diff --git a/build/Three.js b/build/Three.js index efe42d69..f1246ae5 100644 --- a/build/Three.js +++ b/build/Three.js @@ -549,11 +549,11 @@ if(a.blending)if(a.blending=="Additive")f.blending=THREE.AdditiveBlending;else i else if(a.DbgColor)f.color=a.DbgColor;if(a.colorSpecular)f.specular=e(a.colorSpecular);if(a.colorAmbient)f.ambient=e(a.colorAmbient);if(a.transparency)f.opacity=a.transparency;if(a.specularCoef)f.shininess=a.specularCoef;a.mapDiffuse&&c&&g(f,"map",a.mapDiffuse,a.mapDiffuseRepeat,a.mapDiffuseOffset,a.mapDiffuseWrap);a.mapLight&&c&&g(f,"lightMap",a.mapLight,a.mapLightRepeat,a.mapLightOffset,a.mapLightWrap);a.mapNormal&&c&&g(f,"normalMap",a.mapNormal,a.mapNormalRepeat,a.mapNormalOffset,a.mapNormalWrap); a.mapSpecular&&c&&g(f,"specularMap",a.mapSpecular,a.mapSpecularRepeat,a.mapSpecularOffset,a.mapSpecularWrap);if(a.mapNormal){var l=THREE.ShaderUtils.lib.normal,k=THREE.UniformsUtils.clone(l.uniforms),m=f.color;h=f.specular;i=f.ambient;var o=f.shininess;k.tNormal.texture=f.normalMap;if(a.mapNormalFactor)k.uNormalScale.value=a.mapNormalFactor;if(f.map)k.tDiffuse.texture=f.map,k.enableDiffuse.value=!0;if(f.specularMap)k.tSpecular.texture=f.specularMap,k.enableSpecular.value=!0;if(f.lightMap)k.tAO.texture= f.lightMap,k.enableAO.value=!0;k.uDiffuseColor.value.setHex(m);k.uSpecularColor.value.setHex(h);k.uAmbientColor.value.setHex(i);k.uShininess.value=o;if(f.opacity)k.uOpacity.value=f.opacity;f=new THREE.ShaderMaterial({fragmentShader:l.fragmentShader,vertexShader:l.vertexShader,uniforms:k,lights:!0,fog:!0})}else f=new THREE[h](f);return f}};THREE.BinaryLoader=function(a){THREE.Loader.call(this,a)};THREE.BinaryLoader.prototype=new THREE.Loader;THREE.BinaryLoader.prototype.constructor=THREE.BinaryLoader; -THREE.BinaryLoader.prototype.supr=THREE.Loader.prototype; -THREE.BinaryLoader.prototype.load=function(a,c,b,d){if(a instanceof Object){console.warn("DEPRECATED: BinaryLoader( parameters ) is now BinaryLoader( url, callback, texturePath, binaryPath ).");var g=a,a=g.model,c=g.callback,b=g.texture_path,d=g.bin_path}var b=b?b:this.extractUrlbase(a),d=d?d:this.extractUrlbase(a),g=Date.now(),a=new Worker(a),e=this.showProgress?THREE.Loader.prototype.updateProgress:null;a.onmessage=function(a){THREE.BinaryLoader.prototype.loadAjaxBuffers(a.data.buffers,a.data.materials, -c,d,b,e)};a.onerror=function(a){alert("worker.onerror: "+a.message+"\n"+a.data);a.preventDefault()};a.postMessage(g)}; -THREE.BinaryLoader.prototype.loadAjaxBuffers=function(a,c,b,d,g,e){var f=new XMLHttpRequest,h=d+"/"+a,i=0;f.onreadystatechange=function(){f.readyState==4?f.status==200||f.status==0?THREE.BinaryLoader.prototype.createBinModel(f.responseText,b,g,c):alert("Couldn't load ["+h+"] ["+f.status+"]"):f.readyState==3?e&&(i==0&&(i=f.getResponseHeader("Content-Length")),e({total:i,loaded:f.responseText.length})):f.readyState==2&&(i=f.getResponseHeader("Content-Length"))};f.open("GET",h,!0);f.overrideMimeType("text/plain; charset=x-user-defined"); -f.setRequestHeader("Content-Type","text/plain");f.send(null)}; +THREE.BinaryLoader.prototype.supr=THREE.Loader.prototype;THREE.BinaryLoader.prototype.load=function(a,c,b,d){if(a instanceof Object)console.warn("DEPRECATED: BinaryLoader( parameters ) is now BinaryLoader( url, callback, texturePath, binaryPath )."),d=a,a=d.model,c=d.callback,b=d.texture_path,d=d.bin_path;var b=b?b:this.extractUrlbase(a),d=d?d:this.extractUrlbase(a),g=this.showProgress?THREE.Loader.prototype.updateProgress:null;this.onLoadStart();this.loadAjaxJSON(this,a,c,b,d,g)}; +THREE.BinaryLoader.prototype.loadAjaxJSON=function(a,c,b,d,g,e){var f=new XMLHttpRequest;f.onreadystatechange=function(){if(f.readyState==4)if(f.status==200||f.status==0)try{var h=JSON.parse(f.responseText);h.metadata===void 0||h.metadata.formatVersion===void 0||h.metadata.formatVersion!==3?console.error("Deprecated file format."):a.loadAjaxBuffers(h,b,g,d,e)}catch(i){console.error(i),console.warn("DEPRECATED: ["+c+"] seems to be using old model format")}else console.error("Couldn't load ["+c+"] ["+ +f.status+"]")};f.open("GET",c,!0);f.overrideMimeType("text/plain; charset=x-user-defined");f.setRequestHeader("Content-Type","text/plain");f.send(null)}; +THREE.BinaryLoader.prototype.loadAjaxBuffers=function(a,c,b,d,g){var e=new XMLHttpRequest,f=b+"/"+a.buffers,h=0;e.onreadystatechange=function(){e.readyState==4?e.status==200||e.status==0?THREE.BinaryLoader.prototype.createBinModel(e.responseText,c,d,a.materials):console.error("Couldn't load ["+f+"] ["+e.status+"]"):e.readyState==3?g&&(h==0&&(h=e.getResponseHeader("Content-Length")),g({total:h,loaded:e.responseText.length})):e.readyState==2&&(h=e.getResponseHeader("Content-Length"))};e.open("GET", +f,!0);e.overrideMimeType("text/plain; charset=x-user-defined");e.setRequestHeader("Content-Type","text/plain");e.send(null)}; THREE.BinaryLoader.prototype.createBinModel=function(a,c,b,d){var g=function(b){function c(a,b){var d=k(a,b),e=k(a,b+1),f=k(a,b+2),g=k(a,b+3),h=(g<<1&255|f>>7)-127;d|=(f&127)<<16|e<<8;if(d==0&&h==-127)return 0;return(1-2*(g>>7))*(1+d*Math.pow(2,-23))*Math.pow(2,h)}function g(a,b){var c=k(a,b),d=k(a,b+1),e=k(a,b+2);return(k(a,b+3)<<24)+(e<<16)+(d<<8)+c}function i(a,b){var c=k(a,b);return(k(a,b+1)<<8)+c}function l(a,b){var c=k(a,b);return c>127?c-256:c}function k(a,b){return a.charCodeAt(b)&255}function m(b){var c, d,e;c=g(a,b);d=g(a,b+y);e=g(a,b+G);b=i(a,b+K);t.faces.push(new THREE.Face3(c,d,e,null,null,b))}function o(b){var c,d,e,f,j,k,l;c=g(a,b);d=g(a,b+y);e=g(a,b+G);f=i(a,b+K);j=g(a,b+F);k=g(a,b+z);l=g(a,b+D);var b=s[k*3],m=s[k*3+1];k=s[k*3+2];var n=s[l*3],o=s[l*3+1];l=s[l*3+2];t.faces.push(new THREE.Face3(c,d,e,[new THREE.Vector3(s[j*3],s[j*3+1],s[j*3+2]),new THREE.Vector3(b,m,k),new THREE.Vector3(n,o,l)],null,f))}function n(b){var c,d,e,f;c=g(a,b);d=g(a,b+P);e=g(a,b+J);f=g(a,b+$);b=i(a,b+L);t.faces.push(new THREE.Face4(c, d,e,f,null,null,b))}function u(b){var c,d,e,f,j,k,l,m,n;c=g(a,b);d=g(a,b+P);e=g(a,b+J);f=g(a,b+$);j=i(a,b+L);k=g(a,b+Q);l=g(a,b+da);m=g(a,b+ia);n=g(a,b+S);var b=s[l*3],o=s[l*3+1];l=s[l*3+2];var T=s[m*3],w=s[m*3+1];m=s[m*3+2];var H=s[n*3],p=s[n*3+1];n=s[n*3+2];t.faces.push(new THREE.Face4(c,d,e,f,[new THREE.Vector3(s[k*3],s[k*3+1],s[k*3+2]),new THREE.Vector3(b,o,l),new THREE.Vector3(T,w,m),new THREE.Vector3(H,p,n)],null,j))}function p(b){var c,d,e,f;c=g(a,b);d=g(a,b+A);e=g(a,b+C);b=v[c*2];f=v[c*2+ @@ -620,13 +620,15 @@ b.shift(),c=a.indexOf(".")>=0,d=a.indexOf("(")>=0,e,f;if(c)b=a.split("."),a=b.sh da.prototype.create=function(){for(var a=0;a1&&($=new THREE.MeshFaceMaterial);a=new THREE.Mesh(z,$);a.name=n;a.position.set(v[0],v[1],v[2]);G?(a.quaternion.set(G[0],G[1],G[2],G[3]),a.useQuaternion=!0):a.rotation.set(y[0],y[1],y[2]);a.scale.set(K[0],K[1],K[2]);a.visible=x.visible;C.scene.add(a);C.objects[n]=a;if(x.meshCollider){var b=THREE.CollisionUtils.MeshColliderWBox(a);C.scene.collisions.colliders.push(b)}if(x.castsShadow)b=new THREE.ShadowVolume(z),C.scene.add(b),b.position= a.position,b.rotation=a.rotation,b.scale=a.scale;x.trigger&&x.trigger.toLowerCase()!="none"&&(b={type:x.trigger,object:x},C.triggers[a.name]=b)}}else v=x.position,y=x.rotation,G=x.quaternion,K=x.scale,G=0,a=new THREE.Object3D,a.name=n,a.position.set(v[0],v[1],v[2]),G?(a.quaternion.set(G[0],G[1],G[2],G[3]),a.useQuaternion=!0):a.rotation.set(y[0],y[1],y[2]),a.scale.set(K[0],K[1],K[2]),a.visible=x.visible!==void 0?x.visible:!1,C.scene.add(a),C.objects[n]=a,C.empties[n]=a,x.trigger&&x.trigger.toLowerCase()!= diff --git a/build/custom/ThreeExtras.js b/build/custom/ThreeExtras.js index c456c9ca..2a9d3bfe 100644 --- a/build/custom/ThreeExtras.js +++ b/build/custom/ThreeExtras.js @@ -1,19 +1,19 @@ // ThreeExtras.js r46dev - http://github.com/mrdoob/three.js -THREE.ColorUtils={adjustHSV:function(a,c,b,d){var f=THREE.ColorUtils.__hsv;THREE.ColorUtils.rgbToHsv(a,f);f.h=THREE.Math.clamp(f.h+c,0,1);f.s=THREE.Math.clamp(f.s+b,0,1);f.v=THREE.Math.clamp(f.v+d,0,1);a.setHSV(f.h,f.s,f.v)},rgbToHsv:function(a,c){var b=a.r,d=a.g,f=a.b,g=Math.max(Math.max(b,d),f),e=Math.min(Math.min(b,d),f);if(e===g)e=b=0;else{var h=g-e,e=h/g,b=b===g?(d-f)/h:d===g?2+(f-b)/h:4+(b-d)/h;b/=6;b<0&&(b+=1);b>1&&(b-=1)}c===void 0&&(c={h:0,s:0,v:0});c.h=b;c.s=e;c.v=g;return c}}; +THREE.ColorUtils={adjustHSV:function(a,c,b,d){var g=THREE.ColorUtils.__hsv;THREE.ColorUtils.rgbToHsv(a,g);g.h=THREE.Math.clamp(g.h+c,0,1);g.s=THREE.Math.clamp(g.s+b,0,1);g.v=THREE.Math.clamp(g.v+d,0,1);a.setHSV(g.h,g.s,g.v)},rgbToHsv:function(a,c){var b=a.r,d=a.g,g=a.b,f=Math.max(Math.max(b,d),g),e=Math.min(Math.min(b,d),g);if(e===f)e=b=0;else{var h=f-e,e=h/f,b=b===f?(d-g)/h:d===f?2+(g-b)/h:4+(b-d)/h;b/=6;b<0&&(b+=1);b>1&&(b-=1)}c===void 0&&(c={h:0,s:0,v:0});c.h=b;c.s=e;c.v=f;return c}}; THREE.ColorUtils.__hsv={h:0,s:0,v:0}; -THREE.GeometryUtils={merge:function(a,c){for(var b,d,f=a.vertices.length,g=c instanceof THREE.Mesh?c.geometry:c,e=a.vertices,h=g.vertices,i=a.faces,j=g.faces,k=a.faceVertexUvs[0],m=g.faceVertexUvs[0],o={},n=0;n1&&(d=1-d,f=1-f);g=1-d-f;e.copy(a);e.multiplyScalar(d);h.copy(c);h.multiplyScalar(f);e.addSelf(h);h.copy(b);h.multiplyScalar(g);e.addSelf(h);return e},randomPointInFace:function(a,c,b){var d,f,g;if(a instanceof THREE.Face3)return d=c.vertices[a.a].position,f=c.vertices[a.b].position, -g=c.vertices[a.c].position,THREE.GeometryUtils.randomPointInTriangle(d,f,g);else if(a instanceof THREE.Face4){d=c.vertices[a.a].position;f=c.vertices[a.b].position;g=c.vertices[a.c].position;var c=c.vertices[a.d].position,e;b?a._area1&&a._area2?(b=a._area1,e=a._area2):(b=THREE.GeometryUtils.triangleArea(d,f,c),e=THREE.GeometryUtils.triangleArea(f,g,c),a._area1=b,a._area2=e):(b=THREE.GeometryUtils.triangleArea(d,f,c),e=THREE.GeometryUtils.triangleArea(f,g,c));return THREE.GeometryUtils.random()*(b+ -e)a?b(d,e-1):j[e]1&&(d=1-d,g=1-g);f=1-d-g;e.copy(a);e.multiplyScalar(d);h.copy(c);h.multiplyScalar(g);e.addSelf(h);h.copy(b);h.multiplyScalar(f);e.addSelf(h);return e},randomPointInFace:function(a,c,b){var d,g,f;if(a instanceof THREE.Face3)return d=c.vertices[a.a].position,g=c.vertices[a.b].position, +f=c.vertices[a.c].position,THREE.GeometryUtils.randomPointInTriangle(d,g,f);else if(a instanceof THREE.Face4){d=c.vertices[a.a].position;g=c.vertices[a.b].position;f=c.vertices[a.c].position;var c=c.vertices[a.d].position,e;b?a._area1&&a._area2?(b=a._area1,e=a._area2):(b=THREE.GeometryUtils.triangleArea(d,g,c),e=THREE.GeometryUtils.triangleArea(g,f,c),a._area1=b,a._area2=e):(b=THREE.GeometryUtils.triangleArea(d,g,c),e=THREE.GeometryUtils.triangleArea(g,f,c));return THREE.GeometryUtils.random()*(b+ +e)a?b(d,e-1):j[e] 0\nfor( int i = 0; i < MAX_POINT_LIGHTS; i++ ) {\nvec4 lPosition = viewMatrix * vec4( pointLightPosition[ i ], 1.0 );\nvec3 lVector = lPosition.xyz - mvPosition.xyz;\nfloat lDistance = 1.0;\nif ( pointLightDistance[ i ] > 0.0 )\nlDistance = 1.0 - min( ( length( lVector ) / pointLightDistance[ i ] ), 1.0 );\nlVector = normalize( lVector );\nvPointLight[ i ] = vec4( lVector, lDistance );\n}\n#endif\n#ifdef VERTEX_TEXTURES\nvec3 dv = texture2D( tDisplacement, uv ).xyz;\nfloat df = uDisplacementScale * dv.x + uDisplacementBias;\nvec4 displacedPosition = vec4( vNormal.xyz * df, 0.0 ) + mvPosition;\ngl_Position = projectionMatrix * displacedPosition;\n#else\ngl_Position = projectionMatrix * mvPosition;\n#endif", THREE.ShaderChunk.shadowmap_vertex,"}"].join("\n")},cube:{uniforms:{tCube:{type:"t",value:1,texture:null},tFlip:{type:"f",value:-1}},vertexShader:"varying vec3 vViewPosition;\nvoid main() {\nvec4 mPosition = objectMatrix * vec4( position, 1.0 );\nvViewPosition = cameraPosition - mPosition.xyz;\ngl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );\n}",fragmentShader:"uniform samplerCube tCube;\nuniform float tFlip;\nvarying vec3 vViewPosition;\nvoid main() {\nvec3 wPos = cameraPosition - vViewPosition;\ngl_FragColor = textureCube( tCube, vec3( tFlip * wPos.x, wPos.yz ) );\n}"}}}; THREE.Curve=function(){};THREE.Curve.prototype.getPoint=function(){console.log("Warning, getPoint() not implemented!");return null};THREE.Curve.prototype.getPointAt=function(a){return this.getPoint(this.getUtoTmapping(a))};THREE.Curve.prototype.getPoints=function(a){a||(a=5);var c,b=[];for(c=0;c<=a;c++)b.push(this.getPoint(c/a));return b};THREE.Curve.prototype.getSpacedPoints=function(a){a||(a=5);var c,b=[];for(c=0;c<=a;c++)b.push(this.getPointAt(c/a));return b}; -THREE.Curve.prototype.getLength=function(){var a=this.getLengths();return a[a.length-1]};THREE.Curve.prototype.getLengths=function(a){a||(a=200);if(this.cacheArcLengths&&this.cacheArcLengths.length==a+1)return this.cacheArcLengths;var c=[],b,d=this.getPoint(0),f,g=0;c.push(0);for(f=1;f<=a;f++)b=this.getPoint(f/a),g+=b.distanceTo(d),c.push(g),d=b;return this.cacheArcLengths=c}; -THREE.Curve.prototype.getUtoTmapping=function(a,c){var b=this.getLengths(),d=0,f=b.length,g;g=c?c:a*b[f-1];Date.now();for(var e=0,h=f-1,i;e<=h;)if(d=Math.floor(e+(h-e)/2),i=b[d]-g,i<0)e=d+1;else if(i>0)h=d-1;else{h=d;break}d=h;if(b[d]==g)return d/(f-1);e=b[d];return b=(d+(g-e)/(b[d+1]-e))/(f-1)};THREE.Curve.prototype.getNormalVector=function(a){a=this.getTangent(a);return new THREE.Vector2(-a.y,a.x)}; +THREE.Curve.prototype.getLength=function(){var a=this.getLengths();return a[a.length-1]};THREE.Curve.prototype.getLengths=function(a){a||(a=200);if(this.cacheArcLengths&&this.cacheArcLengths.length==a+1)return this.cacheArcLengths;var c=[],b,d=this.getPoint(0),g,f=0;c.push(0);for(g=1;g<=a;g++)b=this.getPoint(g/a),f+=b.distanceTo(d),c.push(f),d=b;return this.cacheArcLengths=c}; +THREE.Curve.prototype.getUtoTmapping=function(a,c){var b=this.getLengths(),d=0,g=b.length,f;f=c?c:a*b[g-1];Date.now();for(var e=0,h=g-1,i;e<=h;)if(d=Math.floor(e+(h-e)/2),i=b[d]-f,i<0)e=d+1;else if(i>0)h=d-1;else{h=d;break}d=h;if(b[d]==f)return d/(g-1);e=b[d];return b=(d+(f-e)/(b[d+1]-e))/(g-1)};THREE.Curve.prototype.getNormalVector=function(a){a=this.getTangent(a);return new THREE.Vector2(-a.y,a.x)}; THREE.Curve.prototype.getTangent=function(a){var c=a-1.0E-4;a+=1.0E-4;c<0&&(c=0);a>1&&(a=1);var c=this.getPoint(c),a=this.getPoint(a),b=new THREE.Vector2;b.sub(a,c);return b.unit()};THREE.LineCurve=function(a,c){a instanceof THREE.Vector2?(this.v1=a,this.v2=c):THREE.LineCurve.oldConstructor.apply(this,arguments)};THREE.LineCurve.oldConstructor=function(a,c,b,d){this.constructor(new THREE.Vector2(a,c),new THREE.Vector2(b,d))};THREE.LineCurve.prototype=new THREE.Curve; THREE.LineCurve.prototype.constructor=THREE.LineCurve;THREE.LineCurve.prototype.getPoint=function(a){var c=new THREE.Vector2;c.sub(this.v2,this.v1);c.multiplyScalar(a).addSelf(this.v1);return c};THREE.LineCurve.prototype.getPointAt=function(a){return this.getPoint(a)};THREE.LineCurve.prototype.getTangent=function(){var a=new THREE.Vector2;a.sub(this.v2,this.v1);a.normalize();return a}; THREE.QuadraticBezierCurve=function(a,c,b){if(!(c instanceof THREE.Vector2))var d=Array.prototype.slice.call(arguments),a=new THREE.Vector2(d[0],d[1]),c=new THREE.Vector2(d[2],d[3]),b=new THREE.Vector2(d[4],d[5]);this.v0=a;this.v1=c;this.v2=b};THREE.QuadraticBezierCurve.prototype=new THREE.Curve;THREE.QuadraticBezierCurve.prototype.constructor=THREE.QuadraticBezierCurve; THREE.QuadraticBezierCurve.prototype.getPoint=function(a){var c;c=THREE.Shape.Utils.b2(a,this.v0.x,this.v1.x,this.v2.x);a=THREE.Shape.Utils.b2(a,this.v0.y,this.v1.y,this.v2.y);return new THREE.Vector2(c,a)};THREE.QuadraticBezierCurve.prototype.getTangent=function(a){var c;c=THREE.Curve.Utils.tangentQuadraticBezier(a,this.v0.x,this.v1.x,this.v2.x);a=THREE.Curve.Utils.tangentQuadraticBezier(a,this.v0.y,this.v1.y,this.v2.y);c=new THREE.Vector2(c,a);c.normalize();return c}; -THREE.CubicBezierCurve=function(a,c,b,d){if(!(c instanceof THREE.Vector2))var f=Array.prototype.slice.call(arguments),a=new THREE.Vector2(f[0],f[1]),c=new THREE.Vector2(f[2],f[3]),b=new THREE.Vector2(f[4],f[5]),d=new THREE.Vector2(f[6],f[7]);this.v0=a;this.v1=c;this.v2=b;this.v3=d};THREE.CubicBezierCurve.prototype=new THREE.Curve;THREE.CubicBezierCurve.prototype.constructor=THREE.CubicBezierCurve; +THREE.CubicBezierCurve=function(a,c,b,d){if(!(c instanceof THREE.Vector2))var g=Array.prototype.slice.call(arguments),a=new THREE.Vector2(g[0],g[1]),c=new THREE.Vector2(g[2],g[3]),b=new THREE.Vector2(g[4],g[5]),d=new THREE.Vector2(g[6],g[7]);this.v0=a;this.v1=c;this.v2=b;this.v3=d};THREE.CubicBezierCurve.prototype=new THREE.Curve;THREE.CubicBezierCurve.prototype.constructor=THREE.CubicBezierCurve; THREE.CubicBezierCurve.prototype.getPoint=function(a){var c;c=THREE.Shape.Utils.b3(a,this.v0.x,this.v1.x,this.v2.x,this.v3.x);a=THREE.Shape.Utils.b3(a,this.v0.y,this.v1.y,this.v2.y,this.v3.y);return new THREE.Vector2(c,a)};THREE.CubicBezierCurve.prototype.getTangent=function(a){var c;c=THREE.Curve.Utils.tangentCubicBezier(a,this.v0.x,this.v1.x,this.v2.x,this.v3.x);a=THREE.Curve.Utils.tangentCubicBezier(a,this.v0.y,this.v1.y,this.v2.y,this.v3.y);c=new THREE.Vector2(c,a);c.normalize();return c}; THREE.SplineCurve=function(a){this.points=a};THREE.SplineCurve.prototype=new THREE.Curve;THREE.SplineCurve.prototype.constructor=THREE.SplineCurve; -THREE.SplineCurve.prototype.getPoint=function(a){var c=new THREE.Vector2,b=[],d=this.points,f;f=(d.length-1)*a;a=Math.floor(f);f-=a;b[0]=a==0?a:a-1;b[1]=a;b[2]=a>d.length-2?a:a+1;b[3]=a>d.length-3?a:a+2;c.x=THREE.Curve.Utils.interpolate(d[b[0]].x,d[b[1]].x,d[b[2]].x,d[b[3]].x,f);c.y=THREE.Curve.Utils.interpolate(d[b[0]].y,d[b[1]].y,d[b[2]].y,d[b[3]].y,f);return c};THREE.ArcCurve=function(a,c,b,d,f,g){this.aX=a;this.aY=c;this.aRadius=b;this.aStartAngle=d;this.aEndAngle=f;this.aClockwise=g}; +THREE.SplineCurve.prototype.getPoint=function(a){var c=new THREE.Vector2,b=[],d=this.points,g;g=(d.length-1)*a;a=Math.floor(g);g-=a;b[0]=a==0?a:a-1;b[1]=a;b[2]=a>d.length-2?a:a+1;b[3]=a>d.length-3?a:a+2;c.x=THREE.Curve.Utils.interpolate(d[b[0]].x,d[b[1]].x,d[b[2]].x,d[b[3]].x,g);c.y=THREE.Curve.Utils.interpolate(d[b[0]].y,d[b[1]].y,d[b[2]].y,d[b[3]].y,g);return c};THREE.ArcCurve=function(a,c,b,d,g,f){this.aX=a;this.aY=c;this.aRadius=b;this.aStartAngle=d;this.aEndAngle=g;this.aClockwise=f}; THREE.ArcCurve.prototype=new THREE.Curve;THREE.ArcCurve.prototype.constructor=THREE.ArcCurve;THREE.ArcCurve.prototype.getPoint=function(a){var c=this.aEndAngle-this.aStartAngle;this.aClockwise||(a=1-a);a=this.aStartAngle+a*c;return new THREE.Vector2(this.aX+this.aRadius*Math.cos(a),this.aY+this.aRadius*Math.sin(a))}; -THREE.Curve.Utils={tangentQuadraticBezier:function(a,c,b,d){return 2*(1-a)*(b-c)+2*a*(d-b)},tangentCubicBezier:function(a,c,b,d,f){return-3*c*(1-a)*(1-a)+3*b*(1-a)*(1-a)-6*a*b*(1-a)+6*a*d*(1-a)-3*a*a*d+3*a*a*f},tangentSpline:function(a){return 6*a*a-6*a+(3*a*a-4*a+1)+(-6*a*a+6*a)+(3*a*a-2*a)},interpolate:function(a,c,b,d,f){var a=(b-a)*0.5,d=(d-c)*0.5,g=f*f;return(2*c-2*b+a+d)*f*g+(-3*c+3*b-2*a-d)*g+a*f+c}}; +THREE.Curve.Utils={tangentQuadraticBezier:function(a,c,b,d){return 2*(1-a)*(b-c)+2*a*(d-b)},tangentCubicBezier:function(a,c,b,d,g){return-3*c*(1-a)*(1-a)+3*b*(1-a)*(1-a)-6*a*b*(1-a)+6*a*d*(1-a)-3*a*a*d+3*a*a*g},tangentSpline:function(a){return 6*a*a-6*a+(3*a*a-4*a+1)+(-6*a*a+6*a)+(3*a*a-2*a)},interpolate:function(a,c,b,d,g){var a=(b-a)*0.5,d=(d-c)*0.5,f=g*g;return(2*c-2*b+a+d)*g*f+(-3*c+3*b-2*a-d)*f+a*g+c}}; THREE.Curve.create=function(a,c){a.prototype=new THREE.Curve;a.prototype.constructor=a;a.prototype.getPoint=c;return a};THREE.LineCurve3=THREE.Curve.create(function(a,c){this.v1=a;this.v2=c},function(a){var c=new THREE.Vector3;c.sub(this.v2,this.v1);c.multiplyScalar(a);c.addSelf(this.v1);return c}); THREE.QuadraticBezierCurve3=THREE.Curve.create(function(a,c,b){this.v0=a;this.v1=c;this.v2=b},function(a){var c,b;c=THREE.Shape.Utils.b2(a,this.v0.x,this.v1.x,this.v2.x);b=THREE.Shape.Utils.b2(a,this.v0.y,this.v1.y,this.v2.y);a=THREE.Shape.Utils.b2(a,this.v0.z,this.v1.z,this.v2.z);return new THREE.Vector3(c,b,a)}); THREE.CubicBezierCurve3=THREE.Curve.create(function(a,c,b,d){this.v0=a;this.v1=c;this.v2=b;this.v3=d},function(a){var c,b;c=THREE.Shape.Utils.b3(a,this.v0.x,this.v1.x,this.v2.x,this.v3.x);b=THREE.Shape.Utils.b3(a,this.v0.y,this.v1.y,this.v2.y,this.v3.y);a=THREE.Shape.Utils.b3(a,this.v0.z,this.v1.z,this.v2.z,this.v3.z);return new THREE.Vector3(c,b,a)}); -THREE.SplineCurve3=THREE.Curve.create(function(a){this.points=a},function(a){var c=new THREE.Vector3,b=[],d=this.points,f;f=(d.length-1)*a;a=Math.floor(f);f-=a;b[0]=a==0?a:a-1;b[1]=a;b[2]=a>d.length-2?a:a+1;b[3]=a>d.length-3?a:a+2;c.x=THREE.Curve.Utils.interpolate(d[b[0]].x,d[b[1]].x,d[b[2]].x,d[b[3]].x,f);c.y=THREE.Curve.Utils.interpolate(d[b[0]].y,d[b[1]].y,d[b[2]].y,d[b[3]].y,f);c.z=THREE.Curve.Utils.interpolate(d[b[0]].z,d[b[1]].z,d[b[2]].z,d[b[3]].z,f);return c}); +THREE.SplineCurve3=THREE.Curve.create(function(a){this.points=a},function(a){var c=new THREE.Vector3,b=[],d=this.points,g;g=(d.length-1)*a;a=Math.floor(g);g-=a;b[0]=a==0?a:a-1;b[1]=a;b[2]=a>d.length-2?a:a+1;b[3]=a>d.length-3?a:a+2;c.x=THREE.Curve.Utils.interpolate(d[b[0]].x,d[b[1]].x,d[b[2]].x,d[b[3]].x,g);c.y=THREE.Curve.Utils.interpolate(d[b[0]].y,d[b[1]].y,d[b[2]].y,d[b[3]].y,g);c.z=THREE.Curve.Utils.interpolate(d[b[0]].z,d[b[1]].z,d[b[2]].z,d[b[3]].z,g);return c}); THREE.CurvePath=function(){this.curves=[];this.bends=[]};THREE.CurvePath.prototype=new THREE.Curve;THREE.CurvePath.prototype.constructor=THREE.CurvePath;THREE.CurvePath.prototype.add=function(a){this.curves.push(a)};THREE.CurvePath.prototype.checkConnection=function(){};THREE.CurvePath.prototype.closePath=function(){}; THREE.CurvePath.prototype.getPoint=function(a){for(var c=a*this.getLength(),b=this.getCurveLengths(),a=0;a=c)return c=b[a]-c,a=this.curves[a],c=1-c/a.getLength(),a.getPointAt(c);a++}return null};THREE.CurvePath.prototype.getLength=function(){var a=this.getCurveLengths();return a[a.length-1]}; THREE.CurvePath.prototype.getCurveLengths=function(){if(this.cacheLengths&&this.cacheLengths.length==this.curves.length)return this.cacheLengths;var a=[],c=0,b,d=this.curves.length;for(b=0;bc)c=g.x;else if(g.xb)b=g.y;else if(g.yc)c=f.x;else if(f.xb)b=f.y;else if(f.y0?(e=b[b.length-1],n=e.x,t=e.y):(e=this.actions[d-1].args,n=e[e.length-2],t=e[e.length-1]);for(e=1;e<=a;e++)q=e/a,g=THREE.Shape.Utils.b2(q,n,m,h),q=THREE.Shape.Utils.b2(q,t,o, -i),b.push(new THREE.Vector2(g,q));break;case THREE.PathActions.BEZIER_CURVE_TO:h=g[4];i=g[5];m=g[0];o=g[1];j=g[2];k=g[3];b.length>0?(e=b[b.length-1],n=e.x,t=e.y):(e=this.actions[d-1].args,n=e[e.length-2],t=e[e.length-1]);for(e=1;e<=a;e++)q=e/a,g=THREE.Shape.Utils.b3(q,n,m,j,h),q=THREE.Shape.Utils.b3(q,t,o,k,i),b.push(new THREE.Vector2(g,q));break;case THREE.PathActions.CSPLINE_THRU:e=this.actions[d-1].args;e=[new THREE.Vector2(e[e.length-2],e[e.length-1])];q=a*g[0].length;e=e.concat(g[0]);g=new THREE.SplineCurve(e); -for(e=1;e<=q;e++)b.push(g.getPointAt(e/q));break;case THREE.PathActions.ARC:e=this.actions[d-1].args;h=g[0];i=g[1];j=g[2];m=g[3];q=g[4];o=!!g[5];k=e[e.length-2];n=e[e.length-1];e.length==0&&(k=n=0);t=q-m;var r=a*2;for(e=1;e<=r;e++)q=e/r,o||(q=1-q),q=m+q*t,g=k+h+j*Math.cos(q),q=n+i+j*Math.sin(q),b.push(new THREE.Vector2(g,q))}c&&b.push(b[0]);return b};THREE.Path.prototype.transform=function(a,c){this.getBoundingBox();return this.getWrapPoints(this.getPoints(c),a)}; -THREE.Path.prototype.nltransform=function(a,c,b,d,f,g){var e=this.getPoints(),h,i,j,k,m;h=0;for(i=e.length;h0?(e=b[b.length-1],n=e.x,t=e.y):(e=this.actions[d-1].args,n=e[e.length-2],t=e[e.length-1]);for(e=1;e<=a;e++)q=e/a,f=THREE.Shape.Utils.b2(q,n,l,h),q=THREE.Shape.Utils.b2(q,t,o, +i),b.push(new THREE.Vector2(f,q));break;case THREE.PathActions.BEZIER_CURVE_TO:h=f[4];i=f[5];l=f[0];o=f[1];j=f[2];k=f[3];b.length>0?(e=b[b.length-1],n=e.x,t=e.y):(e=this.actions[d-1].args,n=e[e.length-2],t=e[e.length-1]);for(e=1;e<=a;e++)q=e/a,f=THREE.Shape.Utils.b3(q,n,l,j,h),q=THREE.Shape.Utils.b3(q,t,o,k,i),b.push(new THREE.Vector2(f,q));break;case THREE.PathActions.CSPLINE_THRU:e=this.actions[d-1].args;e=[new THREE.Vector2(e[e.length-2],e[e.length-1])];q=a*f[0].length;e=e.concat(f[0]);f=new THREE.SplineCurve(e); +for(e=1;e<=q;e++)b.push(f.getPointAt(e/q));break;case THREE.PathActions.ARC:e=this.actions[d-1].args;h=f[0];i=f[1];j=f[2];l=f[3];q=f[4];o=!!f[5];k=e[e.length-2];n=e[e.length-1];e.length==0&&(k=n=0);t=q-l;var r=a*2;for(e=1;e<=r;e++)q=e/r,o||(q=1-q),q=l+q*t,f=k+h+j*Math.cos(q),q=n+i+j*Math.sin(q),b.push(new THREE.Vector2(f,q))}c&&b.push(b[0]);return b};THREE.Path.prototype.transform=function(a,c){this.getBoundingBox();return this.getWrapPoints(this.getPoints(c),a)}; +THREE.Path.prototype.nltransform=function(a,c,b,d,g,f){var e=this.getPoints(),h,i,j,k,l;h=0;for(i=e.length;h=0?h-1:b.length-1;g=e-1>=0?e-1:j.length-1;var q=[j[e],b[h],b[f]];m=THREE.FontUtils.Triangulate.area(q);var r=[j[e],j[g],b[h]];o=THREE.FontUtils.Triangulate.area(r);n=h;k=e;h+=1;e+=-1;h< -0&&(h+=b.length);h%=b.length;e<0&&(e+=j.length);e%=j.length;f=h-1>=0?h-1:b.length-1;g=e-1>=0?e-1:j.length-1;q=[j[e],b[h],b[f]];q=THREE.FontUtils.Triangulate.area(q);r=[j[e],j[g],b[h]];r=THREE.FontUtils.Triangulate.area(r);m+o>q+r&&(h=n,e=k,h<0&&(h+=b.length),h%=b.length,e<0&&(e+=j.length),e%=j.length,f=h-1>=0?h-1:b.length-1,g=e-1>=0?e-1:j.length-1);m=b.slice(0,h);o=b.slice(h);n=j.slice(e);k=j.slice(0,e);g=[j[e],j[g],b[h]];t.push([j[e],b[h],b[f]]);t.push(g);b=m.concat(n).concat(k).concat(o)}return{shape:b, -isolatedPts:t,allpoints:d}},triangulateShape:function(a,c){var b=THREE.Shape.Utils.removeHoles(a,c),d=b.allpoints,f=b.isolatedPts,b=THREE.FontUtils.Triangulate(b.shape,!1),g,e,h,i,j={};g=0;for(e=d.length;g=0?h-1:b.length-1;f=e-1>=0?e-1:j.length-1;var q=[j[e],b[h],b[g]];l=THREE.FontUtils.Triangulate.area(q);var r=[j[e],j[f],b[h]];o=THREE.FontUtils.Triangulate.area(r);n=h;k=e;h+=1;e+=-1;h< +0&&(h+=b.length);h%=b.length;e<0&&(e+=j.length);e%=j.length;g=h-1>=0?h-1:b.length-1;f=e-1>=0?e-1:j.length-1;q=[j[e],b[h],b[g]];q=THREE.FontUtils.Triangulate.area(q);r=[j[e],j[f],b[h]];r=THREE.FontUtils.Triangulate.area(r);l+o>q+r&&(h=n,e=k,h<0&&(h+=b.length),h%=b.length,e<0&&(e+=j.length),e%=j.length,g=h-1>=0?h-1:b.length-1,f=e-1>=0?e-1:j.length-1);l=b.slice(0,h);o=b.slice(h);n=j.slice(e);k=j.slice(0,e);f=[j[e],j[f],b[h]];t.push([j[e],b[h],b[g]]);t.push(f);b=l.concat(n).concat(k).concat(o)}return{shape:b, +isolatedPts:t,allpoints:d}},triangulateShape:function(a,c){var b=THREE.Shape.Utils.removeHoles(a,c),d=b.allpoints,g=b.isolatedPts,b=THREE.FontUtils.Triangulate(b.shape,!1),f,e,h,i,j={};f=0;for(e=d.length;f1)console.log("THREE.Animation.update: Warning! Scale out of bounds:"+d+" on bone "+n),d=d<0?0:1;if(b==="pos")if(b=a.position,this.interpolationType===THREE.AnimationHandler.LINEAR)b.x=f[0]+(g[0]-f[0])*d,b.y=f[1]+(g[1]-f[1])*d,b.z=f[2]+(g[2]-f[2])*d;else{if(this.interpolationType===THREE.AnimationHandler.CATMULLROM||this.interpolationType===THREE.AnimationHandler.CATMULLROM_FORWARD)if(this.points[0]= -this.getPrevKeyWith("pos",n,e.index-1).pos,this.points[1]=f,this.points[2]=g,this.points[3]=this.getNextKeyWith("pos",n,h.index+1).pos,d=d*0.33+0.33,f=this.interpolateCatmullRom(this.points,d),b.x=f[0],b.y=f[1],b.z=f[2],this.interpolationType===THREE.AnimationHandler.CATMULLROM_FORWARD)d=this.interpolateCatmullRom(this.points,d*1.01),this.target.set(d[0],d[1],d[2]),this.target.subSelf(b),this.target.y=0,this.target.normalize(),d=Math.atan2(this.target.x,this.target.z),a.rotation.set(0,d,0)}else if(b=== -"rot")THREE.Quaternion.slerp(f,g,a.quaternion,d);else if(b==="scl")b=a.scale,b.x=f[0]+(g[0]-f[0])*d,b.y=f[1]+(g[1]-f[1])*d,b.z=f[2]+(g[2]-f[2])*d}}if(this.JITCompile&&k[0][j]===void 0){this.hierarchy[0].update(null,!0);for(n=0;na.length-2?g:g+1;b[3]=g>a.length-3?g:g+2;g=a[b[0]];h=a[b[1]];i=a[b[2]];j=a[b[3]];b=f*f;e=f*b;d[0]=this.interpolate(g[0],h[0],i[0],j[0],f,b,e);d[1]=this.interpolate(g[1],h[1],i[1],j[1],f,b,e);d[2]=this.interpolate(g[2],h[2],i[2],j[2],f,b,e);return d}; -THREE.Animation.prototype.interpolate=function(a,c,b,d,f,g,e){a=(b-a)*0.5;d=(d-c)*0.5;return(2*(c-b)+a+d)*e+(-3*(c-b)-2*a-d)*g+a*f+c};THREE.Animation.prototype.getNextKeyWith=function(a,c,b){var d=this.data.hierarchy[c].keys;for(this.interpolationType===THREE.AnimationHandler.CATMULLROM||this.interpolationType===THREE.AnimationHandler.CATMULLROM_FORWARD?b=b1)console.log("THREE.Animation.update: Warning! Scale out of bounds:"+d+" on bone "+n),d=d<0?0:1;if(b==="pos")if(b=a.position,this.interpolationType===THREE.AnimationHandler.LINEAR)b.x=g[0]+(f[0]-g[0])*d,b.y=g[1]+(f[1]-g[1])*d,b.z=g[2]+(f[2]-g[2])*d;else{if(this.interpolationType===THREE.AnimationHandler.CATMULLROM||this.interpolationType===THREE.AnimationHandler.CATMULLROM_FORWARD)if(this.points[0]= +this.getPrevKeyWith("pos",n,e.index-1).pos,this.points[1]=g,this.points[2]=f,this.points[3]=this.getNextKeyWith("pos",n,h.index+1).pos,d=d*0.33+0.33,g=this.interpolateCatmullRom(this.points,d),b.x=g[0],b.y=g[1],b.z=g[2],this.interpolationType===THREE.AnimationHandler.CATMULLROM_FORWARD)d=this.interpolateCatmullRom(this.points,d*1.01),this.target.set(d[0],d[1],d[2]),this.target.subSelf(b),this.target.y=0,this.target.normalize(),d=Math.atan2(this.target.x,this.target.z),a.rotation.set(0,d,0)}else if(b=== +"rot")THREE.Quaternion.slerp(g,f,a.quaternion,d);else if(b==="scl")b=a.scale,b.x=g[0]+(f[0]-g[0])*d,b.y=g[1]+(f[1]-g[1])*d,b.z=g[2]+(f[2]-g[2])*d}}if(this.JITCompile&&k[0][j]===void 0){this.hierarchy[0].update(null,!0);for(n=0;na.length-2?f:f+1;b[3]=f>a.length-3?f:f+2;f=a[b[0]];h=a[b[1]];i=a[b[2]];j=a[b[3]];b=g*g;e=g*b;d[0]=this.interpolate(f[0],h[0],i[0],j[0],g,b,e);d[1]=this.interpolate(f[1],h[1],i[1],j[1],g,b,e);d[2]=this.interpolate(f[2],h[2],i[2],j[2],g,b,e);return d}; +THREE.Animation.prototype.interpolate=function(a,c,b,d,g,f,e){a=(b-a)*0.5;d=(d-c)*0.5;return(2*(c-b)+a+d)*e+(-3*(c-b)-2*a-d)*f+a*g+c};THREE.Animation.prototype.getNextKeyWith=function(a,c,b){var d=this.data.hierarchy[c].keys;for(this.interpolationType===THREE.AnimationHandler.CATMULLROM||this.interpolationType===THREE.AnimationHandler.CATMULLROM_FORWARD?b=b0?b:0:b>=0?b:b+d.length;b>=0;b--)if(d[b][a]!==void 0)return d[b];return this.data.hierarchy[c].keys[d.length-1]}; THREE.CubeCamera=function(a,c,b,d){this.heightOffset=b;this.position=new THREE.Vector3(0,b,0);this.cameraPX=new THREE.PerspectiveCamera(90,1,a,c);this.cameraNX=new THREE.PerspectiveCamera(90,1,a,c);this.cameraPY=new THREE.PerspectiveCamera(90,1,a,c);this.cameraNY=new THREE.PerspectiveCamera(90,1,a,c);this.cameraPZ=new THREE.PerspectiveCamera(90,1,a,c);this.cameraNZ=new THREE.PerspectiveCamera(90,1,a,c);this.cameraPX.position=this.position;this.cameraNX.position=this.position;this.cameraPY.position= this.position;this.cameraNY.position=this.position;this.cameraPZ.position=this.position;this.cameraNZ.position=this.position;this.cameraPX.up.set(0,-1,0);this.cameraNX.up.set(0,-1,0);this.cameraPY.up.set(0,0,1);this.cameraNY.up.set(0,0,-1);this.cameraPZ.up.set(0,-1,0);this.cameraNZ.up.set(0,-1,0);this.targetPX=new THREE.Vector3(0,0,0);this.targetNX=new THREE.Vector3(0,0,0);this.targetPY=new THREE.Vector3(0,0,0);this.targetNY=new THREE.Vector3(0,0,0);this.targetPZ=new THREE.Vector3(0,0,0);this.targetNZ= new THREE.Vector3(0,0,0);this.renderTarget=new THREE.WebGLRenderTargetCube(d,d,{format:THREE.RGBFormat,magFilter:THREE.LinearFilter,minFilter:THREE.LinearFilter});this.updatePosition=function(a){this.position.copy(a);this.position.y+=this.heightOffset;this.targetPX.copy(this.position);this.targetNX.copy(this.position);this.targetPY.copy(this.position);this.targetNY.copy(this.position);this.targetPZ.copy(this.position);this.targetNZ.copy(this.position);this.targetPX.x+=1;this.targetNX.x-=1;this.targetPY.y+= 1;this.targetNY.y-=1;this.targetPZ.z+=1;this.targetNZ.z-=1;this.cameraPX.lookAt(this.targetPX);this.cameraNX.lookAt(this.targetNX);this.cameraPY.lookAt(this.targetPY);this.cameraNY.lookAt(this.targetNY);this.cameraPZ.lookAt(this.targetPZ);this.cameraNZ.lookAt(this.targetNZ)};this.updateCubeMap=function(a,b){var d=this.renderTarget;d.activeCubeFace=0;a.render(b,this.cameraPX,d);d.activeCubeFace=1;a.render(b,this.cameraNX,d);d.activeCubeFace=2;a.render(b,this.cameraPY,d);d.activeCubeFace=3;a.render(b, this.cameraNY,d);d.activeCubeFace=4;a.render(b,this.cameraPZ,d);d.activeCubeFace=5;a.render(b,this.cameraNZ,d)}};THREE.FirstPersonCamera=function(){console.warn("DEPRECATED: FirstPersonCamera() is FirstPersonControls().")};THREE.PathCamera=function(){console.warn("DEPRECATED: PathCamera() is PathControls().")};THREE.FlyCamera=function(){console.warn("DEPRECATED: FlyCamera() is FlyControls().")};THREE.RollCamera=function(){console.warn("DEPRECATED: RollCamera() is RollControls().")}; -THREE.TrackballCamera=function(){console.warn("DEPRECATED: TrackballCamera() is TrackballControls().")};THREE.CombinedCamera=function(a,c,b,d,f,g,e){THREE.Camera.call(this);this.fov=b;this.left=-a/2;this.right=a/2;this.top=c/2;this.bottom=-c/2;this.cameraO=new THREE.OrthographicCamera(a/-2,a/2,c/2,c/-2,g,e);this.cameraP=new THREE.PerspectiveCamera(b,a/c,d,f);this.zoom=1;this.toPerspective()};THREE.CombinedCamera.prototype=new THREE.Camera;THREE.CombinedCamera.prototype.constructor=THREE.CoolCamera; +THREE.TrackballCamera=function(){console.warn("DEPRECATED: TrackballCamera() is TrackballControls().")};THREE.CombinedCamera=function(a,c,b,d,g,f,e){THREE.Camera.call(this);this.fov=b;this.left=-a/2;this.right=a/2;this.top=c/2;this.bottom=-c/2;this.cameraO=new THREE.OrthographicCamera(a/-2,a/2,c/2,c/-2,f,e);this.cameraP=new THREE.PerspectiveCamera(b,a/c,d,g);this.zoom=1;this.toPerspective()};THREE.CombinedCamera.prototype=new THREE.Camera;THREE.CombinedCamera.prototype.constructor=THREE.CoolCamera; THREE.CombinedCamera.prototype.toPerspective=function(){this.near=this.cameraP.near;this.far=this.cameraP.far;this.cameraP.fov=this.fov/this.zoom;this.cameraP.updateProjectionMatrix();this.projectionMatrix=this.cameraP.projectionMatrix;this.inPersepectiveMode=!0;this.inOrthographicMode=!1}; THREE.CombinedCamera.prototype.toOrthographic=function(){var a=Math.tan(this.fov/2)*((this.cameraP.near+this.cameraP.far)/2),c=2*a*this.cameraP.aspect/2;a/=this.zoom;c/=this.zoom;this.cameraO.left=-c;this.cameraO.right=c;this.cameraO.top=a;this.cameraO.bottom=-a;this.cameraO.updateProjectionMatrix();this.near=this.cameraO.near;this.far=this.cameraO.far;this.projectionMatrix=this.cameraO.projectionMatrix;this.inPersepectiveMode=!1;this.inOrthographicMode=!0}; THREE.CombinedCamera.prototype.setFov=function(a){this.fov=a;this.inPersepectiveMode?this.toPerspective():this.toOrthographic()};THREE.CombinedCamera.prototype.setLens=function(a,c){c||(c=43.25);var b=2*Math.atan(c/(a*2));b*=180/Math.PI;this.setFov(b);return b};THREE.CombinedCamera.prototype.setZoom=function(a){this.zoom=a;this.inPersepectiveMode?this.toPerspective():this.toOrthographic()}; @@ -104,14 +104,14 @@ function(a){switch(a.keyCode){case 38:case 87:this.moveForward=!0;break;case 37: this.moveUp&&this.object.translateY(b);this.moveDown&&this.object.translateY(-b);b=a*this.lookSpeed;this.activeLook||(b=0);this.lon+=this.mouseX*b;this.lookVertical&&(this.lat-=this.mouseY*b);this.lat=Math.max(-85,Math.min(85,this.lat));this.phi=(90-this.lat)*Math.PI/180;this.theta=this.lon*Math.PI/180;var a=this.target,c=this.object.position;a.x=c.x+100*Math.sin(this.phi)*Math.cos(this.theta);a.y=c.y+100*Math.cos(this.phi);a.z=c.z+100*Math.sin(this.phi)*Math.sin(this.theta)}a=1;this.constrainVertical&& (a=Math.PI/(this.verticalMax-this.verticalMin));this.lon+=this.mouseX*b;this.lookVertical&&(this.lat-=this.mouseY*b*a);this.lat=Math.max(-85,Math.min(85,this.lat));this.phi=(90-this.lat)*Math.PI/180;this.theta=this.lon*Math.PI/180;if(this.constrainVertical)this.phi=THREE.Math.mapLinear(this.phi,0,Math.PI,this.verticalMin,this.verticalMax);a=this.target;c=this.object.position;a.x=c.x+100*Math.sin(this.phi)*Math.cos(this.theta);a.y=c.y+100*Math.cos(this.phi);a.z=c.z+100*Math.sin(this.phi)*Math.sin(this.theta); this.object.lookAt(a)};this.domElement.addEventListener("contextmenu",function(a){a.preventDefault()},!1);this.domElement.addEventListener("mousemove",b(this,this.onMouseMove),!1);this.domElement.addEventListener("mousedown",b(this,this.onMouseDown),!1);this.domElement.addEventListener("mouseup",b(this,this.onMouseUp),!1);this.domElement.addEventListener("keydown",b(this,this.onKeyDown),!1);this.domElement.addEventListener("keyup",b(this,this.onKeyUp),!1)}; -THREE.PathControls=function(a,c){function b(a){if((a*=2)<1)return 0.5*a*a;return-0.5*(--a*(a-2)-1)}function d(a,b){return function(){b.apply(a,arguments)}}function f(a,b,d,c){var e={name:d,fps:0.6,length:c,hierarchy:[]},g,f=b.getControlPointsArray(),h=b.getLength(),r=f.length,p=0;g=r-1;b={parent:-1,keys:[]};b.keys[0]={time:0,pos:f[0],rot:[0,0,0,1],scl:[1,1,1]};b.keys[g]={time:c,pos:f[g],rot:[0,0,0,1],scl:[1,1,1]};for(g=1;g=0?a:a+e;d=this.verticalAngleMap.srcRange; a=this.verticalAngleMap.dstRange;d=THREE.Math.mapLinear(this.phi,d[0],d[1],a[0],a[1]);var c=a[1]-a[0];this.phi=b((d-a[0])/c)*c+a[0];d=this.horizontalAngleMap.srcRange;a=this.horizontalAngleMap.dstRange;d=THREE.Math.mapLinear(this.theta,d[0],d[1],a[0],a[1]);c=a[1]-a[0];this.theta=b((d-a[0])/c)*c+a[0];a=this.target.position;a.x=100*Math.sin(this.phi)*Math.cos(this.theta);a.y=100*Math.cos(this.phi);a.z=100*Math.sin(this.phi)*Math.sin(this.theta);this.object.lookAt(this.target.position)};this.onMouseMove= function(a){this.domElement===document?(this.mouseX=a.pageX-this.viewHalfX,this.mouseY=a.pageY-this.viewHalfY):(this.mouseX=a.pageX-this.domElement.offsetLeft-this.viewHalfX,this.mouseY=a.pageY-this.domElement.offsetTop-this.viewHalfY)};this.init=function(){this.spline=new THREE.Spline;this.spline.initFromArray(this.waypoints);this.useConstantSpeed&&this.spline.reparametrizeByArcLength(this.resamplingCoef);if(this.createDebugDummy){var a=new THREE.MeshLambertMaterial({color:30719}),b=new THREE.MeshLambertMaterial({color:65280}), -c=new THREE.CubeGeometry(10,10,20),e=new THREE.CubeGeometry(2,2,10);this.animationParent=new THREE.Mesh(c,a);a=new THREE.Mesh(e,b);a.position.set(0,10,0);this.animation=f(this.animationParent,this.spline,this.id,this.duration);this.animationParent.add(this.object);this.animationParent.add(this.target);this.animationParent.add(a)}else this.animation=f(this.animationParent,this.spline,this.id,this.duration),this.animationParent.add(this.target),this.animationParent.add(this.object);if(this.createDebugPath){var a= -this.debugPath,b=this.spline,e=g(b,10),c=g(b,10),h=new THREE.LineBasicMaterial({color:16711680,linewidth:3}),e=new THREE.Line(e,h),c=new THREE.ParticleSystem(c,new THREE.ParticleBasicMaterial({color:16755200,size:3}));e.scale.set(1,1,1);a.add(e);c.scale.set(1,1,1);a.add(c);for(var e=new THREE.SphereGeometry(1,16,8),h=new THREE.MeshBasicMaterial({color:65280}),n=0;n0||this.autoForward&&!(i<0)?1:i));this.object.translateX(c*j);this.object.translateY(c*k);e&&(this.roll+=this.rollSpeed*a*h);if(this.forward.y>this.constrainVertical[1])this.forward.y=this.constrainVertical[1],this.forward.normalize();else if(this.forward.y0||this.autoForward&&!(i<0)?1:i));this.object.translateX(c*j);this.object.translateY(c*k);e&&(this.roll+=this.rollSpeed*a*h);if(this.forward.y>this.constrainVertical[1])this.forward.y=this.constrainVertical[1],this.forward.normalize();else if(this.forward.y1?d.normalize():d.z=Math.sqrt(1-g*g);e.copy(b.object.position).subSelf(b.target);g=b.object.up.clone().setLength(d.y);g.addSelf(b.object.up.clone().crossSelf(e).setLength(d.x));g.addSelf(e.setLength(d.z));return g};this.rotateCamera=function(){var a=Math.acos(h.dot(i)/h.length()/i.length());if(a){var c=(new THREE.Vector3).cross(h,i).normalize(),d=new THREE.Quaternion;a*=b.rotateSpeed;d.setFromAxisAngle(c,-a);d.multiplyVector3(e); -d.multiplyVector3(b.object.up);d.multiplyVector3(i);b.staticMoving?h=i:(d.setFromAxisAngle(c,a*(b.dynamicDampingFactor-1)),d.multiplyVector3(h))}};this.zoomCamera=function(){var a=1+(k.y-j.y)*b.zoomSpeed;a!==1&&a>0&&(e.multiplyScalar(a),b.staticMoving?j=k:j.y+=(k.y-j.y)*this.dynamicDampingFactor)};this.panCamera=function(){var a=o.clone().subSelf(m);if(a.lengthSq()){a.multiplyScalar(e.length()*b.panSpeed);var c=e.clone().crossSelf(b.object.up).setLength(a.x);c.addSelf(b.object.up.clone().setLength(a.y)); -b.object.position.addSelf(c);b.target.addSelf(c);b.staticMoving?m=o:m.addSelf(a.sub(o,m).multiplyScalar(b.dynamicDampingFactor))}};this.checkDistances=function(){if(!b.noZoom||!b.noPan)b.object.position.lengthSq()>b.maxDistance*b.maxDistance&&b.object.position.setLength(b.maxDistance),e.lengthSq()0){this.vertices.push(new THREE.Vertex(new THREE.Vector3(0,e,0)));for(h=0;h0){this.vertices.push(new THREE.Vertex(new THREE.Vector3(0,-e,0)));for(h=0;ha&&(a+=Math.PI*2),a=(b+a)/2,new THREE.Vector2(-Math.cos(a),-Math.sin(a));return d.multiplyScalar(f).addSelf(h).subSelf(a).clone()}function f(a){for(u=a.length;--u>=0;){I=u;L=u-1;L<0&&(L=a.length-1);for(var b= -0,c=n+k*2,b=0;b1?d.normalize():d.z=Math.sqrt(1-f*f);e.copy(b.object.position).subSelf(b.target);f=b.object.up.clone().setLength(d.y);f.addSelf(b.object.up.clone().crossSelf(e).setLength(d.x));f.addSelf(e.setLength(d.z));return f};this.rotateCamera=function(){var a=Math.acos(h.dot(i)/h.length()/i.length());if(a){var c=(new THREE.Vector3).cross(h,i).normalize(),d=new THREE.Quaternion;a*=b.rotateSpeed;d.setFromAxisAngle(c,-a);d.multiplyVector3(e); +d.multiplyVector3(b.object.up);d.multiplyVector3(i);b.staticMoving?h=i:(d.setFromAxisAngle(c,a*(b.dynamicDampingFactor-1)),d.multiplyVector3(h))}};this.zoomCamera=function(){var a=1+(k.y-j.y)*b.zoomSpeed;a!==1&&a>0&&(e.multiplyScalar(a),b.staticMoving?j=k:j.y+=(k.y-j.y)*this.dynamicDampingFactor)};this.panCamera=function(){var a=o.clone().subSelf(l);if(a.lengthSq()){a.multiplyScalar(e.length()*b.panSpeed);var c=e.clone().crossSelf(b.object.up).setLength(a.x);c.addSelf(b.object.up.clone().setLength(a.y)); +b.object.position.addSelf(c);b.target.addSelf(c);b.staticMoving?l=o:l.addSelf(a.sub(o,l).multiplyScalar(b.dynamicDampingFactor))}};this.checkDistances=function(){if(!b.noZoom||!b.noPan)b.object.position.lengthSq()>b.maxDistance*b.maxDistance&&b.object.position.setLength(b.maxDistance),e.lengthSq()0){this.vertices.push(new THREE.Vertex(new THREE.Vector3(0,e,0)));for(h=0;h0){this.vertices.push(new THREE.Vertex(new THREE.Vector3(0,-e,0)));for(h=0;ha&&(a+=Math.PI*2),a=(b+a)/2,new THREE.Vector2(-Math.cos(a),-Math.sin(a));return d.multiplyScalar(g).addSelf(h).subSelf(a).clone()}function g(a){for(u=a.length;--u>=0;){I=u;L=u-1;L<0&&(L=a.length-1);for(var b= +0,c=n+k*2,b=0;b=0;D--){H=D/k;B=i*(1-H);H=j*Math.sin(H*Math.PI/2);u=0;for(G=s.length;u=0;D--){H=D/k;B=i*(1-H);H=j*Math.sin(H*Math.PI/2);u=0;for(G=s.length;u0||(k=this.vertices.push(new THREE.Vertex(new THREE.Vector3(m,h,o)))-1);j.push(k)}c.push(j)}for(var n,t,q,f=c.length,b=0;b0)for(d=0;d1&&(n= -this.vertices[e].position.clone(),t=this.vertices[i].position.clone(),q=this.vertices[j].position.clone(),n.normalize(),t.normalize(),q.normalize(),this.faces.push(new THREE.Face3(e,i,j,[new THREE.Vector3(n.x,n.y,n.z),new THREE.Vector3(t.x,t.y,t.z),new THREE.Vector3(q.x,q.y,q.z)])),this.faceVertexUvs[0].push([k,m,r]))}this.computeCentroids();this.computeFaceNormals();this.computeVertexNormals();this.boundingSphere={radius:a}};THREE.SphereGeometry.prototype=new THREE.Geometry; +THREE.SphereGeometry=function(a,c,b){THREE.Geometry.call(this);for(var a=a||50,d,g=Math.PI,f=Math.max(3,c||8),e=Math.max(2,b||6),c=[],b=0;b0||(k=this.vertices.push(new THREE.Vertex(new THREE.Vector3(l,h,o)))-1);j.push(k)}c.push(j)}for(var n,t,q,g=c.length,b=0;b0)for(d=0;d1&&(n= +this.vertices[e].position.clone(),t=this.vertices[i].position.clone(),q=this.vertices[j].position.clone(),n.normalize(),t.normalize(),q.normalize(),this.faces.push(new THREE.Face3(e,i,j,[new THREE.Vector3(n.x,n.y,n.z),new THREE.Vector3(t.x,t.y,t.z),new THREE.Vector3(q.x,q.y,q.z)])),this.faceVertexUvs[0].push([k,l,r]))}this.computeCentroids();this.computeFaceNormals();this.computeVertexNormals();this.boundingSphere={radius:a}};THREE.SphereGeometry.prototype=new THREE.Geometry; THREE.SphereGeometry.prototype.constructor=THREE.SphereGeometry; THREE.TextGeometry=function(a,c){var b=(new THREE.TextPath(a,c)).toShapes();c.amount=c.height!==void 0?c.height:50;if(c.bevelThickness===void 0)c.bevelThickness=10;if(c.bevelSize===void 0)c.bevelSize=8;if(c.bevelEnabled===void 0)c.bevelEnabled=!1;if(c.bend){var d=b[b.length-1].getBoundingBox().maxX;c.bendPath=new THREE.QuadraticBezierCurve(new THREE.Vector2(0,0),new THREE.Vector2(d/2,120),new THREE.Vector2(d,0))}THREE.ExtrudeGeometry.call(this,b,c)};THREE.TextGeometry.prototype=new THREE.ExtrudeGeometry; THREE.TextGeometry.prototype.constructor=THREE.TextGeometry; THREE.FontUtils={faces:{},face:"helvetiker",weight:"normal",style:"normal",size:150,divisions:10,getFace:function(){return this.faces[this.face][this.weight][this.style]},loadFace:function(a){var c=a.familyName.toLowerCase();this.faces[c]=this.faces[c]||{};this.faces[c][a.cssFontWeight]=this.faces[c][a.cssFontWeight]||{};this.faces[c][a.cssFontWeight][a.cssFontStyle]=a;return this.faces[c][a.cssFontWeight][a.cssFontStyle]=a},drawText:function(a){for(var c=this.getFace(),b=this.size/c.resolution,d= -0,f=String(a).split(""),g=f.length,e=[],a=0;a0)for(j=0;j2;){if(m--<=0){console.log("Warning, unable to triangulate polygon!");if(d)return h;return g}i=j;f<=i&&(i=0);j=i+1;f<=j&&(j=0);k=j+1;f<=k&&(k=0);var o;a:{o=a;var n=i,t=j,q=k,r=f,p=e,s=void 0,l=void 0,v=void 0, -w=void 0,x=void 0,y=void 0,C=void 0,A=void 0,E=void 0,l=o[p[n]].x,v=o[p[n]].y,w=o[p[t]].x,x=o[p[t]].y,y=o[p[q]].x,C=o[p[q]].y;if(1.0E-10>(w-l)*(C-v)-(x-v)*(y-l))o=!1;else{for(s=0;s=0&&D>=0&&B>=0){o=!1;break a}}o=!0}}if(o){g.push([a[e[i]], -a[e[j]],a[e[k]]]);h.push([e[i],e[j],e[k]]);i=j;for(k=j+1;k0)for(j=0;j2;){if(l--<=0){console.log("Warning, unable to triangulate polygon!");if(d)return h;return f}i=j;g<=i&&(i=0);j=i+1;g<=j&&(j=0);k=j+1;g<=k&&(k=0);var o;a:{o=a;var n=i,t=j,q=k,r=g,p=e,s=void 0,m=void 0,v=void 0, +w=void 0,x=void 0,y=void 0,C=void 0,A=void 0,E=void 0,m=o[p[n]].x,v=o[p[n]].y,w=o[p[t]].x,x=o[p[t]].y,y=o[p[q]].x,C=o[p[q]].y;if(1.0E-10>(w-m)*(C-v)-(x-v)*(y-m))o=!1;else{for(s=0;s=0&&D>=0&&B>=0){o=!1;break a}}o=!0}}if(o){f.push([a[e[i]], +a[e[j]],a[e[k]]]);h.push([e[i],e[j],e[k]]);i=j;for(k=j+1;k0;)this.smooth(a)}; -THREE.SubdivisionModifier.prototype.smooth=function(a){function c(a,b,c,d,h,i){var j=new THREE.Face4(a,b,c,d,null,h.color,h.material);if(e.useOldVertexColors){j.vertexColors=[];for(var k,n,m,l=0;l<4;l++){m=i[l];k=new THREE.Color;k.setRGB(0,0,0);for(var p=0;p>7)-127;d|=(g&127)<<16|e<<8;if(d==0&&h==-127)return 0;return(1-2*(f>>7))*(1+d*Math.pow(2,-23))*Math.pow(2,h)}function f(a,b){var c=k(a,b),d=k(a,b+1),e=k(a,b+2);return(k(a,b+3)<<24)+(e<<16)+(d<<8)+c}function i(a,b){var c=k(a,b);return(k(a,b+1)<<8)+c}function j(a,b){var c=k(a,b);return c>127?c-256:c}function k(a,b){return a.charCodeAt(b)&255}function m(b){var c, -d,e;c=f(a,b);d=f(a,b+x);e=f(a,b+y);b=i(a,b+C);p.faces.push(new THREE.Face3(c,d,e,null,null,b))}function o(b){var c,d,e,g,j,k,m;c=f(a,b);d=f(a,b+x);e=f(a,b+y);g=i(a,b+C);j=f(a,b+A);k=f(a,b+E);m=f(a,b+u);var b=v[k*3],l=v[k*3+1];k=v[k*3+2];var n=v[m*3],o=v[m*3+1];m=v[m*3+2];p.faces.push(new THREE.Face3(c,d,e,[new THREE.Vector3(v[j*3],v[j*3+1],v[j*3+2]),new THREE.Vector3(b,l,k),new THREE.Vector3(n,o,m)],null,g))}function n(b){var c,d,e,g;c=f(a,b);d=f(a,b+G);e=f(a,b+D);g=f(a,b+H);b=i(a,b+B);p.faces.push(new THREE.Face4(c, -d,e,g,null,null,b))}function t(b){var c,d,e,g,j,k,m,l,n;c=f(a,b);d=f(a,b+G);e=f(a,b+D);g=f(a,b+H);j=i(a,b+B);k=f(a,b+F);m=f(a,b+J);l=f(a,b+N);n=f(a,b+M);var b=v[m*3],o=v[m*3+1];m=v[m*3+2];var fa=v[l*3],ga=v[l*3+1];l=v[l*3+2];var ha=v[n*3],q=v[n*3+1];n=v[n*3+2];p.faces.push(new THREE.Face4(c,d,e,g,[new THREE.Vector3(v[k*3],v[k*3+1],v[k*3+2]),new THREE.Vector3(b,o,m),new THREE.Vector3(fa,ga,l),new THREE.Vector3(ha,q,n)],null,j))}function q(b){var c,d,e,g;c=f(a,b);d=f(a,b+O);e=f(a,b+z);b=w[c*2];g=w[c* -2+1];c=w[d*2];var i=p.faceVertexUvs[0];d=w[d*2+1];var j=w[e*2];e=w[e*2+1];var k=[];k.push(new THREE.UV(b,g));k.push(new THREE.UV(c,d));k.push(new THREE.UV(j,e));i.push(k)}function r(b){var c,d,e,g,i,j;c=f(a,b);d=f(a,b+K);e=f(a,b+I);g=f(a,b+L);b=w[c*2];i=w[c*2+1];c=w[d*2];j=w[d*2+1];d=w[e*2];var k=p.faceVertexUvs[0];e=w[e*2+1];var m=w[g*2];g=w[g*2+1];var l=[];l.push(new THREE.UV(b,i));l.push(new THREE.UV(c,j));l.push(new THREE.UV(d,e));l.push(new THREE.UV(m,g));k.push(l)}var p=this,s=0,l,v=[],w=[], -x,y,C,A,E,u,G,D,H,B,F,J,N,M,O,z,K,I,L,R,P,T,S,U,Q;THREE.Geometry.call(this);THREE.Loader.prototype.initMaterials(p,d,b);l={signature:a.substr(s,8),header_bytes:k(a,s+8),vertex_coordinate_bytes:k(a,s+9),normal_coordinate_bytes:k(a,s+10),uv_coordinate_bytes:k(a,s+11),vertex_index_bytes:k(a,s+12),normal_index_bytes:k(a,s+13),uv_index_bytes:k(a,s+14),material_index_bytes:k(a,s+15),nvertices:f(a,s+16),nnormals:f(a,s+16+4),nuvs:f(a,s+16+8),ntri_flat:f(a,s+16+12),ntri_smooth:f(a,s+16+16),ntri_flat_uv:f(a, -s+16+20),ntri_smooth_uv:f(a,s+16+24),nquad_flat:f(a,s+16+28),nquad_smooth:f(a,s+16+32),nquad_flat_uv:f(a,s+16+36),nquad_smooth_uv:f(a,s+16+40)};s+=l.header_bytes;x=l.vertex_index_bytes;y=l.vertex_index_bytes*2;C=l.vertex_index_bytes*3;A=l.vertex_index_bytes*3+l.material_index_bytes;E=l.vertex_index_bytes*3+l.material_index_bytes+l.normal_index_bytes;u=l.vertex_index_bytes*3+l.material_index_bytes+l.normal_index_bytes*2;G=l.vertex_index_bytes;D=l.vertex_index_bytes*2;H=l.vertex_index_bytes*3;B=l.vertex_index_bytes* -4;F=l.vertex_index_bytes*4+l.material_index_bytes;J=l.vertex_index_bytes*4+l.material_index_bytes+l.normal_index_bytes;N=l.vertex_index_bytes*4+l.material_index_bytes+l.normal_index_bytes*2;M=l.vertex_index_bytes*4+l.material_index_bytes+l.normal_index_bytes*3;O=l.uv_index_bytes;z=l.uv_index_bytes*2;K=l.uv_index_bytes;I=l.uv_index_bytes*2;L=l.uv_index_bytes*3;b=l.vertex_index_bytes*3+l.material_index_bytes;Q=l.vertex_index_bytes*4+l.material_index_bytes;R=l.ntri_flat*b;P=l.ntri_smooth*(b+l.normal_index_bytes* -3);T=l.ntri_flat_uv*(b+l.uv_index_bytes*3);S=l.ntri_smooth_uv*(b+l.normal_index_bytes*3+l.uv_index_bytes*3);U=l.nquad_flat*Q;b=l.nquad_smooth*(Q+l.normal_index_bytes*4);Q=l.nquad_flat_uv*(Q+l.uv_index_bytes*4);s+=function(b){for(var d,g,f,h=l.vertex_coordinate_bytes*3,i=b+l.nvertices*h;b=0){p=i.invBindMatrices[l];j.invBindMatrix=p;j.skinningMatrix=new THREE.Matrix4;j.skinningMatrix.multiply(j.world,p);j.weights=[];for(p=0;p>7)-127;d|=(f&127)<<16|e<<8;if(d==0&&h==-127)return 0;return(1-2*(g>>7))*(1+d*Math.pow(2,-23))*Math.pow(2,h)}function h(a,b){var c=k(a,b),d=k(a,b+1),e=k(a,b+2);return(k(a,b+3)<<24)+(e<<16)+(d<<8)+c}function g(a,b){var c=k(a,b);return(k(a,b+1)<<8)+c}function j(a,b){var c=k(a,b);return c>127?c-256:c}function k(a,b){return a.charCodeAt(b)&255}function l(b){var c, +d,e;c=h(a,b);d=h(a,b+x);e=h(a,b+y);b=g(a,b+C);p.faces.push(new THREE.Face3(c,d,e,null,null,b))}function o(b){var c,d,e,f,j,k,l;c=h(a,b);d=h(a,b+x);e=h(a,b+y);f=g(a,b+C);j=h(a,b+A);k=h(a,b+E);l=h(a,b+u);var b=v[k*3],m=v[k*3+1];k=v[k*3+2];var n=v[l*3],o=v[l*3+1];l=v[l*3+2];p.faces.push(new THREE.Face3(c,d,e,[new THREE.Vector3(v[j*3],v[j*3+1],v[j*3+2]),new THREE.Vector3(b,m,k),new THREE.Vector3(n,o,l)],null,f))}function n(b){var c,d,e,f;c=h(a,b);d=h(a,b+G);e=h(a,b+D);f=h(a,b+H);b=g(a,b+B);p.faces.push(new THREE.Face4(c, +d,e,f,null,null,b))}function t(b){var c,d,e,f,j,k,l,m,n;c=h(a,b);d=h(a,b+G);e=h(a,b+D);f=h(a,b+H);j=g(a,b+B);k=h(a,b+F);l=h(a,b+J);m=h(a,b+N);n=h(a,b+M);var b=v[l*3],o=v[l*3+1];l=v[l*3+2];var fa=v[m*3],ga=v[m*3+1];m=v[m*3+2];var ha=v[n*3],q=v[n*3+1];n=v[n*3+2];p.faces.push(new THREE.Face4(c,d,e,f,[new THREE.Vector3(v[k*3],v[k*3+1],v[k*3+2]),new THREE.Vector3(b,o,l),new THREE.Vector3(fa,ga,m),new THREE.Vector3(ha,q,n)],null,j))}function q(b){var c,d,e,f;c=h(a,b);d=h(a,b+O);e=h(a,b+z);b=w[c*2];f=w[c* +2+1];c=w[d*2];var g=p.faceVertexUvs[0];d=w[d*2+1];var i=w[e*2];e=w[e*2+1];var j=[];j.push(new THREE.UV(b,f));j.push(new THREE.UV(c,d));j.push(new THREE.UV(i,e));g.push(j)}function r(b){var c,d,e,f,g,i;c=h(a,b);d=h(a,b+K);e=h(a,b+I);f=h(a,b+L);b=w[c*2];g=w[c*2+1];c=w[d*2];i=w[d*2+1];d=w[e*2];var j=p.faceVertexUvs[0];e=w[e*2+1];var k=w[f*2];f=w[f*2+1];var l=[];l.push(new THREE.UV(b,g));l.push(new THREE.UV(c,i));l.push(new THREE.UV(d,e));l.push(new THREE.UV(k,f));j.push(l)}var p=this,s=0,m,v=[],w=[], +x,y,C,A,E,u,G,D,H,B,F,J,N,M,O,z,K,I,L,R,P,T,S,U,Q;THREE.Geometry.call(this);THREE.Loader.prototype.initMaterials(p,d,b);m={signature:a.substr(s,8),header_bytes:k(a,s+8),vertex_coordinate_bytes:k(a,s+9),normal_coordinate_bytes:k(a,s+10),uv_coordinate_bytes:k(a,s+11),vertex_index_bytes:k(a,s+12),normal_index_bytes:k(a,s+13),uv_index_bytes:k(a,s+14),material_index_bytes:k(a,s+15),nvertices:h(a,s+16),nnormals:h(a,s+16+4),nuvs:h(a,s+16+8),ntri_flat:h(a,s+16+12),ntri_smooth:h(a,s+16+16),ntri_flat_uv:h(a, +s+16+20),ntri_smooth_uv:h(a,s+16+24),nquad_flat:h(a,s+16+28),nquad_smooth:h(a,s+16+32),nquad_flat_uv:h(a,s+16+36),nquad_smooth_uv:h(a,s+16+40)};s+=m.header_bytes;x=m.vertex_index_bytes;y=m.vertex_index_bytes*2;C=m.vertex_index_bytes*3;A=m.vertex_index_bytes*3+m.material_index_bytes;E=m.vertex_index_bytes*3+m.material_index_bytes+m.normal_index_bytes;u=m.vertex_index_bytes*3+m.material_index_bytes+m.normal_index_bytes*2;G=m.vertex_index_bytes;D=m.vertex_index_bytes*2;H=m.vertex_index_bytes*3;B=m.vertex_index_bytes* +4;F=m.vertex_index_bytes*4+m.material_index_bytes;J=m.vertex_index_bytes*4+m.material_index_bytes+m.normal_index_bytes;N=m.vertex_index_bytes*4+m.material_index_bytes+m.normal_index_bytes*2;M=m.vertex_index_bytes*4+m.material_index_bytes+m.normal_index_bytes*3;O=m.uv_index_bytes;z=m.uv_index_bytes*2;K=m.uv_index_bytes;I=m.uv_index_bytes*2;L=m.uv_index_bytes*3;b=m.vertex_index_bytes*3+m.material_index_bytes;Q=m.vertex_index_bytes*4+m.material_index_bytes;R=m.ntri_flat*b;P=m.ntri_smooth*(b+m.normal_index_bytes* +3);T=m.ntri_flat_uv*(b+m.uv_index_bytes*3);S=m.ntri_smooth_uv*(b+m.normal_index_bytes*3+m.uv_index_bytes*3);U=m.nquad_flat*Q;b=m.nquad_smooth*(Q+m.normal_index_bytes*4);Q=m.nquad_flat_uv*(Q+m.uv_index_bytes*4);s+=function(b){for(var d,f,g,h=m.vertex_coordinate_bytes*3,i=b+m.nvertices*h;b=0){p=i.invBindMatrices[m];j.invBindMatrix=p;j.skinningMatrix=new THREE.Matrix4;j.skinningMatrix.multiply(j.world,p);j.weights=[];for(p=0;p1){j=new THREE.MeshFaceMaterial;for(h=0;h1?b.add(j):b=j}}b.name=a.id||"";a.matrix.decompose(b.position,b.rotation,b.scale);for(e=0;e1){j=new THREE.MeshFaceMaterial;for(h=0;h1?b.add(j):b=j}}b.name=a.id||"";a.matrix.decompose(b.position,b.rotation,b.scale);for(e=0;e1?c[1].substr(0,b):"0";c[1].length=0,f=e.indexOf("(")>=0,h;if(g)d=e.split("."),e=d.shift(),d.shift();else if(f){h=e.split("(");e=h.shift();for(d=0;db){k=j.output[i];break}f=k!==void 0?k instanceof THREE.Matrix4?f.multiply(f,k):f.multiply(f,h.matrix):f.multiply(f,h.matrix)}else f=f.multiply(f,h.matrix);b=f;c.push({time:a,pos:[b.n14,b.n24,b.n34],rotq:[0,0,0,1],scl:[1,1,1]})}this.keys=c}this.updateMatrix();return this};m.prototype.updateMatrix=function(){this.matrix.identity();for(var a=0;a=0,h=e.indexOf("(")>=0,g;if(f)d=e.split("."),e=d.shift(),d.shift();else if(h){g=e.split("(");e=g.shift();for(d=0;db){k=j.output[i];break}h=k!==void 0?k instanceof THREE.Matrix4?h.multiply(h,k):h.multiply(h,g.matrix):h.multiply(h,g.matrix)}else h=h.multiply(h,g.matrix);b=h;c.push({time:a,pos:[b.n14,b.n24,b.n34],rotq:[0,0,0,1],scl:[1,1,1]})}this.keys=c}this.updateMatrix();return this};l.prototype.updateMatrix=function(){this.matrix.identity();for(var a=0;a0&&(this[c.nodeName]=parseFloat(d[0].textContent))}}this.create();return this};E.prototype.create=function(){var a={},b=this.transparency!==void 0&&this.transparency<1,c;for(c in this)switch(c){case "ambient":case "emission":case "diffuse":case "specular":var d=this[c];if(d instanceof A)if(d.isTexture()){if(this.effect.sampler&&this.effect.surface&&this.effect.sampler.source==this.effect.surface.sid&&(d=$[this.effect.surface.init_from]))a.map= +null);for(var e=d.iterateNext(),f=[];e;)f.push(e),e=d.iterateNext();d=f;d.length>0&&(this[c.nodeName]=parseFloat(d[0].textContent))}}this.create();return this};E.prototype.create=function(){var a={},b=this.transparency!==void 0&&this.transparency<1,c;for(c in this)switch(c){case "ambient":case "emission":case "diffuse":case "specular":var d=this[c];if(d instanceof A)if(d.isTexture()){if(this.effect.sampler&&this.effect.surface&&this.effect.sampler.source==this.effect.surface.sid&&(d=$[this.effect.surface.init_from]))a.map= THREE.ImageUtils.loadTexture(da+d.init_from),a.map.wrapS=THREE.RepeatWrapping,a.map.wrapT=THREE.RepeatWrapping,a.map.repeat.x=1,a.map.repeat.y=-1}else c=="diffuse"?a.color=d.color.getHex():b||(a[c]=d.color.getHex());break;case "shininess":case "reflectivity":a[c]=this[c];break;case "transparency":if(b)a.transparent=!0,a.opacity=this[c],b=!0}a.shading=ea;return this.material=new THREE.MeshLambertMaterial(a)};u.prototype.parse=function(a){for(var b=0;b=0,d=a.indexOf("(")>=0,e,g;if(c)b=a.split("."),a=b.shift(),g=b.shift();else if(d){e=a.split("(");a=e.shift();for(b=0;b=0,d=a.indexOf("(")>=0,e,f;if(c)b=a.split("."),a=b.shift(),f=b.shift();else if(d){e=a.split("(");a=e.shift();for(b=0;b1&&(H=new THREE.MeshFaceMaterial);a=new THREE.Mesh(E,H);a.name=n;a.position.set(w[0],w[1],w[2]);y?(a.quaternion.set(y[0],y[1],y[2],y[3]),a.useQuaternion=!0):a.rotation.set(x[0],x[1],x[2]);a.scale.set(C[0],C[1],C[2]);a.visible=s.visible;z.scene.add(a);z.objects[n]=a;if(s.meshCollider){var b=THREE.CollisionUtils.MeshColliderWBox(a);z.scene.collisions.colliders.push(b)}if(s.castsShadow)b=new THREE.ShadowVolume(E),z.scene.add(b),b.position= a.position,b.rotation=a.rotation,b.scale=a.scale;s.trigger&&s.trigger.toLowerCase()!="none"&&(b={type:s.trigger,object:s},z.triggers[a.name]=b)}}else w=s.position,x=s.rotation,y=s.quaternion,C=s.scale,y=0,a=new THREE.Object3D,a.name=n,a.position.set(w[0],w[1],w[2]),y?(a.quaternion.set(y[0],y[1],y[2],y[3]),a.useQuaternion=!0):a.rotation.set(x[0],x[1],x[2]),a.scale.set(C[0],C[1],C[2]),a.visible=s.visible!==void 0?s.visible:!1,z.scene.add(a),z.objects[n]=a,z.empties[n]=a,s.trigger&&s.trigger.toLowerCase()!= -"none"&&(b={type:s.trigger,object:s},z.triggers[a.name]=b)}function i(a){return function(c){z.geometries[a]=c;h();J-=1;b.onLoadComplete();k()}}function j(a){return function(b){z.geometries[a]=b}}function k(){b.callbackProgress({totalModels:M,totalTextures:O,loadedModels:M-J,loadedTextures:O-N},z);b.onLoadProgress();J==0&&N==0&&c(z)}var m,o,n,t,q,r,p,s,l,v,w,x,y,C,A,E,u,G,D,H,B,F,J,N,M,O,z;B=a.data;D=new THREE.BinaryLoader;F=new THREE.JSONLoader;N=J=0;z={scene:new THREE.Scene,geometries:{},materials:{}, -textures:{},objects:{},cameras:{},lights:{},fogs:{},triggers:{},empties:{}};a=!1;for(n in B.objects)if(s=B.objects[n],s.meshCollider){a=!0;break}if(a)z.scene.collisions=new THREE.CollisionSystem;if(B.transform){a=B.transform.position;l=B.transform.rotation;var K=B.transform.scale;a&&z.scene.position.set(a[0],a[1],a[2]);l&&z.scene.rotation.set(l[0],l[1],l[2]);K&&z.scene.scale.set(K[0],K[1],K[2]);(a||l||K)&&z.scene.updateMatrix()}a=function(){N-=1;k();b.onLoadComplete()};for(q in B.cameras)l=B.cameras[q], -l.type=="perspective"?u=new THREE.PerspectiveCamera(l.fov,l.aspect,l.near,l.far):l.type=="ortho"&&(u=new THREE.OrthographicCamera(l.left,l.right,l.top,l.bottom,l.near,l.far)),w=l.position,l=l.target,u.position.set(w[0],w[1],w[2]),u.target=new THREE.Vector3(l[0],l[1],l[2]),z.cameras[q]=u;for(t in B.lights)l=B.lights[t],q=l.color!==void 0?l.color:16777215,u=l.intensity!==void 0?l.intensity:1,l.type=="directional"?(w=l.direction,v=new THREE.DirectionalLight(q,u),v.position.set(w[0],w[1],w[2]),v.position.normalize()): -l.type=="point"?(w=l.position,v=l.distance,v=new THREE.PointLight(q,u,v),v.position.set(w[0],w[1],w[2])):l.type=="ambient"&&(v=new THREE.AmbientLight(q)),z.scene.add(v),z.lights[t]=v;for(r in B.fogs)t=B.fogs[r],t.type=="linear"?G=new THREE.Fog(0,t.near,t.far):t.type=="exp2"&&(G=new THREE.FogExp2(0,t.density)),l=t.color,G.color.setRGB(l[0],l[1],l[2]),z.fogs[r]=G;if(z.cameras&&B.defaults.camera)z.currentCamera=z.cameras[B.defaults.camera];if(z.fogs&&B.defaults.fog)z.scene.fog=z.fogs[B.defaults.fog]; -l=B.defaults.bgcolor;z.bgColor=new THREE.Color;z.bgColor.setRGB(l[0],l[1],l[2]);z.bgColorAlpha=B.defaults.bgalpha;for(m in B.geometries)if(r=B.geometries[m],r.type=="bin_mesh"||r.type=="ascii_mesh")J+=1,b.onLoadStart();M=J;for(m in B.geometries)r=B.geometries[m],r.type=="cube"?(E=new THREE.CubeGeometry(r.width,r.height,r.depth,r.segmentsWidth,r.segmentsHeight,r.segmentsDepth,null,r.flipped,r.sides),z.geometries[m]=E):r.type=="plane"?(E=new THREE.PlaneGeometry(r.width,r.height,r.segmentsWidth,r.segmentsHeight), -z.geometries[m]=E):r.type=="sphere"?(E=new THREE.SphereGeometry(r.radius,r.segmentsWidth,r.segmentsHeight),z.geometries[m]=E):r.type=="cylinder"?(E=new THREE.CylinderGeometry(r.topRad,r.botRad,r.height,r.radSegs,r.heightSegs),z.geometries[m]=E):r.type=="torus"?(E=new THREE.TorusGeometry(r.radius,r.tube,r.segmentsR,r.segmentsT),z.geometries[m]=E):r.type=="icosahedron"?(E=new THREE.IcosahedronGeometry(r.subdivisions),z.geometries[m]=E):r.type=="bin_mesh"?D.load(d(r.url,B.urlBaseType),i(m)):r.type== -"ascii_mesh"?F.load(d(r.url,B.urlBaseType),i(m)):r.type=="embedded_mesh"&&(r=B.embeds[r.id])&&F.createModel(r,j(m),"");for(p in B.textures)if(m=B.textures[p],m.url instanceof Array){N+=m.url.length;for(D=0;D=57344&&(c-=2048);c++;for(var b=new Float32Array(8*c),d=1,f=0;f<8;f++){for(var g=0,e=0;e>1^-(h&1);b[8*e+f]=g}d+=c}c=a.length-d;g=new Uint16Array(c);for(f=e=0;f=57344&&(c-=2048);c++;for(var b=new Float32Array(8*c),d=1,g=0;g<8;g++){for(var f=0,e=0;e>1^-(h&1);b[8*e+g]=f}d+=c}c=a.length-d;f=new Uint16Array(c);for(g=e=0;g=this.maxCount-3&&h(this)};this.begin= -function(){this.count=0;this.hasNormal=this.hasPos=!1};this.end=function(a){if(this.count!==0){for(var c=this.count*3;cthis.size-1&&(i=this.size-1);var o=Math.floor(j-h);o<1&&(o=1);j=Math.floor(j+h);j>this.size-1&&(j=this.size-1);var n=Math.floor(k-h);n<1&&(n=1);h=Math.floor(k+h); -h>this.size-1&&(h=this.size-1);for(var t,q,r,p,s,l;m0&&(this.field[r+t]+=p)}}};this.addPlaneX=function(a,c){var f,g,e,h,i,j=this.size,k=this.yd,m=this.zd,o=this.field,n=j*Math.sqrt(a/c);n>j&&(n=j);for(f=0;f0)for(g=0;gk&&(t=k);for(g=0;g0){i=g*m;for(f=0;fk&&(t=k);for(e=0;e0){i=o*e;for(g=0;g=this.maxCount-3&&h(this)};this.begin= +function(){this.count=0;this.hasNormal=this.hasPos=!1};this.end=function(a){if(this.count!==0){for(var c=this.count*3;cthis.size-1&&(i=this.size-1);var o=Math.floor(j-h);o<1&&(o=1);j=Math.floor(j+h);j>this.size-1&&(j=this.size-1);var n=Math.floor(k-h);n<1&&(n=1);h=Math.floor(k+h); +h>this.size-1&&(h=this.size-1);for(var t,q,r,p,s,m;l0&&(this.field[r+t]+=p)}}};this.addPlaneX=function(a,c){var g,f,e,h,i,j=this.size,k=this.yd,l=this.zd,o=this.field,n=j*Math.sqrt(a/c);n>j&&(n=j);for(g=0;g0)for(f=0;fk&&(t=k);for(f=0;f0){i=f*l;for(g=0;gk&&(t=k);for(e=0;e0){i=o*e;for(f=0;fg?this.hits.push(f):this.hits.unshift(f),g=d;return this.hits}; +THREE.CollisionSystem.prototype.rayCastAll=function(a){a.direction.normalize();this.hits.length=0;var c,b,d,g,f=0;c=0;for(b=this.colliders.length;cf?this.hits.push(g):this.hits.unshift(g),f=d;return this.hits}; THREE.CollisionSystem.prototype.rayCastNearest=function(a){var c=this.rayCastAll(a);if(c.length==0)return null;for(var b=0;c[b]instanceof THREE.MeshCollider;){var d=this.rayMesh(a,c[b]);if(d.distc.length)return null;return c[b]}; THREE.CollisionSystem.prototype.rayCast=function(a,c){if(c instanceof THREE.PlaneCollider)return this.rayPlane(a,c);else if(c instanceof THREE.SphereCollider)return this.raySphere(a,c);else if(c instanceof THREE.BoxCollider)return this.rayBox(a,c);else if(c instanceof THREE.MeshCollider&&c.box)return this.rayBox(a,c.box)}; -THREE.CollisionSystem.prototype.rayMesh=function(a,c){for(var b=this.makeRayLocal(a,c.mesh),d=Number.MAX_VALUE,f,g=0;g=h*f))return Number.MAX_VALUE;e/=h;h=THREE.CollisionSystem.__v3;h.copy(a.direction);h.multiplyScalar(e);h.addSelf(a.origin);Math.abs(g.x)> -Math.abs(g.y)?Math.abs(g.x)>Math.abs(g.z)?(a=h.y-c.y,g=b.y-c.y,f=d.y-c.y,h=h.z-c.z,b=b.z-c.z,d=d.z-c.z):(a=h.x-c.x,g=b.x-c.x,f=d.x-c.x,h=h.y-c.y,b=b.y-c.y,d=d.y-c.y):Math.abs(g.y)>Math.abs(g.z)?(a=h.x-c.x,g=b.x-c.x,f=d.x-c.x,h=h.z-c.z,b=b.z-c.z,d=d.z-c.z):(a=h.x-c.x,g=b.x-c.x,f=d.x-c.x,h=h.y-c.y,b=b.y-c.y,d=d.y-c.y);c=g*d-b*f;if(c==0)return Number.MAX_VALUE;c=1/c;d=(a*d-h*f)*c;if(!(d>=0))return Number.MAX_VALUE;c*=g*h-b*a;if(!(c>=0))return Number.MAX_VALUE;if(!(1-d-c>=0))return Number.MAX_VALUE;return e}; +THREE.CollisionSystem.prototype.rayMesh=function(a,c){for(var b=this.makeRayLocal(a,c.mesh),d=Number.MAX_VALUE,g,f=0;f=h*g))return Number.MAX_VALUE;e/=h;h=THREE.CollisionSystem.__v3;h.copy(a.direction);h.multiplyScalar(e);h.addSelf(a.origin);Math.abs(f.x)> +Math.abs(f.y)?Math.abs(f.x)>Math.abs(f.z)?(a=h.y-c.y,f=b.y-c.y,g=d.y-c.y,h=h.z-c.z,b=b.z-c.z,d=d.z-c.z):(a=h.x-c.x,f=b.x-c.x,g=d.x-c.x,h=h.y-c.y,b=b.y-c.y,d=d.y-c.y):Math.abs(f.y)>Math.abs(f.z)?(a=h.x-c.x,f=b.x-c.x,g=d.x-c.x,h=h.z-c.z,b=b.z-c.z,d=d.z-c.z):(a=h.x-c.x,f=b.x-c.x,g=d.x-c.x,h=h.y-c.y,b=b.y-c.y,d=d.y-c.y);c=f*d-b*g;if(c==0)return Number.MAX_VALUE;c=1/c;d=(a*d-h*g)*c;if(!(d>=0))return Number.MAX_VALUE;c*=f*h-b*a;if(!(c>=0))return Number.MAX_VALUE;if(!(1-d-c>=0))return Number.MAX_VALUE;return e}; THREE.CollisionSystem.prototype.makeRayLocal=function(a,c){var b=THREE.CollisionSystem.__m;b.getInverse(c.matrixWorld);var d=THREE.CollisionSystem.__r;d.origin.copy(a.origin);d.direction.copy(a.direction);b.multiplyVector3(d.origin);b.rotateAxis(d.direction);d.direction.normalize();return d}; -THREE.CollisionSystem.prototype.rayBox=function(a,c){var b;c.dynamic&&c.mesh&&c.mesh.matrixWorld?b=this.makeRayLocal(a,c.mesh):(b=THREE.CollisionSystem.__r,b.origin.copy(a.origin),b.direction.copy(a.direction));var d=0,f=0,g=0,e=0,h=0,i=0,j=!0;b.origin.xc.max.x&&(d=c.max.x-b.origin.x,d/=b.direction.x,j=!1,e=1);b.origin.yc.max.y&&(f=c.max.y-b.origin.y,f/=b.direction.y, -j=!1,h=1);b.origin.zc.max.z&&(g=c.max.z-b.origin.z,g/=b.direction.z,j=!1,i=1);if(j)return-1;j=0;f>d&&(j=1,d=f);g>d&&(j=2,d=g);switch(j){case 0:h=b.origin.y+b.direction.y*d;if(hc.max.y)return Number.MAX_VALUE;b=b.origin.z+b.direction.z*d;if(bc.max.z)return Number.MAX_VALUE;c.normal.set(e,0,0);break;case 1:e=b.origin.x+b.direction.x*d;if(ec.max.x)return Number.MAX_VALUE;b=b.origin.z+b.direction.z* +THREE.CollisionSystem.prototype.rayBox=function(a,c){var b;c.dynamic&&c.mesh&&c.mesh.matrixWorld?b=this.makeRayLocal(a,c.mesh):(b=THREE.CollisionSystem.__r,b.origin.copy(a.origin),b.direction.copy(a.direction));var d=0,g=0,f=0,e=0,h=0,i=0,j=!0;b.origin.xc.max.x&&(d=c.max.x-b.origin.x,d/=b.direction.x,j=!1,e=1);b.origin.yc.max.y&&(g=c.max.y-b.origin.y,g/=b.direction.y, +j=!1,h=1);b.origin.zc.max.z&&(f=c.max.z-b.origin.z,f/=b.direction.z,j=!1,i=1);if(j)return-1;j=0;g>d&&(j=1,d=g);f>d&&(j=2,d=f);switch(j){case 0:h=b.origin.y+b.direction.y*d;if(hc.max.y)return Number.MAX_VALUE;b=b.origin.z+b.direction.z*d;if(bc.max.z)return Number.MAX_VALUE;c.normal.set(e,0,0);break;case 1:e=b.origin.x+b.direction.x*d;if(ec.max.x)return Number.MAX_VALUE;b=b.origin.z+b.direction.z* d;if(bc.max.z)return Number.MAX_VALUE;c.normal.set(0,h,0);break;case 2:e=b.origin.x+b.direction.x*d;if(ec.max.x)return Number.MAX_VALUE;h=b.origin.y+b.direction.y*d;if(hc.max.y)return Number.MAX_VALUE;c.normal.set(0,0,i)}return d};THREE.CollisionSystem.prototype.rayPlane=function(a,c){var b=a.direction.dot(c.normal),d=c.point.dot(c.normal);if(b<0)b=(d-a.origin.dot(c.normal))/b;else return Number.MAX_VALUE;return b>0?b:Number.MAX_VALUE}; THREE.CollisionSystem.prototype.raySphere=function(a,c){var b=c.center.clone().subSelf(a.origin);if(b.lengthSq=0)return Math.abs(d)-Math.sqrt(b);return Number.MAX_VALUE};THREE.CollisionSystem.__v1=new THREE.Vector3;THREE.CollisionSystem.__v2=new THREE.Vector3;THREE.CollisionSystem.__v3=new THREE.Vector3;THREE.CollisionSystem.__nr=new THREE.Vector3;THREE.CollisionSystem.__m=new THREE.Matrix4; THREE.CollisionSystem.__r=new THREE.Ray;THREE.CollisionUtils={};THREE.CollisionUtils.MeshOBB=function(a){a.geometry.computeBoundingBox();var c=a.geometry.boundingBox,b=new THREE.Vector3(c.x[0],c.y[0],c.z[0]),c=new THREE.Vector3(c.x[1],c.y[1],c.z[1]),b=new THREE.BoxCollider(b,c);b.mesh=a;return b};THREE.CollisionUtils.MeshAABB=function(a){var c=THREE.CollisionUtils.MeshOBB(a);c.min.addSelf(a.position);c.max.addSelf(a.position);c.dynamic=!1;return c}; THREE.CollisionUtils.MeshColliderWBox=function(a){return new THREE.MeshCollider(a,THREE.CollisionUtils.MeshOBB(a))}; -if(THREE.WebGLRenderer)THREE.AnaglyphWebGLRenderer=function(a){THREE.WebGLRenderer.call(this,a);this.autoUpdateScene=!1;var c=this,b=this.setSize,d=this.render,f=new THREE.PerspectiveCamera,g=new THREE.PerspectiveCamera,e=new THREE.Matrix4,h=new THREE.Matrix4,i,j,k,m;f.matrixAutoUpdate=g.matrixAutoUpdate=!1;var a={minFilter:THREE.LinearFilter,magFilter:THREE.NearestFilter,format:THREE.RGBAFormat},o=new THREE.WebGLRenderTarget(512,512,a),n=new THREE.WebGLRenderTarget(512,512,a),t=new THREE.PerspectiveCamera(53, +if(THREE.WebGLRenderer)THREE.AnaglyphWebGLRenderer=function(a){THREE.WebGLRenderer.call(this,a);this.autoUpdateScene=!1;var c=this,b=this.setSize,d=this.render,g=new THREE.PerspectiveCamera,f=new THREE.PerspectiveCamera,e=new THREE.Matrix4,h=new THREE.Matrix4,i,j,k,l;g.matrixAutoUpdate=f.matrixAutoUpdate=!1;var a={minFilter:THREE.LinearFilter,magFilter:THREE.NearestFilter,format:THREE.RGBAFormat},o=new THREE.WebGLRenderTarget(512,512,a),n=new THREE.WebGLRenderTarget(512,512,a),t=new THREE.PerspectiveCamera(53, 1,1,1E4);t.position.z=2;var a=new THREE.ShaderMaterial({uniforms:{mapLeft:{type:"t",value:0,texture:o},mapRight:{type:"t",value:1,texture:n}},vertexShader:"varying vec2 vUv;\nvoid main() {\nvUv = vec2( uv.x, 1.0 - uv.y );\ngl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );\n}",fragmentShader:"uniform sampler2D mapLeft;\nuniform sampler2D mapRight;\nvarying vec2 vUv;\nvoid main() {\nvec4 colorL, colorR;\nvec2 uv = vUv;\ncolorL = texture2D( mapLeft, uv );\ncolorR = texture2D( mapRight, uv );\ngl_FragColor = vec4( colorL.g * 0.7 + colorL.b * 0.3, colorR.g, colorR.b, colorL.a + colorR.a ) * 1.1;\n}"}), -q=new THREE.Scene;q.add(new THREE.Mesh(new THREE.PlaneGeometry(2,2),a));q.add(t);this.setSize=function(a,d){b.call(c,a,d);o.width=a;o.height=d;n.width=a;n.height=d};this.render=function(a,b){a.updateMatrixWorld();if(i!==b.aspect||j!==b.near||k!==b.far||m!==b.fov){i=b.aspect;j=b.near;k=b.far;m=b.fov;var s=b.projectionMatrix.clone(),l=125/30*0.5,v=l*j/125,w=j*Math.tan(m*Math.PI/360),x;e.n14=l;h.n14=-l;l=-w*i+v;x=w*i+v;s.n11=2*j/(x-l);s.n13=(x+l)/(x-l);f.projectionMatrix.copy(s);l=-w*i-v;x=w*i-v;s.n11= -2*j/(x-l);s.n13=(x+l)/(x-l);g.projectionMatrix.copy(s)}f.matrixWorld.copy(b.matrixWorld).multiplySelf(h);f.position.copy(b.position);f.near=b.near;f.far=b.far;d.call(c,a,f,o,!0);g.matrixWorld.copy(b.matrixWorld).multiplySelf(e);g.position.copy(b.position);g.near=b.near;g.far=b.far;d.call(c,a,g,n,!0);q.updateMatrixWorld();d.call(c,q,t)}}; -if(THREE.WebGLRenderer)THREE.CrosseyedWebGLRenderer=function(a){THREE.WebGLRenderer.call(this,a);this.autoClear=!1;var c=this,b=this.setSize,d=this.render,f,g,e=new THREE.PerspectiveCamera;e.target=new THREE.Vector3(0,0,0);var h=new THREE.PerspectiveCamera;h.target=new THREE.Vector3(0,0,0);c.separation=10;if(a&&a.separation!==void 0)c.separation=a.separation;this.setSize=function(a,d){b.call(c,a,d);f=a/2;g=d};this.render=function(a,b){this.clear();e.fov=b.fov;e.aspect=0.5*b.aspect;e.near=b.near;e.far= -b.far;e.updateProjectionMatrix();e.position.copy(b.position);e.target.copy(b.target);e.translateX(c.separation);e.lookAt(e.target);h.projectionMatrix=e.projectionMatrix;h.position.copy(b.position);h.target.copy(b.target);h.translateX(-c.separation);h.lookAt(h.target);this.setViewport(0,0,f,g);d.call(c,a,e);this.setViewport(f,0,f,g);d.call(c,a,h,!1)}}; +q=new THREE.Scene;q.add(new THREE.Mesh(new THREE.PlaneGeometry(2,2),a));q.add(t);this.setSize=function(a,d){b.call(c,a,d);o.width=a;o.height=d;n.width=a;n.height=d};this.render=function(a,b){a.updateMatrixWorld();if(i!==b.aspect||j!==b.near||k!==b.far||l!==b.fov){i=b.aspect;j=b.near;k=b.far;l=b.fov;var s=b.projectionMatrix.clone(),m=125/30*0.5,v=m*j/125,w=j*Math.tan(l*Math.PI/360),x;e.n14=m;h.n14=-m;m=-w*i+v;x=w*i+v;s.n11=2*j/(x-m);s.n13=(x+m)/(x-m);g.projectionMatrix.copy(s);m=-w*i-v;x=w*i-v;s.n11= +2*j/(x-m);s.n13=(x+m)/(x-m);f.projectionMatrix.copy(s)}g.matrixWorld.copy(b.matrixWorld).multiplySelf(h);g.position.copy(b.position);g.near=b.near;g.far=b.far;d.call(c,a,g,o,!0);f.matrixWorld.copy(b.matrixWorld).multiplySelf(e);f.position.copy(b.position);f.near=b.near;f.far=b.far;d.call(c,a,f,n,!0);q.updateMatrixWorld();d.call(c,q,t)}}; +if(THREE.WebGLRenderer)THREE.CrosseyedWebGLRenderer=function(a){THREE.WebGLRenderer.call(this,a);this.autoClear=!1;var c=this,b=this.setSize,d=this.render,g,f,e=new THREE.PerspectiveCamera;e.target=new THREE.Vector3(0,0,0);var h=new THREE.PerspectiveCamera;h.target=new THREE.Vector3(0,0,0);c.separation=10;if(a&&a.separation!==void 0)c.separation=a.separation;this.setSize=function(a,d){b.call(c,a,d);g=a/2;f=d};this.render=function(a,b){this.clear();e.fov=b.fov;e.aspect=0.5*b.aspect;e.near=b.near;e.far= +b.far;e.updateProjectionMatrix();e.position.copy(b.position);e.target.copy(b.target);e.translateX(c.separation);e.lookAt(e.target);h.projectionMatrix=e.projectionMatrix;h.position.copy(b.position);h.target.copy(b.target);h.translateX(-c.separation);h.lookAt(h.target);this.setViewport(0,0,g,f);d.call(c,a,e);this.setViewport(g,0,g,f);d.call(c,a,h,!1)}}; diff --git a/examples/models/animated/horse.js b/examples/models/animated/horse.js index 7bc3fe32..3f96ea9d 100644 --- a/examples/models/animated/horse.js +++ b/examples/models/animated/horse.js @@ -1,23 +1,10 @@ -// 3D assets and textures for ROME "3 Dreams of Black" at http://ro.me are licensed -// under a Creative CommonsAttribution-NonCommercial-ShareAlike 3.0 Unported License -// ( http://creativecommons.org/licenses/by-nc-sa/3.0/ ). +{ -// Converted from: objs/horse/horse_A_001.obj -// vertices: 494 -// faces: 984 -// normals: 0 -// colors: 0 -// uvs: 676 -// materials: 1 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py + "metadata" : { + "formatVersion" : 3, + "description" : "3D assets and textures for ROME - 3 Dreams of Black - at http://ro.me are licensed under a Creative CommonsAttribution-NonCommercial-ShareAlike 3.0 Unported License ( http://creativecommons.org/licenses/by-nc-sa/3.0/ )." + }, - -var model = { - - "version" : 2, - "scale" : 10.000000, "materials": [ { @@ -32,7 +19,7 @@ var model = { }], "vertices": [0,1389,54,0,1408,116,0,1372,-298,0,1439,-555,0,1131,-976,0,1259,-956,0,1394,-842,0,808,-505,0,779,-253,0,734,9,-5,1670,554,-11,1443,895,0,971,701,0,1038,-964,0,941,-871,-1,896,647,0,816,421,-5,1756,1032,4,1712,1112,-5,1409,918,29,1343,1240,14,1574,1167,5,1353,1004,20,1246,1119,34,1287,1277,20,1210,1113,28,1172,1181,23,1254,1154,24,1180,1142,27,1180,1173,0,854,-702,23,1431,1210,33,1194,1240,0,1382,-872,0,1334,-913,0,1425,-1083,0,1319,-1080,0,1483,-1203,0,1338,-1247,-4,1364,-1607,-4,1256,-1696,34,1224,1253,0,1497,282,0,1082,707,-18,1764,797,0,902,-786,18,1502,1189,0,1197,694,0,837,553,271,1031,184,225,1236,7,272,1169,-179,261,1009,-455,277,860,-34,145,1291,207,250,1105,467,144,1336,-362,201,1402,-547,291,856,-749,173,1289,525,137,1349,-861,210,834,-270,256,950,451,209,1091,336,257,867,623,232,1036,597,221,927,678,106,1544,711,66,1646,583,78,1511,892,104,966,675,148,1018,-954,243,878,-847,248,800,583,116,1593,948,49,1736,1066,105,1622,986,35,1710,1109,112,1496,896,108,1594,1085,94,1418,907,74,1294,1128,98,1503,1113,50,1342,1237,51,1575,1161,70,1367,998,57,1254,1121,275,1140,-715,102,1133,-993,86,1255,1140,73,1299,1249,63,1209,1137,75,1196,1164,73,1201,1161,204,830,-522,93,884,632,86,880,-875,83,784,471,111,1708,1124,72,1796,1207,69,1786,1209,153,294,1278,130,291,1333,140,298,1217,82,38,-1190,64,30,-1114,63,46,-1217,58,290,1332,72,298,1213,-28,48,-1119,-6,58,-1217,77,835,-761,-34,56,-1166,59,1706,1107,85,1690,1088,90,1688,1071,64,1720,1095,52,1429,1204,82,1694,1030,42,1290,-937,96,1239,1204,82,1219,1201,200,905,352,23,1368,-879,33,1343,-893,34,1392,-1080,65,1330,-1079,46,1444,-1217,82,1358,-1250,42,1361,-1544,75,1310,-1586,96,1277,1210,75,1263,1209,109,1590,1139,71,1709,1100,100,1740,1151,112,1751,1146,83,1702,1044,67,820,603,43,294,1271,67,1485,299,80,1095,683,65,1232,1238,62,1197,1229,63,1176,1174,54,1252,1141,56,1184,1168,45,1184,1140,60,1760,1154,88,1737,1126,117,1710,1112,98,1750,1061,64,1770,1147,326,783,-599,291,1098,-503,210,1126,-904,243,674,-884,259,730,-915,216,781,-946,135,811,-958,98,716,-929,143,660,-868,78,124,-1146,0,144,-1161,-1,142,-1202,21,149,-1226,74,136,-1218,84,121,-1194,87,1657,881,44,1734,800,170,573,-1141,164,560,-1099,185,708,903,188,746,928,177,782,948,159,592,-1172,161,674,1001,152,690,1020,155,655,980,97,206,-1227,97,213,-1198,100,200,-1255,89,554,-1123,82,776,940,118,620,-1190,85,690,1015,84,691,890,88,642,962,24,229,-1212,45,209,-1265,68,742,922,79,675,997,85,574,-1153,30,230,-1239,127,459,1229,76,458,1226,62,443,1204,78,428,1183,129,430,1188,145,443,1207,80,1321,1187,168,824,-515,71,888,-741,35,1506,1186,56,1553,1165,114,1564,1068,96,1403,1063,49,872,-711,102,824,-510,94,1395,115,102,1376,59,142,808,-256,166,766,15,73,1228,667,197,1196,590,-270,1067,192,-225,1236,7,-266,1151,-201,-235,987,-609,-277,860,-34,-145,1307,225,-248,1136,510,-142,1307,-364,-202,1388,-542,-269,962,-976,-172,1288,549,-139,1355,-865,-200,821,-319,-256,1034,444,-207,1172,384,-261,877,503,-232,1022,606,-226,873,593,-124,1542,705,-78,1645,579,-105,1509,891,-106,920,652,-155,1110,-1023,-232,1037,-1056,-251,870,430,-130,1585,973,-50,1733,1076,-113,1615,1007,-26,1707,1116,-130,1488,921,-95,1587,1105,-105,1411,927,-33,1291,1139,-74,1497,1130,7,1341,1241,-22,1573,1168,-60,1362,1011,-16,1252,1128,-275,1157,-744,-110,1191,-979,-41,1251,1152,-9,1297,1257,-15,1207,1144,-22,1193,1174,-20,1198,1170,-184,859,-632,-96,848,571,-79,1073,-1085,-85,843,393,-102,1719,1140,-59,1831,1182,-55,1822,1187,-95,10,485,-77,17,541,-78,8,425,-166,462,-1813,-161,395,-1854,-142,482,-1800,-5,30,544,-10,20,425,-66,388,-1859,-71,473,-1805,-55,978,-1001,-52,427,-1835,-50,1704,1118,-78,1686,1105,-86,1682,1090,-58,1718,1106,-6,1427,1210,-86,1689,1047,-45,1304,-923,-37,1235,1217,-22,1215,1211,-199,990,336,-23,1368,-879,-33,1343,-893,-32,1391,-1080,-63,1330,-1078,-46,1443,-1215,-81,1356,-1248,-50,1360,-1543,-82,1308,-1583,-38,1273,1223,-17,1260,1219,-85,1584,1159,-63,1706,1113,-89,1758,1153,-103,1767,1146,-85,1695,1061,-70,809,521,13,29,484,-67,1485,299,-80,1078,693,0,1230,1245,3,1196,1235,-6,1174,1181,-9,1250,1148,-1,1182,1174,3,1183,1144,-51,1779,1143,-81,1748,1129,-109,1716,1129,-100,1737,1066,-56,1786,1134,-285,840,-846,-275,1059,-602,-218,1190,-907,-204,776,-1116,-227,831,-1145,-192,887,-1176,-115,927,-1191,-67,836,-1165,-102,774,-1104,-151,385,-1755,-70,386,-1750,-62,425,-1736,-80,444,-1715,-134,445,-1717,-151,430,-1737,-118,1655,882,-81,1732,803,-154,720,-1416,-153,686,-1379,-200,550,432,-203,545,478,-193,543,521,-134,747,-1435,-165,445,456,-156,440,481,-159,452,429,-142,416,-1650,-145,407,-1627,-142,431,-1669,-81,676,-1404,-98,553,513,-86,769,-1437,-90,452,479,-100,560,412,-93,468,410,-69,409,-1628,-86,433,-1670,-83,554,475,-84,459,457,-69,706,-1422,-70,426,-1648,-90,145,415,-40,155,414,-26,160,390,-42,168,362,-92,158,365,-107,147,387,-29,1317,1198,-159,840,-563,-65,928,-816,1,1505,1189,-26,1550,1174,-102,1557,1090,-75,1398,1080,-44,896,-759,-100,827,-525,-94,1395,115,-102,1376,59,-139,800,-275,-166,766,15,-73,1224,673,-197,1184,625,140,1138,642,161,991,644,151,925,695,133,796,956,124,701,1032,100,472,1241,98,289,1349,104,293,1295,105,297,1233,104,417,1172,125,642,964,128,683,884,165,761,525,208,851,451,-208,962,399,-168,854,383,-143,559,401,-130,462,410,-68,168,346,-44,16,442,-48,20,504,-46,24,559,-64,145,432,-128,440,498,-149,545,538,-155,859,618,-162,959,627,-140,1115,669,167,882,-901,174,810,-957,149,614,-1185,73,190,-1271,53,147,-1228,28,49,-1200,12,46,-1157,10,35,-1084,37,130,-1130,59,217,-1185,124,559,-1094,199,648,-867,264,761,-557,-162,1076,-1105,-154,921,-1189,-118,769,-1437,-116,437,-1680,-111,449,-1709,-110,463,-1811,-100,425,-1836,-111,363,-1874,-112,366,-1766,-109,394,-1616,-114,675,-1372,-157,755,-1101,-218,815,-813,152,366,1246,133,403,1214,104,412,1203,74,403,1208,48,366,1242,70,378,1275,99,384,1287,129,376,1279,-27,103,475,-1,94,445,-30,121,405,-61,122,387,-89,111,407,-104,76,443,-86,94,476,-58,105,493,-38,1362,1180,0,1386,1224,26,1386,1225,50,1387,1219,82,1366,1168,-32,1400,-944,-42,1356,-975,0,1342,-976,43,1357,-975,33,1400,-944,0,1413,-944,-82,1321,-1424,-1,1306,-1415,79,1323,-1426,44,1413,-1423,-2,1456,-1408,-50,1412,-1421,197,654,-1107,173,693,-1143,170,714,-1163,95,712,-1154,97,674,-1135,91,625,-1072,149,608,-1057,193,620,-1069,-65,838,-1383,-141,840,-1391,-143,815,-1375,-167,771,-1345,-163,730,-1313,-120,716,-1303,-61,736,-1315,-66,797,-1369,93,1553,1130,107,1577,1113,108,1563,1086,98,1537,1100,-68,1548,1146,-87,1571,1133,-92,1557,1106,-79,1531,1118,111,1556,1111,-90,1549,1131], - + "morphTargets": [ { "name": "horse_A_001", "vertices": [0,1389,54,0,1408,116,0,1372,-298,0,1439,-555,0,1131,-976,0,1259,-956,0,1394,-842,0,808,-505,0,779,-253,0,734,9,-5,1670,554,-11,1443,895,0,971,701,0,1038,-964,0,941,-871,-1,896,647,0,816,421,-5,1756,1032,4,1712,1112,-5,1409,918,29,1343,1240,14,1574,1167,5,1353,1004,20,1246,1119,34,1287,1277,20,1210,1113,28,1172,1181,23,1254,1154,24,1180,1142,27,1180,1173,0,854,-702,23,1431,1210,33,1194,1240,0,1382,-872,0,1334,-913,0,1425,-1083,0,1319,-1080,0,1483,-1203,0,1338,-1247,-4,1364,-1607,-4,1256,-1696,34,1224,1253,0,1497,282,0,1082,707,-18,1764,797,0,902,-786,18,1502,1189,0,1197,694,0,837,553,271,1031,184,225,1236,7,272,1169,-179,261,1009,-455,277,860,-34,145,1291,207,250,1105,467,144,1336,-362,201,1402,-547,291,856,-749,173,1289,525,137,1349,-861,210,834,-270,256,950,451,209,1091,336,257,867,623,232,1036,597,221,927,678,106,1544,711,66,1646,583,78,1511,892,104,966,675,148,1018,-954,243,878,-847,248,800,583,116,1593,948,49,1736,1066,105,1622,986,35,1710,1109,112,1496,896,108,1594,1085,94,1418,907,74,1294,1128,98,1503,1113,50,1342,1237,51,1575,1161,70,1367,998,57,1254,1121,275,1140,-715,102,1133,-993,86,1255,1140,73,1299,1249,63,1209,1137,75,1196,1164,73,1201,1161,204,830,-522,93,884,632,86,880,-875,83,784,471,111,1708,1124,72,1796,1207,69,1786,1209,153,294,1278,130,291,1333,140,298,1217,82,38,-1190,64,30,-1114,63,46,-1217,58,290,1332,72,298,1213,-28,48,-1119,-6,58,-1217,77,835,-761,-34,56,-1166,59,1706,1107,85,1690,1088,90,1688,1071,64,1720,1095,52,1429,1204,82,1694,1030,42,1290,-937,96,1239,1204,82,1219,1201,200,905,352,23,1368,-879,33,1343,-893,34,1392,-1080,65,1330,-1079,46,1444,-1217,82,1358,-1250,42,1361,-1544,75,1310,-1586,96,1277,1210,75,1263,1209,109,1590,1139,71,1709,1100,100,1740,1151,112,1751,1146,83,1702,1044,67,820,603,43,294,1271,67,1485,299,80,1095,683,65,1232,1238,62,1197,1229,63,1176,1174,54,1252,1141,56,1184,1168,45,1184,1140,60,1760,1154,88,1737,1126,117,1710,1112,98,1750,1061,64,1770,1147,326,783,-599,291,1098,-503,210,1126,-904,243,674,-884,259,730,-915,216,781,-946,135,811,-958,98,716,-929,143,660,-868,78,124,-1146,0,144,-1161,-1,142,-1202,21,149,-1226,74,136,-1218,84,121,-1194,87,1657,881,44,1734,800,170,573,-1141,164,560,-1099,185,708,903,188,746,928,177,782,948,159,592,-1172,161,674,1001,152,690,1020,155,655,980,97,206,-1227,97,213,-1198,100,200,-1255,89,554,-1123,82,776,940,118,620,-1190,85,690,1015,84,691,890,88,642,962,24,229,-1212,45,209,-1265,68,742,922,79,675,997,85,574,-1153,30,230,-1239,127,459,1229,76,458,1226,62,443,1204,78,428,1183,129,430,1188,145,443,1207,80,1321,1187,168,824,-515,71,888,-741,35,1506,1186,56,1553,1165,114,1564,1068,96,1403,1063,49,872,-711,102,824,-510,94,1395,115,102,1376,59,142,808,-256,166,766,15,73,1228,667,197,1196,590,-270,1067,192,-225,1236,7,-266,1151,-201,-235,987,-609,-277,860,-34,-145,1307,225,-248,1136,510,-142,1307,-364,-202,1388,-542,-269,962,-976,-172,1288,549,-139,1355,-865,-200,821,-319,-256,1034,444,-207,1172,384,-261,877,503,-232,1022,606,-226,873,593,-124,1542,705,-78,1645,579,-105,1509,891,-106,920,652,-155,1110,-1023,-232,1037,-1056,-251,870,430,-130,1585,973,-50,1733,1076,-113,1615,1007,-26,1707,1116,-130,1488,921,-95,1587,1105,-105,1411,927,-33,1291,1139,-74,1497,1130,7,1341,1241,-22,1573,1168,-60,1362,1011,-16,1252,1128,-275,1157,-744,-110,1191,-979,-41,1251,1152,-9,1297,1257,-15,1207,1144,-22,1193,1174,-20,1198,1170,-184,859,-632,-96,848,571,-79,1073,-1085,-85,843,393,-102,1719,1140,-59,1831,1182,-55,1822,1187,-95,10,485,-77,17,541,-78,8,425,-166,462,-1813,-161,395,-1854,-142,482,-1800,-5,30,544,-10,20,425,-66,388,-1859,-71,473,-1805,-55,978,-1001,-52,427,-1835,-50,1704,1118,-78,1686,1105,-86,1682,1090,-58,1718,1106,-6,1427,1210,-86,1689,1047,-45,1304,-923,-37,1235,1217,-22,1215,1211,-199,990,336,-23,1368,-879,-33,1343,-893,-32,1391,-1080,-63,1330,-1078,-46,1443,-1215,-81,1356,-1248,-50,1360,-1543,-82,1308,-1583,-38,1273,1223,-17,1260,1219,-85,1584,1159,-63,1706,1113,-89,1758,1153,-103,1767,1146,-85,1695,1061,-70,809,521,13,29,484,-67,1485,299,-80,1078,693,0,1230,1245,3,1196,1235,-6,1174,1181,-9,1250,1148,-1,1182,1174,3,1183,1144,-51,1779,1143,-81,1748,1129,-109,1716,1129,-100,1737,1066,-56,1786,1134,-285,840,-846,-275,1059,-602,-218,1190,-907,-204,776,-1116,-227,831,-1145,-192,887,-1176,-115,927,-1191,-67,836,-1165,-102,774,-1104,-151,385,-1755,-70,386,-1750,-62,425,-1736,-80,444,-1715,-134,445,-1717,-151,430,-1737,-118,1655,882,-81,1732,803,-154,720,-1416,-153,686,-1379,-200,550,432,-203,545,478,-193,543,521,-134,747,-1435,-165,445,456,-156,440,481,-159,452,429,-142,416,-1650,-145,407,-1627,-142,431,-1669,-81,676,-1404,-98,553,513,-86,769,-1437,-90,452,479,-100,560,412,-93,468,410,-69,409,-1628,-86,433,-1670,-83,554,475,-84,459,457,-69,706,-1422,-70,426,-1648,-90,145,415,-40,155,414,-26,160,390,-42,168,362,-92,158,365,-107,147,387,-29,1317,1198,-159,840,-563,-65,928,-816,1,1505,1189,-26,1550,1174,-102,1557,1090,-75,1398,1080,-44,896,-759,-100,827,-525,-94,1395,115,-102,1376,59,-139,800,-275,-166,766,15,-73,1224,673,-197,1184,625,140,1138,642,161,991,644,151,925,695,133,796,956,124,701,1032,100,472,1241,98,289,1349,104,293,1295,105,297,1233,104,417,1172,125,642,964,128,683,884,165,761,525,208,851,451,-208,962,399,-168,854,383,-143,559,401,-130,462,410,-68,168,346,-44,16,442,-48,20,504,-46,24,559,-64,145,432,-128,440,498,-149,545,538,-155,859,618,-162,959,627,-140,1115,669,167,882,-901,174,810,-957,149,614,-1185,73,190,-1271,53,147,-1228,28,49,-1200,12,46,-1157,10,35,-1084,37,130,-1130,59,217,-1185,124,559,-1094,199,648,-867,264,761,-557,-162,1076,-1105,-154,921,-1189,-118,769,-1437,-116,437,-1680,-111,449,-1709,-110,463,-1811,-100,425,-1836,-111,363,-1874,-112,366,-1766,-109,394,-1616,-114,675,-1372,-157,755,-1101,-218,815,-813,152,366,1246,133,403,1214,104,412,1203,74,403,1208,48,366,1242,70,378,1275,99,384,1287,129,376,1279,-27,103,475,-1,94,445,-30,121,405,-61,122,387,-89,111,407,-104,76,443,-86,94,476,-58,105,493,-38,1362,1180,0,1386,1224,26,1386,1225,50,1387,1219,82,1366,1168,-32,1400,-944,-42,1356,-975,0,1342,-976,43,1357,-975,33,1400,-944,0,1413,-944,-82,1321,-1424,-1,1306,-1415,79,1323,-1426,44,1413,-1423,-2,1456,-1408,-50,1412,-1421,197,654,-1107,173,693,-1143,170,714,-1163,95,712,-1154,97,674,-1135,91,625,-1072,149,608,-1057,193,620,-1069,-65,838,-1383,-141,840,-1391,-143,815,-1375,-167,771,-1345,-163,730,-1313,-120,716,-1303,-61,736,-1315,-66,797,-1369,93,1553,1130,107,1577,1113,108,1563,1086,98,1537,1100,-68,1548,1146,-87,1571,1133,-92,1557,1106,-79,1531,1118,111,1556,1111,-90,1549,1131] }, { "name": "horse_A_002", "vertices": [0,1408,54,0,1425,111,0,1413,-326,0,1474,-585,0,1159,-1000,0,1286,-982,0,1422,-871,0,845,-521,0,808,-261,0,760,-5,-5,1682,553,-11,1451,892,0,967,685,0,1066,-986,0,969,-889,0,896,627,0,823,393,-5,1764,1030,3,1720,1110,-4,1417,916,28,1351,1239,13,1582,1165,5,1361,1003,20,1254,1117,34,1295,1275,20,1219,1111,28,1180,1179,23,1262,1152,24,1188,1140,27,1188,1171,0,887,-719,22,1439,1208,33,1202,1238,0,1410,-901,0,1361,-941,0,1443,-1112,1,1338,-1106,0,1493,-1227,1,1348,-1269,-5,1406,-1629,-5,1341,-1747,34,1233,1251,0,1513,278,0,1088,699,-18,1773,796,0,932,-804,18,1510,1187,0,1209,687,0,838,528,271,1058,176,224,1257,8,271,1185,-187,260,1013,-520,276,886,-44,146,1313,206,251,1119,469,142,1366,-389,199,1433,-573,308,914,-846,173,1302,527,136,1378,-888,211,857,-294,255,971,421,210,1127,336,252,849,555,231,1025,585,218,893,628,106,1554,709,66,1658,582,78,1519,889,103,947,652,156,1073,-1003,261,953,-941,242,795,504,116,1602,947,49,1744,1064,105,1631,984,35,1718,1108,112,1505,895,108,1602,1083,95,1426,905,74,1303,1126,98,1511,1111,50,1350,1235,50,1583,1159,70,1375,996,57,1263,1119,275,1181,-750,105,1176,-1021,86,1263,1138,73,1308,1247,63,1218,1135,75,1204,1163,73,1209,1159,210,857,-583,90,872,591,105,953,-975,80,798,423,111,1716,1122,71,1803,1206,68,1792,1208,141,290,1251,119,322,1297,127,255,1201,115,203,-1516,104,168,-1446,93,218,-1536,47,324,1296,58,255,1198,10,183,-1437,23,228,-1526,95,886,-870,0,207,-1477,59,1714,1105,85,1699,1086,90,1696,1069,63,1729,1093,51,1437,1202,82,1703,1028,42,1322,-963,96,1247,1202,82,1227,1199,198,933,322,23,1396,-908,33,1371,-921,34,1411,-1108,65,1349,-1105,46,1454,-1240,83,1368,-1272,42,1392,-1569,75,1350,-1618,96,1286,1208,75,1271,1208,109,1598,1137,70,1717,1098,99,1747,1150,111,1759,1145,82,1711,1042,64,814,559,31,289,1245,67,1500,294,80,1098,679,65,1240,1236,62,1206,1228,63,1184,1172,54,1260,1140,56,1192,1166,45,1192,1138,59,1767,1152,88,1745,1125,116,1717,1110,98,1758,1060,63,1777,1146,341,817,-708,288,1111,-550,213,1175,-935,274,753,-1009,288,814,-1030,244,867,-1054,161,895,-1065,129,794,-1053,174,732,-1000,114,268,-1443,36,289,-1444,30,301,-1483,51,317,-1505,104,304,-1506,116,282,-1490,87,1666,880,44,1743,799,209,695,-1300,207,669,-1262,175,617,782,179,652,811,168,687,836,194,723,-1322,152,581,883,143,598,901,145,561,863,126,373,-1491,129,370,-1462,127,377,-1520,129,669,-1282,73,683,828,152,754,-1327,76,597,897,74,602,766,78,547,846,55,387,-1463,71,387,-1521,59,651,806,70,581,880,123,698,-1303,59,397,-1490,118,378,1120,67,378,1117,54,360,1098,69,343,1076,120,345,1081,136,359,1100,79,1329,1186,171,856,-552,76,922,-786,34,1514,1184,56,1562,1164,114,1572,1067,96,1411,1061,52,905,-746,103,859,-532,94,1412,110,102,1395,60,142,835,-269,166,791,2,73,1239,663,198,1200,596,-271,1075,178,-224,1257,8,-266,1171,-200,-236,980,-601,-276,886,-44,-146,1319,214,-250,1127,479,-142,1346,-388,-201,1421,-567,-271,965,-965,-173,1299,537,-138,1381,-888,-201,846,-323,-256,1016,414,-210,1161,351,-256,849,474,-232,1011,576,-221,851,565,-124,1553,702,-78,1657,578,-105,1517,888,-104,916,629,-152,1126,-1030,-233,1041,-1044,-247,845,402,-130,1593,971,-51,1741,1074,-113,1623,1005,-27,1716,1114,-130,1496,918,-95,1595,1103,-105,1419,924,-33,1299,1137,-74,1505,1128,7,1349,1239,-23,1581,1166,-60,1370,1009,-16,1260,1126,-274,1177,-753,-108,1210,-1006,-41,1259,1150,-9,1305,1255,-15,1215,1143,-22,1201,1172,-20,1206,1168,-186,867,-644,-92,836,548,-79,1074,-1074,-82,837,373,-102,1724,1139,-58,1833,1188,-54,1824,1192,-113,0,216,-92,-34,261,-98,39,170,-180,569,-1867,-175,501,-1905,-156,590,-1855,-19,-29,266,-30,45,173,-80,493,-1910,-85,581,-1860,-57,975,-991,-66,533,-1887,-51,1712,1116,-79,1694,1103,-87,1690,1088,-58,1726,1104,-6,1435,1208,-87,1697,1045,-45,1329,-952,-37,1243,1215,-22,1224,1209,-199,983,313,-23,1396,-908,-33,1371,-921,-32,1410,-1107,-63,1349,-1104,-46,1453,-1239,-81,1366,-1270,-50,1390,-1567,-83,1347,-1616,-38,1281,1221,-17,1268,1217,-86,1592,1157,-64,1714,1111,-89,1762,1155,-102,1772,1148,-85,1703,1059,-66,802,500,-3,10,220,-67,1500,294,-80,1087,679,0,1238,1243,3,1204,1234,-6,1182,1179,-9,1258,1146,-1,1191,1172,3,1191,1142,-51,1784,1145,-81,1754,1130,-109,1722,1128,-100,1747,1066,-56,1791,1137,-289,831,-848,-275,1068,-597,-216,1208,-926,-214,816,-1140,-236,876,-1157,-200,937,-1176,-123,977,-1184,-76,881,-1179,-112,809,-1131,-165,495,-1805,-84,497,-1800,-76,536,-1788,-94,557,-1768,-148,557,-1771,-165,542,-1790,-118,1663,881,-81,1741,802,-168,813,-1441,-168,776,-1409,-183,531,406,-187,518,449,-177,510,490,-149,842,-1457,-154,427,402,-146,415,423,-147,442,378,-156,533,-1702,-159,521,-1680,-156,550,-1721,-95,769,-1434,-81,518,485,-101,864,-1457,-79,422,425,-82,541,389,-80,459,364,-83,523,-1681,-100,551,-1722,-66,525,448,-73,435,406,-83,800,-1449,-85,542,-1699,-100,150,267,-49,155,269,-35,169,247,-51,186,224,-101,179,225,-117,163,242,-29,1325,1197,-159,863,-579,-65,947,-824,1,1513,1187,-26,1559,1172,-102,1565,1088,-75,1406,1078,-44,919,-770,-100,861,-540,-94,1412,110,-102,1395,60,-139,830,-279,-166,791,2,-73,1236,665,-198,1190,606,141,1137,644,160,974,624,148,891,650,124,701,846,114,609,913,92,391,1132,87,332,1310,92,301,1265,92,265,1214,96,331,1065,115,547,848,118,594,760,160,768,451,205,873,400,-207,947,375,-164,838,358,-125,542,378,-117,455,363,-76,192,209,-63,31,185,-64,-8,233,-60,-42,276,-75,143,284,-118,407,439,-133,507,507,-150,844,591,-161,952,600,-140,1121,651,187,964,-996,200,895,-1063,183,747,-1327,98,372,-1536,82,316,-1510,60,215,-1517,47,196,-1476,52,160,-1412,75,266,-1423,93,368,-1445,168,666,-1254,231,723,-997,279,785,-673,-162,1080,-1094,-161,971,-1182,-132,864,-1457,-130,556,-1733,-125,562,-1762,-124,571,-1866,-114,531,-1888,-125,468,-1924,-127,476,-1815,-123,507,-1670,-128,765,-1403,-167,791,-1130,-222,800,-818,142,326,1181,123,335,1134,94,332,1116,64,334,1128,37,326,1178,60,355,1197,90,366,1201,120,355,1201,-38,72,270,-14,85,237,-42,133,230,-73,143,222,-102,125,229,-118,76,232,-97,65,266,-69,66,289,-39,1370,1178,0,1394,1222,25,1394,1223,50,1396,1217,82,1375,1166,-32,1425,-974,-42,1380,-1004,0,1366,-1004,43,1381,-1004,34,1425,-974,0,1437,-974,-81,1329,-1451,0,1314,-1444,79,1332,-1454,44,1420,-1443,-2,1460,-1425,-50,1419,-1441,238,765,-1237,211,809,-1265,208,835,-1280,133,827,-1272,136,786,-1260,134,724,-1208,193,706,-1197,235,722,-1207,-78,928,-1392,-154,933,-1400,-157,906,-1388,-181,857,-1366,-177,812,-1341,-134,795,-1334,-75,816,-1343,-80,885,-1386,93,1561,1128,106,1585,1112,107,1572,1084,98,1545,1098,-69,1556,1144,-87,1579,1131,-93,1565,1104,-79,1539,1115,111,1564,1109,-91,1557,1129] }, @@ -64,7 +51,4 @@ var model = { "faces": [10,53,51,49,0,4,2,0,10,49,51,50,0,0,2,1,10,52,94,421,0,3,5,586,10,50,51,210,0,1,2,11,10,210,51,56,0,11,2,10,10,56,154,57,0,10,6,12,10,57,154,87,0,12,6,13,10,55,63,59,0,14,9,15,10,59,63,54,0,15,9,8,10,155,60,87,0,17,16,13,10,87,60,57,0,13,16,12,10,468,157,475,0,646,19,655,10,475,157,156,0,655,19,18,10,63,62,122,0,9,21,20,10,122,62,394,0,20,21,551,10,63,55,62,0,9,14,21,10,62,55,64,0,21,14,22,10,55,65,64,0,14,24,22,10,64,65,66,0,22,24,23,10,59,214,55,0,15,25,14,10,55,214,65,0,14,25,24,10,59,54,140,0,15,8,26,10,59,67,213,0,27,30,28,10,213,67,69,0,28,30,29,10,73,62,64,0,233,232,231,10,66,174,64,0,230,33,231,10,64,174,173,0,231,33,32,10,87,58,155,0,13,35,17,10,155,58,72,0,17,35,34,10,157,468,158,0,19,646,36,10,158,468,469,0,36,646,648,10,172,173,178,0,31,32,38,10,178,173,176,0,38,32,39,10,179,170,180,0,40,42,41,10,180,170,171,0,41,42,247,10,383,66,382,0,537,23,535,10,382,66,65,0,535,23,24,10,68,169,67,0,48,47,30,10,67,169,168,0,30,47,46,10,80,69,78,0,56,29,57,10,86,85,81,0,62,61,55,10,81,85,206,0,55,61,54,10,154,153,87,0,6,7,13,10,87,153,58,0,13,7,35,10,50,210,54,0,1,11,8,10,54,210,209,0,8,11,65,10,57,3,56,0,12,67,10,10,56,3,2,0,10,67,66,10,140,54,209,0,26,8,65,10,3,57,6,0,67,12,68,10,6,57,60,0,68,12,16,10,61,53,211,0,69,4,70,10,211,53,212,0,70,4,71,10,69,11,213,0,29,73,28,10,213,11,47,0,28,73,72,10,4,88,13,0,74,77,75,10,13,88,71,0,75,77,76,10,12,15,70,0,81,80,44,10,70,15,95,0,44,80,45,10,53,97,212,0,4,82,71,10,10,44,68,0,84,83,48,10,68,44,169,0,48,83,47,10,17,18,75,0,87,86,51,10,75,18,77,0,51,86,85,10,19,11,80,0,88,73,56,10,80,11,69,0,56,73,29,10,31,117,203,0,89,59,60,10,203,117,204,0,60,59,58,10,22,19,85,0,91,88,61,10,85,19,80,0,61,88,56,10,23,22,86,0,92,91,62,10,86,22,85,0,62,91,61,10,18,21,77,0,86,94,85,10,77,21,84,0,85,94,93,10,60,155,119,0,16,17,95,10,119,155,88,0,95,17,77,10,83,90,200,0,99,98,96,10,200,90,131,0,96,98,97,10,91,86,89,0,101,62,100,10,89,86,81,0,100,62,55,10,83,20,90,0,99,103,98,10,90,20,24,0,98,103,102,10,91,25,86,0,101,104,62,10,86,25,23,0,62,104,92,10,90,132,131,0,98,105,97,10,90,24,142,0,98,102,106,10,142,24,41,0,106,102,107,10,66,383,174,0,238,536,108,10,174,383,384,0,108,536,538,10,410,470,159,0,572,649,111,10,159,470,471,0,111,649,650,10,391,392,178,0,547,548,38,10,178,392,172,0,38,548,31,10,419,182,418,0,583,249,582,10,418,182,188,0,582,249,114,10,73,172,393,0,233,31,550,10,393,172,392,0,550,31,548,10,191,190,187,0,118,120,119,10,187,190,186,0,119,120,121,10,97,186,138,0,235,121,236,10,138,186,190,0,236,121,120,10,159,471,160,0,111,650,122,10,160,471,472,0,122,650,651,10,76,118,115,0,49,50,124,10,118,137,115,0,50,125,124,10,114,79,115,0,127,126,124,10,115,79,76,0,124,126,49,10,79,114,133,0,126,127,128,10,133,114,134,0,128,127,129,10,75,77,116,0,51,85,216,10,116,77,113,0,216,85,130,10,48,16,138,0,133,132,131,10,138,16,97,0,131,132,82,10,202,207,45,0,134,137,135,10,45,207,30,0,135,137,136,10,26,27,144,0,141,140,138,10,144,27,145,0,138,140,139,10,28,25,147,0,143,104,142,10,147,25,91,0,142,104,101,10,145,27,146,0,139,140,144,10,146,27,29,0,144,140,145,10,146,29,147,0,144,145,142,10,147,29,28,0,142,145,143,10,194,199,177,0,148,147,146,10,177,199,176,0,146,147,39,10,199,198,176,0,147,149,39,10,176,198,178,0,39,149,38,10,162,167,180,0,151,150,41,10,180,167,179,0,41,150,40,10,167,166,179,0,150,153,40,10,179,166,181,0,40,153,152,10,386,194,385,0,540,156,539,10,385,194,177,0,539,156,155,10,178,198,391,0,38,149,547,10,391,198,390,0,547,149,546,10,188,163,418,0,114,160,582,10,418,163,417,0,582,160,581,10,413,165,412,0,575,163,574,10,412,165,189,0,574,163,162,10,187,197,191,0,119,168,118,10,191,197,196,0,118,168,167,10,165,164,189,0,163,170,162,10,189,164,193,0,162,170,169,10,208,207,201,0,172,137,171,10,201,207,202,0,171,137,134,10,472,473,160,0,651,652,122,10,160,473,161,0,122,652,173,10,192,193,182,0,123,169,248,10,182,193,188,0,248,169,174,10,193,164,188,0,169,170,174,10,188,164,163,0,174,170,175,10,82,205,487,0,52,53,669,10,487,205,486,0,669,53,668,10,53,122,97,0,4,20,82,10,388,389,101,0,543,545,177,10,101,389,103,0,177,545,178,10,114,98,134,0,127,63,129,10,134,98,149,0,129,63,185,10,115,150,114,0,124,186,127,10,114,150,98,0,127,186,63,10,137,151,115,0,125,187,124,10,115,151,150,0,124,187,186,10,152,116,148,0,217,216,188,10,148,116,113,0,188,216,130,10,453,454,31,0,627,628,89,10,31,454,117,0,89,628,59,10,67,168,69,0,30,46,29,10,69,168,74,0,29,46,189,10,40,39,130,0,193,192,190,10,130,39,129,0,190,192,191,10,121,92,120,0,194,196,195,10,120,92,89,0,195,196,100,10,32,26,143,0,197,141,198,10,143,26,144,0,198,141,138,10,393,394,73,0,549,551,199,10,73,394,62,0,199,551,21,10,119,124,60,0,95,201,16,10,124,123,60,0,201,200,16,10,60,123,6,0,16,200,68,10,6,123,33,0,68,200,202,10,5,34,119,0,203,204,95,10,119,34,124,0,95,204,201,10,459,460,124,0,634,635,201,10,124,460,123,0,201,635,200,10,460,461,123,0,635,637,200,10,123,461,33,0,200,637,202,10,458,459,34,0,632,634,204,10,34,459,124,0,204,634,201,10,211,8,208,0,70,206,172,10,208,8,7,0,172,206,205,10,53,61,52,0,4,69,3,10,52,61,94,0,3,69,5,10,51,52,56,0,2,3,10,10,56,52,154,0,10,3,6,10,128,127,126,0,210,209,207,10,126,127,125,0,207,209,208,10,127,37,125,0,209,212,208,10,125,37,35,0,208,212,211,10,36,38,126,0,213,214,207,10,126,38,128,0,207,214,210,10,464,465,128,0,641,642,210,10,128,465,127,0,210,642,209,10,465,466,127,0,642,644,209,10,127,466,37,0,209,644,212,10,464,128,463,0,641,210,639,10,463,128,38,0,639,210,214,10,120,89,131,0,195,100,97,10,131,89,200,0,97,100,96,10,121,120,132,0,194,195,105,10,132,120,131,0,105,195,97,10,32,143,41,0,197,198,107,10,41,143,142,0,107,198,106,10,134,113,133,0,129,130,128,10,133,113,84,0,128,130,93,10,148,113,149,0,188,130,185,10,149,113,134,0,185,130,129,10,135,136,100,0,64,227,215,10,100,136,99,0,215,227,228,10,152,151,116,0,217,187,216,10,116,151,137,0,216,187,125,10,116,137,75,0,216,125,51,10,75,137,118,0,51,125,50,10,15,48,95,0,80,133,45,10,95,48,138,0,45,133,131,10,95,138,183,0,237,236,109,10,183,138,190,0,109,236,120,10,195,185,196,0,157,154,167,10,196,185,191,0,167,154,118,10,117,82,484,0,59,52,666,10,484,82,487,0,666,52,669,10,387,388,102,0,541,543,220,10,102,388,101,0,220,543,177,10,176,173,177,0,39,32,146,10,177,173,174,0,146,32,33,10,174,384,177,0,108,538,155,10,177,384,385,0,155,538,539,10,183,190,185,0,109,120,154,10,185,190,191,0,154,120,118,10,59,140,67,0,27,221,30,10,67,140,68,0,30,221,48,10,43,12,141,0,223,81,222,10,141,12,70,0,222,81,44,10,193,192,189,0,169,123,162,10,189,192,184,0,162,123,116,10,184,411,189,0,116,573,162,10,189,411,412,0,162,573,574,10,170,179,175,0,42,40,43,10,175,179,181,0,43,40,152,10,63,49,54,0,9,0,8,10,54,49,50,0,8,0,1,10,53,49,122,0,4,0,20,10,122,49,63,0,20,0,9,10,90,142,132,0,98,106,105,10,143,121,142,0,198,194,106,10,142,121,132,0,106,194,105,10,92,121,144,0,196,194,138,10,144,121,143,0,138,194,198,10,144,145,92,0,138,139,196,10,92,145,89,0,196,139,100,10,89,145,93,0,100,139,226,10,93,145,146,0,226,139,144,10,146,147,93,0,144,142,226,10,93,147,91,0,226,142,101,10,89,93,91,0,100,226,101,10,135,100,149,0,64,215,185,10,98,135,149,0,63,64,185,10,150,136,98,0,186,227,63,10,98,136,135,0,63,227,64,10,99,136,151,0,228,227,187,10,473,474,161,0,653,654,229,10,161,474,420,0,229,654,584,10,88,155,71,0,77,17,76,10,71,155,72,0,76,17,34,10,94,161,421,0,239,229,585,10,421,161,420,0,585,229,584,10,153,156,58,0,240,18,241,10,58,156,157,0,241,18,19,10,58,157,72,0,241,19,242,10,72,157,158,0,242,19,36,10,96,409,159,0,244,571,111,10,159,409,410,0,111,571,572,10,160,111,159,0,122,245,111,10,159,111,96,0,111,245,244,10,94,111,161,0,246,245,173,10,161,111,160,0,173,245,122,10,416,417,109,0,580,581,250,10,109,417,163,0,250,581,160,10,112,415,109,0,184,578,253,10,109,415,416,0,253,578,579,10,112,164,110,0,252,170,254,10,110,164,165,0,254,170,163,10,414,110,413,0,576,254,575,10,413,110,165,0,575,254,163,10,104,106,167,0,256,257,150,10,167,106,166,0,150,257,153,10,105,104,162,0,251,256,151,10,162,104,167,0,151,256,150,10,4,5,88,0,74,203,77,10,88,5,119,0,77,203,95,10,74,168,76,0,189,46,49,10,76,168,118,0,49,46,50,10,169,75,168,0,47,51,46,10,168,75,118,0,46,51,50,10,44,17,169,0,83,87,47,10,169,17,75,0,47,87,51,10,441,442,386,0,611,613,540,10,386,442,194,0,540,613,156,10,440,195,439,0,610,157,609,10,439,195,196,0,609,157,167,10,439,196,438,0,609,167,607,10,438,196,197,0,607,167,168,10,436,437,198,0,605,606,149,10,198,437,390,0,149,606,546,10,435,436,199,0,604,605,147,10,199,436,198,0,147,605,149,10,442,435,194,0,612,604,148,10,194,435,199,0,148,604,147,10,148,100,152,0,188,215,217,10,152,100,99,0,217,215,228,10,82,117,455,0,52,59,629,10,455,117,454,0,629,59,628,10,82,455,206,0,52,629,54,10,206,455,81,0,54,629,55,10,94,61,201,0,5,69,171,10,201,61,211,0,171,69,70,10,111,94,202,0,266,5,134,10,94,201,202,0,5,171,134,10,202,45,111,0,134,135,266,10,111,45,14,0,266,135,78,10,69,74,78,0,29,189,57,10,84,21,203,0,93,94,60,10,203,21,46,0,60,94,90,10,133,84,204,0,128,93,58,10,204,84,203,0,58,93,60,10,133,204,484,0,128,58,666,10,79,205,76,0,126,53,49,10,206,78,205,0,54,57,53,10,205,78,74,0,53,57,189,10,85,80,206,0,61,56,54,10,206,80,78,0,54,56,57,10,7,30,208,0,205,136,172,10,208,30,207,0,172,136,137,10,42,10,140,0,225,84,221,10,140,10,68,0,221,84,48,10,42,140,1,0,224,26,218,10,1,140,209,0,218,26,65,10,210,0,209,0,11,165,65,10,209,0,1,0,65,165,218,10,56,2,210,0,10,66,11,10,210,2,0,0,11,66,165,10,212,9,211,0,71,166,70,10,211,9,8,0,70,166,206,10,16,9,97,0,132,166,82,10,97,9,212,0,82,166,71,10,201,211,208,0,171,70,172,10,382,65,381,0,535,24,534,10,381,65,214,0,534,24,25,10,43,141,47,0,158,112,72,10,47,141,213,0,72,112,28,10,381,213,141,0,534,37,222,10,136,150,151,0,227,186,187,10,152,99,151,0,217,228,187,10,100,148,149,0,215,188,185,10,13,96,14,0,75,79,78,10,14,96,111,0,78,79,266,10,72,409,71,0,34,570,76,10,77,84,113,0,85,93,130,10,217,218,219,0,269,270,271,10,320,319,218,0,273,274,270,10,218,319,434,0,270,274,602,10,216,376,217,0,268,276,269,10,217,376,222,0,269,276,275,10,222,223,320,0,275,277,273,10,320,223,253,0,273,277,278,10,221,225,229,0,279,280,282,10,229,225,220,0,282,280,281,10,223,226,253,0,277,283,278,10,253,226,321,0,278,283,284,10,322,323,480,0,286,287,661,10,480,323,479,0,661,287,660,10,395,228,288,0,552,290,289,10,288,228,229,0,289,290,282,10,230,221,228,0,291,279,290,10,228,221,229,0,290,279,282,10,221,230,231,0,279,291,293,10,231,230,232,0,293,291,292,10,231,380,221,0,293,294,279,10,221,380,225,0,279,294,280,10,225,306,220,0,280,295,281,10,225,379,233,0,296,297,299,10,233,379,235,0,299,297,298,10,338,339,239,0,301,302,300,10,239,339,230,0,300,302,303,10,339,340,230,0,302,305,303,10,230,340,232,0,303,305,306,10,238,224,321,0,307,308,284,10,321,224,253,0,284,308,278,10,323,324,479,0,287,309,660,10,479,324,478,0,660,309,658,10,342,343,339,0,312,419,302,10,339,343,340,0,302,419,305,10,345,346,336,0,313,314,288,10,336,346,337,0,288,314,285,10,231,232,407,0,293,292,568,10,407,232,406,0,568,292,566,10,334,335,233,0,317,318,299,10,233,335,234,0,299,318,319,10,248,371,372,0,320,321,322,10,246,244,235,0,324,325,298,10,370,283,369,0,326,327,328,10,369,283,31,0,328,327,354,10,372,251,247,0,322,329,323,10,247,251,252,0,323,329,330,10,320,253,319,0,273,278,274,10,319,253,224,0,274,278,308,10,375,376,220,0,331,276,281,10,220,376,216,0,281,276,268,10,223,222,3,0,277,275,333,10,3,222,2,0,333,275,332,10,306,375,220,0,295,331,281,10,3,6,223,0,333,334,277,10,223,6,226,0,277,334,283,10,227,377,219,0,335,336,271,10,219,377,378,0,271,336,337,10,235,379,11,0,298,297,339,10,11,379,47,0,339,297,338,10,4,13,254,0,340,341,343,10,254,13,237,0,343,341,342,10,261,15,236,0,316,344,315,10,236,15,12,0,315,344,345,10,219,378,263,0,271,337,346,10,335,44,234,0,318,347,319,10,234,44,10,0,319,347,348,10,243,18,241,0,350,351,349,10,241,18,17,0,349,351,352,10,235,11,246,0,298,339,324,10,246,11,19,0,324,339,353,10,369,31,46,0,328,354,355,10,246,19,251,0,324,353,329,10,251,19,22,0,329,353,356,10,251,22,252,0,329,356,330,10,252,22,23,0,330,356,357,10,250,21,243,0,358,359,350,10,243,21,18,0,350,359,351,10,226,285,321,0,283,360,284,10,321,285,254,0,284,360,343,10,297,256,366,0,362,363,361,10,366,256,249,0,361,363,364,10,247,252,255,0,323,330,365,10,255,252,257,0,365,330,366,10,249,256,20,0,364,363,368,10,20,256,24,0,368,363,367,10,23,25,252,0,357,369,330,10,252,25,257,0,330,369,366,10,256,297,298,0,363,362,370,10,256,308,24,0,363,371,367,10,24,308,41,0,367,371,372,10,232,340,406,0,373,374,567,10,406,340,405,0,567,374,565,10,324,423,478,0,377,589,659,10,478,423,477,0,659,589,657,10,340,343,405,0,374,428,565,10,405,343,404,0,565,428,564,10,337,346,432,0,285,314,600,10,432,346,431,0,600,314,599,10,397,338,396,0,555,301,553,10,396,338,239,0,553,301,300,10,356,352,304,0,389,390,388,10,304,352,263,0,388,390,391,10,325,326,476,0,378,392,656,10,476,326,483,0,656,392,665,10,242,281,284,0,395,396,394,10,281,303,284,0,396,397,394,10,280,281,245,0,398,396,399,10,245,281,242,0,399,396,395,10,245,299,280,0,399,400,398,10,280,299,300,0,398,400,401,10,279,243,282,0,403,350,402,10,282,243,241,0,402,350,349,10,263,16,304,0,346,405,404,10,304,16,48,0,404,405,406,10,368,45,373,0,407,408,410,10,373,45,30,0,410,408,409,10,311,27,310,0,412,413,411,10,310,27,26,0,411,413,414,10,257,25,313,0,366,369,415,10,313,25,28,0,415,369,416,10,311,312,27,0,412,417,413,10,27,312,29,0,413,417,418,10,312,313,29,0,417,415,418,10,29,313,28,0,418,415,416,10,342,365,343,0,312,420,419,10,343,365,360,0,419,420,421,10,344,364,342,0,311,422,312,10,342,364,365,0,312,422,420,10,345,333,346,0,313,423,314,10,346,333,328,0,314,423,424,10,347,332,345,0,425,426,313,10,345,332,333,0,313,426,423,10,343,360,404,0,428,429,564,10,404,360,403,0,564,429,563,10,344,398,364,0,311,556,422,10,364,398,399,0,422,556,557,10,346,328,431,0,314,424,599,10,431,328,430,0,599,424,598,10,347,425,332,0,433,591,436,10,332,425,426,0,436,591,592,10,353,357,363,0,387,386,438,10,363,357,362,0,438,386,437,10,359,330,355,0,439,440,434,10,355,330,331,0,434,440,435,10,368,373,367,0,407,410,441,10,367,373,374,0,441,410,442,10,327,482,326,0,443,664,392,10,326,482,483,0,392,664,665,10,354,359,348,0,445,439,444,10,348,359,358,0,444,439,393,10,359,354,330,0,439,445,440,10,330,354,329,0,440,445,446,10,219,263,288,0,271,346,289,10,401,267,400,0,560,448,558,10,400,267,269,0,558,448,449,10,272,427,270,0,454,593,453,10,270,427,428,0,453,593,595,10,280,300,264,0,398,401,458,10,264,300,315,0,458,401,457,10,264,316,280,0,458,459,398,10,280,316,281,0,398,459,396,10,316,317,281,0,459,460,396,10,281,317,303,0,396,460,397,10,318,314,282,0,461,462,402,10,282,314,279,0,402,462,403,10,283,452,31,0,327,625,354,10,31,452,453,0,354,625,626,10,240,334,235,0,463,317,298,10,235,334,233,0,298,317,299,10,295,39,296,0,465,466,464,10,296,39,40,0,464,466,467,10,287,286,258,0,468,469,470,10,258,286,255,0,470,469,365,10,32,309,26,0,471,472,414,10,26,309,310,0,414,472,411,10,396,239,395,0,554,473,552,10,395,239,228,0,552,473,290,10,285,226,290,0,360,283,475,10,226,289,290,0,283,474,475,10,226,6,289,0,283,334,474,10,289,6,33,0,474,334,476,10,5,285,34,0,477,360,478,10,34,285,290,0,478,360,475,10,289,456,290,0,474,630,475,10,290,456,457,0,475,630,631,10,33,461,289,0,476,636,474,10,289,461,456,0,474,636,630,10,458,34,457,0,633,478,631,10,457,34,290,0,631,478,475,10,377,374,8,0,336,442,484,10,8,374,7,0,484,442,483,10,219,218,227,0,271,270,335,10,227,218,260,0,335,270,272,10,217,222,218,0,269,275,270,10,218,222,320,0,270,275,273,10,291,293,292,0,479,485,480,10,292,293,294,0,480,485,486,10,35,37,291,0,481,487,479,10,291,37,293,0,479,487,485,10,36,292,38,0,482,480,488,10,38,292,294,0,488,480,486,10,293,467,294,0,485,645,486,10,294,467,462,0,486,645,638,10,37,466,293,0,487,643,485,10,293,466,467,0,485,643,645,10,38,294,463,0,488,486,640,10,463,294,462,0,640,486,638,10,366,255,297,0,361,365,362,10,297,255,286,0,362,365,469,10,297,286,298,0,362,469,370,10,298,286,287,0,370,469,468,10,308,309,41,0,371,472,372,10,41,309,32,0,372,472,471,10,300,299,279,0,401,400,403,10,279,299,250,0,403,400,358,10,300,279,315,0,401,403,457,10,315,279,314,0,457,403,462,10,301,266,302,0,489,490,492,10,302,266,265,0,492,490,491,10,303,317,282,0,397,460,402,10,282,317,318,0,402,460,461,10,282,241,303,0,402,349,397,10,303,241,284,0,397,349,394,10,304,48,261,0,404,406,316,10,261,48,15,0,316,406,344,10,261,349,304,0,376,375,388,10,304,349,356,0,388,375,389,10,349,351,356,0,375,427,389,10,356,351,357,0,389,427,386,10,357,351,362,0,386,427,437,10,362,351,361,0,437,427,430,10,490,493,489,0,672,675,671,10,402,268,401,0,562,494,560,10,401,268,267,0,560,494,448,10,225,233,306,0,296,299,495,10,306,233,234,0,495,299,319,10,236,12,307,0,315,345,496,10,307,12,43,0,496,345,497,10,359,355,358,0,439,434,393,10,358,355,350,0,393,434,379,10,424,425,341,0,590,591,380,10,341,425,347,0,380,591,433,10,347,345,341,0,425,313,310,10,341,345,336,0,310,313,288,10,216,215,220,0,268,267,281,10,220,215,229,0,281,267,282,10,219,288,215,0,271,289,267,10,215,288,229,0,267,289,282,10,256,298,308,0,363,370,371,10,309,308,287,0,472,371,468,10,287,308,298,0,468,371,370,10,309,287,310,0,472,468,411,10,310,287,258,0,411,468,470,10,255,311,258,0,365,412,470,10,258,311,310,0,470,412,411,10,255,259,311,0,365,498,412,10,311,259,312,0,412,498,417,10,257,313,259,0,366,415,498,10,259,313,312,0,498,415,417,10,255,257,259,0,365,366,498,10,301,315,266,0,489,457,490,10,264,315,301,0,458,457,489,10,316,264,302,0,459,458,492,10,302,264,301,0,492,458,489,10,265,317,302,0,491,460,492,10,481,433,480,0,662,601,661,10,480,433,322,0,661,601,286,10,254,237,321,0,343,342,284,10,321,237,238,0,284,342,307,10,342,339,344,0,312,302,311,10,344,339,338,0,311,302,301,10,398,344,397,0,556,311,555,10,397,344,338,0,555,311,301,10,357,353,356,0,386,387,389,10,356,353,352,0,389,387,390,10,434,319,433,0,603,501,601,10,433,319,322,0,601,501,286,10,319,224,322,0,501,502,286,10,322,224,323,0,286,502,287,10,224,238,323,0,502,503,287,10,323,238,324,0,287,503,309,10,324,238,423,0,377,504,589,10,423,238,422,0,589,504,587,10,326,325,277,0,392,378,506,10,277,325,262,0,506,378,505,10,429,430,271,0,596,598,508,10,271,430,328,0,508,598,424,10,330,329,278,0,440,446,509,10,278,329,275,0,509,446,510,10,331,330,276,0,435,440,511,10,276,330,278,0,511,440,509,10,332,426,272,0,436,592,512,10,272,426,427,0,512,592,594,10,270,333,272,0,513,423,514,10,272,333,332,0,514,423,426,10,271,328,270,0,508,424,513,10,270,328,333,0,513,424,423,10,4,254,5,0,340,343,477,10,5,254,285,0,477,343,360,10,284,334,242,0,394,317,395,10,242,334,240,0,395,317,463,10,335,334,241,0,318,317,349,10,241,334,284,0,349,317,394,10,44,335,17,0,347,318,352,10,17,335,241,0,352,318,349,10,450,403,449,0,623,563,621,10,449,403,360,0,621,563,429,10,362,361,444,0,437,430,615,10,444,361,443,0,615,430,614,10,363,362,445,0,438,437,617,10,445,362,444,0,617,437,615,10,447,364,446,0,619,422,618,10,446,364,399,0,618,422,557,10,448,365,447,0,620,420,619,10,447,365,364,0,619,420,422,10,449,360,448,0,622,421,620,10,448,360,365,0,620,421,420,10,265,266,318,0,491,490,461,10,318,266,314,0,461,490,462,10,248,451,283,0,320,624,327,10,283,451,452,0,327,624,625,10,377,227,367,0,336,335,441,10,367,227,260,0,441,335,272,10,367,260,368,0,441,272,407,10,260,277,368,0,272,523,407,10,14,45,277,0,524,408,523,10,277,45,368,0,523,408,407,10,235,244,240,0,298,325,463,10,250,369,21,0,358,328,359,10,21,369,46,0,359,328,355,10,299,370,250,0,400,326,358,10,250,370,369,0,358,326,328,10,242,240,371,0,395,463,321,10,372,371,244,0,322,321,325,10,244,371,240,0,325,321,463,10,251,372,246,0,329,322,324,10,246,372,244,0,324,322,325,10,373,30,374,0,410,409,442,10,374,30,7,0,442,409,483,10,42,306,10,0,525,495,348,10,10,306,234,0,348,495,319,10,42,1,306,0,526,527,295,10,306,1,375,0,295,527,331,10,376,375,0,0,276,331,528,10,0,375,1,0,528,331,527,10,222,376,2,0,275,276,332,10,2,376,0,0,332,276,528,10,378,377,9,0,337,336,529,10,9,377,8,0,529,336,484,10,378,9,263,0,337,529,346,10,263,9,16,0,346,529,405,10,367,374,377,0,441,442,336,10,380,231,408,0,294,293,569,10,408,231,407,0,569,293,568,10,379,307,47,0,297,530,338,10,47,307,43,0,338,530,531,10,225,380,379,0,280,294,532,10,379,380,408,0,532,294,569,10,302,317,316,0,492,460,459,10,318,317,265,0,461,460,491,10,266,315,314,0,490,457,462,10,277,262,14,0,523,533,524,10,14,262,13,0,524,533,341,10,422,237,262,0,588,342,533,10,262,237,13,0,533,342,341,10,243,279,250,0,350,403,358,10,53,52,51,0,4,3,2,10,205,74,76,0,53,189,49,10,64,173,73,0,231,32,233,10,73,173,172,0,233,32,31,10,112,110,415,0,184,183,578,10,415,110,414,0,578,183,577,10,429,271,428,0,597,452,595,10,428,271,270,0,595,452,453,10,216,217,215,0,268,269,267,10,215,217,219,0,267,269,271,10,239,230,228,0,300,303,304,10,70,382,141,0,44,535,222,10,141,382,381,0,222,535,534,10,95,383,70,0,45,537,44,10,70,383,382,0,44,537,535,10,383,95,384,0,536,237,538,10,384,95,183,0,538,237,109,10,384,183,385,0,538,109,539,10,385,183,185,0,539,109,154,10,185,195,385,0,154,157,539,10,385,195,386,0,539,157,540,10,441,386,440,0,611,540,610,10,440,386,195,0,610,540,157,10,139,388,107,0,176,543,219,10,107,388,387,0,219,543,541,10,108,389,139,0,179,545,176,10,139,389,388,0,176,545,543,10,390,437,197,0,546,606,159,10,197,437,438,0,159,606,608,10,391,390,187,0,547,546,113,10,187,390,197,0,113,546,159,10,187,186,391,0,113,117,547,10,391,186,392,0,547,117,548,10,97,393,186,0,234,550,117,10,186,393,392,0,117,550,548,10,122,394,97,0,20,551,82,10,97,394,393,0,82,551,549,10,396,395,263,0,554,552,346,10,263,395,288,0,346,552,289,10,263,352,396,0,384,385,553,10,396,352,397,0,553,385,555,10,353,398,352,0,381,556,385,10,352,398,397,0,385,556,555,10,398,353,399,0,556,381,557,10,399,353,363,0,557,381,431,10,399,363,446,0,557,431,618,10,446,363,445,0,618,431,616,10,401,400,305,0,560,558,447,10,305,400,274,0,447,558,450,10,402,401,273,0,562,560,493,10,273,401,305,0,493,560,447,10,450,443,403,0,623,614,563,10,403,443,361,0,563,614,430,10,351,404,361,0,427,564,430,10,361,404,403,0,430,564,563,10,405,404,349,0,565,564,375,10,349,404,351,0,375,564,427,10,406,405,261,0,567,565,376,10,261,405,349,0,376,565,375,10,407,406,236,0,568,566,315,10,236,406,261,0,315,566,316,10,408,407,307,0,569,568,496,10,307,407,236,0,496,568,315,10,409,72,410,0,571,243,572,10,410,72,158,0,572,243,110,10,158,469,410,0,110,647,572,10,410,469,470,0,572,647,649,10,411,175,412,0,573,115,574,10,412,175,181,0,574,115,161,10,181,166,412,0,161,164,574,10,412,166,413,0,574,164,575,10,414,413,106,0,576,575,255,10,106,413,166,0,255,575,164,10,415,414,104,0,578,577,181,10,104,414,106,0,181,577,182,10,416,415,105,0,579,578,180,10,105,415,104,0,180,578,181,10,416,105,417,0,580,251,581,10,417,105,162,0,581,251,151,10,417,162,418,0,581,151,582,10,418,162,180,0,582,151,41,10,171,419,180,0,247,583,41,10,180,419,418,0,41,583,582,10,420,474,156,0,584,654,18,10,156,474,475,0,18,654,655,10,421,420,153,0,585,584,240,10,153,420,156,0,240,584,18,10,423,422,325,0,589,587,378,10,325,422,262,0,378,587,505,10,423,325,477,0,589,378,657,10,477,325,476,0,657,378,656,10,350,355,424,0,379,434,590,10,424,355,425,0,590,434,591,10,426,425,331,0,592,591,435,10,331,425,355,0,435,591,434,10,427,426,276,0,594,592,511,10,276,426,331,0,511,592,435,10,427,276,428,0,593,455,595,10,428,276,278,0,595,455,456,10,429,428,275,0,597,595,451,10,275,428,278,0,451,595,456,10,329,430,275,0,432,598,507,10,275,430,429,0,507,598,596,10,354,431,329,0,382,599,432,10,329,431,430,0,432,599,598,10,432,431,348,0,600,599,383,10,348,431,354,0,383,599,382,10,482,327,481,0,663,499,662,10,481,327,433,0,662,499,601,10,260,434,327,0,500,603,443,10,327,434,433,0,443,603,601,10,218,434,260,0,270,602,272,10,421,153,52,0,586,7,3,10,52,153,154,0,3,7,6,10,381,214,213,0,534,25,37,10,213,214,59,0,37,25,15,10,379,408,307,0,532,569,496,10,101,103,435,0,264,262,604,10,435,103,436,0,604,262,605,10,103,389,436,0,262,544,605,10,436,389,437,0,605,544,606,10,438,437,108,0,608,606,263,10,108,437,389,0,263,606,544,10,139,439,108,0,260,609,261,10,108,439,438,0,261,609,607,10,107,440,139,0,258,610,260,10,139,440,439,0,260,610,609,10,387,441,107,0,542,611,258,10,107,441,440,0,258,611,610,10,387,102,441,0,542,259,611,10,441,102,442,0,611,259,613,10,102,101,442,0,265,264,612,10,442,101,435,0,612,264,604,10,444,443,305,0,615,614,517,10,305,443,273,0,517,614,515,10,445,444,274,0,617,615,518,10,274,444,305,0,518,615,517,10,400,446,274,0,559,618,520,10,274,446,445,0,520,618,616,10,269,447,400,0,519,619,559,10,400,447,446,0,559,619,618,10,267,448,269,0,521,620,519,10,269,448,447,0,519,620,619,10,268,449,267,0,522,622,521,10,267,449,448,0,521,622,620,10,402,450,268,0,561,623,516,10,268,450,449,0,516,623,621,10,443,450,273,0,614,623,515,10,273,450,402,0,515,623,561,10,255,366,247,0,365,361,323,10,247,366,451,0,323,361,624,10,451,366,452,0,624,361,625,10,452,366,249,0,625,361,364,10,452,249,453,0,625,364,626,10,453,249,20,0,626,364,368,10,454,453,83,0,628,627,99,10,83,453,20,0,99,627,103,10,455,454,200,0,629,628,96,10,200,454,83,0,96,628,99,10,89,81,200,0,100,55,96,10,200,81,455,0,96,55,629,10,82,206,205,0,52,54,53,10,248,372,451,0,320,322,624,10,451,372,247,0,624,322,323,10,456,291,457,0,630,479,631,10,457,291,292,0,631,479,480,10,458,457,36,0,633,631,482,10,36,457,292,0,482,631,480,10,126,459,36,0,207,634,213,10,36,459,458,0,213,634,632,10,460,459,125,0,635,634,208,10,125,459,126,0,208,634,207,10,460,125,461,0,635,208,637,10,461,125,35,0,637,208,211,10,456,461,291,0,630,636,479,10,291,461,35,0,479,636,481,10,40,463,296,0,467,640,464,10,296,463,462,0,464,640,638,10,40,130,463,0,193,190,639,10,463,130,464,0,639,190,641,10,465,464,129,0,642,641,191,10,129,464,130,0,191,641,190,10,465,129,466,0,642,191,644,10,466,129,39,0,644,191,192,10,467,466,295,0,645,643,465,10,295,466,39,0,465,643,466,10,467,295,462,0,645,465,638,10,462,295,296,0,638,465,464,10,170,175,468,0,42,43,646,10,468,175,469,0,646,43,648,10,470,469,411,0,649,647,573,10,411,469,175,0,573,647,115,10,471,470,184,0,650,649,116,10,184,470,411,0,116,649,573,10,471,184,472,0,650,116,651,10,472,184,192,0,651,116,123,10,472,192,473,0,651,123,652,10,473,192,182,0,652,123,248,10,182,419,473,0,249,583,653,10,473,419,474,0,653,583,654,10,475,474,171,0,655,654,247,10,171,474,419,0,247,654,583,10,170,468,171,0,42,646,247,10,171,468,475,0,247,646,655,10,424,477,350,0,590,657,379,10,350,477,476,0,379,657,656,10,477,424,478,0,657,590,659,10,478,424,341,0,659,590,380,10,478,341,479,0,658,310,660,10,479,341,336,0,660,310,288,10,480,479,337,0,661,660,285,10,337,479,336,0,285,660,288,10,432,481,337,0,600,662,285,10,337,481,480,0,285,662,661,10,348,482,432,0,383,663,600,10,432,482,481,0,600,663,662,10,483,482,358,0,665,664,393,10,358,482,348,0,393,664,444,10,476,483,350,0,656,665,379,10,350,483,358,0,379,665,393,10,203,46,31,0,60,90,89,10,238,237,422,0,307,342,588,10,409,96,71,0,570,79,76,10,71,96,13,0,76,79,75,10,109,163,112,0,253,175,184,10,112,163,164,0,184,175,170,10,260,327,277,0,500,443,506,10,277,327,326,0,506,443,392,10,484,492,485,0,666,674,667,10,245,489,299,0,399,671,400,10,299,489,488,0,400,671,670,10,245,371,489,0,399,321,671,10,489,371,490,0,671,321,672,10,490,371,491,0,672,321,673,10,491,371,248,0,673,321,320,10,283,488,248,0,327,670,320,10,248,488,491,0,320,670,673,10,487,492,484,0,669,674,666,10,486,492,487,0,668,674,669,10,485,492,486,0,667,674,668,10,489,493,488,0,671,675,670,10,491,493,490,0,673,675,672,10,488,493,491,0,670,675,673,10,484,485,133,0,666,667,128,10,133,485,79,0,128,667,126,10,204,117,484,0,58,59,666,10,79,485,205,0,126,667,53,10,205,485,486,0,53,667,668,10,245,242,371,0,399,395,321,10,370,488,283,0,326,670,327,10,299,488,370,0,400,670,326] -}; - -postMessage( model ); -close(); +} \ No newline at end of file diff --git a/examples/obj/Suzanne.js b/examples/obj/Suzanne.js index 65bc47ef..1b3c7fc2 100644 --- a/examples/obj/Suzanne.js +++ b/examples/obj/Suzanne.js @@ -1,41 +1,25 @@ -/* - * File generated with Blender 2.56 Exporter - * https://github.com/mrdoob/three.js/tree/master/utils/exporters/blender/ - * - * vertices: 507 - * faces: 500 - * normals: 0 - * uvs: 0 - * colors: 0 - * materials: 1 - * - */ +{ -var model = { + "metadata": { "formatVersion" : 3 }, - 'version' : 2, - - 'materials': [ { - "DbgColor" : 0xeeeeee, + "materials": [ { + "DbgColor" : 15658734, "DbgIndex" : 0, "DbgName" : "default", "vertexColors" : false }], - 'vertices': [0.437500,0.765625,-0.164063,-0.437500,0.765625,-0.164063,0.500000,0.687500,-0.093750,-0.500000,0.687500,-0.093750,0.546875,0.578125,-0.054688,-0.546875,0.578125,-0.054688,0.351562,0.617188,0.023437,-0.351562,0.617188,0.023437,0.351562,0.718750,-0.031250,-0.351562,0.718750,-0.031250,0.351562,0.781250,-0.132813,-0.351562,0.781250,-0.132813,0.273438,0.796875,-0.164063,-0.273438,0.796875,-0.164063,0.203125,0.742188,-0.093750,-0.203125,0.742188,-0.093750,0.156250,0.648438,-0.054688,-0.156250,0.648438,-0.054688,0.078125,0.656250,-0.242188,-0.078125,0.656250,-0.242188,0.140625,0.742188,-0.242188,-0.140625,0.742188,-0.242188,0.242188,0.796875,-0.242188,-0.242188,0.796875,-0.242188,0.273438,0.796875,-0.328125,-0.273438,0.796875,-0.328125,0.203125,0.742188,-0.390625,-0.203125,0.742188,-0.390625,0.156250,0.648438,-0.437500,-0.156250,0.648438,-0.437500,0.351562,0.617188,-0.515625,-0.351562,0.617188,-0.515625,0.351562,0.718750,-0.453125,-0.351562,0.718750,-0.453125,0.351562,0.781250,-0.359375,-0.351562,0.781250,-0.359375,0.437500,0.765625,-0.328125,-0.437500,0.765625,-0.328125,0.500000,0.687500,-0.390625,-0.500000,0.687500,-0.390625,0.546875,0.578125,-0.437500,-0.546875,0.578125,-0.437500,0.625000,0.562500,-0.242188,-0.625000,0.562500,-0.242188,0.562500,0.671875,-0.242188,-0.562500,0.671875,-0.242188,0.468750,0.757812,-0.242188,-0.468750,0.757812,-0.242188,0.476562,0.773438,-0.242188,-0.476562,0.773438,-0.242188,0.445312,0.781250,-0.335938,-0.445312,0.781250,-0.335938,0.351562,0.804688,-0.375000,-0.351562,0.804688,-0.375000,0.265625,0.820312,-0.335938,-0.265625,0.820312,-0.335938,0.226562,0.820312,-0.242188,-0.226562,0.820312,-0.242188,0.265625,0.820312,-0.156250,-0.265625,0.820312,-0.156250,0.351562,0.828125,-0.242188,-0.351562,0.828125,-0.242188,0.351562,0.804688,-0.117188,-0.351562,0.804688,-0.117188,0.445312,0.781250,-0.156250,-0.445312,0.781250,-0.156250,0.000000,0.742188,-0.429688,0.000000,0.820312,-0.351563,0.000000,0.734375,0.679687,0.000000,0.781250,0.320312,0.000000,0.796875,0.187500,0.000000,0.718750,0.773437,0.000000,0.601562,-0.406250,0.000000,0.570312,-0.570312,0.000000,-0.546875,-0.898438,0.000000,-0.851562,-0.562500,0.000000,-0.828125,-0.070312,0.000000,-0.351562,0.382813,0.203125,0.562500,0.187500,-0.203125,0.562500,0.187500,0.312500,0.570312,0.437500,-0.312500,0.570312,0.437500,0.351562,0.570313,0.695312,-0.351562,0.570313,0.695312,0.367188,0.531250,0.890625,-0.367188,0.531250,0.890625,0.328125,0.523438,0.945312,-0.328125,0.523438,0.945312,0.179688,0.554688,0.968750,-0.179688,0.554688,0.968750,0.000000,0.578125,0.984375,0.437500,0.531250,0.140625,-0.437500,0.531250,0.140625,0.632812,0.539062,0.039062,-0.632812,0.539062,0.039062,0.828125,0.445312,-0.148438,-0.828125,0.445312,-0.148438,0.859375,0.593750,-0.429688,-0.859375,0.593750,-0.429688,0.710938,0.625000,-0.484375,-0.710938,0.625000,-0.484375,0.492188,0.687500,-0.601563,-0.492188,0.687500,-0.601563,0.320312,0.734375,-0.757813,-0.320312,0.734375,-0.757813,0.156250,0.757812,-0.718750,-0.156250,0.757812,-0.718750,0.062500,0.750000,-0.492188,-0.062500,0.750000,-0.492188,0.164062,0.773438,-0.414063,-0.164062,0.773438,-0.414063,0.125000,0.765625,-0.304688,-0.125000,0.765625,-0.304688,0.203125,0.742188,-0.093750,-0.203125,0.742188,-0.093750,0.375000,0.703125,-0.015625,-0.375000,0.703125,-0.015625,0.492188,0.671875,-0.062500,-0.492188,0.671875,-0.062500,0.625000,0.648438,-0.187500,-0.625000,0.648438,-0.187500,0.640625,0.648438,-0.296875,-0.640625,0.648438,-0.296875,0.601562,0.664062,-0.375000,-0.601562,0.664062,-0.375000,0.429688,0.718750,-0.437500,-0.429688,0.718750,-0.437500,0.250000,0.757812,-0.468750,-0.250000,0.757812,-0.468750,0.000000,0.734375,0.765625,0.109375,0.734375,0.718750,-0.109375,0.734375,0.718750,0.117188,0.710938,0.835937,-0.117188,0.710938,0.835937,0.062500,0.695313,0.882812,-0.062500,0.695313,0.882812,0.000000,0.687500,0.890625,0.000000,0.750000,0.195312,0.000000,0.742188,0.140625,0.101562,0.742188,0.148437,-0.101562,0.742188,0.148437,0.125000,0.750000,0.226562,-0.125000,0.750000,0.226562,0.085938,0.742188,0.289062,-0.085938,0.742188,0.289062,0.398438,0.671875,0.046875,-0.398438,0.671875,0.046875,0.617188,0.625000,-0.054688,-0.617188,0.625000,-0.054688,0.726562,0.601562,-0.203125,-0.726562,0.601562,-0.203125,0.742188,0.656250,-0.375000,-0.742188,0.656250,-0.375000,0.687500,0.726562,-0.414063,-0.687500,0.726562,-0.414063,0.437500,0.796875,-0.546875,-0.437500,0.796875,-0.546875,0.312500,0.835938,-0.640625,-0.312500,0.835938,-0.640625,0.203125,0.851562,-0.617188,-0.203125,0.851562,-0.617188,0.101562,0.843750,-0.429688,-0.101562,0.843750,-0.429688,0.125000,0.812500,0.101562,-0.125000,0.812500,0.101562,0.210938,0.710938,0.445312,-0.210938,0.710938,0.445312,0.250000,0.687500,0.703125,-0.250000,0.687500,0.703125,0.265625,0.664063,0.820312,-0.265625,0.664063,0.820312,0.234375,0.632813,0.914062,-0.234375,0.632813,0.914062,0.164062,0.632813,0.929688,-0.164062,0.632813,0.929688,0.000000,0.640625,0.945312,0.000000,0.726562,-0.046875,0.000000,0.765625,-0.210938,0.328125,0.742188,-0.476563,-0.328125,0.742188,-0.476563,0.164062,0.750000,-0.140625,-0.164062,0.750000,-0.140625,0.132812,0.757812,-0.210938,-0.132812,0.757812,-0.210938,0.117188,0.734375,0.687500,-0.117188,0.734375,0.687500,0.078125,0.750000,0.445312,-0.078125,0.750000,0.445312,0.000000,0.750000,0.445312,0.000000,0.742188,0.328125,0.093750,0.781250,0.273437,-0.093750,0.781250,0.273437,0.132812,0.796875,0.226562,-0.132812,0.796875,0.226562,0.109375,0.781250,0.132812,-0.109375,0.781250,0.132812,0.039062,0.781250,0.125000,-0.039062,0.781250,0.125000,0.000000,0.828125,0.203125,0.046875,0.812500,0.148437,-0.046875,0.812500,0.148437,0.093750,0.812500,0.156250,-0.093750,0.812500,0.156250,0.109375,0.828125,0.226562,-0.109375,0.828125,0.226562,0.078125,0.804688,0.250000,-0.078125,0.804688,0.250000,0.000000,0.804688,0.289062,0.257812,0.554688,0.312500,-0.257812,0.554688,0.312500,0.164062,0.710938,0.242187,-0.164062,0.710938,0.242187,0.179688,0.710938,0.312500,-0.179688,0.710938,0.312500,0.234375,0.554688,0.250000,-0.234375,0.554688,0.250000,0.000000,0.687500,0.875000,0.046875,0.687500,0.867187,-0.046875,0.687500,0.867187,0.093750,0.710938,0.820312,-0.093750,0.710938,0.820312,0.093750,0.726563,0.742187,-0.093750,0.726563,0.742187,0.000000,0.656250,0.781250,0.093750,0.664063,0.750000,-0.093750,0.664063,0.750000,0.093750,0.640625,0.812500,-0.093750,0.640625,0.812500,0.046875,0.632813,0.851562,-0.046875,0.632813,0.851562,0.000000,0.632813,0.859375,0.171875,0.781250,-0.218750,-0.171875,0.781250,-0.218750,0.187500,0.773438,-0.156250,-0.187500,0.773438,-0.156250,0.335938,0.757812,-0.429688,-0.335938,0.757812,-0.429688,0.273438,0.773438,-0.421875,-0.273438,0.773438,-0.421875,0.421875,0.773438,-0.398438,-0.421875,0.773438,-0.398438,0.562500,0.695312,-0.351563,-0.562500,0.695312,-0.351563,0.585938,0.687500,-0.289063,-0.585938,0.687500,-0.289063,0.578125,0.679688,-0.195313,-0.578125,0.679688,-0.195313,0.476562,0.718750,-0.101563,-0.476562,0.718750,-0.101563,0.375000,0.742188,-0.062500,-0.375000,0.742188,-0.062500,0.226562,0.781250,-0.109375,-0.226562,0.781250,-0.109375,0.179688,0.781250,-0.296875,-0.179688,0.781250,-0.296875,0.210938,0.781250,-0.375000,-0.210938,0.781250,-0.375000,0.234375,0.757812,-0.359375,-0.234375,0.757812,-0.359375,0.195312,0.757812,-0.296875,-0.195312,0.757812,-0.296875,0.242188,0.757812,-0.125000,-0.242188,0.757812,-0.125000,0.375000,0.726562,-0.085938,-0.375000,0.726562,-0.085938,0.460938,0.703125,-0.117188,-0.460938,0.703125,-0.117188,0.546875,0.671875,-0.210938,-0.546875,0.671875,-0.210938,0.554688,0.671875,-0.281250,-0.554688,0.671875,-0.281250,0.531250,0.679688,-0.335938,-0.531250,0.679688,-0.335938,0.414062,0.750000,-0.390625,-0.414062,0.750000,-0.390625,0.281250,0.765625,-0.398438,-0.281250,0.765625,-0.398438,0.335938,0.750000,-0.406250,-0.335938,0.750000,-0.406250,0.203125,0.750000,-0.171875,-0.203125,0.750000,-0.171875,0.195312,0.750000,-0.226563,-0.195312,0.750000,-0.226563,0.109375,0.609375,-0.460938,-0.109375,0.609375,-0.460938,0.195312,0.617188,-0.664062,-0.195312,0.617188,-0.664062,0.335938,0.593750,-0.687500,-0.335938,0.593750,-0.687500,0.484375,0.554688,-0.554688,-0.484375,0.554688,-0.554688,0.679688,0.492187,-0.453125,-0.679688,0.492187,-0.453125,0.796875,0.460937,-0.406250,-0.796875,0.460937,-0.406250,0.773438,0.375000,-0.164063,-0.773438,0.375000,-0.164063,0.601562,0.414062,-0.000000,-0.601562,0.414062,-0.000000,0.437500,0.468750,0.093750,-0.437500,0.468750,0.093750,0.000000,0.289062,-0.898438,0.000000,-0.078125,-0.984375,0.000000,-0.671875,0.195313,0.000000,0.187500,0.460938,0.000000,0.460938,0.976562,0.000000,0.343750,0.804688,0.000000,0.320313,0.570312,0.000000,0.281250,0.484375,0.851562,0.054687,-0.234375,-0.851562,0.054687,-0.234375,0.859375,-0.046875,-0.320312,-0.859375,-0.046875,-0.320312,0.773438,-0.437500,-0.265625,-0.773438,-0.437500,-0.265625,0.460938,-0.703125,-0.437500,-0.460938,-0.703125,-0.437500,0.734375,0.070312,0.046875,-0.734375,0.070312,0.046875,0.593750,-0.164062,0.125000,-0.593750,-0.164062,0.125000,0.640625,-0.429688,0.007813,-0.640625,-0.429688,0.007813,0.335938,-0.664062,-0.054687,-0.335938,-0.664062,-0.054687,0.234375,0.406250,0.351562,-0.234375,0.406250,0.351562,0.179688,0.257813,0.414062,-0.179688,0.257813,0.414062,0.289062,0.382813,0.710938,-0.289062,0.382813,0.710938,0.250000,0.390625,0.500000,-0.250000,0.390625,0.500000,0.328125,0.398438,0.914062,-0.328125,0.398438,0.914062,0.140625,0.367188,0.757812,-0.140625,0.367188,0.757812,0.125000,0.359375,0.539062,-0.125000,0.359375,0.539062,0.164062,0.437500,0.945312,-0.164062,0.437500,0.945312,0.218750,0.429688,0.281250,-0.218750,0.429688,0.281250,0.210938,0.468750,0.226562,-0.210938,0.468750,0.226562,0.203125,0.500000,0.171875,-0.203125,0.500000,0.171875,0.210938,0.164063,0.390625,-0.210938,0.164063,0.390625,0.296875,-0.265625,0.312500,-0.296875,-0.265625,0.312500,0.343750,-0.539062,0.148438,-0.343750,-0.539062,0.148438,0.453125,-0.382813,-0.867188,-0.453125,-0.382813,-0.867188,0.453125,-0.070313,-0.929688,-0.453125,-0.070313,-0.929688,0.453125,0.234375,-0.851562,-0.453125,0.234375,-0.851562,0.460938,0.429687,-0.523438,-0.460938,0.429687,-0.523438,0.726562,0.335937,-0.406250,-0.726562,0.335937,-0.406250,0.632812,0.281250,-0.453125,-0.632812,0.281250,-0.453125,0.640625,0.054687,-0.703125,-0.640625,0.054687,-0.703125,0.796875,0.125000,-0.562500,-0.796875,0.125000,-0.562500,0.796875,-0.117188,-0.617188,-0.796875,-0.117188,-0.617188,0.640625,-0.195313,-0.750000,-0.640625,-0.195313,-0.750000,0.640625,-0.445313,-0.679688,-0.640625,-0.445313,-0.679688,0.796875,-0.359375,-0.539062,-0.796875,-0.359375,-0.539062,0.617188,-0.585938,-0.328125,-0.617188,-0.585938,-0.328125,0.484375,-0.546875,-0.023437,-0.484375,-0.546875,-0.023437,0.820312,-0.203125,-0.328125,-0.820312,-0.203125,-0.328125,0.406250,0.148438,0.171875,-0.406250,0.148438,0.171875,0.429688,-0.210937,0.195313,-0.429688,-0.210937,0.195313,0.890625,-0.234375,-0.406250,-0.890625,-0.234375,-0.406250,0.773438,-0.125000,0.140625,-0.773438,-0.125000,0.140625,1.039062,-0.328125,0.101563,-1.039062,-0.328125,0.101563,1.281250,-0.429688,-0.054687,-1.281250,-0.429688,-0.054687,1.351562,-0.421875,-0.320312,-1.351562,-0.421875,-0.320312,1.234375,-0.421875,-0.507812,-1.234375,-0.421875,-0.507812,1.023438,-0.312500,-0.476562,-1.023438,-0.312500,-0.476562,1.015625,-0.289063,-0.414062,-1.015625,-0.289063,-0.414062,1.187500,-0.390625,-0.437500,-1.187500,-0.390625,-0.437500,1.265625,-0.406250,-0.289062,-1.265625,-0.406250,-0.289062,1.210938,-0.406250,-0.078125,-1.210938,-0.406250,-0.078125,1.031250,-0.304688,0.039063,-1.031250,-0.304688,0.039063,0.828125,-0.132812,0.070313,-0.828125,-0.132812,0.070313,0.921875,-0.218750,-0.359375,-0.921875,-0.218750,-0.359375,0.945312,-0.289062,-0.304688,-0.945312,-0.289062,-0.304688,0.882812,-0.210938,0.023438,-0.882812,-0.210938,0.023438,1.039062,-0.367188,0.000000,-1.039062,-0.367188,0.000000,1.187500,-0.445312,-0.093750,-1.187500,-0.445312,-0.093750,1.234375,-0.445312,-0.250000,-1.234375,-0.445312,-0.250000,1.171875,-0.437500,-0.359375,-1.171875,-0.437500,-0.359375,1.023438,-0.359375,-0.343750,-1.023438,-0.359375,-0.343750,0.843750,-0.210938,-0.289062,-0.843750,-0.210938,-0.289062,0.835938,-0.273438,-0.171875,-0.835938,-0.273438,-0.171875,0.757812,-0.273438,-0.093750,-0.757812,-0.273438,-0.093750,0.820312,-0.273438,-0.085937,-0.820312,-0.273438,-0.085937,0.843750,-0.273438,-0.015625,-0.843750,-0.273438,-0.015625,0.812500,-0.273438,0.015625,-0.812500,-0.273438,0.015625,0.726562,-0.070312,0.000000,-0.726562,-0.070312,0.000000,0.718750,-0.171875,0.023438,-0.718750,-0.171875,0.023438,0.718750,-0.187500,-0.039062,-0.718750,-0.187500,-0.039062,0.796875,-0.210938,-0.203125,-0.796875,-0.210938,-0.203125,0.890625,-0.265625,-0.242187,-0.890625,-0.265625,-0.242187,0.890625,-0.320312,-0.234375,-0.890625,-0.320312,-0.234375,0.812500,-0.320312,0.015625,-0.812500,-0.320312,0.015625,0.851562,-0.320312,-0.015625,-0.851562,-0.320312,-0.015625,0.828125,-0.320312,-0.078125,-0.828125,-0.320312,-0.078125,0.765625,-0.320312,-0.093750,-0.765625,-0.320312,-0.093750,0.843750,-0.320312,-0.171875,-0.843750,-0.320312,-0.171875,1.039062,-0.414062,-0.328125,-1.039062,-0.414062,-0.328125,1.187500,-0.484375,-0.343750,-1.187500,-0.484375,-0.343750,1.257812,-0.492188,-0.242187,-1.257812,-0.492188,-0.242187,1.210938,-0.484375,-0.085937,-1.210938,-0.484375,-0.085937,1.046875,-0.421875,0.000000,-1.046875,-0.421875,0.000000,0.882812,-0.265625,0.015625,-0.882812,-0.265625,0.015625,0.953125,-0.343750,-0.289062,-0.953125,-0.343750,-0.289062,0.890625,-0.328125,-0.109375,-0.890625,-0.328125,-0.109375,0.937500,-0.335938,-0.062500,-0.937500,-0.335938,-0.062500,1.000000,-0.367188,-0.125000,-1.000000,-0.367188,-0.125000,0.960938,-0.351562,-0.171875,-0.960938,-0.351562,-0.171875,1.015625,-0.375000,-0.234375,-1.015625,-0.375000,-0.234375,1.054688,-0.382812,-0.187500,-1.054688,-0.382812,-0.187500,1.109375,-0.390625,-0.210937,-1.109375,-0.390625,-0.210937,1.085938,-0.390625,-0.273437,-1.085938,-0.390625,-0.273437,1.023438,-0.484375,-0.437500,-1.023438,-0.484375,-0.437500,1.250000,-0.546875,-0.468750,-1.250000,-0.546875,-0.468750,1.367188,-0.500000,-0.296875,-1.367188,-0.500000,-0.296875,1.312500,-0.531250,-0.054687,-1.312500,-0.531250,-0.054687,1.039062,-0.492188,0.085938,-1.039062,-0.492188,0.085938,0.789062,-0.328125,0.125000,-0.789062,-0.328125,0.125000,0.859375,-0.382813,-0.382812,-0.859375,-0.382813,-0.382812], + "vertices": [0.437500,0.765625,-0.164063,-0.437500,0.765625,-0.164063,0.500000,0.687500,-0.093750,-0.500000,0.687500,-0.093750,0.546875,0.578125,-0.054688,-0.546875,0.578125,-0.054688,0.351562,0.617188,0.023437,-0.351562,0.617188,0.023437,0.351562,0.718750,-0.031250,-0.351562,0.718750,-0.031250,0.351562,0.781250,-0.132813,-0.351562,0.781250,-0.132813,0.273438,0.796875,-0.164063,-0.273438,0.796875,-0.164063,0.203125,0.742188,-0.093750,-0.203125,0.742188,-0.093750,0.156250,0.648438,-0.054688,-0.156250,0.648438,-0.054688,0.078125,0.656250,-0.242188,-0.078125,0.656250,-0.242188,0.140625,0.742188,-0.242188,-0.140625,0.742188,-0.242188,0.242188,0.796875,-0.242188,-0.242188,0.796875,-0.242188,0.273438,0.796875,-0.328125,-0.273438,0.796875,-0.328125,0.203125,0.742188,-0.390625,-0.203125,0.742188,-0.390625,0.156250,0.648438,-0.437500,-0.156250,0.648438,-0.437500,0.351562,0.617188,-0.515625,-0.351562,0.617188,-0.515625,0.351562,0.718750,-0.453125,-0.351562,0.718750,-0.453125,0.351562,0.781250,-0.359375,-0.351562,0.781250,-0.359375,0.437500,0.765625,-0.328125,-0.437500,0.765625,-0.328125,0.500000,0.687500,-0.390625,-0.500000,0.687500,-0.390625,0.546875,0.578125,-0.437500,-0.546875,0.578125,-0.437500,0.625000,0.562500,-0.242188,-0.625000,0.562500,-0.242188,0.562500,0.671875,-0.242188,-0.562500,0.671875,-0.242188,0.468750,0.757812,-0.242188,-0.468750,0.757812,-0.242188,0.476562,0.773438,-0.242188,-0.476562,0.773438,-0.242188,0.445312,0.781250,-0.335938,-0.445312,0.781250,-0.335938,0.351562,0.804688,-0.375000,-0.351562,0.804688,-0.375000,0.265625,0.820312,-0.335938,-0.265625,0.820312,-0.335938,0.226562,0.820312,-0.242188,-0.226562,0.820312,-0.242188,0.265625,0.820312,-0.156250,-0.265625,0.820312,-0.156250,0.351562,0.828125,-0.242188,-0.351562,0.828125,-0.242188,0.351562,0.804688,-0.117188,-0.351562,0.804688,-0.117188,0.445312,0.781250,-0.156250,-0.445312,0.781250,-0.156250,0.000000,0.742188,-0.429688,0.000000,0.820312,-0.351563,0.000000,0.734375,0.679687,0.000000,0.781250,0.320312,0.000000,0.796875,0.187500,0.000000,0.718750,0.773437,0.000000,0.601562,-0.406250,0.000000,0.570312,-0.570312,0.000000,-0.546875,-0.898438,0.000000,-0.851562,-0.562500,0.000000,-0.828125,-0.070312,0.000000,-0.351562,0.382813,0.203125,0.562500,0.187500,-0.203125,0.562500,0.187500,0.312500,0.570312,0.437500,-0.312500,0.570312,0.437500,0.351562,0.570313,0.695312,-0.351562,0.570313,0.695312,0.367188,0.531250,0.890625,-0.367188,0.531250,0.890625,0.328125,0.523438,0.945312,-0.328125,0.523438,0.945312,0.179688,0.554688,0.968750,-0.179688,0.554688,0.968750,0.000000,0.578125,0.984375,0.437500,0.531250,0.140625,-0.437500,0.531250,0.140625,0.632812,0.539062,0.039062,-0.632812,0.539062,0.039062,0.828125,0.445312,-0.148438,-0.828125,0.445312,-0.148438,0.859375,0.593750,-0.429688,-0.859375,0.593750,-0.429688,0.710938,0.625000,-0.484375,-0.710938,0.625000,-0.484375,0.492188,0.687500,-0.601563,-0.492188,0.687500,-0.601563,0.320312,0.734375,-0.757813,-0.320312,0.734375,-0.757813,0.156250,0.757812,-0.718750,-0.156250,0.757812,-0.718750,0.062500,0.750000,-0.492188,-0.062500,0.750000,-0.492188,0.164062,0.773438,-0.414063,-0.164062,0.773438,-0.414063,0.125000,0.765625,-0.304688,-0.125000,0.765625,-0.304688,0.203125,0.742188,-0.093750,-0.203125,0.742188,-0.093750,0.375000,0.703125,-0.015625,-0.375000,0.703125,-0.015625,0.492188,0.671875,-0.062500,-0.492188,0.671875,-0.062500,0.625000,0.648438,-0.187500,-0.625000,0.648438,-0.187500,0.640625,0.648438,-0.296875,-0.640625,0.648438,-0.296875,0.601562,0.664062,-0.375000,-0.601562,0.664062,-0.375000,0.429688,0.718750,-0.437500,-0.429688,0.718750,-0.437500,0.250000,0.757812,-0.468750,-0.250000,0.757812,-0.468750,0.000000,0.734375,0.765625,0.109375,0.734375,0.718750,-0.109375,0.734375,0.718750,0.117188,0.710938,0.835937,-0.117188,0.710938,0.835937,0.062500,0.695313,0.882812,-0.062500,0.695313,0.882812,0.000000,0.687500,0.890625,0.000000,0.750000,0.195312,0.000000,0.742188,0.140625,0.101562,0.742188,0.148437,-0.101562,0.742188,0.148437,0.125000,0.750000,0.226562,-0.125000,0.750000,0.226562,0.085938,0.742188,0.289062,-0.085938,0.742188,0.289062,0.398438,0.671875,0.046875,-0.398438,0.671875,0.046875,0.617188,0.625000,-0.054688,-0.617188,0.625000,-0.054688,0.726562,0.601562,-0.203125,-0.726562,0.601562,-0.203125,0.742188,0.656250,-0.375000,-0.742188,0.656250,-0.375000,0.687500,0.726562,-0.414063,-0.687500,0.726562,-0.414063,0.437500,0.796875,-0.546875,-0.437500,0.796875,-0.546875,0.312500,0.835938,-0.640625,-0.312500,0.835938,-0.640625,0.203125,0.851562,-0.617188,-0.203125,0.851562,-0.617188,0.101562,0.843750,-0.429688,-0.101562,0.843750,-0.429688,0.125000,0.812500,0.101562,-0.125000,0.812500,0.101562,0.210938,0.710938,0.445312,-0.210938,0.710938,0.445312,0.250000,0.687500,0.703125,-0.250000,0.687500,0.703125,0.265625,0.664063,0.820312,-0.265625,0.664063,0.820312,0.234375,0.632813,0.914062,-0.234375,0.632813,0.914062,0.164062,0.632813,0.929688,-0.164062,0.632813,0.929688,0.000000,0.640625,0.945312,0.000000,0.726562,-0.046875,0.000000,0.765625,-0.210938,0.328125,0.742188,-0.476563,-0.328125,0.742188,-0.476563,0.164062,0.750000,-0.140625,-0.164062,0.750000,-0.140625,0.132812,0.757812,-0.210938,-0.132812,0.757812,-0.210938,0.117188,0.734375,0.687500,-0.117188,0.734375,0.687500,0.078125,0.750000,0.445312,-0.078125,0.750000,0.445312,0.000000,0.750000,0.445312,0.000000,0.742188,0.328125,0.093750,0.781250,0.273437,-0.093750,0.781250,0.273437,0.132812,0.796875,0.226562,-0.132812,0.796875,0.226562,0.109375,0.781250,0.132812,-0.109375,0.781250,0.132812,0.039062,0.781250,0.125000,-0.039062,0.781250,0.125000,0.000000,0.828125,0.203125,0.046875,0.812500,0.148437,-0.046875,0.812500,0.148437,0.093750,0.812500,0.156250,-0.093750,0.812500,0.156250,0.109375,0.828125,0.226562,-0.109375,0.828125,0.226562,0.078125,0.804688,0.250000,-0.078125,0.804688,0.250000,0.000000,0.804688,0.289062,0.257812,0.554688,0.312500,-0.257812,0.554688,0.312500,0.164062,0.710938,0.242187,-0.164062,0.710938,0.242187,0.179688,0.710938,0.312500,-0.179688,0.710938,0.312500,0.234375,0.554688,0.250000,-0.234375,0.554688,0.250000,0.000000,0.687500,0.875000,0.046875,0.687500,0.867187,-0.046875,0.687500,0.867187,0.093750,0.710938,0.820312,-0.093750,0.710938,0.820312,0.093750,0.726563,0.742187,-0.093750,0.726563,0.742187,0.000000,0.656250,0.781250,0.093750,0.664063,0.750000,-0.093750,0.664063,0.750000,0.093750,0.640625,0.812500,-0.093750,0.640625,0.812500,0.046875,0.632813,0.851562,-0.046875,0.632813,0.851562,0.000000,0.632813,0.859375,0.171875,0.781250,-0.218750,-0.171875,0.781250,-0.218750,0.187500,0.773438,-0.156250,-0.187500,0.773438,-0.156250,0.335938,0.757812,-0.429688,-0.335938,0.757812,-0.429688,0.273438,0.773438,-0.421875,-0.273438,0.773438,-0.421875,0.421875,0.773438,-0.398438,-0.421875,0.773438,-0.398438,0.562500,0.695312,-0.351563,-0.562500,0.695312,-0.351563,0.585938,0.687500,-0.289063,-0.585938,0.687500,-0.289063,0.578125,0.679688,-0.195313,-0.578125,0.679688,-0.195313,0.476562,0.718750,-0.101563,-0.476562,0.718750,-0.101563,0.375000,0.742188,-0.062500,-0.375000,0.742188,-0.062500,0.226562,0.781250,-0.109375,-0.226562,0.781250,-0.109375,0.179688,0.781250,-0.296875,-0.179688,0.781250,-0.296875,0.210938,0.781250,-0.375000,-0.210938,0.781250,-0.375000,0.234375,0.757812,-0.359375,-0.234375,0.757812,-0.359375,0.195312,0.757812,-0.296875,-0.195312,0.757812,-0.296875,0.242188,0.757812,-0.125000,-0.242188,0.757812,-0.125000,0.375000,0.726562,-0.085938,-0.375000,0.726562,-0.085938,0.460938,0.703125,-0.117188,-0.460938,0.703125,-0.117188,0.546875,0.671875,-0.210938,-0.546875,0.671875,-0.210938,0.554688,0.671875,-0.281250,-0.554688,0.671875,-0.281250,0.531250,0.679688,-0.335938,-0.531250,0.679688,-0.335938,0.414062,0.750000,-0.390625,-0.414062,0.750000,-0.390625,0.281250,0.765625,-0.398438,-0.281250,0.765625,-0.398438,0.335938,0.750000,-0.406250,-0.335938,0.750000,-0.406250,0.203125,0.750000,-0.171875,-0.203125,0.750000,-0.171875,0.195312,0.750000,-0.226563,-0.195312,0.750000,-0.226563,0.109375,0.609375,-0.460938,-0.109375,0.609375,-0.460938,0.195312,0.617188,-0.664062,-0.195312,0.617188,-0.664062,0.335938,0.593750,-0.687500,-0.335938,0.593750,-0.687500,0.484375,0.554688,-0.554688,-0.484375,0.554688,-0.554688,0.679688,0.492187,-0.453125,-0.679688,0.492187,-0.453125,0.796875,0.460937,-0.406250,-0.796875,0.460937,-0.406250,0.773438,0.375000,-0.164063,-0.773438,0.375000,-0.164063,0.601562,0.414062,-0.000000,-0.601562,0.414062,-0.000000,0.437500,0.468750,0.093750,-0.437500,0.468750,0.093750,0.000000,0.289062,-0.898438,0.000000,-0.078125,-0.984375,0.000000,-0.671875,0.195313,0.000000,0.187500,0.460938,0.000000,0.460938,0.976562,0.000000,0.343750,0.804688,0.000000,0.320313,0.570312,0.000000,0.281250,0.484375,0.851562,0.054687,-0.234375,-0.851562,0.054687,-0.234375,0.859375,-0.046875,-0.320312,-0.859375,-0.046875,-0.320312,0.773438,-0.437500,-0.265625,-0.773438,-0.437500,-0.265625,0.460938,-0.703125,-0.437500,-0.460938,-0.703125,-0.437500,0.734375,0.070312,0.046875,-0.734375,0.070312,0.046875,0.593750,-0.164062,0.125000,-0.593750,-0.164062,0.125000,0.640625,-0.429688,0.007813,-0.640625,-0.429688,0.007813,0.335938,-0.664062,-0.054687,-0.335938,-0.664062,-0.054687,0.234375,0.406250,0.351562,-0.234375,0.406250,0.351562,0.179688,0.257813,0.414062,-0.179688,0.257813,0.414062,0.289062,0.382813,0.710938,-0.289062,0.382813,0.710938,0.250000,0.390625,0.500000,-0.250000,0.390625,0.500000,0.328125,0.398438,0.914062,-0.328125,0.398438,0.914062,0.140625,0.367188,0.757812,-0.140625,0.367188,0.757812,0.125000,0.359375,0.539062,-0.125000,0.359375,0.539062,0.164062,0.437500,0.945312,-0.164062,0.437500,0.945312,0.218750,0.429688,0.281250,-0.218750,0.429688,0.281250,0.210938,0.468750,0.226562,-0.210938,0.468750,0.226562,0.203125,0.500000,0.171875,-0.203125,0.500000,0.171875,0.210938,0.164063,0.390625,-0.210938,0.164063,0.390625,0.296875,-0.265625,0.312500,-0.296875,-0.265625,0.312500,0.343750,-0.539062,0.148438,-0.343750,-0.539062,0.148438,0.453125,-0.382813,-0.867188,-0.453125,-0.382813,-0.867188,0.453125,-0.070313,-0.929688,-0.453125,-0.070313,-0.929688,0.453125,0.234375,-0.851562,-0.453125,0.234375,-0.851562,0.460938,0.429687,-0.523438,-0.460938,0.429687,-0.523438,0.726562,0.335937,-0.406250,-0.726562,0.335937,-0.406250,0.632812,0.281250,-0.453125,-0.632812,0.281250,-0.453125,0.640625,0.054687,-0.703125,-0.640625,0.054687,-0.703125,0.796875,0.125000,-0.562500,-0.796875,0.125000,-0.562500,0.796875,-0.117188,-0.617188,-0.796875,-0.117188,-0.617188,0.640625,-0.195313,-0.750000,-0.640625,-0.195313,-0.750000,0.640625,-0.445313,-0.679688,-0.640625,-0.445313,-0.679688,0.796875,-0.359375,-0.539062,-0.796875,-0.359375,-0.539062,0.617188,-0.585938,-0.328125,-0.617188,-0.585938,-0.328125,0.484375,-0.546875,-0.023437,-0.484375,-0.546875,-0.023437,0.820312,-0.203125,-0.328125,-0.820312,-0.203125,-0.328125,0.406250,0.148438,0.171875,-0.406250,0.148438,0.171875,0.429688,-0.210937,0.195313,-0.429688,-0.210937,0.195313,0.890625,-0.234375,-0.406250,-0.890625,-0.234375,-0.406250,0.773438,-0.125000,0.140625,-0.773438,-0.125000,0.140625,1.039062,-0.328125,0.101563,-1.039062,-0.328125,0.101563,1.281250,-0.429688,-0.054687,-1.281250,-0.429688,-0.054687,1.351562,-0.421875,-0.320312,-1.351562,-0.421875,-0.320312,1.234375,-0.421875,-0.507812,-1.234375,-0.421875,-0.507812,1.023438,-0.312500,-0.476562,-1.023438,-0.312500,-0.476562,1.015625,-0.289063,-0.414062,-1.015625,-0.289063,-0.414062,1.187500,-0.390625,-0.437500,-1.187500,-0.390625,-0.437500,1.265625,-0.406250,-0.289062,-1.265625,-0.406250,-0.289062,1.210938,-0.406250,-0.078125,-1.210938,-0.406250,-0.078125,1.031250,-0.304688,0.039063,-1.031250,-0.304688,0.039063,0.828125,-0.132812,0.070313,-0.828125,-0.132812,0.070313,0.921875,-0.218750,-0.359375,-0.921875,-0.218750,-0.359375,0.945312,-0.289062,-0.304688,-0.945312,-0.289062,-0.304688,0.882812,-0.210938,0.023438,-0.882812,-0.210938,0.023438,1.039062,-0.367188,0.000000,-1.039062,-0.367188,0.000000,1.187500,-0.445312,-0.093750,-1.187500,-0.445312,-0.093750,1.234375,-0.445312,-0.250000,-1.234375,-0.445312,-0.250000,1.171875,-0.437500,-0.359375,-1.171875,-0.437500,-0.359375,1.023438,-0.359375,-0.343750,-1.023438,-0.359375,-0.343750,0.843750,-0.210938,-0.289062,-0.843750,-0.210938,-0.289062,0.835938,-0.273438,-0.171875,-0.835938,-0.273438,-0.171875,0.757812,-0.273438,-0.093750,-0.757812,-0.273438,-0.093750,0.820312,-0.273438,-0.085937,-0.820312,-0.273438,-0.085937,0.843750,-0.273438,-0.015625,-0.843750,-0.273438,-0.015625,0.812500,-0.273438,0.015625,-0.812500,-0.273438,0.015625,0.726562,-0.070312,0.000000,-0.726562,-0.070312,0.000000,0.718750,-0.171875,0.023438,-0.718750,-0.171875,0.023438,0.718750,-0.187500,-0.039062,-0.718750,-0.187500,-0.039062,0.796875,-0.210938,-0.203125,-0.796875,-0.210938,-0.203125,0.890625,-0.265625,-0.242187,-0.890625,-0.265625,-0.242187,0.890625,-0.320312,-0.234375,-0.890625,-0.320312,-0.234375,0.812500,-0.320312,0.015625,-0.812500,-0.320312,0.015625,0.851562,-0.320312,-0.015625,-0.851562,-0.320312,-0.015625,0.828125,-0.320312,-0.078125,-0.828125,-0.320312,-0.078125,0.765625,-0.320312,-0.093750,-0.765625,-0.320312,-0.093750,0.843750,-0.320312,-0.171875,-0.843750,-0.320312,-0.171875,1.039062,-0.414062,-0.328125,-1.039062,-0.414062,-0.328125,1.187500,-0.484375,-0.343750,-1.187500,-0.484375,-0.343750,1.257812,-0.492188,-0.242187,-1.257812,-0.492188,-0.242187,1.210938,-0.484375,-0.085937,-1.210938,-0.484375,-0.085937,1.046875,-0.421875,0.000000,-1.046875,-0.421875,0.000000,0.882812,-0.265625,0.015625,-0.882812,-0.265625,0.015625,0.953125,-0.343750,-0.289062,-0.953125,-0.343750,-0.289062,0.890625,-0.328125,-0.109375,-0.890625,-0.328125,-0.109375,0.937500,-0.335938,-0.062500,-0.937500,-0.335938,-0.062500,1.000000,-0.367188,-0.125000,-1.000000,-0.367188,-0.125000,0.960938,-0.351562,-0.171875,-0.960938,-0.351562,-0.171875,1.015625,-0.375000,-0.234375,-1.015625,-0.375000,-0.234375,1.054688,-0.382812,-0.187500,-1.054688,-0.382812,-0.187500,1.109375,-0.390625,-0.210937,-1.109375,-0.390625,-0.210937,1.085938,-0.390625,-0.273437,-1.085938,-0.390625,-0.273437,1.023438,-0.484375,-0.437500,-1.023438,-0.484375,-0.437500,1.250000,-0.546875,-0.468750,-1.250000,-0.546875,-0.468750,1.367188,-0.500000,-0.296875,-1.367188,-0.500000,-0.296875,1.312500,-0.531250,-0.054687,-1.312500,-0.531250,-0.054687,1.039062,-0.492188,0.085938,-1.039062,-0.492188,0.085938,0.789062,-0.328125,0.125000,-0.789062,-0.328125,0.125000,0.859375,-0.382813,-0.382812,-0.859375,-0.382813,-0.382812], - 'morphTargets': [], + "morphTargets": [], - 'normals': [], + "normals": [], - 'colors': [], + "colors": [], - 'uvs': [[]], + "uvs": [[]], - 'faces': [3,46,0,2,44,0,3,3,1,47,45,0,3,44,2,4,42,0,3,5,3,45,43,0,3,2,8,6,4,0,3,7,9,3,5,0,3,0,10,8,2,0,3,9,11,1,3,0,3,10,12,14,8,0,3,15,13,11,9,0,3,8,14,16,6,0,3,17,15,9,7,0,3,14,20,18,16,0,3,19,21,15,17,0,3,12,22,20,14,0,3,21,23,13,15,0,3,22,24,26,20,0,3,27,25,23,21,0,3,20,26,28,18,0,3,29,27,21,19,0,3,26,32,30,28,0,3,31,33,27,29,0,3,24,34,32,26,0,3,33,35,25,27,0,3,34,36,38,32,0,3,39,37,35,33,0,3,32,38,40,30,0,3,41,39,33,31,0,3,38,44,42,40,0,3,43,45,39,41,0,3,36,46,44,38,0,3,45,47,37,39,0,3,46,36,50,48,0,3,51,37,47,49,0,3,36,34,52,50,0,3,53,35,37,51,0,3,34,24,54,52,0,3,55,25,35,53,0,3,24,22,56,54,0,3,57,23,25,55,0,3,22,12,58,56,0,3,59,13,23,57,0,3,12,10,62,58,0,3,63,11,13,59,0,3,10,0,64,62,0,3,65,1,11,63,0,3,0,46,48,64,0,3,49,47,1,65,0,2,60,64,48,0,2,49,65,61,0,2,62,64,60,0,2,61,65,63,0,2,60,58,62,0,2,63,59,61,0,2,60,56,58,0,2,59,57,61,0,2,60,54,56,0,2,57,55,61,0,2,60,52,54,0,2,55,53,61,0,2,60,50,52,0,2,53,51,61,0,2,60,48,50,0,2,51,49,61,0,3,88,173,175,90,0,3,175,174,89,90,0,3,86,171,173,88,0,3,174,172,87,89,0,3,84,169,171,86,0,3,172,170,85,87,0,3,82,167,169,84,0,3,170,168,83,85,0,3,80,165,167,82,0,3,168,166,81,83,0,3,78,91,145,163,0,3,146,92,79,164,0,3,91,93,147,145,0,3,148,94,92,146,0,3,93,95,149,147,0,3,150,96,94,148,0,3,95,97,151,149,0,3,152,98,96,150,0,3,97,99,153,151,0,3,154,100,98,152,0,3,99,101,155,153,0,3,156,102,100,154,0,3,101,103,157,155,0,3,158,104,102,156,0,3,103,105,159,157,0,3,160,106,104,158,0,3,105,107,161,159,0,3,162,108,106,160,0,3,107,66,67,161,0,3,67,66,108,162,0,3,109,127,159,161,0,3,160,128,110,162,0,3,127,178,157,159,0,3,158,179,128,160,0,3,125,155,157,178,0,3,158,156,126,179,0,3,123,153,155,125,0,3,156,154,124,126,0,3,121,151,153,123,0,3,154,152,122,124,0,3,119,149,151,121,0,3,152,150,120,122,0,3,117,147,149,119,0,3,150,148,118,120,0,3,115,145,147,117,0,3,148,146,116,118,0,3,113,163,145,115,0,3,146,164,114,116,0,3,113,180,176,163,0,3,176,181,114,164,0,3,109,161,67,111,0,3,67,162,110,112,0,3,111,67,177,182,0,3,177,67,112,183,0,3,176,180,182,177,0,3,183,181,176,177,0,3,134,136,175,173,0,3,175,136,135,174,0,3,132,134,173,171,0,3,174,135,133,172,0,3,130,132,171,169,0,3,172,133,131,170,0,3,165,186,184,167,0,3,185,187,166,168,0,3,130,169,167,184,0,3,168,170,131,185,0,3,143,189,188,186,0,3,188,189,144,187,0,3,184,186,188,68,0,3,188,187,185,68,0,3,129,130,184,68,0,3,185,131,129,68,0,3,141,192,190,143,0,3,191,193,142,144,0,3,139,194,192,141,0,3,193,195,140,142,0,3,138,196,194,139,0,3,195,197,138,140,0,3,137,70,196,138,0,3,197,70,137,138,0,3,189,143,190,69,0,3,191,144,189,69,0,3,69,190,205,207,0,3,206,191,69,207,0,3,70,198,199,196,0,3,200,198,70,197,0,3,196,199,201,194,0,3,202,200,197,195,0,3,194,201,203,192,0,3,204,202,195,193,0,3,192,203,205,190,0,3,206,204,193,191,0,3,198,203,201,199,0,3,202,204,198,200,0,3,198,207,205,203,0,3,206,207,198,204,0,3,138,139,163,176,0,3,164,140,138,176,0,3,139,141,210,163,0,3,211,142,140,164,0,3,141,143,212,210,0,3,213,144,142,211,0,3,143,186,165,212,0,3,166,187,144,213,0,3,80,208,212,165,0,3,213,209,81,166,0,3,208,214,210,212,0,3,211,215,209,213,0,3,78,163,210,214,0,3,211,164,79,215,0,3,130,129,71,221,0,3,71,129,131,222,0,3,132,130,221,219,0,3,222,131,133,220,0,3,134,132,219,217,0,3,220,133,135,218,0,3,136,134,217,216,0,3,218,135,136,216,0,3,216,217,228,230,0,3,229,218,216,230,0,3,217,219,226,228,0,3,227,220,218,229,0,3,219,221,224,226,0,3,225,222,220,227,0,3,221,71,223,224,0,3,223,71,222,225,0,3,223,230,228,224,0,3,229,230,223,225,0,2,224,228,226,0,2,227,229,225,0,3,182,180,233,231,0,3,234,181,183,232,0,3,111,182,231,253,0,3,232,183,112,254,0,3,109,111,253,255,0,3,254,112,110,256,0,3,180,113,251,233,0,3,252,114,181,234,0,3,113,115,249,251,0,3,250,116,114,252,0,3,115,117,247,249,0,3,248,118,116,250,0,3,117,119,245,247,0,3,246,120,118,248,0,3,119,121,243,245,0,3,244,122,120,246,0,3,121,123,241,243,0,3,242,124,122,244,0,3,123,125,239,241,0,3,240,126,124,242,0,3,125,178,235,239,0,3,236,179,126,240,0,3,178,127,237,235,0,3,238,128,179,236,0,3,127,109,255,237,0,3,256,110,128,238,0,3,237,255,257,275,0,3,258,256,238,276,0,3,235,237,275,277,0,3,276,238,236,278,0,3,239,235,277,273,0,3,278,236,240,274,0,3,241,239,273,271,0,3,274,240,242,272,0,3,243,241,271,269,0,3,272,242,244,270,0,3,245,243,269,267,0,3,270,244,246,268,0,3,247,245,267,265,0,3,268,246,248,266,0,3,249,247,265,263,0,3,266,248,250,264,0,3,251,249,263,261,0,3,264,250,252,262,0,3,233,251,261,279,0,3,262,252,234,280,0,3,255,253,259,257,0,3,260,254,256,258,0,3,253,231,281,259,0,3,282,232,254,260,0,3,231,233,279,281,0,3,280,234,232,282,0,3,66,107,283,72,0,3,284,108,66,72,0,3,107,105,285,283,0,3,286,106,108,284,0,3,105,103,287,285,0,3,288,104,106,286,0,3,103,101,289,287,0,3,290,102,104,288,0,3,101,99,291,289,0,3,292,100,102,290,0,3,99,97,293,291,0,3,294,98,100,292,0,3,97,95,295,293,0,3,296,96,98,294,0,3,95,93,297,295,0,3,298,94,96,296,0,3,93,91,299,297,0,3,300,92,94,298,0,3,307,308,327,337,0,3,328,308,307,338,0,3,306,307,337,335,0,3,338,307,306,336,0,3,305,306,335,339,0,3,336,306,305,340,0,3,88,90,305,339,0,3,305,90,89,340,0,3,86,88,339,333,0,3,340,89,87,334,0,3,84,86,333,329,0,3,334,87,85,330,0,3,82,84,329,331,0,3,330,85,83,332,0,3,329,335,337,331,0,3,338,336,330,332,0,3,329,333,339,335,0,3,340,334,330,336,0,3,325,331,337,327,0,3,338,332,326,328,0,3,80,82,331,325,0,3,332,83,81,326,0,3,208,341,343,214,0,3,344,342,209,215,0,3,80,325,341,208,0,3,342,326,81,209,0,3,78,214,343,345,0,3,344,215,79,346,0,3,78,345,299,91,0,3,300,346,79,92,0,3,76,323,351,303,0,3,352,324,76,303,0,3,303,351,349,77,0,3,350,352,303,77,0,3,77,349,347,304,0,3,348,350,77,304,0,3,304,347,327,308,0,3,328,348,304,308,0,3,325,327,347,341,0,3,348,328,326,342,0,3,295,297,317,309,0,3,318,298,296,310,0,3,75,315,323,76,0,3,324,316,75,76,0,3,301,357,355,302,0,3,356,358,301,302,0,3,302,355,353,74,0,3,354,356,302,74,0,3,74,353,315,75,0,3,316,354,74,75,0,3,291,293,361,363,0,3,362,294,292,364,0,3,363,361,367,365,0,3,368,362,364,366,0,3,365,367,369,371,0,3,370,368,366,372,0,3,371,369,375,373,0,3,376,370,372,374,0,3,313,377,373,375,0,3,374,378,314,376,0,3,315,353,373,377,0,3,374,354,316,378,0,3,353,355,371,373,0,3,372,356,354,374,0,3,355,357,365,371,0,3,366,358,356,372,0,3,357,359,363,365,0,3,364,360,358,366,0,3,289,291,363,359,0,3,364,292,290,360,0,3,73,359,357,301,0,3,358,360,73,301,0,3,283,285,287,289,0,3,288,286,284,290,0,3,283,289,359,73,0,3,360,290,284,73,0,2,72,283,73,0,2,73,284,72,0,3,293,295,309,361,0,3,310,296,294,362,0,3,309,311,367,361,0,3,368,312,310,362,0,3,311,381,369,367,0,3,370,382,312,368,0,3,313,375,369,381,0,3,370,376,314,382,0,3,347,349,385,383,0,3,386,350,348,384,0,3,317,383,385,319,0,3,386,384,318,320,0,3,297,299,383,317,0,3,384,300,298,318,0,3,299,343,341,383,0,3,342,344,300,384,0,2,341,347,383,0,2,384,348,342,0,2,299,345,343,0,2,344,346,300,0,3,313,321,379,377,0,3,380,322,314,378,0,3,315,377,379,323,0,3,380,378,316,324,0,3,319,385,379,321,0,3,380,386,320,322,0,3,349,351,379,385,0,3,380,352,350,386,0,2,323,379,351,0,2,352,380,324,0,3,399,387,413,401,0,3,414,388,400,402,0,3,399,401,403,397,0,3,404,402,400,398,0,3,397,403,405,395,0,3,406,404,398,396,0,3,395,405,407,393,0,3,408,406,396,394,0,3,393,407,409,391,0,3,410,408,394,392,0,3,391,409,411,389,0,3,412,410,392,390,0,3,409,419,417,411,0,3,418,420,410,412,0,3,407,421,419,409,0,3,420,422,408,410,0,3,405,423,421,407,0,3,422,424,406,408,0,3,403,425,423,405,0,3,424,426,404,406,0,3,401,427,425,403,0,3,426,428,402,404,0,3,401,413,415,427,0,3,416,414,402,428,0,3,317,319,443,441,0,3,444,320,318,442,0,3,319,389,411,443,0,3,412,390,320,444,0,3,309,317,441,311,0,3,442,318,310,312,0,3,381,429,413,387,0,3,414,430,382,388,0,3,411,417,439,443,0,3,440,418,412,444,0,3,437,445,443,439,0,3,444,446,438,440,0,3,433,445,437,435,0,3,438,446,434,436,0,3,431,447,445,433,0,3,446,448,432,434,0,3,429,447,431,449,0,3,432,448,430,450,0,3,413,429,449,415,0,3,450,430,414,416,0,3,311,447,429,381,0,3,430,448,312,382,0,3,311,441,445,447,0,3,446,442,312,448,0,2,441,443,445,0,2,446,444,442,0,3,415,449,451,475,0,3,452,450,416,476,0,3,449,431,461,451,0,3,462,432,450,452,0,3,431,433,459,461,0,3,460,434,432,462,0,3,433,435,457,459,0,3,458,436,434,460,0,3,435,437,455,457,0,3,456,438,436,458,0,3,437,439,453,455,0,3,454,440,438,456,0,3,439,417,473,453,0,3,474,418,440,454,0,3,427,415,475,463,0,3,476,416,428,464,0,3,425,427,463,465,0,3,464,428,426,466,0,3,423,425,465,467,0,3,466,426,424,468,0,3,421,423,467,469,0,3,468,424,422,470,0,3,419,421,469,471,0,3,470,422,420,472,0,3,417,419,471,473,0,3,472,420,418,474,0,3,457,455,479,477,0,3,480,456,458,478,0,3,477,479,481,483,0,3,482,480,478,484,0,3,483,481,487,485,0,3,488,482,484,486,0,3,485,487,489,491,0,3,490,488,486,492,0,3,463,475,485,491,0,3,486,476,464,492,0,3,451,483,485,475,0,3,486,484,452,476,0,3,451,461,477,483,0,3,478,462,452,484,0,3,457,477,461,459,0,3,462,478,458,460,0,3,453,473,479,455,0,3,480,474,454,456,0,3,471,481,479,473,0,3,480,482,472,474,0,3,469,487,481,471,0,3,482,488,470,472,0,3,467,489,487,469,0,3,488,490,468,470,0,3,465,491,489,467,0,3,490,492,466,468,0,2,463,491,465,0,2,466,492,464,0,3,391,389,503,501,0,3,504,390,392,502,0,3,393,391,501,499,0,3,502,392,394,500,0,3,395,393,499,497,0,3,500,394,396,498,0,3,397,395,497,495,0,3,498,396,398,496,0,3,399,397,495,493,0,3,496,398,400,494,0,3,387,399,493,505,0,3,494,400,388,506,0,3,493,501,503,505,0,3,504,502,494,506,0,3,493,495,499,501,0,3,500,496,494,502,0,2,495,497,499,0,2,500,498,496,0,3,313,381,387,505,0,3,388,382,314,506,0,3,313,505,503,321,0,3,504,506,314,322,0,3,319,321,503,389,0,3,504,322,320,390,0], - - 'end': (new Date).getTime() + "faces": [3,46,0,2,44,0,3,3,1,47,45,0,3,44,2,4,42,0,3,5,3,45,43,0,3,2,8,6,4,0,3,7,9,3,5,0,3,0,10,8,2,0,3,9,11,1,3,0,3,10,12,14,8,0,3,15,13,11,9,0,3,8,14,16,6,0,3,17,15,9,7,0,3,14,20,18,16,0,3,19,21,15,17,0,3,12,22,20,14,0,3,21,23,13,15,0,3,22,24,26,20,0,3,27,25,23,21,0,3,20,26,28,18,0,3,29,27,21,19,0,3,26,32,30,28,0,3,31,33,27,29,0,3,24,34,32,26,0,3,33,35,25,27,0,3,34,36,38,32,0,3,39,37,35,33,0,3,32,38,40,30,0,3,41,39,33,31,0,3,38,44,42,40,0,3,43,45,39,41,0,3,36,46,44,38,0,3,45,47,37,39,0,3,46,36,50,48,0,3,51,37,47,49,0,3,36,34,52,50,0,3,53,35,37,51,0,3,34,24,54,52,0,3,55,25,35,53,0,3,24,22,56,54,0,3,57,23,25,55,0,3,22,12,58,56,0,3,59,13,23,57,0,3,12,10,62,58,0,3,63,11,13,59,0,3,10,0,64,62,0,3,65,1,11,63,0,3,0,46,48,64,0,3,49,47,1,65,0,2,60,64,48,0,2,49,65,61,0,2,62,64,60,0,2,61,65,63,0,2,60,58,62,0,2,63,59,61,0,2,60,56,58,0,2,59,57,61,0,2,60,54,56,0,2,57,55,61,0,2,60,52,54,0,2,55,53,61,0,2,60,50,52,0,2,53,51,61,0,2,60,48,50,0,2,51,49,61,0,3,88,173,175,90,0,3,175,174,89,90,0,3,86,171,173,88,0,3,174,172,87,89,0,3,84,169,171,86,0,3,172,170,85,87,0,3,82,167,169,84,0,3,170,168,83,85,0,3,80,165,167,82,0,3,168,166,81,83,0,3,78,91,145,163,0,3,146,92,79,164,0,3,91,93,147,145,0,3,148,94,92,146,0,3,93,95,149,147,0,3,150,96,94,148,0,3,95,97,151,149,0,3,152,98,96,150,0,3,97,99,153,151,0,3,154,100,98,152,0,3,99,101,155,153,0,3,156,102,100,154,0,3,101,103,157,155,0,3,158,104,102,156,0,3,103,105,159,157,0,3,160,106,104,158,0,3,105,107,161,159,0,3,162,108,106,160,0,3,107,66,67,161,0,3,67,66,108,162,0,3,109,127,159,161,0,3,160,128,110,162,0,3,127,178,157,159,0,3,158,179,128,160,0,3,125,155,157,178,0,3,158,156,126,179,0,3,123,153,155,125,0,3,156,154,124,126,0,3,121,151,153,123,0,3,154,152,122,124,0,3,119,149,151,121,0,3,152,150,120,122,0,3,117,147,149,119,0,3,150,148,118,120,0,3,115,145,147,117,0,3,148,146,116,118,0,3,113,163,145,115,0,3,146,164,114,116,0,3,113,180,176,163,0,3,176,181,114,164,0,3,109,161,67,111,0,3,67,162,110,112,0,3,111,67,177,182,0,3,177,67,112,183,0,3,176,180,182,177,0,3,183,181,176,177,0,3,134,136,175,173,0,3,175,136,135,174,0,3,132,134,173,171,0,3,174,135,133,172,0,3,130,132,171,169,0,3,172,133,131,170,0,3,165,186,184,167,0,3,185,187,166,168,0,3,130,169,167,184,0,3,168,170,131,185,0,3,143,189,188,186,0,3,188,189,144,187,0,3,184,186,188,68,0,3,188,187,185,68,0,3,129,130,184,68,0,3,185,131,129,68,0,3,141,192,190,143,0,3,191,193,142,144,0,3,139,194,192,141,0,3,193,195,140,142,0,3,138,196,194,139,0,3,195,197,138,140,0,3,137,70,196,138,0,3,197,70,137,138,0,3,189,143,190,69,0,3,191,144,189,69,0,3,69,190,205,207,0,3,206,191,69,207,0,3,70,198,199,196,0,3,200,198,70,197,0,3,196,199,201,194,0,3,202,200,197,195,0,3,194,201,203,192,0,3,204,202,195,193,0,3,192,203,205,190,0,3,206,204,193,191,0,3,198,203,201,199,0,3,202,204,198,200,0,3,198,207,205,203,0,3,206,207,198,204,0,3,138,139,163,176,0,3,164,140,138,176,0,3,139,141,210,163,0,3,211,142,140,164,0,3,141,143,212,210,0,3,213,144,142,211,0,3,143,186,165,212,0,3,166,187,144,213,0,3,80,208,212,165,0,3,213,209,81,166,0,3,208,214,210,212,0,3,211,215,209,213,0,3,78,163,210,214,0,3,211,164,79,215,0,3,130,129,71,221,0,3,71,129,131,222,0,3,132,130,221,219,0,3,222,131,133,220,0,3,134,132,219,217,0,3,220,133,135,218,0,3,136,134,217,216,0,3,218,135,136,216,0,3,216,217,228,230,0,3,229,218,216,230,0,3,217,219,226,228,0,3,227,220,218,229,0,3,219,221,224,226,0,3,225,222,220,227,0,3,221,71,223,224,0,3,223,71,222,225,0,3,223,230,228,224,0,3,229,230,223,225,0,2,224,228,226,0,2,227,229,225,0,3,182,180,233,231,0,3,234,181,183,232,0,3,111,182,231,253,0,3,232,183,112,254,0,3,109,111,253,255,0,3,254,112,110,256,0,3,180,113,251,233,0,3,252,114,181,234,0,3,113,115,249,251,0,3,250,116,114,252,0,3,115,117,247,249,0,3,248,118,116,250,0,3,117,119,245,247,0,3,246,120,118,248,0,3,119,121,243,245,0,3,244,122,120,246,0,3,121,123,241,243,0,3,242,124,122,244,0,3,123,125,239,241,0,3,240,126,124,242,0,3,125,178,235,239,0,3,236,179,126,240,0,3,178,127,237,235,0,3,238,128,179,236,0,3,127,109,255,237,0,3,256,110,128,238,0,3,237,255,257,275,0,3,258,256,238,276,0,3,235,237,275,277,0,3,276,238,236,278,0,3,239,235,277,273,0,3,278,236,240,274,0,3,241,239,273,271,0,3,274,240,242,272,0,3,243,241,271,269,0,3,272,242,244,270,0,3,245,243,269,267,0,3,270,244,246,268,0,3,247,245,267,265,0,3,268,246,248,266,0,3,249,247,265,263,0,3,266,248,250,264,0,3,251,249,263,261,0,3,264,250,252,262,0,3,233,251,261,279,0,3,262,252,234,280,0,3,255,253,259,257,0,3,260,254,256,258,0,3,253,231,281,259,0,3,282,232,254,260,0,3,231,233,279,281,0,3,280,234,232,282,0,3,66,107,283,72,0,3,284,108,66,72,0,3,107,105,285,283,0,3,286,106,108,284,0,3,105,103,287,285,0,3,288,104,106,286,0,3,103,101,289,287,0,3,290,102,104,288,0,3,101,99,291,289,0,3,292,100,102,290,0,3,99,97,293,291,0,3,294,98,100,292,0,3,97,95,295,293,0,3,296,96,98,294,0,3,95,93,297,295,0,3,298,94,96,296,0,3,93,91,299,297,0,3,300,92,94,298,0,3,307,308,327,337,0,3,328,308,307,338,0,3,306,307,337,335,0,3,338,307,306,336,0,3,305,306,335,339,0,3,336,306,305,340,0,3,88,90,305,339,0,3,305,90,89,340,0,3,86,88,339,333,0,3,340,89,87,334,0,3,84,86,333,329,0,3,334,87,85,330,0,3,82,84,329,331,0,3,330,85,83,332,0,3,329,335,337,331,0,3,338,336,330,332,0,3,329,333,339,335,0,3,340,334,330,336,0,3,325,331,337,327,0,3,338,332,326,328,0,3,80,82,331,325,0,3,332,83,81,326,0,3,208,341,343,214,0,3,344,342,209,215,0,3,80,325,341,208,0,3,342,326,81,209,0,3,78,214,343,345,0,3,344,215,79,346,0,3,78,345,299,91,0,3,300,346,79,92,0,3,76,323,351,303,0,3,352,324,76,303,0,3,303,351,349,77,0,3,350,352,303,77,0,3,77,349,347,304,0,3,348,350,77,304,0,3,304,347,327,308,0,3,328,348,304,308,0,3,325,327,347,341,0,3,348,328,326,342,0,3,295,297,317,309,0,3,318,298,296,310,0,3,75,315,323,76,0,3,324,316,75,76,0,3,301,357,355,302,0,3,356,358,301,302,0,3,302,355,353,74,0,3,354,356,302,74,0,3,74,353,315,75,0,3,316,354,74,75,0,3,291,293,361,363,0,3,362,294,292,364,0,3,363,361,367,365,0,3,368,362,364,366,0,3,365,367,369,371,0,3,370,368,366,372,0,3,371,369,375,373,0,3,376,370,372,374,0,3,313,377,373,375,0,3,374,378,314,376,0,3,315,353,373,377,0,3,374,354,316,378,0,3,353,355,371,373,0,3,372,356,354,374,0,3,355,357,365,371,0,3,366,358,356,372,0,3,357,359,363,365,0,3,364,360,358,366,0,3,289,291,363,359,0,3,364,292,290,360,0,3,73,359,357,301,0,3,358,360,73,301,0,3,283,285,287,289,0,3,288,286,284,290,0,3,283,289,359,73,0,3,360,290,284,73,0,2,72,283,73,0,2,73,284,72,0,3,293,295,309,361,0,3,310,296,294,362,0,3,309,311,367,361,0,3,368,312,310,362,0,3,311,381,369,367,0,3,370,382,312,368,0,3,313,375,369,381,0,3,370,376,314,382,0,3,347,349,385,383,0,3,386,350,348,384,0,3,317,383,385,319,0,3,386,384,318,320,0,3,297,299,383,317,0,3,384,300,298,318,0,3,299,343,341,383,0,3,342,344,300,384,0,2,341,347,383,0,2,384,348,342,0,2,299,345,343,0,2,344,346,300,0,3,313,321,379,377,0,3,380,322,314,378,0,3,315,377,379,323,0,3,380,378,316,324,0,3,319,385,379,321,0,3,380,386,320,322,0,3,349,351,379,385,0,3,380,352,350,386,0,2,323,379,351,0,2,352,380,324,0,3,399,387,413,401,0,3,414,388,400,402,0,3,399,401,403,397,0,3,404,402,400,398,0,3,397,403,405,395,0,3,406,404,398,396,0,3,395,405,407,393,0,3,408,406,396,394,0,3,393,407,409,391,0,3,410,408,394,392,0,3,391,409,411,389,0,3,412,410,392,390,0,3,409,419,417,411,0,3,418,420,410,412,0,3,407,421,419,409,0,3,420,422,408,410,0,3,405,423,421,407,0,3,422,424,406,408,0,3,403,425,423,405,0,3,424,426,404,406,0,3,401,427,425,403,0,3,426,428,402,404,0,3,401,413,415,427,0,3,416,414,402,428,0,3,317,319,443,441,0,3,444,320,318,442,0,3,319,389,411,443,0,3,412,390,320,444,0,3,309,317,441,311,0,3,442,318,310,312,0,3,381,429,413,387,0,3,414,430,382,388,0,3,411,417,439,443,0,3,440,418,412,444,0,3,437,445,443,439,0,3,444,446,438,440,0,3,433,445,437,435,0,3,438,446,434,436,0,3,431,447,445,433,0,3,446,448,432,434,0,3,429,447,431,449,0,3,432,448,430,450,0,3,413,429,449,415,0,3,450,430,414,416,0,3,311,447,429,381,0,3,430,448,312,382,0,3,311,441,445,447,0,3,446,442,312,448,0,2,441,443,445,0,2,446,444,442,0,3,415,449,451,475,0,3,452,450,416,476,0,3,449,431,461,451,0,3,462,432,450,452,0,3,431,433,459,461,0,3,460,434,432,462,0,3,433,435,457,459,0,3,458,436,434,460,0,3,435,437,455,457,0,3,456,438,436,458,0,3,437,439,453,455,0,3,454,440,438,456,0,3,439,417,473,453,0,3,474,418,440,454,0,3,427,415,475,463,0,3,476,416,428,464,0,3,425,427,463,465,0,3,464,428,426,466,0,3,423,425,465,467,0,3,466,426,424,468,0,3,421,423,467,469,0,3,468,424,422,470,0,3,419,421,469,471,0,3,470,422,420,472,0,3,417,419,471,473,0,3,472,420,418,474,0,3,457,455,479,477,0,3,480,456,458,478,0,3,477,479,481,483,0,3,482,480,478,484,0,3,483,481,487,485,0,3,488,482,484,486,0,3,485,487,489,491,0,3,490,488,486,492,0,3,463,475,485,491,0,3,486,476,464,492,0,3,451,483,485,475,0,3,486,484,452,476,0,3,451,461,477,483,0,3,478,462,452,484,0,3,457,477,461,459,0,3,462,478,458,460,0,3,453,473,479,455,0,3,480,474,454,456,0,3,471,481,479,473,0,3,480,482,472,474,0,3,469,487,481,471,0,3,482,488,470,472,0,3,467,489,487,469,0,3,488,490,468,470,0,3,465,491,489,467,0,3,490,492,466,468,0,2,463,491,465,0,2,466,492,464,0,3,391,389,503,501,0,3,504,390,392,502,0,3,393,391,501,499,0,3,502,392,394,500,0,3,395,393,499,497,0,3,500,394,396,498,0,3,397,395,497,495,0,3,498,396,398,496,0,3,399,397,495,493,0,3,496,398,400,494,0,3,387,399,493,505,0,3,494,400,388,506,0,3,493,501,503,505,0,3,504,502,494,506,0,3,493,495,499,501,0,3,500,496,494,502,0,2,495,497,499,0,2,500,498,496,0,3,313,381,387,505,0,3,388,382,314,506,0,3,313,505,503,321,0,3,504,506,314,322,0,3,319,321,503,389,0,3,504,322,320,390,0] } -postMessage( model ); diff --git a/examples/obj/camaro/CamaroNoUv_bin.js b/examples/obj/camaro/CamaroNoUv_bin.js index 27f5acfb..d6de0168 100644 --- a/examples/obj/camaro/CamaroNoUv_bin.js +++ b/examples/obj/camaro/CamaroNoUv_bin.js @@ -1,22 +1,23 @@ -// Converted from: ../../examples/obj/camaro/CamaroNoUv.obj -// vertices: 53139 -// faces: 93251 -// materials: 9 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "CamaroNoUv.obj", + "generatedBy" : "OBJConverter", + "vertices" : 53139, + "faces" : 93251, + "normals" : 46141, + "uvs" : 0, + "materials" : 9 + }, "materials": [ { "DbgColor" : 15658734, "DbgIndex" : 0, "DbgName" : "Body", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.22700000000000001, 0.40799999999999997, 0.46300000000000002], + "colorDiffuse" : [0.227, 0.408, 0.463], "colorSpecular" : [2.0, 2.0, 2.0], "illumination" : 2, "opticalDensity" : 1.0, @@ -29,7 +30,7 @@ var model = { "DbgIndex" : 1, "DbgName" : "mirror", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.29999999999999999, 0.29999999999999999, 0.29999999999999999], + "colorDiffuse" : [0.3, 0.3, 0.3], "colorSpecular" : [2.0, 2.0, 2.0], "illumination" : 2, "opticalDensity" : 1.0, @@ -42,8 +43,8 @@ var model = { "DbgIndex" : 2, "DbgName" : "black", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.10199999999999999, 0.10199999999999999, 0.10199999999999999], - "colorSpecular" : [0.20000000000000001, 0.20000000000000001, 0.20000000000000001], + "colorDiffuse" : [0.102, 0.102, 0.102], + "colorSpecular" : [0.2, 0.2, 0.2], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 7.843137, @@ -68,7 +69,7 @@ var model = { "DbgIndex" : 4, "DbgName" : "glass", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.20000000000000001, 0.31, 0.30599999999999999], + "colorDiffuse" : [0.2, 0.31, 0.306], "colorSpecular" : [2.0, 2.0, 2.0], "illumination" : 2, "opticalDensity" : 1.0, @@ -81,7 +82,7 @@ var model = { "DbgIndex" : 5, "DbgName" : "Interieur", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.10199999999999999, 0.10199999999999999, 0.10199999999999999], + "colorDiffuse" : [0.102, 0.102, 0.102], "colorSpecular" : [0.44, 0.44, 0.44], "illumination" : 2, "opticalDensity" : 1.0, @@ -94,8 +95,8 @@ var model = { "DbgIndex" : 6, "DbgName" : "tire", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.27100000000000002, 0.27100000000000002, 0.26300000000000001], - "colorSpecular" : [0.10000000000000001, 0.10000000000000001, 0.10000000000000001], + "colorDiffuse" : [0.271, 0.271, 0.263], + "colorSpecular" : [0.1, 0.1, 0.1], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 17.647059, @@ -108,7 +109,7 @@ var model = { "DbgName" : "tireling", "colorAmbient" : [0.0, 0.0, 0.0], "colorDiffuse" : [0.5, 0.5, 0.5], - "colorSpecular" : [0.20000000000000001, 0.20000000000000001, 0.20000000000000001], + "colorSpecular" : [0.2, 0.2, 0.2], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 17.647059, @@ -130,7 +131,4 @@ var model = { "buffers": "CamaroNoUv_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/f50/F50NoUv_bin.js b/examples/obj/f50/F50NoUv_bin.js index baaaf5b0..8e254598 100644 --- a/examples/obj/f50/F50NoUv_bin.js +++ b/examples/obj/f50/F50NoUv_bin.js @@ -1,27 +1,28 @@ -// Converted from: ../../examples/obj/f50/F50NoUv.obj -// vertices: 67006 -// faces: 97474 -// materials: 25 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "F50NoUv.obj", + "generatedBy" : "OBJConverter", + "vertices" : 67006, + "faces" : 97474, + "normals" : 53988, + "uvs" : 0, + "materials" : 25 + }, "materials": [ { "DbgColor" : 15658734, "DbgIndex" : 0, "DbgName" : "F50NEGRO", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.15376000000000001, 0.10983999999999999, 0.037679999999999998], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], + "colorDiffuse" : [0.15376, 0.10984, 0.03768], + "colorSpecular" : [0.025, 0.025, 0.025], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 98.039216, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -29,12 +30,12 @@ var model = { "DbgIndex" : 1, "DbgName" : "F50CROMO", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.1004, 0.10352, 0.062719999999999998], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], + "colorDiffuse" : [0.1004, 0.10352, 0.06272], + "colorSpecular" : [0.025, 0.025, 0.025], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 17.647059, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -42,207 +43,207 @@ var model = { "DbgIndex" : 2, "DbgName" : "F50CRIST", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.040800000000000003, 0.15687999999999999, 0.0031199999999999999], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 98.039216, - "transparency" : 0.4 - }, - - { - "DbgColor" : 238, - "DbgIndex" : 3, - "DbgName" : "F50ROJO", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.56159999999999999, 0.043920000000000001, 0.069040000000000004], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 98.039216, - "transparency" : 1.0 - }, - - { - "DbgColor" : 15658496, - "DbgIndex" : 4, - "DbgName" : "F50NEGRO1", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.15376000000000001, 0.10983999999999999, 0.037679999999999998], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 98.039216, - "transparency" : 1.0 - }, - - { - "DbgColor" : 61166, - "DbgIndex" : 5, - "DbgName" : "F50ALFO", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.15376000000000001, 0.10983999999999999, 0.037679999999999998], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 98.039216, - "transparency" : 1.0 - }, - - { - "DbgColor" : 15597806, - "DbgIndex" : 6, - "DbgName" : "F50REJIL", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.15376000000000001, 0.10983999999999999, 0.037679999999999998], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 98.039216, - "transparency" : 1.0 - }, - - { - "DbgColor" : 13579988, - "DbgIndex" : 7, - "DbgName" : "F50RIGHT", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.56159999999999999, 0.043920000000000001, 0.069040000000000004], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 98.039216, - "transparency" : 1.0 - }, - - { - "DbgColor" : 5708456, - "DbgIndex" : 8, - "DbgName" : "F50CAPO1", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.56159999999999999, 0.043920000000000001, 0.069040000000000004], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 98.039216, - "transparency" : 1.0 - }, - - { - "DbgColor" : 16326172, - "DbgIndex" : 9, - "DbgName" : "F50CAPO", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.56159999999999999, 0.043920000000000001, 0.069040000000000004], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 98.039216, - "transparency" : 1.0 - }, - - { - "DbgColor" : 5647119, - "DbgIndex" : 10, - "DbgName" : "F50LEFT", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.56159999999999999, 0.043920000000000001, 0.069040000000000004], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 98.039216, - "transparency" : 1.0 - }, - - { - "DbgColor" : 1556016, - "DbgIndex" : 11, - "DbgName" : "F50MOTOR", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.1004, 0.10352, 0.062719999999999998], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 17.647059, - "transparency" : 1.0 - }, - - { - "DbgColor" : 2608512, - "DbgIndex" : 12, - "DbgName" : "F50GOOD", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.15376000000000001, 0.10983999999999999, 0.037679999999999998], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 17.647059, - "transparency" : 1.0 - }, - - { - "DbgColor" : 13541364, - "DbgIndex" : 13, - "DbgName" : "F50RUEDA", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.15376000000000001, 0.10983999999999999, 0.037679999999999998], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 17.647059, - "transparency" : 1.0 - }, - - { - "DbgColor" : 16059369, - "DbgIndex" : 14, - "DbgName" : "F50SUELO", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.15376000000000001, 0.10983999999999999, 0.037679999999999998], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 98.039216, - "transparency" : 1.0 - }, - - { - "DbgColor" : 109031, - "DbgIndex" : 15, - "DbgName" : "F50DISCO", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.41095999999999999, 0.36080000000000001, 0.25728000000000001], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], - "illumination" : 2, - "opticalDensity" : 1.0, - "specularCoef" : 17.647059, - "transparency" : 1.0 - }, - - { - "DbgColor" : 10128841, - "DbgIndex" : 16, - "DbgName" : "F50FARYE", - "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.79056000000000004, 0.41095999999999999, 0.0062399999999999999], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], + "colorDiffuse" : [0.0408, 0.15688, 0.00312], + "colorSpecular" : [0.025, 0.025, 0.025], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 98.039216, "transparency" : 0.6 }, + { + "DbgColor" : 238, + "DbgIndex" : 3, + "DbgName" : "F50ROJO", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.5616, 0.04392, 0.06904], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 98.039216, + "transparency" : 0.0 + }, + + { + "DbgColor" : 15658496, + "DbgIndex" : 4, + "DbgName" : "F50NEGRO1", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.15376, 0.10984, 0.03768], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 98.039216, + "transparency" : 0.0 + }, + + { + "DbgColor" : 61166, + "DbgIndex" : 5, + "DbgName" : "F50ALFO", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.15376, 0.10984, 0.03768], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 98.039216, + "transparency" : 0.0 + }, + + { + "DbgColor" : 15597806, + "DbgIndex" : 6, + "DbgName" : "F50REJIL", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.15376, 0.10984, 0.03768], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 98.039216, + "transparency" : 0.0 + }, + + { + "DbgColor" : 13579988, + "DbgIndex" : 7, + "DbgName" : "F50RIGHT", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.5616, 0.04392, 0.06904], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 98.039216, + "transparency" : 0.0 + }, + + { + "DbgColor" : 5708456, + "DbgIndex" : 8, + "DbgName" : "F50CAPO1", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.5616, 0.04392, 0.06904], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 98.039216, + "transparency" : 0.0 + }, + + { + "DbgColor" : 16326172, + "DbgIndex" : 9, + "DbgName" : "F50CAPO", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.5616, 0.04392, 0.06904], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 98.039216, + "transparency" : 0.0 + }, + + { + "DbgColor" : 5647119, + "DbgIndex" : 10, + "DbgName" : "F50LEFT", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.5616, 0.04392, 0.06904], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 98.039216, + "transparency" : 0.0 + }, + + { + "DbgColor" : 1556016, + "DbgIndex" : 11, + "DbgName" : "F50MOTOR", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.1004, 0.10352, 0.06272], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 17.647059, + "transparency" : 0.0 + }, + + { + "DbgColor" : 2608512, + "DbgIndex" : 12, + "DbgName" : "F50GOOD", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.15376, 0.10984, 0.03768], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 17.647059, + "transparency" : 0.0 + }, + + { + "DbgColor" : 13541364, + "DbgIndex" : 13, + "DbgName" : "F50RUEDA", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.15376, 0.10984, 0.03768], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 17.647059, + "transparency" : 0.0 + }, + + { + "DbgColor" : 16059369, + "DbgIndex" : 14, + "DbgName" : "F50SUELO", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.15376, 0.10984, 0.03768], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 98.039216, + "transparency" : 0.0 + }, + + { + "DbgColor" : 109031, + "DbgIndex" : 15, + "DbgName" : "F50DISCO", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.41096, 0.3608, 0.25728], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 17.647059, + "transparency" : 0.0 + }, + + { + "DbgColor" : 10128841, + "DbgIndex" : 16, + "DbgName" : "F50FARYE", + "colorAmbient" : [0.0, 0.0, 0.0], + "colorDiffuse" : [0.79056, 0.41096, 0.00624], + "colorSpecular" : [0.025, 0.025, 0.025], + "illumination" : 2, + "opticalDensity" : 1.0, + "specularCoef" : 98.039216, + "transparency" : 0.4 + }, + { "DbgColor" : 6350752, "DbgIndex" : 17, "DbgName" : "F5OLOGO", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.41095999999999999, 0.36080000000000001, 0.25728000000000001], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], + "colorDiffuse" : [0.41096, 0.3608, 0.25728], + "colorSpecular" : [0.025, 0.025, 0.025], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 17.647059, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -250,12 +251,12 @@ var model = { "DbgIndex" : 18, "DbgName" : "F50FARED", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.63056000000000001, 0.07528, 0.050160000000000003], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], + "colorDiffuse" : [0.63056, 0.07528, 0.05016], + "colorSpecular" : [0.025, 0.025, 0.025], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 98.039216, - "transparency" : 0.7 + "transparency" : 0.3 }, { @@ -263,12 +264,12 @@ var model = { "DbgIndex" : 19, "DbgName" : "F50FARWD", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.40472000000000002, 0.40472000000000002, 0.40472000000000002], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], + "colorDiffuse" : [0.40472, 0.40472, 0.40472], + "colorSpecular" : [0.025, 0.025, 0.025], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 98.039216, - "transparency" : 0.7 + "transparency" : 0.3 }, { @@ -276,12 +277,12 @@ var model = { "DbgIndex" : 20, "DbgName" : "F50ASIEN", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.56159999999999999, 0.043920000000000001, 0.069040000000000004], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], + "colorDiffuse" : [0.5616, 0.04392, 0.06904], + "colorSpecular" : [0.025, 0.025, 0.025], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 98.039216, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -289,12 +290,12 @@ var model = { "DbgIndex" : 21, "DbgName" : "F50MATR", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.59919999999999995, 0.58984000000000003, 0.56472], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], + "colorDiffuse" : [0.5992, 0.58984, 0.56472], + "colorSpecular" : [0.025, 0.025, 0.025], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 98.039216, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -302,12 +303,12 @@ var model = { "DbgIndex" : 22, "DbgName" : "F50AIRE", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.15376000000000001, 0.10983999999999999, 0.037679999999999998], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], + "colorDiffuse" : [0.15376, 0.10984, 0.03768], + "colorSpecular" : [0.025, 0.025, 0.025], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 98.039216, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -315,12 +316,12 @@ var model = { "DbgIndex" : 23, "DbgName" : "F50TOPAL", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.56159999999999999, 0.043920000000000001, 0.069040000000000004], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], + "colorDiffuse" : [0.5616, 0.04392, 0.06904], + "colorSpecular" : [0.025, 0.025, 0.025], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 98.039216, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -328,17 +329,14 @@ var model = { "DbgIndex" : 24, "DbgName" : "F50TOPAL1", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.56159999999999999, 0.043920000000000001, 0.069040000000000004], - "colorSpecular" : [0.025000000000000001, 0.025000000000000001, 0.025000000000000001], + "colorDiffuse" : [0.5616, 0.04392, 0.06904], + "colorSpecular" : [0.025, 0.025, 0.025], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 98.039216, - "transparency" : 1.0 + "transparency" : 0.0 }], "buffers": "F50NoUv_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/female02/Female02_bin.bin b/examples/obj/female02/Female02_bin.bin index 50ea8fd0..03ceef6f 100644 Binary files a/examples/obj/female02/Female02_bin.bin and b/examples/obj/female02/Female02_bin.bin differ diff --git a/examples/obj/female02/Female02_bin.js b/examples/obj/female02/Female02_bin.js index 0488c0f6..2d29854c 100644 --- a/examples/obj/female02/Female02_bin.js +++ b/examples/obj/female02/Female02_bin.js @@ -1,23 +1,24 @@ -// Converted from: ../../examples/obj/female02/female02.obj -// vertices: 3274 -// faces: 6233 -// materials: 6 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "female02.obj", + "generatedBy" : "OBJConverter", + "vertices" : 3274, + "faces" : 6233, + "normals" : 3292, + "uvs" : 4935, + "materials" : 6 + }, "materials": [ { "DbgColor" : 15658734, "DbgIndex" : 0, "DbgName" : "_03_-_Default1noCulli__03_-_Default1noCulli", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.64000000000000001, 0.64000000000000001, 0.64000000000000001], - "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001], + "colorDiffuse" : [0.64, 0.64, 0.64], + "colorSpecular" : [0.165, 0.165, 0.165], "illumination" : 2, "mapDiffuse" : "03_-_Default1noCulling.JPG", "opticalDensity" : 1.0, @@ -30,8 +31,8 @@ var model = { "DbgIndex" : 1, "DbgName" : "_02_-_Default1noCulli__02_-_Default1noCulli", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.64000000000000001, 0.64000000000000001, 0.64000000000000001], - "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001], + "colorDiffuse" : [0.64, 0.64, 0.64], + "colorSpecular" : [0.165, 0.165, 0.165], "illumination" : 2, "mapDiffuse" : "02_-_Default1noCulling.JPG", "opticalDensity" : 1.0, @@ -44,8 +45,8 @@ var model = { "DbgIndex" : 2, "DbgName" : "FrontColorNoCullingID__02_-_Default1noCulli", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.80000000000000004, 0.80000000000000004, 0.80000000000000004], - "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001], + "colorDiffuse" : [0.8, 0.8, 0.8], + "colorSpecular" : [0.165, 0.165, 0.165], "illumination" : 2, "mapDiffuse" : "02_-_Default1noCulling.JPG", "opticalDensity" : 1.0, @@ -58,8 +59,8 @@ var model = { "DbgIndex" : 3, "DbgName" : "FrontColorNoCullingID__03_-_Default1noCulli", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.80000000000000004, 0.80000000000000004, 0.80000000000000004], - "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001], + "colorDiffuse" : [0.8, 0.8, 0.8], + "colorSpecular" : [0.165, 0.165, 0.165], "illumination" : 2, "mapDiffuse" : "03_-_Default1noCulling.JPG", "opticalDensity" : 1.0, @@ -72,8 +73,8 @@ var model = { "DbgIndex" : 4, "DbgName" : "_01_-_Default1noCulli__01_-_Default1noCulli", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.64000000000000001, 0.64000000000000001, 0.64000000000000001], - "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001], + "colorDiffuse" : [0.64, 0.64, 0.64], + "colorSpecular" : [0.165, 0.165, 0.165], "illumination" : 2, "mapDiffuse" : "01_-_Default1noCulling.JPG", "opticalDensity" : 1.0, @@ -86,8 +87,8 @@ var model = { "DbgIndex" : 5, "DbgName" : "FrontColorNoCullingID__01_-_Default1noCulli", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.80000000000000004, 0.80000000000000004, 0.80000000000000004], - "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001], + "colorDiffuse" : [0.8, 0.8, 0.8], + "colorSpecular" : [0.165, 0.165, 0.165], "illumination" : 2, "mapDiffuse" : "01_-_Default1noCulling.JPG", "opticalDensity" : 1.0, @@ -97,7 +98,4 @@ var model = { "buffers": "Female02_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/female02/Female02_slim.js b/examples/obj/female02/Female02_slim.js index 5bd9c900..76cb5ed1 100644 --- a/examples/obj/female02/Female02_slim.js +++ b/examples/obj/female02/Female02_slim.js @@ -1,18 +1,17 @@ -// Converted from: ../../examples/obj/female02/female02.obj -// vertices: 3274 -// faces: 6233 -// normals: 3292 -// colors: 0 -// uvs: 4935 -// materials: 6 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 2, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "female02.obj", + "generatedBy" : "OBJConverter", + "vertices" : 3274, + "faces" : 6233, + "normals" : 3292, + "colors" : 0, + "uvs" : 4935, + "materials" : 6 + }, "scale" : 100.000000, @@ -114,7 +113,4 @@ var model = { "faces": [42,0,1,2,0,0,1,2,0,1,2,42,0,3,1,0,0,3,1,0,3,1,42,3,0,4,0,3,0,4,3,0,4,42,4,5,3,0,4,5,3,4,5,3,42,6,5,4,0,6,5,4,6,5,4,42,6,7,5,0,6,7,5,6,7,5,42,7,6,8,0,7,6,8,7,6,8,42,6,9,8,0,6,9,8,6,9,8,42,9,6,4,0,9,6,4,9,6,4,42,9,4,10,0,9,4,10,9,4,10,42,4,0,10,0,4,0,10,4,0,10,42,10,0,11,0,10,0,11,10,0,11,42,11,0,2,0,11,0,2,11,0,2,42,11,2,12,0,11,2,12,11,2,12,42,2,13,12,0,2,13,12,2,13,12,42,2,14,13,0,2,14,13,2,14,13,42,15,14,2,0,15,14,2,15,14,2,42,15,16,14,0,15,16,14,15,16,14,42,17,16,15,0,17,16,15,17,16,15,42,17,18,16,0,17,18,16,17,18,16,42,19,18,17,0,19,18,17,19,18,17,42,20,18,19,0,20,18,19,20,18,19,42,20,21,18,0,20,21,18,20,21,18,42,22,21,20,0,22,21,20,22,21,20,42,22,23,21,0,22,23,21,22,23,21,42,22,24,23,0,22,24,23,22,24,23,42,25,24,22,0,25,24,22,25,24,22,42,26,24,25,0,26,24,25,26,24,25,42,26,27,24,0,26,27,24,26,27,24,42,28,27,26,0,28,27,26,28,27,26,42,28,29,27,0,28,29,27,28,29,27,42,28,30,29,0,28,30,29,28,30,29,42,31,30,28,0,31,30,28,31,30,28,42,31,32,30,0,31,32,30,31,32,30,42,33,32,31,0,33,32,31,33,32,31,42,33,34,32,0,33,34,32,33,34,32,42,33,35,34,0,33,35,34,33,35,34,42,36,35,33,0,36,35,33,36,35,33,42,36,37,35,0,36,37,35,36,37,35,42,38,37,36,0,38,37,36,38,37,36,42,38,39,37,0,38,39,37,38,39,37,42,40,39,38,0,40,39,38,40,39,38,42,40,41,39,0,40,41,39,40,41,39,42,42,41,40,0,42,41,40,42,41,40,42,42,43,41,0,42,43,41,42,43,41,42,44,43,42,0,44,43,42,44,43,42,42,44,45,43,0,44,45,43,44,45,43,42,46,45,44,0,46,45,44,46,45,44,42,47,45,46,0,47,45,46,47,45,46,42,48,45,47,0,48,45,47,48,45,47,42,48,49,45,0,48,49,45,48,49,45,42,48,50,49,0,48,50,49,48,50,49,42,51,50,48,0,51,50,48,51,50,48,42,51,52,50,0,52,53,54,51,52,50,42,51,53,52,0,52,55,53,51,53,52,42,54,53,51,0,56,55,52,54,53,51,42,54,55,53,0,56,57,55,54,55,53,42,56,55,54,0,58,57,56,56,55,54,42,55,56,57,0,57,58,59,55,56,57,42,56,54,60,0,58,56,60,56,54,58,42,60,54,61,0,61,62,63,58,54,59,42,61,54,62,0,63,62,64,59,54,60,42,62,54,63,0,64,62,65,60,54,61,42,54,51,63,0,62,51,65,54,51,61,42,63,51,48,0,65,51,48,61,51,48,42,63,48,47,0,65,48,47,61,48,47,42,63,47,64,0,65,47,66,61,47,62,42,64,47,65,0,66,47,67,62,47,63,42,47,66,65,0,47,68,67,47,64,63,42,47,46,66,0,47,46,68,47,46,64,42,46,67,66,0,46,69,68,46,65,64,42,46,44,67,0,46,44,69,46,44,65,42,67,44,68,0,69,44,70,65,44,66,42,44,69,68,0,44,71,70,44,67,66,42,44,42,69,0,44,42,71,44,42,67,42,69,42,70,0,71,42,72,67,42,68,42,42,40,70,0,42,40,72,42,40,68,42,70,40,71,0,72,40,73,68,40,69,42,40,38,71,0,40,38,73,40,38,69,42,38,72,71,0,38,74,73,38,70,69,42,38,36,72,0,38,36,74,38,36,70,42,36,73,72,0,36,75,74,36,71,70,42,36,33,73,0,36,33,75,36,33,71,42,33,31,73,0,33,31,75,33,31,71,42,73,31,28,0,75,31,28,71,31,28,42,73,28,74,0,75,28,76,71,28,72,42,74,28,26,0,76,28,26,72,28,26,42,74,26,75,0,76,26,77,72,26,73,42,75,26,76,0,77,26,78,73,26,74,42,26,25,76,0,26,25,78,26,25,74,42,76,25,77,0,78,25,79,74,25,75,42,77,25,78,0,79,25,80,75,25,76,42,25,22,78,0,25,22,80,25,22,76,42,78,22,79,0,80,22,81,76,22,77,42,22,20,79,0,22,20,81,22,20,77,42,79,20,80,0,81,20,82,77,20,78,42,80,20,19,0,82,20,19,78,20,19,42,80,19,81,0,82,19,83,78,19,79,42,81,19,82,0,83,19,84,79,19,80,42,19,17,82,0,19,17,84,19,17,80,42,82,17,15,0,84,17,15,80,17,15,42,82,15,1,0,84,15,1,80,15,1,42,1,15,2,0,1,15,2,1,15,2,42,83,82,1,0,85,84,1,81,80,1,42,84,82,83,0,86,84,85,82,80,81,42,84,81,82,0,86,83,84,82,79,80,42,85,81,84,0,87,83,86,83,79,82,42,86,81,85,0,88,83,87,84,79,83,42,80,81,86,0,82,83,88,78,79,84,42,87,80,86,0,89,82,88,85,78,84,42,88,80,87,0,90,82,89,86,78,85,42,88,79,80,0,90,81,82,86,77,78,42,89,79,88,0,91,81,90,87,77,86,42,78,79,89,0,80,81,91,76,77,87,42,90,78,89,0,92,80,91,88,76,87,42,77,78,90,0,79,80,92,75,76,88,42,90,91,77,0,92,93,79,88,89,75,42,92,91,90,0,94,93,92,90,89,88,42,93,91,92,0,95,93,94,91,89,90,42,94,91,93,0,96,93,95,92,89,91,42,95,91,94,0,97,93,96,93,89,92,42,95,96,91,0,97,98,93,93,94,89,42,97,96,95,0,99,98,97,95,94,93,42,98,96,97,0,100,98,99,96,94,95,42,77,96,98,0,79,98,100,75,94,96,42,91,96,77,0,93,98,79,89,94,75,42,77,98,76,0,79,100,78,75,96,74,42,75,76,98,0,77,78,100,73,74,96,42,99,75,98,0,101,77,100,97,73,96,42,100,75,99,0,102,77,101,98,73,97,42,101,75,100,0,103,77,102,99,73,98,42,101,74,75,0,103,76,77,99,72,73,42,72,74,101,0,74,76,103,70,72,99,42,72,73,74,0,74,75,76,70,71,72,42,71,72,101,0,73,74,103,69,70,99,42,71,101,100,0,73,103,102,69,99,98,42,71,100,102,0,73,102,104,69,98,100,42,102,100,103,0,104,102,105,100,98,101,42,103,100,104,0,105,102,106,101,98,102,42,100,99,104,0,102,101,106,98,97,102,42,104,99,105,0,106,101,107,102,97,103,42,99,106,105,0,101,108,107,97,104,103,42,99,98,106,0,101,100,108,97,96,104,42,106,98,97,0,108,100,99,104,96,95,42,106,97,105,0,108,99,107,104,95,103,42,105,97,107,0,107,99,109,103,95,105,42,107,97,95,0,109,99,97,105,95,93,42,107,95,108,0,109,97,110,105,93,106,42,108,95,109,0,110,97,111,106,93,107,42,109,95,94,0,111,97,96,107,93,92,42,109,94,93,0,111,96,95,107,92,91,42,109,93,110,0,111,95,112,107,91,108,42,110,93,111,0,112,95,113,108,91,109,42,111,93,112,0,113,95,114,109,91,110,42,112,93,113,0,114,95,115,110,91,111,42,113,93,114,0,115,95,116,111,91,112,42,93,115,114,0,95,117,116,91,113,112,42,93,92,115,0,95,94,117,91,90,113,42,116,115,92,0,118,117,94,114,113,90,42,117,115,116,0,119,117,118,115,113,114,42,117,118,115,0,119,120,117,115,116,113,42,119,118,117,0,121,120,119,117,116,115,42,120,118,119,0,122,120,121,118,116,117,42,121,118,120,0,123,120,122,119,116,118,42,121,115,118,0,123,117,120,119,113,116,42,114,115,121,0,116,117,123,112,113,119,42,113,114,121,0,115,116,123,111,112,119,42,113,121,122,0,115,123,124,111,119,120,42,122,121,123,0,124,123,125,120,119,121,42,123,121,120,0,125,123,122,121,119,118,42,123,120,124,0,125,122,126,121,118,122,42,125,124,120,0,127,126,122,123,122,118,42,126,124,125,0,128,126,127,124,122,123,42,127,124,126,0,129,126,128,125,122,124,42,127,128,124,0,129,130,126,125,126,122,42,127,129,128,0,129,131,130,125,127,126,42,130,129,127,0,132,131,129,128,127,125,42,130,131,129,0,132,133,131,128,129,127,42,132,131,130,0,134,135,136,130,129,128,42,132,133,131,0,134,137,135,130,131,129,42,132,134,133,0,134,138,137,130,132,131,42,134,132,135,0,138,134,139,132,130,133,42,135,132,136,0,139,134,140,133,130,134,42,136,132,137,0,140,134,141,134,130,135,42,132,130,137,0,134,136,141,130,128,135,42,137,130,138,0,141,136,142,135,128,136,42,138,130,127,0,143,132,129,136,128,125,42,138,127,139,0,143,129,144,136,125,137,42,139,127,126,0,144,129,128,137,125,124,42,139,126,140,0,144,128,145,137,124,138,42,126,119,140,0,128,121,145,124,117,138,42,126,125,119,0,128,127,121,124,123,117,42,125,120,119,0,127,122,121,123,118,117,42,140,119,141,0,145,121,146,138,117,139,42,141,119,117,0,146,121,119,139,117,115,42,117,87,141,0,119,89,146,115,85,139,42,117,88,87,0,119,90,89,115,86,85,42,116,88,117,0,118,90,119,114,86,115,42,116,89,88,0,118,91,90,114,87,86,42,142,89,116,0,147,91,118,140,87,114,42,90,89,142,0,92,91,147,88,87,140,42,92,90,142,0,94,92,147,90,88,140,42,92,142,116,0,94,147,118,90,140,114,42,141,87,143,0,146,89,148,139,85,141,42,87,86,143,0,89,88,148,85,84,141,42,143,86,85,0,148,88,87,141,84,83,42,144,143,85,0,149,148,87,142,141,83,42,145,143,144,0,150,148,149,143,141,142,42,145,140,143,0,150,145,148,143,138,141,42,146,140,145,0,151,145,150,144,138,143,42,139,140,146,0,144,145,151,137,138,144,42,147,139,146,0,152,144,151,145,137,144,42,147,148,139,0,152,153,144,145,146,137,42,149,148,147,0,154,153,152,147,146,145,42,150,148,149,0,155,153,154,148,146,147,42,150,151,148,0,156,157,158,148,149,146,42,152,151,150,0,159,157,156,150,149,148,42,153,151,152,0,160,157,159,151,149,150,42,153,154,151,0,160,161,157,151,152,149,42,155,154,153,0,162,161,160,153,152,151,42,155,156,154,0,163,164,165,153,154,152,42,157,156,155,0,166,167,168,155,154,153,42,157,158,156,0,166,169,167,155,156,154,42,159,158,157,0,170,169,166,157,156,155,42,160,158,159,0,171,172,173,158,156,157,42,160,136,158,0,171,140,172,158,134,156,42,135,136,160,0,139,140,171,133,134,158,42,161,135,160,0,174,139,171,159,133,158,42,161,162,135,0,174,175,139,159,160,133,42,163,162,161,0,176,175,174,161,160,159,42,163,164,162,0,176,177,175,161,162,160,42,164,163,165,0,177,176,178,162,161,163,42,163,166,165,0,176,179,178,161,164,163,42,166,163,167,0,179,176,180,164,161,165,42,167,163,161,0,180,176,174,165,161,159,42,167,161,168,0,180,174,181,165,159,166,42,161,159,168,0,174,173,181,159,157,166,42,159,161,160,0,173,174,171,157,159,158,42,168,159,157,0,182,170,166,166,157,155,42,168,157,169,0,182,166,183,166,155,167,42,169,157,170,0,183,166,184,167,155,168,42,170,157,171,0,184,166,185,168,155,169,42,157,172,171,0,166,186,185,155,170,169,42,157,155,172,0,166,168,186,155,153,170,42,172,155,153,0,187,162,160,170,153,151,42,173,172,153,0,188,187,160,171,170,151,42,173,171,172,0,188,189,187,171,169,170,42,174,171,173,0,190,189,188,172,169,171,42,174,170,171,0,190,191,189,172,168,169,42,170,174,167,0,191,190,180,168,172,165,42,174,166,167,0,190,179,180,172,164,165,42,166,174,173,0,179,190,188,164,172,171,42,166,173,175,0,179,188,192,164,171,173,42,175,173,153,0,192,188,160,173,171,151,42,175,153,152,0,192,160,159,173,151,150,42,150,175,152,0,156,192,159,148,173,150,42,176,175,150,0,193,192,156,174,173,148,42,165,175,176,0,178,192,193,163,173,174,42,165,166,175,0,178,179,192,163,164,173,42,177,165,176,0,194,195,196,175,163,174,42,164,165,177,0,197,195,194,162,163,175,42,164,177,178,0,197,194,198,162,175,176,42,178,177,179,0,198,194,199,176,175,177,42,179,177,180,0,199,194,200,177,175,178,42,177,176,180,0,194,196,200,175,174,178,42,180,176,150,0,200,196,155,178,174,148,42,179,180,150,0,199,200,201,177,178,148,42,179,150,181,0,199,201,202,177,148,179,42,150,182,181,0,201,203,202,148,180,179,42,150,183,182,0,201,204,203,148,181,180,42,150,149,183,0,201,154,204,148,147,181,42,183,149,147,0,204,154,152,181,147,145,42,183,147,184,0,204,152,205,181,145,182,42,184,147,185,0,205,152,206,182,145,183,42,147,146,185,0,152,151,206,145,144,183,42,185,146,145,0,206,151,150,183,144,143,42,185,145,186,0,206,150,207,183,143,184,42,186,145,144,0,207,150,149,184,143,142,42,186,144,187,0,207,149,208,184,142,185,42,187,144,188,0,208,149,209,185,142,186,42,144,84,188,0,149,86,209,142,82,186,42,144,85,84,0,149,87,86,142,83,82,42,188,84,83,0,209,86,85,186,82,81,42,3,188,83,0,3,209,85,3,186,81,42,189,188,3,0,210,209,3,187,186,3,42,187,188,189,0,208,209,210,185,186,187,42,190,187,189,0,211,208,210,188,185,187,42,190,186,187,0,211,207,208,188,184,185,42,191,186,190,0,212,207,211,189,184,188,42,191,185,186,0,212,206,207,189,183,184,42,184,185,191,0,205,206,212,182,183,189,42,184,191,192,0,205,212,213,182,189,190,42,192,191,193,0,213,212,214,190,189,191,42,191,190,193,0,212,211,214,189,188,191,42,190,194,193,0,211,215,214,188,192,191,42,190,189,194,0,211,210,215,188,187,192,42,194,189,5,0,215,210,5,192,187,5,42,5,189,3,0,5,210,3,5,187,3,42,7,194,5,0,7,215,5,7,192,5,42,194,7,195,0,215,7,216,192,7,193,42,195,7,196,0,216,7,217,193,7,194,42,7,8,196,0,7,8,217,7,8,194,42,196,8,197,0,217,8,218,194,8,195,42,8,198,197,0,8,219,218,8,196,195,42,8,9,198,0,8,9,219,8,9,196,42,9,199,198,0,9,220,219,9,197,196,42,199,9,200,0,220,9,221,197,9,198,42,9,10,200,0,9,10,221,9,10,198,42,200,10,201,0,221,10,222,198,10,199,42,10,11,201,0,10,11,222,10,11,199,42,201,11,12,0,222,11,12,199,11,12,42,201,12,202,0,222,12,223,199,12,200,42,12,203,202,0,12,224,223,12,201,200,42,12,13,203,0,12,13,224,12,13,201,42,13,204,203,0,13,225,224,13,202,201,42,13,205,204,0,13,226,225,13,203,202,42,14,205,13,0,14,226,13,14,203,13,42,14,206,205,0,14,227,226,14,204,203,42,16,206,14,0,16,227,14,16,204,14,42,16,207,206,0,16,228,227,16,205,204,42,16,208,207,0,16,229,228,16,206,205,42,18,208,16,0,18,229,16,18,206,16,42,18,209,208,0,18,230,229,18,207,206,42,18,210,209,0,18,231,230,18,208,207,42,21,210,18,0,21,231,18,21,208,18,42,21,211,210,0,21,232,231,21,209,208,42,21,23,211,0,21,23,232,21,23,209,42,29,211,23,0,29,232,23,29,209,23,42,212,211,29,0,233,232,29,210,209,29,42,213,211,212,0,234,232,233,211,209,210,42,213,214,211,0,234,235,232,211,212,209,42,215,214,213,0,236,235,234,213,212,211,42,215,216,214,0,236,237,235,213,214,212,42,215,217,216,0,236,238,237,213,215,214,42,218,217,215,0,239,238,236,216,215,213,42,218,219,217,0,239,240,238,216,217,215,42,220,219,218,0,241,240,239,218,217,216,42,220,221,219,0,241,242,240,218,219,217,42,222,221,220,0,243,242,241,220,219,218,42,223,221,222,0,244,242,243,221,219,220,42,223,224,221,0,244,245,242,221,222,219,42,223,225,224,0,244,246,245,221,223,222,42,226,225,223,0,247,246,244,224,223,221,42,227,226,223,0,248,247,244,225,224,221,42,227,223,228,0,248,244,249,225,221,226,42,228,223,229,0,249,244,250,226,221,227,42,229,223,222,0,250,244,243,227,221,220,42,229,222,230,0,250,243,251,227,220,228,42,230,222,220,0,251,243,241,228,220,218,42,230,220,231,0,251,241,252,228,218,229,42,231,220,218,0,252,241,239,229,218,216,42,231,218,232,0,252,239,253,229,216,230,42,232,218,215,0,253,239,236,230,216,213,42,232,215,233,0,253,236,254,230,213,231,42,233,215,213,0,254,236,234,231,213,211,42,233,213,234,0,254,234,255,231,211,232,42,234,213,212,0,255,234,233,232,211,210,42,234,212,30,0,255,233,30,232,210,30,42,30,212,29,0,30,233,29,30,210,29,42,32,234,30,0,32,255,30,32,232,30,42,235,234,32,0,256,255,32,233,232,32,42,236,234,235,0,257,255,256,234,232,233,42,236,233,234,0,257,254,255,234,231,232,42,237,233,236,0,258,254,257,235,231,234,42,237,232,233,0,258,253,254,235,230,231,42,237,231,232,0,258,252,253,235,229,230,42,238,231,237,0,259,252,258,236,229,235,42,238,230,231,0,259,251,252,236,228,229,42,239,230,238,0,260,251,259,237,228,236,42,239,229,230,0,260,250,251,237,227,228,42,240,229,239,0,261,250,260,238,227,237,42,240,228,229,0,261,249,250,238,226,227,42,241,228,240,0,262,249,261,239,226,238,42,241,227,228,0,262,248,249,239,225,226,42,242,227,241,0,263,248,262,240,225,239,42,243,242,241,0,264,263,262,241,240,239,42,243,244,242,0,264,265,263,241,242,240,42,243,245,244,0,264,266,265,241,243,242,42,246,245,243,0,267,266,264,244,243,241,42,246,247,245,0,267,268,266,244,245,243,42,248,247,246,0,269,268,267,246,245,244,42,248,249,247,0,269,270,268,246,247,245,42,250,249,248,0,271,270,269,248,247,246,42,250,251,249,0,271,272,270,248,249,247,42,252,251,250,0,273,272,271,250,249,248,42,252,253,251,0,274,275,276,250,251,249,42,254,253,252,0,277,275,274,252,251,250,42,254,255,253,0,277,278,275,252,253,251,42,254,256,255,0,277,279,278,252,254,253,42,257,256,254,0,280,279,277,255,254,252,42,198,256,257,0,219,279,280,196,254,255,42,198,199,256,0,219,220,279,196,197,254,42,256,199,258,0,279,220,281,254,197,256,42,258,199,259,0,281,220,282,256,197,257,42,199,200,259,0,220,221,282,197,198,257,42,200,260,259,0,221,283,282,198,258,257,42,200,201,260,0,221,222,283,198,199,258,42,201,202,260,0,222,223,283,199,200,258,42,260,202,261,0,283,223,284,258,200,259,42,202,262,261,0,223,285,284,200,260,259,42,202,203,262,0,223,224,285,200,201,260,42,203,263,262,0,224,286,285,201,261,260,42,204,263,203,0,225,286,224,202,261,201,42,204,264,263,0,225,287,286,202,262,261,42,204,265,264,0,225,288,287,202,263,262,42,205,265,204,0,226,288,225,203,263,202,42,205,266,265,0,226,289,288,203,264,263,42,206,266,205,0,227,289,226,204,264,203,42,206,207,266,0,227,228,289,204,205,264,42,207,267,266,0,228,290,289,205,265,264,42,209,267,207,0,230,290,228,207,265,205,42,209,216,267,0,230,237,290,207,214,265,42,209,214,216,0,230,235,237,207,212,214,42,210,214,209,0,231,235,230,208,212,207,42,210,211,214,0,231,232,235,208,209,212,42,267,216,268,0,290,237,291,265,214,266,42,216,217,268,0,237,238,291,214,215,266,42,268,217,269,0,291,238,292,266,215,267,42,217,219,269,0,238,240,292,215,217,267,42,269,219,270,0,292,240,293,267,217,268,42,219,221,270,0,240,242,293,217,219,268,42,270,221,224,0,293,242,245,268,219,222,42,270,224,271,0,293,245,294,268,222,269,42,271,224,272,0,294,245,295,269,222,270,42,224,225,272,0,245,246,295,222,223,270,42,271,272,273,0,294,295,296,269,270,271,42,274,271,273,0,297,294,296,272,269,271,42,270,271,274,0,293,294,297,268,269,272,42,275,270,274,0,298,293,297,273,268,272,42,269,270,275,0,292,293,298,267,268,273,42,276,269,275,0,299,292,298,274,267,273,42,268,269,276,0,291,292,299,266,267,274,42,266,268,276,0,289,291,299,264,266,274,42,267,268,266,0,290,291,289,265,266,264,42,266,276,277,0,289,299,300,264,274,275,42,277,276,278,0,300,299,301,275,274,276,42,276,275,278,0,299,298,301,274,273,276,42,278,275,279,0,301,298,302,276,273,277,42,275,274,279,0,298,297,302,273,272,277,42,279,274,273,0,302,297,296,277,272,271,42,279,273,280,0,302,296,303,277,271,278,42,279,280,281,0,302,303,304,277,278,279,42,282,279,281,0,305,302,304,280,277,279,42,278,279,282,0,301,302,305,276,277,280,42,264,278,282,0,287,301,305,262,276,280,42,277,278,264,0,300,301,287,275,276,262,42,265,277,264,0,288,300,287,263,275,262,42,266,277,265,0,289,300,288,264,275,263,42,263,264,282,0,286,287,305,261,262,280,42,263,282,283,0,286,305,306,261,280,281,42,283,282,284,0,306,305,307,281,280,282,42,282,281,284,0,305,304,307,280,279,282,42,283,284,285,0,306,307,308,281,282,283,42,285,284,286,0,308,307,309,283,282,284,42,287,285,286,0,310,308,309,285,283,284,42,262,285,287,0,285,308,310,260,283,285,42,263,285,262,0,286,308,285,261,283,260,42,263,283,285,0,286,306,308,261,281,283,42,261,262,287,0,284,285,310,259,260,285,42,288,261,287,0,311,284,310,286,259,285,42,260,261,288,0,283,284,311,258,259,286,42,259,260,288,0,282,283,311,257,258,286,42,259,288,289,0,282,311,312,257,286,287,42,289,288,290,0,312,311,313,287,286,288,42,288,287,290,0,311,310,313,286,285,288,42,290,287,291,0,313,310,314,288,285,289,42,291,287,292,0,314,310,315,289,285,290,42,287,286,292,0,310,309,315,285,284,290,42,293,290,291,0,316,313,314,291,288,289,42,289,290,293,0,312,313,316,287,288,291,42,294,289,293,0,317,312,316,292,287,291,42,295,289,294,0,318,312,317,293,287,292,42,258,289,295,0,281,312,318,256,287,293,42,258,259,289,0,281,282,312,256,257,287,42,258,295,296,0,281,318,319,256,293,294,42,296,295,294,0,319,318,317,294,293,292,42,296,294,297,0,319,317,320,294,292,295,42,297,294,298,0,320,317,321,295,292,296,42,294,299,298,0,317,322,321,292,297,296,42,299,294,300,0,322,317,323,297,292,298,42,294,293,300,0,317,316,323,292,291,298,42,300,293,291,0,323,316,314,298,291,289,42,297,298,301,0,320,321,324,295,296,299,42,302,297,301,0,325,320,324,300,295,299,42,296,297,302,0,319,320,325,294,295,300,42,296,302,303,0,319,325,326,294,300,301,42,303,302,249,0,326,325,327,301,300,247,42,249,302,304,0,327,325,328,247,300,302,42,302,301,304,0,325,324,328,300,299,302,42,249,304,247,0,270,329,268,247,302,245,42,251,303,249,0,276,326,327,249,301,247,42,253,303,251,0,275,326,276,251,301,249,42,253,255,303,0,275,278,326,251,253,301,42,255,296,303,0,278,319,326,253,294,301,42,255,258,296,0,278,281,319,253,256,294,42,256,258,255,0,279,281,278,254,256,253,42,208,209,207,0,229,230,228,206,207,205,42,197,198,257,0,218,219,280,195,196,255,42,197,257,305,0,330,331,332,195,255,303,42,257,306,305,0,331,333,332,255,304,303,42,257,254,306,0,331,334,333,255,252,304,42,254,307,306,0,334,335,333,252,305,304,42,254,308,307,0,334,336,335,252,306,305,42,254,252,308,0,334,273,336,252,250,306,42,252,250,308,0,273,271,336,250,248,306,42,308,250,307,0,336,271,335,306,248,305,42,307,250,309,0,335,271,337,305,248,307,42,250,248,309,0,271,269,337,248,246,307,42,309,248,246,0,337,269,267,307,246,244,42,309,246,243,0,337,267,264,307,244,241,42,309,243,310,0,337,264,338,307,241,308,42,243,240,310,0,264,261,338,241,238,308,42,240,243,241,0,261,264,262,238,241,239,42,310,240,311,0,338,261,339,308,238,309,42,311,240,239,0,339,261,260,309,238,237,42,311,239,312,0,339,260,340,309,237,310,42,312,239,238,0,340,260,259,310,237,236,42,312,238,313,0,340,259,341,310,236,311,42,313,238,237,0,341,259,258,311,236,235,42,313,237,236,0,341,258,257,311,235,234,42,313,236,314,0,341,257,342,311,234,312,42,314,236,235,0,342,257,256,312,234,233,42,314,235,315,0,342,256,343,312,233,313,42,315,235,34,0,343,256,34,313,233,34,42,34,235,32,0,34,256,32,34,233,32,42,316,315,34,0,344,343,34,314,313,34,42,316,317,315,0,344,345,343,314,315,313,42,318,317,316,0,346,345,344,316,315,314,42,318,319,317,0,346,347,345,316,317,315,42,318,196,319,0,348,217,349,316,194,317,42,195,196,318,0,216,217,348,193,194,316,42,193,195,318,0,214,216,348,191,193,316,42,193,194,195,0,214,215,216,191,192,193,42,320,193,318,0,350,214,348,318,191,316,42,321,193,320,0,351,214,350,319,191,318,42,321,192,193,0,351,213,214,319,190,191,42,322,192,321,0,352,213,351,320,190,319,42,322,323,192,0,352,353,213,320,321,190,42,324,323,322,0,354,353,352,322,321,320,42,324,182,323,0,354,203,353,322,180,321,42,181,182,324,0,202,203,354,179,180,322,42,181,324,325,0,202,354,355,179,322,323,42,43,325,324,0,43,356,357,43,323,322,42,45,325,43,0,45,356,43,45,323,43,42,45,49,325,0,45,49,356,45,49,323,42,326,325,49,0,358,355,359,324,323,49,42,326,181,325,0,358,202,355,324,179,323,42,179,181,326,0,199,202,358,177,179,324,42,327,179,326,0,360,199,358,325,177,324,42,178,179,327,0,198,199,360,176,177,325,42,178,327,328,0,198,360,361,176,325,326,42,327,329,328,0,360,362,361,325,327,326,42,329,327,326,0,362,360,358,327,325,324,42,52,329,326,0,53,362,358,52,327,324,42,53,329,52,0,55,362,53,53,327,52,42,329,53,330,0,362,55,363,327,53,328,42,53,55,330,0,55,57,363,53,55,328,42,55,331,330,0,57,364,363,55,329,328,42,55,57,331,0,57,59,364,55,57,329,42,331,57,332,0,364,59,365,329,57,330,42,61,62,347,0,63,64,366,59,60,331,42,347,62,348,0,366,64,367,331,60,332,42,62,64,348,0,64,66,367,60,62,332,42,62,63,64,0,64,65,66,60,61,62,42,64,349,348,0,66,368,367,62,333,332,42,64,65,349,0,66,67,368,62,63,333,42,349,65,350,0,369,370,371,333,63,334,42,65,66,350,0,370,372,371,63,64,334,42,350,66,351,0,371,372,373,334,64,335,42,351,66,352,0,373,372,374,335,64,336,42,66,67,352,0,68,69,375,64,65,336,42,67,353,352,0,69,376,375,65,337,336,42,67,68,353,0,69,70,376,65,66,337,42,353,68,354,0,376,70,377,337,66,338,42,68,355,354,0,70,378,377,66,339,338,42,68,69,355,0,70,71,378,66,67,339,42,356,355,69,0,379,378,71,340,339,67,42,355,356,357,0,380,381,382,339,340,341,42,357,356,358,0,382,381,383,341,340,342,42,356,359,358,0,381,384,383,340,343,342,42,356,102,359,0,381,385,384,340,100,343,42,70,102,356,0,72,104,379,68,100,340,42,70,71,102,0,72,73,104,68,69,100,42,69,70,356,0,71,72,379,67,68,340,42,359,102,360,0,386,387,388,343,100,344,42,102,103,360,0,387,389,388,100,101,344,42,361,360,103,0,390,388,389,345,344,101,42,361,362,360,0,390,391,388,345,346,344,42,361,363,362,0,390,392,391,345,347,346,42,364,363,361,0,393,392,390,348,347,345,42,365,363,364,0,394,392,393,349,347,348,42,366,363,365,0,395,392,394,350,347,349,42,366,367,363,0,395,396,392,350,351,347,42,368,367,366,0,397,396,395,352,351,350,42,369,367,368,0,166,169,170,353,351,352,42,370,367,369,0,167,169,166,354,351,353,42,362,367,370,0,391,396,398,346,351,354,42,362,363,367,0,391,392,396,346,347,351,42,371,362,370,0,399,391,398,355,346,354,42,359,362,371,0,386,391,399,343,346,355,42,359,360,362,0,386,388,391,343,344,346,42,372,359,371,0,400,384,401,356,343,355,42,372,358,359,0,400,383,384,356,342,343,42,357,358,372,0,382,383,400,341,342,356,42,357,372,373,0,382,400,402,341,356,357,42,373,372,374,0,402,400,403,357,356,358,42,374,372,375,0,403,400,404,358,356,359,42,372,371,375,0,400,401,404,356,355,359,42,375,371,370,0,405,399,398,359,355,354,42,375,370,369,0,168,167,166,359,354,353,42,374,375,369,0,186,168,166,358,359,353,42,374,369,376,0,186,166,185,358,353,360,42,376,369,377,0,185,166,184,360,353,361,42,377,369,378,0,184,166,183,361,353,362,42,369,379,378,0,166,182,183,353,363,362,42,369,368,379,0,166,170,182,353,352,363,42,379,368,380,0,406,397,407,363,352,364,42,380,368,366,0,407,397,395,364,352,350,42,380,366,365,0,407,395,394,364,350,349,42,380,365,381,0,407,394,408,364,349,365,42,381,365,382,0,408,394,409,365,349,366,42,365,364,382,0,394,393,409,349,348,366,42,382,364,383,0,409,393,410,366,348,367,42,364,384,383,0,393,411,410,348,368,367,42,384,364,385,0,411,393,412,368,348,369,42,361,385,364,0,390,412,393,345,369,348,42,103,385,361,0,389,412,390,101,369,345,42,103,104,385,0,105,106,413,101,102,369,42,385,104,386,0,413,106,414,369,102,370,42,104,387,386,0,106,415,414,102,371,370,42,104,105,387,0,106,107,415,102,103,371,42,105,107,387,0,107,109,415,103,105,371,42,388,387,107,0,416,415,109,372,371,105,42,388,386,387,0,416,414,415,372,370,371,42,386,388,389,0,414,416,417,370,372,373,42,389,388,390,0,417,416,418,373,372,374,42,388,107,390,0,416,109,418,372,105,374,42,390,107,108,0,418,109,110,374,105,106,42,390,108,109,0,418,110,111,374,106,107,42,390,109,391,0,418,111,419,374,107,375,42,391,109,392,0,419,111,420,375,107,376,42,392,109,110,0,420,111,112,376,107,108,42,392,110,111,0,420,112,113,376,108,109,42,392,111,393,0,420,113,421,376,109,377,42,393,111,394,0,421,113,422,377,109,378,42,394,111,112,0,422,113,114,378,109,110,42,394,112,113,0,422,114,115,378,110,111,42,394,113,395,0,422,115,423,378,111,379,42,395,113,396,0,423,115,424,379,111,380,42,396,113,122,0,424,115,124,380,111,120,42,396,122,123,0,424,124,125,380,120,121,42,396,123,397,0,424,125,425,380,121,381,42,397,123,128,0,425,125,130,381,121,126,42,128,123,124,0,130,125,126,126,121,122,42,129,397,128,0,131,425,130,127,381,126,42,129,398,397,0,131,426,425,127,382,381,42,399,398,129,0,427,426,131,383,382,127,42,400,398,399,0,428,426,427,384,382,383,42,400,401,398,0,428,429,426,384,385,382,42,400,402,401,0,428,430,429,384,386,385,42,400,403,402,0,428,431,430,384,387,386,42,404,403,400,0,432,431,428,388,387,384,42,404,405,403,0,432,433,431,388,389,387,42,406,405,404,0,434,433,432,390,389,388,42,406,407,405,0,434,435,433,390,391,389,42,406,408,407,0,434,436,435,390,392,391,42,409,408,406,0,437,436,434,393,392,390,42,409,410,408,0,437,438,436,393,394,392,42,411,410,409,0,439,438,437,395,394,393,42,411,412,410,0,439,440,438,395,396,394,42,470,411,409,0,441,439,437,397,395,393,42,470,409,471,0,441,437,442,397,393,398,42,471,409,406,0,442,437,434,398,393,390,42,471,406,472,0,442,434,443,398,390,399,42,472,406,404,0,443,434,432,399,390,388,42,404,473,472,0,432,444,443,388,400,399,42,474,473,404,0,445,444,432,401,400,388,42,474,330,473,0,446,363,447,401,328,400,42,474,329,330,0,446,362,363,401,327,328,42,328,329,474,0,361,362,446,326,327,401,42,328,474,404,0,448,445,432,326,401,388,42,328,404,475,0,448,432,449,326,388,402,42,404,399,475,0,432,427,449,388,383,402,42,404,400,399,0,432,428,427,388,384,383,42,475,399,476,0,449,427,450,402,383,403,42,399,129,476,0,427,131,450,383,127,403,42,131,476,129,0,133,450,131,129,403,127,42,133,476,131,0,451,450,133,131,403,129,42,133,477,476,0,451,452,450,131,404,403,42,477,133,134,0,452,451,453,404,131,132,42,478,477,134,0,454,452,453,405,404,132,42,478,479,477,0,454,455,452,405,406,404,42,478,164,479,0,456,197,457,405,162,406,42,164,478,162,0,177,458,175,162,405,160,42,162,478,134,0,175,458,138,160,405,132,42,162,134,135,0,175,138,139,160,132,133,42,164,178,479,0,197,198,457,162,176,406,42,479,178,328,0,457,198,361,406,176,326,42,479,328,475,0,455,448,449,406,326,402,42,479,475,477,0,455,449,452,406,402,404,42,475,476,477,0,449,450,452,402,403,404,42,330,331,473,0,363,364,447,328,329,400,42,331,480,473,0,364,459,447,329,407,400,42,331,332,480,0,364,365,459,329,330,407,42,480,332,481,0,460,461,462,407,330,408,42,348,501,347,0,367,463,366,332,409,331,42,348,502,501,0,367,464,463,332,410,409,42,348,349,502,0,367,368,464,332,333,410,42,349,503,502,0,369,465,466,333,411,410,42,349,504,503,0,369,467,465,333,412,411,42,504,349,350,0,467,369,371,412,333,334,42,505,504,350,0,468,467,371,413,412,334,42,504,505,503,0,467,468,465,412,413,411,42,503,505,506,0,465,468,469,411,413,414,42,506,505,507,0,469,468,470,414,413,415,42,505,508,507,0,468,471,470,413,416,415,42,505,509,508,0,468,472,471,413,417,416,42,350,509,505,0,371,472,468,334,417,413,42,350,510,509,0,371,473,472,334,418,417,42,350,511,510,0,371,474,473,334,419,418,42,350,512,511,0,371,475,474,334,420,419,42,350,351,512,0,371,373,475,334,335,420,42,512,351,513,0,475,373,476,420,335,421,42,351,514,513,0,373,477,476,335,422,421,42,351,352,514,0,373,374,477,335,336,422,42,352,515,514,0,374,478,477,336,423,422,42,352,353,515,0,375,376,479,336,337,423,42,353,381,515,0,480,408,481,337,365,423,42,516,381,353,0,482,408,480,424,365,337,42,516,380,381,0,482,407,408,424,364,365,42,517,380,516,0,483,407,482,425,364,424,42,517,379,380,0,483,406,407,425,363,364,42,378,379,517,0,484,406,483,362,363,425,42,517,377,378,0,483,485,484,425,361,362,42,517,518,377,0,483,486,485,425,426,361,42,519,518,517,0,487,486,483,427,426,425,42,519,373,518,0,487,402,486,427,357,426,42,519,357,373,0,487,382,402,427,341,357,42,354,357,519,0,488,382,487,338,341,427,42,354,355,357,0,488,380,382,338,339,341,42,354,519,516,0,488,487,482,338,427,424,42,516,519,517,0,482,487,483,424,427,425,42,353,354,516,0,480,488,482,337,338,424,42,518,373,376,0,486,402,489,426,357,360,42,376,373,374,0,489,402,403,360,357,358,42,518,376,377,0,486,489,485,426,360,361,42,381,382,515,0,408,409,481,365,366,423,42,514,515,382,0,477,478,490,422,423,366,42,514,382,383,0,477,490,491,422,366,367,42,514,383,513,0,477,491,476,422,367,421,42,513,383,384,0,476,491,492,421,367,368,42,384,386,513,0,492,414,476,368,370,421,42,385,386,384,0,413,414,492,369,370,368,42,512,513,386,0,475,476,414,420,421,370,42,512,386,389,0,475,414,417,420,370,373,42,512,389,511,0,475,417,474,420,373,419,42,511,389,520,0,474,417,493,419,373,428,42,520,389,390,0,493,417,418,428,373,374,42,520,390,521,0,493,418,494,428,374,429,42,521,390,391,0,494,418,419,429,374,375,42,521,391,392,0,494,419,420,429,375,376,42,521,392,522,0,494,420,495,429,376,430,42,523,522,392,0,496,495,420,431,430,376,42,523,521,522,0,496,494,495,431,429,430,42,510,521,523,0,473,494,496,418,429,431,42,511,521,510,0,474,494,473,419,429,418,42,511,520,521,0,474,493,494,419,428,429,42,509,510,523,0,472,473,496,417,418,431,42,509,523,508,0,472,496,471,417,431,416,42,508,523,524,0,471,496,497,416,431,432,42,524,523,525,0,497,496,498,432,431,433,42,523,393,525,0,496,421,498,431,377,433,42,523,392,393,0,496,420,421,431,376,377,42,526,525,393,0,499,498,421,434,433,377,42,524,525,526,0,497,498,499,432,433,434,42,524,526,407,0,497,499,435,432,434,391,42,405,407,526,0,433,435,499,389,391,434,42,405,526,403,0,433,499,431,389,434,387,42,403,526,402,0,431,499,430,387,434,386,42,526,527,402,0,499,500,430,434,435,386,42,526,394,527,0,499,422,500,434,378,435,42,526,393,394,0,499,421,422,434,377,378,42,402,527,394,0,430,500,422,386,435,378,42,402,394,395,0,430,422,423,386,378,379,42,402,395,396,0,430,423,424,386,379,380,42,402,396,401,0,430,424,429,386,380,385,42,401,396,398,0,429,424,426,385,380,382,42,398,396,397,0,426,424,425,382,380,381,42,408,524,407,0,436,497,435,392,432,391,42,528,524,408,0,501,497,436,436,432,392,42,507,524,528,0,470,497,501,415,432,436,42,507,508,524,0,470,471,497,415,416,432,42,529,507,528,0,502,470,501,437,415,436,42,506,507,529,0,469,470,502,414,415,437,42,530,506,529,0,503,469,502,438,414,437,42,531,506,530,0,504,469,503,439,414,438,42,503,506,531,0,465,469,504,411,414,439,42,503,531,532,0,465,504,505,411,439,440,42,481,470,471,0,462,441,442,408,397,398,42,480,481,471,0,460,462,442,407,408,398,42,473,480,471,0,444,460,442,400,407,398,42,473,471,472,0,444,442,443,400,398,399,42,502,532,501,0,466,505,506,410,440,409,42,502,503,532,0,466,465,505,410,411,440,42,530,529,412,0,503,502,440,438,437,396,42,412,529,1145,0,440,502,507,396,437,441,42,529,528,1145,0,502,501,507,437,436,441,42,410,1145,528,0,438,507,501,394,441,436,42,412,1145,410,0,440,507,438,396,441,394,42,410,528,408,0,438,501,436,394,436,392,42,52,326,49,0,53,358,359,52,324,49,42,50,52,49,0,54,53,359,50,52,49,42,43,324,41,0,43,357,41,43,322,41,42,41,324,39,0,41,357,39,41,322,39,42,324,322,39,0,357,508,39,322,320,39,42,39,322,37,0,39,508,37,39,320,37,42,322,321,37,0,508,509,37,320,319,37,42,37,321,35,0,37,509,35,37,319,35,42,321,320,35,0,509,510,35,319,318,35,42,35,320,318,0,35,510,346,35,318,316,42,35,318,316,0,35,346,344,35,316,314,42,35,316,34,0,35,344,34,35,314,34,42,183,323,182,0,204,353,203,181,321,180,42,183,184,323,0,204,205,353,181,182,321,42,184,192,323,0,205,213,353,182,190,321,42,196,197,319,0,217,218,349,194,195,317,42,319,197,317,0,347,330,345,317,195,315,42,317,197,1146,0,345,330,511,315,195,442,42,197,305,1146,0,330,332,511,195,303,442,42,1146,305,313,0,511,332,341,442,303,311,42,305,312,313,0,332,340,341,303,310,311,42,305,306,312,0,332,333,340,303,304,310,42,306,311,312,0,333,339,340,304,309,310,42,306,307,311,0,333,335,339,304,305,309,42,307,309,311,0,335,337,339,305,307,309,42,311,309,310,0,339,337,338,309,307,308,42,1146,313,314,0,511,341,342,442,311,312,42,315,1146,314,0,343,511,342,313,442,312,42,317,1146,315,0,345,511,343,315,442,313,42,29,23,27,0,29,23,27,29,23,27,42,27,23,24,0,27,23,24,27,23,24,42,3,83,1,0,3,85,1,3,81,1,42,170,167,169,0,191,180,512,168,165,167,42,169,167,168,0,512,180,181,167,165,166,42,136,1147,158,0,140,513,172,134,443,156,42,136,137,1147,0,140,141,513,134,135,443,42,1147,137,148,0,513,141,514,443,135,146,42,148,137,138,0,514,141,142,146,135,136,42,148,138,139,0,153,143,144,146,136,137,42,151,1147,148,0,515,513,514,149,443,146,42,154,1147,151,0,165,513,515,152,443,149,42,156,1147,154,0,164,513,165,154,443,152,42,158,1147,156,0,172,513,164,156,443,154,42,140,141,143,0,145,146,148,138,139,141,42,56,58,57,1,516,517,518,56,444,57,42,58,56,59,1,517,516,519,444,56,445,42,59,56,60,1,519,516,520,445,56,58,42,57,333,332,1,518,521,522,57,446,330,42,58,333,57,1,517,521,518,444,446,57,42,58,334,333,1,517,523,521,444,447,446,42,58,335,334,1,517,524,523,444,448,447,42,336,335,58,1,525,524,517,449,448,444,42,337,335,336,1,526,524,525,450,448,449,42,337,338,335,1,526,527,524,450,451,448,42,337,339,338,1,526,528,527,450,452,451,42,339,337,340,1,528,526,529,452,450,453,42,340,337,341,1,529,526,530,453,450,454,42,337,336,341,1,526,525,530,450,449,454,42,341,336,342,1,530,525,531,454,449,455,42,336,58,342,1,525,517,531,449,444,455,42,342,58,59,1,531,517,519,455,444,445,42,342,59,343,1,531,519,532,455,445,456,42,343,59,344,1,532,519,533,456,445,457,42,59,60,344,1,519,520,533,445,58,457,42,344,60,345,1,533,520,519,457,58,458,42,345,60,61,1,519,520,534,458,58,59,42,345,61,346,1,519,534,517,458,59,459,42,346,61,347,1,517,534,518,459,59,331,42,411,413,412,1,535,536,537,395,460,396,42,414,413,411,1,538,536,535,461,460,395,42,414,415,413,1,538,539,536,461,462,460,42,416,415,414,1,540,539,538,463,462,461,42,416,417,415,1,540,541,539,463,464,462,42,416,418,417,1,540,542,541,463,465,464,42,416,419,418,1,540,543,542,463,466,465,42,416,420,419,1,540,544,543,463,467,466,42,421,420,416,1,545,544,540,468,467,463,42,421,422,420,1,545,546,544,468,469,467,42,423,422,421,1,547,546,545,470,469,468,42,423,424,422,1,547,548,546,470,471,469,42,425,424,423,1,549,548,547,472,471,470,42,425,426,424,1,549,550,548,472,473,471,42,427,426,425,1,551,550,549,474,473,472,42,428,426,427,1,552,550,551,475,473,474,42,428,429,426,1,552,553,550,475,476,473,42,428,430,429,1,552,554,553,475,477,476,42,431,430,428,1,555,554,552,478,477,475,42,431,432,430,1,555,556,554,478,479,477,42,433,432,431,1,557,558,559,480,479,478,42,433,434,432,1,557,560,558,480,481,479,42,434,433,435,1,560,557,561,481,480,482,42,435,433,436,1,561,557,562,482,480,483,42,433,437,436,1,557,563,562,480,484,483,42,437,433,431,1,563,557,559,484,480,478,42,431,438,437,1,559,564,563,478,485,484,42,439,438,431,1,565,564,559,486,485,478,42,440,438,439,1,566,564,565,487,485,486,42,441,438,440,1,567,564,566,488,485,487,42,437,438,441,1,563,564,567,484,485,488,42,442,437,441,1,568,563,567,489,484,488,42,442,436,437,1,568,562,563,489,483,484,42,443,436,442,1,569,562,568,490,483,489,42,443,444,436,1,569,570,562,490,491,483,42,445,444,443,1,571,570,569,492,491,490,42,445,446,444,1,571,572,570,492,493,491,42,447,446,445,1,573,572,571,494,493,492,42,446,447,448,1,572,573,574,493,494,495,42,447,449,448,1,573,575,574,494,496,495,42,447,450,449,1,573,576,575,494,497,496,42,451,450,447,1,577,576,573,498,497,494,42,452,450,451,1,578,576,577,499,497,498,42,452,453,450,1,578,579,576,499,500,497,42,452,454,453,1,578,580,579,499,501,500,42,455,454,452,1,581,580,578,502,501,499,42,454,455,456,1,580,581,582,501,502,503,42,456,455,457,1,582,581,583,503,502,504,42,455,458,457,1,581,584,583,502,505,504,42,452,458,455,1,578,584,581,499,505,502,42,458,452,451,1,584,578,577,505,499,498,42,458,451,459,1,584,577,585,505,498,506,42,451,447,459,1,577,573,585,498,494,506,42,447,445,459,1,573,571,585,494,492,506,42,458,459,445,1,584,585,571,505,506,492,42,460,458,445,1,586,584,571,507,505,492,42,457,458,460,1,583,584,586,504,505,507,42,457,460,461,1,583,586,587,504,507,508,42,460,445,461,1,586,571,587,507,492,508,42,461,445,443,1,587,571,569,508,492,490,42,461,443,462,1,587,569,588,508,490,509,42,462,443,442,1,588,569,568,509,490,489,42,462,442,463,1,588,568,589,509,489,510,42,442,441,463,1,568,567,589,489,488,510,42,463,441,440,1,589,567,566,510,488,487,42,463,440,439,1,589,566,565,510,487,486,42,463,439,464,1,589,565,590,510,486,511,42,464,439,465,1,591,592,593,511,486,512,42,439,431,465,1,592,555,593,486,478,512,42,465,431,428,1,593,555,552,512,478,475,42,465,428,427,1,593,552,551,512,475,474,42,465,427,466,1,593,551,594,512,474,513,42,466,427,425,1,594,551,549,513,474,472,42,466,425,467,1,594,549,595,513,472,514,42,467,425,423,1,595,549,547,514,472,470,42,467,423,468,1,595,547,596,514,470,515,42,468,423,421,1,596,547,545,515,470,468,42,468,421,469,1,596,545,597,515,468,516,42,421,416,469,1,545,540,597,468,463,516,42,469,416,414,1,597,540,538,516,463,461,42,469,414,411,1,597,538,598,516,461,395,42,469,411,470,1,597,535,599,516,395,397,42,332,482,481,1,522,600,601,330,517,408,42,332,483,482,1,522,602,600,330,518,517,42,333,483,332,1,521,602,522,446,518,330,42,333,484,483,1,521,603,602,446,519,518,42,333,485,484,1,521,604,603,446,520,519,42,334,485,333,1,523,604,521,447,520,446,42,335,485,334,1,524,604,523,448,520,447,42,335,486,485,1,524,605,604,448,521,520,42,335,487,486,1,524,606,605,448,522,521,42,338,487,335,1,527,606,524,451,522,448,42,338,488,487,1,527,607,606,451,523,522,42,339,488,338,1,528,607,527,452,523,451,42,339,489,488,1,528,608,607,452,524,523,42,489,339,490,1,608,528,609,524,452,525,42,490,339,340,1,609,528,529,525,452,453,42,490,340,491,1,609,529,610,525,453,526,42,491,340,492,1,610,529,611,526,453,527,42,340,493,492,1,529,612,611,453,528,527,42,340,341,493,1,529,530,612,453,454,528,42,341,343,493,1,530,532,612,454,456,528,42,341,342,343,1,530,531,532,454,455,456,42,493,343,494,1,612,532,530,528,456,529,42,494,343,495,1,530,532,531,529,456,530,42,343,345,495,1,532,519,531,456,458,530,42,343,344,345,1,532,533,519,456,457,458,42,495,345,346,1,531,519,517,530,458,459,42,496,495,346,1,525,531,517,531,530,459,42,494,495,496,1,530,531,525,529,530,531,42,494,496,497,1,530,525,526,529,531,532,42,496,498,497,1,525,524,526,531,533,532,42,498,496,346,1,524,525,517,533,531,459,42,346,499,498,1,517,523,524,459,534,533,42,346,500,499,1,517,521,523,459,535,534,42,346,347,500,1,517,518,521,459,331,535,42,347,501,500,1,518,522,521,331,409,535,42,531,533,532,1,613,614,615,439,536,440,42,530,533,531,1,616,614,617,438,536,439,42,530,534,533,1,616,618,614,438,537,536,42,413,534,530,1,536,618,616,460,537,438,42,413,415,534,1,536,539,618,460,462,537,42,415,535,534,1,539,619,618,462,538,537,42,415,536,535,1,539,620,619,462,539,538,42,415,537,536,1,539,621,620,462,540,539,42,417,537,415,1,541,621,539,464,540,462,42,417,538,537,1,541,622,621,464,541,540,42,418,538,417,1,542,622,541,465,541,464,42,539,538,418,1,623,622,542,542,541,465,42,539,540,538,1,623,624,622,542,543,541,42,541,540,539,1,625,624,623,544,543,542,42,541,542,540,1,625,626,624,544,545,543,42,543,542,541,1,627,626,625,546,545,544,42,543,544,542,1,627,628,626,546,547,545,42,543,545,544,1,627,629,628,546,548,547,42,543,546,545,1,627,630,629,546,549,548,42,547,546,543,1,631,630,627,550,549,546,42,547,548,546,1,631,632,630,550,551,549,42,549,548,547,1,633,632,631,552,551,550,42,550,548,549,1,634,632,633,553,551,552,42,550,551,548,1,634,635,632,553,554,551,42,550,552,551,1,634,636,635,553,555,554,42,553,552,550,1,637,636,634,556,555,553,42,553,554,552,1,637,638,636,556,557,555,42,555,554,553,1,639,638,637,558,557,556,42,555,556,554,1,639,640,638,558,559,557,42,555,557,556,1,639,641,640,558,560,559,42,558,557,555,1,642,641,639,561,560,558,42,559,558,555,1,643,642,639,562,561,558,42,559,555,560,1,643,639,644,562,558,563,42,560,555,561,1,644,639,645,563,558,564,42,555,553,561,1,639,637,645,558,556,564,42,561,553,562,1,645,637,646,564,556,565,42,562,553,563,1,646,637,647,565,556,566,42,553,549,563,1,637,633,647,556,552,566,42,549,553,550,1,633,637,634,552,556,553,42,563,549,564,1,647,633,648,566,552,567,42,549,565,564,1,633,649,648,552,568,567,42,549,547,565,1,633,631,649,552,550,568,42,547,541,565,1,631,625,649,550,544,568,42,547,543,541,1,631,627,625,550,546,544,42,565,541,539,1,649,625,623,568,544,542,42,565,539,566,1,649,623,650,568,542,569,42,566,539,418,1,650,623,542,569,542,465,42,419,566,418,1,543,650,542,466,569,465,42,419,567,566,1,543,651,650,466,570,569,42,420,567,419,1,544,651,543,467,570,466,42,422,567,420,1,546,651,544,469,570,467,42,422,568,567,1,546,652,651,469,571,570,42,424,568,422,1,548,652,546,471,571,469,42,424,569,568,1,548,653,652,471,572,571,42,426,569,424,1,550,653,548,473,572,471,42,426,570,569,1,550,654,653,473,573,572,42,426,429,570,1,550,553,654,473,476,573,42,429,571,570,1,553,655,654,476,574,573,42,572,571,429,1,656,655,553,575,574,476,42,572,573,571,1,656,657,655,575,576,574,42,572,574,573,1,656,658,657,575,577,576,42,572,575,574,1,656,659,658,575,578,577,42,576,575,572,1,660,659,656,579,578,575,42,576,577,575,1,660,661,659,579,580,578,42,578,577,576,1,662,661,660,581,580,579,42,578,579,577,1,662,663,661,581,582,580,42,578,580,579,1,662,664,663,581,583,582,42,581,580,578,1,665,664,662,584,583,581,42,581,582,580,1,665,666,664,584,585,583,42,583,582,581,1,667,666,665,586,585,584,42,583,584,582,1,667,668,666,586,587,585,42,585,584,583,1,669,668,667,588,587,586,42,585,583,488,1,669,667,607,588,586,523,42,488,583,586,1,607,667,670,523,586,589,42,586,583,587,1,670,667,671,589,586,590,42,587,583,581,1,671,667,665,590,586,584,42,587,581,588,1,671,665,672,590,584,591,42,588,581,589,1,672,665,673,591,584,592,42,589,581,576,1,673,665,660,592,584,579,42,581,578,576,1,665,662,660,584,581,579,42,589,576,430,1,673,660,554,592,579,477,42,430,576,572,1,554,660,656,477,579,575,42,430,572,429,1,554,656,553,477,575,476,42,590,589,430,1,674,673,554,593,592,477,42,590,588,589,1,674,672,673,593,591,592,42,448,588,590,1,574,675,676,495,591,593,42,448,449,588,1,574,575,675,495,496,591,42,449,591,588,1,575,677,675,496,594,591,42,449,592,591,1,575,678,677,496,595,594,42,450,592,449,1,576,678,575,497,595,496,42,450,593,592,1,576,679,678,497,596,595,42,453,593,450,1,579,679,576,500,596,497,42,453,594,593,1,579,680,679,500,597,596,42,454,594,453,1,580,680,579,501,597,500,42,594,454,586,1,680,580,681,597,501,589,42,454,456,586,1,580,582,681,501,503,589,42,488,586,456,1,607,670,682,523,589,503,42,488,456,487,1,607,682,606,523,503,522,42,456,457,487,1,582,583,683,503,504,522,42,487,457,595,1,683,583,684,522,504,598,42,457,461,595,1,583,587,684,504,508,598,42,461,462,595,1,587,588,684,508,509,598,42,487,595,462,1,683,684,588,522,598,509,42,487,462,486,1,683,588,685,522,509,521,42,486,462,463,1,685,588,589,521,509,510,42,486,463,464,1,685,589,590,521,510,511,42,486,464,485,1,605,591,604,521,511,520,42,485,464,596,1,604,591,686,520,511,599,42,464,465,596,1,591,593,686,511,512,599,42,596,465,466,1,686,593,594,599,512,513,42,596,466,482,1,686,594,600,599,513,517,42,482,466,597,1,600,594,687,517,513,600,42,466,467,597,1,594,595,687,513,514,600,42,597,467,468,1,687,595,596,600,514,515,42,597,468,469,1,687,596,597,600,515,516,42,481,597,469,1,688,687,597,408,600,516,42,482,597,481,1,600,687,689,517,600,408,42,481,469,470,1,688,597,690,408,516,397,42,483,596,482,1,602,686,600,518,599,517,42,483,484,596,1,602,603,686,518,519,599,42,484,485,596,1,603,604,686,519,520,599,42,594,586,598,1,680,681,691,597,589,601,42,586,599,598,1,681,692,691,589,602,601,42,586,587,599,1,681,693,692,589,590,602,42,587,591,599,1,693,677,692,590,594,602,42,587,588,591,1,693,675,677,590,591,594,42,599,591,592,1,692,677,678,602,594,595,42,598,599,592,1,691,692,678,601,602,595,42,598,592,593,1,691,678,679,601,595,596,42,594,598,593,1,680,691,679,597,601,596,42,448,590,600,1,574,676,694,495,593,603,42,590,432,600,1,676,558,694,593,479,603,42,590,430,432,1,674,554,556,593,477,479,42,600,432,601,1,694,558,695,603,479,604,42,601,432,434,1,695,558,560,604,479,481,42,434,600,601,1,560,694,695,481,603,604,42,600,434,602,1,694,560,696,603,481,605,42,602,434,444,1,696,560,570,605,481,491,42,444,434,435,1,570,560,561,491,481,482,42,444,435,436,1,570,561,562,491,482,483,42,446,602,444,1,572,696,570,493,605,491,42,448,602,446,1,574,696,572,495,605,493,42,448,600,602,1,574,694,696,495,603,605,42,489,585,488,1,608,669,607,524,588,523,42,584,603,582,1,668,697,666,587,606,585,42,582,603,604,1,666,697,698,585,606,607,42,603,605,604,1,697,699,698,606,608,607,42,603,606,605,1,697,700,699,606,609,608,42,607,605,606,1,701,699,700,610,608,609,42,607,608,605,1,701,702,699,610,611,608,42,607,609,608,1,701,703,702,610,612,611,42,607,610,609,1,701,704,703,610,613,612,42,611,610,607,1,705,704,701,614,613,610,42,606,611,607,1,700,705,701,609,614,610,42,610,612,609,1,704,706,703,613,615,612,42,610,613,612,1,704,707,706,613,616,615,42,613,614,612,1,707,708,706,616,617,615,42,612,614,615,1,706,708,709,615,617,618,42,615,614,616,1,709,708,710,618,617,619,42,614,617,616,1,708,711,710,617,620,619,42,618,616,617,1,712,710,711,621,619,620,42,618,619,616,1,712,713,710,621,622,619,42,620,619,618,1,714,713,712,623,622,621,42,620,621,619,1,714,715,713,623,624,622,42,622,621,620,1,716,715,714,625,624,623,42,622,623,621,1,716,717,715,625,626,624,42,624,623,622,1,718,717,716,627,626,625,42,624,625,623,1,718,719,717,627,628,626,42,624,626,625,1,718,720,719,627,629,628,42,627,626,624,1,721,720,718,630,629,627,42,627,628,626,1,721,722,720,630,631,629,42,629,628,627,1,723,722,721,632,631,630,42,629,630,628,1,723,724,722,632,633,631,42,631,630,629,1,694,558,676,634,633,632,42,631,632,630,1,694,695,558,634,635,633,42,631,633,632,1,694,560,695,634,636,635,42,631,634,633,1,694,696,560,634,637,636,42,635,634,631,1,574,696,694,638,637,634,42,636,634,635,1,572,696,574,639,637,638,42,636,637,634,1,572,570,696,639,640,637,42,638,637,636,1,571,570,572,641,640,639,42,638,639,637,1,571,569,570,641,642,640,42,640,639,638,1,587,569,571,643,642,641,42,641,639,640,1,588,569,587,644,642,643,42,639,641,642,1,569,588,568,642,644,645,42,641,643,642,1,588,589,568,644,646,645,42,644,643,641,1,685,589,588,647,646,644,42,644,645,643,1,685,590,589,647,648,646,42,644,646,645,1,725,726,727,647,649,648,42,498,646,644,1,524,604,605,533,649,647,42,498,499,646,1,524,523,604,533,534,649,42,499,500,646,1,523,521,604,534,535,649,42,500,647,646,1,521,603,604,535,650,649,42,500,648,647,1,521,602,603,535,651,650,42,500,501,648,1,521,522,602,535,409,651,42,501,649,648,1,728,729,730,409,652,651,42,501,532,649,1,728,615,729,409,440,652,42,649,532,650,1,729,615,731,652,440,653,42,532,533,650,1,615,614,731,440,536,653,42,533,651,650,1,614,732,731,536,654,653,42,533,652,651,1,614,733,732,536,655,654,42,535,652,533,1,619,733,614,538,655,536,42,535,653,652,1,619,734,733,538,656,655,42,535,654,653,1,619,735,734,538,657,656,42,655,654,535,1,736,735,619,658,657,538,42,654,655,656,1,735,736,737,657,658,659,42,656,655,657,1,737,736,738,659,658,660,42,657,655,658,1,738,736,739,660,658,661,42,658,655,536,1,739,736,620,661,658,539,42,536,655,535,1,620,736,619,539,658,538,42,537,658,536,1,621,739,620,540,661,539,42,537,659,658,1,621,740,739,540,662,661,42,538,659,537,1,622,740,621,541,662,540,42,660,659,538,1,741,740,622,663,662,541,42,660,658,659,1,741,739,740,663,661,662,42,661,658,660,1,742,739,741,664,661,663,42,658,661,657,1,739,742,738,661,664,660,42,544,657,661,1,628,738,742,547,660,664,42,662,657,544,1,743,738,628,665,660,547,42,656,657,662,1,737,738,743,659,660,665,42,663,656,662,1,744,737,743,666,659,665,42,664,656,663,1,745,737,744,667,659,666,42,654,656,664,1,735,737,745,657,659,667,42,653,654,664,1,734,735,745,656,657,667,42,665,653,664,1,746,734,745,668,656,667,42,653,665,652,1,734,746,733,656,668,655,42,652,665,666,1,733,746,747,655,668,669,42,666,665,667,1,747,746,748,669,668,670,42,667,665,668,1,748,746,749,670,668,671,42,665,664,668,1,746,745,749,668,667,671,42,668,664,669,1,749,745,750,671,667,672,42,669,664,663,1,750,745,744,672,667,666,42,670,669,663,1,751,750,744,673,672,666,42,671,669,670,1,752,750,751,674,672,673,42,672,669,671,1,753,750,752,675,672,674,42,672,673,669,1,753,754,750,675,676,672,42,674,673,672,1,755,754,753,677,676,675,42,675,673,674,1,756,754,755,678,676,677,42,675,676,673,1,756,757,754,678,679,676,42,677,676,675,1,758,757,756,680,679,678,42,677,667,676,1,758,748,757,680,670,679,42,678,667,677,1,759,748,758,681,670,680,42,678,666,667,1,759,747,748,681,669,670,42,666,678,679,1,747,759,760,669,681,682,42,679,678,680,1,760,759,761,682,681,683,42,680,678,681,1,761,759,762,683,681,684,42,681,678,677,1,762,759,758,684,681,680,42,682,681,677,1,763,762,758,685,684,680,42,683,681,682,1,764,762,763,686,684,685,42,683,680,681,1,764,761,762,686,683,684,42,684,680,683,1,765,761,764,687,683,686,42,684,649,680,1,765,729,761,687,652,683,42,648,649,684,1,730,729,765,651,652,687,42,647,648,684,1,766,730,765,650,651,687,42,646,647,684,1,726,766,765,649,650,687,42,684,645,646,1,765,727,726,687,648,649,42,684,683,645,1,765,764,727,687,686,648,42,645,683,685,1,727,764,767,648,686,688,42,685,683,686,1,767,764,768,688,686,689,42,686,683,682,1,768,764,763,689,686,685,42,686,682,628,1,768,763,722,689,685,631,42,682,687,628,1,763,769,722,685,690,631,42,682,677,687,1,763,758,769,685,680,690,42,677,675,687,1,758,756,769,680,678,690,42,687,675,688,1,769,756,770,690,678,691,42,675,674,688,1,756,755,770,678,677,691,42,688,674,689,1,770,755,771,691,677,692,42,689,674,690,1,771,755,772,692,677,693,42,690,674,672,1,772,755,753,693,677,675,42,690,672,691,1,772,753,773,693,675,694,42,691,672,671,1,773,753,752,694,675,674,42,691,671,692,1,773,752,774,694,674,695,42,692,671,693,1,774,752,775,695,674,696,42,693,671,670,1,775,752,751,696,674,673,42,693,670,694,1,775,751,776,696,673,697,42,670,663,694,1,751,744,776,673,666,697,42,694,663,662,1,776,744,743,697,666,665,42,694,662,545,1,776,743,629,697,665,548,42,545,662,544,1,629,743,628,548,665,547,42,695,694,545,1,777,776,629,698,697,548,42,695,696,694,1,777,778,776,698,699,697,42,695,697,696,1,777,779,778,698,700,699,42,695,698,697,1,777,780,779,698,701,700,42,699,698,695,1,781,780,777,702,701,698,42,700,698,699,1,782,780,781,703,701,702,42,700,697,698,1,782,779,780,703,700,701,42,701,697,700,1,783,779,782,704,700,703,42,701,702,697,1,783,784,779,704,705,700,42,703,702,701,1,785,784,783,706,705,704,42,704,702,703,1,786,784,785,707,705,706,42,693,702,704,1,775,784,786,696,705,707,42,696,702,693,1,778,784,775,699,705,696,42,697,702,696,1,779,784,778,700,705,699,42,693,694,696,1,775,776,778,696,697,699,42,705,693,704,1,787,775,786,708,696,707,42,705,692,693,1,787,774,775,708,695,696,42,706,692,705,1,788,774,787,709,695,708,42,706,691,692,1,788,773,774,709,694,695,42,690,691,706,1,772,773,788,693,694,709,42,707,690,706,1,789,772,788,710,693,709,42,707,708,690,1,789,790,772,710,711,693,42,709,708,707,1,791,790,789,712,711,710,42,708,709,710,1,790,791,792,711,712,713,42,711,710,709,1,793,792,791,714,713,712,42,712,710,711,1,794,792,793,715,713,714,42,712,713,710,1,794,795,792,715,716,713,42,714,713,712,1,796,795,794,717,716,715,42,714,715,713,1,796,797,795,717,718,716,42,716,715,714,1,798,797,796,719,718,717,42,717,715,716,1,799,797,798,720,718,719,42,717,718,715,1,799,800,797,720,721,718,42,717,719,718,1,799,801,800,720,722,721,42,720,719,717,1,802,801,799,723,722,720,42,720,721,719,1,802,803,801,723,724,722,42,722,721,720,1,804,803,802,725,724,723,42,722,723,721,1,804,805,803,725,726,724,42,724,723,722,1,806,805,804,727,726,725,42,725,723,724,1,807,805,806,728,726,727,42,726,723,725,1,808,805,807,729,726,728,42,726,727,723,1,808,809,805,729,730,726,42,728,727,726,1,810,809,808,731,730,729,42,729,727,728,1,811,809,810,732,730,731,42,730,727,729,1,812,809,811,733,730,732,42,730,731,727,1,812,813,809,733,734,730,42,730,732,731,1,812,814,813,733,735,734,42,733,732,730,1,815,814,812,736,735,733,42,733,734,732,1,815,816,814,736,737,735,42,733,688,734,1,815,770,816,736,691,737,42,733,687,688,1,815,769,770,736,690,691,42,628,687,733,1,722,769,815,631,690,736,42,628,733,626,1,722,815,720,631,736,629,42,626,733,730,1,720,815,812,629,736,733,42,626,730,735,1,720,812,817,629,733,738,42,735,730,736,1,817,812,818,738,733,739,42,736,730,729,1,818,812,811,739,733,732,42,736,729,737,1,818,811,819,739,732,740,42,737,729,728,1,819,811,810,740,732,731,42,737,728,738,1,819,810,820,740,731,741,42,738,728,739,1,820,810,821,741,731,742,42,728,726,739,1,810,808,821,731,729,742,42,739,726,740,1,821,808,822,742,729,743,42,740,726,741,1,822,808,823,743,729,744,42,726,725,741,1,808,807,823,729,728,744,42,741,725,742,1,823,807,824,744,728,745,42,742,725,724,1,824,807,806,745,728,727,42,743,742,724,1,825,824,806,746,745,727,42,744,742,743,1,826,824,825,747,745,746,42,744,745,742,1,826,827,824,747,748,745,42,746,745,744,1,828,827,826,749,748,747,42,746,747,745,1,828,829,827,749,750,748,42,748,747,746,1,830,829,828,751,750,749,42,748,749,747,1,830,831,829,751,752,750,42,748,750,749,1,830,832,831,751,753,752,42,751,750,748,1,833,832,830,754,753,751,42,751,752,750,1,833,834,832,754,755,753,42,751,753,752,1,833,835,834,754,756,755,42,754,753,751,1,836,835,833,757,756,754,42,754,755,753,1,836,837,835,757,758,756,42,756,755,754,1,838,837,836,759,758,757,42,756,757,755,1,838,839,837,759,760,758,42,758,757,756,1,840,839,838,761,760,759,42,759,757,758,1,841,839,840,762,760,761,42,759,760,757,1,841,842,839,762,763,760,42,761,760,759,1,843,842,841,764,763,762,42,761,762,760,1,843,844,842,764,765,763,42,763,762,761,1,845,844,843,766,765,764,42,763,764,762,1,845,846,844,766,767,765,42,765,764,763,1,847,846,845,768,767,766,42,766,764,765,1,848,846,847,769,767,768,42,766,767,764,1,848,849,846,769,770,767,42,768,767,766,1,850,849,848,771,770,769,42,768,738,767,1,850,820,849,771,741,770,42,769,738,768,1,851,820,850,772,741,771,42,737,738,769,1,819,820,851,740,741,772,42,770,737,769,1,852,819,851,773,740,772,42,736,737,770,1,818,819,852,739,740,773,42,771,736,770,1,853,818,852,774,739,773,42,771,735,736,1,853,817,818,774,738,739,42,625,735,771,1,719,817,853,628,738,774,42,625,626,735,1,719,720,817,628,629,738,42,625,771,623,1,719,853,717,628,774,626,42,623,771,772,1,717,853,854,626,774,775,42,771,770,772,1,853,852,854,774,773,775,42,772,770,768,1,854,852,850,775,773,771,42,770,769,768,1,852,851,850,773,772,771,42,772,768,773,1,854,850,855,775,771,776,42,773,768,766,1,855,850,848,776,771,769,42,773,766,765,1,855,848,847,776,769,768,42,773,765,774,1,855,847,856,776,768,777,42,774,765,763,1,856,847,845,777,768,766,42,774,763,775,1,856,845,857,777,766,778,42,775,763,776,1,857,845,858,778,766,779,42,776,763,761,1,858,845,843,779,766,764,42,776,761,777,1,858,843,859,779,764,780,42,777,761,778,1,859,843,860,780,764,781,42,761,779,778,1,843,861,860,764,782,781,42,780,779,761,1,862,861,843,783,782,764,42,781,779,780,1,863,861,862,784,782,783,42,782,779,781,1,864,861,863,785,782,784,42,778,779,782,1,860,861,864,781,782,785,42,778,782,783,1,860,864,865,781,785,786,42,783,782,784,1,865,864,866,786,785,787,42,784,782,785,1,866,864,867,787,785,788,42,785,782,781,1,867,864,863,788,785,784,42,781,786,785,1,863,868,867,784,789,788,42,781,780,786,1,863,862,868,784,783,789,42,780,787,786,1,862,869,868,783,790,789,42,780,758,787,1,862,840,869,783,761,790,42,759,758,780,1,841,840,862,762,761,783,42,761,759,780,1,843,841,862,764,762,783,42,787,758,756,1,869,840,838,790,761,759,42,787,756,788,1,869,838,870,790,759,791,42,756,789,788,1,838,871,870,759,792,791,42,754,789,756,1,836,871,838,757,792,759,42,790,789,754,1,872,871,836,793,792,757,42,788,789,790,1,870,871,872,791,792,793,42,791,788,790,1,873,870,872,794,791,793,42,792,788,791,1,874,870,873,795,791,794,42,792,787,788,1,874,869,870,795,790,791,42,793,787,792,1,875,869,874,796,790,795,42,786,787,793,1,868,869,875,789,790,796,42,785,786,793,1,867,868,875,788,789,796,42,785,793,794,1,867,875,876,788,796,797,42,793,795,794,1,875,877,876,796,798,797,42,793,792,795,1,875,874,877,796,795,798,42,791,795,792,1,873,877,874,794,798,795,42,796,795,791,1,878,877,873,799,798,794,42,796,797,795,1,878,879,877,799,800,798,42,796,798,797,1,878,880,879,799,801,800,42,799,798,796,1,881,880,878,802,801,799,42,799,800,798,1,881,882,880,802,803,801,42,799,801,800,1,881,883,882,802,804,803,42,802,801,799,1,884,883,881,805,804,802,42,802,744,801,1,884,826,883,805,747,804,42,802,746,744,1,884,828,826,805,749,747,42,790,746,802,1,872,828,884,793,749,805,42,748,746,790,1,830,828,872,751,749,793,42,754,748,790,1,836,830,872,757,751,793,42,754,751,748,1,836,833,830,757,754,751,42,791,790,802,1,873,872,884,794,793,805,42,802,796,791,1,884,878,873,805,799,794,42,802,799,796,1,884,881,878,805,802,799,42,801,744,743,1,883,826,825,804,747,746,42,801,743,800,1,883,825,882,804,746,803,42,800,743,803,1,882,825,885,803,746,806,42,743,724,803,1,825,806,885,746,727,806,42,803,724,722,1,885,806,804,806,727,725,42,803,722,804,1,885,804,886,806,725,807,42,804,722,805,1,886,804,887,807,725,808,42,722,720,805,1,804,802,887,725,723,808,42,805,720,806,1,887,802,888,808,723,809,42,720,717,806,1,802,799,888,723,720,809,42,806,717,716,1,888,799,798,809,720,719,42,807,806,716,1,889,888,798,810,809,719,42,805,806,807,1,887,888,889,808,809,810,42,808,805,807,1,890,887,889,811,808,810,42,809,805,808,1,891,887,890,812,808,811,42,809,804,805,1,891,886,887,812,807,808,42,797,804,809,1,879,886,891,800,807,812,42,797,810,804,1,879,892,886,800,813,807,42,798,810,797,1,880,892,879,801,813,800,42,798,800,810,1,880,882,892,801,803,813,42,800,803,810,1,882,885,892,803,806,813,42,810,803,804,1,892,885,886,813,806,807,42,795,797,809,1,877,879,891,798,800,812,42,795,809,811,1,877,891,893,798,812,814,42,811,809,808,1,893,891,890,814,812,811,42,811,808,812,1,893,890,894,814,811,815,42,808,813,812,1,890,895,894,811,816,815,42,808,807,813,1,890,889,895,811,810,816,42,807,814,813,1,889,896,895,810,817,816,42,815,814,807,1,897,896,889,818,817,810,42,816,814,815,1,898,896,897,819,817,818,42,816,817,814,1,898,899,896,819,820,817,42,816,818,817,1,898,900,899,819,821,820,42,819,818,816,1,901,900,898,822,821,819,42,714,818,819,1,796,900,901,717,821,822,42,714,820,818,1,796,902,900,717,823,821,42,821,820,714,1,903,902,796,824,823,717,42,821,822,820,1,903,904,902,824,825,823,42,823,822,821,1,905,904,903,826,825,824,42,823,824,822,1,905,906,904,826,827,825,42,823,825,824,1,905,907,906,826,828,827,42,826,825,823,1,908,907,905,829,828,826,42,826,827,825,1,908,909,907,829,830,828,42,828,827,826,1,910,909,908,831,830,829,42,827,828,829,1,909,910,911,830,831,832,42,829,828,830,1,911,910,912,832,831,833,42,830,828,826,1,912,910,908,833,831,829,42,830,826,831,1,912,908,913,833,829,834,42,832,831,826,1,914,913,908,835,834,829,42,833,831,832,1,915,913,914,836,834,835,42,830,831,833,1,912,913,915,833,834,836,42,833,834,830,1,915,916,912,836,837,833,42,835,834,833,1,917,916,915,838,837,836,42,836,834,835,1,918,916,917,839,837,838,42,836,830,834,1,918,912,916,839,833,837,42,836,837,830,1,918,919,912,839,840,833,42,838,837,836,1,920,919,918,841,840,839,42,838,829,837,1,920,911,919,841,832,840,42,838,839,829,1,920,921,911,841,842,832,42,840,839,838,1,922,921,920,843,842,841,42,840,841,839,1,922,923,921,843,844,842,42,813,841,840,1,895,923,922,816,844,843,42,813,842,841,1,895,924,923,816,845,844,42,814,842,813,1,896,924,895,817,845,816,42,814,843,842,1,896,925,924,817,846,845,42,817,843,814,1,899,925,896,820,846,817,42,818,843,817,1,900,925,899,821,846,820,42,818,820,843,1,900,902,925,821,823,846,42,820,844,843,1,902,926,925,823,847,846,42,822,844,820,1,904,926,902,825,847,823,42,824,844,822,1,906,926,904,827,847,825,42,827,844,824,1,909,926,906,830,847,827,42,843,844,827,1,925,926,909,846,847,830,42,843,827,845,1,925,909,927,846,830,848,42,845,827,829,1,927,909,911,848,830,832,42,845,829,839,1,927,911,921,848,832,842,42,841,845,839,1,923,927,921,844,848,842,42,842,845,841,1,924,927,923,845,848,844,42,843,845,842,1,925,927,924,846,848,845,42,824,825,827,1,906,907,909,827,828,830,42,846,813,840,1,928,895,922,849,816,843,42,812,813,846,1,894,895,928,815,816,849,42,847,812,846,1,929,894,928,850,815,849,42,811,812,847,1,893,894,929,814,815,850,42,794,811,847,1,876,893,929,797,814,850,42,794,795,811,1,876,877,893,797,798,814,42,794,847,848,1,876,929,930,797,850,851,42,848,847,849,1,930,929,931,851,850,852,42,849,847,850,1,931,929,932,852,850,853,42,847,846,850,1,929,928,932,850,849,853,42,850,846,851,1,932,928,933,853,849,854,42,851,846,840,1,933,928,922,854,849,843,42,851,840,852,1,933,922,934,854,843,855,42,852,840,838,1,934,922,920,855,843,841,42,853,852,838,1,935,934,920,856,855,841,42,851,852,853,1,933,934,935,854,855,856,42,851,853,854,1,933,935,936,854,856,857,42,854,853,855,1,936,935,937,857,856,858,42,853,856,855,1,935,938,937,856,859,858,42,853,857,856,1,935,939,938,856,860,859,42,853,838,857,1,935,920,939,856,841,860,42,857,838,836,1,939,920,918,860,841,839,42,858,857,836,1,940,939,918,861,860,839,42,856,857,858,1,938,939,940,859,860,861,42,859,856,858,1,941,938,940,862,859,861,42,855,856,859,1,937,938,941,858,859,862,42,860,855,859,1,942,937,941,863,858,862,42,855,860,861,1,937,942,943,858,863,864,42,861,860,862,1,943,942,944,864,863,865,42,862,860,863,1,944,942,945,865,863,866,42,863,860,864,1,945,942,946,866,863,867,42,864,860,865,1,946,942,947,867,863,868,42,860,859,865,1,942,941,947,863,862,868,42,859,858,865,1,941,940,947,862,861,868,42,865,858,835,1,947,940,917,868,861,838,42,858,836,835,1,940,918,917,861,839,838,42,866,865,835,1,948,947,917,869,868,838,42,867,865,866,1,949,947,948,870,868,869,42,867,868,865,1,949,950,947,870,871,868,42,869,868,867,1,951,950,949,872,871,870,42,869,870,868,1,951,952,950,872,873,871,42,871,870,869,1,953,952,951,874,873,872,42,871,863,870,1,953,945,952,874,866,873,42,862,863,871,1,944,945,953,865,866,874,42,861,862,871,1,943,944,953,864,865,874,42,872,861,871,1,954,943,953,875,864,874,42,873,861,872,1,955,943,954,876,864,875,42,874,861,873,1,956,943,955,877,864,876,42,874,855,861,1,956,937,943,877,858,864,42,875,855,874,1,957,937,956,878,858,877,42,854,855,875,1,936,937,957,857,858,878,42,876,854,875,1,958,936,957,879,857,878,42,877,854,876,1,959,936,958,880,857,879,42,877,851,854,1,959,933,936,880,854,857,42,878,851,877,1,960,933,959,881,854,880,42,878,850,851,1,960,932,933,881,853,854,42,879,850,878,1,961,932,960,882,853,881,42,879,849,850,1,961,931,932,882,852,853,42,880,849,879,1,962,931,961,883,852,882,42,880,784,849,1,962,866,931,883,787,852,42,783,784,880,1,865,866,962,786,787,883,42,881,783,880,1,963,865,962,884,786,883,42,881,777,783,1,963,859,865,884,780,786,42,882,777,881,1,964,859,963,885,780,884,42,882,776,777,1,964,858,859,885,779,780,42,883,776,882,1,965,858,964,886,779,885,42,883,775,776,1,965,857,858,886,778,779,42,884,775,883,1,966,857,965,887,778,886,42,884,885,775,1,966,967,857,887,888,778,42,886,885,884,1,968,967,966,889,888,887,42,886,887,885,1,968,969,967,889,890,888,42,888,887,886,1,970,969,968,891,890,889,42,619,887,888,1,713,969,970,622,890,891,42,619,889,887,1,713,971,969,622,892,890,42,621,889,619,1,715,971,713,624,892,622,42,621,890,889,1,715,972,971,624,893,892,42,621,772,890,1,715,854,972,624,775,893,42,621,623,772,1,715,717,854,624,626,775,42,772,773,890,1,854,855,972,775,776,893,42,890,773,774,1,972,855,856,893,776,777,42,890,774,891,1,972,856,973,893,777,894,42,891,774,885,1,973,856,967,894,777,888,42,774,775,885,1,856,857,967,777,778,888,42,891,885,887,1,973,967,969,894,888,890,42,889,891,887,1,971,973,969,892,894,890,42,890,891,889,1,972,973,971,893,894,892,42,619,888,616,1,713,970,710,622,891,619,42,615,616,888,1,709,710,970,618,619,891,42,612,615,888,1,706,709,970,615,618,891,42,612,888,892,1,706,970,974,615,891,895,42,892,888,886,1,974,970,968,895,891,889,42,892,886,893,1,974,968,975,895,889,896,42,893,886,894,1,975,968,976,896,889,897,42,886,884,894,1,968,966,976,889,887,897,42,894,884,883,1,976,966,965,897,887,886,42,894,883,882,1,976,965,964,897,886,885,42,894,882,895,1,976,964,977,897,885,898,42,895,882,881,1,977,964,963,898,885,884,42,895,881,896,1,977,963,978,898,884,899,42,896,881,897,1,978,963,979,899,884,900,42,881,880,897,1,963,962,979,884,883,900,42,897,880,879,1,979,962,961,900,883,882,42,898,897,879,1,980,979,961,901,900,882,42,899,897,898,1,981,979,980,902,900,901,42,896,897,899,1,978,979,981,899,900,902,42,895,896,899,1,977,978,981,898,899,902,42,900,895,899,1,982,977,981,903,898,902,42,894,895,900,1,976,977,982,897,898,903,42,894,900,901,1,976,982,983,897,903,904,42,901,900,902,1,983,982,984,904,903,905,42,900,903,902,1,982,985,984,903,906,905,42,900,899,903,1,982,981,985,903,902,906,42,899,904,903,1,981,986,985,902,907,906,42,899,898,904,1,981,980,986,902,901,907,42,904,898,905,1,986,980,987,907,901,908,42,898,906,905,1,980,988,987,901,909,908,42,898,879,906,1,980,961,988,901,882,909,42,879,877,906,1,961,959,988,882,880,909,42,879,878,877,1,961,960,959,882,881,880,42,906,877,876,1,988,959,958,909,880,879,42,906,876,907,1,988,958,989,909,879,910,42,907,876,908,1,989,958,990,910,879,911,42,908,876,909,1,990,958,991,911,879,912,42,876,875,909,1,958,957,991,879,878,912,42,909,875,874,1,991,957,956,912,878,877,42,909,874,910,1,991,956,992,912,877,913,42,910,874,873,1,992,956,955,913,877,876,42,910,873,911,1,992,955,993,913,876,914,42,911,873,912,1,993,955,994,914,876,915,42,912,873,913,1,994,955,995,915,876,916,42,873,872,913,1,955,954,995,876,875,916,42,913,872,914,1,995,954,996,916,875,917,42,872,871,914,1,954,953,996,875,874,917,42,914,871,915,1,996,953,997,917,874,918,42,871,869,915,1,953,951,997,874,872,918,42,869,916,915,1,951,998,997,872,919,918,42,869,917,916,1,951,999,998,872,920,919,42,869,918,917,1,951,1000,999,872,921,920,42,869,867,918,1,951,949,1000,872,870,921,42,867,919,918,1,949,1001,1000,870,922,921,42,867,866,919,1,949,948,1001,870,869,922,42,919,866,920,1,1001,948,1002,922,869,923,42,866,835,920,1,948,917,1002,869,838,923,42,920,835,921,1,1002,917,1003,923,838,924,42,921,835,833,1,1003,917,915,924,838,836,42,921,833,922,1,1003,915,1004,924,836,925,42,922,833,923,1,1004,915,1005,925,836,926,42,923,833,832,1,1005,915,914,926,836,835,42,923,832,924,1,1005,914,1006,926,835,927,42,924,832,925,1,1006,914,1007,927,835,928,42,925,832,926,1,1007,914,1008,928,835,929,42,927,926,832,1,1009,1008,914,930,929,835,42,928,926,927,1,1010,1008,1009,931,929,930,42,928,929,926,1,1010,1011,1008,931,932,929,42,928,711,929,1,1010,793,1011,931,714,932,42,928,712,711,1,1010,794,793,931,715,714,42,821,712,928,1,903,794,1010,824,715,931,42,714,712,821,1,796,794,903,717,715,824,42,823,821,928,1,905,903,1010,826,824,931,42,928,927,823,1,1010,1009,905,931,930,826,42,823,927,826,1,905,1009,908,826,930,829,42,832,826,927,1,914,908,1009,835,829,930,42,929,711,930,1,1011,793,1012,932,714,933,42,709,930,711,1,791,1012,793,712,933,714,42,930,709,931,1,1012,791,1013,933,712,934,42,931,709,932,1,1013,791,1014,934,712,935,42,707,932,709,1,789,1014,791,710,935,712,42,932,707,933,1,1014,789,1015,935,710,936,42,934,933,707,1,1016,1015,789,937,936,710,42,935,933,934,1,1017,1015,1016,938,936,937,42,935,936,933,1,1017,1018,1015,938,939,936,42,937,936,935,1,1019,1018,1017,940,939,938,42,937,931,936,1,1019,1013,1018,940,934,939,42,938,931,937,1,1020,1013,1019,941,934,940,42,939,931,938,1,1021,1013,1020,942,934,941,42,939,930,931,1,1021,1012,1013,942,933,934,42,940,930,939,1,1022,1012,1021,943,933,942,42,940,929,930,1,1022,1011,1012,943,932,933,42,926,929,940,1,1008,1011,1022,929,932,943,42,925,926,940,1,1007,1008,1022,928,929,943,42,925,940,941,1,1007,1022,1023,928,943,944,42,941,940,939,1,1023,1022,1021,944,943,942,42,941,939,942,1,1023,1021,1024,944,942,945,42,939,938,942,1,1021,1020,1024,942,941,945,42,942,938,943,1,1024,1020,1025,945,941,946,42,943,938,944,1,1025,1020,1026,946,941,947,42,944,938,937,1,1026,1020,1019,947,941,940,42,945,944,937,1,1027,1026,1019,948,947,940,42,946,944,945,1,1028,1026,1027,949,947,948,42,946,947,944,1,1028,1029,1026,949,950,947,42,948,947,946,1,1030,1029,1028,951,950,949,42,943,947,948,1,1025,1029,1030,946,950,951,42,947,943,944,1,1029,1025,1026,950,946,947,42,948,949,943,1,1030,1031,1025,951,952,946,42,950,949,948,1,1032,1031,1030,953,952,951,42,950,951,949,1,1032,1033,1031,953,954,952,42,952,951,950,1,1034,1033,1032,955,954,953,42,953,951,952,1,1035,1033,1034,956,954,955,42,954,951,953,1,1036,1033,1035,957,954,956,42,955,951,954,1,1037,1033,1036,958,954,957,42,956,951,955,1,1038,1033,1037,959,954,958,42,956,949,951,1,1038,1031,1033,959,952,954,42,956,942,949,1,1038,1024,1031,959,945,952,42,941,942,956,1,1023,1024,1038,944,945,959,42,941,956,957,1,1023,1038,1039,944,959,960,42,957,956,955,1,1039,1038,1037,960,959,958,42,958,957,955,1,1040,1039,1037,961,960,958,42,924,957,958,1,1006,1039,1040,927,960,961,42,924,925,957,1,1006,1007,1039,927,928,960,42,925,941,957,1,1007,1023,1039,928,944,960,42,959,924,958,1,1041,1006,1040,962,927,961,42,959,923,924,1,1041,1005,1006,962,926,927,42,959,922,923,1,1041,1004,1005,962,925,926,42,922,959,918,1,1004,1041,1000,925,962,921,42,918,959,917,1,1000,1041,999,921,962,920,42,917,959,960,1,999,1041,1042,920,962,963,42,959,958,960,1,1041,1040,1042,962,961,963,42,960,958,955,1,1042,1040,1037,963,961,958,42,960,955,954,1,1042,1037,1036,963,958,957,42,960,954,961,1,1042,1036,1043,963,957,964,42,961,954,962,1,1043,1036,1044,964,957,965,42,954,963,962,1,1036,1045,1044,957,966,965,42,954,953,963,1,1036,1035,1045,957,956,966,42,963,953,964,1,1045,1035,1046,966,956,967,42,964,953,952,1,1046,1035,1034,967,956,955,42,964,952,965,1,1046,1034,1047,967,955,968,42,952,950,965,1,1034,1032,1047,955,953,968,42,965,950,966,1,1047,1032,1048,968,953,969,42,950,967,966,1,1032,1049,1048,953,970,969,42,950,948,967,1,1032,1030,1049,953,951,970,42,967,948,946,1,1049,1030,1028,970,951,949,42,964,965,557,1,1046,1047,1050,967,968,560,42,963,964,557,1,1045,1046,1050,966,967,560,42,963,557,968,1,1045,1050,1051,966,560,971,42,560,963,968,1,644,1045,1051,563,966,971,42,969,963,560,1,1052,1045,644,972,966,563,42,962,963,969,1,1044,1045,1052,965,966,972,42,970,962,969,1,1053,1044,1052,973,965,972,42,961,962,970,1,1043,1044,1053,964,965,973,42,916,961,970,1,998,1043,1053,919,964,973,42,917,961,916,1,999,1043,998,920,964,919,42,917,960,961,1,999,1042,1043,920,963,964,42,916,970,971,1,998,1053,1054,919,973,974,42,972,971,970,1,1055,1054,1053,975,974,973,42,973,971,972,1,1056,1054,1055,976,974,975,42,973,915,971,1,1056,997,1054,976,918,974,42,914,915,973,1,996,997,1056,917,918,976,42,974,914,973,1,1057,996,1056,977,917,976,42,913,914,974,1,995,996,1057,916,917,977,42,975,913,974,1,1058,995,1057,978,916,977,42,912,913,975,1,994,995,1058,915,916,978,42,976,912,975,1,1059,994,1058,979,915,978,42,977,912,976,1,1060,994,1059,980,915,979,42,977,978,912,1,1060,1061,994,980,981,915,42,979,978,977,1,1062,1061,1060,982,981,980,42,980,978,979,1,1063,1061,1062,983,981,982,42,980,981,978,1,1063,1064,1061,983,984,981,42,982,981,980,1,1065,1064,1063,985,984,983,42,982,983,981,1,1065,1066,1064,985,986,984,42,984,983,982,1,1067,1066,1065,987,986,985,42,984,985,983,1,1067,1068,1066,987,988,986,42,986,985,984,1,1069,1068,1067,989,988,987,42,986,987,985,1,1069,1070,1068,989,990,988,42,988,987,986,1,1071,1070,1069,991,990,989,42,989,987,988,1,1072,1070,1071,992,990,991,42,990,987,989,1,1073,1070,1072,993,990,992,42,990,985,987,1,1073,1068,1070,993,988,990,42,990,908,985,1,1073,990,1068,993,911,988,42,991,908,990,1,1074,990,1073,994,911,993,42,991,907,908,1,1074,989,990,994,910,911,42,905,907,991,1,987,989,1074,908,910,994,42,905,906,907,1,987,988,989,908,909,910,42,992,905,991,1,1075,987,1074,995,908,994,42,904,905,992,1,986,987,1075,907,908,995,42,993,904,992,1,1076,986,1075,996,907,995,42,903,904,993,1,985,986,1076,906,907,996,42,994,903,993,1,1077,985,1076,997,906,996,42,902,903,994,1,984,985,1077,905,906,997,42,995,902,994,1,1078,984,1077,998,905,997,42,996,902,995,1,1079,984,1078,999,905,998,42,996,901,902,1,1079,983,984,999,904,905,42,997,901,996,1,1080,983,1079,1000,904,999,42,997,894,901,1,1080,976,983,1000,897,904,42,998,894,997,1,1081,976,1080,1001,897,1000,42,893,894,998,1,975,976,1081,896,897,1001,42,892,893,998,1,974,975,1081,895,896,1001,42,608,892,998,1,702,974,1081,611,895,1001,42,612,892,608,1,706,974,702,615,895,611,42,608,609,612,1,702,703,706,611,612,615,42,608,998,999,1,702,1081,1082,611,1001,1002,42,998,1000,999,1,1081,1083,1082,1001,1003,1002,42,998,997,1000,1,1081,1080,1083,1001,1000,1003,42,997,996,1000,1,1080,1079,1083,1000,999,1003,42,1000,996,1001,1,1083,1079,1084,1003,999,1004,42,996,995,1001,1,1079,1078,1084,999,998,1004,42,1001,995,1002,1,1084,1078,1085,1004,998,1005,42,995,1003,1002,1,1078,1086,1085,998,1006,1005,42,995,1004,1003,1,1078,1087,1086,998,1007,1006,42,995,994,1004,1,1078,1077,1087,998,997,1007,42,1004,994,1005,1,1087,1077,1088,1007,997,1008,42,994,1006,1005,1,1077,1089,1088,997,1009,1008,42,994,1007,1006,1,1077,1090,1089,997,1010,1009,42,994,1008,1007,1,1077,1091,1090,997,1011,1010,42,994,993,1008,1,1077,1076,1091,997,996,1011,42,993,992,1008,1,1076,1075,1091,996,995,1011,42,1008,992,1009,1,1091,1075,1092,1011,995,1012,42,1009,992,991,1,1092,1075,1074,1012,995,994,42,1009,991,1010,1,1092,1074,1093,1012,994,1013,42,1010,991,990,1,1093,1074,1073,1013,994,993,42,1010,990,989,1,1093,1073,1072,1013,993,992,42,1007,1010,989,1,1090,1093,1072,1010,1013,992,42,1007,1009,1010,1,1090,1092,1093,1010,1012,1013,42,1008,1009,1007,1,1091,1092,1090,1011,1012,1010,42,1007,989,1011,1,1090,1072,1094,1010,992,1014,42,1012,1011,989,1,1095,1094,1072,1015,1014,992,42,1013,1011,1012,1,1096,1094,1095,1016,1014,1015,42,1006,1011,1013,1,1089,1094,1096,1009,1014,1016,42,1006,1007,1011,1,1089,1090,1094,1009,1010,1014,42,1005,1006,1013,1,1088,1089,1096,1008,1009,1016,42,1005,1013,1014,1,1088,1096,1097,1008,1016,1017,42,1014,1013,1015,1,1097,1096,1098,1017,1016,1018,42,1015,1013,1012,1,1098,1096,1095,1018,1016,1015,42,1015,1012,1016,1,1098,1095,1099,1018,1015,1019,42,1016,1012,1017,1,1099,1095,1100,1019,1015,1020,42,1012,988,1017,1,1095,1071,1100,1015,991,1020,42,1012,989,988,1,1095,1072,1071,1015,992,991,42,1018,1017,988,1,1101,1100,1071,1021,1020,991,42,1016,1017,1018,1,1099,1100,1101,1019,1020,1021,42,1016,1018,1019,1,1099,1101,1102,1019,1021,1022,42,1019,1018,1020,1,1102,1101,1103,1022,1021,1023,42,1018,1021,1020,1,1101,1104,1103,1021,1024,1023,42,1021,1018,986,1,1104,1101,1069,1024,1021,989,42,1018,988,986,1,1101,1071,1069,1021,991,989,42,1021,986,984,1,1104,1069,1067,1024,989,987,42,1021,984,1022,1,1104,1067,1105,1024,987,1025,42,1022,984,982,1,1105,1067,1065,1025,987,985,42,1022,982,980,1,1105,1065,1063,1025,985,983,42,1023,1022,980,1,1106,1105,1063,1026,1025,983,42,1021,1022,1023,1,1104,1105,1106,1024,1025,1026,42,1021,1023,1024,1,1104,1106,1107,1024,1026,1027,42,1023,979,1024,1,1106,1062,1107,1026,982,1027,42,1023,980,979,1,1106,1063,1062,1026,983,982,42,1024,979,1025,1,1107,1062,1108,1027,982,1028,42,1025,979,977,1,1108,1062,1060,1028,982,980,42,1025,977,1026,1,1108,1060,1109,1028,980,1029,42,1026,977,976,1,1109,1060,1059,1029,980,979,42,1027,1026,976,1,1110,1109,1059,1030,1029,979,42,1027,1028,1026,1,1110,1111,1109,1030,1031,1029,42,1029,1028,1027,1,1112,1111,1110,1032,1031,1030,42,1030,1028,1029,1,1113,1111,1112,1033,1031,1032,42,1030,1031,1028,1,1113,1114,1111,1033,1034,1031,42,1030,1032,1031,1,1113,1115,1114,1033,1035,1034,42,1033,1032,1030,1,1116,1115,1113,1036,1035,1033,42,1034,1032,1033,1,1117,1115,1116,1037,1035,1036,42,1019,1032,1034,1,1102,1115,1117,1022,1035,1037,42,1019,1020,1032,1,1102,1103,1115,1022,1023,1035,42,1032,1020,1035,1,1115,1103,1118,1035,1023,1038,42,1020,1024,1035,1,1103,1107,1118,1023,1027,1038,42,1021,1024,1020,1,1104,1107,1103,1024,1027,1023,42,1035,1024,1025,1,1118,1107,1108,1038,1027,1028,42,1031,1035,1025,1,1114,1118,1108,1034,1038,1028,42,1031,1032,1035,1,1114,1115,1118,1034,1035,1038,42,1031,1025,1028,1,1114,1108,1111,1034,1028,1031,42,1028,1025,1026,1,1111,1108,1109,1031,1028,1029,42,1036,1019,1034,1,1119,1102,1117,1039,1022,1037,42,1037,1019,1036,1,1120,1102,1119,1040,1022,1039,42,1037,1016,1019,1,1120,1099,1102,1040,1019,1022,42,1038,1016,1037,1,1121,1099,1120,1041,1019,1040,42,1038,1015,1016,1,1121,1098,1099,1041,1018,1019,42,1014,1015,1038,1,1097,1098,1121,1017,1018,1041,42,1039,1014,1038,1,1122,1097,1121,1042,1017,1041,42,1040,1014,1039,1,1123,1097,1122,1043,1017,1042,42,1005,1014,1040,1,1088,1097,1123,1008,1017,1043,42,1003,1005,1040,1,1086,1088,1123,1006,1008,1043,42,1004,1005,1003,1,1087,1088,1086,1007,1008,1006,42,1003,1040,1041,1,1086,1123,1124,1006,1043,1044,42,1040,1042,1041,1,1123,1125,1124,1043,1045,1044,42,1040,1039,1042,1,1123,1122,1125,1043,1042,1045,42,1039,1043,1042,1,1122,1126,1125,1042,1046,1045,42,1038,1044,1039,1,1121,1127,1122,1041,1047,1042,42,1044,1038,1037,1,1127,1121,1120,1047,1041,1040,42,1044,1037,1036,1,1127,1120,1119,1047,1040,1039,42,1045,1044,1036,1,1128,1127,1119,1048,1047,1039,42,1044,1045,1043,1,1127,1128,1126,1047,1048,1046,42,1046,1043,1045,1,1129,1126,1128,1049,1046,1048,42,1042,1043,1046,1,1125,1126,1129,1045,1046,1049,42,1047,1042,1046,1,1130,1125,1129,1050,1045,1049,42,1047,1041,1042,1,1130,1124,1125,1050,1044,1045,42,1048,1041,1047,1,1131,1124,1130,1051,1044,1050,42,1048,1049,1041,1,1131,1132,1124,1051,1052,1044,42,1050,1049,1048,1,1133,1132,1131,1053,1052,1051,42,1050,1002,1049,1,1133,1085,1132,1053,1005,1052,42,1050,1001,1002,1,1133,1084,1085,1053,1004,1005,42,1051,1001,1050,1,1134,1084,1133,1054,1004,1053,42,1051,1052,1001,1,1134,1135,1084,1054,1055,1004,42,1051,1053,1052,1,1134,1136,1135,1054,1056,1055,42,604,1053,1051,1,698,1136,1134,607,1056,1054,42,604,605,1053,1,698,699,1136,607,608,1056,42,605,999,1053,1,699,1082,1136,608,1002,1056,42,605,608,999,1,699,702,1082,608,611,1002,42,999,1052,1053,1,1082,1135,1136,1002,1055,1056,42,1052,999,1000,1,1135,1082,1083,1055,1002,1003,42,1052,1000,1001,1,1135,1083,1084,1055,1003,1004,42,604,1051,1054,1,698,1134,1137,607,1054,1057,42,1054,1051,1050,1,1137,1134,1133,1057,1054,1053,42,1054,1050,1048,1,1137,1133,1131,1057,1053,1051,42,1054,1048,1055,1,1137,1131,1138,1057,1051,1058,42,1055,1048,1056,1,1138,1131,1139,1058,1051,1059,42,1048,1047,1056,1,1131,1130,1139,1051,1050,1059,42,1056,1047,1057,1,1139,1130,1140,1059,1050,1060,42,1057,1047,1058,1,1140,1130,1141,1060,1050,1061,42,1047,1059,1058,1,1130,1142,1141,1050,1062,1061,42,1047,1060,1059,1,1130,1143,1142,1050,1063,1062,42,1047,1046,1060,1,1130,1129,1143,1050,1049,1063,42,1046,1045,1060,1,1129,1128,1143,1049,1048,1063,42,1060,1045,1033,1,1143,1128,1116,1063,1048,1036,42,1045,1034,1033,1,1128,1117,1116,1048,1037,1036,42,1036,1034,1045,1,1119,1117,1128,1039,1037,1048,42,1060,1033,1059,1,1143,1116,1142,1063,1036,1062,42,1033,1029,1059,1,1116,1112,1142,1036,1032,1062,42,1033,1030,1029,1,1116,1113,1112,1036,1033,1032,42,1059,1029,1027,1,1142,1112,1110,1062,1032,1030,42,1059,1027,1058,1,1142,1110,1141,1062,1030,1061,42,1058,1027,1061,1,1141,1110,1144,1061,1030,1064,42,1027,976,1061,1,1110,1059,1144,1030,979,1064,42,1061,976,1062,1,1144,1059,1145,1064,979,1065,42,976,975,1062,1,1059,1058,1145,979,978,1065,42,1062,975,1063,1,1145,1058,1146,1065,978,1066,42,975,1064,1063,1,1058,1147,1146,978,1067,1066,42,975,974,1064,1,1058,1057,1147,978,977,1067,42,974,973,1064,1,1057,1056,1147,977,976,1067,42,1064,973,972,1,1147,1056,1055,1067,976,975,42,1063,1064,972,1,1146,1147,1055,1066,1067,975,42,1063,972,573,1,1146,1055,657,1066,975,576,42,573,972,1065,1,657,1055,1148,576,975,1068,42,972,970,1065,1,1055,1053,1148,975,973,1068,42,1065,970,969,1,1148,1053,1052,1068,973,972,42,1065,969,1066,1,1148,1052,1149,1068,972,1069,42,1066,969,1067,1,1149,1052,1150,1069,972,1070,42,969,1068,1067,1,1052,1151,1150,972,1071,1070,42,969,560,1068,1,1052,644,1151,972,563,1071,42,560,561,1068,1,644,645,1151,563,564,1071,42,1068,561,562,1,1151,645,646,1071,564,565,42,1067,1068,562,1,1150,1151,646,1070,1071,565,42,1067,562,1069,1,1150,646,1152,1070,565,1072,42,562,563,1069,1,646,647,1152,565,566,1072,42,563,564,1069,1,647,648,1152,566,567,1072,42,1069,564,567,1,1152,648,651,1072,567,570,42,564,566,567,1,648,650,651,567,569,570,42,564,565,566,1,648,649,650,567,568,569,42,568,1069,567,1,652,1152,651,571,1072,570,42,568,1070,1069,1,652,1153,1152,571,1073,1072,42,569,1070,568,1,653,1153,652,572,1073,571,42,569,570,1070,1,653,654,1153,572,573,1073,42,570,1066,1070,1,654,1149,1153,573,1069,1073,42,570,571,1066,1,654,655,1149,573,574,1069,42,571,1065,1066,1,655,1148,1149,574,1068,1069,42,571,573,1065,1,655,657,1148,574,576,1068,42,1066,1067,1070,1,1149,1150,1153,1069,1070,1073,42,1067,1069,1070,1,1150,1152,1153,1070,1072,1073,42,574,1063,573,1,658,1146,657,577,1066,576,42,1062,1063,574,1,1145,1146,658,1065,1066,577,42,575,1062,574,1,659,1145,658,578,1065,577,42,1061,1062,575,1,1144,1145,659,1064,1065,578,42,1071,1061,575,1,1154,1144,659,1074,1064,578,42,1058,1061,1071,1,1141,1144,1154,1061,1064,1074,42,1057,1058,1071,1,1140,1141,1154,1060,1061,1074,42,1072,1057,1071,1,1155,1140,1154,1075,1060,1074,42,1072,1055,1057,1,1155,1138,1140,1075,1058,1060,42,579,1055,1072,1,663,1138,1155,582,1058,1075,42,579,1054,1055,1,663,1137,1138,582,1057,1058,42,580,1054,579,1,664,1137,663,583,1057,582,42,604,1054,580,1,698,1137,664,607,1057,583,42,582,604,580,1,666,698,664,585,607,583,42,579,1072,577,1,663,1155,661,582,1075,580,42,577,1072,575,1,661,1155,659,580,1075,578,42,1072,1071,575,1,1155,1154,659,1075,1074,578,42,1055,1056,1057,1,1138,1139,1140,1058,1059,1060,42,1049,1002,1003,1,1132,1085,1086,1052,1005,1006,42,1049,1003,1041,1,1132,1086,1124,1052,1006,1044,42,908,909,985,1,990,991,1068,911,912,988,42,985,909,910,1,1068,991,992,988,912,913,42,985,910,983,1,1068,992,1066,988,913,986,42,983,910,911,1,1066,992,993,986,913,914,42,983,911,981,1,1066,993,1064,986,914,984,42,981,911,978,1,1064,993,1061,984,914,981,42,978,911,912,1,1061,993,994,981,914,915,42,915,916,971,1,997,998,1054,918,919,974,42,559,560,968,1,643,644,1051,1076,1076,1076,42,918,919,922,1,1000,1001,1004,921,922,925,42,919,920,922,1,1001,1002,1004,922,923,925,42,920,921,922,1,1002,1003,1004,923,924,925,42,942,943,949,1,1024,1025,1031,945,946,952,42,945,937,1073,1,1027,1019,1156,948,940,1077,42,1073,937,935,1,1156,1019,1017,1077,940,938,42,931,932,936,1,1013,1014,1018,934,935,939,42,936,932,933,1,1018,1014,1015,939,935,936,42,934,707,1074,1,1016,789,1157,937,710,1078,42,1074,707,706,1,1157,789,788,1078,710,709,42,1074,706,1075,1,1157,788,1158,1079,1079,1079,42,1075,706,705,1,1158,788,787,1080,709,708,42,1076,1075,705,1,1159,1158,787,1081,1080,708,42,705,934,1076,1,787,1160,1159,708,937,1081,42,705,703,934,1,787,785,1160,708,706,937,42,705,704,703,1,787,786,785,708,707,706,42,934,703,701,1,1160,785,783,937,706,704,42,934,701,1077,1,1160,783,1161,937,704,1082,42,1078,1077,701,1,1162,1161,783,1083,1082,704,42,1078,1079,1077,1,1162,1163,1161,1083,1084,1082,42,1080,1079,1078,1,1164,1163,1162,1085,1084,1083,42,1080,1078,1081,1,1164,1162,1165,1085,1083,1086,42,1081,1078,700,1,1165,1162,782,1086,1083,703,42,1078,701,700,1,1162,783,782,1083,704,703,42,1081,700,1082,1,1165,782,1166,1086,703,1087,42,1082,700,699,1,1166,782,781,1087,703,702,42,1083,1082,699,1,1167,1166,781,1088,1087,702,42,1081,1082,1083,1,1165,1166,1167,1086,1087,1088,42,1084,1081,1083,1,1168,1165,1167,1089,1086,1088,42,1084,1080,1081,1,1168,1164,1165,1089,1085,1086,42,1085,1080,1084,1,1169,1164,1168,1090,1085,1089,42,1086,1085,1084,1,1170,1169,1168,1091,1090,1089,42,557,1085,1086,1,641,1169,1170,560,1090,1091,42,557,1086,1087,1,641,1170,1171,560,1091,1092,42,1086,1084,1087,1,1170,1168,1171,1091,1089,1092,42,1084,1083,1087,1,1168,1167,1171,1089,1088,1092,42,1087,1083,551,1,1171,1167,635,1092,1088,554,42,1083,1088,551,1,1167,1172,635,1088,1093,554,42,1083,699,1088,1,1167,781,1172,1088,702,1093,42,548,1088,699,1,632,1172,781,551,1093,702,42,551,1088,548,1,635,1172,632,554,1093,551,42,548,699,546,1,632,781,630,551,702,549,42,546,699,695,1,630,781,777,549,702,698,42,546,695,545,1,630,777,629,549,698,548,42,1087,551,552,1,1171,635,636,1092,554,555,42,556,1087,552,1,640,1171,636,559,1092,555,42,556,557,1087,1,640,641,1171,559,560,1092,42,556,552,554,1,640,636,638,559,555,557,42,1079,934,1077,1,1163,1160,1161,1084,937,1082,42,777,778,783,1,859,860,865,780,781,786,42,784,848,849,1,866,930,931,787,851,852,42,848,784,785,1,930,866,867,851,787,788,42,785,794,848,1,867,876,930,788,797,851,42,870,863,868,1,952,945,950,873,866,871,42,863,864,868,1,945,946,950,866,867,871,42,868,864,865,1,950,946,947,871,867,868,42,837,829,830,1,919,911,912,840,832,833,42,716,714,819,1,798,796,901,719,717,822,42,716,819,816,1,798,901,898,719,822,819,42,815,716,816,1,897,798,898,818,719,819,42,807,716,815,1,889,798,897,810,719,818,42,738,1089,767,1,820,1173,849,741,1094,770,42,1091,1089,1090,1,1174,1173,1175,1095,1094,1096,42,1092,1089,1091,1,1176,1173,1174,1097,1094,1095,42,1093,1089,1092,1,1177,1173,1176,1098,1094,1097,42,767,1089,1093,1,849,1173,1177,770,1094,1098,42,764,767,1093,1,846,849,1177,767,770,1098,42,764,1093,760,1,846,1177,842,767,1098,763,42,760,1093,1094,1,842,1177,1178,763,1098,1099,42,1094,1093,1092,1,1178,1177,1176,1099,1098,1097,42,753,1094,1092,1,835,1178,1176,756,1099,1097,42,755,1094,753,1,837,1178,835,758,1099,756,42,755,757,1094,1,837,839,1178,758,760,1099,42,760,1094,757,1,842,1178,839,763,1099,760,42,753,1092,752,1,835,1176,834,756,1097,755,42,752,1092,1091,1,834,1176,1174,755,1097,1095,42,752,1091,1095,1,834,1174,1179,755,1095,1100,42,1095,1091,1090,1,1179,1174,1175,1100,1095,1096,42,1095,1090,1096,1,1179,1175,1180,1100,1096,1101,42,1096,1090,738,1,1180,1175,820,1101,1096,741,42,739,1096,738,1,821,1180,820,742,1101,741,42,1097,1096,739,1,1181,1180,821,1102,1101,742,42,1097,1095,1096,1,1181,1179,1180,1102,1100,1101,42,749,1095,1097,1,831,1179,1181,752,1100,1102,42,750,1095,749,1,832,1179,831,753,1100,752,42,750,752,1095,1,832,834,1179,753,755,1100,42,749,1097,747,1,831,1181,829,752,1102,750,42,1097,1098,747,1,1181,1182,829,1102,1103,750,42,1097,740,1098,1,1181,822,1182,1102,743,1103,42,739,740,1097,1,821,822,1181,742,743,1102,42,1098,740,741,1,1182,822,823,1103,743,744,42,1098,741,1099,1,1182,823,1183,1103,744,1104,42,1099,741,742,1,1183,823,824,1104,744,745,42,1099,742,745,1,1183,824,827,1104,745,748,42,745,747,1099,1,827,829,1183,748,750,1104,42,1098,1099,747,1,1182,1183,829,1103,1104,750,42,762,764,760,1,844,846,842,765,767,763,42,688,689,734,1,770,771,816,691,692,737,42,734,689,1100,1,816,771,1184,737,692,1105,42,1100,689,1101,1,1184,771,1185,1105,692,1106,42,1101,689,690,1,1185,771,772,1106,692,693,42,1101,690,708,1,1185,772,790,1106,693,711,42,710,1101,708,1,792,1185,790,713,1106,711,42,713,1101,710,1,795,1185,792,716,1106,713,42,713,1102,1101,1,795,1186,1185,716,1107,1106,42,715,1102,713,1,797,1186,795,718,1107,716,42,715,718,1102,1,797,800,1186,718,721,1107,42,718,1100,1102,1,800,1184,1186,721,1105,1107,42,1103,1100,718,1,1187,1184,800,1108,1105,721,42,1104,1100,1103,1,1188,1184,1187,1109,1105,1108,42,1104,734,1100,1,1188,816,1184,1109,737,1105,42,732,734,1104,1,814,816,1188,735,737,1109,42,732,1104,731,1,814,1188,813,735,1109,734,42,721,731,1104,1,803,813,1188,724,734,1109,42,723,731,721,1,805,813,803,726,734,724,42,727,731,723,1,809,813,805,730,734,726,42,721,1104,1103,1,803,1188,1187,724,1109,1108,42,721,1103,719,1,803,1187,801,724,1108,722,42,719,1103,718,1,801,1187,800,722,1108,721,42,1100,1101,1102,1,1184,1185,1186,1105,1106,1107,42,686,628,630,1,768,722,724,689,631,633,42,1105,686,630,1,557,559,558,1110,689,633,42,1106,686,1105,1,563,559,557,1111,689,1110,42,1106,1107,686,1,563,564,559,1111,1112,689,42,1108,1107,1106,1,567,564,563,1113,1112,1111,42,1107,1108,1109,1,564,567,566,1112,1113,1114,42,1109,1108,643,1,566,567,589,1114,1113,646,42,1108,642,643,1,567,568,589,1113,645,646,42,642,1108,1106,1,568,567,563,645,1113,1111,42,642,1106,1110,1,568,563,562,645,1111,1115,42,1110,1106,1105,1,562,563,557,1115,1111,1110,42,1110,1105,1111,1,562,557,561,1115,1110,1116,42,1111,1105,633,1,561,557,560,1116,1110,636,42,1105,630,633,1,557,558,560,1110,633,636,42,630,632,633,1,558,695,560,633,635,636,42,637,1111,633,1,570,561,560,640,1116,636,42,637,1110,1111,1,570,562,561,640,1115,1116,42,639,1110,637,1,569,562,570,642,1115,640,42,639,642,1110,1,569,568,562,642,645,1115,42,637,633,634,1,570,560,696,640,636,637,42,643,685,1109,1,589,565,566,646,688,1114,42,685,643,645,1,565,589,590,688,646,648,42,1109,685,1107,1,566,565,564,1114,688,1112,42,685,686,1107,1,565,559,564,688,689,1112,42,649,650,680,1,729,731,761,652,653,683,42,680,650,679,1,761,731,760,683,653,682,42,650,651,679,1,731,732,760,653,654,682,42,651,666,679,1,732,747,760,654,669,682,42,652,666,651,1,733,747,732,655,669,654,42,668,676,667,1,749,757,748,671,679,670,42,676,668,673,1,757,749,754,679,671,676,42,668,669,673,1,749,750,754,671,672,676,42,542,544,661,1,626,628,742,545,547,664,42,542,661,660,1,626,742,741,545,664,663,42,542,660,540,1,626,741,624,545,663,543,42,540,660,538,1,624,741,622,543,663,541,42,534,535,533,1,618,619,614,537,538,536,42,498,644,1112,1,524,605,606,533,647,1117,42,1112,644,641,1,683,685,588,1117,647,644,42,1112,641,1113,1,683,588,684,1117,644,1118,42,641,640,1113,1,588,587,684,644,643,1118,42,1114,1113,640,1,583,684,587,1119,1118,643,42,1112,1113,1114,1,683,684,583,1117,1118,1119,42,1115,1112,1114,1,582,683,583,1120,1117,1119,42,1116,1112,1115,1,1189,1190,1191,1121,1117,1120,42,1117,1112,1116,1,527,606,607,1122,1117,1121,42,1117,498,1112,1,527,524,606,1122,533,1117,42,497,498,1117,1,526,524,527,532,533,1122,42,497,1117,1118,1,526,527,528,532,1122,1123,42,1118,1117,1116,1,528,527,607,1123,1122,1121,42,1118,1116,1119,1,528,607,608,1123,1121,1124,42,1119,1116,1120,1,608,607,669,1124,1121,1125,42,1120,1116,1121,1,1192,1193,1194,1125,1121,1126,42,1116,1122,1121,1,1189,1195,1196,1121,1127,1126,42,1116,1115,1122,1,1189,1191,1195,1121,1120,1127,42,1115,1123,1122,1,582,580,681,1120,1128,1127,42,1123,1115,1124,1,580,582,581,1128,1120,1129,42,1115,1114,1124,1,582,583,581,1120,1119,1129,42,1124,1114,1125,1,581,583,584,1129,1119,1130,42,1125,1114,1126,1,584,583,586,1130,1119,1131,42,1114,640,1126,1,583,587,586,1119,643,1131,42,1126,640,638,1,586,587,571,1131,643,641,42,1126,638,1125,1,586,571,584,1131,641,1130,42,1125,638,1127,1,584,571,585,1130,641,1132,42,1127,638,1128,1,585,571,573,1132,641,1133,42,638,636,1128,1,571,572,573,641,639,1133,42,636,635,1128,1,572,574,573,639,638,1133,42,1128,635,1129,1,573,574,575,1133,638,1134,42,635,1130,1129,1,574,675,575,638,1135,1134,42,635,629,1130,1,574,676,675,638,632,1135,42,635,631,629,1,574,694,676,638,634,632,42,1130,629,627,1,1197,723,721,1135,632,630,42,1130,627,624,1,1197,721,718,1135,630,627,42,1131,1130,624,1,1198,1197,718,1136,1135,627,42,1131,1132,1130,1,693,677,675,1136,1137,1135,42,1131,1133,1132,1,693,692,677,1136,1138,1137,42,1131,1122,1133,1,693,681,692,1136,1127,1138,42,1122,1131,1121,1,1195,1198,1196,1127,1136,1126,42,1131,624,1121,1,1198,718,1196,1136,627,1126,42,1121,624,622,1,1196,718,716,1126,627,625,42,1121,622,1134,1,1196,716,1199,1126,625,1139,42,1134,622,620,1,1199,716,714,1139,625,623,42,1120,1121,1134,1,1192,1194,1200,1125,1126,1139,42,1122,1135,1133,1,681,691,692,1127,1140,1138,42,1136,1135,1122,1,680,691,681,1141,1140,1127,42,1135,1136,1137,1,691,680,679,1140,1141,1142,42,1137,1136,1138,1,679,680,579,1142,1141,1143,42,1123,1138,1136,1,580,579,680,1128,1143,1141,42,1123,1139,1138,1,580,578,579,1128,1144,1143,42,1124,1139,1123,1,581,578,580,1129,1144,1128,42,1139,1124,1125,1,578,581,584,1144,1129,1130,42,1125,1140,1139,1,584,577,578,1130,1145,1144,42,1125,1127,1140,1,584,585,577,1130,1132,1145,42,1127,1128,1140,1,585,573,577,1132,1133,1145,42,1128,1141,1140,1,573,576,577,1133,1146,1145,42,1129,1141,1128,1,575,576,573,1134,1146,1133,42,1141,1129,1142,1,576,575,678,1146,1134,1147,42,1129,1132,1142,1,575,677,678,1134,1137,1147,42,1129,1130,1132,1,575,675,677,1134,1135,1137,42,1133,1142,1132,1,692,678,677,1138,1147,1137,42,1135,1142,1133,1,691,678,692,1140,1147,1138,42,1135,1137,1142,1,691,679,678,1140,1142,1147,42,1141,1142,1137,1,576,678,679,1146,1147,1142,42,1138,1141,1137,1,579,576,679,1143,1146,1142,42,1139,1141,1138,1,578,576,579,1144,1146,1143,42,1139,1140,1141,1,578,577,576,1144,1145,1146,42,1123,1136,1122,1,580,680,681,1128,1141,1127,42,1143,1118,1119,1,609,528,608,1148,1123,1124,42,1143,1144,1118,1,609,529,528,1148,1149,1123,42,491,1144,1143,1,610,529,609,526,1149,1148,42,491,492,1144,1,610,611,529,526,527,1149,42,492,493,1144,1,611,612,529,527,528,1149,42,1144,493,494,1,529,612,530,1149,528,529,42,1144,494,497,1,529,530,526,1149,529,532,42,1144,497,1118,1,529,526,528,1149,532,1123,42,412,413,530,1,1201,536,1202,396,460,438,42,1043,1039,1044,2,1203,1204,1205,1046,1042,1047,42,1090,1089,738,2,1206,1207,1208,1096,1094,741,42,1148,1149,1150,0,1209,1210,1211,1150,1151,1152,42,1148,1151,1149,0,1209,1212,1210,1150,1153,1151,42,1151,1148,1152,0,1212,1209,1213,1153,1150,1154,42,1152,1153,1151,0,1213,1214,1212,1154,1155,1153,42,1155,1156,1154,0,1215,1216,1217,1156,1157,1158,42,1157,1156,1155,0,1218,1216,1215,1159,1157,1156,42,1157,1158,1156,0,1218,1219,1216,1159,1160,1157,42,1159,1158,1157,0,1220,1219,1218,1161,1160,1159,42,1160,1158,1159,0,1221,1219,1220,1162,1160,1161,42,1160,1161,1158,0,1221,1222,1219,1162,1163,1160,42,1160,1162,1161,0,1221,1223,1222,1162,1164,1163,42,1163,1162,1160,0,1224,1223,1221,1165,1164,1162,42,1163,1164,1162,0,1224,1225,1223,1165,1166,1164,42,1165,1164,1163,0,1226,1225,1224,1167,1166,1165,42,1166,1164,1165,0,1227,1225,1226,1168,1166,1167,42,1166,1167,1164,0,1227,1228,1225,1168,1169,1166,42,1166,1168,1167,0,1227,1229,1228,1168,1170,1169,42,1169,1168,1166,0,1230,1229,1227,1171,1170,1168,42,1169,1170,1168,0,1230,1231,1229,1171,1172,1170,42,1171,1170,1169,0,1232,1231,1230,1173,1172,1171,42,1171,1172,1170,0,1232,1233,1231,1173,1174,1172,42,1173,1172,1171,0,1234,1233,1232,1175,1174,1173,42,1174,1172,1173,0,1235,1233,1234,1176,1174,1175,42,1174,1175,1172,0,1235,1236,1233,1176,1177,1174,42,1176,1175,1174,0,1237,1236,1235,1178,1177,1176,42,1176,1177,1175,0,1237,1238,1236,1178,1179,1177,42,1178,1177,1176,0,1239,1238,1237,1180,1179,1178,42,1178,1179,1177,0,1239,1240,1238,1180,1181,1179,42,1180,1179,1178,0,1241,1240,1239,1182,1181,1180,42,1180,1181,1179,0,1241,1242,1240,1182,1183,1181,42,1182,1181,1180,0,1243,1242,1241,1184,1183,1182,42,1181,1182,1183,0,1242,1243,1244,1183,1184,1185,42,1183,1182,1184,0,1244,1243,1245,1185,1184,1186,42,1182,1185,1184,0,1243,1246,1245,1184,1187,1186,42,1186,1185,1182,0,1247,1246,1243,1188,1187,1184,42,1186,1187,1185,0,1247,1248,1246,1188,1189,1187,42,1186,1188,1187,0,1247,1249,1248,1188,1190,1189,42,1189,1188,1186,0,1250,1249,1247,1191,1190,1188,42,1189,1190,1188,0,1250,1251,1249,1191,1192,1190,42,1189,1191,1190,0,1252,1253,1254,1191,1193,1192,42,1192,1191,1189,0,1255,1253,1252,1194,1193,1191,42,1192,1193,1191,0,1255,1256,1253,1194,1195,1193,42,1194,1193,1192,0,1257,1256,1255,1196,1195,1194,42,1195,1193,1194,0,1258,1256,1257,1197,1195,1196,42,1195,1196,1193,0,1258,1259,1256,1197,1198,1195,42,1197,1196,1195,0,1260,1259,1258,1199,1198,1197,42,1197,1198,1196,0,1260,1261,1259,1199,1200,1198,42,1197,1199,1198,0,1260,1262,1261,1199,1201,1200,42,1197,1200,1199,0,1260,1263,1262,1199,1202,1201,42,1201,1200,1197,0,1264,1263,1260,1203,1202,1199,42,1202,1200,1201,0,1265,1263,1264,1204,1202,1203,42,1200,1202,1203,0,1263,1265,1266,1202,1204,1205,42,1202,1204,1203,0,1265,1267,1266,1204,1206,1205,42,1205,1204,1202,0,1268,1269,1270,1207,1206,1204,42,1205,1206,1204,0,1268,1271,1269,1207,1208,1206,42,1207,1206,1205,0,1272,1271,1268,1209,1208,1207,42,1207,1208,1206,0,1272,1273,1271,1209,1210,1208,42,1207,1209,1208,0,1272,1274,1273,1209,1211,1210,42,1210,1209,1207,0,1275,1274,1272,1212,1211,1209,42,1211,1209,1210,0,1276,1274,1275,1213,1211,1212,42,1211,1212,1209,0,1276,1277,1274,1213,1214,1211,42,1213,1212,1211,0,1278,1277,1276,1215,1214,1213,42,1214,1212,1213,0,1279,1277,1278,1216,1214,1215,42,1214,1215,1212,0,1279,1280,1277,1216,1217,1214,42,1214,1216,1215,0,1279,1281,1280,1216,1218,1217,42,1217,1216,1214,0,1282,1281,1279,1219,1218,1216,42,1218,1216,1217,0,1283,1284,1285,1220,1218,1219,42,1218,1219,1216,0,1283,1286,1284,1220,1221,1218,42,1220,1219,1218,0,1287,1286,1283,1222,1221,1220,42,1220,1221,1219,0,1287,1288,1286,1222,1223,1221,42,1220,1222,1221,0,1287,1289,1288,1222,1224,1223,42,1220,1223,1222,0,1287,1290,1289,1222,1225,1224,42,1224,1223,1220,0,1291,1290,1287,1226,1225,1222,42,1224,1225,1223,0,1291,1292,1290,1226,1227,1225,42,1224,1226,1225,0,1291,1293,1292,1226,1228,1227,42,1227,1226,1224,0,1294,1293,1291,1229,1228,1226,42,1227,1228,1226,0,1294,1295,1293,1229,1230,1228,42,1229,1228,1227,0,1296,1295,1294,1231,1230,1229,42,1229,1230,1228,0,1296,1297,1295,1231,1232,1230,42,1229,1231,1230,0,1296,1298,1297,1231,1233,1232,42,1229,1232,1231,0,1296,1299,1298,1231,1234,1233,42,1233,1232,1229,0,1300,1299,1296,1235,1234,1231,42,1234,1232,1233,0,1301,1299,1300,1236,1234,1235,42,1234,1235,1232,0,1301,1302,1299,1236,1237,1234,42,1234,1236,1235,0,1301,1303,1302,1236,1238,1237,42,1234,1237,1236,0,1301,1304,1303,1236,1239,1238,42,1237,1234,1238,0,1304,1301,1305,1239,1236,1240,42,1239,1238,1234,0,1306,1305,1301,1241,1240,1236,42,1238,1239,1240,0,1305,1306,1307,1240,1241,1242,42,1239,1241,1240,0,1306,1308,1307,1241,1243,1242,42,1239,1234,1241,0,1306,1301,1308,1241,1236,1243,42,1241,1234,1233,0,1308,1301,1300,1243,1236,1235,42,1241,1233,1229,0,1308,1300,1296,1243,1235,1231,42,1241,1229,1242,0,1308,1296,1309,1243,1231,1244,42,1242,1229,1227,0,1309,1296,1294,1244,1231,1229,42,1242,1227,1243,0,1309,1294,1310,1244,1229,1245,42,1243,1227,1244,0,1310,1294,1311,1245,1229,1246,42,1227,1245,1244,0,1294,1312,1311,1229,1247,1246,42,1227,1224,1245,0,1294,1291,1312,1229,1226,1247,42,1245,1224,1220,0,1312,1291,1287,1247,1226,1222,42,1245,1220,1246,0,1312,1287,1313,1247,1222,1248,42,1220,1218,1246,0,1287,1283,1313,1222,1220,1248,42,1246,1218,1217,0,1313,1283,1285,1248,1220,1219,42,1246,1217,1247,0,1313,1285,1314,1248,1219,1249,42,1247,1217,1214,0,1315,1282,1279,1249,1219,1216,42,1247,1214,1248,0,1315,1279,1316,1249,1216,1250,42,1248,1214,1249,0,1316,1279,1317,1250,1216,1251,42,1249,1214,1213,0,1317,1279,1278,1251,1216,1215,42,1249,1213,1211,0,1317,1278,1276,1251,1215,1213,42,1250,1249,1211,0,1318,1317,1276,1252,1251,1213,42,1250,1251,1249,0,1318,1319,1317,1252,1253,1251,42,1252,1251,1250,0,1320,1319,1318,1254,1253,1252,42,1253,1251,1252,0,1321,1319,1320,1255,1253,1254,42,1253,1254,1251,0,1321,1322,1319,1255,1256,1253,42,1253,1255,1254,0,1321,1323,1322,1255,1257,1256,42,1256,1255,1253,0,1324,1323,1321,1258,1257,1255,42,1256,1257,1255,0,1324,1325,1323,1258,1259,1257,42,1232,1257,1256,0,1299,1325,1324,1260,1260,1260,42,1235,1257,1232,0,1302,1325,1299,1237,1259,1234,42,1235,1236,1257,0,1302,1303,1325,1237,1238,1259,42,1257,1236,1258,0,1325,1303,1326,1259,1238,1261,42,1236,1259,1258,0,1303,1327,1326,1238,1262,1261,42,1236,1260,1259,0,1303,1328,1327,1238,1263,1262,42,1236,1261,1260,0,1303,1329,1328,1238,1264,1263,42,1237,1261,1236,0,1304,1329,1303,1239,1264,1238,42,1261,1237,1238,0,1329,1304,1305,1264,1239,1240,42,1261,1238,1262,0,1329,1305,1330,1264,1240,1265,42,1262,1238,1263,0,1330,1305,1331,1265,1240,1266,42,1238,1240,1263,0,1305,1307,1331,1240,1242,1266,42,1240,1264,1263,0,1307,1332,1331,1242,1267,1266,42,1264,1240,1265,0,1332,1307,1333,1267,1242,1268,42,1240,1266,1265,0,1307,1334,1333,1242,1269,1268,42,1240,1267,1266,0,1307,1335,1334,1242,1270,1269,42,1240,1241,1267,0,1307,1308,1335,1242,1243,1270,42,1241,1243,1267,0,1308,1310,1335,1243,1245,1270,42,1241,1242,1243,0,1308,1309,1310,1243,1244,1245,42,1267,1243,1268,0,1335,1310,1336,1270,1245,1271,42,1268,1243,1269,0,1336,1310,1337,1271,1245,1272,42,1243,1244,1269,0,1310,1311,1337,1245,1246,1272,42,1244,1245,1269,0,1311,1312,1337,1246,1247,1272,42,1245,1246,1269,0,1312,1313,1337,1247,1248,1272,42,1269,1246,1247,0,1337,1313,1314,1272,1248,1249,42,1269,1247,1270,0,1337,1314,1338,1272,1249,1273,42,1270,1247,1248,0,1339,1315,1316,1273,1249,1250,42,1270,1248,1271,0,1339,1316,1340,1273,1250,1274,42,1271,1248,1251,0,1340,1316,1319,1274,1250,1253,42,1251,1248,1249,0,1319,1316,1317,1253,1250,1251,42,1272,1271,1251,0,1341,1340,1319,1275,1274,1253,42,1272,1270,1271,0,1341,1339,1340,1275,1273,1274,42,1273,1270,1272,0,1342,1339,1341,1276,1273,1275,42,1273,1269,1270,0,1343,1337,1338,1276,1272,1273,42,1268,1269,1273,0,1336,1337,1343,1271,1272,1276,42,1268,1273,1274,0,1336,1343,1344,1271,1276,1277,42,1274,1273,1272,0,1345,1342,1341,1277,1276,1275,42,1274,1272,1275,0,1345,1341,1346,1277,1275,1278,42,1255,1275,1272,0,1323,1346,1341,1257,1278,1275,42,1275,1255,1276,0,1346,1323,1347,1278,1257,1279,42,1255,1277,1276,0,1323,1348,1347,1257,1280,1279,42,1255,1257,1277,0,1323,1325,1348,1257,1259,1280,42,1278,1277,1257,0,1349,1348,1325,1281,1280,1259,42,1277,1278,1276,0,1348,1349,1347,1280,1281,1279,42,1278,1279,1276,0,1349,1350,1347,1281,1282,1279,42,1278,1280,1279,0,1349,1351,1350,1281,1283,1282,42,1281,1280,1278,0,1352,1351,1349,1284,1283,1281,42,1282,1280,1281,0,1353,1351,1352,1285,1283,1284,42,1282,1283,1280,0,1353,1354,1351,1285,1286,1283,42,1280,1283,1284,0,1351,1354,1355,1283,1286,1287,42,1285,1280,1284,0,1356,1351,1355,1288,1283,1287,42,1286,1280,1285,0,1357,1351,1356,1289,1283,1288,42,1286,1279,1280,0,1357,1350,1351,1289,1282,1283,42,1276,1279,1286,0,1347,1350,1357,1279,1282,1289,42,1287,1276,1286,0,1358,1347,1357,1290,1279,1289,42,1275,1276,1287,0,1346,1347,1358,1278,1279,1290,42,1274,1275,1287,0,1345,1346,1358,1277,1278,1290,42,1265,1274,1287,0,1333,1344,1359,1268,1277,1290,42,1265,1266,1274,0,1333,1334,1344,1268,1269,1277,42,1266,1268,1274,0,1334,1336,1344,1269,1271,1277,42,1266,1267,1268,0,1334,1335,1336,1269,1270,1271,42,1265,1287,1264,0,1333,1359,1332,1268,1290,1267,42,1287,1286,1264,0,1359,1360,1332,1290,1289,1267,42,1264,1286,1288,0,1332,1360,1361,1267,1289,1291,42,1286,1285,1288,0,1360,1362,1361,1289,1288,1291,42,1288,1285,1284,0,1361,1362,1363,1291,1288,1287,42,1288,1284,1289,0,1361,1363,1364,1291,1287,1292,42,1288,1289,1290,0,1361,1364,1365,1291,1292,1293,42,1291,1288,1290,0,1366,1361,1365,1294,1291,1293,42,1263,1288,1291,0,1331,1361,1366,1266,1291,1294,42,1263,1264,1288,0,1331,1332,1361,1266,1267,1291,42,1262,1263,1291,0,1330,1331,1366,1265,1266,1294,42,1292,1262,1291,0,1367,1330,1366,1295,1265,1294,42,1261,1262,1292,0,1329,1330,1367,1264,1265,1295,42,1293,1261,1292,0,1368,1329,1367,1296,1264,1295,42,1261,1293,1260,0,1329,1368,1328,1264,1296,1263,42,1260,1293,1294,0,1328,1368,1369,1263,1296,1297,42,1260,1294,1259,0,1328,1369,1327,1263,1297,1262,42,1259,1294,1295,0,1327,1369,1370,1262,1297,1298,42,1295,1281,1259,0,1370,1352,1327,1298,1284,1262,42,1295,1282,1281,0,1370,1353,1352,1298,1285,1284,42,1259,1281,1278,0,1327,1352,1349,1262,1284,1281,42,1259,1278,1258,0,1327,1349,1326,1262,1281,1261,42,1258,1278,1257,0,1326,1349,1325,1261,1281,1259,42,1291,1290,1292,0,1366,1365,1367,1294,1293,1295,42,1255,1272,1254,0,1323,1341,1322,1257,1275,1256,42,1272,1251,1254,0,1341,1319,1322,1275,1253,1256,42,1232,1256,1253,0,1299,1324,1321,1234,1258,1255,42,1253,1231,1232,0,1321,1298,1299,1255,1233,1234,42,1231,1253,1230,0,1298,1321,1297,1233,1255,1232,42,1230,1253,1252,0,1297,1321,1320,1232,1255,1254,42,1252,1250,1230,0,1320,1318,1297,1254,1252,1232,42,1230,1250,1296,0,1297,1318,1371,1232,1252,1299,42,1296,1250,1211,0,1371,1318,1276,1299,1252,1213,42,1296,1211,1297,0,1371,1276,1372,1299,1213,1300,42,1297,1211,1210,0,1372,1276,1275,1300,1213,1212,42,1297,1210,1225,0,1372,1275,1292,1300,1212,1227,42,1225,1210,1298,0,1292,1275,1373,1227,1212,1301,42,1210,1299,1298,0,1275,1374,1373,1212,1302,1301,42,1210,1207,1299,0,1275,1272,1374,1212,1209,1302,42,1299,1207,1205,0,1374,1272,1268,1302,1209,1207,42,1299,1205,1300,0,1374,1268,1375,1302,1207,1303,42,1205,1202,1300,0,1268,1270,1375,1207,1204,1303,42,1202,1301,1300,0,1270,1376,1375,1204,1304,1303,42,1301,1202,1201,0,1377,1265,1264,1304,1204,1203,42,1301,1201,1302,0,1377,1264,1378,1304,1203,1305,42,1302,1201,1303,0,1378,1264,1379,1305,1203,1306,42,1201,1197,1303,0,1264,1260,1379,1203,1199,1306,42,1303,1197,1195,0,1379,1260,1258,1306,1199,1197,42,1303,1195,1304,0,1379,1258,1380,1306,1197,1307,42,1304,1195,1305,0,1380,1258,1381,1307,1197,1308,42,1195,1306,1305,0,1258,1382,1381,1197,1309,1308,42,1195,1194,1306,0,1258,1257,1382,1197,1196,1309,42,1194,1192,1306,0,1257,1255,1382,1196,1194,1309,42,1306,1192,1189,0,1382,1255,1252,1309,1194,1191,42,1307,1306,1189,0,1383,1382,1252,1310,1309,1191,42,1305,1306,1307,0,1381,1382,1383,1308,1309,1310,42,1305,1307,1308,0,1381,1383,1384,1308,1310,1311,42,1308,1307,1309,0,1384,1383,1385,1311,1310,1312,42,1307,1189,1309,0,1383,1252,1385,1310,1191,1312,42,1309,1189,1310,0,1385,1252,1386,1312,1191,1313,42,1189,1311,1310,0,1252,1387,1386,1191,1314,1313,42,1189,1186,1311,0,1252,1388,1387,1191,1188,1314,42,1186,1312,1311,0,1388,1389,1387,1188,1315,1314,42,1313,1312,1186,0,1390,1391,1247,1316,1315,1188,42,1313,1314,1312,0,1390,1392,1391,1316,1317,1315,42,1315,1314,1313,0,1393,1392,1390,1318,1317,1316,42,1315,1316,1314,0,1393,1394,1392,1318,1319,1317,42,1317,1316,1315,0,1395,1394,1393,1320,1319,1318,42,1317,1318,1316,0,1395,1396,1394,1320,1321,1319,42,1317,1309,1318,0,1397,1385,1398,1320,1312,1321,42,1308,1309,1317,0,1384,1385,1397,1311,1312,1320,42,1308,1317,1319,0,1384,1397,1399,1311,1320,1322,42,1319,1317,1320,0,1399,1397,1400,1322,1320,1323,42,1317,1321,1320,0,1397,1401,1400,1320,1324,1323,42,1317,1315,1321,0,1397,1402,1401,1320,1318,1324,42,1315,1322,1321,0,1402,1403,1401,1318,1325,1324,42,1323,1322,1315,0,1404,1405,1393,1326,1325,1318,42,1323,1324,1322,0,1404,1406,1405,1326,1327,1325,42,1325,1324,1323,0,1407,1406,1404,1328,1327,1326,42,1325,1326,1324,0,1407,1408,1406,1328,1329,1327,42,1327,1326,1325,0,1409,1408,1407,1330,1329,1328,42,1327,1328,1326,0,1409,1410,1408,1330,1331,1329,42,1327,1319,1328,0,1411,1399,1412,1330,1322,1331,42,1329,1319,1327,0,1413,1399,1411,1332,1322,1330,42,1308,1319,1329,0,1384,1399,1413,1311,1322,1332,42,1330,1308,1329,0,1414,1384,1413,1333,1311,1332,42,1331,1308,1330,0,1415,1384,1414,1334,1311,1333,42,1331,1304,1308,0,1415,1380,1384,1334,1307,1311,42,1332,1304,1331,0,1416,1380,1415,1335,1307,1334,42,1332,1303,1304,0,1416,1379,1380,1335,1306,1307,42,1302,1303,1332,0,1378,1379,1416,1305,1306,1335,42,1333,1302,1332,0,1417,1378,1416,1336,1305,1335,42,1301,1302,1333,0,1377,1378,1417,1304,1305,1336,42,1334,1301,1333,0,1418,1377,1417,1337,1304,1336,42,1335,1301,1334,0,1419,1376,1420,1338,1304,1337,42,1335,1300,1301,0,1419,1375,1376,1338,1303,1304,42,1336,1300,1335,0,1421,1375,1419,1339,1303,1338,42,1336,1299,1300,0,1421,1374,1375,1339,1302,1303,42,1298,1299,1336,0,1373,1374,1421,1301,1302,1339,42,1222,1298,1336,0,1289,1373,1421,1224,1301,1339,42,1225,1298,1222,0,1292,1373,1289,1227,1301,1224,42,1223,1225,1222,0,1290,1292,1289,1225,1227,1224,42,1222,1336,1337,0,1289,1421,1422,1224,1339,1340,42,1337,1336,1335,0,1422,1421,1419,1340,1339,1338,42,1337,1335,1338,0,1422,1419,1423,1340,1338,1341,42,1335,1334,1338,0,1419,1420,1423,1338,1337,1341,42,1338,1334,1339,0,1423,1420,1424,1341,1337,1342,42,1339,1334,1340,0,1425,1418,1426,1342,1337,1343,42,1334,1333,1340,0,1418,1417,1426,1337,1336,1343,42,1340,1333,1341,0,1426,1417,1427,1343,1336,1344,42,1333,1342,1341,0,1417,1428,1427,1336,1345,1344,42,1333,1332,1342,0,1417,1416,1428,1336,1335,1345,42,1342,1332,1331,0,1428,1416,1415,1345,1335,1334,42,1342,1331,1343,0,1428,1415,1429,1345,1334,1346,42,1343,1331,1330,0,1429,1415,1414,1346,1334,1333,42,1343,1330,1344,0,1429,1414,1430,1346,1333,1347,42,1344,1330,1329,0,1430,1414,1413,1347,1333,1332,42,1344,1329,1327,0,1430,1413,1411,1347,1332,1330,42,1327,1345,1344,0,1409,1431,1432,1330,1348,1347,42,1327,1325,1345,0,1409,1407,1431,1330,1328,1348,42,1325,1323,1345,0,1407,1404,1431,1328,1326,1348,42,1345,1323,1346,0,1431,1404,1433,1348,1326,1349,42,1323,1315,1346,0,1404,1393,1433,1326,1318,1349,42,1315,1313,1346,0,1393,1390,1433,1318,1316,1349,42,1346,1313,1182,0,1433,1390,1243,1349,1316,1184,42,1182,1313,1186,0,1243,1390,1247,1184,1316,1188,42,1180,1346,1182,0,1241,1433,1243,1182,1349,1184,42,1347,1346,1180,0,1434,1433,1241,1350,1349,1182,42,1345,1346,1347,0,1431,1433,1434,1348,1349,1350,42,1345,1347,1348,0,1431,1434,1435,1348,1350,1351,42,1348,1347,1349,0,1435,1434,1436,1351,1350,1352,42,1349,1347,1350,0,1436,1434,1437,1352,1350,1353,42,1350,1347,1178,0,1437,1434,1239,1353,1350,1180,42,1178,1347,1180,0,1239,1434,1241,1180,1350,1182,42,1176,1350,1178,0,1237,1437,1239,1178,1353,1180,42,1351,1350,1176,0,1438,1437,1237,1354,1353,1178,42,1352,1350,1351,0,1439,1437,1438,1355,1353,1354,42,1349,1350,1352,0,1436,1437,1439,1352,1353,1355,42,1340,1349,1352,0,1440,1436,1439,1343,1352,1355,42,1340,1341,1349,0,1440,1441,1436,1343,1344,1352,42,1341,1348,1349,0,1441,1435,1436,1344,1351,1352,42,1343,1348,1341,0,1442,1435,1441,1346,1351,1344,42,1343,1345,1348,0,1442,1431,1435,1346,1348,1351,42,1344,1345,1343,0,1432,1431,1442,1347,1348,1346,42,1341,1342,1343,0,1427,1428,1429,1344,1345,1346,42,1339,1340,1352,0,1443,1440,1439,1342,1343,1355,42,1339,1352,1353,0,1443,1439,1444,1342,1355,1356,42,1354,1353,1352,0,1445,1444,1439,1357,1356,1355,42,1353,1354,1355,0,1446,1447,1448,1356,1357,1358,42,1355,1354,1356,0,1449,1450,1451,1358,1357,1359,42,1356,1354,1357,0,1451,1450,1452,1359,1357,1360,42,1354,1351,1357,0,1445,1438,1453,1357,1354,1360,42,1354,1352,1351,0,1445,1439,1438,1357,1355,1354,42,1357,1351,1176,0,1453,1438,1237,1360,1354,1178,42,1357,1176,1358,0,1453,1237,1454,1360,1178,1361,42,1358,1176,1359,0,1454,1237,1455,1361,1178,1362,42,1359,1176,1174,0,1455,1237,1235,1362,1178,1176,42,1359,1174,1360,0,1455,1235,1456,1362,1176,1363,42,1360,1174,1173,0,1456,1235,1234,1363,1176,1175,42,1203,1360,1173,0,1266,1456,1234,1205,1363,1175,42,1203,1204,1360,0,1266,1267,1456,1205,1206,1363,42,1358,1360,1204,0,1454,1456,1267,1361,1363,1206,42,1358,1359,1360,0,1454,1455,1456,1361,1362,1363,42,1358,1204,1206,0,1457,1269,1271,1361,1206,1208,42,1361,1358,1206,0,1458,1457,1271,1364,1361,1208,42,1357,1358,1361,0,1452,1457,1458,1360,1361,1364,42,1356,1357,1361,0,1451,1452,1458,1359,1360,1364,42,1362,1356,1361,0,1459,1451,1458,1365,1359,1364,42,1363,1356,1362,0,1460,1451,1459,1366,1359,1365,42,1363,1355,1356,0,1460,1449,1451,1366,1358,1359,42,1364,1355,1363,0,1461,1449,1460,1367,1358,1366,42,1364,1365,1355,0,1462,1463,1448,1367,1368,1358,42,1364,1366,1365,0,1462,1464,1463,1367,1369,1368,42,1219,1366,1364,0,1286,1464,1462,1221,1369,1367,42,1221,1366,1219,0,1288,1464,1286,1223,1369,1221,42,1221,1337,1366,0,1288,1422,1464,1223,1340,1369,42,1221,1222,1337,0,1288,1289,1422,1223,1224,1340,42,1337,1338,1366,0,1422,1423,1464,1340,1341,1369,42,1338,1365,1366,0,1423,1463,1464,1341,1368,1369,42,1338,1339,1365,0,1423,1424,1463,1341,1342,1368,42,1339,1353,1365,0,1424,1446,1463,1342,1356,1368,42,1365,1353,1355,0,1463,1446,1448,1368,1356,1358,42,1219,1364,1216,0,1286,1462,1284,1221,1367,1218,42,1216,1364,1363,0,1281,1461,1460,1218,1367,1366,42,1216,1363,1215,0,1281,1460,1280,1218,1366,1217,42,1215,1363,1362,0,1280,1460,1459,1217,1366,1365,42,1215,1362,1212,0,1280,1459,1277,1217,1365,1214,42,1212,1362,1208,0,1277,1459,1273,1214,1365,1210,42,1362,1361,1208,0,1459,1458,1273,1365,1364,1210,42,1208,1361,1206,0,1273,1458,1271,1210,1364,1208,42,1212,1208,1209,0,1277,1273,1274,1214,1210,1211,42,1203,1173,1367,0,1266,1234,1465,1205,1175,1370,42,1367,1173,1171,0,1465,1234,1232,1370,1175,1173,42,1367,1171,1368,0,1465,1232,1466,1370,1173,1371,42,1368,1171,1169,0,1466,1232,1230,1371,1173,1171,42,1368,1169,1369,0,1466,1230,1467,1371,1171,1372,42,1369,1169,1166,0,1467,1230,1227,1372,1171,1168,42,1369,1166,1370,0,1467,1227,1468,1372,1168,1373,42,1370,1166,1165,0,1468,1227,1226,1373,1168,1167,42,1371,1370,1165,0,1469,1468,1226,1374,1373,1167,42,1372,1370,1371,0,1470,1468,1469,1375,1373,1374,42,1372,1369,1370,0,1470,1467,1468,1375,1372,1373,42,1368,1369,1372,0,1466,1467,1470,1371,1372,1375,42,1373,1368,1372,0,1471,1466,1470,1376,1371,1375,42,1367,1368,1373,0,1465,1466,1471,1370,1371,1376,42,1374,1367,1373,0,1472,1465,1471,1377,1370,1376,42,1203,1367,1374,0,1266,1465,1472,1205,1370,1377,42,1203,1374,1199,0,1266,1472,1262,1205,1377,1201,42,1199,1374,1375,0,1262,1472,1473,1201,1377,1378,42,1374,1376,1375,0,1472,1474,1473,1377,1379,1378,42,1374,1373,1376,0,1472,1471,1474,1377,1376,1379,42,1376,1373,1372,0,1474,1471,1470,1379,1376,1375,42,1372,1377,1376,0,1470,1475,1474,1375,1380,1379,42,1371,1377,1372,0,1469,1475,1470,1374,1380,1375,42,1377,1371,1378,0,1475,1469,1476,1380,1374,1381,42,1378,1371,1379,0,1476,1469,1477,1381,1374,1382,42,1371,1380,1379,0,1469,1478,1477,1374,1383,1382,42,1371,1165,1380,0,1469,1226,1478,1374,1167,1383,42,1380,1165,1163,0,1478,1226,1224,1383,1167,1165,42,1380,1163,1381,0,1478,1224,1479,1383,1165,1384,42,1381,1163,1160,0,1479,1224,1221,1384,1165,1162,42,1381,1160,1382,0,1479,1221,1480,1384,1162,1385,42,1382,1160,1383,0,1480,1221,1481,1385,1162,1386,42,1383,1160,1159,0,1481,1221,1220,1386,1162,1161,42,1383,1159,1157,0,1481,1220,1218,1386,1161,1159,42,1383,1157,1384,0,1481,1218,1482,1386,1159,1387,42,1384,1157,1155,0,1482,1218,1215,1387,1159,1156,42,1384,1155,1385,0,1482,1215,1483,1387,1156,1388,42,1386,1152,1387,0,1484,1213,1485,1389,1154,1390,42,1152,1148,1387,0,1213,1209,1485,1154,1150,1390,42,1387,1148,1388,0,1485,1209,1486,1390,1150,1391,42,1388,1148,1150,0,1486,1209,1211,1391,1150,1152,42,1389,1149,1390,0,1487,1210,1488,1392,1151,1393,42,1149,1392,1391,0,1210,1489,1490,1151,1394,1395,42,1151,1392,1149,0,1212,1489,1210,1153,1394,1151,42,1393,1392,1151,0,1491,1489,1212,1396,1394,1153,42,1154,1156,1395,0,1217,1216,1492,1158,1157,1397,42,1156,1396,1395,0,1216,1493,1492,1157,1398,1397,42,1158,1396,1156,0,1219,1493,1216,1160,1398,1157,42,1158,1397,1396,0,1219,1494,1493,1160,1399,1398,42,1158,1398,1397,0,1219,1495,1494,1160,1400,1399,42,1161,1398,1158,0,1222,1495,1219,1163,1400,1160,42,1399,1398,1161,0,1496,1495,1222,1401,1400,1163,42,1399,1400,1398,0,1496,1497,1495,1401,1402,1400,42,1401,1400,1399,0,1498,1497,1496,1403,1402,1401,42,1402,1400,1401,0,1499,1497,1498,1404,1402,1403,42,1402,1403,1400,0,1499,1500,1497,1404,1405,1402,42,1402,1404,1403,0,1499,1501,1500,1404,1406,1405,42,1405,1404,1402,0,1502,1501,1499,1407,1406,1404,42,1405,1406,1404,0,1502,1503,1501,1407,1408,1406,42,1407,1406,1405,0,1504,1503,1502,1409,1408,1407,42,1407,1408,1406,0,1504,1505,1503,1409,1410,1408,42,1408,1407,1409,0,1505,1504,1506,1410,1409,1411,42,1407,1410,1409,0,1504,1507,1506,1409,1412,1411,42,1407,1411,1410,0,1504,1508,1507,1409,1413,1412,42,1407,1405,1411,0,1504,1502,1508,1409,1407,1413,42,1405,1402,1411,0,1502,1499,1508,1407,1404,1413,42,1411,1402,1401,0,1508,1499,1498,1413,1404,1403,42,1412,1411,1401,0,1509,1508,1498,1414,1413,1403,42,1412,1410,1411,0,1509,1507,1508,1414,1412,1413,42,1412,1413,1410,0,1509,1510,1507,1414,1415,1412,42,1414,1413,1412,0,1511,1510,1509,1416,1415,1414,42,1167,1413,1414,0,1228,1510,1511,1169,1415,1416,42,1415,1413,1167,0,1512,1510,1228,1417,1415,1169,42,1416,1413,1415,0,1513,1510,1512,1418,1415,1417,42,1416,1410,1413,0,1513,1507,1510,1418,1412,1415,42,1416,1409,1410,0,1513,1506,1507,1418,1411,1412,42,1417,1409,1416,0,1514,1506,1513,1419,1411,1418,42,1417,1379,1409,0,1514,1515,1506,1419,1382,1411,42,1378,1379,1417,0,1516,1515,1514,1381,1382,1419,42,1378,1417,1418,0,1516,1514,1517,1381,1419,1420,42,1417,1419,1418,0,1514,1518,1517,1419,1421,1420,42,1420,1419,1417,0,1519,1518,1514,1422,1421,1419,42,1183,1419,1420,0,1244,1518,1519,1185,1421,1422,42,1183,1184,1419,0,1244,1245,1518,1185,1186,1421,42,1184,1421,1419,0,1245,1520,1518,1186,1423,1421,42,1184,1422,1421,0,1245,1521,1520,1186,1424,1423,42,1184,1185,1422,0,1245,1246,1521,1186,1187,1424,42,1185,1423,1422,0,1246,1522,1521,1187,1425,1424,42,1185,1187,1423,0,1246,1248,1522,1187,1189,1425,42,1187,1424,1423,0,1248,1523,1522,1189,1426,1425,42,1187,1425,1424,0,1248,1524,1523,1189,1427,1426,42,1187,1426,1425,0,1248,1525,1524,1189,1428,1427,42,1187,1188,1426,0,1248,1249,1525,1189,1190,1428,42,1188,1427,1426,0,1249,1526,1525,1190,1429,1428,42,1190,1427,1188,0,1251,1526,1249,1192,1429,1190,42,1190,1428,1427,0,1254,1527,1528,1192,1430,1429,42,1191,1428,1190,0,1253,1527,1254,1193,1430,1192,42,1191,1429,1428,0,1253,1529,1527,1193,1431,1430,42,1191,1193,1429,0,1253,1256,1529,1193,1195,1431,42,1193,1430,1429,0,1256,1530,1529,1195,1432,1431,42,1431,1430,1193,0,1531,1530,1256,1433,1432,1195,42,1431,1432,1430,0,1531,1532,1530,1433,1434,1432,42,1198,1432,1431,0,1261,1532,1531,1200,1434,1433,42,1198,1433,1432,0,1261,1533,1532,1200,1435,1434,42,1375,1433,1198,0,1473,1533,1261,1378,1435,1200,42,1376,1433,1375,0,1474,1533,1473,1379,1435,1378,42,1376,1377,1433,0,1474,1475,1533,1379,1380,1435,42,1377,1434,1433,0,1475,1534,1533,1380,1436,1435,42,1377,1418,1434,0,1475,1535,1534,1380,1420,1436,42,1378,1418,1377,0,1516,1517,1536,1381,1420,1380,42,1419,1434,1418,0,1518,1537,1517,1421,1436,1420,42,1419,1421,1434,0,1518,1520,1537,1421,1423,1436,42,1421,1435,1434,0,1520,1538,1537,1423,1437,1436,42,1421,1436,1435,0,1520,1539,1538,1423,1438,1437,42,1421,1422,1436,0,1520,1521,1539,1423,1424,1438,42,1437,1436,1422,0,1540,1539,1521,1439,1438,1424,42,1437,1438,1436,0,1540,1541,1539,1439,1440,1438,42,1437,1439,1438,0,1540,1542,1541,1439,1441,1440,42,1440,1439,1437,0,1543,1542,1540,1442,1441,1439,42,1440,1441,1439,0,1543,1544,1542,1442,1443,1441,42,1440,1442,1441,0,1545,1546,1547,1442,1444,1443,42,1443,1442,1440,0,1548,1546,1545,1445,1444,1442,42,1443,1444,1442,0,1548,1549,1546,1445,1446,1444,42,1443,1432,1444,0,1548,1532,1549,1445,1434,1446,42,1430,1432,1443,0,1530,1532,1548,1432,1434,1445,42,1430,1443,1429,0,1530,1548,1529,1432,1445,1431,42,1429,1443,1440,0,1529,1548,1545,1431,1445,1442,42,1429,1440,1437,0,1550,1543,1540,1431,1442,1439,42,1429,1437,1422,0,1550,1540,1521,1431,1439,1424,42,1429,1422,1445,0,1529,1551,1552,1431,1424,1447,42,1422,1423,1445,0,1551,1553,1552,1424,1425,1447,42,1445,1423,1446,0,1552,1553,1554,1447,1425,1448,42,1423,1424,1446,0,1553,1555,1554,1425,1426,1448,42,1446,1424,1447,0,1554,1555,1556,1448,1426,1449,42,1424,1448,1447,0,1555,1557,1556,1426,1450,1449,42,1425,1448,1424,0,1524,1558,1523,1427,1450,1426,42,1425,1449,1448,0,1524,1559,1558,1427,1451,1450,42,1425,1450,1449,0,1524,1560,1559,1427,1452,1451,42,1426,1450,1425,0,1525,1560,1524,1428,1452,1427,42,1451,1450,1426,0,1561,1560,1525,1453,1452,1428,42,1451,1452,1450,0,1561,1562,1560,1453,1454,1452,42,1453,1452,1451,0,1563,1564,1565,1455,1454,1453,42,1453,1454,1452,0,1563,1566,1564,1455,1456,1454,42,1455,1454,1453,0,1567,1566,1563,1457,1456,1455,42,1455,1456,1454,0,1567,1568,1566,1457,1458,1456,42,1455,1457,1456,0,1567,1569,1568,1457,1459,1458,42,1455,1458,1457,0,1567,1570,1569,1457,1460,1459,42,1455,1448,1458,0,1567,1557,1570,1457,1450,1460,42,1448,1455,1447,0,1557,1567,1556,1450,1457,1449,42,1447,1455,1453,0,1556,1567,1563,1449,1457,1455,42,1447,1453,1459,0,1556,1563,1571,1449,1455,1461,42,1459,1453,1451,0,1571,1563,1565,1461,1455,1453,42,1427,1459,1451,0,1528,1571,1565,1429,1461,1453,42,1428,1459,1427,0,1527,1571,1528,1430,1461,1429,42,1428,1446,1459,0,1527,1554,1571,1430,1448,1461,42,1445,1446,1428,0,1552,1554,1527,1447,1448,1430,42,1428,1429,1445,0,1527,1529,1552,1430,1431,1447,42,1459,1446,1447,0,1571,1554,1556,1461,1448,1449,42,1427,1451,1426,0,1526,1561,1525,1429,1453,1428,42,1448,1449,1458,0,1558,1559,1572,1450,1451,1460,42,1458,1449,1460,0,1572,1559,1573,1460,1451,1462,42,1449,1450,1460,0,1559,1560,1573,1451,1452,1462,42,1460,1450,1461,0,1573,1560,1574,1462,1452,1463,42,1452,1461,1450,0,1562,1574,1560,1454,1463,1452,42,1452,1462,1461,0,1562,1575,1574,1454,1464,1463,42,1452,1456,1462,0,1564,1568,1576,1454,1458,1464,42,1454,1456,1452,0,1566,1568,1564,1456,1458,1454,42,1462,1456,1463,0,1576,1568,1577,1464,1458,1465,42,1456,1464,1463,0,1568,1578,1577,1458,1466,1465,42,1465,1464,1456,0,1579,1578,1568,1467,1466,1458,42,1465,1466,1464,0,1579,1580,1578,1467,1468,1466,42,1467,1466,1465,0,1581,1580,1579,1469,1468,1467,42,1467,1468,1466,0,1581,1582,1580,1469,1470,1468,42,1467,1469,1468,0,1583,1584,1585,1469,1471,1470,42,1470,1469,1467,0,1586,1584,1583,1472,1471,1469,42,1471,1469,1470,0,1587,1584,1586,1473,1471,1472,42,1469,1471,1472,0,1584,1587,1588,1471,1473,1474,42,1472,1471,1473,0,1588,1587,1589,1474,1473,1475,42,1463,1473,1471,0,1590,1589,1587,1465,1475,1473,42,1464,1473,1463,0,1578,1591,1577,1466,1475,1465,42,1464,1474,1473,0,1578,1592,1591,1466,1476,1475,42,1466,1474,1464,0,1580,1592,1578,1468,1476,1466,42,1466,1475,1474,0,1580,1593,1592,1468,1477,1476,42,1466,1476,1475,0,1580,1594,1593,1468,1478,1477,42,1466,1468,1476,0,1580,1582,1594,1468,1470,1478,42,1468,1477,1476,0,1585,1595,1596,1470,1479,1478,42,1468,1478,1477,0,1585,1597,1595,1470,1480,1479,42,1468,1469,1478,0,1585,1584,1597,1470,1471,1480,42,1469,1472,1478,0,1584,1588,1597,1471,1474,1480,42,1478,1472,1477,0,1597,1588,1595,1480,1474,1479,42,1477,1472,1479,0,1595,1588,1598,1479,1474,1481,42,1473,1479,1472,0,1589,1598,1588,1475,1481,1474,42,1473,1480,1479,0,1589,1599,1598,1475,1482,1481,42,1481,1480,1473,0,1600,1601,1591,1483,1482,1475,42,1481,1482,1480,0,1600,1602,1601,1483,1484,1482,42,1475,1482,1481,0,1593,1602,1600,1477,1484,1483,42,1475,1483,1482,0,1593,1603,1602,1477,1485,1484,42,1475,1484,1483,0,1593,1604,1603,1477,1486,1485,42,1475,1485,1484,0,1593,1605,1604,1477,1487,1486,42,1475,1476,1485,0,1593,1594,1605,1477,1478,1487,42,1476,1486,1485,0,1596,1606,1607,1478,1488,1487,42,1476,1477,1486,0,1596,1595,1606,1478,1479,1488,42,1477,1479,1486,0,1595,1598,1606,1479,1481,1488,42,1479,1487,1486,0,1598,1608,1606,1481,1489,1488,42,1480,1487,1479,0,1599,1608,1598,1482,1489,1481,42,1480,1488,1487,0,1599,1609,1608,1482,1490,1489,42,1480,1489,1488,0,1601,1610,1611,1482,1491,1490,42,1482,1489,1480,0,1602,1610,1601,1484,1491,1482,42,1482,1490,1489,0,1602,1612,1610,1484,1492,1491,42,1483,1490,1482,0,1603,1612,1602,1485,1492,1484,42,1483,1491,1490,0,1603,1613,1612,1485,1493,1492,42,1483,1492,1491,0,1603,1614,1613,1485,1494,1493,42,1483,1484,1492,0,1603,1604,1614,1485,1486,1494,42,1493,1492,1484,0,1615,1614,1604,1495,1494,1486,42,1493,1494,1492,0,1615,1616,1614,1495,1496,1494,42,1493,1496,1495,0,1615,1617,1618,1495,1497,1498,42,1497,1496,1493,0,1619,1620,1621,1499,1497,1495,42,1498,1496,1497,0,1622,1620,1619,1500,1497,1499,42,1498,1499,1496,0,1622,1623,1620,1500,1501,1497,42,1498,1500,1499,0,1622,1624,1623,1500,1502,1501,42,1501,1500,1498,0,1625,1624,1622,1503,1502,1500,42,1501,1502,1500,0,1625,1626,1624,1503,1504,1502,42,1488,1502,1501,0,1609,1626,1625,1490,1504,1503,42,1488,1503,1502,0,1611,1627,1628,1490,1505,1504,42,1489,1503,1488,0,1610,1627,1611,1491,1505,1490,42,1507,1508,1506,0,1629,1630,1631,1506,1507,1508,42,1507,1509,1508,0,1629,1632,1630,1506,1509,1507,42,1507,1510,1509,0,1629,1633,1632,1506,1510,1509,42,1511,1510,1507,0,1634,1633,1629,1511,1510,1506,42,1495,1513,1510,0,1618,1635,1633,1498,1512,1510,42,1514,1513,1495,0,1636,1635,1618,1513,1512,1498,42,1515,1514,1516,0,1637,1636,1638,1514,1513,1515,42,1519,1516,1518,0,1639,1638,1640,1516,1515,1517,42,1521,1518,1522,0,1641,1640,1642,1518,1517,1519,42,1522,1518,1500,0,1642,1640,1643,1519,1517,1502,42,1496,1514,1495,0,1617,1636,1618,1497,1513,1498,42,1502,1522,1500,0,1628,1642,1643,1504,1519,1502,42,1503,1525,1502,0,1627,1644,1628,1505,1520,1504,42,1505,1508,1522,0,1645,1630,1642,1521,1507,1519,42,1506,1508,1505,0,1631,1630,1645,1508,1507,1521,42,1509,1521,1508,0,1632,1641,1630,1509,1518,1507,42,1509,1526,1521,0,1632,1646,1641,1509,1522,1518,42,1509,1513,1526,0,1632,1635,1646,1509,1512,1522,42,1510,1513,1509,0,1633,1635,1632,1510,1512,1509,42,1513,1515,1520,0,1635,1637,1647,1512,1514,1523,42,1490,1504,1489,0,1612,1648,1610,1492,1524,1491,42,1488,1501,1487,0,1609,1625,1608,1490,1503,1489,42,1487,1501,1498,0,1608,1625,1622,1489,1503,1500,42,1486,1487,1498,0,1606,1608,1622,1488,1489,1500,42,1486,1498,1485,0,1606,1622,1607,1488,1500,1487,42,1485,1498,1497,0,1607,1622,1619,1487,1500,1499,42,1485,1497,1484,0,1605,1649,1604,1487,1499,1486,42,1497,1493,1484,0,1649,1615,1604,1499,1495,1486,42,1475,1481,1474,0,1593,1600,1592,1477,1483,1476,42,1474,1481,1473,0,1592,1600,1591,1476,1483,1475,42,1463,1471,1527,0,1590,1587,1650,1465,1473,1525,42,1470,1527,1471,0,1586,1650,1587,1472,1525,1473,42,1460,1527,1470,0,1573,1650,1586,1462,1525,1472,42,1460,1461,1527,0,1573,1574,1650,1462,1463,1525,42,1461,1462,1527,0,1574,1575,1650,1463,1464,1525,42,1527,1462,1463,0,1650,1575,1590,1525,1464,1465,42,1460,1470,1528,0,1573,1586,1651,1462,1472,1526,42,1470,1467,1528,0,1586,1583,1651,1472,1469,1526,42,1528,1467,1465,0,1652,1581,1579,1526,1469,1467,42,1457,1528,1465,0,1569,1652,1579,1459,1526,1467,42,1458,1528,1457,0,1570,1652,1569,1460,1526,1459,42,1458,1460,1528,0,1572,1573,1651,1460,1462,1526,42,1457,1465,1456,0,1569,1579,1568,1459,1467,1458,42,1432,1434,1444,0,1532,1534,1549,1434,1436,1446,42,1432,1433,1434,0,1532,1533,1534,1434,1435,1436,42,1444,1434,1529,0,1549,1534,1653,1446,1436,1527,42,1529,1434,1435,0,1653,1534,1654,1527,1436,1437,42,1529,1435,1530,0,1653,1654,1655,1527,1437,1528,42,1435,1438,1530,0,1538,1541,1656,1437,1440,1528,42,1436,1438,1435,0,1539,1541,1538,1438,1440,1437,42,1438,1531,1530,0,1541,1657,1656,1440,1529,1528,42,1439,1531,1438,0,1542,1657,1541,1441,1529,1440,42,1439,1532,1531,0,1542,1658,1657,1441,1530,1529,42,1533,1532,1439,0,1659,1658,1542,1531,1530,1441,42,1532,1533,1534,0,1658,1659,1660,1530,1531,1532,42,1533,1535,1534,0,1659,1661,1660,1531,1533,1532,42,1536,1535,1533,0,1662,1663,1664,1534,1533,1531,42,1536,1537,1535,0,1662,1665,1663,1534,1535,1533,42,1538,1537,1536,0,1666,1665,1662,1536,1535,1534,42,1538,1539,1537,0,1666,1667,1665,1536,1537,1535,42,1538,1540,1539,0,1666,1668,1667,1536,1538,1537,42,1538,1541,1540,0,1666,1669,1668,1536,1539,1538,42,1541,1538,1542,0,1669,1666,1670,1539,1536,1540,42,1542,1538,1536,0,1670,1666,1662,1540,1536,1534,42,1536,1543,1542,0,1662,1671,1670,1534,1541,1540,42,1544,1543,1536,0,1672,1671,1662,1542,1541,1534,42,1442,1543,1544,0,1546,1671,1672,1444,1541,1542,42,1442,1529,1543,0,1546,1653,1671,1444,1527,1541,42,1442,1444,1529,0,1546,1549,1653,1444,1446,1527,42,1529,1530,1543,0,1653,1655,1671,1527,1528,1541,42,1543,1530,1542,0,1671,1655,1670,1541,1528,1540,42,1530,1545,1542,0,1655,1673,1670,1528,1543,1540,42,1530,1531,1545,0,1656,1657,1674,1528,1529,1543,42,1545,1531,1546,0,1674,1657,1675,1543,1529,1544,42,1531,1532,1546,0,1657,1658,1675,1529,1530,1544,42,1532,1534,1546,0,1658,1660,1675,1530,1532,1544,42,1546,1534,1547,0,1675,1660,1676,1544,1532,1545,42,1534,1548,1547,0,1660,1677,1676,1532,1546,1545,42,1535,1548,1534,0,1661,1677,1660,1533,1546,1532,42,1535,1549,1548,0,1661,1678,1677,1533,1547,1546,42,1535,1550,1549,0,1663,1679,1680,1533,1548,1547,42,1537,1550,1535,0,1665,1679,1663,1535,1548,1533,42,1537,1539,1550,0,1665,1667,1679,1535,1537,1548,42,1539,1551,1550,0,1667,1681,1679,1537,1549,1548,42,1539,1552,1551,0,1667,1682,1681,1537,1550,1549,42,1539,1540,1552,0,1667,1668,1682,1537,1538,1550,42,1540,1553,1552,0,1668,1683,1682,1538,1551,1550,42,1540,1554,1553,0,1684,1685,1686,1538,1552,1551,42,1547,1554,1540,0,1676,1685,1684,1545,1552,1538,42,1548,1554,1547,0,1677,1685,1676,1546,1552,1545,42,1548,1555,1554,0,1677,1687,1685,1546,1553,1552,42,1556,1555,1548,0,1688,1687,1677,1554,1553,1546,42,1557,1555,1556,0,1689,1687,1688,1555,1553,1554,42,1558,1555,1557,0,1690,1687,1689,1556,1553,1555,42,1554,1555,1558,0,1685,1687,1690,1552,1553,1556,42,1553,1554,1558,0,1686,1685,1690,1551,1552,1556,42,1553,1558,1559,0,1686,1690,1691,1551,1556,1557,42,1559,1558,1560,0,1691,1690,1692,1557,1556,1558,42,1558,1557,1560,0,1690,1689,1692,1556,1555,1558,42,1557,1561,1560,0,1689,1693,1692,1555,1559,1558,42,1562,1561,1557,0,1694,1693,1689,1560,1559,1555,42,1562,1563,1561,0,1694,1695,1693,1560,1561,1559,42,1562,1564,1563,0,1696,1697,1698,1560,1562,1561,42,1565,1564,1562,0,1699,1697,1696,1563,1562,1560,42,1565,1566,1564,0,1699,1700,1697,1563,1564,1562,42,1567,1566,1565,0,1701,1700,1699,1565,1564,1563,42,1568,1566,1567,0,1702,1700,1701,1566,1564,1565,42,1568,1569,1566,0,1702,1703,1700,1566,1567,1564,42,1568,1570,1569,0,1704,1705,1706,1566,1568,1567,42,1568,1560,1570,0,1704,1692,1705,1566,1558,1568,42,1559,1560,1568,0,1691,1692,1704,1557,1558,1566,42,1559,1568,1567,0,1707,1702,1701,1557,1566,1565,42,1559,1567,1552,0,1707,1701,1682,1557,1565,1550,42,1552,1567,1551,0,1682,1701,1681,1550,1565,1549,42,1567,1565,1551,0,1701,1699,1681,1565,1563,1549,42,1551,1565,1562,0,1681,1699,1696,1549,1563,1560,42,1551,1562,1556,0,1681,1696,1708,1549,1560,1554,42,1556,1562,1557,0,1688,1694,1689,1554,1560,1555,42,1551,1556,1549,0,1681,1708,1680,1549,1554,1547,42,1548,1549,1556,0,1677,1678,1688,1546,1547,1554,42,1550,1551,1549,0,1679,1681,1680,1548,1549,1547,42,1552,1553,1559,0,1682,1683,1707,1550,1551,1557,42,1560,1561,1570,0,1692,1693,1705,1558,1559,1568,42,1561,1571,1570,0,1693,1709,1705,1559,1569,1568,42,1563,1571,1561,0,1695,1709,1693,1561,1569,1559,42,1563,1572,1571,0,1695,1710,1709,1561,1570,1569,42,1563,1573,1572,0,1698,1711,1712,1561,1571,1570,42,1563,1574,1573,0,1698,1713,1711,1561,1572,1571,42,1564,1574,1563,0,1697,1713,1698,1562,1572,1561,42,1566,1574,1564,0,1700,1713,1697,1564,1572,1562,42,1574,1566,1575,0,1713,1700,1714,1572,1564,1573,42,1566,1576,1575,0,1700,1715,1714,1564,1574,1573,42,1569,1576,1566,0,1703,1715,1700,1567,1574,1564,42,1569,1577,1576,0,1703,1716,1715,1567,1575,1574,42,1569,1578,1577,0,1706,1717,1718,1567,1576,1575,42,1570,1578,1569,0,1705,1717,1706,1568,1576,1567,42,1571,1578,1570,0,1709,1717,1705,1569,1576,1568,42,1571,1579,1578,0,1709,1719,1717,1569,1577,1576,42,1572,1579,1571,0,1710,1719,1709,1570,1577,1569,42,1572,1580,1579,0,1710,1720,1719,1570,1578,1577,42,1572,1581,1580,0,1712,1721,1722,1570,1579,1578,42,1573,1581,1572,0,1711,1721,1712,1571,1579,1570,42,1583,1582,1573,0,1723,1724,1711,1580,1581,1571,42,1575,1588,1585,0,1714,1725,1726,1573,1582,1583,42,1575,1576,1588,0,1714,1715,1725,1573,1574,1582,42,1576,1589,1588,0,1715,1727,1725,1574,1584,1582,42,1577,1589,1576,0,1716,1727,1715,1575,1584,1574,42,1577,1590,1589,0,1718,1728,1729,1575,1585,1584,42,1578,1590,1577,0,1717,1728,1718,1576,1585,1575,42,1578,1591,1590,0,1717,1730,1728,1576,1586,1585,42,1592,1591,1578,0,1731,1730,1717,1587,1586,1576,42,1595,1594,1592,0,1732,1733,1734,1588,1589,1587,42,1596,1594,1595,0,1735,1733,1732,1590,1589,1588,42,1602,1603,1601,0,1736,1737,1738,1591,1592,1593,42,1604,1603,1602,0,1739,1737,1736,1594,1592,1591,42,1589,1605,1588,0,1727,1740,1725,1584,1595,1582,42,1589,1590,1603,0,1727,1741,1737,1584,1585,1592,42,1590,1601,1603,0,1741,1738,1737,1585,1593,1592,42,1586,1604,1584,0,1742,1739,1743,1596,1594,1597,42,1584,1604,1608,0,1743,1739,1744,1597,1594,1598,42,1604,1602,1608,0,1739,1736,1744,1594,1591,1598,42,1608,1602,1609,0,1744,1736,1745,1598,1591,1599,42,1608,1609,1596,0,1744,1745,1735,1598,1599,1590,42,1608,1596,1610,0,1744,1735,1746,1598,1590,1600,42,1584,1610,1612,0,1743,1746,1747,1597,1600,1601,42,1584,1608,1610,0,1743,1744,1746,1597,1598,1600,42,1580,1595,1592,0,1722,1732,1734,1578,1588,1587,42,1580,1592,1579,0,1720,1731,1719,1578,1587,1577,42,1579,1592,1578,0,1719,1731,1717,1577,1587,1576,42,1581,1613,1580,0,1721,1748,1722,1579,1602,1578,42,1575,1585,1583,0,1714,1726,1723,1573,1583,1580,42,1575,1583,1574,0,1714,1723,1713,1573,1580,1572,42,1574,1583,1573,0,1713,1723,1711,1572,1580,1571,42,1541,1547,1540,0,1749,1676,1684,1539,1545,1538,42,1541,1546,1547,0,1749,1675,1676,1539,1544,1545,42,1545,1546,1541,0,1674,1675,1749,1543,1544,1539,42,1542,1545,1541,0,1670,1673,1669,1540,1543,1539,42,1442,1544,1441,0,1546,1672,1547,1444,1542,1443,42,1544,1536,1441,0,1672,1662,1547,1542,1534,1443,42,1441,1536,1533,0,1547,1662,1664,1443,1534,1531,42,1439,1441,1533,0,1542,1544,1659,1441,1443,1531,42,1199,1375,1198,0,1262,1473,1261,1201,1378,1200,42,1196,1198,1431,0,1259,1261,1531,1198,1200,1433,42,1196,1431,1193,0,1259,1531,1256,1198,1433,1195,42,1183,1420,1614,0,1244,1519,1750,1185,1422,1603,42,1614,1420,1417,0,1750,1519,1514,1603,1422,1419,42,1417,1416,1614,0,1514,1513,1750,1419,1418,1603,42,1614,1416,1615,0,1750,1513,1751,1603,1418,1604,42,1615,1416,1415,0,1751,1513,1512,1604,1418,1417,42,1615,1415,1616,0,1751,1512,1752,1604,1417,1605,42,1170,1616,1415,0,1231,1752,1512,1172,1605,1417,42,1172,1616,1170,0,1233,1752,1231,1174,1605,1172,42,1172,1617,1616,0,1233,1753,1752,1174,1606,1605,42,1177,1617,1172,0,1238,1753,1233,1179,1606,1174,42,1177,1179,1617,0,1238,1240,1753,1179,1181,1606,42,1179,1618,1617,0,1240,1754,1753,1181,1607,1606,42,1179,1181,1618,0,1240,1242,1754,1181,1183,1607,42,1181,1183,1618,0,1242,1244,1754,1183,1185,1607,42,1618,1183,1614,0,1754,1244,1750,1607,1185,1603,42,1615,1618,1614,0,1751,1754,1750,1604,1607,1603,42,1617,1618,1615,0,1753,1754,1751,1606,1607,1604,42,1617,1615,1616,0,1753,1751,1752,1606,1604,1605,42,1175,1177,1172,0,1236,1238,1233,1177,1179,1174,42,1170,1415,1168,0,1231,1512,1229,1172,1417,1170,42,1168,1415,1167,0,1229,1512,1228,1170,1417,1169,42,1379,1408,1409,0,1515,1505,1506,1382,1410,1411,42,1379,1381,1408,0,1477,1479,1755,1382,1384,1410,42,1380,1381,1379,0,1478,1479,1477,1383,1384,1382,42,1381,1382,1408,0,1479,1480,1755,1384,1385,1410,42,1408,1382,1406,0,1755,1480,1756,1410,1385,1408,42,1406,1382,1619,0,1756,1480,1757,1408,1385,1608,42,1382,1383,1619,0,1480,1481,1757,1385,1386,1608,42,1383,1620,1619,0,1481,1758,1757,1386,1609,1608,42,1383,1621,1620,0,1481,1759,1758,1386,1610,1609,42,1383,1384,1621,0,1481,1482,1759,1386,1387,1610,42,1384,1622,1621,0,1482,1760,1759,1387,1611,1610,42,1384,1385,1622,0,1482,1483,1760,1387,1388,1611,42,1386,1387,1623,0,1484,1485,1761,1389,1390,1612,42,1623,1387,1624,0,1761,1485,1762,1612,1390,1613,42,1388,1625,1624,0,1486,1763,1762,1391,1614,1613,42,1390,1391,1627,0,1488,1490,1764,1393,1395,1615,42,1626,1627,1625,0,1765,1764,1763,1616,1615,1614,42,1633,1631,1634,0,1766,1767,1768,1617,1618,1619,42,1634,1631,1635,0,1768,1767,1769,1619,1618,1620,42,1631,1636,1635,0,1767,1770,1769,1618,1621,1620,42,1636,1630,1392,0,1771,1772,1489,1621,1622,1394,42,1392,1630,1391,0,1489,1772,1490,1394,1622,1395,42,1395,1636,1394,0,1492,1771,1773,1397,1621,1623,42,1396,1636,1395,0,1493,1771,1492,1398,1621,1397,42,1397,1636,1396,0,1494,1771,1493,1399,1621,1398,42,1397,1637,1636,0,1494,1774,1771,1399,1624,1621,42,1398,1637,1397,0,1495,1774,1494,1400,1624,1399,42,1398,1400,1637,0,1495,1497,1774,1400,1402,1624,42,1635,1637,1400,0,1769,1774,1497,1620,1624,1402,42,1636,1637,1635,0,1770,1774,1769,1621,1624,1620,42,1403,1635,1400,0,1500,1769,1497,1405,1620,1402,42,1404,1635,1403,0,1501,1769,1500,1406,1620,1405,42,1404,1638,1635,0,1501,1775,1769,1406,1625,1620,42,1619,1638,1404,0,1776,1775,1501,1608,1625,1406,42,1619,1620,1638,0,1776,1777,1775,1608,1609,1625,42,1620,1634,1638,0,1758,1778,1779,1609,1619,1625,42,1620,1621,1634,0,1758,1759,1778,1609,1610,1619,42,1622,1634,1621,0,1760,1778,1759,1611,1619,1610,42,1622,1639,1634,0,1760,1780,1778,1611,1626,1619,42,1624,1633,1634,0,1762,1781,1778,1613,1617,1619,42,1624,1625,1633,0,1762,1763,1781,1613,1614,1617,42,1634,1635,1638,0,1768,1769,1775,1619,1620,1625,42,1406,1619,1404,0,1503,1776,1501,1408,1608,1406,42,1167,1414,1162,0,1228,1511,1223,1169,1416,1164,42,1414,1161,1162,0,1511,1222,1223,1416,1163,1164,42,1414,1399,1161,0,1511,1496,1222,1416,1401,1163,42,1414,1412,1399,0,1511,1509,1496,1416,1414,1401,42,1399,1412,1401,0,1496,1509,1498,1401,1414,1403,42,1167,1162,1164,0,1228,1223,1225,1169,1164,1166,42,1153,1393,1151,0,1214,1491,1212,1155,1396,1153,42,1200,1203,1199,0,1263,1266,1262,1202,1205,1201,42,1304,1305,1308,0,1380,1381,1384,1307,1308,1311,42,1319,1320,1328,0,1399,1400,1412,1322,1323,1331,42,1328,1320,1640,0,1412,1400,1782,1331,1323,1627,42,1321,1640,1320,0,1401,1782,1400,1324,1627,1323,42,1321,1641,1640,0,1401,1783,1782,1324,1628,1627,42,1321,1642,1641,0,1401,1784,1783,1324,1629,1628,42,1321,1322,1642,0,1401,1403,1784,1324,1325,1629,42,1322,1643,1642,0,1405,1785,1786,1325,1630,1629,42,1324,1643,1322,0,1406,1785,1405,1327,1630,1325,42,1324,1326,1643,0,1406,1408,1785,1327,1329,1630,42,1326,1644,1643,0,1408,1787,1785,1329,1631,1630,42,1328,1644,1326,0,1410,1787,1408,1331,1631,1329,42,1328,1645,1644,0,1410,1788,1787,1331,1632,1631,42,1328,1640,1645,0,1412,1782,1789,1331,1627,1632,42,1645,1640,1646,0,1789,1782,1790,1632,1627,1633,42,1641,1646,1640,0,1783,1790,1782,1628,1633,1627,42,1646,1641,1647,0,1790,1783,1791,1633,1628,1634,42,1641,1648,1647,0,1783,1792,1791,1628,1635,1634,42,1642,1648,1641,0,1784,1792,1783,1629,1635,1628,42,1649,1648,1642,0,1793,1794,1786,1636,1635,1629,42,1649,1650,1648,0,1793,1795,1794,1636,1637,1635,42,1649,1651,1650,0,1793,1796,1795,1636,1638,1637,42,1651,1649,1644,0,1796,1793,1787,1638,1636,1631,42,1644,1649,1643,0,1787,1793,1785,1631,1636,1630,42,1642,1643,1649,0,1786,1785,1793,1629,1630,1636,42,1645,1651,1644,0,1788,1796,1787,1632,1638,1631,42,1652,1651,1645,0,1797,1796,1788,1639,1638,1632,42,1653,1651,1652,0,1798,1796,1797,1640,1638,1639,42,1650,1651,1653,0,1795,1796,1798,1637,1638,1640,42,1650,1653,1654,0,1795,1798,1799,1637,1640,1641,42,1653,1655,1654,0,1798,1800,1799,1640,1642,1641,42,1656,1655,1653,0,1801,1800,1798,1643,1642,1640,42,1656,1657,1655,0,1801,1802,1800,1643,1644,1642,42,1656,1658,1657,0,1803,1804,1805,1643,1645,1644,42,1656,1646,1658,0,1803,1790,1804,1643,1633,1645,42,1646,1656,1652,0,1790,1803,1806,1633,1643,1639,42,1652,1656,1653,0,1797,1801,1798,1639,1643,1640,42,1645,1646,1652,0,1789,1790,1806,1632,1633,1639,42,1659,1658,1646,0,1807,1804,1790,1646,1645,1633,42,1659,1660,1658,0,1807,1808,1804,1646,1647,1645,42,1659,1661,1660,0,1807,1809,1808,1646,1648,1647,42,1659,1662,1661,0,1807,1810,1809,1646,1649,1648,42,1662,1659,1647,0,1810,1807,1791,1649,1646,1634,42,1647,1659,1646,0,1791,1807,1790,1634,1646,1633,42,1647,1648,1662,0,1791,1792,1810,1634,1635,1649,42,1648,1650,1662,0,1794,1795,1811,1635,1637,1649,42,1650,1654,1662,0,1795,1799,1811,1637,1641,1649,42,1654,1661,1662,0,1799,1812,1811,1641,1648,1649,42,1654,1663,1661,0,1799,1813,1812,1641,1650,1648,42,1655,1663,1654,0,1800,1813,1799,1642,1650,1641,42,1655,1664,1663,0,1800,1814,1813,1642,1651,1650,42,1665,1664,1655,0,1815,1814,1800,1652,1651,1642,42,1666,1664,1665,0,1816,1814,1815,1653,1651,1652,42,1667,1664,1666,0,1817,1814,1816,1654,1651,1653,42,1663,1664,1667,0,1813,1814,1817,1650,1651,1654,42,1668,1663,1667,0,1818,1813,1817,1655,1650,1654,42,1663,1668,1661,0,1813,1818,1812,1650,1655,1648,42,1661,1668,1669,0,1809,1819,1820,1648,1655,1656,42,1669,1668,1670,0,1820,1819,1821,1656,1655,1657,42,1668,1667,1670,0,1818,1817,1822,1655,1654,1657,42,1670,1667,1671,0,1822,1817,1823,1657,1654,1658,42,1667,1666,1671,0,1817,1816,1823,1654,1653,1658,42,1671,1666,1672,0,1823,1816,1824,1658,1653,1659,42,1673,1672,1666,0,1825,1824,1816,1660,1659,1653,42,1673,1674,1672,0,1825,1826,1824,1660,1661,1659,42,1673,1675,1674,0,1827,1828,1829,1660,1662,1661,42,1676,1675,1673,0,1830,1828,1827,1663,1662,1660,42,1677,1675,1676,0,1831,1828,1830,1664,1662,1663,42,1677,1678,1675,0,1831,1832,1828,1664,1665,1662,42,1677,1679,1678,0,1831,1833,1832,1664,1666,1665,42,1677,1680,1679,0,1831,1834,1833,1664,1667,1666,42,1677,1681,1680,0,1831,1835,1834,1664,1668,1667,42,1682,1681,1677,0,1836,1835,1831,1669,1668,1664,42,1682,1683,1681,0,1837,1838,1839,1669,1670,1668,42,1682,1671,1683,0,1837,1823,1838,1669,1658,1670,42,1670,1671,1682,0,1822,1823,1837,1657,1658,1669,42,1682,1684,1670,0,1836,1840,1821,1669,1671,1657,42,1684,1682,1677,0,1840,1836,1831,1671,1669,1664,42,1684,1677,1676,0,1840,1831,1830,1671,1664,1663,42,1684,1676,1685,0,1840,1830,1841,1671,1663,1672,42,1685,1676,1673,0,1841,1830,1827,1672,1663,1660,42,1685,1673,1665,0,1841,1827,1842,1672,1660,1652,42,1665,1673,1666,0,1815,1825,1816,1652,1660,1653,42,1657,1685,1665,0,1805,1841,1842,1644,1672,1652,42,1657,1686,1685,0,1805,1843,1841,1644,1673,1672,42,1657,1658,1686,0,1805,1804,1843,1644,1645,1673,42,1658,1660,1686,0,1804,1808,1843,1645,1647,1673,42,1660,1685,1686,0,1808,1841,1843,1647,1672,1673,42,1660,1669,1685,0,1808,1820,1841,1647,1656,1672,42,1660,1661,1669,0,1808,1809,1820,1647,1648,1656,42,1669,1684,1685,0,1820,1840,1841,1656,1671,1672,42,1670,1684,1669,0,1821,1840,1820,1657,1671,1656,42,1655,1657,1665,0,1800,1802,1815,1642,1644,1652,42,1671,1672,1683,0,1823,1824,1838,1658,1659,1670,42,1672,1687,1683,0,1824,1844,1838,1659,1674,1670,42,1674,1687,1672,0,1826,1844,1824,1661,1674,1659,42,1674,1688,1687,0,1826,1845,1844,1661,1675,1674,42,1674,1689,1688,0,1829,1846,1847,1661,1676,1675,42,1674,1678,1689,0,1829,1832,1846,1661,1665,1676,42,1674,1675,1678,0,1829,1828,1832,1661,1662,1665,42,1689,1678,1690,0,1846,1832,1848,1676,1665,1677,42,1679,1690,1678,0,1833,1848,1832,1666,1677,1665,42,1679,1691,1690,0,1833,1849,1848,1666,1678,1677,42,1679,1692,1691,0,1833,1850,1849,1666,1679,1678,42,1679,1680,1692,0,1833,1834,1850,1666,1667,1679,42,1680,1693,1692,0,1834,1851,1850,1667,1680,1679,42,1694,1693,1680,0,1852,1851,1834,1681,1680,1667,42,1696,1695,1694,0,1853,1854,1855,1682,1683,1681,42,1696,1697,1695,0,1853,1856,1854,1682,1684,1683,42,1696,1698,1697,0,1853,1857,1856,1682,1685,1684,42,1699,1698,1696,0,1858,1857,1853,1686,1685,1682,42,1700,1701,1698,0,1859,1860,1861,1687,1688,1685,42,1706,1704,1705,0,1862,1863,1864,1689,1690,1691,42,1706,1707,1704,0,1862,1865,1863,1689,1692,1690,42,1706,1708,1707,0,1862,1866,1865,1689,1693,1692,42,1709,1708,1706,0,1867,1866,1862,1694,1693,1689,42,1693,1711,1692,0,1851,1868,1850,1680,1695,1679,42,1695,1712,1693,0,1869,1870,1851,1683,1696,1680,42,1708,1722,1707,0,1866,1871,1865,1693,1697,1692,42,1707,1722,1721,0,1865,1871,1872,1692,1697,1698,42,1707,1721,1720,0,1865,1872,1873,1692,1698,1699,42,1707,1720,1704,0,1865,1873,1863,1692,1699,1690,42,1726,1702,1700,0,1874,1875,1859,1700,1701,1687,42,1688,1726,1700,0,1847,1874,1859,1675,1700,1687,42,1689,1726,1688,0,1846,1874,1847,1676,1700,1675,42,1689,1690,1725,0,1846,1848,1876,1676,1677,1702,42,1688,1700,1699,0,1845,1877,1858,1675,1687,1686,42,1688,1699,1687,0,1845,1858,1844,1675,1686,1674,42,1687,1699,1696,0,1844,1858,1853,1674,1686,1682,42,1683,1687,1696,0,1838,1844,1853,1670,1674,1682,42,1681,1683,1696,0,1839,1838,1853,1668,1670,1682,42,1681,1696,1694,0,1839,1853,1855,1668,1682,1681,42,1694,1680,1681,0,1852,1834,1835,1681,1667,1668,42,1309,1310,1318,0,1385,1386,1398,1312,1313,1321,42,1318,1310,1727,0,1398,1386,1878,1321,1313,1703,42,1310,1728,1727,0,1386,1879,1878,1313,1704,1703,42,1310,1729,1728,0,1386,1880,1879,1313,1705,1704,42,1311,1729,1310,0,1387,1880,1386,1314,1705,1313,42,1311,1730,1729,0,1387,1881,1880,1314,1706,1705,42,1311,1312,1730,0,1387,1389,1881,1314,1315,1706,42,1312,1731,1730,0,1391,1882,1883,1315,1707,1706,42,1314,1731,1312,0,1392,1882,1391,1317,1707,1315,42,1314,1316,1731,0,1392,1394,1882,1317,1319,1707,42,1316,1732,1731,0,1394,1884,1882,1319,1708,1707,42,1318,1732,1316,0,1396,1884,1394,1321,1708,1319,42,1318,1727,1732,0,1396,1885,1884,1321,1703,1708,42,1727,1733,1732,0,1885,1886,1884,1703,1709,1708,42,1733,1727,1734,0,1887,1878,1888,1709,1703,1710,42,1727,1728,1734,0,1878,1879,1888,1703,1704,1710,42,1729,1734,1728,0,1880,1888,1879,1705,1710,1704,42,1734,1729,1735,0,1888,1880,1889,1710,1705,1711,42,1735,1729,1730,0,1889,1880,1881,1711,1705,1706,42,1735,1730,1736,0,1889,1881,1890,1711,1706,1712,42,1736,1730,1737,0,1891,1883,1892,1712,1706,1713,42,1730,1731,1737,0,1883,1882,1892,1706,1707,1713,42,1737,1731,1732,0,1892,1882,1884,1713,1707,1708,42,1737,1732,1738,0,1892,1884,1893,1713,1708,1714,42,1732,1733,1738,0,1884,1886,1893,1708,1709,1714,42,1733,1739,1738,0,1886,1894,1893,1709,1715,1714,42,1733,1740,1739,0,1886,1895,1894,1709,1716,1715,42,1734,1740,1733,0,1888,1896,1887,1710,1716,1709,42,1734,1741,1740,0,1888,1897,1896,1710,1717,1716,42,1742,1741,1734,0,1898,1897,1888,1718,1717,1710,42,1742,1743,1741,0,1898,1899,1897,1718,1719,1717,42,1742,1744,1743,0,1898,1900,1899,1718,1720,1719,42,1742,1745,1744,0,1898,1901,1900,1718,1721,1720,42,1745,1742,1735,0,1901,1898,1889,1721,1718,1711,42,1735,1742,1734,0,1889,1898,1888,1711,1718,1710,42,1745,1735,1736,0,1901,1889,1890,1721,1711,1712,42,1746,1745,1736,0,1902,1903,1891,1722,1721,1712,42,1745,1746,1747,0,1903,1902,1904,1721,1722,1723,42,1746,1739,1747,0,1902,1894,1904,1722,1715,1723,42,1746,1738,1739,0,1902,1893,1894,1722,1714,1715,42,1738,1746,1737,0,1893,1902,1892,1714,1722,1713,42,1746,1736,1737,0,1902,1891,1892,1722,1712,1713,42,1739,1748,1747,0,1894,1905,1904,1715,1724,1723,42,1740,1748,1739,0,1895,1905,1894,1716,1724,1715,42,1740,1749,1748,0,1895,1906,1905,1716,1725,1724,42,1740,1750,1749,0,1896,1907,1908,1716,1726,1725,42,1741,1750,1740,0,1897,1907,1896,1717,1726,1716,42,1741,1743,1750,0,1897,1899,1907,1717,1719,1726,42,1743,1751,1750,0,1899,1909,1907,1719,1727,1726,42,1743,1752,1751,0,1899,1910,1909,1719,1728,1727,42,1743,1744,1752,0,1899,1900,1910,1719,1720,1728,42,1744,1753,1752,0,1900,1911,1910,1720,1729,1728,42,1744,1754,1753,0,1912,1913,1914,1720,1730,1729,42,1747,1754,1744,0,1904,1913,1912,1723,1730,1720,42,1748,1754,1747,0,1905,1913,1904,1724,1730,1723,42,1754,1748,1755,0,1913,1905,1915,1730,1724,1731,42,1756,1755,1748,0,1916,1915,1905,1732,1731,1724,42,1757,1755,1756,0,1917,1915,1916,1733,1731,1732,42,1758,1755,1757,0,1918,1915,1917,1734,1731,1733,42,1754,1755,1758,0,1913,1915,1918,1730,1731,1734,42,1753,1754,1758,0,1914,1913,1918,1729,1730,1734,42,1753,1758,1759,0,1914,1918,1919,1729,1734,1735,42,1759,1758,1760,0,1919,1918,1920,1735,1734,1736,42,1758,1757,1760,0,1918,1917,1920,1734,1733,1736,42,1760,1757,1761,0,1920,1917,1921,1736,1733,1737,42,1762,1761,1757,0,1922,1921,1917,1738,1737,1733,42,1762,1763,1761,0,1922,1923,1921,1738,1739,1737,42,1762,1764,1763,0,1924,1925,1926,1738,1740,1739,42,1765,1764,1762,0,1927,1925,1924,1741,1740,1738,42,1766,1764,1765,0,1928,1925,1927,1742,1740,1741,42,1766,1767,1764,0,1928,1929,1925,1742,1743,1740,42,1766,1768,1767,0,1928,1930,1929,1742,1744,1743,42,1766,1769,1768,0,1928,1931,1930,1742,1745,1744,42,1766,1770,1769,0,1928,1932,1931,1742,1746,1745,42,1766,1771,1770,0,1928,1933,1932,1742,1747,1746,42,1772,1771,1766,0,1934,1933,1928,1748,1747,1742,42,1772,1759,1771,0,1934,1935,1933,1748,1735,1747,42,1759,1772,1752,0,1935,1934,1910,1735,1748,1728,42,1752,1772,1751,0,1910,1934,1909,1728,1748,1727,42,1772,1765,1751,0,1934,1927,1909,1748,1741,1727,42,1772,1766,1765,0,1934,1928,1927,1748,1742,1741,42,1751,1765,1762,0,1909,1927,1924,1727,1741,1738,42,1751,1762,1756,0,1909,1924,1936,1727,1738,1732,42,1756,1762,1757,0,1916,1922,1917,1732,1738,1733,42,1749,1751,1756,0,1908,1909,1936,1725,1727,1732,42,1749,1750,1751,0,1908,1907,1909,1725,1726,1727,42,1748,1749,1756,0,1905,1906,1916,1724,1725,1732,42,1752,1753,1759,0,1910,1911,1935,1728,1729,1735,42,1759,1760,1771,0,1919,1920,1937,1735,1736,1747,42,1771,1760,1773,0,1937,1920,1938,1747,1736,1749,42,1760,1761,1773,0,1920,1921,1938,1736,1737,1749,42,1761,1774,1773,0,1921,1939,1938,1737,1750,1749,42,1763,1774,1761,0,1923,1939,1921,1739,1750,1737,42,1763,1775,1774,0,1923,1940,1939,1739,1751,1750,42,1763,1776,1775,0,1926,1941,1942,1739,1752,1751,42,1763,1767,1776,0,1926,1929,1941,1739,1743,1752,42,1764,1767,1763,0,1925,1929,1926,1740,1743,1739,42,1776,1767,1777,0,1941,1929,1943,1752,1743,1753,42,1768,1777,1767,0,1930,1943,1929,1744,1753,1743,42,1768,1778,1777,0,1930,1944,1943,1744,1754,1753,42,1768,1779,1778,0,1930,1945,1944,1744,1755,1754,42,1768,1769,1779,0,1930,1931,1945,1744,1745,1755,42,1769,1780,1779,0,1931,1946,1945,1745,1756,1755,42,1781,1780,1769,0,1947,1946,1931,1757,1756,1745,42,1781,1782,1780,0,1948,1949,1950,1757,1758,1756,42,1783,1782,1781,0,1951,1949,1948,1759,1758,1757,42,1783,1784,1782,0,1951,1952,1949,1759,1760,1758,42,1783,1785,1784,0,1951,1953,1952,1759,1761,1760,42,1786,1785,1783,0,1954,1953,1951,1762,1761,1759,42,1786,1787,1785,0,1954,1955,1953,1762,1763,1761,42,1775,1787,1786,0,1940,1955,1954,1751,1763,1762,42,1775,1788,1787,0,1942,1956,1957,1751,1764,1763,42,1776,1788,1775,0,1941,1956,1942,1752,1764,1751,42,1780,1795,1779,0,1946,1958,1945,1756,1765,1755,42,1780,1782,1796,0,1946,1959,1960,1756,1758,1766,42,1782,1797,1796,0,1959,1961,1960,1758,1767,1766,42,1804,1801,1805,0,1962,1963,1964,1768,1769,1770,42,1805,1801,1785,0,1964,1963,1965,1770,1769,1761,42,1787,1805,1785,0,1957,1964,1965,1763,1770,1761,42,1790,1808,1805,0,1966,1967,1964,1771,1772,1770,42,1791,1808,1790,0,1968,1967,1966,1773,1772,1771,42,1792,1808,1791,0,1969,1967,1968,1774,1772,1773,42,1792,1809,1808,0,1969,1970,1967,1774,1775,1772,42,1792,1810,1809,0,1969,1971,1970,1774,1776,1775,42,1793,1810,1792,0,1972,1971,1969,1777,1776,1774,42,1810,1796,1811,0,1971,1960,1973,1776,1766,1778,42,1811,1796,1797,0,1973,1960,1961,1778,1766,1767,42,1812,1797,1800,0,1974,1961,1975,1779,1767,1780,42,1809,1813,1804,0,1970,1976,1962,1775,1781,1768,42,1809,1811,1813,0,1970,1973,1976,1775,1778,1781,42,1810,1811,1809,0,1971,1973,1970,1776,1778,1775,42,1809,1804,1808,0,1970,1962,1967,1775,1768,1772,42,1788,1807,1787,0,1956,1977,1957,1764,1782,1763,42,1776,1777,1789,0,1941,1943,1978,1752,1753,1783,42,1775,1786,1774,0,1940,1954,1939,1751,1762,1750,42,1783,1774,1786,0,1951,1939,1954,1759,1750,1762,42,1773,1774,1783,0,1938,1939,1951,1749,1750,1759,42,1770,1773,1783,0,1979,1938,1951,1746,1749,1759,42,1771,1773,1770,0,1937,1938,1979,1747,1749,1746,42,1770,1783,1781,0,1979,1951,1948,1746,1759,1757,42,1770,1781,1769,0,1932,1947,1931,1746,1757,1745,42,1745,1747,1744,0,1903,1904,1912,1721,1723,1720,42,1296,1297,1225,0,1371,1372,1292,1299,1300,1227,42,1226,1296,1225,0,1293,1371,1292,1228,1299,1227,42,1230,1296,1226,0,1297,1371,1293,1232,1299,1228,42,1228,1230,1226,0,1295,1297,1293,1230,1232,1228,42,1152,1154,1153,3,1980,1981,1982,1154,1158,1155,42,1155,1154,1152,3,1983,1984,1985,1156,1158,1154,42,1385,1155,1152,3,1986,1987,1988,1388,1156,1154,42,1385,1152,1386,3,1989,1990,1991,1388,1154,1389,42,1388,1150,1389,3,1992,1993,1994,1391,1152,1392,42,1150,1149,1389,3,1995,1996,1997,1152,1151,1392,42,1149,1391,1390,3,1998,1999,2000,1151,1395,1393,42,1393,1394,1392,3,2001,2002,2003,1396,1623,1394,42,1393,1395,1394,3,2004,2005,2006,1396,1397,1623,42,1154,1395,1393,3,2007,2008,2009,1158,1397,1396,42,1493,1495,1494,3,2010,2011,2012,1495,1498,1496,42,1504,1503,1489,3,2013,2014,2015,1524,1505,1491,42,1504,1505,1503,3,2016,2017,2018,1524,1521,1505,42,1504,1506,1505,3,2019,2020,2021,1524,1508,1521,42,1507,1506,1504,3,2022,2023,2024,1506,1508,1524,42,1511,1512,1510,3,2025,2026,2027,1511,1784,1510,42,1491,1512,1511,3,2028,2029,2030,1493,1784,1511,42,1491,1492,1512,3,2031,2032,2033,1493,1494,1784,42,1492,1494,1512,3,2034,2035,2036,1494,1496,1784,42,1512,1494,1495,3,2037,2038,2039,1784,1496,1498,42,1512,1495,1510,3,2040,2041,2042,1784,1498,1510,42,1513,1514,1515,3,2043,2044,2045,1512,1513,1514,42,1517,1516,1514,3,2046,2047,2048,1785,1515,1513,42,1518,1516,1517,3,2049,2050,2051,1517,1515,1785,42,1519,1520,1516,3,2052,2053,2054,1516,1523,1515,42,1520,1519,1521,3,2055,2056,2057,1523,1516,1518,42,1521,1519,1518,3,2058,2059,2060,1518,1516,1517,42,1500,1518,1523,3,2061,2062,2063,1502,1517,1786,42,1518,1517,1523,3,2064,2065,2066,1517,1785,1786,42,1499,1523,1517,3,2067,2068,2069,1501,1786,1785,42,1499,1500,1523,3,2070,2071,2072,1501,1502,1786,42,1524,1499,1517,3,2073,2074,2075,1787,1501,1785,42,1496,1499,1524,3,2076,2077,2078,1497,1501,1787,42,1524,1514,1496,3,2079,2080,2081,1787,1513,1497,42,1524,1517,1514,3,2082,2083,2084,1787,1785,1513,42,1502,1525,1522,3,2085,2086,2087,1504,1520,1519,42,1505,1525,1503,3,2088,2089,2090,1521,1520,1505,42,1505,1522,1525,3,2091,2092,2093,1521,1519,1520,42,1508,1521,1522,3,2094,2095,2096,1507,1518,1519,42,1513,1520,1526,3,2097,2098,2099,1512,1523,1522,42,1515,1516,1520,3,2100,2101,2102,1514,1515,1523,42,1526,1520,1521,3,2103,2104,2105,1522,1523,1518,42,1491,1511,1507,3,2106,2107,2108,1493,1511,1506,42,1491,1507,1490,3,2109,2110,2111,1493,1506,1492,42,1490,1507,1504,3,2112,2113,2114,1492,1506,1524,42,1573,1582,1581,3,2115,2116,2117,1571,1581,1579,42,1583,1584,1582,3,2118,2119,2120,1580,1597,1581,42,1585,1584,1583,3,2121,2122,2123,1583,1597,1580,42,1585,1586,1584,3,2124,2125,2126,1583,1596,1597,42,1585,1587,1586,3,2127,2128,2129,1583,1788,1596,42,1585,1588,1587,3,2130,2131,2132,1583,1582,1788,42,1591,1592,1593,3,2133,2134,2135,1586,1587,1789,42,1592,1594,1593,3,2136,2137,2138,1587,1589,1789,42,1596,1597,1594,3,2139,2140,2141,1590,1790,1589,42,1598,1597,1596,3,2142,2143,2144,1791,1790,1590,42,1598,1599,1597,3,2145,2146,2147,1791,1792,1790,42,1600,1599,1598,3,2148,2149,2150,1793,1792,1791,42,1600,1601,1599,3,2151,2152,2153,1793,1593,1792,42,1602,1601,1600,3,2154,2155,2156,1591,1593,1793,42,1587,1603,1604,3,2157,2158,2159,1788,1592,1594,42,1587,1605,1603,3,2160,2161,2162,1788,1595,1592,42,1588,1605,1587,3,2163,2164,2165,1582,1595,1788,42,1589,1603,1605,3,2166,2167,2168,1584,1592,1595,42,1590,1606,1601,3,2169,2170,2171,1585,1794,1593,42,1590,1591,1606,3,2172,2173,2174,1585,1586,1794,42,1606,1591,1607,3,2175,2176,2177,1794,1586,1795,42,1591,1593,1607,3,2178,2179,2180,1586,1789,1795,42,1594,1607,1593,3,2181,2182,2183,1589,1795,1789,42,1594,1599,1607,3,2184,2185,2186,1589,1792,1795,42,1599,1594,1597,3,2187,2188,2189,1792,1589,1790,42,1601,1607,1599,3,2190,2191,2192,1593,1795,1792,42,1606,1607,1601,3,2193,2194,2195,1794,1795,1593,42,1586,1587,1604,3,2196,2197,2198,1596,1788,1594,42,1602,1598,1609,3,2199,2200,2201,1591,1791,1599,42,1602,1600,1598,3,2202,2203,2204,1591,1793,1791,42,1609,1598,1596,3,2205,2206,2207,1599,1791,1590,42,1610,1596,1595,3,2208,2209,2210,1600,1590,1588,42,1611,1610,1595,3,2211,2212,2213,1796,1600,1588,42,1612,1610,1611,3,2214,2215,2216,1601,1600,1796,42,1582,1584,1612,3,2217,2218,2219,1581,1597,1601,42,1582,1612,1611,3,2220,2221,2222,1581,1601,1796,42,1582,1611,1581,3,2223,2224,2225,1581,1796,1579,42,1611,1613,1581,3,2226,2227,2228,1796,1602,1579,42,1611,1595,1613,3,2229,2230,2231,1796,1588,1602,42,1613,1595,1580,3,2232,2233,2234,1602,1588,1578,42,1385,1623,1622,3,2235,2236,2237,1388,1612,1611,42,1385,1386,1623,3,2238,2239,2240,1388,1389,1612,42,1387,1388,1624,3,2241,2242,2243,1390,1391,1613,42,1388,1626,1625,3,2244,2245,2246,1391,1616,1614,42,1388,1389,1626,3,2247,2248,2249,1391,1392,1616,42,1626,1389,1627,3,2250,2251,2252,1616,1392,1615,42,1390,1627,1389,3,2253,2254,2255,1393,1615,1392,42,1391,1628,1627,3,2256,2257,2258,1395,1797,1615,42,1391,1629,1628,3,2259,2260,2261,1395,1798,1797,42,1630,1629,1391,3,2262,2263,2264,1622,1798,1395,42,1631,1629,1630,3,2265,2266,2267,1618,1798,1622,42,1631,1628,1629,3,2268,2269,2270,1618,1797,1798,42,1632,1628,1631,3,2271,2272,2273,1799,1797,1618,42,1625,1628,1632,3,2274,2275,2276,1614,1797,1799,42,1625,1627,1628,3,2277,2278,2279,1614,1615,1797,42,1625,1632,1633,3,2280,2281,2282,1614,1799,1617,42,1633,1632,1631,3,2283,2284,2285,1617,1799,1618,42,1631,1630,1636,3,2286,2287,2288,1618,1622,1621,42,1392,1394,1636,3,2289,2290,2291,1394,1623,1621,42,1622,1623,1639,3,2292,2293,2294,1611,1612,1626,42,1623,1624,1639,3,2295,2296,2297,1612,1613,1626,42,1639,1624,1634,3,2298,2299,2300,1626,1613,1619,42,1154,1393,1153,3,2301,2302,2303,1158,1396,1155,42,1694,1695,1693,3,2304,2305,2306,1681,1683,1680,42,1700,1698,1699,3,2307,2308,2309,1687,1685,1686,42,1702,1701,1700,3,2310,2311,2312,1701,1688,1687,42,1703,1701,1702,3,2313,2314,2315,1800,1688,1701,42,1703,1704,1701,3,2316,2317,2318,1800,1690,1688,42,1705,1704,1703,3,2319,2320,2321,1691,1690,1800,42,1709,1710,1708,3,2322,2323,2324,1694,1801,1693,42,1691,1710,1709,3,2325,2326,2327,1678,1801,1694,42,1691,1692,1710,3,2328,2329,2330,1678,1679,1801,42,1692,1711,1710,3,2331,2332,2333,1679,1695,1801,42,1693,1712,1711,3,2334,2335,2336,1680,1696,1695,42,1695,1713,1712,3,2337,2338,2339,1683,1802,1696,42,1714,1713,1695,3,2340,2341,2342,1803,1802,1683,42,1715,1713,1714,3,2343,2344,2345,1804,1802,1803,42,1715,1716,1713,3,2346,2347,2348,1804,1805,1802,42,1717,1716,1715,3,2349,2350,2351,1806,1805,1804,42,1718,1716,1717,3,2352,2353,2354,1807,1805,1806,42,1718,1719,1716,3,2355,2356,2357,1807,1808,1805,42,1720,1719,1718,3,2358,2359,2360,1699,1808,1807,42,1721,1719,1720,3,2361,2362,2363,1698,1808,1699,42,1722,1719,1721,3,2364,2365,2366,1697,1808,1698,42,1722,1723,1719,3,2367,2368,2369,1697,1809,1808,42,1722,1713,1723,3,2370,2371,2372,1697,1802,1809,42,1722,1712,1713,3,2373,2374,2375,1697,1696,1802,42,1708,1712,1722,3,2376,2377,2378,1693,1696,1697,42,1710,1712,1708,3,2379,2380,2381,1801,1696,1693,42,1710,1711,1712,3,2382,2383,2384,1801,1695,1696,42,1704,1720,1701,3,2385,2386,2387,1690,1699,1688,42,1720,1717,1701,3,2388,2389,2390,1699,1806,1688,42,1720,1718,1717,3,2391,2392,2393,1699,1807,1806,42,1701,1717,1698,3,2394,2395,2396,1688,1806,1685,42,1698,1717,1724,3,2397,2398,2399,1685,1806,1810,42,1717,1715,1724,3,2400,2401,2402,1806,1804,1810,42,1715,1698,1724,3,2403,2404,2405,1804,1685,1810,42,1698,1715,1697,3,2404,2403,2406,1685,1804,1684,42,1714,1697,1715,3,2407,2408,2409,1803,1684,1804,42,1697,1714,1695,3,2408,2407,2410,1684,1803,1683,42,1723,1713,1716,3,2411,2412,2413,1809,1802,1805,42,1723,1716,1719,3,2414,2415,2416,1809,1805,1808,42,1691,1709,1706,3,2417,2418,2419,1678,1694,1689,42,1691,1706,1690,3,2420,2421,2422,1678,1689,1677,42,1690,1706,1725,3,2423,2424,2425,1677,1689,1702,42,1725,1706,1705,3,2426,2427,2428,1702,1689,1691,42,1725,1705,1703,3,2429,2430,2431,1702,1691,1800,42,1725,1703,1726,3,2432,2433,2434,1702,1800,1700,42,1703,1702,1726,3,2435,2436,2437,1800,1701,1700,42,1725,1726,1689,3,2438,2439,2440,1702,1700,1676,42,1789,1788,1776,3,2441,2442,2443,1783,1764,1752,42,1789,1790,1788,3,2444,2445,2446,1783,1771,1764,42,1789,1791,1790,3,2447,2448,2449,1783,1773,1771,42,1789,1792,1791,3,2450,2451,2452,1783,1774,1773,42,1777,1792,1789,3,2453,2454,2455,1753,1774,1783,42,1778,1792,1777,3,2456,2457,2458,1754,1774,1753,42,1778,1793,1792,3,2459,2460,2461,1754,1777,1774,42,1778,1794,1793,3,2462,2463,2464,1754,1811,1777,42,1778,1779,1794,3,2465,2466,2467,1754,1755,1811,42,1779,1795,1794,3,2468,2469,2470,1755,1765,1811,42,1780,1796,1795,3,2471,2472,2473,1756,1766,1765,42,1798,1797,1782,3,2474,2475,2476,1812,1767,1758,42,1799,1797,1798,3,2477,2478,2479,1813,1767,1812,42,1799,1800,1797,3,2480,2481,2482,1813,1780,1767,42,1801,1800,1799,3,2483,2484,2485,1769,1780,1813,42,1802,1800,1801,3,2486,2487,2488,1814,1780,1769,42,1802,1803,1800,3,2489,2490,2491,1814,1815,1780,42,1803,1802,1804,3,2492,2493,2494,1815,1814,1768,42,1804,1802,1801,3,2495,2496,2497,1768,1814,1769,42,1785,1801,1806,3,2498,2499,2500,1761,1769,1816,42,1801,1799,1806,3,2501,2502,2503,1769,1813,1816,42,1784,1806,1799,3,2504,2505,2506,1760,1816,1813,42,1784,1785,1806,3,2507,2508,2509,1760,1761,1816,42,1798,1784,1799,3,2510,2511,2512,1812,1760,1813,42,1782,1784,1798,3,2513,2514,2515,1758,1760,1812,42,1807,1805,1787,3,2516,2517,2518,1782,1770,1763,42,1790,1805,1807,3,2519,2520,2521,1771,1770,1782,42,1793,1794,1810,3,2522,2523,2524,1777,1811,1776,42,1794,1796,1810,3,2525,2526,2527,1811,1766,1776,42,1794,1795,1796,3,2528,2529,2530,1811,1765,1766,42,1811,1797,1812,3,2531,2532,2533,1778,1767,1779,42,1812,1800,1803,3,2534,2535,2536,1779,1780,1815,42,1811,1812,1803,3,2537,2538,2539,1778,1779,1815,42,1811,1803,1813,3,2540,2541,2542,1778,1815,1781,42,1813,1803,1804,3,2543,2544,2545,1781,1815,1768,42,1808,1804,1805,3,2546,2547,2548,1772,1768,1770,42,1790,1807,1788,3,2549,2550,2551,1771,1782,1764,42,1814,1815,1816,0,2552,2553,2554,1817,1818,1819,42,1814,1817,1815,0,2552,2555,2553,1817,1820,1818,42,1817,1814,1818,0,2555,2552,2556,1820,1817,1821,42,1818,1819,1817,0,2556,2557,2555,1821,1822,1820,42,1820,1819,1818,0,2558,2557,2556,1823,1822,1821,42,1820,1821,1819,0,2558,2559,2557,1823,1824,1822,42,1822,1821,1820,0,2560,2559,2558,1825,1824,1823,42,1822,1823,1821,0,2560,2561,2559,1825,1826,1824,42,1824,1823,1822,0,2562,2561,2560,1827,1826,1825,42,1824,1825,1823,0,2562,2563,2561,1827,1828,1826,42,1826,1825,1824,0,2564,2563,2562,1829,1828,1827,42,1827,1825,1826,0,2565,2566,2567,1830,1828,1829,42,1827,1828,1825,0,2565,2568,2566,1830,1831,1828,42,1829,1828,1827,0,2569,2568,2565,1832,1831,1830,42,1829,1830,1828,0,2569,2570,2568,1832,1833,1831,42,1829,1831,1830,0,2569,2571,2570,1832,1834,1833,42,1832,1831,1829,0,2572,2571,2569,1835,1834,1832,42,1832,1833,1831,0,2572,2573,2571,1835,1836,1834,42,1834,1833,1832,0,2574,2573,2572,1837,1836,1835,42,1834,1835,1833,0,2574,2575,2573,1837,1838,1836,42,1836,1835,1834,0,2576,2577,2578,1839,1838,1837,42,1837,1835,1836,0,2579,2577,2576,1840,1838,1839,42,1837,1838,1835,0,2579,2580,2577,1840,1841,1838,42,1839,1838,1837,0,2581,2580,2579,1842,1841,1840,42,1840,1838,1839,0,2582,2580,2581,1843,1841,1842,42,1840,1841,1838,0,2582,2583,2580,1844,1844,1844,42,1840,1842,1841,0,2582,2584,2583,1845,1845,1845,42,1840,1843,1842,0,2585,2586,2587,1843,1846,1847,42,1840,1844,1843,0,2585,2588,2586,1843,1848,1846,42,1839,1844,1840,0,2589,2588,2585,1842,1848,1843,42,1839,1845,1844,0,2589,2590,2588,1842,1849,1848,42,1837,1845,1839,0,2591,2590,2589,1840,1849,1842,42,1837,1846,1845,0,2591,2592,2590,1840,1850,1849,42,1836,1846,1837,0,2593,2592,2591,1839,1850,1840,42,1836,1847,1846,0,2593,2594,2592,1839,1851,1850,42,1848,1847,1836,0,2595,2594,2593,1852,1851,1839,42,1848,1849,1847,0,2595,2596,2594,1852,1853,1851,42,1848,1850,1849,0,2595,2597,2596,1852,1854,1853,42,1851,1850,1848,0,2598,2597,2595,1855,1854,1852,42,1852,1850,1851,0,2599,2597,2598,1856,1854,1855,42,1852,1853,1850,0,2599,2600,2597,1856,1857,1854,42,1854,1853,1852,0,2601,2600,2599,1858,1857,1856,42,1854,1855,1853,0,2601,2602,2600,1858,1859,1857,42,1856,1855,1854,0,2603,2604,2605,1860,1859,1858,42,1856,1857,1855,0,2603,2606,2604,1860,1861,1859,42,1858,1857,1856,0,2607,2608,2603,1862,1861,1860,42,1859,1857,1858,0,2609,2608,2607,1863,1861,1862,42,1859,1860,1857,0,2609,2610,2608,1863,1864,1861,42,1861,1860,1859,0,2611,2610,2609,1865,1864,1863,42,1861,1862,1860,0,2611,2612,2610,1865,1866,1864,42,1861,1863,1862,0,2611,2613,2612,1865,1867,1866,42,1861,1864,1863,0,2611,2614,2613,1865,1868,1867,42,1864,1861,1865,0,2614,2611,2615,1868,1865,1869,42,1865,1861,1866,0,2615,2611,2616,1869,1865,1870,42,1861,1859,1866,0,2611,2609,2616,1865,1863,1870,42,1866,1859,1858,0,2616,2609,2607,1870,1863,1862,42,1867,1866,1858,0,2617,2618,2619,1871,1870,1862,42,1868,1866,1867,0,2620,2618,2617,1872,1870,1871,42,1868,1865,1866,0,2620,2621,2618,1872,1869,1870,42,1869,1865,1868,0,2622,2621,2620,1873,1869,1872,42,1869,1870,1865,0,2622,2623,2621,1873,1874,1869,42,1871,1870,1869,0,2624,2623,2622,1875,1874,1873,42,1871,1872,1870,0,2624,2625,2623,1875,1876,1874,42,1873,1872,1871,0,2626,2625,2624,1877,1876,1875,42,1873,1874,1872,0,2626,2627,2625,1877,1878,1876,42,1875,1874,1873,0,2628,2627,2626,1879,1878,1877,42,1875,1876,1874,0,2629,2630,2631,1879,1880,1878,42,1875,1877,1876,0,2629,2632,2630,1879,1881,1880,42,1878,1877,1875,0,2633,2632,2629,1882,1881,1879,42,1878,1879,1877,0,2633,2634,2632,1882,1883,1881,42,1880,1879,1878,0,2635,2634,2633,1884,1883,1882,42,1880,1881,1879,0,2635,2636,2634,1884,1885,1883,42,1882,1881,1880,0,2637,2636,2635,1886,1885,1884,42,1882,1883,1881,0,2637,2638,2636,1886,1887,1885,42,1884,1883,1882,0,2639,2638,2637,1888,1887,1886,42,1884,1885,1883,0,2639,2640,2638,1888,1889,1887,42,1886,1885,1884,0,2641,2640,2639,1890,1889,1888,42,1886,1887,1885,0,2641,2642,2640,1890,1891,1889,42,1887,1888,1885,0,2642,2643,2640,1891,1892,1889,42,1887,1889,1888,0,2642,2644,2643,1891,1893,1892,42,1889,1890,1888,0,2644,2645,2643,1893,1894,1892,42,1889,1891,1890,0,2644,2646,2645,1893,1895,1894,42,1891,1892,1890,0,2646,2647,2645,1895,1896,1894,42,1893,1892,1891,0,2648,2647,2646,1897,1896,1895,42,1893,1894,1892,0,2648,2649,2647,1897,1898,1896,42,1895,1894,1893,0,2650,2649,2648,1899,1898,1897,42,1896,1894,1895,0,2651,2649,2650,1900,1898,1899,42,1896,1897,1894,0,2651,2652,2649,1900,1901,1898,42,1898,1897,1896,0,2653,2652,2651,1902,1901,1900,42,1898,1899,1897,0,2653,2654,2652,1902,1903,1901,42,1898,1880,1899,0,2653,2655,2654,1902,1884,1903,42,1898,1882,1880,0,2653,2656,2655,1902,1886,1884,42,1900,1882,1898,0,2657,2656,2653,1904,1886,1902,42,1900,1884,1882,0,2657,2658,2656,1904,1888,1886,42,1901,1884,1900,0,2659,2658,2657,1905,1888,1904,42,1901,1886,1884,0,2659,2660,2658,1905,1890,1888,42,1901,1900,1902,0,2659,2657,2661,1905,1904,1906,42,1900,1896,1902,0,2657,2651,2661,1904,1900,1906,42,1900,1898,1896,0,2657,2653,2651,1904,1902,1900,42,1902,1896,1895,0,2661,2651,2650,1906,1900,1899,42,1899,1880,1878,0,2654,2655,2662,1903,1884,1882,42,1899,1878,1903,0,2654,2662,2663,1903,1882,1907,42,1903,1878,1904,0,2663,2662,2664,1907,1882,1908,42,1878,1875,1904,0,2662,2628,2664,1882,1879,1908,42,1904,1875,1873,0,2664,2628,2626,1908,1879,1877,42,1904,1873,1905,0,2664,2626,2665,1908,1877,1909,42,1873,1906,1905,0,2626,2666,2665,1877,1910,1909,42,1873,1907,1906,0,2626,2667,2666,1877,1911,1910,42,1871,1907,1873,0,2624,2667,2626,1875,1911,1877,42,1869,1907,1871,0,2622,2667,2624,1873,1911,1875,42,1868,1907,1869,0,2620,2667,2622,1872,1911,1873,42,1868,1818,1907,0,2620,2556,2667,1872,1821,1911,42,1867,1818,1868,0,2617,2556,2620,1871,1821,1872,42,1867,1820,1818,0,2617,2558,2556,1871,1823,1821,42,1867,1822,1820,0,2617,2560,2558,1871,1825,1823,42,1867,1908,1822,0,2617,2668,2560,1871,1912,1825,42,1867,1858,1908,0,2617,2619,2668,1871,1862,1912,42,1908,1858,1856,0,2668,2619,2669,1912,1862,1860,42,1908,1856,1909,0,2668,2669,2670,1912,1860,1913,42,1909,1856,1910,0,2670,2669,2671,1913,1860,1914,42,1856,1854,1910,0,2669,2672,2671,1860,1858,1914,42,1910,1854,1911,0,2673,2601,2674,1914,1858,1915,42,1854,1852,1911,0,2601,2599,2674,1858,1856,1915,42,1911,1852,1851,0,2674,2599,2598,1915,1856,1855,42,1851,1829,1911,0,2675,2569,2676,1855,1832,1915,42,1912,1829,1851,0,2677,2569,2675,1916,1832,1855,42,1912,1832,1829,0,2677,2572,2569,1916,1835,1832,42,1912,1834,1832,0,2677,2574,2572,1916,1837,1835,42,1912,1913,1834,0,2677,2678,2574,1916,1917,1837,42,1912,1914,1913,0,2679,2680,2681,1916,1918,1917,42,1912,1848,1914,0,2679,2595,2680,1916,1852,1918,42,1851,1848,1912,0,2598,2595,2679,1855,1852,1916,42,1848,1836,1914,0,2595,2593,2680,1852,1839,1918,42,1914,1836,1915,0,2680,2593,2682,1918,1839,1919,42,1915,1836,1916,0,2682,2593,2683,1919,1839,1920,42,1836,1917,1916,0,2576,2684,2685,1921,1921,1921,42,1834,1917,1836,0,2578,2684,2576,1922,1922,1922,42,1918,1917,1834,0,2686,2687,2574,1923,1924,1837,42,1918,1919,1917,0,2686,2688,2687,1923,1925,1924,42,1918,1920,1919,0,2689,2690,2691,1923,1926,1925,42,1918,1915,1920,0,2689,2682,2690,1923,1919,1926,42,1914,1915,1918,0,2680,2682,2689,1918,1919,1923,42,1913,1914,1918,0,2681,2680,2689,1917,1918,1923,42,1913,1918,1834,0,2678,2686,2574,1917,1923,1837,42,1915,1916,1920,0,2682,2683,2690,1919,1920,1926,42,1920,1916,1921,0,2690,2683,2692,1926,1920,1927,42,1916,1922,1921,0,2685,2693,2694,1928,1928,1928,42,1917,1922,1916,0,2684,2693,2685,1929,1929,1929,42,1919,1922,1917,0,2688,2695,2687,1925,1930,1924,42,1921,1922,1919,0,2694,2693,2696,1931,1931,1931,42,1921,1919,1920,0,2694,2696,2697,1932,1932,1932,42,1911,1829,1827,0,2676,2569,2565,1915,1832,1830,42,1911,1827,1826,0,2676,2565,2567,1915,1830,1829,42,1911,1826,1910,0,2676,2567,2698,1915,1829,1914,42,1909,1910,1826,0,2670,2671,2564,1913,1914,1829,42,1909,1826,1824,0,2670,2564,2562,1913,1829,1827,42,1909,1824,1822,0,2670,2562,2560,1913,1827,1825,42,1908,1909,1822,0,2668,2670,2560,1912,1913,1825,42,1818,1814,1907,0,2556,2552,2667,1821,1817,1911,42,1907,1814,1923,0,2667,2552,2699,1911,1817,1933,42,1923,1814,1816,0,2699,2552,2554,1933,1817,1819,42,1923,1816,1924,0,2699,2554,2700,1933,1819,1934,42,1924,1816,1925,0,2700,2554,2701,1934,1819,1935,42,1925,1816,1926,0,2701,2554,2702,1935,1819,1936,42,1816,1815,1926,0,2554,2553,2702,1819,1818,1936,42,1926,1815,1927,0,2702,2553,2703,1936,1818,1937,42,1815,1928,1927,0,2553,2704,2703,1818,1938,1937,42,1815,1819,1928,0,2553,2557,2704,1818,1822,1938,42,1817,1819,1815,0,2555,2557,2553,1820,1822,1818,42,1819,1929,1928,0,2557,2705,2704,1822,1939,1938,42,1819,1821,1929,0,2557,2559,2705,1822,1824,1939,42,1821,1823,1929,0,2559,2561,2705,1824,1826,1939,42,1929,1823,1930,0,2705,2561,2706,1939,1826,1940,42,1823,1825,1930,0,2561,2563,2706,1826,1828,1940,42,1930,1825,1931,0,2706,2563,2707,1940,1828,1941,42,1825,1828,1931,0,2566,2568,2708,1828,1831,1941,42,1931,1828,1932,0,2708,2568,2709,1941,1831,1942,42,1828,1830,1932,0,2568,2570,2709,1831,1833,1942,42,1932,1830,1933,0,2709,2570,2710,1942,1833,1943,42,1933,1830,1831,0,2710,2570,2571,1943,1833,1834,42,1933,1831,1934,0,2710,2571,2711,1943,1834,1944,42,1831,1935,1934,0,2571,2712,2711,1834,1945,1944,42,1833,1935,1831,0,2573,2712,2571,1836,1945,1834,42,1833,1936,1935,0,2573,2713,2712,1836,1946,1945,42,1833,1937,1936,0,2573,2714,2713,1836,1947,1946,42,1835,1937,1833,0,2575,2714,2573,1838,1947,1836,42,1835,1838,1937,0,2575,2715,2714,1838,1841,1947,42,1838,1938,1937,0,2715,2716,2714,1841,1948,1947,42,1838,1841,1938,0,2715,2717,2716,1841,1949,1948,42,1841,1939,1938,0,2717,2718,2716,1949,1950,1948,42,1841,1940,1939,0,2717,2719,2718,1949,1951,1950,42,1842,1940,1841,0,2584,2720,2583,1952,1952,1952,42,1939,1940,1842,0,2718,2719,2587,1950,1951,1847,42,1939,1842,1843,0,2718,2587,2586,1950,1847,1846,42,1941,1939,1843,0,2721,2718,2586,1953,1950,1846,42,1938,1939,1941,0,2716,2718,2721,1948,1950,1953,42,1938,1941,1942,0,2716,2721,2722,1948,1953,1954,42,1943,1942,1941,0,2723,2722,2721,1955,1954,1953,42,1943,1936,1942,0,2723,2713,2722,1955,1946,1954,42,1943,1944,1936,0,2723,2724,2713,1955,1956,1946,42,1945,1944,1943,0,2725,2724,2723,1957,1956,1955,42,1946,1944,1945,0,2726,2724,2725,1958,1956,1957,42,1946,1934,1944,0,2726,2711,2724,1958,1944,1956,42,1947,1934,1946,0,2727,2711,2726,1959,1944,1958,42,1947,1933,1934,0,2727,2710,2711,1959,1943,1944,42,1947,1948,1933,0,2727,2728,2710,1959,1960,1943,42,1849,1948,1947,0,2596,2728,2727,1853,1960,1959,42,1849,1949,1948,0,2596,2729,2728,1853,1961,1960,42,1849,1950,1949,0,2596,2730,2729,1853,1962,1961,42,1850,1950,1849,0,2597,2730,2596,1854,1962,1853,42,1850,1853,1950,0,2597,2600,2730,1854,1857,1962,42,1853,1855,1950,0,2600,2602,2730,1857,1859,1962,42,1855,1951,1950,0,2602,2731,2730,1859,1963,1962,42,1857,1951,1855,0,2606,2732,2604,1861,1963,1859,42,1857,1952,1951,0,2606,2733,2732,1861,1964,1963,42,1857,1860,1952,0,2606,2610,2733,1861,1864,1964,42,1952,1860,1953,0,2733,2610,2734,1964,1864,1965,42,1860,1862,1953,0,2610,2612,2734,1864,1866,1965,42,1862,1954,1953,0,2612,2735,2734,1866,1966,1965,42,1862,1863,1954,0,2612,2613,2735,1866,1867,1966,42,1863,1927,1954,0,2613,2703,2735,1867,1937,1966,42,1863,1926,1927,0,2613,2702,2703,1867,1936,1937,42,1863,1955,1926,0,2613,2736,2702,1867,1967,1936,42,1956,1955,1863,0,2737,2736,2613,1968,1967,1867,42,1956,1957,1955,0,2737,2738,2736,1968,1969,1967,42,1957,1956,1870,0,2738,2737,2739,1969,1968,1874,42,1870,1956,1864,0,2739,2737,2614,1874,1968,1868,42,1864,1956,1863,0,2614,2737,2613,1868,1968,1867,42,1870,1864,1865,0,2739,2614,2615,1874,1868,1869,42,1872,1957,1870,0,2740,2738,2739,1876,1969,1874,42,1876,1957,1872,0,2630,2738,2740,1880,1969,1876,42,1957,1876,1955,0,2738,2630,2736,1969,1880,1967,42,1876,1958,1955,0,2630,2741,2736,1880,1970,1967,42,1876,1959,1958,0,2630,2742,2741,1880,1971,1970,42,1877,1959,1876,0,2632,2742,2630,1881,1971,1880,42,1877,1960,1959,0,2632,2743,2742,1881,1972,1971,42,1879,1960,1877,0,2634,2743,2632,1883,1972,1881,42,1881,1960,1879,0,2636,2743,2634,1885,1972,1883,42,1881,1961,1960,0,2636,2744,2743,1885,1973,1972,42,1883,1961,1881,0,2638,2744,2636,1887,1973,1885,42,1883,1962,1961,0,2638,2745,2744,1887,1974,1973,42,1885,1962,1883,0,2640,2745,2638,1889,1974,1887,42,1885,1888,1962,0,2640,2643,2745,1889,1892,1974,42,1888,1963,1962,0,2643,2746,2745,1892,1975,1974,42,1888,1890,1963,0,2643,2645,2746,1892,1894,1975,42,1890,1964,1963,0,2645,2747,2746,1894,1976,1975,42,1892,1964,1890,0,2647,2747,2645,1896,1976,1894,42,1892,1965,1964,0,2647,2748,2747,1896,1977,1976,42,1894,1965,1892,0,2649,2748,2647,1898,1977,1896,42,1897,1965,1894,0,2652,2748,2649,1901,1977,1898,42,1897,1966,1965,0,2652,2749,2748,1901,1978,1977,42,1899,1966,1897,0,2654,2749,2652,1903,1978,1901,42,1899,1903,1966,0,2654,2663,2749,1903,1907,1978,42,1903,1967,1966,0,2663,2750,2749,1907,1979,1978,42,1903,1904,1967,0,2663,2664,2750,1907,1908,1979,42,1904,1905,1967,0,2664,2665,2750,1908,1909,1979,42,1967,1905,1968,0,2750,2665,2751,1979,1909,1980,42,1906,1968,1905,0,2666,2751,2665,1910,1980,1909,42,1906,1969,1968,0,2666,2752,2751,1910,1981,1980,42,1906,1923,1969,0,2666,2699,2752,1910,1933,1981,42,1907,1923,1906,0,2667,2699,2666,1911,1933,1910,42,1970,1969,1923,0,2753,2752,2699,1982,1981,1933,42,1971,1969,1970,0,2754,2752,2753,1983,1981,1982,42,1968,1969,1971,0,2751,2752,2754,1980,1981,1983,42,1972,1968,1971,0,2755,2751,2754,1984,1980,1983,42,1973,1968,1972,0,2756,2751,2755,1985,1980,1984,42,1967,1968,1973,0,2750,2751,2756,1979,1980,1985,42,1967,1973,1974,0,2750,2756,2757,1979,1985,1986,42,1974,1973,1975,0,2757,2756,2758,1986,1985,1987,42,1975,1973,1972,0,2758,2756,2755,1987,1985,1984,42,1975,1972,1976,0,2758,2755,2759,1987,1984,1988,42,1976,1972,1977,0,2759,2755,2760,1988,1984,1989,42,1972,1978,1977,0,2755,2761,2760,1984,1990,1989,42,1972,1971,1978,0,2755,2754,2761,1984,1983,1990,42,1971,1979,1978,0,2754,2762,2761,1983,1991,1990,42,1971,1970,1979,0,2754,2753,2762,1983,1982,1991,42,1970,1925,1979,0,2753,2701,2762,1982,1935,1991,42,1970,1924,1925,0,2753,2700,2701,1982,1934,1935,42,1970,1923,1924,0,2753,2699,2700,1982,1933,1934,42,1958,1979,1925,0,2741,2762,2701,1970,1991,1935,42,1958,1959,1979,0,2741,2742,2762,1970,1971,1991,42,1959,1978,1979,0,2742,2761,2762,1971,1990,1991,42,1960,1978,1959,0,2743,2761,2742,1972,1990,1971,42,1960,1977,1978,0,2743,2760,2761,1972,1989,1990,42,1961,1977,1960,0,2744,2760,2743,1973,1989,1972,42,1961,1976,1977,0,2744,2759,2760,1973,1988,1989,42,1962,1976,1961,0,2745,2759,2744,1974,1988,1973,42,1962,1963,1976,0,2745,2746,2759,1974,1975,1988,42,1963,1975,1976,0,2746,2758,2759,1975,1987,1988,42,1964,1975,1963,0,2747,2758,2746,1976,1987,1975,42,1964,1974,1975,0,2747,2757,2758,1976,1986,1987,42,1965,1974,1964,0,2748,2757,2747,1977,1986,1976,42,1966,1974,1965,0,2749,2757,2748,1978,1986,1977,42,1966,1967,1974,0,2749,2750,2757,1978,1979,1986,42,1955,1958,1925,0,2736,2741,2701,1967,1970,1935,42,1955,1925,1926,0,2736,2701,2702,1967,1935,1936,42,1874,1876,1872,0,2631,2630,2740,1878,1880,1876,42,1927,1928,1954,0,2703,2704,2735,1937,1938,1966,42,1928,1929,1954,0,2704,2705,2735,1938,1939,1966,42,1954,1929,1953,0,2735,2705,2734,1966,1939,1965,42,1929,1980,1953,0,2705,2763,2734,1939,1992,1965,42,1929,1930,1980,0,2705,2706,2763,1939,1940,1992,42,1930,1981,1980,0,2706,2764,2763,1940,1993,1992,42,1930,1931,1981,0,2706,2707,2764,1940,1941,1993,42,1931,1932,1981,0,2708,2709,2765,1941,1942,1993,42,1981,1932,1949,0,2765,2709,2729,1993,1942,1961,42,1948,1949,1932,0,2728,2729,2709,1960,1961,1942,42,1948,1932,1933,0,2728,2709,2710,1960,1942,1943,42,1951,1981,1949,0,2731,2765,2729,1963,1993,1961,42,1951,1952,1981,0,2732,2733,2764,1963,1964,1993,42,1952,1980,1981,0,2733,2763,2764,1964,1992,1993,42,1952,1953,1980,0,2733,2734,2763,1964,1965,1992,42,1950,1951,1949,0,2730,2731,2729,1962,1963,1961,42,1847,1849,1947,0,2594,2596,2727,1851,1853,1959,42,1847,1947,1846,0,2594,2727,2592,1851,1959,1850,42,1846,1947,1946,0,2592,2727,2726,1850,1959,1958,42,1846,1946,1945,0,2592,2726,2725,1850,1958,1957,42,1846,1945,1845,0,2592,2725,2590,1850,1957,1849,42,1845,1945,1982,0,2590,2725,2766,1849,1957,1994,42,1982,1945,1943,0,2766,2725,2723,1994,1957,1955,42,1982,1943,1983,0,2766,2723,2767,1994,1955,1995,42,1983,1943,1941,0,2767,2723,2721,1995,1955,1953,42,1941,1843,1983,0,2721,2586,2767,1953,1846,1995,42,1844,1983,1843,0,2588,2767,2586,1848,1995,1846,42,1844,1982,1983,0,2588,2766,2767,1848,1994,1995,42,1845,1982,1844,0,2590,2766,2588,1849,1994,1848,42,1934,1935,1944,0,2711,2712,2724,1944,1945,1956,42,1944,1935,1936,0,2724,2712,2713,1956,1945,1946,42,1937,1942,1936,0,2714,2722,2713,1947,1954,1946,42,1937,1938,1942,0,2714,2716,2722,1947,1948,1954,42,1984,1985,1986,0,2768,2769,2770,1996,1997,1998,42,1984,1987,1985,0,2768,2771,2769,1996,1999,1997,42,1987,1984,1988,0,2771,2768,2772,1999,1996,2000,42,1988,1990,1989,0,2772,2773,2774,2000,2001,2002,42,1991,1992,1990,0,2775,2776,2773,2003,2004,2001,42,1995,1992,1994,0,2777,2776,2778,2005,2004,2006,42,1985,1994,1996,0,2769,2778,2779,1997,2006,2007,42,1996,1994,1997,0,2779,2778,2780,2007,2006,2008,42,2001,2003,2002,0,2781,2782,2783,2009,2010,2011,42,2001,1991,2003,0,2781,2775,2782,2009,2003,2010,42,2003,1991,1988,0,2782,2775,2772,2010,2003,2000,42,2003,1988,2004,0,2782,2772,2784,2010,2000,2012,42,1988,1984,2004,0,2772,2768,2784,2000,1996,2012,42,2004,1984,2005,0,2784,2768,2785,2012,1996,2013,42,2005,1984,1986,0,2785,2768,2770,2013,1996,1998,42,2005,1986,2006,0,2785,2770,2786,2013,1998,2014,42,1986,1996,2007,0,2770,2779,2787,1998,2007,2015,42,2010,2008,2009,0,2788,2789,2790,2016,2017,2018,42,2015,2004,2014,0,2791,2784,2792,2019,2012,2020,42,2015,2003,2004,0,2791,2782,2784,2019,2010,2012,42,2018,2017,2013,0,2793,2794,2795,2021,2022,2023,42,2019,2017,2018,0,2796,2794,2793,2024,2022,2021,42,2019,2002,2017,0,2796,2783,2794,2024,2011,2022,42,2020,2002,2019,0,2797,2783,2796,2025,2011,2024,42,2020,2021,2002,0,2797,2798,2783,2025,2026,2011,42,2022,2021,2020,0,2799,2800,2801,2027,2026,2025,42,2022,2023,2021,0,2799,2802,2800,2027,2028,2026,42,2024,2023,2022,0,2803,2802,2799,2029,2028,2027,42,2025,2023,2024,0,2804,2802,2803,2030,2028,2029,42,2026,2023,2025,0,2805,2802,2804,2031,2028,2030,42,2026,2027,2023,0,2805,2806,2802,2031,2032,2028,42,2026,2028,2027,0,2805,2807,2806,2031,2033,2032,42,2026,2029,2028,0,2805,2808,2807,2031,2034,2033,42,2026,2030,2029,0,2805,2809,2808,2031,2035,2034,42,2030,2026,2025,0,2809,2805,2804,2035,2031,2030,42,2030,2025,2031,0,2809,2804,2810,2035,2030,2036,42,2031,2025,2024,0,2810,2804,2803,2036,2030,2029,42,2032,2031,2024,0,2811,2810,2803,2037,2036,2029,42,2033,2031,2032,0,2812,2810,2811,2038,2036,2037,42,2033,2034,2031,0,2812,2813,2810,2038,2039,2036,42,2035,2034,2033,0,2814,2813,2812,2040,2039,2038,42,2035,2036,2034,0,2814,2815,2813,2040,2041,2039,42,2035,2037,2036,0,2814,2816,2815,2040,2042,2041,42,2038,2037,2035,0,2817,2816,2814,2043,2042,2040,42,2039,2037,2038,0,2818,2816,2817,2044,2042,2043,42,2039,2040,2037,0,2818,2819,2816,2044,2045,2042,42,2041,2040,2039,0,2820,2819,2818,2046,2045,2044,42,2042,2040,2041,0,2821,2819,2820,2047,2045,2046,42,2042,2043,2040,0,2821,2822,2819,2047,2048,2045,42,2042,2044,2043,0,2821,2823,2822,2047,2049,2048,42,2045,2044,2042,0,2824,2823,2821,2050,2049,2047,42,2045,2046,2044,0,2824,2825,2823,2050,2051,2049,42,2047,2046,2045,0,2826,2825,2824,2052,2051,2050,42,2047,2048,2046,0,2826,2827,2825,2052,2053,2051,42,2049,2048,2047,0,2828,2827,2826,2054,2053,2052,42,2049,2050,2048,0,2828,2829,2827,2054,2055,2053,42,2051,2050,2049,0,2830,2829,2828,2056,2055,2054,42,2051,2052,2050,0,2830,2831,2829,2056,2057,2055,42,2053,2052,2051,0,2832,2831,2830,2058,2057,2056,42,2053,2054,2052,0,2832,2833,2831,2058,2059,2057,42,2055,2054,2053,0,2834,2833,2832,2060,2059,2058,42,2055,2056,2054,0,2834,2835,2833,2060,2061,2059,42,2057,2056,2055,0,2836,2835,2834,2062,2061,2060,42,2057,2058,2056,0,2836,2837,2835,2062,2063,2061,42,2059,2058,2057,0,2838,2837,2836,2064,2063,2062,42,2059,2060,2058,0,2838,2839,2837,2064,2065,2063,42,2061,2060,2059,0,2840,2841,2842,2066,2065,2064,42,2061,2062,2060,0,2840,2843,2841,2066,2067,2065,42,2061,2063,2062,0,2840,2844,2843,2066,2068,2067,42,2064,2063,2061,0,2845,2844,2840,2069,2068,2066,42,2064,2065,2063,0,2845,2846,2844,2069,2070,2068,42,2064,2066,2065,0,2845,2847,2846,2069,2071,2070,42,2066,2064,2067,0,2847,2845,2848,2071,2069,2072,42,2067,2064,2068,0,2848,2845,2849,2072,2069,2073,42,2064,2069,2068,0,2850,2851,2852,2069,2074,2073,42,2070,2069,2064,0,2853,2851,2850,2075,2074,2069,42,2071,2069,2070,0,2854,2851,2853,2076,2074,2075,42,2071,2072,2069,0,2854,2855,2851,2076,2077,2074,42,2071,2073,2072,0,2854,2856,2855,2076,2078,2077,42,2071,2074,2073,0,2854,2857,2856,2076,2079,2078,42,2071,2075,2074,0,2854,2858,2857,2076,2080,2079,42,2076,2075,2071,0,2859,2858,2854,2081,2080,2076,42,2076,2077,2075,0,2859,2860,2858,2081,2082,2080,42,2078,2077,2076,0,2861,2860,2859,2083,2082,2081,42,2079,2077,2078,0,2862,2860,2861,2084,2082,2083,42,2079,2080,2077,0,2862,2863,2860,2084,2085,2082,42,2081,2080,2079,0,2864,2863,2862,2086,2085,2084,42,2081,2082,2080,0,2864,2865,2863,2086,2087,2085,42,2081,2083,2082,0,2864,2866,2865,2086,2088,2087,42,2081,2084,2083,0,2867,2868,2869,2086,2089,2088,42,2085,2084,2081,0,2870,2868,2867,2090,2089,2086,42,2085,2086,2084,0,2870,2871,2868,2090,2091,2089,42,2085,2087,2086,0,2870,2872,2871,2090,2092,2091,42,2088,2087,2085,0,2873,2872,2870,2093,2092,2090,42,2088,2089,2087,0,2873,2874,2872,2093,2094,2092,42,2090,2089,2088,0,2875,2874,2873,2095,2094,2093,42,2090,2091,2089,0,2875,2876,2874,2095,2096,2094,42,2090,2092,2091,0,2875,2877,2876,2095,2097,2096,42,2090,2093,2092,0,2875,2878,2877,2095,2098,2097,42,2094,2093,2090,0,2879,2878,2875,2099,2098,2095,42,2095,2093,2094,0,2880,2878,2879,2100,2098,2099,42,2095,2096,2093,0,2880,2881,2878,2100,2101,2098,42,2097,2096,2095,0,2882,2881,2880,2102,2101,2100,42,2097,2098,2096,0,2882,2883,2881,2102,2103,2101,42,2099,2098,2097,0,2884,2883,2882,2104,2103,2102,42,2099,2100,2098,0,2884,2885,2883,2104,2105,2103,42,2101,2100,2099,0,2886,2887,2888,2106,2105,2104,42,2101,2102,2100,0,2886,2889,2887,2106,2107,2105,42,2101,2103,2102,0,2886,2890,2889,2106,2108,2107,42,2104,2103,2101,0,2891,2890,2886,2109,2108,2106,42,2105,2103,2104,0,2892,2890,2891,2110,2108,2109,42,2105,2106,2103,0,2892,2893,2890,2110,2111,2108,42,2107,2106,2105,0,2894,2893,2892,2112,2111,2110,42,2107,2108,2106,0,2894,2895,2893,2112,2113,2111,42,2109,2108,2107,0,2896,2895,2894,2114,2113,2112,42,2109,2110,2108,0,2896,2897,2895,2114,2115,2113,42,2111,2110,2109,0,2898,2897,2896,2116,2115,2114,42,2111,2112,2110,0,2898,2899,2897,2116,2117,2115,42,2111,2113,2112,0,2898,2900,2899,2116,2118,2117,42,2114,2113,2111,0,2901,2900,2898,2119,2118,2116,42,2114,2115,2113,0,2901,2902,2900,2119,2120,2118,42,2116,2115,2114,0,2903,2902,2901,2121,2120,2119,42,2116,2117,2115,0,2903,2904,2902,2121,2122,2120,42,2118,2117,2116,0,2905,2904,2903,2123,2122,2121,42,2118,2119,2117,0,2905,2906,2904,2123,2124,2122,42,2118,2120,2119,0,2905,2907,2906,2123,2125,2124,42,2121,2120,2118,0,2908,2907,2905,2126,2125,2123,42,2122,2120,2121,0,2909,2907,2908,2127,2125,2126,42,2122,2123,2120,0,2909,2910,2907,2127,2128,2125,42,2122,2124,2123,0,2909,2911,2910,2127,2129,2128,42,2124,2122,2125,0,2911,2909,2912,2129,2127,2130,42,2125,2122,2121,0,2912,2909,2908,2130,2127,2126,42,2125,2121,2126,0,2912,2908,2913,2130,2126,2131,42,2126,2121,2127,0,2913,2908,2914,2131,2126,2132,42,2121,2128,2127,0,2908,2915,2914,2126,2133,2132,42,2121,2118,2128,0,2908,2905,2915,2126,2123,2133,42,2128,2118,2129,0,2915,2905,2916,2133,2123,2134,42,2118,2130,2129,0,2905,2917,2916,2123,2135,2134,42,2130,2118,2116,0,2917,2905,2903,2135,2123,2121,42,2130,2116,2114,0,2917,2903,2901,2135,2121,2119,42,2130,2114,2131,0,2917,2901,2918,2135,2119,2136,42,2131,2114,2111,0,2918,2901,2898,2136,2119,2116,42,2131,2111,2132,0,2918,2898,2919,2136,2116,2137,42,2132,2111,2133,0,2919,2898,2920,2137,2116,2138,42,2133,2111,2109,0,2920,2898,2896,2138,2116,2114,42,2133,2109,2134,0,2920,2896,2921,2138,2114,2139,42,2109,2107,2134,0,2896,2894,2921,2114,2112,2139,42,2134,2107,2105,0,2921,2894,2892,2139,2112,2110,42,2134,2105,2135,0,2921,2892,2922,2139,2110,2140,42,2135,2105,2104,0,2922,2892,2891,2140,2110,2109,42,2135,2104,2136,0,2922,2891,2923,2140,2109,2141,42,2136,2104,2137,0,2923,2891,2924,2141,2109,2142,42,2104,2101,2137,0,2891,2886,2924,2109,2106,2142,42,2137,2101,2099,0,2924,2886,2888,2142,2106,2104,42,2137,2099,2138,0,2924,2888,2925,2142,2104,2143,42,2138,2099,2097,0,2926,2927,2928,2143,2104,2102,42,2138,2097,2139,0,2926,2928,2929,2143,2102,2144,42,2139,2097,2095,0,2929,2928,2930,2144,2102,2100,42,2139,2095,2140,0,2929,2930,2931,2144,2100,2145,42,2140,2095,2094,0,2931,2930,2932,2145,2100,2099,42,2140,2094,2141,0,2931,2932,2933,2145,2099,2146,42,2141,2094,2142,0,2933,2932,2934,2146,2099,2147,42,2094,2143,2142,0,2932,2935,2934,2099,2148,2147,42,2094,2090,2143,0,2879,2875,2936,2099,2095,2148,42,2143,2090,2144,0,2936,2875,2937,2148,2095,2149,42,2090,2088,2144,0,2875,2873,2937,2095,2093,2149,42,2088,2085,2144,0,2873,2870,2937,2093,2090,2149,42,2144,2085,2081,0,2937,2870,2867,2149,2090,2086,42,2144,2081,2079,0,2938,2864,2862,2149,2086,2084,42,2145,2144,2079,0,2939,2938,2862,2150,2149,2084,42,2143,2144,2145,0,2935,2938,2939,2148,2149,2150,42,2142,2143,2145,0,2934,2935,2939,2147,2148,2150,42,2145,2078,2142,0,2939,2861,2934,2150,2083,2147,42,2145,2079,2078,0,2939,2862,2861,2150,2084,2083,42,2142,2078,2141,0,2934,2861,2933,2147,2083,2146,42,2141,2078,2146,0,2933,2861,2940,2146,2083,2151,42,2146,2078,2147,0,2940,2861,2941,2151,2083,2152,42,2147,2078,2148,0,2941,2861,2942,2152,2083,2153,42,2078,2076,2148,0,2861,2859,2942,2083,2081,2153,42,2148,2076,2070,0,2942,2859,2853,2153,2081,2075,42,2076,2071,2070,0,2859,2854,2853,2081,2076,2075,42,2148,2070,2149,0,2942,2853,2943,2153,2075,2154,42,2149,2070,2150,0,2943,2853,2944,2154,2075,2155,42,2150,2070,2057,0,2944,2853,2836,2155,2075,2062,42,2057,2070,2059,0,2836,2853,2838,2062,2075,2064,42,2070,2061,2059,0,2945,2840,2842,2075,2066,2064,42,2070,2064,2061,0,2945,2845,2840,2075,2069,2066,42,2150,2057,2055,0,2944,2836,2834,2155,2062,2060,42,2150,2055,2151,0,2944,2834,2946,2155,2060,2156,42,2152,2151,2055,0,2947,2946,2834,2157,2156,2060,42,2149,2151,2152,0,2943,2946,2947,2154,2156,2157,42,2151,2149,2150,0,2946,2943,2944,2156,2154,2155,42,2147,2149,2152,0,2941,2943,2947,2152,2154,2157,42,2148,2149,2147,0,2942,2943,2941,2153,2154,2152,42,2147,2152,2146,0,2941,2947,2940,2152,2157,2151,42,2146,2152,2153,0,2940,2947,2948,2151,2157,2158,42,2153,2152,2154,0,2948,2947,2949,2158,2157,2159,42,2152,2155,2154,0,2947,2950,2949,2157,2160,2159,42,2152,2055,2155,0,2947,2834,2950,2157,2060,2160,42,2055,2053,2155,0,2834,2832,2950,2060,2058,2160,42,2155,2053,2051,0,2950,2832,2830,2160,2058,2056,42,2154,2155,2051,0,2949,2950,2830,2159,2160,2056,42,2154,2051,2156,0,2949,2830,2951,2159,2056,2161,42,2156,2051,2049,0,2951,2830,2828,2161,2056,2054,42,2156,2049,2047,0,2951,2828,2826,2161,2054,2052,42,2156,2047,2157,0,2951,2826,2952,2161,2052,2162,42,2157,2047,2045,0,2952,2826,2824,2162,2052,2050,42,2158,2157,2045,0,2953,2952,2824,2163,2162,2050,42,2159,2157,2158,0,2954,2952,2953,2164,2162,2163,42,2160,2157,2159,0,2955,2952,2954,2165,2162,2164,42,2160,2161,2157,0,2955,2956,2952,2165,2166,2162,42,2162,2161,2160,0,2957,2958,2959,2167,2166,2165,42,2163,2161,2162,0,2960,2958,2957,2168,2166,2167,42,2163,2164,2161,0,2960,2961,2958,2168,2169,2166,42,2165,2164,2163,0,2962,2961,2960,2170,2169,2168,42,2165,2138,2164,0,2962,2925,2961,2170,2143,2169,42,2165,2137,2138,0,2962,2924,2925,2170,2142,2143,42,2136,2137,2165,0,2923,2924,2962,2141,2142,2170,42,2166,2136,2165,0,2963,2923,2962,2171,2141,2170,42,2167,2136,2166,0,2964,2923,2963,2172,2141,2171,42,2167,2135,2136,0,2964,2922,2923,2172,2140,2141,42,2134,2135,2167,0,2921,2922,2964,2139,2140,2172,42,2168,2134,2167,0,2965,2921,2964,2173,2139,2172,42,2169,2134,2168,0,2966,2921,2965,2174,2139,2173,42,2169,2133,2134,0,2966,2920,2921,2174,2138,2139,42,2170,2133,2169,0,2967,2920,2966,2175,2138,2174,42,2170,2132,2133,0,2967,2919,2920,2175,2137,2138,42,2131,2132,2170,0,2918,2919,2967,2136,2137,2175,42,2171,2131,2170,0,2968,2918,2967,2176,2136,2175,42,2129,2131,2171,0,2916,2918,2968,2134,2136,2176,42,2129,2130,2131,0,2916,2917,2918,2134,2135,2136,42,2129,2171,2172,0,2916,2968,2969,2134,2176,2177,42,2172,2171,2170,0,2969,2968,2967,2177,2176,2175,42,2172,2170,2173,0,2969,2967,2970,2177,2175,2178,42,2173,2170,2174,0,2970,2967,2971,2178,2175,2179,42,2170,2169,2174,0,2967,2966,2971,2175,2174,2179,42,2174,2169,2175,0,2971,2966,2972,2179,2174,2180,42,2169,2168,2175,0,2966,2965,2972,2174,2173,2180,42,2168,2167,2175,0,2965,2964,2972,2173,2172,2180,42,2175,2167,2176,0,2972,2964,2973,2180,2172,2181,42,2167,2166,2176,0,2964,2963,2973,2172,2171,2181,42,2166,2177,2176,0,2963,2974,2973,2171,2182,2181,42,2166,2163,2177,0,2963,2960,2974,2171,2168,2182,42,2166,2165,2163,0,2963,2962,2960,2171,2170,2168,42,2177,2163,2162,0,2974,2960,2957,2182,2168,2167,42,2177,2162,2178,0,2974,2957,2975,2182,2167,2183,42,2178,2162,2179,0,2975,2957,2976,2183,2167,2184,42,2162,2160,2179,0,2957,2959,2976,2167,2165,2184,42,2179,2160,2180,0,2976,2959,2977,2184,2165,2185,42,2160,2159,2180,0,2955,2954,2978,2165,2164,2185,42,2180,2159,2181,0,2978,2954,2979,2185,2164,2186,42,2159,2182,2181,0,2954,2980,2979,2164,2187,2186,42,2159,2158,2182,0,2954,2953,2980,2164,2163,2187,42,2158,2041,2182,0,2953,2820,2980,2163,2046,2187,42,2158,2042,2041,0,2953,2821,2820,2163,2047,2046,42,2158,2045,2042,0,2953,2824,2821,2163,2050,2047,42,2183,2182,2041,0,2981,2980,2820,2188,2187,2046,42,2184,2182,2183,0,2982,2980,2981,2189,2187,2188,42,2184,2181,2182,0,2982,2979,2980,2189,2186,2187,42,2184,2180,2181,0,2982,2978,2979,2189,2185,2186,42,2185,2180,2184,0,2983,2978,2982,2190,2185,2189,42,2185,2186,2180,0,2984,2985,2977,2190,2191,2185,42,2187,2186,2185,0,2986,2985,2984,2192,2191,2190,42,2187,2188,2186,0,2986,2987,2985,2192,2193,2191,42,2189,2188,2187,0,2988,2987,2986,2194,2193,2192,42,2190,2188,2189,0,2989,2987,2988,2195,2193,2194,42,2190,2191,2188,0,2989,2990,2987,2195,2196,2193,42,2192,2191,2190,0,2991,2990,2989,2197,2196,2195,42,2193,2191,2192,0,2992,2990,2991,2198,2196,2197,42,2194,2191,2193,0,2993,2990,2992,2199,2196,2198,42,2194,2195,2191,0,2993,2994,2990,2199,2200,2196,42,2194,2196,2195,0,2993,2995,2994,2199,2201,2200,42,2197,2196,2194,0,2996,2995,2993,2202,2201,2199,42,2175,2196,2197,0,2972,2995,2996,2180,2201,2202,42,2175,2176,2196,0,2972,2973,2995,2180,2181,2201,42,2176,2177,2196,0,2973,2974,2995,2181,2182,2201,42,2177,2178,2196,0,2974,2975,2995,2182,2183,2201,42,2196,2178,2195,0,2995,2975,2994,2201,2183,2200,42,2195,2178,2198,0,2994,2975,2997,2200,2183,2203,42,2178,2179,2198,0,2975,2976,2997,2183,2184,2203,42,2198,2179,2186,0,2997,2976,2985,2203,2184,2191,42,2179,2180,2186,0,2976,2977,2985,2184,2185,2191,42,2198,2186,2188,0,2997,2985,2987,2203,2191,2193,42,2191,2198,2188,0,2990,2997,2987,2196,2203,2193,42,2195,2198,2191,0,2994,2997,2990,2200,2203,2196,42,2175,2197,2199,0,2972,2996,2998,2180,2202,2204,42,2199,2197,2194,0,2998,2996,2993,2204,2202,2199,42,2199,2194,2200,0,2998,2993,2999,2204,2199,2205,42,2200,2194,2201,0,2999,2993,3000,2205,2199,2206,42,2201,2194,2193,0,3000,2993,2992,2206,2199,2198,42,2201,2193,2192,0,3000,2992,2991,2206,2198,2197,42,2201,2192,2202,0,3000,2991,3001,2206,2197,2207,42,2110,2202,2192,0,3002,3001,2991,2115,2207,2197,42,2112,2202,2110,0,3003,3001,3002,2117,2207,2115,42,2112,2203,2202,0,3003,3004,3001,2117,2208,2207,42,2112,2204,2203,0,3003,3005,3004,2117,2209,2208,42,2113,2204,2112,0,3006,3005,3003,2118,2209,2117,42,2115,2204,2113,0,3007,3005,3006,2120,2209,2118,42,2115,2205,2204,0,3007,3008,3005,2120,2210,2209,42,2115,2206,2205,0,3007,3009,3008,2120,2211,2210,42,2117,2206,2115,0,2904,3010,2902,2122,2211,2120,42,2117,2119,2206,0,2904,2906,3010,2122,2124,2211,42,2119,2207,2206,0,2906,3011,3010,2124,2212,2211,42,2119,2208,2207,0,2906,3012,3011,2124,2213,2212,42,2120,2208,2119,0,2907,3012,2906,2125,2213,2124,42,2120,2123,2208,0,2907,2910,3012,2125,2128,2213,42,2123,2209,2208,0,2910,3013,3012,2128,2214,2213,42,2124,2209,2123,0,2911,3013,2910,2129,2214,2128,42,2209,2210,2208,0,3013,3014,3012,2214,2215,2213,42,2208,2210,2211,0,3012,3014,3015,2213,2215,2216,42,2208,2211,2212,0,3012,3015,3016,2213,2216,2217,42,2211,2213,2212,0,3017,3018,3019,2216,2218,2217,42,2214,2213,2211,0,3020,3018,3017,2219,2218,2216,42,2215,2213,2214,0,3021,3018,3020,2220,2218,2219,42,2215,2216,2213,0,3021,3022,3018,2220,2221,2218,42,2217,2216,2215,0,3023,3022,3021,2222,2221,2220,42,2218,2216,2217,0,3024,3022,3023,2223,2221,2222,42,2218,2219,2216,0,3024,3025,3022,2223,2224,2221,42,2220,2219,2218,0,3026,3025,3024,2225,2224,2223,42,2221,2219,2220,0,3027,3025,3026,2226,2224,2225,42,2221,2222,2219,0,3027,3028,3025,2226,2227,2224,42,2221,2223,2222,0,3027,3029,3028,2226,2228,2227,42,2221,2224,2223,0,3027,3030,3029,2226,2229,2228,42,2225,2224,2221,0,3031,3030,3027,2230,2229,2226,42,2225,2226,2224,0,3031,3032,3030,2230,2231,2229,42,2225,2227,2226,0,3031,3033,3032,2230,2232,2231,42,2172,2227,2225,0,2969,3033,3031,2177,2232,2230,42,2172,2228,2227,0,2969,3034,3033,2177,2233,2232,42,2172,2173,2228,0,2969,2970,3034,2177,2178,2233,42,2173,2174,2228,0,2970,2971,3034,2178,2179,2233,42,2174,2199,2228,0,2971,2998,3034,2179,2204,2233,42,2174,2175,2199,0,2971,2972,2998,2179,2180,2204,42,2228,2199,2200,0,3034,2998,2999,2233,2204,2205,42,2228,2200,2229,0,3034,2999,3035,2233,2205,2234,42,2229,2200,2230,0,3035,2999,3036,2234,2205,2235,42,2230,2200,2201,0,3036,2999,3000,2235,2205,2206,42,2230,2201,2202,0,3036,3000,3001,2235,2206,2207,42,2230,2202,2203,0,3036,3001,3004,2235,2207,2208,42,2204,2230,2203,0,3005,3036,3004,2209,2235,2208,42,2231,2230,2204,0,3037,3036,3005,2236,2235,2209,42,2226,2230,2231,0,3032,3036,3037,2231,2235,2236,42,2226,2229,2230,0,3032,3035,3036,2231,2234,2235,42,2228,2229,2226,0,3034,3035,3032,2233,2234,2231,42,2227,2228,2226,0,3033,3034,3032,2232,2233,2231,42,2223,2226,2231,0,3029,3032,3037,2228,2231,2236,42,2224,2226,2223,0,3030,3032,3029,2229,2231,2228,42,2223,2231,2204,0,3029,3037,3005,2228,2236,2209,42,2223,2204,2205,0,3029,3005,3008,2228,2209,2210,42,2232,2223,2205,0,3038,3029,3008,2237,2228,2210,42,2222,2223,2232,0,3028,3029,3038,2227,2228,2237,42,2219,2222,2232,0,3025,3028,3038,2224,2227,2237,42,2219,2232,2233,0,3025,3038,3039,2224,2237,2238,42,2233,2232,2207,0,3039,3038,3040,2238,2237,2212,42,2206,2207,2232,0,3009,3040,3038,2211,2212,2237,42,2206,2232,2205,0,3009,3038,3008,2211,2237,2210,42,2213,2233,2207,0,3018,3039,3040,2218,2238,2212,42,2213,2219,2233,0,3018,3025,3039,2218,2224,2238,42,2216,2219,2213,0,3022,3025,3018,2221,2224,2218,42,2213,2207,2212,0,3018,3040,3019,2218,2212,2217,42,2208,2212,2207,0,3012,3016,3011,2213,2217,2212,42,2234,2172,2225,0,3041,2969,3031,2239,2177,2230,42,2234,2129,2172,0,3041,2916,2969,2239,2134,2177,42,2127,2129,2234,0,2914,2916,3041,2132,2134,2239,42,2127,2128,2129,0,2914,2915,2916,2132,2133,2134,42,2127,2234,2225,0,2914,3041,3031,2132,2239,2230,42,2127,2225,2235,0,2914,3031,3042,2132,2230,2240,42,2235,2225,2221,0,3042,3031,3027,2240,2230,2226,42,2236,2235,2221,0,3043,3042,3027,2241,2240,2226,42,2127,2235,2236,0,2914,3042,3043,2132,2240,2241,42,2236,2126,2127,0,3043,2913,2914,2241,2131,2132,42,2125,2126,2236,0,2912,2913,3043,2130,2131,2241,42,2237,2125,2236,0,3044,2912,3043,2242,2130,2241,42,2238,2125,2237,0,3045,2912,3044,2243,2130,2242,42,2238,2124,2125,0,3045,2911,2912,2243,2129,2130,42,2239,2238,2237,0,3046,3045,3044,2244,2243,2242,42,2237,2218,2239,0,3044,3024,3046,2242,2223,2244,42,2237,2236,2218,0,3044,3043,3024,2242,2241,2223,42,2236,2220,2218,0,3043,3026,3024,2241,2225,2223,42,2236,2221,2220,0,3043,3027,3026,2241,2226,2225,42,2239,2218,2217,0,3046,3024,3023,2244,2223,2222,42,2110,2192,2108,0,3002,2991,3047,2115,2197,2113,42,2108,2192,2106,0,3047,2991,3048,2113,2197,2111,42,2106,2192,2190,0,3048,2991,2989,2111,2197,2195,42,2106,2190,2189,0,3048,2989,2988,2111,2195,2194,42,2106,2189,2103,0,3048,2988,3049,2111,2194,2108,42,2103,2189,2102,0,3049,2988,3050,2108,2194,2107,42,2102,2189,2187,0,3050,2988,2986,2107,2194,2192,42,2102,2187,2240,0,3050,2986,3051,2107,2192,2245,42,2240,2187,2185,0,3051,2986,2984,2245,2192,2190,42,2240,2185,2241,0,3052,2983,3053,2245,2190,2246,42,2241,2185,2184,0,3053,2983,2982,2246,2190,2189,42,2241,2184,2242,0,3053,2982,3054,2246,2189,2247,42,2184,2243,2242,0,2982,3055,3054,2189,2248,2247,42,2243,2184,2244,0,3055,2982,3056,2248,2189,2249,42,2184,2183,2244,0,2982,2981,3056,2189,2188,2249,42,2244,2183,2041,0,3056,2981,2820,2249,2188,2046,42,2244,2041,2245,0,3056,2820,3057,2249,2046,2250,42,2245,2041,2039,0,3057,2820,2818,2250,2046,2044,42,2245,2039,2038,0,3057,2818,2817,2250,2044,2043,42,2245,2038,2246,0,3057,2817,3058,2250,2043,2251,42,2246,2038,2247,0,3058,2817,3059,2251,2043,2252,42,2247,2038,2035,0,3059,2817,2814,2252,2043,2040,42,2035,2248,2247,0,2814,3060,3059,2040,2253,2252,42,2248,2035,2033,0,3060,2814,2812,2253,2040,2038,42,2248,2033,2249,0,3060,2812,3061,2253,2038,2254,42,2249,2033,2032,0,3061,2812,2811,2254,2038,2037,42,2249,2032,2250,0,3062,3063,3064,2254,2037,2255,42,2032,2251,2250,0,3063,3065,3064,2037,2256,2255,42,2024,2251,2032,0,3066,3065,3063,2029,2256,2037,42,2024,2022,2251,0,3066,3067,3065,2029,2027,2256,42,2022,2252,2251,0,3067,3068,3065,2027,2257,2256,42,2022,2020,2252,0,3067,2797,3068,2027,2025,2257,42,2020,2019,2252,0,2797,2796,3068,2025,2024,2257,42,2019,2018,2252,0,2796,2793,3068,2024,2021,2257,42,2253,2252,2018,0,3069,3068,2793,2258,2257,2021,42,2252,2253,2254,0,3068,3069,3070,2257,2258,2259,42,2254,2253,2255,0,3070,3069,3071,2259,2258,2260,42,2255,2253,2256,0,3071,3069,3072,2260,2258,2261,42,2256,2253,2012,0,3072,3069,3073,2261,2258,2262,42,2012,2253,2018,0,3073,3069,2793,2262,2258,2021,42,2012,2018,2013,0,3073,2793,2795,2262,2021,2023,42,2256,2010,2257,0,3072,2788,3074,2261,2016,2263,42,2010,2009,2257,0,2788,2790,3074,2016,2018,2263,42,2258,2257,2009,0,3075,3074,2790,2264,2263,2018,42,2255,2257,2258,0,3071,3074,3075,2260,2263,2264,42,2255,2256,2257,0,3071,3072,3074,2260,2261,2263,42,2255,2258,2259,0,3071,3075,3076,2260,2264,2265,42,2260,2259,2258,0,3077,3076,3075,2266,2265,2264,42,2028,2259,2260,0,2807,3076,3077,2033,2265,2266,42,2028,2261,2259,0,2807,3078,3076,2033,2267,2265,42,2029,2261,2028,0,2808,3078,2807,2034,2267,2033,42,2029,2262,2261,0,2808,3079,3078,2034,2268,2267,42,2030,2262,2029,0,2809,3079,2808,2035,2268,2034,42,2034,2262,2030,0,2813,3079,2809,2039,2268,2035,42,2034,2036,2262,0,2813,2815,3079,2039,2041,2268,42,2036,2263,2262,0,2815,3080,3079,2041,2269,2268,42,2036,2264,2263,0,2815,3081,3080,2041,2270,2269,42,2037,2264,2036,0,2816,3081,2815,2042,2270,2041,42,2037,2265,2264,0,2816,3082,3081,2042,2271,2270,42,2037,2040,2265,0,2816,2819,3082,2042,2045,2271,42,2043,2265,2040,0,2822,3082,2819,2048,2271,2045,42,2043,2266,2265,0,2822,3083,3082,2048,2272,2271,42,2043,2267,2266,0,2822,3084,3083,2048,2273,2272,42,2044,2267,2043,0,2823,3084,2822,2049,2273,2048,42,2044,2268,2267,0,2823,3085,3084,2049,2274,2273,42,2046,2268,2044,0,2825,3085,2823,2051,2274,2049,42,2048,2268,2046,0,2827,3085,2825,2053,2274,2051,42,2048,2269,2268,0,2827,3086,3085,2053,2275,2274,42,2048,2050,2269,0,2827,2829,3086,2053,2055,2275,42,2050,2270,2269,0,2829,3087,3086,2055,2276,2275,42,2052,2270,2050,0,2831,3087,2829,2057,2276,2055,42,2052,2271,2270,0,2831,3088,3087,2057,2277,2276,42,2272,2271,2052,0,3089,3088,2831,2278,2277,2057,42,2272,2273,2271,0,3089,3090,3088,2278,2279,2277,42,2274,2273,2272,0,3091,3090,3089,2280,2279,2278,42,2274,2275,2273,0,3091,3092,3090,2280,2281,2279,42,2274,2276,2275,0,3093,3094,3095,2280,2282,2281,42,2277,2276,2274,0,3096,3094,3093,2283,2282,2280,42,2277,2278,2276,0,3096,3097,3094,2283,2284,2282,42,2277,2279,2278,0,3096,3098,3097,2283,2285,2284,42,2280,2279,2277,0,3099,3098,3096,2286,2285,2283,42,2280,2281,2279,0,3099,3100,3098,2286,2287,2285,42,2282,2281,2280,0,3101,3100,3099,2288,2287,2286,42,2282,2283,2281,0,3101,3102,3100,2288,2289,2287,42,2284,2283,2282,0,3103,3102,3101,2290,2289,2288,42,2284,2285,2283,0,3103,3104,3102,2290,2291,2289,42,2284,2247,2285,0,3103,3059,3104,2290,2252,2291,42,2246,2247,2284,0,3058,3059,3103,2251,2252,2290,42,2246,2284,2286,0,3058,3103,3105,2251,2290,2292,42,2286,2284,2066,0,3105,3103,2847,2292,2290,2071,42,2066,2284,2282,0,2847,3103,3101,2071,2290,2288,42,2066,2282,2065,0,2847,3101,2846,2071,2288,2070,42,2282,2280,2065,0,3101,3099,2846,2288,2286,2070,42,2065,2280,2287,0,2846,3099,3106,2070,2286,2293,42,2280,2288,2287,0,3107,3108,3109,2286,2294,2293,42,2056,2288,2280,0,2835,3108,3107,2061,2294,2286,42,2058,2288,2056,0,2837,3108,2835,2063,2294,2061,42,2058,2289,2288,0,2837,3110,3108,2063,2295,2294,42,2058,2290,2289,0,2837,3111,3110,2063,2296,2295,42,2058,2060,2290,0,2837,2839,3111,2063,2065,2296,42,2290,2060,2291,0,3111,2839,3112,2296,2065,2297,42,2062,2291,2060,0,2843,3113,2841,2067,2297,2065,42,2062,2292,2291,0,2843,3114,3113,2067,2298,2297,42,2062,2293,2292,0,2843,3115,3114,2067,2299,2298,42,2062,2063,2293,0,2843,2844,3115,2067,2068,2299,42,2063,2294,2293,0,2844,3116,3115,2068,2300,2299,42,2063,2287,2294,0,2844,3106,3116,2068,2293,2300,42,2065,2287,2063,0,2846,3106,2844,2070,2293,2068,42,2287,2289,2294,0,3109,3110,3117,2293,2295,2300,42,2287,2288,2289,0,3109,3108,3110,2293,2294,2295,42,2294,2289,2295,0,3117,3110,3118,2300,2295,2301,42,2290,2295,2289,0,3111,3118,3110,2296,2301,2295,42,2290,2296,2295,0,3111,3119,3118,2296,2302,2301,42,2291,2296,2290,0,3112,3119,3111,2297,2302,2296,42,2291,2297,2296,0,3112,3120,3119,2297,2303,2302,42,2292,2297,2291,0,3114,3121,3113,2298,2303,2297,42,2292,2298,2297,0,3114,3122,3121,2298,2304,2303,42,2292,2299,2298,0,3114,3123,3122,2298,2305,2304,42,2292,2300,2299,0,3114,3124,3123,2298,2306,2305,42,2292,2293,2300,0,3114,3115,3124,2298,2299,2306,42,2293,2301,2300,0,3115,3125,3124,2299,2307,2306,42,2294,2301,2293,0,3116,3125,3115,2300,2307,2299,42,2294,2295,2301,0,3117,3118,3126,2300,2301,2307,42,2301,2295,2302,0,3126,3118,3127,2307,2301,2308,42,2296,2302,2295,0,3119,3127,3118,2302,2308,2301,42,2296,2303,2302,0,3119,3128,3127,2302,2309,2308,42,2297,2303,2296,0,3120,3128,3119,2303,2309,2302,42,2304,2303,2297,0,3129,3128,3120,2310,2309,2303,42,2303,2304,2302,0,3128,3129,3127,2309,2310,2308,42,2302,2304,2305,0,3127,3129,3130,2308,2310,2311,42,2304,2306,2305,0,3129,3131,3130,2310,2312,2311,42,2304,2307,2306,0,3129,3132,3131,2310,2313,2312,42,2308,2307,2304,0,3133,3132,3129,2314,2313,2310,42,2309,2307,2308,0,3134,3132,3133,2315,2313,2314,42,2309,2310,2307,0,3134,3135,3132,2315,2316,2313,42,2311,2310,2309,0,3136,3135,3134,2317,2316,2315,42,2312,2310,2311,0,3137,3135,3136,2318,2316,2317,42,2312,2313,2310,0,3137,3138,3135,2318,2319,2316,42,2314,2313,2312,0,3139,3138,3137,2320,2319,2318,42,2315,2313,2314,0,3140,3138,3139,2321,2319,2320,42,2316,2313,2315,0,3141,3138,3140,2322,2319,2321,42,2316,2306,2313,0,3141,3131,3138,2322,2312,2319,42,2317,2306,2316,0,3142,3131,3141,2323,2312,2322,42,2317,2305,2306,0,3142,3130,3131,2323,2311,2312,42,2318,2305,2317,0,3143,3130,3142,2324,2311,2323,42,2318,2302,2305,0,3143,3127,3130,2324,2308,2311,42,2301,2302,2318,0,3126,3127,3143,2307,2308,2324,42,2300,2301,2318,0,3124,3125,3144,2306,2307,2324,42,2299,2300,2318,0,3123,3124,3144,2305,2306,2324,42,2317,2299,2318,0,3145,3123,3144,2323,2305,2324,42,2319,2299,2317,0,3146,3123,3145,2325,2305,2323,42,2320,2299,2319,0,3147,3123,3146,2326,2305,2325,42,2298,2299,2320,0,3122,3123,3147,2304,2305,2326,42,2298,2320,2321,0,3122,3147,3148,2304,2326,2327,42,2320,2308,2321,0,3147,3149,3148,2326,2314,2327,42,2320,2322,2308,0,3147,3150,3149,2326,2328,2314,42,2320,2319,2322,0,3147,3146,3150,2326,2325,2328,42,2322,2319,2323,0,3150,3146,3151,2328,2325,2329,42,2319,2316,2323,0,3146,3152,3151,2325,2322,2329,42,2319,2317,2316,0,3146,3145,3152,2325,2323,2322,42,2323,2316,2315,0,3151,3152,3153,2329,2322,2321,42,2324,2323,2315,0,3154,3151,3153,2330,2329,2321,42,2325,2323,2324,0,3155,3151,3154,2331,2329,2330,42,2325,2322,2323,0,3155,3150,3151,2331,2328,2329,42,2322,2325,2309,0,3150,3155,3156,2328,2331,2315,42,2325,2326,2309,0,3155,3157,3156,2331,2332,2315,42,2325,2327,2326,0,3155,3158,3157,2331,2333,2332,42,2325,2324,2327,0,3155,3154,3158,2331,2330,2333,42,2327,2324,2315,0,3158,3154,3153,2333,2330,2321,42,2327,2315,2314,0,3158,3153,3159,2333,2321,2320,42,2328,2327,2314,0,3160,3158,3159,2334,2333,2320,42,2326,2327,2328,0,3157,3158,3160,2332,2333,2334,42,2326,2328,2329,0,3157,3160,3161,2332,2334,2335,42,2329,2328,2330,0,3161,3160,3162,2335,2334,2336,42,2328,2331,2330,0,3160,3163,3162,2334,2337,2336,42,2328,2314,2331,0,3160,3159,3163,2334,2320,2337,42,2314,2312,2331,0,3139,3137,3164,2320,2318,2337,42,2331,2312,2332,0,3164,3137,3165,2337,2318,2338,42,2312,2333,2332,0,3137,3166,3165,2318,2339,2338,42,2334,2333,2312,0,3167,3166,3137,2340,2339,2318,42,2335,2333,2334,0,3168,3166,3167,2341,2339,2340,42,2336,2333,2335,0,3169,3166,3168,2342,2339,2341,42,2333,2337,2332,0,3166,3170,3165,2339,2343,2338,42,2332,2337,2338,0,3165,3170,3171,2338,2343,2344,42,2337,2339,2338,0,3170,3172,3171,2343,2345,2344,42,2343,2341,2342,0,3173,3174,3175,2346,2347,2348,42,2345,2343,2346,0,3176,3173,3177,2349,2346,2350,42,2346,2343,2342,0,3177,3173,3175,2350,2346,2348,42,2347,2346,2342,0,3178,3177,3175,2351,2350,2348,42,2348,2346,2347,0,3179,3177,3178,2352,2350,2351,42,2348,2349,2346,0,3179,3180,3177,2352,2353,2350,42,2351,2350,2348,0,3181,3182,3179,2354,2355,2352,42,2352,2354,2353,0,3183,3184,3185,2356,2357,2358,42,2357,2344,2354,0,3186,3187,3184,2359,2360,2357,42,2338,2344,2357,0,3171,3187,3186,2344,2360,2359,42,2358,2332,2338,0,3188,3165,3171,2361,2338,2344,42,2331,2332,2358,0,3164,3165,3188,2337,2338,2361,42,2330,2331,2358,0,3162,3163,3189,2336,2337,2361,42,2358,2357,2330,0,3189,3190,3162,2361,2359,2336,42,2330,2357,2359,0,3162,3190,3191,2336,2359,2362,42,2362,2352,2351,0,3192,3183,3181,2363,2356,2354,42,2362,2348,2363,0,3192,3179,3193,2363,2352,2364,42,2347,2363,2348,0,3178,3193,3179,2351,2364,2352,42,2363,2347,2364,0,3193,3178,3194,2364,2351,2365,42,2365,2364,2347,0,3195,3194,3178,2366,2365,2351,42,2369,2361,2363,0,3196,3197,3193,2367,2368,2364,42,2370,2361,2369,0,3198,3199,3200,2369,2368,2367,42,2370,2330,2361,0,3198,3162,3199,2369,2336,2368,42,2329,2330,2370,0,3161,3162,3198,2335,2336,2369,42,2329,2370,2371,0,3161,3198,3201,2335,2369,2370,42,2370,2369,2371,0,3198,3200,3201,2369,2367,2370,42,2369,2367,2371,0,3196,3202,3203,2367,2371,2370,42,2367,2369,2368,0,3202,3196,3204,2371,2367,2372,42,2372,2371,2367,0,3205,3203,3202,2373,2370,2371,42,2371,2372,2373,0,3203,3205,3206,2370,2373,2374,42,2373,2372,2334,0,3206,3205,3167,2374,2373,2340,42,2372,2335,2334,0,3205,3168,3167,2373,2341,2340,42,2366,2335,2372,0,3207,3168,3205,2375,2341,2373,42,2347,2342,2365,0,3178,3175,3195,2351,2348,2366,42,2367,2366,2372,0,3202,3207,3205,2371,2375,2373,42,2373,2334,2311,0,3206,3167,3136,2374,2340,2317,42,2311,2334,2312,0,3136,3167,3137,2317,2340,2318,42,2373,2311,2309,0,3206,3136,3134,2374,2317,2315,42,2326,2373,2309,0,3157,3208,3156,2332,2374,2315,42,2326,2329,2373,0,3157,3161,3208,2332,2335,2374,42,2329,2371,2373,0,3161,3201,3208,2335,2370,2374,42,2361,2330,2359,0,3199,3162,3191,2368,2336,2362,42,2361,2362,2363,0,3197,3192,3193,2368,2363,2364,42,2344,2345,2354,0,3187,3176,3184,2360,2349,2357,42,2349,2345,2346,0,3180,3176,3177,2353,2349,2350,42,2322,2309,2308,0,3150,3156,3149,2328,2315,2314,42,2304,2321,2308,0,3129,3209,3133,2310,2327,2314,42,2321,2304,2297,0,3209,3129,3120,2327,2310,2303,42,2298,2321,2297,0,3122,3148,3121,2304,2327,2303,42,2313,2306,2307,0,3138,3131,3132,2319,2312,2313,42,2310,2313,2307,0,3135,3138,3132,2316,2319,2313,42,2056,2280,2277,0,3210,3099,3096,2061,2286,2283,42,2056,2277,2274,0,3210,3096,3093,2061,2283,2280,42,2056,2274,2272,0,2835,3091,3089,2061,2280,2278,42,2056,2272,2054,0,2835,3089,2833,2061,2278,2059,42,2054,2272,2052,0,2833,3089,2831,2059,2278,2057,42,2066,2374,2286,0,2847,3211,3105,2071,2376,2292,42,2374,2066,2091,0,3211,2847,2876,2376,2071,2096,42,2091,2066,2067,0,2876,2847,2848,2096,2071,2072,42,2091,2067,2375,0,2876,2848,3212,2096,2072,2377,42,2375,2067,2376,0,3212,2848,3213,2377,2072,2378,42,2067,2068,2376,0,2848,2849,3213,2072,2073,2378,42,2068,2377,2376,0,2849,3214,3213,2073,2379,2378,42,2068,2378,2377,0,2849,3215,3214,2073,2380,2379,42,2068,2069,2378,0,2852,2851,3216,2073,2074,2380,42,2069,2072,2378,0,2851,2855,3216,2074,2077,2380,42,2378,2072,2379,0,3216,2855,3217,2380,2077,2381,42,2380,2379,2072,0,3218,3217,2855,2382,2381,2077,42,2381,2379,2380,0,3219,3217,3218,2383,2381,2382,42,2382,2379,2381,0,3220,3217,3219,2384,2381,2383,42,2382,2383,2379,0,3220,3221,3217,2384,2385,2381,42,2384,2383,2382,0,3222,3223,3224,2386,2385,2384,42,2384,2385,2383,0,3222,3225,3223,2386,2387,2385,42,2384,2386,2385,0,3222,3226,3225,2386,2388,2387,42,2387,2386,2384,0,3227,3226,3222,2389,2388,2386,42,2386,2387,2388,0,3226,3227,3228,2388,2389,2390,42,2387,2389,2388,0,3227,3229,3228,2389,2391,2390,42,2387,2390,2389,0,3227,3230,3229,2389,2392,2391,42,2387,2391,2390,0,3227,3231,3230,2389,2393,2392,42,2387,2384,2391,0,3227,3222,3231,2389,2386,2393,42,2391,2384,2382,0,3231,3222,3224,2393,2386,2384,42,2391,2382,2392,0,3231,3224,3232,2393,2384,2394,42,2382,2381,2392,0,3220,3219,3233,2384,2383,2394,42,2392,2381,2393,0,3233,3219,3234,2394,2383,2395,42,2394,2393,2381,0,3235,3234,3219,2396,2395,2383,42,2394,2395,2393,0,3235,3236,3234,2396,2397,2395,42,2395,2394,2389,0,3236,3235,3237,2397,2396,2391,42,2389,2394,2380,0,3237,3235,3218,2391,2396,2382,42,2380,2394,2381,0,3218,3235,3219,2382,2396,2383,42,2389,2380,2388,0,3237,3218,3238,2391,2382,2390,42,2074,2388,2380,0,2857,3238,3218,2079,2390,2382,42,2396,2388,2074,0,3239,3228,3240,2398,2390,2079,42,2396,2386,2388,0,3239,3226,3228,2398,2388,2390,42,2396,2385,2386,0,3239,3225,3226,2398,2387,2388,42,2396,2377,2385,0,3239,3214,3225,2398,2379,2387,42,2397,2377,2396,0,3241,3214,3239,2399,2379,2398,42,2397,2376,2377,0,3241,3213,3214,2399,2378,2379,42,2375,2376,2397,0,3212,3213,3241,2377,2378,2399,42,2375,2397,2077,0,3212,3241,3242,2377,2399,2082,42,2077,2397,2075,0,3242,3241,3243,2082,2399,2080,42,2397,2396,2075,0,3241,3239,3243,2399,2398,2080,42,2075,2396,2074,0,3243,3239,3240,2080,2398,2079,42,2375,2077,2398,0,3244,2860,3245,2377,2082,2400,42,2080,2398,2077,0,2863,3245,2860,2085,2400,2082,42,2080,2082,2398,0,2863,2865,3245,2085,2087,2400,42,2082,2399,2398,0,2865,3246,3245,2087,2401,2400,42,2082,2400,2399,0,2865,3247,3246,2087,2402,2401,42,2083,2400,2082,0,2866,3247,2865,2088,2402,2087,42,2083,2401,2400,0,2866,3248,3247,2088,2403,2402,42,2402,2401,2083,0,3249,3250,2869,2404,2403,2088,42,2403,2401,2402,0,3251,3250,3249,2405,2403,2404,42,2403,2404,2401,0,3251,3252,3250,2405,2406,2403,42,2403,2405,2404,0,3251,3253,3252,2405,2407,2406,42,2405,2403,2406,0,3253,3251,3254,2407,2405,2408,42,2406,2403,2407,0,3254,3251,3255,2408,2405,2409,42,2407,2403,2402,0,3255,3251,3249,2409,2405,2404,42,2402,2408,2407,0,3249,3256,3255,2404,2410,2409,42,2084,2408,2402,0,2868,3256,3249,2089,2410,2404,42,2084,2086,2408,0,2868,2871,3256,2089,2091,2410,42,2086,2409,2408,0,2871,3257,3256,2091,2411,2410,42,2410,2409,2086,0,3258,3257,2871,2412,2411,2091,42,2410,2398,2409,0,3259,3245,3260,2412,2400,2411,42,2375,2398,2410,0,3244,3245,3259,2377,2400,2412,42,2089,2375,2410,0,2874,3212,3258,2094,2377,2412,42,2091,2375,2089,0,2876,3212,2874,2096,2377,2094,42,2089,2410,2087,0,2874,3258,2872,2094,2412,2092,42,2087,2410,2086,0,2872,3258,2871,2092,2412,2091,42,2398,2399,2409,0,3245,3246,3260,2400,2401,2411,42,2409,2399,2411,0,3260,3246,3261,2411,2401,2413,42,2411,2399,2412,0,3261,3246,3262,2413,2401,2414,42,2400,2412,2399,0,3247,3262,3246,2402,2414,2401,42,2413,2412,2400,0,3263,3262,3247,2415,2414,2402,42,2414,2412,2413,0,3264,3262,3263,2416,2414,2415,42,2414,2411,2412,0,3264,3261,3262,2416,2413,2414,42,2407,2411,2414,0,3255,3265,3266,2409,2413,2416,42,2407,2408,2411,0,3255,3256,3265,2409,2410,2413,42,2408,2409,2411,0,3256,3257,3265,2410,2411,2413,42,2406,2407,2414,0,3254,3255,3266,2408,2409,2416,42,2406,2414,2415,0,3254,3266,3267,2408,2416,2417,42,2414,2413,2415,0,3264,3263,3268,2416,2415,2417,42,2415,2413,2416,0,3268,3263,3269,2417,2415,2418,42,2416,2413,2417,0,3269,3263,3270,2418,2415,2419,42,2417,2413,2400,0,3270,3263,3247,2419,2415,2402,42,2404,2417,2400,0,3271,3270,3247,2406,2419,2402,42,2418,2417,2404,0,3272,3270,3271,2420,2419,2406,42,2418,2419,2417,0,3272,3273,3270,2420,2421,2419,42,2418,2420,2419,0,3272,3274,3273,2420,2422,2421,42,2418,2421,2420,0,3272,3275,3274,2420,2423,2422,42,2422,2421,2418,0,3276,3277,3278,2424,2423,2420,42,2422,2423,2421,0,3276,3279,3277,2424,2425,2423,42,2424,2423,2422,0,3280,3279,3276,2426,2425,2424,42,2425,2423,2424,0,3281,3279,3280,2427,2425,2426,42,2425,2426,2423,0,3281,3282,3279,2427,2428,2425,42,2425,2427,2426,0,3281,3283,3282,2427,2429,2428,42,2427,2425,2428,0,3283,3281,3284,2429,2427,2430,42,2428,2425,2429,0,3284,3281,3285,2430,2427,2431,42,2425,2424,2429,0,3281,3280,3285,2427,2426,2431,42,2429,2424,2430,0,3285,3280,3286,2431,2426,2432,42,2424,2422,2430,0,3280,3276,3286,2426,2424,2432,42,2422,2431,2430,0,3276,3287,3286,2424,2433,2432,42,2405,2431,2422,0,3253,3287,3276,2407,2433,2424,42,2405,2406,2431,0,3253,3254,3287,2407,2408,2433,42,2406,2415,2431,0,3254,3267,3287,2408,2417,2433,42,2431,2415,2432,0,3287,3267,3288,2433,2417,2434,42,2432,2415,2416,0,3289,3268,3269,2434,2417,2418,42,2432,2416,2433,0,3289,3269,3290,2434,2418,2435,42,2420,2433,2416,0,3274,3290,3269,2422,2435,2418,42,2434,2433,2420,0,3291,3290,3274,2436,2435,2422,42,2432,2433,2434,0,3289,3290,3291,2434,2435,2436,42,2435,2432,2434,0,3292,3289,3291,2437,2434,2436,42,2430,2432,2435,0,3286,3288,3293,2432,2434,2437,42,2431,2432,2430,0,3287,3288,3286,2433,2434,2432,42,2429,2430,2435,0,3285,3286,3293,2431,2432,2437,42,2429,2435,2436,0,3285,3293,3294,2431,2437,2438,42,2436,2435,2434,0,3295,3292,3291,2438,2437,2436,42,2436,2434,2437,0,3295,3291,3296,2438,2436,2439,42,2437,2434,2438,0,3296,3291,3297,2439,2436,2440,42,2438,2434,2420,0,3297,3291,3274,2440,2436,2422,42,2438,2420,2423,0,3297,3274,3298,2440,2422,2425,42,2423,2420,2421,0,3298,3274,3275,2425,2422,2423,42,2439,2438,2423,0,3299,3297,3298,2441,2440,2425,42,2439,2437,2438,0,3299,3296,3297,2441,2439,2440,42,2440,2437,2439,0,3300,3296,3299,2442,2439,2441,42,2440,2441,2437,0,3300,3301,3296,2442,2443,2439,42,2442,2441,2440,0,3302,3301,3300,2444,2443,2442,42,2442,2443,2441,0,3302,3303,3301,2444,2445,2443,42,2448,2441,2447,0,3304,3301,3305,2446,2443,2447,42,2448,2437,2441,0,3304,3296,3301,2446,2439,2443,42,2449,2437,2448,0,3306,3296,3304,2448,2439,2446,42,2436,2437,2449,0,3295,3296,3306,2438,2439,2448,42,2428,2436,2449,0,3284,3294,3307,2430,2438,2448,42,2428,2429,2436,0,3284,3285,3294,2430,2431,2438,42,2450,2428,2449,0,3308,3284,3307,2449,2430,2448,42,2450,2427,2428,0,3308,3283,3284,2449,2429,2430,42,2450,2451,2427,0,3308,3309,3283,2449,2450,2429,42,2451,2450,2452,0,3309,3308,3310,2450,2449,2451,42,2452,2450,2453,0,3310,3308,3311,2451,2449,2452,42,2450,2454,2453,0,3308,3312,3311,2449,2453,2452,42,2450,2455,2454,0,3308,3313,3312,2449,2454,2453,42,2450,2449,2455,0,3308,3307,3313,2449,2448,2454,42,2449,2448,2455,0,3306,3304,3314,2448,2446,2454,42,2455,2448,2456,0,3314,3304,3315,2454,2446,2455,42,2456,2448,2447,0,3315,3304,3305,2455,2446,2447,42,2456,2447,2457,0,3315,3305,3316,2455,2447,2456,42,2456,2458,2454,0,3315,3317,3318,2455,2457,2453,42,2461,2445,2444,0,3319,3320,3321,2458,2459,2460,42,2462,2461,2444,0,3322,3319,3321,2461,2458,2460,42,2460,2461,2462,0,3323,3319,3322,2462,2458,2461,42,2463,2460,2462,0,3324,3323,3322,2463,2462,2461,42,2472,2463,2462,0,3325,3324,3322,2464,2463,2461,42,2472,2462,2473,0,3325,3322,3326,2464,2461,2465,42,2473,2462,2444,0,3326,3322,3321,2465,2461,2460,42,2473,2444,2474,0,3326,3321,3327,2465,2460,2466,42,2476,2475,2442,0,3328,3329,3302,2467,2468,2444,42,2477,2475,2476,0,3330,3329,3328,2469,2468,2467,42,2481,2452,2480,0,3331,3332,3333,2470,2451,2471,42,2451,2452,2481,0,3309,3310,3334,2450,2451,2470,42,2451,2481,2482,0,3309,3334,3335,2450,2470,2472,42,2481,2477,2482,0,3331,3330,3336,2470,2469,2472,42,2481,2479,2477,0,3331,3337,3330,2470,2473,2469,42,2477,2476,2482,0,3330,3328,3336,2469,2467,2472,42,2482,2476,2426,0,3336,3328,3338,2472,2467,2428,42,2476,2440,2426,0,3328,3300,3338,2467,2442,2428,42,2476,2442,2440,0,3328,3302,3300,2467,2444,2442,42,2426,2440,2439,0,3338,3300,3299,2428,2442,2441,42,2426,2439,2423,0,3338,3299,3298,2428,2441,2425,42,2427,2482,2426,0,3283,3335,3282,2429,2472,2428,42,2451,2482,2427,0,3309,3335,3283,2450,2472,2429,42,2420,2416,2419,0,3274,3269,3273,2422,2418,2421,42,2416,2417,2419,0,3269,3270,3273,2418,2419,2421,42,2405,2422,2418,0,3253,3276,3278,2407,2424,2420,42,2405,2418,2404,0,3253,3278,3252,2407,2420,2406,42,2404,2400,2401,0,3271,3247,3248,2406,2402,2403,42,2084,2402,2083,0,2868,3249,2869,2089,2404,2088,42,2377,2378,2385,0,3214,3215,3225,2379,2380,2387,42,2385,2378,2383,0,3225,3215,3223,2387,2380,2385,42,2378,2379,2383,0,3216,3217,3221,2380,2381,2385,42,2073,2074,2380,0,2856,2857,3218,2078,2079,2382,42,2073,2380,2072,0,2856,3218,2855,2078,2382,2077,42,2483,2395,2389,0,3339,3236,3237,2474,2397,2391,42,2483,2484,2395,0,3339,3340,3236,2474,2475,2397,42,2483,2485,2484,0,3339,3341,3340,2474,2476,2475,42,2390,2485,2483,0,3230,3342,3343,2392,2476,2474,42,2390,2486,2485,0,3230,3344,3342,2392,2477,2476,42,2390,2487,2486,0,3230,3345,3344,2392,2478,2477,42,2390,2391,2487,0,3230,3231,3345,2392,2393,2478,42,2487,2391,2392,0,3345,3231,3232,2478,2393,2394,42,2487,2392,2488,0,3345,3232,3346,2478,2394,2479,42,2392,2393,2488,0,3233,3234,3347,2394,2395,2479,42,2488,2393,2489,0,3347,3234,3348,2479,2395,2480,42,2484,2489,2393,0,3340,3348,3234,2475,2480,2395,42,2490,2489,2484,0,3349,3348,3340,2481,2480,2475,42,2491,2489,2490,0,3350,3348,3349,2482,2480,2481,42,2488,2489,2491,0,3347,3348,3350,2479,2480,2482,42,2492,2488,2491,0,3351,3346,3352,2483,2479,2482,42,2492,2487,2488,0,3351,3345,3346,2483,2478,2479,42,2486,2487,2492,0,3344,3345,3351,2477,2478,2483,42,2493,2486,2492,0,3353,3344,3351,2484,2477,2483,42,2493,2494,2486,0,3353,3354,3344,2484,2485,2477,42,2493,2495,2494,0,3353,3355,3354,2484,2486,2485,42,2495,2493,2496,0,3355,3353,3356,2486,2484,2487,42,2496,2493,2492,0,3356,3353,3351,2487,2484,2483,42,2496,2492,2491,0,3356,3351,3352,2487,2483,2482,42,2496,2491,2497,0,3356,3352,3357,2487,2482,2488,42,2497,2491,2490,0,3358,3350,3349,2488,2482,2481,42,2497,2490,2498,0,3358,3349,3359,2488,2481,2489,42,2498,2490,2499,0,3359,3349,3360,2489,2481,2490,42,2499,2490,2484,0,3360,3349,3340,2490,2481,2475,42,2494,2499,2484,0,3361,3360,3340,2485,2490,2475,42,2500,2499,2494,0,3362,3360,3361,2491,2490,2485,42,2500,2498,2499,0,3362,3359,3360,2491,2489,2490,42,2501,2498,2500,0,3363,3359,3362,2492,2489,2491,42,2501,2502,2498,0,3363,3364,3359,2492,2493,2489,42,2501,2503,2502,0,3363,3365,3364,2492,2494,2493,42,2504,2503,2501,0,3366,3365,3363,2495,2494,2492,42,2504,2505,2503,0,3366,3367,3365,2495,2496,2494,42,2506,2505,2504,0,3368,3367,3366,2497,2496,2495,42,2509,2510,2507,0,3369,3370,3371,2498,2499,2500,42,2509,2511,2510,0,3369,3372,3370,2498,2501,2499,42,2509,2512,2511,0,3369,3373,3372,2498,2502,2501,42,2513,2512,2509,0,3374,3373,3369,2503,2502,2498,42,2513,2516,2515,0,3375,3376,3377,2503,2504,2505,42,2517,2516,2513,0,3378,3376,3375,2506,2504,2503,42,2517,2518,2516,0,3378,3379,3376,2506,2507,2504,42,2518,2517,2519,0,3379,3378,3380,2507,2506,2508,42,2517,2520,2519,0,3378,3381,3380,2506,2509,2508,42,2517,2513,2520,0,3378,3375,3381,2506,2503,2509,42,2520,2513,2509,0,3382,3374,3369,2509,2503,2498,42,2520,2508,2506,0,3382,3383,3368,2509,2510,2497,42,2519,2520,2506,0,3384,3382,3368,2508,2509,2497,42,2519,2506,2504,0,3384,3368,3366,2508,2497,2495,42,2519,2504,2521,0,3384,3366,3385,2508,2495,2511,42,2504,2501,2521,0,3366,3363,3385,2495,2492,2511,42,2521,2501,2500,0,3385,3363,3362,2511,2492,2491,42,2521,2500,2494,0,3385,3362,3361,2511,2491,2485,42,2495,2521,2494,0,3355,3386,3354,2486,2511,2485,42,2518,2521,2495,0,3379,3386,3355,2507,2511,2486,42,2518,2519,2521,0,3379,3380,3386,2507,2508,2511,42,2518,2495,2522,0,3379,3355,3387,2507,2486,2512,42,2522,2495,2496,0,3387,3355,3356,2512,2486,2487,42,2522,2496,2497,0,3387,3356,3357,2512,2487,2488,42,2522,2497,2523,0,3387,3357,3388,2512,2488,2513,42,2523,2497,2498,0,3389,3358,3359,2513,2488,2489,42,2523,2498,2524,0,3389,3359,3390,2513,2489,2514,42,2524,2498,2502,0,3390,3359,3364,2514,2489,2493,42,2524,2502,2525,0,3390,3364,3391,2514,2493,2515,42,2503,2526,2502,0,3365,3392,3364,2494,2516,2493,42,2529,2528,2527,0,3393,3394,3395,2517,2518,2519,42,2532,2525,2531,0,3396,3391,3397,2520,2515,2521,42,2532,2524,2525,0,3396,3390,3391,2520,2514,2515,42,2533,2524,2532,0,3398,3390,3396,2522,2514,2520,42,2523,2524,2533,0,3389,3390,3398,2513,2514,2522,42,2516,2523,2533,0,3376,3388,3399,2504,2513,2522,42,2516,2522,2523,0,3376,3387,3388,2504,2512,2513,42,2516,2518,2522,0,3376,3379,3387,2504,2507,2512,42,2516,2533,2534,0,3376,3399,3400,2504,2522,2523,42,2532,2535,2534,0,3396,3401,3402,2520,2524,2523,42,2536,2529,2537,0,3403,3393,3404,2525,2517,2526,42,2537,2529,2527,0,3404,3393,3395,2526,2517,2519,42,2510,2537,2527,0,3370,3404,3395,2499,2526,2519,42,2511,2537,2510,0,3372,3404,3370,2501,2526,2499,42,2511,2538,2537,0,3372,3405,3404,2501,2527,2526,42,2512,2541,2540,0,3373,3406,3407,2502,2528,2529,42,2516,2534,2515,0,3376,3400,3377,2504,2523,2505,42,2534,2535,2544,0,3402,3401,3408,2523,2524,2530,42,2544,2535,2536,0,3408,3401,3403,2530,2524,2525,42,2538,2536,2537,0,3405,3403,3404,2527,2525,2526,42,2510,2527,2546,0,3370,3395,3409,2499,2519,2531,42,2507,2510,2546,0,3371,3370,3409,2500,2499,2531,42,2494,2484,2485,0,3361,3340,3341,2485,2475,2476,42,2486,2494,2485,0,3344,3354,3342,2477,2485,2476,42,2395,2484,2393,0,3236,3340,3234,2397,2475,2395,42,2390,2483,2389,0,3230,3343,3229,2392,2474,2391,42,2374,2091,2092,0,3211,2876,2877,2376,2096,2097,42,2243,2374,2092,0,3055,3211,2877,2248,2376,2097,42,2374,2243,2547,0,3211,3055,3410,2376,2248,2532,42,2243,2244,2547,0,3055,3056,3410,2248,2249,2532,42,2547,2244,2245,0,3410,3056,3057,2532,2249,2250,42,2547,2245,2246,0,3410,3057,3058,2532,2250,2251,42,2547,2246,2286,0,3410,3058,3105,2532,2251,2292,42,2374,2547,2286,0,3211,3410,3105,2376,2532,2292,42,2243,2092,2242,0,3055,2877,3054,2248,2097,2247,42,2096,2242,2092,0,2881,3054,2877,2101,2247,2097,42,2098,2242,2096,0,2883,3054,2881,2103,2247,2101,42,2098,2241,2242,0,2883,3053,3054,2103,2246,2247,42,2098,2240,2241,0,2883,3052,3053,2103,2245,2246,42,2100,2240,2098,0,2885,3052,2883,2105,2245,2103,42,2100,2102,2240,0,2887,2889,3411,2105,2107,2245,42,2093,2096,2092,0,2878,2881,2877,2098,2101,2097,42,2247,2248,2285,0,3059,3060,3104,2252,2253,2291,42,2285,2248,2283,0,3104,3060,3102,2291,2253,2289,42,2248,2548,2283,0,3060,3412,3102,2253,2533,2289,42,2248,2549,2548,0,3060,3413,3412,2253,2534,2533,42,2549,2248,2249,0,3413,3060,3061,2534,2253,2254,42,2549,2249,2550,0,3414,3062,3415,2534,2254,2535,42,2249,2551,2550,0,3062,3416,3415,2254,2536,2535,42,2249,2250,2551,0,3062,3064,3416,2254,2255,2536,42,2551,2250,2552,0,3416,3064,3417,2536,2255,2537,42,2552,2250,2553,0,3417,3064,3418,2537,2255,2538,42,2250,2251,2553,0,3064,3065,3418,2255,2256,2538,42,2251,2252,2553,0,3065,3068,3418,2256,2257,2538,42,2252,2254,2553,0,3068,3070,3418,2257,2259,2538,42,2553,2254,2255,0,3418,3070,3071,2538,2259,2260,42,2554,2553,2255,0,3419,3418,3071,2539,2538,2260,42,2555,2553,2554,0,3420,3418,3419,2540,2538,2539,42,2552,2553,2555,0,3417,3418,3420,2537,2538,2540,42,2556,2552,2555,0,3421,3417,3420,2541,2537,2540,42,2557,2552,2556,0,3422,3417,3421,2542,2537,2541,42,2557,2551,2552,0,3422,3416,3417,2542,2536,2537,42,2550,2551,2557,0,3415,3416,3422,2535,2536,2542,42,2550,2557,2558,0,3415,3422,3423,2535,2542,2543,42,2558,2557,2266,0,3423,3422,3083,2543,2542,2272,42,2266,2557,2556,0,3083,3422,3421,2272,2542,2541,42,2266,2556,2264,0,3083,3421,3081,2272,2541,2270,42,2556,2555,2264,0,3421,3420,3081,2541,2540,2270,42,2264,2555,2263,0,3081,3420,3080,2270,2540,2269,42,2555,2554,2263,0,3420,3419,3080,2540,2539,2269,42,2263,2554,2261,0,3080,3419,3078,2269,2539,2267,42,2554,2259,2261,0,3419,3076,3078,2539,2265,2267,42,2554,2255,2259,0,3419,3071,3076,2539,2260,2265,42,2262,2263,2261,0,3079,3080,3078,2268,2269,2267,42,2266,2264,2265,0,3083,3081,3082,2272,2270,2271,42,2267,2558,2266,0,3084,3423,3083,2273,2543,2272,42,2268,2558,2267,0,3085,3423,3084,2274,2543,2273,42,2268,2550,2558,0,3085,3415,3423,2274,2535,2543,42,2269,2550,2268,0,3086,3415,3085,2275,2535,2274,42,2269,2549,2550,0,3086,3414,3415,2275,2534,2535,42,2548,2549,2269,0,3412,3413,3424,2533,2534,2275,42,2269,2270,2548,0,3086,3087,3425,2275,2276,2533,42,2548,2270,2283,0,3412,3426,3102,2533,2276,2289,42,2283,2270,2281,0,3102,3426,3100,2289,2276,2287,42,2270,2559,2281,0,3426,3427,3100,2276,2544,2287,42,2270,2560,2559,0,3087,3428,3429,2276,2545,2544,42,2271,2560,2270,0,3088,3428,3087,2277,2545,2276,42,2273,2560,2271,0,3090,3428,3088,2279,2545,2277,42,2273,2561,2560,0,3090,3430,3428,2279,2546,2545,42,2273,2562,2561,0,3090,3431,3430,2279,2547,2546,42,2275,2562,2273,0,3092,3431,3090,2281,2547,2279,42,2275,2563,2562,0,3092,3432,3431,2281,2548,2547,42,2275,2564,2563,0,3092,3433,3432,2281,2549,2548,42,2276,2564,2275,0,3094,3434,3095,2282,2549,2281,42,2276,2565,2564,0,3094,3435,3434,2282,2550,2549,42,2276,2566,2565,0,3094,3436,3435,2282,2551,2550,42,2276,2278,2566,0,3094,3097,3436,2282,2284,2551,42,2278,2567,2566,0,3097,3437,3436,2284,2552,2551,42,2278,2559,2567,0,3097,3427,3437,2284,2544,2552,42,2279,2559,2278,0,3098,3427,3097,2285,2544,2284,42,2281,2559,2279,0,3100,3427,3098,2287,2544,2285,42,2559,2560,2567,0,3429,3428,3438,2544,2545,2552,42,2560,2561,2567,0,3428,3430,3438,2545,2546,2552,42,2567,2561,2568,0,3438,3430,3439,2552,2546,2553,42,2563,2568,2561,0,3432,3439,3430,2548,2553,2546,42,2563,2569,2568,0,3432,3440,3439,2548,2554,2553,42,2563,2570,2569,0,3432,3441,3440,2548,2555,2554,42,2571,2570,2563,0,3442,3441,3432,2556,2555,2548,42,2571,2572,2570,0,3442,3443,3441,2556,2557,2555,42,2571,2573,2572,0,3442,3444,3443,2556,2558,2557,42,2571,2574,2573,0,3445,3446,3447,2556,2559,2558,42,2575,2574,2571,0,3448,3446,3445,2560,2559,2556,42,2575,2576,2574,0,3448,3449,3446,2560,2561,2559,42,2575,2577,2576,0,3448,3450,3449,2560,2562,2561,42,2565,2577,2575,0,3435,3450,3448,2550,2562,2560,42,2565,2566,2577,0,3435,3436,3450,2550,2551,2562,42,2577,2566,2578,0,3450,3436,3451,2562,2551,2563,42,2567,2578,2566,0,3437,3451,3436,2552,2563,2551,42,2567,2568,2578,0,3438,3439,3452,2552,2553,2563,42,2578,2568,2579,0,3452,3439,3453,2563,2553,2564,42,2568,2569,2579,0,3439,3440,3453,2553,2554,2564,42,2579,2569,2580,0,3453,3440,3454,2564,2554,2565,42,2569,2581,2580,0,3440,3455,3454,2554,2566,2565,42,2570,2581,2569,0,3441,3455,3440,2555,2566,2554,42,2570,2572,2581,0,3441,3443,3455,2555,2557,2566,42,2572,2582,2581,0,3443,3456,3455,2557,2567,2566,42,2573,2582,2572,0,3444,3456,3443,2558,2567,2557,42,2573,2583,2582,0,3444,3457,3456,2558,2568,2567,42,2574,2583,2573,0,3446,3458,3447,2559,2568,2558,42,2574,2584,2583,0,3446,3459,3458,2559,2569,2568,42,2574,2585,2584,0,3446,3460,3459,2559,2570,2569,42,2574,2576,2585,0,3446,3449,3460,2559,2561,2570,42,2576,2580,2585,0,3449,3461,3460,2561,2565,2570,42,2576,2579,2580,0,3449,3462,3461,2561,2564,2565,42,2577,2579,2576,0,3450,3462,3449,2562,2564,2561,42,2577,2578,2579,0,3450,3451,3462,2562,2563,2564,42,2585,2580,2586,0,3460,3461,3463,2570,2565,2571,42,2580,2587,2586,0,3454,3464,3465,2565,2572,2571,42,2580,2581,2587,0,3454,3455,3464,2565,2566,2572,42,2582,2587,2581,0,3456,3464,3455,2567,2572,2566,42,2588,2587,2582,0,3466,3464,3456,2573,2572,2567,42,2589,2587,2588,0,3467,3464,3466,2574,2572,2573,42,2586,2587,2589,0,3465,3464,3467,2571,2572,2574,42,2590,2586,2589,0,3468,3463,3469,2575,2571,2574,42,2590,2585,2586,0,3468,3460,3463,2575,2570,2571,42,2590,2584,2585,0,3468,3459,3460,2575,2569,2570,42,2591,2584,2590,0,3470,3459,3468,2576,2569,2575,42,2584,2591,2583,0,3459,3470,3458,2569,2576,2568,42,2591,2592,2583,0,3470,3471,3458,2576,2577,2568,42,2591,2593,2592,0,3470,3472,3471,2576,2578,2577,42,2591,2594,2593,0,3470,3473,3472,2576,2579,2578,42,2591,2590,2594,0,3470,3468,3473,2576,2575,2579,42,2590,2589,2594,0,3468,3469,3473,2575,2574,2579,42,2594,2589,2595,0,3473,3469,3474,2579,2574,2580,42,2589,2588,2595,0,3467,3466,3475,2574,2573,2580,42,2588,2596,2595,0,3466,3476,3475,2573,2581,2580,42,2597,2596,2588,0,3477,3476,3466,2582,2581,2573,42,2597,2598,2596,0,3477,3478,3476,2582,2583,2581,42,2592,2598,2597,0,3479,3478,3477,2577,2583,2582,42,2599,2598,2592,0,3480,3478,3479,2584,2583,2577,42,2598,2599,2600,0,3478,3480,3481,2583,2584,2585,42,2599,2601,2600,0,3480,3482,3481,2584,2586,2585,42,2599,2602,2601,0,3480,3483,3482,2584,2587,2586,42,2599,2603,2602,0,3484,3485,3486,2584,2588,2587,42,2593,2603,2599,0,3472,3485,3484,2578,2588,2584,42,2593,2604,2603,0,3472,3487,3485,2578,2589,2588,42,2593,2594,2604,0,3472,3473,3487,2578,2579,2589,42,2594,2595,2604,0,3473,3474,3487,2579,2580,2589,42,2595,2605,2604,0,3474,3488,3487,2580,2590,2589,42,2595,2596,2605,0,3475,3476,3489,2580,2581,2590,42,2596,2606,2605,0,3476,3490,3489,2581,2591,2590,42,2596,2607,2606,0,3476,3491,3490,2581,2592,2591,42,2600,2607,2596,0,3481,3491,3476,2585,2592,2581,42,2608,2607,2600,0,3492,3491,3481,2593,2592,2585,42,2609,2607,2608,0,3493,3491,3492,2594,2592,2593,42,2607,2610,2606,0,3491,3494,3490,2592,2595,2591,42,2606,2610,2611,0,3490,3494,3495,2591,2595,2596,42,2610,2612,2611,0,3494,3496,3495,2595,2597,2596,42,2617,2615,2616,0,3497,3498,3499,2598,2599,2600,42,2617,2618,2615,0,3497,3500,3498,2598,2601,2599,42,2619,2618,2617,0,3501,3500,3497,2602,2601,2598,42,2620,2618,2619,0,3502,3500,3501,2603,2601,2602,42,2620,2621,2618,0,3502,3503,3500,2603,2604,2601,42,2630,2628,2629,0,3504,3505,3506,2605,2606,2607,42,2630,2631,2628,0,3504,3507,3505,2605,2608,2606,42,2632,2631,2630,0,3508,3507,3504,2609,2608,2605,42,2606,2611,2632,0,3490,3495,3509,2591,2596,2609,42,2605,2606,2632,0,3489,3490,3509,2590,2591,2609,42,2605,2632,2630,0,3488,3508,3504,2590,2609,2605,42,2605,2630,2604,0,3488,3504,3487,2590,2605,2589,42,2603,2604,2630,0,3485,3487,3504,2588,2589,2605,42,2603,2630,2633,0,3485,3504,3510,2588,2605,2610,42,2633,2630,2629,0,3510,3504,3506,2610,2605,2607,42,2634,2633,2629,0,3511,3510,3506,2611,2610,2607,42,2602,2633,2634,0,3486,3510,3511,2587,2610,2611,42,2603,2633,2602,0,3485,3510,3486,2588,2610,2587,42,2602,2634,2635,0,3483,3512,3513,2587,2611,2612,42,2635,2634,2636,0,3513,3512,3514,2612,2611,2613,42,2634,2629,2637,0,3512,3515,3516,2611,2607,2614,42,2629,2625,2637,0,3515,3517,3516,2607,2615,2614,42,2625,2620,2637,0,3517,3502,3516,2615,2603,2614,42,2619,2637,2620,0,3501,3516,3502,2602,2614,2603,42,2601,2635,2639,0,3482,3513,3518,2586,2612,2616,42,2601,2602,2635,0,3482,3483,3513,2586,2587,2612,42,2639,2608,2601,0,3518,3492,3482,2616,2593,2586,42,2640,2619,2617,0,3519,3501,3497,2617,2602,2598,42,2601,2608,2600,0,3482,3492,3481,2586,2593,2585,42,2611,2614,2631,0,3495,3520,3521,2596,2618,2608,42,2631,2614,2641,0,3521,3520,3522,2608,2618,2619,42,2641,2614,2642,0,3522,3520,3523,2619,2618,2620,42,2618,2642,2615,0,3500,3523,3498,2601,2620,2599,42,2618,2621,2642,0,3500,3503,3523,2601,2604,2620,42,2598,2600,2596,0,3478,3481,3476,2583,2585,2581,42,2592,2593,2599,0,3471,3472,3484,2577,2578,2584,42,2592,2597,2582,0,3479,3477,3456,2577,2582,2567,42,2582,2597,2588,0,3456,3477,3466,2567,2582,2573,42,2592,2582,2583,0,3479,3456,3457,2577,2567,2568,42,2565,2575,2564,0,3435,3448,3434,2550,2560,2549,42,2564,2575,2571,0,3434,3448,3445,2549,2560,2556,42,2571,2563,2564,0,3442,3432,3433,2556,2548,2549,42,2562,2563,2561,0,3431,3432,3430,2547,2548,2546,42,2034,2030,2031,0,2813,2809,2810,2039,2035,2036,42,2028,2260,2645,0,2807,3077,3524,2033,2266,2621,42,2260,2009,2645,0,3077,3525,3524,2266,2018,2621,42,2260,2258,2009,0,3077,3075,2790,2266,2264,2018,42,2009,1999,2645,0,3525,3526,3524,2018,2622,2621,42,2009,1997,1999,0,3525,3527,3526,2018,2008,2622,42,2009,1996,1997,0,2790,2779,2780,2018,2007,2008,42,2645,1999,2002,0,3524,3526,3528,2621,2622,2011,42,2645,2002,2021,0,3524,3528,2800,2621,2011,2026,42,2023,2645,2021,0,2802,3524,2800,2028,2621,2026,42,2027,2645,2023,0,2806,3524,2802,2032,2621,2028,42,2028,2645,2027,0,2807,3524,2806,2033,2621,2032,42,2139,2164,2138,0,2929,3529,2926,2144,2169,2143,42,2139,2646,2164,0,2929,3530,3529,2144,2623,2169,42,2139,2647,2646,0,2929,3531,3530,2144,2624,2623,42,2140,2647,2139,0,2931,3531,2929,2145,2624,2144,42,2141,2647,2140,0,2933,3531,2931,2146,2624,2145,42,2141,2146,2647,0,2933,2940,3531,2146,2151,2624,42,2146,2153,2647,0,2940,2948,3531,2151,2158,2624,42,2647,2153,2646,0,3531,2948,3530,2624,2158,2623,42,2646,2153,2648,0,3530,2948,3532,2623,2158,2625,42,2153,2154,2648,0,2948,2949,3532,2158,2159,2625,42,2648,2154,2649,0,3532,2949,3533,2625,2159,2626,42,2649,2154,2156,0,3533,2949,2951,2626,2159,2161,42,2649,2156,2157,0,3533,2951,2952,2626,2161,2162,42,2649,2157,2161,0,3533,2952,2956,2626,2162,2166,42,2161,2648,2649,0,2956,3532,3533,2166,2625,2626,42,2164,2648,2161,0,3529,3532,2956,2169,2625,2166,42,2646,2648,2164,0,3530,3532,3529,2623,2625,2169,42,2002,2016,2017,0,2783,3534,2794,2011,2627,2022,42,2005,2014,2004,0,2785,2792,2784,2013,2020,2012,42,1988,1989,1987,3,3535,3536,3537,2000,2002,1999,42,1991,1990,1988,3,3538,3539,3540,2003,2001,2000,42,1993,1992,1991,3,3541,3542,3543,2628,2004,2003,42,1994,1992,1993,3,3544,3545,3546,2006,2004,2628,42,1995,1989,1992,3,3547,3548,3549,2005,2002,2004,42,1985,1989,1995,3,3550,3551,3552,1997,2002,2005,42,1985,1987,1989,3,3553,3554,3555,1997,1999,2002,42,1985,1995,1994,3,3556,3557,3558,1997,2005,2006,42,1997,1994,1998,3,3559,3560,3561,2008,2006,2629,42,1998,1994,1993,3,3562,3563,3564,2629,2006,2628,42,1998,1993,1999,3,3565,3566,3567,2629,2628,2622,42,2000,1999,1993,3,3568,3569,3570,2630,2622,2628,42,2001,1999,2000,3,3571,3572,3573,2009,2622,2630,42,1999,2001,2002,3,3574,3575,3576,2622,2009,2011,42,2001,2000,1991,3,3577,3578,3579,2009,2630,2003,42,1993,1991,2000,3,3580,3581,3582,2628,2003,2630,42,2006,1986,2007,3,3583,3584,3585,2014,1998,2015,42,1986,1985,1996,3,3586,3587,3588,1998,1997,2007,42,2007,1996,2008,3,3589,3590,3591,2015,2007,2017,42,2009,2008,1996,3,3592,3593,3594,2018,2017,2007,42,2008,2010,2007,3,3595,3596,3597,2017,2016,2015,42,2011,2007,2010,3,3598,3599,3600,2631,2015,2016,42,2011,2006,2007,3,3601,3602,3603,2631,2014,2015,42,2005,2006,2011,3,3604,3605,3606,2013,2014,2631,42,2012,2005,2011,3,3607,3608,3609,2262,2013,2631,42,2013,2005,2012,3,3610,3611,3612,2023,2013,2262,42,2013,2014,2005,3,3613,3614,3615,2023,2020,2013,42,2015,2014,2013,3,3616,3617,3618,2019,2020,2023,42,2015,2016,2003,3,3619,3620,3621,2019,2627,2010,42,2015,2017,2016,3,3622,3623,3624,2019,2022,2627,42,2013,2017,2015,3,3625,3626,3627,2023,2022,2019,42,2256,2012,2011,3,3628,3629,3630,2261,2262,2631,42,2011,2010,2256,3,3631,3632,3633,2631,2016,2261,42,2337,2333,2336,3,3634,3635,3636,2343,2339,2342,42,2339,2337,2340,3,3637,3638,3639,2345,2343,2632,42,2340,2337,2336,3,3640,3641,3642,2632,2343,2342,42,2336,2341,2340,3,3643,3644,3645,2342,2347,2632,42,2342,2341,2336,3,3646,3647,3648,2348,2347,2342,42,2341,2343,2340,3,3649,3650,3651,2347,2346,2632,42,2340,2343,2344,3,3652,3653,3654,2632,2346,2360,42,2343,2345,2344,3,3655,3656,3657,2346,2349,2360,42,2348,2350,2349,3,3658,3659,3660,2352,2355,2353,42,2352,2350,2351,3,3661,3662,3663,2356,2355,2354,42,2352,2353,2350,3,3664,3665,3666,2356,2358,2355,42,2355,2354,2352,3,3667,3668,3669,2633,2357,2356,42,2356,2354,2355,3,3670,3671,3672,2634,2357,2633,42,2357,2354,2356,3,3673,3674,3675,2359,2357,2634,42,2338,2339,2344,3,3676,3677,3678,2344,2345,2360,42,2344,2339,2340,3,3679,3680,3681,2360,2345,2632,42,2358,2338,2357,3,3682,3683,3684,2361,2344,2359,42,2359,2357,2356,3,3685,3686,3687,2362,2359,2634,42,2355,2359,2356,3,3688,3689,3690,2633,2362,2634,42,2360,2359,2355,3,3691,3692,3693,2635,2362,2633,42,2360,2361,2359,3,3694,3695,3696,2635,2368,2362,42,2360,2362,2361,3,3697,3698,3699,2635,2363,2368,42,2360,2355,2362,3,3700,3701,3702,2635,2633,2363,42,2362,2355,2352,3,3703,3704,3705,2363,2633,2356,42,2362,2351,2348,3,3706,3707,3708,2363,2354,2352,42,2366,2364,2365,3,3709,3710,3711,2375,2365,2366,42,2367,2364,2366,3,3712,3713,3714,2371,2365,2375,42,2368,2364,2367,3,3715,3716,3717,2372,2365,2371,42,2363,2364,2368,3,3718,3719,3720,2364,2365,2372,42,2369,2363,2368,3,3721,3722,3723,2367,2364,2372,42,2366,2342,2335,3,3724,3725,3726,2375,2348,2341,42,2366,2365,2342,3,3727,3728,3729,2375,2366,2348,42,2342,2336,2335,3,3730,3731,3732,2348,2342,2341,42,2345,2353,2354,3,3733,3734,3735,2349,2358,2357,42,2350,2353,2345,3,3736,3737,3738,2355,2358,2349,42,2350,2345,2349,3,3739,3740,3741,2355,2349,2353,42,2444,2443,2442,3,3742,3743,3744,2460,2445,2444,42,2445,2443,2444,3,3745,3746,3747,2459,2445,2460,42,2446,2443,2445,3,3748,3749,3750,2636,2445,2459,42,2447,2443,2446,3,3751,3752,3753,2447,2445,2636,42,2447,2441,2443,3,3754,3755,3756,2447,2443,2445,42,2457,2447,2446,3,3757,3758,3759,2456,2447,2636,42,2458,2457,2446,3,3760,3761,3762,2457,2456,2636,42,2458,2456,2457,3,3763,3764,3765,2457,2455,2456,42,2454,2458,2459,3,3766,3767,3768,2453,2457,2637,42,2459,2458,2460,3,3769,3770,3771,2637,2457,2462,42,2458,2461,2460,3,3772,3773,3774,2457,2458,2462,42,2458,2446,2461,3,3775,3776,3777,2457,2636,2458,42,2446,2445,2461,3,3778,3779,3780,2636,2459,2458,42,2464,2460,2463,3,3781,3782,3783,2638,2462,2463,42,2464,2465,2460,3,3784,3785,3786,2638,2639,2462,42,2466,2465,2464,3,3787,3788,3789,2640,2639,2638,42,2466,2459,2465,3,3790,3791,3792,2640,2637,2639,42,2467,2459,2466,3,3793,3794,3795,2641,2637,2640,42,2467,2468,2459,3,3796,3797,3798,2641,2642,2637,42,2453,2468,2467,3,3799,3800,3801,2452,2642,2641,42,2468,2453,2454,3,3800,3799,3802,2642,2452,2453,42,2454,2459,2468,3,3803,3804,3805,2453,2637,2642,42,2467,2452,2453,3,3806,3807,3808,2641,2451,2452,42,2452,2467,2469,3,3807,3806,3809,2451,2641,2643,42,2469,2467,2470,3,3810,3811,3812,2643,2641,2644,42,2470,2467,2466,3,3813,3814,3815,2644,2641,2640,42,2470,2466,2471,3,3816,3817,3818,2644,2640,2645,42,2471,2466,2464,3,3819,3820,3821,2645,2640,2638,42,2471,2464,2472,3,3822,3823,3824,2645,2638,2464,42,2464,2463,2472,3,3825,3826,3827,2638,2463,2464,42,2474,2444,2475,3,3828,3829,3830,2466,2460,2468,42,2475,2444,2442,3,3831,3832,3833,2468,2460,2444,42,2477,2478,2475,3,3834,3835,3836,2469,2646,2468,42,2479,2478,2477,3,3837,3838,3839,2473,2646,2469,42,2480,2478,2479,3,3840,3841,3842,2471,2646,2473,42,2480,2473,2478,3,3843,3844,3845,2471,2465,2646,42,2480,2472,2473,3,3846,3847,3848,2471,2464,2465,42,2480,2470,2472,3,3849,3850,3851,2471,2644,2464,42,2452,2470,2480,3,3852,3853,3854,2451,2644,2471,42,2452,2469,2470,3,3855,3856,3857,2451,2643,2644,42,2481,2480,2479,3,3858,3859,3860,2470,2471,2473,42,2472,2470,2471,3,3861,3862,3863,2464,2644,2645,42,2478,2473,2474,3,3864,3865,3866,2646,2465,2466,42,2478,2474,2475,3,3867,3868,3869,2646,2466,2468,42,2459,2460,2465,3,3870,3871,3872,2637,2462,2639,42,2455,2456,2454,3,3873,3874,3875,2454,2455,2453,42,2506,2507,2505,3,3876,3877,3878,2497,2500,2496,42,2508,2507,2506,3,3879,3880,3881,2510,2500,2497,42,2509,2507,2508,3,3882,3883,3884,2498,2500,2510,42,2513,2514,2512,3,3885,3886,3887,2503,2647,2502,42,2514,2513,2515,3,3888,3889,3890,2647,2503,2505,42,2520,2509,2508,3,3891,3892,3893,2509,2498,2510,42,2525,2502,2526,3,3894,3895,3896,2515,2493,2516,42,2527,2526,2503,3,3897,3898,3899,2519,2516,2494,42,2527,2528,2526,3,3900,3901,3902,2519,2518,2516,42,2530,2528,2529,3,3903,3904,3905,2648,2518,2517,42,2530,2526,2528,3,3906,3907,3908,2648,2516,2518,42,2530,2525,2526,3,3909,3910,3911,2648,2515,2516,42,2531,2525,2530,3,3912,3913,3914,2521,2515,2648,42,2533,2532,2534,3,3915,3916,3917,2522,2520,2523,42,2532,2531,2535,3,3918,3919,3920,2520,2521,2524,42,2535,2531,2530,3,3921,3922,3923,2524,2521,2648,42,2535,2530,2529,3,3924,3925,3926,2524,2648,2517,42,2535,2529,2536,3,3927,3928,3929,2524,2517,2525,42,2511,2539,2538,3,3930,3931,3932,2501,2649,2527,42,2540,2539,2511,3,3933,3934,3935,2529,2649,2501,42,2540,2541,2539,3,3936,3937,3938,2529,2528,2649,42,2512,2542,2541,3,3939,3940,3941,2502,2650,2528,42,2514,2542,2512,3,3942,3943,3944,2647,2650,2502,42,2514,2515,2542,3,3945,3946,3947,2647,2505,2650,42,2542,2515,2543,3,3948,3949,3950,2650,2505,2651,42,2515,2534,2543,3,3951,3952,3953,2505,2523,2651,42,2534,2544,2543,3,3954,3955,3956,2523,2530,2651,42,2544,2536,2545,3,3957,3958,3959,2530,2525,2652,42,2539,2545,2536,3,3960,3961,3962,2649,2652,2525,42,2545,2539,2541,3,3963,3964,3965,2652,2649,2528,42,2544,2545,2541,3,3966,3967,3968,2530,2652,2528,42,2541,2542,2544,3,3969,3970,3971,2528,2650,2530,42,2542,2543,2544,3,3972,3973,3974,2650,2651,2530,42,2539,2536,2538,3,3975,3976,3977,2649,2525,2527,42,2511,2512,2540,3,3978,3979,3980,2501,2502,2529,42,2546,2527,2505,3,3981,3982,3983,2531,2519,2496,42,2505,2527,2503,3,3984,3985,3986,2496,2519,2494,42,2507,2546,2505,3,3987,3988,3989,2500,2531,2496,42,2610,2607,2609,3,3990,3991,3992,2595,2592,2594,42,2613,2612,2610,3,3993,3994,3995,2653,2597,2595,42,2613,2614,2612,3,3996,3997,3998,2653,2618,2597,42,2613,2615,2614,3,3999,4000,4001,2653,2599,2618,42,2616,2615,2613,3,4002,4003,4004,2600,2599,2653,42,2620,2622,2621,3,4005,4006,4007,2603,2654,2604,42,2623,2622,2620,3,4008,4009,4010,2655,2654,2603,42,2623,2624,2622,3,4011,4012,4013,2655,2656,2654,42,2625,2624,2623,3,4014,4015,4016,2615,2656,2655,42,2625,2626,2624,3,4017,4018,4019,2615,2657,2656,42,2627,2626,2625,3,4020,4021,4022,2658,2657,2615,42,2627,2628,2626,3,4023,4024,4025,2658,2606,2657,42,2629,2628,2627,3,4026,4027,4028,2607,2606,2658,42,2632,2611,2631,3,4029,4030,4031,2609,2596,2608,42,2634,2637,2636,3,4032,4033,4034,2611,2614,2613,42,2629,2627,2625,3,4035,4036,4037,2607,2658,2615,42,2625,2623,2620,3,4038,4039,4040,2615,2655,2603,42,2638,2637,2619,3,4041,4042,4043,2659,2614,2602,42,2638,2636,2637,3,4044,4045,4046,2659,2613,2614,42,2635,2636,2638,3,4047,4048,4049,2612,2613,2659,42,2639,2635,2638,3,4050,4051,4052,2616,2612,2659,42,2639,2617,2608,3,4053,4054,4055,2616,2598,2593,42,2639,2640,2617,3,4056,4057,4058,2616,2617,2598,42,2639,2638,2640,3,4059,4060,4061,2616,2659,2617,42,2640,2638,2619,3,4062,4063,4064,2617,2659,2602,42,2608,2617,2609,3,4065,4066,4067,2593,2598,2594,42,2617,2616,2609,3,4068,4069,4070,2598,2600,2594,42,2616,2613,2609,3,4071,4072,4073,2600,2653,2594,42,2609,2613,2610,3,4074,4075,4076,2594,2653,2595,42,2611,2612,2614,3,4077,4078,4079,2596,2597,2618,42,2615,2642,2614,3,4080,4081,4082,2599,2620,2618,42,2621,2622,2642,3,4083,4084,4085,2604,2654,2620,42,2622,2643,2642,3,4086,4087,4088,2654,2660,2620,42,2624,2643,2622,3,4089,4090,4091,2656,2660,2654,42,2624,2641,2643,3,4092,4093,4094,2656,2619,2660,42,2626,2641,2624,3,4095,4096,4097,2657,2619,2656,42,2626,2644,2641,3,4098,4099,4100,2657,2661,2619,42,2628,2644,2626,3,4101,4102,4103,2606,2661,2657,42,2628,2631,2644,3,4104,4105,4106,2606,2608,2661,42,2631,2641,2644,3,4107,4108,4109,2608,2619,2661,42,2641,2642,2643,3,4110,4111,4112,2619,2620,2660,42,1997,1998,1999,3,4113,4114,4115,2008,2629,2622,42,2003,2016,2002,3,4116,4117,4118,2010,2627,2011,42,1990,1992,1989,3,4119,4120,4121,2001,2004,2002,42,2650,2651,2652,0,4122,4123,4124,2662,2663,2664,42,2651,2650,2653,0,4123,4122,4125,2663,2662,2665,42,2653,2654,2651,0,4125,4126,4123,2665,2666,2663,42,2655,2654,2653,0,4127,4126,4125,2667,2666,2665,42,2655,2656,2654,0,4127,4128,4126,2667,2668,2666,42,2655,2657,2656,0,4127,4129,4128,2667,2669,2668,42,2657,2655,2658,0,4129,4127,4130,2669,2667,2670,42,2655,2659,2658,0,4127,4131,4130,2667,2671,2670,42,2659,2655,2653,0,4131,4127,4125,2671,2667,2665,42,2659,2653,2660,0,4131,4125,4132,2671,2665,2672,42,2660,2653,2661,0,4132,4125,4133,2672,2665,2673,42,2653,2650,2661,0,4125,4122,4133,2665,2662,2673,42,2650,2652,2661,0,4122,4124,4133,2662,2664,2673,42,2652,2662,2661,0,4124,4134,4133,2664,2674,2673,42,2663,2662,2652,0,4135,4134,4124,2675,2674,2664,42,2663,2664,2662,0,4135,4136,4134,2675,2676,2674,42,2665,2664,2663,0,4137,4136,4135,2677,2676,2675,42,2666,2664,2665,0,4138,4136,4137,2678,2676,2677,42,2667,2664,2666,0,4139,4136,4138,2679,2676,2678,42,2664,2667,2668,0,4136,4139,4140,2676,2679,2680,42,2667,2669,2668,0,4139,4141,4140,2679,2681,2680,42,2670,2669,2667,0,4142,4141,4139,2682,2681,2679,42,2671,2669,2670,0,4143,4141,4142,2683,2681,2682,42,2671,2672,2669,0,4143,4144,4141,2683,2684,2681,42,2671,2673,2672,0,4143,4145,4144,2683,2685,2684,42,2671,2674,2673,0,4146,4147,4148,2683,2686,2685,42,2675,2674,2671,0,4149,4147,4146,2687,2686,2683,42,2676,2674,2675,0,4150,4147,4149,2688,2686,2687,42,2676,2677,2674,0,4150,4151,4147,2688,2689,2686,42,2678,2677,2676,0,4152,4151,4150,2690,2689,2688,42,2678,2679,2677,0,4152,4153,4151,2690,2691,2689,42,2680,2679,2678,0,4154,4153,4152,2692,2691,2690,42,2680,2681,2679,0,4154,4155,4153,2692,2693,2691,42,2682,2681,2680,0,4156,4155,4154,2694,2693,2692,42,2682,2683,2681,0,4156,4157,4155,2694,2695,2693,42,2683,2682,2684,0,4157,4156,4158,2695,2694,2696,42,2685,2684,2682,0,4159,4158,4156,2697,2696,2694,42,2685,2686,2684,0,4159,4160,4158,2697,2698,2696,42,2687,2686,2685,0,4161,4160,4159,2699,2698,2697,42,2687,2688,2686,0,4161,4162,4160,2699,2700,2698,42,2689,2688,2687,0,4163,4164,4165,2701,2700,2699,42,2689,2690,2688,0,4163,4166,4164,2701,2702,2700,42,2689,2691,2690,0,4167,4168,4169,2701,2703,2702,42,2689,2692,2691,0,4167,4170,4168,2701,2704,2703,42,2693,2692,2689,0,4171,4170,4167,2705,2704,2701,42,2693,2694,2692,0,4171,4172,4170,2705,2706,2704,42,2695,2694,2693,0,4173,4172,4171,2707,2706,2705,42,2695,2696,2694,0,4173,4174,4172,2707,2708,2706,42,2697,2696,2695,0,4175,4174,4173,2709,2708,2707,42,2697,2698,2696,0,4175,4176,4174,2709,2710,2708,42,2697,2699,2698,0,4175,4177,4176,2709,2711,2710,42,2697,2700,2699,0,4178,4179,4180,2709,2712,2711,42,2700,2697,2701,0,4179,4178,4181,2712,2709,2713,42,2697,2702,2701,0,4178,4182,4181,2709,2714,2713,42,2702,2697,2695,0,4183,4175,4173,2714,2709,2707,42,2703,2702,2695,0,4184,4183,4173,2715,2714,2707,42,2701,2702,2703,0,4181,4182,4185,2713,2714,2715,42,2701,2703,2704,0,4181,4185,4186,2713,2715,2716,42,2704,2703,2705,0,4186,4185,4187,2716,2715,2717,42,2703,2706,2705,0,4185,4188,4187,2715,2718,2717,42,2706,2703,2707,0,4189,4184,4190,2718,2715,2719,42,2703,2695,2707,0,4184,4173,4190,2715,2707,2719,42,2708,2707,2695,0,4191,4192,4193,2720,2720,2720,42,2708,2709,2707,0,4191,4194,4192,2721,2721,2721,42,2704,2709,2708,0,4186,4195,4196,2716,2722,2723,42,2705,2709,2704,0,4187,4195,4186,2717,2722,2716,42,2705,2710,2709,0,4187,4197,4195,2717,2724,2722,42,2706,2710,2705,0,4198,4199,4200,2725,2725,2725,42,2706,2711,2710,0,4198,4201,4199,2726,2726,2726,42,2706,2707,2711,0,4189,4190,4202,2718,2719,2727,42,2709,2711,2707,0,4194,4201,4192,2728,2728,2728,42,2709,2710,2711,0,4194,4199,4201,2729,2729,2729,42,2701,2704,2708,0,4181,4186,4196,2713,2716,2723,42,2700,2701,2708,0,4179,4181,4196,2712,2713,2723,42,2700,2708,2712,0,4179,4196,4203,2712,2723,2730,42,2712,2708,2713,0,4203,4196,4204,2730,2723,2731,42,2708,2714,2713,0,4196,4205,4204,2723,2732,2731,42,2708,2693,2714,0,4191,4206,4207,2723,2705,2732,42,2708,2695,2693,0,4191,4193,4206,2723,2707,2705,42,2714,2693,2689,0,4207,4206,4163,2732,2705,2701,42,2714,2689,2687,0,4207,4163,4165,2732,2701,2699,42,2714,2687,2685,0,4205,4161,4159,2732,2699,2697,42,2713,2714,2685,0,4204,4205,4159,2731,2732,2697,42,2713,2685,2682,0,4204,4159,4156,2731,2697,2694,42,2713,2682,2680,0,4204,4156,4154,2731,2694,2692,42,2713,2680,2678,0,4204,4154,4152,2731,2692,2690,42,2712,2713,2678,0,4203,4204,4152,2730,2731,2690,42,2712,2678,2715,0,4203,4152,4208,2730,2690,2733,42,2715,2678,2676,0,4208,4152,4150,2733,2690,2688,42,2715,2676,2675,0,4208,4150,4149,2733,2688,2687,42,2715,2675,2716,0,4208,4149,4209,2733,2687,2734,42,2716,2675,2717,0,4209,4149,4210,2734,2687,2735,42,2717,2675,2671,0,4210,4149,4146,2735,2687,2683,42,2717,2671,2670,0,4211,4143,4142,2735,2683,2682,42,2717,2670,2718,0,4211,4142,4212,2735,2682,2736,42,2718,2670,2719,0,4212,4142,4213,2736,2682,2737,42,2670,2667,2719,0,4142,4139,4213,2682,2679,2737,42,2719,2667,2666,0,4213,4139,4138,2737,2679,2678,42,2720,2719,2666,0,4214,4213,4138,2738,2737,2678,42,2721,2719,2720,0,4215,4213,4214,2739,2737,2738,42,2718,2719,2721,0,4216,4213,4215,2736,2737,2739,42,2722,2718,2721,0,4217,4216,4215,2740,2736,2739,42,2722,2723,2718,0,4217,4218,4216,2740,2741,2736,42,2722,2724,2723,0,4219,4220,4221,2740,2742,2741,42,2659,2724,2722,0,4131,4220,4219,2671,2742,2740,42,2724,2659,2725,0,4220,4131,4222,2742,2671,2743,42,2659,2660,2725,0,4131,4132,4222,2671,2672,2743,42,2725,2660,2726,0,4222,4132,4223,2743,2672,2744,42,2726,2660,2661,0,4223,4132,4133,2744,2672,2673,42,2661,2668,2726,0,4133,4140,4223,2673,2680,2744,42,2661,2662,2668,0,4133,4134,4140,2673,2674,2680,42,2664,2668,2662,0,4136,4140,4134,2676,2680,2674,42,2726,2668,2727,0,4223,4140,4224,2744,2680,2745,42,2668,2672,2727,0,4140,4144,4224,2680,2684,2745,42,2669,2672,2668,0,4141,4144,4140,2681,2684,2680,42,2727,2672,2728,0,4224,4144,4225,2745,2684,2746,42,2672,2673,2728,0,4144,4145,4225,2684,2685,2746,42,2728,2673,2729,0,4226,4148,4227,2746,2685,2747,42,2673,2674,2729,0,4148,4147,4227,2685,2686,2747,42,2729,2674,2730,0,4227,4147,4228,2747,2686,2748,42,2674,2677,2730,0,4147,4151,4228,2686,2689,2748,42,2730,2677,2731,0,4228,4151,4229,2748,2689,2749,42,2677,2679,2731,0,4151,4153,4229,2689,2691,2749,42,2731,2679,2732,0,4229,4153,4230,2749,2691,2750,42,2679,2681,2732,0,4153,4155,4230,2691,2693,2750,42,2732,2681,2733,0,4230,4155,4231,2750,2693,2751,42,2681,2683,2733,0,4155,4157,4231,2693,2695,2751,42,2683,2734,2733,0,4157,4232,4231,2695,2752,2751,42,2734,2683,2735,0,4232,4157,4233,2752,2695,2753,42,2683,2736,2735,0,4157,4234,4233,2695,2754,2753,42,2683,2684,2736,0,4157,4158,4234,2695,2696,2754,42,2686,2736,2684,0,4160,4234,4158,2698,2754,2696,42,2686,2737,2736,0,4160,4235,4234,2698,2755,2754,42,2688,2737,2686,0,4162,4235,4160,2700,2755,2698,42,2688,2738,2737,0,4162,4236,4235,2700,2756,2755,42,2690,2738,2688,0,4166,4237,4164,2702,2756,2700,42,2690,2739,2738,0,4166,4238,4237,2702,2757,2756,42,2740,2739,2690,0,4239,4240,4169,2758,2757,2702,42,2740,2738,2739,0,4239,4236,4240,2758,2756,2757,42,2737,2738,2740,0,4235,4236,4239,2755,2756,2758,42,2735,2737,2740,0,4233,4235,4239,2753,2755,2758,42,2736,2737,2735,0,4234,4235,4233,2754,2755,2753,42,2691,2735,2740,0,4168,4233,4239,2703,2753,2758,42,2734,2735,2691,0,4232,4233,4168,2752,2753,2703,42,2692,2734,2691,0,4170,4232,4168,2704,2752,2703,42,2692,2733,2734,0,4170,4231,4232,2704,2751,2752,42,2694,2733,2692,0,4172,4231,4170,2706,2751,2704,42,2694,2732,2733,0,4172,4230,4231,2706,2750,2751,42,2694,2731,2732,0,4172,4229,4230,2706,2749,2750,42,2696,2731,2694,0,4174,4229,4172,2708,2749,2706,42,2696,2698,2731,0,4174,4176,4229,2708,2710,2749,42,2698,2730,2731,0,4176,4228,4229,2710,2748,2749,42,2698,2729,2730,0,4176,4227,4228,2710,2747,2748,42,2698,2741,2729,0,4176,4241,4227,2710,2759,2747,42,2742,2741,2698,0,4242,4241,4176,2760,2759,2710,42,2742,2743,2741,0,4242,4243,4241,2760,2761,2759,42,2742,2744,2743,0,4242,4244,4243,2760,2762,2761,42,2745,2744,2742,0,4245,4246,4247,2763,2762,2760,42,2723,2744,2745,0,4221,4248,4249,2741,2762,2763,42,2723,2746,2744,0,4221,4250,4248,2741,2764,2762,42,2724,2746,2723,0,4220,4250,4221,2742,2764,2741,42,2746,2724,2725,0,4250,4220,4222,2764,2742,2743,42,2746,2725,2747,0,4250,4222,4251,2764,2743,2765,42,2747,2725,2727,0,4251,4222,4224,2765,2743,2745,42,2727,2725,2726,0,4224,4222,4223,2745,2743,2744,42,2728,2747,2727,0,4225,4251,4224,2746,2765,2745,42,2743,2747,2728,0,4252,4251,4225,2761,2765,2746,42,2743,2746,2747,0,4252,4250,4251,2761,2764,2765,42,2744,2746,2743,0,4248,4250,4252,2762,2764,2761,42,2741,2743,2728,0,4241,4243,4226,2759,2761,2746,42,2741,2728,2729,0,4241,4226,4227,2759,2746,2747,42,2723,2745,2748,0,4218,4253,4254,2741,2763,2766,42,2745,2749,2748,0,4245,4255,4256,2763,2767,2766,42,2745,2750,2749,0,4245,4257,4255,2763,2768,2767,42,2745,2742,2750,0,4245,4247,4257,2763,2760,2768,42,2699,2750,2742,0,4180,4257,4247,2711,2768,2760,42,2699,2751,2750,0,4180,4258,4257,2711,2769,2768,42,2699,2700,2751,0,4180,4179,4258,2711,2712,2769,42,2700,2715,2751,0,4179,4208,4258,2712,2733,2769,42,2700,2712,2715,0,4179,4203,4208,2712,2730,2733,42,2751,2715,2716,0,4258,4208,4209,2769,2733,2734,42,2751,2716,2749,0,4258,4209,4255,2769,2734,2767,42,2749,2716,2748,0,4255,4209,4256,2767,2734,2766,42,2748,2716,2717,0,4256,4209,4210,2766,2734,2735,42,2718,2748,2717,0,4212,4254,4211,2736,2766,2735,42,2723,2748,2718,0,4218,4254,4212,2741,2766,2736,42,2751,2749,2750,0,4258,4255,4257,2769,2767,2768,42,2699,2742,2698,0,4177,4242,4176,2711,2760,2710,42,2691,2740,2690,0,4168,4239,4169,2703,2758,2702,42,2659,2722,2658,0,4131,4219,4130,2671,2740,2670,42,2658,2722,2721,0,4259,4217,4215,2670,2740,2739,42,2658,2721,2720,0,4259,4215,4214,2670,2739,2738,42,2657,2658,2720,0,4260,4259,4214,2669,2670,2738,42,2657,2720,2752,0,4260,4214,4261,2669,2738,2770,42,2720,2665,2752,0,4214,4137,4261,2738,2677,2770,42,2720,2666,2665,0,4214,4138,4137,2738,2678,2677,42,2752,2665,2753,0,4261,4137,4262,2770,2677,2771,42,2753,2665,2754,0,4262,4137,4263,2771,2677,2772,42,2665,2755,2754,0,4137,4264,4263,2677,2773,2772,42,2665,2663,2755,0,4137,4135,4264,2677,2675,2773,42,2652,2755,2663,0,4124,4264,4135,2664,2773,2675,42,2652,2756,2755,0,4124,4265,4264,2664,2774,2773,42,2651,2756,2652,0,4123,4265,4124,2663,2774,2664,42,2757,2756,2651,0,4266,4265,4123,2775,2774,2663,42,2757,2758,2756,0,4266,4267,4265,2775,2776,2774,42,2759,2758,2757,0,4268,4267,4266,2777,2776,2775,42,2760,2758,2759,0,4269,4267,4268,2778,2776,2777,42,2760,2756,2758,0,4269,4265,4267,2778,2774,2776,42,2755,2756,2760,0,4264,4265,4269,2773,2774,2778,42,2754,2755,2760,0,4263,4264,4269,2772,2773,2778,42,2754,2760,2761,0,4263,4269,4270,2772,2778,2779,42,2761,2760,2762,0,4270,4269,4271,2779,2778,2780,42,2759,2762,2760,0,4268,4271,4269,2777,2780,2778,42,2763,2762,2759,0,4272,4271,4268,2781,2780,2777,42,2764,2762,2763,0,4273,4271,4272,2782,2780,2781,42,2765,2762,2764,0,4274,4271,4273,2783,2780,2782,42,2761,2762,2765,0,4270,4271,4274,2779,2780,2783,42,2766,2761,2765,0,4275,4270,4274,2784,2779,2783,42,2766,2754,2761,0,4275,4263,4270,2784,2772,2779,42,2767,2754,2766,0,4276,4263,4275,2785,2772,2784,42,2753,2754,2767,0,4262,4263,4276,2771,2772,2785,42,2768,2753,2767,0,4277,4262,4276,2786,2771,2785,42,2768,2752,2753,0,4277,4261,4262,2786,2770,2771,42,2768,2657,2752,0,4277,4260,4261,2786,2669,2770,42,2657,2768,2656,0,4129,4278,4128,2669,2786,2668,42,2768,2769,2656,0,4278,4279,4128,2786,2787,2668,42,2769,2768,2770,0,4279,4278,4280,2787,2786,2788,42,2770,2768,2767,0,4281,4277,4276,2788,2786,2785,42,2766,2770,2767,0,4275,4281,4276,2784,2788,2785,42,2771,2770,2766,0,4282,4281,4275,2789,2788,2784,42,2771,2772,2770,0,4283,4284,4280,2789,2790,2788,42,2773,2772,2771,0,4285,4284,4283,2791,2790,2789,42,2774,2772,2773,0,4286,4284,4285,2792,2790,2791,42,2774,2775,2772,0,4286,4287,4284,2792,2793,2790,42,2774,2776,2775,0,4286,4288,4287,2792,2794,2793,42,2777,2776,2774,0,4289,4288,4286,2795,2794,2792,42,2777,2778,2776,0,4289,4290,4288,2795,2796,2794,42,2779,2778,2777,0,4291,4290,4289,2797,2796,2795,42,2779,2780,2778,0,4291,4292,4290,2797,2798,2796,42,2781,2780,2779,0,4293,4292,4291,2799,2798,2797,42,2781,2782,2780,0,4293,4294,4292,2799,2800,2798,42,2781,2783,2782,0,4293,4295,4294,2799,2801,2800,42,2783,2781,2784,0,4295,4293,4296,2801,2799,2802,42,2781,2785,2784,0,4293,4297,4296,2799,2803,2802,42,2781,2779,2785,0,4293,4291,4297,2799,2797,2803,42,2785,2779,2786,0,4297,4291,4298,2803,2797,2804,42,2779,2777,2786,0,4291,4289,4298,2797,2795,2804,42,2786,2777,2774,0,4298,4289,4286,2804,2795,2792,42,2786,2774,2773,0,4298,4286,4285,2804,2792,2791,42,2786,2773,2787,0,4299,4300,4301,2804,2791,2805,42,2773,2766,2787,0,4300,4275,4301,2791,2784,2805,42,2773,2771,2766,0,4300,4282,4275,2791,2789,2784,42,2787,2766,2765,0,4301,4275,4274,2805,2784,2783,42,2787,2765,2788,0,4301,4274,4302,2805,2783,2806,42,2788,2765,2764,0,4302,4274,4273,2806,2783,2782,42,2788,2764,2789,0,4302,4273,4303,2806,2782,2807,42,2790,2789,2764,0,4304,4303,4273,2808,2807,2782,42,2791,2789,2790,0,4305,4303,4304,2809,2807,2808,42,2792,2789,2791,0,4306,4303,4305,2810,2807,2809,42,2792,2788,2789,0,4306,4302,4303,2810,2806,2807,42,2793,2788,2792,0,4307,4302,4306,2811,2806,2810,42,2793,2794,2788,0,4307,4308,4302,2811,2812,2806,42,2785,2794,2793,0,4309,4308,4307,2803,2812,2811,42,2785,2786,2794,0,4309,4299,4308,2803,2804,2812,42,2786,2787,2794,0,4299,4301,4308,2804,2805,2812,42,2794,2787,2788,0,4308,4301,4302,2812,2805,2806,42,2784,2785,2793,0,4310,4309,4307,2802,2803,2811,42,2784,2793,2795,0,4310,4307,4311,2802,2811,2813,42,2795,2793,2792,0,4311,4307,4306,2813,2811,2810,42,2795,2792,2796,0,4311,4306,4312,2813,2810,2814,42,2796,2792,2791,0,4312,4306,4305,2814,2810,2809,42,2796,2791,2797,0,4312,4305,4313,2814,2809,2815,42,2797,2791,2798,0,4313,4305,4314,2815,2809,2816,42,2798,2791,2790,0,4314,4305,4304,2816,2809,2808,42,2798,2790,2799,0,4314,4304,4315,2816,2808,2817,42,2799,2790,2800,0,4315,4304,4316,2817,2808,2818,42,2790,2763,2800,0,4304,4272,4316,2808,2781,2818,42,2790,2764,2763,0,4304,4273,4272,2808,2782,2781,42,2800,2763,2801,0,4316,4272,4317,2818,2781,2819,42,2763,2759,2801,0,4272,4268,4317,2781,2777,2819,42,2801,2759,2757,0,4317,4268,4266,2819,2777,2775,42,2802,2801,2757,0,4318,4317,4266,2820,2819,2775,42,2802,2800,2801,0,4318,4316,4317,2820,2818,2819,42,2802,2775,2800,0,4318,4287,4316,2820,2793,2818,42,2772,2775,2802,0,4284,4287,4318,2790,2793,2820,42,2772,2802,2654,0,4284,4318,4126,2790,2820,2666,42,2654,2802,2757,0,4126,4318,4266,2666,2820,2775,42,2654,2757,2651,0,4126,4266,4123,2666,2775,2663,42,2769,2772,2654,0,4279,4284,4126,2787,2790,2666,42,2772,2769,2770,0,4284,4279,4280,2790,2787,2788,42,2656,2769,2654,0,4128,4279,4126,2668,2787,2666,42,2776,2800,2775,0,4288,4316,4287,2794,2818,2793,42,2776,2799,2800,0,4288,4315,4316,2794,2817,2818,42,2776,2803,2799,0,4288,4319,4315,2794,2821,2817,42,2776,2778,2803,0,4288,4290,4319,2794,2796,2821,42,2778,2804,2803,0,4290,4320,4319,2796,2822,2821,42,2778,2780,2804,0,4290,4292,4320,2796,2798,2822,42,2780,2805,2804,0,4292,4321,4320,2798,2823,2822,42,2780,2782,2805,0,4292,4294,4321,2798,2800,2823,42,2782,2806,2805,0,4294,4322,4321,2800,2824,2823,42,2807,2806,2782,0,4323,4322,4294,2825,2824,2800,42,2783,2807,2782,0,4295,4323,4294,2801,2825,2800,42,2808,2807,2783,0,4324,4323,4295,2826,2825,2801,42,2808,2783,2809,0,4324,4295,4325,2826,2801,2827,42,2783,2784,2809,0,4295,4296,4325,2801,2802,2827,42,2809,2784,2795,0,4326,4310,4311,2827,2802,2813,42,2809,2795,2810,0,4326,4311,4327,2827,2813,2828,42,2795,2796,2810,0,4311,4312,4327,2813,2814,2828,42,2810,2796,2811,0,4327,4312,4328,2828,2814,2829,42,2796,2797,2811,0,4312,4313,4328,2814,2815,2829,42,2811,2797,2812,0,4328,4313,4329,2829,2815,2830,42,2812,2797,2813,0,4329,4313,4330,2830,2815,2831,42,2813,2797,2798,0,4330,4313,4314,2831,2815,2816,42,2813,2798,2803,0,4330,4314,4319,2831,2816,2821,42,2803,2798,2799,0,4319,4314,4315,2821,2816,2817,42,2804,2813,2803,0,4320,4330,4319,2822,2831,2821,42,2814,2813,2804,0,4331,4330,4320,2832,2831,2822,42,2814,2812,2813,0,4331,4329,4330,2832,2830,2831,42,2815,2812,2814,0,4332,4329,4331,2833,2830,2832,42,2816,2812,2815,0,4333,4329,4332,2834,2830,2833,42,2811,2812,2816,0,4328,4329,4333,2829,2830,2834,42,2817,2811,2816,0,4334,4328,4333,2835,2829,2834,42,2810,2811,2817,0,4327,4328,4334,2828,2829,2835,42,2818,2810,2817,0,4335,4327,4334,2836,2828,2835,42,2818,2809,2810,0,4335,4326,4327,2836,2827,2828,42,2808,2809,2818,0,4324,4325,4336,2826,2827,2836,42,2819,2815,2814,0,4337,4332,4331,2837,2833,2832,42,2819,2814,2805,0,4337,4331,4321,2837,2832,2823,42,2805,2814,2804,0,4321,4331,4320,2823,2832,2822,42,2806,2819,2805,0,4322,4337,4321,2824,2837,2823,42,2820,2821,2822,4,4338,4339,4340,2838,2839,2840,42,2820,2823,2821,4,4341,4342,4343,2838,2841,2839,42,2823,2820,2824,4,4344,4345,4346,2841,2838,2842,42,2824,2820,2825,4,4346,4345,4347,2842,2838,2843,42,2820,2826,2825,4,4345,4348,4347,2838,2844,2843,42,2820,2822,2826,4,4338,4340,4349,2838,2840,2844,42,2826,2822,2827,4,4349,4340,4350,2844,2840,2845,42,2822,2828,2827,4,4351,4352,4353,2840,2846,2845,42,2822,2829,2828,4,4351,4354,4352,2840,2847,2846,42,2822,2830,2829,4,4351,4355,4354,2840,2848,2847,42,2822,2831,2830,4,4351,4356,4355,2840,2849,2848,42,2821,2831,2822,4,4339,4357,4340,2839,2849,2840,42,2821,2832,2831,4,4339,4358,4357,2839,2850,2849,42,2821,2833,2832,4,4339,4359,4358,2839,2851,2850,42,2823,2833,2821,4,4342,4360,4343,2841,2851,2839,42,2823,2834,2833,4,4342,4361,4360,2841,2852,2851,42,2835,2834,2823,4,4362,4363,4344,2853,2852,2841,42,2835,2836,2834,4,4362,4364,4363,2853,2854,2852,42,2836,2835,2837,4,4365,4366,4367,2854,2853,2855,42,2837,2835,2824,4,4367,4366,4368,2855,2853,2842,42,2835,2823,2824,4,4362,4344,4346,2853,2841,2842,42,2838,2837,2824,4,4369,4367,4368,2856,2855,2842,42,2837,2838,2839,4,4367,4369,4370,2855,2856,2857,42,2839,2838,2840,4,4370,4369,4371,2857,2856,2858,42,2838,2841,2840,4,4369,4372,4371,2856,2859,2858,42,2841,2838,2842,4,4372,4369,4373,2859,2856,2860,42,2838,2843,2842,4,4369,4374,4373,2856,2861,2860,42,2838,2824,2843,4,4369,4368,4375,2856,2842,2861,42,2843,2824,2844,4,4375,4368,4376,2861,2842,2862,42,2824,2825,2844,4,4368,4377,4376,2842,2843,2862,42,2825,2845,2844,4,4377,4378,4376,2843,2863,2862,42,2825,2846,2845,4,4377,4379,4378,2843,2864,2863,42,2825,2826,2846,4,4347,4348,4380,2843,2844,2864,42,2826,2847,2846,4,4349,4381,4382,2844,2865,2864,42,2826,2827,2847,4,4349,4350,4381,2844,2845,2865,42,2847,2827,2828,4,4383,4353,4352,2865,2845,2846,42,2847,2828,2848,4,4384,4385,4386,2865,2846,2866,42,2848,2828,2849,4,4386,4385,4387,2866,2846,2867,42,2850,2849,2828,4,4388,4387,4385,2868,2867,2846,42,2849,2850,2851,4,4387,4388,4389,2867,2868,2869,42,2852,2851,2850,4,4390,4389,4388,2870,2869,2868,42,2852,2853,2851,4,4390,4391,4389,2870,2871,2869,42,2854,2853,2852,4,4392,4391,4390,2872,2871,2870,42,2854,2855,2853,4,4392,4393,4391,2872,2873,2871,42,2854,2856,2855,4,4392,4394,4393,2872,2874,2873,42,2857,2856,2854,4,4395,4394,4392,2875,2874,2872,42,2857,2858,2856,4,4395,4396,4394,2875,2876,2874,42,2857,2859,2858,4,4395,4397,4396,2875,2877,2876,42,2857,2860,2859,4,4395,4398,4397,2875,2878,2877,42,2861,2860,2857,4,4399,4398,4395,2879,2878,2875,42,2862,2860,2861,4,4400,4401,4402,2880,2878,2879,42,2862,2863,2860,4,4400,4403,4401,2880,2881,2878,42,2864,2863,2862,4,4404,4405,4406,2882,2881,2880,42,2864,2865,2863,4,4404,4407,4405,2882,2883,2881,42,2864,2866,2865,4,4404,4408,4407,2882,2884,2883,42,2867,2866,2864,4,4409,4408,4404,2885,2884,2882,42,2868,2866,2867,4,4410,4411,4412,2886,2884,2885,42,2868,2869,2866,4,4410,4413,4411,2886,2887,2884,42,2868,2870,2869,4,4414,4415,4416,2886,2888,2887,42,2871,2870,2868,4,4417,4415,4414,2889,2888,2886,42,2872,2870,2871,4,4418,4419,4420,2890,2888,2889,42,2872,2873,2870,4,4418,4421,4419,2890,2891,2888,42,2872,2874,2873,4,4422,4423,4424,2890,2892,2891,42,2872,2875,2874,4,4422,4425,4423,2890,2893,2892,42,2836,2875,2872,4,4365,4425,4422,2854,2893,2890,42,2837,2875,2836,4,4367,4425,4365,2855,2893,2854,42,2875,2837,2839,4,4425,4367,4370,2893,2855,2857,42,2875,2839,2874,4,4425,4370,4423,2893,2857,2892,42,2874,2839,2876,4,4423,4370,4426,2892,2857,2894,42,2876,2839,2877,4,4427,4428,4429,2894,2857,2895,42,2877,2839,2840,4,4430,4370,4371,2895,2857,2858,42,2877,2840,2878,4,4430,4371,4431,2895,2858,2896,42,2840,2879,2878,4,4371,4432,4431,2858,2897,2896,42,2879,2880,2878,4,4432,4433,4431,2897,2898,2896,42,2881,2878,2880,4,4434,4431,4433,2899,2896,2898,42,2877,2878,2881,4,4430,4431,4434,2895,2896,2899,42,2882,2877,2881,4,4435,4430,4434,2900,2895,2899,42,2883,2877,2882,4,4436,4429,4437,2901,2895,2900,42,2884,2877,2883,4,4438,4429,4436,2902,2895,2901,42,2884,2876,2877,4,4438,4427,4429,2902,2894,2895,42,2874,2876,2884,4,4423,4426,4439,2892,2894,2902,42,2885,2874,2884,4,4440,4423,4439,2903,2892,2902,42,2873,2874,2885,4,4424,4423,4440,2891,2892,2903,42,2873,2885,2886,4,4424,4440,4441,2891,2903,2904,42,2885,2887,2886,4,4440,4442,4441,2903,2905,2904,42,2885,2884,2887,4,4440,4439,4442,2903,2902,2905,42,2887,2884,2888,4,4442,4439,4443,2905,2902,2906,42,2888,2884,2883,4,4444,4438,4436,2906,2902,2901,42,2888,2883,2889,4,4444,4436,4445,2906,2901,2907,42,2889,2883,2890,4,4445,4436,4446,2907,2901,2908,42,2883,2882,2890,4,4436,4437,4446,2901,2900,2908,42,2882,2891,2890,4,4435,4447,4448,2900,2909,2908,42,2882,2881,2891,4,4435,4434,4447,2900,2899,2909,42,2881,2880,2891,4,4434,4433,4447,2899,2898,2909,42,2880,2892,2891,4,4433,4449,4447,2898,2910,2909,42,2891,2892,2893,4,4447,4449,4450,2909,2910,2911,42,2891,2893,2894,4,4447,4450,4451,2909,2911,2912,42,2894,2893,2895,4,4451,4450,4452,2912,2911,2913,42,2894,2895,2896,4,4451,4452,4453,2912,2913,2914,42,2896,2895,2897,4,4453,4452,4454,2914,2913,2915,42,2896,2897,2898,4,4453,4454,4455,2914,2915,2916,42,2899,2896,2898,4,4456,4453,4455,2917,2914,2916,42,2900,2896,2899,4,4457,4453,4456,2918,2914,2917,42,2900,2894,2896,4,4457,4451,4453,2918,2912,2914,42,2890,2894,2900,4,4448,4451,4457,2908,2912,2918,42,2894,2890,2891,4,4451,4448,4447,2912,2908,2909,42,2900,2889,2890,4,4458,4445,4446,2918,2907,2908,42,2901,2889,2900,4,4459,4445,4458,2919,2907,2918,42,2888,2889,2901,4,4444,4445,4459,2906,2907,2919,42,2902,2888,2901,4,4460,4444,4459,2920,2906,2919,42,2887,2888,2902,4,4442,4443,4461,2905,2906,2920,42,2887,2902,2903,4,4442,4461,4462,2905,2920,2921,42,2904,2903,2902,4,4463,4462,4461,2922,2921,2920,42,2903,2904,2905,4,4462,4463,4464,2921,2922,2923,42,2906,2905,2904,4,4465,4464,4463,2924,2923,2922,42,2905,2906,2907,4,4464,4465,4466,2923,2924,2925,42,2905,2907,2908,4,4464,4466,4467,2923,2925,2926,42,2908,2907,2909,4,4467,4466,4468,2926,2925,2927,42,2908,2909,2910,4,4467,4468,4469,2926,2927,2928,42,2910,2909,2911,4,4469,4468,4470,2928,2927,2929,42,2912,2908,2910,4,4471,4467,4469,2930,2926,2928,42,2913,2908,2912,4,4472,4467,4471,2931,2926,2930,42,2913,2905,2908,4,4472,4464,4467,2931,2923,2926,42,2903,2905,2913,4,4462,4464,4472,2921,2923,2931,42,2886,2903,2913,4,4441,4462,4472,2904,2921,2931,42,2886,2887,2903,4,4441,4442,4462,2904,2905,2921,42,2886,2913,2914,4,4441,4472,4473,2904,2931,2932,42,2914,2913,2912,4,4473,4472,4471,2932,2931,2930,42,2914,2912,2915,4,4473,4471,4474,2932,2930,2933,42,2915,2912,2916,4,4474,4471,4475,2933,2930,2934,42,2916,2912,2917,4,4475,4471,4476,2934,2930,2935,42,2916,2917,2918,4,4475,4476,4477,2934,2935,2936,42,2918,2917,2919,4,4477,4476,4478,2936,2935,2937,42,2918,2919,2920,4,4477,4478,4479,2936,2937,2938,42,2918,2920,2921,4,4480,4481,4482,2936,2938,2939,42,2918,2921,2922,4,4480,4482,4483,2936,2939,2940,42,2923,2918,2922,4,4484,4480,4483,2941,2936,2940,42,2916,2918,2923,4,4485,4480,4484,2934,2936,2941,42,2924,2916,2923,4,4486,4485,4484,2942,2934,2941,42,2915,2916,2924,4,4487,4485,4486,2933,2934,2942,42,2870,2915,2924,4,4415,4487,4486,2888,2933,2942,42,2873,2915,2870,4,4421,4474,4419,2891,2933,2888,42,2873,2914,2915,4,4421,4473,4474,2891,2932,2933,42,2873,2886,2914,4,4488,4441,4473,2891,2904,2932,42,2870,2924,2869,4,4415,4486,4416,2888,2942,2887,42,2869,2924,2925,4,4489,4490,4491,2887,2942,2943,42,2923,2925,2924,4,4492,4491,4490,2941,2943,2942,42,2925,2923,2926,4,4491,4492,4493,2943,2941,2944,42,2923,2927,2926,4,4492,4494,4493,2941,2945,2944,42,2928,2926,2927,4,4495,4493,4494,2946,2944,2945,42,2926,2928,2929,4,4496,4497,4498,2944,2946,2947,42,2929,2928,2930,4,4498,4497,4499,2947,2946,2948,42,2928,2931,2930,4,4497,4500,4499,2946,2949,2948,42,2931,2928,2932,4,4501,4495,4502,2949,2946,2950,42,2932,2928,2927,4,4502,4495,4494,2950,2946,2945,42,2930,2931,2933,4,4499,4500,4503,2948,2949,2951,42,2934,2930,2933,4,4504,4505,4506,2952,2948,2951,42,2935,2930,2934,4,4507,4505,4504,2953,2948,2952,42,2929,2930,2935,4,4508,4505,4507,2947,2948,2953,42,2936,2929,2935,4,4509,4508,4507,2954,2947,2953,42,2937,2929,2936,4,4510,4508,4509,2955,2947,2954,42,2937,2926,2929,4,4511,4496,4498,2955,2944,2947,42,2925,2926,2937,4,4512,4496,4511,2943,2944,2955,42,2869,2925,2937,4,4413,4512,4511,2887,2943,2955,42,2869,2937,2866,4,4413,4511,4411,2887,2955,2884,42,2866,2937,2936,4,4408,4510,4509,2884,2955,2954,42,2866,2936,2865,4,4408,4509,4407,2884,2954,2883,42,2865,2936,2863,4,4407,4509,4405,2883,2954,2881,42,2863,2936,2938,4,4405,4509,4513,2881,2954,2956,42,2936,2935,2938,4,4509,4507,4513,2954,2953,2956,42,2938,2935,2939,4,4513,4507,4514,2956,2953,2957,42,2935,2934,2939,4,4507,4504,4514,2953,2952,2957,42,2939,2934,2940,4,4514,4504,4515,2957,2952,2958,42,2934,2941,2940,4,4504,4516,4515,2952,2959,2958,42,2940,2941,2942,4,4515,4516,4517,2958,2959,2960,42,2940,2942,2943,4,4518,4519,4520,2958,2960,2961,42,2942,2944,2943,4,4519,4521,4520,2960,2962,2961,42,2945,2940,2943,4,4522,4518,4520,2963,2958,2961,42,2939,2940,2945,4,4523,4518,4522,2957,2958,2963,42,2938,2939,2945,4,4524,4523,4522,2956,2957,2963,42,2938,2945,2946,4,4524,4522,4525,2956,2963,2964,42,2946,2945,2947,4,4526,4527,4528,2964,2963,2965,42,2945,2943,2947,4,4527,4529,4528,2963,2961,2965,42,2947,2943,2948,4,4528,4529,4530,2965,2961,2966,42,2948,2943,2949,4,4530,4529,4531,2966,2961,2967,42,2948,2949,2950,4,4530,4531,4532,2966,2967,2968,42,2948,2950,2951,4,4533,4534,4535,2966,2968,2969,42,2951,2950,2952,4,4535,4534,4536,2969,2968,2970,42,2951,2952,2953,4,4535,4536,4537,2969,2970,2971,42,2952,2954,2953,4,4536,4538,4537,2970,2972,2971,42,2954,2955,2953,4,4538,4539,4537,2972,2973,2971,42,2955,2956,2953,4,4539,4540,4537,2973,2974,2971,42,2953,2956,2957,4,4537,4540,4541,2971,2974,2975,42,2956,2958,2957,4,4540,4542,4541,2974,2976,2975,42,2958,2956,2959,4,4542,4540,4543,2976,2974,2977,42,2956,2960,2959,4,4540,4544,4543,2974,2978,2977,42,2959,2960,2961,4,4543,4544,4545,2977,2978,2979,42,2959,2961,2962,4,4546,4547,4548,2977,2979,2980,42,2962,2961,2963,4,4548,4547,4549,2980,2979,2981,42,2964,2962,2963,4,4550,4548,4549,2982,2980,2981,42,2965,2962,2964,4,4551,4548,4550,2983,2980,2982,42,2966,2962,2965,4,4552,4548,4551,2984,2980,2983,42,2967,2962,2966,4,4553,4548,4552,2985,2980,2984,42,2967,2959,2962,4,4553,4546,4548,2985,2977,2980,42,2959,2967,2958,4,4546,4553,4554,2977,2985,2976,42,2958,2967,2968,4,4554,4553,4555,2976,2985,2986,42,2969,2968,2967,4,4556,4555,4553,2987,2986,2985,42,2970,2968,2969,4,4557,4555,4556,2988,2986,2987,42,2971,2968,2970,4,4558,4555,4557,2989,2986,2988,42,2972,2968,2971,4,4559,4555,4558,2990,2986,2989,42,2972,2973,2968,4,4559,4560,4555,2990,2991,2986,42,2974,2973,2972,4,4561,4562,4563,2992,2991,2990,42,2974,2975,2973,4,4561,4564,4562,2992,2993,2991,42,2976,2975,2974,4,4565,4564,4561,2994,2993,2992,42,2977,2975,2976,4,4566,4564,4565,2995,2993,2994,42,2977,2957,2975,4,4566,4541,4564,2995,2975,2993,42,2953,2957,2977,4,4537,4541,4566,2971,2975,2995,42,2977,2951,2953,4,4566,4535,4537,2995,2969,2971,42,2978,2951,2977,4,4567,4535,4566,2996,2969,2995,42,2978,2948,2951,4,4567,4533,4535,2996,2966,2969,42,2947,2948,2978,4,4568,4533,4567,2965,2966,2996,42,2979,2947,2978,4,4569,4568,4567,2997,2965,2996,42,2946,2947,2979,4,4570,4568,4569,2964,2965,2997,42,2859,2946,2979,4,4397,4570,4569,2877,2964,2997,42,2860,2946,2859,4,4398,4570,4397,2878,2964,2877,42,2860,2938,2946,4,4401,4524,4525,2878,2956,2964,42,2863,2938,2860,4,4403,4524,4401,2881,2956,2878,42,2859,2979,2858,4,4397,4569,4396,2877,2997,2876,42,2858,2979,2976,4,4396,4569,4565,2876,2997,2994,42,2979,2978,2976,4,4569,4567,4565,2997,2996,2994,42,2976,2978,2977,4,4565,4567,4566,2994,2996,2995,42,2858,2976,2974,4,4396,4565,4561,2876,2994,2992,42,2858,2974,2856,4,4396,4561,4394,2876,2992,2874,42,2856,2974,2972,4,4394,4561,4563,2874,2992,2990,42,2856,2972,2980,4,4394,4563,4571,2874,2990,2998,42,2980,2972,2971,4,4572,4559,4558,2998,2990,2989,42,2980,2971,2981,4,4572,4558,4573,2998,2989,2999,42,2981,2971,2970,4,4573,4558,4557,2999,2989,2988,42,2981,2970,2982,4,4573,4557,4574,2999,2988,3000,42,2981,2982,2983,4,4573,4574,4575,2999,3000,3001,42,2983,2982,2984,4,4575,4574,4576,3001,3000,3002,42,2983,2984,2985,4,4575,4576,4577,3001,3002,3003,42,2986,2983,2985,4,4578,4575,4577,3004,3001,3003,42,2987,2983,2986,4,4579,4575,4578,3005,3001,3004,42,2987,2981,2983,4,4579,4573,4575,3005,2999,3001,42,2980,2981,2987,4,4572,4573,4579,2998,2999,3005,42,2855,2980,2987,4,4393,4571,4580,2873,2998,3005,42,2856,2980,2855,4,4394,4571,4393,2874,2998,2873,42,2855,2987,2853,4,4393,4580,4391,2873,3005,2871,42,2987,2986,2853,4,4580,4581,4391,3005,3004,2871,42,2853,2986,2851,4,4391,4581,4389,2871,3004,2869,42,2986,2985,2851,4,4578,4577,4582,3004,3003,2869,42,2851,2985,2988,4,4582,4577,4583,2869,3003,3006,42,2988,2985,2989,4,4584,4585,4586,3006,3003,3007,42,2985,2990,2989,4,4585,4587,4586,3003,3008,3007,42,2985,2991,2990,4,4585,4588,4587,3003,3009,3008,42,2991,2992,2990,4,4588,4589,4587,3009,3010,3008,42,2990,2992,2993,4,4587,4589,4590,3008,3010,3011,42,2993,2992,2994,4,4590,4589,4591,3011,3010,3012,42,2992,2995,2994,4,4589,4592,4591,3010,3013,3012,42,2995,2996,2994,4,4592,4593,4591,3013,3014,3012,42,2995,2997,2996,4,4592,4594,4593,3013,3015,3014,42,2997,2998,2996,4,4594,4595,4593,3015,3016,3014,42,2997,2999,2998,4,4594,4596,4595,3015,3017,3016,42,2999,3000,2998,4,4596,4597,4595,3017,3018,3016,42,2999,3001,3000,4,4596,4598,4597,3017,3019,3018,42,2998,3000,3002,4,4595,4597,4599,3016,3018,3020,42,2998,3002,3003,4,4595,4599,4600,3016,3020,3021,42,3003,3002,3004,4,4601,4602,4603,3021,3020,3022,42,3005,3003,3004,4,4604,4601,4603,3023,3021,3022,42,2996,3003,3005,4,4593,4600,4605,3014,3021,3023,42,2998,3003,2996,4,4595,4600,4593,3016,3021,3014,42,2994,2996,3005,4,4591,4593,4605,3012,3014,3023,42,2994,3005,3006,4,4591,4605,4606,3012,3023,3024,42,3006,3005,3007,4,4607,4604,4608,3024,3023,3025,42,3005,3004,3007,4,4604,4603,4608,3023,3022,3025,42,3007,3004,3008,4,4609,4610,4611,3025,3022,3026,42,3004,3009,3008,4,4610,4612,4611,3022,3027,3026,42,3004,3010,3009,4,4610,4613,4612,3022,3028,3027,42,3010,3011,3009,4,4613,4614,4612,3028,3029,3027,42,3009,3011,3012,4,4612,4614,4615,3027,3029,3030,42,3009,3012,3013,4,4612,4615,4616,3027,3030,3031,42,3013,3012,3014,4,4616,4615,4617,3031,3030,3032,42,3015,3013,3014,4,4618,4616,4617,3033,3031,3032,42,3016,3013,3015,4,4619,4616,4618,3034,3031,3033,42,3008,3013,3016,4,4611,4616,4619,3026,3031,3034,42,3008,3009,3013,4,4611,4612,4616,3026,3027,3031,42,3017,3008,3016,4,4620,4611,4619,3035,3026,3034,42,3007,3008,3017,4,4609,4611,4620,3025,3026,3035,42,3018,3007,3017,4,4621,4609,4620,3036,3025,3035,42,3006,3007,3018,4,4607,4608,4622,3024,3025,3036,42,3006,3018,3019,4,4607,4622,4623,3024,3036,3037,42,3019,3018,3020,4,4624,4621,4625,3037,3036,3038,42,3018,3017,3020,4,4621,4620,4625,3036,3035,3038,42,3020,3017,3021,4,4625,4620,4626,3038,3035,3039,42,3017,3016,3021,4,4620,4619,4626,3035,3034,3039,42,3021,3016,3022,4,4626,4619,4627,3039,3034,3040,42,3016,3015,3022,4,4619,4618,4627,3034,3033,3040,42,3022,3015,3023,4,4627,4618,4628,3040,3033,3041,42,3015,3024,3023,4,4618,4629,4628,3033,3042,3041,42,3015,3025,3024,4,4618,4630,4629,3033,3043,3042,42,3025,3026,3024,4,4630,4631,4629,3043,3044,3042,42,3022,3023,3027,4,4627,4628,4632,3040,3041,3045,42,3021,3022,3027,4,4626,4627,4632,3039,3040,3045,42,3028,3021,3027,4,4633,4626,4632,3046,3039,3045,42,3029,3021,3028,4,4634,4626,4633,3047,3039,3046,42,3020,3021,3029,4,4625,4626,4634,3038,3039,3047,42,3020,3029,3030,4,4625,4634,4635,3038,3047,3048,42,3030,3029,3031,4,4635,4634,4636,3048,3047,3049,42,3031,3029,3032,4,4636,4634,4637,3049,3047,3050,42,3032,3029,3028,4,4637,4634,4633,3050,3047,3046,42,3033,3031,3032,4,4638,4636,4637,3051,3049,3050,42,3034,3031,3033,4,4639,4636,4638,3052,3049,3051,42,3035,3031,3034,4,4640,4636,4639,3053,3049,3052,42,3030,3031,3035,4,4635,4636,4640,3048,3049,3053,42,3036,3030,3035,4,4641,4635,4640,3054,3048,3053,42,3036,3019,3030,4,4641,4624,4635,3054,3037,3048,42,2993,3019,3036,4,4590,4624,4641,3011,3037,3054,42,2993,3006,3019,4,4590,4606,4624,3011,3024,3037,42,2993,2994,3006,4,4590,4591,4606,3011,3012,3024,42,2990,2993,3036,4,4587,4590,4641,3008,3011,3054,42,2990,3036,2989,4,4587,4641,4586,3008,3054,3007,42,3036,3035,2989,4,4641,4640,4586,3054,3053,3007,42,2989,3035,3037,4,4586,4640,4642,3007,3053,3055,42,3037,3035,3038,4,4642,4640,4643,3055,3053,3056,42,3035,3034,3038,4,4640,4639,4643,3053,3052,3056,42,3038,3034,3039,4,4643,4639,4644,3056,3052,3057,42,3039,3034,3040,4,4644,4639,4645,3057,3052,3058,42,3040,3034,3033,4,4645,4639,4638,3058,3052,3051,42,3041,3039,3040,4,4646,4644,4645,3059,3057,3058,42,3042,3039,3041,4,4647,4644,4646,3060,3057,3059,42,3038,3039,3042,4,4643,4644,4647,3056,3057,3060,42,3038,3042,3043,4,4643,4647,4648,3056,3060,3061,42,3044,3043,3042,4,4649,4648,4647,3062,3061,3060,42,3044,3045,3043,4,4649,4650,4648,3062,3063,3061,42,3045,3044,3046,4,4651,4652,4653,3063,3062,3064,42,3046,3044,3047,4,4653,4652,4654,3064,3062,3065,42,3044,3048,3047,4,4655,4656,4657,3062,3066,3065,42,3044,3049,3048,4,4655,4658,4656,3062,3067,3066,42,3049,3044,3042,4,4659,4649,4647,3067,3062,3060,42,3049,3042,3041,4,4660,4647,4646,3067,3060,3059,42,3049,3041,3048,4,4658,4661,4656,3067,3059,3066,42,3048,3041,3050,4,4656,4661,4662,3066,3059,3068,42,3050,3041,3051,4,4663,4664,4665,3068,3059,3069,42,3052,3050,3051,4,4666,4663,4665,3070,3068,3069,42,3053,3050,3052,4,4667,4662,4668,3071,3068,3070,42,3053,3048,3050,4,4667,4656,4662,3071,3066,3068,42,3047,3048,3053,4,4657,4656,4667,3065,3066,3071,42,3054,3047,3053,4,4669,4657,4667,3072,3065,3071,42,3055,3047,3054,4,4670,4654,4671,3073,3065,3072,42,3055,3046,3047,4,4670,4653,4654,3073,3064,3065,42,3056,3046,3055,4,4672,4653,4670,3074,3064,3073,42,3056,3057,3046,4,4672,4673,4653,3074,3075,3064,42,2844,3057,3056,4,4674,4675,4676,2862,3075,3074,42,2844,2845,3057,4,4674,4677,4675,2862,2863,3075,42,2845,3058,3057,4,4677,4678,4675,2863,3076,3075,42,2845,2848,3058,4,4677,4679,4678,2863,2866,3076,42,2846,2848,2845,4,4379,4680,4378,2864,2866,2863,42,2846,2847,2848,4,4379,4681,4680,2864,2865,2866,42,2848,2849,3059,4,4682,4683,4684,2866,2867,3077,42,2849,2988,3059,4,4683,4583,4684,2867,3006,3077,42,2849,2851,2988,4,4683,4582,4583,2867,2869,3006,42,3059,2988,3037,4,4685,4584,4642,3077,3006,3055,42,2988,2989,3037,4,4584,4586,4642,3006,3007,3055,42,3059,3037,3060,4,4685,4642,4686,3077,3055,3078,42,3037,3038,3060,4,4642,4643,4686,3055,3056,3078,42,3060,3038,3043,4,4686,4643,4648,3078,3056,3061,42,3045,3060,3043,4,4650,4686,4648,3063,3078,3061,42,3058,3060,3045,4,4687,4686,4650,3076,3078,3063,42,3058,3059,3060,4,4687,4685,4686,3076,3077,3078,42,3058,3045,3057,4,4688,4651,4673,3076,3063,3075,42,3057,3045,3046,4,4673,4651,4653,3075,3063,3064,42,2843,2844,3056,4,4374,4674,4676,2861,2862,3074,42,2842,2843,3056,4,4373,4374,4676,2860,2861,3074,42,2842,3056,3061,4,4689,4672,4690,2860,3074,3079,42,3061,3056,3062,4,4690,4672,4691,3079,3074,3080,42,3062,3056,3055,4,4691,4672,4670,3080,3074,3073,42,3062,3055,3054,4,4691,4670,4671,3080,3073,3072,42,3062,3054,3063,4,4691,4671,4692,3080,3072,3081,42,3054,3053,3063,4,4669,4667,4693,3072,3071,3081,42,3063,3053,3064,4,4693,4667,4694,3081,3071,3082,42,3064,3053,3052,4,4694,4667,4668,3082,3071,3070,42,3064,3052,3065,4,4694,4668,4695,3082,3070,3083,42,3065,3052,3066,4,4695,4668,4696,3083,3070,3084,42,3052,3067,3066,4,4666,4697,4698,3070,3085,3084,42,3052,3051,3067,4,4666,4665,4697,3070,3069,3085,42,3066,3067,3068,4,4698,4697,4699,3084,3085,3086,42,3066,3068,3069,4,4698,4699,4700,3084,3086,3087,42,3066,3069,3070,4,4698,4700,4701,3084,3087,3088,42,3070,3069,3071,4,4701,4700,4702,3088,3087,3089,42,3070,3071,3072,4,4701,4702,4703,3088,3089,3090,42,3072,3071,3073,4,4703,4702,4704,3090,3089,3091,42,3072,3073,3074,4,4703,4704,4705,3090,3091,3092,42,3074,3073,3075,4,4705,4704,4706,3092,3091,3093,42,3065,3066,3076,4,4695,4696,4707,3083,3084,3094,42,3076,3066,3077,4,4707,4696,4708,3094,3084,3095,42,3076,3077,3078,4,4707,4708,4709,3094,3095,3096,42,3078,3077,3079,4,4709,4708,4710,3096,3095,3097,42,3077,3080,3079,4,4708,4711,4710,3095,3098,3097,42,3079,3080,3081,4,4710,4711,4712,3097,3098,3099,42,3081,3080,3082,4,4712,4711,4713,3099,3098,3100,42,3083,3081,3082,4,4714,4712,4713,3101,3099,3100,42,3083,3084,3081,4,4714,4715,4712,3101,3102,3099,42,3078,3081,3084,4,4709,4712,4715,3096,3099,3102,42,3081,3078,3079,4,4712,4709,4710,3099,3096,3097,42,3076,3078,3085,4,4716,4717,4718,3094,3096,3103,42,3085,3078,3086,4,4718,4717,4719,3103,3096,3104,42,3086,3078,3087,4,4719,4717,4720,3104,3096,3105,42,3078,3088,3087,4,4721,4722,4723,3096,3106,3105,42,3087,3088,3089,4,4723,4722,4724,3105,3106,3107,42,3088,3090,3089,4,4722,4725,4724,3106,3108,3107,42,3089,3090,3091,4,4724,4725,4726,3107,3108,3109,42,3090,3092,3091,4,4725,4727,4726,3108,3110,3109,42,3091,3092,3093,4,4726,4727,4728,3109,3110,3111,42,3092,3094,3093,4,4727,4729,4728,3110,3112,3111,42,3089,3091,3095,4,4730,4731,4732,3107,3109,3113,42,3095,3091,3096,4,4732,4731,4733,3113,3109,3114,42,3091,3097,3096,4,4731,4734,4733,3109,3115,3114,42,3098,3095,3096,4,4735,4732,4733,3116,3113,3114,42,3099,3095,3098,4,4736,4732,4735,3117,3113,3116,42,3099,3100,3095,4,4736,4737,4732,3117,3118,3113,42,3099,3101,3100,4,4736,4738,4737,3117,3119,3118,42,3101,3099,3102,4,4738,4736,4739,3119,3117,3120,42,3102,3099,3103,4,4739,4736,4740,3120,3117,3121,42,3102,3103,3104,4,4739,4740,4741,3120,3121,3122,42,3105,3102,3104,4,4742,4739,4741,3123,3120,3122,42,3105,3106,3102,4,4742,4743,4739,3123,3124,3120,42,3106,3105,3107,4,4743,4742,4744,3124,3123,3125,42,3107,3105,3108,4,4744,4742,4745,3125,3123,3126,42,3105,3109,3108,4,4742,4746,4745,3123,3127,3126,42,3109,3105,3104,4,4746,4742,4741,3127,3123,3122,42,3108,3109,3110,4,4745,4746,4747,3126,3127,3128,42,3111,3106,3107,4,4748,4743,4744,3129,3124,3125,42,3111,3112,3106,4,4748,4749,4743,3129,3130,3124,42,3113,3112,3111,4,4750,4749,4748,3131,3130,3129,42,3114,3112,3113,4,4751,4749,4750,3132,3130,3131,42,3114,3115,3112,4,4751,4752,4749,3132,3133,3130,42,3114,3116,3115,4,4751,4753,4752,3132,3134,3133,42,3117,3116,3114,4,4754,4753,4751,3135,3134,3132,42,3117,3118,3116,4,4754,4755,4753,3135,3136,3134,42,3119,3118,3117,4,4756,4755,4754,3137,3136,3135,42,3119,3120,3118,4,4756,4757,4755,3137,3138,3136,42,3121,3120,3119,4,4758,4757,4756,3139,3138,3137,42,3121,3062,3120,4,4758,4691,4757,3139,3080,3138,42,3121,3061,3062,4,4758,4690,4691,3139,3079,3080,42,2841,3061,3121,4,4759,4690,4758,2859,3079,3139,42,2841,2842,3061,4,4759,4689,4690,2859,2860,3079,42,2841,3121,2840,4,4759,4758,4760,2859,3139,2858,42,3121,3119,2840,4,4758,4756,4760,3139,3137,2858,42,2840,3119,3117,4,4760,4756,4754,2858,3137,3135,42,2840,3117,3122,4,4760,4754,4761,2858,3135,3140,42,3122,3117,3114,4,4761,4754,4751,3140,3135,3132,42,3122,3114,3113,4,4761,4751,4750,3140,3132,3131,42,3120,3062,3123,4,4757,4691,4762,3138,3080,3141,42,3123,3062,3063,4,4762,4691,4692,3141,3080,3081,42,3063,3065,3123,4,4693,4695,4763,3081,3083,3141,42,3063,3064,3065,4,4693,4694,4695,3081,3082,3083,42,3076,3123,3065,4,4707,4763,4695,3094,3141,3083,42,3123,3076,3118,4,4762,4716,4755,3141,3094,3136,42,3118,3076,3085,4,4755,4716,4718,3136,3094,3103,42,3124,3118,3085,4,4764,4755,4718,3142,3136,3103,42,3116,3118,3124,4,4753,4755,4764,3134,3136,3142,42,3115,3116,3124,4,4752,4753,4764,3133,3134,3142,42,3115,3124,3125,4,4752,4764,4765,3133,3142,3143,42,3125,3124,3085,4,4765,4764,4718,3143,3142,3103,42,3125,3085,3086,4,4765,4718,4719,3143,3103,3104,42,3101,3125,3086,4,4738,4765,4719,3119,3143,3104,42,3125,3101,3126,4,4765,4738,4766,3143,3119,3144,42,3126,3101,3102,4,4766,4738,4739,3144,3119,3120,42,3106,3126,3102,4,4743,4766,4739,3124,3144,3120,42,3106,3112,3126,4,4743,4749,4766,3124,3130,3144,42,3112,3115,3126,4,4749,4752,4766,3130,3133,3144,42,3126,3115,3125,4,4766,4752,4765,3144,3133,3143,42,3101,3086,3100,4,4738,4719,4737,3119,3104,3118,42,3086,3087,3100,4,4719,4720,4737,3104,3105,3118,42,3087,3089,3100,4,4720,4730,4737,3105,3107,3118,42,3100,3089,3095,4,4737,4730,4732,3118,3107,3113,42,3120,3123,3118,4,4757,4762,4755,3138,3141,3136,42,3019,3020,3030,4,4624,4625,4635,3037,3038,3048,42,2975,2957,2973,4,4564,4541,4562,2993,2975,2991,42,2973,2957,2958,4,4562,4541,4542,2991,2975,2976,42,2958,2968,2973,4,4554,4555,4560,2976,2986,2991,42,2969,2967,2966,4,4556,4553,4552,2987,2985,2984,42,2933,3127,2934,4,4506,4767,4504,2951,3145,2952,42,2906,2904,3128,4,4768,4769,4770,2924,2922,3146,42,3128,2904,3129,4,4770,4769,4771,3146,2922,3147,42,2904,2902,3129,4,4769,4460,4771,2922,2920,3147,42,3129,2902,2901,4,4771,4460,4459,3147,2920,2919,42,2899,2901,2900,4,4772,4459,4458,2917,2919,2918,42,3130,2901,2899,4,4773,4459,4772,3148,2919,2917,42,3131,3130,2899,4,4774,4773,4772,3149,3148,2917,42,3132,3131,2899,4,4775,4774,4772,3150,3149,2917,42,2899,2898,3132,4,4456,4455,4776,2917,2916,3150,42,2836,2872,2834,4,4364,4418,4363,2854,2890,2852,42,2834,2872,2871,4,4363,4418,4420,2852,2890,2889,42,2834,2871,2868,4,4361,4417,4414,2852,2889,2886,42,2834,2868,2833,4,4361,4414,4360,2852,2886,2851,42,2833,2868,2867,4,4359,4410,4412,2851,2886,2885,42,2833,2867,2832,4,4359,4412,4358,2851,2885,2850,42,2832,2867,2864,4,4777,4409,4404,2850,2885,2882,42,2832,2864,3133,4,4777,4404,4778,2850,2882,3151,42,3133,2864,2862,4,4778,4404,4406,3151,2882,2880,42,3133,2862,2861,4,4779,4400,4402,3151,2880,2879,42,3133,2861,3134,4,4779,4402,4780,3151,2879,3152,42,3134,2861,2854,4,4781,4399,4392,3152,2879,2872,42,2854,2861,2857,4,4392,4399,4395,2872,2879,2875,42,2852,3134,2854,4,4390,4781,4392,2870,3152,2872,42,3134,2852,2830,4,4781,4390,4782,3152,2870,2848,42,2830,2852,2829,4,4782,4390,4783,2848,2870,2847,42,2852,2850,2829,4,4390,4388,4783,2870,2868,2847,42,2828,2829,2850,4,4385,4783,4388,2846,2847,2868,42,2831,3134,2830,4,4356,4780,4355,2849,3152,2848,42,2831,3133,3134,4,4356,4779,4780,2849,3151,3152,42,2832,3133,2831,4,4777,4778,4784,2850,3151,2849,42,2848,3059,3058,5,4785,4786,4787,2866,3077,3076,42,3135,3136,3137,4,4788,4789,4790,3153,3154,3155,42,3135,3138,3136,4,4788,4791,4789,3153,3156,3154,42,3137,3136,3139,4,4790,4789,4792,3155,3154,3157,42,3140,3141,3142,4,4793,4794,4795,3158,3159,3160,42,3140,3143,3141,4,4793,4796,4794,3158,3161,3159,42,3143,3140,3144,4,4796,4793,4797,3161,3158,3162,42,3144,3145,3143,4,4797,4798,4796,3162,3163,3161,42,3144,3146,3145,4,4797,4799,4798,3162,3164,3163,42,3147,3146,3144,4,4800,4799,4797,3165,3164,3162,42,3147,3144,3148,4,4800,4797,4801,3165,3162,3166,42,3144,3140,3148,4,4797,4793,4801,3162,3158,3166,42,3148,3140,3149,4,4801,4793,4802,3166,3158,3167,42,3140,3142,3149,4,4793,4795,4802,3158,3160,3167,42,3149,3142,3150,4,4802,4795,4803,3167,3160,3168,42,3142,3151,3150,4,4795,4804,4803,3160,3169,3168,42,3142,3152,3151,4,4795,4805,4804,3160,3170,3169,42,3142,3141,3152,4,4795,4794,4805,3160,3159,3170,42,3152,3153,3151,4,4805,4806,4804,3170,3171,3169,42,3151,3153,3154,4,4804,4806,4807,3169,3171,3172,42,3153,3155,3154,4,4806,4808,4807,3171,3173,3172,42,3154,3155,3156,4,4807,4808,4809,3172,3173,3174,42,3157,3156,3155,4,4810,4809,4808,3175,3174,3173,42,3157,3158,3156,4,4810,4811,4809,3175,3176,3174,42,3157,3159,3158,4,4810,4812,4811,3175,3177,3176,42,3160,3159,3157,4,4813,4812,4810,3178,3177,3175,42,3159,3161,3158,4,4812,4814,4811,3177,3179,3176,42,3161,3159,3162,4,4814,4812,4815,3179,3177,3180,42,3156,3158,3161,4,4809,4811,4814,3174,3176,3179,42,3156,3161,3163,4,4809,4814,4816,3174,3179,3181,42,3154,3156,3163,4,4807,4809,4816,3172,3174,3181,42,3151,3154,3164,4,4804,4807,4817,3169,3172,3182,42,3164,3154,3165,4,4817,4807,4818,3182,3172,3183,42,3154,3166,3165,4,4807,4819,4818,3172,3184,3183,42,3165,3166,3167,4,4818,4819,4820,3183,3184,3185,42,3168,3167,3166,4,4821,4820,4819,3186,3185,3184,42,3168,3169,3167,4,4821,4822,4820,3186,3187,3185,42,3170,3169,3168,4,4823,4822,4821,3188,3187,3186,42,3170,3171,3169,4,4823,4824,4822,3188,3189,3187,42,3171,3172,3169,4,4824,4825,4822,3189,3190,3187,42,3172,3173,3169,4,4825,4826,4822,3190,3191,3187,42,3169,3173,3167,4,4822,4826,4820,3187,3191,3185,42,3173,3174,3167,4,4826,4827,4820,3191,3192,3185,42,3173,3175,3174,4,4826,4828,4827,3191,3193,3192,42,3173,3176,3175,4,4826,4829,4828,3191,3194,3193,42,3177,3176,3173,4,4830,4829,4826,3195,3194,3191,42,3176,3178,3175,4,4829,4831,4828,3194,3196,3193,42,3175,3178,3179,4,4828,4831,4832,3193,3196,3197,42,3180,3175,3179,4,4833,4828,4832,3198,3193,3197,42,3174,3175,3180,4,4827,4828,4833,3192,3193,3198,42,3181,3174,3180,4,4834,4827,4833,3199,3192,3198,42,3165,3174,3181,4,4818,4827,4834,3183,3192,3199,42,3165,3167,3174,4,4818,4820,4827,3183,3185,3192,42,3182,3165,3181,4,4835,4818,4834,3200,3183,3199,42,3164,3165,3182,4,4817,4818,4835,3182,3183,3200,42,3183,3164,3182,4,4836,4817,4835,3201,3182,3200,42,3150,3164,3183,4,4803,4817,4836,3168,3182,3201,42,3150,3151,3164,4,4803,4804,4817,3168,3169,3182,42,3184,3150,3183,4,4837,4803,4836,3202,3168,3201,42,3149,3150,3184,4,4802,4803,4837,3167,3168,3202,42,3185,3149,3184,4,4838,4802,4837,3203,3167,3202,42,3148,3149,3185,4,4801,4802,4838,3166,3167,3203,42,3186,3148,3185,4,4839,4801,4838,3204,3166,3203,42,3147,3148,3186,4,4800,4801,4839,3165,3166,3204,42,3185,3187,3186,4,4840,4841,4842,3203,3205,3204,42,3185,3188,3187,4,4840,4843,4841,3203,3206,3205,42,3185,3184,3188,4,4840,4844,4843,3203,3202,3206,42,3188,3184,3189,4,4843,4844,4845,3206,3202,3207,42,3184,3183,3189,4,4844,4846,4845,3202,3201,3207,42,3189,3183,3190,4,4845,4846,4847,3207,3201,3208,42,3190,3183,3182,4,4847,4846,4848,3208,3201,3200,42,3190,3182,3191,4,4847,4848,4849,3208,3200,3209,42,3182,3181,3191,4,4848,4850,4849,3200,3199,3209,42,3191,3181,3192,4,4849,4850,4851,3209,3199,3210,42,3192,3181,3193,4,4851,4850,4852,3210,3199,3211,42,3181,3194,3193,4,4850,4853,4852,3199,3212,3211,42,3181,3180,3194,4,4850,4854,4853,3199,3198,3212,42,3180,3195,3194,4,4854,4855,4853,3198,3213,3212,42,3180,3179,3195,4,4854,4856,4855,3198,3197,3213,42,3179,3196,3195,4,4856,4857,4855,3197,3214,3213,42,3196,3197,3195,4,4857,4858,4855,3214,3215,3213,42,3195,3197,3198,4,4855,4858,4859,3213,3215,3216,42,3195,3198,3199,4,4855,4859,4860,3213,3216,3217,42,3194,3195,3199,4,4853,4855,4860,3212,3213,3217,42,3194,3199,3200,4,4853,4860,4861,3212,3217,3218,42,3193,3194,3200,4,4852,4853,4861,3211,3212,3218,42,3193,3200,3201,4,4852,4861,4862,3211,3218,3219,42,3201,3200,3202,4,4862,4861,4863,3219,3218,3220,42,3203,3201,3202,4,4864,4862,4863,3221,3219,3220,42,3201,3203,3204,4,4862,4864,4865,3219,3221,3222,42,3203,3205,3204,4,4864,4866,4865,3221,3223,3222,42,3203,3206,3205,4,4864,4867,4866,3221,3224,3223,42,3207,3206,3203,4,4868,4867,4864,3225,3224,3221,42,3207,3203,3202,4,4868,4864,4863,3225,3221,3220,42,3201,3204,3208,4,4862,4865,4869,3219,3222,3226,42,3192,3201,3208,4,4851,4862,4869,3210,3219,3226,42,3192,3193,3201,4,4851,4852,4862,3210,3211,3219,42,3146,3209,3145,4,4799,4870,4798,3164,3227,3163,42,3210,3211,3212,4,4871,4872,4873,3228,3229,3230,42,3211,3213,3212,4,4872,4874,4873,3229,3231,3230,42,3212,3213,3214,4,4873,4874,4875,3230,3231,3232,42,3213,3215,3214,4,4874,4876,4875,3231,3233,3232,42,3213,3216,3215,4,4874,4877,4876,3231,3234,3233,42,3210,3212,3217,4,4871,4873,4878,3228,3230,3235,42,3217,3212,3218,4,4878,4873,4879,3235,3230,3236,42,3212,3219,3218,4,4873,4880,4879,3230,3237,3236,42,3218,3219,3220,4,4879,4880,4881,3236,3237,3238,42,3219,3221,3220,4,4880,4882,4881,3237,3239,3238,42,3222,3221,3219,4,4883,4882,4880,3240,3239,3237,42,3217,3218,3223,4,4878,4879,4884,3235,3236,3241,42,3223,3218,3224,4,4884,4879,4885,3241,3236,3242,42,3224,3218,3225,4,4885,4879,4886,3242,3236,3243,42,3218,3226,3225,4,4879,4887,4886,3236,3244,3243,42,3226,3227,3225,4,4887,4888,4886,3244,3245,3243,42,3228,3227,3226,4,4889,4888,4887,3246,3245,3244,42,3228,3229,3227,4,4889,4890,4888,3246,3247,3245,42,3224,3225,3230,4,4885,4886,4891,3242,3243,3248,42,3230,3225,3231,4,4891,4886,4892,3248,3243,3249,42,3225,3232,3231,4,4886,4893,4892,3243,3250,3249,42,3225,3233,3232,4,4886,4894,4893,3243,3251,3250,42,3233,3234,3232,4,4894,4895,4893,3251,3252,3250,42,3235,3234,3233,4,4896,4895,4894,3253,3252,3251,42,3230,3231,3236,4,4891,4892,4897,3248,3249,3254,42,3236,3231,3237,4,4897,4892,4898,3254,3249,3255,42,3237,3231,3238,4,4898,4892,4899,3255,3249,3256,42,3231,3239,3238,4,4892,4900,4899,3249,3257,3256,42,3239,3240,3238,4,4900,4901,4899,3257,3258,3256,42,3239,3241,3240,4,4900,4902,4901,3257,3259,3258,42,3237,3242,3236,4,4898,4903,4897,3255,3260,3254,42,3242,3237,3243,4,4903,4898,4904,3260,3255,3261,42,3237,3244,3243,4,4898,4905,4904,3255,3262,3261,42,3244,3237,3245,4,4905,4898,4906,3262,3255,3263,42,3246,3244,3245,4,4907,4905,4906,3264,3262,3263,42,3245,3247,3246,4,4906,4908,4907,3263,3265,3264,42,3248,3236,3242,4,4909,4897,4903,3266,3254,3260,42,3236,3248,3249,4,4897,4909,4910,3254,3266,3267,42,3250,3249,3248,4,4911,4910,4909,3268,3267,3266,42,3250,3251,3249,4,4911,4912,4910,3268,3269,3267,42,3252,3251,3250,4,4913,4912,4911,3270,3269,3268,42,3252,3253,3251,4,4913,4914,4912,3270,3271,3269,42,3253,3254,3251,4,4914,4915,4912,3271,3272,3269,42,3253,3255,3254,4,4914,4916,4915,3271,3273,3272,42,3255,3256,3254,4,4916,4917,4915,3273,3274,3272,42,3257,3256,3255,4,4918,4917,4916,3275,3274,3273,42,3257,3258,3256,4,4918,4919,4917,3275,3276,3274,42,3259,3258,3257,4,4920,4919,4918,3277,3276,3275,42,3259,3260,3258,4,4920,4921,4919,3277,3278,3276,42,3261,3260,3259,4,4922,4921,4920,3279,3278,3277,42,3262,3260,3261,4,4923,4921,4922,3280,3278,3279,42,3262,3263,3260,4,4923,4924,4921,3280,3281,3278,42,3260,3263,3264,4,4921,4924,4925,3278,3281,3282,42,3263,3210,3264,4,4924,4871,4925,3281,3228,3282,42,3264,3210,3217,4,4925,4871,4878,3282,3228,3235,42,3264,3217,3265,4,4925,4878,4926,3282,3235,3283,42,3265,3217,3223,4,4926,4878,4884,3283,3235,3241,42,3265,3223,3266,4,4926,4884,4927,3283,3241,3284,42,3266,3223,3224,4,4927,4884,4885,3284,3241,3242,42,3266,3224,3267,4,4927,4885,4928,3284,3242,3285,42,3267,3224,3230,4,4928,4885,4891,3285,3242,3248,42,3249,3267,3230,4,4910,4928,4891,3267,3285,3248,42,3251,3267,3249,4,4912,4928,4910,3269,3285,3267,42,3251,3254,3267,4,4912,4915,4928,3269,3272,3285,42,3254,3266,3267,4,4915,4927,4928,3272,3284,3285,42,3254,3256,3266,4,4915,4917,4927,3272,3274,3284,42,3256,3265,3266,4,4917,4926,4927,3274,3283,3284,42,3258,3265,3256,4,4919,4926,4917,3276,3283,3274,42,3258,3264,3265,4,4919,4925,4926,3276,3282,3283,42,3260,3264,3258,4,4921,4925,4919,3278,3282,3276,42,3249,3230,3236,4,4910,4891,4897,3267,3248,3254,42,3268,3262,3261,4,4929,4923,4922,3286,3280,3279,42,3269,3270,3271,4,4930,4931,4932,3287,3288,3289,42,3269,3272,3270,4,4930,4933,4931,3287,3290,3288,42,3269,3271,3273,4,4930,4932,4934,3287,3289,3291] -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/gallardo/GallardoNoUv_bin.js b/examples/obj/gallardo/GallardoNoUv_bin.js index 8aef6fce..60376070 100644 --- a/examples/obj/gallardo/GallardoNoUv_bin.js +++ b/examples/obj/gallardo/GallardoNoUv_bin.js @@ -1,27 +1,28 @@ -// Converted from: ../../examples/obj/gallardo/GallardoNoUv.obj -// vertices: 77815 -// faces: 75573 -// materials: 7 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "GallardoNoUv.obj", + "generatedBy" : "OBJConverter", + "vertices" : 77815, + "faces" : 75573, + "normals" : 55191, + "uvs" : 0, + "materials" : 7 + }, "materials": [ { "DbgColor" : 15658734, "DbgIndex" : 0, "DbgName" : "wire_255255255", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.80000000000000004, 0.80000000000000004, 0.80000000000000004], - "colorSpecular" : [0.17499999999999999, 0.17499999999999999, 0.17499999999999999], + "colorDiffuse" : [0.8, 0.8, 0.8], + "colorSpecular" : [0.175, 0.175, 0.175], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 29.411765, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -29,12 +30,12 @@ var model = { "DbgIndex" : 1, "DbgName" : "wire_115115115", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.36080000000000001, 0.36080000000000001, 0.36080000000000001], - "colorSpecular" : [0.17499999999999999, 0.17499999999999999, 0.17499999999999999], + "colorDiffuse" : [0.3608, 0.3608, 0.3608], + "colorSpecular" : [0.175, 0.175, 0.175], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 29.411765, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -42,12 +43,12 @@ var model = { "DbgIndex" : 2, "DbgName" : "03___Default", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.13175999999999999, 0.13175999999999999, 0.13175999999999999], + "colorDiffuse" : [0.13176, 0.13176, 0.13176], "colorSpecular" : [0.0, 0.0, 0.0], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 7.843137, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -55,12 +56,12 @@ var model = { "DbgIndex" : 3, "DbgName" : "02___Default", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.80000000000000004, 0.0, 0.0], - "colorSpecular" : [0.65249999999999997, 0.65249999999999997, 0.65249999999999997], + "colorDiffuse" : [0.8, 0.0, 0.0], + "colorSpecular" : [0.6525, 0.6525, 0.6525], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 25.490196, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -68,12 +69,12 @@ var model = { "DbgIndex" : 4, "DbgName" : "wire_255000000", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.80000000000000004, 0.0, 0.0], - "colorSpecular" : [0.17499999999999999, 0.17499999999999999, 0.17499999999999999], + "colorDiffuse" : [0.8, 0.0, 0.0], + "colorSpecular" : [0.175, 0.175, 0.175], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 29.411765, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -81,12 +82,12 @@ var model = { "DbgIndex" : 5, "DbgName" : "wire_252252000", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.79056000000000004, 0.79056000000000004, 0.0], - "colorSpecular" : [0.17499999999999999, 0.17499999999999999, 0.17499999999999999], + "colorDiffuse" : [0.79056, 0.79056, 0.0], + "colorSpecular" : [0.175, 0.175, 0.175], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 29.411765, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -95,16 +96,13 @@ var model = { "DbgName" : "wire_132132132", "colorAmbient" : [0.0, 0.0, 0.0], "colorDiffuse" : [0.41408, 0.41408, 0.41408], - "colorSpecular" : [0.17499999999999999, 0.17499999999999999, 0.17499999999999999], + "colorSpecular" : [0.175, 0.175, 0.175], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 29.411765, - "transparency" : 1.0 + "transparency" : 0.0 }], "buffers": "GallardoNoUv_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/gallardo/parts/gallardo_body_bin.js b/examples/obj/gallardo/parts/gallardo_body_bin.js index 712d76e0..a819e315 100644 --- a/examples/obj/gallardo/parts/gallardo_body_bin.js +++ b/examples/obj/gallardo/parts/gallardo_body_bin.js @@ -1,15 +1,16 @@ -// Converted from: gallardo_body.obj -// vertices: 59791 -// faces: 57252 -// materials: 7 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "gallardo_body.obj", + "generatedBy" : "OBJConverter", + "vertices" : 59791, + "faces" : 57252, + "normals" : 51045, + "uvs" : 0, + "materials" : 7 + }, "materials": [ { "DbgColor" : 15658734, @@ -104,7 +105,4 @@ var model = { "buffers": "gallardo_body_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/gallardo/parts/gallardo_wheel_bin.js b/examples/obj/gallardo/parts/gallardo_wheel_bin.js index d4d30bea..ad241e26 100644 --- a/examples/obj/gallardo/parts/gallardo_wheel_bin.js +++ b/examples/obj/gallardo/parts/gallardo_wheel_bin.js @@ -1,15 +1,16 @@ -// Converted from: gallardo_wheel.obj -// vertices: 4434 -// faces: 4394 -// materials: 2 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "gallardo_wheel.obj", + "generatedBy" : "OBJConverter", + "vertices" : 4434, + "faces" : 4394, + "normals" : 2654, + "uvs" : 0, + "materials" : 2 + }, "materials": [ { "DbgColor" : 15658734, @@ -39,7 +40,4 @@ var model = { "buffers": "gallardo_wheel_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/leeperrysmith/LeePerrySmith.js b/examples/obj/leeperrysmith/LeePerrySmith.js index ef41dd84..1fd923b9 100644 --- a/examples/obj/leeperrysmith/LeePerrySmith.js +++ b/examples/obj/leeperrysmith/LeePerrySmith.js @@ -1,20 +1,7 @@ -/* - * File generated with Blender 2.56 Exporter - * https://github.com/mrdoob/three.js/tree/master/utils/exporters/blender/ - * - * vertices: 8838 - * faces: 8839 - * normals: 8838 - * uvs: 9218 - * colors: 0 - * materials: 1 - * - */ +{ -var model = { + "metadata" : { "formatVersion" : 3 }, - "version" : 2, - "materials": [ { "DbgColor" : 15658734, "DbgIndex" : 0, @@ -41,7 +28,4 @@ var model = { "faces": [43,0,1,2,3,0,0,1,2,3,0,1,2,3,43,1,4,5,2,0,1,4,5,2,1,4,5,2,43,2,5,6,7,0,2,5,6,7,2,5,6,7,43,3,2,7,8,0,3,2,7,8,3,2,7,8,43,9,10,11,12,0,9,10,11,12,9,10,11,12,43,10,13,14,11,0,10,13,14,11,10,13,14,11,43,11,14,15,16,0,11,14,15,16,11,14,15,16,43,12,11,16,17,0,12,11,16,17,12,11,16,17,43,18,19,20,21,0,18,19,20,21,18,19,20,21,43,19,22,23,20,0,19,22,23,20,19,22,23,20,43,20,23,24,25,0,20,23,24,25,20,23,24,25,43,21,20,25,26,0,21,20,25,26,21,20,25,26,43,15,14,27,28,0,15,14,27,28,15,14,27,28,43,14,13,29,27,0,14,13,29,27,14,13,29,27,43,27,29,30,31,0,27,29,30,31,27,29,30,31,43,28,27,31,26,0,28,27,31,26,28,27,31,26,43,26,31,32,21,0,26,31,32,21,26,31,32,21,43,31,30,33,32,0,31,30,33,32,31,30,33,32,43,32,33,34,35,0,32,33,34,35,32,33,34,35,43,21,32,35,18,0,21,32,35,18,21,32,35,18,43,36,37,38,39,0,36,37,38,39,36,37,38,39,43,37,15,28,38,0,37,15,28,38,37,15,28,38,43,38,28,26,25,0,38,28,26,25,38,28,26,25,43,39,38,25,24,0,39,38,25,24,39,38,25,24,43,40,41,42,43,0,40,41,42,43,40,41,42,43,43,41,36,39,42,0,41,36,39,42,41,36,39,42,43,42,39,24,44,0,42,39,24,44,42,39,24,44,43,43,42,44,45,0,43,42,44,45,43,42,44,45,43,46,47,48,49,0,46,47,48,49,46,47,48,49,43,47,40,43,48,0,47,40,43,48,47,40,43,48,43,48,43,45,50,0,48,43,45,50,48,43,45,50,43,49,48,50,51,0,49,48,50,51,49,48,50,51,43,52,53,54,55,0,52,53,54,55,52,53,54,55,43,53,56,57,54,0,53,56,57,54,53,56,57,54,43,54,57,58,59,0,54,57,58,59,54,57,58,59,43,55,54,59,60,0,55,54,59,60,55,54,59,60,43,52,55,61,62,0,52,55,61,62,52,55,61,62,43,55,60,63,61,0,55,60,63,61,55,60,63,61,43,61,63,40,47,0,61,63,40,47,61,63,40,47,43,62,61,47,46,0,62,61,47,46,62,61,47,46,43,64,65,66,67,0,64,65,66,67,64,65,66,67,43,65,68,69,66,0,65,68,69,66,65,68,69,66,43,66,69,70,71,0,66,69,70,71,66,69,70,71,43,67,66,71,72,0,67,66,71,72,67,66,71,72,43,73,74,75,76,0,73,74,75,76,73,74,75,76,43,74,77,78,75,0,74,77,78,75,74,77,78,75,43,75,78,79,80,0,75,78,79,80,75,78,79,80,43,76,75,80,81,0,76,75,80,81,76,75,80,81,43,77,82,83,78,0,77,82,83,78,77,82,83,78,43,82,6,84,83,0,82,6,84,83,82,6,84,83,43,83,84,85,86,0,83,84,85,86,83,84,85,86,43,78,83,86,79,0,78,83,86,79,78,83,86,79,43,79,86,87,88,0,79,86,87,88,79,86,87,88,43,86,85,89,87,0,86,85,89,87,86,85,89,87,43,87,89,90,91,0,87,89,90,91,87,89,90,91,43,88,87,91,92,0,88,87,91,92,88,87,91,92,43,81,80,93,94,0,81,80,93,94,81,80,93,94,43,80,79,88,93,0,80,79,88,93,80,79,88,93,43,93,88,92,95,0,93,88,92,95,93,88,92,95,43,94,93,95,64,0,94,93,95,64,94,93,95,64,43,96,97,98,99,0,96,97,98,99,96,97,98,99,43,97,73,76,98,0,97,73,76,98,97,73,76,98,43,98,76,81,100,0,98,76,81,100,98,76,81,100,43,99,98,100,101,0,99,98,100,101,99,98,100,101,43,81,94,102,100,0,81,94,102,100,81,94,102,100,43,94,64,67,102,0,94,64,67,102,94,64,67,102,43,102,67,72,103,0,102,67,72,103,102,67,72,103,43,100,102,103,101,0,100,102,103,101,100,102,103,101,43,68,65,104,105,0,68,65,104,105,68,65,104,105,43,65,64,95,104,0,65,64,95,104,65,64,95,104,43,104,95,92,106,0,104,95,92,106,104,95,92,106,43,105,104,106,107,0,105,104,106,107,105,104,106,107,43,92,91,108,106,0,92,91,108,106,92,91,108,106,43,91,90,109,108,0,91,90,109,108,91,90,109,108,43,108,109,110,111,0,108,109,110,111,108,109,110,111,43,106,108,111,107,0,106,108,111,107,106,108,111,107,43,110,112,113,111,0,110,112,113,111,110,112,113,111,43,112,114,115,113,0,112,114,115,113,112,114,115,113,43,113,115,116,117,0,113,115,116,117,113,115,116,117,43,111,113,117,107,0,111,113,117,107,111,113,117,107,43,118,119,120,121,0,118,119,120,121,118,119,120,121,43,119,114,122,120,0,119,114,122,120,119,114,122,120,43,120,122,123,124,0,120,122,123,124,120,122,123,124,43,121,120,124,125,0,121,120,124,125,121,120,124,125,43,126,127,128,129,0,126,127,128,129,126,127,128,129,43,127,116,115,128,0,127,116,115,128,127,116,115,128,43,128,115,114,119,0,128,115,114,119,128,115,114,119,43,129,128,119,118,0,129,128,119,118,129,128,119,118,43,130,131,132,133,0,130,131,132,133,130,131,132,133,43,131,126,129,132,0,131,126,129,132,131,126,129,132,43,132,129,118,134,0,132,129,118,134,132,129,118,134,43,133,132,134,135,0,133,132,134,135,133,132,134,135,43,136,137,138,139,0,136,137,138,139,136,137,138,139,43,137,140,141,138,0,137,140,141,138,137,140,141,138,43,138,141,142,143,0,138,141,142,143,138,141,142,143,43,139,138,143,135,0,139,138,143,135,139,138,143,135,43,9,144,145,146,0,9,144,145,146,9,144,145,146,43,144,147,148,145,0,144,147,148,145,144,147,148,145,43,145,148,149,150,0,145,148,149,150,145,148,149,150,43,146,145,150,151,0,146,145,150,151,146,145,150,151,43,151,152,153,154,0,151,152,153,154,151,152,153,154,43,152,155,156,153,0,152,155,156,153,152,155,156,153,43,153,156,142,141,0,153,156,142,141,153,156,142,141,43,154,153,141,140,0,154,153,141,140,154,153,141,140,43,34,33,157,158,0,34,33,157,158,34,33,157,158,43,33,30,159,157,0,33,30,159,157,33,30,159,157,43,157,159,151,154,0,157,159,151,154,157,159,151,154,43,158,157,154,140,0,158,157,154,140,158,157,154,140,43,30,29,160,159,0,30,29,160,159,30,29,160,159,43,29,13,10,160,0,29,13,10,160,29,13,10,160,43,160,10,9,146,0,160,10,9,146,160,10,9,146,43,159,160,146,151,0,159,160,146,151,159,160,146,151,43,155,152,161,162,0,155,152,161,162,155,152,161,162,43,152,151,150,161,0,152,151,150,161,152,151,150,161,43,162,161,150,149,0,162,161,150,149,162,161,150,149,43,163,164,165,166,0,163,164,165,166,163,164,165,166,43,164,167,168,165,0,164,167,168,165,164,167,168,165,43,165,168,136,139,0,165,168,136,139,165,168,136,139,43,166,165,139,135,0,166,165,139,135,166,165,139,135,43,169,170,171,172,0,169,170,171,172,169,170,171,172,43,170,173,174,171,0,170,173,174,171,170,173,174,171,43,171,174,167,164,0,171,174,167,164,171,174,167,164,43,172,171,164,163,0,172,171,164,163,172,171,164,163,43,175,176,177,178,0,175,176,177,178,175,176,177,178,43,176,173,170,177,0,176,173,170,177,176,173,170,177,43,177,170,169,179,0,177,170,169,179,177,170,169,179,43,178,177,179,180,0,178,177,179,180,178,177,179,180,43,181,182,183,184,0,181,182,183,184,181,182,183,184,43,182,185,186,183,0,182,185,186,183,182,185,186,183,43,183,186,187,188,0,183,186,187,188,183,186,187,188,43,184,183,188,189,0,184,183,188,189,184,183,188,189,43,190,191,192,193,0,190,191,192,193,190,191,192,193,43,191,194,195,192,0,191,194,195,192,191,194,195,192,43,192,195,181,184,0,192,195,181,184,192,195,181,184,43,193,192,184,189,0,193,192,184,189,193,192,184,189,43,51,50,196,197,0,51,50,196,197,51,50,196,197,43,50,45,198,196,0,50,45,198,196,50,45,198,196,43,196,198,194,191,0,196,198,194,191,196,198,194,191,43,197,196,191,190,0,197,196,191,190,197,196,191,190,43,24,23,199,44,0,24,23,199,44,24,23,199,44,43,23,22,200,199,0,23,22,200,199,23,22,200,199,43,199,200,194,198,0,199,200,194,198,199,200,194,198,43,44,199,198,45,0,44,199,198,45,44,199,198,45,43,194,200,201,195,0,194,200,201,195,194,200,201,195,43,200,22,19,201,0,200,22,19,201,200,22,19,201,43,201,19,18,202,0,201,19,18,202,201,19,18,202,43,195,201,202,181,0,195,201,202,181,195,201,202,181,43,203,204,205,206,0,203,204,205,206,203,204,205,206,43,204,207,208,205,0,204,207,208,205,204,207,208,205,43,205,208,173,176,0,205,208,173,176,205,208,173,176,43,206,205,176,175,0,206,205,176,175,206,205,176,175,43,209,210,211,212,0,209,210,211,212,209,210,211,212,43,210,207,204,211,0,210,207,204,211,210,207,204,211,43,211,204,203,213,0,211,204,203,213,211,204,203,213,43,212,211,213,185,0,212,211,213,185,212,211,213,185,43,207,214,215,208,0,207,214,215,208,207,214,215,208,43,214,216,217,215,0,214,216,217,215,214,216,217,215,43,215,217,167,174,0,215,217,167,174,215,217,167,174,43,208,215,174,173,0,208,215,174,173,208,215,174,173,43,34,218,219,35,0,34,218,219,35,34,218,219,35,43,218,220,221,219,0,218,220,221,219,218,220,221,219,43,219,221,209,222,0,219,221,209,222,219,221,209,222,43,35,219,222,18,0,35,219,222,18,35,219,222,18,43,136,223,224,137,0,136,223,224,137,136,223,224,137,43,223,220,218,224,0,223,220,218,224,223,220,218,224,43,224,218,34,158,0,224,218,34,158,224,218,34,158,43,137,224,158,140,0,137,224,158,140,137,224,158,140,43,167,217,225,168,0,167,217,225,168,167,217,225,168,43,217,216,226,225,0,217,216,226,225,217,216,226,225,43,225,226,220,223,0,225,226,220,223,225,226,220,223,43,168,225,223,136,0,168,225,223,136,168,225,223,136,43,220,226,227,221,0,220,226,227,221,220,226,227,221,43,226,216,214,227,0,226,216,214,227,226,216,214,227,43,227,214,207,210,0,227,214,207,210,227,214,207,210,43,221,227,210,209,0,221,227,210,209,221,227,210,209,43,209,212,228,222,0,209,212,228,222,209,212,228,222,43,212,185,182,228,0,212,185,182,228,212,185,182,228,43,228,182,181,202,0,228,182,181,202,228,182,181,202,43,222,228,202,18,0,222,228,202,18,222,228,202,18,43,185,213,229,186,0,185,213,229,186,185,213,229,186,43,213,203,230,229,0,213,203,230,229,213,203,230,229,43,229,230,231,232,0,229,230,231,232,229,230,231,232,43,186,229,232,187,0,186,229,232,187,186,229,232,187,43,203,206,233,230,0,203,206,233,230,203,206,233,230,43,206,175,234,233,0,206,175,234,233,206,175,234,233,43,233,234,235,236,0,233,234,235,236,233,234,235,236,43,230,233,236,231,0,230,233,236,231,230,233,236,231,43,237,238,239,240,0,237,238,239,240,237,238,239,240,43,238,241,242,239,0,238,241,242,239,238,241,242,239,43,239,242,243,244,0,239,242,243,244,239,242,243,244,43,240,239,244,180,0,240,239,244,180,240,239,244,180,43,180,244,245,178,0,180,244,245,178,180,244,245,178,43,244,243,246,245,0,244,243,246,245,244,243,246,245,43,245,246,235,234,0,245,246,235,234,245,246,235,234,43,178,245,234,175,0,178,245,234,175,178,245,234,175,43,247,248,249,250,0,247,248,249,250,247,248,249,250,43,248,237,240,249,0,248,237,240,249,248,237,240,249,43,249,240,180,179,0,249,240,180,179,249,240,180,179,43,250,249,179,169,0,250,249,179,169,250,249,179,169,43,125,251,252,253,0,125,251,252,253,125,251,252,253,43,251,247,250,252,0,251,247,250,252,251,247,250,252,43,252,250,169,172,0,252,250,169,172,252,250,169,172,43,253,252,172,163,0,253,252,172,163,253,252,172,163,43,118,121,254,134,0,118,121,254,134,118,121,254,134,43,121,125,253,254,0,121,125,253,254,121,125,253,254,43,254,253,163,166,0,254,253,163,166,254,253,163,166,43,134,254,166,135,0,134,254,166,135,134,254,166,135,43,123,255,256,124,0,123,255,256,124,123,255,256,124,43,255,257,258,256,0,255,257,258,256,255,257,258,256,43,256,258,247,251,0,256,258,247,251,256,258,247,251,43,124,256,251,125,0,124,256,251,125,124,256,251,125,43,259,260,261,262,0,259,260,261,262,259,260,261,262,43,260,263,264,261,0,260,263,264,261,260,263,264,261,43,261,264,265,266,0,261,264,265,266,261,264,265,266,43,262,261,266,267,0,262,261,266,267,262,261,266,267,43,265,268,269,266,0,265,268,269,266,265,268,269,266,43,268,270,271,269,0,268,270,271,269,268,270,271,269,43,269,271,272,273,0,269,271,272,273,269,271,272,273,43,266,269,273,267,0,266,269,273,267,266,269,273,267,43,274,275,276,277,0,274,275,276,277,274,275,276,277,43,275,278,279,276,0,275,278,279,276,275,278,279,276,43,276,279,280,281,0,276,279,280,281,276,279,280,281,43,277,276,281,282,0,277,276,281,282,277,276,281,282,43,280,279,283,284,0,280,279,283,284,280,279,283,284,43,279,278,285,283,0,279,278,285,283,279,278,285,283,43,283,285,286,287,0,283,285,286,287,283,285,286,287,43,284,283,287,272,0,284,283,287,272,284,283,287,272,43,288,289,290,291,0,288,289,290,291,288,289,290,291,43,289,292,293,290,0,289,292,293,290,289,292,293,290,43,290,293,294,295,0,290,293,294,295,290,293,294,295,43,291,290,295,296,0,291,290,295,296,291,290,295,296,43,297,298,299,300,0,297,298,299,300,297,298,299,300,43,298,301,302,299,0,298,301,302,299,298,301,302,299,43,299,302,303,304,0,299,302,303,304,299,302,303,304,43,300,299,304,305,0,300,299,304,305,300,299,304,305,43,306,307,308,309,0,306,307,308,309,306,307,308,309,43,307,288,310,308,0,307,288,310,308,307,288,310,308,43,308,310,297,300,0,308,310,297,300,308,310,297,300,43,309,308,300,305,0,309,308,300,305,309,308,300,305,43,286,311,312,313,0,286,311,312,313,286,311,312,313,43,311,297,310,312,0,311,297,310,312,311,297,310,312,43,312,310,288,291,0,312,310,288,291,312,310,288,291,43,313,312,291,296,0,313,312,291,296,313,312,291,296,43,306,314,315,307,0,306,314,315,307,306,314,315,307,43,314,316,317,315,0,314,316,317,315,314,316,317,315,43,315,317,292,289,0,315,317,292,289,315,317,292,289,43,307,315,289,288,0,307,315,289,288,307,315,289,288,43,296,295,318,319,0,296,295,318,319,296,295,318,319,43,295,294,320,318,0,295,294,320,318,295,294,320,318,43,318,320,321,322,0,318,320,321,322,318,320,321,322,43,319,318,322,267,0,319,318,322,267,319,318,322,267,43,272,287,323,273,0,272,287,323,273,272,287,323,273,43,287,286,313,323,0,287,286,313,323,287,286,313,323,43,323,313,296,319,0,323,313,296,319,323,313,296,319,43,273,323,319,267,0,273,323,319,267,273,323,319,267,43,278,324,325,285,0,278,324,325,285,278,324,325,285,43,324,301,298,325,0,324,301,298,325,324,301,298,325,43,325,298,297,311,0,325,298,297,311,325,298,297,311,43,285,325,311,286,0,285,325,311,286,285,325,311,286,43,303,302,326,327,0,303,302,326,327,303,302,326,327,43,302,301,324,326,0,302,301,324,326,302,301,324,326,43,326,324,278,275,0,326,324,278,275,326,324,278,275,43,327,326,275,274,0,327,326,275,274,327,326,275,274,43,305,304,328,329,0,305,304,328,329,305,304,328,329,43,304,303,330,328,0,304,303,330,328,304,303,330,328,43,328,330,331,332,0,328,330,331,332,328,330,331,332,43,329,328,332,333,0,329,328,332,333,329,328,332,333,43,303,327,334,330,0,303,327,334,330,303,327,334,330,43,327,274,335,334,0,327,274,335,334,327,274,335,334,43,334,335,336,337,0,334,335,336,337,334,335,336,337,43,330,334,337,331,0,330,334,337,331,330,334,337,331,43,282,338,339,277,0,282,338,339,277,282,338,339,277,43,338,340,341,339,0,338,340,341,339,338,340,341,339,43,339,341,336,335,0,339,341,336,335,339,341,336,335,43,277,339,335,274,0,277,339,335,274,277,339,335,274,43,342,343,344,345,0,342,343,344,345,342,343,344,345,43,343,346,347,344,0,343,346,347,344,343,346,347,344,43,344,347,348,349,0,344,347,348,349,344,347,348,349,43,345,344,349,350,0,345,344,349,350,345,344,349,350,43,336,341,351,352,0,336,341,351,352,336,341,351,352,43,341,340,353,351,0,341,340,353,351,341,340,353,351,43,351,353,354,355,0,351,353,354,355,351,353,354,355,43,352,351,355,356,0,352,351,355,356,352,351,355,356,43,357,358,359,360,0,357,358,359,360,357,358,359,360,43,358,361,362,359,0,358,361,362,359,358,361,362,359,43,359,362,363,364,0,359,362,363,364,359,362,363,364,43,360,359,364,365,0,360,359,364,365,360,359,364,365,43,366,367,368,369,0,366,367,368,369,366,367,368,369,43,367,370,371,368,0,367,370,371,368,367,370,371,368,43,368,371,372,373,0,368,371,372,373,368,371,372,373,43,369,368,373,374,0,369,368,373,374,369,368,373,374,43,375,376,377,378,0,375,376,377,378,375,376,377,378,43,376,379,380,377,0,376,379,380,377,376,379,380,377,43,377,380,374,373,0,377,380,374,373,377,380,374,373,43,378,377,373,372,0,378,377,373,372,378,377,373,372,43,381,382,383,384,0,381,382,383,384,381,382,383,384,43,382,0,3,383,0,382,0,3,383,382,0,3,383,43,383,3,8,385,0,383,3,8,385,383,3,8,385,43,384,383,385,342,0,384,383,385,342,384,383,385,342,43,386,387,388,389,0,386,387,388,389,386,387,388,389,43,387,390,391,388,0,387,390,391,388,387,390,391,388,43,388,391,392,393,0,388,391,392,393,388,391,392,393,43,389,388,393,363,0,389,388,393,363,389,388,393,363,43,259,262,394,395,0,259,262,394,395,259,262,394,395,43,262,267,322,394,0,262,267,322,394,262,267,322,394,43,394,322,321,396,0,394,322,321,396,394,322,321,396,43,395,394,396,397,0,395,394,396,397,395,394,396,397,43,398,399,400,401,0,398,399,400,401,398,399,400,401,43,399,259,395,400,0,399,259,395,400,399,259,395,400,43,400,395,397,402,0,400,395,397,402,400,395,397,402,43,401,400,402,403,0,401,400,402,403,401,400,402,403,43,404,405,406,407,0,404,405,406,407,404,405,406,407,43,405,408,409,406,0,405,408,409,406,405,408,409,406,43,406,409,365,364,0,406,409,365,364,406,409,365,364,43,407,406,364,363,0,407,406,364,363,407,406,364,363,43,403,410,411,401,0,403,410,411,401,403,410,411,401,43,410,412,413,411,0,410,412,413,411,410,412,413,411,43,411,413,414,415,0,411,413,414,415,411,413,414,415,43,401,411,415,398,0,401,411,415,398,401,411,415,398,43,412,416,417,413,0,412,416,417,413,412,416,417,413,43,416,418,419,417,0,416,418,419,417,416,418,419,417,43,417,419,420,421,0,417,419,420,421,417,419,420,421,43,413,417,421,414,0,413,417,421,414,413,417,421,414,43,414,421,422,423,0,414,421,422,423,414,421,422,423,43,421,420,424,422,0,421,420,424,422,421,420,424,422,43,422,424,425,426,0,422,424,425,426,422,424,425,426,43,423,422,426,408,0,423,422,426,408,423,422,426,408,43,398,415,427,428,0,398,415,427,428,398,415,427,428,43,415,414,423,427,0,415,414,423,427,415,414,423,427,43,427,423,408,405,0,427,423,408,405,427,423,408,405,43,428,427,405,404,0,428,427,405,404,428,427,405,404,43,404,429,430,428,0,404,429,430,428,404,429,430,428,43,429,431,432,430,0,429,431,432,430,429,431,432,430,43,430,432,259,399,0,430,432,259,399,430,432,259,399,43,428,430,399,398,0,428,430,399,398,428,430,399,398,43,433,434,435,436,0,433,434,435,436,433,434,435,436,43,434,437,438,435,0,434,437,438,435,434,437,438,435,43,435,438,439,440,0,435,438,439,440,435,438,439,440,43,436,435,440,350,0,436,435,440,350,436,435,440,350,43,280,441,442,281,0,280,441,442,281,280,441,442,281,43,441,437,434,442,0,441,437,434,442,441,437,434,442,43,442,434,433,443,0,442,434,433,443,442,434,433,443,43,281,442,443,282,0,281,442,443,282,281,442,443,282,43,270,444,445,271,0,270,444,445,271,270,444,445,271,43,444,437,441,445,0,444,437,441,445,444,437,441,445,43,445,441,280,284,0,445,441,280,284,445,441,280,284,43,271,445,284,272,0,271,445,284,272,271,445,284,272,43,270,268,446,447,0,270,268,446,447,270,268,446,447,43,268,265,264,446,0,268,265,264,446,268,265,264,446,43,446,264,263,448,0,446,264,263,448,446,264,263,448,43,447,446,448,449,0,447,446,448,449,447,446,448,449,43,449,448,450,451,0,449,448,450,451,449,448,450,451,43,448,263,260,450,0,448,263,260,450,448,263,260,450,43,450,260,259,432,0,450,260,259,432,450,260,259,432,43,451,450,432,431,0,451,450,432,431,451,450,432,431,43,437,444,452,438,0,437,444,452,438,437,444,452,438,43,444,270,447,452,0,444,270,447,452,444,270,447,452,43,452,447,449,453,0,452,447,449,453,452,447,449,453,43,438,452,453,439,0,438,452,453,439,438,452,453,439,43,439,453,454,455,0,439,453,454,455,439,453,454,455,43,453,449,451,454,0,453,449,451,454,453,449,451,454,43,454,451,431,456,0,454,451,431,456,454,451,431,456,43,455,454,456,392,0,455,454,456,392,455,454,456,392,43,392,456,457,393,0,392,456,457,393,392,456,457,393,43,456,431,429,457,0,456,431,429,457,456,431,429,457,43,457,429,404,407,0,457,429,404,407,457,429,404,407,43,393,457,407,363,0,393,457,407,363,393,457,407,363,43,439,455,458,440,0,439,455,458,440,439,455,458,440,43,455,392,391,458,0,455,392,391,458,455,392,391,458,43,458,391,390,459,0,458,391,390,459,458,391,390,459,43,440,458,459,350,0,440,458,459,350,440,458,459,350,43,390,460,461,459,0,390,460,461,459,390,460,461,459,43,460,381,384,461,0,460,381,384,461,460,381,384,461,43,461,384,342,345,0,461,384,342,345,461,384,342,345,43,459,461,345,350,0,459,461,345,350,459,461,345,350,43,375,462,463,376,0,375,462,463,376,375,462,463,376,43,462,0,382,463,0,462,0,382,463,462,0,382,463,43,463,382,381,464,0,463,382,381,464,463,382,381,464,43,376,463,464,379,0,376,463,464,379,376,463,464,379,43,390,387,465,460,0,390,387,465,460,390,387,465,460,43,387,386,466,465,0,387,386,466,465,387,386,466,465,43,465,466,379,464,0,465,466,379,464,465,466,379,464,43,460,465,464,381,0,460,465,464,381,460,465,464,381,43,379,466,467,380,0,379,466,467,380,379,466,467,380,43,466,386,389,467,0,466,386,389,467,466,386,389,467,43,467,389,363,468,0,467,389,363,468,467,389,363,468,43,380,467,468,374,0,380,467,468,374,380,467,468,374,43,363,362,469,468,0,363,362,469,468,363,362,469,468,43,362,361,470,469,0,362,361,470,469,362,361,470,469,43,469,470,366,369,0,469,470,366,369,469,470,366,369,43,468,469,369,374,0,468,469,369,374,468,469,369,374,43,366,470,471,472,0,366,470,471,472,366,470,471,472,43,470,361,358,471,0,470,361,358,471,470,361,358,471,43,471,358,357,473,0,471,358,357,473,471,358,357,473,43,472,471,473,474,0,472,471,473,474,472,471,473,474,43,475,476,477,478,0,475,476,477,478,475,476,477,478,43,476,474,473,477,0,476,474,473,477,476,474,473,477,43,477,473,357,479,0,477,473,357,479,477,473,357,479,43,478,477,479,480,0,478,477,479,480,478,477,479,480,43,481,482,483,484,0,481,482,483,484,481,482,483,484,43,482,366,472,483,0,482,366,472,483,482,366,472,483,43,484,483,472,474,0,484,483,472,474,484,483,472,474,43,485,486,487,488,0,485,486,487,488,485,486,487,488,43,486,489,490,487,0,486,489,490,487,486,489,490,487,43,487,490,481,491,0,487,490,481,491,487,490,481,491,43,488,487,491,492,0,488,487,491,492,488,487,491,492,43,492,491,493,494,0,492,491,493,494,492,491,493,494,43,491,481,484,493,0,491,481,484,493,491,481,484,493,43,493,484,474,476,0,493,484,474,476,493,484,474,476,43,494,493,476,475,0,494,493,476,475,494,493,476,475,43,408,426,495,409,0,408,426,495,409,408,426,495,409,43,426,425,496,495,0,426,425,496,495,426,425,496,495,43,495,496,497,498,0,495,496,497,498,495,496,497,498,43,409,495,498,365,0,409,495,498,365,409,495,498,365,43,357,360,499,479,0,357,360,499,479,357,360,499,479,43,360,365,498,499,0,360,365,498,499,360,365,498,499,43,499,498,497,500,0,499,498,497,500,499,498,497,500,43,479,499,500,480,0,479,499,500,480,479,499,500,480,43,489,486,501,502,0,489,486,501,502,489,486,501,502,43,486,485,503,501,0,486,485,503,501,486,485,503,501,43,501,503,504,505,0,501,503,504,505,501,503,504,505,43,502,501,505,506,0,502,501,505,506,502,501,505,506,43,507,508,509,510,0,507,508,509,510,507,508,509,510,43,508,489,502,509,0,508,489,502,509,508,489,502,509,43,509,502,506,511,0,509,502,506,511,509,502,506,511,43,510,509,511,512,0,510,509,511,512,510,509,511,512,43,366,482,513,514,0,366,482,513,514,366,482,513,514,43,482,481,490,513,0,482,481,490,513,482,481,490,513,43,513,490,489,508,0,513,490,489,508,513,490,489,508,43,514,513,508,507,0,514,513,508,507,514,513,508,507,43,515,516,517,518,0,515,516,517,518,515,516,517,518,43,516,370,367,517,0,516,370,367,517,516,370,367,517,43,517,367,366,514,0,517,367,366,514,517,367,366,514,43,518,517,514,507,0,518,517,514,507,518,517,514,507,43,519,520,521,522,0,519,520,521,522,519,520,521,522,43,520,523,524,521,0,520,523,524,521,520,523,524,521,43,521,524,525,526,0,521,524,525,526,521,524,525,526,43,522,521,526,527,0,522,521,526,527,522,521,526,527,43,528,529,530,531,0,528,529,530,531,528,529,530,531,43,529,532,533,530,0,529,532,533,530,529,532,533,530,43,530,533,523,520,0,530,533,523,520,530,533,523,520,43,531,530,520,519,0,531,530,520,519,531,530,520,519,43,528,531,534,535,0,528,531,534,535,528,531,534,535,43,531,519,536,534,0,531,519,536,534,531,519,536,534,43,534,536,537,538,0,534,536,537,538,534,536,537,538,43,535,534,538,356,0,535,534,538,356,535,534,538,356,43,532,529,539,540,0,532,529,539,540,532,529,539,540,43,529,528,541,539,0,529,528,541,539,529,528,541,539,43,540,539,541,542,0,540,539,541,542,540,539,541,542,43,356,355,543,535,0,356,355,543,535,356,355,543,535,43,355,354,544,543,0,355,354,544,543,355,354,544,543,43,543,544,542,541,0,543,544,542,541,543,544,542,541,43,535,543,541,528,0,535,543,541,528,535,543,541,528,43,545,546,547,548,0,545,546,547,548,545,546,547,548,43,546,549,550,547,0,546,549,550,547,546,549,550,547,43,547,550,73,97,0,547,550,73,97,547,550,73,97,43,548,547,97,96,0,548,547,97,96,548,547,97,96,43,342,385,551,343,0,342,385,551,343,342,385,551,343,43,385,8,552,551,0,385,8,552,551,385,8,552,551,43,551,552,553,554,0,551,552,553,554,551,552,553,554,43,343,551,554,346,0,343,551,554,346,343,551,554,346,43,553,552,555,556,0,553,552,555,556,553,552,555,556,43,552,8,7,555,0,552,8,7,555,552,8,7,555,43,555,7,6,82,0,555,7,6,82,555,7,6,82,43,556,555,82,77,0,556,555,82,77,556,555,82,77,43,549,557,558,550,0,549,557,558,550,549,557,558,550,43,557,553,556,558,0,557,553,556,558,557,553,556,558,43,558,556,77,74,0,558,556,77,74,558,556,77,74,43,550,558,74,73,0,550,558,74,73,550,558,74,73,43,559,560,561,562,0,559,560,561,562,559,560,561,562,43,560,346,554,561,0,560,346,554,561,560,346,554,561,43,561,554,553,557,0,561,554,553,557,561,554,553,557,43,562,561,557,549,0,562,561,557,549,562,561,557,549,43,563,564,565,566,0,563,564,565,566,563,564,565,566,43,564,559,562,565,0,564,559,562,565,564,559,562,565,43,565,562,549,546,0,565,562,549,546,565,562,549,546,43,566,565,546,545,0,566,565,546,545,566,565,546,545,43,563,566,567,568,0,563,566,567,568,563,566,567,568,43,566,545,569,567,0,566,545,569,567,566,545,569,567,43,567,569,570,571,0,567,569,570,571,567,569,570,571,43,568,567,571,542,0,568,567,571,542,568,567,571,542,43,559,572,573,560,0,559,572,573,560,559,572,573,560,43,572,574,575,573,0,572,574,575,573,572,574,575,573,43,573,575,348,347,0,573,575,348,347,573,575,348,347,43,560,573,347,346,0,560,573,347,346,560,573,347,346,43,350,349,576,436,0,350,349,576,436,350,349,576,436,43,349,348,577,576,0,349,348,577,576,349,348,577,576,43,576,577,578,579,0,576,577,578,579,576,577,578,579,43,436,576,579,433,0,436,576,579,433,436,576,579,433,43,340,580,581,353,0,340,580,581,353,340,580,581,353,43,580,578,582,581,0,580,578,582,581,580,578,582,581,43,581,582,583,584,0,581,582,583,584,581,582,583,584,43,353,581,584,354,0,353,581,584,354,353,581,584,354,43,433,579,585,443,0,433,579,585,443,433,579,585,443,43,579,578,580,585,0,579,578,580,585,579,578,580,585,43,585,580,340,338,0,585,580,340,338,585,580,340,338,43,443,585,338,282,0,443,585,338,282,443,585,338,282,43,348,575,586,577,0,348,575,586,577,348,575,586,577,43,575,574,587,586,0,575,574,587,586,575,574,587,586,43,586,587,583,582,0,586,587,583,582,586,587,583,582,43,577,586,582,578,0,577,586,582,578,577,586,582,578,43,583,587,588,589,0,583,587,588,589,583,587,588,589,43,587,574,572,588,0,587,574,572,588,587,574,572,588,43,588,572,559,564,0,588,572,559,564,588,572,559,564,43,589,588,564,563,0,589,588,564,563,589,588,564,563,43,354,584,590,544,0,354,584,590,544,354,584,590,544,43,584,583,589,590,0,584,583,589,590,584,583,589,590,43,590,589,563,568,0,590,589,563,568,590,589,563,568,43,544,590,568,542,0,544,590,568,542,544,590,568,542,43,591,592,593,594,0,591,592,593,594,591,592,593,594,43,592,532,540,593,0,592,532,540,593,592,532,540,593,43,593,540,542,571,0,593,540,542,571,593,540,542,571,43,594,593,571,570,0,594,593,571,570,594,593,571,570,43,595,596,597,598,0,595,596,597,598,595,596,597,598,43,596,599,600,597,0,596,599,600,597,596,599,600,597,43,597,600,601,602,0,597,600,601,602,597,600,601,602,43,598,597,602,603,0,598,597,602,603,598,597,602,603,43,604,605,606,607,0,604,605,606,607,604,605,606,607,43,605,599,596,606,0,605,599,596,606,605,599,596,606,43,606,596,595,608,0,606,596,595,608,606,596,595,608,43,607,606,608,609,0,607,606,608,609,607,606,608,609,43,601,600,610,611,0,601,600,610,611,601,600,610,611,43,600,599,605,610,0,600,599,605,610,600,599,605,610,43,610,605,604,612,0,610,605,604,612,610,605,604,612,43,611,610,612,613,0,611,610,612,613,611,610,612,613,43,614,615,616,617,0,614,615,616,617,614,615,616,617,43,615,618,619,616,0,615,618,619,616,615,618,619,616,43,616,619,591,620,0,616,619,591,620,616,619,591,620,43,617,616,620,621,0,617,616,620,621,617,616,620,621,43,622,623,624,625,0,622,623,624,625,622,623,624,625,43,623,570,569,624,0,623,570,569,624,623,570,569,624,43,624,569,545,548,0,624,569,545,548,624,569,545,548,43,625,624,548,96,0,625,624,548,96,625,624,548,96,43,626,627,628,629,0,626,627,628,629,626,627,628,629,43,627,622,625,628,0,627,622,625,628,627,622,625,628,43,628,625,96,99,0,628,625,96,99,628,625,96,99,43,629,628,99,101,0,629,628,99,101,629,628,99,101,43,621,620,630,631,0,621,620,630,631,621,620,630,631,43,620,591,594,630,0,620,591,594,630,620,591,594,630,43,630,594,570,623,0,630,594,570,623,630,594,570,623,43,631,630,623,622,0,631,630,623,622,631,630,623,622,43,603,632,633,634,0,603,632,633,634,603,632,633,634,43,632,621,631,633,0,632,621,631,633,632,621,631,633,43,633,631,622,627,0,633,631,622,627,633,631,622,627,43,634,633,627,626,0,634,633,627,626,634,633,627,626,43,601,635,636,602,0,601,635,636,602,601,635,636,602,43,635,614,617,636,0,635,614,617,636,635,614,617,636,43,636,617,621,632,0,636,617,621,632,636,617,621,632,43,602,636,632,603,0,602,636,632,603,602,636,632,603,43,601,611,637,635,0,601,611,637,635,601,611,637,635,43,611,613,638,637,0,611,613,638,637,611,613,638,637,43,637,638,639,640,0,637,638,639,640,637,638,639,640,43,635,637,640,614,0,635,637,640,614,635,637,640,614,43,639,641,642,640,0,639,641,642,640,639,641,642,640,43,641,643,644,642,0,641,643,644,642,641,643,644,642,43,642,644,618,615,0,642,644,618,615,642,644,618,615,43,640,642,615,614,0,640,642,615,614,640,642,615,614,43,523,533,645,646,0,523,533,645,646,523,533,645,646,43,533,532,592,645,0,533,532,592,645,533,532,592,645,43,645,592,591,619,0,645,592,591,619,645,592,591,619,43,646,645,619,618,0,646,645,619,618,646,645,619,618,43,643,647,648,644,0,643,647,648,644,643,647,648,644,43,647,525,524,648,0,647,525,524,648,647,525,524,648,43,648,524,523,646,0,648,524,523,646,648,524,523,646,43,644,648,646,618,0,644,648,646,618,644,648,646,618,43,519,522,649,536,0,519,522,649,536,519,522,649,536,43,522,527,650,649,0,522,527,650,649,522,527,650,649,43,649,650,651,652,0,649,650,651,652,649,650,651,652,43,536,649,652,537,0,536,649,652,537,536,649,652,537,43,537,652,653,654,0,537,652,653,654,537,652,653,654,43,652,651,655,653,0,652,651,655,653,652,651,655,653,43,653,655,656,657,0,653,655,656,657,653,655,656,657,43,654,653,657,658,0,654,653,657,658,654,653,657,658,43,356,538,659,660,0,356,538,659,660,356,538,659,660,43,538,537,654,659,0,538,537,654,659,538,537,654,659,43,659,654,658,661,0,659,654,658,661,659,654,658,661,43,660,659,661,662,0,660,659,661,662,660,659,661,662,43,333,332,663,664,0,333,332,663,664,333,332,663,664,43,332,331,665,663,0,332,331,665,663,332,331,665,663,43,663,665,662,666,0,663,665,662,666,663,665,662,666,43,664,663,666,667,0,664,663,666,667,664,663,666,667,43,331,337,668,665,0,331,337,668,665,331,337,668,665,43,337,336,352,668,0,337,336,352,668,337,336,352,668,43,668,352,356,660,0,668,352,356,660,668,352,356,660,43,665,668,660,662,0,665,668,660,662,665,668,660,662,43,667,666,669,670,0,667,666,669,670,667,666,669,670,43,666,662,661,669,0,666,662,661,669,666,662,661,669,43,669,661,658,671,0,669,661,658,671,669,661,658,671,43,670,669,671,672,0,670,669,671,672,670,669,671,672,43,672,671,673,674,0,672,671,673,674,672,671,673,674,43,671,658,657,673,0,671,658,657,673,671,658,657,673,43,673,657,656,675,0,673,657,656,675,673,657,656,675,43,674,673,675,676,0,674,673,675,676,674,673,675,676,43,677,678,679,680,0,677,678,679,680,677,678,679,680,43,678,147,144,679,0,678,147,144,679,678,147,144,679,43,679,144,9,12,0,679,144,9,12,679,144,9,12,43,680,679,12,17,0,680,679,12,17,680,679,12,17,43,60,681,682,63,0,60,681,682,63,60,681,682,63,43,681,683,684,682,0,681,683,684,682,681,683,684,682,43,682,684,36,41,0,682,684,36,41,682,684,36,41,43,63,682,41,40,0,63,682,41,40,63,682,41,40,43,58,685,686,59,0,58,685,686,59,58,685,686,59,43,685,687,688,686,0,685,687,688,686,685,687,688,686,43,686,688,683,681,0,686,688,683,681,686,688,683,681,43,59,686,681,60,0,59,686,681,60,59,686,681,60,43,683,689,690,684,0,683,689,690,684,683,689,690,684,43,689,17,16,690,0,689,17,16,690,689,17,16,690,43,690,16,15,37,0,690,16,15,37,690,16,15,37,43,684,690,37,36,0,684,690,37,36,684,690,37,36,43,687,691,692,688,0,687,691,692,688,687,691,692,688,43,691,677,680,692,0,691,677,680,692,691,677,680,692,43,692,680,17,689,0,692,680,17,689,692,680,17,689,43,688,692,689,683,0,688,692,689,683,688,692,689,683,43,693,694,695,696,0,693,694,695,696,693,694,695,696,43,694,697,698,695,0,694,697,698,695,694,697,698,695,43,695,698,699,700,0,695,698,699,700,695,698,699,700,43,696,695,700,701,0,696,695,700,701,696,695,700,701,43,702,703,704,705,0,702,703,704,705,702,703,704,705,43,703,706,707,704,0,703,706,707,704,703,706,707,704,43,704,707,257,255,0,704,707,257,255,704,707,257,255,43,705,704,255,123,0,705,704,255,123,705,704,255,123,43,110,708,709,112,0,110,708,709,112,110,708,709,112,43,708,702,705,709,0,708,702,705,709,708,702,705,709,43,709,705,123,122,0,709,705,123,122,709,705,123,122,43,112,709,122,114,0,112,709,122,114,112,709,122,114,43,90,710,711,109,0,90,710,711,109,90,710,711,109,43,710,712,713,711,0,710,712,713,711,710,712,713,711,43,711,713,702,708,0,711,713,702,708,711,713,702,708,43,109,711,708,110,0,109,711,708,110,109,711,708,110,43,712,714,715,713,0,712,714,715,713,712,714,715,713,43,714,701,716,715,0,714,701,716,715,714,701,716,715,43,715,716,706,703,0,715,716,706,703,715,716,706,703,43,713,715,703,702,0,713,715,703,702,713,715,703,702,43,6,5,717,84,0,6,5,717,84,6,5,717,84,43,5,4,718,717,0,5,4,718,717,5,4,718,717,43,717,718,719,720,0,717,718,719,720,717,718,719,720,43,84,717,720,85,0,84,717,720,85,84,717,720,85,43,719,718,721,722,0,719,718,721,722,719,718,721,722,43,718,4,1,721,0,718,4,1,721,718,4,1,721,43,0,462,721,1,0,0,462,721,1,0,462,721,1,43,722,721,462,375,0,722,721,462,375,722,721,462,375,43,719,722,723,724,0,719,722,723,724,719,722,723,724,43,722,375,378,723,0,722,375,378,723,722,375,378,723,43,723,378,372,725,0,723,378,372,725,723,378,372,725,43,724,723,725,693,0,724,723,725,693,724,723,725,693,43,90,89,726,710,0,90,89,726,710,90,89,726,710,43,89,85,720,726,0,89,85,720,726,89,85,720,726,43,726,720,719,727,0,726,720,719,727,726,720,719,727,43,710,726,727,712,0,710,726,727,712,710,726,727,712,43,693,696,728,724,0,693,696,728,724,693,696,728,724,43,696,701,714,728,0,696,701,714,728,696,701,714,728,43,728,714,712,727,0,728,714,712,727,728,714,712,727,43,724,728,727,719,0,724,728,727,719,724,728,727,719,43,257,729,730,258,0,257,729,730,258,257,729,730,258,43,729,731,732,730,0,729,731,732,730,729,731,732,730,43,730,732,237,248,0,730,732,237,248,730,732,237,248,43,258,730,248,247,0,258,730,248,247,258,730,248,247,43,706,733,734,707,0,706,733,734,707,706,733,734,707,43,733,735,736,734,0,733,735,736,734,733,735,736,734,43,734,736,731,729,0,734,736,731,729,734,736,731,729,43,707,734,729,257,0,707,734,729,257,707,734,729,257,43,731,737,738,732,0,731,737,738,732,731,737,738,732,43,737,739,740,738,0,737,739,740,738,737,739,740,738,43,738,740,241,238,0,738,740,241,238,738,740,241,238,43,732,738,238,237,0,732,738,238,237,732,738,238,237,43,699,741,742,743,0,699,741,742,743,699,741,742,743,43,741,744,745,742,0,741,744,745,742,741,744,745,742,43,742,745,746,747,0,742,745,746,747,742,745,746,747,43,743,742,747,735,0,743,742,747,735,743,742,747,735,43,735,747,748,736,0,735,747,748,736,735,747,748,736,43,747,746,749,748,0,747,746,749,748,747,746,749,748,43,748,749,739,737,0,748,749,739,737,748,749,739,737,43,736,748,737,731,0,736,748,737,731,736,748,737,731,43,701,700,750,716,0,701,700,750,716,701,700,750,716,43,700,699,743,750,0,700,699,743,750,700,699,743,750,43,750,743,735,733,0,750,743,735,733,750,743,735,733,43,716,750,733,706,0,716,750,733,706,716,750,733,706,43,372,371,751,752,0,372,371,751,752,372,371,751,752,43,371,370,516,751,0,371,370,516,751,371,370,516,751,43,751,516,515,753,0,751,516,515,753,751,516,515,753,43,752,751,753,754,0,752,751,753,754,752,751,753,754,43,754,755,756,757,0,754,755,756,757,754,755,756,757,43,755,758,759,756,0,755,758,759,756,755,758,759,756,43,756,759,760,761,0,756,759,760,761,756,759,760,761,43,757,756,761,697,0,757,756,761,697,757,756,761,697,43,754,757,762,752,0,754,757,762,752,754,757,762,752,43,757,697,694,762,0,757,697,694,762,757,697,694,762,43,762,694,693,725,0,762,694,693,725,762,694,693,725,43,752,762,725,372,0,752,762,725,372,752,762,725,372,43,763,764,765,766,0,763,764,765,766,763,764,765,766,43,764,515,518,765,0,764,515,518,765,764,515,518,765,43,765,518,507,510,0,765,518,507,510,765,518,507,510,43,766,765,510,512,0,766,765,510,512,766,765,510,512,43,754,753,767,755,0,754,753,767,755,754,753,767,755,43,753,515,764,767,0,753,515,764,767,753,515,764,767,43,767,764,763,768,0,767,764,763,768,767,764,763,768,43,755,767,768,758,0,755,767,768,758,755,767,768,758,43,697,761,769,698,0,697,761,769,698,697,761,769,698,43,761,760,770,769,0,761,760,770,769,761,760,770,769,43,769,770,744,741,0,769,770,744,741,769,770,744,741,43,698,769,741,699,0,698,769,741,699,698,769,741,699,43,771,772,773,774,0,771,772,773,774,771,772,773,774,43,772,775,776,773,0,772,775,776,773,772,775,776,773,43,773,776,142,156,0,773,776,142,156,773,776,142,156,43,774,773,156,155,0,774,773,156,155,774,773,156,155,43,142,776,777,143,0,142,776,777,143,142,776,777,143,43,776,775,778,777,0,776,775,778,777,776,775,778,777,43,777,778,130,133,0,777,778,130,133,777,778,130,133,43,143,777,133,135,0,143,777,133,135,143,777,133,135,43,779,780,781,782,0,779,780,781,782,779,780,781,782,43,780,783,784,781,0,780,783,784,781,780,783,784,781,43,781,784,785,786,0,781,784,785,786,781,784,785,786,43,782,781,786,787,0,782,781,786,787,782,781,786,787,43,788,789,790,791,0,788,789,790,791,788,789,790,791,43,789,792,793,790,0,789,792,793,790,789,792,793,790,43,790,793,794,795,0,790,793,794,795,790,793,794,795,43,791,790,795,796,0,791,790,795,796,791,790,795,796,43,797,798,799,800,0,797,798,799,800,797,798,799,800,43,798,801,802,799,0,798,801,802,799,798,801,802,799,43,799,802,803,804,0,799,802,803,804,799,802,803,804,43,800,799,804,805,0,800,799,804,805,800,799,804,805,43,806,807,808,809,0,806,807,808,809,806,807,808,809,43,807,792,789,808,0,807,792,789,808,807,792,789,808,43,808,789,788,810,0,808,789,788,810,808,789,788,810,43,809,808,810,805,0,809,808,810,805,809,808,810,805,43,811,812,813,814,0,811,812,813,814,811,812,813,814,43,812,806,809,813,0,812,806,809,813,812,806,809,813,43,813,809,805,804,0,813,809,805,804,813,809,805,804,43,814,813,804,803,0,814,813,804,803,814,813,804,803,43,805,810,815,800,0,805,810,815,800,805,810,815,800,43,810,788,816,815,0,810,788,816,815,810,788,816,815,43,815,816,817,818,0,815,816,817,818,815,816,817,818,43,800,815,818,797,0,800,815,818,797,800,815,818,797,43,797,818,819,820,0,797,818,819,820,797,818,819,820,43,818,817,821,819,0,818,817,821,819,818,817,821,819,43,819,821,822,823,0,819,821,822,823,819,821,822,823,43,820,819,823,824,0,820,819,823,824,820,819,823,824,43,824,823,825,826,0,824,823,825,826,824,823,825,826,43,823,822,827,825,0,823,822,827,825,823,822,827,825,43,825,827,46,49,0,825,827,46,828,825,827,46,49,43,826,825,49,51,0,826,825,828,829,826,825,49,51,43,828,829,830,831,0,830,831,832,833,828,829,830,831,43,829,56,53,830,0,831,56,53,832,829,56,53,830,43,830,53,52,832,0,832,53,52,834,830,53,52,832,43,831,830,832,833,0,833,832,834,835,831,830,832,833,43,822,834,835,827,0,822,836,837,827,822,834,835,827,43,834,833,832,835,0,836,835,834,837,834,833,832,835,43,835,832,52,62,0,837,834,52,62,835,832,52,62,43,827,835,62,46,0,827,837,62,46,827,835,62,46,43,836,837,838,839,0,838,839,840,841,836,837,838,839,43,837,840,841,838,0,839,842,843,840,837,840,841,838,43,838,841,842,843,0,840,843,844,845,838,841,842,843,43,839,838,843,844,0,841,840,845,846,839,838,843,844,43,845,846,847,848,0,847,848,849,850,845,846,847,848,43,846,849,850,847,0,848,851,852,849,846,849,850,847,43,847,850,851,852,0,849,852,853,854,847,850,851,852,43,848,847,852,853,0,850,849,854,855,848,847,852,853,43,854,855,856,857,0,856,857,858,859,854,855,856,857,43,855,779,858,856,0,857,779,860,858,855,779,858,856,43,856,858,849,846,0,858,860,851,848,856,858,849,846,43,857,856,846,845,0,859,858,848,847,857,856,846,845,43,859,860,861,862,0,861,862,863,864,859,860,861,862,43,860,854,857,861,0,862,856,859,863,860,854,857,861,43,861,857,845,863,0,863,859,847,865,861,857,845,863,43,862,861,863,864,0,864,863,865,866,862,861,863,864,43,864,863,865,866,0,866,865,867,868,864,863,865,866,43,863,845,848,865,0,865,847,850,867,863,845,848,865,43,865,848,853,867,0,867,850,855,869,865,848,853,867,43,866,865,867,842,0,868,867,869,844,866,865,867,842,43,853,852,868,869,0,855,854,870,871,853,852,868,869,43,852,851,870,868,0,854,853,872,870,852,851,870,868,43,868,870,871,872,0,870,872,873,874,868,870,871,872,43,869,868,872,873,0,871,870,874,875,869,868,872,873,43,844,843,874,875,0,846,845,876,877,844,843,874,875,43,843,842,867,874,0,845,844,869,876,843,842,867,874,43,874,867,853,869,0,876,869,855,871,874,867,853,869,43,875,874,869,873,0,877,876,871,875,875,874,869,873,43,864,866,876,877,0,866,868,878,879,864,866,876,877,43,866,842,841,876,0,868,844,843,878,866,842,841,876,43,876,841,840,878,0,878,843,842,880,876,841,840,878,43,877,876,878,879,0,879,878,880,881,877,876,878,879,43,880,881,882,883,0,882,883,884,885,880,881,882,883,43,881,859,862,882,0,883,861,864,884,881,859,862,882,43,882,862,864,877,0,884,864,866,879,882,862,864,877,43,883,882,877,879,0,885,884,879,881,883,882,877,879,43,884,885,886,887,0,886,887,888,889,884,885,886,887,43,885,888,889,886,0,887,890,891,888,885,888,889,886,43,886,889,880,883,0,888,891,882,885,886,889,880,883,43,887,886,883,879,0,889,888,885,881,887,886,883,879,43,890,891,892,893,0,892,893,894,895,890,891,892,893,43,891,888,894,892,0,893,890,896,894,891,888,894,892,43,892,894,895,896,0,894,896,897,898,892,894,895,896,43,893,892,896,897,0,895,894,898,899,893,892,896,897,43,888,885,898,894,0,890,887,900,896,888,885,898,894,43,885,884,899,898,0,887,886,901,900,885,884,899,898,43,898,899,900,901,0,900,901,902,903,898,899,900,901,43,894,898,901,895,0,896,900,903,897,894,898,901,895,43,895,901,902,903,0,897,903,904,905,895,901,902,903,43,901,900,904,902,0,903,902,906,904,901,900,904,902,43,902,904,905,906,0,904,906,907,908,902,904,905,906,43,903,902,906,907,0,905,904,908,909,903,902,906,907,43,908,909,910,911,0,910,911,912,913,908,909,910,911,43,909,912,913,910,0,911,914,915,912,909,912,913,910,43,910,913,914,915,0,912,915,916,917,910,913,914,915,43,911,910,915,907,0,913,912,917,909,911,910,915,907,43,916,917,918,919,0,918,919,920,921,916,917,918,919,43,917,920,921,918,0,919,922,923,920,917,920,921,918,43,918,921,794,922,0,920,923,794,924,918,921,794,922,43,919,918,922,923,0,921,920,924,925,919,918,922,923,43,908,924,925,909,0,910,926,927,911,908,924,925,909,43,924,926,927,925,0,926,928,929,927,924,926,927,925,43,925,927,923,928,0,927,929,925,930,925,927,923,928,43,909,925,928,912,0,911,927,930,914,909,925,928,912,43,923,929,930,928,0,925,931,932,930,923,929,930,928,43,929,806,812,930,0,931,806,812,932,929,806,812,930,43,930,812,811,931,0,932,812,811,933,930,812,811,931,43,928,930,931,912,0,930,932,933,914,928,930,931,912,43,794,793,932,922,0,794,793,934,924,794,793,932,922,43,793,792,807,932,0,793,792,807,934,793,792,807,932,43,932,807,806,929,0,934,807,806,931,932,807,806,929,43,922,932,929,923,0,924,934,931,925,922,932,929,923,43,923,927,933,919,0,925,929,935,921,923,927,933,919,43,927,926,934,933,0,929,928,936,935,927,926,934,933,43,919,933,934,916,0,921,935,936,918,919,933,934,916,43,914,935,936,915,0,916,937,938,917,914,935,936,915,43,935,937,938,936,0,937,939,940,938,935,937,938,936,43,936,938,939,940,0,938,940,941,942,936,938,939,940,43,915,936,940,907,0,917,938,942,909,915,936,940,907,43,937,941,942,938,0,939,943,944,940,937,941,942,938,43,941,943,944,942,0,943,945,946,944,941,943,944,942,43,942,944,945,946,0,944,946,947,948,942,944,945,946,43,938,942,946,939,0,940,944,948,941,938,942,946,939,43,945,944,947,948,0,947,946,949,950,945,944,947,948,43,944,943,949,947,0,946,945,951,949,944,943,949,947,43,947,949,950,951,0,949,951,952,953,947,949,950,951,43,948,947,951,952,0,950,949,953,954,948,947,951,952,43,187,953,954,188,0,955,956,957,958,187,953,954,188,43,953,955,956,954,0,956,959,960,957,953,955,956,954,43,954,956,957,958,0,957,960,961,962,954,956,957,958,43,188,954,958,189,0,958,957,962,963,188,954,958,189,43,957,959,960,958,0,961,964,965,962,957,959,960,958,43,959,961,962,960,0,964,966,967,965,959,961,962,960,43,960,962,190,193,0,965,967,968,969,960,962,190,193,43,958,960,193,189,0,962,965,969,963,958,960,193,189,43,961,963,964,962,0,966,970,971,967,961,963,964,962,43,963,824,826,964,0,970,824,826,971,963,824,826,964,43,964,826,51,197,0,971,826,829,972,964,826,51,197,43,962,964,197,190,0,967,971,972,968,962,964,197,190,43,961,965,966,963,0,966,973,974,970,961,965,966,963,43,965,801,798,966,0,973,801,798,974,965,801,798,966,43,966,798,797,820,0,974,798,797,820,966,798,797,820,43,963,966,820,824,0,970,974,820,824,963,966,820,824,43,803,802,967,968,0,803,802,975,976,803,802,967,968,43,802,801,965,967,0,802,801,973,975,802,801,965,967,43,967,965,961,959,0,975,973,966,964,967,965,961,959,43,968,967,959,957,0,976,975,964,961,968,967,959,957,43,943,969,970,949,0,945,977,978,951,943,969,970,949,43,969,971,972,970,0,977,979,980,978,969,971,972,970,43,970,972,973,974,0,978,980,981,982,970,972,973,974,43,949,970,974,950,0,951,978,982,952,949,970,974,950,43,973,972,975,976,0,981,980,983,984,973,972,975,976,43,972,971,977,975,0,980,979,985,983,972,971,977,975,43,975,977,978,979,0,983,985,986,987,975,977,978,979,43,976,975,979,955,0,984,983,987,959,976,975,979,955,43,937,980,981,941,0,939,988,989,943,937,980,981,941,43,980,982,983,981,0,988,990,991,989,980,982,983,981,43,981,983,971,969,0,989,991,979,977,981,983,971,969,43,941,981,969,943,0,943,989,977,945,941,981,969,943,43,978,984,985,986,0,986,992,993,994,978,984,985,986,43,984,987,988,985,0,992,995,996,993,984,987,988,985,43,985,988,811,814,0,993,996,811,814,985,988,811,814,43,986,985,814,803,0,994,993,814,803,986,985,814,803,43,811,988,989,931,0,811,996,997,933,811,988,989,931,43,988,987,990,989,0,996,995,998,997,988,987,990,989,43,989,990,914,913,0,997,998,916,915,989,990,914,913,43,931,989,913,912,0,933,997,915,914,931,989,913,912,43,987,991,992,990,0,995,999,1000,998,987,991,992,990,43,991,982,980,992,0,999,990,988,1000,991,982,980,992,43,992,980,937,935,0,1000,988,939,937,992,980,937,935,43,990,992,935,914,0,998,1000,937,916,990,992,935,914,43,971,983,993,977,0,979,991,1001,985,971,983,993,977,43,983,982,991,993,0,991,990,999,1001,983,982,991,993,43,993,991,987,984,0,1001,999,995,992,993,991,987,984,43,977,993,984,978,0,985,1001,992,986,977,993,984,978,43,957,956,994,968,0,961,960,1002,976,957,956,994,968,43,956,955,979,994,0,960,959,987,1002,956,955,979,994,43,994,979,978,986,0,1002,987,986,994,994,979,978,986,43,968,994,986,803,0,976,1002,994,803,968,994,986,803,43,231,995,996,232,0,1003,1004,1005,1006,231,995,996,232,43,995,973,976,996,0,1004,981,984,1005,995,973,976,996,43,996,976,955,953,0,1005,984,959,956,996,976,955,953,43,232,996,953,187,0,1006,1005,956,955,232,996,953,187,43,235,997,998,236,0,1007,1008,1009,1010,235,997,998,236,43,997,950,974,998,0,1008,952,982,1009,997,950,974,998,43,998,974,973,995,0,1009,982,981,1004,998,974,973,995,43,236,998,995,231,0,1010,1009,1004,1003,236,998,995,231,43,243,242,999,1000,0,1011,1012,1013,1014,243,242,999,1000,43,242,241,1001,999,0,1012,1015,1016,1013,242,241,1001,999,43,999,1001,1002,1003,0,1013,1016,1017,1018,999,1001,1002,1003,43,1000,999,1003,952,0,1014,1013,1018,954,1000,999,1003,952,43,235,246,1004,997,0,1007,1019,1020,1008,235,246,1004,997,43,246,243,1000,1004,0,1019,1011,1014,1020,246,243,1000,1004,43,1004,1000,952,951,0,1020,1014,954,953,1004,1000,952,951,43,997,1004,951,950,0,1008,1020,953,952,997,1004,951,950,43,952,1003,1005,948,0,954,1018,1021,950,952,1003,1005,948,43,1003,1002,1006,1005,0,1018,1017,1022,1021,1003,1002,1006,1005,43,1005,1006,1007,1008,0,1021,1022,1023,1024,1005,1006,1007,1008,43,948,1005,1008,945,0,950,1021,1024,947,948,1005,1008,945,43,945,1008,1009,946,0,947,1024,1025,948,945,1008,1009,946,43,1008,1007,1010,1009,0,1024,1023,1026,1025,1008,1007,1010,1009,43,1009,1010,897,1011,0,1025,1026,899,1027,1009,1010,897,1011,43,946,1009,1011,939,0,948,1025,1027,941,946,1009,1011,939,43,939,1011,1012,940,0,941,1027,1028,942,939,1011,1012,940,43,1011,897,896,1012,0,1027,899,898,1028,1011,897,896,1012,43,1012,896,895,903,0,1028,898,897,905,1012,896,895,903,43,940,1012,903,907,0,942,1028,905,909,940,1012,903,907,43,1007,1013,1014,1010,0,1023,1029,1030,1026,1007,1013,1014,1010,43,1013,1015,1016,1014,0,1029,1031,1032,1030,1013,1015,1016,1014,43,1014,1016,890,893,0,1030,1032,892,895,1014,1016,890,893,43,1010,1014,893,897,0,1026,1030,895,899,1010,1014,893,897,43,1017,1018,1019,1020,0,1033,1034,1035,1036,1017,1018,1019,1020,43,1018,1021,1022,1019,0,1034,1037,1038,1035,1018,1021,1022,1019,43,1019,1022,1023,1024,0,1035,1038,1039,1040,1019,1022,1023,1024,43,1020,1019,1024,1025,0,1036,1035,1040,1041,1020,1019,1024,1025,43,1026,1027,1028,1029,0,1042,1043,1044,1045,1026,1027,1028,1029,43,1027,1030,1031,1028,0,1043,1046,1047,1044,1027,1030,1031,1028,43,1028,1031,1017,1020,0,1044,1047,1033,1036,1028,1031,1017,1020,43,1029,1028,1020,1025,0,1045,1044,1036,1041,1029,1028,1020,1025,43,1032,1033,1034,1035,0,1048,1049,1050,1051,1032,1033,1034,1035,43,1033,1036,1037,1034,0,1049,1052,1053,1050,1033,1036,1037,1034,43,1034,1037,1038,1039,0,1050,1053,1054,1055,1034,1037,1038,1039,43,1035,1034,1039,1040,0,1051,1050,1055,1056,1035,1034,1039,1040,43,1041,1042,1043,1044,0,1057,1058,1059,1060,1041,1042,1043,1044,43,1042,1036,1033,1043,0,1058,1052,1049,1059,1042,1036,1033,1043,43,1043,1033,1032,1045,0,1059,1049,1048,1061,1043,1033,1032,1045,43,1044,1043,1045,1026,0,1060,1059,1061,1042,1044,1043,1045,1026,43,1046,1047,1048,1049,0,1062,1063,1064,1065,1046,1047,1048,1049,43,1047,1050,1051,1048,0,1063,1066,1067,1064,1047,1050,1051,1048,43,1048,1051,1052,1053,0,1064,1067,1068,1069,1048,1051,1052,1053,43,1049,1048,1053,1054,0,1065,1064,1069,1070,1049,1048,1053,1054,43,1055,1056,1057,1058,0,1071,1072,1073,1074,1055,1056,1057,1058,43,1056,1059,1060,1057,0,1072,1075,1076,1073,1056,1059,1060,1057,43,1057,1060,1061,1062,0,1073,1076,1077,1078,1057,1060,1061,1062,43,1058,1057,1062,1063,0,1074,1073,1078,1079,1058,1057,1062,1063,43,1061,1064,1065,1062,0,1077,1080,1081,1078,1061,1064,1065,1062,43,1064,1052,1066,1065,0,1080,1068,1082,1081,1064,1052,1066,1065,43,1065,1066,1067,1068,0,1081,1082,1083,1084,1065,1066,1067,1068,43,1062,1065,1068,1063,0,1078,1081,1084,1079,1062,1065,1068,1063,43,1052,1064,1069,1053,0,1068,1080,1085,1069,1052,1064,1069,1053,43,1064,1061,1070,1069,0,1080,1077,1086,1085,1064,1061,1070,1069,43,1069,1070,1041,1071,0,1085,1086,1057,1087,1069,1070,1041,1071,43,1053,1069,1071,1054,0,1069,1085,1087,1070,1053,1069,1071,1054,43,1050,1072,1073,1051,0,1066,1088,1089,1067,1050,1072,1073,1051,43,1072,1074,1075,1073,0,1088,1090,1091,1089,1072,1074,1075,1073,43,1073,1075,1067,1066,0,1089,1091,1083,1082,1073,1075,1067,1066,43,1051,1073,1066,1052,0,1067,1089,1082,1068,1051,1073,1066,1052,43,1076,1077,1078,1079,0,1092,1093,1094,1095,1076,1077,1078,1079,43,1077,1046,1049,1078,0,1093,1062,1065,1094,1077,1046,1049,1078,43,1078,1049,1054,1080,0,1094,1065,1070,1096,1078,1049,1054,1080,43,1079,1078,1080,1025,0,1095,1094,1096,1041,1079,1078,1080,1025,43,1054,1071,1081,1080,0,1070,1087,1097,1096,1054,1071,1081,1080,43,1071,1041,1044,1081,0,1087,1057,1060,1097,1071,1041,1044,1081,43,1081,1044,1026,1029,0,1097,1060,1042,1045,1081,1044,1026,1029,43,1080,1081,1029,1025,0,1096,1097,1045,1041,1080,1081,1029,1025,43,1061,1060,1082,1070,0,1077,1076,1098,1086,1061,1060,1082,1070,43,1060,1059,1083,1082,0,1076,1075,1099,1098,1060,1059,1083,1082,43,1082,1083,1036,1042,0,1098,1099,1052,1058,1082,1083,1036,1042,43,1070,1082,1042,1041,0,1086,1098,1058,1057,1070,1082,1042,1041,43,1036,1083,1084,1037,0,1052,1099,1100,1053,1036,1083,1084,1037,43,1083,1059,1056,1084,0,1099,1075,1072,1100,1083,1059,1056,1084,43,1084,1056,1055,1085,0,1100,1072,1071,1101,1084,1056,1055,1085,43,1037,1084,1085,1038,0,1053,1100,1101,1054,1037,1084,1085,1038,43,1086,1087,1088,1089,0,1102,1103,1104,1105,1086,1087,1088,1089,43,1087,1055,1058,1088,0,1103,1071,1074,1104,1087,1055,1058,1088,43,1088,1058,1063,1090,0,1104,1074,1079,1106,1088,1058,1063,1090,43,1089,1088,1090,1091,0,1105,1104,1106,1107,1089,1088,1090,1091,43,1092,1093,1094,1095,0,1108,1109,1110,1111,1092,1093,1094,1095,43,1093,1038,1085,1094,0,1109,1054,1101,1110,1093,1038,1085,1094,43,1094,1085,1055,1087,0,1110,1101,1071,1103,1094,1085,1055,1087,43,1095,1094,1087,1086,0,1111,1110,1103,1102,1095,1094,1087,1086,43,1092,1096,1097,1093,0,1108,1112,1113,1109,1092,1096,1097,1093,43,1096,1098,1099,1097,0,1112,1114,1115,1113,1096,1098,1099,1097,43,1097,1099,1040,1039,0,1113,1115,1056,1055,1097,1099,1040,1039,43,1093,1097,1039,1038,0,1109,1113,1055,1054,1093,1097,1039,1038,43,1100,1101,1102,1103,0,1116,1117,1118,1119,1100,1101,1102,1103,43,1101,1104,1105,1102,0,1117,1120,1121,1118,1101,1104,1105,1102,43,1102,1105,1106,1107,0,1118,1121,1122,1123,1102,1105,1106,1107,43,1103,1102,1107,1108,0,1119,1118,1123,1124,1103,1102,1107,1108,43,1109,1110,1111,1112,0,1125,1126,1127,1128,1109,1110,1111,1112,43,1110,1098,1096,1111,0,1126,1114,1112,1127,1110,1098,1096,1111,43,1111,1096,1092,1113,0,1127,1112,1108,1129,1111,1096,1092,1113,43,1112,1111,1113,1114,0,1128,1127,1129,1130,1112,1111,1113,1114,43,1115,1116,1117,1118,0,1131,1132,1133,1134,1115,1116,1117,1118,43,1116,1119,1120,1117,0,1132,1135,1136,1133,1116,1119,1120,1117,43,1117,1120,1121,1122,0,1133,1136,1137,1138,1117,1120,1121,1122,43,1118,1117,1122,1123,0,1134,1133,1138,1139,1118,1117,1122,1123,43,1124,1125,1126,1127,0,1140,1141,1142,1143,1124,1125,1126,1127,43,1125,1128,1129,1126,0,1141,1144,1145,1142,1125,1128,1129,1126,43,1126,1129,1130,1131,0,1142,1145,1146,1147,1126,1129,1130,1131,43,1127,1126,1131,1132,0,1143,1142,1147,1148,1127,1126,1131,1132,43,1132,1133,1134,1127,0,1148,1149,1150,1143,1132,1133,1134,1127,43,1133,1135,1136,1134,0,1149,1151,1152,1150,1133,1135,1136,1134,43,1134,1136,1137,1138,0,1150,1152,1153,1154,1134,1136,1137,1138,43,1127,1134,1138,1124,0,1143,1150,1154,1140,1127,1134,1138,1124,43,787,786,1139,1140,0,787,786,1155,1156,787,786,1139,1140,43,786,785,1141,1139,0,786,785,1157,1155,786,785,1141,1139,43,1139,1141,1142,1143,0,1155,1157,1158,1159,1139,1141,1142,1143,43,1140,1139,1143,1106,0,1156,1155,1159,1122,1140,1139,1143,1106,43,1144,1145,1146,1147,0,1160,1161,1162,1163,1144,1145,1146,1147,43,1145,1148,1149,1146,0,1161,1164,1165,1162,1145,1148,1149,1146,43,1146,1149,1150,1151,0,1162,1165,1166,1167,1146,1149,1150,1151,43,1147,1146,1151,1115,0,1163,1162,1167,1131,1147,1146,1151,1115,43,1076,1079,1152,1153,0,1092,1095,1168,1169,1076,1079,1152,1153,43,1079,1025,1024,1152,0,1095,1041,1040,1168,1079,1025,1024,1152,43,1152,1024,1023,1154,0,1168,1040,1039,1170,1152,1024,1023,1154,43,1153,1152,1154,1155,0,1169,1168,1170,1171,1153,1152,1154,1155,43,1155,1154,1156,1157,0,1171,1170,1172,1173,1155,1154,1156,1157,43,1154,1023,1158,1156,0,1170,1039,1174,1172,1154,1023,1158,1156,43,1156,1158,1159,1160,0,1172,1174,1175,1176,1156,1158,1159,1160,43,1157,1156,1160,1161,0,1173,1172,1176,1177,1157,1156,1160,1161,43,1123,1162,1163,1118,0,1139,1178,1179,1134,1123,1162,1163,1118,43,1162,1164,1165,1163,0,1178,1180,1181,1179,1162,1164,1165,1163,43,1163,1165,1166,1167,0,1179,1181,1182,1183,1163,1165,1166,1167,43,1118,1163,1167,1115,0,1134,1179,1183,1131,1118,1163,1167,1115,43,1168,1169,1170,1171,0,1184,1185,1186,1187,1168,1169,1170,1171,43,1169,1172,1173,1170,0,1185,1188,1189,1186,1169,1172,1173,1170,43,1170,1173,1161,1160,0,1186,1189,1177,1176,1170,1173,1161,1160,43,1171,1170,1160,1159,0,1187,1186,1176,1175,1171,1170,1160,1159,43,1174,1175,1176,1177,0,1190,1191,1192,1193,1174,1175,1176,1177,43,1175,1178,1179,1176,0,1191,1194,1195,1192,1175,1178,1179,1176,43,1176,1179,1172,1169,0,1192,1195,1188,1185,1176,1179,1172,1169,43,1177,1176,1169,1168,0,1193,1192,1185,1184,1177,1176,1169,1168,43,1180,1181,1182,1183,0,1196,1197,1198,1199,1180,1181,1182,1183,43,1181,1174,1177,1182,0,1197,1190,1193,1198,1181,1174,1177,1182,43,1182,1177,1168,1184,0,1198,1193,1184,1200,1182,1177,1168,1184,43,1183,1182,1184,1164,0,1199,1198,1200,1180,1183,1182,1184,1164,43,1164,1184,1185,1165,0,1180,1200,1201,1181,1164,1184,1185,1165,43,1184,1168,1171,1185,0,1200,1184,1187,1201,1184,1168,1171,1185,43,1185,1171,1159,1186,0,1201,1187,1175,1202,1185,1171,1159,1186,43,1165,1185,1186,1166,0,1181,1201,1202,1182,1165,1185,1186,1166,43,1023,1187,1188,1158,0,1039,1203,1204,1174,1023,1187,1188,1158,43,1187,1189,1190,1188,0,1203,1205,1206,1204,1187,1189,1190,1188,43,1188,1190,1166,1186,0,1204,1206,1182,1202,1188,1190,1166,1186,43,1158,1188,1186,1159,0,1174,1204,1202,1175,1158,1188,1186,1159,43,1191,1192,1193,1194,0,1207,1208,1209,1210,1191,1192,1193,1194,43,1192,1195,1196,1193,0,1208,1211,1212,1209,1192,1195,1196,1193,43,1193,1196,1197,1198,0,1209,1212,1213,1214,1193,1196,1197,1198,43,1194,1193,1198,1108,0,1210,1209,1214,1124,1194,1193,1198,1108,43,1197,1196,1199,1200,0,1213,1212,1215,1216,1197,1196,1199,1200,43,1196,1195,1201,1199,0,1212,1211,1217,1215,1196,1195,1201,1199,43,1199,1201,1032,1035,0,1215,1217,1048,1051,1199,1201,1032,1035,43,1200,1199,1035,1040,0,1216,1215,1051,1056,1200,1199,1035,1040,43,1032,1201,1202,1045,0,1048,1217,1218,1061,1032,1201,1202,1045,43,1201,1195,1203,1202,0,1217,1211,1219,1218,1201,1195,1203,1202,43,1202,1203,1030,1027,0,1218,1219,1046,1043,1202,1203,1030,1027,43,1045,1202,1027,1026,0,1061,1218,1043,1042,1045,1202,1027,1026,43,1021,1018,1204,1205,0,1037,1034,1220,1221,1021,1018,1204,1205,43,1018,1017,1031,1204,0,1034,1033,1047,1220,1018,1017,1031,1204,43,1204,1031,1030,1206,0,1220,1047,1046,1222,1204,1031,1030,1206,43,1205,1204,1206,1207,0,1221,1220,1222,1223,1205,1204,1206,1207,43,1023,1022,1208,1187,0,1039,1038,1224,1203,1023,1022,1208,1187,43,1022,1021,1205,1208,0,1038,1037,1221,1224,1022,1021,1205,1208,43,1208,1205,1207,1209,0,1224,1221,1223,1225,1208,1205,1207,1209,43,1187,1208,1209,1189,0,1203,1224,1225,1205,1187,1208,1209,1189,43,1207,1206,1210,1211,0,1223,1222,1226,1227,1207,1206,1210,1211,43,1206,1030,1203,1210,0,1222,1046,1219,1226,1206,1030,1203,1210,43,1210,1203,1195,1192,0,1226,1219,1211,1208,1210,1203,1195,1192,43,1211,1210,1192,1191,0,1227,1226,1208,1207,1211,1210,1192,1191,43,1189,1209,1212,1213,0,1205,1225,1228,1229,1189,1209,1212,1213,43,1209,1207,1211,1212,0,1225,1223,1227,1228,1209,1207,1211,1212,43,1212,1211,1191,1214,0,1228,1227,1207,1230,1212,1211,1191,1214,43,1213,1212,1214,1144,0,1229,1228,1230,1160,1213,1212,1214,1144,43,1166,1190,1215,1167,0,1182,1206,1231,1183,1166,1190,1215,1167,43,1190,1189,1213,1215,0,1206,1205,1229,1231,1190,1189,1213,1215,43,1215,1213,1144,1147,0,1231,1229,1160,1163,1215,1213,1144,1147,43,1167,1215,1147,1115,0,1183,1231,1163,1131,1167,1215,1147,1115,43,1148,1145,1216,1217,0,1164,1161,1232,1233,1148,1145,1216,1217,43,1145,1144,1214,1216,0,1161,1160,1230,1232,1145,1144,1214,1216,43,1216,1214,1191,1194,0,1232,1230,1207,1210,1216,1214,1191,1194,43,1217,1216,1194,1108,0,1233,1232,1210,1124,1217,1216,1194,1108,43,1106,1143,1218,1107,0,1122,1159,1234,1123,1106,1143,1218,1107,43,1143,1142,1219,1218,0,1159,1158,1235,1234,1143,1142,1219,1218,43,1218,1219,1148,1217,0,1234,1235,1164,1233,1218,1219,1148,1217,43,1107,1218,1217,1108,0,1123,1234,1233,1124,1107,1218,1217,1108,43,1142,1141,1220,1221,0,1158,1157,1236,1237,1142,1141,1220,1221,43,1141,785,1222,1220,0,1157,785,1238,1236,1141,785,1222,1220,43,1220,1222,1137,1136,0,1236,1238,1153,1152,1220,1222,1137,1136,43,1221,1220,1136,1135,0,1237,1236,1152,1151,1221,1220,1136,1135,43,1135,1223,1224,1221,0,1151,1239,1240,1237,1135,1223,1224,1221,43,1223,1150,1149,1224,0,1239,1166,1165,1240,1223,1150,1149,1224,43,1224,1149,1148,1219,0,1240,1165,1164,1235,1224,1149,1148,1219,43,1221,1224,1219,1142,0,1237,1240,1235,1158,1221,1224,1219,1142,43,1115,1151,1225,1226,0,1131,1167,1241,1242,1115,1151,1225,1226,43,1151,1150,1223,1225,0,1167,1166,1239,1241,1151,1150,1223,1225,43,1225,1223,1135,1133,0,1241,1239,1151,1149,1225,1223,1135,1133,43,1226,1225,1133,1132,0,1242,1241,1149,1148,1226,1225,1133,1132,43,1130,1227,1228,1131,0,1146,1243,1244,1147,1130,1227,1228,1131,43,1227,1119,1116,1228,0,1243,1135,1132,1244,1227,1119,1116,1228,43,1228,1116,1115,1226,0,1244,1132,1131,1242,1228,1116,1115,1226,43,1131,1228,1226,1132,0,1147,1244,1242,1148,1131,1228,1226,1132,43,1121,1120,1229,1230,0,1137,1136,1245,1246,1121,1120,1229,1230,43,1120,1119,1227,1229,0,1136,1135,1243,1245,1120,1119,1227,1229,43,1229,1227,1130,1231,0,1245,1243,1146,1247,1229,1227,1130,1231,43,1230,1229,1231,1232,0,1246,1245,1247,1248,1230,1229,1231,1232,43,1121,1230,1233,1234,0,1137,1246,1249,1250,1121,1230,1233,1234,43,1230,1232,1235,1233,0,1246,1248,1251,1249,1230,1232,1235,1233,43,1233,1235,1236,1237,0,1249,1251,1252,1253,1233,1235,1236,1237,43,1234,1233,1237,1238,0,1250,1249,1253,1254,1234,1233,1237,1238,43,1130,1239,1240,1231,0,1146,1255,1256,1247,1130,1239,1240,1231,43,1239,1241,1242,1240,0,1255,1257,1258,1256,1239,1241,1242,1240,43,1231,1240,1242,1232,0,1247,1256,1258,1248,1231,1240,1242,1232,43,1241,1243,1244,1245,0,1257,1259,1260,1261,1241,1243,1244,1245,43,1243,1246,1247,1244,0,1259,1262,1263,1260,1243,1246,1247,1244,43,1244,1247,1248,1249,0,1260,1263,1264,1265,1244,1247,1248,1249,43,1245,1244,1249,1250,0,1261,1260,1265,1266,1245,1244,1249,1250,43,1232,1242,1251,1235,0,1248,1258,1267,1251,1232,1242,1251,1235,43,1242,1241,1245,1251,0,1258,1257,1261,1267,1242,1241,1245,1251,43,1251,1245,1250,1252,0,1267,1261,1266,1268,1251,1245,1250,1252,43,1235,1251,1252,1236,0,1251,1267,1268,1252,1235,1251,1252,1236,43,1253,1254,1255,1256,0,1269,1270,1271,1272,1253,1254,1255,1256,43,1254,1180,1183,1255,0,1270,1196,1199,1271,1254,1180,1183,1255,43,1255,1183,1164,1162,0,1271,1199,1180,1178,1255,1183,1164,1162,43,1256,1255,1162,1123,0,1272,1271,1178,1139,1256,1255,1162,1123,43,1253,1256,1257,1258,0,1269,1272,1273,1274,1253,1256,1257,1258,43,1256,1123,1122,1257,0,1272,1139,1138,1273,1256,1123,1122,1257,43,1257,1122,1121,1234,0,1273,1138,1137,1250,1257,1122,1121,1234,43,1258,1257,1234,1238,0,1274,1273,1250,1254,1258,1257,1234,1238,43,504,1259,1260,505,0,1275,1276,1277,1278,504,1259,1260,505,43,1259,1248,1247,1260,0,1276,1264,1263,1277,1259,1248,1247,1260,43,1260,1247,1246,1261,0,1277,1263,1262,1279,1260,1247,1246,1261,43,505,1260,1261,506,0,1278,1277,1279,1280,505,1260,1261,506,43,506,1261,1262,511,0,1280,1279,1281,1282,506,1261,1262,511,43,1261,1246,1263,1262,0,1279,1262,1283,1281,1261,1246,1263,1262,43,1262,1263,1264,1265,0,1281,1283,1284,1285,1262,1263,1264,1265,43,511,1262,1265,512,0,1282,1281,1285,1286,511,1262,1265,512,43,1246,1243,1266,1263,0,1262,1259,1287,1283,1246,1243,1266,1263,43,1243,1241,1239,1266,0,1259,1257,1255,1287,1243,1241,1239,1266,43,1266,1239,1130,1267,0,1287,1255,1146,1288,1266,1239,1130,1267,43,1263,1266,1267,1264,0,1283,1287,1288,1284,1263,1266,1267,1264,43,1130,1129,1268,1267,0,1146,1145,1289,1288,1130,1129,1268,1267,43,1129,1128,1269,1268,0,1145,1144,1290,1289,1129,1128,1269,1268,43,1268,1269,1270,1271,0,1289,1290,1291,1292,1268,1269,1270,1271,43,1267,1268,1271,1264,0,1288,1289,1292,1284,1267,1268,1271,1264,43,525,1272,1273,526,0,525,1293,1294,526,525,1272,1273,526,43,1272,1274,1275,1273,0,1293,1295,1296,1294,1272,1274,1275,1273,43,1273,1275,1276,1277,0,1294,1296,1297,1298,1273,1275,1276,1277,43,526,1273,1277,527,0,526,1294,1298,527,526,1273,1277,527,43,1274,1278,1279,1275,0,1295,1299,1300,1296,1274,1278,1279,1275,43,1278,1280,1281,1279,0,1299,1301,1302,1300,1278,1280,1281,1279,43,1279,1281,1282,1283,0,1300,1302,1303,1304,1279,1281,1282,1283,43,1275,1279,1283,1276,0,1296,1300,1304,1297,1275,1279,1283,1276,43,1284,1285,1286,1287,0,1305,1306,1307,1308,1284,1285,1286,1287,43,1285,1276,1283,1286,0,1306,1297,1304,1307,1285,1276,1283,1286,43,1286,1283,1282,1288,0,1307,1304,1303,1309,1286,1283,1282,1288,43,1287,1286,1288,1114,0,1308,1307,1309,1130,1287,1286,1288,1114,43,1282,1281,1289,1290,0,1303,1302,1310,1311,1282,1281,1289,1290,43,1281,1280,1291,1289,0,1302,1301,1312,1310,1281,1280,1291,1289,43,1290,1289,1291,1292,0,1311,1310,1312,1313,1290,1289,1291,1292,43,1292,1293,1294,1290,0,1313,1314,1315,1311,1292,1293,1294,1290,43,1293,1109,1112,1294,0,1314,1125,1128,1315,1293,1109,1112,1294,43,1294,1112,1114,1288,0,1315,1128,1130,1309,1294,1112,1114,1288,43,1290,1294,1288,1282,0,1311,1315,1309,1303,1290,1294,1288,1282,43,851,1295,1296,870,0,853,1316,1317,872,851,1295,1296,870,43,1295,1297,1298,1296,0,1316,1318,1319,1317,1295,1297,1298,1296,43,1296,1298,1299,1300,0,1317,1319,1320,1321,1296,1298,1299,1300,43,870,1296,1300,871,0,872,1317,1321,873,870,1296,1300,871,43,1301,1302,1303,1304,0,1322,1323,1324,1325,1301,1302,1303,1304,43,1302,787,1140,1303,0,1323,787,1156,1324,1302,787,1140,1303,43,1303,1140,1106,1105,0,1324,1156,1122,1121,1303,1140,1106,1105,43,1304,1303,1105,1104,0,1325,1324,1121,1120,1304,1303,1105,1104,43,779,782,1305,858,0,779,782,1326,860,779,782,1305,858,43,782,787,1302,1305,0,782,787,1323,1326,782,787,1302,1305,43,1305,1302,1301,1306,0,1326,1323,1322,1327,1305,1302,1301,1306,43,858,1305,1306,849,0,860,1326,1327,851,858,1305,1306,849,43,849,1306,1307,850,0,851,1327,1328,852,849,1306,1307,850,43,1306,1301,1308,1307,0,1327,1322,1329,1328,1306,1301,1308,1307,43,1307,1308,1297,1295,0,1328,1329,1318,1316,1307,1308,1297,1295,43,850,1307,1295,851,0,852,1328,1316,853,850,1307,1295,851,43,1301,1304,1309,1308,0,1322,1325,1330,1329,1301,1304,1309,1308,43,1304,1104,1310,1309,0,1325,1120,1331,1330,1304,1104,1310,1309,43,1309,1310,1311,1312,0,1330,1331,1332,1333,1309,1310,1311,1312,43,1308,1309,1312,1297,0,1329,1330,1333,1318,1308,1309,1312,1297,43,1297,1312,1313,1298,0,1318,1333,1334,1319,1297,1312,1313,1298,43,1312,1311,1314,1313,0,1333,1332,1335,1334,1312,1311,1314,1313,43,1313,1314,1315,1316,0,1334,1335,1336,1337,1313,1314,1315,1316,43,1298,1313,1316,1299,0,1319,1334,1337,1320,1298,1313,1316,1299,43,1317,1318,1319,1320,0,1338,1339,1340,1341,1317,1318,1319,1320,43,1318,1299,1316,1319,0,1339,1320,1337,1340,1318,1299,1316,1319,43,1319,1316,1315,1321,0,1340,1337,1336,1342,1319,1316,1315,1321,43,1320,1319,1321,1292,0,1341,1340,1342,1313,1320,1319,1321,1292,43,1100,1322,1323,1101,0,1116,1343,1344,1117,1100,1322,1323,1101,43,1322,1324,1325,1323,0,1343,1345,1346,1344,1322,1324,1325,1323,43,1323,1325,1311,1310,0,1344,1346,1332,1331,1323,1325,1311,1310,43,1101,1323,1310,1104,0,1117,1344,1331,1120,1101,1323,1310,1104,43,1326,1327,1328,1329,0,1347,1348,1349,1350,1326,1327,1328,1329,43,1327,1100,1103,1328,0,1348,1116,1119,1349,1327,1100,1103,1328,43,1328,1103,1108,1198,0,1349,1119,1124,1214,1328,1103,1108,1198,43,1329,1328,1198,1197,0,1350,1349,1214,1213,1329,1328,1198,1197,43,1330,1331,1332,1333,0,1351,1352,1353,1354,1330,1331,1332,1333,43,1331,1326,1334,1332,0,1352,1347,1355,1353,1331,1326,1334,1332,43,1332,1334,1098,1110,0,1353,1355,1114,1126,1332,1334,1098,1110,43,1333,1332,1110,1109,0,1354,1353,1126,1125,1333,1332,1110,1109,43,1098,1334,1335,1099,0,1114,1355,1356,1115,1098,1334,1335,1099,43,1334,1326,1329,1335,0,1355,1347,1350,1356,1334,1326,1329,1335,43,1335,1329,1197,1200,0,1356,1350,1213,1216,1335,1329,1197,1200,43,1099,1335,1200,1040,0,1115,1356,1216,1056,1099,1335,1200,1040,43,1330,1336,1337,1331,0,1351,1357,1358,1352,1330,1336,1337,1331,43,1336,1324,1322,1337,0,1357,1345,1343,1358,1336,1324,1322,1337,43,1337,1322,1100,1327,0,1358,1343,1116,1348,1337,1322,1100,1327,43,1331,1337,1327,1326,0,1352,1358,1348,1347,1331,1337,1327,1326,43,1311,1325,1338,1314,0,1332,1346,1359,1335,1311,1325,1338,1314,43,1325,1324,1336,1338,0,1346,1345,1357,1359,1325,1324,1336,1338,43,1338,1336,1330,1339,0,1359,1357,1351,1360,1338,1336,1330,1339,43,1314,1338,1339,1315,0,1335,1359,1360,1336,1314,1338,1339,1315,43,1315,1339,1340,1321,0,1336,1360,1361,1342,1315,1339,1340,1321,43,1339,1330,1333,1340,0,1360,1351,1354,1361,1339,1330,1333,1340,43,1340,1333,1109,1293,0,1361,1354,1125,1314,1340,1333,1109,1293,43,1321,1340,1293,1292,0,1342,1361,1314,1313,1321,1340,1293,1292,43,1292,1291,1341,1320,0,1313,1312,1362,1341,1292,1291,1341,1320,43,1291,1280,1342,1341,0,1312,1301,1363,1362,1291,1280,1342,1341,43,1341,1342,1343,1344,0,1362,1363,1364,1365,1341,1342,1343,1344,43,1320,1341,1344,1317,0,1341,1362,1365,1338,1320,1341,1344,1317,43,1345,1346,1347,1348,0,1366,1367,1368,1369,1345,1346,1347,1348,43,1346,1349,1350,1347,0,1367,1370,1371,1368,1346,1349,1350,1347,43,1347,1350,1351,1352,0,1368,1371,1372,1373,1347,1350,1351,1352,43,1348,1347,1352,1353,0,1369,1368,1373,1374,1348,1347,1352,1353,43,1351,1350,1354,1355,0,1372,1371,1375,1376,1351,1350,1354,1355,43,1350,1349,1356,1354,0,1371,1370,1377,1375,1350,1349,1356,1354,43,1354,1356,604,607,0,1375,1377,604,607,1354,1356,604,607,43,1355,1354,607,609,0,1376,1375,607,609,1355,1354,607,609,43,604,1356,1357,612,0,604,1377,1378,612,604,1356,1357,612,43,1356,1349,1346,1357,0,1377,1370,1367,1378,1356,1349,1346,1357,43,1357,1346,1345,1358,0,1378,1367,1366,1379,1357,1346,1345,1358,43,612,1357,1358,613,0,612,1378,1379,613,612,1357,1358,613,43,1343,1359,1360,1361,0,1364,1380,1381,1382,1343,1359,1360,1361,43,1359,1362,1363,1360,0,1380,1383,1384,1381,1359,1362,1363,1360,43,1360,1363,1364,1365,0,1381,1384,1385,1386,1360,1363,1364,1365,43,1361,1360,1365,1366,0,1382,1381,1386,1387,1361,1360,1365,1366,43,1299,1318,1367,1300,0,1320,1339,1388,1321,1299,1318,1367,1300,43,1318,1317,1368,1367,0,1339,1338,1389,1388,1318,1317,1368,1367,43,1367,1368,1369,1370,0,1388,1389,1390,1391,1367,1368,1369,1370,43,1300,1367,1370,871,0,1321,1388,1391,873,1300,1367,1370,871,43,871,1370,1371,872,0,873,1391,1392,874,871,1370,1371,872,43,1370,1369,1372,1371,0,1391,1390,1393,1392,1370,1369,1372,1371,43,1371,1372,1373,1374,0,1392,1393,1394,1395,1371,1372,1373,1374,43,872,1371,1374,873,0,874,1392,1395,875,872,1371,1374,873,43,1317,1344,1375,1368,0,1338,1365,1396,1389,1317,1344,1375,1368,43,1344,1343,1361,1375,0,1365,1364,1382,1396,1344,1343,1361,1375,43,1375,1361,1366,1376,0,1396,1382,1387,1397,1375,1361,1366,1376,43,1368,1375,1376,1369,0,1389,1396,1397,1390,1368,1375,1376,1369,43,1369,1376,1377,1372,0,1390,1397,1398,1393,1369,1376,1377,1372,43,1376,1366,1378,1377,0,1397,1387,1399,1398,1376,1366,1378,1377,43,1377,1378,1353,1379,0,1398,1399,1374,1400,1377,1378,1353,1379,43,1372,1377,1379,1373,0,1393,1398,1400,1394,1372,1377,1379,1373,43,1366,1365,1380,1378,0,1387,1386,1401,1399,1366,1365,1380,1378,43,1365,1364,1381,1380,0,1386,1385,1402,1401,1365,1364,1381,1380,43,1380,1381,1345,1348,0,1401,1402,1366,1369,1380,1381,1345,1348,43,1378,1380,1348,1353,0,1399,1401,1369,1374,1378,1380,1348,1353,43,639,638,1382,1383,0,639,638,1403,1404,639,638,1382,1383,43,638,613,1358,1382,0,638,613,1379,1403,638,613,1358,1382,43,1382,1358,1345,1381,0,1403,1379,1366,1402,1382,1358,1345,1381,43,1383,1382,1381,1364,0,1404,1403,1402,1385,1383,1382,1381,1364,43,1362,1384,1385,1363,0,1383,1405,1406,1384,1362,1384,1385,1363,43,1384,643,641,1385,0,1405,643,641,1406,1384,643,641,1385,43,1385,641,639,1383,0,1406,641,639,1404,1385,641,639,1383,43,1363,1385,1383,1364,0,1384,1406,1404,1385,1363,1385,1383,1364,43,1343,1342,1386,1359,0,1364,1363,1407,1380,1343,1342,1386,1359,43,1342,1280,1278,1386,0,1363,1301,1299,1407,1342,1280,1278,1386,43,1386,1278,1274,1387,0,1407,1299,1295,1408,1386,1278,1274,1387,43,1359,1386,1387,1362,0,1380,1407,1408,1383,1359,1386,1387,1362,43,1274,1272,1388,1387,0,1295,1293,1409,1408,1274,1272,1388,1387,43,1272,525,647,1388,0,1293,525,647,1409,1272,525,647,1388,43,1388,647,643,1384,0,1409,647,643,1405,1388,647,643,1384,43,1387,1388,1384,1362,0,1408,1409,1405,1383,1387,1388,1384,1362,43,651,650,1389,1390,0,651,650,1410,1411,651,650,1389,1390,43,650,527,1277,1389,0,650,527,1298,1410,650,527,1277,1389,43,1389,1277,1276,1285,0,1410,1298,1297,1306,1389,1277,1276,1285,43,1390,1389,1285,1284,0,1411,1410,1306,1305,1390,1389,1285,1284,43,656,655,1391,1392,0,656,655,1412,1413,656,655,1391,1392,43,655,651,1390,1391,0,655,651,1411,1412,655,651,1390,1391,43,1391,1390,1284,1393,0,1412,1411,1305,1414,1391,1390,1284,1393,43,1392,1391,1393,1394,0,1413,1412,1414,1415,1392,1391,1393,1394,43,1394,1393,1395,1396,0,1415,1414,1416,1417,1394,1393,1395,1396,43,1393,1284,1287,1395,0,1414,1305,1308,1416,1393,1284,1287,1395,43,1395,1287,1114,1397,0,1416,1308,1130,1418,1395,1287,1114,1397,43,1396,1395,1397,1398,0,1417,1416,1418,1419,1396,1395,1397,1398,43,1398,1399,1400,1401,0,1419,1420,1421,1422,1398,1399,1400,1401,43,1399,1086,1089,1400,0,1420,1102,1105,1421,1399,1086,1089,1400,43,1400,1089,1091,1402,0,1421,1105,1107,1423,1400,1089,1091,1402,43,1401,1400,1402,1403,0,1422,1421,1423,1424,1401,1400,1402,1403,43,1114,1113,1404,1397,0,1130,1129,1425,1418,1114,1113,1404,1397,43,1113,1092,1095,1404,0,1129,1108,1111,1425,1113,1092,1095,1404,43,1404,1095,1086,1399,0,1425,1111,1102,1420,1404,1095,1086,1399,43,1397,1404,1399,1398,0,1418,1425,1420,1419,1397,1404,1399,1398,43,1394,1396,1405,1406,0,1415,1417,1426,1427,1394,1396,1405,1406,43,1396,1398,1401,1405,0,1417,1419,1422,1426,1396,1398,1401,1405,43,1405,1401,1403,1407,0,1426,1422,1424,1428,1405,1401,1403,1407,43,1406,1405,1407,1408,0,1427,1426,1428,1429,1406,1405,1407,1408,43,656,1392,1409,675,0,656,1413,1430,675,656,1392,1409,675,43,1392,1394,1406,1409,0,1413,1415,1427,1430,1392,1394,1406,1409,43,1409,1406,1408,1410,0,1430,1427,1429,1431,1409,1406,1408,1410,43,675,1409,1410,676,0,675,1430,1431,676,675,1409,1410,676,43,794,921,1411,795,0,794,923,1432,795,794,921,1411,795,43,921,920,1412,1411,0,923,922,1433,1432,921,920,1412,1411,43,1411,1412,1413,1414,0,1432,1433,1434,1435,1411,1412,1413,1414,43,795,1411,1414,796,0,795,1432,1435,796,795,1411,1414,796,43,817,1415,1416,821,0,817,1436,1437,821,817,1415,1416,821,43,1415,1417,1418,1416,0,1436,1438,1439,1437,1415,1417,1418,1416,43,1416,1418,833,834,0,1437,1439,835,836,1416,1418,833,834,43,821,1416,834,822,0,821,1437,836,822,821,1416,834,822,43,1417,1419,1420,1418,0,1438,1440,1441,1439,1417,1419,1420,1418,43,1419,1421,1422,1420,0,1440,1442,1443,1441,1419,1421,1422,1420,43,1420,1422,828,831,0,1441,1443,830,833,1420,1422,828,831,43,1418,1420,831,833,0,1439,1441,833,835,1418,1420,831,833,43,788,791,1423,816,0,788,791,1444,816,788,791,1423,816,43,791,796,1424,1423,0,791,796,1445,1444,791,796,1424,1423,43,1423,1424,1417,1415,0,1444,1445,1438,1436,1423,1424,1417,1415,43,816,1423,1415,817,0,816,1444,1436,817,816,1423,1415,817,43,796,1414,1425,1424,0,796,1435,1446,1445,796,1414,1425,1424,43,1414,1413,1426,1425,0,1435,1434,1447,1446,1414,1413,1426,1425,43,1425,1426,1421,1419,0,1446,1447,1442,1440,1425,1426,1421,1419,43,1424,1425,1419,1417,0,1445,1446,1440,1438,1424,1425,1419,1417,43,1427,1428,1429,1430,0,1448,1449,1450,1451,1427,1428,1429,1430,43,1428,1431,1432,1429,0,1449,1452,1453,1450,1428,1431,1432,1429,43,1429,1432,1433,1434,0,1450,1453,1454,1455,1429,1432,1433,1434,43,1430,1429,1434,1435,0,1451,1450,1455,1456,1430,1429,1434,1435,43,1015,1436,1437,1016,0,1031,1457,1458,1032,1015,1436,1437,1016,43,1436,1438,1439,1437,0,1457,1459,1460,1458,1436,1438,1439,1437,43,1437,1439,1440,1441,0,1458,1460,1461,1462,1437,1439,1440,1441,43,1016,1437,1441,890,0,1032,1458,1462,892,1016,1437,1441,890,43,890,1441,1442,891,0,892,1462,1463,893,890,1441,1442,891,43,1441,1440,1443,1442,0,1462,1461,1464,1463,1441,1440,1443,1442,43,1442,1443,880,889,0,1463,1464,882,891,1442,1443,880,889,43,891,1442,889,888,0,893,1463,891,890,891,1442,889,888,43,1440,1444,1445,1443,0,1461,1465,1466,1464,1440,1444,1445,1443,43,1444,1446,1447,1445,0,1465,1467,1468,1466,1444,1446,1447,1445,43,1445,1447,859,881,0,1466,1468,861,883,1445,1447,859,881,43,1443,1445,881,880,0,1464,1466,883,882,1443,1445,881,880,43,1438,1448,1449,1439,0,1459,1469,1470,1460,1438,1448,1449,1439,43,1448,1435,1450,1449,0,1469,1456,1471,1470,1448,1435,1450,1449,43,1449,1450,1446,1444,0,1470,1471,1467,1465,1449,1450,1446,1444,43,1439,1449,1444,1440,0,1460,1470,1465,1461,1439,1449,1444,1440,43,1451,1452,1453,1454,0,1472,1473,1474,1475,1451,1452,1453,1454,43,1452,783,780,1453,0,1473,783,780,1474,1452,783,780,1453,43,1453,780,779,855,0,1474,780,779,857,1453,780,779,855,43,1454,1453,855,854,0,1475,1474,857,856,1454,1453,855,854,43,785,784,1455,1222,0,785,784,1476,1238,785,784,1455,1222,43,784,783,1452,1455,0,784,783,1473,1476,784,783,1452,1455,43,1455,1452,1451,1456,0,1476,1473,1472,1477,1455,1452,1451,1456,43,1222,1455,1456,1137,0,1238,1476,1477,1153,1222,1455,1456,1137,43,1124,1138,1457,1458,0,1140,1154,1478,1479,1124,1138,1457,1458,43,1138,1137,1456,1457,0,1154,1153,1477,1478,1138,1137,1456,1457,43,1457,1456,1451,1459,0,1478,1477,1472,1480,1457,1456,1451,1459,43,1458,1457,1459,1433,0,1479,1478,1480,1454,1458,1457,1459,1433,43,1451,1454,1460,1461,0,1472,1475,1481,1482,1451,1454,1460,1461,43,1454,854,860,1460,0,1475,856,862,1481,1454,854,860,1460,43,1460,860,859,1447,0,1481,862,861,1468,1460,860,859,1447,43,1461,1460,1447,1446,0,1482,1481,1468,1467,1461,1460,1447,1446,43,1446,1450,1462,1461,0,1467,1471,1483,1482,1446,1450,1462,1461,43,1450,1435,1434,1462,0,1471,1456,1455,1483,1450,1435,1434,1462,43,1462,1434,1433,1459,0,1483,1455,1454,1480,1462,1434,1433,1459,43,1461,1462,1459,1451,0,1482,1483,1480,1472,1461,1462,1459,1451,43,1002,1463,1464,1006,0,1017,1484,1485,1022,1002,1463,1464,1006,43,1463,1465,1466,1464,0,1484,1486,1487,1485,1463,1465,1466,1464,43,1464,1466,1015,1013,0,1485,1487,1031,1029,1464,1466,1015,1013,43,1006,1464,1013,1007,0,1022,1485,1029,1023,1006,1464,1013,1007,43,1465,1467,1468,1466,0,1486,1488,1489,1487,1465,1467,1468,1466,43,1467,1469,1470,1468,0,1488,1490,1491,1489,1467,1469,1470,1468,43,1468,1470,1438,1436,0,1489,1491,1459,1457,1468,1470,1438,1436,43,1466,1468,1436,1015,0,1487,1489,1457,1031,1466,1468,1436,1015,43,241,740,1471,1001,0,1015,1492,1493,1016,241,740,1471,1001,43,740,739,1472,1471,0,1492,1494,1495,1493,740,739,1472,1471,43,1471,1472,1465,1463,0,1493,1495,1486,1484,1471,1472,1465,1463,43,1001,1471,1463,1002,0,1016,1493,1484,1017,1001,1471,1463,1002,43,746,745,1473,1474,0,1496,1497,1498,1499,746,745,1473,1474,43,745,744,1475,1473,0,1497,1500,1501,1498,745,744,1475,1473,43,1473,1475,1427,1476,0,1498,1501,1448,1502,1473,1475,1427,1476,43,1474,1473,1476,1469,0,1499,1498,1502,1490,1474,1473,1476,1469,43,739,749,1477,1472,0,1494,1503,1504,1495,739,749,1477,1472,43,749,746,1474,1477,0,1503,1496,1499,1504,749,746,1474,1477,43,1477,1474,1469,1467,0,1504,1499,1490,1488,1477,1474,1469,1467,43,1472,1477,1467,1465,0,1495,1504,1488,1486,1472,1477,1467,1465,43,1469,1476,1478,1470,0,1490,1502,1505,1491,1469,1476,1478,1470,43,1476,1427,1430,1478,0,1502,1448,1451,1505,1476,1427,1430,1478,43,1478,1430,1435,1448,0,1505,1451,1456,1469,1478,1430,1435,1448,43,1470,1478,1448,1438,0,1491,1505,1469,1459,1470,1478,1448,1438,43,1270,1269,1479,1480,0,1291,1290,1506,1507,1270,1269,1479,1480,43,1269,1128,1125,1479,0,1290,1144,1141,1506,1269,1128,1125,1479,43,1479,1125,1124,1481,0,1506,1141,1140,1508,1479,1125,1124,1481,43,1480,1479,1481,1482,0,1507,1506,1508,1509,1480,1479,1481,1482,43,760,759,1483,1484,0,1510,1511,1512,1513,760,759,1483,1484,43,759,758,1485,1483,0,1511,1514,1515,1512,759,758,1485,1483,43,1483,1485,1482,1486,0,1512,1515,1509,1516,1483,1485,1482,1486,43,1484,1483,1486,1431,0,1513,1512,1516,1452,1484,1483,1486,1431,43,1433,1432,1487,1458,0,1454,1453,1517,1479,1433,1432,1487,1458,43,1432,1431,1486,1487,0,1453,1452,1516,1517,1432,1431,1486,1487,43,1487,1486,1482,1481,0,1517,1516,1509,1508,1487,1486,1482,1481,43,1458,1487,1481,1124,0,1479,1517,1508,1140,1458,1487,1481,1124,43,1264,1271,1488,1265,0,1284,1292,1518,1285,1264,1271,1488,1265,43,1271,1270,1489,1488,0,1292,1291,1519,1518,1271,1270,1489,1488,43,1488,1489,763,766,0,1518,1519,1520,1521,1488,1489,763,766,43,1265,1488,766,512,0,1285,1518,1521,1286,1265,1488,766,512,43,763,1489,1490,768,0,1520,1519,1522,1523,763,1489,1490,768,43,1489,1270,1480,1490,0,1519,1291,1507,1522,1489,1270,1480,1490,43,1490,1480,1482,1485,0,1522,1507,1509,1515,1490,1480,1482,1485,43,768,1490,1485,758,0,1523,1522,1515,1514,768,1490,1485,758,43,744,770,1491,1475,0,1500,1524,1525,1501,744,770,1491,1475,43,770,760,1484,1491,0,1524,1510,1513,1525,770,760,1484,1491,43,1491,1484,1431,1428,0,1525,1513,1452,1449,1491,1484,1431,1428,43,1475,1491,1428,1427,0,1501,1525,1449,1448,1475,1491,1428,1427,43,908,1492,1493,924,0,910,1526,1527,926,908,1492,1493,924,43,1492,1494,1495,1493,0,1526,1528,1529,1527,1492,1494,1495,1493,43,1493,1495,1496,1497,0,1527,1529,1530,1531,1493,1495,1496,1497,43,924,1493,1497,926,0,926,1527,1531,928,924,1493,1497,926,43,905,1498,1499,906,0,907,1532,1533,908,905,1498,1499,906,43,1498,1494,1492,1499,0,1532,1528,1526,1533,1498,1494,1492,1499,43,1499,1492,908,911,0,1533,1526,910,913,1499,1492,908,911,43,906,1499,911,907,0,908,1533,913,909,906,1499,911,907,43,1500,1501,1502,1503,0,1534,1535,1536,1537,1500,1501,1502,1503,43,1501,1504,1505,1502,0,1535,1538,1539,1536,1501,1504,1505,1502,43,1502,1505,1506,1507,0,1536,1539,1540,1541,1502,1505,1506,1507,43,1503,1502,1507,1508,0,1537,1536,1541,1542,1503,1502,1507,1508,43,1509,1510,1511,1512,0,1543,1544,1545,1546,1509,1510,1511,1512,43,1510,1513,1514,1511,0,1544,1547,1548,1545,1510,1513,1514,1511,43,1511,1514,1515,1516,0,1545,1548,1549,1550,1511,1514,1515,1516,43,1512,1511,1516,1517,0,1546,1545,1550,1551,1512,1511,1516,1517,43,1506,1518,1519,1520,0,1540,1552,1553,1554,1506,1518,1519,1520,43,1518,1517,1516,1519,0,1552,1551,1550,1553,1518,1517,1516,1519,43,1519,1516,1515,1521,0,1553,1550,1549,1555,1519,1516,1515,1521,43,1520,1519,1521,1522,0,1554,1553,1555,1556,1520,1519,1521,1522,43,1515,1514,1523,1524,0,1549,1548,1557,1558,1515,1514,1523,1524,43,1514,1513,1525,1523,0,1548,1547,1559,1557,1514,1513,1525,1523,43,1523,1525,1526,1527,0,1557,1559,1560,1561,1523,1525,1526,1527,43,1524,1523,1527,1528,0,1558,1557,1561,1562,1524,1523,1527,1528,43,1529,1530,1531,1532,0,1563,1564,1565,1566,1529,1530,1531,1532,43,1530,1533,1534,1531,0,1564,1567,1568,1565,1530,1533,1534,1531,43,1531,1534,1535,1536,0,1565,1568,1569,1570,1531,1534,1535,1536,43,1532,1531,1536,1537,0,1566,1565,1570,1571,1532,1531,1536,1537,43,1535,1538,1539,1536,0,1569,1572,1573,1570,1535,1538,1539,1536,43,1538,1528,1527,1539,0,1572,1562,1561,1573,1538,1528,1527,1539,43,1539,1527,1526,1540,0,1573,1561,1560,1574,1539,1527,1526,1540,43,1536,1539,1540,1537,0,1570,1573,1574,1571,1536,1539,1540,1537,43,1528,1538,1541,1542,0,1562,1572,1575,1576,1528,1538,1541,1542,43,1538,1535,1543,1541,0,1572,1569,1577,1575,1538,1535,1543,1541,43,1542,1541,1543,1544,0,1576,1575,1577,1578,1542,1541,1543,1544,43,1522,1521,1545,1546,0,1556,1555,1579,1580,1522,1521,1545,1546,43,1521,1515,1524,1545,0,1555,1549,1558,1579,1521,1515,1524,1545,43,1545,1524,1528,1542,0,1579,1558,1562,1576,1545,1524,1528,1542,43,1546,1545,1542,1544,0,1580,1579,1576,1578,1546,1545,1542,1544,43,1508,1507,1547,1548,0,1542,1541,1581,1582,1508,1507,1547,1548,43,1507,1506,1520,1547,0,1541,1540,1554,1581,1507,1506,1520,1547,43,1547,1520,1522,1549,0,1581,1554,1556,1583,1547,1520,1522,1549,43,1548,1547,1549,1550,0,1582,1581,1583,1584,1548,1547,1549,1550,43,1551,1552,1553,1554,0,1585,1586,1587,1588,1551,1552,1553,1554,43,1552,1550,1549,1553,0,1586,1584,1583,1587,1552,1550,1549,1553,43,1553,1549,1522,1546,0,1587,1583,1556,1580,1553,1549,1522,1546,43,1554,1553,1546,1544,0,1588,1587,1580,1578,1554,1553,1546,1544,43,1555,1556,1557,1558,0,1589,1590,1591,1592,1555,1556,1557,1558,43,1556,1559,1560,1557,0,1590,1593,1594,1591,1556,1559,1560,1557,43,1557,1560,1561,1562,0,1591,1594,1595,1596,1557,1560,1561,1562,43,1558,1557,1562,1563,0,1592,1591,1596,1597,1558,1557,1562,1563,43,1564,1565,1566,1567,0,1598,1599,1600,1601,1564,1565,1566,1567,43,1565,1555,1558,1566,0,1599,1589,1592,1600,1565,1555,1558,1566,43,1566,1558,1563,1568,0,1600,1592,1597,1602,1566,1558,1563,1568,43,1567,1566,1568,1569,0,1601,1600,1602,1603,1567,1566,1568,1569,43,1570,1571,1572,1573,0,1604,1605,1606,1607,1570,1571,1572,1573,43,1571,1574,1575,1572,0,1605,1608,1609,1606,1571,1574,1575,1572,43,1572,1575,1576,1577,0,1606,1609,1610,1611,1572,1575,1576,1577,43,1573,1572,1577,1578,0,1607,1606,1611,1612,1573,1572,1577,1578,43,1579,1580,1581,1582,0,1613,1614,1615,1616,1579,1580,1581,1582,43,1580,1570,1573,1581,0,1614,1604,1607,1615,1580,1570,1573,1581,43,1581,1573,1578,1583,0,1615,1607,1612,1617,1581,1573,1578,1583,43,1582,1581,1583,1584,0,1616,1615,1617,1618,1582,1581,1583,1584,43,1585,1586,1587,1588,0,1619,1620,1621,1622,1585,1586,1587,1588,43,1586,1579,1582,1587,0,1620,1613,1616,1621,1586,1579,1582,1587,43,1587,1582,1584,1589,0,1621,1616,1618,1623,1587,1582,1584,1589,43,1588,1587,1589,1590,0,1622,1621,1623,1624,1588,1587,1589,1590,43,1591,1592,1593,1594,0,1625,1626,1627,1628,1591,1592,1593,1594,43,1592,1509,1512,1593,0,1626,1543,1546,1627,1592,1509,1512,1593,43,1593,1512,1517,1595,0,1627,1546,1551,1629,1593,1512,1517,1595,43,1594,1593,1595,1596,0,1628,1627,1629,1630,1594,1593,1595,1596,43,1504,1597,1598,1505,0,1538,1631,1632,1539,1504,1597,1598,1505,43,1597,1596,1595,1598,0,1631,1630,1629,1632,1597,1596,1595,1598,43,1598,1595,1517,1518,0,1632,1629,1551,1552,1598,1595,1517,1518,43,1505,1598,1518,1506,0,1539,1632,1552,1540,1505,1598,1518,1506,43,1596,1597,1599,1600,0,1630,1631,1633,1634,1596,1597,1599,1600,43,1597,1504,1601,1599,0,1631,1538,1635,1633,1597,1504,1601,1599,43,1599,1601,1579,1586,0,1633,1635,1613,1620,1599,1601,1579,1586,43,1600,1599,1586,1585,0,1634,1633,1620,1619,1600,1599,1586,1585,43,1500,1602,1603,1501,0,1534,1636,1637,1535,1500,1602,1603,1501,43,1602,1570,1580,1603,0,1636,1604,1614,1637,1602,1570,1580,1603,43,1603,1580,1579,1601,0,1637,1614,1613,1635,1603,1580,1579,1601,43,1501,1603,1601,1504,0,1535,1637,1635,1538,1501,1603,1601,1504,43,1604,1605,1606,1607,0,1638,1639,1640,1641,1604,1605,1606,1607,43,1605,1574,1571,1606,0,1639,1608,1605,1640,1605,1574,1571,1606,43,1606,1571,1570,1602,0,1640,1605,1604,1636,1606,1571,1570,1602,43,1602,1500,1607,1606,0,1636,1534,1641,1640,1602,1500,1607,1606,43,1574,1608,1609,1575,0,1608,1642,1643,1609,1574,1608,1609,1575,43,1608,1610,1611,1609,0,1642,1644,1645,1643,1608,1610,1611,1609,43,1609,1611,1612,1613,0,1643,1645,1646,1647,1609,1611,1612,1613,43,1575,1609,1613,1576,0,1609,1643,1647,1610,1575,1609,1613,1576,43,1614,1615,1616,1617,0,1648,1649,1650,1651,1614,1615,1616,1617,43,1615,1610,1608,1616,0,1649,1644,1642,1650,1615,1610,1608,1616,43,1616,1608,1574,1605,0,1650,1642,1608,1639,1616,1608,1574,1605,43,1617,1616,1605,1604,0,1651,1650,1639,1638,1617,1616,1605,1604,43,1618,1619,1620,1621,0,1652,1653,1654,1655,1618,1619,1620,1621,43,1619,1622,1623,1620,0,1653,1656,1657,1654,1619,1622,1623,1620,43,1620,1623,1564,1567,0,1654,1657,1598,1601,1620,1623,1564,1567,43,1621,1620,1567,1569,0,1655,1654,1601,1603,1621,1620,1567,1569,43,1624,1625,1626,1627,0,1658,1659,1660,1661,1624,1625,1626,1627,43,1625,1628,1629,1626,0,1659,1662,1663,1660,1625,1628,1629,1626,43,1626,1629,1630,1631,0,1660,1663,1664,1665,1626,1629,1630,1631,43,1627,1626,1631,1622,0,1661,1660,1665,1656,1627,1626,1631,1622,43,1632,1633,1634,1635,0,1666,1667,1668,1669,1632,1633,1634,1635,43,1633,1636,1637,1634,0,1667,1670,1671,1668,1633,1636,1637,1634,43,1634,1637,1628,1625,0,1668,1671,1662,1659,1634,1637,1628,1625,43,1635,1634,1625,1624,0,1669,1668,1659,1658,1635,1634,1625,1624,43,1638,1639,1640,1641,0,1672,1673,1674,1675,1638,1639,1640,1641,43,1639,1624,1627,1640,0,1673,1658,1661,1674,1639,1624,1627,1640,43,1640,1627,1622,1619,0,1674,1661,1656,1653,1640,1627,1622,1619,43,1641,1640,1619,1618,0,1675,1674,1653,1652,1641,1640,1619,1618,43,1632,1635,1642,1643,0,1666,1669,1676,1677,1632,1635,1642,1643,43,1635,1624,1639,1642,0,1669,1658,1673,1676,1635,1624,1639,1642,43,1642,1639,1638,1644,0,1676,1673,1672,1678,1642,1639,1638,1644,43,1643,1642,1644,1645,0,1677,1676,1678,1679,1643,1642,1644,1645,43,1550,1552,1646,1647,0,1584,1586,1680,1681,1550,1552,1646,1647,43,1552,1551,1648,1646,0,1586,1585,1682,1680,1552,1551,1648,1646,43,1646,1648,1649,1650,0,1680,1682,1683,1684,1646,1648,1649,1650,43,1647,1646,1650,1651,0,1681,1680,1684,1685,1647,1646,1650,1651,43,1651,1652,1653,1647,0,1685,1686,1687,1681,1651,1652,1653,1647,43,1652,1654,1655,1653,0,1686,1688,1689,1687,1652,1654,1655,1653,43,1653,1655,1508,1548,0,1687,1689,1542,1582,1653,1655,1508,1548,43,1647,1653,1548,1550,0,1681,1687,1582,1584,1647,1653,1548,1550,43,1614,1617,1656,1657,0,1648,1651,1690,1691,1614,1617,1656,1657,43,1617,1604,1658,1656,0,1651,1638,1692,1690,1617,1604,1658,1656,43,1656,1658,1654,1659,0,1690,1692,1688,1693,1656,1658,1654,1659,43,1657,1656,1659,1660,0,1691,1690,1693,1694,1657,1656,1659,1660,43,1654,1658,1661,1655,0,1688,1692,1695,1689,1654,1658,1661,1655,43,1658,1604,1607,1661,0,1692,1638,1641,1695,1658,1604,1607,1661,43,1500,1503,1661,1607,0,1534,1537,1695,1641,1500,1503,1661,1607,43,1655,1661,1503,1508,0,1689,1695,1537,1542,1655,1661,1503,1508,43,1651,1662,1663,1652,0,1685,1696,1697,1686,1651,1662,1663,1652,43,1662,1664,1665,1663,0,1696,1698,1699,1697,1662,1664,1665,1663,43,1663,1665,1660,1659,0,1697,1699,1694,1693,1663,1665,1660,1659,43,1652,1663,1659,1654,0,1686,1697,1693,1688,1652,1663,1659,1654,43,1649,1666,1667,1650,0,1683,1700,1701,1684,1649,1666,1667,1650,43,1666,1668,1669,1667,0,1700,1702,1703,1701,1666,1668,1669,1667,43,1667,1669,1664,1662,0,1701,1703,1698,1696,1667,1669,1664,1662,43,1650,1667,1662,1651,0,1684,1701,1696,1685,1650,1667,1662,1651,43,1628,1637,1670,1671,0,1662,1671,1704,1705,1628,1637,1670,1671,43,1637,1636,1672,1670,0,1671,1670,1706,1704,1637,1636,1672,1670,43,1670,1672,1673,1674,0,1704,1706,1707,1708,1670,1672,1673,1674,43,1671,1670,1674,1675,0,1705,1704,1708,1709,1671,1670,1674,1675,43,1675,1676,1677,1671,0,1709,1710,1711,1705,1675,1676,1677,1671,43,1676,1678,1679,1677,0,1710,1712,1713,1711,1676,1678,1679,1677,43,1677,1679,1630,1629,0,1711,1713,1664,1663,1677,1679,1630,1629,43,1671,1677,1629,1628,0,1705,1711,1663,1662,1671,1677,1629,1628,43,1678,1676,1680,1681,0,1712,1710,1714,1715,1678,1676,1680,1681,43,1676,1675,1682,1680,0,1710,1709,1716,1714,1676,1675,1682,1680,43,1680,1682,1668,1683,0,1714,1716,1702,1717,1680,1682,1668,1683,43,1681,1680,1683,1684,0,1715,1714,1717,1718,1681,1680,1683,1684,43,1555,1565,1685,1556,0,1589,1599,1719,1590,1555,1565,1685,1556,43,1565,1564,1686,1685,0,1599,1598,1720,1719,1565,1564,1686,1685,43,1685,1686,1687,1688,0,1719,1720,1721,1722,1685,1686,1687,1688,43,1556,1685,1688,1559,0,1590,1719,1722,1593,1556,1685,1688,1559,43,1564,1623,1689,1686,0,1598,1657,1723,1720,1564,1623,1689,1686,43,1623,1622,1631,1689,0,1657,1656,1665,1723,1623,1622,1631,1689,43,1689,1631,1630,1690,0,1723,1665,1664,1724,1689,1631,1630,1690,43,1686,1689,1690,1687,0,1720,1723,1724,1721,1686,1689,1690,1687,43,1630,1679,1691,1690,0,1664,1713,1725,1724,1630,1679,1691,1690,43,1679,1678,1681,1691,0,1713,1712,1715,1725,1679,1678,1681,1691,43,1691,1681,1684,1692,0,1725,1715,1718,1726,1691,1681,1684,1692,43,1690,1691,1692,1687,0,1724,1725,1726,1721,1690,1691,1692,1687,43,1544,1543,1693,1694,0,1578,1577,1727,1728,1544,1543,1693,1694,43,1543,1535,1534,1693,0,1577,1569,1568,1727,1543,1535,1534,1693,43,1693,1534,1533,1695,0,1727,1568,1567,1729,1693,1534,1533,1695,43,1694,1693,1695,1696,0,1728,1727,1729,1730,1694,1693,1695,1696,43,1533,1530,1697,1695,0,1567,1564,1731,1729,1533,1530,1697,1695,43,1530,1529,1698,1697,0,1564,1563,1732,1731,1530,1529,1698,1697,43,1697,1698,1699,1700,0,1731,1732,1733,1734,1697,1698,1699,1700,43,1695,1697,1700,1696,0,1729,1731,1734,1730,1695,1697,1700,1696,43,1699,1701,1702,1700,0,1733,1735,1736,1734,1699,1701,1702,1700,43,1701,1561,1560,1702,0,1735,1595,1594,1736,1701,1561,1560,1702,43,1702,1560,1559,1703,0,1736,1594,1593,1737,1702,1560,1559,1703,43,1700,1702,1703,1696,0,1734,1736,1737,1730,1700,1702,1703,1696,43,1649,1648,1704,1705,0,1683,1682,1738,1739,1649,1648,1704,1705,43,1648,1551,1554,1704,0,1682,1585,1588,1738,1648,1551,1554,1704,43,1704,1554,1544,1694,0,1738,1588,1578,1728,1704,1554,1544,1694,43,1705,1704,1694,1696,0,1739,1738,1728,1730,1705,1704,1694,1696,43,1559,1688,1706,1703,0,1593,1722,1740,1737,1559,1688,1706,1703,43,1688,1687,1692,1706,0,1722,1721,1726,1740,1688,1687,1692,1706,43,1706,1692,1684,1707,0,1740,1726,1718,1741,1706,1692,1684,1707,43,1703,1706,1707,1696,0,1737,1740,1741,1730,1703,1706,1707,1696,43,1684,1683,1708,1707,0,1718,1717,1742,1741,1684,1683,1708,1707,43,1683,1668,1666,1708,0,1717,1702,1700,1742,1683,1668,1666,1708,43,1708,1666,1649,1705,0,1742,1700,1683,1739,1708,1666,1649,1705,43,1707,1708,1705,1696,0,1741,1742,1739,1730,1707,1708,1705,1696,43,1675,1674,1709,1682,0,1709,1708,1743,1716,1675,1674,1709,1682,43,1674,1673,1710,1709,0,1708,1707,1744,1743,1674,1673,1710,1709,43,1709,1710,1664,1669,0,1743,1744,1698,1703,1709,1710,1664,1669,43,1682,1709,1669,1668,0,1716,1743,1703,1702,1682,1709,1669,1668,43,1673,1672,1711,1710,0,1707,1706,1745,1744,1673,1672,1711,1710,43,1672,1636,1633,1711,0,1706,1670,1667,1745,1672,1636,1633,1711,43,1711,1633,1632,1712,0,1745,1667,1666,1746,1711,1633,1632,1712,43,1710,1711,1712,1664,0,1744,1745,1746,1698,1710,1711,1712,1664,43,1664,1712,1713,1665,0,1698,1746,1747,1699,1664,1712,1713,1665,43,1712,1632,1643,1713,0,1746,1666,1677,1747,1712,1632,1643,1713,43,1713,1643,1645,1714,0,1747,1677,1679,1748,1713,1643,1645,1714,43,1665,1713,1714,1660,0,1699,1747,1748,1694,1665,1713,1714,1660,43,1715,1716,1717,1718,0,1749,1750,1751,1752,1715,1716,1717,1718,43,1716,1719,1720,1717,0,1750,1753,1754,1751,1716,1719,1720,1717,43,1717,1720,1721,1722,0,1751,1754,1755,1756,1717,1720,1721,1722,43,1718,1717,1722,1723,0,1752,1751,1756,1757,1718,1717,1722,1723,43,1724,1725,1726,1727,0,1758,1759,1760,1761,1724,1725,1726,1727,43,1725,1728,1729,1726,0,1759,1762,1763,1760,1725,1728,1729,1726,43,1726,1729,1730,1731,0,1760,1763,1764,1765,1726,1729,1730,1731,43,1727,1726,1731,1732,0,1761,1760,1765,1766,1727,1726,1731,1732,43,1724,1727,1733,1734,0,1758,1761,1767,1768,1724,1727,1733,1734,43,1727,1732,1735,1733,0,1761,1766,1769,1767,1727,1732,1735,1733,43,1733,1735,1715,1736,0,1767,1769,1749,1770,1733,1735,1715,1736,43,1734,1733,1736,1737,0,1768,1767,1770,1771,1734,1733,1736,1737,43,1738,1739,1740,1741,0,1772,1773,1774,1775,1738,1739,1740,1741,43,1739,1728,1725,1740,0,1773,1762,1759,1774,1739,1728,1725,1740,43,1740,1725,1724,1742,0,1774,1759,1758,1776,1740,1725,1724,1742,43,1741,1740,1742,1743,0,1775,1774,1776,1777,1741,1740,1742,1743,43,1744,1745,1746,1747,0,1778,1779,1780,1781,1744,1745,1746,1747,43,1745,1748,1749,1746,0,1779,1782,1783,1780,1745,1748,1749,1746,43,1746,1749,1750,1751,0,1780,1783,1784,1785,1746,1749,1750,1751,43,1747,1746,1751,1752,0,1781,1780,1785,1786,1747,1746,1751,1752,43,1738,1741,1753,1754,0,1772,1775,1787,1788,1738,1741,1753,1754,43,1741,1743,1755,1753,0,1775,1777,1789,1787,1741,1743,1755,1753,43,1753,1755,1744,1747,0,1787,1789,1778,1781,1753,1755,1744,1747,43,1754,1753,1747,1752,0,1788,1787,1781,1786,1754,1753,1747,1752,43,1744,1755,1756,1757,0,1778,1789,1790,1791,1744,1755,1756,1757,43,1755,1743,1758,1756,0,1789,1777,1792,1790,1755,1743,1758,1756,43,1757,1756,1758,1759,0,1791,1790,1792,1793,1757,1756,1758,1759,43,1743,1742,1760,1758,0,1777,1776,1794,1792,1743,1742,1760,1758,43,1742,1724,1734,1760,0,1776,1758,1768,1794,1742,1724,1734,1760,43,1760,1734,1737,1761,0,1794,1768,1771,1795,1760,1734,1737,1761,43,1758,1760,1761,1759,0,1792,1794,1795,1793,1758,1760,1761,1759,43,1737,1736,1762,1763,0,1771,1770,1796,1797,1737,1736,1762,1763,43,1736,1715,1718,1762,0,1770,1749,1752,1796,1736,1715,1718,1762,43,1762,1718,1723,1764,0,1796,1752,1757,1798,1762,1718,1723,1764,43,1763,1762,1764,1765,0,1797,1796,1798,1799,1763,1762,1764,1765,43,1737,1763,1766,1761,0,1771,1797,1800,1795,1737,1763,1766,1761,43,1763,1765,1767,1766,0,1797,1799,1801,1800,1763,1765,1767,1766,43,1766,1767,1768,1769,0,1800,1801,1802,1803,1766,1767,1768,1769,43,1761,1766,1769,1759,0,1795,1800,1803,1793,1761,1766,1769,1759,43,1770,1771,1772,1773,0,1804,1805,1806,1807,1770,1771,1772,1773,43,1771,1774,1775,1772,0,1805,1808,1809,1806,1771,1774,1775,1772,43,1772,1775,1776,1777,0,1806,1809,1810,1811,1772,1775,1776,1777,43,1773,1772,1777,1778,0,1807,1806,1811,1812,1773,1772,1777,1778,43,1778,1777,1779,1780,0,1812,1811,1813,1814,1778,1777,1779,1780,43,1777,1776,1781,1779,0,1811,1810,1815,1813,1777,1776,1781,1779,43,1779,1781,1782,1783,0,1813,1815,1816,1817,1779,1781,1782,1783,43,1780,1779,1783,1784,0,1814,1813,1817,1818,1780,1779,1783,1784,43,1785,1786,1787,1788,0,1819,1820,1821,1822,1785,1786,1787,1788,43,1786,1789,1790,1787,0,1820,1823,1824,1821,1786,1789,1790,1787,43,1787,1790,1791,1792,0,1821,1824,1825,1826,1787,1790,1791,1792,43,1788,1787,1792,1793,0,1822,1821,1826,1827,1788,1787,1792,1793,43,1793,1792,1794,1795,0,1827,1826,1828,1829,1793,1792,1794,1795,43,1792,1791,1796,1794,0,1826,1825,1830,1828,1792,1791,1796,1794,43,1794,1796,1797,1798,0,1828,1830,1831,1832,1794,1796,1797,1798,43,1795,1794,1798,1799,0,1829,1828,1832,1833,1795,1794,1798,1799,43,1799,1798,1800,1801,0,1833,1832,1834,1835,1799,1798,1800,1801,43,1798,1797,1802,1800,0,1832,1831,1836,1834,1798,1797,1802,1800,43,1800,1802,1803,1804,0,1834,1836,1837,1838,1800,1802,1803,1804,43,1801,1800,1804,1805,0,1835,1834,1838,1839,1801,1800,1804,1805,43,1732,1731,1806,1807,0,1766,1765,1840,1841,1732,1731,1806,1807,43,1806,1731,1808,1809,0,1840,1842,1843,1844,1806,1731,1808,1809,43,1807,1806,1809,1810,0,1841,1840,1844,1845,1807,1806,1809,1810,43,1732,1807,1811,1735,0,1766,1841,1846,1769,1732,1807,1811,1735,43,1807,1810,1812,1811,0,1841,1845,1847,1846,1807,1810,1812,1811,43,1811,1812,1719,1716,0,1846,1847,1753,1750,1811,1812,1719,1716,43,1735,1811,1716,1715,0,1769,1846,1750,1749,1735,1811,1716,1715,43,1797,1813,1814,1802,0,1831,1848,1849,1836,1797,1813,1814,1802,43,1813,1719,1812,1814,0,1848,1753,1847,1849,1813,1719,1812,1814,43,1814,1812,1810,1815,0,1849,1847,1845,1850,1814,1812,1810,1815,43,1802,1814,1815,1803,0,1836,1849,1850,1837,1802,1814,1815,1803,43,1797,1796,1816,1813,0,1831,1830,1851,1848,1797,1796,1816,1813,43,1796,1791,1817,1816,0,1830,1825,1852,1851,1796,1791,1817,1816,43,1816,1817,1721,1720,0,1851,1852,1755,1754,1816,1817,1721,1720,43,1813,1816,1720,1719,0,1848,1851,1754,1753,1813,1816,1720,1719,43,1791,1790,1818,1817,0,1825,1824,1853,1852,1791,1790,1818,1817,43,1790,1789,1819,1818,0,1824,1823,1854,1853,1790,1789,1819,1818,43,1818,1819,1820,1821,0,1853,1854,1855,1856,1818,1819,1820,1821,43,1817,1818,1821,1721,0,1852,1853,1856,1755,1817,1818,1821,1721,43,1822,1823,1824,1825,0,1857,1858,1859,1860,1822,1823,1824,1825,43,1823,1826,1827,1824,0,1858,1861,1862,1859,1823,1826,1827,1824,43,1824,1827,1789,1786,0,1859,1862,1823,1820,1824,1827,1789,1786,43,1825,1824,1786,1785,0,1860,1859,1820,1819,1825,1824,1786,1785,43,1789,1827,1828,1819,0,1823,1862,1863,1854,1789,1827,1828,1819,43,1827,1826,1829,1828,0,1862,1861,1864,1863,1827,1826,1829,1828,43,1828,1829,1830,1831,0,1863,1864,1865,1866,1828,1829,1830,1831,43,1819,1828,1831,1820,0,1854,1863,1866,1855,1819,1828,1831,1820,43,1782,1832,1833,1783,0,1816,1867,1868,1817,1782,1832,1833,1783,43,1832,1834,1835,1833,0,1867,1869,1870,1868,1832,1834,1835,1833,43,1833,1835,1836,1837,0,1868,1870,1871,1872,1833,1835,1836,1837,43,1783,1833,1837,1784,0,1817,1868,1872,1818,1783,1833,1837,1784,43,1838,1839,1840,1841,0,1873,1874,1875,1876,1838,1839,1840,1841,43,1839,1842,1843,1840,0,1874,1877,1878,1875,1839,1842,1843,1840,43,1840,1843,1844,1845,0,1875,1878,1879,1880,1840,1843,1844,1845,43,1841,1840,1845,1834,0,1876,1875,1880,1869,1841,1840,1845,1834,43,1842,1846,1847,1843,0,1877,1881,1882,1878,1842,1846,1847,1843,43,1846,1848,1849,1847,0,1881,1883,1884,1882,1846,1848,1849,1847,43,1847,1849,1850,1851,0,1882,1884,1885,1886,1847,1849,1850,1851,43,1843,1847,1851,1844,0,1878,1882,1886,1879,1843,1847,1851,1844,43,1834,1845,1852,1835,0,1869,1880,1887,1870,1834,1845,1852,1835,43,1845,1844,1853,1852,0,1880,1879,1888,1887,1845,1844,1853,1852,43,1852,1853,1854,1855,0,1887,1888,1889,1890,1852,1853,1854,1855,43,1835,1852,1855,1836,0,1870,1887,1890,1871,1835,1852,1855,1836,43,1854,1853,1856,1857,0,1889,1888,1891,1892,1854,1853,1856,1857,43,1853,1844,1851,1856,0,1888,1879,1886,1891,1853,1844,1851,1856,43,1856,1851,1850,1858,0,1891,1886,1885,1893,1856,1851,1850,1858,43,1857,1856,1858,1859,0,1892,1891,1893,1894,1857,1856,1858,1859,43,1860,1861,1862,1863,0,1895,1896,1897,1898,1860,1861,1862,1863,43,1861,1768,1767,1862,0,1896,1802,1801,1897,1861,1768,1767,1862,43,1862,1767,1765,1864,0,1897,1801,1799,1899,1862,1767,1765,1864,43,1863,1862,1864,1865,0,1898,1897,1899,1900,1863,1862,1864,1865,43,1723,1866,1867,1764,0,1757,1901,1902,1798,1723,1866,1867,1764,43,1866,1868,1869,1867,0,1901,1903,1904,1902,1866,1868,1869,1867,43,1867,1869,1865,1864,0,1902,1904,1900,1899,1867,1869,1865,1864,43,1764,1867,1864,1765,0,1798,1902,1899,1799,1764,1867,1864,1765,43,1868,1870,1871,1872,0,1903,1905,1906,1907,1868,1870,1871,1872,43,1870,1820,1831,1871,0,1905,1855,1866,1906,1870,1820,1831,1871,43,1871,1831,1830,1873,0,1906,1866,1865,1908,1871,1831,1830,1873,43,1872,1871,1873,1874,0,1907,1906,1908,1909,1872,1871,1873,1874,43,1721,1821,1875,1722,0,1755,1856,1910,1756,1721,1821,1875,1722,43,1821,1820,1870,1875,0,1856,1855,1905,1910,1821,1820,1870,1875,43,1875,1870,1868,1866,0,1910,1905,1903,1901,1875,1870,1868,1866,43,1722,1875,1866,1723,0,1756,1910,1901,1757,1722,1875,1866,1723,43,1874,1876,1877,1872,0,1909,1911,1912,1907,1874,1876,1877,1872,43,1876,1878,1879,1877,0,1911,1913,1914,1912,1876,1878,1879,1877,43,1877,1879,1865,1869,0,1912,1914,1900,1904,1877,1879,1865,1869,43,1872,1877,1869,1868,0,1907,1912,1904,1903,1872,1877,1869,1868,43,1878,1880,1881,1879,0,1913,1915,1916,1914,1878,1880,1881,1879,43,1880,1882,1883,1881,0,1915,1917,1918,1916,1880,1882,1883,1881,43,1881,1883,1860,1863,0,1916,1918,1895,1898,1881,1883,1860,1863,43,1879,1881,1863,1865,0,1914,1916,1898,1900,1879,1881,1863,1865,43,1884,1885,1886,1887,0,1919,1920,1921,1922,1884,1885,1886,1887,43,1885,1848,1846,1886,0,1920,1883,1881,1921,1885,1848,1846,1886,43,1886,1846,1842,1888,0,1921,1881,1877,1923,1886,1846,1842,1888,43,1887,1886,1888,1889,0,1922,1921,1923,1924,1887,1886,1888,1889,43,1838,1890,1891,1839,0,1873,1925,1926,1874,1838,1890,1891,1839,43,1890,1892,1893,1891,0,1925,1927,1928,1926,1890,1892,1893,1891,43,1891,1893,1889,1888,0,1926,1928,1924,1923,1891,1893,1889,1888,43,1839,1891,1888,1842,0,1874,1926,1923,1877,1839,1891,1888,1842,43,1882,1894,1895,1896,0,1917,1929,1930,1931,1882,1894,1895,1896,43,1894,1889,1893,1895,0,1929,1924,1928,1930,1894,1889,1893,1895,43,1895,1893,1892,1897,0,1930,1928,1927,1932,1895,1893,1892,1897,43,1896,1895,1897,1898,0,1931,1930,1932,1933,1896,1895,1897,1898,43,1899,1900,1901,1902,0,1934,1935,1936,1937,1899,1900,1901,1902,43,1900,1782,1781,1901,0,1935,1816,1815,1936,1900,1782,1781,1901,43,1901,1781,1776,1775,0,1936,1815,1810,1809,1901,1781,1776,1775,43,1902,1901,1775,1774,0,1937,1936,1809,1808,1902,1901,1775,1774,43,1838,1841,1903,1904,0,1873,1876,1938,1939,1838,1841,1903,1904,43,1841,1834,1832,1903,0,1876,1869,1867,1938,1841,1834,1832,1903,43,1903,1832,1782,1900,0,1938,1867,1816,1935,1903,1832,1782,1900,43,1904,1903,1900,1899,0,1939,1938,1935,1934,1904,1903,1900,1899,43,1898,1897,1905,1906,0,1933,1932,1940,1941,1898,1897,1905,1906,43,1897,1892,1890,1905,0,1932,1927,1925,1940,1897,1892,1890,1905,43,1905,1890,1838,1904,0,1940,1925,1873,1939,1905,1890,1838,1904,43,1906,1905,1904,1899,0,1941,1940,1939,1934,1906,1905,1904,1899,43,1748,1745,1907,1908,0,1782,1779,1942,1943,1748,1745,1907,1908,43,1745,1744,1757,1907,0,1779,1778,1791,1942,1745,1744,1757,1907,43,1907,1757,1759,1909,0,1942,1791,1793,1944,1907,1757,1759,1909,43,1908,1907,1909,1910,0,1943,1942,1944,1945,1908,1907,1909,1910,43,1911,1912,1913,1914,0,1946,1947,1948,1949,1911,1912,1913,1914,43,1912,1750,1749,1913,0,1947,1784,1783,1948,1912,1750,1749,1913,43,1913,1749,1748,1908,0,1948,1783,1782,1943,1913,1749,1748,1908,43,1914,1913,1908,1910,0,1949,1948,1943,1945,1914,1913,1908,1910,43,1774,1771,1915,1916,0,1808,1805,1950,1951,1774,1771,1915,1916,43,1771,1770,1917,1915,0,1805,1804,1952,1950,1771,1770,1917,1915,43,1915,1917,1911,1914,0,1950,1952,1946,1949,1915,1917,1911,1914,43,1916,1915,1914,1910,0,1951,1950,1949,1945,1916,1915,1914,1910,43,1759,1769,1918,1909,0,1793,1803,1953,1944,1759,1769,1918,1909,43,1769,1768,1861,1918,0,1803,1802,1896,1953,1769,1768,1861,1918,43,1918,1861,1860,1919,0,1953,1896,1895,1954,1918,1861,1860,1919,43,1909,1918,1919,1910,0,1944,1953,1954,1945,1909,1918,1919,1910,43,1898,1906,1920,1921,0,1933,1941,1955,1956,1898,1906,1920,1921,43,1906,1899,1902,1920,0,1941,1934,1937,1955,1906,1899,1902,1920,43,1920,1902,1774,1916,0,1955,1937,1808,1951,1920,1902,1774,1916,43,1921,1920,1916,1910,0,1956,1955,1951,1945,1921,1920,1916,1910,43,1860,1883,1922,1919,0,1895,1918,1957,1954,1860,1883,1922,1919,43,1883,1882,1896,1922,0,1918,1917,1931,1957,1883,1882,1896,1922,43,1922,1896,1898,1921,0,1957,1931,1933,1956,1922,1896,1898,1921,43,1919,1922,1921,1910,0,1954,1957,1956,1945,1919,1922,1921,1910,43,1878,1923,1924,1880,0,1913,1958,1959,1915,1878,1923,1924,1880,43,1923,1884,1887,1924,0,1958,1919,1922,1959,1923,1884,1887,1924,43,1924,1887,1889,1894,0,1959,1922,1924,1929,1924,1887,1889,1894,43,1880,1924,1894,1882,0,1915,1959,1929,1917,1880,1924,1894,1882,43,1850,1849,1925,1926,0,1885,1884,1960,1961,1850,1849,1925,1926,43,1849,1848,1885,1925,0,1884,1883,1920,1960,1849,1848,1885,1925,43,1925,1885,1884,1923,0,1960,1920,1919,1958,1925,1885,1884,1923,43,1926,1925,1923,1878,0,1961,1960,1958,1913,1926,1925,1923,1878,43,1859,1858,1927,1928,0,1894,1893,1962,1963,1859,1858,1927,1928,43,1858,1850,1926,1927,0,1893,1885,1961,1962,1858,1850,1926,1927,43,1927,1926,1878,1876,0,1962,1961,1913,1911,1927,1926,1878,1876,43,1928,1927,1876,1874,0,1963,1962,1911,1909,1928,1927,1876,1874,43,1929,1930,1931,1932,0,1964,1965,1966,1967,1929,1930,1931,1932,43,1930,1933,1934,1931,0,1965,1968,1969,1966,1930,1933,1934,1931,43,1932,1931,1934,1935,0,1967,1966,1969,1970,1932,1931,1934,1935,43,1936,1937,1938,1939,0,1971,1972,1973,1974,1936,1937,1938,1939,43,1937,1940,1941,1938,0,1972,1975,1976,1973,1937,1940,1941,1938,43,1938,1941,1942,1943,0,1973,1976,1977,1978,1938,1941,1942,1943,43,1939,1938,1943,1944,0,1974,1973,1978,1979,1939,1938,1943,1944,43,412,1945,1946,416,0,1980,1981,1982,1983,412,1945,1946,416,43,1945,1936,1939,1946,0,1981,1971,1974,1982,1945,1936,1939,1946,43,1946,1939,1944,1947,0,1982,1974,1979,1984,1946,1939,1944,1947,43,416,1946,1947,418,0,1983,1982,1984,1985,416,1946,1947,418,43,403,1948,1949,410,0,1986,1987,1988,1989,403,1948,1949,410,43,1948,1933,1950,1949,0,1987,1968,1990,1988,1948,1933,1950,1949,43,1949,1950,1936,1945,0,1988,1990,1971,1981,1949,1950,1936,1945,43,410,1949,1945,412,0,1989,1988,1981,1980,410,1949,1945,412,43,1933,1930,1951,1950,0,1968,1965,1991,1990,1933,1930,1951,1950,43,1930,1929,1952,1951,0,1965,1964,1992,1991,1930,1929,1952,1951,43,1951,1952,1940,1937,0,1991,1992,1975,1972,1951,1952,1940,1937,43,1950,1951,1937,1936,0,1990,1991,1972,1971,1950,1951,1937,1936,43,1942,1953,1954,1955,0,1977,1993,1994,1995,1942,1953,1954,1955,43,1953,292,317,1954,0,1993,1996,1997,1994,1953,292,317,1954,43,1954,317,316,1956,0,1994,1997,1998,1999,1954,317,316,1956,43,1955,1954,1956,1957,0,1995,1994,1999,2000,1955,1954,1956,1957,43,1942,1941,1958,1953,0,1977,1976,2001,1993,1942,1941,1958,1953,43,1941,1940,1959,1958,0,1976,1975,2002,2001,1941,1940,1959,1958,43,1958,1959,294,293,0,2001,2002,2003,2004,1958,1959,294,293,43,1953,1958,293,292,0,1993,2001,2004,1996,1953,1958,293,292,43,1940,1952,1960,1959,0,1975,1992,2005,2002,1940,1952,1960,1959,43,1952,1929,1961,1960,0,1992,1964,2006,2005,1952,1929,1961,1960,43,1960,1961,321,320,0,2005,2006,2007,2008,1960,1961,321,320,43,1959,1960,320,294,0,2002,2005,2008,2003,1959,1960,320,294,43,1929,1932,1962,1961,0,1964,1967,2009,2006,1929,1932,1962,1961,43,1932,1935,1963,1962,0,1967,1970,2010,2009,1932,1935,1963,1962,43,1962,1963,397,396,0,2009,2010,2011,2012,1962,1963,397,396,43,1961,1962,396,321,0,2006,2009,2012,2007,1961,1962,396,321,43,397,1963,1964,402,0,2011,2010,2013,2014,397,1963,1964,402,43,1963,1935,1934,1964,0,2010,1970,1969,2013,1963,1935,1934,1964,43,1964,1934,1933,1948,0,2013,1969,1968,1987,1964,1934,1933,1948,43,402,1964,1948,403,0,2014,2013,1987,1986,402,1964,1948,403,43,1965,1966,1967,1968,0,2015,2016,2017,2018,1965,1966,1967,1968,43,1966,1969,1970,1967,0,2016,2019,2020,2017,1966,1969,1970,1967,43,1967,1970,1971,1972,0,2017,2020,2021,2022,1967,1970,1971,1972,43,1968,1967,1972,1973,0,2018,2017,2022,2023,1968,1967,1972,1973,43,492,494,1974,1975,0,2024,2025,2026,2027,492,494,1974,1975,43,494,475,1976,1974,0,2025,2028,2029,2026,494,475,1976,1974,43,1974,1976,1977,1978,0,2026,2029,2030,2031,1974,1976,1977,1978,43,1975,1974,1978,1979,0,2027,2026,2031,2032,1975,1974,1978,1979,43,485,488,1980,1981,0,2033,2034,2035,2036,485,488,1980,1981,43,488,492,1975,1980,0,2034,2024,2027,2035,488,492,1975,1980,43,1980,1975,1979,1982,0,2035,2027,2032,2037,1980,1975,1979,1982,43,1981,1980,1982,1969,0,2036,2035,2037,2019,1981,1980,1982,1969,43,480,1983,1984,478,0,2038,2039,2040,2041,480,1983,1984,478,43,1983,1985,1986,1984,0,2039,2042,2043,2040,1983,1985,1986,1984,43,1984,1986,1977,1976,0,2040,2043,2030,2029,1984,1986,1977,1976,43,478,1984,1976,475,0,2041,2040,2029,2028,478,1984,1976,475,43,1987,1988,1989,1990,0,2044,2045,2046,2047,1987,1988,1989,1990,43,1988,305,329,1989,0,2045,2048,2049,2046,1988,305,329,1989,43,1989,329,333,1991,0,2046,2049,2050,2051,1989,329,333,1991,43,1990,1989,1991,1992,0,2047,2046,2051,2052,1990,1989,1991,1992,43,333,664,1993,1991,0,2050,2053,2054,2051,333,664,1993,1991,43,664,667,1994,1993,0,2053,2055,2056,2054,664,667,1994,1993,43,1993,1994,1995,1996,0,2054,2056,2057,2058,1993,1994,1995,1996,43,1991,1993,1996,1992,0,2051,2054,2058,2052,1991,1993,1996,1992,43,1997,1998,1999,2000,0,2059,2060,2061,2062,1997,1998,1999,2000,43,1998,1985,1983,1999,0,2060,2042,2039,2061,1998,1985,1983,1999,43,1999,1983,480,500,0,2061,2039,2038,2063,1999,1983,480,500,43,2000,1999,500,497,0,2062,2061,2063,2064,2000,1999,500,497,43,497,496,2001,2000,0,2064,2065,2066,2062,497,496,2001,2000,43,496,425,2002,2001,0,2065,2067,2068,2066,496,425,2002,2001,43,2001,2002,2003,2004,0,2066,2068,2069,2070,2001,2002,2003,2004,43,2000,2001,2004,1997,0,2062,2066,2070,2059,2000,2001,2004,1997,43,1957,1956,2005,2006,0,2000,1999,2071,2072,1957,1956,2005,2006,43,1956,316,314,2005,0,1999,1998,2073,2071,1956,316,314,2005,43,2005,314,306,2007,0,2071,2073,2074,2075,2005,314,306,2007,43,2006,2005,2007,2008,0,2072,2071,2075,2076,2006,2005,2007,2008,43,1987,2009,2010,1988,0,2044,2077,2078,2045,1987,2009,2010,1988,43,2009,2008,2007,2010,0,2077,2076,2075,2078,2009,2008,2007,2010,43,2010,2007,306,309,0,2078,2075,2074,2079,2010,2007,306,309,43,1988,2010,309,305,0,2045,2078,2079,2048,1988,2010,309,305,43,425,424,2011,2002,0,2067,2080,2081,2068,425,424,2011,2002,43,424,420,2012,2011,0,2080,2082,2083,2081,424,420,2012,2011,43,2011,2012,2013,2014,0,2081,2083,2084,2085,2011,2012,2013,2014,43,2002,2011,2014,2003,0,2068,2081,2085,2069,2002,2011,2014,2003,43,420,419,2015,2012,0,2082,2086,2087,2083,420,419,2015,2012,43,419,418,1947,2015,0,2086,1985,1984,2087,419,418,1947,2015,43,2015,1947,1944,2016,0,2087,1984,1979,2088,2015,1947,1944,2016,43,2012,2015,2016,2013,0,2083,2087,2088,2084,2012,2015,2016,2013,43,2013,2016,2017,2018,0,2084,2088,2089,2090,2013,2016,2017,2018,43,2016,1944,1943,2017,0,2088,1979,1978,2089,2016,1944,1943,2017,43,2017,1943,1942,1955,0,2089,1978,1977,1995,2017,1943,1942,1955,43,2018,2017,1955,1957,0,2090,2089,1995,2000,2018,2017,1955,1957,43,2003,2014,2019,2020,0,2069,2085,2091,2092,2003,2014,2019,2020,43,2014,2013,2018,2019,0,2085,2084,2090,2091,2014,2013,2018,2019,43,2019,2018,1957,2006,0,2091,2090,2000,2072,2019,2018,1957,2006,43,2020,2019,2006,2008,0,2092,2091,2072,2076,2020,2019,2006,2008,43,2003,2020,2021,2004,0,2069,2092,2093,2070,2003,2020,2021,2004,43,2020,2008,2009,2021,0,2092,2076,2077,2093,2020,2008,2009,2021,43,2021,2009,1987,2022,0,2093,2077,2044,2094,2021,2009,1987,2022,43,2004,2021,2022,1997,0,2070,2093,2094,2059,2004,2021,2022,1997,43,1992,2023,2024,1990,0,2052,2095,2096,2047,1992,2023,2024,1990,43,2023,1985,1998,2024,0,2095,2042,2060,2096,2023,1985,1998,2024,43,2024,1998,1997,2022,0,2096,2060,2059,2094,2024,1998,1997,2022,43,1990,2024,2022,1987,0,2047,2096,2094,2044,1990,2024,2022,1987,43,1977,1986,2025,2026,0,2030,2043,2097,2098,1977,1986,2025,2026,43,1986,1985,2023,2025,0,2043,2042,2095,2097,1986,1985,2023,2025,43,2026,2025,2023,1992,0,2098,2097,2095,2052,2026,2025,2023,1992,43,1979,1978,2027,2028,0,2032,2031,2099,2100,1979,1978,2027,2028,43,1978,1977,2026,2027,0,2031,2030,2098,2099,1978,1977,2026,2027,43,2027,2026,1992,1996,0,2099,2098,2052,2058,2027,2026,1992,1996,43,2028,2027,1996,1995,0,2100,2099,2058,2057,2028,2027,1996,1995,43,1971,1970,2029,2030,0,2021,2020,2101,2102,1971,1970,2029,2030,43,1970,1969,1982,2029,0,2020,2019,2037,2101,1970,1969,1982,2029,43,2029,1982,1979,2028,0,2101,2037,2032,2100,2029,1982,1979,2028,43,2030,2029,2028,1995,0,2102,2101,2100,2057,2030,2029,2028,1995,43,1973,1972,2031,2032,0,2023,2022,2103,2104,1973,1972,2031,2032,43,1972,1971,2033,2031,0,2022,2021,2105,2103,1972,1971,2033,2031,43,2031,2033,672,674,0,2103,2105,2106,2107,2031,2033,672,674,43,2032,2031,674,676,0,2104,2103,2107,2108,2032,2031,674,676,43,672,2033,2034,670,0,2106,2105,2109,2110,672,2033,2034,670,43,2033,1971,2030,2034,0,2105,2021,2102,2109,2033,1971,2030,2034,43,2034,2030,1995,1994,0,2109,2102,2057,2056,2034,2030,1995,1994,43,670,2034,1994,667,0,2110,2109,2056,2055,670,2034,1994,667,43,1965,2035,2036,1966,0,2015,2111,2112,2016,1965,2035,2036,1966,43,2035,504,503,2036,0,2111,2113,2114,2112,2035,504,503,2036,43,2036,503,485,1981,0,2112,2114,2033,2036,2036,503,485,1981,43,1966,2036,1981,1969,0,2016,2112,2036,2019,1966,2036,1981,1969,43,2037,2038,2039,2040,0,2115,2116,2117,2118,2037,2038,2039,2040,43,2038,2041,2042,2039,0,2116,2119,2120,2117,2038,2041,2042,2039,43,2040,2039,2042,2043,0,2118,2117,2120,2121,2040,2039,2042,2043,43,2044,2045,2046,2047,0,2122,2123,2124,2125,2044,2045,2046,2047,43,2045,2048,2049,2046,0,2123,2126,2127,2124,2045,2048,2049,2046,43,2046,2049,2050,2051,0,2124,2127,2128,2129,2046,2049,2050,2051,43,2047,2046,2051,2052,0,2125,2124,2129,2130,2047,2046,2051,2052,43,2052,2051,2053,2054,0,2130,2129,2131,2132,2052,2051,2053,2054,43,2051,2050,2055,2053,0,2129,2128,2133,2131,2051,2050,2055,2053,43,2053,2055,1172,1179,0,2131,2133,2134,2135,2053,2055,1172,1179,43,2054,2053,1179,1178,0,2132,2131,2135,2136,2054,2053,1179,1178,43,2050,2056,2057,2055,0,2128,2137,2138,2133,2050,2056,2057,2055,43,2056,2037,2058,2057,0,2137,2115,2139,2138,2056,2037,2058,2057,43,2057,2058,1161,1173,0,2138,2139,2140,2141,2057,2058,1161,1173,43,2055,2057,1173,1172,0,2133,2138,2141,2134,2055,2057,1173,1172,43,2048,2059,2060,2049,0,2126,2142,2143,2127,2048,2059,2060,2049,43,2059,2041,2038,2060,0,2142,2119,2116,2143,2059,2041,2038,2060,43,2060,2038,2037,2056,0,2143,2116,2115,2137,2060,2038,2037,2056,43,2049,2060,2056,2050,0,2127,2143,2137,2128,2049,2060,2056,2050,43,1074,1072,2061,2062,0,2144,2145,2146,2147,1074,1072,2061,2062,43,1072,1050,2063,2061,0,2145,2148,2149,2146,1072,1050,2063,2061,43,2061,2063,2044,2064,0,2146,2149,2122,2150,2061,2063,2044,2064,43,2062,2061,2064,2065,0,2147,2146,2150,2151,2062,2061,2064,2065,43,1046,2066,2067,1047,0,2152,2153,2154,2155,1046,2066,2067,1047,43,2066,2048,2045,2067,0,2153,2126,2123,2154,2066,2048,2045,2067,43,2067,2045,2044,2063,0,2154,2123,2122,2149,2067,2045,2044,2063,43,1047,2067,2063,1050,0,2155,2154,2149,2148,1047,2067,2063,1050,43,1076,2068,2069,1077,0,2156,2157,2158,2159,1076,2068,2069,1077,43,2068,2041,2059,2069,0,2157,2119,2142,2158,2068,2041,2059,2069,43,2069,2059,2048,2066,0,2158,2142,2126,2153,2069,2059,2048,2066,43,1077,2069,2066,1046,0,2159,2158,2153,2152,1077,2069,2066,1046,43,1155,2070,2071,1153,0,2160,2161,2162,2163,1155,2070,2071,1153,43,2070,2043,2042,2071,0,2161,2121,2120,2162,2070,2043,2042,2071,43,2071,2042,2041,2068,0,2162,2120,2119,2157,2071,2042,2041,2068,43,1153,2071,2068,1076,0,2163,2162,2157,2156,1153,2071,2068,1076,43,2037,2040,2072,2058,0,2115,2118,2164,2139,2037,2040,2072,2058,43,2040,2043,2070,2072,0,2118,2121,2161,2164,2040,2043,2070,2072,43,2072,2070,1155,1157,0,2164,2161,2160,2165,2072,2070,1155,1157,43,2058,2072,1157,1161,0,2139,2164,2165,2140,2058,2072,1157,1161,43,2073,2074,2075,2076,0,2166,2167,2168,2169,2073,2074,2075,2076,43,2074,2077,2078,2075,0,2167,2170,2171,2168,2074,2077,2078,2075,43,2075,2078,1965,1968,0,2168,2171,2172,2173,2075,2078,1965,1968,43,2076,2075,1968,1973,0,2169,2168,2173,2174,2076,2075,1968,1973,43,2079,2080,2081,2082,0,2175,2176,2177,2178,2079,2080,2081,2082,43,2080,1236,1252,2081,0,2176,2179,2180,2177,2080,1236,1252,2081,43,2081,1252,1250,2083,0,2177,2180,2181,2182,2081,1252,1250,2083,43,2082,2081,2083,2084,0,2178,2177,2182,2183,2082,2081,2083,2084,43,2084,2083,2085,2086,0,2183,2182,2184,2185,2084,2083,2085,2086,43,2083,1250,1249,2085,0,2182,2181,2186,2184,2083,1250,1249,2085,43,2085,1249,1248,2087,0,2184,2186,2187,2188,2085,1249,1248,2087,43,2086,2085,2087,2077,0,2185,2184,2188,2170,2086,2085,2087,2077,43,2079,2088,2089,2080,0,2175,2189,2190,2176,2079,2088,2089,2080,43,2088,2090,2091,2089,0,2189,2191,2192,2190,2088,2090,2091,2089,43,2089,2091,1238,1237,0,2190,2192,2193,2194,2089,2091,1238,1237,43,2080,2089,1237,1236,0,2176,2190,2194,2179,2080,2089,1237,1236,43,1091,1090,2092,2093,0,2195,2196,2197,2198,1091,1090,2092,2093,43,1090,1063,2094,2092,0,2196,2199,2200,2197,1090,1063,2094,2092,43,2092,2094,2095,2096,0,2197,2200,2201,2202,2092,2094,2095,2096,43,2093,2092,2096,2097,0,2198,2197,2202,2203,2093,2092,2096,2097,43,2098,2099,2100,2101,0,2204,2205,2206,2207,2098,2099,2100,2101,43,2099,1403,1402,2100,0,2205,2208,2209,2206,2099,1403,1402,2100,43,2100,1402,1091,2093,0,2206,2209,2195,2198,2100,1402,1091,2093,43,2101,2100,2093,2097,0,2207,2206,2198,2203,2101,2100,2093,2097,43,1238,2091,2102,1258,0,2193,2192,2210,2211,1238,2091,2102,1258,43,2091,2090,2103,2102,0,2192,2191,2212,2210,2091,2090,2103,2102,43,2102,2103,2104,2105,0,2210,2212,2213,2214,2102,2103,2104,2105,43,1258,2102,2105,1253,0,2211,2210,2214,2215,1258,2102,2105,1253,43,2106,2107,2108,2109,0,2216,2217,2218,2219,2106,2107,2108,2109,43,2107,1180,1254,2108,0,2217,2220,2221,2218,2107,1180,1254,2108,43,2108,1254,1253,2105,0,2218,2221,2215,2214,2108,1254,1253,2105,43,2109,2108,2105,2104,0,2219,2218,2214,2213,2109,2108,2105,2104,43,1067,1075,2110,2111,0,2222,2223,2224,2225,1067,1075,2110,2111,43,1075,1074,2062,2110,0,2223,2144,2147,2224,1075,1074,2062,2110,43,2110,2062,2065,2112,0,2224,2147,2151,2226,2110,2062,2065,2112,43,2111,2110,2112,2113,0,2225,2224,2226,2227,2111,2110,2112,2113,43,1067,2111,2114,1068,0,2222,2225,2228,2229,1067,2111,2114,1068,43,2111,2113,2115,2114,0,2225,2227,2230,2228,2111,2113,2115,2114,43,2114,2115,2095,2094,0,2228,2230,2201,2200,2114,2115,2095,2094,43,1068,2114,2094,1063,0,2229,2228,2200,2199,1068,2114,2094,1063,43,2116,2117,2118,2119,0,2231,2232,2233,2234,2116,2117,2118,2119,43,2117,1174,1181,2118,0,2232,2235,2236,2233,2117,1174,1181,2118,43,2118,1181,1180,2107,0,2233,2236,2220,2217,2118,1181,1180,2107,43,2119,2118,2107,2106,0,2234,2233,2217,2216,2119,2118,2107,2106,43,2052,2054,2120,2121,0,2130,2132,2237,2238,2052,2054,2120,2121,43,2054,1178,1175,2120,0,2132,2136,2239,2237,2054,1178,1175,2120,43,2120,1175,1174,2117,0,2237,2239,2235,2232,2120,1175,1174,2117,43,2121,2120,2117,2116,0,2238,2237,2232,2231,2121,2120,2117,2116,43,2044,2047,2122,2064,0,2122,2125,2240,2150,2044,2047,2122,2064,43,2047,2052,2121,2122,0,2125,2130,2238,2240,2047,2052,2121,2122,43,2122,2121,2116,2123,0,2240,2238,2231,2241,2122,2121,2116,2123,43,2064,2122,2123,2065,0,2150,2240,2241,2151,2064,2122,2123,2065,43,2065,2123,2124,2112,0,2151,2241,2242,2226,2065,2123,2124,2112,43,2123,2116,2119,2124,0,2241,2231,2234,2242,2123,2116,2119,2124,43,2124,2119,2106,2125,0,2242,2234,2216,2243,2124,2119,2106,2125,43,2112,2124,2125,2113,0,2226,2242,2243,2227,2112,2124,2125,2113,43,2095,2115,2126,2127,0,2201,2230,2244,2245,2095,2115,2126,2127,43,2115,2113,2125,2126,0,2230,2227,2243,2244,2115,2113,2125,2126,43,2126,2125,2106,2109,0,2244,2243,2216,2219,2126,2125,2106,2109,43,2127,2126,2109,2104,0,2245,2244,2219,2213,2127,2126,2109,2104,43,2104,2103,2128,2127,0,2213,2212,2246,2245,2104,2103,2128,2127,43,2103,2090,2129,2128,0,2212,2191,2247,2246,2103,2090,2129,2128,43,2128,2129,2097,2096,0,2246,2247,2203,2202,2128,2129,2097,2096,43,2127,2128,2096,2095,0,2245,2246,2202,2201,2127,2128,2096,2095,43,2090,2088,2130,2129,0,2191,2189,2248,2247,2090,2088,2130,2129,43,2088,2079,2131,2130,0,2189,2175,2249,2248,2088,2079,2131,2130,43,2129,2130,2131,2097,0,2247,2248,2249,2203,2129,2130,2131,2097,43,2097,2131,2132,2101,0,2203,2249,2250,2207,2097,2131,2132,2101,43,2131,2079,2082,2132,0,2249,2175,2178,2250,2131,2079,2082,2132,43,2132,2082,2084,2133,0,2250,2178,2183,2251,2132,2082,2084,2133,43,2101,2132,2133,2098,0,2207,2250,2251,2204,2101,2132,2133,2098,43,2084,2086,2134,2133,0,2183,2185,2252,2251,2084,2086,2134,2133,43,2086,2077,2074,2134,0,2185,2170,2167,2252,2086,2077,2074,2134,43,2134,2074,2073,2135,0,2252,2167,2166,2253,2134,2074,2073,2135,43,2133,2134,2135,2098,0,2251,2252,2253,2204,2133,2134,2135,2098,43,1408,2136,2137,1410,0,2254,2255,2256,2257,1408,2136,2137,1410,43,2136,2073,2076,2137,0,2255,2166,2169,2256,2136,2073,2076,2137,43,2137,2076,1973,2032,0,2256,2169,2174,2258,2137,2076,1973,2032,43,1410,2137,2032,676,0,2257,2256,2258,2259,1410,2137,2032,676,43,2098,2135,2138,2099,0,2204,2253,2260,2205,2098,2135,2138,2099,43,2135,2073,2136,2138,0,2253,2166,2255,2260,2135,2073,2136,2138,43,2138,2136,1408,1407,0,2260,2255,2254,2261,2138,2136,1408,1407,43,2099,2138,1407,1403,0,2205,2260,2261,2208,2099,2138,1407,1403,43,1248,1259,2139,2087,0,2187,2262,2263,2188,1248,1259,2139,2087,43,1259,504,2035,2139,0,2262,2264,2265,2263,1259,504,2035,2139,43,2139,2035,1965,2078,0,2263,2265,2172,2171,2139,2035,1965,2078,43,2087,2139,2078,2077,0,2188,2263,2171,2170,2087,2139,2078,2077,43,2140,2141,2142,2143,0,2266,2267,2268,2269,2140,2141,2142,2143,43,2141,2144,2145,2142,0,2267,2270,2271,2268,2141,2144,2145,2142,43,2142,2145,2146,2147,0,2268,2271,2272,2273,2142,2145,2146,2147,43,2143,2142,2147,771,0,2269,2268,2273,771,2143,2142,2147,771,43,2148,2149,2150,2151,0,2274,2275,2276,2277,2148,2149,2150,2151,43,2149,2152,2153,2150,0,2275,2278,2279,2276,2149,2152,2153,2150,43,2150,2153,2154,2155,0,2276,2279,2280,2281,2150,2153,2154,2155,43,2151,2150,2155,2156,0,2277,2276,2281,2282,2151,2150,2155,2156,43,2156,2155,2157,2158,0,2282,2281,2283,2284,2156,2155,2157,2158,43,2155,2154,2159,2157,0,2281,2280,2285,2283,2155,2154,2159,2157,43,2157,2159,2146,2145,0,2283,2285,2272,2271,2157,2159,2146,2145,43,2158,2157,2145,2144,0,2284,2283,2271,2270,2158,2157,2145,2144,43,1513,2160,2161,1525,0,1547,2286,2287,1559,1513,2160,2161,1525,43,2160,2162,2163,2161,0,2286,2288,2289,2287,2160,2162,2163,2161,43,2161,2163,2164,2165,0,2287,2289,2290,2291,2161,2163,2164,2165,43,1525,2161,2165,1526,0,1559,2287,2291,1560,1525,2161,2165,1526,43,2162,2160,2166,2167,0,2288,2286,2292,2293,2162,2160,2166,2167,43,2160,1513,1510,2166,0,2286,1547,1544,2292,2160,1513,1510,2166,43,2166,1510,1509,1592,0,2292,1544,1543,1626,2166,1510,1509,1592,43,2167,2166,1592,1591,0,2293,2292,1626,1625,2167,2166,1592,1591,43,2162,2167,2168,2169,0,2288,2293,2294,2295,2162,2167,2168,2169,43,2167,1591,2170,2168,0,2293,1625,2296,2294,2167,1591,2170,2168,43,2168,2170,2171,2172,0,2294,2296,2297,2298,2168,2170,2171,2172,43,2169,2168,2172,2173,0,2295,2294,2298,2299,2169,2168,2172,2173,43,2174,2175,2176,2177,0,2300,2301,2302,2303,2174,2175,2176,2177,43,2175,2178,2179,2176,0,2301,2304,2305,2302,2175,2178,2179,2176,43,2176,2179,2180,2181,0,2302,2305,2306,2307,2176,2179,2180,2181,43,2177,2176,2181,2182,0,2303,2302,2307,2308,2177,2176,2181,2182,43,2183,2184,2185,2186,0,2309,2310,2311,2312,2183,2184,2185,2186,43,2184,2187,2188,2185,0,2310,2313,2314,2311,2184,2187,2188,2185,43,2185,2188,2174,2189,0,2311,2314,2300,2315,2185,2188,2174,2189,43,2186,2185,2189,2190,0,2312,2311,2315,2316,2186,2185,2189,2190,43,2191,2192,2193,2194,0,2317,2318,2319,2320,2191,2192,2193,2194,43,2192,2171,2195,2193,0,2318,2297,2321,2319,2192,2171,2195,2193,43,2193,2195,2196,2197,0,2319,2321,2322,2323,2193,2195,2196,2197,43,2194,2193,2197,2198,0,2320,2319,2323,2324,2194,2193,2197,2198,43,2178,2199,2200,2201,0,2304,2325,2326,2327,2178,2199,2200,2201,43,2199,2191,2194,2200,0,2325,2317,2320,2326,2199,2191,2194,2200,43,2200,2194,2198,2202,0,2326,2320,2324,2328,2200,2194,2198,2202,43,2201,2200,2202,2203,0,2327,2326,2328,2329,2201,2200,2202,2203,43,2173,2172,2204,2205,0,2299,2298,2330,2331,2173,2172,2204,2205,43,2172,2171,2192,2204,0,2298,2297,2318,2330,2172,2171,2192,2204,43,2204,2192,2191,2206,0,2330,2318,2317,2332,2204,2192,2191,2206,43,2205,2204,2206,2187,0,2331,2330,2332,2313,2205,2204,2206,2187,43,2187,2206,2207,2188,0,2313,2332,2333,2314,2187,2206,2207,2188,43,2206,2191,2199,2207,0,2332,2317,2325,2333,2206,2191,2199,2207,43,2207,2199,2178,2175,0,2333,2325,2304,2301,2207,2199,2178,2175,43,2188,2207,2175,2174,0,2314,2333,2301,2300,2188,2207,2175,2174,43,2190,2189,2208,2209,0,2316,2315,2334,2335,2190,2189,2208,2209,43,2189,2174,2177,2208,0,2315,2300,2303,2334,2189,2174,2177,2208,43,2208,2177,2182,2210,0,2334,2303,2308,2336,2208,2177,2182,2210,43,2209,2208,2210,2211,0,2335,2334,2336,2337,2209,2208,2210,2211,43,2212,2213,2214,2215,0,2338,2339,2340,2341,2212,2213,2214,2215,43,2213,2190,2209,2214,0,2339,2316,2335,2340,2213,2190,2209,2214,43,2214,2209,2211,2216,0,2340,2335,2337,2342,2214,2209,2211,2216,43,2215,2214,2216,2217,0,2341,2340,2342,2343,2215,2214,2216,2217,43,2218,2219,2220,2221,0,2344,2345,2346,2347,2218,2219,2220,2221,43,2219,2183,2186,2220,0,2345,2309,2312,2346,2219,2183,2186,2220,43,2220,2186,2190,2213,0,2346,2312,2316,2339,2220,2186,2190,2213,43,2221,2220,2213,2212,0,2347,2346,2339,2338,2221,2220,2213,2212,43,1529,1532,2222,2223,0,1563,1566,2348,2349,1529,1532,2222,2223,43,1532,1537,2224,2222,0,1566,1571,2350,2348,1532,1537,2224,2222,43,2222,2224,2225,2226,0,2348,2350,2351,2352,2222,2224,2225,2226,43,2223,2222,2226,2227,0,2349,2348,2352,2353,2223,2222,2226,2227,43,2228,2229,2230,2231,0,2354,2355,2356,2357,2228,2229,2230,2231,43,2229,2232,2233,2230,0,2355,2358,2359,2356,2229,2232,2233,2230,43,2230,2233,2227,2226,0,2356,2359,2353,2352,2230,2233,2227,2226,43,2231,2230,2226,2225,0,2357,2356,2352,2351,2231,2230,2226,2225,43,2164,2234,2235,2236,0,2290,2360,2361,2362,2164,2234,2235,2236,43,2234,2237,2238,2235,0,2360,2363,2364,2361,2234,2237,2238,2235,43,2235,2238,2228,2231,0,2361,2364,2354,2357,2235,2238,2228,2231,43,2236,2235,2231,2225,0,2362,2361,2357,2351,2236,2235,2231,2225,43,2232,2229,2239,2240,0,2358,2355,2365,2366,2232,2229,2239,2240,43,2229,2228,2241,2239,0,2355,2354,2367,2365,2229,2228,2241,2239,43,2239,2241,2218,2242,0,2365,2367,2344,2368,2239,2241,2218,2242,43,2240,2239,2242,2243,0,2366,2365,2368,2369,2240,2239,2242,2243,43,2228,2238,2244,2241,0,2354,2364,2370,2367,2228,2238,2244,2241,43,2238,2237,2245,2244,0,2364,2363,2371,2370,2238,2237,2245,2244,43,2244,2245,2183,2219,0,2370,2371,2309,2345,2244,2245,2183,2219,43,2241,2244,2219,2218,0,2367,2370,2345,2344,2241,2244,2219,2218,43,2173,2205,2246,2247,0,2299,2331,2372,2373,2173,2205,2246,2247,43,2205,2187,2184,2246,0,2331,2313,2310,2372,2205,2187,2184,2246,43,2246,2184,2183,2245,0,2372,2310,2309,2371,2246,2184,2183,2245,43,2247,2246,2245,2237,0,2373,2372,2371,2363,2247,2246,2245,2237,43,2164,2163,2248,2234,0,2290,2289,2374,2360,2164,2163,2248,2234,43,2163,2162,2169,2248,0,2289,2288,2295,2374,2163,2162,2169,2248,43,2248,2169,2173,2247,0,2374,2295,2299,2373,2248,2169,2173,2247,43,2234,2248,2247,2237,0,2360,2374,2373,2363,2234,2248,2247,2237,43,1537,1540,2249,2224,0,1571,1574,2375,2350,1537,1540,2249,2224,43,1540,1526,2165,2249,0,1574,1560,2291,2375,1540,1526,2165,2249,43,2249,2165,2164,2236,0,2375,2291,2290,2362,2249,2165,2164,2236,43,2224,2249,2236,2225,0,2350,2375,2362,2351,2224,2249,2236,2225,43,2182,2181,2250,2251,0,2308,2307,2376,2377,2182,2181,2250,2251,43,2181,2180,2252,2250,0,2307,2306,2378,2376,2181,2180,2252,2250,43,2250,2252,2253,2254,0,2376,2378,2379,2380,2250,2252,2253,2254,43,2251,2250,2254,2255,0,2377,2376,2380,2381,2251,2250,2254,2255,43,2256,2257,2258,2259,0,2382,2383,2384,2385,2256,2257,2258,2259,43,2257,2260,2261,2258,0,2383,2386,2387,2384,2257,2260,2261,2258,43,2258,2261,2262,2263,0,2384,2387,2388,2389,2258,2261,2262,2263,43,2259,2258,2263,2253,0,2385,2384,2389,2379,2259,2258,2263,2253,43,2264,2265,2266,2267,0,2390,2391,2392,2393,2264,2265,2266,2267,43,2265,2268,2269,2266,0,2391,2394,2395,2392,2265,2268,2269,2266,43,2266,2269,2260,2257,0,2392,2395,2386,2383,2266,2269,2260,2257,43,2267,2266,2257,2256,0,2393,2392,2383,2382,2267,2266,2257,2256,43,1585,1588,2270,2271,0,1619,1622,2396,2397,1585,1588,2270,2271,43,1588,1590,2272,2270,0,1622,1624,2398,2396,1588,1590,2272,2270,43,2270,2272,2273,2274,0,2396,2398,2399,2400,2270,2272,2273,2274,43,2271,2270,2274,2275,0,2397,2396,2400,2401,2271,2270,2274,2275,43,2217,2276,2277,2278,0,2343,2402,2403,2404,2217,2276,2277,2278,43,2276,2279,2280,2277,0,2402,2405,2406,2403,2276,2279,2280,2277,43,2277,2280,2281,2282,0,2403,2406,2407,2408,2277,2280,2281,2282,43,2278,2277,2282,2283,0,2404,2403,2408,2409,2278,2277,2282,2283,43,1699,1698,2284,1701,0,1733,1732,2410,1735,1699,1698,2284,1701,43,1698,1529,2223,2284,0,1732,1563,2349,2410,1698,1529,2223,2284,43,2284,2223,2227,2285,0,2410,2349,2353,2411,2284,2223,2227,2285,43,1701,2284,2285,1561,0,1735,2410,2411,1595,1701,2284,2285,1561,43,2227,2286,2287,2285,0,2353,2412,2413,2411,2227,2286,2287,2285,43,2286,2288,2289,2287,0,2412,2414,2415,2413,2286,2288,2289,2287,43,2285,2287,2289,1561,0,2411,2413,2415,1595,2285,2287,2289,1561,43,2290,2291,2292,2293,0,2416,2417,2418,2419,2290,2291,2292,2293,43,2291,2273,2294,2292,0,2417,2399,2420,2418,2291,2273,2294,2292,43,2292,2294,2295,2296,0,2418,2420,2421,2422,2292,2294,2295,2296,43,2293,2292,2296,2297,0,2419,2418,2422,2423,2293,2292,2296,2297,43,2298,2299,2300,2301,0,2424,2425,2426,2427,2298,2299,2300,2301,43,2299,1578,1577,2300,0,2425,1612,1611,2426,2299,1578,1577,2300,43,2300,1577,1576,2302,0,2426,1611,1610,2428,2300,1577,1576,2302,43,2301,2300,2302,2303,0,2427,2426,2428,2429,2301,2300,2302,2303,43,2304,2305,2306,2307,0,2430,2431,2432,2433,2304,2305,2306,2307,43,2305,2308,2309,2306,0,2431,2434,2435,2432,2305,2308,2309,2306,43,2306,2309,2281,2280,0,2432,2435,2407,2406,2306,2309,2281,2280,43,2307,2306,2280,2279,0,2433,2432,2406,2405,2307,2306,2280,2279,43,2298,2301,2310,2311,0,2424,2427,2436,2437,2298,2301,2310,2311,43,2301,2303,2312,2310,0,2427,2429,2438,2436,2301,2303,2312,2310,43,2310,2312,2313,2314,0,2436,2438,2439,2440,2310,2312,2313,2314,43,2311,2310,2314,2315,0,2437,2436,2440,2441,2311,2310,2314,2315,43,2152,2316,2317,2318,0,2278,2442,2443,2444,2152,2316,2317,2318,43,2316,2319,2320,2317,0,2442,2445,2446,2443,2316,2319,2320,2317,43,2317,2320,2321,2322,0,2443,2446,2447,2448,2317,2320,2321,2322,43,2318,2317,2322,2323,0,2444,2443,2448,2449,2318,2317,2322,2323,43,2324,2325,2326,2327,0,2450,2451,2452,2453,2324,2325,2326,2327,43,2325,2328,2329,2326,0,2451,2454,2455,2452,2325,2328,2329,2326,43,2327,2326,2329,1569,0,2453,2452,2455,1603,2327,2326,2329,1569,43,2330,2331,2332,2333,0,2456,2457,2458,2459,2330,2331,2332,2333,43,2331,2328,2325,2332,0,2457,2454,2451,2458,2331,2328,2325,2332,43,2333,2332,2325,2324,0,2459,2458,2451,2450,2333,2332,2325,2324,43,2334,2335,2336,2337,0,2460,2461,2462,2463,2334,2335,2336,2337,43,2335,2338,2339,2336,0,2461,2464,2465,2462,2335,2338,2339,2336,43,2336,2339,2340,2341,0,2462,2465,2466,2467,2336,2339,2340,2341,43,2337,2336,2341,2342,0,2463,2462,2467,2468,2337,2336,2341,2342,43,2323,2343,2344,2318,0,2449,2469,2470,2444,2323,2343,2344,2318,43,2343,2345,2346,2344,0,2469,2471,2472,2470,2343,2345,2346,2344,43,2344,2346,2154,2153,0,2470,2472,2280,2279,2344,2346,2154,2153,43,2318,2344,2153,2152,0,2444,2470,2279,2278,2318,2344,2153,2152,43,2334,2347,2348,2335,0,2460,2473,2474,2461,2334,2347,2348,2335,43,2347,2349,2350,2348,0,2473,2475,2476,2474,2347,2349,2350,2348,43,2348,2350,2351,2352,0,2474,2476,2477,2478,2348,2350,2351,2352,43,2335,2348,2352,2338,0,2461,2474,2478,2464,2335,2348,2352,2338,43,2353,2354,2355,2356,0,2479,2480,2481,2482,2353,2354,2355,2356,43,2354,2357,2358,2355,0,2480,2483,2484,2481,2354,2357,2358,2355,43,2355,2358,2359,2360,0,2481,2484,2485,2486,2355,2358,2359,2360,43,2356,2355,2360,2361,0,2482,2481,2486,2487,2356,2355,2360,2361,43,2362,2363,2364,2365,0,2488,2489,2490,2491,2362,2363,2364,2365,43,2363,2366,2367,2364,0,2489,2492,2493,2490,2363,2366,2367,2364,43,2364,2367,2368,2369,0,2490,2493,2494,2495,2364,2367,2368,2369,43,2365,2364,2369,2370,0,2491,2490,2495,2496,2365,2364,2369,2370,43,2366,2371,2372,2367,0,2492,2497,2498,2493,2366,2371,2372,2367,43,2371,2328,2373,2372,0,2497,2454,2499,2498,2371,2328,2373,2372,43,2367,2372,2373,2368,0,2493,2498,2499,2494,2367,2372,2373,2368,43,2368,2373,2374,2375,0,2494,2499,2500,2501,2368,2373,2374,2375,43,2373,2328,2331,2374,0,2499,2454,2457,2500,2373,2328,2331,2374,43,2375,2374,2331,2330,0,2501,2500,2457,2456,2375,2374,2331,2330,43,2368,2376,2377,2369,0,2494,2502,2503,2495,2368,2376,2377,2369,43,2376,2378,2379,2377,0,2502,2504,2505,2503,2376,2378,2379,2377,43,2377,2379,2380,2381,0,2503,2505,2506,2507,2377,2379,2380,2381,43,2369,2377,2381,2370,0,2495,2503,2507,2496,2369,2377,2381,2370,43,2330,2382,2383,2375,0,2456,2508,2509,2501,2330,2382,2383,2375,43,2382,2384,2385,2383,0,2508,2510,2511,2509,2382,2384,2385,2383,43,2383,2385,2378,2376,0,2509,2511,2504,2502,2383,2385,2378,2376,43,2375,2383,2376,2368,0,2501,2509,2502,2494,2375,2383,2376,2368,43,2378,2386,2387,2379,0,2504,2512,2513,2505,2378,2386,2387,2379,43,2386,2388,2389,2387,0,2512,2514,2515,2513,2386,2388,2389,2387,43,2387,2389,2359,2390,0,2513,2515,2485,2516,2387,2389,2359,2390,43,2379,2387,2390,2380,0,2505,2513,2516,2506,2379,2387,2390,2380,43,2378,2385,2391,2386,0,2504,2511,2517,2512,2378,2385,2391,2386,43,2385,2384,2392,2391,0,2511,2510,2518,2517,2385,2384,2392,2391,43,2391,2392,2393,2394,0,2517,2518,2519,2520,2391,2392,2393,2394,43,2386,2391,2394,2388,0,2512,2517,2520,2514,2386,2391,2394,2388,43,2395,2396,2397,2398,0,2521,2522,2523,2524,2395,2396,2397,2398,43,2396,2399,2400,2397,0,2522,2525,2526,2523,2396,2399,2400,2397,43,2397,2400,2401,2402,0,2523,2526,2527,2528,2397,2400,2401,2402,43,2398,2397,2402,2403,0,2524,2523,2528,2529,2398,2397,2402,2403,43,2399,2404,2405,2400,0,2525,2530,2531,2526,2399,2404,2405,2400,43,2404,2406,2407,2405,0,2530,2532,2533,2531,2404,2406,2407,2405,43,2405,2407,2319,2408,0,2531,2533,2445,2534,2405,2407,2319,2408,43,2400,2405,2408,2401,0,2526,2531,2534,2527,2400,2405,2408,2401,43,2409,2410,2411,2412,0,2535,2536,2537,2538,2409,2410,2411,2412,43,2410,2345,2343,2411,0,2536,2471,2469,2537,2410,2345,2343,2411,43,2411,2343,2323,2413,0,2537,2469,2449,2539,2411,2343,2323,2413,43,2412,2411,2413,2414,0,2538,2537,2539,2540,2412,2411,2413,2414,43,2414,2413,2415,2416,0,2540,2539,2541,2542,2414,2413,2415,2416,43,2413,2323,2322,2415,0,2539,2449,2448,2541,2413,2323,2322,2415,43,2415,2322,2321,2417,0,2541,2448,2447,2543,2415,2322,2321,2417,43,2416,2415,2417,2418,0,2542,2541,2543,2544,2416,2415,2417,2418,43,2281,2419,2420,2282,0,2407,2545,2546,2408,2281,2419,2420,2282,43,2419,2409,2412,2420,0,2545,2535,2538,2546,2419,2409,2412,2420,43,2420,2412,2414,2421,0,2546,2538,2540,2547,2420,2412,2414,2421,43,2282,2420,2421,2283,0,2408,2546,2547,2409,2282,2420,2421,2283,43,2418,2422,2423,2424,0,2544,2548,2549,2550,2418,2422,2423,2424,43,2422,2425,2426,2423,0,2548,2551,2552,2549,2422,2425,2426,2423,43,2423,2426,2243,2427,0,2549,2552,2369,2553,2423,2426,2243,2427,43,2424,2423,2427,2428,0,2550,2549,2553,2554,2424,2423,2427,2428,43,2243,2242,2429,2427,0,2369,2368,2555,2553,2243,2242,2429,2427,43,2242,2218,2221,2429,0,2368,2344,2347,2555,2242,2218,2221,2429,43,2429,2221,2212,2430,0,2555,2347,2338,2556,2429,2221,2212,2430,43,2427,2429,2430,2428,0,2553,2555,2556,2554,2427,2429,2430,2428,43,2283,2431,2432,2278,0,2409,2557,2558,2404,2283,2431,2432,2278,43,2431,2428,2430,2432,0,2557,2554,2556,2558,2431,2428,2430,2432,43,2432,2430,2212,2215,0,2558,2556,2338,2341,2432,2430,2212,2215,43,2278,2432,2215,2217,0,2404,2558,2341,2343,2278,2432,2215,2217,43,2283,2421,2433,2431,0,2409,2547,2559,2557,2283,2421,2433,2431,43,2421,2414,2416,2433,0,2547,2540,2542,2559,2421,2414,2416,2433,43,2433,2416,2418,2424,0,2559,2542,2544,2550,2433,2416,2418,2424,43,2431,2433,2424,2428,0,2557,2559,2550,2554,2431,2433,2424,2428,43,2434,2435,2436,2437,0,2560,2561,2562,2563,2434,2435,2436,2437,43,2435,2425,2422,2436,0,2561,2551,2548,2562,2435,2425,2422,2436,43,2436,2422,2418,2417,0,2562,2548,2544,2543,2436,2422,2418,2417,43,2437,2436,2417,2321,0,2563,2562,2543,2447,2437,2436,2417,2321,43,2393,2392,2438,2439,0,2519,2518,2564,2565,2393,2392,2438,2439,43,2392,2384,2382,2438,0,2518,2510,2508,2564,2392,2384,2382,2438,43,2438,2382,2330,2440,0,2564,2508,2456,2566,2438,2382,2330,2440,43,2439,2438,2440,2441,0,2565,2564,2566,2567,2439,2438,2440,2441,43,2330,2333,2442,2440,0,2456,2459,2568,2566,2330,2333,2442,2440,43,2333,2324,2443,2442,0,2459,2450,2569,2568,2333,2324,2443,2442,43,2440,2442,2443,2441,0,2566,2568,2569,2567,2440,2442,2443,2441,43,2406,2444,2445,2446,0,2532,2570,2571,2572,2406,2444,2445,2446,43,2444,2447,2448,2445,0,2570,2573,2574,2571,2444,2447,2448,2445,43,2445,2448,2449,2450,0,2571,2574,2575,2576,2445,2448,2449,2450,43,2446,2445,2450,2434,0,2572,2571,2576,2560,2446,2445,2450,2434,43,2447,2451,2452,2448,0,2573,2577,2578,2574,2447,2451,2452,2448,43,2451,2441,2443,2452,0,2577,2567,2569,2578,2451,2441,2443,2452,43,2452,2443,2324,2453,0,2578,2569,2450,2579,2452,2443,2324,2453,43,2448,2452,2453,2449,0,2574,2578,2579,2575,2448,2452,2453,2449,43,2232,2454,2455,2233,0,2358,2580,2581,2359,2232,2454,2455,2233,43,2454,2456,2457,2455,0,2580,2582,2583,2581,2454,2456,2457,2455,43,2455,2457,2288,2286,0,2581,2583,2414,2412,2455,2457,2288,2286,43,2233,2455,2286,2227,0,2359,2581,2412,2353,2233,2455,2286,2227,43,2456,2454,2458,2459,0,2582,2580,2584,2585,2456,2454,2458,2459,43,2454,2232,2240,2458,0,2580,2358,2366,2584,2454,2232,2240,2458,43,2458,2240,2243,2426,0,2584,2366,2369,2552,2458,2240,2243,2426,43,2459,2458,2426,2425,0,2585,2584,2552,2551,2459,2458,2426,2425,43,2288,2460,2461,2289,0,2414,2586,2587,2415,2288,2460,2461,2289,43,2460,2462,2463,2461,0,2586,2588,2589,2587,2460,2462,2463,2461,43,2461,2463,1563,1562,0,2587,2589,1597,1596,2461,2463,1563,1562,43,2289,2461,1562,1561,0,2415,2587,1596,1595,2289,2461,1562,1561,43,2462,2464,2465,2466,0,2588,2590,2591,2592,2462,2464,2465,2466,43,2464,2449,2453,2465,0,2590,2575,2579,2591,2464,2449,2453,2465,43,2466,2465,2453,2324,0,2592,2591,2579,2450,2466,2465,2453,2324,43,1569,1568,2467,2327,0,1603,1602,2593,2453,1569,1568,2467,2327,43,1568,1563,2463,2467,0,1602,1597,2589,2593,1568,1563,2463,2467,43,2467,2463,2462,2466,0,2593,2589,2588,2592,2467,2463,2462,2466,43,2327,2467,2466,2324,0,2453,2593,2592,2450,2327,2467,2466,2324,43,2449,2464,2468,2469,0,2575,2590,2594,2595,2449,2464,2468,2469,43,2464,2462,2460,2468,0,2590,2588,2586,2594,2464,2462,2460,2468,43,2468,2460,2288,2457,0,2594,2586,2414,2583,2468,2460,2288,2457,43,2469,2468,2457,2456,0,2595,2594,2583,2582,2469,2468,2457,2456,43,2449,2469,2470,2450,0,2575,2595,2596,2576,2449,2469,2470,2450,43,2469,2456,2459,2470,0,2595,2582,2585,2596,2469,2456,2459,2470,43,2470,2459,2425,2435,0,2596,2585,2551,2561,2470,2459,2425,2435,43,2450,2470,2435,2434,0,2576,2596,2561,2560,2450,2470,2435,2434,43,2406,2446,2471,2407,0,2532,2572,2597,2533,2406,2446,2471,2407,43,2446,2434,2437,2471,0,2572,2560,2563,2597,2446,2434,2437,2471,43,2471,2437,2321,2320,0,2597,2563,2447,2446,2471,2437,2321,2320,43,2407,2471,2320,2319,0,2533,2597,2446,2445,2407,2471,2320,2319,43,2441,2451,2472,2473,0,2567,2577,2598,2599,2441,2451,2472,2473,43,2451,2447,2444,2472,0,2577,2573,2570,2598,2451,2447,2444,2472,43,2472,2444,2406,2404,0,2598,2570,2532,2530,2472,2444,2406,2404,43,2473,2472,2404,2399,0,2599,2598,2530,2525,2473,2472,2404,2399,43,2393,2439,2474,2475,0,2519,2565,2600,2601,2393,2439,2474,2475,43,2439,2441,2473,2474,0,2565,2567,2599,2600,2439,2441,2473,2474,43,2474,2473,2399,2396,0,2600,2599,2525,2522,2474,2473,2399,2396,43,2475,2474,2396,2395,0,2601,2600,2522,2521,2475,2474,2396,2395,43,2476,2477,2478,2479,0,2602,2603,2604,2605,2476,2477,2478,2479,43,2477,2480,2481,2478,0,2603,2606,2607,2604,2477,2480,2481,2478,43,2478,2481,2395,2398,0,2604,2607,2521,2524,2478,2481,2395,2398,43,2479,2478,2398,2403,0,2605,2604,2524,2529,2479,2478,2398,2403,43,2482,2483,2484,2485,0,2608,2609,2610,2611,2482,2483,2484,2485,43,2483,2361,2486,2484,0,2609,2487,2612,2610,2483,2361,2486,2484,43,2484,2486,2480,2477,0,2610,2612,2606,2603,2484,2486,2480,2477,43,2485,2484,2477,2476,0,2611,2610,2603,2602,2485,2484,2477,2476,43,2388,2394,2487,2488,0,2514,2520,2613,2614,2388,2394,2487,2488,43,2394,2393,2475,2487,0,2520,2519,2601,2613,2394,2393,2475,2487,43,2487,2475,2395,2481,0,2613,2601,2521,2607,2487,2475,2395,2481,43,2488,2487,2481,2480,0,2614,2613,2607,2606,2488,2487,2481,2480,43,2361,2360,2489,2486,0,2487,2486,2615,2612,2361,2360,2489,2486,43,2360,2359,2389,2489,0,2486,2485,2515,2615,2360,2359,2389,2489,43,2489,2389,2388,2488,0,2615,2515,2514,2614,2489,2389,2388,2488,43,2486,2489,2488,2480,0,2612,2615,2614,2606,2486,2489,2488,2480,43,2490,2491,2492,2493,0,2616,2617,2618,2619,2490,2491,2492,2493,43,2491,2353,2356,2492,0,2617,2479,2482,2618,2491,2353,2356,2492,43,2492,2356,2361,2483,0,2618,2482,2487,2609,2492,2356,2361,2483,43,2493,2492,2483,2482,0,2619,2618,2609,2608,2493,2492,2483,2482,43,2342,2494,2495,2496,0,2468,2620,2621,2622,2342,2494,2495,2496,43,2494,2497,2498,2495,0,2620,2623,2624,2621,2494,2497,2498,2495,43,2495,2498,2499,2500,0,2621,2624,2625,2626,2495,2498,2499,2500,43,2496,2495,2500,2501,0,2622,2621,2626,2627,2496,2495,2500,2501,43,2502,2503,2504,2505,0,2628,2629,2630,2631,2502,2503,2504,2505,43,2503,2497,2494,2504,0,2629,2623,2620,2630,2503,2497,2494,2504,43,2504,2494,2342,2341,0,2630,2620,2468,2467,2504,2494,2342,2341,43,2505,2504,2341,2340,0,2631,2630,2467,2466,2505,2504,2341,2340,43,2273,2272,2506,2294,0,2399,2398,2632,2420,2273,2272,2506,2294,43,2272,1590,1589,2506,0,2398,1624,1623,2632,2272,1590,1589,2506,43,2506,1589,1584,2507,0,2632,1623,1618,2633,2506,1589,1584,2507,43,2294,2506,2507,2295,0,2420,2632,2633,2421,2294,2506,2507,2295,43,1584,1583,2508,2509,0,1618,1617,2634,2635,1584,1583,2508,2509,43,1583,1578,2299,2508,0,1617,1612,2425,2634,1583,1578,2299,2508,43,2509,2508,2299,2298,0,2635,2634,2425,2424,2509,2508,2299,2298,43,2315,2510,2511,2311,0,2441,2636,2637,2437,2315,2510,2511,2311,43,2510,2295,2507,2511,0,2636,2421,2633,2637,2510,2295,2507,2511,43,2511,2507,1584,2509,0,2637,2633,1618,2635,2511,2507,1584,2509,43,2311,2511,2509,2298,0,2437,2637,2635,2424,2311,2511,2509,2298,43,1591,1594,2512,2170,0,1625,1628,2638,2296,1591,1594,2512,2170,43,1594,1596,2513,2512,0,1628,1630,2639,2638,1594,1596,2513,2512,43,2512,2513,2196,2195,0,2638,2639,2322,2321,2512,2513,2196,2195,43,2170,2512,2195,2171,0,2296,2638,2321,2297,2170,2512,2195,2171,43,1585,2271,2514,1600,0,1619,2397,2640,1634,1585,2271,2514,1600,43,2271,2275,2515,2514,0,2397,2401,2641,2640,2271,2275,2515,2514,43,2514,2515,2196,2513,0,2640,2641,2322,2639,2514,2515,2196,2513,43,1600,2514,2513,1596,0,1634,2640,2639,1630,1600,2514,2513,1596,43,2502,2505,2516,2517,0,2628,2631,2642,2643,2502,2505,2516,2517,43,2505,2340,2518,2516,0,2631,2466,2644,2642,2505,2340,2518,2516,43,2516,2518,1612,1611,0,2642,2644,1646,1645,2516,2518,1612,1611,43,2517,2516,1611,1610,0,2643,2642,1645,1644,2517,2516,1611,1610,43,2519,2520,2521,2522,0,2645,2646,2647,2648,2519,2520,2521,2522,43,2520,2502,2517,2521,0,2646,2628,2643,2647,2520,2502,2517,2521,43,2521,2517,1610,1615,0,2647,2643,1644,1649,2521,2517,1610,1615,43,2522,2521,1615,1614,0,2648,2647,1649,1648,2522,2521,1615,1614,43,2362,2365,2523,2524,0,2488,2491,2649,2650,2362,2365,2523,2524,43,2365,2370,2525,2523,0,2491,2496,2651,2649,2365,2370,2525,2523,43,2523,2525,2526,2527,0,2649,2651,2652,2653,2523,2525,2526,2527,43,2524,2523,2527,2528,0,2650,2649,2653,2654,2524,2523,2527,2528,43,2529,2530,2531,2532,0,2655,2656,2657,2658,2529,2530,2531,2532,43,2530,2533,2534,2531,0,2656,2659,2660,2657,2530,2533,2534,2531,43,2531,2534,2499,2535,0,2657,2660,2625,2661,2531,2534,2499,2535,43,2532,2531,2535,2519,0,2658,2657,2661,2645,2532,2531,2535,2519,43,2370,2381,2536,2525,0,2496,2507,2662,2651,2370,2381,2536,2525,43,2381,2380,2537,2536,0,2507,2506,2663,2662,2381,2380,2537,2536,43,2536,2537,2538,2539,0,2662,2663,2664,2665,2536,2537,2538,2539,43,2525,2536,2539,2526,0,2651,2662,2665,2652,2525,2536,2539,2526,43,2380,2390,2540,2537,0,2506,2516,2666,2663,2380,2390,2540,2537,43,2390,2359,2358,2540,0,2516,2485,2484,2666,2390,2359,2358,2540,43,2540,2358,2357,2541,0,2666,2484,2483,2667,2540,2358,2357,2541,43,2537,2540,2541,2538,0,2663,2666,2667,2664,2537,2540,2541,2538,43,2538,2541,2542,2543,0,2664,2667,2668,2669,2538,2541,2542,2543,43,2541,2357,2354,2542,0,2667,2483,2480,2668,2541,2357,2354,2542,43,2542,2354,2353,2544,0,2668,2480,2479,2670,2542,2354,2353,2544,43,2543,2542,2544,2545,0,2669,2668,2670,2671,2543,2542,2544,2545,43,2526,2539,2546,2547,0,2652,2665,2672,2673,2526,2539,2546,2547,43,2539,2538,2543,2546,0,2665,2664,2669,2672,2539,2538,2543,2546,43,2546,2543,2545,2548,0,2672,2669,2671,2674,2546,2543,2545,2548,43,2547,2546,2548,2533,0,2673,2672,2674,2659,2547,2546,2548,2533,43,2528,2527,2549,2550,0,2654,2653,2675,2676,2528,2527,2549,2550,43,2527,2526,2547,2549,0,2653,2652,2673,2675,2527,2526,2547,2549,43,2549,2547,2533,2530,0,2675,2673,2659,2656,2549,2547,2533,2530,43,2550,2549,2530,2529,0,2676,2675,2656,2655,2550,2549,2530,2529,43,2366,2551,2552,2371,0,2492,2677,2678,2497,2366,2551,2552,2371,43,2551,1618,1621,2552,0,2677,1652,1655,2678,2551,1618,1621,2552,43,2552,1621,1569,2329,0,2678,1655,1603,2455,2552,1621,1569,2329,43,2371,2552,2329,2328,0,2497,2678,2455,2454,2371,2552,2329,2328,43,2362,2553,2554,2363,0,2488,2679,2680,2489,2362,2553,2554,2363,43,2553,1638,1641,2554,0,2679,1672,1675,2680,2553,1638,1641,2554,43,2554,1641,1618,2551,0,2680,1675,1652,2677,2554,1641,1618,2551,43,2363,2554,2551,2366,0,2489,2680,2677,2492,2363,2554,2551,2366,43,1638,2553,2555,1644,0,1672,2679,2681,1678,1638,2553,2555,1644,43,2553,2362,2524,2555,0,2679,2488,2650,2681,2553,2362,2524,2555,43,2555,2524,2528,2556,0,2681,2650,2654,2682,2555,2524,2528,2556,43,1644,2555,2556,1645,0,1678,2681,2682,1679,1644,2555,2556,1645,43,1645,2556,2557,1714,0,1679,2682,2683,1748,1645,2556,2557,1714,43,2556,2528,2550,2557,0,2682,2654,2676,2683,2556,2528,2550,2557,43,2557,2550,2529,2558,0,2683,2676,2655,2684,2557,2550,2529,2558,43,1714,2557,2558,1660,0,1748,2683,2684,1694,1714,2557,2558,1660,43,2529,2532,2559,2558,0,2655,2658,2685,2684,2529,2532,2559,2558,43,2532,2519,2522,2559,0,2658,2645,2648,2685,2532,2519,2522,2559,43,2559,2522,1614,1657,0,2685,2648,1648,1691,2559,2522,1614,1657,43,2558,2559,1657,1660,0,2684,2685,1691,1694,2558,2559,1657,1660,43,2499,2498,2560,2535,0,2625,2624,2686,2661,2499,2498,2560,2535,43,2498,2497,2503,2560,0,2624,2623,2629,2686,2498,2497,2503,2560,43,2560,2503,2502,2520,0,2686,2629,2628,2646,2560,2503,2502,2520,43,2535,2560,2520,2519,0,2661,2686,2646,2645,2535,2560,2520,2519,43,2533,2548,2561,2534,0,2659,2674,2687,2660,2533,2548,2561,2534,43,2548,2545,2562,2561,0,2674,2671,2688,2687,2548,2545,2562,2561,43,2561,2562,2501,2500,0,2687,2688,2627,2626,2561,2562,2501,2500,43,2534,2561,2500,2499,0,2660,2687,2626,2625,2534,2561,2500,2499,43,2353,2491,2563,2544,0,2479,2617,2689,2670,2353,2491,2563,2544,43,2491,2490,2564,2563,0,2617,2616,2690,2689,2491,2490,2564,2563,43,2563,2564,2501,2562,0,2689,2690,2627,2688,2563,2564,2501,2562,43,2544,2563,2562,2545,0,2670,2689,2688,2671,2544,2563,2562,2545,43,2501,2564,2565,2566,0,2627,2690,2691,2692,2501,2564,2565,2566,43,2564,2490,2493,2565,0,2690,2616,2619,2691,2564,2490,2493,2565,43,2565,2493,2482,2567,0,2691,2619,2608,2693,2565,2493,2482,2567,43,2566,2565,2567,2568,0,2692,2691,2693,2694,2566,2565,2567,2568,43,2569,2570,2571,2572,0,2695,2696,2697,2698,2569,2570,2571,2572,43,2570,2573,2574,2571,0,2696,2699,2700,2697,2570,2573,2574,2571,43,2571,2574,2575,2576,0,2697,2700,2701,2702,2571,2574,2575,2576,43,2572,2571,2576,2577,0,2698,2697,2702,2703,2572,2571,2576,2577,43,2577,2576,2578,2579,0,2703,2702,2704,2705,2577,2576,2578,2579,43,2576,2575,2580,2578,0,2702,2701,2706,2704,2576,2575,2580,2578,43,2578,2580,2581,2582,0,2704,2706,2707,2708,2578,2580,2581,2582,43,2579,2578,2582,2583,0,2705,2704,2708,2709,2579,2578,2582,2583,43,2575,2574,2584,2580,0,2701,2700,2710,2706,2575,2574,2584,2580,43,2574,2573,2585,2584,0,2700,2699,2711,2710,2574,2573,2585,2584,43,2584,2585,2586,2587,0,2710,2711,2712,2713,2584,2585,2586,2587,43,2580,2584,2587,2581,0,2706,2710,2713,2707,2580,2584,2587,2581,43,2581,2587,2588,2589,0,2707,2713,2714,2715,2581,2587,2588,2589,43,2587,2586,2590,2588,0,2713,2712,2716,2714,2587,2586,2590,2588,43,2588,2590,2591,2592,0,2714,2716,2717,2718,2588,2590,2591,2592,43,2589,2588,2592,2593,0,2715,2714,2718,2719,2589,2588,2592,2593,43,2583,2582,2594,2595,0,2709,2708,2720,2721,2583,2582,2594,2595,43,2582,2581,2589,2594,0,2708,2707,2715,2720,2582,2581,2589,2594,43,2594,2589,2593,2596,0,2720,2715,2719,2722,2594,2589,2593,2596,43,2595,2594,2596,2315,0,2721,2720,2722,2441,2595,2594,2596,2315,43,2313,2597,2598,2314,0,2439,2723,2724,2440,2313,2597,2598,2314,43,2597,2599,2600,2598,0,2723,2725,2726,2724,2597,2599,2600,2598,43,2598,2600,2583,2595,0,2724,2726,2709,2721,2598,2600,2583,2595,43,2314,2598,2595,2315,0,2440,2724,2721,2441,2314,2598,2595,2315,43,2601,2602,2603,2604,0,2727,2728,2729,2730,2601,2602,2603,2604,43,2602,2577,2579,2603,0,2728,2703,2705,2729,2602,2577,2579,2603,43,2603,2579,2583,2600,0,2729,2705,2709,2726,2603,2579,2583,2600,43,2604,2603,2600,2599,0,2730,2729,2726,2725,2604,2603,2600,2599,43,2601,2605,2606,2602,0,2727,2731,2732,2728,2601,2605,2606,2602,43,2605,2607,2608,2606,0,2731,2733,2734,2732,2605,2607,2608,2606,43,2606,2608,2609,2610,0,2732,2734,2735,2736,2606,2608,2609,2610,43,2602,2606,2610,2577,0,2728,2732,2736,2703,2602,2606,2610,2577,43,2609,2611,2612,2610,0,2735,2737,2738,2736,2609,2611,2612,2610,43,2611,2613,2614,2612,0,2737,2739,2740,2738,2611,2613,2614,2612,43,2612,2614,2569,2572,0,2738,2740,2695,2698,2612,2614,2569,2572,43,2610,2612,2572,2577,0,2736,2738,2698,2703,2610,2612,2572,2577,43,2615,2616,2617,2618,0,2741,2742,2743,2744,2615,2616,2617,2618,43,2616,2349,2347,2617,0,2742,2475,2473,2743,2616,2349,2347,2617,43,2617,2347,2334,2619,0,2743,2473,2460,2745,2617,2347,2334,2619,43,2618,2617,2619,2620,0,2744,2743,2745,2746,2618,2617,2619,2620,43,2620,2619,2621,2622,0,2746,2745,2747,2748,2620,2619,2621,2622,43,2619,2334,2337,2621,0,2745,2460,2463,2747,2619,2334,2337,2621,43,2621,2337,2342,2623,0,2747,2463,2468,2749,2621,2337,2342,2623,43,2622,2621,2623,2624,0,2748,2747,2749,2750,2622,2621,2623,2624,43,2624,2623,2625,2626,0,2750,2749,2751,2752,2624,2623,2625,2626,43,2623,2342,2496,2625,0,2749,2468,2622,2751,2623,2342,2496,2625,43,2625,2496,2501,2566,0,2751,2622,2627,2692,2625,2496,2501,2566,43,2626,2625,2566,2568,0,2752,2751,2692,2694,2626,2625,2566,2568,43,2613,2611,2627,2628,0,2739,2737,2753,2754,2613,2611,2627,2628,43,2611,2609,2629,2627,0,2737,2735,2755,2753,2611,2609,2629,2627,43,2627,2629,2630,2631,0,2753,2755,2756,2757,2627,2629,2630,2631,43,2628,2627,2631,2632,0,2754,2753,2757,2758,2628,2627,2631,2632,43,2633,2634,2635,2636,0,2759,2760,2761,2762,2633,2634,2635,2636,43,2634,2637,2638,2635,0,2760,2763,2764,2761,2634,2637,2638,2635,43,2635,2638,2639,2640,0,2761,2764,2765,2766,2635,2638,2639,2640,43,2636,2635,2640,2641,0,2762,2761,2766,2767,2636,2635,2640,2641,43,2642,2643,2644,2645,0,2768,2769,2770,2771,2642,2643,2644,2645,43,2643,2639,2638,2644,0,2769,2765,2764,2770,2643,2639,2638,2644,43,2645,2644,2638,2637,0,2771,2770,2764,2763,2645,2644,2638,2637,43,2642,2646,2647,2648,0,2768,2772,2773,2774,2642,2646,2647,2648,43,2646,2649,2650,2647,0,2772,2775,2776,2773,2646,2649,2650,2647,43,2647,2650,2651,2652,0,2773,2776,2777,2778,2647,2650,2651,2652,43,2648,2647,2652,2653,0,2774,2773,2778,2779,2648,2647,2652,2653,43,2654,2655,2656,2657,0,2780,2781,2782,2783,2654,2655,2656,2657,43,2655,2658,2659,2656,0,2781,2784,2785,2782,2655,2658,2659,2656,43,2656,2659,2660,2661,0,2782,2785,2786,2787,2656,2659,2660,2661,43,2657,2656,2661,2568,0,2783,2782,2787,2694,2657,2656,2661,2568,43,2568,2567,2662,2657,0,2694,2693,2788,2783,2568,2567,2662,2657,43,2567,2482,2485,2662,0,2693,2608,2611,2788,2567,2482,2485,2662,43,2662,2485,2476,2663,0,2788,2611,2602,2789,2662,2485,2476,2663,43,2657,2662,2663,2654,0,2783,2788,2789,2780,2657,2662,2663,2654,43,2654,2663,2664,2665,0,2780,2789,2790,2791,2654,2663,2664,2665,43,2663,2476,2479,2664,0,2789,2602,2605,2790,2663,2476,2479,2664,43,2664,2479,2403,2666,0,2790,2605,2529,2792,2664,2479,2403,2666,43,2665,2664,2666,2651,0,2791,2790,2792,2777,2665,2664,2666,2651,43,2667,2668,2669,2670,0,2793,2794,2795,2796,2667,2668,2669,2670,43,2668,2671,2672,2669,0,2794,2797,2798,2795,2668,2671,2672,2669,43,2669,2672,2658,2655,0,2795,2798,2784,2781,2669,2672,2658,2655,43,2670,2669,2655,2654,0,2796,2795,2781,2780,2670,2669,2655,2654,43,2673,2674,2675,2676,0,2799,2800,2801,2802,2673,2674,2675,2676,43,2674,2677,2678,2675,0,2800,2803,2804,2801,2674,2677,2678,2675,43,2675,2678,2667,2670,0,2801,2804,2793,2796,2675,2678,2667,2670,43,2676,2675,2670,2654,0,2802,2801,2796,2780,2676,2675,2670,2654,43,2633,2679,2680,2681,0,2759,2805,2806,2807,2633,2679,2680,2681,43,2679,2677,2674,2680,0,2805,2803,2800,2806,2679,2677,2674,2680,43,2680,2674,2673,2682,0,2806,2800,2799,2808,2680,2674,2673,2682,43,2681,2680,2682,2649,0,2807,2806,2808,2775,2681,2680,2682,2649,43,2649,2682,2683,2650,0,2775,2808,2809,2776,2649,2682,2683,2650,43,2682,2673,2676,2683,0,2808,2799,2802,2809,2682,2673,2676,2683,43,2683,2676,2654,2665,0,2809,2802,2780,2791,2683,2676,2654,2665,43,2650,2683,2665,2651,0,2776,2809,2791,2777,2650,2683,2665,2651,43,2642,2645,2684,2646,0,2768,2771,2810,2772,2642,2645,2684,2646,43,2645,2637,2634,2684,0,2771,2763,2760,2810,2645,2637,2634,2684,43,2684,2634,2633,2681,0,2810,2760,2759,2807,2684,2634,2633,2681,43,2646,2684,2681,2649,0,2772,2810,2807,2775,2646,2684,2681,2649,43,2677,2679,2685,2686,0,2803,2805,2811,2812,2677,2679,2685,2686,43,2679,2633,2636,2685,0,2805,2759,2762,2811,2679,2633,2636,2685,43,2685,2636,2641,2687,0,2811,2762,2767,2813,2685,2636,2641,2687,43,2686,2685,2687,2688,0,2812,2811,2813,2814,2686,2685,2687,2688,43,2689,2690,2691,2692,0,2815,2816,2817,2818,2689,2690,2691,2692,43,2690,2693,2694,2691,0,2816,2819,2820,2817,2690,2693,2694,2691,43,2691,2694,2695,2696,0,2817,2820,2821,2822,2691,2694,2695,2696,43,2692,2691,2696,2697,0,2818,2817,2822,2823,2692,2691,2696,2697,43,2698,2699,2700,2701,0,2824,2825,2826,2827,2698,2699,2700,2701,43,2699,2702,2703,2700,0,2825,2828,2829,2826,2699,2702,2703,2700,43,2700,2703,2671,2668,0,2826,2829,2797,2794,2700,2703,2671,2668,43,2701,2700,2668,2667,0,2827,2826,2794,2793,2701,2700,2668,2667,43,2677,2686,2704,2678,0,2803,2812,2830,2804,2677,2686,2704,2678,43,2686,2688,2705,2704,0,2812,2814,2831,2830,2686,2688,2705,2704,43,2704,2705,2698,2701,0,2830,2831,2824,2827,2704,2705,2698,2701,43,2678,2704,2701,2667,0,2804,2830,2827,2793,2678,2704,2701,2667,43,2698,2705,2706,2707,0,2824,2831,2832,2833,2698,2705,2706,2707,43,2705,2688,2708,2706,0,2831,2814,2834,2832,2705,2688,2708,2706,43,2706,2708,2709,2710,0,2832,2834,2835,2836,2706,2708,2709,2710,43,2707,2706,2710,2711,0,2833,2832,2836,2837,2707,2706,2710,2711,43,2711,2712,2713,2707,0,2837,2838,2839,2833,2711,2712,2713,2707,43,2712,2714,2715,2713,0,2838,2840,2841,2839,2712,2714,2715,2713,43,2713,2715,2702,2699,0,2839,2841,2828,2825,2713,2715,2702,2699,43,2707,2713,2699,2698,0,2833,2839,2825,2824,2707,2713,2699,2698,43,2714,2712,2716,2717,0,2840,2838,2842,2843,2714,2712,2716,2717,43,2712,2711,2718,2716,0,2838,2837,2844,2842,2712,2711,2718,2716,43,2716,2718,2693,2690,0,2842,2844,2819,2816,2716,2718,2693,2690,43,2717,2716,2690,2689,0,2843,2842,2816,2815,2717,2716,2690,2689,43,2351,2350,2719,2720,0,2477,2476,2845,2846,2351,2350,2719,2720,43,2350,2349,2616,2719,0,2476,2475,2742,2845,2350,2349,2616,2719,43,2719,2616,2615,2721,0,2845,2742,2741,2847,2719,2616,2615,2721,43,2720,2719,2721,2722,0,2846,2845,2847,2848,2720,2719,2721,2722,43,2695,2723,2724,2696,0,2821,2849,2850,2822,2695,2723,2724,2696,43,2723,2722,2721,2724,0,2849,2848,2847,2850,2723,2722,2721,2724,43,2724,2721,2615,2725,0,2850,2847,2741,2851,2724,2721,2615,2725,43,2696,2724,2725,2697,0,2822,2850,2851,2823,2696,2724,2725,2697,43,2726,2727,2728,2729,0,2852,2853,2854,2855,2726,2727,2728,2729,43,2727,2730,2731,2728,0,2853,2856,2857,2854,2727,2730,2731,2728,43,2728,2731,2351,2720,0,2854,2857,2477,2846,2728,2731,2351,2720,43,2729,2728,2720,2722,0,2855,2854,2846,2848,2729,2728,2720,2722,43,2599,2732,2733,2604,0,2725,2858,2859,2730,2599,2732,2733,2604,43,2732,2726,2734,2733,0,2858,2852,2860,2859,2732,2726,2734,2733,43,2733,2734,2735,2736,0,2859,2860,2861,2862,2733,2734,2735,2736,43,2604,2733,2736,2601,0,2730,2859,2862,2727,2604,2733,2736,2601,43,2351,2731,2737,2352,0,2477,2857,2863,2478,2351,2731,2737,2352,43,2731,2730,2738,2737,0,2857,2856,2864,2863,2731,2730,2738,2737,43,2737,2738,2739,2740,0,2863,2864,2865,2866,2737,2738,2739,2740,43,2352,2737,2740,2338,0,2478,2863,2866,2464,2352,2737,2740,2338,43,2599,2597,2741,2742,0,2725,2723,2867,2868,2599,2597,2741,2742,43,2597,2313,2312,2741,0,2723,2439,2438,2867,2597,2313,2312,2741,43,2741,2312,2303,2743,0,2867,2438,2429,2869,2741,2312,2303,2743,43,2742,2741,2743,2739,0,2868,2867,2869,2865,2742,2741,2743,2739,43,2739,2743,2744,2745,0,2865,2869,2870,2871,2739,2743,2744,2745,43,2743,2303,2302,2744,0,2869,2429,2428,2870,2743,2303,2302,2744,43,2744,2302,1576,1613,0,2870,2428,1610,1647,2744,2302,1576,1613,43,2745,2744,1613,1612,0,2871,2870,1647,1646,2745,2744,1613,1612,43,2340,2339,2746,2518,0,2466,2465,2872,2644,2340,2339,2746,2518,43,2339,2338,2740,2746,0,2465,2464,2866,2872,2339,2338,2740,2746,43,2746,2740,2739,2745,0,2872,2866,2865,2871,2746,2740,2739,2745,43,2518,2746,2745,1612,0,2644,2872,2871,1646,2518,2746,2745,1612,43,2739,2738,2747,2742,0,2865,2864,2873,2868,2739,2738,2747,2742,43,2738,2730,2727,2747,0,2864,2856,2853,2873,2738,2730,2727,2747,43,2747,2727,2726,2732,0,2873,2853,2852,2858,2747,2727,2726,2732,43,2742,2747,2732,2599,0,2868,2873,2858,2725,2742,2747,2732,2599,43,2726,2729,2748,2734,0,2852,2855,2874,2860,2726,2729,2748,2734,43,2729,2722,2723,2748,0,2855,2848,2849,2874,2729,2722,2723,2748,43,2748,2723,2695,2749,0,2874,2849,2821,2875,2748,2723,2695,2749,43,2734,2748,2749,2735,0,2860,2874,2875,2861,2734,2748,2749,2735,43,2609,2608,2750,2629,0,2735,2734,2876,2755,2609,2608,2750,2629,43,2608,2607,2751,2750,0,2734,2733,2877,2876,2608,2607,2751,2750,43,2750,2751,2752,2753,0,2876,2877,2878,2879,2750,2751,2752,2753,43,2629,2750,2753,2630,0,2755,2876,2879,2756,2629,2750,2753,2630,43,2607,2605,2754,2751,0,2733,2731,2880,2877,2607,2605,2754,2751,43,2605,2601,2736,2754,0,2731,2727,2862,2880,2605,2601,2736,2754,43,2754,2736,2735,2755,0,2880,2862,2861,2881,2754,2736,2735,2755,43,2751,2754,2755,2752,0,2877,2880,2881,2878,2751,2754,2755,2752,43,2752,2756,2757,2758,0,2878,2882,2883,2884,2752,2756,2757,2758,43,2756,2759,2760,2757,0,2882,2885,2886,2883,2756,2759,2760,2757,43,2757,2760,2639,2761,0,2883,2886,2765,2887,2757,2760,2639,2761,43,2758,2757,2761,2762,0,2884,2883,2887,2888,2758,2757,2761,2762,43,2709,2763,2764,2765,0,2835,2889,2890,2891,2709,2763,2764,2765,43,2763,2766,2767,2764,0,2889,2892,2893,2890,2763,2766,2767,2764,43,2764,2767,2759,2768,0,2890,2893,2885,2894,2764,2767,2759,2768,43,2765,2764,2768,2769,0,2891,2890,2894,2895,2765,2764,2768,2769,43,2735,2770,2771,2755,0,2861,2896,2897,2881,2735,2770,2771,2755,43,2770,2769,2768,2771,0,2896,2895,2894,2897,2770,2769,2768,2771,43,2771,2768,2759,2756,0,2897,2894,2885,2882,2771,2768,2759,2756,43,2755,2771,2756,2752,0,2881,2897,2882,2878,2755,2771,2756,2752,43,2695,2694,2772,2749,0,2821,2820,2898,2875,2695,2694,2772,2749,43,2694,2693,2773,2772,0,2820,2819,2899,2898,2694,2693,2773,2772,43,2772,2773,2769,2770,0,2898,2899,2895,2896,2772,2773,2769,2770,43,2749,2772,2770,2735,0,2875,2898,2896,2861,2749,2772,2770,2735,43,2711,2710,2774,2718,0,2837,2836,2900,2844,2711,2710,2774,2718,43,2710,2709,2765,2774,0,2836,2835,2891,2900,2710,2709,2765,2774,43,2774,2765,2769,2773,0,2900,2891,2895,2899,2774,2765,2769,2773,43,2718,2774,2773,2693,0,2844,2900,2899,2819,2718,2774,2773,2693,43,2641,2775,2776,2687,0,2767,2901,2902,2813,2641,2775,2776,2687,43,2775,2766,2763,2776,0,2901,2892,2889,2902,2775,2766,2763,2776,43,2776,2763,2709,2708,0,2902,2889,2835,2834,2776,2763,2709,2708,43,2687,2776,2708,2688,0,2813,2902,2834,2814,2687,2776,2708,2688,43,2759,2767,2777,2760,0,2885,2893,2903,2886,2759,2767,2777,2760,43,2767,2766,2775,2777,0,2893,2892,2901,2903,2767,2766,2775,2777,43,2777,2775,2641,2640,0,2903,2901,2767,2766,2777,2775,2641,2640,43,2760,2777,2640,2639,0,2886,2903,2766,2765,2760,2777,2640,2639,43,2639,2643,2778,2761,0,2765,2769,2904,2887,2639,2643,2778,2761,43,2643,2642,2648,2778,0,2769,2768,2774,2904,2643,2642,2648,2778,43,2778,2648,2653,2779,0,2904,2774,2779,2905,2778,2648,2653,2779,43,2761,2778,2779,2762,0,2887,2904,2905,2888,2761,2778,2779,2762,43,2780,2781,2782,2783,0,2906,2907,2908,2909,2780,2781,2782,2783,43,2781,2762,2779,2782,0,2907,2888,2905,2908,2781,2762,2779,2782,43,2782,2779,2653,2784,0,2908,2905,2779,2910,2782,2779,2653,2784,43,2783,2782,2784,2785,0,2909,2908,2910,2911,2783,2782,2784,2785,43,2762,2781,2786,2758,0,2888,2907,2912,2884,2762,2781,2786,2758,43,2781,2780,2787,2786,0,2907,2906,2913,2912,2781,2780,2787,2786,43,2786,2787,2630,2753,0,2912,2913,2756,2879,2786,2787,2630,2753,43,2758,2786,2753,2752,0,2884,2912,2879,2878,2758,2786,2753,2752,43,2630,2787,2788,2631,0,2756,2913,2914,2757,2630,2787,2788,2631,43,2787,2780,2783,2788,0,2913,2906,2909,2914,2787,2780,2783,2788,43,2788,2783,2785,2789,0,2914,2909,2911,2915,2788,2783,2785,2789,43,2631,2788,2789,2632,0,2757,2914,2915,2758,2631,2788,2789,2632,43,2790,2791,2792,2793,0,2916,2917,2918,2919,2790,2791,2792,2793,43,2791,2613,2628,2792,0,2917,2739,2754,2918,2791,2613,2628,2792,43,2792,2628,2632,2794,0,2918,2754,2758,2920,2792,2628,2632,2794,43,2793,2792,2794,2795,0,2919,2918,2920,2921,2793,2792,2794,2795,43,2796,2797,2798,2799,0,2922,2923,2924,2925,2796,2797,2798,2799,43,2797,2800,2801,2798,0,2923,2926,2927,2924,2797,2800,2801,2798,43,2798,2801,2802,2803,0,2924,2927,2928,2929,2798,2801,2802,2803,43,2799,2798,2803,2804,0,2925,2924,2929,2930,2799,2798,2803,2804,43,2805,2806,2807,2808,0,2931,2932,2933,2934,2805,2806,2807,2808,43,2806,2809,2810,2807,0,2932,2935,2936,2933,2806,2809,2810,2807,43,2807,2810,2811,2812,0,2933,2936,2937,2938,2807,2810,2811,2812,43,2808,2807,2812,2802,0,2934,2933,2938,2928,2808,2807,2812,2802,43,2802,2801,2813,2808,0,2928,2927,2939,2934,2802,2801,2813,2808,43,2801,2800,2814,2813,0,2927,2926,2940,2939,2801,2800,2814,2813,43,2813,2814,2815,2816,0,2939,2940,2941,2942,2813,2814,2815,2816,43,2808,2813,2816,2805,0,2934,2939,2942,2931,2808,2813,2816,2805,43,2815,2814,2817,2818,0,2941,2940,2943,2944,2815,2814,2817,2818,43,2814,2800,2797,2817,0,2940,2926,2923,2943,2814,2800,2797,2817,43,2817,2797,2796,2819,0,2943,2923,2922,2945,2817,2797,2796,2819,43,2818,2817,2819,2820,0,2944,2943,2945,2946,2818,2817,2819,2820,43,2821,2822,2823,2824,0,2947,2948,2949,2950,2821,2822,2823,2824,43,2822,2815,2818,2823,0,2948,2941,2944,2949,2822,2815,2818,2823,43,2823,2818,2820,2825,0,2949,2944,2946,2951,2823,2818,2820,2825,43,2824,2823,2825,2268,0,2950,2949,2951,2394,2824,2823,2825,2268,43,2826,2827,2828,2829,0,2952,2953,2954,2955,2826,2827,2828,2829,43,2827,2805,2816,2828,0,2953,2931,2942,2954,2827,2805,2816,2828,43,2828,2816,2815,2822,0,2954,2942,2941,2948,2828,2816,2815,2822,43,2829,2828,2822,2821,0,2955,2954,2948,2947,2829,2828,2822,2821,43,2830,2831,2832,2833,0,2956,2957,2958,2959,2830,2831,2832,2833,43,2831,2834,2835,2832,0,2957,2960,2961,2958,2831,2834,2835,2832,43,2832,2835,2836,2837,0,2958,2961,2962,2963,2832,2835,2836,2837,43,2833,2832,2837,2838,0,2959,2958,2963,2964,2833,2832,2837,2838,43,2826,2839,2840,2841,0,2952,2965,2966,2967,2826,2839,2840,2841,43,2839,2842,2843,2840,0,2965,2968,2969,2966,2839,2842,2843,2840,43,2840,2843,2830,2833,0,2966,2969,2956,2959,2840,2843,2830,2833,43,2841,2840,2833,2838,0,2967,2966,2959,2964,2841,2840,2833,2838,43,2811,2844,2845,2846,0,2937,2970,2971,2972,2811,2844,2845,2846,43,2844,2847,2848,2845,0,2970,2973,2974,2971,2844,2847,2848,2845,43,2845,2848,2849,2850,0,2971,2974,2975,2976,2845,2848,2849,2850,43,2846,2845,2850,2851,0,2972,2971,2976,2977,2846,2845,2850,2851,43,2851,2850,2852,2853,0,2977,2976,2978,2979,2851,2850,2852,2853,43,2850,2849,2854,2852,0,2976,2975,2980,2978,2850,2849,2854,2852,43,2852,2854,68,105,0,2978,2980,68,105,2852,2854,68,105,43,2853,2852,105,107,0,2979,2978,105,107,2853,2852,105,107,43,2847,2855,2856,2848,0,2973,2981,2982,2974,2847,2855,2856,2848,43,2855,2838,2837,2856,0,2981,2964,2963,2982,2855,2838,2837,2856,43,2856,2837,2836,2857,0,2982,2963,2962,2983,2856,2837,2836,2857,43,2848,2856,2857,2849,0,2974,2982,2983,2975,2848,2856,2857,2849,43,2836,2835,2858,2857,0,2962,2961,2984,2983,2836,2835,2858,2857,43,2835,2834,2859,2858,0,2961,2960,2985,2984,2835,2834,2859,2858,43,2858,2859,2860,2861,0,2984,2985,2986,2987,2858,2859,2860,2861,43,2857,2858,2861,2849,0,2983,2984,2987,2975,2857,2858,2861,2849,43,2860,2859,2862,2863,0,2986,2985,2988,2989,2860,2859,2862,2863,43,2859,2834,2831,2862,0,2985,2960,2957,2988,2859,2834,2831,2862,43,2862,2831,2830,2864,0,2988,2957,2956,2990,2862,2831,2830,2864,43,2863,2862,2864,2865,0,2989,2988,2990,2991,2863,2862,2864,2865,43,2830,2843,2866,2864,0,2956,2969,2992,2990,2830,2843,2866,2864,43,2843,2842,2867,2866,0,2969,2968,2993,2992,2843,2842,2867,2866,43,2866,2867,2868,2869,0,2992,2993,2994,2995,2866,2867,2868,2869,43,2864,2866,2869,2865,0,2990,2992,2995,2991,2864,2866,2869,2865,43,2870,2871,2872,2873,0,2996,2997,2998,2999,2870,2871,2872,2873,43,2871,2821,2824,2872,0,2997,2947,2950,2998,2871,2821,2824,2872,43,2872,2824,2268,2265,0,2998,2950,2394,2391,2872,2824,2268,2265,43,2873,2872,2265,2264,0,2999,2998,2391,2390,2873,2872,2265,2264,43,2874,2875,2876,2877,0,3000,3001,3002,3003,2874,2875,2876,2877,43,2875,2878,2879,2876,0,3001,3004,3005,3002,2875,2878,2879,2876,43,2876,2879,2870,2880,0,3002,3005,2996,3006,2876,2879,2870,2880,43,2877,2876,2880,2881,0,3003,3002,3006,3007,2877,2876,2880,2881,43,2821,2871,2882,2829,0,2947,2997,3008,2955,2821,2871,2882,2829,43,2871,2870,2879,2882,0,2997,2996,3005,3008,2871,2870,2879,2882,43,2882,2879,2878,2883,0,3008,3005,3004,3009,2882,2879,2878,2883,43,2829,2882,2883,2826,0,2955,3008,3009,2952,2829,2882,2883,2826,43,2881,2880,2884,2885,0,3007,3006,3010,3011,2881,2880,2884,2885,43,2880,2870,2873,2884,0,3006,2996,2999,3010,2880,2870,2873,2884,43,2884,2873,2264,2886,0,3010,2999,2390,3012,2884,2873,2264,2886,43,2885,2884,2886,2887,0,3011,3010,3012,3013,2885,2884,2886,2887,43,2887,2886,2888,2889,0,3013,3012,3014,3015,2887,2886,2888,2889,43,2886,2264,2267,2888,0,3012,2390,2393,3014,2886,2264,2267,2888,43,2888,2267,2256,2890,0,3014,2393,2382,3016,2888,2267,2256,2890,43,2889,2888,2890,2891,0,3015,3014,3016,3017,2889,2888,2890,2891,43,2891,2890,2892,2893,0,3017,3016,3018,3019,2891,2890,2892,2893,43,2890,2256,2259,2892,0,3016,2382,2385,3018,2890,2256,2259,2892,43,2892,2259,2253,2252,0,3018,2385,2379,2378,2892,2259,2253,2252,43,2893,2892,2252,2180,0,3019,3018,2378,2306,2893,2892,2252,2180,43,2178,2201,2894,2179,0,2304,2327,3020,2305,2178,2201,2894,2179,43,2201,2203,2895,2894,0,2327,2329,3021,3020,2201,2203,2895,2894,43,2894,2895,2891,2893,0,3020,3021,3017,3019,2894,2895,2891,2893,43,2179,2894,2893,2180,0,2305,3020,3019,2306,2179,2894,2893,2180,43,2891,2895,2896,2889,0,3017,3021,3022,3015,2891,2895,2896,2889,43,2895,2203,2897,2896,0,3021,2329,3023,3022,2895,2203,2897,2896,43,2896,2897,2898,2899,0,3022,3023,3024,3025,2896,2897,2898,2899,43,2889,2896,2899,2887,0,3015,3022,3025,3013,2889,2896,2899,2887,43,2900,2901,2902,2903,0,3026,3027,3028,3029,2900,2901,2902,2903,43,2901,2290,2293,2902,0,3027,2416,2419,3028,2901,2290,2293,2902,43,2902,2293,2297,2904,0,3028,2419,2423,3030,2902,2293,2297,2904,43,2903,2902,2904,2905,0,3029,3028,3030,3031,2903,2902,2904,2905,43,2203,2202,2906,2897,0,2329,2328,3032,3023,2203,2202,2906,2897,43,2202,2198,2907,2906,0,2328,2324,3033,3032,2202,2198,2907,2906,43,2906,2907,2908,2909,0,3032,3033,3034,3035,2906,2907,2908,2909,43,2897,2906,2909,2898,0,3023,3032,3035,3024,2897,2906,2909,2898,43,2198,2197,2910,2907,0,2324,2323,3036,3033,2198,2197,2910,2907,43,2197,2196,2515,2910,0,2323,2322,2641,3036,2197,2196,2515,2910,43,2910,2515,2275,2911,0,3036,2641,2401,3037,2910,2515,2275,2911,43,2907,2910,2911,2908,0,3033,3036,3037,3034,2907,2910,2911,2908,43,2908,2911,2912,2913,0,3034,3037,3038,3039,2908,2911,2912,2913,43,2911,2275,2274,2912,0,3037,2401,2400,3038,2911,2275,2274,2912,43,2912,2274,2273,2291,0,3038,2400,2399,2417,2912,2274,2273,2291,43,2913,2912,2291,2290,0,3039,3038,2417,2416,2913,2912,2291,2290,43,2898,2909,2914,2915,0,3024,3035,3040,3041,2898,2909,2914,2915,43,2909,2908,2913,2914,0,3035,3034,3039,3040,2909,2908,2913,2914,43,2914,2913,2290,2901,0,3040,3039,2416,3027,2914,2913,2290,2901,43,2915,2914,2901,2900,0,3041,3040,3027,3026,2915,2914,2901,2900,43,2887,2899,2916,2885,0,3013,3025,3042,3011,2887,2899,2916,2885,43,2899,2898,2915,2916,0,3025,3024,3041,3042,2899,2898,2915,2916,43,2916,2915,2900,2917,0,3042,3041,3026,3043,2916,2915,2900,2917,43,2885,2916,2917,2881,0,3011,3042,3043,3007,2885,2916,2917,2881,43,2900,2903,2918,2917,0,3026,3029,3044,3043,2900,2903,2918,2917,43,2903,2905,2919,2918,0,3029,3031,3045,3044,2903,2905,2919,2918,43,2918,2919,2874,2877,0,3044,3045,3000,3003,2918,2919,2874,2877,43,2917,2918,2877,2881,0,3043,3044,3003,3007,2917,2918,2877,2881,43,2591,2920,2921,2592,0,2717,3046,3047,2718,2591,2920,2921,2592,43,2920,2922,2923,2921,0,3046,3048,3049,3047,2920,2922,2923,2921,43,2921,2923,2924,2925,0,3047,3049,3050,3051,2921,2923,2924,2925,43,2592,2921,2925,2593,0,2718,3047,3051,2719,2592,2921,2925,2593,43,2865,2869,2926,2927,0,2991,2995,3052,3053,2865,2869,2926,2927,43,2869,2868,2928,2926,0,2995,2994,3054,3052,2869,2868,2928,2926,43,2926,2928,2929,2930,0,3052,3054,3055,3056,2926,2928,2929,2930,43,2927,2926,2930,2931,0,3053,3052,3056,3057,2927,2926,2930,2931,43,2932,2933,2934,2935,0,3058,3059,3060,3061,2932,2933,2934,2935,43,2933,2569,2614,2934,0,3059,2695,2740,3060,2933,2569,2614,2934,43,2934,2614,2613,2936,0,3060,2740,2739,3062,2934,2614,2613,2936,43,2935,2934,2936,2937,0,3061,3060,3062,3063,2935,2934,2936,2937,43,2922,2920,2938,2939,0,3048,3046,3064,3065,2922,2920,2938,2939,43,2920,2591,2590,2938,0,3046,2717,2716,3064,2920,2591,2590,2938,43,2938,2590,2586,2940,0,3064,2716,2712,3066,2938,2590,2586,2940,43,2939,2938,2940,2932,0,3065,3064,3066,3058,2939,2938,2940,2932,43,2586,2585,2941,2940,0,2712,2711,3067,3066,2586,2585,2941,2940,43,2585,2573,2570,2941,0,2711,2699,2696,3067,2585,2573,2570,2941,43,2941,2570,2569,2933,0,3067,2696,2695,3059,2941,2570,2569,2933,43,2940,2941,2933,2932,0,3066,3067,3059,3058,2940,2941,2933,2932,43,2942,2943,2944,2945,0,3068,3069,3070,3071,2942,2943,2944,2945,43,2943,2297,2296,2944,0,3069,2423,2422,3070,2943,2297,2296,2944,43,2944,2296,2295,2510,0,3070,2422,2421,2636,2944,2296,2295,2510,43,2945,2944,2510,2315,0,3071,3070,2636,2441,2945,2944,2510,2315,43,2593,2925,2946,2596,0,2719,3051,3072,2722,2593,2925,2946,2596,43,2925,2924,2947,2946,0,3051,3050,3073,3072,2925,2924,2947,2946,43,2946,2947,2942,2945,0,3072,3073,3068,3071,2946,2947,2942,2945,43,2596,2946,2945,2315,0,2722,3072,3071,2441,2596,2946,2945,2315,43,2297,2943,2948,2904,0,2423,3069,3074,3030,2297,2943,2948,2904,43,2943,2942,2949,2948,0,3069,3068,3075,3074,2943,2942,2949,2948,43,2948,2949,2950,2951,0,3074,3075,3076,3077,2948,2949,2950,2951,43,2904,2948,2951,2905,0,3030,3074,3077,3031,2904,2948,2951,2905,43,2942,2947,2952,2949,0,3068,3073,3078,3075,2942,2947,2952,2949,43,2947,2924,2923,2952,0,3073,3050,3049,3078,2947,2924,2923,2952,43,2952,2923,2922,2953,0,3078,3049,3048,3079,2952,2923,2922,2953,43,2949,2952,2953,2950,0,3075,3078,3079,3076,2949,2952,2953,2950,43,2931,2930,2954,2955,0,3057,3056,3080,3081,2931,2930,2954,2955,43,2930,2929,2956,2954,0,3056,3055,3082,3080,2930,2929,2956,2954,43,2954,2956,2950,2953,0,3080,3082,3076,3079,2954,2956,2950,2953,43,2955,2954,2953,2922,0,3081,3080,3079,3048,2955,2954,2953,2922,43,2905,2951,2957,2919,0,3031,3077,3083,3045,2905,2951,2957,2919,43,2951,2950,2956,2957,0,3077,3076,3082,3083,2951,2950,2956,2957,43,2957,2956,2929,2958,0,3083,3082,3055,3084,2957,2956,2929,2958,43,2919,2957,2958,2874,0,3045,3083,3084,3000,2919,2957,2958,2874,43,2929,2928,2959,2958,0,3055,3054,3085,3084,2929,2928,2959,2958,43,2928,2868,2960,2959,0,3054,2994,3086,3085,2928,2868,2960,2959,43,2959,2960,2878,2875,0,3085,3086,3004,3001,2959,2960,2878,2875,43,2958,2959,2875,2874,0,3084,3085,3001,3000,2958,2959,2875,2874,43,2868,2867,2961,2960,0,2994,2993,3087,3086,2868,2867,2961,2960,43,2867,2842,2839,2961,0,2993,2968,2965,3087,2867,2842,2839,2961,43,2961,2839,2826,2883,0,3087,2965,2952,3009,2961,2839,2826,2883,43,2960,2961,2883,2878,0,3086,3087,3009,3004,2960,2961,2883,2878,43,2838,2962,2963,2841,0,2964,3088,3089,2967,2838,2962,2963,2841,43,2962,2809,2806,2963,0,3088,2935,2932,3089,2962,2809,2806,2963,43,2963,2806,2805,2827,0,3089,2932,2931,2953,2963,2806,2805,2827,43,2841,2963,2827,2826,0,2967,3089,2953,2952,2841,2963,2827,2826,43,2838,2855,2964,2962,0,2964,2981,3090,3088,2838,2855,2964,2962,43,2855,2847,2844,2964,0,2981,2973,2970,3090,2855,2847,2844,2964,43,2964,2844,2811,2810,0,3090,2970,2937,2936,2964,2844,2811,2810,43,2962,2964,2810,2809,0,3088,3090,2936,2935,2962,2964,2810,2809,43,2804,2803,2965,2966,0,2930,2929,3091,3092,2804,2803,2965,2966,43,2803,2802,2812,2965,0,2929,2928,2938,3091,2803,2802,2812,2965,43,2965,2812,2811,2846,0,3091,2938,2937,2972,2965,2812,2811,2846,43,2966,2965,2846,2851,0,3092,3091,2972,2977,2966,2965,2846,2851,43,116,2967,2968,117,0,116,3093,3094,117,116,2967,2968,117,43,2967,2804,2966,2968,0,3093,2930,3092,3094,2967,2804,2966,2968,43,2968,2966,2851,2853,0,3094,3092,2977,2979,2968,2966,2851,2853,43,117,2968,2853,107,0,117,3094,2979,107,117,2968,2853,107,43,2969,2970,2971,2972,0,3095,3096,3097,3098,2969,2970,2971,2972,43,2970,2973,2974,2971,0,3096,3099,3100,3097,2970,2973,2974,2971,43,2971,2974,2975,2976,0,3097,3100,3101,3102,2971,2974,2975,2976,43,2972,2971,2976,2977,0,3098,3097,3102,3103,2972,2971,2976,2977,43,2978,2979,2980,2981,0,3104,3105,3106,3107,2978,2979,2980,2981,43,2979,2796,2799,2980,0,3105,2922,2925,3106,2979,2796,2799,2980,43,2980,2799,2804,2982,0,3106,2925,2930,3108,2980,2799,2804,2982,43,2981,2980,2982,2975,0,3107,3106,3108,3101,2981,2980,2982,2975,43,2975,2982,2983,2984,0,3101,3108,3109,3110,2975,2982,2983,2984,43,2982,2804,2967,2983,0,3108,2930,3093,3109,2982,2804,2967,2983,43,2983,2967,116,127,0,3109,3093,116,127,2983,2967,116,127,43,2984,2983,127,126,0,3110,3109,127,126,2984,2983,127,126,43,2977,2976,2985,2986,0,3103,3102,3111,3112,2977,2976,2985,2986,43,2976,2975,2984,2985,0,3102,3101,3110,3111,2976,2975,2984,2985,43,2985,2984,126,131,0,3111,3110,126,131,2985,2984,126,131,43,2986,2985,131,130,0,3112,3111,131,130,2986,2985,131,130,43,2987,2988,2989,2990,0,3113,3114,3115,3116,2987,2988,2989,2990,43,2988,2991,2992,2989,0,3114,3117,3118,3115,2988,2991,2992,2989,43,2989,2992,2973,2993,0,3115,3118,3099,3119,2989,2992,2973,2993,43,2990,2989,2993,2994,0,3116,3115,3119,3120,2990,2989,2993,2994,43,2260,2995,2996,2261,0,2386,3121,3122,2387,2260,2995,2996,2261,43,2995,2997,2998,2996,0,3121,3123,3124,3122,2995,2997,2998,2996,43,2996,2998,2987,2999,0,3122,3124,3113,3125,2996,2998,2987,2999,43,2261,2996,2999,2262,0,2387,3122,3125,2388,2261,2996,2999,2262,43,2268,2825,3000,2269,0,2394,2951,3126,2395,2268,2825,3000,2269,43,2825,2820,3001,3000,0,2951,2946,3127,3126,2825,2820,3001,3000,43,3000,3001,2997,2995,0,3126,3127,3123,3121,3000,3001,2997,2995,43,2269,3000,2995,2260,0,2395,3126,3121,2386,2269,3000,2995,2260,43,2978,3002,3003,2979,0,3104,3128,3129,3105,2978,3002,3003,2979,43,3002,2997,3001,3003,0,3128,3123,3127,3129,3002,2997,3001,3003,43,3003,3001,2820,2819,0,3129,3127,2946,2945,3003,3001,2820,2819,43,2979,3003,2819,2796,0,3105,3129,2945,2922,2979,3003,2819,2796,43,2978,3004,3005,3002,0,3104,3130,3131,3128,2978,3004,3005,3002,43,3004,2991,2988,3005,0,3130,3117,3114,3131,3004,2991,2988,3005,43,3005,2988,2987,2998,0,3131,3114,3113,3124,3005,2988,2987,2998,43,3002,3005,2998,2997,0,3128,3131,3124,3123,3002,3005,2998,2997,43,2973,2992,3006,2974,0,3099,3118,3132,3100,2973,2992,3006,2974,43,2992,2991,3004,3006,0,3118,3117,3130,3132,2992,2991,3004,3006,43,3006,3004,2978,2981,0,3132,3130,3104,3107,3006,3004,2978,2981,43,2974,3006,2981,2975,0,3100,3132,3107,3101,2974,3006,2981,2975,43,2969,3007,3008,3009,0,3095,3133,3134,3135,2969,3007,3008,3009,43,3007,3010,3011,3008,0,3133,3136,3137,3134,3007,3010,3011,3008,43,3008,3011,3012,3013,0,3134,3137,3138,3139,3008,3011,3012,3013,43,3009,3008,3013,3014,0,3135,3134,3139,3140,3009,3008,3013,3014,43,2253,2263,3015,2254,0,2379,2389,3141,2380,2253,2263,3015,2254,43,2263,2262,3016,3015,0,2389,2388,3142,3141,2263,2262,3016,3015,43,3015,3016,3017,3018,0,3141,3142,3143,3144,3015,3016,3017,3018,43,2254,3015,3018,2255,0,2380,3141,3144,2381,2254,3015,3018,2255,43,2262,2999,3019,3016,0,2388,3125,3145,3142,2262,2999,3019,3016,43,2999,2987,2990,3019,0,3125,3113,3116,3145,2999,2987,2990,3019,43,3019,2990,2994,3020,0,3145,3116,3120,3146,3019,2990,2994,3020,43,3016,3019,3020,3017,0,3142,3145,3146,3143,3016,3019,3020,3017,43,3021,3022,3023,3024,0,3147,3148,3149,3150,3021,3022,3023,3024,43,3022,3025,3026,3023,0,3148,3151,3152,3149,3022,3025,3026,3023,43,3023,3026,2304,2307,0,3149,3152,2430,2433,3023,3026,2304,2307,43,3024,3023,2307,2279,0,3150,3149,2433,2405,3024,3023,2307,2279,43,2211,3027,3028,2216,0,2337,3153,3154,2342,2211,3027,3028,2216,43,3027,3021,3024,3028,0,3153,3147,3150,3154,3027,3021,3024,3028,43,3028,3024,2279,2276,0,3154,3150,2405,2402,3028,3024,2279,2276,43,2216,3028,2276,2217,0,2342,3154,2402,2343,2216,3028,2276,2217,43,2211,2210,3029,3027,0,2337,2336,3155,3153,2211,2210,3029,3027,43,2210,2182,2251,3029,0,2336,2308,2377,3155,2210,2182,2251,3029,43,3029,2251,2255,3030,0,3155,2377,2381,3156,3029,2251,2255,3030,43,3027,3029,3030,3021,0,3153,3155,3156,3147,3027,3029,3030,3021,43,2255,3018,3031,3030,0,2381,3144,3157,3156,2255,3018,3031,3030,43,3018,3017,3032,3031,0,3144,3143,3158,3157,3018,3017,3032,3031,43,3031,3032,3025,3022,0,3157,3158,3151,3148,3031,3032,3025,3022,43,3030,3031,3022,3021,0,3156,3157,3148,3147,3030,3031,3022,3021,43,3025,3033,3034,3026,0,3151,3159,3160,3152,3025,3033,3034,3026,43,3033,3014,3013,3034,0,3159,3140,3139,3160,3033,3014,3013,3034,43,3034,3013,3012,3035,0,3160,3139,3138,3161,3034,3013,3012,3035,43,3026,3034,3035,2304,0,3152,3160,3161,2430,3026,3034,3035,2304,43,3017,3020,3036,3032,0,3143,3146,3162,3158,3017,3020,3036,3032,43,3020,2994,3037,3036,0,3146,3120,3163,3162,3020,2994,3037,3036,43,3036,3037,3014,3033,0,3162,3163,3140,3159,3036,3037,3014,3033,43,3032,3036,3033,3025,0,3158,3162,3159,3151,3032,3036,3033,3025,43,2969,3009,3038,2970,0,3095,3135,3164,3096,2969,3009,3038,2970,43,3009,3014,3037,3038,0,3135,3140,3163,3164,3009,3014,3037,3038,43,3038,3037,2994,2993,0,3164,3163,3120,3119,3038,3037,2994,2993,43,2970,3038,2993,2973,0,3096,3164,3119,3099,2970,3038,2993,2973,43,3039,3040,3041,3042,0,3165,3166,3167,3168,3039,3040,3041,3042,43,3040,3010,3007,3041,0,3166,3136,3133,3167,3040,3010,3007,3041,43,3041,3007,2969,2972,0,3167,3133,3095,3098,3041,3007,2969,2972,43,3042,3041,2972,2977,0,3168,3167,3098,3103,3042,3041,2972,2977,43,2977,3043,3044,3042,0,3103,3169,3170,3168,2977,3043,3044,3042,43,3043,3045,3046,3044,0,3169,3171,3172,3170,3043,3045,3046,3044,43,3042,3044,3046,3039,0,3168,3170,3172,3165,3042,3044,3046,3039,43,2653,3047,3048,2784,0,2779,3173,3174,2910,2653,3047,3048,2784,43,3047,2156,2158,3048,0,3173,2282,2284,3174,3047,2156,2158,3048,43,3048,2158,2144,3049,0,3174,2284,2270,3175,3048,2158,2144,3049,43,2784,3048,3049,2785,0,2910,3174,3175,2911,2784,3048,3049,2785,43,2651,3050,3051,2652,0,2777,3176,3177,2778,2651,3050,3051,2652,43,3050,2148,2151,3051,0,3176,2274,2277,3177,3050,2148,2151,3051,43,3051,2151,2156,3047,0,3177,2277,2282,3173,3051,2151,2156,3047,43,2652,3051,3047,2653,0,2778,3177,3173,2779,2652,3051,3047,2653,43,2403,2402,3052,2666,0,2529,2528,3178,2792,2403,2402,3052,2666,43,2402,2401,3053,3052,0,2528,2527,3179,3178,2402,2401,3053,3052,43,3052,3053,2148,3050,0,3178,3179,2274,3176,3052,3053,2148,3050,43,2666,3052,3050,2651,0,2792,3178,3176,2777,2666,3052,3050,2651,43,2401,2408,3054,3053,0,2527,2534,3180,3179,2401,2408,3054,3053,43,2408,2319,2316,3054,0,2534,2445,2442,3180,2408,2319,2316,3054,43,3054,2316,2152,2149,0,3180,2442,2278,2275,3054,2316,2152,2149,43,3053,3054,2149,2148,0,3179,3180,2275,2274,3053,3054,2149,2148,43,3055,3056,3057,3058,0,3181,3182,3183,3184,3055,3056,3057,3058,43,3056,3059,3060,3057,0,3182,3185,3186,3183,3056,3059,3060,3057,43,3057,3060,3039,3061,0,3183,3186,3165,3187,3057,3060,3039,3061,43,3058,3057,3061,3062,0,3184,3183,3187,3188,3058,3057,3061,3062,43,3012,3063,3064,3035,0,3138,3189,3190,3161,3012,3063,3064,3035,43,3063,3059,3065,3064,0,3189,3185,3191,3190,3063,3059,3065,3064,43,3064,3065,2308,2305,0,3190,3191,2434,2431,3064,3065,2308,2305,43,3035,3064,2305,2304,0,3161,3190,2431,2430,3035,3064,2305,2304,43,3059,3063,3066,3060,0,3185,3189,3192,3186,3059,3063,3066,3060,43,3063,3012,3011,3066,0,3189,3138,3137,3192,3063,3012,3011,3066,43,3066,3011,3010,3040,0,3192,3137,3136,3166,3066,3011,3010,3040,43,3060,3066,3040,3039,0,3186,3192,3166,3165,3060,3066,3040,3039,43,2308,3067,3068,2309,0,2434,3193,3194,2435,2308,3067,3068,2309,43,3067,3069,3070,3068,0,3193,3195,3196,3194,3067,3069,3070,3068,43,3068,3070,2409,2419,0,3194,3196,2535,2545,3068,3070,2409,2419,43,2309,3068,2419,2281,0,2435,3194,2545,2407,2309,3068,2419,2281,43,3059,3056,3071,3065,0,3185,3182,3197,3191,3059,3056,3071,3065,43,3056,3055,3072,3071,0,3182,3181,3198,3197,3056,3055,3072,3071,43,3071,3072,3069,3067,0,3197,3198,3195,3193,3071,3072,3069,3067,43,3065,3071,3067,2308,0,3191,3197,3193,2434,3065,3071,3067,2308,43,2146,3073,3074,3075,0,2272,3199,3200,3201,2146,3073,3074,3075,43,3073,3055,3058,3074,0,3199,3181,3184,3200,3073,3055,3058,3074,43,3074,3058,3062,3076,0,3200,3184,3188,3202,3074,3058,3062,3076,43,3075,3074,3076,3045,0,3201,3200,3202,3171,3075,3074,3076,3045,43,2795,2794,3077,3078,0,2921,2920,3203,3204,2795,2794,3077,3078,43,2794,2632,2789,3077,0,2920,2758,2915,3203,2794,2632,2789,3077,43,3077,2789,2785,3079,0,3203,2915,2911,3205,3077,2789,2785,3079,43,3078,3077,3079,3080,0,3204,3203,3205,3206,3078,3077,3079,3080,43,2785,3049,3081,3079,0,2911,3175,3207,3205,2785,3049,3081,3079,43,3049,2144,2141,3081,0,3175,2270,2267,3207,3049,2144,2141,3081,43,2140,3082,3081,2141,0,2266,3208,3207,2267,2140,3082,3081,2141,43,3079,3081,3082,3080,0,3205,3207,3208,3206,3079,3081,3082,3080,43,2860,2863,3083,3084,0,2986,2989,3209,3210,2860,2863,3083,3084,43,2863,2865,2927,3083,0,2989,2991,3053,3209,2863,2865,2927,3083,43,3083,2927,2931,3085,0,3209,3053,3057,3211,3083,2927,2931,3085,43,3084,3083,3085,2937,0,3210,3209,3211,3063,3084,3083,3085,2937,43,2922,2939,3086,2955,0,3048,3065,3212,3081,2922,2939,3086,2955,43,2939,2932,2935,3086,0,3065,3058,3061,3212,2939,2932,2935,3086,43,3086,2935,2937,3085,0,3212,3061,3063,3211,3086,2935,2937,3085,43,2955,3086,3085,2931,0,3081,3212,3211,3057,2955,3086,3085,2931,43,70,3087,3088,3089,0,70,3213,3214,3215,70,3087,3088,3089,43,3087,2937,2936,3088,0,3213,3063,3062,3214,3087,2937,2936,3088,43,3088,2936,2613,2791,0,3214,3062,2739,2917,3088,2936,2613,2791,43,3089,3088,2791,2790,0,3215,3214,2917,2916,3089,3088,2791,2790,43,2860,3084,3090,3091,0,2986,3210,3216,3217,2860,3084,3090,3091,43,3084,2937,3087,3090,0,3210,3063,3213,3216,3084,2937,3087,3090,43,3090,3087,70,69,0,3216,3213,70,69,3090,3087,70,69,43,3091,3090,69,68,0,3217,3216,69,68,3091,3090,69,68,43,2849,2861,3092,2854,0,2975,2987,3218,2980,2849,2861,3092,2854,43,2861,2860,3091,3092,0,2987,2986,3217,3218,2861,2860,3091,3092,43,2854,3092,3091,68,0,2980,3218,3217,68,2854,3092,3091,68,43,2146,3075,3093,2147,0,2272,3201,3219,2273,2146,3075,3093,2147,43,3075,3045,3094,3093,0,3201,3171,3220,3219,3075,3045,3094,3093,43,3093,3094,775,772,0,3219,3220,775,772,3093,3094,775,772,43,2147,3093,772,771,0,2273,3219,772,771,2147,3093,772,771,43,775,3094,3095,778,0,775,3220,3221,778,775,3094,3095,778,43,3094,3045,3043,3095,0,3220,3171,3169,3221,3094,3045,3043,3095,43,3095,3043,2977,2986,0,3221,3169,3103,3112,3095,3043,2977,2986,43,778,3095,2986,130,0,778,3221,3112,130,778,3095,2986,130,43,3039,3046,3096,3061,0,3165,3172,3222,3187,3039,3046,3096,3061,43,3046,3045,3076,3096,0,3172,3171,3202,3222,3046,3045,3076,3096,43,3061,3096,3076,3062,0,3187,3222,3202,3188,3061,3096,3076,3062,43,2154,2346,3097,3098,0,2280,2472,3223,3224,2154,2346,3097,3098,43,2346,2345,2410,3097,0,2472,2471,2536,3223,2346,2345,2410,3097,43,3097,2410,2409,3070,0,3223,2536,2535,3196,3097,2410,2409,3070,43,3098,3097,3070,3069,0,3224,3223,3196,3195,3098,3097,3070,3069,43,3069,3099,3100,3098,0,3195,3225,3226,3224,3069,3099,3100,3098,43,3099,2146,2159,3100,0,3225,2272,2285,3226,3099,2146,2159,3100,43,3098,3100,2159,2154,0,3224,3226,2285,2280,3098,3100,2159,2154,43,2146,3099,3101,3073,0,2272,3225,3227,3199,2146,3099,3101,3073,43,3099,3069,3072,3101,0,3225,3195,3198,3227,3099,3069,3072,3101,43,3073,3101,3072,3055,0,3199,3227,3198,3181,3073,3101,3072,3055,43,3102,3103,3104,3105,0,3228,3229,3230,3231,3102,3103,3104,3105,43,3103,3106,3107,3104,0,3229,3232,3233,3230,3103,3106,3107,3104,43,3104,3107,3108,3109,0,3230,3233,3234,3235,3104,3107,3108,3109,43,3105,3104,3109,1496,0,3231,3230,3235,1530,3105,3104,3109,1496,43,3110,3111,3112,3113,0,3236,3237,3238,3239,3110,3111,3112,3113,43,3111,3114,3115,3112,0,3237,3240,3241,3238,3111,3114,3115,3112,43,3112,3115,3116,3117,0,3238,3241,3242,3243,3112,3115,3116,3117,43,3113,3112,3117,3118,0,3239,3238,3243,3244,3113,3112,3117,3118,43,3102,3119,3120,3103,0,3228,3245,3246,3229,3102,3119,3120,3103,43,3119,3110,3113,3120,0,3245,3236,3239,3246,3119,3110,3113,3120,43,3120,3113,3118,3121,0,3246,3239,3244,3247,3120,3113,3118,3121,43,3103,3120,3121,3106,0,3229,3246,3247,3232,3103,3120,3121,3106,43,3122,3123,3124,3125,0,3248,3249,3250,3251,3122,3123,3124,3125,43,3123,3126,3127,3124,0,3249,3252,3253,3250,3123,3126,3127,3124,43,3124,3127,1728,1739,0,3250,3253,1762,1773,3124,3127,1728,1739,43,3125,3124,1739,1738,0,3251,3250,1773,1772,3125,3124,1739,1738,43,1730,1729,3128,1731,0,1764,1763,3254,1842,1730,1729,3128,1731,43,1729,1728,3127,3128,0,1763,1762,3253,3254,1729,1728,3127,3128,43,3128,3127,3126,3129,0,3254,3253,3252,3255,3128,3127,3126,3129,43,1731,3128,3129,1808,0,1842,3254,3255,1843,1731,3128,3129,1808,43,3130,3131,3132,3133,0,3256,3257,3258,3259,3130,3131,3132,3133,43,3131,1808,3129,3132,0,3257,1843,3255,3258,3131,1808,3129,3132,43,3132,3129,3126,3134,0,3258,3255,3252,3260,3132,3129,3126,3134,43,3133,3132,3134,3135,0,3259,3258,3260,3261,3133,3132,3134,3135,43,3136,3137,3138,3139,0,3262,3263,3264,3265,3136,3137,3138,3139,43,3137,3140,3141,3138,0,3263,3266,3267,3264,3137,3140,3141,3138,43,3138,3141,3142,3143,0,3264,3267,3268,3269,3138,3141,3142,3143,43,3139,3138,3143,3144,0,3265,3264,3269,3270,3139,3138,3143,3144,43,3142,3145,3146,3147,0,3268,3271,3272,3273,3142,3145,3146,3147,43,3145,3148,3149,3146,0,3271,3274,3275,3272,3145,3148,3149,3146,43,3146,3149,3150,3151,0,3272,3275,3276,3277,3146,3149,3150,3151,43,3147,3146,3151,3152,0,3273,3272,3277,3278,3147,3146,3151,3152,43,3153,3154,3155,3156,0,3279,3280,3281,3282,3153,3154,3155,3156,43,3154,3130,3157,3155,0,3280,3256,3283,3281,3154,3130,3157,3155,43,3155,3157,3158,3159,0,3281,3283,3284,3285,3155,3157,3158,3159,43,3156,3155,3159,3160,0,3282,3281,3285,3286,3156,3155,3159,3160,43,3160,3159,3161,3162,0,3286,3285,3287,3288,3160,3159,3161,3162,43,3159,3158,3163,3161,0,3285,3284,3289,3287,3159,3158,3163,3161,43,3161,3163,3140,3164,0,3287,3289,3266,3290,3161,3163,3140,3164,43,3162,3161,3164,3165,0,3288,3287,3290,3291,3162,3161,3164,3165,43,3158,3157,3166,3167,0,3284,3283,3292,3293,3158,3157,3166,3167,43,3157,3130,3133,3166,0,3283,3256,3259,3292,3157,3130,3133,3166,43,3166,3133,3135,3168,0,3292,3259,3261,3294,3166,3133,3135,3168,43,3167,3166,3168,3148,0,3293,3292,3294,3274,3167,3166,3168,3148,43,3140,3163,3169,3141,0,3266,3289,3295,3267,3140,3163,3169,3141,43,3163,3158,3167,3169,0,3289,3284,3293,3295,3163,3158,3167,3169,43,3169,3167,3148,3145,0,3295,3293,3274,3271,3169,3167,3148,3145,43,3141,3169,3145,3142,0,3267,3295,3271,3268,3141,3169,3145,3142,43,3144,3143,3170,3171,0,3270,3269,3296,3297,3144,3143,3170,3171,43,3143,3142,3147,3170,0,3269,3268,3273,3296,3143,3142,3147,3170,43,3170,3147,3152,3172,0,3296,3273,3278,3298,3170,3147,3152,3172,43,3171,3170,3172,3173,0,3297,3296,3298,3299,3171,3170,3172,3173,43,3173,3172,3174,3175,0,3299,3298,3300,3301,3173,3172,3174,3175,43,3172,3152,3176,3174,0,3298,3278,3302,3300,3172,3152,3176,3174,43,3174,3176,3177,3178,0,3300,3302,3303,3304,3174,3176,3177,3178,43,3175,3174,3178,3179,0,3301,3300,3304,3305,3175,3174,3178,3179,43,3152,3151,3180,3176,0,3278,3277,3306,3302,3152,3151,3180,3176,43,3151,3150,3181,3180,0,3277,3276,3307,3306,3151,3150,3181,3180,43,3180,3181,3182,3183,0,3306,3307,3308,3309,3180,3181,3182,3183,43,3176,3180,3183,3177,0,3302,3306,3309,3303,3176,3180,3183,3177,43,3184,3185,3186,3187,0,3310,3311,3312,3313,3184,3185,3186,3187,43,3185,1752,1751,3186,0,3311,1786,1785,3312,3185,1752,1751,3186,43,3186,1751,1750,3188,0,3312,1785,1784,3314,3186,1751,1750,3188,43,3187,3186,3188,3189,0,3313,3312,3314,3315,3187,3186,3188,3189,43,3189,3190,3191,3187,0,3315,3316,3317,3313,3189,3190,3191,3187,43,3190,3192,3193,3191,0,3316,3318,3319,3317,3190,3192,3193,3191,43,3191,3193,3194,3195,0,3317,3319,3320,3321,3191,3193,3194,3195,43,3187,3191,3195,3184,0,3313,3317,3321,3310,3187,3191,3195,3184,43,3194,3196,3197,3195,0,3320,3322,3323,3321,3194,3196,3197,3195,43,3196,3198,3199,3197,0,3322,3324,3325,3323,3196,3198,3199,3197,43,3197,3199,3122,3200,0,3323,3325,3248,3326,3197,3199,3122,3200,43,3195,3197,3200,3184,0,3321,3323,3326,3310,3195,3197,3200,3184,43,3182,3201,3202,3203,0,3308,3327,3328,3329,3182,3201,3202,3203,43,3201,3194,3193,3202,0,3327,3320,3319,3328,3201,3194,3193,3202,43,3202,3193,3192,3204,0,3328,3319,3318,3330,3202,3193,3192,3204,43,3203,3202,3204,3205,0,3329,3328,3330,3331,3203,3202,3204,3205,43,3150,3206,3207,3181,0,3276,3332,3333,3307,3150,3206,3207,3181,43,3206,3198,3196,3207,0,3332,3324,3322,3333,3206,3198,3196,3207,43,3207,3196,3194,3201,0,3333,3322,3320,3327,3207,3196,3194,3201,43,3181,3207,3201,3182,0,3307,3333,3327,3308,3181,3207,3201,3182,43,3150,3149,3208,3206,0,3276,3275,3334,3332,3150,3149,3208,3206,43,3149,3148,3168,3208,0,3275,3274,3294,3334,3149,3148,3168,3208,43,3208,3168,3135,3209,0,3334,3294,3261,3335,3208,3168,3135,3209,43,3206,3208,3209,3198,0,3332,3334,3335,3324,3206,3208,3209,3198,43,3135,3134,3210,3209,0,3261,3260,3336,3335,3135,3134,3210,3209,43,3134,3126,3123,3210,0,3260,3252,3249,3336,3134,3126,3123,3210,43,3210,3123,3122,3199,0,3336,3249,3248,3325,3210,3123,3122,3199,43,3209,3210,3199,3198,0,3335,3336,3325,3324,3209,3210,3199,3198,43,3122,3125,3211,3200,0,3248,3251,3337,3326,3122,3125,3211,3200,43,3125,1738,1754,3211,0,3251,1772,1788,3337,3125,1738,1754,3211,43,3211,1754,1752,3185,0,3337,1788,1786,3311,3211,1754,1752,3185,43,3200,3211,3185,3184,0,3326,3337,3311,3310,3200,3211,3185,3184,43,3212,3213,3214,3215,0,3338,3339,3340,3341,3212,3213,3214,3215,43,3213,3136,3139,3214,0,3339,3262,3265,3340,3213,3136,3139,3214,43,3214,3139,3144,3216,0,3340,3265,3270,3342,3214,3139,3144,3216,43,3215,3214,3216,3217,0,3341,3340,3342,3343,3215,3214,3216,3217,43,3218,3219,3220,3221,0,3344,3345,3346,3347,3218,3219,3220,3221,43,3219,3222,3223,3220,0,3345,3348,3349,3346,3219,3222,3223,3220,43,3220,3223,3224,3225,0,3346,3349,3350,3351,3220,3223,3224,3225,43,3221,3220,3225,3212,0,3347,3346,3351,3338,3221,3220,3225,3212,43,3222,3226,3227,3223,0,3348,3352,3353,3349,3222,3226,3227,3223,43,3226,3228,3229,3227,0,3352,3354,3355,3353,3226,3228,3229,3227,43,3227,3229,3230,3231,0,3353,3355,3356,3357,3227,3229,3230,3231,43,3223,3227,3231,3224,0,3349,3353,3357,3350,3223,3227,3231,3224,43,3232,3233,3234,3235,0,3358,3359,3360,3361,3232,3233,3234,3235,43,3233,1805,1804,3234,0,3359,1839,1838,3360,3233,1805,1804,3234,43,3234,1804,1803,3236,0,3360,1838,1837,3362,3234,1804,1803,3236,43,3235,3234,3236,3237,0,3361,3360,3362,3363,3235,3234,3236,3237,43,3238,3239,3240,3241,0,3364,3365,3366,3367,3238,3239,3240,3241,43,3239,3242,3243,3240,0,3365,3368,3369,3366,3239,3242,3243,3240,43,3240,3243,3179,3244,0,3366,3369,3305,3370,3240,3243,3179,3244,43,3241,3240,3244,3245,0,3367,3366,3370,3371,3241,3240,3244,3245,43,3189,3188,3246,3247,0,3315,3314,3372,3373,3189,3188,3246,3247,43,3188,1750,1912,3246,0,3314,1784,1947,3372,3188,1750,1912,3246,43,3246,1912,1911,1917,0,3372,1947,1946,1952,3246,1912,1911,1917,43,3247,3246,1917,1770,0,3373,3372,1952,1804,3247,3246,1917,1770,43,3248,3249,3250,3251,0,3374,3375,3376,3377,3248,3249,3250,3251,43,3249,3189,3247,3250,0,3375,3315,3373,3376,3249,3189,3247,3250,43,3251,3250,3247,1770,0,3377,3376,3373,1804,3251,3250,3247,1770,43,3252,3253,3254,3255,0,3378,3379,3380,3381,3252,3253,3254,3255,43,3253,3232,3256,3254,0,3379,3358,3382,3380,3253,3232,3256,3254,43,3254,3256,3257,3258,0,3380,3382,3383,3384,3254,3256,3257,3258,43,3255,3254,3258,3259,0,3381,3380,3384,3385,3255,3254,3258,3259,43,1785,1788,3260,3261,0,1819,1822,3386,3387,1785,1788,3260,3261,43,1788,1793,3262,3260,0,1822,1827,3388,3386,1788,1793,3262,3260,43,3260,3262,3263,3264,0,3386,3388,3389,3390,3260,3262,3263,3264,43,3261,3260,3264,3265,0,3387,3386,3390,3391,3261,3260,3264,3265,43,3238,3266,3267,3239,0,3364,3392,3393,3365,3238,3266,3267,3239,43,3266,3268,3269,3267,0,3392,3394,3395,3393,3266,3268,3269,3267,43,3267,3269,3270,3271,0,3393,3395,3396,3397,3267,3269,3270,3271,43,3239,3267,3271,3242,0,3365,3393,3397,3368,3239,3267,3271,3242,43,3272,3273,3274,3275,0,3398,3399,3400,3401,3272,3273,3274,3275,43,3273,3265,3264,3274,0,3399,3391,3390,3400,3273,3265,3264,3274,43,3274,3264,3263,3276,0,3400,3390,3389,3402,3274,3264,3263,3276,43,3275,3274,3276,3277,0,3401,3400,3402,3403,3275,3274,3276,3277,43,3278,3279,3280,3281,0,3404,3405,3406,3407,3278,3279,3280,3281,43,3279,3282,3283,3280,0,3405,3408,3409,3406,3279,3282,3283,3280,43,3280,3283,3114,3284,0,3406,3409,3240,3410,3280,3283,3114,3284,43,3281,3280,3284,3285,0,3407,3406,3410,3411,3281,3280,3284,3285,43,3286,3287,3288,3289,0,3412,3413,3414,3415,3286,3287,3288,3289,43,3287,3290,3291,3288,0,3413,3416,3417,3414,3287,3290,3291,3288,43,3289,3288,3291,1784,0,3415,3414,3417,1818,3289,3288,3291,1784,43,3286,3292,3293,3287,0,3412,3418,3419,3413,3286,3292,3293,3287,43,3292,3294,3295,3293,0,3418,3420,3421,3419,3292,3294,3295,3293,43,3287,3293,3295,3290,0,3413,3419,3421,3416,3287,3293,3295,3290,43,3296,3297,3298,3299,0,3422,3423,3424,3425,3296,3297,3298,3299,43,3297,3300,3301,3298,0,3423,3426,3427,3424,3297,3300,3301,3298,43,3298,3301,3302,3303,0,3424,3427,3428,3429,3298,3301,3302,3303,43,3299,3298,3303,3304,0,3425,3424,3429,3430,3299,3298,3303,3304,43,3110,3305,3306,3111,0,3236,3431,3432,3237,3110,3305,3306,3111,43,3305,3307,3308,3306,0,3431,3433,3434,3432,3305,3307,3308,3306,43,3306,3308,3285,3284,0,3432,3434,3411,3410,3306,3308,3285,3284,43,3111,3306,3284,3114,0,3237,3432,3410,3240,3111,3306,3284,3114,43,3309,3310,3311,3312,0,3435,3436,3437,3438,3309,3310,3311,3312,43,3310,3313,3314,3311,0,3436,3439,3440,3437,3310,3313,3314,3311,43,3311,3314,3302,3301,0,3437,3440,3428,3427,3311,3314,3302,3301,43,3312,3311,3301,3300,0,3438,3437,3427,3426,3312,3311,3301,3300,43,3315,3316,3317,3318,0,3441,3442,3443,3444,3315,3316,3317,3318,43,3316,3319,3320,3317,0,3442,3445,3446,3443,3316,3319,3320,3317,43,3317,3320,3321,3322,0,3443,3446,3447,3448,3317,3320,3321,3322,43,3318,3317,3322,3323,0,3444,3443,3448,3449,3318,3317,3322,3323,43,3324,3325,3326,3327,0,3450,3451,3452,3453,3324,3325,3326,3327,43,3325,3328,3329,3326,0,3451,3454,3455,3452,3325,3328,3329,3326,43,3326,3329,3330,3331,0,3452,3455,3456,3457,3326,3329,3330,3331,43,3327,3326,3331,3332,0,3453,3452,3457,3458,3327,3326,3331,3332,42,3286,3333,3334,0,3412,3459,3460,3286,3333,3334,43,3333,3328,3325,3334,0,3459,3454,3451,3460,3333,3328,3325,3334,42,3334,3325,3324,0,3461,3451,3450,3334,3325,3324,43,3286,3334,3335,3292,0,3412,3461,3462,3418,3286,3334,3335,3292,43,3334,3324,3336,3335,0,3461,3450,3463,3462,3334,3324,3336,3335,43,3292,3335,3336,3294,0,3418,3462,3463,3420,3292,3335,3336,3294,43,3337,3338,3339,3340,0,3464,3465,3466,3467,3337,3338,3339,3340,43,3338,3341,3342,3339,0,3465,3468,3469,3466,3338,3341,3342,3339,43,3339,3342,3324,3327,0,3466,3469,3450,3453,3339,3342,3324,3327,43,3340,3339,3327,3332,0,3467,3466,3453,3458,3340,3339,3327,3332,43,3341,3343,3344,3342,0,3468,3470,3471,3469,3341,3343,3344,3342,43,3343,3345,3346,3344,0,3470,3472,3473,3471,3343,3345,3346,3344,43,3344,3346,3294,3336,0,3471,3473,3420,3463,3344,3346,3294,3336,43,3342,3344,3336,3324,0,3469,3471,3463,3450,3342,3344,3336,3324,43,3315,3347,3348,3349,0,3441,3474,3475,3476,3315,3347,3348,3349,43,3347,3350,3351,3348,0,3474,3477,3478,3475,3347,3350,3351,3348,43,3348,3351,3341,3338,0,3475,3478,3468,3465,3348,3351,3341,3338,43,3349,3348,3338,3337,0,3476,3475,3465,3464,3349,3348,3338,3337,43,3352,3353,3354,3355,0,3479,3480,3481,3482,3352,3353,3354,3355,43,3353,3345,3343,3354,0,3480,3472,3470,3481,3353,3345,3343,3354,43,3354,3343,3341,3351,0,3481,3470,3468,3478,3354,3343,3341,3351,43,3355,3354,3351,3350,0,3482,3481,3478,3477,3355,3354,3351,3350,43,3356,3357,3358,3359,0,3483,3484,3485,3486,3356,3357,3358,3359,43,3357,3360,3361,3358,0,3484,3487,3488,3485,3357,3360,3361,3358,43,3358,3361,3362,3363,0,3485,3488,3489,3490,3358,3361,3362,3363,43,3359,3358,3363,3364,0,3486,3485,3490,3491,3359,3358,3363,3364,43,3282,3365,3366,3367,0,3408,3492,3493,3494,3282,3365,3366,3367,43,3365,3368,3369,3366,0,3492,3495,3496,3493,3365,3368,3369,3366,43,3366,3369,3360,3357,0,3493,3496,3487,3484,3366,3369,3360,3357,43,3367,3366,3357,3356,0,3494,3493,3484,3483,3367,3366,3357,3356,43,3285,3308,3370,3371,0,3411,3434,3497,3498,3285,3308,3370,3371,43,3308,3307,3372,3370,0,3434,3433,3499,3497,3308,3307,3372,3370,43,3370,3372,3373,3374,0,3497,3499,3500,3501,3370,3372,3373,3374,43,3371,3370,3374,3375,0,3498,3497,3501,3502,3371,3370,3374,3375,43,3278,3281,3376,3377,0,3404,3407,3503,3504,3278,3281,3376,3377,43,3281,3285,3371,3376,0,3407,3411,3498,3503,3281,3285,3371,3376,43,3376,3371,3375,3378,0,3503,3498,3502,3505,3376,3371,3375,3378,43,3377,3376,3378,3379,0,3504,3503,3505,3506,3377,3376,3378,3379,43,3375,3374,3380,3381,0,3502,3501,3507,3508,3375,3374,3380,3381,43,3374,3373,3382,3380,0,3501,3500,3509,3507,3374,3373,3382,3380,43,3380,3382,3238,3241,0,3507,3509,3364,3367,3380,3382,3238,3241,43,3381,3380,3241,3245,0,3508,3507,3367,3371,3381,3380,3241,3245,43,3205,3383,3384,3385,0,3331,3510,3511,3512,3205,3383,3384,3385,43,3383,3386,3387,3384,0,3510,3513,3514,3511,3383,3386,3387,3384,43,3384,3387,3379,3388,0,3511,3514,3506,3515,3384,3387,3379,3388,43,3385,3384,3388,3389,0,3512,3511,3515,3516,3385,3384,3388,3389,43,3177,3183,3390,3391,0,3303,3309,3517,3518,3177,3183,3390,3391,43,3183,3182,3203,3390,0,3309,3308,3329,3517,3183,3182,3203,3390,43,3390,3203,3205,3385,0,3517,3329,3331,3512,3390,3203,3205,3385,43,3391,3390,3385,3389,0,3518,3517,3512,3516,3391,3390,3385,3389,43,3177,3391,3392,3178,0,3303,3518,3519,3304,3177,3391,3392,3178,43,3391,3389,3393,3392,0,3518,3516,3520,3519,3391,3389,3393,3392,43,3392,3393,3245,3244,0,3519,3520,3371,3370,3392,3393,3245,3244,43,3178,3392,3244,3179,0,3304,3519,3370,3305,3178,3392,3244,3179,43,3379,3378,3394,3388,0,3506,3505,3521,3515,3379,3378,3394,3388,43,3378,3375,3381,3394,0,3505,3502,3508,3521,3378,3375,3381,3394,43,3394,3381,3245,3393,0,3521,3508,3371,3520,3394,3381,3245,3393,43,3388,3394,3393,3389,0,3515,3521,3520,3516,3388,3394,3393,3389,43,3379,3387,3395,3377,0,3506,3514,3522,3504,3379,3387,3395,3377,43,3387,3386,3396,3395,0,3514,3513,3523,3522,3387,3386,3396,3395,43,3395,3396,3397,3398,0,3522,3523,3524,3525,3395,3396,3397,3398,43,3377,3395,3398,3278,0,3504,3522,3525,3404,3377,3395,3398,3278,43,3294,3346,3399,3400,0,3420,3473,3526,3527,3294,3346,3399,3400,43,3346,3345,3353,3399,0,3473,3472,3480,3526,3346,3345,3353,3399,43,3399,3353,3352,3401,0,3526,3480,3479,3528,3399,3353,3352,3401,43,3400,3399,3401,3402,0,3527,3526,3528,3529,3400,3399,3401,3402,43,3290,3295,3403,3404,0,3416,3421,3530,3531,3290,3295,3403,3404,43,3295,3294,3400,3403,0,3421,3420,3527,3530,3295,3294,3400,3403,43,3404,3403,3400,3402,0,3531,3530,3527,3529,3404,3403,3400,3402,43,3405,3406,3407,3408,0,3532,3533,3534,3535,3405,3406,3407,3408,43,3406,3409,3410,3407,0,3533,3536,3537,3534,3406,3409,3410,3407,43,3407,3410,3368,3411,0,3534,3537,3495,3538,3407,3410,3368,3411,43,3408,3407,3411,3397,0,3535,3534,3538,3524,3408,3407,3411,3397,43,3290,3404,3412,3413,0,3416,3531,3539,3540,3290,3404,3412,3413,43,3404,3402,3414,3412,0,3531,3529,3541,3539,3404,3402,3414,3412,43,3412,3414,3409,3406,0,3539,3541,3536,3533,3412,3414,3409,3406,43,3413,3412,3406,3405,0,3540,3539,3533,3532,3413,3412,3406,3405,43,3248,3415,3416,3249,0,3374,3542,3543,3375,3248,3415,3416,3249,43,3415,3417,3418,3416,0,3542,3544,3545,3543,3415,3417,3418,3416,43,3416,3418,3192,3190,0,3543,3545,3318,3316,3416,3418,3192,3190,43,3249,3416,3190,3189,0,3375,3543,3316,3315,3249,3416,3190,3189,43,3205,3204,3419,3383,0,3331,3330,3546,3510,3205,3204,3419,3383,43,3204,3192,3418,3419,0,3330,3318,3545,3546,3204,3192,3418,3419,43,3419,3418,3417,3420,0,3546,3545,3544,3547,3419,3418,3417,3420,43,3383,3419,3420,3386,0,3510,3546,3547,3513,3383,3419,3420,3386,43,1778,3421,3422,1773,0,1812,3548,3549,1807,1778,3421,3422,1773,43,3421,3423,3424,3422,0,3548,3550,3551,3549,3421,3423,3424,3422,43,3422,3424,3248,3251,0,3549,3551,3374,3377,3422,3424,3248,3251,43,1773,3422,3251,1770,0,1807,3549,3377,1804,1773,3422,3251,1770,43,3405,3425,3426,3413,0,3532,3552,3553,3540,3405,3425,3426,3413,43,3425,3423,3427,3426,0,3552,3550,3554,3553,3425,3423,3427,3426,43,3413,3426,3427,3290,0,3540,3553,3554,3416,3413,3426,3427,3290,43,3423,3421,3428,3427,0,3550,3548,3555,3554,3423,3421,3428,3427,43,3421,1778,1780,3428,0,3548,1812,1814,3555,3421,1778,1780,3428,43,3428,1780,1784,3291,0,3555,1814,1818,3417,3428,1780,1784,3291,43,3427,3428,3291,3290,0,3554,3555,3417,3416,3427,3428,3291,3290,43,3248,3424,3429,3415,0,3374,3551,3556,3542,3248,3424,3429,3415,43,3424,3423,3425,3429,0,3551,3550,3552,3556,3424,3423,3425,3429,43,3429,3425,3405,3430,0,3556,3552,3532,3557,3429,3425,3405,3430,43,3415,3429,3430,3417,0,3542,3556,3557,3544,3415,3429,3430,3417,43,3386,3420,3431,3396,0,3513,3547,3558,3523,3386,3420,3431,3396,43,3420,3417,3430,3431,0,3547,3544,3557,3558,3420,3417,3430,3431,43,3431,3430,3405,3408,0,3558,3557,3532,3535,3431,3430,3405,3408,43,3396,3431,3408,3397,0,3523,3558,3535,3524,3396,3431,3408,3397,43,3278,3398,3432,3279,0,3404,3525,3559,3405,3278,3398,3432,3279,43,3398,3397,3411,3432,0,3525,3524,3538,3559,3398,3397,3411,3432,43,3432,3411,3368,3365,0,3559,3538,3495,3492,3432,3411,3368,3365,43,3279,3432,3365,3282,0,3405,3559,3492,3408,3279,3432,3365,3282,43,3368,3410,3433,3369,0,3495,3537,3560,3496,3368,3410,3433,3369,43,3410,3409,3414,3433,0,3537,3536,3541,3560,3410,3409,3414,3433,43,3433,3414,3402,3434,0,3560,3541,3529,3561,3433,3414,3402,3434,43,3369,3433,3434,3360,0,3496,3560,3561,3487,3369,3433,3434,3360,43,3360,3434,3435,3361,0,3487,3561,3562,3488,3360,3434,3435,3361,43,3434,3402,3401,3435,0,3561,3529,3528,3562,3434,3402,3401,3435,43,3435,3401,3352,3436,0,3562,3528,3479,3563,3435,3401,3352,3436,43,3361,3435,3436,3362,0,3488,3562,3563,3489,3361,3435,3436,3362,43,3362,3437,3438,3363,0,3489,3564,3565,3490,3362,3437,3438,3363,43,3437,3439,3440,3438,0,3564,3566,3567,3565,3437,3439,3440,3438,43,3438,3440,3441,3442,0,3565,3567,3568,3569,3438,3440,3441,3442,43,3363,3438,3442,3364,0,3490,3565,3569,3491,3363,3438,3442,3364,43,3439,3443,3444,3440,0,3566,3570,3571,3567,3439,3443,3444,3440,43,3443,3323,3445,3444,0,3570,3449,3572,3571,3443,3323,3445,3444,43,3444,3445,3446,3447,0,3571,3572,3573,3574,3444,3445,3446,3447,43,3440,3444,3447,3441,0,3567,3571,3574,3568,3440,3444,3447,3441,43,3362,3436,3448,3437,0,3489,3563,3575,3564,3362,3436,3448,3437,43,3436,3352,3355,3448,0,3563,3479,3482,3575,3436,3352,3355,3448,43,3448,3355,3350,3449,0,3575,3482,3477,3576,3448,3355,3350,3449,43,3437,3448,3449,3439,0,3564,3575,3576,3566,3437,3448,3449,3439,43,3350,3347,3450,3449,0,3477,3474,3577,3576,3350,3347,3450,3449,43,3347,3315,3318,3450,0,3474,3441,3444,3577,3347,3315,3318,3450,43,3450,3318,3323,3443,0,3577,3444,3449,3570,3450,3318,3323,3443,43,3449,3450,3443,3439,0,3576,3577,3570,3566,3449,3450,3443,3439,43,3323,3322,3451,3445,0,3449,3448,3578,3572,3323,3322,3451,3445,43,3322,3321,3452,3451,0,3448,3447,3579,3578,3322,3321,3452,3451,43,3451,3452,3453,3454,0,3578,3579,3580,3581,3451,3452,3453,3454,43,3445,3451,3454,3446,0,3572,3578,3581,3573,3445,3451,3454,3446,43,3455,3456,3457,3458,0,3582,3583,3584,3585,3455,3456,3457,3458,43,3456,3459,3460,3457,0,3583,3586,3587,3584,3456,3459,3460,3457,43,3457,3460,3304,3461,0,3584,3587,3430,3588,3457,3460,3304,3461,43,3458,3457,3461,3462,0,3585,3584,3588,3589,3458,3457,3461,3462,43,3304,3460,3463,3299,0,3430,3587,3590,3425,3304,3460,3463,3299,43,3460,3459,3464,3463,0,3587,3586,3591,3590,3460,3459,3464,3463,43,3463,3464,3465,3466,0,3590,3591,3592,3593,3463,3464,3465,3466,43,3299,3463,3466,3296,0,3425,3590,3593,3422,3299,3463,3466,3296,43,1799,1801,3467,3468,0,1833,1835,3594,3595,1799,1801,3467,3468,43,1801,1805,3233,3467,0,1835,1839,3359,3594,1801,1805,3233,3467,43,3467,3233,3232,3253,0,3594,3359,3358,3379,3467,3233,3232,3253,43,3468,3467,3253,3252,0,3595,3594,3379,3378,3468,3467,3253,3252,43,1793,1795,3469,3262,0,1827,1829,3596,3388,1793,1795,3469,3262,43,1795,1799,3470,3469,0,1829,1833,3597,3596,1795,1799,3470,3469,43,3262,3469,3470,3263,0,3388,3596,3597,3389,3262,3469,3470,3263,43,1799,3468,3471,3470,0,1833,3595,3598,3597,1799,3468,3471,3470,43,3468,3252,3472,3471,0,3595,3378,3599,3598,3468,3252,3472,3471,43,3471,3472,3277,3276,0,3598,3599,3403,3402,3471,3472,3277,3276,43,3470,3471,3276,3263,0,3597,3598,3402,3389,3470,3471,3276,3263,43,3153,3473,3474,3154,0,3279,3600,3601,3280,3153,3473,3474,3154,43,3473,1810,1809,3474,0,3600,1845,1844,3601,3473,1810,1809,3474,43,3474,1809,1808,3131,0,3601,1844,1843,3257,3474,1809,1808,3131,43,3154,3474,3131,3130,0,3280,3601,3257,3256,3154,3474,3131,3130,43,3153,3475,3476,3473,0,3279,3602,3603,3600,3153,3475,3476,3473,43,3475,3237,3236,3476,0,3602,3363,3362,3603,3475,3237,3236,3476,43,3476,3236,1803,1815,0,3603,3362,1837,1850,3476,3236,1803,1815,43,3473,3476,1815,1810,0,3600,3603,1850,1845,3473,3476,1815,1810,43,1822,3477,3478,1823,0,1857,3604,3605,1858,1822,3477,3478,1823,43,3477,3296,3466,3478,0,3604,3422,3593,3605,3477,3296,3466,3478,43,3478,3466,3465,3479,0,3605,3593,3592,3606,3478,3466,3465,3479,43,1823,3478,3479,1826,0,1858,3605,3606,1861,1823,3478,3479,1826,43,1826,3479,3480,1829,0,1861,3606,3607,1864,1826,3479,3480,1829,43,3479,3465,3481,3480,0,3606,3592,3608,3607,3479,3465,3481,3480,43,3480,3481,3482,3483,0,3607,3608,3609,3610,3480,3481,3482,3483,43,1829,3480,3483,1830,0,1864,3607,3610,1865,1829,3480,3483,1830,43,3484,3485,3486,3487,0,3611,3612,3613,3614,3484,3485,3486,3487,43,3485,3332,3331,3486,0,3612,3458,3457,3613,3485,3332,3331,3486,43,3486,3331,3330,3488,0,3613,3457,3456,3615,3486,3331,3330,3488,43,3487,3486,3488,3489,0,3614,3613,3615,3616,3487,3486,3488,3489,43,3455,3490,3491,3492,0,3582,3617,3618,3619,3455,3490,3491,3492,43,3490,3493,3494,3491,0,3617,3620,3621,3618,3490,3493,3494,3491,43,3491,3494,3495,3496,0,3618,3621,3622,3623,3491,3494,3495,3496,43,3492,3491,3496,3482,0,3619,3618,3623,3609,3492,3491,3496,3482,43,3497,3498,3499,3500,0,3624,3625,3626,3627,3497,3498,3499,3500,43,3498,3337,3340,3499,0,3625,3464,3467,3626,3498,3337,3340,3499,43,3499,3340,3332,3485,0,3626,3467,3458,3612,3499,3340,3332,3485,43,3500,3499,3485,3484,0,3627,3626,3612,3611,3500,3499,3485,3484,43,3319,3316,3501,3502,0,3445,3442,3628,3629,3319,3316,3501,3502,43,3316,3315,3349,3501,0,3442,3441,3476,3628,3316,3315,3349,3501,43,3501,3349,3337,3498,0,3628,3476,3464,3625,3501,3349,3337,3498,43,3502,3501,3498,3497,0,3629,3628,3625,3624,3502,3501,3498,3497,43,3321,3320,3503,3504,0,3447,3446,3630,3631,3321,3320,3503,3504,43,3320,3319,3502,3503,0,3446,3445,3629,3630,3320,3319,3502,3503,43,3503,3502,3497,3505,0,3630,3629,3624,3632,3503,3502,3497,3505,43,3504,3503,3505,3506,0,3631,3630,3632,3633,3504,3503,3505,3506,43,3506,3505,3507,3508,0,3633,3632,3634,3635,3506,3505,3507,3508,43,3505,3497,3500,3507,0,3632,3624,3627,3634,3505,3497,3500,3507,43,3507,3500,3484,3509,0,3634,3627,3611,3636,3507,3500,3484,3509,43,3508,3507,3509,3493,0,3635,3634,3636,3620,3508,3507,3509,3493,43,3493,3509,3510,3494,0,3620,3636,3637,3621,3493,3509,3510,3494,43,3509,3484,3487,3510,0,3636,3611,3614,3637,3509,3484,3487,3510,43,3510,3487,3489,3511,0,3637,3614,3616,3638,3510,3487,3489,3511,43,3494,3510,3511,3495,0,3621,3637,3638,3622,3494,3510,3511,3495,43,1784,1837,3512,3289,0,1818,1872,3639,3415,1784,1837,3512,3289,43,1837,1836,3513,3512,0,1872,1871,3640,3639,1837,1836,3513,3512,43,3512,3513,3328,3333,0,3639,3640,3454,3459,3512,3513,3328,3333,43,3289,3512,3333,3286,0,3415,3639,3459,3412,3289,3512,3333,3286,43,1836,1855,3514,3513,0,1871,1890,3641,3640,1836,1855,3514,3513,43,1855,1854,3515,3514,0,1890,1889,3642,3641,1855,1854,3515,3514,43,3514,3515,3330,3329,0,3641,3642,3456,3455,3514,3515,3330,3329,43,3513,3514,3329,3328,0,3640,3641,3455,3454,3513,3514,3329,3328,43,3489,3488,3516,3517,0,3616,3615,3643,3644,3489,3488,3516,3517,43,3488,3330,3515,3516,0,3615,3456,3642,3643,3488,3330,3515,3516,43,3516,3515,1854,1857,0,3643,3642,1889,1892,3516,3515,1854,1857,43,3517,3516,1857,1859,0,3644,3643,1892,1894,3517,3516,1857,1859,43,3495,3511,3518,3519,0,3622,3638,3645,3646,3495,3511,3518,3519,43,3511,3489,3517,3518,0,3638,3616,3644,3645,3511,3489,3517,3518,43,3518,3517,1859,1928,0,3645,3644,1894,1963,3518,3517,1859,1928,43,3519,3518,1928,1874,0,3646,3645,1963,1909,3519,3518,1928,1874,43,1830,3483,3520,1873,0,1865,3610,3647,1908,1830,3483,3520,1873,43,3483,3482,3496,3520,0,3610,3609,3623,3647,3483,3482,3496,3520,43,3520,3496,3495,3519,0,3647,3623,3622,3646,3520,3496,3495,3519,43,1873,3520,3519,1874,0,1908,3647,3646,1909,1873,3520,3519,1874,43,3465,3464,3521,3481,0,3592,3591,3648,3608,3465,3464,3521,3481,43,3464,3459,3456,3521,0,3591,3586,3583,3648,3464,3459,3456,3521,43,3521,3456,3455,3492,0,3648,3583,3582,3619,3521,3456,3455,3492,43,3481,3521,3492,3482,0,3608,3648,3619,3609,3481,3521,3492,3482,43,3462,3522,3523,3458,0,3589,3649,3650,3585,3462,3522,3523,3458,43,3522,3506,3508,3523,0,3649,3633,3635,3650,3522,3506,3508,3523,43,3523,3508,3493,3490,0,3650,3635,3620,3617,3523,3508,3493,3490,43,3458,3523,3490,3455,0,3585,3650,3617,3582,3458,3523,3490,3455,43,3462,3524,3525,3522,0,3589,3651,3652,3649,3462,3524,3525,3522,43,3524,3453,3452,3525,0,3651,3580,3579,3652,3524,3453,3452,3525,43,3525,3452,3321,3504,0,3652,3579,3447,3631,3525,3452,3321,3504,43,3522,3525,3504,3506,0,3649,3652,3631,3633,3522,3525,3504,3506,43,3446,3454,3526,3527,0,3573,3581,3653,3654,3446,3454,3526,3527,43,3454,3453,3524,3526,0,3581,3580,3651,3653,3454,3453,3524,3526,43,3526,3524,3462,3528,0,3653,3651,3589,3655,3526,3524,3462,3528,43,3527,3526,3528,3529,0,3654,3653,3655,3656,3527,3526,3528,3529,43,3530,3531,3532,3533,0,3657,3658,3659,3660,3530,3531,3532,3533,43,3531,3534,3535,3532,0,3658,3661,3662,3659,3531,3534,3535,3532,43,3532,3535,3536,3537,0,3659,3662,3663,3664,3532,3535,3536,3537,43,3533,3532,3537,3538,0,3660,3659,3664,3665,3533,3532,3537,3538,43,3539,3540,3541,3542,0,3666,3667,3668,3669,3539,3540,3541,3542,43,3540,3530,3533,3541,0,3667,3657,3660,3668,3540,3530,3533,3541,43,3541,3533,3538,3543,0,3668,3660,3665,3670,3541,3533,3538,3543,43,3542,3541,3543,3544,0,3669,3668,3670,3671,3542,3541,3543,3544,43,3545,3546,3547,3548,0,3672,3673,3674,3675,3545,3546,3547,3548,43,3546,3534,3531,3547,0,3673,3661,3658,3674,3546,3534,3531,3547,43,3547,3531,3530,3540,0,3674,3658,3657,3667,3547,3531,3530,3540,43,3548,3547,3540,3539,0,3675,3674,3667,3666,3548,3547,3540,3539,43,3549,3550,3551,3552,0,3676,3677,3678,3679,3549,3550,3551,3552,43,3550,3545,3548,3551,0,3677,3672,3675,3678,3550,3545,3548,3551,43,3551,3548,3539,3553,0,3678,3675,3666,3680,3551,3548,3539,3553,43,3552,3551,3553,3554,0,3679,3678,3680,3681,3552,3551,3553,3554,43,3554,3553,3555,3556,0,3681,3680,3682,3683,3554,3553,3555,3556,43,3553,3539,3542,3555,0,3680,3666,3669,3682,3553,3539,3542,3555,43,3555,3542,3544,3557,0,3682,3669,3671,3684,3555,3542,3544,3557,43,3556,3555,3557,3277,0,3683,3682,3684,3403,3556,3555,3557,3277,43,3544,3558,3559,3557,0,3671,3685,3686,3684,3544,3558,3559,3557,43,3558,3560,3561,3559,0,3685,3687,3688,3686,3558,3560,3561,3559,43,3559,3561,3272,3275,0,3686,3688,3398,3401,3559,3561,3272,3275,43,3557,3559,3275,3277,0,3684,3686,3401,3403,3557,3559,3275,3277,43,3544,3543,3562,3558,0,3671,3670,3689,3685,3544,3543,3562,3558,43,3543,3538,3563,3562,0,3670,3665,3690,3689,3543,3538,3563,3562,43,3562,3563,3564,3565,0,3689,3690,3691,3692,3562,3563,3564,3565,43,3558,3562,3565,3560,0,3685,3689,3692,3687,3558,3562,3565,3560,43,3566,3567,3568,3569,0,3693,3694,3695,3696,3566,3567,3568,3569,43,3567,3570,3571,3568,0,3694,3697,3698,3695,3567,3570,3571,3568,43,3568,3571,3564,3563,0,3695,3698,3691,3690,3568,3571,3564,3563,43,3569,3568,3563,3538,0,3696,3695,3690,3665,3569,3568,3563,3538,43,3536,3572,3573,3537,0,3663,3699,3700,3664,3536,3572,3573,3537,43,3572,3574,3575,3573,0,3699,3701,3702,3700,3572,3574,3575,3573,43,3573,3575,3566,3569,0,3700,3702,3693,3696,3573,3575,3566,3569,43,3537,3573,3569,3538,0,3664,3700,3696,3665,3537,3573,3569,3538,43,3302,3314,3576,3577,0,3428,3440,3703,3704,3302,3314,3576,3577,43,3314,3313,3578,3576,0,3440,3439,3705,3703,3314,3313,3578,3576,43,3576,3578,3579,3580,0,3703,3705,3706,3707,3576,3578,3579,3580,43,3577,3576,3580,3581,0,3704,3703,3707,3708,3577,3576,3580,3581,43,3304,3303,3582,3583,0,3430,3429,3709,3710,3304,3303,3582,3583,43,3303,3302,3577,3582,0,3429,3428,3704,3709,3303,3302,3577,3582,43,3582,3577,3581,3584,0,3709,3704,3708,3711,3582,3577,3581,3584,43,3583,3582,3584,3585,0,3710,3709,3711,3712,3583,3582,3584,3585,43,3462,3461,3586,3528,0,3589,3588,3713,3655,3462,3461,3586,3528,43,3461,3304,3583,3586,0,3588,3430,3710,3713,3461,3304,3583,3586,43,3586,3583,3585,3587,0,3713,3710,3712,3714,3586,3583,3585,3587,43,3528,3586,3587,3529,0,3655,3713,3714,3656,3528,3586,3587,3529,43,3588,3589,3590,3591,0,3715,3716,3717,3718,3588,3589,3590,3591,43,3589,3566,3575,3590,0,3716,3693,3702,3717,3589,3566,3575,3590,43,3590,3575,3574,3592,0,3717,3702,3701,3719,3590,3575,3574,3592,43,3591,3590,3592,3593,0,3718,3717,3719,3720,3591,3590,3592,3593,43,3594,3595,3596,3597,0,3721,3722,3723,3724,3594,3595,3596,3597,43,3595,3598,3599,3596,0,3722,3725,3726,3723,3595,3598,3599,3596,43,3596,3599,3600,3601,0,3723,3726,3727,3728,3596,3599,3600,3601,43,3597,3596,3601,3602,0,3724,3723,3728,3729,3597,3596,3601,3602,43,3594,3603,3604,3595,0,3721,3730,3731,3722,3594,3603,3604,3595,43,3603,3605,3606,3604,0,3730,3732,3733,3731,3603,3605,3606,3604,43,3595,3604,3606,3598,0,3722,3731,3733,3725,3595,3604,3606,3598,43,3607,3608,3609,3610,0,3734,3735,3736,3737,3607,3608,3609,3610,43,3608,3611,3612,3609,0,3735,3738,3739,3736,3608,3611,3612,3609,43,3609,3612,3605,3613,0,3736,3739,3732,3740,3609,3612,3605,3613,43,3610,3609,3613,3614,0,3737,3736,3740,3741,3610,3609,3613,3614,43,3615,3616,3617,3618,0,3742,3743,3744,3745,3615,3616,3617,3618,43,3616,3619,3620,3617,0,3743,3746,3747,3744,3616,3619,3620,3617,43,3617,3620,3621,3622,0,3744,3747,3748,3749,3617,3620,3621,3622,43,3618,3617,3622,3529,0,3745,3744,3749,3656,3618,3617,3622,3529,43,3441,3447,3623,3624,0,3568,3574,3750,3751,3441,3447,3623,3624,43,3447,3446,3527,3623,0,3574,3573,3654,3750,3447,3446,3527,3623,43,3623,3527,3529,3622,0,3750,3654,3656,3749,3623,3527,3529,3622,43,3624,3623,3622,3621,0,3751,3750,3749,3748,3624,3623,3622,3621,43,3364,3442,3625,3626,0,3491,3569,3752,3753,3364,3442,3625,3626,43,3442,3441,3624,3625,0,3569,3568,3751,3752,3442,3441,3624,3625,43,3625,3624,3621,3627,0,3752,3751,3748,3754,3625,3624,3621,3627,43,3626,3625,3627,3607,0,3753,3752,3754,3734,3626,3625,3627,3607,43,3619,3628,3629,3620,0,3746,3755,3756,3747,3619,3628,3629,3620,43,3628,3630,3631,3629,0,3755,3757,3758,3756,3628,3630,3631,3629,43,3629,3631,3632,3633,0,3756,3758,3759,3760,3629,3631,3632,3633,43,3620,3629,3633,3621,0,3747,3756,3760,3748,3620,3629,3633,3621,43,3632,3634,3635,3633,0,3759,3761,3762,3760,3632,3634,3635,3633,43,3634,3636,3637,3635,0,3761,3763,3764,3762,3634,3636,3637,3635,43,3635,3637,3638,3639,0,3762,3764,3765,3766,3635,3637,3638,3639,43,3633,3635,3639,3621,0,3760,3762,3766,3748,3633,3635,3639,3621,43,3638,3637,3640,3641,0,3765,3764,3767,3768,3638,3637,3640,3641,43,3637,3636,3642,3640,0,3764,3763,3769,3767,3637,3636,3642,3640,43,3640,3642,3600,3643,0,3767,3769,3727,3770,3640,3642,3600,3643,43,3641,3640,3643,3611,0,3768,3767,3770,3738,3641,3640,3643,3611,43,3621,3639,3644,3627,0,3748,3766,3771,3754,3621,3639,3644,3627,43,3639,3638,3641,3644,0,3766,3765,3768,3771,3639,3638,3641,3644,43,3644,3641,3611,3608,0,3771,3768,3738,3735,3644,3641,3611,3608,43,3627,3644,3608,3607,0,3754,3771,3735,3734,3627,3644,3608,3607,43,3600,3599,3645,3643,0,3727,3726,3772,3770,3600,3599,3645,3643,43,3599,3598,3606,3645,0,3726,3725,3733,3772,3599,3598,3606,3645,43,3645,3606,3605,3612,0,3772,3733,3732,3739,3645,3606,3605,3612,43,3643,3645,3612,3611,0,3770,3772,3739,3738,3643,3645,3612,3611,43,3602,3601,3646,3647,0,3729,3728,3773,3774,3602,3601,3646,3647,43,3601,3600,3642,3646,0,3728,3727,3769,3773,3601,3600,3642,3646,43,3646,3642,3636,3648,0,3773,3769,3763,3775,3646,3642,3636,3648,43,3647,3646,3648,3649,0,3774,3773,3775,3776,3647,3646,3648,3649,43,3650,3651,3652,3653,0,3777,3778,3779,3780,3650,3651,3652,3653,43,3651,3654,3655,3652,0,3778,3781,3782,3779,3651,3654,3655,3652,43,3652,3655,3656,3657,0,3779,3782,3783,3784,3652,3655,3656,3657,43,3653,3652,3657,3658,0,3780,3779,3784,3785,3653,3652,3657,3658,43,3630,3659,3660,3631,0,3757,3786,3787,3758,3630,3659,3660,3631,43,3659,3661,3662,3660,0,3786,3788,3789,3787,3659,3661,3662,3660,43,3660,3662,3663,3664,0,3787,3789,3790,3791,3660,3662,3663,3664,43,3631,3660,3664,3632,0,3758,3787,3791,3759,3631,3660,3664,3632,43,3663,3665,3666,3664,0,3790,3792,3793,3791,3663,3665,3666,3664,43,3665,3649,3648,3666,0,3792,3776,3775,3793,3665,3649,3648,3666,43,3666,3648,3636,3634,0,3793,3775,3763,3761,3666,3648,3636,3634,43,3664,3666,3634,3632,0,3791,3793,3761,3759,3664,3666,3634,3632,43,3667,3668,3669,3670,0,3794,3795,3796,3797,3667,3668,3669,3670,43,3668,3649,3665,3669,0,3795,3776,3792,3796,3668,3649,3665,3669,43,3669,3665,3663,3671,0,3796,3792,3790,3798,3669,3665,3663,3671,43,3670,3669,3671,3672,0,3797,3796,3798,3799,3670,3669,3671,3672,43,3661,3673,3674,3662,0,3788,3800,3801,3789,3661,3673,3674,3662,43,3673,3675,3676,3674,0,3800,3802,3803,3801,3673,3675,3676,3674,43,3674,3676,3672,3671,0,3801,3803,3799,3798,3674,3676,3672,3671,43,3662,3674,3671,3663,0,3789,3801,3798,3790,3662,3674,3671,3663,43,3654,3677,3678,3655,0,3781,3804,3805,3782,3654,3677,3678,3655,43,3677,3672,3676,3678,0,3804,3799,3803,3805,3677,3672,3676,3678,43,3678,3676,3675,3679,0,3805,3803,3802,3806,3678,3676,3675,3679,43,3655,3678,3679,3656,0,3782,3805,3806,3783,3655,3678,3679,3656,43,3579,3578,3680,3681,0,3706,3705,3807,3808,3579,3578,3680,3681,43,3578,3313,3310,3680,0,3705,3439,3436,3807,3578,3313,3310,3680,43,3680,3310,3309,3682,0,3807,3436,3435,3809,3680,3310,3309,3682,43,3681,3680,3682,3683,0,3808,3807,3809,3810,3681,3680,3682,3683,43,3579,3681,3684,3685,0,3706,3808,3811,3812,3579,3681,3684,3685,43,3681,3683,3686,3684,0,3808,3810,3813,3811,3681,3683,3686,3684,43,3684,3686,3650,3653,0,3811,3813,3777,3780,3684,3686,3650,3653,43,3685,3684,3653,3658,0,3812,3811,3780,3785,3685,3684,3653,3658,43,3309,3687,3688,3682,0,3435,3814,3815,3809,3309,3687,3688,3682,43,3687,3689,3690,3688,0,3814,3816,3817,3815,3687,3689,3690,3688,43,3688,3690,3691,3692,0,3815,3817,3818,3819,3688,3690,3691,3692,43,3682,3688,3692,3683,0,3809,3815,3819,3810,3682,3688,3692,3683,43,3693,3694,3695,3696,0,3820,3821,3822,3823,3693,3694,3695,3696,43,3694,3691,3697,3695,0,3821,3818,3824,3822,3694,3691,3697,3695,43,3695,3697,3560,3565,0,3822,3824,3687,3692,3695,3697,3560,3565,43,3696,3695,3565,3564,0,3823,3822,3692,3691,3696,3695,3565,3564,43,3698,3699,3700,3701,0,3825,3826,3827,3828,3698,3699,3700,3701,43,3699,3689,3687,3700,0,3826,3816,3814,3827,3699,3689,3687,3700,43,3700,3687,3309,3312,0,3827,3814,3435,3438,3700,3687,3309,3312,43,3701,3700,3312,3300,0,3828,3827,3438,3426,3701,3700,3312,3300,43,3265,3273,3702,3703,0,3391,3399,3829,3830,3265,3273,3702,3703,43,3273,3272,3561,3702,0,3399,3398,3688,3829,3273,3272,3561,3702,43,3702,3561,3560,3704,0,3829,3688,3687,3831,3702,3561,3560,3704,43,3703,3702,3704,3698,0,3830,3829,3831,3825,3703,3702,3704,3698,43,1785,3261,3705,1825,0,1819,3387,3832,1860,1785,3261,3705,1825,43,3261,3265,3703,3705,0,3387,3391,3830,3832,3261,3265,3703,3705,43,3705,3703,3698,3706,0,3832,3830,3825,3833,3705,3703,3698,3706,43,1825,3705,3706,1822,0,1860,3832,3833,1857,1825,3705,3706,1822,43,3698,3701,3707,3706,0,3825,3828,3834,3833,3698,3701,3707,3706,43,3701,3300,3297,3707,0,3828,3426,3423,3834,3701,3300,3297,3707,43,3707,3297,3296,3477,0,3834,3423,3422,3604,3707,3297,3296,3477,43,3706,3707,3477,1822,0,3833,3834,3604,1857,3706,3707,3477,1822,43,3691,3690,3708,3697,0,3818,3817,3835,3824,3691,3690,3708,3697,43,3690,3689,3699,3708,0,3817,3816,3826,3835,3690,3689,3699,3708,43,3708,3699,3698,3704,0,3835,3826,3825,3831,3708,3699,3698,3704,43,3697,3708,3704,3560,0,3824,3835,3831,3687,3697,3708,3704,3560,43,3650,3686,3709,3710,0,3777,3813,3836,3837,3650,3686,3709,3710,43,3686,3683,3692,3709,0,3813,3810,3819,3836,3686,3683,3692,3709,43,3709,3692,3691,3694,0,3836,3819,3818,3821,3709,3692,3691,3694,43,3710,3709,3694,3693,0,3837,3836,3821,3820,3710,3709,3694,3693,43,3711,3712,3713,3714,0,3838,3839,3840,3841,3711,3712,3713,3714,43,3712,3570,3567,3713,0,3839,3697,3694,3840,3712,3570,3567,3713,43,3713,3567,3566,3589,0,3840,3694,3693,3716,3713,3567,3566,3589,43,3714,3713,3589,3588,0,3841,3840,3716,3715,3714,3713,3589,3588,43,3693,3696,3715,3716,0,3820,3823,3842,3843,3693,3696,3715,3716,43,3696,3564,3571,3715,0,3823,3691,3698,3842,3696,3564,3571,3715,43,3715,3571,3570,3712,0,3842,3698,3697,3839,3715,3571,3570,3712,43,3716,3715,3712,3711,0,3843,3842,3839,3838,3716,3715,3712,3711,43,3594,3717,3718,3719,0,3721,3844,3845,3846,3594,3717,3718,3719,43,3717,3720,3721,3718,0,3844,3847,3848,3845,3717,3720,3721,3718,43,3718,3721,3711,3722,0,3845,3848,3838,3849,3718,3721,3711,3722,43,3719,3718,3722,3723,0,3846,3845,3849,3850,3719,3718,3722,3723,43,3720,3724,3725,3726,0,3847,3851,3852,3853,3720,3724,3725,3726,43,3724,3727,3728,3725,0,3851,3854,3855,3852,3724,3727,3728,3725,43,3725,3728,3667,3729,0,3852,3855,3794,3856,3725,3728,3667,3729,43,3726,3725,3729,3730,0,3853,3852,3856,3857,3726,3725,3729,3730,43,3720,3726,3731,3721,0,3847,3853,3858,3848,3720,3726,3731,3721,43,3726,3730,3732,3731,0,3853,3857,3859,3858,3726,3730,3732,3731,43,3731,3732,3693,3716,0,3858,3859,3820,3843,3731,3732,3693,3716,43,3721,3731,3716,3711,0,3848,3858,3843,3838,3721,3731,3716,3711,43,3730,3733,3734,3732,0,3857,3860,3861,3859,3730,3733,3734,3732,43,3733,3654,3651,3734,0,3860,3781,3778,3861,3733,3654,3651,3734,43,3734,3651,3650,3710,0,3861,3778,3777,3837,3734,3651,3650,3710,43,3732,3734,3710,3693,0,3859,3861,3837,3820,3732,3734,3710,3693,43,3730,3729,3735,3733,0,3857,3856,3862,3860,3730,3729,3735,3733,43,3729,3667,3670,3735,0,3856,3794,3797,3862,3729,3667,3670,3735,43,3735,3670,3672,3677,0,3862,3797,3799,3804,3735,3670,3672,3677,43,3733,3735,3677,3654,0,3860,3862,3804,3781,3733,3735,3677,3654,43,3667,3728,3736,3668,0,3794,3855,3863,3795,3667,3728,3736,3668,43,3728,3727,3737,3736,0,3855,3854,3864,3863,3728,3727,3737,3736,43,3736,3737,3602,3647,0,3863,3864,3729,3774,3736,3737,3602,3647,43,3668,3736,3647,3649,0,3795,3863,3774,3776,3668,3736,3647,3649,43,3602,3737,3738,3597,0,3729,3864,3865,3724,3602,3737,3738,3597,43,3737,3727,3724,3738,0,3864,3854,3851,3865,3737,3727,3724,3738,43,3738,3724,3720,3717,0,3865,3851,3847,3844,3738,3724,3720,3717,43,3597,3738,3717,3594,0,3724,3865,3844,3721,3597,3738,3717,3594,43,3614,3613,3739,3740,0,3741,3740,3866,3867,3614,3613,3739,3740,43,3613,3605,3603,3739,0,3740,3732,3730,3866,3613,3605,3603,3739,43,3739,3603,3594,3719,0,3866,3730,3721,3846,3739,3603,3594,3719,43,3740,3739,3719,3723,0,3867,3866,3846,3850,3740,3739,3719,3723,43,3614,3740,3741,3742,0,3741,3867,3868,3869,3614,3740,3741,3742,43,3740,3723,3743,3741,0,3867,3850,3870,3868,3740,3723,3743,3741,43,3741,3743,3744,3745,0,3868,3870,3871,3872,3741,3743,3744,3745,43,3742,3741,3745,3746,0,3869,3868,3872,3873,3742,3741,3745,3746,43,3588,3747,3748,3714,0,3715,3874,3875,3841,3588,3747,3748,3714,43,3747,3744,3743,3748,0,3874,3871,3870,3875,3747,3744,3743,3748,43,3748,3743,3723,3722,0,3875,3870,3850,3849,3748,3743,3723,3722,43,3714,3748,3722,3711,0,3841,3875,3849,3838,3714,3748,3722,3711,43,3746,3745,3749,3750,0,3873,3872,3876,3877,3746,3745,3749,3750,43,3745,3744,3747,3749,0,3872,3871,3874,3876,3745,3744,3747,3749,43,3749,3747,3588,3591,0,3876,3874,3715,3718,3749,3747,3588,3591,43,3750,3749,3591,3593,0,3877,3876,3718,3720,3750,3749,3591,3593,43,3593,3592,3751,3752,0,3720,3719,3878,3879,3593,3592,3751,3752,43,3592,3574,3753,3751,0,3719,3701,3880,3878,3592,3574,3753,3751,43,3751,3753,3754,3755,0,3878,3880,3881,3882,3751,3753,3754,3755,43,3752,3751,3755,3756,0,3879,3878,3882,3883,3752,3751,3755,3756,43,3757,3758,3759,3760,0,3884,3885,3886,3887,3757,3758,3759,3760,43,3758,3761,3762,3759,0,3885,3888,3889,3886,3758,3761,3762,3759,43,3759,3762,3763,3764,0,3886,3889,3890,3891,3759,3762,3763,3764,43,3760,3759,3764,3765,0,3887,3886,3891,3892,3760,3759,3764,3765,43,3766,3767,3768,3769,0,3893,3894,3895,3896,3766,3767,3768,3769,43,3767,3770,3771,3768,0,3894,3897,3898,3895,3767,3770,3771,3768,43,3768,3771,3772,3773,0,3895,3898,3899,3900,3768,3771,3772,3773,43,3769,3768,3773,3757,0,3896,3895,3900,3884,3769,3768,3773,3757,43,3774,3775,3776,3777,0,3901,3902,3903,3904,3774,3775,3776,3777,43,3775,3761,3758,3776,0,3902,3888,3885,3903,3775,3761,3758,3776,43,3776,3758,3757,3773,0,3903,3885,3884,3900,3776,3758,3757,3773,43,3777,3776,3773,3772,0,3904,3903,3900,3899,3777,3776,3773,3772,43,3763,3762,3778,3779,0,3890,3889,3905,3906,3763,3762,3778,3779,43,3762,3761,3775,3778,0,3889,3888,3902,3905,3762,3761,3775,3778,43,3778,3775,3774,3780,0,3905,3902,3901,3907,3778,3775,3774,3780,43,3779,3778,3780,3781,0,3906,3905,3907,3908,3779,3778,3780,3781,43,3781,3780,3782,3783,0,3908,3907,3909,3910,3781,3780,3782,3783,43,3780,3774,3784,3782,0,3907,3901,3911,3909,3780,3774,3784,3782,43,3782,3784,3785,3786,0,3909,3911,3912,3913,3782,3784,3785,3786,43,3783,3782,3786,3228,0,3910,3909,3913,3354,3783,3782,3786,3228,43,3774,3777,3787,3784,0,3901,3904,3914,3911,3774,3777,3787,3784,43,3777,3772,3788,3787,0,3904,3899,3915,3914,3777,3772,3788,3787,43,3787,3788,3789,3790,0,3914,3915,3916,3917,3787,3788,3789,3790,43,3784,3787,3790,3785,0,3911,3914,3917,3912,3784,3787,3790,3785,43,3791,3792,3793,3794,0,3918,3919,3920,3921,3791,3792,3793,3794,43,3792,3795,3796,3793,0,3919,3922,3923,3920,3792,3795,3796,3793,43,3793,3796,3797,3798,0,3920,3923,3924,3925,3793,3796,3797,3798,43,3794,3793,3798,3799,0,3921,3920,3925,3926,3794,3793,3798,3799,43,3797,3800,3801,3798,0,3924,3927,3928,3925,3797,3800,3801,3798,43,3800,3802,3803,3801,0,3927,3929,3930,3928,3800,3802,3803,3801,43,3801,3803,3789,3804,0,3928,3930,3916,3931,3801,3803,3789,3804,43,3798,3801,3804,3799,0,3925,3928,3931,3926,3798,3801,3804,3799,43,3805,3806,3807,3808,0,3932,3933,3934,3935,3805,3806,3807,3808,43,3806,3809,3810,3807,0,3933,3936,3937,3934,3806,3809,3810,3807,43,3807,3810,3766,3811,0,3934,3937,3893,3938,3807,3810,3766,3811,43,3808,3807,3811,3812,0,3935,3934,3938,3939,3808,3807,3811,3812,43,840,3813,3814,878,0,842,3940,3941,880,840,3813,3814,878,43,3813,3805,3808,3814,0,3940,3932,3935,3941,3813,3805,3808,3814,43,3814,3808,3812,3815,0,3941,3935,3939,3942,3814,3808,3812,3815,43,878,3814,3815,879,0,880,3941,3942,881,878,3814,3815,879,43,3791,3794,3816,3817,0,3918,3921,3943,3944,3791,3794,3816,3817,43,3794,3799,3818,3816,0,3921,3926,3945,3943,3794,3799,3818,3816,43,3816,3818,3809,3806,0,3943,3945,3936,3933,3816,3818,3809,3806,43,3817,3816,3806,3805,0,3944,3943,3933,3932,3817,3816,3806,3805,43,3819,3820,3821,3822,0,3946,3947,3948,3949,3819,3820,3821,3822,43,3820,3795,3792,3821,0,3947,3922,3919,3948,3820,3795,3792,3821,43,3821,3792,3791,3817,0,3948,3919,3918,3944,3821,3792,3791,3817,43,3822,3821,3817,3805,0,3949,3948,3944,3932,3822,3821,3817,3805,43,3797,3796,3823,3824,0,3924,3923,3950,3951,3797,3796,3823,3824,43,3796,3795,3820,3823,0,3923,3922,3947,3950,3796,3795,3820,3823,43,3823,3820,3819,3825,0,3950,3947,3946,3952,3823,3820,3819,3825,43,3824,3823,3825,3826,0,3951,3950,3952,3953,3824,3823,3825,3826,43,3827,3828,3829,3830,0,3954,3955,3956,3957,3827,3828,3829,3830,43,3828,3802,3800,3829,0,3955,3929,3927,3956,3828,3802,3800,3829,43,3829,3800,3797,3824,0,3956,3927,3924,3951,3829,3800,3797,3824,43,3830,3829,3824,3826,0,3957,3956,3951,3953,3830,3829,3824,3826,43,3228,3786,3831,3229,0,3354,3913,3958,3355,3228,3786,3831,3229,43,3786,3785,3832,3831,0,3913,3912,3959,3958,3786,3785,3832,3831,43,3831,3832,3833,3834,0,3958,3959,3960,3961,3831,3832,3833,3834,43,3229,3831,3834,3230,0,3355,3958,3961,3356,3229,3831,3834,3230,43,3833,3835,3836,3837,0,3960,3962,3963,3964,3833,3835,3836,3837,43,3835,3838,3839,3836,0,3962,3965,3966,3963,3835,3838,3839,3836,43,3836,3839,3840,3841,0,3963,3966,3967,3968,3836,3839,3840,3841,43,3837,3836,3841,3842,0,3964,3963,3968,3969,3837,3836,3841,3842,43,3838,3835,3843,3844,0,3965,3962,3970,3971,3838,3835,3843,3844,43,3835,3833,3832,3843,0,3962,3960,3959,3970,3835,3833,3832,3843,43,3843,3832,3785,3790,0,3970,3959,3912,3917,3843,3832,3785,3790,43,3844,3843,3790,3789,0,3971,3970,3917,3916,3844,3843,3790,3789,43,3230,3834,3845,3846,0,3356,3961,3972,3973,3230,3834,3845,3846,43,3834,3833,3837,3845,0,3961,3960,3964,3972,3834,3833,3837,3845,43,3845,3837,3842,3847,0,3972,3964,3969,3974,3845,3837,3842,3847,43,3846,3845,3847,3848,0,3973,3972,3974,3975,3846,3845,3847,3848,43,3224,3231,3849,3850,0,3350,3357,3976,3977,3224,3231,3849,3850,43,3231,3230,3846,3849,0,3357,3356,3973,3976,3231,3230,3846,3849,43,3849,3846,3848,3851,0,3976,3973,3975,3978,3849,3846,3848,3851,43,3850,3849,3851,3852,0,3977,3976,3978,3979,3850,3849,3851,3852,43,3212,3225,3853,3213,0,3338,3351,3980,3339,3212,3225,3853,3213,43,3225,3224,3850,3853,0,3351,3350,3977,3980,3225,3224,3850,3853,43,3853,3850,3852,3854,0,3980,3977,3979,3981,3853,3850,3852,3854,43,3213,3853,3854,3136,0,3339,3980,3981,3262,3213,3853,3854,3136,43,3852,3855,3856,3854,0,3979,3982,3983,3981,3852,3855,3856,3854,43,3855,3165,3164,3856,0,3982,3291,3290,3983,3855,3165,3164,3856,43,3856,3164,3140,3137,0,3983,3290,3266,3263,3856,3164,3140,3137,43,3854,3856,3137,3136,0,3981,3983,3263,3262,3854,3856,3137,3136,43,3857,3858,3859,3860,0,3984,3985,3986,3987,3857,3858,3859,3860,43,3858,3165,3855,3859,0,3985,3291,3982,3986,3858,3165,3855,3859,43,3859,3855,3852,3851,0,3986,3982,3979,3978,3859,3855,3852,3851,43,3860,3859,3851,3848,0,3987,3986,3978,3975,3860,3859,3851,3848,43,3259,3258,3861,3862,0,3385,3384,3988,3989,3259,3258,3861,3862,43,3258,3257,3863,3861,0,3384,3383,3990,3988,3258,3257,3863,3861,43,3861,3863,3864,3865,0,3988,3990,3991,3992,3861,3863,3864,3865,43,3862,3861,3865,3866,0,3989,3988,3992,3993,3862,3861,3865,3866,43,3867,3868,3869,3870,0,3994,3995,3996,3997,3867,3868,3869,3870,43,3868,3160,3162,3869,0,3995,3286,3288,3996,3868,3160,3162,3869,43,3869,3162,3165,3858,0,3996,3288,3291,3985,3869,3162,3165,3858,43,3870,3869,3858,3857,0,3997,3996,3985,3984,3870,3869,3858,3857,43,3237,3475,3871,3872,0,3363,3602,3998,3999,3237,3475,3871,3872,43,3475,3153,3156,3871,0,3602,3279,3282,3998,3475,3153,3156,3871,43,3871,3156,3160,3868,0,3998,3282,3286,3995,3871,3156,3160,3868,43,3872,3871,3868,3867,0,3999,3998,3995,3994,3872,3871,3868,3867,43,3232,3235,3873,3256,0,3358,3361,4000,3382,3232,3235,3873,3256,43,3235,3237,3872,3873,0,3361,3363,3999,4000,3235,3237,3872,3873,43,3873,3872,3867,3874,0,4000,3999,3994,4001,3873,3872,3867,3874,43,3256,3873,3874,3257,0,3382,4000,4001,3383,3256,3873,3874,3257,43,3257,3874,3875,3863,0,3383,4001,4002,3990,3257,3874,3875,3863,43,3874,3867,3870,3875,0,4001,3994,3997,4002,3874,3867,3870,3875,43,3875,3870,3857,3876,0,4002,3997,3984,4003,3875,3870,3857,3876,43,3863,3875,3876,3864,0,3990,4002,4003,3991,3863,3875,3876,3864,43,3864,3876,3877,3878,0,3991,4003,4004,4005,3864,3876,3877,3878,43,3876,3857,3860,3877,0,4003,3984,3987,4004,3876,3857,3860,3877,43,3877,3860,3848,3847,0,4004,3987,3975,3974,3877,3860,3848,3847,43,3878,3877,3847,3842,0,4005,4004,3974,3969,3878,3877,3847,3842,43,3840,3879,3880,3841,0,3967,4006,4007,3968,3840,3879,3880,3841,43,3879,3866,3865,3880,0,4006,3993,3992,4007,3879,3866,3865,3880,43,3880,3865,3864,3878,0,4007,3992,3991,4005,3880,3865,3864,3878,43,3841,3880,3878,3842,0,3968,4007,4005,3969,3841,3880,3878,3842,43,3881,3882,3883,3884,0,4008,4009,4010,4011,3881,3882,3883,3884,43,3882,3885,3886,3883,0,4009,4012,4013,4010,3882,3885,3886,3883,43,3883,3886,3549,3552,0,4010,4013,3676,3679,3883,3886,3549,3552,43,3884,3883,3552,3554,0,4011,4010,3679,3681,3884,3883,3552,3554,43,3887,3888,3889,3890,0,4014,4015,4016,4017,3887,3888,3889,3890,43,3888,3827,3830,3889,0,4015,3954,3957,4016,3888,3827,3830,3889,43,3889,3830,3826,3891,0,4016,3957,3953,4018,3889,3830,3826,3891,43,3890,3889,3891,3892,0,4017,4016,4018,4019,3890,3889,3891,3892,43,3574,3572,3893,3894,0,3701,3699,4020,4021,3574,3572,3893,3894,43,3572,3536,3895,3893,0,3699,3663,4022,4020,3572,3536,3895,3893,43,3893,3895,3896,3897,0,4020,4022,4023,4024,3893,3895,3896,3897,43,3894,3893,3897,3898,0,4021,4020,4024,4025,3894,3893,3897,3898,43,3545,3550,3899,3900,0,3672,3677,4026,4027,3545,3550,3899,3900,43,3550,3549,3886,3899,0,3677,3676,4013,4026,3550,3549,3886,3899,43,3899,3886,3885,3901,0,4026,4013,4012,4028,3899,3886,3885,3901,43,3900,3899,3901,3896,0,4027,4026,4028,4023,3900,3899,3901,3896,43,3536,3535,3902,3895,0,3663,3662,4029,4022,3536,3535,3902,3895,43,3535,3534,3546,3902,0,3662,3661,3673,4029,3535,3534,3546,3902,43,3902,3546,3545,3900,0,4029,3673,3672,4027,3902,3546,3545,3900,43,3895,3902,3900,3896,0,4022,4029,4027,4023,3895,3902,3900,3896,43,3252,3255,3903,3472,0,3378,3381,4030,3599,3252,3255,3903,3472,43,3255,3259,3904,3903,0,3381,3385,4031,4030,3255,3259,3904,3903,43,3903,3904,3905,3906,0,4030,4031,4032,4033,3903,3904,3905,3906,43,3472,3903,3906,3277,0,3599,4030,4033,3403,3472,3903,3906,3277,43,3905,3907,3908,3906,0,4032,4034,4035,4033,3905,3907,3908,3906,43,3907,3881,3884,3908,0,4034,4008,4011,4035,3907,3881,3884,3908,43,3908,3884,3554,3556,0,4035,4011,3681,3683,3908,3884,3554,3556,43,3906,3908,3556,3277,0,4033,4035,3683,3403,3906,3908,3556,3277,43,3909,3910,3911,3912,0,4036,4037,4038,4039,3909,3910,3911,3912,43,3910,3905,3904,3911,0,4037,4032,4031,4038,3910,3905,3904,3911,43,3911,3904,3259,3862,0,4038,4031,3385,3989,3911,3904,3259,3862,43,3912,3911,3862,3866,0,4039,4038,3989,3993,3912,3911,3862,3866,43,3885,3882,3913,3914,0,4012,4009,4040,4041,3885,3882,3913,3914,43,3882,3881,3907,3913,0,4009,4008,4034,4040,3882,3881,3907,3913,43,3913,3907,3905,3910,0,4040,4034,4032,4037,3913,3907,3905,3910,43,3914,3913,3910,3909,0,4041,4040,4037,4036,3914,3913,3910,3909,43,3909,3915,3916,3914,0,4036,4042,4043,4041,3909,3915,3916,3914,43,3915,3887,3890,3916,0,4042,4014,4017,4043,3915,3887,3890,3916,43,3916,3890,3892,3917,0,4043,4017,4019,4044,3916,3890,3892,3917,43,3914,3916,3917,3885,0,4041,4043,4044,4012,3914,3916,3917,3885,43,3887,3915,3918,3919,0,4014,4042,4045,4046,3887,3915,3918,3919,43,3915,3909,3912,3918,0,4042,4036,4039,4045,3915,3909,3912,3918,43,3918,3912,3866,3879,0,4045,4039,3993,4006,3918,3912,3866,3879,43,3919,3918,3879,3840,0,4046,4045,4006,3967,3919,3918,3879,3840,43,3838,3920,3921,3839,0,3965,4047,4048,3966,3838,3920,3921,3839,43,3920,3827,3888,3921,0,4047,3954,4015,4048,3920,3827,3888,3921,43,3921,3888,3887,3919,0,4048,4015,4014,4046,3921,3888,3887,3919,43,3839,3921,3919,3840,0,3966,4048,4046,3967,3839,3921,3919,3840,43,3789,3803,3922,3844,0,3916,3930,4049,3971,3789,3803,3922,3844,43,3803,3802,3828,3922,0,3930,3929,3955,4049,3803,3802,3828,3922,43,3922,3828,3827,3920,0,4049,3955,3954,4047,3922,3828,3827,3920,43,3844,3922,3920,3838,0,3971,4049,4047,3965,3844,3922,3920,3838,43,3772,3771,3923,3788,0,3899,3898,4050,3915,3772,3771,3923,3788,43,3771,3770,3924,3923,0,3898,3897,4051,4050,3771,3770,3924,3923,43,3923,3924,3799,3804,0,4050,4051,3926,3931,3923,3924,3799,3804,43,3788,3923,3804,3789,0,3915,4050,3931,3916,3788,3923,3804,3789,43,3766,3810,3925,3767,0,3893,3937,4052,3894,3766,3810,3925,3767,43,3810,3809,3818,3925,0,3937,3936,3945,4052,3810,3809,3818,3925,43,3925,3818,3799,3924,0,4052,3945,3926,4051,3925,3818,3799,3924,43,3767,3925,3924,3770,0,3894,4052,4051,3897,3767,3925,3924,3770,43,3766,3769,3926,3811,0,3893,3896,4053,3938,3766,3769,3926,3811,43,3769,3757,3760,3926,0,3896,3884,3887,4053,3769,3757,3760,3926,43,3926,3760,3765,3927,0,4053,3887,3892,4054,3926,3760,3765,3927,43,3811,3926,3927,3812,0,3938,4053,4054,3939,3811,3926,3927,3812,43,3812,3927,3928,3815,0,3939,4054,4055,3942,3812,3927,3928,3815,43,3927,3765,3929,3928,0,4054,3892,4056,4055,3927,3765,3929,3928,43,3928,3929,884,887,0,4055,4056,886,889,3928,3929,884,887,43,3815,3928,887,879,0,3942,4055,889,881,3815,3928,887,879,43,3930,3931,3932,3933,0,4057,4058,4059,4060,3930,3931,3932,3933,43,3931,3934,3935,3932,0,4058,4061,4062,4059,3931,3934,3935,3932,43,3932,3935,3936,3937,0,4059,4062,4063,4064,3932,3935,3936,3937,43,3933,3932,3937,3938,0,4060,4059,4064,4065,3933,3932,3937,3938,43,3765,3764,3939,3940,0,3892,3891,4066,4067,3765,3764,3939,3940,43,3764,3763,3941,3939,0,3891,3890,4068,4066,3764,3763,3941,3939,43,3939,3941,3942,3943,0,4066,4068,4069,4070,3939,3941,3942,3943,43,3940,3939,3943,3930,0,4067,4066,4070,4057,3940,3939,3943,3930,43,884,3929,3944,899,0,886,4056,4071,901,884,3929,3944,899,43,3929,3765,3940,3944,0,4056,3892,4067,4071,3929,3765,3940,3944,43,3944,3940,3930,3945,0,4071,4067,4057,4072,3944,3940,3930,3945,43,899,3944,3945,900,0,901,4071,4072,902,899,3944,3945,900,43,900,3945,3946,904,0,902,4072,4073,906,900,3945,3946,904,43,3945,3930,3933,3946,0,4072,4057,4060,4073,3945,3930,3933,3946,43,3946,3933,3938,3947,0,4073,4060,4065,4074,3946,3933,3938,3947,43,904,3946,3947,905,0,906,4073,4074,907,904,3946,3947,905,43,3934,3948,3949,3950,0,4061,4075,4076,4077,3934,3948,3949,3950,43,3948,3951,3952,3949,0,4075,4078,4079,4076,3948,3951,3952,3949,43,3949,3952,3953,3954,0,4076,4079,4080,4081,3949,3952,3953,3954,43,3950,3949,3954,3955,0,4077,4076,4081,4082,3950,3949,3954,3955,43,3953,3956,3957,3958,0,4080,4083,4084,4085,3953,3956,3957,3958,43,3956,3959,3960,3957,0,4083,4086,4087,4084,3956,3959,3960,3957,43,3957,3960,3222,3219,0,4084,4087,3348,3345,3957,3960,3222,3219,43,3958,3957,3219,3218,0,4085,4084,3345,3344,3958,3957,3219,3218,43,3959,3961,3962,3960,0,4086,4088,4089,4087,3959,3961,3962,3960,43,3961,3781,3783,3962,0,4088,3908,3910,4089,3961,3781,3783,3962,43,3962,3783,3228,3226,0,4089,3910,3354,3352,3962,3783,3228,3226,43,3960,3962,3226,3222,0,4087,4089,3352,3348,3960,3962,3226,3222,43,3781,3961,3963,3779,0,3908,4088,4090,3906,3781,3961,3963,3779,43,3961,3959,3964,3963,0,4088,4086,4091,4090,3961,3959,3964,3963,43,3963,3964,3942,3941,0,4090,4091,4069,4068,3963,3964,3942,3941,43,3779,3963,3941,3763,0,3906,4090,4068,3890,3779,3963,3941,3763,43,3953,3952,3965,3956,0,4080,4079,4092,4083,3953,3952,3965,3956,43,3952,3951,3966,3965,0,4079,4078,4093,4092,3952,3951,3966,3965,43,3965,3966,3942,3964,0,4092,4093,4069,4091,3965,3966,3942,3964,43,3956,3965,3964,3959,0,4083,4092,4091,4086,3956,3965,3964,3959,43,3942,3966,3967,3943,0,4069,4093,4094,4070,3942,3966,3967,3943,43,3966,3951,3948,3967,0,4093,4078,4075,4094,3966,3951,3948,3967,43,3967,3948,3934,3931,0,4094,4075,4061,4058,3967,3948,3934,3931,43,3943,3967,3931,3930,0,4070,4094,4058,4057,3943,3967,3931,3930,43,3968,3969,3970,3971,0,4095,4096,4097,4098,3968,3969,3970,3971,43,3969,3972,3973,3970,0,4096,4099,4100,4097,3969,3972,3973,3970,43,3970,3973,3936,3974,0,4097,4100,4063,4101,3970,3973,3936,3974,43,3971,3970,3974,3975,0,4098,4097,4101,4102,3971,3970,3974,3975,43,3976,3977,3978,3979,0,4103,4104,4105,4106,3976,3977,3978,3979,43,3977,3218,3221,3978,0,4104,3344,3347,4105,3977,3218,3221,3978,43,3978,3221,3212,3215,0,4105,3347,3338,3341,3978,3221,3212,3215,43,3979,3978,3215,3217,0,4106,4105,3341,3343,3979,3978,3215,3217,43,3955,3954,3980,3981,0,4082,4081,4107,4108,3955,3954,3980,3981,43,3954,3953,3958,3980,0,4081,4080,4085,4107,3954,3953,3958,3980,43,3980,3958,3218,3977,0,4107,4085,3344,4104,3980,3958,3218,3977,43,3981,3980,3977,3976,0,4108,4107,4104,4103,3981,3980,3977,3976,43,3270,3982,3983,3271,0,3396,4109,4110,3397,3270,3982,3983,3271,43,3982,3984,3985,3983,0,4109,4111,4112,4110,3982,3984,3985,3983,43,3983,3985,3986,3987,0,4110,4112,4113,4114,3983,3985,3986,3987,43,3271,3983,3987,3242,0,3397,4110,4114,3368,3271,3983,3987,3242,43,3242,3987,3988,3243,0,3368,4114,4115,3369,3242,3987,3988,3243,43,3987,3986,3989,3988,0,4114,4113,4116,4115,3987,3986,3989,3988,43,3988,3989,3173,3175,0,4115,4116,3299,3301,3988,3989,3173,3175,43,3243,3988,3175,3179,0,3369,4115,3301,3305,3243,3988,3175,3179,43,3217,3216,3990,3991,0,3343,3342,4117,4118,3217,3216,3990,3991,43,3216,3144,3171,3990,0,3342,3270,3297,4117,3216,3144,3171,3990,43,3990,3171,3173,3989,0,4117,3297,3299,4116,3990,3171,3173,3989,43,3991,3990,3989,3986,0,4118,4117,4116,4113,3991,3990,3989,3986,43,3984,3992,3993,3985,0,4111,4119,4120,4112,3984,3992,3993,3985,43,3992,3976,3979,3993,0,4119,4103,4106,4120,3992,3976,3979,3993,43,3993,3979,3217,3991,0,4120,4106,3343,4118,3993,3979,3217,3991,43,3985,3993,3991,3986,0,4112,4120,4118,4113,3985,3993,3991,3986,43,3968,3971,3994,3995,0,4095,4098,4121,4122,3968,3971,3994,3995,43,3971,3975,3996,3994,0,4098,4102,4123,4121,3971,3975,3996,3994,43,3994,3996,3984,3982,0,4121,4123,4111,4109,3994,3996,3984,3982,43,3995,3994,3982,3270,0,4122,4121,4109,3396,3995,3994,3982,3270,43,3975,3997,3998,3996,0,4102,4124,4125,4123,3975,3997,3998,3996,43,3997,3955,3981,3998,0,4124,4082,4108,4125,3997,3955,3981,3998,43,3998,3981,3976,3992,0,4125,4108,4103,4119,3998,3981,3976,3992,43,3996,3998,3992,3984,0,4123,4125,4119,4111,3996,3998,3992,3984,43,3955,3997,3999,3950,0,4082,4124,4126,4077,3955,3997,3999,3950,43,3997,3975,3974,3999,0,4124,4102,4101,4126,3997,3975,3974,3999,43,3999,3974,3936,3935,0,4126,4101,4063,4062,3999,3974,3936,3935,43,3950,3999,3935,3934,0,4077,4126,4062,4061,3950,3999,3935,3934,43,3936,3973,4000,3937,0,4063,4100,4127,4064,3936,3973,4000,3937,43,3973,3972,4001,4000,0,4100,4099,4128,4127,3973,3972,4001,4000,43,4000,4001,4002,4003,0,4127,4128,4129,4130,4000,4001,4002,4003,43,3937,4000,4003,3938,0,4064,4127,4130,4065,3937,4000,4003,3938,43,4004,4005,4006,4007,0,4131,4132,4133,4134,4004,4005,4006,4007,43,4005,3938,4003,4006,0,4132,4065,4130,4133,4005,3938,4003,4006,43,4007,4006,4003,4002,0,4134,4133,4130,4129,4007,4006,4003,4002,43,3106,3121,4008,4009,0,3232,3247,4135,4136,3106,3121,4008,4009,43,3121,3118,4010,4008,0,3247,3244,4137,4135,3121,3118,4010,4008,43,4008,4010,3614,3742,0,4135,4137,3741,3869,4008,4010,3614,3742,43,4009,4008,3742,3746,0,4136,4135,3869,3873,4009,4008,3742,3746,43,3118,3117,4011,4010,0,3244,3243,4138,4137,3118,3117,4011,4010,43,3117,3116,4012,4011,0,3243,3242,4139,4138,3117,3116,4012,4011,43,4011,4012,3607,3610,0,4138,4139,3734,3737,4011,4012,3607,3610,43,4010,4011,3610,3614,0,4137,4138,3737,3741,4010,4011,3610,3614,43,3116,4013,4014,4012,0,3242,4140,4141,4139,3116,4013,4014,4012,43,4013,3356,3359,4014,0,4140,3483,3486,4141,4013,3356,3359,4014,43,4014,3359,3364,3626,0,4141,3486,3491,3753,4014,3359,3364,3626,43,4012,4014,3626,3607,0,4139,4141,3753,3734,4012,4014,3626,3607,43,3114,3283,4015,3115,0,3240,3409,4142,3241,3114,3283,4015,3115,43,3283,3282,3367,4015,0,3409,3408,3494,4142,3283,3282,3367,4015,43,4015,3367,3356,4013,0,4142,3494,3483,4140,4015,3367,3356,4013,43,3115,4015,4013,3116,0,3241,4142,4140,3242,3115,4015,4013,3116,43,4002,4016,4017,4018,0,4129,4143,4144,4145,4002,4016,4017,4018,43,4016,4019,4020,4017,0,4143,4146,4147,4144,4016,4019,4020,4017,43,4017,4020,4021,4022,0,4144,4147,4148,4149,4017,4020,4021,4022,43,4018,4017,4022,4023,0,4145,4144,4149,4150,4018,4017,4022,4023,43,3268,4024,4025,3269,0,3394,4151,4152,3395,3268,4024,4025,3269,43,4024,4019,4026,4025,0,4151,4146,4153,4152,4024,4019,4026,4025,43,4025,4026,3968,3995,0,4152,4153,4095,4122,4025,4026,3968,3995,43,3269,4025,3995,3270,0,3395,4152,4122,3396,3269,4025,3995,3270,43,3972,3969,4027,4001,0,4099,4096,4154,4128,3972,3969,4027,4001,43,3969,3968,4026,4027,0,4096,4095,4153,4154,3969,3968,4026,4027,43,4027,4026,4019,4016,0,4154,4153,4146,4143,4027,4026,4019,4016,43,4001,4027,4016,4002,0,4128,4154,4143,4129,4001,4027,4016,4002,43,3373,4028,4029,3382,0,3500,4155,4156,3509,3373,4028,4029,3382,43,4028,4030,4031,4029,0,4155,4157,4158,4156,4028,4030,4031,4029,43,4029,4031,3268,3266,0,4156,4158,3394,3392,4029,4031,3268,3266,43,3382,4029,3266,3238,0,3509,4156,3392,3364,3382,4029,3266,3238,43,4030,4032,4033,4031,0,4157,4159,4160,4158,4030,4032,4033,4031,43,4032,4021,4020,4033,0,4159,4148,4147,4160,4032,4021,4020,4033,43,4033,4020,4019,4024,0,4160,4147,4146,4151,4033,4020,4019,4024,43,4031,4033,4024,3268,0,4158,4160,4151,3394,4031,4033,4024,3268,43,4023,4022,4034,4035,0,4150,4149,4161,4162,4023,4022,4034,4035,43,4022,4021,4036,4034,0,4149,4148,4163,4161,4022,4021,4036,4034,43,4034,4036,3102,4037,0,4161,4163,3228,4164,4034,4036,3102,4037,43,4035,4034,4037,4004,0,4162,4161,4164,4131,4035,4034,4037,4004,43,3746,3750,4038,4039,0,3873,3877,4165,4166,3746,3750,4038,4039,43,3750,3593,3752,4038,0,3877,3720,3879,4165,3750,3593,3752,4038,43,4038,3752,3756,4040,0,4165,3879,3883,4167,4038,3752,3756,4040,43,4039,4038,4040,4041,0,4166,4165,4167,4168,4039,4038,4040,4041,43,3108,3107,4042,4043,0,3234,3233,4169,4170,3108,3107,4042,4043,43,3107,3106,4009,4042,0,3233,3232,4136,4169,3107,3106,4009,4042,43,4042,4009,3746,4039,0,4169,4136,3873,4166,4042,4009,3746,4039,43,4043,4042,4039,4041,0,4170,4169,4166,4168,4043,4042,4039,4041,43,3892,3891,4044,4045,0,4019,4018,4171,4172,3892,3891,4044,4045,43,3891,3826,3825,4044,0,4018,3953,3952,4171,3891,3826,3825,4044,43,4044,3825,3819,4046,0,4171,3952,3946,4173,4044,3825,3819,4046,43,4045,4044,4046,3898,0,4172,4171,4173,4025,4045,4044,4046,3898,43,3898,3897,4047,4045,0,4025,4024,4174,4172,3898,3897,4047,4045,43,3897,3896,3901,4047,0,4024,4023,4028,4174,3897,3896,3901,4047,43,4047,3901,3885,3917,0,4174,4028,4012,4044,4047,3901,3885,3917,43,4045,4047,3917,3892,0,4172,4174,4044,4019,4045,4047,3917,3892,43,3574,3894,4048,3753,0,3701,4021,4175,3880,3574,3894,4048,3753,43,3894,3898,4049,4048,0,4021,4025,4176,4175,3894,3898,4049,4048,43,4048,4049,836,4050,0,4175,4176,838,4177,4048,4049,836,4050,43,3753,4048,4050,3754,0,3880,4175,4177,3881,3753,4048,4050,3754,43,836,4049,4051,837,0,838,4176,4178,839,836,4049,4051,837,43,4049,3898,4046,4051,0,4176,4025,4173,4178,4049,3898,4046,4051,43,4051,4046,3819,4052,0,4178,4173,3946,4179,4051,4046,3819,4052,43,837,4051,4052,840,0,839,4178,4179,842,837,4051,4052,840,43,3819,3822,4053,4052,0,3946,3949,4180,4179,3819,3822,4053,4052,43,3822,3805,3813,4053,0,3949,3932,3940,4180,3822,3805,3813,4053,43,4052,4053,3813,840,0,4179,4180,3940,842,4052,4053,3813,840,43,1494,4054,4055,1495,0,1528,4181,4182,1529,1494,4054,4055,1495,43,4054,4004,4037,4055,0,4181,4131,4164,4182,4054,4004,4037,4055,43,4055,4037,3102,3105,0,4182,4164,3228,3231,4055,4037,3102,3105,43,1495,4055,3105,1496,0,1529,4182,3231,1530,1495,4055,3105,1496,43,3938,4005,4056,3947,0,4065,4132,4183,4074,3938,4005,4056,3947,43,4005,4004,4054,4056,0,4132,4131,4181,4183,4005,4004,4054,4056,43,4056,4054,1494,1498,0,4183,4181,1528,1532,4056,4054,1494,1498,43,3947,4056,1498,905,0,4074,4183,1532,907,3947,4056,1498,905,43,4004,4007,4057,4035,0,4131,4134,4184,4162,4004,4007,4057,4035,43,4007,4002,4018,4057,0,4134,4129,4145,4184,4007,4002,4018,4057,43,4035,4057,4018,4023,0,4162,4184,4145,4150,4035,4057,4018,4023,43,3373,3372,4058,4028,0,3500,3499,4185,4155,3373,3372,4058,4028,43,3372,3307,3305,4058,0,3499,3433,3431,4185,3372,3307,3305,4058,43,4058,3305,3110,4059,0,4185,3431,3236,4186,4058,3305,3110,4059,43,4028,4058,4059,4030,0,4155,4185,4186,4157,4028,4058,4059,4030,43,3102,4060,4061,3119,0,3228,4187,4188,3245,3102,4060,4061,3119,43,4060,4030,4059,4061,0,4187,4157,4186,4188,4060,4030,4059,4061,43,3119,4061,4059,3110,0,3245,4188,4186,3236,3119,4061,4059,3110,43,4030,4060,4062,4032,0,4157,4187,4189,4159,4030,4060,4062,4032,43,4060,3102,4036,4062,0,4187,3228,4163,4189,4060,3102,4036,4062,43,4032,4062,4036,4021,0,4159,4189,4163,4148,4032,4062,4036,4021,43,4063,4064,4065,4066,0,4190,4191,4192,4193,4063,4064,4065,4066,43,4064,4067,4068,4065,0,4191,4194,4195,4192,4064,4067,4068,4065,43,4065,4068,4069,4070,0,4192,4195,4196,4197,4065,4068,4069,4070,43,4066,4065,4070,4071,0,4193,4192,4197,4198,4066,4065,4070,4071,43,4072,4073,4074,4075,0,4199,4200,4201,4202,4072,4073,4074,4075,43,4073,4076,4077,4074,0,4200,4203,4204,4201,4073,4076,4077,4074,43,4074,4077,4078,4079,0,4201,4204,4205,4206,4074,4077,4078,4079,43,4075,4074,4079,4080,0,4202,4201,4206,4207,4075,4074,4079,4080,43,4081,4082,4083,4084,0,4208,4209,4210,4211,4081,4082,4083,4084,43,4082,4076,4085,4083,0,4209,4203,4212,4210,4082,4076,4085,4083,43,4083,4085,4086,4087,0,4210,4212,4213,4214,4083,4085,4086,4087,43,4084,4083,4087,4088,0,4211,4210,4214,4215,4084,4083,4087,4088,43,4072,4089,4090,4073,0,4199,4216,4217,4200,4072,4089,4090,4073,43,4089,4091,4092,4090,0,4216,4218,4219,4217,4089,4091,4092,4090,43,4090,4092,4086,4085,0,4217,4219,4213,4212,4090,4092,4086,4085,43,4073,4090,4085,4076,0,4200,4217,4212,4203,4073,4090,4085,4076,43,4086,4093,4094,4087,0,4213,4220,4221,4214,4086,4093,4094,4087,43,4093,4095,4096,4094,0,4220,4222,4223,4221,4093,4095,4096,4094,43,4094,4096,4097,4098,0,4221,4223,4224,4225,4094,4096,4097,4098,43,4087,4094,4098,4088,0,4214,4221,4225,4215,4087,4094,4098,4088,43,4091,4099,4100,4092,0,4218,4226,4227,4219,4091,4099,4100,4092,43,4099,4101,4102,4100,0,4226,4228,4229,4227,4099,4101,4102,4100,43,4100,4102,4095,4093,0,4227,4229,4222,4220,4100,4102,4095,4093,43,4092,4100,4093,4086,0,4219,4227,4220,4213,4092,4100,4093,4086,43,4103,4104,4105,4106,0,4230,4231,4232,4233,4103,4104,4105,4106,43,4104,4101,4099,4105,0,4231,4228,4226,4232,4104,4101,4099,4105,43,4106,4105,4099,4091,0,4233,4232,4226,4218,4106,4105,4099,4091,43,4097,4096,4107,4108,0,4224,4223,4234,4235,4097,4096,4107,4108,43,4096,4095,4109,4107,0,4223,4222,4236,4234,4096,4095,4109,4107,43,4107,4109,4110,4111,0,4234,4236,4237,4238,4107,4109,4110,4111,43,4108,4107,4111,4112,0,4235,4234,4238,4239,4108,4107,4111,4112,43,4113,4114,4115,4116,0,4240,4241,4242,4243,4113,4114,4115,4116,43,4114,4117,4118,4115,0,4241,4244,4245,4242,4114,4117,4118,4115,43,4115,4118,4119,4120,0,4242,4245,4246,4247,4115,4118,4119,4120,43,4116,4115,4120,4121,0,4243,4242,4247,4248,4116,4115,4120,4121,43,4122,4123,4124,4125,0,4249,4250,4251,4252,4122,4123,4124,4125,43,4123,4117,4114,4124,0,4250,4244,4241,4251,4123,4117,4114,4124,43,4124,4114,4113,4126,0,4251,4241,4240,4253,4124,4114,4113,4126,43,4125,4124,4126,4127,0,4252,4251,4253,4254,4125,4124,4126,4127,43,4113,4116,4128,4129,0,4240,4243,4255,4256,4113,4116,4128,4129,43,4116,4121,4130,4128,0,4243,4248,4257,4255,4116,4121,4130,4128,43,4128,4130,4071,4131,0,4255,4257,4198,4258,4128,4130,4071,4131,43,4129,4128,4131,4132,0,4256,4255,4258,4259,4129,4128,4131,4132,43,4071,4070,4133,4131,0,4198,4197,4260,4258,4071,4070,4133,4131,43,4070,4069,4134,4133,0,4197,4196,4261,4260,4070,4069,4134,4133,43,4133,4134,4135,4136,0,4260,4261,4262,4263,4133,4134,4135,4136,43,4131,4133,4136,4132,0,4258,4260,4263,4259,4131,4133,4136,4132,43,4135,4134,4137,4138,0,4262,4261,4264,4265,4135,4134,4137,4138,43,4134,4069,4139,4137,0,4261,4196,4266,4264,4134,4069,4139,4137,43,4137,4139,4081,4084,0,4264,4266,4208,4211,4137,4139,4081,4084,43,4138,4137,4084,4088,0,4265,4264,4211,4215,4138,4137,4084,4088,43,4140,4141,4142,4143,0,4267,4268,4269,4270,4140,4141,4142,4143,43,4141,4135,4138,4142,0,4268,4262,4265,4269,4141,4135,4138,4142,43,4142,4138,4088,4098,0,4269,4265,4215,4225,4142,4138,4088,4098,43,4143,4142,4098,4097,0,4270,4269,4225,4224,4143,4142,4098,4097,43,4132,4136,4144,4145,0,4259,4263,4271,4272,4132,4136,4144,4145,43,4136,4135,4141,4144,0,4263,4262,4268,4271,4136,4135,4141,4144,43,4144,4141,4140,4146,0,4271,4268,4267,4273,4144,4141,4140,4146,43,4145,4144,4146,4147,0,4272,4271,4273,4274,4145,4144,4146,4147,43,4113,4129,4148,4126,0,4240,4256,4275,4253,4113,4129,4148,4126,43,4129,4132,4145,4148,0,4256,4259,4272,4275,4129,4132,4145,4148,43,4148,4145,4147,4149,0,4275,4272,4274,4276,4148,4145,4147,4149,43,4126,4148,4149,4127,0,4253,4275,4276,4254,4126,4148,4149,4127,43,4122,4125,4150,4151,0,4249,4252,4277,4278,4122,4125,4150,4151,43,4125,4127,4152,4150,0,4252,4254,4279,4277,4125,4127,4152,4150,43,4150,4152,4153,4154,0,4277,4279,4280,4281,4150,4152,4153,4154,43,4151,4150,4154,4155,0,4278,4277,4281,4282,4151,4150,4154,4155,43,4127,4149,4156,4152,0,4254,4276,4283,4279,4127,4149,4156,4152,43,4149,4147,4157,4156,0,4276,4274,4284,4283,4149,4147,4157,4156,43,4156,4157,4158,4159,0,4283,4284,4285,4286,4156,4157,4158,4159,43,4152,4156,4159,4153,0,4279,4283,4286,4280,4152,4156,4159,4153,43,4147,4146,4160,4157,0,4274,4273,4287,4284,4147,4146,4160,4157,43,4146,4140,4161,4160,0,4273,4267,4288,4287,4146,4140,4161,4160,43,4160,4161,4162,4163,0,4287,4288,4289,4290,4160,4161,4162,4163,43,4157,4160,4163,4158,0,4284,4287,4290,4285,4157,4160,4163,4158,43,4140,4143,4164,4161,0,4267,4270,4291,4288,4140,4143,4164,4161,43,4143,4097,4108,4164,0,4270,4224,4235,4291,4143,4097,4108,4164,43,4164,4108,4112,4165,0,4291,4235,4239,4292,4164,4108,4112,4165,43,4161,4164,4165,4162,0,4288,4291,4292,4289,4161,4164,4165,4162,43,4081,4166,4167,4082,0,4208,4293,4294,4209,4081,4166,4167,4082,43,4166,4168,4169,4167,0,4293,4295,4296,4294,4166,4168,4169,4167,43,4167,4169,4078,4077,0,4294,4296,4205,4204,4167,4169,4078,4077,43,4082,4167,4077,4076,0,4209,4294,4204,4203,4082,4167,4077,4076,43,4069,4068,4170,4139,0,4196,4195,4297,4266,4069,4068,4170,4139,43,4068,4067,4171,4170,0,4195,4194,4298,4297,4068,4067,4171,4170,43,4170,4171,4168,4166,0,4297,4298,4295,4293,4170,4171,4168,4166,43,4139,4170,4166,4081,0,4266,4297,4293,4208,4139,4170,4166,4081,43,4063,4066,4172,4173,0,4190,4193,4299,4300,4063,4066,4172,4173,43,4066,4071,4130,4172,0,4193,4198,4257,4299,4066,4071,4130,4172,43,4172,4130,4121,4174,0,4299,4257,4248,4301,4172,4130,4121,4174,43,4173,4172,4174,4175,0,4300,4299,4301,4302,4173,4172,4174,4175,43,4175,4174,4176,4177,0,4302,4301,4303,4304,4175,4174,4176,4177,43,4174,4121,4120,4176,0,4301,4248,4247,4303,4174,4121,4120,4176,43,4176,4120,4119,4178,0,4303,4247,4246,4305,4176,4120,4119,4178,43,4177,4176,4178,4179,0,4304,4303,4305,4306,4177,4176,4178,4179,43,4180,4181,4182,4183,0,4307,4308,4309,4310,4180,4181,4182,4183,43,4181,4119,4118,4182,0,4308,4246,4245,4309,4181,4119,4118,4182,43,4182,4118,4117,4123,0,4309,4245,4244,4250,4182,4118,4117,4123,43,4183,4182,4123,4122,0,4310,4309,4250,4249,4183,4182,4123,4122,43,4184,4185,4186,4187,0,4311,4312,4313,4314,4184,4185,4186,4187,43,4185,4180,4183,4186,0,4312,4307,4310,4313,4185,4180,4183,4186,43,4186,4183,4122,4151,0,4313,4310,4249,4278,4186,4183,4122,4151,43,4187,4186,4151,4155,0,4314,4313,4278,4282,4187,4186,4151,4155,43,4188,4189,4190,4191,0,4315,4316,4317,4318,4188,4189,4190,4191,43,4189,4179,4178,4190,0,4316,4306,4305,4317,4189,4179,4178,4190,43,4190,4178,4119,4181,0,4317,4305,4246,4308,4190,4178,4119,4181,43,4191,4190,4181,4180,0,4318,4317,4308,4307,4191,4190,4181,4180,43,4103,4106,4192,4193,0,4230,4233,4319,4320,4103,4106,4192,4193,43,4106,4091,4089,4192,0,4233,4218,4216,4319,4106,4091,4089,4192,43,4192,4089,4072,4194,0,4319,4216,4199,4321,4192,4089,4072,4194,43,4193,4192,4194,4195,0,4320,4319,4321,4322,4193,4192,4194,4195,43,4080,4196,4197,4075,0,4207,4323,4324,4202,4080,4196,4197,4075,43,4196,4198,4199,4197,0,4323,4325,4326,4324,4196,4198,4199,4197,43,4197,4199,4195,4194,0,4324,4326,4322,4321,4197,4199,4195,4194,43,4075,4197,4194,4072,0,4202,4324,4321,4199,4075,4197,4194,4072,43,4198,4200,4201,4199,0,4325,4327,4328,4326,4198,4200,4201,4199,43,4200,4202,4203,4201,0,4327,4329,4330,4328,4200,4202,4203,4201,43,4201,4203,4204,4205,0,4328,4330,4331,4332,4201,4203,4204,4205,43,4199,4201,4205,4195,0,4326,4328,4332,4322,4199,4201,4205,4195,43,4206,4207,4208,4209,0,4333,4334,4335,4336,4206,4207,4208,4209,43,4207,4210,4211,4208,0,4334,4337,4338,4335,4207,4210,4211,4208,43,4208,4211,4195,4205,0,4335,4338,4322,4332,4208,4211,4195,4205,43,4209,4208,4205,4204,0,4336,4335,4332,4331,4209,4208,4205,4204,43,4212,4213,4214,4215,0,4339,4340,4341,4342,4212,4213,4214,4215,43,4213,4110,4109,4214,0,4340,4237,4236,4341,4213,4110,4109,4214,43,4214,4109,4095,4102,0,4341,4236,4222,4229,4214,4109,4095,4102,43,4215,4214,4102,4101,0,4342,4341,4229,4228,4215,4214,4102,4101,43,4216,4217,4218,4219,0,4343,4344,4345,4346,4216,4217,4218,4219,43,4217,4212,4215,4218,0,4344,4339,4342,4345,4217,4212,4215,4218,43,4218,4215,4101,4104,0,4345,4342,4228,4231,4218,4215,4101,4104,43,4219,4218,4104,4103,0,4346,4345,4231,4230,4219,4218,4104,4103,43,4210,4220,4221,4211,0,4337,4347,4348,4338,4210,4220,4221,4211,43,4220,4216,4219,4221,0,4347,4343,4346,4348,4220,4216,4219,4221,43,4221,4219,4103,4193,0,4348,4346,4230,4320,4221,4219,4103,4193,43,4211,4221,4193,4195,0,4338,4348,4320,4322,4211,4221,4193,4195,43,4222,4223,4224,4225,0,4349,4350,4351,4352,4222,4223,4224,4225,43,4223,4226,4227,4224,0,4350,4353,4354,4351,4223,4226,4227,4224,43,4224,4227,4228,4229,0,4351,4354,4355,4356,4224,4227,4228,4229,43,4225,4224,4229,4230,0,4352,4351,4356,4357,4225,4224,4229,4230,43,4231,4232,4233,4234,0,4358,4359,4360,4361,4231,4232,4233,4234,43,4232,4235,4236,4233,0,4359,4362,4363,4360,4232,4235,4236,4233,43,4233,4236,4237,4238,0,4360,4363,4364,4365,4233,4236,4237,4238,43,4234,4233,4238,4239,0,4361,4360,4365,4366,4234,4233,4238,4239,43,4240,4241,4242,4243,0,4367,4368,4369,4370,4240,4241,4242,4243,43,4241,4235,4244,4242,0,4368,4362,4371,4369,4241,4235,4244,4242,43,4242,4244,4245,4246,0,4369,4371,4372,4373,4242,4244,4245,4246,43,4243,4242,4246,4247,0,4370,4369,4373,4374,4243,4242,4246,4247,43,4240,4248,4249,4241,0,4367,4375,4376,4368,4240,4248,4249,4241,43,4248,4250,4251,4249,0,4375,4377,4378,4376,4248,4250,4251,4249,43,4249,4251,4237,4236,0,4376,4378,4364,4363,4249,4251,4237,4236,43,4241,4249,4236,4235,0,4368,4376,4363,4362,4241,4249,4236,4235,43,4252,4253,4254,4255,0,4379,4380,4381,4382,4252,4253,4254,4255,43,4253,4256,4257,4254,0,4380,4383,4384,4381,4253,4256,4257,4254,43,4254,4257,4240,4243,0,4381,4384,4367,4370,4254,4257,4240,4243,43,4255,4254,4243,4247,0,4382,4381,4370,4374,4255,4254,4243,4247,43,4256,4258,4259,4257,0,4383,4385,4386,4384,4256,4258,4259,4257,43,4258,4260,4261,4259,0,4385,4387,4388,4386,4258,4260,4261,4259,43,4259,4261,4250,4248,0,4386,4388,4377,4375,4259,4261,4250,4248,43,4257,4259,4248,4240,0,4384,4386,4375,4367,4257,4259,4248,4240,43,4260,4262,4263,4261,0,4387,4389,4390,4388,4260,4262,4263,4261,43,4262,4264,4265,4263,0,4389,4391,4392,4390,4262,4264,4265,4263,43,4261,4263,4265,4250,0,4388,4390,4392,4377,4261,4263,4265,4250,43,4266,4267,4268,4269,0,4393,4394,4395,4396,4266,4267,4268,4269,43,4267,4256,4253,4268,0,4394,4383,4380,4395,4267,4256,4253,4268,43,4268,4253,4252,4270,0,4395,4380,4379,4397,4268,4253,4252,4270,43,4269,4268,4270,4271,0,4396,4395,4397,4398,4269,4268,4270,4271,43,4272,4273,4274,4275,0,4399,4400,4401,4402,4272,4273,4274,4275,43,4273,4276,4277,4274,0,4400,4403,4404,4401,4273,4276,4277,4274,43,4274,4277,4278,4279,0,4401,4404,4405,4406,4274,4277,4278,4279,43,4275,4274,4279,4280,0,4402,4401,4406,4407,4275,4274,4279,4280,43,4278,4277,4281,4282,0,4405,4404,4408,4409,4278,4277,4281,4282,43,4277,4276,4283,4281,0,4404,4403,4410,4408,4277,4276,4283,4281,43,4281,4283,4284,4285,0,4408,4410,4411,4412,4281,4283,4284,4285,43,4282,4281,4285,4286,0,4409,4408,4412,4413,4282,4281,4285,4286,43,4230,4287,4288,4289,0,4357,4414,4415,4416,4230,4287,4288,4289,43,4287,4280,4279,4288,0,4414,4407,4406,4415,4287,4280,4279,4288,43,4288,4279,4278,4290,0,4415,4406,4405,4417,4288,4279,4278,4290,43,4289,4288,4290,4291,0,4416,4415,4417,4418,4289,4288,4290,4291,43,4292,4293,4294,4295,0,4419,4420,4421,4422,4292,4293,4294,4295,43,4293,4222,4225,4294,0,4420,4349,4352,4421,4293,4222,4225,4294,43,4294,4225,4230,4289,0,4421,4352,4357,4416,4294,4225,4230,4289,43,4295,4294,4289,4291,0,4422,4421,4416,4418,4295,4294,4289,4291,43,4245,4296,4297,4246,0,4372,4423,4424,4373,4245,4296,4297,4246,43,4296,4222,4293,4297,0,4423,4349,4420,4424,4296,4222,4293,4297,43,4297,4293,4292,4298,0,4424,4420,4419,4425,4297,4293,4292,4298,43,4246,4297,4298,4247,0,4373,4424,4425,4374,4246,4297,4298,4247,43,4247,4298,4299,4255,0,4374,4425,4426,4382,4247,4298,4299,4255,43,4298,4292,4300,4299,0,4425,4419,4427,4426,4298,4292,4300,4299,43,4299,4300,4301,4302,0,4426,4427,4428,4429,4299,4300,4301,4302,43,4255,4299,4302,4252,0,4382,4426,4429,4379,4255,4299,4302,4252,43,4301,4300,4303,4304,0,4428,4427,4430,4431,4301,4300,4303,4304,43,4300,4292,4295,4303,0,4427,4419,4422,4430,4300,4292,4295,4303,43,4303,4295,4291,4305,0,4430,4422,4418,4432,4303,4295,4291,4305,43,4304,4303,4305,4306,0,4431,4430,4432,4433,4304,4303,4305,4306,43,4306,4305,4307,4308,0,4433,4432,4434,4435,4306,4305,4307,4308,43,4305,4291,4290,4307,0,4432,4418,4417,4434,4305,4291,4290,4307,43,4307,4290,4278,4282,0,4434,4417,4405,4409,4307,4290,4278,4282,43,4308,4307,4282,4286,0,4435,4434,4409,4413,4308,4307,4282,4286,43,4309,4310,4311,4312,0,4436,4437,4438,4439,4309,4310,4311,4312,43,4310,4286,4285,4311,0,4437,4413,4412,4438,4310,4286,4285,4311,43,4311,4285,4284,4313,0,4438,4412,4411,4440,4311,4285,4284,4313,43,4312,4311,4313,4314,0,4439,4438,4440,4441,4312,4311,4313,4314,43,4315,4316,4317,4318,0,4442,4443,4444,4445,4315,4316,4317,4318,43,4316,4306,4308,4317,0,4443,4433,4435,4444,4316,4306,4308,4317,43,4317,4308,4286,4310,0,4444,4435,4413,4437,4317,4308,4286,4310,43,4318,4317,4310,4309,0,4445,4444,4437,4436,4318,4317,4310,4309,43,4319,4320,4321,4322,0,4446,4447,4448,4449,4319,4320,4321,4322,43,4320,4301,4304,4321,0,4447,4428,4431,4448,4320,4301,4304,4321,43,4321,4304,4306,4316,0,4448,4431,4433,4443,4321,4304,4306,4316,43,4322,4321,4316,4315,0,4449,4448,4443,4442,4322,4321,4316,4315,43,4271,4270,4323,4324,0,4398,4397,4450,4451,4271,4270,4323,4324,43,4270,4252,4302,4323,0,4397,4379,4429,4450,4270,4252,4302,4323,43,4323,4302,4301,4320,0,4450,4429,4428,4447,4323,4302,4301,4320,43,4324,4323,4320,4319,0,4451,4450,4447,4446,4324,4323,4320,4319,43,4231,4325,4326,4232,0,4358,4452,4453,4359,4231,4325,4326,4232,43,4325,4327,4328,4326,0,4452,4454,4455,4453,4325,4327,4328,4326,43,4326,4328,4245,4244,0,4453,4455,4372,4371,4326,4328,4245,4244,43,4232,4326,4244,4235,0,4359,4453,4371,4362,4232,4326,4244,4235,43,4327,4329,4330,4328,0,4454,4456,4457,4455,4327,4329,4330,4328,43,4329,4226,4223,4330,0,4456,4353,4350,4457,4329,4226,4223,4330,43,4330,4223,4222,4296,0,4457,4350,4349,4423,4330,4223,4222,4296,43,4328,4330,4296,4245,0,4455,4457,4423,4372,4328,4330,4296,4245,43,4280,4287,4331,4332,0,4407,4414,4458,4459,4280,4287,4331,4332,43,4287,4230,4229,4331,0,4414,4357,4356,4458,4287,4230,4229,4331,43,4331,4229,4228,4333,0,4458,4356,4355,4460,4331,4229,4228,4333,43,4332,4331,4333,4334,0,4459,4458,4460,4461,4332,4331,4333,4334,43,4272,4275,4335,4336,0,4399,4402,4462,4463,4272,4275,4335,4336,43,4275,4280,4332,4335,0,4402,4407,4459,4462,4275,4280,4332,4335,43,4335,4332,4334,4337,0,4462,4459,4461,4464,4335,4332,4334,4337,43,4336,4335,4337,4338,0,4463,4462,4464,4465,4336,4335,4337,4338,43,4276,4273,4339,4283,0,4403,4400,4466,4410,4276,4273,4339,4283,43,4273,4272,4340,4339,0,4400,4399,4467,4466,4273,4272,4340,4339,43,4339,4340,4341,4342,0,4466,4467,4468,4469,4339,4340,4341,4342,43,4283,4339,4342,4284,0,4410,4466,4469,4411,4283,4339,4342,4284,43,4284,4342,4343,4313,0,4411,4469,4470,4440,4284,4342,4343,4313,43,4342,4341,4344,4343,0,4469,4468,4471,4470,4342,4341,4344,4343,43,4343,4344,4345,4346,0,4470,4471,4472,4473,4343,4344,4345,4346,43,4313,4343,4346,4314,0,4440,4470,4473,4441,4313,4343,4346,4314,43,4272,4336,4347,4340,0,4399,4463,4474,4467,4272,4336,4347,4340,43,4336,4338,4348,4347,0,4463,4465,4475,4474,4336,4338,4348,4347,43,4347,4348,4349,4350,0,4474,4475,4476,4477,4347,4348,4349,4350,43,4340,4347,4350,4341,0,4467,4474,4477,4468,4340,4347,4350,4341,43,4237,4251,4351,4352,0,4364,4378,4478,4479,4237,4251,4351,4352,43,4251,4250,4265,4351,0,4378,4377,4392,4478,4251,4250,4265,4351,43,4351,4265,4264,4353,0,4478,4392,4391,4480,4351,4265,4264,4353,43,4352,4351,4353,4354,0,4479,4478,4480,4481,4352,4351,4353,4354,43,4354,4355,4356,4352,0,4481,4482,4483,4479,4354,4355,4356,4352,43,4355,4357,4358,4356,0,4482,4484,4485,4483,4355,4357,4358,4356,43,4356,4358,4239,4238,0,4483,4485,4366,4365,4356,4358,4239,4238,43,4352,4356,4238,4237,0,4479,4483,4365,4364,4352,4356,4238,4237,43,4359,4360,4361,4362,0,4486,4487,4488,4489,4359,4360,4361,4362,43,4360,4363,4364,4361,0,4487,4490,4491,4488,4360,4363,4364,4361,43,4361,4364,4357,4355,0,4488,4491,4484,4482,4361,4364,4357,4355,43,4362,4361,4355,4354,0,4489,4488,4482,4481,4362,4361,4355,4354,43,4354,4365,4366,4362,0,4481,4492,4493,4489,4354,4365,4366,4362,43,4365,4367,4368,4366,0,4492,4494,4495,4493,4365,4367,4368,4366,43,4366,4368,4369,4370,0,4493,4495,4496,4497,4366,4368,4369,4370,43,4362,4366,4370,4359,0,4489,4493,4497,4486,4362,4366,4370,4359,43,4256,4267,4371,4258,0,4383,4394,4498,4385,4256,4267,4371,4258,43,4267,4266,4372,4371,0,4394,4393,4499,4498,4267,4266,4372,4371,43,4371,4372,4373,4374,0,4498,4499,4500,4501,4371,4372,4373,4374,43,4258,4371,4374,4260,0,4385,4498,4501,4387,4258,4371,4374,4260,43,4260,4374,4375,4262,0,4387,4501,4502,4389,4260,4374,4375,4262,43,4374,4373,4376,4375,0,4501,4500,4503,4502,4374,4373,4376,4375,43,4375,4376,4377,4378,0,4502,4503,4504,4505,4375,4376,4377,4378,43,4262,4375,4378,4264,0,4389,4502,4505,4391,4262,4375,4378,4264,43,4264,4378,4379,4353,0,4391,4505,4506,4480,4264,4378,4379,4353,43,4378,4377,4380,4379,0,4505,4504,4507,4506,4378,4377,4380,4379,43,4379,4380,4367,4365,0,4506,4507,4494,4492,4379,4380,4367,4365,43,4353,4379,4365,4354,0,4480,4506,4492,4481,4353,4379,4365,4354,43,4381,4382,4383,4384,0,4508,4509,4510,4511,4381,4382,4383,4384,42,4382,4385,4383,0,4509,4512,4510,4382,4385,4383,43,4383,4385,4386,4387,0,4510,4512,4513,4514,4383,4385,4386,4387,43,4384,4383,4387,4388,0,4511,4510,4514,4515,4384,4383,4387,4388,43,4389,4390,4391,4392,0,4516,4517,4518,4519,4389,4390,4391,4392,43,4390,4385,4382,4391,0,4517,4520,4509,4518,4390,4385,4382,4391,43,4381,4393,4391,4382,0,4508,4521,4518,4509,4381,4393,4391,4382,43,4392,4391,4393,4394,0,4519,4518,4521,4522,4392,4391,4393,4394,43,4395,4396,4397,4398,0,4523,4524,4525,4526,4395,4396,4397,4398,43,4385,4395,4398,4386,0,4512,4523,4526,4513,4385,4395,4398,4386,43,4399,4400,4401,4402,0,4527,4528,4529,4530,4399,4400,4401,4402,43,4400,4397,4396,4401,0,4528,4525,4524,4529,4400,4397,4396,4401,42,4401,4396,4403,0,4529,4531,4532,4401,4396,4403,43,4402,4401,4403,4404,0,4530,4529,4532,4533,4402,4401,4403,4404,43,4405,4406,4407,4408,0,4534,4535,4536,4537,4405,4406,4407,4408,43,4406,4409,4410,4407,0,4535,4538,4539,4536,4406,4409,4410,4407,43,4407,4410,4411,4412,0,4536,4539,4540,4541,4407,4410,4411,4412,43,4408,4407,4412,4413,0,4537,4536,4541,4542,4408,4407,4412,4413,43,4414,4415,4416,4417,0,4543,4544,4545,4546,4414,4415,4416,4417,43,4415,4404,4403,4416,0,4544,4533,4532,4545,4415,4404,4403,4416,43,4416,4403,4396,4418,0,4545,4532,4531,4547,4416,4403,4396,4418,43,4417,4416,4418,4419,0,4546,4545,4547,4548,4417,4416,4418,4419,43,4419,4418,4420,4421,0,4548,4547,4549,4550,4419,4418,4420,4421,43,4418,4396,4395,4420,0,4547,4531,4551,4549,4418,4396,4395,4420,43,4420,4395,4385,4390,0,4549,4551,4520,4517,4420,4395,4385,4390,43,4421,4420,4390,4389,0,4550,4549,4517,4516,4421,4420,4390,4389,43,4422,4423,4424,4425,0,4552,4553,4554,4555,4422,4423,4424,4425,43,4423,4414,4417,4424,0,4553,4543,4546,4554,4423,4414,4417,4424,43,4424,4417,4419,4426,0,4554,4546,4548,4556,4424,4417,4419,4426,43,4425,4424,4426,4405,0,4555,4554,4556,4534,4425,4424,4426,4405,43,4405,4426,4427,4406,0,4534,4556,4557,4535,4405,4426,4427,4406,43,4426,4419,4421,4427,0,4556,4548,4550,4557,4426,4419,4421,4427,43,4427,4421,4389,4428,0,4557,4550,4516,4558,4427,4421,4389,4428,43,4406,4427,4428,4409,0,4535,4557,4558,4538,4406,4427,4428,4409,43,4422,4425,4429,4430,0,4552,4555,4559,4560,4422,4425,4429,4430,43,4425,4405,4408,4429,0,4555,4534,4537,4559,4425,4405,4408,4429,43,4429,4408,4413,4431,0,4559,4537,4542,4561,4429,4408,4413,4431,43,4430,4429,4431,4432,0,4560,4559,4561,4562,4430,4429,4431,4432,43,4433,4434,4435,4436,0,4563,4564,4565,4566,4433,4434,4435,4436,43,4434,4411,4437,4435,0,4564,4540,4567,4565,4434,4411,4437,4435,43,4435,4437,4438,4439,0,4565,4567,4568,4569,4435,4437,4438,4439,43,4436,4435,4439,4440,0,4566,4565,4569,4570,4436,4435,4439,4440,43,4441,4442,4443,4444,0,4571,4572,4573,4574,4441,4442,4443,4444,43,4442,4433,4445,4443,0,4572,4563,4575,4573,4442,4433,4445,4443,43,4443,4445,4446,4447,0,4573,4575,4576,4577,4443,4445,4446,4447,43,4444,4443,4447,4448,0,4574,4573,4577,4578,4444,4443,4447,4448,43,4449,4450,4451,4452,0,4579,4580,4581,4582,4449,4450,4451,4452,43,4450,4441,4444,4451,0,4580,4571,4574,4581,4450,4441,4444,4451,43,4451,4444,4448,4453,0,4581,4574,4578,4583,4451,4444,4448,4453,43,4452,4451,4453,4454,0,4582,4581,4583,4584,4452,4451,4453,4454,43,4432,4431,4455,4456,0,4562,4561,4585,4586,4432,4431,4455,4456,43,4431,4413,4457,4455,0,4561,4542,4587,4585,4431,4413,4457,4455,43,4455,4457,4441,4450,0,4585,4587,4571,4580,4455,4457,4441,4450,43,4456,4455,4450,4449,0,4586,4585,4580,4579,4456,4455,4450,4449,43,4413,4412,4458,4457,0,4542,4541,4588,4587,4413,4412,4458,4457,43,4412,4411,4434,4458,0,4541,4540,4564,4588,4412,4411,4434,4458,43,4458,4434,4433,4442,0,4588,4564,4563,4572,4458,4434,4433,4442,43,4457,4458,4442,4441,0,4587,4588,4572,4571,4457,4458,4442,4441,43,4446,4445,4459,4460,0,4576,4575,4589,4590,4446,4445,4459,4460,43,4445,4433,4436,4459,0,4575,4563,4566,4589,4445,4433,4436,4459,43,4459,4436,4440,4461,0,4589,4566,4570,4591,4459,4436,4440,4461,43,4460,4459,4461,4462,0,4590,4589,4591,4592,4460,4459,4461,4462,43,4409,4428,4463,4464,0,4538,4558,4593,4594,4409,4428,4463,4464,43,4428,4389,4392,4463,0,4558,4516,4519,4593,4428,4389,4392,4463,43,4463,4392,4394,4465,0,4593,4519,4522,4595,4463,4392,4394,4465,43,4464,4463,4465,4466,0,4594,4593,4595,4596,4464,4463,4465,4466,43,4411,4410,4467,4437,0,4540,4539,4597,4567,4411,4410,4467,4437,43,4410,4409,4464,4467,0,4539,4538,4594,4597,4410,4409,4464,4467,43,4467,4464,4466,4468,0,4597,4594,4596,4598,4467,4464,4466,4468,43,4437,4467,4468,4438,0,4567,4597,4598,4568,4437,4467,4468,4438,43,4469,4470,4471,4472,0,4599,4600,4601,4602,4469,4470,4471,4472,43,4470,4473,4474,4471,0,4600,4603,4604,4601,4470,4473,4474,4471,43,4471,4474,4475,4476,0,4601,4604,4605,4606,4471,4474,4475,4476,43,4472,4471,4476,4477,0,4602,4601,4606,4607,4472,4471,4476,4477,43,4475,4474,4478,4479,0,4605,4604,4608,4609,4475,4474,4478,4479,43,4474,4473,4480,4478,0,4604,4603,4610,4608,4474,4473,4480,4478,43,4478,4480,4481,4482,0,4608,4610,4611,4612,4478,4480,4481,4482,43,4479,4478,4482,4483,0,4609,4608,4612,4613,4479,4478,4482,4483,43,4484,4485,4486,4487,0,4614,4615,4616,4617,4484,4485,4486,4487,43,4485,4488,4489,4486,0,4615,4618,4619,4616,4485,4488,4489,4486,43,4486,4489,4473,4470,0,4616,4619,4603,4600,4486,4489,4473,4470,43,4487,4486,4470,4469,0,4617,4616,4600,4599,4487,4486,4470,4469,43,4488,4485,4490,4491,0,4618,4615,4620,4621,4488,4485,4490,4491,43,4485,4484,4492,4490,0,4615,4614,4622,4620,4485,4484,4492,4490,43,4490,4492,4493,4494,0,4620,4622,4623,4624,4490,4492,4493,4494,43,4491,4490,4494,4495,0,4621,4620,4624,4625,4491,4490,4494,4495,43,4496,4497,4498,4499,0,4626,4627,4628,4629,4496,4497,4498,4499,43,4497,4500,4501,4498,0,4627,4630,4631,4628,4497,4500,4501,4498,43,4498,4501,4502,4503,0,4628,4631,4632,4633,4498,4501,4502,4503,43,4499,4498,4503,4504,0,4629,4628,4633,4634,4499,4498,4503,4504,43,4488,4491,4505,4506,0,4618,4621,4635,4636,4488,4491,4505,4506,43,4491,4495,4507,4505,0,4621,4625,4637,4635,4491,4495,4507,4505,43,4505,4507,4508,4509,0,4635,4637,4638,4639,4505,4507,4508,4509,43,4506,4505,4509,4510,0,4636,4635,4639,4640,4506,4505,4509,4510,43,4473,4489,4511,4480,0,4603,4619,4641,4610,4473,4489,4511,4480,43,4489,4488,4506,4511,0,4619,4618,4636,4641,4489,4488,4506,4511,43,4511,4506,4510,4512,0,4641,4636,4640,4642,4511,4506,4510,4512,43,4480,4511,4512,4481,0,4610,4641,4642,4611,4480,4511,4512,4481,43,4510,4509,4513,4514,0,4640,4639,4643,4644,4510,4509,4513,4514,43,4509,4508,4515,4513,0,4639,4638,4645,4643,4509,4508,4515,4513,43,4513,4515,4516,4517,0,4643,4645,4646,4647,4513,4515,4516,4517,43,4514,4513,4517,4502,0,4644,4643,4647,4632,4514,4513,4517,4502,43,4481,4512,4518,4519,0,4611,4642,4648,4649,4481,4512,4518,4519,43,4512,4510,4514,4518,0,4642,4640,4644,4648,4512,4510,4514,4518,43,4518,4514,4502,4501,0,4648,4644,4632,4631,4518,4514,4502,4501,43,4519,4518,4501,4500,0,4649,4648,4631,4630,4519,4518,4501,4500,43,4504,4503,4520,4521,0,4634,4633,4650,4651,4504,4503,4520,4521,43,4503,4502,4517,4520,0,4633,4632,4647,4650,4503,4502,4517,4520,43,4520,4517,4516,4522,0,4650,4647,4646,4652,4520,4517,4516,4522,43,4521,4520,4522,4523,0,4651,4650,4652,4653,4521,4520,4522,4523,43,4524,4525,4526,4527,0,4654,4655,4656,4657,4524,4525,4526,4527,43,4525,4496,4528,4526,0,4655,4626,4658,4656,4525,4496,4528,4526,43,4526,4528,4529,4530,0,4656,4658,4659,4660,4526,4528,4529,4530,43,4527,4526,4530,4531,0,4657,4656,4660,4661,4527,4526,4530,4531,43,4446,4532,4533,4447,0,4576,4662,4663,4577,4446,4532,4533,4447,43,4532,4529,4534,4533,0,4662,4659,4664,4663,4532,4529,4534,4533,43,4533,4534,4535,4536,0,4663,4664,4665,4666,4533,4534,4535,4536,43,4447,4533,4536,4448,0,4577,4663,4666,4578,4447,4533,4536,4448,43,4448,4536,4537,4453,0,4578,4666,4667,4583,4448,4536,4537,4453,43,4536,4535,4538,4537,0,4666,4665,4668,4667,4536,4535,4538,4537,43,4537,4538,4539,4540,0,4667,4668,4669,4670,4537,4538,4539,4540,43,4453,4537,4540,4454,0,4583,4667,4670,4584,4453,4537,4540,4454,43,4535,4541,4542,4538,0,4665,4671,4672,4668,4535,4541,4542,4538,43,4541,4504,4521,4542,0,4671,4634,4651,4672,4541,4504,4521,4542,43,4542,4521,4523,4543,0,4672,4651,4653,4673,4542,4521,4523,4543,43,4538,4542,4543,4539,0,4668,4672,4673,4669,4538,4542,4543,4539,43,4529,4528,4544,4534,0,4659,4658,4674,4664,4529,4528,4544,4534,43,4528,4496,4499,4544,0,4658,4626,4629,4674,4528,4496,4499,4544,43,4544,4499,4504,4541,0,4674,4629,4634,4671,4544,4499,4504,4541,43,4534,4544,4541,4535,0,4664,4674,4671,4665,4534,4544,4541,4535,43,4531,4530,4545,4546,0,4661,4660,4675,4676,4531,4530,4545,4546,43,4530,4529,4532,4545,0,4660,4659,4662,4675,4530,4529,4532,4545,43,4545,4532,4446,4460,0,4675,4662,4576,4590,4545,4532,4446,4460,43,4546,4545,4460,4462,0,4676,4675,4590,4592,4546,4545,4460,4462,43,4483,4482,4547,4548,0,4613,4612,4677,4678,4483,4482,4547,4548,43,4482,4481,4519,4547,0,4612,4611,4649,4677,4482,4481,4519,4547,43,4547,4519,4500,4549,0,4677,4649,4630,4679,4547,4519,4500,4549,43,4548,4547,4549,4550,0,4678,4677,4679,4680,4548,4547,4549,4550,43,4550,4549,4551,4552,0,4680,4679,4681,4682,4550,4549,4551,4552,43,4549,4500,4497,4551,0,4679,4630,4627,4681,4549,4500,4497,4551,43,4551,4497,4496,4525,0,4681,4627,4626,4655,4551,4497,4496,4525,43,4552,4551,4525,4524,0,4682,4681,4655,4654,4552,4551,4525,4524,43,4553,4554,4555,4556,0,4683,4684,4685,4686,4553,4554,4555,4556,43,4554,4557,4558,4555,0,4684,4687,4688,4685,4554,4557,4558,4555,43,4555,4558,4559,4560,0,4685,4688,4689,4690,4555,4558,4559,4560,43,4556,4555,4560,4561,0,4686,4685,4690,4691,4556,4555,4560,4561,43,4561,4560,4562,4563,0,4691,4690,4692,4693,4561,4560,4562,4563,43,4560,4559,4564,4562,0,4690,4689,4694,4692,4560,4559,4564,4562,43,4562,4564,4565,4566,0,4692,4694,4695,4696,4562,4564,4565,4566,43,4563,4562,4566,4567,0,4693,4692,4696,4697,4563,4562,4566,4567,43,4559,4568,4569,4564,0,4689,4698,4699,4694,4559,4568,4569,4564,43,4568,4570,4571,4569,0,4698,4700,4701,4699,4568,4570,4571,4569,43,4569,4571,4572,4573,0,4699,4701,4702,4703,4569,4571,4572,4573,43,4564,4569,4573,4565,0,4694,4699,4703,4695,4564,4569,4573,4565,43,4557,4574,4575,4558,0,4687,4704,4705,4688,4557,4574,4575,4558,43,4574,4576,4577,4575,0,4704,4706,4707,4705,4574,4576,4577,4575,43,4575,4577,4570,4568,0,4705,4707,4700,4698,4575,4577,4570,4568,43,4558,4575,4568,4559,0,4688,4705,4698,4689,4558,4575,4568,4559,43,4386,4398,4578,4579,0,4513,4526,4708,4709,4386,4398,4578,4579,43,4398,4397,4580,4578,0,4526,4525,4710,4708,4398,4397,4580,4578,43,4578,4580,4581,4582,0,4708,4710,4711,4712,4578,4580,4581,4582,43,4579,4578,4582,4583,0,4709,4708,4712,4713,4579,4578,4582,4583,43,4584,4585,4586,4587,0,4714,4715,4716,4717,4584,4585,4586,4587,43,4585,4581,4580,4586,0,4715,4711,4710,4716,4585,4581,4580,4586,43,4586,4580,4397,4400,0,4716,4710,4525,4528,4586,4580,4397,4400,43,4587,4586,4400,4399,0,4717,4716,4528,4527,4587,4586,4400,4399,43,4588,4589,4590,4591,0,4718,4719,4720,4721,4588,4589,4590,4591,43,4589,4592,4593,4590,0,4719,4722,4723,4720,4589,4592,4593,4590,43,4590,4593,4594,4595,0,4720,4723,4724,4725,4590,4593,4594,4595,43,4591,4590,4595,4596,0,4721,4720,4725,4726,4591,4590,4595,4596,43,4597,4598,4599,4600,0,4727,4728,4729,4730,4597,4598,4599,4600,43,4598,4601,4602,4599,0,4728,4731,4732,4729,4598,4601,4602,4599,43,4599,4602,4557,4554,0,4729,4732,4687,4684,4599,4602,4557,4554,43,4554,4553,4600,4599,0,4684,4683,4730,4729,4554,4553,4600,4599,43,4557,4602,4603,4574,0,4687,4732,4733,4704,4557,4602,4603,4574,43,4602,4601,4604,4603,0,4732,4731,4734,4733,4602,4601,4604,4603,43,4603,4604,4588,4605,0,4733,4734,4718,4735,4603,4604,4588,4605,43,4574,4603,4605,4576,0,4704,4733,4735,4706,4574,4603,4605,4576,43,4601,4598,4606,4607,0,4731,4728,4736,4737,4601,4598,4606,4607,43,4598,4597,4608,4606,0,4728,4727,4738,4736,4598,4597,4608,4606,43,4606,4608,4609,4610,0,4736,4738,4739,4740,4606,4608,4609,4610,43,4607,4606,4610,4611,0,4737,4736,4740,4741,4607,4606,4610,4611,43,4388,4387,4612,4613,0,4515,4514,4742,4743,4388,4387,4612,4613,43,4387,4386,4579,4612,0,4514,4513,4709,4742,4387,4386,4579,4612,43,4612,4579,4583,4614,0,4742,4709,4713,4744,4612,4579,4583,4614,43,4613,4612,4614,4615,0,4743,4742,4744,4745,4613,4612,4614,4615,43,4583,4616,4617,4614,0,4713,4746,4747,4744,4583,4616,4617,4614,43,4616,4611,4610,4617,0,4746,4741,4740,4747,4616,4611,4610,4617,43,4617,4610,4609,4618,0,4747,4740,4739,4748,4617,4610,4609,4618,43,4614,4617,4618,4615,0,4744,4747,4748,4745,4614,4617,4618,4615,43,4601,4607,4619,4604,0,4731,4737,4749,4734,4601,4607,4619,4604,43,4607,4611,4620,4619,0,4737,4741,4750,4749,4607,4611,4620,4619,43,4619,4620,4592,4589,0,4749,4750,4722,4719,4619,4620,4592,4589,43,4604,4619,4589,4588,0,4734,4749,4719,4718,4604,4619,4589,4588,43,4581,4621,4622,4582,0,4711,4751,4752,4712,4581,4621,4622,4582,43,4621,4592,4620,4622,0,4751,4722,4750,4752,4621,4592,4620,4622,43,4622,4620,4611,4616,0,4752,4750,4741,4746,4622,4620,4611,4616,43,4582,4622,4616,4583,0,4712,4752,4746,4713,4582,4622,4616,4583,43,4592,4621,4623,4593,0,4722,4751,4753,4723,4592,4621,4623,4593,43,4621,4581,4585,4623,0,4751,4711,4715,4753,4621,4581,4585,4623,43,4623,4585,4584,4624,0,4753,4715,4714,4754,4623,4585,4584,4624,43,4593,4623,4624,4594,0,4723,4753,4754,4724,4593,4623,4624,4594,43,4576,4605,4625,4626,0,4706,4735,4755,4756,4576,4605,4625,4626,43,4605,4588,4591,4625,0,4735,4718,4721,4755,4605,4588,4591,4625,43,4625,4591,4596,4627,0,4755,4721,4726,4757,4625,4591,4596,4627,43,4626,4625,4627,4628,0,4756,4755,4757,4758,4626,4625,4627,4628,43,4628,4629,4630,4626,0,4758,4759,4760,4756,4628,4629,4630,4626,43,4629,4631,4632,4630,0,4759,4761,4762,4760,4629,4631,4632,4630,43,4630,4632,4570,4577,0,4760,4762,4700,4707,4630,4632,4570,4577,43,4626,4630,4577,4576,0,4756,4760,4707,4706,4626,4630,4577,4576,43,4631,4633,4634,4632,0,4761,4763,4764,4762,4631,4633,4634,4632,43,4633,4635,4636,4634,0,4763,4765,4766,4764,4633,4635,4636,4634,43,4634,4636,4572,4571,0,4764,4766,4702,4701,4634,4636,4572,4571,43,4632,4634,4571,4570,0,4762,4764,4701,4700,4632,4634,4571,4570,43,4637,4638,4639,4640,0,4767,4768,4769,4770,4637,4638,4639,4640,43,4638,4641,4642,4639,0,4768,4771,4772,4769,4638,4641,4642,4639,43,4639,4642,4643,4644,0,4769,4772,4773,4774,4639,4642,4643,4644,43,4640,4639,4644,4645,0,4770,4769,4774,4775,4640,4639,4644,4645,43,4565,4646,4647,4566,0,4695,4776,4777,4696,4565,4646,4647,4566,43,4646,4637,4640,4647,0,4776,4767,4770,4777,4646,4637,4640,4647,43,4647,4640,4645,4648,0,4777,4770,4775,4778,4647,4640,4645,4648,43,4566,4647,4648,4567,0,4696,4777,4778,4697,4566,4647,4648,4567,43,4572,4649,4650,4573,0,4702,4779,4780,4703,4572,4649,4650,4573,43,4649,4651,4652,4650,0,4779,4781,4782,4780,4649,4651,4652,4650,43,4650,4652,4637,4646,0,4780,4782,4767,4776,4650,4652,4637,4646,43,4573,4650,4646,4565,0,4703,4780,4776,4695,4573,4650,4646,4565,43,4651,4653,4654,4652,0,4781,4783,4784,4782,4651,4653,4654,4652,43,4653,4655,4656,4654,0,4783,4785,4786,4784,4653,4655,4656,4654,43,4654,4656,4641,4638,0,4784,4786,4771,4768,4654,4656,4641,4638,43,4652,4654,4638,4637,0,4782,4784,4768,4767,4652,4654,4638,4637,43,4657,4658,4659,4660,0,4787,4788,4789,4790,4657,4658,4659,4660,43,4658,4484,4487,4659,0,4788,4614,4617,4789,4658,4484,4487,4659,43,4659,4487,4469,4661,0,4789,4617,4599,4791,4659,4487,4469,4661,43,4660,4659,4661,4662,0,4790,4789,4791,4792,4660,4659,4661,4662,43,4484,4658,4663,4492,0,4614,4788,4793,4622,4484,4658,4663,4492,43,4658,4657,4664,4663,0,4788,4787,4794,4793,4658,4657,4664,4663,43,4663,4664,4665,4666,0,4793,4794,4795,4796,4663,4664,4665,4666,43,4492,4663,4666,4493,0,4622,4793,4796,4623,4492,4663,4666,4493,43,4667,4668,4669,4670,0,4797,4798,4799,4800,4667,4668,4669,4670,43,4668,4671,4672,4669,0,4798,4801,4802,4799,4668,4671,4672,4669,43,4669,4672,4673,4674,0,4799,4802,4803,4804,4669,4672,4673,4674,43,4670,4669,4674,4675,0,4800,4799,4804,4805,4670,4669,4674,4675,43,4641,4676,4677,4642,0,4771,4806,4807,4772,4641,4676,4677,4642,43,4676,4678,4679,4677,0,4806,4808,4809,4807,4676,4678,4679,4677,43,4677,4679,4680,4681,0,4807,4809,4810,4811,4677,4679,4680,4681,43,4642,4677,4681,4643,0,4772,4807,4811,4773,4642,4677,4681,4643,43,4673,4682,4683,4684,0,4803,4812,4813,4814,4673,4682,4683,4684,43,4682,4678,4676,4683,0,4812,4808,4806,4813,4682,4678,4676,4683,43,4683,4676,4641,4656,0,4813,4806,4771,4786,4683,4676,4641,4656,43,4684,4683,4656,4655,0,4814,4813,4786,4785,4684,4683,4656,4655,43,4685,4686,4687,4688,0,4815,4816,4817,4818,4685,4686,4687,4688,43,4686,4680,4679,4687,0,4816,4810,4809,4817,4686,4680,4679,4687,43,4687,4679,4678,4689,0,4817,4809,4808,4819,4687,4679,4678,4689,43,4688,4687,4689,4690,0,4818,4817,4819,4820,4688,4687,4689,4690,43,4662,4661,4691,4692,0,4792,4791,4821,4822,4662,4661,4691,4692,43,4661,4469,4472,4691,0,4791,4599,4602,4821,4661,4469,4472,4691,43,4691,4472,4477,4693,0,4821,4602,4607,4823,4691,4472,4477,4693,43,4692,4691,4693,4694,0,4822,4821,4823,4824,4692,4691,4693,4694,43,4685,4688,4695,4696,0,4815,4818,4825,4826,4685,4688,4695,4696,43,4688,4690,4697,4695,0,4818,4820,4827,4825,4688,4690,4697,4695,43,4695,4697,4662,4692,0,4825,4827,4792,4822,4695,4697,4662,4692,43,4696,4695,4692,4694,0,4826,4825,4822,4824,4696,4695,4692,4694,43,4671,4698,4699,4672,0,4801,4828,4829,4802,4671,4698,4699,4672,43,4698,4690,4689,4699,0,4828,4820,4819,4829,4698,4690,4689,4699,43,4699,4689,4678,4682,0,4829,4819,4808,4812,4699,4689,4678,4682,43,4672,4699,4682,4673,0,4802,4829,4812,4803,4672,4699,4682,4673,43,4690,4698,4700,4697,0,4820,4828,4830,4827,4690,4698,4700,4697,43,4698,4671,4701,4700,0,4828,4801,4831,4830,4698,4671,4701,4700,43,4700,4701,4657,4660,0,4830,4831,4787,4790,4700,4701,4657,4660,43,4697,4700,4660,4662,0,4827,4830,4790,4792,4697,4700,4660,4662,43,4665,4664,4702,4703,0,4795,4794,4832,4833,4665,4664,4702,4703,43,4664,4657,4701,4702,0,4794,4787,4831,4832,4664,4657,4701,4702,43,4702,4701,4671,4668,0,4832,4831,4801,4798,4702,4701,4671,4668,43,4703,4702,4668,4667,0,4833,4832,4798,4797,4703,4702,4668,4667,43,4675,4674,4704,4705,0,4805,4804,4834,4835,4675,4674,4704,4705,43,4674,4673,4684,4704,0,4804,4803,4814,4834,4674,4673,4684,4704,43,4704,4684,4655,4706,0,4834,4814,4785,4836,4704,4684,4655,4706,43,4705,4704,4706,4707,0,4835,4834,4836,4837,4705,4704,4706,4707,43,4651,4708,4709,4653,0,4781,4838,4839,4783,4651,4708,4709,4653,43,4708,4710,4711,4709,0,4838,4840,4841,4839,4708,4710,4711,4709,43,4709,4711,4707,4706,0,4839,4841,4837,4836,4709,4711,4707,4706,43,4653,4709,4706,4655,0,4783,4839,4836,4785,4653,4709,4706,4655,43,4572,4636,4712,4649,0,4702,4766,4842,4779,4572,4636,4712,4649,43,4636,4635,4713,4712,0,4766,4765,4843,4842,4636,4635,4713,4712,43,4712,4713,4710,4708,0,4842,4843,4840,4838,4712,4713,4710,4708,43,4649,4712,4708,4651,0,4779,4842,4838,4781,4649,4712,4708,4651,43,155,162,4714,4715,0,155,162,4844,4845,155,162,4714,4715,43,162,149,4716,4714,0,162,149,4846,4844,162,149,4716,4714,43,4714,4716,4717,4718,0,4844,4846,4847,4848,4714,4716,4717,4718,43,4715,4714,4718,4719,0,4845,4844,4848,4849,4715,4714,4718,4719,43,4719,4720,4721,4715,0,4849,4850,4851,4845,4719,4720,4721,4715,43,4720,2140,2143,4721,0,4850,2266,2269,4851,4720,2140,2143,4721,43,4721,2143,771,774,0,4851,2269,771,774,4721,2143,771,774,43,774,155,4715,4721,0,774,155,4845,4851,774,155,4715,4721,43,4722,4723,4724,4725,0,4852,4853,4854,4855,4722,4723,4724,4725,43,4723,4726,4727,4724,0,4853,4856,4857,4854,4723,4726,4727,4724,43,4724,4727,4112,4111,0,4854,4857,4239,4238,4724,4727,4112,4111,43,4725,4724,4111,4110,0,4855,4854,4238,4237,4725,4724,4111,4110,43,4728,4729,4730,4731,0,4858,4859,4860,4861,4728,4729,4730,4731,43,4729,4732,4733,4730,0,4859,4862,4863,4860,4729,4732,4733,4730,43,4730,4733,4155,4154,0,4860,4863,4282,4281,4730,4733,4155,4154,43,4731,4730,4154,4153,0,4861,4860,4281,4280,4731,4730,4154,4153,43,4734,4735,4736,4737,0,4864,4865,4866,4867,4734,4735,4736,4737,43,4735,4728,4731,4736,0,4865,4858,4861,4866,4735,4728,4731,4736,43,4736,4731,4153,4159,0,4866,4861,4280,4286,4736,4731,4153,4159,43,4737,4736,4159,4158,0,4867,4866,4286,4285,4737,4736,4159,4158,43,4738,4739,4740,4741,0,4868,4869,4870,4871,4738,4739,4740,4741,43,4739,4734,4737,4740,0,4869,4864,4867,4870,4739,4734,4737,4740,43,4740,4737,4158,4163,0,4870,4867,4285,4290,4740,4737,4158,4163,43,4741,4740,4163,4162,0,4871,4870,4290,4289,4741,4740,4163,4162,43,4726,4742,4743,4727,0,4856,4872,4873,4857,4726,4742,4743,4727,43,4742,4738,4741,4743,0,4872,4868,4871,4873,4742,4738,4741,4743,43,4743,4741,4162,4165,0,4873,4871,4289,4292,4743,4741,4162,4165,43,4727,4743,4165,4112,0,4857,4873,4292,4239,4727,4743,4165,4112,43,4732,4744,4745,4733,0,4862,4874,4875,4863,4732,4744,4745,4733,43,4744,4746,4747,4745,0,4874,4876,4877,4875,4744,4746,4747,4745,43,4745,4747,4184,4187,0,4875,4877,4311,4314,4745,4747,4184,4187,43,4733,4745,4187,4155,0,4863,4875,4314,4282,4733,4745,4187,4155,43,4748,4749,4750,4751,0,4878,4879,4880,4881,4748,4749,4750,4751,43,4749,4752,4753,4750,0,4879,4882,4883,4880,4749,4752,4753,4750,43,4750,4753,4206,4754,0,4880,4883,4333,4884,4750,4753,4206,4754,43,4751,4750,4754,4755,0,4881,4880,4884,4885,4751,4750,4754,4755,43,4752,4756,4757,4753,0,4882,4886,4887,4883,4752,4756,4757,4753,43,4756,4758,4759,4757,0,4886,4888,4889,4887,4756,4758,4759,4757,43,4757,4759,4210,4207,0,4887,4889,4337,4334,4757,4759,4210,4207,43,4753,4757,4207,4206,0,4883,4887,4334,4333,4753,4757,4207,4206,43,4760,4761,4762,4763,0,4890,4891,4892,4893,4760,4761,4762,4763,43,4761,4722,4725,4762,0,4891,4852,4855,4892,4761,4722,4725,4762,43,4762,4725,4110,4213,0,4892,4855,4237,4340,4762,4725,4110,4213,43,4763,4762,4213,4212,0,4893,4892,4340,4339,4763,4762,4213,4212,43,4764,4765,4766,4767,0,4894,4895,4896,4897,4764,4765,4766,4767,43,4765,4760,4763,4766,0,4895,4890,4893,4896,4765,4760,4763,4766,43,4766,4763,4212,4217,0,4896,4893,4339,4344,4766,4763,4212,4217,43,4767,4766,4217,4216,0,4897,4896,4344,4343,4767,4766,4217,4216,43,4758,4768,4769,4759,0,4888,4898,4899,4889,4758,4768,4769,4759,43,4768,4764,4767,4769,0,4898,4894,4897,4899,4768,4764,4767,4769,43,4769,4767,4216,4220,0,4899,4897,4343,4347,4769,4767,4216,4220,43,4759,4769,4220,4210,0,4889,4899,4347,4337,4759,4769,4220,4210,43,4770,4771,4772,4773,0,4900,4901,4902,4903,4770,4771,4772,4773,43,4771,4774,4775,4772,0,4901,4904,4905,4902,4771,4774,4775,4772,43,4772,4775,4776,4777,0,4902,4905,4906,4907,4772,4775,4776,4777,43,4773,4772,4777,4778,0,4903,4902,4907,4908,4773,4772,4777,4778,43,4779,4780,4781,4782,0,4909,4910,4911,4912,4779,4780,4781,4782,43,4780,4770,4773,4781,0,4910,4900,4903,4911,4780,4770,4773,4781,43,4781,4773,4778,4783,0,4911,4903,4908,4913,4781,4773,4778,4783,43,4782,4781,4783,4784,0,4912,4911,4913,4914,4782,4781,4783,4784,43,4746,4785,4786,4747,0,4876,4915,4916,4877,4746,4785,4786,4747,43,4785,4787,4788,4786,0,4915,4917,4918,4916,4785,4787,4788,4786,43,4786,4788,4789,4790,0,4916,4918,4919,4920,4786,4788,4789,4790,43,4747,4786,4790,4184,0,4877,4916,4920,4311,4747,4786,4790,4184,43,4787,4791,4792,4788,0,4917,4921,4922,4918,4787,4791,4792,4788,43,4791,4779,4782,4792,0,4921,4909,4912,4922,4791,4779,4782,4792,43,4792,4782,4784,4793,0,4922,4912,4914,4923,4792,4782,4784,4793,43,4788,4792,4793,4789,0,4918,4922,4923,4919,4788,4792,4793,4789,43,4774,4794,4795,4775,0,4904,4924,4925,4905,4774,4794,4795,4775,43,4794,4796,4797,4795,0,4924,4926,4927,4925,4794,4796,4797,4795,43,4795,4797,4798,4799,0,4925,4927,4928,4929,4795,4797,4798,4799,43,4775,4795,4799,4776,0,4905,4925,4929,4906,4775,4795,4799,4776,43,4796,4800,4801,4797,0,4926,4930,4931,4927,4796,4800,4801,4797,43,4800,4748,4751,4801,0,4930,4878,4881,4931,4800,4748,4751,4801,43,4801,4751,4755,4802,0,4931,4881,4885,4932,4801,4751,4755,4802,43,4797,4801,4802,4798,0,4927,4931,4932,4928,4797,4801,4802,4798,43,4803,4804,4805,4806,0,4933,4934,4935,4936,4803,4804,4805,4806,43,4804,4798,4802,4805,0,4934,4928,4932,4935,4804,4798,4802,4805,43,4806,4805,4802,4755,0,4936,4935,4932,4885,4806,4805,4802,4755,43,4803,4807,4808,4804,0,4933,4937,4938,4934,4803,4807,4808,4804,43,4807,4809,4810,4808,0,4937,4939,4940,4938,4807,4809,4810,4808,43,4808,4810,4776,4799,0,4938,4940,4906,4929,4808,4810,4776,4799,43,4804,4808,4799,4798,0,4934,4938,4929,4928,4804,4808,4799,4798,43,4809,4811,4812,4810,0,4939,4941,4942,4940,4809,4811,4812,4810,43,4811,4813,4814,4812,0,4941,4943,4944,4942,4811,4813,4814,4812,43,4812,4814,4778,4777,0,4942,4944,4908,4907,4812,4814,4778,4777,43,4810,4812,4777,4776,0,4940,4942,4907,4906,4810,4812,4777,4776,43,4813,4815,4816,4814,0,4943,4945,4946,4944,4813,4815,4816,4814,43,4815,4817,4818,4816,0,4945,4947,4948,4946,4815,4817,4818,4816,43,4816,4818,4784,4783,0,4946,4948,4914,4913,4816,4818,4784,4783,43,4814,4816,4783,4778,0,4944,4946,4913,4908,4814,4816,4783,4778,43,4819,4820,4821,4822,0,4949,4950,4951,4952,4819,4820,4821,4822,43,4820,4789,4793,4821,0,4950,4919,4923,4951,4820,4789,4793,4821,43,4821,4793,4784,4818,0,4951,4923,4914,4948,4821,4793,4784,4818,43,4822,4821,4818,4817,0,4952,4951,4948,4947,4822,4821,4818,4817,43,4819,4823,4824,4820,0,4949,4953,4954,4950,4819,4823,4824,4820,43,4823,4184,4790,4824,0,4953,4311,4920,4954,4823,4184,4790,4824,43,4820,4824,4790,4789,0,4950,4954,4920,4919,4820,4824,4790,4789,43,4825,4826,4827,4828,0,4955,4956,4957,4958,4825,4826,4827,4828,43,4826,4829,4830,4827,0,4956,4959,4960,4957,4826,4829,4830,4827,43,4827,4830,4831,4832,0,4957,4960,4961,4962,4827,4830,4831,4832,43,4828,4827,4832,4833,0,4958,4957,4962,4963,4828,4827,4832,4833,43,4833,4832,4834,4835,0,4963,4962,4964,4965,4833,4832,4834,4835,43,4832,4831,4836,4834,0,4962,4961,4966,4964,4832,4831,4836,4834,43,4834,4836,4837,4838,0,4964,4966,4967,4968,4834,4836,4837,4838,43,4835,4834,4838,4839,0,4965,4964,4968,4969,4835,4834,4838,4839,43,4837,4840,4841,4838,0,4967,4970,4971,4968,4837,4840,4841,4838,43,4840,4842,4843,4841,0,4970,4972,4973,4971,4840,4842,4843,4841,43,4841,4843,4844,4845,0,4971,4973,4974,4975,4841,4843,4844,4845,43,4838,4841,4845,4839,0,4968,4971,4975,4969,4838,4841,4845,4839,43,4846,4847,4848,4849,0,4976,4977,4978,4979,4846,4847,4848,4849,43,4847,4850,4851,4848,0,4977,4980,4981,4978,4847,4850,4851,4848,43,4848,4851,4852,4853,0,4978,4981,4982,4983,4848,4851,4852,4853,43,4849,4848,4853,4854,0,4979,4978,4983,4984,4849,4848,4853,4854,43,4855,4856,4857,4858,0,4985,4986,4987,4988,4855,4856,4857,4858,43,4856,4859,4860,4857,0,4986,4989,4990,4987,4856,4859,4860,4857,43,4857,4860,4846,4849,0,4987,4990,4976,4979,4857,4860,4846,4849,43,4858,4857,4849,4854,0,4988,4987,4979,4984,4858,4857,4849,4854,43,4861,4862,4863,4864,0,4991,4992,4993,4994,4861,4862,4863,4864,43,4862,4865,4866,4863,0,4992,4995,4996,4993,4862,4865,4866,4863,43,4863,4866,4867,4868,0,4993,4996,4997,4998,4863,4866,4867,4868,43,4864,4863,4868,4869,0,4994,4993,4998,4999,4864,4863,4868,4869,43,4870,4871,4872,4873,0,5000,5001,5002,5003,4870,4871,4872,4873,43,4871,4869,4868,4872,0,5001,4999,4998,5002,4871,4869,4868,4872,43,4872,4868,4867,4874,0,5002,4998,4997,5004,4872,4868,4867,4874,43,4873,4872,4874,4875,0,5003,5002,5004,5005,4873,4872,4874,4875,43,4876,4877,4878,4879,0,5006,5007,5008,5009,4876,4877,4878,4879,43,4877,4875,4880,4878,0,5007,5005,5010,5008,4877,4875,4880,4878,43,4878,4880,4881,4882,0,5008,5010,5011,5012,4878,4880,4881,4882,43,4879,4878,4882,4883,0,5009,5008,5012,5013,4879,4878,4882,4883,43,4875,4884,4885,4880,0,5005,5014,5015,5010,4875,4884,4885,4880,43,4884,4886,4887,4885,0,5014,5016,5017,5015,4884,4886,4887,4885,43,4885,4887,4888,4889,0,5015,5017,5018,5019,4885,4887,4888,4889,43,4880,4885,4889,4881,0,5010,5015,5019,5011,4880,4885,4889,4881,43,4890,4891,4892,4893,0,5020,5021,5022,5023,4890,4891,4892,4893,43,4891,4886,4884,4892,0,5021,5016,5014,5022,4891,4886,4884,4892,43,4892,4884,4875,4874,0,5022,5014,5005,5004,4892,4884,4875,4874,43,4893,4892,4874,4867,0,5023,5022,5004,4997,4893,4892,4874,4867,43,4894,4895,4896,4897,0,5024,5025,5026,5027,4894,4895,4896,4897,43,4895,4898,4899,4896,0,5025,5028,5029,5026,4895,4898,4899,4896,43,4896,4899,4900,4901,0,5026,5029,5030,5031,4896,4899,4900,4901,43,4897,4896,4901,4902,0,5027,5026,5031,5032,4897,4896,4901,4902,43,4903,4904,4905,4906,0,5033,5034,5035,5036,4903,4904,4905,4906,43,4904,4907,4908,4905,0,5034,5037,5038,5035,4904,4907,4908,4905,43,4905,4908,4909,4910,0,5035,5038,5039,5040,4905,4908,4909,4910,43,4906,4905,4910,4911,0,5036,5035,5040,5041,4906,4905,4910,4911,43,4912,4913,4914,4915,0,5042,5043,5044,5045,4912,4913,4914,4915,43,4913,4916,4917,4914,0,5043,5046,5047,5044,4913,4916,4917,4914,43,4914,4917,4890,4893,0,5044,5047,5020,5023,4914,4917,4890,4893,43,4915,4914,4893,4867,0,5045,5044,5023,4997,4915,4914,4893,4867,43,4918,4919,4920,4921,0,5048,5049,5050,5051,4918,4919,4920,4921,43,4919,4916,4913,4920,0,5049,5046,5043,5050,4919,4916,4913,4920,43,4920,4913,4912,4922,0,5050,5043,5042,5052,4920,4913,4912,4922,43,4921,4920,4922,4923,0,5051,5050,5052,5053,4921,4920,4922,4923,43,4909,4908,4924,4925,0,5039,5038,5054,5055,4909,4908,4924,4925,43,4908,4907,4926,4924,0,5038,5037,5056,5054,4908,4907,4926,4924,43,4924,4926,4927,4928,0,5054,5056,5057,5058,4924,4926,4927,4928,43,4925,4924,4928,4929,0,5055,5054,5058,5059,4925,4924,4928,4929,43,4930,4931,4932,4933,0,5060,5061,5062,5063,4930,4931,4932,4933,43,4931,4934,4935,4932,0,5061,5064,5065,5062,4931,4934,4935,4932,43,4932,4935,4936,4937,0,5062,5065,5066,5067,4932,4935,4936,4937,43,4933,4932,4937,4938,0,5063,5062,5067,5068,4933,4932,4937,4938,43,4938,4939,4940,4933,0,5068,5069,5070,5063,4938,4939,4940,4933,43,4939,4941,4942,4940,0,5069,5071,5072,5070,4939,4941,4942,4940,43,4940,4942,4943,4944,0,5070,5072,5073,5074,4940,4942,4943,4944,43,4933,4940,4944,4930,0,5063,5070,5074,5060,4933,4940,4944,4930,43,4945,4946,4947,4948,0,5075,5076,5077,5078,4945,4946,4947,4948,43,4946,4949,4950,4947,0,5076,5079,5080,5077,4946,4949,4950,4947,43,4947,4950,4951,4952,0,5077,5080,5081,5082,4947,4950,4951,4952,43,4948,4947,4952,4846,0,5078,5077,5082,4976,4948,4947,4952,4846,43,4859,4953,4954,4860,0,4989,5083,5084,4990,4859,4953,4954,4860,43,4953,4955,4956,4954,0,5083,5085,5086,5084,4953,4955,4956,4954,43,4954,4956,4945,4948,0,5084,5086,5075,5078,4954,4956,4945,4948,43,4860,4954,4948,4846,0,4990,5084,5078,4976,4860,4954,4948,4846,43,4957,4958,4959,4960,0,5087,5088,5089,5090,4957,4958,4959,4960,43,4958,4961,4962,4959,0,5088,5091,5092,5089,4958,4961,4962,4959,43,4959,4962,4949,4946,0,5089,5092,5079,5076,4959,4962,4949,4946,43,4960,4959,4946,4945,0,5090,5089,5076,5075,4960,4959,4946,4945,43,4955,4963,4964,4956,0,5085,5093,5094,5086,4955,4963,4964,4956,43,4963,4965,4966,4964,0,5093,5095,5096,5094,4963,4965,4966,4964,43,4964,4966,4957,4960,0,5094,5096,5087,5090,4964,4966,4957,4960,43,4956,4964,4960,4945,0,5086,5094,5090,5075,4956,4964,4960,4945,43,4876,4879,4967,4968,0,5006,5009,5097,5098,4876,4879,4967,4968,43,4879,4883,4969,4967,0,5009,5013,5099,5097,4879,4883,4969,4967,43,4967,4969,4965,4963,0,5097,5099,5095,5093,4967,4969,4965,4963,43,4968,4967,4963,4955,0,5098,5097,5093,5085,4968,4967,4963,4955,43,4903,4970,4971,4904,0,5033,5100,5101,5034,4903,4970,4971,4904,43,4970,4972,4973,4971,0,5100,5102,5103,5101,4970,4972,4973,4971,43,4971,4973,4974,4975,0,5101,5103,5104,5105,4971,4973,4974,4975,43,4904,4971,4975,4907,0,5034,5101,5105,5037,4904,4971,4975,4907,43,4976,4977,4978,4979,0,5106,5107,5108,5109,4976,4977,4978,4979,43,4977,4936,4980,4978,0,5107,5066,5110,5108,4977,4936,4980,4978,43,4978,4980,4974,4973,0,5108,5110,5104,5103,4978,4980,4974,4973,43,4979,4978,4973,4972,0,5109,5108,5103,5102,4979,4978,4973,4972,43,4883,4882,4981,4982,0,5013,5012,5111,5112,4883,4882,4981,4982,43,4882,4881,4983,4981,0,5012,5011,5113,5111,4882,4881,4983,4981,43,4981,4983,4984,4985,0,5111,5113,5114,5115,4981,4983,4984,4985,43,4982,4981,4985,4976,0,5112,5111,5115,5106,4982,4981,4985,4976,43,4881,4889,4986,4983,0,5011,5019,5116,5113,4881,4889,4986,4983,43,4889,4888,4987,4986,0,5019,5018,5117,5116,4889,4888,4987,4986,43,4986,4987,4988,4989,0,5116,5117,5118,5119,4986,4987,4988,4989,43,4983,4986,4989,4984,0,5113,5116,5119,5114,4983,4986,4989,4984,43,4984,4989,4990,4991,0,5114,5119,5120,5121,4984,4989,4990,4991,43,4989,4988,4992,4990,0,5119,5118,5122,5120,4989,4988,4992,4990,43,4990,4992,4993,4994,0,5120,5122,5123,5124,4990,4992,4993,4994,43,4991,4990,4994,4938,0,5121,5120,5124,5068,4991,4990,4994,4938,43,4984,4991,4995,4985,0,5114,5121,5125,5115,4984,4991,4995,4985,43,4991,4938,4937,4995,0,5121,5068,5067,5125,4991,4938,4937,4995,43,4995,4937,4936,4977,0,5125,5067,5066,5107,4995,4937,4936,4977,43,4985,4995,4977,4976,0,5115,5125,5107,5106,4985,4995,4977,4976,43,4965,4969,4996,4997,0,5095,5099,5126,5127,4965,4969,4996,4997,43,4969,4883,4982,4996,0,5099,5013,5112,5126,4969,4883,4982,4996,43,4996,4982,4976,4979,0,5126,5112,5106,5109,4996,4982,4976,4979,43,4997,4996,4979,4972,0,5127,5126,5109,5102,4997,4996,4979,4972,43,4965,4997,4998,4966,0,5095,5127,5128,5096,4965,4997,4998,4966,43,4997,4972,4970,4998,0,5127,5102,5100,5128,4997,4972,4970,4998,43,4998,4970,4903,4999,0,5128,5100,5033,5129,4998,4970,4903,4999,43,4966,4998,4999,4957,0,5096,5128,5129,5087,4966,4998,4999,4957,43,4957,4999,5000,4958,0,5087,5129,5130,5088,4957,4999,5000,4958,43,4999,4903,4906,5000,0,5129,5033,5036,5130,4999,4903,4906,5000,43,5000,4906,4911,5001,0,5130,5036,5041,5131,5000,4906,4911,5001,43,4958,5000,5001,4961,0,5088,5130,5131,5091,4958,5000,5001,4961,43,4909,4925,5002,5003,0,5039,5055,5132,5133,4909,4925,5002,5003,43,4925,4929,5004,5002,0,5055,5059,5134,5132,4925,4929,5004,5002,43,5002,5004,5005,5006,0,5132,5134,5135,5136,5002,5004,5005,5006,43,5003,5002,5006,5007,0,5133,5132,5136,5137,5003,5002,5006,5007,43,4911,4910,5008,5009,0,5041,5040,5138,5139,4911,4910,5008,5009,43,4910,4909,5003,5008,0,5040,5039,5133,5138,4910,4909,5003,5008,43,5008,5003,5007,5010,0,5138,5133,5137,5140,5008,5003,5007,5010,43,5009,5008,5010,5011,0,5139,5138,5140,5141,5009,5008,5010,5011,43,5007,5006,5012,5013,0,5137,5136,5142,5143,5007,5006,5012,5013,43,5006,5005,5014,5012,0,5136,5135,5144,5142,5006,5005,5014,5012,43,5012,5014,4635,4633,0,5142,5144,4765,4763,5012,5014,4635,4633,43,5013,5012,4633,4631,0,5143,5142,4763,4761,5013,5012,4633,4631,43,5011,5010,5015,5016,0,5141,5140,5145,5146,5011,5010,5015,5016,43,5010,5007,5013,5015,0,5140,5137,5143,5145,5010,5007,5013,5015,43,5015,5013,4631,4629,0,5145,5143,4761,4759,5015,5013,4631,4629,43,5016,5015,4629,4628,0,5146,5145,4759,4758,5016,5015,4629,4628,43,4596,5017,5018,4627,0,4726,5147,5148,4757,4596,5017,5018,4627,43,5017,5019,5020,5018,0,5147,5149,5150,5148,5017,5019,5020,5018,43,5018,5020,5011,5016,0,5148,5150,5141,5146,5018,5020,5011,5016,43,4627,5018,5016,4628,0,4757,5148,5146,4758,4627,5018,5016,4628,43,4961,5001,5021,5022,0,5091,5131,5151,5152,4961,5001,5021,5022,43,5001,4911,5009,5021,0,5131,5041,5139,5151,5001,4911,5009,5021,43,5021,5009,5011,5020,0,5151,5139,5141,5150,5021,5009,5011,5020,43,5022,5021,5020,5019,0,5152,5151,5150,5149,5022,5021,5020,5019,43,4961,5022,5023,4962,0,5091,5152,5153,5092,4961,5022,5023,4962,43,5022,5019,5024,5023,0,5152,5149,5154,5153,5022,5019,5024,5023,43,5023,5024,5025,5026,0,5153,5154,5155,5156,5023,5024,5025,5026,43,4962,5023,5026,4949,0,5092,5153,5156,5079,4962,5023,5026,4949,43,5025,5027,5028,5026,0,5155,5157,5158,5156,5025,5027,5028,5026,43,5027,5029,5030,5028,0,5157,5159,5160,5158,5027,5029,5030,5028,43,5028,5030,4951,4950,0,5158,5160,5081,5080,5028,5030,4951,4950,43,5026,5028,4950,4949,0,5156,5158,5080,5079,5026,5028,4950,4949,43,4951,5031,5032,4952,0,5081,5161,5162,5082,4951,5031,5032,4952,43,5031,5033,5034,5032,0,5161,5163,5164,5162,5031,5033,5034,5032,43,5032,5034,4850,4847,0,5162,5164,4980,4977,5032,5034,4850,4847,43,4952,5032,4847,4846,0,5082,5162,4977,4976,4952,5032,4847,4846,43,5029,5035,5036,5030,0,5159,5165,5166,5160,5029,5035,5036,5030,43,5035,5037,5038,5036,0,5165,5167,5168,5166,5035,5037,5038,5036,43,5036,5038,5033,5031,0,5166,5168,5163,5161,5036,5038,5033,5031,43,5030,5036,5031,4951,0,5160,5166,5161,5081,5030,5036,5031,4951,43,4584,4587,5039,5040,0,4714,4717,5169,5170,4584,4587,5039,5040,43,4587,4399,5041,5039,0,4717,4527,5171,5169,4587,4399,5041,5039,43,5039,5041,5037,5035,0,5169,5171,5167,5165,5039,5041,5037,5035,43,5040,5039,5035,5029,0,5170,5169,5165,5159,5040,5039,5035,5029,43,4594,4624,5042,5043,0,4724,4754,5172,5173,4594,4624,5042,5043,43,4624,4584,5040,5042,0,4754,4714,5170,5172,4624,4584,5040,5042,43,5042,5040,5029,5027,0,5172,5170,5159,5157,5042,5040,5029,5027,43,5043,5042,5027,5025,0,5173,5172,5157,5155,5043,5042,5027,5025,43,4596,4595,5044,5017,0,4726,4725,5174,5147,4596,4595,5044,5017,43,4595,4594,5043,5044,0,4725,4724,5173,5174,4595,4594,5043,5044,43,5044,5043,5025,5024,0,5174,5173,5155,5154,5044,5043,5025,5024,43,5017,5044,5024,5019,0,5147,5174,5154,5149,5017,5044,5024,5019,43,5045,5046,5047,5048,0,5175,5176,5177,5178,5045,5046,5047,5048,43,5046,5049,5050,5047,0,5176,5179,5180,5177,5046,5049,5050,5047,43,5047,5050,5051,5052,0,5177,5180,5181,5182,5047,5050,5051,5052,43,5048,5047,5052,5053,0,5178,5177,5182,5183,5048,5047,5052,5053,43,4941,5054,5055,4942,0,5071,5184,5185,5072,4941,5054,5055,4942,43,5054,5051,5050,5055,0,5184,5181,5180,5185,5054,5051,5050,5055,43,5055,5050,5049,5056,0,5185,5180,5179,5186,5055,5050,5049,5056,43,4942,5055,5056,4943,0,5072,5185,5186,5073,4942,5055,5056,4943,43,4993,5057,5058,4994,0,5123,5187,5188,5124,4993,5057,5058,4994,43,5057,5059,5060,5058,0,5187,5189,5190,5188,5057,5059,5060,5058,43,5058,5060,4941,4939,0,5188,5190,5071,5069,5058,5060,4941,4939,43,4994,5058,4939,4938,0,5124,5188,5069,5068,4994,5058,4939,4938,43,5059,5061,5062,5060,0,5189,5191,5192,5190,5059,5061,5062,5060,43,5061,5063,5064,5062,0,5191,5193,5194,5192,5061,5063,5064,5062,43,5062,5064,5051,5054,0,5192,5194,5181,5184,5062,5064,5051,5054,43,5060,5062,5054,4941,0,5190,5192,5184,5071,5060,5062,5054,4941,43,5063,5065,5066,5064,0,5193,5195,5196,5194,5063,5065,5066,5064,43,5065,5067,5068,5066,0,5195,5197,5198,5196,5065,5067,5068,5066,43,5066,5068,5053,5052,0,5196,5198,5183,5182,5066,5068,5053,5052,43,5064,5066,5052,5051,0,5194,5196,5182,5181,5064,5066,5052,5051,43,5069,5070,5071,5072,0,5199,5200,5201,5202,5069,5070,5071,5072,43,5070,5073,5074,5071,0,5200,5203,5204,5201,5070,5073,5074,5071,43,5071,5074,4918,4921,0,5201,5204,5048,5051,5071,5074,4918,4921,43,5072,5071,4921,4923,0,5202,5201,5051,5053,5072,5071,4921,4923,43,5075,5076,5077,5078,0,5205,5206,5207,5208,5075,5076,5077,5078,43,5076,5073,5070,5077,0,5206,5203,5200,5207,5076,5073,5070,5077,43,5077,5070,5069,5079,0,5207,5200,5199,5209,5077,5070,5069,5079,43,5078,5077,5079,5080,0,5208,5207,5209,5210,5078,5077,5079,5080,43,5053,5068,5081,5082,0,5183,5198,5211,5212,5053,5068,5081,5082,43,5068,5067,5083,5081,0,5198,5197,5213,5211,5068,5067,5083,5081,43,5081,5083,5073,5076,0,5211,5213,5203,5206,5081,5083,5073,5076,43,5082,5081,5076,5075,0,5212,5211,5206,5205,5082,5081,5076,5075,43,5045,5048,5084,5085,0,5175,5178,5214,5215,5045,5048,5084,5085,43,5048,5053,5082,5084,0,5178,5183,5212,5214,5048,5053,5082,5084,43,5084,5082,5075,5086,0,5214,5212,5205,5216,5084,5082,5075,5086,43,5085,5084,5086,5087,0,5215,5214,5216,5217,5085,5084,5086,5087,43,5087,5086,5088,5089,0,5217,5216,5218,5219,5087,5086,5088,5089,43,5086,5075,5078,5088,0,5216,5205,5208,5218,5086,5075,5078,5088,43,5088,5078,5080,5090,0,5218,5208,5210,5220,5088,5078,5080,5090,43,5089,5088,5090,5091,0,5219,5218,5220,5221,5089,5088,5090,5091,43,5091,5090,5092,5093,0,5221,5220,5222,5223,5091,5090,5092,5093,43,5090,5080,5094,5092,0,5220,5210,5224,5222,5090,5080,5094,5092,43,5092,5094,5095,5096,0,5222,5224,5225,5226,5092,5094,5095,5096,43,5093,5092,5096,5097,0,5223,5222,5226,5227,5093,5092,5096,5097,43,5080,5079,5098,5094,0,5210,5209,5228,5224,5080,5079,5098,5094,43,5079,5069,5072,5098,0,5209,5199,5202,5228,5079,5069,5072,5098,43,5098,5072,4923,5099,0,5228,5202,5053,5229,5098,5072,4923,5099,43,5094,5098,5099,5095,0,5224,5228,5229,5225,5094,5098,5099,5095,43,5100,5101,5102,5103,0,5230,5231,5232,5233,5100,5101,5102,5103,43,5101,5095,5099,5102,0,5231,5225,5229,5232,5101,5095,5099,5102,43,5102,5099,4923,5104,0,5232,5229,5053,5234,5102,5099,4923,5104,43,5103,5102,5104,5105,0,5233,5232,5234,5235,5103,5102,5104,5105,43,5106,5107,5108,5109,0,5236,5237,5238,5239,5106,5107,5108,5109,43,5107,5110,5111,5108,0,5237,5240,5241,5238,5107,5110,5111,5108,43,5108,5111,5112,5113,0,5238,5241,5242,5243,5108,5111,5112,5113,43,5109,5108,5113,5114,0,5239,5238,5243,5244,5109,5108,5113,5114,43,5106,5109,5115,5116,0,5236,5239,5245,5246,5106,5109,5115,5116,43,5109,5114,5117,5115,0,5239,5244,5247,5245,5109,5114,5117,5115,43,5115,5117,5118,5119,0,5245,5247,5248,5249,5115,5117,5118,5119,43,5116,5115,5119,5100,0,5246,5245,5249,5230,5116,5115,5119,5100,43,5100,5119,5120,5101,0,5230,5249,5250,5231,5100,5119,5120,5101,43,5119,5118,5121,5120,0,5249,5248,5251,5250,5119,5118,5121,5120,43,5120,5121,5097,5096,0,5250,5251,5227,5226,5120,5121,5097,5096,43,5101,5120,5096,5095,0,5231,5250,5226,5225,5101,5120,5096,5095,43,4907,4975,5122,4926,0,5037,5105,5252,5056,4907,4975,5122,4926,43,4975,4974,5123,5122,0,5105,5104,5253,5252,4975,4974,5123,5122,43,5122,5123,5124,5125,0,5252,5253,5254,5255,5122,5123,5124,5125,43,4926,5122,5125,4927,0,5056,5252,5255,5057,4926,5122,5125,4927,43,4936,4935,5126,4980,0,5066,5065,5256,5110,4936,4935,5126,4980,43,4935,4934,5127,5126,0,5065,5064,5257,5256,4935,4934,5127,5126,43,5126,5127,5124,5123,0,5256,5257,5254,5253,5126,5127,5124,5123,43,4980,5126,5123,4974,0,5110,5256,5253,5104,4980,5126,5123,4974,43,149,148,5128,4716,0,149,148,5258,4846,149,148,5128,4716,43,148,147,5129,5128,0,148,147,5259,5258,148,147,5129,5128,43,5128,5129,5130,5131,0,5258,5259,5260,5261,5128,5129,5130,5131,43,4716,5128,5131,4717,0,4846,5258,5261,4847,4716,5128,5131,4717,43,3080,3082,5132,5133,0,3206,3208,5262,5263,3080,3082,5132,5133,43,3082,2140,4720,5132,0,3208,2266,4850,5262,3082,2140,4720,5132,43,5132,4720,4719,5134,0,5262,4850,4849,5264,5132,4720,4719,5134,43,5133,5132,5134,5135,0,5263,5262,5264,5265,5133,5132,5134,5135,43,5135,5136,5137,5138,0,5265,5266,5267,5268,5135,5136,5137,5138,43,5136,5139,5140,5137,0,5266,5269,5270,5267,5136,5139,5140,5137,43,5137,5140,4825,5141,0,5267,5270,4955,5271,5137,5140,4825,5141,43,5138,5137,5141,5142,0,5268,5267,5271,5272,5138,5137,5141,5142,43,2795,3078,5143,5144,0,2921,3204,5273,5274,2795,3078,5143,5144,43,3078,3080,5133,5143,0,3204,3206,5263,5273,3078,3080,5133,5143,43,5143,5133,5135,5138,0,5273,5263,5265,5268,5143,5133,5135,5138,43,5144,5143,5138,5142,0,5274,5273,5268,5272,5144,5143,5138,5142,43,4717,5145,5146,4718,0,4847,5275,5276,4848,4717,5145,5146,4718,43,5145,5139,5136,5146,0,5275,5269,5266,5276,5145,5139,5136,5146,43,5146,5136,5135,5134,0,5276,5266,5265,5264,5146,5136,5135,5134,43,4718,5146,5134,4719,0,4848,5276,5264,4849,4718,5146,5134,4719,43,5147,5148,5149,5150,0,5277,5278,5279,5280,5147,5148,5149,5150,43,5148,5151,5152,5149,0,5278,5281,5282,5279,5148,5151,5152,5149,43,5149,5152,4831,4830,0,5279,5282,4961,4960,5149,5152,4831,4830,43,5150,5149,4830,4829,0,5280,5279,4960,4959,5150,5149,4830,4829,43,4787,4785,5153,5154,0,4917,4915,5283,5284,4787,4785,5153,5154,43,4785,4746,5155,5153,0,4915,4876,5285,5283,4785,4746,5155,5153,43,5153,5155,5147,5156,0,5283,5285,5277,5286,5153,5155,5147,5156,43,5154,5153,5156,5157,0,5284,5283,5286,5287,5154,5153,5156,5157,43,5147,5155,5158,5148,0,5277,5285,5288,5278,5147,5155,5158,5148,43,5155,4746,4744,5158,0,5285,4876,4874,5288,5155,4746,4744,5158,43,5158,4744,4732,5159,0,5288,4874,4862,5289,5158,4744,4732,5159,43,5148,5158,5159,5151,0,5278,5288,5289,5281,5148,5158,5159,5151,43,5160,5161,5162,5163,0,5290,5291,5292,5293,5160,5161,5162,5163,43,5161,5164,5165,5162,0,5291,5294,5295,5292,5161,5164,5165,5162,43,5162,5165,5166,5167,0,5292,5295,5296,5297,5162,5165,5166,5167,43,5163,5162,5167,5168,0,5293,5292,5297,5298,5163,5162,5167,5168,43,4898,5169,5170,4899,0,5028,5299,5300,5029,4898,5169,5170,4899,43,5169,5171,5172,5170,0,5299,5301,5302,5300,5169,5171,5172,5170,43,5170,5172,5168,5173,0,5300,5302,5298,5303,5170,5172,5168,5173,43,4899,5170,5173,4900,0,5029,5300,5303,5030,4899,5170,5173,4900,43,5174,5175,5176,5177,0,5304,5305,5306,5307,5174,5175,5176,5177,43,5175,5178,5179,5176,0,5305,5308,5309,5306,5175,5178,5179,5176,43,5176,5179,5171,5169,0,5306,5309,5301,5299,5176,5179,5171,5169,43,5177,5176,5169,4898,0,5307,5306,5299,5028,5177,5176,5169,4898,43,5180,5181,5182,5183,0,5310,5311,5312,5313,5180,5181,5182,5183,43,5181,5178,5175,5182,0,5311,5308,5305,5312,5181,5178,5175,5182,43,5182,5175,5174,5184,0,5312,5305,5304,5314,5182,5175,5174,5184,43,5183,5182,5184,5185,0,5313,5312,5314,5315,5183,5182,5184,5185,43,4861,4864,5186,5187,0,4991,4994,5316,5317,4861,4864,5186,5187,43,4864,4869,4871,5186,0,4994,4999,5001,5316,4864,4869,4871,5186,43,5186,4871,4870,5188,0,5316,5001,5000,5318,5186,4871,4870,5188,43,5187,5186,5188,5189,0,5317,5316,5318,5319,5187,5186,5188,5189,43,5189,5188,5190,5191,0,5319,5318,5320,5321,5189,5188,5190,5191,43,5188,4870,4873,5190,0,5318,5000,5003,5320,5188,4870,4873,5190,43,5190,4873,4875,4877,0,5320,5003,5005,5007,5190,4873,4875,4877,43,5191,5190,4877,4876,0,5321,5320,5007,5006,5191,5190,4877,4876,43,4876,4968,5192,5191,0,5006,5098,5322,5321,4876,4968,5192,5191,43,4968,4955,4953,5192,0,5098,5085,5083,5322,4968,4955,4953,5192,43,5192,4953,4859,5193,0,5322,5083,4989,5323,5192,4953,4859,5193,43,5191,5192,5193,5189,0,5321,5322,5323,5319,5191,5192,5193,5189,43,5194,5195,5196,5197,0,5324,5325,5326,5327,5194,5195,5196,5197,43,5195,5189,5193,5196,0,5325,5319,5323,5326,5195,5189,5193,5196,43,5196,5193,4859,4856,0,5326,5323,4989,4986,5196,5193,4859,4856,43,5197,5196,4856,4855,0,5327,5326,4986,4985,5197,5196,4856,4855,43,5198,5199,5200,5201,0,5328,5329,5330,5331,5198,5199,5200,5201,43,5199,4861,5187,5200,0,5329,4991,5317,5330,5199,4861,5187,5200,43,5200,5187,5189,5195,0,5330,5317,5319,5325,5200,5187,5189,5195,43,5201,5200,5195,5194,0,5331,5330,5325,5324,5201,5200,5195,5194,43,5202,5203,5204,5205,0,5332,5333,5334,5335,5202,5203,5204,5205,43,5203,5206,5207,5204,0,5333,5336,5337,5334,5203,5206,5207,5204,43,5204,5207,5208,5209,0,5334,5337,5338,5339,5204,5207,5208,5209,43,5205,5204,5209,5210,0,5335,5334,5339,5340,5205,5204,5209,5210,43,5206,5211,5212,5207,0,5336,5341,5342,5337,5206,5211,5212,5207,43,5211,5198,5201,5212,0,5341,5328,5331,5342,5211,5198,5201,5212,43,5212,5201,5194,5213,0,5342,5331,5324,5343,5212,5201,5194,5213,43,5207,5212,5213,5208,0,5337,5342,5343,5338,5207,5212,5213,5208,43,5214,5215,5216,5217,0,5344,5345,5346,5347,5214,5215,5216,5217,43,5215,4865,4862,5216,0,5345,4995,4992,5346,5215,4865,4862,5216,43,5216,4862,4861,5218,0,5346,4992,4991,5348,5216,4862,4861,5218,43,5217,5216,5218,5219,0,5347,5346,5348,5349,5217,5216,5218,5219,43,4912,5220,5221,4922,0,5042,5350,5351,5052,4912,5220,5221,4922,43,5220,5214,5222,5221,0,5350,5344,5352,5351,5220,5214,5222,5221,43,5221,5222,5105,5104,0,5351,5352,5235,5234,5221,5222,5105,5104,43,4922,5221,5104,4923,0,5052,5351,5234,5053,4922,5221,5104,4923,43,4867,4866,5223,4915,0,4997,4996,5353,5045,4867,4866,5223,4915,43,4866,4865,5215,5223,0,4996,4995,5345,5353,4866,4865,5215,5223,43,5223,5215,5214,5220,0,5353,5345,5344,5350,5223,5215,5214,5220,43,4915,5223,5220,4912,0,5045,5353,5350,5042,4915,5223,5220,4912,43,5219,5224,5225,5226,0,5349,5354,5355,5356,5219,5224,5225,5226,43,5224,5180,5183,5225,0,5354,5310,5313,5355,5224,5180,5183,5225,43,5225,5183,5185,5227,0,5355,5313,5315,5357,5225,5183,5185,5227,43,5226,5225,5227,5228,0,5356,5355,5357,5358,5226,5225,5227,5228,43,5228,5227,5229,5230,0,5358,5357,5359,5360,5228,5227,5229,5230,43,5227,5185,5231,5229,0,5357,5315,5361,5359,5227,5185,5231,5229,43,5229,5231,5110,5107,0,5359,5361,5240,5237,5229,5231,5110,5107,43,5230,5229,5107,5106,0,5360,5359,5237,5236,5230,5229,5107,5106,43,5105,5232,5233,5103,0,5235,5362,5363,5233,5105,5232,5233,5103,43,5232,5228,5230,5233,0,5362,5358,5360,5363,5232,5228,5230,5233,43,5233,5230,5106,5116,0,5363,5360,5236,5246,5233,5230,5106,5116,43,5103,5233,5116,5100,0,5233,5363,5246,5230,5103,5233,5116,5100,43,5105,5222,5234,5232,0,5235,5352,5364,5362,5105,5222,5234,5232,43,5222,5214,5217,5234,0,5352,5344,5347,5364,5222,5214,5217,5234,43,5234,5217,5219,5226,0,5364,5347,5349,5356,5234,5217,5219,5226,43,5232,5234,5226,5228,0,5362,5364,5356,5358,5232,5234,5226,5228,43,5198,5235,5236,5199,0,5328,5365,5366,5329,5198,5235,5236,5199,43,5235,5180,5224,5236,0,5365,5310,5354,5366,5235,5180,5224,5236,43,5236,5224,5219,5218,0,5366,5354,5349,5348,5236,5224,5219,5218,43,5199,5236,5218,4861,0,5329,5366,5348,4991,5199,5236,5218,4861,43,5178,5181,5237,5238,0,5308,5311,5367,5368,5178,5181,5237,5238,43,5181,5180,5235,5237,0,5311,5310,5365,5367,5181,5180,5235,5237,43,5237,5235,5198,5211,0,5367,5365,5328,5341,5237,5235,5198,5211,43,5238,5237,5211,5206,0,5368,5367,5341,5336,5238,5237,5211,5206,43,5171,5179,5239,5240,0,5301,5309,5369,5370,5171,5179,5239,5240,43,5179,5178,5238,5239,0,5309,5308,5368,5369,5179,5178,5238,5239,43,5239,5238,5206,5203,0,5369,5368,5336,5333,5239,5238,5206,5203,43,5240,5239,5203,5202,0,5370,5369,5333,5332,5240,5239,5203,5202,43,5171,5240,5241,5172,0,5301,5370,5371,5302,5171,5240,5241,5172,43,5240,5202,5242,5241,0,5370,5332,5372,5371,5240,5202,5242,5241,43,5241,5242,5160,5163,0,5371,5372,5290,5293,5241,5242,5160,5163,43,5172,5241,5163,5168,0,5302,5371,5293,5298,5172,5241,5163,5168,43,5243,5244,5245,5246,0,5373,5374,5375,5376,5243,5244,5245,5246,43,5244,5247,5248,5245,0,5374,5377,5378,5375,5244,5247,5248,5245,43,5245,5248,5164,5161,0,5375,5378,5294,5291,5245,5248,5164,5161,43,5246,5245,5161,5160,0,5376,5375,5291,5290,5246,5245,5161,5160,43,5160,5242,5249,5246,0,5290,5372,5379,5376,5160,5242,5249,5246,43,5242,5202,5205,5249,0,5372,5332,5335,5379,5242,5202,5205,5249,43,5249,5205,5210,5250,0,5379,5335,5340,5380,5249,5205,5210,5250,43,5246,5249,5250,5243,0,5376,5379,5380,5373,5246,5249,5250,5243,43,5208,5213,5251,5252,0,5338,5343,5381,5382,5208,5213,5251,5252,43,5213,5194,5197,5251,0,5343,5324,5327,5381,5213,5194,5197,5251,43,5251,5197,4855,5253,0,5381,5327,4985,5383,5251,5197,4855,5253,43,5252,5251,5253,5254,0,5382,5381,5383,5384,5252,5251,5253,5254,43,5210,5209,5255,5256,0,5340,5339,5385,5386,5210,5209,5255,5256,43,5209,5208,5252,5255,0,5339,5338,5382,5385,5209,5208,5252,5255,43,5255,5252,5254,5257,0,5385,5382,5384,5387,5255,5252,5254,5257,43,5256,5255,5257,5258,0,5386,5385,5387,5388,5256,5255,5257,5258,43,5254,5253,5259,5260,0,5384,5383,5389,5390,5254,5253,5259,5260,43,5253,4855,4858,5259,0,5383,4985,4988,5389,5253,4855,4858,5259,43,5259,4858,4854,5261,0,5389,4988,4984,5391,5259,4858,4854,5261,43,5260,5259,5261,5262,0,5390,5389,5391,5392,5260,5259,5261,5262,43,5262,5261,5263,5264,0,5392,5391,5393,5394,5262,5261,5263,5264,43,5261,4854,4853,5263,0,5391,4984,4983,5393,5261,4854,4853,5263,43,5263,4853,4852,5265,0,5393,4983,4982,5395,5263,4853,4852,5265,43,5264,5263,5265,5266,0,5394,5393,5395,5396,5264,5263,5265,5266,43,5267,5268,5269,5270,0,5397,5398,5399,5400,5267,5268,5269,5270,43,5268,5262,5264,5269,0,5398,5392,5394,5399,5268,5262,5264,5269,43,5269,5264,5266,5271,0,5399,5394,5396,5401,5269,5264,5266,5271,43,5270,5269,5271,4844,0,5400,5399,5401,4974,5270,5269,5271,4844,43,5267,5272,5273,5268,0,5397,5402,5403,5398,5267,5272,5273,5268,43,5272,5258,5257,5273,0,5402,5388,5387,5403,5272,5258,5257,5273,43,5273,5257,5254,5260,0,5403,5387,5384,5390,5273,5257,5254,5260,43,5268,5273,5260,5262,0,5398,5403,5390,5392,5268,5273,5260,5262,43,5274,5275,5276,5277,0,5404,5405,5406,5407,5274,5275,5276,5277,43,5275,5278,5279,5276,0,5405,5408,5409,5406,5275,5278,5279,5276,43,5276,5279,5258,5272,0,5406,5409,5388,5402,5276,5279,5258,5272,43,5277,5276,5272,5267,0,5407,5406,5402,5397,5277,5276,5272,5267,43,4842,5280,5281,4843,0,4972,5410,5411,4973,4842,5280,5281,4843,43,5280,5274,5277,5281,0,5410,5404,5407,5411,5280,5274,5277,5281,43,5281,5277,5267,5270,0,5411,5407,5397,5400,5281,5277,5267,5270,43,4843,5281,5270,4844,0,4973,5411,5400,4974,4843,5281,5270,4844,43,5282,5283,5284,5285,0,5412,5413,5414,5415,5282,5283,5284,5285,43,5283,5286,5287,5284,0,5413,5416,5417,5414,5283,5286,5287,5284,43,5284,5287,5274,5280,0,5414,5417,5404,5410,5284,5287,5274,5280,43,5285,5284,5280,4842,0,5415,5414,5410,4972,5285,5284,5280,4842,43,5286,5288,5289,5287,0,5416,5418,5419,5417,5286,5288,5289,5287,43,5288,5290,5291,5289,0,5418,5420,5421,5419,5288,5290,5291,5289,43,5289,5291,5278,5275,0,5419,5421,5408,5405,5289,5291,5278,5275,43,5287,5289,5275,5274,0,5417,5419,5405,5404,5287,5289,5275,5274,43,5278,5292,5293,5279,0,5408,5422,5423,5409,5278,5292,5293,5279,43,5292,5243,5250,5293,0,5422,5373,5380,5423,5292,5243,5250,5293,43,5293,5250,5210,5256,0,5423,5380,5340,5386,5293,5250,5210,5256,43,5279,5293,5256,5258,0,5409,5423,5386,5388,5279,5293,5256,5258,43,5290,5294,5295,5291,0,5420,5424,5425,5421,5290,5294,5295,5291,43,5294,5247,5244,5295,0,5424,5377,5374,5425,5294,5247,5244,5295,43,5295,5244,5243,5292,0,5425,5374,5373,5422,5295,5244,5243,5292,43,5291,5295,5292,5278,0,5421,5425,5422,5408,5291,5295,5292,5278,43,4726,4723,5296,5297,0,4856,4853,5426,5427,4726,4723,5296,5297,43,4723,4722,5298,5296,0,4853,4852,5428,5426,4723,4722,5298,5296,43,5296,5298,5247,5294,0,5426,5428,5377,5424,5296,5298,5247,5294,43,5297,5296,5294,5290,0,5427,5426,5424,5420,5297,5296,5294,5290,43,5299,5300,5301,5302,0,5429,5430,5431,5432,5299,5300,5301,5302,43,5300,5282,5285,5301,0,5430,5412,5415,5431,5300,5282,5285,5301,43,5301,5285,4842,4840,0,5431,5415,4972,4970,5301,5285,4842,4840,43,5302,5301,4840,4837,0,5432,5431,4970,4967,5302,5301,4840,4837,43,4831,5152,5303,4836,0,4961,5282,5433,4966,4831,5152,5303,4836,43,5152,5151,5304,5303,0,5282,5281,5434,5433,5152,5151,5304,5303,43,5303,5304,5299,5302,0,5433,5434,5429,5432,5303,5304,5299,5302,43,4836,5303,5302,4837,0,4966,5433,5432,4967,4836,5303,5302,4837,43,5151,5159,5305,5304,0,5281,5289,5435,5434,5151,5159,5305,5304,43,5159,4732,4729,5305,0,5289,4862,4859,5435,5159,4732,4729,5305,43,5305,4729,4728,5306,0,5435,4859,4858,5436,5305,4729,4728,5306,43,5304,5305,5306,5299,0,5434,5435,5436,5429,5304,5305,5306,5299,43,4728,4735,5307,5306,0,4858,4865,5437,5436,4728,4735,5307,5306,43,4735,4734,5308,5307,0,4865,4864,5438,5437,4735,4734,5308,5307,43,5307,5308,5282,5300,0,5437,5438,5412,5430,5307,5308,5282,5300,43,5306,5307,5300,5299,0,5436,5437,5430,5429,5306,5307,5300,5299,43,4738,4742,5309,5310,0,4868,4872,5439,5440,4738,4742,5309,5310,43,4742,4726,5297,5309,0,4872,4856,5427,5439,4742,4726,5297,5309,43,5309,5297,5290,5288,0,5439,5427,5420,5418,5309,5297,5290,5288,43,5310,5309,5288,5286,0,5440,5439,5418,5416,5310,5309,5288,5286,43,4734,4739,5311,5308,0,4864,4869,5441,5438,4734,4739,5311,5308,43,4739,4738,5310,5311,0,4869,4868,5440,5441,4739,4738,5310,5311,43,5311,5310,5286,5283,0,5441,5440,5416,5413,5311,5310,5286,5283,43,5308,5311,5283,5282,0,5438,5441,5413,5412,5308,5311,5283,5282,43,5247,5298,5312,5248,0,5377,5428,5442,5378,5247,5298,5312,5248,43,5298,4722,4761,5312,0,5428,4852,4891,5442,5298,4722,4761,5312,43,5312,4761,4760,5313,0,5442,4891,4890,5443,5312,4761,4760,5313,43,5248,5312,5313,5164,0,5378,5442,5443,5294,5248,5312,5313,5164,43,5164,5313,5314,5165,0,5294,5443,5444,5295,5164,5313,5314,5165,43,5313,4760,4765,5314,0,5443,4890,4895,5444,5313,4760,4765,5314,43,5314,4765,4764,5315,0,5444,4895,4894,5445,5314,4765,4764,5315,43,5165,5314,5315,5166,0,5295,5444,5445,5296,5165,5314,5315,5166,43,5110,5316,5317,5111,0,5240,5446,5447,5241,5110,5316,5317,5111,43,5316,5318,5319,5317,0,5446,5448,5449,5447,5316,5318,5319,5317,43,5317,5319,5320,5321,0,5447,5449,5450,5451,5317,5319,5320,5321,43,5111,5317,5321,5112,0,5241,5447,5451,5242,5111,5317,5321,5112,43,5185,5184,5322,5231,0,5315,5314,5452,5361,5185,5184,5322,5231,43,5184,5174,5323,5322,0,5314,5304,5453,5452,5184,5174,5323,5322,43,5322,5323,5318,5316,0,5452,5453,5448,5446,5322,5323,5318,5316,43,5231,5322,5316,5110,0,5361,5452,5446,5240,5231,5322,5316,5110,43,5174,5177,5324,5323,0,5304,5307,5454,5453,5174,5177,5324,5323,43,5177,4898,4895,5324,0,5307,5028,5025,5454,5177,4898,4895,5324,43,5324,4895,4894,5325,0,5454,5025,5024,5455,5324,4895,4894,5325,43,5323,5324,5325,5318,0,5453,5454,5455,5448,5323,5324,5325,5318,43,5318,5325,5326,5319,0,5448,5455,5456,5449,5318,5325,5326,5319,43,5325,4894,5327,5326,0,5455,5024,5457,5456,5325,4894,5327,5326,43,5326,5327,5328,5329,0,5456,5457,5458,5459,5326,5327,5328,5329,43,5319,5326,5329,5320,0,5449,5456,5459,5450,5319,5326,5329,5320,43,5330,5331,5332,5333,0,5460,5461,5462,5463,5330,5331,5332,5333,43,5331,5328,5327,5332,0,5461,5458,5457,5462,5331,5328,5327,5332,43,5332,5327,4894,4897,0,5462,5457,5024,5027,5332,5327,4894,4897,43,5333,5332,4897,4902,0,5463,5462,5027,5032,5333,5332,4897,4902,43,5334,5335,5336,5337,0,5464,5465,5466,5467,5334,5335,5336,5337,43,5335,5338,5339,5336,0,5465,5468,5469,5466,5335,5338,5339,5336,43,5336,5339,5340,5341,0,5466,5469,5470,5471,5336,5339,5340,5341,43,5337,5336,5341,5342,0,5467,5466,5471,5472,5337,5336,5341,5342,43,5338,5335,5343,5344,0,5468,5465,5473,5474,5338,5335,5343,5344,43,5335,5334,5345,5343,0,5465,5464,5475,5473,5335,5334,5345,5343,43,5343,5345,5330,5333,0,5473,5475,5460,5463,5343,5345,5330,5333,43,5344,5343,5333,4902,0,5474,5473,5463,5032,5344,5343,5333,4902,43,5346,5347,5348,5349,0,5476,5477,5478,5479,5346,5347,5348,5349,43,5347,5350,5351,5348,0,5477,5480,5481,5478,5347,5350,5351,5348,43,5348,5351,4748,4800,0,5478,5481,4878,4930,5348,5351,4748,4800,43,5349,5348,4800,4796,0,5479,5478,4930,4926,5349,5348,4800,4796,43,4900,5352,5353,4901,0,5030,5482,5483,5031,4900,5352,5353,4901,43,5352,5354,5355,5353,0,5482,5484,5485,5483,5352,5354,5355,5353,43,5353,5355,5356,5357,0,5483,5485,5486,5487,5353,5355,5356,5357,43,4901,5353,5357,4902,0,5031,5483,5487,5032,4901,5353,5357,4902,43,5168,5167,5358,5173,0,5298,5297,5488,5303,5168,5167,5358,5173,43,5167,5166,5359,5358,0,5297,5296,5489,5488,5167,5166,5359,5358,43,5358,5359,5354,5352,0,5488,5489,5484,5482,5358,5359,5354,5352,43,5173,5358,5352,4900,0,5303,5488,5482,5030,5173,5358,5352,4900,43,5166,5315,5360,5359,0,5296,5445,5490,5489,5166,5315,5360,5359,43,5315,4764,4768,5360,0,5445,4894,4898,5490,5315,4764,4768,5360,43,5360,4768,4758,5361,0,5490,4898,4888,5491,5360,4768,4758,5361,43,5359,5360,5361,5354,0,5489,5490,5491,5484,5359,5360,5361,5354,43,5354,5361,5362,5355,0,5484,5491,5492,5485,5354,5361,5362,5355,43,5361,4758,4756,5362,0,5491,4888,4886,5492,5361,4758,4756,5362,43,5362,4756,4752,5363,0,5492,4886,4882,5493,5362,4756,4752,5363,43,5355,5362,5363,5356,0,5485,5492,5493,5486,5355,5362,5363,5356,43,5356,5363,5364,5365,0,5486,5493,5494,5495,5356,5363,5364,5365,43,5363,4752,4749,5364,0,5493,4882,4879,5494,5363,4752,4749,5364,43,5364,4749,4748,5351,0,5494,4879,4878,5481,5364,4749,4748,5351,43,5365,5364,5351,5350,0,5495,5494,5481,5480,5365,5364,5351,5350,43,5356,5365,5366,5357,0,5486,5495,5496,5487,5356,5365,5366,5357,43,5365,5350,5367,5366,0,5495,5480,5497,5496,5365,5350,5367,5366,43,5366,5367,5338,5344,0,5496,5497,5468,5474,5366,5367,5338,5344,43,5357,5366,5344,4902,0,5487,5496,5474,5032,5357,5366,5344,4902,43,5340,5339,5368,5369,0,5470,5469,5498,5499,5340,5339,5368,5369,43,5339,5338,5367,5368,0,5469,5468,5497,5498,5339,5338,5367,5368,43,5368,5367,5350,5347,0,5498,5497,5480,5477,5368,5367,5350,5347,43,5369,5368,5347,5346,0,5499,5498,5477,5476,5369,5368,5347,5346,43,5370,5371,5372,5373,0,5500,5501,5502,5503,5370,5371,5372,5373,43,5371,5340,5369,5372,0,5501,5470,5499,5502,5371,5340,5369,5372,43,5372,5369,5346,5374,0,5502,5499,5476,5504,5372,5369,5346,5374,43,5373,5372,5374,5375,0,5503,5502,5504,5505,5373,5372,5374,5375,43,5376,5377,5378,5379,0,5506,5507,5508,5509,5376,5377,5378,5379,43,5377,5380,5381,5378,0,5507,5510,5511,5508,5377,5380,5381,5378,43,5378,5381,5382,5383,0,5508,5511,5512,5513,5378,5381,5382,5383,43,5379,5378,5383,5384,0,5509,5508,5513,5514,5379,5378,5383,5384,43,5380,5385,5386,5381,0,5510,5515,5516,5511,5380,5385,5386,5381,43,5385,5387,5388,5386,0,5515,5517,5518,5516,5385,5387,5388,5386,43,5386,5388,5370,5389,0,5516,5518,5500,5519,5386,5388,5370,5389,43,5381,5386,5389,5382,0,5511,5516,5519,5512,5381,5386,5389,5382,43,5384,5383,5390,5391,0,5514,5513,5520,5521,5384,5383,5390,5391,43,5383,5382,5392,5390,0,5513,5512,5522,5520,5383,5382,5392,5390,43,5390,5392,5393,5394,0,5520,5522,5523,5524,5390,5392,5393,5394,43,5391,5390,5394,5395,0,5521,5520,5524,5525,5391,5390,5394,5395,43,5396,5397,5398,5399,0,5526,5527,5528,5529,5396,5397,5398,5399,43,5397,5393,5400,5398,0,5527,5523,5530,5528,5397,5393,5400,5398,43,5398,5400,5375,5401,0,5528,5530,5505,5531,5398,5400,5375,5401,43,5399,5398,5401,4774,0,5529,5528,5531,4904,5399,5398,5401,4774,43,5375,5374,5402,5401,0,5505,5504,5532,5531,5375,5374,5402,5401,43,5374,5346,5349,5402,0,5504,5476,5479,5532,5374,5346,5349,5402,43,5402,5349,4796,4794,0,5532,5479,4926,4924,5402,5349,4796,4794,43,5401,5402,4794,4774,0,5531,5532,4924,4904,5401,5402,4794,4774,43,4770,5403,5404,4771,0,4900,5533,5534,4901,4770,5403,5404,4771,43,5403,5405,5406,5404,0,5533,5535,5536,5534,5403,5405,5406,5404,43,5404,5406,5396,5399,0,5534,5536,5526,5529,5404,5406,5396,5399,43,4771,5404,5399,4774,0,4901,5534,5529,4904,4771,5404,5399,4774,43,5396,5406,5407,5408,0,5526,5536,5537,5538,5396,5406,5407,5408,43,5406,5405,5409,5407,0,5536,5535,5539,5537,5406,5405,5409,5407,43,5407,5409,5410,5411,0,5537,5539,5540,5541,5407,5409,5410,5411,43,5408,5407,5411,5412,0,5538,5537,5541,5542,5408,5407,5411,5412,43,5130,5413,5414,5131,0,5260,5543,5544,5261,5130,5413,5414,5131,43,5413,5410,5415,5414,0,5543,5540,5545,5544,5413,5410,5415,5414,43,5414,5415,5416,5417,0,5544,5545,5546,5547,5414,5415,5416,5417,43,5131,5414,5417,4717,0,5261,5544,5547,4847,5131,5414,5417,4717,43,4770,4780,5418,5403,0,4900,4910,5548,5533,4770,4780,5418,5403,43,4780,4779,5419,5418,0,4910,4909,5549,5548,4780,4779,5419,5418,43,5418,5419,5420,5421,0,5548,5549,5550,5551,5418,5419,5420,5421,43,5403,5418,5421,5405,0,5533,5548,5551,5535,5403,5418,5421,5405,43,4779,4791,5422,5419,0,4909,4921,5552,5549,4779,4791,5422,5419,43,4791,4787,5154,5422,0,4921,4917,5284,5552,4791,4787,5154,5422,43,5422,5154,5157,5423,0,5552,5284,5287,5553,5422,5154,5157,5423,43,5419,5422,5423,5420,0,5549,5552,5553,5550,5419,5422,5423,5420,43,5416,5424,5425,5417,0,5546,5554,5555,5547,5416,5424,5425,5417,43,5424,5426,5427,5425,0,5554,5556,5557,5555,5424,5426,5427,5425,43,5425,5427,5139,5145,0,5555,5557,5269,5275,5425,5427,5139,5145,43,5417,5425,5145,4717,0,5547,5555,5275,4847,5417,5425,5145,4717,43,5157,5156,5428,5429,0,5287,5286,5558,5559,5157,5156,5428,5429,43,5156,5147,5150,5428,0,5286,5277,5280,5558,5156,5147,5150,5428,43,5428,5150,4829,5430,0,5558,5280,4959,5560,5428,5150,4829,5430,43,5429,5428,5430,5426,0,5559,5558,5560,5556,5429,5428,5430,5426,43,5426,5430,5431,5427,0,5556,5560,5561,5557,5426,5430,5431,5427,43,5430,4829,4826,5431,0,5560,4959,4956,5561,5430,4829,4826,5431,43,5431,4826,4825,5140,0,5561,4956,4955,5270,5431,4826,4825,5140,43,5427,5431,5140,5139,0,5557,5561,5270,5269,5427,5431,5140,5139,43,5420,5423,5432,5433,0,5550,5553,5562,5563,5420,5423,5432,5433,43,5423,5157,5429,5432,0,5553,5287,5559,5562,5423,5157,5429,5432,43,5432,5429,5426,5424,0,5562,5559,5556,5554,5432,5429,5426,5424,43,5433,5432,5424,5416,0,5563,5562,5554,5546,5433,5432,5424,5416,43,5405,5421,5434,5409,0,5535,5551,5564,5539,5405,5421,5434,5409,43,5421,5420,5433,5434,0,5551,5550,5563,5564,5421,5420,5433,5434,43,5434,5433,5416,5415,0,5564,5563,5546,5545,5434,5433,5416,5415,43,5409,5434,5415,5410,0,5539,5564,5545,5540,5409,5434,5415,5410,43,5376,5379,5435,5436,0,5506,5509,5565,5566,5376,5379,5435,5436,43,5379,5384,5437,5435,0,5509,5514,5567,5565,5379,5384,5437,5435,43,5435,5437,5438,5439,0,5565,5567,5568,5569,5435,5437,5438,5439,43,5436,5435,5439,5440,0,5566,5565,5569,5570,5436,5435,5439,5440,43,5384,5391,5441,5437,0,5514,5521,5571,5567,5384,5391,5441,5437,43,5391,5395,5442,5441,0,5521,5525,5572,5571,5391,5395,5442,5441,43,5441,5442,5443,5444,0,5571,5572,5573,5574,5441,5442,5443,5444,43,5437,5441,5444,5438,0,5567,5571,5574,5568,5437,5441,5444,5438,43,56,5445,5446,57,0,56,5575,5576,57,56,5445,5446,57,43,5445,5440,5439,5446,0,5575,5570,5569,5576,5445,5440,5439,5446,43,5446,5439,5438,5447,0,5576,5569,5568,5577,5446,5439,5438,5447,43,57,5446,5447,58,0,57,5576,5577,58,57,5446,5447,58,43,5438,5444,5448,5447,0,5568,5574,5578,5577,5438,5444,5448,5447,43,5444,5443,5449,5448,0,5574,5573,5579,5578,5444,5443,5449,5448,43,5448,5449,687,685,0,5578,5579,687,685,5448,5449,687,685,43,5447,5448,685,58,0,5577,5578,685,58,5447,5448,685,58,43,5450,5451,5452,5453,0,5580,5581,5582,5583,5450,5451,5452,5453,43,5451,5130,5129,5452,0,5581,5260,5259,5582,5451,5130,5129,5452,43,5452,5129,147,678,0,5582,5259,147,678,5452,5129,147,678,43,5453,5452,678,677,0,5583,5582,678,677,5453,5452,678,677,43,5443,5454,5455,5449,0,5573,5584,5585,5579,5443,5454,5455,5449,43,5454,5450,5453,5455,0,5584,5580,5583,5585,5454,5450,5453,5455,43,5455,5453,677,691,0,5585,5583,677,691,5455,5453,677,691,43,5449,5455,691,687,0,5579,5585,691,687,5449,5455,691,687,43,5412,5411,5456,5457,0,5542,5541,5586,5587,5412,5411,5456,5457,43,5411,5410,5413,5456,0,5541,5540,5543,5586,5411,5410,5413,5456,43,5456,5413,5130,5451,0,5586,5543,5260,5581,5456,5413,5130,5451,43,5457,5456,5451,5450,0,5587,5586,5581,5580,5457,5456,5451,5450,43,5395,5458,5459,5442,0,5525,5588,5589,5572,5395,5458,5459,5442,43,5458,5412,5457,5459,0,5588,5542,5587,5589,5458,5412,5457,5459,43,5459,5457,5450,5454,0,5589,5587,5580,5584,5459,5457,5450,5454,43,5442,5459,5454,5443,0,5572,5589,5584,5573,5442,5459,5454,5443,43,5393,5397,5460,5394,0,5523,5527,5590,5524,5393,5397,5460,5394,43,5397,5396,5408,5460,0,5527,5526,5538,5590,5397,5396,5408,5460,43,5460,5408,5412,5458,0,5590,5538,5542,5588,5460,5408,5412,5458,43,5394,5460,5458,5395,0,5524,5590,5588,5525,5394,5460,5458,5395,43,5382,5389,5461,5392,0,5512,5519,5591,5522,5382,5389,5461,5392,43,5389,5370,5373,5461,0,5519,5500,5503,5591,5389,5370,5373,5461,43,5461,5373,5375,5400,0,5591,5503,5505,5530,5461,5373,5375,5400,43,5392,5461,5400,5393,0,5522,5591,5530,5523,5392,5461,5400,5393,43,5387,5462,5463,5388,0,5517,5592,5593,5518,5387,5462,5463,5388,43,5462,5342,5341,5463,0,5592,5472,5471,5593,5462,5342,5341,5463,43,5463,5341,5340,5371,0,5593,5471,5470,5501,5463,5341,5340,5371,43,5388,5463,5371,5370,0,5518,5593,5501,5500,5388,5463,5371,5370,43,5464,5465,5466,5467,0,5594,5595,5596,5597,5464,5465,5466,5467,43,5465,916,934,5466,0,5595,918,936,5596,5465,916,934,5466,43,5466,934,926,5468,0,5596,936,928,5598,5466,934,926,5468,43,5467,5466,5468,5469,0,5597,5596,5598,5599,5467,5466,5468,5469,43,1496,3109,5470,1497,0,1530,3235,5600,1531,1496,3109,5470,1497,43,3109,3108,5471,5470,0,3235,3234,5601,5600,3109,3108,5471,5470,43,5470,5471,5469,5468,0,5600,5601,5599,5598,5470,5471,5469,5468,43,1497,5470,5468,926,0,1531,5600,5598,928,1497,5470,5468,926,43,4271,5472,5473,4269,0,4398,5602,5603,4396,4271,5472,5473,4269,43,5472,5474,5475,5473,0,5602,5604,5605,5603,5472,5474,5475,5473,43,5473,5475,5476,5477,0,5603,5605,5606,5607,5473,5475,5476,5477,43,4269,5473,5477,4266,0,4396,5603,5607,4393,4269,5473,5477,4266,43,4314,5478,5479,4312,0,4441,5608,5609,4439,4314,5478,5479,4312,43,5478,5480,5481,5479,0,5608,5610,5611,5609,5478,5480,5481,5479,43,5479,5481,5482,5483,0,5609,5611,5612,5613,5479,5481,5482,5483,43,4312,5479,5483,4309,0,4439,5609,5613,4436,4312,5479,5483,4309,43,4309,5483,5484,4318,0,4436,5613,5614,4445,4309,5483,5484,4318,43,5483,5482,5485,5484,0,5613,5612,5615,5614,5483,5482,5485,5484,43,5484,5485,5486,5487,0,5614,5615,5616,5617,5484,5485,5486,5487,43,4318,5484,5487,4315,0,4445,5614,5617,4442,4318,5484,5487,4315,43,4315,5487,5488,4322,0,4442,5617,5618,4449,4315,5487,5488,4322,43,5487,5486,5489,5488,0,5617,5616,5619,5618,5487,5486,5489,5488,43,5488,5489,5490,5491,0,5618,5619,5620,5621,5488,5489,5490,5491,43,4322,5488,5491,4319,0,4449,5618,5621,4446,4322,5488,5491,4319,43,4319,5491,5492,4324,0,4446,5621,5622,4451,4319,5491,5492,4324,43,5491,5490,5493,5492,0,5621,5620,5623,5622,5491,5490,5493,5492,43,5492,5493,5474,5472,0,5622,5623,5604,5602,5492,5493,5474,5472,43,4324,5492,5472,4271,0,4451,5622,5602,4398,4324,5492,5472,4271,43,4345,5494,5495,4346,0,4472,5624,5625,4473,4345,5494,5495,4346,43,5494,5496,5497,5495,0,5624,5626,5627,5625,5494,5496,5497,5495,43,5495,5497,5480,5478,0,5625,5627,5610,5608,5495,5497,5480,5478,43,4346,5495,5478,4314,0,4473,5625,5608,4441,4346,5495,5478,4314,43,4369,5498,5499,5500,0,4496,5628,5629,5630,4369,5498,5499,5500,43,5498,5501,5502,5499,0,5628,5631,5632,5629,5498,5501,5502,5499,43,5499,5502,5503,5504,0,5629,5632,5633,5634,5499,5502,5503,5504,43,5500,5499,5504,5505,0,5630,5629,5634,5635,5500,5499,5504,5505,43,4367,5506,5507,4368,0,4494,5636,5637,4495,4367,5506,5507,4368,43,5506,5508,5509,5507,0,5636,5638,5639,5637,5506,5508,5509,5507,43,5507,5509,5501,5498,0,5637,5639,5631,5628,5507,5509,5501,5498,43,4368,5507,5498,4369,0,4495,5637,5628,4496,4368,5507,5498,4369,43,4266,5477,5510,4372,0,4393,5607,5640,4499,4266,5477,5510,4372,43,5477,5476,5511,5510,0,5607,5606,5641,5640,5477,5476,5511,5510,43,5510,5511,5512,5513,0,5640,5641,5642,5643,5510,5511,5512,5513,43,4372,5510,5513,4373,0,4499,5640,5643,4500,4372,5510,5513,4373,43,4373,5513,5514,4376,0,4500,5643,5644,4503,4373,5513,5514,4376,43,5513,5512,5515,5514,0,5643,5642,5645,5644,5513,5512,5515,5514,43,5514,5515,5516,5517,0,5644,5645,5646,5647,5514,5515,5516,5517,43,4376,5514,5517,4377,0,4503,5644,5647,4504,4376,5514,5517,4377,43,4377,5517,5518,4380,0,4504,5647,5648,4507,4377,5517,5518,4380,43,5517,5516,5519,5518,0,5647,5646,5649,5648,5517,5516,5519,5518,43,5518,5519,5508,5506,0,5648,5649,5638,5636,5518,5519,5508,5506,43,4380,5518,5506,4367,0,4507,5648,5636,4494,4380,5518,5506,4367,43,5520,5521,5522,5523,0,5650,5651,5652,5653,5520,5521,5522,5523,43,5521,5524,5525,5522,0,5651,5654,5655,5652,5521,5524,5525,5522,43,5522,5525,5526,5527,0,5652,5655,5656,5657,5522,5525,5526,5527,43,5523,5522,5527,5528,0,5653,5652,5657,5658,5523,5522,5527,5528,43,5528,5527,5529,5530,0,5658,5657,5659,5660,5528,5527,5529,5530,43,5527,5526,5531,5529,0,5657,5656,5661,5659,5527,5526,5531,5529,43,5529,5531,5532,5533,0,5659,5661,5662,5663,5529,5531,5532,5533,43,5530,5529,5533,5534,0,5660,5659,5663,5664,5530,5529,5533,5534,43,5535,5536,5537,5538,0,5665,5666,5667,5668,5535,5536,5537,5538,43,5536,5539,5540,5537,0,5666,5669,5670,5667,5536,5539,5540,5537,43,5537,5540,5496,5494,0,5667,5670,5626,5624,5537,5540,5496,5494,43,5538,5537,5494,4345,0,5668,5667,5624,4472,5538,5537,5494,4345,43,5534,5533,5541,5542,0,5664,5663,5671,5672,5534,5533,5541,5542,43,5533,5532,5543,5541,0,5663,5662,5673,5671,5533,5532,5543,5541,43,5541,5543,5539,5536,0,5671,5673,5669,5666,5541,5543,5539,5536,43,5542,5541,5536,5535,0,5672,5671,5666,5665,5542,5541,5536,5535,43,5544,5545,5546,5547,0,5674,5675,5676,5677,5544,5545,5546,5547,43,5545,5548,5549,5546,0,5675,5678,5679,5676,5545,5548,5549,5546,43,5546,5549,5524,5521,0,5676,5679,5654,5651,5546,5549,5524,5521,43,5547,5546,5521,5520,0,5677,5676,5651,5650,5547,5546,5521,5520,43,5505,5504,5550,5551,0,5635,5634,5680,5681,5505,5504,5550,5551,43,5504,5503,5552,5550,0,5634,5633,5682,5680,5504,5503,5552,5550,43,5550,5552,5548,5545,0,5680,5682,5678,5675,5550,5552,5548,5545,43,5551,5550,5545,5544,0,5681,5680,5675,5674,5551,5550,5545,5544,43,5544,5553,5554,5551,0,5674,5683,5684,5681,5544,5553,5554,5551,43,5553,5555,5556,5554,0,5683,5685,5686,5684,5553,5555,5556,5554,43,5551,5554,5556,5505,0,5681,5684,5686,5635,5551,5554,5556,5505,43,5520,5557,5558,5547,0,5650,5687,5688,5677,5520,5557,5558,5547,43,5557,5559,5560,5558,0,5687,5689,5690,5688,5557,5559,5560,5558,43,5558,5560,5555,5553,0,5688,5690,5685,5683,5558,5560,5555,5553,43,5547,5558,5553,5544,0,5677,5688,5683,5674,5547,5558,5553,5544,43,5528,5561,5562,5523,0,5658,5691,5692,5653,5528,5561,5562,5523,43,5561,5563,5564,5562,0,5691,5693,5694,5692,5561,5563,5564,5562,43,5562,5564,5559,5557,0,5692,5694,5689,5687,5562,5564,5559,5557,43,5523,5562,5557,5520,0,5653,5692,5687,5650,5523,5562,5557,5520,43,5534,5565,5566,5530,0,5664,5695,5696,5660,5534,5565,5566,5530,43,5565,5567,5568,5566,0,5695,5697,5698,5696,5565,5567,5568,5566,43,5566,5568,5563,5561,0,5696,5698,5693,5691,5566,5568,5563,5561,43,5530,5566,5561,5528,0,5660,5696,5691,5658,5530,5566,5561,5528,43,5534,5542,5569,5565,0,5664,5672,5699,5695,5534,5542,5569,5565,43,5542,5535,5570,5569,0,5672,5665,5700,5699,5542,5535,5570,5569,43,5569,5570,5571,5572,0,5699,5700,5701,5702,5569,5570,5571,5572,43,5565,5569,5572,5567,0,5695,5699,5702,5697,5565,5569,5572,5567,43,4345,5573,5574,5538,0,4472,5703,5704,5668,4345,5573,5574,5538,43,5573,5571,5570,5574,0,5703,5701,5700,5704,5573,5571,5570,5574,43,5538,5574,5570,5535,0,5668,5704,5700,5665,5538,5574,5570,5535,43,5575,5576,5577,5578,0,5705,5706,5707,5708,5575,5576,5577,5578,43,5576,5579,5580,5577,0,5706,5709,5710,5707,5576,5579,5580,5577,43,5577,5580,5581,5582,0,5707,5710,5711,5712,5577,5580,5581,5582,43,5578,5577,5582,5583,0,5708,5707,5712,5713,5578,5577,5582,5583,43,5584,5585,5586,5587,0,5714,5715,5716,5717,5584,5585,5586,5587,43,5585,5575,5578,5586,0,5715,5705,5708,5716,5585,5575,5578,5586,43,5586,5578,5583,5588,0,5716,5708,5713,5718,5586,5578,5583,5588,43,5587,5586,5588,5589,0,5717,5716,5718,5719,5587,5586,5588,5589,43,5590,5591,5592,5593,0,5720,5721,5722,5723,5590,5591,5592,5593,43,5591,5594,5595,5592,0,5721,5724,5725,5722,5591,5594,5595,5592,43,5592,5595,5584,5587,0,5722,5725,5714,5717,5592,5595,5584,5587,43,5593,5592,5587,5589,0,5723,5722,5717,5719,5593,5592,5587,5589,43,5596,5597,5598,5599,0,5726,5727,5728,5729,5596,5597,5598,5599,43,5597,5600,5601,5598,0,5727,5730,5731,5728,5597,5600,5601,5598,43,5598,5601,5602,5603,0,5728,5731,5732,5733,5598,5601,5602,5603,43,5599,5598,5603,5604,0,5729,5728,5733,5734,5599,5598,5603,5604,43,5602,5605,5606,5603,0,5732,5735,5736,5733,5602,5605,5606,5603,43,5605,5607,5608,5606,0,5735,5737,5738,5736,5605,5607,5608,5606,43,5606,5608,5609,5610,0,5736,5738,5739,5740,5606,5608,5609,5610,43,5603,5606,5610,5604,0,5733,5736,5740,5734,5603,5606,5610,5604,43,5611,5612,5613,5614,0,5741,5742,5743,5744,5611,5612,5613,5614,43,5612,5615,5616,5613,0,5742,5745,5746,5743,5612,5615,5616,5613,43,5613,5616,5617,5618,0,5743,5746,5747,5748,5613,5616,5617,5618,43,5614,5613,5618,5619,0,5744,5743,5748,5749,5614,5613,5618,5619,43,5611,5614,5620,5621,0,5741,5744,5750,5751,5611,5614,5620,5621,43,5614,5619,5622,5620,0,5744,5749,5752,5750,5614,5619,5622,5620,43,5620,5622,5623,5624,0,5750,5752,5753,5754,5620,5622,5623,5624,43,5621,5620,5624,5625,0,5751,5750,5754,5755,5621,5620,5624,5625,43,5626,5627,5628,5629,0,5756,5757,5758,5759,5626,5627,5628,5629,43,5627,5625,5630,5628,0,5757,5755,5760,5758,5627,5625,5630,5628,43,5628,5630,5631,5632,0,5758,5760,5761,5762,5628,5630,5631,5632,43,5629,5628,5632,5633,0,5759,5758,5762,5763,5629,5628,5632,5633,43,5634,5635,5636,5637,0,5764,5765,5766,5767,5634,5635,5636,5637,43,5635,5638,5639,5636,0,5765,5768,5769,5766,5635,5638,5639,5636,43,5636,5639,5625,5627,0,5766,5769,5755,5757,5636,5639,5625,5627,43,5637,5636,5627,5626,0,5767,5766,5757,5756,5637,5636,5627,5626,43,5625,5639,5640,5621,0,5755,5769,5770,5751,5625,5639,5640,5621,43,5639,5638,5641,5640,0,5769,5768,5771,5770,5639,5638,5641,5640,43,5640,5641,5642,5643,0,5770,5771,5772,5773,5640,5641,5642,5643,43,5621,5640,5643,5611,0,5751,5770,5773,5741,5621,5640,5643,5611,43,5644,5645,5646,5647,0,5774,5775,5776,5777,5644,5645,5646,5647,43,5645,5648,5649,5646,0,5775,5778,5779,5776,5645,5648,5649,5646,43,5646,5649,5650,5651,0,5776,5779,5780,5781,5646,5649,5650,5651,43,5647,5646,5651,5652,0,5777,5776,5781,5782,5647,5646,5651,5652,43,5653,5654,5655,5656,0,5783,5784,5785,5786,5653,5654,5655,5656,43,5654,5657,5658,5655,0,5784,5787,5788,5785,5654,5657,5658,5655,43,5655,5658,5659,5660,0,5785,5788,5789,5790,5655,5658,5659,5660,43,5656,5655,5660,5661,0,5786,5785,5790,5791,5656,5655,5660,5661,43,5642,5662,5663,5643,0,5772,5792,5793,5773,5642,5662,5663,5643,43,5662,5664,5665,5663,0,5792,5794,5795,5793,5662,5664,5665,5663,43,5663,5665,5666,5667,0,5793,5795,5796,5797,5663,5665,5666,5667,43,5643,5663,5667,5611,0,5773,5793,5797,5741,5643,5663,5667,5611,43,5666,5665,5668,5669,0,5796,5795,5798,5799,5666,5665,5668,5669,43,5665,5664,5670,5668,0,5795,5794,5800,5798,5665,5664,5670,5668,43,5668,5670,5671,5672,0,5798,5800,5801,5802,5668,5670,5671,5672,43,5669,5668,5672,5673,0,5799,5798,5802,5803,5669,5668,5672,5673,43,4927,5674,5675,4928,0,5057,5804,5805,5058,4927,5674,5675,4928,43,5674,5657,5654,5675,0,5804,5787,5784,5805,5674,5657,5654,5675,43,5675,5654,5653,5676,0,5805,5784,5783,5806,5675,5654,5653,5676,43,4928,5675,5676,4929,0,5058,5805,5806,5059,4928,5675,5676,4929,43,5677,5678,5679,5680,0,5807,5808,5809,5810,5677,5678,5679,5680,43,5678,4934,4931,5679,0,5808,5064,5061,5809,5678,4934,4931,5679,43,5679,4931,4930,5681,0,5809,5061,5060,5811,5679,4931,4930,5681,43,5680,5679,5681,5682,0,5810,5809,5811,5812,5680,5679,5681,5682,43,4943,5683,5684,4944,0,5073,5813,5814,5074,4943,5683,5684,4944,43,5683,5685,5686,5684,0,5813,5815,5816,5814,5683,5685,5686,5684,43,5684,5686,5682,5681,0,5814,5816,5812,5811,5684,5686,5682,5681,43,4944,5684,5681,4930,0,5074,5814,5811,5060,4944,5684,5681,4930,43,5687,5688,5689,5690,0,5817,5818,5819,5820,5687,5688,5689,5690,43,5688,5691,5692,5689,0,5818,5821,5822,5819,5688,5691,5692,5689,43,5689,5692,5693,5694,0,5819,5822,5823,5824,5689,5692,5693,5694,43,5690,5689,5694,5602,0,5820,5819,5824,5732,5690,5689,5694,5602,43,5693,5695,5696,5694,0,5823,5825,5826,5824,5693,5695,5696,5694,43,5695,5697,5698,5696,0,5825,5827,5828,5826,5695,5697,5698,5696,43,5696,5698,5607,5605,0,5826,5828,5737,5735,5696,5698,5607,5605,43,5694,5696,5605,5602,0,5824,5826,5735,5732,5694,5696,5605,5602,43,5691,5699,5700,5692,0,5821,5829,5830,5822,5691,5699,5700,5692,43,5699,5701,5702,5700,0,5829,5831,5832,5830,5699,5701,5702,5700,43,5700,5702,5703,5704,0,5830,5832,5833,5834,5700,5702,5703,5704,43,5692,5700,5704,5693,0,5822,5830,5834,5823,5692,5700,5704,5693,43,5703,5705,5706,5704,0,5833,5835,5836,5834,5703,5705,5706,5704,43,5705,5707,5708,5706,0,5835,5837,5838,5836,5705,5707,5708,5706,43,5706,5708,5697,5695,0,5836,5838,5827,5825,5706,5708,5697,5695,43,5704,5706,5695,5693,0,5834,5836,5825,5823,5704,5706,5695,5693,43,5707,5709,5710,5708,0,5837,5839,5840,5838,5707,5709,5710,5708,43,5709,5633,5632,5710,0,5839,5763,5762,5840,5709,5633,5632,5710,43,5710,5632,5631,5711,0,5840,5762,5761,5841,5710,5632,5631,5711,43,5708,5710,5711,5697,0,5838,5840,5841,5827,5708,5710,5711,5697,43,5712,5713,5714,5715,0,5842,5843,5844,5845,5712,5713,5714,5715,43,5713,5716,5717,5714,0,5843,5846,5847,5844,5713,5716,5717,5714,43,5714,5717,5659,5658,0,5844,5847,5789,5788,5714,5717,5659,5658,43,5715,5714,5658,5657,0,5845,5844,5788,5787,5715,5714,5658,5657,43,5712,5718,5719,5713,0,5842,5848,5849,5843,5712,5718,5719,5713,43,5718,5677,5720,5719,0,5848,5807,5850,5849,5718,5677,5720,5719,43,5719,5720,5721,5722,0,5849,5850,5851,5852,5719,5720,5721,5722,43,5713,5719,5722,5716,0,5843,5849,5852,5846,5713,5719,5722,5716,43,5723,5724,5725,5726,0,5853,5854,5855,5856,5723,5724,5725,5726,43,5724,5626,5629,5725,0,5854,5756,5759,5855,5724,5626,5629,5725,43,5725,5629,5633,5727,0,5855,5759,5763,5857,5725,5629,5633,5727,43,5726,5725,5727,5721,0,5856,5855,5857,5851,5726,5725,5727,5721,43,5728,5729,5730,5731,0,5858,5859,5860,5861,5728,5729,5730,5731,43,5729,5634,5637,5730,0,5859,5764,5767,5860,5729,5634,5637,5730,43,5730,5637,5626,5724,0,5860,5767,5756,5854,5730,5637,5626,5724,43,5731,5730,5724,5723,0,5861,5860,5854,5853,5731,5730,5724,5723,43,5732,5733,5734,5735,0,5862,5863,5864,5865,5732,5733,5734,5735,43,5733,5728,5731,5734,0,5863,5858,5861,5864,5733,5728,5731,5734,43,5734,5731,5723,5736,0,5864,5861,5853,5866,5734,5731,5723,5736,43,5735,5734,5736,5682,0,5865,5864,5866,5812,5735,5734,5736,5682,43,5677,5680,5737,5720,0,5807,5810,5867,5850,5677,5680,5737,5720,43,5680,5682,5736,5737,0,5810,5812,5866,5867,5680,5682,5736,5737,43,5737,5736,5723,5726,0,5867,5866,5853,5856,5737,5736,5723,5726,43,5720,5737,5726,5721,0,5850,5867,5856,5851,5720,5737,5726,5721,43,5721,5727,5738,5722,0,5851,5857,5868,5852,5721,5727,5738,5722,43,5727,5633,5709,5738,0,5857,5763,5839,5868,5727,5633,5709,5738,43,5738,5709,5707,5739,0,5868,5839,5837,5869,5738,5709,5707,5739,43,5722,5738,5739,5716,0,5852,5868,5869,5846,5722,5738,5739,5716,43,5659,5717,5740,5741,0,5789,5847,5870,5871,5659,5717,5740,5741,43,5717,5716,5739,5740,0,5847,5846,5869,5870,5717,5716,5739,5740,43,5740,5739,5707,5705,0,5870,5869,5837,5835,5740,5739,5707,5705,43,5741,5740,5705,5703,0,5871,5870,5835,5833,5741,5740,5705,5703,43,5661,5660,5742,5743,0,5791,5790,5872,5873,5661,5660,5742,5743,43,5660,5659,5741,5742,0,5790,5789,5871,5872,5660,5659,5741,5742,43,5742,5741,5703,5702,0,5872,5871,5833,5832,5742,5741,5703,5702,43,5743,5742,5702,5701,0,5873,5872,5832,5831,5743,5742,5702,5701,43,5005,5004,5744,5745,0,5135,5134,5874,5875,5005,5004,5744,5745,43,5004,4929,5676,5744,0,5134,5059,5806,5874,5004,4929,5676,5744,43,5744,5676,5653,5746,0,5874,5806,5783,5876,5744,5676,5653,5746,43,5745,5744,5746,5747,0,5875,5874,5876,5877,5745,5744,5746,5747,43,5747,5746,5748,5749,0,5877,5876,5878,5879,5747,5746,5748,5749,43,5746,5653,5656,5748,0,5876,5783,5786,5878,5746,5653,5656,5748,43,5748,5656,5661,5750,0,5878,5786,5791,5880,5748,5656,5661,5750,43,5749,5748,5750,5751,0,5879,5878,5880,5881,5749,5748,5750,5751,43,4635,5014,5752,4713,0,4765,5144,5882,4843,4635,5014,5752,4713,43,5014,5005,5745,5752,0,5144,5135,5875,5882,5014,5005,5745,5752,43,5752,5745,5747,5753,0,5882,5875,5877,5883,5752,5745,5747,5753,43,4713,5752,5753,4710,0,4843,5882,5883,4840,4713,5752,5753,4710,43,4710,5753,5754,4711,0,4840,5883,5884,4841,4710,5753,5754,4711,43,5753,5747,5749,5754,0,5883,5877,5879,5884,5753,5747,5749,5754,43,5754,5749,5751,5755,0,5884,5879,5881,5885,5754,5749,5751,5755,43,4711,5754,5755,4707,0,4841,5884,5885,4837,4711,5754,5755,4707,43,5751,5756,5757,5755,0,5881,5886,5887,5885,5751,5756,5757,5755,43,5756,5758,5759,5757,0,5886,5888,5889,5887,5756,5758,5759,5757,43,5757,5759,4675,4705,0,5887,5889,4805,4835,5757,5759,4675,4705,43,5755,5757,4705,4707,0,5885,5887,4835,4837,5755,5757,4705,4707,43,5751,5750,5760,5756,0,5881,5880,5890,5886,5751,5750,5760,5756,43,5750,5661,5743,5760,0,5880,5791,5873,5890,5750,5661,5743,5760,43,5760,5743,5701,5761,0,5890,5873,5831,5891,5760,5743,5701,5761,43,5756,5760,5761,5758,0,5886,5890,5891,5888,5756,5760,5761,5758,43,5762,5763,5764,5765,0,5892,5893,5894,5895,5762,5763,5764,5765,43,5763,5758,5761,5764,0,5893,5888,5891,5894,5763,5758,5761,5764,43,5764,5761,5701,5699,0,5894,5891,5831,5829,5764,5761,5701,5699,43,5765,5764,5699,5691,0,5895,5894,5829,5821,5765,5764,5699,5691,43,5687,5766,5767,5688,0,5817,5896,5897,5818,5687,5766,5767,5688,43,5766,5768,5769,5767,0,5896,5898,5899,5897,5766,5768,5769,5767,43,5767,5769,5762,5765,0,5897,5899,5892,5895,5767,5769,5762,5765,43,5688,5767,5765,5691,0,5818,5897,5895,5821,5688,5767,5765,5691,43,5600,5770,5771,5601,0,5730,5900,5901,5731,5600,5770,5771,5601,43,5770,5772,5773,5771,0,5900,5902,5903,5901,5770,5772,5773,5771,43,5771,5773,5687,5690,0,5901,5903,5817,5820,5771,5773,5687,5690,43,5601,5771,5690,5602,0,5731,5901,5820,5732,5601,5771,5690,5602,43,5772,5774,5775,5773,0,5902,5904,5905,5903,5772,5774,5775,5773,43,5774,5776,5777,5775,0,5904,5906,5907,5905,5774,5776,5777,5775,43,5775,5777,5768,5766,0,5905,5907,5898,5896,5775,5777,5768,5766,43,5773,5775,5766,5687,0,5903,5905,5896,5817,5773,5775,5766,5687,43,5776,5778,5779,5777,0,5906,5908,5909,5907,5776,5778,5779,5777,43,5778,4493,4666,5779,0,5908,4623,4796,5909,5778,4493,4666,5779,43,5779,4666,4665,5780,0,5909,4796,4795,5910,5779,4666,4665,5780,43,5777,5779,5780,5768,0,5907,5909,5910,5898,5777,5779,5780,5768,43,5768,5780,5781,5769,0,5898,5910,5911,5899,5768,5780,5781,5769,43,5780,4665,4703,5781,0,5910,4795,4833,5911,5780,4665,4703,5781,43,5781,4703,4667,5782,0,5911,4833,4797,5912,5781,4703,4667,5782,43,5769,5781,5782,5762,0,5899,5911,5912,5892,5769,5781,5782,5762,43,5762,5782,5783,5763,0,5892,5912,5913,5893,5762,5782,5783,5763,43,5782,4667,4670,5783,0,5912,4797,4800,5913,5782,4667,4670,5783,43,5783,4670,4675,5759,0,5913,4800,4805,5889,5783,4670,4675,5759,43,5763,5783,5759,5758,0,5893,5913,5889,5888,5763,5783,5759,5758,43,5784,5785,5786,5787,0,5914,5915,5916,5917,5784,5785,5786,5787,43,5785,5049,5046,5786,0,5915,5179,5176,5916,5785,5049,5046,5786,43,5786,5046,5045,5788,0,5916,5176,5175,5918,5786,5046,5045,5788,43,5787,5786,5788,5789,0,5917,5916,5918,5919,5787,5786,5788,5789,43,5049,5785,5790,5056,0,5179,5915,5920,5186,5049,5785,5790,5056,43,5785,5784,5791,5790,0,5915,5914,5921,5920,5785,5784,5791,5790,43,5790,5791,5685,5683,0,5920,5921,5815,5813,5790,5791,5685,5683,43,5056,5790,5683,4943,0,5186,5920,5813,5073,5056,5790,5683,4943,43,5685,5792,5793,5686,0,5815,5922,5923,5816,5685,5792,5793,5686,43,5792,5794,5795,5793,0,5922,5924,5925,5923,5792,5794,5795,5793,43,5793,5795,5732,5735,0,5923,5925,5862,5865,5793,5795,5732,5735,43,5686,5793,5735,5682,0,5816,5923,5865,5812,5686,5793,5735,5682,43,5784,5796,5797,5791,0,5914,5926,5927,5921,5784,5796,5797,5791,43,5796,5798,5799,5797,0,5926,5928,5929,5927,5796,5798,5799,5797,43,5797,5799,5794,5792,0,5927,5929,5924,5922,5797,5799,5794,5792,43,5791,5797,5792,5685,0,5921,5927,5922,5815,5791,5797,5792,5685,43,5789,5800,5801,5787,0,5919,5930,5931,5917,5789,5800,5801,5787,43,5800,5802,5803,5801,0,5930,5932,5933,5931,5800,5802,5803,5801,43,5801,5803,5798,5796,0,5931,5933,5928,5926,5801,5803,5798,5796,43,5787,5801,5796,5784,0,5917,5931,5926,5914,5787,5801,5796,5784,43,5671,5804,5805,5672,0,5801,5934,5935,5802,5671,5804,5805,5672,43,5804,5806,5807,5805,0,5934,5936,5937,5935,5804,5806,5807,5805,43,5805,5807,5808,5809,0,5935,5937,5938,5939,5805,5807,5808,5809,43,5672,5805,5809,5673,0,5802,5935,5939,5803,5672,5805,5809,5673,43,5808,5807,5810,5811,0,5938,5937,5940,5941,5808,5807,5810,5811,43,5807,5806,5812,5810,0,5937,5936,5942,5940,5807,5806,5812,5810,43,5810,5812,5813,5814,0,5940,5942,5943,5944,5810,5812,5813,5814,43,5811,5810,5814,5815,0,5941,5940,5944,5945,5811,5810,5814,5815,43,5806,5816,5817,5812,0,5936,5946,5947,5942,5806,5816,5817,5812,43,5816,5802,5800,5817,0,5946,5932,5930,5947,5816,5802,5800,5817,43,5817,5800,5789,5818,0,5947,5930,5919,5948,5817,5800,5789,5818,43,5812,5817,5818,5813,0,5942,5947,5948,5943,5812,5817,5818,5813,43,5813,5818,5819,5820,0,5943,5948,5949,5950,5813,5818,5819,5820,43,5818,5789,5788,5819,0,5948,5919,5918,5949,5818,5789,5788,5819,43,5819,5788,5045,5085,0,5949,5918,5175,5215,5819,5788,5045,5085,43,5820,5819,5085,5087,0,5950,5949,5215,5217,5820,5819,5085,5087,43,5815,5814,5821,5822,0,5945,5944,5951,5952,5815,5814,5821,5822,43,5814,5813,5820,5821,0,5944,5943,5950,5951,5814,5813,5820,5821,43,5821,5820,5087,5089,0,5951,5950,5217,5219,5821,5820,5087,5089,43,5822,5821,5089,5091,0,5952,5951,5219,5221,5822,5821,5089,5091,43,5823,5824,5825,5826,0,5953,5954,5955,5956,5823,5824,5825,5826,43,5824,5815,5822,5825,0,5954,5945,5952,5955,5824,5815,5822,5825,43,5825,5822,5091,5093,0,5955,5952,5221,5223,5825,5822,5091,5093,43,5826,5825,5093,5097,0,5956,5955,5223,5227,5826,5825,5093,5097,43,5673,5809,5827,5828,0,5803,5939,5957,5958,5673,5809,5827,5828,43,5809,5808,5811,5827,0,5939,5938,5941,5957,5809,5808,5811,5827,43,5827,5811,5815,5824,0,5957,5941,5945,5954,5827,5811,5815,5824,43,5828,5827,5824,5823,0,5958,5957,5954,5953,5828,5827,5824,5823,43,5673,5828,5829,5830,0,5803,5958,5959,5960,5673,5828,5829,5830,43,5828,5823,5831,5829,0,5958,5953,5961,5959,5828,5823,5831,5829,43,5829,5831,5832,5833,0,5959,5961,5962,5963,5829,5831,5832,5833,43,5830,5829,5833,5834,0,5960,5959,5963,5964,5830,5829,5833,5834,43,5112,5835,5836,5113,0,5242,5965,5966,5243,5112,5835,5836,5113,43,5835,5837,5838,5836,0,5965,5967,5968,5966,5835,5837,5838,5836,43,5836,5838,5839,5840,0,5966,5968,5969,5970,5836,5838,5839,5840,43,5113,5836,5840,5114,0,5243,5966,5970,5244,5113,5836,5840,5114,43,5118,5117,5841,5842,0,5248,5247,5971,5972,5118,5117,5841,5842,43,5117,5114,5840,5841,0,5247,5244,5970,5971,5117,5114,5840,5841,43,5841,5840,5839,5843,0,5971,5970,5969,5973,5841,5840,5839,5843,43,5842,5841,5843,5832,0,5972,5971,5973,5962,5842,5841,5843,5832,43,5097,5121,5844,5826,0,5227,5251,5974,5956,5097,5121,5844,5826,43,5121,5118,5842,5844,0,5251,5248,5972,5974,5121,5118,5842,5844,43,5844,5842,5832,5831,0,5974,5972,5962,5961,5844,5842,5832,5831,43,5826,5844,5831,5823,0,5956,5974,5961,5953,5826,5844,5831,5823,43,5124,5845,5846,5125,0,5254,5975,5976,5255,5124,5845,5846,5125,43,5845,5712,5715,5846,0,5975,5842,5845,5976,5845,5712,5715,5846,43,5846,5715,5657,5674,0,5976,5845,5787,5804,5846,5715,5657,5674,43,5125,5846,5674,4927,0,5255,5976,5804,5057,5125,5846,5674,4927,43,5124,5127,5847,5845,0,5254,5257,5977,5975,5124,5127,5847,5845,43,5127,4934,5678,5847,0,5257,5064,5808,5977,5127,4934,5678,5847,43,5847,5678,5677,5718,0,5977,5808,5807,5848,5847,5678,5677,5718,43,5845,5847,5718,5712,0,5975,5977,5848,5842,5845,5847,5718,5712,43,5848,5849,5850,5851,0,5978,5979,5980,5981,5848,5849,5850,5851,43,5849,920,917,5850,0,5979,922,919,5980,5849,920,917,5850,43,5850,917,916,5465,0,5980,919,918,5595,5850,917,916,5465,43,5851,5850,5465,5464,0,5981,5980,5595,5594,5851,5850,5465,5464,43,5469,5471,5852,5853,0,5599,5601,5982,5983,5469,5471,5852,5853,43,5471,3108,4043,5852,0,5601,3234,4170,5982,5471,3108,4043,5852,43,5852,4043,4041,5854,0,5982,4170,4168,5984,5852,4043,4041,5854,43,5853,5852,5854,5855,0,5983,5982,5984,5985,5853,5852,5854,5855,43,5581,5856,5857,5858,0,5711,5986,5987,5988,5581,5856,5857,5858,43,5856,5859,5860,5857,0,5986,5989,5990,5987,5856,5859,5860,5857,43,5857,5860,5855,5861,0,5987,5990,5985,5991,5857,5860,5855,5861,43,5858,5857,5861,5862,0,5988,5987,5991,5992,5858,5857,5861,5862,43,5855,5854,5863,5861,0,5985,5984,5993,5991,5855,5854,5863,5861,43,5854,4041,4040,5863,0,5984,4168,4167,5993,5854,4041,4040,5863,43,5863,4040,3756,5864,0,5993,4167,3883,5994,5863,4040,3756,5864,43,5861,5863,5864,5862,0,5991,5993,5994,5992,5861,5863,5864,5862,43,5855,5860,5865,5853,0,5985,5990,5995,5983,5855,5860,5865,5853,43,5860,5859,5866,5865,0,5990,5989,5996,5995,5860,5859,5866,5865,43,5865,5866,5464,5467,0,5995,5996,5594,5597,5865,5866,5464,5467,43,5853,5865,5467,5469,0,5983,5995,5597,5599,5853,5865,5467,5469,43,5575,5867,5868,5576,0,5705,5997,5998,5706,5575,5867,5868,5576,43,5867,5869,5870,5868,0,5997,5999,6000,5998,5867,5869,5870,5868,43,5868,5870,5871,5872,0,5998,6000,6001,6002,5868,5870,5871,5872,43,5576,5868,5872,5579,0,5706,5998,6002,5709,5576,5868,5872,5579,43,5871,5873,5874,5875,0,6001,6003,6004,6005,5871,5873,5874,5875,43,5873,5496,5540,5874,0,6003,5626,5670,6004,5873,5496,5540,5874,43,5874,5540,5539,5876,0,6004,5670,5669,6006,5874,5540,5539,5876,43,5875,5874,5876,5877,0,6005,6004,6006,6007,5875,5874,5876,5877,43,5480,5497,5878,5879,0,5610,5627,6008,6009,5480,5497,5878,5879,43,5497,5496,5873,5878,0,5627,5626,6003,6008,5497,5496,5873,5878,43,5878,5873,5871,5870,0,6008,6003,6001,6000,5878,5873,5871,5870,43,5879,5878,5870,5869,0,6009,6008,6000,5999,5879,5878,5870,5869,43,5880,5881,5882,5883,0,6010,6011,6012,6013,5880,5881,5882,5883,43,5881,5884,5885,5882,0,6011,6014,6015,6012,5881,5884,5885,5882,43,5882,5885,5886,5887,0,6012,6015,6016,6017,5882,5885,5886,5887,43,5883,5882,5887,5888,0,6013,6012,6017,6018,5883,5882,5887,5888,43,5888,5889,5890,5891,0,6018,6019,6020,6021,5888,5889,5890,5891,43,5889,5892,5893,5890,0,6019,6022,6023,6020,5889,5892,5893,5890,43,5890,5893,5648,5645,0,6020,6023,5778,5775,5890,5893,5648,5645,43,5891,5890,5645,5644,0,6021,6020,5775,5774,5891,5890,5645,5644,43,5892,5894,5895,5893,0,6022,6024,6025,6023,5892,5894,5895,5893,43,5894,5896,5897,5895,0,6024,6026,6027,6025,5894,5896,5897,5895,43,5895,5897,5898,5899,0,6025,6027,6028,6029,5895,5897,5898,5899,43,5893,5895,5899,5648,0,6023,6025,6029,5778,5893,5895,5899,5648,43,5898,5897,5900,5901,0,6028,6027,6030,6031,5898,5897,5900,5901,43,5897,5896,5902,5900,0,6027,6026,6032,6030,5897,5896,5902,5900,43,5900,5902,5903,5904,0,6030,6032,6033,6034,5900,5902,5903,5904,43,5901,5900,5904,5905,0,6031,6030,6034,6035,5901,5900,5904,5905,43,5623,5622,5906,5907,0,5753,5752,6036,6037,5623,5622,5906,5907,43,5622,5619,5618,5906,0,5752,5749,5748,6036,5622,5619,5618,5906,43,5906,5618,5617,5908,0,6036,5748,5747,6038,5906,5618,5617,5908,43,5907,5906,5908,5909,0,6037,6036,6038,6039,5907,5906,5908,5909,43,5625,5624,5910,5630,0,5755,5754,6040,5760,5625,5624,5910,5630,43,5624,5623,5907,5910,0,5754,5753,6037,6040,5624,5623,5907,5910,43,5910,5907,5909,5911,0,6040,6037,6039,6041,5910,5907,5909,5911,43,5630,5910,5911,5631,0,5760,6040,6041,5761,5630,5910,5911,5631,43,5607,5698,5912,5913,0,5737,5828,6042,6043,5607,5698,5912,5913,43,5698,5697,5711,5912,0,5828,5827,5841,6042,5698,5697,5711,5912,43,5912,5711,5631,5911,0,6042,5841,5761,6041,5912,5711,5631,5911,43,5913,5912,5911,5909,0,6043,6042,6041,6039,5913,5912,5911,5909,43,5607,5913,5914,5608,0,5737,6043,6044,5738,5607,5913,5914,5608,43,5913,5909,5915,5914,0,6043,6039,6045,6044,5913,5909,5915,5914,43,5914,5915,5916,5917,0,6044,6045,6046,6047,5914,5915,5916,5917,43,5608,5914,5917,5609,0,5738,6044,6047,5739,5608,5914,5917,5609,43,5909,5908,5918,5915,0,6039,6038,6048,6045,5909,5908,5918,5915,43,5908,5617,5919,5918,0,6038,5747,6049,6048,5908,5617,5919,5918,43,5918,5919,5920,5921,0,6048,6049,6050,6051,5918,5919,5920,5921,43,5915,5918,5921,5916,0,6045,6048,6051,6046,5915,5918,5921,5916,43,5922,5923,5924,5925,0,6052,6053,6054,6055,5922,5923,5924,5925,43,5923,5926,5927,5924,0,6053,6056,6057,6054,5923,5926,5927,5924,43,5924,5927,5928,5929,0,6054,6057,6058,6059,5924,5927,5928,5929,43,5925,5924,5929,5930,0,6055,6054,6059,6060,5925,5924,5929,5930,43,5916,5921,5931,5932,0,6046,6051,6061,6062,5916,5921,5931,5932,43,5921,5920,5933,5931,0,6051,6050,6063,6061,5921,5920,5933,5931,43,5931,5933,5926,5923,0,6061,6063,6056,6053,5931,5933,5926,5923,43,5932,5931,5923,5922,0,6062,6061,6053,6052,5932,5931,5923,5922,43,5617,5616,5934,5935,0,5747,5746,6064,6065,5617,5616,5934,5935,43,5616,5615,5936,5934,0,5746,5745,6066,6064,5616,5615,5936,5934,43,5934,5936,5937,5938,0,6064,6066,6067,6068,5934,5936,5937,5938,43,5935,5934,5938,5939,0,6065,6064,6068,6069,5935,5934,5938,5939,43,5834,5940,5941,5830,0,5964,6070,6071,5960,5834,5940,5941,5830,43,5940,5937,5942,5941,0,6070,6067,6072,6071,5940,5937,5942,5941,43,5941,5942,5666,5669,0,6071,6072,5796,5799,5941,5942,5666,5669,43,5830,5941,5669,5673,0,5960,6071,5799,5803,5830,5941,5669,5673,43,5937,5936,5943,5942,0,6067,6066,6073,6072,5937,5936,5943,5942,43,5936,5615,5612,5943,0,6066,5745,5742,6073,5936,5615,5612,5943,43,5943,5612,5611,5667,0,6073,5742,5741,5797,5943,5612,5611,5667,43,5942,5943,5667,5666,0,6072,6073,5797,5796,5942,5943,5667,5666,43,5905,5904,5944,5945,0,6035,6034,6074,6075,5905,5904,5944,5945,43,5904,5903,5946,5944,0,6034,6033,6076,6074,5904,5903,5946,5944,43,5944,5946,5939,5947,0,6074,6076,6069,6077,5944,5946,5939,5947,43,5945,5944,5947,5948,0,6075,6074,6077,6078,5945,5944,5947,5948,43,5837,5949,5950,5838,0,5967,6079,6080,5968,5837,5949,5950,5838,43,5949,5905,5945,5950,0,6079,6035,6075,6080,5949,5905,5945,5950,43,5950,5945,5948,5951,0,6080,6075,6078,6081,5950,5945,5948,5951,43,5838,5950,5951,5839,0,5968,6080,6081,5969,5838,5950,5951,5839,43,5839,5951,5952,5843,0,5969,6081,6082,5973,5839,5951,5952,5843,43,5951,5948,5953,5952,0,6081,6078,6083,6082,5951,5948,5953,5952,43,5952,5953,5834,5833,0,6082,6083,5964,5963,5952,5953,5834,5833,43,5843,5952,5833,5832,0,5973,6082,5963,5962,5843,5952,5833,5832,43,5939,5938,5954,5947,0,6069,6068,6084,6077,5939,5938,5954,5947,43,5938,5937,5940,5954,0,6068,6067,6070,6084,5938,5937,5940,5954,43,5954,5940,5834,5953,0,6084,6070,5964,6083,5954,5940,5834,5953,43,5947,5954,5953,5948,0,6077,6084,6083,6078,5947,5954,5953,5948,43,5939,5946,5955,5935,0,6069,6076,6085,6065,5939,5946,5955,5935,43,5946,5903,5956,5955,0,6076,6033,6086,6085,5946,5903,5956,5955,43,5955,5956,5920,5919,0,6085,6086,6050,6049,5955,5956,5920,5919,43,5935,5955,5919,5617,0,6065,6085,6049,5747,5935,5955,5919,5617,43,5920,5956,5957,5933,0,6050,6086,6087,6063,5920,5956,5957,5933,43,5956,5903,5902,5957,0,6086,6033,6032,6087,5956,5903,5902,5957,43,5957,5902,5896,5958,0,6087,6032,6026,6088,5957,5902,5896,5958,43,5933,5957,5958,5926,0,6063,6087,6088,6056,5933,5957,5958,5926,43,5926,5958,5959,5927,0,6056,6088,6089,6057,5926,5958,5959,5927,43,5958,5896,5894,5959,0,6088,6026,6024,6089,5958,5896,5894,5959,43,5959,5894,5892,5960,0,6089,6024,6022,6090,5959,5894,5892,5960,43,5927,5959,5960,5928,0,6057,6089,6090,6058,5927,5959,5960,5928,43,5886,5961,5962,5887,0,6016,6091,6092,6017,5886,5961,5962,5887,43,5961,5928,5960,5962,0,6091,6058,6090,6092,5961,5928,5960,5962,43,5962,5960,5892,5889,0,6092,6090,6022,6019,5962,5960,5892,5889,43,5887,5962,5889,5888,0,6017,6092,6019,6018,5887,5962,5889,5888,43,5884,5963,5964,5885,0,6014,6093,6094,6015,5884,5963,5964,5885,43,5963,5965,5966,5964,0,6093,6095,6096,6094,5963,5965,5966,5964,43,5964,5966,5967,5968,0,6094,6096,6097,6098,5964,5966,5967,5968,43,5885,5964,5968,5886,0,6015,6094,6098,6016,5885,5964,5968,5886,43,5930,5929,5969,5970,0,6060,6059,6099,6100,5930,5929,5969,5970,43,5929,5928,5961,5969,0,6059,6058,6091,6099,5929,5928,5961,5969,43,5969,5961,5886,5968,0,6099,6091,6016,6098,5969,5961,5886,5968,43,5970,5969,5968,5967,0,6100,6099,6098,6097,5970,5969,5968,5967,43,5609,5917,5971,5972,0,5739,6047,6101,6102,5609,5917,5971,5972,43,5917,5916,5932,5971,0,6047,6046,6062,6101,5917,5916,5932,5971,43,5971,5932,5922,5973,0,6101,6062,6052,6103,5971,5932,5922,5973,43,5972,5971,5973,5974,0,6102,6101,6103,6104,5972,5971,5973,5974,43,5974,5973,5975,5976,0,6104,6103,6105,6106,5974,5973,5975,5976,43,5973,5922,5925,5975,0,6103,6052,6055,6105,5973,5922,5925,5975,43,5975,5925,5930,5977,0,6105,6055,6060,6107,5975,5925,5930,5977,43,5976,5975,5977,5978,0,6106,6105,6107,6108,5976,5975,5977,5978,43,5604,5610,5979,5980,0,5734,5740,6109,6110,5604,5610,5979,5980,43,5610,5609,5972,5979,0,5740,5739,6102,6109,5610,5609,5972,5979,43,5979,5972,5974,5981,0,6109,6102,6104,6111,5979,5972,5974,5981,43,5980,5979,5981,5982,0,6110,6109,6111,6112,5980,5979,5981,5982,43,5596,5599,5983,5984,0,5726,5729,6113,6114,5596,5599,5983,5984,43,5599,5604,5980,5983,0,5729,5734,6110,6113,5599,5604,5980,5983,43,5983,5980,5982,5985,0,6113,6110,6112,6115,5983,5980,5982,5985,43,5984,5983,5985,5986,0,6114,6113,6115,6116,5984,5983,5985,5986,43,5986,5985,5987,5988,0,6116,6115,6117,6118,5986,5985,5987,5988,43,5985,5982,5989,5987,0,6115,6112,6119,6117,5985,5982,5989,5987,43,5987,5989,5990,5991,0,6117,6119,6120,6121,5987,5989,5990,5991,43,5988,5987,5991,5590,0,6118,6117,6121,5720,5988,5987,5991,5590,43,5974,5976,5992,5981,0,6104,6106,6122,6111,5974,5976,5992,5981,43,5976,5978,5993,5992,0,6106,6108,6123,6122,5976,5978,5993,5992,43,5992,5993,5990,5989,0,6122,6123,6120,6119,5992,5993,5990,5989,43,5981,5992,5989,5982,0,6111,6122,6119,6112,5981,5992,5989,5982,43,5978,5994,5995,5993,0,6108,6124,6125,6123,5978,5994,5995,5993,43,5994,5996,5997,5995,0,6124,6126,6127,6125,5994,5996,5997,5995,43,5995,5997,5998,5999,0,6125,6127,6128,6129,5995,5997,5998,5999,43,5993,5995,5999,5990,0,6123,6125,6129,6120,5993,5995,5999,5990,43,5990,5999,6000,5991,0,6120,6129,6130,6121,5990,5999,6000,5991,43,5999,5998,6001,6000,0,6129,6128,6131,6130,5999,5998,6001,6000,43,6000,6001,5594,5591,0,6130,6131,5724,5721,6000,6001,5594,5591,43,5991,6000,5591,5590,0,6121,6130,5721,5720,5991,6000,5591,5590,43,5998,6002,6003,6001,0,6128,6132,6133,6131,5998,6002,6003,6001,43,6002,6004,6005,6003,0,6132,6134,6135,6133,6002,6004,6005,6003,43,6003,6005,6006,6007,0,6133,6135,6136,6137,6003,6005,6006,6007,43,6001,6003,6007,5594,0,6131,6133,6137,5724,6001,6003,6007,5594,43,5996,6008,6009,5997,0,6126,6138,6139,6127,5996,6008,6009,5997,43,6008,6010,6011,6009,0,6138,6140,6141,6139,6008,6010,6011,6009,43,6009,6011,6004,6002,0,6139,6141,6134,6132,6009,6011,6004,6002,43,5997,6009,6002,5998,0,6127,6139,6132,6128,5997,6009,6002,5998,43,5930,5970,6012,5977,0,6060,6100,6142,6107,5930,5970,6012,5977,43,5970,5967,6013,6012,0,6100,6097,6143,6142,5970,5967,6013,6012,43,6012,6013,5996,5994,0,6142,6143,6126,6124,6012,6013,5996,5994,43,5977,6012,5994,5978,0,6107,6142,6124,6108,5977,6012,5994,5978,43,5967,5966,6014,6013,0,6097,6096,6144,6143,5967,5966,6014,6013,43,5966,5965,6015,6014,0,6096,6095,6145,6144,5966,5965,6015,6014,43,6014,6015,6010,6008,0,6144,6145,6140,6138,6014,6015,6010,6008,43,6013,6014,6008,5996,0,6143,6144,6138,6126,6013,6014,6008,5996,43,5965,6016,6017,6015,0,6095,6146,6147,6145,5965,6016,6017,6015,43,6016,5476,5475,6017,0,6146,5606,5605,6147,6016,5476,5475,6017,43,6017,5475,5474,6018,0,6147,5605,5604,6148,6017,5475,5474,6018,43,6015,6017,6018,6010,0,6145,6147,6148,6140,6015,6017,6018,6010,43,5594,6007,6019,5595,0,5724,6137,6149,5725,5594,6007,6019,5595,43,6007,6006,6020,6019,0,6137,6136,6150,6149,6007,6006,6020,6019,43,6019,6020,6021,6022,0,6149,6150,6151,6152,6019,6020,6021,6022,43,5595,6019,6022,5584,0,5725,6149,6152,5714,5595,6019,6022,5584,43,6021,6023,6024,6022,0,6151,6153,6154,6152,6021,6023,6024,6022,43,6023,5869,5867,6024,0,6153,5999,5997,6154,6023,5869,5867,6024,43,6024,5867,5575,5585,0,6154,5997,5705,5715,6024,5867,5575,5585,43,6022,6024,5585,5584,0,6152,6154,5715,5714,6022,6024,5585,5584,43,5482,5481,6025,6026,0,5612,5611,6155,6156,5482,5481,6025,6026,43,5481,5480,5879,6025,0,5611,5610,6009,6155,5481,5480,5879,6025,43,6025,5879,5869,6023,0,6155,6009,5999,6153,6025,5879,5869,6023,43,6026,6025,6023,6021,0,6156,6155,6153,6151,6026,6025,6023,6021,43,6006,6027,6028,6020,0,6136,6157,6158,6150,6006,6027,6028,6020,43,6027,5486,5485,6028,0,6157,5616,5615,6158,6027,5486,5485,6028,43,6028,5485,5482,6026,0,6158,5615,5612,6156,6028,5485,5482,6026,43,6020,6028,6026,6021,0,6150,6158,6156,6151,6020,6028,6026,6021,43,6010,6018,6029,6011,0,6140,6148,6159,6141,6010,6018,6029,6011,43,6018,5474,5493,6029,0,6148,5604,5623,6159,6018,5474,5493,6029,43,6029,5493,5490,6030,0,6159,5623,5620,6160,6029,5493,5490,6030,43,6011,6029,6030,6004,0,6141,6159,6160,6134,6011,6029,6030,6004,43,6004,6030,6031,6005,0,6134,6160,6161,6135,6004,6030,6031,6005,43,6030,5490,5489,6031,0,6160,5620,5619,6161,6030,5490,5489,6031,43,6031,5489,5486,6027,0,6161,5619,5616,6157,6031,5489,5486,6027,43,6005,6031,6027,6006,0,6135,6161,6157,6136,6005,6031,6027,6006,43,5512,5511,6032,6033,0,5642,5641,6162,6163,5512,5511,6032,6033,43,5511,5476,6016,6032,0,5641,5606,6146,6162,5511,5476,6016,6032,43,6032,6016,5965,5963,0,6162,6146,6095,6093,6032,6016,5965,5963,43,6033,6032,5963,5884,0,6163,6162,6093,6014,6033,6032,5963,5884,43,5516,5515,6034,6035,0,5646,5645,6164,6165,5516,5515,6034,6035,43,5515,5512,6033,6034,0,5645,5642,6163,6164,5515,5512,6033,6034,43,6034,6033,5884,5881,0,6164,6163,6014,6011,6034,6033,5884,5881,43,6035,6034,5881,5880,0,6165,6164,6011,6010,6035,6034,5881,5880,43,5320,6036,6037,5321,0,5450,6166,6167,5451,5320,6036,6037,5321,43,6036,6038,6039,6037,0,6166,6168,6169,6167,6036,6038,6039,6037,43,6037,6039,5837,5835,0,6167,6169,5967,5965,6037,6039,5837,5835,43,5321,6037,5835,5112,0,5451,6167,5965,5242,5321,6037,5835,5112,43,6038,6040,6041,6039,0,6168,6170,6171,6169,6038,6040,6041,6039,43,6040,5898,5901,6041,0,6170,6028,6031,6171,6040,5898,5901,6041,43,6041,5901,5905,5949,0,6171,6031,6035,6079,6041,5901,5905,5949,43,6039,6041,5949,5837,0,6169,6171,6079,5967,6039,6041,5949,5837,43,5650,5649,6042,6043,0,5780,5779,6172,6173,5650,5649,6042,6043,43,5649,5648,5899,6042,0,5779,5778,6029,6172,5649,5648,5899,6042,43,6042,5899,5898,6040,0,6172,6029,6028,6170,6042,5899,5898,6040,43,6043,6042,6040,6038,0,6173,6172,6170,6168,6043,6042,6040,6038,43,5328,6044,6045,5329,0,5458,6174,6175,5459,5328,6044,6045,5329,43,6044,5650,6043,6045,0,6174,5780,6173,6175,6044,5650,6043,6045,43,6045,6043,6038,6036,0,6175,6173,6168,6166,6045,6043,6038,6036,43,5329,6045,6036,5320,0,5459,6175,6166,5450,5329,6045,6036,5320,43,5650,6044,6046,5651,0,5780,6174,6176,5781,5650,6044,6046,5651,43,6044,5328,5331,6046,0,6174,5458,5461,6176,6044,5328,5331,6046,43,6046,5331,5330,6047,0,6176,5461,5460,6177,6046,5331,5330,6047,43,5651,6046,6047,5652,0,5781,6176,6177,5782,5651,6046,6047,5652,43,6048,6049,6050,6051,0,6178,6179,6180,6181,6048,6049,6050,6051,43,6049,6052,6053,6050,0,6179,6182,6183,6180,6049,6052,6053,6050,43,6050,6053,5334,5337,0,6180,6183,5464,5467,6050,6053,5334,5337,43,6051,6050,5337,5342,0,6181,6180,5467,5472,6051,6050,5337,5342,43,5330,5345,6054,6047,0,5460,5475,6184,6177,5330,5345,6054,6047,43,5345,5334,6053,6054,0,5475,5464,6183,6184,5345,5334,6053,6054,43,6054,6053,6052,6055,0,6184,6183,6182,6185,6054,6053,6052,6055,43,6047,6054,6055,5652,0,6177,6184,6185,5782,6047,6054,6055,5652,43,5503,6056,6057,5552,0,5633,6186,6187,5682,5503,6056,6057,5552,43,6056,6058,6059,6057,0,6186,6188,6189,6187,6056,6058,6059,6057,43,6057,6059,6060,6061,0,6187,6189,6190,6191,6057,6059,6060,6061,43,5552,6057,6061,5548,0,5682,6187,6191,5678,5552,6057,6061,5548,43,6062,6063,6064,6065,0,6192,6193,6194,6195,6062,6063,6064,6065,43,6063,6066,6067,6064,0,6193,6196,6197,6194,6063,6066,6067,6064,43,6064,6067,5644,5647,0,6194,6197,5774,5777,6064,6067,5644,5647,43,6065,6064,5647,5652,0,6195,6194,5777,5782,6065,6064,5647,5652,43,6066,6068,6069,6067,0,6196,6198,6199,6197,6066,6068,6069,6067,43,6068,5880,5883,6069,0,6198,6010,6013,6199,6068,5880,5883,6069,43,6069,5883,5888,5891,0,6199,6013,6018,6021,6069,5883,5888,5891,43,6067,6069,5891,5644,0,6197,6199,6021,5774,6067,6069,5891,5644,43,5508,5519,6070,6071,0,5638,5649,6200,6201,5508,5519,6070,6071,43,5519,5516,6035,6070,0,5649,5646,6165,6200,5519,5516,6035,6070,43,6070,6035,5880,6068,0,6200,6165,6010,6198,6070,6035,5880,6068,43,6071,6070,6068,6066,0,6201,6200,6198,6196,6071,6070,6068,6066,43,5501,5509,6072,6073,0,5631,5639,6202,6203,5501,5509,6072,6073,43,5509,5508,6071,6072,0,5639,5638,6201,6202,5509,5508,6071,6072,43,6072,6071,6066,6063,0,6202,6201,6196,6193,6072,6071,6066,6063,43,6073,6072,6063,6062,0,6203,6202,6193,6192,6073,6072,6063,6062,43,5503,5502,6074,6056,0,5633,5632,6204,6186,5503,5502,6074,6056,43,5502,5501,6073,6074,0,5632,5631,6203,6204,5502,5501,6073,6074,43,6074,6073,6062,6075,0,6204,6203,6192,6205,6074,6073,6062,6075,43,6056,6074,6075,6058,0,6186,6204,6205,6188,6056,6074,6075,6058,43,6052,6076,6077,6055,0,6182,6206,6207,6185,6052,6076,6077,6055,43,6076,6058,6075,6077,0,6206,6188,6205,6207,6076,6058,6075,6077,43,6077,6075,6062,6065,0,6207,6205,6192,6195,6077,6075,6062,6065,43,6055,6077,6065,5652,0,6185,6207,6195,5782,6055,6077,6065,5652,43,6058,6076,6078,6059,0,6188,6206,6208,6189,6058,6076,6078,6059,43,6076,6052,6049,6078,0,6206,6182,6179,6208,6076,6052,6049,6078,43,6078,6049,6048,6079,0,6208,6179,6178,6209,6078,6049,6048,6079,43,6059,6078,6079,6060,0,6189,6208,6209,6190,6059,6078,6079,6060,43,6060,6079,6080,6081,0,6190,6209,6210,6211,6060,6079,6080,6081,43,6079,6048,6082,6080,0,6209,6178,6212,6210,6079,6048,6082,6080,43,6080,6082,6083,6084,0,6210,6212,6213,6214,6080,6082,6083,6084,43,6081,6080,6084,6085,0,6211,6210,6214,6215,6081,6080,6084,6085,43,6086,6087,6088,6089,0,6216,6217,6218,6219,6086,6087,6088,6089,43,6087,5380,5377,6088,0,6217,5510,5507,6218,6087,5380,5377,6088,43,6088,5377,5376,6090,0,6218,5507,5506,6220,6088,5377,5376,6090,43,6089,6088,6090,6091,0,6219,6218,6220,6221,6089,6088,6090,6091,43,6083,6092,6093,6094,0,6213,6222,6223,6224,6083,6092,6093,6094,43,6092,5387,5385,6093,0,6222,5517,5515,6223,6092,5387,5385,6093,43,6093,5385,5380,6087,0,6223,5515,5510,6217,6093,5385,5380,6087,43,6094,6093,6087,6086,0,6224,6223,6217,6216,6094,6093,6087,6086,43,6095,6096,6097,6098,0,6225,6226,6227,6228,6095,6096,6097,6098,43,6096,6086,6089,6097,0,6226,6216,6219,6227,6096,6086,6089,6097,43,6097,6089,6091,6099,0,6227,6219,6221,6229,6097,6089,6091,6099,43,6098,6097,6099,6100,0,6228,6227,6229,6230,6098,6097,6099,6100,43,6085,6101,6102,6103,0,6215,6231,6232,6233,6085,6101,6102,6103,43,6101,6095,6104,6102,0,6231,6225,6234,6232,6101,6095,6104,6102,43,6102,6104,6105,6106,0,6232,6234,6235,6236,6102,6104,6105,6106,43,6103,6102,6106,5524,0,6233,6232,6236,5654,6103,6102,6106,5524,43,5548,6061,6107,5549,0,5678,6191,6237,5679,5548,6061,6107,5549,43,6061,6060,6081,6107,0,6191,6190,6211,6237,6061,6060,6081,6107,43,6107,6081,6085,6103,0,6237,6211,6215,6233,6107,6081,6085,6103,43,5549,6107,6103,5524,0,5679,6237,6233,5654,5549,6107,6103,5524,43,6105,6108,6109,6106,0,6235,6238,6239,6236,6105,6108,6109,6106,43,6108,6110,6111,6109,0,6238,6240,6241,6239,6108,6110,6111,6109,43,6109,6111,5526,5525,0,6239,6241,5656,5655,6109,6111,5526,5525,43,6106,6109,5525,5524,0,6236,6239,5655,5654,6106,6109,5525,5524,43,6112,6113,6114,6115,0,6242,6243,6244,6245,6112,6113,6114,6115,43,6113,6110,6108,6114,0,6243,6240,6238,6244,6113,6110,6108,6114,43,6114,6108,6105,6116,0,6244,6238,6235,6246,6114,6108,6105,6116,43,6115,6114,6116,6117,0,6245,6244,6246,6247,6115,6114,6116,6117,43,6118,6119,6120,6121,0,6248,6249,6250,6251,6118,6119,6120,6121,43,6119,6112,6122,6120,0,6249,6242,6252,6250,6119,6112,6122,6120,43,6120,6122,5848,5851,0,6250,6252,5978,5981,6120,6122,5848,5851,43,6121,6120,5851,5464,0,6251,6250,5981,5594,6121,6120,5851,5464,43,6123,6124,6125,6126,0,6253,6254,6255,6256,6123,6124,6125,6126,43,6124,5532,5531,6125,0,6254,5662,5661,6255,6124,5532,5531,6125,43,6125,5531,5526,6111,0,6255,5661,5656,6241,6125,5531,5526,6111,43,6126,6125,6111,6110,0,6256,6255,6241,6240,6126,6125,6111,6110,43,5877,5876,6127,6128,0,6007,6006,6257,6258,5877,5876,6127,6128,43,5876,5539,5543,6127,0,6006,5669,5673,6257,5876,5539,5543,6127,43,6127,5543,5532,6124,0,6257,5673,5662,6254,6127,5543,5532,6124,43,6128,6127,6124,6123,0,6258,6257,6254,6253,6128,6127,6124,6123,43,5859,6129,6130,5866,0,5989,6259,6260,5996,5859,6129,6130,5866,43,6129,6131,6132,6130,0,6259,6261,6262,6260,6129,6131,6132,6130,43,6130,6132,6118,6121,0,6260,6262,6248,6251,6130,6132,6118,6121,43,5866,6130,6121,5464,0,5996,6260,6251,5594,5866,6130,6121,5464,43,5579,5872,6133,6134,0,5709,6002,6263,6264,5579,5872,6133,6134,43,5872,5871,5875,6133,0,6002,6001,6005,6263,5872,5871,5875,6133,43,6133,5875,5877,6135,0,6263,6005,6007,6265,6133,5875,5877,6135,43,6134,6133,6135,6131,0,6264,6263,6265,6261,6134,6133,6135,6131,43,5581,5580,6136,5856,0,5711,5710,6266,5986,5581,5580,6136,5856,43,5580,5579,6134,6136,0,5710,5709,6264,6266,5580,5579,6134,6136,43,6136,6134,6131,6129,0,6266,6264,6261,6259,6136,6134,6131,6129,43,5856,6136,6129,5859,0,5986,6266,6259,5989,5856,6136,6129,5859,43,6131,6135,6137,6132,0,6261,6265,6267,6262,6131,6135,6137,6132,43,6135,5877,6128,6137,0,6265,6007,6258,6267,6135,5877,6128,6137,43,6137,6128,6123,6138,0,6267,6258,6253,6268,6137,6128,6123,6138,43,6132,6137,6138,6118,0,6262,6267,6268,6248,6132,6137,6138,6118,43,6118,6138,6139,6119,0,6248,6268,6269,6249,6118,6138,6139,6119,43,6138,6123,6126,6139,0,6268,6253,6256,6269,6138,6123,6126,6139,43,6139,6126,6110,6113,0,6269,6256,6240,6243,6139,6126,6110,6113,43,6119,6139,6113,6112,0,6249,6269,6243,6242,6119,6139,6113,6112,43,6140,6141,6142,6143,0,6270,6271,6272,6273,6140,6141,6142,6143,43,6141,6091,6090,6142,0,6271,6221,6220,6272,6141,6091,6090,6142,43,6142,6090,5376,5436,0,6272,6220,5506,5566,6142,6090,5376,5436,43,6143,6142,5436,5440,0,6273,6272,5566,5570,6143,6142,5436,5440,43,6144,6145,6146,6147,0,6274,6275,6276,6277,6144,6145,6146,6147,43,6145,6100,6099,6146,0,6275,6230,6229,6276,6145,6100,6099,6146,43,6146,6099,6091,6141,0,6276,6229,6221,6271,6146,6099,6091,6141,43,6147,6146,6141,6140,0,6277,6276,6271,6270,6147,6146,6141,6140,43,6140,6143,6148,6149,0,6270,6273,6278,6279,6140,6143,6148,6149,43,6143,5440,5445,6148,0,6273,5570,5575,6278,6143,5440,5445,6148,43,6148,5445,56,829,0,6278,5575,56,831,6148,5445,56,829,43,6149,6148,829,828,0,6279,6278,831,830,6149,6148,829,828,43,1421,6150,6151,1422,0,1442,6280,6281,1443,1421,6150,6151,1422,43,6150,6144,6147,6151,0,6280,6274,6277,6281,6150,6144,6147,6151,43,6151,6147,6140,6149,0,6281,6277,6270,6279,6151,6147,6140,6149,43,1422,6151,6149,828,0,1443,6281,6279,830,1422,6151,6149,828,43,920,5849,6152,1412,0,922,5979,6282,1433,920,5849,6152,1412,43,5849,5848,6153,6152,0,5979,5978,6283,6282,5849,5848,6153,6152,43,6152,6153,6154,6155,0,6282,6283,6284,6285,6152,6153,6154,6155,43,1412,6152,6155,1413,0,1433,6282,6285,1434,1412,6152,6155,1413,43,1413,6155,6156,1426,0,1434,6285,6286,1447,1413,6155,6156,1426,43,6155,6154,6157,6156,0,6285,6284,6287,6286,6155,6154,6157,6156,43,6156,6157,6144,6150,0,6286,6287,6274,6280,6156,6157,6144,6150,43,1426,6156,6150,1421,0,1447,6286,6280,1442,1426,6156,6150,1421,43,5848,6122,6158,6153,0,5978,6252,6288,6283,5848,6122,6158,6153,43,6122,6112,6115,6158,0,6252,6242,6245,6288,6122,6112,6115,6158,43,6158,6115,6117,6159,0,6288,6245,6247,6289,6158,6115,6117,6159,43,6153,6158,6159,6154,0,6283,6288,6289,6284,6153,6158,6159,6154,43,6154,6159,6160,6157,0,6284,6289,6290,6287,6154,6159,6160,6157,43,6159,6117,6161,6160,0,6289,6247,6291,6290,6159,6117,6161,6160,43,6160,6161,6100,6145,0,6290,6291,6230,6275,6160,6161,6100,6145,43,6157,6160,6145,6144,0,6287,6290,6275,6274,6157,6160,6145,6144,43,6117,6116,6162,6161,0,6247,6246,6292,6291,6117,6116,6162,6161,43,6116,6105,6104,6162,0,6246,6235,6234,6292,6116,6105,6104,6162,43,6162,6104,6095,6098,0,6292,6234,6225,6228,6162,6104,6095,6098,43,6161,6162,6098,6100,0,6291,6292,6228,6230,6161,6162,6098,6100,43,6085,6084,6163,6101,0,6215,6214,6293,6231,6085,6084,6163,6101,43,6084,6083,6094,6163,0,6214,6213,6224,6293,6084,6083,6094,6163,43,6163,6094,6086,6096,0,6293,6224,6216,6226,6163,6094,6086,6096,43,6101,6163,6096,6095,0,6231,6293,6226,6225,6101,6163,6096,6095,43,6048,6051,6164,6082,0,6178,6181,6294,6212,6048,6051,6164,6082,43,6051,5342,5462,6164,0,6181,5472,5592,6294,6051,5342,5462,6164,43,6164,5462,5387,6092,0,6294,5592,5517,6222,6164,5462,5387,6092,43,6082,6164,6092,6083,0,6212,6294,6222,6213,6082,6164,6092,6083,43,6165,6166,6167,6168,0,6295,6296,6297,6298,6165,6166,6167,6168,43,6166,6169,6170,6167,0,6296,6299,6300,6297,6166,6169,6170,6167,43,6167,6170,6171,6172,0,6297,6300,6301,6302,6167,6170,6171,6172,43,6168,6167,6172,6173,0,6298,6297,6302,6303,6168,6167,6172,6173,43,4852,4851,6174,6175,0,4982,4981,6304,6305,4852,4851,6174,6175,43,4851,4850,6176,6174,0,4981,4980,6306,6304,4851,4850,6176,6174,43,6174,6176,6177,6178,0,6304,6306,6307,6308,6174,6176,6177,6178,43,6175,6174,6178,6179,0,6305,6304,6308,6309,6175,6174,6178,6179,43,6180,6181,6182,6183,0,6310,6311,6312,6313,6180,6181,6182,6183,43,6181,6184,6185,6182,0,6311,6314,6315,6312,6181,6184,6185,6182,43,6182,6185,626,629,0,6312,6315,626,629,6182,6185,626,629,43,6183,6182,629,101,0,6313,6312,629,101,6183,6182,629,101,43,6173,6172,6186,6187,0,6303,6302,6316,6317,6173,6172,6186,6187,43,6172,6171,6188,6186,0,6302,6301,6318,6316,6172,6171,6188,6186,43,6186,6188,6189,6190,0,6316,6318,6319,6320,6186,6188,6189,6190,43,6187,6186,6190,6191,0,6317,6316,6320,6321,6187,6186,6190,6191,43,6184,6181,6192,6193,0,6314,6311,6322,6323,6184,6181,6192,6193,43,6181,6180,6194,6192,0,6311,6310,6324,6322,6181,6180,6194,6192,43,6192,6194,6195,6196,0,6322,6324,6325,6326,6192,6194,6195,6196,43,6193,6192,6196,6191,0,6323,6322,6326,6321,6193,6192,6196,6191,43,6195,6197,6198,6196,0,6325,6327,6328,6326,6195,6197,6198,6196,43,6197,4833,4835,6198,0,6327,4963,4965,6328,6197,4833,4835,6198,43,6198,4835,4839,6199,0,6328,4965,4969,6329,6198,4835,4839,6199,43,6196,6198,6199,6191,0,6326,6328,6329,6321,6196,6198,6199,6191,43,4839,4845,6200,6199,0,4969,4975,6330,6329,4839,4845,6200,6199,43,4845,4844,6201,6200,0,4975,4974,6331,6330,4845,4844,6201,6200,43,6200,6201,6173,6187,0,6330,6331,6303,6317,6200,6201,6173,6187,43,6199,6200,6187,6191,0,6329,6330,6317,6321,6199,6200,6187,6191,43,6189,6202,6203,6190,0,6319,6332,6333,6320,6189,6202,6203,6190,43,6202,6204,6205,6203,0,6332,6334,6335,6333,6202,6204,6205,6203,43,6203,6205,6184,6193,0,6333,6335,6314,6323,6203,6205,6184,6193,43,6190,6203,6193,6191,0,6320,6333,6323,6321,6190,6203,6193,6191,43,6184,6205,6206,6185,0,6314,6335,6336,6315,6184,6205,6206,6185,43,6205,6204,6207,6206,0,6335,6334,6337,6336,6205,6204,6207,6206,43,6206,6207,603,634,0,6336,6337,603,634,6206,6207,603,634,43,6185,6206,634,626,0,6315,6336,634,626,6185,6206,634,626,43,5037,6208,6209,5038,0,5167,6338,6339,5168,5037,6208,6209,5038,43,6208,6210,6211,6209,0,6338,6340,6341,6339,6208,6210,6211,6209,43,6209,6211,6212,6213,0,6339,6341,6342,6343,6209,6211,6212,6213,43,5038,6209,6213,5033,0,5168,6339,6343,5163,5038,6209,6213,5033,43,5033,6213,6214,5034,0,5163,6343,6344,5164,5033,6213,6214,5034,43,6213,6212,6215,6214,0,6343,6342,6345,6344,6213,6212,6215,6214,43,6214,6215,6177,6176,0,6344,6345,6307,6306,6214,6215,6177,6176,43,5034,6214,6176,4850,0,5164,6344,6306,4980,5034,6214,6176,4850,43,5037,5041,6216,6208,0,5167,5171,6346,6338,5037,5041,6216,6208,43,5041,4399,4402,6216,0,5171,4527,4530,6346,5041,4399,4402,6216,43,6216,4402,4404,6217,0,6346,4530,4533,6347,6216,4402,4404,6217,43,6208,6216,6217,6210,0,6338,6346,6347,6340,6208,6216,6217,6210,43,6179,6218,6219,6220,0,6309,6348,6349,6350,6179,6218,6219,6220,43,6218,6221,6222,6219,0,6348,6351,6352,6349,6218,6221,6222,6219,43,6219,6222,6169,6166,0,6349,6352,6299,6296,6219,6222,6169,6166,43,6166,6165,6220,6219,0,6296,6295,6350,6349,6166,6165,6220,6219,43,6177,6223,6224,6178,0,6307,6353,6354,6308,6177,6223,6224,6178,43,6223,6225,6226,6224,0,6353,6355,6356,6354,6223,6225,6226,6224,43,6224,6226,6221,6218,0,6354,6356,6351,6348,6224,6226,6221,6218,43,6178,6224,6218,6179,0,6308,6354,6348,6309,6178,6224,6218,6179,43,6227,6228,6229,6230,0,6357,6358,6359,6360,6227,6228,6229,6230,43,6228,6231,6232,6229,0,6358,6361,6362,6359,6228,6231,6232,6229,43,6229,6232,6233,6234,0,6359,6362,6363,6364,6229,6232,6233,6234,43,6230,6229,6234,6235,0,6360,6359,6364,6365,6230,6229,6234,6235,43,6227,6236,6237,6228,0,6357,6366,6367,6358,6227,6236,6237,6228,43,6236,6238,6239,6237,0,6366,6368,6369,6367,6236,6238,6239,6237,43,6237,6239,6240,6241,0,6367,6369,6370,6371,6237,6239,6240,6241,43,6228,6237,6241,6231,0,6358,6367,6371,6361,6228,6237,6241,6231,43,6231,6242,6243,6232,0,6361,6372,6373,6362,6231,6242,6243,6232,43,6242,6244,6245,6243,0,6372,6374,6375,6373,6242,6244,6245,6243,43,6243,6245,6246,6247,0,6373,6375,6376,6377,6243,6245,6246,6247,43,6232,6243,6247,6233,0,6362,6373,6377,6363,6232,6243,6247,6233,43,6231,6241,6248,6242,0,6361,6371,6378,6372,6231,6241,6248,6242,43,6241,6240,6249,6248,0,6371,6370,6379,6378,6241,6240,6249,6248,43,6248,6249,6250,6251,0,6378,6379,6380,6381,6248,6249,6250,6251,43,6242,6248,6251,6244,0,6372,6378,6381,6374,6242,6248,6251,6244,43,6171,6252,6253,6188,0,6301,6382,6383,6318,6171,6252,6253,6188,43,6252,6254,6255,6253,0,6382,6384,6385,6383,6252,6254,6255,6253,43,6253,6255,6256,6257,0,6383,6385,6386,6387,6253,6255,6256,6257,43,6188,6253,6257,6189,0,6318,6383,6387,6319,6188,6253,6257,6189,43,6169,6258,6259,6170,0,6299,6388,6389,6300,6169,6258,6259,6170,43,6258,6260,6261,6259,0,6388,6390,6391,6389,6258,6260,6261,6259,43,6259,6261,6254,6252,0,6389,6391,6384,6382,6259,6261,6254,6252,43,6170,6259,6252,6171,0,6300,6389,6382,6301,6170,6259,6252,6171,43,6244,6251,6262,6263,0,6374,6381,6392,6393,6244,6251,6262,6263,43,6251,6250,6264,6262,0,6381,6380,6394,6392,6251,6250,6264,6262,43,6262,6264,6256,6255,0,6392,6394,6386,6385,6262,6264,6256,6255,43,6263,6262,6255,6254,0,6393,6392,6385,6384,6263,6262,6255,6254,43,6260,6265,6266,6261,0,6390,6395,6396,6391,6260,6265,6266,6261,43,6265,6246,6245,6266,0,6395,6376,6375,6396,6265,6246,6245,6266,43,6266,6245,6244,6263,0,6396,6375,6374,6393,6266,6245,6244,6263,43,6261,6266,6263,6254,0,6391,6396,6393,6384,6261,6266,6263,6254,43,6221,6267,6268,6222,0,6351,6397,6398,6352,6221,6267,6268,6222,43,6267,6269,6270,6268,0,6397,6399,6400,6398,6267,6269,6270,6268,43,6268,6270,6260,6258,0,6398,6400,6390,6388,6268,6270,6260,6258,43,6222,6268,6258,6169,0,6352,6398,6388,6299,6222,6268,6258,6169,43,6225,6271,6272,6226,0,6355,6401,6402,6356,6225,6271,6272,6226,43,6271,6273,6274,6272,0,6401,6403,6404,6402,6271,6273,6274,6272,43,6272,6274,6269,6267,0,6402,6404,6399,6397,6272,6274,6269,6267,43,6226,6272,6267,6221,0,6356,6402,6397,6351,6226,6272,6267,6221,43,6273,6275,6276,6274,0,6403,6405,6406,6404,6273,6275,6276,6274,43,6275,6277,6278,6276,0,6405,6407,6408,6406,6275,6277,6278,6276,43,6276,6278,6279,6280,0,6406,6408,6409,6410,6276,6278,6279,6280,43,6274,6276,6280,6269,0,6404,6406,6410,6399,6274,6276,6280,6269,43,6210,6217,6281,6282,0,6340,6347,6411,6412,6210,6217,6281,6282,43,6217,4404,4415,6281,0,6347,4533,4544,6411,6217,4404,4415,6281,43,6281,4415,4414,6283,0,6411,4544,4543,6413,6281,4415,4414,6283,43,6282,6281,6283,6284,0,6412,6411,6413,6414,6282,6281,6283,6284,43,6212,6285,6286,6215,0,6342,6415,6416,6345,6212,6285,6286,6215,43,6285,6287,6288,6286,0,6415,6417,6418,6416,6285,6287,6288,6286,43,6286,6288,6225,6223,0,6416,6418,6355,6353,6286,6288,6225,6223,43,6215,6286,6223,6177,0,6345,6416,6353,6307,6215,6286,6223,6177,43,6212,6211,6289,6285,0,6342,6341,6419,6415,6212,6211,6289,6285,43,6211,6210,6282,6289,0,6341,6340,6412,6419,6211,6210,6282,6289,43,6289,6282,6284,6290,0,6419,6412,6414,6420,6289,6282,6284,6290,43,6285,6289,6290,6287,0,6415,6419,6420,6417,6285,6289,6290,6287,43,6225,6288,6291,6271,0,6355,6418,6421,6401,6225,6288,6291,6271,43,6288,6287,6292,6291,0,6418,6417,6422,6421,6288,6287,6292,6291,43,6291,6292,6293,6294,0,6421,6422,6423,6424,6291,6292,6293,6294,43,6271,6291,6294,6273,0,6401,6421,6424,6403,6271,6291,6294,6273,43,6287,6290,6295,6292,0,6417,6420,6425,6422,6287,6290,6295,6292,43,6290,6284,6296,6295,0,6420,6414,6426,6425,6290,6284,6296,6295,43,6295,6296,6297,6298,0,6425,6426,6427,6428,6295,6296,6297,6298,43,6292,6295,6298,6293,0,6422,6425,6428,6423,6292,6295,6298,6293,43,6284,6283,6299,6296,0,6414,6413,6429,6426,6284,6283,6299,6296,43,6283,4414,4423,6299,0,6413,4543,4553,6429,6283,4414,4423,6299,43,6299,4423,4422,6300,0,6429,4553,4552,6430,6299,4423,4422,6300,43,6296,6299,6300,6297,0,6426,6429,6430,6427,6296,6299,6300,6297,43,6297,6300,6301,6302,0,6427,6430,6431,6432,6297,6300,6301,6302,43,6300,4422,4430,6301,0,6430,4552,4560,6431,6300,4422,4430,6301,43,6301,4430,4432,6303,0,6431,4560,4562,6433,6301,4430,4432,6303,43,6302,6301,6303,6304,0,6432,6431,6433,6434,6302,6301,6303,6304,43,6293,6298,6305,6306,0,6423,6428,6435,6436,6293,6298,6305,6306,43,6298,6297,6302,6305,0,6428,6427,6432,6435,6298,6297,6302,6305,43,6305,6302,6304,6307,0,6435,6432,6434,6437,6305,6302,6304,6307,43,6306,6305,6307,6308,0,6436,6435,6437,6438,6306,6305,6307,6308,43,6273,6294,6309,6275,0,6403,6424,6439,6405,6273,6294,6309,6275,43,6294,6293,6306,6309,0,6424,6423,6436,6439,6294,6293,6306,6309,43,6309,6306,6308,6310,0,6439,6436,6438,6440,6309,6306,6308,6310,43,6275,6309,6310,6277,0,6405,6439,6440,6407,6275,6309,6310,6277,43,6308,6311,6312,6310,0,6438,6441,6442,6440,6308,6311,6312,6310,43,6311,6313,6314,6312,0,6441,6443,6444,6442,6311,6313,6314,6312,43,6312,6314,6315,6316,0,6442,6444,6445,6446,6312,6314,6315,6316,43,6310,6312,6316,6277,0,6440,6442,6446,6407,6310,6312,6316,6277,43,6279,6278,6317,6318,0,6409,6408,6447,6448,6279,6278,6317,6318,43,6278,6277,6316,6317,0,6408,6407,6446,6447,6278,6277,6316,6317,43,6317,6316,6315,6319,0,6447,6446,6445,6449,6317,6316,6315,6319,43,6318,6317,6319,6320,0,6448,6447,6449,6450,6318,6317,6319,6320,43,6269,6280,6321,6270,0,6399,6410,6451,6400,6269,6280,6321,6270,43,6280,6279,6322,6321,0,6410,6409,6452,6451,6280,6279,6322,6321,43,6321,6322,6246,6265,0,6451,6452,6376,6395,6321,6322,6246,6265,43,6270,6321,6265,6260,0,6400,6451,6395,6390,6270,6321,6265,6260,43,6246,6322,6323,6247,0,6376,6452,6453,6377,6246,6322,6323,6247,43,6322,6279,6318,6323,0,6452,6409,6448,6453,6322,6279,6318,6323,43,6323,6318,6320,6324,0,6453,6448,6450,6454,6323,6318,6320,6324,43,6247,6323,6324,6233,0,6377,6453,6454,6363,6247,6323,6324,6233,43,6233,6324,6325,6234,0,6363,6454,6455,6364,6233,6324,6325,6234,43,6324,6320,6326,6325,0,6454,6450,6456,6455,6324,6320,6326,6325,43,6325,6326,6327,6328,0,6455,6456,6457,6458,6325,6326,6327,6328,43,6234,6325,6328,6235,0,6364,6455,6458,6365,6234,6325,6328,6235,43,6320,6319,6329,6326,0,6450,6449,6459,6456,6320,6319,6329,6326,43,6319,6315,6330,6329,0,6449,6445,6460,6459,6319,6315,6330,6329,43,6329,6330,6331,6332,0,6459,6460,6461,6462,6329,6330,6331,6332,43,6326,6329,6332,6327,0,6456,6459,6462,6457,6326,6329,6332,6327,43,6313,6333,6334,6314,0,6443,6463,6464,6444,6313,6333,6334,6314,43,6333,6335,6336,6334,0,6463,6465,6466,6464,6333,6335,6336,6334,43,6334,6336,6331,6330,0,6464,6466,6461,6460,6334,6336,6331,6330,43,6314,6334,6330,6315,0,6444,6464,6460,6445,6314,6334,6330,6315,43,6337,6338,6339,6340,0,6467,6468,6469,6470,6337,6338,6339,6340,43,6338,6313,6311,6339,0,6468,6443,6441,6469,6338,6313,6311,6339,43,6339,6311,6308,6307,0,6469,6441,6438,6437,6339,6311,6308,6307,43,6340,6339,6307,6304,0,6470,6469,6437,6434,6340,6339,6307,6304,43,6304,6303,6341,6340,0,6434,6433,6471,6470,6304,6303,6341,6340,43,6303,4432,4456,6341,0,6433,4562,4586,6471,6303,4432,4456,6341,43,6341,4456,4449,6342,0,6471,4586,4579,6472,6341,4456,4449,6342,43,6340,6341,6342,6337,0,6470,6471,6472,6467,6340,6341,6342,6337,43,4449,4452,6343,6342,0,4579,4582,6473,6472,4449,4452,6343,6342,43,4452,4454,6344,6343,0,4582,4584,6474,6473,4452,4454,6344,6343,43,6343,6344,6345,6346,0,6473,6474,6475,6476,6343,6344,6345,6346,43,6342,6343,6346,6337,0,6472,6473,6476,6467,6342,6343,6346,6337,43,6337,6346,6347,6338,0,6467,6476,6477,6468,6337,6346,6347,6338,43,6346,6345,6348,6347,0,6476,6475,6478,6477,6346,6345,6348,6347,43,6347,6348,6335,6333,0,6477,6478,6465,6463,6347,6348,6335,6333,43,6338,6347,6333,6313,0,6468,6477,6463,6443,6338,6347,6333,6313,43,70,3089,6349,71,0,70,3215,6479,71,70,3089,6349,71,43,3089,2790,6350,6349,0,3215,2916,6480,6479,3089,2790,6350,6349,43,6349,6350,6351,6352,0,6479,6480,6481,6482,6349,6350,6351,6352,43,71,6349,6352,72,0,71,6479,6482,72,71,6349,6352,72,43,72,6352,6353,103,0,72,6482,6483,103,72,6352,6353,103,43,6352,6351,6354,6353,0,6482,6481,6484,6483,6352,6351,6354,6353,43,6353,6354,6180,6183,0,6483,6484,6310,6313,6353,6354,6180,6183,43,103,6353,6183,101,0,103,6483,6313,101,103,6353,6183,101,43,5142,5141,6355,6356,0,5272,5271,6485,6486,5142,5141,6355,6356,43,5141,4825,4828,6355,0,5271,4955,4958,6485,5141,4825,4828,6355,43,6355,4828,4833,6197,0,6485,4958,4963,6327,6355,4828,4833,6197,43,6356,6355,6197,6195,0,6486,6485,6327,6325,6356,6355,6197,6195,43,6180,6354,6357,6194,0,6310,6484,6487,6324,6180,6354,6357,6194,43,6354,6351,6358,6357,0,6484,6481,6488,6487,6354,6351,6358,6357,43,6357,6358,5142,6356,0,6487,6488,5272,6486,6357,6358,5142,6356,43,6194,6357,6356,6195,0,6324,6487,6486,6325,6194,6357,6356,6195,43,6351,6350,6359,6358,0,6481,6480,6489,6488,6351,6350,6359,6358,43,6350,2790,2793,6359,0,6480,2916,2919,6489,6350,2790,2793,6359,43,6359,2793,2795,5144,0,6489,2919,2921,5274,6359,2793,2795,5144,43,6358,6359,5144,5142,0,6488,6489,5274,5272,6358,6359,5144,5142,43,4852,6175,6360,5265,0,4982,6305,6490,5395,4852,6175,6360,5265,43,6175,6179,6220,6360,0,6305,6309,6350,6490,6175,6179,6220,6360,43,6165,6361,6360,6220,0,6295,6491,6490,6350,6165,6361,6360,6220,43,5265,6360,6361,5266,0,5395,6490,6491,5396,5265,6360,6361,5266,43,5266,6361,6362,5271,0,5396,6491,6492,5401,5266,6361,6362,5271,43,6361,6165,6168,6362,0,6491,6295,6298,6492,6361,6165,6168,6362,43,6362,6168,6173,6201,0,6492,6298,6303,6331,6362,6168,6173,6201,43,5271,6362,6201,4844,0,5401,6492,6331,4974,5271,6362,6201,4844,43,6363,6364,6365,6366,0,6493,6494,6495,6496,6363,6364,6365,6366,43,6364,6250,6249,6365,0,6494,6380,6379,6495,6364,6250,6249,6365,43,6365,6249,6240,6367,0,6495,6379,6370,6497,6365,6249,6240,6367,43,6366,6365,6367,6368,0,6496,6495,6497,6498,6366,6365,6367,6368,43,6240,6239,6369,6367,0,6370,6369,6499,6497,6240,6239,6369,6367,43,6239,6238,6370,6369,0,6369,6368,6500,6499,6239,6238,6370,6369,43,6367,6369,6370,6368,0,6497,6499,6500,6498,6367,6369,6370,6368,43,6371,6372,6373,6374,0,6501,6502,6503,6504,6371,6372,6373,6374,43,6372,609,608,6373,0,6502,609,608,6503,6372,609,608,6373,43,6373,608,595,6375,0,6503,608,595,6505,6373,608,595,6375,43,6374,6373,6375,6376,0,6504,6503,6505,6506,6374,6373,6375,6376,43,6376,6375,6377,6378,0,6506,6505,6507,6508,6376,6375,6377,6378,43,6375,595,598,6377,0,6505,595,598,6507,6375,595,598,6377,43,6377,598,603,6207,0,6507,598,603,6337,6377,598,603,6207,43,6378,6377,6207,6204,0,6508,6507,6337,6334,6378,6377,6207,6204,43,6189,6257,6379,6202,0,6319,6387,6509,6332,6189,6257,6379,6202,43,6257,6256,6380,6379,0,6387,6386,6510,6509,6257,6256,6380,6379,43,6379,6380,6376,6378,0,6509,6510,6506,6508,6379,6380,6376,6378,43,6202,6379,6378,6204,0,6332,6509,6508,6334,6202,6379,6378,6204,43,6250,6364,6381,6264,0,6380,6494,6511,6394,6250,6364,6381,6264,43,6364,6363,6382,6381,0,6494,6493,6512,6511,6364,6363,6382,6381,43,6381,6382,6376,6380,0,6511,6512,6506,6510,6381,6382,6376,6380,43,6264,6381,6380,6256,0,6394,6511,6510,6386,6264,6381,6380,6256,43,6376,6382,6383,6374,0,6506,6512,6513,6504,6376,6382,6383,6374,43,6382,6363,6366,6383,0,6512,6493,6496,6513,6382,6363,6366,6383,43,6383,6366,6368,6384,0,6513,6496,6498,6514,6383,6366,6368,6384,43,6374,6383,6384,6371,0,6504,6513,6514,6501,6374,6383,6384,6371,43,6385,6386,6387,6388,0,6515,6516,6517,6518,6385,6386,6387,6388,43,6386,6389,6390,6387,0,6516,6519,6520,6517,6386,6389,6390,6387,43,6387,6390,6391,6392,0,6517,6520,6521,6522,6387,6390,6391,6392,43,6388,6387,6392,6393,0,6518,6517,6522,6523,6388,6387,6392,6393,43,6394,6395,6396,6397,0,6524,6525,6526,6527,6394,6395,6396,6397,43,6395,5600,5597,6396,0,6525,5730,5727,6526,6395,5600,5597,6396,43,6396,5597,5596,6398,0,6526,5727,5726,6528,6396,5597,5596,6398,43,6397,6396,6398,6399,0,6527,6526,6528,6529,6397,6396,6398,6399,43,1373,6400,6401,1374,0,1394,6530,6531,1395,1373,6400,6401,1374,43,6400,6402,6403,6401,0,6530,6532,6533,6531,6400,6402,6403,6401,43,6401,6403,6404,6405,0,6531,6533,6534,6535,6401,6403,6404,6405,43,1374,6401,6405,873,0,1395,6531,6535,875,1374,6401,6405,873,43,6406,6407,6408,6409,0,6536,6537,6538,6539,6406,6407,6408,6409,43,6407,6385,6388,6408,0,6537,6515,6518,6538,6407,6385,6388,6408,43,6408,6388,6393,6410,0,6538,6518,6523,6540,6408,6388,6393,6410,43,6409,6408,6410,6411,0,6539,6538,6540,6541,6409,6408,6410,6411,43,6412,6413,6414,6415,0,6542,6543,6544,6545,6412,6413,6414,6415,43,6413,6404,6403,6414,0,6543,6534,6533,6544,6413,6404,6403,6414,43,6414,6403,6402,6416,0,6544,6533,6532,6546,6414,6403,6402,6416,43,6415,6414,6416,6411,0,6545,6544,6546,6541,6415,6414,6416,6411,43,5589,5588,6417,6418,0,5719,5718,6547,6548,5589,5588,6417,6418,43,5588,5583,6419,6417,0,5718,5713,6549,6547,5588,5583,6419,6417,43,6417,6419,6412,6415,0,6547,6549,6542,6545,6417,6419,6412,6415,43,6418,6417,6415,6411,0,6548,6547,6545,6541,6418,6417,6415,6411,43,6393,6420,6421,6410,0,6523,6550,6551,6540,6393,6420,6421,6410,43,6420,5590,5593,6421,0,6550,5720,5723,6551,6420,5590,5593,6421,43,6421,5593,5589,6418,0,6551,5723,5719,6548,6421,5593,5589,6418,43,6410,6421,6418,6411,0,6540,6551,6548,6541,6410,6421,6418,6411,43,6402,6422,6423,6416,0,6532,6552,6553,6546,6402,6422,6423,6416,43,6422,6424,6425,6423,0,6552,6554,6555,6553,6422,6424,6425,6423,43,6423,6425,6406,6409,0,6553,6555,6536,6539,6423,6425,6406,6409,43,6416,6423,6409,6411,0,6546,6553,6539,6541,6416,6423,6409,6411,43,1353,6426,6427,1379,0,1374,6556,6557,1400,1353,6426,6427,1379,43,6426,6424,6422,6427,0,6556,6554,6552,6557,6426,6424,6422,6427,43,6427,6422,6402,6400,0,6557,6552,6532,6530,6427,6422,6402,6400,43,1379,6427,6400,1373,0,1400,6557,6530,1394,1379,6427,6400,1373,43,6428,6429,6430,6431,0,6558,6559,6560,6561,6428,6429,6430,6431,43,6429,6432,6433,6430,0,6559,6562,6563,6560,6429,6432,6433,6430,43,6430,6433,5776,5774,0,6560,6563,5906,5904,6430,6433,5776,5774,43,6431,6430,5774,5772,0,6561,6560,5904,5902,6431,6430,5774,5772,43,6394,6434,6435,6395,0,6524,6564,6565,6525,6394,6434,6435,6395,43,6434,6428,6431,6435,0,6564,6558,6561,6565,6434,6428,6431,6435,43,6435,6431,5772,5770,0,6565,6561,5902,5900,6435,6431,5772,5770,43,6395,6435,5770,5600,0,6525,6565,5900,5730,6395,6435,5770,5600,43,4495,4494,6436,6437,0,4625,4624,6566,6567,4495,4494,6436,6437,43,4494,4493,5778,6436,0,4624,4623,5908,6566,4494,4493,5778,6436,43,6436,5778,5776,6433,0,6566,5908,5906,6563,6436,5778,5776,6433,43,6437,6436,6433,6432,0,6567,6566,6563,6562,6437,6436,6433,6432,43,6389,6438,6439,6390,0,6519,6568,6569,6520,6389,6438,6439,6390,43,6438,6440,6441,6439,0,6568,6570,6571,6569,6438,6440,6441,6439,43,6439,6441,6399,6442,0,6569,6571,6529,6572,6439,6441,6399,6442,43,6390,6439,6442,6391,0,6520,6569,6572,6521,6390,6439,6442,6391,43,6440,6443,6444,6441,0,6570,6573,6574,6571,6440,6443,6444,6441,43,6443,6445,6446,6444,0,6573,6575,6576,6574,6443,6445,6446,6444,43,6444,6446,6394,6397,0,6574,6576,6524,6527,6444,6446,6394,6397,43,6441,6444,6397,6399,0,6571,6574,6527,6529,6441,6444,6397,6399,43,6447,6448,6449,6450,0,6577,6578,6579,6580,6447,6448,6449,6450,43,6448,6451,6452,6449,0,6578,6581,6582,6579,6448,6451,6452,6449,43,6449,6452,6227,6230,0,6579,6582,6357,6360,6449,6452,6227,6230,43,6450,6449,6230,6235,0,6580,6579,6360,6365,6450,6449,6230,6235,43,6453,6454,6455,6456,0,6583,6584,6585,6586,6453,6454,6455,6456,43,6454,6238,6236,6455,0,6584,6368,6366,6585,6454,6238,6236,6455,43,6455,6236,6227,6452,0,6585,6366,6357,6582,6455,6236,6227,6452,43,6456,6455,6452,6451,0,6586,6585,6582,6581,6456,6455,6452,6451,43,6457,6458,6459,6460,0,6587,6588,6589,6590,6457,6458,6459,6460,43,6458,6461,6462,6459,0,6588,6591,6592,6589,6458,6461,6462,6459,43,6459,6462,6451,6448,0,6589,6592,6581,6578,6459,6462,6451,6448,43,6460,6459,6448,6447,0,6590,6589,6578,6577,6460,6459,6448,6447,43,6463,6464,6465,6466,0,6593,6594,6595,6596,6463,6464,6465,6466,43,6464,6453,6456,6465,0,6594,6583,6586,6595,6464,6453,6456,6465,43,6465,6456,6451,6462,0,6595,6586,6581,6592,6465,6456,6451,6462,43,6466,6465,6462,6461,0,6596,6595,6592,6591,6466,6465,6462,6461,43,6467,6468,6469,6470,0,6597,6598,6599,6600,6467,6468,6469,6470,43,6468,6471,6472,6469,0,6598,6601,6602,6599,6468,6471,6472,6469,43,6469,6472,6385,6407,0,6599,6602,6515,6537,6469,6472,6385,6407,43,6470,6469,6407,6406,0,6600,6599,6537,6536,6470,6469,6407,6406,43,6471,6473,6474,6472,0,6601,6603,6604,6602,6471,6473,6474,6472,43,6473,6475,6476,6474,0,6603,6605,6606,6604,6473,6475,6476,6474,43,6474,6476,6389,6386,0,6604,6606,6519,6516,6474,6476,6389,6386,43,6472,6474,6386,6385,0,6602,6604,6516,6515,6472,6474,6386,6385,43,6467,6477,6478,6468,0,6597,6607,6608,6598,6467,6477,6478,6468,43,6477,6463,6466,6478,0,6607,6593,6596,6608,6477,6463,6466,6478,43,6478,6466,6461,6479,0,6608,6596,6591,6609,6478,6466,6461,6479,43,6468,6478,6479,6471,0,6598,6608,6609,6601,6468,6478,6479,6471,43,6461,6458,6480,6479,0,6591,6588,6610,6609,6461,6458,6480,6479,43,6458,6457,6481,6480,0,6588,6587,6611,6610,6458,6457,6481,6480,43,6480,6481,6475,6473,0,6610,6611,6605,6603,6480,6481,6475,6473,43,6479,6480,6473,6471,0,6609,6610,6603,6601,6479,6480,6473,6471,43,6475,6482,6483,6476,0,6605,6612,6613,6606,6475,6482,6483,6476,43,6482,6484,6485,6483,0,6612,6614,6615,6613,6482,6484,6485,6483,43,6483,6485,6440,6438,0,6613,6615,6570,6568,6483,6485,6440,6438,43,6476,6483,6438,6389,0,6606,6613,6568,6519,6476,6483,6438,6389,43,6484,6486,6487,6485,0,6614,6616,6617,6615,6484,6486,6487,6485,43,6486,6488,6489,6487,0,6616,6618,6619,6617,6486,6488,6489,6487,43,6487,6489,6445,6443,0,6617,6619,6575,6573,6487,6489,6445,6443,43,6485,6487,6443,6440,0,6615,6617,6573,6570,6485,6487,6443,6440,43,6490,6491,6492,6493,0,6620,6621,6622,6623,6490,6491,6492,6493,43,6491,6494,6495,6492,0,6621,6624,6625,6622,6491,6494,6495,6492,43,6492,6495,6488,6486,0,6622,6625,6618,6616,6492,6495,6488,6486,43,6493,6492,6486,6484,0,6623,6622,6616,6614,6493,6492,6486,6484,43,4508,4507,6496,6497,0,4638,4637,6626,6627,4508,4507,6496,6497,43,4507,4495,6437,6496,0,4637,4625,6567,6626,4507,4495,6437,6496,43,6496,6437,6432,6498,0,6626,6567,6562,6628,6496,6437,6432,6498,43,6497,6496,6498,6499,0,6627,6626,6628,6629,6497,6496,6498,6499,43,6445,6500,6501,6446,0,6575,6630,6631,6576,6445,6500,6501,6446,43,6500,6502,6503,6501,0,6630,6632,6633,6631,6500,6502,6503,6501,43,6501,6503,6428,6434,0,6631,6633,6558,6564,6501,6503,6428,6434,43,6446,6501,6434,6394,0,6576,6631,6564,6524,6446,6501,6434,6394,43,6499,6498,6504,6505,0,6629,6628,6634,6635,6499,6498,6504,6505,43,6498,6432,6429,6504,0,6628,6562,6559,6634,6498,6432,6429,6504,43,6504,6429,6428,6503,0,6634,6559,6558,6633,6504,6429,6428,6503,43,6505,6504,6503,6502,0,6635,6634,6633,6632,6505,6504,6503,6502,43,6506,6507,6508,6509,0,6636,6637,6638,6639,6506,6507,6508,6509,43,6507,6502,6500,6508,0,6637,6632,6630,6638,6507,6502,6500,6508,43,6508,6500,6445,6489,0,6638,6630,6575,6619,6508,6500,6445,6489,43,6509,6508,6489,6488,0,6639,6638,6619,6618,6509,6508,6489,6488,43,6510,6511,6512,6513,0,6640,6641,6642,6643,6510,6511,6512,6513,43,6511,6499,6505,6512,0,6641,6629,6635,6642,6511,6499,6505,6512,43,6512,6505,6502,6507,0,6642,6635,6632,6637,6512,6505,6502,6507,43,6513,6512,6507,6506,0,6643,6642,6637,6636,6513,6512,6507,6506,43,4516,4515,6514,6515,0,4646,4645,6644,6645,4516,4515,6514,6515,43,4515,4508,6497,6514,0,4645,4638,6627,6644,4515,4508,6497,6514,43,6514,6497,6499,6511,0,6644,6627,6629,6641,6514,6497,6499,6511,43,6515,6514,6511,6510,0,6645,6644,6641,6640,6515,6514,6511,6510,43,4523,4522,6516,6517,0,4653,4652,6646,6647,4523,4522,6516,6517,43,4522,4516,6515,6516,0,4652,4646,6645,6646,4522,4516,6515,6516,43,6516,6515,6510,6518,0,6646,6645,6640,6648,6516,6515,6510,6518,43,6517,6516,6518,6519,0,6647,6646,6648,6649,6517,6516,6518,6519,43,6519,6518,6520,6521,0,6649,6648,6650,6651,6519,6518,6520,6521,43,6518,6510,6513,6520,0,6648,6640,6643,6650,6518,6510,6513,6520,43,6520,6513,6506,6522,0,6650,6643,6636,6652,6520,6513,6506,6522,43,6521,6520,6522,6523,0,6651,6650,6652,6653,6521,6520,6522,6523,43,6523,6522,6524,6525,0,6653,6652,6654,6655,6523,6522,6524,6525,43,6522,6506,6509,6524,0,6652,6636,6639,6654,6522,6506,6509,6524,43,6524,6509,6488,6495,0,6654,6639,6618,6625,6524,6509,6488,6495,43,6525,6524,6495,6494,0,6655,6654,6625,6624,6525,6524,6495,6494,43,6526,6527,6528,6529,0,6656,6657,6658,6659,6526,6527,6528,6529,43,6527,6530,6531,6528,0,6657,6660,6661,6658,6527,6530,6531,6528,43,6528,6531,6523,6525,0,6658,6661,6653,6655,6528,6531,6523,6525,43,6529,6528,6525,6494,0,6659,6658,6655,6624,6529,6528,6525,6494,43,6526,6529,6532,6533,0,6656,6659,6662,6663,6526,6529,6532,6533,43,6529,6494,6491,6532,0,6659,6624,6621,6662,6529,6494,6491,6532,43,6532,6491,6490,6534,0,6662,6621,6620,6664,6532,6491,6490,6534,43,6533,6532,6534,6535,0,6663,6662,6664,6665,6533,6532,6534,6535,43,6457,6536,6537,6481,0,6587,6666,6667,6611,6457,6536,6537,6481,43,6536,6490,6493,6537,0,6666,6620,6623,6667,6536,6490,6493,6537,43,6537,6493,6484,6482,0,6667,6623,6614,6612,6537,6493,6484,6482,43,6481,6537,6482,6475,0,6611,6667,6612,6605,6481,6537,6482,6475,43,6535,6534,6538,6539,0,6665,6664,6668,6669,6535,6534,6538,6539,43,6534,6490,6536,6538,0,6664,6620,6666,6668,6534,6490,6536,6538,43,6538,6536,6457,6460,0,6668,6666,6587,6590,6538,6536,6457,6460,43,6539,6538,6460,6447,0,6669,6668,6590,6577,6539,6538,6460,6447,43,6327,6540,6541,6328,0,6457,6670,6671,6458,6327,6540,6541,6328,43,6540,6535,6539,6541,0,6670,6665,6669,6671,6540,6535,6539,6541,43,6541,6539,6447,6450,0,6671,6669,6577,6580,6541,6539,6447,6450,43,6328,6541,6450,6235,0,6458,6671,6580,6365,6328,6541,6450,6235,43,6331,6542,6543,6332,0,6461,6672,6673,6462,6331,6542,6543,6332,43,6542,6526,6533,6543,0,6672,6656,6663,6673,6542,6526,6533,6543,43,6543,6533,6535,6540,0,6673,6663,6665,6670,6543,6533,6535,6540,43,6332,6543,6540,6327,0,6462,6673,6670,6457,6332,6543,6540,6327,43,6331,6336,6544,6542,0,6461,6466,6674,6672,6331,6336,6544,6542,43,6336,6335,6545,6544,0,6466,6465,6675,6674,6336,6335,6545,6544,43,6544,6545,6530,6527,0,6674,6675,6660,6657,6544,6545,6530,6527,43,6542,6544,6527,6526,0,6672,6674,6657,6656,6542,6544,6527,6526,43,6523,6531,6546,6521,0,6653,6661,6676,6651,6523,6531,6546,6521,43,6531,6530,6547,6546,0,6661,6660,6677,6676,6531,6530,6547,6546,43,6546,6547,6548,6549,0,6676,6677,6678,6679,6546,6547,6548,6549,43,6521,6546,6549,6519,0,6651,6676,6679,6649,6521,6546,6549,6519,43,4539,4543,6550,6551,0,4669,4673,6680,6681,4539,4543,6550,6551,43,4543,4523,6517,6550,0,4673,4653,6647,6680,4543,4523,6517,6550,43,6550,6517,6519,6549,0,6680,6647,6649,6679,6550,6517,6519,6549,43,6551,6550,6549,6548,0,6681,6680,6679,6678,6551,6550,6549,6548,43,6345,6344,6552,6553,0,6475,6474,6682,6683,6345,6344,6552,6553,43,6344,4454,4540,6552,0,6474,4584,4670,6682,6344,4454,4540,6552,43,6552,4540,4539,6551,0,6682,4670,4669,6681,6552,4540,4539,6551,43,6553,6552,6551,6548,0,6683,6682,6681,6678,6553,6552,6551,6548,43,6335,6348,6554,6545,0,6465,6478,6684,6675,6335,6348,6554,6545,43,6348,6345,6553,6554,0,6478,6475,6683,6684,6348,6345,6553,6554,43,6554,6553,6548,6547,0,6684,6683,6678,6677,6554,6553,6548,6547,43,6545,6554,6547,6530,0,6675,6684,6677,6660,6545,6554,6547,6530,43,6555,6556,6557,6558,0,6685,6686,6687,6688,6555,6556,6557,6558,43,6556,3754,4050,6557,0,6686,3881,4177,6687,6556,3754,4050,6557,43,6557,4050,836,839,0,6687,4177,838,841,6557,4050,836,839,43,6558,6557,839,844,0,6688,6687,841,846,6558,6557,839,844,43,6404,6559,6560,6405,0,6534,6689,6690,6535,6404,6559,6560,6405,43,6559,6555,6558,6560,0,6689,6685,6688,6690,6559,6555,6558,6560,43,6560,6558,844,875,0,6690,6688,846,877,6560,6558,844,875,43,6405,6560,875,873,0,6535,6690,877,875,6405,6560,875,873,43,5583,5582,6561,6419,0,5713,5712,6691,6549,5583,5582,6561,6419,43,5582,5581,5858,6561,0,5712,5711,5988,6691,5582,5581,5858,6561,43,6561,5858,5862,6562,0,6691,5988,5992,6692,6561,5858,5862,6562,43,6419,6561,6562,6412,0,6549,6691,6692,6542,6419,6561,6562,6412,43,5862,6563,6564,6562,0,5992,6693,6694,6692,5862,6563,6564,6562,43,6563,6555,6559,6564,0,6693,6685,6689,6694,6563,6555,6559,6564,43,6564,6559,6404,6413,0,6694,6689,6534,6543,6564,6559,6404,6413,43,6562,6564,6413,6412,0,6692,6694,6543,6542,6562,6564,6413,6412,43,3756,3755,6565,5864,0,3883,3882,6695,5994,3756,3755,6565,5864,43,3755,3754,6556,6565,0,3882,3881,6686,6695,3755,3754,6556,6565,43,6565,6556,6555,6563,0,6695,6686,6685,6693,6565,6556,6555,6563,43,5864,6565,6563,5862,0,5994,6695,6693,5992,5864,6565,6563,5862,43,6391,6442,6566,6567,0,6521,6572,6696,6697,6391,6442,6566,6567,43,6442,6399,6398,6566,0,6572,6529,6528,6696,6442,6399,6398,6566,43,6566,6398,5596,5984,0,6696,6528,5726,6114,6566,6398,5596,5984,43,6567,6566,5984,5986,0,6697,6696,6114,6116,6567,6566,5984,5986,43,6393,6392,6568,6420,0,6523,6522,6698,6550,6393,6392,6568,6420,43,6392,6391,6567,6568,0,6522,6521,6697,6698,6392,6391,6567,6568,43,6568,6567,5986,5988,0,6698,6697,6116,6118,6568,6567,5986,5988,43,6420,6568,5988,5590,0,6550,6698,6118,5720,6420,6568,5988,5590,43,6453,6464,6569,6570,0,6583,6594,6699,6700,6453,6464,6569,6570,43,6464,6463,6571,6569,0,6594,6593,6701,6699,6464,6463,6571,6569,43,6569,6571,6572,6573,0,6699,6701,6702,6703,6569,6571,6572,6573,43,6570,6569,6573,6368,0,6700,6699,6703,6498,6570,6569,6573,6368,43,6238,6454,6574,6370,0,6368,6584,6704,6500,6238,6454,6574,6370,43,6454,6453,6570,6574,0,6584,6583,6700,6704,6454,6453,6570,6574,43,6370,6574,6570,6368,0,6500,6704,6700,6498,6370,6574,6570,6368,43,1351,1355,6575,6576,0,1372,1376,6705,6706,1351,1355,6575,6576,43,1355,609,6372,6575,0,1376,609,6502,6705,1355,609,6372,6575,43,6575,6372,6371,6577,0,6705,6502,6501,6707,6575,6372,6371,6577,43,6576,6575,6577,6578,0,6706,6705,6707,6708,6576,6575,6577,6578,43,1353,1352,6579,6426,0,1374,1373,6709,6556,1353,1352,6579,6426,43,1352,1351,6576,6579,0,1373,1372,6706,6709,1352,1351,6576,6579,43,6579,6576,6578,6580,0,6709,6706,6708,6710,6579,6576,6578,6580,43,6426,6579,6580,6424,0,6556,6709,6710,6554,6426,6579,6580,6424,43,6578,6581,6582,6580,0,6708,6711,6712,6710,6578,6581,6582,6580,43,6581,6467,6470,6582,0,6711,6597,6600,6712,6581,6467,6470,6582,43,6582,6470,6406,6425,0,6712,6600,6536,6555,6582,6470,6406,6425,43,6580,6582,6425,6424,0,6710,6712,6555,6554,6580,6582,6425,6424,43,6578,6583,6584,6581,0,6708,6713,6714,6711,6578,6583,6584,6581,43,6583,6572,6571,6584,0,6713,6702,6701,6714,6583,6572,6571,6584,43,6584,6571,6463,6477,0,6714,6701,6593,6607,6584,6571,6463,6477,43,6581,6584,6477,6467,0,6711,6714,6607,6597,6581,6584,6477,6467,43,6368,6573,6585,6384,0,6498,6703,6715,6514,6368,6573,6585,6384,43,6573,6572,6583,6585,0,6703,6702,6713,6715,6573,6572,6583,6585,43,6585,6583,6578,6577,0,6715,6713,6708,6707,6585,6583,6578,6577,43,6384,6585,6577,6371,0,6514,6715,6707,6501,6384,6585,6577,6371,43,6586,6587,6588,6589,0,6716,6717,6718,6719,6586,6587,6588,6589,43,6587,6590,6591,6588,0,6717,6720,6721,6718,6587,6590,6591,6588,43,6588,6591,6592,6593,0,6718,6721,6722,6723,6588,6591,6592,6593,43,6589,6588,6593,6594,0,6719,6718,6723,6724,6589,6588,6593,6594,43,6592,6595,6596,6593,0,6722,6725,6726,6723,6592,6595,6596,6593,43,6595,6597,6598,6596,0,6725,6727,6728,6726,6595,6597,6598,6596,43,6596,6598,6599,6600,0,6726,6728,6729,6730,6596,6598,6599,6600,43,6593,6596,6600,6594,0,6723,6726,6730,6724,6593,6596,6600,6594,43,6597,6601,6602,6598,0,6727,6731,6732,6728,6597,6601,6602,6598,43,6601,6603,6604,6602,0,6731,6733,6734,6732,6601,6603,6604,6602,43,6602,6604,6605,6606,0,6732,6734,6735,6736,6602,6604,6605,6606,43,6598,6602,6606,6599,0,6728,6732,6736,6729,6598,6602,6606,6599,43,6603,6607,6608,6604,0,6733,6737,6738,6734,6603,6607,6608,6604,43,6607,6609,6610,6608,0,6737,6739,6740,6738,6607,6609,6610,6608,43,6608,6610,6611,6612,0,6738,6740,6741,6742,6608,6610,6611,6612,43,6604,6608,6612,6605,0,6734,6738,6742,6735,6604,6608,6612,6605,43,6611,6610,6613,6614,0,6741,6740,6743,6744,6611,6610,6613,6614,43,6610,6609,6615,6613,0,6740,6739,6745,6743,6610,6609,6615,6613,43,6613,6615,6616,6617,0,6743,6745,6746,6747,6613,6615,6616,6617,43,6614,6613,6617,6618,0,6744,6743,6747,6748,6614,6613,6617,6618,43,6618,6617,6619,6620,0,6748,6747,6749,6750,6618,6617,6619,6620,43,6617,6616,6621,6619,0,6747,6746,6751,6749,6617,6616,6621,6619,43,6619,6621,6622,6623,0,6749,6751,6752,6753,6619,6621,6622,6623,43,6620,6619,6623,6624,0,6750,6749,6753,6754,6620,6619,6623,6624,43,6625,6626,6627,6628,0,6755,6756,6757,6758,6625,6626,6627,6628,43,6626,6629,6630,6627,0,6756,6759,6760,6757,6626,6629,6630,6627,43,6627,6630,6624,6623,0,6757,6760,6754,6753,6627,6630,6624,6623,43,6628,6627,6623,6622,0,6758,6757,6753,6752,6628,6627,6623,6622,43,6631,6632,6633,6634,0,6761,6762,6763,6764,6631,6632,6633,6634,43,6632,6635,6636,6633,0,6762,6765,6766,6763,6632,6635,6636,6633,43,6633,6636,6629,6626,0,6763,6766,6759,6756,6633,6636,6629,6626,43,6634,6633,6626,6625,0,6764,6763,6756,6755,6634,6633,6626,6625,43,6631,6637,6638,6632,0,6761,6767,6768,6762,6631,6637,6638,6632,43,6637,6639,6640,6638,0,6767,6769,6770,6768,6637,6639,6640,6638,43,6638,6640,6641,6642,0,6768,6770,6771,6772,6638,6640,6641,6642,43,6632,6638,6642,6635,0,6762,6768,6772,6765,6632,6638,6642,6635,43,6643,6644,6645,6646,0,6773,6774,6775,6776,6643,6644,6645,6646,43,6644,6647,6648,6645,0,6774,6777,6778,6775,6644,6647,6648,6645,43,6645,6648,6649,6650,0,6775,6778,6779,6780,6645,6648,6649,6650,43,6646,6645,6650,6651,0,6776,6775,6780,6781,6646,6645,6650,6651,43,6652,6653,6654,6655,0,6782,6783,6784,6785,6652,6653,6654,6655,43,6653,6656,6657,6654,0,6783,6786,6787,6784,6653,6656,6657,6654,43,6654,6657,6647,6644,0,6784,6787,6777,6774,6654,6657,6647,6644,43,6655,6654,6644,6643,0,6785,6784,6774,6773,6655,6654,6644,6643,43,6639,6658,6659,6640,0,6769,6788,6789,6770,6639,6658,6659,6640,43,6658,6656,6653,6659,0,6788,6786,6783,6789,6658,6656,6653,6659,43,6659,6653,6652,6660,0,6789,6783,6782,6790,6659,6653,6652,6660,43,6640,6659,6660,6641,0,6770,6789,6790,6771,6640,6659,6660,6641,43,6586,6661,6662,6587,0,6716,6791,6792,6717,6586,6661,6662,6587,43,6661,6651,6650,6662,0,6791,6781,6780,6792,6661,6651,6650,6662,43,6662,6650,6649,6663,0,6792,6780,6779,6793,6662,6650,6649,6663,43,6587,6662,6663,6590,0,6717,6792,6793,6720,6587,6662,6663,6590,43,6605,6664,6665,6606,0,6735,6794,6795,6736,6605,6664,6665,6606,43,6664,6666,6667,6665,0,6794,6796,6797,6795,6664,6666,6667,6665,43,6665,6667,6668,6669,0,6795,6797,6798,6799,6665,6667,6668,6669,43,6606,6665,6669,6599,0,6736,6795,6799,6729,6606,6665,6669,6599,43,6666,6670,6671,6667,0,6796,6800,6801,6797,6666,6670,6671,6667,43,6670,6672,6673,6671,0,6800,6802,6803,6801,6670,6672,6673,6671,43,6671,6673,6674,6675,0,6801,6803,6804,6805,6671,6673,6674,6675,43,6667,6671,6675,6668,0,6797,6801,6805,6798,6667,6671,6675,6668,43,6676,6677,6678,6679,0,6806,6807,6808,6809,6676,6677,6678,6679,43,6677,6672,6670,6678,0,6807,6802,6800,6808,6677,6672,6670,6678,43,6678,6670,6666,6680,0,6808,6800,6796,6810,6678,6670,6666,6680,43,6679,6678,6680,6681,0,6809,6808,6810,6811,6679,6678,6680,6681,43,6611,6682,6683,6612,0,6741,6812,6813,6742,6611,6682,6683,6612,43,6682,6681,6680,6683,0,6812,6811,6810,6813,6682,6681,6680,6683,43,6683,6680,6666,6664,0,6813,6810,6796,6794,6683,6680,6666,6664,43,6612,6683,6664,6605,0,6742,6813,6794,6735,6612,6683,6664,6605,43,6618,6684,6685,6614,0,6748,6814,6815,6744,6618,6684,6685,6614,43,6684,6686,6687,6685,0,6814,6816,6817,6815,6684,6686,6687,6685,43,6685,6687,6681,6682,0,6815,6817,6811,6812,6685,6687,6681,6682,43,6614,6685,6682,6611,0,6744,6815,6812,6741,6614,6685,6682,6611,43,6686,6688,6689,6687,0,6816,6818,6819,6817,6686,6688,6689,6687,43,6688,6690,6691,6689,0,6818,6820,6821,6819,6688,6690,6691,6689,43,6689,6691,6676,6679,0,6819,6821,6806,6809,6689,6691,6676,6679,43,6687,6689,6679,6681,0,6817,6819,6809,6811,6687,6689,6679,6681,43,6690,6692,6693,6691,0,6820,6822,6823,6821,6690,6692,6693,6691,43,6692,6694,6695,6693,0,6822,6824,6825,6823,6692,6694,6695,6693,43,6693,6695,6696,6697,0,6823,6825,6826,6827,6693,6695,6696,6697,43,6691,6693,6697,6676,0,6821,6823,6827,6806,6691,6693,6697,6676,43,6698,6699,6700,6701,0,6828,6829,6830,6831,6698,6699,6700,6701,43,6699,6694,6692,6700,0,6829,6824,6822,6830,6699,6694,6692,6700,43,6700,6692,6690,6688,0,6830,6822,6820,6818,6700,6692,6690,6688,43,6701,6700,6688,6686,0,6831,6830,6818,6816,6701,6700,6688,6686,43,6698,6701,6702,6703,0,6828,6831,6832,6833,6698,6701,6702,6703,43,6701,6686,6684,6702,0,6831,6816,6814,6832,6701,6686,6684,6702,43,6702,6684,6618,6620,0,6832,6814,6748,6750,6702,6684,6618,6620,43,6703,6702,6620,6624,0,6833,6832,6750,6754,6703,6702,6620,6624,43,6629,6704,6705,6630,0,6759,6834,6835,6760,6629,6704,6705,6630,43,6704,6706,6707,6705,0,6834,6836,6837,6835,6704,6706,6707,6705,43,6705,6707,6698,6703,0,6835,6837,6828,6833,6705,6707,6698,6703,43,6630,6705,6703,6624,0,6760,6835,6833,6754,6630,6705,6703,6624,43,6696,6695,6708,6709,0,6826,6825,6838,6839,6696,6695,6708,6709,43,6695,6694,6699,6708,0,6825,6824,6829,6838,6695,6694,6699,6708,43,6708,6699,6698,6707,0,6838,6829,6828,6837,6708,6699,6698,6707,43,6709,6708,6707,6706,0,6839,6838,6837,6836,6709,6708,6707,6706,43,6710,6711,6712,6713,0,6840,6841,6842,6843,6710,6711,6712,6713,43,6711,6714,6715,6712,0,6841,6844,6845,6842,6711,6714,6715,6712,43,6712,6715,6696,6709,0,6842,6845,6826,6839,6712,6715,6696,6709,43,6713,6712,6709,6706,0,6843,6842,6839,6836,6713,6712,6709,6706,43,6635,6716,6717,6636,0,6765,6846,6847,6766,6635,6716,6717,6636,43,6716,6710,6713,6717,0,6846,6840,6843,6847,6716,6710,6713,6717,43,6717,6713,6706,6704,0,6847,6843,6836,6834,6717,6713,6706,6704,43,6636,6717,6704,6629,0,6766,6847,6834,6759,6636,6717,6704,6629,43,6599,6669,6718,6600,0,6729,6799,6848,6730,6599,6669,6718,6600,43,6669,6668,6719,6718,0,6799,6798,6849,6848,6669,6668,6719,6718,43,6718,6719,6720,6721,0,6848,6849,6850,6851,6718,6719,6720,6721,43,6600,6718,6721,6594,0,6730,6848,6851,6724,6600,6718,6721,6594,43,6594,6721,6722,6589,0,6724,6851,6852,6719,6594,6721,6722,6589,43,6721,6720,6723,6722,0,6851,6850,6853,6852,6721,6720,6723,6722,43,6722,6723,6724,6725,0,6852,6853,6854,6855,6722,6723,6724,6725,43,6725,6586,6589,6722,0,6855,6716,6719,6852,6725,6586,6589,6722,43,6586,6725,6726,6661,0,6716,6855,6856,6791,6586,6725,6726,6661,43,6725,6724,6727,6726,0,6855,6854,6857,6856,6725,6724,6727,6726,43,6726,6727,6728,6729,0,6856,6857,6858,6859,6726,6727,6728,6729,43,6661,6726,6729,6651,0,6791,6856,6859,6781,6661,6726,6729,6651,43,6730,6731,6732,6733,0,6860,6861,6862,6863,6730,6731,6732,6733,43,6731,6734,6735,6732,0,6861,6864,6865,6862,6731,6734,6735,6732,43,6732,6735,6641,6660,0,6862,6865,6771,6790,6732,6735,6641,6660,43,6733,6732,6660,6652,0,6863,6862,6790,6782,6733,6732,6660,6652,43,6736,6737,6738,6739,0,6866,6867,6868,6869,6736,6737,6738,6739,43,6737,6740,6741,6738,0,6867,6870,6871,6868,6737,6740,6741,6738,43,6738,6741,6734,6731,0,6868,6871,6864,6861,6738,6741,6734,6731,43,6739,6738,6731,6730,0,6869,6868,6861,6860,6739,6738,6731,6730,43,6676,6742,6743,6744,0,6806,6872,6873,6874,6676,6742,6743,6744,43,6742,6740,6737,6743,0,6872,6870,6867,6873,6742,6740,6737,6743,43,6744,6743,6737,6736,0,6874,6873,6867,6866,6744,6743,6737,6736,43,6740,6745,6746,6741,0,6870,6875,6876,6871,6740,6745,6746,6741,43,6745,6714,6711,6746,0,6875,6844,6841,6876,6745,6714,6711,6746,43,6746,6711,6710,6747,0,6876,6841,6840,6877,6746,6711,6710,6747,43,6741,6746,6747,6734,0,6871,6876,6877,6864,6741,6746,6747,6734,43,6734,6747,6748,6735,0,6864,6877,6878,6865,6734,6747,6748,6735,43,6747,6710,6716,6748,0,6877,6840,6846,6878,6747,6710,6716,6748,43,6748,6716,6635,6642,0,6878,6846,6765,6772,6748,6716,6635,6642,43,6735,6748,6642,6641,0,6865,6878,6772,6771,6735,6748,6642,6641,43,6714,6745,6749,6750,0,6844,6875,6879,6880,6714,6745,6749,6750,43,6745,6740,6742,6749,0,6875,6870,6872,6879,6745,6740,6742,6749,43,6750,6749,6742,6676,0,6880,6879,6872,6806,6750,6749,6742,6676,43,6676,6744,6751,6677,0,6806,6874,6881,6807,6676,6744,6751,6677,43,6744,6736,6752,6751,0,6874,6866,6882,6881,6744,6736,6752,6751,43,6677,6751,6752,6672,0,6807,6881,6882,6802,6677,6751,6752,6672,43,6736,6753,6754,6752,0,6866,6883,6884,6882,6736,6753,6754,6752,43,6753,6674,6673,6754,0,6883,6804,6803,6884,6753,6674,6673,6754,43,6752,6754,6673,6672,0,6882,6884,6803,6802,6752,6754,6673,6672,43,6736,6755,6756,6753,0,6866,6885,6886,6883,6736,6755,6756,6753,43,6755,6757,6758,6756,0,6885,6887,6888,6886,6755,6757,6758,6756,43,6753,6756,6758,6674,0,6883,6886,6888,6804,6753,6756,6758,6674,43,6759,6760,6761,6762,0,6889,6890,6891,6892,6759,6760,6761,6762,43,6760,6757,6755,6761,0,6890,6887,6885,6891,6760,6757,6755,6761,43,6761,6755,6736,6739,0,6891,6885,6866,6869,6761,6755,6736,6739,43,6762,6761,6739,6730,0,6892,6891,6869,6860,6762,6761,6739,6730,43,6759,6762,6763,6764,0,6889,6892,6893,6894,6759,6762,6763,6764,43,6762,6730,6733,6763,0,6892,6860,6863,6893,6762,6730,6733,6763,43,6763,6733,6652,6655,0,6893,6863,6782,6785,6763,6733,6652,6655,43,6764,6763,6655,6643,0,6894,6893,6785,6773,6764,6763,6655,6643,43,6765,6766,6767,6768,0,6895,6896,6897,6898,6765,6766,6767,6768,43,6766,6757,6760,6767,0,6896,6887,6890,6897,6766,6757,6760,6767,43,6767,6760,6759,6769,0,6897,6890,6889,6899,6767,6760,6759,6769,43,6768,6767,6769,6728,0,6898,6897,6899,6858,6768,6767,6769,6728,43,6728,6769,6770,6729,0,6858,6899,6900,6859,6728,6769,6770,6729,43,6769,6759,6764,6770,0,6899,6889,6894,6900,6769,6759,6764,6770,43,6770,6764,6643,6646,0,6900,6894,6773,6776,6770,6764,6643,6646,43,6729,6770,6646,6651,0,6859,6900,6776,6781,6729,6770,6646,6651,43,6724,6771,6772,6727,0,6854,6901,6902,6857,6724,6771,6772,6727,43,6771,6773,6774,6772,0,6901,6903,6904,6902,6771,6773,6774,6772,43,6772,6774,6765,6768,0,6902,6904,6895,6898,6772,6774,6765,6768,43,6727,6772,6768,6728,0,6857,6902,6898,6858,6727,6772,6768,6728,43,6757,6766,6775,6758,0,6887,6896,6905,6888,6757,6766,6775,6758,43,6766,6765,6776,6775,0,6896,6895,6906,6905,6766,6765,6776,6775,43,6758,6775,6776,6674,0,6888,6905,6906,6804,6758,6775,6776,6674,43,6720,6777,6778,6723,0,6850,6907,6908,6853,6720,6777,6778,6723,43,6777,6779,6780,6778,0,6907,6909,6910,6908,6777,6779,6780,6778,43,6778,6780,6773,6771,0,6908,6910,6903,6901,6778,6780,6773,6771,43,6723,6778,6771,6724,0,6853,6908,6901,6854,6723,6778,6771,6724,43,6765,6774,6781,6776,0,6895,6904,6911,6906,6765,6774,6781,6776,43,6774,6773,6780,6781,0,6904,6903,6910,6911,6774,6773,6780,6781,43,6781,6780,6779,6782,0,6911,6910,6909,6912,6781,6780,6779,6782,43,6776,6781,6782,6674,0,6906,6911,6912,6804,6776,6781,6782,6674,43,6674,6782,6783,6675,0,6804,6912,6913,6805,6674,6782,6783,6675,43,6782,6779,6777,6783,0,6912,6909,6907,6913,6782,6779,6777,6783,43,6783,6777,6720,6719,0,6913,6907,6850,6849,6783,6777,6720,6719,43,6675,6783,6719,6668,0,6805,6913,6849,6798,6675,6783,6719,6668,43,6696,6715,6784,6697,0,6826,6845,6914,6827,6696,6715,6784,6697,43,6715,6714,6750,6784,0,6845,6844,6880,6914,6715,6714,6750,6784,43,6697,6784,6750,6676,0,6827,6914,6880,6806,6697,6784,6750,6676,43,6785,6786,6787,6788,0,6915,6916,6917,6918,6785,6786,6787,6788,43,6786,6789,6790,6787,0,6916,6919,6920,6917,6786,6789,6790,6787,43,6787,6790,6791,6792,0,6917,6920,6921,6922,6787,6790,6791,6792,43,6788,6787,6792,6793,0,6918,6917,6922,6923,6788,6787,6792,6793,43,4198,6794,6795,4200,0,4325,6924,6925,4327,4198,6794,6795,4200,43,6794,6791,6796,6795,0,6924,6921,6926,6925,6794,6791,6796,6795,43,6795,6796,6797,6798,0,6925,6926,6927,6928,6795,6796,6797,6798,43,4200,6795,6798,4202,0,4327,6925,6928,4329,4200,6795,6798,4202,43,4168,4171,6799,6800,0,4295,4298,6929,6930,4168,4171,6799,6800,43,4171,4067,6801,6799,0,4298,4194,6931,6929,4171,4067,6801,6799,43,6799,6801,6802,6803,0,6929,6931,6932,6933,6799,6801,6802,6803,43,6800,6799,6803,6804,0,6930,6929,6933,6934,6800,6799,6803,6804,43,6804,6805,6806,6800,0,6934,6935,6936,6930,6804,6805,6806,6800,43,6805,6807,6808,6806,0,6935,6937,6938,6936,6805,6807,6808,6806,43,6806,6808,4078,4169,0,6936,6938,4205,4296,6806,6808,4078,4169,43,6800,6806,4169,4168,0,6930,6936,4296,4295,6800,6806,4169,4168,43,6807,6809,6810,6808,0,6937,6939,6940,6938,6807,6809,6810,6808,43,6809,6793,6811,6810,0,6939,6923,6941,6940,6809,6793,6811,6810,43,6810,6811,4080,4079,0,6940,6941,4207,4206,6810,6811,4080,4079,43,6808,6810,4079,4078,0,6938,6940,4206,4205,6808,6810,4079,4078,43,6812,6813,6814,6815,0,6942,6943,6944,6945,6812,6813,6814,6815,43,6813,6807,6805,6814,0,6943,6937,6935,6944,6813,6807,6805,6814,43,6814,6805,6804,6816,0,6944,6935,6934,6946,6814,6805,6804,6816,43,6815,6814,6816,6817,0,6945,6944,6946,6947,6815,6814,6816,6817,43,6804,6803,6818,6816,0,6934,6933,6948,6946,6804,6803,6818,6816,43,6803,6802,6819,6818,0,6933,6932,6949,6948,6803,6802,6819,6818,43,6818,6819,6820,6821,0,6948,6949,6950,6951,6818,6819,6820,6821,43,6816,6818,6821,6817,0,6946,6948,6951,6947,6816,6818,6821,6817,43,6822,6823,6824,6825,0,6952,6953,6954,6955,6822,6823,6824,6825,43,6823,6826,6827,6824,0,6953,6956,6957,6954,6823,6826,6827,6824,43,6824,6827,6828,6829,0,6954,6957,6958,6959,6824,6827,6828,6829,43,6825,6824,6829,6830,0,6955,6954,6959,6960,6825,6824,6829,6830,43,6831,6832,6833,6834,0,6961,6962,6963,6964,6831,6832,6833,6834,43,6832,6835,6836,6833,0,6962,6965,6966,6963,6832,6835,6836,6833,43,6833,6836,6822,6837,0,6963,6966,6952,6967,6833,6836,6822,6837,43,6834,6833,6837,6838,0,6964,6963,6967,6968,6834,6833,6837,6838,43,6839,6840,6841,6842,0,6969,6970,6971,6972,6839,6840,6841,6842,43,6840,6835,6832,6841,0,6970,6965,6962,6971,6840,6835,6832,6841,43,6841,6832,6831,6843,0,6971,6962,6961,6973,6841,6832,6831,6843,43,6842,6841,6843,6844,0,6972,6971,6973,6974,6842,6841,6843,6844,43,6845,6846,6847,6848,0,6975,6976,6977,6978,6845,6846,6847,6848,43,6846,6839,6842,6847,0,6976,6969,6972,6977,6846,6839,6842,6847,43,6847,6842,6844,6849,0,6977,6972,6974,6979,6847,6842,6844,6849,43,6848,6847,6849,6850,0,6978,6977,6979,6980,6848,6847,6849,6850,43,4067,4064,6851,6801,0,4194,4191,6981,6931,4067,4064,6851,6801,43,4064,4063,6852,6851,0,4191,4190,6982,6981,4064,4063,6852,6851,43,6851,6852,6853,6854,0,6981,6982,6983,6984,6851,6852,6853,6854,43,6801,6851,6854,6802,0,6931,6981,6984,6932,6801,6851,6854,6802,43,6853,6855,6856,6857,0,6983,6985,6986,6987,6853,6855,6856,6857,43,6855,6845,6848,6856,0,6985,6975,6978,6986,6855,6845,6848,6856,43,6856,6848,6850,6858,0,6986,6978,6980,6988,6856,6848,6850,6858,43,6857,6856,6858,6859,0,6987,6986,6988,6989,6857,6856,6858,6859,43,6802,6854,6860,6819,0,6932,6984,6990,6949,6802,6854,6860,6819,43,6854,6853,6857,6860,0,6984,6983,6987,6990,6854,6853,6857,6860,43,6860,6857,6859,6861,0,6990,6987,6989,6991,6860,6857,6859,6861,43,6819,6860,6861,6820,0,6949,6990,6991,6950,6819,6860,6861,6820,43,4063,4173,6862,6852,0,4190,4300,6992,6982,4063,4173,6862,6852,43,4173,4175,6863,6862,0,4300,4302,6993,6992,4173,4175,6863,6862,43,6862,6863,6845,6855,0,6992,6993,6975,6985,6862,6863,6845,6855,43,6852,6862,6855,6853,0,6982,6992,6985,6983,6852,6862,6855,6853,43,4175,4177,6864,6863,0,4302,4304,6994,6993,4175,4177,6864,6863,43,4177,4179,6865,6864,0,4304,4306,6995,6994,4177,4179,6865,6864,43,6864,6865,6839,6846,0,6994,6995,6969,6976,6864,6865,6839,6846,43,6863,6864,6846,6845,0,6993,6994,6976,6975,6863,6864,6846,6845,43,4179,4189,6866,6865,0,4306,4316,6996,6995,4179,4189,6866,6865,43,4189,4188,6867,6866,0,4316,4315,6997,6996,4189,4188,6867,6866,43,6866,6867,6835,6840,0,6996,6997,6965,6970,6866,6867,6835,6840,43,6865,6866,6840,6839,0,6995,6996,6970,6969,6865,6866,6840,6839,43,6835,6867,6868,6836,0,6965,6997,6998,6966,6835,6867,6868,6836,43,6867,4188,6869,6868,0,6997,4315,6999,6998,6867,4188,6869,6868,43,6868,6869,6826,6823,0,6998,6999,6956,6953,6868,6869,6826,6823,43,6836,6868,6823,6822,0,6966,6998,6953,6952,6836,6868,6823,6822,43,4202,6798,6870,6871,0,4329,6928,7000,7001,4202,6798,6870,6871,43,6798,6797,6872,6870,0,6928,6927,7002,7000,6798,6797,6872,6870,43,6870,6872,6873,6874,0,7000,7002,7003,7004,6870,6872,6873,6874,43,6871,6870,6874,6875,0,7001,7000,7004,7005,6871,6870,6874,6875,43,6797,6796,6876,6877,0,6927,6926,7006,7007,6797,6796,6876,6877,43,6796,6791,6790,6876,0,6926,6921,6920,7006,6796,6791,6790,6876,43,6876,6790,6789,6878,0,7006,6920,6919,7008,6876,6790,6789,6878,43,6877,6876,6878,6879,0,7007,7006,7008,7009,6877,6876,6878,6879,43,6789,6880,6881,6878,0,6919,7010,7011,7008,6789,6880,6881,6878,43,6880,6882,6883,6881,0,7010,7012,7013,7011,6880,6882,6883,6881,43,6881,6883,6884,6885,0,7011,7013,7014,7015,6881,6883,6884,6885,43,6878,6881,6885,6879,0,7008,7011,7015,7009,6878,6881,6885,6879,43,6797,6877,6886,6872,0,6927,7007,7016,7002,6797,6877,6886,6872,43,6877,6879,6887,6886,0,7007,7009,7017,7016,6877,6879,6887,6886,43,6886,6887,6888,6889,0,7016,7017,7018,7019,6886,6887,6888,6889,43,6872,6886,6889,6873,0,7002,7016,7019,7003,6872,6886,6889,6873,43,6884,6890,6891,6885,0,7014,7020,7021,7015,6884,6890,6891,6885,43,6890,6892,6893,6891,0,7020,7022,7023,7021,6890,6892,6893,6891,43,6891,6893,6888,6887,0,7021,7023,7018,7017,6891,6893,6888,6887,43,6885,6891,6887,6879,0,7015,7021,7017,7009,6885,6891,6887,6879,43,6894,6895,6896,6897,0,7024,7025,7026,7027,6894,6895,6896,6897,43,6895,6882,6880,6896,0,7025,7012,7010,7026,6895,6882,6880,6896,43,6896,6880,6789,6786,0,7026,7010,6919,6916,6896,6880,6789,6786,43,6897,6896,6786,6785,0,7027,7026,6916,6915,6897,6896,6786,6785,43,6898,6899,6900,6901,0,7028,7029,7030,7031,6898,6899,6900,6901,43,6899,6894,6897,6900,0,7029,7024,7027,7030,6899,6894,6897,6900,43,6900,6897,6785,6902,0,7030,7027,6915,7032,6900,6897,6785,6902,43,6901,6900,6902,6903,0,7031,7030,7032,7033,6901,6900,6902,6903,43,6884,6883,6904,6905,0,7014,7013,7034,7035,6884,6883,6904,6905,43,6883,6882,6895,6904,0,7013,7012,7025,7034,6883,6882,6895,6904,43,6904,6895,6894,6906,0,7034,7025,7024,7036,6904,6895,6894,6906,43,6905,6904,6906,6907,0,7035,7034,7036,7037,6905,6904,6906,6907,43,6908,6909,6910,6911,0,7038,7039,7040,7041,6908,6909,6910,6911,43,6909,6892,6890,6910,0,7039,7022,7020,7040,6909,6892,6890,6910,43,6910,6890,6884,6905,0,7040,7020,7014,7035,6910,6890,6884,6905,43,6911,6910,6905,6907,0,7041,7040,7035,7037,6911,6910,6905,6907,43,6912,6913,6914,6915,0,7042,7043,7044,7045,6912,6913,6914,6915,43,6913,6916,6917,6914,0,7043,7046,7047,7044,6913,6916,6917,6914,43,6914,6917,6918,6919,0,7044,7047,7048,7049,6914,6917,6918,6919,43,6915,6914,6919,6920,0,7045,7044,7049,7050,6915,6914,6919,6920,43,6920,6919,6921,6922,0,7050,7049,7051,7052,6920,6919,6921,6922,43,6919,6918,6923,6921,0,7049,7048,7053,7051,6919,6918,6923,6921,43,6921,6923,6924,6925,0,7051,7053,7054,7055,6921,6923,6924,6925,43,6922,6921,6925,6926,0,7052,7051,7055,7056,6922,6921,6925,6926,43,6830,6829,6927,6928,0,6960,6959,7057,7058,6830,6829,6927,6928,43,6829,6828,6929,6927,0,6959,6958,7059,7057,6829,6828,6929,6927,43,6927,6929,6926,6925,0,7057,7059,7056,7055,6927,6929,6926,6925,43,6928,6927,6925,6924,0,7058,7057,7055,7054,6928,6927,6925,6924,43,6838,6837,6930,6931,0,6968,6967,7060,7061,6838,6837,6930,6931,43,6837,6822,6825,6930,0,6967,6952,6955,7060,6837,6822,6825,6930,43,6930,6825,6830,6932,0,7060,6955,6960,7062,6930,6825,6830,6932,43,6931,6930,6932,6933,0,7061,7060,7062,7063,6931,6930,6932,6933,43,6933,6932,6934,6935,0,7063,7062,7064,7065,6933,6932,6934,6935,43,6932,6830,6928,6934,0,7062,6960,7058,7064,6932,6830,6928,6934,43,6934,6928,6924,6936,0,7064,7058,7054,7066,6934,6928,6924,6936,43,6935,6934,6936,6937,0,7065,7064,7066,7067,6935,6934,6936,6937,43,6924,6923,6938,6936,0,7054,7053,7068,7066,6924,6923,6938,6936,43,6923,6918,6939,6938,0,7053,7048,7069,7068,6923,6918,6939,6938,43,6938,6939,6940,6941,0,7068,7069,7070,7071,6938,6939,6940,6941,43,6936,6938,6941,6937,0,7066,7068,7071,7067,6936,6938,6941,6937,43,6918,6917,6942,6939,0,7048,7047,7072,7069,6918,6917,6942,6939,43,6917,6916,6943,6942,0,7047,7046,7073,7072,6917,6916,6943,6942,43,6942,6943,6944,6945,0,7072,7073,7074,7075,6942,6943,6944,6945,43,6939,6942,6945,6940,0,7069,7072,7075,7070,6939,6942,6945,6940,43,6873,6889,6946,6947,0,7003,7019,7076,7077,6873,6889,6946,6947,43,6889,6888,6948,6946,0,7019,7018,7078,7076,6889,6888,6948,6946,43,6946,6948,6944,6943,0,7076,7078,7074,7073,6946,6948,6944,6943,43,6947,6946,6943,6916,0,7077,7076,7073,7046,6947,6946,6943,6916,43,6912,6949,6950,6913,0,7042,7079,7080,7043,6912,6949,6950,6913,43,6949,6875,6874,6950,0,7079,7005,7004,7080,6949,6875,6874,6950,43,6950,6874,6873,6947,0,7080,7004,7003,7077,6950,6874,6873,6947,43,6913,6950,6947,6916,0,7043,7080,7077,7046,6913,6950,6947,6916,43,6831,6834,6951,6952,0,7081,7082,7083,7084,6831,6834,6951,6952,43,6834,6838,6953,6951,0,7082,7085,7086,7083,6834,6838,6953,6951,43,6951,6953,6954,6955,0,7083,7086,7087,7088,6951,6953,6954,6955,43,6952,6951,6955,6956,0,7084,7083,7088,7089,6952,6951,6955,6956,43,6859,6858,6957,6958,0,7090,7091,7092,7093,6859,6858,6957,6958,43,6858,6850,6959,6957,0,7091,7094,7095,7092,6858,6850,6959,6957,43,6957,6959,6960,6961,0,7092,7095,7096,7097,6957,6959,6960,6961,43,6958,6957,6961,6962,0,7093,7092,7097,7098,6958,6957,6961,6962,43,6820,6861,6963,6964,0,7099,7100,7101,7102,6820,6861,6963,6964,43,6861,6859,6958,6963,0,7100,7090,7093,7101,6861,6859,6958,6963,43,6963,6958,6962,6965,0,7101,7093,7098,7103,6963,6958,6962,6965,43,6964,6963,6965,6966,0,7102,7101,7103,7104,6964,6963,6965,6966,43,6817,6821,6967,6968,0,7105,7106,7107,7108,6817,6821,6967,6968,43,6821,6820,6964,6967,0,7106,7099,7102,7107,6821,6820,6964,6967,43,6967,6964,6966,6969,0,7107,7102,7104,7109,6967,6964,6966,6969,43,6968,6967,6969,6970,0,7108,7107,7109,7110,6968,6967,6969,6970,43,6971,6972,6973,6974,0,7111,7112,7113,7114,6971,6972,6973,6974,43,6972,6812,6815,6973,0,7112,7115,7116,7113,6972,6812,6815,6973,43,6973,6815,6817,6968,0,7113,7116,7105,7108,6973,6815,6817,6968,43,6974,6973,6968,6970,0,7114,7113,7108,7110,6974,6973,6968,6970,43,6844,6843,6975,6976,0,7117,7118,7119,7120,6844,6843,6975,6976,43,6843,6831,6952,6975,0,7118,7081,7084,7119,6843,6831,6952,6975,43,6975,6952,6956,6977,0,7119,7084,7089,7121,6975,6952,6956,6977,43,6976,6975,6977,6978,0,7120,7119,7121,7122,6976,6975,6977,6978,43,6850,6849,6979,6959,0,7094,7123,7124,7095,6850,6849,6979,6959,43,6849,6844,6976,6979,0,7123,7117,7120,7124,6849,6844,6976,6979,43,6979,6976,6978,6980,0,7124,7120,7122,7125,6979,6976,6978,6980,43,6959,6979,6980,6960,0,7095,7124,7125,7096,6959,6979,6980,6960,43,6981,6982,6983,6984,0,7126,7127,7128,7129,6981,6982,6983,6984,43,6982,6985,6986,6983,0,7127,7130,7131,7128,6982,6985,6986,6983,43,6983,6986,6903,6987,0,7128,7131,7132,7133,6983,6986,6903,6987,43,6984,6983,6987,6988,0,7129,7128,7133,7134,6984,6983,6987,6988,43,6989,6990,6991,6992,0,7135,7136,7137,7138,6989,6990,6991,6992,43,6990,6940,6945,6991,0,7136,7139,7140,7137,6990,6940,6945,6991,43,6991,6945,6944,6993,0,7137,7140,7141,7142,6991,6945,6944,6993,43,6992,6991,6993,6994,0,7138,7137,7142,7143,6992,6991,6993,6994,43,6995,6996,6997,6998,0,7144,7145,7146,7147,6995,6996,6997,6998,43,6996,6937,6941,6997,0,7145,7148,7149,7146,6996,6937,6941,6997,43,6997,6941,6940,6990,0,7146,7149,7139,7136,6997,6941,6940,6990,43,6998,6997,6990,6989,0,7147,7146,7136,7135,6998,6997,6990,6989,43,6933,6935,6999,7000,0,7150,7151,7152,7153,6933,6935,6999,7000,43,6935,6937,6996,6999,0,7151,7148,7145,7152,6935,6937,6996,6999,43,6999,6996,6995,7001,0,7152,7145,7144,7154,6999,6996,6995,7001,43,7000,6999,7001,7002,0,7153,7152,7154,7155,7000,6999,7001,7002,43,6838,6931,7003,6953,0,7085,7156,7157,7086,6838,6931,7003,6953,43,6931,6933,7000,7003,0,7156,7150,7153,7157,6931,6933,7000,7003,43,7003,7000,7002,7004,0,7157,7153,7155,7158,7003,7000,7002,7004,43,6953,7003,7004,6954,0,7086,7157,7158,7087,6953,7003,7004,6954,43,6956,6955,7005,7006,0,7089,7088,7159,7160,6956,6955,7005,7006,43,6955,6954,7007,7005,0,7088,7087,7161,7159,6955,6954,7007,7005,43,7005,7007,6647,6657,0,7159,7161,7162,7163,7005,7007,6647,6657,43,7006,7005,6657,6656,0,7160,7159,7163,7164,7006,7005,6657,6656,43,6962,6961,7008,7009,0,7098,7097,7165,7166,6962,6961,7008,7009,43,6961,6960,7010,7008,0,7097,7096,7167,7165,6961,6960,7010,7008,43,7008,7010,6639,6637,0,7165,7167,7168,7169,7008,7010,6639,6637,43,7009,7008,6637,6631,0,7166,7165,7169,7170,7009,7008,6637,6631,43,6966,6965,7011,7012,0,7104,7103,7171,7172,6966,6965,7011,7012,43,6965,6962,7009,7011,0,7103,7098,7166,7171,6965,6962,7009,7011,43,7011,7009,6631,6634,0,7171,7166,7170,7173,7011,7009,6631,6634,43,7012,7011,6634,6625,0,7172,7171,7173,7174,7012,7011,6634,6625,43,6970,6969,7013,7014,0,7110,7109,7175,7176,6970,6969,7013,7014,43,6969,6966,7012,7013,0,7109,7104,7172,7175,6969,6966,7012,7013,43,7013,7012,6625,6628,0,7175,7172,7174,7177,7013,7012,6625,6628,43,7014,7013,6628,6622,0,7176,7175,7177,7178,7014,7013,6628,6622,43,6616,7015,7016,6621,0,7179,7180,7181,7182,6616,7015,7016,6621,43,7015,6971,6974,7016,0,7180,7111,7114,7181,7015,6971,6974,7016,43,7016,6974,6970,7014,0,7181,7114,7110,7176,7016,6974,6970,7014,43,6621,7016,7014,6622,0,7182,7181,7176,7178,6621,7016,7014,6622,43,6978,6977,7017,7018,0,7122,7121,7183,7184,6978,6977,7017,7018,43,6977,6956,7006,7017,0,7121,7089,7185,7183,6977,6956,7006,7017,43,7018,7017,7006,6656,0,7184,7183,7185,7186,7018,7017,7006,6656,43,6960,6980,7019,7010,0,7096,7125,7187,7167,6960,6980,7019,7010,43,6980,6978,7018,7019,0,7125,7122,7184,7187,6980,6978,7018,7019,43,7019,7018,6656,6658,0,7187,7184,7186,7188,7019,7018,6656,6658,43,7010,7019,6658,6639,0,7167,7187,7188,7168,7010,7019,6658,6639,43,6603,7020,7021,6607,0,7189,7190,7191,7192,6603,7020,7021,6607,43,7020,6981,6984,7021,0,7190,7126,7129,7191,7020,6981,6984,7021,43,7021,6984,6988,7022,0,7191,7129,7134,7193,7021,6984,6988,7022,43,6607,7021,7022,6609,0,7192,7191,7193,7194,6607,7021,7022,6609,43,6592,7023,7024,6595,0,7195,7196,7197,7198,6592,7023,7024,6595,43,7023,6989,6992,7024,0,7196,7135,7138,7197,7023,6989,6992,7024,43,7024,6992,6994,7025,0,7197,7138,7143,7199,7024,6992,6994,7025,43,6595,7024,7025,6597,0,7198,7197,7199,7200,6595,7024,7025,6597,43,6590,7026,7027,6591,0,7201,7202,7203,7204,6590,7026,7027,6591,43,7026,6995,6998,7027,0,7202,7144,7147,7203,7026,6995,6998,7027,43,7027,6998,6989,7023,0,7203,7147,7135,7196,7027,6998,6989,7023,43,6591,7027,7023,6592,0,7204,7203,7196,7195,6591,7027,7023,6592,43,7002,7001,7028,7029,0,7155,7154,7205,7206,7002,7001,7028,7029,43,7001,6995,7026,7028,0,7154,7144,7202,7205,7001,6995,7026,7028,43,7028,7026,6590,6663,0,7205,7202,7201,7207,7028,7026,6590,6663,43,7029,7028,6663,6649,0,7206,7205,7207,7208,7029,7028,6663,6649,43,6954,7004,7030,7007,0,7087,7158,7209,7161,6954,7004,7030,7007,43,7004,7002,7029,7030,0,7158,7155,7206,7209,7004,7002,7029,7030,43,7030,7029,6649,6648,0,7209,7206,7208,7210,7030,7029,6649,6648,43,7007,7030,6648,6647,0,7161,7209,7210,7162,7007,7030,6648,6647,43,7031,7032,7033,7034,0,7211,7212,7213,7214,7031,7032,7033,7034,43,7032,7035,7036,7033,0,7212,7215,7216,7213,7032,7035,7036,7033,43,7033,7036,6985,6982,0,7213,7216,7130,7127,7033,7036,6985,6982,43,7034,7033,6982,6981,0,7214,7213,7127,7126,7034,7033,6982,6981,43,7031,7034,7037,7038,0,7211,7214,7217,7218,7031,7034,7037,7038,43,7034,6981,7020,7037,0,7214,7126,7219,7217,7034,6981,7020,7037,43,7038,7037,7020,6603,0,7218,7217,7219,7220,7038,7037,7020,6603,43,6908,7039,7040,6909,0,7038,7221,7222,7039,6908,7039,7040,6909,43,7039,7041,7042,7040,0,7221,7223,7224,7222,7039,7041,7042,7040,43,7040,7042,6888,6893,0,7222,7224,7018,7023,7040,7042,6888,6893,43,6909,7040,6893,6892,0,7039,7222,7023,7022,6909,7040,6893,6892,43,6888,7042,7043,6948,0,7018,7224,7225,7078,6888,7042,7043,6948,43,7042,7041,7044,7043,0,7224,7223,7226,7225,7042,7041,7044,7043,43,6948,7043,7044,6944,0,7078,7225,7226,7074,6948,7043,7044,6944,43,7041,7045,7046,7044,0,7223,7227,7228,7226,7041,7045,7046,7044,43,7045,7047,7048,7046,0,7227,7229,7230,7228,7045,7047,7048,7046,43,7044,7046,7048,6944,0,7226,7228,7230,7074,7044,7046,7048,6944,43,7035,7032,7049,7050,0,7215,7212,7231,7215,7035,7032,7049,7050,43,7032,7031,7051,7049,0,7212,7211,7211,7231,7032,7031,7051,7049,43,7049,7051,7052,7053,0,7231,7211,7232,7231,7049,7051,7052,7053,43,7050,7049,7053,7047,0,7215,7231,7231,7233,7050,7049,7053,7047,43,7047,7053,7054,7048,0,7233,7231,7234,7235,7047,7053,7054,7048,43,7053,7052,7055,7054,0,7231,7232,7236,7234,7053,7052,7055,7054,43,7054,7055,6994,6993,0,7234,7236,7143,7142,7054,7055,6994,6993,43,7048,7054,6993,6944,0,7235,7234,7142,7141,7048,7054,6993,6944,43,6603,7056,7057,7038,0,7220,7237,7238,7218,6603,7056,7057,7038,43,7056,7052,7051,7057,0,7237,7232,7211,7238,7056,7052,7051,7057,43,7038,7057,7051,7031,0,7218,7238,7211,7211,7038,7057,7051,7031,43,6597,7025,7058,6601,0,7200,7199,7239,7240,6597,7025,7058,6601,43,7025,6994,7055,7058,0,7199,7143,7236,7239,7025,6994,7055,7058,43,7058,7055,7052,7056,0,7239,7236,7232,7237,7058,7055,7052,7056,43,6601,7058,7056,6603,0,7240,7239,7237,7241,6601,7058,7056,6603,43,6907,6906,7059,7060,0,7037,7036,7242,7243,6907,6906,7059,7060,43,6906,6894,6899,7059,0,7036,7024,7029,7242,6906,6894,6899,7059,43,7059,6899,6898,7061,0,7242,7029,7028,7244,7059,6899,6898,7061,43,7060,7059,7061,7062,0,7243,7242,7244,7245,7060,7059,7061,7062,43,7063,7064,7065,7066,0,7246,7247,7248,7249,7063,7064,7065,7066,43,7064,6908,6911,7065,0,7247,7038,7041,7248,7064,6908,6911,7065,43,7065,6911,6907,7060,0,7248,7041,7037,7243,7065,6911,6907,7060,43,7066,7065,7060,7062,0,7249,7248,7243,7245,7066,7065,7060,7062,43,7047,7045,7067,7068,0,7229,7227,7250,7251,7047,7045,7067,7068,43,7045,7041,7039,7067,0,7227,7223,7221,7250,7045,7041,7039,7067,43,7067,7039,6908,7064,0,7250,7221,7038,7247,7067,7039,6908,7064,43,7068,7067,7064,7063,0,7251,7250,7247,7246,7068,7067,7064,7063,43,7063,7066,7069,7070,0,7246,7249,7252,7253,7063,7066,7069,7070,43,7066,7062,7071,7069,0,7249,7245,7254,7252,7066,7062,7071,7069,43,7069,7071,6985,7036,0,7252,7254,7255,7256,7069,7071,6985,7036,43,7070,7069,7036,7035,0,7253,7252,7256,7257,7070,7069,7036,7035,43,7062,7061,7072,7071,0,7245,7244,7258,7254,7062,7061,7072,7071,43,7061,6898,6901,7072,0,7244,7028,7031,7258,7061,6898,6901,7072,43,7072,6901,6903,6986,0,7258,7031,7033,7259,7072,6901,6903,6986,43,7071,7072,6986,6985,0,7254,7258,7259,7255,7071,7072,6986,6985,43,7063,7070,7073,7068,0,7246,7253,7260,7251,7063,7070,7073,7068,43,7070,7035,7050,7073,0,7253,7257,7261,7260,7070,7035,7050,7073,43,7068,7073,7050,7047,0,7251,7260,7261,7229,7068,7073,7050,7047,43,6793,6792,7074,6811,0,6923,6922,7262,6941,6793,6792,7074,6811,43,6792,6791,6794,7074,0,6922,6921,6924,7262,6792,6791,6794,7074,43,7074,6794,4198,4196,0,7262,6924,4325,4323,7074,6794,4198,4196,43,6811,7074,4196,4080,0,6941,7262,4323,4207,6811,7074,4196,4080,43,6812,7075,7076,6813,0,6942,7263,7264,6943,6812,7075,7076,6813,43,7075,7077,7078,7076,0,7263,7265,7266,7264,7075,7077,7078,7076,43,7076,7078,6793,6809,0,7264,7266,6923,6939,7076,7078,6793,6809,43,6813,7076,6809,6807,0,6943,7264,6939,6937,6813,7076,6809,6807,43,7077,7079,7080,7078,0,7265,7267,7268,7266,7077,7079,7080,7078,43,7079,6903,6902,7080,0,7267,7033,7032,7268,7079,6903,6902,7080,43,7080,6902,6785,6788,0,7268,7032,6915,6918,7080,6902,6785,6788,43,7078,7080,6788,6793,0,7266,7268,6918,6923,7078,7080,6788,6793,43,6903,7079,7081,6987,0,7132,7269,7270,7133,6903,7079,7081,6987,43,7079,7077,7082,7081,0,7269,7271,7272,7270,7079,7077,7082,7081,43,7081,7082,7083,7084,0,7270,7272,7273,7274,7081,7082,7083,7084,43,6987,7081,7084,6988,0,7133,7270,7274,7134,6987,7081,7084,6988,43,7077,7075,7085,7082,0,7271,7275,7276,7272,7077,7075,7085,7082,43,7075,6812,6972,7085,0,7275,7115,7112,7276,7075,6812,6972,7085,43,7085,6972,6971,7086,0,7276,7112,7111,7277,7085,6972,6971,7086,43,7082,7085,7086,7083,0,7272,7276,7277,7273,7082,7085,7086,7083,43,6609,7022,7087,7088,0,7194,7193,7278,7279,6609,7022,7087,7088,43,7022,6988,7084,7087,0,7193,7134,7274,7278,7022,6988,7084,7087,43,7088,7087,7084,7083,0,7279,7278,7274,7273,7088,7087,7084,7083,43,6616,6615,7089,7015,0,7179,7280,7281,7180,6616,6615,7089,7015,43,6615,6609,7088,7089,0,7280,7282,7279,7281,6615,6609,7088,7089,43,7089,7088,7083,7086,0,7281,7279,7273,7277,7089,7088,7083,7086,43,7015,7089,7086,6971,0,7180,7281,7277,7111,7015,7089,7086,6971,43,7090,7091,7092,7093,0,7283,7284,7285,7286,7090,7091,7092,7093,43,7091,7094,7095,7092,0,7284,7287,7288,7285,7091,7094,7095,7092,43,7092,7095,7096,7097,0,7285,7288,7289,7290,7092,7095,7096,7097,43,7093,7092,7097,7098,0,7286,7285,7290,7291,7093,7092,7097,7098,43,7094,7099,7100,7095,0,7287,7292,7293,7288,7094,7099,7100,7095,43,7099,7101,7102,7100,0,7292,7294,7295,7293,7099,7101,7102,7100,43,7100,7102,7103,7104,0,7293,7295,7296,7297,7100,7102,7103,7104,43,7095,7100,7104,7096,0,7288,7293,7297,7289,7095,7100,7104,7096,43,7101,7105,7106,7102,0,7294,7298,7299,7295,7101,7105,7106,7102,43,7105,7107,7108,7106,0,7298,7300,7301,7299,7105,7107,7108,7106,43,7106,7108,7109,7110,0,7299,7301,7302,7303,7106,7108,7109,7110,43,7102,7106,7110,7103,0,7295,7299,7303,7296,7102,7106,7110,7103,43,7107,7111,7112,7108,0,7300,7304,7305,7301,7107,7111,7112,7108,43,7111,7113,7114,7112,0,7304,7306,7307,7305,7111,7113,7114,7112,43,7112,7114,7115,7116,0,7305,7307,7308,7309,7112,7114,7115,7116,43,7108,7112,7116,7109,0,7301,7305,7309,7302,7108,7112,7116,7109,43,7117,7118,7119,7120,0,7310,7311,7312,7313,7117,7118,7119,7120,43,7118,7121,7122,7119,0,7311,7314,7315,7312,7118,7121,7122,7119,43,7119,7122,7115,7114,0,7312,7315,7308,7307,7119,7122,7115,7114,43,7120,7119,7114,7113,0,7313,7312,7307,7306,7120,7119,7114,7113,43,7117,7123,7124,7118,0,7310,7316,7317,7311,7117,7123,7124,7118,43,7123,7125,7126,7124,0,7316,7318,7319,7317,7123,7125,7126,7124,43,7124,7126,7127,7128,0,7317,7319,7320,7321,7124,7126,7127,7128,43,7118,7124,7128,7121,0,7311,7317,7321,7314,7118,7124,7128,7121,43,7129,7130,7131,7132,0,7322,7323,7324,7325,7129,7130,7131,7132,43,7130,7133,7134,7131,0,7323,7326,7327,7324,7130,7133,7134,7131,43,7131,7134,7115,7122,0,7324,7327,7308,7315,7131,7134,7115,7122,43,7132,7131,7122,7121,0,7325,7324,7315,7314,7132,7131,7122,7121,43,7127,7135,7136,7128,0,7320,7328,7329,7321,7127,7135,7136,7128,43,7135,7137,7138,7136,0,7328,7330,7331,7329,7135,7137,7138,7136,43,7136,7138,7129,7132,0,7329,7331,7322,7325,7136,7138,7129,7132,43,7128,7136,7132,7121,0,7321,7329,7325,7314,7128,7136,7132,7121,43,7139,7140,7141,7142,0,7332,7333,7334,7335,7139,7140,7141,7142,43,7140,7143,7144,7141,0,7333,7336,7337,7334,7140,7143,7144,7141,43,7141,7144,7117,7120,0,7334,7337,7310,7313,7141,7144,7117,7120,43,7142,7141,7120,7113,0,7335,7334,7313,7306,7142,7141,7120,7113,43,7145,7146,7147,7148,0,7338,7339,7340,7341,7145,7146,7147,7148,43,7146,7139,7142,7147,0,7339,7332,7335,7340,7146,7139,7142,7147,43,7147,7142,7113,7111,0,7340,7335,7306,7304,7147,7142,7113,7111,43,7148,7147,7111,7107,0,7341,7340,7304,7300,7148,7147,7111,7107,43,7109,7116,7149,7150,0,7302,7309,7342,7343,7109,7116,7149,7150,43,7116,7115,7134,7149,0,7309,7308,7327,7342,7116,7115,7134,7149,43,7149,7134,7133,7151,0,7342,7327,7326,7344,7149,7134,7133,7151,43,7150,7149,7151,7152,0,7343,7342,7344,7345,7150,7149,7151,7152,43,7152,7153,7154,7150,0,7345,7346,7347,7343,7152,7153,7154,7150,43,7153,7155,7156,7154,0,7346,7348,7349,7347,7153,7155,7156,7154,43,7154,7156,7103,7110,0,7347,7349,7296,7303,7154,7156,7103,7110,43,7150,7154,7110,7109,0,7343,7347,7303,7302,7150,7154,7110,7109,43,7157,7158,7159,7160,0,7350,7351,7352,7353,7157,7158,7159,7160,43,7158,7155,7153,7159,0,7351,7354,7355,7352,7158,7155,7153,7159,43,7159,7153,7152,7161,0,7352,7355,7356,7357,7159,7153,7152,7161,43,7160,7159,7161,7162,0,7353,7352,7357,7358,7160,7159,7161,7162,43,7152,7151,7163,7161,0,7356,7359,7360,7357,7152,7151,7163,7161,43,7151,7133,7130,7163,0,7359,7361,7362,7360,7151,7133,7130,7163,43,7163,7130,7129,7164,0,7360,7362,7363,7364,7163,7130,7129,7164,43,7161,7163,7164,7162,0,7357,7360,7364,7358,7161,7163,7164,7162,43,7165,7166,7167,7168,0,7365,7366,7367,7368,7165,7166,7167,7168,43,7166,7145,7148,7167,0,7366,7338,7341,7367,7166,7145,7148,7167,43,7167,7148,7107,7105,0,7367,7341,7300,7298,7167,7148,7107,7105,43,7168,7167,7105,7101,0,7368,7367,7298,7294,7168,7167,7105,7101,43,7169,7170,7171,7172,0,7369,7370,7371,7372,7169,7170,7171,7172,43,7170,7173,7174,7171,0,7370,7373,7374,7371,7170,7173,7174,7171,43,7171,7174,7145,7166,0,7371,7374,7338,7366,7171,7174,7145,7166,43,7172,7171,7166,7165,0,7372,7371,7366,7365,7172,7171,7166,7165,43,7173,7175,7176,7174,0,7373,7375,7376,7374,7173,7175,7176,7174,43,7175,7177,7178,7176,0,7375,7377,7378,7376,7175,7177,7178,7176,43,7176,7178,7139,7146,0,7376,7378,7332,7339,7176,7178,7139,7146,43,7174,7176,7146,7145,0,7374,7376,7339,7338,7174,7176,7146,7145,43,7179,7180,7181,7182,0,7379,7380,7381,7382,7179,7180,7181,7182,43,7180,7169,7172,7181,0,7380,7369,7372,7381,7180,7169,7172,7181,43,7181,7172,7165,7183,0,7381,7372,7365,7383,7181,7172,7165,7183,43,7182,7181,7183,7184,0,7382,7381,7383,7384,7182,7181,7183,7184,43,7185,7186,7187,7188,0,7385,7386,7387,7388,7185,7186,7187,7188,43,7186,7189,7190,7187,0,7386,7389,7390,7387,7186,7189,7190,7187,43,7187,7190,7179,7182,0,7387,7390,7379,7382,7187,7190,7179,7182,43,7188,7187,7182,7184,0,7388,7387,7382,7384,7188,7187,7182,7184,43,7185,7188,7191,7192,0,7385,7388,7391,7392,7185,7188,7191,7192,43,7188,7184,7193,7191,0,7388,7384,7393,7391,7188,7184,7193,7191,43,7191,7193,7094,7091,0,7391,7393,7287,7284,7191,7193,7094,7091,43,7192,7191,7091,7090,0,7392,7391,7284,7283,7192,7191,7091,7090,43,7184,7183,7194,7193,0,7384,7383,7394,7393,7184,7183,7194,7193,43,7183,7165,7168,7194,0,7383,7365,7368,7394,7183,7165,7168,7194,43,7194,7168,7101,7099,0,7394,7368,7294,7292,7194,7168,7101,7099,43,7193,7194,7099,7094,0,7393,7394,7292,7287,7193,7194,7099,7094,43,7103,7156,7195,7104,0,7296,7349,7395,7297,7103,7156,7195,7104,43,7156,7155,7158,7195,0,7349,7348,7396,7395,7156,7155,7158,7195,43,7195,7158,7157,7196,0,7395,7396,7397,7398,7195,7158,7157,7196,43,7104,7195,7196,7096,0,7297,7395,7398,7289,7104,7195,7196,7096,43,7096,7196,7197,7097,0,7289,7398,7399,7290,7096,7196,7197,7097,43,7196,7157,7198,7197,0,7398,7397,7400,7399,7196,7157,7198,7197,43,7197,7198,7199,7200,0,7399,7400,7401,7402,7197,7198,7199,7200,43,7097,7197,7200,7098,0,7290,7399,7402,7291,7097,7197,7200,7098,43,7199,7198,7201,7202,0,7403,7404,7405,7406,7199,7198,7201,7202,43,7198,7157,7160,7201,0,7404,7350,7353,7405,7198,7157,7160,7201,43,7202,7201,7160,7162,0,7406,7405,7353,7358,7202,7201,7160,7162,43,7203,7204,7205,7206,0,7407,7408,7409,7410,7203,7204,7205,7206,43,7204,7207,7208,7205,0,7408,7411,7412,7409,7204,7207,7208,7205,43,7205,7208,7209,7210,0,7409,7412,7413,7414,7205,7208,7209,7210,43,7206,7205,7210,7211,0,7410,7409,7414,7415,7206,7205,7210,7211,43,7212,7213,7214,7215,0,7416,7417,7418,7419,7212,7213,7214,7215,43,7213,7207,7204,7214,0,7417,7420,7421,7418,7213,7207,7204,7214,43,7215,7214,7204,7203,0,7419,7418,7421,7422,7215,7214,7204,7203,43,7216,7217,7218,7219,0,7423,7424,7425,7426,7216,7217,7218,7219,43,7217,7220,7221,7218,0,7424,7427,7428,7425,7217,7220,7221,7218,43,7218,7221,7222,7223,0,7425,7428,7429,7430,7218,7221,7222,7223,43,7219,7218,7223,7224,0,7426,7425,7430,7431,7219,7218,7223,7224,43,7225,7226,7227,7228,0,7432,7433,7434,7435,7225,7226,7227,7228,43,7226,7224,7223,7227,0,7433,7431,7430,7434,7226,7224,7223,7227,43,7227,7223,7222,7229,0,7434,7430,7429,7436,7227,7223,7222,7229,43,7228,7227,7229,7230,0,7435,7434,7436,7437,7228,7227,7229,7230,43,7209,7231,7232,7210,0,7413,7438,7439,7414,7209,7231,7232,7210,43,7231,7225,7228,7232,0,7438,7432,7435,7439,7231,7225,7228,7232,43,7232,7228,7230,7233,0,7439,7435,7437,7440,7232,7228,7230,7233,43,7210,7232,7233,7211,0,7414,7439,7440,7415,7210,7232,7233,7211,43,7234,7235,7236,7237,0,7441,7442,7443,7444,7234,7235,7236,7237,43,7235,7238,7239,7236,0,7442,7445,7446,7443,7235,7238,7239,7236,43,7236,7239,7240,7241,0,7443,7446,7447,7448,7236,7239,7240,7241,43,7237,7236,7241,7242,0,7444,7443,7448,7449,7237,7236,7241,7242,43,7242,7241,7243,7244,0,7449,7448,7450,7451,7242,7241,7243,7244,43,7241,7240,7245,7243,0,7448,7447,7452,7450,7241,7240,7245,7243,43,7243,7245,7246,7247,0,7450,7452,7453,7454,7243,7245,7246,7247,43,7244,7243,7247,7248,0,7451,7450,7454,7455,7244,7243,7247,7248,43,7129,7138,7249,7164,0,7363,7456,7457,7364,7129,7138,7249,7164,43,7138,7137,7250,7249,0,7456,7458,7459,7457,7138,7137,7250,7249,43,7249,7250,7212,7251,0,7457,7459,7416,7460,7249,7250,7212,7251,43,7164,7249,7251,7162,0,7364,7457,7460,7358,7164,7249,7251,7162,43,7212,7252,7253,7213,0,7416,7461,7462,7417,7212,7252,7253,7213,43,7252,7254,7255,7253,0,7461,7463,7464,7462,7252,7254,7255,7253,43,7213,7253,7255,7207,0,7417,7462,7464,7420,7213,7253,7255,7207,43,7207,7255,7256,7208,0,7411,7465,7466,7412,7207,7255,7256,7208,43,7255,7254,7257,7256,0,7465,7467,7468,7466,7255,7254,7257,7256,43,7256,7257,7258,7259,0,7466,7468,7469,7470,7256,7257,7258,7259,43,7208,7256,7259,7209,0,7412,7466,7470,7413,7208,7256,7259,7209,43,7258,7260,7261,7259,0,7469,7471,7472,7470,7258,7260,7261,7259,43,7260,7262,7263,7261,0,7471,7473,7474,7472,7260,7262,7263,7261,43,7261,7263,7225,7231,0,7472,7474,7432,7438,7261,7263,7225,7231,43,7259,7261,7231,7209,0,7470,7472,7438,7413,7259,7261,7231,7209,43,7264,7265,7266,7267,0,7475,7476,7477,7478,7264,7265,7266,7267,43,7265,7224,7226,7266,0,7476,7431,7433,7477,7265,7224,7226,7266,43,7266,7226,7225,7263,0,7477,7433,7432,7474,7266,7226,7225,7263,43,7267,7266,7263,7262,0,7478,7477,7474,7473,7267,7266,7263,7262,43,7268,7269,7270,7271,0,7479,7480,7481,7482,7268,7269,7270,7271,43,7269,7216,7219,7270,0,7480,7423,7426,7481,7269,7216,7219,7270,43,7270,7219,7224,7265,0,7481,7426,7431,7476,7270,7219,7224,7265,43,7271,7270,7265,7264,0,7482,7481,7476,7475,7271,7270,7265,7264,43,7272,7273,7274,7275,0,7483,7484,7485,7486,7272,7273,7274,7275,43,7273,7268,7271,7274,0,7484,7479,7482,7485,7273,7268,7271,7274,43,7274,7271,7264,7276,0,7485,7482,7475,7487,7274,7271,7264,7276,43,7275,7274,7276,7277,0,7486,7485,7487,7488,7275,7274,7276,7277,43,7272,7275,7278,7279,0,7483,7486,7489,7490,7272,7275,7278,7279,43,7275,7277,7280,7278,0,7486,7488,7491,7489,7275,7277,7280,7278,43,7278,7280,7248,7247,0,7489,7491,7455,7454,7278,7280,7248,7247,43,7279,7278,7247,7246,0,7490,7489,7454,7453,7279,7278,7247,7246,43,7281,7282,7283,7284,0,7492,7493,7494,7495,7281,7282,7283,7284,43,7282,7248,7280,7283,0,7493,7455,7491,7494,7282,7248,7280,7283,43,7283,7280,7277,7285,0,7494,7491,7488,7496,7283,7280,7277,7285,43,7284,7283,7285,7286,0,7495,7494,7496,7497,7284,7283,7285,7286,43,7277,7276,7287,7285,0,7488,7487,7498,7496,7277,7276,7287,7285,43,7276,7264,7267,7287,0,7487,7475,7478,7498,7276,7264,7267,7287,43,7287,7267,7262,7288,0,7498,7478,7473,7499,7287,7267,7262,7288,43,7285,7287,7288,7286,0,7496,7498,7499,7497,7285,7287,7288,7286,43,7289,7290,7291,7292,0,7500,7501,7502,7503,7289,7290,7291,7292,43,7290,7281,7284,7291,0,7501,7492,7495,7502,7290,7281,7284,7291,43,7291,7284,7286,7293,0,7502,7495,7497,7504,7291,7284,7286,7293,43,7292,7291,7293,7294,0,7503,7502,7504,7505,7292,7291,7293,7294,43,7294,7293,7295,7296,0,7505,7504,7506,7507,7294,7293,7295,7296,43,7293,7286,7288,7295,0,7504,7497,7499,7506,7293,7286,7288,7295,43,7295,7288,7262,7260,0,7506,7499,7473,7471,7295,7288,7262,7260,43,7296,7295,7260,7258,0,7507,7506,7471,7469,7296,7295,7260,7258,43,7294,7297,7298,7292,0,7505,7508,7509,7503,7294,7297,7298,7292,43,7297,7299,7300,7298,0,7508,7510,7511,7509,7297,7299,7300,7298,43,7298,7300,7301,7302,0,7509,7511,7512,7513,7298,7300,7301,7302,43,7292,7298,7302,7289,0,7503,7509,7513,7500,7292,7298,7302,7289,43,7299,7297,7303,7304,0,7510,7508,7514,7515,7299,7297,7303,7304,43,7297,7294,7296,7303,0,7508,7505,7507,7514,7297,7294,7296,7303,43,7303,7296,7258,7257,0,7514,7507,7469,7468,7303,7296,7258,7257,43,7304,7303,7257,7254,0,7515,7514,7468,7467,7304,7303,7257,7254,43,7301,7300,7305,7306,0,7516,7517,7518,7519,7301,7300,7305,7306,43,7300,7299,7304,7305,0,7517,7520,7521,7518,7300,7299,7304,7305,43,7305,7304,7254,7252,0,7518,7521,7463,7461,7305,7304,7254,7252,43,7306,7305,7252,7212,0,7519,7518,7461,7416,7306,7305,7252,7212,43,7307,7308,7309,7310,0,7522,7523,7524,7525,7307,7308,7309,7310,43,7308,7311,7312,7309,0,7523,7526,7527,7524,7308,7311,7312,7309,43,7309,7312,7289,7302,0,7524,7527,7500,7513,7309,7312,7289,7302,43,7310,7309,7302,7301,0,7525,7524,7513,7512,7310,7309,7302,7301,43,7311,7308,7313,7314,0,7526,7523,7528,7529,7311,7308,7313,7314,43,7308,7307,7315,7313,0,7523,7522,7530,7528,7308,7307,7315,7313,43,7313,7315,7137,7135,0,7528,7530,7330,7328,7313,7315,7137,7135,43,7314,7313,7135,7127,0,7529,7528,7328,7320,7314,7313,7135,7127,43,7137,7315,7316,7250,0,7458,7531,7532,7459,7137,7315,7316,7250,43,7315,7307,7310,7316,0,7531,7533,7534,7532,7315,7307,7310,7316,43,7316,7310,7301,7306,0,7532,7534,7516,7519,7316,7310,7301,7306,43,7250,7316,7306,7212,0,7459,7532,7519,7416,7250,7316,7306,7212,43,7311,7317,7318,7312,0,7526,7535,7536,7527,7311,7317,7318,7312,43,7317,7319,7320,7318,0,7535,7537,7538,7536,7317,7319,7320,7318,43,7318,7320,7281,7290,0,7536,7538,7492,7501,7318,7320,7281,7290,43,7312,7318,7290,7289,0,7527,7536,7501,7500,7312,7318,7290,7289,43,7319,7321,7322,7320,0,7537,7539,7540,7538,7319,7321,7322,7320,43,7321,7242,7244,7322,0,7539,7449,7451,7540,7321,7242,7244,7322,43,7322,7244,7248,7282,0,7540,7451,7455,7493,7322,7244,7248,7282,43,7320,7322,7282,7281,0,7538,7540,7493,7492,7320,7322,7282,7281,43,7125,7323,7324,7325,0,7318,7541,7542,7543,7125,7323,7324,7325,43,7323,7234,7237,7324,0,7541,7441,7444,7542,7323,7234,7237,7324,43,7324,7237,7242,7321,0,7542,7444,7449,7539,7324,7237,7242,7321,43,7325,7324,7321,7319,0,7543,7542,7539,7537,7325,7324,7321,7319,43,7177,7326,7327,7178,0,7377,7544,7545,7378,7177,7326,7327,7178,43,7326,7328,7329,7327,0,7544,7546,7547,7545,7326,7328,7329,7327,43,7327,7329,7143,7140,0,7545,7547,7336,7333,7327,7329,7143,7140,43,7178,7327,7140,7139,0,7378,7545,7333,7332,7178,7327,7140,7139,43,7143,7329,7330,7331,0,7336,7547,7548,7549,7143,7329,7330,7331,43,7329,7328,7332,7330,0,7547,7546,7550,7548,7329,7328,7332,7330,43,7330,7332,7238,7235,0,7548,7550,7445,7442,7330,7332,7238,7235,43,7331,7330,7235,7234,0,7549,7548,7442,7441,7331,7330,7235,7234,43,7143,7331,7333,7144,0,7336,7549,7551,7337,7143,7331,7333,7144,43,7331,7234,7323,7333,0,7549,7441,7541,7551,7331,7234,7323,7333,43,7333,7323,7125,7123,0,7551,7541,7318,7316,7333,7323,7125,7123,43,7144,7333,7123,7117,0,7337,7551,7316,7310,7144,7333,7123,7117,43,7127,7126,7334,7314,0,7320,7319,7552,7529,7127,7126,7334,7314,43,7126,7125,7325,7334,0,7319,7318,7543,7552,7126,7125,7325,7334,43,7334,7325,7319,7317,0,7552,7543,7537,7535,7334,7325,7319,7317,43,7314,7334,7317,7311,0,7529,7552,7535,7526,7314,7334,7317,7311,43,4462,4461,7335,7336,0,4592,4591,7553,7554,4462,4461,7335,7336,43,4461,4440,7337,7335,0,4591,4570,7555,7553,4461,4440,7337,7335,43,7335,7337,7179,7190,0,7553,7555,7556,7557,7335,7337,7179,7190,43,7336,7335,7190,7189,0,7554,7553,7557,7558,7336,7335,7190,7189,43,7179,7337,7338,7180,0,7556,7555,7559,7560,7179,7337,7338,7180,43,7337,4440,4439,7338,0,7555,4570,4569,7559,7337,4440,4439,7338,43,7338,4439,4438,7339,0,7559,4569,4568,7561,7338,4439,4438,7339,43,7180,7338,7339,7169,0,7560,7559,7561,7562,7180,7338,7339,7169,43,7169,7339,7340,7170,0,7562,7561,7563,7564,7169,7339,7340,7170,43,7339,4438,4468,7340,0,7561,4568,4598,7563,7339,4438,4468,7340,43,7340,4468,4466,7341,0,7563,4598,4596,7565,7340,4468,4466,7341,43,7170,7340,7341,7173,0,7564,7563,7565,7566,7170,7340,7341,7173,43,4466,4465,7342,7341,0,4596,4595,7567,7565,4466,4465,7342,7341,43,4465,4394,7343,7342,0,4595,4522,7568,7567,4465,4394,7343,7342,43,7342,7343,7177,7175,0,7567,7568,7569,7570,7342,7343,7177,7175,43,7341,7342,7175,7173,0,7565,7567,7570,7566,7341,7342,7175,7173,43,4394,4393,7344,7343,0,4522,4521,7571,7568,4394,4393,7344,7343,43,4393,4381,7345,7344,0,4521,4508,7572,7571,4393,4381,7345,7344,43,7344,7345,7328,7326,0,7571,7572,7573,7574,7344,7345,7328,7326,43,7343,7344,7326,7177,0,7568,7571,7574,7569,7343,7344,7326,7177,43,4381,4384,7346,7345,0,4508,4511,7575,7572,4381,4384,7346,7345,43,4384,4388,7347,7346,0,4511,4515,7576,7575,4384,4388,7347,7346,43,7346,7347,7238,7332,0,7575,7576,7577,7578,7346,7347,7238,7332,43,7345,7346,7332,7328,0,7572,7575,7578,7573,7345,7346,7332,7328,43,4388,4613,7348,7347,0,4515,4743,7579,7576,4388,4613,7348,7347,43,4613,4615,7349,7348,0,4743,4745,7580,7579,4613,4615,7349,7348,43,7348,7349,7240,7239,0,7579,7580,7581,7582,7348,7349,7240,7239,43,7347,7348,7239,7238,0,7576,7579,7582,7577,7347,7348,7239,7238,43,4615,4618,7350,7349,0,4745,4748,7583,7580,4615,4618,7350,7349,43,4618,4609,7351,7350,0,4748,4739,7584,7583,4618,4609,7351,7350,43,7350,7351,7246,7245,0,7583,7584,7585,7586,7350,7351,7246,7245,43,7349,7350,7245,7240,0,7580,7583,7586,7581,7349,7350,7245,7240,43,7246,7351,7352,7279,0,7585,7584,7587,7588,7246,7351,7352,7279,43,7351,4609,4608,7352,0,7584,4739,4738,7587,7351,4609,4608,7352,43,7352,4608,4597,7353,0,7587,4738,4727,7589,7352,4608,4597,7353,43,7279,7352,7353,7272,0,7588,7587,7589,7590,7279,7352,7353,7272,43,4597,4600,7354,7353,0,4727,4730,7591,7589,4597,4600,7354,7353,43,4600,4553,7355,7354,0,4730,4683,7592,7591,4600,4553,7355,7354,43,7354,7355,7268,7273,0,7591,7592,7593,7594,7354,7355,7268,7273,43,7353,7354,7273,7272,0,7589,7591,7594,7590,7353,7354,7273,7272,43,4553,4556,7356,7355,0,4683,4686,7595,7592,4553,4556,7356,7355,43,4556,4561,7357,7356,0,4686,4691,7596,7595,4556,4561,7357,7356,43,7356,7357,7216,7269,0,7595,7596,7597,7598,7356,7357,7216,7269,43,7355,7356,7269,7268,0,7592,7595,7598,7593,7355,7356,7269,7268,43,7216,7357,7358,7217,0,7597,7596,7599,7600,7216,7357,7358,7217,43,7357,4561,4563,7358,0,7596,4691,4693,7599,7357,4561,4563,7358,43,7358,4563,4567,7359,0,7599,4693,4697,7601,7358,4563,4567,7359,43,7217,7358,7359,7220,0,7600,7599,7601,7602,7217,7358,7359,7220,43,7360,7361,7362,7363,0,7603,7604,7605,7606,7360,7361,7362,7363,43,7361,7364,7365,7362,0,7604,7607,7608,7605,7361,7364,7365,7362,43,7362,7365,7366,7367,0,7605,7608,7609,7610,7362,7365,7366,7367,43,7363,7362,7367,7368,0,7606,7605,7610,7611,7363,7362,7367,7368,43,7369,7370,7371,7372,0,7612,7613,7614,7615,7369,7370,7371,7372,43,7370,7373,7374,7371,0,7613,7616,7617,7614,7370,7373,7374,7371,43,7371,7374,7360,7363,0,7614,7617,7603,7606,7371,7374,7360,7363,43,7372,7371,7363,7368,0,7615,7614,7606,7611,7372,7371,7363,7368,43,7375,7376,7377,7378,0,7618,7619,7620,7621,7375,7376,7377,7378,43,7376,7379,7380,7377,0,7619,7622,7623,7620,7376,7379,7380,7377,43,7377,7380,7373,7370,0,7620,7623,7616,7613,7377,7380,7373,7370,43,7378,7377,7370,7369,0,7621,7620,7613,7612,7378,7377,7370,7369,43,7381,7382,7383,7384,0,7624,7625,7626,7627,7381,7382,7383,7384,43,7382,7385,7386,7383,0,7625,7628,7629,7626,7382,7385,7386,7383,43,7383,7386,7379,7376,0,7626,7629,7622,7619,7383,7386,7379,7376,43,7384,7383,7376,7375,0,7627,7626,7619,7618,7384,7383,7376,7375,43,7387,7388,7389,7390,0,7630,7631,7632,7633,7387,7388,7389,7390,43,7388,7385,7382,7389,0,7631,7628,7625,7632,7388,7385,7382,7389,43,7389,7382,7381,7391,0,7632,7625,7624,7634,7389,7382,7381,7391,43,7390,7389,7391,7392,0,7633,7632,7634,7635,7390,7389,7391,7392,43,7393,7394,7395,7396,0,7636,7637,7638,7639,7393,7394,7395,7396,43,7394,7387,7390,7395,0,7637,7630,7633,7638,7394,7387,7390,7395,43,7395,7390,7392,7397,0,7638,7633,7635,7640,7395,7390,7392,7397,43,7396,7395,7397,7398,0,7639,7638,7640,7641,7396,7395,7397,7398,43,7398,7399,7400,7396,0,7641,7642,7643,7639,7398,7399,7400,7396,43,7399,7401,7402,7400,0,7642,7644,7645,7643,7399,7401,7402,7400,43,7400,7402,7403,7404,0,7643,7645,7646,7647,7400,7402,7403,7404,43,7396,7400,7404,7393,0,7639,7643,7647,7636,7396,7400,7404,7393,43,7401,7405,7406,7402,0,7644,7648,7649,7645,7401,7405,7406,7402,43,7405,7407,7408,7406,0,7648,7650,7651,7649,7405,7407,7408,7406,43,7406,7408,7409,7410,0,7649,7651,7652,7653,7406,7408,7409,7410,43,7402,7406,7410,7403,0,7645,7649,7653,7646,7402,7406,7410,7403,43,7411,7412,7413,7414,0,7654,7655,7656,7657,7411,7412,7413,7414,43,7412,7415,7416,7413,0,7655,7658,7659,7656,7412,7415,7416,7413,43,7413,7416,7409,7408,0,7656,7659,7652,7651,7413,7416,7409,7408,43,7414,7413,7408,7407,0,7657,7656,7651,7650,7414,7413,7408,7407,43,7417,7418,7419,7420,0,7660,7661,7662,7663,7417,7418,7419,7420,43,7418,7421,7422,7419,0,7661,7664,7665,7662,7418,7421,7422,7419,43,7419,7422,7423,7424,0,7662,7665,7666,7667,7419,7422,7423,7424,43,7420,7419,7424,7425,0,7663,7662,7667,7668,7420,7419,7424,7425,43,7421,7426,7427,7422,0,7664,7669,7670,7665,7421,7426,7427,7422,43,7426,7428,7429,7427,0,7669,7671,7672,7670,7426,7428,7429,7427,43,7427,7429,7430,7431,0,7670,7672,7673,7674,7427,7429,7430,7431,43,7422,7427,7431,7423,0,7665,7670,7674,7666,7422,7427,7431,7423,43,7430,7429,7432,7433,0,7673,7672,7675,7676,7430,7429,7432,7433,43,7429,7428,7434,7432,0,7672,7671,7677,7675,7429,7428,7434,7432,43,7432,7434,7415,7412,0,7675,7677,7658,7655,7432,7434,7415,7412,43,7433,7432,7412,7411,0,7676,7675,7655,7654,7433,7432,7412,7411,43,7417,7420,7435,7436,0,7660,7663,7678,7679,7417,7420,7435,7436,43,7420,7425,7437,7435,0,7663,7668,7680,7678,7420,7425,7437,7435,43,7435,7437,7366,7365,0,7678,7680,7609,7608,7435,7437,7366,7365,43,7436,7435,7365,7364,0,7679,7678,7608,7607,7436,7435,7365,7364,43,7438,7439,7440,7441,0,7681,7682,7683,7684,7438,7439,7440,7441,43,7439,7442,7443,7440,0,7682,7685,7686,7683,7439,7442,7443,7440,43,7440,7443,7375,7378,0,7683,7686,7618,7621,7440,7443,7375,7378,43,7441,7440,7378,7369,0,7684,7683,7621,7612,7441,7440,7378,7369,43,7444,7445,7446,7447,0,7687,7688,7689,7690,7444,7445,7446,7447,43,7445,7448,7449,7446,0,7688,7691,7692,7689,7445,7448,7449,7446,43,7446,7449,7442,7439,0,7689,7692,7685,7682,7446,7449,7442,7439,43,7447,7446,7439,7438,0,7690,7689,7682,7681,7447,7446,7439,7438,43,7442,7449,7450,7451,0,7685,7692,7693,7694,7442,7449,7450,7451,43,7449,7448,7452,7450,0,7692,7691,7695,7693,7449,7448,7452,7450,43,7450,7452,7453,7454,0,7693,7695,7696,7697,7450,7452,7453,7454,43,7451,7450,7454,7455,0,7694,7693,7697,7698,7451,7450,7454,7455,43,7442,7451,7456,7443,0,7685,7694,7699,7686,7442,7451,7456,7443,43,7451,7455,7457,7456,0,7694,7698,7700,7699,7451,7455,7457,7456,43,7456,7457,7381,7384,0,7699,7700,7624,7627,7456,7457,7381,7384,43,7443,7456,7384,7375,0,7686,7699,7627,7618,7443,7456,7384,7375,43,7455,7458,7459,7457,0,7698,7701,7702,7700,7455,7458,7459,7457,43,7458,7460,7461,7459,0,7701,7703,7704,7702,7458,7460,7461,7459,43,7459,7461,7392,7391,0,7702,7704,7635,7634,7459,7461,7392,7391,43,7457,7459,7391,7381,0,7700,7702,7634,7624,7457,7459,7391,7381,43,7453,7462,7463,7454,0,7696,7705,7706,7697,7453,7462,7463,7454,43,7462,7464,7465,7463,0,7705,7707,7708,7706,7462,7464,7465,7463,43,7463,7465,7460,7458,0,7706,7708,7703,7701,7463,7465,7460,7458,43,7454,7463,7458,7455,0,7697,7706,7701,7698,7454,7463,7458,7455,43,7466,7467,7468,7469,0,7709,7710,7711,7712,7466,7467,7468,7469,43,7467,7470,7471,7468,0,7710,7713,7714,7711,7467,7470,7471,7468,43,7468,7471,7464,7462,0,7711,7714,7707,7705,7468,7471,7464,7462,43,7469,7468,7462,7453,0,7712,7711,7705,7696,7469,7468,7462,7453,43,7464,7471,7472,7465,0,7707,7714,7715,7708,7464,7471,7472,7465,43,7471,7470,7473,7472,0,7714,7713,7716,7715,7471,7470,7473,7472,43,7472,7473,7474,7475,0,7715,7716,7717,7718,7472,7473,7474,7475,43,7465,7472,7475,7460,0,7708,7715,7718,7703,7465,7472,7475,7460,43,7392,7461,7476,7397,0,7635,7704,7719,7640,7392,7461,7476,7397,43,7461,7460,7475,7476,0,7704,7703,7718,7719,7461,7460,7475,7476,43,7476,7475,7474,7477,0,7719,7718,7717,7720,7476,7475,7474,7477,43,7397,7476,7477,7398,0,7640,7719,7720,7641,7397,7476,7477,7398,43,7474,7478,7479,7477,0,7717,7721,7722,7720,7474,7478,7479,7477,43,7478,7480,7481,7479,0,7721,7723,7724,7722,7478,7480,7481,7479,43,7479,7481,7401,7399,0,7722,7724,7644,7642,7479,7481,7401,7399,43,7477,7479,7399,7398,0,7720,7722,7642,7641,7477,7479,7399,7398,43,7474,7473,7482,7478,0,7717,7716,7725,7721,7474,7473,7482,7478,43,7473,7470,7467,7482,0,7716,7713,7710,7725,7473,7470,7467,7482,43,7482,7467,7466,7483,0,7725,7710,7709,7726,7482,7467,7466,7483,43,7478,7482,7483,7480,0,7721,7725,7726,7723,7478,7482,7483,7480,43,7466,7484,7485,7483,0,7709,7727,7728,7726,7466,7484,7485,7483,43,7484,7486,7487,7485,0,7727,7729,7730,7728,7484,7486,7487,7485,43,7485,7487,7488,7489,0,7728,7730,7731,7732,7485,7487,7488,7489,43,7483,7485,7489,7480,0,7726,7728,7732,7723,7483,7485,7489,7480,43,7480,7489,7490,7481,0,7723,7732,7733,7724,7480,7489,7490,7481,43,7489,7488,7491,7490,0,7732,7731,7734,7733,7489,7488,7491,7490,43,7490,7491,7407,7405,0,7733,7734,7650,7648,7490,7491,7407,7405,43,7481,7490,7405,7401,0,7724,7733,7648,7644,7481,7490,7405,7401,43,7492,7493,7494,7495,0,7735,7736,7737,7738,7492,7493,7494,7495,43,7493,7438,7441,7494,0,7736,7681,7684,7737,7493,7438,7441,7494,43,7494,7441,7369,7372,0,7737,7684,7612,7615,7494,7441,7369,7372,43,7495,7494,7372,7368,0,7738,7737,7615,7611,7495,7494,7372,7368,43,7496,7497,7498,7499,0,7739,7740,7741,7742,7496,7497,7498,7499,43,7497,7492,7495,7498,0,7740,7735,7738,7741,7497,7492,7495,7498,43,7498,7495,7368,7367,0,7741,7738,7611,7610,7498,7495,7368,7367,43,7499,7498,7367,7366,0,7742,7741,7610,7609,7499,7498,7367,7366,43,7500,7501,7502,7503,0,7743,7744,7745,7746,7500,7501,7502,7503,43,7501,7496,7499,7502,0,7744,7739,7742,7745,7501,7496,7499,7502,43,7502,7499,7366,7437,0,7745,7742,7609,7680,7502,7499,7366,7437,43,7503,7502,7437,7425,0,7746,7745,7680,7668,7503,7502,7437,7425,43,7411,7504,7505,7433,0,7654,7747,7748,7676,7411,7504,7505,7433,43,7504,7506,7507,7505,0,7747,7749,7750,7748,7504,7506,7507,7505,43,7505,7507,7508,7509,0,7748,7750,7751,7752,7505,7507,7508,7509,43,7433,7505,7509,7430,0,7676,7748,7752,7673,7433,7505,7509,7430,43,7506,7510,7511,7507,0,7749,7753,7754,7750,7506,7510,7511,7507,43,7510,7512,7513,7511,0,7753,7755,7756,7754,7510,7512,7513,7511,43,7511,7513,7514,7515,0,7754,7756,7757,7758,7511,7513,7514,7515,43,7507,7511,7515,7508,0,7750,7754,7758,7751,7507,7511,7515,7508,43,7512,7516,7517,7513,0,7755,7759,7760,7756,7512,7516,7517,7513,43,7516,7453,7518,7517,0,7759,7696,7761,7760,7516,7453,7518,7517,43,7513,7517,7518,7514,0,7756,7760,7761,7757,7513,7517,7518,7514,43,7488,7487,7519,7520,0,7731,7730,7762,7763,7488,7487,7519,7520,43,7487,7486,7521,7519,0,7730,7729,7764,7762,7487,7486,7521,7519,43,7519,7521,7512,7510,0,7762,7764,7755,7753,7519,7521,7512,7510,43,7520,7519,7510,7506,0,7763,7762,7753,7749,7520,7519,7510,7506,43,7407,7491,7522,7414,0,7650,7734,7765,7657,7407,7491,7522,7414,43,7491,7488,7520,7522,0,7734,7731,7763,7765,7491,7488,7520,7522,43,7522,7520,7506,7504,0,7765,7763,7749,7747,7522,7520,7506,7504,43,7414,7522,7504,7411,0,7657,7765,7747,7654,7414,7522,7504,7411,43,7512,7521,7523,7516,0,7755,7764,7766,7759,7512,7521,7523,7516,43,7521,7486,7524,7523,0,7764,7729,7767,7766,7521,7486,7524,7523,43,7516,7523,7524,7453,0,7759,7766,7767,7696,7516,7523,7524,7453,43,7514,7518,7525,7526,0,7757,7761,7768,7769,7514,7518,7525,7526,43,7518,7453,7452,7525,0,7761,7696,7695,7768,7518,7453,7452,7525,43,7526,7525,7452,7448,0,7769,7768,7695,7691,7526,7525,7452,7448,43,7444,7527,7528,7445,0,7687,7770,7771,7688,7444,7527,7528,7445,43,7527,7514,7526,7528,0,7770,7757,7769,7771,7527,7514,7526,7528,43,7445,7528,7526,7448,0,7688,7771,7769,7691,7445,7528,7526,7448,43,7529,7530,7531,7532,0,7772,7773,7774,7775,7529,7530,7531,7532,43,7530,7514,7527,7531,0,7773,7757,7770,7774,7530,7514,7527,7531,43,7532,7531,7527,7444,0,7775,7774,7770,7687,7532,7531,7527,7444,43,7514,7530,7533,7515,0,7757,7773,7776,7758,7514,7530,7533,7515,43,7530,7529,7534,7533,0,7773,7772,7777,7776,7530,7529,7534,7533,43,7533,7534,7535,7536,0,7776,7777,7778,7779,7533,7534,7535,7536,43,7515,7533,7536,7508,0,7758,7776,7779,7751,7515,7533,7536,7508,43,7430,7509,7537,7431,0,7673,7752,7780,7674,7430,7509,7537,7431,43,7509,7508,7536,7537,0,7752,7751,7779,7780,7509,7508,7536,7537,43,7537,7536,7535,7538,0,7780,7779,7778,7781,7537,7536,7535,7538,43,7431,7537,7538,7423,0,7674,7780,7781,7666,7431,7537,7538,7423,43,7535,7534,7539,7540,0,7778,7777,7782,7783,7535,7534,7539,7540,43,7534,7529,7541,7539,0,7777,7772,7784,7782,7534,7529,7541,7539,43,7539,7541,7542,7543,0,7782,7784,7785,7786,7539,7541,7542,7543,43,7540,7539,7543,7500,0,7783,7782,7786,7743,7540,7539,7543,7500,43,7423,7538,7544,7424,0,7666,7781,7787,7667,7423,7538,7544,7424,43,7538,7535,7540,7544,0,7781,7778,7783,7787,7538,7535,7540,7544,43,7544,7540,7500,7503,0,7787,7783,7743,7746,7544,7540,7500,7503,43,7424,7544,7503,7425,0,7667,7787,7746,7668,7424,7544,7503,7425,43,7542,7545,7546,7543,0,7785,7788,7789,7786,7542,7545,7546,7543,43,7545,7547,7548,7546,0,7788,7790,7791,7789,7545,7547,7548,7546,43,7546,7548,7496,7501,0,7789,7791,7739,7744,7546,7548,7496,7501,43,7543,7546,7501,7500,0,7786,7789,7744,7743,7543,7546,7501,7500,43,7542,7541,7549,7550,0,7785,7784,7792,7793,7542,7541,7549,7550,43,7541,7529,7532,7549,0,7784,7772,7775,7792,7541,7529,7532,7549,43,7550,7549,7532,7444,0,7793,7792,7775,7687,7550,7549,7532,7444,43,7547,7551,7552,7548,0,7790,7794,7795,7791,7547,7551,7552,7548,43,7551,7553,7554,7552,0,7794,7796,7797,7795,7551,7553,7554,7552,43,7552,7554,7492,7497,0,7795,7797,7735,7740,7552,7554,7492,7497,43,7548,7552,7497,7496,0,7791,7795,7740,7739,7548,7552,7497,7496,43,7553,7551,7555,7556,0,7796,7794,7798,7799,7553,7551,7555,7556,43,7551,7547,7545,7555,0,7794,7790,7788,7798,7551,7547,7545,7555,43,7555,7545,7542,7550,0,7798,7788,7785,7793,7555,7545,7542,7550,43,7556,7555,7550,7444,0,7799,7798,7793,7687,7556,7555,7550,7444,43,7492,7554,7557,7493,0,7735,7797,7800,7736,7492,7554,7557,7493,43,7554,7553,7556,7557,0,7797,7796,7799,7800,7554,7553,7556,7557,43,7557,7556,7444,7447,0,7800,7799,7687,7690,7557,7556,7444,7447,43,7493,7557,7447,7438,0,7736,7800,7690,7681,7493,7557,7447,7438,43,7486,7484,7558,7524,0,7729,7727,7801,7767,7486,7484,7558,7524,43,7484,7466,7469,7558,0,7727,7709,7712,7801,7484,7466,7469,7558,43,7524,7558,7469,7453,0,7767,7801,7712,7696,7524,7558,7469,7453,43,7559,7562,7560,7561,0,7802,7803,7804,7805,7559,7560,7561,7562,42,7562,7563,7560,0,7803,7806,7804,7560,7563,7561,43,7560,7563,7564,7565,0,7804,7806,7807,7808,7561,7563,7564,7565,43,7561,7560,7565,7566,0,7805,7804,7808,7809,7562,7561,7565,7566,43,7567,7568,7569,7570,0,7810,7811,7812,7813,7567,7568,7569,7570,43,7568,7559,7571,7569,0,7811,7802,7814,7812,7568,7559,7571,7569,43,7569,7571,4357,4364,0,7812,7814,4484,4491,7569,7571,4357,4364,43,7570,7569,4364,4363,0,7813,7812,4491,4490,7570,7569,4364,4363,43,7572,7573,7574,7575,0,7815,7816,7817,7818,7572,7573,7574,7575,43,7573,4226,4329,7574,0,7816,4353,4456,7817,7573,4226,4329,7574,43,7574,4329,4327,7576,0,7817,4456,4454,7819,7574,4329,4327,7576,43,7575,7574,7576,7577,0,7818,7817,7819,7820,7575,7574,7576,7577,43,4231,7578,7579,4325,0,4358,7821,7822,4452,4231,7578,7579,4325,43,7578,7580,7581,7579,0,7821,7823,7824,7822,7578,7580,7581,7579,43,7579,7581,7577,7576,0,7822,7824,7820,7819,7579,7581,7577,7576,43,4325,7579,7576,4327,0,4452,7822,7819,4454,4325,7579,7576,4327,43,4239,7582,7583,4234,0,4366,7825,7826,4361,4239,7582,7583,4234,43,7582,7566,7584,7583,0,7825,7809,7827,7826,7582,7566,7584,7583,43,7583,7584,7580,7578,0,7826,7827,7823,7821,7583,7584,7580,7578,43,4234,7583,7578,4231,0,4361,7826,7821,4358,4234,7583,7578,4231,43,7577,7581,7585,7586,0,7820,7824,7828,7829,7577,7581,7585,7586,43,7581,7580,7587,7585,0,7824,7823,7830,7828,7581,7580,7587,7585,43,7585,7587,7588,7589,0,7828,7830,7831,7832,7585,7587,7588,7589,43,7586,7585,7589,7590,0,7829,7828,7832,7833,7586,7585,7589,7590,43,7591,7592,7593,7594,0,7834,7835,7836,7837,7591,7592,7593,7594,43,7592,7572,7575,7593,0,7835,7815,7818,7836,7592,7572,7575,7593,43,7593,7575,7577,7586,0,7836,7818,7820,7829,7593,7575,7577,7586,43,7594,7593,7586,7590,0,7837,7836,7829,7833,7594,7593,7586,7590,43,7595,7596,7597,7598,0,7838,7839,7840,7841,7595,7596,7597,7598,43,7596,7599,7600,7597,0,7839,7842,7843,7840,7596,7599,7600,7597,43,7597,7600,7601,7602,0,7840,7843,7844,7845,7597,7600,7601,7602,43,7598,7597,7602,7603,0,7841,7840,7845,7846,7598,7597,7602,7603,43,7601,7604,7605,7606,0,7844,7847,7848,7849,7601,7604,7605,7606,43,7604,7607,7608,7605,0,7847,7850,7851,7848,7604,7607,7608,7605,43,7605,7608,7609,7610,0,7848,7851,7852,7853,7605,7608,7609,7610,43,7606,7605,7610,7611,0,7849,7848,7853,7854,7606,7605,7610,7611,43,7609,7608,7612,7613,0,7852,7851,7855,7856,7609,7608,7612,7613,43,7608,7607,7614,7612,0,7851,7850,7857,7855,7608,7607,7614,7612,43,7612,7614,7615,7616,0,7855,7857,7858,7859,7612,7614,7615,7616,43,7613,7612,7616,7617,0,7856,7855,7859,7860,7613,7612,7616,7617,43,7617,7616,7618,7619,0,7860,7859,7861,7862,7617,7616,7618,7619,43,7616,7615,7620,7618,0,7859,7858,7863,7861,7616,7615,7620,7618,43,7618,7620,7621,7622,0,7861,7863,7864,7865,7618,7620,7621,7622,43,7619,7618,7622,7623,0,7862,7861,7865,7866,7619,7618,7622,7623,43,7624,7625,7626,7627,0,7867,7868,7869,7870,7624,7625,7626,7627,43,7625,4228,4227,7626,0,7868,4355,4354,7869,7625,4228,4227,7626,43,7626,4227,4226,7573,0,7869,4354,4353,7816,7626,4227,4226,7573,43,7627,7626,7573,7572,0,7870,7869,7816,7815,7627,7626,7573,7572,43,7623,7622,7628,7629,0,7866,7865,7871,7872,7623,7622,7628,7629,43,7622,7621,7630,7628,0,7865,7864,7873,7871,7622,7621,7630,7628,43,7628,7630,7624,7631,0,7871,7873,7867,7874,7628,7630,7624,7631,43,7629,7628,7631,7632,0,7872,7871,7874,7875,7629,7628,7631,7632,43,7632,7631,7633,7634,0,7875,7874,7876,7877,7632,7631,7633,7634,43,7631,7624,7627,7633,0,7874,7867,7870,7876,7631,7624,7627,7633,43,7633,7627,7572,7592,0,7876,7870,7815,7835,7633,7627,7572,7592,43,7634,7633,7592,7591,0,7877,7876,7835,7834,7634,7633,7592,7591,43,7621,7635,7636,7630,0,7864,7878,7879,7873,7621,7635,7636,7630,43,7635,4334,4333,7636,0,7878,4461,4460,7879,7635,4334,4333,7636,43,7636,4333,4228,7625,0,7879,4460,4355,7868,7636,4333,4228,7625,43,7630,7636,7625,7624,0,7873,7879,7868,7867,7630,7636,7625,7624,43,7615,7637,7638,7620,0,7858,7880,7881,7863,7615,7637,7638,7620,43,7637,4338,4337,7638,0,7880,4465,4464,7881,7637,4338,4337,7638,43,7638,4337,4334,7635,0,7881,4464,4461,7878,7638,4337,4334,7635,43,7620,7638,7635,7621,0,7863,7881,7878,7864,7620,7638,7635,7621,43,7607,7639,7640,7614,0,7850,7882,7883,7857,7607,7639,7640,7614,43,7639,4349,4348,7640,0,7882,4476,4475,7883,7639,4349,4348,7640,43,7640,4348,4338,7637,0,7883,4475,4465,7880,7640,4348,4338,7637,43,7614,7640,7637,7615,0,7857,7883,7880,7858,7614,7640,7637,7615,43,7599,7641,7642,7600,0,7842,7884,7885,7843,7599,7641,7642,7600,43,7641,4349,7639,7642,0,7884,4476,7882,7885,7641,4349,7639,7642,43,7642,7639,7607,7604,0,7885,7882,7850,7847,7642,7639,7607,7604,43,7600,7642,7604,7601,0,7843,7885,7847,7844,7600,7642,7604,7601,43,7643,7644,7645,7646,0,7886,7887,7888,7889,7643,7644,7645,7646,43,7644,7567,7570,7645,0,7887,7810,7813,7888,7644,7567,7570,7645,43,7645,7570,4363,7647,0,7888,7813,4490,7890,7645,7570,4363,7647,43,7646,7645,7647,7648,0,7889,7888,7890,7891,7646,7645,7647,7648,42,7562,7649,7650,0,7892,7893,7894,7560,7649,7650,43,7562,7559,7568,7649,0,7803,7802,7811,7893,7560,7559,7568,7649,43,7649,7568,7567,7651,0,7893,7811,7810,7895,7649,7568,7567,7651,43,7650,7649,7651,7652,0,7894,7893,7895,7896,7650,7649,7651,7652,43,7653,7654,7655,7656,0,7897,7898,7899,7900,7653,7654,7655,7656,43,7654,7657,7658,7655,0,7898,7901,7902,7899,7654,7657,7658,7655,43,7655,7658,7562,7650,0,7899,7902,7892,7894,7655,7658,7560,7650,43,7656,7655,7650,7652,0,7900,7899,7894,7896,7656,7655,7650,7652,43,7659,7660,7661,7662,0,7903,7904,7905,7906,7659,7660,7661,7662,43,7660,7652,7651,7661,0,7904,7896,7895,7905,7660,7652,7651,7661,43,7661,7651,7567,7644,0,7905,7895,7810,7887,7661,7651,7567,7644,43,7662,7661,7644,7643,0,7906,7905,7887,7886,7662,7661,7644,7643,43,7659,7663,7664,7660,0,7903,7907,7908,7904,7659,7663,7664,7660,43,7663,7665,7666,7664,0,7907,7909,7910,7908,7663,7665,7666,7664,43,7664,7666,7653,7656,0,7908,7910,7897,7900,7664,7666,7653,7656,43,7660,7664,7656,7652,0,7904,7908,7900,7896,7660,7664,7656,7652,43,7562,7658,7667,7563,0,7892,7902,7911,7806,7560,7658,7667,7563,43,7658,7657,7668,7667,0,7902,7901,7912,7911,7658,7657,7668,7667,43,7667,7668,7669,7670,0,7911,7912,7913,7914,7667,7668,7669,7670,43,7563,7667,7670,7564,0,7806,7911,7914,7807,7563,7667,7670,7564,43,7564,7670,7671,7672,0,7807,7914,7915,7916,7564,7670,7671,7672,43,7670,7669,7673,7671,0,7914,7913,7917,7915,7670,7669,7673,7671,43,7671,7673,7674,7675,0,7915,7917,7918,7919,7671,7673,7674,7675,43,7672,7671,7675,7676,0,7916,7915,7919,7920,7672,7671,7675,7676,43,7669,7668,7677,7678,0,7913,7912,7921,7922,7669,7668,7677,7678,43,7668,7657,7654,7677,0,7912,7901,7898,7921,7668,7657,7654,7677,43,7677,7654,7653,7679,0,7921,7898,7897,7923,7677,7654,7653,7679,43,7678,7677,7679,7680,0,7922,7921,7923,7924,7678,7677,7679,7680,43,7653,7666,7681,7679,0,7897,7910,7925,7923,7653,7666,7681,7679,43,7666,7665,7682,7681,0,7910,7909,7926,7925,7666,7665,7682,7681,43,7681,7682,7683,7684,0,7925,7926,7927,7928,7681,7682,7683,7684,43,7679,7681,7684,7680,0,7923,7925,7928,7924,7679,7681,7684,7680,43,7685,7686,7687,7688,0,7929,7930,7931,7932,7685,7686,7687,7688,43,7686,7689,7690,7687,0,7930,7933,7934,7931,7686,7689,7690,7687,43,7687,7690,7691,7692,0,7931,7934,7935,7936,7687,7690,7691,7692,43,7688,7687,7692,7693,0,7932,7931,7936,7937,7688,7687,7692,7693,43,7694,7695,7696,7697,0,7938,7939,7940,7941,7694,7695,7696,7697,43,7695,7685,7688,7696,0,7939,7929,7932,7940,7695,7685,7688,7696,43,7696,7688,7693,7698,0,7940,7932,7937,7942,7696,7688,7693,7698,43,7697,7696,7698,7699,0,7941,7940,7942,7943,7697,7696,7698,7699,43,7699,7700,7701,7697,0,7943,7944,7945,7941,7699,7700,7701,7697,43,7700,7595,7598,7701,0,7944,7838,7841,7945,7700,7595,7598,7701,43,7701,7598,7603,7702,0,7945,7841,7846,7946,7701,7598,7603,7702,43,7697,7701,7702,7694,0,7941,7945,7946,7938,7697,7701,7702,7694,43,7603,7602,7703,7704,0,7846,7845,7947,7948,7603,7602,7703,7704,43,7602,7601,7606,7703,0,7845,7844,7849,7947,7602,7601,7606,7703,43,7703,7606,7611,7705,0,7947,7849,7854,7949,7703,7606,7611,7705,43,7704,7703,7705,7706,0,7948,7947,7949,7950,7704,7703,7705,7706,43,7694,7702,7707,7708,0,7938,7946,7951,7952,7694,7702,7707,7708,43,7702,7603,7704,7707,0,7946,7846,7948,7951,7702,7603,7704,7707,43,7707,7704,7706,7709,0,7951,7948,7950,7953,7707,7704,7706,7709,43,7708,7707,7709,7710,0,7952,7951,7953,7954,7708,7707,7709,7710,43,7711,7712,7713,7714,0,7955,7956,7957,7958,7711,7712,7713,7714,43,7712,7685,7695,7713,0,7956,7929,7939,7957,7712,7685,7695,7713,43,7713,7695,7694,7708,0,7957,7939,7938,7952,7713,7695,7694,7708,43,7714,7713,7708,7710,0,7958,7957,7952,7954,7714,7713,7708,7710,43,7715,7716,7717,7718,0,7959,7960,7961,7962,7715,7716,7717,7718,43,7716,7689,7686,7717,0,7960,7933,7930,7961,7716,7689,7686,7717,43,7717,7686,7685,7712,0,7961,7930,7929,7956,7717,7686,7685,7712,43,7718,7717,7712,7711,0,7962,7961,7956,7955,7718,7717,7712,7711,43,7715,7719,7720,7716,0,7959,7963,7964,7960,7715,7719,7720,7716,43,7719,7659,7662,7720,0,7963,7903,7906,7964,7719,7659,7662,7720,43,7720,7662,7643,7721,0,7964,7906,7886,7965,7720,7662,7643,7721,43,7716,7720,7721,7689,0,7960,7964,7965,7933,7716,7720,7721,7689,43,7643,7646,7722,7721,0,7886,7889,7966,7965,7643,7646,7722,7721,43,7646,7648,7723,7722,0,7889,7891,7967,7966,7646,7648,7723,7722,43,7722,7723,7691,7690,0,7966,7967,7935,7934,7722,7723,7691,7690,43,7721,7722,7690,7689,0,7965,7966,7934,7933,7721,7722,7690,7689,43,7724,7725,7726,7727,0,7968,7969,7970,7971,7724,7725,7726,7727,43,7725,7611,7610,7726,0,7969,7972,7973,7970,7725,7611,7610,7726,43,7726,7610,7609,7728,0,7970,7973,7974,7975,7726,7610,7609,7728,43,7727,7726,7728,7729,0,7971,7970,7975,7976,7727,7726,7728,7729,43,7730,7731,7732,7733,0,7977,7978,7979,7980,7730,7731,7732,7733,43,7731,7623,7629,7732,0,7978,7981,7982,7979,7731,7623,7629,7732,43,7732,7629,7632,7734,0,7979,7982,7983,7984,7732,7629,7632,7734,43,7733,7732,7734,7735,0,7980,7979,7984,7985,7733,7732,7734,7735,43,7735,7734,7736,7737,0,7985,7984,7986,7987,7735,7734,7736,7737,43,7734,7632,7634,7736,0,7984,7983,7988,7986,7734,7632,7634,7736,43,7736,7634,7591,7738,0,7986,7988,7989,7990,7736,7634,7591,7738,43,7737,7736,7738,7739,0,7987,7986,7990,7991,7737,7736,7738,7739,43,7739,7738,7740,7741,0,7991,7990,7992,7993,7739,7738,7740,7741,43,7738,7591,7594,7740,0,7990,7989,7994,7992,7738,7591,7594,7740,43,7740,7594,7590,7742,0,7992,7994,7995,7996,7740,7594,7590,7742,43,7741,7740,7742,7743,0,7993,7992,7996,7997,7741,7740,7742,7743,43,7590,7589,7744,7742,0,7995,7998,7999,7996,7590,7589,7744,7742,43,7589,7588,7745,7744,0,7998,8000,8001,7999,7589,7588,7745,7744,43,7744,7745,7746,7747,0,7999,8001,8002,8003,7744,7745,7746,7747,43,7742,7744,7747,7743,0,7996,7999,8003,7997,7742,7744,7747,7743,43,7729,7728,7748,7749,0,7976,7975,8004,8005,7729,7728,7748,7749,43,7728,7609,7613,7748,0,7975,7974,8006,8004,7728,7609,7613,7748,43,7748,7613,7617,7750,0,8004,8006,8007,8008,7748,7613,7617,7750,43,7749,7748,7750,7751,0,8005,8004,8008,8009,7749,7748,7750,7751,43,7751,7750,7752,7753,0,8009,8008,8010,8011,7751,7750,7752,7753,43,7750,7617,7619,7752,0,8008,8007,8012,8010,7750,7617,7619,7752,43,7752,7619,7623,7731,0,8010,8012,7981,7978,7752,7619,7623,7731,43,7753,7752,7731,7730,0,8011,8010,7978,7977,7753,7752,7731,7730,43,7676,7754,7755,7756,0,8013,8014,8015,8016,7676,7754,7755,7756,43,7754,7757,7758,7755,0,8014,8017,8018,8015,7754,7757,7758,7755,43,7755,7758,7759,7760,0,8015,8018,8019,8020,7755,7758,7759,7760,43,7756,7755,7760,7761,0,8016,8015,8020,8021,7756,7755,7760,7761,43,7715,7718,7762,7763,0,8022,8023,8024,8025,7715,7718,7762,7763,43,7718,7711,7764,7762,0,8023,8026,8027,8024,7718,7711,7764,7762,43,7762,7764,7765,7766,0,8024,8027,8028,8029,7762,7764,7765,7766,43,7763,7762,7766,7767,0,8025,8024,8029,8030,7763,7762,7766,7767,43,7711,7714,7768,7764,0,8026,8031,8032,8027,7711,7714,7768,7764,43,7714,7710,7769,7768,0,8031,8033,8034,8032,7714,7710,7769,7768,43,7768,7769,7770,7771,0,8032,8034,8035,8036,7768,7769,7770,7771,43,7764,7768,7771,7765,0,8027,8032,8036,8028,7764,7768,7771,7765,43,7770,7769,7772,7773,0,8035,8034,8037,8038,7770,7769,7772,7773,43,7769,7710,7709,7772,0,8034,8033,8039,8037,7769,7710,7709,7772,43,7772,7709,7706,7774,0,8037,8039,8040,8041,7772,7709,7706,7774,43,7773,7772,7774,7775,0,8038,8037,8041,8042,7773,7772,7774,7775,43,7775,7774,7776,7777,0,8042,8041,8043,8044,7775,7774,7776,7777,43,7774,7706,7705,7776,0,8041,8040,8045,8043,7774,7706,7705,7776,43,7776,7705,7611,7725,0,8043,8045,7972,7969,7776,7705,7611,7725,43,7777,7776,7725,7724,0,8044,8043,7969,7968,7777,7776,7725,7724,43,7421,7778,7779,7426,0,8046,8047,8048,8049,7421,7778,7779,7426,43,7778,7724,7727,7779,0,8047,7968,7971,8048,7778,7724,7727,7779,43,7779,7727,7729,7780,0,8048,7971,7976,8050,7779,7727,7729,7780,43,7426,7779,7780,7428,0,8049,8048,8050,8051,7426,7779,7780,7428,43,7415,7781,7782,7416,0,8052,8053,8054,8055,7415,7781,7782,7416,43,7781,7730,7733,7782,0,8053,7977,7980,8054,7781,7730,7733,7782,43,7782,7733,7735,7783,0,8054,7980,7985,8056,7782,7733,7735,7783,43,7416,7782,7783,7409,0,8055,8054,8056,8057,7416,7782,7783,7409,43,7409,7783,7784,7410,0,8057,8056,8058,8059,7409,7783,7784,7410,43,7783,7735,7737,7784,0,8056,7985,7987,8058,7783,7735,7737,7784,43,7784,7737,7739,7785,0,8058,7987,7991,8060,7784,7737,7739,7785,43,7410,7784,7785,7403,0,8059,8058,8060,8061,7410,7784,7785,7403,43,7403,7785,7786,7404,0,8061,8060,8062,8063,7403,7785,7786,7404,43,7785,7739,7741,7786,0,8060,7991,7993,8062,7785,7739,7741,7786,43,7786,7741,7743,7787,0,8062,7993,7997,8064,7786,7741,7743,7787,43,7404,7786,7787,7393,0,8063,8062,8064,8065,7404,7786,7787,7393,43,7743,7747,7788,7787,0,7997,8003,8066,8064,7743,7747,7788,7787,43,7747,7746,7789,7788,0,8003,8002,8067,8066,7747,7746,7789,7788,43,7788,7789,7387,7394,0,8066,8067,8068,8069,7788,7789,7387,7394,43,7787,7788,7394,7393,0,8064,8066,8069,8065,7787,7788,7394,7393,43,7729,7749,7790,7780,0,7976,8005,8070,8071,7729,7749,7790,7780,43,7749,7751,7791,7790,0,8005,8009,8072,8070,7749,7751,7791,7790,43,7780,7790,7791,7428,0,8071,8070,8072,8073,7780,7790,7791,7428,43,7428,7791,7792,7434,0,8073,8072,8074,8075,7428,7791,7792,7434,43,7791,7751,7753,7792,0,8072,8009,8011,8074,7791,7751,7753,7792,43,7792,7753,7730,7781,0,8074,8011,7977,8053,7792,7753,7730,7781,43,7434,7792,7781,7415,0,8075,8074,8053,8052,7434,7792,7781,7415,43,7761,7760,7793,7794,0,8021,8020,8076,8077,7761,7760,7793,7794,43,7760,7759,7795,7793,0,8020,8019,8078,8076,7760,7759,7795,7793,43,7793,7795,7379,7386,0,8076,8078,8079,8080,7793,7795,7379,7386,43,7794,7793,7386,7385,0,8077,8076,8080,8081,7794,7793,7386,7385,43,7767,7766,7796,7797,0,8030,8029,8082,8083,7767,7766,7796,7797,43,7766,7765,7798,7796,0,8029,8028,8084,8082,7766,7765,7798,7796,43,7796,7798,7360,7374,0,8082,8084,8085,8086,7796,7798,7360,7374,43,7797,7796,7374,7373,0,8083,8082,8086,8087,7797,7796,7374,7373,43,7765,7771,7799,7798,0,8028,8036,8088,8084,7765,7771,7799,7798,43,7771,7770,7800,7799,0,8036,8035,8089,8088,7771,7770,7800,7799,43,7799,7800,7364,7361,0,8088,8089,8090,8091,7799,7800,7364,7361,43,7798,7799,7361,7360,0,8084,8088,8091,8085,7798,7799,7361,7360,43,7364,7800,7801,7436,0,8090,8089,8092,8093,7364,7800,7801,7436,43,7800,7770,7773,7801,0,8089,8035,8038,8092,7800,7770,7773,7801,43,7801,7773,7775,7802,0,8092,8038,8042,8094,7801,7773,7775,7802,43,7436,7801,7802,7417,0,8093,8092,8094,8095,7436,7801,7802,7417,43,7417,7802,7803,7418,0,8095,8094,8096,8097,7417,7802,7803,7418,43,7802,7775,7777,7803,0,8094,8042,8044,8096,7802,7775,7777,7803,43,7803,7777,7724,7778,0,8096,8044,7968,8047,7803,7777,7724,7778,43,7418,7803,7778,7421,0,8097,8096,8047,8046,7418,7803,7778,7421,43,7757,7804,7805,7758,0,8017,8098,8099,8018,7757,7804,7805,7758,43,7804,7806,7807,7805,0,8098,8100,8101,8099,7804,7806,7807,7805,43,7805,7807,7808,7809,0,8099,8101,8102,8103,7805,7807,7808,7809,43,7758,7805,7809,7759,0,8018,8099,8103,8019,7758,7805,7809,7759,43,7759,7809,7810,7795,0,8019,8103,8104,8104,7759,7809,7810,7795,43,7809,7808,7811,7810,0,8103,8102,8105,8104,7809,7808,7811,7810,43,7795,7810,7811,7379,0,8104,8104,8105,8106,7795,7810,7811,7379,43,7659,7812,7813,7663,0,7903,8107,8108,7907,7659,7812,7813,7663,43,7812,7814,7815,7813,0,8107,8109,8110,8108,7812,7814,7815,7813,43,7813,7815,7683,7682,0,8108,8110,7927,7926,7813,7815,7683,7682,43,7663,7813,7682,7665,0,7907,8108,7926,7909,7663,7813,7682,7665,43,7814,7812,7816,7817,0,8109,8107,8111,8112,7814,7812,7816,7817,43,7812,7659,7719,7816,0,8107,7903,7963,8111,7812,7659,7719,7816,43,7817,7816,7719,7715,0,8112,8111,7963,7959,7817,7816,7719,7715,43,7818,7819,7820,7821,0,8113,8114,8115,8116,7818,7819,7820,7821,43,7819,7814,7817,7820,0,8114,8109,8112,8115,7819,7814,7817,7820,43,7821,7820,7817,7715,0,8116,8115,8112,7959,7821,7820,7817,7715,43,7822,7823,7824,7825,0,8117,8118,8119,8120,7822,7823,7824,7825,43,7823,7808,7807,7824,0,8118,8102,8101,8119,7823,7808,7807,7824,43,7824,7807,7806,7826,0,8119,8101,8100,8121,7824,7807,7806,7826,43,7825,7824,7826,7818,0,8120,8119,8121,8122,7825,7824,7826,7818,43,7767,7827,7828,7763,0,8030,8123,8124,8025,7767,7827,7828,7763,43,7827,7822,7825,7828,0,8123,8117,8120,8124,7827,7822,7825,7828,43,7828,7825,7818,7821,0,8124,8120,8122,8125,7828,7825,7818,7821,43,7763,7828,7821,7715,0,8025,8124,8125,8022,7763,7828,7821,7715,43,7822,7829,7830,7823,0,8117,8126,8127,8118,7822,7829,7830,7823,43,7829,7379,7811,7830,0,8126,8106,8105,8127,7829,7379,7811,7830,43,7823,7830,7811,7808,0,8118,8127,8105,8102,7823,7830,7811,7808,43,7822,7827,7831,7829,0,8117,8123,8128,8126,7822,7827,7831,7829,43,7827,7767,7797,7831,0,8123,8030,8083,8128,7827,7767,7797,7831,43,7831,7797,7373,7380,0,8128,8083,8087,8129,7831,7797,7373,7380,43,7829,7831,7380,7379,0,8126,8128,8129,8130,7829,7831,7380,7379,43,7674,7673,7832,7833,0,7918,7917,8131,8132,7674,7673,7832,7833,43,7673,7669,7678,7832,0,7917,7913,7922,8131,7673,7669,7678,7832,43,7832,7678,7680,7834,0,8131,7922,7924,8133,7832,7678,7680,7834,43,7833,7832,7834,7835,0,8132,8131,8133,8134,7833,7832,7834,7835,43,7680,7684,7836,7834,0,7924,7928,8135,8133,7680,7684,7836,7834,43,7684,7683,7837,7836,0,7928,7927,8136,8135,7684,7683,7837,7836,43,7836,7837,7838,7839,0,8135,8136,8137,8138,7836,7837,7838,7839,43,7834,7836,7839,7835,0,8133,8135,8138,8134,7834,7836,7839,7835,43,7683,7815,7840,7837,0,7927,8110,8139,8136,7683,7815,7840,7837,43,7815,7814,7819,7840,0,8110,8109,8114,8139,7815,7814,7819,7840,43,7840,7819,7818,7841,0,8139,8114,8113,8140,7840,7819,7818,7841,43,7837,7840,7841,7838,0,8136,8139,8140,8137,7837,7840,7841,7838,43,7757,7842,7843,7804,0,8141,8142,8143,8144,7757,7842,7843,7804,43,7842,7835,7839,7843,0,8142,8134,8138,8143,7842,7835,7839,7843,43,7843,7839,7838,7844,0,8143,8138,8137,8145,7843,7839,7838,7844,43,7804,7843,7844,7806,0,8144,8143,8145,8146,7804,7843,7844,7806,43,7676,7675,7845,7754,0,7920,7919,8147,8148,7676,7675,7845,7754,43,7675,7674,7833,7845,0,7919,7918,8132,8147,7675,7674,7833,7845,43,7845,7833,7835,7842,0,8147,8132,8134,8142,7845,7833,7835,7842,43,7754,7845,7842,7757,0,8148,8147,8142,8141,7754,7845,7842,7757,43,7806,7844,7846,7826,0,8146,8145,8149,8150,7806,7844,7846,7826,43,7844,7838,7841,7846,0,8145,8137,8140,8149,7844,7838,7841,7846,43,7826,7846,7841,7818,0,8150,8149,8140,8113,7826,7846,7841,7818,43,4357,7571,7847,4358,0,4484,7814,8151,4485,4357,7571,7847,4358,43,7571,7559,7561,7847,0,7814,7802,7805,8151,7571,7559,7562,7847,43,7847,7561,7566,7582,0,8151,7805,7809,7825,7847,7562,7566,7582,43,4358,7847,7582,4239,0,4485,8151,7825,4366,4358,7847,7582,4239,43,7566,7848,7849,7584,0,7809,8152,8153,7827,7566,7848,7849,7584,43,7848,7850,7851,7849,0,8152,8154,8155,8153,7848,7850,7851,7849,43,7849,7851,7588,7587,0,8153,8155,7831,7830,7849,7851,7588,7587,43,7584,7849,7587,7580,0,7827,8153,7830,7823,7584,7849,7587,7580,43,7564,7672,7852,7565,0,7807,7916,8156,7808,7564,7672,7852,7565,43,7672,7676,7853,7852,0,7916,7920,8157,8156,7672,7676,7853,7852,43,7852,7853,7850,7848,0,8156,8157,8154,8152,7852,7853,7850,7848,43,7565,7852,7848,7566,0,7808,8156,8152,7809,7565,7852,7848,7566,43,7854,7855,7856,7857,0,8158,8159,8160,8158,7854,7855,7856,7857,43,7855,7850,7853,7856,0,8159,8161,8162,8160,7855,7850,7853,7856,43,7856,7853,7676,7756,0,8160,8162,8013,8016,7856,7853,7676,7756,43,7857,7856,7756,7761,0,8158,8160,8016,8021,7857,7856,7756,7761,43,7746,7745,7858,7859,0,8002,8001,8163,8164,7746,7745,7858,7859,43,7745,7588,7851,7858,0,8001,8000,8165,8163,7745,7588,7851,7858,43,7858,7851,7850,7855,0,8163,8165,8161,8159,7858,7851,7850,7855,43,7859,7858,7855,7854,0,8164,8163,8159,8158,7859,7858,7855,7854,43,7761,7794,7860,7857,0,8021,8077,8166,8158,7761,7794,7860,7857,43,7794,7385,7861,7860,0,8077,8081,8167,8166,7794,7385,7861,7860,43,7857,7860,7861,7854,0,8158,8166,8167,8158,7857,7860,7861,7854,43,7854,7861,7862,7859,0,8158,8168,8169,8164,7854,7861,7862,7859,43,7861,7385,7388,7862,0,8168,8170,8171,8169,7861,7385,7388,7862,43,7862,7388,7387,7789,0,8169,8171,8068,8067,7862,7388,7387,7789,43,7859,7862,7789,7746,0,8164,8169,8067,8002,7859,7862,7789,7746,43,7863,7864,7865,7866,0,8172,8173,8174,8175,7863,7864,7865,7866,43,7864,7867,7868,7865,0,8173,8176,8177,8174,7864,7867,7868,7865,43,7865,7868,7090,7093,0,8174,8177,8178,8179,7865,7868,7090,7093,43,7866,7865,7093,7098,0,8175,8174,8179,8180,7866,7865,7093,7098,43,7869,7870,7871,7872,0,8181,8182,8183,8184,7869,7870,7871,7872,43,7870,7873,7874,7871,0,8182,8185,8186,8183,7870,7873,7874,7871,43,7871,7874,7867,7864,0,8183,8186,8176,8173,7871,7874,7867,7864,43,7872,7871,7864,7863,0,8184,8183,8173,8172,7872,7871,7864,7863,43,7875,7876,7877,7878,0,8187,8188,8189,8190,7875,7876,7877,7878,43,7876,7879,7880,7877,0,8188,8191,8192,8189,7876,7879,7880,7877,43,7877,7880,7873,7870,0,8189,8192,8185,8182,7877,7880,7873,7870,43,7878,7877,7870,7869,0,8190,8189,8182,8181,7878,7877,7870,7869,43,7881,7882,7883,7884,0,8193,8194,8195,8196,7881,7882,7883,7884,43,7882,7885,7886,7883,0,8194,8197,8198,8195,7882,7885,7886,7883,43,7883,7886,7879,7876,0,8195,8198,8191,8188,7883,7886,7879,7876,43,7884,7883,7876,7875,0,8196,8195,8188,8187,7884,7883,7876,7875,43,7881,7887,7888,7882,0,8193,8199,8200,8194,7881,7887,7888,7882,43,7887,7889,7890,7888,0,8199,8201,8202,8200,7887,7889,7890,7888,43,7888,7890,7891,7892,0,8200,8202,8203,8204,7888,7890,7891,7892,43,7882,7888,7892,7885,0,8194,8200,8204,8197,7882,7888,7892,7885,43,7893,7894,7895,7896,0,8205,8206,8207,8208,7893,7894,7895,7896,43,7894,7897,7898,7895,0,8206,8209,8210,8207,7894,7897,7898,7895,43,7895,7898,7891,7890,0,8207,8210,8203,8202,7895,7898,7891,7890,43,7896,7895,7890,7889,0,8208,8207,8202,8201,7896,7895,7890,7889,43,7881,7899,7900,7887,0,8193,8211,8212,8199,7881,7899,7900,7887,43,7899,7901,7902,7900,0,8211,8213,8214,8212,7899,7901,7902,7900,43,7900,7902,7903,7904,0,8212,8214,8215,8216,7900,7902,7903,7904,43,7887,7900,7904,7889,0,8199,8212,8216,8201,7887,7900,7904,7889,43,7903,7905,7906,7904,0,8215,8217,8218,8216,7903,7905,7906,7904,43,7905,7907,7908,7906,0,8217,8219,8220,8218,7905,7907,7908,7906,43,7906,7908,7893,7896,0,8218,8220,8205,8208,7906,7908,7893,7896,43,7904,7906,7896,7889,0,8216,8218,8208,8201,7904,7906,7896,7889,43,7891,7909,7910,7892,0,8203,8221,8222,8204,7891,7909,7910,7892,43,7909,7911,7912,7910,0,8221,8223,8224,8222,7909,7911,7912,7910,43,7910,7912,7913,7914,0,8222,8224,8225,8226,7910,7912,7913,7914,43,7892,7910,7914,7885,0,8204,8222,8226,8197,7892,7910,7914,7885,43,7885,7914,7915,7886,0,8197,8226,8227,8198,7885,7914,7915,7886,43,7914,7913,7916,7915,0,8226,8225,8228,8227,7914,7913,7916,7915,43,7915,7916,7917,7918,0,8227,8228,8229,8230,7915,7916,7917,7918,43,7886,7915,7918,7879,0,8198,8227,8230,8191,7886,7915,7918,7879,43,7901,7899,7919,7920,0,8213,8211,8231,8232,7901,7899,7919,7920,43,7899,7881,7884,7919,0,8211,8193,8196,8231,7899,7881,7884,7919,43,7919,7884,7875,7921,0,8231,8196,8187,8233,7919,7884,7875,7921,43,7920,7919,7921,7922,0,8232,8231,8233,8234,7920,7919,7921,7922,43,7869,7923,7924,7878,0,8181,8235,8236,8190,7869,7923,7924,7878,43,7923,7925,7926,7924,0,8235,8237,8238,8236,7923,7925,7926,7924,43,7924,7926,7922,7921,0,8236,8238,8234,8233,7924,7926,7922,7921,43,7878,7924,7921,7875,0,8190,8236,8233,8187,7878,7924,7921,7875,43,7922,7926,7927,7928,0,8239,8240,8241,8242,7922,7926,7927,7928,43,7926,7925,7929,7927,0,8240,8243,8244,8241,7926,7925,7929,7927,43,7927,7929,7930,7931,0,8241,8244,8245,8246,7927,7929,7930,7931,43,7928,7927,7931,7162,0,8242,8241,8246,8247,7928,7927,7931,7162,43,7903,7902,7932,7933,0,8248,8249,8250,8251,7903,7902,7932,7933,43,7902,7901,7920,7932,0,8249,8252,8253,8250,7902,7901,7920,7932,43,7932,7920,7922,7928,0,8250,8253,8239,8242,7932,7920,7922,7928,43,7933,7932,7928,7162,0,8251,8250,8242,8247,7933,7932,7928,7162,43,7879,7918,7934,7880,0,8191,8230,8254,8192,7879,7918,7934,7880,43,7918,7917,7935,7934,0,8230,8229,8255,8254,7918,7917,7935,7934,43,7934,7935,7936,7937,0,8254,8255,8256,8257,7934,7935,7936,7937,43,7880,7934,7937,7873,0,8192,8254,8257,8185,7880,7934,7937,7873,43,7917,7938,7939,7935,0,8229,8258,8259,8255,7917,7938,7939,7935,43,7938,7940,7941,7939,0,8258,8260,8261,8259,7938,7940,7941,7939,43,7939,7941,7942,7943,0,8259,8261,8262,8263,7939,7941,7942,7943,43,7935,7939,7943,7936,0,8255,8259,8263,8256,7935,7939,7943,7936,43,7913,7944,7945,7916,0,8225,8264,8265,8228,7913,7944,7945,7916,43,7944,7946,7947,7945,0,8264,8266,8267,8265,7944,7946,7947,7945,43,7945,7947,7940,7938,0,8265,8267,8260,8258,7945,7947,7940,7938,43,7916,7945,7938,7917,0,8228,8265,8258,8229,7916,7945,7938,7917,43,7936,7943,7948,7949,0,8256,8263,8268,8269,7936,7943,7948,7949,43,7943,7942,7950,7948,0,8263,8262,8270,8268,7943,7942,7950,7948,43,7948,7950,7951,7952,0,8268,8270,8271,8272,7948,7950,7951,7952,43,7949,7948,7952,7953,0,8269,8268,8272,8273,7949,7948,7952,7953,43,7951,7954,7955,7952,0,8271,8274,8275,8272,7951,7954,7955,7952,43,7954,7189,7186,7955,0,8274,8276,8277,8275,7954,7189,7186,7955,43,7955,7186,7185,7956,0,8275,8277,8278,8279,7955,7186,7185,7956,43,7952,7955,7956,7953,0,8272,8275,8279,8273,7952,7955,7956,7953,43,7867,7957,7958,7868,0,8176,8280,8281,8177,7867,7957,7958,7868,43,7957,7953,7956,7958,0,8280,8273,8279,8281,7957,7953,7956,7958,43,7958,7956,7185,7192,0,8281,8279,8278,8282,7958,7956,7185,7192,43,7868,7958,7192,7090,0,8177,8281,8282,8178,7868,7958,7192,7090,43,7873,7937,7959,7874,0,8185,8257,8283,8186,7873,7937,7959,7874,43,7937,7936,7949,7959,0,8257,8256,8269,8283,7937,7936,7949,7959,43,7959,7949,7953,7957,0,8283,8269,8273,8280,7959,7949,7953,7957,43,7874,7959,7957,7867,0,8186,8283,8280,8176,7874,7959,7957,7867,43,7930,7929,7960,7961,0,8284,8285,8286,8287,7930,7929,7960,7961,43,7929,7925,7923,7960,0,8285,8237,8235,8286,7929,7925,7923,7960,43,7960,7923,7869,7872,0,8286,8235,8181,8184,7960,7923,7869,7872,43,7961,7960,7872,7863,0,8287,8286,8184,8172,7961,7960,7872,7863,43,7199,7962,7963,7200,0,8288,8289,8290,8291,7199,7962,7963,7200,43,7962,7930,7961,7963,0,8289,8284,8287,8290,7962,7930,7961,7963,43,7963,7961,7863,7866,0,8290,8287,8172,8175,7963,7961,7863,7866,43,7200,7963,7866,7098,0,8291,8290,8175,8180,7200,7963,7866,7098,43,7930,7962,7964,7931,0,8245,8292,8293,8246,7930,7962,7964,7931,43,7962,7199,7202,7964,0,8292,8294,8295,8293,7962,7199,7202,7964,43,7931,7964,7202,7162,0,8246,8293,8295,8247,7931,7964,7202,7162,43,7965,7966,7967,7968,0,8296,8297,8298,8299,7965,7966,7967,7968,43,7966,7969,7970,7967,0,8297,8300,8301,8298,7966,7969,7970,7967,43,7967,7970,7203,7206,0,8298,8301,8302,8303,7967,7970,7203,7206,43,7968,7967,7206,7211,0,8299,8298,8303,8304,7968,7967,7206,7211,43,7969,7971,7972,7970,0,8305,8306,8307,8308,7969,7971,7972,7970,43,7971,7212,7215,7972,0,8306,8309,8310,8307,7971,7212,7215,7972,43,7970,7972,7215,7203,0,8308,8307,8310,8311,7970,7972,7215,7203,43,7222,7221,7973,7974,0,8312,8313,8314,8315,7222,7221,7973,7974,43,7221,7220,7975,7973,0,8313,8316,8317,8314,7221,7220,7975,7973,43,7973,7975,7976,7977,0,8314,8317,8318,8319,7973,7975,7976,7977,43,7974,7973,7977,7978,0,8315,8314,8319,8320,7974,7973,7977,7978,43,7222,7974,7979,7229,0,8312,8315,8321,8322,7222,7974,7979,7229,43,7974,7978,7980,7979,0,8315,8320,8323,8321,7974,7978,7980,7979,43,7979,7980,7981,7982,0,8321,8323,8324,8325,7979,7980,7981,7982,43,7229,7979,7982,7230,0,8322,8321,8325,8326,7229,7979,7982,7230,43,7230,7982,7983,7233,0,8326,8325,8327,8328,7230,7982,7983,7233,43,7982,7981,7984,7983,0,8325,8324,8329,8327,7982,7981,7984,7983,43,7983,7984,7965,7968,0,8327,8329,8296,8299,7983,7984,7965,7968,43,7233,7983,7968,7211,0,8328,8327,8299,8304,7233,7983,7968,7211,43,7985,7986,7987,7988,0,8330,8331,8332,8333,7985,7986,7987,7988,43,7986,7989,7990,7987,0,8331,8334,8335,8332,7986,7989,7990,7987,43,7987,7990,7991,7992,0,8332,8335,8336,8337,7987,7990,7991,7992,43,7988,7987,7992,7993,0,8333,8332,8337,8338,7988,7987,7992,7993,43,7994,7995,7996,7997,0,8339,8340,8341,8342,7994,7995,7996,7997,43,7995,7985,7988,7996,0,8340,8330,8333,8341,7995,7985,7988,7996,43,7996,7988,7993,7998,0,8341,8333,8338,8343,7996,7988,7993,7998,43,7997,7996,7998,7999,0,8342,8341,8343,8344,7997,7996,7998,7999,43,7212,8000,8001,7251,0,8309,8345,8346,8347,7212,8000,8001,7251,43,8000,7907,7905,8001,0,8345,8348,8349,8346,8000,7907,7905,8001,43,8001,7905,7903,7933,0,8346,8349,8248,8251,8001,7905,7903,7933,43,7251,8001,7933,7162,0,8347,8346,8251,8247,7251,8001,7933,7162,43,8002,8003,8004,8005,0,8350,8351,8352,8353,8002,8003,8004,8005,43,8003,7212,7971,8004,0,8351,8309,8306,8352,8003,7212,7971,8004,43,8005,8004,7971,7969,0,8353,8352,8306,8305,8005,8004,7971,7969,43,8006,8007,8008,8009,0,8354,8355,8356,8357,8006,8007,8008,8009,43,8007,8002,8005,8008,0,8355,8358,8359,8356,8007,8002,8005,8008,43,8008,8005,7969,7966,0,8356,8359,8300,8297,8008,8005,7969,7966,43,8009,8008,7966,7965,0,8357,8356,8297,8296,8009,8008,7966,7965,43,7981,8010,8011,7984,0,8324,8360,8361,8329,7981,8010,8011,7984,43,8010,8012,8013,8011,0,8360,8362,8363,8361,8010,8012,8013,8011,43,8011,8013,8006,8009,0,8361,8363,8354,8357,8011,8013,8006,8009,43,7984,8011,8009,7965,0,8329,8361,8357,8296,7984,8011,8009,7965,43,7981,7980,8014,8010,0,8324,8323,8364,8360,7981,7980,8014,8010,43,7980,7978,8015,8014,0,8323,8320,8365,8364,7980,7978,8015,8014,43,8014,8015,8016,8017,0,8364,8365,8366,8367,8014,8015,8016,8017,43,8010,8014,8017,8012,0,8360,8364,8367,8362,8010,8014,8017,8012,43,7978,7977,8018,8015,0,8320,8319,8368,8365,7978,7977,8018,8015,43,7977,7976,8019,8018,0,8319,8318,8369,8368,7977,7976,8019,8018,43,8018,8019,8020,8021,0,8368,8369,8370,8371,8018,8019,8020,8021,43,8015,8018,8021,8016,0,8365,8368,8371,8366,8015,8018,8021,8016,43,8016,8021,8022,8023,0,8366,8371,8372,8373,8016,8021,8022,8023,43,8021,8020,8024,8022,0,8371,8370,8374,8372,8021,8020,8024,8022,43,8022,8024,8025,8026,0,8372,8374,8375,8376,8022,8024,8025,8026,43,8023,8022,8026,8027,0,8373,8372,8376,8377,8023,8022,8026,8027,43,7999,8028,8029,7997,0,8344,8378,8379,8342,7999,8028,8029,7997,43,8028,8027,8026,8029,0,8378,8377,8376,8379,8028,8027,8026,8029,43,8029,8026,8025,8030,0,8379,8376,8375,8380,8029,8026,8025,8030,43,7997,8029,8030,7994,0,8342,8379,8380,8339,7997,8029,8030,7994,43,8027,8028,8031,8032,0,8377,8378,8381,8382,8027,8028,8031,8032,43,8028,7999,8033,8031,0,8378,8344,8383,8381,8028,7999,8033,8031,43,8031,8033,8034,8035,0,8381,8383,8384,8385,8031,8033,8034,8035,43,8032,8031,8035,8036,0,8382,8381,8385,8386,8032,8031,8035,8036,43,8012,8017,8037,8038,0,8362,8367,8387,8388,8012,8017,8037,8038,43,8017,8016,8023,8037,0,8367,8366,8373,8387,8017,8016,8023,8037,43,8037,8023,8027,8032,0,8387,8373,8377,8382,8037,8023,8027,8032,43,8038,8037,8032,8036,0,8388,8387,8382,8386,8038,8037,8032,8036,43,8036,8035,8039,8040,0,8386,8385,8389,8390,8036,8035,8039,8040,43,8035,8034,8041,8039,0,8385,8384,8391,8389,8035,8034,8041,8039,43,8039,8041,8042,8043,0,8389,8391,8392,8393,8039,8041,8042,8043,43,8040,8039,8043,8044,0,8390,8389,8393,8394,8040,8039,8043,8044,43,8012,8038,8045,8013,0,8362,8388,8395,8363,8012,8038,8045,8013,43,8038,8036,8040,8045,0,8388,8386,8390,8395,8038,8036,8040,8045,43,8045,8040,8044,8046,0,8395,8390,8394,8396,8045,8040,8044,8046,43,8013,8045,8046,8006,0,8363,8395,8396,8354,8013,8045,8046,8006,43,8047,8048,8049,8050,0,8397,8398,8399,8400,8047,8048,8049,8050,43,8048,8051,8052,8049,0,8398,8401,8402,8399,8048,8051,8052,8049,43,8049,8052,8044,8043,0,8399,8402,8394,8393,8049,8052,8044,8043,43,8050,8049,8043,8042,0,8400,8399,8393,8392,8050,8049,8043,8042,43,8006,8046,8053,8007,0,8354,8396,8403,8355,8006,8046,8053,8007,43,8046,8044,8052,8053,0,8396,8394,8402,8403,8046,8044,8052,8053,43,8053,8052,8051,8054,0,8403,8402,8401,8404,8053,8052,8051,8054,43,8007,8053,8054,8002,0,8355,8403,8404,8358,8007,8053,8054,8002,43,8002,8054,8055,8003,0,8350,8405,8406,8351,8002,8054,8055,8003,43,8054,8051,8048,8055,0,8405,8407,8408,8406,8054,8051,8048,8055,43,8055,8048,8047,8056,0,8406,8408,8409,8410,8055,8048,8047,8056,43,8003,8055,8056,7212,0,8351,8406,8410,8309,8003,8055,8056,7212,43,8042,8057,8058,8050,0,8392,8411,8412,8400,8042,8057,8058,8050,43,8057,8059,8060,8058,0,8411,8413,8414,8412,8057,8059,8060,8058,43,8058,8060,8061,8062,0,8412,8414,8415,8416,8058,8060,8061,8062,43,8050,8058,8062,8047,0,8400,8412,8416,8397,8050,8058,8062,8047,43,7907,8063,8064,7908,0,8219,8417,8418,8220,7907,8063,8064,7908,43,8063,8061,8060,8064,0,8417,8415,8414,8418,8063,8061,8060,8064,43,8064,8060,8059,8065,0,8418,8414,8413,8419,8064,8060,8059,8065,43,7908,8064,8065,7893,0,8220,8418,8419,8205,7908,8064,8065,7893,43,8047,8062,8066,8056,0,8409,8420,8421,8410,8047,8062,8066,8056,43,8062,8061,8063,8066,0,8420,8422,8423,8421,8062,8061,8063,8066,43,8066,8063,7907,8000,0,8421,8423,8348,8345,8066,8063,7907,8000,43,8056,8066,8000,7212,0,8410,8421,8345,8309,8056,8066,8000,7212,43,8034,8067,8068,8041,0,8384,8424,8425,8391,8034,8067,8068,8041,43,8067,8069,8070,8068,0,8424,8426,8427,8425,8067,8069,8070,8068,43,8068,8070,8059,8057,0,8425,8427,8413,8411,8068,8070,8059,8057,43,8041,8068,8057,8042,0,8391,8425,8411,8392,8041,8068,8057,8042,43,7999,7998,8071,8033,0,8344,8343,8428,8383,7999,7998,8071,8033,43,7998,7993,8072,8071,0,8343,8338,8429,8428,7998,7993,8072,8071,43,8071,8072,8069,8067,0,8428,8429,8426,8424,8071,8072,8069,8067,43,8033,8071,8067,8034,0,8383,8428,8424,8384,8033,8071,8067,8034,43,7993,7992,8073,8072,0,8338,8337,8430,8429,7993,7992,8073,8072,43,7992,7991,8074,8073,0,8337,8336,8431,8430,7992,7991,8074,8073,43,8073,8074,7897,8075,0,8430,8431,8209,8432,8073,8074,7897,8075,43,8072,8073,8075,8069,0,8429,8430,8432,8426,8072,8073,8075,8069,43,7911,8076,8077,7912,0,8223,8433,8434,8224,7911,8076,8077,7912,43,8076,8078,8079,8077,0,8433,8435,8436,8434,8076,8078,8079,8077,43,8077,8079,7946,7944,0,8434,8436,8266,8264,8077,8079,7946,7944,43,7912,8077,7944,7913,0,8224,8434,8264,8225,7912,8077,7944,7913,43,7989,8080,8081,7990,0,8334,8437,8438,8335,7989,8080,8081,7990,43,8080,8078,8076,8081,0,8437,8435,8433,8438,8080,8078,8076,8081,43,8081,8076,7911,8082,0,8438,8433,8223,8439,8081,8076,7911,8082,43,7990,8081,8082,7991,0,8335,8438,8439,8336,7990,8081,8082,7991,43,7897,8074,8083,7898,0,8209,8431,8440,8210,7897,8074,8083,7898,43,8074,7991,8082,8083,0,8431,8336,8439,8440,8074,7991,8082,8083,43,8083,8082,7911,7909,0,8440,8439,8223,8221,8083,8082,7911,7909,43,7898,8083,7909,7891,0,8210,8440,8221,8203,7898,8083,7909,7891,43,8069,8075,8084,8070,0,8426,8432,8441,8427,8069,8075,8084,8070,43,8075,7897,7894,8084,0,8432,8209,8206,8441,8075,7897,7894,8084,43,8084,7894,7893,8065,0,8441,8206,8205,8419,8084,7894,7893,8065,43,8070,8084,8065,8059,0,8427,8441,8419,8413,8070,8084,8065,8059,43,7951,8085,8086,7954,0,8442,8443,8444,8445,7951,8085,8086,7954,43,8085,4531,4546,8086,0,8443,4661,4676,8444,8085,4531,4546,8086,43,8086,4546,4462,7336,0,8444,4676,4592,7554,8086,4546,4462,7336,43,7954,8086,7336,7189,0,8445,8444,7554,7558,7954,8086,7336,7189,43,4524,4527,8087,8088,0,4654,4657,8446,8447,4524,4527,8087,8088,43,4527,4531,8085,8087,0,4657,4661,8443,8446,4527,4531,8085,8087,43,8087,8085,7951,7950,0,8446,8443,8442,8448,8087,8085,7951,7950,43,8088,8087,7950,7942,0,8447,8446,8448,8449,8088,8087,7950,7942,43,4550,4552,8089,8090,0,4680,4682,8450,8451,4550,4552,8089,8090,43,4552,4524,8088,8089,0,4682,4654,8447,8450,4552,4524,8088,8089,43,8089,8088,7942,7941,0,8450,8447,8449,8452,8089,8088,7942,7941,43,8090,8089,7941,7940,0,8451,8450,8452,8453,8090,8089,7941,7940,43,7946,8091,8092,7947,0,8454,8455,8456,8457,7946,8091,8092,7947,43,8091,4483,4548,8092,0,8455,4613,4678,8456,8091,4483,4548,8092,43,8092,4548,4550,8090,0,8456,4678,4680,8451,8092,4548,4550,8090,43,7947,8092,8090,7940,0,8457,8456,8451,8453,7947,8092,8090,7940,43,8078,8093,8094,8079,0,8458,8459,8460,8461,8078,8093,8094,8079,43,8093,4475,4479,8094,0,8459,4605,4609,8460,8093,4475,4479,8094,43,8094,4479,4483,8091,0,8460,4609,4613,8455,8094,4479,4483,8091,43,8079,8094,8091,7946,0,8461,8460,8455,8454,8079,8094,8091,7946,43,7989,8095,8096,8080,0,8462,8463,8464,8465,7989,8095,8096,8080,43,8095,4477,4476,8096,0,8463,4607,4606,8464,8095,4477,4476,8096,43,8096,4476,4475,8093,0,8464,4606,4605,8459,8096,4476,4475,8093,43,8080,8096,8093,8078,0,8465,8464,8459,8458,8080,8096,8093,8078,43,7985,8097,8098,7986,0,8466,8467,8468,8469,7985,8097,8098,7986,43,8097,4694,4693,8098,0,8467,4824,4823,8468,8097,4694,4693,8098,43,8098,4693,4477,8095,0,8468,4823,4607,8463,8098,4693,4477,8095,43,7986,8098,8095,7989,0,8469,8468,8463,8462,7986,8098,8095,7989,43,7994,8099,8100,7995,0,8470,8471,8472,8473,7994,8099,8100,7995,43,8099,4685,4696,8100,0,8471,4815,4826,8472,8099,4685,4696,8100,43,8100,4696,4694,8097,0,8472,4826,4824,8467,8100,4696,4694,8097,43,7995,8100,8097,7985,0,8473,8472,8467,8466,7995,8100,8097,7985,43,4680,4686,8101,8102,0,4810,4816,8474,8475,4680,4686,8101,8102,43,4686,4685,8099,8101,0,4816,4815,8471,8474,4686,4685,8099,8101,43,8101,8099,7994,8030,0,8474,8471,8470,8476,8101,8099,7994,8030,43,8102,8101,8030,8025,0,8475,8474,8476,8477,8102,8101,8030,8025,43,8020,8103,8104,8024,0,8478,8479,8480,8481,8020,8103,8104,8024,43,8103,4643,4681,8104,0,8479,4773,4811,8480,8103,4643,4681,8104,43,8104,4681,4680,8102,0,8480,4811,4810,8475,8104,4681,4680,8102,43,8024,8104,8102,8025,0,8481,8480,8475,8477,8024,8104,8102,8025,43,7976,8105,8106,8019,0,8482,8483,8484,8485,7976,8105,8106,8019,43,8105,4645,4644,8106,0,8483,4775,4774,8484,8105,4645,4644,8106,43,8106,4644,4643,8103,0,8484,4774,4773,8479,8106,4644,4643,8103,43,8019,8106,8103,8020,0,8485,8484,8479,8478,8019,8106,8103,8020,43,4567,4648,8107,7359,0,4697,4778,8486,7601,4567,4648,8107,7359,43,4648,4645,8105,8107,0,4778,4775,8483,8486,4648,4645,8105,8107,43,8107,8105,7976,7975,0,8486,8483,8482,8487,8107,8105,7976,7975,43,7359,8107,7975,7220,0,7601,8486,8487,7602,7359,8107,7975,7220,43,2671,8108,8109,8110,0,2797,8488,8489,8490,2671,8108,8109,8110,43,8108,8111,8112,8109,0,8488,8491,8492,8489,8108,8111,8112,8109,43,8110,8109,8112,8113,0,8490,8489,8492,8493,8110,8109,8112,8113,43,8114,8115,8116,8117,0,8494,8495,8496,8497,8114,8115,8116,8117,43,8115,8118,8119,8116,0,8495,8498,8499,8496,8115,8118,8119,8116,43,8116,8119,8113,8120,0,8496,8499,8493,8500,8116,8119,8113,8120,43,8117,8116,8120,8121,0,8497,8496,8500,8501,8117,8116,8120,8121,43,2671,8122,8123,2672,0,2797,8502,8503,2798,2671,8122,8123,2672,43,8122,8118,8124,8123,0,8502,8498,8504,8503,8122,8118,8124,8123,43,2672,8123,8124,2658,0,2798,8503,8504,2784,2672,8123,8124,2658,43,2671,8110,8125,8122,0,2797,8490,8505,8502,2671,8110,8125,8122,43,8110,8113,8119,8125,0,8490,8493,8499,8505,8110,8113,8119,8125,43,8122,8125,8119,8118,0,8502,8505,8499,8498,8122,8125,8119,8118,43,2658,8124,8126,2659,0,2784,8504,8506,2785,2658,8124,8126,2659,43,8124,8118,8115,8126,0,8504,8498,8495,8506,8124,8118,8115,8126,43,8126,8115,8114,8127,0,8506,8495,8494,8507,8126,8115,8114,8127,43,2659,8126,8127,2660,0,2785,8506,8507,2786,2659,8126,8127,2660,43,2660,8127,8128,2661,0,2786,8507,8508,2787,2660,8127,8128,2661,43,8127,8114,8117,8128,0,8507,8494,8497,8508,8127,8114,8117,8128,43,8128,8117,8121,8129,0,8508,8497,8501,8509,8128,8117,8121,8129,43,2661,8128,8129,2568,0,2787,8508,8509,2694,2661,8128,8129,2568,43,8130,8131,8132,8133,0,8510,8511,8512,8513,8130,8131,8132,8133,43,8131,8134,8135,8132,0,8511,8514,8515,8512,8131,8134,8135,8132,43,8132,8135,8136,8137,0,8512,8515,8516,8517,8132,8135,8136,8137,43,8133,8132,8137,8138,0,8513,8512,8517,8518,8133,8132,8137,8138,43,8139,8140,8141,8142,0,8519,8520,8521,8522,8139,8140,8141,8142,43,8140,8143,8144,8141,0,8520,8523,8524,8521,8140,8143,8144,8141,43,8141,8144,8145,8146,0,8521,8524,8525,8526,8141,8144,8145,8146,43,8142,8141,8146,8147,0,8522,8521,8526,8527,8142,8141,8146,8147,43,8148,8149,8150,8151,0,8528,8529,8530,8531,8148,8149,8150,8151,43,8149,8152,8153,8150,0,8529,8532,8533,8530,8149,8152,8153,8150,43,8150,8153,8136,8135,0,8530,8533,8516,8515,8150,8153,8136,8135,43,8151,8150,8135,8134,0,8531,8530,8515,8514,8151,8150,8135,8134,43,8121,8154,8155,8156,0,8501,8534,8535,8536,8121,8154,8155,8156,43,8154,8148,8151,8155,0,8534,8528,8531,8535,8154,8148,8151,8155,43,8155,8151,8134,8157,0,8535,8531,8514,8537,8155,8151,8134,8157,43,8156,8155,8157,8158,0,8536,8535,8537,8538,8156,8155,8157,8158,43,8159,8160,8161,8162,0,8539,8540,8541,8542,8159,8160,8161,8162,43,8160,8148,8154,8161,0,8540,8528,8534,8541,8160,8148,8154,8161,43,8161,8154,8121,8120,0,8541,8534,8501,8500,8161,8154,8121,8120,43,8162,8161,8120,8113,0,8542,8541,8500,8493,8162,8161,8120,8113,43,8163,8164,8165,8166,0,8543,8544,8545,8546,8163,8164,8165,8166,43,8164,8152,8149,8165,0,8544,8532,8529,8545,8164,8152,8149,8165,43,8165,8149,8148,8160,0,8545,8529,8528,8540,8165,8149,8148,8160,43,8166,8165,8160,8159,0,8546,8545,8540,8539,8166,8165,8160,8159,43,8152,8164,8167,8153,0,8532,8544,8547,8533,8152,8164,8167,8153,43,8164,8163,8168,8167,0,8544,8543,8548,8547,8164,8163,8168,8167,43,8167,8168,8169,8170,0,8547,8548,8549,8550,8167,8168,8169,8170,43,8153,8167,8170,8136,0,8533,8547,8550,8516,8153,8167,8170,8136,43,8163,8171,8172,8168,0,8543,8551,8552,8548,8163,8171,8172,8168,43,8171,8173,8174,8172,0,8551,8553,8554,8552,8171,8173,8174,8172,43,8172,8174,8175,8176,0,8552,8554,8555,8556,8172,8174,8175,8176,43,8168,8172,8176,8169,0,8548,8552,8556,8549,8168,8172,8176,8169,43,8169,8176,8177,8178,0,8549,8556,8557,8558,8169,8176,8177,8178,43,8176,8175,8179,8177,0,8556,8555,8559,8557,8176,8175,8179,8177,43,8177,8179,8139,8142,0,8557,8559,8519,8522,8177,8179,8139,8142,43,8178,8177,8142,8147,0,8558,8557,8522,8527,8178,8177,8142,8147,43,8136,8170,8180,8137,0,8516,8550,8560,8517,8136,8170,8180,8137,43,8170,8169,8178,8180,0,8550,8549,8558,8560,8170,8169,8178,8180,43,8180,8178,8147,8181,0,8560,8558,8527,8561,8180,8178,8147,8181,43,8137,8180,8181,8138,0,8517,8560,8561,8518,8137,8180,8181,8138,43,8182,8183,8184,8185,0,8562,8563,8564,8565,8182,8183,8184,8185,43,8183,8186,8187,8184,0,8563,8566,8567,8564,8183,8186,8187,8184,43,8184,8187,8188,8189,0,8564,8567,8568,8569,8184,8187,8188,8189,43,8185,8184,8189,8190,0,8565,8564,8569,8570,8185,8184,8189,8190,43,8191,8192,8193,8194,0,8571,8572,8573,8574,8191,8192,8193,8194,43,8192,8182,8185,8193,0,8572,8562,8565,8573,8192,8182,8185,8193,43,8193,8185,8190,8195,0,8573,8565,8570,8575,8193,8185,8190,8195,43,8194,8193,8195,8196,0,8574,8573,8575,8576,8194,8193,8195,8196,43,8186,8183,8197,8198,0,8566,8563,8577,8578,8186,8183,8197,8198,43,8183,8182,8192,8197,0,8563,8562,8572,8577,8183,8182,8192,8197,43,8197,8192,8191,8199,0,8577,8572,8571,8579,8197,8192,8191,8199,43,8198,8197,8199,8200,0,8578,8577,8579,8580,8198,8197,8199,8200,43,2697,8201,8202,2692,0,2823,8581,8582,2818,2697,8201,8202,2692,43,8201,8200,8199,8202,0,8581,8580,8579,8582,8201,8200,8199,8202,43,8202,8199,8191,8203,0,8582,8579,8571,8583,8202,8199,8191,8203,43,2692,8202,8203,2689,0,2818,8582,8583,2815,2692,8202,8203,2689,43,2568,8129,8204,2626,0,2694,8509,8584,2752,2568,8129,8204,2626,43,8129,8121,8156,8204,0,8509,8501,8536,8584,8129,8121,8156,8204,43,8204,8156,8158,8205,0,8584,8536,8538,8585,8204,8156,8158,8205,43,2626,8204,8205,2624,0,2752,8584,8585,2750,2626,8204,8205,2624,43,8206,8207,8208,8209,0,8586,8587,8588,8589,8206,8207,8208,8209,43,8207,8158,8157,8208,0,8587,8538,8537,8588,8207,8158,8157,8208,43,8208,8157,8134,8131,0,8588,8537,8514,8511,8208,8157,8134,8131,43,8209,8208,8131,8130,0,8589,8588,8511,8510,8209,8208,8131,8130,43,8158,8207,8210,8205,0,8538,8587,8590,8585,8158,8207,8210,8205,43,8207,8206,8211,8210,0,8587,8586,8591,8590,8207,8206,8211,8210,43,8210,8211,2620,2622,0,8590,8591,2746,2748,8210,8211,2620,2622,43,8205,8210,2622,2624,0,8585,8590,2748,2750,8205,8210,2622,2624,43,8200,8201,8212,8213,0,8580,8581,8592,8593,8200,8201,8212,8213,43,8201,2697,2725,8212,0,8581,2823,2851,8592,8201,2697,2725,8212,43,8212,2725,2615,2618,0,8592,2851,2741,2744,8212,2725,2615,2618,43,8213,8212,2618,2620,0,8593,8592,2744,2746,8213,8212,2618,2620,43,8206,8214,8215,8211,0,8586,8594,8595,8591,8206,8214,8215,8211,43,8214,8186,8198,8215,0,8594,8566,8578,8595,8214,8186,8198,8215,43,8215,8198,8200,8213,0,8595,8578,8580,8593,8215,8198,8200,8213,43,8211,8215,8213,2620,0,8591,8595,8593,2746,8211,8215,8213,2620,43,8186,8214,8216,8187,0,8566,8594,8596,8567,8186,8214,8216,8187,43,8214,8206,8209,8216,0,8594,8586,8589,8596,8214,8206,8209,8216,43,8216,8209,8130,8217,0,8596,8589,8510,8597,8216,8209,8130,8217,43,8187,8216,8217,8188,0,8567,8596,8597,8568,8187,8216,8217,8188,43,8188,8217,8218,8219,0,8568,8597,8598,8599,8188,8217,8218,8219,43,8217,8130,8133,8218,0,8597,8510,8513,8598,8217,8130,8133,8218,43,8218,8133,8138,8220,0,8598,8513,8518,8600,8218,8133,8138,8220,43,8219,8218,8220,8221,0,8599,8598,8600,8601,8219,8218,8220,8221,43,8145,8222,8223,8146,0,8525,8602,8603,8526,8145,8222,8223,8146,43,8222,8221,8220,8223,0,8602,8601,8600,8603,8222,8221,8220,8223,43,8223,8220,8138,8181,0,8603,8600,8518,8561,8223,8220,8138,8181,43,8146,8223,8181,8147,0,8526,8603,8561,8527,8146,8223,8181,8147,43,8190,8189,8224,8225,0,8570,8569,8604,8605,8190,8189,8224,8225,43,8189,8188,8219,8224,0,8569,8568,8599,8604,8189,8188,8219,8224,43,8224,8219,8221,8222,0,8604,8599,8601,8602,8224,8219,8221,8222,43,8225,8224,8222,8145,0,8605,8604,8602,8525,8225,8224,8222,8145,43,8143,8226,8227,8144,0,8523,8606,8607,8524,8143,8226,8227,8144,43,8226,8196,8195,8227,0,8606,8576,8575,8607,8226,8196,8195,8227,43,8227,8195,8190,8225,0,8607,8575,8570,8605,8227,8195,8190,8225,43,8144,8227,8225,8145,0,8524,8607,8605,8525,8144,8227,8225,8145,43,8196,8226,8228,8229,0,8576,8606,8608,8609,8196,8226,8228,8229,43,8226,8143,8140,8228,0,8606,8523,8520,8608,8226,8143,8140,8228,43,8228,8140,8139,8230,0,8608,8520,8519,8610,8228,8140,8139,8230,43,8229,8228,8230,8231,0,8609,8608,8610,8611,8229,8228,8230,8231,43,8175,8232,8233,8179,0,8555,8612,8613,8559,8175,8232,8233,8179,43,8232,8234,8235,8233,0,8612,8614,8615,8613,8232,8234,8235,8233,43,8233,8235,8231,8230,0,8613,8615,8611,8610,8233,8235,8231,8230,43,8179,8233,8230,8139,0,8559,8613,8610,8519,8179,8233,8230,8139,43,8236,8237,8238,8239,0,8616,8617,8618,8619,8236,8237,8238,8239,43,8237,8111,8108,8238,0,8617,8491,8488,8618,8237,8111,8108,8238,43,2671,2703,8238,8108,0,2797,2829,8618,8488,2671,2703,8238,8108,43,8239,8238,2703,2702,0,8619,8618,2829,2828,8239,8238,2703,2702,43,8240,8241,8242,8243,0,8620,8621,8622,8623,8240,8241,8242,8243,43,8241,2714,2717,8242,0,8621,2840,2843,8622,8241,2714,2717,8242,43,8242,2717,2689,8203,0,8622,2843,2815,8583,8242,2717,2689,8203,43,8243,8242,8203,8191,0,8623,8622,8583,8571,8243,8242,8203,8191,43,8191,8194,8244,8243,0,8571,8574,8624,8623,8191,8194,8244,8243,43,8194,8196,8229,8244,0,8574,8576,8609,8624,8194,8196,8229,8244,43,8244,8229,8231,8245,0,8624,8609,8611,8625,8244,8229,8231,8245,43,8243,8244,8245,8240,0,8623,8624,8625,8620,8243,8244,8245,8240,43,8231,8235,8246,8245,0,8611,8615,8626,8625,8231,8235,8246,8245,43,8235,8234,8247,8246,0,8615,8614,8627,8626,8235,8234,8247,8246,43,8246,8247,8236,8248,0,8626,8627,8616,8628,8246,8247,8236,8248,43,8245,8246,8248,8240,0,8625,8626,8628,8620,8245,8246,8248,8240,43,8175,8174,8249,8232,0,8555,8554,8629,8612,8175,8174,8249,8232,43,8174,8173,8250,8249,0,8554,8553,8630,8629,8174,8173,8250,8249,43,8249,8250,8251,8252,0,8629,8630,8631,8632,8249,8250,8251,8252,43,8232,8249,8252,8234,0,8612,8629,8632,8614,8232,8249,8252,8234,43,8251,8250,8253,8254,0,8631,8630,8633,8634,8251,8250,8253,8254,43,8250,8173,8171,8253,0,8630,8553,8551,8633,8250,8173,8171,8253,43,8253,8171,8163,8166,0,8633,8551,8543,8546,8253,8171,8163,8166,43,8254,8253,8166,8159,0,8634,8633,8546,8539,8254,8253,8166,8159,43,8111,8255,8256,8112,0,8491,8635,8636,8492,8111,8255,8256,8112,43,8255,8251,8254,8256,0,8635,8631,8634,8636,8255,8251,8254,8256,43,8256,8254,8159,8162,0,8636,8634,8539,8542,8256,8254,8159,8162,43,8112,8256,8162,8113,0,8492,8636,8542,8493,8112,8256,8162,8113,43,8234,8252,8257,8247,0,8614,8632,8637,8627,8234,8252,8257,8247,43,8252,8251,8255,8257,0,8632,8631,8635,8637,8252,8251,8255,8257,43,8257,8255,8111,8237,0,8637,8635,8491,8617,8257,8255,8111,8237,43,8247,8257,8237,8236,0,8627,8637,8617,8616,8247,8257,8237,8236,43,8240,8248,8258,8241,0,8620,8628,8638,8621,8240,8248,8258,8241,43,8248,8236,8239,8258,0,8628,8616,8619,8638,8248,8236,8239,8258,43,8258,8239,2702,2715,0,8638,8619,2828,2841,8258,8239,2702,2715,43,8241,8258,2715,2714,0,8621,8638,2841,2840,8241,8258,2715,2714,43,8259,8260,8261,8262,0,8639,8640,8641,8642,8259,8260,8261,8262,43,8260,3630,8263,8261,0,8640,3757,8643,8641,8260,3630,8263,8261,43,8262,8261,8263,8264,0,8642,8641,8643,8644,8262,8261,8263,8264,43,8264,8265,8266,8267,0,8644,8645,8646,8647,8264,8265,8266,8267,43,8265,8268,8269,8266,0,8645,8648,8649,8646,8265,8268,8269,8266,43,8266,8269,8270,8271,0,8646,8649,8650,8651,8266,8269,8270,8271,43,8267,8266,8271,8272,0,8647,8646,8651,8652,8267,8266,8271,8272,43,8268,8273,8274,8275,0,8648,8653,8654,8655,8268,8273,8274,8275,43,8273,3630,3628,8274,0,8653,3757,3755,8654,8273,3630,3628,8274,43,8275,8274,3628,3619,0,8655,8654,3755,3746,8275,8274,3628,3619,43,8264,8263,8276,8265,0,8644,8643,8656,8645,8264,8263,8276,8265,43,8263,3630,8273,8276,0,8643,3757,8653,8656,8263,3630,8273,8276,43,8265,8276,8273,8268,0,8645,8656,8653,8648,8265,8276,8273,8268,43,8270,8269,8277,8278,0,8650,8649,8657,8658,8270,8269,8277,8278,43,8269,8268,8275,8277,0,8649,8648,8655,8657,8269,8268,8275,8277,43,8277,8275,3619,3616,0,8657,8655,3746,3743,8277,8275,3619,3616,43,8278,8277,3616,3615,0,8658,8657,3743,3742,8278,8277,3616,3615,43,8272,8271,8279,8280,0,8652,8651,8659,8660,8272,8271,8279,8280,43,8271,8270,8278,8279,0,8651,8650,8658,8659,8271,8270,8278,8279,43,8279,8278,3615,3618,0,8659,8658,3742,3745,8279,8278,3615,3618,43,8280,8279,3618,3529,0,8660,8659,3745,3656,8280,8279,3618,3529,43,8281,8282,8283,8284,0,8661,8662,8663,8664,8281,8282,8283,8284,43,8282,8285,8286,8283,0,8662,8665,8666,8663,8282,8285,8286,8283,43,8283,8286,8287,8288,0,8663,8666,8667,8668,8283,8286,8287,8288,43,8284,8283,8288,8289,0,8664,8663,8668,8669,8284,8283,8288,8289,43,8290,8291,8292,8293,0,8670,8671,8672,8673,8290,8291,8292,8293,43,8291,8294,8295,8292,0,8671,8674,8675,8672,8291,8294,8295,8292,43,8292,8295,8296,8297,0,8672,8675,8676,8677,8292,8295,8296,8297,43,8293,8292,8297,8298,0,8673,8672,8677,8678,8293,8292,8297,8298,43,8281,8299,8300,8282,0,8661,8679,8680,8662,8281,8299,8300,8282,43,8299,8301,8302,8300,0,8679,8681,8682,8680,8299,8301,8302,8300,43,8300,8302,8303,8304,0,8680,8682,8683,8684,8300,8302,8303,8304,43,8282,8300,8304,8285,0,8662,8680,8684,8665,8282,8300,8304,8285,43,8285,8304,8305,8306,0,8665,8684,8685,8686,8285,8304,8305,8306,43,8304,8303,8307,8305,0,8684,8683,8687,8685,8304,8303,8307,8305,43,8305,8307,8272,8308,0,8685,8687,8652,8688,8305,8307,8272,8308,43,8306,8305,8308,8309,0,8686,8685,8688,8689,8306,8305,8308,8309,43,8272,8307,8310,8267,0,8652,8687,8690,8647,8272,8307,8310,8267,43,8307,8303,8311,8310,0,8687,8683,8691,8690,8307,8303,8311,8310,43,8310,8311,8312,8313,0,8690,8691,8692,8693,8310,8311,8312,8313,43,8267,8310,8313,8264,0,8647,8690,8693,8644,8267,8310,8313,8264,43,8303,8302,8314,8311,0,8683,8682,8694,8691,8303,8302,8314,8311,43,8302,8301,8315,8314,0,8682,8681,8695,8694,8302,8301,8315,8314,43,8314,8315,8316,8317,0,8694,8695,8696,8697,8314,8315,8316,8317,43,8311,8314,8317,8312,0,8691,8694,8697,8692,8311,8314,8317,8312,43,8318,8319,8320,8321,0,8698,8699,8700,8701,8318,8319,8320,8321,43,8319,8316,8315,8320,0,8699,8696,8695,8700,8319,8316,8315,8320,43,8320,8315,8301,8299,0,8700,8695,8681,8679,8320,8315,8301,8299,43,8321,8320,8299,8281,0,8701,8700,8679,8661,8321,8320,8299,8281,43,8322,8323,8324,8325,0,8702,8703,8704,8705,8322,8323,8324,8325,43,8323,8326,8327,8324,0,8703,8706,8707,8704,8323,8326,8327,8324,43,8324,8327,8316,8319,0,8704,8707,8696,8699,8324,8327,8316,8319,43,8325,8324,8319,8318,0,8705,8704,8699,8698,8325,8324,8319,8318,43,8296,8328,8329,8297,0,8676,8708,8709,8677,8296,8328,8329,8297,43,8328,8322,8325,8329,0,8708,8702,8705,8709,8328,8322,8325,8329,43,8329,8325,8318,8330,0,8709,8705,8698,8710,8329,8325,8318,8330,43,8297,8329,8330,8298,0,8677,8709,8710,8678,8297,8329,8330,8298,43,8298,8330,8331,8332,0,8678,8710,8711,8712,8298,8330,8331,8332,43,8330,8318,8321,8331,0,8710,8698,8701,8711,8330,8318,8321,8331,43,8331,8321,8281,8284,0,8711,8701,8661,8664,8331,8321,8281,8284,43,8332,8331,8284,8289,0,8712,8711,8664,8669,8332,8331,8284,8289,43,8333,8334,8335,8336,0,8713,8714,8715,8716,8333,8334,8335,8336,43,8334,8337,8338,8335,0,8714,8717,8718,8715,8334,8337,8338,8335,43,8335,8338,8339,8340,0,8715,8718,8719,8720,8335,8338,8339,8340,43,8336,8335,8340,8341,0,8716,8715,8720,8721,8336,8335,8340,8341,43,8341,8340,8342,8343,0,8721,8720,8722,8723,8341,8340,8342,8343,43,8340,8339,8344,8342,0,8720,8719,8724,8722,8340,8339,8344,8342,43,8342,8344,8345,8346,0,8722,8724,8725,8726,8342,8344,8345,8346,43,8343,8342,8346,8347,0,8723,8722,8726,8727,8343,8342,8346,8347,43,8345,8344,8348,8349,0,8725,8724,8728,8729,8345,8344,8348,8349,43,8344,8339,8338,8348,0,8724,8719,8718,8728,8344,8339,8338,8348,43,8348,8338,8337,8350,0,8728,8718,8717,8730,8348,8338,8337,8350,43,8349,8348,8350,8351,0,8729,8728,8730,8731,8349,8348,8350,8351,43,8345,8349,8352,8353,0,8725,8729,8732,8733,8345,8349,8352,8353,43,8349,8351,8354,8352,0,8729,8731,8734,8732,8349,8351,8354,8352,43,8352,8354,3658,3657,0,8732,8734,3785,3784,8352,8354,3658,3657,43,8353,8352,3657,3656,0,8733,8732,3784,3783,8353,8352,3657,3656,43,8309,8308,8355,8356,0,8689,8688,8735,8736,8309,8308,8355,8356,43,8308,8272,8280,8355,0,8688,8652,8660,8735,8308,8272,8280,8355,43,8355,8280,3529,3587,0,8735,8660,3656,3714,8355,8280,3529,3587,43,8356,8355,3587,3585,0,8736,8735,3714,3712,8356,8355,3587,3585,43,8285,8306,8357,8286,0,8665,8686,8737,8666,8285,8306,8357,8286,43,8306,8309,8358,8357,0,8686,8689,8738,8737,8306,8309,8358,8357,43,8357,8358,8359,8360,0,8737,8738,8739,8740,8357,8358,8359,8360,43,8286,8357,8360,8287,0,8666,8737,8740,8667,8286,8357,8360,8287,43,3581,8361,8362,3584,0,3708,8741,8742,3711,3581,8361,8362,3584,43,8361,8359,8358,8362,0,8741,8739,8738,8742,8361,8359,8358,8362,43,8362,8358,8309,8356,0,8742,8738,8689,8736,8362,8358,8309,8356,43,3584,8362,8356,3585,0,3711,8742,8736,3712,3584,8362,8356,3585,43,3579,3685,8363,3580,0,3706,3812,8743,3707,3579,3685,8363,3580,43,3685,3658,8354,8363,0,3812,3785,8734,8743,3685,3658,8354,8363,43,8363,8354,8351,8364,0,8743,8734,8731,8744,8363,8354,8351,8364,43,3580,8363,8364,3581,0,3707,8743,8744,3708,3580,8363,8364,3581,43,8351,8350,8365,8364,0,8731,8730,8745,8744,8351,8350,8365,8364,43,8350,8337,8366,8365,0,8730,8717,8746,8745,8350,8337,8366,8365,43,8365,8366,8359,8361,0,8745,8746,8739,8741,8365,8366,8359,8361,43,8364,8365,8361,3581,0,8744,8745,8741,3708,8364,8365,8361,3581,43,8287,8360,8367,8368,0,8667,8740,8747,8748,8287,8360,8367,8368,43,8360,8359,8366,8367,0,8740,8739,8746,8747,8360,8359,8366,8367,43,8367,8366,8337,8334,0,8747,8746,8717,8714,8367,8366,8337,8334,43,8368,8367,8334,8333,0,8748,8747,8714,8713,8368,8367,8334,8333,43,8289,8288,8369,8370,0,8669,8668,8749,8750,8289,8288,8369,8370,43,8288,8287,8368,8369,0,8668,8667,8748,8749,8288,8287,8368,8369,43,8369,8368,8333,8371,0,8749,8748,8713,8751,8369,8368,8333,8371,43,8370,8369,8371,8372,0,8750,8749,8751,8752,8370,8369,8371,8372,43,8289,8370,8373,8332,0,8669,8750,8753,8712,8289,8370,8373,8332,43,8370,8372,8374,8373,0,8750,8752,8754,8753,8370,8372,8374,8373,43,8373,8374,8290,8293,0,8753,8754,8670,8673,8373,8374,8290,8293,43,8332,8373,8293,8298,0,8712,8753,8673,8678,8332,8373,8293,8298,43,8372,8371,8375,8374,0,8752,8751,8755,8754,8372,8371,8375,8374,43,8371,8333,8336,8375,0,8751,8713,8716,8755,8371,8333,8336,8375,43,8375,8336,8341,8376,0,8755,8716,8721,8756,8375,8336,8341,8376,43,8374,8375,8376,8290,0,8754,8755,8756,8670,8374,8375,8376,8290,43,8341,8343,8377,8376,0,8721,8723,8757,8756,8341,8343,8377,8376,43,8343,8347,8378,8377,0,8723,8727,8758,8757,8343,8347,8378,8377,43,8377,8378,8294,8291,0,8757,8758,8674,8671,8377,8378,8294,8291,43,8376,8377,8291,8290,0,8756,8757,8671,8670,8376,8377,8291,8290,43,8296,8295,8379,8380,0,8676,8675,8759,8760,8296,8295,8379,8380,43,8295,8294,8378,8379,0,8675,8674,8758,8759,8295,8294,8378,8379,43,8379,8378,8347,8381,0,8759,8758,8727,8761,8379,8378,8347,8381,43,8380,8379,8381,8382,0,8760,8759,8761,8762,8380,8379,8381,8382,43,8382,8383,8384,8380,0,8762,8763,8764,8760,8382,8383,8384,8380,43,8383,8385,8386,8384,0,8763,8765,8766,8764,8383,8385,8386,8384,43,8384,8386,8322,8328,0,8764,8766,8702,8708,8384,8386,8322,8328,43,8380,8384,8328,8296,0,8760,8764,8708,8676,8380,8384,8328,8296,43,3630,8260,8387,3659,0,3757,8640,8767,3786,3630,8260,8387,3659,43,8260,8259,8388,8387,0,8640,8639,8768,8767,8260,8259,8388,8387,43,8387,8388,8389,8390,0,8767,8768,8769,8770,8387,8388,8389,8390,43,3659,8387,8390,3661,0,3786,8767,8770,3788,3659,8387,8390,3661,43,3656,3679,8391,8353,0,3783,3806,8771,8733,3656,3679,8391,8353,43,3679,3675,8392,8391,0,3806,3802,8772,8771,3679,3675,8392,8391,43,8391,8392,8393,8394,0,8771,8772,8773,8774,8391,8392,8393,8394,43,8353,8391,8394,8345,0,8733,8771,8774,8725,8353,8391,8394,8345,43,8382,8381,8395,8396,0,8762,8761,8775,8776,8382,8381,8395,8396,43,8381,8347,8346,8395,0,8761,8727,8726,8775,8381,8347,8346,8395,43,8395,8346,8345,8394,0,8775,8726,8725,8774,8395,8346,8345,8394,43,8396,8395,8394,8393,0,8776,8775,8774,8773,8396,8395,8394,8393,43,8389,8397,8398,8399,0,8769,8777,8778,8779,8389,8397,8398,8399,43,8397,8385,8383,8398,0,8777,8765,8763,8778,8397,8385,8383,8398,43,8398,8383,8382,8396,0,8778,8763,8762,8776,8398,8383,8382,8396,43,8399,8398,8396,8393,0,8779,8778,8776,8773,8399,8398,8396,8393,43,8400,8401,8402,8403,0,8780,8781,8782,8783,8400,8401,8402,8403,43,8401,8326,8323,8402,0,8781,8706,8703,8782,8401,8326,8323,8402,43,8402,8323,8322,8386,0,8782,8703,8702,8766,8402,8323,8322,8386,43,8403,8402,8386,8385,0,8783,8782,8766,8765,8403,8402,8386,8385,43,8316,8327,8404,8317,0,8696,8707,8784,8697,8316,8327,8404,8317,43,8327,8326,8401,8404,0,8707,8706,8781,8784,8327,8326,8401,8404,43,8404,8401,8400,8405,0,8784,8781,8780,8785,8404,8401,8400,8405,43,8317,8404,8405,8312,0,8697,8784,8785,8692,8317,8404,8405,8312,43,8312,8405,8406,8313,0,8692,8785,8786,8693,8312,8405,8406,8313,43,8405,8400,8407,8406,0,8785,8780,8787,8786,8405,8400,8407,8406,43,8406,8407,8259,8262,0,8786,8787,8639,8642,8406,8407,8259,8262,43,8313,8406,8262,8264,0,8693,8786,8642,8644,8313,8406,8262,8264,43,8259,8407,8408,8388,0,8639,8787,8788,8768,8259,8407,8408,8388,43,8407,8400,8403,8408,0,8787,8780,8783,8788,8407,8400,8403,8408,43,8408,8403,8385,8397,0,8788,8783,8765,8777,8408,8403,8385,8397,43,8388,8408,8397,8389,0,8768,8788,8777,8769,8388,8408,8397,8389,43,3661,8390,8409,3673,0,3788,8770,8789,3800,3661,8390,8409,3673,43,8390,8389,8399,8409,0,8770,8769,8779,8789,8390,8389,8399,8409,43,8409,8399,8393,8392,0,8789,8779,8773,8772,8409,8399,8393,8392,43,3673,8409,8392,3675,0,3800,8789,8772,3802,3673,8409,8392,3675,43,8410,8411,8412,8413,0,8790,8791,8792,8793,8410,8411,8412,8413,43,8411,8414,8415,8412,0,8791,8794,8795,8792,8411,8414,8415,8412,43,8412,8415,8416,8417,0,8792,8795,8796,8797,8412,8415,8416,8417,43,8413,8412,8417,8418,0,8793,8792,8797,8798,8413,8412,8417,8418,43,8416,8419,8420,8417,0,8796,8799,8800,8797,8416,8419,8420,8417,43,8419,8421,8422,8420,0,8799,8801,8802,8800,8419,8421,8422,8420,43,8420,8422,8423,8424,0,8800,8802,8803,8804,8420,8422,8423,8424,43,8417,8420,8424,8418,0,8797,8800,8804,8798,8417,8420,8424,8418,43,8425,8426,8427,8428,0,8805,8806,8807,8808,8425,8426,8427,8428,43,8426,4180,4185,8427,0,8806,4307,4312,8807,8426,4180,4185,8427,43,8427,4185,4184,8429,0,8807,4312,4311,8809,8427,4185,4184,8429,43,8428,8427,8429,8430,0,8808,8807,8809,8810,8428,8427,8429,8430,43,8421,8431,8432,8422,0,8801,8811,8812,8802,8421,8431,8432,8422,43,8431,8425,8428,8432,0,8811,8805,8808,8812,8431,8425,8428,8432,43,8432,8428,8430,8433,0,8812,8808,8810,8813,8432,8428,8430,8433,43,8422,8432,8433,8423,0,8802,8812,8813,8803,8422,8432,8433,8423,43,8425,8434,8435,8426,0,8805,8814,8815,8806,8425,8434,8435,8426,43,8434,6826,6869,8435,0,8814,6956,6999,8815,8434,6826,6869,8435,43,8435,6869,4188,4191,0,8815,6999,4315,4318,8435,6869,4188,4191,43,8426,8435,4191,4180,0,8806,8815,4318,4307,8426,8435,4191,4180,43,8421,8436,8437,8431,0,8801,8816,8817,8811,8421,8436,8437,8431,43,8436,6828,6827,8437,0,8816,6958,6957,8817,8436,6828,6827,8437,43,8437,6827,6826,8434,0,8817,6957,6956,8814,8437,6827,6826,8434,43,8431,8437,8434,8425,0,8811,8817,8814,8805,8431,8437,8434,8425,43,8416,8438,8439,8419,0,8796,8818,8819,8799,8416,8438,8439,8419,43,8438,6926,6929,8439,0,8818,7056,7059,8819,8438,6926,6929,8439,43,8439,6929,6828,8436,0,8819,7059,6958,8816,8439,6929,6828,8436,43,8419,8439,8436,8421,0,8799,8819,8816,8801,8419,8439,8436,8421,43,8414,8440,8441,8415,0,8794,8820,8821,8795,8414,8440,8441,8415,43,8440,6920,6922,8441,0,8820,7050,7052,8821,8440,6920,6922,8441,43,8441,6922,6926,8438,0,8821,7052,7056,8818,8441,6922,6926,8438,43,8415,8441,8438,8416,0,8795,8821,8818,8796,8415,8441,8438,8416,43,4204,4203,8442,8443,0,4331,4330,8822,8823,4204,4203,8442,8443,43,4203,4202,6871,8442,0,4330,4329,7001,8822,4203,4202,6871,8442,43,8442,6871,6875,8444,0,8822,7001,7005,8824,8442,6871,6875,8444,43,8443,8442,8444,8445,0,8823,8822,8824,8825,8443,8442,8444,8445,43,8446,8447,8448,8449,0,8826,8827,8828,8829,8446,8447,8448,8449,43,8447,8445,8444,8448,0,8827,8825,8824,8828,8447,8445,8444,8448,43,8448,8444,6875,6949,0,8828,8824,7005,7079,8448,8444,6875,6949,43,8449,8448,6949,6912,0,8829,8828,7079,7042,8449,8448,6949,6912,43,8446,8449,8450,8451,0,8826,8829,8830,8831,8446,8449,8450,8451,43,8449,6912,6915,8450,0,8829,7042,7045,8830,8449,6912,6915,8450,43,8450,6915,6920,8440,0,8830,7045,7050,8820,8450,6915,6920,8440,43,8451,8450,8440,8414,0,8831,8830,8820,8794,8451,8450,8440,8414,43,8410,8452,8453,8411,0,8790,8832,8833,8791,8410,8452,8453,8411,43,8452,8454,8455,8453,0,8832,8834,8835,8833,8452,8454,8455,8453,43,8453,8455,8446,8451,0,8833,8835,8826,8831,8453,8455,8446,8451,43,8411,8453,8451,8414,0,8791,8833,8831,8794,8411,8453,8451,8414,43,4755,4754,8456,8457,0,4885,4884,8836,8837,4755,4754,8456,8457,43,4754,4206,4209,8456,0,4884,4333,4336,8836,4754,4206,4209,8456,43,8456,4209,4204,8443,0,8836,4336,4331,8823,8456,4209,4204,8443,43,8457,8456,8443,8445,0,8837,8836,8823,8825,8457,8456,8443,8445,43,8454,8458,8459,8455,0,8834,8838,8839,8835,8454,8458,8459,8455,43,8458,4755,8457,8459,0,8838,4885,8837,8839,8458,4755,8457,8459,43,8459,8457,8445,8447,0,8839,8837,8825,8827,8459,8457,8445,8447,43,8455,8459,8447,8446,0,8835,8839,8827,8826,8455,8459,8447,8446,43,4809,4807,8460,8461,0,4939,4937,8840,8841,4809,4807,8460,8461,43,4807,4803,8462,8460,0,4937,4933,8842,8840,4807,4803,8462,8460,43,8460,8462,8454,8452,0,8840,8842,8834,8832,8460,8462,8454,8452,43,8452,8410,8461,8460,0,8832,8790,8841,8840,8452,8410,8461,8460,43,4803,4806,8463,8462,0,4933,4936,8843,8842,4803,4806,8463,8462,43,4806,4755,8458,8463,0,4936,4885,8838,8843,4806,4755,8458,8463,43,8462,8463,8458,8454,0,8842,8843,8838,8834,8462,8463,8458,8454,43,4813,4811,8464,8465,0,4943,4941,8844,8845,4813,4811,8464,8465,43,4811,4809,8461,8464,0,4941,4939,8841,8844,4811,4809,8461,8464,43,8410,8413,8464,8461,0,8790,8793,8844,8841,8410,8413,8464,8461,43,8465,8464,8413,8418,0,8845,8844,8793,8798,8465,8464,8413,8418,43,4817,4815,8466,8467,0,4947,4945,8846,8847,4817,4815,8466,8467,43,4815,4813,8465,8466,0,4945,4943,8845,8846,4815,4813,8465,8466,43,8466,8465,8418,8424,0,8846,8845,8798,8804,8466,8465,8418,8424,43,8467,8466,8424,8423,0,8847,8846,8804,8803,8467,8466,8424,8423,43,4819,4822,8468,8469,0,4949,4952,8848,8849,4819,4822,8468,8469,43,4822,4817,8467,8468,0,4952,4947,8847,8848,4822,4817,8467,8468,43,8468,8467,8423,8433,0,8848,8847,8803,8813,8468,8467,8423,8433,43,8469,8468,8433,8430,0,8849,8848,8813,8810,8469,8468,8433,8430,43,4184,4823,8470,8429,0,4311,4953,8850,8809,4184,4823,8470,8429,43,4823,4819,8469,8470,0,4953,4949,8849,8850,4823,4819,8469,8470,43,8429,8470,8469,8430,0,8809,8850,8849,8810,8429,8470,8469,8430,43,8471,8472,8473,8474,0,8851,8852,8853,8854,8471,8472,8473,8474,43,8472,8475,8476,8473,0,8852,8855,8856,8853,8472,8475,8476,8473,43,8473,8476,8477,8478,0,8853,8856,8857,8858,8473,8476,8477,8478,43,8474,8473,8478,8479,0,8854,8853,8858,8859,8474,8473,8478,8479,43,8480,8481,8482,8483,0,8860,8861,8862,8863,8480,8481,8482,8483,43,8481,8484,8485,8482,0,8861,8864,8865,8862,8481,8484,8485,8482,43,8482,8485,8471,8474,0,8862,8865,8851,8854,8482,8485,8471,8474,43,8483,8482,8474,8479,0,8863,8862,8854,8859,8483,8482,8474,8479,43,4345,4344,8486,8487,0,4472,4471,8866,8867,4345,4344,8486,8487,43,4344,4341,8488,8486,0,4471,4468,8868,8866,4344,4341,8488,8486,43,8486,8488,8489,8490,0,8866,8868,8869,8870,8486,8488,8489,8490,43,8487,8486,8490,8491,0,8867,8866,8870,8871,8487,8486,8490,8491,43,8491,8490,8492,8493,0,8871,8870,8872,8873,8491,8490,8492,8493,43,8490,8489,8494,8492,0,8870,8869,8874,8872,8490,8489,8494,8492,43,8492,8494,8484,8481,0,8872,8874,8864,8861,8492,8494,8484,8481,43,8493,8492,8481,8480,0,8873,8872,8861,8860,8493,8492,8481,8480,43,4349,7641,8495,4350,0,4476,7884,8875,4477,4349,7641,8495,4350,43,7641,7599,8496,8495,0,7884,7842,8876,8875,7641,7599,8496,8495,43,8495,8496,8489,8488,0,8875,8876,8869,8868,8495,8496,8489,8488,43,4350,8495,8488,4341,0,4477,8875,8868,4468,4350,8495,8488,4341,43,7599,7596,8497,8496,0,7842,7839,8877,8876,7599,7596,8497,8496,43,7596,7595,8498,8497,0,7839,7838,8878,8877,7596,7595,8498,8497,43,8497,8498,8484,8494,0,8877,8878,8864,8874,8497,8498,8484,8494,43,8496,8497,8494,8489,0,8876,8877,8874,8869,8496,8497,8494,8489,43,7595,7700,8499,8498,0,7838,7944,8879,8878,7595,7700,8499,8498,43,7700,7699,8500,8499,0,7944,7943,8880,8879,7700,7699,8500,8499,43,8499,8500,8471,8485,0,8879,8880,8851,8865,8499,8500,8471,8485,43,8498,8499,8485,8484,0,8878,8879,8865,8864,8498,8499,8485,8484,43,7699,7698,8501,8500,0,7943,7942,8881,8880,7699,7698,8501,8500,43,7698,7693,8502,8501,0,7942,7937,8882,8881,7698,7693,8502,8501,43,8501,8502,8475,8472,0,8881,8882,8855,8852,8501,8502,8475,8472,43,8500,8501,8472,8471,0,8880,8881,8852,8851,8500,8501,8472,8471,43,7648,7647,8503,8504,0,7891,7890,8883,8884,7648,7647,8503,8504,43,7647,4363,4360,8503,0,7890,4490,4487,8883,7647,4363,4360,8503,43,8503,4360,4359,8505,0,8883,4487,4486,8885,8503,4360,4359,8505,43,8504,8503,8505,8506,0,8884,8883,8885,8886,8504,8503,8505,8506,43,7648,8504,8507,7723,0,7891,8884,8887,7967,7648,8504,8507,7723,43,8504,8506,8508,8507,0,8884,8886,8888,8887,8504,8506,8508,8507,43,8507,8508,8509,8510,0,8887,8888,8889,8890,8507,8508,8509,8510,43,7723,8507,8510,7691,0,7967,8887,8890,7935,7723,8507,8510,7691,43,7693,7692,8511,8502,0,7937,7936,8891,8882,7693,7692,8511,8502,43,7692,7691,8510,8511,0,7936,7935,8890,8891,7692,7691,8510,8511,43,8511,8510,8509,8512,0,8891,8890,8889,8892,8511,8510,8509,8512,43,8502,8511,8512,8475,0,8882,8891,8892,8855,8502,8511,8512,8475,43,8509,8513,8514,8512,0,8889,8893,8894,8892,8509,8513,8514,8512,43,8513,8515,8516,8514,0,8893,8895,8896,8894,8513,8515,8516,8514,43,8514,8516,8477,8476,0,8894,8896,8857,8856,8514,8516,8477,8476,43,8512,8514,8476,8475,0,8892,8894,8856,8855,8512,8514,8476,8475,43,4359,4370,8517,8505,0,4486,4497,8897,8885,4359,4370,8517,8505,43,4370,4369,5500,8517,0,4497,4496,5630,8897,4370,4369,5500,8517,43,8517,5500,5505,8518,0,8897,5630,5635,8898,8517,5500,5505,8518,43,8505,8517,8518,8506,0,8885,8897,8898,8886,8505,8517,8518,8506,43,8506,8518,8519,8508,0,8886,8898,8899,8888,8506,8518,8519,8508,43,8518,5505,8520,8519,0,8898,5635,8900,8899,8518,5505,8520,8519,43,8519,8520,8515,8513,0,8899,8900,8895,8893,8519,8520,8515,8513,43,8508,8519,8513,8509,0,8888,8899,8893,8889,8508,8519,8513,8509,43,8515,8521,8522,8516,0,8895,8901,8902,8896,8515,8521,8522,8516,43,8521,5555,5560,8522,0,8901,5685,5690,8902,8521,5555,5560,8522,43,8522,5560,5559,8523,0,8902,5690,5689,8903,8522,5560,5559,8523,43,8516,8522,8523,8477,0,8896,8902,8903,8857,8516,8522,8523,8477,43,5505,5556,8524,8520,0,5635,5686,8904,8900,5505,5556,8524,8520,43,5556,5555,8521,8524,0,5686,5685,8901,8904,5556,5555,8521,8524,43,8520,8524,8521,8515,0,8900,8904,8901,8895,8520,8524,8521,8515,43,8477,8523,8525,8478,0,8857,8903,8905,8858,8477,8523,8525,8478,43,8523,5559,5564,8525,0,8903,5689,5694,8905,8523,5559,5564,8525,43,8525,5564,5563,8526,0,8905,5694,5693,8906,8525,5564,5563,8526,43,8478,8525,8526,8479,0,8858,8905,8906,8859,8478,8525,8526,8479,43,8479,8526,8527,8483,0,8859,8906,8907,8863,8479,8526,8527,8483,43,8526,5563,5568,8527,0,8906,5693,5698,8907,8526,5563,5568,8527,43,8527,5568,5567,8528,0,8907,5698,5697,8908,8527,5568,5567,8528,43,8483,8527,8528,8480,0,8863,8907,8908,8860,8483,8527,8528,8480,43,8480,8528,8529,8493,0,8860,8908,8909,8873,8480,8528,8529,8493,43,8528,5567,5572,8529,0,8908,5697,5702,8909,8528,5567,5572,8529,43,8529,5572,5571,8530,0,8909,5702,5701,8910,8529,5572,5571,8530,43,8493,8529,8530,8491,0,8873,8909,8910,8871,8493,8529,8530,8491,43,5571,5573,8531,8530,0,5701,5703,8911,8910,5571,5573,8531,8530,43,5573,4345,8487,8531,0,5703,4472,8867,8911,5573,4345,8487,8531,43,8530,8531,8487,8491,0,8910,8911,8867,8871,8530,8531,8487,8491,43,8532,8533,8534,8535,0,8912,8913,8914,8915,8532,8533,8534,8535,43,8533,8536,8537,8534,0,8913,8916,8917,8914,8533,8536,8537,8534,43,8534,8537,4886,4891,0,8914,8917,5016,5021,8534,8537,4886,4891,43,8535,8534,4891,4890,0,8915,8914,5021,5020,8535,8534,4891,4890,43,4886,8537,8538,4887,0,5016,8917,8918,5017,4886,8537,8538,4887,43,8537,8536,8539,8538,0,8917,8916,8919,8918,8537,8536,8539,8538,43,8538,8539,8540,8541,0,8918,8919,8920,8921,8538,8539,8540,8541,43,4887,8538,8541,4888,0,5017,8918,8921,5018,4887,8538,8541,4888,43,5073,5083,8542,8543,0,5203,5213,8922,8923,5073,5083,8542,8543,43,5083,5067,5065,8542,0,5213,5197,5195,8922,5083,5067,5065,8542,43,8542,5065,5063,8544,0,8922,5195,5193,8924,8542,5065,5063,8544,43,8543,8542,8544,8545,0,8923,8922,8924,8925,8543,8542,8544,8545,43,4993,4992,8546,8547,0,5123,5122,8926,8927,4993,4992,8546,8547,43,4992,4988,8548,8546,0,5122,5118,8928,8926,4992,4988,8548,8546,43,8546,8548,8549,8550,0,8926,8928,8929,8930,8546,8548,8549,8550,43,8547,8546,8550,8551,0,8927,8926,8930,8931,8547,8546,8550,8551,43,8549,8548,8552,8553,0,8929,8928,8932,8933,8549,8548,8552,8553,43,8548,4988,4987,8552,0,8928,5118,5117,8932,8548,4988,4987,8552,43,8552,4987,4888,8541,0,8932,5117,5018,8921,8552,4987,4888,8541,43,8553,8552,8541,8540,0,8933,8932,8921,8920,8553,8552,8541,8540,43,8554,8555,8556,8557,0,8934,8935,8936,8937,8554,8555,8556,8557,43,8555,8532,8535,8556,0,8935,8912,8915,8936,8555,8532,8535,8556,43,8556,8535,4890,4917,0,8936,8915,5020,5047,8556,8535,4890,4917,43,8557,8556,4917,4916,0,8937,8936,5047,5046,8557,8556,4917,4916,43,8558,8559,8560,8561,0,8938,8939,8940,8941,8558,8559,8560,8561,43,8559,8554,8557,8560,0,8939,8934,8937,8940,8559,8554,8557,8560,43,8560,8557,4916,4919,0,8940,8937,5046,5049,8560,8557,4916,4919,43,8561,8560,4919,4918,0,8941,8940,5049,5048,8561,8560,4919,4918,43,8562,8563,8564,8565,0,8942,8943,8944,8945,8562,8563,8564,8565,43,8563,5059,5057,8564,0,8943,5189,5187,8944,8563,5059,5057,8564,43,8564,5057,4993,8547,0,8944,5187,5123,8927,8564,5057,4993,8547,43,8565,8564,8547,8551,0,8945,8944,8927,8931,8565,8564,8547,8551,43,5063,5061,8566,8544,0,5193,5191,8946,8924,5063,5061,8566,8544,43,5061,5059,8563,8566,0,5191,5189,8943,8946,5061,5059,8563,8566,43,8566,8563,8562,8567,0,8946,8943,8942,8947,8566,8563,8562,8567,43,8544,8566,8567,8545,0,8924,8946,8947,8925,8544,8566,8567,8545,43,8545,8568,8569,8543,0,8925,8948,8949,8923,8545,8568,8569,8543,43,8568,8558,8561,8569,0,8948,8938,8941,8949,8568,8558,8561,8569,43,8569,8561,4918,5074,0,8949,8941,5048,5204,8569,8561,4918,5074,43,8543,8569,5074,5073,0,8923,8949,5204,5203,8543,8569,5074,5073,43,8570,8571,8572,8573,0,8950,8951,8952,8953,8570,8571,8572,8573,43,8571,8574,8575,8572,0,8951,8954,8955,8952,8571,8574,8575,8572,43,8572,8575,8576,8577,0,8952,8955,8956,8957,8572,8575,8576,8577,43,8573,8572,8577,8578,0,8953,8952,8957,8958,8573,8572,8577,8578,43,8579,8580,8581,8582,0,8959,8960,8961,8962,8579,8580,8581,8582,43,8580,8583,8584,8581,0,8960,8963,8964,8961,8580,8583,8584,8581,43,8581,8584,8585,8586,0,8961,8964,8965,8966,8581,8584,8585,8586,43,8582,8581,8586,8587,0,8962,8961,8966,8967,8582,8581,8586,8587,43,8588,8589,8590,8591,0,8968,8969,8970,8971,8588,8589,8590,8591,43,8589,8592,8593,8590,0,8969,8972,8973,8970,8589,8592,8593,8590,43,8590,8593,8594,8595,0,8970,8973,8974,8975,8590,8593,8594,8595,43,8591,8590,8595,8596,0,8971,8970,8975,8976,8591,8590,8595,8596,43,8594,8593,8597,8598,0,8974,8973,8977,8978,8594,8593,8597,8598,43,8593,8592,8599,8597,0,8973,8972,8979,8977,8593,8592,8599,8597,43,8597,8599,8583,8580,0,8977,8979,8963,8960,8597,8599,8583,8580,43,8598,8597,8580,8579,0,8978,8977,8960,8959,8598,8597,8580,8579,43,8576,8575,8600,8601,0,8956,8955,8980,8981,8576,8575,8600,8601,43,8575,8574,8602,8600,0,8955,8954,8982,8980,8575,8574,8602,8600,43,8600,8602,8603,8604,0,8980,8982,8983,8984,8600,8602,8603,8604,43,8601,8600,8604,8605,0,8981,8980,8984,8985,8601,8600,8604,8605,43,8603,8606,8607,8604,0,8983,8986,8987,8984,8603,8606,8607,8604,43,8606,8588,8591,8607,0,8986,8968,8971,8987,8606,8588,8591,8607,43,8607,8591,8596,8608,0,8987,8971,8976,8988,8607,8591,8596,8608,43,8604,8607,8608,8605,0,8984,8987,8988,8985,8604,8607,8608,8605,43,8609,8610,8611,8612,0,8989,8990,8991,8992,8609,8610,8611,8612,43,8610,8570,8573,8611,0,8990,8950,8953,8991,8610,8570,8573,8611,43,8611,8573,8578,8613,0,8991,8953,8958,8993,8611,8573,8578,8613,43,8612,8611,8613,8614,0,8992,8991,8993,8994,8612,8611,8613,8614,43,8615,8616,8617,8618,0,8995,8996,8997,8998,8615,8616,8617,8618,43,8616,8609,8612,8617,0,8996,8989,8992,8997,8616,8609,8612,8617,43,8617,8612,8614,8619,0,8997,8992,8994,8999,8617,8612,8614,8619,43,8618,8617,8619,8620,0,8998,8997,8999,9000,8618,8617,8619,8620,43,8587,8586,8621,8622,0,8967,8966,9001,9002,8587,8586,8621,8622,43,8586,8585,8623,8621,0,8966,8965,9003,9001,8586,8585,8623,8621,43,8621,8623,8615,8618,0,9001,9003,8995,8998,8621,8623,8615,8618,43,8622,8621,8618,8620,0,9002,9001,8998,9000,8622,8621,8618,8620,43,8596,8595,8624,8625,0,8976,8975,9004,9005,8596,8595,8624,8625,43,8595,8594,8598,8624,0,8975,8974,8978,9004,8595,8594,8598,8624,43,8624,8598,8579,8582,0,9004,8978,8959,8962,8624,8598,8579,8582,43,8625,8624,8582,8587,0,9005,9004,8962,8967,8625,8624,8582,8587,43,8620,8626,8627,8622,0,9000,9006,9007,9002,8620,8626,8627,8622,43,8626,8605,8608,8627,0,9006,8985,8988,9007,8626,8605,8608,8627,43,8627,8608,8596,8625,0,9007,8988,8976,9005,8627,8608,8596,8625,43,8622,8627,8625,8587,0,9002,9007,9005,8967,8622,8627,8625,8587,43,8614,8613,8628,8619,0,8994,8993,9008,8999,8614,8613,8628,8619,43,8613,8578,8629,8628,0,8993,8958,9009,9008,8613,8578,8629,8628,43,8628,8629,8605,8626,0,9008,9009,8985,9006,8628,8629,8605,8626,43,8619,8628,8626,8620,0,8999,9008,9006,9000,8619,8628,8626,8620,43,8578,8577,8630,8629,0,8958,8957,9010,9009,8578,8577,8630,8629,43,8577,8576,8601,8630,0,8957,8956,8981,9010,8577,8576,8601,8630,43,8629,8630,8601,8605,0,9009,9010,8981,8985,8629,8630,8601,8605,43,8574,8631,8632,8602,0,8954,9011,9012,8982,8574,8631,8632,8602,43,8631,8633,8634,8632,0,9011,9013,9014,9012,8631,8633,8634,8632,43,8632,8634,8635,8636,0,9012,9014,9015,9016,8632,8634,8635,8636,43,8602,8632,8636,8603,0,8982,9012,9016,8983,8602,8632,8636,8603,43,8633,8637,8638,8634,0,9013,9017,9018,9014,8633,8637,8638,8634,43,8637,8540,8539,8638,0,9017,8920,8919,9018,8637,8540,8539,8638,43,8638,8539,8536,8639,0,9018,8919,8916,9019,8638,8539,8536,8639,43,8634,8638,8639,8635,0,9014,9018,9019,9015,8634,8638,8639,8635,43,8570,8640,8641,8571,0,8950,9020,9021,8951,8570,8640,8641,8571,43,8640,8642,8643,8641,0,9020,9022,9023,9021,8640,8642,8643,8641,43,8641,8643,8633,8631,0,9021,9023,9013,9011,8641,8643,8633,8631,43,8571,8641,8631,8574,0,8951,9021,9011,8954,8571,8641,8631,8574,43,8642,8644,8645,8643,0,9022,9024,9025,9023,8642,8644,8645,8643,43,8644,8549,8553,8645,0,9024,8929,8933,9025,8644,8549,8553,8645,43,8645,8553,8540,8637,0,9025,8933,8920,9017,8645,8553,8540,8637,43,8643,8645,8637,8633,0,9023,9025,9017,9013,8643,8645,8637,8633,43,8609,8646,8647,8610,0,8989,9026,9027,8990,8609,8646,8647,8610,43,8646,8648,8649,8647,0,9026,9028,9029,9027,8646,8648,8649,8647,43,8647,8649,8642,8640,0,9027,9029,9022,9020,8647,8649,8642,8640,43,8610,8647,8640,8570,0,8990,9027,9020,8950,8610,8647,8640,8570,43,8648,8650,8651,8649,0,9028,9030,9031,9029,8648,8650,8651,8649,43,8650,8551,8550,8651,0,9030,8931,8930,9031,8650,8551,8550,8651,43,8651,8550,8549,8644,0,9031,8930,8929,9024,8651,8550,8549,8644,43,8649,8651,8644,8642,0,9029,9031,9024,9022,8649,8651,8644,8642,43,8615,8652,8653,8616,0,8995,9032,9033,8996,8615,8652,8653,8616,43,8652,8654,8655,8653,0,9032,9034,9035,9033,8652,8654,8655,8653,43,8653,8655,8648,8646,0,9033,9035,9028,9026,8653,8655,8648,8646,43,8616,8653,8646,8609,0,8996,9033,9026,8989,8616,8653,8646,8609,43,8654,8656,8657,8655,0,9034,9036,9037,9035,8654,8656,8657,8655,43,8656,8562,8565,8657,0,9036,8942,8945,9037,8656,8562,8565,8657,43,8657,8565,8551,8650,0,9037,8945,8931,9030,8657,8565,8551,8650,43,8655,8657,8650,8648,0,9035,9037,9030,9028,8655,8657,8650,8648,43,8585,8658,8659,8623,0,8965,9038,9039,9003,8585,8658,8659,8623,43,8658,8660,8661,8659,0,9038,9040,9041,9039,8658,8660,8661,8659,43,8659,8661,8654,8652,0,9039,9041,9034,9032,8659,8661,8654,8652,43,8623,8659,8652,8615,0,9003,9039,9032,8995,8623,8659,8652,8615,43,8660,8662,8663,8661,0,9040,9042,9043,9041,8660,8662,8663,8661,43,8662,8545,8567,8663,0,9042,8925,8947,9043,8662,8545,8567,8663,43,8663,8567,8562,8656,0,9043,8947,8942,9036,8663,8567,8562,8656,43,8661,8663,8656,8654,0,9041,9043,9036,9034,8661,8663,8656,8654,43,8583,8664,8665,8584,0,8963,9044,9045,8964,8583,8664,8665,8584,43,8664,8666,8667,8665,0,9044,9046,9047,9045,8664,8666,8667,8665,43,8665,8667,8660,8658,0,9045,9047,9040,9038,8665,8667,8660,8658,43,8584,8665,8658,8585,0,8964,9045,9038,8965,8584,8665,8658,8585,43,8666,8668,8669,8667,0,9046,9048,9049,9047,8666,8668,8669,8667,43,8668,8558,8568,8669,0,9048,8938,8948,9049,8668,8558,8568,8669,43,8669,8568,8545,8662,0,9049,8948,8925,9042,8669,8568,8545,8662,43,8667,8669,8662,8660,0,9047,9049,9042,9040,8667,8669,8662,8660,43,8592,8670,8671,8599,0,8972,9050,9051,8979,8592,8670,8671,8599,43,8670,8672,8673,8671,0,9050,9052,9053,9051,8670,8672,8673,8671,43,8671,8673,8666,8664,0,9051,9053,9046,9044,8671,8673,8666,8664,43,8599,8671,8664,8583,0,8979,9051,9044,8963,8599,8671,8664,8583,43,8672,8674,8675,8673,0,9052,9054,9055,9053,8672,8674,8675,8673,43,8674,8554,8559,8675,0,9054,8934,8939,9055,8674,8554,8559,8675,43,8675,8559,8558,8668,0,9055,8939,8938,9048,8675,8559,8558,8668,43,8673,8675,8668,8666,0,9053,9055,9048,9046,8673,8675,8668,8666,43,8588,8676,8677,8589,0,8968,9056,9057,8969,8588,8676,8677,8589,43,8676,8678,8679,8677,0,9056,9058,9059,9057,8676,8678,8679,8677,43,8677,8679,8672,8670,0,9057,9059,9052,9050,8677,8679,8672,8670,43,8589,8677,8670,8592,0,8969,9057,9050,8972,8589,8677,8670,8592,43,8678,8680,8681,8679,0,9058,9060,9061,9059,8678,8680,8681,8679,43,8680,8532,8555,8681,0,9060,8912,8935,9061,8680,8532,8555,8681,43,8681,8555,8554,8674,0,9061,8935,8934,9054,8681,8555,8554,8674,43,8679,8681,8674,8672,0,9059,9061,9054,9052,8679,8681,8674,8672,43,8603,8636,8682,8606,0,8983,9016,9062,8986,8603,8636,8682,8606,43,8636,8635,8683,8682,0,9016,9015,9063,9062,8636,8635,8683,8682,43,8682,8683,8678,8676,0,9062,9063,9058,9056,8682,8683,8678,8676,43,8606,8682,8676,8588,0,8986,9062,9056,8968,8606,8682,8676,8588,43,8635,8639,8684,8683,0,9015,9019,9064,9063,8635,8639,8684,8683,43,8639,8536,8533,8684,0,9019,8916,8913,9064,8639,8536,8533,8684,43,8532,8680,8684,8533,0,8912,9060,9064,8913,8532,8680,8684,8533,43,8683,8684,8680,8678,0,9063,9064,9060,9058,8683,8684,8680,8678,43,5638,8685,8686,5641,0,5768,9065,9066,5771,5638,8685,8686,5641,43,8685,8687,8688,8686,0,9065,9067,9068,9066,8685,8687,8688,8686,43,8686,8688,8689,8690,0,9066,9068,9069,9070,8686,8688,8689,8690,43,5641,8686,8690,5642,0,5771,9066,9070,5772,5641,8686,8690,5642,43,8691,8692,8693,8694,0,9071,9072,9073,9074,8691,8692,8693,8694,43,8692,8687,8685,8693,0,9072,9067,9065,9073,8692,8687,8685,8693,43,8693,8685,5638,5635,0,9073,9065,5768,5765,8693,8685,5638,5635,43,8694,8693,5635,5634,0,9074,9073,5765,5764,8694,8693,5635,5634,43,5798,5803,8695,8696,0,5928,5933,9075,9076,5798,5803,8695,8696,43,5803,5802,5816,8695,0,5933,5932,5946,9075,5803,5802,5816,8695,43,8695,5816,5806,8697,0,9075,5946,5936,9077,8695,5816,5806,8697,43,8696,8695,8697,8698,0,9076,9075,9077,9078,8696,8695,8697,8698,43,8699,8700,8701,8702,0,9079,9080,9081,9082,8699,8700,8701,8702,43,8700,5728,5733,8701,0,9080,5858,5863,9081,8700,5728,5733,8701,43,8701,5733,5732,8703,0,9081,5863,5862,9083,8701,5733,5732,8703,43,8702,8701,8703,8704,0,9082,9081,9083,9084,8702,8701,8703,8704,43,5634,5729,8705,8694,0,5764,5859,9085,9074,5634,5729,8705,8694,43,5729,5728,8700,8705,0,5859,5858,9080,9085,5729,5728,8700,8705,43,8705,8700,8699,8706,0,9085,9080,9079,9086,8705,8700,8699,8706,43,8694,8705,8706,8691,0,9074,9085,9086,9071,8694,8705,8706,8691,43,5642,8690,8707,5662,0,5772,9070,9087,5792,5642,8690,8707,5662,43,8690,8689,8708,8707,0,9070,9069,9088,9087,8690,8689,8708,8707,43,8707,8708,8709,8710,0,9087,9088,9089,9090,8707,8708,8709,8710,43,5662,8707,8710,5664,0,5792,9087,9090,5794,5662,8707,8710,5664,43,5664,8710,8711,5670,0,5794,9090,9091,5800,5664,8710,8711,5670,43,8710,8709,8712,8711,0,9090,9089,9092,9091,8710,8709,8712,8711,43,8711,8712,8713,8714,0,9091,9092,9093,9094,8711,8712,8713,8714,43,5670,8711,8714,5671,0,5800,9091,9094,5801,5670,8711,8714,5671,43,5732,5795,8715,8703,0,5862,5925,9095,9083,5732,5795,8715,8703,43,5795,5794,8716,8715,0,5925,5924,9096,9095,5795,5794,8716,8715,43,8715,8716,8717,8718,0,9095,9096,9097,9098,8715,8716,8717,8718,43,8703,8715,8718,8704,0,9083,9095,9098,9084,8703,8715,8718,8704,43,8717,8716,8719,8720,0,9097,9096,9099,9100,8717,8716,8719,8720,43,8716,5794,5799,8719,0,9096,5924,5929,9099,8716,5794,5799,8719,43,8719,5799,5798,8696,0,9099,5929,5928,9076,8719,5799,5798,8696,43,8720,8719,8696,8698,0,9100,9099,9076,9078,8720,8719,8696,8698,43,5671,8714,8721,5804,0,5801,9094,9101,5934,5671,8714,8721,5804,43,8714,8713,8722,8721,0,9094,9093,9102,9101,8714,8713,8722,8721,43,8721,8722,8698,8697,0,9101,9102,9078,9077,8721,8722,8698,8697,43,5804,8721,8697,5806,0,5934,9101,9077,5936,5804,8721,8697,5806,43,8723,8724,8725,8726,0,9103,9104,9105,9106,8723,8724,8725,8726,43,8724,8727,8728,8725,0,9104,9107,9108,9105,8724,8727,8728,8725,43,8725,8728,8729,8730,0,9105,9108,9109,9110,8725,8728,8729,8730,43,8726,8725,8730,8731,0,9106,9105,9110,9111,8726,8725,8730,8731,43,8732,8733,8734,8735,0,9112,9113,9114,9115,8732,8733,8734,8735,43,8733,8736,8737,8734,0,9113,9116,9117,9114,8733,8736,8737,8734,43,8734,8737,8738,8739,0,9114,9117,9118,9119,8734,8737,8738,8739,43,8735,8734,8739,8740,0,9115,9114,9119,9120,8735,8734,8739,8740,43,8741,8742,8743,8744,0,9121,9122,9123,9124,8741,8742,8743,8744,43,8742,8745,8746,8743,0,9122,9125,9126,9123,8742,8745,8746,8743,43,8743,8746,8747,8748,0,9123,9126,9127,9128,8743,8746,8747,8748,43,8744,8743,8748,8749,0,9124,9123,9128,9129,8744,8743,8748,8749,43,8736,8750,8751,8737,0,9116,9130,9131,9117,8736,8750,8751,8737,43,8750,8745,8742,8751,0,9130,9125,9122,9131,8750,8745,8742,8751,43,8751,8742,8741,8752,0,9131,9122,9121,9132,8751,8742,8741,8752,43,8737,8751,8752,8738,0,9117,9131,9132,9118,8737,8751,8752,8738,43,8753,8754,8755,8756,0,9133,9134,9135,9136,8753,8754,8755,8756,43,8754,8727,8724,8755,0,9134,9107,9104,9135,8754,8727,8724,8755,43,8755,8724,8723,8757,0,9135,9104,9103,9137,8755,8724,8723,8757,43,8756,8755,8757,8758,0,9136,9135,9137,9138,8756,8755,8757,8758,43,8749,8748,8759,8760,0,9129,9128,9139,9140,8749,8748,8759,8760,43,8748,8747,8761,8759,0,9128,9127,9141,9139,8748,8747,8761,8759,43,8759,8761,8753,8756,0,9139,9141,9133,9136,8759,8761,8753,8756,43,8760,8759,8756,8758,0,9140,9139,9136,9138,8760,8759,8756,8758,43,8731,8730,8762,8763,0,9111,9110,9142,9143,8731,8730,8762,8763,43,8730,8729,8764,8762,0,9110,9109,9144,9142,8730,8729,8764,8762,43,8762,8764,8765,8766,0,9142,9144,9145,9146,8762,8764,8765,8766,43,8763,8762,8766,8767,0,9143,9142,9146,9147,8763,8762,8766,8767,43,8767,8766,8768,8769,0,9147,9146,9148,9149,8767,8766,8768,8769,43,8766,8765,8770,8768,0,9146,9145,9150,9148,8766,8765,8770,8768,43,8768,8770,8771,8772,0,9148,9150,9151,9152,8768,8770,8771,8772,43,8769,8768,8772,8773,0,9149,9148,9152,9153,8769,8768,8772,8773,43,8771,8774,8775,8772,0,9151,9154,9155,9152,8771,8774,8775,8772,43,8774,8732,8735,8775,0,9154,9112,9115,9155,8774,8732,8735,8775,43,8775,8735,8740,8776,0,9155,9115,9120,9156,8775,8735,8740,8776,43,8772,8775,8776,8773,0,9152,9155,9156,9153,8772,8775,8776,8773,43,8738,8752,8777,8739,0,9118,9132,9157,9119,8738,8752,8777,8739,43,8752,8741,8744,8777,0,9132,9121,9124,9157,8752,8741,8744,8777,43,8777,8744,8749,8778,0,9157,9124,9129,9158,8777,8744,8749,8778,43,8739,8777,8778,8740,0,9119,9157,9158,9120,8739,8777,8778,8740,43,8749,8760,8779,8778,0,9129,9140,9159,9158,8749,8760,8779,8778,43,8760,8758,8780,8779,0,9140,9138,9160,9159,8760,8758,8780,8779,43,8779,8780,8773,8776,0,9159,9160,9153,9156,8779,8780,8773,8776,43,8778,8779,8776,8740,0,9158,9159,9156,9120,8778,8779,8776,8740,43,8758,8781,8782,8780,0,9138,9161,9162,9160,8758,8781,8782,8780,43,8781,8731,8763,8782,0,9161,9111,9143,9162,8781,8731,8763,8782,43,8782,8763,8767,8769,0,9162,9143,9147,9149,8782,8763,8767,8769,43,8780,8782,8769,8773,0,9160,9162,9149,9153,8780,8782,8769,8773,43,8723,8726,8783,8757,0,9103,9106,9163,9137,8723,8726,8783,8757,43,8726,8731,8781,8783,0,9106,9111,9161,9163,8726,8731,8781,8783,43,8757,8783,8781,8758,0,9137,9163,9161,9138,8757,8783,8781,8758,43,8784,8785,8786,8787,0,9164,9165,9166,9167,8784,8785,8786,8787,43,8785,8788,8789,8786,0,9165,9168,9169,9166,8785,8788,8789,8786,43,8786,8789,8727,8754,0,9166,9169,9107,9134,8786,8789,8727,8754,43,8787,8786,8754,8753,0,9167,9166,9134,9133,8787,8786,8754,8753,43,8687,8692,8790,8791,0,9067,9072,9170,9171,8687,8692,8790,8791,43,8692,8691,8792,8790,0,9072,9071,9172,9170,8692,8691,8792,8790,43,8790,8792,8788,8785,0,9170,9172,9168,9165,8790,8792,8788,8785,43,8791,8790,8785,8784,0,9171,9170,9165,9164,8791,8790,8785,8784,43,8788,8793,8794,8789,0,9168,9173,9174,9169,8788,8793,8794,8789,43,8793,8795,8796,8794,0,9173,9175,9176,9174,8793,8795,8796,8794,43,8794,8796,8729,8728,0,9174,9176,9109,9108,8794,8796,8729,8728,43,8789,8794,8728,8727,0,9169,9174,9108,9107,8789,8794,8728,8727,43,8691,8706,8797,8792,0,9071,9086,9177,9172,8691,8706,8797,8792,43,8706,8699,8798,8797,0,9086,9079,9178,9177,8706,8699,8798,8797,43,8797,8798,8795,8793,0,9177,9178,9175,9173,8797,8798,8795,8793,43,8792,8797,8793,8788,0,9172,9177,9173,9168,8792,8797,8793,8788,43,8795,8799,8800,8796,0,9175,9179,9180,9176,8795,8799,8800,8796,43,8799,8801,8802,8800,0,9179,9181,9182,9180,8799,8801,8802,8800,43,8800,8802,8765,8764,0,9180,9182,9145,9144,8800,8802,8765,8764,43,8796,8800,8764,8729,0,9176,9180,9144,9109,8796,8800,8764,8729,43,8699,8702,8803,8798,0,9079,9082,9183,9178,8699,8702,8803,8798,43,8702,8704,8804,8803,0,9082,9084,9184,9183,8702,8704,8804,8803,43,8803,8804,8801,8799,0,9183,9184,9181,9179,8803,8804,8801,8799,43,8798,8803,8799,8795,0,9178,9183,9179,9175,8798,8803,8799,8795,43,8801,8805,8806,8802,0,9181,9185,9186,9182,8801,8805,8806,8802,43,8805,8807,8808,8806,0,9185,9187,9188,9186,8805,8807,8808,8806,43,8806,8808,8771,8770,0,9186,9188,9151,9150,8806,8808,8771,8770,43,8802,8806,8770,8765,0,9182,9186,9150,9145,8802,8806,8770,8765,43,8704,8718,8809,8804,0,9084,9098,9189,9184,8704,8718,8809,8804,43,8718,8717,8810,8809,0,9098,9097,9190,9189,8718,8717,8810,8809,43,8809,8810,8807,8805,0,9189,9190,9187,9185,8809,8810,8807,8805,43,8804,8809,8805,8801,0,9184,9189,9185,9181,8804,8809,8805,8801,43,8807,8811,8812,8808,0,9187,9191,9192,9188,8807,8811,8812,8808,43,8811,8813,8814,8812,0,9191,9193,9194,9192,8811,8813,8814,8812,43,8812,8814,8732,8774,0,9192,9194,9112,9154,8812,8814,8732,8774,43,8808,8812,8774,8771,0,9188,9192,9154,9151,8808,8812,8774,8771,43,8717,8720,8815,8810,0,9097,9100,9195,9190,8717,8720,8815,8810,43,8720,8698,8816,8815,0,9100,9078,9196,9195,8720,8698,8816,8815,43,8815,8816,8813,8811,0,9195,9196,9193,9191,8815,8816,8813,8811,43,8810,8815,8811,8807,0,9190,9195,9191,9187,8810,8815,8811,8807,43,8813,8817,8818,8814,0,9193,9197,9198,9194,8813,8817,8818,8814,43,8817,8819,8820,8818,0,9197,9199,9200,9198,8817,8819,8820,8818,43,8818,8820,8736,8733,0,9198,9200,9116,9113,8818,8820,8736,8733,43,8814,8818,8733,8732,0,9194,9198,9113,9112,8814,8818,8733,8732,43,8698,8722,8821,8816,0,9078,9102,9201,9196,8698,8722,8821,8816,43,8722,8713,8822,8821,0,9102,9093,9202,9201,8722,8713,8822,8821,43,8821,8822,8819,8817,0,9201,9202,9199,9197,8821,8822,8819,8817,43,8816,8821,8817,8813,0,9196,9201,9197,9193,8816,8821,8817,8813,43,8819,8823,8824,8820,0,9199,9203,9204,9200,8819,8823,8824,8820,43,8823,8825,8826,8824,0,9203,9205,9206,9204,8823,8825,8826,8824,43,8824,8826,8745,8750,0,9204,9206,9125,9130,8824,8826,8745,8750,43,8820,8824,8750,8736,0,9200,9204,9130,9116,8820,8824,8750,8736,43,8713,8712,8827,8822,0,9093,9092,9207,9202,8713,8712,8827,8822,43,8712,8709,8828,8827,0,9092,9089,9208,9207,8712,8709,8828,8827,43,8827,8828,8825,8823,0,9207,9208,9205,9203,8827,8828,8825,8823,43,8822,8827,8823,8819,0,9202,9207,9203,9199,8822,8827,8823,8819,43,8825,8829,8830,8826,0,9205,9209,9210,9206,8825,8829,8830,8826,43,8829,8831,8832,8830,0,9209,9211,9212,9210,8829,8831,8832,8830,43,8830,8832,8747,8746,0,9210,9212,9127,9126,8830,8832,8747,8746,43,8826,8830,8746,8745,0,9206,9210,9126,9125,8826,8830,8746,8745,43,8709,8708,8833,8828,0,9089,9088,9213,9208,8709,8708,8833,8828,43,8708,8689,8834,8833,0,9088,9069,9214,9213,8708,8689,8834,8833,43,8833,8834,8831,8829,0,9213,9214,9211,9209,8833,8834,8831,8829,43,8828,8833,8829,8825,0,9208,9213,9209,9205,8828,8833,8829,8825,43,8831,8835,8836,8832,0,9211,9215,9216,9212,8831,8835,8836,8832,43,8835,8784,8787,8836,0,9215,9164,9167,9216,8835,8784,8787,8836,43,8836,8787,8753,8761,0,9216,9167,9133,9141,8836,8787,8753,8761,43,8832,8836,8761,8747,0,9212,9216,9141,9127,8832,8836,8761,8747,43,8689,8688,8837,8834,0,9069,9068,9217,9214,8689,8688,8837,8834,43,8688,8687,8791,8837,0,9068,9067,9171,9217,8688,8687,8791,8837,43,8837,8791,8784,8835,0,9217,9171,9164,9215,8837,8791,8784,8835,43,8834,8837,8835,8831,0,9214,9217,9215,9211,8834,8837,8835,8831] -}; - -postMessage( model ); -close(); \ No newline at end of file +} diff --git a/examples/obj/lucy/Lucy100k_bin.js b/examples/obj/lucy/Lucy100k_bin.js index c7c646d9..4c455b84 100644 --- a/examples/obj/lucy/Lucy100k_bin.js +++ b/examples/obj/lucy/Lucy100k_bin.js @@ -1,15 +1,16 @@ -// Converted from: ../../examples/obj/lucy/lucy100k.obj -// vertices: 50002 -// faces: 100000 -// materials: 0 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "lucy100k.obj", + "generatedBy" : "OBJConverter", + "vertices" : 50002, + "faces" : 100000, + "normals" : 0, + "uvs" : 0, + "materials" : 0 + }, "materials": [ { "DbgColor" : 15658734, @@ -19,7 +20,4 @@ var model = { "buffers": "Lucy100k_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/lucy/Lucy100k_slim.js b/examples/obj/lucy/Lucy100k_slim.js index 18eab2bf..a1b80863 100644 --- a/examples/obj/lucy/Lucy100k_slim.js +++ b/examples/obj/lucy/Lucy100k_slim.js @@ -1,18 +1,17 @@ -// Converted from: ../../examples/obj/lucy/lucy100k.obj -// vertices: 50002 -// faces: 100000 -// normals: 0 -// colors: 0 -// uvs: 0 -// materials: 0 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 2, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "lucy100k.obj", + "generatedBy" : "OBJConverter", + "vertices" : 50002, + "faces" : 100000, + "normals" : 0, + "colors" : 0, + "uvs" : 0, + "materials" : 0 + }, "scale" : 100.000000, @@ -22,7 +21,7 @@ var model = { "DbgName" : "default" }], - "vertices": [-94500,-59908,-16370,-94071,-59917,-12374,-94003,-59027,-11917,-94192,-59913,-13337,-94129,-58631,-13167,-94414,-59901,-15485,-94293,-59094,-14421,-94402,-59002,-15464,-94497,-58126,-16795,-94393,-57368,-16029,-94355,-57540,-15496,-94150,-57253,-15322,-94277,-57359,-15111,-94191,-57306,-14480,-94258,-57608,-14574,-94153,-57492,-13569,-94006,-57332,-12266,-93863,-57261,-11914,-93941,-57390,-11689,-93842,-57424,-10884,-93625,-57238,-10146,-93257,-57085,-9793,-93529,-57209,-9178,-93331,-57179,-8132,-93062,-57064,-8558,-92833,-57002,-8109,-93724,-57359,-10098,-93479,-57291,-8228,-94030,-58002,-12321,-93924,-59915,-11251,-59104,-59913,-28758,-57526,-59921,-31249,-57623,-59491,-31383,-58822,-59146,-32368,-59112,-58400,-32630,-60085,-59909,-33319,-61285,-59908,-32747,-62879,-59902,-35498,-62338,-59898,-35084,-60814,-59191,-33939,-61202,-58003,-34244,-60420,-57728,-33328,-62086,-57612,-34022,-60642,-56931,-32608,-60739,-57517,-32896,-59791,-57611,-32322,-59180,-57620,-31810,-59440,-57487,-31836,-58332,-57446,-30897,-57555,-57504,-30298,-57398,-57630,-30413,-57846,-57771,-31445,-58200,-57621,-31001,-60481,-57612,-32852,-60631,-58414,-33826,-61260,-59912,-34244,-60661,-59894,-33769,-60077,-58082,-33388,-59380,-57795,-32713,-58960,-57831,-32425,-58800,-57753,-32159,-57903,-57903,-31657,-58991,-58024,-32530,-58626,-57938,-32241,-61360,-57605,-33484,-60651,-57831,-33791,-63485,-59908,-33929,-59491,-59907,-32849,-59225,-59921,-32180,-58619,-59933,-32134,-57166,-59922,-30142,-56752,-58167,-30762,-56570,-57901,-30590,-56327,-57839,-30375,-56852,-57748,-30593,-53427,-59908,-25620,-51639,-59909,-14702,-51459,-58638,-13318,-51680,-57629,-14144,-51524,-57591,-12730,-51402,-57742,-12661,-51883,-57483,-11800,-51160,-57875,-10707,-51331,-57856,-12072,-52079,-57364,-12358,-52128,-56546,-11405,-52728,-55615,-11714,-52494,-55915,-11193,-53321,-55279,-13072,-53306,-55618,-13781,-53689,-54630,-14904,-54035,-53593,-15168,-54562,-52565,-13427,-54804,-52286,-12524,-54606,-52825,-12246,-53889,-54207,-11621,-53665,-54637,-10823,-52944,-55330,-11407,-53475,-54766,-11663,-53517,-54770,-12374,-53805,-54295,-12262,-54203,-53585,-13497,-53566,-54982,-13424,-54269,-53440,-12393,-54467,-52929,-12893,-54307,-53257,-14307,-54666,-53499,-10010,-54890,-53436,-9458,-55134,-53979,-8036,-54787,-54381,-7950,-55809,-53683,-7686,-56390,-53287,-7615,-56775,-52775,-7835,-56544,-52471,-8585,-55867,-53105,-8389,-55895,-52131,-10114,-55822,-51777,-10438,-55163,-51334,-11454,-55031,-51903,-12160,-54844,-51875,-12874,-54707,-51233,-13852,-54695,-50921,-13138,-54754,-50675,-14066,-54908,-50547,-15389,-55124,-50007,-15647,-55236,-50491,-17493,-55557,-49350,-16607,-55828,-48962,-17045,-56107,-49490,-18843,-56228,-50064,-19956,-56861,-50346,-21489,-56353,-51198,-21349,-56619,-51401,-21933,-55533,-53314,-22050,-54862,-54206,-22054,-55495,-54562,-23283,-55932,-54394,-23689,-55889,-54864,-24464,-56157,-55104,-25695,-55466,-55810,-25336,-54820,-56128,-23932,-54765,-56695,-24859,-54619,-56975,-25043,-54064,-57432,-24488,-53825,-57563,-24421,-53795,-57471,-23608,-54497,-56756,-23998,-54074,-56856,-23143,-53894,-56634,-22442,-54251,-56017,-22557,-54166,-55091,-21716,-54452,-54957,-22114,-54199,-53907,-20636,-54306,-52915,-19365,-54142,-52718,-18173,-54082,-52751,-17634,-54492,-52019,-17816,-55143,-50849,-17921,-55613,-50119,-18324,-54758,-55789,-23293,-55191,-55187,-23480,-54907,-54643,-22563,-54643,-53742,-21235,-54635,-56281,-23578,-55586,-54973,-23948,-55242,-55607,-24194,-56702,-50017,-20908,-56757,-49377,-20419,-57144,-48799,-20636,-56543,-48141,-17937,-56242,-48609,-17835,-56911,-48148,-18976,-56800,-48427,-19154,-56950,-48698,-20026,-57736,-48989,-22167,-57619,-49547,-22330,-57312,-50129,-22144,-57518,-51724,-23597,-57076,-51443,-22646,-56600,-52308,-22649,-56974,-52440,-23265,-56570,-53822,-23897,-56417,-54506,-25051,-56585,-53492,-23451,-55478,-53765,-22411,-56202,-53082,-22712,-57028,-50761,-22086,-57465,-48986,-21590,-58148,-48603,-22658,-58339,-48059,-22505,-58959,-47503,-23508,-59164,-47708,-25140,-59352,-47671,-26278,-59585,-46934,-26222,-59491,-47770,-26792,-60028,-46757,-27257,-59877,-46605,-26816,-60555,-46167,-28041,-60354,-47239,-28039,-59775,-47795,-27287,-60181,-47857,-27884,-59485,-48803,-27121,-59672,-49071,-27373,-60293,-48848,-28096,-60518,-48423,-28388,-60813,-46259,-28713,-60967,-48808,-29136,-60799,-48492,-28857,-61487,-49735,-30118,-61622,-48533,-30105,-61909,-49210,-30699,-62209,-50615,-31654,-61897,-50391,-31102,-62007,-50957,-31555,-62132,-51462,-32052,-61768,-52201,-31997,-61215,-52790,-31630,-60456,-53762,-31163,-59512,-53952,-29980,-58832,-54267,-29366,-58802,-54849,-29824,-59239,-55302,-30645,-59990,-56569,-31909,-60103,-57462,-32371,-61875,-56122,-33303,-61153,-55642,-32526,-60576,-54897,-31769,-60072,-54616,-31222,-59547,-54440,-30436,-59845,-54979,-31147,-59606,-55696,-31131,-60325,-55720,-31822,-60628,-56113,-32299,-62694,-50510,-32199,-62895,-48951,-31871,-63259,-50391,-32722,-63907,-50598,-33309,-65107,-49469,-33668,-65773,-50278,-34150,-66318,-49705,-34194,-67858,-48747,-34236,-67764,-49483,-34485,-68711,-49442,-34627,-69206,-48775,-34444,-66993,-48099,-33863,-67993,-47686,-33904,-68283,-47053,-33767,-67686,-45465,-33411,-66697,-44901,-33121,-65952,-45463,-33005,-66565,-46091,-33239,-67421,-45835,-33409,-67425,-46753,-33555,-66906,-47370,-33568,-66283,-46937,-33310,-63661,-47518,-32200,-63589,-48884,-32501,-65425,-46627,-32982,-66639,-47582,-33577,-66036,-47704,-33461,-66119,-48281,-33710,-66307,-49024,-34005,-65566,-49118,-33783,-64861,-48483,-33267,-65287,-47978,-33300,-62385,-48980,-31291,-62039,-48498,-30709,-59298,-48569,-26800,-59020,-49583,-26617,-58877,-50249,-26485,-58601,-50521,-25697,-58638,-51419,-26313,-58295,-52229,-25935,-57879,-53562,-26429,-58308,-53254,-26809,-58048,-53941,-27599,-58614,-53446,-27829,-58038,-54491,-28498,-58633,-53873,-28556,-59233,-53715,-29328,-59012,-53347,-28498,-59795,-52694,-29114,-60720,-52162,-30263,-60892,-51482,-29911,-60548,-52702,-30585,-60168,-53484,-30566,-58236,-54894,-29191,-58566,-55416,-29943,-58437,-55931,-30175,-57782,-55596,-29354,-57545,-56362,-29635,-57481,-57101,-29996,-58132,-56658,-30230,-58694,-57149,-31022,-56981,-56762,-29386,-56066,-57588,-29040,-56877,-55916,-28560,-57588,-55106,-28615,-56460,-55525,-27371,-57392,-54979,-28186,-57154,-54847,-27574,-57056,-54559,-26779,-55940,-55579,-26232,-55399,-56747,-26850,-56164,-55889,-27310,-55629,-56841,-27524,-56088,-56623,-28113,-56222,-57479,-28996,-56779,-56416,-28922,-60052,-52612,-29537,-59835,-53208,-29795,-59239,-52842,-27996,-59512,-52384,-27907,-60188,-51747,-28738,-58344,-50909,-25136,-58044,-51316,-24578,-57693,-52311,-24544,-57207,-52648,-23813,-57881,-50812,-23662,-58128,-50296,-23933,-58108,-49382,-23151,-58407,-49346,-24089,-58406,-48508,-23181,-58578,-49547,-24926,-58696,-48378,-23992,-58782,-49528,-25712,-58994,-49129,-26334,-58905,-48698,-25414,-59176,-48480,-26486,-57882,-50382,-23335,-57524,-50752,-22875,-59605,-50202,-27519,-59839,-50563,-27930,-59832,-51672,-28109,-59834,-46384,-26421,-60495,-44833,-26583,-61042,-43596,-26918,-60871,-44329,-27415,-61312,-43682,-28119,-61730,-43234,-28840,-61183,-44564,-28633,-60947,-44859,-28251,-60532,-45760,-27768,-60435,-45337,-27134,-59702,-46465,-25822,-59442,-46959,-25063,-57955,-47771,-21207,-57896,-48224,-21697,-58425,-47261,-21677,-59128,-46604,-22466,-58734,-47446,-22710,-59215,-46631,-22822,-59315,-46884,-23783,-59619,-46279,-23857,-59478,-46736,-24409,-59766,-46185,-25043,-60303,-45064,-26048,-57379,-47965,-19972,-57607,-46863,-18505,-58128,-46259,-18721,-57978,-46105,-17768,-57854,-45951,-16683,-58151,-45349,-15539,-57365,-46475,-15945,-57545,-46157,-15243,-57867,-45732,-14883,-57652,-46125,-13694,-57055,-46873,-13307,-57767,-46109,-12892,-58442,-45506,-12200,-58098,-46310,-10939,-57860,-46934,-10129,-57610,-46722,-11214,-57405,-47109,-10751,-56839,-47558,-11226,-56208,-48728,-10712,-56286,-48329,-11221,-55693,-49177,-11378,-55233,-50167,-11464,-55475,-50253,-10710,-55467,-50760,-10658,-55266,-50660,-11010,-55012,-50836,-11628,-54731,-51005,-12607,-54910,-50166,-12904,-54919,-50549,-12158,-55235,-49539,-12416,-56162,-48329,-11650,-56418,-47781,-12067,-55469,-49288,-11977,-54906,-51449,-12234,-57810,-46290,-11991,-56985,-47213,-11716,-56924,-47134,-12362,-56436,-47630,-12944,-55694,-48639,-14127,-55673,-48929,-16166,-55817,-48506,-14918,-56130,-48033,-14503,-56894,-47023,-14773,-56581,-47479,-15388,-56873,-47159,-16136,-57302,-46920,-17562,-56337,-48052,-16930,-56056,-48242,-15804,-55807,-48629,-15898,-55988,-48567,-16830,-57176,-46871,-16759,-56246,-47923,-12599,-55557,-48921,-13046,-55074,-49761,-13972,-54873,-50178,-13561,-55167,-49536,-13225,-55444,-49124,-14629,-54918,-50219,-14482,-55081,-49852,-14696,-57068,-46802,-14364,-58682,-44793,-13559,-58708,-44520,-14143,-58640,-44548,-14644,-58578,-44769,-15890,-58266,-45287,-16186,-58694,-44953,-17252,-58551,-45515,-18301,-58568,-45916,-19330,-59050,-44828,-18287,-59968,-44634,-20915,-60190,-44431,-21400,-60379,-44198,-21805,-60930,-43338,-22622,-60497,-44489,-24026,-61032,-43295,-24445,-61026,-43259,-23598,-61309,-42391,-22413,-61314,-41920,-21543,-61092,-41707,-21266,-60535,-41440,-21328,-60695,-41169,-21340,-60719,-40426,-21587,-60714,-40148,-22238,-60552,-40063,-22671,-61604,-38642,-23222,-61507,-37304,-22862,-61634,-37010,-22982,-61762,-36990,-23483,-61769,-37098,-24425,-61323,-36697,-24456,-61058,-36432,-24997,-59969,-35929,-24615,-59704,-36028,-24054,-58631,-36024,-23144,-58689,-35991,-22804,-58216,-35429,-22760,-57213,-34910,-23072,-56106,-34183,-23285,-56496,-33720,-22938,-56093,-33285,-23239,-56030,-32799,-23400,-56252,-32365,-23279,-57067,-33011,-22595,-56983,-31932,-22496,-56617,-30942,-23077,-56904,-30671,-23806,-57387,-29719,-24455,-57061,-29347,-24590,-56939,-27610,-25585,-57216,-27795,-25505,-58004,-27261,-25956,-57375,-27167,-25853,-58273,-26966,-26085,-57713,-23985,-27420,-57665,-23418,-27742,-57781,-22219,-28484,-58289,-22240,-27901,-58195,-22913,-27495,-58083,-21623,-26785,-58173,-22431,-26468,-58039,-20709,-26599,-58136,-20744,-27561,-58093,-19942,-27045,-58060,-19340,-26925,-57862,-18118,-26511,-58011,-18156,-27038,-58075,-16834,-26177,-59518,-17070,-26206,-60180,-17175,-26076,-60027,-17732,-25861,-60201,-17502,-25791,-59890,-17850,-25017,-59427,-17743,-24599,-59501,-17101,-24875,-58565,-17651,-23601,-58113,-16905,-23266,-58278,-17741,-23210,-57743,-17126,-22648,-58076,-18095,-21747,-58362,-18944,-21952,-59185,-19294,-21363,-58988,-19367,-21449,-58530,-18882,-21625,-57989,-18093,-22304,-58435,-16945,-26067,-58654,-15751,-26432,-59348,-15479,-26589,-60827,-15763,-26233,-61002,-14973,-26470,-60921,-15279,-26195,-60563,-16042,-26413,-59893,-16779,-26286,-59558,-16456,-26368,-59940,-15644,-26594,-61212,-14120,-26489,-60970,-13454,-25885,-61080,-13080,-25653,-61768,-13090,-25732,-60517,-12750,-25343,-61014,-11623,-24875,-60282,-10774,-24918,-59835,-10451,-24865,-59757,-9764,-24719,-60127,-8440,-24404,-60204,-9979,-24757,-60417,-9448,-24547,-60590,-8316,-24142,-60910,-7970,-23790,-61952,-8087,-23351,-62392,-8241,-23341,-62640,-9208,-23766,-63344,-9723,-24084,-62086,-10176,-24139,-61673,-10066,-24183,-61319,-10151,-24349,-62348,-11360,-24568,-62860,-10662,-24342,-62292,-9946,-24035,-61876,-8805,-23605,-61613,-9342,-23920,-61410,-8703,-23737,-61683,-7236,-23188,-61121,-7681,-23555,-61408,-6237,-22963,-60873,-6226,-23274,-60137,-6028,-23903,-59508,-4642,-23821,-59344,-3409,-23591,-59223,-4190,-23705,-58840,-3003,-23424,-59235,-1470,-23132,-58969,-2134,-23273,-58221,-367,-22557,-58615,539,-22498,-59044,298,-22550,-59530,-81,-22442,-60245,-926,-22004,-60339,-2983,-22855,-61824,-3108,-21717,-62329,-3365,-21687,-62649,-2950,-21511,-62993,-2712,-21469,-63267,-1628,-21152,-63721,-1724,-21597,-63629,-1641,-22541,-63267,-1320,-23470,-63299,-474,-23070,-63046,160,-23857,-63165,-359,-24129,-63246,285,-24111,-63058,618,-23880,-63077,1284,-22753,-63245,1071,-23885,-63135,1563,-23748,-63299,3183,-23293,-62954,4623,-22961,-63517,6532,-22303,-63852,6602,-22116,-64508,5867,-21958,-64825,6472,-21416,-65050,5568,-21730,-65368,6871,-20935,-65972,6577,-21489,-66047,6265,-22019,-66074,7373,-21266,-66101,8081,-21144,-66020,8856,-21223,-66089,10103,-20101,-66091,11195,-19900,-66118,12152,-20773,-66129,11300,-21556,-66190,10461,-22300,-66094,10308,-21309,-66040,9380,-21507,-66090,10165,-20942,-66099,11087,-21395,-66124,11279,-20590,-65838,7170,-20927,-65746,8356,-20262,-65259,8496,-20113,-64941,9387,-19904,-64557,8922,-20569,-64858,8033,-20554,-64975,7592,-20673,-65449,7550,-20556,-64312,7180,-21537,-63919,7724,-21612,-63196,8244,-21710,-62900,8026,-21836,-62646,8063,-21734,-62447,7943,-21435,-62596,7440,-20872,-62710,8102,-20341,-62439,8695,-20760,-63736,9061,-21229,-62864,9278,-21381,-64405,8100,-21043,-66008,7798,-20811,-66047,8511,-20591,-66088,8650,-20764,-65923,10387,-19626,-66012,12503,-18897,-65688,13578,-18138,-65374,13657,-18048,-65407,14523,-17664,-65547,15309,-17314,-65437,16425,-16787,-65383,17952,-16019,-64516,19308,-15540,-64432,20184,-15123,-63396,19052,-16720,-63135,19100,-16859,-63009,18285,-17381,-62461,18275,-17434,-62180,18481,-16987,-62611,18893,-17115,-62745,19502,-16738,-62594,20422,-16273,-62281,19859,-16508,-63014,22060,-15201,-63410,21902,-14996,-63999,22914,-13918,-64603,22534,-13705,-64842,22680,-13548,-64749,21184,-14371,-65592,21443,-14375,-66025,21968,-15318,-65956,21352,-15424,-66111,20980,-16101,-66277,20806,-16419,-67532,19163,-17234,-67361,18144,-17976,-67097,18556,-17869,-66995,17320,-18725,-66841,17474,-18660,-66685,16695,-19182,-66590,15582,-19895,-66528,14596,-20489,-66472,13623,-21045,-66280,12344,-21558,-66759,12356,-21845,-67034,11223,-22471,-67267,10229,-22995,-67020,9603,-23413,-67143,9079,-23695,-67166,7978,-24273,-66909,7252,-24716,-66415,7993,-24074,-66699,9053,-23688,-66549,10339,-22901,-66334,11489,-22041,-66211,9011,-23178,-66081,9191,-22647,-66075,8504,-23021,-65981,8461,-22540,-66043,9470,-22066,-66100,10075,-22217,-66820,7852,-24374,-66862,10408,-22937,-66375,10294,-22770,-66522,11516,-22231,-66482,12687,-21580,-66201,12537,-21263,-67204,11956,-21983,-67294,12880,-21397,-67073,13526,-21116,-67180,14731,-20283,-67730,15497,-19328,-67980,15414,-19157,-68055,16335,-18504,-68308,16889,-17862,-68753,15487,-18101,-68866,16394,-17498,-70216,14758,-17050,-70396,13428,-17484,-72215,10754,-18603,-72602,9889,-19442,-72821,9363,-20035,-72938,12032,-20248,-73219,11240,-20704,-73119,10511,-20709,-73134,10023,-20793,-73076,9752,-20694,-72608,9128,-19414,-71820,8744,-18780,-71497,9469,-18571,-71214,11132,-18024,-71544,11018,-18047,-71588,11693,-17848,-71989,11814,-18133,-72261,9909,-18766,-71748,9826,-18455,-71868,11477,-18065,-72008,10149,-18479,-72864,9989,-20247,-72666,11795,-19916,-72537,8473,-19272,-72341,11024,-18816,-72466,10975,-19153,-73003,13266,-20069,-73265,13954,-19726,-73550,13797,-19684,-75857,12516,-18809,-75472,12477,-19125,-74936,11637,-20287,-75969,10922,-19927,-77266,9845,-19790,-78059,8472,-20530,-77865,9325,-20095,-77510,9208,-20050,-77371,8363,-20556,-77164,6812,-21667,-77164,5732,-22331,-77596,5699,-22269,-78395,5530,-22547,-78534,4434,-23055,-78935,3163,-23308,-79257,2449,-22874,-79155,2751,-22319,-79202,1663,-22688,-78838,892,-21361,-78814,-542,-21588,-78838,-1787,-22793,-78940,-2429,-23798,-78818,-2957,-23347,-78693,-4128,-23029,-78783,-6740,-23511,-79030,-7975,-23694,-78595,-9144,-24183,-78605,-10042,-24601,-78739,-10507,-24806,-78108,-12672,-26184,-77950,-12128,-26078,-77085,-14291,-27756,-76971,-15522,-27862,-77292,-15295,-27484,-77622,-15427,-27409,-78035,-15099,-27277,-78450,-15245,-27601,-77857,-15872,-27592,-78094,-15977,-27800,-78534,-16010,-28395,-78797,-16461,-29082,-78373,-17859,-29989,-78555,-18026,-30230,-78979,-18240,-30558,-77520,-20153,-31393,-77236,-20844,-31698,-77099,-21559,-31324,-77004,-21627,-30752,-76713,-22382,-30668,-76941,-21269,-29897,-76051,-20602,-28959,-76529,-19491,-28827,-76149,-19514,-28943,-75126,-20131,-30075,-73977,-21132,-31196,-72351,-22371,-32045,-71759,-21985,-32208,-71544,-22659,-32192,-71003,-22492,-32081,-70884,-22261,-31801,-71318,-21033,-31190,-71932,-20418,-30422,-72450,-19271,-30730,-72697,-18713,-31348,-72722,-18876,-31942,-73251,-18309,-31958,-74044,-17898,-31801,-74687,-16618,-31419,-75250,-16300,-31050,-76318,-15695,-29990,-76440,-14455,-29953,-76652,-14870,-29385,-76906,-13164,-29524,-77243,-11820,-29064,-77524,-11058,-28234,-77728,-10600,-27341,-77485,-11751,-27605,-77627,-11466,-26768,-77467,-12327,-27111,-77238,-13224,-27636,-77278,-12704,-27857,-77681,-11820,-26424,-77724,-10941,-26077,-78041,-9683,-24993,-78301,-8990,-24402,-78339,-7982,-24384,-78418,-6827,-24352,-78653,-7681,-23819,-78567,-6636,-23793,-78673,-8509,-23984,-78468,-7720,-24071,-78335,-9709,-24609,-78396,-11046,-25180,-78158,-11684,-25648,-78541,-11890,-25572,-77731,-9658,-28492,-77475,-10377,-29109,-77253,-9296,-29510,-76787,-9385,-29629,-76546,-10517,-29968,-77069,-10513,-29838,-76892,-11650,-29983,-75026,-11758,-28588,-74741,-12455,-28441,-75029,-11808,-27756,-74932,-12213,-27213,-74822,-12303,-26901,-74180,-12686,-26258,-74654,-12427,-26645,-74949,-10573,-26121,-75441,-10142,-26990,-75219,-9094,-26115,-75168,-8415,-25910,-75289,-7652,-25980,-75065,-6935,-25575,-74655,-7269,-25065,-74263,-6918,-24603,-74020,-6468,-24351,-73639,-7327,-23891,-73596,-8347,-24028,-72185,-7362,-22858,-72641,-7390,-22984,-72565,-5117,-22199,-72856,-5456,-22566,-73155,-5213,-22807,-73505,-5934,-23481,-72949,-6209,-22919,-73344,-7112,-23494,-73099,-8055,-23467,-72295,-6464,-22602,-72525,-6104,-22580,-72569,-8054,-23121,-71426,-6065,-22672,-70274,-5984,-23791,-70302,-6641,-23676,-70242,-7450,-23642,-70559,-8250,-23316,-70435,-9396,-23534,-70811,-9362,-23395,-70214,-10997,-23975,-69829,-10953,-24160,-69418,-11887,-24539,-68983,-11167,-25083,-68712,-11197,-25679,-69076,-7763,-25830,-69125,-6392,-26592,-69162,-5694,-26529,-68843,-5453,-27503,-68719,-4497,-27821,-68904,-4234,-27221,-69177,-4661,-26439,-69475,-5451,-25328,-69268,-5956,-26063,-69357,-4574,-25794,-69329,-3636,-25671,-69757,-2373,-24182,-70448,-2141,-22943,-70958,-2277,-22571,-71924,-1092,-21536,-72247,-1917,-21494,-72291,-2600,-21600,-72622,-244,-20941,-73907,-1017,-21688,-73983,-364,-22859,-74406,2045,-23455,-74630,3451,-23639,-74331,3859,-23155,-74827,6466,-23213,-75001,5407,-23640,-69646,-901,-24335,-69263,-863,-25411,-69371,-2624,-25419,-69151,-3066,-26270,-68913,-3454,-27205,-68444,-3401,-27890,-68084,-2663,-28149,-68459,-2454,-27571,-67927,-1808,-28062,-67012,284,-28206,-66487,915,-28075,-66401,2039,-27444,-66196,2829,-26971,-66040,4540,-25785,-65800,5171,-24379,-65899,5076,-24922,-66134,6171,-24813,-66023,6035,-24527,-66516,7445,-24516,-66278,7168,-24398,-66197,7803,-23765,-67409,7272,-24496,-68207,5056,-24587,-67720,3409,-26169,-67760,4436,-25617,-67477,4463,-25883,-66863,4021,-26444,-66268,5802,-25346,-66250,5104,-25761,-66882,5784,-25497,-66567,5166,-25903,-66919,4939,-25965,-67661,5766,-24960,-67277,5213,-25589,-67606,6445,-24678,-67163,6185,-25121,-67436,9155,-23525,-67639,8952,-23466,-68413,10030,-21976,-68844,9531,-21528,-69346,9722,-20519,-69349,10697,-20000,-70055,10518,-19190,-70173,9022,-19678,-69516,8463,-20830,-69569,7940,-20976,-69925,7600,-20566,-70406,7825,-19823,-70325,10086,-19072,-70091,11552,-18562,-69791,13001,-18195,-69681,12594,-18504,-68965,13209,-19083,-68435,14446,-19160,-68307,15148,-18894,-68926,14036,-18690,-69461,14209,-17959,-69933,14428,-17411,-69803,15633,-16994,-70626,12068,-17904,-70557,10574,-18639,-71272,12235,-17601,-70159,12479,-18089,-69306,12338,-19128,-69663,11391,-19229,-69250,11375,-19753,-69521,9580,-20304,-66136,7235,-23919,-65983,6374,-23989,-65965,7241,-23254,-66038,6960,-21845,-65993,7955,-21600,-65682,6050,-21473,-65386,6081,-21373,-66028,5565,-22359,-65836,5150,-22953,-65694,5116,-23606,-65567,3124,-24738,-65543,2539,-25231,-65474,1777,-25675,-66010,1539,-24820,-66265,447,-24744,-66322,362,-24337,-66093,346,-23834,-66327,-748,-24368,-66409,-1501,-24443,-66235,-1558,-24195,-65792,2219,-24845,-65676,4469,-23684,-65977,4289,-23085,-65981,4082,-22756,-65402,2748,-22932,-65111,2977,-22889,-64329,3079,-23124,-64965,2165,-23184,-65294,2159,-23096,-65351,1094,-23377,-65376,-613,-23851,-64740,-1186,-24129,-65462,-2024,-24170,-66380,-2994,-24752,-66449,-2938,-25136,-66438,-2566,-25346,-66365,-944,-25044,-66246,-1353,-25558,-66218,-673,-25378,-65882,-881,-26001,-65517,-525,-26544,-65430,-1568,-27053,-65335,-1171,-28419,-65701,-1094,-28813,-66236,-263,-28658,-65924,-222,-28464,-65261,62,-26942,-65328,-33,-26658,-65350,527,-26430,-65907,529,-25480,-66453,-1665,-24762,-66265,-2717,-24497,-66043,-2262,-24278,-66409,-2181,-24646,-65795,-1160,-24004,-65692,-306,-23789,-66259,1356,-24114,-66057,1875,-23549,-65932,2445,-23228,-66058,3172,-23538,-65968,3618,-23570,-65996,2208,-24432,-65730,4033,-23776,-65713,1526,-23310,-65283,424,-23577,-65764,805,-23516,-66037,-503,-23990,-66063,1137,-23629,-65233,-1222,-27202,-65365,-305,-27659,-66085,644,-28073,-65448,1295,-25903,-65513,703,-27139,-65676,1765,-26822,-65499,1789,-26251,-65884,3103,-26377,-65935,2565,-26814,-65741,1278,-27265,-65377,1105,-26323,-65090,-1027,-27599,-65749,-3404,-27295,-65047,-4157,-28648,-65022,-5137,-29149,-64979,-3201,-28419,-65070,-2835,-28086,-65076,-1331,-27955,-65002,-2066,-28189,-65339,-3560,-28010,-65946,-2069,-26394,-66065,-3184,-26543,-66049,-4511,-26919,-65694,-4286,-27643,-66015,-5041,-27028,-65781,-6016,-27905,-65827,-6156,-27608,-65820,-5642,-26759,-66133,-4494,-25633,-65657,-6207,-28311,-65376,-6514,-29001,-65278,-6165,-29142,-66156,-4761,-30800,-65153,-4830,-30434,-65351,-4009,-30058,-65087,-3999,-29679,-64833,-5250,-30088,-64796,-6227,-30381,-64842,-5610,-29990,-65371,-4958,-28511,-64968,-5953,-29770,-66144,-4643,-26266,-66184,-4215,-26450,-66322,-2867,-25809,-66322,-3434,-25751,-66313,-2071,-25671,-64258,2309,-23378,-64040,2583,-23343,-66013,4929,-22672,-65983,5133,-22328,-65856,5558,-21884,-65844,5984,-22588,-67913,-4053,-28794,-67448,-3553,-29255,-67910,-6523,-29499,-67799,-7482,-29841,-67024,-7823,-30661,-66625,-8923,-31275,-65157,-9126,-32263,-64804,-8624,-32233,-64424,-8886,-32279,-64617,-8447,-31932,-63455,-10705,-32100,-63232,-11003,-32700,-63105,-11422,-31903,-62637,-12141,-31824,-62693,-11953,-32176,-61734,-13053,-32236,-61219,-13645,-32211,-60714,-14304,-32311,-61315,-15920,-31855,-61230,-15780,-30705,-61412,-15297,-30408,-61162,-15620,-30141,-60088,-16261,-29481,-60321,-15627,-29435,-60808,-15338,-29602,-62439,-13881,-30547,-62102,-14494,-31045,-61135,-13953,-31977,-61735,-13340,-31674,-61343,-14266,-31729,-62111,-13739,-31209,-61867,-14605,-31404,-61711,-15216,-31182,-60955,-15952,-32096,-60934,-15684,-29885,-61744,-15125,-31435,-61491,-15152,-31748,-60804,-14680,-32047,-60411,-15261,-32340,-62016,-13446,-31339,-60889,-14707,-29375,-60731,-13823,-29149,-60960,-13065,-28961,-60952,-12660,-28694,-59672,-13397,-27815,-59181,-13556,-27548,-58979,-14144,-27628,-58646,-14236,-27392,-59309,-13310,-27026,-58939,-13630,-27278,-59579,-12902,-27486,-60080,-15008,-29136,-61353,-13147,-29249,-60991,-14058,-33002,-61174,-14350,-33226,-59998,-15491,-32846,-59907,-15663,-32544,-60164,-15116,-32595,-60932,-13913,-32644,-60471,-15074,-33012,-62126,-16784,-33123,-63117,-15333,-33067,-63985,-16071,-32768,-64005,-15156,-32837,-65111,-17260,-31794,-65613,-16066,-31755,-65603,-15304,-32078,-64843,-15987,-32472,-64494,-14888,-32696,-63894,-13857,-32957,-63718,-12119,-33054,-64326,-13491,-32839,-64523,-9156,-32486,-63926,-9681,-32350,-63767,-10244,-32740,-63857,-10979,-32905,-63357,-11699,-33090,-62451,-12149,-32736,-63471,-14466,-33034,-62355,-13722,-33336,-62105,-14559,-33341,-61777,-15285,-33296,-62461,-15582,-33183,-60864,-15462,-33259,-61591,-14668,-33324,-61855,-13372,-33247,-62323,-12935,-33298,-62260,-12585,-33138,-61673,-13017,-32675,-61582,-13251,-32964,-64580,-9954,-32621,-64251,-9496,-32586,-64635,-11357,-32705,-65117,-13290,-32514,-64375,-11810,-32856,-65402,-12122,-32428,-64643,-12534,-32748,-64992,-14453,-32517,-65402,-14453,-32301,-65486,-13241,-32325,-65747,-13459,-32126,-65790,-12205,-32181,-66167,-12423,-31826,-66911,-12023,-31191,-67050,-12506,-30597,-67390,-11731,-30057,-67505,-10411,-30371,-67326,-10352,-30820,-68284,-7437,-28945,-68388,-7723,-28474,-68944,-7638,-26677,-68671,-7516,-27736,-68680,-8637,-26908,-68431,-9658,-27310,-68596,-9938,-26288,-68380,-9168,-27936,-68305,-9925,-27693,-68459,-8497,-27957,-68202,-9428,-28526,-68105,-9743,-28758,-67943,-11248,-28699,-67573,-11138,-29808,-67611,-11981,-29328,-67666,-9556,-30273,-67846,-8988,-29935,-68133,-8638,-28987,-68030,-8040,-29568,-68156,-6743,-29279,-67842,-8266,-29910,-67900,-9865,-29338,-67832,-11013,-29117,-66225,-14364,-31573,-66587,-13094,-31329,-66820,-13735,-30563,-66384,-14566,-31215,-66753,-15325,-29773,-66816,-16441,-29250,-66114,-18246,-29821,-66838,-18695,-28393,-67268,-18460,-27644,-67111,-17847,-28185,-67065,-17291,-28553,-67058,-16395,-28784,-67628,-15449,-27738,-67338,-15535,-28172,-67413,-14896,-28346,-68179,-15070,-26691,-68759,-15185,-25623,-69304,-15228,-25184,-70075,-14436,-24815,-70323,-14929,-24975,-71668,-12459,-24473,-72597,-12727,-25081,-72321,-11789,-24444,-72907,-11805,-24756,-73133,-12599,-25342,-73140,-13814,-26063,-74084,-13467,-26644,-74250,-13720,-27194,-74653,-12719,-28144,-74304,-13467,-28885,-74584,-13067,-27617,-73903,-14623,-27528,-73986,-14406,-28308,-73712,-15104,-28169,-72930,-17260,-28599,-72619,-18528,-28911,-72729,-18668,-29446,-72530,-19263,-30274,-72417,-19540,-29687,-72144,-20112,-29367,-72117,-20026,-29107,-71776,-18663,-27499,-71399,-19622,-27615,-71300,-18963,-27154,-71005,-19802,-27331,-68649,-21392,-27065,-69568,-20927,-27090,-68812,-21931,-27264,-69056,-22702,-27580,-68717,-23392,-27749,-69372,-23832,-27970,-69539,-24275,-28168,-69151,-24471,-28101,-68865,-25690,-28321,-67892,-26026,-28400,-67641,-29086,-29071,-68408,-27764,-28886,-68383,-27408,-28760,-67233,-28747,-28859,-69704,-22518,-27730,-70053,-21761,-27659,-70796,-21460,-28068,-70774,-22213,-28438,-71286,-22361,-29594,-70971,-23361,-29722,-70641,-24518,-29845,-70450,-25040,-30596,-69934,-25189,-31485,-69669,-25999,-31752,-69658,-26432,-32093,-69570,-27177,-32716,-69609,-27948,-33119,-69525,-28077,-32851,-69723,-29673,-33787,-70059,-29622,-34262,-69681,-28794,-33384,-69873,-27616,-33267,-70525,-28316,-34050,-70578,-27747,-33651,-71173,-27215,-32654,-70516,-26833,-32716,-71623,-26341,-31628,-71007,-26110,-31998,-71283,-25755,-31727,-71874,-25789,-31361,-72841,-25428,-29983,-72905,-25636,-29610,-73075,-26036,-29353,-73285,-25494,-29233,-73541,-25059,-29239,-73938,-24523,-29337,-75503,-24895,-30309,-76770,-22349,-31102,-76763,-22324,-31706,-76368,-23227,-32674,-77002,-23423,-33799,-77355,-24223,-34347,-77588,-24471,-34443,-79235,-23084,-33126,-79754,-21870,-31885,-80045,-21001,-31272,-79993,-20744,-30661,-80465,-19272,-30510,-80394,-19090,-30833,-80704,-18285,-30018,-80991,-16675,-28814,-80670,-16380,-27146,-80757,-15462,-26153,-80811,-15209,-25891,-80933,-14332,-26606,-81076,-13867,-27216,-80667,-13717,-28208,-80556,-14412,-28567,-80359,-15262,-28849,-79532,-15393,-28524,-78477,-14823,-27284,-77811,-14256,-26936,-77489,-14070,-27094,-77197,-14437,-27462,-77811,-13125,-26585,-77401,-13294,-27107,-77609,-12644,-26703,-79114,-15402,-28284,-79693,-14511,-27961,-79533,-13958,-27281,-78841,-14465,-27213,-78784,-13783,-26693,-79837,-14870,-28345,-79784,-13593,-27220,-78211,-14488,-27004,-78288,-13295,-26389,-78474,-12491,-25922,-78830,-11592,-25426,-79291,-11665,-25647,-79571,-13273,-26744,-78834,-12951,-26194,-79263,-12850,-26328,-79644,-12458,-26391,-81114,-13798,-27667,-81139,-14398,-28207,-80948,-14370,-28515,-81023,-13970,-28133,-80533,-18848,-29770,-80306,-18595,-28545,-80313,-19629,-27058,-80095,-20746,-27349,-79998,-19645,-28368,-79727,-20921,-29783,-79506,-21565,-28959,-79482,-21848,-28678,-79367,-23230,-28441,-79295,-24485,-28213,-79931,-26170,-28496,-80554,-25564,-28419,-81606,-26061,-28387,-81495,-26362,-28555,-81860,-26692,-27573,-81735,-26252,-27254,-81741,-26287,-27917,-81950,-25925,-27868,-82392,-25580,-27553,-82769,-25058,-27663,-83033,-25098,-26998,-83257,-25009,-26361,-82572,-25400,-26804,-82711,-25139,-26197,-82203,-25383,-26314,-82727,-24140,-24680,-82754,-23227,-23769,-85499,-23410,-23637,-85899,-23091,-23410,-85367,-23534,-24790,-85761,-23117,-24379,-85181,-22948,-25577,-85291,-22459,-25692,-84944,-22715,-26131,-84427,-23385,-26525,-84167,-24081,-26337,-83490,-24645,-26899,-83570,-24343,-27142,-83139,-23999,-28015,-83630,-23039,-27902,-82950,-23342,-28179,-83527,-22350,-27842,-82941,-22237,-27566,-83161,-21092,-26893,-83651,-20203,-26484,-83869,-18522,-25573,-83043,-19705,-26020,-83075,-18930,-25621,-82014,-18841,-25642,-83259,-16481,-24310,-82776,-16061,-24070,-82517,-15547,-23825,-81695,-14615,-23696,-81362,-15117,-24257,-80923,-15259,-25344,-81102,-14251,-25156,-81056,-14180,-25549,-80594,-16619,-26825,-80466,-17598,-27139,-80549,-17250,-27521,-80682,-16462,-26043,-80826,-17437,-25755,-80771,-18284,-26007,-81160,-18510,-25750,-80903,-18555,-25911,-80580,-19183,-26457,-80404,-18460,-26935,-80390,-19958,-26887,-80881,-20497,-26612,-80311,-21012,-27040,-79979,-21984,-27481,-81772,-18226,-25409,-81993,-19686,-26015,-82612,-19629,-25941,-82644,-20042,-26126,-81012,-16496,-25186,-81630,-16674,-24737,-82098,-17006,-24709,-82267,-18245,-25321,-82575,-17269,-24746,-82335,-17029,-24654,-82119,-15535,-23958,-81035,-17602,-25480,-81262,-15572,-24579,-81756,-15391,-24064,-81187,-17738,-25434,-81461,-16185,-24628,-81179,-14536,-24590,-81146,-12669,-24199,-81357,-12472,-24830,-81410,-12001,-25034,-81634,-11196,-25854,-81099,-11361,-25973,-80486,-11839,-26383,-80538,-12837,-27569,-81676,-12060,-25834,-81368,-13142,-26454,-81127,-13677,-26336,-81182,-13285,-24613,-83100,-18164,-25245,-83526,-18195,-25309,-84000,-17364,-24950,-85805,-18302,-26476,-85999,-17374,-26103,-85721,-16579,-25333,-85648,-15603,-24575,-86286,-15274,-24982,-86630,-14968,-25040,-86779,-14247,-24820,-87592,-14660,-25408,-87552,-15577,-25476,-87651,-15892,-25177,-87218,-16123,-23991,-87264,-15486,-23147,-86860,-16907,-24239,-86993,-17454,-25260,-87429,-16557,-24918,-87625,-16099,-24630,-87034,-16337,-25890,-87186,-16540,-25675,-86479,-16762,-26091,-87251,-16817,-25368,-86683,-18071,-25607,-86786,-17872,-25205,-86538,-17856,-24512,-86354,-18160,-24263,-85915,-21483,-24494,-85631,-22268,-25020,-86059,-22383,-24268,-84852,-22215,-26707,-85502,-21365,-25907,-85837,-19810,-26157,-86020,-19638,-25625,-86563,-18417,-25348,-86315,-21135,-23695,-86481,-20601,-23207,-86584,-20439,-22431,-86637,-19748,-21846,-86641,-18861,-21251,-86765,-18858,-20468,-86855,-18267,-19717,-86653,-17856,-18904,-86329,-18045,-19016,-86297,-16996,-18156,-85337,-13796,-16702,-85649,-13203,-16131,-84823,-12938,-16634,-84198,-11899,-16590,-83300,-11980,-16630,-83424,-12162,-16152,-83668,-11884,-15714,-83682,-12024,-15465,-83818,-11251,-15112,-84028,-10949,-14144,-84018,-10639,-14082,-83841,-9376,-13391,-83268,-8377,-13200,-83916,-8237,-12360,-84031,-7614,-11786,-84142,-8257,-11994,-84069,-8877,-11896,-83978,-7099,-11443,-84178,-7775,-11556,-83966,-9202,-13036,-84116,-8730,-12266,-83910,-8538,-10962,-83715,-7637,-9701,-83526,-7554,-8929,-83501,-8074,-9031,-83214,-8451,-9207,-82378,-8356,-7857,-81905,-8291,-6924,-82112,-7669,-7003,-83093,-8104,-8526,-82387,-7962,-7755,-82610,-8115,-8266,-83664,-6861,-9202,-84027,-6658,-9951,-84058,-6122,-9835,-83986,-5965,-10030,-83775,-5824,-10328,-83875,-6429,-10873,-82905,-6024,-11505,-83155,-5864,-11045,-82852,-5402,-10976,-83161,-4451,-11083,-83212,-4084,-11073,-83009,-4914,-11773,-83024,-4232,-11676,-82919,-5266,-12116,-82636,-5637,-13122,-82780,-7101,-13997,-82899,-7370,-14424,-83192,-8792,-15100,-83105,-9831,-15250,-83254,-10691,-15775,-83199,-10325,-15745,-83421,-10744,-16121,-83041,-8893,-14355,-83225,-9555,-14585,-83210,-9092,-13974,-83400,-9661,-14271,-82820,-7728,-14332,-82836,-7247,-13290,-83013,-7570,-12789,-82997,-8968,-15027,-82896,-8146,-13583,-82931,-8411,-14726,-82741,-6702,-13487,-82716,-5580,-11984,-82705,-5031,-11447,-83896,-7871,-10453,-84030,-8073,-11011,-83780,-7146,-9634,-84165,-7490,-10950,-84158,-6663,-10404,-84188,-6998,-10845,-84117,-6637,-10649,-84035,-9428,-12956,-84094,-9714,-12249,-83837,-10422,-12997,-84030,-10545,-13228,-83613,-11720,-14934,-83720,-11805,-15181,-83796,-11543,-15239,-84082,-10560,-13632,-84111,-10132,-13428,-85996,-17100,-18229,-85317,-16415,-18020,-84347,-15631,-18388,-83870,-14798,-18336,-82358,-16463,-19547,-82547,-16406,-19745,-82633,-17252,-20321,-82463,-17827,-20496,-82171,-17166,-19410,-83174,-17470,-18390,-83621,-18944,-18871,-83368,-18247,-18747,-83135,-18286,-19031,-83352,-20596,-20334,-83427,-19625,-19664,-83836,-21963,-20592,-84063,-23261,-21458,-84192,-23376,-21169,-83844,-25039,-22134,-83784,-25732,-22831,-83497,-25650,-23687,-83225,-25526,-24119,-83321,-24978,-23682,-83157,-24669,-23830,-82825,-23481,-23038,-82487,-23097,-23604,-82433,-23102,-23373,-82647,-23148,-22956,-82298,-23696,-24011,-82148,-24284,-24430,-82542,-24004,-23709,-82811,-24912,-24250,-82193,-24895,-24633,-81928,-25425,-25199,-81684,-25535,-25779,-82270,-24515,-24983,-82344,-24041,-24492,-83973,-27871,-22259,-83918,-29678,-21772,-83424,-30618,-21083,-83095,-31741,-21137,-82369,-31833,-21211,-82379,-32445,-21248,-82870,-32688,-21062,-82821,-33703,-21293,-83371,-33175,-21332,-82971,-33896,-21502,-82647,-34373,-21737,-82310,-34913,-21917,-83004,-35505,-22058,-82780,-34669,-21864,-83165,-34421,-21629,-84196,-33507,-21769,-85026,-33795,-22626,-85337,-34545,-23013,-85711,-35177,-23832,-85972,-35843,-23916,-85914,-36522,-23517,-86763,-36990,-23701,-87739,-37804,-23845,-87327,-37303,-23838,-87885,-37887,-24088,-88122,-39059,-24539,-88188,-39094,-24818,-87680,-40180,-24312,-88136,-39906,-24625,-87698,-39930,-25094,-87708,-39574,-25383,-87108,-39438,-25601,-87173,-38907,-25624,-87558,-38566,-25244,-87946,-38380,-24826,-88127,-38384,-24261,-87595,-37440,-24171,-87305,-37321,-24577,-87462,-36803,-24719,-87679,-36825,-25118,-87600,-36913,-25608,-87138,-35861,-25285,-87127,-36032,-25520,-87460,-35738,-25784,-87335,-35274,-26070,-87303,-35863,-26187,-87151,-35369,-26433,-86841,-34551,-26221,-85243,-32492,-25948,-85960,-33222,-26300,-86188,-33419,-26640,-85262,-32041,-27763,-84938,-31498,-27657,-84570,-31146,-27024,-84116,-30100,-28703,-84216,-30342,-28903,-84076,-30597,-29404,-83801,-31163,-29639,-83484,-31963,-29430,-85221,-34100,-28914,-85130,-34444,-28866,-85744,-34710,-28541,-85722,-33696,-28389,-86189,-34244,-27887,-86318,-34006,-27511,-86441,-33985,-27127,-86323,-33676,-26957,-86932,-34662,-26401,-86847,-34839,-26821,-86186,-34802,-28007,-84439,-33006,-29241,-83367,-32680,-29124,-82801,-32115,-29259,-82285,-32577,-28831,-81860,-32624,-28615,-82595,-33092,-28645,-82234,-33345,-28233,-82737,-33607,-28376,-82238,-33945,-27733,-82874,-34334,-28034,-82330,-36060,-26826,-82362,-36602,-26667,-82777,-37681,-26508,-83285,-36600,-27448,-83800,-36557,-27703,-84522,-36298,-28068,-85673,-35719,-28408,-85613,-35213,-28595,-85349,-35475,-28543,-82541,-37187,-26573,-82984,-36001,-27514,-84631,-35735,-28377,-79446,-30055,-29372,-79303,-31265,-29089,-79073,-31080,-29599,-80341,-31791,-28410,-81599,-32898,-28208,-82133,-31891,-29235,-81242,-32495,-28362,-80706,-32886,-27372,-81312,-33396,-27433,-81386,-34106,-26654,-80914,-36245,-25910,-81465,-36765,-25716,-81238,-37029,-26250,-81358,-37467,-26602,-82065,-37840,-25699,-82065,-38178,-26258,-81797,-38315,-26922,-82417,-39733,-27214,-83227,-40042,-26414,-83586,-40127,-25919,-83593,-39301,-25378,-82961,-38920,-25412,-82682,-38868,-25663,-83080,-39556,-26044,-82462,-39030,-26437,-83131,-39440,-25573,-83514,-39619,-25264,-81983,-39129,-27211,-81919,-39787,-27768,-82260,-40701,-28023,-82231,-41528,-28505,-83289,-42457,-28352,-83824,-42710,-28139,-84297,-42102,-27593,-83487,-40698,-26974,-83803,-40683,-26504,-84029,-40469,-25669,-84632,-42023,-27280,-85577,-43021,-27035,-85742,-42483,-26455,-86049,-42927,-26466,-87765,-45313,-26341,-88020,-46220,-26503,-87848,-47159,-27060,-87320,-48044,-27704,-87057,-47183,-27770,-84434,-48122,-29342,-85334,-47857,-28911,-86558,-48012,-28218,-87153,-48449,-27811,-87527,-48682,-27475,-88103,-46863,-26649,-88673,-47002,-25900,-88232,-45582,-25792,-86823,-42854,-25374,-86376,-42145,-24701,-86159,-41856,-23673,-86483,-41368,-23556,-86646,-41040,-23382,-86819,-41086,-22607,-86745,-41541,-21868,-86204,-41863,-21910,-86288,-41529,-21342,-85079,-41088,-21342,-84935,-40808,-20846,-84598,-40434,-20703,-85142,-41248,-19888,-84708,-40928,-19186,-84809,-41058,-17716,-84294,-40029,-17243,-84767,-40601,-16470,-85261,-41212,-15807,-85955,-42178,-15627,-86681,-43449,-16625,-87330,-44243,-16610,-87980,-44850,-15888,-87446,-44106,-15062,-86766,-43143,-14697,-86083,-42233,-14728,-85822,-41930,-14225,-85845,-42068,-13288,-85585,-42098,-12325,-85296,-42155,-11616,-86329,-43170,-11575,-86184,-43298,-11042,-86207,-43822,-10364,-86403,-44122,-10360,-87293,-44446,-11537,-87892,-45200,-11737,-87725,-45369,-11278,-88024,-45720,-11118,-87694,-45793,-10706,-87735,-46802,-9073,-88276,-46860,-9438,-88453,-47339,-8433,-88361,-47852,-7333,-88463,-48434,-6471,-87741,-48947,-5458,-88470,-49357,-5611,-87989,-49736,-4923,-87369,-49693,-4434,-86859,-49651,-3972,-87116,-50429,-3365,-87438,-51026,-3078,-86685,-50771,-2250,-86745,-51166,-1841,-85906,-50585,-1318,-85490,-49164,-2820,-87538,-49189,-5055,-86706,-48387,-5358,-87211,-48036,-6212,-86043,-48102,-5293,-86542,-47651,-6419,-85929,-47588,-6233,-84856,-46543,-5686,-84419,-47111,-4104,-83777,-46916,-3422,-83085,-46486,-2996,-82601,-46492,-2370,-81380,-45607,-2236,-80463,-44890,-2285,-79490,-44128,-2460,-77087,-44165,-1166,-77285,-45096,-326,-77241,-45523,46,-76970,-46261,676,-76976,-46833,1071,-78871,-46593,240,-78751,-46343,44,-79548,-46248,-326,-78692,-45883,-302,-78077,-45183,-500,-78372,-44577,-1204,-79592,-45171,-1412,-78208,-44112,-1608,-77786,-44451,-1052,-77732,-43971,-1561,-80245,-46759,-81,-80034,-45918,-930,-80845,-46493,-735,-81416,-46194,-1535,-81538,-46975,-708,-82010,-47412,-653,-82811,-47810,-1088,-82873,-48601,-435,-83021,-49094,-264,-83086,-49809,-68,-84193,-50043,-449,-85637,-50925,-556,-85445,-51337,88,-85952,-52050,28,-86136,-53220,832,-86182,-54011,1453,-87548,-55636,696,-87977,-55545,184,-88845,-56994,312,-89187,-57004,92,-89814,-57028,-461,-90196,-56974,-1007,-90473,-56675,-1558,-90657,-56364,-2137,-91688,-57085,-2604,-92108,-57018,-4640,-91914,-56904,-4373,-91633,-56269,-4431,-91092,-56057,-3332,-89900,-54989,-3034,-90223,-55330,-3050,-89232,-55308,-1542,-89145,-54867,-1955,-88858,-55452,-831,-88055,-55162,-141,-90718,-56990,-1602,-91115,-57045,-1947,-90541,-57314,-182,-89887,-57207,319,-89808,-57083,168,-85112,-50597,-336,-82544,-50731,945,-82305,-50590,976,-81919,-50777,1381,-82174,-50916,1293,-77999,-50858,2966,-78310,-51098,2995,-79434,-51358,2821,-79947,-51233,2566,-81322,-51035,1909,-80688,-49421,1815,-80454,-48788,1558,-80162,-48077,1185,-78454,-48222,1861,-76979,-47280,1444,-76334,-47537,1861,-75439,-47080,1813,-76460,-48147,2271,-74968,-48172,2727,-74554,-48564,3059,-73383,-49092,3530,-73194,-48573,3146,-73251,-47820,2612,-73066,-47579,2576,-72858,-48630,3276,-72583,-47402,2857,-72442,-46943,2657,-72805,-46945,2439,-72727,-46359,2043,-72300,-45972,1922,-72111,-45469,1413,-71956,-45128,1017,-72457,-44981,540,-72097,-44253,-285,-72685,-44722,103,-73005,-44303,-491,-73290,-45018,256,-74276,-46241,1330,-74747,-46885,1816,-74405,-47592,2395,-74257,-48096,2780,-73542,-47674,2471,-73187,-47039,2133,-73442,-46410,1507,-73155,-46440,1640,-73569,-46848,1844,-73156,-45762,972,-72606,-45599,1212,-74879,-47738,2462,-76018,-46196,910,-76561,-45073,-238,-76008,-44749,-406,-77063,-44669,-658,-76362,-46784,1253,-71116,-46133,2538,-71079,-46704,2991,-70564,-47296,3524,-69522,-47851,4052,-69299,-48963,4518,-68764,-49185,4622,-68067,-49988,4822,-68021,-50630,4782,-67455,-50575,4761,-66714,-50901,4603,-67009,-51422,4546,-66358,-51976,4525,-65806,-51781,4176,-65698,-52389,4333,-64262,-51876,3417,-64093,-51286,3212,-64601,-51486,3524,-64963,-50509,3975,-65147,-51427,3866,-66260,-51552,4351,-65696,-50520,4344,-66638,-50381,4642,-71309,-45655,1959,-70022,-44755,1117,-69864,-45034,1543,-71034,-44989,1129,-71552,-45228,1308,-69406,-45439,2106,-69167,-46025,2442,-67799,-46531,2677,-68091,-45904,2307,-67893,-45570,2668,-68087,-45190,3458,-68321,-44866,3612,-68254,-44631,3436,-68021,-44287,2807,-68610,-43685,2297,-69010,-42892,1421,-69648,-41850,518,-70394,-42556,432,-70640,-42611,154,-70601,-43140,354,-69912,-44599,1656,-70132,-44474,656,-71277,-44514,371,-71121,-44133,-70,-71059,-43220,-778,-71021,-42129,-1291,-71133,-39535,-1758,-71022,-38469,-1687,-70977,-37190,-1990,-70689,-36036,-2118,-70315,-36134,-1875,-69649,-35931,-1901,-69395,-36928,-1501,-69360,-35940,-1992,-69425,-38743,-706,-70288,-38657,-911,-70604,-37520,-1542,-70678,-38400,-1320,-70455,-39324,-824,-70305,-40282,-510,-70147,-41532,51,-70459,-41576,-172,-70876,-41470,-971,-70727,-41376,-651,-70806,-40492,-1026,-70599,-40269,-755,-70865,-39347,-1281,-70398,-40966,-355,-69728,-40143,-221,-69301,-40621,31,-68984,-41607,461,-69116,-42027,788,-69353,-41575,492,-69607,-40997,127,-68761,-42499,1008,-68095,-43145,674,-68296,-43035,866,-68558,-42934,1270,-68252,-43278,1531,-68562,-43279,1907,-68402,-43972,2659,-67720,-44431,3270,-67464,-45588,2103,-66908,-45933,1971,-66854,-46166,2108,-67037,-44761,2803,-67145,-44947,2274,-67281,-44820,1886,-66602,-45200,2127,-66377,-44354,2002,-67788,-43942,2074,-68173,-43600,1985,-67275,-44410,1681,-66741,-44417,2028,-67343,-44568,1872,-67406,-44400,2108,-67185,-43786,1638,-67125,-45356,1913,-66959,-45311,1994,-66235,-45230,2106,-65749,-45645,2295,-65696,-45946,2287,-65693,-46172,1619,-64888,-46718,1696,-64138,-46692,814,-63652,-46710,171,-63345,-47239,551,-62906,-47875,713,-62879,-48465,1282,-62599,-48781,1129,-64119,-49731,3327,-64323,-49326,3321,-64960,-48230,3056,-65178,-47102,2363,-66555,-45861,2525,-64753,-47083,2001,-63547,-47440,1061,-65872,-46283,1903,-64432,-48152,2631,-64063,-47821,1998,-63307,-48619,1905,-63813,-49261,2848,-63974,-48529,2512,-67322,-44508,3248,-67090,-44889,3214,-67513,-44963,3527,-67156,-45217,2610,-67462,-45491,2481,-67685,-44644,3593,-69904,-39693,-407,-69506,-39975,-224,-69165,-39843,-346,-68753,-40316,-303,-69071,-38101,-1037,-68595,-38053,-1295,-69111,-37514,-1286,-68868,-40938,52,-67988,-40918,-487,-67837,-41542,-207,-67517,-42205,167,-67048,-42327,-192,-67120,-42579,353,-66717,-42852,204,-66445,-43293,879,-65982,-44343,1582,-65783,-45212,1670,-66049,-45220,1953,-66157,-44766,2008,-66117,-44256,1778,-66844,-43045,1070,-67405,-42678,690,-66553,-43355,1298,-66772,-43620,1637,-67147,-43394,1490,-67609,-44091,1488,-67444,-43992,1386,-68603,-41739,339,-68290,-42467,600,-67851,-42628,649,-67707,-43044,937,-67882,-43508,872,-68041,-43555,1073,-67987,-41979,222,-68570,-39187,-841,-68130,-39326,-1117,-67836,-39024,-1661,-67555,-39203,-2322,-67410,-39418,-2672,-67741,-38194,-2852,-68044,-37244,-3124,-68255,-36654,-4174,-68574,-35862,-4420,-68523,-36574,-4858,-68521,-36700,-5617,-68622,-36175,-6032,-68415,-37282,-6128,-67847,-39716,-7212,-67760,-39953,-7564,-67458,-40924,-7082,-67243,-40716,-7838,-65988,-41258,-8423,-64557,-40911,-9302,-64358,-41311,-9024,-63291,-41619,-10227,-63859,-41767,-9722,-64554,-42003,-8999,-64223,-41432,-9017,-64647,-41612,-8729,-65639,-40933,-8946,-65399,-41980,-8174,-65351,-41693,-8327,-66150,-41582,-7829,-66877,-41284,-7384,-67607,-40780,-6870,-68124,-40439,-6530,-67818,-40179,-6527,-67750,-39597,-6397,-67956,-38725,-6265,-68186,-38697,-5748,-68123,-40126,-6369,-67501,-40782,-5958,-67366,-40460,-5609,-67488,-40072,-5505,-67921,-38905,-5283,-66991,-40389,-4045,-66692,-40857,-4502,-66584,-40995,-3860,-66389,-41373,-3261,-66625,-41377,-2593,-66235,-41955,-2355,-65738,-42709,-2397,-65918,-43262,-2319,-65802,-43360,-2118,-65697,-44173,-2084,-65252,-44855,-1100,-65622,-45065,-428,-65657,-44623,-513,-65416,-44489,-259,-65312,-44848,-81,-65021,-45527,-31,-65699,-45987,1304,-65530,-45786,1834,-65591,-45594,1529,-65897,-44792,1295,-65580,-45615,609,-65308,-45118,369,-65503,-45282,803,-65720,-44769,591,-65568,-44283,485,-65867,-43748,441,-66383,-42407,-1204,-66035,-42423,-1195,-65709,-42543,-1356,-65704,-42541,-1755,-65986,-42813,-2269,-66192,-42772,-777,-66208,-42840,-898,-65764,-42826,-1014,-65418,-43506,-911,-65344,-43953,-1688,-65302,-43573,-1425,-65419,-45463,196,-65437,-44231,131,-65768,-43492,-340,-65634,-44100,-806,-65346,-44582,-717,-65226,-44377,-1397,-66056,-44110,1202,-66420,-43772,595,-66037,-45055,952,-65844,-44242,670,-66245,-43445,501,-65971,-43210,284,-65739,-43365,-55,-66039,-42814,-321,-65458,-44443,-1824,-63537,-45908,-1600,-63206,-45930,-2508,-62657,-46327,-2824,-62003,-47052,-2667,-61596,-47232,-3321,-61345,-47660,-3186,-61557,-47953,-1802,-61519,-48376,-1157,-61140,-49353,-644,-61520,-49139,-290,-62161,-50787,1519,-63906,-50069,3222,-63361,-49554,2496,-62999,-49068,1848,-62133,-50359,1269,-62180,-49566,962,-61998,-49189,462,-61833,-48608,-296,-62363,-48297,392,-65719,-43896,-2691,-66056,-43432,-3431,-65569,-43764,-3660,-66246,-43118,-4124,-66167,-42984,-3883,-65895,-41819,-2517,-66212,-41405,-3649,-67461,-41240,-6889,-66847,-41858,-6229,-66497,-41943,-6732,-66287,-41919,-7146,-64930,-42914,-6816,-65078,-42554,-7505,-64566,-43099,-6900,-63525,-43650,-7181,-62191,-44879,-6989,-61774,-46319,-4961,-62342,-45947,-4546,-65781,-42115,-2340,-65542,-42214,-2510,-65640,-41860,-2948,-65882,-41679,-2890,-65556,-42696,-2867,-65696,-43066,-2976,-66112,-43547,-2972,-66146,-43614,-2667,-66050,-43733,-2437,-66145,-43206,-3335,-66201,-43259,-3773,-65745,-42609,-3386,-65664,-43260,-2661,-66546,-41308,-4864,-67458,-39873,-5137,-68026,-39594,-6019,-67943,-38898,-6123,-68135,-39336,-6083,-67724,-40277,-6749,-67842,-39427,-6782,-66764,-40972,-8145,-64796,-41922,-8706,-63966,-41478,-9687,-64335,-41741,-9320,-68072,-37466,-4470,-68387,-37138,-5385,-68336,-37827,-5397,-68170,-38057,-5125,-67879,-38217,-4451,-68424,-37390,-5190,-68570,-35531,-4533,-68607,-34343,-3900,-68708,-33508,-3538,-68532,-33004,-4126,-67896,-33798,-4495,-67353,-33213,-4305,-68570,-31221,-3295,-68466,-30304,-3263,-68708,-30169,-3046,-69063,-29134,-2711,-69072,-29938,-2953,-69930,-29136,-3201,-70743,-28513,-3911,-71040,-27882,-4268,-71552,-26461,-4958,-71229,-26168,-4519,-71592,-24088,-4997,-71833,-24619,-5357,-72087,-24870,-5768,-72181,-25289,-5901,-71597,-27649,-4889,-71436,-29169,-4535,-71635,-29744,-4505,-72373,-30205,-4873,-71245,-28781,-4369,-71016,-29845,-3989,-70357,-30067,-3454,-68849,-31462,-3451,-69531,-32103,-3104,-70001,-33349,-2891,-70387,-32979,-3047,-70744,-32508,-3175,-71527,-32339,-3831,-71836,-32509,-4201,-71898,-31420,-4689,-72178,-31664,-5318,-72294,-31091,-5838,-72419,-31678,-6207,-72521,-31258,-6801,-72961,-30399,-8322,-73479,-30630,-9362,-73504,-29956,-9447,-73642,-29279,-9633,-73924,-29848,-10113,-74155,-28126,-10497,-73666,-27896,-9450,-73413,-27741,-9260,-73172,-26723,-9483,-72915,-26256,-9488,-72963,-26491,-8537,-73119,-25798,-8830,-73362,-23924,-9916,-73508,-24337,-9276,-73208,-24652,-9642,-72785,-26193,-9091,-73094,-25278,-9704,-72763,-27091,-8233,-72745,-28080,-7249,-72753,-28588,-6776,-72405,-28870,-7003,-73167,-29006,-5711,-72999,-29343,-5337,-73140,-29088,-5158,-72548,-27995,-5521,-72773,-27523,-5676,-72938,-26007,-6197,-73801,-28222,-5621,-73465,-28235,-6370,-73692,-27083,-7200,-74006,-26407,-7464,-73686,-26506,-7837,-73528,-25892,-8466,-73845,-25016,-8687,-73942,-22639,-9736,-74143,-21656,-9863,-74128,-20675,-10287,-74198,-20083,-10648,-75045,-20237,-10880,-75239,-19390,-11103,-75034,-17946,-11156,-74525,-18707,-10971,-74368,-18744,-10579,-74485,-18184,-10456,-74445,-18088,-10760,-74326,-20617,-10015,-75148,-20038,-9276,-75589,-19372,-9008,-75729,-19450,-8736,-75662,-20923,-8333,-76042,-20519,-7457,-76140,-18584,-7870,-76285,-19905,-6774,-76410,-18758,-6771,-76434,-16946,-5924,-76156,-17582,-5692,-76097,-16321,-5479,-75664,-15971,-5365,-75369,-16233,-5593,-74896,-15935,-6028,-74502,-15650,-6598,-74107,-16100,-7044,-73868,-16848,-7263,-73812,-17830,-7349,-72757,-19040,-6983,-73166,-18999,-7230,-72931,-20061,-7112,-73687,-19861,-7350,-74214,-19497,-7168,-75010,-18197,-6176,-74409,-16899,-6844,-74255,-18255,-7118,-74018,-18896,-7287,-74679,-18028,-6591,-73591,-18535,-7378,-73393,-19738,-7359,-73739,-19209,-7377,-74955,-17381,-6160,-75456,-17960,-5746,-75486,-19071,-5723,-75927,-20029,-5813,-75554,-20793,-5840,-75455,-19922,-5800,-75295,-20242,-5992,-74180,-25503,-8019,-74414,-24883,-8173,-75349,-24426,-7036,-75359,-24796,-5928,-75007,-25535,-5768,-73794,-25660,-5926,-73316,-25846,-6036,-73182,-25118,-6466,-73891,-24651,-6278,-74136,-25740,-5819,-74332,-24841,-6029,-75091,-24694,-5773,-74677,-25698,-5701,-75250,-24348,-5823,-75508,-24152,-5899,-75738,-23475,-6019,-75525,-23405,-5810,-75564,-22817,-5814,-75733,-22388,-5841,-75410,-21623,-5936,-75362,-22695,-5922,-74649,-22558,-6586,-74043,-22819,-6855,-72854,-23718,-6818,-72664,-23243,-6768,-74569,-20662,-6796,-74955,-20234,-6281,-75764,-20595,-5797,-75707,-23830,-6294,-74975,-24334,-5889,-74112,-24028,-6433,-73373,-24077,-6804,-72930,-25170,-6472,-72454,-25639,-6135,-72759,-25925,-6220,-75281,-25216,-6283,-75488,-24411,-6618,-75693,-22332,-7516,-75818,-21588,-7597,-75802,-23090,-6592,-75868,-22034,-7060,-76012,-21700,-6592,-76111,-20641,-6173,-76274,-19498,-6226,-76451,-18672,-6334,-75985,-21188,-7294,-76104,-20925,-6918,-76313,-19959,-6466,-75903,-22623,-6074,-74921,-23537,-8387,-75092,-23406,-8175,-75454,-22446,-7928,-75649,-23447,-7029,-75157,-23936,-7674,-74810,-24918,-7668,-74514,-26018,-7224,-73290,-27654,-7210,-74279,-27207,-6315,-74757,-26342,-5753,-74147,-27226,-5615,-73602,-27229,-5546,-73409,-26710,-5687,-74027,-27352,-6644,-74671,-26277,-6706,-74910,-26017,-6394,-74870,-26245,-5936,-75204,-25388,-5995,-74399,-26589,-5643,-74558,-26906,-5784,-74221,-27537,-5818,-73686,-28307,-5880,-73360,-26553,-8155,-72880,-27469,-7791,-72875,-27054,-9115,-72995,-28453,-8749,-73179,-28681,-8822,-72891,-29419,-8239,-72510,-28840,-7840,-72397,-28564,-7432,-72569,-27781,-7917,-72604,-28469,-8261,-73477,-28680,-9248,-68648,-32153,-3723,-68155,-32908,-4006,-67803,-32927,-3997,-67780,-32274,-3791,-68202,-32342,-3703,-71783,-30712,-4076,-71663,-31473,-4206,-72157,-30404,-5071,-72281,-29959,-5632,-72416,-29405,-6338,-72304,-29681,-6455,-72311,-29377,-6982,-72446,-30376,-6799,-72288,-30033,-6493,-72188,-30579,-5718,-72288,-30130,-4600,-71841,-29971,-4496,-72085,-30646,-5291,-72568,-30652,-7307,-71879,-31040,-4406,-71035,-31310,-3492,-71732,-31115,-4037,-71438,-25333,-4786,-68065,-31632,-3547,-68469,-32588,-3938,-68704,-32496,-3662,-69011,-34147,-3105,-69019,-34569,-2935,-68340,-36177,-3561,-68767,-34276,-3482,-68709,-35214,-3300,-68724,-34903,-3641,-68575,-35525,-3940,-69033,-33227,-3164,-69252,-34787,-2554,-68871,-35684,-2520,-68618,-36400,-2371,-68130,-38001,-1868,-68323,-36976,-2417,-67803,-38193,-2479,-68358,-36461,-2927,-68715,-35558,-2885,-69353,-33802,-2918,-69623,-33625,-2863,-69421,-33303,-2931,-70011,-32800,-2918,-69081,-32358,-3255,-69727,-34421,-2519,-69071,-35934,-2172,-68876,-37027,-1660,-68243,-38499,-1404,-68472,-37456,-1759,-67902,-38335,-2045,-68324,-33408,-4498,-68283,-33885,-4804,-67962,-34429,-5006,-66897,-33829,-5345,-66497,-35295,-6284,-66818,-34846,-5504,-66983,-35668,-5746,-67259,-36404,-6250,-67431,-36691,-6565,-67513,-37248,-7181,-68055,-37188,-7424,-68004,-37637,-7928,-67481,-34599,-5004,-68433,-34489,-5057,-67900,-35307,-5673,-67623,-36424,-6418,-68104,-36546,-6780,-68355,-36291,-6587,-68536,-36779,-6542,-68473,-37007,-6994,-68283,-37594,-7657,-67684,-38205,-8534,-66367,-37264,-7166,-66692,-36446,-6387,-66747,-35309,-5704,-66967,-36682,-6480,-66600,-35989,-6243,-66442,-36200,-6634,-66418,-36084,-6894,-66570,-36893,-7783,-67387,-35446,-7804,-66763,-35786,-7416,-67170,-34328,-7432,-67188,-33292,-7223,-66528,-32731,-6580,-66434,-31995,-5893,-66385,-29057,-5853,-66200,-28345,-5082,-66261,-27476,-4788,-66190,-26429,-5555,-66284,-27074,-5718,-66610,-27464,-6435,-66686,-28155,-6377,-66907,-28900,-6846,-66717,-29705,-6416,-66864,-29372,-6686,-66440,-30571,-6199,-66641,-31386,-6533,-67260,-31545,-7257,-67725,-33294,-7846,-67929,-32871,-8154,-68061,-32665,-8592,-67961,-32754,-8953,-67753,-33532,-8640,-67865,-33541,-8067,-67688,-33775,-7819,-67238,-32560,-7232,-67056,-31717,-6930,-66840,-30775,-6691,-67120,-30382,-7109,-67239,-29999,-7405,-67183,-29471,-7565,-67026,-28952,-7548,-66869,-28296,-7415,-66849,-28235,-6918,-67600,-31214,-7736,-68116,-31254,-8850,-67980,-30969,-8548,-67974,-30357,-9653,-68095,-30991,-9541,-67606,-31095,-10091,-67847,-31783,-9736,-67455,-32329,-9847,-67064,-32538,-9866,-66174,-33309,-9585,-66112,-33828,-9398,-64912,-33809,-9645,-64932,-34084,-9764,-65043,-34210,-10046,-65743,-34911,-10091,-66668,-35324,-9842,-67087,-35630,-9979,-67448,-35784,-9353,-67242,-35390,-8971,-67839,-34512,-8111,-67809,-35714,-8646,-67762,-35461,-8263,-67272,-35945,-7974,-67734,-34816,-8397,-66388,-31759,-6242,-66629,-28644,-6189,-66099,-27730,-4953,-66032,-27395,-5083,-66009,-26901,-4728,-66060,-26493,-5186,-66379,-32208,-6182,-66667,-32218,-6668,-66588,-35547,-7104,-66471,-35485,-6688,-66979,-35197,-7429,-66570,-34669,-6973,-66489,-34262,-6710,-66356,-36758,-7078,-66356,-36954,-7506,-66961,-36690,-8204,-67304,-36446,-8693,-67694,-35974,-8908,-67726,-35656,-8855,-68273,-34613,-5305,-67474,-35795,-5821,-67643,-40392,-1221,-67382,-41121,-1041,-67080,-41245,-1460,-66734,-41972,-1003,-66500,-42233,-944,-66723,-42301,-497,-66578,-43109,392,-66274,-42819,64,-67170,-41795,-686,-68240,-40299,-618,-67932,-40319,-893,-66937,-41123,-2100,-66763,-40981,-3134,-66119,-42061,-2075,-70020,-38108,-983,-70325,-37133,-1491,-69519,-37947,-996,-70022,-36026,-1834,-69668,-37055,-1403,-69731,-38351,-823,-70439,-44922,1267,-68126,-46140,2292,-70160,-46252,2803,-70726,-45907,2411,-69253,-45684,2160,-69004,-45684,2293,-68917,-44705,3158,-69714,-45256,1798,-69219,-45012,2807,-68832,-45273,3077,-80119,-50948,2400,-79923,-49523,2188,-78961,-48864,2151,-78432,-48634,2152,-77355,-48036,1963,-79418,-50787,2586,-79530,-49992,2485,-78401,-50025,2709,-77645,-50405,2900,-77504,-50861,3134,-77617,-51207,3482,-78706,-51624,3573,-78284,-51952,4064,-79120,-52349,4274,-79307,-52090,3942,-80243,-52168,3806,-80337,-53917,5184,-79008,-53724,5313,-78807,-55901,6365,-78659,-56529,6547,-80137,-56638,6189,-80511,-57194,6236,-80229,-58248,7366,-79582,-57660,7779,-78741,-57652,8359,-78468,-57525,8256,-78151,-57760,8356,-76726,-57510,8024,-76348,-57429,7804,-76366,-57250,7043,-75428,-57131,6972,-74595,-56572,6814,-75688,-56071,6594,-75171,-55550,6498,-76715,-55289,6314,-78141,-54665,5917,-77841,-55607,6369,-77818,-57236,7001,-78632,-57289,6897,-79188,-57344,7025,-79268,-57219,6696,-79038,-56841,6567,-77732,-56839,6801,-77533,-56350,6710,-76164,-54740,6090,-76635,-53723,5502,-76821,-52075,4385,-76545,-50495,3217,-76873,-50963,3501,-77391,-51476,3826,-78430,-52553,4578,-77751,-53059,5061,-77664,-53696,5462,-78618,-54143,5609,-80469,-52788,4357,-78946,-53165,4940,-76074,-52924,5028,-73779,-52621,5504,-74056,-53438,5778,-73420,-53951,6148,-74228,-54815,6350,-74759,-54429,6100,-75497,-54580,6059,-75347,-53577,5529,-75955,-53655,5494,-76195,-52427,4695,-75591,-52572,4883,-75802,-51761,4311,-76766,-51395,3874,-76008,-50513,3372,-75024,-50734,3822,-75172,-49876,3457,-75621,-49139,3022,-74807,-48988,3226,-73194,-50724,4680,-73678,-51504,4892,-74751,-52512,5108,-73926,-52167,5220,-72611,-52366,5777,-71946,-52674,6106,-72256,-53737,6384,-71785,-54102,6554,-72570,-54362,6462,-71631,-55214,6778,-72176,-54929,6668,-72695,-55395,6698,-72013,-56167,6947,-72958,-56034,6769,-73227,-56803,6876,-71895,-56702,6978,-71215,-57643,7363,-69171,-58104,7000,-70510,-59224,7182,-70119,-59917,7082,-69511,-59904,6967,-67872,-59909,5910,-71097,-59885,4978,-69637,-59910,32,-66950,-59905,3911,-67003,-59911,22,-65661,-59919,5920,-68650,-59916,6816,-68982,-58796,6918,-72732,-59870,6447,-74456,-59909,7808,-73228,-59909,7606,-71094,-58409,7329,-73155,-59086,7619,-71800,-59910,7362,-73512,-59850,5310,-73594,-59879,3711,-73551,-55399,6629,-74011,-55851,6699,-74555,-57135,6957,-73982,-58138,7768,-73141,-57613,7623,-74916,-57684,7888,-74896,-57376,7343,-76458,-57669,8084,-75825,-57337,7258,-74914,-57277,7076,-75446,-55333,6395,-73983,-57393,7324,-73975,-57567,7729,-74953,-57494,7822,-71906,-57191,6996,-73833,-57197,6952,-74102,-50934,4355,-73996,-50117,4016,-74701,-51634,4535,-75627,-51075,3826,-76411,-50015,3098,-78027,-49736,2705,-78474,-57125,6814,-76455,-55921,6547,-76307,-56332,6726,-76507,-56957,6890,-79842,-57527,7590,-80020,-57421,7371,-79921,-57311,6669,-79386,-57432,7727,-80680,-56599,6012,-81279,-57221,5975,-81926,-57235,5741,-82943,-57190,5064,-83288,-56989,4761,-83484,-57136,4672,-84357,-57025,3996,-84254,-57282,4428,-84814,-57403,4081,-85555,-57240,3520,-86058,-57255,3178,-86389,-57175,2908,-86182,-56878,2586,-87009,-57194,2467,-87115,-56933,1800,-87537,-56996,1466,-86860,-55345,1417,-86136,-55781,2447,-85105,-54679,3130,-84597,-54384,3447,-83967,-53549,3420,-83960,-52651,2739,-86356,-54440,1540,-85772,-52904,1019,-85187,-52914,1726,-84957,-52091,1204,-84891,-51616,917,-84374,-52070,1811,-84756,-51166,659,-85762,-54798,2444,-87354,-56385,1336,-87414,-57321,2182,-88780,-57362,1171,-88505,-58132,1425,-89930,-57911,356,-91255,-57150,-882,-91575,-57284,-997,-91844,-57164,-1329,-91994,-57141,-1624,-92721,-57417,-2311,-92189,-57129,-3213,-91034,-57090,-1060,-92572,-57173,-2556,-90664,-57116,-396,-92622,-57719,-1843,-92743,-58472,-1960,-92468,-59077,-1573,-91966,-59075,-1180,-91955,-58114,-1241,-92587,-57272,-1933,-91615,-57619,-998,-90414,-58092,-8,-91214,-59343,-629,-90340,-58566,59,-92399,-59919,-6772,-87889,-59924,-5877,-93627,-59914,-8675,-93770,-59914,-9943,-93563,-59507,-8105,-93781,-59339,-9883,-93622,-59916,-10593,-93551,-59912,-8087,-93413,-59918,-6904,-93349,-58958,-6384,-83664,-59929,4308,-80316,-59916,6428,-81209,-59936,6717,-82782,-58257,5561,-83962,-58240,4732,-75341,-59904,2074,-77292,-59897,3113,-77378,-59783,5955,-77477,-59656,6863,-78316,-59734,6940,-80601,-59935,7125,-81174,-58616,6727,-80320,-59163,7310,-79420,-59035,7880,-78919,-59627,8217,-79001,-59815,7897,-79281,-59889,7995,-79930,-59926,7579,-79130,-59848,7093,-78625,-59664,7653,-78646,-59330,8079,-78809,-58489,8296,-78406,-59176,8092,-76251,-59605,7258,-75773,-59715,6479,-74641,-59850,4585,-76019,-59793,5491,-77024,-59723,6352,-78212,-59554,7563,-80967,-57910,6846,-81273,-57462,6581,-76930,-59853,4605,-78084,-59851,5409,-76091,-59877,3598,-79566,-59924,-2490,-73308,-59920,-5589,-72551,-59917,-3072,-77457,-59919,255,-72619,-59893,2829,-71997,-59921,-11151,-50877,-59913,-8130,-50896,-59112,-8192,-51719,-57682,-7004,-51354,-57683,-7301,-51533,-57776,-6948,-52159,-57864,-6116,-52464,-57691,-5884,-52838,-57665,-5630,-52876,-57786,-5180,-53146,-59012,-4749,-53817,-58448,-3883,-54210,-59917,-3370,-53115,-59905,-4760,-53621,-59916,-6011,-53544,-59905,-4206,-57233,-59919,-8499,-52677,-59903,-5373,-53907,-57525,-5682,-53842,-57151,-6098,-53480,-56462,-7482,-54271,-55259,-7556,-54974,-55442,-6499,-54970,-54769,-7200,-55199,-55086,-6585,-55481,-54151,-7407,-55982,-54412,-6640,-56844,-53679,-6710,-58505,-52035,-5848,-58327,-51993,-6475,-58665,-51531,-6246,-58641,-51251,-6607,-58892,-50329,-6277,-58256,-50875,-7605,-58054,-50321,-7929,-57534,-50210,-8444,-58005,-49121,-8298,-58314,-49317,-7886,-58537,-50359,-7263,-58987,-49597,-6477,-59019,-49990,-6047,-59116,-50422,-5053,-58983,-50878,-5136,-59024,-51357,-3847,-58889,-51845,-3967,-59090,-51909,-2671,-58862,-52546,-3173,-58812,-53573,-1964,-58697,-53915,-1927,-58748,-54270,-1121,-58277,-55542,-1030,-58080,-56245,-509,-57473,-56667,-957,-56799,-56672,-2240,-56306,-56658,-3258,-55775,-56699,-4093,-56134,-57502,-2500,-55711,-57582,-3046,-55211,-57536,-3885,-54929,-57501,-4308,-54726,-57639,-4001,-54410,-57537,-4970,-55864,-55558,-5312,-57262,-55377,-3407,-57522,-55540,-2576,-57611,-55151,-2991,-58524,-53385,-3373,-58726,-52086,-4777,-58644,-53261,-3124,-58846,-51441,-5227,-58787,-51309,-5878,-57068,-56139,-2465,-58152,-55004,-1974,-58420,-54643,-1764,-58397,-54068,-2651,-54559,-57101,-5226,-55177,-57000,-4586,-54284,-56527,-6246,-54753,-55832,-6322,-54305,-55742,-6969,-53781,-56401,-7012,-55013,-56539,-5417,-55017,-56340,-5613,-55227,-55921,-5696,-56343,-57574,-2004,-55287,-57663,-3060,-57831,-57135,204,-57789,-57596,508,-57742,-57725,977,-58070,-57769,1597,-57301,-57935,672,-58800,-57516,1704,-58284,-57626,1306,-58839,-57709,2393,-58653,-57848,2414,-57958,-57882,1528,-58327,-59925,1869,-59126,-58771,2960,-63098,-59907,6119,-63213,-58602,6132,-62859,-57976,6064,-63592,-57620,5716,-63703,-57479,5262,-64184,-57439,5433,-64043,-56521,5110,-65273,-56314,5646,-64047,-55979,4963,-62689,-55988,4347,-62552,-54973,4082,-61900,-55996,3966,-61253,-56466,3731,-61502,-57408,4215,-60891,-57356,3819,-61637,-57612,4565,-61946,-57482,4496,-62156,-56733,4333,-63346,-57763,6056,-62697,-57757,5815,-62114,-58081,5965,-61621,-57962,5734,-61115,-58293,5471,-60817,-57839,5031,-60508,-57904,4736,-59607,-57727,3516,-59050,-57790,2927,-59383,-57592,2577,-58122,-56963,470,-62379,-58856,6001,-61611,-59901,5880,-61593,-58722,5893,-61371,-58128,5722,-60191,-58120,4338,-60408,-58837,4522,-60170,-59919,4096,-60765,-59446,4938,-63166,-59911,4616,-60685,-59902,4799,-72780,-59910,101,-59200,-59912,2933,-59746,-59929,3558,-59917,-59109,3867,-59517,-57921,3513,-59947,-57770,4001,-58497,-58325,2213,-58318,-57489,1085,-58996,-53073,-1646,-59676,-52587,319,-60108,-52886,1157,-60594,-52425,1506,-60497,-53691,2041,-60878,-53703,2414,-61465,-53890,2989,-61072,-52638,2059,-61779,-51944,2101,-62698,-51785,2470,-61872,-51254,1678,-61789,-50656,1125,-63352,-52141,3060,-62729,-53186,3416,-62076,-53628,3291,-63414,-53269,3872,-62419,-54055,3710,-63724,-53809,4327,-64822,-54275,5036,-64803,-53904,4873,-66012,-54024,5524,-67211,-53957,6076,-68298,-52803,5937,-68108,-51944,5262,-68734,-51573,5198,-68901,-51002,4692,-68690,-50804,4644,-67593,-51273,4657,-69468,-50720,4585,-69724,-50248,4453,-70436,-50603,4778,-67687,-53283,5990,-67760,-53771,6206,-68592,-53680,6383,-69796,-54480,6656,-70344,-55833,6880,-71053,-54442,6651,-70365,-53822,6596,-70774,-55064,6745,-69843,-53225,6462,-70264,-52661,6270,-72900,-49837,4173,-72421,-49493,3975,-72892,-48945,3467,-72304,-48627,3566,-70538,-48005,3850,-71616,-46803,2840,-71719,-47433,3129,-72307,-46403,2333,-71825,-49170,3964,-71588,-48500,3644,-71350,-48191,3577,-69797,-49332,4450,-70350,-49856,4282,-70104,-48650,4217,-69699,-48225,4206,-69255,-49915,4635,-68626,-50428,4736,-71103,-48824,3855,-71131,-49218,4006,-71424,-49723,4317,-72033,-50732,5016,-71028,-49832,4353,-70177,-50257,4435,-71313,-50343,4723,-71440,-51023,5267,-70540,-51500,5557,-69557,-52256,5931,-69486,-51705,5520,-69636,-52760,6248,-68805,-53143,6256,-70985,-52318,6071,-71833,-50049,4473,-66999,-54685,6138,-67658,-54774,6324,-68231,-55905,6607,-66845,-56041,6265,-68358,-57346,6564,-69273,-56964,6749,-68342,-57606,6846,-70073,-57337,6914,-69239,-57335,6755,-66167,-54408,5743,-65558,-55343,5600,-65171,-55994,5518,-65159,-56865,5713,-64837,-57627,6123,-64482,-55768,5134,-65090,-54531,5241,-64196,-54668,4828,-63670,-55107,4661,-63063,-54306,4173,-61711,-54802,3562,-61479,-55429,3590,-62042,-55297,3868,-60746,-55047,2992,-60035,-54375,1912,-59957,-53582,1300,-59648,-53303,616,-61741,-52925,2675,-65783,-53655,5222,-66402,-53334,5347,-67177,-53306,5767,-62632,-51066,2010,-63114,-51077,2379,-63805,-51383,2977,-64336,-50308,3574,-63071,-51601,2565,-67111,-49594,4591,-67275,-50002,4752,-64873,-49964,3942,-65495,-49701,4196,-61320,-52129,1932,-60687,-51893,1257,-60413,-51445,571,-60158,-51259,-13,-60019,-50949,-745,-59799,-51495,-419,-59578,-51198,-1551,-59679,-50471,-2957,-59366,-51084,-2817,-59505,-50166,-3875,-60012,-49252,-4129,-60693,-48456,-3843,-60856,-47657,-4664,-61071,-47688,-4062,-61355,-47052,-4357,-61325,-46759,-4996,-61863,-46634,-3969,-59905,-49819,-3485,-60006,-50157,-2475,-60416,-50200,-1059,-60594,-49504,-1857,-61107,-48535,-1851,-60704,-49718,-1152,-61090,-49001,-1119,-60778,-50022,-620,-60909,-50511,108,-61427,-49937,199,-61372,-50547,633,-61109,-51393,1225,-60609,-49181,-2570,-61067,-48213,-2987,-59842,-51983,277,-59488,-51593,-1178,-59185,-51431,-2931,-59026,-53700,-743,-59119,-54159,-63,-59586,-53961,941,-59339,-53393,-4,-59552,-52060,-330,-58911,-48692,-7360,-59305,-47958,-7284,-59254,-48693,-6654,-58727,-49428,-7208,-58222,-48559,-8274,-57373,-48562,-9096,-57370,-47942,-9595,-56708,-48296,-10249,-57392,-47489,-10114,-57962,-47096,-9717,-58485,-46425,-9882,-60069,-45689,-8683,-60615,-45597,-8074,-60395,-46671,-6936,-60873,-46110,-7046,-61800,-45860,-5937,-61898,-44724,-7677,-62252,-44175,-8098,-62377,-43742,-8620,-61764,-44254,-8600,-62378,-43168,-9383,-61441,-43729,-9634,-60201,-44872,-9598,-60673,-44931,-8942,-61257,-44997,-8125,-59938,-44839,-10048,-60650,-43676,-10801,-61238,-42879,-10872,-61228,-42057,-11534,-60875,-41234,-12268,-60680,-40479,-13220,-60288,-41361,-13067,-59943,-41675,-13627,-60046,-41963,-13112,-59812,-42933,-13133,-60330,-42795,-12297,-59842,-43420,-12622,-59869,-43873,-11895,-60256,-43611,-11557,-59916,-44336,-10995,-60670,-42510,-11960,-60428,-41668,-12653,-60519,-43126,-11673,-59660,-42864,-13485,-59612,-42538,-13830,-60719,-40116,-13947,-61100,-39523,-14369,-61409,-38684,-13755,-61353,-38142,-13909,-61449,-38054,-13724,-61548,-37502,-13594,-61985,-36681,-13396,-61983,-36385,-12894,-62746,-35933,-13323,-63134,-35704,-13019,-63911,-35333,-12270,-64117,-35103,-12425,-63819,-35022,-12886,-64476,-34744,-12395,-64959,-34491,-13487,-65822,-36078,-12839,-66123,-36257,-12434,-65600,-36780,-12525,-64826,-37456,-12146,-64457,-37453,-11751,-64905,-36260,-12397,-65188,-35526,-12695,-65216,-35029,-13040,-64791,-34835,-12589,-64334,-35246,-11961,-64182,-35095,-12039,-63525,-35524,-11608,-65628,-34973,-13573,-65856,-35585,-13261,-65221,-36311,-12676,-65442,-36259,-12783,-65122,-37482,-12246,-65517,-35573,-13044,-64719,-35141,-12292,-61115,-43537,-10297,-61631,-43125,-10181,-61576,-42613,-10744,-62613,-41518,-10480,-62800,-40883,-10271,-63278,-40305,-10145,-64503,-39788,-10127,-64176,-39857,-10367,-64260,-38950,-10470,-64137,-38364,-10850,-63613,-37575,-12033,-63207,-37394,-12432,-61722,-37869,-12690,-60874,-37635,-12750,-62101,-38157,-12754,-62559,-37400,-12449,-63240,-37674,-12405,-63133,-39253,-11781,-63586,-39021,-11284,-63964,-38786,-10749,-63777,-39312,-10843,-63326,-39281,-11615,-63358,-39942,-11363,-62948,-40012,-11449,-62260,-40081,-11747,-61849,-41380,-11130,-61466,-40902,-11620,-61671,-41617,-11363,-62144,-41883,-10857,-61966,-42288,-10693,-61645,-39488,-12325,-61100,-40155,-12320,-61031,-40474,-12476,-60998,-39772,-12622,-60966,-39805,-13459,-61116,-39509,-13581,-60847,-38933,-13320,-60895,-39084,-13015,-62617,-38288,-12544,-62647,-39090,-12116,-60949,-39773,-13078,-64090,-39309,-10456,-63638,-39981,-11088,-63570,-40131,-11000,-63029,-40278,-11150,-62690,-40826,-10917,-62354,-40665,-11306,-62999,-40607,-10614,-62571,-41340,-10598,-63920,-38129,-11137,-60914,-38344,-12849,-61181,-37646,-12498,-61171,-37227,-13054,-61631,-36730,-11970,-61508,-37139,-12118,-62359,-36747,-11864,-62348,-37022,-12129,-63213,-36975,-12203,-61198,-37039,-12607,-61157,-37172,-12259,-62955,-37865,-12550,-62306,-42693,-10020,-62843,-42318,-10012,-63846,-42433,-9066,-62754,-41839,-10464,-59505,-44996,-10540,-59496,-44208,-12223,-59117,-44785,-12006,-59056,-44453,-13029,-59634,-44416,-11454,-59334,-43726,-13389,-59388,-43294,-13825,-59078,-43770,-14166,-59175,-43402,-14806,-59345,-42932,-14736,-60051,-41183,-14288,-60280,-40790,-14563,-60721,-40223,-15001,-60746,-40170,-15330,-60734,-39823,-15349,-60810,-39746,-16209,-61120,-39007,-16487,-60525,-40500,-16391,-60597,-40754,-16198,-60224,-41430,-16143,-60435,-40698,-15227,-59888,-41654,-15151,-59387,-42789,-15297,-60502,-41158,-16828,-60448,-41581,-17592,-60245,-41461,-18247,-60344,-40550,-20469,-60591,-41072,-20586,-60430,-41326,-20909,-60020,-40843,-21123,-60506,-41566,-21179,-59686,-39886,-20202,-60593,-40086,-21280,-60707,-40047,-21577,-60051,-40182,-20315,-60199,-40538,-20124,-60242,-40229,-19059,-60656,-39820,-17430,-60690,-39170,-18239,-60894,-38709,-17846,-61284,-37692,-17784,-61209,-36756,-17595,-61437,-36844,-18190,-61495,-36194,-18958,-61629,-36359,-19081,-62069,-35204,-20329,-62667,-35017,-21029,-63012,-34688,-21528,-63055,-34203,-21246,-63203,-34135,-20176,-63433,-33830,-20838,-63854,-33804,-19638,-63731,-34070,-18596,-64266,-33955,-17573,-64989,-33359,-17277,-64737,-32672,-18580,-64921,-31736,-18955,-64652,-30542,-20081,-64602,-30261,-20524,-64333,-28966,-21112,-63939,-27276,-21066,-63760,-25984,-20492,-63528,-25388,-20128,-63343,-25464,-19785,-63293,-24121,-20083,-63090,-24400,-19736,-63037,-23444,-19833,-62478,-24520,-19151,-62004,-25259,-18702,-61801,-26736,-17985,-62347,-28161,-17711,-62744,-29067,-17527,-62868,-29687,-17200,-63355,-30415,-16971,-64678,-31540,-16461,-65107,-32024,-16320,-65570,-33006,-15935,-65760,-33016,-15561,-64935,-33580,-16694,-65294,-33311,-16728,-65333,-33124,-16802,-64504,-31654,-16757,-64428,-31531,-16998,-63912,-30973,-16931,-63882,-30458,-17472,-63861,-29891,-17982,-64304,-30169,-18342,-64011,-29226,-18730,-63517,-28471,-18579,-63812,-28101,-19232,-63975,-27722,-19800,-63710,-26414,-19987,-62233,-26135,-18647,-62794,-26084,-18995,-62879,-25264,-19344,-62570,-25499,-18996,-62593,-27455,-18320,-62954,-28406,-17998,-64672,-33377,-17814,-60334,-36429,-17023,-61106,-37000,-16672,-60930,-37020,-16003,-59781,-36158,-16580,-59688,-36232,-15791,-59657,-35769,-15940,-59713,-35994,-15426,-59982,-35754,-14565,-60049,-35916,-14531,-60245,-36912,-14415,-60732,-37269,-14154,-61597,-37257,-13822,-62071,-36632,-13759,-61514,-36554,-14196,-61999,-36090,-14234,-61234,-35656,-14829,-61404,-34778,-14827,-60876,-35209,-14530,-60685,-35062,-14406,-60955,-34363,-14595,-60222,-35233,-15957,-60196,-35201,-17710,-60449,-35115,-17935,-60361,-35318,-18293,-61190,-34944,-17200,-60628,-35060,-17108,-59966,-35636,-14813,-59752,-36077,-14661,-59934,-35530,-15474,-60459,-35094,-14485,-59960,-35691,-17501,-59843,-35433,-16458,-59882,-35480,-17165,-60148,-36101,-17366,-61195,-36073,-18675,-60412,-35770,-18164,-59636,-35825,-16429,-60461,-36669,-16532,-60462,-36427,-14576,-60958,-35835,-14810,-60691,-36775,-14456,-62604,-35456,-14185,-59687,-36416,-15451,-60064,-36511,-15993,-61256,-36589,-18018,-60552,-40360,-17339,-60327,-40663,-18299,-60475,-40784,-16829,-60818,-39637,-16739,-60279,-39612,-19534,-60155,-39846,-19476,-60392,-39329,-19860,-60849,-38647,-18521,-61375,-37332,-18275,-60454,-39303,-19109,-59717,-40223,-19812,-59644,-40012,-19693,-60590,-40689,-21276,-60035,-40639,-21225,-60283,-40218,-21146,-60527,-39801,-20894,-59687,-39956,-20741,-59785,-40339,-21009,-61105,-41545,-20835,-60986,-41479,-20560,-60545,-40986,-20379,-60858,-41939,-20126,-60697,-41783,-19938,-60511,-42049,-18898,-60123,-40604,-19172,-60036,-41106,-19147,-59832,-40885,-19484,-59792,-40578,-19431,-59667,-42106,-14221,-59377,-43108,-16185,-59466,-43510,-17128,-59981,-42634,-17516,-59596,-43761,-18073,-59102,-43670,-15569,-58837,-44424,-16181,-59147,-44356,-17552,-59758,-44028,-18998,-60210,-43317,-19427,-60194,-42685,-18307,-60396,-41874,-17931,-59520,-44521,-19132,-59828,-44385,-19831,-60073,-44150,-20238,-60618,-42846,-20176,-60501,-42693,-19540,-60679,-42082,-19538,-61201,-41842,-20976,-61005,-42366,-20889,-60847,-42234,-20216,-59154,-43871,-16476,-59342,-43983,-17500,-60004,-43055,-18245,-60070,-42097,-16957,-59661,-42815,-16776,-59602,-42462,-15770,-63228,-43029,-8708,-64680,-42405,-8249,-64814,-42119,-8572,-62903,-42972,-9122,-61544,-45686,-6734,-60303,-47066,-6581,-60152,-46337,-7714,-59601,-47148,-7569,-59474,-46733,-8164,-58568,-46932,-9040,-58631,-47164,-8736,-57765,-48069,-8996,-60967,-46430,-6345,-60887,-47295,-5093,-60402,-47971,-5159,-60462,-47353,-5913,-59647,-49041,-5216,-59944,-48716,-5029,-59505,-49131,-5464,-59277,-49421,-5771,-59816,-47597,-6747,-59054,-47809,-7778,-58665,-48105,-8051,-59069,-47247,-8165,-58648,-48943,-7592,-59516,-48297,-6503,-59883,-48094,-5994,-59601,-46292,-8509,-59090,-46079,-9482,-59033,-45673,-10223,-58794,-45597,-10839,-58817,-45384,-11283,-58462,-45251,-13030,-57380,-48996,-8899,-56955,-53153,-7196,-57467,-53108,-6564,-57425,-52638,-7288,-57651,-52201,-7581,-57784,-52720,-6608,-58318,-51570,-7188,-57794,-51278,-8058,-57408,-50612,-8536,-57051,-51059,-8926,-56296,-51943,-9671,-56719,-51775,-9260,-57276,-52150,-8174,-58028,-51508,-7684,-57675,-51834,-7940,-57308,-51446,-8619,-56849,-51458,-9181,-56860,-52024,-8812,-56152,-51463,-9975,-55962,-50690,-10004,-55879,-50084,-10075,-56404,-49773,-9526,-56313,-50322,-9528,-56705,-50035,-9173,-55969,-49708,-10143,-56593,-49191,-9625,-51264,-58386,-7268,-50928,-57902,-7912,-50940,-58408,-8399,-51980,-58626,-6300,-51162,-59257,-7385,-52053,-59919,-6195,-51163,-59094,-10582,-51237,-59314,-11281,-51375,-59914,-12588,-51421,-58056,-12944,-51548,-57593,-13389,-51382,-58542,-12568,-51068,-58617,-9787,-51140,-57667,-10161,-51887,-57509,-10155,-51256,-57628,-9755,-52023,-57520,-9476,-52272,-57416,-9080,-52194,-57595,-8111,-52264,-57565,-8492,-52633,-57616,-7115,-52331,-57655,-6513,-52395,-57406,-8750,-52761,-56344,-9228,-52450,-56341,-10001,-52344,-56885,-9653,-52153,-57224,-9807,-51598,-57616,-8678,-51795,-57714,-6712,-51072,-57639,-8756,-50982,-57881,-8945,-51052,-57751,-9692,-51215,-57663,-10686,-51383,-57584,-10679,-51994,-57355,-10575,-51794,-57500,-11016,-51467,-59913,-11098,-51122,-59904,-10228,-51206,-59910,-10968,-50947,-58951,-8673,-50972,-59915,-9089,-61352,-59915,-11518,-91432,-59921,-774,-90446,-59898,-27,-93177,-59917,-4753,-93065,-58395,-4214,-92864,-57285,-3616,-92749,-57205,-3058,-92700,-57176,-3791,-92984,-57298,-4169,-93066,-57585,-4584,-93141,-58200,-5003,-92934,-57206,-4496,-92960,-57186,-5295,-93211,-57501,-5932,-93469,-58477,-7331,-93325,-57420,-6793,-93440,-57437,-7612,-92672,-56415,-8176,-92660,-55563,-8611,-92394,-55016,-8408,-92131,-54602,-7860,-91938,-55009,-7120,-91536,-54377,-6466,-91111,-53754,-6127,-90767,-53013,-6021,-90332,-51584,-6314,-89806,-51757,-5508,-89228,-51480,-4953,-88634,-51540,-4192,-88839,-52688,-3642,-88225,-52910,-2385,-88061,-53117,-1940,-85925,-51226,-620,-93015,-56404,-9695,-92901,-55802,-9362,-93112,-55343,-10547,-93129,-55851,-10360,-93351,-55686,-11635,-93408,-56123,-12247,-93475,-55662,-12776,-93558,-57043,-13645,-93586,-57025,-14582,-93535,-56483,-14791,-93417,-55716,-15182,-92858,-53661,-15699,-92885,-54366,-16328,-92739,-52783,-15101,-92722,-52142,-13025,-92380,-51329,-12540,-91740,-50290,-11683,-91662,-49790,-12554,-91391,-49101,-12385,-91282,-48942,-11876,-91003,-48301,-11988,-91054,-48620,-11158,-90811,-48146,-10915,-90468,-48472,-8887,-90503,-48756,-8278,-90447,-49018,-7771,-90070,-49106,-7168,-89627,-49228,-6567,-89644,-49882,-6156,-88970,-49789,-5656,-88019,-50310,-4519,-90032,-48453,-8107,-89251,-47910,-8287,-88705,-46992,-9674,-90651,-48227,-10108,-90360,-47703,-10783,-88796,-46226,-11228,-89965,-47812,-9767,-89656,-47228,-10540,-89243,-47219,-9938,-92449,-51352,-13008,-92549,-51489,-13883,-92107,-50412,-14041,-92242,-50702,-14476,-91763,-49423,-14806,-91639,-49152,-15147,-91156,-48342,-14313,-90923,-47936,-15253,-91074,-48577,-17393,-91184,-48939,-17651,-91078,-49219,-18548,-90923,-48946,-18836,-90786,-49949,-20247,-90861,-50482,-20704,-91154,-51401,-20853,-91508,-53397,-22496,-91604,-53159,-21679,-91818,-54058,-22203,-91915,-53810,-21104,-92181,-54312,-20741,-92139,-54574,-21665,-92538,-54706,-19764,-92454,-54903,-20917,-92588,-54912,-20150,-92924,-55442,-20152,-93349,-56122,-20195,-93686,-56744,-20377,-93864,-57053,-20167,-93859,-57108,-18933,-93837,-57120,-18391,-93863,-57165,-17223,-93761,-57149,-16570,-93604,-56952,-15427,-93782,-57170,-14490,-94357,-57288,-16723,-94458,-57493,-16644,-94543,-57497,-17578,-94622,-57416,-18657,-94711,-57400,-19660,-94779,-57501,-20362,-94901,-57729,-21779,-94904,-58329,-21885,-94864,-59207,-20718,-94366,-59925,-20669,-94523,-59927,-19108,-92023,-59937,-22552,-93989,-58596,-23334,-93802,-58041,-23592,-93224,-57199,-23245,-92563,-57203,-24151,-92221,-57203,-24620,-91841,-57224,-25223,-91318,-57224,-25961,-90878,-56955,-26432,-90792,-57139,-26698,-90287,-57258,-27617,-89821,-57960,-29201,-89386,-59039,-29857,-85222,-59932,-28386,-85981,-59923,-34321,-87885,-59926,-31742,-87335,-59916,-32460,-87294,-59331,-32596,-87939,-58624,-31828,-86678,-59917,-33343,-90975,-59927,-15874,-86416,-59929,-15391,-81527,-59928,-15866,-89144,-59935,-20110,-75704,-59925,-19663,-87693,-59934,-23027,-92497,-58666,-25466,-93526,-58682,-24009,-93163,-58142,-24494,-93612,-59055,-23874,-93558,-59929,-23885,-93064,-59930,-24591,-92226,-59926,-24957,-91479,-59923,-26192,-90419,-59934,-24545,-93353,-59930,-19325,-94624,-59916,-17903,-94716,-59157,-18922,-94660,-57760,-18728,-94577,-58548,-17524,-94493,-59248,-16443,-94568,-59907,-17219,-93274,-59919,-15692,-94800,-58275,-20130,-94804,-59921,-19876,-94856,-59934,-20610,-94895,-59328,-21846,-94901,-59917,-21306,-94725,-59931,-18946,-94532,-57274,-18932,-94054,-57222,-16145,-93320,-56046,-19426,-93027,-55478,-19338,-93018,-55310,-18559,-93010,-55131,-17803,-92657,-54281,-17323,-92406,-53661,-17497,-92192,-52818,-17346,-92452,-52926,-16447,-92393,-51973,-15711,-92782,-54306,-16712,-93222,-55654,-17393,-93052,-55086,-16779,-93326,-55776,-16346,-93176,-55179,-16084,-93511,-56430,-15825,-93050,-54480,-15626,-93312,-55272,-15215,-92052,-53312,-19289,-91834,-53071,-20181,-91644,-52361,-19712,-92015,-52966,-18616,-92010,-52627,-18063,-92342,-53763,-18128,-92268,-53891,-19125,-92706,-54796,-18913,-92584,-54307,-17951,-92662,-55306,-21361,-92551,-55440,-22373,-93414,-56574,-21465,-93846,-57140,-20971,-93777,-57270,-22054,-94634,-57333,-21634,-94818,-57406,-21143,-94292,-57273,-20670,-91471,-52164,-20459,-90954,-51096,-21367,-90709,-50867,-22015,-91270,-52415,-22063,-91076,-52370,-22690,-91661,-54305,-23131,-91172,-54302,-24161,-91183,-54975,-24823,-89765,-54507,-27082,-88944,-53601,-27687,-88468,-51566,-26721,-88171,-51861,-27295,-86293,-51259,-28263,-84907,-51161,-29124,-83916,-50424,-29596,-84389,-50078,-29393,-84823,-49303,-29272,-84388,-49086,-29474,-83909,-48725,-29660,-83802,-47411,-29487,-83345,-48442,-29879,-84499,-46279,-28946,-83921,-45380,-28976,-82942,-45865,-29631,-83209,-44560,-29157,-82077,-45517,-30075,-81187,-45562,-30575,-80639,-43509,-30374,-81122,-42250,-29695,-80550,-41870,-29773,-79742,-42001,-30153,-79195,-41811,-30315,-78566,-40722,-30102,-77108,-40188,-30184,-76147,-41290,-30777,-73776,-41702,-31183,-73028,-41850,-31401,-72551,-40652,-31001,-72451,-39438,-30493,-71933,-39041,-30498,-70071,-39448,-31005,-69678,-39830,-31180,-68233,-39943,-31263,-67055,-40814,-31596,-66973,-42025,-32225,-67397,-42097,-32342,-67006,-43248,-32748,-66442,-43445,-32657,-64922,-43513,-32091,-65064,-42530,-31798,-64465,-41399,-30962,-64769,-40189,-30537,-64101,-38981,-29951,-63783,-38304,-30153,-63301,-38241,-29501,-63198,-38517,-29113,-63030,-39640,-28414,-63051,-40065,-28735,-62837,-40472,-28640,-62139,-41313,-28006,-62333,-41367,-28557,-61818,-42452,-28421,-61822,-41957,-27822,-61357,-43281,-27758,-63299,-39025,-29090,-63569,-39171,-29466,-63543,-38557,-29573,-63694,-39626,-29593,-64153,-39548,-29939,-63981,-41354,-30636,-63920,-40034,-29856,-63534,-40878,-29977,-62714,-41212,-29087,-63079,-40539,-29148,-63058,-42159,-30191,-61935,-43159,-29167,-61706,-44136,-29347,-62565,-42199,-29627,-62201,-41991,-28882,-63521,-41860,-30493,-63626,-40208,-29693,-63331,-39890,-29185,-65764,-43274,-32361,-65427,-42183,-31810,-65197,-41164,-31223,-65681,-40098,-30940,-65718,-39675,-30867,-65946,-39177,-30921,-66738,-39032,-30959,-68037,-38044,-30875,-69206,-37130,-30898,-70288,-36581,-30751,-68493,-36343,-32022,-68641,-36935,-31283,-68263,-37526,-30992,-66971,-37827,-31203,-67292,-38312,-30923,-66382,-38489,-31049,-66921,-37543,-31491,-66331,-37554,-31654,-66259,-37736,-31614,-65816,-38226,-31268,-65775,-37943,-31547,-68028,-37078,-31415,-66320,-39562,-30988,-65088,-39883,-30607,-64941,-39584,-30496,-64746,-39246,-30356,-65373,-39186,-30735,-65016,-38781,-30709,-64271,-38701,-30271,-65735,-38673,-31005,-64136,-37705,-31848,-64107,-36924,-31545,-63353,-36940,-32254,-62046,-36671,-31877,-61071,-36565,-31898,-60513,-36799,-32074,-60581,-37807,-32554,-60343,-37964,-32380,-59496,-37862,-32557,-58603,-37673,-32032,-58895,-37378,-31322,-57954,-37123,-31378,-59064,-36746,-32189,-58797,-36280,-32262,-57804,-34491,-32290,-56833,-34229,-31962,-56117,-34054,-31600,-55673,-34624,-31316,-56841,-34740,-32007,-56617,-35253,-31885,-56898,-36006,-32090,-57404,-37209,-32002,-57992,-37002,-32094,-57238,-35603,-32171,-57707,-35104,-32340,-57364,-36737,-32118,-58481,-36820,-32212,-58356,-36426,-32367,-58046,-36364,-32396,-57577,-36235,-32329,-58229,-37381,-31406,-58358,-37614,-32189,-57898,-37529,-32046,-58951,-37170,-32232,-58118,-37444,-32171,-58061,-37590,-31832,-60061,-37921,-32617,-58652,-37613,-32313,-62427,-37564,-32529,-62873,-37621,-32200,-63682,-37696,-32067,-63809,-38053,-31160,-61853,-37103,-32368,-61643,-37645,-32682,-61127,-37898,-32452,-61542,-37750,-31764,-61912,-37645,-31216,-61549,-37285,-30113,-61243,-36642,-29257,-61505,-36661,-28932,-62097,-37328,-29406,-61925,-37341,-29856,-62934,-37732,-30222,-63178,-37884,-29940,-63519,-38083,-30470,-62360,-37576,-30429,-62737,-37772,-31319,-61507,-37431,-30592,-61256,-37054,-32240,-60673,-37526,-31139,-61213,-37600,-31202,-59607,-37285,-30998,-59740,-37912,-32287,-59316,-37037,-30658,-59482,-35917,-29495,-61254,-36116,-28411,-61262,-35923,-27170,-61520,-36290,-28095,-59940,-34757,-27324,-59601,-34622,-27818,-58894,-34410,-27495,-58999,-34440,-28011,-57832,-34350,-28199,-57730,-34161,-27736,-58326,-34297,-27764,-57352,-33881,-27126,-56598,-33410,-26745,-55515,-32771,-26252,-55507,-32811,-25733,-55169,-32502,-24793,-55276,-32083,-24533,-55335,-32913,-24303,-55616,-33482,-23659,-60841,-35949,-25608,-61456,-36546,-25488,-61029,-35844,-26266,-61513,-36393,-26757,-61895,-36995,-26335,-61732,-36641,-27203,-62129,-37396,-26679,-62123,-37526,-25972,-62327,-38247,-26129,-62081,-37661,-25288,-62223,-38446,-25307,-62117,-38852,-23971,-61958,-39724,-23724,-61822,-41063,-24171,-61694,-41115,-23354,-61574,-41775,-23577,-61578,-41521,-22855,-61462,-41935,-22406,-61947,-37196,-25653,-61989,-37573,-24659,-61973,-37673,-23565,-62084,-38424,-23814,-61945,-38615,-23505,-61769,-37757,-23156,-62156,-38130,-24982,-61797,-39723,-23443,-61454,-39831,-23112,-61577,-39357,-23215,-61802,-36823,-28632,-60529,-36549,-29595,-60777,-36985,-30071,-61001,-37281,-30497,-60040,-36779,-30076,-62306,-37448,-28801,-62887,-38409,-28174,-62782,-37849,-28977,-62166,-37308,-28404,-62073,-37176,-27425,-62441,-37897,-27867,-62525,-38206,-27376,-62676,-38412,-27615,-63107,-38916,-28564,-62300,-37667,-27260,-62756,-39043,-27429,-62392,-37529,-29515,-63051,-37953,-29479,-62979,-38111,-28951,-60833,-35427,-27016,-60938,-35596,-27520,-60263,-35003,-27689,-59730,-35251,-28785,-60261,-35481,-28561,-57825,-36556,-31089,-56660,-36658,-31655,-56478,-36315,-31833,-56088,-35735,-31672,-55935,-36053,-31422,-55826,-35939,-31269,-55352,-35237,-30256,-54375,-34570,-29850,-54130,-33792,-29084,-53884,-32181,-28381,-54689,-30906,-30312,-55156,-30801,-30839,-55397,-30308,-31129,-55932,-30880,-31587,-56430,-30063,-31872,-56258,-29230,-31906,-55510,-29593,-31432,-55093,-30210,-30931,-55956,-30023,-31619,-56060,-29531,-31765,-56770,-35915,-30976,-57645,-36021,-30747,-57082,-36513,-31333,-58902,-35927,-29981,-58492,-35641,-30137,-59343,-36475,-29999,-58362,-36341,-30563,-58494,-36954,-30955,-58359,-34687,-28704,-57504,-34465,-28522,-57637,-34854,-29182,-56435,-34144,-28234,-56117,-34810,-29387,-55345,-34547,-29080,-54859,-34628,-29316,-54444,-34590,-29417,-54215,-34074,-28899,-54319,-34015,-28494,-54631,-33822,-28067,-54540,-33384,-27391,-55330,-33114,-26905,-55891,-33062,-26561,-55204,-32467,-25926,-55041,-32379,-26086,-53802,-31874,-26285,-54084,-32357,-26179,-54120,-32790,-27022,-54377,-33091,-27046,-55415,-32882,-26610,-54976,-32613,-26455,-54696,-32969,-26699,-54268,-32618,-26327,-55040,-31577,-24658,-53997,-31368,-24842,-54454,-31645,-25134,-54705,-32090,-25823,-54086,-32093,-25781,-53905,-31866,-25674,-54233,-30303,-26104,-54472,-30168,-26250,-54571,-29906,-27060,-54634,-29169,-28547,-54835,-28752,-29101,-55606,-27959,-29725,-55728,-27709,-30036,-56180,-27403,-29986,-56382,-26970,-30506,-56710,-26513,-30142,-55842,-24785,-29189,-56005,-24380,-29877,-56512,-25169,-31018,-56388,-24679,-31218,-56424,-25791,-32000,-56131,-26487,-32041,-56400,-25795,-32217,-56243,-26349,-32360,-56498,-25330,-31496,-55007,-28388,-29521,-55979,-29210,-27783,-56360,-28727,-27547,-56198,-28277,-27211,-56301,-27371,-28113,-55991,-26769,-28214,-56452,-27812,-28367,-56522,-27550,-28743,-56281,-28143,-28521,-55741,-27835,-26907,-55639,-27933,-26186,-56026,-27757,-25624,-55624,-27560,-26041,-55637,-28504,-28966,-56051,-28269,-28768,-54612,-31359,-24600,-55005,-32204,-25409,-54928,-31839,-25163,-55453,-31599,-24100,-56309,-31052,-22778,-55896,-30942,-22951,-56102,-31190,-23216,-55411,-31090,-23719,-55389,-31444,-24068,-56599,-31437,-22617,-54866,-31062,-24085,-55920,-30465,-23610,-56535,-30648,-23769,-56471,-30046,-24185,-56512,-29552,-24458,-56702,-28945,-24791,-56170,-26870,-26016,-56147,-25982,-26465,-55886,-24860,-27212,-55660,-24371,-27705,-55808,-23573,-28157,-55640,-23967,-28277,-55446,-25022,-28284,-55381,-25404,-27635,-55519,-24925,-27540,-55580,-25137,-28558,-56160,-25324,-29087,-56432,-26081,-29178,-56692,-25884,-30245,-56628,-26919,-29192,-56360,-25301,-29704,-56299,-26680,-28677,-55709,-26896,-26246,-55592,-26493,-26553,-55396,-25860,-27745,-55509,-25861,-28025,-56492,-27134,-28757,-55552,-26542,-27709,-55814,-27345,-27563,-55550,-27174,-27055,-55378,-26027,-27446,-55541,-27321,-26384,-56051,-25845,-28632,-55424,-26142,-27008,-55782,-25908,-26664,-55594,-25204,-27235,-56778,-27096,-25832,-57841,-26291,-26324,-57606,-25267,-26801,-56422,-24819,-27076,-56168,-24436,-27343,-56839,-24553,-27198,-58333,-25671,-26608,-57278,-26312,-26232,-55931,-30460,-24842,-56146,-30337,-24991,-56208,-29902,-25560,-56301,-29683,-26241,-55947,-28595,-26462,-56005,-28536,-25103,-56484,-27892,-25425,-56188,-28974,-24790,-56017,-29328,-24656,-56145,-30122,-24956,-56280,-30337,-24219,-56229,-29757,-24376,-55992,-29654,-24672,-55157,-30591,-23709,-54887,-30512,-24218,-55060,-30357,-24585,-55127,-30338,-25197,-56101,-30467,-24008,-55589,-30408,-23766,-55403,-30825,-23331,-55965,-30684,-23157,-55545,-30645,-23321,-56623,-31624,-23009,-55983,-31647,-23566,-56991,-32158,-22793,-56419,-31774,-23206,-55638,-32102,-23928,-55576,-33563,-27498,-55714,-34017,-28178,-56673,-33947,-27805,-53965,-32964,-28085,-54244,-33379,-27496,-53625,-31607,-26794,-53759,-30952,-25779,-53511,-30928,-26813,-53505,-30615,-27030,-53448,-31146,-27282,-53747,-31730,-28372,-54149,-31940,-29050,-54274,-31376,-29446,-54312,-30943,-29787,-53847,-30589,-25975,-53732,-30402,-26629,-53943,-29810,-27640,-54351,-29140,-28724,-53393,-29740,-28984,-53411,-30072,-28148,-53337,-30746,-28077,-53363,-30561,-27812,-53543,-30300,-27323,-53792,-29645,-28219,-53675,-30120,-27348,-54137,-30126,-26704,-54423,-29578,-27850,-54601,-28296,-30115,-54298,-28409,-30485,-53974,-29047,-30374,-54338,-29109,-30854,-54534,-29810,-30772,-54858,-29440,-31258,-53799,-30889,-29255,-53274,-30157,-28860,-53450,-30634,-29006,-53988,-31546,-29004,-53573,-29549,-28892,-53925,-28930,-29876,-54092,-28907,-29519,-53849,-29060,-30076,-54268,-30175,-30245,-55891,-26938,-31729,-56296,-26504,-31488,-56621,-26507,-30653,-56693,-25823,-31077,-55855,-27178,-31091,-55145,-27938,-30174,-55804,-27004,-32095,-54767,-28032,-31289,-55311,-27486,-31346,-55289,-27529,-31728,-55766,-27257,-32235,-55784,-27835,-32180,-56018,-27133,-32389,-56171,-27899,-32274,-56756,-28420,-32241,-57727,-28503,-32343,-58470,-28208,-32223,-58734,-29033,-32046,-59431,-28600,-31835,-60125,-28572,-31516,-59722,-29478,-31639,-59707,-30434,-31661,-57905,-30658,-32164,-57617,-30878,-32186,-56831,-30697,-31989,-56551,-31164,-31914,-56911,-32465,-32079,-56857,-33261,-32061,-57335,-33441,-32238,-57318,-34057,-32152,-58058,-32100,-32278,-58146,-31470,-32208,-57886,-33745,-32355,-58339,-33218,-32370,-58574,-32766,-32325,-59093,-32624,-32168,-59831,-32230,-31843,-60020,-31017,-31614,-60651,-30278,-31287,-61234,-31972,-31172,-61899,-32298,-30899,-62929,-31957,-30415,-63584,-32498,-30449,-64870,-32357,-30151,-65732,-31865,-29867,-66073,-31479,-29746,-66395,-31685,-29797,-67169,-31157,-29671,-67799,-31113,-29704,-67080,-30674,-29510,-67804,-29975,-29531,-68344,-29414,-29588,-69997,-27207,-29933,-70087,-27012,-30294,-70291,-25653,-29557,-71261,-22367,-29325,-70755,-23730,-29136,-71094,-22459,-28979,-70554,-24067,-28921,-70383,-23336,-28567,-69826,-25160,-28593,-70076,-24072,-28467,-70018,-25522,-28907,-70226,-25435,-29174,-70398,-25530,-30152,-70718,-24131,-30204,-70171,-25845,-30754,-69750,-25621,-31683,-69756,-26880,-31365,-69715,-27841,-31484,-69980,-27816,-30466,-69819,-28803,-30674,-69743,-28510,-30190,-69119,-29429,-30003,-70285,-25875,-30452,-68658,-28109,-29154,-69395,-28958,-30030,-69617,-27161,-29269,-69847,-26674,-29250,-68957,-28974,-29705,-69146,-27126,-28963,-69527,-26465,-28860,-69311,-28073,-29509,-68719,-29786,-29809,-68932,-30358,-30083,-69373,-30117,-30621,-69868,-28556,-31003,-69763,-28890,-31246,-69587,-27690,-32047,-69611,-28905,-32129,-69664,-26662,-31735,-69482,-27293,-32390,-68100,-31507,-29914,-68504,-31489,-30241,-67828,-32777,-30350,-68231,-32406,-30536,-68453,-32156,-30633,-69017,-31240,-30847,-69022,-30766,-30425,-66984,-30263,-29295,-59156,-31470,-31910,-58297,-30717,-32056,-55670,-33877,-31300,-54523,-32701,-30017,-54719,-31447,-30178,-55484,-31015,-31169,-55458,-31816,-30992,-56098,-32023,-31570,-55998,-33201,-31488,-56162,-33649,-31622,-56535,-31995,-31879,-54710,-31907,-30121,-54795,-32508,-30309,-55363,-33216,-30967,-55263,-32507,-30767,-55089,-34396,-30916,-54626,-34656,-30459,-54303,-33792,-29938,-54275,-33184,-29685,-54159,-32531,-29072,-54000,-32785,-28625,-54137,-33438,-29323,-54888,-35133,-30826,-55414,-35553,-31229,-54866,-35233,-30491,-54669,-33307,-30452,-54880,-33780,-30731,-56988,-31827,-32057,-57419,-32965,-32245,-58821,-29721,-31940,-58130,-30024,-32164,-57631,-30248,-32223,-57013,-29129,-32164,-57408,-28896,-32277,-56372,-27245,-32437,-56973,-27024,-32475,-57615,-25385,-32627,-58724,-25493,-32878,-58144,-24511,-32703,-57470,-24295,-32558,-57127,-24363,-32364,-57002,-24094,-32048,-56719,-23682,-31405,-56465,-24254,-31279,-55614,-24475,-29027,-56247,-24668,-30318,-56538,-24752,-31830,-57807,-27284,-32609,-58995,-27085,-32325,-61931,-26058,-31412,-61367,-27254,-31272,-62888,-27099,-30158,-63421,-26194,-30204,-63292,-26932,-29950,-64352,-26555,-29526,-63574,-27386,-29678,-66070,-27572,-28810,-66923,-27172,-28644,-66767,-28771,-28807,-67634,-27428,-28685,-65546,-27521,-29046,-56975,-27638,-32418,-57613,-27836,-32480,-58087,-27681,-32454,-59285,-27725,-32037,-60927,-28408,-31204,-60763,-29119,-31222,-60510,-29758,-31328,-55192,-29074,-31590,-55885,-28617,-31997,-55377,-27901,-31949,-54797,-28685,-31413,-54889,-28123,-31495,-54701,-28007,-30858,-54374,-28584,-30903,-54229,-28945,-29214,-53340,-29922,-29326,-53464,-30246,-29422,-53740,-29638,-30016,-53447,-29597,-29358,-56371,-36420,-31606,-57216,-35107,-29691,-56436,-35661,-30698,-58201,-35413,-29960,-57636,-35652,-30440,-58753,-35129,-29316,-59083,-34768,-28660,-60739,-35575,-28128,-61029,-36105,-28698,-60680,-36099,-29019,-58945,-37610,-31742,-59004,-37848,-32323,-61083,-37792,-32590,-63412,-37317,-32394,-63166,-37466,-32403,-64161,-37953,-31687,-65172,-38485,-31015,-65704,-40715,-31224,-66412,-39964,-31135,-66413,-42538,-32309,-66307,-41034,-31572,-67268,-39806,-31164,-69164,-39144,-30925,-67945,-39267,-30972,-69886,-38267,-30712,-68880,-37645,-30809,-70097,-37041,-30665,-69986,-37518,-30647,-69066,-37981,-30763,-67160,-39334,-30994,-73395,-40430,-30705,-73118,-39828,-30491,-74386,-39947,-30256,-74947,-39129,-29717,-74504,-37701,-29282,-75772,-37429,-29035,-76534,-36149,-28750,-77261,-35823,-28461,-77546,-35879,-28170,-78542,-35379,-28094,-79261,-34912,-28666,-79382,-34530,-29454,-78698,-34779,-29405,-78928,-34179,-30410,-78260,-34447,-30389,-77932,-34606,-31099,-77537,-35178,-30423,-75584,-36887,-29044,-75002,-36996,-29170,-77258,-35568,-29038,-77713,-35264,-29266,-78252,-35206,-28876,-77933,-34830,-29884,-77820,-35643,-28283,-76051,-36122,-29260,-76813,-35802,-28875,-77191,-35450,-29797,-78055,-34502,-30665,-76166,-42409,-31277,-77014,-43071,-31450,-77824,-44062,-31706,-76599,-44998,-32454,-77291,-45089,-32242,-77821,-46437,-32490,-78159,-46055,-32248,-79477,-46547,-31726,-79882,-46158,-31420,-79338,-47568,-32051,-78747,-48721,-32764,-78336,-47861,-32683,-78777,-47118,-32209,-78885,-46667,-32048,-77911,-45102,-32043,-79384,-44471,-31351,-79925,-43588,-30783,-79885,-42887,-30509,-74996,-41834,-31108,-75277,-42875,-31574,-73981,-42826,-31678,-73464,-42932,-31819,-72633,-43888,-32452,-71299,-44261,-32883,-69856,-42675,-32617,-70415,-40191,-31278,-69121,-40216,-31372,-70366,-40869,-31611,-68636,-41710,-32212,-68516,-40394,-31474,-67729,-40514,-31514,-67969,-41768,-32235,-69073,-42081,-32387,-68973,-43184,-32902,-68755,-43665,-33062,-68306,-44462,-33257,-68894,-44936,-33452,-70043,-44406,-33149,-71016,-44943,-33168,-72648,-45163,-33032,-73985,-44783,-32742,-76087,-43916,-32125,-69666,-43379,-32934,-70266,-43727,-32960,-69212,-43950,-33126,-69889,-41747,-32139,-70442,-42017,-32197,-76078,-42972,-31577,-73901,-42222,-31419,-72673,-43010,-32044,-71516,-43677,-32651,-70797,-43050,-32620,-71049,-41910,-32000,-81196,-43041,-29893,-82481,-43451,-29232,-81691,-42660,-29518,-83436,-43838,-28908,-83440,-43244,-28660,-84231,-44187,-28548,-84371,-43230,-28021,-86113,-44755,-27539,-86609,-45484,-27505,-85988,-45906,-28129,-85637,-45765,-28284,-84795,-45908,-28705,-87171,-46455,-27464,-84333,-44689,-28642,-82823,-44171,-29273,-82078,-43880,-29564,-82495,-44768,-29626,-85180,-44510,-28081,-83685,-46160,-29287,-83360,-47012,-29598,-83358,-50234,-29910,-85551,-51531,-28887,-85378,-52056,-29467,-86699,-52184,-28664,-87436,-52308,-28293,-87784,-51784,-27607,-87107,-51682,-27988,-88031,-52290,-27802,-87766,-52675,-28431,-88436,-53607,-28379,-87935,-53518,-28898,-87418,-54364,-30023,-85263,-53172,-30889,-83187,-53059,-32064,-83963,-52912,-31341,-81642,-52940,-32937,-81638,-53303,-33336,-80090,-52437,-33350,-79829,-50630,-32687,-77529,-50177,-33614,-76797,-49432,-33648,-78284,-48908,-33045,-78980,-49988,-32943,-80245,-48990,-31894,-80800,-48975,-31472,-82335,-49353,-30378,-82536,-48737,-30256,-83502,-49874,-29824,-83585,-49195,-29816,-83531,-51373,-30127,-82606,-50232,-30408,-81668,-49132,-30788,-80976,-49553,-31506,-80155,-49858,-32219,-81331,-51049,-31856,-81890,-51723,-31691,-83263,-50898,-30063,-80519,-50525,-32234,-80996,-51810,-32430,-81138,-52250,-32581,-82306,-52028,-31555,-82884,-52290,-31372,-83016,-52763,-31778,-81669,-52685,-32612,-80310,-52036,-32976,-83880,-52178,-30572,-83837,-52619,-31051,-84570,-52728,-30738,-80898,-52556,-32997,-79410,-49954,-32696,-77401,-46764,-32788,-77626,-47807,-33000,-76683,-46385,-32940,-75855,-44884,-32598,-74914,-45094,-32800,-73730,-45550,-33109,-75380,-47212,-33474,-75956,-47093,-33352,-76164,-48307,-33591,-75405,-49180,-33774,-74827,-48717,-33791,-75091,-47901,-33673,-74202,-47980,-33814,-73425,-48034,-33944,-71835,-47859,-34090,-70160,-48309,-34395,-70932,-48009,-34287,-70113,-48912,-34620,-70680,-49114,-34667,-70087,-49722,-34815,-69383,-49430,-34694,-69817,-47449,-34105,-68662,-47934,-34098,-68786,-50533,-34994,-69674,-50490,-35042,-68590,-51218,-35223,-71361,-50648,-35135,-71068,-48639,-34522,-73442,-48418,-34024,-73485,-49540,-34223,-74578,-51261,-34506,-76581,-50316,-33894,-74885,-49495,-33878,-74703,-49773,-33979,-73981,-49015,-33970,-70418,-51091,-35302,-72491,-46132,-33392,-71563,-47153,-33861,-71882,-45994,-33400,-70892,-47182,-33977,-70530,-46238,-33687,-70313,-47005,-33973,-69221,-46817,-33872,-68418,-46166,-33685,-68283,-45349,-33496,-67938,-43425,-32904,-67409,-43133,-32755,-68332,-42235,-32476,-68227,-42876,-32707,-66288,-44373,-32888,-65527,-45360,-32822,-63301,-45276,-31516,-62968,-44424,-31045,-62375,-45849,-30835,-61867,-45465,-30127,-61750,-44670,-29662,-61443,-44760,-29221,-62865,-46054,-31345,-62244,-46810,-30865,-63020,-47691,-31698,-62202,-44175,-30062,-62450,-42929,-29845,-62579,-44196,-30528,-63022,-43671,-30821,-65564,-47153,-33135,-64025,-45379,-32072,-63483,-46739,-31948,-62640,-46740,-31249,-64121,-46683,-32386,-64847,-46380,-32712,-71334,-45498,-33298,-70116,-45405,-33525,-69609,-45460,-33597,-69085,-45894,-33722,-69933,-46161,-33740,-76197,-46475,-33117,-76728,-44333,-32174,-77213,-47912,-33196,-76927,-48423,-33415,-76666,-47039,-33168,-75455,-46311,-33197,-78125,-50051,-33374,-77772,-49037,-33279,-85985,-54149,-31160,-86086,-55178,-31724,-86251,-55601,-31905,-86818,-55836,-31731,-87136,-56255,-31725,-87660,-56438,-31212,-87704,-56016,-31034,-88166,-55774,-30352,-88589,-56036,-29901,-88794,-56364,-29683,-89280,-57249,-29084,-89747,-57521,-29127,-89695,-57315,-28614,-89677,-55975,-28153,-90275,-56033,-27183,-91314,-56616,-25579,-91355,-56237,-25340,-92522,-57112,-24004,-94349,-57363,-22573,-89675,-57163,-28465,-90168,-56943,-27603,-90651,-56648,-26718,-89661,-56938,-28405,-89021,-55158,-28691,-89000,-54663,-28340,-89383,-55550,-28443,-90050,-55633,-27400,-89363,-56209,-28737,-88829,-55760,-29433,-88239,-55421,-30013,-87663,-55154,-30342,-86679,-54671,-30843,-87022,-55221,-30947,-87417,-55721,-31156,-86841,-54103,-30406,-86926,-53108,-29586,-88599,-52443,-27233,-84361,-50803,-29350,-91480,-53715,-22955,-92223,-54938,-22337,-91735,-54568,-23289,-92354,-55532,-23021,-93132,-56176,-21800,-93132,-56552,-22396,-92100,-55518,-23543,-92734,-56413,-23124,-91958,-54564,-22511,-91388,-50463,-18586,-91426,-51145,-19041,-91718,-51295,-18102,-92126,-52002,-16798,-92265,-50883,-14933,-92680,-52241,-14530,-92877,-53235,-14980,-93085,-54196,-14566,-93035,-53574,-13830,-93230,-54532,-13433,-93203,-54332,-12114,-93441,-55380,-13245,-93515,-56141,-13764,-93472,-55594,-13911,-93312,-54968,-14066,-92712,-52160,-13987,-92925,-53005,-13487,-93067,-53691,-12746,-93267,-55353,-11397,-93188,-54193,-12777,-93345,-55239,-12151,-92721,-52323,-12171,-92834,-53210,-11537,-92622,-52361,-11397,-92144,-51604,-10429,-91962,-51040,-10877,-91462,-50692,-9128,-90296,-49408,-7194,-93125,-54514,-11427,-92614,-53693,-10190,-92450,-53268,-9819,-92568,-52635,-10821,-92301,-52211,-10085,-91693,-50659,-10249,-93087,-56952,-9520,-93275,-57060,-10567,-92598,-55945,-8105,-92498,-54539,-8918,-92639,-54352,-9632,-92207,-52692,-9425,-92732,-55022,-9366,-92969,-55413,-9879,-93198,-57280,-6194,-93093,-57179,-6494,-92413,-57079,-5142,-92761,-57037,-7308,-92634,-56905,-7311,-92459,-57026,-6273,-92548,-56597,-7473,-93293,-57199,-7310,-93606,-57817,-8656,-93693,-58523,-9176,-93624,-57384,-9118,-93715,-57725,-9660,-93870,-58857,-10764,-93125,-57361,-5317,-93282,-58702,-5996,-93218,-59293,-5133,-92098,-56840,-5130,-92103,-56477,-5654,-92333,-56981,-5717,-91888,-56214,-5256,-92130,-56017,-6297,-92345,-55230,-8075,-92354,-55657,-7547,-91768,-55817,-5476,-91345,-55775,-4413,-91489,-55337,-5530,-91933,-55393,-6737,-91506,-55079,-5891,-90580,-54023,-4995,-90323,-53529,-4964,-89574,-53782,-3643,-90159,-52860,-5290,-91097,-54638,-5412,-91041,-55197,-4731,-90567,-54616,-4527,-90488,-54957,-4041,-89992,-54554,-3650,-90184,-53926,-4415,-89005,-53594,-2854,-88701,-53830,-2169,-89120,-54313,-2452,-88441,-54853,-899,-88260,-54234,-1212,-86934,-54548,818,-86802,-53109,-187,-87360,-53696,-490,-87461,-54713,223,-87557,-53094,-1262,-88198,-53721,-1604,-92912,-57681,-3438,-92903,-58881,-2964,-92835,-57869,-2803,-92851,-58849,-2474,-93120,-59437,-4379,-93015,-59908,-3680,-89892,-59910,-712,-89746,-59907,507,-89195,-59914,932,-88481,-59911,960,-87341,-59921,-1082,-92260,-57253,-1562,-87194,-57075,2087,-88235,-57078,1436,-88258,-57210,1535,-86031,-57764,3238,-83794,-57601,4814,-83218,-57307,5149,-82512,-57308,5589,-81804,-57466,6206,-81639,-57323,6169,-82704,-57436,5573,-81837,-58059,6244,-79619,-54532,5703,-80761,-54378,5353,-80351,-55048,5779,-81126,-55779,5730,-81740,-56372,5541,-83299,-55608,4688,-83966,-55120,4217,-84685,-55395,3784,-84567,-54795,3680,-85070,-55178,3379,-83620,-56368,4568,-84523,-56187,3975,-83925,-57053,4311,-84777,-57219,3993,-84287,-55833,4125,-85374,-55691,3198,-84938,-57014,3595,-85328,-57022,3276,-84929,-56056,3667,-85714,-56411,2935,-81551,-53920,4832,-81682,-54506,5113,-83012,-55074,4694,-83363,-54551,4349,-83869,-54150,3865,-83217,-53955,4141,-82792,-53423,4051,-82340,-52401,3493,-81146,-52508,3947,-81249,-51918,3268,-80078,-51376,2656,-80381,-51847,3340,-81102,-53155,4464,-82245,-52821,3858,-79481,-51752,3457,-81609,-55247,5399,-82337,-55061,5018,-82051,-55622,5300,-79461,-54993,5964,-78453,-55662,6338,-79897,-55607,6058,-78619,-50554,2734,-78629,-49153,2360,-75563,-48558,2771,-76522,-48671,2571,-80537,-49876,2085,-79619,-48720,1862,-81305,-50699,1808,-82727,-50384,541,-82558,-49652,501,-83125,-50852,1147,-83627,-50748,830,-83555,-50438,351,-83198,-50132,78,-80742,-45603,-1698,-81989,-46640,-1489,-82833,-47298,-1623,-83390,-47342,-2284,-83819,-49336,-909,-83549,-48840,-989,-83444,-47961,-1644,-84208,-48337,-2257,-84722,-48904,-2244,-84807,-48542,-2818,-86214,-48424,-4871,-86698,-49018,-4536,-85787,-48724,-3961,-85292,-48509,-3639,-84596,-49512,-1390,-85201,-49397,-2169,-84900,-50157,-783,-85503,-49826,-1931,-84004,-48963,-1369,-84064,-49622,-832,-84086,-47732,-2795,-85015,-48197,-3671,-85357,-47856,-4846,-85367,-47345,-5882,-85127,-47255,-5292,-85653,-47691,-5766,-85694,-48214,-4757,-84663,-47506,-3971,-84740,-47053,-4710,-78159,-46331,254,-77753,-45887,125,-86196,-49171,-3740,-86103,-49918,-2599,-87489,-48591,-5694,-87459,-47846,-6681,-87307,-47551,-7093,-86439,-47174,-7517,-86010,-46495,-8475,-85704,-45720,-8254,-85507,-46802,-7234,-85507,-47163,-6793,-85056,-46609,-6123,-85747,-46746,-7850,-85834,-47310,-7064,-84636,-45948,-6049,-84339,-45989,-5486,-83516,-45057,-5511,-82955,-44426,-5568,-81572,-43862,-4909,-80858,-43908,-4077,-80156,-44300,-2781,-79818,-43832,-3141,-79257,-43621,-2949,-78520,-42938,-3443,-78233,-42230,-4354,-77909,-41666,-5089,-79229,-41206,-6728,-79325,-40897,-7167,-80286,-41545,-7132,-80471,-40533,-7988,-81291,-40572,-8568,-81724,-40066,-9359,-82649,-40921,-9661,-83059,-41642,-9336,-84368,-42524,-9681,-85074,-42967,-9918,-84999,-42345,-10778,-85795,-43281,-10440,-84707,-41574,-11546,-84193,-41659,-10704,-83424,-41511,-9917,-85242,-41517,-12742,-85362,-41474,-13277,-84620,-40438,-13487,-84664,-40395,-14089,-84658,-40325,-15662,-84282,-39727,-15563,-83616,-38949,-16467,-83587,-39115,-17751,-83267,-38784,-17831,-83194,-38853,-18844,-82419,-38029,-18939,-82259,-37863,-19429,-81893,-37339,-19709,-81825,-37137,-20533,-82103,-36060,-20542,-81964,-35145,-20154,-82114,-34454,-19812,-82669,-34410,-18818,-82293,-34211,-18680,-82527,-34727,-18502,-82207,-35351,-18254,-82616,-35469,-18415,-83013,-35524,-18688,-82673,-36267,-18463,-82752,-36031,-18202,-82450,-36449,-18110,-82550,-36645,-18250,-82108,-37320,-18256,-82303,-37210,-17841,-82283,-37390,-17402,-82408,-37724,-16931,-82546,-37697,-16235,-82605,-37663,-15797,-82656,-37285,-14122,-82568,-37447,-13605,-82590,-37193,-13048,-82463,-37519,-13027,-82035,-37635,-11594,-82298,-37110,-11366,-82437,-36731,-12097,-82478,-36205,-12803,-82141,-35829,-12927,-82725,-35242,-12318,-82989,-34191,-12124,-82169,-34178,-12070,-81625,-34432,-11868,-81188,-33436,-12132,-81148,-34112,-11913,-81107,-34039,-11218,-81556,-34233,-11127,-81924,-34927,-11407,-82898,-35737,-12120,-82897,-36157,-12315,-83019,-36512,-12084,-82338,-36662,-11676,-82606,-36404,-11156,-82685,-36009,-10864,-82181,-36814,-10970,-82191,-36314,-10801,-81604,-37047,-10956,-80920,-37311,-10743,-80639,-37711,-10479,-80368,-37862,-10141,-81214,-39302,-9611,-81185,-39813,-9094,-82441,-36285,-11684,-81571,-36369,-10747,-81022,-35796,-10500,-80729,-36892,-10646,-82144,-35624,-11544,-82450,-35220,-10859,-82458,-35339,-10656,-82121,-34276,-10084,-80552,-33534,-11062,-80096,-33207,-10961,-80772,-33454,-10603,-80577,-33415,-9697,-80365,-33351,-9379,-80935,-33953,-9343,-81117,-33668,-9352,-81700,-33840,-9902,-82139,-34187,-10213,-80760,-34437,-9678,-80516,-34076,-9140,-79692,-32953,-8706,-78870,-32872,-9086,-78168,-32601,-10397,-77883,-34572,-9944,-77915,-34256,-10258,-78451,-33917,-9583,-78353,-33321,-9649,-78079,-33280,-10272,-81367,-33757,-10743,-81463,-33676,-10356,-81954,-34106,-10696,-82392,-34756,-10576,-82122,-34781,-11086,-82278,-35680,-11305,-82644,-35889,-11026,-82371,-36079,-11430,-82946,-36581,-12484,-82719,-36882,-12644,-83177,-35403,-11978,-83275,-35542,-11783,-83205,-36222,-11861,-83129,-35912,-11692,-83224,-36114,-12061,-83028,-35264,-11645,-83204,-34793,-11926,-82415,-35987,-11600,-82002,-35045,-11612,-81227,-34206,-11477,-82221,-34974,-11688,-83034,-34387,-12244,-82803,-34726,-11823,-82624,-37094,-14276,-82169,-36382,-13292,-82192,-36556,-13926,-82349,-36629,-14737,-81509,-35761,-14697,-81648,-35906,-14058,-81353,-35346,-13763,-80931,-34930,-14542,-80750,-34549,-15051,-80615,-33853,-16847,-80562,-33271,-17701,-80699,-33369,-18249,-81281,-34449,-17916,-81656,-34622,-18137,-81984,-34624,-18378,-81649,-35881,-15407,-82602,-37319,-15995,-82347,-37326,-16837,-82126,-37078,-17480,-82295,-35936,-18270,-82318,-36682,-15466,-81981,-36555,-16282,-81888,-36211,-15485,-81829,-36100,-14829,-81310,-35174,-13259,-82029,-34158,-13005,-82849,-34615,-12318,-82425,-33776,-12693,-82757,-33467,-12570,-82423,-33180,-12468,-81540,-32919,-12430,-80779,-32640,-12264,-80537,-33642,-11942,-80126,-33359,-11899,-82411,-32707,-13208,-82341,-32797,-13512,-82035,-32728,-12836,-80556,-31741,-12212,-81200,-32066,-12565,-80626,-31009,-12854,-81035,-31347,-13166,-81290,-31533,-13416,-81312,-31751,-13650,-81467,-31734,-13345,-81971,-32277,-13516,-81593,-32716,-13809,-82145,-33087,-13459,-81709,-32235,-13251,-80853,-31535,-12917,-80362,-31194,-12606,-82694,-33278,-12945,-81732,-33915,-13421,-81427,-34761,-13111,-81118,-35047,-13719,-81647,-33749,-13777,-81344,-34317,-13690,-81146,-34131,-14319,-80976,-34444,-14014,-80888,-34707,-14266,-80783,-34259,-14919,-81073,-34809,-13652,-81935,-34528,-12980,-82400,-34858,-12755,-81632,-35755,-13284,-81556,-35228,-13030,-82161,-35422,-12862,-82322,-35908,-20124,-82183,-36123,-20316,-81736,-36240,-19908,-81654,-36522,-20265,-81657,-36616,-19471,-81740,-36966,-19277,-81792,-36866,-18980,-82478,-36000,-18775,-82676,-35633,-18985,-82671,-35596,-19572,-82819,-34757,-19421,-82906,-34797,-18999,-82801,-35035,-18592,-82155,-36628,-18735,-82616,-35593,-20008,-82054,-35957,-19749,-82141,-35958,-19349,-82331,-35723,-20208,-81880,-36318,-19219,-83042,-35420,-19574,-83013,-35089,-19589,-83037,-35489,-18489,-83215,-35100,-18794,-83321,-35205,-19124,-83027,-38437,-17042,-82635,-38101,-17807,-82241,-37649,-17821,-83844,-39333,-17242,-85136,-40936,-14919,-85247,-41210,-13798,-85453,-41402,-14969,-85203,-43699,-9091,-84164,-43882,-7556,-84708,-44677,-7447,-86021,-44235,-9676,-86742,-46499,-9185,-87263,-46732,-8941,-86283,-46910,-8217,-86075,-46854,-8198,-87097,-47035,-8154,-87076,-47360,-7333,-87549,-46496,-9543,-87271,-46223,-9834,-88109,-46283,-10285,-87464,-45592,-10709,-87232,-44864,-11019,-86836,-45008,-10321,-87835,-47425,-7748,-86438,-46413,-9073,-86342,-45643,-9235,-85983,-45416,-8873,-85251,-44893,-8106,-86173,-44877,-9450,-82443,-41991,-8352,-82476,-41603,-8809,-80033,-41956,-6325,-79339,-41497,-6387,-78739,-41602,-5753,-78890,-42106,-5032,-82309,-40979,-9239,-84380,-41049,-11843,-83492,-40565,-11204,-84070,-40609,-11971,-83576,-39453,-12647,-83377,-39007,-12920,-83666,-38909,-13925,-83277,-38586,-13380,-83408,-38538,-14127,-83496,-38621,-14852,-83827,-39073,-15536,-83960,-39461,-13571,-84436,-40101,-13560,-82815,-38008,-13079,-82637,-38155,-12521,-82685,-37631,-13866,-82925,-37957,-14342,-82925,-38032,-15483,-82689,-37285,-15406,-82686,-37624,-15174,-82589,-37471,-14176,-82697,-37382,-14836,-82942,-38194,-16242,-83380,-38633,-15992,-84912,-41209,-12545,-84446,-40659,-12541,-79313,-40433,-7449,-78717,-39472,-7958,-79125,-38991,-8480,-79895,-38535,-8396,-79910,-39218,-8663,-80706,-40110,-8484,-79621,-39393,-8388,-79618,-39958,-7923,-79711,-38133,-8194,-80573,-39260,-9099,-79805,-38987,-8651,-78708,-40550,-7170,-77834,-39951,-7443,-76167,-39434,-7591,-76807,-38886,-8145,-75949,-38748,-8250,-75418,-38731,-8423,-75489,-38537,-8529,-74178,-38748,-8898,-74234,-38183,-9259,-75374,-37902,-8637,-75380,-38100,-8528,-78576,-40769,-6886,-77647,-40266,-7081,-83219,-45299,-4817,-82649,-44949,-4586,-81968,-45856,-2486,-85071,-46116,-6667,-84734,-45271,-6950,-85353,-45805,-7537,-85451,-44358,-8761,-86576,-43742,-11045,-88053,-45143,-12189,-88417,-45149,-13753,-89134,-45893,-13675,-89242,-45985,-14278,-88769,-45527,-14581,-88008,-44711,-14648,-88024,-44767,-13755,-87729,-44371,-14188,-86823,-43157,-13859,-85869,-42214,-12800,-86684,-43280,-12233,-86725,-43596,-11598,-87415,-44224,-12173,-86345,-42553,-13854,-88838,-45881,-12313,-89614,-46822,-11377,-88263,-45506,-11881,-84524,-40466,-20152,-83418,-39202,-20161,-83712,-39517,-20361,-84295,-40056,-21108,-84186,-40217,-19129,-83995,-39944,-18559,-83826,-39454,-17862,-83606,-39456,-19400,-82956,-38640,-20181,-82857,-38544,-22107,-82425,-38002,-22247,-82428,-37758,-23109,-82153,-36867,-23297,-82490,-37033,-23187,-83421,-36414,-22081,-83513,-37010,-22139,-84590,-37546,-22031,-84844,-37305,-22317,-85156,-37646,-22650,-85478,-37080,-22869,-85657,-36893,-23091,-86497,-37359,-23421,-87492,-38840,-23762,-86922,-38032,-23010,-87972,-38572,-23993,-87889,-39191,-24332,-87559,-39435,-24068,-87530,-38257,-23666,-86936,-37860,-23526,-87338,-38457,-23611,-87123,-37596,-23569,-82117,-37445,-23012,-81969,-36967,-23101,-81833,-35595,-22911,-82329,-35504,-22527,-83378,-35170,-21775,-83780,-36294,-21919,-84171,-36437,-21945,-84454,-36897,-22074,-84969,-36615,-22459,-81926,-36170,-23203,-82444,-36447,-23087,-83068,-35938,-22217,-81736,-36175,-22917,-82201,-36484,-23278,-82438,-38050,-22762,-82760,-38379,-22798,-83477,-39033,-22402,-83662,-39486,-22125,-83377,-39191,-22278,-83004,-38774,-22475,-83207,-38836,-22580,-84082,-38026,-21991,-84567,-38288,-21903,-85127,-38577,-22022,-85232,-39534,-21789,-85247,-40200,-21617,-85248,-41197,-21439,-84841,-40736,-21586,-85005,-40404,-21570,-84193,-38838,-21972,-84809,-38990,-21856,-84097,-39945,-21794,-83727,-39363,-22231,-84480,-39520,-21818,-85788,-41393,-21293,-85699,-41085,-21334,-86318,-41276,-21126,-86905,-41030,-21680,-86742,-41375,-21418,-83295,-38979,-21543,-82841,-38192,-22930,-82766,-37604,-23013,-83418,-38239,-22460,-83735,-38233,-22176,-84267,-37335,-21956,-85264,-41214,-20764,-85269,-41540,-19277,-84646,-40915,-18538,-85406,-41937,-17729,-85767,-42272,-17008,-86148,-42811,-17102,-86682,-43528,-17207,-88019,-45038,-17266,-88162,-45142,-16503,-88706,-45787,-16965,-89623,-46750,-17414,-90153,-47286,-17960,-90444,-47714,-18332,-90492,-48011,-19418,-90359,-48170,-20349,-90121,-48154,-21992,-90285,-48961,-21460,-90118,-48691,-22155,-90330,-49782,-21931,-90498,-50614,-22346,-90616,-51382,-22950,-90100,-50450,-23167,-90211,-50032,-22510,-89939,-49105,-22900,-89857,-48032,-23026,-89513,-48148,-24251,-89294,-48386,-24958,-89213,-47537,-25012,-88627,-46451,-25708,-88807,-46094,-25068,-88067,-44764,-25337,-89458,-47540,-24288,-89318,-46852,-24354,-89071,-46182,-24413,-89603,-46209,-22409,-89896,-46592,-21415,-89421,-45843,-22488,-88698,-44628,-22374,-88152,-44018,-21733,-87796,-43594,-22404,-87183,-42889,-21538,-86544,-42285,-22324,-86203,-42074,-21544,-86343,-42082,-22483,-86284,-41999,-23095,-86637,-42402,-23553,-87039,-42842,-23994,-87229,-43122,-24610,-87424,-43468,-24926,-88196,-44164,-23632,-88962,-45027,-22586,-87911,-44003,-24485,-88494,-44743,-23956,-87769,-44094,-25130,-88543,-45216,-24691,-88879,-45300,-23626,-87847,-43697,-23358,-89233,-46012,-23572,-89544,-46498,-23124,-89666,-47058,-23251,-89858,-47424,-22690,-89875,-46935,-22075,-90145,-47768,-21505,-90137,-47279,-20913,-90218,-47200,-19017,-89806,-46206,-20083,-89981,-46950,-18578,-89276,-45694,-19395,-89283,-45363,-20870,-87459,-43195,-21528,-87369,-43122,-20580,-86619,-42481,-20207,-85618,-41617,-21243,-85908,-41830,-21402,-85744,-41699,-20720,-85684,-41672,-20313,-86758,-42795,-19497,-85677,-41887,-19461,-87165,-43271,-19326,-88201,-44565,-19177,-87371,-44005,-18256,-88299,-45059,-18212,-88724,-45801,-17394,-88967,-46007,-17737,-89551,-46518,-18178,-88838,-45519,-18547,-88384,-44464,-20080,-88930,-45068,-20273,-89554,-45779,-20244,-87950,-44929,-17594,-86302,-42790,-18515,-85925,-42557,-17923,-86210,-42962,-17585,-87206,-44027,-17744,-86427,-43087,-18068,-85103,-41499,-18573,-85529,-41962,-18718,-86874,-42611,-20789,-89670,-45905,-20941,-89857,-46272,-20776,-90014,-46631,-20237,-90188,-47150,-20277,-89672,-47454,-23508,-90124,-49518,-22423,-90635,-50112,-21190,-90649,-48484,-19297,-90821,-48092,-17106,-90625,-47810,-16834,-90070,-47221,-17513,-90006,-47103,-16845,-90610,-47595,-15615,-89959,-46866,-15660,-89792,-46526,-13848,-89884,-46680,-13244,-89347,-46326,-12414,-89032,-45889,-13008,-89696,-46441,-14438,-88872,-45775,-15723,-90474,-49221,-20804,-90678,-48229,-18709,-85400,-41635,-16630,-84531,-40746,-18258,-84832,-40916,-17163,-87511,-44651,-26202,-86889,-43551,-26126,-86340,-42663,-25853,-86427,-42422,-25397,-86069,-41947,-25003,-85719,-41318,-24090,-85967,-41674,-24099,-85725,-41475,-24135,-85293,-41215,-24301,-85291,-41948,-26474,-85695,-41814,-25440,-84968,-41526,-26275,-84463,-41030,-26087,-84342,-40556,-24599,-84542,-40400,-24453,-85416,-39994,-24819,-85681,-39734,-24921,-85890,-39537,-25099,-86266,-39165,-25473,-86642,-38579,-25957,-86621,-37684,-26678,-86974,-36677,-26489,-86678,-35163,-27239,-86980,-36140,-26527,-86952,-37014,-26324,-87211,-36362,-26138,-87724,-37685,-25878,-87729,-37698,-25515,-86589,-38129,-26388,-87033,-38720,-25883,-86828,-38902,-25803,-87468,-38285,-26128,-87732,-38269,-25642,-87893,-38006,-24581,-87680,-38208,-25323,-87319,-37609,-24974,-87125,-36986,-24498,-87663,-37072,-24957,-87498,-38069,-24999,-86592,-39626,-25332,-87328,-39874,-25272,-86716,-39968,-25123,-87512,-40193,-24595,-88117,-40619,-23714,-88063,-40867,-23087,-87721,-40997,-23052,-87011,-40852,-23636,-86985,-40297,-24550,-86253,-40171,-24539,-86104,-41090,-24109,-85698,-40743,-24400,-85329,-41027,-24260,-84701,-40789,-24374,-84837,-41024,-24551,-85125,-41274,-24729,-86818,-40730,-24038,-85992,-39806,-24913,-87802,-39836,-24054,-87507,-39064,-23872,-87640,-39027,-23590,-87909,-39701,-23703,-87973,-40633,-22936,-87337,-39424,-22800,-86459,-40231,-22963,-86467,-40132,-22510,-86661,-40515,-22634,-87561,-40142,-23063,-87944,-39930,-23435,-87627,-39034,-23251,-87500,-39174,-22960,-86278,-38659,-22697,-85972,-37967,-22782,-87239,-38300,-23165,-87130,-38488,-22821,-86646,-38477,-22594,-86686,-38206,-22696,-86196,-37360,-23135,-85452,-37776,-22783,-85299,-38251,-22886,-85009,-37945,-22301,-88235,-39686,-24438,-88181,-40245,-23614,-87071,-37478,-26403,-86641,-37462,-26718,-87164,-38161,-26423,-87098,-36652,-25879,-86461,-47485,-28237,-85013,-47310,-28991,-87518,-46972,-27328,-86464,-46342,-27952,-87518,-46152,-27024,-86756,-44636,-26940,-86674,-43883,-26593,-85602,-43831,-27494,-82756,-42711,-28800,-81594,-40281,-28261,-80920,-40170,-28634,-80206,-39617,-28734,-80018,-38407,-28206,-79108,-38607,-28711,-78413,-38103,-28599,-78696,-37611,-28172,-79165,-36851,-27423,-78509,-36244,-27433,-79207,-36091,-26924,-80380,-35632,-26013,-80172,-36105,-26455,-80469,-36515,-26551,-80066,-36453,-26751,-80037,-37006,-27177,-79470,-37760,-28024,-79963,-37389,-27541,-80935,-37681,-27176,-81547,-38337,-27168,-80848,-38296,-27654,-81428,-39035,-27694,-80443,-38646,-28109,-80847,-37219,-26889,-80900,-35039,-25691,-81295,-34794,-25747,-79966,-35325,-26152,-80471,-34870,-25964,-80872,-33962,-26009,-80568,-32334,-27851,-80279,-32289,-27789,-79582,-32886,-27769,-79701,-32801,-29912,-80118,-33722,-29896,-79968,-34041,-29754,-79857,-33750,-30323,-80185,-33219,-31079,-80309,-33158,-31397,-79769,-32298,-30775,-79087,-31452,-30714,-78710,-30090,-30283,-78676,-29226,-30536,-78828,-28931,-30230,-79052,-28913,-29926,-79571,-28595,-29451,-80267,-27631,-28973,-79869,-28024,-29152,-79421,-27436,-29244,-79668,-26905,-28814,-79328,-26547,-28938,-79052,-27130,-29651,-78757,-27127,-29989,-79161,-28041,-29740,-79290,-25731,-28619,-78651,-26573,-29942,-78580,-25965,-29902,-78188,-26547,-31098,-78132,-27665,-31639,-77940,-27600,-32518,-77693,-27842,-33163,-77462,-27634,-33575,-76793,-27698,-35209,-77540,-29496,-35423,-77671,-30075,-35778,-78354,-30590,-35453,-79550,-31655,-34657,-79909,-32064,-34876,-79760,-32103,-35200,-80386,-32596,-34772,-80223,-32739,-35000,-79704,-33312,-34758,-79018,-33217,-36208,-78444,-33691,-36325,-78442,-33852,-35927,-77719,-34080,-36333,-77236,-34034,-36429,-77251,-33525,-36317,-77751,-33212,-36315,-77320,-32315,-36150,-77953,-31511,-36019,-78099,-30984,-35850,-78553,-32009,-35849,-78976,-31972,-35551,-79339,-32532,-35716,-76888,-31455,-35797,-76784,-30887,-35693,-76407,-30010,-35695,-76089,-29712,-35357,-76179,-29155,-35676,-75965,-28563,-35605,-76014,-26518,-35108,-76468,-24768,-34484,-76673,-24772,-34665,-76935,-24387,-34459,-77352,-25223,-34794,-77650,-25039,-34598,-78025,-24496,-34267,-78495,-24117,-33899,-78807,-23892,-33418,-78255,-24805,-32935,-77607,-26650,-33098,-79190,-23294,-32732,-79279,-22636,-30854,-79700,-21326,-30548,-79886,-20558,-30038,-80231,-20044,-30546,-79140,-23311,-31909,-79555,-22463,-32560,-77967,-25209,-33369,-78357,-24615,-33724,-77774,-25218,-34289,-77326,-25733,-34732,-76826,-26736,-35150,-76694,-26585,-35349,-76374,-26451,-35396,-76475,-25766,-35156,-77014,-25088,-34850,-76808,-26006,-35206,-77157,-25811,-34987,-76031,-27878,-35650,-75784,-28965,-35041,-75677,-27930,-34871,-75605,-27766,-33921,-75558,-27815,-33498,-75517,-26964,-33522,-75651,-26919,-34481,-75820,-26505,-34719,-76226,-25006,-34261,-76261,-24352,-33850,-76600,-24076,-34078,-75885,-25514,-33957,-75931,-27333,-35393,-75776,-27935,-35238,-75679,-28667,-34418,-75788,-30090,-34332,-75973,-30930,-34128,-76349,-31672,-35189,-76095,-34274,-35524,-76499,-34094,-35975,-76676,-32039,-35693,-76543,-31370,-35409,-76368,-31192,-35143,-76360,-30628,-35210,-75823,-29556,-34811,-77203,-31664,-36027,-77362,-30968,-36053,-77428,-30265,-35931,-77116,-30701,-35992,-76752,-30164,-35882,-76308,-28203,-35796,-76267,-27072,-35546,-76528,-29352,-35862,-76896,-29594,-35890,-76609,-28586,-35821,-76637,-28081,-35690,-77045,-29156,-35751,-77540,-31646,-36099,-79096,-33379,-36084,-79307,-31229,-34382,-79407,-31120,-33543,-79499,-31157,-32993,-78992,-30565,-33090,-78459,-29896,-33826,-78003,-29352,-34311,-77642,-28266,-33405,-78908,-30605,-34454,-78976,-31438,-35048,-78688,-31612,-35560,-78200,-30041,-35164,-78227,-29742,-34679,-77533,-28956,-34763,-77517,-28507,-33960,-77154,-28449,-35067,-77381,-29151,-35324,-77706,-29015,-34435,-78896,-30346,-33690,-80168,-32403,-33869,-80569,-32727,-33866,-80429,-32622,-34192,-79808,-31864,-33610,-79884,-31684,-33041,-79191,-31351,-32128,-78680,-30734,-32028,-78784,-31040,-31241,-78720,-30476,-30512,-78558,-29847,-30864,-78376,-29969,-31486,-78280,-29299,-31764,-78589,-28834,-30761,-78355,-27827,-30918,-78491,-27382,-30517,-78849,-28154,-30080,-78832,-30938,-30729,-79439,-31797,-30935,-79867,-32236,-31415,-80062,-32813,-31301,-79062,-31380,-31722,-80573,-32765,-32225,-80409,-32410,-32447,-80634,-32574,-32992,-78583,-33978,-34697,-78015,-34268,-34484,-77250,-34554,-34668,-76483,-35308,-34191,-76051,-35457,-34306,-75509,-35877,-33794,-75218,-36560,-31930,-74970,-36598,-32154,-74548,-36655,-31727,-73403,-36224,-31795,-72543,-35586,-32723,-73050,-35396,-32536,-72807,-34955,-33083,-72634,-35340,-33039,-72574,-34681,-33301,-72301,-34932,-32433,-72329,-35512,-31971,-72395,-35198,-32770,-73907,-36407,-31600,-77668,-34915,-33207,-78049,-34663,-32379,-77953,-34668,-32077,-77779,-34861,-31491,-77611,-35057,-31378,-78245,-34167,-31828,-78268,-34275,-32282,-79298,-33753,-31123,-78391,-34175,-31146,-78261,-34339,-33590,-78889,-33820,-32806,-78700,-33919,-32377,-79539,-33610,-32090,-80149,-33366,-31496,-80598,-33012,-32106,-80673,-32847,-32671,-79780,-33527,-30984,-79463,-33756,-30724,-78534,-34009,-32567,-75668,-36011,-33700,-75406,-36424,-32633,-76331,-35800,-33473,-76514,-35852,-32884,-77095,-35374,-32881,-76801,-35470,-33216,-76918,-34955,-34157,-77368,-34868,-33644,-78490,-34232,-33208,-78846,-33905,-33297,-80070,-33064,-34334,-80307,-32836,-34171,-79032,-33735,-34733,-79833,-33320,-33644,-80151,-33370,-32376,-77154,-34537,-35312,-76517,-34834,-35648,-76228,-34875,-35696,-76061,-35140,-35216,-75913,-35721,-34115,-75629,-35788,-34153,-76325,-35195,-34841,-76210,-34602,-35762,-75959,-34906,-35304,-75601,-34849,-34660,-75331,-33589,-33596,-75865,-32480,-34478,-75863,-34244,-35022,-75455,-32759,-33592,-75507,-32104,-33270,-75190,-32660,-32857,-75139,-31587,-31875,-74877,-31944,-31605,-75031,-31185,-31476,-74824,-29597,-30819,-75215,-29192,-31326,-75339,-28834,-31636,-75384,-29828,-32042,-75112,-29917,-31370,-75230,-30655,-31802,-75755,-31203,-33420,-75907,-31635,-34161,-75688,-30475,-32978,-75524,-29955,-32463,-75463,-29498,-32279,-75484,-28588,-32473,-75554,-28861,-33822,-75561,-29291,-33331,-75658,-29627,-34150,-75400,-28342,-31944,-75228,-27503,-32097,-74761,-25685,-30459,-74467,-24969,-29717,-75224,-24807,-30005,-75209,-26022,-31217,-74878,-26802,-31296,-75862,-24535,-30385,-75918,-24924,-30863,-76020,-24630,-33592,-75733,-25495,-33531,-75945,-24583,-33294,-76252,-23792,-33305,-76013,-24317,-32798,-76159,-24134,-32179,-76222,-24741,-31543,-76260,-24454,-31082,-76498,-23272,-31432,-75125,-25663,-30784,-75898,-25384,-31805,-75573,-26763,-33023,-75745,-25972,-32867,-75925,-25310,-32162,-75808,-25174,-32837,-75078,-28276,-31037,-74484,-27602,-30150,-74002,-26774,-29556,-73741,-27085,-29416,-73461,-27035,-29341,-73188,-27360,-29426,-72837,-27517,-29570,-72298,-26503,-30606,-71826,-26706,-31498,-71748,-27085,-31816,-71577,-27443,-32418,-72238,-27232,-30656,-72127,-27590,-31032,-72027,-26327,-31124,-72824,-26507,-29562,-72593,-26660,-29882,-72613,-26077,-30082,-73609,-26013,-29294,-74226,-25045,-29636,-74843,-26281,-30937,-74772,-26606,-30961,-73265,-26323,-29279,-74132,-27610,-29724,-74826,-28683,-30569,-74936,-28271,-30731,-74504,-29388,-30408,-74757,-30599,-30849,-74222,-31331,-30732,-74763,-31489,-31153,-74833,-27503,-30775,-75807,-30756,-33629,-75584,-30961,-32572,-75463,-31636,-32642,-76119,-33054,-35106,-75634,-33930,-34349,-75755,-35585,-34655,-76003,-35582,-34693,-80425,-32462,-33361,-80366,-32212,-32952,-79976,-31813,-32753,-80052,-32320,-31880,-80597,-32720,-33196,-78859,-25918,-29327,-78125,-28776,-32052,-78463,-30213,-32451,-78310,-29896,-32149,-77986,-29419,-32822,-78615,-30392,-32675,-77798,-28621,-32913,-77727,-28835,-33639,-78075,-29633,-33034,-78017,-29354,-33840,-79625,-25680,-28347,-79281,-24864,-28256,-79073,-23396,-29181,-78929,-23596,-30273,-78706,-24305,-30154,-78371,-25111,-31551,-78582,-24383,-32233,-78740,-24113,-30596,-78976,-23519,-31501,-79402,-22197,-30547,-79065,-23188,-29460,-79288,-22366,-29602,-79470,-21763,-29675,-80008,-19665,-28767,-80355,-18133,-27774,-80768,-17737,-29142,-80196,-19363,-29244,-80456,-18287,-28819,-79854,-20278,-28247,-79799,-20773,-28092,-80126,-19436,-27594,-80258,-18662,-27562,-78730,-24069,-31227,-79865,-27396,-28949,-80009,-28131,-29443,-80167,-28504,-30159,-80442,-28564,-30491,-80160,-29021,-30215,-79780,-28642,-29514,-79731,-29030,-29575,-80136,-26576,-28730,-80348,-27068,-28872,-80971,-26619,-28943,-81521,-26823,-29327,-81921,-27229,-30009,-81929,-27946,-30747,-82305,-28410,-30744,-81953,-28552,-30899,-81197,-28270,-30881,-80907,-27987,-30639,-81232,-27544,-30508,-81508,-27095,-29962,-81748,-27614,-30602,-82118,-27052,-29125,-82601,-27938,-30146,-82941,-28601,-30262,-82779,-29168,-30500,-83535,-29509,-29845,-83694,-29423,-29480,-83196,-30769,-29997,-82153,-30776,-30073,-80759,-30379,-30042,-80765,-29691,-30480,-80442,-29660,-30286,-81358,-30586,-30067,-82065,-31377,-29600,-82859,-31321,-29748,-83600,-31416,-29640,-83007,-28394,-30007,-83627,-29191,-29020,-83859,-29682,-28393,-83744,-29748,-27426,-83202,-28779,-27597,-83091,-28197,-26461,-83400,-28237,-25882,-83284,-27595,-26538,-83851,-27906,-25838,-84274,-28327,-24993,-84431,-28322,-24456,-84435,-28415,-24109,-84205,-28467,-23287,-83897,-27443,-23867,-83715,-27146,-24502,-83993,-27479,-22851,-83964,-28144,-22447,-83957,-27949,-23095,-83927,-28264,-21838,-84026,-28811,-22016,-84093,-29510,-22259,-83848,-28286,-25607,-83816,-28929,-24974,-84462,-29540,-23790,-84486,-29975,-23210,-84459,-30495,-22647,-83970,-30244,-21737,-84420,-30987,-22186,-84399,-31379,-22282,-84182,-31932,-21773,-83729,-32533,-21421,-83775,-32363,-21231,-83941,-31960,-21269,-83843,-31012,-21388,-83757,-30435,-21387,-84280,-29354,-23165,-84322,-28909,-24089,-84307,-28768,-23347,-84256,-29061,-24473,-84161,-28781,-22688,-84089,-28689,-24954,-83124,-28562,-26685,-83586,-28551,-25503,-83337,-28835,-29793,-82906,-27990,-29617,-82369,-27431,-29684,-81204,-26481,-28880,-81012,-26140,-28823,-81153,-25557,-28715,-82309,-27051,-27395,-82628,-27783,-27122,-82535,-27503,-28892,-83423,-28917,-28540,-82985,-28147,-28974,-83116,-27890,-26417,-82509,-27712,-27495,-82154,-27036,-27701,-82108,-26869,-27354,-81808,-26593,-27940,-81748,-26654,-28497,-79980,-33444,-30673,-80096,-33192,-30698,-80068,-33276,-30103,-79388,-32548,-29431,-79261,-32138,-28878,-79223,-31701,-29245,-81020,-33736,-26573,-81129,-34169,-26079,-80760,-34483,-25813,-79946,-34751,-26674,-79691,-35250,-26370,-79929,-34282,-27078,-79463,-33664,-28215,-79389,-33425,-28888,-79516,-33438,-29212,-79818,-34261,-29239,-79904,-34030,-29454,-79567,-34154,-28584,-79290,-32824,-28628,-79675,-34520,-27896,-79646,-34661,-28390,-80178,-34108,-26545,-80479,-34002,-26070,-80974,-36698,-26239,-79535,-35633,-26570,-79983,-40426,-29314,-81179,-41524,-29293,-80257,-41213,-29584,-79250,-40977,-29954,-78909,-40108,-29688,-78869,-39367,-29286,-77986,-40343,-30118,-76619,-39114,-29589,-76054,-40285,-30269,-76056,-38692,-29412,-74995,-38656,-29502,-76354,-37824,-28970,-76419,-37178,-28737,-76672,-36716,-28542,-75701,-37886,-29165,-75309,-39863,-30090,-74709,-41186,-30783,-76394,-36516,-28715,-76241,-38262,-29185,-77035,-37757,-28696,-77595,-37001,-28185,-78395,-36995,-27850,-77975,-38948,-29281,-78168,-39548,-29645,-77409,-39903,-29996,-77795,-37455,-28335,-77061,-38370,-29048,-85297,-43273,-27426,-84670,-42401,-27489,-83669,-41453,-27633,-83327,-40915,-27438,-82697,-40661,-27727,-83027,-40480,-27288,-82264,-39970,-27591,-82714,-41303,-28073,-84817,-31321,-28067,-85130,-32022,-28333,-85556,-32602,-27872,-87324,-35451,-25477,-87203,-35040,-25775,-86598,-34419,-25877,-86918,-35447,-25310,-87263,-35937,-24979,-87357,-36225,-24825,-86542,-34789,-25442,-86254,-36124,-24002,-86513,-35143,-24978,-85441,-33365,-24594,-85175,-32413,-24520,-85062,-32481,-23435,-85283,-33037,-23784,-85191,-33057,-23318,-85557,-34197,-23698,-85636,-33950,-24897,-85710,-34594,-24209,-85919,-35079,-24303,-85997,-34544,-24957,-85445,-34064,-23435,-85012,-32971,-22855,-84895,-31744,-23656,-84898,-31545,-24145,-84931,-31631,-24694,-84547,-30525,-24543,-84699,-31054,-24953,-84049,-29292,-24549,-84228,-29575,-24245,-84429,-30684,-25496,-84330,-29803,-23989,-84410,-30097,-23614,-84460,-30723,-22839,-84302,-30094,-22524,-85511,-33739,-24162,-88020,-39284,-25129,-83790,-26076,-23231,-83853,-26016,-21929,-83817,-26201,-20618,-83812,-26443,-20519,-83635,-25146,-19367,-83905,-24072,-18947,-83830,-23615,-18342,-84009,-21963,-17636,-84297,-21315,-17891,-84161,-19686,-16816,-84111,-19187,-16138,-84103,-17429,-15379,-84115,-17998,-16024,-83942,-17116,-16746,-83760,-17096,-17309,-83806,-18157,-17972,-83639,-18030,-18235,-83330,-16761,-17731,-82341,-15728,-18010,-82315,-14363,-17683,-82502,-15115,-18735,-82274,-15156,-18367,-82161,-16511,-18908,-82125,-15638,-18320,-82394,-15993,-19357,-82366,-17224,-20090,-82803,-16341,-17996,-83090,-13919,-15868,-82754,-14442,-16722,-82409,-13709,-16677,-82534,-13282,-16880,-83341,-12404,-16038,-83279,-12667,-16583,-82635,-12737,-16299,-82688,-12294,-15734,-82728,-11619,-14780,-82663,-12001,-15043,-82797,-11281,-14112,-83677,-11245,-14269,-82756,-12386,-15124,-83609,-12836,-13950,-84235,-13822,-13994,-84104,-13896,-13418,-83859,-15069,-12513,-83546,-15408,-11999,-83529,-16233,-12151,-82991,-16883,-11837,-82608,-17228,-11622,-82353,-16517,-10724,-82034,-16266,-10378,-81603,-15181,-9270,-81255,-14562,-8680,-81772,-14771,-9348,-82008,-14292,-9381,-82248,-13604,-9136,-81805,-12773,-8171,-82198,-12290,-8389,-82590,-11481,-8722,-82903,-11590,-9314,-82965,-11465,-9439,-83411,-12158,-10452,-83411,-12649,-10530,-83239,-13847,-10659,-83526,-13780,-11156,-82988,-14530,-10700,-82565,-14591,-10186,-82115,-15326,-9978,-82605,-15168,-10530,-82947,-13981,-10271,-82730,-13324,-9621,-82321,-11881,-8396,-83143,-13089,-10169,-82955,-12363,-9528,-81475,-15345,-9370,-80736,-14232,-8206,-81181,-14834,-8844,-80847,-13867,-7929,-81342,-13345,-8149,-80920,-12951,-7568,-81134,-12589,-7555,-81712,-12114,-7726,-81269,-15818,-9989,-80488,-15179,-9289,-80375,-16788,-10794,-80050,-16670,-10758,-80513,-19198,-12950,-80036,-19311,-13255,-79808,-20027,-14277,-79280,-19088,-13774,-79237,-18490,-13162,-78668,-17271,-12398,-78369,-17696,-12941,-77984,-18558,-12292,-77462,-18863,-11666,-77332,-19844,-11761,-76231,-20762,-12279,-75834,-20713,-12296,-75413,-19116,-11853,-75307,-20663,-11645,-76257,-21809,-12346,-77184,-23116,-11727,-76632,-24875,-11803,-77155,-24343,-11519,-77621,-23886,-11047,-77853,-23199,-11092,-78130,-22202,-11127,-78422,-21903,-11119,-78644,-22502,-11882,-78698,-23190,-11476,-78688,-23472,-11040,-78667,-22668,-11052,-78386,-23143,-10870,-78742,-22799,-11219,-77672,-22893,-11299,-77813,-22183,-11317,-76884,-24140,-11820,-77886,-21704,-11286,-77481,-21518,-11575,-77075,-21450,-11895,-77607,-20808,-11572,-77827,-19581,-11546,-77275,-20588,-11829,-76805,-20954,-12038,-78227,-21307,-11238,-78524,-20167,-11674,-78604,-21089,-11542,-78346,-20927,-12067,-78470,-22703,-12245,-78369,-23964,-12352,-78475,-25286,-11832,-78108,-25867,-13024,-78190,-25274,-14023,-78186,-24902,-14146,-78677,-23899,-14665,-79257,-23238,-15256,-79260,-23527,-15425,-78900,-24830,-16022,-79082,-25081,-17370,-78882,-24237,-16813,-79315,-23150,-16921,-79064,-23070,-16116,-79185,-22821,-15165,-78987,-22199,-15116,-77697,-21330,-14064,-77833,-20734,-14225,-77900,-20473,-13043,-77682,-21623,-13796,-77922,-23175,-13297,-77964,-24050,-13367,-78194,-23454,-12741,-78187,-24674,-12835,-78309,-25492,-12265,-78030,-22373,-12916,-78156,-21977,-12660,-78466,-21622,-12165,-78015,-20599,-12777,-77872,-21661,-13148,-78039,-24962,-13225,-78022,-25248,-13616,-78080,-25520,-13734,-77965,-23940,-14187,-79103,-23461,-14991,-78428,-22251,-14815,-78226,-23739,-14428,-77896,-24519,-13869,-77843,-23285,-14184,-77686,-22328,-14073,-77756,-22896,-13781,-77805,-23650,-13935,-79116,-22604,-16006,-79544,-23136,-17066,-79006,-23300,-16591,-79045,-22785,-15038,-78947,-24070,-16033,-78813,-24362,-16458,-78637,-23226,-11910,-78622,-24581,-11650,-78692,-24468,-11163,-78700,-24557,-10771,-78553,-24539,-10512,-78105,-25277,-10211,-78309,-26126,-10189,-77999,-26364,-10021,-77655,-26686,-9890,-76883,-27084,-10659,-77294,-24865,-11144,-78194,-24258,-10535,-77696,-24591,-10711,-77212,-25635,-10902,-76944,-24833,-11571,-76586,-26491,-11251,-76177,-26271,-11629,-75214,-26706,-11608,-75224,-25851,-11730,-75056,-26040,-11582,-75164,-23827,-11814,-75205,-22463,-11810,-75670,-26025,-11837,-76109,-25194,-11981,-76310,-24077,-12151,-76507,-23114,-12190,-75894,-23013,-12368,-75526,-22319,-12335,-75331,-21927,-12058,-75305,-22995,-12113,-75889,-24413,-12190,-75551,-24486,-12140,-75468,-25659,-11872,-75269,-24955,-11913,-75340,-23847,-12128,-75481,-23277,-12287,-77482,-27226,-9762,-78540,-21474,-11234,-78704,-21873,-11416,-78581,-23947,-10692,-78473,-20344,-11885,-78201,-20325,-12212,-78186,-20569,-12461,-75504,-21225,-12206,-75375,-21030,-12015,-76198,-19835,-12197,-78023,-18165,-12027,-77859,-17516,-12126,-81973,-16847,-11117,-81304,-16256,-10425,-80798,-16474,-10496,-83951,-14319,-12458,-83951,-13583,-12244,-83679,-13056,-11336,-83781,-12935,-11717,-83583,-11854,-11223,-83635,-11845,-12157,-83767,-12449,-13016,-83377,-11708,-13116,-83022,-10701,-12692,-83067,-11244,-13286,-82855,-10911,-13887,-83171,-10128,-12852,-82969,-10299,-13017,-82968,-10210,-12362,-82993,-9780,-11241,-82983,-9790,-11735,-83273,-9413,-11288,-83735,-9463,-11324,-83813,-9145,-10876,-83631,-8757,-10053,-83742,-8445,-9876,-83137,-9200,-10789,-82877,-10724,-13392,-83088,-10397,-13317,-82895,-11125,-14348,-83024,-11268,-14603,-83182,-10684,-13723,-82909,-12251,-15735,-82883,-11838,-15262,-83314,-12184,-15532,-83125,-12570,-16079,-83954,-10918,-13777,-83822,-12718,-12043,-83858,-12678,-12538,-84019,-13381,-12647,-83486,-12969,-14585,-83533,-13796,-15161,-83659,-15078,-16100,-83691,-13414,-14714,-83095,-12242,-14452,-82829,-11792,-14480,-83579,-12278,-13358,-82636,-12782,-15670,-82451,-13072,-16318,-82935,-13113,-15449,-82606,-12432,-15546,-83341,-15462,-16862,-82379,-13862,-17209,-83002,-13230,-16974,-83083,-12914,-16541,-82975,-13502,-17340,-83171,-13754,-17924,-83313,-14185,-18277,-82815,-14875,-18715,-82747,-14950,-17098,-84037,-18718,-17588,-84104,-18017,-16816,-84121,-18651,-16426,-83944,-26649,-22138,-83945,-26791,-21506,-84011,-27028,-20842,-83842,-26687,-20079,-83912,-27062,-20454,-83666,-26756,-19764,-83385,-25539,-18980,-83077,-25426,-18205,-82946,-25617,-18151,-82577,-25506,-17962,-82672,-25127,-17615,-82408,-25085,-17519,-81763,-24477,-17032,-82011,-24396,-16946,-81515,-23734,-16565,-81043,-23147,-16215,-81456,-22636,-15995,-80851,-22019,-15594,-80759,-22723,-16015,-81529,-22990,-16244,-81891,-23607,-16709,-81276,-23741,-16621,-80522,-23428,-16924,-80635,-24095,-17556,-80117,-24642,-18373,-79758,-24816,-18415,-79563,-24697,-18019,-79082,-26082,-17285,-79213,-26498,-17590,-79134,-26949,-17116,-79495,-29054,-16597,-79308,-28415,-16684,-79041,-29537,-15439,-78864,-29816,-14887,-78705,-30577,-14165,-78440,-31365,-13417,-78920,-31001,-11100,-79204,-30836,-10706,-79275,-30620,-11410,-79505,-30542,-11399,-79554,-30936,-11497,-79925,-31733,-11701,-79696,-32603,-10504,-79597,-31830,-11292,-79570,-32371,-10891,-79833,-30610,-11863,-79709,-31372,-13047,-80241,-30956,-13045,-80641,-31030,-13100,-80797,-31387,-13473,-80610,-31802,-13662,-81008,-32339,-14114,-81283,-32585,-14121,-81915,-33177,-13635,-82064,-33504,-13171,-82500,-33191,-13200,-81651,-33193,-13981,-81446,-33512,-14300,-80665,-33889,-15987,-81220,-32300,-15725,-81277,-32231,-16220,-80978,-31834,-16955,-81002,-31222,-16965,-80580,-30804,-17730,-80583,-28948,-18133,-80340,-28355,-18254,-79806,-26590,-18651,-79506,-27145,-18054,-79623,-28029,-17739,-80273,-28477,-17999,-80533,-29112,-17764,-80636,-29408,-18058,-81154,-33700,-14957,-81386,-33018,-14986,-81354,-32667,-15017,-81009,-32316,-15182,-80312,-32037,-14588,-81063,-32213,-13939,-81791,-32209,-13774,-79809,-30750,-12442,-79122,-31505,-12705,-78640,-31910,-12479,-78743,-31816,-12924,-80267,-22801,-16528,-79679,-22380,-16435,-79918,-22123,-16104,-79598,-21307,-15569,-79202,-21488,-15683,-78054,-20107,-14312,-78281,-20884,-14619,-78961,-21250,-15119,-78877,-21711,-15102,-78090,-21914,-14622,-78135,-18491,-13553,-77833,-18640,-13431,-77740,-18978,-13264,-77932,-19288,-12741,-78134,-19391,-12221,-78406,-19383,-11751,-78856,-18339,-13288,-78487,-18438,-13531,-78602,-19154,-14059,-78464,-19805,-14367,-79083,-20214,-14731,-77849,-18271,-13174,-77954,-17505,-12688,-77836,-17998,-12722,-78098,-19061,-13879,-77761,-19725,-13882,-77715,-19402,-13451,-78738,-20774,-14850,-81261,-24562,-17552,-82198,-25280,-17826,-81529,-24997,-17893,-81451,-25742,-18765,-82113,-26094,-18852,-82788,-26493,-19242,-81206,-25396,-18525,-80819,-24731,-18086,-80474,-25310,-18858,-80338,-26599,-20007,-80643,-27310,-20337,-80038,-28731,-21024,-79695,-29319,-21101,-79637,-29847,-20812,-79855,-30855,-20749,-80886,-32973,-20275,-80763,-32484,-20082,-81277,-32813,-19742,-81600,-33500,-19861,-81140,-33865,-20332,-81345,-34561,-20622,-81423,-35223,-21206,-81596,-35882,-21100,-81647,-36337,-21711,-81693,-35829,-22063,-81894,-35518,-22422,-84875,-35028,-22325,-84071,-35109,-21766,-83778,-35505,-21768,-84435,-36100,-22034,-84823,-35783,-22323,-85136,-36139,-22638,-85631,-36105,-23339,-85508,-35489,-23302,-85367,-35797,-23016,-84432,-34805,-21933,-84646,-33611,-22128,-82455,-35177,-22077,-81927,-34593,-21803,-81495,-34676,-21591,-81511,-35441,-21545,-81758,-35400,-22050,-81949,-35232,-22107,-81628,-34350,-21650,-81431,-34343,-20199,-82285,-34187,-19553,-81016,-33345,-18859,-80659,-32911,-18759,-80514,-32802,-17141,-80707,-32681,-16825,-80666,-31948,-17304,-80399,-31937,-17703,-80340,-32518,-18604,-80469,-33018,-17406,-80282,-32567,-18100,-80060,-31850,-18158,-81749,-36408,-21076,-81741,-36741,-21475,-82168,-37570,-21041,-82194,-37559,-21858,-81898,-37054,-22419,-81563,-36203,-22315,-81568,-36400,-22137,-81618,-36556,-21876,-82630,-38218,-21258,-83262,-38999,-19558,-83555,-39258,-18600,-81775,-36506,-20695,-81667,-36714,-20553,-82355,-37860,-20714,-82875,-38544,-19677,-81100,-33316,-20124,-81170,-33740,-20962,-80545,-32399,-20815,-81016,-33307,-20980,-81159,-32698,-21398,-81301,-31551,-21371,-80464,-29844,-21299,-80293,-30675,-21420,-79937,-30079,-21348,-79780,-30350,-21139,-80037,-31073,-21294,-80775,-32518,-21177,-80458,-32160,-20983,-80588,-31939,-21255,-81040,-32041,-21383,-80539,-31990,-19978,-80419,-32084,-20267,-80238,-31276,-19965,-79602,-30455,-18999,-79444,-29601,-19205,-79507,-27839,-19313,-80414,-28717,-18470,-80195,-27988,-18609,-80021,-27512,-18521,-79962,-27482,-18812,-79852,-26855,-18870,-79723,-25982,-19195,-79974,-25042,-18769,-79729,-25263,-18716,-79684,-25713,-18543,-79641,-26351,-19432,-79518,-27041,-19596,-79601,-27252,-20204,-79354,-27742,-19768,-79330,-28388,-19873,-79613,-27077,-19304,-79801,-26359,-19750,-79866,-27302,-18418,-79806,-26468,-18930,-79344,-29026,-19480,-79575,-28923,-19116,-80218,-29026,-18690,-80448,-29799,-18295,-80203,-30062,-18462,-79847,-30446,-18690,-79730,-31056,-18734,-80281,-30660,-18196,-79581,-29507,-19033,-79968,-28018,-18862,-79532,-28271,-19143,-79932,-30457,-20121,-79872,-30416,-20371,-79607,-29522,-20244,-79562,-30347,-19336,-79760,-30180,-19926,-79448,-29611,-19626,-79481,-29001,-20296,-80615,-32071,-19750,-80285,-31360,-20109,-80553,-32247,-19429,-81469,-33071,-19378,-81081,-32546,-19613,-79878,-31687,-18662,-79908,-31393,-19218,-79680,-30900,-19088,-80491,-29035,-21087,-81454,-29277,-20773,-81840,-29845,-20782,-82323,-29112,-20522,-82389,-28574,-20336,-82571,-27850,-20064,-82949,-29521,-20645,-83138,-30587,-20905,-82585,-30336,-20751,-81489,-28645,-20594,-80535,-27829,-20668,-80751,-28874,-20991,-81295,-26735,-19668,-81246,-27310,-20058,-81502,-28120,-20388,-81709,-26378,-19207,-82242,-26658,-19329,-82997,-26810,-19587,-83334,-27080,-19959,-82761,-27287,-19837,-82111,-28013,-20174,-81937,-27220,-19780,-82260,-27203,-19720,-83095,-27932,-20320,-83447,-27915,-20633,-83547,-28381,-20889,-83822,-28895,-21436,-83664,-29579,-21255,-83730,-28151,-21215,-84092,-27290,-22148,-83975,-26938,-23621,-84079,-27257,-21299,-83832,-27694,-21075,-83946,-27957,-21733,-83294,-27485,-20226,-83285,-28457,-20596,-83425,-29600,-20987,-80349,-25706,-19292,-82949,-24843,-18103,-82866,-24229,-17823,-83406,-24381,-18447,-82713,-23858,-17480,-83094,-23652,-17512,-83477,-23218,-17522,-83465,-22392,-16860,-83731,-22533,-17394,-83721,-24235,-18747,-82344,-24588,-17177,-82441,-23952,-17297,-82132,-23207,-16656,-82558,-22666,-16211,-82926,-22703,-16484,-82641,-24427,-17569,-83655,-26005,-19844,-82919,-25536,-24527,-83515,-26677,-24643,-83915,-27513,-24474,-84081,-27906,-23997,-84246,-28044,-24991,-83753,-26708,-24250,-82716,-26136,-25113,-82103,-26302,-26090,-81707,-25662,-25642,-81686,-25998,-26153,-81850,-26530,-27064,-82891,-26540,-25350,-83343,-26998,-25375,-82813,-26740,-25867,-83513,-27442,-26253,-82688,-26997,-26848,-83088,-27309,-26722,-83226,-26722,-25136,-83662,-27331,-25340,-83917,-27704,-25579,-82064,-26520,-26589,-82679,-27450,-27089,-81915,-24996,-25269,-81847,-25147,-25137,-83682,-19758,-19387,-83878,-18965,-18333,-83969,-20586,-19274,-84083,-21159,-19524,-84361,-22497,-19662,-84273,-22819,-19638,-84187,-21811,-18054,-84042,-22644,-18033,-84184,-22762,-18613,-84184,-23471,-19419,-84167,-24045,-20346,-84226,-23384,-20466,-83993,-24333,-19427,-84021,-24689,-20078,-83872,-25371,-21897,-83993,-24927,-20912,-84280,-22091,-18683,-84389,-22105,-19532,-84260,-21245,-18986,-83806,-20659,-19756,-84353,-21440,-18611,-84348,-21417,-18210,-84144,-20547,-18509,-84244,-20613,-17484,-84109,-18799,-16911,-84002,-19312,-18199,-82188,-18574,-20189,-82259,-19195,-20484,-82260,-18851,-20655,-82300,-17898,-20202,-82968,-18504,-21129,-82684,-19504,-21663,-82487,-21058,-21504,-82500,-20073,-20743,-82649,-19759,-20359,-83254,-19625,-19847,-82502,-18892,-19961,-82630,-18132,-19348,-82875,-17693,-20600,-82213,-17439,-19264,-82196,-17994,-19788,-86289,-22024,-23930,-86025,-20759,-24211,-86087,-20225,-23991,-86154,-19413,-23616,-86271,-18073,-23546,-85995,-19912,-24348,-86080,-19149,-24240,-86509,-19693,-22606,-86416,-18328,-21898,-86365,-19052,-22725,-86260,-18523,-23047,-86316,-17503,-22014,-86437,-16677,-22537,-86413,-15933,-21643,-86656,-16009,-22254,-86762,-16327,-23103,-87761,-14305,-22533,-88553,-13081,-22223,-88272,-13180,-21844,-88822,-12223,-21601,-88975,-11615,-21102,-89421,-10710,-21533,-89692,-9063,-20730,-89733,-8949,-21360,-89621,-8494,-21716,-89477,-7956,-21620,-89521,-7332,-21229,-88649,-7543,-21241,-88345,-6606,-20346,-88537,-4391,-18850,-88808,-4134,-18984,-89014,-3733,-19200,-88522,-3026,-18728,-88654,-2616,-18692,-88054,-2297,-18341,-87137,-1420,-17619,-86992,-1897,-17612,-86623,-1368,-17365,-86470,-2270,-17794,-86509,-2865,-18181,-85849,-2892,-18708,-86186,-4828,-19939,-85236,-4047,-19562,-85040,-4213,-19570,-83950,-2596,-17451,-83854,-3627,-17539,-83974,-4202,-17899,-84413,-4498,-18788,-84172,-4896,-18416,-84168,-5453,-18586,-84345,-6579,-19278,-84597,-7140,-19840,-84541,-9049,-20495,-84220,-9297,-20340,-84655,-9547,-20874,-84752,-10576,-21457,-83913,-10348,-20924,-82999,-10259,-20718,-82661,-11730,-21727,-82291,-11535,-21687,-82490,-12208,-22044,-82535,-12957,-22455,-82097,-12744,-22461,-81776,-13351,-22915,-81716,-14137,-23391,-81369,-14268,-23941,-81203,-13736,-24159,-81261,-12121,-23457,-81221,-11320,-23950,-81380,-9143,-22091,-81355,-9354,-22603,-81446,-9110,-23338,-81726,-8642,-24116,-81719,-9310,-24703,-81760,-8761,-24621,-80456,-9305,-24909,-79898,-10059,-24960,-79575,-9552,-24507,-79243,-10405,-24853,-80367,-10705,-25519,-80229,-12013,-26523,-79919,-12019,-26344,-79922,-12481,-26767,-79931,-13612,-27716,-79802,-11624,-25919,-80218,-11332,-25897,-79671,-10769,-25243,-81839,-8348,-24286,-81739,-8245,-24422,-81811,-7325,-24046,-81066,-6853,-23913,-80372,-7397,-23801,-80834,-6251,-23468,-80402,-6506,-23314,-80624,-5473,-22965,-80286,-4509,-22289,-80282,-3132,-21512,-79932,-2394,-21150,-79554,-1768,-20902,-79354,-541,-20483,-78973,-690,-20813,-78803,-827,-21305,-78877,-1784,-21405,-78874,-3149,-21853,-78874,-4413,-22520,-78737,-4529,-22870,-78755,-5671,-23233,-78964,-5398,-22860,-79305,-5398,-22621,-78713,-3090,-22409,-78748,-2043,-21882,-78770,-2905,-21970,-78779,-1443,-21755,-78754,-2550,-22718,-78848,462,-20729,-78930,1285,-20252,-79160,1425,-19921,-79284,2196,-19557,-79080,3431,-19117,-78947,4790,-18547,-79392,3097,-19145,-79625,3115,-19098,-80204,2288,-19477,-81205,3823,-19167,-82182,3271,-19244,-81957,3964,-19100,-79600,4266,-18604,-79798,4597,-18466,-79481,5839,-17889,-79165,4473,-18567,-78824,4337,-18912,-78688,4264,-20879,-79047,4568,-21818,-78868,4443,-21288,-78814,2416,-21448,-78764,1990,-20822,-78809,1196,-20719,-78793,2676,-19821,-78948,2314,-19755,-78809,303,-21114,-79010,1410,-22191,-79155,3123,-22955,-79100,3892,-22535,-79150,3606,-22406,-79108,3488,-22161,-80016,1930,-19586,-80875,1547,-19962,-80708,2913,-19399,-81462,2851,-19633,-78984,463,-20422,-79197,836,-20091,-79412,456,-20139,-79677,1665,-19689,-79663,21,-20254,-80996,284,-20493,-82332,-1026,-20800,-82141,-615,-21019,-81660,-1306,-21340,-81629,-2254,-21760,-82189,-2393,-21646,-82301,50,-19589,-81987,17,-18767,-81694,816,-17786,-81529,1195,-16702,-81536,126,-16880,-82215,64,-15796,-82400,1382,-15208,-82542,1737,-15042,-82849,1445,-15164,-83327,2948,-14892,-84850,1629,-15997,-84317,1307,-16175,-84727,781,-16510,-84408,-51,-17040,-84727,-575,-17365,-85062,-2228,-18442,-84990,-3078,-18951,-85350,-1561,-17867,-85693,-27,-16758,-85650,807,-16383,-84997,2201,-15634,-84338,3469,-14775,-83532,4469,-14259,-83135,5026,-13899,-82022,5246,-13877,-81978,6421,-13488,-82229,6250,-13373,-82223,7384,-12929,-81938,8353,-12812,-81787,8643,-12935,-81657,9127,-13068,-81589,9296,-13298,-81579,9164,-13637,-81532,11124,-13767,-81535,11254,-12626,-81522,12040,-12666,-81485,12927,-12559,-81551,13535,-12140,-81864,12961,-11690,-83124,12607,-12081,-83182,11826,-11774,-83521,11900,-12601,-83754,13148,-13530,-83428,14191,-13339,-82736,14796,-12592,-82773,16597,-12781,-82212,17009,-12291,-82428,17380,-12668,-81870,17312,-11976,-81751,18249,-11911,-81408,18234,-11483,-81259,19521,-11221,-80476,21426,-10526,-80364,22196,-10414,-80066,22734,-10144,-79780,23123,-9881,-79191,25714,-8466,-79514,26360,-8214,-79379,27282,-7589,-79002,27704,-7236,-78856,28647,-6609,-78698,27817,-7148,-77869,29199,-6597,-77506,29505,-6769,-77174,29840,-7031,-76706,29166,-7897,-76474,28851,-8407,-76687,27523,-9137,-76198,27300,-9161,-76432,28161,-8858,-75817,28377,-8703,-75314,28752,-8572,-74671,29358,-8381,-74201,29624,-8448,-73710,30443,-9223,-74239,29127,-10305,-73462,28718,-10480,-72077,30392,-9294,-72458,31255,-9073,-73358,30362,-9795,-73333,30886,-9441,-73625,30282,-9813,-73943,29803,-9962,-74015,29697,-9553,-73788,30124,-8567,-73604,30645,-9417,-73187,31357,-8992,-73395,31037,-9012,-73186,31514,-8489,-72897,32154,-7497,-73311,31368,-7948,-73446,31572,-7249,-74053,31435,-7030,-74173,32244,-6369,-75319,30689,-7635,-75965,29428,-8286,-76044,29691,-8106,-76244,29992,-7686,-76412,30661,-7074,-76319,28625,-8664,-75305,29690,-8106,-74751,30624,-7599,-73847,30673,-7910,-73664,30507,-8398,-73808,31442,-7091,-74416,31274,-7165,-74213,30766,-7608,-74950,29685,-8118,-73514,31158,-7752,-75116,31299,-7246,-72923,31538,-8962,-71996,31340,-8715,-71556,31101,-8658,-71687,31561,-8405,-71468,31817,-8148,-71004,32423,-7667,-70538,32938,-7322,-70138,33593,-6962,-70315,34736,-8027,-70347,34996,-8250,-70423,35921,-8761,-70351,36058,-8539,-70242,36546,-8590,-70353,37620,-9168,-70461,38289,-10475,-70439,38924,-10765,-70678,39180,-11050,-70643,38405,-10778,-70728,37549,-10517,-70838,37042,-10441,-70889,36222,-10064,-71463,35710,-9806,-70870,34916,-8788,-71019,35362,-9482,-71034,35638,-9790,-71757,36326,-10274,-70589,36703,-9879,-70525,36394,-9524,-70434,35766,-9077,-70514,36026,-9471,-70437,38303,-9858,-70757,34718,-8271,-71027,34897,-8658,-71347,35023,-8114,-70459,35384,-8934,-70619,35344,-9137,-70534,34931,-8631,-70784,33330,-7021,-70407,33870,-6775,-71465,34741,-7465,-71774,35410,-8622,-72734,35263,-8564,-73559,36205,-9455,-70694,34551,-7070,-70854,34492,-6841,-69835,34077,-6948,-69628,34525,-7394,-69915,34335,-6972,-70401,34209,-6789,-70195,34536,-7581,-71605,33881,-6547,-71729,33252,-7193,-73519,32708,-6188,-73372,32053,-6843,-73910,33079,-5700,-73467,33512,-6207,-73109,33699,-6370,-73467,33345,-7162,-74131,33309,-6960,-74213,33624,-7020,-75613,33562,-6503,-76101,33594,-6264,-76224,33324,-6001,-76573,33312,-5401,-76730,33243,-4826,-76672,33128,-3846,-76807,32509,-3044,-77074,32589,-2469,-77143,32755,-2075,-78403,32258,-1048,-78287,32830,-168,-78345,33015,443,-78782,32443,372,-79007,32025,-454,-78853,30853,975,-79123,30130,718,-79448,29618,324,-79163,29690,253,-79912,29279,-177,-79815,30357,72,-79827,30629,16,-80699,29882,-1821,-81361,29022,-2586,-81458,28902,-2280,-81754,28392,-2196,-81286,28353,-1482,-82015,27291,-2167,-82704,26903,-2666,-83214,26443,-3000,-83156,26827,-3144,-83446,26845,-3630,-84460,25769,-4077,-84595,25386,-4001,-84850,24983,-4371,-84051,24894,-4536,-84282,24161,-4928,-84800,23105,-5398,-84367,23069,-5101,-83870,22832,-4803,-83725,22482,-5099,-83158,22618,-5397,-82669,21791,-6578,-82067,22468,-6189,-82340,21604,-6803,-81582,22186,-6081,-81451,22113,-5868,-81295,21572,-5708,-81327,20895,-5209,-81112,21782,-3763,-80975,21801,-4269,-80666,22925,-3423,-80457,23577,-3244,-80390,23935,-3412,-80610,23939,-3873,-80408,24968,-3510,-80338,25852,-3438,-80575,25595,-3810,-80850,25808,-3741,-80418,26146,-3516,-80507,26594,-3139,-79960,27557,-2339,-79545,27630,-1996,-79362,28514,-1443,-79315,28804,-1208,-79218,29067,-827,-78907,29207,-505,-78812,29762,0,-79082,29481,-259,-80799,27171,-2306,-81644,27017,-2072,-82446,26457,-2732,-82599,26371,-2545,-83090,26107,-3040,-83143,25608,-3916,-82834,25564,-3830,-83449,24889,-4351,-82817,24951,-3851,-81953,25005,-3699,-80998,24601,-4529,-80848,25210,-4165,-81269,25031,-4315,-80658,26185,-3481,-81303,25315,-3999,-81668,25552,-3304,-82114,25711,-3247,-82135,26498,-3014,-81340,26811,-2675,-81507,26202,-2851,-81116,26348,-2814,-80523,27072,-2525,-81440,25925,-3003,-82053,26253,-3184,-82620,25945,-3635,-82482,26308,-3208,-81477,26936,-2540,-82105,26743,-2147,-82486,26626,-2323,-82818,26542,-2596,-83254,26141,-2963,-83204,25799,-3684,-83823,25425,-4016,-83822,26038,-3460,-83665,25834,-3437,-80480,27442,-2117,-80642,27756,-1411,-80138,27807,-1992,-79907,29013,-167,-80531,29651,-727,-80634,29741,-1034,-80715,29801,-1422,-79718,29001,-234,-80054,28429,-827,-79909,25850,-2532,-79823,27239,-2526,-79899,26539,-2576,-79670,26809,-2130,-80052,26620,-2966,-80152,26798,-3007,-80185,25688,-3059,-80281,24770,-3135,-79967,25432,-2151,-80110,25086,-1720,-80568,23877,-2096,-80836,22904,-2811,-81352,21489,-3667,-81527,20362,-4689,-81879,19750,-4804,-82111,19130,-5160,-82859,18735,-4839,-83765,16681,-5676,-83969,15785,-5462,-84249,14642,-5528,-84341,14634,-6087,-84518,14482,-7208,-84737,13874,-7370,-85309,11083,-7708,-84917,11948,-6134,-84870,11967,-5517,-84869,11696,-5200,-84721,11803,-4158,-84866,11215,-4461,-84808,11059,-4259,-84436,11721,-3461,-84503,12647,-3663,-84300,12779,-3180,-83676,12879,-2727,-83531,13843,-2309,-83202,14506,-2061,-82868,14914,-1933,-82597,15189,-1942,-82549,16144,-1455,-83036,16508,-1336,-83335,15628,-1750,-82847,15765,-1586,-83245,15101,-1879,-83718,14083,-2283,-82328,16268,-1550,-81827,17013,-1574,-80717,16514,-1050,-80505,17610,-764,-80266,18717,-430,-80066,19800,-117,-80009,19533,116,-79765,20712,437,-79646,20468,802,-79788,21476,589,-79142,23006,1533,-79518,22641,1195,-78586,24218,2311,-78238,25086,2883,-78718,25153,2435,-79364,25591,2651,-79442,25746,2577,-79103,26557,2865,-78825,27190,3152,-78483,25841,2719,-78395,25305,2636,-79007,25724,2728,-79014,26260,2964,-79519,21476,879,-79449,20857,1267,-80008,19135,546,-80239,18508,81,-80151,18529,771,-80579,17251,-27,-81078,15148,-866,-80874,15982,-810,-80890,13800,-388,-80422,14294,-92,-80255,14283,49,-79650,16017,1040,-79558,15416,1291,-78751,15397,2500,-78167,15679,3196,-77354,16715,3884,-77623,17310,3665,-78198,18112,3012,-79892,17525,1177,-80243,17949,800,-79617,19602,1544,-79686,19786,1211,-79194,14983,1914,-79773,14646,979,-79287,14158,1813,-78592,14343,2766,-78067,14189,3265,-77653,13370,3568,-77767,15719,3540,-78437,13489,2920,-78875,14583,2398,-80989,14471,-330,-81019,15035,-468,-80804,16147,-170,-80569,17037,306,-80136,15236,371,-79964,15259,511,-79520,16764,1214,-79082,17196,1856,-78768,16450,2385,-80408,17807,372,-80570,17247,-505,-81414,16957,-1812,-83517,10732,-4029,-83729,9875,-4309,-83876,9211,-4625,-84124,7853,-5179,-83960,7550,-5541,-83380,7759,-6181,-83139,6755,-6934,-83051,7508,-6592,-82861,6458,-7242,-83161,5349,-7668,-82906,4013,-8378,-82629,4016,-8226,-82637,3393,-8262,-82785,3276,-8611,-83448,2497,-9033,-84444,709,-9199,-83698,-414,-10508,-84542,-338,-9717,-84831,-2163,-10329,-85073,-2830,-10410,-84577,-2886,-10977,-84936,-3439,-10841,-84674,-4876,-11826,-84482,-3871,-11594,-84356,-5170,-12419,-84906,-5440,-11798,-85053,-6163,-12110,-85991,-6601,-11940,-86937,-7189,-12800,-86794,-7058,-12504,-86346,-6285,-11822,-86132,-5675,-11470,-85436,-6403,-12007,-85437,-5520,-11470,-85777,-5257,-11242,-85493,-3835,-10568,-85268,-3618,-10601,-85431,-2636,-10094,-85024,-4457,-11246,-85170,-4855,-11299,-85942,-4197,-10694,-85731,-3892,-10549,-85828,-2716,-10031,-85752,276,-8573,-85675,1202,-8036,-86172,1261,-8516,-86376,1395,-8926,-86374,2007,-8733,-86397,2578,-8443,-86743,2573,-8248,-87259,3231,-8648,-87637,2528,-8892,-87692,2986,-9263,-87883,2665,-9539,-88046,2972,-9770,-88170,3309,-9856,-88784,2369,-9993,-88945,1892,-9896,-88996,1705,-9799,-89161,162,-8688,-88836,-34,-8520,-88547,19,-8557,-88024,284,-8718,-88669,-202,-8857,-89853,-808,-9276,-90253,-747,-8450,-90271,-606,-8349,-89744,-204,-8517,-89953,-628,-8392,-89302,-362,-8487,-89412,-564,-8804,-88837,-331,-9575,-89068,-403,-8646,-88652,4578,-9577,-89034,3332,-9636,-87908,3957,-9619,-86155,2256,-8112,-86307,3090,-8208,-86065,3738,-7570,-85966,4985,-6917,-85956,5787,-6745,-85777,5900,-6442,-85670,6673,-6147,-85414,7495,-5602,-85479,7948,-5657,-84533,9503,-4280,-83840,10477,-3928,-84292,9330,-4369,-84465,7484,-5132,-84587,6485,-5555,-84339,6622,-5630,-84261,5718,-6219,-83904,5027,-7169,-84409,4737,-6682,-84563,3932,-7059,-84669,3178,-7390,-84949,2983,-7267,-84904,2301,-7720,-85456,864,-8168,-84562,8640,-4631,-84810,7771,-5010,-85185,6064,-5807,-84878,6547,-5514,-84977,5636,-5892,-85164,5078,-6146,-85486,4364,-6610,-85613,3648,-6968,-85244,3824,-6721,-85166,3328,-6976,-84675,4352,-6692,-84909,4680,-6377,-84635,5556,-6022,-84219,8405,-4830,-85971,6392,-6873,-86221,6290,-7886,-85895,7287,-6818,-85912,7682,-7152,-86188,6889,-8033,-86216,7300,-8331,-86340,7872,-8695,-86704,7915,-9025,-85926,9728,-8995,-85662,10866,-9250,-85388,11216,-8915,-85231,11665,-8827,-84934,13090,-7747,-84961,12495,-8630,-84774,13496,-7880,-84720,12954,-9480,-85402,12955,-10541,-85086,13091,-10286,-85400,12742,-10345,-85793,12456,-10535,-85877,11951,-9815,-85272,12630,-9836,-85286,12334,-9518,-85979,11280,-9362,-85581,11414,-9280,-86191,11281,-9596,-86371,10302,-9248,-86570,10266,-9383,-86591,11224,-9873,-86076,11903,-10107,-86673,10533,-9797,-86444,9008,-8928,-86095,8790,-8722,-86485,11024,-9899,-84992,12205,-9132,-85278,11865,-9229,-86722,5300,-8481,-86962,4831,-8644,-87257,3893,-8783,-87992,5925,-9799,-88678,6306,-9613,-88193,6520,-9871,-87942,7328,-10059,-87718,7967,-10229,-87449,7374,-9767,-87202,6737,-9204,-87385,6544,-9533,-87208,7606,-9462,-86836,8315,-9141,-86902,9184,-9318,-87649,6982,-9858,-87617,5392,-9503,-87940,5247,-9695,-86727,6977,-8921,-86745,6127,-8671,-86321,6231,-8113,-86136,5200,-7332,-86259,4210,-7933,-86310,5485,-8015,-85688,8253,-6397,-85453,9577,-6553,-85369,9935,-6164,-85434,9372,-5915,-85145,10655,-5441,-84916,10110,-4441,-84562,10750,-3763,-84263,11195,-3496,-84463,10198,-3935,-84714,10024,-4143,-85558,8430,-5944,-85588,9357,-7302,-85251,10777,-6818,-85651,7452,-6060,-85272,9074,-5199,-85186,8446,-5072,-84869,9404,-4504,-85870,2813,-7560,-85493,2761,-7288,-85849,3794,-7161,-84800,-1269,-9867,-85148,-1016,-9339,-85116,-1941,-9924,-85580,-1748,-9559,-85308,-1170,-9306,-85523,131,-8576,-85657,-528,-8895,-85091,-261,-8993,-85192,732,-8364,-85314,1655,-7828,-84966,1681,-8065,-84658,452,-9123,-83496,3504,-8457,-84033,3376,-8088,-84355,2766,-8182,-84615,2070,-8313,-83986,4236,-7593,-83620,5115,-7418,-83728,5994,-6812,-83662,7487,-6030,-83582,6918,-6441,-83888,2253,-8902,-84251,2394,-8538,-83247,4248,-8202,-83642,4344,-7857,-83125,6033,-7297,-84620,12544,-4692,-84359,13684,-4604,-84163,14760,-4989,-83766,16126,-4493,-83524,16778,-3955,-83231,17628,-3142,-83114,18109,-3554,-82960,18644,-4018,-82544,19623,-4176,-82198,20488,-3589,-82373,20191,-3464,-81122,22422,-2905,-81632,22000,-2675,-81630,20847,-3981,-82219,19839,-4314,-83181,18212,-4832,-83345,17547,-4509,-82915,18925,-4265,-83647,16695,-4916,-84460,13023,-3813,-84205,13755,-3121,-83733,14808,-2271,-84082,13562,-2768,-83906,13176,-2689,-84865,13351,-7213,-84935,12576,-6987,-80414,23972,-2489,-80781,22785,-3149,-80130,24893,-2628,-79708,26357,-1910,-79336,27610,-1209,-78995,28246,-322,-79062,27965,-140,-78743,28860,539,-79037,28148,748,-79133,28127,1868,-79037,27336,2399,-79696,26341,-1610,-79516,26848,-647,-80109,25901,-64,-79664,26751,1647,-79532,26423,1945,-79705,27257,1144,-79730,27003,680,-79207,28175,1340,-79181,28260,1578,-79283,27507,-769,-79216,27717,540,-79663,26718,-34,-82701,27544,-3012,-82686,27705,-3332,-82617,27708,-3685,-82544,27581,-4141,-81927,28193,-3801,-81481,28562,-3957,-81548,28315,-4516,-80701,29293,-3588,-80752,29482,-3004,-80094,30286,-2296,-79726,30479,-2525,-80080,30620,-1297,-79964,30719,-710,-80067,30516,-529,-79443,31277,167,-79423,31070,472,-82279,27590,-2360,-79558,30066,250,-78929,31328,-2757,-77764,32108,-2637,-77651,32565,-1956,-77162,32444,-2471,-77259,31333,-4758,-76757,32108,-4665,-76801,31640,-5418,-76194,31224,-6716,-77022,29819,-7241,-77432,30920,-5157,-78305,30652,-4683,-78835,30714,-4494,-79525,30505,-2943,-79140,31177,-1956,-78805,31515,-1922,-78805,31337,-3120,-78875,31014,-3861,-79067,31785,-917,-79487,31306,-1060,-79420,31468,-462,-79540,31010,-1654,-80196,29789,-3302,-80328,29287,-4167,-80829,28850,-4371,-81370,28144,-5131,-82129,27445,-5600,-82604,26211,-6846,-82320,25784,-7300,-81537,25682,-7361,-81228,25105,-7864,-81527,23946,-8544,-81112,24847,-8767,-81370,24096,-9499,-81802,22362,-10073,-82025,21539,-11098,-81884,22574,-11560,-82046,22487,-11396,-81840,23338,-10842,-81392,23501,-11040,-80676,23689,-10740,-80676,22874,-11097,-81007,22828,-11377,-81486,23836,-10734,-81183,23019,-11359,-81777,22653,-10310,-82147,22054,-11518,-81998,22655,-11052,-81849,23202,-10661,-80627,24856,-10000,-80441,24193,-10339,-79988,24217,-9634,-79435,24841,-9009,-79708,24111,-9472,-79784,26154,-8506,-79773,27097,-7980,-79112,24720,-9052,-79828,24910,-9147,-80280,24897,-9737,-80078,25829,-8982,-80180,26340,-8827,-81058,25612,-9438,-81035,24936,-10001,-81342,24859,-9847,-81306,25044,-9307,-80689,25458,-9623,-80475,26344,-9006,-80937,25780,-8441,-81169,25859,-7353,-81034,25166,-8102,-81024,25045,-8419,-80720,26668,-7202,-80791,25979,-7801,-80708,26410,-7728,-80774,26264,-9039,-80621,27122,-8447,-80934,26344,-8659,-79419,27827,-7321,-80215,28419,-7352,-79769,27907,-7553,-80170,27089,-8379,-80286,27844,-7908,-80400,27325,-8303,-80697,27346,-8071,-80782,26718,-8058,-80699,27142,-6754,-80929,26803,-6820,-81259,27254,-6263,-81327,26699,-6715,-80494,28002,-7579,-80367,28703,-6654,-80341,28438,-6156,-80607,27783,-6158,-81037,27703,-5881,-80893,28203,-5357,-80653,28720,-4804,-80226,29114,-4782,-79715,30169,-3758,-79374,30751,-3762,-79352,30608,-4405,-79713,30236,-4455,-79743,30138,-4987,-80084,29552,-5848,-80228,29206,-6173,-80237,28903,-5558,-80002,29565,-4595,-79993,29819,-3672,-82048,27213,-6028,-80563,27315,-6983,-81954,26736,-6593,-80533,28104,-7174,-80317,28761,-6878,-79444,29176,-6533,-79710,29174,-6713,-80077,29162,-6681,-78731,29369,-6120,-78159,29668,-5927,-77259,30216,-6377,-76592,31065,-6553,-80095,23362,-10028,-80445,23535,-10567,-81995,27771,-5146,-82633,26984,-5697,-83151,26635,-5322,-83037,26972,-4742,-84629,25358,-5698,-85470,24533,-5434,-85135,24682,-4632,-84899,25173,-4343,-84982,25268,-4728,-84642,25728,-4692,-84378,25888,-5112,-83560,26579,-4813,-83229,27096,-4121,-85213,24740,-5870,-85236,24777,-4798,-85038,25197,-5388,-83661,25998,-5682,-83935,25307,-6180,-84490,25126,-6041,-84688,24595,-6347,-85193,24207,-6403,-85992,23191,-6626,-86033,23314,-6222,-85882,23561,-5765,-85642,24082,-5389,-85434,24128,-5086,-85700,23966,-6101,-85309,24429,-6132,-83276,26292,-5766,-82798,26572,-6237,-83227,26060,-6350,-83261,25757,-6817,-83882,24774,-7011,-82983,25516,-7314,-82824,24505,-8100,-82257,24428,-8128,-82248,25442,-7521,-83094,24861,-7800,-83417,25131,-7353,-82092,27864,-4496,-82654,27221,-4994,-78344,31109,-3968,-77889,31412,-3719,-77255,31838,-3547,-77400,31499,-4007,-78371,31426,-3397,-78544,31723,-2591,-77678,31870,-3158,-78349,32143,-1786,-78122,32480,-1425,-76826,33586,-3656,-76918,34080,-3500,-77279,33493,-3012,-77882,33470,-2690,-78448,34063,-1943,-78183,34223,-1641,-77498,34188,-599,-77121,33942,-854,-77084,33705,-916,-77540,33374,-811,-77905,33212,-269,-77776,32831,-1468,-77081,33116,-1597,-76952,33210,-1890,-77569,33576,-1752,-77232,32930,-2269,-77767,33068,-2514,-77367,32894,-2750,-77051,32935,-3134,-78153,33432,-2253,-76931,34441,187,-76801,34801,493,-76574,35053,710,-76121,35534,1533,-76624,36445,1523,-76612,37468,1469,-76913,35984,1203,-76510,35718,1042,-77187,36739,1408,-76644,36602,1260,-76517,36557,1348,-76424,35796,1200,-76350,35507,1060,-76402,35251,1176,-76205,35408,2225,-75773,35784,2764,-75834,36057,2254,-75644,36111,2990,-75335,35892,3729,-75405,35482,4004,-74905,35866,4216,-74612,36042,4631,-73855,36377,5974,-73569,35508,6378,-73836,34640,5913,-75500,33606,4992,-75313,33108,4942,-75194,31924,5323,-75673,30821,5184,-75770,31406,4893,-75376,30447,5531,-74988,30320,5982,-74739,30837,6142,-74226,31393,6355,-73247,32754,6531,-73503,34047,6356,-74461,34331,5352,-74479,35035,5125,-74894,33899,5055,-73680,34770,6235,-73924,32257,6538,-74175,31992,6444,-73678,32971,6581,-75034,31262,5655,-74635,32193,5792,-74250,32118,6337,-74989,30892,5846,-74286,33111,5845,-74876,32904,5348,-73690,32053,6411,-73476,31867,6428,-72807,33222,6699,-72287,33691,7507,-72662,34950,7327,-73114,34832,6891,-72028,36122,7709,-70251,37507,7502,-69697,37764,7681,-69995,37897,7817,-69632,38613,7676,-68783,38804,7823,-69052,39798,8109,-69174,40031,8346,-69571,40954,8712,-70031,41005,8683,-70284,42668,8325,-69218,42834,8249,-69652,42085,8359,-68136,41609,8441,-68316,42622,8232,-66572,42919,8083,-66284,44229,7601,-65237,45466,7592,-64707,44703,7458,-64849,45144,6637,-64079,43945,6799,-63730,43061,6865,-64398,42519,6926,-64055,41739,6881,-64206,41637,6978,-63842,40798,6874,-63653,39788,7611,-63831,40175,7877,-64673,40828,8052,-64962,41348,8485,-66296,40886,8814,-66282,40374,8470,-66762,39672,8032,-66028,39278,7315,-65571,39231,7172,-64996,39172,6976,-65355,39355,7249,-64615,39157,6814,-64039,39115,6540,-63312,38875,6052,-62236,37907,5235,-62930,36999,5885,-63441,37039,6423,-64270,37064,7066,-64508,37434,7318,-65237,37490,7700,-65913,37876,7681,-66810,37857,7946,-66727,39379,7468,-66904,39551,7552,-66229,39528,7424,-66912,39610,7763,-67495,39338,7596,-67524,39525,7630,-68018,39575,7711,-68226,39419,7625,-67975,38815,7875,-66977,38843,7779,-67166,38365,8079,-67519,38091,8150,-68065,38413,8115,-66488,38225,7968,-68000,39734,8156,-67255,39781,8379,-65938,38508,7752,-64553,38393,7110,-63085,37986,6108,-62977,37591,6054,-62492,37656,5614,-62671,37332,5865,-63429,37475,6527,-63359,37758,6263,-63615,37312,6706,-63739,38646,6457,-65904,40911,8502,-64479,40274,7815,-63543,40486,7521,-64104,41421,7169,-63910,41848,7791,-64018,42188,8026,-63869,41571,7995,-63681,41156,7781,-64020,41739,8173,-64209,41060,8262,-64320,41617,8304,-65213,42016,8447,-64314,43011,8060,-64334,43460,7751,-64748,44729,7139,-64983,45326,6797,-65183,42794,8278,-63701,40614,7917,-63333,39355,6912,-63154,39276,6234,-62890,39569,6048,-61968,39154,6098,-62040,38567,4969,-62145,38422,4991,-62794,38422,5688,-63398,39743,7151,-62977,40321,6528,-63440,40397,6522,-63335,39927,6191,-63478,39843,6494,-63658,40343,6697,-63746,40960,6749,-63585,41327,6824,-62816,41700,6777,-62323,42340,6879,-62066,42283,6804,-62065,42550,6547,-62426,43403,6491,-62966,44467,6516,-62984,44086,6692,-63505,45309,6501,-63963,45564,6493,-64555,45483,6588,-65153,46516,7078,-65181,45764,7476,-66105,45085,7371,-66395,44695,7408,-66829,44883,7297,-67287,44843,7340,-67279,45653,7203,-67813,45755,7293,-67095,46987,6829,-66643,47279,6716,-66908,49780,6134,-66233,49483,6188,-66073,50100,5475,-65802,49465,5759,-65586,49986,5659,-65343,50090,5465,-64920,48867,5963,-64746,49047,5648,-64824,49576,5467,-64524,49787,5362,-63919,48843,5450,-63075,48566,5503,-62635,47916,5375,-62132,46312,5062,-61822,46650,5173,-61887,47522,5455,-61468,47081,5389,-61193,48123,5051,-60955,47477,4959,-60390,47312,4468,-60025,46218,4280,-60308,46145,4640,-59753,44912,4310,-59963,44606,4785,-59661,43551,4570,-59976,43386,4629,-59698,42353,4321,-59303,42291,4305,-59093,43069,3331,-59239,42033,2682,-59155,41335,2583,-59218,41234,2049,-58849,41054,3043,-58577,40486,3239,-58908,42157,3510,-58761,41377,3524,-59044,42400,3157,-59010,40721,2489,-59182,41497,1590,-59279,42879,1703,-58918,42885,508,-58795,41912,156,-58684,42971,-184,-57487,44250,-1014,-56732,43889,-1045,-56543,43647,-1234,-57001,43554,-1282,-56531,42923,-1396,-58949,40957,773,-58793,41243,28,-58493,41818,-767,-58494,42579,-647,-58286,43104,-1046,-58225,42126,-1415,-57458,42976,-1596,-58111,41086,-1505,-56872,39577,-1093,-56447,39528,-1355,-56805,37374,-1058,-57217,36969,-719,-56809,36595,-1791,-56370,36004,-2784,-56668,35103,-3897,-57442,33918,-4853,-57651,33645,-5167,-57829,33325,-4840,-58136,33481,-4406,-58649,34472,-2148,-58833,34850,-2412,-59023,35285,-2387,-58189,35910,-2176,-57291,36092,-2249,-57216,36715,-1059,-59585,36025,-188,-58965,35062,-1500,-59098,35277,-2187,-59547,36174,-1376,-59333,35733,-1753,-59229,36373,-1203,-59160,36218,-1599,-59051,35966,-1912,-58247,36436,-876,-58988,36431,-439,-59461,36503,75,-59742,36708,834,-59966,36451,1634,-59925,36979,1467,-60059,36850,1495,-60640,37952,2608,-60218,37658,2128,-60310,38095,2690,-60014,38037,3203,-60685,38220,3028,-61082,37743,3883,-61539,37820,4492,-62057,37535,5228,-62138,37318,5303,-61851,38413,4686,-61484,38346,5248,-60776,38713,5897,-60950,38458,5895,-61231,39176,6465,-61250,38492,5872,-61744,38673,5666,-61258,39997,6645,-61475,40560,6758,-61784,41176,6879,-61781,41659,6272,-61481,41402,4769,-61699,42392,4865,-61892,43703,4919,-62534,44564,5210,-62233,44670,5038,-62724,44145,5568,-62576,44004,5352,-62248,43509,5186,-61968,42318,5128,-62163,42530,5932,-61844,42007,6551,-62369,43238,5397,-62446,43275,5705,-62091,41744,6884,-62213,40704,6767,-62567,40095,6517,-61706,39585,6570,-62191,39495,6281,-61413,38916,6291,-61546,39928,6733,-62691,40627,6660,-62103,42195,5449,-58837,37478,773,-58249,37528,90,-58446,37852,194,-58031,38324,-259,-57166,39043,-777,-58097,38959,-495,-58707,38984,32,-58746,38150,330,-58988,36714,1258,-59043,36937,1778,-59001,37896,3189,-58504,37899,2914,-58394,39483,2958,-58549,39560,3281,-58475,39995,3229,-58615,40515,3681,-58264,38540,2830,-58242,38061,2684,-58526,37459,2486,-58484,37357,1916,-58635,37134,1876,-58624,37255,1516,-58794,37051,1214,-58680,37988,1464,-58864,37482,1097,-58913,38459,783,-58890,38578,513,-58404,40386,-960,-58271,41709,-1479,-58154,39996,-952,-57728,39896,-1050,-58264,38057,2375,-58293,38567,2433,-58711,39018,1778,-58576,39732,2556,-58837,39641,1877,-58980,40289,1244,-58878,39381,885,-58753,40393,-271,-58681,40184,-447,-58910,40110,734,-58817,38820,1170,-58486,38228,3085,-58797,38606,3342,-59632,39100,3776,-60096,38483,4016,-60593,38379,3347,-60949,38360,3707,-61429,38280,4347,-61235,38378,4586,-60984,38841,4813,-60884,38375,5097,-61036,39242,4633,-60835,39902,4215,-60259,40433,4007,-60588,41172,4173,-61362,42975,4627,-61399,43564,4674,-61352,44114,4700,-62054,45937,5005,-62286,45817,5056,-63291,47240,5363,-63912,48064,5511,-64196,47219,6246,-64879,47471,6318,-65259,47062,6443,-65589,48140,6747,-65702,48036,6835,-65613,48634,6372,-65618,48794,6004,-65901,49297,6203,-65969,48837,6472,-65458,48204,6185,-65306,47652,6262,-65415,47817,6353,-64384,48910,5506,-64389,48452,5644,-64435,47954,6132,-64766,48455,6086,-63640,48260,5445,-63166,48203,5421,-63253,47836,5385,-61767,46144,5037,-60986,44169,4669,-60657,44167,4688,-60257,42767,4349,-59659,41339,4030,-58948,41453,4064,-58656,41044,3687,-58783,40100,3598,-59819,39677,3861,-60826,38908,4447,-59616,39975,3803,-60211,41088,4018,-59270,40707,3856,-58860,40922,3916,-60278,42015,4179,-60923,42894,4457,-60580,43341,4475,-58902,39540,3516,-60204,44358,4893,-60595,45230,5059,-60702,46793,4863,-61316,47414,5268,-61179,45546,4993,-60846,46214,5197,-61558,46876,5338,-60942,46019,5218,-65265,49031,6009,-61888,44603,4890,-60968,41439,4400,-61177,40794,4486,-61535,40884,4871,-61266,39895,4532,-61529,40123,4985,-61543,40207,5371,-61673,40731,5230,-61109,40291,4370,-58814,36836,1195,-58972,37607,2739,-59810,37745,2689,-58670,37543,477,-58382,39036,-361,-58067,36278,-1632,-57353,36488,-1496,-58774,35520,-2407,-56546,35510,-3063,-56673,36196,-2415,-57346,35652,-2697,-57530,34784,-3206,-58037,34347,-3371,-58427,33307,-4166,-58586,33828,-3829,-57295,34177,-4489,-57046,34646,-4290,-57589,34126,-5008,-57838,35459,-4910,-58202,35037,-5189,-58097,36403,-4860,-58398,36683,-5054,-57959,39577,-4351,-57713,39065,-4221,-58216,41491,-4652,-58265,41976,-5263,-57380,42729,-4978,-56095,43162,-4458,-56557,43268,-4512,-55236,44315,-3531,-54451,45266,-3334,-54629,44962,-3328,-54151,46293,-2691,-54175,46341,-2309,-54735,46537,-1616,-54287,47779,-904,-54781,48166,-502,-55610,48899,-592,-56105,49375,-1110,-56402,50033,-1017,-56359,51177,-333,-56461,51971,139,-57075,52737,453,-58064,52354,1890,-58448,52727,2032,-58878,52812,1927,-59334,53203,1834,-59217,53406,1808,-57823,54571,1154,-58112,55650,1061,-57855,56140,1150,-57070,56336,1066,-56733,57602,944,-56812,58164,667,-55540,59788,149,-54845,60103,450,-54108,60174,1915,-53709,59674,2304,-54017,59643,2316,-53865,59175,2510,-53109,59470,3074,-52036,60494,3911,-51597,60608,3973,-51497,61709,3010,-51824,62129,2190,-51472,62391,1207,-51975,61916,144,-52040,61758,-428,-52993,60949,-1118,-51861,61224,-1953,-51405,61142,-2406,-50605,61486,-1674,-50965,61326,-2083,-50983,60821,-2913,-50712,60442,-3355,-50261,59493,-4341,-50595,59152,-4587,-50102,58872,-4908,-49829,57690,-5843,-49190,58639,-4011,-48860,58595,-3827,-49221,60814,-2443,-49340,61352,-1900,-49419,61566,-1643,-49337,61257,-1226,-49453,60467,-1381,-49599,59509,-1820,-49555,59385,-1760,-49379,58980,-1783,-48920,59550,-1486,-47888,59630,-897,-47906,60354,-817,-47305,60508,-427,-46651,61442,77,-46131,61688,385,-45140,63176,1176,-44782,63337,1421,-44225,64669,1887,-44080,64387,1976,-44128,65676,2083,-44459,65629,1993,-44207,66392,2245,-44818,67161,2448,-44512,69386,3300,-45356,69543,3773,-45679,69779,4472,-45931,68763,4304,-46185,67414,3926,-46592,66351,4475,-46299,68318,6143,-46102,69282,6340,-45887,70262,6368,-45789,70635,6755,-45652,71240,6404,-45179,73091,6788,-45244,72820,7248,-45097,73523,7029,-44651,77088,7336,-44383,75980,6272,-44107,75759,5822,-44234,74596,5455,-44494,74455,5676,-44836,71769,4463,-44470,73186,4937,-44235,76937,6458,-43955,77558,6332,-44372,77845,6957,-44184,78387,6825,-43902,79614,6786,-43573,79110,6480,-43887,80469,6827,-44006,81023,6830,-44294,80418,7063,-44704,80675,7302,-44866,80522,7608,-45633,81242,7996,-46025,81883,8006,-45946,81563,8700,-46257,82245,8684,-46273,81581,8961,-46236,80717,8979,-45621,80675,8858,-45072,80337,8830,-44980,80337,8156,-44709,79833,7849,-45823,81135,8797,-45614,81056,8658,-44266,79777,7132,-44534,80107,7393,-44601,79227,8978,-44380,78182,9258,-44532,78327,9450,-45063,78608,9283,-45090,78984,9343,-44738,79425,9260,-44745,78967,9468,-44549,78894,9416,-44892,80088,8421,-44820,79877,9037,-45116,79477,9266,-43477,78090,6165,-43734,77287,6050,-43911,75702,5635,-45115,72959,7742,-44890,73434,8153,-44766,74385,8093,-44922,74293,7406,-45671,68731,3673,-45998,67706,3657,-46103,67092,3527,-46209,65815,2855,-46516,65273,2766,-47272,64776,3391,-49062,63318,2754,-47928,63986,2497,-47565,63778,1664,-47358,63599,1314,-46711,64115,1580,-47433,62889,611,-46553,62726,561,-47700,61472,-359,-48246,60651,-885,-49147,61897,-133,-48372,62260,88,-48157,62784,628,-48421,63176,1384,-49552,62927,2356,-50973,62243,1530,-50379,62004,931,-50562,62314,555,-48991,62945,1472,-49668,62144,493,-50773,62127,1657,-47858,63306,1197,-47354,62566,356,-48834,61642,-419,-48503,61450,-535,-48317,61218,-651,-46865,63362,980,-46400,63210,876,-46638,62348,352,-45236,63997,1368,-44884,65775,2032,-46039,63095,852,-46403,61881,279,-45549,63131,991,-44953,63741,1368,-46268,64048,1420,-45839,63821,1248,-45472,65110,1898,-45329,64479,1566,-44942,64967,1774,-46019,64572,1716,-46437,64779,2088,-46889,64811,2665,-47259,64487,2611,-47744,64239,2953,-47876,63813,2006,-46901,64405,1999,-45074,67467,2623,-44940,69205,3341,-45768,67668,3178,-45509,68314,3234,-45407,67702,2863,-45614,66970,2695,-45926,66208,2695,-45253,66788,2428,-45291,66131,2232,-45444,65645,2125,-44703,66608,2243,-45953,65559,2349,-46729,61884,148,-48653,58685,-1423,-48868,57388,-1238,-50139,56075,-935,-50626,55950,418,-51211,55373,-240,-51612,55265,-1741,-51260,55614,-2074,-51421,56003,-2684,-51869,56269,-3297,-52393,55632,-3568,-51924,55484,-2890,-52724,55240,-3741,-52283,55593,-3902,-52268,55881,-3704,-51878,56368,-3443,-51642,56862,-3274,-51675,56375,-3555,-51255,57379,-2837,-51259,57421,-2957,-48947,58187,-2931,-49273,58639,-2645,-49120,59393,-2236,-49083,59900,-1958,-50707,57678,-2841,-49766,58655,-2512,-50129,57685,-2956,-51153,55522,-693,-51560,55106,-774,-51843,54937,-1125,-52214,54629,-1833,-52606,54514,-2494,-53001,54323,-3162,-52689,53564,-3610,-52845,53819,-3859,-52831,53867,-4371,-52495,52539,-4947,-52361,52664,-5278,-52162,52060,-5635,-51759,51885,-4655,-51391,52164,-4147,-50876,52125,-4188,-50592,53739,-1760,-50739,54165,-1276,-50017,54532,-261,-49572,54322,-97,-48617,53734,507,-48900,54691,1238,-48482,53586,760,-48598,53197,827,-48013,52419,-272,-47642,51768,-954,-48136,52083,-1354,-49577,53833,-743,-48932,54085,410,-49969,54083,-788,-49996,53545,-1666,-49604,53009,-2127,-48975,53898,1523,-50137,53955,2019,-51587,51710,814,-51843,52246,100,-52154,52607,10,-52594,52081,366,-52692,52235,1063,-52809,51582,831,-53627,51403,488,-54068,51279,347,-54375,51133,280,-54318,49482,-141,-54942,49539,23,-55708,50402,201,-56402,52776,1037,-57032,53370,706,-55518,50444,327,-55349,51371,519,-54714,51012,263,-55381,52233,655,-54940,52166,571,-55064,53936,953,-55751,54885,1218,-56054,54476,1121,-56353,55052,1187,-55554,53542,896,-54509,52340,610,-53984,52364,679,-53406,52458,960,-53728,53664,1150,-54336,55722,1698,-54514,53641,921,-55013,55054,1310,-54060,53593,999,-54814,54309,1097,-54579,55522,1532,-52942,52137,1090,-52967,52727,1333,-52781,53043,1387,-53112,53295,1502,-52526,53977,1035,-52918,54039,1588,-53523,54762,1805,-53885,55446,1828,-52418,55930,2544,-51721,55526,3092,-51701,54478,2754,-51407,54466,2685,-51123,53609,2189,-49506,55435,2581,-49344,56147,2559,-49331,55591,1617,-50004,56504,1849,-49947,56669,1887,-50183,56396,1285,-49610,56694,1682,-49950,56339,674,-50685,55998,740,-50119,55386,624,-49269,55142,1123,-49660,56215,1977,-49073,55400,1852,-50120,56036,1295,-50269,56239,1292,-50865,55108,-256,-51730,53206,-2950,-52137,53847,-2566,-52046,52592,-3875,-51107,52838,-3167,-51324,53207,-2741,-51664,52580,-3648,-49453,54180,1912,-49250,55122,2317,-48930,54365,1689,-49072,55310,2104,-48721,54124,1307,-53270,54855,1995,-53045,55718,2185,-52965,55885,2288,-52377,55587,2337,-53379,55810,2355,-53069,54405,1821,-52603,54467,1387,-52731,54981,1755,-52853,54801,1681,-51820,52696,488,-52383,53209,451,-52561,52709,321,-52621,52465,897,-52667,53121,905,-52404,52535,-34,-52075,53402,684,-53126,55250,2076,-54070,54401,1271,-54934,50486,186,-53273,50397,261,-48736,52797,641,-48132,52208,-196,-47739,51629,-898,-47101,51089,-1950,-46836,50903,-2888,-46601,50445,-3013,-46327,49615,-4323,-46623,49874,-3711,-48531,49207,-4342,-48999,48685,-4785,-49232,48929,-4682,-49951,49182,-4251,-49749,49430,-4005,-49244,50531,-2072,-49266,51733,-179,-49809,51646,77,-50787,50760,-115,-50917,51283,514,-51905,50372,-1047,-51702,50117,-876,-51375,49499,-1209,-51549,49354,-1465,-51240,49183,-1592,-51568,48852,-2011,-51266,48251,-2711,-51633,48538,-2428,-51453,48053,-2931,-51878,47924,-3311,-51585,47436,-3678,-51520,46815,-4645,-51431,46948,-4769,-51160,47698,-5596,-50767,47936,-6059,-50385,47929,-6313,-50413,48381,-5446,-49979,48551,-5344,-50538,48314,-4543,-50173,48955,-4242,-51246,47424,-4065,-51192,47445,-4599,-51281,47496,-3723,-49775,48994,-4704,-49742,48430,-5458,-50694,47619,-7039,-51202,47596,-6677,-50121,47801,-6451,-49438,48329,-5388,-49190,47796,-5612,-49814,47741,-6317,-51488,50505,-141,-51258,50793,210,-51455,50187,-493,-50659,50442,-590,-49750,50295,-1835,-50478,50023,-1382,-51104,49607,-1205,-51258,48694,-2130,-50071,50731,-793,-49396,50206,-2594,-51146,50318,-382,-49094,50897,-1519,-49693,50785,-1099,-49578,51249,-559,-49535,49744,-3536,-49067,49680,-3804,-48217,50075,-3392,-48202,49670,-3993,-48765,49234,-4238,-48922,50261,-3033,-48454,50121,-3276,-47508,50071,-3472,-46783,50197,-3137,-47060,49801,-3958,-46454,50064,-3636,-47770,49696,-4153,-46523,50260,-3730,-47096,51001,-3250,-47218,51259,-2665,-47661,51482,-2954,-47127,50708,-3789,-46714,50105,-4350,-47453,50172,-5057,-48619,48923,-6665,-47902,48349,-6894,-47562,48915,-6296,-46456,48417,-6363,-46205,46817,-7273,-46295,46547,-7212,-46789,46322,-7140,-47475,46273,-7422,-47399,46050,-7867,-47152,45807,-8680,-47667,45813,-8569,-48836,45643,-8790,-49206,45506,-9560,-50029,45271,-9749,-49820,45684,-9203,-52199,46795,-9006,-52951,46378,-9704,-53556,45903,-10247,-52872,45895,-10177,-51924,45173,-10447,-51819,44909,-10792,-50599,45626,-11032,-50463,45008,-10467,-50935,45128,-11188,-51682,45043,-11407,-52780,44952,-10930,-52260,44834,-11018,-52330,45135,-11715,-52826,45202,-11873,-53480,45886,-12229,-54160,45943,-12413,-56225,46192,-12672,-56321,47141,-12459,-56792,48348,-12272,-56000,47853,-12358,-55503,47811,-12216,-56127,46737,-12517,-54262,46531,-12356,-53525,46251,-12140,-54355,47191,-11854,-54599,47596,-11665,-55137,47923,-11726,-54897,47280,-12211,-54344,47773,-11424,-53851,47782,-11223,-52113,47773,-11103,-51941,48289,-11256,-51432,48347,-11172,-50586,48596,-10915,-48709,46921,-10621,-48996,46751,-10708,-50279,46518,-10719,-50572,46303,-10783,-51535,46682,-10910,-51659,45617,-11430,-52617,45991,-11671,-52620,45565,-11925,-52668,46408,-11272,-49169,47658,-10881,-50487,48277,-10981,-50189,47698,-10916,-50670,47169,-10804,-49782,46975,-10694,-53422,46749,-11463,-52678,46839,-11117,-52429,47225,-11048,-53667,46502,-12036,-57403,47911,-12301,-57959,48379,-12065,-58476,50259,-11714,-58672,51163,-11473,-58510,52219,-11079,-59022,52532,-10991,-58988,53091,-10650,-59357,54355,-9869,-59471,55012,-9084,-59822,55547,-8891,-60136,55295,-9167,-60140,55326,-9447,-60008,54891,-9751,-60135,53953,-10044,-59994,53873,-9982,-60410,52979,-10234,-60411,53260,-10268,-60073,54352,-10756,-60161,54172,-10464,-59581,54838,-9408,-59322,53553,-10396,-59990,53167,-10243,-60140,52728,-10320,-59723,52510,-10574,-59612,51060,-10912,-59615,50152,-11060,-58173,47792,-12010,-58311,47282,-12002,-57844,46301,-12390,-57258,45613,-12708,-57088,46217,-12634,-55643,45841,-12650,-55895,45545,-12664,-54979,45637,-12536,-55146,45413,-12490,-54542,45270,-12257,-53977,45379,-12343,-53695,45199,-12036,-53572,45105,-11227,-53291,44941,-11433,-54266,45332,-11291,-53909,45572,-10662,-53364,45432,-10682,-55328,45330,-12287,-55629,45358,-11888,-56152,45338,-11717,-56830,45102,-11351,-58120,45396,-12441,-58750,45054,-12304,-59122,44441,-12205,-58560,44794,-12308,-59041,43894,-12039,-59168,42550,-11919,-59259,41520,-11840,-59424,40232,-11894,-59880,40909,-11969,-60117,40819,-11963,-60516,39018,-11667,-60241,39139,-11795,-59680,38964,-11935,-59267,38948,-11644,-59622,39092,-10606,-60355,37932,-10295,-61593,36318,-10622,-62005,35914,-10167,-62058,35534,-7920,-62547,34891,-7769,-62266,33577,-7285,-62621,33397,-7445,-63184,33542,-7354,-63591,33010,-7648,-64126,32409,-8060,-64612,31971,-8521,-65300,31745,-9092,-65671,31090,-9440,-65573,30496,-9916,-65304,29959,-10236,-65435,28756,-10968,-65788,27847,-11771,-65732,25247,-13140,-65917,24112,-13853,-65903,23524,-14105,-66102,23932,-14185,-66397,23869,-14446,-66739,23250,-14827,-66534,22460,-15389,-66872,21240,-16187,-67030,19551,-17315,-67777,18219,-17620,-68381,18196,-16975,-69166,18214,-16192,-69969,16455,-16483,-70335,15497,-16693,-70709,15094,-16738,-71188,14608,-16937,-71268,13195,-17298,-71455,13415,-17339,-70816,12936,-17456,-70576,14313,-17016,-69371,17017,-16694,-71259,15450,-16905,-71394,16534,-17046,-71612,17583,-17353,-71786,18931,-17009,-72276,18931,-17080,-72478,18126,-17482,-72966,17908,-17336,-73469,18059,-16760,-73998,16123,-17706,-74055,14528,-18625,-73555,14332,-19271,-73204,14874,-19135,-72762,13166,-19908,-72566,12757,-19683,-72406,12701,-19316,-73017,19129,-16450,-74014,19310,-15933,-74435,17807,-16658,-74907,17679,-16745,-75517,16819,-17224,-75947,16910,-17095,-75943,16071,-17540,-77027,15549,-17585,-77260,14016,-18329,-77340,15134,-17705,-77692,12854,-18796,-78224,12818,-18396,-78246,13080,-18173,-78035,12377,-16831,-78002,11964,-15950,-78641,9430,-16394,-78551,10420,-15932,-78498,9264,-16646,-78147,10747,-16372,-76356,16155,-17380,-76402,14788,-18102,-76181,14405,-18269,-75673,14351,-18058,-75047,16209,-17478,-75722,15666,-17762,-75577,15478,-17802,-75100,15088,-17829,-76541,13353,-18720,-75965,13638,-18300,-75660,13182,-18473,-74535,13960,-18619,-74580,14239,-18415,-74430,15010,-18077,-75644,13733,-18231,-77521,13297,-18684,-77047,13333,-18766,-76335,13011,-18611,-77425,12418,-19223,-77653,11788,-19538,-77514,11410,-19725,-76629,10807,-19505,-77636,10202,-19817,-77927,10302,-20186,-78278,9837,-20355,-78514,10151,-19985,-78797,8856,-20199,-78436,8103,-18888,-78337,8360,-18343,-78478,6666,-18700,-78511,6088,-18859,-78595,5062,-19027,-78547,6190,-18485,-78659,6439,-18059,-78957,6707,-17578,-79116,6734,-17497,-78866,6077,-17972,-78449,7226,-18062,-77637,9712,-19882,-78073,9759,-20290,-77209,12060,-19383,-76705,11928,-19011,-76616,11443,-19173,-75822,11944,-19270,-76231,12459,-18744,-77047,12463,-19184,-77990,11574,-19463,-78139,12240,-18872,-78440,11218,-18286,-78425,8923,-18654,-78310,9667,-18114,-78223,9104,-17543,-78374,7641,-18311,-78360,12117,-18679,-76433,13772,-18552,-74623,15515,-17784,-74719,16679,-17253,-73413,18851,-16364,-70778,15589,-16616,-71186,16140,-16761,-70842,16773,-16265,-69828,17385,-16126,-67871,19104,-16999,-70985,15834,-16634,-70934,17675,-16217,-69883,18118,-15744,-69452,18683,-15690,-69309,20707,-14535,-69420,19349,-15310,-69939,20412,-14545,-70095,19704,-14892,-69840,19769,-14885,-69062,19248,-15684,-68258,21390,-14905,-67679,22321,-14835,-68302,22791,-13929,-67430,23582,-14119,-66998,25492,-13130,-67824,24661,-13071,-68672,22299,-13904,-68967,23558,-13090,-70183,23030,-13598,-70301,21956,-14081,-70438,23328,-13784,-70690,23380,-14241,-71031,23757,-14596,-71015,23018,-14851,-71083,22084,-15219,-71298,21685,-15508,-71163,21222,-15526,-71375,20914,-15865,-71494,19616,-16533,-71869,19805,-16638,-72307,21256,-15789,-72767,20829,-15588,-73179,20776,-15366,-72578,21935,-15004,-72457,22772,-14562,-71337,24698,-14123,-71150,25629,-13650,-70696,26238,-13247,-70512,25915,-13206,-70182,25304,-12585,-69951,25213,-12306,-69849,24292,-12733,-69576,24232,-12664,-68458,24709,-12705,-69237,24990,-12248,-69125,26608,-11361,-69532,27925,-10792,-69910,26882,-11594,-70082,26155,-12053,-72265,27342,-11343,-72656,26620,-11771,-72619,27164,-11376,-73286,26278,-11878,-74182,25977,-11951,-74620,26157,-11810,-75136,26031,-11854,-75348,26017,-11670,-74863,26785,-11550,-75241,26454,-11461,-70135,26351,-12588,-69996,27146,-11927,-69949,27775,-11756,-69814,28037,-11107,-68462,25975,-11936,-67693,25826,-12473,-67069,24656,-13620,-66744,23859,-14402,-67375,22236,-15156,-67493,21328,-15776,-67691,20360,-16337,-67329,21167,-16013,-68776,20025,-15421,-68119,21096,-15305,-66975,22177,-15460,-67180,23123,-14654,-71049,24430,-14282,-71633,24675,-13985,-71995,24456,-13770,-72862,22978,-14192,-73205,22446,-14359,-73350,21352,-14954,-73830,20165,-15504,-73512,20456,-15416,-73169,19974,-15840,-72506,19782,-16511,-71939,25102,-13347,-72071,25574,-12831,-72277,26284,-12146,-73749,24919,-12698,-75201,24296,-12594,-75173,23943,-12836,-75823,23454,-13038,-76153,23457,-12796,-74308,23498,-13387,-74341,22735,-13810,-74748,22051,-14147,-74134,21171,-14875,-74601,20388,-15267,-75019,19998,-15464,-75705,19659,-15610,-76351,19544,-15453,-77399,18279,-15747,-77280,18431,-14775,-77278,17418,-13919,-77615,17050,-13353,-79164,14999,-13983,-79671,12749,-15074,-79838,11461,-15627,-80538,11067,-16227,-80840,12062,-15716,-80457,12955,-15377,-80300,13675,-15067,-80414,14287,-14699,-80729,14117,-14315,-80012,14025,-14819,-80151,12956,-15314,-80570,12124,-15793,-80268,11964,-15728,-80107,15203,-14224,-80197,14157,-14802,-80363,15278,-14093,-79403,13311,-14731,-78564,13332,-14575,-78251,13468,-14623,-77991,13186,-15111,-77721,14565,-14753,-77655,14670,-15045,-77646,14736,-15505,-77895,13240,-16370,-78027,14062,-17826,-77717,13690,-18305,-77880,15167,-17348,-77701,16337,-16777,-77579,17588,-16104,-77672,17160,-15989,-77545,15788,-15182,-77689,15264,-14307,-77341,17322,-14555,-77150,18218,-13914,-77496,17306,-15214,-77496,18017,-15560,-77292,17894,-16136,-77331,17408,-16430,-77331,16482,-16921,-76964,16912,-16817,-76728,17928,-16338,-75951,18350,-16370,-75478,17744,-16744,-74278,20307,-15369,-74608,19249,-15925,-73880,22146,-14345,-73667,23278,-13751,-73533,24214,-13228,-72905,25062,-12832,-72430,24982,-13084,-72884,24429,-13271,-72997,23923,-13560,-72367,24402,-13527,-78054,14719,-17219,-77944,15391,-16975,-77911,15147,-16402,-77793,13986,-16131,-78087,14288,-17109,-77835,16195,-16232,-77720,16884,-16340,-77519,16478,-15154,-77676,15190,-15719,-78171,13755,-17573,-78182,13190,-17382,-79322,14282,-14338,-78589,14158,-14238,-78203,14400,-14188,-77628,15985,-13956,-77501,15955,-14412,-77514,15790,-14825,-75639,18402,-16389,-75850,23914,-12757,-71534,25508,-13493,-71692,26201,-12567,-71370,26821,-12271,-71463,27115,-11915,-71201,26658,-12765,-71048,26455,-13101,-70820,26633,-13052,-72990,22143,-14625,-72222,20220,-16416,-72010,23120,-14764,-69142,22306,-13653,-69506,22177,-13654,-69732,22270,-13633,-70285,21161,-14369,-69485,21205,-14205,-68453,23182,-13576,-68782,20714,-14906,-70377,16705,-16186,-70654,17632,-15945,-69777,18792,-15447,-71086,18073,-16400,-71464,18849,-16772,-70510,21075,-14644,-70217,18839,-15356,-70713,21133,-14937,-70566,22640,-14238,-70760,21984,-14772,-70656,19813,-15304,-71213,19780,-16191,-70728,18872,-15707,-68832,17773,-16771,-66134,23104,-14709,-65989,22566,-14812,-66142,22096,-15441,-66346,21803,-15820,-66795,20662,-16647,-67814,16950,-18367,-67512,17129,-18507,-67385,14928,-20006,-67216,15855,-19559,-67189,16878,-18898,-66927,14910,-20287,-66941,16169,-19492,-66592,20855,-16530,-66372,22943,-15029,-65592,29074,-10894,-65497,30049,-10251,-63687,32131,-8105,-63984,30976,-8772,-64319,31248,-8690,-61376,36243,-9712,-61417,36974,-9198,-61114,37283,-9601,-60654,37198,-10314,-60994,36832,-9982,-59579,42656,-12058,-58430,43974,-12082,-58578,43395,-11927,-56911,45429,-12651,-56194,45424,-12415,-57308,45345,-12645,-57710,45046,-12475,-56727,45635,-12870,-59023,53698,-10225,-58490,52586,-10728,-58305,51493,-11381,-57765,50601,-11554,-58405,49630,-11892,-58737,53459,-10121,-57786,53210,-8920,-56809,53866,-9396,-57320,52214,-9325,-56803,52807,-9566,-56324,53404,-9744,-56092,53534,-9594,-55165,52785,-9591,-55220,52325,-10355,-54021,51489,-10088,-54603,51325,-10913,-54904,51388,-10856,-54349,50464,-11264,-54666,50022,-11074,-54545,49023,-11001,-53951,48570,-11112,-53409,48420,-11188,-53500,47936,-11132,-54246,48376,-11113,-55513,48780,-11248,-56206,48368,-12197,-54728,48453,-11179,-54827,51754,-10643,-55430,52294,-10397,-55701,52794,-10105,-56033,52850,-9999,-56298,52201,-9958,-55617,52944,-9868,-56551,54161,-9309,-56660,54580,-8899,-56506,54728,-8403,-57005,55314,-8230,-56698,55181,-7984,-57569,55799,-8141,-57592,55320,-8464,-57963,54803,-8455,-57869,54303,-8652,-56739,54152,-9342,-57109,54465,-9056,-57419,56010,-7766,-58422,52631,-10500,-58079,52097,-10269,-57920,52332,-9562,-57616,52147,-9385,-57785,51820,-9910,-58913,53966,-9810,-58810,54002,-9118,-58742,54055,-8738,-51928,46216,-9640,-51024,46766,-8863,-52555,46379,-9677,-51322,45184,-10181,-51181,45934,-9664,-50979,46313,-9310,-51836,45490,-10144,-50091,45492,-9527,-50452,45134,-10007,-49310,45525,-9160,-49716,46334,-8317,-51053,47236,-7880,-51426,47275,-7784,-51719,47174,-7695,-51478,47025,-8434,-53159,46443,-9202,-53403,45857,-8783,-52514,45619,-7572,-51634,46168,-5179,-51954,47016,-4298,-51784,46792,-4488,-51959,46080,-5201,-52866,45835,-5824,-53294,46062,-5970,-54117,45512,-6753,-54038,44773,-7243,-54421,44209,-7872,-54757,43660,-8489,-56723,43240,-9280,-57182,42876,-9601,-57647,42578,-9749,-58695,41058,-10257,-59271,40433,-9751,-59373,40470,-9129,-59061,40741,-8838,-58659,40450,-8471,-58306,38999,-8764,-58872,39273,-8695,-58071,38237,-8630,-58790,36731,-8622,-59122,36122,-8516,-58861,35313,-6870,-59235,34769,-7776,-59351,35561,-8147,-59470,35231,-8258,-60104,34876,-8150,-60719,35964,-8028,-59992,36372,-8383,-60367,38468,-8288,-60336,38935,-8460,-60191,39322,-8734,-60367,38896,-9219,-60373,38371,-9938,-60322,37413,-8188,-60543,37770,-8117,-61582,36759,-8569,-60741,36692,-7971,-61016,36575,-7902,-59717,35284,-8485,-60010,35553,-8439,-54479,44704,-7469,-55044,45343,-6977,-55884,44811,-7273,-55938,44665,-7634,-56174,44370,-8041,-55845,44020,-8457,-55163,44830,-7553,-52197,45514,-5827,-51936,45414,-5952,-51806,45483,-6174,-52194,44936,-6649,-52540,44829,-6630,-53024,44097,-7653,-53498,44411,-7364,-53493,45184,-6666,-52860,45160,-6411,-52062,45123,-6764,-52833,46743,-5050,-53549,46613,-5637,-52406,46692,-4841,-53293,47345,-4874,-53571,47953,-4123,-54554,46386,-5111,-54556,46377,-5661,-54316,46517,-5753,-54622,46070,-6208,-54721,45500,-6839,-55766,44826,-6868,-56151,44394,-7290,-57273,43261,-8488,-57572,42727,-8569,-57893,42494,-9606,-58023,42501,-9243,-58691,41534,-9641,-58643,41538,-8949,-58704,41606,-9229,-58911,41335,-9259,-55796,44359,-6720,-56125,43434,-6955,-56491,43169,-7387,-56959,43148,-7972,-57499,41970,-8117,-57446,41656,-8026,-56502,40791,-7593,-56810,39833,-7522,-58155,39323,-6933,-58571,38445,-7120,-58781,37941,-7152,-58675,36882,-8367,-59071,36557,-7813,-58520,37186,-8449,-58186,37845,-8364,-57954,38288,-8001,-58414,37873,-7806,-57528,38865,-8262,-57951,38738,-8703,-57884,40319,-8410,-58566,40744,-8443,-58217,42049,-8886,-57921,41419,-8285,-57770,41182,-8228,-55005,44561,-5194,-54872,45433,-5341,-55183,45543,-6182,-55286,44152,-5745,-55399,45320,-6582,-55224,45383,-6824,-55319,45097,-6160,-54163,47080,-4206,-54075,47029,-3346,-54632,44826,-3970,-54891,44023,-4283,-55218,43631,-4349,-55278,42994,-5257,-55643,42189,-6174,-56359,42215,-5178,-55838,41924,-5583,-55549,42272,-5567,-55726,43059,-4580,-55602,43833,-3907,-57000,42017,-5387,-57300,40821,-6177,-57706,40163,-6551,-57644,41757,-5514,-57876,41338,-5744,-58189,40275,-6304,-58339,41166,-5703,-58373,40494,-4720,-58519,39582,-6534,-58827,38968,-6630,-59004,37628,-6843,-58987,38351,-6593,-59009,38431,-6071,-59042,36985,-6738,-58787,36301,-6063,-58883,36006,-6581,-58563,35486,-5963,-58607,35176,-6403,-58461,33982,-6732,-58940,33651,-6560,-58316,33363,-5965,-58378,34120,-6608,-59209,36336,-7366,-59409,35846,-7864,-59273,35769,-7375,-58605,34575,-6882,-58810,34383,-7231,-59100,34201,-7302,-59501,33965,-7246,-59482,33630,-6684,-59794,33544,-6742,-59311,33466,-6243,-59816,33426,-6070,-59376,32935,-5922,-58910,32611,-5559,-59569,32330,-6347,-59598,31354,-6837,-60998,31149,-7917,-61440,31493,-7922,-61606,31506,-8094,-61682,31255,-8421,-61646,31419,-8757,-61647,30895,-9121,-61686,31161,-9188,-62292,30858,-9670,-62620,30798,-9550,-63177,30410,-9435,-62628,32108,-8499,-63273,32318,-8052,-62622,32755,-7975,-61677,30677,-9743,-61697,29881,-9170,-61510,29754,-8976,-61654,29217,-9418,-61663,28466,-9842,-61696,30529,-8917,-59957,32513,-6670,-60203,32936,-6597,-60498,31944,-7289,-59024,37307,-7092,-58936,39792,-5887,-58956,39267,-5729,-58756,40360,-5287,-58889,39477,-6256,-58756,40285,-5924,-58570,41221,-5526,-59011,39191,-6167,-58953,37627,-6006,-58885,38652,-5562,-58495,37661,-5105,-57975,37616,-4650,-58359,38927,-4782,-58529,39459,-4887,-58771,39273,-5250,-58673,36484,-5633,-58788,37858,-5513,-58614,37696,-5257,-53882,47620,-4236,-53597,48280,-3157,-53399,48790,-2474,-53083,49261,-2582,-52047,48950,-2387,-52583,48324,-3470,-53422,48555,-3246,-53954,47068,-2571,-54225,46165,-3225,-53731,47917,-2776,-54347,46648,-4530,-54761,44945,-4646,-55064,43827,-5035,-55107,43484,-4678,-55010,43758,-4750,-55655,43747,-6312,-56607,42036,-7366,-56230,41446,-7164,-56863,41337,-7753,-56101,41078,-7023,-56148,40821,-6594,-56342,41201,-6042,-56152,41970,-5409,-57012,40387,-6576,-56626,40349,-6804,-56446,40323,-7035,-56294,40536,-7237,-56590,40148,-7577,-56636,44091,-8085,-57021,43631,-8734,-57096,43290,-9196,-57446,43187,-9122,-56708,43659,-8870,-56328,44327,-7583,-56615,43959,-7773,-57194,43513,-8652,-57882,42660,-8933,-53959,45988,-6343,-53952,46681,-5695,-53786,47430,-4812,-54090,47144,-4948,-53515,47549,-4716,-53322,46316,-9571,-53445,46133,-9073,-53883,45414,-9438,-53462,44778,-8961,-54227,44301,-9853,-54324,43444,-9818,-54130,43088,-9112,-54897,43040,-9130,-55311,43434,-8830,-55582,42823,-9392,-56056,42791,-9465,-57609,42288,-10038,-57217,41563,-10715,-58111,41625,-10324,-58941,40904,-10012,-59247,39818,-10381,-59702,39972,-9355,-56907,42504,-9886,-55467,42289,-9992,-55259,42206,-10317,-56332,41616,-10615,-56914,41057,-11323,-57592,41124,-11798,-57988,41883,-11801,-58958,39441,-11265,-59383,38944,-11845,-59916,39707,-11859,-58242,39881,-11645,-59001,39702,-11948,-58881,39387,-11705,-59005,39775,-10737,-58937,40343,-10374,-59957,39074,-9807,-58278,40910,-10671,-57856,41266,-10716,-56919,41252,-10953,-57292,41051,-11052,-57670,40455,-11667,-58344,40203,-11850,-58443,39765,-11365,-58253,40060,-11180,-58017,40428,-11059,-58733,40247,-10658,-57824,40256,-11308,-57958,40080,-11470,-57239,40737,-11512,-54767,42769,-9424,-59935,39688,-9025,-59618,40032,-8717,-59224,40089,-8470,-59490,40010,-8508,-59287,39484,-8543,-59206,38489,-8756,-59755,37572,-8575,-59727,38504,-8481,-54182,43150,-9515,-54691,42870,-10119,-54950,42556,-10296,-55184,42588,-10548,-54633,43882,-10185,-54773,44355,-10326,-56109,44721,-10655,-56768,44773,-10877,-55387,44609,-10432,-54773,45106,-10282,-54457,45428,-10195,-53842,44730,-9402,-54251,44994,-9854,-53982,45819,-9977,-54225,45625,-10438,-54168,45567,-9933,-55052,45414,-11365,-54996,45505,-10837,-55452,45366,-10999,-54465,42818,-9573,-54801,42557,-9985,-49059,46251,-7925,-49407,46447,-7830,-49405,47224,-6516,-49059,47300,-6175,-48688,47333,-6084,-48833,47898,-5318,-48552,47831,-5574,-48418,48896,-4735,-48679,48569,-4823,-48187,48471,-5465,-48055,48839,-5159,-47664,48035,-5896,-47208,47830,-6053,-46748,48274,-5824,-46150,48195,-6260,-46174,48703,-5590,-46242,48214,-5859,-46786,48721,-5392,-46323,48777,-5194,-46480,49059,-4850,-46259,49293,-4847,-46395,49775,-4403,-46601,49476,-5124,-47026,49100,-5901,-47052,48394,-6587,-46264,48604,-5950,-46517,49477,-4287,-46487,47802,-6186,-46094,48111,-6110,-46082,47627,-6574,-46142,47282,-6981,-46244,47105,-6815,-48126,47877,-5967,-47304,48965,-5055,-47330,48493,-5571,-48055,49214,-4748,-48101,47092,-6584,-48041,46593,-7137,-48692,46878,-6699,-47329,47196,-6423,-46721,46918,-6662,-47241,46690,-6875,-48422,46366,-7444,-49059,46719,-7116,-48342,45968,-7996,-48124,51699,-640,-48588,51425,-834,-47870,50994,-1466,-47747,50650,-2130,-46869,50789,-2351,-47132,50751,-2151,-50184,53211,1593,-51464,50855,256,-51609,51043,170,-51635,51810,442,-51871,51812,-139,-52513,50914,-1260,-52593,51649,298,-52668,51586,566,-52561,52346,37,-52229,51987,-452,-52107,51574,-645,-52579,51815,-439,-51205,51801,1126,-51307,52140,1419,-51461,51525,911,-50439,51958,823,-50081,52556,1083,-48699,52175,54,-49161,51267,-815,-48830,50646,-2223,-48362,50600,-2465,-49562,52154,431,-48482,51059,-1459,-47890,50393,-2836,-47018,50512,-2567,-49131,53439,1309,-51755,52099,-5880,-50299,52365,-5951,-49959,51799,-6569,-50017,51304,-7242,-50916,50174,-7632,-50579,49723,-8107,-49965,49984,-8668,-49005,48629,-8881,-49144,48110,-7820,-47522,47772,-7191,-46688,47854,-6856,-46234,47665,-6756,-49040,48722,-7030,-50260,50160,-6622,-50580,50454,-6438,-50770,51348,-6958,-50444,51496,-7049,-50446,51919,-6403,-50739,52778,-5680,-50559,50839,-7752,-51125,50253,-7131,-50573,49660,-7354,-51021,50029,-7435,-51070,50721,-7037,-51126,50514,-7010,-50374,49847,-6980,-50038,48956,-7566,-50019,48847,-8072,-49472,48414,-8263,-49833,48642,-7874,-49623,48550,-7622,-49695,48983,-8668,-49752,49494,-8836,-50561,49453,-7889,-50213,49274,-8371,-48817,50651,-5473,-49574,50702,-5858,-49544,51033,-5484,-49004,51189,-4964,-49008,51897,-3784,-47746,51349,-3425,-50265,51738,-4814,-49531,52238,-3586,-49714,52639,-2927,-49230,52340,-2930,-49203,52730,-2112,-48777,52687,-1434,-48545,52182,-2175,-48150,51843,-2511,-48835,52207,-2665,-49932,51568,-4998,-50170,51089,-5666,-51356,51404,-5269,-51145,51603,-4963,-48098,50354,-5326,-47508,49764,-5586,-48322,49492,-6134,-49068,49881,-6183,-49619,49229,-6978,-50407,50335,-8188,-49316,49702,-8932,-48911,49849,-8953,-47902,50089,-8978,-47682,49109,-9302,-47192,48877,-9439,-48777,48908,-9061,-48724,49318,-9092,-51728,53222,-5623,-51996,53756,-5126,-52084,53208,-5507,-52332,54190,-4776,-52638,54562,-4364,-52718,53757,-4664,-51701,52626,-5754,-51195,53086,-5537,-50152,53491,-4980,-49509,53616,-5039,-49633,53965,-4798,-48491,54998,-4699,-49008,54638,-4926,-48989,52547,-6622,-48909,53537,-5703,-48659,54122,-5188,-49157,53909,-5313,-49150,53090,-5995,-49821,52523,-5805,-50733,53235,-5273,-49474,53104,-5525,-50097,53022,-5327,-49359,52125,-6845,-51647,53686,-5162,-50641,53886,-4845,-51724,54239,-4825,-51993,54440,-4702,-51628,55318,-4206,-50703,54759,-4546,-51278,54029,-4876,-51260,55018,-4434,-52746,55131,-3959,-53020,54718,-3774,-53054,54442,-3521,-52605,54723,-3002,-52081,54883,-1797,-51911,55211,-2447,-52219,54869,-4359,-51391,56264,-3636,-50909,57230,-3053,-50615,57029,-3245,-49852,56729,-3536,-49408,56926,-3474,-48449,57101,-3572,-48058,57530,-3491,-47476,57397,-4079,-47760,58190,-3970,-48097,57985,-4158,-48324,59180,-3519,-47880,58431,-3185,-47828,58944,-3316,-47904,58987,-3478,-48042,58791,-3709,-48347,57603,-4404,-48602,57466,-4711,-47836,56529,-4905,-47505,55688,-5364,-47227,55927,-4749,-46961,54699,-5364,-46979,54613,-5197,-47170,54526,-5053,-47325,54280,-5154,-46941,53557,-5636,-47546,53617,-5591,-48181,53233,-5724,-48082,53658,-5446,-46990,54524,-5720,-46833,54258,-5507,-46677,53717,-5838,-47680,52466,-6468,-47129,52445,-6360,-47831,51783,-7110,-48042,51118,-7868,-47333,50980,-8020,-47145,50316,-8802,-46728,49958,-9238,-45686,50376,-9616,-45724,50768,-9234,-45709,50546,-9181,-45799,51020,-8608,-46230,52249,-7204,-46617,52720,-6217,-47130,53013,-5941,-45982,51547,-8149,-46149,51724,-8420,-46648,52372,-8192,-47981,52734,-9431,-46880,53357,-7194,-46584,52977,-7087,-46305,52157,-7907,-46858,52942,-7997,-47229,52222,-9051,-47117,53038,-8355,-46401,51964,-8363,-46856,51649,-8871,-46769,51198,-9238,-46269,51604,-8708,-45885,51135,-8982,-45942,50803,-9497,-47363,51639,-9453,-47690,51633,-9659,-47631,50931,-9875,-47776,50270,-10130,-49114,49718,-10593,-49108,48927,-10781,-48404,50672,-10294,-48352,52432,-9748,-49212,52362,-10059,-49336,51277,-10373,-50608,52276,-10525,-50655,51433,-10376,-51274,51847,-10261,-51414,51361,-10181,-52378,51610,-9725,-53476,51898,-9570,-54461,51895,-10028,-54684,52961,-9093,-54049,53043,-8968,-54460,53674,-8635,-54852,54197,-8276,-55014,53932,-8380,-55396,54489,-7992,-55840,54793,-7856,-56185,55588,-7312,-57046,56122,-7277,-57726,56256,-7732,-57562,57102,-6697,-58032,56597,-7523,-58029,56232,-7790,-58178,55509,-8079,-58484,54899,-8182,-58677,54818,-8199,-58577,54155,-8508,-59007,54873,-8341,-60100,56774,-7864,-60661,56687,-8011,-56265,54670,-8251,-55533,53285,-9328,-56103,54057,-8814,-55347,53769,-8567,-54900,52834,-9321,-58262,54011,-8539,-54070,52025,-9619,-54373,52982,-9010,-53456,52556,-9265,-53421,53370,-9253,-52796,54072,-9628,-53149,55764,-8458,-54360,56892,-7565,-54637,56499,-7591,-54855,57168,-7329,-55460,56465,-6923,-55074,55842,-7528,-55229,54885,-7799,-54598,55093,-8136,-53673,55354,-8733,-53480,55694,-8714,-53747,56277,-8166,-53123,54959,-9182,-53839,53706,-8974,-54119,54438,-8652,-55648,55734,-7252,-55917,56934,-6367,-56384,56814,-6400,-56592,57389,-6042,-56931,57761,-5786,-57462,59284,-5116,-57981,59396,-5358,-58753,59842,-4874,-56134,57549,-5919,-55840,58269,-5559,-55746,57797,-5961,-55479,58490,-5148,-54311,59055,-3796,-54782,59243,-3485,-53987,59692,-2648,-53041,59659,-3005,-52935,59884,-2687,-52713,60554,-1921,-53629,60643,-959,-53410,60952,-540,-53178,61204,94,-52060,61945,781,-51937,62150,1593,-52526,61583,1488,-53189,61105,912,-52930,61183,1459,-53455,60396,2036,-53305,60101,2509,-52791,61450,599,-53764,60853,921,-54024,60580,1394,-54147,60630,707,-54721,60281,-95,-55373,59977,-801,-54532,60150,-1148,-53486,59950,-2285,-54681,59607,-2684,-55442,59451,-3018,-55748,59091,-3829,-55950,58709,-4704,-56644,58799,-4685,-56417,58632,-4693,-54744,59944,-1610,-55246,59955,-1154,-56248,59725,-1254,-56814,59560,-1238,-56649,59523,-652,-57023,59251,-465,-55435,59940,-309,-54116,60350,-1013,-53504,60228,-1755,-53769,60841,332,-55466,56884,-6650,-55140,57659,-6669,-55130,57975,-6097,-54326,57653,-6023,-53618,57902,-5270,-53575,59437,-3239,-52302,59678,-3247,-52155,60276,-2725,-51792,60897,-2548,-52621,60109,-2573,-55035,56848,-7181,-53946,56690,-7587,-56367,58173,-5400,-55774,55349,-7405,-53250,52839,-9343,-52404,53270,-9911,-51911,53941,-9828,-52680,55177,-8948,-52562,54561,-9590,-52794,54525,-9556,-52898,55222,-9041,-53090,51311,-9832,-52343,50990,-10003,-51337,49484,-10691,-51349,49245,-10812,-51985,49215,-11019,-50780,49204,-10747,-50147,49510,-10641,-49667,50570,-10496,-49984,51328,-10420,-50747,50993,-10329,-51988,51383,-9960,-50887,50556,-10347,-49992,49990,-10524,-51305,50174,-10376,-48685,50323,-10447,-49151,51698,-10266,-48456,51277,-10156,-48842,52198,-10036,-52073,50914,-10063,-52400,50223,-10482,-52752,49370,-11297,-53591,50266,-11250,-54084,50833,-11059,-53491,50817,-10457,-52795,49985,-10862,-53615,51414,-9907,-52890,50648,-10283,-51571,48560,-11162,-53091,49440,-11442,-53941,49835,-11416,-53620,49805,-11464,-46702,50384,-8888,-45982,50421,-9204,-48219,52201,-6641,-48268,51546,-7325,-46485,53150,-6328,-48102,52684,-6229,-49293,51800,-7328,-48671,51062,-7909,-49740,51170,-7718,-49820,51611,-6894,-49636,50789,-8255,-49630,50476,-8547,-49221,51115,-8033,-48830,50321,-8619,-47424,49561,-9253,-50152,50486,-8256,-50053,50913,-7858,-48973,51792,-7382,-47374,55256,-5622,-47757,55637,-5752,-49166,58091,-4686,-52245,52074,-5362,-50516,54815,-319,-51448,54041,-1864,-50640,55814,-407,-50916,55747,304,-51339,55396,-524,-49583,56550,-1093,-49794,56538,-1440,-50119,57192,-2035,-50370,57510,-2223,-50866,57939,-2697,-50816,58022,-2533,-51022,56965,-2569,-50968,56511,-2408,-50861,56295,-2207,-50836,56053,-1987,-50254,56119,-1411,-50095,56566,-1757,-49635,57931,-1932,-49010,57690,-1566,-49694,56904,-1663,-49432,57452,-1757,-46838,59588,-28,-45632,60251,1330,-45655,59972,1582,-45157,60563,2064,-44980,60979,1971,-43892,62456,2871,-44167,61806,3033,-43521,62764,3448,-43068,63428,4174,-42425,64864,5120,-42879,64689,3570,-43761,63517,2451,-44342,62150,2224,-45068,61086,1691,-49926,61570,-1596,-50239,60964,-2218,-49657,61750,-794,-49697,61472,-625,-49927,61814,-17,-50228,62180,68,-51062,62090,-338,-51114,61764,-1189,-49803,61986,-748,-49480,60948,-1031,-49508,61400,-564,-48969,61124,-822,-51663,61217,3541,-51836,61815,2791,-51617,62109,2403,-52758,60550,3015,-52313,61464,2958,-52214,61839,2066,-52530,61313,2442,-53372,60721,1597,-52573,61128,2702,-53640,60377,1814,-58603,54655,1464,-58819,54201,1885,-58460,55131,1204,-57348,55143,1295,-57245,55421,1311,-57330,53989,982,-56802,52734,417,-56862,53569,927,-56457,53559,1179,-56634,54362,1247,-56107,54015,1072,-55583,53056,832,-59118,53877,2015,-60030,55122,1292,-60461,55189,1104,-60300,56172,803,-60086,56356,687,-59860,55938,1124,-59296,56065,860,-58882,55438,1214,-59315,54756,1872,-59578,54672,1860,-59573,55388,1571,-60161,55792,1172,-59918,55313,1482,-60366,55677,841,-57901,52359,1701,-57809,52928,1235,-57894,53772,1223,-58208,53733,1541,-57408,53078,806,-57800,55484,1175,-57483,54696,1153,-58693,53472,2042,-58200,53019,1891,-57927,51595,1769,-58470,52026,1872,-57970,50823,1573,-57375,50526,1307,-57505,51133,1423,-57513,51194,1181,-57467,51005,580,-57352,51241,192,-57172,51551,12,-56742,51217,-452,-56745,51922,-32,-56691,50548,-877,-56765,49717,-1391,-56986,49249,-1656,-57259,48073,-1715,-57123,46599,-2007,-57210,46759,-2430,-57051,46133,-3075,-56890,45429,-3450,-57345,44752,-3336,-57221,45339,-2730,-57024,44407,-2644,-56280,39351,-2695,-56252,40085,-2401,-56229,38700,-2014,-56149,37704,-2505,-56329,37675,-1805,-56562,38424,-1258,-56594,39908,-1300,-57766,40677,-1472,-56820,41024,-1600,-57279,42133,-1794,-57332,41700,-1812,-58026,41639,-1688,-57503,41227,-1726,-56633,41452,-1649,-56330,41304,-2612,-56455,40526,-1519,-56314,41129,-1704,-56256,41201,-2222,-56207,39268,-2144,-56333,40436,-1640,-56332,38542,-1665,-56255,40054,-1912,-56432,41261,-2912,-57741,41189,-4101,-56822,40749,-3488,-56721,41654,-3198,-56631,42369,-2857,-56661,40050,-3419,-56597,39160,-3481,-56780,38942,-3749,-57077,38160,-4129,-56765,37367,-4136,-56745,35833,-4194,-56961,35145,-4383,-56253,35564,-3367,-56149,36354,-3023,-56324,36941,-2166,-56817,36900,-1332,-56510,36523,-2196,-56218,37043,-2376,-56173,37167,-3086,-56240,38648,-2741,-56468,38567,-3429,-56489,37823,-3774,-56284,36852,-3677,-56272,37524,-3404,-56457,36824,-3940,-56290,35721,-3676,-56174,36052,-3430,-56456,39288,-3151,-57019,35842,-4402,-58249,35842,-5089,-57543,36951,-4521,-57653,37773,-4449,-56918,40068,-3656,-57635,40468,-4070,-57166,39277,-3941,-57149,52080,232,-57703,52185,1221,-57542,51553,846,-57456,52117,616,-57601,51025,1581,-55892,49485,-752,-55667,49500,-290,-55010,48935,-159,-55330,50274,322,-55315,49025,-203,-55233,47781,-796,-55624,47787,-1249,-55589,46392,-2061,-55312,46111,-2015,-54912,45627,-2375,-54497,45593,-2718,-54397,46411,-1955,-55605,45505,-2711,-55832,45988,-2663,-55832,47475,-1801,-56049,48101,-1761,-56700,48874,-1834,-57117,48347,-2053,-56926,48307,-2193,-56381,47604,-2323,-56632,47606,-2460,-56352,46104,-3053,-57216,47758,-2241,-56949,47416,-2599,-56770,46304,-3088,-55857,44638,-3464,-55428,44642,-3267,-55693,45050,-3122,-55293,45165,-2801,-56006,45877,-2902,-56053,47164,-2248,-55023,44955,-3002,-56342,44751,-3661,-56028,43919,-3936,-56961,44820,-3732,-57615,43551,-3802,-57077,42019,-3476,-57278,44129,-3147,-56818,43858,-4235,-57256,43807,-4293,-57956,42984,-4527,-58099,42485,-4483,-57450,42239,-3771,-58376,42086,-4817,-58055,42515,-4982,-56389,45560,-3343,-57152,47006,-2648,-55880,48468,-1315,-56161,48447,-1689,-55031,46883,-1274,-54770,47199,-1079,-55038,47797,-658,-54426,45541,-3727,-58471,41878,-5056,-58066,34471,-5150,-57958,33289,-5353,-58161,33684,-6067,-59217,33283,-5687,-58925,32936,-5325,-58839,33096,-5212,-58645,33230,-5614,-57445,34597,-4855,-57163,35306,-4558,-58559,40895,-915,-58855,39521,260,-59137,42157,1216,-59158,42554,4211,-59537,43893,4339,-59252,44001,3768,-59148,43671,3503,-59067,43098,3697,-58899,41851,3957,-59332,44917,3559,-59611,47062,3661,-59411,45348,3619,-59581,46154,3713,-59741,45460,4105,-59373,45118,3313,-59241,43880,3224,-59417,42899,4428,-62311,48197,5602,-61971,48127,5524,-61200,50093,4546,-60694,50604,4101,-60467,51142,3713,-60111,50997,3529,-59919,50575,3452,-59485,50119,2886,-59210,48883,2118,-59452,48757,2432,-59414,47551,2159,-59364,46357,1954,-59503,45712,2273,-59232,45452,1557,-59141,44736,1210,-58893,43489,508,-58604,44181,-82,-59145,43249,1190,-59339,43893,1848,-59445,44747,2108,-59493,46674,2373,-59180,44333,1287,-59401,43703,2237,-59509,44794,2448,-59518,45091,2780,-59565,45723,2783,-59372,43559,2638,-59335,42826,2589,-59287,42058,2007,-59286,41771,2408,-59488,46357,3472,-59584,46693,2811,-59561,47629,2632,-60119,48745,4083,-60653,48134,4645,-60377,49028,4274,-58371,44093,-623,-58240,44789,-519,-57943,45415,-333,-57478,45494,-260,-58439,45530,35,-58438,44828,-219,-58698,44697,263,-58186,45660,-141,-59277,47827,1894,-58658,47522,1000,-59076,47970,1630,-59214,49621,2504,-59852,50135,3348,-59641,48831,2912,-59706,48631,3181,-59724,47897,3689,-60193,50300,3820,-60793,49766,4390,-61000,49167,4708,-59452,49517,2586,-66359,50758,5257,-66576,51233,5340,-66731,51157,5524,-66466,50060,5906,-66239,50149,5692,-67412,50162,6172,-67563,50463,5953,-67186,51158,5590,-66842,52059,4782,-66634,51844,4675,-66410,52044,4516,-66270,52250,4613,-65008,50565,5139,-65010,50231,5268,-64468,50247,5458,-63605,50611,5226,-64036,51170,4865,-63211,52162,4102,-62781,52590,3786,-61937,52652,3723,-62109,52293,3743,-61492,51948,3766,-60804,51480,3744,-59377,50880,3206,-59659,50720,3267,-58822,50435,2850,-58474,50227,2253,-58091,49695,1860,-57781,49211,1246,-57938,50158,1475,-58903,52274,1920,-58694,51814,1888,-60413,53364,2370,-61061,54764,1609,-61287,53545,2519,-61854,54805,1860,-62060,54173,2421,-63196,54736,2428,-62666,53981,2799,-64502,54475,3095,-64390,53580,3613,-63562,52637,3904,-64484,52700,4006,-63069,51376,4501,-64027,51616,4535,-59827,53663,1838,-60346,54354,1598,-62255,55017,1858,-63211,55460,1871,-63797,55616,1977,-64419,56746,674,-63548,57231,-412,-63152,57106,-498,-62599,57797,-1683,-62571,58072,-2519,-62910,58402,-3316,-62690,58381,-3380,-62361,58359,-3274,-62489,58677,-4142,-60783,58846,-3652,-60251,58696,-3703,-59655,58537,-2929,-60021,58491,-3362,-59043,59263,-2932,-58865,59033,-2558,-58486,59294,-2883,-58628,59622,-3307,-58338,59734,-3617,-59044,60196,-3638,-60107,60365,-3648,-60994,60334,-3743,-61552,59403,-3668,-61029,60304,-4578,-61429,60222,-4938,-61142,60369,-5311,-61753,60413,-5224,-61198,60662,-5826,-62080,63034,-5998,-62469,64310,-5601,-61817,64488,-5646,-61128,64827,-5792,-60619,64796,-6122,-60819,65290,-6179,-60701,65868,-6878,-59895,67156,-6865,-59784,67334,-6472,-59910,67540,-6821,-60251,68165,-6557,-60544,68188,-7457,-60882,68898,-6869,-61625,71908,-6418,-61773,72652,-6283,-62014,73860,-5520,-62482,74282,-6142,-62816,74658,-5907,-62859,74878,-4998,-63347,75361,-3417,-64312,75914,-3081,-64616,76147,-2560,-65123,75805,-815,-65168,75150,-838,-65402,75113,-589,-66317,75259,-376,-67208,76694,-808,-67803,77027,-1369,-67977,77273,-1738,-67076,77924,-1985,-67104,77881,-3238,-68230,77358,-3522,-69366,76290,-4089,-70011,76223,-3298,-70313,76030,-3081,-70688,75781,-2952,-70901,75450,-2487,-71331,75197,-2321,-72017,75327,-2642,-72717,74943,-2485,-72855,74812,-2749,-72730,74574,-2629,-72842,74006,-3053,-72701,73082,-3314,-72649,72563,-3154,-72713,71953,-3362,-72727,71349,-4681,-72721,71182,-5193,-72867,69238,-6788,-72251,68650,-8040,-71136,69380,-9939,-71133,69870,-9967,-71098,70621,-9905,-70680,72400,-9267,-70524,73529,-8523,-69899,74441,-7977,-70304,74361,-7219,-70854,74155,-6793,-72020,73918,-4920,-72747,74179,-4021,-72694,72970,-4049,-72415,73257,-4728,-72619,72288,-4586,-72598,73061,-4408,-71702,73833,-5684,-71601,73550,-6464,-71289,73311,-7740,-70609,73812,-7966,-70510,74676,-6293,-69829,75309,-5899,-68966,75830,-6189,-68539,76201,-5513,-68614,75962,-6495,-67862,75919,-7129,-67798,75147,-8223,-67162,75038,-8451,-67410,75288,-7880,-66606,75387,-7400,-66055,75288,-7427,-65569,74138,-9506,-65067,73682,-9637,-65416,73648,-9994,-65649,73418,-10257,-65376,72915,-10418,-64035,71272,-10164,-63862,70797,-10108,-63363,71566,-9488,-63042,72211,-8900,-62588,72827,-7749,-62491,73212,-7287,-62303,73431,-6812,-62126,73748,-6384,-61860,73289,-5918,-68435,75827,-7117,-69317,74806,-8140,-70102,74032,-8431,-71389,73757,-6590,-71496,74294,-5351,-70540,69080,-10509,-69977,68850,-10902,-69083,68926,-11789,-68649,68525,-11432,-68301,68513,-11395,-67879,68364,-11499,-66213,67620,-10917,-65432,67569,-10750,-65168,67397,-10603,-64430,67809,-10087,-64977,67943,-10518,-64583,68729,-10342,-65055,69230,-10782,-65209,68758,-10802,-65702,68528,-10919,-69825,69416,-11287,-69599,69936,-11476,-70046,70314,-10753,-70545,70791,-10284,-70033,71920,-10197,-69541,73446,-9673,-69291,73271,-10003,-69415,72211,-10385,-69031,72327,-10596,-69631,71485,-10651,-69417,71068,-11103,-69287,70244,-11571,-67550,72108,-11489,-67235,72114,-11516,-66736,70560,-11688,-67191,70027,-11820,-67304,70388,-11840,-68412,70031,-11521,-68584,70724,-11413,-68981,70659,-11489,-68787,69417,-11496,-69043,69690,-11708,-68451,69174,-11466,-67698,69441,-11803,-67541,68534,-11549,-66831,68237,-11279,-66723,69621,-11589,-66059,70003,-11396,-67250,69257,-11676,-68955,71600,-11096,-68399,72256,-10913,-66783,72851,-10871,-68523,71784,-11111,-69431,68987,-11743,-70597,69771,-10458,-70036,69794,-10868,-70669,70215,-10353,-70189,68939,-10741,-72805,73526,-3321,-71988,74665,-2375,-71057,74935,-2013,-70265,75725,-1991,-70132,75817,-1364,-69882,75845,-980,-70273,75267,-366,-69953,75469,-117,-68876,75510,16,-67910,75184,-4,-67745,75007,97,-66867,74319,879,-66130,72801,1910,-66592,71895,1917,-67052,71489,1642,-67476,71527,1894,-66874,70643,2124,-66920,70388,2559,-66273,70544,2819,-65586,71016,3002,-65124,70712,3467,-64599,69884,4467,-64690,69257,4475,-64998,69082,4289,-65434,69340,4007,-65553,69677,4266,-65257,70026,4331,-64907,70039,4397,-65165,69627,4607,-66333,71760,1988,-66632,71100,1802,-66348,70825,2456,-66162,71471,2180,-66039,72406,2005,-69700,75425,365,-71133,73877,-1526,-71627,73353,-1609,-72245,72877,-2462,-72333,73004,-2767,-71746,73518,-2210,-71944,73930,-2682,-71357,74006,-2077,-70911,74304,-1481,-71211,74510,-1928,-72329,73600,-2999,-69453,74700,341,-69220,74168,447,-68820,73110,1430,-69372,72962,1182,-69198,72361,1789,-69700,72279,1310,-69667,71296,1911,-70014,70915,1664,-69531,69790,2236,-69796,68953,2475,-69730,67624,2772,-69477,66824,3025,-69821,66735,2697,-69346,65601,3065,-69908,65373,2399,-70188,64685,1500,-70025,63989,968,-69697,63592,1215,-70256,63708,608,-70547,63251,365,-70833,62656,112,-70830,61515,383,-71287,60331,-1038,-71213,61072,-1307,-71319,61410,-1793,-71295,62217,-2125,-71340,62476,-2445,-71464,62755,-2483,-71653,63852,-2552,-71490,64462,-2795,-71223,64581,-2672,-71200,63940,-2866,-71029,63532,-2800,-71145,63348,-2240,-71202,63360,-2764,-71866,65219,-2483,-71403,64998,-2548,-71385,65648,-2094,-71400,65991,-1341,-73057,65952,-2899,-73251,65844,-3683,-73436,64753,-3696,-73307,65143,-3585,-72973,63587,-2987,-73552,63645,-3491,-73804,64090,-3881,-73919,63266,-4209,-74231,63374,-4298,-74531,62682,-4541,-74169,62382,-4566,-73902,61634,-4643,-74576,61216,-4198,-74909,61957,-3795,-74740,60430,-4646,-75246,60537,-4464,-75610,59780,-4969,-76626,59076,-5925,-76559,59346,-6315,-76137,59932,-7077,-76508,60396,-7536,-76277,60985,-7958,-76038,61032,-8379,-76048,60708,-8641,-76229,60265,-8949,-77339,60722,-9383,-77569,63312,-9085,-78525,63544,-9458,-78883,63823,-9596,-79300,63880,-9974,-79515,63984,-10177,-78950,62050,-10666,-79896,62127,-11794,-79582,62113,-11389,-79732,61053,-12139,-80434,59563,-13604,-80901,60339,-13788,-81068,60931,-13734,-80589,61563,-12992,-80644,62289,-12758,-81395,62705,-13411,-81848,62880,-13684,-82629,62181,-14822,-83079,62468,-15118,-83449,62167,-15770,-84072,62120,-16240,-84445,62449,-16184,-84290,62831,-15896,-84260,63634,-15489,-84683,63967,-15184,-85083,64597,-14979,-85192,64978,-15342,-86557,67353,-15778,-85754,67624,-15162,-85668,68416,-14445,-86236,67989,-15128,-86777,68084,-15422,-87482,68457,-15585,-87284,68204,-15917,-87702,68526,-16294,-88116,69904,-16370,-87983,69886,-16144,-88011,70111,-15765,-88255,69997,-15425,-88536,69651,-15027,-88158,69073,-14963,-87437,68970,-14818,-86699,68902,-14648,-86043,68612,-14594,-86834,68389,-15222,-87651,68690,-15085,-87961,68787,-15680,-88022,69467,-16014,-88007,69028,-15873,-87476,69612,-14476,-87811,69848,-14514,-87243,70196,-14273,-86784,70008,-14166,-85469,70483,-13114,-85337,69874,-13319,-85500,70892,-12804,-84967,70681,-11921,-85250,71711,-11321,-84464,71024,-10864,-84443,71451,-10423,-83656,71819,-9027,-82766,71060,-8650,-82518,72010,-8475,-82273,71654,-8361,-82590,72969,-8601,-83337,73224,-8899,-83100,73623,-8771,-83867,73074,-9125,-84304,72419,-9692,-83894,72343,-9462,-83316,72106,-8781,-82730,72396,-8651,-83406,72461,-9007,-83875,72680,-9263,-85209,73065,-10217,-84081,71880,-9774,-84631,72083,-10236,-85232,72084,-11004,-85560,71701,-11853,-85626,72008,-11675,-86478,72764,-12288,-86105,72152,-12459,-85642,72534,-11074,-85287,73760,-9873,-85620,74327,-9857,-86387,78399,-10479,-86776,78984,-10659,-85949,77766,-10312,-86452,77242,-10529,-87193,77533,-10715,-87677,76434,-11624,-88656,76994,-12342,-88674,75776,-13366,-88506,74432,-14019,-88613,74847,-13800,-87579,74040,-13123,-87603,74504,-12387,-87889,74752,-11650,-87748,75812,-10801,-87668,75211,-12179,-87683,75670,-11662,-87670,75833,-11420,-87628,74683,-12729,-88377,75000,-13456,-88325,75570,-13110,-88094,75207,-12982,-88038,75948,-12328,-88260,76365,-12345,-87481,76103,-11551,-86676,75861,-10060,-86084,76526,-10217,-86758,76842,-10451,-86514,76410,-10379,-87023,76401,-10950,-87237,76026,-10382,-87301,76150,-11343,-87055,76209,-10734,-86920,75921,-10133,-87939,78296,-11028,-88317,79192,-11295,-89100,79145,-11783,-89454,79145,-12074,-89452,78249,-12455,-89742,77794,-13082,-91474,80220,-13313,-91948,80153,-13800,-92603,80416,-14386,-92898,80897,-14362,-93145,80631,-15152,-93736,80552,-15673,-94302,81401,-15702,-95159,81831,-16318,-95630,81783,-16919,-95629,82588,-16326,-95175,83161,-15180,-94783,83352,-14675,-94651,83892,-14441,-93622,83688,-13500,-93905,83498,-13977,-93451,83307,-13754,-92542,82561,-13320,-92399,82098,-13317,-92394,81692,-13558,-93902,82477,-14375,-91829,81869,-12990,-91995,81586,-13220,-91884,81095,-13366,-93106,81748,-14064,-93181,81492,-14245,-93636,80883,-15341,-93442,81062,-14894,-90832,80523,-12629,-91117,81462,-12513,-90699,81321,-12331,-89739,80699,-11932,-89520,80916,-11829,-89158,80299,-11686,-88785,80910,-11379,-88460,80496,-11287,-86986,79494,-10954,-87378,78859,-10897,-87325,78166,-10904,-87663,78566,-11065,-87168,79338,-10803,-86231,79004,-10969,-85706,78791,-11203,-86003,79727,-12595,-87196,80875,-12804,-88492,82188,-13534,-89398,82900,-13564,-89566,83154,-13954,-91129,84533,-14432,-92293,85573,-16304,-92167,85352,-16589,-93776,86689,-17062,-94084,86815,-17496,-94742,87160,-18073,-95208,87056,-18826,-96044,87307,-19555,-94599,85964,-19246,-95099,85715,-19929,-96761,86437,-20688,-96241,85380,-20938,-97768,85985,-21724,-97551,85057,-22028,-96921,84829,-21729,-97386,84425,-22160,-97889,84513,-22386,-97008,83325,-21989,-97180,83051,-22245,-96227,82230,-21988,-97338,82794,-22448,-96355,81322,-22304,-94102,79279,-21697,-93329,80368,-20878,-92089,79069,-20635,-91237,77064,-20844,-89701,76112,-20298,-88363,74878,-19962,-87329,74520,-19434,-85298,74160,-17829,-84975,74786,-17434,-85861,75474,-17823,-86191,76106,-17734,-87141,76513,-18314,-88125,77361,-18647,-89539,78583,-19171,-90221,78475,-19429,-89484,77893,-19168,-90680,78536,-19833,-91617,79170,-20246,-91001,77942,-20387,-89900,78417,-19270,-90517,79422,-19544,-89969,78896,-19346,-91103,79894,-19776,-91477,80978,-19511,-92560,79686,-20694,-91310,79381,-19814,-90782,79004,-19603,-92979,80557,-20484,-92573,82254,-19625,-92934,83364,-19171,-92051,82819,-18726,-92051,83298,-18670,-91150,82922,-18045,-89505,82358,-16481,-89577,83115,-15369,-88267,82068,-13929,-87438,81158,-14363,-87837,81409,-14862,-86200,79634,-14493,-85798,78989,-14698,-85042,77621,-15140,-85235,77505,-15528,-85936,77967,-16005,-85301,77112,-15939,-85815,77073,-16279,-85642,76783,-16327,-86409,77301,-16871,-86144,76720,-17143,-84799,74923,-17180,-86312,76508,-17542,-86755,77266,-17372,-86423,77652,-16502,-86845,76692,-17948,-87481,78182,-17412,-85909,78851,-15059,-86773,79481,-15685,-89191,82439,-15850,-88301,81315,-15902,-88104,80822,-16197,-88903,81391,-16731,-88724,80867,-16997,-88291,79969,-17143,-89049,80079,-17617,-88773,79652,-17646,-90084,80953,-18040,-90638,81631,-18162,-90174,82702,-17036,-87723,80161,-16352,-86766,78971,-16189,-87663,78992,-16939,-87797,78904,-17095,-87492,79279,-16791,-86022,78536,-15582,-87057,80140,-15358,-86735,80038,-14925,-87268,80757,-14838,-88692,82300,-14983,-89089,82524,-15497,-88698,82443,-14506,-86794,78595,-16504,-88504,79036,-17893,-89440,79191,-18744,-89828,80315,-18318,-87174,78381,-16763,-92321,80160,-20195,-91545,79609,-19894,-92074,80601,-20147,-89628,79050,-19010,-89663,79855,-18506,-91010,80966,-19078,-92079,81142,-19908,-90499,80095,-19166,-91804,81889,-19152,-90702,81393,-18357,-92289,82693,-18974,-91596,82359,-18548,-93045,79413,-21113,-91957,78283,-20865,-91962,77596,-21085,-92163,76465,-21453,-92078,74871,-21404,-92249,74502,-21506,-91987,74056,-21518,-91641,72955,-21705,-91301,72321,-21701,-91491,71834,-21755,-92693,71978,-21809,-93644,72087,-21809,-93911,72538,-21717,-93989,73471,-21933,-95155,74392,-22174,-96363,74490,-22031,-95517,73567,-21750,-96188,73585,-21481,-97694,74163,-20416,-96839,75422,-19571,-95927,75707,-19241,-95489,76453,-19203,-95210,76915,-18872,-94690,77503,-18490,-94341,77713,-18203,-93953,78051,-17388,-93618,78176,-16940,-92606,77578,-16330,-92902,78012,-16435,-91613,77926,-15186,-91405,78056,-14850,-90840,77898,-14272,-90418,77781,-13926,-89312,76043,-13771,-90253,76512,-14267,-89923,75282,-14937,-90258,76450,-14632,-89566,75577,-14395,-89464,76681,-13621,-89144,76675,-13308,-89368,74617,-14767,-87975,73902,-13792,-87796,72411,-14469,-88270,73096,-14536,-87826,71914,-14866,-87265,71459,-14435,-87861,70860,-14670,-88209,70500,-14965,-88239,69777,-14715,-87566,71337,-14766,-87853,70873,-15028,-87511,71591,-14614,-87903,70795,-15684,-88404,71144,-15991,-88762,70429,-16583,-89768,71071,-16868,-90022,70939,-17184,-90687,72292,-17079,-90654,72716,-16961,-89828,72635,-16328,-90698,73361,-16702,-91616,73801,-17292,-92798,74388,-18023,-92664,73642,-18096,-93704,73919,-18602,-92545,71887,-18473,-92571,71400,-18692,-93011,71132,-19208,-93851,71528,-19529,-94982,71796,-19898,-94956,71161,-19816,-94254,70416,-19622,-94115,70857,-19490,-93995,70116,-19493,-93150,70079,-19128,-92351,70061,-18791,-91182,69987,-18174,-90873,70285,-18082,-89404,69745,-17349,-94165,69530,-19707,-94119,69309,-20097,-94007,69256,-20747,-92923,69873,-21808,-91991,69830,-21802,-91018,69351,-21645,-90985,69744,-21699,-90088,68856,-21399,-88921,68108,-21069,-87167,67098,-20673,-88204,66807,-20382,-87318,66544,-20348,-86220,66082,-20294,-85407,65837,-20213,-84201,65817,-19951,-84585,65614,-20069,-83924,64824,-20062,-84152,64068,-20274,-83534,62945,-20220,-83349,62534,-20209,-83323,61771,-20339,-82721,61620,-20105,-83165,60877,-20404,-82553,59764,-20281,-82058,59904,-20035,-80950,59767,-19453,-80502,58544,-19340,-79701,57813,-18945,-79597,57186,-18938,-80175,57881,-19215,-80679,56905,-19512,-81759,57349,-19890,-81845,58282,-20063,-82282,57807,-20261,-82772,58807,-20445,-83066,59092,-20553,-82301,59204,-20220,-81460,57789,-19893,-81171,57492,-19660,-80922,58224,-19606,-81522,59473,-19810,-82903,62868,-19976,-82440,64264,-19487,-82249,65853,-18992,-81058,64808,-18536,-79782,63921,-17820,-79623,64567,-17469,-78231,64217,-16239,-77819,64491,-15656,-76994,63573,-15103,-76746,62569,-15267,-76311,62629,-14710,-75534,61419,-14316,-75136,61595,-13644,-74863,60901,-13642,-74005,60335,-12664,-73957,61272,-11794,-73524,61026,-11279,-73104,60651,-11022,-72924,59960,-11250,-73088,59296,-12096,-72407,57692,-11816,-72124,57728,-11868,-71129,58283,-11658,-70931,58416,-12332,-70185,58294,-11798,-69419,58026,-11851,-69117,58370,-11734,-68280,58552,-11826,-67535,59278,-11690,-66782,59157,-11030,-66258,59326,-10966,-66119,60058,-10883,-65640,59579,-11149,-64695,59665,-11527,-64027,59784,-11415,-63305,59652,-11159,-61889,61428,-9942,-61502,62462,-9385,-61323,63262,-9392,-61385,65202,-8129,-61665,64845,-9260,-61785,64687,-9617,-61212,65590,-9956,-61160,65923,-9605,-61345,66242,-9499,-61745,66418,-9520,-62176,66422,-9773,-61846,66384,-10411,-61853,66328,-10729,-62663,66538,-10751,-63128,66508,-10567,-63346,66341,-10763,-64305,65549,-11072,-64639,65413,-11164,-65587,65030,-12186,-66090,64971,-12174,-66963,64762,-12054,-67136,64031,-12429,-67145,63648,-12509,-66196,63090,-12430,-66528,62280,-11489,-66001,63325,-11551,-65019,63580,-11765,-65413,63758,-12518,-65338,63984,-12699,-65680,63556,-12705,-66193,63436,-12764,-66263,63789,-12653,-65806,63963,-12831,-64539,63497,-11552,-65154,62980,-10943,-65227,62597,-10999,-65555,62076,-10844,-65807,61843,-10735,-66411,61790,-11099,-66614,61139,-11171,-66789,60369,-11463,-67346,60495,-11692,-68293,61099,-12139,-67574,61953,-12033,-68226,61911,-12130,-68252,62764,-12400,-68737,63208,-12211,-68689,63701,-12194,-69147,63499,-11752,-69470,63632,-11333,-68717,64577,-11164,-68530,65357,-10788,-67955,65846,-10685,-66905,66484,-10777,-66586,66260,-10861,-65797,66599,-10861,-67071,66982,-10891,-66623,66764,-10786,-67722,67800,-11303,-66910,67469,-11074,-65433,66897,-10803,-66125,67238,-10843,-64793,66678,-10363,-65343,66539,-10841,-65075,65982,-10808,-65892,65826,-11261,-67107,65687,-10940,-67792,65527,-10804,-67953,65055,-11148,-67832,64396,-12111,-66433,65587,-11331,-66783,65157,-11730,-67256,65220,-11232,-66434,65952,-11044,-68082,64644,-11568,-68806,64162,-11494,-68537,63958,-12166,-67780,63600,-12500,-67944,63189,-12546,-68543,64974,-10965,-64210,66155,-10453,-63970,66083,-10572,-62871,66571,-10255,-62498,66509,-10230,-62335,66699,-9566,-61657,66842,-8881,-61174,66695,-8674,-60871,66835,-8414,-61362,67367,-8409,-61872,67655,-8438,-62677,67452,-8893,-63151,67444,-9531,-63425,68609,-9600,-62463,68757,-8570,-62807,68146,-9048,-63138,67838,-9564,-62781,68508,-9421,-62972,68398,-9545,-62585,69236,-9162,-62892,66796,-9684,-62078,67084,-8909,-63048,67035,-9592,-63369,67310,-9710,-63399,66710,-10005,-64077,66731,-10021,-63301,66494,-10272,-63902,67649,-9790,-64568,66273,-10409,-64384,66990,-10075,-69562,63128,-11492,-70071,62499,-11290,-70611,61721,-11061,-71000,61968,-10996,-71425,62000,-11611,-72005,61686,-11790,-72513,61658,-11085,-72894,62085,-11222,-73366,61287,-10936,-74032,61918,-11158,-74509,62219,-11450,-74872,62606,-11813,-75530,63873,-12111,-75498,63432,-12724,-75820,64093,-12835,-76417,65788,-12357,-76394,66167,-11462,-76030,65252,-11220,-75842,64786,-11485,-76031,65015,-12123,-76296,65837,-11785,-75616,64181,-11828,-75132,63229,-11505,-75234,63311,-11107,-74913,62903,-11299,-74918,63149,-10038,-74798,63689,-9602,-75858,64048,-8792,-75504,64313,-8868,-75963,64725,-8422,-75742,66023,-7293,-75962,66232,-6656,-75538,66560,-6338,-75275,66800,-6350,-75560,67563,-5609,-76166,68259,-4275,-76245,68563,-4170,-76187,68923,-3873,-75456,68217,-2519,-74748,67953,-1879,-74308,66799,-2440,-73362,67039,-3333,-73180,67452,-2829,-73458,67379,-2922,-73463,67549,-2622,-72895,67720,-2435,-72859,67973,-1697,-72997,67277,-1309,-72898,66991,-1313,-72882,67573,-1038,-73017,67573,-599,-73352,67550,-356,-73832,68556,82,-73402,68916,258,-73905,68587,-318,-73409,69167,-445,-73037,69203,-152,-72700,69540,-163,-72453,69730,372,-71554,70668,69,-70623,72141,442,-70084,72571,748,-72230,70233,32,-72109,70543,-67,-73536,71058,-1147,-73669,71044,-1704,-74202,70754,-1238,-74506,70250,-1418,-73699,70216,-1198,-73263,70023,-823,-72755,70834,-626,-72969,71061,-804,-72990,71378,-890,-73629,70927,-982,-73943,70242,-1333,-73408,70678,-1006,-72074,71182,-123,-72148,72247,-532,-71605,73236,-633,-71156,73614,-442,-71567,73342,-1226,-72113,72804,-1848,-72435,72233,-1333,-72672,71866,-1395,-72411,71739,-581,-72807,71798,-2007,-73156,71431,-1933,-73538,71117,-2196,-73558,70929,-2870,-73961,70516,-3271,-73453,70642,-3539,-74828,69273,-4936,-75478,68039,-6715,-75529,67421,-6435,-75926,68366,-5683,-76029,68307,-5193,-75674,68681,-5358,-75706,69127,-4520,-74933,70254,-3049,-74692,69978,-3736,-75148,69170,-4942,-73979,68663,-5820,-73322,69119,-5523,-73732,69310,-5073,-73537,70212,-4097,-73073,70014,-4774,-72945,69506,-6406,-73060,69135,-6361,-73382,68685,-6071,-73117,68339,-6768,-72827,68106,-7441,-73658,68045,-7668,-72976,67970,-8369,-72581,67810,-8850,-71602,67648,-9044,-71334,67459,-9213,-71401,69131,-9660,-71741,69001,-9160,-71525,67940,-9062,-71980,68479,-8541,-71987,68055,-8532,-72537,68439,-7731,-73040,68014,-7463,-72245,67897,-8558,-72494,67990,-8136,-72989,69724,-5450,-72862,71074,-3965,-72815,71575,-3259,-74900,68792,-5524,-74445,68482,-6104,-74236,68166,-7239,-74076,68440,-6336,-74944,68266,-6327,-75529,67641,-6786,-74961,66781,-6894,-74637,66457,-7374,-74591,66028,-7832,-73011,66009,-9819,-72632,66531,-10191,-72259,66732,-10081,-72254,66794,-10564,-72700,66632,-10670,-72678,64413,-10972,-73339,64280,-11035,-73518,65503,-9445,-73862,64443,-9895,-74172,64557,-9546,-74818,64338,-9268,-75328,65025,-8527,-74718,64823,-8982,-74256,65860,-8496,-74301,65192,-8994,-73933,65590,-9044,-74703,65335,-8556,-75473,65602,-8047,-74851,65902,-7836,-75430,66346,-6848,-75244,67284,-6955,-75209,67064,-6435,-72780,66222,-11015,-72222,65846,-11096,-71600,65577,-10733,-71471,66275,-10207,-71064,66624,-9670,-71348,66731,-9756,-71054,67215,-9382,-70606,67184,-9774,-70816,67836,-9788,-71203,68008,-9486,-70543,68737,-10455,-72472,66678,-9511,-71972,66586,-10613,-72362,66571,-10847,-71854,66767,-9806,-72033,66155,-10900,-71726,66662,-10136,-71662,67327,-9284,-72084,67567,-9030,-71865,67004,-9219,-72542,67080,-9045,-73203,66167,-9163,-72761,66531,-9428,-72496,66843,-9242,-71984,63436,-11087,-71535,62673,-11320,-70981,62758,-11048,-70783,63282,-10974,-70183,63737,-11054,-70090,64536,-10798,-69626,65305,-10437,-69644,64826,-10582,-69219,65224,-10608,-69560,64444,-10844,-69332,64338,-10987,-69773,63687,-11137,-70562,62688,-11102,-69080,66611,-10612,-69682,67018,-10431,-70415,68078,-10248,-70207,67348,-10191,-69309,67843,-11218,-68869,66862,-10829,-68332,67438,-11073,-67955,67330,-11115,-68275,66765,-10802,-68563,65995,-10641,-67481,66656,-10764,-67899,66165,-10681,-69188,68134,-11375,-69447,68180,-11309,-69646,68827,-11424,-69518,67605,-10855,-70047,68362,-10638,-68804,66380,-10623,-69364,65461,-10427,-69460,65873,-10204,-69316,66209,-10410,-70360,64830,-10772,-70514,65260,-10649,-71114,65038,-11021,-71697,64915,-11234,-71274,64300,-10998,-71807,64153,-11033,-70758,64578,-10914,-69698,65949,-10217,-70092,66085,-10172,-69740,66470,-10266,-70046,66728,-10149,-70904,63993,-11002,-71522,63492,-10983,-72947,63935,-10930,-73465,63475,-10765,-73297,63067,-11295,-73025,63212,-11440,-72641,62491,-11569,-72394,62214,-11994,-71683,62295,-11942,-71729,62006,-11974,-72117,62035,-12195,-72235,61981,-11422,-71966,62664,-11919,-72304,62806,-11797,-72118,63228,-11300,-72420,63167,-11617,-72581,63956,-11007,-72298,64074,-10952,-73918,63149,-10912,-74264,62590,-10647,-73376,61635,-10925,-73564,64096,-10642,-73714,64108,-10224,-73983,63691,-10108,-74891,68088,-7087,-75177,67763,-7251,-74524,67891,-7827,-74623,66791,-7385,-74607,67578,-7937,-73979,66524,-8084,-73524,67922,-8268,-74163,67737,-8236,-73932,67478,-8383,-73374,67752,-8475,-73073,67594,-8611,-73414,67052,-8512,-74227,67339,-8196,-75569,67872,-6779,-74090,69882,-4171,-74261,69261,-4991,-71361,71045,75,-71809,73020,-710,-70877,73072,320,-69717,73479,636,-71833,72061,8,-71686,71863,86,-70926,72465,311,-74647,67261,-1624,-74625,66921,-1574,-74182,67056,-936,-74238,67304,-649,-73822,67303,-840,-74455,68109,-1438,-74591,69143,-1574,-74666,69745,-1732,-74977,70298,-1261,-75194,70534,-1390,-74408,70754,-1754,-74260,70674,-2665,-73074,71436,-1305,-74207,70829,-2167,-73955,69670,-1345,-73073,69793,-546,-72490,70272,-318,-73704,69463,-1040,-74169,68188,-848,-73994,68698,-828,-72955,67776,-1373,-73155,67750,-1407,-73632,67369,-1131,-73903,66947,-2840,-72207,66498,-1925,-71644,66206,-1732,-73263,66533,-3606,-73094,66721,-3305,-73624,66004,-3919,-73527,66600,-3668,-75186,68058,-2306,-75312,67492,-2457,-75510,66877,-2127,-76028,65745,-2520,-76445,65600,-2722,-76582,65081,-3078,-76476,64389,-4031,-75698,63597,-3920,-76176,63901,-4071,-75177,63073,-4363,-74877,62086,-4218,-74366,61761,-4522,-75079,62530,-4377,-74940,63702,-4225,-74523,64264,-3947,-74630,65471,-3423,-74418,65851,-3413,-74690,65908,-3208,-75432,65897,-2711,-75702,66366,-2313,-75122,66631,-2420,-75192,67128,-2070,-75582,64661,-3448,-74968,65170,-3464,-76481,64801,-3284,-75637,64032,-3808,-75768,65293,-2964,-76329,65227,-2915,-74532,64931,-3580,-75057,64391,-3790,-74798,62313,-4463,-75052,61634,-3819,-76363,63687,-4149,-76833,63163,-4294,-76833,62968,-4384,-76155,61718,-4095,-76385,62421,-3513,-76347,62122,-4643,-76651,62729,-3821,-75987,64189,-3810,-75081,66825,-2062,-74622,66708,-1894,-74566,66608,-2513,-75992,67585,-3426,-76132,67947,-3428,-76053,67798,-4011,-75887,67787,-4690,-75955,66646,-5393,-75959,67398,-4148,-75807,67322,-4876,-75989,67264,-3509,-75803,67676,-2815,-76382,68450,-3311,-75955,67974,-2846,-76295,68409,-2646,-75729,67204,-2672,-75901,66497,-2327,-76044,66969,-3881,-74618,62588,-11033,-75602,63573,-10366,-75855,63619,-9803,-76556,63324,-9303,-76460,62054,-9060,-76866,61417,-9095,-77122,60981,-9199,-76284,61200,-9035,-75909,61333,-8717,-76041,61962,-9011,-76077,61592,-8407,-76222,61366,-7963,-76460,61931,-7172,-76652,62637,-6699,-76494,62252,-6602,-76396,62482,-5967,-76446,62851,-5684,-76378,62425,-5295,-76315,62147,-5152,-76133,60799,-6644,-76245,59984,-6422,-76148,60876,-5830,-76141,61290,-5994,-76207,61451,-5269,-76214,60277,-5212,-76187,61779,-6127,-76359,61488,-6770,-76423,60774,-7157,-76391,61128,-7439,-75982,61489,-8911,-77347,62627,-8970,-77377,63506,-9095,-77179,63822,-9191,-77283,64395,-9070,-77498,65145,-8710,-77616,65904,-8405,-78400,65976,-8016,-79050,65945,-8174,-79631,65396,-9147,-78804,64242,-9294,-77589,64183,-9042,-77856,64759,-8739,-78083,64086,-9113,-78680,64920,-8790,-78472,64220,-9149,-78060,63645,-9226,-78081,65625,-8238,-78315,65486,-8285,-76478,63951,-9515,-76069,63868,-9756,-75943,64092,-10121,-76206,64883,-9965,-76338,65547,-10147,-76266,65731,-10701,-73805,61804,-10995,-74411,61445,-12357,-75246,63184,-12233,-74841,61984,-12691,-75393,62599,-13347,-75707,63448,-13254,-75729,62768,-13818,-75967,63558,-13660,-76756,63805,-14678,-74733,61474,-13020,-74347,60428,-13108,-74292,61016,-12602,-75970,62434,-14365,-71367,61594,-11113,-71487,61650,-11572,-69665,61820,-11813,-69372,62117,-11958,-68671,61850,-12140,-67681,60504,-11899,-68179,60550,-12390,-67130,60245,-12119,-67623,60040,-12384,-67792,60240,-12474,-68440,60847,-12252,-67223,59652,-11582,-66842,59516,-11082,-66607,59735,-10899,-66709,60131,-11208,-66406,60309,-10907,-67121,59982,-12058,-68113,58947,-11833,-69383,59030,-11451,-68903,59339,-11768,-68848,59936,-12207,-68314,59874,-12438,-68932,58788,-11636,-69797,58722,-11390,-70032,59098,-11238,-71204,58988,-10541,-70932,59953,-10522,-71118,60897,-10655,-71989,60786,-10707,-72580,59794,-10724,-72298,58923,-11033,-72575,58828,-11636,-73510,60185,-12084,-72887,60610,-10791,-72464,60185,-10571,-72294,61084,-10889,-71937,61511,-11283,-72089,61479,-11147,-71244,60927,-10637,-69981,60325,-11532,-69786,60538,-11722,-69220,60981,-12143,-68768,61086,-12243,-69941,61338,-11615,-70404,61518,-11192,-70285,60643,-11482,-70472,60562,-11336,-70710,59926,-11259,-70846,59395,-10790,-70698,60615,-10948,-70873,60800,-10781,-70594,58939,-10967,-70075,59759,-11296,-69378,59594,-11647,-69267,60128,-11950,-70549,59530,-11152,-68966,60567,-12197,-68436,60437,-12400,-67785,59578,-11939,-68413,59432,-11918,-68874,62290,-12125,-69223,62556,-11910,-67149,61243,-11602,-66029,62383,-10994,-64828,61514,-12314,-65299,61186,-11918,-64689,61136,-12468,-65470,60533,-11660,-64970,59951,-11618,-64941,60552,-12068,-64267,61188,-12576,-62951,61462,-12060,-62999,60727,-11318,-63352,60773,-11676,-64155,60540,-12125,-64493,60735,-12352,-64054,61028,-12399,-64686,60060,-11781,-64253,60045,-11659,-63394,60351,-11446,-62343,60976,-10759,-62168,61369,-10783,-61773,62194,-9839,-61775,62619,-9848,-65873,60435,-11073,-65740,60881,-11177,-65779,61417,-11053,-65646,60184,-11264,-66156,61174,-10789,-65973,61217,-10775,-65059,62272,-11489,-64308,63363,-11294,-64523,62756,-11520,-63570,63314,-11665,-63326,63587,-11514,-62931,63748,-11400,-62410,64438,-11162,-62829,64460,-11695,-63186,64838,-11702,-63035,65623,-11758,-63747,65288,-11914,-61725,65473,-11821,-61823,65930,-11460,-61553,65961,-11043,-61402,66174,-10247,-62339,66513,-11009,-62599,66133,-11695,-63095,66019,-11683,-62683,65660,-11848,-62551,64988,-11989,-63764,64147,-11605,-63904,64971,-11955,-64294,65241,-11840,-63548,65831,-11753,-63920,65661,-11364,-63288,66383,-11468,-63095,66532,-11185,-63376,65092,-11786,-63101,64024,-11509,-64640,62331,-11913,-63671,62375,-12497,-63046,62850,-12168,-62599,62687,-12195,-62883,63407,-11549,-62225,63835,-10793,-62085,62598,-10545,-62012,61720,-10407,-61819,63236,-10152,-62496,63619,-11163,-62132,64599,-10902,-62008,64839,-10392,-61776,65107,-10269,-61590,63873,-9543,-62000,63697,-10382,-62122,65038,-11848,-61437,65691,-11535,-61286,65345,-11250,-61365,65412,-10511,-61211,65628,-11170,-61250,65637,-10773,-62108,65314,-11991,-63060,62191,-12660,-62356,62563,-12015,-62192,62289,-11430,-62446,61917,-11996,-62791,61227,-11524,-62409,62180,-12161,-62386,61439,-11383,-62184,61680,-11468,-62088,61783,-10763,-62609,62275,-12418,-62478,63267,-11332,-62243,62967,-11059,-62154,63233,-10745,-63621,61671,-12728,-63505,61473,-12673,-62876,61850,-12472,-64179,61985,-12589,-64692,63477,-11244,-64944,63300,-11102,-65656,62696,-10939,-66797,62829,-12337,-67043,63309,-12464,-67701,62525,-12381,-66857,62544,-12165,-66992,61773,-11645,-67850,60998,-12073,-67637,61440,-11925,-66362,64459,-12358,-65780,64486,-12505,-65361,64393,-12636,-64754,64361,-12412,-64599,63828,-12156,-64574,63635,-11881,-65681,63387,-11297,-65522,63657,-11592,-65586,63694,-12312,-65426,58903,-11304,-65091,58850,-11355,-64976,58153,-11584,-64478,58269,-11499,-64666,59036,-11354,-65217,59449,-11339,-66697,58755,-11191,-66541,57310,-11924,-66463,56979,-12337,-66387,56741,-12471,-66252,56165,-12189,-66103,55886,-12003,-65932,55590,-11872,-65806,55021,-11591,-66347,55140,-11495,-67314,54472,-12143,-67170,54499,-11871,-67434,54012,-11890,-67672,53925,-11772,-67992,54012,-11364,-68040,53276,-11439,-68524,52593,-11152,-66616,53815,-10962,-65468,53375,-11044,-65220,53321,-11347,-65287,53970,-11215,-64931,54087,-12055,-64334,54401,-12940,-63533,55562,-14121,-64032,55040,-13445,-64409,55277,-13199,-63848,56010,-13836,-64183,56031,-13411,-63183,57622,-12799,-62429,58069,-12855,-61109,58758,-12080,-61284,58487,-11870,-60411,59157,-11676,-60241,58327,-10785,-59795,58759,-10966,-59738,57743,-10405,-60083,56928,-10066,-59545,56661,-10520,-58740,57708,-11361,-58603,57445,-11757,-58010,58539,-12266,-57544,59249,-12762,-57713,58542,-13164,-57884,57055,-14510,-57534,56288,-15384,-57244,55414,-15975,-55776,55053,-17557,-56257,54422,-17331,-56633,53407,-17340,-57073,52497,-16904,-57121,52200,-17231,-57334,52332,-16562,-57187,52963,-16484,-56732,53723,-16961,-57731,54714,-15466,-58129,53988,-15091,-58069,53105,-15192,-58360,51965,-15060,-58410,51652,-15257,-58338,51066,-15571,-57899,51322,-16219,-57612,50817,-16859,-57658,51899,-16530,-57951,51618,-15866,-56917,54435,-16525,-57616,53627,-15797,-57854,52602,-15749,-57985,52819,-15503,-56791,55009,-16561,-56471,53857,-17382,-58412,57440,-12198,-59230,57139,-10722,-59160,57746,-10723,-59453,58080,-10569,-59188,58693,-11001,-59445,59333,-11306,-58916,59894,-11507,-58403,60526,-11623,-58116,61689,-11593,-57771,61791,-11590,-57832,60348,-11842,-56968,60675,-12763,-55935,62485,-13570,-55570,63363,-13503,-55385,63761,-13703,-55326,63041,-14968,-55750,62061,-14896,-55326,61804,-15593,-55685,60428,-15956,-54787,60800,-16631,-54353,60815,-16977,-54170,61862,-16556,-54033,61034,-17144,-53491,61091,-17664,-52924,61239,-18136,-51396,60689,-19908,-51357,60107,-20208,-51574,59699,-20225,-52091,59395,-20116,-51717,58905,-20501,-51748,57661,-20903,-51414,56494,-21881,-50056,55780,-22915,-48938,55995,-23918,-47564,56854,-24367,-47348,57464,-24798,-47684,57955,-25136,-49181,57096,-25323,-49938,57384,-25358,-49634,57927,-25445,-50392,57914,-25308,-51303,58059,-24993,-51623,57663,-24862,-53855,57178,-23850,-53425,57535,-24089,-54447,57466,-23526,-55044,56720,-23393,-55098,56108,-23467,-55640,55604,-23162,-55555,55156,-23264,-54760,54831,-23743,-54723,52478,-23692,-54274,53574,-23970,-53715,52971,-24131,-54486,50244,-23475,-54062,49064,-23376,-53552,48655,-23454,-52455,47260,-22876,-51970,46949,-22549,-51429,46974,-22147,-52003,46669,-21960,-52382,47375,-20937,-52925,46887,-20936,-53369,47194,-20670,-53494,46724,-20898,-54234,46518,-20361,-54281,45851,-20344,-53832,45286,-20523,-53697,44641,-21258,-54189,44374,-21621,-54753,43460,-20441,-54533,43860,-19989,-54998,44727,-19726,-55370,45808,-19475,-55641,45338,-19279,-55972,45890,-19002,-56315,44819,-19105,-56569,44246,-18929,-56971,44998,-18610,-57140,45794,-18366,-56788,46788,-18312,-56648,47920,-18282,-57111,47617,-17810,-57121,48669,-17693,-57858,48858,-16936,-58687,46538,-16499,-58774,45822,-16399,-59034,45863,-16070,-59249,45724,-15957,-59558,46425,-15650,-58586,47225,-16736,-59062,47602,-16038,-58926,48252,-16181,-59441,48550,-15345,-59281,49235,-15429,-59521,48695,-15085,-59711,48069,-14938,-59703,48086,-14660,-59698,48301,-14172,-59669,47984,-13638,-59455,47199,-13088,-59435,46701,-13043,-60183,46327,-12575,-60224,46386,-12971,-60945,46205,-12416,-61534,45720,-12243,-61780,45235,-11605,-61996,44519,-11309,-61940,44194,-10857,-62304,43309,-10824,-62533,42528,-10742,-62200,43407,-11704,-62603,42215,-11024,-62422,43138,-11053,-62181,43886,-11229,-61934,44133,-12069,-61623,45026,-12493,-62028,43079,-12252,-61602,44150,-12864,-61293,45530,-13057,-61396,44336,-13211,-58946,48668,-16062,-57696,49291,-17038,-57411,50206,-17229,-57073,50502,-17673,-56950,49605,-17825,-56497,50265,-18488,-56783,50807,-18011,-57007,51694,-17625,-58109,50910,-16069,-57840,50122,-16691,-58205,49587,-16465,-58751,49454,-15927,-59520,50370,-14004,-59950,50386,-12951,-60176,50758,-12431,-59996,51245,-12701,-59403,51778,-13447,-59873,51577,-13049,-59701,51388,-13408,-59449,50787,-14191,-59448,51207,-13979,-59029,51111,-14656,-59288,50226,-14613,-59198,49760,-15346,-59284,49694,-14959,-59477,49561,-14487,-59727,48333,-13925,-59897,47916,-12747,-59683,47323,-12708,-60092,47437,-12284,-59978,46709,-12439,-60198,46960,-12115,-60402,46602,-11734,-60663,46523,-11149,-60381,46978,-10962,-59921,46940,-11158,-59846,47791,-11044,-58914,47912,-11601,-58461,46624,-12048,-60830,48147,-11138,-60984,49214,-10868,-60958,49465,-10675,-60633,49141,-10617,-60340,49689,-10692,-60088,50464,-10761,-60798,48727,-10648,-60825,48198,-10730,-60217,48567,-10862,-60773,47710,-10827,-60661,47309,-11223,-60446,47292,-11668,-60384,47623,-10806,-60618,46915,-11069,-60576,47468,-10793,-60923,50147,-10540,-60962,50656,-10893,-60890,50509,-11347,-60892,49740,-11497,-60918,48997,-11375,-60695,48587,-11822,-60016,48349,-12864,-60230,48381,-12475,-60612,48933,-12026,-60679,49755,-11910,-60849,51212,-11120,-60330,52180,-11622,-59874,53388,-11748,-59018,54741,-13327,-58370,54894,-14605,-58262,53657,-14863,-58341,52444,-14867,-58535,53026,-14519,-58793,51947,-14159,-58775,51626,-14352,-58692,50620,-15449,-58491,50138,-15861,-59081,50734,-14805,-60354,53450,-10722,-59950,55266,-10259,-59554,55273,-11146,-59746,55860,-10448,-59346,56186,-10883,-59202,55721,-11662,-59186,55248,-12372,-59400,54613,-12331,-59687,54150,-11696,-59813,54447,-11180,-60545,52705,-10944,-60762,51820,-10987,-60647,50862,-10446,-60706,50330,-10517,-60411,51845,-10368,-59966,51718,-10575,-60371,52609,-10266,-60630,52481,-10466,-60707,51952,-10381,-60802,51460,-10474,-60049,48693,-12880,-59618,49196,-14024,-60379,47784,-12000,-60972,49737,-11122,-56794,47489,-18209,-56607,45171,-18809,-58900,46284,-16218,-59353,46740,-15711,-58287,48389,-16711,-58261,47368,-16993,-57761,46982,-17510,-57429,45616,-18076,-57156,46598,-18124,-57292,47017,-17823,-58046,48135,-17019,-57533,47951,-17458,-58195,45541,-17105,-58336,45154,-16935,-58373,42871,-16970,-58939,42908,-16678,-59153,43017,-16496,-58840,42028,-16694,-60022,42582,-16240,-61007,42526,-14396,-61281,42868,-13609,-61558,43636,-12987,-61850,41817,-12677,-62290,40504,-12259,-62991,39427,-11599,-62598,39181,-12795,-61760,39372,-14201,-61489,39569,-14305,-61512,39871,-14854,-61250,40249,-15095,-61315,40244,-15356,-62150,39941,-15130,-62042,39575,-14636,-62520,40310,-15490,-62886,40230,-15248,-63625,40473,-14839,-64210,40300,-14037,-64250,41023,-14348,-64073,42321,-15155,-64495,42859,-14567,-64070,43706,-15689,-64285,44365,-15399,-64106,45290,-15877,-64214,46412,-15640,-64395,46574,-15202,-64556,46981,-14723,-65012,46594,-13498,-65039,47906,-13122,-65281,47550,-12633,-64817,48665,-13479,-64922,50316,-12589,-64948,51425,-12262,-65205,51221,-11863,-65412,51486,-11379,-65697,51860,-11093,-66050,51833,-11181,-66582,50835,-11517,-65544,51027,-11284,-65502,50149,-11596,-65727,50312,-11298,-65974,49887,-11293,-66532,49712,-11411,-66180,50698,-11261,-64754,47563,-14014,-64569,48055,-14361,-64104,48082,-15393,-63134,48706,-16613,-62981,49621,-16443,-62623,50408,-16634,-62236,50961,-17020,-62449,51716,-16326,-62571,52413,-15765,-62690,52910,-15330,-62361,54479,-15037,-62353,52803,-15942,-62076,53060,-16395,-62190,52173,-16573,-61771,52623,-17209,-61755,50404,-18107,-62415,49706,-17290,-62734,49136,-17015,-62982,47513,-17165,-62320,48496,-17842,-62134,48326,-18105,-62101,47870,-18194,-61202,48771,-19124,-60257,48384,-20114,-59578,48450,-20702,-57844,46112,-21589,-57572,45390,-21493,-57214,44856,-21476,-56790,44298,-21319,-56241,44156,-21443,-55232,44137,-21712,-61647,50084,-18362,-60499,51357,-19517,-60776,52684,-18808,-60245,55368,-18552,-60547,55454,-18038,-60144,56925,-18072,-60867,55745,-17365,-60893,56782,-16731,-60433,57585,-17130,-60548,58380,-16372,-60967,58743,-15294,-61045,59154,-14654,-60826,59755,-13953,-60535,60104,-13164,-60632,59341,-12147,-61070,59030,-12423,-61724,58516,-12695,-59969,59431,-11549,-59735,60279,-11985,-59968,60443,-12424,-59886,61012,-12772,-59548,61867,-12653,-59038,61481,-11865,-58908,60938,-11737,-58667,61261,-11694,-59342,60282,-11706,-59370,60997,-12002,-58425,62321,-11566,-58435,62711,-11538,-58647,62845,-11688,-59455,61191,-12187,-57733,62428,-11424,-57986,63239,-11295,-57369,63753,-11021,-57810,64894,-11032,-57182,66107,-10572,-57097,66735,-10669,-55758,68226,-10259,-55086,68796,-10193,-56155,68311,-10522,-56509,67404,-10400,-58111,63915,-11295,-58814,63318,-12031,-59066,62411,-12051,-62072,58341,-13134,-62019,58425,-13542,-62035,58367,-13950,-61713,58345,-14546,-62274,57756,-14931,-61527,58127,-14963,-61152,58124,-15388,-61194,59219,-13695,-61056,59318,-12955,-60896,59624,-13451,-61308,58706,-14635,-61526,58666,-14131,-62969,57761,-13334,-63423,57388,-13424,-63376,57366,-14071,-61185,51340,-18672,-61397,52737,-17837,-61040,53069,-18288,-61698,51375,-17825,-63446,47867,-16469,-63952,47810,-15768,-64238,47208,-15414,-63713,47113,-16267,-63989,46271,-16014,-62730,47238,-17512,-62021,45666,-18243,-62531,45184,-17651,-63056,44204,-17034,-62499,44053,-17551,-63003,43142,-16876,-62784,42314,-16785,-63227,42189,-16268,-63865,40920,-14810,-63285,40985,-15542,-63844,41770,-15252,-62916,46177,-17281,-63396,46272,-16752,-63802,45632,-16289,-63719,44427,-16348,-63361,43637,-16627,-63479,42904,-16280,-63457,44956,-16666,-63837,43946,-16129,-63840,43112,-15882,-62523,46717,-17747,-61735,46290,-18596,-61643,47618,-18716,-61298,45839,-19011,-60682,44548,-19290,-60481,44959,-19538,-60090,44093,-19568,-59637,44052,-19809,-59377,44401,-20043,-58541,44788,-20445,-59254,45381,-20369,-58912,45804,-20686,-58342,45610,-20997,-60157,43313,-19182,-60245,42746,-18747,-59110,42412,-19038,-58609,42444,-19211,-58259,42020,-18806,-57012,42717,-18588,-56873,43650,-19106,-57439,43841,-19759,-57281,42890,-19111,-57955,42400,-19094,-57244,43720,-19547,-59340,42862,-19309,-58836,43042,-19607,-58435,43367,-19823,-57962,43943,-20018,-56144,43687,-19403,-55874,43807,-19412,-55448,44249,-19484,-55338,43524,-19681,-55777,43428,-20034,-55352,43426,-20483,-55240,43588,-21037,-54590,44005,-21534,-55639,43873,-21346,-56207,43520,-19814,-55898,43673,-20977,-56702,43779,-19380,-57145,43900,-19994,-58328,44458,-20340,-58918,43795,-19983,-59403,43290,-19553,-57603,44270,-20431,-58059,44735,-20670,-57356,44526,-21113,-56935,44105,-20920,-57802,44247,-20279,-56025,43552,-20447,-56408,43717,-20547,-55180,43457,-19879,-56240,43855,-19198,-56742,43856,-19038,-56936,43507,-18599,-56924,43063,-18416,-57131,42445,-17864,-57433,42039,-17489,-58272,41484,-17403,-59107,41639,-17430,-59588,41965,-18198,-58986,41834,-18436,-58568,41737,-18355,-60626,42627,-18353,-61193,43035,-18325,-61527,44479,-18518,-61795,45125,-18402,-62308,43247,-17527,-62053,42626,-17545,-61645,42427,-17746,-61029,41992,-17634,-61071,41149,-16767,-61066,40789,-15812,-60745,41202,-16706,-63005,41429,-16095,-61353,43512,-18399,-61042,42734,-18211,-60491,42339,-17906,-59943,41978,-17487,-59720,41953,-17187,-60682,41129,-16395,-60397,41457,-16746,-59969,42031,-16809,-60316,41590,-16373,-60793,41093,-15993,-61029,40962,-15389,-61078,41800,-14354,-61319,42400,-13364,-61258,40132,-14582,-61327,39895,-13927,-61219,40418,-13665,-61762,40318,-12968,-61647,41183,-12990,-61179,41032,-13567,-61634,39872,-13279,-61514,39632,-13696,-61133,40847,-14917,-60781,41532,-17192,-60170,41881,-17130,-58440,41548,-17862,-57843,41699,-18013,-57561,42129,-18651,-57608,41786,-17768,-57288,42078,-18076,-57005,42563,-18269,-57984,41819,-18450,-58044,42500,-17143,-57511,42301,-17442,-57172,43520,-18285,-57632,44181,-17844,-58070,45874,-17357,-58303,46692,-17088,-58170,41977,-16997,-57932,41686,-17222,-57527,43133,-17734,-59636,41878,-17898,-59220,42008,-18562,-58636,41700,-16941,-59237,41959,-16685,-59704,42288,-16476,-60483,41701,-16053,-60061,42147,-16365,-60825,41535,-15519,-60994,41834,-14939,-59605,42791,-16345,-57038,44149,-18673,-57603,45311,-18024,-57532,44589,-18106,-57456,44928,-18189,-58044,43105,-19602,-59473,46206,-20485,-60028,44796,-19804,-60928,45608,-19304,-59047,46403,-20815,-62164,54142,-15565,-64818,49728,-13045,-64409,48625,-14531,-64219,49480,-14583,-64059,50241,-14541,-63634,51511,-14646,-63270,51662,-15137,-63813,48960,-15567,-63921,49712,-15066,-63712,50265,-15158,-63301,50794,-15510,-63424,49706,-15823,-63558,48892,-15966,-63990,48840,-15317,-62783,51087,-16105,-64442,49553,-14063,-64970,50793,-12347,-64354,52070,-13029,-64254,53020,-12919,-63657,54322,-13506,-64404,53938,-12778,-64982,52334,-12037,-65368,52220,-11348,-65432,52774,-11127,-65629,53002,-11074,-66598,52032,-11662,-67397,51584,-11782,-67554,52207,-11279,-69839,50429,-11471,-69642,49950,-11625,-70461,48609,-11841,-70172,48262,-11891,-70235,47435,-12022,-70462,47650,-11921,-70583,45663,-12146,-70378,44998,-12341,-69279,45344,-12499,-69423,44674,-12398,-69607,44128,-12409,-69785,43466,-12307,-69982,42530,-11971,-69700,41784,-10698,-69529,41047,-11280,-69108,39720,-11621,-68892,39947,-11758,-68870,39242,-11573,-68807,38054,-10907,-68933,37114,-10029,-68093,36080,-10382,-66995,36466,-10128,-66689,35355,-10107,-66256,35702,-9926,-65829,35287,-9734,-65100,34575,-9329,-64961,34028,-8761,-64649,34299,-8051,-64438,34366,-8929,-64021,34818,-9210,-65045,35083,-9551,-64653,35238,-9720,-64026,35490,-10196,-64368,36240,-11066,-64378,35833,-10748,-64646,35917,-10874,-64994,36280,-11091,-65851,36705,-10457,-65895,37324,-11044,-66545,37870,-10423,-66009,37743,-11120,-65210,37942,-11926,-65674,37941,-11532,-63934,35432,-9348,-64028,34907,-8588,-63816,35539,-8482,-63649,36466,-8950,-62774,36637,-9564,-63481,35506,-8409,-63850,35064,-8158,-63154,34354,-7314,-63869,34788,-7823,-64239,34654,-8107,-64140,34414,-7713,-64263,34118,-7677,-62734,34069,-7176,-63902,33299,-7592,-64391,32980,-7931,-64521,33636,-7870,-66078,34069,-8497,-66460,34405,-9249,-66781,34541,-9354,-67434,35171,-9226,-67729,35161,-9107,-68126,35020,-9085,-68357,34863,-9140,-68389,34187,-8715,-68046,34162,-7511,-68002,34553,-8164,-67716,34675,-8086,-67940,34779,-8364,-67514,35064,-8802,-67088,34478,-8250,-66864,34103,-8026,-65761,33735,-8089,-65372,33955,-8112,-64832,33960,-7945,-64776,33126,-8201,-64496,31508,-8631,-64948,32248,-8711,-65910,31816,-8926,-65490,32349,-8731,-66383,32767,-8355,-65657,32868,-8460,-66120,33521,-8121,-67057,33554,-7777,-68151,31699,-8364,-68476,31646,-8362,-68315,30484,-9047,-68637,29207,-9803,-69190,29133,-10001,-69733,27911,-10994,-69889,28761,-11273,-70299,28784,-11510,-70452,29198,-11083,-70774,29145,-10807,-70049,30232,-10270,-70314,30084,-10293,-70075,30874,-9644,-69276,31306,-9208,-68901,30698,-9070,-68650,30358,-9158,-69174,30632,-9345,-69492,30018,-10002,-69501,30543,-9862,-70635,29836,-10287,-71210,30180,-9541,-70898,31057,-8849,-69726,30974,-9664,-71211,29300,-10359,-71288,28466,-10975,-70849,28261,-11616,-70918,27569,-12207,-70510,28099,-12028,-70105,28305,-11777,-70614,28397,-11734,-71077,28032,-11487,-70234,29475,-10926,-68771,26449,-11489,-68451,26795,-11404,-68390,28186,-10469,-68700,27985,-10542,-69232,27763,-10737,-68981,28542,-10245,-68169,29173,-9884,-67093,28531,-10862,-67106,27707,-11537,-66237,27876,-11751,-65935,28641,-11231,-65993,29536,-10550,-66342,29166,-10717,-66467,29776,-10145,-66670,26772,-12469,-66933,26098,-12806,-66379,25045,-13730,-66104,24889,-13716,-66352,24550,-14023,-66617,24840,-13767,-66217,27073,-12402,-67995,28511,-10415,-67541,28393,-10703,-66589,27461,-11972,-67570,26601,-12051,-67967,27464,-11203,-65123,32779,-8487,-65067,33765,-8027,-64986,34148,-8176,-65977,33978,-8194,-65555,34019,-8307,-66718,34394,-8733,-67605,34124,-7689,-65391,34264,-9247,-65335,34010,-8929,-65738,34566,-9496,-66813,35093,-10126,-67268,35388,-10365,-67733,35299,-10366,-67661,35203,-9674,-68074,35108,-9925,-68499,34956,-9292,-69307,34742,-7964,-67929,34281,-7850,-68704,34087,-7506,-69289,34133,-7311,-69237,35175,-8309,-69888,35210,-7748,-69629,34747,-7583,-69981,34745,-7669,-69906,36120,-8253,-70052,36842,-8669,-70203,35642,-8144,-68899,36019,-9040,-68995,35462,-8785,-68566,35803,-9567,-67789,35533,-10556,-67363,35776,-10480,-68255,35234,-9957,-68771,34645,-9032,-68732,35042,-9195,-68413,35490,-9836,-69595,36631,-8721,-69645,35282,-7851,-69339,34350,-7498,-68868,33840,-7418,-69163,33518,-7598,-69511,33454,-7592,-69746,32736,-8119,-69905,32091,-8646,-69259,32625,-8352,-68796,32355,-8053,-68909,32972,-7809,-68635,32743,-7785,-67232,32673,-8101,-69257,33138,-7947,-68358,32925,-7708,-68683,33276,-7533,-68087,33610,-7484,-69441,33894,-7296,-70307,32764,-7557,-70502,31077,-9131,-68769,34108,-8076,-68860,34259,-8557,-68064,35470,-10346,-63922,33663,-7506,-63932,35366,-9720,-68466,37538,-10851,-68162,36750,-10465,-68208,36433,-10364,-68525,36812,-10392,-69232,39341,-11228,-69366,39880,-11311,-69773,42244,-10936,-69472,42912,-11317,-69595,42216,-11088,-69496,41905,-11572,-69210,41339,-11901,-69418,40963,-11590,-68217,40642,-11291,-67885,39621,-10810,-68151,41821,-11434,-68010,43494,-11679,-67659,43234,-11501,-68277,44808,-12157,-66624,46025,-11602,-66494,44495,-11650,-66807,44730,-11608,-67064,43192,-11424,-67847,42033,-11344,-67719,41431,-11200,-67276,40805,-11015,-67806,40742,-11097,-66172,40204,-11557,-66464,39404,-11100,-64397,39358,-13446,-63937,39622,-13919,-63402,39393,-13969,-63756,39236,-13329,-63118,39095,-12878,-62687,39136,-13420,-62928,39144,-13680,-62747,39230,-14003,-64622,38705,-13005,-64318,38680,-13104,-67446,39701,-10651,-67843,38656,-10654,-67563,38555,-10423,-66642,37528,-10228,-66224,36795,-10183,-66463,36348,-9994,-65806,35719,-9959,-64416,34546,-9256,-64674,34268,-9074,-65508,36521,-10802,-64511,35554,-10426,-64940,35745,-10177,-66903,37449,-10165,-67297,37569,-10203,-67633,37431,-10350,-67995,37629,-10673,-67791,36972,-10387,-66721,40695,-11123,-66524,41635,-11414,-66088,42552,-11838,-66467,42280,-11519,-67135,42194,-11260,-66768,41843,-11291,-66690,43159,-11489,-65825,39633,-11881,-65956,38947,-11572,-65472,38661,-11957,-65068,38682,-12447,-65335,39788,-12497,-64797,39401,-13146,-65463,40653,-12466,-65571,41815,-12306,-65321,41874,-12690,-65156,40942,-12949,-64518,43772,-14739,-64630,44594,-14635,-64354,42133,-14607,-64567,40976,-13859,-64813,40901,-13483,-64437,40555,-13881,-64936,41699,-13420,-64983,44306,-13703,-65278,44008,-12940,-65102,44999,-13437,-64750,45915,-14389,-64597,45501,-14807,-64758,45068,-14378,-64817,46431,-14128,-65083,45748,-13446,-65204,46331,-13033,-65725,46720,-12048,-65897,47245,-11738,-66179,47052,-11600,-66488,48777,-11469,-66143,48453,-11457,-65820,48822,-11510,-65382,49505,-12004,-65384,47870,-12371,-65856,48183,-11620,-65989,46651,-11736,-66504,46933,-11559,-66865,49874,-11630,-68083,49066,-12344,-67923,49807,-12262,-68508,50134,-12023,-69174,48101,-12573,-69409,47447,-12672,-69293,46459,-12702,-68539,46767,-12106,-68163,46338,-12191,-68151,45507,-12230,-68516,45067,-12270,-69229,45181,-12072,-69694,46312,-12723,-69586,46906,-12675,-69897,47937,-12148,-69398,45701,-12689,-68944,45455,-11949,-70090,46381,-12381,-70146,48861,-11761,-68863,44369,-12134,-69145,43324,-12060,-69279,43756,-11643,-69771,42878,-11286,-70102,41807,-11499,-69551,43113,-11268,-68647,43836,-12169,-68581,43413,-12062,-68317,43118,-11819,-68970,41978,-11962,-69003,40968,-11892,-68802,40422,-11759,-69063,40456,-11821,-68366,41456,-11508,-68759,41304,-11743,-69234,42440,-11972,-68857,42997,-12100,-69349,42553,-11798,-68410,45640,-12312,-68747,45050,-12170,-69001,44894,-11905,-69206,44868,-11877,-68837,45918,-11984,-68559,46344,-12062,-68807,46263,-12083,-68749,46830,-12412,-68645,47439,-12519,-68012,48114,-12187,-67462,48029,-11868,-67829,47240,-12053,-67013,48979,-11661,-69200,46997,-12722,-68651,48994,-12408,-68896,47981,-12617,-67639,49432,-12121,-67056,51310,-11938,-67431,50457,-12078,-67993,50086,-12182,-68264,51295,-11525,-67412,51097,-12015,-69150,50553,-11597,-65317,45671,-12877,-65386,46528,-12625,-65705,45745,-12163,-65917,41080,-11930,-65232,42523,-12900,-65432,43627,-12586,-66033,45602,-11827,-66327,43708,-11702,-64972,42426,-13431,-65021,43074,-13435,-65423,42475,-12557,-65845,43748,-12052,-67056,40875,-11033,-67790,44329,-11757,-67242,44962,-11665,-67496,45379,-11758,-67635,45777,-11870,-67104,44428,-11588,-70033,43084,-12268,-70007,44166,-12562,-69812,44184,-12561,-69831,45223,-12705,-70605,43244,-12163,-70908,43202,-12073,-70978,42210,-11848,-70630,41558,-11690,-71785,41206,-11766,-72606,41390,-12102,-73425,42277,-12719,-73902,41984,-12785,-74900,41879,-12825,-76397,41827,-12539,-70300,41747,-11732,-70652,40768,-11444,-70424,39390,-10934,-70283,40624,-10969,-70610,40033,-11260,-71515,39521,-11137,-71339,40623,-11414,-72560,39838,-11489,-73312,39833,-11638,-73497,40593,-11940,-73900,40136,-11334,-74132,40089,-10839,-74317,39306,-9370,-74541,39188,-8767,-74542,38059,-8308,-75087,38207,-7801,-75240,38439,-7861,-75322,37705,-7477,-76265,36048,-7474,-76994,35215,-6769,-76342,35030,-6122,-75965,35288,-6486,-75096,34153,-6687,-75417,35355,-6814,-74679,36244,-7595,-75577,36051,-6893,-75421,36760,-7175,-75102,37413,-7449,-74802,37647,-7775,-74198,38305,-8863,-74164,39481,-10200,-73963,39013,-10497,-73694,37822,-10215,-73853,37003,-9684,-73930,36769,-9293,-73895,35769,-8769,-73963,36642,-8483,-74041,36455,-8209,-74046,35579,-7981,-75007,36427,-7349,-74625,36899,-7735,-74048,37137,-8463,-74047,38172,-9332,-73967,37297,-9035,-73836,39264,-10934,-73701,38290,-10481,-73002,37671,-10512,-72754,37665,-10727,-72225,37303,-10726,-71948,36831,-10580,-71195,36219,-10230,-71009,37287,-10576,-72355,36737,-10375,-72670,37012,-10223,-72359,36063,-9365,-72560,35852,-9107,-72064,35174,-8292,-72278,36900,-10598,-73360,37733,-10397,-73619,37123,-10004,-73028,36930,-9940,-73924,38130,-9998,-73770,36043,-9214,-73624,36511,-9669,-73310,38716,-11027,-72632,37886,-10839,-72998,38273,-10921,-75745,36504,-7121,-76096,36052,-6911,-69607,44752,-12654,-70448,46748,-12047,-70703,47216,-11982,-70825,46481,-12025,-71200,46072,-12229,-71661,44965,-12478,-71247,42913,-12092,-71986,41826,-11989,-71128,41205,-11565,-70642,48242,-11945,-71009,49515,-12332,-71507,50083,-12720,-71687,51283,-12792,-72422,52477,-13347,-71934,53388,-12780,-72860,53442,-13592,-72796,54355,-13453,-72984,55069,-13373,-72895,56483,-12894,-72476,56641,-12999,-71949,56424,-13262,-71411,56012,-12869,-71162,56388,-12948,-70438,56865,-13080,-69337,57538,-12288,-68994,57451,-12400,-68612,57969,-12088,-67758,58025,-12100,-69206,56964,-12535,-69833,56979,-12737,-70128,56757,-12921,-70429,56264,-12736,-69975,55847,-12122,-70627,55052,-12378,-70155,55187,-12141,-70147,54742,-11922,-70641,54771,-12175,-70121,54485,-11624,-69787,55114,-11761,-69510,54968,-11760,-69075,54881,-12106,-68285,54291,-12387,-67802,53982,-12178,-68673,54003,-11990,-68254,53910,-11967,-68520,53578,-11720,-68314,53620,-11519,-68779,53014,-11477,-69025,52075,-11184,-69450,52170,-11151,-70033,52290,-11314,-70258,53169,-11358,-71669,52710,-12551,-71855,53930,-12800,-71593,54601,-12816,-71087,54682,-12607,-71007,54592,-12122,-70876,54634,-11727,-69810,53815,-11236,-69587,53921,-11516,-69409,53417,-11728,-69014,54052,-12203,-69714,54309,-11488,-70213,53861,-11351,-69367,53812,-11980,-69406,54433,-11826,-69188,53434,-11893,-71471,53812,-12369,-70931,53121,-11765,-69646,53272,-11181,-69932,53496,-11092,-70663,53730,-11522,-70619,54411,-11372,-71318,52940,-12215,-70832,52598,-11777,-71259,54392,-12234,-71051,54147,-11778,-69620,51465,-11270,-70186,51086,-11498,-70250,50263,-11592,-70545,49790,-11858,-70652,51004,-11806,-70175,49666,-11635,-69922,49622,-11629,-69318,51330,-11279,-68496,51603,-11320,-68134,52149,-11224,-68594,52930,-11253,-67332,52794,-11067,-68801,53756,-11861,-68649,54315,-12396,-68489,55511,-12438,-68927,55698,-12775,-69653,56461,-12552,-69938,56232,-12504,-69588,55702,-11986,-69319,56410,-12533,-69337,56031,-12333,-68795,55310,-12347,-71596,56720,-13404,-71222,57049,-13520,-70357,57136,-13112,-69613,57433,-12449,-69847,57990,-12351,-72344,52986,-13257,-73187,52546,-13956,-73323,53496,-13987,-73580,53768,-14212,-74396,55605,-14825,-74845,55770,-15312,-75044,56691,-15311,-74928,57907,-14805,-74770,58620,-14375,-75155,59548,-14573,-73055,54056,-13637,-73500,54813,-13908,-73290,55642,-13463,-73721,55523,-13996,-73629,56387,-13633,-73796,57729,-13410,-73632,58361,-13029,-74045,59135,-13217,-74353,59638,-13435,-73905,59664,-12864,-73293,58919,-12519,-73040,58451,-12353,-73200,56587,-13048,-74328,56056,-14620,-73733,52525,-14482,-74826,52261,-15523,-75340,52064,-15962,-75741,52822,-16344,-76997,52847,-17233,-77612,51852,-17480,-78328,52451,-17950,-78625,51538,-17920,-79420,51999,-18305,-81339,52559,-18953,-82177,51019,-18829,-82602,51826,-19097,-82586,50596,-18733,-84392,49131,-17303,-84763,49074,-16948,-84673,49056,-16074,-84761,49762,-16078,-85181,49185,-16410,-85084,49500,-17244,-85732,50280,-17011,-85632,50932,-17516,-85383,50443,-17730,-85408,51336,-17965,-85089,51357,-18274,-83435,53481,-19289,-82981,53706,-19358,-82879,52645,-19239,-81799,52856,-19110,-80501,52869,-18801,-80752,53889,-19076,-80612,54388,-19129,-79725,55235,-18936,-79070,55994,-18666,-77856,54606,-17945,-78150,54332,-18102,-77356,54335,-17613,-77141,53765,-17409,-77484,53249,-17587,-78200,53128,-17983,-78849,53938,-18409,-79006,52448,-18249,-80232,54773,-19072,-79674,53126,-18606,-79362,53800,-18608,-78672,54416,-18378,-84000,51828,-18895,-84354,51097,-18539,-84398,50288,-18196,-84651,49675,-17702,-84895,50395,-18026,-84876,48976,-16331,-85109,49233,-16145,-83022,51492,-19029,-85458,49835,-17045,-80935,51124,-18519,-79803,51612,-18331,-78986,50808,-17889,-77824,51209,-17491,-78242,51016,-17646,-81918,50139,-18446,-82206,49461,-18036,-81104,49194,-17581,-81591,49134,-17556,-82300,48937,-17440,-82879,48666,-17077,-83298,48554,-16820,-83094,48385,-16685,-82675,48624,-15906,-81748,49115,-15704,-81341,48344,-15108,-80562,48359,-14658,-79710,48235,-14192,-80075,47517,-14232,-79377,47142,-13851,-78550,47455,-13434,-78078,47930,-13182,-76591,47624,-12197,-76589,48444,-12128,-76328,48372,-11876,-75705,49248,-10817,-76070,49832,-11429,-76257,49319,-11721,-76884,49306,-12188,-77650,48581,-12922,-77510,47674,-12883,-78127,48837,-13173,-78245,49316,-13247,-79310,49146,-14087,-79505,47889,-13980,-79397,47513,-13916,-78872,48316,-13641,-78600,48097,-13519,-79144,48710,-13908,-77686,49607,-12836,-77298,49578,-12526,-77647,50818,-12667,-78801,50487,-13658,-78551,50076,-13486,-77816,50147,-12892,-76973,48326,-12396,-78198,46978,-13293,-78300,46074,-13466,-80659,46017,-14220,-81159,46265,-14472,-81421,46008,-14634,-82169,46616,-15150,-83082,46549,-15743,-82754,45448,-15493,-82290,45053,-15161,-82305,45455,-15073,-82778,45886,-15408,-78996,46552,-13655,-79427,46446,-13918,-79241,45829,-13819,-80047,45545,-14113,-79906,46750,-14079,-81069,46953,-14611,-80201,47049,-14261,-80909,47406,-14626,-81924,47369,-15147,-82906,47482,-15743,-82833,47070,-15621,-83248,46526,-15950,-81567,46562,-14818,-80367,46727,-14235,-75616,47243,-11041,-75274,47121,-10583,-75465,46323,-10749,-75350,46782,-10577,-75491,47081,-10394,-75195,47753,-10192,-75264,47721,-10450,-75296,48427,-10021,-75319,48879,-10108,-75597,50021,-9829,-76233,50463,-9712,-76207,50897,-9596,-76789,51543,-8738,-77038,51463,-8743,-77849,51000,-9207,-78133,49893,-9585,-78355,49884,-8844,-78413,48362,-9119,-78240,46195,-9632,-78407,45469,-9725,-78736,45231,-9857,-79384,45641,-9835,-79143,44816,-10127,-79478,44512,-10480,-79709,43976,-10811,-80212,43727,-11265,-81120,43017,-12170,-80794,43581,-11684,-81313,43749,-11747,-81194,44555,-11294,-81884,45013,-10867,-81529,46333,-10119,-81842,46657,-9830,-82043,47002,-9418,-81585,47840,-8902,-81551,47181,-9524,-80938,47677,-8760,-80329,47021,-9310,-80643,45916,-9969,-80798,46358,-9685,-80817,45074,-10678,-80968,45609,-10295,-81313,45569,-10561,-81266,46423,-10004,-80718,46633,-9434,-81001,47024,-9319,-80485,45168,-10609,-80155,45054,-10635,-80601,44531,-11067,-80068,45369,-10386,-81632,44134,-11510,-81869,44259,-11300,-81963,44110,-11149,-82074,45014,-10565,-82082,44656,-10407,-81893,43435,-10222,-81895,42295,-10533,-81884,41552,-10906,-81850,40181,-11777,-81972,39332,-12103,-81870,38450,-12720,-81913,36958,-13194,-82192,36694,-12940,-82101,36289,-13345,-82365,35635,-13280,-82884,34569,-12595,-82640,34308,-12920,-82501,33265,-13701,-81500,32985,-14023,-81067,33053,-14747,-80290,33006,-15661,-79706,32954,-16227,-80075,33240,-16327,-80361,33436,-16206,-80792,33240,-16212,-81370,33132,-16035,-81004,33042,-16024,-81709,32788,-15679,-81293,32928,-15108,-82039,32638,-15045,-82106,32781,-15451,-79862,33390,-16259,-79338,33140,-16287,-79163,32897,-16010,-79726,32955,-15389,-80751,33091,-15743,-80501,32990,-16155,-80642,33088,-15312,-82750,32812,-13652,-83085,32896,-12655,-83281,33162,-12549,-83028,33428,-12605,-83178,35585,-12546,-82878,36495,-12656,-82078,37885,-12435,-82113,39090,-11956,-82707,38792,-11751,-82781,39570,-11321,-83130,39353,-11409,-83568,38952,-11625,-84109,38648,-11751,-84391,37941,-11864,-84791,38438,-11975,-85176,38678,-12181,-84833,39220,-11959,-84299,39212,-11709,-84319,39965,-11471,-85026,39721,-11905,-84872,40564,-11489,-85331,40995,-11494,-85276,42377,-10509,-84516,42458,-10262,-84158,42275,-10240,-84460,43188,-9928,-83680,45181,-8548,-83795,45588,-8266,-84336,46594,-7091,-85233,44693,-8735,-84996,44602,-8965,-84420,44295,-9340,-84516,44924,-8812,-83852,46506,-7358,-84369,46073,-7654,-84956,45817,-7552,-84060,37677,-11866,-84104,36902,-11954,-83755,36212,-12205,-83917,35593,-12162,-83440,35150,-12333,-83407,34398,-12275,-83928,33507,-12076,-83276,33053,-12364,-83660,33343,-11829,-82671,33828,-12008,-82656,34272,-11686,-82452,34609,-11237,-82059,33966,-10354,-82411,33294,-10236,-82842,32854,-10192,-83313,33123,-10304,-84629,31668,-9830,-85441,31167,-9564,-86615,29907,-8919,-87306,29794,-8656,-88543,27790,-7648,-88360,27349,-7479,-88210,26566,-6941,-87798,25993,-6034,-88509,25502,-5760,-88874,25148,-5329,-88549,25216,-4991,-89501,24548,-4306,-90080,24181,-3839,-91606,23526,-3405,-92178,23338,-3928,-93909,23550,-4063,-95475,24186,-3772,-97182,24914,-2859,-97357,25070,-2499,-96416,25019,-1914,-96860,25389,-913,-96952,25915,-480,-98124,26430,-364,-97858,26640,-611,-97723,26912,-1258,-97839,26867,-1757,-98905,26782,-1091,-98879,26739,-703,-99822,26300,68,-100272,25942,763,-100013,25336,-161,-98048,25940,-1715,-97110,25416,-1467,-97272,25554,-1249,-98093,25813,-1385,-99565,25846,-879,-100758,25297,154,-101196,25483,526,-98316,26834,-1058,-97979,26533,-66,-98511,26844,-16,-97952,27114,1306,-98394,27583,1172,-98682,27497,1447,-98877,27824,740,-98099,27947,227,-97341,27887,-39,-97969,27713,676,-97376,26427,315,-96665,26621,488,-96711,26410,161,-96086,25677,-224,-95681,25833,26,-95136,24861,-1857,-95758,24704,-2407,-96334,24668,-2610,-95642,25079,-1854,-96339,25364,-882,-96811,24855,-2392,-95885,24347,-3276,-94449,23712,-3689,-96411,26805,630,-96189,27252,1353,-96952,27689,1464,-97561,28170,2212,-97979,28618,2702,-98678,29583,2359,-98428,29517,2189,-98329,29280,1671,-96803,28066,345,-96489,27764,-37,-96169,27782,-270,-95062,27911,-385,-94424,27604,-629,-95580,27571,-1132,-96570,27491,-1170,-97198,27732,-850,-97824,27864,-544,-98071,27992,-137,-96399,27644,-978,-95619,27738,-590,-95643,28281,-68,-96259,28329,38,-96006,28699,1362,-94876,27831,758,-94257,27530,313,-93194,26934,28,-94223,27577,-286,-92597,26985,-3142,-94605,26917,-2916,-95209,26661,-3287,-95888,26526,-3202,-96274,26416,-3162,-96507,26302,-3468,-96747,25744,-4011,-97232,25039,-3293,-98014,25366,-3116,-98165,25378,-2848,-97875,25635,-2351,-97832,25257,-2627,-97713,25668,-1972,-96901,25135,-1803,-99172,25699,-3086,-98358,25974,-3574,-98647,26546,-3431,-98581,26721,-3136,-98467,25813,-2748,-98624,25620,-2801,-98592,25492,-3022,-98041,25897,-2572,-97000,26651,-2498,-98293,26642,-1783,-97747,26188,-2379,-98184,25613,-3379,-97464,25456,-3637,-97977,26194,-3739,-97631,26286,-3769,-97408,26477,-3573,-98112,26647,-3002,-97800,26402,-2214,-97369,26370,-2770,-96601,26781,-2508,-95968,26906,-2487,-96368,27091,-1589,-96751,27210,-1288,-97353,27053,-1044,-96781,27014,-1446,-97506,26902,-1088,-93238,27109,-2512,-94869,27651,-776,-94858,27922,-28,-94902,27936,480,-93978,27300,-1810,-93780,27003,-2863,-96834,26369,-2874,-97350,26535,-3221,-97238,26890,-2082,-96633,27012,-1876,-97921,26353,-2726,-97547,28614,898,-97845,29410,1543,-97088,29257,1345,-96208,28844,1205,-97561,29041,1051,-97021,28649,551,-96659,28563,335,-96275,28869,940,-96413,28787,552,-97154,29060,914,-98058,29519,2514,-97686,29371,2455,-98109,28477,2644,-96898,28080,2036,-96537,28250,1949,-95426,27647,1443,-96590,28868,1899,-95709,28436,1339,-95851,28328,1542,-96014,28014,1698,-94791,27599,963,-97518,27922,1264,-97914,26789,1088,-97893,26535,753,-98262,26572,456,-98477,26518,921,-96908,27578,934,-96922,27784,539,-96223,27740,-642,-90719,23930,-4084,-85302,30385,-9305,-83077,33139,-12311,-81524,34165,-12379,-81010,34509,-12396,-80527,34757,-12414,-80136,34600,-11698,-78741,32358,-11533,-78776,32080,-10929,-78379,31360,-11526,-77794,32185,-10960,-76751,33539,-10494,-76504,34103,-10152,-76813,33876,-9942,-77508,34781,-8605,-78606,34731,-8363,-77984,34689,-7584,-78665,34350,-7152,-79328,34079,-6999,-80291,33544,-6730,-81285,32362,-6366,-81659,31957,-6036,-82181,32636,-4799,-82745,31718,-4668,-84143,30318,-4107,-84000,30109,-4347,-85192,28902,-3900,-86209,28177,-3374,-86569,27307,-3632,-88811,24974,-3547,-88873,24925,-4326,-87835,26442,-2791,-88766,25759,-2152,-89858,25147,-1303,-91126,25420,-283,-91434,25909,-340,-92516,26342,315,-92919,26271,713,-93769,26593,946,-93861,26304,981,-95354,27233,1332,-95211,25854,349,-94526,25739,268,-94589,24988,-1418,-95440,25363,-1201,-94696,25277,-917,-94615,25498,-285,-96292,26952,720,-95851,26927,992,-95948,26367,608,-95448,26113,661,-96306,26057,207,-84853,28960,-4208,-83810,29756,-4825,-84311,29144,-4735,-84506,28667,-5065,-85607,27671,-4648,-86442,26777,-5890,-85855,27282,-6277,-84598,28346,-6619,-83823,29119,-7009,-82497,30553,-7703,-81855,31181,-7300,-81326,31812,-7414,-81553,31654,-6772,-80876,32804,-6758,-80532,33100,-7597,-80242,33486,-7646,-79845,33857,-7334,-82131,30929,-6651,-82700,30247,-6741,-83381,29780,-5479,-83043,29878,-6902,-85859,27226,-5944,-85588,27442,-5695,-85242,27846,-5181,-85419,28413,-4019,-85494,27983,-4353,-86721,26866,-3929,-86759,26681,-4239,-85967,27184,-5094,-87808,25779,-3845,-86841,26462,-4968,-87836,25703,-4245,-88669,25061,-4019,-87322,26079,-5007,-87797,25725,-4999,-82227,32153,-4950,-82478,31476,-5096,-82988,30736,-5040,-82981,30537,-5249,-82916,30076,-6237,-82592,30918,-5505,-83202,30773,-4754,-79194,34685,-8866,-79159,34268,-9767,-79429,34464,-10170,-79521,34288,-10887,-79866,34713,-10843,-79696,34645,-10259,-79856,34724,-9974,-80248,34750,-10090,-80601,34673,-10102,-80930,33629,-9679,-81524,33037,-9708,-82325,32185,-9644,-82938,31899,-9706,-83159,30859,-9117,-83602,30913,-9369,-84399,30225,-9155,-85043,29199,-8551,-85852,28534,-8191,-87184,27849,-7805,-88018,26355,-6705,-86850,26802,-6601,-87633,26375,-6568,-80337,35116,-11329,-80922,35694,-11458,-80334,34993,-12039,-79988,34731,-11232,-80881,35424,-10928,-81368,34785,-11957,-80903,35439,-11840,-81487,35041,-11222,-81935,34750,-11340,-81470,34987,-11594,-81988,34454,-11835,-82112,34582,-10799,-81622,34443,-10483,-80906,34909,-10464,-81021,35669,-11249,-82249,34218,-10437,-82487,32522,-9922,-81653,33641,-10097,-83634,32473,-10081,-84202,31450,-9765,-81563,34813,-10857,-79045,33532,-9568,-78944,32785,-10169,-78907,32401,-10561,-78821,32551,-10825,-78917,31758,-10658,-78997,31924,-10377,-79076,32120,-10065,-79154,32257,-10133,-79372,32423,-9621,-79257,32910,-9130,-78492,33140,-9528,-77825,33596,-9655,-78619,34429,-9073,-78486,34669,-8783,-79411,32713,-9588,-78554,31465,-11510,-78608,31430,-11224,-78378,31522,-11096,-78141,32339,-10322,-78750,32444,-9795,-79273,32545,-9401,-78109,32737,-9978,-77653,33164,-9990,-77535,32847,-10386,-77324,33607,-9863,-77777,33971,-9486,-79540,34596,-8511,-79401,34283,-7787,-79113,34620,-8236,-79889,33997,-8107,-79747,34554,-8818,-80171,33748,-8624,-80918,33087,-9323,-81702,32134,-9179,-82682,31098,-9009,-83968,29976,-8793,-85114,28732,-8128,-84619,28882,-7966,-87038,27376,-7406,-85778,28063,-7697,-80512,34513,-9850,-80658,33094,-8968,-80793,32754,-8636,-81124,32012,-8098,-81504,31582,-7787,-81004,32393,-7411,-80731,32792,-8052,-81249,32014,-8573,-81759,31433,-8252,-81048,32363,-8705,-82099,31506,-8889,-82583,30683,-8344,-79493,34748,-8793,-79470,34810,-9397,-80001,34764,-9460,-79732,34964,-9209,-76865,34893,-8608,-77737,34819,-8087,-78212,34333,-6546,-77695,34807,-5902,-77306,35027,-5781,-76965,35099,-5793,-76736,35085,-5795,-76909,34830,-4722,-77218,36208,-3503,-76822,36234,-3274,-76925,34984,-3231,-76758,34518,-3923,-77499,34562,-2690,-77422,34061,-2871,-77061,34887,-5254,-77235,34048,-9560,-77530,34537,-9039,-78388,31701,-11878,-78417,31873,-12269,-77988,31780,-13256,-77373,32189,-14800,-77605,32358,-14586,-77421,32609,-15228,-77066,32750,-15227,-77223,32657,-15297,-78159,33129,-16007,-78779,33254,-16160,-78673,33023,-16194,-78137,32879,-15783,-78586,33026,-15451,-78977,33039,-14952,-78382,33058,-15093,-77766,32874,-15692,-78158,31368,-11807,-77470,31805,-12413,-77153,31565,-13551,-77505,31302,-13665,-77537,31456,-13962,-77330,31828,-14419,-77477,33033,-15606,-77465,33535,-15204,-78047,33824,-15327,-78482,34146,-15131,-78388,34427,-14479,-78077,34646,-13900,-78667,35487,-13705,-78439,34776,-14078,-79952,36014,-14408,-80480,36210,-14751,-80733,36906,-14468,-81036,37243,-14494,-81984,36960,-14267,-81912,35931,-14601,-82158,34126,-14330,-81957,33733,-14987,-81981,33075,-15639,-81874,32901,-15754,-82202,33190,-14592,-82510,32814,-14415,-82385,32522,-14186,-82707,32596,-13734,-82469,32634,-14525,-81862,32619,-14818,-81085,33012,-15837,-82356,32799,-14977,-81903,34821,-14815,-82150,35785,-13599,-82115,35691,-14341,-82143,34909,-14526,-82269,34708,-13705,-82540,35159,-13146,-82384,34105,-13539,-79016,34913,-14508,-77333,33932,-14084,-77911,34042,-14645,-77204,33629,-14456,-77821,33222,-15724,-78395,33549,-15685,-78763,34086,-15362,-79441,34809,-15195,-79470,35093,-14929,-80392,35021,-15229,-79402,33885,-15578,-79884,33657,-15932,-81140,33387,-16035,-81839,33411,-15467,-81680,34134,-15190,-80734,33695,-15813,-80943,36327,-14731,-81728,36066,-14638,-81807,37015,-14502,-81060,36803,-14609,-81514,37788,-14471,-78824,34349,-15184,-85180,36643,-12086,-85497,36897,-12258,-85798,37289,-12511,-85789,38976,-12636,-85449,39400,-12180,-86330,40374,-12186,-85741,41241,-11506,-85493,41668,-11049,-85809,41885,-10826,-86131,41801,-10771,-86072,42400,-10312,-85599,44472,-8713,-86172,44082,-8577,-85610,44978,-8016,-86476,43892,-8286,-86729,43578,-8173,-85959,44790,-6862,-85788,44750,-6434,-85194,44484,-6533,-86036,43347,-6991,-84968,42979,-6674,-85184,42419,-6739,-84980,42206,-6510,-84366,43431,-6197,-84048,44056,-5895,-83742,45074,-5571,-83439,45653,-5140,-82824,46320,-4091,-82475,46998,-3406,-82068,47944,-2586,-81958,48016,-2187,-81848,47612,-1145,-81736,48334,-1423,-81291,48959,-397,-80842,49867,538,-80857,50069,416,-80803,50311,116,-81256,49209,-548,-81480,49056,-1059,-81284,50317,-1044,-81643,49253,-1625,-84468,43952,-6368,-85366,43615,-6819,-85662,45280,-6401,-85216,46123,-6165,-84953,46527,-5540,-84489,47364,-5110,-84388,46681,-4978,-83960,47251,-4610,-83613,47979,-4081,-84047,47847,-4308,-83577,48684,-4767,-82426,50735,-2715,-82650,50303,-2628,-82237,50871,-2138,-81279,52551,-1570,-80794,53064,-582,-81001,52212,-870,-81222,52620,-1103,-81503,52087,-1334,-80983,51789,-854,-80563,52625,-379,-80024,52189,497,-78980,53439,1179,-78729,54943,576,-78102,55290,552,-78051,55771,109,-77967,56429,-737,-78374,56397,-1523,-77757,56739,-2261,-78164,56226,-3206,-78801,55315,-4009,-77197,55239,-6126,-76509,55100,-6566,-76186,54727,-7103,-76037,54275,-7507,-76088,53567,-7931,-75584,52822,-8342,-75655,52377,-8590,-74970,53517,-9238,-74788,53962,-8722,-74768,54439,-9197,-74513,55996,-7344,-74809,56187,-6774,-74203,56888,-6674,-73410,57277,-7138,-74191,57900,-8458,-74021,57244,-8296,-74169,56344,-8379,-74382,56040,-8740,-74557,55157,-8888,-74700,55239,-9253,-74563,54847,-8635,-74274,55839,-8105,-74133,56299,-7909,-74436,56374,-7049,-73947,56549,-7862,-73322,57346,-7575,-74113,57482,-8321,-73455,57124,-7714,-73820,56901,-8028,-74500,54979,-8237,-74546,55144,-7959,-74834,53976,-8393,-75139,52487,-9100,-74985,52979,-9111,-75225,52990,-8636,-75329,53363,-8328,-75969,56063,-5786,-76060,56477,-5040,-75371,57243,-4452,-74911,57542,-4541,-74326,57558,-5475,-73854,57736,-5704,-73591,57679,-6387,-73348,57814,-6824,-76712,56075,-5140,-77467,56093,-4485,-77944,55719,-4537,-78149,55963,-3799,-77671,56464,-3452,-77029,56681,-3727,-75451,57499,-3606,-75140,57823,-3004,-74046,58387,-3765,-74289,58281,-2930,-73745,58486,-3229,-72242,58916,-2022,-72274,59017,-2476,-71980,60123,-3556,-72298,59809,-3787,-72708,60911,-3309,-73072,61863,-3721,-73507,62914,-3377,-73568,63330,-3398,-77846,56600,-2764,-77335,56960,-1884,-77436,56765,-1055,-76476,56641,-560,-77503,56456,-530,-76134,54826,1024,-74978,56201,458,-74683,55569,1018,-74806,56693,52,-74448,56535,259,-73733,57970,-1170,-73684,58219,-1621,-73057,58296,-1373,-71749,59089,-1273,-71533,58512,-406,-71636,59743,-1780,-71529,60175,-1935,-71376,60794,-1880,-71452,60404,-2672,-71740,59808,-2485,-72320,58452,-1359,-71907,59226,-1756,-71324,61166,-2502,-71012,61677,-3060,-71214,61323,-2783,-71468,60234,-3111,-74202,56666,252,-72458,54655,2852,-71873,54290,3433,-69117,53798,4097,-69467,53328,4421,-69941,53203,4559,-71476,52774,4566,-71454,53116,4633,-72036,53445,4300,-72241,53972,3561,-72813,54108,3156,-73684,54524,2398,-74069,53930,2630,-74568,51933,3662,-75052,51875,3115,-75981,51334,2979,-75785,51963,2858,-75822,52597,2768,-76103,53337,2530,-76659,54490,1103,-77222,55219,669,-76442,55752,275,-76309,54185,1407,-75928,54185,1723,-75896,53739,2347,-74965,54350,1821,-75220,54922,1533,-75388,55349,1027,-75783,54732,1287,-75269,53425,2289,-74529,53791,2328,-74629,54245,1927,-74702,54947,1456,-74181,55041,1584,-73859,55589,1306,-73386,55397,1786,-73078,54592,2646,-75545,54584,1767,-75670,53665,2380,-75325,52677,2623,-75252,52200,2845,-76132,52940,2791,-74831,52556,2897,-74913,53471,2306,-70907,54279,3615,-71511,53739,4161,-70512,54012,3862,-69867,53654,4188,-70429,53387,4504,-71761,53329,4483,-71921,54692,3058,-71259,55197,2905,-70644,55483,2873,-71251,55938,2312,-72549,58066,-587,-73334,57841,-782,-73975,57519,-581,-73602,57274,-61,-72133,56990,848,-72202,56279,1550,-71507,55663,2446,-72081,55633,2280,-72738,56178,1429,-72826,56894,607,-72624,55686,1978,-71839,56588,1407,-73181,57459,-146,-74278,57005,-114,-70545,54749,3405,-70632,55043,3153,-69988,54383,3710,-67293,53297,3984,-67216,53963,3412,-75137,56831,-310,-75365,56140,272,-75926,56083,119,-75595,56478,-141,-75702,57011,-784,-75191,57326,-1021,-74840,57649,-1326,-74144,58203,-2042,-74665,58053,-2319,-74745,57264,-584,-76129,56807,-4352,-75112,57744,-3465,-73579,58490,-4156,-72494,58952,-4352,-73297,58361,-5335,-73529,57985,-5868,-73334,58099,-6391,-74120,58004,-4819,-77628,55565,-5247,-76141,55219,-6657,-75295,55425,-7112,-74861,55685,-7214,-75025,55071,-7624,-74667,55297,-7727,-75507,55902,-6395,-75325,56402,-5964,-76371,55689,-5924,-78468,55595,140,-79121,54940,284,-79272,54409,502,-79736,53652,351,-80424,53870,-569,-80861,53348,-1502,-80889,53526,-1921,-80410,53574,-3715,-80374,53103,-4705,-79611,53733,-5364,-79365,54201,-5041,-78666,54800,-4958,-78306,53929,-6266,-79490,53089,-6246,-79523,52363,-6760,-79817,52285,-6543,-80863,49441,-7570,-81159,48983,-7761,-81660,49152,-7508,-81658,50333,-6132,-80438,52364,-5580,-80383,52810,-5131,-78851,53674,-6105,-79066,54111,-5484,-77587,55154,-5907,-77386,54743,-6731,-77438,54168,-7389,-77120,54179,-7580,-76414,53565,-7976,-76505,54226,-7396,-76754,54762,-6902,-76909,53667,-8047,-77118,54772,-6843,-80669,53655,-1129,-81407,52135,-2356,-81765,51381,-2925,-82450,50444,-3372,-82966,49636,-4020,-82691,49649,-4326,-83991,48212,-4740,-84607,47009,-4975,-84958,46497,-6268,-85381,45605,-7169,-85087,45903,-7229,-84035,48067,-4317,-81746,51673,-2308,-81895,51552,-1998,-80816,53267,-745,-80169,53247,23,-80322,53761,-224,-85908,44913,-7135,-86409,43137,-9407,-87095,41938,-9486,-87236,41534,-9670,-87478,40622,-11650,-88074,40139,-11292,-87275,40137,-10777,-85619,39687,-10890,-85307,39702,-10592,-85002,39166,-10384,-85034,38629,-10302,-84856,38698,-9985,-84787,38374,-10023,-84834,37571,-10368,-85267,37665,-10587,-86586,37500,-12379,-86327,36593,-11844,-86350,36591,-12356,-86091,39859,-11006,-86247,40178,-10638,-86172,40329,-10033,-85879,40300,-8736,-86590,40042,-7884,-86388,39711,-6983,-86526,39554,-6695,-85166,38613,-6094,-84193,38325,-6102,-84605,38827,-6829,-84022,38177,-5933,-83956,37893,-6502,-84913,36522,-7099,-85142,36153,-7443,-85217,35853,-8233,-85639,35050,-8581,-85531,34971,-8887,-85268,35040,-9233,-85355,34325,-9512,-84246,34129,-10156,-84751,32937,-9996,-83992,33042,-10180,-85448,32477,-9728,-86090,31759,-9432,-86633,31674,-9105,-88231,30951,-7292,-88563,30259,-7324,-88388,31091,-6553,-86906,33516,-7078,-87690,32347,-6432,-86535,34170,-7024,-85758,35303,-7588,-85683,35477,-7119,-86889,33383,-7513,-87441,32382,-7488,-87547,32004,-7725,-84989,42843,-10154,-84833,44236,-9336,-85364,44125,-9222,-85425,37841,-12331,-85010,37542,-11988,-82303,38218,-12145,-82459,35988,-13090,-82968,32830,-13155,-81794,40939,-12873,-81922,42790,-11891,-81883,42565,-11476,-81853,42288,-10816,-81952,43666,-10820,-81846,41157,-11374,-81857,42060,-11664,-80424,44170,-11168,-78542,46526,-9346,-78494,47524,-9166,-78185,46934,-9677,-76572,50943,-9051,-76803,51040,-8920,-76443,49715,-9506,-75551,49149,-9838,-75408,49306,-9949,-75992,49868,-9875,-75489,48393,-9951,-76071,49263,-9701,-75935,48995,-9822,-76534,48765,-9926,-77201,49696,-9725,-75812,47898,-10106,-77123,50517,-9232,-77856,50500,-9495,-77777,49159,-10141,-78042,50147,-9613,-78261,48558,-9533,-78078,48458,-10284,-78124,47508,-10505,-78284,47996,-9517,-78062,49314,-9922,-76465,50362,-9252,-75727,48090,-11086,-75452,49037,-10328,-76882,50248,-11994,-76776,50660,-11849,-77264,51644,-12066,-77897,51658,-12717,-78416,51035,-13371,-79085,51279,-13844,-79884,52122,-14358,-80046,51710,-14541,-81331,50489,-15249,-80075,51118,-14625,-80399,50400,-14899,-81095,50056,-15247,-81712,49609,-15572,-81261,49315,-15606,-80375,49153,-14838,-79393,49800,-14230,-79347,50359,-14223,-79003,50817,-13833,-79575,51118,-14309,-79073,49673,-13945,-79781,50001,-14557,-79814,50302,-14501,-80861,49658,-15357,-80788,49349,-15259,-76075,46090,-11724,-76189,44898,-11668,-76708,44658,-12260,-76959,44219,-11743,-77088,43428,-12137,-77549,43425,-11875,-77684,43394,-10875,-77580,42492,-11324,-77536,41588,-11773,-77443,41349,-12340,-76664,41130,-12613,-76342,40599,-12484,-76034,40290,-12210,-75759,40037,-11830,-75597,40639,-11322,-75771,41619,-11686,-74994,40997,-10282,-74821,40710,-9994,-75048,40424,-9562,-75171,39978,-9017,-74964,39728,-8720,-75658,38681,-9624,-75708,38548,-10009,-75710,38094,-10912,-76428,37306,-9018,-76243,37786,-9579,-76087,38129,-9213,-75939,38265,-8720,-76134,37583,-8375,-76118,36840,-7963,-75667,36969,-7374,-75918,36720,-7624,-75544,37845,-7666,-76305,36476,-8274,-76431,35852,-7767,-76525,35710,-7475,-76719,35250,-8146,-77204,34900,-7363,-77178,35027,-6903,-77144,34979,-8078,-77713,34644,-6945,-77836,34555,-6421,-76498,34966,-8906,-76470,34725,-9379,-76506,35676,-9163,-76365,36499,-9505,-76492,36202,-8694,-76426,36867,-8705,-76269,37782,-8916,-76291,35637,-10045,-76290,35076,-10206,-76359,34092,-11140,-76567,33434,-11435,-76571,33534,-11002,-76640,34446,-9276,-76477,35414,-8494,-75289,39332,-8393,-75020,38917,-8194,-74752,39461,-8656,-74659,39894,-9113,-74883,40180,-9256,-74305,40727,-11053,-74048,40853,-11617,-72949,41133,-12137,-73394,41506,-12403,-73643,41055,-12163,-73956,41613,-12565,-74950,41674,-12281,-75025,41451,-11016,-74833,41274,-10818,-75784,41717,-11919,-76072,40795,-12072,-76053,41390,-11935,-76372,41655,-12323,-76742,41784,-12534,-77280,41035,-12656,-77063,40915,-12748,-76925,42018,-12652,-77207,42176,-12473,-77347,42248,-12364,-77676,43347,-13080,-77806,43884,-13326,-78343,44024,-13739,-79422,43596,-14110,-78783,42856,-14197,-79067,43121,-14718,-79194,43452,-15051,-78867,43687,-15585,-78147,45385,-16231,-78989,45738,-16706,-79788,45534,-16851,-79751,45143,-16568,-81176,45652,-17042,-81137,44865,-16233,-81278,45266,-16658,-81890,45285,-16438,-82276,45226,-16118,-82531,45267,-15854,-80413,45242,-16737,-81579,46276,-17326,-82781,46479,-16865,-83141,47053,-16702,-83327,47208,-16405,-83055,48407,-16143,-83173,47749,-16143,-83292,47509,-16507,-82921,48044,-15826,-82222,47914,-15336,-81476,47860,-14932,-82158,48771,-15689,-81428,49042,-15608,-83283,46404,-16110,-83258,46651,-16435,-83155,46054,-15849,-82820,45727,-16153,-82773,46021,-16594,-82165,46217,-17116,-82092,45754,-16838,-78186,45682,-16336,-78581,45194,-16197,-78362,44045,-15858,-77991,44061,-15797,-79504,43454,-14316,-77912,43012,-13240,-77974,42607,-14254,-77444,42523,-14351,-76753,42312,-13925,-76617,42034,-13548,-77024,42072,-13204,-77201,42313,-13552,-78334,42647,-13794,-76444,41856,-13103,-77439,42436,-13192,-77148,42431,-12621,-77388,42527,-12892,-77049,42837,-12422,-76960,43254,-12303,-76753,42691,-14372,-77779,42922,-15001,-78182,43345,-15408,-78817,43271,-15197,-78120,42934,-15001,-78855,43126,-13818,-78558,42775,-13684,-78430,42943,-13527,-77067,43267,-12534,-77051,43971,-12588,-76772,43731,-12038,-77182,43061,-12282,-77453,42553,-11710,-77424,42785,-12114,-77402,43525,-12037,-74417,41748,-12665,-74281,41278,-11883,-74495,40733,-10488,-74484,40232,-9888,-75752,38051,-8141,-75511,38578,-8069,-75560,38884,-8487,-75741,38557,-9073,-76192,37310,-10099,-75909,37510,-10650,-75770,38221,-10400,-76463,39519,-12711,-76757,40033,-12749,-77419,40144,-12155,-77308,39245,-12273,-76779,38322,-12704,-76441,37554,-12841,-76605,37443,-12790,-76412,36867,-12911,-76265,35510,-12958,-76641,36017,-12911,-77001,35595,-12737,-77372,35318,-12866,-76502,35311,-13024,-76316,34729,-12973,-76185,34611,-12565,-76524,33536,-12618,-76172,34469,-11895,-75988,35592,-11556,-75945,36145,-12511,-76754,34935,-13027,-77153,38506,-12356,-77190,37717,-12291,-77494,37891,-12224,-78131,38351,-12269,-78557,38976,-12251,-78382,39368,-11986,-78612,40510,-11596,-77961,40574,-11545,-78185,41590,-11163,-77809,41398,-11450,-77715,42551,-11085,-77917,42817,-10835,-78493,41495,-11199,-78870,42075,-11172,-79070,40282,-11994,-79802,39690,-12604,-78901,38793,-12598,-79066,38495,-12779,-79463,37459,-13229,-79706,38381,-12974,-80076,40067,-12680,-80631,41084,-12942,-81069,41576,-13037,-81666,40916,-13299,-81772,40212,-13378,-81683,39703,-13762,-81571,39349,-13956,-81729,38382,-14138,-81790,37681,-14316,-81801,38495,-13468,-81753,39178,-13227,-81799,39886,-12624,-81640,41858,-12856,-80247,41619,-12315,-80094,41049,-12403,-79828,40334,-12389,-79369,41279,-11777,-79537,42551,-11388,-79052,43024,-10908,-78807,44196,-10283,-78539,44572,-10083,-77713,43975,-10806,-77801,45144,-11124,-77286,45961,-11311,-75888,45587,-11060,-75588,45748,-11113,-75486,46313,-11016,-75805,46044,-10898,-75855,45216,-11357,-76159,44707,-11571,-76421,44476,-11565,-76293,44976,-11367,-78378,42648,-10831,-78751,42841,-10831,-78564,43412,-10559,-78220,44556,-10077,-77998,44495,-10224,-77672,44032,-11079,-77718,44399,-11469,-77528,44438,-11689,-77305,44905,-11612,-76525,44142,-11847,-77845,45429,-10650,-77853,44896,-10380,-78041,45978,-9953,-79663,43123,-11201,-80331,42381,-12049,-80587,43083,-11877,-81103,42393,-12611,-81408,41942,-12870,-81801,41870,-12603,-81838,42967,-12043,-80822,42398,-12484,-81965,43341,-11513,-81572,41305,-13177,-79374,39558,-12452,-79836,38997,-12828,-81768,41446,-12874,-81794,40320,-12368,-81732,39247,-13768,-81838,37762,-13966,-81037,40242,-13567,-80937,39209,-13733,-80822,38335,-13869,-80817,37558,-14149,-80035,36905,-13738,-79444,35954,-13979,-80316,37743,-13508,-80020,38086,-13200,-80485,38788,-13324,-80632,40227,-13229,-80960,40682,-13374,-81448,40816,-13444,-80237,38752,-13123,-79955,37217,-13499,-78587,37270,-13041,-78360,36161,-13227,-79427,36376,-13691,-78558,35836,-13473,-81419,39741,-13864,-78018,43483,-10525,-75962,38567,-12401,-75790,38781,-11923,-75871,37936,-12228,-75784,37439,-11291,-76109,36526,-10718,-75654,39101,-10724,-75731,37841,-11726,-76074,37965,-12573,-76364,38118,-12750,-76179,37510,-12780,-75986,36917,-12629,-76213,36936,-12852,-82566,49074,-17694,-83254,48857,-17388,-83713,49255,-17690,-83177,49369,-17950,-81444,49791,-18127,-80638,48540,-17520,-80915,47768,-17579,-81210,48956,-17574,-81491,47444,-17646,-82938,47824,-16947,-82593,48458,-17105,-83078,48135,-16651,-82499,48045,-17276,-81862,48288,-17572,-81863,48838,-17445,-81354,46822,-17552,-81933,46858,-17437,-82538,47068,-17195,-80282,46517,-17318,-80856,45939,-17220,-80711,47158,-17516,-80477,47701,-17502,-79865,48624,-17382,-79197,48503,-17234,-79163,47297,-17112,-78676,46328,-16762,-78156,47170,-16706,-77596,46321,-16283,-77081,46197,-16001,-76294,46629,-15684,-76399,45799,-15535,-76676,44672,-15375,-76950,43973,-15308,-76473,43075,-14568,-77367,43299,-15210,-77101,43488,-15180,-77517,44839,-15868,-77003,45312,-15741,-79800,46051,-17067,-79857,47250,-17313,-79086,46788,-17005,-76205,51225,-16522,-75772,50060,-16052,-76160,49814,-16281,-76491,48878,-16284,-77618,48315,-16692,-77882,48953,-16936,-78617,48431,-17075,-78719,49175,-17249,-78368,49793,-17359,-79489,50151,-17798,-77929,49894,-17236,-77382,48868,-16717,-77287,49649,-16896,-74808,53046,-15532,-74017,53433,-14734,-74982,54807,-15639,-74430,54639,-15051,-75626,56807,-15951,-75740,57699,-15855,-76224,59517,-15903,-76716,59429,-16445,-77357,59801,-16929,-77272,60319,-16701,-78218,61323,-17236,-78320,63063,-16776,-75837,59197,-15553,-75619,60060,-15005,-75859,60686,-15059,-76012,61614,-14834,-75202,60551,-14295,-72825,52644,-13649,-73130,51331,-13970,-72623,50386,-13568,-72020,50235,-13124,-71889,49279,-12994,-71886,47885,-12895,-71104,49065,-12415,-72111,51054,-13202,-71290,47317,-12382,-71709,46287,-12649,-72079,47117,-12984,-72535,47507,-13329,-72761,46408,-13329,-73006,45195,-13230,-72333,43592,-12578,-72185,44148,-12620,-73237,43957,-13094,-73422,43092,-12969,-74548,42016,-12990,-75416,41716,-12304,-75182,42049,-13198,-76065,42053,-13470,-76096,42355,-13757,-74859,42385,-13328,-75766,41835,-13031,-72488,42341,-12325,-71826,42810,-12180,-71507,43577,-12217,-72187,45651,-12873,-73507,50727,-14289,-73708,50049,-14433,-72766,48951,-13625,-73337,49121,-14079,-72983,48060,-13697,-74893,49059,-15258,-75358,48504,-15502,-75825,51208,-16254,-75048,50392,-15559,-75691,51759,-16220,-74699,50995,-15333,-74371,49860,-14961,-73602,51531,-14371,-74213,51511,-14925,-76122,47797,-15845,-75665,46356,-15251,-75381,45705,-14896,-74974,45246,-14504,-75494,44360,-14531,-75700,43664,-14393,-75895,43316,-14358,-75726,47137,-15477,-74922,46581,-14833,-75018,46083,-14772,-73934,45371,-13864,-73978,44445,-13636,-73454,44542,-13343,-72660,44613,-12932,-73298,45776,-13528,-74392,46576,-14476,-74300,47087,-14513,-73054,46582,-13534,-75731,48167,-15691,-72973,47201,-13579,-74117,48654,-14614,-69785,43114,-12028,-69625,43429,-11525,-69312,44061,-11637,-69497,44120,-11785,-69012,49659,-12012,-66583,52437,-11628,-66861,53228,-11095,-66345,52739,-11472,-65751,52369,-11107,-64574,52436,-12620,-64579,53383,-12535,-63706,42667,-15883,-63284,39809,-14569,-63470,40174,-14767,-61632,40818,-16317,-61243,41356,-17080,-62269,40988,-16278,-61303,40606,-15926,-62659,39376,-12204,-61919,39450,-13356,-62269,41785,-12035,-62586,40926,-11756,-62176,42355,-12079,-61758,42726,-12730,-61239,43773,-13641,-61065,42829,-14105,-61182,46103,-12992,-61269,46078,-12351,-61073,44672,-13742,-60819,44563,-14421,-60852,43516,-14563,-60513,42586,-15446,-59146,44060,-16264,-59674,44129,-16012,-59815,44716,-15687,-60218,44582,-15460,-60441,45054,-15107,-60501,45690,-14822,-60927,45705,-13648,-60643,45235,-14690,-60352,46495,-13421,-60901,46376,-12913,-60718,46357,-13763,-57867,43814,-17498,-58007,43567,-17316,-58410,43748,-16919,-58775,43722,-16665,-58799,44799,-16437,-56552,45865,-18637,-53549,45280,-21100,-54412,43660,-20273,-53908,43893,-20728,-54018,44049,-21149,-53682,46505,-20780,-53661,46301,-21192,-53845,46524,-21667,-53689,46707,-21855,-53123,47565,-23019,-52993,46910,-22390,-52727,46588,-21983,-52629,46578,-21567,-52105,46867,-21333,-52998,46533,-21707,-53455,46606,-21333,-53638,45878,-20747,-55402,52841,-23398,-55099,55211,-23540,-54751,55543,-23713,-53861,55980,-24101,-52983,55640,-24502,-52851,56789,-24261,-50784,57371,-25145,-50682,56650,-24964,-52234,57181,-24581,-53362,56872,-24089,-54414,56271,-23803,-52603,58024,-24437,-52293,58490,-24536,-51739,59178,-24702,-51047,59506,-24933,-51924,59866,-24503,-51726,60643,-24426,-51843,61636,-24059,-52016,62152,-23958,-53373,62327,-23208,-52868,63572,-23128,-53522,63212,-22830,-52968,64476,-22772,-53513,64522,-22382,-53541,65046,-22121,-54235,65096,-21511,-54780,65376,-20820,-54326,65917,-20834,-54937,66577,-20155,-52594,67622,-21863,-51043,70483,-21859,-50372,70893,-22193,-49713,71260,-22502,-48257,72423,-23062,-49579,72372,-22072,-48970,71685,-22864,-50965,71220,-21558,-51340,72395,-20405,-52385,71999,-19456,-52196,72987,-19079,-52149,73767,-18202,-52324,73991,-17956,-53144,73254,-17515,-53662,72637,-17318,-53962,71883,-17404,-54651,70889,-17348,-54242,70488,-18359,-53083,70873,-19713,-53050,70550,-20038,-52716,70466,-20453,-54100,68453,-19908,-54630,68561,-19446,-55591,67796,-18665,-56021,66907,-18675,-56418,65949,-18710,-55793,66265,-19290,-55517,66756,-19391,-54992,65984,-20182,-55715,65876,-19493,-56545,65502,-18795,-56885,65394,-18400,-57556,64228,-18140,-57065,64402,-18732,-57394,62964,-19037,-57115,61835,-19950,-57907,61478,-19156,-57928,60388,-19615,-57735,60067,-19910,-57285,58042,-21297,-57801,56303,-21252,-58421,55359,-20863,-59078,55445,-20018,-59929,55373,-19009,-60387,53994,-18870,-56293,64119,-19871,-56018,63541,-20476,-55445,64250,-20796,-55146,63681,-21323,-54757,62881,-21978,-54261,62628,-22488,-53208,61822,-23358,-52573,61749,-23735,-56588,62579,-20189,-55543,62485,-21283,-54879,62320,-21943,-54069,62101,-22676,-53365,59755,-23836,-52746,60440,-24018,-53459,60917,-23547,-52589,60922,-23991,-55404,62764,-21334,-55720,63229,-20931,-56255,62893,-20370,-56754,63109,-19763,-54261,67607,-20319,-54622,67662,-19794,-55375,67392,-19081,-55062,67768,-19168,-53607,67687,-20989,-52552,68340,-21612,-53963,68203,-20175,-54888,67134,-19938,-53112,71899,-18880,-54076,71064,-18280,-53921,71366,-18220,-53750,71876,-17771,-52963,73028,-17809,-52986,72761,-18011,-53094,72217,-18598,-51956,73651,-18636,-53232,71336,-18984,-51579,69034,-22052,-50584,69182,-22727,-48313,70594,-23636,-48730,70683,-23324,-47313,71488,-23915,-45800,72457,-24480,-45690,72183,-24646,-45747,71275,-24856,-46676,69954,-24623,-46475,69270,-24765,-47252,69152,-24449,-47835,68272,-24218,-49861,67525,-23372,-49847,68113,-23383,-50521,68375,-23007,-50965,68532,-22704,-51730,68413,-22233,-46997,71367,-24158,-47977,70475,-23862,-49272,69255,-23485,-49677,68584,-23414,-48470,68490,-23977,-48141,69646,-23979,-47898,69232,-24167,-46375,71246,-24536,-46426,70495,-24667,-50183,69028,-23043,-50257,69808,-22652,-49676,70548,-22669,-48269,72070,-23184,-46554,72695,-23881,-45570,73030,-24355,-44488,74071,-24547,-43562,74870,-24676,-44435,74705,-24508,-43256,76258,-24575,-41081,76961,-24965,-40302,77358,-24985,-39780,77798,-25046,-39005,78341,-25127,-38000,79134,-25242,-37211,79755,-25255,-36943,79595,-25149,-35675,80619,-25074,-35304,80473,-24847,-34423,81400,-24827,-33493,82145,-24343,-33368,82351,-23731,-32825,83323,-23836,-32958,82922,-23455,-32994,83686,-22779,-33194,84250,-23533,-33492,84215,-23853,-34315,84191,-24111,-35010,83973,-24279,-35695,83711,-24367,-35646,84355,-24370,-35195,85947,-24032,-35193,86392,-23873,-36744,85280,-23666,-36499,84823,-23976,-37033,84401,-23974,-36644,83970,-24287,-36347,83688,-24303,-36557,83366,-24344,-35286,82742,-25091,-35671,81934,-25286,-35093,81502,-25145,-37071,83351,-24271,-37402,83508,-24235,-37811,83467,-24096,-35902,86656,-23372,-36652,86433,-22977,-36541,87061,-22543,-36016,87890,-22543,-34713,89494,-22244,-34719,88726,-22773,-32960,89040,-23147,-32502,89509,-23091,-31102,90595,-23293,-30844,90326,-23266,-30309,90448,-23307,-28306,90877,-23568,-29787,89768,-23801,-27495,90424,-23616,-27439,89826,-23439,-28709,88513,-23403,-29178,88660,-23788,-29058,89049,-23846,-29698,89462,-23881,-28501,89045,-23644,-28096,90612,-23682,-28077,90266,-23726,-26712,91320,-23489,-26657,91689,-23364,-26340,90620,-23155,-26350,90486,-22865,-25202,91727,-21541,-23231,93767,-21811,-22972,94738,-22177,-23415,94795,-22492,-24215,96318,-21729,-25128,96065,-21616,-25844,95667,-21831,-26401,95107,-22234,-27483,94481,-22329,-26549,94661,-22580,-27837,93085,-23079,-28922,92196,-23187,-28780,91534,-23423,-29532,91221,-23399,-30263,91783,-23001,-30724,91754,-22846,-31831,91755,-22286,-34222,90965,-21257,-35118,90335,-21119,-35711,89490,-21463,-36854,88396,-21478,-36072,88801,-21799,-34200,89035,-22863,-33347,89078,-22994,-33028,89697,-23034,-32272,91179,-22472,-34619,90336,-21583,-35270,89489,-21846,-34294,90126,-22019,-34432,89239,-22603,-34354,88532,-22864,-28514,94112,-22111,-26991,95083,-21913,-27980,94743,-21613,-26129,95811,-21116,-26071,95850,-20597,-24967,96284,-20504,-26201,95697,-19894,-28873,94530,-19707,-29712,94016,-19274,-29249,94183,-19142,-30863,93113,-18510,-32353,92274,-18204,-31044,92514,-18101,-31017,92264,-18095,-29922,92417,-18397,-28830,92971,-18720,-29377,92387,-18731,-29412,91696,-18977,-29217,91373,-19248,-28969,90533,-19954,-28549,90276,-20529,-28486,88766,-21974,-29188,88039,-22232,-29327,87755,-23058,-28607,88525,-23182,-29730,87615,-23513,-29579,87998,-23685,-28466,89932,-21024,-29213,89394,-21071,-30359,91718,-18511,-30522,92647,-18187,-31374,91506,-18051,-31812,91095,-17950,-32237,90426,-18072,-33840,89480,-17469,-34386,89028,-17336,-34397,89459,-17285,-35026,88999,-17072,-35654,88990,-16758,-36181,88786,-16595,-36489,88824,-16579,-37346,88191,-16339,-38121,87872,-16269,-38125,87110,-15988,-37050,88080,-16320,-38025,87555,-16078,-37387,87666,-16217,-37390,86260,-16844,-37419,86474,-16593,-37840,86249,-16371,-38576,85408,-16259,-38237,86370,-16160,-37694,86771,-16343,-38682,85529,-16101,-38738,84407,-16902,-38326,84305,-17382,-37459,84020,-18764,-36109,84505,-19801,-35848,84684,-19885,-35576,85043,-19565,-34109,85015,-20730,-34139,84474,-21071,-33367,85188,-21096,-33377,84682,-21556,-33718,84213,-21646,-33521,84115,-22290,-34469,82792,-22327,-35026,82508,-22258,-35058,81429,-22902,-35203,80308,-23989,-37026,78560,-24514,-37894,77726,-24419,-38496,77150,-24254,-38592,76932,-24222,-38432,76783,-23886,-38618,76628,-23509,-38167,76611,-23817,-37475,76076,-24503,-37229,75208,-24960,-37247,74753,-25086,-37500,74077,-25229,-37874,73561,-25406,-38093,73478,-25654,-38356,73030,-25572,-38773,72635,-25399,-39460,72188,-25893,-39144,72570,-25953,-39559,72654,-26129,-38757,73242,-25981,-38825,72654,-25795,-35904,81560,-22329,-36432,81215,-22268,-36078,80898,-22667,-36633,81839,-21721,-37200,81684,-20929,-38020,81456,-20384,-39260,80851,-19683,-39749,80382,-19557,-41180,79790,-18696,-41514,80090,-17619,-42058,80148,-16907,-42475,79848,-16839,-43037,79134,-16766,-44260,77583,-16761,-44665,77824,-16008,-45414,77206,-15686,-45688,76847,-15566,-45323,77592,-15334,-45541,77852,-14702,-45758,78027,-14220,-45232,78664,-14452,-43967,80135,-14567,-43689,80643,-14484,-44396,80480,-14127,-43968,81533,-14109,-44547,81330,-13761,-45040,81188,-13620,-45194,80699,-13490,-46080,79740,-13111,-46605,79343,-12942,-47463,78410,-12598,-48441,77497,-12297,-49911,76624,-12110,-49212,77084,-12209,-50970,74975,-11449,-51168,74379,-11289,-52123,73369,-10974,-51887,74251,-11256,-52374,72599,-10732,-53680,71597,-10558,-54047,71044,-10479,-54746,70547,-10583,-54466,71999,-11114,-55117,71127,-11232,-56553,68674,-11260,-56752,67896,-10950,-58020,64666,-11252,-58336,64285,-11615,-59684,62497,-13775,-59902,62049,-14058,-59724,62197,-15237,-59041,63132,-16022,-58464,63980,-16584,-58388,64385,-16309,-57368,66218,-16879,-56961,66754,-17239,-56537,67205,-17718,-56687,67492,-17165,-56223,68161,-17480,-56522,68060,-16944,-55844,69097,-17270,-56082,69316,-16354,-55849,70021,-15778,-56372,69503,-15078,-55890,70430,-14939,-55348,71046,-15735,-54974,71883,-15487,-54556,72196,-16095,-53753,73985,-15065,-54362,73338,-14556,-54617,73194,-13684,-53552,74657,-13544,-53144,74840,-12587,-53608,74375,-12488,-53681,73578,-11553,-54446,72572,-11490,-54243,73162,-11793,-54128,72563,-11190,-53600,72390,-10830,-53089,72896,-10881,-54085,71849,-10800,-53648,73121,-11221,-52246,75088,-11953,-53115,74529,-12021,-52431,75524,-12827,-51446,76424,-13266,-51988,76207,-14064,-51408,76758,-14800,-51300,76807,-15362,-50340,77772,-15707,-50906,77058,-16117,-51234,76501,-16630,-52115,75468,-16497,-52925,74409,-16373,-53530,73504,-16417,-53613,73030,-16919,-54614,71775,-16590,-54151,72035,-17111,-52682,74375,-16951,-52098,74727,-17537,-51580,74852,-18181,-51731,75487,-17231,-49860,77451,-17828,-48941,78412,-17989,-48585,78953,-17763,-47803,79897,-17619,-47333,80447,-17535,-47742,80245,-16882,-46910,81149,-16631,-46820,81268,-16107,-48597,79524,-15201,-49555,78574,-14794,-49638,78444,-14539,-50126,77812,-14061,-50274,77395,-13454,-50785,77289,-14186,-51609,76554,-14037,-49829,78321,-15562,-47563,80316,-17245,-48860,78915,-17245,-49448,78448,-16804,-49637,78381,-16348,-50434,77394,-16673,-50002,77685,-17138,-51085,76362,-17224,-50875,77288,-14504,-49156,78999,-15411,-48874,79245,-15984,-48193,79858,-16546,-48140,79975,-16134,-50108,78060,-14997,-51249,75596,-17879,-49870,74225,-20648,-50935,72307,-20952,-50947,72077,-21098,-51754,71675,-20612,-50179,73530,-20654,-51080,73449,-19927,-50721,73273,-20282,-50819,74092,-19723,-51494,72706,-19890,-51079,74814,-18619,-50082,75243,-19570,-50580,75817,-18577,-50171,75793,-18927,-50293,74797,-19743,-47309,76794,-21406,-46303,77526,-21892,-46536,76795,-22177,-46985,75960,-22122,-47441,76088,-21797,-49479,74072,-20958,-47407,75659,-21898,-47073,75359,-22523,-46881,74946,-22926,-46933,74022,-23302,-47870,73480,-22870,-47491,72585,-23508,-46357,73312,-23932,-45298,74017,-24281,-44169,76311,-24110,-43360,76802,-24354,-42752,77718,-24317,-43444,77594,-24015,-42396,78615,-24144,-43632,78815,-23185,-44915,78191,-22735,-44464,79437,-22283,-44141,80240,-21953,-44986,79954,-21235,-46926,79524,-19480,-46412,80397,-19149,-47914,79278,-18419,-47064,80324,-18275,-49281,77704,-18426,-49983,76907,-18308,-50742,76187,-17998,-50193,75543,-19098,-49477,75874,-19724,-49377,75321,-20340,-49682,76630,-18958,-45644,79755,-20498,-45818,79823,-20282,-45339,80210,-20457,-44191,80977,-21012,-43617,81656,-20972,-42563,82984,-21033,-41211,84015,-21417,-40102,85916,-20606,-39410,86755,-20449,-38558,86887,-21266,-37753,86703,-22158,-37863,86451,-22238,-37725,85968,-22499,-39259,84862,-22117,-39279,85383,-21930,-40077,84928,-21638,-40185,85371,-21091,-39639,84783,-21926,-41001,83059,-22384,-40616,82888,-22825,-40719,82087,-23284,-41565,80994,-23424,-41429,81799,-22971,-41788,82205,-22435,-39368,84000,-22915,-39442,83617,-23143,-37871,84900,-23292,-37539,84771,-23553,-38667,83778,-23513,-37628,84115,-23862,-38476,83424,-23811,-38534,82796,-24079,-39590,81580,-23947,-40253,81246,-23832,-40913,81197,-23695,-39138,83135,-23618,-39883,82870,-23337,-40317,82041,-23557,-39254,86327,-21083,-38595,85421,-22224,-41154,84745,-20713,-41831,83600,-21186,-42190,83901,-20468,-43468,83034,-19911,-43717,83147,-19425,-43975,83191,-18983,-45051,81883,-19215,-46231,80900,-18778,-45450,81385,-19296,-45094,82282,-18576,-43783,84012,-17775,-45432,82572,-16745,-44348,83478,-15993,-44458,83242,-15504,-45271,82138,-14570,-45058,82141,-14342,-45239,81555,-13884,-46841,80064,-13405,-47728,78893,-12856,-48488,78024,-12525,-44785,82809,-15104,-47595,80250,-14569,-47796,80251,-15130,-47339,80736,-15541,-47705,80407,-15720,-45156,82832,-16523,-45143,82815,-16183,-45698,82303,-16947,-44776,83091,-17544,-46408,81583,-17046,-45905,81962,-17506,-45961,81779,-17824,-45944,81563,-18294,-46678,80934,-17977,-44689,82798,-18416,-43669,83902,-18326,-44630,83073,-17989,-47063,80616,-14401,-46910,80565,-14086,-47010,80221,-13692,-45998,81570,-14594,-45915,81278,-14037,-46252,81676,-15325,-46213,81834,-16040,-45780,82194,-15759,-46170,81624,-14994,-45085,82764,-15642,-44551,83358,-17319,-43401,82678,-20421,-44293,81139,-20767,-42000,84530,-19962,-40144,86218,-20202,-42117,84737,-19539,-40538,86404,-19379,-40200,86860,-19128,-40954,86443,-18211,-41615,85927,-17283,-41566,85811,-16455,-43255,84414,-16161,-43162,84367,-15781,-43757,83450,-14859,-42841,83731,-14648,-42085,84562,-15011,-41866,85020,-15345,-40625,86413,-16202,-39761,86814,-16023,-40265,86107,-15594,-40950,85472,-15319,-41217,82712,-15700,-39888,84008,-16091,-39423,83565,-16923,-40588,82279,-16699,-39164,82130,-18493,-39249,81908,-18610,-38291,82876,-19023,-38105,83093,-18914,-38453,83477,-18074,-39104,83021,-17757,-39030,82527,-18433,-37615,83209,-19606,-37523,83524,-19190,-38727,82801,-18417,-37389,82454,-20161,-36589,82297,-20818,-35775,83184,-20778,-34270,83717,-21658,-34329,84070,-21198,-35344,83306,-21025,-36372,82959,-20504,-37433,83146,-19774,-34318,83527,-22113,-34841,83149,-21993,-35315,82750,-21970,-39914,83523,-16425,-40118,82690,-16894,-41821,81126,-16298,-41284,80735,-17313,-42340,81586,-15392,-42333,81787,-15040,-42828,81568,-14754,-43010,81099,-14842,-42813,80608,-15669,-42942,79861,-16329,-43773,79337,-15769,-44717,78925,-14954,-43621,80348,-15048,-43217,80729,-15166,-43492,81217,-14481,-44246,81956,-13924,-43726,82935,-14354,-44806,78411,-15279,-44256,78517,-15888,-43607,78590,-16530,-42468,82362,-14773,-41514,83023,-15138,-41036,83073,-15496,-41947,82309,-15061,-41703,82218,-15534,-42912,82991,-14379,-43241,82977,-14309,-43374,82539,-14194,-43370,81879,-14378,-42543,83583,-14544,-41475,84097,-14882,-41709,84397,-14830,-39828,82441,-17468,-40516,83399,-15937,-40388,83807,-15636,-40546,84262,-15389,-40843,83457,-15434,-39820,84345,-15798,-39011,84775,-16399,-40991,84715,-15001,-40732,85285,-15182,-40048,84995,-15481,-39429,85284,-15784,-40037,85830,-15395,-40135,85488,-15330,-38757,86758,-15792,-39274,86605,-15708,-38843,87135,-15911,-39410,86095,-15582,-38926,85846,-15905,-38426,86687,-15933,-41008,85833,-15720,-42124,83664,-14650,-43304,83614,-14729,-43572,83857,-15295,-44477,82452,-14278,-43751,84136,-16895,-42702,85034,-17181,-43325,84498,-17456,-41994,85607,-17776,-41883,85625,-18267,-41613,85773,-18581,-42452,85192,-16785,-43869,83992,-16476,-40935,85863,-19613,-39326,87457,-19573,-40143,87043,-18735,-38889,88117,-18691,-38935,88104,-18387,-39324,87753,-17636,-39499,87541,-17192,-42380,85073,-16073,-41944,85324,-15883,-41272,86118,-16777,-40495,86835,-17569,-40881,86479,-17110,-40252,87039,-18005,-39845,87333,-18534,-38847,87844,-16607,-38961,87455,-16224,-37871,88477,-16690,-36232,89593,-17040,-35322,90521,-17710,-35311,90630,-18018,-34994,90910,-18371,-34048,91563,-18850,-33137,92154,-19170,-32197,92737,-19497,-32214,92755,-19970,-31272,93292,-20503,-29846,94064,-20743,-29486,94294,-20380,-28965,94539,-20056,-30354,93774,-19606,-32476,92458,-18702,-33386,91894,-18528,-32879,91756,-17873,-32456,91631,-17733,-32339,91467,-17733,-32392,90672,-17781,-32570,90940,-17727,-33895,91476,-18101,-34003,91236,-17782,-34484,90573,-17329,-36737,88962,-16701,-35618,89926,-17112,-35913,89976,-17302,-35950,89353,-16790,-34085,90235,-17216,-33444,90340,-17502,-33304,90880,-17469,-33001,90187,-17651,-34619,89823,-17046,-34602,90235,-17142,-33483,91059,-17490,-33168,89741,-17861,-31022,93441,-19974,-39508,87377,-16597,-42902,84137,-19241,-42872,84503,-18723,-43048,84595,-18164,-42026,85108,-19124,-42132,85229,-18723,-44227,80754,-21254,-43245,81341,-21835,-42705,82392,-21213,-43530,82175,-20802,-41419,83216,-21736,-40961,83744,-21665,-40164,84128,-21984,-40148,84689,-21731,-42163,82854,-21335,-42451,81982,-22030,-43865,79728,-22601,-42963,81067,-22348,-42936,79945,-23175,-43556,79164,-23156,-41020,79448,-24478,-41492,78503,-24609,-39486,78502,-25103,-40009,78599,-25026,-38262,79375,-25230,-43841,79199,-22969,-45645,74417,-23964,-44917,74607,-24306,-45614,73341,-24210,-48021,75185,-21601,-48239,74395,-22087,-49791,73295,-21374,-50196,72392,-21560,-49501,73851,-21166,-48782,74607,-21286,-49189,73493,-21803,-47752,74505,-22459,-48479,73467,-22404,-52946,73465,-11115,-59527,63034,-14404,-59117,63852,-14683,-59499,62878,-14966,-59266,62331,-12345,-60210,60952,-13486,-60639,60132,-13802,-60646,60224,-14299,-60470,60673,-14752,-60583,60216,-15085,-60704,59472,-15364,-60877,59558,-14571,-60167,60262,-12550,-59842,61972,-13637,-60084,61703,-14479,-60203,61247,-14977,-59919,61629,-15373,-59455,62112,-16052,-60091,60919,-15664,-59479,61186,-16795,-59108,62336,-16659,-58884,62412,-17080,-58208,63211,-17768,-58311,63643,-17261,-57951,63985,-17674,-57439,64910,-17864,-56892,66424,-17599,-56277,67103,-18218,-55985,68224,-17859,-55435,68991,-18076,-54836,69452,-18552,-54021,69308,-19711,-55031,68871,-18765,-55781,68032,-18283,-56414,66579,-18350,-56820,65949,-18128,-57688,64933,-17401,-58059,64494,-17033,-58537,63507,-16894,-58699,61741,-17890,-58521,61616,-18245,-59026,60386,-18172,-59390,59455,-18085,-60112,60303,-16113,-59155,61556,-17178,-59472,60708,-17135,-58749,62227,-17482,-60445,60220,-15431,-60547,59392,-15775,-60136,59071,-16839,-58971,59862,-18577,-59260,58022,-19046,-58856,58004,-19605,-58860,57154,-19893,-58214,56701,-20759,-59624,56495,-19088,-59506,58098,-18637,-60258,57442,-17584,-59671,58506,-18129,-59947,56547,-18568,-59503,62620,-13273,-55920,69989,-11439,-55698,70096,-11190,-56036,69067,-10862,-55123,70483,-10815,-52995,71957,-10586,-51665,73599,-11078,-47515,76306,-13018,-47313,76372,-13281,-46434,77299,-13920,-47064,76961,-13170,-47818,76332,-12837,-48573,75428,-12529,-49187,75265,-12313,-48268,76325,-12686,-47652,76915,-12929,-47051,77782,-13112,-46572,78136,-13323,-46100,78022,-13525,-45652,78612,-13689,-45466,79265,-13712,-45025,79272,-13978,-44286,80034,-14263,-44951,79868,-13895,-45538,79785,-13482,-46004,78732,-13501,-46618,78797,-13076,-47210,78748,-12712,-48618,77293,-12237,-45180,78850,-14099,-44528,79474,-14750,-44892,79018,-14451,-44756,79373,-14216,-46554,77497,-13368,-46173,77149,-14453,-46933,76119,-14357,-47424,75901,-13857,-47572,75112,-14399,-47807,74453,-14844,-47338,74962,-14992,-46663,75033,-15871,-45402,76067,-16742,-45576,76340,-16293,-46112,75339,-16325,-46128,76312,-15535,-46916,75219,-15359,-46895,75658,-14918,-46010,77856,-13779,-47134,76525,-13669,-47909,77994,-12436,-47392,78834,-12718,-46793,79458,-12933,-43710,76898,-18272,-43015,76729,-19195,-43046,76301,-19430,-43986,75780,-18755,-43698,75537,-19733,-43016,75421,-20189,-42767,74814,-20626,-42131,74715,-21214,-41595,75283,-21346,-40370,75698,-22280,-40898,73436,-22987,-40768,72842,-23409,-40318,72623,-23849,-39895,72572,-24247,-39133,72505,-25047,-40087,71630,-25543,-40546,72197,-26252,-39778,73872,-26196,-39893,74442,-26082,-41087,74556,-25853,-40539,74711,-25927,-41200,75522,-25438,-42185,75107,-25267,-41595,75020,-25533,-43200,74012,-25319,-43820,72823,-25418,-44054,73558,-25077,-43025,74545,-25149,-42201,74159,-25646,-42017,73139,-25956,-42358,72063,-26005,-42654,71148,-26003,-43464,70258,-25820,-43901,69348,-25091,-43401,69535,-24969,-42996,70022,-24223,-44007,69408,-23550,-44655,69241,-22716,-45149,68386,-22927,-45756,68034,-23223,-46438,67755,-23346,-49230,67444,-23555,-50067,66973,-23171,-50893,66863,-22962,-49880,66030,-23432,-49525,65486,-23830,-46321,65322,-23576,-46318,65709,-22501,-47123,65897,-22995,-46837,65951,-22719,-47048,66313,-22763,-47863,66184,-23154,-48327,66526,-23229,-47230,67621,-23641,-47735,67105,-23383,-47894,67704,-23912,-48251,67203,-23527,-48890,66945,-23355,-48909,66510,-23229,-48432,66247,-23318,-47783,65933,-23639,-47676,65649,-23920,-47106,65722,-23537,-46396,68197,-24148,-45667,68221,-23618,-45118,68484,-23329,-45006,68635,-24071,-44060,69212,-23891,-43769,69340,-24318,-44239,69039,-24374,-41510,70709,-25324,-41721,71607,-23678,-40692,71984,-24200,-39707,72318,-24640,-43436,70585,-22864,-43201,70092,-23747,-43714,70271,-22854,-44688,68776,-22450,-44657,69257,-22416,-44942,68694,-23082,-40155,71810,-24985,-41589,70864,-24820,-41676,71043,-24361,-41307,74935,-21801,-44114,74008,-19980,-44636,72929,-20029,-45545,73249,-19191,-47747,71515,-18215,-48108,71293,-17709,-48094,70559,-18382,-48850,70095,-17912,-48162,70095,-18481,-47954,69633,-18621,-47579,70008,-18773,-47394,72157,-17886,-46928,73357,-17264,-45696,74460,-17892,-46424,74755,-16741,-47221,73973,-16438,-47898,73291,-16234,-48698,72691,-15303,-49415,71940,-15032,-49576,72101,-14194,-49238,72871,-14187,-49478,72479,-14024,-49326,72265,-13758,-48985,72481,-13064,-48874,72678,-12393,-49126,72271,-12516,-48963,72185,-13149,-49421,71685,-13033,-49062,72018,-13377,-49529,71584,-13483,-49712,71373,-13983,-49422,71849,-13887,-46988,72808,-17960,-47123,72108,-18485,-46464,73499,-17871,-45814,74007,-18258,-44237,74808,-19637,-43537,74193,-20325,-43888,75508,-19310,-44226,76409,-18010,-44059,75237,-19550,-44830,74494,-19240,-46782,72481,-18464,-46019,72872,-18878,-45524,73622,-18963,-46346,73149,-18398,-45164,72808,-19620,-45120,72175,-19943,-44501,71589,-20786,-44843,71171,-20317,-44034,70364,-20337,-44555,70024,-20129,-45338,70189,-19747,-44392,69406,-20452,-44428,69034,-20389,-44116,68439,-21857,-44315,67625,-21551,-44382,67121,-21239,-44789,66742,-21159,-45373,66212,-21723,-45858,65375,-22749,-45647,65193,-21897,-45009,64788,-22010,-44370,64079,-22785,-44186,63665,-22698,-44572,63841,-23310,-44471,63207,-23293,-44385,62633,-23018,-44698,62121,-23210,-45117,61879,-23401,-47141,60567,-23360,-47126,59965,-23399,-47018,59702,-23164,-46632,58981,-23396,-47135,58333,-23393,-47603,57877,-23326,-46962,57735,-23779,-47450,57311,-23774,-48426,57608,-23038,-48230,58311,-22869,-48542,58720,-22627,-47835,58818,-22944,-47968,59961,-22626,-47176,60486,-22955,-46436,60815,-22829,-45636,61288,-23190,-45812,61123,-22939,-45308,61878,-22669,-45282,61500,-22813,-44230,63168,-22497,-44227,63606,-22279,-44390,63076,-22378,-44593,62536,-22599,-45267,62767,-22171,-46253,62083,-22214,-46871,61573,-22244,-47119,61186,-22212,-46986,60852,-22531,-45946,61350,-22628,-47157,60558,-22618,-45828,61703,-22610,-45043,61617,-22967,-46689,60828,-23471,-47734,59424,-22894,-47411,60092,-22925,-48945,57346,-22957,-49653,57594,-22354,-51088,58531,-21098,-51497,58306,-20887,-50833,58231,-21375,-51427,57508,-21281,-49816,56518,-22766,-49079,56117,-23394,-49391,55848,-23388,-49721,55677,-23436,-50411,56867,-22269,-50377,56145,-22582,-48595,56795,-23456,-49176,57085,-22912,-48532,56271,-23817,-44738,62809,-23487,-44807,63415,-23619,-45365,63436,-24001,-45752,63619,-24190,-47462,62658,-24612,-49834,61944,-24596,-49899,62637,-24508,-49258,63306,-24500,-48344,64272,-24416,-48440,65231,-24115,-47606,63934,-24564,-47793,63034,-24631,-46358,63804,-24382,-46814,65354,-23889,-46360,64713,-24115,-45379,64541,-23731,-45316,64795,-23382,-45461,64164,-23974,-48183,63676,-24563,-49285,62718,-24575,-48274,63294,-24602,-46533,64375,-24291,-47088,63810,-24545,-47236,64903,-24275,-47729,64981,-24269,-45386,62659,-23897,-44206,63190,-22738,-44552,62278,-22899,-46046,64443,-21586,-46502,64760,-21272,-45897,66108,-20834,-44998,66446,-21392,-45847,64967,-21660,-46183,65769,-22054,-46024,65591,-21803,-46282,65568,-21363,-46077,65199,-21359,-46459,66061,-22405,-46098,66062,-22155,-45060,67147,-22362,-46260,67113,-22912,-46679,67446,-23209,-44921,66601,-21769,-46499,66257,-22545,-45464,66437,-22190,-44923,66819,-22030,-44417,68425,-22320,-45050,68094,-22719,-43821,69727,-20587,-43503,73492,-20756,-43246,72566,-21687,-42798,72743,-22180,-44381,70876,-21464,-44558,71255,-20843,-42091,74224,-21572,-41372,73925,-22508,-42263,73117,-22367,-42169,72381,-22759,-42825,71809,-22549,-43163,71609,-22388,-44276,70708,-21781,-43642,71305,-22131,-44123,71185,-21639,-43595,72176,-21666,-44458,70107,-21894,-44474,69780,-22375,-44348,69484,-21965,-43936,69330,-21706,-43807,69221,-21541,-43617,70041,-20776,-43576,69689,-21033,-43764,69302,-20888,-43657,69941,-21266,-43677,70368,-20908,-44384,70667,-20308,-44453,70963,-20738,-44320,70740,-21279,-42901,70924,-23102,-43358,72138,-22069,-41515,72041,-23427,-42197,71156,-23581,-42041,71874,-23141,-41550,73080,-22762,-39911,74601,-23027,-40149,75236,-22691,-39962,75378,-22749,-37871,75683,-23435,-37256,76176,-23895,-37042,75799,-23933,-37234,74971,-24265,-37985,74249,-24306,-39032,73465,-24088,-39115,73173,-24230,-39009,74130,-23749,-39761,74228,-23255,-40130,73270,-23533,-37475,74438,-24568,-37039,75052,-24563,-37752,73713,-25082,-37300,74423,-24810,-38020,73765,-24592,-38730,73144,-24617,-40353,71860,-26123,-40182,71619,-25836,-39353,72147,-25657,-38346,73156,-25079,-37848,76429,-24313,-37628,76442,-23613,-37362,76177,-23651,-37942,76124,-23331,-38042,76352,-23306,-38669,76111,-23122,-38571,75822,-23171,-36979,75713,-24171,-37535,75102,-23934,-41372,74528,-22078,-40930,74343,-22611,-36864,81739,-21239,-35844,82380,-21866,-37409,81889,-20485,-38344,81771,-19870,-38510,82186,-19502,-38492,82534,-19104,-38443,82394,-19410,-39324,81513,-19219,-41142,80211,-18134,-36600,81986,-21098,-35339,82909,-21456,-36109,82221,-21420,-35988,82429,-21288,-35154,80947,-23223,-35384,80322,-23573,-36688,78769,-24311,-35969,80454,-22916,-36207,79566,-23484,-36291,79863,-23119,-37283,79945,-22374,-37683,80478,-21882,-38645,78609,-22185,-38440,79169,-21966,-38084,78160,-22852,-38785,78267,-22213,-39766,77223,-21919,-40462,76691,-21558,-40940,76462,-21287,-41027,75813,-21508,-41432,76010,-21055,-43297,75859,-19882,-42400,75757,-20465,-42280,75200,-20878,-37401,81289,-20990,-38302,80919,-20459,-38125,79907,-21874,-37334,79403,-22711,-37287,79041,-22944,-37606,78359,-23188,-37230,78443,-23534,-35973,79565,-23752,-36642,79129,-23424,-38129,77694,-23292,-38475,77099,-23656,-37966,77651,-23656,-37981,77563,-24038,-37077,78390,-24189,-36784,78717,-23840,-36293,85013,-18886,-37910,84260,-17862,-36863,85007,-18251,-36404,85776,-17977,-36708,86857,-17071,-35965,87474,-17232,-34971,87440,-17917,-34745,87061,-18331,-32837,88632,-18644,-34718,88245,-17678,-34038,89040,-17692,-35786,87263,-17494,-35679,86697,-17848,-35111,86457,-18516,-34547,86548,-18969,-34281,86286,-19587,-33504,86367,-20390,-32426,86591,-20860,-31917,86291,-21358,-31476,86956,-21201,-30929,87150,-21388,-30106,87403,-21822,-29396,87724,-22684,-34373,86950,-18801,-33350,86694,-20042,-32982,86650,-20505,-32240,87331,-20524,-32947,87086,-19948,-31635,87621,-20822,-30915,88250,-20801,-30198,88681,-20950,-29600,88935,-21163,-30035,89885,-19789,-30155,89478,-20002,-31279,90148,-18690,-31126,91271,-18327,-29240,89669,-20559,-29230,89959,-20343,-31009,90668,-18572,-29748,90398,-19521,-30342,90162,-19300,-28655,89454,-21344,-29577,88318,-21501,-29825,87906,-21635,-29607,87837,-21909,-30628,87597,-21309,-32275,87116,-20706,-33890,86493,-19684,-37622,83695,-18850,-36663,84349,-19210,-33448,88894,-18099,-33984,87869,-18323,-34536,87764,-18001,-32032,91317,-17894,-31587,91997,-17942,-30727,91798,-18232,-32316,89971,-18198,-33046,89468,-18048,-30927,89806,-19136,-32126,88951,-18934,-30829,88539,-20341,-30011,89203,-20475,-31088,89098,-19595,-31698,88067,-20129,-31399,88527,-19885,-31210,92667,-18190,-30137,93272,-18422,-29449,93251,-18437,-27623,93468,-19109,-24043,96527,-20750,-23604,96534,-20814,-22749,95955,-20896,-22664,95714,-20677,-23499,95056,-20161,-24565,94540,-19989,-24274,95166,-19800,-25237,95013,-19508,-24704,95619,-19453,-24060,95999,-19666,-24776,95978,-19652,-23803,96420,-20140,-23340,96345,-20223,-22967,95882,-20191,-23332,95909,-19914,-23824,95808,-19685,-23477,96159,-19936,-24488,96347,-20176,-22997,96226,-20422,-25627,95292,-19276,-26628,94899,-19056,-27022,94308,-18989,-25699,95509,-19359,-25580,95880,-19798,-26525,95241,-19277,-27787,94961,-19549,-27264,94797,-19030,-27176,95085,-19352,-27725,94627,-18980,-28643,93961,-18661,-28462,93488,-18677,-29818,93726,-18778,-27559,94324,-18849,-28074,94130,-18737,-27806,93795,-18843,-29228,93877,-18708,-25585,96018,-20215,-27155,95391,-20591,-27327,95271,-20080,-24963,95967,-21909,-24262,92498,-21618,-24246,92655,-21378,-24091,93497,-20785,-23231,94048,-20969,-24133,92636,-22016,-25476,91371,-22869,-25305,91941,-23086,-26209,92030,-23213,-26381,92180,-23242,-27049,92208,-23372,-27708,92003,-23418,-28347,91761,-23416,-28028,92517,-23246,-27134,93250,-23122,-26418,94321,-22798,-25569,95275,-22427,-24197,95860,-22225,-25280,91517,-21854,-25277,91500,-22563,-27018,90420,-23465,-27818,89265,-23288,-26709,90166,-22324,-26184,90681,-22049,-26002,91028,-21644,-26076,91552,-21229,-26858,91815,-20425,-27367,89905,-21718,-27941,90317,-21122,-28746,88373,-22441,-26792,90244,-21828,-28090,89301,-21773,-26407,91709,-20801,-25528,92736,-20587,-25579,93793,-19920,-25096,93384,-20337,-24642,92867,-20950,-25165,92303,-21116,-26798,90160,-23170,-29034,90922,-23413,-29103,91070,-23382,-27888,91403,-23395,-27355,91134,-23581,-32302,89958,-23145,-31586,89839,-23197,-30814,90084,-23345,-31207,89422,-23656,-32328,88262,-23921,-34098,86882,-23997,-33513,87447,-23945,-34734,87536,-23430,-34009,87560,-23756,-32387,88616,-23741,-33774,88071,-23543,-34569,88181,-22937,-32644,88736,-23566,-35330,87856,-22746,-35547,88169,-22640,-30739,89416,-23788,-36910,86641,-22568,-35418,87416,-23054,-36477,85989,-23448,-35325,86725,-23660,-34501,86225,-24103,-35003,85178,-24269,-34859,84973,-24297,-33706,85881,-24200,-34119,85157,-24204,-32984,85429,-24002,-32714,85364,-23860,-33028,84468,-23399,-32481,84922,-22620,-33271,85510,-21017,-32460,85629,-21520,-32822,86042,-20903,-32590,85338,-21629,-34571,85594,-20154,-34053,85808,-20340,-32905,84820,-21986,-33081,84134,-23003,-33220,84519,-23633,-33018,84387,-22839,-33498,84596,-23832,-34043,84505,-24008,-34885,84610,-24289,-33976,84818,-24104,-33235,84028,-22697,-32890,83274,-23087,-33586,83783,-22407,-33213,87222,-24073,-33840,86401,-24152,-32838,86588,-24204,-31819,86694,-24052,-30206,87471,-23752,-30319,86914,-23380,-32272,87423,-24153,-31278,88563,-23984,-31107,88180,-24089,-30307,88511,-24020,-29516,89119,-23923,-30668,87593,-23982,-30846,87830,-24077,-31542,87404,-24152,-29514,90587,-23463,-33692,86168,-24187,-32459,86482,-24147,-33290,85841,-24160,-35897,84604,-24261,-32828,83534,-23091,-33192,83686,-24162,-33685,82924,-24861,-34138,83431,-24857,-34551,83073,-25067,-35336,81787,-25264,-34530,83432,-24868,-33980,83862,-24463,-33568,83744,-24428,-32881,83590,-23682,-39146,77085,-24663,-38319,76604,-24365,-38763,76775,-24509,-39249,76218,-25372,-38048,75105,-25600,-37740,75798,-24979,-38602,75824,-25446,-38610,76375,-25012,-38814,77201,-24547,-38507,77570,-24687,-37990,78476,-25023,-37753,78192,-24735,-36393,79734,-24994,-33965,81629,-24125,-33770,81906,-23730,-34439,81496,-23350,-33215,83492,-22728,-33301,82726,-23316,-34380,81906,-23161,-37015,79037,-24912,-38611,78194,-25071,-39697,77378,-24930,-47912,71807,-23354,-49079,71112,-22842,-49677,69804,-23080,-53304,65978,-21699,-50979,65754,-23267,-52255,63858,-23381,-52595,62252,-23672,-52195,64899,-23098,-52913,65037,-22586,-51828,65538,-23001,-53996,65987,-21105,-53979,67218,-20858,-51302,58875,-24930,-50361,59345,-25184,-50515,60135,-24929,-49913,60071,-25054,-49594,61401,-24557,-49020,61212,-24557,-48351,60801,-24383,-47575,59992,-24404,-47112,59709,-24073,-46891,59045,-24455,-47478,59181,-24878,-47687,58584,-25137,-48247,58735,-25382,-50061,59608,-25178,-50403,58500,-25282,-49801,58715,-25393,-49115,58524,-25472,-48799,57952,-25477,-49174,59064,-25395,-46908,58519,-24652,-46450,58736,-23834,-46651,59237,-23584,-47460,60704,-23761,-46508,61327,-23796,-45822,61628,-23663,-45887,62950,-24223,-47263,60246,-23246,-46519,58396,-23738,-46670,57881,-24065,-47103,57983,-24753,-46528,58424,-24209,-46800,57848,-24411,-47022,57391,-24299,-47222,57168,-24063,-48061,56624,-23934,-47589,60511,-23867,-48276,61022,-24281,-48764,61472,-24573,-49375,61799,-24618,-47825,60881,-24035,-47401,59523,-24639,-51308,60571,-24585,-50676,61485,-24407,-51424,61641,-24181,-51530,62080,-24167,-50581,62982,-24255,-50625,62002,-24438,-48398,57717,-25387,-50420,55058,-22763,-50562,54282,-22675,-49750,53253,-23141,-49489,53607,-23661,-50014,52515,-23874,-50373,52971,-24334,-51748,53035,-24630,-52367,54713,-24790,-52485,54156,-24763,-52723,55268,-24641,-51949,55685,-24762,-51293,53548,-24734,-50796,53680,-24642,-50409,53951,-24537,-51091,54342,-24783,-51520,55370,-24821,-51861,54686,-24876,-49763,52950,-23989,-49945,53927,-24159,-50033,54782,-24116,-50699,55240,-24524,-49862,55654,-23891,-49925,55322,-23735,-49581,54645,-23574,-49561,54171,-23677,-49518,54142,-23443,-49657,54786,-23291,-49903,54161,-23092,-49634,53751,-23292,-50447,54603,-22708,-49806,55233,-23511,-50320,54552,-24414,-50371,55429,-24196,-50098,55816,-24241,-50644,56058,-24553,-49586,56124,-24684,-49037,56324,-24796,-48298,56533,-24717,-48637,56940,-25220,-48132,57197,-25180,-49838,56576,-25059,-49364,56501,-25019,-51673,56324,-24617,-52052,56491,-24535,-51264,55971,-24637,-51109,56232,-24653,-50391,55715,-24240,-49048,55989,-24246,-48083,56484,-24316,-47721,56979,-24776,-50519,55409,-22645,-49861,55168,-23039,-49856,55515,-23204,-50775,56074,-22424,-51116,54980,-22298,-51503,54180,-22241,-50970,53139,-22527,-51021,51846,-22647,-51277,51408,-22282,-50802,51107,-21899,-50589,50426,-21600,-50920,49326,-21854,-51031,49907,-22777,-51819,50681,-23221,-52083,51022,-23358,-52725,50975,-23747,-52932,51426,-23816,-52956,52308,-24206,-52404,52706,-24477,-50681,52245,-23943,-51252,51676,-23395,-51454,51500,-23059,-50109,52268,-22987,-49848,52379,-23420,-49498,52762,-23483,-49710,52541,-23201,-50104,52620,-22954,-51043,52598,-22538,-50611,53649,-22710,-50023,52952,-23045,-49479,53203,-23389,-52808,52021,-24084,-52770,51750,-23911,-51770,52049,-24009,-51490,51869,-23796,-50826,50177,-22319,-50663,49451,-22387,-50610,49158,-22190,-50989,49933,-21822,-50945,50453,-22003,-51043,50877,-22131,-51574,51174,-22909,-51099,50768,-22406,-51281,51580,-22515,-52168,51530,-23561,-51776,51394,-23241,-51640,55459,-21915,-52239,58949,-20046,-54925,63327,-15234,-55315,63692,-14652,-55041,62530,-15496,-54670,61747,-16249,-54299,62692,-16084,-54254,63480,-15730,-53009,63906,-16621,-52798,63354,-16726,-52151,62328,-17737,-52505,61856,-18442,-52636,61495,-18510,-52250,62609,-18798,-52490,63156,-18598,-52453,62478,-18416,-52531,63478,-18186,-52580,63426,-18025,-52690,64074,-17484,-52506,64252,-17668,-52445,63795,-17046,-53939,63696,-15949,-52333,63642,-17304,-52120,62955,-17545,-52449,62966,-18018,-52413,62269,-18262,-53554,62912,-16468,-52618,61839,-17518,-53488,61467,-17207,-53553,61935,-16894,-53938,63352,-16082,-55649,62745,-14620,-55568,61188,-15712,-56347,59555,-15606,-55198,58725,-16841,-54340,58196,-17417,-54160,58063,-17630,-54435,58017,-18143,-54116,58431,-18358,-53921,58003,-18731,-52366,58195,-20184,-52159,56994,-21144,-52065,56013,-21531,-52049,54721,-21814,-52679,54961,-21306,-53092,55142,-20622,-52383,55371,-21412,-52162,56741,-21352,-55553,59879,-16263,-54425,60410,-17100,-55198,59590,-16637,-55463,63607,-14389,-55768,62729,-14202,-55962,62113,-14443,-56081,61964,-14235,-56500,60933,-14503,-56474,61279,-13497,-56226,62086,-13071,-56554,61473,-12865,-57473,60400,-12163,-57393,61205,-11962,-57922,60915,-11705,-58320,59032,-11599,-58259,59562,-11633,-58072,58909,-11955,-57313,60017,-12618,-58816,59192,-11317,-58837,58256,-11132,-58784,57904,-11212,-59412,57319,-10576,-60022,58013,-10487,-60800,58053,-10572,-61099,58277,-11030,-61708,58247,-10602,-61558,58090,-10005,-61301,58554,-8745,-61548,58871,-9056,-60935,58987,-8772,-61069,59601,-8884,-61222,59761,-8999,-60887,61347,-8884,-60304,60811,-8654,-60866,60129,-8730,-60908,58317,-8079,-61136,57685,-8329,-61003,57253,-8679,-60312,55888,-8758,-59543,55740,-8228,-59974,56092,-8472,-59288,55004,-8566,-60408,55945,-8984,-60143,55852,-9717,-60757,56498,-8420,-60777,57351,-9630,-60519,57683,-10178,-61194,57904,-10042,-60872,57209,-9228,-60570,56592,-9155,-61336,57804,-9550,-61228,57673,-8635,-61641,58095,-9225,-60375,57228,-9982,-60685,60736,-8845,-60598,58766,-8278,-61590,58297,-11557,-62006,58318,-10430,-62108,58427,-9798,-62574,58827,-9279,-62237,59035,-8984,-61701,58774,-9133,-61781,59402,-8928,-61962,58517,-9388,-62708,58930,-10025,-62695,59118,-9404,-62259,60018,-9353,-62392,59403,-9081,-61241,60271,-9048,-61132,61755,-9013,-61065,62276,-9047,-60770,63382,-9107,-60385,64192,-8597,-60877,63878,-8790,-61117,63671,-9010,-61535,64642,-8437,-61398,64762,-8143,-61105,64588,-8145,-60695,64790,-8028,-59673,64028,-8808,-59195,64295,-8477,-59004,64269,-8251,-59028,63623,-7731,-59891,62449,-9147,-60125,62187,-9023,-61025,63189,-9220,-60895,61963,-8838,-60868,62250,-9001,-60694,62075,-8478,-59715,62171,-8775,-58971,64175,-7774,-58899,63594,-8446,-58958,63719,-8709,-59261,63761,-8837,-59990,63731,-9024,-60787,62697,-9130,-59989,62944,-9166,-60301,63150,-9106,-60456,62412,-9218,-61092,64997,-7907,-59270,64699,-7917,-59204,64702,-7529,-59186,64256,-7135,-59154,62580,-8292,-59681,62361,-7857,-60912,62007,-7584,-60562,61108,-6986,-60776,61491,-7288,-59844,60402,-6823,-59278,59879,-6591,-58672,59585,-6386,-58030,59175,-5825,-57377,58943,-5438,-59987,60310,-6326,-59549,60070,-6063,-60454,60354,-5296,-60840,61740,-7686,-59926,60994,-7747,-60139,61046,-8406,-60666,61649,-8429,-59691,60403,-7649,-59953,60821,-8204,-60386,60336,-8465,-60820,59405,-8410,-59467,59543,-7321,-59221,59480,-7015,-58721,58430,-6495,-58522,57979,-6379,-59079,56926,-7128,-59018,56342,-7524,-59385,56281,-7722,-59784,56376,-8000,-59288,57356,-6800,-59144,57628,-6553,-59749,59055,-7593,-60047,57898,-7132,-60143,58302,-7485,-59272,57944,-6630,-59547,56924,-7390,-59231,58997,-7070,-59594,58835,-7309,-59718,60668,-7385,-59405,59831,-7142,-60905,62150,-7206,-61155,62382,-6815,-61810,62886,-6151,-61179,63686,-5865,-59946,63985,-6213,-59206,63250,-7503,-59484,63038,-7244,-59749,63206,-6837,-60041,62553,-7291,-60749,62983,-6461,-60791,63462,-6072,-60253,62842,-6835,-60053,63703,-6225,-59540,63901,-6633,-59631,64459,-6613,-60313,65528,-7158,-60722,65811,-7225,-60538,66248,-7561,-60429,66482,-7826,-60656,66205,-6976,-60166,65228,-6809,-60472,65097,-6426,-60012,64296,-6217,-60502,63972,-5938,-60816,65407,-7575,-60544,65197,-7668,-59972,65142,-7117,-59619,64997,-7319,-60140,65055,-7713,-59416,64672,-6984,-61425,61684,-6601,-61454,62035,-6712,-61118,61826,-7181,-59182,62624,-8783,-59427,62334,-8382,-59849,62205,-8082,-60574,62092,-7698,-60836,62024,-8203,-59804,64527,-8196,-61294,63896,-8966,-61256,64135,-8609,-60639,58527,-11256,-61818,58270,-12029,-62515,58000,-12154,-63320,57620,-12400,-63511,57773,-12007,-62856,58052,-11651,-63543,58156,-11503,-63092,58499,-11079,-62849,59796,-10940,-62271,60559,-10476,-62551,58200,-11370,-63967,54596,-13307,-64544,54789,-12813,-65035,55254,-12492,-65761,55831,-12091,-65784,56402,-12114,-65903,56866,-12137,-66040,57307,-12043,-65854,57967,-11596,-66328,57687,-11806,-65374,56531,-12275,-65461,55383,-12247,-65307,54856,-11939,-64985,54626,-12355,-64850,55617,-12804,-64080,56518,-13370,-63840,56968,-13241,-63666,57318,-12814,-66018,53642,-11087,-67938,52739,-11110,-67617,53455,-11204,-67399,53748,-11212,-67694,53754,-11138,-67533,53109,-11018,-67603,54985,-12371,-67239,55072,-12226,-66997,55610,-12386,-66507,55538,-11950,-67715,54221,-12349,-67986,55095,-12346,-68558,54815,-12378,-66975,56860,-12957,-68190,56419,-13404,-68099,56222,-13305,-68686,56205,-13370,-68496,55902,-13215,-68819,55969,-13162,-67391,56346,-12754,-67019,55983,-12895,-66626,55939,-12424,-66662,56536,-12644,-67288,56444,-13128,-67237,55753,-12491,-69082,56586,-12683,-66907,57129,-12510,-67130,57662,-12195,-67335,58133,-11913,-66949,58605,-11360,-67558,58624,-11731,-67409,56814,-13211,-67247,57198,-12694,-66751,57739,-11924,-66160,60670,-10762,-66318,61202,-10985,-82098,61868,-19768,-80907,61154,-19236,-81525,61115,-19599,-83393,63526,-20077,-87080,66183,-20354,-87069,65473,-20525,-87472,65180,-20566,-88211,65931,-20452,-88412,65294,-20511,-88335,64525,-20545,-88769,63551,-20423,-87704,63146,-20535,-85973,63371,-20702,-84458,63194,-20474,-85019,64104,-20509,-85264,63276,-20628,-85596,64665,-20559,-86108,65114,-20549,-85334,64933,-20471,-86233,63774,-20667,-86580,64817,-20611,-87279,64505,-20619,-87492,63476,-20622,-87943,66452,-20350,-89053,67226,-20422,-89472,67288,-20295,-89789,67653,-20436,-90326,68020,-20876,-91305,68289,-20688,-90814,68006,-20184,-91491,68248,-20126,-91559,68325,-19654,-91439,68219,-19443,-91032,67798,-19650,-90346,67638,-20054,-90588,67256,-20036,-92374,67020,-19324,-92269,67693,-18907,-93647,66415,-18553,-93990,66438,-17762,-92776,66730,-17493,-91454,66549,-17390,-90379,66631,-17254,-90784,67803,-17637,-90376,68153,-17594,-91723,68048,-17945,-92378,67479,-17686,-91937,67522,-19312,-91395,67263,-19733,-91511,67891,-19274,-93078,67463,-18238,-93755,66959,-17828,-93732,66940,-18062,-94155,66408,-17916,-93454,66801,-18571,-92981,67183,-17685,-93091,67465,-17928,-92386,67106,-17588,-91795,67197,-17510,-92668,67717,-18003,-90764,67901,-19935,-89149,67961,-21034,-89779,68071,-21094,-90786,68486,-21233,-91155,68343,-20968,-92954,68885,-20868,-92287,68778,-21110,-91503,68913,-21481,-90761,68945,-21493,-91988,69478,-21721,-92722,69447,-21637,-92334,69044,-21418,-92768,68762,-20074,-93044,69074,-19570,-93133,68880,-20506,-92437,68939,-19306,-91396,68992,-18581,-90923,69234,-18145,-90515,69529,-17833,-92667,69368,-19102,-92132,69556,-18772,-93865,69556,-19528,-92626,68759,-19800,-91660,68897,-18831,-91742,68604,-19275,-91504,68626,-18786,-91227,68504,-18271,-91548,68358,-18183,-91605,68327,-19011,-91627,68347,-18583,-89458,67638,-20692,-89139,67620,-20798,-87418,66895,-20588,-86069,66378,-20347,-88241,67261,-20747,-93297,70791,-19233,-94380,71241,-19582,-93118,71608,-18928,-93802,72294,-19086,-94653,72077,-19749,-95110,72879,-19605,-95300,73777,-19307,-95760,74735,-19261,-95311,74881,-19094,-96596,74674,-19653,-97480,74504,-20057,-96057,74305,-19535,-96668,74149,-19940,-94981,73359,-19331,-95827,72841,-20060,-96193,73684,-19835,-96903,73473,-20451,-95511,73287,-19707,-95098,72042,-19996,-95590,72213,-20375,-95422,72386,-20868,-95456,72669,-20959,-94667,72682,-21465,-94802,72388,-21515,-95294,71934,-21607,-95764,71654,-21291,-96303,71145,-20606,-95231,70927,-21690,-93749,70408,-21907,-93975,69623,-21344,-95156,70241,-21259,-95572,70530,-21156,-96056,70616,-20719,-95993,70301,-20298,-95728,70272,-20038,-95567,71502,-20007,-95725,71179,-21444,-95223,71547,-21740,-93818,71391,-21979,-94045,70889,-21982,-92770,71068,-21922,-95498,72190,-20889,-95448,72055,-21356,-95960,71868,-20596,-96152,71574,-20200,-95076,72273,-19977,-95723,72543,-20280,-96016,72976,-20963,-95776,72568,-20422,-96783,73306,-20558,-93932,72914,-18913,-94379,73512,-18996,-94704,74455,-18932,-95486,75888,-19178,-94925,76136,-18971,-93995,75993,-18400,-94195,75634,-18659,-93170,74705,-18200,-94161,75060,-18647,-93367,73051,-18623,-93732,75727,-18289,-93781,76848,-18022,-94252,76761,-18371,-95032,76636,-18818,-92592,75405,-17549,-92557,76327,-17002,-92324,76235,-16692,-91655,76496,-15967,-91593,76073,-16073,-91440,74720,-16887,-90163,73910,-15998,-89347,73687,-15204,-89052,73271,-15189,-89177,74134,-14822,-90330,74633,-15522,-90673,74826,-15946,-91239,75663,-15903,-90372,75063,-15459,-90697,75997,-15329,-91393,76966,-15510,-91511,77285,-15396,-92919,77277,-16773,-93472,76953,-17666,-93572,77428,-17344,-92413,77647,-16113,-91225,77450,-15051,-90727,76489,-15099,-90773,76879,-14991,-91069,77404,-14685,-90806,77296,-14345,-92198,76740,-16465,-92891,76866,-17068,-90731,74105,-16541,-90622,74388,-16134,-89274,72209,-16097,-89180,71178,-16558,-91321,75032,-16659,-92012,75172,-17184,-92980,75329,-17843,-95049,74292,-19073,-92684,72381,-18430,-92510,72858,-18191,-91814,72650,-17791,-92510,73140,-18161,-88376,70704,-16246,-87874,70742,-15514,-88424,70063,-14917,-87905,71189,-15454,-87328,72045,-14184,-87207,72788,-13610,-87227,73362,-13236,-86981,73148,-12809,-87972,75005,-11296,-87121,75311,-10408,-86340,75280,-10043,-86621,74567,-10586,-86467,73827,-10976,-86669,73255,-12047,-87374,74093,-12260,-87021,74225,-11224,-86947,73881,-11659,-87575,74464,-11631,-85873,73908,-10289,-85846,73053,-10868,-86182,72800,-11655,-86312,74743,-10278,-87709,75660,-10649,-87767,75075,-10994,-87432,74066,-12721,-91225,78335,-14384,-93110,79567,-15627,-94037,80208,-16471,-94545,80679,-16755,-95716,80885,-17701,-95607,79399,-18480,-95131,78651,-18540,-94141,78360,-17536,-94505,78882,-17627,-92441,78705,-15633,-92184,78720,-15251,-93198,79285,-16099,-93862,79397,-16723,-93941,78765,-17067,-94550,78179,-18289,-92822,78421,-16119,-94849,80329,-17186,-94860,79695,-17527,-96371,80472,-18509,-95970,79840,-18493,-94245,79799,-16848,-96358,79796,-19070,-97044,80368,-19490,-97665,80596,-19876,-98043,81145,-19825,-98066,81415,-19638,-95753,79214,-18784,-96792,80467,-18959,-97566,80992,-19393,-96883,81303,-18535,-97138,82039,-18467,-96703,82541,-17955,-97783,82512,-18855,-97214,82863,-18221,-98091,82818,-18901,-98384,83849,-18718,-98161,83961,-18253,-98097,84833,-17363,-98514,85093,-17659,-99161,85499,-17956,-99352,86156,-17643,-99801,86459,-17954,-99730,87190,-17447,-97703,88171,-15664,-97814,89132,-15676,-98093,89470,-15971,-98488,89494,-15928,-99919,90622,-16682,-100382,90865,-16888,-101055,91160,-17246,-100545,90582,-17080,-100275,89084,-17144,-99876,88526,-17128,-100275,89379,-17071,-101519,90373,-17726,-101794,90853,-17886,-103563,91406,-18827,-103425,90977,-19020,-103452,90425,-19230,-103524,89804,-19397,-103208,89619,-19224,-102038,89039,-18648,-102236,88637,-18895,-101422,88191,-18434,-100079,87574,-17555,-100290,88365,-17497,-100788,89173,-17667,-102496,90694,-18322,-101980,90517,-17995,-101275,89773,-17717,-102541,90466,-18560,-101595,89761,-18078,-101250,88759,-18134,-102240,89530,-18661,-102581,90047,-18739,-101192,87544,-18565,-102128,87120,-19904,-101055,86918,-19030,-101024,86135,-19484,-100150,85442,-19173,-99464,85411,-18426,-99653,85047,-18970,-102876,88372,-19586,-103364,88185,-20165,-103773,88215,-20530,-104297,88235,-21107,-104625,88634,-21139,-106101,89534,-21936,-106698,90011,-22194,-107882,90815,-22723,-108554,90597,-23302,-108014,90100,-23109,-108750,89802,-23940,-108917,89860,-24238,-108945,90016,-24787,-108565,89852,-24896,-109264,90604,-25279,-108785,91370,-25875,-107985,91489,-25613,-107275,91314,-25288,-107451,92019,-25125,-105900,92087,-24528,-105645,91405,-24307,-105861,91277,-24408,-106123,92044,-24640,-109369,91703,-26031,-109318,92032,-26095,-109680,91316,-25739,-111653,92496,-26054,-113253,93871,-26410,-113326,94321,-26797,-111950,93177,-26540,-111944,93580,-26755,-111258,93079,-26588,-110180,92462,-26344,-108346,92057,-25657,-108159,92748,-25360,-107086,92123,-24920,-110910,93085,-26554,-112103,94060,-26877,-111368,94484,-26503,-111036,94883,-26498,-111137,95255,-26522,-111130,95632,-26400,-110330,96291,-25564,-109873,96499,-25043,-107558,95294,-24023,-106908,95346,-23252,-106467,94764,-23409,-106171,94080,-23709,-106374,93805,-24100,-107751,94680,-24693,-108694,95382,-24988,-108202,95437,-24514,-109309,95504,-25373,-109853,95233,-25857,-109570,96735,-24414,-109284,96799,-23851,-108315,96410,-23330,-107965,96143,-23413,-108973,96243,-24465,-107349,95701,-23317,-107490,96034,-22774,-108175,96402,-22536,-108217,96333,-22178,-107192,95755,-21453,-106714,95224,-20644,-107003,95213,-20652,-107235,95070,-20697,-108496,95004,-21429,-108921,96436,-22119,-107859,96004,-21626,-108759,96664,-23118,-109651,94266,-26044,-107933,93686,-25287,-108148,94198,-25239,-110372,93758,-26180,-110069,92904,-26312,-109339,92958,-25907,-108154,93156,-25503,-107657,92833,-25294,-107135,92606,-25088,-109428,93402,-25797,-110536,94248,-26226,-110789,93344,-26521,-108827,93105,-25601,-109839,94672,-26051,-108634,94807,-25276,-110124,94413,-26227,-112371,95450,-26897,-112853,95342,-27035,-113249,95937,-27088,-113681,96280,-27115,-115042,96689,-26903,-115347,97410,-26011,-113413,97683,-24333,-112376,97609,-23937,-112348,97772,-24319,-112073,97625,-25237,-110577,97073,-24892,-110985,96881,-25536,-110854,97281,-24676,-111221,97494,-24005,-110471,97097,-23080,-111774,97274,-23441,-111298,96844,-23078,-112102,96948,-23488,-110053,97084,-24173,-111571,97594,-24565,-111536,97517,-23807,-114373,97700,-24903,-115427,97442,-25614,-114218,97098,-26958,-112922,96433,-26890,-112096,95874,-26755,-112096,96447,-26522,-110820,96043,-26039,-111235,96540,-25985,-112184,93099,-26361,-112658,93183,-26020,-110894,92513,-26319,-113520,93973,-26205,-109496,91459,-25892,-106981,89783,-22545,-106406,89206,-22279,-104899,88964,-21018,-105198,90221,-20542,-105102,90561,-20269,-104986,91021,-20027,-105991,91741,-20450,-106795,91118,-21328,-106593,90504,-21597,-107996,91226,-22388,-108797,91749,-22799,-109532,92378,-23013,-110340,93425,-23206,-109740,93710,-22499,-111704,93497,-24650,-112093,93785,-24797,-112813,94213,-25018,-115168,97204,-25188,-115058,96713,-25206,-115089,95989,-25559,-114244,94611,-25980,-114494,94854,-26199,-115125,95616,-26260,-114981,95613,-26672,-115316,96281,-26641,-114911,96091,-27017,-115369,96085,-26330,-115425,96300,-25859,-114898,95392,-25941,-111293,93855,-23810,-112481,94201,-24576,-110145,93596,-22884,-110311,93053,-23368,-111253,93483,-24098,-110589,92561,-24208,-111370,92539,-24789,-111045,92311,-24689,-112438,92916,-25656,-111618,92238,-25667,-110465,92727,-23955,-110788,91620,-24762,-111282,91999,-25005,-110592,91346,-25054,-111721,92302,-25331,-110684,91802,-24491,-109988,90847,-24679,-109704,92781,-22938,-108678,92369,-22178,-108835,92835,-22175,-108786,93180,-21910,-108392,93712,-21408,-108289,94203,-21176,-108109,94693,-21175,-109064,94760,-21658,-108856,94300,-21529,-109236,94062,-21974,-107925,91614,-22081,-107709,91964,-21590,-106941,91442,-21291,-106319,92400,-20419,-106628,93088,-20333,-108207,93838,-21186,-106057,92708,-20064,-106992,91853,-21101,-105897,90551,-20907,-105897,91257,-20547,-106108,89888,-21600,-102008,88021,-19057,-102317,87612,-19660,-101565,86732,-19778,-103457,87619,-20760,-103573,87179,-21032,-103803,86451,-21453,-104397,86308,-22090,-104850,86643,-22225,-106772,87333,-23669,-106692,87360,-23450,-106889,87972,-23324,-105886,88597,-22126,-105228,87879,-21910,-105390,88944,-21644,-105684,86093,-23226,-104482,84733,-22848,-105173,85790,-22847,-104695,85128,-22796,-105287,86461,-22746,-104209,85765,-22249,-102692,87019,-20516,-102933,86074,-21002,-103312,85773,-21388,-101618,85703,-20266,-101079,85936,-19848,-101400,84862,-20398,-101453,84382,-20582,-99778,82563,-20489,-99623,82676,-19981,-98979,82773,-19550,-98017,83261,-18695,-98645,84372,-18468,-98926,85076,-18196,-99419,84353,-19281,-98782,83713,-19076,-99229,83160,-19527,-98636,84665,-18131,-98269,82139,-19197,-98517,81801,-19554,-97613,81422,-19074,-99205,82437,-19723,-99312,82291,-19941,-98751,81796,-20104,-98418,81231,-20123,-102461,85386,-20915,-102494,84851,-21268,-101516,83863,-21221,-100894,83470,-20800,-100256,82863,-20650,-99908,82450,-20691,-99572,82062,-20539,-99020,81719,-20338,-99432,80449,-20683,-98345,80653,-20163,-101814,84956,-20681,-102582,86315,-20700,-103420,85467,-21664,-102196,84286,-21462,-102141,83692,-21666,-101906,86528,-20185,-104665,89755,-20226,-104658,91269,-19759,-104580,90519,-19886,-104663,90159,-20070,-105065,91779,-19813,-104444,92562,-19202,-104539,93349,-19148,-104310,93969,-19576,-105902,95236,-21448,-106833,95761,-21978,-107656,96172,-22564,-106333,95438,-22092,-105072,94676,-21666,-105150,94585,-22031,-104199,94084,-21511,-103270,93596,-20941,-102084,92843,-20421,-101188,92184,-20188,-100510,91590,-20158,-99711,90908,-19998,-100225,90852,-20743,-100544,90778,-21186,-100734,90462,-21677,-101848,90640,-22488,-104071,90675,-23659,-104227,91079,-23807,-106358,91246,-24757,-107619,90931,-25527,-102463,93178,-20201,-103093,93565,-20105,-102301,93081,-19927,-101900,92691,-19046,-102056,92678,-18757,-100586,91554,-17705,-100816,91871,-18236,-99897,91153,-17555,-100257,91592,-18356,-97400,89528,-17368,-96592,88939,-17239,-96985,89203,-17963,-95813,88311,-17603,-95493,87981,-17835,-97373,89417,-18496,-96777,88869,-18556,-96854,88797,-18841,-96709,88183,-19418,-97894,88830,-20155,-98031,88008,-21003,-97657,87455,-21030,-97532,86900,-20989,-96019,86652,-20130,-97058,87061,-20785,-97368,87805,-20531,-96788,87563,-20137,-96242,88121,-18887,-95545,87855,-18238,-98219,90127,-18544,-97838,89876,-18003,-100074,91528,-18610,-100717,91936,-19738,-100518,91868,-19290,-99302,90979,-18700,-99958,91345,-19552,-99327,90771,-19587,-97959,89690,-19162,-98451,89863,-19666,-98045,89392,-19726,-98682,89648,-20228,-99684,90696,-20253,-99312,90978,-18316,-101208,92288,-18986,-104991,94706,-21269,-103805,93986,-20858,-105250,94863,-21135,-103829,94022,-20545,-105489,94947,-20946,-103401,93715,-19941,-104191,94094,-20007,-106871,95721,-21630,-105573,94851,-20555,-105277,92974,-19631,-105113,92450,-19511,-104605,91923,-19344,-105764,92858,-19826,-104299,89856,-19889,-99283,90320,-16504,-99210,90499,-16858,-99080,90631,-17345,-97600,89615,-16935,-95986,88474,-16589,-98702,89957,-16311,-98064,89020,-15721,-99079,86359,-17251,-98492,86401,-16761,-97299,86599,-15679,-96053,85852,-14782,-95725,85436,-14659,-95102,84786,-14412,-95915,84955,-15182,-96641,84830,-15757,-96968,84724,-16109,-96636,83902,-16320,-97257,83273,-17880,-96375,82402,-17621,-96093,83833,-15713,-95819,85263,-14909,-96105,86589,-14949,-95261,86754,-14282,-94475,86119,-13909,-95445,87148,-14411,-95770,87048,-14561,-96322,87710,-14797,-98043,87587,-15848,-98051,87359,-15961,-97394,86909,-15506,-97227,87303,-15434,-96534,86879,-15120,-96213,87856,-14849,-97396,88621,-15331,-96701,87969,-14992,-97211,87681,-15394,-97990,87152,-16111,-98602,87632,-16438,-99199,88070,-16771,-98918,87364,-16785,-97898,86518,-16279,-99371,86981,-17223,-96620,88855,-16300,-96114,88359,-15701,-97432,89266,-16129,-95044,86835,-14233,-95838,86255,-14798,-94799,85439,-14267,-94797,85908,-14184,-94418,86391,-14018,-94584,86969,-14665,-95856,88025,-15273,-95099,87610,-15356,-95580,87635,-14882,-98724,85974,-17161,-97648,85640,-16316,-98380,85454,-17097,-97623,85229,-16543,-97528,84335,-17180,-97347,84009,-17206,-97701,83469,-18363,-95992,81878,-17547,-95098,81381,-16693,-93650,80144,-15973,-92294,79601,-14799,-92227,80060,-14268,-92734,80069,-15071,-92037,79158,-14802,-91797,79164,-14483,-91011,79521,-13191,-90405,78514,-13262,-91482,79388,-13769,-92933,79930,-15356,-94443,80804,-16319,-95539,81528,-17264,-97522,84768,-16687,-96671,86350,-15094,-98034,84245,-17905,-96140,78369,-19140,-96418,77696,-19386,-96178,76949,-19440,-96724,76351,-19494,-96080,75463,-19272,-97614,76434,-19763,-97907,77473,-20007,-98914,77896,-20214,-99970,79116,-20758,-99558,79272,-21272,-99852,78747,-21540,-98677,78680,-22130,-98122,78333,-22218,-96497,78195,-22351,-95247,77457,-22184,-95029,77580,-22176,-94180,76799,-22043,-93945,76116,-21794,-95759,75835,-22338,-95079,74900,-22288,-94045,74261,-22096,-93026,74309,-21855,-93340,74992,-21782,-93872,74732,-22034,-95197,76345,-22078,-94344,75808,-21937,-94693,75139,-22213,-94711,76593,-21919,-94271,76535,-21902,-95435,77241,-22074,-95610,77067,-22064,-96939,77869,-22212,-97367,78164,-22225,-97220,76921,-22373,-96447,76094,-22388,-97299,75826,-22223,-96905,74262,-21676,-97320,74123,-21339,-96958,73534,-20861,-98155,74450,-20954,-97341,73734,-20612,-97181,75176,-22086,-96068,74905,-22239,-95829,75280,-22338,-96512,75851,-22355,-96379,76346,-22357,-96463,77094,-22237,-96268,77599,-22145,-98171,77625,-22250,-98610,76876,-22078,-99535,77024,-21725,-99039,75961,-21640,-99629,76484,-21442,-99499,75933,-21221,-100414,77267,-20512,-100401,77625,-21129,-100525,78084,-21008,-100236,78230,-20358,-99987,77517,-20317,-100297,76917,-20652,-99247,75536,-20562,-97470,75079,-20004,-99071,75242,-20832,-99022,75297,-21141,-98634,75125,-21367,-97915,74990,-21676,-98103,74611,-21291,-98409,74669,-20585,-98455,74937,-20347,-97670,74725,-20063,-98315,75450,-21763,-98991,76551,-21902,-97529,76563,-22325,-98443,76206,-22037,-99888,76612,-20639,-99757,76001,-20790,-100126,77225,-21344,-99560,78124,-21809,-99334,78799,-21879,-99016,78161,-22034,-100098,76552,-20903,-100208,77999,-21357,-100188,78905,-20993,-100454,78781,-20542,-100094,78850,-20396,-100554,78515,-20739,-99640,76044,-20527,-93202,75738,-21684,-93124,76043,-21812,-93099,75361,-21642,-92331,75566,-21630,-91788,75210,-21504,-92500,76201,-21629,-93617,76751,-21927,-95477,79060,-22190,-96116,78714,-22345,-97038,80016,-22561,-96761,80492,-22513,-98136,81540,-22928,-98793,81422,-23071,-99014,81009,-23137,-96651,77347,-19568,-97037,77670,-19739,-97401,77978,-20057,-97818,78726,-20126,-98220,79045,-20340,-97529,79643,-19894,-98670,80197,-20304,-99258,79880,-20569,-99334,78784,-20488,-99123,79326,-20778,-98498,79369,-20352,-99435,79407,-21036,-99590,79803,-21062,-99093,79579,-22133,-98513,79087,-22219,-98059,78710,-22261,-100222,80352,-21353,-100372,80583,-21979,-100533,81413,-23002,-101539,82618,-23503,-100466,81922,-23365,-99942,81923,-23395,-100427,83113,-23616,-101433,83944,-23890,-105656,87008,-24759,-106343,88241,-24943,-105211,87658,-24733,-106049,88339,-24856,-105811,88763,-24734,-106393,88929,-24831,-106997,88908,-24966,-108084,89254,-24612,-108321,89259,-24354,-108813,89760,-24453,-105341,86411,-24578,-106463,87998,-24893,-106659,87802,-24728,-107588,88869,-24676,-107713,88706,-24453,-107415,88278,-23642,-108114,89167,-23654,-108086,89402,-23448,-101227,82781,-23637,-102143,83783,-23916,-103387,84807,-24270,-103259,84325,-24056,-104489,85018,-24006,-105352,85619,-23668,-106201,86811,-23276,-106232,86641,-23804,-107364,88091,-23890,-107351,88607,-23309,-106188,88138,-22582,-106640,87154,-24084,-105998,86470,-24101,-105413,85822,-23988,-105611,85925,-23442,-106619,87401,-24452,-105400,86131,-24356,-107463,88255,-24218,-107043,87716,-23641,-104516,85840,-24529,-102406,83482,-23755,-102990,83606,-23646,-104103,84815,-24068,-103515,83832,-23543,-103607,83638,-23106,-103900,84133,-22601,-99452,79641,-21582,-99613,79911,-21986,-98799,79433,-22264,-98420,79341,-22452,-100220,81544,-23224,-99121,80616,-23016,-98324,80082,-22880,-97848,79865,-22757,-97977,79209,-22547,-100517,81171,-22792,-100718,81199,-22657,-99011,80149,-22788,-98544,78461,-20430,-98523,78845,-20600,-97908,78387,-20319,-95667,77378,-18995,-95122,77902,-18679,-93928,72935,-21759,-94432,73079,-21720,-95194,72887,-21326,-94950,73715,-21975,-94271,72599,-21641,-94440,71939,-21817,-95846,79707,-22270,-96011,80490,-22277,-97301,81932,-22615,-97830,81754,-22828,-98558,83031,-22974,-99385,84176,-23106,-97982,82983,-22723,-98562,85479,-22458,-97103,85804,-21350,-97888,84061,-22263,-97867,83865,-22295,-98753,85045,-22680,-99029,84830,-22686,-99446,85435,-22928,-99863,85285,-22979,-100308,86053,-23229,-100743,85818,-23266,-100878,86358,-23427,-101214,87222,-23360,-100378,87056,-22936,-99395,86045,-22736,-98451,86043,-22125,-99692,87194,-22437,-98404,86973,-21622,-97597,86751,-21106,-99175,85564,-22778,-101068,85707,-23434,-99931,84078,-23392,-101571,84874,-23903,-101076,84055,-23801,-100417,84055,-23583,-98850,82749,-23126,-99781,82942,-23431,-99528,82026,-23322,-98157,83542,-22639,-100200,84575,-23392,-98722,84366,-22617,-98508,84471,-22509,-99577,84866,-22926,-101804,84476,-24005,-102907,85814,-24235,-103343,86588,-24223,-103384,86269,-24314,-104142,87505,-24344,-104591,87979,-24469,-105148,88771,-24763,-106179,89357,-24959,-107820,89978,-25340,-108197,90616,-25622,-106104,89582,-24998,-105663,89979,-24829,-105402,89351,-24821,-103945,88801,-24276,-103990,89733,-24015,-102927,89098,-23629,-101239,87769,-23165,-100967,88097,-22865,-103033,87542,-24105,-102835,87838,-23976,-102231,87747,-23708,-102590,88430,-23659,-103725,88298,-24288,-103501,88778,-24050,-105335,90766,-24366,-104732,90862,-23923,-105438,90430,-24577,-106332,90783,-24948,-104527,89587,-24362,-108132,90918,-25694,-107121,89879,-25281,-106483,89228,-24895,-105097,88178,-24577,-104508,86362,-24602,-103509,85272,-24390,-102355,84432,-24122,-103069,85553,-24318,-103847,85957,-24468,-104383,86788,-24572,-105610,87589,-24841,-101749,85284,-23900,-101656,85495,-23805,-101964,86970,-23770,-102441,86832,-23795,-101672,87065,-23633,-102469,85807,-24070,-94851,79368,-21975,-94493,78349,-21972,-94699,77841,-22091,-93712,78090,-21756,-92871,78155,-21396,-92837,77462,-21541,-93055,78796,-21317,-92939,76931,-21683,-97312,83751,-22071,-96610,83242,-21809,-96125,82706,-21681,-95053,82330,-21222,-95040,82058,-21221,-95197,81755,-21501,-95161,81328,-21660,-94800,80294,-21783,-96166,81609,-22152,-94433,80988,-21348,-93845,81289,-20755,-93606,81638,-20735,-92594,81004,-20349,-93559,81835,-20672,-94346,82221,-21043,-94087,82468,-20778,-94314,83735,-20295,-93959,84048,-19718,-93896,84235,-19503,-93794,84709,-19383,-94906,84996,-19928,-95198,84656,-20503,-96701,85180,-21408,-96163,85866,-20498,-94133,80246,-21448,-93285,79848,-21094,-92609,80522,-20285,-87738,79925,-11017,-93891,81654,-14919,-94055,82102,-14824,-94652,81826,-15770,-94701,82153,-15647,-92846,82786,-13499,-93802,84448,-13769,-92455,83949,-13034,-91978,82898,-12999,-91071,82267,-12611,-90943,81858,-12563,-94030,84209,-13687,-94217,84123,-13792,-94512,85052,-14100,-94174,84980,-13972,-94669,84726,-13981,-95431,85398,-14421,-94216,83947,-14019,-95268,83662,-14978,-94645,84329,-14257,-93661,84626,-13693,-93557,85567,-13576,-93093,86005,-14592,-93802,86723,-15266,-93616,86670,-15574,-92753,86013,-15406,-91595,85074,-15572,-92583,85885,-16030,-93723,86756,-16568,-95024,87768,-16955,-94616,87385,-17230,-94410,87322,-16459,-95641,88240,-16944,-95265,87927,-16148,-94850,87534,-15611,-94520,87403,-16238,-93174,86368,-15985,-91117,84644,-15236,-91859,85261,-15087,-90890,84400,-14754,-93151,85828,-14176,-92487,85026,-13548,-92455,85651,-14807,-91797,85012,-14350,-90270,83659,-13778,-91735,84112,-12924,-90874,83021,-12319,-90561,82916,-12294,-90450,82542,-12116,-89229,81564,-11649,-90350,81495,-12246,-90635,82115,-12385,-90174,82035,-12066,-89832,82014,-11842,-89238,81326,-11567,-92076,84940,-13796,-90799,83925,-13498,-91021,83874,-13145,-89779,82556,-12407,-89663,82711,-12764,-89022,81943,-12234,-88564,82032,-12981,-87839,81236,-12459,-89348,82592,-12945,-89849,82330,-12066,-89188,81792,-11885,-87774,80777,-11753,-86886,80013,-11593,-85970,79338,-11695,-87022,80385,-12016,-86475,80064,-12299,-94232,86878,-14904,-92878,84959,-13249,-93216,84896,-13343,-93583,85381,-13488,-92645,84471,-13053,-92350,84421,-12958,-91851,83891,-12707,-93206,83320,-13342,-96899,83526,-17128,-95700,83239,-15784,-90239,79951,-12370,-89331,79771,-11671,-88285,79505,-11290,-87939,79630,-11161,-89690,80269,-11816,-89757,79841,-12003,-90711,79134,-13122,-90092,79448,-12529,-87380,77475,-10820,-87664,77272,-11213,-88378,77227,-11916,-88054,77448,-11569,-88668,78073,-11865,-88774,77814,-12045,-88833,79173,-11425,-88535,78801,-11283,-87971,78081,-11085,-88395,78111,-11502,-87514,76868,-11348,-86331,76134,-10202,-85952,71359,-13123,-87009,71660,-13983,-86840,71847,-13736,-86638,72122,-13375,-85748,71561,-12633,-86479,70970,-13734,-86722,70719,-13971,-88255,70510,-14640,-86939,71357,-14128,-87573,70552,-14357,-85938,70701,-13408,-86112,70206,-13724,-86600,70408,-13943,-85155,74742,-9625,-85046,74024,-9590,-84369,73489,-9316,-85117,73361,-9931,-85031,75164,-9456,-84931,75914,-9665,-85423,77451,-10154,-85781,75043,-9826,-85727,75929,-9914,-85199,76387,-9943,-85462,76945,-10067,-83955,70796,-10312,-84077,71358,-10038,-83891,71490,-9404,-82851,70876,-8782,-82424,70944,-8467,-81841,70735,-8261,-80918,69692,-8153,-80384,68305,-8063,-80693,68285,-8310,-80473,67370,-8463,-80838,67336,-9041,-81427,68034,-9373,-82080,68801,-9670,-81996,67069,-10899,-82623,67291,-11726,-83024,67087,-12669,-83617,67884,-12836,-83842,67657,-13493,-84916,69219,-13417,-84556,69257,-12924,-81605,67687,-9946,-79892,66142,-8630,-79545,66110,-8274,-80172,65753,-9561,-80558,66057,-9827,-80314,66529,-8850,-80007,66617,-8339,-79407,66614,-7904,-78965,66541,-7854,-78301,66584,-7837,-76992,66401,-8989,-77226,67905,-9646,-77440,68662,-10908,-77347,68378,-11247,-77474,68331,-11913,-76888,67001,-12121,-77003,67011,-12452,-76957,66484,-12948,-76644,65890,-12863,-76877,67241,-11596,-79773,66929,-7973,-79266,64908,-9224,-79699,64858,-9717,-80429,64898,-10621,-80050,63957,-10807,-80559,64637,-11019,-80324,63828,-11223,-81160,65399,-11332,-81680,65384,-12184,-82541,66338,-12591,-82412,66876,-11869,-81036,66241,-10283,-80876,66725,-9681,-81964,66208,-11829,-81473,66154,-11054,-80084,64880,-10226,-86183,69429,-14155,-85364,69144,-13790,-85122,68545,-13999,-86035,69041,-14258,-86611,69349,-14389,-84447,68421,-13547,-85455,68170,-14513,-83500,66153,-13722,-82376,64413,-13420,-81875,64818,-12737,-82027,65458,-12583,-81002,64486,-11866,-82777,65627,-13267,-83230,66534,-13287,-87955,69418,-16421,-85408,66983,-15235,-84925,66949,-14894,-85182,64959,-14862,-85158,65544,-14788,-84819,64893,-14597,-84075,65376,-14273,-83953,64763,-14284,-83210,65258,-13756,-82766,64574,-13656,-81511,64634,-12449,-84384,64164,-14741,-84611,63585,-15776,-84577,63776,-15618,-84786,62974,-16117,-85670,63825,-16270,-86635,65267,-16240,-87635,65269,-16622,-89192,64233,-17321,-90178,64441,-17506,-90805,64237,-17688,-91420,64144,-17929,-92143,64376,-17946,-90617,64709,-17540,-84283,61797,-16458,-84313,60668,-16585,-84136,59522,-16588,-83514,59925,-16122,-82364,60345,-15094,-82385,60262,-14516,-82624,60785,-14515,-81933,61050,-14142,-81612,61449,-14037,-82335,61784,-14464,-82638,61431,-15005,-81503,61805,-13897,-81491,62231,-13626,-82202,62353,-14155,-81652,59860,-14177,-81251,58605,-14493,-80829,58888,-14060,-81052,59329,-14360,-80283,59230,-13459,-79982,58342,-13407,-80346,57444,-13878,-80170,57143,-14230,-79580,56795,-13828,-79442,59580,-12454,-79126,60554,-11676,-79435,60621,-12003,-79108,61533,-11118,-78853,60881,-11198,-78367,60919,-10438,-78325,61604,-9979,-77150,59914,-9611,-78597,60636,-11038,-78279,60407,-10826,-77719,59362,-10733,-77846,60305,-10242,-77327,58667,-10576,-78484,59376,-11513,-77925,58275,-11381,-78096,57406,-11932,-77094,57366,-10794,-77656,56892,-11586,-78048,56457,-12146,-79145,56032,-13618,-79706,55287,-14143,-80726,53980,-14816,-81841,52199,-15283,-83082,51678,-16362,-82983,50947,-15963,-82224,50762,-15671,-81541,51238,-15243,-81800,51540,-15444,-82236,51658,-15561,-82336,51270,-15776,-82820,51443,-16122,-81481,51665,-15262,-79170,55516,-13705,-78716,55839,-13196,-78397,56070,-12777,-78125,52560,-12849,-77761,52257,-12524,-76660,52427,-11068,-76157,51691,-11051,-76865,53355,-10800,-77333,53119,-11229,-77425,52717,-12005,-77838,53136,-12566,-78253,53566,-11642,-78378,54006,-11937,-78235,54636,-12099,-78237,54940,-12390,-78117,55548,-12247,-78157,56005,-12378,-77788,56054,-11840,-77397,55929,-11327,-77089,56523,-10983,-76563,57585,-10152,-76718,58463,-9917,-76447,59551,-9450,-76282,59443,-9362,-76304,59860,-8783,-76212,60311,-8444,-76566,60020,-8028,-76918,59182,-9732,-77196,59567,-9830,-76373,58726,-9678,-76199,58845,-9359,-76167,58619,-8884,-76466,59074,-8693,-74916,58656,-7982,-74531,58718,-7689,-74414,58553,-8112,-73848,58571,-7744,-73677,58944,-6910,-73388,58457,-7329,-73225,58216,-7222,-74168,56819,-8494,-74557,56341,-9002,-75494,55455,-10081,-76338,56439,-10376,-77016,56088,-10929,-76499,55748,-10503,-77304,55128,-11037,-77754,55081,-11402,-78122,54266,-11328,-77838,55527,-11755,-77997,55087,-11792,-76261,57840,-9976,-76603,56500,-10523,-76706,54870,-10613,-76933,54280,-10678,-75656,54804,-10132,-75279,54603,-9830,-75105,54078,-9662,-76249,59375,-9161,-76543,59609,-8472,-76533,59356,-8394,-75384,58822,-8043,-74957,58788,-7740,-75253,58479,-8246,-78137,53698,-12685,-78249,53535,-12954,-77055,52562,-11482,-78742,52602,-13359,-78476,54826,-12948,-78539,57249,-12501,-78332,58318,-11799,-78937,56477,-13326,-80479,57019,-14683,-81810,56223,-15823,-82285,55839,-16290,-82963,54843,-17139,-84148,56237,-17366,-84460,57002,-17308,-85197,57195,-17526,-86043,57117,-17786,-85726,56435,-17881,-87066,56787,-18069,-88101,58486,-18068,-88427,59033,-18062,-87580,59475,-17951,-88740,59927,-18160,-88741,61689,-17929,-88206,61628,-17804,-87675,62301,-17409,-87844,62811,-17340,-88411,63652,-17256,-89181,63444,-17603,-89628,63841,-17586,-90068,63627,-17943,-89734,63208,-17853,-90554,63080,-17965,-90923,63162,-18436,-90729,63173,-18817,-91934,64388,-19090,-92330,64965,-19323,-91957,65415,-19728,-92938,66107,-19171,-93172,65708,-18952,-93830,65950,-18340,-93607,65412,-17683,-93081,65006,-18030,-92759,64690,-17978,-92408,64392,-18184,-91463,63966,-18165,-91493,63737,-18670,-90312,63879,-17728,-90638,63330,-17913,-91241,63523,-18132,-91226,63382,-18299,-92714,64647,-18422,-93341,65044,-18265,-93292,65285,-18670,-92748,65058,-19052,-92588,65421,-19383,-91168,63807,-18087,-88482,64561,-17038,-86440,64345,-16436,-85260,62447,-16510,-86565,61367,-17561,-85995,61008,-17411,-85694,61441,-17231,-85969,61595,-17273,-85024,61542,-16898,-84891,61838,-16746,-85093,62127,-16565,-86984,64055,-16695,-86541,63959,-16580,-85862,62995,-16585,-93977,65600,-17985,-93371,65069,-18118,-88626,62966,-17581,-89487,62196,-18192,-88936,61906,-17915,-89351,61920,-18230,-89737,62153,-18894,-89879,62818,-19201,-88136,62281,-17593,-89163,62673,-17978,-89723,62882,-17984,-87780,61384,-18064,-88790,60675,-18258,-88326,61234,-18275,-85447,57759,-17478,-85904,58408,-17543,-85654,58924,-17387,-84671,59214,-16912,-83432,59524,-16145,-82392,59642,-15371,-82659,59130,-15682,-81215,59049,-14700,-81788,56854,-15644,-82516,57556,-15880,-83741,58171,-16573,-84081,59144,-16631,-84920,58752,-17153,-84285,58107,-16888,-79772,56413,-14107,-80039,55733,-14424,-80519,54818,-14746,-81247,53237,-15075,-80633,56497,-14906,-80598,55729,-14860,-81367,55516,-15471,-80854,55122,-15029,-81269,54393,-15175,-81246,55889,-15339,-81713,55006,-15562,-82190,53826,-15662,-83159,54315,-16602,-83056,54536,-17267,-83532,55086,-17318,-84972,55864,-17794,-84933,56389,-17740,-85485,56718,-17716,-85611,56148,-18095,-86065,55948,-18322,-87448,55154,-18514,-88715,55762,-18740,-89435,56099,-18427,-89135,55811,-18980,-89416,55961,-19169,-89669,56212,-19507,-88944,56980,-20561,-88425,57312,-20861,-87826,58127,-21115,-87024,57875,-21217,-86727,57387,-21215,-86006,57064,-21122,-84470,56444,-20655,-84025,58032,-20863,-84323,57616,-20918,-83556,59129,-20710,-85077,59448,-20985,-85880,59690,-21055,-86980,61379,-21040,-87669,61918,-20946,-88255,61617,-20920,-88687,62082,-20692,-88990,61181,-20806,-89503,59919,-20709,-90430,59220,-20019,-90734,59371,-19569,-90871,58419,-19586,-91091,58762,-18969,-90906,59269,-19011,-91178,58231,-18544,-90875,57899,-18338,-89868,56939,-18297,-90192,58045,-18307,-88860,58119,-18151,-88830,57590,-18197,-88776,57126,-18196,-90041,56430,-18459,-90269,56324,-18700,-90775,56681,-18822,-90686,56907,-18441,-91136,57407,-18473,-91285,57575,-18742,-91256,57999,-19024,-89584,57674,-18232,-89184,60478,-20815,-88754,58676,-21001,-89001,58059,-20798,-90132,59524,-20277,-89410,58893,-20748,-89932,58868,-20423,-90601,57921,-19840,-91024,57082,-19013,-90169,57325,-20063,-89658,57148,-20331,-90195,57020,-19938,-90043,57973,-20268,-89556,58303,-20602,-89011,57326,-20676,-83152,57877,-20581,-82703,57176,-20206,-82405,56724,-20109,-82625,54867,-19809,-82788,54463,-19690,-81274,56697,-19735,-80563,55408,-19294,-79773,56107,-19032,-83142,56497,-20329,-83081,54703,-19849,-83405,55228,-20105,-83780,59881,-20731,-84147,60571,-20772,-84537,60885,-20832,-85170,61386,-20902,-85603,60819,-20969,-82997,59967,-20446,-87692,56568,-20805,-87927,55024,-20434,-88118,54058,-19632,-87173,54102,-20011,-85814,53937,-19606,-84873,53870,-19187,-84504,53764,-18779,-83890,53598,-18955,-83966,53996,-19152,-84285,54056,-19367,-85366,54471,-20168,-84763,55444,-20610,-83783,55723,-20407,-84490,55996,-20676,-83908,55086,-20202,-84237,54637,-19999,-85955,55895,-20929,-86408,55359,-20810,-84546,54189,-19622,-89896,56101,-18934,-90506,56614,-19190,-89235,55315,-18777,-88555,55542,-18681,-88010,54774,-18447,-87636,54120,-18266,-86973,53883,-18215,-87563,53840,-18422,-86915,53711,-18826,-88302,53930,-19223,-87331,53832,-19538,-86033,53946,-18056,-85671,53834,-18157,-85611,54767,-17946,-86268,54202,-17994,-87307,54408,-18219,-86567,54574,-18120,-85466,54356,-17827,-85475,55167,-17988,-86506,53770,-18386,-85100,53738,-18689,-84435,53578,-18557,-84635,53730,-18110,-84069,53644,-17467,-83826,54203,-17566,-83402,53977,-17397,-83214,53406,-17193,-83153,53778,-16985,-83337,52677,-16750,-83590,52762,-15981,-83492,53358,-16158,-82463,52686,-15537,-83164,52150,-15747,-83391,51959,-16044,-83589,52271,-15984,-83665,52384,-16220,-83163,51839,-16197,-84854,52717,-17488,-85533,51728,-17610,-85329,51976,-17280,-85755,51084,-17179,-85774,50824,-16749,-85720,50167,-16471,-85439,49554,-16416,-85416,49730,-16236,-85566,51496,-17038,-85090,52087,-17172,-84671,51860,-16922,-83940,51955,-16824,-83887,51191,-16369,-83982,50743,-16180,-83473,49489,-15945,-84350,49122,-16002,-83835,49321,-15963,-83057,48965,-15906,-83164,48650,-16025,-84317,48738,-16330,-84158,48709,-16625,-84099,48787,-16067,-83436,51679,-16525,-81857,50381,-15469,-85434,51207,-16760,-84805,50816,-16412,-85014,50309,-16228,-85483,50410,-16404,-85243,52081,-18113,-84558,51944,-18701,-84379,53268,-18602,-84606,53420,-18065,-83272,53837,-19344,-83750,53237,-19175,-83488,52155,-16794,-83941,52502,-17055,-83962,52938,-17280,-84625,53201,-17586,-84911,53002,-18028,-84934,52384,-18440,-84583,52831,-18723,-83290,52222,-16626,-83411,53023,-17194,-83253,53012,-16984,-82850,53276,-15771,-83740,52941,-16308,-83367,53224,-16769,-83527,53610,-16461,-84347,53716,-17734,-84234,54442,-17573,-84808,53766,-18417,-85018,53896,-18102,-85273,53999,-17886,-84527,54111,-17704,-86472,53733,-19129,-86530,53829,-19510,-86909,55856,-18473,-84594,54976,-17662,-84905,54590,-17671,-83063,54111,-17145,-82740,54936,-16789,-82826,54537,-16313,-82379,55212,-16305,-82839,53999,-16025,-82009,54479,-15643,-81886,53550,-15421,-81368,53556,-15173,-80002,54814,-14376,-79020,57635,-12880,-79303,57956,-12918,-79435,57175,-13519,-79670,57461,-13361,-80271,57257,-13966,-80689,58376,-13964,-81217,58331,-14906,-81887,58697,-15318,-81931,57611,-15511,-81393,57927,-15156,-81090,57880,-14437,-81100,58116,-14310,-80895,57722,-14818,-80703,57421,-14726,-80608,57467,-14550,-81072,56741,-15189,-80568,57424,-14130,-82088,60151,-14230,-81858,59796,-14514,-81690,59636,-14829,-84201,63819,-14745,-83621,64440,-14194,-83867,63476,-15011,-81086,59634,-14105,-80533,60119,-13434,-80199,61977,-12352,-80460,62820,-12259,-81686,63572,-13284,-81013,63038,-12983,-82639,63602,-13937,-82517,62756,-14383,-83579,63081,-15195,-83752,62873,-15523,-82425,63096,-14031,-83252,64037,-14095,-83313,63542,-14358,-83520,64040,-14321,-83613,63625,-14709,-83215,63271,-14505,-80855,63507,-12363,-81227,63939,-12560,-80344,63477,-11519,-78649,61354,-10613,-77627,61799,-9126,-77739,62908,-9138,-78385,62728,-9601,-77983,61864,-9442,-78563,62516,-9844,-80044,60308,-12843,-79138,58508,-12551,-79889,59633,-12913,-76155,59400,-6825,-76571,58857,-6323,-76298,58507,-6323,-75937,58472,-6436,-75602,59137,-5589,-75122,59915,-5009,-73176,60460,-4938,-73059,60062,-5160,-73263,59969,-5513,-73197,59299,-6102,-73477,59203,-6407,-74119,58816,-7328,-74466,58939,-6836,-75388,58854,-6263,-76100,58519,-6645,-74447,59680,-5489,-74115,59164,-6527,-74602,59092,-6397,-73224,58663,-6806,-75559,59131,-7588,-75747,59359,-7392,-75233,58752,-6738,-73545,60415,-5206,-73604,59645,-5944,-74001,60156,-5289,-74047,59611,-5864,-74792,59421,-5693,-73874,59074,-6749,-76479,58981,-5780,-75983,58986,-5647,-76105,59752,-6882,-74030,61151,-4569,-74405,60832,-4538,-74726,61026,-4213,-73821,60710,-4925,-73504,61795,-4396,-73825,62718,-4376,-73719,61619,-4624,-73430,60854,-4930,-72914,61390,-3837,-73216,61413,-4293,-73289,60956,-4778,-72725,59522,-4865,-72789,59278,-5177,-73027,59012,-6144,-72954,60896,-3849,-72880,60290,-4384,-72631,60320,-3461,-75823,61290,-4023,-75939,61128,-4251,-76118,61297,-4617,-75611,61419,-3873,-75392,61062,-4091,-74374,61272,-4477,-73352,64132,-3428,-72142,65135,-2507,-71973,64429,-2392,-71715,63513,-2504,-72067,63334,-2426,-71773,64801,-2565,-72736,65410,-2711,-72808,64621,-2465,-73041,64346,-3035,-72698,63720,-2655,-72388,63548,-2372,-72597,64198,-2320,-73131,65385,-2936,-72947,64482,-2574,-71973,65873,-2174,-72533,66371,-2443,-72913,66795,-2810,-71264,65118,-2286,-71104,64993,-1459,-71110,64164,-1165,-71057,62742,-400,-71117,62850,-659,-71109,60579,-198,-71173,61112,-609,-71197,62089,-843,-70967,65295,-642,-70653,64030,-19,-70786,64389,-395,-70949,64746,-861,-71194,65752,-1364,-71223,62386,-2405,-71222,63042,-1653,-71173,64653,-2320,-69638,64451,2205,-68638,63284,1983,-67840,63089,2305,-67735,63418,2641,-67295,63694,3214,-66521,63592,3353,-66077,63032,2517,-66662,62685,2289,-66817,62127,2155,-66241,62329,2055,-65819,62271,1813,-65409,60110,1216,-65827,59635,1431,-66017,58754,1370,-66806,59298,1813,-67003,57918,1529,-67477,59064,1845,-69212,59688,1759,-69339,60458,1619,-68886,60860,1714,-69326,62064,1430,-68551,63536,2254,-69001,63565,1921,-69259,63970,2139,-69050,64468,2921,-69443,65040,2834,-68885,65045,3354,-67940,64944,3969,-68415,66061,3807,-67911,65472,4067,-67905,66223,4014,-67766,66678,4017,-66421,66972,3931,-66834,67047,4125,-67287,66629,4110,-66098,67631,4299,-66495,68133,3965,-65362,68395,4023,-64604,68841,3304,-63980,68914,3232,-63695,68855,2287,-62511,69215,-4,-62941,68841,1072,-62900,69791,158,-63429,69665,916,-63760,70465,712,-63667,70800,631,-63693,71247,409,-64575,71172,748,-64368,72431,1275,-63496,72560,580,-63540,72847,315,-63781,73994,-302,-64439,74688,-628,-64985,76230,-1036,-65097,76659,-1152,-64342,70493,1015,-64679,70948,1166,-64587,70951,1886,-64632,70866,2560,-64536,70125,3965,-64467,69505,4424,-64476,69234,3976,-64775,68809,3886,-64737,68471,3800,-65696,69078,3605,-66121,69134,4029,-66212,69304,3991,-66391,69290,3442,-66731,69244,3443,-67502,68689,3619,-67922,67867,3818,-68588,67789,3532,-69086,66982,3333,-68730,65656,3601,-69309,68228,3021,-69678,69393,2392,-68345,66944,3778,-67457,67753,3957,-66811,68465,3772,-66367,68856,3585,-65180,68755,3978,-64172,69268,3641,-64091,68573,2871,-64681,70425,3352,-63959,69184,3191,-64060,69634,2391,-64247,69642,3027,-64409,70389,2338,-64019,69032,2555,-63497,69035,1828,-64017,69873,1891,-63710,69740,1325,-64259,70290,1639,-63754,70005,1013,-64223,69543,3642,-64242,69449,3903,-64570,69155,3298,-63703,68422,2554,-62805,67422,1642,-63469,67339,2918,-63226,66636,2507,-63362,65908,2627,-64369,66321,3750,-65412,66166,4128,-65805,66379,4265,-65792,66994,4393,-65943,67182,4031,-65280,67408,3912,-65138,67258,3894,-64650,67273,3593,-64631,67178,3742,-64196,66891,3739,-63605,66045,2900,-64537,67535,3945,-64922,67972,4332,-65670,68058,4243,-66268,67317,4301,-64604,68106,4001,-64192,67714,3799,-63953,67227,3384,-64016,67835,3439,-64330,68534,3123,-63521,67114,3024,-63661,66815,3063,-63975,66577,3139,-64275,67002,3278,-64982,67553,4198,-65294,67123,4323,-64208,66706,3819,-64607,66688,4185,-65422,66776,4459,-64508,66971,4072,-64281,66027,3604,-65096,65627,4537,-65860,65718,4428,-66460,65444,4466,-66655,65113,4529,-66132,64563,4732,-66083,64262,4564,-65691,64029,4366,-65831,63805,3837,-65450,63671,3461,-64542,63531,2314,-64561,64002,3874,-65047,64014,4298,-65737,64605,4898,-65847,64883,4894,-65429,64293,4741,-65137,65996,4097,-65051,66383,4048,-67324,66234,4117,-66959,65625,4284,-67166,65107,4336,-67000,64740,4397,-67249,64402,4154,-68077,63950,3119,-67864,64221,3604,-68543,64265,3163,-68400,64588,3523,-66807,66361,4131,-65928,65955,4294,-63693,65219,3191,-63655,63870,1528,-63978,63265,153,-64108,63024,-168,-63861,63254,-1439,-63965,62828,-2582,-63850,63602,-2664,-63668,64061,-2433,-64480,63868,-4351,-64259,64288,-4763,-63555,65498,-4041,-62215,65265,-4308,-61618,65578,-4178,-61395,66044,-4022,-61065,66039,-4276,-61341,65642,-4539,-60455,66818,-5676,-60041,67542,-5751,-60200,68260,-6033,-60807,69179,-5662,-61010,69334,-6598,-61271,69698,-6962,-61522,70184,-7155,-59953,67760,-5985,-61068,66224,-5172,-60822,67035,-4253,-61123,67325,-3840,-61191,66799,-3877,-62003,67353,-3714,-62132,68469,-3017,-62547,67967,-3085,-62744,67305,-3612,-62499,66778,-3704,-62385,66362,-4091,-62338,65771,-4039,-62810,67124,-3606,-62668,66820,-3279,-62372,66239,-3234,-62443,65987,-3743,-62657,65731,-3735,-62758,65500,-3974,-62524,66592,-1850,-62695,66799,-2673,-62566,67700,-2762,-62444,68607,-2932,-62480,69112,-3032,-60894,70508,-4827,-60797,69893,-5157,-60963,69556,-6272,-61036,71211,-4570,-61023,70292,-4177,-61265,71851,-4130,-61292,70886,-3860,-61625,73123,-3679,-61688,73575,-4709,-61950,73948,-5041,-61742,73629,-4067,-62068,74153,-4153,-62436,74465,-3196,-62862,73496,-1321,-62567,72170,-739,-62244,71342,-801,-62160,70821,-1203,-62240,69777,-1673,-63035,70305,162,-63288,70341,499,-63118,70930,51,-62391,71358,-369,-62627,71953,-152,-63235,72189,370,-63841,72557,899,-63008,72231,228,-63023,72641,-260,-63259,73506,-535,-64062,72087,830,-63745,71886,576,-64072,71494,541,-62658,71378,-111,-63172,70143,519,-62719,69784,-337,-62856,69539,214,-62537,67777,941,-62819,66842,1753,-63253,65254,2403,-62838,68072,1457,-62583,68556,676,-62616,66896,1276,-62633,65726,840,-62939,64977,1370,-63363,64647,2403,-62869,66277,1821,-62654,65991,1140,-63075,65190,1973,-62569,69810,-834,-62317,69198,-578,-62180,68975,-1045,-62262,69219,-2186,-62381,69786,-2764,-62325,69847,-2957,-62273,68837,-300,-62297,68185,27,-62163,68359,-631,-62216,67470,-476,-62124,68051,-1238,-62283,68363,-2128,-62499,68401,-2822,-62279,67352,-1784,-62220,67294,-1055,-62453,66346,-1070,-62488,65945,-500,-62862,64750,685,-62750,65006,246,-63164,64485,1561,-63199,64131,541,-63505,64160,2073,-62743,65128,-540,-62765,65482,-1297,-63142,65507,-2749,-63593,64923,-3225,-63843,65188,-3822,-63915,65185,-4190,-64160,64838,-4139,-62797,65768,-1767,-62408,67390,561,-62322,67168,41,-62335,66774,-337,-62479,66366,453,-62507,65946,72,-63248,73882,-994,-62553,72890,-1715,-62413,71900,-1135,-62355,71610,-1661,-62293,70801,-2067,-62273,70399,-2121,-62237,69412,-1769,-62774,73648,-2106,-62095,73289,-2767,-62467,72368,-2196,-62418,71360,-2578,-62038,71900,-3080,-62602,74505,-2495,-62351,71140,-2806,-62368,70402,-2768,-61986,70276,-3002,-62425,72495,-2686,-62541,73057,-2524,-62619,73414,-2581,-62884,73910,-2419,-61853,73705,-3594,-61856,73486,-3270,-61767,73118,-3310,-62189,73764,-2722,-62370,74254,-2693,-61931,72830,-3032,-61512,72316,-3734,-61625,71381,-3499,-62408,71552,-2745,-62302,74397,-4872,-62497,74625,-4380,-62926,75011,-3540,-61413,72820,-4250,-61344,72799,-4738,-61372,72850,-5353,-61215,71856,-5975,-60899,70365,-5858,-61128,71837,-5733,-61074,71726,-5292,-61478,73006,-5574,-61365,72539,-5858,-61374,70969,-6507,-62630,66606,-2852,-62859,66146,-2528,-62368,65939,-2908,-63133,65692,-3612,-63464,65594,-3415,-62528,66387,-3765,-61882,65529,-4924,-63987,63615,-3129,-64362,63945,-3982,-64248,62870,-4575,-63737,64966,-5075,-64460,63778,-4598,-63586,63733,-1182,-63047,64542,-943,-63124,64869,-1803,-63893,63164,-1017,-63639,63555,-753,-62980,64429,-36,-63356,63931,419,-63150,68416,1777,-63493,67688,2761,-66045,68695,3656,-69618,63793,1441,-69192,63242,1554,-68869,62499,1626,-68406,61858,1823,-68302,62845,1957,-68011,62383,1967,-67352,62819,2300,-66825,63139,2692,-66784,61657,2109,-66504,60239,1990,-66318,59406,1658,-66445,61044,2034,-66016,60563,1800,-65939,61568,1798,-69092,75225,-29,-68914,74690,117,-67682,74437,696,-67506,74024,1102,-68130,72737,2096,-69101,71908,2124,-68686,72508,2065,-67051,73220,1775,-67753,73233,1713,-66784,72408,1951,-67056,72029,1926,-67560,71861,1907,-68369,71811,2079,-69890,70116,1782,-68884,70163,2285,-68947,69573,2696,-68683,70680,2267,-68881,70872,1958,-69361,70496,1746,-68907,71369,2061,-68532,71302,2070,-68133,71255,2246,-67677,71345,2181,-67887,70874,2351,-67945,71652,2022,-68241,70575,2464,-67425,70420,2472,-68546,70860,2232,-66798,70143,2870,-67818,69662,3036,-68364,69420,3042,-68931,69019,3006,-68290,68794,3365,-67739,69291,3293,-66799,69625,3240,-66067,69788,3539,-65303,71153,2986,-65360,70559,3628,-65745,70395,3390,-66226,69962,3258,-68082,70138,2572,-69257,71265,2099,-69952,70394,1709,-68660,71936,2168,-67618,72883,2084,-67605,72607,2074,-68256,74221,763,-68372,73230,1542,-70019,76360,-2181,-69926,76385,-2983,-70566,75435,-2154,-70422,75911,-2573,-71568,74954,-2229,-72350,75182,-2474,-72869,74126,-3633,-72752,75066,-2675,-72804,74407,-3744,-71907,75107,-3918,-71191,75480,-3755,-71117,75273,-4237,-70352,75626,-4292,-68663,76335,-4928,-67298,77195,-1234,-66841,77318,-919,-66804,76869,-809,-66727,76289,-575,-66937,76175,-489,-66061,77262,-981,-66524,77249,-829,-66969,77620,-1016,-65999,74712,287,-66564,74550,611,-67356,74855,271,-67403,75175,-68,-67699,76058,-142,-68355,75994,271,-67898,76198,-212,-68823,76331,-540,-69178,76365,-990,-69149,76085,-268,-69585,76167,-1051,-69313,76513,-1384,-69944,76446,-1330,-69745,76733,-2004,-68297,76350,-394,-67730,76797,-969,-68687,76976,-1952,-68759,76701,-1477,-69660,76717,-1614,-68952,77126,-2174,-68386,77403,-2175,-68016,77515,-1867,-68896,77165,-2676,-68096,77562,-3151,-67476,77892,-2611,-67566,77658,-1428,-67539,77822,-2029,-68101,77623,-2586,-69228,76712,-3331,-66766,75287,-300,-65048,74413,246,-64808,74694,-276,-65767,75186,-462,-64792,76691,-2883,-65369,77235,-3830,-65733,77611,-3409,-66614,77993,-2633,-61816,65507,-5437,-61273,65914,-4923,-62176,65174,-5542,-63427,64973,-5293,-62529,62480,-4827,-61587,61594,-5869,-61824,61525,-5153,-62653,62629,-5541,-62135,62243,-5919,-62187,62520,-6070,-62773,62843,-5660,-62537,63230,-5829,-63038,64436,-5508,-61449,65361,-5722,-60897,65935,-6150,-60632,66374,-6211,-60463,66652,-6678,-59907,67840,-6435,-60755,68907,-6267,-60002,67025,-6238,-61814,59899,-4715,-63403,60399,-4281,-63059,60707,-4053,-62328,61609,-4638,-62813,61266,-4285,-63284,61922,-4583,-64118,62206,-4134,-63620,60706,-4655,-63598,59975,-4625,-63867,60145,-4662,-64286,60686,-4217,-64406,61100,-4477,-64302,61510,-4492,-63784,61761,-4595,-63870,61406,-4802,-63701,60281,-4629,-63200,61567,-4630,-63707,59473,-4479,-64109,59901,-4267,-63841,59083,-3863,-63951,59478,-3363,-63653,59197,-2283,-63814,59072,-1283,-63863,58367,-832,-64066,58111,-368,-64544,57806,286,-64703,58608,639,-64450,59441,395,-64605,60284,568,-64302,60558,181,-64757,61386,527,-64422,61471,74,-64234,61885,-368,-64101,62763,-682,-64378,62674,75,-64516,62812,612,-65958,63400,3053,-65471,63125,2351,-65007,63588,3019,-64151,63595,1812,-65311,62808,1755,-64634,63027,1208,-64214,63257,923,-63991,63939,2786,-63804,64198,2992,-63828,64604,3409,-64563,65775,3936,-65284,65089,4897,-65591,65236,4848,-64909,64709,4786,-64509,64317,4393,-64854,65275,4697,-64285,64856,4412,-64200,64183,3781,-64035,65464,3567,-65968,62751,2183,-65288,62441,1404,-64890,63235,1994,-64402,62230,-81,-64718,61732,454,-65118,60718,989,-64956,58662,906,-65372,61408,1261,-64862,62247,727,-65491,62030,1490,-64763,59417,792,-65267,57612,1045,-64953,56551,1096,-65565,56342,1474,-65988,55636,1979,-66781,55569,1993,-66911,55783,1828,-67660,55809,2131,-69226,56193,1994,-70471,56435,1680,-64082,62254,-825,-63840,61457,-1421,-64156,59882,-3916,-63709,59206,-2830,-63809,60461,-2181,-63870,61628,-2062,-63909,61557,-2496,-63963,62237,-2403,-64165,62746,-3350,-64493,62758,-4001,-64061,62689,-4592,-63747,62043,-4135,-64452,61520,-4108,-64228,61102,-3502,-64152,60345,-3580,-63931,62231,-1964,-63958,62693,-1355,-63938,62095,-1282,-63822,60409,-2593,-63794,59805,-1658,-63923,61308,-863,-63841,60475,-1173,-64076,60905,-298,-64158,60108,-84,-64237,58453,-169,-63955,59692,-650,-63980,58962,-661,-63500,58736,-2901,-63413,58698,-3856,-63285,58842,-4144,-62897,60273,-4234,-62208,60013,-4748,-61909,60698,-5281,-61570,61142,-5867,-62446,59956,-4517,-60731,60265,-3391,-60554,59607,-3575,-61005,59348,-3667,-59952,60199,-3363,-63086,57694,-1521,-63626,57751,-817,-63371,57514,-927,-63411,58214,-1727,-63674,58575,-1447,-62874,57937,-2253,-62956,57571,-1403,-63322,55946,1542,-63121,56408,969,-63596,56145,1395,-63828,56228,1153,-63722,56660,512,-63825,55208,2322,-64142,55696,1737,-64135,56160,1240,-58048,50011,1582,-59289,51066,3073,-60004,52398,2776,-59734,52595,2347,-59948,53313,2109,-60345,52846,2676,-59284,51878,2391,-59015,51162,2574,-58900,51502,2202,-58295,51052,1711,-58743,49405,2455,-58064,48905,2007,-57824,48415,1647,-57681,48552,1400,-57377,47655,630,-57343,47147,654,-58508,49426,2481,-58252,48831,2155,-58295,48275,1588,-58719,48622,1749,-57517,47573,1028,-57886,48210,1667,-58903,49092,2119,-58955,48834,1918,-58147,47672,1026,-57760,47610,1173,-57526,46767,512,-58111,46897,480,-58346,46624,408,-58515,47860,1101,-58898,48116,1468,-58221,49326,2211,-59014,50210,2982,-58649,50029,2749,-61874,50856,4548,-62330,51657,4215,-63285,50830,4917,-63087,50042,5410,-63473,49954,5663,-64109,50696,5457,-63726,49773,5705,-63896,50185,5669,-62566,48711,5689,-66250,50819,5160,-66366,51435,4866,-66458,51189,5002,-65821,50726,5262,-65928,51474,4758,-65218,51633,4977,-65341,50907,4958,-65452,51334,5039,-62722,50644,4868,-61346,50551,4475,-61042,51056,4097,-61727,51703,3971,-64821,50813,5390,-67867,50763,5421,-68016,51493,5124,-69479,50473,5785,-70159,50708,5769,-70478,49901,6097,-72646,49943,5883,-73073,49231,5931,-73077,49961,5675,-66886,50776,5775,-67845,47354,6956,-69211,46954,6792,-70431,48422,6520,-70935,48776,6359,-70467,49001,6371,-70071,49584,6180,-69515,49244,6311,-69360,49735,6114,-68990,48929,6228,-68297,49955,5806,-68143,49672,6027,-67861,49357,6537,-67767,50623,5578,-71074,49536,6191,-72031,49499,6053,-72512,49187,6003,-73037,48325,5950,-73488,48275,5926,-73370,48941,5869,-73814,47414,5847,-74206,46690,5754,-74142,47212,5735,-74982,46563,5013,-75783,45132,4706,-76142,45251,4210,-76011,46248,4219,-75760,45712,4596,-74974,47402,4694,-75413,47952,4443,-75698,47473,4360,-75517,48546,4274,-74987,50364,4211,-74679,49669,4445,-75082,51632,3209,-75477,46976,4538,-75860,47042,4298,-75932,47074,3867,-76189,44551,3975,-75963,44038,4814,-76259,43905,4456,-76377,43309,4376,-76156,41431,2097,-76107,41432,2512,-76401,40585,3126,-76590,40134,3611,-76433,41056,3550,-76861,40427,4501,-76752,41089,4495,-76412,40884,5130,-76751,40002,5000,-77200,37842,3683,-77170,37675,3988,-77331,37370,3162,-77270,37146,2834,-76871,37260,2229,-76593,38549,2278,-76611,38312,1650,-77256,38538,706,-78141,38918,86,-78208,38508,149,-78413,38006,12,-78566,37037,384,-78457,37111,687,-78338,36286,1114,-78184,36319,1242,-77689,35730,1225,-77371,35425,840,-78102,35638,-347,-78199,35915,-163,-78340,36095,493,-78499,36494,450,-78432,36073,-693,-77631,36752,-1899,-77626,37445,-1631,-77380,38051,-1636,-76766,38163,-2070,-77011,39355,-1741,-77330,39564,-1613,-78067,39156,-1940,-78545,39184,-2326,-78895,39086,-2504,-78751,39911,-2118,-79164,39199,-2379,-79181,39982,-1898,-79510,38742,-2463,-81524,36931,-2917,-81411,36431,-3198,-81464,35875,-3561,-81593,35402,-3879,-81677,35312,-4123,-81291,35132,-4737,-81944,35392,-4647,-81609,35399,-4609,-82547,35943,-3779,-82850,36305,-3341,-82808,36559,-3773,-83062,37345,-4239,-83341,37510,-4070,-84040,37563,-3917,-84541,37405,-3201,-83506,37588,-2602,-83741,38138,-1451,-83576,37937,-1744,-83842,38410,-1277,-83946,38395,-1663,-83162,40639,-831,-82157,40060,-1050,-82035,39596,-1077,-80892,39593,-1607,-81219,39881,-1421,-81518,40298,-1289,-81967,40915,-1166,-83428,41191,-1087,-83510,41865,-1455,-83603,41310,-2354,-83339,43141,-3245,-83861,42592,-4008,-84196,42221,-4463,-84569,40651,-4387,-84617,40876,-4585,-84396,40320,-4167,-83970,41183,-3803,-83572,41268,-1436,-83723,39529,-1176,-83804,39401,-1828,-83923,38993,-2227,-83966,39750,-3195,-84061,38716,-2575,-84310,37939,-2655,-84856,39088,-4210,-85040,40088,-4813,-84945,41762,-6191,-84655,42230,-6112,-84366,42739,-5932,-84077,43165,-5544,-83776,44235,-5378,-83656,43846,-4525,-83341,44319,-4042,-83160,43408,-2669,-82886,44364,-2718,-82935,44161,-2470,-83308,43278,-1361,-83398,42455,-1355,-82639,42643,-1118,-81312,44125,-844,-80454,45437,-337,-81075,46254,-443,-80706,46149,-56,-83186,43831,-3321,-83228,44236,-3701,-82767,45640,-3468,-82596,46445,-3495,-82402,46412,-2832,-82897,44814,-3207,-84040,37910,-1936,-84831,37504,-3645,-84882,38265,-5710,-85143,37563,-3887,-85202,37806,-4555,-85563,37751,-4311,-86154,38419,-4433,-86727,38975,-4784,-86985,39848,-5341,-87653,39789,-5780,-87233,40082,-5600,-87321,40639,-6400,-86181,40450,-5825,-86471,40200,-5628,-87465,39881,-5525,-87454,39355,-5361,-82532,40624,-1011,-83829,38717,-1108,-83586,38596,-966,-83693,39125,-689,-83093,38722,-1343,-82956,38519,-1829,-82820,37938,-2459,-83242,39124,-563,-82574,38957,-465,-82587,38797,-614,-82410,39069,-510,-82411,39502,-813,-81972,38922,-1081,-81865,38384,-1260,-82077,37205,-2334,-82570,36521,-2661,-82786,36549,-2769,-82974,37569,-3000,-83089,37729,-2760,-82988,38020,-2410,-81617,38923,-1461,-81434,38532,-1811,-81454,39248,-1483,-80022,40546,-1259,-80870,40254,-1332,-80832,41481,-931,-81213,41823,-959,-81393,42475,-935,-79693,41078,-1113,-79052,41892,-994,-78589,42221,-900,-77997,41580,-747,-77901,40866,-994,-77963,40642,-1148,-77568,39921,-1124,-77501,40570,-912,-77783,39896,-760,-77973,40346,-201,-77757,41059,-403,-77804,41529,-94,-77782,41557,231,-77526,43010,760,-77313,42958,1126,-76936,43512,1362,-77475,42479,869,-77475,43374,964,-77454,43740,259,-77745,44301,307,-78485,42682,-669,-77940,41884,-607,-77555,41888,-630,-77582,40338,-1193,-77424,41211,-716,-78897,42458,-844,-78093,43571,5,-77513,43838,568,-77536,43192,351,-77679,42448,99,-80563,43548,-540,-80291,45978,-121,-78402,44294,-89,-78059,44573,346,-78415,45196,260,-77960,45573,793,-77926,46182,1007,-78122,46092,895,-79114,45669,43,-78796,45747,191,-78096,47316,1295,-77619,45852,658,-77451,46777,1541,-77362,47561,1890,-77381,47956,2074,-77149,47408,1353,-77371,46138,636,-77418,46836,874,-77611,47128,1075,-77960,47983,1617,-78161,48170,1590,-78556,48530,1368,-78598,49565,1600,-78949,49840,1475,-79284,50360,1111,-79482,49909,986,-79671,50780,915,-80128,51274,978,-79787,51938,1133,-79644,51882,1230,-79180,52750,1317,-79254,53683,845,-79585,53328,633,-80574,51468,-2,-80814,50699,-100,-78118,54271,1079,-78041,52594,1406,-78795,51623,1271,-79501,52659,1114,-80423,51115,480,-79897,51026,954,-80319,49209,312,-80380,48027,-23,-81372,48019,12,-81930,46978,-488,-82479,45969,-1061,-82119,46803,-1427,-81598,48221,-705,-81604,48213,-255,-81194,49264,143,-82177,46739,-1938,-82216,46894,-2443,-82570,45466,-2389,-82535,45765,-2817,-82752,44989,-1842,-82708,45239,-1219,-82414,45691,-851,-81889,46427,-564,-81440,46404,-633,-80908,47222,-376,-80407,47277,-53,-80594,47978,-154,-81045,47525,-330,-80915,48069,-121,-79976,47882,344,-79548,48194,905,-79190,47347,621,-79971,47264,480,-79728,47512,693,-79986,49576,585,-79272,51314,1106,-79207,51808,1183,-78915,52526,1263,-78813,53323,1265,-78431,53205,1261,-78513,52300,1308,-78528,47439,956,-80174,42965,-542,-80399,43153,-531,-80816,44769,-591,-82278,38040,-970,-82340,37382,-1472,-82045,37301,-1536,-82315,36858,-1993,-82136,37030,-1922,-82540,36877,-2065,-82708,36878,-2380,-82287,36742,-2741,-82507,37495,-1646,-82442,38048,-1184,-82469,38513,-812,-82770,38737,-1193,-83416,39747,-573,-83572,39904,-877,-83369,40463,-807,-83042,39897,-640,-82709,38288,-1989,-82110,35658,-4063,-82553,35988,-4497,-83697,36769,-5062,-84053,36894,-5455,-83856,37713,-5969,-83902,38040,-6250,-84428,36930,-6071,-84915,33631,-3922,-86054,31940,-3455,-86805,30413,-2956,-87276,30514,-3028,-86784,31612,-3466,-87273,31190,-3431,-85521,33822,-4208,-86517,32463,-3858,-86815,32471,-4043,-85315,33579,-3996,-87175,30329,-2927,-86063,32414,-3644,-83373,36585,-4763,-83640,37412,-5244,-83606,37757,-5107,-83724,37820,-5600,-80408,35822,-3655,-78958,35169,-3931,-77274,36901,-3017,-78054,36594,-3013,-78324,36026,-3334,-79726,35700,-3654,-79647,34330,-4530,-79924,33818,-6150,-80763,34108,-5644,-81222,33794,-5342,-80940,34509,-5320,-81094,34945,-4320,-80802,35354,-3968,-77564,34963,-5256,-77311,35600,-4003,-77835,35151,-4459,-78143,35511,-3675,-77936,35976,-3322,-78749,34941,-4157,-78204,34941,-4640,-77935,34847,-5163,-77412,34997,-4832,-79497,34443,-4401,-78231,34480,-5679,-78932,34195,-5688,-78134,34345,-6307,-79746,33872,-6670,-79114,34064,-6468,-80233,33677,-6415,-80832,33268,-6254,-81437,32721,-5827,-81724,33088,-5225,-81694,33542,-5032,-81229,35015,-4958,-81714,34552,-4919,-82094,33507,-4733,-83652,32122,-3953,-84295,32037,-3694,-84892,31024,-3492,-86123,30576,-3096,-85869,30384,-3134,-87016,29246,-2725,-86487,29419,-2896,-86778,28422,-2846,-87041,27275,-3104,-84028,30839,-3984,-85025,30024,-3556,-83173,31763,-4297,-82807,32512,-4376,-83718,31576,-3992,-79308,38232,-2785,-80043,38041,-2699,-79746,37500,-3047,-78788,36704,-3251,-78862,38562,-2644,-78011,38496,-2118,-77538,38029,-2301,-76948,38776,-1766,-79234,37650,-3056,-78795,37458,-2943,-78501,38240,-2513,-77816,36954,-2853,-76893,37534,-2778,-77039,37986,-2469,-77019,38684,-2176,-76800,38816,-1956,-76772,38315,-2341,-76626,37027,-2414,-76837,36096,-2766,-77120,35454,-2819,-77208,34663,-2925,-77531,36006,-2343,-78279,35604,-2049,-78342,34948,-2326,-78067,34375,-2600,-78414,33971,-2464,-78423,34686,-2261,-78559,35265,-1951,-78485,34359,-1615,-77747,35318,-2445,-76538,37568,-2533,-76561,36707,-2805,-76677,36859,-3059,-76897,36472,-3323,-76676,37241,-2944,-76593,37618,-2677,-76629,36365,-2834,-76807,35589,-3091,-80094,36318,-3465,-79330,37130,-3242,-80645,36701,-3196,-77157,39757,-1549,-77053,39456,-1542,-77720,39268,-1624,-78462,39862,-2048,-78581,40730,-1661,-78887,41282,-1327,-79519,40654,-1352,-79998,39816,-1644,-80854,38933,-1938,-80298,38549,-2326,-80913,37437,-2721,-81267,37912,-2310,-81934,37002,-2745,-82342,35863,-3641,-82649,36173,-3376,-81894,36419,-3266,-78286,41703,-995,-80329,41092,-985,-78436,35443,-1051,-78093,35214,-517,-78329,34776,-744,-78545,34652,-1213,-78544,36999,-328,-78467,36407,-283,-78545,36205,-1159,-78464,37753,-623,-78323,37583,-1075,-78136,38370,-996,-78521,37320,-547,-78475,36521,-1294,-78436,36281,-1571,-78228,36853,-1422,-78389,38232,-618,-78175,39110,-434,-77750,39539,241,-77677,38891,353,-77037,39018,814,-78114,35874,780,-78299,36818,972,-77834,37058,987,-77358,36363,1449,-77852,36020,1370,-77285,35755,1286,-77432,35278,468,-77342,36991,1262,-76998,37487,1322,-76833,37439,1383,-76776,36897,1771,-76904,38031,1334,-77246,37851,962,-77640,37796,734,-78391,37756,344,-78139,37703,566,-76544,41913,4264,-76546,41931,4614,-76340,42234,3716,-76241,42027,3130,-76183,43502,3430,-76283,43252,3824,-76488,40869,1397,-76437,39928,1712,-77274,39792,552,-76894,39543,977,-76709,38934,1455,-76519,39096,1955,-76795,41454,987,-77313,40786,553,-77996,40208,128,-78193,39090,-138,-78035,39429,104,-76310,39966,2077,-76246,40155,2428,-76413,39667,2630,-76628,39582,3334,-76849,38598,3292,-76975,38378,3491,-76852,38290,2894,-76714,38231,2539,-76970,38806,4061,-76913,39774,4442,-76903,40228,4787,-76734,40798,4942,-75453,45253,4977,-75305,44475,5431,-74620,44283,5297,-74246,45157,5445,-74377,46129,5708,-74629,46279,5566,-73559,46365,5683,-73014,47221,5912,-72983,46354,5847,-72065,46366,6208,-72108,47028,6211,-71516,47060,6411,-70889,47784,6524,-72735,48164,6025,-73537,47147,5795,-71627,47613,6343,-73282,45334,5669,-73801,45262,5471,-74287,44408,5312,-73771,44525,5437,-74671,43365,5195,-74080,43484,5358,-73598,44141,5515,-72672,44814,6054,-70457,47569,6741,-73934,45980,5587,-74942,45380,5530,-74650,45944,5650,-76064,45525,4383,-74662,48510,4703,-74351,49698,4667,-74393,50583,4304,-74904,48641,4529,-75273,49086,4342,-73678,49060,5574,-73739,48130,5816,-68787,47443,7009,-68365,47809,7055,-67395,46766,6940,-68451,46163,7428,-68751,46252,7582,-69327,45103,7863,-69941,44840,7240,-69711,44372,7976,-69200,44251,8003,-68903,44823,7806,-68294,45246,7518,-68991,45514,7754,-69315,44677,7952,-68673,44100,7953,-69010,43686,8111,-69729,43425,8212,-70271,43400,7948,-70707,42970,7642,-72071,42376,7151,-71970,43255,7162,-71576,42953,7094,-71554,42034,7167,-71202,42891,7155,-71848,41945,7099,-70828,42275,8191,-71230,42261,7391,-71628,41179,8018,-71870,39644,7949,-72131,40035,7972,-72587,39628,7697,-72187,39349,7736,-72217,40455,7416,-71614,40694,8204,-72319,40203,7788,-71917,40921,7475,-72672,40766,6882,-73217,40427,7081,-73476,39913,6946,-73956,39997,6851,-74264,39290,6747,-74482,40950,5767,-74000,41311,5973,-74359,41720,5481,-74164,42419,5438,-72345,40847,6844,-72913,39809,6354,-72859,40274,6615,-72641,40163,6635,-72237,40543,7001,-71743,41371,7305,-72085,41015,6974,-72241,41388,7016,-71348,43756,7034,-71246,46032,6800,-71011,46155,6884,-69735,46281,6778,-69582,45787,7007,-70396,44718,6934,-70092,44851,7060,-70668,47027,6787,-71300,46770,6544,-70314,47312,6767,-71138,43345,7061,-70846,43175,7262,-72897,41061,7151,-73740,39968,7013,-74066,40599,6418,-73505,42062,6124,-72943,41968,6969,-72897,41572,7169,-72557,41648,7157,-73286,40858,7167,-73516,40886,6999,-73460,41721,6417,-71840,41480,7080,-70632,42054,8428,-70113,40280,8457,-70448,39823,8331,-69884,39729,8359,-69771,39523,8086,-70280,39280,7826,-70561,37954,7569,-67259,49808,6248,-66693,45671,7139,-65991,48035,6696,-66314,47363,6712,-66832,48953,6339,-66235,48764,6457,-65617,47232,7107,-65279,47471,6698,-65130,46546,6771,-65070,46653,6407,-63888,46196,6381,-63598,45972,6324,-63801,46661,6165,-63323,46485,5447,-63064,45479,5511,-62979,45631,5395,-62683,45678,5224,-63517,46393,5687,-64661,46344,6482,-65090,46301,6492,-65281,46584,7241,-66095,47042,6858,-66322,45668,7162,-63633,44175,6705,-62536,43218,6788,-63577,41968,6890,-67230,42413,8196,-66150,41968,8660,-66664,41073,8847,-66717,42161,8337,-67409,41712,8412,-67264,41167,8599,-67363,40070,8865,-66928,40263,9031,-66765,40746,8979,-68493,39977,8480,-68151,40248,8820,-68698,40446,8792,-67943,41222,8562,-69616,41342,8618,-68554,39708,8102,-68372,39585,7659,-68762,39470,7605,-69425,39357,7528,-68247,37752,7898,-67195,37698,8076,-67522,37525,8267,-66906,37574,8193,-66260,36429,7844,-66648,36467,8157,-65845,36321,7910,-66349,36934,8220,-65713,37171,7804,-66005,37567,7977,-66528,37278,8162,-67683,37873,8000,-67870,37733,7970,-68423,38085,8170,-69153,39626,7601,-67369,40324,9095,-68056,40674,8907,-69053,41675,8446,-72727,36046,6928,-73214,36958,6493,-73333,37584,6155,-72717,37786,6273,-72380,38163,6527,-72436,38741,6971,-72771,39219,7424,-72896,39307,7197,-72843,39025,6442,-72834,37605,6470,-73333,37879,5974,-73533,38374,5261,-73959,38197,4861,-74747,38377,6298,-74761,38596,6292,-75497,38677,5815,-77017,37762,4303,-73475,36959,5965,-73311,36638,6245,-73885,37139,5387,-73538,37270,6039,-74290,37922,4601,-74548,37673,4223,-74375,38056,4514,-74761,37875,4132,-75123,37963,4582,-75628,37797,3478,-75516,37551,3073,-75775,36496,2571,-73292,33721,6678,-73012,38850,6042,-72763,38791,6796,-72433,38675,6445,-72806,38628,6023,-71069,40529,8207,-71241,39469,8075,-70692,39391,8098,-71226,38937,7565,-71279,38871,7111,-71945,38763,7160,-71459,38997,7729,-70762,39069,7302,-70802,38865,7178,-70833,38428,7286,-71389,37285,7261,-72118,37123,7212,-72437,37329,6950,-72390,37582,6541,-71586,37444,6944,-71108,37520,7142,-71186,37850,7339,-72502,36701,7193,-72646,36487,7115,-71897,38563,6695,-71829,38744,6752,-71317,38659,7014,-71813,37823,7010,-70935,40953,8495,-71167,41547,8328,-70724,41195,8565,-72473,39955,6960,-73236,39730,6394,-73581,39169,6083,-73250,39273,5980,-73207,38655,5638,-72914,39364,6244,-73604,39490,6739,-73970,39318,6926,-72362,32893,7345,-72861,33503,6965,-73070,33234,6580,-72798,34360,7109,-72863,30672,6765,-72768,30869,7084,-74004,28597,6120,-74684,28254,5552,-74949,27381,5393,-75204,26128,5363,-75564,26213,4952,-75477,25607,5215,-75991,24573,4923,-75231,24155,5163,-75316,23437,5060,-75288,22545,4993,-75851,22796,4802,-74809,22120,5138,-73370,21045,5391,-72705,21070,5457,-72624,19413,5177,-72981,18515,5078,-72355,18844,5012,-71830,18510,4868,-71268,19438,4986,-71179,18943,4857,-71056,18795,5016,-71182,17566,4576,-71300,17101,4395,-71407,16601,4295,-71299,16218,4478,-71585,15527,4034,-71469,15075,4221,-71697,14343,3839,-71827,13612,3623,-71787,12395,4602,-71686,12780,4873,-71377,15235,5338,-71146,13782,5370,-70752,14121,5364,-70760,15521,5680,-71230,15201,5566,-71224,16175,5596,-70296,15303,5520,-69926,14841,5206,-69260,15487,4857,-69583,12242,4102,-69454,11769,3969,-69194,10639,3735,-69354,9875,3665,-69338,8663,3271,-69211,8123,2590,-69189,7671,2195,-68675,8718,2322,-68309,9461,2586,-68045,9381,2659,-67806,9180,2769,-67404,8929,3065,-67259,9950,3537,-67185,8731,3354,-66805,9193,4199,-66322,8849,4977,-66500,8947,4706,-66016,6814,4916,-65007,6842,3912,-64829,6510,3373,-64023,5753,2414,-63622,5451,2135,-64189,4201,2081,-64520,2789,1942,-64741,1525,2090,-64639,-1044,958,-64736,-873,1375,-64727,-2381,678,-64675,-3382,251,-64863,-4457,365,-64886,-5125,1142,-64926,-6371,904,-65156,-6344,1823,-65379,-6322,2106,-65579,-6568,2082,-65915,-8316,1493,-66567,-8186,959,-66409,-9865,623,-67710,-10292,-1089,-67507,-11767,-1230,-67234,-11895,-1088,-66396,-14864,-1096,-65818,-14695,-448,-65532,-14742,-357,-65408,-13858,-105,-65438,-12392,353,-65671,-12811,227,-65836,-13392,-66,-66566,-13330,-846,-66778,-13794,-1190,-67149,-11449,-902,-67183,-10440,-645,-66791,-11727,-562,-65294,-13583,-174,-66165,-12583,-63,-66086,-13709,-397,-66825,-12613,-936,-65532,-13407,75,-65564,-4664,2587,-65752,-4442,2605,-65823,-3694,2761,-66261,-3726,2313,-66928,-3206,1696,-67758,-3117,828,-68217,-3399,-175,-68398,-3459,-375,-68613,-4972,-862,-69046,-4751,-1010,-69653,-6363,-1357,-70151,-5358,-919,-70710,-4508,-328,-71291,-4757,172,-71826,-6336,480,-72581,-5461,1713,-72799,-5505,1784,-72318,-4230,1712,-71528,-2381,1202,-71393,-1545,1324,-70899,-1096,814,-70654,690,1128,-71111,1754,2355,-70727,3024,2411,-70295,4254,2417,-70114,4902,2449,-70647,6848,3337,-71357,5895,3492,-71339,4958,3311,-70750,5146,3031,-71363,3751,3083,-71274,2934,2804,-72368,-80,2764,-71784,-529,2314,-71868,-3871,1155,-71991,-2177,2012,-71953,-1626,2197,-71551,-329,2136,-71245,744,2183,-71047,1408,2154,-71485,-1032,1672,-70980,243,1467,-70811,1316,1696,-72254,835,2875,-72668,1234,2915,-72713,-97,2721,-72951,-10,2509,-73034,1019,2564,-73277,70,1962,-73474,1143,1627,-73251,1730,880,-72833,2478,-331,-72846,2104,24,-73080,2037,530,-72891,934,2724,-72642,2768,3130,-72944,1885,2757,-72773,3086,3065,-72581,3718,3341,-72532,4292,3463,-72428,5179,3652,-72168,4794,3647,-72237,5825,3829,-72207,6810,3971,-71892,7197,4041,-72055,7856,4190,-72312,7372,3889,-72357,6343,3801,-72660,6002,3259,-72989,4762,2652,-72826,4361,2988,-72948,4423,1113,-72923,5243,1287,-72931,5048,1543,-72830,6031,2892,-72878,6416,2632,-72493,7895,3489,-72607,8264,3185,-72148,9234,4114,-72030,9878,4339,-71967,10700,4423,-71568,11410,4899,-71829,11177,4698,-71385,11914,4998,-70098,11345,4161,-71886,8566,4311,-72082,8640,4228,-71730,8120,4170,-71327,9648,4351,-70626,8142,3659,-70493,9708,3996,-70080,10428,3968,-71730,9719,4516,-71955,9281,4397,-71206,10641,4584,-70673,10571,4291,-70383,12406,4686,-69570,7595,3126,-69494,7450,2925,-69764,6337,2683,-69515,5354,1458,-69539,4395,1139,-69082,3962,799,-68813,3182,605,-69249,2932,500,-69219,1702,156,-69006,1351,81,-68506,436,331,-68616,-326,3,-68326,-654,416,-68083,-439,952,-67377,-1938,1397,-66602,-2626,2184,-66018,-1969,3088,-65672,-2451,3175,-65392,-2844,3029,-65605,-3392,2928,-65890,-2845,2971,-65201,-5365,2237,-65359,-3979,2734,-65041,-4738,2129,-64964,-4460,2008,-64956,-5133,1644,-64853,-4659,1040,-65108,-3502,2646,-64959,-2356,2678,-64838,-1463,2206,-64778,-1495,1457,-64767,237,1929,-64851,-103,2782,-64948,355,3270,-65073,644,3519,-65244,1393,3810,-65794,713,3828,-65969,34,3641,-65940,-1073,3392,-66275,-1631,2855,-65792,-1746,3310,-65517,-1772,3307,-65032,-1187,3076,-65663,-974,3487,-65301,-1211,3333,-65573,224,3720,-65463,1293,3918,-64796,-2454,1625,-64799,-2953,1067,-64787,-3075,562,-65183,-2085,3070,-68016,546,1077,-68080,1527,1051,-68022,2497,1143,-68290,2192,917,-68618,3180,727,-68628,4335,961,-68394,3828,1068,-67984,3557,1269,-67584,3127,1525,-67567,1733,1369,-68580,5208,1243,-68332,5015,1297,-68131,6099,1697,-67690,5584,1902,-67480,3821,1698,-67173,3561,2022,-67075,5279,2553,-66954,4878,2763,-66709,5587,3545,-66422,6047,4179,-67168,2380,1886,-67038,3388,2315,-66737,3185,3105,-66834,4227,3043,-66615,4139,3512,-66357,3638,3854,-65682,3506,4381,-65736,4483,4579,-65412,3743,4384,-65049,4754,3902,-64903,3786,3077,-64969,2635,3471,-64867,2875,2836,-64946,1304,3367,-65334,5978,4815,-65218,5297,4561,-65042,6160,3991,-64927,4658,3343,-64802,4753,3012,-64831,5899,3273,-65688,2148,4150,-65663,1311,3971,-66286,2032,3739,-66492,424,3131,-66560,-892,2624,-67132,-177,1759,-65114,3683,4015,-67339,2481,1663,-67158,1774,1863,-66944,2735,2504,-66114,3311,4138,-65970,2770,4140,-66108,1924,3919,-66490,2291,3454,-66608,1824,3160,-66778,808,2600,-66990,409,2056,-67285,1501,1623,-67830,4774,1585,-69383,7146,2281,-68922,7849,2026,-68553,8166,2088,-68152,8902,2438,-67748,7832,2411,-67483,8046,2715,-67349,4761,2028,-67991,7830,2228,-68316,7736,2007,-69207,7126,1932,-69565,5905,1757,-67564,6462,2249,-68216,861,891,-68849,780,34,-68912,-192,-175,-69236,-1416,-390,-69208,471,-106,-69686,-685,-187,-69496,1767,267,-70044,1918,753,-70500,677,911,-69699,1875,428,-70300,1858,1051,-70261,2869,1390,-69996,3200,1111,-70117,4082,1710,-69841,4073,1259,-69811,4895,1595,-69594,3619,936,-68673,1727,347,-68920,2254,325,-69653,7169,3012,-70272,6726,3173,-71130,6772,3541,-71676,6579,3797,-71935,5084,3627,-72149,2522,3181,-72203,1727,3030,-72422,1766,3049,-69939,6298,2885,-69787,8774,3538,-70203,8815,3654,-71179,7947,3885,-72050,6144,3865,-72395,3699,3420,-72913,6238,2363,-73408,5880,1328,-73855,6971,2120,-73263,7789,2032,-72655,8226,2542,-72649,8478,2387,-72935,10056,2663,-73256,10486,3061,-73305,11795,3544,-72304,12910,3312,-72209,12206,3106,-71910,12480,3430,-71820,12621,3906,-71618,12267,5019,-70612,12678,4914,-70932,12959,5128,-70268,13294,4910,-69684,13687,4544,-69841,12672,4341,-72036,11990,3200,-71897,13155,3439,-72815,12749,3592,-73484,14243,4420,-73362,16300,4794,-71599,16751,4300,-71677,16129,4128,-72234,13744,3599,-72900,15016,4329,-72411,15682,4315,-72028,16689,4481,-72032,13803,3571,-72393,14786,4073,-72068,14603,3802,-71691,15035,3891,-71885,15786,4089,-72897,11585,3230,-72145,10950,3038,-72008,11623,3599,-72248,11314,2926,-72466,11953,3064,-72421,11082,2828,-72705,10781,2787,-72554,10100,2615,-72391,10185,2712,-72295,10145,2880,-72185,10721,3340,-72002,11235,4103,-72445,9379,2649,-72540,8912,3041,-72288,9924,3587,-72886,6251,1596,-72745,7742,2662,-72768,7295,2108,-72882,5963,1797,-72880,7076,1750,-72908,7702,1943,-72152,7311,4084,-72484,660,2899,-72436,-577,2681,-73475,521,1617,-72991,-838,2345,-72451,-2089,2374,-72868,-1264,2442,-72959,-2373,2242,-73122,-1636,2105,-73186,-2662,1871,-73440,-1732,209,-73360,-799,281,-73114,75,-112,-72969,1254,-927,-72822,1157,-450,-72935,2315,-725,-73161,1421,-1052,-73010,596,-1265,-72893,16,-1451,-73159,-403,-1919,-73380,-209,-1821,-74232,-644,-1151,-74192,-1270,-1523,-74592,-2576,-1622,-75424,-2533,-539,-74610,-1493,-1072,-75071,-1610,-488,-72939,-1329,-2316,-73389,-1008,-2251,-73601,-1866,-2632,-74031,-1889,-2117,-74857,-3800,-1889,-74612,-5085,-3192,-74530,-5667,-3554,-74037,-5605,-3932,-73762,-5946,-4212,-73614,-7186,-4769,-74091,-6917,-4532,-74438,-6508,-4049,-74698,-6391,-3814,-75012,-7648,-4225,-75206,-8452,-4488,-75377,-8055,-4426,-75626,-9495,-4770,-75779,-9678,-4937,-75729,-10394,-4862,-75977,-10743,-5144,-75081,-11361,-5135,-74610,-12156,-5887,-74613,-14473,-6381,-74227,-14407,-6710,-74211,-13476,-6553,-74638,-13526,-6196,-74195,-12032,-6262,-74760,-11104,-5497,-74703,-10649,-5449,-75102,-10532,-4915,-75401,-10240,-4765,-73418,-10954,-6196,-73300,-11422,-6212,-73708,-12474,-6602,-73952,-13010,-6634,-73683,-13627,-6822,-73702,-14828,-7074,-73418,-14068,-6849,-73028,-14333,-6629,-72053,-15264,-4771,-72067,-14755,-4488,-72000,-15847,-4734,-71916,-17648,-5021,-72093,-17627,-5808,-73518,-17019,-7294,-73548,-16313,-7250,-73834,-16018,-7204,-73298,-16352,-7139,-73007,-15576,-6795,-73278,-15503,-7020,-72665,-15800,-6484,-72665,-14279,-6216,-72489,-13951,-5903,-73552,-15376,-7127,-72496,-16866,-6434,-72377,-16126,-6184,-72198,-16310,-5898,-72142,-16012,-5662,-72168,-14496,-5251,-72060,-16679,-5537,-73179,-13489,-6580,-72763,-13039,-6023,-72429,-13072,-5500,-72551,-12067,-5305,-72627,-11066,-5086,-72939,-10697,-5456,-72636,-9844,-4672,-73274,-10127,-5768,-72901,-11854,-5788,-73301,-12245,-6396,-73839,-14189,-6927,-73981,-11862,-6392,-73503,-11635,-6397,-74159,-10547,-5911,-74393,-9764,-5435,-73880,-10110,-5983,-73542,-9982,-5960,-74915,-9634,-4857,-73831,-10729,-6196,-73940,-14997,-7009,-75185,-15448,-5634,-76504,-15898,-5892,-76544,-16046,-6244,-76522,-15177,-6421,-76376,-16605,-7306,-76124,-16568,-8158,-76239,-15758,-7728,-75122,-13499,-5455,-74976,-14972,-5850,-75407,-14539,-5239,-75743,-14281,-5073,-75762,-13356,-4996,-76173,-13947,-5276,-76502,-14695,-5847,-76370,-14601,-5554,-75972,-14854,-5182,-75597,-15000,-5186,-75427,-13649,-5134,-75598,-13705,-5035,-75163,-12615,-5250,-75492,-12746,-4993,-75638,-12233,-4911,-76007,-9930,-5457,-76157,-9761,-6035,-76356,-9801,-6299,-76271,-10283,-6398,-76278,-10920,-6665,-76332,-11685,-6061,-76472,-13387,-6603,-76271,-14188,-7567,-76063,-13314,-7952,-75657,-12975,-9003,-75605,-13412,-9765,-75927,-14670,-10722,-76397,-14414,-10531,-76949,-14497,-10558,-77323,-14595,-10591,-77862,-15563,-11191,-78103,-14645,-10015,-78523,-14115,-8961,-78427,-12033,-6990,-79741,-12059,-6275,-80284,-10873,-5848,-80558,-10079,-5678,-79996,-8575,-3973,-79498,-7923,-2998,-79794,-7701,-3149,-79111,-6268,-1702,-79488,-6570,-2195,-81152,-5302,-4134,-80349,-2311,-2628,-80477,-1839,-2795,-80654,-887,-2757,-81164,-1554,-4024,-80995,-633,-3240,-81587,-657,-4098,-81370,-134,-3578,-82002,615,-3820,-82125,300,-4313,-82335,-202,-4576,-82435,-879,-4910,-82256,-942,-4768,-82017,-1733,-5087,-81924,-2495,-5440,-81403,-1089,-4186,-81304,-2060,-4441,-80962,-2084,-3824,-81121,-2930,-4336,-80546,-2191,-3058,-80646,-3232,-3383,-80837,-3673,-3812,-81351,-4507,-4759,-82025,-4472,-6178,-81060,-3336,-4257,-81503,-3220,-5071,-81996,-3885,-6097,-82019,-3215,-5933,-82280,-2602,-5812,-82652,-1256,-5388,-82428,-720,-5598,-82043,-806,-6048,-81688,-616,-7034,-81654,7,-6718,-81675,155,-7287,-81853,340,-7569,-83307,-1526,-8606,-83499,-1859,-8951,-83257,-994,-9755,-82951,-969,-10223,-82845,-511,-10493,-83000,491,-10130,-83113,1020,-9863,-83895,1352,-9300,-83424,1200,-9693,-83621,-2534,-11830,-82783,-3156,-11954,-82718,-4420,-12447,-82938,-4765,-12094,-83318,-3487,-10543,-82820,-3392,-10168,-82373,-2647,-9705,-81941,-2437,-9257,-82073,-2592,-9584,-81885,-1862,-9061,-82087,-1306,-8872,-82200,-463,-8315,-82473,-708,-8439,-82923,-1371,-8643,-83550,-964,-8342,-83447,-2987,-9973,-83405,-2794,-10067,-83577,-1918,-9398,-83575,-2196,-9334,-83250,-2857,-9643,-83264,-3936,-10605,-82757,-3721,-12062,-82802,-2746,-11701,-82963,-1722,-10441,-82998,-3708,-12556,-82805,-3748,-12397,-82865,-4392,-12900,-82723,-4474,-12739,-82748,-6410,-13848,-83233,-3337,-12412,-83244,-4068,-12914,-83483,-3529,-12475,-83985,-4582,-12576,-83646,-4902,-13205,-84100,-5540,-13000,-84740,-6224,-12561,-84633,-7028,-13250,-84998,-6777,-12631,-85548,-9046,-13644,-86715,-10246,-14162,-86928,-10347,-14587,-86868,-10438,-16384,-86892,-9871,-15010,-86934,-9239,-14861,-86930,-8787,-15424,-87001,-9666,-17335,-86879,-10899,-17791,-86876,-11192,-17288,-86501,-13101,-15798,-86266,-12856,-15627,-86990,-11242,-15052,-86967,-10938,-15864,-86904,-12079,-16967,-87081,-11549,-15671,-87070,-12668,-16329,-86928,-13146,-16287,-87022,-11742,-15455,-86721,-12358,-15451,-86760,-13137,-16024,-86983,-11588,-16351,-86902,-9930,-16761,-86863,-9628,-15524,-87008,-10639,-15072,-86971,-8782,-14430,-87020,-7768,-13479,-87127,-7031,-13756,-87050,-5988,-13082,-86956,-4593,-13550,-87041,-4861,-12537,-86905,-3807,-11526,-87005,-5835,-12675,-86786,-5484,-11869,-86782,-4490,-11401,-86268,-3929,-10654,-86963,-6388,-12780,-86858,-9643,-14112,-86688,-9491,-13685,-86333,-10192,-13953,-85885,-8827,-13237,-86199,-9031,-13263,-86234,-8210,-12802,-86152,-7303,-12334,-85890,-7356,-12407,-85467,-7009,-12408,-85798,-9645,-13830,-86098,-10020,-13884,-86613,-7622,-12630,-86857,-6159,-12268,-86932,-8589,-13556,-86912,-8130,-13176,-86810,-8656,-13259,-86419,-8661,-13078,-85310,-7562,-12866,-85168,-9068,-14012,-84410,-8100,-14199,-83916,-8097,-14718,-84257,-9372,-15180,-84519,-10251,-15407,-85365,-11287,-15193,-85244,-10697,-14969,-85652,-10893,-14735,-84854,-9247,-14484,-84827,-7505,-13337,-83909,-3978,-12325,-83869,-3054,-11873,-84093,-2048,-11019,-84042,-1071,-10518,-82652,-5032,-12817,-82848,189,-10046,-82910,882,-9735,-83127,934,-8955,-83590,-260,-8277,-83533,-1118,-8955,-82834,2377,-8552,-82819,2456,-8922,-83150,1658,-9474,-83531,1939,-9239,-82919,1675,-9230,-82914,715,-9524,-82491,-641,-5033,-82290,-216,-4926,-81800,34,-5320,-81669,-11,-5898,-81821,-662,-6353,-81691,841,-6049,-81684,1370,-6127,-81687,895,-6898,-82224,2190,-6447,-81784,2656,-5650,-81764,3298,-5317,-82134,3296,-5628,-83213,1921,-6224,-83263,1214,-6653,-83048,1202,-6633,-81849,1192,-6921,-82083,283,-7752,-82180,1019,-7212,-82602,1219,-7088,-82789,1909,-6285,-82356,2663,-6039,-82909,2622,-5715,-83074,2692,-5772,-82938,3599,-5231,-82529,6338,-3850,-82744,6188,-4159,-82509,7200,-3638,-82356,8239,-3198,-82281,9853,-3187,-82078,10902,-2895,-82252,9606,-3695,-81261,13036,-3095,-81190,13405,-3302,-81126,14050,-2550,-81007,14982,-2286,-81079,15155,-2496,-81334,16019,-2380,-81035,16030,-2177,-80897,15645,-1480,-81063,14892,-1741,-81423,13564,-1239,-81742,12214,-1745,-82020,11086,-2251,-81852,11991,-2165,-82177,9983,-2577,-80757,8437,-950,-80509,9432,-343,-80492,8722,-249,-79715,7886,807,-80227,8017,-5,-80626,6251,-1373,-80958,6428,-1734,-80491,5422,-1089,-80725,5654,-1729,-80753,4384,-1814,-80982,3997,-2723,-81081,3101,-3311,-81321,1547,-4201,-81527,1254,-3944,-81541,740,-4845,-81549,650,-5440,-81746,2019,-6001,-81703,2631,-4570,-81481,3232,-3859,-81706,1488,-5465,-81728,1991,-5080,-81519,2027,-4744,-81124,2335,-3729,-81542,3682,-3627,-81403,4871,-2973,-81361,5219,-3051,-81517,4708,-3941,-81622,4835,-4271,-81445,4238,-3188,-81569,3889,-3721,-81635,3314,-4790,-81766,4129,-4865,-81881,3798,-5203,-82168,3850,-5153,-81980,4303,-4866,-82432,4394,-4661,-81297,2977,-3815,-81593,3667,-4246,-81639,3736,-4788,-81640,3213,-4201,-81725,2596,-5368,-81246,2215,-4199,-81362,1405,-4726,-81490,1402,-5086,-80976,7824,-1545,-80953,6856,-1593,-81142,7032,-2175,-81323,5874,-2952,-81499,6344,-3312,-82144,6666,-3590,-82646,5341,-4270,-82361,5321,-4224,-81866,5735,-4013,-81960,4940,-4450,-81773,4823,-4449,-81468,5663,-3514,-81658,6332,-3580,-82858,4828,-4609,-82327,7040,-3512,-82197,7885,-3117,-81917,9559,-2323,-81766,9011,-2416,-82220,9108,-2794,-81776,7042,-3272,-81096,8331,-1759,-81471,8676,-2320,-81525,7271,-2932,-81731,8010,-2813,-81277,8744,-2042,-81313,7843,-2383,-80790,7559,-1039,-81134,6167,-2207,-81243,5092,-2519,-80883,4932,-2224,-81360,13333,-1021,-81537,12267,-1306,-81266,11960,-1185,-80961,11677,-1062,-81120,10591,-1408,-80766,11825,-768,-80648,10936,-614,-80176,9912,314,-79706,10255,1074,-79153,12259,2057,-78866,12067,2386,-78556,11749,2709,-78047,11801,3161,-77276,14863,3866,-78149,12541,3155,-78840,13305,2493,-79302,12870,1873,-79231,9979,1730,-78673,11064,2528,-79370,11543,1718,-80851,12447,-818,-80638,13219,-492,-81204,13081,-798,-81537,10298,-1776,-81892,15438,-2529,-81756,16612,-1886,-81344,15230,-2777,-82011,16147,-2005,-80893,15645,-1791,-80784,16303,-1594,-80867,16267,-1838,-81348,12930,-2893,-81364,13378,-2377,-81632,12863,-1704,-81727,11916,-2810,-81633,12741,-2089,-81362,13929,-1541,-82859,4665,-6216,-82575,6178,-5674,-83041,5170,-5524,-83129,4874,-5449,-83038,5032,-4897,-83170,4228,-5698,-83279,2741,-6174,-83113,3046,-7070,-82678,3489,-7840,-83372,1536,-6813,-83329,620,-8770,-83228,1365,-8438,-83467,774,-7895,-82915,1707,-8916,-83259,1905,-7861,-83269,2370,-7202,-83334,2165,-6933,-83450,1018,-7526,-83053,3873,-5289,-82897,6188,-4708,-82806,6667,-4814,-82350,8020,-4691,-81842,9075,-4792,-81883,7787,-5883,-82499,7706,-6688,-82814,7566,-6686,-82527,6959,-7073,-83049,3996,-6351,-83220,3482,-6275,-82669,4784,-6526,-82117,7118,-6919,-81901,7347,-6659,-81822,7829,-6384,-81845,7263,-6471,-82040,6737,-6335,-82023,7933,-6529,-82871,5846,-5375,-82666,2873,-5583,-82728,3573,-5126,-81645,319,-5986,-81698,847,-4272,-81613,1448,-3318,-81609,1346,-3022,-81817,475,-3550,-81277,665,-2941,-81035,500,-2750,-80821,204,-2486,-80277,372,-1500,-79365,-242,-415,-78871,-233,32,-78570,744,520,-78096,-279,458,-77518,476,844,-77424,1618,1207,-77040,2536,1537,-76636,2908,1666,-76151,4019,1988,-76129,2506,1488,-75744,3498,1750,-75428,2916,1452,-74933,3152,1330,-74291,1603,141,-73946,2644,305,-73478,2375,-590,-73169,3535,-4,-73413,2991,-160,-74433,2708,844,-74632,3004,1118,-75433,3912,1813,-74654,4641,1749,-75231,5456,2230,-74685,5753,2120,-75100,6373,2486,-75527,6443,2621,-75783,6614,2712,-76304,6436,2682,-76772,6938,2789,-77266,8235,2973,-77892,9510,2911,-78761,8971,2209,-78536,10476,2595,-77112,11713,3686,-75247,11550,3987,-74935,12113,4121,-75354,13421,4408,-74944,14616,4648,-74272,15364,4766,-74578,16295,4889,-74404,17808,5045,-73873,17994,5076,-73989,18943,5198,-73252,20009,5323,-73109,17497,4925,-73820,15932,4823,-72461,18218,4869,-73261,19218,5233,-73432,18195,5088,-74032,16330,4891,-73895,14584,4600,-73783,13375,4283,-75692,17182,4761,-76124,16582,4581,-76317,15652,4432,-75245,15474,4734,-75662,14390,4532,-76852,13893,4063,-76223,14776,4388,-75570,16265,4747,-75676,15073,4592,-75823,13595,4386,-76376,12503,4060,-77489,11946,3537,-76684,12940,4040,-77120,12808,3839,-78167,9733,2770,-77141,10717,3476,-76692,11474,3797,-75987,11626,3952,-75159,10888,3832,-73693,12504,4025,-73820,10877,3561,-73817,11506,3776,-74025,10450,3516,-75659,4890,2172,-75885,5338,2350,-76386,5335,2391,-76769,5745,2486,-77139,5906,2460,-77581,6115,2378,-77390,7205,2704,-78041,7091,2426,-77445,9146,3081,-75805,1529,1091,-77895,1950,1176,-78338,1933,998,-78146,2575,1265,-77523,3654,1777,-77191,3476,1800,-81097,2777,-2697,-81083,2909,-1874,-80810,3765,-1433,-79936,4031,92,-79688,3964,393,-79726,5289,580,-79926,5462,347,-80099,5616,-11,-80426,4683,-635,-80360,4210,-413,-81316,1990,-3259,-81929,35,-5115,-79786,-6342,-2403,-80028,-7338,-3270,-80212,-6770,-3271,-80570,-6533,-3663,-81041,-6551,-4365,-81455,-6127,-4430,-81420,-6341,-4530,-82032,-6763,-5730,-80740,-8247,-4948,-80864,-7916,-4982,-80941,-7101,-4792,-81685,-7203,-5940,-82348,-7459,-6938,-80350,-7316,-3797,-81438,-7566,-5783,-81917,-9453,-7316,-82116,-10682,-7757,-81779,-11244,-7446,-82454,-10740,-8372,-82238,-9863,-7922,-82638,-9994,-8940,-82789,-10819,-9134,-81987,-8865,-7275,-82612,-8834,-8623,-82805,-9325,-9398,-82410,-9168,-8254,-82183,-9495,-7797,-82817,-8699,-9383,-83046,-8811,-9984,-83435,-8857,-10050,-83505,-8461,-9382,-82901,-8996,-10145,-82915,-9175,-10535,-82993,-9449,-11151,-82960,-9662,-10520,-83191,-10511,-10813,-83391,-11364,-10740,-83526,-11478,-11293,-83310,-10845,-11438,-83243,-10952,-12208,-82885,-10094,-9690,-83340,-11791,-10323,-82837,-9601,-9637,-76334,-13275,-7188,-76305,-11741,-6500,-76221,-11202,-7222,-76111,-11572,-7940,-76419,-11442,-7996,-76279,-12222,-8832,-76600,-13292,-9720,-76090,-11671,-7690,-76180,-12448,-7366,-76428,-11038,-7462,-77152,-10663,-6451,-78552,-11549,-6363,-79376,-11969,-6275,-79490,-11558,-5838,-80048,-11306,-5968,-76262,-11299,-6076,-76139,-10488,-5881,-76352,-12210,-5793,-76445,-12845,-6022,-76512,-14103,-6238,-76176,-12078,-5305,-76270,-13389,-5358,-76026,-8529,-4863,-75636,-7870,-4277,-75849,-9181,-5161,-75910,-8899,-5446,-75972,-8761,-5410,-75697,-8692,-4866,-75680,-8427,-4708,-75392,-7496,-4343,-74964,-6657,-3846,-75312,-6809,-3417,-75810,-7355,-3279,-77437,-7759,-2551,-77159,-7178,-2139,-77811,-7144,-2000,-77771,-6673,-1629,-78012,-5953,-1048,-78698,-6953,-1971,-79228,-5808,-1497,-78206,-2139,-84,-77815,-1777,120,-77606,-440,547,-79827,-5616,-1936,-80497,-5772,-2736,-80607,-5515,-2930,-80572,-5035,-3124,-79979,-5229,-2021,-79448,-4289,-1446,-79619,-3870,-1575,-79773,-3351,-1615,-80033,-3418,-2042,-80456,-3726,-2933,-79962,-2059,-1733,-80261,-1212,-2026,-80164,-946,-1728,-80552,-172,-2193,-79930,-688,-1267,-79731,-4687,-1806,-79492,-5105,-1511,-78976,-3252,-764,-78464,-3148,-428,-78564,-1874,-180,-78397,-118,367,-78636,-4464,-820,-79074,-4386,-1081,-79100,-5067,-1205,-78947,-2160,-507,-78646,-1068,-26,-79470,-3069,-1186,-79741,-1997,-1322,-79627,-728,-840,-79299,-2168,-816,-79145,-7240,-2343,-79440,-8485,-3406,-79267,-10221,-4708,-77787,-9168,-3922,-76750,-7610,-2700,-79145,-8065,-2872,-79487,-9401,-4106,-79870,-9296,-4346,-75446,-6444,-2791,-75816,-6503,-2347,-76147,-6649,-2125,-76694,-6276,-1540,-77941,-4377,-570,-78220,-3512,-409,-78532,-5855,-1142,-76422,-6643,-1949,-75765,-5864,-1914,-75721,-3345,-652,-75984,-3601,-609,-76201,-5220,-1229,-77177,-4712,-684,-76825,-5821,-1211,-77166,-6436,-1475,-77513,-5933,-1075,-77619,-5072,-763,-76979,-3252,-189,-76689,-3440,-293,-76566,-4579,-783,-76117,-5944,-1631,-75287,-7181,-3997,-75853,-7806,-3947,-76269,-8532,-4597,-76460,-9387,-5431,-76984,-9818,-5495,-77429,-10620,-6142,-79754,-10756,-5394,-73879,-6630,-4527,-73569,-6585,-4419,-73818,-5217,-3878,-73157,-5977,-3779,-73501,-5776,-4009,-73089,-6795,-3977,-73394,-7087,-4473,-72888,-8130,-4289,-72415,-8535,-3989,-72346,-9126,-3706,-72436,-9586,-3549,-72809,-8582,-2765,-72811,-8777,-2124,-73168,-8828,-1213,-73354,-10680,-751,-73030,-10953,-1558,-72864,-11097,-2034,-72700,-12339,-2413,-72734,-14737,-2330,-72497,-13164,-3345,-72590,-14545,-2883,-72402,-14573,-3445,-72315,-13853,-3858,-72146,-13505,-4272,-72114,-13710,-4609,-72246,-14587,-3990,-72135,-16672,-3706,-72273,-15817,-3595,-72498,-15625,-2961,-72808,-13810,-2066,-72227,-13417,-5084,-72626,-12484,-2722,-72628,-11564,-3102,-72675,-11231,-2535,-72359,-11779,-3934,-72297,-10720,-4088,-72331,-11485,-4461,-72275,-11944,-4305,-72739,-10262,-3107,-72694,-10833,-2788,-72702,-9569,-2509,-72725,-8948,-2496,-72895,-10108,-1954,-72821,-9422,-2955,-72751,-10424,-2339,-72589,-13071,-2966,-72174,-12939,-4293,-72743,-8043,-2337,-72894,-7404,-1805,-72696,-7034,-2745,-73068,-7338,-4110,-73130,-7759,-1268,-73354,-6861,-567,-73567,-7160,-137,-73617,-5555,271,-73601,-4915,546,-73634,-4129,604,-73598,-3109,946,-73603,-2321,1066,-72627,-1402,2526,-73618,-2238,686,-73376,-2156,-21,-72973,-3613,-969,-73567,-4211,271,-73265,-4454,-390,-73591,-4723,235,-73566,-5464,71,-73500,-5987,-161,-73257,-3075,-356,-73472,-2845,208,-73642,-3281,569,-72430,-8390,-3401,-72774,-8381,-2924,-73578,-7795,-5099,-73833,-7495,-4969,-73385,-8160,-5110,-73128,-8439,-4755,-72815,-8947,-4548,-72360,-10265,-4275,-72445,-11307,-4772,-72323,-12367,-4869,-72457,-12432,-3531,-75312,-3234,-983,-73631,-815,-1916,-72897,-733,-1945,-72795,-583,-1572,-72831,-657,-1256,-73160,-817,-286,-73059,-2124,-742,-72949,-1094,-929,-72716,-2181,-1567,-72640,-2365,-2364,-73562,-3045,-3091,-72588,-3217,-2141,-72490,-3961,-2476,-72747,-3741,-1600,-72832,-4695,-1300,-73019,-4928,-921,-72882,-2952,-1204,-72846,129,-1016,-73248,918,-1249,-74013,575,-773,-74468,979,48,-74600,-393,-449,-75004,-921,-198,-73593,419,-1408,-73433,1166,-1135,-73192,2318,-842,-73381,1961,-889,-73720,1141,-878,-75006,29,210,-75241,-733,88,-75860,-792,353,-76822,437,899,-77006,1009,1071,-75385,-232,349,-74882,842,423,-74789,1716,690,-75089,1398,763,-75492,1273,895,-75722,280,665,-76397,544,905,-76122,430,829,-76604,1682,1282,-72869,646,-657,-73063,975,96,-73379,148,636,-73308,840,732,-73603,-1157,1226,-73532,-650,1410,-73570,3,1249,-73451,1338,1388,-73604,-1072,884,-70219,5141,2731,-70562,3938,2586,-69841,5507,2057,-70700,2627,2196,-70401,3062,1800,-70576,2169,1670,-69525,-5202,-1140,-69759,-4643,-922,-69980,-3786,-608,-69924,-3197,-496,-69204,-3098,-642,-69117,-3540,-723,-69061,-1751,-441,-68372,-2591,-162,-68909,-2646,-543,-68755,-3914,-702,-68784,-2286,-440,-68654,-1373,-213,-67684,-2213,1101,-67961,-1966,809,-68082,-1423,717,-68303,-1481,222,-68524,-1927,-182,-67793,-1358,1129,-69351,-3839,-786,-64820,-3788,568,-64810,-3787,1248,-64816,-2981,1760,-64886,-2934,2204,-64843,-3766,1657,-64689,-4789,-24,-64815,-5354,123,-64571,-982,837,-64461,1148,1360,-64630,151,1345,-64479,192,1085,-64404,-557,722,-64231,-1308,330,-63588,-1401,-199,-63012,-667,-389,-62447,-1453,-1683,-62200,-756,-1707,-61726,-491,-2176,-61060,-127,-2420,-60016,156,-1436,-59618,131,-1121,-59204,431,-918,-59840,997,-945,-59830,1916,-644,-60329,2295,-1079,-59810,3640,-64,-59250,3404,181,-58988,3501,102,-58825,5107,481,-58965,5519,950,-58848,6411,1135,-58955,6995,1543,-59125,7018,1696,-59101,7964,2016,-59282,8112,2141,-59127,8835,2317,-59715,9246,2475,-60191,10225,2321,-60302,9493,1906,-60307,8790,1638,-59922,7776,1529,-59437,7513,1885,-59548,8586,2304,-59910,8594,1943,-59345,8853,2435,-59099,9699,2549,-58710,10916,2169,-59188,10241,2781,-58955,11199,2678,-59171,11949,3148,-60674,8638,1572,-60136,6975,990,-59425,5015,810,-59212,4921,826,-59013,4910,732,-59396,5768,1192,-59411,6282,1398,-59217,6301,1472,-60478,8503,1470,-60587,9356,1822,-59045,6168,1322,-59176,5537,1120,-60626,11127,2567,-60407,11206,2615,-60499,10455,2261,-60242,11205,2769,-60504,11839,2857,-60503,12908,3311,-60781,13643,3570,-60786,12877,3300,-61300,12059,3237,-59612,12527,3768,-59862,11568,3449,-60210,12045,3271,-59847,11987,3666,-60004,12498,3816,-59576,13204,3933,-59120,13240,3365,-58835,12379,2761,-58755,13282,2695,-58684,14807,2769,-58898,14393,3159,-59162,14873,3687,-59186,15922,3824,-58926,16519,3469,-57830,17411,1778,-58013,16453,1832,-57775,16470,1393,-57476,16076,505,-57415,17045,833,-56968,16900,280,-56910,17173,150,-58900,13181,3000,-59651,14285,4255,-59924,15480,4705,-59886,17017,4887,-60145,17375,5162,-61107,19177,5732,-61040,19731,5915,-60935,20800,5965,-61424,21545,6262,-61199,21906,6255,-61147,23846,6028,-61112,24529,6277,-61952,24783,6486,-61687,23719,6439,-61547,22849,6429,-62211,22830,6134,-62389,22491,5860,-62124,19371,5426,-61337,17062,4788,-60946,15853,4377,-61268,15020,4242,-62011,15156,4441,-61389,14275,4031,-62157,13980,4142,-61535,10383,2759,-61114,22996,6063,-60623,19424,5698,-60776,18872,5696,-60530,18663,5560,-58687,17355,3223,-58669,18303,3246,-58363,18212,2814,-57900,20173,2438,-57033,20020,1366,-56763,20068,1028,-56322,19394,735,-56051,19338,197,-56238,19715,308,-55752,19153,-421,-55345,19952,-996,-55228,19589,-1636,-55319,20161,-2457,-55188,20591,-2505,-55502,21289,-1602,-54784,22121,-2812,-55211,22076,-2087,-55834,21468,-779,-55620,20863,-1553,-55678,20886,-857,-55784,19690,-514,-55020,20811,-3204,-54768,20428,-4161,-54770,20015,-3629,-54613,18482,-3636,-54528,18078,-2793,-55462,17573,-2340,-55574,17888,-2021,-56003,18356,-623,-56254,18071,-1214,-56304,18610,-754,-56862,18091,-904,-56658,17805,-1766,-56336,17607,-1817,-56609,17346,-2225,-56381,17132,-2412,-55878,17036,-2470,-55422,16744,-2665,-55269,16825,-2595,-54477,16784,-3043,-53932,17458,-3770,-53941,17649,-4054,-54333,18068,-4105,-54491,18548,-4212,-54369,19373,-4166,-54233,17957,-3472,-54279,17400,-3265,-54771,17436,-2887,-56052,17290,-2211,-56021,18087,-1233,-56699,18269,-1212,-56790,16793,-2456,-57050,16823,-1832,-57194,15922,-2388,-57692,13277,-3414,-57803,12304,-3466,-57428,11774,-2697,-57799,10411,-3576,-57897,10797,-3729,-58264,9838,-4659,-57985,11199,-4174,-57820,12220,-3868,-57794,11841,-4490,-57497,13912,-3462,-57240,14095,-3763,-56845,14204,-3813,-55929,15803,-3922,-55546,16779,-3701,-55064,16605,-3728,-55668,16843,-3139,-54940,16663,-2904,-57969,11030,-3950,-57537,12100,-4737,-57093,11916,-4878,-57490,11257,-5234,-58620,8325,-5355,-58230,9525,-4483,-58392,8516,-4827,-57307,8292,-3116,-58088,8345,-2394,-58264,8254,-1385,-58248,7680,-1347,-57964,7699,-520,-58201,6782,-1427,-57975,6751,-851,-58250,6459,-564,-58486,6301,-209,-58607,6603,308,-58701,6344,651,-58657,7348,925,-58774,7453,1281,-58476,7668,338,-58560,8317,899,-58437,9084,801,-58429,9596,898,-58710,9249,1647,-58725,12107,2458,-58559,10522,1598,-58357,10270,1014,-57984,9563,222,-58058,9755,-1455,-58035,9011,-2182,-57878,10451,-1539,-57602,9971,-2204,-57179,9390,-2891,-57182,9799,-2853,-57282,8643,-3378,-57736,10977,-1513,-57826,9558,-2191,-57281,9508,-2577,-57302,9048,-2758,-57721,8546,-2790,-58116,9406,-436,-58254,8796,320,-58006,8855,-221,-57972,8220,-143,-58294,7338,-152,-58007,8863,91,-58296,8086,104,-58918,9131,2076,-57979,7174,-532,-58037,7689,-254,-58226,8609,-1739,-58628,7826,-5336,-58752,6764,-5678,-58462,6590,-5293,-58653,5356,-5792,-58816,5690,-5948,-59283,5021,-6963,-59016,6042,-7511,-59188,4881,-8082,-58795,6389,-7528,-57929,7480,-7120,-58287,7739,-6987,-58273,9114,-6095,-57699,8296,-6647,-57864,6791,-7395,-58106,6298,-7718,-57933,5717,-7872,-57352,7148,-6910,-57149,6476,-7032,-57133,7741,-6585,-56716,7703,-6449,-55960,9569,-5792,-55903,10223,-5578,-57602,10013,-5804,-57817,10192,-5691,-58051,9849,-5761,-56620,12530,-4535,-55909,12666,-4757,-56001,11835,-4883,-56057,11189,-5096,-56143,10290,-5395,-56532,11740,-4803,-56274,11433,-4933,-55907,12057,-5209,-55954,13205,-5219,-55946,13580,-7233,-55917,12472,-7609,-55827,12938,-7197,-56233,10535,-8567,-56077,9967,-8583,-56234,9529,-8899,-56025,7338,-9170,-55993,7085,-8752,-55962,7758,-8276,-55927,7117,-8197,-55956,8617,-7613,-56010,9093,-7936,-55976,9148,-8379,-55942,11687,-7858,-55935,10604,-8095,-56038,9430,-8644,-55942,10147,-8021,-56014,9334,-7587,-55814,8462,-6807,-56009,8031,-6337,-56450,7357,-6550,-56182,4838,-7604,-56119,4255,-7862,-56094,3219,-8336,-55922,8554,-6199,-55800,7841,-7198,-55766,6351,-7662,-55808,6757,-7782,-55869,4789,-9014,-55997,5425,-9208,-56108,5421,-9952,-56178,5550,-10098,-56326,7138,-9753,-56521,7897,-9670,-57746,8219,-10600,-57323,9581,-9864,-57845,10008,-10239,-56994,10535,-9296,-57611,11592,-9642,-58404,10249,-11103,-57712,11441,-10925,-56469,11873,-10855,-56517,11362,-11216,-56091,10508,-11428,-56584,10190,-11849,-56658,9023,-12377,-57935,9515,-12248,-57101,8706,-12562,-57652,8039,-12950,-58461,8418,-12744,-58717,7162,-13268,-59222,6280,-13243,-59051,6271,-13495,-59239,5575,-13610,-59030,5479,-13934,-59257,4175,-14453,-59452,3929,-14266,-59348,3019,-13754,-58883,2738,-13476,-58961,1811,-13859,-58599,2380,-13111,-58740,1291,-13618,-58317,-158,-13522,-59014,-590,-14723,-59564,-311,-15073,-59732,298,-15000,-59729,1001,-14791,-59595,2524,-14215,-59511,3666,-14031,-58516,4214,-14725,-58568,3637,-14981,-57424,3707,-15242,-57507,3002,-15542,-56362,2318,-15828,-55586,630,-16520,-55898,437,-16698,-56091,-407,-17091,-56452,615,-16694,-56964,1455,-16285,-57520,1834,-15959,-58087,2252,-15736,-58678,1963,-15727,-58625,2894,-15305,-59243,3125,-15075,-59733,2307,-14736,-59576,1946,-14293,-59893,1297,-15133,-59631,2864,-14682,-56975,2463,-15813,-56666,1514,-16273,-57864,3530,-15265,-59999,104,-15340,-59260,-151,-14869,-59930,-1358,-15614,-60100,-1102,-15718,-60312,-1814,-16288,-59122,-2736,-14941,-58883,-1502,-14397,-58838,-3310,-14610,-58290,-2712,-14098,-58326,-3519,-14340,-58906,-4570,-14995,-59215,-4761,-15414,-59340,-5143,-16385,-59547,-5045,-16526,-60612,-4637,-17120,-60710,-5013,-17494,-60824,-6057,-17714,-61033,-7517,-18468,-61048,-8305,-18803,-60588,-7389,-18868,-60374,-6996,-18861,-60348,-4767,-16868,-60663,-6213,-17407,-60322,-6955,-17329,-59732,-6779,-17110,-59733,-7486,-17236,-60401,-5908,-17153,-59651,-5955,-16857,-59341,-6288,-16577,-59320,-6095,-15909,-59436,-7280,-16257,-59428,-6960,-16844,-60021,-7981,-17428,-59792,-8524,-17402,-59567,-7818,-16689,-59619,-8687,-16511,-59287,-9798,-16085,-58640,-9800,-15579,-58976,-9330,-15753,-58057,-9667,-15077,-57390,-9202,-14280,-57021,-7976,-13703,-56855,-7995,-13351,-56937,-8593,-13274,-56852,-8064,-13108,-56844,-7043,-12661,-57028,-6908,-12549,-58052,-7071,-12484,-57584,-6412,-12375,-56591,-5606,-12710,-57280,-6160,-13909,-57596,-4558,-13925,-57337,-5206,-13835,-56436,-3987,-12305,-56342,-3670,-11919,-56343,-3386,-11525,-56381,-2782,-11056,-56293,-2674,-11162,-56317,-2293,-10811,-56626,-2808,-11003,-56284,-1606,-10464,-56193,-702,-10073,-56081,-970,-10414,-56301,-110,-9762,-57187,-4,-9815,-58104,1135,-9638,-58503,672,-9861,-59486,1543,-9628,-59552,946,-9893,-59031,1205,-9676,-59668,248,-10160,-60130,-151,-9890,-59958,1247,-9103,-59968,1325,-8787,-59643,3203,-8071,-59530,3883,-8024,-59456,3952,-8256,-59955,66,-10053,-59888,838,-9674,-59789,1792,-9143,-59366,2819,-9044,-59086,3728,-8731,-58501,3940,-8649,-58113,4053,-8511,-58023,2365,-9164,-58711,2752,-9127,-58301,2649,-9130,-59593,2060,-9276,-59231,2393,-9280,-59226,-29,-10176,-59319,-891,-10533,-58616,-698,-10383,-58262,-2563,-11058,-57729,-3488,-11390,-57106,-3556,-11404,-57243,-4416,-11769,-56626,-5633,-12171,-56483,-5145,-12290,-56416,-3723,-11474,-57454,-2681,-11042,-57123,-2039,-10726,-57879,-1664,-10716,-58277,-112,-10148,-57608,-509,-10183,-56859,-317,-9872,-56675,-5196,-12021,-56430,-4736,-12029,-56466,-4422,-11785,-56596,-4043,-11552,-56467,-837,-10067,-57147,-5435,-13664,-56870,-5746,-13278,-56564,-6132,-12533,-57067,-5902,-12264,-58641,-3070,-11205,-59079,-3157,-11184,-59622,-2964,-11260,-58474,-4663,-11742,-58385,-6199,-12212,-57544,-5300,-12082,-60078,-3641,-11632,-60284,-4662,-12016,-61370,-6663,-12553,-61370,-7964,-13203,-61482,-8910,-13545,-60843,-8731,-13412,-60577,-8889,-13283,-60347,-7966,-12940,-59236,-9830,-12861,-59501,-11598,-13349,-60026,-12996,-13925,-59352,-16749,-14895,-58967,-16285,-14881,-58216,-16027,-15590,-58438,-16750,-15946,-58681,-15965,-16245,-59067,-17084,-16700,-59598,-17958,-17311,-59396,-18715,-16989,-59661,-18960,-17332,-59991,-19405,-17830,-60292,-19608,-18147,-60839,-19396,-18631,-60803,-18769,-18700,-61892,-18192,-19114,-60920,-17184,-18802,-60427,-16031,-18512,-60225,-15057,-18409,-59627,-14830,-17372,-59768,-12860,-17814,-59914,-12196,-17992,-60124,-10743,-17916,-59738,-9419,-16888,-59818,-12107,-17790,-59792,-12441,-17435,-59707,-12698,-17261,-59556,-13058,-17041,-59100,-11403,-16245,-59253,-10511,-16198,-59837,-10818,-16940,-59838,-10557,-17156,-59757,-9769,-17393,-59638,-10019,-16551,-59680,-9478,-16569,-58780,-11150,-15892,-58263,-10990,-15361,-57190,-9843,-13979,-57016,-8944,-13583,-59343,-11715,-16567,-59675,-12024,-17051,-59243,-12715,-16651,-59560,-14135,-17189,-59676,-13719,-17467,-59392,-13790,-16917,-59075,-14039,-16603,-58712,-14400,-16189,-58282,-15716,-15785,-58235,-15897,-15301,-58431,-16059,-15138,-58178,-15307,-15120,-59001,-14946,-16592,-59443,-14874,-17067,-59847,-15258,-18003,-60002,-16481,-18186,-59375,-16705,-17085,-58805,-15549,-16363,-59663,-16423,-17464,-59943,-18407,-17948,-60305,-18339,-18356,-60220,-16663,-18391,-59621,-17251,-17352,-59871,-16994,-17902,-59747,-18192,-17559,-58921,-13217,-16418,-58096,-14595,-15505,-57878,-14029,-14995,-58069,-14804,-15047,-58857,-15480,-14708,-59131,-15418,-14555,-58061,-15145,-15367,-58096,-13318,-15499,-57846,-13605,-15176,-58540,-13458,-14140,-59064,-12807,-13782,-59270,-13177,-13860,-59742,-12719,-13708,-59116,-13864,-14065,-58828,-14594,-14422,-58256,-13649,-14384,-59462,-14305,-14129,-59434,-15246,-14419,-59909,-11155,-17857,-61360,-18914,-18936,-60683,-17746,-18691,-62538,-18372,-19555,-62566,-16558,-19935,-62139,-15491,-19408,-62150,-15720,-20368,-61982,-15768,-20497,-61663,-14676,-20336,-59767,-12783,-20127,-59685,-11733,-19946,-59362,-10823,-19812,-58902,-10968,-20137,-58175,-11838,-20647,-58220,-13471,-20989,-57474,-14439,-21272,-57893,-14837,-21285,-57548,-15387,-21395,-58656,-15437,-21253,-59107,-16435,-21100,-58650,-17058,-21315,-58439,-17772,-21396,-59698,-18640,-21212,-60188,-18933,-21203,-60720,-18559,-21169,-61235,-18816,-21221,-61925,-18872,-21304,-62293,-19007,-21286,-62684,-18870,-21005,-62835,-18177,-20548,-62285,-16479,-20557,-61116,-15713,-20778,-60895,-15038,-20670,-62437,-16260,-20260,-62713,-17152,-20233,-62586,-17451,-20635,-62286,-17886,-20992,-61909,-17732,-21101,-61837,-16717,-20876,-61302,-17004,-20988,-60772,-17434,-21055,-61016,-16373,-20927,-60240,-16486,-20824,-60575,-15689,-20707,-59824,-15403,-20608,-59432,-15895,-20880,-58866,-17633,-21284,-59436,-17074,-21051,-60239,-17555,-20992,-61308,-18072,-21138,-59930,-16077,-20755,-59589,-14688,-20520,-59839,-14032,-20334,-59849,-14904,-20497,-58947,-13809,-20770,-62368,-15709,-19836,-58306,-15406,-21361,-59550,-13644,-20339,-58427,-12959,-20821,-58504,-14706,-21176,-59404,-11862,-20027,-61600,-13433,-20016,-61398,-11247,-19370,-61253,-11963,-19760,-60589,-10761,-19762,-59434,-9539,-19497,-58862,-8930,-19586,-58408,-9998,-20042,-58272,-10689,-20252,-58926,-10299,-19929,-59228,-9192,-19453,-59609,-10777,-19770,-60157,-12123,-20155,-60342,-11556,-20022,-60500,-12518,-20218,-61207,-12787,-20038,-61414,-13710,-20185,-60391,-13610,-20439,-61066,-14435,-20492,-60597,-14322,-20576,-60626,-13689,-20456,-60045,-10589,-19823,-60528,-9445,-19481,-60919,-10342,-19531,-61600,-11598,-19234,-60954,-12023,-18270,-60621,-11007,-18033,-60935,-11215,-19752,-61652,-12531,-19569,-61740,-12264,-19174,-62034,-14178,-19528,-61941,-14396,-20010,-61848,-13155,-19423,-61463,-11973,-18550,-61553,-13398,-18780,-61388,-13646,-18712,-61803,-15480,-19071,-61721,-12726,-18928,-60188,-12375,-18200,-60773,-13368,-18430,-60825,-14351,-18590,-61342,-14592,-18796,-61827,-13794,-19088,-61728,-8135,-13051,-61957,-8402,-12533,-62258,-9659,-12618,-62816,-11800,-13559,-63038,-12597,-13765,-63160,-14331,-14497,-62969,-14484,-14894,-62868,-13416,-14541,-62885,-12597,-14100,-62688,-11599,-13812,-62174,-11930,-14378,-61545,-11841,-14365,-61156,-12551,-14444,-60516,-12925,-14171,-60397,-14041,-14350,-60619,-14977,-14716,-60568,-16029,-14939,-61207,-16798,-15506,-61256,-17379,-15678,-60561,-18139,-15499,-59844,-19422,-15653,-59394,-18395,-15411,-62360,-11389,-14065,-62251,-13213,-14796,-63181,-15180,-14885,-63308,-15799,-14902,-63393,-16933,-14627,-63449,-17093,-14391,-63742,-18192,-14266,-63477,-18749,-14817,-63617,-17463,-14281,-63884,-17639,-13982,-63389,-17026,-15555,-62862,-16396,-15516,-62844,-16957,-15647,-62404,-17266,-15662,-61926,-17529,-15806,-61598,-16963,-15680,-61762,-17891,-15912,-61398,-18031,-15912,-60470,-18682,-15628,-60603,-19710,-15952,-61706,-19957,-16560,-62908,-21307,-16734,-63829,-23060,-16646,-64097,-23207,-16575,-64381,-22939,-16542,-64878,-23564,-16339,-64616,-22405,-16192,-64317,-21454,-16312,-64510,-21900,-16033,-64207,-20526,-16006,-64272,-20986,-15727,-63763,-20992,-15132,-64106,-22384,-14803,-64225,-22640,-14473,-63578,-23810,-13556,-63088,-24686,-13015,-62404,-23538,-12605,-61686,-21476,-11967,-61656,-20881,-12501,-61401,-19602,-12541,-61458,-20146,-12374,-61072,-20414,-11046,-60798,-20263,-10388,-60543,-19973,-9795,-60457,-19905,-9525,-60257,-19219,-8955,-60364,-18899,-8277,-60423,-16543,-7462,-60020,-16157,-7474,-59752,-15610,-7778,-59574,-14277,-7682,-59779,-15250,-8387,-59849,-15224,-8668,-60141,-15782,-9437,-60422,-15707,-10103,-60489,-16773,-10261,-60989,-17118,-10967,-60799,-17017,-12035,-60931,-16689,-12272,-60885,-16097,-12206,-60917,-15891,-11165,-60877,-15894,-11431,-60239,-13903,-11540,-60198,-13559,-11305,-60226,-13569,-11540,-60028,-12778,-11153,-60150,-12723,-11415,-60462,-14762,-11829,-60601,-15786,-11988,-60535,-15464,-11734,-60402,-14666,-11633,-61127,-14744,-12125,-61425,-14376,-12204,-62343,-14298,-12542,-63295,-13747,-13776,-63325,-14236,-13995,-63493,-15011,-13716,-63697,-16393,-13702,-63668,-15975,-13950,-63671,-16501,-14094,-63810,-17145,-14059,-63703,-17532,-13551,-63377,-18544,-13282,-62099,-18490,-12758,-61795,-18973,-12716,-61233,-18023,-11595,-61111,-17282,-11225,-61026,-16738,-11489,-61008,-17799,-12156,-60980,-17462,-12281,-61949,-17265,-12617,-62922,-18251,-13022,-63161,-16900,-13068,-63323,-16176,-13169,-62556,-15420,-12698,-63108,-15116,-13013,-62479,-17621,-12821,-62835,-16733,-12886,-61819,-16314,-12525,-61875,-14963,-12421,-61634,-15724,-12398,-63591,-16650,-13448,-63223,-14635,-13218,-63383,-14273,-13763,-63427,-15539,-13320,-62884,-15491,-12867,-61147,-17514,-11656,-61263,-18668,-12066,-60321,-18113,-9452,-59932,-16468,-8683,-60539,-17530,-10269,-60093,-16262,-9256,-60097,-17409,-8987,-63945,-18486,-13826,-63981,-19703,-13813,-63649,-19150,-14442,-63958,-19252,-14260,-63980,-18546,-14065,-64085,-19781,-14117,-59973,-14274,-9045,-60283,-14456,-9797,-60058,-13776,-9215,-60046,-11352,-10033,-59873,-11027,-10211,-59509,-10148,-10224,-59532,-10526,-10527,-59677,-10936,-10813,-59879,-11990,-11070,-59978,-10739,-11009,-59593,-10096,-10659,-59409,-9882,-10314,-59923,-10267,-9591,-59819,-9983,-9727,-59670,-8361,-8827,-59645,-7962,-8482,-59481,-7747,-7574,-59211,-7580,-6659,-59166,-9130,-6542,-59610,-9681,-7853,-59638,-10572,-7977,-59824,-11432,-8511,-60057,-11002,-9262,-60086,-12281,-9293,-60009,-10500,-9303,-59922,-9738,-9093,-59764,-8837,-8606,-59652,-8552,-8109,-59849,-9707,-8627,-59858,-11914,-10823,-60335,-13380,-11047,-60512,-14303,-11301,-60720,-14878,-10810,-60762,-15483,-10733,-60491,-13981,-10197,-60261,-13799,-9710,-60699,-15892,-10568,-60775,-15169,-11333,-60521,-13702,-10878,-60172,-12349,-10613,-60234,-12158,-10055,-60444,-13275,-10263,-60230,-12396,-9653,-59773,-14211,-8509,-59594,-13556,-7921,-59675,-14209,-8218,-59435,-12668,-7159,-59477,-12756,-6925,-59649,-13265,-6647,-60056,-13571,-6610,-59807,-13624,-6560,-60118,-14661,-6873,-59848,-14400,-6820,-60484,-14325,-7047,-62280,-14509,-8131,-62885,-15201,-8569,-62826,-16170,-8717,-63192,-15614,-8733,-63620,-16534,-8957,-63666,-17625,-9290,-64005,-17475,-9126,-63941,-16248,-8575,-63726,-15718,-8583,-63430,-15435,-8653,-62994,-14581,-8441,-62750,-14413,-8326,-59820,-12783,-6307,-60805,-12382,-6662,-59573,-11739,-5992,-59495,-11814,-6204,-59224,-10451,-6507,-59408,-11039,-7245,-59609,-12557,-6366,-59501,-12177,-7556,-59337,-11402,-6775,-59547,-14092,-7363,-59745,-14850,-7257,-59935,-15445,-7276,-59922,-16966,-8105,-60071,-17967,-8688,-60596,-18842,-10155,-60736,-18622,-10536,-60820,-18251,-10719,-61071,-18422,-11167,-60989,-19494,-11018,-61292,-19543,-11613,-61267,-18903,-12364,-61425,-18980,-12585,-61566,-19398,-12709,-61667,-20023,-12771,-62227,-19838,-12936,-63172,-19624,-13196,-62880,-20546,-13180,-62338,-20989,-12951,-63746,-19292,-13541,-61412,-20204,-11783,-61583,-20947,-12002,-61328,-19139,-11803,-59776,-15889,-8068,-60691,-18320,-7941,-61307,-21291,-11345,-61626,-22629,-11545,-61907,-23382,-11890,-61424,-23100,-11042,-61250,-24059,-10701,-61166,-23173,-10638,-61249,-21999,-10989,-60925,-21385,-10462,-60747,-21624,-9793,-61027,-21143,-10731,-60739,-21083,-10034,-60778,-22007,-9609,-60812,-21243,-8900,-60439,-20162,-8849,-60571,-20880,-9207,-60224,-19059,-8615,-60567,-19909,-8495,-61038,-19415,-8176,-60918,-18187,-7891,-60729,-17119,-7643,-60486,-20382,-9347,-60847,-22319,-9436,-60976,-22305,-9154,-61173,-21520,-8743,-61486,-21349,-8617,-61316,-20218,-8368,-61889,-20136,-8554,-62313,-18365,-8759,-62868,-17082,-8906,-62265,-15413,-8306,-60444,-15229,-7238,-59666,-13878,-6831,-62385,-17145,-8645,-61339,-15203,-7705,-62242,-20041,-8785,-61599,-18360,-8250,-61970,-17483,-8436,-61031,-17039,-7748,-61852,-16381,-8230,-61371,-16015,-7865,-62588,-21915,-9186,-62751,-22539,-9303,-63251,-23168,-9637,-63634,-22418,-9968,-64914,-23991,-10587,-64385,-23942,-10385,-63623,-21684,-9962,-64287,-20789,-10158,-65190,-21866,-10184,-65138,-21061,-9109,-64899,-20541,-8622,-65137,-20501,-7985,-65897,-23001,-7455,-65983,-23172,-6995,-66145,-23982,-7413,-66149,-23889,-6866,-66151,-24645,-6048,-65852,-23541,-5599,-65990,-24585,-5465,-65854,-24131,-5115,-65664,-22864,-5053,-65634,-23591,-4073,-65741,-24459,-4184,-66476,-24197,-3537,-66925,-24456,-3304,-67231,-24184,-2998,-68051,-24943,-2839,-69536,-24706,-2576,-69924,-24805,-2381,-70312,-23130,-2290,-70511,-23024,-2160,-70478,-21159,-2350,-71031,-20233,-1725,-70820,-19742,-2097,-71432,-17372,-1393,-71795,-16843,-944,-71971,-15818,-682,-71298,-15040,-1580,-71465,-13188,-1221,-71236,-13387,-1536,-71322,-11971,-1264,-71424,-9765,-642,-71779,-10827,-339,-72177,-11043,183,-72158,-12366,-60,-71542,-10676,-692,-71675,-12011,-762,-71950,-13150,-499,-72358,-14092,37,-72869,-14331,55,-72525,-14505,112,-72125,-17093,-539,-72770,-15286,-77,-72919,-14788,-216,-73108,-14112,-597,-73113,-13201,-1218,-73187,-13007,-603,-73253,-12057,-530,-73257,-11028,-155,-73395,-10715,-524,-73405,-10373,-310,-73062,-9439,779,-73018,-7201,1353,-72716,-6413,1574,-72985,-5963,1631,-73227,-6648,1099,-73326,-5965,987,-73258,-5033,1271,-73094,-4064,1790,-73521,-7048,317,-73537,-7823,-260,-73199,-7666,952,-73584,-6477,265,-72745,-10329,906,-72886,-9633,1015,-72955,-8331,1213,-72830,-7957,1329,-72648,-7751,1314,-72334,-7602,965,-72134,-8712,544,-72538,-9544,983,-72961,-10636,724,-72960,-11304,609,-72822,-12100,613,-72160,-10113,368,-71715,-9012,-69,-72033,-7025,612,-72396,-6491,1233,-71495,-7342,-99,-70690,-7627,-1008,-70039,-8370,-1651,-69723,-8251,-1681,-69474,-8682,-1730,-69088,-9162,-1688,-67716,-8590,-753,-67365,-7922,-122,-67733,-6687,-378,-67601,-6469,-111,-67717,-5707,-36,-67937,-4454,-10,-68082,-3167,117,-67841,-3667,504,-67665,-4756,513,-67036,-5313,1118,-66556,-4582,1802,-66015,-5046,2321,-65636,-5563,2350,-65392,-5441,2361,-66908,-4265,1484,-67549,-4595,762,-67489,-6094,378,-67315,-6300,640,-66791,-6649,1064,-65916,-5717,2220,-67195,-7561,426,-67088,-7018,704,-66790,-8746,590,-66689,-9998,331,-66712,-10449,144,-67677,-9584,-923,-66341,-7412,1338,-66069,-7109,1707,-65850,-6788,1945,-66147,-6204,1894,-66502,-6347,1420,-69416,-10407,-1968,-69066,-10586,-1887,-68570,-11727,-1794,-68875,-11936,-1968,-69293,-13010,-2262,-69604,-11961,-2189,-69239,-11661,-2067,-70342,-9414,-1710,-70885,-8450,-1020,-70980,-9620,-1155,-70570,-5991,-774,-70399,-6443,-996,-69909,-6028,-1212,-69258,-6992,-1464,-68869,-5661,-1110,-68829,-7196,-1322,-68640,-8270,-1356,-69060,-8076,-1536,-67979,-8842,-998,-67811,-7547,-641,-69325,-5983,-1307,-68018,-5733,-453,-68365,-4234,-476,-70391,-8192,-1392,-70095,-6923,-1317,-72461,-12420,410,-72652,-12449,524,-72744,-13512,345,-72915,-13598,211,-72735,-14307,175,-72488,-13269,263,-72865,-12873,434,-73122,-12828,-240,-73034,-12302,191,-72820,-11143,760,-72397,-10875,577,-72595,-11227,709,-72212,-15360,-269,-71897,-14452,-693,-71647,-15792,-1136,-71986,-18246,-686,-71553,-18693,-1223,-72404,-19482,-904,-72078,-19698,-749,-72168,-20226,-898,-71868,-20817,-907,-71503,-21188,-1079,-71749,-22599,-1476,-71647,-23156,-1641,-71550,-24089,-2698,-71942,-21371,-2771,-72532,-19322,-1601,-72325,-18858,-655,-72517,-19495,-1317,-72592,-18670,-1553,-72703,-16999,-1681,-72900,-16392,-885,-72919,-15580,-1614,-73056,-14215,-1391,-71770,-22988,-2437,-71637,-22296,-1240,-71672,-23354,-2053,-70933,-23399,-1448,-71173,-23954,-1496,-71130,-25090,-2172,-70849,-25437,-1935,-70199,-25942,-1925,-69966,-26803,-2094,-70206,-26917,-2142,-70553,-26489,-2291,-70375,-27269,-2818,-70529,-27512,-3329,-70351,-28497,-3507,-69987,-28262,-2863,-69372,-28157,-2446,-68785,-27520,-2864,-69644,-25517,-2511,-69198,-24543,-2679,-67982,-26507,-3141,-67589,-24798,-2947,-67023,-24950,-3403,-67412,-26103,-3442,-67779,-27789,-3667,-67572,-29368,-4502,-68048,-30466,-3957,-67573,-32247,-4098,-67312,-31730,-5154,-67221,-31374,-5302,-66909,-30703,-5369,-66423,-30919,-5670,-66326,-30750,-5936,-66594,-30322,-5396,-66501,-29115,-5156,-66969,-29437,-5026,-67190,-29028,-4846,-67760,-29873,-4328,-67199,-30587,-5168,-67563,-31724,-4507,-68017,-31240,-3662,-67662,-31061,-4496,-67321,-30009,-4876,-66196,-29205,-5550,-66294,-29259,-5260,-66677,-28435,-5011,-66998,-28459,-4868,-67338,-28387,-4538,-67338,-27685,-4274,-67096,-26582,-4077,-66901,-25852,-3927,-66565,-25707,-4129,-65942,-25113,-4166,-65822,-24987,-4378,-66886,-27189,-4551,-66633,-27102,-4658,-66053,-26187,-4414,-66320,-26293,-5937,-66174,-25427,-5768,-66310,-24680,-6730,-65815,-24496,-7974,-66223,-25517,-7715,-66076,-25575,-8425,-66360,-25085,-9270,-66458,-26177,-10479,-66226,-27038,-10816,-65707,-27274,-10973,-66359,-28627,-10985,-65273,-29098,-10929,-63869,-28061,-10338,-63994,-29106,-10424,-63817,-29604,-10376,-63399,-30408,-10228,-63086,-30226,-10241,-62879,-30090,-10394,-62535,-29332,-10652,-62233,-27548,-11284,-61853,-26984,-10937,-61785,-27001,-10618,-61669,-26152,-10121,-62265,-25999,-9610,-61197,-23887,-9599,-61501,-24994,-9742,-61535,-24468,-9445,-61578,-23887,-9250,-61656,-25426,-9711,-61855,-25433,-9547,-62300,-28112,-11137,-62185,-28269,-10649,-61856,-27110,-10404,-62706,-29548,-10293,-63454,-28737,-10256,-63034,-29585,-10197,-63020,-30397,-10708,-63144,-30762,-10341,-63590,-31714,-10548,-64087,-32811,-10302,-64767,-33312,-9799,-64530,-33481,-9885,-64236,-33060,-10050,-63230,-30562,-11042,-63267,-30081,-11408,-63996,-30489,-12046,-63725,-29349,-12229,-64536,-29142,-12914,-64750,-30046,-12719,-65663,-30705,-13408,-65700,-29987,-14383,-65579,-28768,-14801,-65220,-27775,-14461,-65093,-26670,-14971,-64841,-25886,-14903,-64576,-24862,-15038,-64453,-24059,-15210,-64224,-22999,-14281,-64805,-25293,-15227,-65493,-29133,-14167,-65303,-29153,-13747,-65081,-29886,-13082,-65639,-30022,-13849,-63709,-27790,-12661,-63052,-27940,-11998,-62597,-27845,-11546,-63507,-28367,-12304,-64855,-27997,-13741,-65039,-29225,-13344,-64330,-28028,-13166,-65104,-27880,-14143,-65026,-26988,-14406,-64396,-24453,-14366,-64326,-23766,-14502,-64297,-23688,-15073,-64457,-24407,-14676,-64283,-24804,-14068,-63720,-24725,-13504,-64558,-25829,-14019,-63763,-27351,-12838,-64809,-27009,-14017,-62450,-24676,-12465,-62130,-24500,-12028,-64716,-25443,-14539,-65049,-30823,-12702,-64415,-31412,-11965,-65167,-31674,-12452,-64948,-33342,-11147,-63974,-32346,-10620,-64584,-33642,-10245,-64061,-32043,-11036,-63504,-30967,-11142,-62696,-29311,-11127,-62773,-28771,-11419,-61906,-26662,-11217,-62912,-26882,-12253,-61591,-25662,-11029,-61253,-24506,-10440,-61007,-23159,-10086,-61019,-22580,-10468,-61476,-25585,-10723,-61312,-24755,-10141,-61102,-23831,-9880,-66400,-25185,-7205,-66373,-25630,-6311,-65966,-23754,-7675,-65962,-24978,-5094,-65897,-26023,-4561,-66042,-25587,-4255,-67343,-32099,-5043,-68436,-29714,-3444,-68400,-30885,-3279,-67491,-25286,-3100,-68175,-29532,-3742,-68698,-25990,-2815,-70296,-24415,-2154,-70364,-25071,-1926,-70732,-24120,-1598,-70692,-25028,-1702,-70924,-24812,-1685,-70452,-24670,-1895,-70633,-23525,-1970,-70701,-22555,-2001,-70923,-22281,-1639,-71221,-22106,-1288,-71379,-20465,-1274,-70938,-23975,-1464,-71460,-23870,-1894,-71432,-24422,-2370,-71652,-23191,-2880,-71619,-22554,-3291,-71409,-23815,-3626,-71520,-21856,-4094,-71459,-23147,-4524,-71600,-23486,-4961,-72207,-23956,-6019,-71954,-23481,-5574,-72421,-23821,-6382,-71369,-23634,-4159,-71996,-20319,-3033,-71936,-19505,-3653,-71734,-20059,-4051,-71776,-18972,-4626,-71928,-18930,-5183,-72407,-19799,-6603,-72647,-20069,-6890,-74304,-21083,-7039,-72188,-18915,-2800,-72224,-17869,-2940,-72420,-17725,-2329,-72426,-16974,-2545,-72653,-15597,-2411,-71822,-21157,-3256,-71783,-20726,-3693,-71696,-19952,-4499,-71603,-21082,-4148,-71521,-21927,-4390,-72004,-22845,-5691,-72391,-21983,-6545,-72549,-21037,-6782,-73082,-21126,-7188,-74131,-20834,-7170,-73794,-22211,-7103,-74788,-22065,-6576,-74248,-21747,-7000,-72727,-21036,-6953,-72056,-21252,-5818,-72152,-20562,-6159,-72322,-20857,-6451,-72144,-21824,-6019,-71934,-19989,-5239,-72052,-20530,-5799,-71891,-20680,-5187,-71680,-20988,-4669,-71579,-21706,-1107,-71106,-21249,-1547,-70714,-21205,-2096,-70077,-22959,-2434,-70219,-21153,-2473,-70634,-19804,-2328,-70226,-17960,-2600,-70570,-18341,-2385,-70297,-16273,-2493,-70074,-15193,-2505,-69728,-14494,-2491,-69680,-13371,-2399,-69412,-14435,-2440,-69603,-16981,-2622,-70037,-17217,-2615,-69486,-18363,-2693,-69154,-17857,-2594,-68085,-19162,-2332,-67687,-17999,-2080,-66900,-19501,-2144,-67189,-20957,-2368,-66651,-21235,-2499,-66150,-20751,-2460,-65573,-22798,-3371,-65683,-22011,-2885,-66642,-22306,-2788,-67177,-23242,-2798,-67483,-23165,-2690,-66869,-23565,-3044,-66291,-23686,-3443,-66181,-22913,-3221,-65507,-22352,-4678,-65187,-21102,-3685,-65185,-20440,-3111,-65395,-21011,-2643,-65577,-20617,-2317,-66014,-20175,-2260,-66327,-19722,-2158,-66552,-20301,-2298,-65376,-22211,-3451,-65638,-23629,-3820,-65701,-23254,-3491,-65816,-23028,-3332,-68055,-22537,-2572,-68495,-22772,-2606,-69196,-21882,-2643,-69497,-21562,-2643,-70323,-19546,-2526,-69764,-23707,-2553,-68096,-24057,-2725,-69231,-23476,-2642,-69231,-16387,-2516,-68416,-15398,-2143,-67931,-14260,-1775,-66768,-15645,-1497,-65832,-16278,-1014,-65498,-16134,-862,-65286,-17580,-1405,-65768,-17718,-1389,-66176,-17793,-1683,-66383,-15488,-1256,-66213,-16968,-1487,-65672,-16521,-1002,-65496,-17007,-1114,-66686,-18279,-1886,-66118,-16258,-1223,-65761,-15090,-545,-65589,-15584,-659,-65327,-15779,-850,-65311,-16297,-1131,-64931,-16130,-1882,-64553,-14125,-1906,-65046,-14109,-933,-65016,-12682,-708,-64788,-12908,-1244,-64664,-11724,-1347,-64935,-11775,-721,-65122,-11100,51,-65302,-10748,732,-65570,-10865,842,-66081,-10885,558,-66288,-12106,22,-66379,-11088,287,-66043,-9721,1011,-65694,-10322,1020,-65223,-8570,1293,-65503,-7928,1695,-65511,-7155,1916,-65196,-7447,1543,-65632,-8468,1564,-65597,-9406,1332,-65290,-9128,1275,-65456,-10118,1113,-65041,-9312,395,-64701,-6890,-648,-64561,-6015,-556,-64737,-5685,-158,-64884,-6723,102,-64874,-6072,637,-64958,-7357,617,-64869,-7829,-228,-65006,-8104,566,-65109,-7047,1412,-65080,-8837,674,-65350,-7780,1659,-65286,-6963,1850,-64845,-6473,-118,-64795,-8159,-577,-65014,-10179,59,-64798,-10145,-812,-64733,-10984,-1104,-65251,-9980,948,-65403,-11298,652,-65321,-12850,137,-65292,-12115,254,-65638,-11858,496,-64431,-13505,-2016,-64316,-14105,-2430,-64249,-14689,-2760,-64124,-16079,-3683,-64418,-16407,-3126,-64408,-16948,-3433,-64590,-18332,-3889,-64400,-17467,-3832,-64877,-19458,-3814,-65199,-19695,-2488,-65448,-19703,-1986,-66063,-19370,-2043,-65284,-17148,-1302,-65463,-17875,-1379,-65584,-18495,-1567,-65026,-17797,-2080,-64817,-17058,-2423,-64675,-16303,-2529,-64790,-18823,-3242,-66934,-14741,-1445,-67579,-13967,-1592,-66946,-13814,-1313,-67347,-12488,-1288,-68045,-12132,-1563,-68087,-10846,-1394,-68752,-10189,-1685,-68243,-9482,-1282,-68710,-9510,-1560,-68246,-13154,-1810,-68882,-13066,-2107,-68986,-14623,-2308,-68199,-17218,-2206,-68250,-18223,-2317,-68873,-16954,-2442,-68744,-15744,-2312,-71229,-18396,-1729,-65934,-24201,-3783,-65708,-22069,-7085,-65477,-21383,-7329,-65105,-19837,-7084,-64965,-19633,-7991,-64800,-18701,-7996,-64576,-18431,-8327,-64528,-18478,-8566,-64340,-17620,-8516,-64477,-17162,-7513,-64093,-15656,-6958,-63959,-15522,-7930,-64161,-16600,-8216,-64227,-17615,-8898,-64421,-18393,-9096,-64349,-18775,-9493,-64543,-20340,-10080,-64209,-16072,-7296,-64816,-18536,-7507,-64668,-17988,-7185,-65043,-19968,-5354,-65146,-20565,-4662,-65078,-20392,-4122,-65076,-20372,-3525,-63938,-16078,-4877,-63672,-14886,-4955,-63607,-14269,-4133,-63652,-13561,-3588,-63732,-13211,-3309,-63445,-11706,-3583,-63578,-11975,-3316,-63493,-11371,-3348,-63847,-11265,-2790,-63640,-10183,-2950,-63837,-9499,-2543,-63532,-9530,-3013,-63034,-8865,-3622,-62905,-8176,-3759,-62686,-6933,-3388,-62525,-5937,-3284,-62342,-5552,-3522,-61755,-3444,-3481,-61935,-3403,-3111,-62267,-3337,-2779,-61750,-2132,-2841,-62116,-1927,-2406,-62702,-1484,-1232,-62818,-2822,-1671,-62998,-3550,-1562,-63398,-5318,-1534,-63452,-6446,-2178,-63313,-6848,-2638,-63222,-7054,-2850,-62935,-7132,-3174,-63550,-7937,-2673,-63900,-7817,-2026,-64152,-7829,-1650,-64125,-8930,-1921,-64501,-8888,-1322,-64545,-10859,-1447,-64399,-12319,-1883,-64068,-11906,-2497,-64257,-10620,-1937,-64146,-10064,-2070,-64666,-9873,-1142,-64856,-9156,-496,-64668,-7951,-895,-64490,-7686,-1192,-64423,-7071,-1095,-63975,-6981,-1554,-63817,-6096,-1331,-63668,-5410,-1166,-64743,-8925,-817,-63435,-8322,-2932,-62890,-7775,-3373,-63113,-9061,-3438,-62749,-7434,-4353,-62821,-8458,-5118,-62901,-8858,-5052,-62866,-9255,-5706,-63029,-10047,-5419,-63249,-11732,-5648,-63215,-11251,-6171,-63377,-12258,-6787,-63228,-11721,-6839,-62971,-11611,-7134,-63028,-11122,-6850,-62962,-10279,-6410,-62646,-9428,-6225,-62679,-8997,-5954,-62646,-7408,-4743,-62255,-6247,-4670,-62526,-6291,-3450,-62228,-5411,-3968,-61991,-4330,-3557,-61550,-3565,-3752,-61145,-2363,-3283,-60771,-1173,-2660,-61498,-2654,-3351,-61365,-2349,-3282,-61316,-1311,-2826,-61298,-382,-2482,-61634,-1049,-2513,-61099,-1307,-2853,-60733,-470,-2414,-61824,-4192,-3868,-61266,-5525,-4464,-60596,-6407,-4257,-60648,-7601,-4763,-60410,-8492,-4912,-60101,-9609,-5122,-59993,-10321,-5368,-60027,-11457,-5906,-59867,-12251,-6144,-61170,-6540,-4772,-60923,-7289,-4879,-61501,-7317,-5301,-62237,-9290,-6300,-62217,-11071,-7028,-63174,-12320,-7344,-63371,-12561,-7159,-63639,-13570,-7148,-63690,-14071,-7519,-64049,-15313,-7366,-62762,-11125,-7051,-62589,-11421,-7232,-62408,-10446,-6802,-62798,-10404,-6662,-61137,-8169,-5406,-61607,-9003,-6059,-61308,-9097,-5901,-61343,-9961,-6220,-60870,-10257,-5956,-61859,-11603,-7052,-62501,-12527,-7663,-63314,-14144,-8192,-63165,-14295,-8335,-62857,-13584,-8082,-61117,-4855,-4118,-60783,-3820,-3528,-61371,-4641,-4172,-61624,-4448,-4114,-61271,-3630,-3779,-61200,-2896,-3491,-59932,-1929,-2096,-59625,-1895,-1896,-58594,980,-2279,-58243,1852,-2546,-58518,3355,-1356,-58359,4435,-1257,-58502,4933,-740,-58027,6374,-814,-60214,-1836,-2300,-60773,-2294,-3014,-60280,-840,-2059,-59821,-798,-1586,-58835,1320,-946,-58754,1467,-1446,-58466,2093,-2012,-58690,1465,-1783,-58983,647,-946,-58840,3247,-236,-59126,2974,-6,-58748,3822,-362,-58611,4994,-406,-58733,5061,143,-58791,2574,-586,-58665,2505,-1304,-58646,3511,-912,-60287,-3328,-2899,-59591,-4323,-2928,-59993,-4651,-3173,-60348,-4709,-3423,-59957,-3691,-2777,-62003,-5151,-4280,-61823,-5973,-4793,-62597,-6727,-4270,-61498,-6358,-4899,-62400,-8287,-5757,-62637,-8344,-5593,-62503,-7140,-4898,-62948,-9874,-6018,-63081,-10433,-5674,-63159,-11070,-6545,-62901,-8108,-4292,-63285,-10646,-3995,-63363,-10725,-3400,-64034,-12712,-2704,-64015,-13733,-2953,-64178,-16966,-4127,-63789,-14811,-3828,-63855,-15543,-4208,-63973,-16277,-4503,-64204,-17363,-4818,-64362,-15532,-2842,-63823,-14068,-3420,-65255,-21436,-4023,-65326,-21260,-5196,-65924,-23220,-6468,-65626,-22297,-5796,-65332,-20968,-5764,-65178,-20321,-5836,-65432,-21322,-6160,-65022,-19648,-6432,-65220,-20428,-7513,-65005,-19385,-7623,-64845,-19913,-8364,-64701,-19333,-8647,-64643,-19074,-8985,-64634,-19256,-9416,-65170,-21070,-9502,-65282,-22532,-8362,-65701,-23281,-9109,-65537,-22637,-10131,-65782,-23027,-9712,-65369,-21824,-9320,-65163,-22019,-8629,-65488,-21780,-7862,-65025,-21311,-8401,-65164,-21753,-8279,-65064,-21417,-8712,-65527,-22597,-9157,-65648,-22687,-7890,-62266,-21374,-8932,-61688,-21036,-8574,-61426,-22365,-8901,-61187,-22590,-9075,-61111,-23067,-9303,-62464,-22507,-9145,-61881,-22003,-8835,-61768,-22785,-8975,-63331,-24374,-9708,-63768,-23679,-10002,-64892,-25249,-10649,-65687,-26113,-10817,-65730,-25715,-10731,-66117,-25705,-10584,-66031,-24754,-10452,-65789,-23954,-10418,-66294,-24857,-10254,-65833,-23488,-10184,-66332,-24628,-10003,-66142,-24033,-9718,-65975,-24187,-9183,-65755,-24530,-8524,-66298,-24559,-9576,-65613,-24378,-10590,-65232,-23970,-10617,-65301,-22777,-10389,-65034,-22245,-10392,-64736,-22646,-10461,-64621,-21369,-10314,-65240,-25667,-10755,-64929,-26086,-10695,-64242,-26497,-10316,-65267,-27807,-10958,-66109,-28650,-11036,-63495,-28264,-10219,-63143,-26781,-9809,-62919,-27926,-10027,-62724,-27312,-9891,-62325,-26811,-9805,-62122,-27488,-10111,-62378,-28073,-10149,-62837,-28655,-10155,-62467,-28682,-10255,-62230,-28337,-10418,-63652,-26511,-9988,-64492,-25283,-10454,-65279,-26388,-10849,-64646,-27622,-10641,-65215,-27189,-10889,-62097,-23017,-9060,-62737,-23399,-9321,-62874,-20797,-9323,-64080,-22984,-10225,-64250,-21274,-10227,-63192,-19484,-9524,-64226,-19829,-9958,-64238,-19258,-9797,-63499,-20536,-9790,-62602,-19509,-9034,-63276,-18602,-9401,-63922,-19093,-9722,-64058,-18553,-9581,-63944,-17969,-9384,-61142,-20720,-8515,-60782,-20636,-8660,-64204,-21597,-14312,-63979,-22115,-13808,-63941,-23294,-13852,-63931,-21467,-15253,-64194,-22300,-15405,-64348,-23371,-15303,-64914,-24188,-15715,-65342,-25330,-15848,-65361,-24994,-16145,-64872,-24655,-16538,-64433,-24808,-16702,-64184,-24784,-16865,-63703,-23893,-17006,-64212,-23088,-14856,-64065,-22490,-15140,-64636,-22624,-15858,-64965,-23557,-16103,-64467,-24249,-16603,-64375,-21857,-15696,-64709,-23558,-16497,-64452,-22330,-16414,-60896,-20479,-16229,-61201,-20743,-16371,-59960,-21941,-15958,-60767,-22700,-16223,-60854,-24193,-15987,-60758,-24444,-15922,-61813,-27300,-16059,-63030,-28119,-16415,-63011,-26848,-16512,-62987,-26105,-16587,-62639,-25712,-16405,-62578,-26514,-16312,-62361,-27146,-16139,-61830,-26490,-15983,-62082,-26160,-16090,-62530,-24922,-16477,-63173,-25222,-16844,-63522,-25623,-16926,-63492,-26556,-16721,-61248,-26494,-16082,-60721,-25825,-16454,-61212,-26835,-17044,-61308,-26545,-17494,-61251,-25884,-17741,-61585,-27887,-16760,-62093,-28679,-16868,-62611,-29236,-16411,-63366,-30420,-16587,-63539,-30667,-16748,-63998,-31122,-16716,-62284,-28687,-17313,-62968,-29936,-16635,-63249,-29916,-16503,-64037,-29894,-16515,-64200,-30375,-16510,-64896,-30823,-16345,-64178,-31107,-16567,-62886,-28860,-16376,-62582,-28337,-16267,-62181,-27858,-16141,-63498,-29087,-16534,-64297,-28436,-16610,-63984,-28299,-16633,-62167,-28717,-16397,-62011,-28136,-16174,-61718,-27967,-16290,-61186,-26898,-16370,-61493,-27006,-16090,-61118,-26842,-16616,-61447,-26200,-15943,-60549,-24549,-16001,-60112,-22611,-15968,-59532,-21563,-16069,-59641,-21958,-16453,-60287,-22171,-17383,-60401,-21806,-17760,-59872,-21150,-17125,-60503,-20884,-18161,-60441,-21264,-18012,-61011,-22267,-18395,-60836,-22813,-18122,-60611,-24532,-17174,-60427,-24562,-16718,-60424,-24726,-16462,-61334,-19988,-18880,-62103,-19194,-19221,-62477,-19226,-19463,-62307,-17812,-19372,-62882,-17940,-20118,-62946,-18610,-20157,-62933,-20908,-19938,-62649,-19952,-19614,-62799,-21100,-21231,-62415,-20751,-21456,-62920,-19541,-20768,-63001,-19390,-20299,-63059,-20704,-20256,-63029,-21112,-20788,-63009,-21970,-21077,-62816,-22149,-21341,-62923,-23084,-21390,-63135,-24781,-21430,-63326,-24537,-21108,-63387,-24291,-20861,-63249,-23550,-20912,-63145,-22239,-20230,-63150,-22509,-20864,-63217,-22543,-20476,-63142,-21716,-20510,-63467,-24577,-20305,-61910,-24282,-21967,-62451,-24622,-21852,-60970,-24499,-22272,-60809,-24335,-22517,-61702,-24727,-23378,-62147,-25425,-23385,-62413,-25790,-23667,-62011,-25587,-23828,-62039,-26192,-23651,-61268,-25079,-23472,-60646,-25082,-23059,-59653,-23556,-23530,-60169,-22850,-23832,-59558,-22797,-23741,-59228,-21420,-24208,-58699,-19881,-24913,-58323,-19463,-25260,-58098,-19473,-25544,-57967,-19177,-25938,-57928,-18341,-26059,-58007,-17873,-25974,-59511,-23852,-23606,-61714,-25155,-23783,-61637,-24665,-23796,-61774,-24642,-23620,-61495,-24136,-23788,-60447,-24122,-23382,-60234,-23917,-23394,-59770,-21517,-24169,-60693,-21694,-24239,-60789,-21946,-23994,-60890,-22330,-24135,-59182,-20433,-24565,-59278,-19628,-24935,-58883,-18657,-25496,-59623,-17906,-25895,-59922,-20134,-24814,-60419,-21084,-24463,-60359,-21336,-24412,-59916,-20756,-24556,-60003,-19015,-25208,-60144,-19661,-24776,-60148,-20111,-24767,-59765,-18823,-25462,-60007,-18342,-25536,-59774,-18611,-24577,-60185,-20199,-24264,-60312,-21234,-23848,-60387,-22132,-23460,-60261,-23078,-22196,-60596,-23644,-22163,-61315,-23285,-21828,-62911,-24070,-21533,-61148,-23839,-21961,-60625,-22996,-21886,-60764,-22700,-21742,-61127,-21506,-21524,-62011,-21835,-21627,-62466,-23894,-21768,-60385,-23595,-22381,-59512,-20527,-23274,-58897,-19508,-23052,-58302,-18204,-22996,-58352,-18728,-22672,-58434,-19168,-22277,-58833,-19987,-22602,-58995,-20224,-21899,-59763,-20342,-21399,-60804,-20376,-21325,-60903,-20781,-21366,-59622,-22047,-22367,-59308,-20913,-21942,-59209,-20912,-22354,-59691,-20920,-21507,-60218,-21550,-21500,-60031,-21742,-21609,-59697,-21473,-21770,-59729,-22131,-22194,-60152,-23148,-22395,-60069,-22900,-22624,-59815,-22131,-22799,-60037,-18993,-24742,-60274,-20175,-24549,-59922,-19533,-24296,-60021,-18443,-25223,-60016,-17903,-25204,-59076,-18105,-24055,-59291,-18973,-23866,-58923,-18758,-23538,-62401,-26083,-23837,-61765,-26848,-23156,-61348,-26040,-23167,-61188,-27500,-22634,-61116,-27817,-22771,-61277,-28333,-23003,-60872,-27987,-23451,-61123,-28640,-23759,-61338,-29315,-24000,-61787,-29854,-23555,-61896,-30483,-23735,-62157,-30166,-23309,-62789,-30701,-23343,-63314,-30157,-23731,-62917,-29377,-23565,-62500,-29963,-23152,-61023,-26149,-22845,-60539,-25465,-22905,-59701,-25344,-23581,-58927,-25089,-24760,-58741,-25097,-25640,-59064,-25887,-25417,-59415,-27075,-25491,-58829,-26822,-26093,-58284,-28470,-25530,-58246,-29151,-25224,-57820,-30155,-24391,-57159,-30267,-24192,-57545,-30958,-23956,-56906,-30976,-23524,-57286,-31502,-23359,-57776,-31893,-23778,-58126,-33320,-23562,-57677,-32873,-22600,-58029,-33836,-22471,-57812,-34109,-22280,-57730,-34932,-22777,-58961,-36067,-22657,-59689,-36257,-22788,-60396,-36144,-22846,-60141,-36224,-23177,-60460,-36271,-23772,-59951,-36194,-23598,-60709,-36351,-24338,-59410,-36215,-22994,-61240,-35933,-22629,-61145,-36281,-23163,-61432,-36346,-22977,-61579,-36658,-23120,-61504,-36647,-23616,-61109,-36403,-23535,-57807,-33555,-22276,-57605,-31393,-23789,-59351,-32377,-24765,-60236,-33378,-24208,-59989,-32609,-24795,-61018,-33326,-24124,-60866,-32767,-24503,-60922,-32468,-24607,-61654,-32469,-24187,-62175,-31109,-23717,-63408,-31467,-23627,-62585,-31153,-23427,-62882,-32006,-23579,-62893,-32841,-23533,-62963,-33638,-23233,-62661,-34649,-22798,-61993,-34531,-23184,-61349,-34948,-23096,-60618,-35266,-22842,-60613,-35666,-22349,-60496,-35935,-22492,-59968,-36106,-22604,-59249,-35875,-22554,-59111,-35121,-23070,-59045,-34200,-23672,-58962,-33729,-23972,-58992,-33494,-24168,-58045,-32515,-23889,-58820,-35490,-22689,-58598,-35608,-22645,-58621,-34947,-22848,-58590,-34124,-23640,-58740,-34541,-23401,-58396,-34902,-22613,-58108,-34293,-22419,-57968,-34492,-22422,-58325,-33969,-23400,-58333,-34438,-22769,-60928,-34962,-23123,-59935,-35843,-22513,-59481,-35503,-22890,-61910,-34087,-23416,-61037,-33839,-23811,-60984,-34454,-23414,-61791,-33742,-23661,-61469,-33045,-24104,-62181,-33690,-23501,-62329,-32761,-23669,-61957,-33246,-23785,-62548,-31598,-23576,-62222,-32001,-23805,-58869,-33013,-24401,-58436,-33679,-23780,-58494,-32918,-24176,-59500,-33017,-24478,-59518,-34985,-23105,-60115,-35286,-22920,-59826,-33962,-23767,-58437,-31645,-24552,-58686,-32266,-24585,-59125,-31563,-25018,-59873,-32065,-25039,-61045,-31797,-24536,-59043,-27953,-25762,-59700,-27423,-25225,-60328,-28178,-24787,-60717,-28570,-24418,-60876,-28482,-24010,-60339,-27751,-24239,-60447,-27482,-23779,-59569,-26706,-24740,-59378,-26632,-25200,-59346,-26093,-24641,-59285,-27327,-25772,-59897,-28463,-25487,-59838,-29867,-25421,-59628,-31317,-25179,-59259,-29832,-25412,-59182,-28913,-25593,-58662,-28181,-25700,-59902,-28995,-25492,-60940,-29349,-24850,-61354,-30497,-24542,-60746,-30146,-25001,-60511,-29344,-25204,-61303,-31103,-24540,-60532,-31077,-24983,-61676,-31606,-24169,-60214,-28460,-25165,-62331,-26760,-23638,-61532,-28391,-22783,-61845,-28392,-22773,-62259,-29332,-23042,-62224,-29802,-23105,-61873,-29066,-22970,-61758,-29173,-23109,-63173,-29122,-23750,-64240,-29174,-22331,-64469,-29802,-21784,-64661,-30702,-21025,-64599,-30593,-21515,-64107,-31741,-22715,-63956,-31309,-23368,-63910,-32617,-22777,-63745,-33226,-21732,-64440,-31342,-21802,-64376,-30050,-22460,-64046,-29907,-23357,-63645,-29100,-23695,-63900,-29137,-23427,-63577,-29699,-23761,-63847,-30050,-23638,-63575,-30416,-23736,-64068,-30352,-23320,-64275,-30549,-22599,-64141,-29166,-23030,-62818,-28729,-23507,-62790,-28098,-23577,-63098,-28090,-23701,-62960,-27003,-23689,-62695,-27163,-23693,-63293,-27382,-23599,-63466,-28758,-23750,-63732,-28137,-23470,-61213,-25019,-22355,-61487,-24640,-22136,-62748,-25429,-21838,-62543,-21866,-21466,-62634,-23331,-21606,-62154,-23168,-21777,-62870,-19577,-19946,-59914,-20145,-17543,-59160,-20047,-16161,-58986,-19380,-16026,-59230,-20178,-16442,-60234,-20701,-15965,-59724,-20126,-15743,-59277,-19779,-15866,-59522,-19517,-15684,-59185,-17279,-15119,-59744,-16772,-14854,-59947,-17709,-15190,-60060,-16530,-14833,-60538,-16882,-15117,-59825,-15304,-14415,-58710,-17586,-15426,-59015,-18933,-15728,-58859,-18863,-16117,-58903,-18594,-16317,-58741,-18029,-15559,-58618,-17927,-15935,-58493,-16778,-15315,-58436,-17136,-15690,-58803,-18514,-15757,-60589,-17484,-15334,-59985,-18393,-15397,-59821,-20945,-15837,-59574,-20912,-15878,-59414,-20971,-16215,-59547,-21155,-16676,-59725,-21812,-15919,-59575,-19906,-16970,-59653,-22220,-16161,-59945,-23041,-16549,-59896,-22973,-16193,-60407,-24126,-16010,-60441,-23379,-15947,-60081,-23245,-16001,-59896,-22626,-15996,-61561,-25711,-15948,-61522,-25185,-15990,-61504,-24168,-16257,-61104,-23455,-16299,-60409,-20064,-15936,-63665,-17863,-15512,-63504,-17764,-14997,-62532,-12868,-14589,-61956,-12271,-14516,-61567,-13355,-14793,-61335,-13729,-14818,-61007,-14615,-14874,-61898,-13887,-14939,-61853,-9137,-13493,-61847,-10291,-13920,-61360,-10569,-14065,-62501,-10753,-13606,-62463,-10181,-13062,-62331,-9726,-13172,-62139,-9247,-13212,-62220,-10067,-13598,-61344,-5972,-12111,-59484,-4812,-11692,-59850,-5426,-12022,-59563,-7050,-12204,-59634,-7968,-12456,-59389,-8000,-12425,-59328,-8974,-12625,-61009,-8993,-13559,-61243,-7130,-12878,-60944,-7729,-13151,-60499,-6465,-12620,-60578,-7561,-12991,-60094,-6106,-12291,-59494,-6249,-12024,-60784,-5918,-12507,-59270,-5523,-11819,-59280,-6759,-12109,-60433,-5571,-12327,-59961,-1973,-11053,-60484,-2735,-11044,-60731,-3829,-11550,-60697,-4649,-12006,-60995,-4454,-11483,-61068,-5211,-10693,-61072,-4653,-11029,-61308,-5814,-11269,-61556,-6531,-11787,-61685,-7167,-12251,-61595,-7423,-12743,-61249,-5424,-11724,-61011,-5104,-12008,-61906,-9392,-11966,-62198,-9981,-12368,-62677,-11321,-13122,-62546,-11262,-12816,-62675,-13095,-12720,-62917,-13486,-12995,-62864,-13933,-12866,-62984,-12628,-13375,-63161,-13618,-13455,-62393,-13738,-12530,-62302,-11519,-12424,-62764,-11878,-13107,-61974,-8787,-12239,-61506,-6691,-11461,-61803,-7885,-12083,-61346,-6709,-11054,-59955,-2519,-11230,-60309,-2584,-11158,-60393,-3703,-11718,-58313,-3817,-11488,-56664,-4612,-12850,-56770,-7088,-13244,-57026,-6726,-13668,-57477,-7129,-14227,-57150,-7507,-13870,-58503,-8617,-15246,-59238,-8621,-15896,-59373,-8169,-16016,-59708,-8954,-17380,-60944,-9590,-17945,-60773,-10446,-17977,-61149,-11544,-18288,-60059,-9397,-17672,-59646,-8660,-16952,-59588,-7930,-17117,-59318,-7317,-15890,-58932,-5690,-15274,-58535,-5430,-14937,-58408,-6814,-14977,-57716,-6300,-14317,-57926,-8096,-14745,-57452,-8495,-14273,-58815,-7934,-15458,-59168,-5826,-15545,-59237,-5303,-15596,-59098,-7352,-15632,-60950,-7450,-17903,-60676,-7609,-17612,-61121,-8571,-18065,-61332,-9245,-18471,-61435,-10225,-18488,-61187,-10412,-18197,-61097,-9142,-18025,-61356,-10471,-18359,-61037,-7405,-18226,-61197,-8589,-18638,-60951,-8623,-19003,-60585,-8100,-19091,-60464,-8384,-17618,-60671,-9103,-17766,-60628,-5514,-17275,-60288,-4039,-16634,-59968,-2865,-16100,-59377,-3818,-16069,-59226,-3166,-15543,-60569,-3617,-17038,-60264,-3729,-17780,-60158,-4287,-18066,-60279,-5799,-18544,-60125,-6879,-18874,-60715,-6222,-18367,-60836,-6185,-18128,-60580,-6148,-18464,-60607,-4775,-17781,-60540,-3805,-17404,-59414,-4576,-16349,-59274,-4355,-15953,-58957,-2679,-14631,-59039,-4132,-15002,-58633,-1770,-14101,-60280,-2885,-16343,-59546,-1577,-15416,-59134,-2153,-15250,-59129,-1661,-15156,-59389,-2722,-15689,-60089,-922,-16774,-59835,-1915,-17323,-59292,-2797,-17542,-59455,-3716,-17822,-59304,-4279,-18007,-59912,-4713,-18274,-59184,-5383,-18310,-59219,-5985,-18494,-58950,-6343,-18678,-58583,-6419,-18846,-59266,-7984,-19059,-59085,-4710,-18118,-58904,-3553,-17743,-58152,-3683,-18004,-56694,-3068,-18058,-56402,-2189,-17801,-56612,-414,-17097,-55570,-415,-17072,-55414,1663,-15934,-55430,2873,-15427,-54602,2904,-15381,-53964,3182,-16121,-53426,4163,-17192,-53913,3865,-16618,-54938,3820,-17739,-56018,3802,-18115,-56688,3912,-18293,-56687,2204,-18925,-56065,-475,-19660,-56342,-648,-19822,-56028,-2003,-20135,-56305,-3270,-20718,-56271,-4679,-21147,-56727,-3308,-20924,-57180,-4313,-21573,-57229,-5549,-22094,-57376,-5670,-22394,-57416,-7512,-22988,-57276,-8265,-22896,-57355,-9660,-23058,-56929,-9300,-22608,-56606,-10442,-22325,-56223,-10125,-21847,-55610,-8463,-21030,-55577,-9409,-20895,-55415,-9334,-20591,-55333,-9222,-20313,-55723,-8723,-19717,-55956,-7613,-19310,-54984,-6040,-18929,-54611,-5241,-18964,-55541,-5085,-18587,-54960,-3097,-17973,-54773,-1934,-17515,-55541,-1208,-17374,-54994,-5514,-18760,-54636,-4352,-18451,-54760,-6036,-19620,-54716,-6098,-19338,-54983,-6617,-20078,-54869,-6744,-19792,-55119,-8012,-20170,-55231,-7858,-20435,-55565,-7033,-20982,-55690,-6083,-21021,-55929,-5603,-21150,-56608,-5315,-21492,-56744,-4673,-21385,-57006,-5801,-21920,-56594,-6073,-21682,-56899,-7891,-22353,-55987,-7515,-21458,-56394,-7785,-21859,-56435,-6936,-21748,-56987,-6880,-22193,-55806,-3643,-20635,-55616,-4016,-20643,-55534,-2340,-20087,-55033,232,-19014,-55134,1465,-18703,-55719,983,-19049,-55557,-564,-19519,-55254,-177,-19263,-55081,-6218,-20310,-55396,-4682,-20581,-55156,-5548,-20418,-55328,-6789,-20681,-54962,-6888,-19330,-54826,-6660,-19424,-54948,-7409,-19692,-55146,-8323,-19936,-55435,-8727,-19825,-55411,-9381,-20163,-55222,-3977,-18300,-54458,-3992,-18499,-54461,-2995,-18919,-54343,-1813,-18461,-54262,-1896,-18151,-54268,-1854,-17827,-54325,-2802,-18138,-54497,-3455,-18178,-54375,-3378,-18574,-54524,-4742,-18769,-54502,-4355,-19028,-56550,-7950,-19332,-56691,-4965,-18572,-57319,-4386,-18401,-55731,-2649,-17897,-56581,-5552,-18714,-57281,-5842,-18845,-57742,-7268,-19268,-57015,-8050,-19435,-55919,-6818,-19042,-54780,-5880,-18984,-56160,-6404,-18892,-55986,-5635,-18711,-56047,-4972,-18537,-54734,-5248,-18743,-56282,-8197,-19444,-57193,-10123,-20109,-56950,-11137,-20432,-57434,-11071,-20470,-57441,-11703,-20647,-56428,-2235,-20390,-56652,-1839,-20381,-57118,-1897,-20726,-57588,-2391,-21288,-57856,-2184,-21572,-58095,-1706,-22068,-58210,-465,-21638,-58170,-235,-21087,-58271,156,-21411,-58381,1237,-21085,-58291,1497,-20630,-58270,2039,-20466,-57986,1990,-20058,-58272,2857,-20199,-58135,4442,-19630,-58161,4355,-20098,-58031,5592,-19371,-56394,6755,-17043,-55304,6183,-16989,-55244,6938,-16770,-55421,7643,-16475,-54891,8236,-16591,-54018,9125,-16363,-52981,8747,-16991,-52479,8073,-17541,-53157,8053,-17160,-53461,7449,-17407,-54432,7607,-16945,-54739,7499,-16917,-55081,7254,-16748,-55017,6277,-17022,-57177,6027,-17724,-57449,8428,-17074,-57323,8996,-16658,-56597,8785,-16248,-56112,8839,-16049,-55733,8565,-16105,-55461,8672,-16072,-54692,9165,-16160,-54459,9363,-16117,-55160,10537,-15520,-55144,9568,-16021,-55316,9831,-15863,-55585,9608,-15712,-56016,10993,-15113,-57242,10955,-15640,-57267,12241,-15054,-57433,12063,-15365,-57681,10790,-16475,-57674,11706,-16258,-57623,11445,-17232,-57615,10942,-17925,-57728,11315,-18054,-58004,10827,-18560,-58434,11614,-18107,-58465,10495,-18669,-57872,11818,-17974,-57598,12358,-17396,-57556,11938,-17388,-57668,14702,-16116,-57972,15549,-15963,-58066,16720,-15399,-58404,18082,-14630,-57982,18843,-14190,-58095,19560,-13759,-59656,19313,-13190,-60136,19312,-13144,-60193,18587,-13467,-60622,17548,-14109,-60268,17529,-14020,-59055,15172,-15854,-59975,16261,-14683,-58967,17555,-14567,-59437,17481,-14310,-59049,18411,-14034,-60287,16358,-14558,-59888,16925,-14363,-59707,17999,-13836,-59676,18393,-13624,-59900,18731,-13396,-59946,17604,-13982,-59231,19232,-13472,-58256,16223,-15744,-58781,16846,-15106,-58317,15790,-15931,-58031,14438,-16640,-57584,13504,-16669,-58675,15653,-15793,-59497,15608,-15309,-60202,15131,-15118,-60638,15412,-15003,-60512,16709,-14440,-58801,11474,-17914,-58264,12063,-17936,-58209,11336,-18345,-54098,9678,-16117,-53245,9685,-16517,-52509,9301,-17242,-52245,10134,-17504,-52368,10727,-17557,-51923,11446,-17612,-52202,11362,-17661,-52330,12461,-17461,-52909,11025,-16883,-52102,10572,-17757,-52554,12173,-17459,-52892,12058,-17195,-53047,11809,-16946,-53213,10511,-16500,-53778,11071,-15888,-54080,11411,-15657,-54265,12704,-15325,-54962,13502,-14775,-54560,13798,-15031,-55790,13718,-14483,-55640,13305,-14668,-55259,13201,-14685,-56132,11788,-14813,-56489,12395,-14594,-56649,13474,-14198,-56318,13363,-14192,-56293,14108,-13892,-55233,14439,-14464,-54910,15228,-14436,-54958,15735,-14256,-54389,16462,-14602,-54914,16513,-13972,-54103,15640,-15183,-53862,14864,-15641,-53276,12447,-16652,-53632,13395,-16036,-53438,14479,-16205,-52808,13972,-16998,-52604,14214,-16790,-52859,15447,-16207,-53120,14080,-16774,-53168,13008,-16834,-52040,14759,-15480,-52241,15992,-14969,-51924,16221,-13887,-50793,16514,-13914,-50816,15446,-14110,-50553,16114,-14508,-49852,16622,-14643,-49694,15297,-14980,-49151,16108,-14468,-48483,15728,-14424,-47900,15431,-14411,-47725,15973,-14249,-46845,16064,-14234,-46023,15356,-13538,-46130,14267,-13710,-46297,13864,-13795,-46290,13558,-13345,-46623,13279,-13646,-46698,12845,-13103,-47064,12549,-12323,-48052,13052,-12394,-49385,12592,-12044,-50964,13011,-12647,-51924,12229,-13042,-51739,11941,-13101,-52066,11517,-13045,-51532,10386,-12144,-51487,9857,-11977,-51411,9879,-11395,-51178,9643,-10889,-50230,10489,-11503,-50267,10755,-12721,-50279,10264,-12790,-50367,9490,-12471,-49832,8926,-12585,-49471,8598,-12988,-49347,8507,-13291,-48723,7746,-13851,-48534,7668,-14439,-48579,7484,-14689,-49854,6947,-15616,-49792,6506,-16110,-50440,6072,-16142,-51183,5719,-15968,-51497,4618,-15500,-51397,4837,-14343,-51451,5102,-13891,-51972,5302,-13338,-51846,6009,-12931,-52049,7856,-12797,-51987,8316,-12884,-52101,9105,-12807,-51651,9486,-12890,-51635,9981,-12608,-51753,10146,-12889,-51375,9320,-12137,-51104,9044,-11258,-50772,8902,-11079,-50280,8424,-11551,-49771,8131,-12135,-49571,7900,-12470,-49112,7876,-12882,-49059,7583,-13542,-49826,8327,-12061,-50209,8909,-11928,-50983,9127,-10908,-50503,8899,-11389,-50018,7976,-12701,-50228,7886,-13216,-51095,8777,-12172,-50875,8613,-11548,-50505,8321,-11670,-50827,8418,-12260,-50098,8119,-12120,-52025,6341,-12681,-51959,5858,-12943,-52293,5785,-12965,-52659,5963,-12658,-52460,5317,-12951,-52794,4614,-12238,-52633,4585,-13217,-53291,4365,-13113,-53693,4920,-13051,-53861,5300,-12877,-54374,6166,-12632,-54647,6785,-12362,-54300,6612,-11826,-54245,6986,-11302,-53825,6856,-11313,-53790,7127,-10689,-53595,8114,-11745,-53327,8291,-12042,-53295,9034,-12137,-53232,8298,-12553,-52948,8336,-12675,-53152,7685,-12520,-52507,6728,-12612,-52371,7841,-12514,-52049,7113,-12558,-52683,7428,-12611,-52205,8162,-12607,-52403,8711,-12607,-52807,8981,-12680,-52837,9817,-12683,-53389,9630,-11386,-53468,8735,-10339,-53699,7666,-10981,-53335,9290,-11714,-53637,8619,-11557,-52448,9589,-12726,-53144,9749,-12434,-53333,9696,-11974,-53381,9788,-10988,-53592,9096,-11146,-53274,9624,-10191,-53005,9211,-9208,-52251,10717,-9628,-52328,10481,-9237,-52307,11295,-9089,-53551,11435,-8208,-53571,12319,-7746,-53826,13010,-7280,-53158,13056,-7214,-53261,13560,-7005,-53309,13792,-7103,-53537,14146,-6783,-53843,14658,-6583,-54070,15200,-6257,-54324,15012,-6305,-54756,15670,-6051,-54411,13950,-6912,-54553,14788,-6540,-54122,14123,-6681,-52821,12486,-7718,-52765,12742,-7672,-53142,13038,-8431,-52954,13064,-9134,-53149,14233,-8800,-52739,13344,-9315,-52101,13077,-10018,-51998,13334,-10092,-52235,13191,-10311,-52034,12744,-10198,-52063,12377,-9987,-52118,11836,-9849,-52082,11604,-9880,-52456,11161,-10114,-52852,10582,-10192,-53047,10660,-10551,-53232,10481,-10931,-53369,10169,-11427,-53447,11038,-11606,-53495,12287,-11433,-53442,13597,-11689,-53258,13983,-11769,-53444,15764,-10579,-53297,16133,-10487,-53480,16692,-9958,-53311,17125,-9795,-53355,17646,-9368,-52371,17178,-9712,-52212,16300,-9978,-51486,15601,-10422,-51498,15065,-10699,-51336,14809,-11180,-51613,14667,-11193,-51555,14360,-11736,-51942,14430,-11620,-52812,13511,-12260,-52104,13346,-12310,-52529,10731,-12802,-52970,10417,-12590,-53434,10523,-11992,-53468,11373,-11945,-53331,11216,-12281,-53137,11521,-12518,-52877,11146,-12612,-51917,10721,-13078,-52101,12670,-12717,-51227,13963,-12867,-50941,14275,-12799,-50710,15182,-12478,-50904,15846,-12335,-51505,16748,-11743,-51457,16978,-11763,-51671,17309,-11326,-51837,17843,-10834,-52040,18278,-10260,-51689,18030,-10980,-51744,18449,-10443,-52248,18727,-9726,-53063,19272,-8355,-53325,19514,-7841,-53020,19700,-7957,-53424,19975,-7236,-53455,20395,-6582,-53700,20939,-5696,-54206,21005,-5486,-54139,21398,-4771,-54731,21777,-3362,-54971,21202,-3227,-54823,20786,-3925,-54565,19846,-4619,-54450,19655,-5205,-54005,18438,-6531,-54068,18330,-6926,-54341,19633,-6065,-54289,19198,-6134,-54201,19060,-5532,-54492,21943,-3435,-53519,21802,-4449,-53161,21441,-5120,-52464,21095,-5827,-52128,20872,-6375,-52120,21215,-6315,-52005,21270,-7744,-51775,21585,-7852,-51520,21952,-7580,-51352,21951,-7815,-50732,21696,-9319,-50600,21099,-9138,-50569,21533,-9977,-50224,20383,-9891,-49908,20224,-10584,-49521,19474,-10719,-49042,18633,-10911,-48843,17762,-11484,-48571,17102,-11874,-48715,16551,-12322,-48982,15679,-12614,-49741,15248,-12012,-50394,16079,-11744,-50421,15069,-12198,-50432,14397,-12450,-50949,21670,-8550,-50884,21057,-8575,-50629,20821,-8939,-50436,20065,-9560,-50076,19541,-9988,-49807,19436,-10329,-50369,20586,-9557,-53777,21418,-4927,-53457,20841,-5906,-53025,20909,-6038,-52790,20482,-6811,-52835,20041,-7582,-52629,19770,-8132,-51994,20310,-7400,-52013,20875,-6930,-52456,20306,-7127,-52264,20692,-6512,-52178,20131,-7413,-52019,19633,-8437,-51603,19878,-9060,-51581,20415,-8672,-51338,20099,-9056,-50874,19647,-9514,-50673,19747,-9518,-50998,20335,-8851,-51674,19345,-9354,-51301,18584,-10101,-51445,18308,-10736,-51596,17618,-11344,-51113,17605,-11319,-50397,17012,-11426,-51304,17995,-11144,-51083,18332,-10447,-51301,19460,-9651,-51590,18961,-9677,-50739,18815,-10230,-50398,18433,-10684,-50333,18927,-10158,-50117,19020,-10176,-51252,17128,-11741,-52069,18814,-9794,-51939,19250,-9202,-53925,22482,-3027,-53634,22069,-3815,-52660,21844,-4371,-52745,22477,-3537,-52693,22602,-4491,-53342,23184,-2381,-52951,22773,-3432,-53373,23180,-3605,-52703,22148,-5771,-53005,22815,-5649,-52626,23000,-5843,-53251,22842,-5052,-52390,22121,-4750,-52802,21496,-5020,-53133,22024,-3837,-52646,22109,-6403,-52414,21882,-6875,-52103,21957,-7283,-51887,22300,-6991,-51757,22401,-7136,-52405,22255,-6710,-52104,22575,-6576,-52307,23384,-6509,-53409,24343,-5038,-53743,24774,-4493,-53917,24494,-4162,-54227,24282,-3785,-54226,24538,-3235,-54338,24759,-2319,-54521,24951,-1793,-54671,25082,-1232,-54950,25103,-781,-55182,25347,-88,-54812,24218,-176,-54000,23465,-1093,-53959,23285,-1234,-54642,23285,-1377,-55860,23360,-221,-55601,22276,-1188,-53216,22224,-3382,-54068,22723,-2360,-54596,22678,-2367,-54478,23120,-1713,-55051,22487,-2007,-55479,22751,-1162,-55083,23042,-1417,-53542,22991,-1685,-53519,22562,-2407,-54132,23075,-1515,-54525,23491,-675,-55313,23590,-378,-55873,23766,158,-56529,23567,749,-56866,22722,2647,-56138,20477,385,-55523,20537,-263,-55840,20706,331,-55751,21095,448,-56045,21745,1009,-56018,21642,169,-55008,23753,-2,-55984,22855,-315,-56021,22084,-213,-56016,21711,-122,-56090,22725,-118,-56238,22290,237,-56805,22711,1493,-56563,22531,937,-56469,22314,1864,-56630,22038,2271,-56485,22166,2174,-56141,21895,1508,-55964,21440,1050,-54439,23666,-491,-54925,24059,161,-54855,25633,-1846,-55311,26550,-1240,-55662,26931,-1574,-56693,27278,-1717,-56904,27707,-1666,-56471,28141,-2144,-57039,28146,-1546,-57080,28293,-808,-57277,29017,-818,-57581,30126,-480,-57410,29300,-145,-57870,31181,-77,-57956,32718,-431,-57618,31873,-795,-57278,30933,-1144,-58093,31799,-303,-57753,30839,-699,-57494,30170,-1004,-57370,29638,-1133,-57204,28797,-1389,-56838,28985,-1685,-57031,30183,-1432,-57458,29754,-885,-56821,27345,-1038,-56816,27436,-455,-56793,27623,13,-56421,27629,713,-56701,27816,1268,-56814,27993,1175,-57058,27807,229,-56505,27620,209,-57434,28412,1146,-56429,27024,1020,-56953,26806,2026,-56221,26037,1234,-56576,25694,1683,-56692,25433,1554,-56339,25046,1598,-56891,24747,2132,-57100,24568,2047,-57223,24183,1980,-56632,23989,1091,-57389,25602,2423,-57032,25802,2225,-57053,26282,2255,-56834,25971,1942,-57509,25859,2827,-58157,25048,3431,-57661,24414,2647,-57962,24178,3223,-57720,23701,3048,-57087,22936,2904,-57918,25644,3209,-57508,25183,2933,-57052,24952,2461,-56970,25116,2422,-57580,24716,2595,-56956,25531,1835,-56580,27083,-1213,-55703,27070,-1037,-55877,26810,9,-55983,26141,784,-56077,25565,1168,-56189,25336,951,-55810,25520,825,-55639,25163,219,-56083,27274,-495,-56104,27379,80,-55754,27088,-575,-55460,26279,-625,-55099,25824,-1155,-54932,25282,-638,-55534,25456,459,-55840,24887,857,-55582,24533,916,-55459,24133,647,-56524,24265,1258,-56143,24464,1430,-56602,24845,2073,-55535,24332,878,-56049,24649,1481,-55670,26114,140,-54680,25368,-2330,-54910,25829,-1938,-54372,24942,-3140,-52863,23352,-5569,-53844,23917,-4235,-53923,24274,-4259,-54400,24122,-3401,-54432,23865,-2512,-54563,24085,-854,-54304,23836,-807,-53941,23636,-1910,-53034,22829,-2805,-53138,22783,-2393,-53196,22587,-2469,-53572,23290,-1670,-53842,23571,-1584,-52926,22501,-3043,-52875,22260,-3564,-53545,23307,-3000,-55121,24554,-471,-55360,24664,155,-53938,23695,-4007,-53522,23673,-4690,-52942,23235,-5443,-53516,23119,-4427,-53873,23492,-3718,-53601,23350,-4564,-52407,21806,-4735,-52559,22116,-4133,-54090,21960,-3801,-52580,19472,-8641,-52726,19033,-8963,-52313,18537,-9720,-52726,18520,-9229,-52798,17896,-9161,-52401,17707,-9705,-51705,17172,-10710,-51933,17513,-10257,-51584,12703,-13065,-51525,13528,-12875,-51241,13178,-13001,-50957,13850,-12882,-50614,13859,-12626,-50216,13840,-12482,-50023,13996,-12391,-49491,13603,-12456,-49220,13847,-12540,-48974,14415,-12726,-47879,15650,-12686,-48678,15814,-12797,-49888,13605,-12435,-49683,13049,-12353,-49147,13216,-12502,-48777,13714,-12840,-48681,14071,-12990,-50694,12585,-12284,-50399,13159,-12449,-50084,14985,-12077,-48506,14791,-13127,-48553,15442,-12971,-48899,15309,-12787,-49629,14780,-12115,-52459,14713,-11427,-52817,15192,-11132,-52466,14379,-11742,-53108,13205,-12274,-53581,12640,-11814,-53451,12356,-12212,-53406,13058,-12076,-52399,12567,-12580,-52924,14578,-11651,-52594,16635,-9799,-52313,15961,-10193,-51879,15442,-10389,-52168,14844,-11129,-52751,17213,-9505,-53491,14277,-11161,-53419,13939,-10889,-53388,14361,-10481,-53479,15625,-9115,-53656,15972,-9133,-53821,16767,-8940,-53884,17322,-8809,-53653,16424,-9812,-53728,16285,-9582,-53698,15996,-9567,-53524,15192,-10062,-53506,15102,-10733,-53504,14818,-10539,-53329,14777,-11234,-53177,15264,-11127,-53715,16849,-9572,-53711,17762,-9091,-53575,17749,-9268,-53638,18602,-8532,-53846,18479,-8557,-54000,19005,-7987,-54187,19249,-6928,-54170,20214,-6639,-54064,20714,-6038,-54397,20712,-5366,-54549,20861,-4706,-54542,21271,-4473,-53943,20143,-6954,-53886,19792,-7393,-53597,19998,-7159,-54096,19647,-7372,-53318,18348,-8687,-52960,17638,-9221,-53561,19407,-7800,-53375,18752,-8326,-54237,19970,-6676,-54298,20553,-5946,-54420,19985,-5560,-53895,17979,-8455,-53941,17634,-8154,-54043,18524,-7671,-53368,16902,-7709,-52319,16802,-7356,-53263,17268,-7285,-53749,17772,-7107,-54064,18291,-7217,-53713,16978,-7954,-53927,17703,-7499,-53862,17204,-8063,-53740,16476,-8612,-53363,16070,-8466,-53191,15581,-8855,-53179,15083,-9390,-52702,14608,-9451,-52036,13718,-9841,-51909,13688,-9487,-52084,13841,-9214,-51807,14535,-8777,-53010,15772,-7746,-53451,15109,-8104,-53074,14934,-8380,-52420,14501,-8420,-52885,14300,-8773,-52429,15691,-7746,-52356,15007,-8143,-51929,15401,-7945,-51538,15570,-7863,-51449,15976,-7495,-51454,16296,-6998,-51678,16421,-6516,-52152,16286,-6136,-52380,16298,-5409,-52739,16180,-4876,-53783,16350,-3740,-54485,16485,-3839,-55465,16594,-4267,-55781,16516,-4316,-55906,14741,-4528,-55913,14459,-4731,-55908,13280,-4660,-55924,13980,-4134,-56123,14231,-3796,-56218,13396,-4153,-54265,16532,-3382,-53806,16540,-3595,-53954,16937,-3545,-52615,16848,-5526,-53125,17434,-5521,-52609,17408,-6094,-52238,17057,-6147,-52167,16391,-5801,-53516,17296,-4648,-53929,17849,-4750,-52957,17897,-5843,-53898,16180,-4420,-54484,16304,-4414,-55297,16381,-5067,-55679,16378,-5096,-55845,16241,-4998,-55906,16142,-4663,-55932,15598,-4560,-56057,15244,-5540,-56102,13898,-6029,-55883,15623,-6259,-56366,14355,-7483,-56637,14284,-7937,-56469,13611,-7903,-56235,13126,-7744,-56369,12065,-8213,-55687,16151,-5670,-55805,15814,-6073,-55587,15836,-6643,-52494,16175,-5509,-52913,16649,-4822,-53099,16336,-4368,-53497,16946,-4242,-53205,17169,-5073,-51750,16725,-7152,-51842,15905,-7470,-52566,16063,-7015,-53372,15794,-7125,-53833,15257,-7108,-53766,14661,-7747,-53839,14998,-7096,-53726,14640,-7033,-53356,13447,-7711,-53710,14228,-7703,-53391,14343,-8539,-53564,14112,-8145,-53540,13828,-7890,-53125,13354,-7353,-51493,15969,-7342,-51660,16281,-6715,-51700,14987,-8319,-51670,15080,-8431,-52097,14795,-9008,-51635,15639,-8105,-52391,15683,-8452,-52600,13556,-10401,-53496,13475,-11393,-52697,13892,-10197,-52820,14377,-9726,-53231,14637,-9972,-53391,11519,-11213,-52898,11644,-10734,-52090,12169,-10188,-53358,12691,-11275,-53380,13432,-11151,-52469,12841,-10602,-53290,11797,-11094,-52442,12454,-10580,-53164,11098,-10843,-53071,10013,-9974,-52603,11341,-8764,-52542,12327,-8071,-52288,11807,-8769,-52876,12455,-8933,-53186,13848,-8887,-52881,12632,-9132,-52520,11985,-8297,-52199,11498,-9321,-52480,12210,-9660,-52529,12065,-9358,-52044,11064,-9427,-52377,12987,-9851,-52518,13760,-9207,-54105,9031,-9624,-54502,8516,-10589,-55182,9018,-11337,-54883,7760,-11822,-54649,8101,-11144,-54323,8837,-9959,-54296,7746,-10720,-54007,7298,-10570,-53854,7556,-10250,-53381,8518,-9408,-53744,8101,-9750,-54001,8091,-10023,-53619,7684,-10235,-55133,8340,-11748,-53981,6685,-11185,-53283,7072,-12035,-53205,5549,-11671,-53035,5237,-11671,-53420,5332,-11785,-53735,5849,-11799,-53907,6248,-11674,-53697,6687,-11653,-53479,6714,-11795,-53271,6315,-11851,-53989,6070,-11864,-54148,6737,-11221,-52306,5191,-13276,-52140,4622,-13962,-51391,4355,-14263,-51619,4181,-14197,-51439,4911,-15861,-49748,5185,-16778,-49523,4795,-16831,-49553,4137,-16514,-50311,4121,-16576,-50800,4965,-16416,-50990,4248,-16628,-50866,3148,-16952,-51105,2907,-17043,-50963,2081,-17309,-50860,1891,-17405,-51761,1850,-17413,-51436,1770,-17720,-51339,2003,-18152,-50748,2081,-18288,-50226,2220,-18180,-49518,2709,-17825,-49055,2983,-17528,-49142,2953,-16850,-49008,3637,-16646,-48817,3687,-16879,-49088,4733,-16836,-50463,5226,-16417,-50721,5739,-16189,-49227,3859,-16518,-49382,3458,-16516,-50036,3101,-16785,-49097,3199,-16671,-49424,2929,-16699,-49514,2355,-17286,-50044,2204,-17116,-50565,1900,-17576,-49624,2519,-16895,-49551,2478,-17671,-48555,4171,-17598,-48637,4836,-17922,-49180,5220,-18121,-49734,4220,-18095,-50642,3785,-18246,-51960,4699,-18199,-52394,4693,-18046,-52165,4107,-18068,-52841,3735,-17444,-52294,3185,-17736,-52556,3013,-17425,-52136,2458,-17793,-51347,4331,-18265,-52188,5581,-18346,-49053,3575,-17675,-49270,4071,-17915,-50457,2801,-18353,-51680,3155,-18219,-52135,3551,-17971,-51560,3642,-18258,-51035,3154,-18387,-51355,2958,-16971,-51821,2539,-16874,-51468,3093,-16791,-51814,2964,-16276,-51740,3101,-15496,-52697,2799,-15573,-52787,2681,-15897,-52762,2684,-16913,-53347,5574,-17759,-54168,5033,-17333,-54634,5281,-17098,-54821,5161,-17132,-54761,4380,-17400,-54458,3886,-17238,-53893,4722,-17274,-54347,4622,-17015,-53150,4508,-17484,-53380,3531,-16773,-53632,3488,-16427,-52438,2286,-16965,-52789,2566,-16644,-52483,2511,-15938,-51186,2506,-18426,-49743,3244,-17958,-48869,3316,-17348,-52411,2425,-17446,-52035,2603,-16038,-52175,2316,-16599,-51366,3946,-16385,-51208,4249,-16520,-51153,3592,-16794,-51378,6047,-15629,-51523,6219,-15167,-51740,6515,-14070,-51261,8269,-13804,-51031,8429,-12795,-51342,8742,-13026,-51562,8796,-13364,-51771,8625,-13415,-50665,7914,-13907,-50222,7563,-14486,-50215,7206,-15007,-51376,6632,-15192,-50419,6631,-15709,-50840,7742,-14374,-51138,7703,-14354,-50760,7068,-15148,-51405,7372,-14298,-51094,7173,-14859,-51024,6569,-15649,-49354,7415,-15114,-49638,7620,-14460,-49611,7715,-13027,-48736,7415,-15071,-49785,7359,-15050,-49956,9048,-13236,-49628,8977,-13828,-49644,9363,-14198,-49716,9600,-14691,-49935,9911,-15137,-50250,10464,-15201,-50795,11540,-15629,-50674,11645,-14828,-50996,12544,-14691,-50418,12423,-13914,-50073,11824,-13613,-50423,11812,-13879,-50217,11565,-13561,-50241,10791,-13149,-50167,11141,-13135,-50033,10980,-12473,-49901,11217,-12828,-49952,9628,-13342,-50253,10863,-13613,-50325,11278,-13711,-50168,10522,-13906,-50237,10747,-14369,-49835,9694,-13949,-49998,10154,-14517,-50180,10085,-13014,-49341,8449,-13936,-51546,11911,-12954,-51171,12296,-12387,-51221,11677,-11859,-51306,11066,-11224,-51392,10502,-10952,-51185,10164,-10834,-51455,10402,-11405,-51392,10814,-11121,-51244,12939,-12957,-46567,12950,-12878,-46530,13854,-12817,-46286,13682,-12983,-46094,14623,-13079,-46003,14702,-13447,-47899,14849,-12924,-47221,14629,-12851,-46294,15638,-12884,-46330,16262,-12764,-46290,16550,-12820,-46153,16239,-13295,-46573,17453,-12580,-47430,18285,-12927,-47731,18674,-12701,-48112,19408,-12372,-48503,20018,-12298,-47554,19230,-12035,-48176,20231,-11724,-47935,19405,-11107,-47480,18661,-11290,-46688,17641,-12214,-47058,18458,-12291,-46801,17716,-12926,-47490,19244,-11863,-48059,20103,-11327,-47215,18735,-11719,-47709,19474,-11355,-48323,20459,-11444,-46176,15520,-13884,-47298,15154,-12775,-46791,14935,-12869,-47477,16138,-12467,-47503,17354,-12001,-47918,16846,-12050,-47988,16274,-12355,-46823,15935,-12712,-46607,16945,-12457,-46863,17516,-12106,-46072,15693,-13060,-46273,14729,-12867,-52390,14510,-16157,-52340,15833,-15304,-52557,16180,-15376,-52406,17526,-13671,-53214,19440,-13422,-52804,19233,-12844,-53341,20134,-13031,-51956,19838,-12379,-51872,20678,-11832,-52269,20645,-11700,-51905,21055,-11293,-52159,21288,-10977,-52604,21838,-9989,-52336,22180,-9493,-52676,23247,-8488,-52269,22946,-8977,-52113,23418,-8947,-52012,23610,-8822,-52280,24179,-7687,-52283,23879,-8360,-52781,22847,-8814,-53180,22511,-9182,-53513,23078,-8571,-53799,23047,-8915,-54341,23690,-8560,-54425,24087,-7778,-54743,24749,-6451,-52576,24522,-7050,-52398,24330,-6930,-51955,23770,-7499,-51380,23158,-8479,-51416,23281,-8758,-53946,23671,-7893,-53190,23231,-8312,-53976,24440,-6586,-54343,25022,-5687,-52461,24160,-7883,-53335,24073,-7244,-52811,24589,-7094,-52850,24318,-7365,-51809,23657,-8549,-51953,23857,-7844,-53727,23855,-7413,-54241,23356,-9235,-54612,22651,-10301,-54748,21927,-10915,-55105,21224,-10804,-55074,20421,-11396,-55258,19490,-11694,-55652,19027,-11716,-56241,18622,-11388,-56508,19163,-10910,-56357,19478,-10680,-56129,20609,-9917,-55215,22251,-9484,-54932,23052,-9099,-54532,23619,-8739,-54846,23406,-8822,-56424,21963,-8775,-56141,21278,-9317,-56433,20705,-9705,-56690,20126,-10224,-57017,20056,-10482,-57524,20895,-10742,-57545,20713,-11191,-57310,20958,-11935,-57279,21455,-11728,-57263,21911,-11689,-57237,22993,-10971,-57297,22982,-10695,-57263,23653,-10448,-57373,23892,-9970,-57388,24982,-9258,-57982,26387,-9328,-58009,27274,-8699,-57687,26874,-8966,-57514,28149,-7938,-57473,29057,-7139,-57699,29667,-6805,-57928,29807,-6813,-57937,30604,-6279,-57840,31100,-5783,-58326,32519,-4990,-58489,33002,-4697,-58578,33103,-4824,-58402,33135,-4905,-58422,33342,-4414,-58328,32881,-4619,-57958,32162,-3598,-57818,30934,-4498,-57871,31308,-4642,-57747,31215,-5163,-58052,32182,-4937,-58063,32654,-3592,-58254,33375,-3684,-58191,33356,-2747,-58703,34640,-1178,-59210,35468,-462,-59930,35645,1126,-59538,35466,1618,-59403,34712,1432,-59338,35047,1705,-59503,34261,2617,-59192,33248,2868,-59158,32179,2934,-59367,31350,2958,-59203,30749,3179,-59009,30583,2784,-58812,29997,2714,-58559,29358,2506,-57999,28784,3288,-57984,28977,3070,-57309,28474,2061,-57001,28128,1732,-57037,27618,1890,-58449,26803,4036,-58930,26113,4616,-59251,25819,4701,-59310,25525,4744,-60113,25788,5432,-60474,25599,5718,-61483,25821,6471,-61068,26298,6433,-60407,26186,5877,-59498,26315,5184,-57971,26384,3503,-58152,25921,3685,-57677,28623,1710,-57270,28187,1211,-57734,29293,1284,-57962,30162,1350,-58324,31129,1944,-58570,31239,2394,-58866,32068,2727,-58954,32597,2727,-58570,29143,2851,-58087,29983,1796,-58629,30290,2520,-57999,29135,1949,-58124,28849,2393,-58256,29585,2188,-59319,33210,3061,-59924,33216,3179,-59571,33783,3124,-59821,34320,3224,-60108,35004,3450,-59866,35015,3133,-60736,36330,3519,-61362,36393,4601,-61357,35336,4844,-61969,34519,5197,-62202,35117,5351,-62703,32732,6493,-62554,31642,6596,-63778,32543,7355,-63949,32386,7800,-63201,33097,6829,-63434,32640,7096,-61161,36270,3901,-60692,35053,3494,-60498,34856,3407,-60138,33802,3250,-59763,32433,3106,-60048,33215,3401,-59447,35161,1933,-59759,35909,1687,-60028,36061,1352,-59822,35499,1319,-59942,35595,2226,-59633,34320,2996,-60120,35552,3320,-60467,36315,3267,-60304,36420,2825,-60131,36429,2265,-59993,36251,1659,-59873,36195,1153,-59751,36205,304,-59352,35590,145,-60170,36037,2042,-60016,35494,2661,-60066,35620,3114,-60113,36738,2018,-60518,37048,2904,-60782,37368,3526,-61624,37471,4848,-60692,37750,3107,-59657,34939,2283,-59592,34993,885,-59304,34588,1052,-58613,33974,353,-58996,34006,562,-58345,33649,-156,-58407,33440,160,-58787,33532,465,-58854,34415,521,-59283,35230,765,-58353,33983,-1046,-58500,34217,-582,-57925,32964,-1082,-57581,32058,-1160,-57405,31748,-1756,-57465,31893,-2103,-57349,31540,-2557,-57964,33024,-2097,-58041,32808,-2984,-57763,32288,-2744,-57674,31450,-3502,-57493,30642,-3887,-57695,30818,-4137,-57493,28633,-5761,-57568,27998,-6598,-57347,28154,-7589,-57336,27001,-8079,-57465,27650,-6559,-57622,26711,-7441,-57663,26273,-7823,-57659,25123,-8383,-57634,24710,-8856,-57653,24439,-8717,-57622,23803,-9128,-57511,23527,-9082,-57553,22620,-9723,-57576,22054,-10143,-57609,23040,-9762,-57629,24095,-9179,-57629,27191,-7275,-57589,27729,-7096,-57594,26940,-7642,-57435,26374,-8343,-57411,25744,-8799,-57473,26269,-9258,-56907,25912,-6759,-56567,26690,-5690,-55701,25689,-5676,-55425,25516,-5215,-54908,26027,-3917,-54725,26180,-3593,-53954,25781,-4578,-53674,25536,-4770,-53587,25323,-5675,-53195,24965,-6379,-53043,25012,-6112,-51839,23507,-7498,-51442,22742,-7924,-52667,24315,-6161,-53089,24854,-5523,-53631,25531,-5176,-53394,25338,-5407,-53990,25017,-5797,-54758,25674,-4594,-54131,25715,-4828,-55001,25569,-4819,-55423,24522,-6575,-55291,24902,-6039,-55549,25095,-6007,-55256,25288,-5409,-55601,24672,-6471,-56844,28141,-5011,-57033,27614,-5687,-57034,28781,-4740,-57444,29697,-4646,-57283,27806,-5988,-56058,26552,-5402,-55964,26977,-4903,-56322,28089,-4507,-56571,29253,-3825,-56678,29791,-2925,-56454,29011,-3208,-56740,29898,-2220,-56327,28526,-3859,-55585,26326,-3717,-55321,26175,-3700,-54705,26264,-2950,-54684,26051,-2748,-54023,25692,-3987,-54413,26105,-3588,-54623,25704,-2763,-55021,26436,-2775,-55367,25830,-4517,-55734,26487,-3904,-55625,26067,-4754,-55742,26167,-5317,-56036,27452,-4433,-55813,26710,-4425,-56027,27111,-2877,-56044,26887,-2421,-55826,26691,-2384,-55437,26859,-1229,-56656,29245,-1986,-56410,28540,-2524,-56167,27894,-3195,-55920,27160,-3545,-56163,26963,-1871,-56329,27258,-2190,-56098,27738,-3763,-56309,27596,-4869,-56729,29241,-4165,-56682,29758,-3416,-56998,30760,-2371,-57075,30804,-1601,-58160,33384,-539,-58758,34536,44,-57140,29442,-4397,-57143,30672,-3457,-57629,29795,-5032,-57666,29589,-5606,-57760,30384,-5167,-57658,29928,-5720,-57456,29721,-6356,-57577,30109,-6351,-57635,29346,-6064,-57610,28526,-6537,-57385,29149,-6702,-57582,28605,-6148,-57402,27960,-7323,-58006,33196,-1591,-58359,33873,-2208,-58068,32727,-4309,-57882,32088,-4678,-57564,22033,-10544,-57326,22165,-11144,-57483,21239,-11216,-57604,21582,-10563,-57418,21588,-10079,-57287,22473,-9401,-57056,23819,-8305,-57322,24666,-8104,-56580,24163,-7550,-56979,25121,-7399,-56507,25523,-6538,-56281,24506,-7062,-57127,21395,-9758,-57203,20547,-10337,-56909,19373,-10913,-57361,18834,-11827,-57254,18007,-12200,-57384,17942,-12553,-57462,16836,-13482,-57496,15710,-14438,-57424,14435,-14466,-57021,18462,-11629,-56023,21941,-8806,-55739,21694,-9425,-55372,23113,-8270,-55146,21836,-10102,-55556,20990,-10336,-56175,20034,-10330,-56139,19581,-10755,-55715,20052,-10862,-55178,19031,-12047,-54861,18181,-13112,-56293,17930,-11843,-56580,17158,-12288,-56842,17421,-12185,-56541,16218,-12913,-56333,15653,-13314,-56344,15076,-13559,-55947,14789,-13981,-55442,15720,-13865,-55451,14902,-14210,-55356,16540,-13504,-56346,16723,-12603,-55908,16277,-13267,-54664,18722,-13060,-54727,20671,-11952,-54264,22963,-10096,-54572,23235,-9389,-55365,17411,-12987,-55322,17929,-12739,-57165,16022,-13313,-57205,14954,-13870,-57366,15881,-13668,-57117,17732,-12201,-57321,17033,-12958,-57440,15959,-13847,-56980,16629,-12802,-56893,15977,-13152,-56170,17311,-12351,-56054,18532,-11632,-55694,17987,-12459,-52659,21457,-10590,-53136,20898,-11139,-54067,22464,-10772,-54392,22510,-10754,-53127,21445,-10488,-53593,22168,-10162,-53828,22246,-10697,-54004,22841,-10020,-53649,22695,-9413,-53336,22404,-9425,-53459,21494,-10779,-53313,21998,-9999,-53033,22065,-9710,-52636,20758,-11142,-52831,20231,-11566,-52846,20733,-11123,-52380,21115,-11202,-53605,21498,-11172,-53590,21094,-12182,-54905,19192,-12353,-54517,19857,-12728,-54404,18936,-13357,-53967,19696,-13466,-54000,18981,-13845,-53697,19482,-13870,-53454,18970,-14204,-54392,18312,-13676,-53449,17864,-14915,-53166,18431,-14324,-53430,18539,-14484,-53605,18567,-14402,-53503,19616,-13702,-53564,20795,-12675,-53162,20205,-12525,-53844,20688,-12937,-54058,20388,-13014,-52984,20247,-11812,-52377,20067,-11658,-52167,19535,-11968,-52552,19498,-11930,-52544,19942,-11638,-53764,20014,-13460,-53618,20254,-13281,-54051,21531,-12038,-52834,18447,-13705,-52591,17274,-14542,-52571,16922,-14854,-53096,17340,-15210,-53277,17356,-15284,-53540,16051,-15776,-53293,16653,-15634,-52986,16353,-15762,-52204,16778,-13954,-52229,19205,-12055,-52420,18793,-12539,-52485,18334,-13123,-52774,13081,-17226,-52076,13095,-16815,-51651,11490,-17397,-50424,8735,-17810,-50059,8024,-17848,-48325,7329,-17058,-48014,7005,-16973,-48100,6563,-16824,-48142,7072,-16141,-48518,6958,-16165,-48624,6462,-16674,-48338,5970,-17036,-49093,5581,-16895,-49535,5930,-16637,-49126,6721,-16310,-48981,7230,-15679,-48316,7549,-15098,-49371,9091,-14793,-49303,8811,-14325,-48606,8049,-14911,-49387,9126,-15355,-49366,9002,-15748,-49737,9485,-15610,-49557,8988,-16173,-49803,8669,-17021,-49881,8317,-17532,-49432,7936,-17389,-49087,8251,-16644,-50044,9384,-16435,-50254,9207,-17143,-50299,9953,-16224,-49953,9733,-15662,-51201,11646,-16658,-51712,12980,-16388,-52212,13641,-16515,-51634,12187,-16913,-51075,10587,-17330,-50667,9536,-17541,-52305,13102,-17190,-50905,12023,-15110,-51277,13048,-15297,-51717,14285,-14808,-51529,14203,-14487,-50228,14163,-14632,-49661,14180,-15018,-49052,14177,-15066,-47763,14507,-14630,-47174,15786,-14402,-49000,15129,-14829,-50154,15376,-14927,-50391,15284,-14802,-47910,14987,-14561,-48799,14445,-15023,-49544,14458,-15063,-47337,15312,-14486,-47522,14032,-14552,-48628,13807,-14943,-48172,13456,-14649,-47455,13268,-14213,-46587,13869,-14124,-46185,14676,-13996,-46583,15564,-14255,-46558,14842,-14360,-47106,14601,-14483,-51218,13273,-14705,-50977,13332,-14267,-51144,14228,-14104,-50621,10565,-16433,-50877,11204,-16404,-50473,9744,-16962,-50876,10689,-16977,-48407,7780,-16418,-48631,8198,-15690,-48256,7519,-16658,-47978,6718,-16940,-48228,7341,-15521,-48122,7484,-15930,-51848,10541,-17819,-51385,10373,-17738,-51518,10181,-17859,-50910,9296,-17893,-51323,9295,-17982,-50544,8490,-17949,-49878,7239,-17921,-50528,7668,-18062,-50061,5936,-18217,-50770,5576,-18349,-52608,5892,-18212,-53459,6241,-17695,-53916,6922,-17412,-49841,6631,-18043,-49107,6274,-18014,-50206,5440,-18264,-48250,6170,-17803,-48109,5879,-17505,-48128,6622,-17537,-48833,7458,-17337,-49415,7506,-17610,-48475,4627,-17195,-48556,5274,-17141,-48277,5499,-17281,-48475,4648,-17776,-48305,5031,-17411,-48455,5515,-17927,-48231,5439,-17762,-48386,4627,-17483,-48700,3721,-17190,-48944,5771,-18060,-48558,6770,-17653,-49287,6758,-17853,-50624,4545,-18296,-53696,17476,-14920,-54494,17532,-13997,-53596,16924,-15297,-54108,17479,-14437,-53897,16550,-15055,-53219,17935,-14865,-54557,14740,-14851,-54281,13835,-15282,-54052,12920,-15496,-53693,12545,-15903,-53300,11590,-16419,-53853,12031,-15742,-56201,12459,-14545,-56009,12073,-14803,-56138,13464,-14212,-55812,13032,-14693,-56968,12248,-14831,-56853,13063,-14421,-57125,13868,-14250,-57555,12314,-15554,-57478,13452,-14868,-57522,14659,-14765,-57562,14574,-15210,-57601,13150,-15638,-57562,14220,-16039,-57559,13609,-16237,-57638,12409,-16360,-55568,10537,-15488,-55654,11165,-15311,-55733,11960,-15044,-55054,11491,-15224,-52194,8582,-17608,-52005,9278,-17670,-51832,7003,-18167,-51284,7237,-18211,-52222,6271,-18270,-51843,8453,-17846,-51298,8370,-18045,-55105,8835,-16300,-56597,10326,-15538,-56202,10306,-15417,-57047,8320,-16697,-57231,7681,-17155,-56814,7121,-17085,-56090,7262,-16683,-56561,7825,-16617,-57118,-2790,-20987,-57413,-4341,-21869,-57668,-4254,-22277,-58017,-3221,-22719,-58511,-3600,-23359,-58609,-2060,-23145,-58169,-2020,-22764,-58088,-2041,-22543,-58085,-351,-22271,-58102,492,-22296,-60288,1138,-21166,-60218,9,-21629,-60945,-560,-21179,-61634,-2367,-21504,-61792,-1303,-21041,-62022,-2388,-21363,-59973,208,-21886,-60849,-1332,-21601,-61041,-2246,-21806,-61160,-1618,-21486,-60358,-1995,-22391,-58200,-1055,-22636,-58524,-522,-22782,-58348,-2051,-22976,-58108,-945,-22344,-58065,440,-22001,-58165,958,-22251,-58020,1807,-21840,-57958,2569,-21613,-58324,2534,-20831,-58374,1686,-20951,-58028,1816,-21624,-58031,1081,-21919,-58190,1725,-21995,-57909,-2803,-22035,-57703,-3047,-21716,-57803,-4358,-22723,-58198,-3602,-23116,-57753,-5181,-22982,-57530,-5732,-22821,-57624,-6222,-23076,-58227,-5722,-23464,-58187,-4715,-23277,-56568,687,-19429,-57079,1697,-19317,-57504,1721,-19636,-57893,3124,-19543,-58083,3889,-19592,-58162,4534,-19895,-56808,3238,-15466,-57089,4195,-15006,-57710,5097,-14610,-55408,6178,-13554,-55687,7059,-13094,-56108,7193,-13152,-56156,7865,-12768,-56792,7863,-12984,-57220,7766,-13089,-56478,6898,-13489,-56900,6413,-13914,-56865,5995,-14111,-57923,6975,-13467,-57443,6921,-13546,-57577,6182,-13938,-56886,6998,-13560,-58028,5589,-14230,-58308,6074,-13807,-58381,5146,-14274,-58125,4702,-14702,-58845,3869,-14879,-58749,5022,-14317,-58965,4517,-14509,-57883,4396,-14951,-58525,6473,-13632,-58837,6155,-13736,-56139,5455,-14168,-55840,3974,-14891,-55779,2798,-15488,-55459,3822,-14930,-54592,3394,-15159,-54209,3359,-15314,-55558,4933,-14345,-56032,6200,-13679,-57934,-2592,-17687,-56810,-1881,-17677,-57615,-1614,-17391,-57037,-944,-17290,-58507,-43,-16614,-58361,693,-16324,-59146,2162,-15643,-59739,1023,-15927,-59718,1944,-15267,-59543,1941,-15511,-57900,1136,-16197,-57927,182,-16629,-57356,1201,-16283,-59355,1926,-15685,-59347,1200,-16086,-59081,167,-16511,-57819,-962,-17080,-58958,-2511,-17425,-59290,-1898,-17214,-59672,-1108,-17049,-59962,343,-16001,-60140,-390,-16077,-60074,-525,-16520,-60230,-991,-16034,-59923,-1062,-16985,-58532,-2456,-17468,-58670,-1127,-16968,-58998,-1506,-17063,-60178,-2210,-17252,-60358,-3112,-17406,-60408,-2537,-17008,-60472,-2820,-16816,-60323,-1452,-16514,-59831,-2970,-17656,-59905,-3789,-17942,-60049,-5657,-18558,-59805,-6879,-18852,-59335,-6985,-18785,-55926,6250,-8566,-56074,6140,-9634,-55971,8388,-8849,-56107,8632,-9083,-56146,6800,-9637,-55769,7250,-7084,-55934,6636,-6993,-56124,5649,-7313,-55988,5016,-7671,-56474,6407,-6912,-55811,8281,-6527,-56154,6661,-6869,-55836,7158,-6836,-55874,14317,-6662,-55878,13992,-6585,-55921,15490,-5915,-56000,15113,-6743,-55955,14488,-6899,-55853,12596,-7067,-56058,12162,-6879,-56039,10172,-7361,-56015,9742,-7169,-55924,9526,-6730,-55894,9995,-6251,-55856,9667,-6113,-55901,11292,-5335,-55906,11252,-5620,-55848,11766,-7494,-55873,11194,-7756,-55985,10633,-7576,-56050,13173,-6437,-56053,12554,-5912,-55978,11461,-5957,-56099,12836,-6318,-56181,12594,-4489,-57042,12692,-4558,-57552,12891,-4189,-56394,9844,-5556,-56561,10460,-5329,-57532,9142,-6179,-57918,9325,-6135,-57929,8866,-6392,-56800,9363,-5794,-56228,9049,-5878,-57078,8679,-6190,-56812,6739,-6817,-57316,5921,-7326,-58061,4848,-8196,-59021,4542,-8391,-59255,3972,-8537,-59497,3130,-8748,-59690,2797,-8538,-58737,8141,-5810,-59019,6471,-7130,-59075,6503,-6762,-59289,5450,-7194,-58935,6413,-6083,-59058,6418,-6444,-58830,7430,-5870,-58490,6882,-7429,-58492,7897,-6800,-58538,8401,-6334,-58805,7396,-6765,-59563,3791,-7809,-59304,5065,-7697,-58311,8028,-4767,-57385,7295,-3639,-57832,7614,-3137,-58370,6573,-2469,-58334,6832,-2023,-58325,6193,-1927,-58057,5637,-1310,-58421,5044,-3101,-58371,4371,-3752,-58204,3901,-4329,-57723,4367,-4575,-57966,4810,-4168,-57467,6083,-4111,-57551,6897,-3688,-57411,7371,-3982,-58021,6425,-4887,-57379,6919,-3929,-57466,6142,-4407,-57534,6769,-4306,-57691,4680,-5071,-57687,5588,-4835,-57597,4413,-4960,-57452,5584,-4403,-57546,5504,-4241,-57528,5192,-4723,-58266,5008,-3655,-58252,7356,-2470,-58090,7616,-2770,-57293,7847,-3676,-57827,6272,-3751,-58112,5081,-3870,-58317,6536,-2858,-58215,6663,-3056,-58093,7918,-4496,-57844,7793,-4257,-58200,10282,-4957,-58216,10224,-4759,-57955,9289,-4007,-57394,10950,-2846,-57175,11751,-1614,-57204,10484,-2174,-57130,10120,-2473,-57032,11881,-2055,-57157,13269,-947,-57253,14318,-477,-57004,13009,-1618,-56957,12905,-1427,-57337,12709,-2333,-57736,11935,-3247,-57558,13176,-2761,-57022,11861,-1772,-57633,9159,-3611,-57459,9998,-3156,-57056,11079,-2063,-58032,10783,-4961,-57783,11217,-5075,-57923,11498,-4382,-58306,9680,-5443,-58803,7780,-6285,-56617,16748,-2623,-56233,16534,-2811,-56840,15852,-3064,-57026,16059,-2693,-56005,15835,-3356,-56097,15239,-3462,-56235,14792,-3580,-56003,14525,-3790,-55945,15179,-3756,-56153,16043,-3093,-56769,15392,-3312,-57312,14691,-3244,-57006,14454,-3701,-57009,15334,-3218,-56936,18197,-401,-57168,16454,-1630,-57161,16383,-1351,-56992,16544,-388,-57003,15064,-980,-57005,13962,-849,-56945,14274,-1010,-57203,14017,-1759,-57308,15224,-1999,-57278,15655,-2058,-57418,14756,-2856,-57526,14197,-2856,-57249,14676,-1792,-56964,13812,-1264,-57433,14113,-2376,-57161,15616,-1404,-57023,17259,-1371,-55358,18823,-1446,-55342,19368,-1287,-54880,18482,-2208,-55037,18758,-1876,-55664,18147,-1635,-55684,18287,-1337,-55524,18965,-1058,-55690,18721,-490,-55976,18999,276,-56298,19083,687,-55765,18404,-664,-56382,18941,-66,-56706,18716,-652,-59854,14145,4349,-61387,11183,2956,-60672,11661,2777,-61642,12771,3646,-59863,10741,3010,-59628,10571,3086,-59428,11143,3221,-59450,9526,2707,-59210,1720,-474,-62938,-1644,-767,-63464,-2067,-481,-64498,-2812,172,-64125,-157,594,-63491,1351,694,-62822,2325,597,-62271,2055,12,-61326,4277,-39,-60817,4048,-593,-60658,3738,-755,-60176,3430,-544,-60256,4087,-369,-63389,3135,1263,-63770,1846,1048,-64189,1231,1138,-63945,2856,1486,-62892,2826,855,-63227,4473,1609,-62782,3652,1053,-62394,5381,1394,-61711,5832,1009,-60151,5346,247,-59940,5883,654,-60407,6529,618,-60662,6769,711,-60995,6358,684,-61355,7235,1329,-61262,6127,765,-62008,7349,1841,-62721,5647,1684,-62894,6933,2198,-64331,6783,2858,-64054,7030,2768,-64514,8279,3271,-64580,6896,3063,-64699,6727,3165,-64801,8220,3599,-65135,7526,4517,-65276,6516,4815,-65362,7191,5088,-65465,6509,5006,-62865,7700,2426,-63396,7000,2468,-63396,7769,2682,-61983,9189,2517,-61354,9547,2318,-61903,8201,2103,-61358,8300,1790,-60348,7856,1227,-60635,7600,1091,-63471,8789,2982,-62836,8872,2773,-68844,9657,2870,-66006,10403,5731,-65890,9891,5695,-66004,9266,5467,-65955,7981,5213,-65601,7397,5194,-65093,8710,4647,-64968,9961,4290,-64758,9295,3711,-64584,8848,3436,-64086,8307,3077,-63235,9499,3101,-62199,9804,2819,-61953,11143,3196,-62817,10599,3316,-63405,10718,3492,-63909,11794,3891,-64193,11217,3812,-64673,11992,4161,-65055,11563,5014,-65221,10999,5618,-65263,9598,5504,-65678,9120,5571,-65508,10173,5748,-65791,10679,5848,-65982,11760,5938,-65574,12775,6213,-65231,13852,6121,-65086,13957,5495,-64889,13260,4595,-64752,12776,4365,-65095,12681,5440,-65164,12883,5780,-65286,12911,6103,-65729,12125,6110,-65325,12059,5990,-65298,11036,5772,-65539,11278,5938,-65221,11598,5761,-64958,12123,4505,-64332,12460,4132,-64677,13493,4452,-64910,14608,4900,-64853,15650,5033,-64955,15134,5054,-65195,16175,6448,-65340,16129,6670,-65358,17141,6874,-65682,17110,6950,-65916,18489,7127,-66185,18875,7029,-66150,19587,7167,-65997,20078,7341,-65759,20487,7425,-65438,20273,7306,-65162,19349,6926,-64883,20482,5808,-63932,20790,5567,-63427,22201,5781,-62647,23523,5992,-63697,23303,5962,-63790,24280,6195,-64293,26126,6802,-64854,25785,6838,-65111,23203,6590,-65326,24185,7476,-65599,24381,7796,-66123,23526,7597,-65803,23045,7649,-65498,23362,7585,-65863,23994,7727,-62687,19441,5427,-62711,18785,5324,-63184,20649,5573,-62500,21115,5674,-65340,18642,7074,-65042,16970,5639,-64979,16735,5402,-64761,16550,5144,-64670,15951,4993,-64695,15037,4797,-65176,16893,6607,-65667,18039,7097,-65107,19448,6332,-65120,20718,6250,-65015,20575,5979,-65377,19373,7210,-65772,19342,7297,-65024,19141,5963,-64836,19313,5687,-65038,15553,5372,-65012,14457,5131,-65152,15395,6014,-65488,13724,6351,-65932,14612,6531,-65788,16316,6845,-65842,13517,6359,-66087,13778,6223,-66008,12719,6123,-66328,11352,5495,-66106,10683,5699,-66279,10180,5386,-66895,10434,4303,-67542,11136,3469,-67447,12358,3800,-67740,12624,3662,-67789,13525,3891,-68585,13018,3959,-69169,13029,4118,-68130,11659,3255,-68348,10712,2976,-67833,11071,3209,-67551,9978,3180,-68120,10392,2906,-69038,9867,3403,-64714,14179,4621,-63991,12702,4112,-63411,12834,4078,-62488,14000,4250,-62448,15778,4710,-61321,15825,4483,-63093,13954,4356,-62338,11672,3526,-62486,12634,3888,-62758,11801,3692,-63086,12191,3868,-64021,14028,4420,-64381,14076,4490,-64993,13306,4815,-65158,9479,5007,-65066,9841,4736,-64979,11918,4557,-64671,10211,3823,-64585,11230,3973,-64811,11167,4131,-64892,10798,4196,-63856,10332,3488,-63892,9114,3195,-65313,8052,5252,-65226,7888,5065,-65495,8440,5424,-65249,8980,5380,-70890,16013,5790,-70118,14684,5270,-71341,15995,5236,-71082,16775,5820,-70953,17906,6028,-70916,18640,6085,-70964,18938,5469,-70883,20432,5563,-71067,19604,5129,-71100,18197,4875,-71192,17147,5067,-71161,17098,5495,-72121,20854,5482,-72479,20351,5354,-73547,22174,5450,-74060,23056,5369,-74198,23941,5412,-72145,19706,5196,-70779,20521,5866,-70633,21833,6074,-71349,22627,6191,-70840,22845,6083,-71592,22814,6215,-71639,22038,5987,-72430,21652,5573,-72379,23039,5757,-72933,21985,5534,-73248,23099,5592,-72441,26755,6392,-72547,29600,7181,-72461,30609,7235,-72288,31380,7268,-71991,32553,7597,-72026,32331,7397,-72658,32760,6996,-72724,31827,7028,-72853,31954,6761,-72322,25966,6288,-72101,26070,6622,-71931,23648,6010,-72367,24201,5916,-72202,25459,6241,-73185,24148,5742,-71955,21378,5662,-71384,21848,5929,-71934,22528,5889,-71482,23947,6527,-71313,24960,6882,-71216,27082,7333,-70964,27605,7460,-70142,27594,7283,-69191,27968,8207,-69016,27710,8210,-68218,29385,8354,-67449,29014,8670,-66820,28620,8433,-66634,28719,8600,-66150,28265,8362,-66060,28382,8452,-66442,28121,7986,-67200,28468,7823,-67419,28735,7893,-67650,29179,8210,-67816,29009,8204,-68570,28075,8190,-67994,27810,8119,-68341,27026,7969,-67560,26278,7294,-67257,27222,7518,-66910,26860,7546,-66938,27644,7692,-67946,27408,7993,-68290,26029,7785,-68186,25876,7690,-67889,24883,7091,-67842,25905,7371,-67166,25399,7158,-67351,24248,6790,-67656,22725,6290,-67791,21810,6041,-67939,21059,5872,-67901,20280,5618,-68072,18132,5026,-68198,18975,5352,-68366,20086,5833,-68948,20099,6398,-69242,19450,6382,-70269,20551,6754,-70177,22413,7078,-69984,23310,7276,-70170,23423,7095,-70494,24337,6497,-70305,24260,6579,-70429,22672,6508,-70330,22565,6893,-70229,24011,6710,-70536,22793,6178,-70602,23320,6238,-69956,22077,7062,-69819,20584,6705,-67891,18691,5156,-68364,20904,6114,-69426,21521,6880,-69167,20450,6627,-68944,21014,6682,-67532,25751,7146,-69181,26994,8052,-69399,26478,7877,-69758,26118,7520,-69721,24838,7574,-69246,25346,7684,-68800,25678,7701,-68384,25119,7585,-68934,24449,7456,-67734,23530,6546,-68252,24489,7315,-67939,23771,6732,-68562,23975,7345,-69605,25473,7677,-69924,26406,7074,-70208,26404,6968,-70767,24633,6598,-71110,25312,6967,-70638,25933,6856,-70210,25388,6736,-69496,26928,7829,-69814,27226,7240,-69977,24569,7303,-70072,25180,6900,-70844,23875,6402,-71193,23756,6481,-69593,27574,7585,-68859,26618,7912,-69256,26254,7876,-67469,27782,7720,-67659,27377,7726,-66850,28705,7963,-67276,28917,8154,-70535,27094,7162,-70975,26702,7252,-70567,21642,6530,-70412,21368,6801,-70650,20795,6448,-70808,19648,6237,-70567,20209,6594,-69942,18311,6205,-70496,18357,6271,-70640,19418,6439,-70392,19800,6569,-71288,20559,5430,-71550,21081,5670,-70996,18145,5863,-69185,18613,6114,-68561,18887,5571,-68814,19097,5888,-71666,13747,3938,-71722,13258,4386,-71520,14766,4785,-71630,13768,4770,-71487,14269,5190,-71584,12974,5074,-71332,14189,5400,-71376,13060,5226,-71458,18482,4738,-71253,18272,4679,-71482,17608,4483,-71951,17451,4620,-74605,23179,5249,-74250,30614,6032,-73298,31322,6537,-73804,31633,6315,-74460,31168,6312,-74266,29985,5921,-74526,30040,5876,-75014,28759,5465,-74105,35620,5558,-74438,36204,4981,-74366,35746,5034,-75133,35456,4232,-75778,34988,3914,-75775,34496,4083,-75500,34988,4073,-75039,35403,4560,-75430,34468,4790,-74255,35578,5130,-75026,34967,4996,-75136,34507,5068,-74688,36529,4398,-74937,36101,4209,-76062,35450,2744,-75677,35600,3597,-76499,34984,2386,-76299,34734,3501,-76234,34315,3682,-76020,34220,3714,-76273,33332,4198,-76194,33127,4589,-75883,33147,4890,-76072,32458,4791,-75563,31991,4916,-76172,30495,4714,-76704,29170,4408,-77400,28040,3775,-77845,27664,3497,-78201,28556,3743,-78572,27997,3344,-77625,31050,2865,-78033,31197,1720,-77993,30602,1455,-78345,30359,745,-78264,30126,680,-78521,30078,412,-78989,30016,647,-78129,30801,1239,-77988,30764,1279,-78402,30914,1425,-78782,32099,1086,-78299,32766,1539,-78434,32882,794,-77683,33759,1303,-77086,34392,1260,-77325,34024,222,-77489,33734,-203,-78668,32434,948,-79218,31722,42,-77943,31531,1928,-77669,31893,2283,-77380,32469,2690,-77009,32633,2846,-77105,33772,2848,-77290,34052,2155,-76998,34209,2685,-76909,34518,2250,-76200,35021,3443,-76403,33620,3472,-76694,33902,3294,-76659,33209,3214,-76710,33084,3555,-76139,33878,3988,-76745,34338,3136,-77186,32210,2736,-77319,32030,2416,-77358,31855,2390,-77761,31243,1778,-77499,31561,2555,-76957,32667,3328,-76849,32239,3802,-78243,32434,1734,-77464,33721,2242,-76739,34785,1726,-76819,34681,892,-78430,31373,1392,-78732,31877,1263,-77384,32962,2626,-77046,33132,3130,-77722,33015,2229,-78662,30583,1175,-77990,30491,2542,-78559,29644,1793,-78033,30570,2198,-77699,31185,1924,-78517,29621,2200,-78096,29483,3154,-77770,30348,3159,-77711,30275,3456,-76960,31975,3779,-76556,31276,4599,-76153,31091,4628,-76766,29817,4325,-77180,28930,4028,-77673,28209,3735,-78096,28173,3736,-78025,29126,3867,-77609,30240,3989,-78383,28604,3364,-77461,30206,4221,-76818,31375,4521,-77015,30999,4450,-77307,29983,4274,-75899,31883,4739,-76819,31835,4331,-77185,32062,3130,-76581,32009,4600,-75739,29100,5435,-76164,28165,5190,-75737,28507,5449,-75176,29566,5766,-74654,30394,6037,-75066,28037,5299,-75539,26733,4933,-75926,25824,4666,-75990,26854,4848,-75548,27370,5025,-76091,27708,5209,-75610,27743,5127,-77143,25426,4361,-77411,24894,4159,-77676,24399,3959,-78083,23866,3564,-78159,24666,3105,-78574,23735,2393,-76862,27140,4649,-77261,27770,3982,-77802,27263,3380,-77530,27601,3652,-76479,28577,4771,-77149,27043,4295,-77875,25645,3458,-77901,24620,3735,-78757,27851,2764,-78859,27931,2437,-78544,28571,2759,-78127,26873,3142,-78093,26118,3027,-77518,27116,3711,-78542,27617,3422,-78586,26916,3258,-75377,29690,5695,-75750,33644,4859,-75904,35708,2107,-76483,36269,2643,-76852,36363,2767,-77076,36520,2546,-77005,36628,2249,-76836,36041,2040,-76633,35791,1524,-76622,35967,2153,-76060,35892,1956,-76144,36436,2595,-75702,37170,2855,-77018,34177,-271,-77052,33936,-597,-76994,35509,1037,-77044,35112,667,-77565,34718,155,-77019,34507,6,-77734,34482,-129,-77470,33789,-1358,-76946,33586,-1359,-76584,32824,-4471,-76361,32649,-4694,-76157,32454,-4935,-75819,32233,-5633,-75366,32104,-6266,-75431,31606,-6825,-76254,33119,-5734,-76162,32788,-5001,-75943,32692,-4852,-75413,32691,-5203,-73740,33357,-5826,-74223,33216,-6171,-73851,33221,-6679,-73385,33343,-6971,-74594,33085,-5533,-74866,32780,-5429,-74487,32948,-5524,-74658,32595,-5893,-74847,32039,-6550,-75367,32885,-5195,-75331,32953,-5453,-75846,33110,-6093,-74171,33161,-6777,-73150,33521,-6068,-71174,33033,-7285,-72276,32931,-7298,-72942,31964,-8260,-72691,33136,-6420,-72087,33382,-6656,-72145,32591,-7942,-72909,31212,-9246,-72285,30597,-9265,-71494,29732,-9821,-70965,31746,-8169,-73744,29684,-10175,-74087,28831,-10576,-73473,29502,-10170,-72786,30758,-9462,-74497,29202,-8653,-74340,29028,-9252,-74049,29468,-9097,-74984,28625,-8774,-75187,27124,-9860,-75240,26743,-10323,-75566,25367,-11225,-75497,25452,-11910,-75420,25000,-12249,-75428,25951,-10870,-75663,25816,-10328,-75971,26574,-9533,-76349,26452,-9509,-75510,27484,-9219,-75213,27489,-9440,-75718,26409,-9781,-75708,27765,-8992,-74999,27327,-10924,-74740,27358,-11311,-74313,26885,-11476,-73937,27604,-11097,-73443,27924,-10870,-72708,29123,-10094,-73369,27452,-11123,-72500,28508,-10461,-73481,26669,-11600,-72147,29416,-9908,-74799,27899,-10540,-74434,28818,-10094,-74517,28556,-9604,-74849,27730,-10034,-74706,27890,-10934,-74483,28452,-10652,-74409,27984,-11028,-76774,27986,-8750,-77084,28444,-8074,-77462,27672,-8263,-77711,27902,-7838,-78125,27156,-7829,-78355,28422,-6823,-78018,28014,-7318,-77413,28724,-7551,-78318,27544,-7416,-77832,26950,-8461,-77519,26534,-9083,-77129,26698,-9322,-76498,25680,-9825,-76021,25510,-10138,-76388,23600,-11034,-75914,24303,-11289,-78480,26886,-7768,-77980,26963,-8263,-76906,26668,-9458,-77312,25233,-9949,-76738,24040,-10602,-76321,24585,-10514,-76775,24427,-10396,-78143,26011,-8865,-78287,26423,-8254,-78815,24834,-9058,-78802,25737,-8450,-78941,26554,-7923,-78499,25898,-8474,-81285,20472,-11301,-81113,21585,-11466,-81175,22183,-11632,-84518,14771,-14148,-84942,13759,-14265,-84273,12992,-14057,-84782,12189,-14246,-85651,11053,-14249,-86359,10409,-14297,-88672,10248,-15119,-89091,9752,-15334,-89741,9073,-15556,-90257,8387,-15710,-90460,7818,-15985,-89905,7621,-15807,-88937,7111,-14030,-88366,7639,-14157,-88674,7953,-13974,-88454,9422,-14249,-88919,9360,-14895,-88857,9690,-15202,-89312,9864,-15079,-90044,8375,-15859,-90106,8824,-15114,-89224,10525,-14166,-88952,10438,-14930,-88423,10329,-14889,-87612,11836,-14525,-87575,12448,-14466,-87827,12769,-14338,-87408,13193,-14295,-86641,12864,-13699,-85944,12868,-13644,-85678,12980,-14030,-84860,14289,-14175,-85173,12593,-14355,-85454,11706,-14324,-84814,12919,-14326,-85145,14023,-14065,-85363,13923,-13713,-85430,13085,-14207,-84204,15394,-13997,-83462,14908,-13415,-83848,15875,-13785,-83410,16487,-13530,-83845,16759,-13904,-84147,16119,-13973,-84481,15722,-13594,-84388,15907,-13915,-84466,15413,-14044,-84742,17028,-12303,-84096,17544,-11855,-84344,17741,-11841,-83639,17903,-11765,-83563,17729,-12365,-83283,18629,-12612,-83002,19227,-13319,-82721,18854,-13286,-82156,18822,-12617,-81963,19497,-12392,-81475,19869,-11485,-81113,20432,-11041,-81409,20764,-11741,-81550,21158,-12177,-82242,21800,-11908,-82456,21304,-11977,-82439,20888,-12523,-81921,20857,-12490,-81840,20546,-12441,-82335,19818,-12889,-81819,19959,-12241,-81472,21014,-12059,-82084,21217,-12374,-82372,21320,-12228,-81871,21978,-11997,-81563,22083,-11884,-82736,20429,-12266,-82265,20773,-11334,-82453,19934,-11073,-82621,20122,-10663,-82956,20267,-10511,-82903,19457,-10938,-82054,18265,-12354,-84773,14967,-13968,-85061,14816,-13275,-85280,14921,-12984,-86021,14316,-13378,-86618,13449,-13802,-86350,13258,-13476,-87589,13343,-14172,-87860,13349,-13836,-88037,12807,-14108,-85378,14474,-13178,-86141,12982,-13471,-85673,13836,-13257,-85924,13814,-13265,-85705,14554,-13135,-84804,15451,-12961,-85626,15059,-13062,-85758,16575,-13215,-86170,16332,-13218,-86551,16373,-12919,-86951,15664,-12979,-87601,15167,-11766,-88228,14301,-11446,-89229,13274,-11586,-89591,13578,-11686,-90177,12840,-11762,-89915,13755,-11452,-89986,13690,-11128,-89662,13997,-10729,-88646,14758,-11375,-89073,14533,-11427,-88216,16306,-10400,-86689,17601,-10760,-86945,16843,-11233,-87412,15871,-11450,-87576,15977,-11202,-88181,15826,-11063,-88602,15121,-11267,-88819,15226,-11055,-88647,14168,-11368,-87579,17080,-10384,-87215,17374,-9335,-87687,16493,-8184,-87840,17782,-7755,-88149,17990,-7381,-87963,18560,-7142,-88291,17720,-6842,-87972,18439,-6864,-87856,17218,-5875,-87663,17011,-5827,-86965,16625,-6408,-86546,16520,-6969,-86487,17407,-6491,-85162,18343,-7375,-85729,16707,-7603,-85920,15917,-7801,-86128,13836,-9148,-86467,13172,-8985,-87389,11474,-7862,-87790,10474,-7755,-87734,10417,-8029,-88063,9164,-8266,-88822,7372,-7430,-89110,6425,-7676,-89093,6945,-7295,-89856,6484,-8213,-89692,5638,-8185,-89529,6115,-7799,-87266,11551,-8267,-87144,11638,-8522,-86617,11849,-9482,-85971,12460,-10345,-86236,12779,-9765,-86877,12326,-8645,-86866,17291,-6066,-86332,18036,-6132,-86453,18241,-5945,-87411,19036,-6501,-87356,19636,-6673,-87214,20534,-7259,-86334,22343,-7061,-84768,23552,-6922,-84338,24208,-6702,-86725,21893,-6870,-87079,20288,-6590,-86911,21494,-6779,-86181,22805,-5964,-86434,22241,-6114,-86312,22157,-6027,-86039,22772,-5785,-85658,22539,-5815,-86320,22684,-6297,-85861,21327,-6173,-84963,21370,-5403,-84128,21771,-5346,-84038,21130,-6009,-83419,21167,-6581,-83751,20507,-6862,-83317,18043,-8617,-82940,18912,-8130,-82958,17221,-8658,-82470,17702,-7896,-82582,17184,-7791,-82393,17844,-7127,-82236,17869,-6691,-82346,17727,-6553,-82007,18824,-6345,-81970,18647,-6156,-82093,19637,-7150,-82322,19656,-7476,-83437,22031,-5721,-84220,22137,-5061,-84382,22386,-5035,-84720,22572,-5421,-85323,22112,-5856,-85276,23434,-5452,-85645,23556,-5442,-84749,24059,-5107,-84584,21701,-5192,-81770,20554,-6695,-82021,21202,-6916,-81959,18941,-6938,-82234,18171,-6814,-82226,18732,-7546,-82526,18463,-7923,-81849,19560,-6895,-82782,20283,-7596,-83133,20424,-7477,-82656,19403,-7833,-82300,20477,-7300,-86612,21750,-6180,-86562,21164,-6383,-86326,20876,-6441,-86653,20167,-6582,-86732,20829,-7731,-86525,20561,-7960,-87665,19300,-7001,-87370,19949,-6774,-87171,20271,-7558,-86769,21474,-7289,-87008,19724,-7962,-87545,19521,-7463,-87618,19066,-6693,-87734,18820,-7581,-87480,18778,-7778,-87314,17877,-7953,-87554,16457,-8397,-86874,17921,-8323,-86983,17484,-8498,-86692,18097,-9057,-87019,17783,-9677,-87021,18461,-8051,-85792,19786,-8694,-85867,20099,-8254,-85688,20662,-8027,-86118,21379,-7697,-85231,21496,-7854,-85211,21241,-8159,-85474,20065,-9397,-85160,20208,-10806,-85165,19386,-11645,-85022,19873,-11322,-83874,20305,-11023,-83080,21998,-9706,-82597,22012,-9526,-82779,21398,-9976,-82062,21582,-10086,-82057,21198,-10569,-82887,20961,-10245,-82352,20659,-10490,-84805,21635,-9457,-84732,21457,-10020,-84558,22119,-9517,-83937,23520,-8641,-83595,23830,-8565,-83511,24571,-7887,-83950,23869,-8156,-84080,24236,-7330,-83741,23168,-9077,-84143,22423,-9616,-84530,21715,-10013,-84200,22668,-9361,-82763,22516,-9228,-82209,22902,-8929,-81774,24302,-8173,-81307,24198,-8688,-81498,23567,-9785,-81309,24044,-9139,-81716,22865,-9426,-81949,22975,-8961,-83389,22482,-9500,-82339,21849,-9749,-81914,23509,-8592,-82804,23898,-8488,-82313,23825,-8418,-85473,20564,-8393,-85643,19580,-9783,-85732,19237,-10399,-85878,19055,-10233,-85771,18707,-11545,-85949,18149,-11978,-85554,16424,-13143,-85211,17264,-12837,-85662,17205,-12964,-84592,18596,-12047,-85057,16542,-12630,-85963,17504,-12621,-86881,16552,-11668,-86303,17469,-12043,-86545,17239,-11581,-86388,18385,-10175,-86343,18676,-9646,-85797,19503,-9329,-85066,17699,-12656,-83788,18031,-11578,-84377,19113,-11768,-84844,19092,-11841,-83974,18416,-11482,-85243,19627,-11395,-85531,18952,-11784,-85486,18121,-12429,-85477,19525,-11016,-85067,20646,-10281,-85138,18028,-12520,-86803,18248,-8250,-87362,20243,-6918,-87147,16954,-5993,-87034,17607,-5892,-86510,18671,-5919,-86790,19604,-6532,-85912,18258,-6704,-86088,19168,-5932,-85723,19260,-5972,-85461,20036,-5742,-85153,20171,-5833,-85395,19492,-6074,-85784,19739,-5866,-85243,21653,-5782,-86198,20037,-6286,-85479,20456,-5698,-84850,20231,-6114,-84493,20112,-6536,-85342,18859,-6866,-85540,18410,-7037,-84717,17741,-8147,-85276,16799,-8130,-85198,16370,-8599,-85185,15922,-9089,-85234,15176,-9800,-85702,13935,-9910,-85719,13220,-10351,-85967,13685,-9621,-85675,15062,-8979,-85593,15956,-8322,-84740,18304,-7787,-84179,17612,-8770,-84518,17352,-8638,-84359,16585,-9358,-84590,16595,-9185,-84592,16288,-9474,-84475,19305,-7286,-83501,19918,-7625,-83330,19672,-7912,-83171,19456,-8027,-83275,17598,-8755,-83823,18935,-8176,-87168,17535,-10266,-86471,17613,-11112,-87198,15920,-11792,-89260,14744,-10687,-89665,13696,-10579,-88677,13559,-9537,-90159,13069,-10842,-89272,14720,-11060,-89344,13866,-10318,-88136,15127,-9415,-88162,14621,-9217,-88614,15736,-10679,-88886,14899,-10163,-88740,15441,-10250,-87709,16724,-9559,-86937,17526,-8829,-87318,16679,-8793,-87897,15283,-8922,-87385,16685,-9069,-87760,16089,-9309,-87809,15635,-9138,-87878,16733,-9904,-88168,16096,-9828,-88551,15810,-10357,-89883,13564,-11638,-86220,15644,-13564,-86574,15821,-13336,-86613,14939,-13795,-86236,15225,-13653,-85879,15962,-13400,-85083,15740,-12679,-85210,16010,-12736,-86739,11742,-13809,-86389,11938,-13833,-86975,11848,-13897,-87232,11734,-14131,-87857,10748,-14391,-87671,10582,-13982,-87348,10623,-13870,-86616,10896,-14113,-86758,11329,-13892,-85933,11486,-14297,-85888,12283,-14165,-86601,12299,-13696,-87141,12410,-14203,-88568,10983,-14875,-88172,10986,-14864,-90779,7552,-15836,-90809,7957,-14908,-91113,8277,-13925,-91321,8213,-13477,-91573,8129,-12718,-93048,6188,-12997,-92911,6013,-13122,-92656,6292,-13113,-93128,5230,-13825,-92401,7150,-12536,-94341,6969,-12195,-94801,6063,-11509,-94397,5537,-10308,-93875,5824,-9895,-92775,5591,-8807,-91924,5302,-8697,-91949,4848,-8682,-92035,4786,-8868,-92456,4901,-9582,-92056,4848,-10462,-92579,4783,-10350,-92848,4402,-10729,-93326,4048,-11106,-94127,4000,-11622,-95752,3910,-12002,-96398,4002,-13078,-96426,4019,-13600,-95771,5021,-12945,-95080,5923,-12276,-95276,5234,-11423,-95133,5019,-10913,-94365,5079,-10040,-94384,3907,-10051,-94158,4363,-9531,-94225,4684,-9566,-94028,5479,-9869,-93893,4768,-9224,-93604,4798,-9432,-93121,4674,-10093,-93533,4426,-10232,-93788,4230,-10240,-93854,4174,-10889,-93705,3972,-11348,-93229,4395,-10695,-94870,3888,-12045,-93571,5408,-9204,-93126,5152,-8645,-92544,5083,-8571,-92733,4951,-8692,-93409,5002,-8857,-92987,4945,-9480,-91884,4894,-9864,-91484,4775,-8817,-90071,7025,-8470,-90360,7551,-8786,-90048,7998,-8715,-89635,8557,-8686,-89564,8102,-8603,-89543,8944,-7973,-89646,8444,-7542,-89846,8107,-6933,-89342,7746,-6875,-91639,5800,-8858,-92316,5862,-9047,-92288,6721,-9429,-92455,6352,-9434,-91685,6563,-9154,-92008,7356,-9283,-93227,7484,-10443,-94000,6304,-10376,-93701,7243,-10818,-93526,6450,-9939,-92979,6970,-9786,-92791,6856,-9608,-91172,5067,-8639,-90774,5055,-8713,-89363,5249,-9233,-89618,5650,-9287,-90024,5187,-9348,-90524,5121,-9203,-90972,5060,-9528,-92362,4689,-10562,-92014,4526,-10729,-91478,4798,-10756,-90376,3460,-10768,-90253,4453,-10529,-90355,5032,-9644,-90787,4998,-10712,-90633,5254,-10569,-90732,5273,-10427,-91418,5084,-10310,-90550,1897,-11298,-90462,862,-11544,-90504,230,-11520,-90988,-119,-11122,-91723,90,-10265,-91388,1374,-9793,-91430,1208,-9202,-91546,636,-8965,-91305,-108,-8667,-91812,346,-8963,-91954,404,-9171,-92144,-507,-9033,-92097,-1486,-8845,-91231,-767,-8388,-90858,-705,-8357,-91022,-1239,-9157,-90189,-842,-8777,-90222,-1127,-9665,-89452,-1217,-10683,-90152,-1877,-10641,-90064,-2519,-10714,-89102,-2652,-10890,-88909,-3127,-10945,-88991,-4253,-10928,-88989,-4803,-11667,-89018,-5319,-12165,-88601,-4712,-13183,-89671,-5494,-15249,-90527,-6158,-15994,-91353,-6711,-15806,-91497,-6410,-15494,-91592,-5489,-15163,-91611,-4420,-14601,-92191,-4841,-15163,-93348,-5081,-16005,-93963,-4653,-15595,-93953,-3333,-15346,-93985,-2635,-15169,-94111,-1898,-14569,-94552,-2486,-12992,-94679,-2815,-12827,-94808,-3289,-12938,-94660,-3668,-12945,-93500,-3313,-12644,-93306,-3857,-13491,-93543,-4365,-13787,-93547,-4771,-14325,-93705,-5043,-14624,-93658,-5164,-15491,-92936,-4864,-14992,-92888,-5179,-15481,-92447,-4789,-15126,-93434,-5137,-15176,-93088,-4468,-14397,-92701,-4377,-14643,-91541,-3172,-13694,-92043,-3222,-13852,-91882,-2687,-13448,-91260,-1690,-12580,-91538,-1289,-12421,-90750,-999,-11943,-92396,-923,-10043,-92350,-878,-9466,-92286,-1248,-9056,-91086,-1692,-9772,-90340,-1571,-10323,-90286,-2170,-10656,-91078,-2724,-10501,-91855,-3360,-10442,-92344,-3744,-10477,-92508,-1802,-10432,-92671,-2079,-10171,-92585,-3335,-10618,-92677,-2945,-10492,-92586,-2877,-10087,-92699,-2478,-9920,-92635,-1832,-9917,-90014,-3395,-10586,-89266,-3557,-10683,-89490,-4480,-10475,-89365,-5290,-11097,-89357,-5907,-11826,-89267,-5729,-12438,-88830,-5127,-12955,-89181,-5518,-11793,-89275,-4527,-10684,-89091,-3902,-10737,-89820,-4370,-10379,-90029,-5284,-10182,-89694,-5515,-10523,-89680,-6129,-10965,-89816,-6632,-11228,-89736,-6616,-11601,-90031,-6892,-11543,-90933,-6999,-13117,-91034,-6911,-13600,-90566,-6830,-14423,-90157,-6709,-12836,-89694,-6290,-12533,-89199,-5359,-13836,-89305,-5668,-13340,-89824,-6236,-13549,-91165,-2182,-10238,-91241,-2549,-10418,-90903,-1389,-9516,-92444,-3656,-14144,-92737,-3768,-14020,-92556,-2277,-12755,-91763,-1761,-12716,-92631,-1135,-11930,-92243,-1705,-12561,-92574,-1668,-12282,-93534,-2947,-12265,-93768,-2138,-11621,-94409,-2706,-12282,-94193,-2165,-11980,-94093,-1790,-11739,-93999,-2015,-11618,-93803,-1069,-11397,-94057,-819,-11673,-93833,719,-11489,-93480,1780,-11688,-93289,1457,-10958,-93557,1087,-11029,-93038,1655,-11017,-92782,1259,-11259,-92461,1932,-11443,-93166,1925,-11072,-93495,1592,-11178,-93340,-612,-11203,-93239,15,-11177,-93596,-377,-11142,-93813,-355,-11298,-93702,636,-11133,-93267,668,-11020,-93538,-1290,-11337,-94278,-2050,-13187,-93919,-749,-13498,-94064,95,-13682,-94362,618,-13847,-95438,1177,-14536,-95892,1443,-14806,-95964,1426,-15565,-96290,2032,-14859,-96438,2365,-15152,-96141,1915,-15527,-94703,2837,-15242,-93561,4156,-14687,-92308,6443,-14200,-92318,5919,-14865,-92164,5846,-15254,-91196,6960,-15729,-94052,-1773,-12679,-93932,-294,-13414,-94007,-1658,-12395,-94288,-2850,-12229,-92689,-2921,-13224,-92249,-2397,-13136,-94323,-3976,-12986,-94358,-4733,-13807,-94685,-3970,-13114,-95297,-3685,-13530,-95256,-3223,-13574,-93851,-3967,-13082,-93950,-2692,-11948,-94002,-3353,-12393,-94968,-2678,-13713,-95345,-3600,-13905,-94094,-4216,-15440,-94012,-2215,-15026,-94514,-2518,-14583,-91883,-3969,-16841,-91580,-2566,-16828,-91664,-1442,-16523,-91001,-2043,-17011,-90533,-1019,-16930,-89527,-228,-16494,-89185,-364,-16627,-88461,549,-16542,-88253,317,-16843,-87730,54,-17238,-86456,-190,-16995,-86048,22,-16748,-90422,-350,-16710,-89766,411,-16188,-89213,212,-16257,-90600,-1851,-17064,-89410,-1639,-17055,-89635,-804,-16735,-90147,-2072,-16993,-89684,-1362,-16899,-91123,-2794,-17063,-90187,-3896,-16829,-90176,-3317,-17010,-90028,-4979,-16075,-90091,-4511,-16340,-89576,-4415,-15869,-88765,-4076,-16043,-87912,-5059,-16014,-87349,-5682,-15875,-87541,-6566,-16645,-87970,-6474,-16995,-88169,-6816,-17407,-87721,-7095,-17360,-87816,-7877,-17828,-87932,-8501,-18159,-87499,-8663,-17944,-87239,-8746,-17477,-87544,-8039,-17670,-86922,-8953,-16453,-87037,-8817,-16926,-86958,-7248,-15725,-86917,-7717,-15637,-87150,-7218,-14087,-87095,-7804,-14291,-86893,-9017,-16068,-87418,-9663,-18411,-87250,-9696,-18307,-87129,-9699,-18101,-87054,-10153,-18265,-86942,-10765,-18465,-86881,-11606,-18987,-87025,-11746,-19251,-86872,-12353,-19418,-86772,-12333,-19193,-86765,-12169,-18813,-86816,-11732,-18035,-89569,-4158,-16726,-89733,-3952,-17129,-89843,-5103,-17898,-89639,-5661,-17802,-89369,-5481,-17237,-88352,-4195,-15897,-88689,-5357,-16773,-88334,-5310,-16518,-88063,-6132,-16817,-88621,-6187,-17251,-88848,-6758,-17689,-89087,-7017,-17960,-89490,-6823,-18256,-89774,-7148,-19208,-89915,-6664,-19204,-90026,-6453,-19576,-89956,-5629,-18683,-89944,-4693,-18575,-89714,-3237,-17597,-89616,-2894,-18062,-89657,-2822,-17255,-89530,-2278,-17191,-89844,-2805,-17071,-89932,-2450,-17014,-90585,-3014,-17119,-89816,-3318,-17140,-89759,-3789,-17507,-89922,-4379,-18007,-89428,-6152,-17731,-89813,-6130,-18556,-89899,-4743,-17902,-89625,-4296,-16999,-89050,-4919,-16612,-89079,-3974,-16023,-91044,-4136,-17121,-91565,-3953,-16969,-91979,-2965,-16673,-92789,-3046,-16158,-92505,-3756,-16477,-93226,-3567,-15944,-93147,-4646,-16240,-93303,-2790,-15743,-93220,-2127,-15759,-93421,-1725,-16005,-93300,-1562,-16462,-93402,-1223,-17048,-92592,-239,-16695,-92158,1290,-16730,-91966,2004,-16336,-91700,2850,-16007,-91254,3936,-15371,-91155,3548,-14785,-90289,4585,-14165,-90499,3649,-14185,-90103,3957,-14069,-89461,4497,-13994,-89538,3613,-14105,-88260,4704,-13788,-87686,4594,-14016,-88259,3554,-14346,-87942,3794,-14361,-87109,3769,-15042,-87248,4416,-14422,-86155,5126,-14684,-86775,5213,-14156,-85059,5522,-14855,-85453,5720,-14784,-91368,3866,-15786,-91273,2742,-14759,-90801,3792,-14400,-90441,3081,-14234,-91949,1641,-15320,-91513,2607,-15043,-90934,2732,-14449,-91655,2860,-15519,-93153,-1675,-15986,-92557,-761,-15887,-92251,-443,-15782,-92144,330,-15450,-92103,808,-15302,-91878,1395,-15126,-91454,1525,-14875,-92428,-201,-15797,-92359,397,-15718,-93655,-1850,-15552,-93762,-2296,-15314,-92731,-2375,-16106,-92881,-5400,-16211,-92444,-5700,-16363,-91793,-6170,-15793,-91481,-6342,-16423,-92048,-5666,-16800,-92126,-5197,-16872,-92642,-4770,-16590,-92645,-5174,-16597,-91743,-5829,-16731,-91151,-4963,-16975,-91357,-4531,-17046,-90631,-4366,-16963,-90528,-4832,-16679,-89837,-5641,-15480,-89263,-1945,-11046,-88982,-1669,-11219,-89393,-1490,-10921,-88791,-1257,-11295,-88520,-368,-10235,-88145,-1256,-12197,-88195,-2749,-13951,-88328,-3589,-13898,-88634,-4324,-13757,-89075,-4970,-14175,-89313,-4750,-15106,-88893,-3639,-15202,-88904,-3686,-15784,-87936,-3351,-14841,-88089,-3288,-14458,-88637,-3860,-14350,-88877,-4322,-14410,-88419,-4159,-13250,-88386,-3468,-12564,-88346,-2842,-12523,-87901,-761,-11451,-87194,-1179,-11656,-86987,-1883,-11630,-86944,-2415,-12555,-87004,-3120,-13875,-87242,-2433,-13792,-87346,-2843,-14263,-87053,-3372,-14218,-86990,-5614,-14951,-87150,-5008,-15310,-87573,-4629,-15501,-87322,-4174,-15021,-87384,-3483,-14641,-87507,-2293,-14028,-88037,-2520,-14103,-87493,-1924,-13536,-87871,-1967,-13556,-87985,-1846,-13234,-87848,-1328,-12662,-87298,-1977,-13410,-89270,-4222,-15613,-89556,-4774,-15575,-87646,-3099,-14431,-88009,-3075,-14229,-86953,-3744,-14161,-87204,-1482,-12254,-86976,-2227,-11978,-87205,-1792,-12916,-87653,-1428,-12937,-87411,-1365,-12556,-87013,-2486,-13145,-89417,-807,-9897,-89121,-879,-10478,-87668,206,-10250,-87151,720,-9777,-86556,1424,-9205,-86511,472,-9423,-86714,563,-9810,-87076,-362,-10814,-87607,-291,-10893,-87304,-301,-10944,-87595,-755,-11482,-88039,-308,-10679,-87037,272,-10257,-86762,16,-10156,-86794,-307,-10280,-86880,-1624,-10961,-86782,-2489,-10662,-86561,-1851,-9975,-86354,-830,-9452,-86070,-674,-9140,-86389,-2295,-9974,-85994,-1584,-9462,-86655,-1515,-10116,-86845,-966,-10584,-86457,-518,-9508,-86011,577,-8626,-86337,473,-9026,-86766,968,-9673,-87269,873,-9377,-87556,663,-9294,-87569,867,-8456,-87937,728,-8560,-87258,1034,-8720,-86985,1920,-8464,-87482,1621,-8398,-86834,2135,-8385,-86646,1943,-8717,-86812,1381,-9148,-88104,264,-9525,-92051,3998,-10895,-92450,3076,-11076,-92390,2551,-11341,-92153,2513,-11433,-92040,1308,-11552,-91583,1333,-11512,-90748,868,-11642,-90560,-478,-11848,-91734,846,-9171,-91940,575,-9430,-91716,3509,-11193,-90745,4059,-10806,-91357,2877,-11169,-91842,2408,-11364,-91477,3960,-11065,-89951,4945,-9333,-90237,4222,-9320,-90514,3487,-9221,-90536,2693,-8970,-89926,2599,-9235,-89501,2166,-9808,-89001,2865,-9804,-90085,2852,-9015,-90246,3646,-9025,-89889,4199,-9054,-89920,3379,-8990,-89475,4186,-9148,-90320,2992,-8929,-90724,3105,-9414,-90440,3892,-9803,-90272,4015,-10366,-90499,2931,-10956,-90293,2937,-10697,-90558,3372,-10023,-90187,4686,-10172,-90141,4812,-9733,-90540,5330,-8481,-93870,6729,-12813,-92058,7933,-12205,-91748,8128,-12343,-90728,9310,-13196,-90647,9162,-13636,-89591,9880,-14343,-90333,8991,-14334,-91984,7532,-12681,-92312,6819,-13172,-91936,6811,-14288,-91661,7333,-14072,-91224,7158,-15149,-91852,6477,-14881,-91702,6345,-15498,-92410,6456,-13919,-92833,5530,-14428,-93290,5257,-13687,-93335,5740,-13303,-93907,6054,-13257,-94635,6114,-13036,-95047,5574,-13368,-93108,5071,-14152,-94288,5429,-13810,-94196,6134,-13198,-95036,5058,-14043,-95552,4985,-13769,-96244,4255,-14080,-95693,5039,-13366,-95617,4657,-14207,-96232,4057,-14395,-96472,3875,-14292,-96415,3351,-13570,-96077,2657,-13902,-95383,1700,-13815,-95036,1205,-13923,-94595,688,-14260,-96564,3651,-13736,-96465,2753,-14251,-96675,3386,-14596,-96344,2825,-15181,-96565,3311,-14846,-96084,3828,-14714,-95455,4430,-14485,-95073,4229,-14616,-94385,3901,-14666,-93877,4746,-14071,-93654,4322,-14449,-94478,3335,-14985,-94896,3400,-14931,-94778,4768,-14293,-82018,13860,-11616,-82296,13809,-11580,-82665,13404,-11781,-82819,12421,-11530,-82118,12909,-11477,-81652,11959,-12183,-81534,10614,-12947,-82960,11490,-11468,-82630,11397,-11349,-82176,10544,-11678,-82518,10078,-11685,-82312,9414,-12010,-82936,7949,-12452,-83180,7075,-12876,-82820,6344,-13209,-82680,5426,-13602,-83265,5561,-13668,-83749,4843,-14047,-85080,4831,-15073,-85368,4221,-15351,-85344,4918,-15122,-86360,4232,-15134,-85679,4180,-15417,-87114,3182,-15430,-86452,2199,-16300,-86319,1994,-16391,-86532,2684,-15929,-87416,2508,-15728,-88451,2040,-15342,-88730,1088,-15861,-88907,546,-16142,-87731,1108,-16535,-87965,1322,-16289,-88150,1589,-15958,-87087,1666,-16388,-87757,2728,-15333,-89120,1705,-15386,-89604,2543,-14724,-90190,2514,-14573,-89846,1790,-15232,-90042,756,-15960,-89100,951,-15862,-88676,2121,-15153,-90874,448,-15949,-91594,766,-15263,-92188,-1013,-15988,-92597,-1254,-15866,-92951,-1745,-15852,-92785,-1831,-15921,-92255,-2031,-16342,-90650,-357,-16655,-91016,-198,-16340,-91978,-318,-15775,-91553,-29,-15817,-90619,50,-16403,-90387,1151,-15558,-90620,1740,-14970,-91192,1079,-15197,-91113,1764,-14764,-86874,4131,-14951,-86278,3467,-15580,-84688,4195,-14687,-84336,4729,-14289,-85211,3144,-15356,-84420,3936,-14573,-85019,2932,-15264,-84072,4657,-14182,-85545,2235,-15826,-86627,1526,-16646,-86698,500,-17057,-86839,867,-17005,-87152,158,-17354,-86022,724,-16532,-85572,1789,-15979,-86389,1417,-16602,-85998,2538,-16074,-82841,10008,-11713,-82791,10903,-11479,-82940,8705,-12182,-83164,9319,-12173,-83594,8952,-12768,-84151,9346,-12577,-83762,9816,-12353,-84831,10484,-13187,-84307,11394,-13362,-84108,11763,-13436,-83521,9694,-12359,-83604,11079,-11954,-83646,10807,-11965,-83840,10791,-12172,-84144,11177,-12960,-83794,11853,-12977,-83730,10371,-12113,-83345,10234,-12018,-83181,10825,-11717,-82657,12153,-11364,-81773,6856,-13578,-81641,7829,-13519,-81542,7039,-14480,-81635,8238,-14524,-81941,7843,-16611,-81839,7738,-16955,-81712,7581,-17254,-81759,6295,-17991,-81548,6274,-18129,-81856,5308,-18433,-81951,4590,-18729,-82053,5675,-17688,-82010,7562,-16217,-82034,6688,-16918,-82011,6116,-16461,-82068,6172,-16917,-81910,6131,-17804,-81938,6746,-17315,-82011,5244,-18159,-82162,4706,-17889,-82018,4136,-17212,-82104,3188,-17652,-81529,4976,-14802,-81615,4706,-14596,-81591,3497,-15093,-82296,4505,-14010,-81694,1728,-17311,-81986,626,-18480,-82339,606,-19460,-82314,2203,-19458,-82046,1623,-20248,-82251,2070,-19854,-82245,1161,-20265,-82192,257,-20700,-81918,209,-20818,-81449,1674,-20098,-81846,957,-20518,-82315,-152,-20645,-82349,734,-20046,-82361,-11,-19928,-82373,1245,-19512,-81559,2172,-16699,-81533,2612,-16245,-81521,3420,-15679,-81774,2474,-15191,-81930,2990,-14792,-82300,2479,-14785,-83032,3068,-14604,-82915,4465,-14027,-83614,3172,-14999,-83819,3385,-14884,-83433,3767,-14613,-82666,2969,-14539,-82378,3557,-14356,-82112,3653,-14410,-82038,1834,-15202,-82182,692,-15570,-81813,954,-15814,-81536,2752,-15741,-81570,1075,-16287,-81658,2075,-15589,-81575,2242,-15753,-81603,464,-16393,-82134,2442,-18058,-81719,2535,-17018,-82335,2313,-19005,-82244,3771,-18206,-81578,2956,-16398,-82299,2805,-18545,-82160,4212,-18456,-82021,3288,-19467,-81683,3801,-19264,-82134,2692,-19714,-81885,2788,-19762,-80396,261,-20265,-80244,1083,-19910,-79918,450,-20105,-82000,1957,-20137,-82332,1768,-18980,-81759,3330,-16809,-82155,4364,-17594,-82116,5387,-17253,-81892,5061,-16559,-81605,4267,-16049,-81683,5693,-14073,-81515,5005,-15090,-81567,5113,-15539,-81532,4028,-15791,-81868,4693,-14203,-82606,7291,-12797,-82640,8489,-12251,-82255,8415,-12473,-84877,-1406,-17894,-85355,-859,-17433,-85367,1445,-16085,-85073,344,-16754,-84690,-2275,-18343,-83775,2035,-15642,-83836,2771,-15275,-83682,1588,-15774,-83449,288,-15955,-84416,-965,-17518,-84014,-1182,-17199,-82958,-3933,-17255,-82368,-2894,-17013,-82018,-2411,-17009,-83119,-1399,-16243,-83722,-2016,-16988,-82512,-1845,-16448,-82846,-2087,-16471,-82762,-2929,-16861,-84283,-1359,-17587,-84397,-2118,-17992,-84111,1115,-16236,-83913,957,-16207,-82253,-2900,-21492,-81612,-5544,-21401,-81506,-4971,-20492,-81438,-5758,-20421,-81502,-5215,-19658,-82149,-3727,-21753,-82073,-5226,-22659,-81506,-5877,-23495,-81249,-6457,-23763,-81102,-5425,-23196,-81443,-4540,-22845,-81994,-4966,-22914,-80868,-4578,-22655,-81134,-4498,-22740,-80918,-1235,-21050,-81546,-3196,-22197,-81896,-2872,-22036,-81824,-3943,-22544,-80936,-3224,-21935,-79144,-1436,-20974,-79012,-2605,-21489,-79360,-2845,-21353,-79514,-3649,-21685,-79976,-3339,-21536,-79117,-3119,-21610,-79062,-4500,-22351,-79323,-4213,-22040,-81487,-8190,-24531,-81199,-12235,-24345,-81105,-15057,-24844,-81377,-13191,-23302,-81646,-12499,-22641,-81987,-11854,-22049,-81961,-10734,-21373,-82291,-10880,-21259,-82162,-9643,-20455,-82733,-10273,-20733,-83402,-9325,-20092,-82988,-8710,-19622,-82997,-7637,-19005,-82967,-6753,-18567,-83307,-5871,-18221,-82990,-5268,-17885,-82009,-4734,-18158,-81679,-4340,-18505,-81641,-3231,-18266,-81745,-2706,-17542,-81930,-3972,-17901,-82127,-4017,-17731,-82624,-4416,-17589,-82699,-4842,-17750,-83314,-7142,-18785,-83692,-7242,-18971,-84062,-7852,-19494,-83877,-8551,-19725,-83539,-8184,-19393,-83929,-9595,-20395,-83908,-6579,-18802,-83742,-6144,-18499,-84017,-5961,-18610,-83724,-4327,-17673,-83697,-5279,-18096,-83272,-3902,-17254,-83179,-4835,-17688,-81213,-11821,-23671,-81327,-10753,-22772,-81452,-11538,-22660,-81399,-12126,-22997,-81734,-11532,-22119,-81976,-9594,-20545,-81526,-10789,-22071,-81431,-10464,-22214,-81383,-9760,-22056,-81559,-10146,-21537,-81491,-9062,-20898,-81520,-8478,-20522,-81727,-8739,-20284,-81508,-6009,-21261,-81603,-7124,-22123,-81689,-7371,-22612,-81716,-7877,-23283,-81524,-8906,-23654,-81454,-7801,-21551,-81455,-6611,-21250,-81403,-7653,-20769,-81424,-8394,-20860,-81485,-7518,-20123,-81436,-8671,-22510,-81940,-7229,-23724,-81881,-6883,-23777,-81522,-7148,-24100,-81808,-6171,-23536,-81938,-5627,-23205,-82038,-5714,-22986,-81928,-6483,-22925,-81905,-6138,-22579,-81983,-6678,-23484,-81445,-6409,-19900,-81526,-6519,-19570,-82067,-7273,-19142,-82022,-8454,-19799,-81606,-5351,-19019,-81778,-4643,-18416,-82069,-6103,-18613,-81780,-6186,-18992,-81595,-3992,-19306,-81688,-3615,-20000,-81802,-2883,-19882,-82102,-2863,-20933,-82208,-2212,-20756,-81733,-2145,-19086,-81657,-3246,-19239,-82299,-1005,-20149,-82041,-467,-19142,-81714,-4311,-20915,-81751,-9651,-20825,-85680,-9431,-22098,-86764,-10432,-23356,-86356,-11113,-23266,-86997,-11508,-23975,-86537,-11791,-23660,-86967,-12685,-24424,-88178,-13208,-24840,-88615,-12862,-24309,-88482,-13795,-24374,-88837,-12916,-22822,-88801,-12714,-22291,-88372,-14378,-24223,-87949,-15448,-24578,-88028,-14940,-24923,-88199,-14048,-22743,-88422,-14234,-23805,-88424,-13996,-23182,-87439,-15505,-23465,-87889,-14643,-23060,-87926,-15322,-24026,-88247,-13692,-24855,-87388,-11839,-24361,-88166,-12809,-24678,-87964,-12000,-24366,-87341,-12693,-24725,-84392,-10110,-20998,-85070,-5455,-20033,-85544,-4911,-20113,-86310,-4258,-19470,-86536,-4919,-19769,-86053,-5619,-20590,-85877,-6129,-20960,-86316,-7600,-21879,-86535,-8967,-22653,-87206,-8974,-22818,-87080,-9602,-23181,-87308,-10410,-23630,-87121,-11172,-23928,-87116,-10353,-23558,-87450,-9405,-23092,-88158,-10200,-23450,-88244,-9568,-23101,-89361,-8706,-22110,-89297,-8301,-21895,-88559,-9172,-22770,-88920,-8027,-21764,-88343,-7827,-21468,-88471,-8581,-22330,-88045,-9079,-22798,-87475,-8677,-22513,-86969,-8495,-22448,-86468,-8105,-22214,-87563,-10942,-23913,-86289,-6162,-20848,-86789,-7975,-22016,-87051,-7372,-21269,-87465,-7667,-21403,-86127,-6577,-21231,-86417,-7004,-21410,-87103,-5799,-20009,-87657,-5599,-19547,-88034,-4827,-18908,-88101,-4236,-18566,-88245,-3387,-18415,-87661,-4456,-18679,-87294,-3665,-18264,-86773,-2255,-17713,-87319,-2944,-17990,-88103,-3780,-18362,-87954,-3255,-18215,-87515,-2450,-17958,-86728,-4041,-18936,-87249,-4335,-18697,-86142,-3723,-19165,-85600,-4326,-19706,-85598,-6785,-21136,-85954,-6938,-21457,-85486,-5719,-20602,-85212,-4988,-20036,-84900,-6352,-20053,-84388,-8314,-19922,-84923,-9278,-21054,-85496,-8964,-21740,-85966,-9255,-22354,-86287,-9119,-22562,-85932,-7943,-21832,-85563,-8159,-21522,-85065,-8334,-20920,-84813,-7764,-20372,-85188,-6927,-20680,-86178,-7914,-22020,-84672,-5401,-19463,-84404,-3459,-18432,-88472,-4766,-18988,-89524,-4943,-19702,-89503,-5581,-20032,-88392,-5151,-19203,-89635,-9813,-21466,-89539,-9552,-22124,-89213,-11405,-23022,-88940,-12086,-23687,-88254,-11310,-23953,-88698,-11244,-23727,-88982,-10588,-23277,-88811,-11880,-23850,-86293,-17316,-22360,-86355,-17477,-23195,-86538,-17417,-23963,-86822,-16643,-23827,-86239,-16749,-20984,-86375,-17217,-20695,-86425,-16487,-19969,-86623,-17165,-19633,-86861,-17945,-19499,-86817,-17648,-18865,-86710,-16616,-18166,-86992,-16573,-18669,-86899,-16235,-18957,-86591,-15852,-19414,-86521,-15282,-19537,-86710,-13793,-18795,-87055,-12399,-19577,-86723,-13327,-19740,-86353,-16127,-20148,-86232,-16178,-20972,-86295,-17019,-21910,-86304,-16613,-21824,-86365,-15452,-20869,-86581,-15435,-21265,-86967,-14764,-20906,-87327,-14294,-21137,-87561,-14464,-22348,-87146,-15051,-22018,-86977,-15068,-21519,-87622,-14075,-21643,-87126,-15345,-22567,-87840,-13861,-22081,-86476,-18014,-21069,-86683,-18064,-20172,-86117,-19321,-25190,-85884,-20051,-25587,-86034,-19461,-24819,-85938,-19980,-24676,-85738,-20701,-25653,-86472,-15617,-25347,-85243,-18055,-25963,-85433,-16958,-25367,-84777,-16699,-24796,-84292,-15524,-23815,-83498,-15566,-23816,-83922,-14784,-23317,-82681,-14637,-23304,-82413,-13959,-22974,-82159,-14160,-23146,-82884,-15443,-23713,-83039,-17274,-24735,-83726,-16346,-24285,-84686,-17586,-25342,-84601,-15138,-23674,-84728,-15663,-24046,-85328,-15857,-24518,-85457,-14927,-24031,-84692,-13614,-22842,-84169,-14041,-22865,-83552,-13268,-22429,-83186,-12267,-21987,-83157,-13576,-22702,-83880,-13894,-22753,-83482,-14650,-23281,-84184,-18624,-25736,-83645,-19877,-26306,-84319,-20147,-26590,-84019,-20773,-26825,-84476,-20537,-26990,-84111,-21796,-27565,-83651,-22054,-27671,-83569,-21362,-27013,-83945,-21656,-27474,-84006,-20419,-26600,-82126,-24987,-25591,-82064,-25778,-27267,-81995,-25569,-26404,-81692,-26056,-26619,-81831,-25932,-27136,-82071,-25480,-28210,-82910,-24702,-27821,-82654,-24900,-25722,-83797,-24652,-26125,-84446,-24292,-25350,-84725,-24070,-25469,-84789,-23712,-25671,-84642,-23400,-26009,-81874,-25044,-28490,-81348,-25747,-28764,-81573,-25071,-28623,-80510,-25091,-28119,-79694,-24783,-28049,-79704,-24113,-27903,-79900,-23426,-27689,-80326,-23167,-27520,-81142,-23143,-27509,-82060,-23502,-27963,-82685,-24046,-28296,-82972,-22938,-28012,-82872,-21789,-27285,-82483,-22914,-27761,-81968,-21987,-27072,-81024,-21187,-26758,-81217,-19376,-26049,-81463,-20108,-26262,-82114,-20509,-26310,-81410,-21889,-26927,-81232,-21518,-26808,-81138,-22724,-27294,-80651,-22476,-27247,-80326,-21507,-27135,-80025,-22561,-27481,-80385,-22200,-27278,-79568,-23615,-27962,-81417,-25021,-28571,-82043,-24363,-28471,-81373,-24262,-28139,-81038,-23688,-27745,-80167,-24803,-27968,-80697,-23410,-27596,-80669,-24250,-27840,-76169,-23994,-30476,-75840,-24002,-29950,-75854,-23147,-29509,-76152,-22136,-29297,-75996,-21494,-29055,-75715,-21559,-28991,-75596,-21126,-28997,-75767,-20503,-29022,-75522,-24051,-29639,-75274,-24095,-29493,-74560,-23295,-29121,-74176,-22950,-29503,-74680,-22308,-29223,-75023,-22398,-29041,-74967,-23386,-29125,-75600,-22950,-29204,-75504,-22196,-29015,-74473,-22419,-29435,-73772,-22663,-30856,-73318,-21892,-31603,-73629,-21340,-31500,-72943,-21761,-31928,-72475,-22849,-31877,-72792,-24073,-31389,-72207,-25149,-31307,-72216,-25793,-31070,-71677,-24479,-31818,-70745,-25002,-31962,-70591,-24710,-32082,-70218,-25141,-32087,-71463,-25260,-31653,-72070,-23539,-31907,-70868,-23333,-32170,-70626,-23194,-31972,-70488,-23395,-31225,-71388,-21639,-30450,-70893,-22266,-31046,-70835,-22265,-31390,-71297,-23988,-32047,-70663,-24016,-32149,-69967,-25238,-32053,-69849,-26240,-32294,-69787,-25712,-32095,-70451,-26383,-32406,-70973,-26626,-32296,-70360,-23881,-31995,-70188,-24713,-32059,-70527,-23175,-31502,-70112,-24550,-31752,-70227,-24379,-31419,-70511,-24319,-30801,-71322,-23496,-32161,-73655,-21963,-31298,-75128,-21029,-29426,-75177,-21230,-29233,-75582,-20136,-29340,-74526,-21479,-30183,-74067,-22139,-30609,-74849,-21660,-29361,-73621,-24032,-29680,-73920,-23785,-29357,-74811,-24008,-29285,-73587,-24562,-29363,-73331,-24539,-29700,-72778,-25024,-30734,-72622,-24869,-31135,-73173,-24259,-30916,-72471,-25845,-30582,-73157,-24974,-29556,-74327,-23822,-29208,-73829,-23383,-29946,-73949,-22782,-30321,-73533,-23535,-30790,-73312,-23336,-31242,-70246,-27237,-33170,-69832,-26771,-32664,-69847,-27154,-32983,-70058,-28379,-33809,-71059,-28207,-34070,-71004,-27697,-33535,-70505,-28855,-34456,-71461,-28365,-34169,-71687,-28264,-33731,-72391,-28890,-34250,-72169,-29184,-35250,-71367,-29052,-34802,-71973,-28836,-34469,-72097,-28537,-33342,-72275,-28735,-32623,-72631,-29336,-33050,-72679,-29535,-32289,-72718,-29640,-31889,-72536,-28889,-30764,-72628,-28801,-30184,-73468,-28046,-29543,-74146,-28312,-29862,-73846,-27930,-29603,-73684,-30516,-30333,-73044,-30011,-30215,-72842,-29777,-30349,-72781,-29829,-30933,-72750,-28770,-29970,-72914,-28476,-29758,-73261,-28839,-29829,-73668,-29806,-30035,-73816,-29007,-29896,-73036,-29340,-29959,-73350,-30476,-30362,-73133,-30874,-31127,-73620,-31793,-31146,-73122,-31548,-31815,-73893,-32481,-31501,-74509,-32511,-31635,-73857,-33641,-32198,-74142,-33549,-32143,-73450,-34313,-32552,-73294,-34954,-32506,-72724,-35792,-32723,-72623,-36012,-32450,-73938,-32876,-31780,-73618,-32454,-31680,-73167,-34334,-32884,-73469,-33758,-32551,-73741,-31433,-30750,-74119,-30515,-30387,-74257,-29969,-30331,-74460,-31858,-31122,-74832,-32949,-32397,-74184,-31998,-31090,-72361,-28241,-30808,-72567,-29132,-31492,-72651,-27549,-29735,-71934,-28146,-32638,-72335,-28573,-31350,-72096,-27980,-31416,-72510,-27793,-30076,-71823,-27709,-32129,-71531,-27872,-33189,-70110,-28920,-34189,-69875,-28903,-33839,-70637,-24374,-29422,-69449,-21740,-27362,-71636,-20056,-28275,-71443,-20951,-28549,-71626,-21051,-28901,-71103,-20513,-27839,-70566,-20676,-27488,-72145,-19358,-28521,-71659,-21269,-29217,-72800,-18648,-30355,-73142,-17764,-31143,-73112,-17840,-30489,-73224,-17600,-31492,-73232,-17816,-31763,-73334,-15340,-27142,-73121,-15382,-26881,-74070,-14072,-28759,-73682,-15198,-29670,-73552,-15792,-30082,-73346,-16686,-30094,-73291,-17222,-30467,-73068,-17214,-29092,-73287,-16363,-28653,-73481,-15714,-29071,-73017,-17773,-29728,-74157,-14082,-27621,-73904,-14219,-27050,-73729,-14076,-26676,-73597,-13035,-26000,-73809,-11994,-25645,-73336,-10076,-24300,-72135,-8038,-23032,-71024,-7197,-22984,-70542,-7725,-23314,-70977,-8049,-23089,-71804,-9232,-23366,-72081,-10166,-23655,-72681,-11256,-24376,-70877,-6560,-23052,-72536,-8920,-23378,-72542,-9967,-23772,-73131,-9957,-24088,-73418,-11263,-24916,-73379,-12153,-25305,-73131,-9119,-23800,-73527,-9363,-24251,-75223,-9717,-26244,-74789,-9013,-25525,-74398,-8972,-25084,-73936,-8925,-24604,-74113,-10090,-25159,-74026,-10778,-25331,-74313,-11748,-25956,-74530,-10488,-25678,-74811,-8431,-25441,-74348,-8085,-24837,-74017,-7586,-24454,-68603,-14338,-25833,-68122,-13699,-27260,-68259,-14430,-26669,-67996,-14815,-27265,-67764,-14579,-27925,-67055,-15007,-28973,-66905,-14583,-29804,-67906,-13748,-27943,-67666,-13730,-28605,-67785,-12699,-28695,-66706,-13145,-31096,-67313,-14000,-29169,-67319,-13220,-29546,-67768,-13192,-28603,-68820,-13316,-25478,-69782,-11774,-24317,-71227,-10926,-23889,-71731,-10022,-23577,-70903,-9846,-23512,-71181,-9082,-23281,-71598,-7328,-22831,-70497,-11379,-24009,-69170,-12011,-24818,-68773,-12115,-25438,-68535,-11942,-26045,-68308,-12065,-26675,-68233,-11793,-26967,-68393,-10762,-26599,-68114,-10793,-28000,-68031,-11348,-28094,-67904,-12409,-28391,-67995,-12785,-27782,-68096,-10473,-28449,-69077,-12536,-25053,-68638,-13260,-25805,-69137,-14062,-25155,-69440,-14198,-24952,-69865,-14088,-24766,-69837,-12949,-24529,-70233,-11704,-24133,-70288,-12681,-24373,-71189,-12597,-24396,-71671,-11154,-23937,-70904,-11992,-24241,-70680,-13662,-24641,-69619,-12885,-24616,-68424,-13406,-26346,-66323,-13057,-31659,-66014,-15477,-31454,-65302,-17854,-31120,-65871,-19245,-29723,-66298,-19310,-29015,-66766,-20703,-27956,-66705,-22672,-27908,-66454,-23316,-28108,-65908,-24600,-28610,-66006,-23913,-28501,-65028,-25977,-29266,-63937,-25949,-29954,-62966,-26013,-30627,-62263,-26774,-30864,-62890,-25416,-31089,-63213,-24900,-31034,-63374,-25329,-30619,-65812,-23168,-28716,-65206,-22767,-29481,-64822,-22837,-29965,-64649,-23460,-30019,-63185,-24338,-31247,-59609,-25629,-32576,-59976,-25774,-32348,-65616,-18544,-30336,-67292,-19337,-27462,-67501,-21367,-27295,-67578,-21957,-27384,-68207,-21901,-27235,-67338,-22938,-27682,-67761,-23037,-27630,-67221,-23913,-27965,-66870,-25333,-28369,-66469,-26972,-28688,-66652,-19566,-28416,-65864,-14648,-31944,-65418,-10378,-32346,-65842,-9882,-32055,-65893,-11040,-32111,-66240,-10100,-31807,-66821,-11470,-31348,-67185,-11219,-30957,-66864,-9788,-31201,-67362,-9357,-30644,-66681,-10900,-31481,-60483,-14696,-32841,-64405,-9156,-31699,-67436,-2371,-28961,-66924,-3855,-29948,-66511,-2705,-29870,-65621,-4583,-30720,-64955,-4342,-29640,-66481,-3682,-30260,-66373,-5125,-30744,-65635,-5787,-31301,-64931,-6652,-31431,-64900,-5626,-30709,-66707,-4271,-30260,-68791,-1672,-26881,-69017,-822,-26185,-69128,-614,-25837,-68269,-210,-26977,-68819,-872,-26550,-67530,1073,-27407,-67394,29,-27960,-68261,-1236,-27356,-69162,-2103,-26039,-68833,-2750,-27208,-69058,-2424,-26575,-70079,-2405,-23459,-69809,-3194,-24145,-70261,-4568,-23776,-70618,-3333,-23120,-72028,-4742,-22093,-71707,-6125,-22534,-71959,-6283,-22513,-70643,-5250,-23354,-69969,-5744,-24222,-69988,-5243,-24197,-69814,-4399,-24353,-69990,-4628,-24116,-71162,-5541,-22839,-70071,-3096,-23601,-68986,-6520,-27054,-68934,-7198,-27016,-69695,-10483,-24216,-70110,-9607,-23771,-70054,-9171,-23777,-74772,-11381,-26245,-75041,-11392,-26617,-77371,-9912,-29506,-77234,-10678,-29645,-77504,-10704,-28813,-77308,-11085,-29307,-76640,-14242,-29605,-77807,-10340,-25587,-77075,-12952,-28935,-76952,-14174,-28398,-76862,-14824,-28388,-76745,-15585,-28584,-76519,-15561,-29639,-76340,-16571,-29762,-75572,-17321,-30558,-74731,-17175,-31372,-76091,-16378,-30209,-77194,-17329,-28211,-77584,-16847,-28022,-77339,-17866,-28414,-76971,-18754,-28678,-76884,-19845,-28983,-76586,-20967,-29167,-76565,-21682,-29516,-77230,-19274,-28943,-77777,-17572,-28586,-78114,-18128,-29973,-77861,-18425,-29859,-77996,-18969,-30698,-77762,-19296,-30715,-77764,-18311,-29125,-77651,-19179,-29896,-77521,-17924,-28523,-76868,-17404,-28356,-76533,-17292,-28746,-76216,-18326,-29147,-75998,-19189,-29182,-75537,-19387,-29868,-74406,-20377,-30966,-75223,-18919,-30507,-74995,-17561,-31107,-74728,-18623,-31188,-75574,-16647,-30690,-74311,-18633,-31605,-73844,-18605,-31882,-73325,-19926,-32015,-73446,-18669,-31993,-72974,-18971,-32059,-71709,-20519,-31934,-72237,-19451,-31712,-73928,-19547,-31730,-73451,-20884,-31832,-73028,-20593,-32067,-72382,-21808,-32136,-74268,-19679,-31366,-74248,-18060,-31697,-75609,-18689,-30077,-75905,-18453,-29727,-76099,-17346,-29952,-77361,-11752,-28375,-76482,-20158,-28945,-76796,-18364,-28576,-76484,-18429,-28744,-77752,-20391,-31812,-76437,-23284,-33093,-76967,-22882,-33444,-76759,-22329,-32904,-77105,-21806,-32816,-77643,-22607,-33323,-78987,-22614,-33121,-79482,-21977,-32615,-80164,-20384,-31332,-80178,-20030,-31369,-80198,-19251,-31125,-79924,-19896,-31550,-79652,-19613,-31497,-79148,-19508,-31432,-78133,-20367,-31869,-77425,-21778,-32856,-78015,-22110,-33013,-79192,-21588,-32502,-78930,-20796,-32137,-79789,-18810,-31042,-80415,-18202,-30626,-80595,-17747,-30340,-80720,-17883,-30223,-79944,-19201,-31223,-80863,-17340,-29818,-80813,-17036,-29869,-80608,-16906,-29874,-80166,-17727,-30431,-81068,-16270,-29300,-80979,-16221,-29413,-81180,-15618,-28930,-81155,-14905,-28633,-80899,-14916,-28838,-80649,-15663,-29132,-80270,-16481,-29564,-79569,-15884,-28928,-79382,-17007,-29815,-79104,-16793,-29553,-81124,-14927,-28282,-80972,-16298,-28431,-81026,-15408,-28157,-80791,-15472,-26808,-80863,-16056,-27645,-80758,-16818,-27869,-80976,-16959,-29242,-81118,-15886,-28667,-76582,-22440,-32560,-78514,-19263,-31173,-79598,-18376,-30778,-79773,-17404,-30198,-79811,-8922,-24241,-79906,-8153,-23939,-79791,-7845,-23738,-79010,-9526,-24337,-77424,5327,-22525,-78132,5026,-22929,-77389,6555,-21733,-77681,8377,-20455,-76808,9126,-20490,-76426,9906,-20310,-75818,9852,-20880,-77032,9761,-19953,-75213,10086,-21189,-74645,10241,-21424,-74285,10370,-21442,-73563,12699,-20326,-73460,13183,-20104,-73869,13078,-19988,-74182,13455,-19412,-75219,8516,-22043,-74902,8237,-22357,-74027,7553,-22218,-73677,8277,-21647,-73806,8971,-21713,-73541,9617,-21330,-74486,8032,-22514,-74212,9757,-21737,-73825,10330,-21402,-73821,11085,-21107,-74283,8762,-22162,-74917,9890,-21496,-74693,7985,-22557,-74563,8827,-22172,-68388,15810,-18393,-69526,15399,-17345,-67010,12431,-21785,-65919,20388,-15604,-65824,19961,-15396,-65322,19013,-15486,-65044,18507,-15744,-65360,20244,-14890,-65090,19984,-14982,-65164,21564,-14146,-64751,20289,-14868,-64159,21467,-14586,-63643,19891,-15968,-63121,20468,-16015,-62879,20516,-16130,-65605,20160,-15047,-65779,21657,-14508,-65777,20955,-14855,-65512,19137,-15482,-65769,18852,-15788,-66452,20335,-16859,-66121,20130,-16650,-66208,19155,-17228,-66448,19730,-17208,-66714,19907,-17178,-66769,19171,-17633,-66710,18534,-17996,-66406,18801,-17706,-66025,17208,-16944,-65906,17192,-16696,-65749,16497,-16879,-65991,15682,-17440,-66118,16674,-17933,-66115,17941,-17487,-65959,18260,-16298,-66155,17865,-17895,-66448,18208,-18115,-66293,18151,-18008,-66612,17513,-18635,-66434,16454,-19301,-66170,16057,-19302,-66168,15567,-19554,-66312,14601,-20359,-66141,13126,-20703,-66130,14189,-19797,-66144,13024,-19800,-66106,12133,-19360,-66118,13172,-20273,-66111,13090,-18854,-66115,13836,-18646,-66112,14525,-18790,-66127,15894,-18544,-66133,15260,-19447,-66139,16515,-18866,-66130,17082,-18295,-66075,16041,-17927,-66061,15884,-17527,-66017,13963,-18211,-66085,14896,-18074,-66225,13540,-20854,-66155,14582,-20028,-66239,16498,-19142,-66268,15472,-19821,-65780,14841,-17626,-65996,14798,-17839,-65769,17641,-16360,-65783,19517,-15511,-66003,20123,-16234,-66051,19086,-16696,-65936,8767,-20227,-64136,9419,-20707,-63376,10062,-20999,-62457,10596,-20815,-62664,10649,-20889,-63098,9373,-21318,-63410,8846,-21427,-63584,9629,-21101,-66065,10006,-20617,-63783,-1881,-22063,-63736,-2440,-22467,-63795,-3526,-22363,-63624,-2507,-21728,-63770,-2544,-22112,-59823,-996,-22540,-59385,377,-22361,-58872,-655,-22878,-59293,-571,-22793,-59561,-1387,-22960,-60127,-3968,-23434,-60165,-5146,-23722,-60791,-5227,-23116,-61941,-5228,-22471,-61951,-7013,-23054,-62401,-6823,-22961,-63079,-7286,-23179,-62245,-8167,-23319,-62439,-5245,-22404,-62790,-4855,-22243,-62204,-4394,-22100,-63015,-3662,-21837,-63326,-4548,-22237,-63728,-3981,-22363,-63775,-5189,-22840,-63450,-4895,-24046,-63264,-4366,-24066,-63332,-4397,-24374,-63155,-3683,-23977,-63613,-3350,-23012,-63540,-2282,-22964,-63811,-3455,-22592,-63109,-656,-23705,-63761,-5136,-23393,-63102,-5282,-22476,-61821,-4187,-22114,-61534,-4970,-22502,-61380,-3255,-21995,-60986,-3530,-22364,-60871,-4657,-22849,-61146,-5134,-22777,-59953,-7590,-24296,-60408,-6828,-23849,-60100,-7017,-24127,-59710,-6220,-24114,-58857,-5781,-23750,-57865,-8245,-23416,-57176,-7252,-22574,-58481,-4827,-23474,-59822,-5422,-23960,-59348,-5380,-23945,-61373,-13461,-26196,-61847,-13230,-26166,-62334,-13343,-26119,-62276,-13052,-26246,-61329,-12638,-26567,-60636,-12155,-26792,-60989,-12396,-26650,-62396,-13344,-25809,-62054,-12839,-25505,-62662,-12539,-25464,-62741,-12799,-25988,-62730,-12375,-26123,-62970,-11406,-26110,-63258,-11672,-25974,-64146,-10780,-25681,-64136,-10963,-25396,-63680,-11382,-25243,-64333,-10110,-24824,-64750,-9241,-24996,-64749,-9222,-25711,-64971,-8101,-25816,-64114,-8766,-26060,-63869,-8329,-26255,-64948,-7061,-27110,-64845,-7745,-27544,-65212,-8017,-28012,-65166,-9468,-29228,-65239,-8928,-29294,-65585,-7027,-27913,-65304,-8503,-28598,-65468,-7913,-28628,-65594,-6452,-27269,-64925,-6726,-26711,-64804,-6942,-26259,-64707,-7249,-26131,-64569,-7643,-26071,-65276,-8004,-25325,-64329,-8462,-24550,-64206,-9114,-24451,-63881,-10132,-24506,-63790,-9281,-24109,-63959,-8553,-23983,-64123,-8091,-24071,-63853,-7142,-23484,-64176,-6965,-24453,-64591,-7507,-24739,-64806,-6526,-24808,-65516,-4883,-24618,-65278,-2825,-24321,-65762,-2907,-24305,-65611,-3457,-24375,-65893,-4684,-24628,-66369,-3538,-25018,-65939,-5382,-24920,-65727,-6147,-25126,-65453,-6518,-24985,-65332,-7197,-25131,-65578,-6750,-25284,-65178,-6707,-25965,-65493,-6857,-25577,-65056,-7177,-25894,-65036,-8101,-25088,-65883,-5790,-25308,-65897,-5318,-25721,-65260,-7791,-25625,-65152,-8447,-25606,-66174,-3407,-24542,-65915,-3684,-24471,-64023,-6653,-23888,-64220,-6408,-24628,-63889,-5993,-24531,-64402,-5520,-24747,-64900,-5275,-24734,-63663,-4510,-24802,-63546,-4759,-24732,-63357,-3128,-24563,-63415,-1674,-24448,-63366,-403,-24228,-63154,-1117,-24219,-63615,-5350,-24555,-63618,-5447,-24172,-64154,-5909,-24694,-64053,-6554,-24353,-63804,-6412,-23202,-62936,-6850,-23008,-62463,-6027,-22665,-63408,-6096,-22808,-63730,-5948,-22981,-63881,-5943,-23468,-63802,-5721,-23781,-63101,-5829,-22631,-64092,-7308,-23976,-62886,-12558,-25665,-63396,-11827,-25771,-63606,-11618,-25548,-62493,-12059,-25115,-61871,-12022,-24989,-63068,-12177,-25420,-65377,-6145,-26551,-65704,-6227,-25512,-64241,-7672,-26348,-65084,-8806,-25330,-64014,-10745,-25763,-64464,-9995,-25701,-62862,-9045,-26659,-63706,-8475,-27552,-64573,-8329,-27771,-64250,-9379,-28163,-64709,-10097,-28786,-64789,-10348,-29085,-64354,-10731,-28970,-64061,-11457,-29317,-63790,-11559,-29201,-63254,-12353,-29503,-62909,-11587,-28970,-62630,-12367,-29323,-62497,-11474,-28776,-61647,-12243,-28865,-61230,-12291,-28678,-63979,-10690,-28717,-62848,-10711,-28395,-62413,-10483,-28135,-63031,-9161,-27651,-64330,-9934,-28405,-63544,-10391,-28381,-63063,-10153,-28219,-63474,-9129,-27905,-62299,-9794,-26956,-61584,-10689,-27429,-61534,-10959,-27795,-60941,-11685,-27928,-60624,-12306,-28070,-60277,-12206,-27679,-60494,-11801,-27215,-59831,-12728,-26971,-59876,-13202,-26817,-60096,-14052,-26796,-60352,-14854,-26744,-58199,-15130,-26846,-58099,-15724,-26593,-59001,-14935,-26679,-58381,-15706,-26483,-60656,-13684,-26732,-61704,-13036,-26435,-60973,-11515,-26873,-60307,-12803,-26743,-62002,-11215,-28421,-62168,-10111,-27547,-62148,-10386,-27857,-63472,-10894,-28608,-63318,-8587,-27163,-61976,-12076,-26398,-60966,-14218,-26621,-61414,-13522,-26521,-60389,-16765,-26187,-60435,-16723,-25789,-60611,-16211,-25919,-60654,-16356,-26086,-57908,-22718,-28125,-58202,-24355,-27109,-57419,-32201,-22505,-57254,-32459,-22443,-57483,-32932,-22346,-57296,-33331,-22420,-57599,-33575,-22245,-57510,-32178,-22686,-57894,-32638,-23513,-57644,-32036,-23445,-57103,-31629,-22639,-56705,-33396,-22830,-56569,-34262,-22995,-56584,-34671,-23257,-57429,-34045,-22551,-60681,-38760,-22591,-61262,-37886,-21524,-61557,-37516,-21410,-61630,-37568,-21007,-62335,-36268,-21252,-63079,-34807,-21992,-63715,-33346,-22424,-63644,-32256,-23490,-63567,-33168,-23202,-62739,-34991,-22518,-62337,-35767,-22145,-61791,-35821,-21973,-61790,-36204,-21935,-61682,-36465,-22327,-61567,-36742,-22602,-61572,-36608,-21943,-61020,-38625,-22921,-60559,-38322,-22075,-60593,-37925,-21743,-60904,-37524,-21589,-60958,-37677,-22575,-60884,-37525,-22065,-62022,-36778,-21416,-62298,-36209,-21783,-62076,-36195,-21853,-61693,-36552,-21740,-61862,-36807,-21601,-61138,-37124,-21616,-60874,-37349,-21734,-61515,-37093,-21572,-62598,-35601,-22063,-63425,-33704,-22949,-63332,-34217,-22475,-63083,-34081,-22876,-62446,-35950,-21030,-61935,-36923,-20611,-61412,-37996,-20319,-61450,-38026,-20735,-60021,-39434,-20127,-59785,-39719,-19813,-59651,-39682,-20471,-61204,-37946,-18397,-61566,-37307,-19370,-61888,-36538,-19785,-61782,-35500,-19870,-62014,-36585,-20345,-62217,-36015,-20435,-61586,-36950,-19031,-60627,-38933,-19281,-60855,-39511,-20889,-61106,-38764,-20558,-61027,-39263,-21110,-61477,-37874,-21287,-60917,-39381,-21846,-61262,-38656,-21359,-60717,-43933,-23583,-61103,-42608,-21713,-60565,-43304,-20729,-60554,-43568,-21193,-58386,-45077,-14031,-58231,-45207,-14796,-58080,-45549,-13769,-58719,-44447,-15416,-57496,-47254,-18991,-58400,-47098,-21310,-58296,-46868,-20549,-59290,-45423,-20418,-59047,-46242,-21503,-59688,-45111,-21031,-59599,-45590,-21909,-59709,-45600,-22431,-60026,-45134,-22825,-60318,-44712,-23371,-59925,-45697,-24049,-60117,-45355,-24477,-60614,-44255,-24343,-60747,-44003,-25995,-61395,-42742,-27089,-61244,-42892,-26344,-61785,-41707,-27050,-61892,-41054,-25454,-62224,-39396,-25320,-62524,-38431,-27019,-61385,-42421,-24082,-60957,-43442,-25352,-61393,-42427,-25475,-58763,-46071,-20224,-55598,-53035,-8912,-54238,-53610,-11713,-52831,-59908,-19186,-51863,-59909,-16256,-51872,-59250,-16270,-53988,-59909,-21728,-52945,-59905,-23179,-53136,-59910,-24156,-53387,-59118,-25082,-53293,-59901,-24943,-53179,-59907,-23516,-53133,-59398,-23990,-52797,-58516,-21951,-52598,-57809,-20608,-52539,-57626,-20204,-52268,-57681,-18807,-52356,-57560,-18729,-52206,-57593,-18031,-52493,-57401,-16479,-52312,-57546,-16590,-52346,-57532,-15710,-52291,-57523,-14816,-52782,-56884,-14830,-52696,-56615,-13577,-52183,-57049,-12555,-52422,-56716,-12832,-52193,-56605,-11892,-52752,-56096,-12837,-52808,-55656,-12258,-53244,-55915,-14866,-53078,-55634,-16850,-53125,-54884,-18319,-53034,-55716,-19329,-53198,-56322,-20528,-54026,-54363,-20824,-53679,-54956,-20623,-53497,-54482,-19608,-53308,-55349,-19976,-53678,-56378,-21741,-53488,-57118,-21897,-53731,-57308,-22966,-53334,-56301,-20934,-53012,-57201,-20326,-52947,-56179,-19259,-52958,-55795,-18525,-52898,-56292,-17512,-52794,-57412,-19506,-52698,-57696,-20985,-52803,-57586,-21031,-52915,-57633,-21917,-53057,-57641,-22536,-53080,-57775,-22928,-53288,-57685,-23618,-53309,-57868,-24065,-53001,-58266,-22864,-53276,-57044,-21235,-53232,-57408,-21414,-53483,-57462,-22399,-53131,-57533,-21729,-52537,-58314,-20471,-52372,-57581,-19226,-52678,-57388,-18623,-52637,-57376,-18338,-52806,-56864,-18274,-53025,-57450,-20723,-52915,-57025,-19613,-52901,-56263,-18462,-52903,-56506,-16204,-52775,-56930,-15552,-52755,-56889,-17388,-52968,-56177,-16635,-53427,-55403,-14895,-53228,-55769,-15718,-53310,-55011,-16226,-53140,-54758,-17450,-53290,-54403,-18504,-53270,-54870,-19322,-53466,-54143,-18898,-53290,-54271,-17744,-53602,-53630,-18125,-54071,-52775,-17123,-53513,-54756,-15467,-53675,-54083,-15794,-54132,-53043,-15585,-51917,-57646,-16028,-51835,-57804,-16065,-51854,-58392,-16193,-51937,-57677,-16599,-52087,-57645,-17532,-52130,-58871,-17945,-51739,-57835,-15396,-51691,-57713,-14787,-52077,-57850,-17645,-52505,-57463,-17239,-63411,-59913,-28191,-94082,-57379,-12908,-94669,-59908,-18378,-94488,-57287,-19577,-93598,-56602,-19175,-93719,-56940,-18590,-93516,-56530,-18081,-93661,-57008,-17212,-93721,-57022,-18086,-93364,-56097,-17858,-93296,-55933,-18566,-93475,-56471,-17377,-93609,-56899,-16438,-92149,-53907,-19985,-92333,-56294,-23712,-91618,-55827,-24610,-91670,-55265,-24108,-91105,-55465,-25384,-90581,-55331,-26288,-90198,-55192,-26877,-86604,-56295,-32195,-85052,-55080,-32615,-84396,-54963,-33063,-83747,-55981,-34027,-83255,-55321,-33960,-83057,-55986,-34503,-82790,-55390,-34283,-81863,-55956,-35084,-80782,-55207,-35009,-80089,-54686,-34822,-79929,-55684,-35530,-79185,-54554,-34897,-77180,-53658,-34759,-78567,-53578,-34426,-79273,-52745,-33850,-77223,-54062,-34976,-79452,-53908,-34388,-80121,-53218,-33865,-80440,-54105,-34272,-78616,-54169,-34753,-82327,-57648,-36578,-82352,-57746,-36728,-81302,-58336,-36918,-75957,-57687,-37635,-76186,-57806,-37678,-77417,-57762,-37506,-77057,-57665,-37407,-76987,-57859,-37567,-80411,-57777,-37073,-79746,-58226,-37154,-79500,-57731,-37183,-79133,-57637,-37037,-78938,-57726,-37236,-78558,-58074,-37337,-78356,-57700,-37298,-77984,-57551,-36858,-76014,-56833,-36861,-77739,-56642,-36589,-76142,-56427,-36669,-74728,-56915,-37039,-73681,-56375,-36881,-73257,-56142,-36852,-73080,-56849,-37307,-71165,-55939,-36976,-72085,-54281,-35815,-70768,-54479,-35976,-69936,-54751,-36072,-69651,-51678,-35325,-70608,-51636,-35388,-71233,-54773,-36177,-70761,-56235,-37181,-69809,-56280,-37062,-69381,-55846,-36755,-68801,-54866,-36105,-69328,-55035,-36183,-70502,-55156,-36446,-70493,-55834,-36897,-74374,-56342,-36768,-75820,-56124,-36531,-74657,-55766,-36504,-74165,-55020,-36218,-74116,-54433,-35912,-72865,-55032,-36224,-72511,-53565,-35431,-71022,-54034,-35754,-70262,-53088,-35461,-70190,-53733,-35646,-77881,-57377,-36751,-78747,-56600,-36428,-78978,-56928,-36463,-80151,-57421,-36231,-81174,-56977,-35733,-81275,-57362,-35887,-81788,-57527,-35912,-80165,-56451,-35871,-78340,-57445,-36681,-79030,-57438,-36548,-79698,-57341,-36350,-79716,-57550,-36503,-78663,-57557,-36779,-80655,-57624,-36854,-81142,-57683,-36906,-81545,-57622,-36716,-81395,-57828,-36921,-78552,-55827,-36056,-77916,-55303,-35723,-77922,-54705,-35337,-78521,-55290,-35571,-79320,-56463,-36241,-79044,-56080,-36127,-80136,-55919,-35622,-80676,-56353,-35671,-79418,-55230,-35293,-76550,-55979,-36362,-76137,-55474,-36155,-76959,-54751,-35596,-77074,-55404,-35879,-77264,-55901,-36206,-75862,-54852,-35929,-74893,-54333,-35810,-75102,-53527,-35325,-75245,-51685,-34513,-75238,-52274,-34693,-74571,-53528,-35388,-74661,-52837,-35060,-74688,-52152,-34765,-72778,-51509,-35041,-71123,-52289,-35326,-70459,-52681,-35401,-70935,-51262,-35335,-71308,-49856,-34816,-71705,-51456,-35275,-72343,-50656,-34958,-72836,-49403,-34375,-73376,-51090,-34793,-72379,-49434,-34500,-71785,-49412,-34612,-72248,-50178,-34803,-72183,-48643,-34347,-73605,-53023,-35152,-72934,-52888,-35133,-73042,-52168,-35005,-72206,-52706,-35173,-72143,-53214,-35310,-71016,-53453,-35544,-71011,-52916,-35399,-74169,-52264,-34866,-73578,-52046,-34883,-74026,-51632,-34722,-75081,-55194,-36215,-76080,-54510,-35690,-76475,-53581,-34881,-75706,-53630,-35216,-77644,-51937,-34009,-75975,-50670,-34089,-76436,-51697,-34246,-75946,-52469,-34598,-86037,-57554,-33418,-85347,-57487,-33838,-85842,-56050,-32535,-84069,-56986,-34349,-83254,-57480,-35241,-82855,-57526,-35526,-82078,-57427,-35652,-81948,-56747,-35366,-82644,-56639,-35003,-81167,-55998,-35366,-83286,-57707,-36558,-83759,-57845,-36514,-84976,-57625,-35541,-85039,-57784,-35732,-84578,-59129,-36324,-82853,-59909,-36640,-83749,-59931,-36491,-82862,-58680,-36662,-81976,-59907,-36751,-81828,-59075,-36802,-84462,-58189,-36374,-83223,-57923,-36609,-84649,-57898,-36251,-84380,-57681,-36301,-84346,-57636,-36036,-83119,-57614,-36075,-85656,-57592,-34562,-84775,-56188,-33424,-82768,-57243,-35285,-83686,-56914,-34542,-86116,-56969,-32871,-86159,-57467,-33076,-87803,-57558,-31758,-87895,-57674,-31837,-86522,-58706,-33673,-86258,-59932,-33921,-85760,-59007,-34741,-85961,-58207,-34470,-85736,-57688,-34715,-84588,-57330,-34260,-84797,-57071,-33917,-85078,-57545,-34360,-86452,-57862,-33788,-86326,-57625,-33803,-86803,-57610,-33193,-86665,-57513,-32604,-87242,-57578,-32456,-86622,-57374,-32541,-87256,-57465,-31870,-87786,-57463,-31268,-86861,-56813,-32158,-87745,-57233,-31208,-87353,-57666,-32556,-84411,-57594,-35332,-85311,-58305,-35358,-87181,-58438,-32817,-87634,-57999,-32236,-88402,-57732,-31190,-88528,-56814,-30163,-88680,-57333,-30006,-88946,-57294,-29608,-88550,-57472,-30546,-88695,-57701,-30764,-89090,-57518,-30025,-89458,-57515,-29495,-89275,-57717,-29917,-88175,-57363,-30652,-88314,-57529,-31072,-85842,-55563,-32197,-83916,-54687,-33208,-83414,-54191,-33161,-81964,-54854,-34232,-81077,-53502,-33739,-82357,-53468,-33114,-82999,-53898,-33166,-82538,-53195,-32689,-83569,-53463,-32471,-84557,-53486,-31835,-83857,-53829,-32673,-85664,-53267,-30703,-82205,-53766,-33398,-80651,-52955,-33507,-83778,-55475,-33709,-83362,-55126,-33764,-81773,-55367,-34762,-84863,-53626,-31743,-84468,-54221,-32535,-85246,-54399,-32005,-78284,-50846,-33513,-79060,-45531,-31789,-78869,-45017,-31742,-78848,-44575,-31614,-78196,-43265,-31318,-79297,-40126,-29524,-80251,-37949,-27827,-81626,-35618,-25778,-81906,-36506,-25604,-82221,-37226,-25643,-82018,-37346,-25515,-82237,-37599,-25508,-82526,-38475,-25559,-83338,-38979,-25640,-83362,-38685,-26203,-83782,-38915,-26238,-84257,-39198,-26043,-84838,-39431,-25772,-84192,-39642,-25241,-85054,-40237,-24639,-84158,-39988,-24740,-83994,-39822,-25012,-83865,-40003,-25165,-84118,-40453,-25363,-82473,-38749,-26063,-82283,-38003,-25530,-82660,-38348,-25500,-82519,-37814,-25697,-82941,-38390,-25832,-82054,-36152,-26311,-83091,-38041,-26521,-83388,-38504,-26403,-84002,-38566,-26547,-84729,-36993,-27684,-84362,-37642,-27167,-83708,-37643,-27012,-81140,-35839,-25623,-81646,-37317,-25874,-81771,-36613,-25490,-94204,-57206,-18638,-94564,-57338,-18148,-94445,-57276,-17433,-93949,-57141,-19642,-94045,-57216,-20451,-94658,-57325,-20438,-94021,-57259,-22696,-94002,-57387,-23103,-93535,-57373,-23686,-93664,-57666,-23713,-93166,-57516,-24323,-93116,-57288,-24042,-92435,-58166,-25516,-91714,-58635,-26584,-91490,-59372,-26888,-90148,-57515,-28549,-89564,-58247,-29617,-90839,-58324,-27815,-91008,-58781,-27608,-90012,-58733,-29010,-90422,-59290,-28416,-89156,-59925,-28775,-90408,-59925,-28368,-90410,-59933,-27422,-91179,-59927,-27292,-91805,-59916,-26397,-90001,-59909,-28933,-86603,-59928,-31148,-88414,-59917,-31048,-90705,-57474,-27673,-91100,-57425,-26977,-91331,-57578,-26886,-91669,-57452,-26265,-90857,-57287,-26858,-92407,-59388,-25572,-93694,-57137,-15458,-92131,-51142,-16068,-91761,-50768,-17335,-91848,-50261,-16538,-91880,-49910,-15962,-91432,-49521,-17377,-91136,-49870,-18931,-91095,-48413,-16594,-91207,-48381,-15568,-91662,-50063,-17122,-92019,-52062,-17355,-91590,-50433,-17753,-91844,-51502,-17722,-91841,-52215,-18388,-91464,-51623,-19427,-91197,-51179,-20166,-90985,-50375,-20028,-93222,-56054,-21023,-92139,-50765,-15610,-91799,-49531,-15441,-90941,-48061,-13264,-90384,-47226,-13161,-90728,-47727,-12235,-90607,-47680,-11646,-90207,-47195,-11951,-90952,-47984,-14400,-91871,-49952,-13637,-91528,-49310,-13204,-92134,-50680,-13077,-92016,-50713,-12170,-91290,-48699,-13662,-90890,-48006,-12438,-91522,-49810,-11344,-91405,-49466,-11120,-90904,-48633,-9921,-90821,-48741,-9355,-90692,-48946,-8500,-91120,-49050,-10342,-91414,-49776,-10184,-91353,-50077,-9331,-90932,-49519,-8683,-90709,-49939,-7673,-85548,-43962,-9216,-87824,-50528,-4152,-88816,-50826,-4924,-89654,-51325,-5594,-90611,-51565,-6684,-90501,-50796,-6865,-90165,-50816,-6396,-90419,-50223,-6978,-91021,-50218,-8180,-91248,-50421,-8651,-91570,-51196,-8973,-90733,-52282,-6475,-91342,-52629,-7267,-91399,-52298,-7667,-91979,-51856,-9429,-91003,-52756,-6583,-91400,-53086,-7200,-91511,-53795,-6992,-91994,-54198,-7867,-92368,-54011,-9056,-87585,-52197,-2060,-89041,-50243,-5456,-89318,-50783,-5452,-89937,-50302,-6282,-88104,-51876,-3219,-88042,-51131,-3823,-87466,-51725,-2413,-86994,-51686,-1708,-86805,-52109,-1114,-90795,-51015,-7269,-91137,-51549,-7651,-91545,-51870,-8365,-91635,-50866,-9593,-92305,-51522,-11509,-92589,-51928,-12219,-93467,-57809,-7543,-92997,-53692,-11859,-92986,-54510,-10807,-91925,-53844,-8031,-92069,-53206,-8760,-91762,-52689,-8230,-87025,-43695,-15684,-86512,-43087,-16076,-91280,-48789,-12597,-87064,-45956,-9947,-89378,-48270,-7596,-89851,-48736,-7355,-89145,-48546,-6875,-88759,-48731,-6308,-87391,-43848,-13783,-87097,-43512,-13291,-87151,-43617,-13010,-87598,-44287,-12706,-88063,-44906,-12983,-84195,-51638,1612,-83477,-52118,2606,-84579,-50600,120,-82435,-51765,2799,-82839,-52847,3636,-83682,-51441,1750,-82939,-52170,3004,-83339,-53139,3571,-82437,-51203,1898,-82880,-51254,1902,-81631,-51140,1870,-82404,-57134,5302,-82841,-56653,5046,-81409,-57095,5814,-82082,-48643,387,-81962,-49149,799,-81204,-48821,1162,-81223,-49910,1703,-81606,-49492,1261,-81870,-50181,1290,-81473,-47716,114,-82058,-47954,-172,-80989,-47239,-8,-80681,-47665,600,-79418,-47254,758,-81217,-48240,766,-83765,-43743,-7281,-81575,-43334,-5697,-81705,-43051,-6241,-80795,-42692,-5953,-79609,-42207,-5499,-84100,-43241,-8384,-84626,-43473,-8677,-83067,-42494,-8309,-82197,-42462,-7522,-81273,-41979,-7361,-83844,-42600,-8983,-83414,-43151,-7739,-82967,-43252,-7135,-82305,-43306,-6428,-76390,-38327,-8288,-76399,-37598,-8783,-76521,-36563,-9322,-77320,-36764,-9025,-76831,-36424,-9482,-77826,-36718,-9743,-78018,-36670,-9945,-78299,-36069,-10133,-79756,-35805,-10370,-82158,-35635,-10579,-81956,-34939,-10393,-82269,-34908,-10491,-75498,-37184,-9289,-75220,-36301,-9248,-75071,-35934,-9326,-73911,-35234,-8382,-73500,-35000,-8001,-73355,-35272,-8186,-73259,-35008,-7752,-73092,-34660,-7328,-73177,-34389,-7595,-72921,-33684,-6387,-72945,-33445,-6728,-72678,-33262,-5623,-72209,-32611,-4706,-72045,-32780,-4577,-71382,-33282,-3691,-70773,-32854,-3266,-70043,-34487,-2467,-71554,-32716,-3964,-73035,-33794,-6978,-72940,-34377,-6821,-72801,-33806,-6183,-72453,-34015,-6161,-72377,-33496,-5707,-72532,-34372,-5003,-72526,-34697,-5536,-72289,-35512,-5231,-72099,-36207,-4879,-72158,-36685,-5034,-71899,-36515,-4009,-71705,-37772,-3160,-71283,-38551,-2096,-71191,-35672,-2693,-70857,-34653,-2779,-70725,-33765,-2991,-70377,-34163,-2664,-71079,-33817,-3250,-71502,-34333,-3557,-71784,-34669,-3896,-72093,-35300,-4501,-72313,-34757,-4632,-71842,-33582,-4154,-71224,-36806,-2403,-71240,-37921,-2143,-71725,-36992,-3259,-72572,-34958,-6540,-73047,-35368,-8320,-72783,-34931,-7411,-72624,-34829,-7046,-72492,-35847,-6360,-72436,-36640,-5972,-72380,-37592,-5634,-72276,-37196,-5393,-72132,-38288,-5198,-71913,-39310,-5455,-72549,-39485,-6552,-72852,-39594,-7527,-73133,-39329,-8139,-73151,-39168,-8339,-73428,-38734,-8023,-73503,-37306,-8925,-73161,-37853,-9386,-74588,-37299,-9279,-75127,-37781,-8739,-75139,-37297,-8793,-74768,-37955,-9107,-72494,-34181,-5669,-72456,-35429,-6032,-72717,-35127,-7516,-72835,-35402,-8160,-75889,-37205,-9092,-75646,-36352,-9581,-77921,-38590,-8430,-76765,-38408,-8188,-77332,-37984,-8077,-77848,-37447,-7975,-76834,-37766,-8511,-78104,-37033,-8061,-77931,-36759,-8717,-78058,-36719,-8922,-78813,-36810,-8146,-79252,-37045,-8094,-79526,-37327,-8468,-79569,-37419,-8173,-79658,-37685,-8686,-79199,-37329,-9227,-79589,-37673,-9278,-78678,-37124,-9518,-78018,-36764,-9291,-77589,-36633,-9192,-77228,-36990,-8871,-78918,-36971,-7954,-78405,-36903,-7939,-77338,-48802,2470,-77475,-49297,2656,-77024,-49731,2887,-76097,-49367,2988,-76697,-49025,2705,-73394,-50014,4175,-68944,-46853,3246,-69757,-46556,3068,-70499,-46614,3067,-66534,-46706,2594,-66101,-47017,2749,-65627,-47207,2713,-65549,-48979,3810,-64987,-49368,3776,-65852,-46560,2248,-66419,-46355,2225,-66075,-46358,2124,-66129,-45940,2576,-67790,-47070,3144,-67321,-45740,1808,-67575,-45985,2047,-68466,-45680,2577,-68544,-46048,2316,-68666,-44438,3051,-69146,-43902,2290,-69799,-43264,1282,-69947,-42703,849,-69448,-42494,1010,-69012,-43380,2009,-69285,-43089,1557,-69824,-44317,1816,-70046,-44161,1311,-70414,-43990,582,-70841,-43100,-82,-70961,-42610,-541,-70781,-43641,60,-70961,-43712,-672,-82869,-40696,-10197,-82397,-40423,-9837,-82321,-39821,-10350,-82135,-39240,-10713,-83551,-39897,-12035,-82669,-39722,-10933,-83041,-40335,-10847,-82998,-39111,-12077,-82512,-38700,-11784,-81109,-38184,-10582,-81434,-37607,-11066,-81278,-38837,-9950,-81471,-39140,-10080,-81509,-38737,-10372,-81926,-38680,-11033,-81799,-38260,-11045,-81926,-37824,-11355,-82022,-37557,-11367,-81993,-37997,-11746,-81766,-37143,-11975,-80691,-33452,-8940,-80276,-33097,-9014,-80135,-33262,-8717,-79462,-32083,-9222,-79702,-32838,-9717,-79818,-33834,-8984,-80164,-33978,-9019,-79287,-33545,-9040,-79167,-34065,-9121,-79651,-34345,-9015,-79131,-34689,-9078,-78765,-34547,-9210,-78828,-35269,-9194,-79471,-35696,-10236,-78885,-35924,-10240,-78765,-33178,-9263,-78458,-32856,-9620,-79279,-32966,-8856,-78578,-32402,-9379,-78684,-31824,-9595,-78502,-31597,-11005,-78386,-32129,-12048,-78194,-31974,-12735,-78143,-31529,-12817,-77987,-31411,-12178,-78099,-32624,-11985,-77916,-33320,-11281,-77899,-32904,-12063,-77760,-33378,-11514,-77462,-32876,-11553,-77040,-33422,-10632,-76484,-33398,-10093,-76715,-33810,-10023,-76387,-33962,-9587,-75712,-34241,-9095,-77151,-35023,-9131,-76578,-34361,-9228,-76489,-34845,-8947,-77385,-35239,-9033,-78053,-35071,-9296,-78318,-34508,-9549,-78129,-35640,-9044,-78913,-35548,-9496,-77633,-35726,-9017,-77831,-36043,-9781,-77241,-36429,-9955,-76779,-36163,-9993,-76447,-36246,-9750,-76326,-36046,-9946,-75689,-35947,-9866,-75328,-36107,-9710,-74681,-34735,-10242,-74812,-34027,-10265,-74668,-33421,-10385,-74423,-33220,-10494,-74660,-32740,-10513,-74812,-31572,-10637,-74928,-32131,-10443,-75286,-31579,-10337,-75160,-33577,-9400,-74924,-33381,-10008,-75034,-34186,-9778,-75147,-34219,-9381,-75985,-33799,-9467,-75766,-33104,-9274,-76014,-32467,-9240,-76659,-31488,-9426,-77076,-30857,-9623,-76786,-30195,-9433,-76514,-30332,-9439,-76668,-29268,-9651,-77109,-27675,-9863,-76829,-28191,-10047,-76364,-28956,-10370,-77245,-30954,-9887,-75929,-31286,-9431,-75597,-31802,-9516,-75115,-32562,-9986,-75604,-31495,-9937,-75782,-30809,-10242,-74498,-31284,-10519,-74559,-32016,-10569,-74269,-31378,-10326,-74302,-32363,-10228,-74117,-33663,-9570,-74396,-34533,-9710,-74286,-34767,-9409,-74598,-35088,-9233,-74438,-32568,-10470,-74360,-33415,-10321,-74466,-33997,-10290,-74604,-33711,-10420,-74716,-34446,-10366,-76507,-33009,-10182,-77126,-32977,-10942,-77145,-32434,-10903,-78018,-30945,-11839,-78434,-30047,-12572,-78625,-29679,-13124,-78858,-28423,-13852,-79003,-27856,-14112,-78911,-27860,-14743,-78964,-26901,-15062,-77658,-33086,-11775,-77836,-32554,-12270,-77465,-32141,-11434,-76490,-32535,-10140,-77322,-31807,-10838,-77567,-30527,-10193,-76529,-32188,-9999,-77053,-31555,-10257,-77354,-31067,-10522,-77591,-30263,-10819,-77967,-29408,-11127,-77937,-29396,-11807,-77985,-29445,-12068,-77802,-30157,-11570,-77522,-31179,-11023,-77786,-29879,-11414,-78021,-30168,-11962,-77726,-30007,-10006,-77391,-30354,-9760,-75366,-34335,-9138,-76097,-35353,-9433,-76804,-35720,-9410,-77416,-35978,-9615,-77169,-35649,-8976,-77155,-35378,-8910,-77656,-35484,-8928,-76374,-35245,-9000,-75884,-34850,-9092,-75268,-34840,-9804,-75036,-34799,-10194,-75122,-35287,-10213,-75825,-35678,-9960,-76330,-35867,-9821,-77164,-36202,-9990,-75184,-35616,-10047,-77729,-33653,-11142,-77396,-33742,-10759,-78036,-33098,-10806,-77916,-31774,-12081,-79532,-30752,-11007,-79380,-31169,-10665,-79443,-31242,-10995,-79378,-32036,-10757,-79304,-31254,-10144,-79009,-31117,-10411,-79249,-31745,-9602,-79122,-31919,-9940,-79347,-32358,-10282,-79401,-32631,-9452,-79172,-32201,-9685,-78752,-31919,-9204,-78907,-32046,-9074,-79087,-32547,-8917,-83622,-45954,-4481,-83586,-44351,-6360,-84479,-44202,-7590,-84361,-45027,-6655,-82410,-43878,-5738,-79688,-42676,-4823,-80747,-43335,-4833,-79132,-42816,-4114,-84047,-39881,-12940,-82588,-36883,-13527,-82802,-36874,-12940,-82767,-37121,-13386,-81948,-37344,-12346,-82147,-37060,-12359,-82243,-36814,-11935,-82283,-37432,-12744,-81945,-33113,-12440,-80602,-33818,-11888,-80629,-33800,-11465,-82878,-33751,-12507,-82563,-34171,-12490,-82533,-33558,-12198,-82595,-33939,-12061,-81830,-33451,-12259,-79637,-31762,-14122,-78824,-31599,-13542,-78682,-31719,-13251,-79116,-31732,-13182,-79971,-31908,-13709,-79943,-31655,-13392,-79656,-31870,-13829,-80298,-32088,-14072,-81210,-32517,-14698,-81081,-31671,-16325,-80715,-30791,-16799,-80702,-30459,-17092,-80691,-29599,-17753,-80651,-29757,-17477,-80428,-30148,-16960,-79852,-30168,-16244,-79572,-30554,-15524,-79450,-31031,-14849,-79031,-31078,-14239,-79452,-31500,-14299,-79874,-31419,-15044,-80217,-31214,-15687,-80279,-31717,-15192,-81341,-32616,-15676,-80764,-31889,-15621,-81137,-31667,-16656,-80812,-30631,-17183,-80724,-30591,-17528,-81875,-33548,-19249,-82194,-33833,-19016,-82613,-34379,-19330,-81820,-33497,-19558,-80139,-36513,-10384,-79370,-36275,-10360,-80049,-37040,-10317,-79111,-36761,-10198,-78961,-37031,-9951,-79903,-37409,-10103,-79907,-37679,-9907,-79727,-37861,-8263,-79568,-37897,-8218,-79377,-38546,-8507,-78843,-38725,-8573,-78012,-38210,-8600,-79325,-37450,-9684,-80357,-38187,-9619,-79882,-38338,-8699,-79873,-37953,-9324,-80921,-38937,-9321,-80332,-38827,-8811,-81021,-39211,-9479,-80094,-35272,-9998,-78486,-35155,-9068,-80948,-35229,-10359,-81737,-34724,-11635,-80959,-34859,-15313,-81307,-35336,-15382,-81588,-35875,-16666,-81952,-36544,-17066,-81812,-36048,-17376,-82104,-36698,-17895,-81620,-35659,-17291,-81429,-35712,-16140,-81182,-35247,-14562,-82186,-37702,-18458,-79205,-37218,-8147,-78585,-37450,-8378,-78848,-37875,-8624,-78041,-37968,-8538,-77446,-38192,-8175,-78215,-37209,-7918,-77161,-38608,-8323,-84201,-39900,-21939,-84662,-40375,-21699,-84556,-40472,-21593,-87821,-43842,-19801,-87732,-43610,-20213,-90364,-47518,-19220,-88512,-44503,-20676,-87444,-43981,-25701,-86970,-41199,-21990,-87330,-40708,-22992,-87102,-40245,-22900,-86521,-40030,-23023,-86688,-40576,-23107,-86598,-40746,-23047,-86993,-40799,-23250,-87784,-40976,-23759,-87699,-40686,-24157,-87839,-41041,-23421,-85794,-38901,-23051,-86151,-39621,-23039,-86050,-39602,-22542,-85639,-39719,-21865,-86139,-40477,-21840,-86769,-40729,-22060,-86652,-40930,-21329,-85851,-40566,-21658,-86023,-39942,-22020,-85639,-39165,-25677,-85578,-38536,-26386,-85175,-38048,-26935,-86115,-37922,-26842,-85257,-37064,-27703,-85394,-36391,-28102,-85742,-36785,-27800,-85962,-35919,-28186,-85772,-37466,-27323,-86166,-37297,-27279,-86550,-36535,-27125,-84945,-37705,-27211,-85110,-38911,-26181,-84571,-38982,-26250,-84705,-35103,-28623,-85100,-33604,-28957,-84622,-32366,-29137,-84110,-32064,-29445,-84287,-31368,-29283,-84551,-32807,-29245,-83869,-33885,-28736,-83232,-33418,-28726,-83924,-34351,-28584,-84333,-33411,-29097,-84630,-34174,-28880,-83902,-35241,-28345,-83913,-35591,-28231,-83267,-34329,-28283,-83250,-37616,-26831,-86364,-41838,-22468,-86340,-41780,-23043,-86158,-41572,-23714,-86726,-41489,-22938,-84850,-41156,-25318,-84688,-41488,-26638,-84533,-41704,-27080,-86111,-35728,-28118,-86373,-35619,-27754,-85060,-34862,-22552,-83766,-33676,-21547,-85533,-34002,-28662,-85175,-32579,-25357,-84940,-31822,-25144,-85341,-33020,-25221,-85688,-33327,-25672,-85290,-32752,-25600,-84862,-31608,-26810,-84550,-31282,-26194,-84301,-30735,-26115,-84405,-30982,-26675,-85453,-32363,-26834,-84582,-30691,-23538,-84704,-31655,-22949,-82627,-31354,-21053,-82142,-31367,-21145,-81368,-30672,-21188,-81796,-32944,-21512,-82184,-32970,-21384,-81951,-33756,-21556,-81629,-33822,-21512,-81312,-33927,-21267,-82499,-34175,-21491,-82599,-33570,-21270,-82263,-33851,-21476,-81397,-33424,-21386,-82098,-30435,-20869,-84125,-39538,-14139,-84397,-39862,-14608,-84003,-39281,-15048,-91473,-48890,-15788,-91492,-49193,-16528,-90419,-51514,-23498,-90183,-52302,-24577,-89614,-51972,-25329,-89082,-51428,-25813,-88375,-50896,-26393,-87552,-50950,-27228,-85165,-49630,-29055,-85175,-50557,-28896,-85705,-50700,-28561,-86343,-50630,-28092,-86109,-51019,-28304,-89190,-50807,-25292,-88692,-50118,-25891,-88762,-50660,-25849,-90844,-52383,-23322,-89385,-51241,-25197,-89840,-50874,-24066,-89613,-50431,-24250,-89324,-50373,-24877,-89527,-50092,-24314,-89466,-49440,-24416,-90888,-53205,-23832,-89357,-52497,-26123,-89242,-53387,-27036,-89933,-53487,-25910,-90522,-54923,-26087,-90502,-54116,-25371,-90865,-53814,-24358,-90517,-53177,-24576,-88911,-52150,-26557,-85611,-46889,-28537,-81544,-44213,-29964,-80226,-44210,-30833,-81238,-45143,-30442,-79424,-45028,-31474,-80044,-47140,-31531,-79892,-47735,-31759,-79649,-48735,-32193,-80597,-46334,-31043,-81206,-46426,-30738,-81922,-46807,-30396,-82111,-47549,-30385,-82584,-47907,-30158,-82025,-48588,-30521,-81304,-47436,-30848,-81427,-48276,-30874,-81004,-47780,-31082,-82226,-46269,-30123,-87509,-50219,-27166,-86803,-49681,-27872,-87850,-48112,-27199,-89019,-47106,-25316,-89067,-48063,-25489,-90755,-55771,-26232,-91784,-57022,-25011,-91894,-56614,-24612,-92346,-56953,-24099,-91231,-58102,-27219,-90629,-57750,-27985,-92195,-57387,-25447,-92908,-57841,-24785,-92480,-57570,-25259,-92071,-57916,-25964,-89660,-54942,-27574,-87853,-51234,-27159,-85901,-51835,-28859,-85732,-48986,-28701,-86050,-49880,-28407,-86573,-48591,-28193,-88274,-49916,-26418,-88042,-50361,-26612,-87749,-50673,-26948,-89254,-49826,-24958,-89085,-48897,-25443,-88380,-48909,-26518,-88779,-47748,-25958,-88885,-48410,-25864,-88448,-47871,-26485,-87997,-54859,-29758,-87577,-53317,-29144,-86710,-52784,-29449,-85924,-52406,-29518,-82411,-51474,-31132,-82022,-50848,-31200,-81989,-49698,-30707,-80935,-54206,-34196,-82720,-54583,-33717,-80773,-54823,-34731,-76231,-57551,-37124,-74899,-57760,-37887,-89043,-50130,-25358,-88715,-49471,-25937,-87286,-50555,-27332,-85264,-51710,-29204,-83848,-51860,-30301,-83035,-51679,-30721,-83064,-51216,-30363,-81241,-50204,-31607,-85269,-48453,-28955,-79069,-50933,-33184,-79557,-52097,-33396,-78850,-52357,-33796,-78512,-51843,-33732,-78062,-52647,-34137,-77433,-51121,-33874,-76963,-52730,-34435,-77486,-53056,-34441,-80898,-57520,-36136,-81217,-59906,-36840,-78036,-59922,-37231,-80636,-59920,-36910,-79771,-59183,-37082,-78532,-58861,-37275,-77211,-58251,-37517,-76053,-58150,-37702,-73786,-57879,-38046,-73186,-57670,-38048,-72345,-57703,-38195,-71844,-57834,-38329,-72537,-57798,-38222,-72714,-58487,-38140,-73693,-59910,-37836,-65763,-59914,-32283,-70073,-59920,-37275,-72664,-59915,-38018,-74767,-59920,-37694,-74274,-59051,-37844,-75016,-58502,-37810,-76085,-59072,-37597,-76515,-59921,-37452,-77509,-59935,-37303,-76964,-59923,-36400,-75233,-59916,-37191,-73321,-59920,-36354,-76925,-57495,-36918,-76195,-57414,-37011,-70257,-54291,-35858,-73623,-55680,-36550,-72656,-55550,-36527,-69247,-54467,-35820,-68066,-54302,-35825,-68173,-55888,-36909,-68221,-56343,-37146,-68221,-57522,-37546,-67604,-57668,-37600,-67243,-57658,-37602,-66167,-57269,-36681,-66480,-56566,-36605,-65479,-57046,-36111,-64922,-56201,-35463,-63126,-57483,-34679,-61896,-57425,-33748,-63010,-57615,-34735,-62833,-56960,-34355,-61451,-57117,-33331,-63714,-56741,-34879,-64586,-56976,-35497,-63791,-57491,-35151,-64858,-57612,-35984,-64471,-57847,-36681,-64588,-58092,-36849,-65252,-58075,-37364,-65712,-57942,-37704,-65773,-57781,-37490,-66619,-57950,-38339,-65827,-58936,-37782,-65574,-59368,-37587,-65163,-59937,-37244,-64487,-59941,-36741,-64658,-58688,-36918,-64560,-59199,-36835,-63516,-59926,-36004,-63462,-58788,-36009,-62255,-59105,-35079,-61442,-58780,-34447,-66101,-57820,-37889,-63867,-57640,-35395,-63403,-57678,-35267,-64086,-57758,-36124,-63866,-57923,-36294,-63624,-57773,-35941,-62732,-57977,-35446,-62227,-58107,-35068,-63269,-57924,-35842,-63072,-57775,-35564,-64937,-57441,-35903,-64950,-57693,-36306,-68535,-55792,-36803,-69242,-56504,-37126,-68965,-57487,-37537,-69462,-57121,-37449,-70039,-57488,-37599,-69673,-57599,-37739,-68265,-57628,-37724,-68639,-57718,-38339,-67847,-57795,-38564,-65259,-57773,-37010,-65238,-57867,-37281,-66049,-57610,-36786,-70910,-56954,-37546,-84643,-56722,-33799,-85100,-55750,-32884,-85346,-57681,-35254,-79188,-59923,-37090,-79743,-59925,-37022,-74880,-57401,-37207,-74049,-57017,-37198,-75378,-57550,-37288,-74430,-57528,-37395,-72427,-56483,-37219,-71377,-56608,-37387,-70604,-56692,-37426,-73708,-57449,-37415,-73487,-57549,-37598,-72365,-57522,-37641,-70814,-57576,-37791,-72158,-57402,-37535,-71765,-57010,-37511,-73968,-57716,-37971,-74269,-57629,-37755,-71844,-57635,-38082,-72426,-59022,-38127,-70897,-57655,-38191,-70480,-57806,-38508,-69926,-57777,-38536,-68998,-57917,-38733,-68272,-57932,-38784,-68936,-57773,-38564,-66961,-57769,-38335,-67477,-58683,-38847,-66758,-59905,-38413,-66530,-58760,-38282,-67440,-59905,-38830,-67357,-57944,-38765,-68446,-59179,-38756,-69502,-59909,-38598,-70611,-59922,-38420,-70554,-59017,-38466,-71473,-58266,-38367,-70025,-57943,-38599,-69660,-58645,-38613,-71068,-57478,-37633,-71031,-57776,-38446,-73131,-57425,-37482,-71402,-59919,-38267,-67123,-58785,-38671,-69046,-53833,-35560,-68317,-53591,-35534,-69107,-53173,-35422,-69224,-52067,-35330,-72364,-44512,-32776,-71913,-45054,-33067,-75049,-44460,-32513,-74770,-43246,-31836,-74294,-44031,-32315,-73512,-43751,-32239,-73054,-44566,-32713,-72420,-37119,-29800,-72350,-36462,-30220,-72016,-36026,-30543,-72148,-35831,-30951,-72426,-36054,-31234,-72883,-36580,-30967,-73073,-36502,-31962,-72806,-36225,-32347,-72623,-36215,-31978,-71538,-36279,-30349,-70889,-36868,-30430,-70496,-37481,-30542,-71190,-37484,-30345,-71520,-38159,-30369,-70342,-35533,-31212,-70879,-34939,-31367,-71628,-34132,-32180,-71675,-35025,-31525,-71429,-35336,-31089,-71158,-34876,-31387,-69887,-35378,-31593,-69790,-34019,-32633,-68559,-34809,-33349,-67890,-35574,-32094,-67523,-35860,-31597,-66487,-36868,-31463,-65898,-37334,-31358,-64662,-38145,-31446,-68646,-35710,-32595,-68956,-35797,-32277,-69124,-35486,-32419,-68508,-35543,-32894,-68200,-35371,-32970,-69498,-35395,-31964,-69448,-34790,-32556,-69855,-34710,-32098,-70267,-34291,-32100,-70970,-34120,-32005,-71772,-33403,-32782,-72652,-34139,-33661,-73120,-33787,-33861,-72881,-33950,-33938,-73117,-33217,-34218,-73186,-32883,-34602,-73238,-32324,-34825,-71758,-36105,-30400,-71917,-36664,-30016,-73333,-36746,-31567,-73507,-36854,-31436,-74124,-36874,-31437,-74526,-36863,-31399,-74547,-36871,-29971,-74073,-37066,-29428,-73789,-38319,-29567,-73794,-37259,-29282,-74907,-37330,-29173,-74464,-37078,-29257,-74577,-36874,-29470,-73715,-37026,-30240,-73426,-37074,-29809,-72734,-36871,-29800,-72861,-36694,-30448,-73358,-36923,-30552,-73049,-36975,-29838,-73877,-37013,-31233,-73018,-37248,-29546,-74051,-37016,-29951,-73200,-38181,-29643,-72437,-37727,-29804,-73273,-37556,-29419,-73285,-38729,-29866,-72528,-38408,-29996,-72112,-35252,-31782,-72073,-34626,-32265,-72873,-34196,-33605,-72205,-33487,-33123,-72422,-33241,-33534,-72626,-32587,-34040,-72829,-32604,-34513,-72627,-33475,-33921,-72891,-33204,-34378,-73324,-31868,-34845,-73007,-32251,-34883,-72707,-31932,-34719,-72918,-31649,-35072,-72256,-30226,-35325,-72625,-30232,-35474,-73059,-29515,-35050,-73199,-29758,-34938,-72987,-30388,-33115,-72900,-30283,-32379,-73165,-31636,-35137,-73276,-31267,-35208,-72974,-30675,-35509,-73005,-31135,-35349,-73116,-30371,-35571,-72965,-29867,-35616,-73173,-30290,-34601,-73138,-30691,-33993,-73180,-31749,-33306,-73187,-32150,-32529,-73271,-32590,-32390,-73618,-33002,-32128,-73092,-31428,-32079,-73009,-30845,-32223,-72927,-30529,-31765,-72937,-30460,-31185,-73017,-30404,-30680,-73217,-30984,-34616,-73181,-30543,-35361,-73233,-31886,-34088,-73270,-32699,-34421,-73239,-32982,-33872,-73238,-33091,-32987,-73240,-33713,-33015,-72715,-29707,-35761,-67704,-54283,-35803,-67849,-55085,-36382,-67675,-56155,-36988,-67658,-56682,-37232,-67320,-54855,-36128,-67447,-55530,-36539,-65538,-56174,-35821,-64863,-55528,-35144,-63651,-54988,-34341,-60946,-53874,-31830,-61653,-52669,-32095,-62026,-52692,-32461,-62579,-52892,-32967,-62181,-53606,-32867,-62844,-53601,-33334,-63060,-54706,-33926,-64237,-55983,-34996,-63729,-56077,-34744,-63381,-53994,-33861,-61649,-54257,-32610,-62664,-55190,-33761,-62960,-55688,-34135,-62166,-56522,-33666,-62271,-54571,-33236,-61579,-55181,-32780,-67060,-56254,-36794,-67029,-56764,-37028,-66822,-57592,-37242,-67484,-57495,-37437,-66592,-56117,-36461,-66870,-54198,-35504,-66266,-54696,-35530,-67681,-53925,-35608,-64803,-54899,-34902,-65048,-54055,-34720,-63862,-54059,-34150,-64560,-53741,-34414,-63738,-53471,-33959,-65617,-54168,-35017,-66378,-53834,-35202,-67681,-51660,-35199,-67833,-51214,-35105,-68185,-50306,-34823,-67047,-49676,-34387,-67599,-50478,-34757,-67581,-52840,-35318,-68426,-53154,-35455,-68427,-51844,-35338,-69398,-51228,-35269,-65910,-53289,-34916,-65520,-52286,-34599,-65803,-51564,-34584,-65795,-51013,-34417,-65332,-52771,-34631,-64953,-52120,-34275,-63727,-52595,-33739,-65950,-55618,-35764,-57664,-58482,-31487,-57072,-57952,-31017,-67614,-53482,-35426,-76238,-49381,-33723,-74231,-46825,-33486,-72560,-46623,-33537,-73055,-47325,-33746,-77892,-42296,-30985,-78723,-42196,-30679,-79088,-43430,-31090,-78106,-41564,-30591,-77403,-42346,-31103,-77193,-41203,-30635,-73603,-46061,-33309,-76664,-43387,-31710,-72132,-42569,-31976,-72041,-41442,-31470,-71459,-41190,-31536,-64422,-42402,-31370,-63874,-42791,-31164,-63475,-44053,-31348,-63357,-42915,-30803,-62672,-42451,-29901,-64396,-43376,-31742,-63724,-44802,-31700,-64887,-45053,-32473,-64572,-44487,-32181,-64413,-45613,-32356,-61485,-45442,-29578,-61042,-46386,-29189,-60592,-47314,-28477,-59980,-49510,-27817,-60190,-49820,-28217,-59254,-52181,-27402,-71724,-40218,-31008,-70846,-40029,-31133,-70794,-41097,-31664,-68240,-38788,-30864,-71505,-37034,-30164,-66587,-50464,-34480,-64745,-51241,-33998,-64104,-51087,-33626,-62451,-51601,-32505,-64041,-51690,-33769,-64230,-52330,-33974,-63229,-51759,-33238,-63121,-51338,-33025,-61567,-51447,-31121,-61445,-50902,-30526,-61488,-52028,-31478,-61049,-50801,-29780,-61184,-50054,-29719,-60292,-50203,-28427,-60462,-51374,-28976,-60207,-51366,-28610,-60728,-49674,-28924,-62043,-47846,-30682,-62528,-48093,-31259,-62902,-48246,-31694,-61463,-47208,-29893,-61535,-46114,-29855,-55040,-57632,-28272,-54711,-57743,-28626,-54354,-57680,-27754,-54076,-57927,-27740,-54252,-58090,-28525,-54162,-58802,-28565,-53980,-59917,-28154,-55412,-59914,-26692,-53667,-59907,-26789,-53854,-59910,-27655,-53961,-59290,-27919,-53867,-58557,-27132,-53698,-59485,-26781,-53648,-58106,-25785,-53335,-58235,-24436,-53876,-57613,-25124,-53549,-57811,-25080,-54497,-57464,-25972,-54914,-56908,-25837,-55552,-55936,-25885,-54857,-57398,-26739,-55181,-57443,-27469,-55155,-56161,-25110,-54490,-57838,-28708,-56882,-54300,-25755,-57290,-53962,-25934,-56887,-53949,-24980,-58895,-52852,-27360,-58708,-52653,-26858,-59342,-51567,-27416,-58927,-51756,-26905,-59275,-50972,-27208,-56701,-54984,-26905,-58399,-52550,-26304,-58937,-51127,-26772,-59232,-49901,-27035,-57999,-52081,-25071,-58167,-52818,-26025,-58177,-53074,-26297,-57499,-53570,-25611,-56887,-53160,-23635,-57193,-53045,-24223,-57526,-52812,-24664,-56924,-53609,-24438,-64672,-47185,-32738,-67956,-52535,-35352,-66566,-51225,-34787,-66519,-51628,-34869,-65805,-52624,-34788,-66725,-52414,-35030,-66516,-52963,-35106,-63091,-56580,-34412,-64543,-49593,-33403,-64133,-47352,-32474,-64053,-49214,-32963,-64550,-50761,-33738,-61196,-45626,-29180,-59021,-48181,-25246,-58682,-48808,-24563,-58989,-47959,-24600,-56140,-51752,-21516,-55217,-53014,-21321,-54789,-52884,-20457,-54423,-53024,-19850,-54457,-52283,-18626,-55055,-51822,-19603,-55173,-51366,-19056,-55553,-51219,-19866,-54024,-53130,-18822,-54932,-51364,-18189,-55757,-51420,-20547,-55723,-50597,-19429,-56213,-50738,-20658,-56721,-49023,-19897,-60065,-45537,-25653,-62022,-41361,-27684,-62625,-40368,-27901,-62414,-40425,-27253,-62719,-39932,-27588,-62451,-40003,-26600,-62512,-39072,-26558,-62306,-39070,-25687,-62218,-39876,-25647,-62074,-40864,-26597,-61658,-41725,-25214,-61687,-41763,-26222,-61521,-40570,-23050,-61292,-40639,-22858,-62134,-39564,-24616,-62034,-40116,-24248,-62020,-40388,-24761,-62195,-40293,-26094,-62000,-40881,-26082,-62506,-39634,-26579,-61385,-42493,-25960,-64746,-38429,-30959,-65223,-38128,-31473,-65377,-37586,-31295,-64342,-36479,-31179,-64990,-35581,-30754,-64477,-35645,-30874,-64388,-34617,-30396,-63096,-34898,-30721,-64440,-34182,-30313,-65755,-33056,-30010,-66321,-33547,-30117,-66462,-34082,-30273,-66200,-34949,-30512,-65977,-35807,-30825,-65137,-36353,-31034,-65726,-34709,-30335,-65462,-34027,-30183,-65358,-35081,-30488,-63840,-34787,-30546,-64973,-37552,-31237,-65615,-36438,-31042,-64745,-37101,-31162,-66028,-36657,-31194,-66697,-35898,-31045,-67146,-35934,-31303,-57075,-33900,-27511,-55236,-35548,-31028,-55548,-35145,-31329,-64656,-37975,-31535,-63306,-37846,-31505,-63005,-37832,-30918,-64184,-38349,-30638,-61995,-37716,-32300,-62420,-37387,-32634,-64608,-37357,-31306,-63927,-36037,-31186,-62155,-36324,-31618,-62195,-35606,-31303,-61658,-35479,-31387,-62805,-34869,-30793,-62444,-34398,-30890,-63613,-34357,-30511,-62555,-35247,-31056,-62684,-35960,-31388,-63371,-35865,-31236,-63558,-36400,-31565,-63867,-36478,-31419,-62282,-37720,-31776,-59951,-37439,-32396,-59513,-36835,-32139,-60577,-34642,-31916,-59020,-33739,-32388,-60376,-33978,-32037,-61672,-33840,-31428,-61721,-32957,-31110,-62135,-34798,-31061,-61404,-35155,-31464,-60653,-36099,-31802,-60688,-36398,-31881,-60807,-35572,-31704,-61766,-34265,-31364,-62570,-33185,-30896,-64145,-32903,-30334,-63919,-33863,-30406,-64661,-33171,-30161,-65188,-33025,-30049,-65712,-32365,-29946,-67414,-32066,-29903,-66871,-32476,-29951,-67020,-33012,-30086,-66950,-33976,-30425,-67181,-34221,-30724,-67582,-34874,-31255,-67813,-35269,-31729,-67766,-34243,-31336,-68183,-34030,-32207,-68314,-33525,-32382,-68390,-33103,-32702,-68431,-34042,-33093,-68371,-34915,-33134,-68359,-34324,-32743,-66843,-34925,-30766,-68205,-30532,-29675,-56794,-36680,-31932,-57076,-37000,-31798,-57544,-37355,-31789,-60237,-35869,-29025,-59945,-36403,-29676,-54142,-33473,-27921,-53872,-32494,-27501,-53774,-32126,-27880,-53528,-31442,-27888,-53681,-31297,-25896,-57970,-34148,-27264,-58099,-34224,-26873,-57517,-34007,-26541,-61619,-35298,-22368,-61396,-35326,-22253,-61184,-35223,-22492,-62466,-35489,-22414,-62074,-34956,-22842,-61349,-35569,-22229,-61497,-36067,-22656,-60862,-35442,-22365,-56261,-34339,-23559,-56935,-34770,-23755,-57155,-34968,-23302,-57689,-35369,-23091,-59666,-45934,-23177,-61731,-37050,-24887,-63472,-30935,-23648,-63750,-31006,-23609,-63760,-31840,-23524,-63292,-31979,-23620,-63792,-32692,-23299,-63677,-33244,-22992,-63871,-28274,-23283,-63909,-28582,-22742,-64081,-28955,-21894,-63773,-28445,-21691,-63144,-27661,-21850,-63168,-27894,-22190,-62537,-27145,-22330,-62872,-26984,-23063,-62631,-26294,-23482,-62071,-26531,-22371,-62642,-27187,-21992,-62107,-26411,-22157,-63099,-26393,-21695,-63628,-25250,-20694,-61736,-25471,-22231,-61539,-25589,-22377,-61393,-25254,-22624,-62481,-26516,-23759,-62791,-26506,-23640,-63096,-27008,-23481,-63541,-27686,-23305,-63376,-27933,-22573,-63413,-28215,-22122,-59640,-35122,-25909,-60156,-35574,-25447,-57807,-35277,-23891,-58061,-35697,-23261,-58396,-35700,-23697,-59292,-35473,-24881,-56530,-34369,-23830,-56155,-33989,-24340,-55579,-33553,-23924,-55869,-33978,-23625,-55753,-33746,-23515,-61647,-36689,-25811,-58600,-34445,-26703,-57992,-34725,-25195,-57649,-34830,-24656,-57003,-34491,-24611,-56432,-33998,-24866,-55730,-33508,-24645,-55330,-33068,-24622,-56168,-33323,-26069,-56651,-33521,-26422,-56143,-33180,-26418,-55165,-32496,-25307,-57425,-34190,-25786,-56829,-34003,-25454,-58762,-34950,-25441,-58373,-34528,-26077,-59502,-34740,-26805,-60108,-34976,-26687,-54014,-31626,-25195,-54158,-31122,-24581,-55268,-29950,-27259,-55373,-29194,-28283,-58383,-34555,-32425,-58025,-35312,-32423,-59384,-34041,-32350,-58860,-35122,-32368,-60173,-34448,-32111,-59722,-35480,-32101,-60292,-35731,-31845,-59929,-34934,-28158,-60402,-35340,-26273,-54684,-30369,-25213,-54429,-30527,-24975,-54913,-30286,-25587,-54491,-30709,-24418,-54843,-30807,-23876,-54027,-30707,-25313,-55972,-30451,-25100,-55046,-30116,-26571,-55881,-30069,-26607,-55837,-29806,-27123,-56235,-29470,-26067,-56256,-28686,-26914,-56409,-28255,-27615,-55745,-28257,-26315,-55716,-28062,-25668,-56101,-29877,-26620,-56089,-30270,-25598,-56372,-27586,-29374,-55633,-23976,-28637,-56815,-21045,-29827,-57048,-20492,-30280,-57477,-19993,-31312,-57181,-21127,-31034,-57494,-21156,-31513,-58221,-21484,-32477,-57937,-22026,-32272,-58535,-21629,-32720,-58679,-20791,-32744,-58931,-19859,-32860,-59172,-20555,-32849,-60276,-18517,-33086,-61792,-18091,-33081,-61276,-16359,-33240,-60602,-17417,-33207,-59634,-18340,-33088,-58998,-18575,-32919,-58057,-18468,-31792,-57747,-19127,-30817,-58165,-18939,-30552,-57894,-19775,-30005,-57809,-19436,-30329,-56102,-24124,-30227,-56238,-23148,-30002,-55915,-22976,-29107,-55820,-23229,-28824,-55850,-23770,-29415,-56033,-23854,-27745,-56558,-23656,-27717,-56245,-22426,-28676,-56616,-21594,-29211,-56700,-22482,-28398,-57210,-22977,-28009,-57235,-22228,-28495,-57855,-21436,-29051,-58040,-20147,-29746,-57984,-24639,-27087,-58667,-25294,-26527,-58627,-25785,-26493,-58985,-26721,-26041,-59142,-26480,-25820,-58874,-25781,-26249,-58634,-24528,-25420,-58686,-24504,-25137,-58493,-23684,-25496,-58244,-22246,-25659,-58281,-22000,-25381,-58090,-20751,-25596,-58308,-20621,-25119,-58980,-21657,-24338,-58434,-20117,-25001,-57954,-19761,-26095,-57933,-18984,-26436,-58030,-20779,-26027,-58208,-22284,-25950,-58630,-24892,-26466,-58529,-24630,-26672,-58418,-23897,-26311,-58147,-22828,-27041,-58334,-23882,-27033,-58222,-23316,-27364,-57956,-23517,-27605,-61899,-30886,-23911,-61300,-29760,-24527,-59444,-30578,-25324,-59001,-30020,-25256,-58491,-30468,-24797,-58408,-29977,-24914,-58704,-29152,-25428,-60119,-32107,-24996,-60512,-31857,-24772,-60104,-31562,-25015,-57777,-29199,-24922,-55679,-30325,-25990,-55862,-28916,-25084,-55876,-29093,-25329,-56371,-29056,-26877,-56319,-29417,-26778,-58223,-35167,-24539,-61088,-38422,-21626,-60891,-39150,-21924,-60797,-39658,-22128,-60547,-39760,-22436,-60490,-39149,-22419,-60711,-39638,-22907,-60571,-39109,-22122,-60599,-38540,-21929,-60761,-40189,-22797,-60736,-40864,-22345,-60993,-41395,-22122,-60859,-41486,-21716,-61489,-41573,-22289,-61564,-41014,-22964,-61353,-41175,-22554,-60875,-40996,-21605,-60780,-40806,-22593,-57480,-28263,-25328,-56810,-25950,-26398,-56555,-26260,-26236,-57959,-30328,-24402,-58081,-31121,-24273,-58777,-31205,-24891,-56546,-26288,-32472,-56592,-25415,-32381,-57881,-29089,-32257,-58762,-35537,-32367,-59848,-36162,-31895,-61104,-32429,-31346,-60341,-32645,-31761,-60730,-33419,-31742,-59544,-33538,-32274,-60610,-32222,-31536,-60626,-31171,-31394,-61956,-31529,-30682,-61691,-30755,-30745,-61608,-28743,-30859,-61966,-28259,-30661,-62528,-28298,-30155,-62739,-28837,-29948,-63562,-28510,-29582,-64431,-28396,-29244,-63692,-28122,-29552,-65299,-29839,-29072,-64217,-30973,-29671,-63558,-30998,-29911,-62624,-31613,-30384,-62716,-30629,-30188,-66310,-27862,-28751,-64907,-28716,-29125,-65176,-28828,-29026,-63127,-27743,-29848,-62086,-27443,-30757,-61003,-27905,-31257,-60215,-27586,-31669,-60859,-26655,-31677,-59897,-26904,-32016,-61792,-30237,-30698,-63361,-30240,-29809,-63866,-30522,-29667,-66933,-26041,-28474,-67867,-25225,-28256,-68005,-23685,-27828,-68268,-22892,-27532,-68440,-20840,-26915,-68106,-20564,-26928,-67653,-20383,-27098,-68177,-19513,-26660,-68408,-18751,-26391,-68904,-17465,-25877,-69078,-16113,-25483,-69498,-16063,-25302,-70080,-16047,-25263,-71295,-18138,-26737,-72516,-17220,-27418,-73126,-16416,-28010,-73589,-15280,-27673,-73479,-15749,-28393,-70849,-17806,-26306,-70382,-18473,-26397,-71069,-18951,-26987,-71034,-15933,-25586,-71436,-14717,-25294,-71599,-13568,-24903,-71188,-13406,-24664,-70940,-14618,-25019,-69012,-17776,-25925,-68207,-18351,-26439,-67804,-19600,-26911,-68736,-19398,-26467,-70128,-23137,-28235,-70259,-22407,-28071,-70744,-22684,-28635,-69011,-25973,-28452,-68550,-24580,-28061,-67267,-25009,-28245,-63055,-33899,-30720,-62360,-33947,-31055,-62380,-32503,-30764,-63905,-31710,-30091,-64969,-31884,-29998,-66743,-37287,-31857,-67066,-36992,-31993,-67124,-36778,-31902,-67539,-36677,-32275,-67971,-36495,-32382,-67890,-36209,-32566,-67901,-35979,-32529,-68174,-36002,-32731,-67455,-36964,-32081,-67659,-37149,-31561,-68489,-34266,-33548,-68433,-33500,-33646,-68432,-32890,-33838,-68556,-32927,-34070,-68761,-32741,-34054,-69350,-32591,-33565,-69839,-32499,-33332,-68434,-33046,-33447,-68791,-32172,-34260,-69491,-30267,-33482,-68888,-34767,-33282,-68760,-34065,-33753,-69206,-33999,-33433,-68496,-33703,-33845,-68678,-33664,-33918,-62352,-36953,-32344,-62918,-36696,-32074,-63144,-36327,-31654,-62665,-29843,-30142,-63601,-29348,-29594,-62134,-29720,-30489,-62457,-28896,-30140,-61954,-28869,-30602,-61942,-27042,-30994,-64563,-26063,-29542,-65617,-25512,-28865,-66944,-23031,-27814,-67061,-21760,-27596,-66864,-24132,-28088,-66524,-24178,-28198,-65385,-26575,-29022,-65934,-25969,-28778,-63214,-33086,-30648,-64400,-32438,-30238,-65658,-31439,-29683,-64410,-30031,-29337,-64220,-29086,-29323,-66207,-29698,-28965,-66231,-30279,-29127,-65290,-30356,-29185,-65596,-30756,-29307,-66044,-28820,-28832,-66949,-29439,-28988,-68313,-26929,-28618,-71315,-21062,-31731,-71198,-21601,-31987,-71217,-21226,-31454,-71627,-20354,-31482,-72492,-19078,-31091,-71608,-20446,-31124,-71424,-21591,-32145,-71853,-20897,-32136,-64664,-25254,-29558,-65240,-24616,-29139,-65207,-23862,-29270,-64050,-24363,-30364,-64477,-24684,-29835,-64621,-21393,-30460,-64967,-20823,-30213,-65386,-19732,-30100,-65586,-20275,-29671,-65910,-20643,-29065,-65293,-21196,-29705,-65351,-21973,-29445,-65995,-21260,-28784,-63769,-20125,-31791,-64122,-19435,-31717,-64412,-18636,-31803,-64599,-17137,-32390,-64407,-16478,-32599,-64815,-18381,-31464,-64828,-19760,-30674,-64164,-20679,-31073,-64238,-21177,-30937,-63835,-21301,-31274,-64293,-22344,-30657,-62957,-22822,-31687,-62662,-21258,-32362,-62785,-20113,-32683,-63187,-19196,-32654,-63130,-21236,-31964,-63640,-21091,-31556,-63645,-22382,-31235,-62554,-22253,-32122,-63091,-20098,-32461,-63602,-18923,-32497,-64184,-18012,-32366,-63740,-17856,-32608,-63288,-18337,-32684,-69295,-6902,-25544,-69446,-7996,-24625,-69790,-7283,-24183,-69605,-7147,-24505,-69952,-6331,-24162,-69299,-6461,-25820,-69639,-5700,-24862,-69576,-4770,-24952,-69793,-7930,-24151,-69689,-9172,-24151,-69344,-10751,-24595,-68811,-8769,-25983,-69239,-8067,-25081,-69223,-8667,-24896,-69394,-9726,-24548,-69494,-6435,-25093,-71892,-11574,-24148,-72117,-13003,-24953,-71920,-14336,-25414,-72617,-13713,-25614,-72943,-15257,-26629,-72221,-17295,-27075,-72857,-16702,-27554,-71660,-18072,-27008,-71217,-17385,-26318,-71988,-16589,-26449,-72304,-16210,-26519,-71611,-15605,-25785,-73349,-15662,-27489,-71888,-20141,-28682,-69901,-21083,-27266,-68974,-20300,-26740,-69196,-19150,-26356,-69980,-19320,-26601,-69501,-19698,-26611,-70349,-19623,-26884,-64943,-26988,-29225,-66217,-26353,-28762,-66116,-24988,-28548,-64982,-27403,-29188,-63791,-25415,-30218,-63749,-23790,-30906,-63446,-23852,-31165,-62182,-23031,-32171,-62274,-24096,-31850,-61916,-22489,-32478,-61460,-22584,-32749,-62262,-21392,-32623,-61953,-21377,-32789,-60981,-22833,-32879,-61231,-22056,-32889,-61036,-20067,-32930,-62669,-18803,-32819,-62469,-18107,-32936,-62868,-17442,-32897,-62612,-19887,-32763,-61724,-19175,-32942,-61990,-20487,-32846,-60979,-21167,-32911,-63638,-16971,-32766,-62755,-16164,-33070,-60286,-23585,-32986,-59161,-24682,-32969,-59951,-24217,-32966,-58638,-23752,-32811,-58360,-23165,-32771,-58895,-22502,-32842,-60019,-23432,-33011,-60766,-22508,-32918,-59866,-21091,-32893,-59949,-20109,-32936,-59503,-19538,-32947,-60721,-19646,-32984,-59618,-24206,-33021,-57705,-23038,-32404,-57160,-23705,-32102,-57207,-23077,-31819,-57818,-23613,-32649,-58169,-22763,-32687,-57363,-22390,-31713,-56618,-23051,-30759,-56483,-22082,-30010,-57164,-22381,-31410,-56805,-22211,-30711,-56787,-21335,-30337,-59299,-21669,-32848,-61026,-23233,-32800,-60656,-24460,-32510,-60582,-16491,-33236,-60300,-16193,-33198,-60833,-16327,-32117,-60853,-16680,-31864,-60516,-16716,-32068,-59618,-17394,-31687,-59724,-17805,-31192,-59293,-18239,-30831,-59601,-18347,-30556,-59874,-18271,-30237,-60580,-16930,-30201,-61157,-16347,-31760,-60508,-17242,-30399,-60325,-17479,-30939,-60643,-17071,-31430,-60420,-17110,-31749,-60043,-17240,-31778,-61055,-16339,-30874,-61004,-16620,-31453,-61521,-15817,-31469,-60011,-17761,-30983,-62063,-14267,-30302,-62374,-13742,-30095,-61964,-13564,-29554,-61519,-14189,-29554,-61468,-14768,-29950,-62626,-13419,-30805,-62952,-12945,-30653,-62442,-12573,-31443,-62944,-11907,-31291,-62754,-12471,-31106,-63758,-11935,-30306,-64258,-11335,-30047,-64735,-10688,-29553,-63637,-12189,-29682,-63754,-12142,-30075,-64160,-11597,-29672,-62325,-14064,-30926,-63124,-12925,-30004,-59064,-15334,-28406,-58741,-15957,-28181,-58695,-16911,-28239,-58448,-16420,-27829,-58503,-17870,-28068,-58405,-18531,-27930,-58299,-20012,-27910,-58254,-20661,-27883,-58379,-21646,-28161,-58332,-21721,-28478,-58360,-20598,-29385,-58795,-19770,-29719,-59339,-19227,-29499,-60185,-17303,-29779,-59884,-16818,-29406,-60476,-16597,-29861,-58525,-18595,-30664,-57896,-18681,-31516,-58629,-17502,-32191,-58523,-17953,-32374,-57992,-18818,-31897,-59020,-17127,-32639,-59829,-16058,-32981,-59869,-17010,-33160,-59409,-18209,-33063,-59324,-17575,-33004,-59581,-16698,-33018,-58811,-17969,-32695,-58804,-17281,-32050,-59811,-16726,-32193,-59801,-16105,-32472,-59152,-16713,-32484,-59644,-16022,-32718,-59194,-16752,-32274,-58701,-19158,-30177,-59373,-19061,-29848,-59191,-18888,-30236,-58151,-22577,-27999,-58094,-21786,-27386,-58486,-20982,-28279,-58733,-20327,-28704,-58927,-20083,-29105,-59004,-19877,-29383,-58612,-19686,-28396,-59018,-16529,-28610,-59370,-16288,-28945,-59719,-15838,-29151,-58738,-18499,-28385,-59514,-17486,-29089,-59177,-16831,-28834,-58156,-21482,-27699,-58226,-18859,-27530,-66225,-17012,-30179,-65897,-16775,-30812,-66771,-15944,-29471,-67087,-15363,-28752,-67381,-16342,-27952,-67516,-16964,-27498,-67335,-17400,-27764,-66484,-18475,-29211,-66792,-17872,-28925,-66360,-17602,-29720,-69408,-30482,-31174,-69736,-29292,-31062,-70052,-26065,-32284,-70408,-25645,-32089,-69872,-27351,-29697,-69979,-27732,-30794,-70059,-26911,-30679,-67548,-32802,-30169,-67507,-33824,-30837,-67798,-33505,-31037,-68060,-33354,-31494,-68866,-31699,-31180,-68431,-32762,-32151,-68744,-32081,-32249,-68579,-32539,-33447,-68860,-31843,-33891,-69212,-31005,-32734,-68254,-33086,-31793,-68267,-32809,-31257,-69072,-31414,-31742,-69610,-29615,-31510,-69679,-28832,-31636,-69448,-30483,-31900,-69294,-30890,-32190,-68887,-31690,-32568,-69407,-30429,-32682,-69487,-30047,-32489,-69593,-29794,-33372,-69313,-31229,-34670,-69698,-31491,-34325,-69206,-32199,-33978,-69197,-31754,-34414,-69655,-32326,-33532,-70417,-31909,-33587,-71449,-31355,-34104,-71814,-31964,-33778,-72325,-32180,-33964,-70711,-30670,-34825,-71132,-30545,-34812,-70777,-30328,-35335,-71598,-29635,-35774,-72327,-29926,-35734,-71877,-30194,-35265,-72383,-30542,-35179,-71810,-29830,-35783,-71394,-30018,-35604,-71034,-31156,-34203,-70254,-31421,-34111,-70049,-30929,-34905,-70888,-29963,-35653,-70447,-29866,-35506,-71027,-29616,-35620,-71572,-29235,-35254,-72060,-29598,-35771,-69868,-30328,-35245,-69741,-30792,-35149,-70311,-30113,-35527,-68919,-31736,-33295,-70631,-32355,-33171,-71115,-32057,-33418,-70687,-33273,-32573,-69551,-33389,-33149,-69325,-34153,-33198,-71264,-33555,-32424,-71280,-35793,-30693,-71019,-32799,-32812,-71428,-32580,-33090,-72017,-32654,-33429,-69694,-30354,-34404,-72175,-31116,-34714,-70738,-29375,-34846,-71186,-28812,-34624,-70161,-29811,-34668,-71098,-22737,-30001,-71649,-21356,-29531,-70904,-22942,-30544,-70820,-23370,-30496,-70043,-26495,-29499,-69297,-25054,-28280,-69587,-29014,-33006,-70384,-29426,-34549,-69812,-30046,-34276,-72790,-30127,-35728,-72418,-28931,-33326,-72660,-29109,-33998,-72831,-29693,-33432,-72425,-34219,-33009,-71727,-30810,-34687,-69435,-31318,-34720,-69877,-33391,-32868,-69461,-36431,-31180,-69179,-36259,-31537,-70303,-36104,-30935,-69924,-38709,-30777,-70944,-38939,-30710,-70948,-38459,-30594,-72098,-31371,-34431,-75832,-36243,-29401,-75162,-36581,-29408,-75678,-36470,-29149,-75072,-36671,-31319,-75980,-36136,-31976,-75304,-36551,-30696,-76660,-35734,-30660,-75498,-35190,-34370,-75301,-34920,-33565,-75097,-35212,-33140,-74996,-36098,-32603,-73531,-35131,-32269,-73665,-34498,-32383,-74108,-34163,-32373,-74901,-34499,-32910,-75079,-33274,-32935,-74055,-34743,-32358,-74546,-34691,-32596,-74830,-34918,-32788,-72799,-36537,-31743,-67005,-44507,-33103,-77695,-36519,-27964,-78986,-35619,-27098,-78145,-35634,-27871,-79727,-34701,-27626,-79457,-34991,-27951,-79064,-35359,-27331,-79374,-35098,-27541,-79326,-35286,-27054,-77970,-35978,-27702,-77271,-36284,-28202,-77129,-36941,-28348,-78428,-35724,-27387,-79301,-32102,-29775,-78969,-31175,-30064,-79136,-31648,-30157,-81773,-42087,-29201,-83342,-35005,-28072,-82147,-30218,-30441,-82179,-29596,-30717,-83533,-30417,-29876,-82238,-29071,-30823,-80336,-27955,-30023,-80729,-28967,-30677,-81448,-29033,-30873,-82629,-30075,-30436,-82768,-29761,-30472,-84230,-30419,-27909,-83933,-30124,-26784,-83435,-29175,-26564,-83079,-28632,-27102,-83966,-30029,-26128,-83964,-29552,-25254,-84851,-31829,-26133,-84795,-31710,-25726,-80521,-31376,-29013,-80863,-31428,-29161,-79758,-31189,-28815,-79896,-31761,-28404,-80115,-31420,-28711,-79431,-31846,-28628,-80792,-31916,-28662,-81453,-35817,-25529,-81395,-35070,-25711,-80595,-33616,-26578,-79613,-33819,-27698,-79981,-33908,-27080,-79938,-33162,-27330,-80577,-33253,-26917,-80298,-33594,-26857,-79405,-33031,-28151,-79687,-33498,-32722,-80216,-33201,-33036,-79636,-34524,-29190,-79718,-32367,-27863,-80140,-32788,-27406,-81589,-33943,-27120,-82739,-34875,-27655,-82170,-34992,-27026,-81879,-35385,-26520,-81386,-30147,-30390,-81617,-29620,-30697,-80666,-27222,-29214,-82326,-27290,-28136,-83721,-23584,-27582,-84239,-22704,-27387,-84839,-21107,-27107,-85258,-20311,-26878,-85487,-18974,-26663,-84943,-18884,-26274,-84456,-19157,-26168,-85802,-18898,-26610,-86309,-17781,-26328,-86299,-18690,-26053,-86843,-17480,-25786,-86485,-17833,-26178,-86182,-17566,-26306,-86639,-17147,-26148,-86296,-16387,-25752,-86865,-15912,-25797,-87322,-14994,-25430,-87858,-14649,-25243,-87965,-13250,-20831,-87848,-13326,-20398,-87144,-14309,-20577,-86556,-14488,-20344,-87126,-13333,-19946,-86558,-14210,-19440,-86507,-14251,-19835,-86418,-15015,-20041,-87476,-13718,-20287,-86600,-13556,-19651,-86588,-14789,-20582,-87212,-13790,-20206,-87704,-13135,-19932,-88075,-12706,-19906,-87507,-12867,-19801,-87957,-11746,-19396,-87534,-10960,-19070,-88114,-10555,-19021,-88234,-9686,-18663,-88638,-9011,-18704,-89143,-8613,-19180,-88487,-7612,-17869,-88846,-7974,-18308,-88525,-8349,-18226,-88390,-9302,-18566,-87761,-9739,-18577,-87119,-10617,-18736,-88082,-12203,-19614,-88462,-12281,-20510,-88163,-13163,-21305,-86793,-13169,-18347,-86882,-12493,-17701,-86757,-12479,-18782,-86715,-12854,-19348,-87373,-11915,-19490,-86824,-13685,-18408,-87036,-13821,-17840,-87005,-14298,-17314,-87037,-13334,-16700,-86604,-13793,-16352,-86000,-13581,-16176,-85529,-14374,-16865,-86137,-12440,-15406,-85753,-12326,-15544,-87025,-15219,-18362,-87057,-15237,-17978,-86517,-16854,-18152,-87037,-15816,-18392,-86928,-15512,-18708,-86854,-18272,-19505,-86771,-14419,-16985,-86330,-14192,-16550,-85834,-14322,-16683,-86292,-15128,-17136,-86806,-15318,-17565,-86611,-14875,-17132,-86502,-16065,-17717,-79495,-30889,-29053,-79059,-30430,-29538,-79728,-34128,-29907,-85790,-33276,-28106,-84698,-31772,-28950,-84333,-30718,-29053,-84702,-31275,-28634,-83506,-28987,-26032,-83662,-24877,-22815,-83636,-24219,-23051,-83721,-23931,-22730,-83468,-23813,-22866,-83441,-22296,-21319,-83777,-23436,-22097,-83461,-22961,-21815,-82592,-22511,-22479,-82755,-20872,-22519,-83305,-20537,-22498,-83054,-19433,-21734,-82732,-20279,-22168,-82419,-21481,-22285,-82495,-22417,-22645,-82470,-22700,-23266,-82800,-22321,-23213,-82888,-23024,-23597,-82455,-22156,-22776,-82462,-21651,-22631,-82529,-22076,-22957,-84105,-19802,-21945,-83616,-18598,-21163,-84203,-18733,-21131,-84520,-17892,-20248,-86390,-18551,-19450,-86010,-19109,-20026,-86376,-19368,-20134,-86171,-19878,-20522,-86532,-20540,-21286,-86450,-21425,-21982,-86386,-22073,-23387,-86298,-21840,-22241,-85869,-21712,-22018,-85379,-21682,-22264,-84928,-20695,-21938,-84883,-21400,-22398,-84163,-20847,-22570,-84074,-21462,-22862,-83482,-22442,-23277,-85688,-19075,-20197,-84687,-19176,-21093,-83779,-20213,-22322,-83704,-21026,-22735,-83389,-21973,-23095,-82835,-21729,-22924,-86617,-19000,-19888,-86429,-20084,-20740,-86564,-20810,-21829,-86539,-21091,-22569,-86480,-21400,-23336,-86097,-22654,-23029,-86243,-22512,-23184,-86259,-22534,-23625,-85938,-23170,-23733,-86674,-19206,-20192,-86165,-17599,-18645,-84245,-16185,-18853,-83660,-16230,-19358,-84360,-16685,-19171,-83827,-17017,-19938,-83172,-17420,-20402,-83264,-16330,-19684,-82786,-15692,-19330,-84829,-17297,-19324,-85556,-17233,-18481,-85232,-20406,-21515,-85759,-21009,-21524,-86161,-20870,-21309,-86401,-21293,-21758,-83755,-24491,-22535,-84006,-23825,-21964,-84021,-24115,-21538,-84027,-24567,-21182,-83876,-25456,-20271,-83806,-25348,-19868,-83871,-25713,-21148,-79860,-30753,-29032,-79748,-30195,-29299,-79458,-29468,-29534,-79757,-29446,-29630,-79497,-29082,-29521,-79025,-29798,-29719,-78856,-29915,-29894,-78278,-29701,-31968,-78052,-29211,-32379,-79031,-30535,-33907,-79191,-30911,-34181,-79467,-28028,-29424,-78955,-25356,-28928,-80855,-16406,-25473,-80539,-17613,-26624,-80717,-20016,-26577,-79805,-22664,-27696,-79667,-21829,-28135,-80762,-17217,-28448,-81190,-13505,-24983,-81365,-12386,-25222,-81308,-12921,-27211,-81619,-11973,-26194,-81476,-11815,-26261,-81068,-11753,-26290,-80709,-12684,-27421,-80888,-13041,-27673,-81077,-13262,-27612,-81407,-12960,-26840,-77806,-16890,-28167,-77976,-17243,-28780,-78166,-16404,-28299,-78446,-16713,-29016,-78254,-19024,-30891,-81111,-27289,-30100,-81069,-26960,-29370,-80782,-27577,-30161,-83351,-24684,-25602,-83877,-24307,-25082,-84519,-24010,-24554,-85050,-23730,-24201,-85573,-23489,-24006,-85192,-23720,-24603,-85055,-23802,-25119,-83744,-23941,-24446,-83221,-24195,-24820,-83666,-24720,-25847,-84948,-23291,-23317,-85593,-23027,-23159,-85803,-22413,-22666,-85509,-22305,-22629,-84900,-22050,-22707,-84974,-22912,-23056,-77551,-35056,-32326,-77349,-35249,-31741,-77143,-35412,-31385,-76632,-35737,-32021,-75700,-36328,-30965,-75384,-36504,-31419,-78814,-33976,-33929,-79276,-33477,-35431,-76914,-34771,-34687,-77010,-34543,-35811,-77846,-34213,-35470,-76825,-33581,-36100,-77088,-32696,-36150,-76478,-32982,-35597,-76832,-34363,-36348,-76439,-34592,-36154,-76939,-34477,-36178,-78388,-32375,-36048,-77890,-32281,-36165,-78990,-32926,-36083,-74507,-33776,-32388,-74566,-33292,-32265,-74521,-32924,-31965,-73057,-34160,-33277,-72739,-33692,-34013,-72993,-32765,-34687,-73373,-33388,-32630,-76690,-27236,-35292,-76964,-27251,-34614,-77226,-27915,-34265,-77346,-27127,-33741,-77241,-26565,-33880,-77764,-26045,-32992,-78002,-25614,-32690,-78109,-25804,-32054,-78163,-24693,-34117,-75521,-27218,-33119,-75439,-27217,-32556,-75557,-28128,-32987,-76479,-27362,-35554,-75340,-27029,-32229,-75451,-26544,-32071,-76798,-21795,-32128,-76915,-21641,-32411,-76536,-22790,-32168,-76414,-22818,-30275,-76488,-23192,-30818,-77377,-20399,-31361,-77273,-21058,-30946,-77544,-19804,-30365,-75580,-25469,-31115,-75786,-25433,-31477,-72345,-19738,-32060,-72989,-19977,-32102,-77253,-26209,-34158,-77692,-25652,-33471,-75601,-26177,-33521,-75618,-26529,-32499,-76569,-22164,-29992,-76026,-23120,-29745,-77255,-20252,-29633,-77372,-19985,-29684,-77592,-18779,-28995,-77302,-19778,-29307,-74805,-15527,-31274,-74246,-15002,-31095,-74546,-14214,-30894,-75127,-13079,-30626,-74787,-13213,-30360,-74405,-14081,-30679,-73489,-16432,-31041,-73364,-17155,-31278,-73795,-15016,-30189,-74233,-13818,-29744,-74152,-14263,-30338,-74513,-13340,-29844,-74007,-14231,-29475,-74637,-12741,-29088,-73894,-15108,-30736,-73482,-17005,-31502,-73630,-17233,-31728,-73781,-16073,-31293,-74599,-15437,-31289,-74309,-16723,-31556,-73723,-17626,-31824,-73951,-16340,-31509,-74126,-15858,-31378,-75867,-13905,-30647,-76431,-13504,-30217,-75550,-12271,-30439,-74228,-25894,-29846,-73847,-25431,-29418,-74262,-25499,-29814,-74223,-27261,-29796,-73114,-24103,-31129,-72768,-23004,-31640,-76648,-16671,-28561,-76803,-16263,-28249,-76184,-17929,-29461,-76375,-17321,-29376,-76632,-16096,-29018,-77264,-16381,-27865,-78009,-28147,-32273,-77733,-26885,-32772,-78034,-26933,-32164,-78212,-25980,-31163,-78379,-25125,-30801,-78959,-24353,-28956,-78859,-24906,-29047,-78659,-24735,-29850,-78203,-25769,-31706,-78113,-26267,-31898,-78837,-23979,-32692,-78366,-24938,-31982,-79334,-22563,-32969,-78257,-23268,-33631,-78933,-23359,-33473,-78488,-23536,-33724,-76791,-23333,-33595,-77069,-22280,-33135,-77509,-23361,-33785,-78533,-20590,-32050,-77760,-19897,-31396,-77379,-20776,-31977,-80206,-14040,-28311,-78123,-17209,-29058,-75888,-14554,-30583,-75381,-15437,-30979,-76147,-15135,-30249,-76744,-13066,-29931,-77073,-12076,-29537,-75643,-12814,-30626,-75127,-13616,-30822,-75139,-14291,-30979,-76122,-12896,-30555,-75409,-14327,-30903,-72200,-18243,-27802,-72700,-17449,-28136,-72329,-18581,-28279,-77964,-9320,-26572,-78144,-8885,-24891,-78231,-7960,-24955,-78148,-8373,-25854,-78134,-8312,-26519,-77902,-8999,-28076,-77879,-7930,-28726,-77612,-7223,-28834,-77652,-7849,-28943,-77406,-4806,-27957,-77770,-3640,-27344,-77840,-5149,-27960,-78459,-5480,-27635,-78808,-4855,-26661,-78721,-5251,-26185,-78501,-6262,-26670,-78368,-7108,-26513,-78600,-5826,-24856,-78451,-6482,-24516,-78297,-7491,-25245,-78425,-6924,-25618,-78052,-8079,-28039,-78201,-7653,-27242,-78234,-7240,-27963,-78482,-6277,-27598,-78102,-6666,-28359,-78231,-5159,-27747,-78684,-5011,-27116,-78312,-6571,-28040,-77973,-8075,-28518,-78073,-4223,-27449,-77292,-3771,-27547,-77911,-9210,-27622,-77823,-10072,-27150,-78009,-9259,-25485,-77832,-10213,-26320,-79149,-8627,-23880,-79047,-9033,-24052,-80869,-7638,-24205,-81265,-7608,-24342,-81678,-5212,-23169,-75417,-12105,-30206,-75828,-12099,-30450,-75988,-11165,-30142,-75963,-10747,-29925,-75267,-11974,-29823,-74986,-12055,-29151,-75383,-10970,-28729,-76654,-11044,-30104,-76388,-9863,-29729,-77708,-9056,-28951,-76463,-12166,-30374,-75964,-10145,-29443,-76457,-9135,-29105,-76565,-8654,-28633,-76400,-7963,-27806,-76574,-7154,-27721,-76567,-6746,-27591,-76334,-4109,-26859,-77006,-3978,-27542,-76618,-3266,-26955,-77231,-2935,-27179,-78600,-4415,-27133,-78411,-3712,-27031,-78243,-2160,-26465,-76650,-1691,-26629,-76426,-1776,-26541,-75896,-1647,-25976,-75386,-1267,-25237,-75469,-2087,-25522,-74913,-2596,-24816,-75173,-3469,-25301,-75892,-4292,-26417,-74739,-5704,-24952,-74745,-5154,-24907,-74218,-5655,-24518,-74363,-4527,-24551,-74249,-3963,-24404,-74874,-4119,-24974,-74629,-3565,-24689,-76330,-2260,-26531,-78479,-1558,-26067,-78230,-1216,-26005,-77908,17,-25522,-77204,-1077,-26263,-76870,-1223,-26420,-76541,-952,-26349,-76326,-185,-26047,-76283,-793,-26212,-77402,-2508,-26937,-77112,-4699,-27785,-77589,-5482,-28194,-77298,-5594,-28191,-76953,-6676,-28028,-76955,-7083,-28228,-76972,-5425,-27726,-77488,-6147,-28469,-77832,-6209,-28405,-77264,-6163,-28355,-77248,-6904,-28736,-76873,-8193,-29099,-77117,-7197,-28775,-76822,-7843,-28398,-77253,-7454,-28998,-78518,-6084,-26937,-78896,-4224,-26484,-78892,-4313,-26000,-78979,-3697,-26121,-78998,-3051,-26007,-79125,-2704,-25587,-78663,-3612,-26708,-78700,-2398,-26243,-78396,-2993,-26765,-79107,-961,-25179,-78642,89,-25142,-78986,378,-24713,-78529,2039,-24289,-78777,2123,-24035,-78550,3309,-23659,-78315,3709,-23588,-78095,3935,-23525,-77281,3751,-23651,-76871,5385,-22715,-77240,4712,-22986,-77622,4269,-23262,-77330,2982,-24122,-79002,2238,-23666,-79250,2141,-23267,-79272,977,-23935,-79239,-696,-24068,-79218,-1334,-25158,-79183,-2151,-25327,-78827,-3658,-23856,-78752,-4562,-24351,-78669,-4637,-23361,-78594,-5607,-23634,-78579,-5543,-24043,-78743,-5178,-25695,-78896,-4006,-25180,-78594,-6046,-25531,-79061,-2421,-24630,-79294,-1098,-24680,-79071,-1407,-23702,-79192,467,-23062,-79255,88,-23639,-79052,-2150,-25688,-78855,-479,-25248,-79347,361,-24139,-79131,711,-24346,-79278,-418,-24708,-79315,-564,-24494,-78207,1099,-24877,-78274,-350,-25561,-78697,-1498,-25885,-79031,-3355,-25768,-78633,-5816,-26132,-79000,-876,-23060,-78989,-106,-22558,-78982,768,-22178,-79191,1048,-22823,-79307,1139,-23414,-78897,177,-21940,-77507,-9121,-29303,-77324,-8140,-29186,-76869,-8694,-29386,-76631,-9041,-29399,-77853,-11974,-26139,-78098,-10365,-25124,-80359,-8605,-24458,-81719,-11461,-25393,-81403,-11616,-24830,-84230,-13132,-22413,-83768,-12611,-22117,-83392,-11828,-21748,-84510,-12088,-22088,-84414,-10935,-21469,-83824,-11166,-21434,-84050,-11970,-21890,-80818,-9816,-25249,-81225,-9353,-25083,-81093,-8534,-24694,-80060,-13958,-28152,-80244,-13199,-27733,-81037,-15626,-29115,-80762,-16199,-29457,-80897,-14723,-27121,-79031,-6878,-23379,-79532,-6935,-23262,-79874,-5795,-22780,-79509,-5307,-22529,-80143,-5538,-22742,-80024,-6710,-23232,-80176,-2319,-21177,-80795,-2495,-21513,-80369,-526,-20569,-79761,-1050,-20627,-79992,-677,-20523,-81908,-1864,-21620,-82300,-1971,-21040,-82221,-1373,-21163,-81969,-1256,-21345,-82367,-468,-20450,-82342,-4791,-17917,-81600,-4385,-18876,-79796,-4571,-22180,-82010,-3502,-22253,-82120,-4124,-22402,-82167,-3102,-21922,-82110,-4637,-22500,-82024,-4782,-22153,-82064,884,-20531,-82052,1192,-18403,-82320,1257,-19112,-81616,-1820,-18448,-81662,-891,-18459,-81518,-704,-17452,-81586,-2369,-18194,-81555,-1667,-17548,-81673,-127,-18214,-81562,1007,-17188,-81652,-207,-16542,-81878,-1247,-16634,-81571,-1002,-17040,-81831,-2305,-17161,-81553,-627,-17877,-81815,-632,-21118,-81757,10765,-12125,-81861,11552,-11794,-82042,9299,-12282,-82033,11501,-11623,-82318,11811,-11388,-83200,7618,-12655,-83413,7836,-12734,-83639,8040,-12995,-84230,8461,-13185,-85424,6895,-13905,-85074,6441,-14426,-86045,5772,-14313,-88977,2799,-14682,-88718,3561,-14297,-89039,4006,-13973,-90411,2839,-14306,-89563,3251,-14261,-87995,-864,-17784,-87909,-1315,-18070,-88235,-2012,-18361,-88540,-1741,-18171,-88781,-1829,-18114,-89869,-3907,-18172,-89482,-3046,-18589,-89224,-3300,-19021,-88579,-1367,-17896,-88724,-690,-17340,-89048,-1413,-17600,-89343,-2228,-17980,-89266,-1669,-17459,-89229,-893,-16929,-87172,-519,-17598,-86767,-1176,-17346,-85959,-2120,-18009,-85755,-3832,-19318,-85728,-1310,-17565,-86109,-1134,-17263,-85289,-3118,-19013,-87467,-546,-17701,-89854,-3929,-16751,-89359,-4271,-16592,-89928,-4138,-16437,-89510,-4191,-16177,-88434,-3325,-15508,-88018,-3607,-15348,-88715,-3320,-15390,-79697,-2935,-21335,-75935,-9546,-28184,-76017,-8711,-27546,-75745,-9768,-27851,-75294,-10636,-26747,-75084,-11612,-26933,-75420,-10665,-28146,-75726,-10634,-29464,-75710,-10222,-28571,-75489,-10356,-27531,-75245,-11186,-27589,-75899,-7724,-26943,-75935,-7003,-26847,-75992,-6023,-26797,-76295,-6170,-27181,-76263,-4945,-26974,-75839,-2587,-26109,-75762,-4665,-26302,-74806,-3076,-24787,-74131,-3331,-24101,-73997,-2112,-23326,-73947,-1396,-22825,-73851,-4215,-23616,-73543,-4952,-23309,-73860,-5469,-23971,-74115,-4709,-24343,-74099,69,-23355,-74216,-1863,-23956,-74079,-1015,-23377,-74250,-3066,-24266,-73886,-2777,-23204,-73966,-637,-21986,-73956,468,-22170,-73915,711,-21613,-73976,322,-22881,-73872,1564,-22431,-73885,1704,-21701,-73822,1342,-21140,-73675,1323,-20828,-73602,618,-20877,-72920,790,-20639,-70848,1863,-21404,-71468,1498,-21142,-71552,2281,-20890,-73813,525,-21132,-73868,-158,-21300,-72874,-1358,-21111,-73195,-902,-21001,-72863,-200,-20872,-73281,233,-20799,-73601,1759,-20671,-73627,3158,-20668,-73689,3101,-21051,-73604,3810,-21151,-73700,4121,-22018,-73863,3460,-22471,-73937,4133,-22488,-74102,5698,-22603,-75741,6105,-23092,-76298,6016,-22741,-75244,5919,-23395,-75446,5015,-23761,-76126,5071,-23470,-76414,3873,-24007,-75727,4042,-24150,-75887,2021,-25107,-75575,2000,-25018,-75599,1151,-25186,-74927,1789,-24291,-75082,1658,-24525,-74737,821,-24104,-76974,6986,-21670,-77085,8490,-20661,-73266,1298,-20583,-73549,2479,-20552,-73597,4231,-21606,-73312,6200,-21263,-73323,5673,-21128,-73326,7131,-21240,-73852,6589,-22124,-73914,7177,-22158,-74326,6545,-22736,-74633,7289,-22840,-74908,6966,-23013,-74209,6143,-22691,-73371,8391,-21201,-73089,8573,-20674,-73891,5446,-22211,-73575,6432,-21690,-73578,5203,-21748,-73494,4030,-20448,-72877,3910,-20011,-72095,3760,-20163,-71240,3166,-20768,-71603,3399,-20505,-73341,3274,-20280,-73455,3559,-20322,-73300,2687,-20367,-73025,2811,-20269,-73013,1737,-20454,-72543,2814,-20294,-72416,2380,-20451,-72782,1969,-20429,-72411,1495,-20647,-72567,3600,-20071,-73934,391,-22506,-74115,1089,-23296,-74018,2679,-22869,-73882,2693,-22605,-73771,2567,-21442,-74048,4765,-22516,-73709,2309,-20828,-72157,4667,-19829,-72546,4385,-19854,-72670,5247,-19685,-72431,6580,-19368,-71756,5671,-19640,-70750,5333,-20265,-70446,5710,-20481,-70093,4731,-21192,-70285,5051,-20830,-69801,4752,-21705,-69571,3739,-22588,-69620,3194,-22806,-69700,977,-23784,-69740,313,-23911,-69861,-461,-23784,-70354,31,-22632,-70645,-819,-22442,-70358,-1143,-22815,-69942,-1378,-23663,-69436,374,-24700,-69103,421,-25545,-68864,354,-26021,-68370,1088,-26374,-68017,2636,-26144,-68403,3536,-25132,-68551,4235,-24437,-68423,5722,-23869,-67853,6113,-24519,-68349,2395,-25798,-67803,2032,-26683,-67398,1530,-27374,-67166,1388,-27645,-66915,1563,-27692,-67522,3182,-26507,-67294,4067,-26239,-66329,4078,-26398,-66091,3903,-26281,-66569,4205,-26419,-70142,-303,-23043,-70947,-1439,-22323,-69506,5419,-21996,-69823,3928,-22003,-69248,4102,-23013,-68963,4320,-23585,-68898,3929,-23978,-69324,3552,-23162,-69200,2579,-24168,-69418,2361,-23740,-69403,1421,-24349,-69037,1779,-25067,-69227,828,-25099,-72248,5070,-19691,-71638,7370,-19182,-72016,6496,-19338,-72452,5522,-19582,-71712,4907,-19908,-71052,5202,-20093,-70684,3609,-20969,-70972,4687,-20329,-70267,3617,-21369,-69950,2910,-22267,-70175,1978,-22260,-72288,8265,-19086,-72597,7054,-19472,-72922,7746,-20047,-73126,6613,-20574,-73174,7087,-20943,-73394,5026,-21040,-73328,4784,-20333,-73330,4503,-20212,-68437,12470,-20445,-68172,12640,-20693,-67448,13122,-21115,-67868,13617,-20394,-68311,13075,-20278,-68651,13723,-19283,-68808,11640,-20273,-68136,14545,-19532,-67592,12047,-21649,-67641,11077,-22190,-67470,11002,-22401,-65932,8199,-21946,-65895,7419,-22396,-65895,7435,-22116,-64084,5845,-22246,-65718,4773,-22170,-65012,4105,-22472,-64526,3678,-22849,-65423,3775,-22536,-65661,2995,-22903,-65763,3742,-22663,-65942,3323,-23012,-75419,-9427,-26610,-75697,-8346,-26772,-75773,-9225,-27341,-75546,-6663,-26220,-75211,-5160,-25537,-75635,-5463,-26215,-73899,-3579,-23511,-72240,-5332,-22206,-70034,1013,-22946,-69685,2464,-23069,-70289,1111,-22422,-70928,-456,-22034,-70959,527,-21720,-71268,913,-21410,-72292,597,-20886,-72629,365,-20779,-70221,-2831,-23343,-71090,-4659,-22830,-68714,-17337,-25937,-67707,-15913,-27447,-67953,-18123,-26651,-67677,-18787,-26964,-67608,-18128,-27078,-68354,-16805,-26194,-66729,-20438,-28063,-67238,-19999,-27474,-66228,-22070,-28354,-70309,-16369,-25455,-69353,-17199,-25670,-69773,-15919,-25215,-69586,-17338,-25703,-69238,-18367,-26069,-69677,-18178,-26063,-70324,-17655,-26022,-69377,-12627,-24744,-62831,-11651,-32710,-63533,-10464,-32594,-63820,-11010,-30733,-63944,-10047,-31489,-64419,-9617,-30864,-64780,-8307,-31277,-64775,-7156,-30842,-64739,-7939,-31835,-64556,-9790,-30416,-65020,-9630,-29622,-64760,-9230,-30313,-64895,-8619,-30248,-64681,-8972,-30846,-64759,-9968,-29963,-64960,-10155,-29517,-64677,-10585,-29868,-64157,-10535,-30598,-64989,-9976,-29101,-63709,-10624,-31320,-63337,-11308,-31197,-65133,-8125,-29731,-64206,-7980,-27315,-64104,-7837,-27014,-64134,-7717,-26688,-63306,-8541,-26708,-62978,-9160,-26440,-63571,-8365,-26480,-64928,-8685,-28143,-64594,-9331,-28294,-62833,-9690,-27921,-61632,-10601,-27027,-60622,-11708,-27519,-61899,-10416,-26733,-61065,-11203,-27108,-61879,-10860,-26509,-61293,-11553,-26675,-62230,-10185,-26534,-62524,-10412,-26366,-62452,-9687,-26614,-62670,-9312,-27138,-64736,-9647,-25121,-64857,-9493,-25367,-64887,-9292,-25571,-64512,-10248,-25522,-64258,-10692,-25219,-63563,-10863,-24646,-62776,-11621,-24843,-62912,-12095,-25258,-61489,-11843,-24856,-62131,-11173,-24446,-60450,-11835,-25139,-59832,-12123,-25121,-59514,-12142,-24878,-60588,-15355,-25953,-59709,-15293,-25214,-60031,-14730,-25626,-59742,-12956,-25120,-60277,-13140,-25432,-60985,-12559,-25242,-68837,-9692,-25527,-68744,-10251,-25706,-69089,-10235,-25027,-68548,-5806,-28428,-68692,-6200,-27955,-68442,-6628,-28672,-68368,-6369,-28890,-68247,-5285,-28770,-67889,-5882,-29355,-67743,-4857,-29234,-66863,-5030,-30267,-66850,-6132,-30488,-66321,-6975,-31091,-65934,-6188,-31304,-65934,-7727,-31502,-65558,-7830,-31778,-64882,-7565,-31889,-64873,-8095,-32054,-64661,-8477,-32143,-64733,-7208,-31294,-65191,-6958,-31759,-65161,-7381,-31842,-66559,-7864,-31076,-66125,-8935,-31662,-65527,-8551,-31950,-66861,-2634,-29625,-66130,-3841,-30479,-66253,-2438,-29789,-65988,-1163,-29050,-66882,-1710,-29236,-67426,-1459,-28633,-67231,-789,-28526,-67003,-541,-28574,-66589,-362,-28692,-66416,-1478,-29320,-65832,-3393,-30159,-65370,-1518,-28691,-65891,-2280,-29583,-65181,-3075,-29272,-65648,-3043,-29807,-64783,-5936,-30548,-65207,-5657,-31088,-65403,-5761,-31268,-69605,-3005,-24665,-69617,-2060,-24545,-68576,-4306,-28028,-71362,-2369,-22232,-71919,-3310,-21982,-72319,-3444,-21751,-72578,-3332,-21635,-73088,-4362,-22219,-73414,-4393,-22774,-73669,-3043,-22274,-73631,-3829,-22954,-73782,-2878,-22776,-71273,-3160,-22443,-71847,-4010,-22113,-71015,-3707,-22743,-72802,-3266,-21611,-72576,-4470,-21971,-73352,-3107,-21791,-71855,-2360,-21847,-66873,706,-28110,-65717,398,-27806,-66409,189,-28457,-65612,3083,-25433,-65629,3871,-25070,-65884,4159,-25648,-64999,-2456,-28582,-64951,-3331,-28758,-65563,-5385,-28282,-63553,-8709,-23787,-63029,-8489,-23557,-63425,-7689,-23373,-63625,-7344,-23344,-64991,-3388,-29071,-65086,-1313,-27549,-65169,-624,-27157,-65556,-2204,-27138,-65853,-5252,-26068,-65468,-5992,-26175,-64098,-3294,-24629,-64659,-2437,-24414,-64940,-4317,-29012,-65013,-6912,-29927,-65257,-7302,-29367,-64922,-7302,-30251,-65509,-7566,-28797,-64836,-7608,-30652,-64836,-8335,-30431,-65354,-7138,-27589,-65679,-6685,-28204,-65073,-8900,-28449,-63228,-11373,-33006,-62769,-11853,-33011,-63524,-10836,-32900,-62707,-13276,-33257,-59998,-21939,-32891,-59676,-22536,-32905,-57781,-20495,-31805,-57217,-20218,-30881,-57453,-19563,-30935,-58019,-19344,-32078,-58164,-19723,-32298,-58443,-20476,-32614,-58404,-21040,-32593,-58411,-19501,-32527,-58866,-19418,-32863,-57299,-20078,-30279,-59360,-25352,-32817,-58531,-26571,-32713,-65204,-16032,-32250,-66448,-15864,-30266,-66175,-16290,-30614,-61631,-24683,-32024,-62645,-24979,-31404,-60788,-25631,-32072,-60263,-24310,-32807,-61232,-23704,-32470,-68665,-16352,-25838,-69081,-14641,-25239,-68391,-15525,-26118,-59953,-17996,-29672,-59715,-17946,-29302,-59301,-19126,-29148,-59220,-18913,-28940,-59947,-18178,-30077,-57347,-24810,-32559,-56785,-25676,-32541,-56478,-25185,-31981,-57212,-26059,-32551,-59392,-23372,-32952,-58469,-17789,-31815,-58994,-17436,-31750,-58250,-18241,-31348,-62905,-13279,-30393,-62640,-13152,-29760,-61986,-12649,-29258,-61491,-13787,-29379,-62561,-12891,-29537,-61240,-18596,-33090,-57242,-20594,-29717,-57048,-21292,-29185,-56629,-22001,-28780,-57425,-20712,-29537,-56640,-21412,-29807,-56099,-22538,-28823,-58190,-21682,-28691,-58480,-21068,-28942,-58569,-20973,-28667,-56729,-25898,-30617,-56615,-27338,-29157,-56622,-27008,-29753,-55285,-35560,-30850,-58070,-17711,-27261,-57828,-17226,-26587,-57898,-17066,-26290,-58253,-18113,-25749,-58841,-19428,-25070,-58363,-18842,-25491,-59308,-22887,-23877,-59271,-22127,-24015,-60007,-24468,-23214,-60231,-24370,-23226,-60067,-25365,-23084,-59769,-25086,-23411,-60247,-26246,-23043,-60285,-26661,-23245,-59825,-26352,-23983,-59259,-25240,-24187,-59845,-25908,-23621,-60725,-27498,-23063,-60485,-25996,-22814,-60717,-26942,-22756,-61056,-26847,-22662,-61883,-27901,-22820,-61309,-26885,-22754,-58529,-23298,-25086,-58888,-23882,-24413,-58870,-24591,-24629,-58745,-24196,-24791,-59291,-24102,-23959,-61084,-23602,-23958,-60852,-23056,-24051,-61114,-23005,-23917,-60905,-22522,-23856,-60535,-21334,-24147,-61215,-23485,-23662,-61232,-23463,-23894,-61415,-24008,-23554,-60612,-23362,-23022,-62012,-25092,-23715,-61717,-22376,-21720,-61763,-21355,-21574,-62337,-27105,-23539,-62088,-28383,-22890,-61921,-26080,-22620,-61828,-26080,-22305,-59074,-19894,-21608,-58559,-19271,-21843,-57702,-16936,-21625,-58023,-16819,-21467,-58468,-16081,-21389,-57944,-15929,-21483,-57293,-16193,-21820,-56942,-15115,-22049,-57131,-15460,-22406,-57344,-15030,-22773,-58090,-13078,-23575,-57421,-13836,-22953,-57696,-12358,-23282,-56522,-12161,-22130,-56118,-12189,-21539,-55959,-11725,-20931,-56296,-10960,-20428,-56644,-11049,-20411,-56023,-10919,-20501,-55767,-9812,-20119,-56430,-10180,-20116,-55650,-10579,-20881,-56277,-11268,-21865,-57336,-15297,-21461,-56798,-14542,-21812,-56690,-14133,-22026,-56471,-13491,-21722,-56123,-12425,-21281,-56222,-12324,-21073,-56369,-13137,-21498,-57738,-13190,-20990,-56687,-13218,-21212,-56747,-12452,-20885,-57060,-13772,-21236,-56720,-13108,-22292,-57092,-12578,-22722,-57096,-13916,-22633,-56860,-14350,-22313,-56497,-13145,-21986,-56844,-14427,-21640,-57104,-15247,-21673,-59363,-19984,-21427,-59742,-19556,-21303,-60259,-19763,-21310,-61509,-20150,-21393,-59214,-20698,-22768,-58466,-22385,-25040,-58768,-22076,-24553,-60583,-21875,-24295,-60663,-22332,-24225,-58835,-17196,-24053,-59635,-16735,-25080,-60025,-17026,-25401,-60085,-16075,-25550,-60225,-17307,-25626,-60877,-14586,-26136,-60165,-14229,-25675,-60861,-14159,-26066,-59901,-13460,-25336,-61093,-14438,-26343,-61110,-14512,-26480,-58686,-16393,-24025,-58034,-16266,-23315,-58350,-15616,-23696,-58537,-15223,-23882,-58869,-14393,-24260,-59411,-13814,-24817,-57951,-15256,-23324,-59187,-15987,-24655,-57541,-16098,-21512,-59868,-16804,-20902,-57347,-15840,-22611,-57554,-16942,-22276,-57356,-16384,-22127,-58099,-17820,-21604,-57642,-17220,-21889,-58801,-19970,-22215,-63065,-21646,-20136,-62707,-21479,-19658,-62286,-21497,-19336,-61764,-23162,-18896,-61677,-24209,-18671,-62324,-23394,-19204,-62145,-22423,-19168,-62760,-22685,-19630,-62936,-21998,-19878,-63152,-22941,-20076,-61830,-21469,-19075,-63335,-23665,-20433,-63520,-26360,-19693,-63204,-28229,-18334,-63272,-29415,-17745,-63427,-29778,-17664,-63032,-27101,-18780,-63410,-27300,-19056,-63132,-26173,-19293,-61505,-27253,-17322,-62567,-29473,-16723,-62866,-29896,-16922,-63475,-28314,-16543,-63511,-25009,-17025,-64787,-25748,-16647,-65162,-25400,-16433,-64817,-27622,-16564,-65963,-29917,-15423,-66059,-29760,-15166,-66446,-31579,-14444,-66397,-31916,-14059,-65947,-30937,-14076,-65754,-29693,-14722,-65390,-28005,-14783,-65603,-28109,-15105,-65568,-26767,-15505,-65419,-26035,-15657,-65246,-26064,-16353,-63384,-23780,-17076,-63477,-23412,-17026,-62592,-22443,-16953,-61943,-21966,-16708,-63136,-22397,-16920,-63722,-24553,-17058,-62887,-22797,-17020,-62410,-22895,-16840,-62057,-23716,-16536,-65505,-25959,-15939,-65897,-31307,-13592,-66046,-31618,-13748,-66221,-32274,-13532,-66061,-33221,-12533,-65964,-33816,-11937,-65340,-33553,-11517,-65016,-33931,-10506,-64999,-32964,-11527,-65171,-32131,-12218,-66361,-33832,-13917,-66008,-34932,-13652,-66791,-34565,-12609,-66612,-34404,-12287,-66469,-33417,-13069,-65900,-32280,-12948,-66535,-32270,-14074,-66478,-34063,-12516,-66679,-33671,-13336,-66365,-34804,-13356,-66289,-35494,-13059,-66816,-35168,-11632,-66711,-34883,-12727,-65908,-36834,-12178,-66000,-37217,-11430,-65833,-37744,-10724,-65906,-37968,-10074,-65904,-38410,-9918,-66359,-38747,-9873,-67922,-39361,-8601,-68364,-38624,-7836,-68467,-37611,-7264,-68331,-38186,-7890,-68033,-38122,-8307,-67406,-38673,-9102,-66891,-38702,-9309,-66516,-38443,-8844,-66151,-37912,-8283,-66273,-37689,-8076,-66274,-37366,-7661,-66403,-38225,-8274,-66268,-37860,-7902,-66816,-35453,-12062,-66868,-35373,-10894,-66551,-34917,-11257,-66263,-34500,-11490,-66938,-35762,-11175,-67065,-35746,-10693,-67263,-35889,-9963,-65782,-34816,-10436,-66917,-36970,-8826,-66915,-37014,-9112,-67948,-38836,-8647,-68316,-38799,-8019,-67484,-37751,-7801,-67016,-38268,-8654,-67233,-37878,-7955,-66492,-37854,-7703,-66842,-37976,-7860,-67654,-38823,-8996,-66139,-38587,-10690,-65428,-38873,-11253,-65596,-38195,-11569,-65332,-38268,-11727,-65503,-37633,-11992,-65774,-38050,-10544,-65841,-38058,-11193,-65803,-37575,-11603,-66588,-35980,-12096,-66334,-36544,-11771,-66174,-37110,-11230,-66563,-37058,-10518,-66757,-36630,-10803,-66886,-36132,-11084,-67231,-36122,-10212,-67423,-36132,-9644,-67187,-36660,-9612,-66070,-34474,-14018,-65759,-34358,-14347,-65358,-34401,-14053,-65463,-34746,-13658,-64763,-33898,-14533,-64698,-34026,-14063,-65656,-34108,-14809,-66134,-33960,-14326,-66045,-33040,-14863,-66349,-31272,-14865,-66462,-31867,-14585,-66613,-32917,-14012,-66260,-33138,-14428,-65802,-31673,-13193,-66241,-30862,-14530,-65774,-28437,-15296,-65858,-28858,-15457,-65729,-28857,-15714,-64013,-25762,-16990,-64348,-25787,-16919,-64138,-26795,-16853,-64400,-26725,-16876,-64620,-26625,-16790,-64451,-27417,-16736,-64712,-28677,-16454,-64511,-29587,-16482,-62384,-24481,-16469,-62886,-24081,-16875,-63237,-24178,-17026,-62355,-23578,-16646,-62025,-24932,-16287,-64091,-27421,-20319,-64454,-28703,-20393,-64423,-28797,-20155,-64518,-29471,-19653,-64132,-28577,-19572,-63610,-29168,-18252,-64326,-30748,-17760,-64973,-32261,-17130,-65170,-32587,-16774,-65242,-33673,-15880,-64619,-33735,-15502,-63816,-33617,-15765,-63188,-33156,-15310,-61763,-33787,-15909,-61998,-34296,-16501,-61098,-34681,-16450,-60560,-34983,-16199,-60670,-35004,-16799,-61946,-34671,-16968,-61724,-34900,-17621,-62937,-34575,-17735,-63714,-34324,-17617,-64712,-33899,-16375,-63408,-34273,-18453,-62776,-34466,-18968,-60812,-34983,-18588,-61195,-34975,-18114,-61890,-34826,-18429,-63091,-34395,-18577,-62495,-34732,-17500,-62057,-34774,-17242,-62456,-34382,-16764,-62861,-34136,-16586,-62403,-33638,-16059,-60397,-35066,-15264,-60960,-34261,-15075,-61378,-33767,-14665,-61698,-33368,-14701,-61952,-33673,-14839,-61423,-34219,-14541,-61589,-34372,-14829,-62095,-34111,-15016,-61620,-34824,-14938,-62640,-34840,-14580,-62380,-34268,-15043,-62963,-33631,-14675,-63465,-33730,-13733,-63791,-33539,-13882,-64244,-33582,-15126,-63762,-33361,-15057,-62995,-32851,-14773,-62738,-33158,-14794,-62397,-33335,-14936,-62074,-32940,-14661,-61690,-33183,-14766,-62008,-32853,-14860,-61924,-33053,-15427,-62665,-32744,-14876,-62747,-32809,-15143,-62259,-32913,-15578,-62706,-33940,-14895,-61972,-34809,-14939,-61871,-35332,-14731,-61457,-33548,-15179,-60943,-34530,-15891,-61254,-34369,-16129,-61445,-33811,-15642,-64240,-33872,-16097,-64269,-34157,-16698,-63499,-34460,-17272,-65100,-33774,-15630,-65444,-33827,-15255,-63982,-33792,-13532,-63562,-33526,-13734,-63679,-34359,-13308,-62848,-35787,-13790,-62954,-35049,-13978,-62918,-33985,-14669,-63166,-33883,-14165,-63115,-35657,-13469,-63931,-34141,-13056,-63730,-33801,-13383,-64478,-34278,-13151,-63210,-34862,-13580,-63311,-35382,-13412,-63603,-35442,-12851,-64106,-34185,-12973,-65083,-32870,-17807,-64828,-32048,-19015,-65141,-32674,-17677,-65101,-32442,-17437,-65078,-32177,-18158,-64979,-31790,-18564,-64784,-31041,-19354,-64675,-30233,-19437,-64721,-30086,-19765,-59902,-36845,-14654,-59929,-36425,-14465,-60265,-37103,-14429,-60118,-37006,-14831,-62318,-36308,-13905,-62521,-36185,-13560,-61275,-37779,-13867,-61391,-38108,-14195,-61169,-37684,-15065,-61208,-37425,-15565,-61459,-37451,-16886,-61440,-37204,-17156,-61275,-37307,-16259,-61036,-37590,-14145,-60598,-37261,-14442,-60850,-37233,-14957,-60976,-37152,-15430,-62556,-35800,-12375,-62216,-36207,-11945,-61845,-36555,-11863,-61011,-37746,-13196,-61308,-38019,-13522,-61394,-39064,-13903,-60850,-38541,-13158,-61335,-38489,-12839,-61639,-38599,-12757,-63401,-35554,-12202,-64637,-36829,-12130,-64249,-36323,-12025,-64705,-35741,-12189,-64376,-37162,-11912,-63830,-36659,-11992,-63486,-35846,-11454,-62448,-36255,-11591,-61890,-36774,-11865,-63866,-36161,-11674,-61349,-20917,-18864,-60949,-21306,-18505,-61387,-22540,-18687,-62071,-20210,-19244,-61127,-20444,-18731,-60399,-23242,-17192,-60613,-23044,-17720,-61035,-23535,-18241,-61361,-24261,-18388,-61524,-25203,-18306,-60967,-25177,-17646,-60721,-25053,-17205,-60776,-25719,-16886,-60941,-25797,-17285,-60807,-24106,-17796,-61098,-24792,-17981,-59777,-14295,-18098,-60937,-14944,-18671,-60051,-13830,-18343,-60117,-13412,-18322,-59848,-12872,-18057,-59742,-13531,-18053,-61136,-8117,-18215,-57440,-10629,-14511,-57395,-11332,-14370,-57542,-12139,-14470,-58130,-12761,-14112,-57265,-10465,-14183,-57280,-10803,-14027,-57561,-11795,-14193,-59749,-13508,-13948,-60479,-12222,-13992,-60001,-11824,-13586,-61166,-11549,-14198,-61316,-12199,-14422,-59789,-10757,-13206,-59994,-10661,-13289,-60578,-10559,-13654,-59641,-8934,-12675,-60092,-15039,-14413,-61552,-15115,-15226,-62067,-15127,-15250,-62257,-16517,-15505,-61859,-15844,-15415,-61491,-16177,-15459,-61167,-15560,-15171,-62760,-18477,-15966,-63080,-20090,-16273,-62646,-20463,-16629,-62426,-18336,-15959,-63228,-18104,-15929,-62901,-19360,-16111,-62411,-19981,-16573,-63384,-21242,-16461,-63682,-22038,-16516,-64103,-21489,-16458,-63969,-20829,-16393,-63533,-19557,-16224,-63934,-19939,-15533,-63609,-20119,-15075,-63674,-20856,-14919,-63769,-20903,-14699,-64143,-21226,-14425,-63852,-21535,-14942,-63977,-19597,-15709,-64144,-20603,-16209,-65195,-24481,-16274,-64078,-20716,-13952,-64181,-21590,-14123,-63686,-20240,-14605,-64028,-20055,-14303,-64114,-20376,-14213,-61163,-17952,-12406,-60656,-14823,-11973,-60516,-13768,-11757,-60529,-12619,-11571,-59991,-11822,-11187,-59907,-10094,-10832,-59343,-9367,-10015,-59675,-9701,-9775,-61067,-13161,-11873,-61817,-13593,-12200,-60580,-11192,-11271,-62726,-20122,-21179,-62383,-19927,-21416,-61220,-19289,-21272,-61826,-17449,-19091,-62314,-16702,-19440,-62049,-16757,-19192,-61248,-16293,-18842,-61514,-15594,-18910,-60035,-15692,-18261,-61491,-10371,-18875,-61627,-11435,-18802,-57119,-14550,-21422,-58136,-8799,-19757,-57663,-9849,-20023,-56604,-9171,-19754,-59248,-8279,-19154,-58586,-7735,-19308,-58518,-8969,-19732,-60279,-8165,-19172,-60056,-8791,-19352,-58175,-7720,-19403,-58496,-7230,-19163,-58131,-5650,-18697,-58029,-6237,-18913,-57507,-5032,-18574,-58452,-5420,-18521,-57798,-4779,-18444,-58771,-4429,-18091,-57064,-3863,-18286,-56252,-3056,-18053,-55810,-4447,-18457,-56508,-4252,-18429,-54398,-2166,-17697,-54351,-1473,-17425,-55232,-1539,-17441,-54741,-698,-17007,-55137,-421,-17017,-54613,414,-16543,-54319,33,-16826,-54125,944,-16928,-54187,-612,-17734,-54319,-783,-18258,-54286,-749,-17192,-54173,-554,-17430,-55318,-56,-16874,-54370,1511,-16037,-54208,1218,-16321,-54357,3,-18208,-54499,-736,-18675,-54226,1032,-17494,-54623,1550,-15945,-54381,2717,-15498,-54201,2797,-15645,-61410,-15232,-20589,-62094,-14590,-19791,-62204,-15181,-19598,-62202,-15256,-20081,-61836,-14785,-19093,-59825,-10525,-17629,-59832,-9710,-17587,-59875,-11385,-17167,-59843,-11197,-17575,-58349,-12323,-15631,-57809,-12537,-15116,-58592,-13227,-16016,-57734,-12991,-14544,-58044,-14180,-14798,-57583,-12027,-14747,-57655,-12806,-14816,-57693,-11439,-14888,-57901,-10170,-14957,-57419,-209,-16866,-56879,-50,-16921,-54413,4289,-14646,-54713,4008,-14859,-54878,4754,-14425,-54648,5065,-14098,-54709,5784,-13477,-54075,4404,-14258,-53892,4741,-13650,-53342,3988,-13786,-53411,3435,-14630,-53862,3688,-14867,-59477,-6201,-16827,-60311,-2429,-16309,-59129,-10497,-13072,-58131,-11448,-13652,-58648,-11517,-13544,-58495,-10522,-13330,-58403,-9705,-13086,-58265,-12365,-13893,-57626,-11044,-13744,-57432,-10116,-13497,-57429,-9023,-13112,-57957,-9292,-13045,-58446,-8425,-12732,-57670,-7864,-12720,-57133,-8030,-12882,-57089,-8691,-13149,-57191,-10050,-13795,-58492,-9269,-12925,-57684,-10587,-13531,-59402,-10699,-13089,-59631,-9315,-12743,-61092,-9476,-13709,-59854,-10005,-13035,-61153,-10467,-13984,-61914,-8272,-12739,-62647,-14060,-14952,-62368,-14184,-15040,-61556,-14345,-15062,-62933,-15499,-15269,-63116,-15595,-15189,-63365,-16625,-15395,-62552,-15336,-15322,-63357,-15037,-14171,-63392,-15972,-14301,-63523,-15182,-13943,-61851,-9747,-11888,-61603,-8274,-11507,-62055,-11716,-12205,-61704,-11798,-11944,-61548,-12216,-11869,-60703,-4770,-10046,-60840,-4408,-10276,-60517,-3835,-9686,-60046,-3104,-9109,-58923,-1872,-8118,-58892,-3304,-8531,-59856,-4034,-9200,-60400,-4134,-9612,-61016,-5734,-10550,-61137,-6633,-10782,-60704,-7006,-10458,-60588,-7688,-10531,-61045,-8655,-10964,-61424,-10065,-11491,-61203,-8025,-10989,-61633,-9889,-11649,-60133,-6473,-10037,-59317,-6943,-9769,-59105,-8101,-9746,-59241,-8653,-9725,-59345,-9280,-10224,-59573,-9264,-10465,-59733,-7921,-10257,-59089,-7530,-9247,-59236,-7808,-9922,-59397,-5578,-9431,-60107,-5342,-9700,-60797,-6039,-10358,-59290,-5008,-9212,-58838,-4504,-8773,-58559,-4214,-8219,-58611,-4304,-7987,-58889,-3563,-7133,-58318,-1548,-7379,-58572,-2111,-7938,-59144,-893,-7967,-59569,-1468,-8405,-59866,-1071,-8593,-58721,-3527,-8445,-58536,-3518,-8159,-59084,-5752,-8141,-59225,-5860,-7888,-59240,-6181,-6992,-59496,-7379,-7803,-59425,-8006,-9109,-59005,-7208,-9224,-58947,-6493,-9342,-58815,-6016,-8864,-58678,-5228,-8543,-58733,-5015,-8715,-58933,-6264,-8726,-59447,-7009,-8283,-59266,-6822,-8608,-59352,-6461,-7667,-58732,-5260,-8367,-59059,-9264,-6136,-59483,-9717,-5223,-59958,-8626,-4751,-59419,-10317,-5489,-59262,-10496,-6114,-59368,-10598,-5728,-59625,-11157,-5713,-59025,-4826,-7712,-59142,-4786,-7362,-59151,-6525,-6588,-58883,-6672,-5588,-58853,-5854,-5463,-58750,-5644,-4922,-58848,-6239,-4730,-58860,-7071,-5242,-58715,-5111,-4922,-59208,-7156,-6675,-60435,-6252,-10129,-60432,-4977,-9805,-59713,-2575,-8745,-60939,-4240,-10640,-60857,-3613,-10769,-60740,-3216,-10866,-60493,-1979,-10344,-60412,-2017,-10631,-58870,-1524,-10690,-59420,-1624,-10816,-59739,-763,-10586,-59971,-1152,-10716,-60254,-967,-10234,-60112,431,-9334,-60316,-811,-9491,-60208,-391,-9151,-60343,-930,-9796,-60638,-3335,-9901,-59670,-128,-10330,-60228,-1725,-10776,-63506,-17101,-15240,-63621,-18126,-15827,-63276,-17552,-15761,-63515,-18786,-16055,-63848,-18827,-15636,-63803,-18757,-15900,-63561,-18896,-15076,-63460,-18410,-14568,-63525,-19582,-14698,-56678,-7034,-12870,-57709,-1743,-13387,-58391,-1194,-13765,-58223,-1543,-13730,-58017,225,-13193,-58086,3610,-12155,-57739,2808,-12212,-57707,4059,-11842,-57126,3890,-11551,-57417,4680,-11455,-56598,4051,-10969,-57230,3429,-11752,-57231,2484,-12002,-57569,981,-12724,-57234,1543,-12302,-56262,2108,-11118,-56144,2999,-10589,-56020,4413,-9804,-56359,6671,-9939,-56808,6118,-10595,-58541,5620,-12125,-58175,5481,-11839,-58607,4644,-12450,-59060,4825,-12946,-59410,4524,-13900,-59328,4590,-13367,-59299,5550,-13267,-57135,5624,-10991,-56678,4741,-10871,-56356,3104,-10927,-57585,5344,-11406,-58183,4369,-12079,-58304,2609,-12702,-58071,1655,-12789,-56324,5709,-10256,-56331,4752,-10504,-56164,4538,-10321,-57192,7275,-10453,-58081,7934,-10989,-58027,8802,-10685,-57740,10696,-9993,-57988,11171,-10348,-58262,10839,-11103,-58074,11147,-11047,-58177,10496,-11680,-58303,10645,-11452,-58577,9802,-11591,-58412,9896,-12004,-57362,10984,-11383,-58038,10040,-11981,-57074,10624,-11674,-56842,10263,-11888,-56805,11881,-10872,-58289,10162,-10774,-58673,9117,-11547,-58909,8367,-12134,-58891,7440,-13015,-58878,8253,-12525,-59085,7241,-12904,-59186,6543,-12915,-59081,6492,-12563,-59115,5916,-12650,-58686,9277,-12072,-58163,9192,-12398,-58553,9062,-12411,-58609,8496,-12667,-58833,8184,-11787,-58740,7780,-11746,-58856,7028,-12031,-58845,6419,-12212,-59070,7593,-12586,-58370,9547,-10874,-58519,8326,-11257,-58077,6718,-11449,-57755,7040,-11055,-55853,4769,-7962,-55799,4845,-8632,-55825,6208,-7321,-56064,1551,-10864,-55923,74,-10685,-56044,52,-9908,-56052,453,-11105,-56258,690,-11473,-56610,-326,-12112,-57466,401,-12804,-56568,1516,-11686,-57027,2829,-11708,-57223,-880,-12732,-57851,-3511,-13909,-58338,-4480,-14600,-57177,-4353,-13546,-57056,-3401,-13252,-57503,-3176,-13537,-56890,-4210,-13206,-56673,-3634,-12787,-56575,-2533,-12541,-56863,-1779,-12678,-58688,-650,-13994,-58707,89,-13976,-58542,547,-13611,-59426,1445,-14324,-59447,3655,-13827,-59042,451,-14455,-58574,2998,-12861,-58856,3483,-13215,-59193,3840,-13429,-58502,1544,-13226,-58176,798,-13170,-58399,4209,-12303,-59434,3283,-14736,-59014,3162,-15202,-59877,1316,-15453,-60026,489,-15557,-59723,7,-16541,-57867,-5665,-14353,-56245,-2411,-11503,-56301,-2468,-11895,-56463,-3485,-12380,-55875,1323,-10286,-55829,2652,-9331,-55814,3489,-8671,-55854,1816,-9837,-55882,787,-10118,-56236,2065,-8881,-56400,2656,-8576,-56771,4021,-7953,-57732,4516,-8140,-56740,5952,-7114,-57351,5409,-7538,-56424,3448,-8159,-56692,2421,-8709,-56909,1354,-9195,-56470,832,-9398,-56035,1265,-9427,-56182,875,-9456,-56040,2816,-8633,-55942,2347,-9120,-58449,5163,-8173,-58497,5806,-7906,-58936,5185,-8095,-56707,4929,-7560,-56383,4625,-7660,-55771,5054,-8194,-55866,3638,-9480,-55804,3174,-9388,-55910,1936,-10227,-56652,-6213,-12400,-56830,-3445,-13013,-56277,-1494,-11781,-56499,-1502,-12195,-56326,-400,-11760,-56137,-599,-11403,-56044,-950,-11029,-57559,1193,-9440,-57097,856,-9439,-57219,1784,-9082,-55935,-213,-10437,-56116,-1764,-10876,-60101,-2708,-17489,-56972,-6544,-19023,-55710,-10785,-20642,-55866,-11388,-21188,-55973,-10668,-21452,-56769,-11679,-22458,-56953,-10348,-22703,-57026,-11295,-22738,-57631,-11054,-23312,-58780,-12454,-24250,-59046,-13258,-24443,-57973,-10584,-23612,-58975,-10833,-24423,-59286,-10756,-24619,-59611,-9638,-24648,-60089,-11962,-25178,-59008,-9537,-24311,-58407,-9503,-23910,-56580,-13580,-21481,-59465,-13807,-26875,-59398,-13023,-27213,-59916,-12433,-27369,-58941,-14043,-26935,-58680,-14015,-27105,-58337,-14700,-27076,-58497,-14686,-26838,-58498,-14856,-27502,-58712,-15147,-27791,-59262,-14819,-28392,-57856,-16653,-26800,-57917,-16328,-26514,-58324,-17490,-27744,-58067,-16748,-27349,-59397,-14211,-28060,-59643,-14991,-28831,-60120,-14312,-28920,-59807,-14194,-28538,-57964,-15929,-26930,-58185,-15586,-27319,-58499,-19002,-28178,-54841,-4951,-19906,-54987,-4117,-20042,-55092,-3114,-19972,-54954,-1920,-19544,-54668,-4474,-19519,-54183,259,-16942,-55226,-8254,-19755,-55231,-7459,-19425,-55807,-8367,-21317,-58261,-7137,-23609,-58970,-6991,-23931,-58823,-8415,-24063,-59575,-8328,-24407,-58402,-8629,-23845,-57839,-7023,-23345,-59458,-6715,-24174,-59713,-7735,-24333,-59344,-7896,-24259,-59802,-4167,-23678,-59840,-2321,-23105,-59770,-3283,-23460,-55951,-8046,-21469,-56307,-9286,-21936,-55340,-3342,-20274,-55307,-1427,-19678,-54704,-3666,-19564,-54627,-1773,-19112,-54486,-1953,-18876,-54802,-2591,-19523,-54585,887,-18384,-54680,2108,-18192,-54477,1625,-17941,-54248,1605,-17440,-58024,-1897,-21789,-57872,-1266,-21170,-57148,-848,-20368,-56826,-341,-19933,-57660,-549,-20735,-57130,531,-19810,-57986,679,-20563,-59826,-11540,-25043,-57420,-12461,-20841,-57153,-9051,-19786,-59732,-8354,-19232,-60769,-10601,-24700,-61380,-11089,-24547,-60901,-9339,-24283,-59474,-1935,-23193,-58730,1741,-22050,-59478,4000,-20585,-59383,4610,-20387,-58676,4708,-20965,-58705,5626,-20557,-57659,5513,-20348,-57690,4748,-20856,-57885,3750,-21249,-57953,2445,-21466,-57886,3100,-21237,-58529,3441,-21443,-58598,3971,-21263,-58153,5062,-20990,-58130,4155,-21211,-57835,4412,-21075,-57789,5241,-20864,-57661,5434,-20682,-58095,2755,-21647,-58527,2068,-21928,-58780,2881,-21594,-58868,3578,-21257,-57947,3181,-21454,-62103,-1165,-20915,-62488,-249,-20565,-62748,-332,-20604,-63230,508,-20499,-62987,1691,-20103,-63301,1890,-20312,-63293,3126,-20118,-61634,4076,-19305,-60993,5199,-19150,-60116,3418,-20333,-59019,2960,-21431,-59263,1384,-21982,-60898,1007,-20671,-60660,611,-21023,-61281,-782,-21070,-62022,470,-20365,-62752,1103,-20166,-61135,219,-20811,-61219,1540,-20283,-61599,1601,-20107,-62053,1849,-19931,-61647,209,-20557,-62314,1114,-20133,-60005,6204,-19255,-59439,6609,-19471,-59451,7274,-19203,-57878,8049,-19884,-57881,6476,-19412,-57620,6491,-20010,-57638,5921,-20500,-57888,5802,-19729,-57951,6391,-19181,-57941,6380,-18843,-57810,6896,-18323,-57559,6108,-18247,-57891,6032,-18790,-57896,7616,-18883,-57926,6971,-18684,-57845,8032,-18048,-57598,8809,-17157,-57756,9321,-17339,-57710,10840,-17122,-57731,10547,-16830,-57849,8425,-18382,-57994,9783,-19099,-58762,8827,-19230,-59527,9593,-18102,-58713,9614,-18917,-58203,10553,-18746,-57708,10294,-18509,-57505,7535,-17574,-59820,5833,-19528,-59282,5626,-20021,-58738,6592,-20134,-58380,6999,-20283,-57617,7455,-19798,-57817,5978,-20667,-57989,6122,-20652,-58306,6096,-20658,-57653,7732,-19485,-57665,7203,-20113,-57916,7312,-20221,-58179,7183,-20305,-59509,2244,-21411,-59864,1545,-21434,-60438,3540,-20055,-60822,3227,-19919,-61728,2652,-19743,-61956,4329,-19192,-62605,3471,-19482,-61159,3135,-19781,-60908,4363,-19465,-61483,3009,-19695,-59871,3082,-20723,-62375,-1917,-21119,-62834,-1791,-21080,-62997,-1063,-20866,-63513,-1142,-21164,-62478,-1353,-20935,-63128,-472,-20722,-63586,243,-20920,-63399,3022,-20436,-63259,4110,-19921,-61424,5111,-19057,-60678,5186,-19293,-63042,4263,-19553,-63490,2067,-20678,-63506,1337,-20623,-63303,4393,-20183,-63206,5798,-19958,-63005,5778,-20526,-62837,6826,-20502,-63189,5040,-19653,-63091,5282,-19445,-62839,4135,-19409,-63159,6547,-19411,-63021,6361,-19156,-63078,7517,-19205,-62870,9627,-18937,-62839,8787,-19637,-62377,9505,-20893,-62451,8898,-21241,-62597,9481,-21267,-62636,8752,-21507,-63028,7772,-19668,-63159,6753,-19588,-60804,2217,-20260,-60302,2076,-20727,-62130,2488,-19721,-62532,1576,-20004,-62426,3221,-19514,-62777,2719,-19732,-63044,2658,-19888,-63330,3699,-20587,-63207,3068,-21218,-62891,3830,-21615,-62657,4887,-22619,-62859,4035,-23031,-63079,4011,-23124,-62954,5466,-22709,-62692,6527,-22374,-62806,7209,-22163,-63671,7818,-21724,-63109,7036,-22215,-62769,5284,-22694,-62616,4888,-22356,-62656,4677,-21846,-62994,4605,-21086,-62705,5437,-21421,-62546,6418,-21321,-63117,5022,-20585,-63766,4012,-23024,-63822,-4443,-22731,-63805,-4638,-23066,-63449,-3859,-23497,-63569,-3370,-21977,-63181,-2436,-24320,-63199,-1808,-23692,-63547,-5166,-22594,-65043,-5887,-24802,-64570,-4695,-24708,-65075,-3891,-24516,-63963,-4356,-24774,-63293,-3632,-24514,-63392,-2352,-24512,-64104,-1957,-24466,-64705,-203,-23854,-63615,-3223,-24624,-65692,-5304,-24703,-66097,-4806,-24949,-65624,-5981,-24924,-64957,-7114,-24926,-64323,-7782,-24547,-66036,2624,-23349,-66184,2016,-24010,-66081,2630,-23957,-63677,-5216,-24740,-63215,-1656,-24331,-63333,-933,-24315,-63162,-3233,-23893,-63352,-3746,-21970,-63363,-2401,-21474,-63667,-761,-21298,-63493,-271,-22288,-63372,597,-22216,-63463,1624,-21459,-63410,2744,-20831,-63644,602,-21534,-63715,407,-21309,-63577,1658,-21087,-63640,1010,-20951,-63481,-328,-20913,-63732,-644,-21628,-63690,-297,-21755,-63729,-1075,-22023,-63287,443,-22836,-62436,5127,-19039,-62387,6152,-18760,-61911,6501,-18565,-62196,5083,-18989,-61743,5116,-18983,-62836,5943,-19057,-62465,7337,-18512,-62669,8555,-18323,-62384,8524,-18130,-62778,10305,-17856,-62100,12024,-16723,-61765,13218,-16101,-61343,12636,-16183,-60628,11890,-16425,-59270,12127,-17114,-58036,12018,-17980,-59787,13992,-15859,-60975,16946,-14501,-61482,16090,-15030,-60673,18626,-13662,-60301,19652,-13048,-60885,19905,-13263,-61351,21821,-12539,-62034,22003,-12934,-61995,21302,-13171,-61980,21626,-14002,-61835,21894,-12746,-62015,23721,-12412,-61716,24823,-12745,-61728,24880,-12934,-61969,24692,-13608,-62256,24980,-13699,-63399,27045,-11782,-63613,27715,-11128,-64156,27262,-11075,-65114,27954,-10745,-65164,27149,-11162,-65347,27177,-11356,-64847,25070,-12166,-64609,24601,-12476,-64895,24060,-12678,-64345,26321,-11598,-64927,25794,-11778,-65341,25900,-11860,-65561,25744,-12209,-65672,26865,-12254,-65542,25087,-12390,-65602,24187,-12897,-65663,24478,-12888,-65769,23806,-13608,-65730,23165,-13681,-65797,22960,-14108,-65356,24528,-12502,-62150,21599,-13409,-59421,13246,-16512,-58976,14317,-16359,-58352,14101,-16782,-58083,13902,-16951,-57842,13543,-17012,-58520,12647,-17506,-58815,12545,-17375,-58699,13695,-16846,-61501,11613,-16625,-61972,11262,-16949,-62570,11952,-17105,-62641,11171,-18803,-62410,11873,-20256,-62547,12482,-20150,-62999,13564,-19797,-62511,14277,-19388,-62297,14024,-18197,-62403,12684,-18694,-62683,12652,-17645,-62753,11570,-18096,-62457,11717,-19314,-62299,12248,-19596,-62751,13911,-19653,-62455,13464,-19727,-62302,13419,-19458,-62275,13326,-18991,-62364,12637,-19922,-62623,11771,-20439,-62778,12851,-20070,-63282,12421,-20096,-63307,11384,-20520,-62935,10919,-20771,-63338,14156,-19440,-64157,14448,-18579,-65072,13807,-18041,-63702,14312,-19095,-64392,13219,-18849,-63418,12706,-19928,-63741,12772,-19569,-63705,11593,-20188,-63724,10433,-20694,-64527,11978,-19281,-64762,13667,-18294,-65848,12815,-18577,-64927,12697,-18592,-64376,10931,-19914,-64128,10548,-20281,-64489,9749,-20273,-64728,10835,-19599,-64915,11456,-19183,-65245,12466,-18585,-64065,12300,-19504,-65468,12559,-18538,-65843,11854,-18992,-66017,11141,-19568,-62273,10319,-20523,-62402,9410,-20618,-62580,9361,-20138,-62866,10266,-18312,-62783,10199,-18837,-62935,9330,-18638,-62872,8241,-18624,-62986,7582,-18912,-63003,8451,-18928,-62535,10008,-19798,-62772,7256,-18736,-57665,9619,-16923,-57458,10528,-16112,-57167,9837,-16120,-56732,11203,-15215,-56994,10363,-15743,-57516,11137,-15955,-57599,12814,-15598,-57569,12375,-16862,-59984,4845,-19793,-60442,6926,-18744,-60256,7579,-18556,-60057,8879,-18036,-60000,9531,-17796,-60490,9066,-17736,-61171,8843,-17681,-62004,6934,-18444,-57937,8758,-19568,-57684,8375,-19469,-57778,9303,-19127,-58289,9435,-19263,-57667,8536,-19211,-57746,9154,-18557,-58071,9264,-19381,-58252,8599,-19651,-58160,8115,-19893,-58487,7904,-19828,-59154,9372,-18581,-59305,8092,-18971,-57666,9874,-18548,-57736,9927,-18144,-57784,9493,-17785,-57827,8733,-17937,-58781,10268,-18541,-59223,11048,-17639,-59138,10509,-18015,-59781,10850,-17346,-60459,10241,-17240,-60853,11269,-16638,-62378,10482,-17437,-62733,10856,-17572,-62643,11301,-17342,-60474,11343,-16725,-60141,11669,-16764,-59467,11633,-17173,-60937,12822,-16019,-60926,9553,-17378,-61683,8678,-17805,-62194,9419,-17718,-62086,8172,-18100,-61365,9330,-17480,-61328,10437,-17038,-61824,9608,-17487,-57744,3946,-20963,-57685,4986,-20545,-57856,5112,-18951,-57722,4384,-18956,-57508,3717,-18927,-57733,2446,-19579,-57090,3463,-18659,-57173,5028,-18091,-56762,5438,-17737,-56062,5906,-17303,-55913,5207,-17543,-55373,4908,-17478,-55011,5581,-17110,-54429,5597,-17386,-53954,5505,-17445,-52644,5315,-18133,-54637,6470,-17289,-54133,6087,-17424,-56858,1827,-19136,-60673,7131,-18548,-61384,6768,-18496,-60821,8490,-17877,-61007,7360,-18316,-61169,6311,-18685,-61745,7646,-18208,-60728,10418,-17056,-61069,10874,-16809,-61984,10657,-17153,-55844,10283,-15385,-52414,16669,-14783,-51195,14997,-13919,-50802,14986,-14151,-51016,15551,-13872,-51213,12512,-15813,-51573,13483,-15709,-51858,14416,-15303,-51894,14014,-15824,-50982,8470,-18026,-50949,7106,-18218,-51705,9550,-17904,-50666,6477,-18225,-51457,5419,-18435,-51492,6156,-18357,-51522,8941,-17952,-52925,6591,-17997,-53196,6994,-17751,-56769,9498,-16024,-55926,9887,-15544,-53672,8241,-16903,-52561,7269,-17879,-52252,7555,-17823,-53044,15792,-16133,-53261,16006,-16002,-53270,14896,-16446,-52943,14984,-16574,-52174,18034,-12945,-51600,18387,-12841,-50797,17399,-14017,-50031,17427,-14278,-49312,17603,-13387,-48273,18154,-13291,-48720,18978,-12703,-48543,19700,-12398,-48903,20449,-12297,-49202,20475,-12288,-49812,21348,-11821,-49587,21017,-12069,-50179,21445,-11724,-50545,21335,-11493,-50267,21816,-11394,-50889,22423,-10605,-50618,22323,-10648,-50262,22086,-10634,-50337,21065,-10345,-49609,21292,-10850,-50197,21848,-10495,-50086,21164,-10569,-49093,20237,-10974,-49144,21250,-11231,-49969,21874,-11026,-49611,21542,-10967,-48548,20445,-11156,-48870,20925,-11148,-48868,20982,-11586,-48662,20463,-12096,-49592,21480,-11447,-50990,21702,-10974,-51622,21245,-10689,-51203,22493,-10492,-51554,22732,-10122,-51855,23035,-9513,-52114,22269,-9502,-51811,22453,-9737,-51547,21617,-10490,-51557,21963,-10316,-51914,21560,-10376,-50732,21908,-11194,-51242,22905,-9874,-50714,22476,-10197,-51023,22807,-9465,-51440,23279,-9128,-50745,22273,-9912,-48161,17819,-13475,-47332,17284,-13700,-46787,17042,-13591,-46443,16901,-13325,-48806,18000,-13066,-50418,16430,-14633,-50181,16261,-14762,-48989,16665,-14071,-48518,16295,-14070,-48226,16403,-13901,-48849,17019,-13642,-48208,16813,-13692,-47523,16778,-14004,-47847,17086,-13813,-47846,17815,-13508,-48375,17353,-13434,-52089,18446,-12548,-51764,18290,-12679,-51961,18897,-12262,-51806,17702,-12931,-51418,17492,-13140,-54185,4222,-16864,-54129,3741,-16803,-54451,3068,-17525,-54433,2388,-17620,-54625,3129,-17847,-54095,1419,-16551,-54171,1664,-16164,-54054,2165,-16529,-54069,2728,-15988,-54136,2630,-16752,-55545,2767,-18349,-56258,2615,-18627,-51593,2168,-18151,-50743,2381,-18418,-52015,1979,-17513,-51483,4037,-15773,-51557,3748,-16007,-51840,3168,-15290,-51325,4080,-14720,-51411,3862,-14732,-51440,3940,-15252,-51673,3776,-14649,-52448,3552,-14803,-52316,3958,-14461,-52955,4335,-13077,-53202,3470,-14458,-53105,3859,-13999,-53097,4085,-13569,-52552,4213,-13898,-52593,5018,-12678,-53093,3196,-14922,-53163,3020,-15325,-53222,2962,-16349,-54102,3592,-15145,-53621,3255,-15585,-53732,3296,-16055,-53940,3158,-15752,-52048,4117,-14422,-52209,3520,-14906,-57769,12878,-17338,-58268,15078,-16331,-58113,13201,-17343,-60331,12513,-16263,-59868,12893,-16355,-60661,14022,-15534,-61346,15643,-15135,-61818,14015,-15860,-62115,12981,-16406,-62425,12982,-16658,-62616,12647,-17063,-60269,14244,-15479,-60168,13333,-15941,-62499,15356,-16280,-62310,17239,-15469,-62260,16815,-15370,-62118,18154,-14674,-62091,19093,-14274,-62197,19811,-14245,-62035,20085,-14928,-62012,20043,-15500,-62045,19515,-15792,-62073,19412,-16318,-62204,18547,-14936,-62307,17191,-16307,-62432,16104,-16397,-62395,16713,-15909,-62369,15799,-16977,-62184,15534,-18030,-62233,15482,-18496,-62132,16755,-17943,-62303,16948,-18071,-63444,17962,-17392,-63683,17495,-17455,-64166,17573,-16931,-64124,15684,-17963,-63771,15919,-18183,-63263,16426,-18324,-62467,15024,-19012,-62351,14414,-19171,-63031,14463,-19375,-63185,15488,-18811,-63358,14989,-18993,-63856,14951,-18622,-63010,17141,-18053,-62795,15390,-18908,-63751,19001,-16452,-64745,18234,-15999,-65064,17155,-16408,-64743,16856,-16741,-62187,17663,-17421,-62129,17739,-17049,-62114,18405,-16636,-62099,20240,-15994,-61992,21588,-15232,-61843,21811,-14707,-62167,20378,-14101,-61983,18558,-14372,-61932,20749,-15069,-62087,16918,-17558,-62104,16382,-17956,-62274,15031,-17694,-62436,13750,-17881,-62186,15903,-17533,-62224,14432,-18504,-62271,14241,-19066,-62284,15692,-18570,-62474,15880,-18653,-62642,17235,-18030,-63365,17090,-17937,-62420,13552,-16455,-62575,13887,-16674,-62205,14658,-15927,-61842,15804,-15312,-61587,17374,-14537,-61934,17218,-14801,-62180,16120,-15462,-62364,15329,-15944,-61749,18520,-14184,-62665,13075,-17272,-62607,14173,-16952,-62471,15042,-17003,-62795,11528,-17676,-59302,16594,-14907,-61325,14439,-15525,-61483,13736,-15792,-61397,18435,-14040,-61082,18356,-13967,-62228,20960,-15863,-62339,21685,-15540,-62815,21947,-15383,-62442,19474,-16785,-62295,19099,-16932,-62384,20812,-16049,-62545,21484,-15713,-62173,18644,-15820,-62244,17098,-16753,-62215,18564,-15264,-62182,19229,-14740,-61558,19650,-13596,-62054,20009,-13801,-61806,20586,-13327,-60929,21131,-12725,-61542,20399,-13270,-61608,21792,-12647,-62042,22346,-13389,-62092,22367,-13024,-62088,23098,-12712,-61902,23443,-12140,-61830,23177,-13454,-61807,23857,-13047,-61815,24763,-13263,-61889,23230,-14188,-62016,23205,-14425,-62301,23498,-14511,-61853,22597,-13977,-61759,24031,-13287,-62205,22465,-15020,-61967,23994,-12110,-61801,25090,-11998,-61707,26023,-11908,-61681,25526,-11246,-61768,24539,-11653,-61477,24500,-11480,-61395,23517,-11763,-61659,23468,-11916,-60707,21675,-12363,-59928,22266,-11653,-59706,23480,-11049,-59101,21893,-11892,-57587,21238,-12502,-57348,20645,-12652,-57248,20006,-12749,-57341,18889,-13653,-57384,17723,-13413,-57763,17402,-14810,-57559,17893,-14365,-57637,18762,-13998,-57928,19900,-13506,-58253,20025,-13455,-58228,20937,-12857,-59279,21186,-12257,-59672,20689,-12437,-60025,20141,-12742,-59882,21537,-11980,-59546,21927,-11769,-60315,20874,-12499,-59798,19689,-12949,-59451,20306,-12727,-57967,20894,-12911,-57579,20018,-13248,-58865,20454,-12924,-58280,16882,-15375,-58125,17964,-14756,-57403,17512,-14156,-57358,18219,-13889,-61822,25209,-11643,-61927,26516,-12636,-62703,27665,-11911,-62962,26141,-12718,-62973,26871,-12241,-64323,27858,-10602,-63910,29237,-9854,-64232,29427,-9725,-63636,30229,-9305,-63971,30460,-9100,-63768,29010,-10062,-62997,30008,-9876,-63237,28870,-10578,-62992,27998,-11475,-62696,28223,-11505,-62167,27642,-12096,-61975,27366,-12183,-61833,26947,-12288,-61699,26366,-12166,-61638,27433,-11410,-61754,26372,-11171,-61682,26815,-11360,-61714,28677,-10099,-61715,29380,-9567,-61595,29078,-10369,-61610,29580,-10406,-61631,28382,-11095,-61984,29269,-10984,-61873,29930,-10461,-61573,29949,-9774,-61746,29123,-10932,-61750,28099,-10335,-61630,27934,-11106,-62039,28800,-11295,-62314,28045,-11813,-61783,28301,-11487,-61696,27768,-11661,-62300,29093,-11042,-61665,27604,-10304,-61453,27387,-10214,-60780,27730,-9726,-59931,30535,-7881,-60013,30822,-7828,-60044,29218,-8714,-60662,29000,-9006,-60289,28966,-8951,-61727,26582,-10967,-61558,26540,-10728,-63864,28237,-10535,-64503,29901,-9492,-64744,30516,-9336,-64979,31410,-9228,-65213,30952,-9619,-65022,30721,-9626,-63242,32950,-7692,-63487,31224,-8682,-63079,31532,-8644,-62374,25757,-13237,-62600,26326,-12797,-62184,26734,-12627,-61978,25614,-13160,-62098,25884,-13112,-61764,26291,-12421,-60912,22127,-12266,-58348,18768,-14216,-58354,19423,-13792,-57663,15582,-15641,-57542,15692,-15322,-57549,15523,-15025,-57658,16216,-15335,-57515,16935,-14792,-57423,17021,-13931,-57429,17657,-13078,-57368,18806,-12720,-57412,18420,-12450,-57247,19533,-11120,-57476,16617,-14762,-54892,17451,-13435,-56583,18322,-11508,-56514,14912,-13592,-57265,13181,-14637,-57268,18999,-13263,-57445,20102,-11744,-57268,21019,-12263,-57731,24481,-10647,-57472,24468,-10519,-57503,25823,-9570,-57392,25561,-9536,-57352,24753,-10140,-57284,23892,-10589,-57403,23528,-11046,-57319,22674,-11423,-57453,21832,-12027,-57589,23137,-11377,-57331,25021,-9636,-57539,23273,-9901,-57568,25080,-8181,-57600,25938,-7737,-57701,25750,-8097,-57292,25468,-7592,-57420,26561,-7136,-57205,26696,-6714,-56063,25293,-6276,-57420,19307,-12166,-57489,20058,-11383,-56696,21041,-9540,-56839,21916,-9129,-56708,22663,-8603,-56430,23272,-8082,-55966,22966,-8055,-56365,21496,-9052,-54565,21664,-11512,-54097,21987,-11475,-53835,21880,-11394,-53783,21359,-12136,-55402,23428,-7919,-55089,23773,-7853,-55181,24318,-6988,-55706,24150,-7033,-56390,23741,-7726,-56756,23596,-8119,-54735,24073,-7738,-55760,23629,-7542,-57952,31862,-4119,-59129,31920,-6072,-58599,32152,-5520,-58719,31413,-6087,-58842,28794,-7812,-58374,29458,-7195,-57912,29081,-7370,-58733,30282,-6831,-58228,31740,-5541,-59253,30783,-6841,-59211,30274,-7094,-59095,29044,-7786,-59346,28124,-8477,-59670,28035,-8784,-59821,28104,-8925,-60051,28193,-9243,-60964,27077,-10133,-60993,25782,-10772,-61388,26223,-10754,-61410,25142,-11207,-59984,23681,-11067,-58366,23927,-11000,-58566,23206,-11378,-58541,21862,-12169,-59026,23089,-11289,-60269,21921,-11964,-60452,23414,-11483,-60685,23548,-11547,-58116,23182,-11480,-58192,21844,-12259,-57772,22107,-12043,-57900,21542,-12450,-60735,24527,-11213,-60390,25539,-10690,-60248,25786,-10490,-59991,25884,-10144,-59683,25836,-9912,-59366,27144,-9022,-58429,26817,-8979,-59175,26225,-9457,-58440,25042,-10242,-58782,24512,-10535,-59420,23218,-11152,-58566,25526,-9872,-58052,25070,-10286,-57725,25792,-9737,-60402,26163,-10433,-59775,27090,-9349,-60158,26946,-9942,-57749,28440,-7833,-58957,27879,-8452,-58365,27641,-8417,-53932,21107,-12506,-54189,21005,-12426,-57371,26739,-8671,-57380,27403,-8298,-57385,26065,-9061,-57478,26860,-8841,-60413,24455,-11095,-60132,24538,-10813,-59668,24915,-10364,-59195,24668,-10401,-59334,25700,-9825,-62152,20371,-13869,-62153,21158,-13608,-61868,21658,-14493,-64461,14672,-18204,-64836,15712,-17277,-65048,14570,-17725,-64475,18457,-16102,-65184,16106,-16937,-64775,14700,-17857,-64475,16326,-17288,-61898,22754,-14412,-63503,21088,-15350,-64070,22083,-14333,-64352,22627,-13805,-64479,21225,-14483,-68245,19455,-16361,-70414,19633,-15086,-70504,18326,-15665,-70154,17968,-15756,-69779,23196,-13251,-70323,24342,-13358,-70126,23834,-13171,-70632,24349,-13910,-70874,25105,-13855,-70645,25101,-13611,-70095,24391,-12851,-70303,25063,-13073,-69376,23062,-13249,-71735,23506,-14700,-71542,23281,-14888,-71787,21273,-15867,-72039,22610,-15110,-71982,22086,-15472,-71311,22929,-15033,-62576,22718,-15020,-65712,22411,-13984,-65460,22389,-13784,-65601,23078,-13485,-63516,26000,-12404,-63148,25219,-13210,-64284,25323,-12255,-64573,23749,-12979,-63570,25020,-12989,-63494,23180,-14213,-62982,24766,-13607,-62605,24937,-13661,-62435,24294,-14128,-64250,24212,-12923,-61623,30513,-8652,-61828,31233,-9401,-62569,31446,-9095,-62485,29989,-10252,-62107,30009,-10432,-61931,30565,-9990,-66599,33798,-7935,-67304,34328,-7895,-66923,34808,-9730,-67455,35230,-10235,-66484,34556,-9654,-67759,36539,-10434,-67038,36817,-10114,-68671,38487,-11293,-67996,38057,-10783,-68310,38290,-11097,-68914,38798,-11315,-69359,38992,-10686,-69829,40296,-9888,-70096,40520,-10208,-70169,41268,-11410,-70401,40607,-11234,-69442,40410,-10324,-69767,40516,-10073,-69644,40953,-10478,-69564,41441,-10959,-69833,41041,-10443,-69966,41399,-10713,-69493,40764,-10628,-69701,40042,-9918,-68925,37649,-10503,-69357,37267,-9411,-69588,37310,-9174,-70021,37806,-9148,-68916,36414,-9261,-69121,36287,-8908,-69488,35574,-8262,-69150,37845,-10224,-69414,38112,-9877,-69800,38223,-9497,-69983,38657,-9603,-69910,39618,-9810,-70112,39816,-10035,-70366,39203,-10324,-70250,39838,-10425,-70233,39166,-9973,-70240,38407,-9552,-69699,38907,-9897,-69876,39192,-9807,-69649,39564,-10120,-69505,38919,-10216,-70291,42322,-11995,-69920,42117,-11021,-65587,44755,-12400,-65390,44754,-12750,-66202,45742,-11720,-65699,49381,-11518,-62121,24157,-14068,-62515,23723,-14451,-62708,23729,-14396,-63110,24025,-14002,-63014,22981,-14679,-65192,23604,-12972,-65117,22710,-13512,-69748,26072,-11793,-69644,26638,-11483,-71854,28572,-10613,-71779,27774,-11219,-72359,27873,-10940,-70073,27567,-12087,-70678,27309,-12572,-65434,27591,-11538,-65247,28037,-10874,-65286,29156,-10598,-64984,28993,-10177,-65102,29882,-10067,-65342,28297,-11054,-64523,28223,-10362,-65588,27768,-11675,-65552,26498,-12189,-68901,31637,-8546,-69182,31856,-8831,-69555,32219,-8747,-69794,31537,-9222,-69470,31422,-9293,-68730,31426,-8556,-69798,30009,-10357,-69821,29328,-10838,-69573,29031,-10380,-69289,29684,-9813,-70141,29020,-11288,-70412,27281,-12572,-70311,26635,-12818,-72027,21242,-15919,-72628,18717,-17042,-74084,17730,-16725,-74254,16587,-17356,-73703,17382,-17084,-73770,18760,-16267,-72475,17134,-18080,-71891,16728,-18024,-72131,15362,-18630,-72211,14400,-18887,-72302,13789,-19084,-72783,13705,-19776,-72682,14234,-19465,-73559,14977,-18819,-72296,15705,-18709,-72846,17075,-17978,-73633,16172,-17938,-73657,16730,-17544,-73222,16973,-17796,-72104,17008,-18078,-72160,12096,-18452,-72110,12848,-18396,-71636,13459,-17475,-71815,14681,-17673,-72053,14762,-18538,-71682,15862,-17713,-71655,16422,-17667,-71473,17140,-17215,-71772,18313,-17228,-72112,17831,-17619,-71550,15741,-17287,-71606,14663,-17272,-71831,13925,-17642,-71816,12920,-17754,-71991,13951,-18081,-72170,13627,-18726,-68941,25085,-12262,-70065,20769,-14409,-68911,21277,-14423,-62272,12605,-19566,-62535,10795,-19357,-62872,9419,-18294,-63092,6890,-19823,-65894,19360,-15765,-64808,29596,-9807,-64091,26662,-11515,-64644,26822,-11202,-62735,29035,-10839,-60977,28257,-9498,-61152,29654,-8834,-60619,29872,-8544,-60761,30605,-8144,-61263,31368,-7895,-60141,30385,-8132,-61460,28679,-9508,-61254,28091,-9716,-60256,27394,-9781,-59472,29266,-7916,-59660,29516,-7967,-59564,30239,-7422,-59712,30595,-7425,-61849,31941,-8802,-62126,31884,-8934,-61719,32318,-8220,-61761,32747,-7875,-62112,33093,-7742,-61854,33632,-7047,-62425,33851,-7167,-61806,34039,-6823,-62388,34275,-7022,-62225,34273,-7262,-61906,34826,-7687,-62021,34321,-7606,-62522,34433,-7462,-62739,34498,-7325,-61954,32430,-8412,-61666,32014,-7928,-61610,32428,-7494,-62454,35090,-7961,-61160,37504,-8325,-61441,34443,-7834,-60810,34300,-7935,-60559,33675,-7288,-61701,36165,-8946,-60412,35248,-8093,-59564,35911,-8649,-59414,35799,-8630,-59169,36557,-8799,-58929,36923,-8842,-58504,37413,-8711,-59406,37275,-8700,-58687,37806,-8812,-57615,39080,-7548,-57327,39313,-7709,-57910,39894,-6691,-57413,39438,-7328,-57198,45156,-3444,-57194,46151,-2861,-57228,45987,-2593,-57275,45341,-3106,-56857,43603,-2579,-56508,43645,-1723,-56553,44097,-1426,-56595,44346,-1036,-56616,45447,-733,-56901,47292,-577,-57060,47763,-829,-57201,47765,-1581,-57260,48705,-1504,-57128,49604,-1305,-56952,50038,-1212,-57021,46918,-1433,-56796,46304,-1016,-56945,45431,-2022,-56884,45983,-1584,-56589,45060,-869,-56777,44478,-1931,-56765,45858,-1242,-57258,48582,-869,-57395,49334,-528,-57175,48763,-352,-56998,48845,449,-57009,49116,1011,-57116,48458,846,-57293,49180,1194,-57210,49723,1282,-57205,49308,135,-57153,49875,1055,-58478,50967,1912,-52431,54870,1742,-52157,54099,1208,-52253,54929,2048,-52095,54812,2446,-52005,54836,2706,-51892,54008,2452,-51806,52975,1855,-51675,52569,1404,-51530,52107,1340,-51391,52451,1655,-51758,53003,1029,-51974,53973,1999,-52029,54178,1761,-51936,53620,1171,-54084,50477,104,-53865,49655,-131,-54171,48369,-635,-54173,47159,-1472,-53568,48638,-871,-53926,47293,-1657,-53546,48458,-1275,-53040,49919,-1535,-53071,49615,-2068,-52741,49774,-2198,-52341,50704,-1420,-52158,50732,-1251,-52194,49749,-1923,-52531,49459,-2459,-52391,47518,-4085,-51851,49745,-1432,-52023,51161,-776,-52339,51412,-876,-52598,51301,-833,-52689,50750,-1246,-52785,50402,-1567,-53361,48988,-1086,-53196,49525,-1488,-52666,51142,-517,-52841,50505,63,-52792,50976,430,-53028,51425,779,-53013,49860,-95,-53113,49517,-528,-53760,48601,-681,-53873,49004,-395,-53472,49315,-271,-53188,50070,149,-53277,49298,-411,-51079,48441,-2675,-50792,49471,-1763,-50424,49126,-2846,-50168,49608,-2434,-59953,31863,-7051,-60900,32505,-7123,-61445,32433,-7344,-61397,33290,-6954,-61710,33211,-7245,-61359,33884,-6751,-61099,33779,-7138,-60566,33637,-6830,-61484,33981,-6900,-61023,33932,-7667,-60527,33455,-6451,-59586,33489,-6205,-60116,33594,-6285,-61172,33605,-6701,-60694,33676,-6556,-66576,31104,-9108,-66809,31573,-8795,-66203,30783,-9475,-67106,30075,-9618,-67087,29309,-10217,-62641,35256,-8740,-63330,35886,-8742,-63071,36147,-9114,-62470,35579,-9384,-63403,34930,-7783,-62957,34880,-7719,-62490,35188,-8307,-62252,35441,-8130,-62378,36445,-9960,-61891,36605,-10642,-61502,37143,-11098,-60903,37582,-11458,-60551,38036,-11712,-60545,37699,-11544,-59746,38517,-11361,-60198,38003,-11367,-62115,37265,-10402,-63445,37104,-9255,-63959,36471,-8993,-63143,36685,-9276,-64081,36421,-9163,-63858,37285,-9299,-63580,37965,-9408,-63820,38591,-9810,-63579,38574,-9604,-63407,39255,-9818,-62919,38134,-9732,-62900,37418,-9676,-63215,37448,-9434,-63188,38652,-9644,-61527,36777,-11010,-60860,38299,-11502,-61088,39168,-11291,-60553,40366,-11677,-61328,41265,-11126,-61011,41977,-11369,-61129,42967,-11240,-61133,43985,-11158,-60929,44363,-11219,-60217,44771,-11551,-59669,46532,-11391,-58957,46827,-11734,-58956,45787,-12013,-60141,43902,-11774,-58906,51895,-11217,-57530,50212,-11581,-57529,51075,-10473,-57801,51380,-10587,-58155,51647,-11194,-58211,52733,-9647,-58454,53453,-9064,-58188,53449,-8765,-57834,52746,-9072,-57023,54800,-8935,-52982,52282,-9399,-52127,53433,-10063,-52090,53779,-10005,-51186,53055,-10206,-51058,53421,-9415,-50263,53222,-9012,-50542,53338,-9057,-60574,33941,-7745,-60169,33702,-7208,-59968,34040,-7603,-59743,34844,-8189,-61122,35618,-7877,-61894,36085,-8212,-61541,36485,-8042,-61088,37139,-8036,-61487,36023,-7854,-60337,36794,-8219,-61060,37661,-9337,-60619,38442,-9484,-60717,37820,-9829,-60755,37130,-10951,-60953,38007,-8587,-60754,38164,-8361,-61067,37788,-9063,-60682,38481,-9106,-57138,41915,-11687,-57248,44164,-11287,-56947,44314,-10987,-55739,43502,-10899,-56295,42665,-11324,-57025,42579,-11568,-56857,41250,-11533,-56627,41901,-11529,-56259,41778,-11315,-56021,41605,-10911,-56491,41327,-11331,-56509,41303,-11081,-56472,43590,-11141,-57137,43592,-11290,-56529,44338,-10819,-56031,43836,-10913,-58015,43136,-11687,-58183,43654,-11914,-57869,42813,-11642,-58121,42491,-11734,-58688,42213,-11790,-55747,41921,-10933,-59412,43580,-12091,-57405,45094,-12276,-56877,45415,-11971,-57247,44856,-11576,-75474,22450,-13776,-75768,21770,-14204,-76609,21987,-13659,-76495,21935,-13051,-76540,21398,-12598,-76415,22058,-11975,-76102,23322,-11934,-75962,24068,-12412,-76374,22154,-12512,-76350,22872,-13143,-76467,22362,-13620,-76203,22671,-13536,-74996,23059,-13464,-76191,23115,-13184,-75217,21110,-14691,-76493,22116,-13852,-76128,21374,-14387,-75778,20570,-14988,-76111,18984,-15948,-76907,20620,-14360,-76765,20288,-12827,-77617,21672,-11224,-78180,22680,-10720,-77594,23181,-10718,-77050,23562,-10715,-77488,25549,-9718,-77934,25993,-9110,-77645,24683,-10121,-77965,24472,-10025,-78256,24953,-9564,-78460,23923,-10034,-79099,21999,-10578,-78049,21079,-11331,-77424,21088,-11525,-77869,19724,-11934,-77913,16814,-13214,-79170,19507,-12009,-79609,19417,-11940,-80015,18809,-11880,-79918,17344,-13025,-79548,17401,-13041,-78752,18504,-12398,-78276,17272,-12918,-77802,17985,-12723,-78032,18528,-12425,-78160,19594,-11923,-78565,19946,-11785,-79076,18604,-12435,-78480,18584,-12343,-79669,18568,-12444,-77471,19405,-12207,-76980,19039,-13384,-76989,19318,-13762,-77045,19548,-14387,-77360,18641,-15320,-77091,19609,-14930,-77225,19024,-15221,-77029,20039,-14578,-76777,20913,-13873,-77332,18211,-12978,-77446,18334,-12763,-77169,19513,-12352,-77021,19328,-12772,-76737,20423,-13093,-77013,18957,-13168,-78607,24935,-9164,-79246,23865,-9519,-79192,23029,-9966,-79351,22647,-10088,-79494,23159,-9829,-78886,23744,-9779,-76716,21494,-11773,-76132,23758,-11266,-76492,22428,-11533,-75824,24289,-12504,-77207,22891,-10928,-76824,22648,-11173,-74466,24413,-12810,-74669,25599,-12082,-74123,25030,-12528,-72736,32550,-7134,-72128,33667,-6345,-71154,33922,-6680,-71300,34223,-6647,-71115,34808,-7610,-72116,33987,-7249,-72450,34161,-7555,-73171,33730,-7649,-71322,34484,-7023,-72891,33883,-7663,-72574,33793,-7289,-72515,33826,-6779,-71654,34159,-6735,-72311,33784,-6399,-72754,33437,-6178,-76706,32719,-3429,-76622,32432,-4228,-76765,32241,-4101,-77079,31795,-4274,-80316,30263,-1848,-74795,28211,-9299,-69428,25478,-12002,-65960,25885,-13078,-65671,25883,-12702,-65999,26691,-12648,-65078,26542,-11417,-66299,25830,-13238,-64839,27539,-10797,-64751,28656,-10185,-70968,13610,-17175,-73274,16023,-18444,-73976,15159,-18326,-72946,15476,-18882,-72354,16244,-18549,-72513,15046,-19017,-72833,15005,-19131,-72552,15620,-18850,-72697,16215,-18573,-78473,8368,-20891,-78944,7131,-20720,-78730,8323,-19829,-78852,8175,-20509,-78695,9270,-20337,-78533,9269,-20520,-78275,9286,-20520,-78861,7952,-20894,-78717,8121,-21010,-78649,9364,-19374,-78497,10256,-18558,-78545,10959,-19153,-78668,9851,-19841,-77284,11036,-19470,-77763,10753,-20002,-78096,10685,-20011,-78566,10353,-18874,-78390,12231,-18385,-78329,12119,-17939,-78272,10863,-17797,-78106,10622,-17063,-78200,9787,-17596,-78144,10229,-16880,-78232,9527,-17109,-78289,10872,-15976,-78345,12233,-15165,-78769,10985,-15514,-79237,11605,-15316,-79491,12166,-15197,-79851,10500,-15949,-79615,9522,-16243,-80111,9326,-16543,-80127,8373,-16967,-80643,7428,-17587,-81033,7440,-17685,-79761,8209,-16863,-79733,6853,-17444,-78555,7550,-17557,-79334,9084,-16346,-79159,8130,-16767,-78404,7797,-17728,-78126,12080,-15532,-78025,13903,-14573,-77882,13169,-15421,-77814,13275,-15852,-77978,11862,-16346,-77767,13697,-15525,-79345,10534,-15733,-80649,10519,-16468,-80872,11346,-16119,-81138,11039,-16048,-81506,10746,-15601,-81602,11128,-14921,-81578,11550,-14325,-81333,12020,-15068,-81436,12196,-14542,-81460,12610,-14043,-81310,13283,-13910,-81451,12549,-13065,-80662,9729,-16723,-81280,9606,-16607,-81456,8261,-17176,-80917,9928,-16684,-81986,8333,-15720,-81893,9052,-15557,-81705,9670,-15783,-81744,8873,-16447,-80894,9342,-16928,-78988,13311,-14605,-78367,9308,-16857,-78755,7271,-17439,-79000,8645,-16563,-78917,9716,-16096,-79060,10881,-15539,-78537,6906,-19482,-78553,6433,-19548,-78614,8478,-19347,-78730,7088,-19976,-78525,5107,-19988,-78957,6266,-20970,-78950,6321,-21531,-78784,4985,-22532,-78676,5677,-22278,-78905,7264,-21220,-78697,7484,-21370,-78469,7791,-21189,-78390,7180,-21567,-77894,7207,-21287,-77660,7456,-21061,-66248,17114,-18742,-66806,13230,-21345,-66830,14243,-20729,-65904,11169,-19381,-65784,9921,-19647,-65074,10255,-19521,-65238,11022,-19231,-65546,11029,-19224,-65371,9952,-19538,-65680,9512,-19741,-66027,9666,-20020,-63491,5164,-22720,-63800,5066,-22660,-64259,4891,-22507,-65368,4435,-22225,-65377,5280,-21788,-62603,5671,-22413,-62475,6317,-21904,-62445,7165,-21559,-62465,7211,-21804,-62560,5488,-21891,-62485,6495,-22126,-62577,7061,-22086,-62308,11067,-20324,-62334,10366,-20093,-62290,11640,-20019,-65870,6022,-23746,-65821,6178,-22897,-66401,9523,-23281,-66417,8903,-23592,-65539,3687,-24685,-65558,2715,-25469,-68725,5965,-23228,-69186,7817,-21685,-68970,8141,-21976,-68513,8838,-22456,-68153,9485,-22599,-68084,8495,-23126,-68127,7683,-23396,-67754,7863,-23836,-69084,8967,-21390,-66480,2993,-27001,-66839,2506,-27226,-66803,6470,-25148,-66522,6044,-25365,-66274,6417,-24947,-66597,6735,-24992,-61227,7810,-18105,-60626,13091,-15913,-63141,2342,-23524,-62902,2363,-22472,-63131,1667,-22287,-62895,1888,-22979,-63010,1939,-23564,-63025,1173,-23680,-62835,2281,-23202,-62812,3021,-23120,-62748,3423,-22202,-63076,2697,-21755,-62769,3701,-22834,-62925,3506,-23178,-68069,3797,-25521,-68601,3467,-24826,-68987,1103,-25481,-68721,1362,-25765,-68672,2580,-25178,-69039,4898,-23154,-69760,5578,-21510,-70641,6574,-19956,-70409,6741,-20179,-70734,7524,-19584,-70650,8403,-19384,-70736,9621,-18915,-70924,6407,-19774,-69996,6077,-21003,-71452,7054,-19347,-69018,2733,-24484,-70386,3993,-21077,-70480,2130,-21711,-70644,883,-21955,-67753,9876,-22853,-68320,10801,-21585,-68304,11897,-20953,-68568,11236,-20929,-68624,10300,-21423,-69020,10494,-20649,-68786,6916,-22751,-68469,6609,-23400,-68087,6967,-23731,-68378,7602,-23120,-69078,6286,-22519,-69433,6672,-21675,-71486,8355,-18942,-72052,7894,-19023,-71765,8038,-18974,-71160,8570,-19030,-67220,2828,-26908,-64419,1127,-23638,-64083,91,-23971,-66054,1582,-27506,-72892,5483,-19811,-73073,5612,-20073,-72773,6937,-19696,-73182,5728,-20444,-73012,6539,-20125,-73950,1408,-22867,-73789,2437,-22100,-73738,3302,-22051,-74249,-1058,-23807,-74780,-1297,-24351,-74960,-386,-24432,-75032,-1438,-24701,-74414,-16,-23822,-75995,1450,-25342,-76209,2099,-24996,-76498,1178,-25386,-72516,11752,-19521,-73180,12319,-20434,-73427,11433,-20838,-73782,9823,-21513,-74455,4515,-23269,-74854,4907,-23634,-74623,11380,-20719,-75679,10523,-20490,-74305,12429,-20189,-74347,11407,-20853,-74893,12491,-19619,-75541,7036,-22685,-75556,9254,-21441,-76492,7925,-21461,-76823,3932,-23739,-75847,3004,-24641,-75404,3794,-24301,-75159,4838,-23891,-75193,3631,-24252,-74832,3977,-23769,-75553,3000,-24657,-75668,7655,-22261,-71172,9603,-18651,-70887,11001,-18216,-72931,14288,-19582,-77517,15717,-17292,-77775,11219,-19834,-78445,11252,-19263,-77091,10667,-19445,-72373,-397,-21089,-71539,-464,-21633,-73103,-3267,-21698,-73563,-2906,-21931,-73110,-2336,-21328,-73455,-2155,-21410,-73604,-1009,-21133,-73758,-1353,-21390,-74497,2877,-23499,-74832,2776,-24010,-75533,-468,-25299,-75158,152,-24740,-75918,-83,-25766,-76277,211,-25875,-76779,327,-25740,-76559,48,-25933,-75989,203,-25761,-76897,-2908,-27124,-75294,3079,-24471,-78912,4610,-22541,-78720,3466,-23415,-79023,5434,-21550,-78834,6405,-20459,-78957,5365,-21220,-78629,5094,-20467,-78629,6373,-19913,-78632,3890,-19878,-78662,3888,-20755,-78865,-910,-22314,-73779,-2163,-21907,-73872,-1891,-22270,-76390,2720,-24604,-77463,2098,-24525,-78107,1944,-24489,-77568,1231,-24968,-77420,542,-25403,-77076,2206,-24565,-76859,3083,-24204,-78167,2714,-24153,-77720,6334,-21830,-78109,6177,-22173,-78549,6706,-21840,-78541,6120,-22151,-78103,5574,-22592,-78763,6522,-21771,-76318,6959,-22178,-78928,5371,-22100,-78560,4876,-19458,-78698,3974,-19349,-78682,5154,-18726,-78831,8120,-16907,-79185,5494,-18079,-79380,7128,-17280,-81262,8144,-17353,-80657,8796,-17095,-81173,9135,-16930,-81507,7498,-17537,-80944,8502,-17278,-81394,5605,-18448,-80835,4463,-18837,-80576,5152,-18478,-81600,4968,-18730,-80910,6069,-18199,-80444,6654,-17798,-80135,6429,-17755,-80088,5648,-18079,-78508,12584,-14902,-78773,12426,-14925,-78968,14233,-14252,-78494,14987,-13876,-78279,16592,-13220,-78940,15579,-13673,-79314,16635,-13310,-79710,16387,-13540,-79603,15151,-14117,-79974,16659,-13386,-80140,17025,-13063,-80342,16026,-13532,-80619,15536,-13431,-81162,14597,-12922,-81124,14014,-13616,-81323,14061,-12817,-81305,14539,-12515,-81204,15367,-12118,-81022,16000,-11978,-80721,16956,-11821,-80987,16647,-11667,-81302,17680,-11415,-81511,16897,-11599,-81665,16152,-11700,-81413,15831,-11658,-81678,14001,-11835,-80851,17253,-11512,-80751,18305,-11152,-80770,19106,-10950,-80376,19421,-10862,-80369,19777,-10752,-79958,19960,-10876,-79367,20464,-11318,-79321,19871,-11788,-79162,20719,-11336,-78952,21372,-11073,-78749,20762,-11429,-78352,21957,-10962,-81134,17389,-11375,-80725,20482,-10718,-81384,14851,-12086,-80442,16115,-13305,-80169,15978,-13722,-78667,16322,-13308,-78774,17367,-12864,-79040,17283,-12945,-76984,20766,-11901,-76907,20170,-12374,-76402,20154,-15004,-82445,5975,-13401,-82002,7372,-16021,-81543,6094,-14915,-81542,6615,-14243,-81581,6153,-14212,-81599,6084,-15257,-81818,7800,-15324,-81883,7004,-15769,-81698,4335,-14557,-82653,4430,-13979,-82193,-1357,-16387,-81978,-209,-16078,-84143,-284,-17004,-82529,226,-15616,-83051,574,-15515,-83050,1916,-15049,-83358,1567,-15430,-83601,-974,-16542,-83476,-2326,-16750,-82601,-1184,-16120,-82970,-453,-15857,-83244,-199,-15912,-87610,-1238,-17976,-91230,2100,-14678,-90786,4351,-14623,-90377,5664,-15103,-89945,6581,-14887,-90055,6701,-15467,-89341,6838,-14019,-89129,6426,-14157,-89425,6110,-14050,-88833,5795,-14295,-88185,5719,-13754,-87808,6149,-13597,-87737,5799,-13540,-88387,5764,-14049,-87842,6462,-13968,-87585,7470,-14216,-87137,7763,-13947,-86519,8289,-13135,-86182,9218,-13849,-87068,9014,-14151,-87715,7941,-14268,-87759,9190,-14035,-87947,10118,-14004,-88483,8817,-14020,-87925,8411,-14146,-88167,8960,-13971,-87856,9724,-13885,-87227,9921,-14064,-86643,9725,-14207,-84905,10168,-12874,-84531,9868,-12422,-84386,9643,-12421,-84600,10091,-12513,-85529,9862,-13611,-85200,10630,-13835,-85777,10297,-14099,-84067,7934,-13390,-83901,8819,-12985,-85438,7725,-13178,-84936,8432,-12827,-85979,7938,-12838,-85933,8531,-12709,-86541,8481,-13701,-87029,7552,-13347,-87751,5358,-13656,-87938,7374,-14339,-88261,6344,-14278,-88633,6796,-14326,-88563,6363,-14362,-87222,8330,-14154,-86654,8738,-13921,-87858,6638,-14127,-89387,5268,-14057,-89263,4923,-14010,-89653,6116,-14042,-89943,5992,-14205,-89584,6869,-14252,-90197,5312,-14229,-90524,5731,-15523,-90487,6207,-15767,-90375,7541,-16072,-90690,7206,-16139,-90652,6729,-16120,-91389,5475,-16289,-91001,5946,-16170,-92372,4189,-16590,-92551,4322,-16544,-92532,3037,-16712,-91807,3078,-16282,-91776,4516,-16363,-91374,6009,-16252,-91854,5354,-16319,-91864,5780,-15951,-90844,5462,-15802,-90809,4909,-15443,-91323,4996,-16144,-91633,3775,-16123,-92175,3601,-16489,-90336,4879,-14260,-88504,4902,-13728,-88652,5285,-13881,-87089,6258,-13431,-86444,7269,-13036,-86469,7716,-12924,-86714,7783,-13076,-87270,7023,-13349,-87154,6789,-13271,-84995,7428,-13693,-88134,2924,-14858,-86041,3192,-15874,-85682,3526,-15697,-85185,3976,-15268,-84699,5346,-14676,-85743,6451,-14040,-86345,6052,-13829,-86347,6750,-13366,-85934,7389,-13149,-86942,5664,-13793,-87582,6735,-13618,-86109,9604,-14002,-86078,9129,-13596,-88964,8122,-14139,-89080,7458,-14018,-89898,5302,-13998,-92122,4784,-16470,-80673,13102,-15096,-80338,4342,-18725,-78710,3137,-19834,-78754,2214,-20389,-83392,-746,-16236,-83508,5943,-13492,-83531,6596,-13214,-83910,7148,-13497,-84384,5967,-14265,-84537,6924,-14076,-84454,6526,-14194,-84655,7281,-13894,-84428,5232,-14333,-83780,6491,-13444,-83866,5703,-13707,-81727,12261,-11943,-82351,13185,-11468,-81567,8298,-13772,-81596,8477,-14228,-81618,9867,-14146,-81742,9890,-15011,-81683,10502,-14637,-81480,11829,-13413,-81381,13201,-13381,-81000,13311,-14422,-81547,9824,-16106,-81055,10739,-16312,-81642,10255,-15230,-81784,9019,-14936,-85390,9206,-12567,-85406,8670,-12590,-84924,9007,-12495,-85622,9281,-12785,-85867,9155,-13043,-85132,10970,-13980,-84685,-3210,-18785,-83299,-2700,-16782,-92313,766,-15842,-91965,1876,-15783,-92402,320,-16403,-92644,-501,-16078,-93118,-1127,-17037,-92300,1758,-16932,-91894,2636,-16365,-93132,3598,-16646,-92668,4657,-16087,-92289,4887,-16338,-92950,4088,-16379,-93497,3977,-15165,-93902,3336,-15401,-94139,2409,-16318,-93693,3055,-16383,-93307,3920,-15936,-89268,7602,-14240,-89474,7578,-14712,-89023,8478,-14482,-89136,8625,-14895,-89333,9040,-15551,-89537,7917,-15393,-89354,8770,-15482,-90036,8006,-15930,-88431,11509,-14583,-88763,11386,-14011,-88733,11822,-13478,-88457,12631,-12711,-88580,13061,-11807,-88828,12343,-11941,-88787,11992,-12852,-89237,11012,-13565,-90405,9758,-13160,-90595,9714,-12373,-90993,10320,-11775,-91199,11026,-12001,-91658,11053,-11911,-91564,11341,-11706,-91377,11560,-11411,-91400,10993,-11012,-91367,9462,-10160,-90425,9173,-9139,-90735,8321,-8854,-90440,8169,-8693,-91067,7128,-9066,-90803,6618,-8766,-91511,7415,-9079,-91106,7820,-8935,-92181,7870,-9703,-92379,8883,-10594,-91863,9118,-10314,-91257,8238,-9253,-90763,9437,-9668,-93253,8563,-11362,-93298,8563,-11983,-93512,7376,-12415,-92709,7190,-12436,-92662,7734,-12198,-93339,8144,-12171,-92808,9490,-11616,-92909,9299,-11815,-92399,10104,-11815,-92125,10421,-11396,-92012,9981,-10978,-93930,7194,-12423,-93914,7555,-12109,-93709,8022,-11713,-94491,6690,-11778,-94161,7080,-11438,-93987,7192,-11211,-94638,5711,-10743,-94727,5972,-11185,-92771,8742,-10884,-92432,9900,-11389,-91052,5537,-8750,-89868,10739,-12208,-89163,11652,-12226,-89249,11276,-12976,-90127,10676,-11831,-89323,11583,-11999,-89195,12180,-11727,-89512,12638,-11623,-89718,11688,-11676,-89848,11174,-11784,-88990,12676,-11645,-87964,14302,-11785,-89723,10473,-13395,-88067,11720,-14684,-88443,12043,-13887,-88302,12615,-13424,-88034,13504,-12653,-87841,14013,-12437,-87049,15840,-12317,-87540,14714,-12476,-87602,14290,-13221,-87411,14464,-13531,-87421,14050,-13879,-87123,14309,-13952,-87118,13375,-14166,-86672,14295,-13916,-87074,14025,-14105,-91820,7417,-13580,-93055,3214,-16880,-93482,2060,-17242,-93561,1478,-17445,-94203,353,-17904,-94649,406,-17627,-94330,-304,-17834,-93670,-911,-17633,-93886,-792,-17327,-94137,-296,-16359,-94281,-3,-15757,-94845,574,-15262,-95220,530,-16528,-94371,-128,-16692,-95116,423,-16993,-94750,990,-17042,-94173,1921,-16775,-93541,2845,-16803,-95557,1052,-15149,-94604,177,-16185,-94246,-415,-17517,-94854,243,-17469,-93852,1402,-17429,-94777,65,-17295,-94162,1371,-17238,-93120,2370,-17101,-92808,1171,-17355,-92534,1025,-17213,-92465,341,-16863,-92821,-272,-17252,-92534,545,-17094,-94601,2021,-16140,-94773,2410,-15570,-95972,2000,-15539,-95284,1039,-16578,-95487,1368,-16120,-95537,936,-16328,-95269,794,-16793,-95676,1072,-15693,-93022,369,-17576,-93403,-938,-17641,-93076,-653,-17514,-91184,6640,-16068,-90920,6747,-16188,-92704,5079,-15338,-93071,4613,-15296,-94627,5775,-13416,-94778,6262,-12608,-91144,11496,-11959,-90864,12330,-11595,-91172,11609,-11168,-90814,11971,-10973,-91145,10580,-10591,-90459,10926,-10199,-90044,10599,-9633,-90910,10049,-10139,-90646,12610,-11220,-90508,12907,-11446,-90959,11998,-11823,-90505,10463,-11742,-90780,11530,-11910,-88204,14609,-8960,-88506,13619,-9250,-88916,12677,-9389,-89169,12187,-9426,-89303,12397,-9733,-89802,11797,-10009,-90656,11542,-10611,-90210,12493,-10616,-88609,13582,-9005,-88653,14424,-8583,-89219,13988,-8323,-89871,14021,-7774,-88848,14877,-6188,-88270,15441,-6127,-88466,15553,-5920,-87140,15995,-6683,-86158,15906,-7530,-86137,15187,-7821,-86164,14264,-8612,-86809,14255,-7491,-87468,14924,-7135,-86618,14812,-7448,-86430,14484,-7793,-86591,15974,-7223,-87120,14611,-7393,-86667,13553,-7930,-87145,12559,-7636,-87330,12835,-7426,-87537,12442,-7392,-87629,13636,-7455,-88484,13417,-7243,-87944,13866,-7335,-88227,14661,-6641,-88492,14526,-6590,-90509,13110,-7268,-90296,13392,-7612,-90138,13022,-8038,-90351,13490,-6952,-90133,13462,-6770,-90429,12055,-7153,-90841,11908,-7388,-90605,10798,-7756,-90190,10247,-7887,-89756,10373,-8444,-89452,11427,-9267,-89635,10796,-8932,-89728,9803,-8633,-89534,9236,-8445,-89496,8813,-8646,-89953,9750,-7856,-90425,9444,-7172,-90375,9951,-6844,-89622,10616,-7155,-88394,9791,-7405,-88207,10389,-7465,-88361,10625,-7422,-87756,11078,-7564,-88515,8752,-7369,-88927,7797,-7068,-87977,9498,-8101,-88193,8856,-7791,-88043,10017,-7624,-89115,8744,-6938,-88719,8299,-7273,-88938,9456,-7129,-88226,12217,-7514,-87507,11829,-7553,-87923,11551,-7517,-88600,12212,-7513,-88478,12953,-7404,-88670,11752,-7525,-89623,11762,-7310,-90678,12116,-7118,-89164,12467,-7296,-88948,13618,-6933,-89190,12961,-7148,-89823,12457,-7147,-89941,12978,-6948,-89695,13782,-6619,-89090,11817,-7468,-90788,10314,-7100,-90641,9826,-7043,-90692,10150,-7375,-90903,10723,-7435,-90895,11092,-7232,-90727,11741,-7168,-90721,11207,-7193,-90643,10481,-7054,-90847,10650,-7129,-89708,9636,-8221,-89989,10890,-8279,-90398,12235,-8035,-90396,12684,-7927,-89772,11745,-8580,-89634,11329,-8770,-89303,11979,-9008,-89105,12251,-9162,-88719,13130,-9166,-89463,12368,-8738,-89394,13204,-8516,-88974,12997,-8887,-88932,13642,-8693,-87847,15461,-6464,-86779,15514,-7291,-89610,12431,-10055,-93291,5869,-9576,-93832,4975,-9097,-93254,6267,-9703,-90903,9486,-12004,-91646,8889,-11943,-90978,9899,-11755,-91679,10232,-12005,-92038,10675,-11600,-91554,10794,-12035,-90660,9914,-11878,-92223,8417,-11997,-92817,8669,-12095,-92499,9576,-11996,-91750,9201,-11865,-92138,9377,-12012,-91971,10352,-12010,-91403,8812,-12106,-91091,8808,-12728,-90418,11000,-11704,-90016,11719,-11658,-90592,12196,-11853,-90429,12842,-11725,-88854,13373,-11502,-84799,15935,-12583,-83913,17061,-12850,-83852,17463,-13449,-83316,18518,-13554,-84148,16631,-12699,-84313,16128,-13349,-84122,16698,-13792,-83629,17412,-13842,-83785,17454,-13762,-83077,17408,-13574,-83352,16016,-13384,-84327,16406,-12584,-83767,17435,-12203,-83933,17296,-12087,-84647,16740,-12279,-84378,16746,-12264,-84540,13790,-14188,-83876,14383,-13737,-83404,17447,-13784,-83183,18182,-13633,-83531,18168,-13596,-83347,18737,-13373,-83458,18481,-13225,-83667,17856,-12947,-83065,19328,-12740,-83172,18393,-11968,-83667,19651,-11078,-83499,20322,-10808,-84193,19653,-11453,-83035,18824,-11445,-83368,18859,-11179,-83292,19373,-10939,-87997,15306,-11277,-87353,16815,-10870,-88053,16411,-10660,-84859,20818,-10520,-85151,21003,-8921,-84593,20881,-10620,-84325,21434,-10254,-89178,13989,-11589,-87795,15131,-11461,-88253,15910,-8020,-89088,15580,-7598,-89235,15718,-7236,-88703,16295,-6153,-88942,15680,-6046,-89071,14953,-6117,-89424,15000,-6299,-89882,14393,-6642,-90159,13959,-6985,-89249,15750,-6929,-89989,14242,-7299,-89343,15455,-6627,-89540,14977,-7430,-88844,15029,-8040,-88173,15559,-8264,-89358,14690,-7839,-87180,14027,-7440,-90668,12294,-7668,-90460,12808,-7002,-90665,12554,-7216,-90856,11471,-7580,-86966,15262,-13409,-84851,22257,-7775,-84925,22811,-7274,-85767,23020,-6974,-85451,21472,-7724,-85362,22088,-7501,-86100,22041,-7406,-86427,21476,-7578,-84875,22429,-7515,-84621,23037,-7330,-83790,25285,-6339,-84272,24000,-6989,-84505,22983,-7994,-84185,23118,-8781,-84808,22061,-8513,-84406,24546,-4792,-84124,26258,-4590,-83669,26716,-4047,-89500,7378,-7718,-90037,5628,-8242,-90341,6050,-8466,-89507,5776,-8296,-89991,5377,-8454,-89944,5431,-9031,-89542,5888,-8867,-91264,6327,-8889,-89856,10219,-9134,-89646,11237,-9562,-93276,8746,-11761,-95678,4976,-12110,-96230,4114,-12509,-95970,4259,-11888,-95642,3672,-14879,-94104,3361,-15127,-96523,2547,-14907,-95955,1873,-14156,-95808,4894,-12469,-95212,5739,-12784,-94688,4596,-10230,-95411,4643,-11093,-93932,4070,-11200,-94880,3922,-11502,-96150,3793,-12622,-95645,4192,-11271,-95729,4026,-11525,-94287,3983,-10809,-94779,4123,-10240,-94995,3875,-10889,-95177,3960,-10769,-95519,3944,-11499,-94126,3965,-10099,-94659,3843,-10321,-95650,1487,-14224,-94034,-346,-18063,-94397,-80,-17980,-96360,3798,-12973,-96150,3465,-13271,-95619,2717,-13539,-94648,1600,-13245,-94110,1196,-12980,-94061,616,-13209,-94297,983,-13359,-95384,3729,-12590,-95094,3534,-12712,-93917,-479,-13912,-93908,-445,-14660,-93981,-334,-15243,-93859,-973,-14435,-93908,-1631,-14896,-94197,-1784,-13711,-93943,-1339,-14269,-93985,-1262,-13668,-95826,1467,-15882,-95758,1291,-15985,-92949,1630,-17273,-93898,338,-17928,-93683,20,-17957,-93555,-469,-17931,-93828,-756,-16239,-93596,-1393,-16017,-93742,-1120,-15413,-93599,-1184,-16619,-94221,321,-13975,-94403,309,-14995,-94158,-13,-15034,-93329,2055,-11393,-93358,2517,-11575,-93103,3170,-11283,-92708,3100,-11071,-92787,2562,-11075,-93039,2529,-11203,-92677,2456,-11123,-92073,-115,-11818,-92167,-769,-12060,-92524,-402,-11713,-93182,-1256,-11500,-93332,-1898,-11722,-92351,944,-11534,-91490,125,-11839,-90877,347,-11804,-91558,-831,-12224,-91736,558,-11679,-91538,-620,-10933,-92206,-821,-10451,-91998,-1879,-11056,-91996,94,-9942,-92160,-93,-9375,-90585,271,-11764,-93852,821,-12563,-93893,403,-12607,-94075,-448,-11937,-93673,1659,-12243,-93970,2058,-12537,-93958,-535,-12824,-93985,-1143,-12975,-94109,-927,-11944,-94685,-2419,-14189,-95107,-3014,-13989,-95048,-4075,-14432,-94134,-4829,-15334,-94127,-4639,-13691,-94178,-4974,-14915,-94822,-4542,-13836,-94917,-4445,-14319,-95396,-3977,-13806,-95290,-4207,-13863,-94663,-3982,-14882,-94918,-3371,-14454,-91911,-4067,-14495,-91514,-3729,-14055,-91136,-4106,-13754,-90882,-4478,-13244,-90703,-3926,-12640,-90575,-3222,-12370,-90641,-2906,-12228,-91015,-3035,-11822,-90643,-1980,-12377,-90964,-2557,-12983,-90919,-3076,-13105,-91353,-2700,-13349,-91316,-3174,-13552,-90578,-2336,-12610,-90696,-3161,-12813,-90743,-3845,-13021,-91465,-2378,-13181,-90718,-2053,-12605,-90825,-1479,-12104,-90912,-1445,-12262,-92380,-2010,-10665,-91333,-2022,-11836,-91561,-2616,-11541,-91916,-2950,-11183,-92293,-3835,-10722,-91710,-3729,-11097,-91114,-5392,-10462,-90824,-5864,-10320,-90701,-6093,-10324,-90230,-6013,-10196,-90332,-4580,-10283,-90499,-7087,-12184,-90696,-5736,-11984,-90874,-4854,-12696,-91044,-5245,-13515,-89916,-6444,-10752,-90606,-6794,-11518,-90375,-6929,-11259,-90099,-6917,-11246,-90308,-6571,-10487,-90432,-6516,-10697,-90593,-6314,-11637,-90519,-5900,-10912,-90476,-6117,-11181,-90692,-5899,-10089,-91369,-4688,-14455,-91115,-4939,-14068,-91183,-5877,-14420,-91114,-6821,-14665,-91028,-7024,-14141,-90785,-7034,-14408,-90504,-6462,-15653,-90198,-6446,-14460,-89838,-6033,-14477,-89763,-5797,-14895,-90916,-6454,-16127,-91114,-6741,-15913,-91030,-6989,-14848,-91224,-6685,-15028,-91328,-5594,-14766,-90820,-6719,-15683,-91106,-6084,-14072,-91992,-5461,-15519,-92484,-5501,-15836,-91049,-5654,-13129,-90890,-5559,-12443,-91051,-5984,-13067,-90711,-7016,-12635,-90635,-6957,-12092,-90666,-6408,-12279,-90697,-5348,-11022,-90737,-4745,-11290,-91076,-4706,-11016,-91712,-4784,-10527,-90685,-2378,-12326,-90596,-3914,-11887,-90822,-4854,-12108,-90614,-5138,-11608,-90798,-3619,-11719,-90724,-3997,-11564,-90601,-5110,-11389,-90650,-4318,-11736,-90866,-7081,-13834,-90561,-6984,-13014,-91359,-5330,-10271,-91289,-5277,-10111,-90695,-5385,-10008,-91679,-4682,-10229,-91222,-4989,-10111,-92008,-4067,-10359,-92107,-2566,-11045,-90945,-3636,-10482,-90977,-3212,-10536,-92102,-4225,-10661,-92029,-4337,-10449,-92193,-3672,-10379,-88741,-3771,-11408,-88251,-2249,-12896,-88713,-4496,-12335,-88717,-4007,-11886,-88511,-3027,-11765,-88737,-3246,-11224,-88544,-4138,-12561,-88199,-3215,-13829,-86996,-4660,-14806,-90740,-303,-11988,-90864,-877,-12107,-88547,-1413,-11664,-88311,-986,-11550,-88361,-1673,-12160,-88636,-888,-11048,-88659,-2140,-11395,-88685,-2693,-11178,-88456,-2260,-11933,-88195,-2472,-13442,-88269,537,-8614,-88995,635,-8831,-88079,957,-8705,-88628,1473,-9310,-88190,1963,-9458,-87885,2205,-9244,-87445,2533,-8671,-87862,1749,-9034,-88190,2251,-9808,-91677,-1604,-9382,-92222,-1659,-9111,-92411,-2031,-9464,-92513,-1821,-9383,-92065,-2610,-10174,-92506,-3151,-10261,-86905,-3606,-13386,-86936,-3111,-12705,-87014,-4260,-12645,-86954,-4718,-14490,-86600,-4384,-11107,-86347,-5052,-11228,-86182,-2519,-9966,-86634,-3454,-10723,-86641,-2503,-10334,-87102,-764,-11147,-87331,-766,-11397,-86801,-3472,-11008,-87011,-3809,-12139,-86936,-2840,-13102,-86978,-2809,-11929,-83671,738,-9810,-83602,-917,-10864,-83331,-2150,-11650,-83317,-2801,-12088,-83534,-1641,-11295,-82957,-2183,-11545,-82958,-1561,-11208,-82918,-2824,-11921,-83203,-2325,-10348,-82865,-1840,-11104,-82876,-951,-10829,-83265,-1089,-11052,-83060,-453,-10674,-83389,-29,-10468,-82727,2761,-8540,-82933,3071,-7575,-83088,2725,-8937,-82453,4342,-7493,-82769,3928,-7084,-82448,4506,-7762,-82090,5740,-7153,-82250,5048,-7346,-82596,6332,-7347,-82336,5495,-7581,-82247,6496,-7211,-81955,6674,-6777,-82258,5878,-6528,-82068,6307,-7082,-82317,8787,-6197,-81901,9670,-5784,-81646,8990,-5577,-81551,9837,-5094,-81583,10193,-4627,-81377,11399,-4319,-81537,12478,-4271,-81961,12854,-4100,-82354,13213,-3530,-82131,14653,-2855,-81241,14814,-2874,-81107,14203,-2855,-81496,13287,-3862,-81276,12823,-3822,-81275,12410,-3802,-81434,11297,-4079,-81943,10711,-3385,-81545,11255,-3746,-81778,10285,-3989,-81937,9168,-4517,-81502,15376,-2718,-81635,14393,-3270,-81271,13566,-3488,-81362,14327,-3212,-81490,13919,-3545,-82941,14139,-2312,-83206,12901,-2879,-83152,13825,-2361,-82786,13331,-3031,-83080,11728,-3865,-82370,12445,-4025,-81588,11713,-4609,-81412,11583,-4468,-81542,10896,-4908,-81443,10813,-4720,-81686,10545,-5224,-81570,10033,-5263,-81675,9516,-5672,-81930,10376,-5414,-81784,11204,-4911,-82399,11050,-4843,-83227,9256,-5366,-82195,9791,-5753,-82790,8278,-6315,-82931,8542,-6052,-83477,8358,-5663,-83635,9298,-4812,-82199,10648,-5197,-81947,11610,-4731,-82797,11332,-4361,-83440,11828,-3401,-83524,12526,-2932,-81801,13689,-3656,-81716,8811,-5863,-82065,8766,-6173,-81823,8910,-6014,-81743,8262,-5895,-82190,7469,-5445,-82514,8097,-4256,-80665,16828,-1237,-80691,17439,-1308,-80881,18257,-1205,-80662,19112,-789,-80341,19320,-602,-80497,19980,-292,-81901,19967,27,-81991,19392,-89,-81754,18907,-261,-81903,18271,-558,-81598,17804,-1185,-81846,17915,-854,-81323,18080,-1161,-81260,18918,-630,-81280,20111,164,-80906,19974,-123,-80568,18794,-924,-80738,18011,-1257,-80455,18403,-896,-79730,18135,1422,-79218,18187,1726,-79913,18233,1267,-79269,20362,2008,-79520,20222,1544,-79244,20978,1945,-77862,22103,3158,-77830,22511,3275,-77353,23421,3695,-76722,24555,4179,-76463,24643,4336,-76187,25658,4515,-76029,26504,4737,-76536,26962,4920,-76399,26772,4895,-76931,26267,4663,-76680,25626,4419,-77154,24727,4094,-77948,23420,3571,-78364,22317,3000,-78346,22918,3159,-78348,23562,3039,-78824,22422,2311,-78635,22267,2760,-76245,23889,4760,-76356,24408,4485,-76742,22843,4363,-77305,22315,3705,-76712,23884,4158,-75890,24137,4982,-76427,22567,4539,-75940,21860,4696,-77020,22214,4142,-76562,21489,4370,-76020,21366,4646,-75258,21270,4970,-74757,20568,5095,-79373,21442,1189,-78824,23016,2041,-79314,22278,1225,-79440,23270,1542,-78775,24354,2165,-79699,25549,2030,-78937,23783,1886,-79064,24251,2063,-79404,24984,2450,-74450,27007,5852,-73765,26754,5948,-74231,25705,5657,-73887,24333,5543,-73268,25745,5946,-72848,25688,6076,-73058,27093,6279,-72614,27630,6540,-72376,27433,6771,-73877,28293,6206,-73015,27914,6412,-72618,28359,6843,-72841,28894,6613,-72776,29267,6882,-72869,29771,6722,-73291,28876,6437,-72166,29438,7218,-88272,-3440,-13220,-92564,-2564,-9848,-92127,-2190,-9819,-91734,-1144,-8563,-90242,-72,-8620,-89627,451,-8755,-91611,-1620,-11349,-90965,-795,-11560,-91238,-1099,-8561,-91808,-841,-8591,-91636,740,-9989,-91261,1263,-10071,-90751,2278,-10170,-90522,1982,-10551,-90315,1517,-11073,-90716,1162,-10620,-90366,1557,-11287,-90289,2132,-10941,-90943,2457,-9719,-90890,2375,-9187,-90885,1915,-9175,-91071,1679,-9183,-91356,1581,-9432,-91073,2094,-9303,-89649,1034,-9087,-89096,1245,-9250,-90127,1226,-9321,-90349,2517,-9015,-90725,439,-8917,-90593,960,-9172,-90930,1299,-9182,-89754,1697,-9656,-90179,1717,-9483,-91723,-6284,-16353,-90917,-5827,-16556,-89713,-3737,-18758,-89441,-3724,-19165,-89511,-4299,-19450,-89268,-4456,-19440,-90001,-5839,-19574,-89854,-5742,-20082,-89849,-7624,-20910,-89296,-9691,-20222,-88730,-11287,-20151,-89490,-9830,-20829,-89018,-11041,-20640,-88434,-11922,-19974,-88663,-10672,-19672,-88411,-10627,-19232,-88365,-11618,-19647,-88435,-10070,-18947,-88946,-9524,-19466,-89206,-9504,-19902,-89466,-7763,-19033,-89859,-7811,-20052,-89780,-8802,-20811,-89899,-7906,-20692,-89558,-8097,-19537,-89450,-8821,-19934,-90018,-7038,-20049,-88147,-12768,-20249,-87986,-8560,-22302,-87985,-7451,-21078,-87444,-6968,-20715,-84294,-7278,-19473,-82569,-8822,-19767,-82526,-9852,-20470,-82841,-9426,-20140,-82646,-7708,-19089,-82309,-8275,-19524,-89875,-4720,-19088,-89859,-5284,-19685,-89714,-4724,-19527,-89705,-5389,-19940,-89539,-6461,-20647,-88691,-10256,-23300,-89450,-9250,-22262,-89241,-9604,-22635,-89238,-10705,-22986,-82669,-11042,-21269,-83164,-11123,-21335,-81730,-7663,-19712,-88626,-6078,-20009,-89398,-7039,-21026,-89852,-6505,-20558,-89740,-7462,-21141,-86858,-4683,-19288,-84884,-4340,-19458,-82310,-6282,-18534,-82699,-6574,-18521,-87200,-6754,-20647,-88045,-6592,-20307,-87867,-6184,-19993,-88013,-5517,-19425,-87058,-12452,-16501,-87066,-13101,-17195,-87096,-14180,-17629,-85749,-15094,-17140,-85276,-15853,-17707,-85230,-14644,-17189,-84327,-14195,-17658,-84195,-13201,-17256,-83730,-12911,-17363,-83561,-12557,-17199,-84594,-14776,-17746,-83805,-13522,-17686,-83377,-12933,-17431,-83209,-12826,-17169,-83461,-13554,-17816,-85631,-16112,-17696,-84741,-11280,-15771,-84093,-10524,-15898,-83935,-9599,-15502,-83604,-9874,-15699,-83309,-10206,-15791,-83580,-8676,-15150,-83740,-7430,-14480,-83794,-8489,-15013,-83377,-10835,-15644,-83700,-10599,-14707,-83843,-10263,-14100,-84084,-10284,-13046,-83941,-9509,-11541,-83855,-8827,-10733,-83900,-10064,-12408,-83597,-9989,-12319,-83195,-9714,-11962,-80374,-12815,-7028,-80147,-13013,-7072,-80413,-13673,-7669,-79638,-12941,-7287,-79957,-13815,-7995,-79073,-13070,-7740,-78674,-13035,-7897,-79027,-12210,-6801,-80029,-12749,-6831,-80020,-11920,-6341,-80529,-12005,-6767,-81257,-11938,-7243,-81428,-11491,-7129,-81811,-10611,-7316,-81250,-9626,-6354,-81172,-8937,-6024,-81414,-10817,-6841,-80743,-9926,-5823,-80880,-10983,-6406,-80542,-13357,-7399,-79926,-14486,-8666,-79547,-13816,-8197,-78838,-14084,-8725,-79127,-14569,-9026,-78978,-15142,-9768,-78959,-16172,-10819,-78537,-16687,-11801,-78112,-16834,-12316,-77872,-16882,-12240,-77754,-17206,-11933,-77403,-17828,-11658,-76464,-17890,-11814,-75896,-18857,-12066,-75251,-18142,-11385,-74562,-17234,-10555,-74783,-17272,-10180,-74668,-16999,-10354,-75158,-15425,-9918,-75582,-15107,-9402,-75969,-15336,-8782,-75692,-15827,-9141,-75959,-16474,-8660,-75871,-17754,-8765,-75964,-18162,-8475,-76404,-17775,-7075,-76512,-16082,-6700,-76059,-15034,-8503,-76374,-15273,-7307,-76463,-13985,-6759,-76005,-14136,-8480,-76445,-13645,-5637,-75256,-16778,-9780,-75317,-17951,-9477,-75065,-17438,-9917,-75258,-19069,-9396,-74920,-19046,-9878,-74521,-19022,-10177,-74741,-18703,-11016,-75038,-19121,-11010,-74323,-19346,-10446,-74476,-19688,-10094,-74824,-19911,-9772,-74619,-18265,-10207,-74350,-19082,-10792,-75404,-18406,-11788,-75321,-19279,-11370,-75300,-20451,-11119,-75206,-21529,-11576,-75127,-21149,-10876,-75131,-21788,-10935,-74822,-22098,-10721,-74355,-21135,-10831,-73957,-21412,-10479,-73979,-21865,-10640,-73782,-22143,-10367,-73519,-23552,-10261,-73542,-23104,-10082,-73754,-22481,-10011,-73906,-21709,-10155,-73668,-23334,-9648,-74246,-21929,-10732,-73926,-22896,-10570,-73733,-23541,-10435,-73675,-22905,-10418,-74303,-20487,-10842,-74559,-19863,-10925,-74323,-19804,-10838,-74773,-21554,-10775,-77862,-18426,-11659,-76834,-18634,-11821,-77945,-18972,-11572,-78337,-15355,-10568,-78036,-16028,-11504,-77236,-15848,-11321,-76865,-16405,-11446,-75542,-17718,-11764,-76109,-16737,-11591,-76699,-17369,-11689,-77367,-16506,-11600,-77709,-15932,-11550,-75681,-18090,-11893,-76000,-17536,-11790,-80468,-9749,-5389,-80973,-9153,-5828,-80213,-8253,-4036,-86943,-16069,-18201,-86659,-14717,-19052,-86769,-18957,-20199,-86662,-19892,-20938,-83759,-23241,-23516,-84072,-21792,-22955,-84477,-22508,-23059,-89427,-10828,-22211,-89460,-10460,-22340,-89236,-11705,-22317,-89104,-11732,-21699,-88844,-12941,-23346,-89181,-11883,-22864,-88938,-12496,-23453,-88516,-12119,-24205,-87963,-10778,-23782,-87694,-13599,-25090,-86365,-12593,-23760,-86538,-14090,-24571,-86252,-13769,-24135,-86003,-14419,-24211,-87135,-13291,-24794,-87890,-13772,-25120,-87452,-14086,-25182,-86962,-7894,-16243,-87181,-8111,-16949,-87293,-6672,-16415,-87483,-7352,-17201,-87027,-6088,-15398,-87168,-7221,-16527,-87157,-6037,-15792,-87070,-5391,-15331,-86991,-6447,-15076,-87101,-6465,-13808,-87097,-6410,-14419,-86587,-5673,-11720,-83727,-6234,-13881,-83092,-6941,-14455,-83298,-6060,-14053,-83076,-7723,-14693,-83377,-7901,-14847,-83923,-7266,-14195,-83525,-6648,-14281,-83474,-5568,-13755,-83655,-5477,-13525,-83097,-5390,-13685,-83145,-4964,-13467,-83461,-4566,-13178,-83012,-6159,-14016,-82703,-5120,-13159,-82732,-5620,-12528,-83253,-6556,-11576,-83492,-7414,-12067,-82879,-6960,-12472,-82780,-6549,-12688,-82744,-6169,-12232,-82749,-5696,-11603,-82840,-4783,-10299,-82722,-4632,-11109,-83537,-4432,-9209,-83716,-4367,-8822,-83658,-4446,-8276,-83762,-6323,-9262,-83324,-5126,-8183,-81178,-4793,-4309,-81338,-5830,-4253,-81656,-4758,-5315,-81745,-5432,-5261,-82025,-5951,-5607,-82607,-4421,-7091,-83153,-3455,-7222,-83433,-3925,-7765,-82837,-2622,-7661,-82119,-2078,-7672,-81783,-1355,-7687,-81687,-765,-7854,-82601,-3921,-6880,-83085,-4401,-7639,-83569,-3752,-8098,-83219,-5503,-8074,-82572,-4986,-7054,-82480,-5483,-6781,-83010,-5994,-7638,-82759,-6322,-7100,-83039,-6974,-7603,-83251,-7957,-8478,-83101,-7263,-7783,-83389,-6954,-8403,-83595,-5862,-8842,-82486,-6452,-6480,-82656,-6812,-6770,-82681,-4952,-10938,-82645,-4135,-10673,-82453,-3780,-10322,-82253,-2840,-8562,-82013,-2273,-8331,-81880,-1787,-7798,-81968,-364,-8182,-81787,-1011,-8380,-82476,-3295,-10086,-82247,-3209,-9902,-82514,-4280,-10395,-82256,-3568,-9786,-82390,-3713,-9554,-86015,-16213,-17694,-84029,-11716,-16596,-84125,-17513,-20210,-83319,-17918,-20716,-84293,-18213,-20772,-83111,-15261,-18995,-83443,-15474,-19014,-82565,-14511,-18260,-82243,-15100,-17783,-82295,-14293,-17344,-82415,-14623,-17269,-82568,-13829,-17418,-82330,-19556,-21140,-82435,-20180,-21628,-82487,-20826,-22214,-82451,-18768,-20939,-82650,-18464,-21022,-85517,-17994,-19415,-83472,-19168,-21581,-83413,-11419,-16468,-83770,-10924,-16240,-83668,-11613,-16627,-84296,-11381,-16220,-85260,-12648,-16118,-86631,-10800,-14443,-86420,-11209,-14616,-86062,-11460,-14793,-86040,-11087,-14595,-82964,-16012,-19558,-83717,-15882,-16555,-83595,-16861,-17461,-83937,-18106,-17557,-83938,-18525,-14890,-83722,-18245,-14080,-83894,-17320,-14134,-83541,-17350,-13128,-83338,-18214,-13161,-82960,-17401,-12036,-82879,-17636,-12184,-81724,-17008,-11207,-81572,-18079,-11968,-81151,-17125,-11103,-80873,-17460,-11362,-81011,-18618,-12377,-80988,-19277,-12922,-80732,-20059,-13736,-80304,-21881,-15669,-80130,-21108,-15182,-81665,-22016,-15502,-82370,-21997,-15537,-82309,-21337,-14966,-83210,-21106,-15533,-83517,-20225,-15403,-84087,-20217,-16199,-84140,-20063,-16278,-81253,-21671,-15177,-81810,-21032,-14561,-81262,-20378,-13936,-81635,-20550,-14121,-81797,-18870,-12726,-81329,-18699,-12462,-82080,-18106,-12258,-82282,-17605,-11986,-81580,-19448,-13116,-82724,-21702,-15476,-82381,-20626,-14447,-82859,-20929,-15014,-80546,-17860,-11753,-84075,-17805,-15286,-80195,-15864,-9936,-80558,-14616,-8690,-82088,-15850,-10098,-82926,-15569,-11135,-83107,-16445,-11665,-83679,-14756,-11981,-83799,-13983,-11822,-82622,-16834,-11253,-83920,-19815,-18887,-84120,-19862,-17882,-83939,-21555,-20144,-84292,-21985,-19870,-84305,-22619,-20487,-84126,-22612,-20754,-84231,-23108,-21038,-84322,-22983,-20599,-82192,-16190,-18431,-82202,-16779,-18814,-82675,-20954,-21132,-83099,-20716,-20639,-83035,-21909,-21462,-82366,-19977,-21078,-85877,-20223,-20871,-85738,-19578,-20545,-83001,-22589,-21955,-82656,-21919,-21875,-82403,-20680,-21687,-84166,-20578,-16874,-84118,-21393,-17512,-86886,-17151,-19085,-86957,-17199,-18808,-86564,-12025,-15128,-82350,-13465,-16753,-83649,-14329,-18235,-83350,-11534,-16237,-83074,-9427,-15281,-83099,-3633,-11266,-82851,-3104,-11542,-83248,3484,-8596,-85387,2369,-7445,-85872,2136,-7764,-86450,4209,-8105,-86852,4098,-8420,-87612,4562,-9110,-86661,3414,-8148,-86272,3568,-8074,-87784,4516,-9505,-88167,4442,-9703,-88322,5418,-9721,-88436,4779,-9658,-88984,5666,-9366,-89092,4875,-9281,-89321,6014,-9416,-89329,6284,-9218,-89097,6755,-9461,-88776,7318,-9819,-88788,7064,-9845,-88425,7423,-10076,-88409,8062,-10321,-88085,8590,-10548,-87935,9107,-10716,-88159,8910,-10555,-87906,9850,-10690,-87666,10276,-10895,-86962,10236,-10113,-87793,9723,-10876,-87375,10120,-10738,-87552,8537,-10437,-87424,8238,-9983,-87119,9473,-10001,-87227,9983,-10463,-87550,10152,-10930,-87643,9276,-10743,-86314,4885,-8009,-84817,1083,-8593,-88522,3525,-9818,-87255,1474,-8351,-87760,1452,-8591,-83947,11732,-3298,-83916,12507,-2917,-84229,12180,-3160,-85587,5290,-6364,-84964,7229,-5291,-85640,8667,-6695,-85549,9942,-7895,-85500,10540,-8538,-85715,9545,-8404,-85529,10710,-8975,-85728,10466,-9186,-85819,9460,-8684,-85935,8644,-8456,-85864,8335,-7843,-87308,5733,-9065,-86904,11042,-9709,-87388,10548,-9888,-87714,10194,-10026,-87462,10705,-9279,-87793,10107,-9232,-87864,9918,-8820,-87952,9674,-9448,-88165,9068,-9799,-88439,8340,-10176,-88417,8141,-8773,-88744,7455,-9670,-88788,7248,-8008,-86874,10655,-9942,-87416,10367,-10297,-87608,10647,-8529,-87368,11052,-8755,-86854,11482,-9311,-87151,8337,-9528,-88129,9210,-10210,-88497,7859,-8238,-88277,8524,-8502,-88574,7682,-7891,-88791,7330,-9223,-89061,6679,-8242,-89216,6528,-7494,-89421,6600,-7535,-89708,7033,-8234,-89542,7295,-7994,-89429,7008,-7315,-89534,8524,-6690,-90061,9166,-6609,-89693,9842,-6849,-90155,8713,-6874,-89847,8335,-6701,-83488,15833,-1952,-83145,17124,-1626,-82933,17420,-1302,-83817,15050,-2512,-83377,16651,-2072,-83625,16157,-2973,-83960,15020,-3925,-83560,16502,-3514,-83224,17508,-2718,-82904,18707,-2836,-82478,19901,-2953,-83439,16650,-2472,-83151,17760,-2142,-82982,18384,-1914,-82849,18843,-1367,-82384,20677,-978,-82702,19515,-1457,-82224,20609,-2549,-82029,21240,-2841,-82562,19681,-2423,-82563,19759,-1734,-82876,18676,-2344,-83126,17672,-1815,-84158,14325,-4088,-84161,14182,-3409,-83843,15413,-3331,-83960,14816,-2903,-84437,13227,-4302,-81601,19897,165,-82071,18778,-283,-82286,19859,-532,-82454,18762,-608,-82688,19179,-1080,-82183,20869,-1424,-82176,21098,-545,-81863,20900,-52,-81790,21353,-61,-81549,20815,419,-81346,22596,284,-80790,23228,1063,-80906,21549,923,-81287,21207,727,-81223,20752,499,-81064,21643,951,-81389,21646,587,-82118,21457,-724,-81955,21752,-336,-81596,22688,-74,-81097,23769,-500,-81569,22850,-284,-81286,23489,163,-80974,23642,580,-80904,24474,446,-80469,25157,931,-80484,24608,1098,-79942,25177,1765,-80032,26435,1126,-80852,24628,190,-80701,24659,-326,-81185,23894,27,-80065,26416,763,-79982,25782,-921,-80365,25239,-595,-80527,24664,-1110,-79889,25862,-1225,-80480,25463,670,-79876,24763,2196,-79737,24193,2096,-85122,10565,-5183,-85154,10034,-5034,-80394,25494,196,-81053,23688,-1317,-80745,24001,-1591,-81408,22740,-2042,-81649,22308,-2058,-81642,22289,-1530,-81384,22993,-890,-81800,22014,-940,-81834,21692,-1937,-80892,24153,-675,-82473,8584,-3861,-82653,7166,-3933,-82441,8436,-3520,-82960,10156,-5011,-82448,9891,-5582,-83126,10772,-4443,-85084,11860,-7214,-84958,12024,-6618,-84745,13083,-6462,-84557,13806,-6222,-84553,13451,-5530,-84654,13045,-5670,-84527,14414,-6755,-85195,10682,-5833,-85046,12589,-7521,-85227,11676,-8192,-83988,14679,-7844,-83537,14781,-8779,-83803,14206,-9602,-83722,14507,-9732,-84561,14111,-10270,-84079,14789,-10056,-85093,14810,-10274,-84756,15299,-10243,-83225,15687,-9307,-83295,15232,-9136,-84825,15636,-9994,-84389,15522,-10038,-83796,16796,-9217,-83592,17606,-8876,-82618,17484,-8229,-82836,16586,-7212,-82497,17666,-6330,-83465,16218,-9296,-83500,15687,-9548,-83068,15943,-8911,-83105,15795,-8451,-82743,16749,-8433,-83017,16242,-9042,-82888,16899,-8762,-82800,16747,-7659,-83148,16062,-7335,-83303,15546,-7882,-83824,15345,-7288,-84081,15532,-6808,-84290,15348,-6511,-83601,16805,-5925,-83333,17566,-5491,-82923,17744,-5750,-83031,16939,-6434,-82466,18456,-5486,-84349,14650,-7352,-83836,16165,-6402,-83343,16163,-6914,-85216,14148,-10454,-85066,13814,-10538,-83454,15166,-8195,-83471,17491,-5165,-86321,11833,-9937,-85472,13163,-10576,-84758,13495,-10233,-84070,13975,-9845,-84475,13445,-9832,-84096,13656,-9540,-84064,14047,-8639,-84467,13247,-8788,-84455,13213,-8999,-83956,14455,-9943,-83416,15309,-9622,-83404,15024,-9453,-85399,17387,-7574,-85946,17499,-7234,-86183,16578,-7334,-84117,16505,-9422,-83833,17834,-8783,-83935,18383,-8491,-83494,18881,-8341,-88745,15568,-5901,-87895,18197,-6473,-87816,17667,-6030,-87708,18349,-6314,-88236,17004,-6001,-88381,16305,-5829,-88778,16591,-6683,-88607,17066,-7086,-88609,16852,-7410,-88717,16108,-7660,-87875,16747,-7952,-88375,16640,-7704,-88028,17893,-7589,-87599,16070,-6104,-87993,16216,-5802,-86989,18199,-5909,-87032,13571,-7480,-90584,11507,-7918,-89454,8073,-8324,-89468,8748,-8131,-89526,8055,-7596,-89663,7747,-7020,-89450,9011,-6768,-89993,9277,-8792,-89813,9354,-8679,-90219,8620,-8644,-89064,6527,-9577,-89467,11079,-7292,-88706,10282,-7342,-88484,2893,-10006,-87627,604,-8672,-90399,3018,-10393,-90328,2513,-10968,-92513,4111,-10893,-92974,3692,-11116,-94214,3418,-12299,-90367,1010,-11215,-91089,2053,-11341,-93552,3422,-11611,-93643,2337,-12103,-85627,18948,-6261,-85019,19487,-6597,-82997,21520,-6635,-82669,20743,-7381,-81665,19899,-6475,-81097,21279,-4647,-81675,19693,-5854,-81450,20744,-6016,-81367,20401,-5155,-81631,19645,-5534,-81977,18807,-5832,-82489,17263,-7060,-80852,22246,-4192,-81193,21539,-4880,-80950,22426,-4587,-81190,22077,-5519,-82627,22360,-6074,-81976,22088,-6442,-82176,23194,-5481,-81752,23269,-5556,-81189,23706,-5078,-81262,24128,-4911,-80895,24215,-4588,-80706,24394,-4245,-80951,23411,-4850,-80739,23312,-4204,-80563,23311,-3800,-80737,24847,-4203,-81072,22735,-5200,-81362,22899,-5572,-81368,24529,-4676,-81856,23570,-5314,-82844,23114,-5087,-82065,23703,-5048,-81809,24285,-4615,-83304,24009,-4299,-83448,24170,-4386,-82526,24835,-3759,-82518,24029,-4252,-83817,24132,-4713,-81744,22770,-5892,-82916,23459,-4648,-83208,23745,-4365,-83978,23194,-4767,-84112,25687,-3671,-78867,28998,1715,-78803,28770,942,-78549,29350,808,-78283,30011,1245,-78753,29009,2160,-79238,28415,-1298,-79025,28853,-807,-78775,28957,63,-78610,29535,110,-81899,22053,-478,-80157,21196,363,-79837,24509,2203,-79847,23132,1507,-80310,23697,1827,-80370,24147,1463,-80816,22562,1202,-80566,22982,1502,-80712,22304,1222,-80320,22990,1580,-80032,21953,769,-80256,23451,1797,-80335,22333,1118,-80715,20915,362,-80234,20404,-78,-80022,20369,25,-78987,21250,2383,-80570,16472,424,-81784,11298,-1730,-81295,9443,-1870,-80904,9860,-1170,-79548,12037,1445,-79718,10926,1106,-79978,11402,605,-79955,12439,707,-79739,13156,1099,-80624,12404,-517,-80378,11488,-88,-80067,13638,493,-80011,14553,495,-80324,13605,-63,-73507,27725,6216,-74387,27551,5917,-74899,26456,5592,-75009,25970,5514,-76823,21144,4213,-75606,21022,4835,-76268,19894,4543,-75991,19018,4691,-75571,18695,4851,-75225,17625,4914,-74897,17527,4973,-76402,19057,4490,-76890,18004,4221,-77053,16354,4066,-76588,16569,4345,-76910,15236,4094,-76492,17805,4434,-76034,17375,4644,-77990,18541,3235,-78752,19224,2243,-78967,19438,2070,-79494,19408,1744,-79018,18013,1891,-75355,19972,4932,-75027,19634,5024,-74167,20699,5249,-74138,19882,5228,-74663,18550,5087,-77522,21008,3699,-76965,19134,4134,-76443,20488,4430,-76643,19461,4342,-77554,19537,3650,-78357,19714,2690,-77888,21127,3160,-78304,21097,2754,-77708,21170,3372,-77990,20084,3162,-78816,21344,2554,-79159,20173,2106,-78536,20388,2504,-76929,20276,4133,-74947,13243,4382,-74315,13968,4521,-74452,12228,4124,-74098,12418,4121,-73304,13566,4142,-72733,9192,2409,-73150,8916,2381,-73633,8926,2714,-72841,8392,2182,-74395,9512,3322,-74600,11136,3858,-75410,9656,3515,-69217,6683,1790,-68816,7329,1844,-78853,10010,2233,-79139,7947,1682,-79447,6978,1229,-79048,7182,1706,-79124,5731,1377,-78990,4378,1182,-78835,3052,977,-79017,2400,666,-79518,6319,1044,-79295,8444,1506,-79801,9039,773,-78485,8093,2337,-77876,8446,2757,-78581,6960,2069,-81046,-5980,-3688,-80339,-6151,-2967,-78122,17559,3129,-78374,16747,2864,-77966,16318,3368,-79893,15882,691,-80294,16428,665,-80432,15397,323,-80774,14540,-126,-80755,15430,63,-80444,7311,-553,-79943,7094,320,-80191,6717,-164,-80016,6399,116,-80307,5764,-574,-80523,4929,-1104,-79726,6399,739,-80468,5822,-989,-81125,4005,-2992,-80968,3378,-2619,-81215,2176,-2169,-81039,1836,-2079,-80692,3581,-1023,-81385,2055,-2732,-82667,7467,-4288,-82385,1812,-6732,-82864,18194,-1221,-82742,16831,-1111,-82214,17503,-830,-82390,17985,-624,-82106,18161,-503,-82650,17533,-935,-81002,17430,-1581,-80323,17317,792,-79841,16617,921,-81128,16737,-1944,-82859,5376,-7766,-82658,4856,-7941,-80884,2881,-1468,-81326,1376,-2612,-80260,1244,-1154,-79745,1833,-224,-79060,1467,390,-82006,2615,-6009,-82540,-1221,-6226,-82267,-1647,-6964,-81857,-1380,-7234,-82855,-2026,-7017,-83088,-2256,-6684,-82915,-1838,-6046,-82749,-1308,-5941,-83110,-2611,-7317,-82017,-1278,-6819,-82753,-2048,-5818,-83324,-3234,-7423,-82742,-3288,-6681,-83095,-2787,-6737,-83253,-3069,-7608,-83868,-5007,-9211,-83791,-4597,-8624,-83939,-5462,-9185,-84016,-5784,-9722,-83688,-4941,-9609,-82851,-8493,-9267,-82635,-4004,-9537,-83357,-3810,-8666,-82964,-4270,-9486,-82703,-3219,-8490,-83120,-3080,-7953,-81745,-987,-7079,-80346,-9430,-5032,-78869,-9397,-3847,-78182,-8782,-3290,-78200,-9317,-3865,-78326,-8194,-2771,-78926,-8465,-3107,-78735,-7626,-2438,-78310,-7269,-2122,-78015,-8325,-2905,-77344,-8149,-2979,-74075,-2773,-2506,-74382,-2848,-2104,-74231,-4219,-3105,-74366,-3586,-2629,-73726,-2510,-2811,-73453,-2532,-2909,-72775,-2281,-2578,-72735,-1374,-2098,-73780,-3664,-3271,-73557,-3705,-3325,-73554,-4763,-3686,-72518,-4633,-3107,-72494,-3903,-2812,-72724,-3001,-2764,-72536,-3214,-2560,-72703,-3989,-3030,-73391,-1822,-2655,-72620,-2185,-1887,-82512,285,-7614,-83206,584,-7066,-83425,779,-7123,-83535,204,-7634,-83379,-349,-7778,-83121,-504,-7904,-83054,258,-7379,-83367,446,-7220,-82314,-1626,-9090,-82744,-2454,-9487,-82205,-2066,-9385,-83205,-2109,-9017,-83453,-2404,-9304,-81825,-2009,-8761,-81778,-1649,-8504,-83564,-301,-7959,-83345,-998,-8201,-83330,-3298,-10076,-83138,14,-9504,-83389,-321,-9036,-78611,-10534,-5108,-77367,-8831,-3815,-76644,-8232,-3726,-76801,-7934,-3067,-77126,-9052,-4361,-77773,-9812,-4783,-78111,-10555,-5534,-79065,-11214,-5620,-78935,-10412,-4859,-79777,-10155,-4938,-79320,-10929,-5336,-76167,-9191,-5760,-79929,-15724,-9855,-82881,-18233,-12898,-83325,-18489,-13396,-83529,-18584,-13758,-82496,-18020,-12487,-83199,-17976,-12741,-82233,-19035,-13115,-83578,-5828,-10629,-83163,-5042,-10194,-83280,-6162,-8140,-81917,-6242,-5279,-82584,-7089,-6768,-82975,-7775,-7926,-80816,-4875,-3603,-80076,-4710,-2347,-79973,-4319,-2211,-80794,-4232,-3646,-79990,-6158,-2531,-79282,459,-131,-79580,914,-338,-80076,458,-1168,-79588,2449,123,-79881,2432,-260,-80314,2610,-874,-80790,1616,-1922,-80524,2939,-1038,-79358,4602,893,-79245,3906,842,-78029,6193,2212,-75008,8040,3001,-75793,7488,2959,-73955,3327,664,-73855,4146,925,-73502,4990,1001,-73119,5795,1161,-72964,5627,1242,-74325,4411,1475,-74139,5777,1849,-74346,7021,2413,-73126,5102,807,-73041,5199,2054,-73099,4730,2331,-73218,3828,1866,-73429,2163,1662,-73265,3162,2087,-73103,3848,2448,-73372,1904,1943,-73136,2515,2423,-73369,-4052,1189,-73022,-4514,1849,-72794,-4043,2082,-73053,-5720,1574,-72278,-2845,2131,-72679,-2753,2324,-72851,-3332,2190,-72561,-3332,2209,-72546,-4314,1964,-73022,-3714,1989,-78415,5488,1845,-78696,5915,1765,-78647,3885,1317,-78658,1838,800,-78302,4523,1688,-77952,5006,1969,-77595,4830,2063,-77985,3507,1584,-76188,8134,3123,-75651,10094,3624,-74786,9914,3529,-75183,8396,3146,-74188,8989,3070,-74222,8259,2836,-74533,8381,2989,-73760,7991,2470,-76743,8340,3118,-77056,7403,2849,-76346,-3450,-391,-76174,-1741,135,-75960,-2251,-108,-77112,-2793,-51,-75536,-1338,31,-77393,-2266,57,-76694,-1756,238,-76482,-1715,218,-77055,-1044,451,-72938,3646,335,-73032,4664,663,-72961,4052,1024,-73214,3113,1391,-72900,3388,628,-73025,2554,-672,-73242,2830,-384,-73013,2908,-293,-73019,3701,147,-73212,4336,397,-73353,4522,561,-73367,3811,244,-82093,-163,-4153,-82144,207,-4102,-76596,3857,1971,-74932,-4418,-2174,-75373,-5624,-2261,-74767,-4929,-2757,-75535,-4340,-1328,-75373,-5005,-1912,-73716,-4340,-3584,-73908,-4497,-3576,-72487,-7853,-3173,-72413,-7796,-3779,-72836,-7582,-2624,-72792,-6796,-2381,-72680,-5584,-3465,-72446,-5902,-3349,-72390,-6452,-3383,-72380,-7351,-3586,-72593,-7979,-3994,-72579,-6525,-3640,-73215,-4599,-3423,-72429,-4846,-2901,-72446,-5396,-2774,-72548,-5620,-2498,-72760,-5967,-1925,-72890,-6213,-1576,-72811,-6983,-1989,-72766,-6423,-2405,-72411,-5927,-2978,-72402,-6945,-3262,-74866,-7910,-4359,-74988,-8998,-4652,-74685,-7176,-4137,-75089,-7186,-4114,-74537,-7676,-4493,-74693,-8241,-4576,-74658,-8698,-4795,-73970,-8047,-5134,-73940,-8990,-5579,-73778,-8047,-5246,-73519,-8653,-5464,-73805,-8711,-5532,-75257,-9643,-4713,-75455,-8726,-4577,-74825,-5976,-3429,-73127,-9764,-1330,-73455,-9831,-437,-73455,-8585,67,-73459,-9500,-170,-73533,-8215,-85,-73439,-8920,-544,-73265,-5429,-364,-73133,-6076,-930,-72648,-4705,-1987,-72580,-10384,-3449,-72321,-10488,-3858,-72352,-8638,-3849,-72406,-9407,-4204,-72306,-10044,-3996,-76875,4672,2184,-73268,7072,1751,-73039,6452,1433,-72835,-4628,1955,-72207,-5524,1169,-71716,-3951,924,-71280,-3249,594,-70805,-3424,39,-70495,-3290,-200,-70401,-3543,-328,-69869,-1731,-289,-70088,-2220,-264,-70290,-1652,0,-70628,-1705,306,-69975,247,192,-70578,-1005,438,-69684,396,16,-69960,-926,-105,-72063,-4916,1082,-71737,3782,3310,-71662,2748,3006,-71640,909,2536,-71117,-6067,-293,-71144,-7968,-638,-71627,-7838,-14,-72720,-8922,1181,-69050,5119,1206,-69057,6481,1664,-68277,6639,1774,-66943,6752,3178,-66389,7391,4584,-65633,6097,4939,-65273,4248,4376,-65428,4740,4605,-65583,5418,4807,-65832,5357,4713,-66061,5612,4589,-66021,4498,4387,-64813,1503,2425,-64882,1136,3057,-65107,2283,3809,-65193,3544,4150,-65384,2874,4200,-67087,-8725,162,-67233,-9450,-384,-67443,-9369,-643,-67497,67,1375,-67698,61,1249,-67015,-2401,1708,-66309,4831,4095,-66871,8030,3781,-66721,6866,3755,-67265,6113,2495,-67210,7492,2933,-67042,7733,3314,-67064,11092,4088,-66237,12836,5848,-66583,11990,5128,-66584,13205,5314,-67012,11929,4286,-67233,11138,3823,-67132,14157,4555,-67318,15160,4590,-67100,15474,4869,-66741,16431,5660,-66551,16359,6030,-66493,18836,6580,-66337,17268,6557,-66152,17968,6889,-65962,17116,6898,-66000,15636,6665,-66443,15698,6069,-66478,14542,5769,-66652,15223,5602,-66095,14514,6364,-66915,15134,5084,-66835,13287,4852,-67037,13511,4545,-67188,12513,4110,-67385,13761,4200,-67665,14374,4146,-67964,15390,4315,-67746,17743,4911,-67897,16632,4589,-67592,16784,4754,-67623,15602,4473,-68283,15065,4311,-68857,14074,4237,-67652,19189,5322,-67050,19703,5971,-66785,19576,6267,-66456,19788,6825,-67482,21988,6157,-67634,21032,5850,-67407,21260,6024,-66847,20964,6531,-67398,19182,5475,-67558,20333,5681,-65906,21045,7487,-65162,21731,6450,-64309,20823,5640,-64106,22296,5813,-64780,21411,5860,-64975,22095,6159,-65182,20740,6626,-65273,21454,7169,-65266,20325,7171,-65565,21237,7457,-66379,20708,7067,-66810,21742,6764,-66476,21686,7128,-66611,22579,7114,-66394,23573,7442,-66213,24982,7697,-65614,24982,7872,-65378,25098,7682,-65237,25654,7176,-65109,25656,6979,-64768,26472,7013,-64498,26922,7068,-64539,27234,7352,-64645,27385,7586,-65027,27774,8114,-64523,27440,7994,-64352,28408,7802,-65058,28714,8044,-65250,29466,8120,-67238,31262,8667,-67071,31619,8684,-67196,32140,8791,-68954,33232,8770,-68492,33490,9013,-68159,33547,9037,-68443,34546,8746,-68941,34911,8665,-68220,34696,8540,-68091,35590,8555,-67864,35294,8620,-68192,36438,8246,-68868,36626,8227,-67952,36677,8423,-67481,36864,8414,-68350,37433,8265,-68703,37540,8047,-68880,37365,8226,-69401,37601,7706,-67995,36095,8471,-68618,35815,8325,-68756,36309,8052,-68583,35128,8408,-69144,35263,8408,-69597,35007,8498,-68864,34400,8734,-69434,34446,8757,-69112,33955,8920,-68300,33988,8878,-65419,24361,7682,-66011,22964,7617,-65742,22093,7600,-65518,22113,7519,-65401,22754,7439,-65290,22580,7140,-64841,22571,6137,-64874,23625,6387,-64279,23073,5997,-64283,24473,6322,-65223,23402,6899,-64530,22263,5903,-64504,23728,6208,-66150,21663,7384,-67077,23195,6812,-67375,23524,6597,-66913,24851,7289,-66599,25978,7649,-67398,22679,6395,-66982,24317,7142,-66346,26697,7825,-65835,25907,7916,-65514,25849,7849,-65373,26206,7705,-65237,26531,7370,-65089,26662,7211,-65214,27269,7424,-65550,27509,7937,-67635,29970,8669,-67680,30345,8710,-68259,30375,8702,-68535,31383,8830,-67717,30855,8788,-67157,30387,8670,-67119,28923,8701,-65443,26762,7859,-65801,26773,8001,-66416,27525,7920,-65595,15791,6731,-65734,14822,6611,-65280,15602,6477,-65465,14786,6505,-65229,14899,6249,-66181,8533,5103,-65087,24473,6772,-64795,24420,6509,-64159,26942,7172,-62880,27399,7376,-62930,26802,7435,-61420,26535,6662,-61595,26133,6521,-61284,25030,6349,-62018,25277,6633,-62473,24731,6537,-62068,23780,6493,-60644,24152,5973,-59613,24665,5314,-59547,25130,5060,-61588,24482,6319,-60949,23940,5916,-61664,26356,6777,-62637,25474,6670,-63239,25934,6523,-63037,25483,6427,-63226,24983,6311,-62161,26282,6819,-62196,26555,7125,-63698,27092,7664,-63325,26759,7188,-63848,27006,7302,-63771,26415,6755,-63363,26394,6876,-62893,26246,6975,-62779,26547,7085,-71204,17048,4670,-71866,14393,3738,-68006,22801,6434,-68459,23153,7030,-69187,23546,7288,-69350,22471,7061,-68723,23176,7179,-68562,21944,6678,-67905,22467,6258,-69823,23945,7422,-69634,23801,7423,-65816,27898,8070,-65526,27989,8281,-68473,17651,5048,-68481,16159,4570,-68854,14990,4435,-68016,14224,4022,-68938,15624,4649,-68794,17224,5100,-69029,17149,5281,-69723,16943,5845,-70113,16446,5765,-70832,17035,5987,-70769,18240,6196,-71143,15815,5673,-69829,15620,5458,-69430,18289,6153,-69367,17500,5880,-68092,17301,4793,-66255,744,3516,-66270,-375,3234,-66042,1364,3837,-65781,7104,5101,-64956,7768,3937,-64873,9480,3936,-64668,8068,3342,-64233,2778,1655,-64670,3164,2274,-64795,3389,2649,-64620,1555,1740,-64626,4781,2671,-64469,4905,2519,-63279,870,379,-63735,-199,294,-62887,955,136,-62663,1661,210,-62516,-645,-1138,-62543,427,-349,-62785,-887,-693,-62006,885,-1003,-61499,717,-1744,-61257,585,-2082,-62406,1220,-163,-64905,-988,2729,-64534,-5228,-279,-63248,-4228,-1192,-63241,-5966,-2411,-62307,-5000,-3203,-62081,-4158,-3197,-62054,-3405,-2977,-62813,-4914,-2723,-62754,-5336,-2933,-63070,-4680,-2065,-63436,-3902,-903,-63544,-2722,-562,-64360,-3578,-89,-63999,-2322,-108,-63879,-4302,-563,-63862,-4843,-724,-63146,-3625,-1092,-62970,-2456,-1043,-63085,-2612,-879,-64831,306,2653,-62081,1682,-423,-61797,1898,-728,-61218,1515,-1707,-61160,2328,-1377,-61037,1966,-1616,-60933,3238,-1010,-61723,3649,95,-61395,2253,-1041,-61731,2897,-275,-61142,3198,-835,-60896,2666,-1305,-60678,2883,-1158,-61073,3994,-440,-60843,4985,-84,-60670,5633,158,-59741,5245,589,-60476,5171,-44,-60652,4675,-302,-61500,5065,482,-62458,4071,979,-62054,4860,927,-62170,3609,581,-61287,17496,4921,-61087,17366,4962,-61339,18600,5268,-60857,17961,5449,-60805,17089,5133,-60491,17473,5375,-60233,16352,5061,-60413,15608,4804,-60368,14883,4517,-60221,13928,4214,-61548,18625,5208,-62209,17766,5125,-61705,19973,5496,-61795,20397,5566,-61976,21139,5676,-61975,21638,5864,-62230,21882,5784,-61727,21685,6204,-61890,22726,6403,-61606,22131,6366,-61541,19383,5372,-61535,21076,6131,-61335,19852,5836,-61202,20835,6121,-63365,23719,6036,-62359,23731,6331,-62898,24601,6162,-62484,25846,6864,-60219,13120,3826,-60509,13833,3749,-60930,14346,3879,-60837,14938,4096,-60659,15079,4248,-60700,14321,3849,-59931,13096,4077,-59367,14164,3931,-59509,15989,4352,-59177,17192,3905,-59620,17133,4547,-58161,17392,2369,-57923,18918,2221,-57697,19196,1830,-58440,15618,2500,-58135,12081,508,-58086,10176,101,-58121,10349,-259,-60504,13381,3522,-63119,15423,4692,-62022,16283,4762,-62478,18145,5203,-63427,18446,5257,-64244,16834,5064,-64138,18284,5269,-64548,17969,5315,-64273,19231,5425,-64544,19442,5529,-63901,19314,5391,-64232,15620,4817,-64836,17995,5472,-64994,17926,5677,-65110,18494,6242,-65090,17313,5982,-65155,17656,6720,-65176,18403,6836,-65199,-399,3429,-66818,-1587,2061,-67209,-992,1610,-67284,176,1569,-65303,-14740,-512,-65051,-15009,-1175,-65639,-19409,-1886,-67981,-19966,-2365,-68633,-20058,-2524,-69252,-19619,-2679,-69007,-20952,-2616,-69770,-22774,-2551,-70107,-20220,-2556,-69690,-19319,-2673,-70094,-18321,-2643,-69860,-17873,-2676,-67392,-20770,-2352,-68196,-20854,-2481,-70008,-9465,-1862,-70469,-10720,-1925,-71020,-11229,-1476,-70890,-12686,-1818,-71201,-10679,-1169,-69704,-10279,-1994,-70404,-12535,-2226,-70535,-11958,-2055,-70214,-11444,-2141,-70016,-12288,-2269,-70094,-13463,-2409,-68478,-6061,-915,-68500,-7035,-1095,-67917,-6797,-599,-67073,-16574,-1719,-66547,-17081,-1664,-67475,-16131,-1779,-67522,-15041,-1680,-68018,-15371,-1939,-70442,-14602,-2348,-70850,-14608,-2057,-63438,-12990,-4137,-63338,-12958,-4757,-63423,-13626,-5439,-63471,-13255,-6178,-63781,-14186,-6938,-63942,-15980,-5639,-63752,-14635,-6339,-63701,-14865,-5618,-63462,-13886,-4676,-63315,-12942,-5115,-63372,-13048,-5749,-63256,-11779,-4846,-63323,-11903,-4323,-63139,-10338,-4697,-63142,-9690,-4221,-62982,-8717,-4230,-63254,-9996,-3398,-63382,-12403,-6330,-72436,-8915,983,-73232,-11886,-972,-73099,-13765,-1053,-72938,-12507,-1670,-72795,-15855,-309,-73004,-15366,-820,-72657,-15166,25,-72604,-16075,-147,-72578,-16646,-227,-70348,-15328,-2433,-70728,-15368,-2229,-70752,-16417,-2207,-71337,-16396,-1539,-70951,-16407,-2010,-71019,-17711,-1959,-71143,-14797,-1756,-70484,-16756,-2409,-69169,-18695,-2647,-70636,-19068,-2331,-70827,-17668,-2164,-68548,-21706,-2566,-67266,-21797,-2491,-65315,-20249,-2374,-71916,-21411,-1125,-72107,-21561,-1527,-72253,-21049,-1549,-72291,-20881,-1708,-72085,-21459,-2323,-72287,-20031,-2294,-72090,-21888,-1825,-72271,-20466,-1169,-71414,-18996,-1386,-71761,-20118,-900,-71892,-19555,-819,-72595,-18469,-996,-72350,-16803,-301,-72783,-16822,-706,-72577,-17123,-353,-72753,-17482,-988,-72675,-18190,-1241,-72512,-18504,-1904,-72174,-17428,-3337,-71783,-18907,-4151,-71842,-18444,-4751,-72027,-18088,-5607,-72205,-18063,-6163,-72296,-18947,-6405,-72119,-19252,-6061,-72033,-19080,-5723,-72454,-18764,-6631,-73000,-18057,-7072,-73339,-17600,-7253,-72066,-18603,-3387,-71878,-22052,-5358,-71548,-22587,-4682,-65475,-21968,-3061,-65463,-22929,-3807,-64982,-19950,-4481,-64845,-19287,-5464,-64604,-18648,-4433,-65719,-21159,-2545,-64891,-18033,-2566,-64956,-16794,-2003,-64710,-15159,-1939,-64790,-19331,-4884,-64457,-17953,-5542,-64440,-17760,-6042,-64110,-16738,-5204,-64396,-17517,-6256,-64340,-16715,-7705,-64690,-18463,-6431,-64567,-17746,-7918,-67390,-19184,-2142,-71496,-23050,-1397,-71254,-22945,-1279,-72292,-17674,-436,-72217,-18414,-580,-72495,-17736,-503,-71191,-25130,-4199,-71249,-24563,-4131,-71074,-26385,-4202,-71085,-27038,-4353,-71352,-24693,-4595,-70823,-27286,-3919,-70874,-26612,-3643,-70654,-26779,-3014,-70756,-27780,-3914,-69422,-28905,-2619,-68818,-29086,-2927,-71332,-25013,-2842,-70995,-26033,-3295,-71012,-26066,-3723,-71177,-25483,-2649,-71156,-25429,-3319,-71268,-24580,-3756,-66209,-21915,-2818,-70409,-25728,-1836,-70471,-26113,-1941,-69222,-25730,-2697,-69151,-26878,-2690,-68758,-26621,-2844,-68348,-26286,-2931,-68472,-27543,-3020,-68772,-28010,-2878,-69838,-25726,-2338,-69534,-27134,-2422,-69968,-27721,-2396,-69600,-29609,-3094,-69772,-29985,-3225,-70003,-29498,-3302,-70356,-28982,-3535,-70122,-31029,-3230,-70032,-31863,-3098,-72505,-34310,-6572,-73449,-34521,-8250,-73888,-34613,-9064,-74356,-35152,-8954,-73553,-34840,-8140,-73226,-33828,-7684,-73605,-32994,-9095,-73563,-31824,-9268,-73397,-31150,-9104,-73788,-30787,-9863,-74423,-30024,-10631,-74460,-28323,-10862,-74097,-27713,-10359,-74054,-26673,-9904,-73817,-26704,-9716,-73503,-26215,-9797,-73960,-24934,-10216,-74765,-23912,-10572,-74833,-24222,-11123,-74212,-23379,-10549,-74393,-23963,-10413,-74417,-24929,-10257,-74491,-24391,-10324,-73408,-25209,-9992,-74044,-31673,-9963,-73720,-33999,-8925,-73986,-33988,-9332,-73832,-32965,-9437,-74215,-33310,-9902,-74861,-35430,-9850,-75372,-32791,-9346,-77853,-29903,-10380,-77793,-29494,-9913,-77114,-28764,-9496,-77459,-27769,-9639,-77792,-27227,-9795,-77625,-28488,-9651,-76659,-29694,-9514,-77085,-30273,-9615,-77231,-29519,-9591,-78087,-29254,-10533,-78177,-28817,-10864,-78093,-28702,-11672,-78119,-26637,-12916,-78189,-25942,-12631,-78044,-29268,-10173,-77890,-28787,-9857,-78254,-28204,-10096,-67999,-27531,-3366,-68424,-28999,-3362,-66949,-32207,-5574,-66617,-31614,-5656,-66706,-33443,-6870,-67712,-34523,-7823,-67837,-34057,-8184,-67686,-34263,-8384,-67824,-35087,-8386,-67466,-35302,-8717,-66686,-34748,-8797,-65281,-34490,-9619,-65705,-34397,-9169,-66579,-34301,-9035,-66712,-33800,-9274,-66936,-34346,-8848,-67421,-34028,-8718,-67109,-33527,-9331,-67425,-33229,-9317,-67102,-34838,-8493,-67729,-32562,-9523,-65143,-34042,-9501,-65643,-34669,-9163,-65929,-35032,-9686,-66263,-35092,-9211,-66234,-34949,-8977,-65784,-34911,-9299,-68042,-31761,-9493,-68177,-31877,-9035,-68061,-32173,-8518,-67621,-32314,-7741,-67667,-30139,-10052,-67105,-29178,-10493,-67610,-29237,-9886,-67730,-29195,-9353,-67457,-28226,-9547,-67461,-28271,-9245,-66894,-28288,-7948,-66831,-27624,-8296,-66686,-27762,-7787,-66669,-27124,-7462,-66688,-27067,-7184,-66472,-26256,-7544,-66297,-24955,-7427,-66554,-26186,-6738,-66564,-26688,-6537,-66448,-26918,-7840,-67153,-28270,-8515,-67511,-29407,-8314,-67706,-29409,-8907,-68067,-30595,-9316,-67973,-30457,-8840,-67500,-30478,-7770,-67327,-29582,-7877,-67420,-28379,-9878,-66932,-27195,-8769,-67143,-26881,-9410,-66890,-26134,-9991,-66775,-26305,-10225,-67194,-27150,-9732,-67114,-30930,-10386,-66349,-31151,-10486,-66327,-32037,-10164,-63837,-31510,-10097,-64254,-32590,-10014,-65197,-32426,-10024,-65623,-33284,-9720,-65878,-32642,-9916,-64871,-32783,-9979,-66898,-31472,-10305,-67002,-29691,-10639,-66720,-29315,-10775,-66086,-29502,-10894,-65777,-28806,-11048,-66801,-25761,-9880,-66969,-26240,-9575,-66644,-25469,-9549,-66878,-26299,-9319,-67247,-27541,-9141,-67083,-26948,-9962,-67256,-28393,-10220,-66943,-28522,-10599,-66726,-27733,-10639,-66582,-28448,-10860,-67252,-32828,-4815,-67130,-34283,-4958,-67043,-34866,-5237,-67414,-34222,-4769,-67500,-33674,-4396,-66453,-33152,-6331,-66567,-33437,-6684,-66628,-33758,-6144,-66628,-33195,-6017,-68558,-35832,-4914,-68587,-35311,-5137,-68532,-36264,-6396,-68524,-35741,-6073,-68506,-35058,-5474,-68296,-35400,-5970,-68083,-38172,-5891,-68016,-40898,-6648,-67653,-39069,-4573,-67627,-38698,-3760,-67691,-38311,-3213,-67810,-37951,-3530,-67287,-39696,-3144,-67153,-40661,-2026,-67373,-40369,-1718,-67061,-40344,-3425,-67254,-40048,-4647,-67238,-39922,-3834,-66167,-27896,-5401,-66433,-26839,-8105,-66094,-25831,-8098,-66114,-28290,-5212,-66193,-29284,-5411,-66294,-30055,-5533,-66487,-33783,-6496,-66529,-34316,-6336,-66900,-32743,-5633,-66990,-33245,-5307,-68342,-36749,-6944,-68441,-37905,-7040,-68250,-38285,-6735,-68136,-38981,-7204,-68066,-39369,-7568,-68047,-39377,-8144,-67491,-40232,-7987,-67824,-39631,-8479,-67340,-40258,-8322,-66973,-40400,-8670,-67170,-39973,-9175,-66449,-40307,-9425,-65837,-40671,-9163,-65139,-40692,-9331,-65452,-40336,-9683,-65186,-39795,-10182,-65527,-39688,-10486,-65195,-39327,-10712,-65694,-38970,-11081,-65746,-39403,-10735,-66452,-39957,-9848,-67205,-39566,-9435,-67190,-39032,-9583,-66607,-38915,-10240,-66634,-39103,-10281,-66517,-39535,-10061,-67353,-39182,-9417,-67587,-39719,-8865,-65838,-39964,-10174,-65040,-38162,-11810,-66421,-40663,-8819,-65932,-38262,-9436,-66125,-38223,-8634,-66614,-37331,-8261,-66503,-37554,-8951,-66243,-38420,-8900,-66916,-37664,-7481,-67055,-37012,-6764,-66527,-37449,-7244,-69103,-30927,-3282,-68530,-34592,-4562,-67914,-37705,-4045,-66991,-40717,-2738,-65980,-42488,-4099,-65571,-42129,-3178,-66202,-41564,-4118,-66393,-42829,-4585,-65962,-42950,-5083,-65043,-43186,-5956,-64231,-43735,-5995,-63508,-43991,-6525,-62685,-44184,-7424,-64974,-44540,-2568,-64202,-42959,-7723,-63346,-43376,-8001,-66119,-41796,-7630,-66927,-41483,-7213,-71391,-34772,-3253,-70983,-41185,-1445,-71440,-38710,-2441,-71830,-38252,-3714,-71979,-37308,-4177,-72061,-37491,-4578,-72189,-37723,-5227,-71836,-38733,-4258,-72017,-38185,-4754,-71979,-39044,-5219,-71839,-39624,-5804,-71588,-40082,-6252,-71908,-40103,-6387,-71524,-40319,-5964,-71050,-40458,-5478,-71093,-40249,-5581,-71581,-39698,-5378,-71501,-39540,-3615,-71692,-39255,-4455,-71161,-40079,-4732,-71089,-40179,-3749,-71347,-40051,-5987,-71620,-38745,-2987,-71273,-39782,-2186,-71067,-40890,-1789,-71064,-40859,-2301,-70748,-41721,-2287,-70461,-41701,-3583,-70385,-41466,-3753,-71199,-41318,-4134,-72033,-40904,-4936,-73063,-40505,-5839,-72188,-40542,-5577,-73515,-40678,-5691,-74674,-40616,-5906,-75381,-40315,-6448,-75987,-40463,-6351,-77158,-39857,-7393,-77097,-40392,-6734,-75736,-39832,-7095,-75116,-39772,-7203,-74688,-40092,-6712,-73894,-40298,-6350,-75708,-39294,-7749,-74433,-39326,-8105,-74001,-39690,-7455,-73781,-39362,-8049,-72815,-39804,-7073,-71909,-39855,-6477,-72369,-39706,-6977,-73483,-39767,-7239,-73074,-40157,-6417,-72264,-39967,-6650,-71019,-40771,-4999,-70604,-40917,-4436,-74462,-39022,-8529,-73550,-38875,-8871,-73275,-38699,-8898,-73246,-39022,-8677,-73312,-38550,-9269,-71314,-42599,-2363,-70790,-42762,-2000,-70989,-41378,-1946,-70531,-41972,-3242,-70752,-42599,-2427,-70348,-42087,-2915,-70479,-42395,-2631,-70859,-42296,-1846,-70334,-41810,-3240,-70436,-41380,-3534,-70725,-41177,-2907,-70818,-40847,-3148,-71280,-40103,-2824,-71615,-39260,-3520,-71546,-39262,-3002,-73564,-37867,-8189,-73561,-38132,-8634,-73505,-38475,-8389,-73506,-37182,-8512,-73216,-36358,-8781,-73849,-35803,-9001,-74059,-35717,-8932,-74261,-36560,-9339,-75424,-36564,-9507,-75876,-37985,-8662,-76033,-38566,-8311,-77398,-39109,-8077,-78345,-39321,-7994,-78832,-40051,-7532,-73459,-35909,-9258,-72952,-36131,-9251,-73068,-35893,-9213,-73190,-37157,-9859,-73492,-36503,-9646,-73140,-36462,-9722,-72923,-36472,-9612,-73054,-37559,-9678,-74764,-36908,-9228,-75175,-36726,-9103,-75304,-37212,-9174,-73190,-38138,-9493,-73440,-38236,-9512,-73214,-37740,-9738,-73163,-36860,-7379,-72586,-36796,-6229,-72973,-37047,-6828,-73396,-37388,-7625,-72261,-38894,-5647,-72912,-37738,-6451,-73021,-38148,-6659,-72758,-38790,-6364,-72860,-39320,-6980,-73254,-38990,-7742,-73207,-39033,-8186,-72864,-39404,-7659,-73446,-37990,-7676,-73241,-38654,-7263,-70799,-40622,-4903,-70679,-41186,-4265,-71214,-40360,-2327,-69565,-44154,2098,-69490,-44731,2526,-71433,-37256,-2621,-71654,-36029,-3364,-71891,-35662,-4106,-72448,-33741,-5177,-72253,-33079,-5071,-72178,-33320,-4697,-72432,-34276,-4700,-71632,-35235,-3539,-71458,-35954,-2989,-73048,-33249,-7376,-72790,-31760,-7386,-72472,-32097,-6107,-73360,-33319,-8355,-73367,-32714,-8691,-73151,-31783,-8395,-73150,-29740,-8793,-72740,-26961,-8925,-72566,-27661,-8425,-72452,-28219,-7897,-73337,-24609,-10024,-73566,-24526,-10188,-75051,-22536,-10821,-75056,-22747,-11342,-76468,-22324,-12262,-77880,-20439,-11476,-78467,-20250,-11488,-78504,-20766,-11354,-78243,-20279,-11401,-78286,-19658,-11494,-75117,-16351,-11145,-74778,-16354,-10970,-74612,-16596,-10728,-74696,-16320,-10496,-74764,-15772,-10579,-74789,-15853,-10855,-75510,-16528,-11498,-75364,-15742,-11076,-75778,-15624,-11117,-76549,-16030,-11322,-74537,-17340,-10864,-74431,-22606,-9392,-74057,-23791,-9150,-72757,-33098,-5875,-72494,-32842,-5168,-72371,-32339,-5363,-72771,-32891,-6522,-72885,-32474,-7349,-71024,-30819,-3685,-70733,-30573,-3605,-71217,-31829,-3638,-70537,-31243,-3349,-70588,-32063,-3148,-72496,-29689,-4777,-72046,-29306,-4907,-72845,-29123,-5002,-71854,-28743,-5030,-71590,-28467,-4848,-72470,-26368,-6020,-72520,-27302,-5827,-72115,-27039,-5690,-72284,-28159,-5453,-73194,-23676,-6931,-73454,-23101,-7040,-73358,-21850,-7206,-73074,-22554,-7092,-73584,-21458,-7236,-72229,-32327,-4938,-69573,-28504,-2486,-71830,-27495,-5323,-71968,-26507,-5599,-72115,-35933,-4861,-72900,-35828,-7607,-73295,-36596,-8020,-74273,-36112,-9237,-73751,-37640,-9633,-73856,-36990,-9603,-71320,-31364,-3663,-73360,-28343,-5217,-73041,-28500,-5193,-73697,-28174,-5398,-73973,-27717,-5558,-73135,-27821,-5448,-73505,-28691,-5380,-72833,-28973,-6130,-72634,-29496,-5651,-72784,-29688,-4996,-74958,-22198,-8900,-74721,-21511,-9494,-74878,-23208,-8588,-75023,-21333,-9126,-75428,-20928,-8760,-75297,-21988,-8585,-75143,-23837,-5894,-75698,-21570,-5789,-76195,-20703,-6426,-75943,-21527,-5978,-75897,-20883,-5867,-76274,-18595,-7385,-76493,-17227,-6769,-75994,-19604,-7963,-75814,-18552,-8773,-76550,-17573,-6328,-76510,-16488,-5988,-76494,-17750,-6159,-76282,-15674,-5580,-75976,-15737,-5318,-76341,-10775,-7053,-76446,-10320,-6736,-76615,-10631,-6984,-76682,-10137,-6179,-78072,-10937,-6049,-76485,-9649,-5781,-75027,-25556,-6759,-74406,-25486,-10250,-74570,-25640,-10827,-74564,-25054,-10466,-74650,-24877,-10772,-74647,-25730,-11036,-74962,-24772,-11479,-74988,-23463,-11328,-74884,-23449,-10733,-78284,-27243,-10087,-78454,-26492,-10234,-78628,-26416,-11015,-78362,-26343,-11697,-78396,-28396,-10477,-78259,-28680,-10166,-78438,-27653,-10297,-78317,-26924,-11653,-78613,-26958,-10650,-78553,-27488,-10656,-78655,-25925,-10534,-78692,-25667,-10849,-78605,-25586,-11366,-78565,-25147,-10386,-78407,-23843,-10653,-73051,-25300,-9394,-73263,-25242,-9008,-74692,-23494,-10524,-75622,-19379,-12095,-72661,-29799,-7701,-76118,-32014,-9243,-76308,-31290,-9245,-75977,-31661,-9222,-75712,-32412,-9099,-73182,-36205,-8356,-72936,-35762,-8811,-72726,-35545,-7317,-72646,-27090,-8486,-74208,-29056,-10538,-73851,-27216,-9626,-74108,-30107,-10337,-74407,-26806,-10769,-74689,-26461,-11137,-75550,-27175,-11585,-76831,-26101,-11166,-74317,-25975,-10214,-74132,-25924,-9999,-69613,-30980,-3189,-69721,-27677,-2281,-68521,-33472,-4241,-68443,-34007,-4734,-65659,-43336,-797,-65309,-44124,-1215,-65955,-43647,-666,-65795,-44199,-579,-66048,-43241,-736,-65812,-45818,1257,-65907,-45709,951,-65111,-45781,535,-67710,-44347,2606,-67993,-43971,2490,-67402,-45226,3149,-66251,-44278,759,-65220,-44938,-1019,-64474,-45724,-327,-63986,-45799,-971,-64376,-46092,223,-64806,-44948,-1623,-62898,-46899,-636,-63631,-46170,-806,-62426,-46999,-1463,-62971,-46569,-1163,-62454,-47330,-702,-62481,-47611,-242,-61984,-47652,-1173,-62085,-48102,-324,-61685,-47522,-2442,-62692,-45914,-3788,-63075,-45265,-4611,-62871,-45195,-5180,-63303,-45600,-3242,-63873,-45204,-3103,-63739,-45534,-2352,-64510,-44800,-2921,-63477,-41127,-9820,-63290,-40703,-9429,-62928,-40642,-9710,-62779,-41174,-10068,-63365,-40499,-9425,-63798,-40339,-9532,-63783,-40747,-9191,-63850,-41106,-9269,-63501,-40689,-9209,-64640,-40496,-9608,-64942,-39871,-10000,-63506,-40218,-9901,-56037,-52486,-9256,-55745,-52457,-9856,-54321,-54122,-9477,-54321,-54547,-8480,-53857,-55263,-8234,-53453,-55178,-9433,-52978,-55547,-9994,-52167,-56454,-10907,-54084,-54162,-10627,-52872,-55509,-10651,-53849,-54602,-9946,-52696,-56832,-14067,-52337,-57229,-13609,-52223,-57519,-14137,-51830,-57617,-14812,-51697,-58846,-15099,-52122,-57515,-13375,-52049,-57483,-12738,-51998,-57350,-11455,-52294,-56304,-10548,-53196,-55621,-9171,-53785,-54901,-9001,-53091,-57611,-6346,-52945,-57568,-7138,-53277,-57330,-6886,-52857,-57477,-7628,-53158,-56659,-7904,-53546,-57456,-6336,-53356,-57560,-6402,-53267,-56098,-8384,-62848,-50609,2105,-62401,-49959,1435,-64090,-51699,3258,-67996,-48853,4381,-67380,-47525,3376,-67102,-46987,2946,-66848,-48250,3692,-66122,-48004,3381,-66083,-49284,4175,-65534,-48315,3404,-67079,-49301,4441,-68873,-48459,4350,-68949,-47622,3867,-69572,-47245,3651,-68261,-48063,3978,-72623,-50594,4801,-72960,-51572,5224,-72289,-51624,5467,-67055,-52269,5014,-67295,-51675,4756,-67585,-52345,5337,-66586,-52573,4935,-65944,-52718,4654,-65140,-52594,4193,-64227,-53202,4217,-65019,-53526,4770,-68820,-52459,5895,-63049,-57588,5236,-62640,-57456,4816,-62423,-57605,4934,-61343,-57808,5231,-60825,-57651,4218,-60833,-57554,3904,-60685,-56890,3474,-60300,-56619,3023,-59875,-57362,2885,-59397,-57471,2396,-59170,-57120,1936,-59505,-56364,1982,-59101,-56590,1474,-59023,-55633,916,-58630,-55770,-25,-58477,-55300,-807,-58463,-55782,-386,-58801,-56898,1290,-58756,-56405,767,-58548,-56405,350,-59723,-56644,2426,-60797,-55936,3246,-60082,-57610,3374,-60307,-57744,4404,-60690,-57724,4723,-60363,-57498,3460,-57394,-58493,791,-58339,-59088,1962,-57933,-59934,1370,-59752,-59915,-3467,-67377,-59917,-4865,-55780,-59922,-5011,-56298,-59912,-1051,-56688,-59918,-274,-57519,-59253,908,-55877,-59903,-1303,-57253,-57771,507,-56776,-57748,-208,-57111,-57634,-348,-56774,-57981,-35,-56167,-57930,-868,-55641,-58633,-1558,-54910,-59916,-2501,-56033,-59089,-1051,-56343,-57801,-701,-67893,-43801,1546,-66950,-35142,-8721,-65391,-33962,-11143,-63293,-33154,-14183,-63211,-33285,-14049,-63067,-33106,-14400,-62833,-32872,-14658,-66444,-35187,-10517,-66299,-30723,-14911,-65713,-30065,-15704,-64840,-33807,-15080,-63344,-26554,-12768,-63974,-25891,-13378,-64137,-27266,-13204,-63209,-25614,-12912,-62536,-25191,-12420,-62110,-25079,-11887,-61671,-24494,-11390,-61698,-23729,-11495,-62701,-26064,-12317,-62304,-26150,-11824,-64977,-30892,-10438,-64258,-30827,-10335,-64455,-29617,-10479,-64699,-29028,-10678,-64711,-28541,-10709,-63497,-31186,-10141,-63376,-31306,-10319,-63893,-32290,-10093,-63973,-32019,-10041,-64673,-32082,-10116,-65497,-31646,-10307,-64889,-30183,-10571,-64483,-30367,-10422,-67082,-30449,-10484,-66289,-30081,-10831,-65713,-30340,-10745,-65434,-29724,-10819,-65991,-38673,-10985,-65006,-38724,-11273,-64792,-38088,-11720,-64639,-39447,-10176,-64459,-38706,-10674,-64375,-37968,-11265,-64150,-37698,-11399,-63925,-37343,-11859,-63946,-36895,-12011,-64156,-40107,-10029,-63755,-40182,-10471,-63162,-40405,-10777,-66640,-37220,-9902,-64108,-35920,-11688,-63730,-35547,-11543,-63957,-35633,-11597,-62843,-35924,-11405,-62813,-35809,-11534,-60954,-34667,-14430,-61260,-34143,-14487,-63050,-36511,-11714,-63739,-38444,-11202,-63492,-38220,-11837,-63685,-42071,-9623,-60692,-40930,-12739,-60954,-40147,-12858,-60277,-40882,-13716,-60360,-41215,-17656,-61245,-38001,-19390,-61571,-37576,-19931,-60169,-44161,-20606,-60150,-41562,-19038,-60525,-41914,-19111,-60229,-41575,-19457,-60249,-41243,-19716,-60423,-41798,-18461,-61217,-40908,-12058,-61189,-40453,-12011,-56077,-48066,-13376,-55018,-50813,-16943,-54674,-51588,-17049,-54619,-51719,-16431,-54350,-52359,-16064,-54353,-52664,-15074,-54565,-52129,-14512,-54727,-51418,-15245,-54775,-51346,-16068,-54858,-51029,-15997,-54710,-51368,-14572,-54677,-51813,-13981,-54760,-51813,-13311,-54568,-51953,-15443,-53754,-54064,-19759,-53964,-53006,-16775,-64310,-44385,-4473,-63548,-44714,-5038,-63982,-44691,-4291,-65420,-43299,-5153,-62741,-44786,-6241,-63505,-44406,-5751,-64741,-44369,-3723,-63543,-45166,-3890,-63908,-52417,3565,-61025,-54506,2985,-60410,-54568,2455,-59307,-49840,-5117,-59402,-50156,-4188,-59140,-51012,-3848,-59319,-50835,-3420,-59260,-51862,-1663,-59350,-52166,-893,-60272,-51941,853,-58105,-53200,-4904,-57566,-53405,-5846,-56288,-54011,-6911,-56231,-54829,-5846,-56147,-55871,-4520,-55953,-55969,-4715,-55781,-56301,-4641,-55713,-55196,-5908,-54601,-57913,-2909,-54740,-57723,-2919,-54362,-57758,-3296,-54225,-57678,-3846,-65278,-43761,-4387,-57771,-53807,-4662,-58340,-53007,-4601,-58223,-53654,-3807,-58576,-52443,-4789,-57093,-53925,-5903,-57850,-54556,-3300,-57466,-54791,-3806,-57085,-54789,-4642,-57212,-54360,-5131,-56665,-54096,-6357,-56592,-54850,-5348,-56541,-56131,-3505,-56759,-55223,-4540,-60672,-48881,-3162,-60952,-48174,-3553,-59417,-54469,867,-59182,-55122,931,-59311,-55357,1347,-58963,-54646,-24,-58771,-54814,-428,-60251,-55774,2725,-59889,-55194,2040,-59668,-54985,1688,-59820,-56028,2335,-58521,-50764,-7220,-57852,-55723,-1644,-56627,-57307,-1856,-57079,-57512,-741,-57414,-57486,-195,-57648,-56912,-264,-57111,-56904,-1311,-55972,-57647,-2181,-56563,-57635,-1296,-55730,-57725,-1828,-55191,-57739,-2376,-56814,-57506,-1230,-51385,-57587,-11792,-51600,-57847,-14314,-52892,-59912,-15194,-54735,-53336,-10302,-55328,-53036,-9485,-54864,-52607,-11734,-55222,-52476,-11022,-52516,-59557,-20643,-52423,-59910,-20093,-52535,-59903,-20828,-52826,-59911,-20664,-52702,-59908,-21858,-52906,-59336,-22833,-52230,-59905,-18808,-52336,-58766,-19340,-52002,-59905,-17190,-52089,-59904,-17781,-52159,-59910,-18312,-51314,-59917,-12016,-52853,-59917,-11462,-53548,-53726,-17402,-53316,-54265,-17286,-53872,-53299,-16209,-55011,-52128,-20007,-53545,-57581,-23587,-53538,-57690,-24588,-54168,-57594,-26215,-53878,-57685,-26005,-54154,-57674,-27139,-53933,-57845,-26885,-53913,-58046,-27027,-53724,-57842,-25859,-54654,-57551,-27054,-55623,-57341,-28120,-55783,-57421,-28436,-55584,-57543,-28470,-55188,-57778,-29272,-56101,-57740,-29993,-55794,-59147,-29925,-54366,-58234,-28783,-54687,-59078,-29013,-56583,-59006,-30587,-56715,-59929,-30591,-55754,-57949,-29946,-55009,-57919,-29316,-56805,-57639,-29936,-56972,-57534,-29798,-55788,-59927,-29841,-55276,-59945,-29426,-54405,-59931,-28721,-58875,-56318,-30706,-59186,-57131,-31456,-59938,-57839,-33205,-60320,-52090,-29437,-61473,-57723,-34134,-62020,-57844,-34848,-62650,-57749,-35167,-66232,-57703,-37322,-65600,-57489,-36377,-66159,-59922,-37981,-61704,-59911,-34591,-53381,-54450,-16550,-54047,-53825,-14569,-53963,-54111,-13636,-53734,-54626,-13325,-53585,-55134,-14324,-60921,-39496,-14866,-61376,-38784,-14074,-61280,-38332,-15179,-61209,-38835,-15021,-61074,-39104,-15395,-60833,-39268,-17332,-61327,-38541,-16058,-61396,-37990,-16071,-61577,-41873,-24058,-61302,-41684,-21821,-60178,-41425,-18747,-60950,-38744,-20098,-60860,-38669,-19674,-61142,-38200,-17508,-61372,-38041,-16504,-61102,-37184,-13966,-61032,-35443,-14814,-65683,-33509,-15332,-66017,-32060,-15151,-65536,-32185,-15959,-65188,-32461,-16446,-65470,-33287,-16180,-65355,-31328,-16125,-65167,-29986,-16186,-65131,-29093,-16249,-65278,-28006,-16253,-65478,-28110,-16056,-65517,-26850,-16021,-65743,-27585,-15587,-66047,-30888,-15309,-65739,-31241,-15681,-65985,-29541,-15086,-64817,-30176,-16369,-63832,-27262,-16711,-65796,-28273,-15558,-65610,-26546,-15833,-65120,-24122,-16023,-64150,-23923,-14045,-63689,-21739,-13584,-63869,-20519,-13670,-62520,-22039,-12885,-62216,-23593,-12412,-62102,-22207,-12649,-61951,-21355,-12731,-61905,-21874,-12494,-62872,-21437,-13179,-63328,-22501,-13401,-63477,-20538,-13427,-62026,-23167,-12240,-62973,-23457,-13082,-62086,-24905,-9372,-62687,-25619,-9518,-62608,-24380,-9386,-62049,-24246,-9263,-63141,-25623,-9653,-60345,-18811,-9423,-60064,-18018,-8336,-60280,-17956,-7974,-60109,-16881,-7732,-61449,-19686,-8299,-61232,-18473,-8042,-61536,-25922,-10341,-61888,-26468,-9915,-63648,-25738,-9893,-62927,-24420,-9501,-63381,-29278,-11854,-65551,-32068,-12658,-65452,-30660,-13148,-66616,-33742,-13681,-66679,-34155,-13303,-63749,-26360,-13057,-64847,-20809,-10099,-65387,-21901,-9811,-64953,-20391,-9690,-64935,-20142,-9235,-64766,-20122,-9868,-63627,-18218,-9447,-63270,-16767,-9004,-65885,-25152,-8117,-65525,-23407,-8150,-65636,-24235,-8269,-65530,-23496,-8637,-62085,-9865,-6539,-61734,-8622,-5962,-61434,-8155,-5616,-61884,-8185,-5807,-61680,-10374,-6569,-61808,-7311,-5396,-61637,-5205,-4458,-62034,-7716,-5586,-62228,-6956,-5138,-62916,-4389,-2274,-62317,-2764,-2523,-62630,-2997,-2122,-60950,1434,-1826,-60889,484,-2166,-60755,2096,-1518,-60584,759,-1864,-60344,1206,-1480,-60268,-6052,-3876,-59992,-5933,-3671,-58813,-3601,-3662,-59052,-4689,-3368,-58774,-2524,-3225,-59442,-1176,-1549,-58900,-2205,-2452,-59018,-3637,-2941,-59398,-3678,-2630,-59311,-2949,-2312,-59865,-2969,-2445,-59253,-2165,-1954,-59136,-3637,-2722,-59017,-2454,-2252,-59286,-394,-1229,-59152,-4403,-3035,-59206,-5369,-3450,-59321,-4565,-3012,-60008,-7701,-4399,-60264,-7721,-4511,-59724,-5746,-3525,-59376,-6112,-3703,-59220,-8375,-4986,-59390,-8163,-4666,-59128,-6101,-3932,-58931,-5230,-4073,-58647,-3905,-4241,-58716,-5000,-4584,-58663,-3035,-4854,-58592,-1834,-4481,-58503,-1293,-4097,-58708,392,-4431,-58774,238,-4974,-58416,1364,-5249,-58040,676,-6080,-57999,449,-6506,-59274,884,-7506,-59512,-216,-8040,-60125,377,-9047,-57935,1271,-6219,-57946,1454,-5853,-57858,2089,-5846,-57799,2603,-5557,-57714,3396,-5345,-57833,3198,-5609,-58840,2268,-6797,-58815,4012,-6292,-57972,2026,-5482,-57834,3178,-5062,-58366,2502,-4765,-58361,3707,-4186,-58596,3197,-3529,-58586,2985,-3329,-58311,3478,-2464,-58229,3038,-2016,-58493,3711,-2931,-58126,4773,-1720,-58165,4345,-1633,-58244,5388,-1005,-58373,5987,-575,-58091,5596,-1101,-58410,5433,-2531,-58370,5011,-2335,-58151,3970,-1950,-58531,3964,-3217,-58159,1685,-5383,-58555,3380,-3737,-58637,2305,-4357,-58665,2072,-3852,-58547,746,-3702,-58477,1965,-3223,-58349,502,-3217,-58269,1771,-2814,-58201,2921,-2352,-58636,2002,-3694,-58678,1153,-4942,-58717,1416,-4489,-58692,187,-5395,-58710,-565,-4662,-58865,-1010,-5484,-58869,-1583,-5563,-58878,-2589,-5738,-58950,-3919,-6116,-58985,-3281,-6387,-58997,-3389,-6620,-58867,-2739,-6632,-58633,-2111,-6754,-58543,-1097,-6382,-58306,-1544,-6939,-58875,-1996,-6071,-58742,-1523,-6226,-58235,-917,-6735,-58189,-910,-7025,-58764,-278,-5561,-58432,202,-5830,-58082,-58,-6448,-58613,-2664,-3749,-58448,-1253,-3468,-58434,-1447,-3764,-58659,1225,-3966,-58722,959,-4399,-58584,1870,-4761,-58533,-2817,-4273,-58665,-1599,-3099,-59505,-5748,-3510,-59932,-6930,-4024,-59627,-7384,-4265,-59333,-7215,-4296,-59549,3233,22,-59559,4258,424,-59528,2415,-245,-59591,1865,-489,-59002,2310,-337,-59529,1060,-745,-58892,-872,-1720,-58886,-47,-1372,-59138,-1182,-1550,-59054,-361,-1278,-58744,-360,-2257,-58643,-159,-2561,-58423,-8,-3055,-58367,-242,-3373,-58314,987,-2803,-57930,2278,-5996,-58415,2176,-6482,-59101,2435,-6997,-59147,3203,-6865,-59076,4267,-6562,-59530,3533,-7577,-59171,1559,-7261,-58574,1454,-6806,-58174,743,-6750,-58085,1341,-6455,-59435,2830,-7362,-59286,4212,-6958,-58847,230,-7407,-58357,-524,-7298,-60123,-859,-8929,-60289,-2334,-9328,-60456,-1945,-9692,-60693,-3060,-10182,-60063,-2102,-8996,-60583,-2388,-10175,-58738,-975,-7749,-58386,-2559,-7619,-58469,-3480,-7740,-58443,-2533,-7298,-59482,-3012,-8723,-59681,6705,1281,-59274,4100,469,-64229,5129,2377,-68678,11859,3673,-68669,10451,3023,-69047,10469,3610,-68539,11317,3301,-68531,9571,2637,-68995,8855,2645,-64313,10025,3580,-66930,16382,5305,-66719,18493,6111,-66958,18289,5708,-67061,17024,5270,-67205,16688,5049,-67437,17762,5068,-68808,12115,3827,-68196,13365,3873,-67982,12894,3665,-68253,12367,3563,-57534,4850,-4635,-58252,5206,-5452,-58569,4010,-6057,-58278,3217,-6038,-57926,4410,-5346,-58530,12510,1911,-58680,15501,2866,-58330,15464,2234,-58244,13708,1579,-58156,12532,1061,-58114,11665,930,-58211,12394,1237,-58380,12580,1563,-58505,13346,2002,-58523,11354,1654,-58082,11065,679,-58012,10154,496,-58357,11280,1210,-58365,16615,2642,-58123,15755,1725,-57844,15492,999,-57501,15243,101,-57798,14380,258,-57767,13364,-347,-57604,14067,-322,-57679,12958,-700,-57518,13337,-728,-57474,12157,-1253,-57529,11385,-1528,-57035,12456,-1435,-57719,11818,-1127,-58084,14314,1002,-58194,14159,1338,-58185,15162,1573,-58022,14910,1101,-58044,13079,247,-58017,12198,-140,-58125,11195,225,-58161,13340,991,-57994,13404,213,-57108,15076,-245,-56921,15668,-399,-57002,17297,-240,-56957,18135,-89,-57066,17277,-935,-56956,18067,468,-57001,17512,557,-57626,17273,1293,-57476,18060,1246,-56967,16205,-29,-57114,16269,235,-57676,21407,2855,-57950,22737,3561,-58280,23607,4131,-57636,23365,3514,-58559,25034,3944,-59048,24963,4546,-58367,25471,3796,-58591,25757,4013,-59404,17871,4240,-59613,18460,4516,-60315,19773,5360,-59646,19462,4535,-60669,21175,5693,-60608,22316,5595,-60491,23110,5430,-59488,24147,5118,-58798,22535,3984,-59201,22489,4305,-59405,22317,4302,-59659,23082,4831,-60150,23624,5478,-58699,21986,3730,-58009,21510,3115,-59996,22598,4927,-60215,21593,5158,-59508,20720,4362,-59634,20344,4502,-60347,23229,5325,-59054,24444,4836,-58671,24079,4526,-58776,23727,4493,-58657,24548,4205,-58444,24103,4275,-60127,18404,5203,-57007,19598,1073,-57027,18496,805,-57304,18861,1177,-56850,19373,743,-56697,19646,1073,-56304,20168,381,-57274,19845,1411,-55281,21503,-2238,-53068,20568,-6561,-52014,20949,-7578,-51892,20102,-7954,-51107,21368,-8245,-51929,20832,-8005,-51769,20427,-8454,-56952,19259,671,-55892,18704,-153,-53369,17844,-5392,-54042,18129,-4758,-53878,18620,-4715,-53747,18717,-4988,-54261,19294,-4862,-53217,18223,-5738,-53662,18558,-5627,-53443,18250,-5200,-56763,20490,1048,-57321,20620,1924,-57748,20596,2281,-57403,21194,2486,-60149,14770,4580,-58213,10112,711,-58036,9782,437,-57966,6800,-3395,-58153,9528,-985,-58066,10286,-957,-58075,11081,-416,-57965,11375,-760,-57829,12088,-761,-60215,15476,4817,-60625,15832,4675,-60895,16344,4617,-60548,16689,5170,-63877,17725,5157,-58510,18945,3103,-58970,19347,3734,-59111,20038,3927,-58645,21504,3529,-58698,19845,3445,-58458,20783,3265,-58159,20384,2838,-58436,21461,3275,-58123,21068,2843,-57830,21965,3210,-59498,15107,4298,-62947,16746,4969,-58451,4450,-2675,-59646,1695,-7844,-59828,37,-8331,-59451,1737,-7538,-59917,480,-8439,-59782,2329,-8291,-59791,1725,-8185,-57057,10535,-5468,-56806,13357,-4204,-55961,13320,-4312,-57157,11693,-9116,-57645,12411,-9666,-57159,12805,-9961,-56612,13615,-9589,-56745,13858,-9076,-56720,13847,-8392,-56288,14934,-7387,-56615,14526,-8128,-56275,15176,-8248,-55955,14974,-8599,-55695,15396,-7858,-54987,15102,-6708,-55994,15433,-6901,-55213,15808,-6385,-55116,15477,-6651,-55914,15542,-7967,-55979,15624,-7584,-55789,15807,-7359,-55607,15779,-7338,-55451,15569,-7218,-56937,13113,-8747,-57932,11674,-10275,-58012,11480,-10611,-57744,12218,-10189,-56900,12437,-10433,-56581,13206,-10009,-56372,13464,-9887,-56357,13805,-9503,-54985,16049,-5653,-54135,16091,-5112,-53670,15961,-5759,-53665,15696,-6554,-55490,16303,-5453,-55535,15988,-6084,-55562,17169,-2430,-54931,20043,-3104,-55073,19403,-2660,-54843,18900,-2280,-54585,18464,-3045,-53901,19204,-7995,-52509,21733,-6269,-52373,21564,-6769,-52955,22490,-5710,-53393,25090,-5023,-53954,25408,-4046,-52124,22820,-6561,-51920,23301,-7160,-57587,-735,-13052,-56864,720,-12156,-57202,3993,-8098,-57384,3045,-8583,-57814,3400,-8636,-57471,2072,-9044,-56100,11613,-6466,-56115,11517,-6786,-56079,14270,-5501,-57211,13240,-4260,-57051,11055,-2319,-55941,16373,-3673,-55893,16691,-3227,-55986,16878,-2791,-56537,18321,-1284,-56875,18699,-309,-55743,14884,-8198,-55807,14182,-8731,-56237,14261,-9257,-56006,13957,-9177,-55419,14673,-7640,-54941,14313,-7189,-55053,13998,-7642,-54512,13528,-7323,-54326,11957,-8322,-54058,12165,-7935,-53785,11298,-8346,-53823,10494,-8926,-54213,10642,-9162,-54447,10651,-9399,-54891,10487,-10037,-55691,11693,-10366,-55264,10211,-10683,-54760,9482,-10414,-54400,9590,-9731,-54111,10164,-9287,-53459,10378,-8755,-53430,13386,-6932,-53423,9533,-9007,-53011,9462,-8982,-52596,10050,-9029,-52757,9675,-9155,-52815,10449,-8851,-53122,10610,-8636,-55609,10012,-11205,-55645,10751,-10822,-55733,13833,-8785,-55290,12745,-8899,-54061,11448,-8418,-54703,11184,-9433,-55382,14032,-8022,-56076,13157,-9785,-56479,12354,-10571,-55955,12735,-9901,-55279,11774,-9771,-54668,12026,-8747,-55886,13212,-9458,-55242,13177,-8544,-54907,13203,-8200,-54410,12649,-7930,-55765,8739,-12090,-55385,7512,-12635,-55050,7485,-12323,-55492,8732,-11875,-52831,4801,-11890,-53045,4705,-11961,-53104,4462,-12448,-53539,5273,-12117,-56142,10829,-11249,-55974,9561,-11766,-54241,11101,-8915,-53115,11967,-8004,-52735,12801,-7901,-53014,11489,-8391,-54666,16158,-4961,-53029,16122,-5756,-52352,16201,-6437,-53200,16025,-6268,-53166,16155,-4620,-53606,16133,-5049,-54494,15719,-5825,-53486,8126,-9797,-53418,8793,-9250,-53193,8839,-9450,-52513,10143,-9253,-52468,12326,-8427,-53002,12854,-8313,-53718,13973,-6691,-52212,15219,-8850,-52885,15083,-9184,-52907,17904,-6255,-53469,17870,-6694,-53646,18272,-6284,-52948,6575,-12394,-53352,7627,-12081,-53641,7254,-11626,-53706,7677,-11357,-51594,11362,-12729,-51779,11006,-13122,-51661,10901,-12963,-57375,12367,-9170,-56663,13226,-8285,-56946,13372,-9063,-57402,12945,-9306,-56771,12587,-8496,-56950,13326,-9500,-57401,12908,-9607,-56549,8442,-12587,-56095,8647,-12309,-58988,7636,-12145,-56411,4945,-14523,-56650,3940,-15099,-55199,5456,-13988,-54443,5669,-13321,-55065,6281,-13327,-54807,6624,-12805,-59485,9,-16613,-56551,-1758,-10483,-58705,-7069,-12400,-58618,-3914,-4653,-58758,-4432,-5280,-58960,-5222,-5993,-59095,-5275,-6591,-58566,-3546,-4355,-59204,-5243,-7187,-59087,-4415,-6633,-58466,-2122,-3852,-58798,-1351,-2401,-58956,-1722,-1977,-59754,-11447,-5801,-59028,-7390,-9580,-59478,-7524,-8712,-58987,-8398,-5869,-59079,-8883,-5659,-58904,-7598,-5551,-59027,-8040,-5294,-63425,-13400,-7649,-62104,-13544,-7752,-62247,-12703,-7601,-61650,-12712,-7278,-60506,-11009,-5981,-60952,-13434,-7050,-60588,-13278,-6838,-60917,-14308,-7275,-61643,-14447,-7763,-61458,-13711,-7442,-60624,-9318,-5393,-59023,-7069,-4744,-59679,-9722,-5161,-59565,-8355,-4684,-59377,-8667,-4886,-59313,-9538,-5322,-63648,-14555,-8058,-61436,-11716,-6841,-59540,-11624,-7683,-59881,-12664,-8669,-58871,-5861,-9104,-60573,-16002,-7409,-60134,-15572,-7208,-61300,-17344,-7951,-60420,-17097,-7668,-60658,-14434,-11071,-60678,-16468,-11933,-64037,-16127,-6086,-64256,-16469,-6913,-62995,-12651,-7663,-62665,-12462,-7675,-59017,-7745,-6036,-60183,-2724,-11310,-59143,-4717,-11611,-58755,-3794,-11408,-61064,-5813,-12377,-60698,-8491,-10745,-60043,-8877,-10576,-60354,-9842,-10865,-60898,-9774,-11122,-61193,-10983,-11502,-61791,-10822,-11876,-58068,5318,-1304,-56160,7770,-9372,-56943,8978,-9708,-52768,6726,-12572,-51593,5039,-13639,-51709,6037,-13248,-51711,5834,-14596,-51890,7039,-12953,-51773,7679,-13510,-51724,7010,-13908,-51710,6184,-13846,-51507,8145,-13827,-49558,8315,-12436,-50405,9309,-11957,-50543,9818,-12567,-50625,9899,-11960,-50411,10214,-11334,-50527,9915,-11247,-50713,9128,-10971,-50769,9595,-10519,-50568,9653,-10593,-50554,9619,-11491,-50584,10185,-12327,-50353,10600,-12295,-48815,7444,-14089,-48488,12186,-13562,-49854,11661,-13396,-48926,12258,-13804,-49726,12210,-13847,-48789,13391,-14775,-49227,12995,-14468,-48597,12769,-14279,-47647,12589,-13671,-47294,12304,-12978,-47220,12015,-12236,-47441,11899,-11791,-47791,11895,-11607,-48083,11448,-11243,-48544,11082,-11141,-48200,11411,-11900,-47749,11548,-11683,-46917,13039,-13675,-46896,12405,-12503,-47968,12746,-14035,-49486,11530,-12991,-49442,13676,-14927,-48976,11061,-10704,-49525,10738,-10447,-49608,10437,-10581,-50037,10154,-10528,-50419,9923,-10356,-50382,10190,-10320,-49829,10762,-11601,-49301,10652,-10794,-49597,11187,-12403,-49216,11014,-11644,-48417,11375,-11067,-48969,12652,-12042,-47588,12690,-12243,-48465,11665,-11280,-48404,12349,-11863,-47867,11779,-12494,-48290,12001,-13179,-48600,11589,-12607,-49896,10367,-10324,-51119,10705,-10898,-48170,13562,-12734,-47926,13970,-12901,-46924,13372,-12711,-46616,13120,-12767,-46958,13806,-12808,-48010,18511,-11224,-48718,18786,-10975,-48235,17594,-11603,-47450,18083,-11580,-49383,18109,-11037,-49941,18026,-11212,-49262,17220,-11793,-49414,16926,-11835,-48986,16607,-12222,-50081,15771,-11791,-49593,16130,-12075,-49192,16036,-12247,-50035,17100,-11554,-50624,17702,-11105,-50869,17778,-11086,-50087,17735,-11335,-50444,18030,-11013,-49861,18510,-10599,-49563,18947,-10556,-49139,17500,-11589,-52926,5828,-12010,-50097,4552,-16603,-49722,8812,-13498,-48972,7944,-13252,-49008,7678,-13201,-49922,13916,-14811,-50589,14400,-14328,-50907,14455,-14041,-50436,11317,-14308,-50692,12039,-14420,-50119,13221,-14349,-50702,13358,-14126,-50787,13722,-14100,-50587,13029,-14097,-50724,12637,-14172,-50242,7752,-13807,-51480,11249,-12038,-51397,11629,-12120,-49146,11690,-11290,-49669,11853,-11472,-50423,11166,-11040,-50688,11450,-11292,-50157,12391,-12034,-50674,12164,-11992,-52136,9802,-12867,-51873,9331,-13073,-51924,9913,-12933,-50203,10471,-10409,-49860,11151,-10924,-50718,17015,-11447,-50959,16560,-11997,-50644,16199,-11889,-51195,16366,-12151,-50894,14937,-12650,-51065,15257,-12573,-51409,16033,-11485,-51426,15252,-11673,-51254,15155,-11203,-52012,16404,-10076,-51892,16952,-10311,-51685,16715,-10555,-51253,15257,-10799,-51409,15909,-10942,-51303,14788,-11478,-51493,16555,-11059,-50390,16418,-11592,-48627,19513,-10931,-49489,19944,-10819,-48979,19571,-12466,-48483,18558,-12950,-48786,17575,-13233,-49811,17701,-13881,-49018,17547,-13231,-49856,18390,-12916,-50057,19498,-12121,-50517,19793,-11845,-51107,20852,-11078,-51306,20767,-11047,-51131,20203,-11483,-50955,19811,-12046,-51345,20070,-12372,-51814,20033,-12423,-51433,19633,-12941,-51700,19344,-12854,-51429,18694,-13265,-51821,19079,-12458,-50538,18492,-13749,-50276,17341,-14395,-50807,18065,-13983,-50675,18287,-13941,-51175,18496,-13602,-51144,19124,-13363,-50911,19408,-12875,-50380,18632,-13438,-50433,19186,-12410,-50367,19362,-12142,-49747,20535,-12060,-50280,20375,-11818,-51260,21120,-10868,-50168,20021,-11934,-49474,18660,-12544,-49067,18891,-12701,-49900,18854,-12441,-49442,18286,-12713,-49357,19653,-12355,-50635,16937,-14278,-51151,17243,-13370,-51033,16151,-13696,-51546,17109,-13226,-52189,17170,-13616,-51599,15961,-13802,-51833,17145,-13313,-50855,19909,-11743,-50802,20264,-11492,-51622,20926,-11170,-51574,20528,-11858,-51471,19958,-12583,-51012,19276,-13190,-51209,18239,-13586,-50573,17241,-14327,-50908,17360,-13683,-51286,15926,-13716,-51695,15367,-14097,-52114,15918,-14397,-46764,14259,-14340,-47310,13626,-14368,-46412,16313,-13752,-50975,11875,-15871,-53617,10436,-16146,-54290,10726,-15714,-54688,10965,-15479,-54596,12022,-15225,-54655,12521,-15087,-55299,13715,-14557,-54973,12084,-15087,-56875,14915,-13671,-56625,15769,-13188,-46927,17967,-11856,-51919,21747,-10154,-51696,23258,-9388,-50916,22427,-9284,-51119,22570,-8602,-54204,24458,-6638,-54573,24371,-7248,-55810,26662,-3222,-55243,26762,-2047,-54986,26492,-2256,-55424,26411,-3176,-54138,25051,-3737,-53018,22631,-5032,-52419,21997,-5418,-52244,21547,-5674,-52367,21479,-5300,-55496,23418,-553,-55292,25056,-445,-54931,24850,-1348,-54797,24686,-1898,-54713,24311,-2505,-54935,24599,-1476,-57673,23517,3408,-57483,23068,3349,-59770,27243,5252,-60408,26822,5863,-59604,26707,5290,-58716,26364,4453,-56632,23369,875,-56100,21460,1250,-56645,21008,1198,-57026,21589,2276,-57204,21960,2746,-57300,22527,3086,-57004,22621,2860,-57399,23676,2299,-56946,23086,1500,-57207,23157,2145,-60665,25901,5857,-65184,27578,7573,-65410,27709,7912,-64903,27532,7991,-60538,25050,5920,-60359,27788,5503,-60957,27428,5998,-62061,27543,6816,-62145,28166,6763,-63849,27585,7727,-63312,27987,7466,-62997,28400,7316,-63272,28965,7461,-64813,29517,7982,-65959,30048,8335,-62563,27896,7108,-61900,28778,6509,-60695,29319,5629,-60166,28939,5140,-59566,28492,4882,-59508,28589,4633,-58599,28743,3847,-58820,28446,4112,-58258,27785,3540,-58377,27557,3870,-57681,27041,3066,-61229,27703,6119,-61330,28283,6087,-64017,27381,7820,-66418,29778,8480,-66168,29183,8416,-67854,29526,8786,-68280,29625,8750,-68925,30041,8674,-68943,29882,8389,-69693,30488,8295,-69563,30343,8057,-69313,29932,8043,-68629,29638,8473,-69606,30596,8466,-68515,29999,8740,-69006,30483,8621,-67923,29329,8682,-68898,29411,8428,-69456,31326,8473,-70134,30855,8297,-70215,30762,7950,-70884,30160,7973,-71015,31614,8048,-71447,33434,8065,-70299,30061,7830,-70646,28404,7550,-71177,28396,7646,-71231,27753,7468,-71232,26239,7193,-70285,28465,7509,-69868,29648,7834,-69638,28992,7671,-69276,29381,7999,-69573,28380,7603,-69069,28557,8317,-68677,30946,8682,-67978,31898,8746,-68072,32475,8800,-69725,32224,8670,-69663,32685,8673,-69743,33242,8609,-69669,33717,8641,-70503,32963,8444,-71015,32780,8197,-71441,33859,8078,-71795,35121,7649,-71814,35990,7855,-71321,35957,7980,-71483,36519,7721,-72181,35459,7362,-72090,34742,7705,-72671,35295,7277,-72039,34231,7749,-71862,33408,7809,-67891,34326,8568,-67232,33941,8402,-67178,35019,8429,-67278,35706,8372,-66952,35756,8231,-67649,36503,8389,-66139,34350,8564,-66173,34884,8423,-65648,34384,7966,-65410,34936,8104,-64370,34360,7654,-63854,34327,7186,-64043,33659,7465,-63184,34294,6670,-63406,36202,6563,-63010,35907,6239,-62225,37018,5198,-62675,36576,5724,-63327,36712,6523,-63226,36442,6474,-64428,36192,7128,-63802,36449,6948,-65007,36324,7450,-65132,35597,7739,-64302,35589,7212,-64017,35132,7144,-62947,36298,5942,-63321,35437,6628,-64499,33557,8047,-65032,33580,8021,-64351,32987,8013,-64167,33328,7841,-65593,33161,8067,-64574,32167,8210,-65082,32215,8469,-65866,32092,8825,-65976,31204,8502,-66425,31701,8678,-63283,30451,7785,-63011,31114,7665,-61726,30525,6453,-61165,30517,5486,-60859,30507,5198,-60549,30585,4641,-60243,30063,4334,-59474,29620,4464,-59583,29688,3888,-59035,29469,4004,-58457,29232,3496,-58968,29412,3331,-59715,29861,3848,-59815,30547,3973,-59861,31502,3758,-58441,29092,3743,-59427,28902,4704,-57998,28329,3183,-57327,27383,2395,-57300,28184,2269,-57557,28544,2751,-57445,28588,2375,-57761,27493,2944,-58213,28126,3505,-59557,29513,4719,-60623,30260,4776,-59065,29354,4294,-65565,30607,8296,-65928,30399,8349,-64357,29755,7877,-63739,29790,7720,-63246,29806,7550,-64724,30451,8083,-65505,33475,8026,-67027,34461,8411,-65820,34175,8108,-66207,33411,8595,-66621,33593,8550,-67547,33672,8816,-65892,33949,8480,-66507,35445,8449,-66375,35828,8314,-65652,36403,7746,-64891,36528,7554,-65289,35418,7984,-64977,34591,8072,-66192,35838,7933,-66083,35086,8051,-65877,35446,7898,-66475,34510,8569,-66889,35147,8342,-67120,36513,8072,-67058,36740,8355,-59055,27219,4654,-59127,28124,4590,-58936,28275,4153,-59922,28503,5317,-60414,28757,5698,-60354,28872,5612,-60962,29127,6081,-61106,28463,5943,-60007,28090,5302,-58024,27005,3523,-60071,29244,5231,-60183,29828,5092,-60135,29912,4814,-60430,30093,4731,-60782,30216,5588,-60814,29890,5893,-60315,29500,5443,-61253,29667,6235,-62002,29746,6869,-63223,30851,7832,-62380,29386,6951,-61155,28748,6028,-63923,30380,7924,-62341,30380,7171,-61727,30306,6625,-61197,30353,6045,-63135,31389,7154,-63491,31773,7278,-63163,31891,7056,-62009,32260,5760,-61665,31943,5568,-61843,33404,5329,-60959,32861,4922,-60748,32386,4615,-60652,31511,4538,-61064,32124,5198,-61298,32346,5346,-60610,30954,4638,-60954,31731,5107,-61872,31330,5883,-62352,33546,5791,-61995,33833,5352,-61312,33703,5125,-63259,31514,7731,-62468,32595,6268,-62497,30994,6891,-62480,30910,7145,-62038,30789,6205,-61732,30898,5825,-61599,30670,5821,-61130,31265,5377,-62623,31193,6711,-59671,27691,5086,-61439,27012,6586,-62327,27243,7116,-65479,31076,8398,-65337,31621,8630,-64457,31328,8331,-65118,32718,8229,-65159,32758,7972,-64068,30960,8200,-64511,31054,8317,-62840,29604,7291,-62598,29048,7093,-66045,32968,8734,-65708,32841,8636,-65816,31760,8763,-66808,33238,8813,-67184,32742,8993,-67915,33239,9049,-66479,32295,8936,-65783,33173,8453,-65331,33954,8020,-64958,34177,8083,-64602,34390,7902,-62848,35046,6208,-62654,33493,6275,-62972,34825,6411,-62948,34027,6502,-62475,35942,5482,-62172,36315,5066,-61878,36238,4757,-61785,35396,4885,-62059,36519,5169,-62548,34624,5847,-62101,31431,6175,-69143,35762,8262,-69655,35400,8382,-70876,35150,8272,-69600,35638,8206,-70309,36290,7787,-69475,36583,8109,-70109,36686,7883,-70153,37226,7894,-70541,37289,7685,-69797,37376,7968,-69428,37098,8115,-71362,36836,7454,-71045,36243,7913,-70839,36396,7671,-70457,36096,7871,-70433,35830,8162,-70530,35204,8404,-71060,35543,8165,-69532,36303,8030,-69634,34339,8766,-72030,37312,6809,-69955,43825,8040,-70367,43907,7283,-69468,45171,7735,-69084,46446,7367,-68713,47202,7230,-68506,47094,7305,-69020,45996,7652,-69349,47091,6663,-69881,45497,6929,-70442,45408,6841,-71226,45064,7014,-70840,44413,6933,-71586,44911,6994,-72021,45819,6303,-72312,44841,6344,-72800,43816,6226,-72032,44539,6765,-71656,44205,7123,-72059,43604,7099,-72261,43686,6917,-73465,43459,5695,-71828,45554,6519,-72814,45332,5899,-74824,36847,3914,-75278,36850,3189,-75018,37254,3398,-75313,37208,2921,-75599,36464,2638,-74406,37129,4766,-74171,38308,4820,-74467,38192,4767,-74654,37989,5282,-73887,37698,5507,-73914,37403,5266,-73568,38741,5315,-73991,38454,5149,-73774,38681,5460,-73111,38140,5837,-74154,38729,6481,-74231,38996,6736,-75167,39038,5805,-75125,39470,5731,-74758,40540,5710,-74709,41214,5481,-74644,42429,5244,-76017,42495,5125,-76089,41533,5160,-75765,40938,5120,-75446,42105,5117,-74880,41713,5265,-75374,40106,5387,-75020,42461,5147,-75110,43050,5146,-74518,39622,6330,-74717,39018,6208,-66006,36655,8086,-64962,37141,7504,-68827,37758,7828,-68918,38014,8093,-69209,38191,7997,-70179,39137,7367,-69956,39365,7487,-65158,38232,7517,-65625,38229,7712,-64225,38146,6952,-63952,37811,6632,-65238,37874,7402,-64608,37844,7027,-64635,37648,7301,-63918,37572,6853,-63794,39004,6348,-63500,39107,6688,-64196,39554,7406,-64419,39286,7040,-64746,39332,7400,-65006,40105,7978,-65354,41088,8306,-65393,41360,8555,-63682,39310,7165,-63268,39069,6213,-62987,38926,5725,-62478,38836,5403,-62556,38691,5309,-62802,39213,5834,-60986,38620,4484,-61090,38461,4089,-60136,38756,4151,-60101,39313,4043,-60440,39118,4341,-60760,38598,4156,-60505,38401,3732,-59385,38283,3514,-70396,37625,7423,-70607,37806,7543,-71699,37038,7266,-69570,40445,8479,-68754,40929,8766,-66282,41261,8843,-66162,42403,8501,-65717,43120,8338,-65416,43963,8058,-66095,43043,8310,-64636,43264,8144,-64941,43905,8024,-64674,44137,7830,-64948,44742,7786,-66943,43383,7831,-65542,45893,7444,-65604,45322,7568,-65040,45835,7300,-64896,45472,7087,-63886,36729,6986,-64500,31963,8277,-64145,32118,7890,-63762,31917,7740,-63629,31615,8047,-64707,32647,7872,-64654,32301,7922,-58908,27486,4505,-59265,30158,3465,-58834,29941,3006,-59733,31655,3561,-58366,30269,2249,-58936,31157,2742,-58953,32851,2315,-58615,32572,1778,-58811,33297,1404,-58468,32774,156,-58345,32238,948,-58154,33101,-133,-59259,33967,2368,-58873,33459,2049,-59043,34211,1993,-59064,34141,1595,-59200,33440,2537,-59740,31924,3442,-60521,32404,4297,-60094,33146,3629,-60766,34209,4145,-61069,35000,4636,-60889,33494,4648,-60574,33275,4114,-60247,33678,3669,-58898,29584,3111,-61173,34424,4900,-61632,34329,5112,-61265,35947,4571,-61064,36280,3595,-60905,35004,3991,-60855,35717,3476,-60605,34421,3776,-60281,34371,3307,-60399,34384,3384,-61110,40059,6376,-61598,41341,6647,-61525,40556,5886,-60955,39390,6094,-61026,39588,6383,-61415,40887,6387,-61900,41646,5830,-61823,41266,5289,-61419,39690,4851,-60905,38855,5261,-61243,39569,5664,-63202,43108,6814,-63183,42063,6808,-64453,43551,6858,-64824,44252,6932,-64787,44349,6750,-65016,45628,6589,-63355,45535,6297,-63272,45659,5816,-63024,44965,5799,-61972,48923,5304,-62752,49263,5621,-61461,49265,4957,-61766,49837,4900,-62386,49889,5113,-59056,46346,1333,-58817,45927,814,-58586,46358,580,-62928,44575,6283,-60445,45599,5008,-59969,49763,3716,-65829,43814,8100,-67237,43574,7779,-67620,44631,7459,-67781,43534,7899,-67936,42981,8104,-64354,42148,7221,-64354,42333,8265,-64468,43915,7431,-64375,43441,7510,-64101,42387,7720,-64717,43615,6891,-68034,49027,6651,-67930,48467,6847,-68301,48428,6846,-69671,47918,6545,-68394,48971,6303,-68662,48869,6216,-68984,47576,6667,-69144,48140,6421,-69883,48519,6556,-68393,50283,5675,-68689,50921,5538,-71739,48334,6284,-70734,50559,5827,-71823,50786,5658,-72845,50932,5140,-73737,49876,5162,-73974,50578,4532,-73362,51163,4580,-72833,51539,4637,-71796,52447,4558,-73257,52712,4061,-73607,52658,3841,-74289,52540,3462,-73275,53665,3277,-72758,53411,3800,-74542,51316,4059,-73972,51731,4155,-73742,52189,4098,-73901,51203,4278,-71868,51342,5276,-71154,52206,4806,-70380,52264,4858,-71083,52612,4607,-69523,52747,4621,-68670,52650,4622,-68348,51833,5027,-67139,52340,4614,-66705,52303,4849,-66317,52788,4277,-66195,53249,3845,-65551,53790,3671,-65087,53924,3621,-65751,53860,3388,-65862,53031,4108,-66121,52519,4455,-64710,51335,5084,-65328,52159,4521,-65375,52592,4254,-65090,53625,3807,-65536,53484,3922,-64661,50977,5385,-65730,51754,4873,-67012,51630,5185,-68033,53096,4451,-69268,53016,4546,-69621,54779,3481,-70072,55119,3266,-69592,54928,3134,-69805,55537,2554,-69627,56295,1904,-70480,56020,2084,-70520,55693,2449,-71084,56099,1944,-68082,54502,3187,-67702,55295,2498,-66830,55003,2571,-67332,54745,2853,-65449,55756,1835,-64627,55133,2325,-65652,55188,2400,-65145,54445,2965,-64328,55043,2579,-64888,54390,3175,-66843,54306,3123,-65793,54643,2856,-64872,56032,1495,-64951,56996,869,-64896,57616,707,-64632,57438,456,-64260,57303,156,-65408,57006,1152,-69198,55117,2880,-69910,56916,1513,-70439,57573,1044,-70210,58210,1106,-69849,59145,1496,-69285,58932,1783,-68918,58942,1875,-68353,58951,1861,-68305,57506,1883,-67134,56500,1542,-67845,56537,1934,-68579,56015,2085,-67969,57610,1778,-67818,57930,1735,-66869,57407,1414,-65880,58263,1257,-65566,57612,1180,-65395,58774,1136,-67801,58360,1754,-69644,59899,1568,-69999,61495,1216,-69758,62676,1131,-70112,62985,859,-70569,62310,608,-70546,60899,872,-70403,61850,878,-70188,60105,1237,-70151,59193,1272,-70511,59199,913,-71093,59132,-46,-71404,60002,-1259,-71274,59773,-553,-71075,60096,-54,-70816,59020,453,-70766,60329,576,-70923,60267,277,-71437,58951,-562,-71135,58482,67,-70980,57693,598,-70782,57099,1067,-71517,56533,1317,-71837,56933,782,-71205,56817,1107,-71977,57397,231,-71477,57488,389,-72205,57962,-560,-71753,58021,-256,-72145,58252,-856,-72645,58444,-1299,-69158,57737,1719,-68660,57468,1857,-69876,57711,1355,-69515,58155,1589,-68313,56515,1973,-69153,56556,1800,-69173,57047,1692,-72047,59396,-2907,-72559,59875,-3863,-71765,59706,-3294,-72277,59203,-3268,-72897,58622,-2095,-73443,58490,-2147,-72817,58873,-3310,-73149,58715,-3753,-72749,58789,-4320,-72802,59030,-4960,-72349,59124,-3705,-71343,61548,-2027,-71172,63215,-1047,-71253,62520,-1354,-71178,63884,-2214,-71064,64023,-2703,-71045,63056,-2613,-67339,62109,2122,-66936,60782,2119,-67435,60316,2072,-68498,60225,1849,-67014,60212,2070,-67149,58386,1661,-67775,59400,1906,-68508,55255,2653,-63365,53276,3662,-63978,54124,3146,-63034,53822,3071,-63081,53576,3324,-62134,52897,3640,-61355,52876,3184,-61907,53510,2840,-60272,51845,3441,-59625,51414,3242,-61012,52327,3543,-61537,52539,3700,-62780,53020,3724,-63050,56822,229,-63379,56719,299,-62753,57399,-898,-64013,56956,287,-66701,56452,1482,-65982,56229,1622,-69866,46964,6679,-69969,48784,6495,-75769,47924,4035,-75763,48667,3645,-76394,48951,2884,-76963,49067,2954,-77132,48955,2843,-77285,47472,2123,-77317,46587,1781,-76362,47192,2636,-76216,46620,2679,-76084,46893,3029,-77093,48068,2700,-76959,48259,2797,-76018,48628,3106,-76046,47727,3178,-76186,47945,2838,-76617,47985,2687,-75530,49387,3816,-75385,50609,3411,-75955,50242,3020,-76209,50824,3039,-76477,50306,3055,-76659,51256,3009,-77478,51137,2634,-77732,51553,1976,-77314,51496,2737,-76914,52257,2353,-77098,51875,2870,-77088,52317,2110,-77431,51540,2238,-76509,52597,2841,-76454,53109,2163,-76750,53559,1579,-77921,52156,1584,-77292,52822,1643,-77163,50175,2351,-77149,49778,2238,-77206,49274,2295,-77255,48946,2518,-77598,49971,2384,-78382,49412,1728,-77746,50716,2454,-77738,50282,2497,-77371,50396,2421,-77897,50250,2423,-77344,49665,2077,-77161,49423,2120,-77098,48576,1551,-77029,48165,1400,-77162,48318,1324,-77818,48977,2006,-77918,49890,2370,-78065,49036,1967,-77484,48036,1312,-77278,47504,1058,-77146,47130,932,-77157,46702,1065,-77164,46672,870,-77065,47528,1136,-77151,48549,1781,-77756,48229,1635,-77855,47187,1319,-77271,48816,1587,-77465,48946,1682,-76856,50040,2875,-76741,50474,2895,-76198,49832,2993,-76721,49952,3008,-76096,48985,3005,-75803,49384,3280,-75790,49859,3159,-75467,51286,3083,-75766,51243,2998,-75391,50796,3297,-75055,50782,3957,-75308,49643,4162,-74497,47885,5035,-72402,42649,7156,-70810,46185,6904,-72828,42895,6635,-75017,38138,6089,-75357,37950,4737,-76191,37908,4443,-76741,37370,4026,-76150,37299,3452,-76795,36858,3473,-76491,36583,3037,-76948,36656,3307,-76667,37670,4476,-76687,38186,4894,-75212,37918,5717,-77072,37350,4024,-77265,37168,3631,-75969,38137,5507,-75562,37936,5300,-74875,37583,3656,-75428,43277,5308,-75219,44229,5485,-76346,42595,4720,-75582,43607,5338,-75798,42517,5217,-76293,41662,5084,-73674,42401,5784,-74644,38157,6139,-74709,45427,5630,-75036,44625,5540,-75953,47450,3572,-76640,46331,2326,-76714,45457,2036,-77041,45863,2024,-77502,44650,814,-77313,43509,1312,-76614,44849,1903,-77364,44124,1442,-76861,44417,1640,-77168,45014,1776,-77481,44028,242,-76933,47045,2408,-76032,46277,3568,-76093,45117,3285,-76091,43876,2866,-76061,43070,2457,-76314,43596,2013,-76656,43557,1550,-76404,44326,1979,-76142,44624,2638,-76127,45713,2797,-76552,42284,1373,-76304,45207,2382,-76084,42476,2674,-78614,35145,-1632,-78554,34401,-1974,-78446,33901,-2229,-73210,52435,4276,-72065,53038,4563,-72525,50545,5633,-72436,51101,5251,-71926,52056,4707,-78259,50053,1832,-77917,50731,2047,-78814,48721,1300,-79603,49277,867,-78970,48172,1031,-79347,46681,300,-79728,45881,-65,-78730,47173,717,-79315,48565,1141,-79918,41558,-907,-80022,42386,-690,-78739,35530,-3723,-80083,33904,-5843,-79969,34009,-5292,-80586,34151,-5702,-79647,34549,-4250,-80185,35171,-3998,-77414,45841,1338,-77426,45094,1196,-77456,44641,471,-77388,45046,649,-77784,44819,490,-77496,44940,454,-77299,45792,852,-77425,45869,1133,-77219,46064,750,-77321,45539,551,-78354,50782,1749,-78657,51254,1405,-72644,52770,4420,-72622,52279,4396,-72935,51903,4416,-77042,50809,2669,-76404,52284,3064,-76390,51613,3115,-76498,56248,-153,-77974,56589,-1196,-75420,54301,2043,-78148,56029,-206,-78353,56098,-514,-79043,55332,-72,-79530,54910,-197,-79915,54351,-134,-77240,53836,1314,-77558,54776,937,-78327,54639,904,-75404,57493,-1516,-72348,57450,229,-72420,66130,-986,-72572,66273,-621,-72249,66767,-493,-71859,67112,-1024,-71766,67456,-971,-72538,66910,-891,-72633,67119,-2301,-72804,67811,-2023,-73147,67783,-2049,-74015,67023,-2378,-74190,66931,-1456,-70902,71521,286,-71028,70582,333,-70831,70689,527,-70637,70223,961,-71427,70305,275,-70266,71080,1199,-69638,71650,1864,-67288,69954,2896,-71138,62087,-2698,-71814,61681,-3252,-72388,62861,-2717,-72489,63144,-2426,-71811,62661,-2448,-71367,62096,-2910,-72035,66247,-1230,-70990,65505,-45,-71942,65943,334,-71469,65809,-781,-71108,65665,57,-71236,65679,-484,-71998,65710,-313,-71655,65752,342,-70553,64989,863,-70307,65356,1838,-70282,64286,711,-70588,64699,155,-71506,65936,849,-71051,65817,479,-73493,56624,668,-76652,56926,-1002,-76920,57117,-2200,-75644,57585,-2314,-75475,57593,-1926,-76421,57137,-1366,-76916,57079,-1610,-76159,57304,-1681,-75934,57451,-2681,-75895,57225,-3688,-75792,57460,-3074,-77105,56958,-2866,-75510,54846,-7514,-75641,58618,-7086,-75282,58888,-7523,-74967,58770,-7225,-75274,58059,-8868,-74557,58117,-8606,-74708,57696,-8883,-74826,57257,-9042,-75562,57387,-9608,-75631,56953,-9916,-75931,57115,-10075,-75672,56091,-10147,-74767,56953,-9077,-75322,56953,-9585,-74986,56015,-9540,-75615,58295,-8589,-75570,57945,-9165,-75871,58091,-9412,-76002,58160,-9674,-77086,60442,-9329,-78790,55986,-1064,-78928,55965,-1558,-79133,55735,-1912,-79247,55505,-2544,-78819,55675,-3216,-79391,54728,-4092,-78832,56027,-2016,-78843,52909,-6722,-78473,52945,-6977,-77926,54730,-5876,-77872,54019,-6723,-78161,54826,-5467,-78486,54239,-5798,-79424,51892,-7117,-75981,53086,-8226,-76559,52653,-8684,-75694,51875,-8931,-76329,51738,-9244,-75384,51364,-9174,-75780,51009,-9458,-76038,50430,-9821,-75548,50585,-9579,-75311,51827,-9034,-75133,52521,-9488,-75734,52447,-10422,-75405,52211,-8738,-75332,51690,-9762,-75274,51674,-9384,-75506,50967,-10182,-75718,49801,-10774,-76005,50656,-11236,-75830,51377,-10808,-75439,51902,-10039,-75778,50875,-10804,-75327,51018,-9444,-75394,50479,-9763,-75418,49766,-9974,-79523,55259,-1622,-79750,54886,-2310,-80409,53939,-2909,-80931,53445,-2693,-80023,54316,-3092,-79499,54980,-3196,-80047,53885,-4061,-79746,53982,-4722,-79304,55528,-1096,-79118,55515,-511,-80475,54170,-2108,-80745,53842,-1948,-81121,53069,-2586,-80425,54277,-1695,-79729,54944,-707,-80988,52761,-4002,-81211,52761,-3275,-81369,52178,-3778,-81505,51582,-4430,-81338,52146,-4141,-81588,51050,-4565,-81627,49040,-5801,-81775,48638,-5869,-82257,48282,-6004,-82853,47635,-6445,-83294,46562,-7341,-83537,47125,-6822,-83743,47315,-6572,-82866,48195,-5965,-82111,48708,-5674,-82201,49197,-5193,-81831,49403,-5270,-81763,50031,-4946,-81629,51011,-4087,-81486,51689,-3256,-81406,51936,-3435,-81267,52568,-3049,-81158,52611,-2332,-81803,50998,-3543,-81887,50538,-4066,-82190,50267,-4005,-82615,49338,-4800,-83272,48807,-4976,-82857,48838,-5248,-84072,47523,-6144,-84247,47542,-5868,-84525,47282,-5599,-82063,49894,-4596,-83385,48054,-5907,-81634,49064,-6310,-81688,47942,-7291,-81993,46771,-8969,-82020,45950,-9564,-81844,45707,-10462,-82046,46590,-9543,-82037,45990,-10091,-81965,47424,-8354,-81932,48446,-7469,-81865,48279,-8326,-81589,48261,-8415,-81616,48690,-7996,-81830,49434,-6995,-81828,49545,-6462,-81826,47646,-6551,-82220,47236,-6759,-81995,46884,-7011,-82679,46889,-7018,-81372,51146,-5570,-80971,51955,-5239,-81104,52369,-4418,-79668,53082,-6033,-79043,52074,-7216,-78278,52424,-7596,-78065,52837,-7549,-77548,53337,-7880,-77674,53543,-7574,-78571,52109,-7516,-78458,51384,-8042,-78064,50815,-9179,-77616,51133,-9094,-76676,52431,-8769,-78865,50979,-7918,-78533,50764,-8256,-79267,50941,-7691,-81066,48313,-8201,-80671,47483,-8872,-80410,48470,-8438,-80064,49191,-8164,-79402,49575,-8175,-79192,48253,-8692,-79019,47527,-8980,-78704,47848,-8979,-78666,49713,-8487,-79178,49815,-8170,-78501,49377,-8729,-78709,48780,-8725,-79608,48025,-8724,-80068,47103,-9251,-80124,48243,-8635,-80195,45930,-10048,-79507,46349,-9527,-79930,46636,-9494,-79428,47194,-9090,-80860,48508,-8152,-80363,49566,-7876,-79661,50524,-7706,-80010,50549,-7537,-78194,51408,-8437,-77745,51661,-8818,-77040,52095,-8425,-77206,53003,-8129,-82088,45137,-10144,-81741,43753,-11678,-78422,37995,-12585,-78813,37528,-13087,-78702,36671,-13305,-79067,36968,-13318,-81401,50309,-6529,-80927,49980,-7150,-81169,49767,-7181,-80495,50947,-6796,-80961,51103,-6149,-80436,50422,-7243,-81982,48325,-8002,-81895,48882,-7483,-81631,46598,-8200,-81600,47683,-6785,-81551,47930,-6884,-81547,48498,-6444,-81745,46220,-7697,-81945,45278,-8193,-82108,44464,-8730,-82088,43611,-9330,-82117,42363,-10030,-82101,40572,-10994,-82424,39560,-11469,-82608,40623,-10677,-82882,41154,-10351,-82845,42149,-9836,-82615,43021,-9366,-82242,41647,-10280,-82010,41940,-10403,-82346,40795,-10680,-83809,39311,-11501,-84246,40823,-11062,-83609,40061,-11114,-83145,40965,-10478,-83082,40140,-10907,-83214,41769,-10075,-82997,43005,-9353,-83088,43385,-9156,-83039,44600,-8480,-83341,45126,-8417,-82969,45899,-7834,-83758,42175,-10122,-83441,41402,-10352,-82087,39673,-11622,-81763,47254,-8033,-81611,46114,-8375,-81652,45647,-8577,-81679,45730,-8214,-81764,45322,-9143,-81894,44645,-8914,-81931,43786,-9573,-81826,44751,-9253,-81917,44116,-10007,-82314,43991,-8888,-82759,44040,-8743,-82464,44865,-8255,-82233,45679,-7838,-81974,45934,-7732,-81729,47026,-7062,-81567,47027,-7442,-82431,45981,-7662,-82718,45333,-8056,-83196,43962,-8902,-83852,44121,-9275,-83688,43157,-9633,-84111,43678,-9603,-77628,52526,-8303,-77824,52518,-8229,-77991,51474,-8821,-76893,52996,-8391,-76532,51591,-9232,-75271,56919,-5251,-75050,56800,-5744,-73956,57246,-6448,-75892,53972,-10268,-74937,54252,-8079,-73374,57987,-7690,-73911,58261,-8161,-72966,58579,-4720,-74087,63966,-4056,-75970,64538,-3379,-76571,65618,-3018,-76303,66300,-3575,-76225,66134,-2837,-76090,66022,-2444,-75958,66925,-3047,-76441,68650,-2664,-76352,69160,-2357,-75438,69848,-3459,-76353,68985,-3202,-76108,69457,-3085,-75912,70176,-1509,-76108,69775,-1725,-75828,69845,-2906,-75409,70255,-2544,-75673,70294,-1967,-75922,69738,-1483,-76162,69147,-1849,-76347,68728,-2160,-76062,69770,-2390,-76018,68968,-1854,-75553,70416,-1379,-74890,70585,-2243,-74481,70494,-1203,-72792,71768,-2688,-73049,71178,-3249,-72840,70501,-4878,-73060,70624,-4093,-73186,71288,-2633,-72502,72379,-2343,-77488,60263,-9779,-77842,60920,-9772,-76306,60443,-9086,-76548,62307,-6958,-77156,64186,-6321,-77161,64419,-6644,-77148,64789,-6290,-76929,65267,-6321,-77091,65182,-5610,-76752,65377,-3570,-76046,66907,-4181,-75841,66986,-5097,-76198,66545,-4556,-76277,66369,-5086,-76733,65754,-4756,-76871,65071,-4315,-76889,64435,-4959,-76718,64330,-4556,-76599,64019,-4473,-76732,64692,-4235,-76738,65124,-3346,-76718,63678,-4492,-76939,63245,-4798,-76630,63351,-5564,-76902,63921,-5005,-76809,64013,-5474,-77007,64286,-5708,-76640,63291,-5983,-76994,63625,-6508,-76739,65716,-5973,-76832,64789,-7581,-76258,64124,-8532,-75839,63019,-9025,-75970,62880,-9187,-75924,61950,-8847,-76707,62791,-9124,-76432,64549,-8249,-77001,63712,-7224,-76934,63228,-7022,-77158,64878,-5719,-77007,64841,-5100,-76887,65323,-4544,-76698,65136,-7561,-76870,65082,-7164,-76678,65597,-6628,-76774,65737,-5417,-76423,65926,-6517,-75959,65551,-7741,-75985,65180,-8100,-75305,63555,-9305,-75415,63304,-9566,-76163,63537,-9524,-75000,63285,-9645,-75651,63295,-9106,-75817,63259,-9356,-76411,62668,-8403,-76562,62811,-8055,-76446,63760,-8344,-76724,63351,-7968,-76756,62809,-7374,-76287,61724,-7864,-76854,64131,-7749,-76589,59558,-8057,-76365,59802,-7560,-75993,59357,-7765,-75816,58930,-8331,-76389,63086,-3691,-76081,62706,-3358,-76298,62640,-3321,-75902,62181,-3169,-75373,61971,-3379,-75965,61748,-3673,-75943,63355,-3857,-75649,63106,-4074,-75936,62669,-8956,-74406,64068,-9618,-73501,65003,-9924,-73105,65545,-10786,-73289,64900,-11173,-73228,64567,-11187,-73436,64475,-10550,-70178,65466,-10442,-72774,63551,-11263,-76631,65150,-9355,-77067,65274,-8998,-76603,64457,-9427,-72293,70283,-7141,-72112,70205,-7601,-71935,70208,-8545,-71836,70933,-9433,-71631,70287,-9807,-71594,70821,-9740,-71320,71710,-9332,-71968,70455,-9125,-71804,69567,-9377,-71714,70020,-9727,-72781,70532,-5957,-72610,71514,-5398,-75435,62278,-3381,-75240,62299,-3602,-75531,62720,-3966,-75947,63023,-3665,-74206,66950,-7946,-73209,66668,-8706,-77704,68402,-12470,-78350,69906,-12167,-78696,70977,-11415,-79459,72194,-11317,-80248,72998,-12082,-80600,72985,-13007,-80787,72926,-13485,-81699,73451,-14514,-82796,74093,-15252,-82379,73469,-15251,-81742,72681,-15213,-79985,71768,-13329,-79226,70291,-13507,-78146,68091,-13615,-78952,69264,-13944,-78343,67838,-14172,-77783,66359,-14503,-77343,66372,-13786,-76481,64750,-13646,-77658,67500,-13306,-77189,66651,-13252,-81152,73018,-14061,-81496,72853,-14771,-82808,73282,-16103,-83905,74010,-16857,-84919,75401,-16929,-84948,75805,-16510,-84788,76084,-15908,-84073,75255,-15790,-83353,74493,-15583,-83578,74921,-15493,-83311,75132,-15217,-83384,75552,-14915,-83316,75828,-14506,-83553,76394,-14190,-83986,76488,-14813,-85184,78186,-14703,-85040,78416,-14081,-85239,78955,-13174,-83766,77393,-12263,-83768,77304,-11874,-83261,76809,-11917,-82586,75936,-11294,-83055,75290,-9681,-81986,74170,-9431,-83446,74251,-8906,-83949,77300,-13544,-82939,75949,-13628,-82681,75846,-13202,-81945,75092,-12760,-81777,75138,-11836,-81333,74519,-10991,-81235,74160,-10198,-81973,74770,-10131,-81789,75004,-10951,-82221,75656,-11623,-83395,76976,-12427,-82298,75742,-12056,-84167,77767,-12917,-84627,77780,-14254,-84190,75623,-15668,-84361,76537,-15289,-85170,78739,-13691,-86378,80198,-13411,-86442,80267,-13193,-87378,81217,-13820,-85124,78671,-11986,-84812,78499,-12427,-85002,78728,-12805,-86415,80023,-14231,-86283,80014,-13767,-84368,75115,-16466,-82853,73598,-15865,-84100,74612,-16632,-80553,71866,-14188,-80118,70827,-14403,-80491,70534,-15174,-80490,69444,-15914,-80820,69419,-16294,-81532,70065,-16694,-81198,69248,-16787,-80549,66992,-17282,-80956,66711,-17757,-81868,66708,-18482,-79489,70126,-14056,-79847,68993,-15417,-80197,67379,-16753,-79759,66443,-16791,-78171,65145,-15756,-78265,65833,-15496,-79827,65478,-17295,-80306,65715,-17616,-79102,64752,-16902,-79486,65710,-16871,-78913,65240,-16510,-80992,66029,-18058,-78972,68689,-14441,-78718,67829,-14743,-78554,66964,-15150,-79311,67782,-15555,-78648,66575,-15515,-79762,67729,-16102,-79834,69659,-14919,-79496,71782,-12300,-79631,71681,-12752,-78276,70078,-11647,-77864,69362,-11443,-77462,68741,-10192,-77942,69796,-10043,-78610,71100,-10344,-80393,73064,-9691,-80605,72974,-9366,-82071,74550,-9741,-81415,74045,-9766,-80363,73415,-10605,-78083,70050,-10564,-78368,70548,-10906,-78819,71375,-10856,-79701,72657,-10773,-79084,71845,-10317,-79679,72610,-10387,-80209,73149,-10187,-80909,74052,-11651,-81084,74279,-11440,-79966,72896,-11322,-80661,73643,-11944,-81653,74913,-12222,-82143,75039,-13361,-81301,74272,-12609,-81275,74043,-12958,-81629,74323,-13335,-82461,75096,-13924,-82322,74711,-14179,-82154,74236,-14433,-82457,74204,-14912,-81628,73948,-13848,-77410,68003,-9129,-77893,68931,-8962,-78403,68990,-8361,-78861,69619,-8322,-79389,70576,-8476,-79374,69689,-8128,-80013,70868,-8362,-80226,70789,-8270,-80861,70984,-8211,-81768,72270,-8512,-82168,72510,-8531,-82509,73299,-8714,-79293,68802,-7852,-79307,71139,-8872,-79945,71879,-8958,-79747,72053,-9235,-80118,71532,-8659,-81646,72754,-8746,-81053,72569,-8862,-81264,73107,-9092,-82499,73768,-8933,-82532,74402,-9294,-78828,70031,-8555,-78314,69614,-8855,-78250,70314,-9768,-77710,69005,-9434,-78130,68854,-12888,-78553,69911,-12648,-78712,70663,-12033,-79186,71624,-11759,-79954,72420,-12379,-78877,70657,-12456,-79295,71069,-12835,-78923,70276,-12999,-78718,69657,-13220,-79431,70909,-13259,-81551,72191,-15396,-81785,71987,-15829,-81072,71905,-14953,-81256,71224,-15696,-82166,70913,-16879,-83484,70901,-18080,-83730,71692,-17920,-84619,71917,-18569,-85773,73136,-18915,-85165,73540,-18153,-84592,73525,-17507,-84786,72712,-18331,-84041,72507,-17717,-83168,71728,-17370,-83233,72281,-17019,-82736,72328,-16658,-85926,74068,-18576,-85632,72047,-19254,-85133,71207,-19215,-84576,71448,-18726,-82950,71013,-17568,-82116,70210,-17195,-82171,69479,-17591,-82803,68453,-18514,-82211,66581,-18759,-82817,67859,-18738,-83375,68205,-18970,-84295,68416,-19382,-84574,69019,-19274,-83873,67571,-19452,-83244,66583,-19360,-83410,65684,-19652,-84194,66144,-19926,-84584,67239,-19914,-85418,66453,-20344,-85943,67332,-20461,-87729,69679,-20802,-86538,68776,-20492,-88405,69664,-21060,-89974,70812,-21422,-90747,71488,-21618,-90972,70823,-21661,-91596,71116,-21754,-90129,70187,-21511,-90241,69337,-21524,-90325,69754,-21575,-89195,69658,-21289,-87829,68703,-20943,-87061,68526,-20724,-91076,70280,-21715,-91746,70128,-21806,-85937,66582,-20456,-87289,67680,-20776,-86681,66785,-20560,-86629,67528,-20647,-88260,68675,-21043,-88598,68176,-21042,-83276,64603,-19820,-83330,69799,-18402,-82593,69150,-18076,-81732,67230,-18176,-81594,68547,-17502,-81283,68758,-17124,-86462,73191,-19393,-87187,73624,-19707,-87404,72306,-20243,-88365,72672,-20595,-88407,71719,-20527,-88289,70898,-20746,-87140,70341,-20296,-85711,68887,-20037,-84728,67976,-19798,-85918,67944,-20390,-85581,68119,-20205,-84753,66200,-20148,-87163,69881,-20489,-87507,69764,-20688,-88915,71023,-21024,-89268,71542,-21062,-89739,73052,-20863,-89381,73509,-20898,-91790,76694,-21237,-91400,76597,-21078,-89572,73961,-20905,-88750,73401,-20653,-89180,72859,-20698,-88546,72295,-20499,-88263,74025,-20213,-88331,73583,-20395,-87848,71872,-20297,-87575,71315,-20186,-86186,70149,-19803,-85766,69693,-19736,-86296,70980,-19931,-86918,71130,-20000,-86259,70479,-19780,-87108,71689,-20215,-87690,73216,-20150,-86531,72581,-19660,-86401,71905,-19797,-86191,71185,-19871,-84869,69810,-19423,-85715,69999,-19625,-85547,70942,-19559,-84497,69859,-19189,-84198,70320,-18852,-85653,70455,-19722,-82281,72263,-16210,-82255,71447,-16655,-81583,70948,-16253,-84139,75912,-15550,-70678,66731,-9682,-70879,65890,-9881,-71142,65431,-10516,-71798,65171,-11146,-70685,65627,-10233,-70700,66174,-9802,-72952,65910,-10697,-73291,65308,-10188,-72865,65859,-11179,-73085,65363,-11308,-72447,65233,-11386,-72940,65119,-11351,-74428,63208,-10132,-73898,63617,-10649,-72162,64541,-11150,-73523,62596,-11033,-73484,62278,-11084,-73666,63026,-11055,-73912,62157,-10869,-74711,62896,-10541,-74412,62930,-10379,-72609,60632,-10695,-72852,61118,-10819,-74143,62984,-10491,-72849,57895,-12238,-72436,58163,-11565,-72074,58249,-11020,-71357,58229,-11321,-71863,58030,-11297,-71143,58458,-10882,-70688,58418,-11342,-70661,58359,-11577,-69887,58176,-12061,-70616,58690,-11070,-69852,58536,-11529,-71624,58715,-10570,-72093,58938,-10649,-71391,59712,-10367,-71655,59933,-10382,-71934,59402,-10472,-84702,62516,-20551,-84246,62707,-20408,-86964,61906,-20967,-85848,62028,-20911,-86941,62619,-20752,-85557,62856,-20600,-85117,61932,-20837,-84599,61885,-20744,-83718,60990,-20594,-84002,61778,-20589,-84510,64023,-20391,-84686,64980,-20293,-74303,58097,-13911,-76179,58209,-16217,-76184,57358,-16424,-77034,57433,-17167,-78184,57179,-18055,-77953,57842,-17797,-78041,59204,-17619,-78641,58556,-18156,-79071,60038,-18180,-79928,61419,-18546,-76563,57527,-16748,-76599,58557,-16559,-78038,60071,-17421,-79267,61175,-18106,-77635,59271,-17295,-77179,58081,-17167,-78708,61162,-17676,-79155,62577,-17685,-79911,63333,-18093,-79443,62104,-18039,-80443,62060,-18785,-80069,62627,-18392,-80514,64008,-18374,-81171,63548,-18932,-81685,63126,-19327,-81821,64504,-19094,-81307,64501,-18783,-80729,62842,-18809,-82104,62732,-19623,-81275,62100,-19298,-89456,66151,-20411,-90090,66198,-20355,-90655,66556,-20206,-91386,66558,-19954,-90477,65591,-20285,-91737,65178,-19785,-90474,64142,-19876,-89587,63602,-20162,-89117,63510,-20332,-88988,63199,-20208,-89368,62907,-19912,-86479,62854,-20666,-86736,63301,-20675,-90158,64990,-20297,-91242,65184,-19990,-89040,66862,-20298,-89820,67142,-20197,-88729,62918,-20271,-90264,64403,-20076,-89561,64484,-20321,-89392,64889,-20434,-91131,65831,-20095,-91885,65908,-19779,-92369,66505,-19457,-93113,66718,-18956,-94024,65772,-17725,-92801,65275,-17686,-92451,65082,-17706,-93394,66332,-17526,-91829,64153,-18751,-94601,69801,-19749,-95103,69746,-20188,-94842,69603,-20605,-94561,69643,-21006,-95392,70357,-19896,-96924,79239,-22522,-97867,80538,-22796,-96560,78580,-22415,-97672,79194,-22610,-91494,64656,-19633,-90950,63876,-19442,-89494,63085,-19901,-89770,62935,-19525,-89790,62354,-19312,-89531,61617,-18720,-89391,61180,-18545,-89495,60263,-18341,-89564,59518,-18259,-90583,59379,-18517,-90722,59406,-18732,-89751,60649,-20461,-89419,61749,-20371,-89442,58710,-18193,-89045,58928,-18196,-88514,56937,-18157,-87697,55811,-18538,-87397,55572,-18568,-86625,55414,-18439,-87721,58305,-17979,-88184,57829,-18087,-87873,56548,-18167,-86725,57285,-17991,-86792,56217,-18100,-87683,56048,-18311,-88319,56173,-18285,-88822,61030,-18404,-89442,61851,-18639,-88581,61533,-18315,-89392,60596,-18461,-89890,60857,-18626,-91070,63625,-19104,-89045,62438,-20389,-89568,62680,-19722,-89996,61469,-19329,-89797,61826,-19085,-89766,61590,-18906,-90478,60174,-19006,-90303,60761,-19444,-90717,59696,-19373,-90386,60362,-19759,-89872,61268,-20120,-90045,60356,-18612,-90221,59703,-18406,-89787,61990,-19737,-93464,65667,-17539,-92438,65531,-17529,-91106,65693,-17453,-89981,65461,-17306,-90037,64983,-17411,-89510,65093,-17225,-89292,66501,-17048,-89712,68339,-17427,-89896,68988,-17623,-92674,67776,-18192,-91898,68165,-18679,-90737,68834,-18116,-89736,67179,-17258,-90307,68651,-17738,-91330,68243,-17942,-89720,66026,-17139,-90633,65936,-17305,-91807,66060,-17380,-92045,65119,-17634,-73158,62421,-11235,-66478,62782,-12008,-64178,64196,-11845,-64459,64636,-12156,-64754,65004,-12099,-71279,61342,-10838,-76284,64770,-13226,-76852,65063,-14034,-77371,65693,-14379,-76779,64511,-14304,-77498,65416,-14746,-77696,65082,-15207,-70874,58295,-12850,-70911,57396,-13461,-70412,58259,-12703,-71268,58327,-12469,-71470,58105,-13213,-71983,57794,-12287,-72192,57558,-13185,-71716,57506,-13573,-71164,57634,-13561,-71324,57888,-13462,-71975,57713,-13435,-70731,58101,-13175,-79105,66250,-16215,-77263,62547,-15859,-76253,60838,-15451,-76211,60216,-15642,-76745,60241,-16208,-78913,63384,-17228,-78253,61961,-17081,-75220,53019,-15912,-75841,54372,-16457,-75329,54615,-15987,-74990,53834,-15698,-76548,53841,-16990,-76015,53999,-16601,-76506,52977,-16913,-75904,56206,-16363,-75574,56190,-16029,-73113,57269,-12733,-72796,57050,-12568,-72814,57451,-12345,-72492,57339,-12430,-72508,55976,-13043,-71988,55988,-12992,-72074,56810,-13569,-72756,56881,-12705,-72341,54075,-13328,-71219,55509,-12756,-70728,55975,-12680,-70735,55619,-12540,-72048,55778,-12980,-72325,54681,-13312,-72273,53618,-13223,-71930,54742,-13147,-71668,54804,-13015,-71137,54886,-12766,-71049,51694,-12068,-71095,51034,-12219,-70769,51945,-11785,-77353,62111,-16134,-77305,61334,-16383,-76492,66446,-11037,-77033,67743,-11154,-77067,67869,-10723,-77027,67660,-10198,-76703,66941,-10608,-76790,66980,-10100,-76938,65936,-8970,-76481,65425,-9661,-76268,64438,-9696,-78332,70143,-9332,-78806,70549,-8956,-79145,71433,-9322,-79463,72114,-9733,-78759,71202,-9794,-80040,69910,-8044,-82136,71971,-8399,-81647,71286,-8246,-80783,70439,-8106,-81334,70574,-8161,-80488,69747,-8034,-79755,68439,-7783,-78798,67885,-7736,-78726,68436,-7917,-78428,67989,-7951,-77656,67408,-8441,-77464,67574,-8707,-78054,68406,-8410,-79860,69225,-7907,-80321,68740,-7964,-83978,74975,-9153,-83333,74726,-9172,-83821,75688,-9590,-83891,76135,-9902,-84406,76912,-10288,-83022,75568,-10010,-82547,75567,-10602,-76747,66644,-9813,-77013,66980,-9236,-84682,76439,-9776,-84877,75464,-9403,-84381,75637,-9443,-84282,74819,-9155,-88320,80764,-11352,-87461,80125,-11238,-83222,67862,-12147,-84286,68595,-13188,-86885,72860,-13048,-78066,66863,-7965,-78672,67376,-7693,-79283,68019,-7670,-79362,67194,-7750,-79751,67609,-7795,-81160,68359,-8759,-82047,68147,-10212,-83280,68687,-11401,-84056,69321,-11989,-84265,70032,-11507,-84986,71033,-11558,-83747,69419,-11375,-82442,69957,-9248,-82951,69716,-10075,-82814,70188,-9613,-82607,70466,-9036,-82986,68787,-10905,-82538,69202,-9943,-81975,69413,-9188,-82104,69981,-8810,-82008,70363,-8471,-81318,70000,-8249,-81045,69421,-8321,-81527,68937,-8967,-83155,69564,-10513,-83826,70429,-10536,-84822,69990,-12740,-83754,68535,-12256,-82996,67949,-11644,-77234,66449,-8665,-83796,71062,-9693,-83591,70573,-9876,-83267,70080,-10079,-83247,70732,-9270,-84759,74314,-9308,-87737,75419,-11981,-88060,75186,-11593,-96995,78818,-19567,-95902,79056,-18923,-97059,79467,-19609,-97220,80162,-19663,-97579,79232,-19942,-99556,80077,-20764,-99953,80360,-21015,-100557,80922,-21191,-100224,80952,-20994,-100000,83380,-19908,-96489,83196,-17019,-96637,82746,-17485,-95116,82139,-16159,-95140,82375,-15891,-94890,82542,-15298,-94399,82528,-14807,-95870,82239,-17009,-96506,81775,-18049,-83160,76459,-11234,-83523,76661,-10981,-84840,78166,-11463,-84163,77577,-11580,-84421,77544,-11076,-84366,77156,-10610,-83643,76387,-10399,-83585,72848,-17070,-83602,73223,-17008,-84582,74090,-17433,-84049,72942,-17353,-83900,68941,-19054,-83503,69079,-18781,-83855,50756,-18596,-84144,55852,-17416,-86852,54980,-18374,-85937,55171,-18164,-88979,55093,-18646,-89231,54672,-18927,-88783,54253,-18678,-88432,54315,-18424,-88950,54680,-18617,-79790,56761,-19062,-78742,56440,-18474,-77838,55412,-17934,-77318,55000,-17589,-76447,54777,-16938,-76234,55413,-16740,-77657,56346,-17764,-77429,57212,-17510,-76367,56071,-16794,-78184,56420,-18122,-78872,57090,-18509,-78656,57536,-18321,-80085,59073,-19019,-79603,59477,-18644,-80321,60808,-18917,-77001,55539,-17338,-87956,62873,-20524,-87876,62367,-20765,-93417,69211,-21164,-82780,65348,-19418,-87649,56075,-20804,-87048,55668,-20848,-86796,55985,-20927,-86498,56526,-20900,-85520,56795,-20899,-86804,56999,-21102,-87536,56980,-21033,-85381,56557,-20804,-86696,56766,-20962,-86976,55149,-20695,-86961,54592,-20412,-85474,55316,-20721,-85127,54882,-20451,-85972,54812,-20547,-86372,54125,-20057,-88626,60466,-21021,-88442,59418,-21096,-88067,59051,-21156,-87400,57758,-21170,-87338,58604,-21197,-86701,59026,-21155,-87493,59332,-21169,-86822,60501,-21078,-88202,60447,-21097,-86107,58042,-21160,-85073,58097,-21065,-84447,59466,-20897,-84667,57113,-20929,-85559,57616,-21121,-84592,56739,-20695,-90213,60302,-20069,-90853,58305,-18330,-91010,57440,-19276,-87237,53725,-19094,-89126,56052,-19741,-88567,56314,-20349,-89423,56671,-20215,-89909,56555,-19831,-88263,55965,-20491,-88417,54531,-19938,-88585,54256,-19535,-88332,53965,-18598,-87953,53824,-18770,-88923,54254,-19108,-88759,55463,-20078,-87677,54582,-20310,-88833,54955,-19822,-89085,54725,-19407,-89669,55988,-18644,-89268,55220,-19299,-89255,55755,-19280,-88958,59389,-20964,-82653,56031,-20077,-83695,56855,-20502,-83244,57400,-20580,-81778,55996,-19814,-81132,55054,-19442,-81657,54726,-19541,-82350,54290,-19586,-81282,54029,-19245,-82435,53597,-19309,-83509,54243,-19395,-82604,55389,-16676,-82968,55719,-16837,-83115,56305,-16707,-82634,57136,-16046,-83014,57657,-16208,-83468,56864,-16763,-83986,57578,-16881,-83681,55896,-17159,-84015,56922,-17146,-81925,55346,-15899,-78768,54443,-13328,-77368,54477,-10916,-76559,53909,-10595,-75712,53393,-10207,-75582,53044,-10087,-75121,53022,-9437,-76904,53010,-10960,-78358,53975,-11547,-77907,53510,-11215,-77921,53467,-12288,-77553,53120,-11937,-76248,52937,-10591,-76140,54987,-10382,-79668,52780,-14188,-79201,52527,-13715,-78785,52017,-13481,-80514,52515,-14833,-80745,51688,-14919,-80033,52893,-14341,-79162,53513,-13660,-80133,53686,-14434,-79837,53643,-14156,-79286,54326,-13765,-77727,53732,-11019,-77286,46043,-12835,-77334,45401,-12923,-77592,44579,-13229,-77057,44876,-12635,-77337,44667,-12877,-76614,46637,-12241,-75987,47194,-11544,-76924,45816,-12592,-77058,47475,-12586,-77567,46875,-13047,-77109,46853,-12582,-77608,45345,-11466,-76120,39544,-12421,-77138,40516,-12716,-75398,40143,-10469,-75372,40947,-10800,-75139,41318,-10688,-75567,39656,-10864,-75684,38784,-11249,-75669,39498,-11379,-75792,39619,-11866,-76182,38697,-12646,-76506,39065,-12792,-76802,39096,-12771,-75229,40650,-10174,-75391,39981,-9631,-75406,39521,-9047,-75475,39396,-9521,-75271,40051,-9308,-75144,40709,-10034,-73237,40563,-11994,-72214,40598,-11720,-73096,40170,-11826,-73037,38841,-11129,-72114,39296,-11090,-71612,37684,-10686,-73614,39614,-11349,-72263,38710,-10939,-71743,39937,-11276,-70934,38390,-10841,-71562,38662,-10899,-72931,37150,-10146,-72949,35842,-9081,-71996,36048,-9783,-72351,36364,-9745,-71968,35833,-9247,-71524,35450,-9292,-80535,51299,-14801,-81479,52760,-15155,-80914,52475,-15020,-80195,52166,-14635,-80807,52907,-14845,-80485,45945,-14131,-81180,45188,-14562,-80768,45016,-14328,-81572,44727,-14774,-79847,44576,-14711,-79652,44298,-14635,-79568,44454,-14414,-78547,44431,-13891,-78298,45099,-13671,-78879,45591,-13795,-80022,44855,-14321,-80092,44647,-14676,-79792,45186,-14129,-79008,44894,-14035,-79429,44821,-14266,-80893,44550,-14936,-80196,44499,-15158,-80726,45456,-14221,-81655,45221,-14841,-82164,44890,-15483,-81739,44769,-15709,-81933,44948,-14947,-81416,44612,-15207,-80889,44569,-15640,-80731,44642,-14544,-79142,44323,-14111,-79253,43089,-14089,-83022,51800,-15787,-80419,52711,-14649,-83008,50212,-15883,-83293,48447,-16494,-81978,47747,-17550,-82511,49730,-15762,-82500,49096,-15757,-79585,44299,-15150,-79194,43989,-15536,-79794,44497,-15270,-79546,43961,-15038,-80291,44693,-16055,-79696,44861,-16202,-79107,44931,-16011,-79552,44635,-15646,-82890,49882,-18331,-83219,50836,-18790,-77690,45495,-13230,-77906,46381,-13237,-78766,44714,-15993,-79319,44392,-15488,-76966,50196,-16851,-76560,50222,-16606,-77015,51727,-17108,-73720,35140,-8609,-73088,34378,-8128,-72473,34803,-8088,-73386,34587,-8359,-73571,34532,-8168,-73973,35051,-7856,-74107,34833,-7542,-73513,34016,-7740,-73902,34120,-7281,-73608,33608,-7410,-74575,34094,-6877,-74881,35394,-7244,-74328,34693,-7286,-74426,35723,-7590,-73530,35478,-9016,-77008,39964,-12740,-77314,40539,-12495,-77869,42723,-13250,-78279,40445,-11533,-77617,39679,-11974,-77676,40575,-11787,-77920,39424,-11907,-77869,38603,-12112,-77444,38601,-12139,-77577,41017,-11883,-81579,42962,-12205,-78243,54359,-12515,-78235,53982,-12461,-77024,50781,-12062,-75352,47856,-10042,-77889,46310,-10904,-77734,46419,-11097,-77204,46559,-11064,-76229,49828,-9538,-76296,47726,-10281,-76028,46663,-10660,-76762,47242,-10625,-77707,48576,-10351,-77892,47191,-10831,-77962,48825,-10262,-76889,48224,-10241,-77952,46731,-10791,-77753,47906,-10656,-77561,46908,-10979,-82002,59970,-14859,-81373,59543,-14483,-85164,60079,-17126,-84945,59557,-17094,-85834,59262,-17473,-86396,59900,-17562,-86991,59783,-17806,-86880,58526,-17850,-86447,58049,-17811,-87130,58948,-17888,-86760,58774,-17827,-83361,61320,-15823,-83012,60991,-15542,-83793,61055,-16208,-83725,61729,-16091,-82629,61118,-15117,-82464,60629,-14945,-82528,60682,-15208,-82925,61897,-15178,-85172,64197,-15882,-85775,64955,-15921,-84962,64277,-15588,-85469,65337,-15583,-88654,65445,-16925,-88344,66512,-16761,-89124,67374,-17097,-87442,65769,-16461,-87802,66048,-16566,-88738,67690,-16974,-88536,68631,-16903,-88913,66064,-16939,-90605,66210,-17260,-90558,67077,-17357,-90977,67494,-17531,-87233,66769,-16280,-86508,66497,-15898,-87325,67940,-16163,-87970,68375,-16576,-89066,69300,-17103,-89697,69384,-17434,-88704,69799,-16746,-88525,69459,-16775,-89407,70511,-16902,-87890,70555,-15975,-88039,70171,-16301,-89713,70214,-17194,-90725,70571,-17758,-91277,70760,-18093,-92143,71816,-18177,-91377,71359,-17849,-91483,72025,-17694,-90683,71234,-17491,-90683,71568,-17272,-87875,67452,-16566,-86820,66165,-16140,-86134,65831,-15865,-91432,69679,-18341,-93005,69768,-19099,-90281,70077,-17792,-84769,64485,-14672,-84265,66071,-14345,-83606,65563,-13960,-85282,66341,-15175,-85805,66470,-15605,-84346,66574,-14364,-84854,66222,-14739,-85359,65651,-14995,-85500,66010,-15425,-83780,67179,-13637,-84731,67424,-14502,-82517,67553,-11258,-81008,65760,-10752,-86865,73391,-12486,-83167,76608,-12761,-85218,74313,-17715,-86329,75198,-18159,-87295,76146,-18406,-86448,75903,-18080,-86229,75501,-18032,-86764,74815,-18880,-87640,75665,-19087,-88812,75839,-19847,-88488,76282,-19396,-89823,77430,-19793,-88796,77986,-18892,-88991,77637,-18947,-89064,77113,-19350,-90548,77965,-20054,-87802,77293,-18448,-88018,77834,-18302,-90154,81540,-17923,-90893,82461,-18107,-89569,81768,-17227,-89755,81509,-17625,-88925,80580,-17393,-89164,80392,-17552,-88686,79920,-17378,-87801,78116,-17872,-88186,76895,-18684,-83056,67497,-19008,-80580,65009,-18118,-93248,70605,-21955,-92861,73677,-21920,-93101,73373,-21929,-92290,72576,-21843,-93144,72750,-21809,-95053,72530,-21212,-96209,71156,-20088,-96260,70670,-20348,-94880,70335,-21511,-94339,70432,-21787,-82482,75802,-12731,-87322,81135,-13330,-89142,82854,-14225,-90003,83607,-14463,-90645,84049,-15950,-90410,84002,-15211,-91003,84481,-15758,-90478,83591,-16423,-90623,83486,-16792,-91210,83690,-17395,-90714,82833,-17603,-92306,83889,-18539,-92797,83918,-18975,-93164,82186,-20199,-94798,83497,-20818,-93106,81843,-20340,-92788,83436,-19039,-89732,83371,-14861,-93929,86329,-18027,-92354,84715,-17836,-91956,84690,-17314,-91767,84810,-16841,-92821,85615,-17365,-92178,84142,-18200,-92875,84783,-18425,-93416,84841,-18957,-94506,85301,-19664,-94399,84762,-19662,-95905,85910,-20327,-94819,85881,-19543,-94292,86015,-18851,-93258,85470,-18174,-94833,86998,-18416,-87971,81270,-15397,-92334,83149,-13163,-92785,82949,-13153,-92047,82370,-12870,-91204,81365,-12714,-91289,80991,-12829,-93142,82228,-13888,-93462,82994,-13811,-93796,82901,-14153,-95689,83058,-21564,-96873,83894,-22025,-95592,83212,-21499,-95258,83499,-21161,-96492,84171,-21721,-96062,84398,-21332,-95725,84688,-20935,-95008,82590,-21294,-95872,82778,-21531,-108938,90149,-23827,-109794,90800,-24338,-109511,91077,-23893,-108139,89827,-23348,-106237,87329,-23093,-105754,87274,-22648,-100994,86457,-19374,-100231,85932,-18817,-100273,86269,-18696,-100389,86932,-18279,-99913,86775,-17818,-100481,86610,-18571,-101071,87087,-18826,-100621,87357,-18121,-104732,87078,-21883,-105079,87314,-22032,-104422,87717,-21457,-104378,87290,-21542,-103999,87697,-21166,-101120,92290,-19349,-101068,91686,-17537,-102020,92219,-17840,-102333,92260,-17860,-102782,92209,-18065,-103046,92677,-18210,-102917,92841,-18353,-102377,92748,-18576,-103478,93305,-18827,-103384,93494,-19310,-103750,93326,-18762,-103504,92893,-18440,-104004,93219,-18858,-103302,92506,-18359,-103459,91944,-18730,-103101,91333,-18547,-102888,91581,-18429,-102387,91262,-18192,-101812,91772,-17584,-101349,91659,-17429,-100819,89697,-17372,-100803,90208,-17383,-102053,91821,-17705,-100742,91289,-17151,-100175,91033,-17045,-99291,90701,-17208,-99425,90993,-17924,-101305,91372,-17368,-96151,86422,-20394,-98504,86763,-21818,-101462,86083,-23510,-102472,86595,-23827,-101561,86412,-23539,-107418,89131,-24893,-107116,89432,-25019,-108682,90444,-25392,-107668,89470,-25031,-108107,92478,-25352,-108809,91865,-25921,-108130,93482,-25451,-109036,93702,-25840,-109733,94050,-26064,-106519,91764,-24663,-106599,93556,-24430,-106638,93094,-24669,-109300,95976,-25035,-107236,94830,-24131,-110009,97118,-23862,-110495,97212,-23380,-111913,96040,-23293,-112199,96629,-23491,-114019,96563,-24460,-113617,95577,-24565,-112717,95356,-24028,-113183,96050,-24113,-113821,96891,-24326,-114820,97548,-25064,-113274,97326,-24156,-112961,96371,-23848,-114028,95320,-25028,-114265,94849,-25678,-113542,93991,-25892,-113474,94144,-25556,-114454,94910,-26499,-114514,95353,-26952,-113808,95117,-27081,-113511,95304,-27143,-113700,94676,-25361,-114366,95777,-24965,-112817,93539,-25468,-110045,91222,-25510,-110007,90987,-25202,-109617,90512,-24709,-110811,91569,-25354,-110658,91602,-25584,-94612,81851,-21038,-89929,76651,-20222,-101302,81415,-21762,-99367,79424,-21545,-99069,79136,-21930,-99518,77590,-21822,-102654,83005,-23306,-103849,83921,-22831,-102631,83036,-22075,-102436,82553,-22171,-103649,84112,-22358,-103605,84729,-22179,-103084,84917,-21806,-102998,83465,-22184,-103247,84073,-22114,-100813,81136,-22436,-101587,82002,-22970,-102298,82451,-22892,-102571,82606,-22661,-103012,83043,-22563,-103042,83220,-22348,-101070,81263,-22246,-101943,82995,-21647,-101068,83339,-21063,-101005,82635,-21161,-100318,81642,-20923,-101209,81468,-21539,-100973,81095,-21821,-101759,81832,-22008,-100354,82528,-20832,-102145,82852,-23437,-103161,83242,-23139,-104695,84929,-23679,-104653,84806,-23315,-104228,84387,-23491,-100722,83565,-20313,-101609,84194,-20887,-99819,83059,-20000,-100368,83157,-20427,-99290,84602,-19080,-99687,85797,-18388,-101915,82162,-21837,-101177,81847,-21354,-101822,82628,-21670,-100812,84301,-20147,-100064,84510,-19629,-100160,85203,-19444,-99813,78569,-20283,-97014,78431,-19608,-97238,76670,-19675,-98410,77167,-20026,-98061,76400,-19945,-99140,76289,-20286,-98176,75673,-20044,-92113,75653,-17039,-91439,75323,-16290,-88953,72814,-15432,-88966,72255,-15820,-89934,73212,-16198,-89741,74846,-14949,-89179,75185,-14267,-99095,77454,-20183,-99338,76828,-20270,-94539,74875,-18771,-93953,73640,-18731,-93753,74387,-18521,-98850,75524,-20369,-94391,79392,-17276,-98430,88535,-16077,-98696,87995,-16234,-104160,88953,-20318,-104044,88543,-20692,-103123,88674,-19695,-102465,88898,-18990,-103449,88995,-19688,-93140,76615,-17489,-91534,79004,-14337,-89234,77118,-13008,-89250,77422,-12791,-89846,77176,-13645,-88501,78397,-11498,-91269,82094,-12688,-90607,80734,-12451,-90267,80582,-12086,-92934,83743,-13420,-89521,75851,-14076,-90069,76538,-14054,-91446,74191,-17092,-89779,72141,-16560,-90478,71804,-17128,-89126,71570,-16362,-87973,69058,-16538,-88203,68901,-15219,-86599,67751,-15658,-87641,68564,-16019,-87780,68973,-16269,-91838,70939,-18402,-92540,70946,-18981,-91618,70557,-18477,-91500,73327,-17368,-92389,74480,-17628,-92088,73424,-17737,-91391,72650,-17449,-95112,69904,-19992,-95347,69895,-20660,-92641,66082,-17438,-88373,62610,-17654,-89921,62499,-18744,-90088,62791,-18744,-89714,62206,-18380,-89714,62734,-18244,-87733,61568,-17773,-87234,61447,-17779,-87624,61667,-17577,-86450,61572,-17387,-86655,61890,-17087,-86929,62317,-17060,-86943,62867,-16978,-85811,61977,-16827,-85552,61813,-16948,-84312,59990,-16671,-86004,60316,-17421,-85336,60702,-17147,-86866,60491,-17670,-87949,60645,-18004,-87549,60999,-17938,-85034,58259,-17233,-89819,59185,-18297,-87946,60234,-18058,-86943,61225,-17715,-88863,56567,-18241,-88705,56017,-18423,-82935,58480,-16003,-82153,58101,-15573,-81337,58723,-14874,-83595,60277,-16172,-91419,64577,-17673,-91309,65013,-17531,-90435,62928,-18154,-87789,73921,-13512,-85498,75466,-9783,-90834,80190,-12854,-97236,88807,-15522,-97165,88965,-15792,-98381,90036,-16753,-97334,89325,-16427,-97931,86070,-16450,-96993,85845,-15745,-98957,89850,-16172,-99892,90320,-16657,-99435,90142,-16403,-99385,89148,-16600,-99390,88570,-16617,-99671,89651,-16701,-100041,89670,-17003,-103773,92655,-18763,-104406,92108,-19166,-102231,93007,-19644,-98610,89010,-20781,-99399,89813,-20888,-100216,89925,-21607,-100155,89571,-21792,-98486,88088,-21337,-99451,87719,-21977,-98806,88087,-21529,-99712,88741,-21909,-100738,88486,-22504,-102211,89730,-22908,-101626,89368,-22682,-103432,90244,-23438,-101672,88775,-23003,-102223,88972,-23264,-100580,89529,-22145,-99789,88293,-21937,-98810,87748,-21513,-98467,87367,-21418,-98073,87478,-21205,-99107,89033,-21249,-98850,90515,-19135,-98308,90217,-17744,-105064,93341,-19524,-105428,94536,-19977,-105740,93937,-19849,-105429,94362,-19772,-104757,93879,-19300,-104410,93755,-19166,-107754,93408,-21067,-107315,93606,-20656,-107623,92489,-21273,-107092,92996,-20774,-108113,92887,-21544,-107556,94226,-20830,-105916,94713,-20105,-106254,94713,-20174,-106476,94346,-20279,-106044,93529,-20060,-106464,93757,-20271,-106479,93338,-20208,-106045,94974,-20472,-100895,91634,-20633,-101401,91262,-21625,-102149,91646,-22022,-103576,92316,-22787,-105287,92844,-23821,-105403,92514,-24084,-102339,91285,-22469,-103737,91511,-23408,-104541,91788,-23822,-103472,90858,-23487,-103488,91731,-23113,-103055,92537,-22102,-102098,92681,-20764,-103428,93502,-21367,-102509,92700,-21294,-104643,93943,-22298,-105319,93952,-23004,-101297,91683,-21070,-103374,92515,-22442,-104679,93202,-23075,-104703,92823,-23376,-104124,93344,-22399,-102857,92683,-21728,-106249,95271,-22447,-105576,94645,-22502,-104302,93940,-21894,-109045,96706,-22685,-110606,96562,-22654,-109573,96411,-22111,-109701,96197,-22118,-109071,95904,-21772,-110590,96853,-22761,-111215,96412,-22958,-110927,95441,-22762,-111225,95243,-23098,-112270,94958,-23855,-112669,94626,-24377,-110439,96075,-22504,-109777,95435,-22142,-110482,94882,-22694,-110858,94129,-23251,-111118,94560,-23245,-111538,94368,-23676,-109766,94883,-22052,-110238,95108,-22343,-109994,94608,-22407,-102338,90261,-23000,-103055,90254,-23256,-102241,90562,-22816,-104243,90505,-23803,-103411,89769,-23656,-103825,87601,-24249,-104132,88053,-24447,-104035,88215,-24424,-103121,87123,-23984,-106249,87842,-22851,-105418,87658,-22210,-106474,88826,-22499,-106876,89182,-22619,-105512,89476,-21224,-108666,91381,-23079,-109545,92037,-23516,-109903,91907,-23881,-107984,88855,-24060,-100765,88933,-22331,-101057,89537,-22463,-100905,82896,-23669,-108496,89431,-24013,-111469,93099,-24681,-112074,92761,-25254,-111089,93011,-24394,-110858,93142,-23922,-111971,94935,-26695,-112834,94408,-26979,-112673,94763,-27006,-113970,94772,-26827,-111690,94045,-26751,-113977,97472,-26677,-114268,97811,-26338,-114125,98035,-25525,-113739,98038,-25074,-113825,97893,-24790,-112846,97891,-24674,-112776,97501,-23965,-112957,97799,-24326,-113120,96954,-26699,-112225,96963,-26268,-112177,97253,-25963,-112925,97445,-26216,-111818,97366,-25538,-112898,97655,-25915,-113407,97901,-25661,-112659,97839,-25022,-114265,96161,-27164,-114438,95750,-27117,-114759,96384,-27093,-112444,95643,-23752,-111739,95755,-23222,-113520,94983,-24840,-107461,95536,-20973,-108659,95981,-21545,-108112,95786,-21286,-109934,97077,-23470,-114965,97341,-26514,-114546,97351,-26755,-114513,98042,-25438,-115051,97812,-25803,-115188,97752,-25443,-106124,89934,-25020,-106403,90476,-25069,-96531,86002,-15237,-104098,91232,-23743,-105885,92403,-24438,-105381,91644,-24307,-91110,83594,-12705,-91294,83353,-12443,-86034,78506,-10647,-84907,77118,-10136,-91262,74861,-21377,-91225,74424,-21227,-90253,73729,-20995,-91076,73499,-21311,-90886,72619,-21514,-89727,72704,-20936,-90063,72206,-21258,-90315,71780,-21468,-89093,70731,-21146,-90302,74206,-21138,-90800,74556,-21273,-90628,73693,-21088,-91031,75808,-21121,-90097,75154,-20851,-91281,75481,-21300,-87681,79754,-16662,-91219,82542,-18326,-89666,75315,-20574,-100434,77184,-20819,-100585,77914,-20578,-83523,52299,-19102,-83840,49946,-18201,-78166,48264,-16901,-77243,47814,-16419,-80545,49246,-17522,-80160,50133,-17957,-81270,50408,-18397,-80092,50761,-18174,-80523,49697,-17802,-79818,49284,-17443,-78859,49548,-17399,-74922,42815,-13570,-74859,43282,-13739,-75526,42796,-13837,-74411,43783,-13685,-70907,43989,-12163,-70491,44207,-12313,-70896,44704,-12136,-70997,45625,-12131,-71340,45159,-12304,-71198,44429,-12186,-71440,41627,-11798,-69120,45940,-12433,-67101,46377,-11671,-66975,47533,-11599,-67329,46864,-11758,-67841,46614,-12066,-68072,46957,-12107,-68550,48016,-12507,-63911,40046,-14204,-62871,39607,-14568,-60258,41932,-17380,-61521,41846,-17439,-62114,42063,-17213,-61739,40087,-15297,-62918,40772,-15690,-61966,41212,-16661,-56066,45095,-19099,-56335,45942,-18817,-53596,45158,-20736,-53611,44386,-20736,-53668,44638,-20589,-53859,44276,-20404,-54560,43615,-20890,-67149,38520,-10331,-65722,54060,-10977,-66191,54512,-10969,-66079,54841,-11148,-65700,54516,-11079,-65369,54315,-11292,-66464,54778,-11094,-69778,52554,-11130,-69645,52796,-11085,-69272,52956,-11432,-66837,55202,-11880,-67366,53899,-11368,-66943,53941,-11038,-70072,40904,-10505,-69462,39872,-10596,-69551,48970,-11973,-67404,48916,-11900,-66828,52384,-11639,-64943,53337,-11931,-66638,54935,-11320,-67100,54356,-11313,-62737,39737,-11891,-63133,40620,-11082,-63353,40415,-10775,-63375,40587,-10526,-63011,39999,-10068,-63620,39965,-10254,-63478,39660,-10902,-62996,41242,-10491,-62780,41807,-10622,-62392,42465,-10619,-62594,41676,-10459,-63055,41251,-10840,-63214,40602,-10339,-62906,40706,-10277,-62527,40908,-10358,-62232,42115,-10582,-62274,38267,-10412,-62357,39148,-10323,-61942,39044,-10710,-61695,40766,-10796,-61552,41837,-11005,-61366,39581,-11126,-62741,39509,-10076,-62568,40296,-10294,-61245,36426,-10256,-61527,36019,-10017,-60882,37278,-11300,-60514,37511,-11148,-60128,38170,-10650,-59574,38868,-10986,-61798,35743,-9642,-61728,35940,-10179,-62203,35462,-9295,-61809,35813,-9041,-62989,35440,-8686,-62391,35991,-9777,-64022,35294,-8789,-64159,37009,-9690,-63997,35802,-8789,-63964,36159,-9651,-64311,36830,-11586,-65031,36610,-11337,-65040,37271,-11757,-64570,37875,-12468,-64021,38100,-12635,-64184,38756,-13010,-64090,38814,-12690,-63901,39171,-12923,-64214,39305,-13444,-64275,37724,-12542,-64217,37811,-10349,-64090,38315,-11260,-64095,37504,-12260,-64036,37079,-10760,-64031,37334,-11086,-63934,37748,-11747,-64116,37049,-9431,-64096,38435,-10191,-63842,39552,-10278,-63748,39768,-10450,-64047,38830,-11292,-64046,38582,-12011,-63802,38996,-12146,-63166,39053,-12362,-64023,38799,-12176,-63994,37736,-9632,-64138,38735,-10549,-63998,39270,-10803,-63905,39084,-11327,-63164,39190,-11803,-63905,36466,-10284,-63879,35745,-10070,-64007,36137,-10513,-64269,36727,-11199,-64588,36632,-11573,-63315,52504,-14636,-63733,52790,-13793,-61030,53595,-18094,-61206,55954,-16619,-61421,55085,-16653,-62002,54901,-15437,-62522,55050,-14617,-63082,55045,-14094,-62807,55600,-14499,-61585,56670,-15547,-61946,55447,-15249,-62205,55594,-14912,-62388,56204,-14945,-62864,56877,-15036,-62637,57193,-15069,-61673,57578,-15218,-62176,57192,-15140,-62019,56266,-15126,-61328,57389,-15598,-61721,57030,-15324,-60909,57612,-16135,-61411,53705,-17401,-61697,53627,-16895,-59931,54303,-19356,-59612,54439,-19693,-59027,54718,-20258,-59143,53760,-20380,-59330,52507,-20464,-58215,53398,-21312,-58466,52663,-21192,-59006,51851,-20864,-58518,51415,-21295,-58064,50918,-21603,-57430,50535,-22001,-56764,50454,-22390,-56965,49584,-22040,-56594,48956,-22096,-57198,49452,-21878,-57495,48131,-21951,-57863,48931,-21726,-58502,49263,-21402,-58815,49222,-21218,-59358,51500,-20580,-58364,50502,-21328,-58817,51034,-21024,-59008,50467,-20959,-58317,49938,-21395,-60159,51934,-19763,-59895,53354,-19700,-60299,53316,-19229,-58397,54628,-20904,-58020,54979,-21294,-57701,51681,-21886,-58301,54090,-21068,-57251,55414,-21894,-56805,54701,-22346,-56639,56035,-22307,-56034,55792,-22833,-55746,56617,-22925,-56017,57492,-22527,-55011,57738,-23148,-57217,54182,-22041,-56572,53733,-22657,-55996,53564,-23070,-54627,51932,-23513,-55750,52476,-23040,-57367,52870,-22062,-57373,53889,-21879,-56016,54841,-22972,-59462,55451,-19562,-58984,55975,-20104,-59080,63390,-15576,-58662,65161,-13960,-58169,66386,-13517,-58307,66030,-13128,-57627,67396,-12579,-57577,66994,-11948,-58642,64070,-15954,-57794,66134,-15858,-56907,67440,-16707,-56726,68487,-15769,-56354,68743,-16465,-56213,69401,-15805,-57137,67788,-15553,-57616,67107,-14997,-57486,67729,-14192,-57799,66978,-14474,-56705,69346,-14019,-57060,68748,-13603,-56812,69285,-13248,-56503,69857,-12851,-55820,70621,-11989,-55261,71547,-11934,-54903,71966,-11622,-54849,72341,-11985,-55251,71955,-12557,-56090,70538,-12578,-55412,70967,-11541,-57039,68803,-12806,-57512,67838,-13095,-57804,67168,-13683,-57354,68172,-13436,-57721,67356,-12926,-57143,68472,-12489,-56795,69085,-12251,-57289,67882,-12130,-57101,67486,-11211,-56064,70538,-14026,-56797,68825,-14879,-58087,66041,-15001,-58427,64864,-15519,-58575,65205,-14386,-56820,67988,-16240,-58724,64539,-14939,-57866,66259,-15458,-56662,68917,-11707,-55653,71416,-13576,-55021,72455,-14016,-54214,73787,-13241,-53543,74645,-13137,-53762,73859,-11882,-55663,71270,-14093,-54138,73834,-14010,-55423,71540,-14555,-56517,69826,-13541,-64412,50527,-13638,-64293,51498,-13389,-63396,54211,-13794,-63263,55268,-14069,-63887,55495,-13751,-62970,56151,-14822,-63214,56190,-14656,-63684,53451,-13584,-63402,53426,-14036,-62956,53555,-14635,-62860,54539,-14358,-61757,54490,-16287,-64973,55983,-12659,-66881,56208,-13027,-66829,55920,-12799,-67848,56179,-12711,-68327,55773,-12957,-67915,55533,-12628,-68700,56610,-13118,-68368,56605,-13312,-68334,57323,-12693,-61387,56404,-16006,-63064,57193,-14850,-63307,57264,-14475,-63741,56680,-13868,-64197,57391,-12366,-64510,56964,-12524,-64883,57160,-12213,-65273,57499,-12060,-64521,57686,-11927,-63972,57986,-11616,-63701,58333,-11369,-64744,56241,-12714,-65407,57122,-12190,-65936,58507,-11414,-62281,49097,-17731,-61502,49799,-18618,-59840,50991,-20278,-60034,50888,-20084,-60623,49449,-19679,-60151,49798,-20115,-60675,50260,-19516,-59650,50446,-20485,-59474,49505,-20720,-59057,47984,-21103,-58356,47463,-21562,-58259,48344,-21616,-58084,46800,-21625,-57261,45896,-21897,-56627,45340,-22023,-56041,45067,-22144,-55236,44597,-22103,-54793,45296,-22242,-55418,45533,-22320,-57830,47576,-21842,-57240,46384,-22017,-57283,47472,-22049,-56844,46719,-22162,-55448,46314,-22368,-55022,46168,-22350,-56551,48021,-22189,-56274,47555,-22271,-56046,46416,-22314,-55309,46913,-22370,-59960,49431,-20330,-57082,45270,-21764,-59662,52004,-20235,-60718,43676,-18976,-57967,46145,-17496,-56378,46381,-18644,-56287,47362,-18647,-55601,47451,-19287,-54791,47542,-20012,-54539,49070,-20006,-54381,49743,-19884,-54699,50011,-19678,-55208,50484,-19321,-54998,51190,-19263,-55770,51351,-18759,-55971,49185,-19118,-55592,49490,-19438,-55953,50064,-19076,-55684,50528,-19096,-55142,49483,-19676,-54922,48826,-19884,-55137,48584,-19861,-54570,47723,-20230,-54213,48937,-20140,-52654,48532,-20833,-51024,48569,-21844,-50695,48108,-22332,-51475,48099,-23114,-52038,47544,-23056,-56048,46566,-18922,-55880,46865,-19027,-55153,46127,-19583,-54609,47054,-20135,-53850,46897,-20700,-54120,48115,-20285,-53500,47544,-20574,-52955,47411,-20802,-55675,47016,-19229,-53608,48590,-20487,-53206,48559,-20591,-52695,47783,-20825,-55617,48322,-19420,-61039,50379,-19081,-65124,49030,-12613,-68397,47285,-12131,-68233,40051,-11229,-68661,39365,-11544,-68562,39768,-11552,-67651,31667,-8483,-67169,31911,-8499,-67792,30366,-9209,-66712,39903,-10936,-67020,39814,-10711,-63983,37469,-11670,-64406,37149,-12116,-70533,37354,-10067,-68493,36224,-9874,-70515,37093,-9223,-75324,34590,-6682,-76772,34340,-5006,-75803,37094,-12119,-75940,35873,-12373,-76487,33801,-13080,-76802,33479,-13753,-76678,32823,-14283,-76683,34390,-13246,-76981,34071,-13658,-77131,34821,-13095,-77015,31726,-14237,-77067,32150,-12828,-76927,32730,-11838,-77688,31994,-11649,-77107,32428,-12323,-77287,32598,-11172,-76814,33065,-11220,-76639,32321,-13482,-76841,32278,-14605,-77096,32166,-14808,-76797,32869,-12649,-76728,33164,-13323,-76798,32649,-12960,-76633,32678,-13465,-76122,34983,-11208,-75970,36488,-11215,-76037,35664,-11088,-75872,36656,-11720,-77034,33143,-15031,-77007,33700,-14006,-76564,34034,-13275,-80803,33260,-14096,-80219,33236,-14521,-79361,33139,-14518,-78689,32993,-14712,-78302,32766,-14197,-77865,32811,-14991,-77952,32415,-13907,-78311,31903,-12723,-78910,32851,-11553,-79235,33263,-11725,-79034,32650,-12681,-79736,33101,-12989,-79694,33400,-12188,-79820,33729,-11952,-78430,32199,-13110,-78543,32744,-13753,-78954,32556,-13111,-78723,32331,-12565,-79845,33205,-14094,-80120,33791,-13267,-80221,34257,-12744,-81494,33692,-12833,-81623,33215,-13369,-80972,33686,-13172,-82741,32971,-12703,-82789,32697,-13068,-82324,32561,-13920,-80068,33887,-12956,-79973,33689,-12597,-80075,34202,-12505,-79029,33037,-13954,-79556,32936,-13203,-79845,33191,-13690,-79880,33177,-13241,-81093,33374,-13566,-80246,33460,-13926,-84278,33651,-11819,-84081,34340,-11410,-83478,34127,-11544,-83813,33539,-11634,-85398,34720,-11934,-85991,35358,-12026,-85760,34940,-11806,-85919,35764,-11448,-85652,36198,-11034,-86082,36390,-11395,-86046,36207,-12396,-85857,35549,-12249,-85631,35017,-12080,-85628,36273,-12182,-84815,36376,-12013,-85244,35643,-12004,-86350,37264,-11876,-85448,35488,-11252,-84737,35781,-11025,-83653,35454,-11021,-83642,35687,-10900,-83237,35227,-10625,-82759,34429,-10442,-82885,33646,-10443,-83997,33568,-10239,-83297,34529,-10372,-83824,35267,-10154,-83336,35224,-10364,-83239,35785,-10493,-83004,36618,-10698,-83065,36984,-10313,-83448,36864,-9881,-82897,36379,-10828,-83286,36326,-10318,-83326,36062,-10855,-84002,35848,-10862,-84660,36128,-10858,-85178,36655,-10778,-83374,35516,-10697,-82751,34636,-10759,-83087,34677,-11154,-84716,34272,-11521,-84510,33891,-11670,-84952,34267,-11943,-84183,33773,-11982,-83211,34480,-11384,-80817,35744,-11143,-80233,35017,-10798,-80142,34000,-9093,-80341,34098,-9434,-74229,37835,-8551,-74257,36349,-7882,-72633,32113,-8430,-72302,31983,-8578,-72450,32470,-8001,-71781,30136,-9450,-72425,29881,-9652,-71891,32415,-8018,-76433,32341,-4702,-73426,33104,-5865,-71651,32796,-7627,-75556,30996,-7366,-75722,30132,-7938,-76116,31831,-6062,-76917,30947,-6170,-66007,34368,-9327,-67287,34947,-8764,-66223,38543,-11131,-64094,34947,-9646,-64173,35210,-10022,-61976,44520,-11053,-61851,43607,-10796,-62081,42862,-10719,-61648,44239,-10854,-61483,44702,-10853,-60731,45992,-10958,-61179,45835,-10840,-61175,46087,-10946,-61120,46006,-11695,-60953,46353,-10879,-61512,45757,-11344,-61374,45775,-10935,-61203,45428,-10873,-61760,44803,-10854,-61703,45424,-11126,-60561,42411,-11613,-59766,42918,-12002,-59940,42275,-11946,-60185,41200,-11952,-59847,41672,-12017,-60416,40956,-11806,-59610,43785,-12101,-60308,39965,-11810,-62444,42142,-11506,-62595,41540,-11522,-61818,42441,-10853,-62057,40290,-10558,-61406,38457,-11081,-61760,38081,-10785,-60271,38405,-11820,-59830,38542,-11744,-59178,44751,-12203,-59019,40862,-11817,-57934,39550,-8674,-57370,40363,-8346,-54828,45942,-5611,-53594,48271,-2233,-52448,49774,-2143,-53888,47168,-1964,-59230,35220,-7868,-58911,35002,-7444,-58297,34506,-5776,-57977,33586,-5635,-58621,41314,-5108,-58765,40929,-5469,-57676,43194,-4632,-57814,43137,-4132,-57361,43227,-3488,-57513,42781,-3755,-57054,42882,-3226,-57602,43901,-4007,-57404,44048,-4092,-57975,40609,-4307,-55886,50461,7,-56100,50203,-634,-52630,48806,-3083,-53045,48740,-3235,-53065,48312,-3718,-58917,33925,-6953,-58577,34156,-3484,-58261,34743,-2972,-58098,35223,-2809,-58694,34928,-2862,-56439,35265,-3375,-57176,34542,-3696,-58461,36008,-5389,-59005,36495,-6731,-55811,41434,-6178,-55690,41792,-6123,-55953,41100,-6697,-55922,42624,-6619,-56246,42326,-7023,-55784,42026,-6454,-56909,41224,-5926,-55482,42668,-5878,-55402,42841,-5102,-57003,39871,-8103,-57449,39720,-8471,-57095,40683,-8139,-59788,39529,-8398,-59981,38983,-8378,-57203,41911,-7830,-56270,42803,-7043,-57929,44489,-12264,-57705,43724,-11661,-57699,44391,-11961,-53436,45343,-12149,-52734,44930,-11486,-54318,45223,-11821,-55621,45358,-11272,-56319,45220,-11232,-56116,45090,-10781,-55083,43462,-10529,-55718,42522,-10973,-52159,46938,-8549,-52385,46802,-8101,-52495,46572,-7787,-52867,46595,-8680,-52243,46739,-7453,-52830,46004,-8095,-51966,45559,-6728,-51759,45872,-6264,-51597,46654,-5734,-51785,46818,-6342,-51326,47303,-5184,-51493,46845,-5362,-51853,46981,-6898,-51917,46527,-6564,-52893,46461,-8391,-51029,47685,-6748,-51534,47204,-6140,-50589,47340,-7513,-50554,46961,-8082,-49910,46912,-7493,-49588,45939,-8746,-53351,44250,-8749,-52490,44907,-7591,-52983,45192,-8265,-53393,43931,-8683,-53194,44205,-7483,-54032,43306,-8676,-53826,43673,-8201,-53627,43611,-8280,-53289,43805,-8339,-53811,43345,-8895,-52890,44307,-8032,-52569,44508,-7155,-52898,44169,-7788,-52329,44857,-7300,-50749,48046,-4918,-50351,48531,-5082,-50644,48291,-3854,-50721,48504,-3235,-50473,46542,-8835,-51425,45008,-10412,-50899,44964,-10795,-49928,45241,-10057,-51653,45290,-11557,-51974,46177,-11117,-50572,45176,-10899,-50106,45816,-10833,-49563,45726,-10513,-49827,45391,-10357,-50160,45261,-10629,-48020,47995,-10479,-46411,48121,-10545,-46340,48746,-10548,-46515,49218,-10459,-46485,50265,-10002,-45912,49937,-10094,-45891,49318,-10376,-45781,49494,-10025,-45689,48619,-10226,-45988,48049,-10458,-45874,47768,-10282,-45944,47077,-9886,-46070,46491,-9453,-46168,46332,-9027,-47920,47330,-7917,-47939,47554,-7552,-46729,47335,-9393,-47435,47465,-8929,-46642,47728,-9633,-47844,48230,-9092,-47523,47033,-8119,-47181,46923,-8601,-46645,46855,-9113,-47956,47776,-8782,-48856,48218,-8676,-48492,47645,-8157,-47981,47379,-8330,-48412,47769,-7620,-45811,48158,-10185,-45897,47752,-10065,-46400,48422,-9904,-47385,48062,-9255,-46086,47012,-9628,-45800,50045,-9667,-47352,49997,-9003,-46564,49122,-9697,-47914,46966,-10062,-48008,46470,-9838,-48380,46146,-9831,-48010,45975,-9363,-47713,45928,-9200,-46833,46070,-9429,-46497,45974,-7991,-46324,46177,-8147,-46282,46424,-7604,-46758,47168,-7302,-46885,46575,-8355,-46758,46057,-7609,-46413,46128,-7595,-46651,46573,-6894,-47573,46278,-9641,-47448,46665,-9892,-46826,46480,-9866,-46331,46317,-9556,-45850,48647,-10482,-45689,49813,-10018,-45926,49217,-10013,-46906,49427,-9427,-47786,48973,-10493,-48214,49668,-10508,-47423,49867,-10145,-47264,50692,-9757,-47118,51251,-9313,-46250,50838,-9587,-46821,48677,-10512,-47252,48093,-10392,-47642,48314,-10425,-48083,48789,-10628,-48562,49216,-10709,-47355,48836,-10407,-48447,47829,-10719,-48503,48419,-10810,-49065,48539,-10858,-47507,51202,-1387,-47855,51658,-1965,-50148,53231,-2254,-50196,52677,-3189,-50277,52254,-3972,-50471,52956,-2816,-52432,53236,-3522,-52512,52947,-4126,-52628,53147,-4670,-52360,52345,-4812,-52254,52465,-4316,-52037,51811,-5093,-52533,53616,-3163,-52652,54239,-2669,-55426,45238,-10601,-54997,46730,-12436,-55135,47288,-12334,-57349,49628,-11888,-57127,49596,-11721,-56975,49897,-11179,-57352,51329,-9985,-56912,50949,-10069,-56766,51030,-9973,-56645,51274,-9945,-55734,51357,-10401,-55164,50624,-10788,-56205,50130,-10459,-56601,49973,-10773,-55728,49500,-10772,-56032,48895,-11485,-55105,49190,-10856,-55177,49525,-10818,-55428,49840,-10704,-55946,50337,-10424,-56553,48843,-11960,-57047,51405,-9738,-57858,50361,-11741,-60684,51617,-11349,-60536,50937,-11800,-60444,50175,-12123,-60899,50641,-10542,-53416,47015,-11301,-51542,47453,-11000,-50899,47638,-10988,-52903,48267,-11219,-52682,48794,-11371,-53491,49345,-11480,-54220,50618,-11272,-49255,52648,-9597,-48879,53319,-8517,-48565,53783,-8227,-48610,54864,-7740,-48025,55333,-6467,-48079,56354,-5308,-47525,54582,-6830,-48890,53860,-8318,-49167,54778,-7926,-48954,55606,-7396,-48242,55210,-6865,-49514,52972,-9023,-49877,52552,-9819,-50544,52754,-9973,-52056,51832,-9884,-49743,52085,-10438,-50094,52433,-10222,-48493,52704,-9637,-48199,52942,-9308,-47558,52918,-8939,-47497,53765,-7696,-47537,53478,-8166,-48322,53451,-8266,-48544,53230,-8567,-48036,53663,-7909,-47608,54235,-7248,-48037,54558,-7292,-47167,53669,-7408,-46814,53879,-6135,-49741,58306,-5255,-49755,58936,-4582,-50242,59809,-3919,-51137,59819,-3861,-52335,58472,-4570,-51832,59883,-3316,-51347,60569,-3119,-51908,59179,-3929,-52480,59063,-3893,-53236,59043,-3824,-50834,60025,-3834,-51516,59231,-4067,-51886,58618,-4492,-53286,58590,-4389,-53253,57546,-5664,-51293,58769,-4556,-51042,57886,-5329,-51933,57817,-5261,-51756,57078,-5906,-52811,57623,-5498,-54071,57123,-6884,-54454,57512,-6559,-54895,57690,-6661,-54871,57423,-7087,-53236,57164,-6150,-55260,58607,-4807,-54399,58067,-5351,-54909,58058,-5680,-55367,57958,-6205,-53785,58803,-4162,-52500,57055,-6036,-50576,56472,-6599,-51019,57032,-6051,-50007,57077,-6225,-49593,56919,-6391,-49131,56564,-6536,-48580,55324,-7338,-48709,56021,-6571,-49248,57403,-5710,-49507,57372,-6010,-48548,56366,-5764,-50154,58148,-5463,-50449,57351,-5933,-51279,57433,-5632,-49226,56370,-6787,-47091,51876,-6924,-46379,51753,-7171,-46112,51437,-7691,-46531,52116,-6734,-45937,50915,-8447,-47097,55472,-4824,-47471,56294,-4835,-47403,54838,-6257,-47423,50308,-8751,-48857,50688,-8278,-48038,50668,-8461,-46225,51881,-7219,-46385,52390,-6648,-46570,50897,-8287,-46339,51116,-7952,-48704,46317,-10350,-49318,46208,-10666,-48978,45778,-10000,-48489,45780,-9465,-48368,45708,-9004,-48366,46673,-10152,-47599,47627,-10268,-46771,47501,-10343,-46886,46937,-10123,-46286,47150,-10229,-46078,46948,-10042,-49434,54984,-4484,-49749,55165,-4369,-50294,55042,-4432,-50637,56368,-3711,-50857,55765,-1541,-51128,55558,-1248,-48354,58197,-1160,-47210,58836,-158,-47014,58430,1155,-45679,59732,2240,-45058,60568,2425,-44374,61384,3219,-43517,62562,3883,-43492,62522,4286,-43096,63183,4888,-43346,62887,5305,-42909,64200,6312,-42764,65162,7055,-43366,63629,6483,-43850,63286,6680,-45192,62049,6164,-45844,61848,6061,-46563,62436,5967,-46619,61910,5839,-46931,62136,5730,-47404,61525,5482,-48601,61441,5002,-48395,60021,4804,-47936,59858,4794,-47959,59129,4294,-48331,59198,4374,-48493,58353,3803,-47417,58802,3726,-48308,58049,3353,-48174,57642,2408,-47128,58403,2640,-46039,59339,2842,-45412,59997,2946,-44825,60693,3239,-46284,59046,2029,-46804,58535,2113,-47384,58042,1445,-47839,57733,276,-48331,57308,296,-48682,57078,-202,-49063,57055,-1105,-47978,58077,-661,-48035,57708,-332,-47553,58139,-54,-47816,58125,3056,-49011,57782,3415,-50223,57657,3585,-50098,57357,3970,-50704,58611,4026,-50816,58559,4293,-51366,59833,4281,-51265,60419,3663,-51235,60928,3345,-51219,61797,2535,-51058,62402,680,-51562,61958,-336,-51838,61654,-1006,-51292,62299,1963,-51205,61412,2897,-51372,61299,3260,-51441,60585,3949,-49967,58133,3839,-50482,58521,3936,-50535,58932,3994,-50975,59465,3911,-51074,59238,4330,-51218,59956,4061,-50403,59579,4130,-48922,60800,4825,-50804,58966,3934,-48810,58569,4028,-49805,58961,4193,-49332,57974,3684,-49851,57625,3400,-50420,58125,3829,-46781,59012,3499,-46280,60037,4562,-46458,60232,4892,-45684,60947,5273,-45537,60729,4907,-44428,61816,5476,-44549,62058,5906,-44055,62331,5794,-43635,62634,5611,-43118,63569,5922,-44833,62090,6106,-48195,60565,5021,-47480,61045,5355,-46299,61785,5932,-46196,60961,5456,-46420,61226,5666,-46951,60958,5473,-47153,59387,4283,-46952,60034,4854,-47320,60296,5103,-46806,60442,5169,-46445,59107,3140,-45095,60406,3513,-45527,60241,4115,-45919,60035,4235,-45095,60930,4765,-45165,60448,3881,-43562,63992,7055,-44036,63737,7180,-44297,64276,7574,-44789,64183,7558,-45006,64900,7799,-45376,66085,7981,-45651,66045,7795,-45488,67444,8227,-44966,69441,8876,-41891,68838,7872,-41731,69002,7599,-41508,70109,7086,-41595,70351,6364,-41745,70584,5886,-41650,71732,6286,-41788,71964,5904,-41975,71681,5372,-42081,72591,5313,-42128,70334,4822,-42257,71225,4773,-42278,68042,4327,-42463,67172,3921,-42498,68188,3876,-42841,66338,3229,-43784,65735,2278,-42395,69594,4241,-42226,68949,4474,-42078,68410,4853,-41702,68690,6160,-41883,67687,5627,-41921,66977,6707,-42337,66294,7232,-42436,65339,6552,-43165,64339,6908,-43236,64995,7499,-42868,65676,7564,-44115,67075,8668,-44139,67598,8824,-43887,67826,8886,-44410,68605,9022,-43521,68858,9091,-43365,70693,9442,-43727,69884,9307,-44047,68780,9097,-44101,69909,9285,-44813,68808,8914,-45190,68476,8643,-44717,67791,8767,-45178,67263,8424,-44623,66921,8557,-45006,66421,8268,-43873,66443,8412,-43754,65615,8068,-43384,65898,8054,-43741,64643,7605,-43329,68159,8852,-42102,66455,6838,-42040,69610,4962,-41873,68857,5479,-41680,69510,6098,-41669,68547,6517,-41736,68082,6939,-41633,68944,7031,-41566,69609,6652,-42000,70379,5129,-41791,67692,6221,-42181,67113,7499,-42615,66554,7797,-46120,59406,1343,-46970,58676,426,-46505,59240,596,-47971,54690,-4865,-50061,54188,-4675,-52374,53502,-5153,-52085,52344,-5632,-51204,52226,-5997,-51865,51453,-6143,-50992,51591,-6547,-51902,51234,-6022,-49365,56591,464,-48840,56975,940,-48289,57452,1839,-47601,57879,1769,-48629,57082,501,-49308,56595,-7,-49916,56206,-40,-49836,56767,2378,-49801,56932,2780,-49795,57268,3024,-49322,57135,2622,-49590,56656,3007,-49328,55810,2636,-51073,55877,3105,-50254,54699,2424,-51378,55466,3022,-49749,56927,2388,-49189,56860,1570,-51661,56672,-3188,-50852,50923,-5925,-50239,50707,-6060,-51434,51080,-5829,-51084,50456,-6777,-48045,50638,-4899,-48497,51645,-3656,-49074,51495,-4592,-51379,51015,-6602,-51400,50747,-6541,-49583,52442,-6059,-49569,50203,-6281,-46290,46102,-8468,-47025,46795,-7766,-46470,45873,-8683,-52788,50693,-560,-52989,50568,384,-56729,46376,-286,-56885,47600,127,-56982,48264,-23,-57444,46223,168,-56884,45231,-423,-57090,45025,-498,-56772,44621,-736,-57250,46510,299,-56809,46054,-123,-56951,47073,197,-57049,47721,486,-56961,48489,690,-56823,46612,38,-57546,50218,1409,-66608,52629,4736,-68089,53610,4105,-67961,53716,3805,-66633,52881,4159,-66901,52878,4370,-68751,54346,3490,-68975,54316,3746,-57490,48314,866,-57635,48812,1090,-56959,51303,-314,-57228,50554,-567,-57400,49784,-136,-57382,50460,808,-57380,50295,-238,-57332,49436,-905,-56175,51489,295,-56205,52834,1087,-56725,52988,717,-56546,52456,467,-53178,53923,1695,-56904,54159,1200,-56743,55829,1171,-55796,56750,1432,-56087,57738,1159,-56132,58201,1005,-55458,58569,1266,-55137,59734,820,-55470,59630,569,-56483,59312,28,-54659,60025,1127,-56305,58805,584,-56322,56861,1245,-55910,55516,1328,-55000,55968,1555,-53747,56212,2428,-54000,56382,2235,-53926,57201,2738,-54134,58009,2747,-54342,57909,2383,-54288,58685,2523,-54286,59390,2359,-54275,59874,2059,-55476,59177,912,-54676,59777,1353,-54753,58002,1967,-54992,56608,1718,-56037,56027,1347,-54398,56542,1990,-54319,57187,2240,-54636,57549,2059,-54870,58621,1729,-54527,58906,2034,-54528,58427,2147,-55364,57263,1599,-55518,57992,1421,-57164,57133,848,-57531,56837,810,-58074,56611,937,-58488,56282,792,-58715,56546,582,-58013,57294,426,-57743,58761,-628,-58314,58414,-796,-59252,58363,-1703,-60105,57886,-1576,-59821,58182,-1936,-60308,58102,-2199,-60781,58290,-3036,-62086,58008,-2399,-58403,57185,322,-58976,57453,-350,-59332,57492,-558,-59072,58094,-1122,-60023,57362,-687,-60473,57722,-1378,-60842,57694,-1262,-60686,58047,-2220,-58244,57769,-131,-59292,56841,159,-60348,56783,118,-60478,56535,329,-61081,56492,-186,-61847,57177,-949,-62240,57579,-1385,-62812,57057,-309,-61826,56887,-540,-62565,56587,377,-61570,56267,251,-60748,55643,781,-60718,56199,198,-59645,56638,315,-59942,54555,1443,-59627,54093,1619,-61430,55335,1278,-60689,57117,-408,-61136,57060,-745,-61494,57063,-854,-61631,57722,-1959,-61146,57756,-1480,-61458,57426,-1380,-60872,57444,-854,-59452,58468,-2214,-59443,58677,-2729,-60189,58247,-2585,-59481,59205,-2999,-59493,60321,-4170,-58791,60081,-4227,-59008,59890,-5378,-59918,60236,-5323,-59373,60139,-4804,-60072,60431,-4163,-58047,59733,-4129,-57609,59468,-3207,-57734,59371,-2386,-57602,59323,-1720,-57605,59240,-1359,-57822,58970,-979,-56944,59036,-49,-57559,58413,-120,-57364,57813,490,-58585,58874,-1736,-57244,59423,-2374,-56641,59463,-2399,-57337,59365,-2951,-57027,59221,-3586,-57746,59550,-4749,-57376,59557,-3966,-58081,59483,-3180,-59555,60238,-7018,-59643,59691,-7778,-59975,60288,-8063,-59984,59074,-8004,-60917,65647,-7729,-60709,66060,-8271,-60857,65925,-8678,-60742,66268,-8495,-60205,66916,-7734,-59980,67095,-7116,-60137,67258,-7583,-60251,67747,-7429,-61159,65597,-8277,-61383,65393,-9044,-53254,56588,2504,-53582,56654,2645,-53493,57497,2747,-52148,56113,3130,-51867,56186,3314,-51220,56941,3567,-52060,55391,2871,-50379,56276,3163,-49937,55481,2696,-49723,56434,3253,-50571,57764,4298,-51367,58206,4450,-51960,59121,4426,-52054,58994,4065,-51563,58262,4200,-51380,57849,4006,-50859,57402,3888,-50564,56966,3591,-49983,57274,3648,-49848,56854,3571,-50820,57726,4387,-50439,57303,4153,-51950,58401,3911,-52261,59508,3954,-52361,58535,3696,-52443,57487,3467,-51926,57756,3739,-52161,56782,3379,-52656,56671,2825,-53154,58182,3112,-53862,57641,2837,-53947,58112,2835,-53677,58386,2760,-53753,58954,2603,-54106,58826,2652,-53297,58797,3044,-52710,58052,3445,-52521,59481,3695,-52356,60213,3972,-52879,58802,3430,-52132,59534,4303,-51696,59160,4422,-51251,58310,4474,-52919,57565,3115,-51426,57513,3810,-52469,60100,3642,-52512,60651,3352,-52437,60994,3438,-51480,61672,-1269,-52661,61266,-900,-52136,60972,-2138,-49346,59750,4505,-51068,59960,3865,-51003,60587,3703,-50874,61317,3461,-56064,51841,759,-55638,51194,605,-55921,51199,482,-55844,51957,882,-56012,52260,992,-51749,57046,3567,-50058,56735,3573,-51597,53413,2179,-48825,59433,4501,-49186,58761,4160,-50578,60070,4088,-49080,61555,4782,-50633,60639,3994,-49794,60694,4481,-48814,62037,4837,-48081,62887,5063,-47482,64018,4963,-47182,64685,4859,-46879,65381,5320,-47008,63997,5688,-47464,63556,5301,-47104,64458,5289,-47965,62475,5229,-47485,62927,5449,-44150,61599,4205,-43606,62346,4695,-43948,61852,3979,-43942,62087,5154,-45271,61031,1364,-44648,62036,1804,-44087,63748,2002,-44628,63074,1555,-45188,61542,1255,-45526,61353,905,-44287,62762,1982,-45488,62035,844,-43276,65030,2743,-42670,66707,3504,-42606,65772,3784,-42193,65938,5113,-42483,65190,4554,-42476,64660,5683,-42685,64118,4949,-42814,63837,5459,-42877,65280,3331,-42338,66429,4400,-42027,66332,5733,-42165,65650,5917,-41953,66572,6097,-46133,60021,655,-46352,60194,346,-46349,60785,276,-47173,60001,-350,-47557,59302,-628,-46316,65172,2349,-46593,65583,3361,-46698,65860,4116,-46913,65242,3575,-46706,66193,4946,-46485,67349,5656,-46816,65727,5235,-46356,66880,6709,-46305,67764,6608,-46192,68648,6624,-45639,70840,7484,-45419,71867,7494,-45417,71532,7746,-46543,66935,5828,-46901,65522,4698,-46880,64737,5657,-46736,64087,6046,-46585,65853,6124,-46400,64490,6590,-45384,64805,7617,-45247,64185,7453,-45075,63451,7126,-45706,63309,6798,-45709,63911,7075,-46462,64027,6392,-46257,66346,3390,-46427,66358,3888,-44399,68268,2856,-44523,70614,3814,-44779,71211,4155,-45102,69661,3635,-45166,70535,4115,-45308,70768,4474,-45215,71856,5133,-44982,74030,6872,-45427,71986,6094,-45141,72948,6099,-45633,71090,5790,-45925,69643,5250,-46219,68469,5272,-46275,68420,5789,-45858,70279,5931,-45423,71760,5678,-45709,70398,5190,-46074,68518,4565,-46355,67562,4715,-45823,69467,4597,-45493,69884,4167,-44864,74371,6488,-44914,73453,5820,-44797,73375,5473,-44776,74645,6375,-44883,72483,4985,-44412,72021,4344,-43991,73029,4621,-43697,74954,5271,-42432,74078,5250,-43481,74026,4909,-42885,69866,3775,-42639,69951,4032,-42510,71354,4511,-42751,72490,4563,-42670,74016,5042,-43105,73665,4816,-42905,74805,5201,-42425,72596,4868,-43213,69651,3502,-43487,68716,3115,-43229,68425,3149,-42837,67140,3284,-42802,69098,3659,-42796,68410,3496,-42902,71310,4173,-43354,71378,4024,-43837,71135,3902,-44193,71010,3888,-43804,72324,4322,-43469,72082,4246,-43119,72427,4414,-43350,75474,5381,-42186,76443,6235,-42245,78113,6596,-42543,78614,6415,-43138,78309,6180,-42891,79296,6459,-43495,79773,6594,-43461,80311,6695,-43057,81185,6997,-42690,80874,7164,-42237,80110,7486,-42367,81489,8433,-42224,81628,9193,-42055,80957,9425,-42753,82226,11090,-42730,82849,10600,-43275,83697,11446,-43776,84711,11867,-43416,83009,11929,-43886,84117,12209,-44136,82434,12639,-44634,82037,12848,-45055,82229,12888,-45327,82678,12944,-46400,83017,12860,-47191,83719,12323,-47329,82404,9342,-47097,81947,9305,-46822,81468,9269,-46938,80476,9926,-46957,80637,10714,-46701,80924,11269,-45471,80677,12100,-45417,80484,11950,-44669,78876,10825,-44736,78479,11130,-45039,78632,11462,-44935,77896,12283,-44754,76840,10907,-45154,76509,10479,-45165,75605,10409,-45090,75435,9972,-44972,75150,10454,-45484,74845,9820,-45222,74924,10561,-45586,74338,10483,-45444,74555,10916,-46073,74953,11435,-45891,75856,11310,-45520,75928,11036,-45395,76173,10899,-45331,76008,10441,-44965,75365,10858,-45289,76685,11318,-45733,76512,11425,-46399,76626,11440,-46686,76586,11100,-46708,76634,9684,-46081,76418,9271,-45889,76769,8929,-45921,77063,8439,-45273,77119,8885,-46509,77469,8434,-45983,77473,8367,-46699,77634,8300,-46783,78744,9338,-46936,79619,10886,-46656,79508,11432,-46386,79257,11690,-46159,79585,11814,-45065,80042,11787,-44779,79724,11505,-47047,78636,9951,-47060,78738,10565,-47167,78447,11029,-46254,77947,12495,-46057,77653,12518,-46603,76974,11796,-46933,76947,11359,-44978,77647,12389,-45513,77426,12253,-46067,76989,12087,-45679,77106,12339,-46018,76739,11674,-45531,77768,12538,-47164,78150,11727,-47552,78139,11119,-47414,78240,9827,-47781,77751,10414,-47536,77513,10890,-47599,77190,10566,-47543,77473,9888,-47473,77167,9806,-47667,77687,9555,-47439,77728,8856,-47689,77952,9849,-47066,76862,9934,-46954,77435,8724,-47182,77663,8540,-47119,77999,8662,-47288,77439,9143,-46999,78420,9226,-46438,78394,8752,-47730,77993,10910,-47346,78388,10470,-47440,77965,8998,-47080,77982,12147,-46455,77474,12188,-46612,77178,12231,-47106,76885,10616,-46665,76393,10803,-46500,76648,9299,-46674,77079,8513,-46180,77170,8343,-47429,77146,11370,-47031,79231,10174,-46914,78837,11048,-46001,78727,11763,-45427,79763,11823,-45388,78685,11692,-45048,78951,11488,-46647,77887,8239,-46221,78035,8295,-46137,78824,8992,-45576,78165,8506,-45694,78030,8273,-45131,77963,8412,-45520,77762,8202,-46172,77766,8152,-45365,76563,9557,-45439,77572,8360,-44710,77852,8838,-44458,77648,8725,-44415,78020,8889,-44693,79179,8406,-44369,78536,9302,-44994,78129,8815,-44526,77633,8903,-44518,77022,8623,-44283,76913,9145,-44109,76602,9670,-44265,76841,9583,-44309,77031,10026,-44253,77366,10545,-43939,77724,10072,-44066,77496,10089,-43455,79298,10978,-43665,79665,11395,-43506,80339,11867,-42974,79704,11191,-43095,80530,11651,-42314,79792,10559,-42102,79942,10132,-42073,79193,10042,-41894,79339,9465,-41925,80096,9386,-42063,80571,8498,-42450,80538,7318,-42196,80840,10150,-42368,80556,10694,-42836,81481,11453,-42999,82419,11525,-42437,81265,10665,-44097,77556,10461,-44464,77336,11390,-44313,77002,11042,-44793,76831,9845,-43889,76933,9965,-43697,75875,10031,-43193,75254,10096,-43653,75065,9964,-43309,73976,9880,-43640,74366,9856,-43897,73821,9682,-44152,73007,9507,-43916,74417,9669,-43547,77308,10265,-44931,77240,9012,-44555,76972,9434,-44711,76221,8315,-44645,75085,8430,-44491,75294,8879,-44542,74282,8743,-44006,75607,9675,-44295,74597,9152,-44677,78160,8113,-44788,75518,7068,-44535,77224,7079,-44462,78761,7329,-44649,78359,7745,-44537,79342,7573,-44178,79298,6996,-46383,78742,9017,-46585,79465,9134,-46874,79657,9610,-46960,80145,10268,-47039,81324,11561,-47364,81881,11692,-47312,82194,10906,-47214,82308,11437,-47306,82434,11320,-47640,83121,11444,-47293,83276,12379,-47059,81851,12175,-46890,81556,12202,-46067,81359,12533,-45854,81643,12756,-46589,81969,12488,-46321,82411,12503,-45540,82386,12791,-45125,81658,12945,-46529,81078,11692,-46891,81112,10926,-47045,82498,11996,-46715,82435,12263,-46766,82946,12757,-47047,82872,12572,-46940,82311,12094,-47202,81603,9354,-47217,82037,9675,-47285,82223,10474,-47356,81410,10702,-47444,81745,10160,-47327,81462,10000,-46943,81095,10248,-47624,82654,10847,-47617,82614,10207,-47710,83055,11002,-47580,83471,11264,-47445,81935,10599,-44753,82589,12935,-44461,83146,12747,-44596,84010,12902,-44364,84387,12514,-44541,85054,12350,-44235,85197,12269,-44802,85988,12498,-45378,86328,12843,-45633,87390,12323,-45902,87861,12727,-46151,88299,12599,-46194,88440,13104,-46871,88227,12333,-46667,87718,12539,-47145,87960,12177,-45674,88340,12597,-45149,88280,12394,-45009,87699,12461,-45869,87164,12317,-45004,86400,12395,-45455,86967,12233,-45168,87294,11995,-44895,87197,11190,-45102,86271,10310,-44977,86041,10714,-44625,85852,10982,-44386,85397,10506,-44110,84948,10010,-44389,84761,8591,-44584,84862,8006,-44866,84836,7582,-44627,83943,7276,-44321,83809,7397,-44000,83956,7842,-43714,83887,8178,-43634,84094,8692,-43157,83939,10406,-42908,83441,10470,-42976,83261,11062,-43368,84314,11168,-43638,84782,11058,-43487,84215,9716,-43942,85025,10577,-43731,84844,10779,-44147,85533,11541,-44076,85098,12155,-44137,84589,12293,-44190,83987,12594,-44142,85422,11951,-45004,86529,11966,-45186,86838,11882,-44990,86642,11189,-42989,83421,9350,-42655,82776,9286,-42837,82903,8826,-42641,82363,8621,-42226,81336,8711,-42438,82318,9722,-42351,81765,10156,-42629,81591,7904,-43267,82873,7886,-43293,83448,8432,-43197,83822,9645,-42899,81440,7376,-43525,82032,7122,-43279,81439,7036,-43429,81084,6829,-44310,82905,7050,-45193,84414,7338,-45275,85402,7760,-46287,86234,8041,-46778,86700,8383,-47235,86022,8533,-47529,86017,9031,-46921,85494,9116,-46656,85243,8741,-46414,84956,9059,-46653,85095,9307,-46767,83918,9316,-47037,83641,9127,-46552,83143,9055,-46882,82870,9134,-46535,82486,9016,-46359,82080,8962,-46968,83188,9034,-47485,83189,9874,-47680,83402,9908,-47907,83913,10271,-47937,84299,10844,-47747,83991,11574,-47419,84423,12313,-46211,84129,12964,-45926,83575,12741,-46665,83780,12648,-47027,83333,12700,-47050,84156,12806,-47413,84059,12244,-46330,83302,12838,-44941,83298,12794,-45162,82957,12923,-47281,83380,9305,-47610,83631,9510,-47789,84175,10077,-47492,84736,10497,-47763,84458,10641,-47592,84031,9603,-47466,84406,9830,-47512,84627,10015,-47770,84937,10465,-47811,85178,10930,-47628,85429,11447,-47799,85649,11339,-47519,86450,11977,-47949,86889,10402,-47585,87221,9837,-47209,86432,8479,-46981,87360,9205,-46869,87195,9212,-46775,87004,9117,-46161,87199,9176,-45947,86661,9010,-45710,86267,9292,-45299,85582,9841,-45157,85394,9898,-44672,85357,10182,-44541,84974,9541,-45189,85187,9361,-45108,85180,9083,-44874,85203,8586,-44974,85371,8241,-45668,86132,8328,-45992,86331,8213,-46249,86879,9033,-44022,84680,9502,-44598,84900,9001,-47239,87346,9430,-47157,87716,8829,-46204,87736,8659,-45860,89027,8623,-47269,89596,9094,-47595,89362,9197,-47888,89087,9101,-47943,88621,9086,-48356,88698,9650,-48333,89321,10490,-47994,89514,10766,-48013,89601,11701,-48792,90105,11412,-48491,90140,12208,-48855,90449,11940,-48677,90429,12353,-48745,91803,12384,-48890,90838,12206,-49130,90970,11848,-48789,91125,12871,-48381,89819,10531,-49121,90740,10537,-49260,91341,10836,-49201,91792,11199,-49041,92073,11632,-48862,92171,12052,-48238,92879,13497,-48081,92968,13544,-48307,93483,12919,-48125,93575,13155,-48539,94743,12856,-48228,94801,12980,-48317,95745,12512,-48172,96814,11473,-47657,97380,11317,-47772,97330,10958,-47456,97880,10842,-47246,98226,10632,-47614,96723,9528,-47074,96899,8987,-47706,96188,9074,-48314,95188,9320,-48314,94032,9380,-48433,93238,8955,-48257,92852,7924,-47919,93012,7792,-47738,93636,8413,-47335,92920,8154,-47126,93129,8301,-46528,93196,8020,-46267,92750,7861,-45807,91705,7711,-44613,91772,8000,-44659,93355,8314,-44705,93835,8576,-43866,93728,9447,-43683,93903,9593,-43400,94296,9741,-42917,92569,9738,-43290,93046,9869,-46972,93472,8337,-46240,93710,7662,-46671,94146,7904,-46731,93911,7909,-46623,94551,8495,-47117,95278,8584,-47355,96188,8425,-47126,97161,9253,-46931,97657,9478,-46814,97093,9102,-46417,97365,9488,-46618,96821,8900,-46337,96825,8891,-45816,96660,8701,-45735,96048,8446,-45898,95302,8277,-45474,95110,8546,-45820,94840,8180,-46258,94889,8512,-47057,94355,8012,-46450,95720,8538,-46950,95778,8613,-46673,94928,8633,-47030,96548,8562,-46024,96358,8470,-46417,96470,8694,-46733,96272,8639,-46023,95829,8316,-46133,98162,9991,-46224,98875,10340,-46008,98888,10708,-46139,98599,11346,-46574,98909,11021,-46359,98971,11038,-46980,98929,10392,-46929,98199,9815,-47075,93733,8321,-47569,94709,8173,-47505,95877,8433,-48002,94022,8474,-48346,93780,8612,-48231,94523,8834,-48359,93283,8480,-48215,93366,8175,-48176,94263,8590,-47955,94818,8382,-48078,95466,8687,-47707,94348,8241,-46935,94829,8544,-47533,95211,8381,-46079,93028,7861,-44943,92971,7698,-45360,93332,7699,-44563,92929,7937,-45484,92666,7833,-46043,94040,7753,-45885,94262,7973,-48984,95077,10315,-49194,93936,10632,-49017,93509,10431,-48882,93082,10186,-49298,92279,9586,-49328,92262,8849,-49049,91891,8459,-49091,90745,8525,-48922,90122,8837,-48693,90225,9737,-48240,89699,9855,-48732,89819,9296,-49375,91163,9054,-49184,91213,9557,-49296,91526,9471,-49355,91840,9684,-49350,91001,8863,-49315,91431,8633,-49110,91408,8453,-49429,92029,9172,-48971,93246,9639,-48889,93394,9563,-48476,94080,9644,-48943,93915,9978,-49082,94349,10657,-48663,94500,12680,-48755,94707,12410,-48601,95127,11283,-48282,96102,10388,-48481,96132,9583,-48710,95150,11701,-49051,94872,10153,-48902,94946,9912,-48506,94603,9685,-48875,95410,9829,-48349,95637,9404,-48181,95377,9054,-47989,95919,9121,-48186,96298,9476,-48511,96260,9816,-47283,93693,13157,-46595,94042,13484,-46822,94557,13413,-46540,94847,13782,-45845,95165,13447,-45507,95303,13179,-44531,94979,12990,-44583,95679,12612,-44933,95220,12935,-46228,95676,13133,-46702,96053,13233,-46756,96704,12773,-46729,97389,12281,-47391,97013,11749,-47165,98413,10148,-46907,97887,11439,-47320,97841,11164,-46917,98620,10850,-46506,98442,11408,-45774,97480,11935,-46140,96129,12799,-45820,95787,12963,-46535,97324,12378,-46409,96553,12589,-46788,97829,11670,-46576,97946,11968,-48111,96291,12182,-47736,95756,12651,-47594,96693,11915,-48102,96826,11674,-47067,96791,12243,-47679,96086,12458,-46839,95690,13422,-46780,95237,13577,-47204,96119,12765,-46999,96422,12948,-46319,95391,13646,-46222,94916,13907,-46380,93540,13650,-46738,93675,13502,-47241,93388,13334,-46266,94405,13857,-45326,94765,13227,-45866,94328,13888,-44244,94668,13192,-43801,95361,12400,-43661,95486,12056,-43772,95834,11844,-43652,95896,11397,-43795,96184,10972,-43864,96070,10683,-45034,96691,9777,-45491,97342,9788,-45958,97751,9868,-45595,97895,10010,-45668,98318,10246,-45814,98676,10520,-45793,98483,11225,-45500,98089,11269,-45421,97342,11887,-45432,97002,12169,-45910,96422,12582,-45383,95787,12964,-45584,97814,11593,-44862,97181,11921,-45084,96953,12208,-45194,97780,11415,-44464,96722,11909,-44018,95806,12141,-43969,96401,11189,-44354,96728,10320,-44230,96011,12187,-44222,96768,11188,-44347,96863,10662,-44668,97447,11464,-44471,97277,10979,-45026,97886,11005,-45284,97939,10437,-45181,97553,10011,-44717,97489,10535,-45465,98292,10717,-44579,96447,12365,-48002,93869,13083,-48065,89554,10479,-48172,89214,9657,-47753,89607,9142,-47968,89562,9694,-46913,89810,8655,-46184,90811,7936,-45197,90775,7969,-46099,91590,7581,-46596,91785,7356,-47065,92304,7378,-46445,92228,7658,-44954,90475,7985,-44137,89630,8580,-43775,89807,8854,-44246,91138,8393,-44546,91378,8109,-44922,91516,7842,-44362,90702,8227,-44082,90118,8277,-45396,90286,8340,-45909,89881,8453,-44973,91192,7854,-44596,90473,8046,-45974,91147,7706,-46686,91578,7399,-46364,89483,8868,-49314,90830,11178,-49335,91205,11563,-48465,92532,12401,-48314,92665,12999,-48046,92368,13831,-47672,92628,13916,-47100,93012,13742,-46507,92885,13800,-46091,92635,14008,-45762,92292,14159,-47287,92332,13916,-49119,90532,11388,-48916,90231,10974,-48435,89251,11122,-48115,89565,11306,-48381,88659,10214,-48260,88509,9867,-48028,88423,9389,-47765,89848,12632,-47193,89035,13007,-46330,88872,13362,-46323,88584,13318,-44689,88721,12841,-44228,88984,12427,-44109,88753,12170,-43860,89211,11629,-43680,88982,11073,-43613,90073,9711,-43096,90264,10185,-42471,90671,10417,-42558,90137,11023,-42777,90001,11282,-43200,90184,11740,-43490,89872,11628,-43492,90121,12024,-44097,89739,12730,-44685,89824,13399,-45196,90094,13329,-45400,90944,13999,-45479,91849,14297,-46162,91445,14491,-47238,90636,13638,-48787,91475,12911,-48550,91262,13249,-48477,90872,13140,-48215,90357,12847,-46878,89258,13146,-46643,89465,13683,-45936,89598,13501,-45518,89671,13356,-45133,88955,13132,-45544,89313,13145,-45818,91714,14513,-45735,91049,14417,-45614,90282,13529,-46103,90753,14477,-45926,90243,13900,-46628,91233,14155,-46363,90455,14348,-46985,90241,13801,-47111,89750,13532,-47001,89892,13796,-46500,89842,14006,-47547,90120,13277,-47869,90630,13423,-46096,90358,14271,-45678,93181,14042,-45845,93702,13893,-46021,94889,13833,-45136,94257,13432,-44593,94143,13501,-44899,93449,13545,-44431,93573,13058,-44227,94241,13151,-44026,93790,12549,-43438,93238,11695,-42930,91467,11662,-42824,91328,12650,-43797,91413,13181,-44102,92210,12939,-44763,92544,13122,-45134,92350,13411,-45158,93065,13646,-45522,94073,13604,-45305,93381,13847,-45061,93763,13655,-44094,91768,13130,-45031,91634,13845,-45537,92379,14011,-44332,90738,13428,-43324,90420,13123,-43014,90608,12572,-43058,90819,13004,-44503,91129,13469,-43026,91704,12801,-43667,92927,12556,-44023,93367,12705,-45003,92906,13327,-43726,91971,12658,-43228,90511,12138,-42914,91370,11956,-42911,91884,11829,-42812,91633,12382,-43029,92285,12272,-43341,92689,12281,-43765,93905,11903,-43371,92463,12398,-43051,90665,11751,-42927,92072,11147,-42978,92502,10769,-42628,92125,10269,-42636,90256,10535,-43133,89774,10765,-44062,89622,11433,-44281,89522,11681,-44650,89404,12363,-44922,89373,12834,-44750,89548,13030,-45026,89515,13323,-44644,89567,12436,-44372,89685,12018,-44585,89198,12681,-44387,89474,12067,-45531,88473,13148,-47339,88637,12923,-47010,88427,12983,-47012,88341,12415,-47750,88373,11747,-47511,88253,11784,-47508,87896,11893,-47567,87649,11329,-47986,87886,10961,-47850,87939,11336,-47934,88292,10426,-47828,88294,9770,-47511,88183,9188,-48020,87855,9981,-48010,87905,10571,-46504,88213,8782,-47081,88169,8910,-47711,87934,9332,-47557,87396,9854,-47501,87632,9122,-46216,87368,9070,-45783,87793,8767,-45230,88107,9146,-44629,88303,9650,-44334,88347,10329,-44395,88182,10492,-44371,88184,11118,-44327,87734,10808,-44408,87727,11405,-44892,87325,10582,-45051,87161,10101,-45498,87209,9430,-45756,86991,9295,-45063,87687,9224,-44560,87675,9928,-45060,87323,9923,-44373,87683,10311,-45891,86708,9147,-45642,88187,8938,-45620,88624,8568,-45195,89147,8898,-44712,89153,9077,-44020,89486,9089,-44045,89457,10385,-44152,89489,9738,-45466,89304,8949,-44888,89268,8882,-45425,89726,8592,-44889,89814,8165,-44890,89547,8352,-44562,89786,8165,-47834,86338,10175,-47592,86317,10593,-47958,85482,10752,-47916,85242,10192,-47811,86180,11219,-47655,86411,11446,-47422,86546,10942,-47120,86839,11553,-47653,87788,11617,-47189,87648,12063,-46381,87407,12225,-46312,87161,12457,-47224,86790,12262,-47225,86535,12521,-46680,86103,12827,-45806,86033,12895,-45362,85752,12699,-45845,85210,12327,-47020,84963,12413,-47471,84822,11756,-46992,84585,12836,-46221,85051,12370,-45527,84827,12436,-46408,84867,12766,-46420,84608,12936,-45286,84457,12866,-45175,84963,12304,-44913,85638,12567,-47175,85808,12345,-47508,85918,12070,-47377,84955,11185,-46677,85226,12172,-46238,85525,12393,-46792,85423,12132,-47073,85055,11752,-47158,85179,11631,-47370,84913,11397,-47435,84801,10781,-47744,85247,9655,-47190,85512,9597,-46526,83499,9009,-46705,84345,9324,-46663,85350,8473,-46427,84033,9055,-46266,84498,9063,-46270,84793,8361,-46435,85432,8100,-44888,83044,7017,-44631,82678,6959,-43870,81685,6894,-44720,81940,6905,-45577,82989,7223,-45892,82879,7473,-46197,82696,7918,-46401,83484,8343,-46346,84008,8394,-46055,84533,8031,-45250,83266,7130,-45170,84898,7499,-45838,84044,7625,-45567,84309,7462,-43569,82929,7559,-43970,82981,7220,-44966,88440,12751,-44381,88595,12435,-44691,88347,12066,-44675,88125,11969,-43903,83156,12433,-43955,81391,12446,-44094,80939,12427,-44610,81011,12663,-44733,80186,11929,-43792,80193,11907,-43550,80975,12125,-44134,79235,10805,-44536,79237,10972,-44467,78780,10161,-44524,78472,10187,-44506,78417,10593,-43998,77801,10918,-44040,77604,11016,-44170,78006,10270,-44071,78511,10101,-44409,78026,11289,-44536,79774,11557,-43405,81530,12110,-43501,82190,12179,-43180,81979,11887,-42298,79086,6824,-41876,77788,7444,-41789,75865,7087,-41563,73814,7461,-41532,72558,7041,-41503,72435,7354,-41490,71570,7589,-41572,72366,8032,-41720,71465,8368,-41827,72866,8783,-42131,72426,9200,-41863,73806,8980,-41640,73310,8354,-41950,73191,9062,-42024,78941,7379,-41714,76148,7526,-41786,78197,8126,-41739,77395,8802,-41793,78647,8949,-41863,79224,8293,-41805,79107,8757,-41939,80026,8528,-42068,78101,6925,-41925,76636,6875,-42003,75876,6412,-41927,73777,5933,-42135,73909,5557,-41707,74570,6921,-41704,73533,6571,-41749,72720,6172,-41862,74454,6331,-41907,72442,5649,-41606,73837,7119,-41573,72150,6681,-41482,71300,7020,-41531,70992,6690,-41593,70105,7661,-42087,69497,8447,-41768,69960,8076,-41622,71368,8083,-42086,75473,6126,-42324,75133,5678,-42648,75231,5425,-43039,75881,5510,-42425,77237,6124,-42718,76475,5746,-42447,76282,5873,-43477,76548,5695,-42763,78097,6166,-43254,77160,5859,-44057,74406,5227,-43636,70219,3598,-43084,71379,4102,-49102,60147,-1404,-49070,60794,-1632,-49511,59920,-1632,-49873,59299,-2005,-49454,59629,-1922,-49457,60810,-1277,-49625,59329,-2101,-49191,57442,-3229,-48426,57805,-3201,-48211,58406,-3021,-47562,57542,-3777,-47662,58309,-3494,-48057,59549,-2907,-48595,60265,-2855,-48448,60348,-2592,-48772,59966,-3065,-48196,59594,-3204,-50904,62356,1007,-51025,61961,2067,-50776,62000,2257,-51006,61671,2679,-50466,62189,2662,-49886,62679,2597,-49440,62981,3035,-48321,63837,3354,-47947,64147,3597,-47452,64611,4062,-47102,65106,3975,-47201,64947,4381,-48001,63925,4175,-48832,63329,3708,-49412,62798,3560,-50583,61889,3139,-48428,59851,-2475,-48728,59557,-2381,-49691,61788,-65,-49920,61972,426,-48830,62608,706,-50474,62236,-219,-50230,62148,1141,-49203,63053,2003,-50423,62203,1676,-44485,64859,1782,-43248,63995,3097,-42837,64213,4137,-43302,63397,3399,-43707,63054,2716,-43369,66098,2632,-43041,67701,3142,-43667,66909,2583,-43451,66828,2685,-43830,67554,2692,-44214,67509,2592,-42144,68449,8101,-41916,67792,7393,-42366,67417,7943,-42955,66388,8013,-41968,67743,5283,-42089,66786,5136,-42287,66996,4399,-43157,67384,8538,-43083,69214,9059,-42665,70905,9274,-42396,69850,8868,-42139,70906,8903,-42446,72013,9381,-43193,72368,9667,-43547,72468,9677,-42501,72858,9549,-42568,73555,9704,-42967,74216,9925,-43022,75769,10171,-42220,77372,10061,-41874,76969,9281,-41864,77816,9299,-42370,77127,10175,-42586,78893,10720,-42617,79649,10951,-42813,78617,10690,-43327,77892,10454,-43769,78101,10217,-42540,77599,10360,-42918,77533,10410,-43502,75725,10110,-43178,79149,10907,-43891,78908,10504,-43547,78566,10470,-42088,78086,9892,-42377,78937,10549,-42789,72527,9614,-42341,74875,9776,-42532,75143,9926,-42704,76386,10197,-42181,74730,9607,-43073,70883,9423,-43691,71332,9542,-44320,71599,9367,-44354,73474,9237,-44623,72978,8931,-43851,72919,9662,-41925,71548,8768,-41912,70369,8461,-42415,68623,8521,-42817,68681,8812,-42631,67700,8349,-41952,66980,5627,-43789,68719,3048,-44077,69609,3343,-49142,62052,4601,-47551,64294,4491,-45230,82358,7021,-44433,81106,6955,-45142,81648,7099,-45617,82417,7234,-46252,82380,8314,-46433,82930,8707,-45903,82133,7658,-44671,79161,8115,-44497,77290,8950,-46005,75894,9326,-45370,75529,9445,-46528,75187,9191,-46778,75455,9439,-46712,76030,10418,-47077,75467,10109,-46431,75885,9557,-46394,76309,9565,-46686,76463,10251,-45908,69875,7086,-45830,69803,7510,-46001,68926,7340,-45695,69567,7948,-45148,70174,8687,-45566,69175,8249,-45626,68148,8170,-45984,67026,7504,-46149,67700,7189,-45882,65122,7352,-45939,65894,7446,-46140,66056,7165,-46502,65177,6439,-46350,66439,6768,-46564,66521,6013,-45683,67297,7993,-45921,68638,7670,-45941,67932,7671,-45581,70529,7855,-45075,72545,8094,-44862,72690,8552,-45429,68808,8450,-46904,63376,5863,-46226,63205,6365,-45821,62538,6419,-45271,62500,6510,-44659,63359,7081,-47340,62297,5552,-44338,63216,6906,-45452,71417,5360,-44773,75183,7904,-44824,75380,7496,-44730,76963,7855,-44076,76803,9875,-43743,78404,6393,-41559,73922,7793,-41581,73724,8094,-42046,74546,9408,-41762,74930,8820,-41675,75071,8534,-41677,76385,8460,-42889,80786,11511,-44411,77844,11771,-44526,77705,12020,-44988,78145,11873,-44246,77583,11495,-44813,77399,11876,-45147,77074,12135,-45636,76870,11806,-45206,76882,11642,-45778,75416,8968,-46066,75192,8894,-46178,78349,12037,-45235,78030,12142,-45849,77922,12497,-44444,80379,12172,-45694,78461,11933,-47073,77144,11940,-47540,77957,11604,-47678,77757,11234,-47260,77482,11595,-47334,77711,11912,-46882,77739,12332,-43835,76234,9986,-43229,77109,10336,-44227,75803,9399,-44297,76287,9244,-45103,76596,10870,-46837,80606,11175,-46606,80583,11520,-46322,80825,11674,-47458,82765,9607,-47041,82545,9021,-47502,83121,10159,-47579,83300,10686,-47251,83053,9378,-46918,82170,9072,-45422,84067,12983,-45186,81183,12763,-44754,81393,12882,-46807,81083,9529,-46683,80157,9221,-45259,71424,8196,-44852,71817,8813,-44692,71616,9050,-44623,70382,9115,-44274,70400,9303,-45863,80094,8958,-45601,78787,9073,-45904,78480,8771,-46622,74870,9839,-46819,74967,10767,-46540,74975,11252,-46066,74260,10532,-46208,74549,9822,-46445,74590,9828,-46690,74536,10618,-46295,74273,10948,-46413,74310,10564,-45846,74499,11220,-46482,74501,11117,-45967,75204,11782,-46360,75477,11655,-46745,75462,11448,-46159,75990,11276,-46414,76086,11187,-46595,75978,11028,-46951,75545,11102,-46676,75223,11583,-46329,75111,11640,-46245,74923,9391,-46991,75228,11112,-45391,74934,11167,-45009,75139,10939,-45295,75502,11271,-45288,75182,11499,-45578,75397,11676,-45778,74826,9582,-45762,74295,10850,-45183,80177,9101,-45365,80664,8718,-42895,79987,6672,-42545,79577,6727,-42810,83238,9864,-41746,76371,8855,-46207,83565,7935,-45805,85805,7843,-45728,85350,7672,-46241,85705,7889,-45971,85009,7823,-46771,86260,8154,-47515,85873,9544,-47450,85631,9714,-47597,85974,10125,-47883,86604,9481,-47849,86215,9668,-47572,86280,8883,-47712,86830,9177,-47828,86967,9672,-47910,85616,10329,-47325,87060,10872,-47259,87394,11271,-47502,87381,10625,-48064,88412,10555,-48259,88496,10632,-48405,88705,11347,-48252,88515,11470,-47892,88349,11085,-48318,89124,11788,-47960,89404,11817,-47479,89341,12295,-47711,89161,12584,-47784,88612,12653,-47409,88397,12694,-47879,88420,12291,-48129,88569,12150,-48066,88880,12319,-47024,87037,11440,-46631,81039,9195,-46373,79954,9011,-47213,87052,9284,-47490,81885,11065,-47363,82766,11963,-46700,84462,12961,-44333,83579,12759,-46493,78790,11591,-46807,78422,11612,-45463,81513,7441,-41955,75711,9363,-42096,76295,9715,-41621,75391,7972,-41713,77503,8377,-41700,76887,7968,-41648,75561,7686,-45731,76429,9369,-45431,76062,9879,-45590,76028,9593,-47132,77141,8877,-44428,77020,11340,-44800,77087,11880,-45785,80511,11882,-44985,85197,12377,-46049,86471,13054,-44956,86349,11304,-44782,86193,11444,-46210,88671,8554,-47195,88865,8665,-46862,89355,9074,-47292,89152,8881,-46730,89087,8638,-46934,88576,8588,-47276,88431,8733,-45014,85710,10351,-46615,86902,12877,-45835,86803,12928,-46154,86980,12833,-46645,87101,12181,-46712,86498,12937,-47132,86193,12616,-46669,87285,11928,-47940,89402,10114,-47256,91358,13872,-47781,91706,13922,-46706,91670,14066,-48099,91220,13513,-48344,92078,13361,-46777,92069,13959,-46430,91984,14067,-47196,95484,13083,-47295,94261,13120,-44086,84507,8548,-47293,84659,9677,-47811,85011,9788,-47652,84532,11743,-47861,83636,10690,-45352,86568,9681,-45019,88374,9083,-44346,88596,9210,-44311,88952,9382,-43814,88750,10091,-43645,88651,10750,-43986,88416,10148,-44239,88405,9474,-43926,88462,11058,-44276,88388,11286,-44059,89098,9859,-44722,88854,8901,-45296,88621,8679,-43698,90819,8894,-44035,92040,8170,-43654,91612,8625,-43098,92628,9364,-42741,92147,9924,-42450,91772,10516,-42266,91115,10794,-42609,91451,11080,-42856,91484,11426,-42775,91652,9952,-42430,91564,10230,-43061,91348,9754,-43069,91805,9554,-43240,92390,9086,-43657,92301,8752,-42917,90704,10123,-43107,90909,9867,-43338,91797,9177,-43722,93213,9171,-44951,88149,9396,-44562,88104,9913,-43771,88760,11447,-43995,89394,11344,-43906,89498,11068,-43454,89860,10311,-43908,89481,10698,-43880,89336,11061,-46440,86620,8313,-47229,89454,12655,-48283,93129,12480,-48445,93106,12140,-49014,92604,11736,-48384,93844,12863,-48638,95522,12379,-48093,96596,10890,-47768,96913,10381,-47403,97766,10072,-47305,97680,9745,-48012,96540,10521,-48719,95751,11902,-48441,96279,11975,-48550,93872,12060,-48991,93404,11191,-48588,94144,11327,-48692,93629,11774,-48552,94366,11771,-48684,94877,10817,-48631,95266,10683,-47826,96819,9853,-48054,96561,10175,-49209,93816,10924,-48742,94241,11048,-48829,94119,9858,-48516,93629,9431,-49125,92531,8876,-49019,92836,9788,-49214,92804,9281,-48622,92267,8537,-48742,92907,9052,-48367,91722,8241,-48173,91381,8127,-48304,90985,8240,-47956,90640,8186,-47386,90266,8219,-47523,90073,8459,-48148,90254,8325,-48318,92442,8286,-47772,91794,7860,-48123,92612,7695,-47722,92193,7502,-47370,91504,7711,-47283,90576,8005,-46631,90957,7851,-47347,91175,7795,-47165,91621,7485,-47468,92241,7362,-47563,92661,7562,-46947,92493,7707,-46612,92564,7809,-48782,90639,8352,-45204,92320,7813,-45676,92163,7677,-45645,94368,8024,-45636,93618,7606,-45090,93575,7904,-45194,94100,8264,-49672,91915,10510,-49499,91563,10666,-49461,92032,10997,-49522,91377,10224,-49004,90830,9598,-48921,90529,9960,-49013,90175,9128,-49381,91103,10248,-49443,92142,10017,-49256,92829,11137,-49563,92728,10906,-49537,92247,10891,-49667,92608,10567,-49681,92005,10303,-48352,89847,8807,-46782,87874,8709,-46530,90083,8331,-44393,89320,9561,-46356,89264,8924,-44712,87428,10947,-44718,87591,11929,-45982,87620,12661,-45275,87662,12622,-45399,70450,8264,-45617,71260,7123,-44621,74689,6012,-44574,75792,6520,-47950,63705,4638,-50101,61555,4017,-49309,62236,4346,-49372,62454,4087,-48645,63305,4164,-48665,62903,4578,-50226,61817,3671,-50747,61756,-1230,-47449,57019,-4414,-47671,57468,-4354,-47864,57057,-4584,-53969,60586,-484,-54744,60202,-544,-44425,65711,8185,-44151,89313,10170,-43738,89090,10606,-45766,88859,13376,-46040,89295,13119,-42293,90739,10690,-42422,90722,11066,-42979,92668,11443,-42906,93016,11001,-42964,93376,10368,-43044,93324,11023,-43541,93812,11034,-43669,93943,11204,-43866,94738,12719,-43689,95372,11625,-44275,95654,9419,-44445,96275,9910,-44101,96014,10202,-43789,95504,10999,-43536,94428,10535,-43822,94249,11803,-43537,94692,10111,-43820,95179,9486,-44358,95074,9198,-43803,95413,10789,-43890,95483,10011,-43680,95083,9811,-43206,94050,10296,-43646,94727,9506,-43165,93153,10077,-44717,95468,8984,-45344,96461,9081,-45756,97140,9470,-45925,97487,9644,-44902,96338,9350,-45392,96772,9567,-45246,95382,8672,-44634,94558,8934,-44434,94053,8895,-43780,95184,11211,-43820,94615,11945,-43983,94310,12557,-43035,92744,10354,-43609,90130,9289,-43654,90499,8995,-43285,90688,9344,-43284,90450,9818,-44561,92382,7781,-44528,92603,7808,-43928,92244,8267,-44150,93102,8738,-44187,92800,8517,-42760,90415,11438,-43927,89894,12126,-43327,90288,12409,-44228,89740,13260,-43809,90009,13302,-43609,90011,12797,-47436,95252,12959,-47840,95062,12908,-48646,95944,11598,-48420,95777,10992,-44789,96252,12684,-45078,96570,12611,-46038,98235,11805,-46659,98889,10011,-46468,99104,10505,-44590,96762,10112,-45289,94555,8570,-47812,95801,8485,-47678,96144,8646,-47176,96615,8652,-46003,97006,9042,-44680,91542,13596,-44893,91110,13705,-45044,90699,13493,-43876,90321,13520,-44011,88526,11725,-46343,89219,13251,-44045,91230,13301,-43384,91063,13343,-43654,90690,13476,-49144,92945,10443,-49448,93221,10772,-48813,93204,11831,-49328,93361,11015,-46839,99007,10242,-46634,97869,9646,-45269,75169,9496,-47127,75463,10594,-47009,75202,10051,-46364,75412,8872,-49708,60104,-2894,-49350,59445,-3337,-49623,59354,-3664,-50077,60122,-3088,-50503,60826,-2402,-48538,60391,-2277,-49292,56053,-3986,-48921,55985,-4167,-48186,55927,-4251,-47724,55238,-4597,-48378,56728,-3822,-48939,55227,-4606,-47963,56826,-3890,-47283,56312,-4493,-47413,56903,-4118,-47576,56080,-4360,-47338,55635,-4565,-47120,54271,-6435,-49761,56137,-3871,-50449,58313,-2534,-50607,58378,-2403,-50207,58889,-2191,-50418,58357,-2218,-48808,60856,-1978,-49362,61602,-1370,-48918,60946,-2214,-50028,62066,-785,-56437,42562,-2327,-56379,41709,-1721,-56401,42387,-1648,-56300,41686,-1949,-56410,42827,-1794,-56593,42058,-1621,-56535,42363,-1555,-56802,39194,-988,-57387,37604,-478,-58121,36556,-413,-58276,36707,-22,-58770,36678,749,-57838,37845,-215,-58377,36517,-147,-58996,36490,505,-58644,36609,410,-56866,38557,-903,-59712,37257,2014,-59330,37903,3309,-59735,38075,3584,-60899,36749,4031,-61660,36718,4861,-61157,37393,4258,-60944,37106,3751,-61553,37099,4556,-55016,46216,-1832,-55275,47016,-1317,-50193,49213,-3342,-51535,46084,-5639,-46801,49397,-5401,-46194,48782,-5311,-47350,51337,-1501,-49519,51895,-4258,-52779,54349,1383,-52639,53468,815,-48231,52482,-690,-48731,53156,-464,-49270,53910,-215,-48325,53109,142,-48303,53023,375,-59678,47973,3331,-63238,49362,5787,-63710,49281,5533,-63685,64423,-2945,-63953,64187,-3305,-63272,64046,-622,-62508,65758,-3121,-63098,65821,-2929,-61973,69370,-2932,-61814,69237,-3004,-62204,68740,-2956,-61563,69244,-3463,-61560,69984,-3445,-61024,69158,-3991,-60696,68648,-4655,-60412,68469,-5208,-60469,68046,-5000,-60736,67152,-5149,-60854,69876,-4491,-60693,69118,-4671,-60723,69526,-5013,-60567,68851,-5271,-61218,69566,-3756,-61127,68187,-3895,-60920,67909,-4659,-60981,66949,-4771,-60941,66241,-4614,-60984,67827,-4344,-61039,67957,-3991,-61650,67846,-3756,-61780,68501,-3467,-61371,68925,-3692,-60993,68309,-4186,-60920,66624,-5170,-62463,70813,-389,-62803,70165,-627,-62341,69966,-1148,-62357,69616,-1216,-62189,70752,-822,-70240,66381,2193,-70566,66495,1704,-70753,66462,1341,-70556,65277,1211,-70882,65767,573,-57971,44136,-1032,-58130,43386,-1198,-57905,42842,-1552,-57936,42284,-1702,-56462,43364,-1487,-57474,37191,-433,-61632,51253,4247,-58996,36516,747,-59926,36665,1055,-59622,36821,1341,-59672,36420,92,-59578,36104,-705,-59508,36339,-608,-60324,36138,2536,-58584,38242,1722,-58881,39705,1677,-60266,37421,1944,-60302,37205,2123,-60460,36743,3179,-61061,36516,4250,-61165,36746,4418,-61106,38222,5173,-62800,44296,5914,-61581,38403,4653,-59177,34213,1383,-58790,33648,864,-58653,32010,2063,-58023,31525,477,-58407,31871,1581,-57161,28195,-34,-56955,27669,-613,-57415,28762,697,-57613,29522,555,-58381,32592,437,-57760,30458,284,-58400,33874,-2803,-58771,34741,-2909,-58641,34442,-2984,-56730,35244,-3184,-57875,33872,-4076,-57505,33863,-4583,-57190,34662,-3469,-57718,43796,-1252,-57001,56529,-6900,-56177,56213,-6831,-58787,56773,-7218,-57418,57546,-6211,-56908,58181,-5384,-57832,57487,-6455,-58058,58052,-6203,-58376,58604,-6477,-58401,57696,-6415,-58158,57236,-6774,-58876,57243,-6730,-57367,58065,-5656,-57794,58620,-5863,-57168,58489,-5518,-58366,59505,-5789,-58401,58950,-6475,-54094,56232,-8101,-54484,57333,-7069,-52638,56722,-6401,-55783,58437,-5385,-56678,58086,-5432,-56666,58582,-4925,-57012,58832,-5434,-57122,59422,-4665,-56904,59311,-4507,-56845,59172,-5092,-54737,58686,-4506,-56477,58943,-4034,-56871,59218,-3294,-55441,59703,-2216,-56717,58966,-4187,-56207,59281,-3249,-56380,59612,-1900,-56853,59514,-1837,-57257,55309,-8532,-58793,55233,-8018,-59962,57445,-7228,-60977,57616,-7797,-60876,57056,-7809,-60247,57667,-7260,-61017,57015,-8055,-60387,58612,-8046,-59262,58476,-6870,-61053,58211,-8483,-53283,56157,-7780,-52656,55567,-8042,-52313,55498,-7812,-52759,56333,-6956,-51596,55332,-7582,-51839,55797,-7044,-51826,56242,-6569,-50678,56025,-6960,-51873,54746,-8479,-52153,54774,-8854,-52877,56150,-7329,-53553,56998,-6574,-51194,55463,-7424,-49632,55216,-7682,-49793,55945,-7090,-48895,55236,-7661,-50155,55270,-7717,-50196,54738,-8092,-49528,54387,-8116,-49755,53497,-8579,-49981,53987,-8391,-51117,54578,-8184,-50927,54714,-8042,-50603,54252,-8282,-50396,53642,-8683,-51480,54604,-8337,-51374,54135,-8822,-51371,53606,-9508,-50330,58371,-5270,-59144,59920,-3291,-60853,58530,-3447,-61591,58571,-3916,-62207,58911,-4079,-62538,59069,-4175,-61851,59499,-3937,-61264,61377,-6426,-60753,60811,-6392,-59404,63030,-8996,-62462,55907,1115,-61485,55714,921,-65884,56869,1362,-66784,56956,1375,-65951,57497,1271,-68327,59751,1880,-66351,64029,4168,-66948,64009,3895,-63063,58061,-2266,-63218,58430,-3417,-63520,58642,-2229,-62983,58776,-4203,-62606,59516,-4363,-63006,59848,-4284,-63183,59179,-4329,-64197,61248,-4741,-64151,60747,-4680,-63928,60697,-4787,-63419,61511,-4702,-64499,62973,-4273,-64388,62267,-4032,-64109,62193,-3014,-64113,63276,-4979,-63297,65370,-4863,-62964,65363,-4811,-63358,63514,-5563,-63876,60355,-2893,-63958,61086,-2932,-64309,62054,-3594,-64457,61840,-4040,-63455,62379,-4237,-63703,62761,-4806,-63352,63056,-5367,-63029,62575,-4390,-63020,62716,-5062,-63098,62184,-4426,-62943,62417,-4379,-62236,60935,-4757,-62800,60872,-4141,-62239,62282,-5247,-62587,62051,-4753,-62217,62171,-5006,-62278,59413,-4278,-61702,59771,-4219,-60744,60378,-5022,-60495,60421,-5830,-60608,60512,-6102,-61109,60189,-3392,-61063,59825,-3425,-60490,60099,-3335,-59846,59701,-3184,-59929,59176,-3145,-60000,58867,-3694,-59851,58678,-3295,-60183,59433,-3496,-60385,59259,-3894,-61261,58171,-2298,-61306,58408,-3253,-62014,58417,-3817,-61895,58179,-2987,-61676,58261,-3004,-63638,64134,-5337,-61228,64258,-5733,-64249,64546,4294,-66342,66495,4189,-64506,65293,4435,-64966,67803,4347,-65609,67574,4220,-64362,70751,652,-64540,71738,1157,-64728,72062,1617,-64705,71663,1634,-64771,71600,1961,-63253,70851,397,-62815,70853,-215,-62535,65876,-3947,-61730,66133,-3962,-62207,67578,-3460,-62315,66926,-3815,-61912,67097,-3810,-60964,66753,-4056,-62296,65313,-4120,-62597,65254,-4113,-61176,65850,-5568,-61014,65407,-5953,-61757,70782,-7136,-62018,71335,-7310,-61952,72412,-6763,-62149,69697,-8020,-62058,70726,-7551,-62222,72154,-7408,-62387,71482,-8062,-62790,70282,-9037,-62327,70045,-8207,-62395,69236,-8456,-62291,68976,-8336,-62708,67909,-8787,-62318,68159,-8438,-60616,67895,-7860,-61121,68986,-7366,-61308,68768,-7854,-61419,68485,-8100,-62046,69098,-8163,-61561,69517,-7547,-62447,69890,-8570,-60383,67136,-8016,-62787,71645,-8688,-62951,69609,-9307,-63152,70976,-9299,-63225,70256,-9448,-64042,68473,-9857,-63452,69370,-9613,-65946,69438,-11274,-65357,69827,-11029,-64588,70054,-10671,-65509,69083,-10977,-62194,65506,-5219,-62800,65287,-5280,-62469,65412,-4955,-63518,65146,-5118,-63257,65472,-4182,-60810,67523,-8170,-61414,65196,-9786,-61189,66321,-9079,-61163,65636,-9360,-61054,65884,-9247,-61745,64341,-9530,-62029,64493,-10209,-60887,68884,-4306,-61224,70340,-6550,-61112,70897,-6154,-62094,73118,-6694,-62963,74009,-7267,-62947,73513,-7779,-63677,74249,-8138,-63904,74189,-8464,-64514,73992,-8902,-64847,74253,-8841,-63503,73378,-8789,-62728,72189,-8384,-63493,73015,-9047,-63460,73814,-8321,-62689,74069,-6643,-63016,74563,-6369,-63815,74843,-7284,-63790,74507,-7907,-64457,72907,-9718,-63830,72100,-9798,-66459,73823,-9818,-67387,73729,-9910,-67689,73331,-10344,-67984,73359,-10300,-68008,72969,-10574,-67032,74394,-9168,-67677,74960,-8860,-68133,74912,-8916,-68608,74619,-9266,-68569,73373,-10220,-68998,72660,-10409,-68670,72614,-10597,-68159,73817,-10019,-68611,74403,-9537,-68022,74648,-9343,-67051,74154,-9409,-67336,72970,-10899,-65772,74523,-8921,-65818,73872,-9856,-66694,74591,-8814,-66284,75082,-7964,-66069,72625,-10729,-66065,71949,-11040,-66889,71919,-11477,-66382,71095,-11469,-65921,71329,-11180,-65234,71205,-10915,-64597,70815,-10657,-65207,70440,-10970,-65950,70624,-11332,-64633,71396,-10561,-65307,72076,-10718,-63995,70206,-10217,-63782,69609,-9950,-66350,73347,-10317,-67012,73525,-10270,-67737,70980,-11693,-62483,64685,-11546,-61828,65008,-11172,-64265,71760,-10197,-64973,72261,-10436,-67018,71062,-11714,-68294,70955,-11453,-67747,69877,-11825,-63140,75053,-2413,-62670,74024,-2514,-61498,70413,-3549,-63236,74418,-2400,-63373,75389,-2722,-64394,75890,-2484,-64835,76426,-1733,-64630,75848,-2073,-63850,74792,-1830,-63583,74259,-1070,-63228,74174,-1700,-63579,75070,-2258,-63915,75483,-2150,-63469,75350,-2359,-63898,74344,-646,-64372,75023,-1503,-64774,75489,-1466,-62947,74996,-2696,-64871,76724,-2100,-65232,77348,-2686,-65176,77080,-1617,-65783,77626,-1618,-66240,77597,-1212,-65698,76685,-842,-65183,76369,-891,-66268,76783,-674,-65936,76275,-642,-66421,75724,-501,-65520,77091,-1244,-66048,77495,-4014,-66176,77764,-3407,-66755,77901,-3196,-67212,77467,-4197,-67518,76837,-4993,-66992,76909,-4953,-67058,76654,-5394,-65426,75806,-6183,-66235,76533,-5258,-65261,76884,-4210,-64881,76346,-4200,-64928,76819,-3585,-65733,77069,-4393,-66580,77632,-3939,-66252,76727,-5003,-66501,77088,-4746,-66670,76338,-6218,-65684,75620,-6683,-64937,75590,-6317,-63465,75042,-6106,-67304,70838,2078,-67078,70936,1778,-70174,69249,2022,-70270,70035,1487,-69915,68391,2504,-70569,68026,1777,-70819,68003,1367,-70744,67393,1535,-70379,66972,2072,-70288,67896,2162,-64465,74278,37,-65169,73528,1072,-65884,73357,1453,-66340,73864,1202,-65661,74287,637,-65165,72361,1805,-64632,73590,749,-64155,72999,788,-64317,72659,1163,-64892,72423,1613,-65644,71512,2570,-65650,72422,1959,-65124,71906,2110,-65612,71969,2212,-63946,73551,257,-63315,71437,215,-64913,71205,2766,-64886,70590,3518,-67859,75730,100,-68747,75922,325,-68811,76139,156,-69282,75890,235,-69275,75656,318,-71541,72532,135,-71185,73256,57,-70219,73928,286,-70627,74160,-199,-70284,74839,12,-70860,73892,-344,-70730,73550,203,-70107,74464,261,-71747,72355,5,-70282,73517,419,-70523,71900,568,-69703,74132,421,-70773,74268,-1062,-70493,74996,-677,-70448,75284,-1290,-70899,74790,-1685,-70697,74829,-1269,-67348,76479,-6119,-67684,76466,-6059,-67956,76492,-5433,-72672,72250,-3205,-71248,75520,-2875,-66000,77836,-2729,-66320,77950,-2193,-66532,77856,-1652,-65550,77471,-1954,-70672,75735,-3621,-71073,74919,-4831,-70034,75341,-5297,-69399,75730,-5286,-72526,74631,-4005,-71666,74633,-4662,-69021,75611,-6903,-68458,75470,-7687,-68452,74994,-8427,-68851,75345,-7672,-69368,74498,-8597,-68867,74768,-8623,-69790,73888,-8978,-70112,73118,-9303,-70529,73256,-8793,-68995,74152,-9591,-72699,74910,-3440,-72523,74960,-3695,-72393,75170,-3428,-71467,75499,-3171,-72130,75353,-3059,-72229,72988,-5168,-71891,73764,-5251,-72042,72563,-6321,-71724,72891,-7456,-71810,73305,-6113,-71211,72471,-8656,-70929,73159,-8386,-71329,72969,-8102,-72000,72331,-7063,-72023,71241,-8064,-72032,70696,-8171,-72076,70687,-7550,-72190,71332,-6966,-72103,71780,-7160,-72345,71286,-6587,-72672,70648,-6359,-72651,70377,-6598,-72216,71796,-6542,-69940,72691,-9828,-69859,71045,-10665,-71709,71487,-9193,-71907,71274,-9048,-68694,76747,-4077,-67635,77292,-4240,-68080,76602,-5042,-67843,77535,-3626,-65982,76324,-5566,-64888,76094,-4542,-64335,75856,-4214,-64357,75932,-3732,-64618,76259,-3470,-65358,76244,-4855,-65037,75812,-5743,-63343,75320,-4588,-63613,75516,-3713,-64432,75652,-5324,-63472,75276,-5329,-63867,75392,-5552,-63978,73704,-8953,-64423,73538,-9270,-63643,72604,-9450,-64890,73283,-9880,-63488,70393,-9773,-69293,69449,-11779,-71886,69409,-8828,-72036,69629,-8133,-72335,69268,-7623,-72095,69231,-8130,-72508,69668,-7079,-73381,68271,-6618,-69932,62970,-11314,-71141,65980,-9955,-71297,62145,-11086,-67717,63042,-12551,-69153,54187,-12227,-67877,57231,-12786,-70206,57837,-12783,-64014,59418,-11288,-63484,58852,-11159,-62349,60002,-10021,-62666,59251,-9829,-62590,58601,-10352,-62742,58594,-10690,-62296,58307,-10940,-62870,58271,-11231,-62809,59393,-10551,-62910,59102,-10711,-62854,57708,-14682,-62908,57875,-13883,-63015,57685,-14489,-69155,55343,-12146,-71889,57932,-12910,-72373,56948,-13246,-72858,55755,-13112,-58817,59316,-19105,-58028,58961,-20196,-58254,59737,-19597,-58740,59884,-18908,-58338,60730,-19004,-58520,60931,-18644,-57940,62772,-18426,-58383,57911,-20205,-58556,56763,-20381,-57831,57770,-20854,-57771,58865,-20521,-56557,56909,-22205,-57626,55898,-21496,-55815,58189,-22461,-56207,58465,-22057,-56670,58832,-21530,-57299,59139,-20823,-57078,59382,-20961,-57339,60119,-20508,-56988,60091,-20916,-56278,61669,-21031,-55424,61348,-21968,-54464,61588,-22600,-55741,60401,-22001,-56360,59135,-21842,-55867,58781,-22372,-56797,59558,-21306,-56230,60841,-21408,-57469,60666,-20111,-56963,60869,-20621,-55530,64835,-20420,-56236,64815,-19590,-58069,65055,-11520,-58338,65220,-12340,-58366,65725,-12898,-58707,64481,-12670,-58933,64389,-13290,-58555,65470,-13410,-57222,62712,-11417,-56325,63659,-11315,-55669,64600,-11008,-56010,64621,-10742,-55693,65518,-10240,-55097,66031,-10351,-55095,66592,-10174,-55151,67345,-10135,-54908,67996,-10125,-55270,68069,-10110,-54461,68862,-10072,-54440,69904,-10266,-53762,69853,-10121,-53726,69488,-10054,-53533,69546,-10561,-52132,69637,-12017,-50666,71395,-11946,-50236,71464,-12321,-49648,71671,-12713,-49914,71110,-13295,-50022,71021,-13634,-49851,71383,-14809,-50048,71078,-15201,-50612,70010,-15439,-51666,68319,-14801,-51486,67876,-15255,-50976,67837,-15697,-51038,67082,-16221,-50476,67223,-16605,-50369,65761,-18453,-49253,65880,-19112,-47533,65991,-20082,-46859,65831,-20632,-46805,65541,-20768,-46858,65320,-20933,-46382,66157,-20520,-47221,66291,-20043,-46763,67308,-19905,-46629,68027,-19740,-47415,67703,-19443,-47187,68321,-19408,-46841,69547,-19387,-46980,69858,-19153,-47321,70679,-18995,-46535,71446,-19276,-46762,70392,-19160,-47233,71063,-18946,-46597,71012,-19302,-46191,72088,-19102,-45646,71866,-19674,-47598,68360,-19155,-47469,69215,-19144,-47785,69312,-18873,-48114,67865,-19000,-48135,68613,-18789,-48784,67633,-18630,-48891,68748,-18208,-49807,68253,-17799,-50041,68393,-17607,-50203,69116,-17259,-50580,68770,-16273,-50416,68282,-16053,-51283,68568,-15200,-50943,69029,-15459,-50753,68703,-15796,-49979,69565,-16577,-49854,70137,-16436,-48833,70825,-17027,-48919,70573,-17274,-49635,69802,-17424,-48405,68825,-18612,-48970,69456,-18001,-48797,69148,-18153,-49729,69035,-17616,-47875,66467,-19640,-48339,67216,-19068,-51055,66644,-16647,-50256,70651,-15364,-50358,70492,-14854,-51053,69388,-15321,-50295,70579,-13906,-50878,70005,-13503,-52096,68563,-13494,-52501,68516,-12724,-53121,67604,-12831,-53566,67324,-12158,-53710,67487,-11578,-54191,67007,-10804,-54451,66815,-10532,-55224,65548,-10549,-53473,68877,-10802,-53211,68612,-11329,-52992,69382,-11111,-53391,69139,-10837,-51034,70515,-12362,-50157,71055,-12848,-51638,70336,-11897,-52269,70150,-11279,-52340,70424,-11035,-52391,70765,-10837,-51924,72116,-10616,-53059,71268,-10463,-51530,72655,-10754,-51059,72521,-10905,-51007,72843,-11042,-50449,72710,-11055,-50074,72885,-11207,-49670,72257,-11930,-49380,73152,-12259,-48857,72761,-12614,-48911,73027,-12254,-51424,72028,-10836,-51399,71066,-11484,-51202,70889,-11791,-51501,71345,-11168,-53589,69786,-10133,-55668,66452,-10003,-55965,65628,-10122,-57026,64597,-10688,-56795,64203,-10833,-56306,65045,-10365,-56631,63909,-11022,-56270,66885,-10142,-56096,66186,-10045,-56818,66380,-10331,-56770,65947,-10293,-56385,65527,-10196,-57272,64915,-10700,-57331,65403,-10659,-56794,62548,-11736,-57402,61796,-11728,-56363,62826,-11997,-55955,63080,-12462,-55582,63720,-12531,-55217,64252,-13022,-54785,65100,-12635,-55045,64780,-12103,-54306,66035,-12130,-53747,66677,-12869,-53839,66804,-12265,-54296,66412,-11359,-54586,65872,-11331,-55327,64825,-11159,-54790,66012,-10713,-54819,65311,-11653,-55691,63690,-12177,-55431,64401,-11577,-55831,63852,-11627,-52195,68157,-13938,-51514,69117,-13940,-50778,69779,-14780,-52780,67562,-13597,-53462,66895,-13241,-53458,66082,-14437,-53986,65921,-13694,-54350,65767,-12879,-54979,64642,-13272,-54532,65353,-13338,-54779,64345,-14724,-54300,64317,-15233,-53872,64853,-15257,-52457,65164,-16829,-52115,64912,-17640,-51711,65792,-17227,-51724,66058,-16851,-51235,66388,-17298,-51723,66473,-16180,-51744,67155,-15521,-52091,67512,-14788,-51727,68639,-14400,-51120,69407,-14514,-52276,67751,-14290,-52824,66935,-14284,-53121,66708,-14116,-53400,65771,-14891,-54116,65310,-14437,-54893,64793,-13736,-52705,66222,-15282,-51256,69156,-14986,-51738,66179,-16584,-52196,65858,-16329,-53234,64628,-16238,-50821,66854,-17179,-55819,63040,-12965,-54980,64531,-14069,-54946,64109,-14759,-53497,64220,-16237,-53936,64106,-15682,-52897,64639,-16850,-52578,64579,-17415,-51574,64831,-18060,-51024,64280,-18835,-50443,63768,-19554,-49018,63802,-20453,-48846,64151,-20398,-47993,64891,-20680,-47375,65129,-20774,-46798,65092,-21010,-47574,62854,-21348,-48213,62165,-21262,-47592,60859,-22150,-48266,60853,-21673,-47703,60360,-22171,-48396,60467,-21584,-49337,59611,-21842,-50211,58649,-21650,-48671,59878,-22032,-49341,58734,-22141,-49809,58732,-21820,-47692,61987,-21602,-47107,63914,-21236,-47964,63452,-20985,-47334,64495,-21004,-48330,62549,-21087,-49238,61296,-20908,-48058,61479,-21462,-48381,64114,-20646,-49164,63060,-20508,-49268,62350,-20646,-50024,61650,-20381,-50616,60482,-20423,-49968,59464,-21455,-48995,59906,-21777,-49573,61077,-20728,-49486,59912,-21412,-50022,59818,-21074,-49479,60608,-20938,-49339,60392,-21139,-49544,62970,-20368,-51359,63659,-18979,-51910,63188,-18992,-51337,62799,-19443,-50792,62085,-19851,-50896,61399,-19958,-49690,63536,-20190,-50312,63438,-19917,-51159,63269,-19483,-50439,62253,-19997,-45599,64050,-21692,-44423,64186,-22007,-45093,63670,-21903,-44861,63182,-22122,-45610,62973,-21965,-46638,62735,-21778,-46939,62393,-21791,-46738,63370,-21456,-51701,64452,-18229,-51644,65513,-17636,-51099,66360,-17646,-50593,65381,-18468,-50300,64951,-18910,-49624,64259,-19877,-48293,64625,-20625,-49012,64380,-20267,-49938,63849,-19834,-50217,64283,-19409,-49169,65333,-19415,-48407,65456,-19821,-48441,65947,-19550,-47758,65696,-20057,-51491,65237,-17962,-53051,64334,-16687,-52836,64339,-17119,-58393,56977,-12712,-58552,55954,-13416,-58592,55158,-14118,-58365,56000,-14035,-58212,55792,-14519,-58007,55580,-14950,-57794,56805,-14850,-58171,56469,-14259,-58195,56923,-13616,-58834,56625,-11763,-58824,56204,-12261,-59922,56193,-10139,-59061,56652,-11157,-60349,56667,-9718,-58855,55618,-12891,-58892,54458,-13829,-59597,53624,-12775,-59497,53613,-13064,-59180,53707,-13629,-58118,57474,-13130,-57161,59415,-13952,-56844,60312,-13754,-56614,60133,-15049,-55793,57515,-16977,-55183,57529,-17590,-54756,57702,-17912,-55871,58691,-16392,-54856,58077,-17266,-55595,57851,-16948,-56790,59867,-14823,-56964,59042,-15108,-56695,58724,-15586,-56995,58557,-15336,-56462,57942,-16134,-57041,56066,-16045,-56312,55591,-16932,-55446,56080,-17697,-55104,55588,-18138,-55095,56028,-18191,-54830,54449,-19074,-54578,54070,-19441,-53882,54404,-20098,-53497,55573,-20081,-53860,56050,-19562,-53004,56832,-20307,-52384,56547,-20990,-53828,54890,-20002,-54017,55486,-19582,-54419,56099,-18919,-54811,56437,-18289,-54591,56974,-18387,-54916,57271,-17932,-55824,56899,-17071,-54502,55664,-18994,-53679,53509,-20384,-54216,53199,-19837,-53148,52877,-20666,-53188,51457,-20351,-54700,52019,-19482,-54724,51255,-19470,-51879,51393,-20885,-51638,51711,-21222,-51169,51792,-21915,-51386,52075,-22110,-51779,52176,-21459,-52534,52883,-21184,-51241,51988,-22420,-51634,52550,-21934,-52026,53395,-21773,-51953,52845,-21695,-50626,50857,-21470,-50788,50482,-20923,-51370,49822,-20441,-52302,50021,-20290,-52303,48654,-20798,-51757,48881,-21113,-50524,50103,-21361,-50831,49484,-20890,-50976,49585,-21510,-50647,49762,-21153,-51056,49381,-21697,-50573,48616,-22201,-50680,48735,-22528,-50740,49783,-20830,-50495,50230,-21113,-51268,51914,-21748,-52599,52021,-20798,-52605,52488,-20940,-55043,52786,-19212,-54656,52424,-19572,-53993,51983,-19998,-55486,53234,-18737,-55592,52118,-18753,-56013,51915,-18434,-56486,51109,-18294,-57408,51863,-16987,-55854,52991,-18362,-56497,51950,-18073,-56729,52860,-17510,-56816,52118,-17663,-56053,53297,-18083,-56971,60283,-13258,-57870,59675,-11944,-58332,60052,-11604,-53803,59419,-18411,-53839,59601,-18147,-53572,59992,-18414,-54487,59782,-17194,-54551,59361,-17163,-53972,58753,-17650,-54258,59675,-17446,-54036,59924,-17732,-54016,58341,-17657,-53878,58605,-17984,-52975,60098,-19179,-52757,59544,-19520,-52457,59923,-19650,-52940,58549,-19574,-53354,58783,-19122,-52801,60298,-19295,-53956,58703,-18472,-53593,58414,-19026,-56860,61314,-12465,-56919,61638,-12187,-56280,62429,-12527,-56340,61043,-14902,-52246,63829,-18227,-51180,61033,-19939,-52113,60486,-19671,-53011,60548,-18863,-52529,61124,-19016,-53702,60564,-17919,-52175,60989,-19416,-53414,65177,-15536,-52516,65797,-15972,-59260,63692,-13744,-59689,62625,-14154,-59017,63946,-13077,-59038,64287,-13891,-55286,69957,-17352,-54894,70859,-16938,-55483,70058,-16748,-55448,70353,-16466,-54942,71490,-16229,-54813,71285,-16747,-53392,74595,-14768,-52396,75637,-15184,-52613,75248,-15570,-51481,76371,-16224,-53295,74371,-15523,-55019,69797,-17887,-54350,70052,-18645,-54266,69680,-19164,-52387,69833,-21094,-52179,69355,-21275,-53115,68975,-20654,-53017,68775,-20834,-52258,72555,-19372,-55488,71266,-14875,-54903,72323,-14877,-54408,72972,-15197,-52470,71254,-20171,-52282,70695,-20725,-51715,70133,-21504,-51716,71095,-21003,-54045,66512,-21078,-53460,66509,-21584,-52722,66098,-22081,-51907,66259,-22551,-52781,66519,-22078,-51233,66438,-22783,-50975,67041,-22937,-48852,67900,-23797,-48306,67865,-23971,-45747,68517,-24391,-44962,68940,-24783,-44812,69306,-25217,-43990,70253,-25691,-50660,66566,-22915,-50607,65501,-23541,-50198,64900,-23875,-49434,63871,-24348,-50019,63275,-24341,-49139,64829,-24148,-47475,68203,-24316,-44737,69609,-25374,-45614,69491,-25085,-47210,68064,-24272,-45993,68885,-24885,-44159,69597,-25461,-43880,69470,-25301,-42985,69795,-25286,-40664,71219,-25517,-41062,72224,-26260,-41426,73272,-26068,-41508,72157,-26196,-41569,71522,-26202,-42011,70753,-26003,-42595,70120,-25637,-41560,70820,-25900,-40929,71107,-25821,-42536,70724,-26013,-42913,70240,-25836,-41245,71428,-26169,-40733,73284,-26175,-40525,72799,-26274,-42770,69938,-24960,-41691,70559,-25592,-41264,71462,-24245,-42298,73646,-21849,-43308,73270,-21105,-42381,73295,-22003,-55990,53066,-23023,-55218,52217,-23295,-55774,51212,-23119,-55099,50897,-23354,-56066,51761,-22968,-56510,51637,-22745,-57018,52367,-22380,-56467,53098,-22624,-56485,50985,-22712,-56879,51473,-22506,-55963,50753,-22970,-55917,49863,-22719,-55332,48842,-22688,-55037,47800,-22296,-55761,48414,-22269,-53723,47436,-22749,-53720,47790,-23028,-54155,48194,-23067,-54630,47232,-22247,-54495,47468,-22382,-56572,49247,-22166,-55344,50344,-23172,-54877,49207,-23050,-54152,48608,-23221,-53676,50507,-23730,-53503,51465,-23778,-54080,51659,-23661,-53506,51910,-23973,-53836,49500,-23557,-53100,48991,-23607,-53239,48122,-23348,-52698,47923,-23295,-53142,50798,-23808,-52488,49006,-23607,-51282,48910,-23109,-51043,48152,-22826,-50892,49143,-22814,-51468,47112,-21637,-51273,47517,-21758,-51963,47116,-21209,-57064,68437,-14585,-49477,60361,-24967,-49189,60884,-24751,-48083,60311,-24593,-48317,60034,-24913,-48731,59847,-25112,-51237,69455,-14116,-50090,72284,-11581,-50897,71995,-11187,-49632,71768,-14589,-49819,71565,-14423,-49963,70464,-16011,-49329,72024,-15649,-48507,72736,-16049,-47507,72980,-16845,-47830,72295,-17151,-47425,71984,-18022,-48591,71080,-17102,-48968,72387,-15830,-49575,71515,-15803,-49559,70963,-16199,-46648,73943,-17047,-50281,70788,-14515,-49496,69923,-17094,-49439,70078,-16971,-50003,69404,-17206,-50277,69129,-16594,-50533,69048,-16158,-52089,66787,-15502,-50373,67674,-16238,-50288,67786,-16503,-50700,67927,-17064,-50733,68279,-17089,-50539,68775,-16554,-50491,68536,-16401,-50528,67517,-16949,-51177,68233,-15378,-50521,68319,-17279,-49163,68258,-18083,-50559,68837,-16943,-50117,67358,-17841,-49861,67153,-18068,-50296,66673,-18037,-50816,66891,-17547,-50606,67736,-17357,-49433,67912,-18013,-46042,70124,-19540,-46074,70527,-19393,-45224,69689,-20074,-46082,69876,-19671,-45771,71567,-19660,-44934,71746,-20220,-45221,71326,-19997,-44639,70588,-20008,-45590,70839,-19560,-45942,71151,-19553,-46843,66712,-20055,-45957,67824,-20067,-46585,68577,-19652,-45960,68682,-19837,-45338,69341,-20019,-44756,68254,-20394,-43960,68670,-20743,-44161,68329,-21526,-44042,67762,-20997,-46258,69148,-19713,-46002,67094,-20317,-45179,66691,-20940,-44059,67748,-21325,-44743,67338,-20714,-43950,69065,-20881,-45057,67861,-20385,-45913,66587,-20547,-44370,67571,-21794,-44519,67691,-22100,-45624,67875,-22968,-49004,66966,-18727,-48433,66674,-19266,-50739,67128,-17495,-50962,63657,-19231,-48200,65201,-20167,-48563,64994,-20155,-49212,64764,-19734,-45567,64521,-21766,-44237,64071,-22281,-44516,64424,-22377,-44769,64613,-22664,-44791,64396,-23178,-45359,65057,-22111,-46554,60733,-23108,-46073,61735,-23854,-46249,62516,-24266,-46701,62974,-24503,-46842,61856,-24230,-47453,62173,-24547,-47603,61506,-24346,-49089,66261,-23360,-49972,66594,-23045,-50051,66454,-23068,-49327,66727,-23171,-48226,65694,-23889,-50469,64050,-24013,-50968,64764,-23676,-51436,65126,-23378,-51812,63953,-23559,-51140,63738,-23873,-50119,61455,-24500,-53594,60178,-23631,-53303,58898,-24005,-53854,58936,-23714,-53403,58287,-24034,-54271,60216,-23204,-55009,60059,-22704,-54194,61020,-23042,-55380,58474,-22842,-54354,59148,-23390,-54672,59384,-23130,-54850,58178,-23273,-54388,57962,-23579,-53099,55003,-24528,-53221,54355,-24490,-53209,53792,-24468,-53359,52684,-24208,-54292,54307,-23992,-53827,54973,-24205,-54043,52175,-23889,-52411,53399,-24688,-52009,53958,-21873,-51453,53146,-22258,-53741,50634,-19962,-54258,51269,-19716,-51884,48782,-21187,-51355,48427,-21584,-51249,49257,-21542,-52057,48764,-20424,-53464,48928,-20193,-53280,49791,-20100,-52460,49162,-20225,-52909,48771,-20305,-52088,48928,-20293,-52885,49915,-20224,-53331,50857,-20144,-51430,48951,-20760,-51239,49204,-20543,-51565,49337,-20281,-49517,58300,-22174,-48931,58317,-22496,-48472,59575,-22416,-49435,56747,-22975,-50376,57686,-21890,-52509,57466,-20527,-52813,57443,-20231,-53449,57040,-19749,-53007,57821,-19882,-53125,56270,-20342,-53150,55454,-20463,-52541,55847,-21041,-52700,54362,-21268,-52745,53966,-21170,-53082,53645,-20978,-50666,60111,-20505,-50973,59374,-20811,-50386,60955,-20314,-53220,54007,-20710,-53146,54781,-20855,-50341,52050,-23384,-50729,51846,-22940,-51930,53745,-24854,-50814,59742,-20669,-53850,56803,-19406,-54985,55670,-18497,-55071,54912,-18267,-55459,53609,-18649,-54994,53231,-19147,-55500,54314,-18428,-55203,54837,-18646,-54896,55152,-18942,-55935,53816,-18083,-55866,54206,-17913,-55262,54679,-18023,-57003,57079,-15822,-57649,57274,-14940,-57213,58102,-15207,-57601,57875,-14539,-57166,58756,-14786,-52392,57029,-20787,-53540,52529,-20320,-53894,52238,-20054,-54609,52766,-19533,-52724,51098,-20450,-51722,50277,-20483,-51104,50977,-21054,-51806,48049,-21329,-54730,46106,-19941,-54692,45308,-19948,-54103,50277,-19925,-54581,49475,-19840,-57704,52141,-16258,-58948,53975,-13918,-59238,52247,-13607,-59593,52769,-13120,-58980,52642,-13912,-60125,52095,-12058,-60202,51451,-12173,-60057,49468,-12778,-60018,48978,-10954,-59085,49116,-11520,-58927,49616,-11592,-58856,48780,-11638,-58461,48474,-11837,-57470,47175,-12398,-56652,47501,-12358,-60263,45836,-11239,-59706,45182,-11795,-59756,49482,-13507,-60300,46330,-12285,-60689,46313,-11523,-59656,46475,-13280,-59669,46766,-13928,-60177,47089,-14555,-59994,46534,-15051,-59958,45487,-15441,-59344,45054,-16038,-60232,46856,-14113,-60396,46817,-14252,-60611,46529,-13637,-59941,47393,-14804,-59664,47389,-15286,-59547,47682,-15348,-59904,47371,-14578,-59639,47195,-14254,-59370,47105,-13737,-59675,47657,-14373,-59423,46757,-13700,-51555,49383,-23258,-51966,50045,-23397,-52551,49996,-23665,-51966,48751,-23453,-52395,48337,-23466,-50686,48243,-22176,-50973,47578,-21993,-50937,47660,-22395,-51405,47344,-22692,-54016,45733,-21823,-54286,45059,-21957,-53664,45713,-21442,-54204,46664,-21958,-54539,45900,-22193,-54150,47076,-22173,-57376,49246,-17327,-56626,49002,-18255,-56056,47786,-18861,-59826,43379,-16141,-60349,43635,-15712,-60319,42594,-15822,-60553,43407,-15360,-60503,44042,-15366,-59279,51465,-13785,-54883,44704,-22092,-55955,44544,-21909,-56536,44639,-21743,-56275,45740,-22215,-59117,47222,-20977,-59964,46324,-20182,-59454,47621,-20764,-60277,46474,-19962,-60330,47101,-19979,-57676,49911,-21677,-60466,46332,-11066,-59861,52398,-12605,-60001,54457,-9878,-59825,54414,-9760,-59913,54778,-9548,-57706,49140,-12096,-57177,48987,-12125,-58634,56183,-7619,-60623,57885,-7601,-61512,61179,-9285,-61430,60795,-9184,-61993,60052,-9094,-62062,60615,-9666,-61788,60874,-9414,-62500,66460,-11250,-63722,66028,-10779,-65636,65622,-11354,-65679,65323,-11726,-63983,62776,-11960,-64023,63381,-11420,-64081,63660,-11480,-65567,61287,-11359,-65350,62070,-11224,-62013,59599,-8963,-57847,57597,-13951,-51685,52596,-24396,-60680,51908,-19169,-60924,47241,-19454,-60810,48370,-19570,-51852,61518,-19394,-51706,62174,-19303,-52205,61853,-18958,-52289,62083,-17647,-52483,62912,-16979,-52185,63176,-17196,-52591,62405,-17130,-53047,62293,-16981,-56327,60426,-15300,-54986,57725,-17493,-55400,58084,-17001,-53747,63783,-22478,-54445,64360,-21710,-46413,65782,-20964,-45532,66151,-21181,-46098,65839,-21491,-47794,66492,-23070,-44229,69994,-21664,-40816,75243,-22109,-39103,76615,-22991,-38981,77260,-22646,-38608,77677,-22753,-39693,78236,-21439,-39722,75948,-25527,-41732,76242,-24885,-42207,76164,-24869,-42316,75707,-24870,-42949,75942,-24775,-42925,75453,-24731,-40104,75304,-25782,-37671,74730,-25512,-38599,74837,-25878,-39278,74821,-26018,-38952,75393,-25785,-39596,73203,-26205,-39077,73963,-26105,-38214,74279,-25830,-37615,74283,-25484,-42778,73212,-25720,-42266,76882,-24775,-41162,77468,-24919,-41631,77458,-24826,-42821,76852,-24579,-41888,77757,-24675,-41758,78751,-24403,-41774,76878,-24887,-40581,79251,-24723,-40558,80402,-24204,-38993,82004,-24040,-39935,81886,-23831,-37691,82327,-24500,-37066,83040,-24348,-37592,81984,-24730,-38756,81243,-24608,-40493,80126,-24417,-39524,81012,-24377,-39927,81233,-23960,-38454,81766,-24466,-38053,82575,-24195,-36648,82544,-24807,-35681,83033,-24841,-37401,81270,-24951,-36418,81853,-25145,-36273,82309,-25033,-36278,81157,-25329,-38221,80036,-25175,-39480,79412,-25018,-40566,78663,-24898,-36004,80851,-25231,-37075,80428,-25315,-37206,80678,-25238,-38462,80859,-24825,-39600,79947,-24837,-43916,68774,-21322,-44873,74179,-19368,-45240,74345,-18772,-45382,74978,-17766,-45987,74611,-17319,-48157,74603,-14067,-48278,75296,-13341,-47927,75866,-12830,-48024,73333,-15706,-48987,72495,-14884,-47932,73738,-15342,-48204,73826,-14901,-48834,73751,-13904,-49291,73503,-13473,-49600,73217,-12990,-49648,73236,-12248,-49228,72802,-13042,-49437,72882,-13646,-45210,75397,-17637,-45695,75527,-16995,-44999,76282,-17268,-44841,76753,-17001,-45171,76826,-16328,-43536,76355,-18804,-44620,75234,-18596,-43334,77766,-18058,-43955,77762,-17054,-43656,78082,-17169,-46376,75958,-15373,-45738,76011,-16283,-46015,76797,-15062,-46437,76239,-15019,-46177,80020,-13149,-46517,80102,-13280,-45113,81413,-13747,-44338,82224,-14067,-48193,78708,-12934,-50643,76860,-12944,-51234,76775,-13770,-51740,75783,-12400,-50683,76521,-12439,-50036,76776,-12265,-51114,75869,-12011,-50008,77305,-12917,-49306,78217,-13445,-48321,78936,-13293,-47997,79584,-13891,-49121,78795,-14239,-48165,79822,-14749,-48631,79064,-13911,-49425,78341,-13856,-49587,77448,-12675,-52111,76065,-14537,-52712,75532,-13694,-52621,75557,-13282,-53522,74623,-14074,-53146,75085,-13895,-42642,77086,-19255,-42167,76982,-20041,-42514,76418,-20128,-42500,76633,-19898,-41539,76610,-20711,-41939,77388,-19829,-41310,77635,-20276,-41544,77860,-19909,-41474,78542,-19362,-39964,79568,-20022,-39329,79848,-20558,-39093,80068,-20614,-41535,79582,-18586,-41995,79270,-18379,-42335,79054,-17594,-43159,78230,-17941,-42670,78757,-18015,-43380,78309,-17065,-41901,79442,-17815,-41918,79842,-17529,-42795,78727,-17396,-42309,78727,-18427,-41654,78951,-18834,-41208,79205,-19055,-40602,79325,-19543,-42319,78225,-18744,-39990,80102,-19571,-40873,78591,-19994,-40045,78965,-20666,-39277,78641,-21572,-38970,79098,-21639,-40813,77601,-20764,-40448,77230,-21322,-40199,78527,-20860,-41516,77232,-20426,-40668,78129,-20642,-40893,80625,-17922,-40469,80555,-18795,-40141,81116,-18439,-41249,81018,-17143,-40833,81014,-17699,-40325,81250,-17953,-39745,81544,-18296,-39599,81443,-18905,-39879,81071,-18980,-39615,76839,-22304,-40282,76257,-22014,-39431,76109,-22910,-43619,79826,-15493,-42830,84250,-15116,-41814,85310,-15689,-38591,88379,-18185,-37269,89384,-18450,-37261,89401,-18803,-35976,90315,-18492,-36305,90103,-18990,-34637,91091,-20438,-34637,90910,-20849,-33704,91536,-21005,-37297,89320,-19374,-36389,90014,-19365,-35996,90234,-19820,-35050,90969,-19552,-35133,90897,-18864,-36252,89945,-17643,-36446,89897,-17964,-36768,89442,-17182,-37657,88871,-17169,-37203,89393,-18091,-38175,88655,-17866,-38823,87995,-16947,-34400,91383,-19238,-33557,91902,-20063,-33491,91964,-19736,-32275,92703,-20259,-32900,92266,-20507,-34264,91408,-20238,-33030,92110,-20796,-31474,93012,-21106,-31375,92953,-21345,-29993,93727,-21457,-28936,94330,-21434,-28699,94577,-21114,-28887,94562,-20821,-28332,94848,-20477,-29989,93887,-21087,-31299,93219,-20807,-32289,92247,-21515,-32267,91918,-21884,-33950,90696,-21774,-32918,91165,-22085,-33350,90384,-22414,-37139,89340,-19798,-38222,88440,-19652,-36729,89504,-20240,-37558,88434,-20653,-38165,86903,-21635,-36527,89306,-20827,-36603,88977,-21128,-37546,87422,-21703,-36881,87816,-21962,-37441,86473,-22392,-35949,89950,-20647,-35956,90163,-20205,-36302,88068,-22218,-44351,82024,-20002,-44375,81662,-20380,-45120,81225,-19919,-45948,80085,-20103,-38132,85532,-16670,-37471,85134,-17521,-36641,86736,-17223,-36812,85882,-17577,-36120,85668,-18341,-35826,85403,-19026,-34566,85873,-19693,-35139,85482,-19620,-34915,85952,-19275,-33124,87479,-19416,-33563,87814,-18687,-35480,89521,-16848,-35222,88375,-17123,-35987,87679,-16990,-36024,88085,-16836,-36806,87117,-16707,-35319,87962,-17458,-39472,87080,-19954,-37976,88847,-18943,-38383,88435,-19296,-39194,85556,-21872,-39508,84269,-22556,-38175,85248,-22795,-37577,85442,-23112,-41094,81324,-16963,-41553,81797,-16051,-37110,81500,-21611,-36848,80994,-22074,-36484,80122,-22813,-37730,81010,-21508,-38166,80641,-21410,-39453,79336,-21100,-38377,80427,-20826,-38657,80292,-20921,-38564,80247,-21341,-38884,80332,-20383,-47517,78736,-19584,-47825,79029,-18865,-46850,78251,-20684,-46846,78665,-20142,-46984,78733,-19947,-48588,78084,-18921,-44573,81263,-20550,-52105,75993,-15046,-48866,74702,-13129,-48477,74559,-13674,-49373,74094,-12461,-50271,73554,-11810,-50200,73277,-11835,-50329,73052,-11202,-51117,73159,-10954,-49580,73007,-11486,-49278,73144,-11770,-49705,73204,-11749,-48996,72995,-11934,-49198,72659,-11816,-49714,72791,-11430,-49780,73602,-12343,-49864,73398,-12280,-49650,73617,-12886,-50585,73233,-11461,-50647,73564,-11523,-51354,73363,-11063,-50943,73955,-11417,-50139,75280,-11675,-50142,75575,-11666,-49841,76313,-11944,-49192,74684,-12244,-48363,75178,-12860,-49124,74319,-13075,-50001,74803,-11849,-49699,74686,-12099,-49022,76063,-12254,-49625,74277,-12083,-48642,75061,-12567,-48964,74582,-12665,-49357,73132,-13692,-48711,73411,-14559,-46643,77158,-13510,-49090,76668,-12049,-49562,76054,-11888,-51481,75038,-11550,-50932,75413,-11629,-52071,74382,-11351,-52773,74344,-11583,-53260,73812,-11447,-52720,70999,-10574,-53046,70132,-10652,-53402,70263,-10418,-53496,70575,-10313,-55202,69509,-10418,-53673,69003,-10129,-54669,66870,-10329,-53504,68961,-10330,-53517,68305,-11015,-53899,67584,-10744,-54136,67533,-10501,-54508,73123,-12361,-54139,73783,-12640,-54687,73032,-12968,-54990,72621,-13438,-55405,71826,-12898,-55822,71137,-13172,-47836,75760,-13091,-47744,75926,-13476,-50793,70236,-13183,-51674,69235,-13188,-51202,70009,-12785,-53711,70968,-10403,-54142,68225,-10269,-53732,68193,-10482,-52460,69591,-11584,-51873,69444,-12556,-53095,68089,-12181,-52907,69010,-11486,-50486,76808,-17646,-49804,77724,-17496,-48883,76869,-19359,-48733,76703,-19815,-48051,76861,-20580,-49398,76400,-19219,-49022,77297,-19157,-48028,77746,-19619,-47785,77662,-20037,-47830,77253,-20453,-49117,75871,-20191,-48174,76037,-21084,-48166,75544,-21446,-46238,75890,-22945,-45912,76793,-22568,-45874,75308,-23479,-45169,76085,-23619,-44959,75366,-24014,-45900,75843,-23240,-46841,73632,-23527,-46583,73443,-23762,-44513,76565,-23824,-44022,77418,-23761,-44946,76881,-23414,-44316,77514,-23502,-43233,78316,-23802,-44426,78167,-22986,-45512,78508,-21972,-45534,78937,-21612,-45781,79136,-21152,-47194,77687,-20816,-44689,79997,-21585,-44115,78225,-23166,-44773,77788,-22914,-45339,78144,-22396,-45892,77327,-22421,-45267,77381,-22749,-48985,74941,-21040,-47381,72158,-23548,-51281,67395,-22762,-52067,67568,-22256,-53284,67343,-21428,-50537,70084,-22220,-41727,79484,-24089,-42772,79267,-23489,-42416,79726,-23477,-41087,80453,-23829,-41394,80408,-23690,-42412,80081,-23422,-42103,80887,-23132,-45073,72758,-24824,-44702,72073,-25188,-44064,71671,-25537,-44475,71055,-25457,-43474,71097,-25807,-43435,70545,-25861,-43543,72368,-25611,-43303,72010,-25746,-45488,70843,-25052,-45315,70334,-25176,-44064,70646,-25665,-46448,68919,-24780,-45917,68760,-24785,-44351,72706,-25202,-40406,76613,-24976,-39862,76986,-24882,-41553,76011,-25004,-40806,75797,-25397,-40156,76164,-25333,-39554,76814,-24943,-40690,76649,-24922,-34276,81959,-24997,-34730,82625,-25197,-34183,82808,-25063,-33666,82093,-24679,-34198,81356,-24494,-33551,82599,-24784,-33230,83141,-24497,-33161,82575,-24335,-34329,82459,-25126,-33790,83215,-22607,-34675,82311,-22603,-35092,81814,-22690,-34144,82389,-22947,-34207,82739,-22564,-36150,79444,-24655,-35005,80533,-24606,-35246,80231,-24236,-34473,81170,-23723,-35595,79871,-24494,-36002,79426,-24070,-27513,90529,-21193,-27722,90713,-20786,-27039,91019,-21051,-28158,90779,-20392,-27883,91123,-20326,-27729,91950,-19775,-28481,91728,-19480,-28402,91326,-19817,-26126,93497,-19769,-25478,94181,-19747,-25952,94841,-19252,-26790,94059,-19241,-24514,96415,-21092,-23836,96509,-21363,-23339,96339,-21677,-22908,96081,-21535,-23223,95991,-21989,-22871,95444,-22010,-25025,96251,-21137,-26499,95540,-21482,-27909,93960,-22590,-28093,93557,-22803,-29051,92620,-22985,-29800,93554,-21885,-30907,92976,-21758,-28252,94505,-21786,-29228,93620,-22205,-30072,93008,-22277,-31228,92496,-22046,-31026,92057,-22498,-28870,93403,-22581,-29902,92748,-22563,-29677,92562,-22783,-25800,91227,-23130,-25872,91796,-23292,-24173,92718,-22470,-24801,92742,-23020,-23972,94074,-22753,-24098,94971,-22636,-24381,93301,-22902,-23908,93485,-22651,-23434,93715,-22338,-23534,94256,-22573,-24434,92608,-22761,-32214,90210,-23110,-32214,90776,-22790,-31643,90403,-23222,-30378,91267,-23209,-37409,86814,-22317,-37347,88931,-20266,-37844,87860,-20971,-38504,87967,-20027,-35370,84124,-24282,-32209,85553,-23697,-31418,85985,-23469,-31127,86448,-21951,-31162,86625,-21651,-31763,85961,-21838,-29948,87341,-22237,-30858,86653,-23619,-31223,86641,-23821,-30413,86720,-23121,-31007,86288,-22618,-32332,84970,-23047,-31614,85645,-22990,-32118,85377,-23476,-31635,85651,-23234,-32048,85413,-22371,-30419,88381,-21040,-31836,92230,-17993,-32723,92140,-18229,-31742,86467,-23954,-25710,92690,-23232,-25070,92403,-22938,-25769,93210,-23162,-24595,93969,-22913,-23832,95518,-22423,-24747,95388,-22517,-26034,93691,-23054,-24911,94912,-22713,-23477,93453,-21367,-22888,94303,-21403,-22685,94814,-21560,-22974,94258,-21915,-22657,94885,-20993,-22568,95475,-21205,-22674,95703,-21481,-22735,95160,-20584,-22749,95065,-21953,-24851,93192,-23070,-25011,94311,-22881,-29016,93027,-18588,-29018,93667,-18556,-28889,92687,-18871,-26863,92983,-19671,-26238,93022,-19995,-28334,92244,-19293,-26070,94055,-22950,-27164,91795,-23315,-24956,92064,-22911,-25340,92270,-23003,-24672,92179,-22661,-27922,89076,-22652,-28728,88713,-21768,-27564,89485,-22141,-31043,93238,-18909,-31434,92909,-18549,-23993,93938,-20555,-23478,94243,-20608,-23058,95459,-20171,-28398,94536,-19161,-31978,88584,-19341,-38539,88289,-17330,-36919,87656,-16485,-35126,85071,-20093,-36690,83899,-19808,-36819,83405,-19981,-35901,83945,-20258,-35010,83909,-20796,-36801,84148,-19377,-37865,80849,-21035,-33464,87161,-19352,-34206,87321,-18547,-40111,80512,-19117,-41317,79897,-18409,-38941,76287,-23149,-38902,76696,-23220,-39200,75565,-23014,-38200,74541,-23977,-38816,73866,-24041,-38826,75209,-23280,-38723,74734,-23561,-43752,72402,-21247,-44144,71991,-21041,-44505,72284,-20456,-43972,73020,-20604,-44610,74948,-18850,-38359,85048,-16802,-39324,84834,-15952,-34822,90665,-17511,-27269,89663,-23052,-49927,70663,-22425,-51329,69773,-21721,-50566,70308,-22087,-47635,78042,-19793,-46872,79261,-19818,-48105,78144,-19450,-53412,73934,-15949,-53448,69254,-20378,-51733,67421,-22508,-51789,66758,-22621,-57680,65768,-11119,-57363,66734,-11159,-54343,67675,-10330,-44406,76962,-17469,-50203,74084,-11842,-50732,70156,-14487,-50863,69953,-13917,-48454,73055,-15196,-48710,71331,-16796,-48595,72232,-16371,-48824,70568,-17718,-47273,74576,-15523,-47253,74286,-15772,-46534,74828,-16434,-43847,68329,-21046,-69073,52477,-11352,-75938,68047,-6128,-75732,68290,-6065,-75928,68085,-5316,-75376,67255,-6022,-75406,67211,-5735,-75900,67899,-5894,-75998,68547,-5132,-75965,68839,-4678,-75241,69601,-1844,-75416,70063,-1328,-75267,69910,-1728,-74980,69046,-1817,-72967,69271,294,-73047,68896,371,-72558,68712,405,-71734,68947,401,-72228,68202,268,-72921,68098,32,-72160,68384,508,-71611,67396,-121,-71372,66970,-28,-71749,66883,-780,-71667,67710,-761,-71469,67173,-721,-72270,67881,-790,-72252,68196,-685,-72565,67563,-1058,-72399,67275,-705,-71638,68133,-588,-71763,68269,-781,-71809,68607,-284,-72248,67159,-685,-72131,67496,-647,-72874,66783,-1006,-72738,66340,-987,-72476,65992,-619,-72070,66216,-306,-72134,65914,-173,-71877,66731,70,-71701,66414,306,-71012,66492,738,-71187,66802,441,-71993,66709,-294,-71613,66204,693,-72167,65799,-594,-74132,66350,-3249,-74908,66354,-2640,-73945,65687,-3862,-73942,66210,-3619,-73694,66770,-3457,-73544,65316,-3907,-74070,64812,-3918,-72606,67407,-1758,-72270,66662,-1604,-72726,67814,-216,-72677,67693,-864,-74196,67553,-317,-73598,68436,217,-73917,68071,12,-73648,67671,-135,-74306,67420,-717,-74314,67959,-212,-74075,68242,-51,-74734,68739,-1653,-75716,69419,-1667,-75943,68718,-2207,-75404,68480,-2188,-75387,68913,-1939,-72571,66866,-1472,-72764,63169,-2845,-72858,62933,-3062,-72340,62522,-3153,-71821,62413,-3082,-71729,61255,-3294,-71265,61237,-3270,-71005,61065,-3238,-71087,60665,-3402,-71256,60613,-3055,-71411,60508,-3237,-71803,60448,-3199,-71690,60864,-3197,-72313,60301,-3268,-72518,60655,-3181,-72255,61557,-3352,-72811,62061,-3508,-76174,60884,-5252,-75784,60346,-4618,-76096,60363,-4902,-76217,59638,-5222,-76411,60001,-5869,-76239,60431,-5457,-73709,63241,-3923,-73646,62633,-4194,-73342,62557,-3384,-73484,62244,-3740,-72947,59407,-5606,-73139,58470,-6633,-72962,58917,-5569,-72535,59380,-4398,-72374,59215,-4275,-74041,58251,-4315,-73599,58079,-5308,-70707,58181,656,-69061,51971,4973,-69058,51147,5432,-70028,51437,5341,-70976,51191,5502,-67587,52569,4655,-67532,51604,4976,-67360,51554,5032,-69557,52234,4883,-70369,52816,4571,-65317,47157,7055,-65471,46686,7278,-67377,48149,6622,-68037,61790,1949,-67223,67245,4148,-67697,60942,2061,-69844,64779,2207,-64378,69784,4207,-71922,59322,-3844,-72597,58833,-2221,-73855,64743,-3954,-71499,68557,-207,-71591,68764,29,-71318,69003,151,-71990,69734,381,-72575,69325,466,-73482,68900,-158,-72430,72503,-5044,-72302,72112,-5818,-72008,71798,-7691,-71861,72280,-7813,-71704,71969,-8510,-70939,71467,-9669,-72675,72411,-3817,-70859,70898,-9985,-66430,72668,-10847,-72170,74279,-2614,-70876,74723,-5474,-69373,75039,-7569,-69888,75073,-6451,-67962,75468,-7717,-67130,75453,-7526,-67058,76103,-6615,-66132,75737,-6686,-64563,74599,-8128,-64215,74866,-7637,-64422,75215,-7069,-65214,74528,-8755,-64662,74921,-7656,-65333,75357,-7019,-65065,75131,-7437,-65554,74931,-8152,-73475,63916,-10761,-64072,75215,-6683,-65561,77612,-2643,-65482,75731,-561,-69959,71758,1290,-70316,72949,483,-70465,69012,1741,-70767,68737,1336,-71324,67864,221,-71218,67397,419,-70694,69658,1112,-71159,68672,596,-71350,69535,362,-71130,69778,374,-48837,57268,-5155,-52109,52418,-9920,-51075,52668,-10436,-50534,52534,-10370,-51443,52924,-10301,-58462,28385,-7941,-57702,31025,-5631,-57560,30394,-5885,-58487,34031,-3266,-76345,35470,-6304,-76088,34606,-6356,-76690,34538,-5505,-76647,34000,-5398,-76847,34411,-4374,-76814,33839,-3942,-76866,35058,-3526,-76966,35224,-4135,-76798,33340,-4308,-75227,33115,-6006,-75633,33202,-6375,-74777,33174,-6480,-74770,33339,-6740,-79686,29594,-6342,-79352,30025,-5682,-78830,29750,-5829,-78673,30328,-5119,-78198,30210,-5312,-77943,30778,-4656,-79723,29875,-5909,-79423,30222,-5389,-79937,28543,-7280,-77743,30155,-5747,-77469,30378,-5856,-80377,28559,-5572,-80525,28451,-5410,-77712,33570,214,-77481,35023,247,-78133,34522,-520,-78009,33379,-2000,-76514,38860,2225,-75033,37771,3519,-77077,29571,4202,-76059,30032,4959,-77923,31901,1943,-74026,35178,5600,-73319,35823,6655,-74093,36628,5529,-74315,35884,5246,-77297,36839,3161,-77008,38736,4516,-76093,39497,5078,-76904,38956,4836,-76404,38486,5292,-76615,39053,5004,-75939,38411,5653,-75133,41324,5198,-76233,39966,5029,-75740,40316,5141,-76903,39489,4855,-76023,39043,5288,-75469,37894,3835,-76539,41193,1291,-76234,42657,1972,-76924,42453,1044,-76876,41755,920,-77746,40993,335,-77912,40614,45,-78004,39117,-799,-77653,39493,-1031,-77557,41682,601,-77460,41646,-530,-77466,42447,-269,-77560,42504,-407,-78173,42333,-554,-77547,43346,-60,-77927,42731,-287,-77459,43109,-22,-77436,40909,-953,-77589,39856,-1373,-78274,40578,-1567,-77878,40000,-1391,-77305,39698,-1315,-78419,41325,-1282,-78054,37469,-2622,-76981,35836,-3793,-78534,46357,552,-79759,45226,-193,-79987,44408,-340,-79050,43610,-492,-78683,43577,-472,-79170,44207,-345,-78905,44801,-139,-80227,49999,577,-80560,48925,151,-80483,50289,730,-80787,49389,419,-81153,49026,267,-80956,48675,194,-81566,48085,-107,-80642,50345,645,-82335,45339,-804,-81879,45043,-883,-81378,44890,-719,-81954,43885,-1056,-82316,43928,-1053,-82711,44345,-944,-82852,43661,-1013,-82506,44635,-912,-83118,43823,-1123,-83115,44178,-1416,-82733,44807,-986,-80874,51441,-510,-81339,51446,-1362,-81802,51558,-1689,-81731,50238,-2125,-81961,50334,-2333,-82914,49673,-2945,-83137,49570,-3249,-83109,49206,-3271,-83392,48876,-3495,-83381,49198,-3675,-83716,48577,-3878,-83049,48482,-3786,-82430,49635,-2969,-82337,49278,-3108,-82052,49820,-2649,-81779,49917,-2178,-82256,48841,-3120,-82451,50366,-2407,-83343,47610,-4405,-82960,48126,-3994,-82831,47896,-3988,-82627,48612,-3579,-82715,48959,-3471,-83571,48318,-3842,-81277,50944,-1324,-82678,47109,-3890,-82751,47546,-3972,-83104,47207,-4536,-83404,46865,-4884,-83850,46684,-5042,-84530,46060,-5461,-85303,45624,-5883,-85506,45257,-6144,-82230,47984,-3075,-81921,47399,-633,-82181,46750,-838,-81558,47366,-212,-81702,50774,-1964,-81723,49775,-5695,-85468,45663,-6676,-86156,43606,-9182,-85971,43049,-9813,-85521,43314,-9783,-85264,43090,-10009,-86118,44109,-6645,-86344,43656,-6834,-86692,43382,-7122,-87138,42463,-7320,-87114,41278,-6955,-87684,41101,-7361,-88056,40303,-7065,-87365,39728,-6794,-86924,39825,-7201,-87619,39792,-7092,-87106,39920,-7616,-87383,39994,-8647,-87053,40162,-8790,-86809,40088,-8202,-87956,39901,-7968,-88497,40118,-9250,-88550,40449,-10408,-88041,40698,-10703,-87985,41123,-9547,-87167,41017,-10617,-87166,42818,-8366,-86556,43868,-7712,-86579,43730,-7241,-86114,44400,-6727,-87126,42883,-7763,-86723,43318,-8830,-88068,39886,-8757,-87589,39908,-8137,-87930,39887,-9155,-88569,40200,-10075,-88044,40080,-10518,-87527,40036,-10189,-88344,39993,-9636,-88337,39982,-8876,-88449,40213,-10761,-88149,40144,-11609,-87508,41609,-7567,-88119,41015,-8401,-88553,40420,-9705,-88190,40481,-7672,-88494,40341,-8897,-88103,41109,-9024,-87850,41364,-9113,-86921,42001,-7170,-86196,41708,-6988,-85442,41893,-6717,-85828,43021,-7058,-85895,42532,-7095,-86774,42899,-7115,-86940,41448,-7047,-87815,40245,-6506,-87925,40039,-6662,-86392,40909,-6347,-86374,41391,-6837,-85892,40926,-6133,-85717,41356,-6489,-85454,40929,-5898,-83160,45585,-4582,-83545,44904,-5234,-82949,45420,-3954,-83185,45026,-4273,-85263,41113,-5932,-85248,39892,-4914,-86007,39735,-5163,-85863,39218,-4794,-85525,39799,-5025,-87753,41579,-8012,-87645,41858,-8277,-84450,45542,-5826,-84024,45446,-5766,-84551,44562,-6281,-83649,45994,-5328,-83772,46272,-5293,-84593,44908,-6173,-87955,39961,-6987,-87626,39663,-6167,-86813,38815,-4814,-87223,39278,-5052,-88198,40042,-7852,-87285,42344,-8762,-87537,41767,-8879,-83408,42397,-2873,-83533,43339,-3748,-83862,43119,-4391,-83896,43297,-4929,-84368,42054,-5341,-84515,41891,-5616,-84872,40928,-5309,-84588,41310,-4992,-83558,41606,-2767,-83773,40686,-2969,-84478,38919,-3693,-84284,38668,-3213,-84816,37740,-3368,-84296,39863,-3907,-84053,39950,-3551,-83699,41568,-3382,-83873,42177,-3878,-84637,39742,-4256,-83713,40650,-2406,-83203,46611,-4722,-83176,43530,-2124,-83390,42531,-2394,-83368,43101,-1745,-83498,42233,-1674,-83197,42027,-1171,-83049,41480,-1052,-82571,41242,-1094,-81752,41666,-1121,-82191,42684,-1126,-82509,41915,-1147,-81438,40945,-1169,-83076,42850,-1150,-82780,50131,-3321,-83636,48775,-4312,-81677,50313,-5133,-81755,50183,-5956,-81594,51012,-5286,-81698,49781,-5409,-80512,51595,-6237,-75770,53798,-7910,-77387,53807,-7726,-81749,47437,-9328,-82011,47488,-9108,-82067,47560,-8750,-84959,46054,-5514,-85362,45776,-5949,-88396,40411,-11078,-88223,40459,-11322,-86707,41123,-11093,-86167,41477,-11121,-86529,42099,-10206,-86723,41398,-10533,-86876,42727,-9223,-86553,40714,-11998,-87418,40316,-12259,-87542,40081,-11236,-87176,39780,-11830,-86902,40142,-11088,-87785,40029,-12304,-87541,39835,-12074,-87407,39714,-12747,-87302,39502,-12553,-86566,39365,-11846,-86347,39115,-11834,-85830,39101,-11477,-85276,39016,-10832,-85355,38104,-10696,-85536,38399,-11059,-86267,38681,-11919,-86680,38978,-12446,-87209,39613,-12931,-87448,40001,-12583,-86869,38768,-13229,-86997,38843,-12995,-86790,38576,-12844,-86503,38674,-12375,-85828,37378,-11162,-86347,41129,-11476,-88010,40284,-11858,-85492,40100,-11885,-86120,36796,-12581,-86332,37386,-12936,-86319,36904,-12654,-86483,37158,-12688,-86175,38071,-11744,-86636,39968,-11310,-84869,39730,-9996,-84688,39541,-9456,-84354,39132,-8787,-83899,38778,-8483,-84098,38620,-8992,-83284,38275,-8831,-83246,38343,-8448,-83684,38233,-7967,-83759,38319,-7415,-83622,38083,-8369,-83811,37542,-8894,-84295,36879,-8970,-84684,36387,-8875,-84810,35243,-9599,-84423,35215,-9872,-83855,37657,-9860,-83166,37525,-9763,-83328,37215,-10063,-83121,36894,-10180,-83186,37423,-9638,-83225,37869,-9251,-83300,37861,-9118,-83329,36884,-10458,-84646,36897,-10552,-84267,37282,-10262,-85530,36814,-10888,-83931,36957,-10353,-83092,36505,-10910,-84022,36279,-10669,-84225,38187,-9630,-84563,38671,-9515,-83803,38790,-7586,-84043,38558,-6701,-83865,38300,-6865,-85618,39556,-7250,-84658,39421,-7740,-85088,39945,-8230,-84975,40098,-8591,-86052,39899,-7479,-85590,40122,-8380,-84781,40052,-8846,-84585,39626,-8225,-85515,40263,-10231,-85081,40252,-9654,-85065,40080,-10046,-85416,40368,-9433,-84207,39214,-8291,-83969,37880,-5090,-84531,37962,-5179,-83545,37714,-4625,-83312,37517,-4583,-82628,36787,-4134,-83178,36909,-4541,-83002,36212,-4621,-82266,36199,-4260,-85915,40832,-11844,-86437,39740,-12683,-86037,39433,-12548,-86911,39328,-13089,-85927,38536,-12885,-85857,38002,-12798,-86647,38744,-13257,-86461,37788,-13143,-86274,38270,-13107,-86593,37904,-12507,-86690,37912,-12861,-83614,38534,-11759,-83274,37596,-12128,-82779,37968,-12078,-82553,37026,-12543,-83631,37723,-11934,-81858,37158,-13594,-86172,35815,-12137,-83161,36142,-12552,-85531,34865,-11595,-85287,34426,-11789,-84101,35093,-11205,-84722,35089,-11353,-83464,38009,-9336,-83676,37363,-9268,-84623,36019,-9325,-85816,37998,-4741,-85297,37835,-3855,-84761,37550,-3258,-84444,39512,-8588,-84538,39059,-9219,-84319,37708,-2548,-84271,37419,-2829,-83957,37639,-2183,-82058,38326,-815,-81778,38110,-1611,-81909,37837,-1279,-82078,37678,-1196,-81987,37424,-1982,-83320,39317,-380,-83021,39376,-321,-82253,38660,-601,-81677,37748,-2153,-79042,36037,-3552,-80175,34179,-5037,-80430,34416,-4767,-83363,37520,-3097,-83409,36018,-4730,-83218,35362,-4528,-82896,35101,-4536,-83189,33816,-4181,-82865,33193,-4288,-82542,34508,-4554,-82319,35027,-4668,-82675,35611,-4598,-81998,35647,-4506,-83675,33771,-4027,-84479,32630,-3691,-84888,31676,-3516,-85521,31730,-3408,-87342,29577,-2712,-89586,27663,-2091,-90249,27878,-2687,-89765,28691,-3348,-90547,27968,-3242,-90290,28576,-4393,-90421,28439,-4724,-91223,27564,-4595,-91968,26659,-4883,-92058,26294,-5165,-92283,25050,-5482,-92695,24736,-5359,-93368,24431,-5136,-93489,23688,-4601,-94174,24520,-4946,-94452,23955,-4400,-94348,24152,-4714,-95160,24747,-4637,-95956,25333,-4378,-96060,25689,-4262,-96932,25419,-3907,-96657,24976,-3804,-96149,24506,-3601,-95390,24413,-4300,-96295,25086,-4133,-92200,24197,-5265,-93266,23923,-4924,-92098,23851,-4972,-91407,24069,-5062,-91672,23685,-4531,-91521,23551,-3875,-92680,23779,-4911,-92499,23355,-4307,-92557,23463,-4563,-92369,25593,-5335,-92339,26331,-4751,-91739,27069,-4582,-92302,26668,-4202,-91420,27338,-2882,-90972,27646,-3115,-91055,27264,-2359,-91570,27171,-2449,-91873,26984,-1929,-92010,26697,-1085,-92045,26513,-494,-92810,26720,52,-94008,27316,442,-93715,26865,769,-95029,27448,1260,-94577,26872,1214,-96415,27796,1734,-92046,27082,-2345,-92076,27090,-2885,-92569,25377,-5314,-94174,25920,-4544,-92681,26065,-4749,-93419,25679,-4928,-88687,28602,-2463,-88913,28839,-2693,-89167,29046,-3071,-89298,29360,-3708,-89905,28870,-3982,-89719,28324,-2748,-90076,27712,-2344,-87785,29502,-2687,-88086,29850,-2965,-88713,29791,-3429,-88582,30340,-3939,-87700,31449,-3994,-88368,29990,-3272,-89445,29437,-4151,-88878,30315,-4495,-89254,29971,-5261,-89436,29487,-6099,-90041,28709,-5726,-89358,29330,-6657,-90434,28011,-5918,-90693,27942,-5381,-91403,27288,-4960,-90521,28258,-5129,-90899,27529,-5627,-91010,27202,-5861,-91904,26048,-5549,-91160,25375,-5967,-90659,26644,-6444,-91801,25548,-5722,-91047,26931,-6040,-89579,29462,-5450,-89571,29461,-4709,-88203,31517,-5159,-88624,30914,-5233,-88499,30771,-6813,-89304,29096,-7055,-88797,29672,-7412,-89038,29070,-7441,-89714,28109,-7041,-90339,26706,-6627,-90196,27772,-6631,-90336,27339,-6647,-90336,27830,-6368,-91122,26577,-6123,-88425,29913,-7783,-88259,29472,-8059,-87722,30622,-8323,-87628,31162,-8218,-87308,30910,-8653,-88440,28394,-2362,-85223,32414,-3563,-84182,33720,-3938,-84096,34178,-4074,-83489,33278,-4024,-89914,26182,-1479,-89305,26744,-1751,-89473,25959,-1545,-89391,25653,-1586,-90624,25773,-959,-91578,26204,-513,-91003,26362,-1147,-91033,26627,-1356,-90636,26739,-1551,-90439,27032,-1836,-90564,27505,-2444,-91695,27232,-3455,-90657,28057,-3700,-91020,27778,-4028,-91671,27215,-4154,-91118,26892,-1759,-91740,26583,-914,-90079,25708,-1214,-90062,26805,-1704,-88629,27939,-2188,-93850,26673,-3641,-92854,26416,-4269,-93651,26160,-4411,-95939,25943,-4105,-95938,26151,-3832,-94834,26388,-3837,-96535,26047,-3898,-95240,25624,-4546,-94368,25124,-4949,-94368,24905,-4952,-93223,24940,-5228,-92836,25504,-5190,-94212,25410,-4905,-98367,26488,-2730,-98011,25540,-491,-98060,25836,152,-99091,25942,638,-98601,25779,486,-99277,25670,933,-99649,26140,458,-97724,25646,-192,-97270,26318,-71,-97407,26048,-142,-98201,26138,139,-98624,26233,70,-97898,26322,-86,-98615,25510,-239,-98866,25776,-1092,-99383,25441,-488,-99685,25268,81,-100199,25037,1057,-100745,24942,799,-100529,25334,1342,-100856,25638,1248,-99913,25724,1142,-98375,25538,-66,-99275,25366,747,-97705,25648,-989,-97325,25658,-721,-96480,25632,-445,-96867,28960,2100,-97954,29038,2781,-97771,29528,2013,-98182,29557,1945,-82580,30573,-6131,-82166,31169,-6048,-84370,34728,-4328,-83577,34546,-4212,-84962,33109,-3741,-83945,36005,-4871,-84402,36169,-5198,-84777,36194,-5679,-84530,35449,-4769,-83653,35263,-4481,-85010,36204,-6139,-85839,35111,-5864,-87159,33282,-6204,-87749,32305,-6150,-88566,31015,-5643,-88559,30938,-6108,-88195,31389,-4802,-88001,31366,-4329,-86717,32960,-4376,-86341,33932,-4957,-86431,34391,-6100,-87139,33261,-5784,-86781,33399,-4985,-87432,32527,-4975,-86538,33993,-5432,-87241,33013,-5452,-87536,32661,-5808,-86299,34628,-6746,-85382,35877,-6845,-84950,36420,-6657,-85849,35218,-6290,-84129,37728,-6816,-84315,37406,-7441,-84722,36617,-8203,-86146,38128,-4760,-86868,38788,-5047,-86461,38656,-5300,-86627,39055,-5808,-87193,39398,-6001,-85917,38996,-6201,-83529,38581,-8116,-85756,38110,-4166,-86260,38297,-4532,-85708,37863,-4182,-87268,42521,-7599,-86718,40300,-9346,-86883,40221,-9863,-84094,37420,-8457,-98049,26612,-3446,-98950,26702,-2733,-99591,26443,-2270,-100314,26201,-2548,-100163,25751,-2103,-99482,25654,-2282,-99299,25455,-2770,-98868,26278,-2616,-99086,25453,-2682,-99914,25672,-1978,-100005,25981,-1903,-100046,26545,-2515,-85812,35057,-8103,-86739,32531,-8776,-85697,33763,-9405,-85229,33575,-9772,-81182,34221,-10129,-83977,35939,-9861,-84413,35939,-9579,-84065,34851,-10152,-83681,34297,-10338,-86550,33192,-8648,-87634,31524,-7980,-89925,27474,-6923,-89841,26858,-6882,-89281,26689,-7011,-90292,25850,-6425,-90825,25130,-5931,-91519,24470,-5467,-90440,24571,-5363,-90762,25893,-6275,-91696,24910,-5624,-88945,27947,-7522,-89232,28065,-7381,-89272,27008,-7139,-89023,26340,-6840,-89448,25892,-6550,-88158,29188,-8122,-87375,30206,-8664,-86852,30827,-9002,-86549,30611,-9112,-84937,32268,-9887,-85759,31579,-9549,-86498,33728,-8246,-85931,34205,-8908,-85274,34687,-4630,-85770,35035,-5559,-85320,34967,-4893,-85697,34778,-5088,-87170,31886,-3873,-87574,28048,-2487,-87982,28237,-2375,-87801,27122,-2478,-87581,26951,-2736,-88752,26188,-1966,-88251,27266,-2198,-88541,27461,-2100,-87510,28370,-8102,-86345,29196,-8657,-86362,29680,-8889,-87786,28722,-8175,-87301,28186,-8023,-86640,28191,-8029,-85461,29165,-8628,-85911,32812,-9467,-86712,32264,-8907,-82895,34693,-10402,-83853,36430,-9749,-83534,35865,-10195,-82430,42560,-9679,-84799,41632,-10837,-81926,40627,-11233,-84588,36006,-12004,-83949,34612,-12120,-84480,34622,-12011,-83334,33666,-12297,-82041,36227,-13721,-81313,35014,-15050,-80858,35233,-15082,-80388,35749,-14966,-81370,36210,-14688,-80122,35732,-14883,-79645,34650,-15336,-80439,34255,-15462,-79936,34136,-15504,-81104,34272,-15405,-81446,33533,-15697,-81503,38617,-14221,-81128,38725,-14046,-86565,40309,-8966,-84871,40089,-9588,-81915,44620,-9782,-84328,47438,-4628,-84911,46391,-5338,-83625,35057,-11215,-86085,29444,-3066,-85610,29604,-3294,-85310,29374,-3569,-85288,30160,-3376,-86837,28041,-2910,-87640,26348,-3148,-88353,25567,-3003,-89887,24270,-2637,-90195,24117,-1905,-90817,23713,-1344,-91545,23330,-591,-92115,23220,321,-91791,23493,249,-92615,23455,1185,-91863,23971,642,-92205,24153,988,-94041,24615,858,-94193,24112,675,-94028,23405,-127,-93619,23128,-393,-93388,23404,-1370,-93757,23901,-1646,-94030,24164,-2144,-94543,24638,-1860,-93508,23598,-2651,-92918,23467,-2197,-92441,23435,-2206,-91976,23452,-2091,-92131,23293,-1180,-92996,22941,453,-94015,23249,718,-95136,23404,1679,-94769,23069,1938,-95820,23492,2132,-95277,23924,3490,-95386,24252,3299,-95607,24333,3181,-95953,24122,3320,-96073,24063,2942,-95774,23955,3629,-96150,23298,3109,-96260,23718,3198,-96024,23422,3575,-95678,23378,3675,-95219,23330,3061,-94950,24163,3151,-94128,24308,2224,-94243,24112,2564,-92780,24203,1321,-92875,23887,1516,-93643,24080,2090,-93332,24321,1484,-93397,24636,1168,-94131,24419,1103,-94292,24266,944,-95496,23290,2018,-94630,23315,1190,-93674,23082,440,-93395,22958,526,-93931,23031,1004,-95269,23715,1684,-95614,24202,2214,-95761,24363,2776,-95044,24404,2797,-95792,23812,2109,-96111,23545,2607,-94962,23951,1391,-95073,24279,1838,-94870,24396,2014,-93765,24383,1547,-94441,24395,2001,-94174,23785,546,-94044,23472,342,-93292,23137,-812,-92604,22998,46,-92365,23067,-291,-92717,23269,-1364,-94620,23296,2700,-94865,23867,3173,-95023,23144,2630,-94023,23051,1815,-93306,23118,1473,-93005,22958,834,-92188,23105,32,-92791,23204,1125,-93879,23272,2097,-94151,23510,2446,-93991,22995,1431,-93376,23530,1856,-94097,23932,-2690,-91141,24072,-137,-90439,24338,-964,-91177,23689,-486,-89389,24547,-3717,-92510,23245,-3458,-92799,23419,-2638,-93203,23298,-3183,-94967,23973,-3316,-93904,23563,-3211,-91830,23510,-2668,-91392,23558,-2011,-90173,24090,-3433,-91035,23723,-2676,-92151,23430,-2956,-93281,23559,-1948,-93611,23777,-2034,-93898,23780,-1040,-93946,23420,-465,-94212,24142,-640,-94356,24463,-224,-94379,24916,-945,-94474,25308,-466,-94456,25579,196,-94657,26508,1107,-95445,26632,1045,-95153,26216,867,-94219,24571,-1387,-95106,24239,-2803,-95774,24415,-2883,-94209,24662,549,-93873,24926,841,-94091,25487,683,-94008,25893,831,-94327,26144,828,-94281,23828,-53,-94324,24309,242,-93622,23369,-3621,-89962,25694,-6399,-89014,25774,-6384,-88510,25813,-6279,-89833,25177,-5926,-89397,25074,-5660,-90402,24425,-5121,-90000,24405,-4733,-87373,26086,-5614,-86944,26482,-6037,-85703,27695,-7083,-86363,27351,-7104,-90405,25132,-850,-91224,24964,13,-91645,25260,319,-92115,25769,487,-92148,25481,671,-91696,24795,494,-92686,24624,1078,-93255,25007,1043,-91325,24326,161,-92942,25587,1024,-93430,26158,952,-83814,29050,-6368,-84141,29140,-7849,-84456,28624,-7230,-84821,28399,-7361,-85288,27881,-6920,-83457,29643,-7736,-83370,30091,-8474,-82875,30595,-8611,-84704,28215,-6258,-84045,28911,-5734,-84534,28375,-5968,-84120,30990,-9560,-84746,30969,-9589,-83288,32142,-9906,-84928,30148,-9183,-85711,29362,-8778,-85357,38720,-4339,-83852,39890,-2742,-83719,40173,-1527,-83674,40803,-1746,-80504,34908,-4274,-80955,34628,-4740,-79252,33281,-9031,-79786,33270,-8391,-79728,33232,-8669,-79485,33485,-9014,-79690,32785,-9031,-79684,34035,-8223,-79847,33508,-8222,-79915,33856,-8058,-79677,34151,-8690,-79773,34259,-8255,-79391,34183,-9005,-79491,34029,-8742,-79533,33563,-8767,-79699,32941,-8686,-78537,33860,-9320,-79126,33727,-9109,-79366,34563,-8967,-78803,32966,-10417,-79222,34213,-10170,-78830,33390,-10475,-78810,33241,-10847,-79218,33731,-11072,-78668,31685,-10638,-76903,35265,-6398,-76572,35474,-6407,-77135,39800,-12631,-77031,36716,-12508,-76998,37601,-12400,-77568,37078,-12394,-77988,37150,-12540,-77498,35844,-12666,-77315,36432,-12499,-78105,35517,-13349,-77629,34634,-13550,-77544,31796,-14148,-77814,32071,-13763,-77948,31133,-12970,-77633,31285,-13052,-78215,31591,-12650,-78303,31296,-12062,-78153,31179,-12623,-77900,31279,-12377,-77862,31279,-13474,-78063,31256,-13078,-80472,33788,-13278,-80756,34084,-12858,-76370,34988,-13043,-75588,41335,-11258,-77635,45664,-11378,-77129,35239,-4381,-80978,45654,-335,-81521,45435,-750,-81185,47104,-439,-80370,46378,142,-80322,46691,222,-80030,46850,375,-80449,29519,-569,-81294,27901,-1506,-81294,28586,-1556,-81375,28857,-1896,-81581,27199,-1728,-81214,27209,-1676,-74477,28885,5722,-73301,29834,6526,-73958,30875,6147,-71895,25403,6652,-71998,26506,6800,-70852,21958,5850,-70777,21392,5807,-71058,20491,5410,-70961,21508,5725,-71870,19449,5143,-71371,25710,7037,-69762,27851,7382,-70785,31742,8168,-70283,32178,8418,-71081,30728,7984,-71157,30109,7919,-71629,28615,7385,-70793,31214,8074,-71256,31538,7750,-71519,30974,7626,-71746,31972,7526,-71871,30626,7412,-71517,30175,7631,-71216,29208,7780,-71856,27429,7047,-71867,29010,7284,-72301,27843,6950,-71410,32032,7898,-72592,29027,7054,-72745,29960,7106,-72052,24513,6096,-71695,24014,6396,-68797,22197,6955,-67331,26299,7274,-67086,26154,7329,-74506,24809,5432,-75571,24959,5192,-77506,22600,3497,-77330,26056,4302,-77316,25545,4347,-77730,24678,3960,-80476,28107,-1003,-80355,28497,-634,-80814,27943,-1130,-80857,28658,-1052,-79667,28245,-1749,-79666,27653,-2174,-72640,16553,4594,-71433,15962,4206,-77548,10711,3299,-77040,9599,3309,-76768,9359,3336,-76214,9502,3442,-75866,8364,3186,-82012,10015,-2269,-74411,10765,3725,-71877,10063,4550,-71649,10640,4714,-71016,11568,4759,-78815,23418,1975,-73472,15602,4703,-69652,15545,5277,-69563,16691,5718,-69999,14006,4963,-69705,19654,6463,-67383,25037,6981,-70951,29200,7842,-68867,28574,8366,-70210,33494,8481,-70370,34134,8388,-71346,34861,7939,-71376,34489,7973,-67681,24677,6892,-66366,28295,8127,-69250,31843,8756,-68704,32511,8742,-65729,39528,7822,-65573,39923,8114,-64913,39520,7704,-70125,40690,8420,-69405,40580,8618,-65763,39646,7997,-66547,39888,8256,-64061,40734,8113,-74402,38248,5984,-55469,19875,-723,-55212,19642,-1830,-55490,20390,-1607,-77743,29101,4039,-81030,29284,-2864,-82099,28250,-2775,-81846,28514,-2904,-84662,22695,-7927,-80590,27800,-7367,-86851,21486,-6505,-86834,21239,-6382,-86073,20629,-6314,-85117,20640,-5533,-80959,23960,-10705,-80318,22688,-10389,-80808,22255,-11223,-80789,21547,-10808,-82756,19982,-12966,-82645,19669,-13117,-82369,20207,-12869,-83054,19475,-13073,-82720,20568,-12523,-82806,19832,-12231,-82675,19713,-11754,-82782,19246,-11511,-82568,19752,-10973,-84319,20592,-10853,-78760,22438,-10640,-78098,23272,-10519,-79916,22180,-10212,-79502,21888,-10341,-75813,24491,-11606,-75792,24641,-12105,-76581,21321,-14230,-76860,20381,-14611,-76709,21475,-13961,-76070,24538,-10761,-75771,24975,-10949,-83569,23138,-4694,-84657,20902,-5596,-86172,19998,-8171,-86202,19167,-8512,-87250,19361,-7866,-86398,19378,-8230,-86254,18770,-8969,-86620,18186,-8652,-83793,22241,-9708,-83543,21120,-10462,-83882,21298,-10362,-81940,22227,-9742,-81641,24105,-10092,-81675,23914,-10489,-80994,26094,-8957,-82807,17611,-13304,-82949,16943,-13200,-82422,18791,-12969,-82873,18983,-13386,-81248,16627,-11533,-80705,16061,-12647,-80701,14806,-13899,-80944,14149,-13879,-80786,15256,-13192,-80163,19048,-11252,-79766,19843,-11314,-80471,17730,-11685,-80458,18504,-11245,-79749,20691,-10705,-79923,21206,-10439,-80235,21047,-10476,-79437,18433,-12558,-80284,17391,-12506,-80429,17303,-12220,-77438,17038,-13669,-77895,15121,-14068,-77945,15953,-13613,-78719,8567,-20765,-81572,14902,-11854,-81858,15376,-11737,-82000,14918,-11743,-81675,15462,-11696,-82170,15341,-12113,-82731,15351,-12647,-82576,14447,-12289,-82271,14237,-11731,-83228,13888,-13007,-83548,12733,-12964,-83208,12978,-12501,-84538,11805,-13967,-84199,12479,-13930,-79951,18059,-12563,-80948,18426,-11131,-81139,18545,-11225,-85567,18592,-12068,-69293,41913,-11896,-75753,64324,-10875,-63732,47334,5548,-64006,47543,5732,-64168,47586,6052,-64596,42983,7108,-64548,43076,6912,-64529,42593,7037,-58776,33420,1763,-54753,24189,-1407,-54488,23964,-1712,-54458,23927,-2994,-54532,24419,-2950,-57604,28502,1786,-57585,26641,2931,-51810,19702,-8638,-51481,21000,-8347,-51258,14842,-12651,-51342,14860,-12396,-51427,14072,-12629,-51452,14483,-12084,-51379,15770,-12232,-53063,18354,-8726,-51896,16108,-7814,-52065,17029,-7032,-52019,17116,-6561,-52693,17384,-6855,-52365,17385,-6586,-54285,19057,-4179,-54505,19415,-3847,-54944,19342,-3396,-54799,18933,-3602,-54632,18890,-3937,-53680,15266,-7621,-52588,15889,-7570,-51952,14100,-9298,-52008,14115,-8798,-51617,14117,-12114,-51829,13984,-12012,-52030,13172,-12446,-52433,11738,-12702,-53007,12296,-12569,-51537,1920,-17276,-52038,2131,-17015,-54870,2697,-18161,-55075,1886,-18552,-54615,-85,-18709,-54908,1034,-18706,-54816,-921,-19156,-54484,-717,-17062,-56326,14630,-9087,-56369,14985,-8634,-56151,15131,-8558,-56504,14308,-9233,-65304,-18514,-1710,-65315,-19413,-1977,-60712,-25363,-16162,-60068,-23578,-16503,-60186,-23956,-16330,-62238,-21520,-16815,-62532,-21480,-16850,-62162,-20748,-16772,-61692,-20789,-16618,-60744,-21594,-16264,-61441,-21911,-16437,-61215,-22728,-16381,-62378,-26794,-18475,-63707,-25833,-20818,-63608,-25947,-21070,-63659,-27142,-21405,-63642,-27816,-21521,-63427,-27587,-21636,-64130,-29001,-21541,-64452,-29776,-21059,-64619,-31632,-20676,-64581,-31342,-21318,-64523,-31936,-21116,-64380,-32530,-21019,-63997,-27983,-21269,-64138,-27481,-20697,-64338,-28290,-20792,-64538,-29230,-20683,-64436,-29807,-19103,-64682,-32226,-19613,-61734,-23343,-16460,-62065,-19104,-16343,-61889,-19631,-16525,-60979,-19244,-16066,-61477,-18811,-16227,-63971,-19491,-15925,-63881,-19568,-16123,-59096,-19738,-16335,-58871,-17763,-16398,-64788,-31391,-18030,-64690,-31090,-19802,-64731,-31565,-19712,-64580,-31004,-17969,-64629,-30614,-18775,-64254,-32912,-20804,-64371,-33027,-19811,-64166,-33388,-19920,-64596,-32877,-19087,-64519,-33270,-18516,-64108,-33773,-18646,-64316,-33520,-18753,-64005,-33400,-20486,-63757,-33328,-21291,-63319,-33873,-21173,-64546,-32264,-20373,-62740,-34334,-20384,-61689,-34660,-19450,-61185,-34917,-19351,-61975,-34585,-19651,-61984,-34644,-20059,-62717,-34412,-20848,-62276,-34867,-20572,-61654,-34919,-19916,-61386,-35142,-19652,-60762,-35402,-18847,-63377,-26272,-21451,-62544,-26857,-21928,-63393,-33971,-21752,-62789,-35337,-21577,-63913,-32800,-21813,-64071,-32336,-22027,-64229,-31737,-22200,-63264,-34439,-17028,-62831,-34633,-17193,-63306,-33812,-16222,-63772,-34165,-16650,-62818,-33313,-15760,-60857,-35126,-19000,-62040,-35766,-20067,-60502,-39373,-20352,-59938,-39690,-20742,-65095,-32467,-18163,-63505,-33233,-14225,-63967,-33471,-14558,-64243,-34716,-12471,-50992,-57702,-7859,-51103,-57805,-7574,-51094,-57644,-7977,-53466,-57674,-4621,-65897,-42563,-6101,-67462,-41421,-6327,-67567,-41299,-6203,-67106,-41236,-5666,-66423,-42098,-4936,-66142,-41839,-4280,-66852,-42079,-5492,-66793,-42149,-5629,-66571,-42509,-5048,-66388,-41820,-1908,-66657,-41694,-1668,-66099,-38006,-9027,-72495,-22743,-6629,-72740,-22152,-6946,-74917,-19508,-6294,-75103,-21609,-6280,-75370,-12324,-5003,-75407,-11499,-4898,-75593,-11392,-4860,-75892,-11124,-5000,-76170,-11411,-5413,-75938,-11902,-5047,-75838,-16448,-5396,-75579,-16855,-5511,-75976,-17391,-5544,-75898,-18588,-5618,-75833,-19447,-5688,-75714,-17718,-5574,-76119,-18365,-5766,-74524,-23606,-6363,-77466,-11545,-7244,-77412,-12164,-8042,-76756,-11331,-7690,-76827,-12121,-8499,-76501,-12156,-8738,-77009,-13269,-9477,-77564,-13496,-9333,-77987,-14052,-9431,-76983,-14005,-10191,-77577,-14170,-9999,-78055,-16531,-12079,-78120,-17694,-12982,-75783,-13503,-8752,-75402,-13850,-9536,-75252,-14324,-9877,-75570,-14992,-10825,-75006,-15286,-10787,-75457,-14471,-10504,-75026,-15162,-10190,-75062,-14851,-10424,-75377,-14146,-10200,-75268,-14094,-9961,-77495,-15285,-11084,-76613,-15210,-10935,-77552,-14467,-10337,-77316,-12657,-8746,-75715,-18004,-9022,-75499,-17044,-9344,-75407,-14741,-9632,-75025,-17146,-11163,-74593,-17907,-11048,-74653,-17238,-11037,-75905,-12532,-5025,-75910,-12631,-8243,-75813,-12973,-9476,-75993,-13718,-10151,-75471,-13433,-9555,-76076,-12059,-8625,-76289,-13185,-9714,-75796,-12528,-8900,-77942,-13316,-8754,-77838,-12658,-8193,-79636,-15054,-9290,-79399,-15329,-9664,-79222,-15321,-9758,-79288,-17071,-11540,-78830,-17611,-12630,-79655,-16117,-10340,-79743,-16971,-11166,-79685,-17659,-11882,-79609,-18438,-12702,-84079,-15975,-13619,-84118,-15471,-14379,-84018,-15726,-15314,-84048,-14865,-14864,-83845,-14357,-15065,-84091,-14191,-14411,-84243,-14791,-14056,-83371,-16961,-12549,-83906,-13371,-13823,-83956,-13175,-13223,-83880,-15992,-12606,-84100,-14408,-13038,-84306,-15112,-13423,-84271,-15249,-13153,-83856,-15769,-12466,-84398,-14483,-13557,-84023,-16148,-14642,-84038,-15928,-15023,-83967,-16194,-16027,-83875,-16071,-16293,-83938,-15396,-15640,-83901,-16527,-13996,-84011,-17454,-14664,-84057,-17027,-15770,-84040,-16316,-15645,-84054,-16762,-15232,-83739,-16809,-13363,-83640,-16858,-13094,-84033,-19368,-15579,-83379,-19236,-14309,-82649,-19369,-13734,-82931,-20205,-14583,-82471,-20035,-14055,-82076,-20078,-13836,-83909,-19765,-15349,-82858,-18818,-13534,-83671,-20475,-15869,-83636,-21673,-16655,-83061,-22013,-16008,-83901,-19258,-14919,-83691,-18978,-14233,-83608,-20008,-15288,-80206,-9824,-5112,-83401,-14641,-16105,-81986,-22818,-16250,-80061,-20952,-15085,-79176,-20828,-15158,-79581,-20420,-14807,-80314,-20303,-14179,-83265,-24860,-18649,-83505,-25464,-19300,-83342,-25848,-18706,-83367,-26304,-19020,-83549,-26255,-19209,-83064,-25990,-18625,-82287,-25936,-18635,-82871,-28674,-20425,-80696,-21308,-15011,-80899,-20725,-14313,-80015,-18829,-12808,-80198,-18079,-12045,-80030,-23260,-17068,-79343,-21998,-16141,-79151,-22348,-16208,-79107,-22192,-15448,-79185,-22609,-16481,-79746,-23256,-17187,-80076,-24135,-17941,-79804,-24109,-17917,-79401,-26104,-18107,-79270,-25380,-17757,-80183,-26027,-19603,-79867,-25923,-19429,-79710,-28194,-20748,-79581,-29078,-20881,-79485,-28341,-20529,-80108,-27857,-20682,-79930,-27036,-20266,-79020,-19107,-13948,-79078,-21788,-15529,-77700,-20668,-13746,-79429,-23733,-17441,-79199,-24168,-17419,-78784,-25161,-16545,-78856,-26225,-15771,-78845,-25517,-16802,-78898,-26787,-16575,-78801,-26301,-16265,-79079,-27725,-16525,-78912,-27526,-16127,-78887,-28190,-15064,-78780,-29156,-14694,-79010,-28242,-16089,-79095,-28926,-15890,-78950,-28600,-15455,-79239,-26099,-14815,-79207,-26751,-14390,-78227,-26345,-13672,-78389,-26861,-13734,-78306,-27508,-13392,-78148,-27985,-12795,-78114,-28547,-12143,-78098,-29018,-12224,-78636,-28504,-13359,-78374,-29118,-12772,-78240,-28766,-12694,-78161,-27450,-12985,-78119,-26236,-13403,-79038,-27271,-14626,-79102,-26768,-14181,-78919,-27738,-13875,-78669,-26722,-13994,-79277,-25539,-14651,-79270,-24737,-14878,-79151,-24683,-14738,-79204,-26233,-14366,-79173,-25611,-15197,-79182,-25693,-14478,-79272,-24605,-15268,-79155,-24645,-15512,-78119,-27662,-12444,-78224,-28077,-11311,-76739,-27737,-10512,-76039,-29210,-10700,-76301,-28081,-10897,-75956,-28530,-11043,-74756,-29602,-10876,-75531,-29355,-11012,-74632,-30771,-10634,-75558,-29838,-10844,-75540,-30609,-10598,-75104,-30823,-10720,-75118,-29684,-10966,-75909,-26835,-11582,-75140,-27742,-11427,-75402,-28294,-11318,-74763,-27137,-11255,-75026,-28396,-11223,-75854,-28055,-11273,-78779,-25355,-14423,-78966,-25631,-15527,-79327,-27176,-17621,-79883,-28799,-17425,-79963,-29380,-17041,-78771,-28771,-14218,-78708,-29415,-13462,-78684,-29459,-14178,-78609,-30086,-14113,-78478,-30957,-13371,-78533,-30329,-13310,-75690,-33440,-9234,-75349,-33793,-9129,-76392,-30214,-9631,-75996,-29991,-10434,-75067,-31395,-10618,-73743,-11436,-6382,-73379,-9329,-5629,-73707,-9387,-5793,-72372,-15845,-143,-72011,-17642,-3820,-72063,-15927,-4425,-72378,-16149,-3174,-71914,-17046,-4826,-72784,-17311,-6798,-72257,-14365,-5503,-72337,-14914,-5846,-71851,-18125,-4321,-75846,-14568,-8967,-76162,-18180,-7898,-76056,-19381,-5849,-74072,-20899,-10636,-75211,-21385,-11044,-75407,-19985,-11962,-77410,-23205,-11487,-77334,-26402,-10271,-77687,-25161,-10473,-77769,-25928,-10110,-78664,-29090,-13333,-75519,-33084,-9148,-74858,-35438,-9306,-74558,-35733,-9293,-73012,-36847,-9473,-79051,-36920,-8565,-75474,-40938,-5546,-75322,-41413,-4766,-75926,-41623,-4534,-76888,-42490,-3425,-77723,-43300,-2447,-77406,-42318,-3841,-76833,-41759,-4529,-77577,-41179,-5717,-77062,-40755,-6219,-78122,-40884,-6491,-77848,-42680,-3438,-78168,-42847,-3345,-78182,-43539,-2308,-81361,-41181,-8249,-80372,-41088,-7637,-81279,-41568,-7835,-81008,-42435,-6539,-81173,-44541,-3477,-81199,-44955,-2927,-81829,-45236,-3198,-82310,-45171,-3861,-82465,-45640,-3374,-81923,-44544,-4316,-77377,-41555,-5006,-76873,-41149,-5498,-76308,-41024,-5547,-73481,-41411,-4548,-74357,-41029,-5283,-73172,-41054,-5064,-75366,-42285,-3410,-75973,-43030,-2439,-76084,-43753,-1479,-74993,-43830,-1299,-74108,-43705,-1377,-72477,-42953,-2211,-74227,-44258,-711,-73419,-43897,-1071,-74479,-42563,-2925,-74156,-43093,-2163,-73058,-42980,-2245,-73109,-42132,-3353,-71714,-42434,-2659,-72493,-41574,-4079,-72398,-42302,-2997,-73465,-41686,-4150,-72398,-41172,-4644,-71356,-41757,-3492,-74391,-41932,-3853,-76961,-43439,-2070,-75233,-44475,-587,-74405,-45007,173,-73685,-44627,-202,-75190,-45791,801,-74655,-45676,816,-76265,-45778,461,-75505,-45027,-27,-76448,-42715,-2982,-79133,-47747,1288,-77600,-47423,1399,-79171,-45748,-636,-78688,-36248,-10308,-78102,-33790,-10173,-77958,-33824,-10563,-77598,-34066,-10599,-77232,-34387,-9945,-77668,-34548,-10025,-79912,-35198,-9662,-80189,-34443,-9144,-79734,-34939,-9359,-80423,-34622,-9416,-80609,-34971,-9900,-80456,-35424,-10330,-81331,-34895,-10304,-80144,-32948,-8801,-79897,-33055,-9208,-79608,-32370,-8870,-79885,-32667,-9013,-80243,-33082,-10253,-79856,-33078,-11137,-80047,-33635,-11598,-79777,-33188,-11561,-79635,-32630,-11400,-80353,-32451,-12127,-80013,-32831,-11966,-80936,-32249,-12368,-79765,-31285,-11649,-80084,-31422,-11874,-80018,-30974,-12219,-80255,-30704,-12509,-80066,-30663,-12280,-78371,-32062,-9892,-78243,-32127,-10885,-78188,-32418,-11450,-81507,-33835,-9606,-81310,-33987,-9542,-79249,-31899,-9201,-79082,-31448,-9741,-80712,-33850,-15561,-80842,-34562,-16288,-81035,-34910,-16675,-80783,-34429,-15747,-80697,-34134,-16996,-80830,-33921,-17708,-81147,-34885,-17109,-81869,-35741,-17762,-81495,-34969,-17695,-81569,-35217,-20552,-81783,-36010,-20862,-84716,-32668,-22376,-84367,-32705,-21920,-83198,-33107,-21087,-83585,-32351,-21052,-83189,-32282,-21041,-83421,-31523,-21149,-83447,-32738,-21036,-81582,-32074,-21380,-84260,-31509,-21687,-81434,-33066,-14533,-80590,-33242,-16523,-80673,-33604,-16013,-81206,-32733,-15943,-79158,-31114,-12100,-79748,-30625,-12201,-78892,-31078,-11451,-79029,-30231,-14946,-79600,-29552,-16395,-81393,-33706,-18782,-81761,-34146,-18574,-83498,-33993,-21530,-86789,-36487,-24240,-86755,-36672,-23941,-86315,-35463,-24514,-86432,-35868,-24366,-83677,-27234,-20368,-82307,-25740,-25191,-82522,-23815,-28322,-83633,-23399,-23655,-83134,-23726,-24225,-84429,-23562,-23818,-86263,-19654,-23346,-85231,-21588,-26366,-85658,-20003,-26451,-85552,-19794,-26710,-84401,-23025,-26925,-84969,-21495,-26878,-85554,-21941,-25299,-85774,-13754,-23596,-84899,-12991,-22620,-85299,-13343,-23021,-85168,-14054,-23310,-84700,-20643,-27131,-84055,-22531,-27621,-82332,-21603,-26968,-82851,-20783,-26635,-82006,-21255,-26670,-85142,-19793,-26909,-87150,-15734,-25767,-84343,-17039,-24835,-85961,-12058,-23152,-85866,-11252,-22770,-85442,-12083,-22569,-84905,-11937,-22177,-85423,-11299,-22284,-81214,-13195,-25655,-81759,-10307,-25163,-81715,-9749,-24917,-81634,-9586,-25100,-81418,-9717,-24238,-81338,-9926,-23947,-81335,-10702,-24458,-79971,-31226,-20928,-78874,-27231,-15697,-78009,-32021,-12471,-78295,-32184,-12498,-78123,-30680,-11964,-82122,-35780,-23058,-85318,-38497,-22365,-85830,-39414,-22257,-85562,-38873,-22578,-85506,-38706,-23065,-85917,-39445,-22980,-85506,-38382,-23098,-86687,-39243,-22727,-86918,-38861,-22669,-87043,-39731,-22732,-87131,-36080,-24676,-86902,-36589,-24434,-86559,-40937,-23920,-81611,-34625,-26596,-84848,-39847,-25073,-85649,-37492,-22842,-86129,-37618,-22919,-81960,-37376,-18615,-75437,-37569,-9033,-75300,-43424,-1833,-72696,-43677,-1225,-72314,-43995,-697,-71459,-43709,-809,-71144,-43506,-1074,-72105,-42965,-2107,-70943,-42992,-1761,-70987,-41769,-1621,-71364,-43061,-1709,-71048,-43323,-1247,-70174,-43553,994,-70793,-43984,-217,-70625,-44185,85,-70811,-40611,-4153,-75112,-46685,1601,-73881,-49427,3671,-80470,-51523,2788,-80986,-51677,2959,-81937,-51630,2757,-73078,-54559,6424,-72316,-53177,6211,-72797,-54909,6576,-71439,-53055,6353,-71112,-53475,6486,-69441,-54042,6577,-71538,-52316,6010,-80069,-57187,6413,-77740,-57370,7357,-78079,-57414,7859,-76998,-57351,7275,-77324,-57137,6947,-77744,-57506,8186,-71759,-57979,7446,-71453,-57501,7319,-71643,-57374,7094,-72194,-57346,7072,-73172,-57293,6980,-73313,-57455,7475,-72456,-57641,7544,-77352,-57632,8231,-76190,-57946,8088,-74411,-59151,7821,-76970,-59042,8190,-75784,-59903,8003,-76041,-59775,7886,-77323,-59466,7949,-78311,-59483,8293,-78605,-58776,8393,-78292,-59170,8216,-78580,-58465,8415,-78330,-59249,8363,-78418,-59857,8379,-77533,-59869,8262,-77551,-59561,8102,-77594,-58326,8305,-77671,-59425,7751,-76900,-59453,7712,-75930,-59653,7586,-74545,-59813,7244,-74082,-59823,6588,-75337,-58512,7970,-75612,-57524,7934,-74576,-53604,5719,-72674,-52927,6016,-71014,-42863,-1483,-75196,-17491,-11341,-75328,-17467,-11528,-77070,-16959,-11608,-77610,-17334,-11772,-77536,-16771,-11734,-77684,-16312,-11772,-68663,6364,1618,-81686,-2688,-5214,-82065,-2923,-9273,-84904,14660,-10416,-86861,12786,-8132,-88415,-3428,-14654,-91096,-6909,-15456,-87012,-5456,-13611,-86989,-8494,-14928,-86963,-7747,-15138,-83934,-11297,-14445,-86652,-20199,-21516,-85917,-19156,-26461,-86253,-18846,-24937,-81615,-3092,-18671,-87604,-12480,-24668,-86209,-10492,-22895,-85529,-10694,-22181,-85165,-11333,-22072,-85074,-10245,-21549,-81213,-10754,-23603,-81225,-10785,-23298,-81293,-10238,-22881,-81525,-10087,-24672,-81331,-10927,-25770,-81773,-10812,-25594,-81481,-10156,-25445,-81738,-10203,-25347,-81263,-12443,-26960,-79335,-7799,-23620,-82007,-2085,-19950,-81964,-1347,-19372,-81776,-3450,-17871,-83471,-3346,-17087,-79902,3322,-19015,-80122,3479,-18992,-78898,2873,-21710,-85790,-21031,-24950,-93100,-5326,-15751,-92313,-5702,-15941,-94726,2067,-13053,-94524,2909,-12706,-94752,3333,-12705,-95662,3103,-13354,-93948,2818,-12284,-92958,-1150,-16211,-92537,2302,-16905,-57302,19820,-13096,-58300,3884,-20099,-58327,3383,-20457,-58394,2563,-20589,-58273,307,-21033,-63908,-923,-24302,-63058,759,-23343,-59134,-11684,-24569,-58146,-11346,-23744,-58615,-10786,-24137,-59964,-8903,-24554,-59923,-19593,-25043,-58838,-11978,-20428,-59352,-12583,-20226,-60884,-6911,-18413,-59691,-22133,-22575,-61269,-24223,-23810,-58211,-26331,-32767,-66682,-14757,-30341,-68141,-16778,-26451,-67981,-15667,-26988,-62907,-12080,-33173,-58687,-18057,-25744,-62851,-9177,-27372,-65777,-4796,-30897,-65630,-261,-28168,-72774,-18609,-31706,-72412,-20444,-32145,-72333,-21191,-32154,-79385,-20806,-32068,-79806,-20761,-31909,-80020,-21094,-31513,-79944,-21176,-31908,-79738,-21684,-32276,-78429,-25624,-30278,-79706,-33074,-35372,-79528,-32877,-35828,-79962,-32589,-35448,-79309,-33560,-33839,-77866,-33847,-36465,-73280,-30903,-30714,-75271,-35448,-33399,-75382,-36081,-33372,-75222,-36269,-32872,-74656,-36224,-32151,-73981,-35836,-32065,-73129,-35959,-32121,-73519,-35810,-32038,-74284,-35511,-32279,-74718,-35415,-32581,-73123,-31148,-33244,-73043,-30115,-33918,-72938,-29315,-34606,-72549,-29200,-35062,-74416,-26878,-30155,-78411,-33269,-36315,-70948,-39478,-30898,-69217,-31262,-33842,-58478,-35114,-32437,-75779,-59912,-37558,-84291,-57478,-34597,-86541,-59410,-33601,-88604,-58280,-30964,-88437,-59161,-31117,-89137,-59927,-30093,-94442,-58231,-22648,-94804,-57511,-22009,-94318,-57628,-22791,-94496,-58993,-22544,-94025,-59919,-23200,-94755,-59916,-22065,-92350,-59913,-25620,-85181,-59298,-35521,-84962,-59917,-35750,-84578,-59918,-36285,-83904,-59922,-35851,-85586,-59927,-34879,-90074,-46863,-14685,-90224,-47003,-13967,-90624,-47506,-13819,-93522,-56993,-12966,-94056,-57262,-13718,-93923,-57242,-12884,-93723,-57167,-13183,-94005,-59909,-11844,-92420,-59922,-11513,-93461,-57092,-11840,-93513,-57081,-12518,-93503,-56552,-13385,-93313,-57051,-10985,-93695,-57236,-10962,-93212,-56464,-10875,-93234,-55916,-10892,-93371,-56636,-12031,-92917,-56949,-8603,-94295,-59913,-14220,-93751,-59916,-13652,-93271,-57050,-22732,-93658,-57222,-22404,-93496,-57087,-22223,-80957,-57340,6541,-80668,-57469,6987,-68139,-58074,6825,-69737,-57741,7118,-70959,-57357,7019,-70728,-57538,7263,-69508,-57584,7075,-70114,-57573,7165,-67584,-57426,6442,-65556,-57865,6432,-66185,-58343,6543,-67559,-57649,6717,-68619,-55561,6644,-68373,-54455,6472,-69082,-56390,6806,-69360,-55328,6693,-69889,-56249,6919,-70303,-56760,6932,-71159,-56584,6993,-71056,-57156,6987,-71293,-56061,6969,-67588,-59183,6700,-67394,-59929,6667,-65994,-59339,6497,-65274,-58684,6394,-64128,-58064,6245,-65353,-57472,5952,-64751,-57302,5644,-66267,-55779,6012,-66955,-56382,6307,-66435,-57234,6114,-65855,-56979,5960,-65614,-57305,5923,-66296,-57463,6178,-65837,-57629,6335,-65257,-57680,6326,-66659,-55167,6073,-66414,-59923,6550,-65554,-59928,6436,-66220,-57749,6529,-66832,-57636,6610,-66640,-57422,6190,-67084,-57859,6675,-64707,-59912,6322,-63847,-59043,6221,-63952,-59903,6234,-64641,-57889,6285,-64029,-57718,6029,-55146,-57934,-2223,-54725,-58634,-2718,-54065,-57795,-3624,-53347,-57846,-4552,-53775,-57626,-5236,-54444,-59349,-3066,-55459,-59918,-2364,-55741,-57831,-1453,-56818,-59425,-32,-57379,-59916,649,-57284,-59914,-211,-50934,-58803,-7739,-60025,-59918,2511,-58810,-59920,2451,-58487,-59920,952,-61378,-59904,5728,-61368,-58809,5764,-61477,-59405,5838,-68064,-51353,4765,-67946,-49559,4720,-68830,-49629,4695,-72476,-57478,7443,-85978,-57043,2873,-85600,-56871,3071,-87979,-59888,1856,-88438,-59912,1518,-87345,-59923,2332,-87718,-59914,1774,-86438,-59911,3004,-86976,-59917,1953,-87490,-58080,2178,-84574,-57726,4278,-85025,-58381,3992,-82105,-59932,6061,-82964,-59937,5437,-83794,-59943,4866,-84805,-53520,2650,-85152,-54203,2782,-86675,-56982,2223,-86607,-56545,2076,-86894,-56112,1693,-85340,-53588,2129,-88694,-55976,-257,-89622,-56182,-1068,-88038,-56226,532,-89162,-56598,-205,-89715,-56859,-591,-88819,-56597,129,-89693,-55711,-1605,-90507,-55877,-2497,-91124,-56908,-2376,-91702,-57037,-3282,-91786,-56978,-3822,-90125,-56062,-1735,-91048,-55513,-4217,-68142,-56504,6596,-67475,-57148,6374,-86409,-58943,3009,-85492,-59904,3694,-84449,-59906,4415,-85958,-59936,3352,-85746,-59920,2497,-89481,-58683,712,-87713,-59195,2048,-88873,-57103,996,-88389,-57002,747,-88210,-56818,791,-89304,-57180,745,-92061,-59900,-1229,-92550,-59907,-1615,-92777,-59919,-1846,-92760,-59279,-1853,-90920,-59913,-1016,-87749,-57102,1839,-92655,-59917,-4514,-92873,-59906,-2556,-91496,-56894,-3194,-51576,-59912,-6812,-50927,-59912,-7729,-52328,-59916,-8057,-54155,8110,-16758,-54005,15719,-5835,-53869,15320,-6549,-53021,16173,-10394,-53223,16760,-10048,-56827,19063,46,-65373,21417,7333,-65607,36138,-10257,-57241,39372,-8209,-66781,38605,-10498,-60784,-9555,-19394,-61306,-10074,-19122,-60017,-9802,-19625,-54561,-2894,-17927,-54781,-3930,-18265,-55944,15802,-5536,-55302,-52027,-11416,-55376,-51841,-11322,-60911,-44607,-27924,-55886,65258,-19722,-66850,72867,2047,-72112,-20200,-29937,-71519,-21590,-29882,-65625,-59925,-36023,-66345,-59928,-37522,-61396,-57847,-34341,-89683,14354,-6349,-89989,8995,-7373,-93012,23277,-4040,-95579,28444,382,-99115,28998,2364,-98287,28413,2472,-98773,29125,1959,-97870,28160,1761,-98277,28336,1867,-98292,28471,1661,-97844,28226,1285,-98845,28612,2374,-98943,29474,2520,-98719,29274,3135,-98470,29467,2935,-99145,29161,2735,-98930,28721,2910,-98871,28991,3085,-94819,27198,-2171,-95196,27179,-2133,-97803,26916,-647,-98078,27463,-665,-97667,27609,-808,-95746,27283,-1636,-94877,27479,-1396,-97336,26321,-2544,-97121,27532,481,-97428,27310,902,-97302,26935,1001,-96760,27382,813,-96842,27762,-39,-97078,27887,-524,-92897,27128,-1989,-92422,26997,-1595,-92979,27032,-1000,-93561,27257,-1313,-93520,27218,-684,-92624,26806,-3626,-92124,26957,-3664,-90388,25068,-5906,-90783,23765,-2076,-88978,25283,-2291,-89636,24908,-1683,-90484,24160,-1096,-90107,24815,-1135,-91387,24572,246,-89809,24508,-1884,-89337,24681,-2642,-94813,23608,1201,-95631,23187,2712,-95859,23215,2579,-95830,23183,3447,-91505,23357,-918,-92648,25743,882,-92535,25219,982,-94191,23882,2564,-98046,26188,-1988,-99005,26294,-1410,-99679,25617,-635,-100649,25503,-10,-100344,25913,-238,-99622,26476,-509,-99666,26280,-842,-100004,25899,-602,-99048,26585,-1273,-100286,26124,179,-100644,25863,340,-98721,26033,-1418,-101132,25706,777,-100983,25106,1289,-101149,25166,765,-101119,25306,1211,-100355,25037,480,-100930,25066,505,-99862,25443,1297,-99811,25134,1124,-99525,25226,533,-99700,25454,-2610,-100214,26210,-2025,-100133,25714,-2620,-99597,26088,-3088,-98721,26305,-3487,-99435,26667,-2803,-99514,26606,-2460,-99689,26354,-2959,-98839,25451,528,-98940,26666,1372,-99559,26631,1570,-99124,26562,1127,-100484,26678,1515,-100716,26842,1916,-100756,27281,2054,-100845,27779,1666,-100042,27547,1765,-98916,27335,1715,-98638,26971,1548,-99436,27265,1973,-99890,26759,1699,-99515,26822,1835,-100028,27014,1854,-99408,26675,657,-99513,26887,360,-99933,26638,1055,-100900,26891,1260,-101065,27403,1218,-100830,27666,1057,-100964,27175,1805,-100639,26739,1172,-100686,27079,875,-99651,27278,277,-100469,27371,746,-100090,27511,602,-99546,27760,514,-99323,27832,702,-98912,27872,116,-99190,27572,26,-100090,27727,952,-100425,27857,1258,-99899,27736,1471,-99462,27552,1762,-100088,26738,833,-98840,27054,-104,-98967,27380,-137,-98356,27788,-388,-98250,27152,-497,-98394,27145,1490,-96868,27071,838,-96990,29195,1855,-93602,25400,950,-82981,37285,-3498,-83567,37479,-3517,-82880,37359,-3975,-80769,34517,-5283,-80517,34236,-5412,-81907,34383,-14859,-81227,38083,-14326,-80303,46421,-9703,-78772,46080,-9470,-77972,46155,-10244,-81513,45144,-10904,-80613,35547,-11372,-80998,34916,-5057,-78001,-18202,-11808,-72279,2767,3245,-82997,-10047,-12480,-82971,2085,-6049,-90365,9157,-6793,-92333,-56202,-6871,-89119,-52260,-4368,-89423,-53218,-4057,-93326,-59922,-6063,-83469,-51080,1421,-84372,-50946,732,-77858,-36312,-10132,-66719,-34150,-12954,-73186,58495,-5858,-83673,33298,-12220,-82301,-24010,-23979,-76706,-11491,-30181,-78022,7795,-20909,-92633,-57343,-24777,-94466,-59917,-16932,-84969,-31969,-28656,-80782,-30898,-21400,-80942,-29814,-21211,-88452,69460,-15351,-108460,93398,-21534,-115565,96785,-25952,-115439,96942,-25578,-115462,96795,-26380,-55432,-59922,-28278,-68512,-59909,-38732,-75287,-59730,6775,-81364,-59922,-35546,-79094,-59914,2751,-81649,-59926,2230,-51452,-59909,-13318,-81846,-59928,4676,-80242,-59929,-33552,-64389,-59913,-34865,-79483,-59902,5134,-78887,-59847,6423,-73922,-59923,-27160,-71115,-59906,7257,-64030,-59915,-961,-83868,-59926,-7723,-70284,-59903,1779,-84224,-59920,3004,-66570,-59918,-14450], + "vertices": [-25433,-79488,-4203,-25004,-79496,-207,-24935,-78607,249,-25125,-79493,-1171,-25062,-78211,-1000,-25347,-79481,-3318,-25226,-78673,-2254,-25334,-78581,-3297,-25429,-77705,-4628,-25326,-76947,-3862,-25287,-77120,-3329,-25083,-76833,-3155,-25209,-76939,-2944,-25124,-76886,-2313,-25190,-77187,-2407,-25086,-77072,-1402,-24938,-76912,-99,-24796,-76841,252,-24874,-76969,477,-24775,-77004,1282,-24558,-76818,2020,-24190,-76665,2373,-24461,-76788,2988,-24264,-76759,4034,-23995,-76644,3608,-23766,-76581,4057,-24657,-76939,2068,-24412,-76871,3938,-24963,-77582,-154,-24857,-79495,915,9962,-79493,-16591,11540,-79501,-19082,11443,-79071,-19216,10244,-78726,-20202,9954,-77979,-20464,8981,-79489,-21152,7781,-79488,-20581,6187,-79481,-23331,6728,-79478,-22918,8252,-78771,-21772,7864,-77583,-22077,8646,-77308,-21161,6980,-77192,-21855,8424,-76511,-20441,8327,-77097,-20730,9275,-77191,-20155,9886,-77199,-19643,9626,-77067,-19670,10734,-77026,-18731,11512,-77084,-18131,11668,-77210,-18246,11220,-77350,-19278,10866,-77201,-18834,8585,-77192,-20685,8435,-77993,-21659,7806,-79491,-22078,8405,-79474,-21602,8989,-77661,-21221,9686,-77374,-20546,10107,-77410,-20258,10266,-77333,-19992,11163,-77483,-19490,10075,-77603,-20363,10440,-77518,-20074,7706,-77184,-21318,8415,-77411,-21624,5582,-79488,-21762,9575,-79487,-20682,9841,-79501,-20014,10447,-79513,-19967,11900,-79501,-17975,12314,-77746,-18595,12496,-77480,-18423,12739,-77419,-18208,12214,-77327,-18426,15639,-79487,-13453,17427,-79489,-2536,17607,-78218,-1151,17386,-77208,-1977,17542,-77170,-563,17664,-77321,-494,17183,-77063,366,17906,-77455,1459,17735,-77436,94,16987,-76944,-191,16939,-76126,761,16338,-75195,452,16572,-75494,973,15746,-74859,-905,15761,-75198,-1614,15377,-74209,-2737,15032,-73172,-3001,14504,-72145,-1260,14262,-71865,-357,14461,-72404,-80,15177,-73787,545,15402,-74216,1342,16123,-74909,759,15592,-74345,503,15549,-74350,-207,15261,-73874,-96,14863,-73164,-1330,15500,-74561,-1257,14798,-73020,-226,14599,-72508,-726,14760,-72836,-2140,14400,-73079,2156,14176,-73016,2708,13932,-73559,4130,14279,-73961,4216,13257,-73262,4479,12676,-72866,4551,12291,-72354,4331,12522,-72050,3580,13199,-72685,3777,13172,-71711,2052,13244,-71356,1727,13903,-70913,712,14035,-71483,6,14222,-71455,-707,14359,-70813,-1685,14371,-70501,-971,14312,-70254,-1899,14158,-70126,-3222,13942,-69586,-3480,13830,-70070,-5327,13509,-68930,-4440,13238,-68542,-4878,12959,-69070,-6676,12838,-69644,-7789,12205,-69926,-9323,12713,-70777,-9182,12447,-70981,-9766,13533,-72894,-9883,14204,-73786,-9887,13572,-74141,-11116,13134,-73973,-11522,13177,-74443,-12297,12910,-74684,-13528,13601,-75390,-13170,14246,-75708,-11766,14302,-76275,-12692,14448,-76555,-12877,15002,-77012,-12321,15241,-77142,-12254,15271,-77051,-11441,14569,-76335,-11831,14992,-76435,-10976,15173,-76214,-10275,14816,-75596,-10390,14900,-74671,-9549,14614,-74536,-9948,14868,-73487,-8469,14760,-72495,-7198,14924,-72298,-6006,14984,-72330,-5468,14574,-71599,-5649,13923,-70429,-5754,13454,-69698,-6158,14308,-75368,-11126,13875,-74767,-11313,14159,-74222,-10396,14423,-73322,-9068,14431,-75860,-11411,13481,-74552,-11781,13825,-75187,-12027,12364,-69597,-8741,12309,-68957,-8252,11923,-68379,-8469,12523,-67721,-5771,12825,-68188,-5668,12155,-67728,-6809,12266,-68007,-6987,12116,-68277,-7860,11330,-68568,-10000,11447,-69127,-10163,11754,-69708,-9977,11548,-71304,-11430,11990,-71022,-10479,12466,-71888,-10482,12092,-72020,-11098,12497,-73402,-11730,12649,-74086,-12884,12481,-73072,-11284,13588,-73345,-10244,12864,-72662,-10545,12038,-70340,-9919,11601,-68566,-9423,10918,-68183,-10491,10727,-67639,-10338,10108,-67082,-11341,9902,-67287,-12973,9714,-67251,-14111,9481,-66514,-14055,9575,-67349,-14625,9038,-66337,-15090,9190,-66184,-14649,8511,-65746,-15874,8713,-66818,-15872,9292,-67375,-15120,8885,-67436,-15717,9581,-68383,-14954,9395,-68651,-15206,8774,-68428,-15930,8548,-68003,-16221,8254,-65839,-16546,8099,-68388,-16969,8268,-68072,-16691,7580,-69315,-17952,7444,-68113,-17938,7158,-68790,-18532,6857,-70194,-19487,7169,-69970,-18935,7059,-70537,-19388,6935,-71042,-19885,7298,-71781,-19830,7851,-72370,-19463,8611,-73341,-18996,9554,-73532,-17814,10234,-73846,-17199,10264,-74429,-17657,9827,-74882,-18479,9076,-76149,-19743,8963,-77042,-20204,7191,-75701,-21137,7913,-75222,-20359,8490,-74477,-19603,8994,-74195,-19055,9519,-74020,-18269,9222,-74559,-18980,9460,-75275,-18964,8741,-75300,-19655,8438,-75692,-20132,6372,-70089,-20032,6172,-68530,-19705,5807,-69971,-20556,5159,-70178,-21142,3959,-69049,-21502,3293,-69857,-21983,2749,-69285,-22027,1208,-68326,-22069,1302,-69062,-22318,356,-69021,-22461,-139,-68355,-22277,2073,-67679,-21697,1073,-67266,-21737,783,-66633,-21600,1380,-65045,-21244,2369,-64481,-20954,3114,-65043,-20838,2501,-65671,-21072,1645,-65415,-21242,1641,-66332,-21388,2160,-66949,-21401,2783,-66516,-21144,5406,-67098,-20033,5477,-68464,-20334,3641,-66207,-20815,2428,-67161,-21410,3030,-67284,-21294,2948,-67860,-21543,2759,-68604,-21838,3501,-68698,-21616,4205,-68062,-21100,3780,-67558,-21133,6681,-68559,-19124,7027,-68078,-18543,9768,-68148,-14633,10046,-69163,-14450,10190,-69829,-14319,10465,-70100,-13530,10428,-70998,-14147,10771,-71809,-13768,11187,-73141,-14262,10759,-72834,-14642,11018,-73521,-15432,10452,-73026,-15662,11028,-74071,-16331,10433,-73453,-16390,9833,-73295,-17161,10054,-72926,-16331,9271,-72273,-16947,8347,-71742,-18096,8174,-71062,-17744,8518,-72282,-18418,8898,-73064,-18400,10830,-74474,-17024,10500,-74995,-17777,10629,-75510,-18008,11284,-75176,-17188,11521,-75941,-17468,11585,-76680,-17830,10934,-76238,-18063,10372,-76729,-18855,12085,-76342,-17220,13000,-77167,-16873,12189,-75495,-16393,11478,-74685,-16448,12607,-75105,-15204,11674,-74559,-16020,11912,-74427,-15407,12011,-74139,-14612,13126,-75159,-14066,13667,-76327,-14684,12902,-75469,-15144,13437,-76421,-15357,12978,-76203,-15946,12844,-77059,-16829,12288,-75995,-16755,9014,-72191,-17370,9231,-72787,-17628,9827,-72422,-15829,9554,-71964,-15741,8878,-71326,-16571,10722,-70489,-12970,11022,-70895,-12411,11373,-71891,-12377,11859,-72227,-11646,11186,-70392,-11496,10938,-69876,-11766,10958,-68962,-10984,10659,-68925,-11922,10660,-68088,-11014,10488,-69126,-12760,10370,-67958,-11825,10285,-69108,-13545,10072,-68709,-14167,10161,-68277,-13247,9890,-68060,-14319,11184,-69961,-11168,11543,-70332,-10708,9462,-69782,-15352,9227,-70143,-15763,9234,-71252,-15942,9233,-65964,-14254,8571,-64412,-14416,8025,-63176,-14751,8195,-63908,-15248,7754,-63261,-15952,7337,-62814,-16674,7883,-64143,-16466,8119,-64439,-16084,8534,-65340,-15601,8632,-64917,-14968,9364,-66045,-13655,9624,-66538,-12897,11111,-67350,-9040,11171,-67803,-9530,10642,-66840,-9510,9938,-66184,-10299,10332,-67026,-10544,9851,-66211,-10655,9751,-66463,-11617,9448,-65859,-11690,9589,-66315,-12242,9300,-65765,-12876,8763,-64644,-13881,11688,-67545,-7805,11459,-66443,-6339,10938,-65839,-6555,11088,-65685,-5601,11212,-65530,-4516,10915,-64928,-3372,11701,-66055,-3779,11521,-65737,-3076,11200,-65312,-2716,11414,-65704,-1527,12011,-66453,-1140,11299,-65689,-725,10624,-65085,-33,10968,-65890,1227,11206,-66514,2037,11456,-66301,952,11661,-66689,1415,12227,-67138,940,12858,-68308,1453,12780,-67909,945,13374,-68757,788,13834,-69747,702,13591,-69832,1455,13599,-70339,1508,13800,-70240,1156,14054,-70416,538,14336,-70585,-440,14156,-69746,-737,14147,-70128,8,13831,-69119,-249,12904,-67909,515,12648,-67361,99,13597,-68867,189,14160,-71028,-67,11256,-65870,175,12081,-66793,449,12142,-66714,-195,12630,-67210,-778,13372,-68218,-1961,13393,-68509,-3999,13249,-68086,-2752,12936,-67613,-2337,12172,-66602,-2606,12485,-67058,-3222,12193,-66738,-3969,11764,-66500,-5395,12729,-67632,-4763,13011,-67822,-3638,13259,-68209,-3732,13079,-68146,-4663,11890,-66451,-4592,12821,-67503,-433,13509,-68500,-879,13992,-69341,-1805,14193,-69757,-1395,13899,-69115,-1058,13623,-68704,-2462,14149,-69798,-2315,13985,-69432,-2529,11998,-66381,-2198,10384,-64373,-1392,10358,-64100,-1976,10426,-64128,-2477,10489,-64349,-3723,10800,-64867,-4019,10372,-64533,-5085,10515,-65094,-6135,10498,-65496,-7163,10016,-64408,-6121,9099,-64213,-8748,8876,-64011,-9233,8687,-63778,-9638,8137,-62917,-10456,8569,-64068,-11859,8034,-62874,-12278,8040,-62838,-11431,7757,-61971,-10246,7752,-61499,-9376,7974,-61287,-9100,8531,-61020,-9161,8371,-60749,-9173,8347,-60005,-9421,8352,-59728,-10071,8514,-59642,-10505,7463,-58222,-11056,7560,-56884,-10695,7432,-56590,-10815,7304,-56570,-11316,7297,-56678,-12258,7744,-56277,-12289,8008,-56011,-12830,9097,-55508,-12448,9362,-55608,-11888,10435,-55603,-10978,10377,-55570,-10637,10850,-55009,-10593,11853,-54490,-10905,12960,-53762,-11118,12571,-53300,-10771,12973,-52865,-11072,13036,-52379,-11233,12814,-51944,-11112,11999,-52591,-10429,12083,-51512,-10329,12449,-50522,-10910,12163,-50251,-11639,11679,-49299,-12288,12005,-48927,-12423,12127,-47190,-13418,11850,-47375,-13339,11062,-46840,-13790,11691,-46747,-13686,10793,-46545,-13919,11353,-43564,-15253,11401,-42998,-15575,11285,-41799,-16317,10777,-41819,-15734,10871,-42493,-15328,10983,-41203,-14618,10893,-42010,-14301,11027,-40289,-14432,10930,-40324,-15394,10973,-39522,-14878,11006,-38920,-14759,11204,-37698,-14344,11056,-37736,-14871,10991,-36413,-14010,9549,-36650,-14039,8887,-36754,-13909,9039,-37312,-13694,8865,-37081,-13624,9176,-37429,-12850,9639,-37323,-12432,9565,-36681,-12708,10501,-37230,-11434,10954,-36484,-11099,10789,-37321,-11043,11324,-36706,-10481,10990,-37675,-9581,10705,-38524,-9785,9881,-38874,-9196,10078,-38946,-9282,10536,-38462,-9458,11077,-37673,-10137,10631,-36525,-13900,10412,-35330,-14265,9718,-35059,-14422,8239,-35343,-14066,8064,-34553,-14303,8145,-34859,-14028,8503,-35622,-14247,9174,-36359,-14119,9508,-36036,-14201,9126,-35223,-14427,7854,-33700,-14322,8096,-33034,-13718,7987,-32660,-13486,7298,-32669,-13565,8549,-32330,-13176,8052,-31203,-12708,8784,-30354,-12751,9232,-30031,-12698,9309,-29344,-12552,8939,-28019,-12238,8863,-29559,-12590,8649,-29028,-12381,8476,-27895,-11975,8156,-27550,-11623,7115,-27667,-11184,6674,-27820,-11175,6426,-28788,-11600,5723,-29303,-11917,6980,-29755,-11972,7393,-29646,-12017,7747,-29731,-12182,6719,-30940,-12401,6206,-30241,-12175,6775,-29526,-11868,7190,-28385,-11438,7453,-28922,-11753,7656,-28283,-11570,7383,-26815,-11021,7945,-27261,-11389,7658,-25817,-10796,8193,-25806,-11107,8930,-25607,-11736,9558,-24222,-11654,9722,-22988,-11424,9843,-23770,-11538,10227,-22583,-11257,9832,-21049,-10965,10098,-21714,-11107,10845,-19947,-10391,10451,-19040,-10331,10022,-19281,-10384,9536,-19661,-10275,8821,-20506,-9837,8727,-22563,-10688,7242,-22688,-9551,6737,-22945,-9520,6417,-22529,-9344,6074,-22292,-9302,5799,-21208,-8985,5345,-21303,-9430,5437,-21220,-10374,5799,-20900,-11303,5768,-20053,-10903,6020,-19419,-11690,5901,-19939,-11962,5821,-19294,-11945,6008,-18960,-11713,5989,-18294,-10586,5822,-18508,-11718,5931,-18016,-11581,5767,-16396,-11126,6112,-14956,-10795,5549,-13047,-10137,5215,-12977,-9949,4558,-13712,-9791,4241,-13107,-9249,4016,-14011,-9564,3698,-12707,-8768,3094,-13002,-9322,3019,-13314,-9852,2992,-12205,-9099,2966,-11498,-8977,3046,-10723,-9056,2977,-9476,-7934,2975,-8383,-7733,2948,-7426,-8606,2937,-8279,-9389,2877,-9118,-10133,2972,-9271,-9142,3026,-10198,-9340,2976,-9413,-8776,2967,-8491,-9228,2943,-8300,-8423,3228,-12408,-8760,3320,-11223,-8095,3808,-11083,-7946,4125,-10191,-7737,4509,-10657,-8402,4208,-11546,-8387,4091,-11987,-8507,3618,-12029,-8389,4754,-12398,-9370,5147,-11854,-9446,5870,-11335,-9543,6166,-11553,-9669,6420,-11516,-9567,6619,-11636,-9268,6470,-12139,-8705,6356,-11477,-8174,6628,-10884,-8593,5330,-10518,-9062,6202,-10301,-9214,4661,-11479,-8876,3058,-11781,-8645,3019,-11068,-8425,2978,-10928,-8597,3143,-9191,-7459,3054,-7076,-6730,3378,-6001,-5971,3693,-5922,-5881,3660,-5055,-5497,3520,-4270,-5147,3629,-3153,-4620,3683,-1626,-3853,4550,-271,-3373,4634,605,-2956,5670,-527,-4553,5931,-479,-4692,6057,-1294,-5214,6605,-1303,-5267,6886,-1097,-4820,6455,-686,-4948,6321,-77,-4571,6472,842,-4106,6785,279,-4341,6052,2481,-3034,5656,2322,-2829,5068,3335,-1751,4463,2954,-1538,4224,3100,-1381,4317,1604,-2204,3475,1864,-2208,3041,2389,-3151,3110,1772,-3257,2955,1401,-3934,2789,1227,-4252,1535,-416,-5068,1705,-1435,-5810,1969,-1023,-5702,2072,-2259,-6558,2225,-2105,-6493,2381,-2884,-7015,2476,-3997,-7728,2538,-4983,-8322,2595,-5956,-8878,2786,-7235,-9391,2307,-7222,-9678,2032,-8355,-10304,1799,-9349,-10829,2046,-9976,-11246,1923,-10499,-11528,1900,-11601,-12106,2157,-12327,-12550,2651,-11586,-11908,2367,-10526,-11522,2517,-9240,-10734,2732,-8090,-9875,2856,-10568,-11011,2986,-10388,-10480,2992,-11075,-10854,3085,-11117,-10373,3023,-10109,-9899,2966,-9504,-10050,2246,-11726,-12207,2204,-9171,-10770,2691,-9285,-10603,2544,-8062,-10064,2584,-6892,-9413,2865,-7042,-9096,1863,-7622,-9816,1772,-6698,-9231,1994,-6052,-8949,1886,-4847,-8116,1336,-4082,-7161,1086,-4164,-6990,1011,-3243,-6338,758,-2689,-5695,314,-4092,-5935,200,-3185,-5331,-1149,-4820,-4883,-1329,-6150,-5317,-3148,-8825,-6437,-3535,-9689,-7275,-3754,-10216,-7868,-3871,-7547,-8081,-4151,-8339,-8537,-4052,-9068,-8542,-4067,-9555,-8626,-4009,-9827,-8527,-3540,-10451,-7247,-2753,-10835,-6613,-2430,-10109,-6404,-2147,-8447,-5857,-2477,-8560,-5880,-2521,-7885,-5682,-2921,-7765,-5966,-3194,-9670,-6599,-2681,-9753,-6288,-2801,-8102,-5898,-2941,-9430,-6312,-3797,-9590,-8080,-3599,-7783,-7749,-3469,-11106,-7105,-3274,-8555,-6649,-3399,-8604,-6986,-3936,-6313,-7902,-4198,-5624,-7559,-4483,-5782,-7517,-6789,-7063,-6642,-6404,-7102,-6958,-5869,-7942,-8120,-6902,-8656,-7760,-8199,-9734,-7623,-8992,-11107,-8363,-8797,-10254,-7928,-8443,-10370,-7883,-8303,-11215,-8389,-8097,-12767,-9501,-8097,-13846,-10164,-8529,-13880,-10102,-9328,-14049,-10381,-9466,-15145,-10888,-9868,-16416,-11141,-10190,-17130,-10707,-10088,-16827,-10152,-10135,-17915,-10521,-9770,-18687,-9194,-9747,-20122,-9421,-9771,-21367,-10627,-9873,-22009,-11632,-9751,-22536,-11180,-9626,-23708,-10862,-9716,-26319,-11344,-9963,-27555,-11527,-9528,-28724,-12016,-9538,-29622,-12434,-9672,-30087,-12639,-9041,-32251,-14017,-8883,-31708,-13911,-8018,-33871,-15589,-7904,-35101,-15695,-8225,-34875,-15317,-8555,-35006,-15242,-8967,-34679,-15110,-9383,-34824,-15434,-8790,-35452,-15425,-9026,-35556,-15633,-9466,-35590,-16229,-9730,-36041,-16915,-9306,-37439,-17822,-9488,-37606,-18063,-9911,-37819,-18391,-8453,-39733,-19226,-8169,-40424,-19531,-8032,-41138,-19158,-7937,-41206,-18586,-7646,-41961,-18501,-7874,-40848,-17731,-6984,-40181,-16792,-7462,-39071,-16660,-7082,-39093,-16777,-6059,-39711,-17908,-4910,-40711,-19029,-3283,-41951,-19878,-2691,-41564,-20041,-2477,-42239,-20025,-1935,-42072,-19915,-1816,-41840,-19634,-2251,-40612,-19023,-2864,-39997,-18255,-3382,-38851,-18563,-3630,-38292,-19181,-3655,-38456,-19775,-4184,-37889,-19791,-4977,-37478,-19634,-5620,-36197,-19252,-6183,-35880,-18884,-7251,-35274,-17823,-7373,-34035,-17786,-7584,-34450,-17219,-7838,-32744,-17357,-8176,-31399,-16897,-8456,-30638,-16068,-8661,-30179,-15174,-8418,-31331,-15439,-8560,-31046,-14601,-8400,-31906,-14944,-8170,-32804,-15469,-8210,-32283,-15690,-8613,-31400,-14257,-8657,-30521,-13910,-8974,-29263,-12826,-9233,-28570,-12235,-9272,-27561,-12217,-9350,-26407,-12185,-9586,-27260,-11652,-9499,-26215,-11626,-9606,-28088,-11817,-9401,-27300,-11905,-9268,-29288,-12442,-9328,-30626,-13013,-9091,-31263,-13481,-9474,-31469,-13405,-8664,-29237,-16326,-8407,-29956,-16942,-8186,-28876,-17343,-7720,-28965,-17462,-7478,-30097,-17801,-8002,-30093,-17671,-7825,-31229,-17816,-5958,-31337,-16421,-5674,-32035,-16274,-5962,-31387,-15589,-5865,-31792,-15046,-5754,-31883,-14734,-5113,-32266,-14091,-5587,-32006,-14478,-5882,-30153,-13954,-6374,-29721,-14823,-6152,-28673,-13948,-6100,-27995,-13743,-6222,-27231,-13813,-5997,-26515,-13408,-5588,-26848,-12898,-5196,-26498,-12437,-4953,-26047,-12185,-4571,-26907,-11724,-4528,-27927,-11861,-3118,-26941,-10691,-3574,-26970,-10817,-3498,-24696,-10032,-3789,-25036,-10399,-4088,-24793,-10640,-4438,-25513,-11315,-3882,-25789,-10752,-4277,-26691,-11328,-4031,-27634,-11300,-3228,-26044,-10436,-3458,-25683,-10413,-3502,-27634,-10954,-2359,-25645,-10505,-1207,-25564,-11624,-1234,-26221,-11509,-1175,-27030,-11475,-1492,-27829,-11149,-1367,-28975,-11367,-1744,-28942,-11228,-1147,-30577,-11809,-762,-30533,-11993,-351,-31467,-12372,83,-30747,-12916,354,-30777,-13512,-9,-27343,-13663,-58,-25972,-14425,-95,-25274,-14363,223,-25032,-15336,347,-24077,-15654,163,-23813,-15054,-110,-24240,-14272,-408,-25031,-13161,-201,-25536,-13897,-289,-24154,-13627,-262,-23216,-13504,-690,-21952,-12015,-1380,-21721,-10776,-1891,-21856,-10404,-2856,-20672,-9369,-3180,-21497,-9327,-3224,-22180,-9433,-3555,-19824,-8774,-4839,-20596,-9521,-4916,-19944,-10692,-5338,-17533,-11288,-5563,-16127,-11472,-5264,-15719,-10988,-5760,-13112,-11046,-5933,-14171,-11473,-579,-20481,-12169,-196,-20442,-13244,-304,-22204,-13252,-84,-22646,-14103,153,-23034,-15038,623,-22981,-15724,982,-22242,-15983,608,-22033,-15404,1139,-21388,-15895,2054,-19295,-16039,2579,-18664,-15908,2666,-17539,-15277,2871,-16750,-14805,3026,-15039,-13618,3267,-14408,-12212,3168,-14502,-12755,2932,-13408,-12647,3043,-13543,-12360,2550,-12134,-12349,2789,-12411,-12231,2870,-11776,-11598,1657,-12307,-12329,859,-14522,-12420,1347,-16169,-14002,1306,-15142,-13450,1590,-15116,-13716,2203,-15558,-14277,2798,-13776,-13179,2816,-14474,-13594,2184,-13794,-13331,2499,-14413,-13737,2147,-14640,-13798,1406,-13812,-12793,1790,-14365,-13423,1460,-13134,-12511,1903,-13393,-12954,1631,-10424,-11358,1427,-10627,-11299,653,-9549,-9809,223,-10048,-9361,-279,-9857,-8352,-282,-8881,-7833,-988,-9060,-7023,-1106,-10557,-7511,-449,-11115,-8664,-502,-11639,-8809,-857,-11978,-8399,-1339,-11754,-7657,-1258,-9492,-6905,-1024,-8027,-6395,-723,-6578,-6029,-614,-6985,-6337,102,-6369,-6916,631,-5132,-6993,759,-4431,-6727,140,-5542,-6523,-393,-5369,-5792,-866,-5151,-5245,-736,-3946,-4827,-1559,-7510,-5737,-1490,-9005,-6472,-2205,-7344,-5435,-1091,-7100,-5923,-238,-7240,-6962,-596,-8188,-7062,-183,-8204,-7586,-454,-9999,-8137,2930,-12343,-11752,3083,-13204,-11822,3101,-12338,-11087,3029,-12619,-9678,3073,-11624,-9433,3384,-13529,-9306,3680,-13498,-9206,3038,-14014,-10192,3230,-14429,-10786,3372,-14463,-11439,3500,-16455,-12571,3524,-17040,-13064,3592,-17802,-13509,3057,-18040,-12653,2802,-19132,-12577,2744,-19217,-12171,2973,-19233,-11667,2739,-20328,-12201,2657,-21081,-12276,2831,-21138,-12028,3274,-17359,-12678,3390,-15110,-11518,3089,-15290,-10918,3085,-15496,-10589,3664,-16831,-10765,3955,-16602,-10722,4737,-16500,-10957,4101,-17413,-11017,3773,-17420,-10930,3715,-18484,-11210,3690,-20192,-11684,4326,-20766,-11962,3604,-21604,-12004,2686,-22574,-12585,2617,-22518,-12969,2628,-22146,-13179,2702,-20524,-12877,2820,-20933,-13391,2848,-20252,-13211,3184,-20461,-13834,3549,-20105,-14377,3637,-21148,-14886,3732,-20751,-16252,3365,-20674,-16646,2830,-19843,-16491,3142,-19802,-16297,3806,-19516,-14775,3739,-19613,-14492,3716,-19051,-14263,3159,-19049,-13313,2613,-21245,-12595,2801,-22297,-12330,3023,-21841,-12111,2658,-21761,-12479,3271,-20740,-11837,3375,-19885,-11622,2807,-18223,-11947,3009,-17703,-11383,3134,-17134,-11061,3008,-16407,-11371,3099,-15960,-11404,3070,-17371,-12265,3336,-15546,-11609,3353,-18052,-11143,3784,-19154,-11410,3302,-18774,-11349,3029,-20083,-11823,3003,-18442,-11462,3833,-20802,-15035,3701,-19885,-15492,2981,-18934,-15906,3618,-18284,-13736,3554,-18876,-14972,3390,-17814,-14655,3567,-17789,-14084,3182,-16475,-14210,3131,-17014,-14648,3325,-18301,-15098,3689,-18473,-14156,3977,-20607,-15432,3317,-22983,-15128,4019,-23737,-16481,4045,-24717,-16983,4088,-22781,-16252,3996,-22414,-15919,3990,-20910,-15788,4064,-21646,-16022,3728,-23140,-15843,3120,-21649,-14227,3001,-22763,-14376,3017,-24091,-14752,3372,-23866,-15477,3052,-24621,-14861,3285,-25596,-15738,3239,-25736,-15441,3246,-25222,-14592,2933,-24074,-13467,3409,-25787,-16144,3690,-26093,-16835,3789,-25745,-16975,2910,-24341,-18634,3913,-24410,-18267,3716,-23588,-17891,3979,-23579,-17512,4233,-24830,-17921,4270,-25807,-18214,4224,-25190,-17823,3695,-24538,-16344,4098,-25532,-17603,2922,-24223,-14099,2883,-23794,-14283,2744,-22446,-13642,2745,-23013,-13584,2753,-21650,-13504,4808,-17270,-11211,5026,-16996,-11176,3053,-14650,-10505,3083,-14445,-10161,3210,-14021,-9718,3222,-13594,-10422,1153,-23632,-16627,1618,-23132,-17088,1156,-26102,-17333,1267,-27061,-17675,2042,-27402,-18494,2441,-28502,-19108,3909,-28706,-20096,4262,-28204,-20066,4642,-28466,-20112,4449,-28026,-19766,5611,-30284,-19933,5834,-30583,-20533,5961,-31002,-19736,6429,-31721,-19657,6373,-31532,-20009,7332,-32633,-20069,7847,-33224,-20044,8353,-33884,-20144,7752,-35500,-19688,7837,-35360,-18538,7654,-34877,-18241,7904,-35200,-17974,8979,-35841,-17314,8745,-35207,-17268,8258,-34918,-17435,6628,-33461,-18380,6964,-34074,-18879,7932,-33532,-19810,7331,-32920,-19507,7723,-33845,-19563,6956,-33319,-19042,7199,-34185,-19237,7355,-34795,-19015,8111,-35532,-19929,8132,-35264,-17718,7322,-34704,-19268,7575,-34732,-19582,8262,-34260,-19880,8656,-34840,-20173,7050,-33026,-19172,8177,-34287,-17208,8335,-33403,-16982,8106,-32645,-16795,8115,-32240,-16527,9394,-32977,-15648,9885,-33136,-15381,10087,-33723,-15462,10420,-33815,-15225,9757,-32890,-14859,10127,-33210,-15111,9488,-32482,-15320,8987,-34587,-16969,7713,-32727,-17082,8075,-33637,-20836,7892,-33929,-21059,9068,-35071,-20679,9159,-35243,-20377,8902,-34695,-20428,8134,-33493,-20477,8595,-34654,-20846,6940,-36363,-20957,5949,-34913,-20900,5082,-35651,-20601,5061,-34736,-20670,3956,-36840,-19628,3453,-35646,-19588,3463,-34884,-19911,4223,-35567,-20306,4572,-34468,-20529,5173,-33437,-20790,5348,-31698,-20887,4740,-33070,-20672,4543,-28735,-20320,5140,-29261,-20184,5299,-29824,-20573,5209,-30558,-20738,5710,-31279,-20923,6616,-31728,-20570,5595,-34046,-20868,6711,-33302,-21169,6961,-34139,-21175,7290,-34865,-21129,6605,-35161,-21017,8202,-35042,-21092,7475,-34248,-21157,7211,-32952,-21080,6743,-32515,-21131,6806,-32165,-20971,7393,-32597,-20508,7484,-32831,-20797,4486,-29533,-20454,4815,-29075,-20419,4431,-30936,-20538,3949,-32870,-20348,4691,-31389,-20690,3664,-31702,-20261,4423,-32114,-20581,4075,-34032,-20350,3664,-34033,-20134,3580,-32820,-20158,3319,-33039,-19959,3276,-31785,-20014,2899,-32003,-19659,2155,-31602,-19024,2016,-32086,-18430,1676,-31310,-17891,1562,-29990,-18204,1740,-29931,-18653,782,-27017,-16778,679,-27303,-16307,123,-27218,-14510,395,-27096,-15569,386,-28217,-14741,635,-29237,-15143,471,-29518,-14121,687,-28747,-15769,761,-29505,-15526,607,-28077,-15791,864,-29007,-16359,961,-29323,-16591,1123,-30828,-16532,1494,-30718,-17641,1455,-31561,-17161,1401,-29135,-18107,1220,-28567,-17768,933,-28217,-16820,1036,-27620,-17401,911,-26322,-17112,1224,-27846,-17743,1166,-29445,-17171,1234,-30593,-16950,2842,-33943,-19407,2479,-32674,-19162,2246,-33315,-18396,2682,-34146,-19048,2313,-34905,-17606,2250,-36020,-17083,2952,-37826,-17654,2228,-38275,-16226,1798,-38039,-15478,1956,-37426,-16019,2001,-36871,-16386,2008,-35975,-16617,1439,-35029,-15571,1728,-35114,-16005,1653,-34475,-16179,887,-34650,-14524,307,-34765,-13456,-237,-34807,-13017,-1007,-34016,-12648,-1256,-34509,-12808,-2601,-32039,-12306,-3530,-32306,-12914,-3254,-31369,-12277,-3839,-31385,-12590,-4066,-32179,-13175,-4073,-33394,-13896,-5017,-33046,-14477,-5182,-33299,-15027,-5585,-32299,-15978,-5237,-33046,-16718,-5517,-32647,-15450,-4836,-34202,-15361,-4919,-33985,-16141,-4645,-34684,-16002,-3863,-36840,-16433,-3552,-38107,-16744,-3662,-38248,-17279,-3463,-38843,-18107,-3349,-39120,-17520,-3077,-39691,-17200,-3050,-39605,-16940,-2709,-38243,-15332,-2331,-39202,-15448,-2233,-38542,-14987,-1938,-39382,-15164,417,-40971,-14898,-501,-40507,-14923,254,-41511,-15097,10,-42281,-15413,349,-42971,-15582,-305,-43412,-15803,-472,-43855,-16001,-83,-44051,-15934,201,-45270,-16154,1174,-45605,-16233,1425,-48666,-16904,658,-47343,-16720,683,-46988,-16593,1833,-48327,-16692,-637,-42098,-15563,-986,-41340,-15493,-1729,-41039,-15901,-1707,-41792,-16271,-2219,-41940,-17427,-1904,-42941,-17555,-1573,-44098,-17678,-1383,-44620,-18429,-867,-44768,-19318,-602,-45578,-19585,-591,-46012,-19926,-503,-46756,-20550,-542,-47527,-20952,-458,-47657,-20684,-656,-49253,-21620,-991,-49202,-22095,-614,-48374,-21217,-805,-47196,-21100,-1458,-47895,-21883,-1510,-47327,-21484,-2106,-46795,-20487,-1449,-46413,-20549,-2556,-45920,-19461,-1940,-45689,-19831,-2216,-45334,-19560,-2806,-45369,-19194,-3774,-45007,-17816,-3838,-45216,-17443,-4008,-45616,-17186,-4218,-45074,-17066,-4474,-44639,-17072,-4871,-44102,-17170,-6436,-44474,-18142,-7703,-41929,-18935,-7696,-41904,-19540,-7301,-42807,-20507,-7934,-43003,-21632,-8287,-43802,-22180,-8521,-44050,-22277,-10168,-42664,-20960,-10687,-41450,-19718,-10978,-40581,-19105,-10926,-40324,-18495,-11397,-38851,-18343,-11327,-38670,-18666,-11637,-37865,-17851,-11923,-36255,-16647,-11603,-35960,-14979,-11689,-35042,-13986,-11744,-34789,-13724,-11866,-33912,-14439,-12009,-33446,-15050,-11600,-33297,-16041,-11488,-33991,-16400,-11291,-34842,-16682,-10465,-34973,-16357,-9410,-34403,-15117,-8744,-33836,-14769,-8422,-33650,-14928,-8129,-34016,-15295,-8744,-32704,-14418,-8334,-32874,-14940,-8542,-32224,-14536,-10047,-34981,-16117,-10625,-34091,-15795,-10465,-33538,-15114,-9774,-34045,-15046,-9717,-33362,-14526,-10770,-34450,-16178,-10717,-33173,-15053,-9144,-34068,-14837,-9220,-32875,-14222,-9407,-32071,-13755,-9762,-31172,-13259,-10224,-31245,-13480,-10504,-32853,-14577,-9767,-32531,-14027,-10196,-32430,-14161,-10576,-32037,-14224,-12047,-33378,-15500,-12071,-33978,-16040,-11881,-33950,-16348,-11956,-33550,-15966,-11466,-38428,-17604,-11239,-38174,-16378,-11246,-39209,-14891,-11028,-40325,-15182,-10930,-39224,-16201,-10660,-40501,-17616,-10438,-41145,-16792,-10415,-41427,-16511,-10300,-42809,-16274,-10228,-44065,-16047,-10864,-45750,-16329,-11487,-45143,-16252,-12539,-45641,-16220,-12428,-45941,-16388,-12793,-46272,-15407,-12668,-45832,-15087,-12673,-45867,-15750,-12883,-45505,-15701,-13325,-45160,-15386,-13701,-44637,-15496,-13966,-44678,-14831,-14189,-44589,-14194,-13505,-44980,-14638,-13644,-44719,-14030,-13136,-44963,-14147,-13659,-43720,-12513,-13686,-42807,-11602,-16432,-42990,-11470,-16831,-42671,-11243,-16300,-43114,-12623,-16694,-42696,-12212,-16114,-42528,-13410,-16224,-42039,-13526,-15876,-42295,-13964,-15360,-42965,-14358,-15100,-43660,-14170,-14423,-44225,-14732,-14503,-43922,-14975,-14072,-43579,-15848,-14563,-42618,-15735,-13883,-42921,-16012,-14460,-41930,-15675,-13873,-41816,-15399,-14093,-40672,-14726,-14584,-39783,-14317,-14802,-38102,-13406,-13976,-39284,-13853,-14007,-38510,-13454,-12947,-38421,-13475,-14191,-36061,-12143,-13708,-35641,-11903,-13450,-35127,-11658,-12628,-34195,-11529,-12295,-34697,-12090,-11856,-34839,-13177,-12035,-33831,-12990,-11989,-33760,-13382,-11527,-36198,-14658,-11399,-37177,-14972,-11482,-36830,-15354,-11615,-36042,-13877,-11759,-37016,-13588,-11704,-37863,-13840,-12092,-38090,-13583,-11836,-38135,-13744,-11513,-38762,-14290,-11337,-38040,-14768,-11322,-39538,-14720,-11813,-40076,-14446,-11244,-40591,-14873,-10911,-41564,-15314,-12705,-37805,-13242,-12925,-39266,-13848,-13545,-39208,-13775,-13577,-39622,-13960,-11945,-36075,-13019,-12563,-36253,-12570,-13031,-36586,-12542,-13200,-37825,-13154,-13508,-36849,-12579,-13268,-36608,-12487,-13052,-35115,-11792,-11968,-37181,-13313,-12195,-35152,-12412,-12689,-34971,-11897,-12120,-37317,-13267,-12394,-35765,-12461,-12112,-34116,-12423,-12079,-32249,-12032,-12290,-32052,-12663,-12343,-31581,-12867,-12567,-30776,-13687,-12032,-30940,-13806,-11419,-31419,-14217,-11471,-32416,-15402,-12609,-31640,-13667,-12301,-32722,-14287,-12060,-33256,-14169,-12115,-32865,-12446,-14033,-37744,-13078,-14459,-37775,-13142,-14933,-36943,-12784,-16738,-37881,-14309,-16932,-36954,-13936,-16654,-36159,-13166,-16581,-35183,-12408,-17219,-34854,-12815,-17562,-34548,-12873,-17712,-33827,-12654,-18525,-34240,-13241,-18485,-35157,-13310,-18584,-35471,-13010,-18151,-35702,-11824,-18197,-35066,-10980,-17792,-36487,-12072,-17926,-37034,-13093,-18362,-36137,-12751,-18558,-35678,-12463,-17967,-35916,-13723,-18119,-36120,-13508,-17411,-36342,-13924,-18183,-36396,-13202,-17616,-37651,-13441,-17718,-37452,-13039,-17471,-37436,-12345,-17287,-37740,-12096,-16848,-41062,-12327,-16563,-41848,-12853,-16991,-41962,-12102,-15785,-41795,-14540,-16435,-40945,-13741,-16770,-39389,-13990,-16953,-39217,-13458,-17496,-37997,-13181,-17248,-40715,-11528,-17414,-40180,-11041,-17517,-40019,-10264,-17570,-39328,-9680,-17574,-38441,-9084,-17697,-38437,-8301,-17788,-37847,-7550,-17586,-37436,-6737,-17262,-37624,-6849,-17229,-36576,-5989,-16270,-33376,-4535,-16582,-32783,-3964,-15755,-32517,-4467,-15130,-31479,-4423,-14233,-31560,-4463,-14357,-31742,-3985,-14601,-31464,-3547,-14614,-31604,-3298,-14750,-30831,-2945,-14960,-30528,-1977,-14951,-30218,-1915,-14773,-28956,-1224,-14201,-27957,-1033,-14849,-27817,-193,-14964,-27194,380,-15075,-27836,172,-15002,-28457,270,-14911,-26679,723,-15111,-27355,610,-14899,-28781,-869,-15048,-28310,-99,-14843,-28118,1204,-14648,-27217,2465,-14459,-27134,3237,-14433,-27654,3135,-14146,-28031,2959,-13311,-27936,4309,-12838,-27871,5242,-13045,-27249,5162,-14026,-27684,3640,-13320,-27542,4410,-13543,-27694,3900,-14596,-26441,2964,-14960,-26238,2215,-14991,-25701,2331,-14919,-25544,2136,-14707,-25403,1837,-14807,-26009,1293,-13838,-25604,661,-14087,-25444,1121,-13785,-24982,1189,-14094,-24031,1083,-14145,-23664,1093,-13942,-24494,393,-13957,-23812,490,-13852,-24846,50,-13569,-25217,-955,-13713,-26680,-1830,-13832,-26950,-2257,-14125,-28372,-2933,-14038,-29410,-3083,-14187,-30270,-3608,-14131,-29904,-3578,-14354,-30324,-3954,-13974,-28472,-2188,-14158,-29134,-2418,-14143,-28672,-1807,-14333,-29240,-2104,-13753,-27307,-2165,-13768,-26827,-1123,-13945,-27150,-623,-13930,-28548,-2860,-13828,-27725,-1417,-13863,-27991,-2559,-13674,-26282,-1320,-13649,-25160,181,-13638,-24611,719,-14829,-27451,1713,-14962,-27653,1155,-14713,-26725,2532,-15098,-27069,1216,-15091,-26242,1761,-15121,-26578,1321,-15050,-26216,1517,-14968,-29008,-789,-15027,-29293,-82,-14770,-30001,-830,-14963,-30125,-1061,-14546,-31300,-2767,-14653,-31384,-3014,-14729,-31123,-3072,-15015,-30140,-1465,-15044,-29711,-1261,-16928,-36680,-6062,-16250,-35995,-5853,-15280,-35210,-6221,-14803,-34377,-6170,-13291,-36043,-7380,-13480,-35985,-7578,-13566,-36831,-8154,-13396,-37407,-8329,-13104,-36746,-7243,-14106,-37050,-6223,-14553,-38523,-6704,-14301,-37827,-6580,-14067,-37865,-6864,-14285,-40176,-8167,-14360,-39205,-7497,-14769,-41543,-8425,-14996,-42841,-9291,-15125,-42955,-9002,-14777,-44619,-9967,-14717,-45312,-10664,-14430,-45229,-11521,-14158,-45106,-11952,-14253,-44558,-11515,-14090,-44249,-11664,-13757,-43061,-10872,-13420,-42677,-11437,-13366,-42681,-11206,-13580,-42727,-10789,-13231,-43276,-11844,-13081,-43864,-12263,-13475,-43584,-11542,-13744,-44491,-12083,-13126,-44475,-12466,-12861,-45005,-13032,-12617,-45115,-13612,-13203,-44094,-12816,-13277,-43620,-12325,-14905,-47451,-10092,-14851,-49258,-9605,-14356,-50198,-8916,-14028,-51320,-8970,-13302,-51413,-9044,-13311,-52025,-9081,-13802,-52268,-8895,-13754,-53283,-9126,-14304,-52755,-9166,-13904,-53476,-9335,-13579,-53952,-9570,-13242,-54493,-9750,-13937,-55084,-9891,-13713,-54249,-9698,-14097,-54000,-9463,-15129,-53087,-9602,-15958,-53374,-10460,-16270,-54124,-10846,-16644,-54757,-11666,-16905,-55422,-11749,-16847,-56102,-11350,-17696,-56570,-11534,-18672,-57384,-11678,-18260,-56882,-11671,-18818,-57467,-11921,-19055,-58639,-12373,-19121,-58673,-12652,-18613,-59760,-12145,-19069,-59486,-12458,-18631,-59509,-12927,-18641,-59154,-13217,-18041,-59017,-13434,-18106,-58487,-13457,-18491,-58145,-13077,-18879,-57960,-12659,-19060,-57963,-12094,-18528,-57020,-12004,-18238,-56901,-12410,-18395,-56383,-12552,-18612,-56404,-12951,-18533,-56493,-13442,-18071,-55440,-13118,-18060,-55611,-13353,-18393,-55318,-13617,-18268,-54853,-13904,-18236,-55443,-14020,-18084,-54949,-14266,-17774,-54130,-14054,-16176,-52072,-13781,-16893,-52802,-14133,-17121,-52998,-14473,-16195,-51620,-15596,-15871,-51078,-15491,-15503,-50725,-14857,-15048,-49679,-16536,-15149,-49921,-16736,-15008,-50177,-17238,-14733,-50743,-17473,-14417,-51543,-17263,-16153,-53680,-16748,-16063,-54024,-16699,-16677,-54290,-16374,-16655,-53275,-16223,-17122,-53823,-15720,-17250,-53585,-15344,-17373,-53564,-14960,-17255,-53255,-14790,-17865,-54242,-14235,-17780,-54419,-14654,-17119,-54382,-15840,-15371,-52586,-17074,-14299,-52260,-16957,-13733,-51695,-17093,-13218,-52156,-16664,-12793,-52204,-16448,-13528,-52672,-16479,-13167,-52924,-16066,-13669,-53187,-16209,-13171,-53524,-15567,-13807,-53913,-15867,-13263,-55640,-14659,-13295,-56182,-14500,-13710,-57261,-14341,-14218,-56179,-15281,-14732,-56137,-15536,-15454,-55878,-15902,-16606,-55299,-16241,-16546,-54792,-16428,-16282,-55055,-16376,-13473,-56766,-14406,-13917,-55580,-15347,-15564,-55314,-16211,-10378,-49634,-17206,-10236,-50845,-16923,-10005,-50660,-17432,-11273,-51371,-16243,-12532,-52478,-16041,-13066,-51470,-17068,-12175,-52075,-16195,-11638,-52466,-15206,-12245,-52976,-15267,-12319,-53686,-14487,-11847,-55824,-13743,-12398,-56345,-13550,-12171,-56609,-14083,-12291,-57047,-14435,-12998,-57420,-13532,-12998,-57757,-14091,-12730,-57895,-14756,-13349,-59313,-15047,-14159,-59622,-14247,-14518,-59707,-13752,-14526,-58880,-13211,-13894,-58499,-13245,-13615,-58447,-13497,-14012,-59135,-13877,-13395,-58610,-14270,-14064,-59020,-13406,-14447,-59199,-13097,-12916,-58709,-15044,-12852,-59367,-15601,-13193,-60281,-15857,-13164,-61108,-16338,-14222,-62037,-16186,-14757,-62290,-15972,-15229,-61682,-15426,-14420,-60278,-14807,-14735,-60263,-14338,-14962,-60049,-13502,-15565,-61603,-15114,-16510,-62601,-14868,-16675,-62062,-14288,-16982,-62507,-14299,-18698,-64893,-14174,-18953,-65800,-14336,-18781,-66739,-14893,-18253,-67624,-15537,-17990,-66763,-15603,-15367,-67701,-17176,-16267,-67437,-16744,-17491,-67591,-16052,-18086,-68028,-15645,-18460,-68262,-15308,-19036,-66443,-14483,-19606,-66581,-13733,-19165,-65162,-13625,-17756,-62433,-13207,-17308,-61724,-12534,-17092,-61436,-11506,-17415,-60948,-11389,-17579,-60620,-11215,-17752,-60666,-10440,-17678,-61121,-9701,-17137,-61443,-9743,-17220,-61108,-9175,-16012,-60667,-9176,-15868,-60388,-8679,-15531,-60014,-8536,-16074,-60827,-7721,-15641,-60508,-7019,-15742,-60638,-5549,-15226,-59609,-5076,-15700,-60180,-4303,-16194,-60792,-3640,-16888,-61757,-3461,-17614,-63028,-4459,-18263,-63823,-4443,-18913,-64430,-3721,-18379,-63686,-2895,-17699,-62722,-2530,-17016,-61812,-2561,-16755,-61509,-2058,-16778,-61648,-1121,-16518,-61678,-158,-16229,-61735,549,-17262,-62749,591,-17116,-62878,1124,-17140,-63402,1801,-17336,-63702,1806,-18226,-64026,629,-18825,-64780,429,-18658,-64948,888,-18957,-65300,1047,-18627,-65372,1460,-18668,-66381,3093,-19209,-66439,2727,-19386,-66919,3732,-19293,-67432,4833,-19396,-68013,5695,-18674,-68527,6708,-19402,-68937,6555,-18922,-69316,7243,-18301,-69273,7732,-17791,-69231,8194,-18049,-70009,8801,-18371,-70606,9088,-17618,-70350,9916,-17677,-70746,10325,-16839,-70164,10848,-16423,-68743,9345,-18470,-68768,7111,-17639,-67967,6808,-18143,-67615,5954,-16976,-67681,6873,-17475,-67230,5747,-16861,-67167,5932,-15789,-66122,6480,-15352,-66690,8062,-14710,-66495,8744,-14018,-66066,9170,-13534,-66071,9796,-12313,-65187,9930,-11396,-64470,9880,-10423,-63707,9706,-8020,-63744,11000,-8218,-64675,11840,-8174,-65103,12213,-7903,-65841,12843,-7909,-66412,13238,-9804,-66173,12407,-9683,-65922,12211,-10480,-65828,11840,-9625,-65463,11864,-9009,-64763,11665,-9305,-64156,10961,-10525,-64751,10754,-9141,-63692,10558,-8719,-64030,11114,-8664,-63551,10605,-11178,-66339,12085,-10967,-65497,11236,-11777,-66072,11431,-12349,-65773,10631,-12471,-66555,11458,-12943,-66992,11512,-13744,-67390,11078,-13806,-68181,11731,-13953,-68674,11902,-14019,-69388,12097,-15125,-69623,11717,-16570,-70504,11610,-16377,-70916,12254,-16885,-71630,12195,-17069,-72800,12998,-17115,-73591,13620,-18481,-75216,12863,-18910,-75124,12351,-19778,-76574,12478,-20120,-76584,12259,-20747,-76607,11705,-21129,-76553,11159,-21406,-76254,10607,-21590,-75944,10029,-22620,-76664,9562,-23040,-76598,7525,-22847,-76484,7793,-22566,-75849,7735,-22025,-75636,8834,-20833,-74569,9132,-21155,-74909,9116,-20165,-74887,10624,-20078,-74447,10211,-19791,-75032,11335,-18988,-74741,12025,-21651,-76569,10564,-22048,-76625,10219,-21474,-76894,11984,-20820,-76786,12486,-20741,-76663,12335,-16045,-70177,11829,-13477,-70311,13111,-13237,-70169,13143,-12852,-70357,13548,-13107,-70496,13460,-8932,-70438,15133,-9243,-70678,15162,-10367,-70937,14988,-10880,-70813,14733,-12255,-70614,14076,-11621,-69000,13982,-11387,-68367,13725,-11095,-67657,13352,-9387,-67802,14028,-7912,-66860,13610,-7267,-67116,14028,-6372,-66660,13979,-7392,-67727,14438,-5901,-67752,14894,-5487,-68144,15226,-4316,-68672,15697,-4127,-68153,15313,-4184,-67400,14779,-3998,-67159,14743,-3791,-68210,15443,-3516,-66982,15024,-3375,-66523,14823,-3737,-66525,14606,-3660,-65939,14210,-3232,-65551,14089,-3044,-65049,13580,-2889,-64708,13184,-3390,-64561,12707,-3030,-63833,11880,-3618,-64301,12270,-3938,-63883,11675,-4223,-64598,12423,-5209,-65821,13497,-5680,-66465,13982,-5337,-67172,14562,-5190,-67676,14947,-4475,-67254,14638,-4120,-66619,14299,-4374,-65990,13674,-4087,-66020,13807,-4502,-66428,14011,-4089,-65342,13139,-3539,-65179,13379,-5811,-67317,14629,-6951,-65776,13077,-7494,-64653,11928,-6941,-64328,11759,-7996,-64249,11508,-7295,-66364,13420,-2049,-65713,14705,-2011,-66284,15157,-1497,-66876,15691,-455,-67431,16219,-232,-68543,16685,303,-68764,16789,999,-69567,16989,1045,-70209,16949,1611,-70155,16928,2352,-70480,16770,2058,-71002,16713,2708,-71556,16692,3261,-71361,16343,3368,-71969,16500,4804,-71455,15584,4974,-70866,15379,4465,-71066,15691,4103,-70089,16141,3919,-71006,16033,2806,-71131,16518,3371,-70099,16511,2428,-69960,16809,-2242,-65235,14126,-955,-64335,13284,-797,-64614,13710,-1967,-64568,13296,-2484,-64807,13475,-338,-65019,14273,-100,-65605,14609,1267,-66110,14844,975,-65484,14474,1174,-65150,14835,979,-64770,15625,745,-64446,15779,812,-64211,15603,1046,-63867,14974,456,-63265,14464,56,-62472,13588,-580,-61429,12685,-1327,-62136,12599,-1573,-62190,12320,-1534,-62720,12521,-845,-64179,13823,-1065,-64054,12823,-2210,-64094,12537,-2054,-63712,12096,-1992,-62799,11388,-1954,-61708,10875,-2066,-59115,10408,-1955,-58048,10478,-1910,-56770,10176,-1622,-55616,10048,-1248,-55714,10291,-582,-55511,10265,-327,-56508,10665,-293,-55520,10174,-358,-58322,11460,-1221,-58236,11255,-1537,-57100,10624,-1610,-57979,10846,-1388,-58903,11342,-1238,-59862,11656,-1080,-61112,12218,-1392,-61156,11994,-1809,-61050,11195,-1659,-60955,11515,-1738,-60072,11140,-1531,-59848,11411,-1798,-58926,10885,-1331,-60546,11811,-661,-59723,11945,-234,-60200,12198,82,-61187,12628,-49,-61606,12955,-286,-61155,12659,-540,-60577,12294,305,-62079,13175,971,-62725,12840,770,-62614,13033,509,-62513,13437,814,-62857,13698,504,-62859,14073,664,-63551,14826,1346,-64011,15436,1602,-65167,14270,2158,-65512,14138,2212,-65745,14274,2029,-64340,14970,1921,-64526,14440,1785,-64399,14053,2464,-64779,14293,2689,-63934,14168,1278,-63522,14241,893,-63179,14152,1791,-63989,13848,2325,-63997,14195,1723,-64148,14038,1660,-63980,14274,1881,-63365,13805,1941,-64936,14080,2107,-64891,14160,2832,-64810,14273,3317,-65224,14461,3370,-65525,14454,3373,-65752,13785,4178,-66298,13863,4928,-66272,12981,5414,-66290,12338,5722,-66819,12718,6161,-67455,12879,6188,-68045,13448,6467,-68361,13296,4947,-69311,15494,4743,-68906,15487,4107,-67809,15223,3888,-66682,14530,2511,-65441,14692,4313,-66663,14168,5519,-67020,13227,3194,-65862,14069,4634,-67732,14798,5003,-67401,14165,5760,-68199,14072,5253,-68840,15014,5093,-68108,14679,1744,-64088,15415,1977,-64468,15381,1553,-64543,15694,1910,-64797,14777,1605,-65071,14648,1381,-64223,15760,-837,-59273,11759,-439,-59555,11942,-97,-59422,11820,313,-59896,11863,-4,-57680,11129,471,-57633,10871,-44,-57094,10880,198,-60518,12218,1079,-60498,11679,1229,-61122,11959,1549,-61784,12334,2019,-61907,11974,1946,-62159,12520,2349,-62432,12371,2621,-62873,13046,3084,-63922,13749,3283,-64791,13837,3017,-64799,14120,2910,-64345,14175,2949,-63835,13945,2223,-62625,13237,1661,-62258,12857,2513,-62934,13464,2294,-63199,13804,1919,-62973,13657,1458,-63671,13654,1623,-63571,13553,463,-61319,12506,776,-62046,12766,1215,-62207,12816,1359,-62624,13104,1184,-63087,13038,1025,-63135,13240,1079,-61559,12389,496,-58767,11325,937,-58906,11049,1230,-58603,10505,1512,-58783,9844,1656,-58998,9494,1326,-57774,9314,1022,-56824,9042,812,-56234,7992,493,-55442,7746,544,-56153,7308,545,-56279,6548,444,-55755,6133,651,-56862,6038,1219,-59296,4953,1306,-59532,4601,1608,-60503,5084,1823,-60295,4327,3079,-60838,3743,4509,-60491,2864,4709,-60891,3142,5776,-61199,1939,5207,-61347,2444,4512,-61582,3167,4843,-61012,3149,4419,-61192,3437,3427,-60512,3219,3667,-61560,3992,3716,-61273,3839,2916,-61162,4337,2189,-60864,4782,1459,-60360,5295,942,-60018,5636,1248,-59759,5639,1317,-59177,5769,1111,-58305,5901,881,-58277,6418,944,-59706,5797,1565,-60362,6208,1700,-60040,6556,1579,-59652,6661,1145,-58485,6883,2075,-59968,8121,2374,-60436,7664,2482,-60574,8306,2677,-60953,8905,2441,-60957,9572,2831,-61535,9811,3328,-62288,9769,3149,-62841,9847,3264,-62939,10047,3369,-63752,10082,3814,-64435,11066,3444,-64645,11738,3409,-64202,11653,3650,-64068,11907,3754,-64428,12085,4046,-65107,12135,3367,-65567,13471,3536,-65366,14001,3475,-65174,13696,3169,-64372,13462,3487,-65194,12775,3758,-64698,12535,3563,-64861,12970,3346,-64349,12758,3498,-63863,12652,3199,-63328,12608,2683,-61987,10962,3031,-62002,10971,3357,-62122,10810,3362,-62121,10411,3080,-62392,9897,2874,-62352,11389,2858,-62420,11268,3302,-62405,11152,3648,-63086,11255,3722,-63533,10478,3764,-63152,10741,3648,-65043,12363,3629,-63810,12298,3298,-63072,11826,3432,-63679,11360,3720,-64161,11449,3840,-63956,10768,3010,-63690,13369,2646,-63352,12762,3029,-64635,13119,3222,-63822,12837,2821,-63024,12668,3096,-62790,12451,3327,-62944,12111,3027,-62393,11845,3608,-64022,10342,5529,-65488,10566,5860,-65510,9658,6409,-65906,9341,7063,-66632,9499,7471,-66812,8845,7721,-67239,8979,7510,-67533,10364,7547,-67956,11009,7927,-68933,11522,7547,-68719,11876,6905,-70366,13685,5161,-69648,15389,5705,-69133,14663,6067,-68648,14015,6933,-69939,13436,6886,-69146,13129,7069,-68768,12629,7233,-68187,11870,6703,-67877,12559,3347,-63476,9475,3010,-63011,8735,3498,-63344,8506,2821,-62698,8042,2899,-62564,8283,3171,-61398,9649,2854,-60984,8517,1605,-60820,5276,2219,-61438,5936,2569,-61523,5434,2779,-61498,5020,4136,-62493,5350,3988,-62133,4661,4500,-62678,5266,5541,-63229,4985,6876,-64459,5176,7292,-65899,7205,6724,-65527,7620,3285,-61695,9825,3525,-61794,9655,3427,-61439,9218,3184,-61259,9275,3510,-62276,9298,3371,-62646,9189,2955,-63127,9194,2921,-63194,9499,3016,-63313,9728,2921,-62786,8831,2865,-62838,8392,3321,-62188,8780,3403,-62840,9505,2521,-60888,7302,1609,-59453,7028,1040,-59174,6147,1124,-58477,6043,931,-58916,6082,1342,-59857,5417,1224,-59007,5384,2302,-60551,4020,4270,-61502,3460,5100,-61058,2479,4731,-61320,2846,994,-57045,7695,680,-56718,6781,730,-57407,6769,896,-57637,7041,1188,-57797,7714,642,-56970,6975,496,-55111,7633,460,-53922,8266,358,-53088,8628,534,-52583,8040,1170,-53378,7671,1713,-52793,7861,496,-50801,8871,600,-49884,8903,358,-49749,9120,3,-48714,9455,-4,-49517,9213,-862,-48716,8965,-1676,-48093,8254,-1973,-47462,7897,-2485,-46040,7208,-2161,-45748,7647,-2525,-43668,7169,-2766,-44198,6808,-3020,-44449,6398,-3114,-44869,6264,-2530,-47229,7277,-2368,-48749,7631,-2568,-49323,7661,-3306,-49785,7293,-2178,-48361,7797,-1948,-49424,8177,-1290,-49646,8711,218,-51041,8715,-464,-51683,9061,-933,-52929,9275,-1320,-52558,9119,-1676,-52088,8990,-2460,-51919,8335,-2769,-52088,7965,-2831,-51000,7477,-3110,-51244,6848,-3227,-50671,6328,-3352,-51257,5959,-3453,-50838,5364,-3894,-49979,3844,-4412,-50209,2804,-4436,-49536,2719,-4575,-48858,2533,-4857,-49428,2053,-5088,-47705,1669,-4599,-47475,2716,-4346,-47321,2906,-4105,-46302,2683,-3847,-45836,2678,-3896,-46070,3629,-4052,-45377,3336,-4295,-43504,2250,-4441,-43917,2890,-4141,-44232,2524,-3718,-45772,3075,-4026,-44857,2462,-3695,-46670,3932,-3677,-47660,4917,-3686,-48167,5390,-3337,-48450,5162,-4100,-48586,6455,-3932,-48923,6829,-4073,-48668,7008,-3481,-47575,6645,-3705,-47102,6490,-3871,-45587,5969,-4734,-47802,6544,-4398,-47815,5796,-4625,-46662,4965,-4938,-45987,4702,-4619,-46086,4329,-4461,-45472,3700,-4778,-44596,3479,-4875,-42219,2430,-5076,-41236,2303,-5060,-40255,1879,-5131,-39663,1518,-5978,-39817,1286,-6172,-38969,1063,-5967,-37526,1010,-5458,-38286,1195,-5301,-38324,1587,-5418,-37764,1710,-5377,-37667,1406,-5259,-40197,2150,-6080,-39618,2890,-6522,-38952,3158,-6662,-39029,3430,-6595,-40503,3833,-6975,-40098,4709,-7073,-38164,4296,-7218,-39485,5392,-7343,-38338,5395,-7367,-36525,6242,-7088,-37162,6474,-7030,-35901,6687,-6597,-35550,6801,-6302,-35813,6573,-5829,-35515,6138,-5435,-35230,5568,-5040,-35680,5122,-4801,-36428,4903,-4745,-37410,4817,-3690,-38619,5183,-4098,-38578,4935,-3863,-39641,5054,-4620,-39441,4816,-5147,-39077,4998,-5943,-37777,5990,-5342,-36479,5322,-5188,-37835,5048,-4950,-38476,4879,-5612,-37608,5575,-4523,-38115,4788,-4326,-39317,4807,-4672,-38788,4789,-5887,-36960,6006,-6389,-37539,6420,-6419,-38651,6442,-6860,-39609,6353,-6487,-40373,6326,-6388,-39501,6365,-6228,-39822,6174,-5113,-45083,4147,-5347,-44463,3993,-6282,-44006,5130,-6292,-44375,6238,-5940,-45115,6398,-4727,-45240,6240,-4249,-45426,6129,-4115,-44698,5700,-4824,-44231,5888,-5068,-45320,6347,-5265,-44421,6137,-6023,-44274,6392,-5610,-45278,6465,-6183,-43928,6343,-6441,-43732,6266,-6671,-43054,6147,-6458,-42985,6356,-6496,-42397,6352,-6665,-41968,6325,-6343,-41203,6230,-6295,-42275,6244,-5582,-42137,5580,-4976,-42398,5311,-3787,-43298,5347,-3597,-42822,5398,-5502,-40242,5370,-5888,-39813,5885,-6697,-40175,6369,-6639,-43410,5872,-5908,-43914,6276,-5045,-43607,5733,-4306,-43656,5362,-3863,-44749,5694,-3387,-45218,6031,-3692,-45505,5946,-6214,-44796,5883,-6421,-43991,5548,-6626,-41912,4650,-6751,-41168,4569,-6735,-42670,5574,-6801,-41614,5106,-6945,-41279,5574,-7044,-40221,5993,-7207,-39078,5940,-7383,-38252,5832,-6918,-40768,4872,-7037,-40505,5248,-7246,-39538,5700,-6836,-42202,6092,-5854,-43117,3779,-6025,-42985,3991,-6387,-42025,4238,-6582,-43027,5137,-6090,-43516,4492,-5743,-44498,4497,-5447,-45598,4942,-4223,-47233,4955,-5212,-46787,5851,-5690,-45922,6413,-5080,-46805,6551,-4535,-46808,6620,-4342,-46290,6479,-4960,-46932,5522,-5604,-45857,5460,-5843,-45597,5772,-5803,-45825,6229,-6136,-44968,6170,-5332,-46169,6523,-5490,-46485,6381,-5154,-47116,6348,-4619,-47887,6286,-4293,-46133,4011,-3812,-47049,4375,-3808,-46634,3051,-3928,-48032,3417,-4112,-48261,3343,-3823,-48999,3927,-3443,-48420,4326,-3330,-48144,4734,-3502,-47361,4249,-3537,-48049,3905,-4410,-48259,2918,419,-51732,8442,911,-52487,8160,1264,-52507,8169,1286,-51853,8375,865,-51922,8463,-2715,-50291,8090,-2596,-51053,7960,-3090,-49983,7095,-3214,-49538,6534,-3348,-48985,5828,-3237,-49260,5711,-3243,-48956,5184,-3379,-49956,5366,-3221,-49613,5673,-3121,-50158,6448,-3220,-49710,7566,-2774,-49551,7670,-3017,-50226,6875,-3501,-50232,4859,-2812,-50619,7760,-1968,-50890,8674,-2664,-50695,8129,-2371,-44913,7380,1001,-51212,8619,598,-52167,8228,362,-52075,8504,55,-53726,9061,47,-54149,9231,726,-55757,8605,299,-53855,8683,357,-54794,8866,343,-54482,8525,491,-55105,8226,34,-52806,9002,-185,-54367,9612,195,-55264,9646,448,-55980,9795,936,-57581,10297,743,-56556,9749,1263,-57773,9687,708,-56040,9239,351,-55138,9281,-286,-53382,9248,-556,-53204,9303,-354,-52882,9235,-944,-52379,9248,-14,-51937,8911,-660,-54000,9647,-4,-55513,9993,190,-56606,10506,824,-58079,10762,594,-57036,10407,1164,-57915,10121,742,-52988,7668,784,-53465,7362,1104,-54009,7160,2170,-53409,6821,2569,-54875,5882,2249,-54426,6662,2083,-55247,6420,1807,-55984,5915,1636,-56270,5600,1554,-56827,4985,1011,-56768,4742,1062,-57217,4238,1586,-54179,7161,633,-54069,7109,1166,-54887,6493,1443,-56004,5748,962,-56126,5385,712,-55870,5579,530,-56359,5623,593,-56587,5172,783,-57174,4509,1382,-57784,3632,2700,-56844,4999,2374,-56026,5778,2320,-54889,6462,2099,-56261,5685,2467,-55569,5922,2624,-55780,5531,2648,-55663,5271,2496,-56473,4383,1679,-55026,4362,2303,-55366,4750,1896,-53908,4734,1878,-52871,4943,2538,-52310,5586,2632,-51574,6273,2682,-48637,6313,2866,-47924,7084,2806,-47056,7378,2876,-46009,6611,2782,-46654,6448,2456,-47044,5731,2380,-47735,5789,2159,-48480,5320,2350,-49285,5750,2202,-48952,5480,2626,-50151,5967,2425,-50965,5633,1807,-51125,4909,1341,-52874,4320,1137,-52450,4012,1005,-52245,3574,1105,-52334,3213,1313,-53111,3526,1201,-53121,4099,1378,-53354,4346,1828,-52140,4934,2011,-51297,5236,2226,-50354,5475,1946,-49962,5056,1827,-49579,4761,1883,-49050,4601,2040,-48532,4618,2197,-47876,4751,2218,-47815,5248,1467,-50794,4430,950,-50834,3316,1086,-50549,3618,1092,-49937,2513,971,-50571,2625,1460,-50674,2074,1220,-51363,2430,1611,-51908,2319,2002,-52118,2300,2892,-52888,2581,2954,-53408,2767,4154,-53388,2521,4134,-53664,2401,4023,-53790,2120,3323,-54490,2075,2398,-54903,2324,1979,-55209,2187,1618,-55364,2813,1824,-54970,3195,1227,-54092,4054,1257,-55294,3520,1304,-55041,3903,1794,-55525,4192,1332,-54396,3769,2679,-51339,5924,2437,-48223,5976,2968,-47310,7213,3034,-46975,7083,3057,-46481,7437,3006,-46073,6979,2687,-51788,5984,2399,-51798,5498,2478,-55127,5062,2595,-55065,5478,2087,-54776,4737,2497,-54249,5193,2577,-53841,5455,2710,-56338,5088,2710,-56534,4660,2106,-56269,3962,1762,-56026,3473,1372,-55554,3258,1341,-55235,3311,793,-54193,6861,1593,-55375,6345,1423,-59971,10945,1684,-60700,11125,1987,-60825,10705,2332,-61551,11163,2566,-61812,11222,2343,-61881,11669,2488,-62688,12559,2793,-62399,12231,1896,-61375,11479,826,-59878,11548,1134,-59898,11273,2129,-60702,10066,2303,-60561,9031,2947,-61641,10091,-953,-57687,11182,-1258,-56713,10675,-452,-57527,11170,-955,-55605,10332,-600,-56635,10763,-663,-57930,11343,-1372,-64502,13434,940,-65719,14459,-1092,-65831,14970,-1659,-65487,14577,-185,-65264,14327,62,-65264,14460,149,-64285,15325,-647,-64835,13964,-152,-64592,14973,234,-64852,15244,-11052,-70527,14567,-10856,-69102,14355,-9894,-68443,14317,-9365,-68214,14319,-8288,-67616,14130,-10351,-70366,14753,-10463,-69572,14652,-9334,-69605,14876,-8578,-69985,15067,-8437,-70441,15301,-8550,-70786,15649,-9639,-71204,15740,-9216,-71532,16230,-10053,-71929,16441,-10240,-71670,16109,-11176,-71748,15973,-11270,-73497,17351,-9941,-73304,17479,-9740,-75481,18532,-9592,-76109,18713,-11070,-76217,18356,-11443,-76773,18403,-11162,-77828,19533,-10515,-77240,19946,-9674,-77232,20526,-9401,-77105,20423,-9084,-77340,20523,-7659,-77090,20191,-7281,-77009,19971,-7299,-76830,19210,-6361,-76711,19139,-5527,-76152,18981,-6621,-75651,18760,-6104,-75130,18664,-7648,-74869,18481,-9074,-74245,18084,-8774,-75186,18536,-8751,-76816,19168,-9565,-76869,19064,-10121,-76924,19192,-10200,-76798,18863,-9971,-76421,18733,-8665,-76419,18968,-8466,-75930,18877,-7096,-74320,18256,-7568,-73302,17669,-7754,-71654,16551,-7478,-70074,15384,-7806,-70543,15668,-8324,-71056,15992,-9362,-72132,16745,-8684,-72639,17228,-8597,-73276,17628,-9551,-73723,17776,-11402,-72368,16524,-9879,-72745,17107,-7007,-72504,17194,-4712,-72200,17671,-4989,-73017,17945,-4353,-73530,18315,-5161,-74395,18517,-5692,-74009,18266,-6430,-74160,18226,-6280,-73156,17696,-6888,-73234,17661,-7128,-72006,16862,-6524,-72152,17050,-6735,-71341,16477,-7699,-70975,16041,-6941,-70092,15539,-5957,-70314,15989,-6105,-69456,15623,-6554,-68718,15189,-5739,-68567,15393,-4127,-70304,16847,-4611,-71083,17058,-5684,-72092,17275,-4859,-71747,17387,-3544,-71945,17943,-2879,-72253,18273,-3188,-73317,18551,-2718,-73681,18721,-3503,-73942,18629,-2564,-74793,18945,-3109,-74509,18834,-3628,-74975,18865,-2946,-75746,19114,-3891,-75613,18936,-4160,-76382,19043,-2828,-76282,19145,-2148,-77223,19530,-104,-77684,19167,-1443,-78803,19349,-1052,-79496,19249,-444,-79484,19133,1194,-79489,18077,-2030,-79464,17145,-570,-79489,12199,2116,-79484,16078,2063,-79491,12188,3405,-79499,18087,416,-79496,18983,84,-78376,19085,-3665,-79450,18614,-5389,-79488,19975,-4161,-79489,19773,-2027,-77988,19496,-4088,-78665,19786,-2733,-79490,19529,-4445,-79430,17477,-4526,-79459,15878,-4484,-74979,18796,-4944,-75431,18866,-5488,-76715,19124,-4915,-77718,19935,-4074,-77193,19790,-5848,-77264,20055,-5829,-76956,19510,-7391,-77249,20251,-6758,-76917,19425,-5847,-76857,19242,-6379,-74913,18562,-4916,-76972,19491,-4907,-77147,19896,-5886,-77074,19989,-2839,-76771,19163,-4766,-76776,19119,-5035,-70513,16522,-4929,-69696,16183,-5634,-71214,16702,-6560,-70655,15993,-7343,-69595,15265,-8960,-69315,14872,-9407,-76705,18981,-7388,-75501,18714,-7240,-75911,18893,-7440,-76537,19057,-10775,-77106,19757,-10953,-77001,19537,-10853,-76890,18836,-10318,-77012,19894,-11613,-76179,18178,-12212,-76800,18142,-12859,-76814,17907,-13876,-76769,17231,-14221,-76568,16928,-14417,-76716,16839,-15289,-76605,16163,-15187,-76861,16595,-15747,-76982,16248,-16488,-76819,15687,-16991,-76834,15345,-17321,-76755,15075,-17115,-76457,14752,-17942,-76773,14634,-18048,-76513,13967,-18470,-76576,13632,-17793,-74925,13583,-17069,-75361,14614,-16038,-74258,15297,-15529,-73963,15614,-14900,-73129,15587,-14893,-72230,14906,-17289,-74020,13706,-16705,-72483,13185,-16119,-72494,13893,-15889,-71670,13371,-15824,-71195,13083,-15307,-71650,13978,-15689,-70746,12826,-16695,-74377,14610,-18286,-75964,13503,-18346,-76901,14349,-19713,-76942,13338,-19438,-77712,13592,-20862,-77491,12523,-22187,-76730,11284,-22508,-76864,11169,-22777,-76744,10837,-22927,-76721,10542,-23654,-76996,9855,-23122,-76709,8953,-21966,-76670,11106,-23505,-76752,9610,-21597,-76695,11770,-23554,-77298,10323,-23675,-78052,10206,-23401,-78657,10593,-22899,-78655,10986,-22888,-77693,10924,-23519,-76852,10233,-22547,-77199,11168,-21346,-77671,12158,-22147,-78922,11537,-21273,-78145,12226,-23331,-79499,5394,-18822,-79504,6289,-24560,-79494,3490,-24703,-79494,2223,-24496,-79087,4061,-24713,-78919,2283,-24555,-79496,1573,-24483,-79491,4079,-24346,-79498,5262,-24282,-78537,5782,-14597,-79509,16475,-11249,-79495,18595,-12142,-79516,18884,-13715,-77837,17728,-14895,-77820,16899,-6274,-79484,14241,-8225,-79477,15280,-8311,-79363,18122,-8410,-79235,19029,-9249,-79314,19106,-11534,-79515,19291,-12107,-78195,18894,-11253,-78742,19477,-10352,-78615,20047,-9852,-79207,20384,-9934,-79395,20064,-10214,-79469,20162,-10863,-79505,19746,-10063,-79428,19259,-9557,-79243,19820,-9579,-78909,20246,-9742,-78069,20463,-9339,-78756,20259,-7184,-79184,19425,-6706,-79295,18646,-5573,-79430,16752,-6951,-79372,17658,-7957,-79302,18519,-9145,-79134,19730,-11900,-77490,19013,-12206,-77042,18748,-7863,-79433,16772,-9017,-79431,17576,-7024,-79457,15765,-10498,-79504,9676,-4241,-79500,6577,-3484,-79497,9094,-8390,-79499,12421,-3552,-79473,14996,-2929,-79501,1015,18189,-79492,4036,18170,-78691,3974,17348,-77262,5162,17712,-77262,4865,17534,-77356,5218,16907,-77444,6050,16602,-77271,6282,16228,-77245,6536,16191,-77366,6986,15920,-78592,7417,15249,-78028,8282,14857,-79497,8796,15951,-79485,7406,15445,-79496,6155,15522,-79484,7960,11833,-79499,3666,16389,-79483,6793,15159,-77104,6484,15224,-76731,6068,15586,-76042,4684,14796,-74839,4610,14092,-75022,5667,14096,-74349,4966,13868,-74666,5581,13585,-73730,4759,13085,-73992,5525,12222,-73259,5456,10561,-71615,6318,10739,-71572,5691,10401,-71111,5919,10426,-70831,5559,10174,-69908,5889,10810,-70454,4561,11013,-69900,4237,11532,-69789,3722,11061,-68701,3868,10752,-68896,4280,10529,-69938,4903,10079,-69177,5689,10047,-69570,6119,9950,-70002,7113,10083,-70458,7030,10042,-70937,8319,10177,-71425,8199,9976,-71489,9495,10204,-72126,8993,10254,-73153,10202,10369,-73495,10239,10319,-73850,11045,10790,-75121,11136,10986,-75824,11657,11593,-76246,11209,12268,-76251,9926,12760,-76238,8908,13291,-76278,8073,12932,-77082,9666,13355,-77161,9120,13856,-77116,8281,14137,-77081,7858,14340,-77218,8164,14656,-77117,7196,13203,-75138,6854,11804,-74957,8759,11544,-75119,9589,11455,-74731,9175,10542,-72965,8792,10341,-71665,7389,10423,-72840,9042,10220,-71021,6939,10279,-70888,6287,11998,-75718,9701,10914,-74583,10192,10646,-74223,10402,10669,-73648,9515,14507,-76680,6940,13889,-76580,7579,14782,-76107,5919,14313,-75412,5844,14761,-75321,5197,15285,-75980,5154,14054,-76119,6749,14049,-75920,6553,13839,-75500,6470,12724,-77154,10162,13780,-77243,9106,11235,-76715,12371,11277,-77176,12675,11324,-77304,13144,10996,-77349,13764,11766,-77514,12839,10267,-77096,13871,10782,-77206,13473,10227,-77288,14559,10413,-77427,14580,11108,-77462,13694,10739,-79504,14036,9940,-78351,15127,5968,-79487,18286,5854,-78182,18299,6207,-77555,18230,5474,-77200,17883,5363,-77059,17429,4882,-77019,17599,5023,-76101,17276,3793,-75894,17813,5019,-75559,17130,6377,-75568,16514,6514,-74552,16249,7166,-75576,16133,7813,-76046,15897,7565,-76988,16382,8175,-76935,15985,7430,-77192,16732,7120,-77061,16663,6910,-76312,16500,5720,-77343,18222,6369,-77337,17982,6952,-77661,18132,7445,-77542,17901,7951,-77872,17638,8249,-77419,17198,8558,-77484,16903,9459,-77307,15683,10016,-77370,15094,9683,-77172,14744,10944,-76542,12637,6687,-78436,18168,7455,-79480,18047,7473,-78301,18060,7695,-77708,17889,8875,-77700,16505,8658,-78416,16689,8896,-79499,16263,8301,-79026,17105,5900,-79491,16783,8382,-79482,16965,-3712,-79490,12268,9867,-79491,15100,9320,-79508,15725,9150,-78689,16034,9549,-77501,15679,9120,-77350,16168,10569,-77905,14380,10748,-77068,13252,10070,-72652,10520,9390,-72167,12486,8958,-72466,13324,8472,-72005,13673,8570,-73271,14208,8188,-73282,14581,7601,-73470,15156,7994,-72218,14226,7287,-71524,14268,6369,-71365,14637,7194,-70834,13845,7277,-70236,13292,5714,-71721,15227,6337,-72766,15583,6990,-73208,15458,5652,-72848,16038,6647,-73635,15877,5342,-73389,16493,4244,-73854,17202,4264,-73484,17040,3054,-73604,17691,1855,-73536,18242,769,-72382,18104,959,-71524,17429,332,-71153,17365,165,-70582,16858,376,-70384,16811,1473,-70853,16824,-401,-70299,16752,-657,-69828,16620,-1368,-70183,16945,1379,-72863,18157,1306,-73351,18373,474,-73260,18550,-729,-74060,18823,-1277,-75413,19047,-1986,-74021,18817,-1298,-73402,18763,-1707,-74643,18912,-775,-72804,18629,-1196,-72241,18437,-3833,-69417,16340,-3354,-69072,16142,-3825,-68524,15634,-3236,-68206,15733,-1470,-67584,16017,-2549,-66382,15007,-2652,-67013,15296,-3240,-65983,14500,-2758,-68750,16131,-2520,-68080,15811,-2283,-67771,15743,-730,-68911,16617,-1283,-69436,16449,-1037,-68229,16383,-632,-67804,16373,-188,-69495,16802,440,-70008,16903,-2036,-68404,16021,-2064,-68798,16173,-2357,-69303,16484,-2965,-70311,17183,-1961,-69412,16520,-1109,-69837,16602,-2246,-69923,16890,-2373,-70603,17434,-1473,-71079,17724,-490,-71836,18098,-419,-71285,17687,-569,-72340,18415,261,-72723,18423,-1918,-71897,18238,-2766,-69628,16640,2067,-74265,18305,1409,-74353,18491,835,-75484,18773,2221,-75621,18432,708,-76925,18731,-206,-76544,18915,724,-77186,19013,-1006,-76917,19080,-172,-76914,18922,2899,-73988,17910,3508,-74923,17767,3895,-75574,17685,3907,-76445,17880,4229,-77207,18289,4584,-75348,17301,3976,-74111,17408,4870,-74248,16995,5397,-74686,16827,6003,-73886,16339,7355,-74382,15729,7588,-75009,15757,7024,-74877,16034,8321,-74627,15159,9031,-73955,14079,9109,-73162,13467,9419,-72883,12783,7325,-72504,14842,3284,-73234,17389,2664,-72913,17514,1889,-72886,17933,6435,-70645,14177,5952,-70657,14546,5261,-70963,15144,4730,-69888,15741,5995,-71180,14732,1955,-69174,16758,1791,-69582,16919,4193,-69544,16109,3571,-69280,16362,7747,-71709,14099,8380,-71473,13424,8653,-71024,12737,8908,-70838,12153,9047,-70529,11421,9267,-71074,11746,9489,-70778,10615,9387,-70050,9209,9701,-70663,9349,9562,-69746,8291,9054,-68832,8037,8373,-68036,8323,8210,-67236,7502,7996,-67268,8104,7711,-66632,7809,7741,-66339,7170,7203,-66213,8197,9162,-69399,8681,9060,-69737,9691,8650,-69779,11107,8472,-69084,10309,7959,-68115,10315,8362,-69298,11014,7976,-68581,11047,8289,-69602,11546,8158,-70091,12275,7639,-69517,12366,7694,-70126,12800,7957,-70972,13392,8457,-68760,9596,7999,-67793,9178,9224,-71563,12444,9578,-71173,10988,9882,-71011,9235,10040,-73280,11423,9947,-73738,12103,9480,-73540,13108,9727,-72972,12162,9514,-71640,11836,10155,-68272,4806,9761,-67538,4882,9812,-68272,5512,10339,-69007,4958,10844,-68138,3892,11693,-68141,3070,11696,-67522,2571,12358,-67875,1917,11674,-67069,2052,11105,-66675,2448,10581,-66005,2283,8997,-65268,3483,8451,-65177,4092,8671,-66251,5230,8193,-65690,5119,7266,-65439,6228,7168,-64303,4488,6815,-63755,4067,6689,-63322,3546,7302,-63834,3566,6689,-62747,2783,7625,-63309,2532,8865,-64452,2568,8393,-64511,3224,7809,-64577,4041,9128,-64419,2118,8416,-63255,1364,7828,-62459,1294,7838,-61637,632,8191,-60813,-101,8386,-60059,-1053,8778,-60941,-900,9123,-61254,-1460,9021,-61543,-945,9255,-62513,-966,8736,-62374,-130,9224,-63000,-456,9197,-63453,270,8810,-63191,609,9150,-63916,1171,8396,-62089,206,8638,-61248,-486,8547,-62706,493,9407,-62444,-1318,9454,-62118,-1664,8347,-59696,-1780,7966,-59102,-2202,7657,-58263,-1588,7713,-57721,-1742,7617,-57634,-1558,7518,-57081,-1427,7082,-56261,-1229,7083,-55965,-727,6321,-55513,-1157,5933,-55284,-852,5156,-54912,-103,4949,-54683,-258,5247,-54602,-719,4590,-54323,-228,4107,-54070,-1320,3244,-55658,-672,2943,-55837,-267,3466,-56360,-358,4241,-57035,20,4609,-57033,415,4161,-55839,-231,3879,-55106,-528,3850,-54609,-873,4275,-54414,-422,4733,-54825,205,4884,-54675,127,5542,-55103,558,3438,-54553,-1406,3210,-55164,-1094,3845,-55890,-509,3624,-55839,-616,3944,-57062,-79,3549,-55153,-877,4347,-54720,-125,7951,-63117,1869,7435,-62705,1985,7490,-62193,1422,6453,-61098,1686,6266,-60462,1895,5789,-59884,2021,4563,-59368,2039,4890,-59436,1799,4806,-58529,1696,4929,-57943,1316,5453,-57155,133,5859,-56974,-265,7345,-57448,-524,8193,-57215,-583,6965,-57736,-587,6507,-56980,-282,5826,-57253,-238,5933,-58833,385,5480,-58600,881,5103,-58366,1416,5289,-58892,1323,5740,-58861,551,5709,-59521,803,6119,-59592,717,6806,-59660,418,7217,-60960,1036,7600,-60482,546,7395,-61197,802,6922,-61462,1309,7100,-61868,1473,7422,-59067,-158,7966,-59735,-153,8035,-60053,-309,8068,-59352,-455,8100,-59385,-1292,7950,-59089,-1414,8220,-58512,-1153,8171,-58664,-848,6449,-57867,-377,6419,-58670,50,8117,-59352,-911,4976,-58888,1710,5428,-59560,1078,5496,-59711,1166,6038,-59858,1016,6377,-60406,1248,6713,-60244,860,6067,-60187,1552,6496,-60920,1568,5147,-57709,1029,8152,-57924,-683,7885,-57226,-331,7895,-56807,-887,7436,-56309,196,7558,-56719,47,6707,-56326,302,6718,-56601,37,5853,-56555,-36,7868,-56619,-440,7909,-56752,-92,6111,-57445,-383,6760,-62272,2146,6223,-61897,2153,5220,-62013,3100,6312,-61418,1702,9561,-64576,1626,9570,-63788,-56,9950,-64365,160,10011,-64033,-862,9432,-63995,712,9732,-63306,-1222,9678,-62874,-1658,9989,-63349,-1999,9891,-62982,-2639,9721,-62512,-2569,9016,-60762,-2121,8787,-60370,-2396,8345,-59803,-2834,8320,-59750,-3163,8332,-59403,-3182,8257,-59325,-4042,7946,-58587,-4320,8541,-60080,-4224,8469,-60334,-4031,8843,-61010,-3977,8631,-60278,-3060,9178,-61233,-2985,9679,-62369,-3130,8564,-60738,-4661,8619,-61161,-5425,8822,-61041,-6080,8722,-60129,-8302,8475,-60652,-8420,8636,-60905,-8742,9046,-60423,-8957,8560,-61146,-9012,9380,-59466,-8035,8473,-59666,-9113,8359,-59627,-9410,9016,-59762,-8148,8867,-60117,-7957,8824,-59809,-6892,8410,-59400,-5263,8376,-58750,-6072,8172,-58288,-5679,7782,-57272,-5617,7857,-56336,-5428,7629,-56424,-6024,7571,-55774,-6791,7437,-55939,-6914,6997,-54784,-8162,6399,-54596,-8862,6054,-54268,-9361,6011,-53783,-9079,5863,-53715,-8010,5633,-53409,-8671,5212,-53383,-7471,5336,-53650,-6430,4801,-53534,-5406,4077,-52939,-5111,4329,-52252,-6413,4145,-51315,-6788,4415,-50121,-7914,4465,-49841,-8357,4733,-48546,-8945,5128,-46855,-8899,5306,-45564,-8326,5538,-44968,-7962,5723,-45044,-7618,5773,-43700,-7916,5976,-43979,-7570,6029,-43023,-7666,6588,-44099,-6984,7062,-44839,-6536,7266,-46315,-5818,6720,-47741,-5544,6323,-48647,-5361,6198,-49267,-5034,5711,-49994,-4804,4388,-51120,-4294,3960,-51604,-4153,3496,-52586,-3769,3306,-52595,-3394,4131,-53159,-4527,3772,-52890,-4562,3734,-52704,-4635,4563,-51233,-4590,4639,-51110,-4831,5154,-50553,-4765,5184,-50038,-5305,5205,-49471,-5816,4762,-49748,-6175,5055,-48805,-6563,5549,-48051,-6412,5254,-47681,-7065,5091,-47302,-7633,5356,-45994,-7821,6833,-45715,-6480,6273,-45663,-6828,6187,-44844,-7177,6496,-45079,-6829,6474,-47035,-6154,6112,-47986,-5831,4394,-52957,-5647,8732,-56009,-4856,7960,-56580,-4505,8137,-56600,-3836,9285,-55738,-4413,9378,-55811,-3625,9409,-55348,-3773,9353,-55574,-3259,9084,-55334,-2398,9018,-55496,-2364,8822,-56491,-2248,8334,-56849,-1987,7469,-56837,-1655,6996,-56212,-1592,7552,-56133,-2029,7067,-55669,-2068,7832,-55236,-2662,7662,-54358,-2660,8190,-54789,-2363,8381,-54642,-2240,8111,-53943,-2428,8844,-54813,-3790,8870,-54780,-5544,8617,-54695,-5768,8705,-54898,-6127,7876,-54524,-5033,8438,-54639,-4942,9100,-55216,-2646,9314,-55656,-2494,9132,-55110,-3307,8608,-54673,-2318,9106,-55271,-5334,9223,-55012,-4291,9184,-55060,-4998,8919,-55680,-5199,7871,-55652,-6508,8654,-55350,-5997,9430,-55405,-4262,8605,-56249,-4365,8605,-56007,-2410,8108,-55415,-2643,8375,-56355,-2290,6462,-55036,-2018,9379,-55995,-3284,9003,-56091,-3826,7810,-56168,-5851,8515,-59939,-5172,8739,-60243,-6132,8591,-60363,-4662,8248,-59217,-4572,8787,-59192,-7367,8912,-59425,-7309,8675,-58909,-7694,8217,-58227,-6354,7691,-56912,-6108,8613,-58883,-6942,9350,-59803,-7645,9422,-59592,-7526,8476,-60269,-9109,9032,-60219,-9059,8783,-59798,-8979,8539,-59381,-8727,9380,-59536,-8574,9281,-59919,-8843,7961,-61125,-8669,8080,-61059,-8393,8521,-60565,-8212,8209,-61519,-7959,8369,-61363,-7771,8556,-61628,-6731,8943,-60184,-7005,9030,-60686,-6980,9235,-60465,-7317,9274,-60157,-7265,9399,-61686,-2054,9689,-62688,-4018,9601,-63089,-4961,9085,-62213,-5349,9470,-63340,-5907,9964,-63250,-3402,10229,-64004,-4014,9919,-63936,-5385,9309,-63607,-6831,8856,-62897,-7260,8872,-62265,-6140,8671,-61454,-5764,9547,-64100,-6966,9239,-63965,-7664,8993,-63729,-8071,8448,-62426,-8009,8565,-62273,-7373,8388,-61662,-7372,7865,-61421,-8809,8062,-61946,-8722,8219,-61814,-8049,9912,-63450,-4309,9724,-63563,-5333,9062,-62635,-6078,8996,-61677,-4790,9405,-62395,-4609,9464,-62041,-3603,5839,-62609,3458,4386,-61984,3917,4252,-61698,3594,6163,-62552,3044,7522,-65265,5432,8763,-66646,5585,8914,-65916,4452,9466,-66727,4597,9593,-66312,4002,10498,-66512,3125,10435,-66744,3430,11301,-67648,3170,8099,-66010,5821,8179,-66874,7073,8665,-67551,7007,8604,-66933,6252,9420,-68621,6950,9122,-68296,7136,9561,-68710,6702,9789,-69001,6395,9250,-67176,5419,10012,-67389,4387,10401,-67684,4115,9997,-66827,4001,10418,-68523,4574,9551,-67877,5662,9183,-67674,6172,9465,-65871,3657,9976,-65659,2684,10033,-65252,1943,10273,-65177,1327,10249,-64964,883,10604,-64831,-863,11686,-68575,3267,12111,-72732,4970,11599,-72687,5602,11642,-72218,4878,11415,-71781,4585,11282,-72300,5558,10748,-71149,4978,11272,-70858,4108,11659,-70192,3630,12015,-70638,3240,12770,-71523,2495,12347,-71355,2906,11790,-71729,3992,11038,-71087,4482,11391,-71414,4226,11758,-71026,3547,12217,-71038,2985,12207,-71604,3354,12914,-71042,2190,13105,-70269,2162,13187,-69664,2091,12663,-69353,2640,12754,-69902,2637,12362,-69615,2993,13098,-69288,2022,12473,-68771,2541,17802,-77966,4898,18138,-77482,4254,18126,-77988,3767,17086,-78206,5866,17904,-78837,4781,17013,-79499,5971,17903,-78674,1583,17829,-78893,885,17691,-79494,-421,17645,-77635,-777,17518,-77173,-1222,17684,-78121,-402,17999,-78197,2378,17927,-77246,2005,17179,-77089,2011,17810,-77208,2411,17044,-77099,2690,16794,-76996,3086,16872,-77175,4054,16802,-77144,3674,16433,-77196,5051,16735,-77234,5653,16671,-76986,3415,16305,-75924,2938,16616,-75920,2165,16722,-76465,2512,16914,-76804,2359,17468,-77196,3488,17271,-77294,5454,17994,-77219,3410,18085,-77461,3221,18014,-77330,2474,17851,-77243,1480,17683,-77164,1487,17073,-76934,1591,17272,-77079,1150,17600,-79493,1068,17944,-79484,1938,17860,-79490,1198,18119,-78531,3493,18094,-79494,3077,7714,-79495,648,-22364,-79500,11392,-21379,-79478,12139,-24109,-79497,7413,-23998,-77974,7952,-23797,-76864,8549,-23681,-76785,9108,-23633,-76756,8375,-23917,-76877,7997,-23999,-77165,7582,-24073,-77780,7163,-23866,-76786,7670,-23893,-76765,6871,-24144,-77080,6233,-24402,-78056,4835,-24258,-76999,5373,-24373,-77017,4554,-23605,-75995,3990,-23593,-75143,3554,-23327,-74595,3758,-23064,-74182,4306,-22871,-74589,5046,-22468,-73957,5700,-22044,-73333,6039,-21700,-72592,6145,-21265,-71164,5852,-20739,-71337,6658,-20160,-71060,7213,-19567,-71120,7974,-19772,-72268,8524,-19158,-72490,9781,-18994,-72697,10226,-16858,-70805,11546,-23948,-75984,2471,-23834,-75381,2804,-24045,-74923,1619,-24062,-75430,1806,-24284,-75266,531,-24340,-75703,-80,-24408,-75242,-609,-24490,-76623,-1478,-24518,-76605,-2415,-24467,-76063,-2624,-24350,-75296,-3015,-23791,-73241,-3532,-23817,-73945,-4161,-23672,-72362,-2934,-23654,-71722,-858,-23312,-70909,-373,-22672,-69870,483,-22595,-69369,-387,-22324,-68680,-218,-22215,-68522,289,-21936,-67880,178,-21987,-68200,1008,-21744,-67725,1251,-21401,-68052,3279,-21436,-68336,3888,-21380,-68598,4395,-21003,-68686,4998,-20560,-68808,5599,-20577,-69461,6010,-19903,-69369,6509,-18952,-69890,7647,-20965,-68032,4058,-20184,-67490,3879,-19638,-66571,2491,-21583,-67807,2058,-21293,-67283,1383,-19729,-65805,938,-20898,-67392,2399,-20589,-66807,1626,-20176,-66799,2228,-23382,-70932,-841,-23482,-71069,-1716,-23040,-69991,-1874,-23174,-70281,-2309,-22696,-69003,-2639,-22572,-68732,-2980,-22089,-67922,-2146,-21856,-67516,-3086,-22007,-68156,-5226,-22117,-68519,-5484,-22011,-68799,-6381,-21856,-68526,-6669,-21719,-69528,-8081,-21794,-70061,-8537,-22087,-70981,-8686,-22441,-72976,-10329,-22537,-72739,-9512,-22751,-73638,-10037,-22848,-73390,-8937,-23114,-73892,-8574,-23071,-74154,-9498,-23471,-74286,-7597,-23387,-74483,-8750,-23521,-74491,-7983,-23857,-75021,-7985,-24282,-75701,-8028,-24618,-76324,-8211,-24796,-76632,-8000,-24792,-76688,-6767,-24770,-76700,-6224,-24795,-76745,-5056,-24694,-76728,-4403,-24536,-76532,-3260,-24715,-76749,-2323,-25290,-76868,-4557,-25391,-77072,-4477,-25476,-77077,-5411,-25555,-76995,-6490,-25644,-76980,-7493,-25712,-77080,-8195,-25834,-77309,-9613,-25837,-77909,-9718,-25797,-78787,-8551,-25299,-79504,-8502,-25456,-79506,-6941,-22956,-79517,-10385,-24922,-78176,-11167,-24735,-77621,-11425,-24157,-76779,-11078,-23496,-76782,-11984,-23154,-76782,-12453,-22774,-76804,-13056,-22251,-76804,-13795,-21811,-76535,-14266,-21725,-76719,-14531,-21219,-76838,-15450,-20754,-77540,-17034,-20319,-78618,-17690,-16154,-79512,-16220,-16914,-79502,-22154,-18818,-79506,-19575,-18268,-79495,-20293,-18227,-78911,-20429,-18871,-78204,-19661,-17611,-79497,-21177,-21907,-79507,-3707,-17349,-79509,-3225,-12460,-79507,-3699,-20077,-79514,-7943,-6637,-79504,-7496,-18626,-79514,-10860,-23429,-78245,-13299,-24459,-78261,-11842,-24096,-77722,-12327,-24545,-78635,-11707,-24491,-79509,-11718,-23997,-79510,-12424,-23159,-79505,-12790,-22412,-79503,-14026,-21352,-79514,-12378,-24286,-79509,-7158,-25556,-79495,-5736,-25649,-78737,-6755,-25592,-77339,-6561,-25510,-78127,-5357,-25425,-78827,-4277,-25500,-79486,-5052,-24207,-79499,-3525,-25733,-77855,-7964,-25737,-79501,-7709,-25789,-79514,-8443,-25828,-78908,-9680,-25834,-79497,-9140,-25658,-79511,-6779,-25464,-76854,-6765,-24987,-76802,-3978,-24253,-75626,-7259,-23960,-75057,-7172,-23951,-74890,-6392,-23943,-74711,-5636,-23589,-73861,-5156,-23338,-73241,-5330,-23125,-72397,-5179,-23385,-72505,-4281,-23325,-71553,-3544,-23715,-73886,-4545,-24155,-75233,-5226,-23985,-74666,-4612,-24259,-75356,-4179,-24108,-74758,-3918,-24444,-76010,-3658,-23983,-74060,-3459,-24245,-74852,-3048,-22985,-72891,-7122,-22767,-72651,-8014,-22576,-71940,-7545,-22947,-72546,-6449,-22942,-72207,-5897,-23275,-73343,-5961,-23200,-73471,-6958,-23639,-74376,-6746,-23517,-73887,-5784,-23595,-74886,-9195,-23484,-75020,-10206,-24347,-76153,-9298,-24779,-76720,-8804,-24709,-76849,-9887,-25567,-76912,-9467,-25751,-76986,-8976,-25225,-76852,-8504,-22404,-71743,-8292,-21887,-70676,-9200,-21641,-70447,-9848,-22203,-71994,-9896,-22008,-71949,-10523,-22594,-73885,-10964,-22105,-73882,-11994,-22115,-74554,-12656,-20698,-74087,-14915,-19877,-73181,-15520,-19400,-71146,-14555,-19103,-71440,-15128,-17225,-70839,-16096,-15840,-70741,-16958,-14848,-70004,-17429,-15321,-69658,-17226,-15755,-68883,-17105,-15321,-68665,-17307,-14842,-68305,-17493,-14735,-66991,-17320,-14278,-68022,-17712,-15432,-65859,-16779,-14854,-64960,-16809,-13875,-65444,-17465,-14142,-64140,-16990,-13010,-65097,-17908,-12119,-65141,-18408,-11572,-63088,-18207,-12055,-61830,-17529,-11483,-61450,-17606,-10675,-61581,-17986,-10127,-61390,-18148,-9499,-60302,-17935,-8040,-59768,-18017,-7080,-60869,-18610,-4709,-61282,-19016,-3961,-61430,-19235,-3484,-60232,-18834,-3384,-59018,-18326,-2865,-58621,-18331,-1004,-59028,-18839,-611,-59410,-19014,833,-59523,-19096,2011,-60393,-19429,2093,-61605,-20059,1670,-61676,-20175,2060,-62827,-20582,2624,-63025,-20491,4145,-63093,-19924,4002,-62110,-19631,4601,-60978,-18795,4297,-59769,-18370,4965,-58561,-17784,5283,-57884,-17986,5766,-57821,-17335,5868,-58096,-16947,6036,-59219,-16247,6015,-59645,-16568,6229,-60051,-16473,6927,-60892,-15839,6734,-60947,-16390,7249,-62032,-16254,7244,-61537,-15655,7709,-62861,-15591,5767,-58604,-16923,5497,-58751,-17299,5523,-58136,-17406,5372,-59206,-17427,4913,-59128,-17772,5086,-60933,-18469,5147,-59613,-17690,5533,-60458,-17810,6352,-60792,-16920,5987,-60118,-16981,6008,-61739,-18024,7131,-62738,-17000,7361,-63716,-17181,6501,-61779,-17460,6865,-61570,-16715,5545,-61439,-18326,5440,-59787,-17526,5736,-59470,-17018,3302,-62854,-20194,3640,-61763,-19643,3869,-60743,-19056,3385,-59678,-18774,3349,-59254,-18700,3121,-58756,-18755,2329,-58612,-18792,1030,-57623,-18708,-139,-56710,-18731,-1221,-56160,-18584,574,-55923,-19855,426,-56514,-19116,803,-57105,-18825,2095,-57406,-19037,1774,-57891,-18757,2684,-58069,-18882,2145,-57122,-19325,2735,-57133,-19487,2807,-57316,-19447,3251,-57805,-19101,3291,-57523,-19381,1038,-56657,-19248,2746,-59142,-18821,3978,-59463,-18440,4125,-59164,-18330,4321,-58826,-18189,3694,-58766,-18568,4050,-58360,-18542,4796,-58280,-18104,3331,-58253,-18838,4931,-57284,-19681,4959,-56503,-19378,5714,-56519,-20088,7020,-56251,-19710,7996,-56145,-19731,8553,-56378,-19907,8485,-57386,-20387,8723,-57543,-20214,9570,-57441,-20390,10463,-57252,-19865,10172,-56957,-19155,11112,-56702,-19212,10003,-56326,-20022,10270,-55860,-20095,11262,-54070,-20123,12233,-53809,-19795,12950,-53634,-19433,13394,-54203,-19149,12225,-54319,-19840,12449,-54832,-19718,12168,-55586,-19923,11663,-56789,-19835,11074,-56581,-19927,11828,-55182,-20004,11359,-54683,-20173,11702,-56316,-19951,10585,-56400,-20045,10710,-56006,-20200,11020,-55943,-20230,11489,-55815,-20162,10838,-56961,-19239,10708,-57194,-20022,11168,-57109,-19879,10116,-56750,-20065,10949,-57024,-20004,11005,-57170,-19666,9005,-57501,-20450,10415,-57193,-20146,6639,-57143,-20362,6193,-57201,-20033,5385,-57275,-19901,5257,-57633,-18993,7213,-56683,-20201,7423,-57224,-20515,7940,-57478,-20285,7524,-57329,-19597,7154,-57225,-19050,7517,-56865,-17946,7823,-56222,-17090,7561,-56241,-16765,6969,-56907,-17239,7142,-56921,-17689,6132,-57312,-18055,5889,-57463,-17773,5548,-57663,-18303,6706,-57156,-18263,6329,-57351,-19153,7559,-57011,-18426,7811,-56634,-20073,8393,-57105,-18972,7853,-57180,-19036,9459,-56865,-18831,9326,-57491,-20120,9750,-56617,-18491,9584,-55497,-17328,7812,-55695,-16244,7805,-55503,-15003,7547,-55869,-15928,9126,-54337,-15157,9465,-54202,-15651,10172,-53990,-15328,10067,-54020,-15844,11234,-53929,-16033,11336,-53741,-15569,10740,-53877,-15597,11715,-53461,-14959,12469,-52989,-14578,13551,-52351,-14085,13559,-52391,-13566,13897,-52081,-12627,13790,-51663,-12366,13731,-52492,-12136,13450,-53062,-11492,8225,-55529,-13441,7610,-56125,-13321,8038,-55424,-14099,7553,-55973,-14590,7171,-56575,-14168,7334,-56221,-15036,6938,-56975,-14513,6944,-57106,-13805,6739,-57827,-13962,6985,-57241,-13121,6843,-58026,-13140,6949,-58432,-11805,7108,-59303,-11557,7244,-60643,-12004,7372,-60694,-11187,7492,-61355,-11411,7488,-61101,-10688,7604,-61515,-10239,7119,-56775,-13486,7078,-57152,-12492,7093,-57252,-11398,6982,-58004,-11648,7121,-58195,-11338,7297,-57337,-10989,6910,-57709,-12815,7269,-59302,-11276,7612,-59410,-10945,7489,-58937,-11048,7264,-56402,-16465,8538,-56128,-17428,8289,-56565,-17904,8066,-56860,-18330,9026,-56359,-17909,6761,-57028,-16635,6179,-57989,-16007,6284,-57428,-16810,6900,-56887,-16237,6994,-56755,-15259,6625,-57477,-15700,6541,-57786,-15209,6390,-57991,-15448,5959,-58495,-16397,6766,-57247,-15093,6310,-58622,-15262,6674,-57108,-17349,6015,-57533,-17312,6087,-57690,-16784,8233,-55006,-14850,8129,-55176,-15353,8804,-54582,-15522,9336,-54831,-16618,8805,-55060,-16395,11241,-56135,-18922,12406,-56238,-19488,12588,-55894,-19666,12978,-55314,-19505,13131,-55633,-19255,13240,-55519,-19102,13714,-54816,-18089,14692,-54149,-17684,14936,-53372,-16917,15182,-51760,-16214,14378,-50485,-18145,13910,-50380,-18672,13669,-49888,-18962,13134,-50459,-19421,12636,-49643,-19705,12808,-48809,-19739,13557,-49173,-19265,13973,-49789,-18764,13110,-49602,-19452,13007,-49111,-19598,12296,-55495,-18809,11422,-55601,-18580,11984,-56092,-19166,10164,-55507,-17814,10574,-55220,-17970,9723,-56055,-17832,10704,-55921,-18396,10572,-56534,-18789,10707,-54267,-16537,11562,-54045,-16355,11429,-54434,-17016,12631,-53724,-16067,12949,-54389,-17221,13721,-54127,-16914,14207,-54208,-17149,14622,-54169,-17250,14851,-53654,-16732,14747,-53594,-16327,14436,-53402,-15900,14527,-52964,-15224,13736,-52693,-14738,13175,-52642,-14394,13862,-52047,-13759,14025,-51959,-13919,15265,-51454,-14118,14982,-51937,-14013,14946,-52370,-14855,14689,-52671,-14880,13651,-52461,-14443,14090,-52192,-14288,14370,-52548,-14532,14798,-52197,-14160,14026,-51156,-12491,15069,-50948,-12675,14612,-51224,-12967,14361,-51670,-13656,14980,-51673,-13615,15161,-51445,-13507,14834,-49883,-13937,14594,-49748,-14083,14495,-49486,-14893,14432,-48749,-16380,14231,-48332,-16934,13460,-47538,-17558,13338,-47289,-17869,12887,-46983,-17819,12684,-46550,-18339,12356,-46093,-17975,13224,-44365,-17022,13061,-43959,-17710,12554,-44749,-18851,12678,-44259,-19051,12643,-45371,-19833,12935,-46066,-19874,12667,-45374,-20050,12824,-45928,-20193,12569,-44909,-19329,14059,-47967,-17354,13087,-48789,-15617,12706,-48307,-15380,12868,-47857,-15044,12765,-46951,-15947,13075,-46348,-16047,12614,-47392,-16200,12544,-47130,-16577,12785,-47723,-16354,13325,-47415,-14740,13428,-47513,-14019,13041,-47337,-13457,13442,-47140,-13874,13429,-48084,-16799,13015,-47849,-16601,14454,-50939,-12433,14061,-51784,-13242,14139,-51418,-12996,13613,-51178,-11933,12758,-50632,-10611,13170,-50522,-10784,12964,-50770,-11049,13655,-50669,-11552,13677,-51023,-11901,12467,-51017,-10450,14200,-50642,-11918,13146,-50044,-11443,12531,-50228,-11603,12596,-49625,-12019,12554,-49132,-12291,12364,-48524,-12624,12896,-46450,-13849,12919,-45562,-14298,13180,-44440,-15045,13407,-43951,-15538,13258,-43153,-15990,13427,-43546,-16110,13620,-44602,-16117,13685,-44984,-15468,13547,-44505,-15373,13486,-44717,-16392,12906,-44904,-16920,12635,-45661,-17011,12375,-45463,-18078,12438,-46498,-17026,12706,-44881,-17538,12767,-46260,-16510,13357,-46475,-14080,13474,-46072,-14386,13670,-45440,-15578,13558,-45440,-15859,12574,-46714,-16590,13514,-46122,-15542,13252,-46925,-15397,13516,-46754,-14888,13688,-45607,-15279,13525,-46901,-14217,13015,-45425,-16465,13643,-45721,-14841,13284,-45487,-14497,13472,-44783,-15068,12288,-46675,-13665,11225,-45871,-14158,11460,-44847,-14634,12644,-44399,-14909,12898,-44015,-15177,12227,-44133,-15032,10733,-45251,-14442,11788,-45892,-14065,13136,-50040,-12675,12920,-49917,-12824,12858,-49482,-13393,12765,-49263,-14074,13119,-48175,-14295,13062,-48116,-12937,12582,-47472,-13258,12878,-48553,-12623,13049,-48908,-12489,12921,-49702,-12789,12786,-49917,-12052,12837,-49337,-12209,13074,-49234,-12506,13909,-50170,-11542,14179,-50091,-12051,14006,-49937,-12418,13939,-49918,-13030,12965,-50047,-11841,13478,-49988,-11599,13663,-50404,-11164,13101,-50264,-10990,13521,-50224,-11154,12444,-51203,-10842,13083,-51227,-11399,12075,-51738,-10626,12647,-51354,-11039,13428,-51681,-11761,13490,-53143,-15331,13352,-53596,-16011,12393,-53526,-15639,15102,-52544,-15918,14823,-52958,-15329,15441,-51186,-14627,15308,-50531,-13612,15555,-50507,-14647,15561,-50195,-14864,15618,-50726,-15116,15319,-51310,-16205,14917,-51520,-16883,14792,-50955,-17280,14754,-50522,-17620,15220,-50169,-13808,15334,-49982,-14463,15123,-49390,-15473,14716,-48720,-16557,15673,-49320,-16818,15655,-49651,-15982,15729,-50325,-15910,15703,-50140,-15645,15523,-49880,-15156,15274,-49225,-16052,15391,-49700,-15181,14929,-49705,-14538,14643,-49158,-15684,14465,-47875,-17948,14768,-47988,-18318,15093,-48627,-18208,14728,-48688,-18687,14533,-49389,-18606,14208,-49020,-19091,15267,-50469,-17088,15793,-49737,-16694,15617,-50214,-16839,15078,-51125,-16838,15493,-49129,-16725,15141,-48510,-17709,14975,-48487,-17352,15217,-48640,-17909,14798,-49755,-18078,13176,-46518,-19562,12771,-46084,-19321,12445,-46087,-18486,12374,-45403,-18910,13211,-46758,-18924,13921,-47517,-18008,13262,-46583,-19928,14300,-47612,-19122,13755,-47066,-19179,13777,-47108,-19561,13300,-46837,-20068,13282,-47415,-20013,13049,-46713,-20222,12896,-47479,-20107,12311,-47999,-20074,11339,-48083,-20176,10596,-47788,-20056,10333,-48613,-19879,9635,-48179,-19668,8941,-48152,-19350,9344,-49057,-19473,9359,-50013,-19495,11161,-50238,-19997,11449,-50458,-20019,12236,-50276,-19823,12515,-50744,-19747,12156,-52045,-19913,12209,-52840,-19895,11731,-53021,-20071,11748,-53637,-19985,11008,-51680,-20111,10920,-51049,-20041,11181,-53325,-20188,10727,-52798,-20203,10492,-52346,-20158,9973,-52204,-20001,9235,-51809,-19676,9047,-50596,-19447,8416,-49858,-19120,7832,-51551,-19005,7167,-51878,-18732,6137,-51536,-18248,5482,-52078,-18282,4196,-51937,-17984,3334,-51444,-17700,2994,-51058,-17579,2671,-51265,-17631,1897,-50736,-17504,1267,-50693,-17537,1986,-50254,-17343,1262,-49554,-17365,722,-48993,-17421,-930,-46787,-17766,-1020,-46592,-18127,-1224,-45233,-17390,-2193,-41947,-17159,-1688,-43310,-16969,-2027,-42039,-16812,-1487,-43647,-16754,-1316,-42915,-16400,-759,-44740,-16427,-1009,-43652,-16300,-951,-45102,-16740,-1159,-45015,-17007,-1331,-45110,-17985,-1651,-43710,-18037,-1103,-45424,-18587,-682,-45201,-19516,-688,-46459,-19198,-648,-47420,-19317,-913,-47396,-18299,-751,-48383,-18507,-676,-48090,-18023,-52,-49009,-17836,-1217,-45454,-18285,408,-47689,-16988,-328,-48538,-17863,-550,-46740,-17102,-780,-46254,-17083,109,-48553,-17538,-79,-46706,-16796,-460,-46045,-16693,-244,-47653,-17342,348,-49365,-17642,134,-49937,-17916,-306,-49697,-18454,-801,-48135,-18837,-696,-48470,-19079,-520,-47270,-19880,-544,-48484,-19962,-597,-46242,-19568,-414,-46873,-20223,966,-51086,-17747,562,-51069,-18074,1238,-52356,-18183,836,-51986,-18369,613,-51735,-18466,49,-50820,-18680,44,-50345,-18258,2082,-49842,-17128,9910,-51050,-19744,10770,-50296,-19889,13396,-53456,-19133,14543,-52280,-17850,14347,-51027,-18012,13582,-50595,-19003,13608,-51396,-18825,12968,-51602,-19403,13068,-52781,-19321,12904,-53229,-19455,12531,-51575,-19712,14356,-51487,-17954,14271,-52088,-18142,13703,-52796,-18800,13803,-52087,-18600,13977,-53976,-18749,14440,-54236,-18292,14763,-53372,-17771,14791,-52764,-17518,14907,-52110,-16905,15066,-52365,-16458,14929,-53018,-17156,14178,-54712,-18659,13652,-55133,-19063,14200,-54813,-18325,14397,-52886,-18285,14186,-53359,-18564,12079,-51407,-19890,11648,-52545,-20078,10245,-49301,-19773,10936,-49603,-19997,11436,-49828,-20056,12053,-48709,-19997,11658,-48476,-20110,12694,-46825,-20271,12093,-46603,-20308,11451,-44965,-20460,10342,-45073,-20711,10922,-44090,-20536,11596,-43874,-20391,11939,-43943,-20197,12064,-43674,-19881,12347,-43261,-19239,12602,-43834,-19112,13453,-44054,-16861,12820,-44248,-18151,12528,-44331,-19663,11260,-46863,-20442,10071,-46665,-20158,7135,-45638,-19245,7699,-46834,-19105,6178,-46679,-17991,5645,-45773,-18037,5774,-46512,-17784,4714,-46135,-17359,5492,-46965,-17511,2996,-47151,-16644,2144,-46752,-16477,2299,-48351,-16640,1432,-47007,-16519,3520,-47101,-16880,12092,-47218,-20252,11453,-47416,-20313,10979,-47260,-20287,9782,-47305,-19870,8139,-47988,-19037,8303,-48698,-19055,8556,-49338,-19161,13875,-48654,-19423,13182,-48196,-19830,13689,-47480,-19782,14269,-48264,-19246,14178,-47702,-19328,14365,-47587,-18691,14693,-48163,-18737,14837,-48525,-17047,15726,-49502,-17159,15603,-49826,-17256,15326,-49218,-17849,15619,-49177,-17192,12695,-55999,-19439,11850,-54687,-17525,12630,-55241,-18531,10865,-54992,-17793,11430,-55232,-18273,10314,-54709,-17150,9984,-54347,-16493,8327,-55155,-15961,8037,-55685,-16531,8386,-55678,-16852,10121,-57190,-19575,10062,-57428,-20157,7983,-57371,-20423,5654,-56897,-20227,5900,-57046,-20236,4905,-57533,-19520,3895,-58064,-18848,3363,-60294,-19057,2654,-59544,-18969,2654,-62117,-20143,2760,-60614,-19405,1799,-59386,-18997,-96,-58724,-18759,1121,-58846,-18805,-819,-57847,-18546,186,-57225,-18642,-1030,-56620,-18498,-919,-57098,-18481,0,-57560,-18596,1906,-58914,-18827,-4327,-60009,-18538,-4051,-59407,-18324,-5318,-59527,-18090,-5880,-58709,-17550,-5437,-57281,-17115,-6705,-57009,-16868,-7467,-55729,-16583,-8194,-55403,-16295,-8479,-55459,-16003,-9475,-54959,-15927,-10194,-54492,-16499,-10315,-54110,-17287,-9631,-54359,-17238,-9861,-53759,-18243,-9193,-54026,-18222,-8864,-54185,-18932,-8470,-54758,-18256,-6517,-56467,-16877,-5935,-56576,-17003,-8191,-55147,-16871,-8646,-54844,-17099,-9185,-54786,-16709,-8866,-54410,-17717,-8752,-55223,-16116,-6983,-55702,-17093,-7746,-55382,-16709,-8124,-55030,-17630,-8988,-54082,-18498,-7098,-61988,-19110,-7947,-62651,-19283,-8757,-63642,-19540,-7532,-64578,-20287,-8223,-64669,-20076,-8754,-66016,-20323,-9092,-65634,-20081,-10410,-66127,-19559,-10815,-65737,-19253,-10270,-67148,-19884,-9680,-68301,-20598,-9269,-67441,-20516,-9710,-66697,-20042,-9818,-66247,-19881,-8844,-64682,-19876,-10317,-64050,-19184,-10858,-63168,-18616,-10818,-62467,-18342,-5929,-61414,-18941,-6210,-62454,-19407,-4914,-62406,-19511,-4397,-62512,-19652,-3566,-63468,-20285,-2232,-63841,-20716,-789,-62255,-20450,-1348,-59770,-19111,-54,-59796,-19205,-1299,-60449,-19444,430,-61290,-20045,550,-59974,-19307,1337,-60093,-19347,1097,-61348,-20068,-6,-61661,-20221,93,-62764,-20735,312,-63245,-20895,761,-64042,-21090,172,-64516,-21286,-976,-63986,-20982,-1948,-64523,-21001,-3581,-64742,-20865,-4917,-64363,-20575,-7020,-63496,-19958,-599,-62959,-20767,-1199,-63306,-20794,-145,-63529,-20959,-821,-61327,-19973,-1375,-61596,-20030,-7010,-62551,-19410,-4834,-61801,-19252,-3606,-62590,-19877,-2449,-63256,-20484,-1730,-62630,-20453,-1982,-61490,-19833,-12129,-62621,-17726,-13414,-63031,-17065,-12624,-62240,-17351,-14369,-63418,-16742,-14372,-62824,-16493,-15164,-63767,-16382,-15304,-62810,-15854,-17045,-64335,-15372,-17542,-65064,-15338,-16921,-65486,-15963,-16570,-65344,-16117,-15728,-65488,-16539,-18104,-66035,-15298,-15265,-64268,-16475,-13756,-63751,-17106,-13010,-63460,-17397,-13428,-64348,-17459,-16113,-64089,-15914,-14618,-65740,-17120,-14293,-66592,-17431,-14291,-69814,-17743,-16484,-71110,-16720,-16311,-71636,-17300,-17631,-71763,-16497,-18369,-71888,-16127,-18717,-71363,-15441,-18040,-71261,-15821,-18963,-71870,-15635,-18699,-72255,-16264,-19369,-73187,-16212,-18868,-73098,-16732,-18351,-73943,-17856,-16196,-72752,-18722,-14120,-72639,-19897,-14896,-72492,-19175,-12575,-72520,-20770,-12571,-72883,-21170,-11022,-72016,-21184,-10762,-70210,-20520,-8462,-69756,-21448,-7730,-69011,-21481,-9217,-68488,-20878,-9913,-69567,-20777,-11178,-68570,-19728,-11733,-68554,-19305,-13267,-68933,-18211,-13469,-68316,-18089,-14435,-69454,-17657,-14518,-68775,-17649,-14464,-70952,-17960,-13538,-69811,-18241,-12601,-68712,-18621,-11908,-69132,-19340,-11088,-69438,-20052,-12264,-70628,-19689,-12823,-71302,-19524,-14196,-70477,-17896,-11452,-70104,-20067,-11929,-71390,-20263,-12071,-71829,-20415,-13239,-71608,-19389,-13817,-71870,-19205,-13948,-72343,-19612,-12602,-72264,-20445,-11243,-71616,-20809,-14813,-71757,-18406,-14770,-72198,-18885,-15503,-72307,-18572,-11831,-72136,-20830,-10343,-69534,-20529,-8333,-66344,-20621,-8558,-67386,-20833,-7616,-65964,-20773,-6788,-64464,-20431,-5847,-64673,-20633,-4663,-65130,-20942,-6313,-66792,-21308,-6889,-66673,-21186,-7097,-67887,-21424,-6338,-68760,-21607,-5760,-68297,-21624,-6024,-67481,-21507,-5135,-67560,-21648,-4358,-67614,-21777,-2768,-67439,-21923,-1093,-67888,-22228,-1865,-67589,-22121,-1045,-68492,-22454,-1612,-68693,-22500,-1020,-69302,-22649,-315,-69009,-22527,-750,-67028,-21938,404,-67514,-21932,280,-70112,-22827,-607,-70069,-22875,477,-70798,-23056,-2294,-70228,-22968,-2001,-68219,-22355,-4375,-67998,-21857,-4418,-69119,-22056,-5511,-70841,-22339,-7514,-69895,-21727,-5818,-69075,-21711,-5636,-69353,-21812,-4913,-68595,-21803,-1351,-70671,-23135,-3424,-65712,-21225,-2496,-66732,-21694,-2815,-65574,-21233,-1825,-66762,-21810,-1463,-65817,-21521,-1245,-66585,-21806,-154,-66396,-21705,648,-65746,-21518,784,-64929,-21329,1128,-63005,-20738,1657,-62713,-20588,734,-61815,-20309,839,-62456,-20541,2778,-63953,-20721,3539,-64939,-20655,5765,-64856,-19349,6098,-64003,-18878,6692,-65429,-18669,7200,-65045,-17960,7316,-64249,-17495,7623,-64340,-17055,6201,-65633,-19178,6822,-66389,-18698,6047,-67271,-19531,6865,-63755,-17895,6617,-62509,-17678,6487,-63775,-18361,6045,-63251,-18655,3502,-66733,-20968,5042,-64958,-19905,5584,-66319,-19781,6427,-66320,-19082,4945,-66263,-20219,4219,-65960,-20545,-2267,-65078,-21131,-1049,-64985,-21359,-542,-65039,-21430,-18,-65473,-21555,-866,-65741,-21573,-7130,-66054,-20950,-7661,-63913,-20007,-8145,-67491,-21029,-7860,-68003,-21248,-7598,-66619,-21001,-6388,-65891,-21030,-9058,-69630,-21207,-8705,-68617,-21112,-16918,-73729,-18993,-17019,-74758,-19557,-17184,-75180,-19738,-17751,-75416,-19564,-18068,-75835,-19559,-18592,-76018,-19046,-18637,-75595,-18867,-19098,-75354,-18185,-19521,-75616,-17734,-19727,-75943,-17517,-20213,-76829,-16917,-20680,-77100,-16960,-20628,-76894,-16447,-20610,-75554,-15986,-21208,-75613,-15016,-22247,-76196,-13412,-22287,-75817,-13174,-23455,-76692,-11837,-25282,-76943,-10407,-20607,-76743,-16298,-21101,-76523,-15436,-21584,-76228,-14552,-20594,-76518,-16238,-19954,-74737,-16524,-19933,-74242,-16174,-20316,-75130,-16276,-20983,-75212,-15233,-20296,-75788,-16570,-19762,-75340,-17266,-19172,-75000,-17847,-18595,-74734,-18175,-17612,-74251,-18676,-17955,-74801,-18781,-18349,-75300,-18989,-17774,-73682,-18239,-17858,-72688,-17419,-19532,-72023,-15066,-15294,-70383,-17183,-22413,-73295,-10788,-23156,-74517,-10170,-22668,-74148,-11122,-23287,-75112,-10854,-24065,-75756,-9633,-24065,-76131,-10229,-23033,-75097,-11376,-23667,-75992,-10957,-22891,-74144,-10345,-22321,-70043,-6420,-22359,-70725,-6875,-22651,-70874,-5935,-23059,-71582,-4632,-23197,-70463,-2767,-23613,-71821,-2363,-23810,-72815,-2813,-24018,-73776,-2400,-23968,-73153,-1663,-24163,-74111,-1266,-24136,-73911,51,-24374,-74960,-1078,-24448,-75721,-1597,-24404,-75174,-1744,-24245,-74548,-1899,-23645,-71739,-1820,-23858,-72585,-1320,-24000,-73271,-579,-24200,-74932,769,-24121,-73773,-610,-24278,-74818,14,-23654,-71903,-4,-23766,-72789,629,-23555,-71941,769,-23077,-71184,1737,-22895,-70620,1289,-22395,-70272,3038,-21229,-68988,4972,-24058,-74094,739,-23547,-73273,1976,-23383,-72848,2347,-23500,-72214,1345,-23233,-71790,2081,-22626,-70239,1917,-24020,-76532,2646,-24208,-76640,1599,-23531,-75524,4061,-23431,-74118,3248,-23572,-73932,2534,-23140,-72272,2741,-23665,-74602,2800,-23902,-74992,2287,-24131,-76859,5972,-24026,-76759,5672,-23346,-76659,7024,-23694,-76617,4858,-23566,-76485,4855,-23391,-76606,5893,-23481,-76176,4693,-24226,-76779,4856,-24539,-77396,3510,-24626,-78103,2990,-24557,-76963,3048,-24648,-77305,2505,-24803,-78437,1402,-24058,-76941,6849,-24215,-78282,6170,-24151,-78872,7033,-23031,-76419,7035,-23036,-76057,6512,-23266,-76561,6449,-22821,-75793,6910,-23062,-75596,5869,-23278,-74809,4091,-23287,-75237,4618,-22700,-75396,6690,-22278,-75355,7753,-22422,-74917,6636,-22866,-74973,5429,-22439,-74659,6274,-21513,-73603,7171,-21256,-73108,7202,-20507,-73362,8523,-21092,-72439,6876,-22030,-74218,6754,-21974,-74777,7435,-21499,-74196,7639,-21421,-74537,8125,-20924,-74133,8515,-21116,-73505,7751,-19938,-73174,9312,-19634,-73410,9996,-20053,-73893,9714,-19374,-74432,11266,-19192,-73814,10954,-17867,-74128,12985,-17735,-72689,11978,-18293,-73276,11676,-18393,-74293,12390,-18490,-72674,10904,-19131,-73300,10562,-23845,-77260,8728,-23836,-78461,9202,-23768,-77449,9362,-23784,-78429,9692,-24052,-79016,7787,-23947,-79488,8486,-20825,-79490,11454,-20679,-79486,12674,-20128,-79494,13099,-19413,-79490,13127,-18274,-79501,11084,-23193,-76833,10604,-18127,-76654,14253,-19168,-76657,13603,-19191,-76789,13702,-16964,-77344,15405,-14727,-77181,16981,-14151,-76886,17316,-13444,-76888,17756,-12737,-77045,18373,-12572,-76903,18336,-13637,-77015,17740,-12770,-77639,18411,-10552,-74112,17870,-11694,-73958,17520,-11284,-74628,17946,-12059,-75359,17897,-12673,-75952,17707,-14232,-75188,16855,-14898,-74699,16384,-15618,-74975,15951,-15500,-74374,15847,-16003,-74758,15545,-14553,-75948,16735,-15455,-75767,16142,-14858,-76632,16478,-15709,-76799,16160,-15220,-75412,16292,-16307,-75271,15365,-15871,-76593,15762,-16261,-76601,15442,-15862,-75636,15834,-16647,-75991,15102,-12484,-73500,16999,-12615,-74086,17280,-13945,-74654,16861,-14296,-74131,16516,-14801,-73730,16032,-14149,-73535,16308,-13725,-73003,16218,-13273,-71980,15660,-12079,-72088,16114,-12182,-71497,15435,-11011,-70955,14823,-11313,-71427,15507,-12034,-72735,16631,-13178,-72401,16025,-10414,-71332,15624,-12542,-74827,17566,-13270,-74641,17185,-12984,-75201,17467,-10394,-74573,18131,-9385,-75242,18505,-10830,-75186,18225,-9552,-70134,14901,-9562,-68733,14527,-6495,-68137,14937,-7455,-68251,14738,-11469,-69456,14252,-10552,-68300,14029,-12238,-70279,13975,-13659,-69964,12708,-13490,-69232,12667,-14058,-70431,13314,-14560,-70328,12997,-14488,-70017,12518,-14131,-69711,12244,-11675,-65182,10467,-12922,-66220,10677,-13765,-66877,10543,-14322,-66921,9882,-14751,-68916,11257,-14482,-68420,11177,-14377,-67540,10522,-15141,-67917,9909,-15655,-68484,9921,-15739,-68122,9348,-17147,-68004,7295,-17631,-68598,7629,-16720,-68304,8205,-16225,-68089,8527,-15529,-69092,10776,-16134,-68977,9997,-15833,-69737,11383,-16436,-69406,10235,-14936,-68543,10797,-14997,-69202,11334,-15019,-67312,9370,-15948,-67777,8495,-16290,-67435,7320,-16299,-66925,6284,-16059,-66834,6874,-16585,-67270,6400,-16626,-67794,7409,-15596,-67085,8195,-15673,-66633,7456,-9092,-65911,12421,-8686,-65466,12292,-17129,-68750,8426,-17036,-69498,9567,-18421,-68171,6472,-18391,-67426,5485,-18240,-67130,5073,-17372,-66754,4649,-16942,-66074,3691,-16637,-65299,3912,-16440,-66382,4932,-16440,-66743,5373,-15989,-66189,6043,-16680,-66326,4315,-16767,-66889,5102,-15569,-65528,6117,-15272,-65569,6680,-14448,-64637,6655,-13888,-64006,6598,-12505,-63441,7257,-11790,-63488,8089,-11089,-63880,9385,-10750,-63411,9025,-10190,-63201,9217,-9452,-62517,8723,-9166,-61810,7812,-8842,-61245,7077,-10162,-60785,5437,-10258,-60477,4999,-11218,-61124,5034,-11404,-60113,4178,-12223,-60152,3598,-12657,-59646,2807,-13582,-60501,2504,-13992,-61221,2829,-15301,-62103,2484,-16006,-62547,2248,-15932,-61924,1388,-16728,-62861,1726,-15639,-61154,620,-15126,-61239,1461,-14356,-61091,2249,-16175,-61096,-575,-16295,-61054,-1110,-15552,-60017,-1320,-15597,-59975,-1922,-15591,-59905,-3496,-15215,-59307,-3396,-14549,-58529,-4300,-14520,-58694,-5584,-14200,-58364,-5664,-14127,-58433,-6677,-13352,-57608,-6772,-13191,-57443,-7262,-12826,-56918,-7542,-12758,-56717,-8367,-13036,-55639,-8375,-12897,-54724,-7987,-13047,-54034,-7645,-13602,-53990,-6651,-13226,-53790,-6514,-13459,-54306,-6335,-13140,-54931,-6087,-13549,-55049,-6248,-13946,-55104,-6521,-13605,-55847,-6296,-13685,-55611,-6035,-13383,-56029,-5943,-13483,-56225,-6083,-13041,-56899,-6089,-13236,-56790,-5674,-13216,-56970,-5235,-13341,-57303,-4765,-13479,-57277,-4068,-13537,-57242,-3630,-13589,-56864,-1955,-13501,-57027,-1438,-13523,-56772,-881,-13395,-57099,-860,-12967,-57215,572,-13231,-56690,800,-13369,-56310,69,-13410,-55785,-636,-13074,-55409,-760,-13657,-54822,-151,-13922,-53771,42,-13102,-53758,96,-12558,-54011,298,-12121,-53016,33,-12081,-53692,253,-12040,-53619,948,-12489,-53813,1039,-12856,-54507,759,-13831,-55316,46,-13830,-55736,-148,-13952,-56092,82,-13270,-56242,490,-13539,-55984,1009,-13618,-55589,1302,-13114,-56393,1196,-13123,-55893,1365,-12537,-56627,1210,-11853,-56891,1423,-11572,-57291,1687,-11301,-57442,2025,-12147,-58881,2554,-12118,-59393,3072,-13374,-55865,482,-12503,-55949,1419,-11954,-55376,1666,-11662,-56471,1520,-13076,-55203,622,-13383,-54800,1307,-13391,-54918,1510,-13054,-53856,2082,-11485,-53114,1104,-11029,-52787,1205,-11705,-53033,1563,-11510,-52995,2469,-11298,-52931,2787,-11868,-53533,2823,-12050,-53247,2814,-12633,-53419,2263,-13072,-53767,1953,-11693,-54017,2487,-11449,-53656,3026,-10625,-52533,3459,-9803,-52451,3080,-9100,-52181,1769,-8815,-54151,2222,-8848,-53835,1908,-9383,-53496,2583,-9286,-52901,2517,-9012,-52860,1894,-12299,-53337,1423,-12396,-53256,1810,-12886,-53686,1470,-13325,-54336,1590,-13055,-54360,1080,-13211,-55260,861,-13577,-55469,1140,-13304,-55659,735,-13878,-56161,-318,-13652,-56462,-477,-14110,-54983,188,-14208,-55122,383,-14138,-55801,305,-14061,-55491,474,-14156,-55694,105,-13961,-54844,521,-14136,-54373,240,-13348,-55567,566,-12935,-54625,554,-12160,-53786,689,-13154,-54553,478,-13967,-53966,-77,-13736,-54305,343,-13556,-56673,-2109,-13102,-55961,-1125,-13125,-56135,-1759,-13281,-56209,-2571,-12441,-55341,-2530,-12581,-55486,-1891,-12286,-54925,-1596,-11864,-54510,-2375,-11683,-54129,-2884,-11548,-53432,-4681,-11495,-52850,-5534,-11632,-52949,-6082,-12214,-54029,-5749,-12589,-54202,-5970,-12917,-54204,-6211,-12581,-55460,-3241,-13535,-56898,-3828,-13280,-56905,-4670,-13059,-56657,-5313,-13228,-55516,-6103,-13251,-56261,-3299,-12913,-56135,-4115,-12821,-55791,-3319,-12762,-55680,-2662,-12243,-54753,-1092,-12961,-53737,-839,-13782,-54195,-152,-13358,-53356,-526,-13690,-53046,-403,-13355,-52760,-301,-12472,-52499,-264,-11711,-52220,-97,-11470,-53222,224,-11059,-52939,267,-13344,-52287,-1041,-13274,-52377,-1345,-12968,-52307,-669,-11488,-51321,-45,-12133,-51646,-398,-11559,-50589,-688,-11968,-50927,-999,-12222,-51113,-1249,-12245,-51331,-1483,-12400,-51314,-1179,-12903,-51857,-1349,-12526,-52296,-1642,-13078,-52667,-1292,-12642,-51815,-1084,-11785,-51115,-751,-11294,-50773,-439,-13627,-52858,-778,-12665,-53495,-1254,-12360,-54341,-945,-12051,-54626,-1553,-12579,-53328,-1610,-12277,-53897,-1524,-12078,-53710,-2153,-11908,-54024,-1847,-11821,-54286,-2099,-11716,-53839,-2752,-12006,-54388,-1485,-12868,-54107,-813,-13333,-54437,-588,-12565,-55335,-1117,-12489,-54808,-863,-13094,-55002,-695,-13254,-55488,-7957,-13115,-55703,-8149,-12668,-55819,-7741,-12587,-56102,-8098,-12590,-56195,-7304,-12673,-56546,-7110,-12725,-56446,-6813,-13410,-55580,-6608,-13609,-55213,-6818,-13604,-55175,-7406,-13752,-54337,-7254,-13839,-54377,-6832,-13734,-54615,-6426,-13088,-56207,-6568,-13548,-55173,-7841,-12987,-55536,-7582,-13073,-55538,-7183,-13263,-55302,-8041,-12813,-55898,-7052,-13975,-55000,-7407,-13945,-54669,-7422,-13970,-55069,-6323,-14148,-54680,-6627,-14253,-54784,-6957,-13960,-58017,-4876,-13568,-57681,-5641,-13174,-57229,-5654,-14777,-58913,-5076,-16069,-60516,-2752,-16179,-60790,-1631,-16386,-60981,-2802,-16136,-63279,3074,-15097,-63461,4609,-15640,-64257,4719,-16954,-63814,2490,-17675,-66078,2981,-18195,-66312,3224,-17216,-66490,3949,-17008,-66434,3968,-18030,-66615,4012,-18009,-66940,4833,-18481,-66075,2622,-18204,-65802,2332,-19042,-65863,1881,-18396,-65172,1456,-18165,-64444,1146,-17769,-64587,1845,-18767,-67005,4418,-17371,-65993,3093,-17275,-65223,2931,-16915,-64996,3293,-16184,-64473,4060,-17106,-64457,2716,-13376,-61571,3814,-13409,-61183,3357,-10966,-61536,5841,-10271,-61076,5779,-9672,-61182,6412,-9822,-61686,7134,-13242,-60558,2926,-15313,-60629,323,-14425,-60145,962,-15003,-60188,195,-14508,-59033,-480,-14310,-58586,-753,-14599,-58489,-1758,-14210,-58165,-1213,-14341,-58117,-1960,-14429,-58200,-2685,-14759,-58652,-3369,-14893,-59040,-1404,-15369,-59681,-1393,-13748,-57587,-913,-13570,-57735,-354,-13618,-57211,-1699,-13858,-57537,-2175,-13857,-57612,-3316,-13622,-56864,-3240,-13619,-57203,-3007,-13522,-57051,-2010,-13629,-56962,-2669,-13875,-57774,-4075,-14313,-58213,-3825,-15844,-60789,-378,-15379,-60238,-374,-10246,-60012,4717,-9650,-59051,4208,-10058,-58571,3686,-10827,-58115,3770,-10843,-58797,3502,-11639,-59690,3682,-10554,-58973,3778,-10551,-59538,4243,-10644,-57713,3971,-11506,-58840,3067,-10738,-58567,3514,-9641,-60130,4996,-8767,-59531,4723,-7100,-59013,4575,-7739,-58466,4021,-6882,-58327,3916,-6351,-58311,3742,-6422,-58116,3637,-5111,-58327,3268,-5167,-57763,2906,-6307,-57482,3529,-6313,-57680,3637,-9509,-60348,5279,-8579,-59846,5085,-14151,-64879,7349,-13582,-64529,7580,-12901,-65435,9680,-16004,-65696,5499,-15667,-64851,5216,-16286,-65384,4629,-16384,-63937,3405,-17509,-63322,1120,-18986,-64723,-22,-19350,-64729,-1587,-20067,-65473,-1508,-20175,-65565,-2111,-19701,-65107,-2415,-18941,-64291,-2482,-18956,-64346,-1588,-18662,-63951,-2021,-17756,-62737,-1692,-16802,-61794,-633,-17617,-62860,-66,-17658,-63175,568,-18348,-63804,-6,-17277,-62133,-1687,-19770,-65460,-146,-20547,-66402,789,-19196,-65085,285,-15457,-60046,-7985,-14350,-58781,-7994,-14645,-59096,-8195,-15228,-59636,-8941,-15119,-59797,-6962,-14928,-59524,-6393,-14759,-59033,-5695,-14539,-59035,-7233,-13889,-58219,-8014,-13790,-58124,-9940,-13357,-57582,-10080,-13361,-57337,-10943,-13086,-56446,-11130,-13423,-56613,-11020,-14354,-55993,-9915,-14446,-56590,-9972,-15522,-57125,-9864,-15777,-56885,-10150,-16088,-57226,-10484,-16411,-56659,-10702,-16590,-56473,-10924,-17430,-56939,-11254,-18425,-58420,-11595,-17854,-57612,-10843,-18905,-58151,-11827,-18822,-58770,-12166,-18492,-59015,-11901,-18463,-57837,-11500,-17869,-57439,-11360,-18270,-58037,-11444,-18056,-57176,-11403,-13049,-57025,-10846,-12902,-56546,-10934,-12766,-55175,-10744,-13262,-55084,-10360,-14311,-54749,-9608,-14713,-55873,-9753,-15104,-56017,-9778,-15387,-56477,-9908,-15902,-56195,-10292,-12859,-55750,-11036,-13376,-56027,-10921,-14000,-55518,-10050,-12669,-55755,-10750,-13134,-56063,-11111,-13371,-57630,-10595,-13693,-57959,-10631,-14410,-58613,-10235,-14595,-59065,-9958,-14310,-58771,-10111,-13937,-58353,-10308,-14139,-58416,-10414,-15015,-57606,-9825,-15500,-57868,-9736,-16059,-58156,-9855,-16165,-59114,-9623,-16180,-59779,-9450,-16180,-60777,-9272,-15774,-60316,-9419,-15938,-59984,-9404,-15126,-58417,-9805,-15742,-58569,-9689,-15030,-59525,-9627,-14660,-58942,-10065,-15413,-59100,-9651,-16721,-60973,-9126,-16631,-60665,-9167,-17251,-60856,-8959,-17838,-60609,-9513,-17674,-60955,-9251,-14228,-58558,-9376,-13773,-57772,-10764,-13699,-57184,-10846,-14351,-57818,-10293,-14668,-57813,-10009,-15199,-56914,-9789,-16197,-60793,-8597,-16202,-61120,-7111,-15579,-60495,-6371,-16339,-61516,-5562,-16699,-61852,-4842,-17080,-62391,-4935,-17615,-63108,-5041,-18952,-64618,-5100,-19095,-64721,-4337,-19638,-65366,-4798,-20556,-66329,-5248,-21086,-66866,-5793,-21377,-67293,-6165,-21425,-67590,-7251,-21292,-67750,-8182,-21054,-67734,-9826,-21218,-68540,-9293,-21051,-68271,-9988,-21263,-69362,-9764,-21431,-70193,-10179,-21549,-70961,-10783,-21033,-70029,-11000,-21144,-69612,-10344,-20872,-68684,-10733,-20790,-67612,-10859,-20446,-67728,-12084,-20227,-67965,-12791,-20146,-67117,-12845,-19560,-66031,-13541,-19740,-65674,-12902,-19000,-64343,-13170,-20391,-67119,-12121,-20251,-66432,-12187,-20004,-65762,-12246,-20536,-65789,-10242,-20829,-66172,-9248,-20354,-65422,-10321,-19631,-64208,-10208,-19085,-63598,-9566,-18729,-63174,-10237,-18116,-62468,-9371,-17477,-61864,-10157,-17136,-61653,-9377,-17276,-61661,-10317,-17217,-61579,-10928,-17569,-61982,-11386,-17972,-62422,-11827,-18162,-62702,-12443,-18357,-63047,-12759,-19129,-63744,-11466,-19895,-64606,-10419,-18844,-63583,-12318,-19427,-64323,-11790,-18702,-63673,-12963,-19476,-64796,-12524,-19812,-64880,-11459,-18780,-63277,-11192,-20166,-65591,-11405,-20477,-66077,-10957,-20599,-66638,-11084,-20791,-67004,-10524,-20808,-66514,-9908,-21077,-67347,-9338,-21070,-66858,-8746,-21150,-66779,-6850,-20739,-65786,-7916,-20914,-66529,-6412,-20209,-65274,-7228,-20216,-64942,-8703,-18392,-62774,-9361,-18302,-62701,-8413,-17552,-62060,-8040,-16550,-61197,-9076,-16840,-61410,-9235,-16677,-61278,-8553,-16617,-61252,-8146,-17691,-62374,-7330,-16610,-61467,-7295,-18098,-62851,-7159,-19133,-64144,-7010,-18304,-63585,-6089,-19232,-64639,-6046,-19657,-65380,-5227,-19900,-65587,-5570,-20484,-66098,-6011,-19770,-65099,-6380,-19317,-64044,-7913,-19863,-64647,-8106,-20487,-65359,-8077,-18882,-64508,-5427,-17235,-62369,-6348,-16858,-62137,-5756,-17143,-62542,-5418,-18138,-63607,-5577,-17360,-62666,-5901,-16036,-61079,-6406,-16462,-61542,-6551,-17807,-62190,-8622,-20603,-65484,-8774,-20790,-65851,-8610,-20947,-66211,-8070,-21121,-66730,-8110,-20605,-67034,-11341,-21056,-69098,-10256,-21568,-69691,-9023,-21582,-68064,-7130,-21754,-67671,-4939,-21558,-67390,-4667,-21003,-66801,-5347,-20939,-66682,-4679,-21543,-67175,-3448,-20891,-66446,-3493,-20725,-66105,-1681,-20817,-66260,-1078,-20279,-65905,-247,-19965,-65469,-841,-20628,-66021,-2271,-19804,-65354,-3556,-21407,-68800,-8637,-21611,-67808,-6542,-16333,-61215,-4463,-15464,-60326,-6091,-15765,-60495,-4996,-18444,-64230,-14035,-17822,-63130,-13959,-17273,-62242,-13686,-17360,-62002,-13230,-17002,-61527,-12836,-16652,-60898,-11923,-16900,-61254,-11932,-16658,-61055,-11969,-16226,-60795,-12134,-16223,-61528,-14308,-16628,-61394,-13273,-15901,-61106,-14109,-15396,-60610,-13920,-15274,-60136,-12432,-15475,-59980,-12286,-16349,-59574,-12652,-16613,-59313,-12754,-16823,-59116,-12932,-17199,-58745,-13306,-17575,-58159,-13791,-17554,-57263,-14511,-17907,-56256,-14322,-17611,-54742,-15073,-17912,-55719,-14360,-17885,-56594,-14158,-18144,-55942,-13971,-18657,-57264,-13711,-18662,-57278,-13348,-17521,-57709,-14222,-17966,-58299,-13716,-17760,-58481,-13637,-18400,-57864,-13961,-18665,-57848,-13475,-18826,-57585,-12414,-18613,-57788,-13156,-18252,-57188,-12807,-18058,-56566,-12331,-18595,-56652,-12790,-18431,-57649,-12832,-17525,-59205,-13165,-18261,-59454,-13105,-17649,-59548,-12957,-18445,-59772,-12429,-19049,-60198,-11547,-18995,-60447,-10921,-18654,-60577,-10885,-17944,-60432,-11470,-17918,-59877,-12383,-17185,-59751,-12372,-17037,-60670,-11942,-16631,-60323,-12233,-16262,-60607,-12093,-15633,-60368,-12207,-15770,-60603,-12384,-16057,-60854,-12562,-17751,-60310,-11871,-16924,-59386,-12746,-18734,-59416,-11888,-18440,-58644,-11706,-18573,-58607,-11423,-18842,-59281,-11536,-18906,-60213,-10769,-18270,-59004,-10633,-17391,-59810,-10796,-17400,-59712,-10343,-17594,-60095,-10467,-18494,-59722,-10896,-18877,-59510,-11268,-18559,-58613,-11084,-18433,-58754,-10793,-17211,-58239,-10530,-16905,-57546,-10615,-18172,-57879,-10998,-18063,-58068,-10654,-17579,-58057,-10427,-17619,-57786,-10529,-17129,-56939,-10968,-16385,-57356,-10616,-16231,-57831,-10719,-15941,-57524,-10134,-19168,-59266,-12271,-19114,-59825,-11447,-18004,-57058,-14236,-17574,-57042,-14551,-18096,-57740,-14256,-18031,-56232,-13712,-17394,-67064,-16070,-15945,-66889,-16825,-18451,-66552,-15161,-17397,-65922,-15785,-18451,-65732,-14857,-17689,-64215,-14773,-17607,-63463,-14426,-16534,-63411,-15328,-13688,-62291,-16633,-12527,-59860,-16094,-11853,-59750,-16467,-11139,-59197,-16567,-10951,-57987,-16039,-10040,-58187,-16544,-9346,-57683,-16432,-9629,-57190,-16005,-10097,-56430,-15256,-9442,-55824,-15266,-10140,-55671,-14757,-11312,-55211,-13846,-11104,-55684,-14289,-11402,-56095,-14384,-10998,-56032,-14585,-10970,-56585,-15010,-10403,-57340,-15857,-10896,-56969,-15375,-11867,-57261,-15009,-12480,-57917,-15001,-11781,-57876,-15487,-12361,-58615,-15527,-11376,-58225,-15942,-11780,-56799,-14722,-11833,-54619,-13524,-12228,-54374,-13580,-10899,-54905,-13986,-11404,-54449,-13798,-11805,-53542,-13842,-11501,-51913,-15684,-11212,-51869,-15622,-10515,-52466,-15602,-10634,-52380,-17745,-11051,-53302,-17729,-10901,-53620,-17587,-10789,-53330,-18156,-11118,-52799,-18913,-11242,-52737,-19230,-10702,-51878,-18608,-10019,-51032,-18548,-9643,-49670,-18116,-9609,-48806,-18369,-9761,-48511,-18063,-9985,-48492,-17759,-10504,-48175,-17285,-11200,-47211,-16806,-10802,-47604,-16985,-10353,-47015,-17077,-10601,-46484,-16647,-10261,-46126,-16771,-9984,-46709,-17484,-9690,-46707,-17822,-10094,-47620,-17573,-10223,-45311,-16452,-9584,-46153,-17775,-9513,-45545,-17736,-9120,-46127,-18932,-9065,-47245,-19472,-8873,-47180,-20351,-8626,-47422,-20996,-8395,-47214,-21408,-7726,-47277,-23043,-8473,-49076,-23256,-8604,-49655,-23611,-9287,-50170,-23286,-10482,-51235,-22490,-10842,-51644,-22710,-10693,-51682,-23033,-11319,-52176,-22605,-11155,-52319,-22833,-10637,-52891,-22591,-9950,-52796,-24041,-9377,-53271,-24158,-9375,-53431,-23760,-8652,-53659,-24166,-8168,-53614,-24262,-8184,-53104,-24150,-8684,-52792,-24148,-8253,-51895,-23984,-8886,-51091,-23853,-9032,-50564,-23683,-9486,-51588,-23682,-9909,-51551,-23385,-10271,-52112,-23549,-7821,-51035,-23630,-7717,-50467,-23526,-7340,-49590,-23528,-7021,-49292,-23190,-7112,-48734,-23509,-6898,-48143,-23439,-6947,-46098,-22941,-7401,-44348,-22317,-7605,-44352,-22499,-7867,-43966,-22292,-8284,-44803,-22627,-8583,-44619,-22431,-8957,-44075,-22100,-9427,-43697,-21732,-9739,-43472,-21251,-9188,-44385,-20768,-8540,-46230,-20931,-10123,-42873,-20565,-10211,-42216,-18687,-10633,-40905,-18381,-10819,-40137,-17871,-11164,-39624,-18379,-10073,-42891,-19742,-10488,-42043,-20393,-8900,-44789,-21202,-9289,-44195,-21557,-8707,-44798,-22122,-8258,-45313,-22565,-7759,-46315,-22984,-7627,-46165,-23182,-7307,-46031,-23229,-7408,-45346,-22989,-7947,-44668,-22683,-7741,-45586,-23040,-8090,-45391,-22820,-6963,-47458,-23483,-6717,-48545,-22874,-6610,-47509,-22704,-6538,-47345,-21754,-6490,-47394,-21331,-6450,-46543,-21355,-6584,-46499,-22314,-6753,-46085,-22552,-7159,-44586,-22094,-7193,-43932,-21684,-7533,-43655,-21911,-6818,-45094,-21790,-6864,-46912,-23226,-6709,-47515,-23071,-6612,-48247,-22251,-6721,-49670,-22165,-6906,-50510,-21961,-7281,-51251,-23022,-7027,-53853,-23357,-7432,-53673,-23808,-7609,-51619,-23526,-7476,-50950,-23242,-7301,-50772,-22976,-7293,-50208,-23043,-6755,-49136,-22644,-8136,-51243,-23861,-8295,-50548,-23887,-8360,-49844,-23764,-8048,-50280,-23825,-7685,-49744,-23715,-7241,-47782,-23629,-7200,-46651,-23379,-7461,-48931,-23695,-7829,-49174,-23723,-7542,-48166,-23654,-7570,-47661,-23523,-7978,-48736,-23584,-8473,-51226,-23933,-10029,-52959,-23918,-10239,-50809,-22215,-10339,-50699,-21377,-10432,-50736,-20827,-9925,-50145,-20923,-9392,-49475,-21659,-8936,-48932,-22144,-8575,-47846,-21238,-9840,-50184,-22287,-9909,-51017,-22881,-9621,-51192,-23393,-9133,-49621,-22997,-9159,-49322,-22513,-8466,-48536,-22596,-8450,-48086,-21793,-8087,-48028,-22900,-8314,-48730,-23158,-8639,-48595,-22268,-9829,-49926,-21523,-11101,-51983,-21702,-11502,-52306,-21699,-11361,-52201,-22026,-10741,-51443,-21443,-10817,-51263,-20874,-10123,-50930,-19961,-9613,-50314,-19861,-9717,-50620,-19074,-9653,-50056,-18345,-9491,-49426,-18698,-9308,-49549,-19319,-9212,-48878,-19598,-9522,-48414,-18594,-9287,-47407,-18751,-9424,-46962,-18350,-9782,-47734,-17913,-9764,-50517,-18563,-10372,-51377,-18768,-10800,-51815,-19248,-10994,-52393,-19134,-9995,-50959,-19555,-11506,-52345,-20058,-11341,-51990,-20280,-11567,-52154,-20825,-9515,-53558,-22531,-8948,-53847,-22317,-8183,-54134,-22501,-7416,-54888,-22024,-6984,-55036,-22140,-6442,-55457,-21627,-6151,-56140,-19764,-5903,-56178,-19987,-5480,-56234,-19561,-4335,-55803,-19628,-3476,-55165,-20556,-3983,-54976,-20369,-3740,-54534,-20916,-3567,-54920,-20872,-3506,-54261,-21135,-3234,-54512,-20267,-3262,-55091,-19804,-3328,-54777,-20603,-4840,-55986,-19433,-8601,-54495,-21040,-8982,-54243,-20213,-8886,-54248,-19911,-8712,-54441,-19324,-8543,-54637,-19211,-9177,-53746,-19661,-9201,-53854,-20115,-10231,-53332,-18956,-9324,-53754,-18979,-9194,-53919,-21423,-9821,-53399,-20639,-9633,-53498,-20210,-10472,-53189,-19923,-11081,-52946,-19329,-11531,-52592,-19939,-11605,-52427,-20504,-10713,-53106,-18817,-10396,-53336,-18557,-9467,-53589,-20400,-6601,-55591,-21533,-6339,-56004,-20466,-7264,-55379,-21306,-7446,-55432,-20717,-8028,-54954,-20714,-7734,-55050,-21049,-7851,-54535,-21991,-8301,-54447,-21477,-9423,-53811,-21041,-9779,-53485,-21130,-11003,-52643,-22167,-11239,-52415,-22004,-9964,-53315,-22567,-10766,-52899,-21477,-11084,-52949,-20209,-8087,-54117,-23145,-7450,-54413,-23482,-7161,-54454,-23529,-6994,-54720,-23050,-6846,-55301,-21948,-6562,-55368,-21986,-7258,-54775,-22674,-7143,-54181,-23595,-6892,-54486,-23137,-6533,-54428,-22493,-6264,-53168,-21429,-6798,-52059,-22311,-6796,-53823,-22856,-6388,-52339,-21425,-6439,-51684,-21103,-6123,-52240,-20690,-6072,-51167,-19708,-5810,-51523,-19439,-5963,-50764,-19309,-5757,-49177,-18653,-6147,-48771,-19160,-6272,-48413,-19469,-6317,-49408,-19875,-6045,-49497,-19203,-6163,-50235,-19635,-6688,-50782,-21253,-6840,-51214,-21994,-6621,-50055,-20811,-6457,-49535,-20297,-6396,-49078,-20112,-6417,-48168,-20306,-6487,-48441,-21655,-6494,-48871,-21164,-6591,-49207,-21983,-6332,-47921,-19777,-6160,-47082,-19930,-5694,-45265,-18292,-5400,-44548,-17551,-6157,-44387,-17838,-6142,-45602,-19050,-5811,-46382,-19129,-6794,-44115,-18218,-6851,-44503,-18697,-6953,-44210,-21426,-6666,-45075,-21364,-6878,-44162,-21127,-7185,-43372,-21138,-6946,-43897,-20631,-7092,-43714,-20012,-7154,-44320,-19376,-7192,-44033,-18915,-7431,-42851,-19265,-6058,-45242,-18617,-6831,-44964,-19638,-6506,-46343,-20856,-6677,-45552,-20701,-6858,-44889,-19995,-6741,-44754,-20671,-6011,-47856,-18870,-5416,-47182,-17983,-4934,-46354,-17390,-4674,-46665,-17249,-4394,-46614,-17174,-4121,-46939,-17259,-3770,-47096,-17403,-3230,-46082,-18439,-2758,-46286,-19331,-2681,-46665,-19649,-2509,-47022,-20251,-3171,-46811,-18489,-3060,-47170,-18865,-2960,-45907,-18957,-3756,-46087,-17395,-3525,-46240,-17715,-3546,-45657,-17916,-4542,-45593,-17127,-5159,-44625,-17469,-5776,-45861,-18770,-5704,-46185,-18794,-4198,-45903,-17112,-5064,-47190,-17557,-5759,-48262,-18402,-5868,-47850,-18564,-5437,-48968,-18241,-5689,-50178,-18682,-5155,-50911,-18565,-5696,-51069,-18986,-5766,-47083,-18608,-6739,-50335,-21463,-6517,-50541,-20405,-6395,-51215,-20475,-7052,-52634,-22939,-6566,-53509,-22182,-6688,-55165,-22488,-6936,-55161,-22527,-11358,-52042,-21194,-11299,-51792,-20785,-10909,-51393,-20587,-10984,-51900,-19713,-11530,-52300,-21030,-9792,-45498,-17160,-9058,-48356,-19885,-9395,-49793,-20284,-9243,-49476,-19982,-8919,-48999,-20655,-9548,-49972,-20508,-8731,-48200,-20746,-8660,-48414,-21473,-9007,-49213,-20867,-8950,-48933,-21673,-10558,-45260,-16180,-10214,-44444,-16089,-10006,-42976,-17014,-9862,-43176,-18106,-9639,-43884,-17987,-9304,-44690,-19384,-9515,-43962,-20067,-9673,-43693,-18429,-9909,-43098,-19334,-10335,-41777,-18380,-9998,-42768,-17293,-10221,-41946,-17435,-10403,-41343,-17508,-10941,-39244,-16600,-11288,-37713,-15607,-11701,-37316,-16975,-11129,-38943,-17077,-11389,-37867,-16652,-10786,-39858,-16080,-10732,-40352,-15925,-11059,-39015,-15427,-11191,-38242,-15395,-9662,-43649,-19060,-10798,-46975,-16782,-10942,-47710,-17276,-11100,-48084,-17993,-11375,-48143,-18324,-11093,-48601,-18048,-10713,-48222,-17347,-10664,-48610,-17408,-11069,-46155,-16563,-11281,-46648,-16705,-11904,-46199,-16776,-12453,-46403,-17160,-12854,-46808,-17843,-12862,-47525,-18580,-13237,-47989,-18577,-12885,-48132,-18733,-12130,-47850,-18714,-11839,-47566,-18473,-12165,-47123,-18341,-12441,-46674,-17795,-12681,-47194,-18435,-13051,-46632,-16959,-13534,-47517,-17979,-13874,-48181,-18095,-13712,-48747,-18333,-14468,-49088,-17678,-14627,-49002,-17313,-14129,-50348,-17830,-13086,-50355,-17906,-11692,-49959,-17875,-11697,-49270,-18313,-11375,-49240,-18119,-12291,-50166,-17900,-12997,-50957,-17433,-13792,-50900,-17581,-14533,-50996,-17473,-13940,-47974,-17840,-14560,-48771,-16853,-14792,-49262,-16226,-14677,-49328,-15259,-14135,-48359,-15430,-14024,-47777,-14294,-14333,-47817,-13715,-14217,-47174,-14371,-14784,-47485,-13671,-15207,-47907,-12826,-15363,-47901,-12289,-15368,-47995,-11942,-15138,-48047,-11120,-14830,-47022,-11700,-14648,-46725,-12335,-14926,-47059,-10684,-14896,-47723,-10280,-14890,-47528,-10928,-14859,-47844,-9671,-14958,-48391,-9849,-15026,-49090,-10092,-14781,-47866,-13440,-14749,-48509,-12807,-15395,-49119,-11623,-15418,-49555,-11043,-15392,-50075,-10480,-14903,-49824,-9570,-15353,-50566,-10019,-15332,-50958,-10116,-15115,-51511,-9606,-14662,-52112,-9254,-14708,-51943,-9064,-14874,-51539,-9102,-14776,-50591,-9221,-14690,-50015,-9220,-15213,-48933,-10998,-15254,-48489,-11923,-15240,-48348,-11180,-15189,-48641,-12306,-15094,-48361,-10521,-15022,-48269,-12788,-14057,-48141,-14518,-14519,-48131,-13336,-14269,-48415,-17626,-13838,-47570,-17450,-13302,-47010,-17517,-12137,-46061,-16713,-11945,-45719,-16656,-12086,-45137,-16548,-13242,-46630,-15228,-13560,-47362,-14955,-13468,-47083,-16726,-14355,-48496,-16373,-13918,-47727,-16808,-14049,-47470,-14250,-13442,-47291,-15328,-13086,-46616,-15534,-13040,-46449,-15187,-12741,-46173,-15773,-12681,-46234,-16330,-10912,-53023,-18506,-11029,-52771,-18531,-11001,-52856,-17936,-10321,-52128,-17264,-10194,-51717,-16711,-10156,-51280,-17078,-11953,-53315,-14406,-12062,-53749,-13912,-11693,-54063,-13646,-10879,-54330,-14507,-10623,-54829,-14203,-10862,-53862,-14911,-10395,-53244,-16048,-10321,-53005,-16721,-10449,-53017,-17046,-10751,-53840,-17072,-10837,-53610,-17287,-10500,-53733,-16417,-10222,-52403,-16461,-10608,-54100,-15729,-10578,-54241,-16223,-11111,-53687,-14378,-11411,-53582,-13903,-11907,-56278,-14072,-10468,-55213,-14404,-10916,-60006,-17147,-12112,-61103,-17126,-11190,-60792,-17417,-10183,-60556,-17787,-9841,-59688,-17521,-9802,-58946,-17119,-8919,-59923,-17951,-7551,-58693,-17422,-6987,-59864,-18103,-6989,-58272,-17245,-5927,-58236,-17335,-7287,-57403,-16803,-7352,-56758,-16570,-7604,-56295,-16375,-6633,-57465,-16998,-6241,-59443,-17923,-5642,-60766,-18616,-7327,-56096,-16548,-7174,-57841,-17018,-7968,-57336,-16529,-8528,-56580,-16018,-9328,-56574,-15683,-8907,-58527,-17114,-9101,-59127,-17478,-8342,-59483,-17829,-8728,-57035,-16168,-7994,-57950,-16881,-16229,-62852,-15259,-15603,-61981,-15323,-14601,-61032,-15466,-14260,-60494,-15271,-13630,-60240,-15560,-13959,-60060,-15122,-13197,-59550,-15424,-13647,-60883,-15906,-15750,-50900,-15900,-16063,-51602,-16166,-16488,-52182,-15705,-18257,-55031,-13310,-18135,-54620,-13608,-17531,-53999,-13710,-17851,-55027,-13144,-18196,-55517,-12812,-18290,-55805,-12658,-17475,-54369,-13276,-17187,-55703,-11835,-17445,-54723,-12811,-16374,-52945,-12427,-16108,-51992,-12353,-15995,-52061,-11268,-16216,-52617,-11617,-16124,-52637,-11151,-16490,-53777,-11531,-16568,-53530,-12730,-16642,-54174,-12042,-16852,-54658,-12137,-16930,-54123,-12790,-16378,-53644,-11268,-15944,-52551,-10688,-15827,-51324,-11489,-15831,-51125,-11978,-15863,-51211,-12528,-15479,-50105,-12376,-15632,-50634,-12786,-14982,-48872,-12383,-15161,-49154,-12078,-15362,-50264,-13329,-15263,-49383,-11822,-15343,-49676,-11447,-15393,-50303,-10672,-15234,-49674,-10357,-16443,-53319,-11995,-18952,-58863,-12962,-14723,-45656,-11064,-14786,-45596,-9762,-14750,-45781,-8451,-14745,-46023,-8353,-14568,-44726,-7200,-14837,-43652,-6780,-14763,-43195,-6175,-14941,-41542,-5469,-15230,-40894,-5724,-15094,-39266,-4649,-15044,-38767,-3971,-15036,-37009,-3212,-15048,-37578,-3857,-14875,-36696,-4579,-14693,-36676,-5142,-14739,-37737,-5805,-14572,-37610,-6068,-14263,-36341,-5564,-13274,-35308,-5843,-13248,-33943,-5516,-13435,-34695,-6568,-13206,-34736,-6200,-13093,-36091,-6741,-13058,-35218,-6154,-13326,-35573,-7190,-13299,-36804,-7923,-13736,-35920,-5829,-14023,-33499,-3701,-13686,-34021,-4555,-13342,-33288,-4510,-13467,-32862,-4713,-14274,-31984,-3871,-14212,-32246,-4416,-13568,-32317,-4132,-13621,-31874,-3567,-13661,-31199,-2614,-13596,-31581,-2876,-13730,-30861,-1945,-14610,-30825,-2102,-13689,-31965,-2958,-14542,-32416,-1783,-15168,-33402,-1827,-15037,-33476,-1251,-14792,-34648,-346,-14479,-34987,167,-14462,-35812,15,-13924,-36463,329,-13541,-36807,543,-13286,-36097,1442,-12967,-35846,1788,-12536,-34761,2896,-12188,-34141,3486,-12705,-34351,2818,-12940,-33872,2785,-13181,-33184,3030,-12738,-32353,3995,-13131,-31870,3777,-13523,-31061,3443,-13836,-31169,2852,-13897,-31045,2727,-14344,-31738,1714,-14344,-32229,1636,-14172,-33427,1507,-14459,-33360,1009,-13921,-34110,1466,-13498,-34170,1980,-13048,-34906,2188,-13538,-34748,1636,-13880,-33560,1895,-13663,-32904,2545,-13254,-31461,3770,-14076,-32669,1997,-13888,-31943,2638,-12408,-34925,2796,-11669,-33812,3959,-12113,-34413,3322,-11780,-33446,4236,-12275,-32924,4017,-11852,-32531,4597,-12067,-32168,4611,-12645,-31693,4439,-12202,-35398,2177,-11421,-34759,2877,-11307,-36368,1372,-10983,-36250,1408,-11446,-38777,-783,-10969,-38891,-1088,-10740,-39606,-2110,-10213,-38668,-1607,-10170,-38069,-995,-9601,-36851,-231,-9301,-37276,-774,-8917,-38137,-125,-8395,-38442,500,-8265,-39424,405,-7164,-40341,-112,-6767,-40293,-129,-6346,-38695,312,-6239,-40242,521,-7190,-41389,-179,-8117,-42696,438,-7565,-44454,363,-8088,-43923,647,-8554,-43466,1119,-8786,-42779,1073,-9063,-41782,1039,-9355,-41482,1047,-9577,-42082,284,-9631,-42769,690,-9621,-43052,1125,-9600,-42248,1114,-9319,-42722,1296,-9675,-42378,947,-8605,-42473,866,-8745,-41762,849,-7816,-43720,346,-8819,-41284,880,-8414,-41098,591,-8008,-41030,270,-8540,-40387,594,-8759,-39160,620,-8208,-40168,337,-7738,-40533,128,-9159,-40887,928,-9457,-39747,492,-9537,-40669,624,-9278,-40507,98,-9403,-42282,-79,-9302,-43544,-186,-9408,-44866,334,-9041,-45447,-857,-9123,-44854,-1856,-9119,-44482,-1979,-9610,-43479,-2498,-10190,-42817,-3089,-10192,-43107,-3258,-9833,-44409,-3855,-10014,-44661,-5203,-9815,-43817,-4646,-10247,-42729,-4754,-9996,-42650,-3949,-10117,-42401,-2998,-9920,-41779,-2949,-8630,-40909,-1898,-8766,-40314,-2058,-8833,-40052,-877,-8614,-41202,-1629,-8855,-42755,-1130,-8897,-43630,-1200,-9126,-43034,-575,-9120,-44254,-669,-9242,-45072,-98,-8963,-41953,-749,-9089,-41556,-494,-9399,-41201,1,-8948,-40178,-610,-8805,-41241,-981,-8972,-44542,-1058,-8954,-44828,-1449,-9013,-45100,-1567,-8898,-43519,-2020,-10036,-43041,-2824,-9361,-41830,-2648,-9159,-43319,-2261,-8829,-44099,-1702,-8776,-42865,-2017,-8619,-41908,-1906,-8689,-42475,-1614,-8738,-43230,-1768,-10049,-42183,-3839,-10477,-42716,-4900,-9938,-42880,-4424,-9977,-42364,-2871,-9880,-43650,-3866,-9746,-43942,-4291,-9570,-42806,256,-9555,-44161,516,-9625,-44048,1003,-9633,-44137,1395,-9486,-44118,1654,-9038,-44857,1955,-9241,-45705,1977,-8932,-45944,2145,-8588,-46266,2276,-7816,-46664,1506,-8227,-44445,1022,-9127,-43837,1631,-8629,-44170,1454,-8145,-45215,1264,-7877,-44413,595,-7519,-46070,915,-7110,-45851,537,-6147,-46285,558,-6157,-45430,436,-5989,-45619,584,-6097,-43407,351,-6138,-42043,356,-6603,-45604,329,-7042,-44774,185,-7242,-43656,15,-7440,-42694,-23,-6827,-42592,-202,-6459,-41899,-168,-6264,-41507,108,-6238,-42574,52,-6822,-43993,-23,-6483,-44066,26,-6400,-45239,293,-6202,-44534,252,-6272,-43427,38,-6414,-42857,-120,-8415,-46805,2403,-9473,-41053,932,-9637,-41452,750,-9513,-43527,1473,-9406,-39924,281,-9133,-39905,-45,-9119,-40149,-294,-6437,-40805,-39,-6307,-40610,151,-7130,-39415,-30,-8956,-37745,138,-8792,-37096,40,-12906,-36427,1048,-12237,-35836,1741,-11730,-36053,1670,-14884,-33899,-291,-14884,-33163,-77,-14612,-32636,830,-14714,-32514,448,-14516,-31434,943,-14568,-31425,8,-14700,-32029,-849,-14310,-31288,-949,-13955,-30280,-525,-13999,-30824,-1119,-13787,-30490,-1720,-14104,-29707,-686,-13901,-29879,-850,-13901,-29789,-196,-13926,-29359,925,-13915,-29370,430,-14206,-28993,878,-14668,-29043,842,-14746,-28725,1290,-14564,-28337,2113,-14675,-28025,2290,-14070,-28779,1377,-13810,-30304,-1226,-14021,-29976,-1150,-13828,-30705,-2181,-13957,-30848,-2437,-14115,-30264,-1557,-13842,-31830,-3568,-13816,-31417,-3096,-14246,-31763,-3366,-14057,-32150,-3912,-14886,-30497,-1610,-14755,-32298,123,-14791,-32258,-371,-14952,-32960,-480,-14418,-32548,-2418,-14466,-33376,-2995,-14592,-34658,-3933,-14623,-32993,-2548,-14028,-31821,-2285,-13762,-31371,-2314,-14511,-31858,-1191,-13569,-32362,-3503,-13384,-32652,-4152,-13867,-32692,-3282,-13539,-32012,-3379,-14274,-35041,-4695,-13312,-33441,-5042,-13935,-32809,-4807,-14016,-32493,-4375,-13907,-33081,-5173,-14104,-33334,-5757,-14246,-33765,-6110,-13748,-34455,-6548,-13680,-34529,-4931,-14970,-38298,-5421,-15037,-37597,-4649,-15054,-38231,-4259,-14876,-46228,-9971,-14878,-46370,-9339,-14944,-46607,-8675,-14775,-46267,-7912,-14845,-46641,-8287,-14599,-46336,-7597,-14318,-45119,-6813,-14010,-45006,-6038,-13879,-45197,-5984,-13510,-45086,-5795,-13605,-44707,-5448,-13341,-44664,-5353,-12696,-44056,-4865,-12943,-43976,-4779,-12448,-43314,-4398,-11976,-42727,-4048,-12388,-42216,-3828,-11783,-41599,-3427,-11692,-42303,-3848,-12462,-42569,-4077,-12823,-43186,-4542,-12209,-43321,-4454,-11455,-43008,-4757,-11568,-43674,-5389,-11050,-44221,-6207,-10690,-44396,-6248,-10495,-44276,-5852,-10015,-45661,-5118,-10145,-46078,-5423,-10067,-46529,-4949,-10428,-48634,-4430,-10241,-47995,-4517,-9973,-49117,-3272,-9797,-49396,-2720,-9638,-50157,-1998,-9373,-50945,-1250,-9853,-50581,1066,-10137,-50416,1460,-10208,-50200,756,-10437,-50122,767,-10487,-50515,669,-10857,-51313,465,-10629,-52183,1662,-10530,-51409,874,-10503,-51950,1275,-10765,-50189,303,-10642,-50952,-881,-11174,-50536,-878,-11574,-50610,-933,-11730,-50967,-1306,-11542,-51382,-1495,-11941,-51919,-1947,-12216,-52165,-1954,-12847,-52757,-1468,-12997,-53084,-1004,-13433,-52771,-1033,-12584,-52773,-1814,-12379,-53091,-2133,-11597,-53468,-3820,-12153,-51880,-3558,-12210,-51811,-4053,-11911,-51414,-4788,-11935,-50801,-4798,-11513,-50384,-5563,-11516,-48528,-5966,-11273,-47935,-6088,-10739,-46170,-6484,-10439,-46725,-5887,-10556,-47609,-5572,-11205,-48056,-5832,-11466,-48692,-5597,-11569,-48988,-5891,-12087,-53279,-2790,-12318,-52598,-2819,-12286,-52247,-2850,-11941,-51895,-3015,-11245,-51617,-2421,-11995,-51792,-1773,-12724,-51788,-1608,-10742,-50329,-275,-10055,-51085,-538,-9573,-51490,-312,-9676,-51395,-757,-11199,-42381,-4361,-10612,-41960,-4268,-10851,-41703,-3937,-10530,-40886,-3402,-10135,-41067,-3516,-8986,-39687,-2145,-9214,-40463,-2452,-9893,-40830,-2952,-9810,-41290,-2935,-9022,-41494,-2455,-9068,-38071,-1386,-8766,-38220,-1265,-8673,-38558,-1097,-8865,-38868,-574,-9067,-38970,-54,-9338,-38963,415,-9789,-37919,-1122,-9420,-38017,-1364,-9534,-38734,-1892,-9397,-39384,-2200,-10016,-39794,-2564,-8782,-37851,-1007,-8887,-37084,-521,-8769,-37577,-555,-9031,-38641,-1712,-8694,-39305,-1715,-8648,-38982,-1285,-9671,-40354,-2683,-12194,-44141,-5386,-13131,-44859,-5659,-12462,-44576,-5726,-12384,-45322,-6598,-13046,-45674,-6685,-13721,-46073,-7075,-12138,-44976,-6358,-11752,-44311,-5919,-11407,-44889,-6691,-11271,-46179,-7841,-11575,-46890,-8170,-10970,-48310,-8857,-10628,-48899,-8934,-10570,-49427,-8646,-10788,-50434,-8582,-11819,-52553,-8109,-11695,-52064,-7915,-12210,-52393,-7575,-12533,-53080,-7694,-12073,-53444,-8166,-12278,-54140,-8455,-12356,-54803,-9039,-12529,-55462,-8933,-12580,-55916,-9544,-12626,-55408,-9896,-12827,-55098,-10256,-15808,-54608,-10158,-15004,-54689,-9600,-14711,-55084,-9601,-15368,-55680,-9867,-15755,-55362,-10156,-16069,-55718,-10471,-16564,-55684,-11172,-16440,-55068,-11135,-16300,-55377,-10849,-15365,-54384,-9766,-15579,-53191,-9961,-13387,-54757,-9910,-12860,-54173,-9636,-12428,-54255,-9424,-12444,-55020,-9378,-12691,-54979,-9883,-12882,-54812,-9940,-12561,-53929,-9483,-12364,-53923,-8033,-13218,-53766,-7386,-11949,-52925,-6692,-11592,-52490,-6592,-11447,-52382,-4974,-11640,-52260,-4659,-11599,-51527,-5137,-11331,-51516,-5537,-11273,-52098,-6437,-11402,-52598,-5239,-11215,-52147,-5934,-10993,-51430,-5991,-12682,-55987,-8909,-12673,-56321,-9308,-13101,-57149,-8874,-13127,-57139,-9691,-12831,-56634,-10253,-12495,-55783,-10148,-12500,-55979,-9970,-12551,-56136,-9709,-13563,-57797,-9091,-14195,-58579,-7392,-14488,-58838,-6433,-12708,-56086,-8528,-12600,-56294,-8386,-13288,-57440,-8547,-13808,-58124,-7511,-12032,-52896,-7957,-12103,-53320,-8795,-11478,-51979,-8648,-11949,-52887,-8813,-12092,-52278,-9231,-12234,-51130,-9204,-11397,-49423,-9132,-11226,-50254,-9253,-10870,-49658,-9181,-10712,-49929,-8972,-10970,-50653,-9127,-11708,-52097,-9010,-11391,-51739,-8816,-11521,-51519,-9088,-11973,-51621,-9216,-11472,-51570,-7811,-11351,-51664,-8100,-11171,-50855,-7798,-10534,-50035,-6832,-10376,-49181,-7038,-10440,-47418,-7147,-11347,-48297,-6303,-11128,-47567,-6442,-10954,-47091,-6354,-10895,-47061,-6646,-10785,-46435,-6703,-10656,-45561,-7029,-10907,-44622,-6602,-10662,-44843,-6549,-10617,-45293,-6376,-10574,-45931,-7265,-10451,-46621,-7430,-10534,-46832,-8037,-10286,-47322,-7602,-10263,-47968,-7706,-10546,-46657,-7137,-10734,-45938,-7583,-10799,-46882,-6252,-10739,-46047,-6763,-10276,-48605,-7313,-10508,-48503,-6950,-11151,-48606,-6523,-11381,-49379,-6128,-11136,-49641,-6296,-10780,-50026,-6523,-10663,-50636,-6568,-11213,-50239,-6029,-10513,-49087,-6866,-10901,-47598,-6696,-10464,-47851,-6976,-10865,-50037,-7955,-10805,-49996,-8204,-10539,-49102,-8078,-10495,-49927,-7170,-10693,-49760,-7759,-10380,-49190,-7459,-10413,-48581,-8129,-11547,-51651,-7583,-11217,-50939,-7942,-11486,-51826,-7262,-12402,-52650,-7211,-12014,-52126,-7446,-10811,-51267,-6495,-10841,-50973,-7052,-10612,-50480,-6921,-11424,-48615,-8920,-12387,-48857,-8606,-12773,-49424,-8615,-13255,-48691,-8355,-13322,-48153,-8169,-13503,-47430,-7897,-13882,-49100,-8479,-14071,-50167,-8738,-13517,-49916,-8584,-12422,-48225,-8427,-11468,-47408,-8501,-11684,-48453,-8825,-12228,-46315,-7502,-12179,-46889,-7891,-12435,-47700,-8221,-12642,-45957,-7040,-13175,-46238,-7162,-13930,-46390,-7420,-14267,-46659,-7792,-13693,-46866,-7671,-13043,-47593,-8008,-12870,-46800,-7614,-13193,-46782,-7553,-14028,-47512,-8153,-14380,-47495,-8466,-14479,-47961,-8722,-14755,-48474,-9269,-14596,-49158,-9088,-14663,-47731,-9048,-15025,-46869,-9981,-14907,-46518,-11454,-15012,-46837,-9132,-14764,-47274,-8908,-14879,-47536,-9566,-14227,-47064,-8059,-14218,-48036,-8429,-14358,-49180,-8820,-11282,-45286,-7125,-13882,-44423,-5936,-13799,-43809,-5656,-14339,-43961,-6280,-13646,-43437,-5313,-14027,-43232,-5345,-14410,-42797,-5355,-14397,-41972,-4693,-14664,-42113,-5227,-14654,-43815,-6580,-13276,-44168,-5010,-13373,-43532,-5130,-13065,-42786,-4489,-13491,-42245,-4044,-13859,-42283,-4317,-13574,-44006,-5402,-14588,-45584,-7677,-13852,-45116,-12360,-14448,-46257,-12476,-14848,-47092,-12308,-15014,-47486,-11830,-15178,-47624,-12824,-14686,-46288,-12083,-13649,-45716,-12946,-13036,-45881,-13923,-12640,-45242,-13475,-12619,-45578,-13986,-12782,-46110,-14897,-13824,-46119,-13183,-14276,-46577,-13208,-13746,-46320,-13700,-14446,-47021,-14086,-13621,-46576,-14681,-14021,-46889,-14556,-14159,-46301,-12969,-14595,-46910,-13173,-14850,-47284,-13412,-12997,-46099,-14422,-13612,-47029,-14922,-12847,-44575,-13103,-12780,-44726,-12970,-14615,-39338,-7220,-14811,-38544,-6166,-14901,-40165,-7108,-15016,-40738,-7357,-15294,-42077,-7495,-15206,-42398,-7471,-15120,-41391,-5887,-14975,-42224,-5866,-15116,-42341,-6446,-15117,-43051,-7252,-15100,-43624,-8179,-15159,-42963,-8299,-14926,-43913,-7260,-14954,-44268,-7911,-14804,-44950,-9730,-14925,-44506,-8745,-15213,-41671,-6516,-15322,-41685,-7366,-15193,-40824,-6820,-14739,-40239,-7589,-15286,-41020,-6445,-15281,-40997,-6043,-15077,-40127,-6342,-15176,-40192,-5317,-15042,-38379,-4744,-14935,-38892,-6032,-13121,-38154,-8022,-13192,-38775,-8318,-13193,-38431,-8488,-13232,-37477,-8036,-13901,-38084,-8962,-13617,-39084,-9496,-13420,-40638,-9337,-13433,-39653,-8576,-13582,-39339,-8192,-14187,-39205,-7680,-13435,-38472,-7794,-13562,-37712,-7181,-13808,-37273,-8434,-13146,-37019,-7097,-13129,-37573,-7621,-17221,-41603,-11763,-16957,-40338,-12044,-17019,-39804,-11824,-17086,-38993,-11449,-17203,-37653,-11379,-16928,-39492,-12181,-17013,-38729,-12073,-17442,-39273,-10439,-17348,-37907,-9731,-17298,-38631,-10559,-17193,-38103,-10881,-17249,-37083,-9847,-17369,-36256,-10370,-17346,-35513,-9476,-17589,-35589,-10087,-17695,-35906,-10936,-18694,-33884,-10366,-19486,-32660,-10056,-19205,-32759,-9678,-19755,-31802,-9434,-19908,-31194,-8935,-20354,-30290,-9366,-20625,-28643,-8563,-20666,-28528,-9193,-20554,-28074,-9550,-20410,-27535,-9453,-20454,-26911,-9062,-19582,-27123,-9074,-19278,-26185,-8179,-19470,-23971,-6683,-19741,-23714,-6817,-19947,-23312,-7034,-19454,-22606,-6561,-19587,-22196,-6525,-18987,-21877,-6175,-18070,-21000,-5452,-17925,-21477,-5445,-17556,-20948,-5198,-17403,-21850,-5627,-17442,-22445,-6014,-16782,-22471,-6541,-17119,-24407,-7772,-16169,-23626,-7395,-15973,-23792,-7403,-14883,-22175,-5284,-14786,-23207,-5372,-14906,-23781,-5732,-15346,-24078,-6622,-15105,-24476,-6249,-15100,-25033,-6419,-15278,-26159,-7111,-15530,-26720,-7673,-15474,-28628,-8328,-15153,-28877,-8173,-15588,-29127,-8708,-15685,-30156,-9290,-14846,-29927,-8757,-13932,-29839,-8552,-13594,-31309,-9561,-13224,-31114,-9520,-13423,-31788,-9877,-13468,-32536,-10288,-13030,-32323,-10295,-12708,-32931,-10748,-12648,-33717,-11224,-12302,-33848,-11774,-12136,-33315,-11992,-12194,-31701,-11291,-12154,-30899,-11783,-12313,-28723,-9925,-12288,-28933,-10436,-12379,-28690,-11171,-12659,-28222,-11949,-12652,-28889,-12536,-12693,-28341,-12454,-11389,-28885,-12742,-10831,-29639,-12793,-10508,-29132,-12341,-10175,-29985,-12686,-11299,-30284,-13352,-11162,-31592,-14356,-10851,-31599,-14178,-10855,-32061,-14601,-10864,-33191,-15549,-10735,-31204,-13752,-11151,-30911,-13730,-10604,-30349,-13076,-12772,-27927,-12120,-12672,-27824,-12255,-12744,-26905,-11879,-11998,-26433,-11746,-11305,-26976,-11634,-11767,-25830,-11301,-11334,-26086,-11147,-11557,-25053,-10798,-11219,-24088,-10122,-11215,-22711,-9345,-10864,-21974,-8983,-10487,-21348,-8736,-10286,-20121,-8316,-9906,-20270,-8646,-9736,-20407,-9138,-9809,-21364,-9238,-9807,-22728,-9686,-9807,-23993,-10353,-9670,-24109,-10703,-9688,-25251,-11066,-9897,-24977,-10693,-10238,-24978,-10454,-9646,-22670,-10242,-9681,-21623,-9715,-9703,-22485,-9803,-9712,-21023,-9588,-9687,-22130,-10551,-9781,-19117,-8563,-9863,-18294,-8085,-10093,-18153,-7754,-10217,-17382,-7390,-10013,-16148,-6950,-9880,-14789,-6380,-10324,-16482,-6978,-10558,-16464,-6932,-11136,-17291,-7310,-12138,-15756,-7000,-13115,-16308,-7077,-12890,-15615,-6933,-10533,-15313,-6437,-10731,-14982,-6299,-10414,-13739,-5722,-10098,-15106,-6400,-9757,-15242,-6745,-9621,-15314,-8712,-9979,-15011,-9651,-9801,-15136,-9121,-9747,-17163,-9281,-9697,-17589,-8655,-9742,-18382,-8552,-9726,-16903,-7654,-9881,-17264,-7588,-9742,-19276,-8947,-9943,-18169,-10024,-10088,-16456,-10788,-10033,-15686,-10368,-10083,-15973,-10239,-10041,-16091,-9994,-10948,-17648,-7419,-11808,-18032,-7795,-11641,-16665,-7232,-12395,-16728,-7466,-9917,-19115,-8255,-10130,-18743,-7924,-10345,-19123,-7972,-10609,-17914,-7522,-10596,-19557,-8088,-11929,-19294,-8326,-13265,-20605,-8633,-13074,-20195,-8852,-12592,-20886,-9173,-12562,-21833,-9593,-13122,-21973,-9479,-13234,-19529,-7422,-12919,-19562,-6600,-12627,-18763,-5619,-12462,-18384,-4535,-12469,-19452,-4713,-13148,-19515,-3629,-13333,-18197,-3041,-13475,-17841,-2875,-13782,-18133,-2997,-14260,-16631,-2725,-15783,-17949,-3830,-15250,-18271,-4008,-15659,-18798,-4344,-15341,-19630,-4873,-15660,-20155,-5199,-15995,-21808,-6275,-15923,-22658,-6785,-16283,-21141,-5700,-16626,-19606,-4591,-16583,-18772,-4216,-15930,-17377,-3467,-15270,-16109,-2608,-14465,-15110,-2092,-14068,-14553,-1732,-12955,-14333,-1710,-12911,-13157,-1321,-13162,-13328,-1206,-13156,-12194,-762,-12871,-11226,-645,-12719,-10936,-768,-12589,-10451,-901,-12522,-10282,-1131,-12512,-10415,-1470,-12465,-8455,-1601,-12468,-8325,-459,-12455,-7539,-499,-12417,-6652,-393,-12484,-6043,26,-12797,-6618,475,-14057,-6972,85,-14115,-7753,392,-14454,-7679,-435,-14687,-6431,-1363,-14361,-5388,-1172,-13669,-4783,-425,-13706,-2981,-615,-13145,-2570,-124,-13361,-2198,-501,-12803,-2267,189,-12684,-1330,255,-12341,-1344,683,-12192,-58,944,-11409,1846,1640,-11297,2616,1752,-10999,3154,2022,-10712,3543,2285,-10124,6134,3700,-10446,6781,3952,-10312,7702,4577,-9935,8125,4930,-9789,9067,5557,-9631,8237,5018,-8801,9619,5569,-8439,9926,5397,-8107,10261,5135,-7639,9587,4269,-7406,9271,3759,-7619,7943,3029,-7130,7720,3005,-7365,8581,3308,-6750,8797,3463,-6247,9172,3593,-5604,9778,3785,-5134,10045,3718,-4643,10864,2942,-5172,9547,1861,-4395,9138,1685,-3010,10813,2872,-3391,11675,3093,-4290,10783,2371,-4266,11306,2725,-4558,10702,2353,-4876,10223,2204,-4948,10118,2613,-4721,10545,3599,-4537,11066,2748,-4120,11777,3174,-4328,11457,3154,-4119,11934,3677,-3830,12575,4669,-4244,11789,4218,-4379,11992,4916,-4986,11856,5135,-5106,12664,5797,-6252,11109,4531,-6898,9848,3880,-6976,10111,4060,-7177,10412,4480,-7345,11081,5091,-7252,9046,3502,-6238,10110,4060,-5684,11044,4567,-4780,11094,4256,-4597,10928,3768,-4741,11862,5074,-5348,11694,5001,-5145,11187,4558,-5883,10105,4048,-4447,11578,4414,-6048,11720,4920,-3856,11958,3204,-2928,11761,3451,-2488,11521,3508,-2620,11981,3761,-2401,12237,4017,-1937,12844,4499,-1470,13359,4844,-1070,14013,5203,-1248,15157,4138,-1280,15417,3916,-1355,16341,3404,-1284,16479,3627,-1175,16967,3576,-1286,18040,2998,-1394,18709,1691,-1372,19344,1401,-1611,19601,1116,-1576,18825,1388,-1660,17969,1648,-1770,17463,1725,-1822,16642,2102,-2396,16130,2360,-1803,15337,3378,-1952,15782,2684,-1966,16058,2376,-2690,16747,1892,-1522,17123,2287,-1458,16814,2641,-1367,16186,3089,-1446,16446,2695,-1370,18723,2308,-1690,15138,3895,-1960,15318,3507,-2280,15443,4052,-1392,15805,3232,-1551,15764,3029,-1467,15351,3535,-1717,13751,5145,-1340,14291,5391,-2397,15161,4701,-2707,15830,3544,-3667,15683,3602,-4492,16625,2711,-1627,14972,5096,-1787,14912,5325,-768,14497,5218,-561,14946,4772,-847,14756,5193,-1333,14630,5377,-1128,14956,4585,-2538,14301,5619,-2662,13672,4973,-4452,13128,5978,-4305,12474,5323,-4843,13499,6466,-4400,13933,5959,-4042,14119,5796,-4400,13765,5004,-5063,13729,5205,-5146,14044,5146,-6546,13982,5663,-7034,14014,5902,-7157,13744,6165,-7505,13732,6765,-7662,13664,7340,-7604,13549,8320,-7740,12930,9122,-8007,13009,9697,-8075,13175,10091,-9336,12678,11118,-9219,13250,11998,-9278,13435,12609,-9715,12864,12539,-9940,12445,11711,-9786,11273,13142,-10056,10551,12884,-10381,10038,12491,-10096,10111,12420,-10845,9700,11988,-10747,10777,12239,-10759,11049,12183,-11632,10302,10344,-12294,9443,9579,-12391,9323,9886,-12687,8812,9969,-12218,8774,10684,-12948,7711,9999,-13637,7323,9500,-14147,6864,9166,-14089,7247,9022,-14379,7266,8536,-15393,6190,8089,-15528,5806,8165,-15783,5403,7795,-14984,5315,7629,-15214,4581,7238,-15732,3526,6768,-15300,3489,7065,-14803,3252,7363,-14658,2902,7067,-14091,3039,6768,-13602,2212,5588,-13000,2888,5977,-13273,2024,5362,-12514,2606,6085,-12383,2534,6298,-12228,1992,6458,-12260,1315,6957,-12044,2202,8402,-11907,2222,7897,-11598,3345,8743,-11390,3998,8922,-11323,4355,8754,-11542,4360,8293,-11341,5389,8656,-11271,6273,8728,-11508,6015,8356,-11782,6228,8425,-11351,6566,8650,-11440,7014,9027,-10893,7978,9827,-10478,8050,10169,-10295,8935,10723,-10248,9224,10958,-10151,9487,11339,-9840,9627,11660,-9745,10182,12167,-10015,9901,11907,-11731,7591,9860,-12577,7438,10094,-13379,6877,9434,-13532,6792,9621,-14023,6527,9125,-14075,6028,8249,-13766,5984,8336,-14382,5310,7814,-13750,5372,8315,-12886,5425,8466,-11931,5021,7637,-11780,5630,8001,-12202,5451,7851,-11591,6605,8685,-12236,5735,8167,-12601,5972,8862,-13046,6131,8919,-13067,6918,9151,-12273,7232,9491,-12440,6622,9315,-12049,6768,9352,-11456,7492,9641,-12373,6345,9162,-12986,6674,8982,-13553,6365,8531,-13415,6728,8958,-12410,7356,9625,-13038,7164,10019,-13419,7047,9843,-13751,6963,9569,-14187,6561,9203,-14136,6219,8481,-14756,5845,8150,-14755,6458,8706,-14598,6254,8729,-11413,7862,10049,-11574,8177,10754,-11070,8227,10174,-10839,9433,11999,-11464,10071,11439,-11567,10162,11132,-11648,10221,10744,-10651,9421,11932,-10986,8849,11338,-10842,6271,9634,-10756,7660,9640,-10832,6959,9590,-10603,7229,10036,-10985,7040,9200,-11085,7218,9159,-11118,6108,9107,-11214,5190,9031,-10900,5853,10015,-11043,5506,10445,-11501,4298,10070,-11769,3324,9355,-12285,1909,8499,-12460,782,7477,-12812,170,7361,-13044,-448,7006,-13792,-844,7327,-14698,-2897,6489,-14902,-3794,6704,-15182,-4937,6638,-15273,-4944,6079,-15451,-5096,4958,-15669,-5705,4796,-16242,-8496,4458,-15850,-7631,6031,-15803,-7612,6649,-15802,-7882,6966,-15653,-7776,8007,-15798,-8364,7705,-15741,-8519,7907,-15369,-7857,8705,-15436,-6931,8502,-15233,-6799,8986,-14609,-6700,9438,-14463,-5736,9857,-14135,-5072,10104,-13801,-4665,10233,-13530,-4389,10224,-13481,-3434,10711,-13969,-3071,10830,-14268,-3950,10416,-13780,-3813,10580,-14178,-4478,10287,-14651,-5496,9883,-13261,-3311,10616,-12760,-2566,10592,-11650,-3065,11116,-11438,-1968,11402,-11199,-862,11736,-10999,221,12049,-10942,-46,12283,-10698,1133,12604,-10579,889,12969,-10721,1896,12756,-10075,3426,13700,-10450,3061,13362,-9519,4639,14478,-9170,5506,15050,-9651,5573,14602,-10297,6012,14817,-10374,6166,14744,-10036,6977,15032,-9757,7610,15319,-9416,6262,14886,-9327,5726,14803,-9939,6145,14895,-9947,6680,15130,-10452,1897,13046,-10382,1277,13434,-10941,-444,12713,-11171,-1071,12248,-11083,-1050,12938,-11511,-2328,12139,-12010,-4431,11300,-11807,-3597,11356,-11822,-5779,11778,-11355,-5285,12073,-11188,-5296,12216,-10583,-3562,13207,-10491,-4163,13458,-9684,-4181,14667,-9100,-3900,15363,-8287,-2864,16051,-8556,-2269,15832,-9131,-1467,15178,-10825,-2054,13344,-11175,-1630,12967,-10549,22,13711,-10619,207,13378,-10127,-4596,14081,-10706,-4932,13146,-10220,-5420,13980,-9525,-5235,14933,-9000,-5389,15431,-8586,-6209,15735,-8700,-3860,15707,-9370,-6089,15087,-9808,-4996,14565,-11922,-5108,11835,-11951,-4544,11697,-11737,-3431,11996,-11502,-2542,12473,-11068,-4342,12538,-10897,-4319,12678,-10453,-2814,13381,-10015,-2383,14023,-9701,-3129,14551,-11341,-1772,12538,-11502,-2332,11661,-12347,-2622,10354,-14450,-8847,8137,-14662,-9704,7857,-14809,-10368,7541,-15056,-11726,6987,-14893,-12028,6625,-14312,-11819,5985,-14072,-12823,5232,-13984,-12071,5574,-13794,-13121,4924,-14094,-14229,4498,-13839,-15566,3788,-13562,-15562,3940,-13570,-16186,3904,-13717,-16303,3555,-14381,-17082,3133,-15376,-18870,2967,-14631,-19994,1658,-15475,-19918,2449,-15764,-21743,1837,-16006,-22410,1756,-15510,-22465,1188,-15868,-23018,1325,-15607,-24456,340,-15415,-23450,572,-15288,-24749,-252,-15839,-25020,368,-15986,-25743,56,-16924,-26180,225,-17870,-26769,-633,-17727,-26637,-337,-17279,-25865,344,-17065,-25255,695,-16368,-25983,158,-16369,-25100,696,-16710,-24837,924,-16426,-23414,1598,-16201,-23198,1565,-16364,-22216,2072,-15956,-24036,920,-16103,-24435,867,-16875,-23777,1471,-16664,-23472,1617,-16760,-22296,2134,-16685,-19303,3593,-16608,-18376,4130,-17105,-18318,3650,-17309,-18183,3240,-17307,-17572,3433,-17330,-17000,3722,-17676,-17006,3918,-18192,-16347,3518,-18570,-17051,3274,-18624,-16593,2903,-18815,-16914,2627,-18979,-16606,2395,-19103,-16270,2309,-19717,-17210,2173,-19878,-17687,2270,-19929,-17873,2367,-20093,-19417,3478,-19769,-19614,3646,-19480,-19559,3609,-18957,-19294,3448,-19602,-19782,3309,-20786,-20388,2890,-21186,-20326,3716,-21204,-20185,3817,-20677,-19784,3649,-20886,-20207,3774,-20235,-19941,3678,-20344,-20143,3362,-19770,-19911,2591,-20001,-19983,3520,-19585,-15000,2589,-19967,-16246,2530,-18841,-15622,2546,-17088,-17323,4054,-17240,-16489,3957,-16998,-15840,4596,-16899,-14594,5249,-16888,-13792,5421,-16710,-13678,5724,-16603,-12905,6019,-16347,-12083,6564,-16412,-11630,6508,-15466,-10076,7886,-14773,-9101,8238,-15224,-10249,7796,-15398,-12095,7034,-15520,-13094,6611,-15272,-12957,6536,-15194,-13861,5947,-14836,-14551,4996,-15342,-14842,5484,-15496,-15647,5107,-15602,-16401,4776,-15882,-16596,4899,-15837,-17277,4446,-16389,-18715,3997,-15494,-10939,7535,-15743,-11808,7156,-16117,-13515,6359,-15811,-13032,6652,-15910,-13942,6273,-16097,-14501,6020,-16418,-15215,5556,-16546,-15930,5198,-16177,-15754,5444,-16099,-16251,5190,-15608,-15227,5474,-15842,-14899,5789,-15568,-14023,6143,-15152,-11174,7336,-16904,-13186,5293,-17154,-13289,4279,-16828,-12291,5348,-16844,-11896,5014,-17121,-12689,4133,-17149,-12279,3834,-17273,-11707,3471,-17637,-11663,3140,-16858,-9851,3171,-16595,-8712,2916,-16321,-8362,3251,-16164,-7913,3339,-15867,-6489,4419,-15893,-7084,3536,-15707,-6082,4286,-15653,-6625,2686,-16335,-6624,1625,-16018,-6488,1880,-16333,-6837,1821,-16726,-7122,1631,-16810,-7627,2351,-16205,-6949,2330,-16219,-7245,2648,-16912,-8298,2804,-16514,-8165,2886,-17124,-8298,2569,-17304,-9277,2918,-17503,-9313,2783,-17524,-8354,2293,-17009,-7676,2059,-17606,-9045,2369,-17376,-10571,3238,-17028,-10789,3444,-17418,-8555,2267,-15925,-7373,3033,-16211,-7714,2937,-17655,-14279,3685,-17895,-14748,3522,-18190,-15685,3383,-18925,-13654,2366,-19611,-13272,2552,-19126,-13058,2295,-18875,-12250,2107,-18650,-11612,1937,-18382,-12205,2398,-18135,-12842,2962,-18318,-13035,2633,-18141,-11972,2704,-17768,-11263,3025,-17835,-10394,2848,-18582,-12597,2308,-18550,-14187,2663,-18873,-14332,2470,-17659,-12601,3245,-17677,-13452,3495,-17253,-13348,4053,-17068,-14379,4834,-17192,-15369,4233,-17243,-14094,4151,-16621,-11326,5769,-16386,-10002,5613,-16301,-9644,6002,-16367,-10207,6251,-16078,-8924,6725,-15849,-9469,7724,-15494,-8828,8403,-15196,-8384,8670,-15396,-9381,8230,-15646,-9554,8022,-16491,-11148,6222,-16520,-10222,4864,-16184,-8802,5348,-16584,-12126,6106,-16205,-10505,6967,-16119,-11133,7094,-15802,-10175,7662,-16802,-16766,4606,-16426,-16817,4878,-16782,-15785,5005,-15733,-20849,2299,-16081,-20595,2826,-16049,-21520,2241,-16513,-21328,2607,-16241,-20750,2860,-16456,-19448,3590,-16590,-20108,3271,-16023,-19841,3173,-16124,-18847,3802,-16246,-17923,4338,-15898,-17897,4101,-15591,-19126,3043,-14429,-16075,3709,-14965,-16203,4077,-15288,-16813,3984,-15547,-17508,3853,-14919,-15343,4572,-14552,-14464,4748,-14661,-13584,5354,-14595,-12091,6136,-14515,-12661,5725,-14820,-17326,3263,-15184,-17184,3628,-14180,-15331,3964,-14574,-15234,4309,-14058,-13545,4869,-15552,-7034,7474,-15292,-5895,7562,-15096,-4818,7176,-14699,-3453,7673,-14457,-2801,8211,-14164,-1951,9024,-14046,-1470,8612,-13893,-935,8148,-13477,43,7990,-13131,908,8576,-13306,611,8702,-12055,2843,9260,-12565,2420,9491,-12562,1268,8185,-13152,259,7852,-14114,-1367,7334,-14278,-2032,7657,-13848,-653,7901,-14580,-2884,7250,-15393,-6556,8353,-15137,-5823,9045,-14666,-4770,9894,-15014,-6017,9397,-14839,-6402,9476,-15798,-6228,4953,-15868,-7003,5179,-11347,4392,9677,-11714,3205,9017,-11063,5313,9538,-10641,6777,10256,-10269,8030,10957,-9927,8666,11843,-9995,8385,12026,-9676,9280,12706,-9970,8568,12915,-10066,8547,14035,-9970,7756,14566,-10628,6762,10556,-10449,7269,11519,-11042,6322,12101,-10597,7171,13813,-10465,6843,14112,-10638,7677,13311,-10662,7424,12847,-10140,8595,13507,-10114,8680,13745,-10216,7927,11397,-10149,8138,12707,-10596,7138,12132,-13633,7964,9154,-13619,8126,8834,-13550,8128,8481,-13476,8002,8025,-12860,8613,8365,-12413,8983,8209,-12480,8735,7650,-11634,9713,8577,-11685,9902,9162,-11027,10707,9870,-10659,10899,9641,-11012,11040,10869,-10897,11139,11456,-11000,10937,11637,-10376,11697,12334,-10355,11490,12639,-13212,8010,9806,-10491,10486,12417,-9862,11748,9409,-8697,12528,9529,-8584,12985,10210,-8094,12864,9695,-8192,11754,7408,-7689,12528,7501,-7734,12060,6748,-7127,11644,5450,-7955,10239,4925,-8365,11340,7009,-9237,11073,7483,-9768,11134,7672,-10457,10926,9223,-10073,11598,10210,-9738,11935,10243,-9738,11757,9046,-9807,11434,8304,-10000,12205,11249,-10420,11726,11106,-10353,11888,11704,-10473,11430,10512,-11129,10210,8864,-11260,9708,7999,-11762,9270,7795,-12303,8564,7035,-13062,7865,6566,-13537,6631,5319,-13253,6204,4865,-12470,6102,4805,-12160,5525,4302,-12460,4366,3622,-12045,5267,3399,-12302,4516,2667,-12735,2782,2093,-12957,1959,1068,-12817,2994,606,-12979,2907,770,-12773,3758,1323,-12325,3921,1126,-11609,4109,1426,-11609,3294,1069,-11940,3249,789,-12419,4257,1432,-12116,3439,807,-12710,3073,1855,-13080,2474,648,-12930,3075,1114,-12782,3623,1504,-11560,5276,2166,-11373,4614,1827,-10921,4638,2532,-10367,5262,3157,-10640,4531,2694,-10716,6574,3660,-10706,7517,4186,-10045,5141,3114,-10761,5331,3018,-11212,5317,2429,-11011,6249,3184,-11112,6761,3339,-11991,6032,2728,-11968,5357,2164,-12275,5279,2319,-12239,5465,2859,-11622,5878,2543,-11408,6765,3160,-11870,6200,3725,-12101,6279,4813,-11966,5586,4064,-11957,5465,3747,-11653,7088,4964,-11724,6400,4365,-11640,6830,4438,-11707,6685,3127,-11554,7542,3719,-11867,6764,3506,-10352,8247,4845,-11148,8839,4814,-10702,8327,4613,-11103,7509,3787,-11219,8264,4258,-11333,7745,3863,-11629,7766,4095,-11715,7138,4108,-11632,7562,5412,-11862,7223,5346,-12192,7675,5903,-12260,7120,5451,-11427,8423,4587,-11300,9123,5512,-11274,8858,6010,-11539,8203,6007,-11970,8124,6285,-11826,8623,6809,-11586,9140,7362,-11159,9535,7383,-10648,10589,8408,-10307,11172,8404,-10285,11028,7760,-10646,10656,7711,-10676,10559,7179,-11017,9972,6318,-11161,9626,5993,-11170,9324,6608,-10935,9986,7570,-10926,10239,8494,-12981,7633,6137,-11495,7736,5183,-12887,7157,5573,-11466,8524,4991,-11250,9182,5288,-10377,9596,5633,-10643,9595,5453,-11009,9583,5485,-9664,9789,6045,-9091,10088,6239,-8191,10637,5789,-7524,11486,5613,-11027,3782,2138,-11378,3956,1599,-12928,8192,7020,-13566,7405,6469,-14084,7056,6844,-13970,7393,7423,-15561,5778,6467,-16403,4953,6732,-16068,5102,7534,-15832,5594,7823,-15915,5688,7437,-15575,6148,7474,-15310,6309,7054,-14493,6999,7353,-14162,7517,8045,-16146,5160,6295,-16168,5197,7368,-15971,5617,6777,-14594,6418,6483,-14867,5727,5986,-15423,5546,6125,-15621,5015,5819,-16126,4628,5762,-16924,3611,5540,-16966,3734,5943,-16815,3982,6401,-16574,4502,6777,-16367,4548,7080,-16632,4387,6065,-16242,4849,6034,-14209,6713,6400,-13731,6992,5929,-14160,6481,5816,-14194,6178,5349,-14814,5195,5155,-13916,5936,4852,-13757,4926,4066,-13189,4848,4038,-13181,5862,4645,-14027,5282,4365,-14350,5551,4813,-13025,8284,7670,-13587,7641,7172,-9276,11530,8198,-8822,11832,8447,-8187,12258,8619,-8333,11920,8159,-9304,11847,8769,-9477,12143,9575,-8611,12290,9008,-9281,12564,10379,-9055,12900,10741,-7759,14006,8510,-7851,14500,8666,-8212,13913,9154,-8815,13891,9476,-9380,14483,10223,-9116,14644,10525,-8430,14608,11567,-8054,14362,11312,-8016,14126,11250,-8473,13794,11355,-8838,13632,11896,-8708,13252,10698,-8014,13537,10568,-7885,13630,10276,-8502,13996,10414,-8165,13350,9897,-8700,13488,9652,-8300,13314,9416,-7983,13355,9032,-9085,13852,9913,-7864,14861,12354,-7734,15221,12660,-7507,15473,12877,-7053,15955,13700,-7557,16865,13689,-7544,17888,13635,-7846,16404,13370,-7443,16138,13209,-8120,17160,13575,-7577,17022,13427,-7450,16977,13515,-7357,16217,13367,-7283,15927,13227,-7334,15671,13342,-7138,15828,14392,-6706,16204,14931,-6767,16478,14421,-6577,16531,15157,-6268,16312,15896,-6338,15902,16171,-5838,16286,16382,-5544,16463,16798,-4788,16798,18140,-4501,15928,18545,-4768,15061,18080,-6433,14026,17159,-6245,13528,17109,-6127,12344,17490,-6606,11241,17351,-6703,11827,17059,-6308,10868,17698,-5921,10741,18149,-5671,11258,18309,-5159,11813,18521,-4180,13174,18697,-4436,14468,18523,-5394,14752,17519,-5412,15456,17292,-5827,14319,17222,-4613,15190,18402,-4857,12678,18704,-5108,12412,18611,-4611,13391,18747,-5967,11682,17822,-5568,12613,17959,-5183,12538,18504,-5922,11312,18013,-5219,13531,18012,-5809,13324,17515,-4623,12473,18578,-4409,12287,18595,-3739,13642,18866,-3220,14111,19674,-3595,15371,19494,-4047,15253,19058,-2961,16543,19875,-1184,17928,19669,-629,18184,19848,-928,18317,19983,-565,19033,19843,283,19224,19990,14,20218,20276,-107,20451,20513,-504,21374,20879,-964,21426,20850,-1216,23088,20492,-151,23255,20415,-584,22505,20526,930,22029,20608,750,23042,20399,2494,23339,20250,2782,24649,19768,3829,25886,19759,4360,25124,19624,4217,25564,18804,4988,24366,18966,5337,23482,19031,4668,22940,19092,5011,22159,19048,4860,22057,19145,5224,21219,19041,5413,20208,19777,5235,20595,20043,4393,21248,20219,4104,21768,20651,2770,21306,20981,2784,20795,20637,2304,20092,20199,3038,19699,19482,3495,19651,19339,4070,19592,19143,3712,19776,19416,4451,19578,18980,5027,19535,18707,5754,19295,18219,6830,18327,17401,6136,17419,18052,5626,17459,18589,4796,17485,19233,4559,17855,19485,3829,17911,19867,3154,18297,19848,2257,18278,20113,2339,19799,19635,2162,19971,19719,2837,19948,19591,2154,20030,19930,1571,19759,19763,1542,19946,19796,1048,19995,19878,840,19840,19792,1091,19235,20042,2089,19263,19946,1901,18786,20246,1547,18511,20317,1001,18833,20281,2578,18645,20135,1066,20154,20322,1811,20201,20545,3128,18928,19919,4513,18813,19277,5981,18406,18275,6090,18012,18220,6574,18077,17780,6395,17753,18032,5637,17895,18694,5708,18179,18430,5451,17732,18873,5327,19067,18624,3162,21331,20668,4588,20695,19982,5524,20906,19688,4962,21841,19336,5157,22268,19958,5048,22609,20193,5197,21991,20162,5385,21576,19948,5047,22159,20340,4857,21480,20428,4746,22037,20471,3853,22437,20614,4753,23431,20227,4732,23880,19917,4318,25149,19306,4084,25746,18964,3883,23214,20444,5366,21035,20083,5733,19775,19079,5912,19696,18400,6176,19990,18215,7098,19574,18264,7027,18988,17136,6921,18843,17158,6272,18843,17854,5669,20163,19318,6090,20742,18695,5626,20817,18689,5731,20348,18358,5588,20263,18661,5408,20763,18864,5320,21381,18916,5482,21748,18991,6250,22121,18944,6744,22760,19046,7000,22703,18971,7001,22970,18714,6640,23823,18658,6100,24887,18683,6083,24506,18859,5561,25729,18668,5103,25984,18660,4511,25904,18755,3913,26936,19245,3885,26185,19642,2961,25506,19538,2671,25115,19575,2237,25303,19464,1779,25263,19507,1787,26073,19369,1254,26175,19459,1971,27407,18996,2423,27699,18883,2158,30200,18301,2834,29903,18355,2993,30520,17642,3264,29885,17926,3480,30406,17825,3723,30511,17632,4146,29288,18130,4321,29467,17815,4242,29997,17634,4542,30207,17529,5148,29264,17617,5991,28986,17670,6431,28336,17542,6934,26732,17229,7244,27071,17340,7180,27943,17622,7599,27502,17555,7873,28543,17218,8111,27897,17126,8676,27732,16635,9041,26638,16447,8758,26566,16807,9314,25332,16477,9104,25026,16952,9406,23972,16737,9090,23806,16795,9368,22773,16488,9763,22711,16472,9973,23490,15498,9827,22453,14849,9911,21756,14749,9848,21654,14216,10218,21475,15210,10489,20906,15406,10159,22577,15677,10306,21798,15691,10022,22821,15323,10056,21141,14656,9884,21917,13757,9787,23300,13870,10148,23305,12675,10271,22333,12323,10383,23391,11981,11579,24670,11152,12334,24309,11121,12523,24067,10932,12065,23974,10884,12535,23343,10770,10117,21377,12940,10273,21664,12195,10573,22238,11399,10572,22999,11519,10781,23525,11119,10841,22547,10750,11608,23397,10570,10955,21506,10660,12194,19998,11073,12619,19949,10811,12261,17794,11108,11849,17389,11447,12257,17016,10375,12696,16424,9382,12399,15523,8269,11624,14339,7313,11415,14066,6999,11237,13745,7326,10930,13902,7759,10418,14892,10018,10233,15271,9753,10044,15705,9779,10877,16330,9990,11776,16513,9917,11851,17135,11107,9481,16445,11978,10101,15483,10666,9968,15697,9979,9519,16595,10790,9734,16153,10413,9837,16793,10963,9906,16639,10567,10015,16386,10253,10819,16856,11290,10079,16852,11727,9605,16923,12242,9324,17128,13001,9100,16871,13800,9141,17399,13634,9007,17270,13661,8426,18372,14775,8848,18078,14295,8756,18516,14856,9052,18458,15370,8381,18640,15194,7984,18163,16049,7527,18240,16659,7009,17955,17395,6928,17738,17469,7215,18833,16853,7582,18766,17415,8290,19133,18063,8116,18878,18062,7836,19596,18632,7816,18913,18039,7322,19094,17833,7809,20418,18812,7591,20981,18925,7282,21596,19046,7285,22079,18439,7586,21822,16936,7367,22813,17032,7174,24123,17086,6532,24985,17376,6833,25091,17205,6342,24565,17735,6490,24425,17519,6818,23929,17353,7098,22738,17295,6903,22950,18098,7222,22428,18718,6697,23658,17564,6620,23695,17871,6975,22164,19051,6853,21124,18934,6500,20515,18684,7361,20006,18737,6875,19916,18448,7653,19336,18458,7520,20348,18900,6375,21047,18827,6964,22615,17616,10230,17898,12940,10817,17949,12257,10620,18272,12360,11035,18745,11907,11900,19463,11389,10969,19379,11671,10359,19405,12199,10320,18571,12496,10078,17134,13424,10023,17358,13945,10065,18317,15356,10562,18320,15081,10672,19903,15125,10517,19981,15448,10591,20416,15396,10451,20935,15848,10802,18960,14997,10824,18481,14851,10540,17879,14653,10582,17777,14083,10432,17555,14043,10442,17675,13683,10272,17472,13381,10387,18408,13631,10202,17902,13264,10153,18879,12950,10176,18999,12680,10663,20806,11205,10795,22129,10687,10912,20416,11213,11338,20316,11116,10802,18478,14541,10773,18987,14600,10355,19438,13945,10491,20152,14723,10229,20062,14044,10086,20709,13411,10188,19801,13052,10313,20814,11894,10386,20605,11719,10156,20530,12901,10249,19240,13337,10580,18649,15251,10270,19026,15509,9434,19521,15943,8971,18903,16183,8473,18799,15513,8117,18781,15874,7637,18701,16514,7831,18798,16753,8082,19261,16980,8182,18795,17263,8031,19662,16800,8232,20322,16382,8807,20853,16174,8478,21592,16340,7704,23396,16794,7667,23984,16841,7714,24534,16867,7012,26357,17171,6780,26237,17223,5775,27660,17530,5154,28484,17678,4870,27639,18413,4187,27892,18485,3807,27482,18610,3477,28560,18914,3364,28457,19002,3453,29055,18539,3448,29214,18171,3165,29718,18370,3097,29257,18638,3608,28624,18352,3760,28073,18428,3651,28238,18520,4682,29330,17673,4677,28873,17811,4631,28374,18299,4300,28875,18253,5426,28680,17612,5900,28624,17588,5813,28256,17552,7299,26564,17204,8080,24589,16836,8409,24587,16855,8809,23188,16516,9408,21759,16197,10118,21874,16231,10410,21464,15854,10283,20521,15765,9248,20097,16028,8240,19328,16614,9450,20396,15970,8855,21509,16185,9796,21128,16023,10207,21343,16082,8788,22435,16345,8144,23314,16624,8486,23762,16642,10164,19960,15683,8862,24779,17060,8471,25650,17225,8364,27214,17030,7750,27835,17435,7887,25967,17160,8220,26634,17364,7508,27297,17505,8124,26440,17384,3801,29451,18175,7178,25023,17056,8098,21859,16567,7889,21214,16653,7531,21304,17038,7801,20316,16699,7537,20543,17152,7524,20627,17538,7393,21151,17397,7957,20711,16537,10252,17256,13362,10094,18027,14905,9256,18165,14856,10396,17963,12644,10684,19457,11805,10999,16698,10534,11713,16908,10670,10293,15940,9759,12520,15931,9103,12393,16617,9751,11720,16073,9468,11536,15205,8960,11030,14767,8795,10639,13727,8000,10480,14249,8336,11772,14598,7677,12020,15067,7876,11478,14547,7158,11228,15879,7256,10865,15457,6977,10969,16824,7306,10669,17104,7112,11107,19998,7815,11353,19485,7945,10850,21911,7514,10802,22396,6902,11686,23150,7188,12971,23582,7708,12509,23688,7654,13830,24736,8635,14616,25686,8832,14437,25382,8838,14915,26714,9475,14891,26762,9857,14331,26958,10550,14779,28199,11262,14285,28586,11664,13457,29320,11574,12961,29795,11056,12664,30453,11149,12707,31597,11833,12605,32391,12306,11991,33157,12619,11003,32774,14057,10618,33147,14199,10188,33232,14094,9732,33624,14001,9849,33826,13975,11243,34992,13321,10955,36071,13228,11211,36560,13317,11996,36756,13233,12333,38022,13111,12254,38584,12834,13526,40208,12316,14221,40523,12617,14958,40595,14082,15357,40095,14471,15049,40063,14483,15201,39595,14677,15957,39890,15241,17030,40914,16077,17470,41029,16140,17569,42130,15176,17243,42550,14357,17594,42811,13374,17092,42337,12311,17026,42178,11738,16073,41369,11048,17205,41644,10213,17661,41563,9759,18461,41906,10492,18102,41746,10082,18084,41242,9252,18354,40862,8811,18805,39913,7825,18471,39573,7579,18965,39293,7257,19237,38110,6323,19876,39059,8154,20206,39015,8339,19845,41235,9723,19726,41773,10266,19647,41986,10523,19730,41678,10940,19613,40887,10785,19468,39929,10346,19512,39806,10406,19687,39400,10383,20147,39970,10680,21178,40051,11269,21160,40775,11349,21761,40929,11738,22415,41862,12244,22935,42108,12552,23927,43597,13343,24284,43757,13587,24841,45090,14053,24986,44807,14143,24938,46097,14250,24608,46050,14159,24860,46813,14412,24248,47582,14615,24554,49806,15467,23710,49963,15940,23387,50200,16639,23135,49184,16470,22881,47835,16093,22474,46771,16641,22767,48739,18310,22964,49702,18507,23180,50682,18534,23277,51055,18922,23414,51660,18571,23887,53511,18955,23822,53240,19415,23970,53943,19196,24415,57508,19503,24684,56400,18438,24959,56179,17989,24832,55017,17621,24572,54875,17842,24230,52190,16630,24596,53607,17104,24831,57357,18625,25111,57978,18499,24694,58265,19124,24882,58807,18992,25164,60034,18953,25493,59530,18647,25179,60890,18994,25060,61444,18997,24772,60839,19230,24362,61095,19469,24200,60943,19774,23433,61662,20163,23041,62304,20173,23120,61983,20867,22809,62665,20851,22793,62002,21127,22830,61138,21146,23445,61096,21025,23994,60758,20997,24086,60757,20323,24357,60254,20016,23243,61556,20964,23452,61476,20824,24801,60197,19299,24532,60527,19560,24465,59648,21145,24687,58603,21425,24534,58747,21617,24003,59029,21450,23976,59405,21509,24329,59845,21427,24321,59387,21635,24517,59315,21582,24175,60508,20588,24246,60297,21203,23950,59898,21433,25590,58511,18332,25332,57707,18217,25155,56122,17802,23951,53379,19909,24177,53854,20320,24300,54806,20259,24144,54713,19573,23395,49151,15840,23068,48126,15824,22964,47512,15694,22857,46236,15022,22550,45693,14933,21794,45197,15558,20004,43738,14921,21139,44407,14664,21501,44198,13830,21708,44020,13480,22355,44536,13747,21634,43310,12778,22513,43146,12728,21366,41893,11807,20820,41072,11281,19919,42317,12033,20694,42681,12255,20909,43204,12795,20645,43596,13551,19514,43348,14522,18093,42664,13697,18687,42425,13098,18505,42734,12721,20075,43366,13639,19398,42564,12660,18294,42547,13823,21208,43726,13363,21712,42987,12523,20232,42062,11747,20563,41870,11631,20749,41638,11515,22201,43782,13147,22666,43630,13043,22428,42769,12519,23830,44418,13535,24182,46195,14199,23027,43515,13019,22663,42301,12446,23517,43551,13158,24113,44161,13535,22798,44468,13587,23227,44242,13415,23594,45530,14065,23737,44899,13733,24124,45388,13941,23047,44992,13883,22629,45200,14255,22177,45232,14832,21807,44907,14777,21322,44660,15120,21190,44234,14173,22165,44825,14166,23992,47888,14790,24126,49625,15508,23298,48089,15344,23558,48734,15401,23659,48122,15030,23452,47390,14862,23141,46629,14862,23813,47208,14595,23775,46551,14399,23622,46065,14292,24363,47028,14410,23113,45980,14516,22338,42304,12315,20413,39106,10743,20198,37808,10928,18927,36495,11231,18440,36371,12585,17855,35793,11926,17454,35685,10425,17806,36034,10092,17645,36424,9481,17197,36690,8869,16674,36052,8598,17142,35904,9275,16342,35660,8425,16783,36013,8263,16798,36301,8462,17189,36789,8723,17425,37282,8892,17392,36795,8611,17811,37799,9329,17807,37842,9209,20119,38608,9235,19793,39059,9521,19947,39814,9930,19983,40320,10208,18359,38098,9325,19300,39076,9654,18938,38105,9209,17913,35943,11473,17506,35526,11392,17223,35357,11041,16852,35049,10333,16460,34934,9672,16065,34743,9004,16378,33984,8556,16221,34240,8307,16236,34287,7795,16572,32959,7219,16705,33085,6887,16905,32480,6530,17307,32305,7511,17676,32585,8019,18190,32545,7977,18474,34160,10405,18327,34585,10889,19049,34952,11905,19494,34743,12069,20449,34154,12674,20166,35112,13405,20584,34006,12927,20468,33617,12994,21053,32839,11894,21425,32188,11212,20930,32503,10812,19489,34254,11423,20134,34505,12577,19097,34503,11378,19070,33966,10499,19462,33430,10038,20091,34318,13690,18930,34376,14185,17480,32131,12981,17223,32666,12267,16912,33027,12177,16472,32502,12533,16374,32655,13230,16258,32002,12998,15439,31823,12655,14999,31700,12514,14691,31553,12447,14748,29902,12025,14124,29960,12189,13359,30822,12368,12665,33196,13203,12035,33791,12873,13548,30864,12494,13717,31792,12686,14352,31433,12430,13686,32654,12822,14126,32587,12738,14002,34357,13120,13315,35305,13385,13012,34896,13288,12713,35472,13353,13512,33963,13063,14557,32760,12777,15082,32785,12846,15660,32878,13127,15339,34084,13317,14730,36142,13865,14552,34061,13088,14054,35475,13477,15007,34014,13165,14252,34729,13264,14487,35942,13699,16125,32557,13257,16099,33147,13500,16286,33463,13554,15954,33715,13669,16540,34397,13202,16148,34460,13755,15544,35182,13972,15182,35867,13995,16649,36350,14711,17345,35946,15259,17365,34898,14920,17659,34887,14851,17943,34030,14355,19560,35855,14748,19723,36567,14726,19735,36011,13783,19063,36925,14015,19119,37090,14053,18884,36817,13452,19456,37114,13849,19116,36759,12841,18381,36419,12906,18947,35806,12791,19797,35563,13290,19406,36635,14144,19993,35820,14019,18946,36456,13462,18797,36659,13459,18201,35528,11910,17337,33626,9216,16929,34267,9599,17021,33012,8291,17959,33258,8999,17743,33628,9424,17403,33001,8518,19614,34600,14079,19816,35542,14484,20136,34786,13856,19994,35731,14271,20345,34544,13473,15797,35275,14162,16021,36139,14352,16101,36305,14455,16690,36007,14504,15688,36230,14522,15997,34826,13988,16464,34887,13554,16336,35401,13922,16213,35221,13847,17246,33116,12655,16683,33630,12617,16505,33129,12488,16445,32885,13064,16399,33541,13072,16662,32955,12132,16992,33823,12851,15940,35670,14242,14996,34821,13437,14132,30907,12352,15793,30818,12428,20330,33217,12808,20934,32629,11970,21327,32050,11268,21965,31509,10215,22230,31323,9278,22465,30865,9153,22739,30035,7843,22443,30295,8454,20535,29628,7824,20067,29105,7381,19834,29350,7484,19115,29602,7915,19317,29850,8160,19822,30951,10094,19801,32153,11987,19257,32067,12243,18279,31180,12051,18149,31704,12681,17162,30792,11119,17364,30538,11290,17691,29919,10956,17517,29774,10700,17826,29603,10574,17498,29272,10155,17801,28671,9455,17433,28958,9738,17613,28473,9235,17188,28345,8855,17481,27856,8487,17546,27236,7520,17635,27368,7397,17906,28119,6570,18299,28357,6107,18682,28349,5853,18653,28802,6720,19087,28971,6822,18528,28734,7623,18893,29376,7924,17820,27845,8101,17874,27866,7567,17785,27916,8443,19291,29414,7462,19324,28851,6708,18373,28039,5126,17865,28016,5489,18946,28222,5714,19629,28749,6778,19877,28216,6554,19253,28161,5848,17578,30926,12025,17809,31213,12377,17611,30607,11672,18407,30863,11576,19316,30715,10331,18588,30443,10783,17962,30027,10960,17808,29115,10036,18995,31151,11373,19670,30627,9572,17920,30739,11784,19972,31317,10647,19373,31205,11066,19488,31670,11607,19531,30165,8630,20000,30100,8362,20849,30495,8773,20865,30091,8173,20301,29655,7928,20144,30682,9133,20613,30541,8890,21558,30491,8694,22283,30617,9029,22007,30221,8208,22613,30484,8530,21297,30117,8013,22543,30680,8436,21970,31422,8915,21848,31679,9501,21405,31903,9212,21939,31128,8376,22352,30525,7815,21613,30593,7109,20447,29343,5501,21164,28769,5272,21504,29335,5870,22611,28837,5803,22861,27237,4893,22771,26967,4954,22277,26743,5026,21591,26693,4743,21667,26470,4298,21914,26227,3486,21399,26233,3597,20230,26063,3376,19860,25927,2606,19037,25691,2417,19247,26105,2962,16868,27215,3160,16116,26799,2462,15510,26323,1918,16194,26315,1988,17143,25594,1719,17248,25329,1373,18467,26046,1134,18604,25428,1699,18131,25549,978,17384,25464,759,16286,25372,1236,16807,25254,1148,16736,25555,451,16241,25622,293,15586,26307,-62,14906,26364,-246,12841,26613,-505,12746,27562,-292,12274,28769,-105,13066,28274,-192,13563,28231,-49,12939,27157,-351,14805,26952,-190,15542,26671,26,14712,27612,312,14467,28016,501,13929,28344,440,14169,27700,-45,14722,28194,742,15216,28202,943,16953,28193,1063,17125,28709,910,17635,28768,994,18480,29016,1250,20357,27341,1545,20070,27172,1458,18787,26939,1447,18494,26724,1383,17532,27102,1256,17407,26038,736,16449,26412,495,16446,25985,241,16398,26828,894,19898,28079,1285,18579,28697,1185,18877,28118,1250,18396,27590,1362,19284,27396,1471,15645,27169,703,16388,27259,1049,16637,27646,1118,15399,26922,130,11664,28332,-134,11107,28799,101,10590,30679,451,10394,31583,693,10556,32640,1087,10044,32952,1175,10078,33511,1516,9709,34775,2297,9595,35432,3081,9244,35968,3275,8930,35715,2999,8926,35746,2719,9059,35312,2415,8931,34373,2122,9073,34293,2183,8656,33399,1932,8655,33680,1897,8993,34772,1410,8906,34593,1702,9485,35258,2757,9744,33974,1770,9076,33587,1923,8926,33148,1846,9344,32930,1591,9455,31480,1254,9451,30573,1105,10893,28212,156,10756,27702,164,11222,26721,-223,11808,26034,-541,11978,26637,-467,13423,26261,-483,13171,25965,-497,14087,26057,-369,13920,25833,-324,14524,25691,-90,15089,25800,-176,15372,25619,129,15494,25525,939,15776,25361,732,14800,25752,875,15157,25992,1504,15702,25852,1484,13739,25751,-120,13437,25778,278,12914,25758,449,12237,25522,815,10946,25816,-274,10316,25474,-137,9944,24861,-38,10506,25214,-141,10025,24315,127,9898,22971,247,9807,21940,326,9642,20652,271,9186,21330,197,8949,21239,203,8550,19439,499,8825,19560,371,9386,19385,231,9799,19368,522,9444,19513,1560,8711,18353,1871,7473,16738,1544,7061,16334,1999,7008,15954,4246,6519,15311,4397,6800,13997,4881,6446,13817,4721,5882,13962,4811,5475,13430,4517,4940,12829,4106,4454,12392,3644,3766,12165,3074,3395,11510,2726,3493,10917,2250,3762,10380,1930,3631,9176,1198,3279,8268,395,3334,5667,-973,3149,4532,-1687,3163,3944,-1938,2965,4352,-2018,2669,4290,-2279,2327,3670,-2660,2532,2881,-3222,2194,1660,-4020,2036,-27,-5148,1289,-1360,-5453,685,-1382,-4809,-99,-1364,-4026,-902,-3124,-4316,-1267,-4082,-4526,-1641,-4485,-4571,-2121,-4970,-4771,-2200,-6384,-5131,-2387,-6164,-5172,-1749,-6643,-5289,-1509,-5266,-4849,-304,-2562,-4527,-2191,-4129,-4738,-2327,-3045,-4879,-2545,-1995,-5187,-2719,-647,-4842,-3209,-647,-4913,-3410,-1453,-5315,-3899,-1671,-5169,-4402,-1520,-4593,-4931,-3456,-5539,-4988,-5051,-6458,-4488,-5247,-7104,-4137,-4705,-6968,-3695,-6412,-7741,-3498,-6821,-7516,-3338,-6878,-7149,-3950,-450,-4284,-4947,-269,-3767,-5368,-1772,-4491,-5840,-1899,-4578,-6450,-2760,-5057,-6880,-2668,-4928,-6876,-3508,-5373,-7960,-4030,-5419,-8193,-5563,-6162,-8273,-4445,-5538,-8625,-6725,-6629,-9157,-6760,-6229,-9179,-6499,-6006,-8968,-7202,-4664,-8935,-7614,-3783,-9574,-10149,-4228,-9484,-9159,-3765,-9430,-10314,-4479,-9080,-8832,-4205,-7289,-3423,-5213,-7334,-4790,-5935,-7114,-5174,-6103,-6605,-5227,-5891,-5980,-3370,-5311,-6655,-3913,-5595,-6510,-4100,-5635,-6033,-4491,-5662,-7474,-6226,-6553,-6898,-5941,-6133,-6593,-6397,-6306,-5468,-5618,-6452,-5513,-5340,-6248,-5363,-4569,-5910,-6576,-5846,-6064,-8454,-6282,-6517,-7980,-6246,-6599,-7268,-6567,-6444,-8358,-7161,-7056,-8586,-7790,-7372,-8447,-8169,-7559,-7562,-8771,-7338,-8569,-9377,-7650,-8860,-9277,-8019,-9210,-9741,-8188,-9446,-9428,-7818,-9730,-10723,-8033,-9368,-11476,-6721,-9270,-11219,-6176,-9411,-12913,-6533,-9444,-13491,-6692,-9528,-14517,-6860,-9480,-13389,-6318,-9591,-13140,-5892,-9889,-12872,-5411,-10049,-12844,-5330,-9799,-13501,-5806,-9382,-12352,-5896,-8570,-9867,-7715,-9005,-9820,-8123,-8142,-7519,-7216,-7638,-7650,-6844,-7549,-8136,-7006,-6754,-7635,-7103,-7164,-7120,-6577,-7980,-7116,-7017,-8923,-8005,-7296,-9072,-7339,-6705,-9373,-8361,-6119,-9358,-10656,-6487,-9243,-9912,-5947,-9156,-10475,-5376,-9307,-11938,-6144,-9292,-7462,-6512,-7366,-5807,-6385,-5556,-4064,-5617,-5651,-2900,-5087,-4346,-727,-4197,-1711,-3990,-4449,-2119,-3439,-4595,-1775,-2806,-4098,-761,-2193,-3959,1195,-474,-4832,-1917,-3745,-4467,-1867,-1904,-4050,-816,-1461,-3577,-385,-896,-3523,-242,1127,-2369,-353,-230,-3143,-872,833,-2379,-1028,125,-2725,-772,189,-2719,4,-330,-3517,808,1810,-2738,1387,2741,-2668,764,3212,-1762,1636,4002,-1952,2068,5912,-963,1242,5082,-904,394,2719,-1738,99,3978,-923,-1116,3450,-1431,-1234,2376,-1914,-1371,3748,-1618,-1622,3800,-2074,-1964,4177,-2429,-1948,3438,-2684,-2016,2504,-3052,-2230,2106,-3341,-2096,1642,-3359,-2308,1335,-3698,-2427,37,-4366,-2802,226,-4472,-3240,1676,-3622,-3700,1249,-3421,-4111,1197,-3199,-3510,2355,-2837,-3389,3192,-2395,-2270,5119,-1956,-2083,6049,-1483,-1629,6658,-1080,-1445,6335,-1039,-1115,5725,-418,-883,5633,-139,-782,4712,-566,-509,4652,-498,608,5129,-538,-170,5410,-81,-58,7029,805,-465,8346,1373,-843,7303,572,-1015,6576,112,-3198,7763,823,-3589,7040,395,-3552,7585,790,-4219,6698,288,-5114,6398,215,-5552,6577,355,-6069,6451,312,-6280,6437,496,-5796,7205,616,-6174,6874,705,-1068,6772,-421,-929,7566,239,-882,8195,410,-746,8457,1059,605,6395,230,1374,6246,-306,1997,5076,-1453,2322,4279,-2235,1691,2656,-2989,1573,1748,-3610,1375,780,-4170,1737,1588,-3847,290,445,-3254,948,1516,-3138,2091,2597,-3293,1886,3543,-2487,-1982,4850,-2115,-2566,5095,-1818,-2928,4876,-1603,-3795,3398,-2025,-4138,2866,-2192,-4283,1772,-2787,-4762,585,-3337,-4445,876,-3249,-4101,395,-3673,-3439,203,-4344,-2871,5523,-1180,-3003,5994,-664,-3210,6704,20,-4682,5339,-531,-6133,4716,-427,-6106,4363,-669,-6756,3875,-871,-7086,3878,-629,-5241,3918,-1220,-5274,3155,-1643,-5681,2471,-1980,-5067,1591,-2708,-5533,809,-3100,-5952,419,-3297,-6638,79,-3443,-7283,-35,-3286,-8332,-1299,-3580,-8213,-1148,-2608,-8211,-2161,-1753,-8547,-2529,-1187,-10097,-4580,-1816,-10603,-6830,-2907,-10770,-8117,-3460,-11471,-8512,-4060,-11773,-7517,-3549,-11390,-6624,-3210,-11233,-5904,-2900,-11346,-5291,-2533,-11662,-5462,-2149,-10944,-5553,-2652,-11083,-6623,-3148,-11503,-7455,-3626,-11201,-7614,-3561,-11039,-4375,-2057,-11130,-5422,-2635,-11296,-4301,-1926,-10336,-6267,-2565,-9497,-6246,-2408,-9184,-6111,-2456,-8924,-6393,-2945,-8654,-5014,-2586,-8587,-4908,-2878,-8579,-4843,-3338,-8828,-6339,-4203,-8960,-5517,-5659,-8650,-5889,-6138,-8813,-4412,-5181,-8634,-3241,-4610,-8511,-1991,-3938,-8605,-2419,-3822,-8478,-3791,-3015,-8622,-4314,-2140,-8274,-2257,-2388,-8083,-1360,-1747,-8429,-2273,-3047,-8429,-1561,-3394,-8225,-1685,-3970,-8264,-2171,-4263,-8264,-3097,-4754,-7896,-2667,-4650,-7661,-1651,-4171,-6883,-1228,-4203,-6410,-1835,-4577,-5211,727,-3202,-5541,-330,-3758,-4813,2566,-2178,-4600,3698,-1584,-4465,4634,-1061,-3838,5483,-665,-3363,5402,-917,-3817,4849,-1104,-3929,4344,-1393,-3300,4823,-1360,-8987,-4860,-5052,-8877,-4188,-4808,-8844,-4432,-4235,-8725,-5593,-3964,-9020,-5291,-4943,-8768,-3384,-4065,-8653,-2695,-4173,-8452,-3100,-2987,-8608,-4388,-3552,-9103,-5823,-5406,-9115,-6388,-5215,-10255,-5297,-2171,-9522,-5420,-2071,-9136,-5179,-2021,-8560,-3594,-1790,-8434,-3624,-2245,-8447,-3789,-2658,-6571,-1177,-4222,-6783,4335,-590,-2467,5928,-1326,-2625,6622,-400,-2303,7241,-105,-2396,7536,251,-2133,7079,-598,-1981,6875,-934,-1753,7054,-885,-3923,2564,-2458,-3155,641,-4249,-2943,3540,-2597,-75,2726,-1487,-439,2597,-1487,-665,2690,-1466,-1218,1582,-2202,-418,1626,-2038,613,3603,-1409,284,1134,-2739,-1310,-2873,-4019,-1587,-1947,-3778,-710,-787,-3280,-2019,-1506,-4233,-2397,-730,-4605,-1443,1495,-2477,-1149,-740,-3190,-1646,1554,-2770,-1499,3060,-2071,-1693,2404,-2606,-1589,233,-3137,-2146,201,-4024,-1661,-706,-3541,234,-1806,-4604,2932,3524,-2542,3077,2986,-2645,2925,2516,-3274,2720,2223,-3654,2271,1083,-4481,1252,-2629,-6200,1554,-2450,-6340,1681,-4651,-7839,1851,-3723,-7392,1877,-2701,-6731,2140,-4669,-8120,2125,-3410,-7326,2474,1276,-4363,2695,3363,-2862,3474,9494,1272,3570,10469,1915,5379,12552,4061,5082,11396,3393,4747,11668,3475,7690,16663,2453,7649,17394,2968,7953,17704,2565,8412,17618,1852,8072,17252,2183,9488,23077,108,10637,24395,83,10488,23816,239,12156,25849,-484,12872,25845,-248,11758,25765,-479,11356,25466,-308,12339,26055,-703,10044,34118,1941,10576,33006,1438,10762,31914,785,11301,31021,611,10661,30051,274,10329,33879,2045,11280,33630,3246,12258,34286,2769,11747,32635,2841,12263,33227,2600,12742,33824,2422,12974,33955,2572,13901,33205,2575,13847,32745,1811,15045,31909,2078,14464,31745,1252,14163,31808,1310,14717,30885,902,14401,30442,1092,14521,29444,1165,15115,28990,1054,15657,28840,978,15566,28356,1033,14820,28796,1053,13553,29200,918,12860,28788,-30,14339,28873,987,14239,32174,1523,13636,32715,1769,13366,33214,2060,13034,33270,2167,12768,32621,2208,13449,33365,2298,12515,34581,2857,12406,35000,3267,12560,35149,3763,12061,35734,3935,12368,35601,4182,11498,36219,4025,11474,35740,3702,11103,35223,3711,11197,34724,3514,12327,34573,2824,11957,34885,3110,11648,36430,4400,10644,33051,1666,10987,32518,1897,11146,32752,2604,11450,32568,2781,11281,32240,2255,10153,34387,2356,10256,34422,3048,10324,34475,3428,17138,26636,2526,18042,27186,3303,16511,26799,2489,17744,25604,1985,17885,26354,2502,18087,26733,2856,17230,25910,2021,18975,25913,2638,18615,25555,2159,19757,25945,3006,19351,26754,3849,18013,27656,4286,17640,27696,4382,17348,27594,4471,17588,27446,3731,15907,26863,2964,15663,26277,3383,16552,26040,4594,17432,26588,6986,17113,27437,7868,17282,27212,7677,17107,26500,6965,16200,26255,6342,15773,26483,6196,14949,25932,5413,15029,25194,4923,14645,24629,4294,14310,24081,3676,12343,23661,2886,11885,23297,2565,11419,22999,2417,10371,21478,1909,9795,20853,2415,9693,20891,3037,10005,21161,3328,10407,20870,3695,10760,19419,3402,10195,19693,3471,10995,18657,3536,10276,17151,3544,9944,16543,3649,10205,15733,5296,9831,15189,4390,9715,15981,4019,9596,15652,3908,8962,15297,4015,8347,16385,4138,9074,16793,3783,8700,18888,3878,8730,19355,3706,8876,19742,3432,8699,19316,2947,8693,18792,2227,8744,17834,3977,8523,18190,4049,7484,17179,3597,8326,17113,4195,8050,16995,4264,9350,15704,3681,9056,15973,3727,14588,25124,4697,14022,25764,5189,13182,25232,4893,13128,25085,4532,12892,24790,4125,13221,24440,3709,13903,25250,4613,16870,25935,6339,17131,25835,6213,17260,25903,5992,16872,25357,5517,16526,25249,5536,16042,24517,4512,15568,24831,4801,15573,25604,5499,16206,25580,5755,17004,25544,5401,16233,27163,7115,15517,27033,6529,16661,27112,7325,15773,27765,7292,15496,28374,8042,14512,26806,7055,14510,26798,6504,14750,26937,6413,14444,26491,5958,14345,25920,5327,13300,25246,5298,12915,24815,4876,11793,23681,3677,11494,23147,3596,11173,22915,2560,11044,22922,2923,10376,21954,2524,10423,21958,3217,10362,22026,2936,10155,21755,2907,13270,24779,5446,12941,23855,5210,12575,23589,4779,12107,23568,4194,11567,22391,4049,11621,22077,4140,12564,21211,4573,12256,20253,4644,10912,19744,5232,10495,18865,5046,10286,18362,5013,10391,17302,3799,9995,16977,4353,10547,17607,3717,10880,18265,3802,11113,18708,4165,10652,18293,4360,11538,19285,3904,11115,19158,3463,11182,20740,3755,10500,21164,3722,10849,22470,3280,11146,21839,3881,11297,21602,3937,14061,24981,6972,14195,25853,6825,13884,25964,5984,13780,24573,6420,13667,25740,5584,13842,25803,5342,13747,25518,6006,14903,27500,7960,14991,27449,8819,14434,25246,8196,14175,24444,7883,13849,24051,7817,13788,23415,6909,13423,22610,5992,12708,22635,6988,13228,22344,6583,13517,22693,6599,13340,23479,7586,13464,24253,8259,12066,22437,6779,11767,21242,5989,11361,20583,5615,11422,22178,6652,11190,21758,6422,10877,20695,5862,10727,21587,6463,10693,20915,7446,10547,20002,5632,10239,19389,5535,10062,18048,5322,10080,18772,5573,10057,18851,6095,10024,17406,5427,10279,16721,6103,10183,16426,5585,10503,15906,6203,10459,15597,5763,10605,14402,5434,10126,14071,5606,10750,13783,6201,10688,14541,5558,9858,16757,4800,9657,16266,4302,9794,16189,4790,10461,14995,5284,10256,14804,4935,9967,14622,4864,9565,14386,4920,9585,14051,5482,9272,13965,5424,9755,13886,5923,9250,13847,6096,9690,13355,6244,10156,13031,6606,9497,12750,5819,9468,11775,5329,8068,11569,4249,7626,11913,4244,7460,11926,4072,7384,11675,3745,7420,11839,3409,7420,11315,3045,7381,11582,2978,6774,11278,2496,6446,11219,2616,5889,10830,2731,6438,12528,3667,5793,12738,4114,6444,13175,4191,7389,11098,2423,7369,10301,2996,7556,10174,3190,7412,9638,2747,7403,8887,2324,7370,10949,3249,9110,12933,5496,8863,13356,5569,8568,12364,4877,10043,17728,5074,10130,20212,6279,10110,19687,6437,10310,20780,6879,10177,19897,5910,10310,20706,6242,10496,21642,6640,10055,19611,5999,10113,18047,6160,10181,19072,6604,10571,18081,7060,11091,18036,7515,10707,19347,7384,10538,19879,7279,10295,19693,6916,10393,16904,6533,10279,18278,6653,10452,18116,6909,15184,28040,7930,15470,28700,9009,15667,29210,9691,15983,29682,9584,17019,29370,9779,16483,28744,8696,15644,28975,8920,15113,27488,9595,14841,26586,8941,15335,28337,9390,14719,27069,7636,14305,25365,7519,14002,24248,7130,13959,23905,7488,14056,24178,7416,13411,24167,5854,12459,22456,4800,12836,21866,5002,12203,21758,4413,12965,21499,5143,12919,21241,5572,12724,21621,6123,12914,22391,6757,12055,20807,5590,12440,20769,5362,12620,20744,5131,12772,20957,4929,12476,20569,4589,12430,24511,4080,12045,24052,3432,11970,23710,2970,11620,23607,3044,12358,24079,3296,12739,24747,4583,12451,24379,4393,11872,23933,3514,11185,23081,3233,15107,26408,5823,15114,27102,6471,15280,27850,7354,14976,27565,7218,15551,27970,7450,15744,26737,2594,15621,26554,3093,15183,25834,2728,15604,25198,3205,14840,24721,2313,14742,23864,2348,14936,23508,3053,14169,23460,3036,13755,23854,3336,13484,23243,2774,13011,23211,2701,11458,22709,2127,11849,21983,1450,10955,22046,1842,10125,21324,2153,9819,20238,1785,9364,20393,2811,12159,22924,2279,13599,22709,2173,13807,22627,1848,12734,22036,1551,12152,21478,843,11474,21544,368,11078,22304,365,10109,19862,901,9683,19364,321,9151,20127,307,10824,20302,521,10066,20122,218,10185,19808,461,10061,20195,1429,10129,20764,1792,9110,19495,2359,10788,21331,1495,11210,21687,1450,12147,21672,1213,11774,21472,1114,11396,20876,499,10723,20623,315,10623,20185,801,10813,20481,986,11049,20848,1107,10333,20667,1507,11242,20677,858,11108,20500,696,11827,21158,654,14300,23189,2742,9131,20109,3141,9448,20452,3449,9842,20509,3696,9577,20430,3657,9779,19904,3623,9860,18909,3410,9311,17992,3591,9339,18924,3685,14884,23571,2651,14375,23290,2047,14116,22976,1870,13882,23008,1618,14433,24302,1981,14293,24776,1839,12957,25141,1511,12298,25193,1289,13679,25029,1734,14293,25527,1884,14609,25849,1970,15224,25151,2764,14816,25414,2311,15084,26239,2189,14841,26045,1728,14898,25988,2233,14014,25834,801,14070,25925,1329,13614,25787,1167,14601,23239,2593,14265,22978,2181,20007,26671,4241,19659,26868,4336,19661,27644,5650,20007,27721,5991,20378,27754,6082,20234,28318,6848,20515,28251,6592,20648,29317,7431,20387,28989,7343,20879,28891,6701,21011,29259,7007,21402,28456,6270,21858,28250,6113,22318,28695,6342,22916,28615,5906,22893,29124,6576,22824,28634,6307,22280,29141,6774,22743,29197,6972,22586,29480,7316,22807,29713,7319,22671,30195,7763,22466,29896,7042,22040,29520,6265,22014,28814,5579,22802,29025,6216,22550,29897,7879,22579,28223,5980,22972,28531,6056,22985,28047,5592,22925,27702,5185,22822,27525,5351,20941,28297,6199,21762,29385,7111,21737,28914,6595,21012,29635,7418,20966,27512,5581,21025,27013,5029,20375,27299,5467,21737,27616,5743,22345,27338,5504,21826,27111,5291,20644,26786,4722,20007,27140,5050,20725,26388,4170,20942,32120,11526,20478,31846,11332,21196,31415,10700,21319,31070,10036,22198,31209,9815,21934,31171,10015,18882,33632,13759,17602,31275,12423,17457,31463,12337,17431,32231,12609,17195,32232,12027,16554,31334,10906,16473,32069,12465,16398,32007,12733,16505,32766,12204,16838,32408,11714,16960,31994,11521,16487,32236,11727,17861,32222,13293,17759,32560,13586,17606,31945,13078,18627,32379,12989,18986,32977,13250,20367,32596,12221,19905,31687,11351,20236,31066,9942,20704,31021,9701,19504,32575,12598,20584,31479,10706,21176,30814,9330,22048,30932,9599,19936,33860,13476,17311,32519,6286,18767,32785,6215,19107,32219,5596,19049,31725,4924,18150,30595,4534,18488,30143,4059,19101,30404,3498,20061,29049,3285,19922,28530,4345,21544,28192,4975,22378,28274,5310,22832,28086,5410,20026,29143,5136,18806,30580,5544,18486,30874,5728,18296,31768,5208,18622,31916,5117,18620,32339,5763,18327,33198,6486,18507,31260,4414,17941,30673,5035,18493,30080,4812,18045,30449,4731,17996,31141,5128,17940,30935,5156,18692,30267,5186,19028,29377,4600,19047,29267,4094,19595,28834,3903,19234,29062,4292,19443,28970,4544,19371,29404,3498,19315,29915,3330,18505,29873,4277,18853,29695,3795,20249,31071,6693,19493,31122,6308,19522,31453,6682,20062,31609,7201,20059,32317,8382,21320,31769,8741,18801,32158,7352,19535,32658,8580,19352,33059,9239,19837,32760,9236,19863,33150,10054,20289,33107,10732,20521,32602,9991,20916,32263,9655,20232,32627,9501,19134,31988,7168,18896,31509,6499,17710,31825,6897,17921,32023,7203,20969,30775,6840,21558,30184,6580,20745,29912,6032,19999,30301,5982,19447,29650,5188,18659,30755,3978,19750,30122,3234,20156,30270,3213,21164,30509,3188,21385,29529,2863,21874,29297,2727,20289,29328,3105,20342,29738,3074,17338,33642,6543,17070,34176,7040,16983,33628,6659,16734,34610,7390,16428,34983,7802,16348,34177,7502,17366,33046,6412,17871,33506,6629,18915,33911,7186,19557,34036,7127,19433,34385,7368,20575,35418,7467,20058,35059,7240,20077,32968,5544,20158,33957,6463,20407,34543,6977,19909,34329,6853,19917,33511,6171,19245,32943,6361,18333,33655,6893,19592,33524,6641,18970,33442,6839,19707,32546,5321,17419,34106,7004,18425,34307,7321,17343,34659,7341,17074,34860,7464,17438,35738,7960,18363,35179,7619,17788,34449,7290,17806,35439,7732,16320,35551,8207,16046,35138,8392,16012,34863,8645,16461,35143,9164,16986,35304,10369,17155,35631,9719,16847,35289,7807,17676,36684,8529,18157,37650,9113,18451,37449,8921,19214,37149,8630,19658,37346,8692,20617,37521,8593,21008,37950,8675,21590,37818,8086,21306,38610,8196,20969,38405,8008,20742,39601,8647,21187,38852,8981,21238,39364,8850,21162,39408,8688,21024,39211,8457,20719,38023,7762,20464,37886,7455,21230,36949,7261,21562,36109,6802,21839,36347,7417,22105,35120,6802,22087,35033,6969,21896,34946,7112,21741,34701,7012,22126,33977,6530,21520,34037,6575,20885,33653,6441,20984,34079,6719,22076,34944,6446,22233,34679,6659,22390,34137,6328,21386,32886,5698,21937,32865,5806,21236,32203,5055,21025,31539,4298,21733,31400,4145,21921,30736,3364,22338,30379,2927,23381,30796,2549,23342,31189,2932,23357,30966,2984,23267,31440,3558,22836,32669,4962,22449,33141,5949,21936,33433,6225,23084,31968,4017,22918,32144,3746,22418,32793,3974,21086,33155,2734,22186,33777,4971,22482,33397,5079,22761,32577,4259,22208,33362,4169,21837,32643,3115,21949,33458,3811,22665,32385,3803,22210,32070,3295,22297,31619,2928,22798,32024,3458,23181,31555,3184,23124,31223,2669,21703,32059,2713,21376,32053,2507,21435,31351,2291,21291,30691,2036,19952,30138,1573,19958,29347,1385,20662,31093,1872,20714,32852,2418,19854,32782,2107,19730,31698,1792,18458,32697,1641,18411,31854,1790,17792,32267,1904,17652,31781,1985,16688,32030,2441,15590,32319,2596,14605,32315,2138,14383,33381,3073,15017,33464,3198,14606,34095,3531,14214,34618,3890,14053,34353,3786,13670,34910,4174,13227,35214,4310,12881,36008,4854,12020,36543,4889,11341,36676,4434,11504,37522,5469,11034,37017,4643,11038,36653,4376,10888,35929,4087,10582,35320,3983,10389,35238,3967,10489,34575,3658,10060,35293,3825,8966,37195,4302,8405,37108,4154,12802,35091,3915,13533,33705,2838,12963,34478,3352,13719,34189,3599,14166,33254,2845,10804,34432,3627,14996,32445,2546,14693,33403,3156,15611,32976,2901,15645,33790,2913,16270,34493,2538,15917,36184,3708,14706,37312,4601,14429,36919,4574,14211,37589,4836,13606,36886,5243,13992,36262,4638,13837,35306,4367,14469,35514,4030,15393,35774,3433,15586,36114,3452,15319,36697,4000,15944,35379,2984,15227,34126,3192,14948,34858,3513,13418,36155,4914,13149,37355,5799,12682,37235,5766,12475,37809,6124,12135,38181,6380,11604,39705,7050,11085,39817,6808,10313,40262,7292,12932,37969,6247,13226,38690,6607,13320,38217,6204,13588,38911,7018,14755,39475,8370,14284,39664,8681,15079,40113,9517,16025,40079,9161,16131,40304,9479,16353,40975,10245,15437,41063,11207,15656,41372,11626,15889,41625,12261,17007,42365,12948,17130,42570,13760,16540,42003,13655,15878,41526,13078,16136,41603,13626,15611,40817,14203,15762,40521,14676,16275,41870,12766,15302,41274,13088,15042,41001,13561,14919,41050,12874,14345,40701,12070,13694,40398,11365,14534,40570,11018,15580,40370,9881,14386,40028,9482,13624,39871,9148,13318,39511,8336,13117,39130,7461,12422,39219,7481,12649,39052,7473,14322,40364,10556,13820,40375,11012,12818,40145,10912,12252,39980,10928,12417,39944,11514,12043,39671,11700,13632,40360,11857,14950,40770,11153,15562,40649,10411,15298,41261,12499,13600,37304,5516,13926,38079,5497,13936,38395,6069,14740,38074,6142,15448,38322,6896,15491,39857,8927,16764,40098,8919,16911,40696,9441,17274,41317,9618,16445,40530,9593,14031,37268,4985,15120,37111,4579,12699,38594,6766,13293,35769,4761,15816,33259,2823,16662,33690,2254,17155,34361,2338,16387,35597,3217,16504,34982,2576,16272,34945,2610,16168,35642,3124,15976,31732,2334,16723,31411,2163,17729,29905,1475,17717,29665,1354,17081,29636,1147,18286,29624,1418,18919,29930,1525,19400,30990,1670,19082,31749,1746,18319,31414,1836,17078,31803,2206,18179,30976,1819,19075,30411,1642,17761,30595,1790,20381,30744,1719,19915,32118,1900,20611,31698,2010,20224,32619,2130,16993,31335,2103,16666,30644,1684,16314,29790,869,15476,30687,916,14982,31253,1107,15575,31237,1709,16272,30405,1304,15451,31835,2258,16176,31069,1883,17495,28980,1004,15975,29860,724,15125,30256,750,15447,30226,702,22365,30805,3278,23084,30841,2962,20847,32621,5525,20798,31966,4841,22581,33570,5837,20964,33105,5937,19773,32220,4838,20396,31482,4257,19326,31590,4448,19246,32032,5272,19430,31209,3911,19436,30896,3619,19846,31536,4133,20236,30741,3547,21643,29982,2913,18914,30907,3910,19014,31333,4308,20093,32213,4784,21692,35676,6544,21309,36057,6414,19900,38511,7480,16822,32495,6804,18550,35235,11847,17619,34462,10302,18426,36235,11759,18150,36168,12471,17727,35816,11642,19483,36970,11073,19272,36958,10726,18947,37612,10131,18697,37931,9942,18201,38359,9469,18251,38442,9633,18044,37385,9597,18098,36931,9758,18206,36716,9959,18231,36474,10179,18813,36539,10755,18971,36987,10409,19431,38351,10234,20056,38110,10600,19372,37325,10503,19635,37872,10409,22228,40009,12138,23434,40671,13497,23411,40393,13749,23909,40984,14231,24086,41399,14138,25174,42876,15038,24899,42227,15200,25545,43185,15615,25998,43848,16341,26642,45284,17286,26187,45109,15736,25305,43937,14617,24724,42571,14391,23998,41506,13858,19140,41990,10570,18828,41384,9948,19409,42170,11372,19369,41892,11541,19139,42234,12149,18838,42601,12234,18004,42510,11828,17952,42184,10977,19263,42407,11418,19586,41368,11134,19559,41820,11602,20097,41545,11344,17403,41638,15708,17230,42236,14958,17449,42529,14570,16308,40970,15182,16754,41884,15125,16852,42259,14233,16536,41733,14609,15694,41141,13764,16494,41548,14869,15427,40798,13981,10464,35075,13630,10247,34621,14052,10607,35552,13370,11718,35564,13462,11821,35842,13477,11737,34409,13148,12264,33154,12584,12204,33989,13093,12609,33980,13346,12433,34783,13414,12959,34436,13239,13483,33477,12998,9948,34298,14182,9036,35542,13459,8605,35609,13271,8766,36593,12970,8980,36776,12854,9206,36358,13290,9771,36485,13027,10184,35859,13380,9751,35177,14038,9489,35093,14027,9493,35809,13738,8905,36213,13339,9148,35733,13649,8700,36097,13008,11166,32779,13868,11257,33348,13402,11172,34193,13390,10859,34154,13707,11658,33499,12973,11266,35904,13341,11583,35116,13320,10373,33892,14209,10866,33439,14058,11139,32016,13936,10596,32446,14038,11096,31244,13740,11692,30946,13474,11561,31553,13590,11553,31614,13348,11599,31425,12747,11714,31661,12359,11894,31971,12179,12324,31637,11713,12321,32342,12134,12375,30968,11289,12301,30137,10775,12080,29670,10510,11807,28493,10451,11943,27020,10159,11857,27180,9736,12015,26553,9091,12177,25849,8716,11721,25172,8830,11846,25759,9436,12042,24827,9521,12786,19771,9471,12814,20506,9765,12838,19120,10152,12917,18124,9660,12737,18095,10361,12504,18845,10908,12472,20328,10865,11300,21098,10694,12246,21445,10566,11787,22554,10372,11734,22121,10354,11041,22060,10478,11564,21648,10440,12434,21872,10517,12737,21724,9553,12611,20947,10647,12752,21549,10462,12810,21621,9944,12859,19688,10022,12734,20856,10526,12735,18962,10501,12811,20475,10254,12634,21681,9254,11326,21610,8065,12244,21169,8678,12345,22074,8967,12436,22790,9309,12405,20470,8747,12469,19581,8684,12286,19363,8417,11989,18580,8037,12301,17788,8030,12321,16254,7972,12105,15566,7783,12813,15984,8799,12917,16775,9143,12742,17362,10000,12250,17321,10833,12556,16944,9970,12849,17463,9790,12894,17588,9079,12826,19069,9425,12598,18987,8737,12577,18243,8391,12782,17272,8489,12794,17945,8761,12609,17244,8226,12776,16141,8489,12892,16472,8736,12610,19708,9015,12047,16263,7764,10817,16263,7076,11524,17371,7645,11413,18193,7717,12148,20488,8510,11432,20888,8096,11900,19697,8225,11918,32501,12399,11363,32605,13387,11525,31973,13012,11610,32537,12783,11465,31445,13747,13174,29905,11414,13400,29920,11876,14056,29355,12007,13736,30694,12489,13751,29446,11963,13833,28201,11370,13442,28208,10917,13477,26813,10105,13754,26531,10151,14154,26047,9791,14569,26013,9448,14669,26832,10211,13462,25925,9455,13234,26408,9503,13234,27895,10365,13017,28521,10405,12366,29294,10332,11949,28767,10113,12140,28727,9972,12686,28024,9843,12435,28026,9706,12714,26525,9113,11851,28178,9925,12117,27836,9567,12296,26724,9078,13209,25059,8702,13638,25063,8899,13373,25470,9043,13773,25585,9365,13061,26297,9264,13013,27584,9918,14043,25376,9164,12724,25171,8505,13038,24339,8230,12105,25240,8434,11451,23972,8364,11989,22439,8690,11789,24549,9019,12248,24278,7931,11810,24227,7873,11110,23405,7639,10968,22906,7683,11616,22659,8394,10690,22506,7349,11011,22936,7184,12677,25980,8823,11914,27427,9518,13186,28888,10851,12905,28868,10477,14035,27304,10892,14296,27619,11087,14028,28217,11508,14640,25961,8439,10596,22299,7110,11000,14891,7015,11108,13710,6813,10905,14104,6099,9849,13703,6479,10141,13357,6841,10227,13517,6954,10421,13650,6552,11621,15017,7311,11904,15726,7608,10507,21315,11251,10211,19941,12427,9929,22577,13382,9908,22975,16378,9529,24313,16505,9814,24421,15935,9918,24092,15670,9999,23518,15864,10167,22271,16124,9734,25337,15726,9455,27483,15827,9655,25768,15786,9486,26574,15880,9325,25880,16272,9693,25538,15480,9825,24300,15390,9650,23320,16595,6755,28617,17768,7095,28547,17691,7866,30513,16713,8372,31024,16268,8599,31563,15879,8955,31418,15696,9147,30995,15619,9581,30540,15053,9856,29303,14285,9614,29177,14599,9652,27971,14326,9702,26777,14120,9563,26132,14440,9835,25872,13724,9925,25156,13377,10173,23909,12675,10462,24601,12084,9922,23669,13357,9728,24313,14014,9621,25168,14275,9573,27095,14540,9886,24753,13453,9665,24123,14404,9558,25214,14615,9548,25512,14946,9502,26143,14950,9694,23979,14804,9731,23247,14756,9779,22478,14174,9780,22191,14575,9578,26778,15639,9482,27114,14977,9505,28050,14798,8948,29166,16250,8413,28554,16812,8690,29449,16441,10695,24513,11543,10826,25209,11647,11123,25835,11832,11588,25915,11906,10627,25950,12202,10628,25248,11947,10368,25117,12430,10880,26081,12025,9789,28247,14060,10408,27942,13167,9990,28390,13797,9852,30041,14671,9215,30556,15515,9425,29251,15079,9360,29051,15348,9343,28318,15855,8874,30720,15986,8273,30187,16556,8066,29587,16875,9614,29937,14753,2707,31179,17423,2490,31654,17506,2335,31578,17691,2600,30480,18073,2827,30569,17859,1654,30582,18339,1503,30884,18120,1880,31578,17757,2225,32479,16949,2432,32265,16842,2657,32464,16682,2796,32670,16779,4059,30985,17306,4056,30651,17435,4598,30668,17625,5462,31032,17392,5030,31591,17032,5856,32582,16269,6285,33010,15953,7130,33072,15890,6958,32713,15910,7574,32369,15933,8262,31901,15911,9689,31300,15373,9407,31140,15434,10244,30856,15017,10592,30647,14420,10976,30115,14027,11285,29631,13413,11128,30578,13642,10163,32695,14087,10373,32234,14054,8653,33784,14537,8006,35185,13776,7779,33965,14686,7213,35225,14027,7006,34594,14588,5871,35156,14595,6400,34401,14966,4565,34895,15262,4676,34000,15780,5504,33057,16070,4582,33120,16173,5997,31797,16668,5039,32036,16701,9239,34083,14004,8720,34774,13764,6811,35438,14024,5855,35881,14038,5269,36037,14144,4647,37166,12841,5518,37651,11754,5914,37527,11668,6467,38217,10482,6495,38492,9647,6156,38822,8850,6376,38801,8786,6705,38780,8892,6577,39097,8024,8284,39266,8514,8815,39116,8463,9411,38957,9237,9045,38911,8804,10023,39683,9234,10201,39454,9608,10581,39715,9283,10439,40042,8858,10728,40154,8549,10022,40616,8528,8960,40785,8517,8072,40755,8423,7515,39823,8498,8037,40724,7588,7637,40642,7228,7924,40790,6855,7313,40833,6941,7868,41082,6339,6986,43454,6168,6597,44730,6565,7249,44909,6520,7939,45247,6374,8447,45217,6044,8247,45710,5986,8366,46288,5288,9171,47576,5301,9282,47754,5694,9157,47960,5344,8816,48585,5609,8522,48608,4709,8184,49318,5297,7441,52328,5747,7293,53072,5883,7052,54280,6646,6584,54703,6024,6251,55079,6258,6207,55299,7168,5719,55781,8749,4754,56334,9084,4450,56567,9606,3943,56226,11351,3898,55571,11327,3664,55533,11576,2749,55680,11790,1858,57115,11358,1263,57447,10797,1089,57693,10428,1991,58345,10181,1962,58302,8927,837,57778,8644,-298,56711,8077,-944,56643,8868,-1246,56451,9085,-1621,56201,9214,-1834,55871,9679,-2264,55617,9845,-2949,55747,9524,-3650,55363,9681,-3787,55233,9417,-3663,54994,9537,-3775,54426,9113,-3634,53502,8852,-3582,52984,9011,-3646,52374,8804,-3660,51770,7485,-3653,51603,6973,-3800,49659,5378,-3184,49070,4126,-2069,49801,2227,-2066,50291,2199,-2031,51041,2261,-1613,52821,2899,-1457,53949,3642,-831,54862,4189,-1237,54781,4947,-1787,54576,5372,-2953,54339,7246,-3680,54599,8145,-3626,53391,8117,-3348,53677,7438,-3552,52708,7580,-3530,53481,7758,-2635,54253,6482,-2534,53971,5702,-2222,53731,4426,-1542,54232,4200,-1443,55096,5872,-762,55730,6266,100,56250,5976,528,56621,6653,453,56382,5671,1204,56340,5037,1268,55568,3943,1904,55458,3715,1656,55708,4286,2460,55807,4766,3011,55708,4738,3497,54559,2660,4000,54103,2529,3650,54069,2172,3417,53838,1909,3690,53335,1748,5031,51693,2002,5205,51218,2058,5703,51987,2678,6024,52631,3266,6478,53247,4416,6575,53633,4879,6763,53852,5354,6940,54168,5782,7206,53709,6247,631,56247,5049,-250,55226,4025,-1035,54452,3735,-2322,54178,5576,-2429,54714,6815,-1472,49500,1657,-910,49270,1264,-15,49346,377,418,48946,734,765,48933,771,1187,48785,667,2853,48040,1249,3635,47989,1415,3898,47817,1563,4636,48229,2079,4089,48363,1648,4483,49149,1823,4011,49650,1384,3857,49178,1364,3364,48949,1247,-758,49837,879,-531,50356,690,-979,50735,1412,-1478,51212,1882,-966,52340,1969,-474,53866,2493,-224,53692,2162,-348,52631,1781,35,52747,1569,-564,51905,1515,-350,51488,1063,-220,50664,595,1516,52529,676,1831,52534,649,2330,50980,477,1875,50447,345,1762,50809,325,654,50452,645,483,51144,753,86,51080,677,280,49837,670,23,50110,458,615,49594,700,1368,49861,363,1525,48954,617,2235,48658,887,2343,50042,577,3007,50423,770,1816,49678,490,111,52020,1070,667,52676,1253,2283,53272,1294,543,52204,1055,-364,49407,423,-1530,50192,1708,-969,50215,1298,-1602,50635,1813,-1122,49359,1425,-3738,53946,8845,-2920,55085,9791,-1990,55356,10153,-1198,56145,10175,-1065,56237,10802,-815,56265,11186,-1206,55687,11800,-886,55889,12049,190,55930,12183,1156,55605,12162,1321,55427,12264,2199,54740,13046,2937,53222,14077,2474,52316,14084,2014,51909,13809,1590,51947,14061,2192,51063,14291,2146,50809,14726,2793,50964,14985,3480,51437,15169,3942,51133,15634,4467,50305,16633,4377,49677,16642,4068,49502,16456,3632,49760,16174,3513,50097,16433,3809,50446,16498,4159,50460,16563,3901,50048,16774,2733,52180,14155,2434,51521,13968,2719,51245,14623,2904,51891,14346,3028,52827,14172,-633,55845,12532,-2066,54297,10640,-2560,53774,10557,-3178,53297,9704,-3266,53424,9399,-2679,53938,9956,-2877,54350,9484,-2290,54427,10089,-1844,54724,10685,-2143,54930,10238,-3261,54021,9167,-386,55120,12508,-153,54589,12614,246,53530,13596,-305,53382,13349,-131,52781,13955,-633,52700,13477,-600,51716,14078,-947,51335,13831,-464,50210,14402,-729,49373,14642,-663,48045,14939,-409,47244,15191,-753,47156,14863,-279,46021,15232,-841,45793,14566,-1121,45105,13667,-958,44409,13135,-630,44012,13382,-1189,44128,12775,-1479,43671,12532,-1766,43077,12279,-1762,41935,12550,-2220,40752,11128,-2145,41493,10859,-2251,41830,10373,-2228,42637,10041,-2272,42896,9720,-2397,43175,9683,-2586,44273,9614,-2423,44882,9371,-2156,45002,9494,-2133,44360,9300,-1961,43952,9365,-2077,43768,9926,-2135,43780,9401,-2799,45640,9682,-2336,45418,9618,-2317,46068,10072,-2332,46411,10825,-3990,46373,9267,-4184,46264,8483,-4368,45174,8470,-4240,45563,8581,-3906,44008,9179,-4485,44066,8675,-4737,44510,8285,-4852,43686,7957,-5164,43794,7868,-5464,43103,7625,-5102,42803,7600,-4835,42054,7523,-5509,41636,7968,-5842,42378,8371,-5673,40851,7520,-6179,40957,7702,-6543,40200,7197,-7559,39496,6240,-7492,39767,5851,-7070,40352,5089,-7441,40817,4630,-7210,41406,4208,-6971,41453,3787,-6981,41129,3525,-7161,40685,3217,-8271,41142,2783,-8502,43732,3080,-9458,43965,2708,-9816,44243,2570,-10232,44301,2192,-10448,44405,1989,-9883,42470,1500,-10829,42548,371,-10515,42533,777,-10665,41473,27,-11367,39983,-1437,-11834,40760,-1621,-12000,41351,-1567,-11522,41983,-825,-11577,42709,-592,-12328,43125,-1245,-12781,43301,-1517,-13562,42602,-2655,-14012,42888,-2952,-14382,42587,-3603,-15004,42540,-4073,-15377,42869,-4018,-15223,43251,-3729,-15193,44054,-3322,-15616,44388,-3017,-16016,45017,-2813,-16125,45398,-3175,-17490,47774,-3611,-16687,48044,-2995,-16601,48836,-2278,-17168,48409,-2961,-17709,48504,-3255,-18415,48877,-3418,-18216,48624,-3750,-18634,48946,-4127,-19049,50324,-4203,-18916,50306,-3978,-18943,50531,-3598,-19188,50417,-3258,-19469,50071,-2860,-19091,49493,-2796,-18370,49390,-2651,-17631,49322,-2482,-16976,49033,-2427,-17767,48809,-3055,-18584,49110,-2918,-18894,49207,-3513,-18954,49888,-3847,-18940,49448,-3706,-18409,50032,-2309,-18744,50268,-2347,-18176,50617,-2106,-17717,50429,-1999,-16402,50903,-948,-16270,50294,-1152,-16432,51312,-637,-15900,51102,244,-16183,52131,845,-15397,51445,1301,-15376,51871,1743,-14589,52239,3139,-13699,51480,3516,-13451,52430,3691,-13206,52074,3805,-13523,53389,3564,-14270,53644,3267,-14033,54043,3395,-14800,53494,3041,-15237,52839,2474,-14827,52764,2704,-14249,52526,3385,-13663,52817,3515,-14339,52882,3159,-14808,53101,2903,-16142,53486,1949,-15014,52301,2392,-15564,52503,1930,-16165,52504,1162,-16492,52121,313,-16558,52429,490,-17410,53184,-121,-17038,52572,-293,-16575,52955,1092,-16220,54180,2293,-16553,54747,2309,-17319,58819,1687,-17709,59404,1507,-16882,58187,1854,-17385,57663,1637,-18126,57954,1451,-18610,56854,542,-19589,57415,-175,-19607,56196,-1199,-19439,54853,-1852,-19546,55267,-1633,-18512,54460,-956,-18536,54925,-221,-18822,55173,516,-18680,56233,1364,-18600,55631,-12,-18616,56091,504,-18602,56253,746,-18561,55103,-563,-19310,55421,-1289,-19258,55990,-943,-19027,55628,-815,-18970,56368,-161,-19193,56785,-178,-18414,56524,615,-17608,56281,2106,-17017,56946,1949,-17691,57263,1715,-17447,56830,1787,-17956,56821,1216,-18170,56446,1784,-18234,56571,822,-17987,56630,1432,-17852,56342,2033,-18872,58717,1138,-19250,59613,871,-20032,59565,383,-20387,59565,91,-20385,58669,-288,-20674,58214,-915,-22406,60640,-1146,-22881,60573,-1634,-23535,60837,-2219,-23830,61317,-2195,-24078,61051,-2985,-24669,60972,-3506,-25235,61821,-3536,-26092,62252,-4152,-26563,62203,-4752,-26562,63009,-4159,-26108,63582,-3014,-25716,63772,-2508,-25584,64312,-2274,-24554,64108,-1333,-24838,63918,-1810,-24384,63728,-1587,-23475,62982,-1153,-23332,62519,-1151,-23327,62112,-1391,-24835,62898,-2208,-22762,62289,-824,-22928,62006,-1053,-22817,61515,-1199,-24039,62169,-1897,-24114,61913,-2078,-24568,61303,-3174,-24374,61482,-2727,-21765,60944,-463,-22050,61882,-346,-21632,61742,-164,-20672,61120,234,-20453,61336,337,-20091,60719,479,-19718,61330,786,-19392,60917,878,-17919,59914,1212,-18311,59279,1269,-18258,58587,1262,-18596,58986,1101,-18101,59758,1363,-17164,59425,1197,-16639,59211,963,-16936,60147,-428,-18129,61296,-637,-19425,62608,-1367,-20331,63321,-1397,-20498,63574,-1787,-22062,64954,-2265,-23226,65993,-4137,-23100,65772,-4422,-24709,67109,-4896,-25017,67236,-5329,-25675,67581,-5907,-26141,67476,-6659,-26977,67727,-7388,-25531,66385,-7079,-26032,66135,-7763,-27694,66857,-8521,-27174,65800,-8772,-28701,66405,-9557,-28484,65478,-9861,-27854,65250,-9562,-28319,64845,-9993,-28822,64933,-10219,-27940,63746,-9823,-28113,63472,-10078,-27160,62650,-9821,-28270,63215,-10281,-27288,61742,-10138,-25035,59699,-9530,-24261,60788,-8711,-23022,59490,-8469,-22169,57485,-8677,-20634,56532,-8131,-19295,55298,-7796,-18262,54940,-7267,-16231,54581,-5662,-15908,55206,-5267,-16794,55894,-5656,-17123,56527,-5567,-18074,56933,-6147,-19058,57782,-6480,-20472,59004,-7004,-21154,58896,-7263,-20417,58313,-7001,-21613,58956,-7666,-22550,59590,-8079,-21934,58362,-8220,-20833,58838,-7103,-21450,59843,-7378,-20902,59316,-7179,-22036,60314,-7609,-22410,61399,-7344,-23493,60107,-8528,-22243,59801,-7647,-21715,59424,-7436,-23912,60977,-8317,-23506,62675,-7459,-23866,63784,-7004,-22984,63239,-6559,-22983,63718,-6503,-22083,63342,-5878,-20438,62778,-4314,-20509,63535,-3202,-19200,62489,-1762,-18371,61579,-2196,-18770,61829,-2696,-17133,60054,-2326,-16730,59409,-2531,-15975,58042,-2973,-16167,57926,-3361,-16868,58387,-3838,-16233,57532,-3772,-16747,57493,-4112,-16575,57203,-4160,-17342,57721,-4704,-17077,57140,-4976,-15732,55343,-5013,-17244,56929,-5375,-17688,57687,-5205,-17356,58073,-4335,-17778,57113,-5782,-18414,58602,-5246,-16842,59271,-2893,-17705,59901,-3518,-20123,62860,-3683,-19234,61736,-3736,-19036,61242,-4030,-19836,61811,-4564,-19657,61287,-4830,-19224,60390,-4976,-19982,60500,-5450,-19706,60072,-5479,-21017,61373,-5873,-21571,62051,-5995,-21107,63122,-4870,-18656,60582,-4185,-17699,59392,-4022,-18596,59413,-4772,-18730,59324,-4929,-18425,59699,-4624,-16955,58957,-3415,-17989,60561,-3191,-17667,60458,-2758,-18200,61177,-2671,-19625,62720,-2816,-20022,62944,-3330,-19631,62864,-2339,-17727,59015,-4338,-19436,59456,-5726,-20372,59612,-6577,-20760,60735,-6152,-18106,58802,-4596,-23254,60580,-8028,-22478,60030,-7727,-23006,61021,-7980,-20561,59470,-6843,-20596,60275,-6339,-21943,61386,-6911,-23011,61562,-7741,-21432,60515,-7000,-22736,62309,-6985,-21635,61814,-6190,-23222,63113,-6807,-22529,62780,-6381,-23978,59833,-8946,-22890,58704,-8698,-22895,58016,-8919,-23095,56885,-9286,-23011,55291,-9237,-23181,54923,-9339,-22920,54476,-9351,-22574,53375,-9538,-22234,52741,-9534,-22424,52255,-9589,-23626,52399,-9642,-24577,52508,-9642,-24844,52958,-9550,-24922,53891,-9767,-26088,54812,-10008,-27296,54910,-9864,-26450,53988,-9583,-27121,54006,-9314,-28626,54583,-8250,-27772,55842,-7404,-26860,56127,-7074,-26422,56873,-7036,-26143,57335,-6705,-25623,57924,-6323,-25274,58133,-6036,-24886,58471,-5221,-24551,58596,-4773,-23539,57999,-4163,-23835,58433,-4268,-22546,58346,-3019,-22338,58477,-2683,-21773,58319,-2105,-21351,58201,-1760,-20245,56463,-1604,-21186,56933,-2100,-20856,55703,-2770,-21191,56870,-2466,-20499,55997,-2228,-20396,57102,-1454,-20077,57095,-1141,-20301,55037,-2600,-18908,54322,-1625,-18729,52831,-2302,-19203,53517,-2369,-18759,52334,-2699,-18198,51879,-2268,-18794,51280,-2503,-19142,50920,-2798,-19172,50198,-2549,-18499,51757,-2599,-18786,51293,-2862,-18444,52012,-2447,-18836,51215,-3517,-19337,51565,-3824,-19695,50849,-4416,-20701,51492,-4701,-20955,51359,-5017,-21620,52712,-4912,-21587,53137,-4794,-20761,53055,-4161,-21631,53782,-4535,-22549,54222,-5125,-23731,54808,-5857,-23597,54062,-5929,-24636,54339,-6435,-23478,52307,-6306,-23504,51821,-6525,-23943,51552,-7041,-24783,51948,-7362,-25914,52216,-7731,-25889,51582,-7649,-25187,50836,-7455,-25047,51277,-7324,-24928,50537,-7326,-24083,50500,-6961,-23283,50481,-6625,-22115,50407,-6007,-21806,50706,-5915,-20337,50165,-5182,-25098,49950,-7540,-25052,49730,-7930,-24940,49676,-8580,-23855,50293,-9641,-22924,50251,-9635,-21951,49771,-9478,-21918,50164,-9532,-21021,49277,-9232,-19854,48529,-8902,-18100,47519,-8506,-19137,47227,-8215,-18251,46964,-8181,-17153,46502,-8127,-16340,46257,-8046,-15134,46237,-7784,-15518,46034,-7902,-14857,45245,-7895,-15085,44489,-8107,-14467,43365,-8053,-14282,42954,-8043,-14256,42191,-8172,-13654,42040,-7938,-14097,41297,-8237,-13486,40185,-8115,-12991,40324,-7868,-11882,40188,-7286,-11435,38964,-7173,-10634,38234,-6778,-10530,37606,-6771,-11108,38301,-7048,-11612,37326,-7345,-12692,37770,-7723,-12778,38702,-7897,-13215,38228,-8094,-13705,39227,-8278,-13999,39512,-8386,-13234,39625,-8053,-12393,38210,-7726,-12104,37912,-7493,-11855,38644,-7439,-12455,39893,-7643,-13836,43289,-7809,-13373,44685,-7320,-13182,46273,-6825,-11991,45228,-6369,-10714,44342,-5653,-10556,44988,-5303,-9164,44638,-4073,-8752,44911,-3489,-7927,43993,-2936,-7679,42990,-3100,-7244,43049,-2543,-6467,41840,-2149,-6069,42015,-1477,-5796,41322,-1475,-4938,40756,-497,-4890,41693,372,-4457,41447,887,-4037,41071,1144,-3856,40380,916,-4020,39716,70,-3340,38112,350,-3057,38148,298,-2062,38704,508,-1864,38836,-165,-1117,38714,368,-352,38447,315,-50,38790,432,786,38972,340,1531,39698,476,2284,39578,1136,2809,39746,1199,2948,40478,1283,3427,39999,1017,4371,40085,639,5039,40204,750,5761,40073,1006,7177,41848,2224,7565,42882,2781,7743,43682,2774,7681,45623,4036,7402,45266,2906,7282,45108,2549,7854,46010,2210,7906,46343,2561,7721,46662,2667,7322,46838,2646,6890,46842,2393,7220,46804,1755,7213,46749,1437,6403,46959,1415,5938,46928,1599,5721,46762,1403,4762,45970,1093,4427,45833,1002,3479,45450,-19,2976,45391,-7,2104,45182,112,1930,44452,-262,1921,44069,-342,2870,43511,-263,2538,42700,676,3065,43746,615,4048,44001,401,3653,44178,-351,3729,44404,-532,3386,43976,-538,2873,43856,-597,2803,44210,-487,3260,44383,-665,4527,43917,614,3912,43400,1222,3840,43017,1167,3512,42497,1322,3259,42263,1431,2655,42210,1066,2452,41560,995,2277,40789,703,1720,40916,473,774,41519,27,1492,42373,133,840,42332,36,814,43184,-233,329,43629,-44,377,44122,-27,-80,43919,414,-403,44052,832,350,44997,1002,536,45777,1378,1111,46266,1481,2161,46904,1389,2480,46680,1305,3269,47019,1305,1996,47403,1275,2443,47184,1380,1344,48221,863,2156,47890,1092,3634,47317,1362,2941,47659,1323,4273,47098,1803,3723,46959,1324,3991,46402,1358,3174,46246,905,1959,46108,1225,1275,45947,1362,1113,45475,1018,1234,44816,55,2633,46007,835,2283,45577,436,1810,45640,934,2632,46372,1122,985,45065,598,260,44583,672,530,44378,0,1287,44021,-333,1122,43610,-379,523,45394,1201,4856,46575,1713,5096,46503,1594,6196,46991,1911,6568,46930,1936,6731,47119,2600,7409,47262,3285,7893,47115,3492,8195,47256,3752,7704,47788,3757,7194,48075,3728,6389,47872,3273,5916,47864,2635,5642,49030,2566,6603,49178,3596,6259,48566,3118,5928,48258,2601,6285,48928,2745,6094,48818,2621,6481,49656,3004,6174,47217,2482,6989,47505,3257,6018,47455,2573,5697,47730,2456,5667,47131,2161,4989,47151,2145,5766,46914,1894,5164,48069,2376,4498,46693,1757,4682,47410,2090,-495,43548,674,-1004,42919,876,-1544,42142,1105,-1933,42388,1170,-2358,42420,555,-2938,42106,376,-3445,42078,1081,-3827,42505,944,-4299,41708,1230,-4964,42338,1008,-5442,42639,716,-5804,43026,353,-6463,44294,55,-6431,43852,-557,-6752,44513,-669,-7350,46208,-191,-7327,46587,704,-6963,45673,946,-6775,45206,681,-6964,45436,43,-7229,46257,381,-6549,44601,338,-6065,43650,661,-6167,43731,1059,-5846,43323,867,-5851,43570,2127,-5731,44110,2564,-6791,44468,3374,-6437,44734,3298,-6895,45145,3744,-6675,46443,4873,-6895,46652,5510,-6471,46980,5828,-6208,47221,5816,-6493,47984,6557,-7099,48680,7891,-7178,48983,7995,-7120,49344,8293,-6389,48637,9647,-5681,48373,10287,-5241,47220,9726,-4294,47459,8833,-4113,47872,9336,-4391,47800,9244,-4396,47969,9543,-3828,48140,9731,-3792,48393,10469,-3929,47697,10857,-3831,47412,10852,-3815,47993,11128,-3950,47993,11567,-4285,47971,11810,-4765,48977,12249,-4335,49336,12425,-4838,49007,11848,-4342,49587,11721,-3970,49623,12014,-3633,49961,12003,-3385,50151,12539,-2487,51088,12236,-1556,52561,12609,-1017,52991,12914,-3163,50654,12199,-3041,50963,12099,-4468,51479,11018,-4601,51465,10462,-5135,51174,10927,-5439,50670,10748,-4632,50636,10967,-4196,50444,11343,-3688,51254,11540,-3902,51482,11362,-3922,51798,11276,-4561,51347,11184,-4876,50662,10833,-4341,51098,11160,-3007,51603,12043,-3081,52667,11634,-2537,53656,11532,-2089,54035,11724,-2500,53763,10940,-3046,53225,10318,-3367,52653,10833,-3605,52286,10771,-3344,52159,11585,-3740,52218,10158,-4089,51851,10233,-4470,51537,9970,-4491,51350,9296,-4894,50936,8895,-4386,51062,8627,-5761,49694,7230,-6411,48459,5451,-6461,47841,5731,-6859,48786,6483,-6962,48727,6972,-6607,49101,6808,-6639,49547,7646,-5866,50675,9117,-5625,50398,8429,-6080,49590,7224,-4912,49084,6345,-4255,49540,6643,-4665,49730,7093,-4470,50632,8069,-4005,50435,7392,-3878,49926,5760,-3993,49555,5805,-4315,49106,6094,-4050,48759,5398,-3759,48526,4725,-4591,48466,4498,-3909,48390,3797,-3514,48230,3316,-2535,48068,3121,-2267,47879,2953,-2334,49551,2506,-2673,49421,3006,-2458,48360,3103,-2913,48900,3625,-2920,48475,3633,-3470,48859,4435,-3973,48435,4703,-3177,48318,3608,-3427,48411,4030,-3922,50144,6716,-3795,51494,8201,-3748,51995,8907,-5832,49212,6642,-5378,48903,6061,-5169,48587,4927,-5009,48860,5830,-5877,48687,5839,-6462,48062,5380,-5894,47201,5272,-5570,46877,4792,-5524,46449,4334,-3944,46430,2346,-3565,46952,1975,-3192,47153,2085,-3187,47214,1601,-3632,47052,1496,-3611,44833,1194,-4272,44700,1131,-4451,45923,2721,-4794,44863,2271,-5105,44977,2620,-5751,44758,2898,-6261,45446,3639,-5650,45243,3184,-5189,46281,3669,-5233,45612,3172,-4866,46010,3122,-5636,45755,3610,-6406,46023,4119,-5784,46323,4329,-6363,46766,5318,-6176,47704,5211,-6142,47485,5731,-3713,46642,1151,-3154,46266,1070,-2532,45997,1433,-2404,46696,1959,-1997,47044,2496,-2281,47151,2410,-1987,47635,2784,-1539,47604,2392,-1749,48257,2377,-2136,48428,2680,-1476,49158,1711,-3405,47098,2655,-2904,47007,1553,-3295,46991,1319,-2787,47187,2360,-2966,46576,1265,-2659,47083,2029,-2595,47747,2881,-3016,47988,3136,-2798,47425,2947,-3475,47500,3121,-4136,46587,3003,-3694,46951,2738,-3429,47264,2924,-2917,43857,1079,-2467,43093,846,-1914,43178,1118,-1716,43703,1192,-1116,44157,1112,-1023,44956,1368,-558,45726,1729,-576,45246,1583,-152,45644,1558,-493,44864,1321,-264,44758,1179,-706,44108,1029,-1494,43108,1064,-13,47031,1554,-614,47438,1735,-1348,48499,1918,-1140,47769,1975,-242,48263,948,197,47283,1337,734,47858,1093,1111,47750,1051,791,47186,1363,503,46415,1525,1586,47076,1401,1167,46586,1485,-121,48555,791,-379,48600,857,-579,49247,742,-450,48025,1311,-980,48783,1528,262,46800,1543,-297,45881,1739,-393,46294,1962,-248,46629,1756,-1293,45251,1394,-1447,45681,1517,-2047,45458,1145,-2630,45335,932,-2206,44720,1168,-2740,44574,1133,-1690,44998,1252,-631,46369,1949,-1025,46505,1993,-673,46890,1900,-979,47148,2017,-1837,44413,1164,-2454,43913,1183,-3880,44356,1236,-4398,43895,1401,-4230,43487,871,-3958,43632,726,-3574,42911,597,-3327,42634,172,-2616,42716,224,-2662,42426,192,-3050,42455,-28,-3168,42402,744,-2899,43085,247,-3236,43227,369,-3051,43648,866,-3353,43587,549,-3514,44377,1159,-3230,44495,1214,-4851,43569,1254,-5197,43011,1519,-4309,42055,1241,-4496,44516,1523,-4647,44528,1942,-4916,44112,2058,-5824,48509,5078,-6110,48183,4915,-5457,48311,4338,-5556,47211,4781,-5540,47999,4228,-4912,46945,4082,-4457,48342,3898,-5096,48157,3929,-4865,47899,3783,-4307,48172,3691,-4006,48014,3555,-4346,47472,3654,-5160,47759,3969,-6502,48292,5387,-5023,50302,7995,-5194,49682,7175,-2293,51465,12242,-2742,53441,11456,-1810,53492,12487,-650,53900,12803,-2765,52482,12175,-2619,52283,12253,-1859,52885,12478,-5580,47681,10542,-5558,47342,10592,-5114,47476,11230,-5171,47724,11516,-4755,47723,11326,-5388,48529,10728,-5524,49563,10592,-5599,50165,10434,-5909,50718,10905,-6127,50955,10776,-5341,51175,10412,-5192,51094,9500,-4007,51856,10861,-5140,51250,9999,-4888,50091,10821,-4006,50214,11619,-3422,50693,11848,-4636,49883,11126,-5102,48608,11318,-4927,49119,11338,-3887,48196,10793,-4088,48170,10759,-4565,47789,11035,-4836,47367,9326,-3140,46918,10241,-2577,46626,10434,-4196,46953,8560,-4027,47142,8861,-4557,46425,8247,-4460,47020,8498,-6118,48478,9860,-6244,47913,9709,-6443,47297,10039,-6961,46165,9646,-7378,46020,9444,-7515,45501,9088,-7409,44810,8135,-6630,44018,8246,-7108,44322,8095,-6110,43494,7802,-5810,42506,7947,-5298,42182,7644,-6011,42950,7789,-5873,44122,7941,-5456,44684,8219,-5563,45891,8743,-5351,46271,8753,-5623,46328,8958,-6364,46318,9454,-6634,46786,9853,-6055,47052,9745,-6125,47548,10096,-6515,45082,8718,-5901,45590,8702,-7414,45221,8882,-6569,44453,8358,-6700,45713,9202,-7262,45648,9251,-5464,45351,8586,-5990,44811,8376,-5731,42733,7703,-5985,42054,8347,-7296,44108,8017,-7766,43584,7872,-7765,43388,7781,-7087,42139,8071,-7318,42841,8653,-7280,42543,7523,-7584,43149,8345,-6920,44609,8356,-6014,47245,10104,-5554,47128,10272,-5498,47029,9653,-6925,48006,8740,-7065,48368,8738,-6986,48219,8155,-6820,48208,7476,-6888,47067,6773,-6892,47818,8018,-6740,47742,7290,-6922,47684,8657,-6735,48097,9351,-7315,48870,8854,-6888,48394,9320,-7228,48829,9520,-6662,47625,9494,-6834,46918,9838,-6977,47389,8285,-5550,43008,1133,-6535,43994,1800,-6788,44039,2363,-7489,43744,2863,-7393,42475,3105,-7799,41838,3071,-8055,41401,2967,-7217,41620,3131,-6841,41753,3448,-6974,42382,3155,-7010,42013,3759,-7155,41787,4202,-7393,42351,4994,-7585,43057,5467,-7426,42672,5564,-7329,42902,6199,-7379,43272,6481,-7311,42846,6871,-7248,42567,7014,-7066,41220,5522,-7177,40405,5744,-7081,41296,6336,-7074,41711,6172,-7140,41871,6897,-7147,40697,6954,-7119,42200,6039,-7291,41908,5395,-7356,41195,5008,-7324,41549,4727,-6915,41909,3255,-8280,43047,3196,-8310,43926,3071,-8111,44242,2975,-8216,44815,3096,-8431,45565,3456,-8549,46324,3761,-9333,46396,4150,-9983,46365,3992,-10563,45816,3019,-9737,44662,2872,-8522,44604,3124,-8789,45180,3427,-9016,44506,3052,-9613,45340,3376,-9405,44640,3017,-8993,44065,2940,-9014,46045,3927,-9248,45906,3881,-7411,44372,2650,-7001,44288,2410,-6876,44512,2045,-7139,45304,2201,-7270,45967,2019,-7199,46151,1465,-4738,42224,1170,-5344,41865,-190,-6179,43605,-66,-5774,42404,-524,-6326,43019,-1181,-6640,43868,-1087,-6662,43188,-1651,-6900,43979,-1494,-7688,44226,-2511,-5666,41894,-853,-5280,40848,-941,-5224,41436,-435,-6902,42855,-2198,-2300,42015,1052,-2420,42071,593,-598,42240,353,-305,42537,208,395,42271,26,1385,40924,267,887,40971,-223,1936,40665,47,1443,40460,-218,1274,40661,-307,627,41267,-85,1843,40072,584,2224,39937,1084,2459,40156,1267,2357,40551,958,2660,40730,1259,1945,40402,108,954,39367,333,-316,39450,715,163,39759,397,218,40356,-40,753,40295,-271,134,39209,530,-730,39142,776,-965,39518,927,-2137,39408,1624,-1864,40373,1644,-2051,41318,1511,-2922,41206,1459,-3512,40214,1441,-3231,39343,1133,-3507,39248,530,-4443,40605,82,-3820,41031,1375,-3397,40605,1595,-3226,41505,1277,-2870,41931,883,-3021,41899,1019,-2176,41347,1529,-913,40746,634,-719,40958,444,-153,41401,23,298,41506,-77,-874,41759,551,-1337,41939,974,-1218,41063,684,-1405,40982,830,-1643,40346,906,-1778,39816,1376,-1631,41035,1218,-1806,41220,1385,-1527,39360,1199,-1008,40180,870,-310,40014,519,-200,40548,216,-1482,39950,1014,100,40987,-30,631,40858,-234,1281,39999,227,654,39852,248,193,42710,41,-156,42976,256,1917,41663,564,3038,42803,1172,4238,41934,-147,3767,41606,247,4377,41557,-301,3597,40953,506,4096,40371,547,4125,40972,98,4799,41608,-409,6116,41882,106,6067,41147,848,5714,41194,490,4911,40960,41,4574,41155,-185,5012,41448,-232,4380,40480,385,4813,40465,507,5673,40771,720,6723,41396,1407,6898,41789,1383,7293,42615,2327,7291,43039,2318,3193,40855,1093,3326,41302,989,3287,41837,1113,3421,40604,902,2910,41595,1377,3094,41637,1391,4007,42692,677,4758,43783,872,4543,43176,646,5496,43735,500,5741,44008,652,6136,44168,766,6656,44858,1004,6237,44881,471,5881,45258,464,6031,46043,408,5319,45709,252,7341,45893,345,7244,46350,706,7514,46382,1123,7664,46594,1919,6727,46933,1157,6468,46553,471,5971,46439,483,6383,46080,318,6516,45408,177,5302,44568,561,5162,45391,211,4772,45661,326,5518,46251,413,5147,46081,802,5778,46803,698,5971,46952,980,5691,45513,380,5965,44444,657,4427,42751,253,5395,42795,-330,6020,43270,-2,6467,43107,-28,6183,43827,617,6841,44255,1372,6981,43018,1621,7054,42141,1758,7247,43656,2013,6570,44039,1003,6934,45020,1264,7058,45259,1773,7290,45527,1897,7476,44294,2623,7066,44117,1784,6944,45459,318,7629,46112,631,7780,45766,916,7701,45832,1655,7855,46048,996,7816,46058,1393,6958,45735,174,6006,42611,-493,6710,42983,151,6874,42709,736,6620,42338,170,6275,41648,642,6658,42600,5,6680,41860,783,6882,42100,698,6978,42203,1402,6457,42696,-251,6588,43688,834,6823,43388,1107,6912,43653,1421,5445,42091,-562,5561,41894,-507,6191,42270,-305,4888,42405,-422,4374,43898,922,4123,43720,1064,3410,43116,1227,2269,43249,-171,2023,43730,-297,1365,42945,-214,2209,42964,1,2075,42193,521,1216,41419,93,1429,41860,241,2704,44879,-192,3286,44906,-338,3705,44814,-469,4312,44781,-245,4468,44248,10,4493,44056,285,3385,43807,869,3544,44078,573,3480,44114,-145,3640,39323,862,3976,39270,811,4090,38573,582,4589,38690,667,4400,39456,812,3850,39870,826,2369,39175,975,2525,37730,242,2603,37400,-170,2679,37161,-304,2814,36585,-22,2963,36306,162,3134,36010,294,3260,35442,574,2719,35560,671,1752,34893,23,1896,34919,295,1632,34432,275,1394,34346,394,1074,34432,802,1026,33696,727,542,33014,1014,2450,34236,1204,3598,33795,1122,3846,33742,819,3779,34391,951,4135,34507,111,4732,34821,-773,5534,35983,-1954,5034,35460,-1278,4657,35698,-1032,5218,36430,-1669,4883,36451,-1244,5883,38042,-632,6637,38489,-688,7958,39179,86,7782,38907,295,8656,39577,490,8826,38747,1381,9271,39179,1200,9328,38163,1761,8983,37348,2100,9522,37082,1646,10327,38128,805,10463,37865,409,11056,38960,-99,11522,39669,-595,11354,38962,-997,11182,37476,-2343,11532,36709,-3217,11823,35835,-3808,13290,35474,-5391,12809,34842,-5165,12433,33827,-5174,11993,32917,-4737,11945,32620,-5064,11732,32752,-4395,11879,33383,-4318,12334,34143,-4794,11335,35134,-3299,10938,34409,-2924,10997,33525,-3025,10706,32386,-2893,10656,32073,-3090,10728,31487,-3404,11168,31742,-4052,11454,31238,-4693,11408,32319,-4363,11116,32038,-3699,12150,34855,-4358,11450,34047,-3630,11212,33023,-3582,11081,33239,-3336,12275,35429,-4394,12595,34278,-5215,10655,37860,-31,9836,37560,1444,9907,38167,1443,9613,38500,1597,9878,39113,1164,9621,39754,860,10150,40315,658,10664,40946,543,10950,42109,573,11295,42211,576,11234,40768,324,12098,41096,-596,13132,42905,-1403,13496,43783,-1336,13682,44181,-1536,13740,43461,-2801,13317,42481,-2730,13740,42224,-3426,13381,40848,-3789,14279,41221,-4464,14713,41235,-4810,14897,42283,-4389,15033,41454,-4977,15575,41512,-5497,16142,41660,-5969,17670,41110,-7741,17710,40528,-8041,17492,40119,-8058,16975,39815,-7949,17349,39326,-8334,17318,38081,-8736,17652,36915,-9715,19010,36200,-10748,20128,36415,-11751,21502,37274,-12200,21718,37885,-12631,21383,38375,-12969,19886,37516,-13156,19128,37805,-13191,19432,38348,-13278,18674,38335,-13141,17763,38480,-12826,17443,38083,-12695,15211,37599,-11684,15642,37956,-11922,14619,37886,-11359,14022,37140,-11227,13968,36529,-11301,13427,36025,-10995,13511,35576,-11097,14306,35252,-11576,14343,32898,-11525,14792,33994,-11803,15351,33391,-11964,14580,30664,-11308,15004,29484,-11209,15514,29075,-11287,16611,27680,-10709,17096,27370,-10382,17637,27394,-9980,17063,27089,-9793,16684,27795,-8770,16141,27307,-8769,15697,27614,-8503,15572,27145,-8731,14832,26938,-8194,14785,26272,-8178,15234,25707,-8357,15369,25061,-9091,14878,24795,-9454,14313,23880,-8274,14533,24280,-7822,14068,25147,-7560,13697,26229,-7308,13426,25758,-7112,13094,26311,-6835,12751,25239,-6938,12497,24666,-6762,12095,25419,-6443,11926,26214,-6199,12278,27208,-6145,12418,28341,-6116,11956,28038,-5643,11945,29089,-5526,11208,29279,-4770,10379,26958,-4332,10292,26243,-4232,10032,26283,-3903,9817,26144,-3790,9509,26845,-3483,10481,27646,-4569,10004,28023,-3871,10141,28672,-4015,9626,28971,-3178,9785,29656,-3262,9545,29115,-2918,9355,28489,-2771,9363,28507,-2494,9369,28722,-2006,9397,28404,-1471,9612,27619,-921,9631,27122,-876,8883,26747,-408,8843,26807,-804,8121,26626,-249,7533,26140,-76,7286,25655,560,7070,24940,857,7126,24615,1309,6762,23729,1342,6533,22948,1423,6867,23827,461,6463,22635,1142,6645,23558,1113,6886,24307,937,7132,24554,97,7443,25447,-327,7038,23499,-85,7464,24571,-697,7774,25950,-890,7670,24757,-1044,10121,29088,-3895,11371,29711,-4871,11656,30627,-5062,11993,30922,-5506,12117,30025,-5658,12569,30686,-6321,12284,31227,-5844,12059,32114,-5458,10957,31331,-3902,11226,30543,-4525,10861,30007,-4298,10315,29874,-3761,9547,30790,-1837,9116,30806,-784,8890,31178,-264,9070,31665,-534,9663,32199,-1280,9193,31997,-882,9366,31808,-1241,9617,31208,-2024,9618,31627,-1812,10037,31531,-2489,9778,30646,-2446,9868,30180,-3179,9782,30115,-2792,9589,29981,-2320,9339,28753,-1758,9169,28336,-580,9383,27743,-541,8975,27857,-117,9088,27130,-272,8868,27380,51,8664,27022,431,8403,26944,1017,8685,27398,1204,9145,27360,1008,9220,28211,1122,10152,28333,564,10606,27045,118,8236,28568,1028,8082,29635,1297,8109,29885,1491,8433,29562,1549,8726,30109,1473,8979,30885,1405,8268,29147,1518,8241,28619,1436,8849,28987,1304,8293,28130,1339,8406,27729,943,8621,27712,498,8682,28043,1359,8448,27336,1097,8491,27889,1373,8143,30567,1626,8104,31076,1273,8176,30930,819,8175,30160,669,8148,29418,791,8371,29008,344,9051,28770,-697,8836,28801,-308,8454,29354,140,8387,30175,256,8217,31632,1046,8736,32600,544,9192,33809,417,10048,35162,-1160,10696,35314,-2438,10804,34078,-2697,10726,32865,-2700,10531,33446,-2353,10273,32368,-1993,10291,32046,-2185,10374,31041,-3282,10575,30558,-3694,9985,31154,-2638,8712,33871,1444,9116,35686,1907,9512,35693,1020,9320,36281,1718,9720,36607,1283,9865,36142,503,9880,35668,-205,9666,35033,-164,9379,34571,470,9253,34868,986,8521,33125,1222,8304,32240,1179,8419,31283,1719,8360,30750,1648,8655,32265,1798,9100,32138,1591,8696,33029,1899,8436,32901,1700,8360,32373,1785,8264,31880,1692,9017,29113,-713,9448,29616,-1857,8687,28204,166,8094,30158,1044,12273,27909,-6042,12459,25592,-6642,10166,26705,-4051,9713,27161,-3544,10779,28810,-4544,10805,27789,-4826,11306,27403,-5344,11637,26036,-5909,11910,27018,-5957,11774,27438,-5656,11020,28555,-4853,11533,28371,-5291,10872,25962,-4938,10731,25575,-4768,10693,23292,-4803,10127,23329,-4512,9913,23437,-4330,10227,22448,-4527,9045,23003,-4074,8060,22946,-2229,7786,23289,-1442,7508,24057,-820,7216,22237,-510,6776,20924,-92,6075,19848,567,6468,19601,-628,7307,19792,-2034,7578,19989,-2138,7554,20291,-2687,7816,20670,-2929,7751,20664,-3189,6916,20361,-2964,7024,19996,-2469,6546,20730,-3323,6180,20650,-3081,5441,20894,-2672,4856,20721,-1870,4816,21443,-2182,4993,22741,-2988,4571,23279,-2400,4996,24126,-3522,4781,24785,-3232,4960,25711,-3711,4852,26833,-3473,4671,26995,-3035,4511,27401,-2556,4055,27014,-1331,4027,28326,-955,3785,27970,-466,4249,29085,-1312,4145,30737,-422,4118,31845,-95,3861,31641,303,3654,31906,787,3369,32281,1073,3016,32253,985,2484,31255,649,3522,31447,882,3565,30569,570,3339,30732,868,3092,30307,873,2535,30132,755,2886,31119,905,4312,27983,-1847,4497,28475,-2194,4962,28502,-3227,5932,29127,-4446,6085,30041,-4276,6443,30828,-4467,6830,31381,-4853,6617,32136,-4159,6495,32834,-3598,6376,33330,-3163,6705,34899,-2870,6713,33224,-3775,6990,33481,-4228,6876,32594,-4406,7295,33043,-5042,7312,30825,-5940,6651,30126,-5123,6332,29556,-4849,6084,27934,-4999,6746,28916,-5675,6933,28747,-5938,6965,28290,-6027,7864,29191,-6957,8809,28804,-7947,9489,28870,-8535,11223,26532,-9423,11494,25811,-9327,11853,25276,-9310,12276,24719,-9153,12825,24576,-9276,13835,24557,-9545,7419,30505,-6195,8567,31777,-7350,8291,33104,-6641,8821,35788,-6385,8519,35874,-5871,8923,37345,-5905,8199,36165,-5198,8173,37202,-4564,8633,38005,-4963,8518,38801,-4205,8100,39163,-3127,8021,39575,-2487,8241,40175,-1786,8531,40524,-997,8435,39761,18,7996,39450,-256,7342,38936,-528,9097,39852,617,9332,40700,181,9098,40863,-257,9180,41432,-606,9518,42287,-486,10028,41901,301,10158,41358,428,10400,41681,472,9724,40703,460,9696,41417,164,10642,42742,600,10631,43131,627,10419,43265,477,9611,41611,-20,11333,42848,742,11080,43660,871,11697,44174,1145,11257,45315,1134,11884,46527,1594,11969,47155,1497,13308,48646,1907,13980,49216,1973,12911,48731,1644,12557,47824,1766,10955,44336,871,10253,43739,135,10001,42832,115,6994,38761,-967,7047,38845,-1375,7031,38788,-1783,7353,38766,-2379,6792,38176,-2764,7540,38548,-2796,7914,38544,-3221,7872,39639,-1528,8011,39739,-788,8171,40044,-1284,7758,39127,-2468,7540,39086,-1965,6097,38181,-1167,5643,37808,-1258,5690,37786,-1904,7881,31760,-6505,7669,33158,-5670,8026,33489,-6121,7368,31795,-5659,5620,28287,-4303,5114,28230,-3602,4828,27628,-3247,5353,27533,-4101,5077,26691,-3847,6336,27659,-5345,7046,26087,-6076,6535,25604,-5485,6010,24624,-4867,6567,24473,-5384,6063,23563,-4709,6282,22734,-4619,5839,22609,-4101,5201,21340,-2643,5782,21406,-3375,5222,22190,-3085,6150,26597,-5114,5671,26692,-4585,5264,26052,-4123,5348,24847,-4181,5705,24057,-4460,5587,23324,-4113,5609,25377,-4499,5229,24366,-3963,5226,23532,-3715,6543,27138,-5580,7331,26710,-6430,7423,28038,-6549,7768,26259,-6844,8384,24968,-7123,8585,25379,-7371,8976,24513,-7401,9430,24472,-7642,9689,24821,-7876,10526,25209,-8279,9813,25801,-8202,10154,26224,-8519,10724,26031,-8831,8909,23734,-7016,8821,23166,-6580,9956,22832,-6871,10457,22864,-7044,10807,22441,-6639,12054,23138,-6421,12194,24070,-6940,11627,24261,-7593,11785,23311,-6944,11111,22820,-6927,11823,24140,-7381,9726,23282,-7142,10230,23462,-7441,10631,23787,-7656,11104,24364,-7851,12923,24108,-7236,13192,24227,-7246,13618,24669,-7317,13728,23945,-7514,13290,23848,-7867,13714,23847,-8316,13826,24008,-8870,14476,24426,-9367,13427,24293,-9179,12859,23940,-7647,13168,24094,-8810,12364,24199,-7213,11921,24321,-7827,10738,24878,-8173,10148,24216,-7817,9663,23710,-7386,11463,24690,-8265,11007,25155,-8503,11710,24947,-8946,12131,24525,-8753,11264,24668,-8112,13041,23973,-8280,12658,24138,-8381,13886,23877,-7712,12827,24275,-7031,12324,24277,-6871,12130,23928,-6432,12142,23483,-6249,11935,22865,-5697,11633,22459,-5322,10795,21905,-5236,9959,22059,-5263,9478,22386,-6031,10080,22255,-6269,10498,22157,-6188,8441,23048,-6186,7873,23456,-6158,7539,24900,-6352,7272,25545,-6235,6758,23668,-5361,7013,23046,-5378,7421,22847,-5579,8037,22412,-5467,7996,21569,-4600,8000,21210,-3645,8321,21622,-4539,6062,21849,-3929,7714,23932,-6233,8024,23154,-6044,8575,22759,-5739,9123,22398,-5320,9346,22374,-5020,8384,21549,-4228,8669,21878,-4579,9098,22451,-4643,8751,22010,-4206,8273,21513,-3826,8037,21382,-3222,7988,22221,-2187,7748,22821,-1197,7808,20552,-2415,7739,20315,-1760,7848,20839,-1499,7305,20738,-801,7419,21604,-823,7887,21452,-1401,7432,20292,-1112,7552,20052,-1529,7933,21267,-2750,8285,21952,-5025,8896,22301,-4963,10626,21968,-5695,11223,22119,-5846,11505,22549,-6484,11458,22206,-5601,11779,22499,-5909,12061,22983,-6102,11082,22239,-6283,11022,22921,-4976,11556,22721,-5276,11894,23940,-6118,11434,24602,-5677,10996,26295,-5190,10764,27112,-4922,10896,22397,-4830,11134,22106,-5056,11539,23553,-5568,9430,22299,-5731,9847,22429,-6395,10430,22120,-4774,9829,22379,-4518,9363,22709,-4309,8583,22122,-3886,9005,22567,-4198,8241,21956,-3352,8072,22255,-2772,9461,23211,-4178,12028,24569,-6507,11464,25732,-5857,11535,25009,-5939,11610,25349,-6022,11023,23525,-7435,9593,26627,-8318,9038,25216,-7638,8138,26029,-7137,10019,26824,-8648,6902,34562,-3398,4248,30149,-878,4657,29046,-2364,4848,29901,-2416,5007,30661,-2375,5432,31931,-2479,5796,32083,-2970,5253,29381,-3400,5145,30132,-2899,5354,30685,-2991,5765,31214,-3343,5642,30127,-3656,5508,29312,-3799,5076,29260,-3150,6283,31507,-3938,4625,29973,-1897,4097,31213,-180,4712,32490,-862,4812,33440,-752,5409,34743,-1340,4662,34359,-611,4084,32755,129,3698,32640,818,3634,33194,1039,3437,33423,1092,2468,32453,504,1669,32004,383,1512,32627,887,-772,30850,694,-575,30370,541,-1393,29029,324,-1105,28682,274,-1168,27855,144,-1395,28071,244,-1516,26084,20,-1311,25418,-174,-211,25764,-332,-355,25095,-231,-540,24548,-242,-717,23886,-140,-915,22950,195,-632,22205,1468,-462,21467,886,-41,20141,545,174,20367,407,196,19662,592,259,18475,1259,133,17534,2137,973,16500,1784,2071,16886,2038,2378,15776,2059,2811,16122,2240,3237,15707,2431,3966,14995,2837,4105,14449,3405,4417,14719,4115,4628,14786,3237,5045,15238,2956,4022,15503,2615,4414,15659,2446,5040,15910,1970,4698,16661,1100,4688,16254,1418,4421,16337,1292,4072,16700,1075,3215,17125,1709,3171,17744,1122,2521,18290,1743,3057,18163,1046,3857,18363,239,3392,18361,634,5132,15853,2818,5038,15328,3578,5250,15959,3684,5417,16886,3216,6292,17057,2602,5585,15927,3757,5216,15485,4008,5912,14775,4852,5198,15209,4343,4827,15075,4059,4927,14834,4453,4803,14539,4489,6333,14489,4990,5165,13719,4574,4675,13400,4235,4545,14057,4296,2989,14489,3669,2607,14825,2917,2285,14961,2812,1632,15591,2940,1337,15581,3059,940,15440,3081,709,15283,3026,677,14607,3451,1021,14583,4655,1064,14973,4002,1350,15096,4080,1126,15200,3802,1553,15484,3364,1978,14899,3916,2202,14524,4140,3306,14155,4077,3694,14376,4054,4234,14380,4221,4290,13546,3965,4570,11928,3535,4119,12668,3455,3156,12236,3240,3576,12769,3435,2683,13187,3811,3409,13289,3706,2946,13941,4045,2009,13975,4389,915,12120,3802,590,12066,3803,751,10905,3119,429,9627,2363,-123,9554,2165,-666,8331,1172,-822,9182,892,-1231,9204,655,-1385,9618,1083,-1706,9565,1359,-981,10653,1896,-1247,10504,1873,-1008,11295,2522,-208,11726,2958,165,11118,3095,416,10778,3008,-107,11052,2821,-424,10438,2164,-434,10964,2304,-1567,10256,1879,-2143,10600,2625,-1831,11478,3317,-659,11394,2502,-2143,9720,1806,-2221,8886,1191,-1781,8682,550,-1850,7989,-40,-1443,8519,138,-1038,8726,389,-1547,8817,432,-2010,8452,679,-1167,9896,1239,295,6869,677,615,7216,762,677,8606,1697,367,8405,1624,-165,8183,1429,85,8963,1921,897,9594,2282,1974,8951,1304,1960,8127,629,2829,8296,414,3131,9061,935,3073,9956,1615,2724,9587,1449,2600,10196,2021,2396,7192,-302,2133,6518,-639,2687,5465,-1563,2962,5309,-1549,2714,4970,-1856,2449,5261,-1600,2849,7493,-236,1072,8931,1750,1525,8813,1463,2477,7881,194,1496,7022,115,1099,7884,963,3943,13199,3678,4000,14185,4138,4080,14568,3990,3090,14398,3972,3511,14439,3858,2348,14815,3433,1462,14545,4477,3675,14684,2919,3732,14430,3237,3328,14986,2669,2253,15513,2040,1799,15809,1801,1333,15719,1799,1405,15624,2492,992,15529,2240,567,15376,2874,-239,15162,4201,1137,14701,4316,363,14508,4660,-222,14553,4854,-170,15595,3857,-821,15630,4418,-562,15168,4583,-914,15165,4496,-839,16540,3913,-985,17263,3497,-1136,16062,4022,167,16440,3126,71,15882,3381,500,16223,2599,1277,15954,1610,1704,16196,1685,812,15654,2208,295,15066,3134,334,15462,2971,653,15910,2330,-528,17051,3445,-578,15702,4315,-272,14770,4668,198,14260,4748,-96,13938,4568,-444,13874,4574,-679,13156,4047,-838,12511,3520,-192,13046,3813,271,12775,4113,157,13392,4357,431,13163,4381,1834,13093,4065,-190,13558,4219,708,13345,4457,383,13696,4633,979,14031,4682,-374,14315,4870,-1239,13184,4609,-1435,11497,3035,297,14528,4090,206,14679,3609,1002,15890,1820,5144,14084,4660,5135,15786,2445,600,17958,1315,904,17170,1701,858,16853,1802,542,17232,1774,-165,19761,938,-298,20301,855,-706,22664,1229,-404,23332,849,-528,22637,1078,-429,22325,594,-143,21759,264,-350,21383,576,849,21062,875,1181,20041,1355,915,22242,732,1057,23914,487,1408,23654,665,789,25228,9,2442,26446,564,2572,24915,516,2259,25150,558,2002,23612,742,1220,22454,822,1347,21852,966,1791,21225,1151,1260,21162,1069,2894,20624,609,2602,19825,1066,4669,19779,-1279,5129,20043,-1752,5664,19814,-1802,5310,19656,-1162,5948,19515,-711,6379,19557,-1253,6138,19564,-1513,6319,19650,-1837,4444,19125,-838,4749,19101,-937,1620,20121,1515,1223,19077,1512,1503,18975,1743,2424,17948,1938,2842,17216,1983,2604,16769,2172,3261,16140,2207,4650,14967,2910,4392,14689,3092,3558,16941,1364,4555,15975,1740,4126,16165,1989,2164,17870,2001,1769,17989,1963,1433,17852,1816,1071,18049,1493,1275,17393,1779,2346,21116,1043,2542,22055,752,2978,22972,328,2600,22701,647,1932,22614,906,2298,22263,875,2376,23579,677,3242,20053,285,3110,19367,594,3594,19081,209,3998,19103,-280,3731,20208,-330,4269,19821,-980,3603,21073,-299,3495,22236,-139,3745,22295,-523,3910,21362,-782,4548,24192,-2572,4436,25015,-2468,4712,22554,-2440,4499,21396,-1692,4253,21321,-1316,4629,20975,-1714,4130,22119,-1253,4083,24726,-1536,3789,24428,-774,3964,25419,-1271,4316,26336,-2222,4470,25921,-2640,4309,25488,-2211,4249,26851,-1961,3984,26168,-1279,3862,26751,-866,3341,27141,117,3170,27665,428,2887,27472,566,2578,29198,697,2923,28873,709,3246,29243,655,3684,29925,162,3683,28290,-204,3210,28603,546,3077,27072,429,2563,27353,606,2202,30295,536,983,29486,-177,1143,30228,-95,558,30554,143,-107,28521,-406,-342,27867,-505,-226,26879,-535,528,27187,60,903,26758,-24,916,25927,-63,550,25488,-103,-162,25601,94,-627,26733,-556,-519,27326,-509,-830,28358,18,-330,26122,-522,122,25875,217,-1023,26801,-214,-1079,29281,405,203,24789,32,-78,23745,105,-212,24177,523,-703,23299,880,-1035,22228,667,-484,23533,898,419,24257,-3,485,23833,104,749,23538,346,96,22399,204,64,21389,274,264,20842,406,3,20876,345,700,21876,657,307,21725,422,-166,22861,194,209,23417,66,-282,22973,368,657,26060,-145,320,25470,-3,65,25315,261,-139,25288,289,230,26338,182,507,26765,104,259,26683,82,317,27250,-246,422,27859,-352,1054,28534,-20,1605,28450,298,1237,27660,113,2053,29400,505,-133,27417,-555,415,29414,-241,171,28401,-450,1427,29852,45,2010,31731,228,1635,30877,88,1073,30507,-15,802,31715,641,1654,31517,151,-83,30973,569,3749,26091,-710,3680,26948,-458,3361,26166,3,3149,21500,236,3834,22944,-734,3635,24047,-419,3034,26023,339,2739,24128,464,4094,22846,-1265,4045,23495,-1268,3643,22896,-390,3221,24168,114,2010,21296,1133,1276,24749,409,1824,25383,501,1570,25800,407,1431,26198,295,1963,24849,578,-965,23504,-101,-940,24587,-395,-744,24604,-395,-764,25643,-539,-1538,23665,3,-1840,23623,93,-1911,22630,318,-1563,21979,476,-2718,21627,400,-3539,21810,64,-4358,22698,-552,-4835,22404,-618,-5833,22299,-658,-7330,22247,-372,-1233,22167,434,-1585,21188,722,-1356,19811,1232,-1216,21045,1197,-1543,20453,906,-2448,19942,1029,-2272,21043,752,-3493,20258,677,-4244,20253,528,-4430,21014,226,-4833,20556,832,-5065,20510,1327,-5250,19726,2796,-5474,19609,3399,-5475,18479,3858,-6020,18627,4365,-6172,18859,4305,-6255,18125,4689,-7197,16468,4692,-7927,15635,5397,-7275,15451,6043,-6897,15708,5680,-6029,14573,5479,-6350,15775,5352,-5612,16664,4570,-6509,16472,5273,-6354,17180,4991,-6035,17834,4717,-5735,18068,4391,-5131,18726,3302,-5097,19901,1966,-4896,19433,1669,-4627,18243,1951,-4786,17424,2481,-4863,17189,2872,-4828,16189,3397,-4896,17062,3683,-4974,16875,3957,-4979,15999,4185,-5940,16847,4817,-5558,17319,4431,-4981,17558,3703,-4980,18593,2834,-4900,17718,3131,-4769,19685,1232,-4634,18711,1685,-3935,18091,1654,-3687,18086,1439,-3158,17723,1440,-2881,17251,1586,-2128,16639,1936,-1941,17708,1590,-3287,17157,1791,-3603,17432,1943,-3292,16483,2801,-3493,16272,3059,-2996,15595,3874,-3211,17320,1568,-4293,18153,1769,-4552,17544,2162,-3960,17350,2226,-4856,18550,2168,-4702,16463,2952,-4557,16931,2496,-4243,19136,1139,-3565,18307,1327,-3931,18693,1245,-6678,16924,5045,-7029,16473,5255,-540,25172,-487,-1381,27168,119,-1636,27636,184,-1758,26901,141,-2133,26493,-62,-2594,25385,-311,-2179,23333,74,-2918,22246,177,-2061,21626,601,-1575,28662,221,-1942,29935,-165,-2439,30504,-553,-2620,31704,-625,-3355,32897,-1180,-2866,33808,-613,-3793,33862,-1425,-3729,34776,-1287,-3917,35490,-1206,-3827,36903,-728,-3409,37062,-832,-2881,36844,-1095,-2343,36432,-702,-2095,36809,-782,-1371,37285,-913,-270,37958,-121,72,37872,-233,454,38389,78,1308,38445,66,-139,37385,-368,-765,37399,-570,-1061,37177,-754,-1361,36684,-569,-907,36268,44,-1560,35472,-211,-1088,35607,24,-1079,35162,244,-1574,35191,-8,-1054,34906,542,-720,35534,404,-443,35389,406,-8,35301,60,781,34711,-220,1265,34402,-11,393,34423,175,812,34331,199,546,33998,445,752,34040,647,287,33434,689,41,32496,982,-382,32590,1014,-966,32710,851,-1191,33589,808,-2602,33130,-384,-2788,34351,-633,-2526,35022,-649,-2019,35102,-440,-1939,35012,44,-1808,35054,439,-743,34235,930,-520,34342,650,-342,33837,437,53,34473,-36,-647,34730,678,-1145,34281,815,-300,34232,186,-339,34854,340,-120,33854,273,-2404,34233,-202,-1864,33541,401,-579,33692,985,-864,33916,1073,-1596,34150,643,-1552,34832,794,-2251,33361,-48,-1765,33018,389,-2191,34812,-67,-1984,34567,388,-553,31885,896,-1118,31507,667,-1183,30684,574,-1478,30210,308,-1585,31424,360,-1108,30086,531,-855,30042,537,-251,31750,887,570,32023,846,932,32569,942,473,33350,912,1734,33215,1099,265,34176,305,418,34735,-229,577,35931,-271,139,36119,-608,-586,36881,-385,-871,36653,-337,-520,36123,180,-252,36830,-366,-270,36452,-167,271,35730,-180,-2528,37141,-1237,-2155,37469,-1353,-1290,37557,-945,-546,37854,-282,-780,38411,-184,-3277,33407,-1090,-4120,32967,-1789,-4256,33917,-1820,-4513,34188,-2045,-5329,36025,-2658,-5778,36190,-3145,-5977,37111,-3144,-5861,38327,-2639,-5703,39040,-2208,-6088,39969,-2406,-3988,34476,-1470,-4433,35234,-1741,-4223,36062,-1296,-4654,35944,-1829,-4562,36808,-1467,-4729,38150,-1243,-4565,38781,-862,-4978,39555,-1050,-5285,40058,-1268,-4838,40084,-697,-4226,39339,-353,-3973,38872,-186,-4133,37008,-881,-5260,36476,-2454,-4666,32946,-2315,-5759,32681,-3357,-6272,32485,-3796,-6674,33243,-4177,-7930,33268,-5067,-8545,32273,-5313,-9260,32871,-5783,-9558,31958,-5753,-10352,32420,-6138,-12271,32980,-6786,-13110,31439,-6662,-13535,32246,-6930,-13519,31016,-6566,-15324,29551,-5136,-15696,29494,-4781,-15606,29476,-3907,-15694,30182,-3911,-16113,29605,-4243,-16017,29920,-5077,-16665,30701,-4845,-16565,31352,-5349,-16315,30864,-5563,-16341,31756,-5798,-16022,31778,-6107,-14368,33902,-7122,-13914,34127,-7191,-13812,33065,-7072,-12732,33277,-6943,-11434,33290,-6634,-11685,34309,-6909,-11545,34808,-6962,-10658,35655,-6769,-10003,36415,-6499,-8788,35026,-5778,-9082,34752,-5935,-8289,34755,-5447,-8074,34186,-5242,-8417,33669,-5421,-9133,33548,-5816,-9782,34358,-6242,-9939,32868,-6082,-11165,35194,-6905,-10607,33546,-6440,-10295,34221,-6442,-9605,34837,-6211,-14933,32249,-6729,-15286,31517,-6372,-15330,30709,-6029,-15584,30096,-5536,-15828,30815,-5860,-15809,29396,-4164,-16042,29654,-3978,-13954,31912,-6862,-16391,30256,-4878,-11868,31544,-6352,-10735,32033,-6164,-9919,31228,-5722,-8757,31630,-5324,-9175,31436,-5479,-12851,30559,-6279,-13139,29881,-5870,-12037,29614,-5414,-12524,29554,-5389,-13233,29358,-5273,-13811,29086,-4910,-14231,28975,-4653,-14027,28806,-4518,-13608,29044,-3739,-12681,29535,-3537,-12274,28764,-2941,-11495,28779,-2491,-10643,28655,-2025,-11008,27937,-2065,-10310,27563,-1684,-9483,27875,-1267,-9010,28350,-1015,-7524,28044,-31,-7521,28865,37,-7261,28792,290,-6638,29669,1349,-7003,30253,737,-7190,29739,445,-7817,29726,-21,-8582,29001,-755,-8443,28094,-716,-9060,29257,-1006,-9178,29736,-1081,-10243,29567,-1920,-10438,28309,-1813,-10330,27934,-1749,-9805,28736,-1474,-9532,28518,-1352,-10076,29131,-1742,-8618,30027,-669,-8231,29998,-359,-8580,31238,-500,-9733,30908,-1491,-9484,30496,-1319,-8749,30567,-725,-7906,28746,-229,-9131,27398,-1126,-9233,26494,-1299,-11592,26438,-2053,-12091,26685,-2305,-12353,26428,-2467,-13102,27036,-2983,-14015,26970,-3576,-13687,25868,-3326,-13222,25474,-2994,-13238,25875,-2906,-13711,26306,-3242,-9929,26972,-1488,-10360,26866,-1751,-10174,26249,-1652,-10980,25966,-1946,-10839,27171,-1912,-12002,27374,-2444,-11134,27469,-2094,-11842,27826,-2459,-12857,27789,-2980,-13839,27902,-3576,-13766,27490,-3454,-14180,26947,-3783,-12500,26983,-2651,-11299,27147,-2068,-6549,27664,1124,-6207,27542,1583,-6398,26744,1417,-6283,27203,1589,-6424,27502,1772,-6128,28173,1973,-6197,28141,1716,-6228,28847,2145,-6252,29299,2058,-6530,30442,2337,-7165,30883,2454,-7140,31317,2570,-7721,31963,3428,-7971,31884,3422,-8782,31420,2959,-9066,30313,2580,-9288,30304,3322,-9346,28782,3046,-9173,26616,2533,-9339,25890,2441,-9668,25652,2309,-10317,26062,2331,-10076,25237,2039,-10411,24933,1686,-10641,24397,1355,-11145,24148,901,-12053,23437,-3,-11727,24002,482,-12246,24169,419,-12127,24975,872,-12817,25434,1299,-12462,26753,2047,-12775,27077,2336,-12976,27422,2748,-12518,28260,3264,-12483,27601,2642,-11871,28097,3405,-11261,27441,2855,-11576,26337,2197,-11731,26778,2481,-11749,25494,1488,-11900,26029,1871,-12246,25990,1604,-12199,26843,2162,-11650,27053,2731,-11934,27444,2847,-11418,25589,1557,-11088,25474,1531,-11534,24952,1099,-11001,25789,1780,-12564,24555,656,-12802,24680,866,-12896,24530,1017,-13007,25434,1601,-13014,25076,1759,-12826,23855,1944,-12828,22715,1633,-12816,21972,1260,-12782,20601,389,-12905,19752,63,-12802,18870,-553,-12846,17378,-1028,-13125,17114,-774,-13034,16709,-1178,-13298,16056,-1113,-13817,14990,-428,-13573,14728,-754,-13434,13685,-1534,-12433,13406,-1856,-12000,13473,-2580,-11223,13426,-3494,-10638,13374,-4060,-11008,13660,-4160,-11294,13857,-4039,-11725,13660,-4045,-12303,13553,-3869,-11937,13462,-3857,-12642,13209,-3513,-12226,13348,-2941,-12972,13058,-2878,-13039,13201,-3284,-10795,13811,-4092,-10271,13561,-4120,-10096,13318,-3843,-10659,13375,-3222,-11684,13511,-3576,-11434,13411,-3988,-11575,13509,-3145,-13683,13233,-1486,-14018,13316,-488,-14214,13582,-382,-13961,13848,-438,-14111,16005,-379,-13810,16915,-489,-13010,18305,-268,-13046,19510,210,-13640,19212,415,-13713,19991,844,-14063,19774,757,-14501,19372,541,-15042,19069,415,-15324,18361,302,-15723,18859,191,-16108,19098,-15,-15765,19641,207,-15232,19633,457,-15252,20386,695,-15959,20141,261,-15805,20984,677,-16264,21415,672,-16208,22797,1656,-15449,22878,1904,-15091,22695,1926,-15393,23608,2238,-14613,25601,3618,-14728,26008,3900,-15268,27014,5074,-16166,25113,3431,-15929,25023,3200,-15353,24716,2826,-15449,25344,3354,-14785,26927,4808,-15301,26493,4512,-15889,26237,4614,-14993,18098,300,-15037,17322,212,-14688,16632,-38,-14850,16013,4,-14373,15570,-166,-14339,14818,-108,-14860,13927,90,-14209,13474,-197,-14593,13763,337,-13604,14248,158,-13589,14693,480,-13385,15029,928,-12992,14387,1812,-13344,13714,1930,-13775,13274,1974,-14246,13544,1862,-15562,12089,2336,-16374,11587,2601,-17547,10327,3247,-18239,10214,3510,-19476,8211,4518,-19293,7769,4687,-19143,6986,5225,-18731,6413,6132,-19442,5923,6406,-19807,5568,6837,-19482,5637,7175,-20434,4968,7860,-21013,4601,8327,-22539,3946,8761,-23111,3759,8238,-24842,3970,8103,-26408,4606,8393,-28115,5334,9307,-28290,5491,9667,-27349,5439,10252,-27793,5809,11252,-27885,6335,11686,-29057,6851,11801,-28790,7060,11555,-28656,7332,10908,-28772,7288,10409,-29837,7202,11075,-29812,7160,11463,-30755,6721,12235,-31205,6363,12930,-30946,5756,12005,-28981,6360,10451,-28043,5837,10699,-28205,5974,10917,-29026,6233,10781,-30498,6266,11287,-31691,5718,12321,-32129,5903,12693,-29249,7254,11107,-28912,6953,12099,-29444,7264,12150,-28885,7534,13473,-29327,8004,13339,-29615,7918,13614,-29810,8244,12907,-29032,8367,12394,-28274,8307,12126,-28902,8133,12843,-28309,6847,12482,-27597,7042,12655,-27644,6830,12328,-27019,6097,11942,-26614,6253,12193,-26069,5281,10309,-26690,5125,9758,-27267,5088,9556,-26575,5499,10312,-27271,5784,11284,-27744,5276,9773,-26818,4768,8890,-25382,4132,8477,-27344,7226,12796,-27122,7673,13519,-27885,8109,13631,-28494,8590,14379,-28912,9038,14869,-29611,10003,14526,-29361,9938,14356,-29262,9700,13838,-27736,8486,12512,-27422,8184,12129,-27101,8202,11896,-25995,8331,11781,-25357,8025,11537,-26513,7991,11034,-27503,7912,10996,-28131,8152,11316,-28757,8285,11622,-29004,8413,12029,-27332,8064,11188,-26552,8159,11576,-26576,8702,12098,-27192,8750,12205,-26939,9119,13529,-25808,8251,12925,-25190,7950,12479,-24127,7354,12194,-25156,7998,11880,-23530,7406,9024,-25537,7337,9249,-26141,7082,8878,-26820,6946,8964,-27207,6836,9004,-27440,6722,8698,-27680,6164,8155,-28164,5459,8873,-28946,5787,9050,-29098,5798,9318,-28808,6056,9815,-28765,5677,9539,-28645,6088,10194,-27834,5555,10363,-30104,6119,9079,-29291,6395,8592,-29580,6967,8735,-29514,7141,9029,-29399,6233,9418,-29556,6041,9365,-29524,5912,9144,-28974,6318,9594,-27932,7071,9668,-29226,7062,10383,-28680,6608,9787,-29116,6033,8787,-28397,5876,8529,-28909,6614,8427,-28564,6706,8397,-28341,6898,8593,-29045,7068,9163,-28733,6822,9952,-28301,6791,9396,-27534,7202,9658,-26900,7326,9679,-27300,7511,10577,-27684,7630,10878,-28285,7473,11122,-27714,7435,10720,-28439,7322,11078,-24171,7529,9653,-25801,8072,11389,-25791,8343,12137,-25834,8356,12647,-24910,7721,10356,-24713,7424,9303,-27766,6790,9292,-28283,6955,8944,-28171,7311,10084,-27566,7432,10290,-28854,6773,9440,-28480,9035,13065,-28778,9831,13710,-28021,9677,13512,-27140,9264,13371,-28494,9461,13218,-27954,9070,12718,-27591,8984,12501,-27208,9289,13107,-27346,9208,12719,-28087,9481,13081,-28991,9940,14681,-28618,9791,14622,-29041,8898,14811,-27831,8500,14202,-27469,8671,14116,-26359,8067,13610,-27523,9289,14065,-26642,8857,13506,-26783,8748,13709,-26947,8435,13865,-25724,8019,13130,-28450,8342,13431,-28847,7210,13255,-28826,6955,12920,-29195,6992,12623,-29410,6938,13088,-27841,7999,13101,-27855,8204,12706,-27156,8160,11523,-21652,4350,8082,-16235,10806,2861,-14010,13559,-144,-12457,14585,-212,-11943,14929,-230,-11460,15177,-247,-11069,15020,468,-9674,12778,633,-9708,12500,1237,-9312,11780,640,-8727,12606,1206,-7684,13959,1672,-7436,14523,2014,-7746,14297,2224,-8441,15201,3561,-9539,15152,3803,-8917,15109,4582,-9598,14771,5014,-10260,14499,5167,-11224,13964,5436,-12218,12782,5800,-12592,12377,6130,-13113,13056,7367,-13677,12138,7498,-15076,10738,8059,-14933,10530,7818,-16124,9322,8266,-17142,8598,8791,-17502,7728,8534,-19743,5394,8619,-19806,5346,7839,-18767,6862,9375,-19699,6179,10014,-20790,5567,10863,-22059,5840,11883,-22367,6329,11826,-23449,6762,12482,-23852,6691,12880,-24702,7014,13113,-24794,6724,13148,-26287,7653,13499,-26144,6274,12516,-25458,6159,12434,-25522,5408,10748,-26373,5783,10964,-25629,5697,11249,-25548,5919,11881,-27225,7373,12887,-26784,7347,13159,-26881,6788,12774,-26381,6534,12828,-27239,6478,12374,-15786,9381,7958,-14743,10176,7341,-15243,9564,7431,-15439,9087,7101,-16540,8091,7518,-17375,7198,6276,-16788,7702,5889,-15531,8767,5547,-14755,9539,5157,-13430,10973,4463,-12788,11601,4866,-12259,12233,4752,-12486,12075,5393,-11809,13224,5408,-11465,13520,4569,-11175,13906,4520,-10778,14278,4832,-13064,11349,5515,-13633,10668,5425,-14314,10200,6686,-13976,10298,5264,-16792,7646,6222,-16521,7863,6471,-16174,8267,6985,-16352,8833,8147,-16427,8403,7813,-17654,7287,8237,-17692,7101,7927,-16900,7605,7072,-18741,6199,8321,-17774,6882,7198,-18768,6123,7920,-19602,5482,8147,-18255,6499,7158,-18730,6145,7167,-13160,12573,7216,-13411,11896,7070,-13920,11156,7126,-13914,10958,6916,-13849,10496,5929,-13525,11338,6660,-14135,11194,7412,-10127,15105,3300,-10091,14688,2399,-10362,14884,1995,-10453,14708,1279,-10799,15133,1323,-10629,15066,1907,-10789,15144,2192,-11181,15171,2076,-11534,15094,2064,-11863,14050,2487,-12457,13457,2458,-13258,12605,2521,-13870,12319,2460,-14091,11279,3049,-14535,11334,2797,-15332,10645,3011,-15976,9619,3615,-16785,8954,3974,-18117,8270,4361,-18951,6775,5461,-17783,7222,5565,-18566,6795,5598,-11269,15536,837,-11854,16115,708,-11267,15413,127,-10921,15151,934,-11814,15845,1237,-12300,15206,209,-11836,15859,326,-12420,15462,944,-12868,15171,826,-12403,15407,572,-12921,14874,330,-13044,15002,1367,-12554,14864,1682,-11839,15329,1702,-11954,16089,917,-13181,14639,1729,-13420,12942,2244,-12586,14061,2069,-14567,12894,2085,-15135,11870,2401,-12495,15233,1308,-9978,13952,2598,-9877,13205,1997,-9840,12822,1604,-9754,12971,1341,-9850,12179,1507,-9930,12344,1789,-10009,12541,2101,-10086,12677,2033,-10305,12844,2545,-10190,13331,3036,-9424,13560,2638,-8758,14017,2510,-9552,14850,3093,-9419,15089,3383,-10343,13133,2578,-9487,11886,655,-9541,11851,942,-9311,11943,1070,-9074,12760,1844,-9683,12864,2370,-10205,12966,2765,-9041,13157,2188,-8585,13584,2176,-8468,13267,1780,-8256,14027,2303,-8710,14392,2679,-10473,15016,3654,-10334,14703,4379,-10045,15041,3930,-10821,14417,4059,-10680,14974,3348,-11104,14169,3542,-11851,13507,2843,-12635,12554,2987,-13614,11518,3157,-14901,10396,3373,-16046,9153,4038,-15552,9302,4199,-17970,7796,4760,-16711,8483,4469,-11445,14933,2315,-11591,13515,3198,-11726,13174,3530,-12056,12432,4068,-12437,12003,4379,-11937,12813,4754,-11664,13213,4114,-12182,12434,3593,-12692,11854,3914,-11981,12783,3461,-13032,11927,3276,-13516,11103,3822,-10426,15168,3373,-10403,15231,2769,-10934,15185,2705,-10664,15384,2957,-7798,15314,3558,-8670,15239,4079,-9145,14753,5619,-8627,15227,6264,-8239,15448,6385,-7898,15519,6373,-7669,15506,6371,-7842,15251,7444,-8151,16628,8663,-7755,16654,8891,-7857,15404,8935,-7691,14938,8243,-8431,14983,9476,-8355,14482,9294,-7994,15307,6912,-8168,14469,2606,-8463,14958,3127,-9321,12121,288,-9350,12293,-102,-8921,12200,-1089,-8306,12609,-2633,-8537,12779,-2419,-8354,13029,-3062,-7999,13170,-3060,-8156,13078,-3130,-9092,13549,-3840,-9712,13674,-3993,-9606,13443,-4027,-9070,13300,-3616,-9518,13446,-3284,-9910,13460,-2785,-9315,13479,-2927,-8699,13294,-3525,-9091,11788,359,-8403,12225,-246,-8086,11985,-1384,-8438,11723,-1498,-8469,11876,-1795,-8263,12248,-2252,-8410,13453,-3440,-8398,13955,-3037,-8980,14244,-3160,-9415,14566,-2964,-9320,14847,-2312,-9010,15066,-1733,-9600,15907,-1538,-9372,15196,-1912,-10884,16434,-2241,-11413,16630,-2584,-11666,17326,-2302,-11969,17664,-2327,-12917,17380,-2100,-12845,16351,-2434,-13091,14547,-2163,-12889,14153,-2820,-12914,13495,-3473,-12807,13321,-3587,-13134,13610,-2425,-13442,13234,-2248,-13317,12942,-2020,-13640,13016,-1568,-13401,13055,-2359,-12795,13040,-2651,-12017,13432,-3670,-13289,13219,-2810,-12836,15241,-2648,-13082,16206,-1432,-13048,16111,-2174,-13076,15329,-2359,-13202,15128,-1538,-13473,15580,-979,-13317,14525,-1372,-9949,15333,-2341,-8265,14352,-1917,-8843,14462,-2478,-8136,14049,-2289,-8753,13643,-3557,-9328,13969,-3518,-9695,14506,-3195,-10374,15230,-3028,-10403,15514,-2762,-11325,15441,-3062,-10334,14305,-3411,-10817,14078,-3765,-12073,13807,-3869,-12772,13832,-3300,-12613,14554,-3023,-11667,14116,-3646,-11876,16748,-2564,-12660,16486,-2471,-12740,17435,-2335,-11992,17223,-2442,-12446,18209,-2305,-9757,14770,-3018,-16113,17063,80,-16430,17318,-91,-16731,17709,-344,-16722,19396,-469,-16382,19820,-13,-17263,20794,-19,-16674,21662,659,-16426,22088,1117,-16742,22306,1340,-17064,22222,1394,-17004,22821,1854,-16532,24892,3453,-17105,24502,3589,-16543,25398,4150,-17408,24312,3880,-17662,23998,3993,-16891,25211,5304,-16720,25170,5732,-16126,24904,5633,-16969,23767,5175,-15901,23400,5492,-16117,22840,5426,-15913,22626,5656,-15299,23851,5969,-14981,24476,6270,-14674,25494,6594,-14372,26073,7026,-13757,26741,8075,-13408,27418,8760,-13001,28364,9580,-12891,28436,9979,-12781,28033,11021,-12669,28754,10743,-12224,29380,11769,-11775,30287,12705,-11790,30489,12582,-11736,30731,12283,-12189,29629,11618,-12412,29477,11107,-12217,30737,11122,-12575,29673,10541,-15401,24372,5798,-16298,24036,5347,-16595,25700,5765,-16149,26543,6001,-15886,26947,6626,-15422,27785,7056,-15321,27101,7187,-14892,27671,7556,-14545,28399,8085,-14980,28267,7858,-14509,29104,7399,-13359,31155,9450,-13583,30723,9538,-13170,31291,10028,-12212,32972,10596,-11727,33485,11584,-11934,32632,11296,-12155,33040,11063,-12436,32507,10832,-11916,32210,11312,-11496,33045,11787,-10956,32610,12663,-9912,33859,13345,-9662,35363,12743,-9035,35710,12718,-8984,36191,12276,-8900,36849,11429,-9307,36817,10643,-8690,37159,9905,-9097,36646,8960,-9734,35736,8156,-8130,35660,6040,-7442,35520,5600,-7119,35147,5063,-6970,34695,4658,-7021,33987,4235,-6517,33242,3824,-6588,32797,3576,-5903,33937,2928,-5721,34383,3444,-5701,34859,2969,-5446,36416,4822,-5742,36608,5392,-5136,37308,5492,-4342,37697,5028,-5124,38321,3708,-4954,37664,3869,-5101,36765,3787,-5315,36461,3426,-5490,35577,3278,-5633,35659,2913,-5496,35267,3531,-5207,36259,4061,-5065,36719,4257,-5369,36794,5117,-4880,36969,4304,-4254,37767,4590,-5045,37903,3845,-4387,37544,4451,-4753,37321,4138,-5433,35400,3929,-5479,35565,4206,-5767,34396,3773,-6072,32907,3066,-5917,33400,3055,-6157,33411,3530,-6262,33783,3838,-6902,36483,6380,-6993,36898,7126,-6304,37663,7714,-5844,37962,7625,-5259,37979,6691,-4787,38157,6461,-4524,38100,5779,-4280,38234,5342,-7644,36495,7026,-8400,36513,7681,-8876,36140,7628,-9082,36383,8367,-8603,36885,8714,-7962,37102,8439,-6384,37919,8560,-6073,38244,9162,-4978,38808,8401,-5222,38701,9235,-4678,38906,8937,-3175,39336,10144,-3207,39438,9690,-2913,40543,8610,-3231,40229,8379,-3641,41332,8857,-4005,42284,8445,-4439,43334,8788,-4501,43751,8768,-8779,37020,9402,-8267,37380,10282,-8368,37185,11110,-7409,37061,11605,-8436,36877,11636,-7067,35246,13191,-5911,36622,12625,-5616,35989,13185,-5739,37113,12219,-5381,36956,12425,-4665,38390,10996,-4616,38639,10545,-3989,38716,10793,-2682,39509,10893,-2466,38932,11760,-2568,40164,10386,-2462,40596,10230,-2309,41215,10286,-2385,40824,9494,-2673,40229,9681,-3253,38872,10807,-2840,39646,10410,-2257,41586,9664,-1945,42097,9106,-2147,41743,9383,-2401,40655,9055,-5135,37086,12419,-3390,35076,15019,-2805,34711,15600,-50,34219,16264,-400,33748,16588,-874,33624,16726,-2409,33194,16733,-2387,33536,16799,-2969,33865,16467,-3174,34392,15728,-3746,34528,15323,-4617,34944,14565,-5002,34350,14797,-5501,32354,15829,-5985,32296,15282,-6913,31754,15146,-6718,32383,15024,-6755,33017,14935,-7036,33758,14697,-7592,34911,13270,-8155,35639,12835,-7375,36172,12442,-7242,34605,13574,-6861,34605,13890,-6829,34159,14513,-5898,34771,13988,-6153,35343,13700,-6321,35769,13194,-6716,35152,13454,-6201,33846,14456,-5462,34211,14495,-5562,34665,14094,-5635,35367,13623,-5113,35462,13750,-4792,36009,13472,-4319,35818,13953,-4011,35012,14813,-6478,35004,13934,-6603,34085,14546,-6257,33098,14789,-6185,32620,15011,-7065,33360,14958,-5764,32977,15064,-5846,33891,14473,-1840,34699,15781,-2444,34160,16328,-1445,34433,16029,-800,34075,16355,-1362,33807,16671,-2694,33749,16650,-2854,35112,15225,-2192,35617,15072,-1577,35903,15039,-2183,36358,14479,-3482,38486,11579,-4266,38262,11384,-4908,37940,11585,-4535,37694,12104,-3065,37410,13015,-3135,36699,13717,-2440,36084,14613,-3014,36054,14447,-3670,36598,13596,-3758,37314,12773,-3557,36107,14144,-2771,37008,13574,-4114,37879,12019,-5211,37425,12051,-1478,35169,15571,-1564,35464,15320,-921,34803,15876,1774,33717,16151,1850,34383,15579,-6070,37251,11856,-6298,36561,12439,-6859,36503,12286,-6528,36898,12025,-6635,37431,11382,-6124,37747,11145,-5773,38069,10840,-5077,38623,10124,-5598,38473,9847,-5678,37684,11582,-7061,37227,7814,-6045,38164,8701,-4512,38911,8010,-3426,39372,7814,-4230,38781,6831,-4462,38405,6297,-4267,38519,5775,-5053,38424,7347,-8561,35985,6918,-7074,35639,5509,-6228,35845,5054,-5794,36105,4952,-5958,35491,4541,-5600,35717,4438,-6440,36323,5771,-6257,36822,6202,-7304,36109,6242,-9401,36015,12307,-10054,35361,12450,-10205,34829,12669,-10668,34072,12518,-11357,34290,11596,-11794,33768,10664,-11822,33946,10245,-11343,33994,8451,-11307,33523,7461,-10544,34153,6802,-10298,34621,7124,-9598,35220,7207,-9239,34349,5900,-10422,33509,5919,-10456,32783,5406,-10750,32706,5623,-11795,29861,4596,-12092,29404,4405,-12593,29572,4658,-12591,30754,6034,-11371,32785,6586,-11316,33230,7035,-9784,34094,6060,-9999,34532,6682,-8520,35574,6259,-8319,35164,5434,-8371,34589,4777,-8053,34600,4586,-7347,33986,4190,-7438,34647,4770,-7687,35182,5264,-7842,34087,4119,-8051,35192,5323,-11602,34075,11037,-12340,32556,9809,-12697,31801,9241,-13383,30864,8794,-13899,30057,8146,-13624,30069,7840,-14924,28633,7425,-15540,27429,7191,-15890,26917,5898,-16314,26025,4996,-16020,26323,4937,-14968,28487,7849,-12679,32093,9857,-12828,31973,10168,-11749,33687,11421,-11102,33667,12190,-11255,34182,11942,-16841,25333,5031,-17342,23558,2759,-18027,22358,2680,-18169,21954,2496,-18410,21042,516,-19007,20559,874,-18208,20557,1389,-16552,20108,1276,-16240,20122,1574,-15935,19586,1782,-15967,19049,1863,-15788,19119,2181,-15720,18794,2143,-15766,17991,1798,-16200,18085,1578,-17518,17920,-212,-17259,17013,322,-17282,17011,-189,-17024,20279,1160,-17179,20599,1528,-17105,20750,2133,-16812,20720,3430,-17523,20462,4282,-17321,20131,5183,-17458,19974,5471,-16099,19033,6072,-15125,18745,6064,-15538,19248,5337,-14955,18597,6233,-14888,18313,5664,-15845,16942,5067,-16075,16573,4723,-16150,16273,3933,-16572,15471,3585,-16464,15392,3279,-16201,15460,2933,-16288,14746,2654,-15178,14550,2010,-15684,13357,2170,-14925,13462,1986,-16380,12897,2438,-17023,12180,2734,-17566,12094,3061,-19164,11371,4874,-19496,10679,4842,-19321,11511,5613,-17838,13936,5088,-18622,12767,5734,-17468,14591,5142,-16691,15724,4578,-16615,15898,5047,-17822,13803,4653,-18374,12802,4678,-18480,12424,4441,-15922,23264,2012,-15766,24657,2829,-16296,24546,2944,-16358,18261,-165,-15942,17962,177,-13235,18638,21,-13392,16408,-924,-13901,13250,-988,-12727,21359,-706,-12855,23211,275,-12816,22985,690,-12786,22708,1350,-12885,24087,1346,-12778,21577,792,-12789,22480,502,-11357,24590,998,-9475,26946,2820,-9427,27945,3000,-9117,27354,2488,-7505,31363,3115,-7735,31460,3246,-7376,30136,2659,-6484,29569,2328,-6341,29727,2217,-6924,30288,2291,-6422,28814,2214,-7004,29683,2464,-6868,29416,2344,-7467,29185,2240,-8134,30116,2441,-6745,28318,2060,-8056,30937,2934,-8789,30920,2671,-8710,29579,2025,-8974,30567,2553,-9194,28978,2633,-9011,28879,1882,-9057,27929,1661,-9217,28416,2649,-8994,29734,2244,-7398,30783,2914,-6659,28511,1079,-6385,29457,1837,-7815,30668,172,-7708,31081,317,-8197,32064,100,-8830,32079,-550,-9349,31456,-1204,-10017,31699,-1677,-10816,32543,-2191,-10979,32130,-2374,-12264,30910,-3082,-11008,31538,-2459,-11332,30820,-2732,-12027,30477,-3080,-12645,30029,-3405,-12193,29736,-3439,-11308,29573,-2671,-10325,30220,-2064,-10279,30780,-2056,-9935,31237,-1666,-10508,31538,-2142,-10006,30094,-1778,-10714,30421,-2390,-10746,30722,-2335,-11793,30079,-3190,-11720,29770,-3092,-7008,26511,442,-7122,25318,498,-7641,25079,-94,-7892,24640,422,-8021,23848,29,-8482,23846,291,-8617,23815,1291,-8513,22912,842,-8469,22008,393,-8376,21769,-173,-7597,21550,-446,-7275,21020,-317,-6966,20711,-43,-6692,20457,336,-6530,21059,844,-6704,22039,480,-5926,21417,1884,-5754,21131,2172,-5980,20844,2604,-6104,20399,3149,-5897,20148,3446,-6591,19101,2541,-6641,18969,2157,-6643,18515,1254,-7361,17726,3148,-7176,18207,2587,-7020,18549,2953,-6872,18686,3446,-7067,18003,3791,-7051,17261,4203,-6600,17389,4792,-6851,17140,4542,-6477,18265,4500,-7238,16897,3892,-7364,16272,4399,-7458,16130,4690,-7652,15670,4020,-8137,15320,4803,-8111,15447,5263,-8077,15400,4087,-8646,15065,5221,-8768,14976,5745,-7431,15386,3260,-7403,15146,2787,-7439,16096,3003,-7298,16920,2661,-7425,16622,3472,-7359,17287,3460,-7202,18203,3249,-7224,16057,2121,-7223,15496,1960,-7291,14513,1026,-7500,13854,731,-7504,13955,1164,-7572,14866,2890,-7409,15834,3671,-6222,19753,3773,-5953,19337,3972,-5685,19882,3510,-5592,20314,3053,-5816,20600,2910,-5238,21148,1112,-4981,21273,549,-3882,21554,29,-4327,21926,-236,-4576,21475,2,-4888,22033,-398,-5882,22094,-114,-5957,21871,1150,-5765,21695,1348,-6717,22137,247,-7005,21215,94,-6986,21810,230,-7305,22075,-156,-7674,22204,-367,-8213,21455,-489,-7995,21336,-581,-7858,22439,-485,-8139,22597,-306,-8279,22668,-197,-8608,23768,-913,-8738,24304,-1159,-9276,24445,-1572,-10355,24016,-1943,-9716,23276,-2030,-10000,23542,-2552,-10126,23873,-2884,-9799,24107,-3418,-9080,25806,-4064,-9922,26159,-4539,-10721,25954,-4684,-10684,25563,-4401,-12109,26072,-4875,-12069,25285,-4066,-12210,25687,-4491,-12823,25705,-4271,-13209,25646,-3951,-13464,25687,-3687,-11346,25662,-4570,-12511,26696,-5159,-13714,26900,-4698,-14074,27473,-4535,-14259,27628,-4239,-13988,28827,-3976,-14106,28169,-3976,-14225,27930,-4340,-13853,28464,-3659,-13155,28334,-3169,-12409,28280,-2765,-13090,29191,-3522,-12361,29462,-3442,-14216,26825,-3943,-14191,27071,-4268,-14088,26474,-3682,-13753,26147,-3986,-13706,26441,-4427,-13097,26637,-4949,-13025,26174,-4671,-9118,26103,-4169,-9514,25615,-4030,-9295,24465,-3692,-8923,24482,-3630,-10436,23874,-2150,-8845,23432,-1074,-8907,23028,-2087,-8377,22944,-2184,-7686,22732,-1759,-7550,22454,-1381,-7957,22492,-1037,-8134,22734,-1385,-9266,23067,-1627,-7377,22277,-936,-8371,22856,-1025,-8081,22852,-454,-8320,22948,-725,-7982,23258,-255,-7893,23674,-136,-7686,23112,-2205,-8712,23342,-2834,-9115,23765,-3241,-9750,23692,-3031,-9053,23354,-2835,-9787,23546,-1651,-9491,23195,-1517,-9362,23364,-1360,-7999,23687,-367,-7983,24391,-421,-7705,24152,128,-8114,23482,-116,-8386,22973,455,-8357,23206,52,-8335,23945,129,-5350,22169,-498,-5214,21698,283,-5428,21154,1678,-5416,20653,2278,-6684,18472,4024,-6444,18998,4097,-6493,19304,3679,-6674,18977,3093,-7125,17731,2067,-6842,17931,1516,-6703,18642,1765,-7396,19940,-544,-7690,20454,-583,-8352,20564,11,-8241,19665,-106,-7711,18742,-537,-7374,17975,-674,-7538,17863,-623,-7345,17288,-744,-7197,15930,-791,-7574,16438,-744,-7934,16015,-570,-8305,15738,-699,-7435,15731,-858,-7249,15150,-806,-7118,15031,-398,-7457,13957,-451,-7104,14890,271,-6920,16013,610,-6878,16565,-344,-7687,15355,-860,-8085,18927,-189,-8123,18137,-124,-8427,18312,-57,-9064,18771,-103,-9490,19397,-84,-9315,19788,179,-9545,20931,570,-8894,20995,620,-9117,22011,1002,-8742,21819,716,-8648,22971,1081,-8850,23237,1331,-9425,21916,967,-9803,22496,994,-10003,20703,172,-10735,20111,-437,-9834,19214,-431,-9999,18916,-612,-10396,17879,-1063,-10639,18802,-807,-11009,20488,-513,-11563,21505,-775,-12002,21997,-870,-12599,21336,-1132,-12705,20633,-1211,-12616,20124,-1595,-12503,19769,-1789,-12662,18802,-1971,-12722,18102,-2149,-12734,18915,-1301,-12686,19598,-1061,-12732,20306,-457,-12573,22278,-689,-11179,22039,-148,-11027,21469,-236,-10761,20754,-222,-10302,21700,389,-10470,22972,777,-9984,23445,1257,-9740,24617,1883,-9472,24992,2082,-8646,24396,1360,-8734,25564,1041,-8219,26382,855,-6821,26008,1106,-6521,26168,1052,-6419,26734,1149,-6737,26464,1268,-6788,25637,809,-7092,25127,595,-7354,24896,601,-7226,25397,799,-9311,23068,1335,-9684,23261,1335,-9497,23832,1607,-9153,24976,2089,-8931,24916,1941,-8605,24452,1087,-8651,24819,697,-8461,24858,476,-8238,25325,553,-7458,24562,319,-8778,25849,1516,-8786,25316,1786,-8974,26398,2213,-10596,23543,964,-11264,22801,117,-11520,23503,289,-12036,22813,-444,-12341,22363,-704,-12734,22290,-436,-12771,23387,123,-11754,22819,-317,-12898,23762,653,-12505,21725,-1010,-10306,19978,-286,-10769,19417,-661,-12701,21866,-707,-12727,20740,-201,-12665,19667,-1601,-12771,18182,-1799,-11970,20663,-1400,-11870,19630,-1567,-11755,18755,-1702,-11750,17978,-1982,-10968,17325,-1571,-10377,16374,-1812,-11248,18164,-1341,-10953,18507,-1033,-11418,19209,-1157,-11565,20647,-1062,-11893,21103,-1207,-12381,21236,-1278,-11170,19172,-956,-10888,17638,-1333,-9520,17690,-874,-9293,16582,-1061,-10360,16797,-1524,-9490,16257,-1306,-12352,20161,-1698,-8951,23903,1640,-6895,18988,-234,-6723,19201,243,-6804,18356,-61,-6717,17860,875,-7041,16947,1448,-6587,19521,1442,-6663,18261,440,-7007,18385,-406,-7296,18538,-583,-7112,17931,-614,-6918,17337,-463,-7146,17356,-685,-13499,29494,-5527,-14187,29278,-5222,-14645,29676,-5523,-14110,29789,-5783,-12376,30211,-5960,-11570,28960,-5353,-11848,28188,-5412,-12143,29376,-5407,-12424,27864,-5479,-13871,28245,-4781,-13526,28878,-4938,-14010,28555,-4484,-13432,28465,-5110,-12795,28708,-5405,-12796,29258,-5278,-12287,27243,-5385,-12866,27279,-5270,-13471,27488,-5028,-11215,26937,-5151,-11789,26360,-5053,-11643,27578,-5349,-11410,28121,-5335,-10798,29045,-5215,-10130,28923,-5067,-10095,27717,-4945,-9609,26749,-4595,-9089,27590,-4540,-8528,26741,-4116,-8013,26618,-3834,-7226,27049,-3517,-7332,26219,-3368,-7609,25092,-3208,-7883,24394,-3141,-7406,23495,-2401,-8300,23719,-3043,-8034,23908,-3013,-8450,25259,-3701,-7936,25732,-3574,-10732,26472,-4900,-10790,27670,-5146,-10019,27208,-4838,-7138,31645,-4355,-6705,30480,-3885,-7093,30234,-4115,-7423,29299,-4117,-8551,28735,-4525,-8814,29373,-4769,-9549,28851,-4908,-9652,29595,-5082,-9301,30214,-5193,-10422,30572,-5632,-8862,30314,-5069,-8315,29288,-4550,-8219,30070,-4730,-5741,33466,-3365,-4950,33853,-2567,-5915,35228,-3472,-5363,35059,-2884,-6558,37227,-3785,-6672,38119,-3688,-7157,39937,-3736,-7649,39850,-4278,-8290,40221,-4763,-8205,40739,-4535,-9151,41743,-5070,-9253,43483,-4610,-6770,39617,-3386,-6552,40480,-2839,-6791,41107,-2893,-6944,42034,-2667,-6135,40971,-2128,-3758,33064,-1482,-4063,31751,-1803,-3555,30806,-1401,-2953,30655,-957,-2822,29699,-827,-2819,28306,-728,-2037,29485,-248,-3044,31474,-1035,-2223,27737,-215,-2642,26708,-482,-3011,27538,-817,-3468,27927,-1163,-3693,26829,-1162,-3939,25615,-1063,-3265,24013,-411,-3118,24568,-453,-4170,24377,-927,-4354,23512,-802,-5481,22436,-823,-6349,22136,-138,-6114,22470,-1031,-6998,22473,-1303,-7029,22776,-1590,-5792,22805,-1161,-6699,22255,-865,-3421,22762,-158,-2759,23230,-13,-2440,23997,-50,-3120,26072,-706,-4440,31147,-2123,-4641,30470,-2266,-3699,29372,-1458,-4270,29542,-1912,-3916,28480,-1530,-5826,29479,-3091,-6291,28924,-3335,-6757,31628,-4087,-5981,30812,-3393,-6624,32179,-4054,-5632,31416,-3166,-5304,30280,-2794,-4535,31951,-2204,-5146,31931,-2758,-7055,28217,-3678,-6598,26776,-3084,-6314,26126,-2729,-5906,25666,-2338,-6427,24780,-2364,-6633,24085,-2226,-6828,23736,-2191,-6659,27557,-3310,-5855,27002,-2666,-5951,26503,-2605,-4867,25791,-1697,-4911,24865,-1469,-4387,24963,-1176,-3592,25033,-765,-4231,26197,-1361,-5324,26996,-2309,-5233,27507,-2346,-3987,27002,-1368,-6664,28587,-3524,-3906,27621,-1412,-5049,29075,-2447,-718,23535,138,-558,23849,641,-245,24482,529,-430,24540,381,54,30079,154,2483,32857,538,2206,33648,1071,2721,33159,694,3315,32789,1059,4493,32857,-454,4487,33803,-368,5360,23087,-3717,5782,20229,-2403,5596,20595,-2600,7434,21238,-4150,7824,21776,-4913,6798,21409,-4111,7764,21026,-3759,6407,19796,-37,7148,19871,-1189,6798,22205,131,6480,21346,410,6890,22775,87,7308,23146,-563,7827,24193,-1475,8001,23249,-1938,7884,26524,-825,7797,26498,-184,7993,25093,-1575,8247,24983,-2255,8215,23937,-2396,8553,23007,-3279,9920,24481,-4098,9392,24549,-3846,9252,25137,-3520,8848,25002,-3293,8625,25475,-2940,8565,26110,-2655,8139,26125,-1481,8423,25655,-2523,8715,26915,-1254,8166,26796,-746,8349,26778,-1596,11199,24234,-5331,11059,23987,-5149,10656,24169,-4752,10292,24143,-4498,10267,25219,-4270,12514,26285,-6471,15517,25700,-8933,14654,24081,-8106,15158,24314,-8561,15049,24470,-8982,15385,26926,-8613,15406,26722,-9025,15221,26944,-9500,15377,27128,-9688,15943,27985,-10852,16073,27330,-10223,16339,27008,-9816,16437,26998,-9400,16961,27287,-9166,16069,26954,-9540,15611,27027,-9166,15428,26298,-8581,13664,33261,-11231,13967,35631,-11373,14315,35964,-11546,15206,36400,-11934,16083,36060,-12335,16215,37209,-12094,18283,37791,-12978,18384,37070,-12797,16833,37601,-12414,15704,37292,-11922,14652,36691,-11637,16463,38444,-12270,16774,38911,-12369,17327,39598,-12535,18020,39926,-12766,17143,40286,-12336,17340,41064,-12259,17223,42056,-11892,17050,42572,-11791,15693,42747,-11042,16198,43993,-10961,15544,43632,-10663,16098,44896,-10605,15553,44942,-10215,15525,45467,-9954,14832,45516,-9344,14286,45797,-8654,14740,46338,-8667,14129,46997,-7988,16472,48042,-9697,18024,50903,-9692,18694,51313,-10026,19353,51680,-10335,20810,52843,-10895,19488,52792,-9905,20096,52105,-10697,18101,51640,-9391,17726,52816,-8239,16681,52420,-7289,16870,53407,-6913,16917,54187,-6035,16742,54411,-5789,15922,53674,-5348,15404,53057,-5151,15104,52303,-5238,14415,51309,-5181,14824,50908,-6192,15983,51293,-7547,16017,50971,-7871,16351,50887,-8286,14967,48874,-7741,14436,48981,-7279,13475,48217,-6498,13045,47328,-6508,12648,46370,-6543,13273,46685,-7123,13549,47177,-7224,14074,46404,-8015,13351,46297,-7326,12521,45922,-6628,12181,45814,-6233,11511,44648,-5973,12001,44823,-6565,11672,43385,-6870,11951,42256,-7784,11159,41898,-6989,11138,40808,-7448,11331,40487,-7743,11782,38463,-9130,11266,36723,-9085,10645,35780,-8696,9988,35865,-7852,9137,35794,-6842,8679,34414,-6703,12773,44539,-7704,13048,43962,-8309,13621,44671,-8630,13921,44102,-9156,14309,43302,-9811,14805,43048,-10321,15858,42243,-11192,16493,42169,-11569,12478,43000,-8022,13523,42905,-9116,14187,42740,-9777,14998,42521,-10509,15701,40175,-11669,16320,40861,-11852,15608,41337,-11380,16477,41342,-11824,13663,43184,-9167,13346,43649,-8764,12811,43313,-8203,12312,43529,-7596,14805,48028,-8152,14444,48082,-7627,13691,47813,-6914,14004,48188,-7001,15460,48108,-8822,16514,48760,-9445,15103,48623,-8008,14178,47554,-7771,15954,52319,-6713,14990,51484,-6113,15145,51786,-6054,15316,52297,-5604,16104,53448,-5642,16080,53181,-5844,15972,52637,-6431,17111,54071,-6469,15834,51756,-6817,17487,49455,-9885,18482,49602,-10560,20753,51015,-11469,20336,51104,-11157,21754,51909,-11748,23266,52878,-12314,23376,52603,-12479,23319,51695,-12689,22390,50375,-12456,22591,49691,-12599,21814,49572,-12282,21231,48692,-12051,19206,47945,-11205,19219,48533,-11216,18546,48795,-10840,18101,48953,-10537,17336,48833,-10067,22069,51788,-11991,21089,50896,-11695,19794,49675,-11318,19389,49005,-11247,20596,48911,-11811,20925,50066,-11812,21168,49652,-12000,22691,51666,-12369,22640,50916,-12500,18883,49449,-10876,18809,50228,-10486,19390,50969,-10503,20797,52490,-11017,22513,53115,-11714,23496,53450,-12188,24578,54492,-12380,25504,55291,-12509,24631,55126,-12341,25810,56678,-12408,27985,57381,-12798,28764,57778,-12818,29286,58219,-12879,30061,58761,-12961,31067,59554,-13075,31855,60175,-13088,32123,60015,-12983,33391,61039,-12907,33762,60893,-12680,34643,61820,-12660,35573,62566,-12176,35698,62772,-11564,36241,63743,-11669,36108,63342,-11288,36073,64106,-10612,35872,64671,-11366,35574,64635,-11687,34751,64612,-11944,34057,64393,-12112,33371,64131,-12201,33421,64776,-12204,33871,66367,-11865,33874,66812,-11706,32322,65700,-11499,32567,65244,-11809,32033,64821,-11807,32422,64391,-12120,32720,64108,-12136,32509,63787,-12177,33780,63163,-12924,33395,62354,-13119,33973,61922,-12978,31995,63772,-12104,31664,63929,-12068,31255,63888,-11929,33164,67076,-11205,32414,66853,-10810,32525,67482,-10376,33050,68311,-10376,34353,69914,-10077,34347,69147,-10606,36107,69461,-10980,36564,69930,-10924,37965,71015,-11126,38222,70746,-11099,38758,70868,-11140,40760,71298,-11401,39279,70188,-11634,41571,70844,-11449,41627,70246,-11272,40357,68934,-11236,39888,69080,-11622,40008,69469,-11679,39368,69882,-11714,40565,69465,-11477,40971,71032,-11515,40989,70687,-11559,42355,71740,-11322,42409,72109,-11197,42727,71040,-10988,42716,70906,-10698,43864,72147,-9374,45835,74187,-9644,46095,75159,-10011,45652,75215,-10326,44851,76739,-9562,43938,76486,-9449,43222,76088,-9664,42665,75528,-10067,41583,74902,-10163,42517,75081,-10413,41229,73506,-10913,40144,72616,-11021,40286,71954,-11256,39534,71641,-11232,38803,72203,-10834,38342,72175,-10679,37235,72176,-10119,34845,71385,-9090,33948,70756,-8952,33355,69911,-9296,32212,68816,-9311,32994,69221,-9632,34866,69456,-10696,35719,69498,-10827,36038,70117,-10867,36794,71600,-10305,34447,70756,-9417,33796,69909,-9679,34772,70547,-9852,34634,69659,-10436,34712,68952,-10697,40552,74532,-9944,42075,75503,-9746,41086,75164,-9447,42937,76231,-8949,42995,76270,-8430,44099,76704,-8337,42865,76117,-7727,40193,74951,-7541,39354,74437,-7108,39817,74603,-6975,38203,73533,-6344,36713,72695,-6037,38022,72934,-5934,38050,72685,-5928,39144,72837,-6230,40236,73391,-6553,39689,72807,-6564,39655,72117,-6810,39849,71793,-7081,40097,70953,-7787,40517,70696,-8363,40580,69186,-9807,39879,68459,-10065,39740,68175,-10891,40459,68945,-11015,39336,68035,-11346,39487,68419,-11518,40600,70353,-8857,39853,69815,-8904,38708,72139,-6344,38544,73067,-6020,37692,71927,-5884,37254,71516,-5783,36830,70846,-5905,35226,69901,-5302,34680,69448,-5169,34669,69879,-5118,34040,69419,-4906,33412,69410,-4591,32885,69207,-4428,32577,69244,-4412,31721,68612,-4172,30945,68292,-4102,30941,67530,-3821,32016,68501,-4153,31041,67976,-3912,31679,68086,-4050,31676,66680,-4677,31647,66894,-4426,31227,66670,-4204,30490,65828,-4092,30829,66790,-3993,31372,67192,-4177,30384,65949,-3934,30329,64827,-4735,30740,64726,-5216,31607,64440,-6598,32957,64925,-7634,33218,65105,-7719,33490,65463,-7398,34957,65435,-8563,34927,64894,-8904,35699,65608,-8929,35689,65103,-9389,35348,64633,-9479,35545,64535,-10123,34597,63213,-10160,34041,62928,-10091,34008,61849,-10735,33863,60728,-11822,32040,58981,-12347,31173,58147,-12252,30571,57570,-12087,30474,57353,-12055,30634,57204,-11719,30448,57049,-11342,30899,57031,-11651,31592,56497,-12336,31837,55628,-12793,31819,55173,-12919,31567,54497,-13063,31192,53981,-13239,30973,53899,-13487,30710,53450,-13405,30294,53055,-13232,29606,52608,-13727,29922,52990,-13786,29508,53074,-13962,30309,53663,-13814,30241,53075,-13628,33162,61980,-10162,32635,61636,-10101,32988,61319,-10500,32433,62260,-9554,31866,62104,-8762,31047,61876,-8217,29806,61272,-7516,29317,60802,-7391,27886,60210,-6529,27552,60510,-5452,27008,60568,-4741,26591,60268,-4673,26029,59555,-4600,24806,58003,-4594,24401,58245,-3841,23652,57626,-3519,23378,57267,-3399,23744,58012,-3167,23525,58273,-2535,23308,58447,-2053,23835,59084,-2285,25099,60555,-2400,25378,61063,-2317,24671,60901,-1960,25098,61954,-1942,24519,61750,-1595,24026,61608,-1453,23872,61119,-1323,22987,60160,-944,22462,59764,-775,21604,58830,-431,20625,57917,-130,19155,57044,56,19854,57504,-42,18096,55396,716,17899,54800,877,16943,53790,1191,17179,54671,910,16692,53019,1434,15386,52017,1607,15019,51464,1687,14320,50968,1583,14600,52419,1051,13949,51547,934,12514,49094,906,12315,48317,1216,11046,45086,914,10731,44705,551,9382,42917,-1608,9164,42469,-1891,9342,42617,-3071,10025,43553,-3855,10602,44401,-4417,10678,44805,-4142,11698,46638,-4712,12105,47174,-5072,12529,47625,-5551,12379,47912,-4998,12843,48582,-5313,12545,48481,-4777,13222,49518,-5103,12984,49737,-4187,13217,50441,-3611,12694,49924,-2912,13176,50851,-2773,13719,51466,-3569,14092,52304,-3320,14510,52617,-3928,15313,54406,-2898,14704,53758,-2389,14449,53615,-1518,15514,55077,-1377,15922,55261,-421,15459,54796,-321,15385,53999,613,14620,52993,676,14823,53582,373,14938,52984,976,15467,52810,1336,15977,53316,1285,14981,52269,1366,15419,53541,945,16820,55508,213,15952,54950,145,16636,55944,-661,17620,56845,-1099,17078,56628,-1897,17658,57178,-2633,17766,57227,-3195,18727,58193,-3540,18160,57478,-3950,17833,56922,-4463,16951,55889,-4331,16141,54830,-4207,15536,53925,-4250,15453,53451,-4753,14452,52195,-4423,14915,52456,-4944,16384,54795,-4784,16968,55148,-5370,17486,55272,-6014,17335,55907,-5065,19206,57871,-5661,20125,58832,-5822,20481,59374,-5597,21264,60317,-5452,21734,60867,-5368,21324,60666,-4715,22156,61569,-4464,22246,61688,-3940,20469,59945,-3034,19511,58994,-2627,19428,58864,-2372,18940,58233,-1894,18793,57815,-1287,18281,57709,-2019,17458,56975,-1870,19237,58741,-3395,21504,60737,-5078,20206,59335,-5078,19618,58868,-4637,19429,58801,-4182,18632,57814,-4506,19065,58106,-4971,17981,56782,-5058,18191,57708,-2337,19910,59419,-3244,20192,59666,-3817,20873,60278,-4379,20927,60395,-3967,18958,58480,-2831,17817,56017,-5712,19196,54645,-8481,18131,52728,-8785,18119,52498,-8931,17313,52095,-8445,18887,53950,-8487,17986,53870,-7760,18345,53693,-8115,18247,54513,-7557,17572,53127,-7724,17988,55234,-6452,18984,55663,-7403,18486,56237,-6410,18895,56213,-6760,18773,55217,-7576,21757,57214,-9239,22763,57946,-9726,22530,57215,-10010,22082,56380,-9956,21626,56508,-9630,19587,54493,-8791,21660,56079,-9731,21994,55779,-10356,22185,55367,-10759,22133,54442,-11135,21197,53901,-10703,21575,53005,-11341,22709,53732,-11765,23768,54438,-12114,24897,56731,-11944,25706,57222,-12187,26314,58139,-12150,25623,58014,-11848,26671,59036,-11977,25434,59235,-11018,24151,58611,-10569,24602,59857,-10116,24925,60661,-9786,24081,60375,-9068,22140,59944,-7313,22655,60817,-6982,21153,59698,-6252,22002,60744,-6108,19786,58125,-6259,19084,57327,-6141,18325,56608,-5831,18873,55963,-6931,19589,56294,-7557,19689,55742,-8173,19384,57051,-6791,23422,60175,-8331,23248,60244,-8115,23727,60631,-8290,24875,61397,-8845,25450,62077,-8805,26503,63404,-8866,27855,64435,-9250,28964,66336,-8440,29656,67175,-8282,30509,67308,-9099,31313,67123,-9991,31204,66871,-10071,31341,66389,-10332,29807,65283,-9950,29787,65803,-9763,28990,65348,-9471,28881,65792,-8924,29427,65204,-9759,28066,63480,-10217,28450,63308,-10658,28347,62508,-11117,27502,61414,-11257,27637,62219,-10804,27278,62625,-10268,29698,64420,-10748,29625,64038,-10976,31195,65320,-11125,31528,65191,-11386,30400,64198,-11346,31438,64536,-11695,30590,63844,-11644,30532,63217,-11912,29476,62000,-11780,28813,61667,-11665,28153,61617,-11528,29928,63555,-11451,29183,63290,-11170,28750,62461,-11390,29813,66747,-8916,30471,65841,-10057,27912,65165,-8546,27235,64021,-9019,26876,64321,-8301,25598,63454,-7744,25349,63568,-7258,25091,63612,-6817,24015,62304,-7049,22835,61320,-6611,23616,61806,-7129,23972,62702,-6409,25283,64432,-5608,23634,62993,-4578,24718,63899,-3827,24608,63662,-3338,23795,62559,-2404,24009,62561,-2175,23828,61975,-1717,22225,60485,-1239,21339,59313,-690,20579,58444,-358,24281,63229,-2937,21471,60671,-2402,21270,60671,-2963,21727,61157,-3374,21361,60828,-3553,23910,63252,-4356,23924,63236,-4016,23368,62724,-4780,24291,63511,-5377,22658,62003,-4879,23162,62382,-5339,23105,62199,-5657,23122,61983,-6128,22388,61355,-5810,24378,63219,-6250,25397,64322,-6159,24437,63493,-5822,22003,61036,-2234,22157,60985,-1919,22056,60641,-1525,23068,61990,-2427,23151,61698,-1870,22814,62096,-3158,22853,62255,-3873,23286,62615,-3592,22896,62044,-2828,23981,63185,-3476,24516,63778,-5152,25665,63098,-8254,24773,61560,-8600,27067,64951,-7796,28922,66638,-8035,26949,65157,-7373,28528,66824,-7212,28866,67281,-6961,28113,66864,-6044,27451,66347,-5116,27501,66232,-4288,25811,64834,-3994,25905,64788,-3615,25309,63871,-2692,26225,64151,-2481,26981,64983,-2844,27200,65440,-3178,28441,66834,-4035,29305,67234,-3857,28801,66528,-3427,28116,65892,-3152,27850,63133,-3533,29178,64428,-3924,29643,63986,-4756,28478,62700,-4533,29902,62550,-6326,29817,62329,-6444,30775,63296,-6856,30961,63513,-6747,30613,63898,-5907,29962,63441,-5590,30036,62947,-6266,31451,63630,-7439,31543,63944,-7023,30339,63221,-6250,31678,62874,-7994,32477,62717,-8651,33291,63604,-8611,34797,64138,-9491,34738,64491,-9031,33722,63726,-8859,32694,63379,-8337,31633,63567,-7607,34748,63947,-9946,34225,63569,-9826,33751,63170,-9803,29153,63943,-4258,28948,63110,-4728,27245,61546,-4131,27783,61156,-5146,26726,62006,-3225,26733,62208,-2873,26239,61988,-2588,26056,61520,-2675,26254,61029,-3503,26124,60281,-4162,25293,59758,-3602,24349,59345,-2787,25445,60769,-2881,25849,61149,-2999,25574,61637,-2314,24820,62376,-1757,25340,63356,-2187,24260,58832,-3112,24810,58937,-3721,25460,59010,-4363,26599,62782,-2606,27552,63443,-2971,28030,63493,-3329,27119,62730,-2894,27364,62638,-3368,26154,63411,-2212,25826,63398,-2142,25692,62960,-2027,25696,62300,-2211,26523,64003,-2377,27592,64517,-2715,27358,64817,-2663,29239,62862,-5301,28550,63820,-3770,28678,64227,-3469,28521,64683,-3222,28223,63877,-3267,29247,64765,-3631,30055,65195,-4233,28075,65135,-2834,28335,65706,-3015,29018,65415,-3314,29637,65705,-3617,29029,66251,-3228,28931,65909,-3164,30309,67178,-3625,29793,67025,-3541,30224,67556,-3745,29656,66515,-3415,30140,66267,-3738,30640,67108,-3766,28058,66254,-3554,26943,64085,-2483,25763,64035,-2562,25495,64277,-3128,24589,62873,-2111,25315,64557,-4728,26364,65454,-5014,25741,64919,-5289,27072,66028,-5609,27183,66046,-6100,27454,66194,-6414,26614,65612,-4618,25197,64413,-4309,28132,66283,-7446,29740,67878,-7406,28924,67464,-6568,30178,68537,-6524,30131,68524,-6220,29742,68173,-5469,29568,67961,-5025,26686,65494,-3906,27123,65745,-3716,27794,66539,-4611,28571,67256,-5402,28185,66899,-4943,28814,67459,-5838,29222,67753,-6367,30219,68264,-4441,30105,67875,-4057,31195,68897,-4523,32834,70014,-4873,33744,70941,-5543,33755,71051,-5851,34072,71330,-6204,35019,71983,-6683,35929,72574,-7003,36869,73157,-7330,36853,73175,-7803,37794,73712,-8336,39220,74484,-8576,39580,74715,-8214,40102,74959,-7889,38712,74194,-7439,36591,72878,-6535,35680,72315,-6361,36187,72177,-5707,36610,72051,-5566,36728,71887,-5566,36674,71092,-5614,36496,71361,-5560,35171,71896,-5934,35064,71656,-5615,34582,70993,-5162,32329,69383,-4534,33448,70347,-4945,33154,70396,-5135,33116,69773,-4623,34981,70655,-5049,35622,70761,-5335,35763,71300,-5302,36065,70608,-5484,34447,70243,-4880,34464,70655,-4975,35584,71480,-5323,35898,70162,-5694,38044,73861,-7807,29559,67798,-4430,26164,64557,-7074,26194,64923,-6556,26018,65016,-5997,27040,65528,-6957,26934,65650,-6556,24839,61174,-9087,25821,61761,-9668,26361,62812,-9046,25536,62595,-8635,27647,63636,-9570,28105,64165,-9498,28902,64548,-9817,28918,65109,-9564,26904,63274,-9168,26615,62402,-9864,25202,60148,-10434,26103,61487,-10181,26130,60365,-11008,25510,59585,-10989,28046,59868,-12311,27575,58923,-12442,29580,58922,-12936,29057,59020,-12859,30804,59795,-13063,25226,59619,-10802,23421,54837,-11797,24149,55027,-12139,23452,53761,-12043,21045,55605,-9434,20827,54816,-9920,19275,53716,-9207,18870,52812,-9393,19565,54272,-8999,20284,55027,-9119,19878,53913,-9637,21314,54926,-10292,20587,53888,-10237,16120,53886,1051,9539,43454,-2238,9949,44272,-2516,9567,43298,-2800,9801,42751,-178,8856,41372,-1319,8428,40553,-1635,8420,40645,-2132,8596,41093,-2585,8483,40636,-2918,8362,39893,-3197,8189,39978,-2404,8900,40683,-384,9225,42392,-1470,8982,42124,-2312,8863,41667,-2810,9147,42049,-3206,9611,42532,-3885,8975,41339,-3497,9588,41606,-4629,9958,42756,-4492,10183,42832,-4913,10858,43631,-5602,10755,44064,-5094,11115,44405,-5508,11628,45330,-5697,12175,46844,-5432,12789,47524,-6052,13081,48644,-5692,13631,49412,-5909,14230,49872,-6385,15045,49729,-7544,14035,49291,-6599,13285,48453,-6116,12652,46999,-6183,12247,46369,-5961,11378,45353,-5234,11007,44915,-4866,10529,43928,-4727,10367,42162,-5723,10545,42036,-6078,10040,40806,-6006,9676,39875,-5918,8955,40723,-3946,9911,41977,-5011,9594,41129,-4968,10317,42647,-5315,8621,40641,-3264,8519,39812,-3609,8930,39492,-4672,10095,40282,-6410,9806,38443,-6879,10210,38424,-7438,10206,37574,-7727,10852,37121,-8592,9442,36915,-6921,9560,38518,-6470,8808,37862,-5417,9396,38927,-5962,9119,36968,-6401,9563,43041,-1107,13146,50410,726,13368,50516,976,13030,49487,1304,13943,50903,1351,16071,52378,1579,17401,54019,1087,21551,56726,-851,21754,56792,-1114,22632,57720,-1753,22002,57381,-1003,21248,56752,-671,20493,55849,-363,19879,55685,-146,20798,56745,-519,21414,57335,-762,22015,58203,-945,22494,58557,-1156,22966,58443,-1358,23414,59032,-1522,23600,59685,-1546,24041,59692,-1812,24780,60454,-2096,24115,60288,-1728,23528,60206,-1315,23062,59152,-1334,22449,59217,-909,21856,59169,-545,20448,57713,-70,23886,59270,-1932,24539,59894,-2583,24174,59438,-2284,24310,59794,-2049,22512,57917,-1202,22893,57570,-2286,22133,56539,-2190,21643,56321,-1690,21494,55533,-2232,21259,54874,-2677,21728,55382,-2825,22403,55453,-3704,23664,56488,-4575,23491,56760,-4126,22954,55759,-4158,22939,56732,-3368,22150,55639,-3192,22171,56078,-2751,23056,58276,-1612,21932,56946,-1502,21157,58415,-269,21675,59255,-551,22273,59879,-766,25356,57319,-6106,26051,57150,-7029,26020,56722,-7263,25080,56200,-6588,25368,55957,-7566,26050,55841,-8022,26299,55234,-8459,26935,55136,-9047,27471,55703,-9180,28696,56119,-10114,28168,53857,-10820,28298,53263,-11242,28748,53044,-11682,29171,52993,-12080,29933,52926,-12880,28980,52050,-13376,28520,52618,-14085,29289,54293,-14030,29173,54863,-13915,27979,54976,-13686,28527,55131,-13761,27867,55943,-13271,26881,55527,-13100,27472,55440,-13366,25866,54432,-13152,25246,53243,-13251,25013,53978,-12910,26041,54965,-12982,26865,54579,-13480,27049,53560,-13789,26708,52483,-13838,26412,51568,-13836,25602,50678,-13653,25165,49768,-12924,25666,49956,-12803,26071,50442,-12056,25059,49828,-11383,24411,49661,-10549,23917,48806,-10760,23310,48455,-11056,22628,48175,-11180,19836,47864,-11388,18999,47393,-11005,18173,47284,-10795,19186,46450,-11265,19541,45907,-11663,22745,45742,-11409,22748,46130,-10334,21943,46318,-10829,22230,46372,-10552,22018,46734,-10596,21203,46604,-10987,20739,46946,-11062,21836,48041,-11474,21331,47525,-11216,21172,48124,-11745,20816,47623,-11361,20177,47366,-11188,20158,46930,-11062,20634,46667,-11151,21284,46354,-11472,21390,46069,-11754,21961,46142,-11370,22670,48618,-11981,23399,48641,-11451,23948,48904,-11162,24061,49055,-11904,25007,49632,-11725,25297,49760,-12151,24827,49459,-12207,27556,51130,-13157,27345,52027,-11512,28374,52404,-12033,29359,52738,-12473,25630,51005,-10698,25865,50512,-11580,25352,50692,-10687,24379,49197,-10283,24410,49677,-10249,24124,49115,-10915,28911,52230,-12818,27477,51285,-12653,27391,51464,-12194,27759,55355,-9635,24952,54428,-7814,24430,53349,-7862,23521,53670,-7024,21319,51935,-6048,20959,51713,-5543,20972,50979,-6216,20216,50515,-5746,20905,50516,-6314,21112,50053,-6454,21487,50428,-6606,21672,52577,-5719,22139,53777,-5097,23370,54880,-5725,22642,55175,-4574,21845,54393,-4271,21169,53712,-4067,20368,53112,-3136,19652,52360,-2866,19490,52522,-2027,19828,53291,-2020,19588,52899,-1858,19741,52686,-1591,20081,52901,-897,20192,53099,-227,19940,52691,-349,20103,52605,-982,19646,52106,-867,20004,52439,-1210,19537,52004,-1317,19354,51793,-1816,19644,52269,-1720,22079,53229,-5793,21943,52528,-6318,22602,53919,-5704,23252,54428,-6091,24830,55228,-7470,25529,54613,-8158,25178,55928,-7143,24840,56829,-5843,25007,55657,-7383,24236,54915,-7073,22284,52901,-6297,23048,53292,-6712,23542,54042,-6796,22720,53569,-6231,23903,53229,-7453,23947,52596,-7777,24565,52009,-8619,24223,51591,-8150,25033,50784,-8170,24511,50444,-7962,23729,50610,-7580,24674,49827,-8285,24638,49454,-8222,24951,48859,-9690,24752,48045,-9385,24685,47541,-9072,24277,47163,-8993,23694,46633,-9556,23208,45795,-10582,23419,45614,-9730,24057,45209,-9843,24696,44499,-10618,24881,44086,-10531,24494,44262,-11144,24595,43627,-11126,24681,43053,-10851,24368,42542,-11044,23950,42300,-11234,21925,40987,-11193,21940,40385,-11233,22048,40122,-10997,22434,39402,-11229,21931,38754,-11226,21463,38297,-11159,22105,38155,-11612,21617,37731,-11607,20640,38029,-10872,20836,38731,-10702,20524,39140,-10460,21231,39239,-10777,21099,40382,-10459,21890,40907,-10788,22630,41236,-10663,23430,41709,-11024,23254,41544,-10772,23758,42299,-10502,23784,41920,-10646,24836,43588,-10330,24839,44026,-10112,24677,43496,-10211,24473,42957,-10432,23799,43188,-10005,22813,42503,-10048,22195,41993,-10078,21947,41607,-10045,22080,41273,-10364,23120,41770,-10461,21909,40978,-10451,23238,42124,-10444,24023,42037,-10800,22377,41248,-11304,21332,39844,-10728,21655,40513,-10758,20121,37766,-10790,19414,38014,-10187,17978,38951,-8931,17570,38726,-8720,18233,38651,-9209,17639,37929,-9114,19250,36938,-10599,19987,36537,-11228,19675,36268,-11222,19346,36097,-11269,18655,37287,-10103,18689,36565,-10415,20471,37216,-11289,19890,37505,-10745,20534,36691,-11650,24328,43229,-11320,24259,43835,-11452,23701,43857,-11834,23314,44040,-12023,21604,43078,-12445,19233,42364,-12429,19167,43057,-12341,19809,43727,-12333,20722,44693,-12250,20626,45652,-11949,21460,44354,-12398,21273,43454,-12465,22708,44224,-12215,22252,45774,-11722,22706,45133,-11948,23687,44961,-11564,23750,45215,-11215,23605,44585,-11807,20883,44097,-12396,19781,43138,-12408,20792,43714,-12435,22533,44796,-12125,21978,44230,-12378,21830,45323,-12108,21337,45401,-12102,23680,43079,-11730,24861,43610,-10571,24515,42698,-10732,23020,44864,-9420,22564,45181,-9105,23169,46528,-8667,24068,46867,-9225,23219,45387,-9494,22883,46190,-9887,23042,46011,-9636,22785,45988,-9196,22989,45620,-9192,22608,46482,-10238,22969,46482,-9988,24006,47568,-10195,22806,47534,-10745,22387,47866,-11042,24145,47022,-9603,22568,46677,-10378,23602,46858,-10023,24143,47240,-9863,24649,48845,-10153,24017,48514,-10553,25246,50147,-8421,25563,53912,-8589,25821,52987,-9520,26269,53164,-10014,24686,51296,-9298,24508,51676,-8677,26975,54644,-9405,27694,54346,-10342,26803,53537,-10200,26897,52801,-10592,26241,52229,-10382,25903,52030,-10221,24791,51128,-9614,25424,51725,-9964,24943,51606,-9472,25471,52596,-9499,24609,50527,-9727,24592,50201,-10208,24718,49904,-9798,25130,49751,-9539,25259,49641,-9375,25449,50462,-8609,25490,50109,-8867,25302,49722,-8721,25409,50361,-9099,25389,50789,-8742,24682,51088,-8141,24613,51383,-8571,24746,51160,-9112,26166,51344,-10935,25708,52558,-9902,27551,52461,-11260,26869,51576,-11414,27025,52294,-10974,27516,53500,-10595,29155,55022,-10860,28917,55656,-10524,29104,55799,-10582,31196,56104,-11268,31810,56596,-11729,32025,56219,-11767,31833,55392,-12098,31081,54670,-12139,30034,53886,-11921,29951,53593,-12063,30057,54550,-11582,29305,54648,-11089,28936,53691,-11367,31592,54858,-12402,32028,55472,-12396,31314,54133,-12915,31766,54843,-12643,31046,54185,-12425,30337,53565,-12450,28713,52280,-13956,28884,52039,-13669,29714,52568,-13490,30720,53577,-12912,31219,56849,-12146,31438,56862,-11446,31704,56598,-11484,31124,56544,-11164,31024,56772,-11139,30397,56531,-10955,30495,56242,-11004,32087,56133,-12004,31532,55523,-11767,27694,54948,-9911,28136,54763,-10444,32202,62159,-9072,33223,62800,-9699,31657,62309,-8318,30722,62191,-7703,30556,62606,-7335,30574,62954,-6937,30623,62814,-7243,29743,61933,-7052,27924,60632,-5967,32467,62407,-8931,33728,63329,-9290,32957,62641,-9253,33078,62849,-9122,33912,61367,-11056,33682,60742,-11406,32378,59189,-12145,33097,60875,-10749,32860,59986,-11318,32775,60283,-10952,31783,60365,-10207,31383,60898,-9715,30421,59029,-10018,30626,59590,-9799,30982,58580,-10685,30282,58687,-10047,29301,57643,-9752,28604,57112,-9391,28126,56882,-9120,28039,56233,-9341,27634,56431,-8888,25769,56280,-7715,26667,56177,-8298,26786,55620,-8711,31665,61709,-8823,30765,61339,-8292,30942,60327,-9708,31732,59824,-10544,31779,59462,-10777,31461,58779,-11021,31836,58863,-11367,33093,59985,-11585,32424,59549,-11257,30937,58114,-11125,30591,57519,-11489,31100,58072,-11489,31085,57983,-11871,31989,58810,-12022,32282,59137,-11674,32773,65434,-6719,31156,64681,-5695,32203,65427,-6084,32662,66196,-5810,32358,67278,-4904,33101,67895,-5066,34095,67861,-5750,34321,67482,-6164,36229,69052,-6477,34348,68665,-5511,35028,69460,-5525,33280,67683,-5327,33387,67118,-5681,33955,66877,-6349,34519,66969,-6802,34785,66707,-7420,35562,66787,-8223,36640,67011,-8694,37149,66711,-9191,37590,67376,-9034,38137,67570,-9221,38960,67824,-9655,39670,68145,-10517,34693,67370,-6634,35716,67114,-7875,36084,67071,-8339,36826,67751,-8358,36119,67506,-7781,37431,68041,-8655,38152,68670,-8634,38868,69101,-8783,39467,69356,-8997,39031,70305,-7622,38912,69898,-7835,37787,70568,-6523,37940,71691,-6161,39826,70089,-8392,39836,70380,-8176,38057,71088,-6405,39318,70819,-7354,38724,70582,-7133,40411,69875,-9177,39490,68738,-9334,39241,68326,-9468,39459,68257,-9743,38438,68017,-9142,36791,67537,-8539,35176,66913,-7518,31444,64115,-6683,32403,64769,-7043,35618,69314,-5932,35083,68289,-6156,34531,68184,-5834,37034,71738,-5727,37479,72417,-5775,38339,72218,-6065,36750,70391,-6032,36021,69889,-5881,38139,70227,-6969,36940,69372,-6767,38237,68959,-8175,39055,69624,-8308,37978,69518,-7428,37368,68487,-7962,37667,68947,-7719,37856,73088,-6024,38929,73692,-6255,39617,73672,-6270,41443,73888,-6942,45024,76948,-8583,45462,76955,-8647,46318,76375,-8729,46402,76134,-8511,45567,75477,-7994,44502,74961,-7822,44792,75586,-7633,43829,75433,-7341,44362,76039,-7286,45006,76419,-7499,44290,76399,-7485,45263,76840,-7973,45726,76766,-8056,46100,76302,-8024,45734,76330,-7747,45242,76229,-7518,45589,76580,-7769,44578,76768,-8010,46070,76647,-8256,43439,75712,-7109,42439,75319,-6889,42045,74728,-6822,43367,75930,-7192,43486,76300,-7631,42541,75661,-7110,41279,75381,-7382,41802,75217,-6864,41890,75506,-7185,41341,75047,-6813,40423,74381,-6494,40604,73908,-6510,39249,74147,-6611,41507,74744,-6682,40992,74550,-6570,41260,74215,-6676,39838,74297,-6541,43481,76439,-8048,41911,75811,-8424,41739,75691,-7913,44103,76387,-9742,44804,72919,-9451,44820,73075,-9212,44975,73917,-8618,45835,74468,-8802,44933,73056,-9849,43590,71792,-10702,43761,72361,-10919,42857,72450,-11047,42685,72600,-11075,42017,72628,-11205,41358,72423,-11251,40719,72181,-11249,41039,72938,-11079,41932,73670,-10955,42648,74742,-10632,43497,75695,-10260,44870,76280,-10058,43786,71937,-9687,43790,71921,-10396,42048,70841,-11298,41249,69685,-11121,42357,70587,-10157,42882,71101,-9882,43064,71448,-9478,42991,71972,-9062,42208,72235,-8258,41699,70325,-9551,41125,70738,-8955,40321,68793,-10274,42274,70664,-9661,40976,69721,-9606,42659,72130,-8634,43539,73156,-8420,43487,74213,-7753,43970,73804,-8170,44425,73288,-8783,43901,72723,-8950,42268,70580,-11003,40032,71343,-11246,39963,71491,-11215,41178,71823,-11228,41712,71555,-11414,36764,70379,-10978,37480,70260,-11030,38252,70504,-11178,37859,69842,-11489,36738,68683,-11754,34968,67303,-11830,35553,67867,-11778,34333,67957,-11263,35058,67981,-11589,36679,69036,-11574,35292,68491,-11376,34497,68601,-10770,36422,69156,-11399,33736,68277,-10579,33519,68589,-10473,38327,69837,-11621,32156,67062,-10401,33648,67836,-10887,32589,66409,-11281,33741,67145,-11494,34565,66645,-11936,34064,65598,-12102,34207,65393,-12130,35361,66302,-12033,34948,65577,-12037,36082,65849,-11835,36352,65784,-11694,36038,64888,-11232,36586,65342,-10453,35796,65930,-8850,36606,66050,-9353,36244,66462,-8736,36476,65758,-9463,34496,66014,-7987,35013,66229,-8173,36161,65240,-9819,35985,64555,-10836,35846,64940,-11466,36048,64808,-10673,35568,65016,-11665,35024,64926,-11841,34181,65030,-12122,35090,65238,-11937,35831,64448,-10530,36176,63694,-10920,35480,64203,-10240,35853,67643,-11906,35226,66822,-11986,36228,67009,-12037,37248,67114,-11885,38860,67892,-11585,38748,67334,-11214,36794,67844,-11986,37788,68984,-11818,37960,68600,-11922,38759,68931,-11853,39551,69539,-11756,38398,68013,-11815,38220,68251,-11910,37524,67825,-11985,39553,71007,-11296,35375,66588,-12020,36607,66902,-11980,35776,66261,-11993,33169,65025,-12094,36238,63954,-10924,35874,64106,-11995,35381,63344,-12694,34929,63851,-12690,34515,63493,-12900,33730,62207,-13097,34537,63853,-12701,35086,64282,-12296,35498,64164,-12261,36185,64010,-11515,29920,57505,-12496,30747,57025,-12199,30304,57196,-12343,29817,56639,-13205,31019,55525,-13433,31326,56219,-12812,30464,56245,-13280,30457,56796,-12846,30252,57622,-12380,30559,57990,-12520,31076,58896,-12856,31313,58612,-12568,32673,60154,-12827,35101,62050,-11958,35297,62326,-11563,34627,61917,-11183,35851,63912,-10561,35765,63146,-11149,34686,62326,-10994,32051,59457,-12745,30456,58614,-12904,29369,57799,-12763,21154,52228,-11187,19987,51532,-10676,19389,50224,-10913,15763,46399,-9532,18087,46174,-11100,16812,44279,-11214,16471,42672,-11506,16871,45319,-10931,16153,45457,-10419,17239,45959,-10834,15070,46408,-8938,15087,47638,-8691,17764,39296,-12763,18705,39765,-13017,18551,40555,-12762,19153,40491,-12887,19472,41822,-12390,20046,41632,-12390,20715,41221,-12216,21491,40412,-12237,21954,40130,-11906,22176,39466,-12288,21589,39601,-12711,21379,39004,-12970,20820,39155,-13215,19005,40028,-13012,18663,38921,-13115,19265,39136,-13226,19951,38945,-13305,20267,38372,-13310,19892,39484,-13228,22159,38940,-12485,22616,39156,-11667,22415,39657,-11418,21606,41125,-11595,22558,41748,-11629,23245,42048,-11496,23179,43370,-12057,21803,40666,-11079,22547,38817,-11571,22396,38301,-11898,21963,38403,-12586,22539,38844,-12042,22266,38269,-12244,22044,37812,-12132,21844,37588,-11896,21005,37044,-11767,21477,40931,-11700,20790,41442,-12114,20303,41892,-12406,19691,42219,-12451,21242,41301,-11868,21666,39944,-12473,17758,40992,-12418,18390,41906,-12240,17642,42061,-12014,17537,42500,-12000,18485,43403,-12088,18441,42422,-12271,20668,38137,-13220,18647,35478,-10596,18505,34702,-10508,19317,33673,-10974,19577,34028,-11494,19053,32935,-11707,18693,33391,-12167,17318,33456,-12463,16699,35133,-12624,16582,34576,-12596,16343,35688,-12474,17117,36105,-12595,17773,33968,-12567,18270,34101,-12475,18658,34371,-12370,17976,34762,-12616,17547,35791,-12654,17206,35107,-12709,19303,33371,-11822,19122,34348,-11992,19033,35202,-11949,18367,35660,-12357,19205,36074,-11724,19141,35743,-11568,19486,35066,-11407,19505,34591,-11510,19548,34562,-11276,19409,35206,-11124,19163,34582,-10925,19433,34172,-11126,18619,35023,-10541,19260,35653,-11344,18746,34972,-12247,18696,35849,-12030,18968,36236,-12074,18422,36478,-12386,19480,36544,-12518,20029,36744,-12630,20769,36954,-12550,20429,37361,-13054,20934,37618,-13013,19229,36997,-12892,19703,36921,-12852,17393,36744,-12451,17015,36911,-12368,17802,36391,-12471,17958,36653,-12487,18675,36135,-12073,20018,36409,-12079,20983,36904,-12149,21345,37400,-12609,18547,35830,-10478,19205,35588,-10872,19211,35935,-11038,18291,36495,-10257,17951,35400,-10131,17564,34600,-10075,18096,33559,-10361,18045,32266,-10480,17789,31828,-10115,18265,31528,-9732,18477,30846,-9434,18146,29746,-9687,18036,30327,-10610,17247,31101,-11054,16983,31442,-11191,16341,31396,-11580,16134,31846,-11649,16110,32728,-12039,16662,33126,-12310,18385,32665,-11776,17815,32096,-11228,17612,31920,-10892,18957,32688,-10821,19218,32800,-11253,19568,33182,-11316,19356,32962,-11034,18962,33041,-10787,18023,33018,-10372,18455,34069,-10543,19043,33372,-10878,19587,33623,-11223,16258,32441,-11917,16296,32171,-11744,17297,32469,-11842,17576,32289,-11629,18240,30597,-10152,18403,29872,-10221,18456,29578,-10023,18077,30354,-9655,18122,30874,-9836,18023,31297,-9964,17493,31594,-10742,17967,31188,-10240,17786,32001,-10348,16898,31951,-11394,17291,31815,-11074,17426,35880,-9748,16828,39369,-7879,14142,43747,-3067,13752,44112,-2485,14025,42951,-3329,14397,42167,-4082,14767,43113,-3917,14812,43900,-3563,16058,44326,-4454,16268,43774,-4559,16916,42748,-5570,16561,42276,-6276,16430,41916,-6343,16817,43030,-6631,16576,43577,-6431,16613,42899,-6249,16535,43899,-6019,16486,43846,-5858,16377,44495,-5317,16560,44673,-5501,16621,44216,-4879,15127,44117,-3782,16733,44062,-5138,16946,43375,-5378,16617,43386,-5851,16653,42689,-6095,15512,43332,-4302,16448,42260,-5351,15578,41887,-5040,15513,42355,-4728,15128,43772,-3915,13417,43166,-2454,13498,41608,-3545,12720,39975,-3439,13869,39146,-4674,14726,38616,-5250,14906,38483,-5463,14632,38437,-5976,14950,38851,-6191,15146,38423,-6564,16700,38616,-8017,16907,37415,-8977,17002,36433,-9364,17017,35141,-9647,16388,35381,-9140,15975,35562,-8455,16684,35791,-9245,16905,37161,-9185,13513,40299,-4096,14642,40830,-4933,13869,40010,-4471,13603,44027,-2222,13298,43149,-2036,13104,42534,-2276,12985,42385,-2068,12566,41353,-2336,12592,41699,-1330,12841,42506,-905,12512,41893,-699,11593,40820,3,11673,41625,204,11144,41335,461,10746,39452,566,10807,39982,532,10994,39330,211,11753,40437,-451,10250,39612,849,10230,38677,1034,10282,38325,954,9655,37740,1590,9044,38433,1679,8266,38473,1594,7968,38697,1135,7358,38667,1564,7509,38510,2161,7765,38975,3421,7518,39291,3110,8131,39408,3394,7997,40021,3282,7844,40181,3167,8179,41767,3282,8763,41232,3512,8201,40549,3436,8159,38737,4086,7930,38106,3837,8064,37673,3487,8755,36308,3408,9524,36161,3938,9093,36512,3694,9778,35425,3600,8658,36365,3182,8923,36273,2449,8309,36918,3746,8289,37772,2536,8548,38104,1988,7872,38325,2124,8194,37630,2938,8496,37013,3011,7730,38224,2616,7838,38094,3530,7425,38515,2941,8692,37648,2184,8381,41157,3321,8469,39186,3888,7476,38717,608,7060,38738,1736,6959,38848,2368,6492,39247,2887,6829,39456,3182,7365,39194,3033,7285,39823,3238,7104,38937,2778,6359,39351,2141,6371,39539,2762,6808,40438,2813,6674,39824,3085,7825,40691,3118,7934,42175,3153,8001,42696,3119,8296,43803,3059,8681,44612,3568,8189,44298,3376,7949,44092,3155,7531,45062,3728,7668,45182,4023,7961,45008,4021,8371,45210,4138,9393,44449,3358,9871,44715,3688,10062,44689,3915,10038,44043,4435,9175,42870,3019,8942,42607,3143,8041,43609,2946,8171,42384,3328,8198,42670,3165,8372,42495,3688,9352,42591,3391,10096,44595,4392,10167,44014,3720,10108,44139,3457,9805,44181,3329,9076,44151,3142,8279,43118,3036,9077,43364,3000,8765,43571,3059,8610,42832,2948,7975,45417,4259,9797,45119,4249,9862,45123,4637,9880,44676,5030,9912,43000,3874,9385,42781,4309,8154,42427,4581,8504,41529,5180,8290,41911,4878,9222,40822,5342,9788,40300,5574,10394,40005,5780,11037,39595,6341,11690,39363,6728,9079,40730,5840,9517,40490,6103,8613,40774,6870,8226,42160,4480,9140,41414,4419,8927,41466,3760,8400,42070,3737,9375,40823,4517,9114,41241,3962,8680,40757,3701,8246,39825,3755,9599,39963,4844,9845,39900,5151,10346,38850,5671,10544,38400,5787,9987,37347,5038,10049,36762,4641,9681,36702,4444,9282,36796,4166,9778,37776,5366,9922,38049,5612,9317,39475,4573,9019,38318,5034,8923,38722,4680,9795,38365,5535,9520,37345,4775,9836,39417,5096,9472,39256,4857,9348,41088,4781,9662,40252,5023,8161,42571,4959,7911,42803,5351,7257,43306,6015,7887,44106,6300,9121,44406,5953,9860,43671,4662,9582,43458,4922,9318,43626,5329,9025,42973,4875,8317,43403,5704,8275,43882,6094,8813,43263,5331,9013,44123,5941,9526,44321,5533,9435,44880,5553,8753,45948,5007,8344,46231,4941,8528,46669,4604,8638,46903,4340,8410,46625,5190,8901,45649,5357,8594,45517,5740,9054,44716,5949,8564,44392,6228,8250,45828,4591,8522,45617,4498,9094,45563,5049,9447,45417,4846,8926,45475,4453,9650,45093,5182,7641,42104,5565,7612,42456,5454,7948,42246,4985,9884,43044,3383,9639,42754,3784,9217,42626,4083,8492,42513,4468,8230,42444,3963,9262,44947,3969,7772,44316,3199,7810,44556,3557,8427,38948,909,7248,38690,137,6551,38421,12,5747,38040,-233,5555,38194,159,6210,38473,515,5523,38576,663,5975,38920,1087,6217,40216,1226,6795,40980,1689,6515,38621,796,5099,35016,-1140,4523,35210,-646,4031,35674,-325,3305,36251,75,3282,36822,52,3163,37286,28,3026,37728,123,3212,38388,570,2738,38108,360,3692,36951,-109,3605,35804,-80,3760,35276,227,4081,35047,-188,4216,36037,-637,4986,36938,-1203,5226,37389,-1074,5400,37739,-647,3049,34062,1079,1128,33159,1056,1449,33876,962,1667,34169,954,1372,34174,1028,1533,33530,1147,1463,35406,-204,1828,35492,-59,2069,36030,-220,2559,35958,216,1351,34641,-182,1081,35516,-179,509,35235,-211,2091,37280,-791,876,36840,-1237,968,36642,-1139,380,36625,-1203,570,36322,-1048,247,36389,-996,1675,36767,-587,2047,36404,-728,2440,36359,-257,2404,36956,-477,1778,36865,-962,1829,36173,-324,-14,37006,-516,2159,37549,-343,1936,38082,-28,1731,38554,253,2117,39025,806,1508,39044,435,1657,37235,-1045,1819,37618,-527,2315,38159,242,2906,41090,1403,2748,41622,1181,-13031,42288,-7601,-11840,41574,-7069,-12458,41536,-7432,-14326,43946,-7910,-18013,46604,-8187,-18001,45893,-8358,-18405,45600,-8399,-19144,46351,-8285,-19345,45714,-8344,-19268,44946,-8378,-19701,43972,-8257,-18637,43566,-8368,-16906,43792,-8535,-15391,43615,-8307,-15952,44525,-8342,-16196,43696,-8462,-16529,45085,-8392,-17041,45534,-8382,-16266,45353,-8304,-17166,44194,-8500,-17513,45238,-8445,-18212,44926,-8453,-18425,43896,-8455,-18876,46872,-8183,-19986,47647,-8255,-20405,47709,-8128,-20722,48074,-8269,-21259,48441,-8709,-22238,48710,-8521,-21747,48427,-8017,-22424,48668,-7959,-22491,48746,-7487,-22371,48640,-7276,-21965,48218,-7483,-21279,48058,-7887,-21521,47677,-7869,-23307,47441,-7158,-23202,48113,-6740,-24580,46836,-6386,-24923,46858,-5595,-23709,47150,-5326,-22387,46969,-5223,-21312,47051,-5087,-21717,48223,-5470,-21309,48574,-5427,-22656,48468,-5778,-23311,47899,-5519,-22870,47943,-7145,-22328,47684,-7566,-22443,48312,-7107,-24011,47883,-6071,-24688,47379,-5661,-24664,47360,-5895,-25088,46829,-5749,-24387,47222,-6404,-23913,47604,-5519,-24024,47886,-5761,-23319,47526,-5421,-22728,47618,-5343,-23600,48138,-5836,-21697,48321,-7768,-20082,48382,-8867,-20712,48492,-8927,-21719,48906,-9067,-22088,48763,-8801,-23887,49306,-8701,-23219,49198,-8943,-22436,49333,-9314,-21694,49365,-9326,-22921,49898,-9554,-23655,49867,-9470,-23267,49464,-9251,-23701,49182,-7907,-23977,49494,-7403,-24065,49301,-8339,-23369,49359,-7139,-22329,49413,-6414,-21856,49654,-5978,-21448,49949,-5666,-23600,49788,-6936,-23065,49977,-6605,-24797,49976,-7361,-23559,49179,-7633,-22593,49317,-6665,-22675,49024,-7108,-22437,49047,-6619,-22160,48925,-6104,-22481,48778,-6017,-22538,48747,-6844,-22559,48767,-6416,-20391,48059,-8525,-20072,48041,-8631,-18351,47315,-8421,-17002,46798,-8181,-19174,47682,-8580,-24230,51212,-7066,-25313,51661,-7415,-24050,52028,-6761,-24735,52715,-6920,-25586,52497,-7582,-26042,53299,-7439,-26233,54197,-7140,-26693,55156,-7094,-26244,55301,-6927,-27529,55094,-7486,-28413,54924,-7890,-26990,54725,-7368,-27601,54569,-7773,-25914,53780,-7164,-26759,53261,-7894,-27126,54104,-7668,-27835,53893,-8284,-26444,53707,-7540,-26031,52462,-7829,-26522,52633,-8208,-26355,52807,-8701,-26389,53090,-8792,-25599,53102,-9298,-25735,52808,-9348,-26227,52354,-9441,-26697,52075,-9124,-27236,51565,-8440,-26164,51347,-9523,-24682,50828,-9740,-24907,50043,-9177,-26088,50661,-9092,-26505,50950,-8989,-26989,51036,-8552,-26926,50722,-8131,-26661,50692,-7871,-26500,51922,-7840,-26657,51599,-9277,-26156,51967,-9573,-24751,51811,-9812,-24977,51310,-9815,-23703,51488,-9755,-26431,52610,-8722,-26381,52476,-9189,-26893,52289,-8429,-27085,51995,-8033,-26008,52693,-7810,-26656,52963,-8113,-26948,53397,-8797,-26709,52988,-8255,-27716,53727,-8391,-24864,53334,-6746,-25312,53933,-6829,-25637,54875,-6766,-26418,56308,-7011,-25858,56556,-6804,-24928,56413,-6233,-25128,56055,-6492,-24103,55126,-6033,-25093,55480,-6480,-24300,53472,-6456,-24665,56147,-6122,-24713,57268,-5855,-25184,57181,-6204,-25965,57056,-6651,-23524,55825,-5382,-23490,56748,-4835,-23257,56655,-4525,-22587,56916,-3800,-22525,56494,-3906,-22373,55140,-4720,-21096,54330,-3832,-20280,54107,-3037,-19985,53691,-3022,-20109,54554,-2655,-21263,55053,-3355,-21606,55247,-3780,-22172,56083,-3736,-21305,55483,-3292,-21630,56417,-3162,-22326,57386,-3343,-22444,57705,-3229,-23851,57698,-4606,-24405,57373,-5499,-24505,57848,-5177,-23346,58067,-3946,-22158,57870,-2885,-21660,56909,-2932,-21706,57300,-2824,-22001,57824,-2518,-21739,57717,-2179,-23130,57160,-4298,-23824,57287,-4901,-21664,54526,-4374,-21555,54808,-3967,-20207,52629,-3930,-20113,51598,-4392,-22253,55453,-4492,-22945,55593,-5017,-23913,55749,-5676,-25982,54713,-6906,-23616,52801,-6263,-23443,53279,-6024,-22747,53071,-5624,-23443,53560,-5994,-19309,51124,-4079,-18807,51162,-3347,-19356,50484,-2750,-18838,51610,-3287,-18261,52466,-2017,-18140,53208,-1443,-18160,53782,-1069,-17914,53569,-642,-18905,55425,870,-18054,55731,1757,-17273,55700,2122,-17554,54987,1580,-17400,54247,1190,-17602,53676,119,-18306,54513,-93,-17954,54645,942,-17880,54301,507,-18507,54884,535,-16806,54328,1877,-16778,53474,1298,-17115,53220,510,-17245,55163,1887,-18641,56080,1516,-18699,55495,1171,-18365,54486,-554,-22158,58755,-2217,-24043,59988,-3460,-24969,60628,-4304,-25478,61100,-4588,-26649,61305,-5534,-26540,59820,-6313,-26064,59071,-6373,-25074,58781,-5369,-25438,59302,-5460,-23374,59126,-3466,-23117,59141,-3084,-24130,59706,-3932,-24795,59818,-4556,-24874,59185,-4900,-25483,58600,-6122,-23755,58842,-3952,-25782,60749,-5019,-25793,60116,-5361,-27304,60892,-6342,-26903,60261,-6326,-25177,60220,-4681,-27291,60216,-6903,-27977,60789,-7323,-28598,61016,-7709,-28976,61566,-7658,-28999,61836,-7471,-26686,59634,-6617,-27725,60887,-6792,-28499,61412,-7226,-27815,61723,-6368,-28071,62459,-6301,-27635,62962,-5788,-28716,62933,-6688,-28147,63283,-6054,-29024,63238,-6734,-29317,64269,-6552,-29094,64382,-6086,-29030,65253,-5196,-29447,65513,-5493,-30094,65919,-5790,-30285,66576,-5476,-30734,66879,-5787,-30663,67611,-5281,-28636,68592,-3497,-28747,69552,-3509,-29026,69890,-3804,-29421,69914,-3761,-30852,71042,-4516,-31315,71285,-4721,-31987,71580,-5079,-31478,71002,-4914,-31207,69505,-4977,-30809,68946,-4961,-31208,69800,-4904,-32451,70793,-5560,-32726,71273,-5719,-34496,71826,-6660,-34358,71397,-6853,-34385,70845,-7063,-34456,70225,-7230,-34141,70039,-7057,-32971,69459,-6481,-33169,69057,-6729,-32355,68612,-6267,-31011,67995,-5388,-31223,68785,-5330,-31721,69594,-5500,-33428,71115,-6155,-32913,70937,-5828,-32208,70194,-5550,-33474,70887,-6393,-32528,70181,-5911,-32183,69180,-5967,-33173,69950,-6494,-33514,70467,-6572,-32125,67964,-6398,-33061,67541,-7737,-31987,67339,-6863,-31957,66555,-7317,-31083,65863,-7006,-30396,65832,-6260,-30586,65467,-6804,-33809,68792,-7420,-34297,68605,-7998,-34706,68636,-8363,-35229,68655,-8940,-35558,69054,-8972,-37034,69954,-9769,-37631,70431,-10027,-38815,71235,-10556,-39487,71017,-11136,-38947,70520,-10942,-39683,70222,-11773,-39850,70280,-12072,-39877,70437,-12620,-39498,70273,-12730,-40197,71024,-13113,-39718,71790,-13708,-38918,71909,-13446,-38208,71734,-13122,-38383,72439,-12958,-36833,72507,-12361,-36578,71826,-12140,-36794,71698,-12242,-37056,72464,-12473,-40302,72123,-13864,-40251,72452,-13928,-40613,71736,-13573,-42585,72917,-13887,-44186,74292,-14243,-44259,74742,-14631,-42883,73598,-14373,-42876,74000,-14588,-42190,73499,-14421,-41113,72883,-14177,-39279,72477,-13490,-39091,73168,-13193,-38019,72543,-12753,-41843,73506,-14388,-43036,74480,-14711,-42300,74905,-14336,-41968,75303,-14331,-42070,75675,-14355,-42063,76052,-14234,-41263,76711,-13397,-40806,76919,-12876,-38490,75715,-11857,-37841,75767,-11085,-37400,75184,-11243,-37104,74500,-11543,-37307,74225,-11933,-38684,75100,-12527,-39626,75803,-12821,-39135,75858,-12348,-40242,75924,-13207,-40786,75653,-13690,-40503,77155,-12247,-40217,77219,-11684,-39248,76830,-11163,-38898,76564,-11246,-39905,76664,-12298,-38282,76121,-11150,-38423,76454,-10607,-39108,76822,-10369,-39150,76753,-10011,-38125,76175,-9287,-37646,75644,-8477,-37936,75633,-8486,-38168,75490,-8530,-39429,75425,-9263,-39854,76856,-9952,-38792,76424,-9460,-39692,77084,-10951,-40584,74687,-13877,-38866,74107,-13120,-39080,74618,-13072,-41305,74178,-14013,-41002,73324,-14145,-40272,73378,-13740,-39087,73577,-13336,-38590,73253,-13127,-38068,73027,-12921,-40361,73823,-13630,-41469,74668,-14059,-41722,73765,-14354,-39760,73525,-13434,-40771,75092,-13884,-39567,75227,-13109,-41056,74833,-14060,-43304,75870,-14730,-43786,75762,-14868,-44182,76357,-14921,-44614,76701,-14948,-45975,77109,-14736,-46280,77830,-13844,-44346,78103,-12166,-43309,78029,-11770,-43280,78192,-12152,-43006,78045,-13071,-41510,77494,-12725,-41918,77301,-13369,-41787,77702,-12509,-42154,77914,-11838,-41404,77517,-10913,-42706,77694,-11274,-42231,77264,-10911,-43034,77368,-11321,-40986,77504,-12006,-42504,78014,-12398,-42469,77937,-11640,-45306,78120,-12736,-46359,77862,-13447,-45151,77519,-14791,-43855,76853,-14723,-43028,76294,-14588,-43028,76868,-14355,-41753,76463,-13872,-42167,76961,-13818,-43117,73520,-14194,-43591,73603,-13853,-41827,72933,-14152,-44453,74393,-14038,-40428,71879,-13725,-37913,70203,-10379,-37339,69626,-10112,-35832,69385,-8851,-36131,70641,-8375,-36035,70981,-8103,-35919,71441,-7860,-36924,72162,-8283,-37728,71539,-9161,-37526,70924,-9430,-38929,71646,-10222,-39729,72170,-10633,-40465,72799,-10847,-41273,73845,-11039,-40673,74130,-10332,-42637,73917,-12483,-43026,74205,-12630,-43745,74633,-12851,-46101,77624,-13021,-45991,77133,-13039,-46022,76409,-13392,-45177,75032,-13813,-45426,75275,-14032,-46057,76036,-14093,-45914,76033,-14506,-46249,76701,-14474,-45844,76511,-14850,-46301,76505,-14163,-46358,76720,-13692,-45831,75812,-13775,-42226,74276,-11643,-43413,74621,-12409,-41078,74016,-10717,-41244,73473,-11201,-42186,73903,-11931,-41522,72981,-12041,-42302,72960,-12622,-41977,72731,-12522,-43370,73337,-13489,-42551,72658,-13500,-41398,73147,-11788,-41721,72040,-12595,-42215,72419,-12839,-41524,71766,-12887,-42653,72722,-13164,-41617,72222,-12325,-40921,71267,-12512,-40637,73202,-10771,-39611,72789,-10011,-39767,73256,-10008,-39719,73600,-9743,-39325,74132,-9241,-39222,74623,-9009,-39041,75114,-9008,-39997,75181,-9491,-39789,74720,-9362,-40168,74483,-9807,-38858,72034,-9915,-38642,72384,-9424,-37874,71863,-9124,-37251,72821,-8252,-37561,73508,-8166,-39140,74258,-9019,-36990,73128,-7897,-37925,72274,-8934,-36830,70971,-8740,-36829,71678,-8380,-37040,70309,-9433,-32941,68441,-6890,-33250,68032,-7494,-32498,67153,-7612,-34389,68040,-8593,-34506,67599,-8865,-34736,66871,-9286,-35330,66728,-9924,-35783,67064,-10058,-37705,67753,-11503,-37625,67780,-11283,-37822,68392,-11158,-36819,69017,-9959,-36161,68299,-9743,-36323,69364,-9477,-36617,66513,-11059,-35415,65153,-10681,-36105,66210,-10680,-35627,65548,-10629,-36220,66882,-10580,-35142,66185,-10082,-33624,67440,-8349,-33866,66495,-8835,-34244,66194,-9221,-32550,66123,-8100,-32012,66356,-7681,-32333,65283,-8231,-32386,64803,-8415,-30711,62983,-8322,-30556,63096,-7814,-29912,63194,-7384,-28950,63681,-6528,-29578,64792,-6301,-29859,65496,-6030,-30352,64774,-7114,-29715,64133,-6909,-30162,63580,-7360,-29569,65086,-5965,-29201,62560,-7030,-29449,62222,-7387,-28546,61843,-6908,-30138,62857,-7556,-30245,62711,-7774,-29684,62216,-7937,-29351,61652,-7956,-33394,65807,-8748,-33427,65271,-9101,-32449,64283,-9054,-31826,63890,-8633,-31189,63283,-8483,-30840,62870,-8524,-30504,62482,-8372,-29953,62140,-8171,-30365,60869,-8516,-29277,61073,-7996,-32747,65376,-8514,-33514,66735,-8533,-34353,65887,-9497,-33128,64706,-9295,-33074,64113,-9500,-32838,66949,-8018,-35597,70176,-8059,-35590,71689,-7592,-35513,70940,-7719,-35595,70579,-7903,-35998,72199,-7646,-35377,72983,-7035,-35472,73770,-6981,-35243,74389,-7409,-36834,75656,-9281,-37766,76182,-9812,-38588,76593,-10397,-37265,75858,-9925,-36005,75096,-9499,-36082,75005,-9864,-35132,74504,-9345,-34203,74016,-8774,-33017,73263,-8254,-32121,72604,-8021,-31443,72011,-7992,-30644,71329,-7831,-31158,71272,-8576,-31477,71198,-9019,-31666,70883,-9510,-32781,71061,-10321,-35004,71095,-11492,-35160,71500,-11640,-37291,71667,-12590,-38552,71351,-13360,-33396,73598,-8034,-34025,73985,-7939,-33234,73501,-7760,-32833,73111,-6879,-32989,73098,-6590,-31519,71974,-5538,-31749,72291,-6069,-30829,71573,-5388,-31190,72013,-6189,-28332,69948,-5201,-27525,69359,-5072,-27918,69623,-5796,-26746,68732,-5437,-26426,68401,-5668,-28306,69837,-6329,-27710,69289,-6389,-27787,69217,-6674,-27642,68603,-7251,-28827,69250,-7988,-28964,68428,-8836,-28590,67876,-8864,-28464,67320,-8822,-26952,67073,-7963,-27991,67481,-8618,-28301,68225,-8364,-27721,67984,-7970,-27175,68541,-6721,-26478,68276,-6071,-29151,70548,-6377,-28770,70296,-5836,-31007,71948,-6443,-31650,72356,-7571,-31451,72288,-7123,-30235,71399,-6533,-30890,71766,-7385,-30260,71191,-7420,-28892,70110,-6996,-29384,70283,-7499,-28978,69812,-7559,-29615,70068,-8061,-30617,71117,-8086,-30245,71398,-6149,-32140,72709,-6819,-35923,75127,-9102,-34738,74407,-8691,-36183,75283,-8968,-34762,74442,-8378,-36422,75368,-8779,-34334,74136,-7774,-35124,74515,-7840,-37804,76141,-9464,-36506,75271,-8389,-36210,73395,-7464,-36045,72871,-7345,-35538,72343,-7177,-36697,73278,-7659,-35232,70276,-7722,-30216,70740,-4337,-30143,70919,-4691,-30012,71051,-5179,-28533,70035,-4768,-26919,68895,-4422,-29635,70378,-4144,-28997,69440,-3555,-30012,66779,-5084,-29424,66821,-4594,-28232,67019,-3512,-26986,66272,-2615,-26658,65856,-2493,-26035,65207,-2246,-26848,65375,-3015,-27574,65250,-3591,-27901,65144,-3943,-27569,64322,-4153,-28190,63693,-5713,-27307,62823,-5455,-27026,64253,-3546,-26752,65683,-2742,-27038,67010,-2782,-26194,67174,-2115,-25408,66539,-1742,-26378,67568,-2244,-26703,67469,-2394,-27254,68130,-2630,-28976,68007,-3681,-28984,67780,-3794,-28327,67329,-3339,-28160,67724,-3267,-27467,67300,-2953,-27146,68276,-2683,-28329,69041,-3164,-27633,68389,-2825,-28143,68102,-3227,-28923,67573,-3944,-29534,68052,-4271,-30132,68490,-4604,-29850,67784,-4619,-28830,66939,-4112,-30304,67402,-5056,-27553,69275,-4133,-27046,68779,-3534,-28365,69686,-3962,-25976,67255,-2066,-26771,66676,-2631,-25732,65860,-2100,-25730,66329,-2018,-25350,66812,-1851,-25517,67389,-2498,-26788,68445,-3107,-26032,68031,-3189,-26513,68055,-2715,-29657,66394,-4994,-28581,66060,-4149,-29313,65874,-4930,-28556,65649,-4376,-28461,64755,-5014,-28280,64430,-5039,-28634,63890,-6196,-26925,62299,-5380,-26031,61802,-4527,-24583,60564,-3806,-23227,60021,-2632,-23159,60481,-2101,-23667,60489,-2904,-22970,59579,-2635,-22730,59584,-2316,-21944,59942,-1024,-21338,58934,-1095,-22414,59808,-1602,-23866,60351,-3189,-25376,61224,-4153,-26472,61949,-5097,-28455,65188,-4520,-27604,66771,-2928,-28967,64665,-5738,-27073,58790,-6973,-27351,58117,-7220,-27111,57369,-7273,-27657,56771,-7327,-27013,55883,-7105,-28546,56854,-7597,-28840,57894,-7840,-29847,58316,-8048,-30903,59536,-8591,-30491,59692,-9106,-30785,59168,-9374,-29610,59100,-9963,-29055,58754,-10051,-27430,58615,-10185,-26179,57878,-10017,-25962,58000,-10009,-25113,57220,-9876,-24878,56537,-9627,-26692,56255,-10171,-26011,55321,-10121,-24978,54681,-9929,-23959,54730,-9688,-24273,55413,-9615,-24805,55152,-9867,-26129,56766,-9911,-25277,56228,-9770,-25626,55559,-10046,-25644,57013,-9753,-25203,56955,-9735,-26368,57661,-9907,-26542,57487,-9898,-27872,58289,-10046,-28300,58584,-10058,-28153,57341,-10206,-27380,56514,-10221,-28232,56246,-10056,-27838,54682,-9509,-28253,54543,-9173,-27891,53955,-8694,-29088,54870,-8787,-28274,54155,-8446,-28113,55596,-9919,-27001,55326,-10072,-26762,55700,-10172,-27445,56271,-10188,-27312,56767,-10190,-27395,57515,-10070,-27200,58020,-9978,-29104,58045,-10083,-29543,57296,-9911,-30468,57445,-9558,-29972,56381,-9473,-30562,56904,-9276,-30432,56354,-9054,-31347,57687,-8346,-31334,58046,-8963,-31458,58505,-8841,-31169,58650,-8191,-30920,57938,-8151,-31229,57337,-8485,-30180,55957,-8395,-28402,55499,-7838,-30004,55662,-8665,-29955,55718,-8974,-29567,55546,-9200,-28848,55410,-9509,-29035,55032,-9124,-29342,55090,-8418,-29387,55357,-8180,-28603,55146,-7896,-29248,55871,-9596,-29924,56971,-9735,-28461,56984,-10158,-29376,56626,-9870,-30821,57033,-8472,-30689,56422,-8623,-31059,57645,-9177,-30493,58545,-9642,-30266,59219,-9712,-29949,58581,-9867,-31030,56972,-8736,-31141,58420,-9191,-31121,59325,-8826,-31387,59201,-8375,-31026,59271,-8229,-31486,58936,-8573,-30573,56465,-8360,-24135,56158,-9517,-24057,56463,-9646,-24032,55782,-9475,-23264,55987,-9464,-22721,55630,-9337,-23432,56621,-9463,-24550,57171,-9760,-26410,59481,-10023,-27049,59134,-10179,-27971,60436,-10394,-27693,60913,-10346,-29069,61960,-10762,-29725,61842,-10904,-29946,61429,-10970,-27584,57767,-7401,-27969,58090,-7572,-28334,58398,-7890,-28751,59146,-7959,-29153,59465,-8173,-28462,60064,-7727,-29603,60617,-8137,-30191,60300,-8403,-30267,59205,-8321,-30055,59746,-8611,-29431,59789,-8185,-30368,59827,-8869,-30522,60223,-8895,-30025,59999,-9966,-29445,59507,-10052,-28992,59130,-10094,-31155,60773,-9186,-31305,61003,-9812,-31466,61833,-10835,-32472,63038,-11336,-31399,62342,-11198,-30875,62343,-11229,-31360,63534,-11449,-32366,64364,-11724,-36589,67428,-12593,-37276,68661,-12776,-36144,68078,-12566,-36982,68760,-12689,-36744,69184,-12567,-37325,69349,-12664,-37930,69328,-12799,-39017,69674,-12445,-39254,69680,-12187,-39745,70180,-12286,-36274,66832,-12411,-37395,68419,-12726,-37592,68222,-12562,-38521,69289,-12509,-38646,69127,-12286,-38348,68698,-11475,-39047,69587,-11487,-39019,69823,-11281,-32160,63201,-11471,-33075,64203,-11750,-34320,65228,-12103,-34191,64745,-11889,-35421,65439,-11839,-36285,66039,-11501,-37134,67232,-11109,-37165,67061,-11638,-38296,68512,-11723,-38284,69027,-11142,-37120,68559,-10415,-37573,67574,-11917,-36930,66891,-11934,-36346,66242,-11822,-36544,66345,-11276,-37552,67821,-12285,-36332,66552,-12189,-38396,68676,-12051,-37976,68137,-11474,-35448,66260,-12363,-33339,63902,-11588,-33923,64026,-11479,-35036,65236,-11901,-34448,64252,-11376,-34540,64059,-10939,-34833,64553,-10434,-30385,60061,-9415,-30546,60331,-9819,-29731,59853,-10097,-29352,59761,-10286,-31152,61965,-11058,-30054,61036,-10850,-29256,60503,-10713,-28781,60286,-10591,-28910,59629,-10380,-31450,61591,-10626,-31651,61619,-10490,-29944,60569,-10621,-29477,58882,-8263,-29456,59265,-8433,-28841,58807,-8152,-26600,57798,-6828,-26055,58323,-6512,-24861,53356,-9592,-25365,53499,-9553,-26127,53308,-9159,-25883,54135,-9808,-25203,53020,-9474,-25373,52359,-9650,-26778,60127,-10104,-26944,60910,-10110,-28234,62352,-10448,-28762,62175,-10661,-29491,63452,-10807,-30318,64597,-10939,-28915,63403,-10557,-29495,65900,-10291,-28036,66225,-9183,-28821,64481,-10096,-28800,64285,-10129,-29686,65465,-10513,-29961,65250,-10519,-30379,65856,-10761,-30796,65706,-10813,-31241,66473,-11063,-31676,66238,-11099,-31811,66778,-11260,-32147,67642,-11193,-31311,67476,-10770,-30328,66465,-10569,-29384,66463,-9958,-30625,67614,-10270,-29337,67394,-9455,-28530,67171,-8939,-30107,65985,-10611,-32001,66127,-11268,-30864,64498,-11226,-32504,65294,-11736,-32009,64476,-11635,-31350,64476,-11417,-29782,63169,-10959,-30713,63363,-11265,-30460,62446,-11155,-29089,63963,-10472,-31133,64995,-11225,-29654,64786,-10450,-29441,64891,-10342,-30510,65286,-10759,-32737,64897,-11838,-33840,66234,-12069,-34275,67009,-12056,-34317,66690,-12147,-35075,67926,-12177,-35524,68399,-12302,-36081,69191,-12596,-37112,69777,-12792,-38753,70398,-13173,-39130,71036,-13455,-37037,70002,-12832,-36596,70399,-12662,-36335,69772,-12654,-34878,69221,-12110,-34923,70154,-11848,-33860,69518,-11462,-32172,68190,-10998,-31900,68517,-10698,-33966,67963,-11938,-33768,68258,-11809,-33164,68167,-11541,-33523,68850,-11492,-34658,68718,-12121,-34433,69199,-11883,-36268,71186,-12199,-35665,71282,-11756,-36371,70850,-12411,-37265,71203,-12782,-35460,70007,-12195,-39065,71338,-13528,-38054,70299,-13115,-37416,69649,-12728,-36029,68598,-12410,-35440,66782,-12435,-34442,65692,-12223,-33288,64852,-11955,-34001,65973,-12151,-34780,66377,-12301,-35316,67209,-12405,-36542,68009,-12674,-32682,65704,-11734,-32589,65915,-11638,-32897,67391,-11603,-33374,67252,-11628,-32605,67485,-11466,-33402,66227,-11903,-25784,59788,-9808,-25425,58769,-9805,-25631,58262,-9924,-24645,58511,-9589,-23804,58575,-9229,-23770,57882,-9374,-23987,59216,-9150,-23872,57351,-9516,-28244,64171,-9904,-27543,63662,-9642,-27058,63126,-9514,-25985,62751,-9055,-25973,62479,-9054,-26130,62175,-9335,-26094,61748,-9493,-25733,60714,-9617,-27099,62029,-9985,-25366,61408,-9182,-24778,61710,-8588,-24539,62058,-8569,-23527,61424,-8182,-24492,62256,-8506,-25279,62641,-8876,-25020,62888,-8611,-25247,64156,-8128,-24892,64469,-7551,-24829,64656,-7336,-24727,65130,-7216,-25838,65416,-7761,-26131,65076,-8336,-27634,65601,-9241,-27096,66286,-8331,-25066,60666,-9281,-24218,60268,-8927,-23542,60942,-8118,-18670,60345,1148,-24824,62075,-2753,-24988,62522,-2657,-25584,62247,-3603,-25634,62573,-3480,-23779,63206,-1332,-24735,64868,-1602,-23388,64369,-867,-22910,63319,-832,-22004,62687,-445,-21876,62278,-396,-24963,64630,-1520,-25150,64543,-1625,-25445,65472,-1933,-25107,65400,-1806,-25602,65146,-1814,-26363,65819,-2254,-25149,64367,-1852,-26201,64082,-2811,-25578,64750,-2091,-24594,65047,-1526,-24489,65987,-1410,-24026,66426,-2425,-24735,67143,-3100,-24548,67091,-3407,-23686,66433,-3239,-22528,65494,-3405,-23516,66305,-3864,-24656,67177,-4401,-25957,68189,-4788,-25549,67806,-5064,-25343,67742,-4292,-26574,68661,-4777,-26198,68347,-3981,-25783,67955,-3444,-25453,67823,-4071,-24107,66788,-3818,-22050,65064,-3069,-22791,65681,-2920,-21823,64820,-2587,-24083,66248,-2009,-23420,65446,-1381,-23388,66072,-2640,-22730,65433,-2184,-21202,64079,-1611,-22668,64532,-757,-21807,63441,-152,-21494,63336,-128,-21383,62962,50,-20162,61984,517,-21282,61916,-79,-21568,62536,-218,-21107,62455,100,-20765,62435,324,-20171,61746,599,-23008,65361,-1629,-21732,64346,-1331,-21954,64295,-978,-20712,62976,-240,-20596,63131,-597,-19955,62363,-67,-19497,62452,-814,-18772,61657,-292,-20281,63013,-778,-20782,62750,100,-20121,62212,281,-18706,61197,412,-17819,60434,573,-16903,59758,471,-17954,60806,150,-17407,60484,-132,-25165,67298,-2737,-23810,65379,-1082,-24149,65316,-1177,-24516,65801,-1321,-23577,64891,-886,-23283,64842,-791,-22784,64312,-540,-24139,63740,-1175,-27832,63946,-4961,-26633,63659,-3617,-21172,60372,-203,-20264,60191,495,-19218,59926,876,-18872,60050,1005,-20623,60690,350,-20689,60261,163,-21644,59554,-955,-21024,59869,-362,-18312,57895,1346,-18597,57692,953,-19311,57647,250,-18987,57868,597,-19601,58494,301,-19707,58234,120,-19766,59593,740,-19468,59221,883,-18904,58501,1081,-19328,58531,664,-18446,57288,818,-17263,56554,1964,-16885,51779,-956,-17942,52081,-1816,-17773,52267,-1569,-17571,52542,-1208,-16681,51981,-466,-17412,51391,-1567,-17655,51139,-1804,-19188,50930,-2473,-17872,51778,-1962,-18506,50972,-2190,-16871,51121,-1241,-17045,50627,-1557,-17533,50829,-1776,-16088,55163,2541,-15979,54445,2576,-15302,53910,2849,-16050,53782,2235,-15964,55584,2710,-15864,56334,2501,-16356,57871,2012,-16714,55464,2340,-16659,56350,2252,-16132,56807,2223,-16395,57366,2099,-14888,51217,1854,-15010,51778,2128,-14824,51911,2762,-13784,51296,3384,-13356,51365,3699,-12773,51156,3904,-11851,50113,4012,-11317,48726,4103,-11626,48705,3856,-11406,47790,3703,-11771,47756,3125,-12360,48454,2793,-13013,49221,2496,-12929,47490,1267,-13556,47711,440,-13957,47508,-502,-14550,48305,-669,-14775,48077,-1326,-15849,49639,-1250,-15489,49677,-757,-12538,48107,2220,-10825,46562,3535,-10477,46530,3891,-11105,46174,2605,-11491,46477,2339,-11247,46949,3316,-10940,47037,3827,-10340,47034,4262,-9897,46961,4312,-9234,47005,4329,-7924,46821,3177,-8158,48326,2520,-8373,49083,1258,-8279,48798,919,-8407,48752,253,-7821,47421,45,-7936,47431,-285,-7890,46904,-781,-7576,46311,-696,-7809,47662,570,-10705,47349,4193,-10199,45328,2942,-10632,45278,2449,-11362,45319,1545,-10983,44377,1359,-11492,45057,1147,-11256,44249,942,-12092,45819,834,-12612,45804,-18,-13474,46758,-424,-13345,47296,297,-11969,46662,1883,-11808,47145,2485,-12896,46629,337,-12406,46574,1112,-11017,45301,1940,-17116,49850,-1988,-16297,49565,-1623,-16055,48965,-1832,-16968,49461,-2091,-17544,49769,-2222,-15380,48841,-1380,-16388,48590,-2346,-14433,46573,-1555,-13309,44833,-1253,-12808,45238,-570,-12960,45878,-416,-11934,44906,300,-13710,46048,-1100,-14163,46955,-1120,-18888,49839,-4255,-16341,47404,-3068,-15858,47369,-2727,-16115,45379,-2695,-16091,45964,-2621,-15752,45314,-2430,-15008,45797,-2106,-14886,45183,-2117,-14143,45678,-1589,-13699,44994,-1489,-12444,45054,-282,-15317,44584,-2574,-15544,44006,-3609,-15510,44196,-3451,-15719,43394,-3951,-16603,44246,-4103,-17567,45688,-4073,-18568,45689,-4455,-20125,44654,-5154,-21111,44861,-5339,-21737,44657,-5521,-22353,44565,-5762,-23076,44796,-5779,-21549,45130,-5373,-15216,42217,-4291,-15246,41088,-4418,-15068,39943,-4421,-14447,40345,-3955,-13297,40766,-2927,-13318,40683,-2350,-13556,41206,-2348,-12866,41471,-1975,-12545,41869,-1871,-13267,42205,-2298,-13571,41851,-2838,-12436,42225,-1730,-12423,42652,-1459,-13135,42773,-1989,-12585,40280,-2010,-12184,39025,-2327,-11762,39308,-1893,-11985,39750,-2193,-11216,39650,-1292,-10915,38763,-1240,-11279,37864,-1712,-11103,37563,-2063,-10513,37216,-1661,-10375,40000,-287,-10059,40974,490,-10368,41042,163,-10041,41954,1048,-9786,41301,968,-9300,41339,1727,-9257,42024,2186,-8083,40334,2555,-9530,41057,1128,-9212,40827,1340,-8651,39783,1433,-8779,40725,1924,-8260,39088,1590,-9417,39797,653,-8857,38695,784,-9029,37826,233,-8027,37787,1372,-8589,37312,580,-8981,36877,20,-10078,36452,-1451,-10639,35707,-1976,-11659,34400,-2649,-12773,32619,-3116,-14014,32098,-4195,-13916,31368,-3796,-13157,31182,-3505,-12473,31658,-3076,-12733,31960,-3277,-13168,32078,-3394,-13269,31690,-3610,-13752,31864,-3955,-12413,32085,-3096,-10103,35937,-1538,-9649,36259,-1029,-9330,36491,-611,-9058,32980,-682,-8694,32678,-358,-7593,32847,1098,-7090,32111,1115,-7798,33776,1366,-8266,33539,936,-8357,33138,160,-8770,33556,-400,-9186,33986,523,-9311,34427,229,-9168,35056,67,-9170,35361,-223,-9049,35969,-81,-9089,36425,-211,-8721,36474,326,-8329,36349,839,-8022,36944,1183,-7496,38005,2014,-7651,38883,2249,-7380,39972,2716,-7214,39863,2804,-7237,40280,3382,-7144,40732,3722,-7499,40441,4137,-7851,39602,2434,-8129,39988,2336,-7306,39146,2488,-7132,39266,2807,-7100,39039,3282,-7399,39495,3473,-5849,39077,4184,-5464,39139,4477,-5346,38973,4053,-4781,38991,4422,-4610,39364,5256,-4321,38878,4837,-4158,38636,4943,-5101,37239,3672,-5490,36761,3164,-6427,35876,2085,-7271,36859,1790,-7949,36509,1237,-7432,36168,1663,-8236,35549,1128,-8686,35501,764,-9055,34686,838,-8770,35947,411,-8930,35507,374,-7194,38261,2190,-7535,36921,1643,-7638,35291,1552,-7866,34700,1488,-6589,35224,2034,-6212,35024,2336,-6037,34498,2504,-7182,39795,3005,-7476,40029,3694,-7466,39776,3772,-6317,39243,4123,-5890,39208,4426,-6185,38899,3920,-9070,34119,-519,-9182,33956,-787,-7988,32983,684,-9675,33022,-1192,-9409,35246,-782,-9472,37669,-335,-9264,38738,367,-9869,36898,-1159,-11412,37439,-2516,-12743,36644,-3656,-13218,36259,-4123,-13896,35264,-4972,-15081,36658,-5199,-15393,37422,-5141,-16129,37616,-5359,-16976,37538,-5619,-16659,36855,-5715,-17998,37207,-5902,-19033,38906,-5901,-19360,39453,-5895,-18512,39895,-5784,-19673,40348,-5993,-19674,42110,-5762,-19139,42049,-5637,-18608,42721,-5242,-18777,43231,-5173,-19344,44072,-5089,-20114,43864,-5436,-20561,44261,-5420,-21000,44047,-5776,-20666,43628,-5686,-21486,43500,-5798,-21856,43582,-6269,-21662,43594,-6650,-22867,44808,-6924,-23263,45385,-7157,-22890,45835,-7562,-23871,46527,-7004,-24105,46128,-6785,-24763,46370,-6173,-24539,45833,-5516,-24014,45426,-5863,-23691,45110,-5811,-23341,44812,-6017,-22396,44387,-5998,-22426,44158,-6504,-21245,44300,-5562,-21571,43750,-5747,-22174,43944,-5965,-22159,43802,-6132,-23647,45067,-6255,-24273,45464,-6098,-24225,45706,-6503,-23681,45479,-6885,-23521,45841,-7216,-22101,44227,-5920,-19415,44982,-4871,-17373,44766,-4269,-16193,42868,-4343,-17497,41787,-5394,-16927,41428,-5244,-16627,41861,-5064,-16902,42016,-5106,-15957,41962,-4731,-15824,42258,-4579,-16026,42548,-4398,-17917,44475,-4529,-17474,44380,-4413,-16794,43416,-4418,-24910,46020,-5819,-24304,45489,-5951,-19558,43386,-5414,-20419,42616,-6026,-19868,42326,-5749,-20284,42340,-6064,-20670,42573,-6727,-20812,43238,-7035,-19069,42701,-5426,-20095,43093,-5811,-20656,43302,-5817,-18712,41804,-5897,-19723,41095,-6091,-19259,41654,-6108,-16380,38180,-5311,-16837,38828,-5376,-16587,39344,-5220,-15604,39634,-4746,-14365,39945,-3979,-13325,40062,-3204,-13591,39550,-3515,-12148,39469,-2533,-12721,37275,-3477,-13449,37977,-3713,-14673,38592,-4406,-15013,39564,-4464,-15853,39172,-4986,-15218,38527,-4721,-10704,36833,-1940,-10972,36153,-2258,-11452,35238,-2579,-12180,33657,-2908,-11565,36917,-2739,-11530,36150,-2693,-12300,35937,-3305,-11787,35542,-2862,-12201,34814,-3008,-12179,36310,-3172,-12646,35426,-3395,-13123,34246,-3495,-14092,34736,-4435,-13989,34956,-5100,-14465,35506,-5151,-15904,36284,-5628,-15866,36809,-5573,-16418,37138,-5550,-16544,36568,-5929,-16998,36369,-6155,-18380,35574,-6347,-19648,36182,-6574,-20368,36519,-6260,-20067,36231,-6813,-20348,36382,-7002,-20602,36632,-7341,-19876,37400,-8394,-19357,37732,-8694,-18759,38547,-8948,-17957,38296,-9050,-17660,37807,-9048,-16939,37484,-8955,-15403,36864,-8488,-14958,38453,-8696,-15255,38036,-8751,-14488,39550,-8543,-16010,39868,-8818,-16813,40110,-8888,-17913,41800,-8873,-18602,42339,-8779,-19188,42037,-8753,-19620,42502,-8525,-19922,41601,-8639,-20436,40339,-8542,-21363,39640,-7853,-21667,39792,-7402,-21804,38839,-7419,-22024,39182,-6802,-21839,39689,-6844,-22110,38652,-6377,-21808,38320,-6171,-20801,37359,-6130,-21125,38465,-6140,-19793,38539,-5984,-19763,38010,-6031,-19709,37546,-6029,-20973,36851,-6292,-21201,36744,-6533,-21708,37102,-6655,-21619,37328,-6275,-22069,37827,-6306,-22217,37995,-6576,-22189,38419,-6858,-20517,38095,-6066,-20117,40898,-8649,-19687,39096,-8834,-19934,38480,-8632,-21065,39944,-8110,-20342,39313,-8581,-20865,39288,-8256,-21534,38341,-7673,-21957,37502,-6846,-21102,37746,-7896,-20590,37569,-8164,-21127,37440,-7771,-20976,38393,-8101,-20489,38723,-8436,-19944,37747,-8509,-14084,38298,-8414,-13636,37597,-8039,-13338,37144,-7942,-13557,35287,-7642,-13721,34883,-7523,-12207,37118,-7568,-11496,35829,-7127,-10706,36528,-6866,-14075,36917,-8163,-14014,35123,-7683,-14338,35648,-7938,-14713,40301,-8564,-15079,40991,-8605,-15470,41305,-8665,-16103,41806,-8736,-16535,41240,-8802,-13929,40388,-8279,-18625,36988,-8638,-18860,35444,-8267,-19051,34479,-7465,-18105,34522,-7844,-16747,34357,-7439,-15806,34290,-7021,-15436,34185,-6612,-14822,34018,-6788,-14899,34416,-6985,-15218,34476,-7200,-16299,34891,-8002,-15696,35864,-8443,-14716,36144,-8240,-15423,36416,-8509,-14841,35507,-8036,-15170,35058,-7832,-16887,36315,-8762,-17341,35779,-8643,-15479,34610,-7456,-20829,36521,-6767,-21438,37034,-7023,-20168,35735,-6610,-19488,35962,-6514,-18943,35194,-6280,-18568,34540,-6099,-17906,34304,-6048,-18495,34260,-6256,-17848,34132,-6659,-19235,34350,-7056,-18264,34253,-7371,-16966,34366,-5889,-16603,34255,-5990,-16544,35187,-5779,-17201,34623,-5827,-18240,34829,-6052,-17500,34994,-5953,-16399,34776,-5661,-16407,35588,-5821,-17439,34190,-6219,-16033,34158,-6522,-15368,33998,-6390,-15568,34150,-5943,-15002,34064,-5300,-14759,34623,-5400,-14335,34398,-5230,-14147,33826,-5026,-14086,34199,-4818,-14270,33097,-4584,-14522,33182,-3814,-14425,33778,-3991,-13395,33106,-3371,-14096,32571,-3581,-14323,32379,-3877,-14522,32691,-3817,-14598,32804,-4053,-14095,32259,-4030,-15787,33138,-5321,-16466,32149,-5443,-16262,32396,-5113,-16687,31504,-5012,-16707,31244,-4583,-16653,30588,-4305,-16372,29975,-4249,-16349,30150,-4069,-16499,31916,-4871,-16022,32507,-5005,-15604,32281,-4756,-14873,32376,-4657,-14820,31611,-4202,-14914,31163,-4013,-14406,29909,-3778,-15282,29542,-3835,-14767,29742,-3796,-13989,29385,-3739,-14097,29070,-3858,-15250,29158,-4164,-15091,29129,-4458,-15031,29208,-3900,-14369,32100,-4358,-12790,30801,-3303,-16367,31627,-4593,-15738,31236,-4246,-15947,30730,-4061,-16416,30830,-4237,-16175,32501,-5946,-15490,32365,-6534,-15311,33688,-6435,-15539,33840,-5898,-14204,34257,-7177,-14683,33657,-7009,-14421,32575,-4627,-14874,32923,-4888,-14895,33359,-5113,-15558,33621,-5419,-15844,33422,-5861,-15867,32805,-6273,-15516,33252,-6556,-14223,32642,-4459,-14344,33443,-5027,-14186,33432,-4817,-13783,33696,-3605,-14673,33362,-4141,-14300,33644,-4603,-14459,34030,-4294,-15280,34136,-5568,-15167,34862,-5406,-15741,34187,-6250,-15951,34317,-5936,-16206,34419,-5719,-15460,34532,-5538,-17404,34153,-6962,-17463,34249,-7343,-17842,36276,-6306,-15526,35396,-5496,-15838,35010,-5505,-13996,34532,-4978,-13673,35357,-4622,-13758,34958,-4146,-13312,35633,-4138,-13771,34420,-3858,-12942,34900,-3476,-12819,33970,-3254,-12301,33976,-3006,-10935,35234,-2209,-9953,38056,-713,-10236,38377,-751,-10368,37595,-1353,-10603,37882,-1194,-11204,37678,-1799,-11622,38796,-1797,-12150,38751,-2739,-12820,39117,-3151,-12864,38031,-3344,-12325,38348,-2989,-12023,38300,-2270,-12032,38536,-2143,-11827,38143,-2651,-11636,37841,-2559,-11541,37888,-2384,-12005,37161,-3022,-11500,37844,-1963,-13021,40571,-2063,-12791,40216,-2348,-12622,40056,-2663,-15134,44240,-2578,-14554,44860,-2027,-14800,43896,-2844,-12019,40055,-1939,-11466,40540,-1267,-11132,42397,-185,-11393,43241,-92,-12619,43992,-1117,-11946,43459,-816,-13572,44022,-1770,-13450,43176,-2216,-14512,43501,-3028,-14685,43293,-3356,-13358,43516,-1864,-14185,44457,-1928,-14245,43962,-2191,-14453,44460,-2154,-14546,44045,-2542,-14148,43692,-2338,-11788,43927,-196,-12160,44360,-393,-11276,43898,647,-9582,41774,1553,-8560,42220,3039,-8672,43328,3028,-9318,43148,2565,-8915,42285,2724,-9496,42936,2322,-10977,40728,-676,-10071,38928,-384,-10822,40054,-746,-7087,39820,5341,-7504,39277,5843,-7231,38927,5843,-6870,38892,5730,-6534,39558,6577,-6055,40335,7157,-4108,40881,7228,-3992,40483,7006,-4196,40390,6653,-4130,39719,6064,-4410,39623,5759,-5052,39236,4838,-5399,39360,5330,-6321,39274,5903,-7032,38940,5521,-5380,40101,6677,-5048,39584,5639,-5535,39513,5768,-4157,39083,5359,-6492,39551,4578,-6679,39779,4774,-6166,39173,5428,-4478,40835,6960,-4536,40065,6221,-4934,40577,6877,-4980,40032,6302,-5725,39841,6473,-4806,39495,5417,-7412,39402,6386,-6916,39406,6519,-7038,40173,5284,-4962,41572,7597,-5338,41252,7628,-5659,41446,7953,-4754,41131,7241,-4437,42215,7770,-4758,43138,7790,-4651,42040,7542,-4363,41275,7235,-3847,41810,8329,-4149,41834,7873,-4222,41376,7388,-3658,39942,7301,-3721,39698,6989,-3960,39432,6022,-3887,41316,8317,-3813,40710,7782,-3564,40741,8705,-6756,41710,8143,-6871,41548,7915,-7051,41717,7549,-6544,41840,8293,-6325,41482,8075,-5306,41692,7689,-4284,44552,8737,-3074,45555,9659,-2906,44849,9773,-2648,43933,9662,-3000,43754,9740,-2706,45222,9600,-3669,45830,9455,-3740,45041,9701,-3974,44766,9131,-3630,44141,9511,-3321,43968,9794,-3529,44618,9846,-4063,45805,9229,-3880,44902,9591,-2905,46293,9992,-3466,46792,9723,-3846,47215,9356,-2197,45539,9880,-2037,45414,10707,-2042,44584,11001,-1990,43162,11766,-2050,43270,11506,-2042,41000,11968,-2105,41533,11557,-2130,42510,11322,-1900,45716,11524,-1586,44451,12147,-1719,44809,11771,-1882,45166,11305,-2127,46172,10802,-2156,42806,9761,-2154,43462,10512,-2106,45073,9846,-571,44872,14372,429,43704,14150,1226,43510,14471,1331,43839,14808,1771,44114,15381,2545,44013,15520,2989,43452,14683,2404,43105,14456,2249,42548,14322,2826,42749,14222,3247,42691,13980,3657,40530,13383,3239,40056,13598,3049,39174,13537,2261,39718,13980,2063,38339,13696,1589,39484,14012,-144,40108,13926,-272,40879,13786,180,41281,13881,-259,42484,13597,515,43956,14421,65,43985,14088,-192,44391,14306,16,44888,15088,-376,45460,15001,181,45465,15521,1126,45364,16135,651,46482,15974,1156,45892,16234,1161,46643,16181,1300,47098,16183,2645,47393,16098,2232,47468,16292,1779,47050,16277,2968,48051,16466,2572,48553,16132,3704,48816,16189,4462,49262,15471,5086,49334,15398,5371,49275,14453,6555,49635,12162,6125,49262,13239,6166,50211,12325,5638,50085,13083,5306,50885,12879,5399,51220,12797,5373,51667,12575,4491,51592,12915,4698,52851,13442,5571,52981,12747,5526,53268,12482,5285,54414,11864,4627,55108,11537,4081,56650,11130,3969,57079,11014,4724,50914,13182,4387,51369,13332,4479,51372,14053,4435,51286,14727,4530,50546,16132,4599,49926,16591,4591,49654,16143,4291,49229,16052,4329,48892,15967,3371,49499,15772,2945,49554,16196,2855,49725,16158,2675,49711,15609,2335,49664,15610,1564,49109,15786,1144,48287,15985,478,48209,15698,-19,47402,15500,337,46076,15768,-242,48648,15188,-611,49814,14559,722,47365,15945,1609,48173,16124,2255,48886,15939,2700,49277,15752,3886,49175,16145,4895,49688,15808,4975,48993,15038,4385,50845,15519,5107,49604,15358,5006,50055,14558,4819,50062,15194,4657,50810,14505,5047,49453,14722,5569,49455,13995,5049,50293,14058,5356,50161,13492,4807,50711,13806,5312,50426,13180,4843,49963,15809,4824,49869,16070,4496,49575,15465,5363,48843,14720,6261,47842,13809,5598,47759,15085,5840,47056,14674,5704,46328,14794,4698,46742,15916,3654,46586,16294,3262,46800,16432,3274,47414,16560,3124,47603,16197,3786,47828,16079,3929,47678,16061,4416,47693,15760,4435,47599,15908,4870,47311,15906,5461,46466,15067,4529,47956,16112,4144,48392,16499,3396,48479,16410,2799,47737,16468,4462,48526,16168,4875,48135,15966,5114,47648,15550,5050,48256,15606,4736,48955,15290,5545,47535,15190,5405,47236,15230,5092,46997,15306,4792,47422,15444,4084,47973,16365,3773,47543,16490,4858,47126,15986,4459,47109,16352,3644,47197,16626,4558,47392,16239,4786,46448,15771,3970,46047,16704,3206,46139,16594,2607,45864,16632,2411,45533,16696,2934,44984,16899,2983,44682,16730,3375,44449,16533,3236,44225,16004,3616,44092,15628,4524,43951,14481,4505,44422,16041,4019,44434,16465,3329,45025,17065,3219,45303,17061,3637,44713,16908,3929,46417,16264,4015,46803,16215,1742,46654,16284,2107,46046,16450,1900,45527,16503,2067,45160,16563,1817,44823,16321,989,44370,15286,1202,44641,15771,523,44686,15330,667,45008,15690,2259,46781,16298,3138,46375,16460,5373,45640,15358,5411,44290,13695,5089,43685,12320,4959,43444,11998,5205,43675,10727,5101,43249,9584,5216,44022,9502,5398,44482,9733,4587,44288,7815,4807,44708,7403,5511,45919,8125,6851,45686,7858,7448,45998,7988,7671,46465,8144,8001,46460,7890,7725,46062,7627,8612,47238,6490,9025,47963,6415,8866,48681,6132,8259,49599,6503,8056,49754,5568,7795,50118,5204,7544,50605,5011,9113,48181,6181,7998,46645,6993,8244,47456,7913,7944,47746,8326,7875,47219,8289,7064,47773,8451,6934,48889,9149,6519,48387,9081,6323,47725,8554,6567,47199,8462,6681,46782,8075,6728,46191,8127,6256,47545,8560,6398,47241,8886,6694,46659,8931,6623,46407,8423,6410,46151,8431,6308,45920,8192,6542,47012,10316,6371,47219,9493,6500,48120,9404,6622,49027,9234,6586,49532,9134,8172,50928,7338,8270,50314,7009,8104,49976,5894,8030,51631,7596,8043,50713,7989,7801,52272,8035,7774,51307,8306,7441,53543,8487,7379,53995,7457,7117,54369,7125,7325,54049,8099,6998,54574,8013,6630,54886,8970,6204,53916,10845,6499,52590,11427,6822,51763,11365,6906,51241,10963,6827,50197,10493,6031,50725,12329,5778,50761,12666,5948,51350,12218,6675,51778,11797,6439,52373,12014,5831,52610,12536,5225,52978,13066,6059,52652,12395,6043,53061,11906,5807,53927,11630,5004,52507,12997,5321,52306,12743,4994,51914,12708,6408,51798,12055,5895,50564,12686,6347,50205,11829,6210,49960,12381,6530,48197,13108,6248,47263,13920,5813,45674,14570,6228,48492,13623,6484,48976,12843,6450,47317,13443,6433,46146,13007,6127,45397,13537,5703,45067,14570,6197,46697,13988,6412,46412,13307,5991,45610,14140,6497,50230,11332,6749,49619,11588,6886,49395,11121,6805,49639,9980,6686,50206,9402,6741,50268,9209,6794,49257,11866,6769,48605,12194,6903,48780,11535,6851,47890,11690,6942,48471,10928,6783,48783,10037,6567,48822,9344,6787,47772,10382,6846,47715,11111,6613,46766,11096,6578,46365,11666,6204,45170,12852,6316,45427,12413,5902,44905,13728,5867,44551,12707,5562,44581,14240,6323,45548,11625,6301,45902,10869,5924,45927,9417,5473,45343,8941,5223,45608,8343,5151,45606,7976,4907,45258,8027,6269,46189,10399,6659,47810,12728,6744,47588,12208,6732,47194,11829,6587,46786,12620,6559,46366,12239,5819,54303,11172,6514,53311,10451,6653,52320,11031,6712,52030,10505,6773,51221,10099,6793,50820,10045,6830,49832,10397,6292,54068,10059,6971,53710,9398,6599,52788,9970,6648,51780,9587,7028,52321,9086,6464,54925,9671,6715,51560,9360,6698,50823,9398,7081,50696,9164,6641,52915,9480,6525,53478,9642,6447,53835,9584,6182,54330,9746,7213,54126,8571,7211,53906,8896,7300,53538,8856,6877,54185,9443,6696,54674,9473,7136,53250,9134,7554,52736,8432,7442,51801,8667,6658,51972,9420,6764,54817,7294,6569,55046,7786,6140,55431,8626,7654,53241,7916,7722,53219,7428,7694,53270,6812,7851,52276,6190,8168,50785,6308,7938,52257,6433,7992,52146,6874,7588,53426,6591,7702,52959,6308,7692,51389,5659,6436,47027,9314,6207,46566,9638,6698,46359,9257,5933,46112,8553,5602,46014,8751,6538,46807,8401,7184,45949,7242,5079,44035,9037,4704,44366,8183,4819,43290,7591,5329,45386,7090,4606,44199,7568,5480,44153,10984,6019,44963,11223,5942,45289,10363,5174,43585,11149,5427,43976,11412,6086,44849,12130,5710,44351,12586,5916,48836,13944,5573,48108,14928,3021,49115,15823,-551,44214,13608,-125,43663,13721,197,42919,13793,660,42278,13990,764,43266,14124,1055,42804,14134,1714,43239,14466,2241,43559,14859,2282,42077,14275,2562,40660,14157,2748,39826,13825,2621,41464,14201,3050,40984,13967,3128,41989,13965,-25,55645,12137,152,55111,12284,1384,54857,12863,1560,54444,13269,936,53157,14263,-34,52329,14291,380,52928,14232,2015,53641,13941,1313,53654,13880,2282,52828,14118,2011,52449,14093,1507,52282,14074,698,52231,14246,-823,50537,13949,183,50583,14452,119,49993,14863,384,51101,14434,185,51293,14125,-294,50916,13913,159,51789,14228,535,51722,14237,933,51675,14413,1389,51765,14347,1179,51295,14518,1122,52072,14189,825,50996,14631,1641,50840,14639,520,51281,14398,2268,50564,15037,1248,50082,15202,702,49841,15209,135,49439,15173,776,49214,15532,1327,49711,15460,2267,50046,15407,2999,50209,15706,3764,51573,15153,3706,50979,15795,3321,50816,15557,2840,50382,15425,984,50558,14739,-190,51686,14266,-885,50815,13875,406,52357,14335,1448,53303,14250,1461,53028,14241,810,54642,12930,694,53651,13709,-952,56781,9985,-859,56805,9182,-1499,55855,10012,-1355,56331,9593,-2501,55374,9937,-3283,55603,9692,-3802,54546,8533,-3685,55486,9491,-3737,54828,8422,-2840,55527,8248,-2123,55900,8411,-2050,55693,7929,-1285,56046,7874,404,56756,7238,1768,57616,10931,2226,57738,11247,2262,57289,11357,2339,56709,11590,2129,56595,11677,3005,57682,11185,2543,57669,11337,2097,58040,11149,3067,55132,12453,2503,54970,12777,1710,55275,12438,1663,55595,12097,1367,56478,12024,711,56414,12438,1169,56618,11954,243,56752,11626,-111,56786,11175,-82,56505,11898,-517,56588,11115,-246,56933,10782,-877,56866,10836,-678,57153,10162,769,56771,11772,1336,57218,11197,379,57396,10214,307,57122,10689,-593,57137,10552,114,57546,9992,680,57824,9990,1050,57935,10299,170,57585,9490,970,57983,9015,1590,58313,9555,1500,58078,10738,1528,58242,10137,965,58043,9580,-161,57132,8835,2300,55708,11865,4018,54833,12413,4258,55114,11890,3299,55606,11704,4274,57111,9283,3697,57656,8336,3333,58031,8757,2452,58413,9533,7250,45928,6729,7793,46334,7243,6891,45594,6624,5639,45393,6873,6537,42901,7339,7479,42015,6297,7242,41945,7013,6413,43049,6625,6931,42663,6247,6879,42941,6096,6294,43264,6506,6529,43650,6337,6028,44857,6658,7617,45782,6444,8169,46355,6016,8435,46795,5954,8604,47073,5488,9159,48260,5731,8311,49327,5899,9064,47445,5928,7252,40320,7451,5663,40819,7884,6007,41127,8113,6738,42029,7528,6253,41686,7881,5782,42343,7583,4948,42626,8032,5446,41126,7511,5468,40395,7541,5199,40565,7504,4780,41106,7949,4660,41521,7689,4764,41931,7674,5282,42182,7571,5196,41826,7364,5365,40701,7536,5867,41988,7536,5359,39893,7687,4957,40321,7899,5225,39504,8303,5115,39899,8803,5414,39618,9883,5252,39492,10883,5203,38787,11334,5000,38532,11798,4523,38226,12452,4364,39028,12806,4617,39861,12562,4461,40704,12734,4764,40978,12348,4310,41806,12694,4644,41891,12241,4832,42305,11798,4965,43183,11484,4688,43094,12242,4551,43233,12778,3108,43820,15219,3595,43546,14518,4059,44008,15185,4915,44016,13979,3756,43229,13922,4432,43448,13375,4852,43678,13090,5075,44359,14953,5262,44618,15159,5238,45024,15575,4503,46195,16103,3782,45509,17063,3475,45657,17015,4157,45130,16952,4557,44737,16560,4212,45696,16864,4781,45277,16579,4867,44604,15948,5031,45884,15734,3098,43171,14350,3778,42862,13571,4176,43655,14161,4664,42650,12085,4348,42152,12621,3948,41138,13156,4110,39082,13072,3694,41829,13428,4205,42668,12893,3575,42450,13657,4303,39838,12959,3799,38032,13211,4113,36971,13263,3501,36763,13640,3078,36056,14146,2285,35990,14160,2155,36204,13995,1407,36229,14298,-159,36613,14161,-1404,36856,13847,4985,42675,11341,5226,41877,10745,4910,40303,8250,5358,39626,9336,5257,40881,9984,5196,42049,10104,5158,41977,9670,5103,42658,9762,4901,43167,8816,4573,43178,8165,5005,43109,7573,5320,42464,8031,4614,41941,8058,4838,41523,8664,4915,40765,8586,5135,42651,10202,5108,43113,10811,5128,42516,10884,5244,40830,9573,5272,40226,10508,5143,41729,11303,5225,40895,10993,4990,41325,11868,4908,40528,12082,4829,38874,11997,5111,40113,11515,5086,39383,11505,5566,39156,9265,5653,39119,8310,5781,39262,8022,6169,40694,7932,6858,40433,7418,7158,41118,6884,7497,41562,6299,6621,40376,7649,8335,40686,8775,8512,40027,8590,8061,39768,8499,9114,40619,8803,5980,38114,10645,5440,38172,11349,5695,37935,11239,5655,38635,10439,5392,38995,10719,6192,38357,9913,6110,37992,10762,5744,36367,13709,5945,36828,13136,5470,36565,13562,5238,36649,13319,5344,37081,12679,5241,35629,14488,4924,36116,13904,4931,36580,13407,11018,30432,13749,9777,31486,15240,9063,32819,14943,9333,33016,14513,9118,33733,14275,8721,33267,14843,9783,32298,14557,10052,31582,14741,10167,31922,14369,10771,31472,13878,10323,29825,14622,11002,29325,14174,11242,28835,13814,11385,28972,13567,11689,28075,12797,11723,27568,12821,10558,29846,14648,10814,29251,14322,10771,28695,13754,10347,29043,13915,11549,27994,13195,11180,28630,13833,10163,29512,14286,10112,29254,14085,10919,28092,13193,11306,28030,13340,11540,27188,12679,10955,27317,12647,10720,27044,12575,10551,28280,13268,10168,28536,13635,10845,29746,14378,10052,30631,15149,10417,30449,14916,7192,31276,16715,6736,32078,16381,5782,31250,17084,5979,30462,17577,5593,30374,17830,4958,31117,17624,5340,30193,17871,5171,30606,17836,6501,29132,17856,2816,31239,17327,2700,31856,17033,2608,31609,17168,3245,31146,17429,3138,31894,16925,3849,32054,17144,3725,31328,17125,3614,31754,17206,6345,31065,17035,7721,30971,16642,8025,31477,16264,7339,32123,16137,4245,31233,17557,1199,31183,17588,1050,31914,17291,-411,30893,17952,-1091,31128,17936,-1411,30322,18263,-3579,30363,18050,-4006,29652,18098,-4009,30382,17842,2180,31196,17942,1221,27775,19123,-144,27375,18959,-1364,28842,18686,-1868,29196,18526,-1399,29421,18538,-1003,30004,18346,-447,29665,18478,-293,30156,18281,77,29349,18395,769,30376,17973,924,30093,18193,1205,29777,18704,1300,31043,17745,-2006,29956,18357,-2964,29919,18220,-3445,29608,18170,-3970,28745,18117,-4420,28695,18093,-4303,29361,18036,-4747,27835,18014,-5139,27110,17921,-5075,27633,17902,-5915,26984,17180,-6716,25552,16872,-7075,25671,16377,-6944,26668,16385,-6693,26132,16763,-5907,27822,16861,-6346,28372,16610,-6631,27894,16527,-6450,28967,16441,-5920,30784,16378,-5612,30089,16612,-6014,32052,15376,-6410,27396,16705,-6793,27462,16465,-6865,27495,16034,-7122,24972,16141,-6896,24458,16981,-7192,24325,16623,-7309,23729,16543,-7089,21851,14264,-7040,21852,14679,-7334,21006,15293,-7523,20554,15778,-7366,21476,15717,-7794,20848,16668,-7685,21509,16662,-7345,21305,17297,-7684,20422,17167,-8133,18262,15850,-8103,18095,16155,-8264,17790,15329,-8203,17566,15001,-7803,17680,14396,-7525,18970,14444,-7544,18732,13817,-8189,18959,12873,-9074,19339,12253,-9141,18928,12316,-9346,18427,12179,-9498,17457,12550,-9390,17532,12854,-9271,16706,13281,-9116,16739,13409,-8621,16150,13392,-8303,15845,13007,-9035,16058,11819,-9132,16335,12003,-9273,16516,12660,-9432,16914,12617,-9365,16493,11473,-8564,17172,10267,-8559,17865,10535,-8313,18472,10530,-7699,18583,10096,-7944,19775,10425,-8263,19984,10553,-9000,19576,10226,-9478,19605,9840,-9827,19507,9662,-9684,20331,10048,-10096,19619,9787,-10113,20402,10268,-10443,19162,9703,-12457,17352,9248,-12344,16851,8967,-12396,16296,8605,-12526,15822,8287,-12610,15732,8043,-12224,15553,7429,-12877,15813,7519,-12542,15819,7557,-13479,16363,8386,-13783,16726,8825,-13741,16980,8392,-13994,17765,7927,-14274,17930,8096,-14973,17983,8249,-15474,17825,8965,-14438,18008,9564,-14674,18559,10715,-14508,18357,10422,-14775,18831,10889,-14879,18815,10503,-14095,21059,11335,-13090,20480,11116,-12968,20016,11089,-11825,20013,10559,-12152,20301,10745,-12451,20718,10877,-12900,21336,11000,-14361,21612,11079,-14443,22286,10710,-14535,21731,9811,-14272,23561,8921,-14793,23012,8158,-15128,22641,7703,-15501,21071,7779,-15550,21297,7581,-15329,20741,7999,-14903,21604,8363,-14505,21688,10730,-14656,19949,10990,-14737,19821,10338,-14856,19414,9939,-14899,20171,8971,-14994,19136,9591,-15243,18359,9511,-15789,19508,7956,-15973,20508,7353,-15877,22182,5975,-15587,22650,6054,-15299,23159,6234,-15009,23585,6622,-14709,24655,6788,-14589,24267,7641,-14274,24740,8124,-14093,23828,9497,-13819,24784,9448,-13867,24581,9695,-14241,23698,10805,-14330,22875,10811,-13571,23064,11048,-12245,24545,11322,-11387,25857,11829,-12008,26675,11723,-11639,26570,12110,-14119,24251,8845,-14160,24656,8465,-13700,26061,8698,-13529,26865,8671,-13335,26832,9333,-13830,25235,8959,-14973,18330,10230,-15764,17924,8521,-15815,18686,6456,-16075,17983,8279,-16135,18226,7610,-16496,18171,7854,-17087,18840,7732,-17660,19396,7382,-17918,20268,6825,-18586,20209,6385,-18166,20502,6566,-18253,21059,5766,-17114,20871,6341,-17404,20621,6538,-18398,20301,6641,-18386,19776,6804,-13465,21045,11155,-14761,19137,11058,-14519,19017,11200,-14625,19545,11477,-14026,19142,10822,-13889,18940,10337,-13752,18359,9706,-14175,19544,11603,-13507,19378,11700,-13520,19217,11552,-13343,19489,11656,-13344,19922,11353,-12905,19342,11085,-12798,18804,10906,-13010,17626,9832,-13503,16941,9505,-13718,16969,9397,-13907,17990,9166,-14022,18149,9405,-13920,18441,9756,-12550,19344,10705,-12367,18952,10355,-12387,19669,10683,-10955,20967,10906,-11802,20674,10834,-11765,21901,11234,-12146,22244,11207,-12326,22896,11231,-10626,21498,11053,-9985,22312,11172,-9522,22641,11266,-8930,22001,11419,-8834,21287,11172,-8896,21063,11018,-8500,20342,11042,-8434,20990,11253,-8716,20316,11406,-8906,20766,11965,-8690,21479,11763,-8737,21949,12072,-8715,21977,12398,-8459,23431,12927,-8246,23378,13293,-7869,23933,13529,-8408,22900,13036,-8408,23794,13131,-8387,24161,12426,-8678,24722,12474,-9418,23103,11497,-8873,22304,11559,-8488,22308,11536,-8515,20758,10972,-8356,21631,11450,-9830,22879,11321,-9025,23991,12172,-8446,24258,12735,-8468,23613,12518,-8612,22868,12266,-11496,23969,11626,-11224,26398,12045,-9334,24714,12076,-8992,24993,12513,-9347,25616,12426,-8892,25994,12960,-8859,26602,13174,-9054,26512,13062,-10047,26089,12210,-9729,26168,12357,-9029,27737,13462,-8551,26272,12825,-8384,27198,13708,-8294,27981,14057,-8314,28376,14241,-8082,27829,13520,-8303,26558,12803,-8351,27257,13041,-8543,27549,13242,-8893,28403,13784,-9094,28590,13757,-9489,28950,13535,-9530,29985,13767,-9882,30260,13642,-10217,30781,13278,-10414,30330,13153,-10604,31201,13082,-11061,31695,13145,-10720,32358,13299,-10576,32302,13397,-10113,33171,13484,-10187,34104,13012,-10517,33748,12800,-11506,31889,12164,-11747,31120,12066,-9051,34691,13246,-8974,33014,13572,-9727,32043,13438,-10434,33079,13281,-11356,31536,12647,-10830,31446,13121,-11252,29629,12479,-11313,28447,12143,-12305,28440,12178,-12863,27398,11678,-13412,26389,11104,-13051,27223,10739,-12531,28641,11461,-12537,28633,11910,-12127,29685,12310,-13110,27160,10227,-13149,27315,9723,-13503,25886,9777,-13468,26186,9349,-13684,25410,10324,-13641,25660,10947,-13347,26112,11315,-12822,26847,11602,-12373,26824,11533,-11841,27642,11790,-11340,27697,12113,-11527,28399,12012,-11978,27946,11835,-11848,28489,12045,-10909,28302,12511,-10481,28615,13072,-10123,27768,12788,-10903,27684,12647,-10661,27933,12860,-10919,29997,12752,-10205,31734,13273,-10140,32229,13350,-9848,32946,13430,-9746,33743,13432,-9364,33625,13428,-9446,32720,13474,-9461,27859,13123,-11107,23385,11624,-11332,23573,11634,-11749,25189,11575,-13211,18461,11196,-13273,17802,10694,-12978,17721,10630,-13248,17279,10172,-13069,17451,10244,-13473,17298,10101,-13641,17298,9786,-13220,17162,9425,-13440,17916,10519,-13375,18468,10981,-13402,18933,11354,-13703,19157,10973,-14349,20168,11593,-14505,20324,11289,-14301,20884,11358,-13974,20317,11526,-13642,18708,10177,-13043,16078,8103,-13486,16408,7668,-14630,17189,7104,-14986,17315,6711,-14789,18133,6197,-14835,18461,5916,-15361,17350,6095,-15848,14051,8243,-16987,12360,8711,-17738,10834,9210,-18209,10934,9138,-17717,12032,8700,-18206,11611,8734,-16454,14242,7957,-17449,12883,8308,-17748,12891,8122,-16248,13999,8170,-18108,10749,9239,-16996,12834,8521,-14306,17005,7403,-14573,17833,6922,-14538,18178,7059,-14657,18240,6566,-11341,16242,8511,-9891,15590,8235,-8206,17322,9149,-8987,17014,9153,-9257,16447,8831,-10659,16121,8512,-10580,14750,7636,-10857,14238,6016,-11696,14529,6522,-12155,14215,6824,-11873,14929,6846,-12027,15365,7846,-11735,15774,8198,-8497,15383,6910,-8244,16020,8163,-8767,15571,7707,-9076,15932,8490,-8869,16396,8843,-9681,15362,8008,-9137,15362,7526,-8868,15268,7002,-8345,15418,7334,-10430,14864,7765,-9164,14900,6487,-9864,14616,6477,-9067,14765,5859,-10679,14292,5496,-10047,14485,5698,-11166,14097,5751,-11765,13689,5912,-12370,13141,6339,-12657,13508,6941,-12627,13962,7134,-12162,15436,7208,-12647,14973,7247,-13026,13928,7432,-14585,12542,8213,-15228,12457,8472,-15825,11444,8674,-17056,10997,9070,-16802,10804,9032,-17948,9666,9441,-17420,9840,9270,-17711,8842,9320,-17974,7696,9062,-14960,11259,8182,-15958,10444,8609,-14106,12183,7869,-13740,12933,7789,-14651,11996,8174,-10241,18653,9381,-10976,18461,9467,-10679,17921,9118,-9721,17125,8915,-9794,18982,9521,-8944,18916,10048,-8471,18449,9865,-7881,19197,10400,-10167,18071,9110,-9728,17878,9223,-9433,18660,9653,-8749,17374,9313,-7826,17955,9388,-7972,18407,9697,-7951,19104,9990,-7733,19236,10210,-7704,18735,9824,-7558,17447,9752,-7770,16517,9399,-8053,15875,9347,-8141,15084,9241,-8464,16426,9823,-9211,16024,10117,-9275,15368,9840,-9000,14796,9566,-9347,14391,9701,-9356,15107,9905,-9492,15686,10215,-9418,14779,10551,-8680,15739,9721,-7471,17988,9633,-7494,17127,9360,-7610,17279,9106,-7830,16893,8842,-7609,17661,9222,-7526,18038,9489,-7562,16785,9332,-7740,16009,9075,-11026,16738,8701,-10263,17550,8924,-11578,17122,8970,-8090,20177,10617,-7986,19876,10624,-8653,19689,10541,-9395,20283,10118,-9514,21150,10505,-9819,21703,10838,-10452,21075,10814,-10931,20236,10522,-11787,19354,10227,-11231,18970,9840,-11846,17857,9444,-12200,18332,9856,-12866,17422,9420,-13275,16283,8525,-13582,16593,8790,-12827,16840,8900,-9219,22123,11170,-11262,21512,11181,-9368,15863,11115,-9026,15635,11648,-9262,15196,11422,-9478,15073,10952,-9477,17420,11838,-9400,16828,11883,-9478,16625,11007,-9397,18173,11543,-9256,18003,11091,-9068,18791,11170,-9454,17740,11619,-9408,16941,10872,-9369,16701,10595,-9161,17273,10744,-9322,18652,11548,-9108,19531,11732,-8683,19959,12408,-8610,19312,12520,-7970,19439,12981,-9047,16295,12947,-9232,17238,13139,-8767,17479,13154,-8291,16784,13616,-8785,16441,13537,-8218,16175,13453,-8364,15698,12635,-8275,17411,13429,-7931,17908,13489,-7765,17859,13549,-7709,17317,13938,-7837,18451,13501,-8179,18271,13129,-8573,18216,12901,-9324,18176,12510,-9072,18123,12733,-7476,22334,16431,-7478,22351,16781,-7273,22654,15883,-7174,22447,15296,-7115,23922,15597,-7215,23672,15990,-7421,21289,13563,-7370,20348,13879,-8207,20212,12719,-7827,19963,13144,-7641,19354,13622,-7452,19516,14121,-7728,21874,13154,-8246,21206,12719,-8929,20629,12295,-9126,19510,12027,-8967,19849,12271,-7243,20387,14244,-7178,20575,14595,-7345,20087,14797,-7560,20003,15501,-7782,19018,15459,-7907,18798,15658,-7785,18710,15060,-7647,18651,14706,-7903,19226,16228,-7846,20194,16608,-7836,20649,16954,-7667,21218,17109,-6386,25673,17144,-6238,24895,17598,-5553,24703,17464,-5178,25577,17612,-5310,26549,17875,-5561,26699,17732,-4492,26786,17850,-3947,27641,18079,-3915,26774,18014,-2998,26786,18375,-3040,27448,18378,-2449,27480,18578,-1821,28204,18691,-3668,28585,18192,-4469,27568,17962,-2560,28033,18509,-4214,25755,17836,-4734,25683,17638,-5220,24828,17479,-4704,24945,17604,-5604,23785,17362,-5013,23904,17525,-4531,24562,17682,-3605,25234,18221,-1390,27990,18908,-4867,26401,17754,-5874,25801,17697,-5583,26364,17817,-6997,25945,16550,-5595,28931,16869,-5284,30119,16834,-5325,31003,16471,-5837,29062,16696,-6206,29506,16509,-4611,29481,17741,-4672,28550,17983,280,27863,19176,701,28230,19222,1671,27187,19106,615,26583,19595,315,26672,19749,-260,25524,20030,-873,25261,19407,-644,24793,20143,-132,24671,20170,163,25243,19973,773,25666,19684,76,25934,19921,-248,25097,20119,394,24521,20120,56,24106,20278,-661,23846,20379,-1203,23820,20115,-1640,23390,19809,-3003,22797,19318,-2903,23676,19329,-2509,23373,19261,-2486,22455,19334,-2135,23312,19322,-2780,22365,19266,-1761,22695,20358,-2162,22681,19558,-2561,21599,20185,-2803,20065,20115,-3063,20455,20139,-3519,20049,19864,-3120,19769,19903,-3149,20875,19583,-2547,21115,20371,-3252,20624,19955,-2850,21342,19642,-3604,21187,19049,-4150,20847,19248,-4409,20333,19113,-4889,20418,19018,-5197,19711,18914,-5415,21370,17934,-4933,21732,18140,-5292,22141,17647,-5097,22839,17605,-3278,21268,19011,-3845,20229,18521,-3792,20694,18782,-3573,20583,18802,-3170,20963,19168,-2676,21791,19471,-3018,21435,19141,-3174,21809,19182,-2281,24176,19201,-2179,26453,18967,-1944,26575,19051,-668,26701,18944,-515,26208,19174,-1328,25138,19100,-1025,25271,19227,-1601,27448,18954,-2233,27190,18711,-1247,27733,18934,-2071,23766,19228,-1779,23595,19429,-3830,21481,19318,-4673,20388,19180,-4998,21019,18585,-4438,22483,18291,-3875,22388,19136,-3829,21993,19336,-3490,22068,19324,-4219,21278,19334,-4448,21306,19166,-4393,22141,18584,-2773,21900,19247,-1565,22474,20595,-1046,20701,20624,-1381,20243,20498,-817,20149,20526,-703,19944,20253,-1212,19700,19992,-1494,18374,19736,1807,30229,18414,2373,26092,19306,3075,28456,18863,2753,27784,18878,2234,29374,18506,2831,29184,18624,3449,27652,19273,3787,27891,18865,3936,26966,18938,3996,27073,18573,5178,26617,18548,5469,26392,18491,5265,27081,18332,5744,26905,17614,6003,25899,17677,6087,26051,17562,6383,26099,17391,5549,26813,17854,4405,26764,18648,3976,26722,18659,3786,27004,19408,2971,27463,19025,2744,26088,19329,5433,24596,18872,6530,23638,18955,5489,22389,19057,1837,22834,20363,2916,22388,20827,2402,21493,21014,2349,22581,20504,1657,22133,20579,1802,21587,20766,1703,20491,21032,2138,20683,21198,2302,21167,21146,574,20398,20647,915,20668,20987,368,20867,20959,1123,21642,20729,-549,21763,20785,512,20129,20269,695,20006,19826,305,19890,19772,-357,19778,19695,819,18173,20065,1871,18118,20242,1544,17946,20434,2160,17994,20360,2806,16849,20011,2418,16887,20324,3221,16741,20077,2717,17354,20387,3353,17592,19971,3061,17988,20144,2538,17699,20329,1384,18294,20167,1196,18153,20137,643,18505,20337,-86,20046,19768,1697,20744,21262,1010,21094,21074,14,22095,20613,-3660,16467,19095,-4147,17378,18660,-4266,18004,18322,-3650,18207,18440,-3313,18583,18694,-3369,19161,19138,-3704,19639,19591,-3829,19728,19364,-3776,19445,18609,-3767,18025,18637,-4266,18299,18140,-4465,18795,17428,-4891,18617,17027,-5680,18798,18465,-5693,19016,18458,-6430,19097,17981,-7950,18182,16470,-4408,17379,18132,-4243,17058,18412,-4818,17559,17554,-4470,17691,18206,-5222,18343,16767,-5481,18094,16390,-5308,18476,16681,-5694,18295,16299,-6056,18383,16749,-6561,18217,15645,-6449,17971,15240,-6708,16917,14738,-4225,14141,18845,-3944,19270,18209,-3696,19212,18962,-3365,19095,18611,-3739,19048,18190,-2002,20950,20374,-2174,19889,20242,-1624,19811,20264,-2159,19358,19732,-2212,19291,19278,-2878,19183,19326,-2392,19417,19896,-1695,19489,19468,-1735,19285,19345,-1766,18848,19453,-2322,17705,19428,-3051,17543,19379,-3370,17749,19116,-3323,18002,18708,-2519,17864,19111,-2040,17940,19309,-2119,18270,19506,-3434,17121,19360,-3579,16907,19281,-2829,18983,18861,-2761,19165,18919,-2250,19080,19181,-2745,18243,19177,-1868,21373,20662,-2099,21967,20495,-1656,21616,20731,-3406,20376,19127,-4169,20150,18561,-4514,19590,18250,-4183,19694,18147,-4140,19075,17805,-3847,19785,18411,-4537,19910,18906,-4903,19738,19093,-3295,13314,19512,-3794,13923,19132,-4003,13655,18747,-3730,14780,19275,-3796,11092,18932,-3701,11289,19251,-4937,9017,18286,-5617,8674,17719,-5882,7801,17560,-6137,6549,17530,-6497,6634,17119,-6410,6028,17382,-6924,4993,17090,-6164,4576,17330,-6248,3857,17227,-6220,2965,17159,-6784,3217,16969,-5742,2540,17305,-4303,1465,17557,-3638,1491,17624,-3557,-165,17344,-3914,-1064,17245,-3288,-734,17178,-2762,-1068,17035,-2201,-141,17153,-2112,-635,17024,-1988,-783,17183,-2114,-2013,16742,-2233,-2478,16562,-2340,-2978,16462,-2232,-3361,16645,-2518,-4052,16201,-2401,-4504,16387,-2630,-5235,16006,-2760,-5967,15790,-2720,-7183,16769,-2619,-6799,17040,-2310,-4343,17505,-2079,-5797,17536,-1685,-5457,17531,-1693,-4058,17847,-2163,-4378,17732,-2157,-3403,17763,-1228,-4275,17687,-858,-4738,17373,-193,-4091,17024,-516,-7336,16269,-387,-7809,16136,-127,-8940,15902,-286,-9704,15832,-270,-10915,15438,-144,-11456,14757,-122,-11908,14362,391,-10861,14489,757,-10117,14753,1022,-10198,14826,1260,-10398,14936,1662,-10649,15232,1808,-9628,15703,1881,-10848,15521,2262,-10386,16366,2744,-10730,17144,2566,-10632,16872,3051,-12765,17083,4059,-12736,16079,4237,-13068,15539,5044,-13825,14581,5444,-14128,14302,4877,-15377,14248,4547,-16790,14109,4325,-18054,14257,4427,-20624,13125,4330,-20453,13542,4339,-21960,12845,4392,-22962,12418,4204,-24037,12532,4180,-24704,13309,4140,-25950,13071,3910,-25924,13989,3687,-25902,14273,3488,-26147,14249,3152,-27896,13660,2499,-27766,13126,2658,-29445,12790,1356,-29872,11077,1559,-31346,10936,1832,-31475,11078,2670,-34444,11069,3249,-34275,11717,3534,-34322,11809,3658,-33437,12061,3629,-31971,12520,3395,-32391,12394,3230,-32972,12100,2500,-32909,11320,2288,-33374,10976,1917,-31029,11264,1883,-30020,11521,2275,-31307,11603,3772,-33163,11991,2902,-32162,12103,2980,-33289,11769,2242,-32193,11230,3534,-32987,12241,3502,-24243,14754,3314,-24021,14772,3243,-23273,14928,2805,-23305,14479,2138,-22786,13863,1308,-22697,12994,849,-22979,11991,669,-23039,11791,454,-24552,11304,21,-24331,11156,-586,-25942,10809,-1084,-24938,11247,-1643,-24088,11838,-2223,-24337,12339,-2758,-25916,12647,-3514,-25041,13880,-3732,-25085,13951,-3251,-23810,13878,-2461,-21960,13369,-2326,-21125,13491,-1832,-20676,12981,-1587,-18889,13295,-2043,-17825,14521,-1659,-16555,14578,-1228,-15325,14583,-1046,-14677,14615,-1580,-12731,15503,-2290,-13684,15659,-2272,-14621,15478,-1682,-14433,15197,-2296,-15828,15250,-2207,-16645,14971,-3301,-19659,14931,-2717,-20109,14481,-2801,-23451,13322,-2924,-21757,14179,-2885,-21206,14363,-2484,-19909,14303,-2177,-18835,14349,-1980,-18170,14321,-2418,-20612,13838,-1913,-19336,13634,-1744,-18262,13863,-3187,-18744,15042,-3601,-18345,15082,-3646,-19676,14887,-3884,-19590,14676,-3967,-18560,14731,-4210,-19509,14129,-4407,-18435,13793,-4184,-17848,13046,-3766,-17101,11834,-3779,-17474,12191,-4013,-17541,12697,-3824,-18644,14891,-3575,-16811,15297,-3877,-17694,14924,-3706,-16492,15232,-3513,-15861,15507,-3464,-15287,15630,-3361,-14399,15819,-3101,-14784,15814,-3169,-13754,15995,-3139,-12769,16138,-2825,-12382,16208,-2987,-11723,16357,-3245,-12207,16056,-3290,-13236,15968,-3593,-13576,15426,-3922,-14816,14819,-3759,-15217,15155,-3881,-15156,13280,-3856,-14336,13454,-3863,-14530,13710,-3763,-13548,15059,-3811,-13163,14799,-3426,-11683,15656,-3539,-11314,15352,-3081,-10345,16281,-2963,-9700,16506,-2900,-8879,16590,-2501,-8169,17066,-2762,-8402,16865,-2317,-7664,17165,-1031,-8233,16328,-2819,-11013,16478,-3015,-10939,16395,-2663,-11459,16337,-2260,-9931,16518,-1559,-11437,15825,-1426,-9871,16162,-1012,-9151,16135,-2663,-9859,16683,-2888,-10297,16564,-2139,-8938,16751,-1606,-9007,16457,-1316,-7172,16853,-502,-11984,15292,-427,-12129,15092,-697,-13242,14850,-448,-14225,13625,-472,-15184,13306,-15,-15617,12965,253,-16396,12771,-181,-16647,12667,-152,-17877,12323,60,-18228,12247,560,-19143,12498,451,-19906,12170,740,-20233,12583,983,-20018,13119,1689,-21518,13564,2465,-22205,14351,3048,-21549,15255,3394,-22031,15341,3674,-22424,15196,3461,-22972,15095,3177,-22425,15138,3865,-24944,14403,3708,-23558,14900,4025,-24318,14296,4102,-24039,14174,4110,-24713,13811,4214,-24239,13206,3958,-23082,14812,4107,-21936,14845,4228,-21042,14373,4289,-21075,13624,4299,-19341,14096,4216,-19683,14949,4118,-19224,15437,3994,-18934,15686,3822,-18186,15977,3272,-18866,15995,3097,-19545,15808,3126,-20652,15558,2791,-21210,15021,3274,-21326,15477,3549,-21352,15474,4034,-20766,15243,3403,-20554,15654,3765,-20791,15500,3493,-19355,15887,3603,-18286,16085,4270,-22033,13792,4267,-22532,13234,4280,-22655,12729,3883,-21664,15237,1050,-19033,13244,986,-18051,13218,1044,-17081,13310,777,-17386,13084,449,-16399,12894,438,-15244,13128,673,-15750,13235,1082,-16021,13436,1483,-16451,13691,1499,-17846,13536,487,-14371,13410,734,-14563,13463,935,-13479,13864,1376,-13995,14069,1586,-15758,13864,1893,-16018,14189,1991,-14300,14720,2112,-14700,14929,2357,-13991,15711,2644,-13532,16346,1898,-17198,14052,2029,-16190,14482,2329,-16393,15272,2232,-15352,15210,2451,-15440,15679,2709,-15940,16021,3384,-16073,16548,3330,-15096,16746,3655,-15836,16551,4017,-14825,16069,4163,-15793,15244,4097,-16943,15638,4200,-16703,15003,4120,-18275,15534,3732,-13601,16982,3848,-14282,16727,4024,-13418,16158,4139,-14920,15510,4264,-14825,15178,4235,-13680,15440,3378,-17431,16316,3403,-18267,16138,2780,-17546,15906,2574,-19155,15298,2507,-20471,14791,1934,-19756,13926,3952,-15896,16182,1727,-17097,13829,1908,-17804,14030,2122,-16843,14671,2952,-16268,16304,3096,-16809,16307,2958,-17655,16086,2576,-17288,15621,2459,-17755,15327,2288,-18771,14767,2076,-19169,14223,1781,-18078,13789,1236,-14805,13752,-316,-12432,14448,144,-11730,14193,514,-11412,14255,914,-10677,14605,1318,-11747,14577,1584,-11533,14882,1717,-14818,14194,1075,-11749,14395,750,-11842,14174,-140,-12452,14099,-498,-13674,13924,1502,-13117,14416,851,-18717,13058,217,-18798,12200,154,-19772,11991,-168,-20996,11776,-141,-19107,12060,-619,-20265,11978,-429,-17812,12434,-977,-17661,12920,-1432,-18902,13078,-632,-17704,12595,-1233,-17721,13218,-1194,-16710,13557,-929,-16378,13278,-1050,-15497,13876,-774,-15505,13425,-743,-14684,13762,-527,-15960,13103,394,-17852,12514,146,-17324,12492,-586,-12409,15179,-1204,-12852,15340,-2063,-12807,15708,-2609,-13000,15964,-2868,-14495,15794,-3082,-17057,15348,-3136,-17852,15197,-3355,-17813,15216,-872,-13281,15052,-720,-10805,15705,-1136,-10764,15821,-2112,-11632,16052,-2983,-13434,16032,-3328,-15880,15587,-3846,-13341,14530,-4341,-13699,13495,-4788,-12607,14286,-4195,-11790,14199,-3588,-11353,14709,-3581,-11100,14554,-3867,-9523,14830,-4188,-9092,15228,-4238,-7783,15710,-3237,-6668,15479,-3142,-7373,15273,-2843,-7099,15597,-2752,-6957,16073,-2551,-7311,17186,-1544,-6900,17081,-1865,-6619,17295,-1200,-6284,17077,-617,-5891,16711,-773,-6907,16508,-2969,-7588,15367,-2830,-6424,15606,-3748,-6829,15759,-4417,-5336,16586,-4295,-3279,16960,-2532,-2828,16466,-2609,-3449,16295,-3167,-5835,15766,-3833,-4562,16496,-3344,-3897,16482,-2961,-2889,16647,-2965,-5776,15738,-3326,-4793,16240,-3001,-4976,15968,-2623,-4543,16058,-2818,-3793,16256,-3830,-7994,15396,-3078,-8628,15205,-2941,-7956,15766,-3181,-8265,15092,-3399,-7626,15231,-3354,-8497,14995,-3638,-8798,14954,-3487,-9478,14782,-3324,-9394,14879,-3228,-9434,15046,-3117,-8857,15507,-2934,-8343,16269,-3378,-10200,14816,-3473,-10667,15208,-3221,-9655,15754,-3818,-13328,13763,-3677,-11836,14829,-3701,-12283,14275,-3815,-13615,13964,-3813,-12503,13917,-3841,-11877,14110,-3085,-12267,16251,-3417,-18919,15066,-3369,-20157,14848,-4408,-19058,13784,-3924,-20417,14512,-3384,-21669,14541,-3801,-20843,14609,-3892,-21953,14408,-4055,-21216,14272,-4119,-22242,14038,-4373,-21312,12376,-4293,-20379,12448,-4047,-19503,12053,-3902,-18325,11239,-3755,-18421,11716,-3868,-17263,11441,-4094,-18157,11114,-3943,-18982,10900,-3825,-19563,10715,-4092,-19982,10247,-4312,-19789,10345,-5165,-20224,11015,-5125,-20850,10643,-5524,-22156,10544,-6357,-22112,11627,-5543,-21073,11094,-6003,-21189,11677,-3872,-20909,9850,-4322,-20588,9915,-4534,-21446,9534,-4964,-21468,10049,-5790,-23380,10276,-5545,-24665,8974,-5463,-25247,8612,-4970,-25185,8234,-4695,-25526,7954,-4547,-26766,7397,-5024,-26497,7633,-5371,-26088,8116,-5630,-25970,8352,-5945,-27228,7940,-6139,-28031,7678,-6310,-27634,7739,-6559,-29075,7396,-6712,-29257,7229,-6662,-29974,7304,-6909,-30323,7022,-6014,-30941,7031,-5543,-31736,6279,-5546,-34053,5785,-5160,-33987,5455,-5144,-33056,5613,-5571,-33106,5970,-5128,-31611,5904,-5693,-30683,6669,-5636,-30229,6717,-6035,-30112,7251,-6334,-29820,7401,-4351,-30534,5970,-4233,-31002,5954,-4641,-32054,5564,-4885,-32590,5532,-4616,-33206,5344,-4634,-34408,5092,-4351,-33647,5317,-3961,-33913,5537,-2986,-34843,7395,-3000,-34335,7678,-2933,-35426,7432,-2849,-37228,7145,-3026,-37206,6358,-4451,-36599,4872,-4481,-35893,4916,-4767,-35597,4962,-4231,-35932,5027,-3940,-35156,5371,-4211,-35083,5146,-3597,-35380,5682,-3598,-33859,5950,-3421,-33531,6263,-4484,-34955,5038,-3428,-36446,5732,-3310,-35706,5982,-3131,-35889,6268,-3075,-35592,6504,-3101,-34075,6914,-2993,-36259,6628,-4112,-33068,5586,-3696,-32618,6143,-3361,-32652,6665,-3483,-31646,6861,-3560,-30646,7080,-3872,-30277,6710,-3569,-29424,7494,-4206,-29706,6398,-3834,-31434,6378,-4234,-31825,5770,-4771,-33768,5239,-4914,-31442,5774,-4436,-31214,5769,-5092,-30126,6254,-5326,-29343,6731,-4812,-29689,6183,-4475,-29561,6206,-5848,-29214,7309,-4764,-30308,5970,-4872,-34577,5157,-6118,-35028,6532,-7437,-35477,6274,-7477,-35625,5922,-7455,-34756,5745,-7309,-36184,4860,-7057,-36147,4008,-7172,-35338,4438,-6055,-33079,6710,-5909,-34551,6316,-6340,-34119,6927,-6676,-33860,7093,-6695,-32936,7170,-7106,-33527,6890,-7435,-34274,6319,-7303,-34181,6612,-6904,-34434,6984,-6530,-34580,6980,-6360,-33228,7032,-6531,-33284,7131,-6096,-32195,6916,-6425,-32326,7173,-6571,-31813,7255,-6939,-29509,6709,-7090,-29340,6131,-7289,-29381,5867,-7204,-29863,5768,-7211,-30500,5501,-7265,-31265,6105,-7404,-32967,5563,-7203,-33768,4599,-6996,-32893,4214,-6590,-32555,3162,-6538,-32991,2401,-6860,-34250,1444,-7330,-33994,1635,-7882,-34077,1608,-8256,-34175,1575,-8795,-35142,975,-9035,-34225,2151,-9456,-33695,3205,-9360,-31613,5176,-10674,-31639,5891,-11217,-30452,6318,-11490,-29658,6488,-10929,-28155,8193,-10431,-27503,9168,-10727,-27280,9017,-10044,-25848,10464,-10421,-26149,9971,-12085,-24882,8032,-11282,-21891,9537,-11409,-21419,9371,-11586,-20466,9409,-12097,-21134,8142,-11928,-20213,8926,-12520,-20237,8068,-12303,-19714,8588,-12935,-18963,8346,-13058,-19279,7852,-13268,-19782,7590,-13368,-20458,7256,-13189,-20521,7398,-12949,-21312,7079,-12857,-22075,6726,-12336,-20668,7980,-12236,-21639,7725,-11895,-21664,8342,-12053,-22510,7830,-11479,-21770,9107,-11578,-22811,8783,-11770,-23253,8353,-12284,-24087,7406,-12958,-24051,5988,-11992,-22915,7909,-12436,-22800,7095,-12929,-23464,6069,-12952,-22795,6233,-13213,-22182,6354,-13585,-20835,6778,-13361,-20300,6568,-12976,-20385,6118,-12621,-20195,5132,-12587,-19572,5448,-12607,-19424,4879,-12786,-19239,4597,-14239,-21105,3560,-14432,-21439,3215,-14190,-20574,2411,-13883,-20548,1943,-13777,-20090,1673,-13933,-19088,2036,-14046,-18559,2302,-14828,-18227,2865,-14357,-18379,2473,-14554,-22114,336,-13715,-22736,212,-13651,-23999,-281,-13871,-24344,72,-14251,-23067,1623,-13753,-22972,1998,-13306,-22227,2460,-12874,-22017,2909,-13005,-22172,2582,-12818,-21442,3105,-13019,-20886,3294,-13133,-20043,3850,-13406,-20288,3727,-13856,-20951,3523,-14483,-20543,3824,-14379,-22566,2193,-14338,-22374,2099,-14510,-21498,2768,-14507,-21775,2832,-14183,-22437,2523,-14197,-23516,1560,-13690,-23301,104,-13735,-22326,465,-13896,-21301,1725,-13930,-23288,-389,-13738,-23327,-230,-13798,-23972,-734,-13656,-24054,-572,-13680,-25989,-1682,-14166,-22917,-245,-14177,-23648,-747,-14416,-23108,-308,-14918,-24162,-410,-14579,-24481,-1038,-15033,-25120,-833,-15673,-25803,-395,-15565,-26608,-1083,-15930,-26356,-464,-16480,-28625,-1477,-17648,-29826,-1995,-17861,-29926,-2420,-17801,-30017,-4217,-17825,-29451,-2843,-17866,-28819,-2694,-17863,-28367,-3257,-17933,-29246,-5168,-17812,-30478,-5624,-17809,-30772,-5121,-17434,-32681,-3631,-17199,-32435,-3460,-17923,-30821,-2885,-17900,-30517,-3697,-17837,-31659,-4800,-18014,-31129,-3504,-18003,-32248,-4162,-17861,-32726,-4120,-17955,-31322,-3288,-17654,-31938,-3284,-17693,-32717,-3858,-17916,-31167,-4184,-17835,-29510,-4595,-17796,-29208,-3357,-17941,-30219,-2905,-17904,-28362,-2263,-17953,-27348,-1312,-18060,-26610,-1590,-17983,-25568,-915,-17889,-24172,-1383,-17974,-24441,-370,-17838,-23387,640,-17938,-25415,-508,-17719,-25064,297,-17714,-24070,765,-17201,-23509,1512,-17896,-25967,-613,-17790,-29222,-1945,-17621,-29071,-1518,-17265,-29771,-1786,-16818,-28406,-1070,-17132,-28611,-1096,-17166,-27789,-635,-17085,-26883,-167,-16823,-26936,-240,-16399,-26589,-241,-16730,-29225,-1663,-17031,-29600,-1717,-17545,-27202,-464,-17789,-25739,-102,-17865,-28169,-1389,-17845,-27709,-1009,-17743,-28236,-1092,-17351,-28241,-911,-16243,-27142,-699,-16101,-28648,-1845,-15343,-27680,-2033,-14849,-27677,-2551,-15190,-28952,-3014,-15452,-29831,-3240,-16298,-30867,-3026,-16177,-30277,-2802,-16584,-30473,-2568,-15786,-28827,-2317,-15760,-27085,-1170,-14841,-23558,-158,-14802,-22634,293,-15026,-21627,1147,-14975,-20650,1648,-13585,-24612,-650,-13780,-19390,2120,-13843,-18697,2430,-14060,-18645,3211,-14523,-19840,3889,-14466,-20698,3211,-13766,-17202,3614,-13752,-17123,3243,-14083,-17920,2691,-14464,-17639,2927,-13851,-17903,2935,-13847,-18864,2642,-13424,-20220,7133,-13223,-19796,7240,-12733,-19545,6846,-12602,-19590,6268,-12754,-20242,5813,-12624,-18738,6117,-12617,-18209,6039,-12620,-18683,5268,-13157,-17389,5718,-12717,-16922,6516,-12697,-16281,6849,-13067,-16283,6538,-14145,-17658,5942,-14196,-18364,5513,-13980,-18376,5533,-12782,-18387,5245,-13016,-19295,4414,-13112,-18559,4954,-13534,-18359,5078,-13722,-17670,5881,-13289,-16916,6127,-13842,-16957,6451,-14007,-16887,6394,-13870,-15980,6935,-13461,-13241,8316,-13677,-13390,8006,-13442,-12378,8528,-13289,-11340,8968,-13214,-9725,8978,-13011,-8677,9271,-13184,-9972,8471,-12194,-6542,9071,-12123,-6174,8864,-12059,-5529,9616,-11940,-4597,9880,-12012,-4423,9669,-12267,-3559,9786,-11968,-3548,9989,-11830,-3934,10686,-11996,-4686,10424,-12356,-6015,10927,-12675,-7364,10421,-12952,-8493,9915,-12785,-7588,10001,-13109,-9596,9589,-11690,-11141,11216,-11442,-10146,11823,-11425,-10856,11917,-10647,-11693,12974,-11160,-11562,12160,-11559,-13328,10793,-11890,-13151,10431,-11424,-14156,11076,-11658,-13925,10437,-11686,-15194,10352,-11915,-15582,9442,-12014,-16478,8855,-12253,-18032,7965,-12460,-18325,8222,-12474,-18838,7321,-12482,-18929,6726,-12679,-17559,6164,-12635,-16947,7596,-12414,-16347,8307,-12639,-18090,6701,-12661,-17588,7086,-12452,-17551,7422,-12057,-17243,8437,-12475,-15897,8539,-12336,-14707,9193,-12293,-14359,9115,-12450,-14871,8225,-12555,-14744,7895,-12378,-15340,8978,-12502,-15690,8445,-12568,-16264,7375,-12699,-15450,7301,-12813,-15781,6963,-13101,-15728,7013,-12913,-15276,7300,-13365,-15185,7505,-12229,-16602,8351,-12526,-15911,7920,-12571,-15842,7378,-12573,-16366,7965,-12657,-16983,6798,-12179,-17363,7966,-12295,-18173,7440,-12423,-18176,7080,-11908,-11755,10621,-11885,-12723,10573,-12075,-12547,9991,-12256,-13705,9214,-12432,-13235,8854,-13077,-12913,8576,-13579,-14237,7895,-13293,-14258,7942,-12799,-13843,8153,-12893,-14639,7716,-12706,-14756,7717,-12400,-13915,8652,-12591,-13247,8586,-13791,-14750,7557,-13259,-12539,8654,-13130,-11694,9049,-12849,-10019,9843,-12699,-10568,9750,-13153,-10471,9371,-12709,-12537,8894,-12029,-11247,10407,-12404,-10903,9846,-12458,-12307,9234,-12664,-11569,9352,-12210,-10835,10124,-12246,-11736,9783,-11723,-12020,11126,-12067,-13412,9959,-12176,-14487,9646,-11816,-14646,9942,-12293,-6246,11145,-12470,-7311,10859,-12199,-7619,10981,-11894,-7902,11104,-12053,-8988,10758,-11699,-7754,11398,-11581,-8642,11551,-11109,-9667,12481,-10639,-9323,13241,-10086,-7320,14224,-9798,-7512,14553,-9488,-7829,14876,-8979,-7778,15328,-8209,-4716,16033,-9082,-7038,15322,-9773,-6274,14660,-10234,-6709,14039,-10163,-9600,13897,-9606,-8515,14695,-10303,-8036,13885,-11783,-7131,11348,-11571,-6360,11674,-12137,-6498,11367,-12470,-9281,10390,-12825,-4141,9637,-12688,-2966,10279,-12277,-4349,9389,-12943,-3431,10161,-11826,-3933,10375,-11717,-3276,10572,-11800,-3312,10328,-12281,-6649,9273,-12297,-6201,9789,-12565,-6716,10462,-12659,-7663,9355,-12566,-6838,10077,-12295,-5649,10624,-13792,-14913,5950,-13508,-13400,6492,-13974,-14408,6642,-14062,-14705,6717,-13970,-14546,7268,-14103,-15351,6468,-14212,-16837,5992,-14046,-16533,5096,-13611,-16089,4325,-14305,-18043,5352,-14261,-18959,3396,-14160,-18214,3728,-14400,-18805,4271,-13848,-17872,3249,-14192,-17673,4305,-14202,-17209,4964,-14267,-17414,5233,-14383,-18561,4640,-13986,-15706,6877,-13830,-13391,7457,-13739,-12912,7352,-13283,-11558,7475,-12774,-10504,7374,-12816,-11791,6283,-13432,-11873,5478,-13747,-12012,5480,-13460,-12620,5093,-13981,-15582,5815,-14153,-16097,5891,-13601,-14795,5639,-13050,-12461,5247,-12833,-12232,5507,-12755,-11750,5782,-12778,-12316,5695,-12973,-12841,5830,-12955,-11646,5636,-13804,-13733,6791,-13599,-16705,6583,-13661,-16006,7040,-12578,-19260,6180,-12631,-18732,7894,-12546,-18131,8848,-12541,-18233,9144,-12750,-19103,8616,-12210,-18914,9225,-11967,-19078,9415,-11754,-19375,9680,-11210,-19206,10666,-10298,-19821,11750,-9804,-19813,12199,-9503,-18834,12686,-9029,-19859,12624,-8450,-19103,13011,-8357,-17961,13374,-7973,-17043,13704,-7569,-16671,13833,-7083,-15560,14155,-7061,-17072,13655,-6677,-16081,13917,-6361,-16663,13619,-5866,-16426,13497,-5224,-17976,12308,-4879,-16934,12471,-4411,-17203,11576,-4102,-16044,12162,-4346,-16587,12006,-5366,-16871,13011,-5565,-16575,13285,-6366,-15667,13980,-5587,-14937,13916,-6164,-14122,14397,-5618,-13826,14287,-6033,-13205,14652,-6460,-13136,14788,-6715,-12964,14878,-7237,-13143,14849,-7705,-12640,14956,-8199,-11343,15140,-8825,-10069,15078,-9694,-10608,14376,-9469,-9103,14762,-8045,-7866,15853,-6180,-8029,16154,-5868,-7465,16288,-6287,-6157,16575,-5877,-4963,16815,-5205,-4215,16933,-5511,-3284,17056,-5337,-1771,17212,-4806,-1584,17243,-4922,-635,17365,-4185,430,17490,-4042,-2081,17092,-4753,-3646,16990,-3394,-1360,17036,-4194,-361,17399,-4365,-1384,17255,-4965,-3248,17058,-4828,-4995,16767,-4716,-6204,16449,-6625,-2397,16928,-7057,-2997,16747,-7250,-3926,16599,-6178,-4105,16901,-6595,-5189,16699,-7784,-5686,16230,-7156,-4803,16555,-6502,-3314,16914,-6609,-4506,16759,-6756,-5983,16552,-7309,-7076,16227,-8422,-7633,15704,-7617,-6639,16207,-8053,-6770,16006,-9100,-9846,14937,-8074,-8862,15643,-7625,-8105,15964,-6919,-7952,16119,-6092,-8690,15999,-4626,-7074,16192,-4753,-8702,15728,-4750,-8072,15943,-4958,-9129,15683,-6592,-14689,14339,-6818,-14240,14517,-7319,-14243,14558,-7702,-13834,14653,-8072,-13673,14627,-8514,-13464,14545,-8323,-12374,14871,-8973,-12488,14593,-8377,-10433,15247,-6738,-18050,13258,-8828,-17629,13343,-9271,-17646,13165,-9079,-17004,13432,-8456,-15925,13944,-8124,-16103,13967,-12030,-16801,9469,-12016,-16669,10292,-11742,-15814,10733,-10869,-15548,12259,-10621,-15615,12560,-10659,-14289,12747,-10859,-14117,12514,-11032,-13963,12155,-11359,-14896,11531,-11293,-15369,11753,-12249,-17589,8906,-12862,-19543,7050,-10719,-25922,9763,-10961,-26918,8896,-11145,-26350,8895,-11503,-26113,8503,-11974,-26130,7801,-12388,-25706,7736,-12353,-25921,7636,-12965,-26343,6436,-11673,-27827,7218,-11797,-27496,7184,-11874,-26680,7374,-12618,-26783,6226,-13280,-27038,5228,-11283,-26896,8369,-12371,-27146,6383,-12850,-29033,4849,-13049,-30262,4408,-12711,-30823,4720,-13387,-30319,3794,-13170,-29442,4243,-13571,-29574,3226,-13722,-30398,3032,-12920,-28444,4891,-13544,-28413,3543,-13738,-28905,2767,-13343,-28748,3912,-13116,-29075,4369,-13750,-28278,2783,-13979,-28391,2182,-14368,-28437,2116,-14437,-28040,2784,-13834,-28576,2021,-13848,-28755,1631,-13926,-29028,1015,-13892,-29242,1646,-14124,-30091,1353,-14324,-30944,1425,-14459,-31058,873,-14243,-30425,728,-14175,-30532,-41,-13818,-29673,2476,-14272,-31370,1842,-13770,-29180,2529,-7267,-32855,4978,-7238,-31321,5666,-7153,-30782,4944,-7043,-31152,4226,-7352,-31022,4170,-7211,-31802,3334,-7533,-32871,2446,-7022,-31251,4476,-7113,-32028,4800,-7361,-30618,4704,-8084,-30243,5714,-9485,-31129,5803,-10309,-31549,5891,-10423,-31137,6328,-10981,-30886,6198,-7195,-30879,6090,-7072,-30067,6285,-7284,-31790,6373,-7378,-32425,6143,-7445,-33682,5928,-7109,-31657,6861,-7202,-32969,6808,-6959,-28108,7303,-6569,-27449,7888,-6782,-28761,7005,-6843,-28479,6720,-6905,-28341,6756,-6630,-28272,7300,-6613,-28007,7458,-6324,-27076,7823,-5897,-26236,8320,-6244,-26389,8748,-6743,-26934,8887,-8369,-27339,9615,-8092,-26757,10027,-8743,-26724,10166,-8704,-26252,10537,-8944,-25532,11118,-9631,-26533,10195,-10160,-25388,10669,-9138,-21719,12082,-8748,-21357,12287,-8539,-20020,12714,-10760,-25196,10230,-11429,-25352,9430,-11540,-25095,9235,-11505,-24615,9042,-10912,-24809,10145,-10381,-23868,10720,-10552,-23450,10591,-10706,-22931,10551,-10966,-22998,10124,-11389,-23306,9233,-10894,-21639,10433,-11194,-20792,10140,-11097,-20526,10438,-11485,-19752,9972,-10863,-20268,10899,-10664,-24267,10359,-10425,-24684,10655,-9908,-22832,11402,-9397,-22728,11738,-9497,-21454,11986,-9330,-19698,12534,-9569,-24043,11346,-10007,-23966,11085,-10033,-24647,10961,-9879,-21740,11659,-9579,-20648,12140,-10402,-22649,10980,-10674,-21577,10844,-10559,-20307,11326,-10232,-21748,11350,-10078,-26820,9822,-10373,-28065,8760,-10200,-29801,7458,-8720,-28748,8244,-7683,-27190,9466,-10078,-27645,9294,-10420,-28981,8060,-10803,-28876,7820,-6379,-26024,9375,-6748,-26083,9819,-7079,-26229,10041,-7627,-25855,10626,-8874,-23956,11596,-9152,-23092,11757,-9465,-25435,11024,-7355,-26223,10217,-6698,-25443,10252,-6654,-22924,11514,-6916,-23180,11557,-7134,-24800,10937,-8110,-24292,11482,-7758,-25401,10955,-8099,-26015,10691,-8446,-25513,11091,-8551,-24652,11403,-7911,-22832,11977,-7622,-23020,11872,-7499,-24159,11383,-7050,-25523,10535,-6220,-26761,8169,-6785,-27385,8219,-7202,-28112,7568,-7393,-28967,6735,-7917,-29398,6670,-8362,-30199,6024,-10687,-30336,6772,-4812,-26210,7639,-4502,-26165,7746,-4751,-24797,8288,-4090,-25557,8387,-4434,-25356,8157,-4022,-26375,8189,-4327,-26666,7693,-3820,-27710,7877,-3347,-28115,8177,-3279,-28706,8460,-3369,-29166,8617,-3742,-28161,9401,-3744,-28357,10042,-4101,-28407,10953,-4287,-30260,11414,-3963,-30533,10608,-3797,-30677,10132,-3633,-31918,9752,-3666,-34317,9836,-3430,-32744,8821,-3523,-34125,9283,-3334,-34153,8721,-3247,-33432,8308,-3078,-33085,7894,-3046,-33290,7557,-3178,-34167,8176,-3068,-36252,8460,-3206,-35397,8571,-3431,-35205,9205,-3740,-33389,10100,-3160,-32997,7082,-3559,-32064,9444,-3561,-31144,9064,-3608,-30810,9631,-3292,-31358,8232,-3230,-30299,8078,-3264,-31065,7705,-3208,-31523,7860,-3672,-29841,9059,-3627,-30412,9378,-3634,-29149,9657,-3658,-28528,9670,-3828,-29688,10212,-3754,-29002,9211,-3684,-30004,9827,-3522,-32651,9200,-3107,-32519,7873,-3676,-27623,9829,-3827,-26984,10361,-3629,-26613,9421,-4000,-26918,8056,-4063,-27338,10898,-4286,-26441,11599,-4500,-26740,12029,-4550,-25134,12438,-4533,-24494,12713,-4566,-23708,12771,-4531,-22689,13113,-4536,-21901,13232,-3560,-20981,14692,-4551,-21818,12853,-4308,-21735,12144,-3906,-23193,11197,-4500,-23790,12438,-4198,-24033,11776,-4523,-24302,12402,-4499,-25043,12238,-4433,-25567,12005,-4190,-22655,11810,-4405,-22425,12375,-4575,-22861,12736,-3363,-27970,8765,-3706,-27961,9241,-4511,-27374,7067,-4766,-27075,7197,-4318,-27739,7055,-4061,-28019,7411,-3748,-28527,7618,-3293,-29845,7890,-3378,-30886,7393,-3256,-31947,7297,-3389,-32012,8635,-6245,-22813,11183,-4563,-20395,10250,-3829,-20313,10220,-3727,-20163,10594,-3764,-20237,10910,-4092,-20397,11880,-3991,-21704,11424,-3882,-20674,11237,-3649,-21761,10599,-3573,-21945,9802,-4495,-22625,9075,-3521,-22797,10025,-3422,-23540,9690,-3680,-23320,10565,-3765,-24274,10866,-3952,-24508,11245,-3815,-22531,10962,-3779,-19450,11149,-4181,-18661,10916,-4946,-19004,11393,-5401,-18600,12215,-5532,-19972,11717,-5937,-20501,11968,-4525,-19160,10758,-4365,-18413,11031,-4125,-17261,11324,-4314,-17617,11277,-4653,-18437,11287,-5939,-19550,12376,-6173,-20313,12255,-6792,-20372,12520,-7755,-19142,13066,-7939,-18570,13238,-6318,-19811,12515,-5814,-18736,12590,-5721,-17862,12857,-6022,-18180,12930,-6425,-18306,13062,-6655,-19298,12832,-7330,-19034,13072,-7055,-19149,12996,-7537,-17897,13448,-3801,-18932,11509,-3996,-18603,12262,-4312,-19430,12803,-4240,-18739,12898,-4536,-20736,13393,-4465,-20230,13577,-4503,-19576,13416,-4384,-18240,13555,-4537,-20651,13051,-1152,-14437,14898,-1495,-15641,14753,-773,-14072,14224,-1632,-16951,14363,-1333,-16516,13967,-1509,-17409,13837,-457,-24781,11026,-692,-24222,11244,-913,-23366,11557,-856,-22777,11670,-137,-22677,11524,-49,-23119,11442,6,-21331,11725,694,-22170,12004,157,-22226,11623,311,-23493,11464,282,-21866,11726,412,-20952,11953,1382,-21793,13268,1105,-21545,12976,985,-21003,12884,764,-21060,12389,542,-21507,11984,1273,-20937,13296,-284,-23419,11380,4246,-23367,12734,4256,-23367,13415,4251,-22560,13927,4180,-22514,14371,4223,-23346,13824,4378,-24369,12142,4251,-24933,12290,4496,-20561,13004,4605,-18430,13527,4437,-19428,13512,4587,-19387,13252,4663,-20136,12889,4835,-20888,12497,5478,-20981,11967,6054,-20247,11777,6619,-21033,10483,6866,-20335,10459,7341,-20071,9990,8006,-19707,9745,9050,-19423,10730,9448,-19448,11045,9862,-19147,11248,9227,-18582,11221,9236,-17663,11522,8737,-17284,11086,9257,-15938,12101,9816,-16175,12348,10078,-16078,12269,10241,-14471,12648,10102,-14060,13117,10218,-13167,13302,10112,-12583,13710,9941,-12561,13863,9965,-11615,14183,9784,-11467,14308,9940,-10743,14484,9352,-10333,14641,8875,-9353,14488,8764,-10086,14073,8759,-10789,13805,9144,-11803,13696,9629,-12066,14052,9519,-10992,14471,9156,-10985,14110,9721,-10726,14601,9967,-9879,14715,10357,-8662,14336,9878,-9338,14948,10111,-8380,14845,9895,-7629,15315,8392,-10941,13739,8930,-12603,13157,9641,-14564,12977,9854,-14657,12993,10054,-14669,12899,9671,-13811,13358,9655,-13297,13564,9849,-13277,13638,8589,-11076,13637,8479,-10223,13989,10021,-13411,13489,9891,-14042,13286,8440,-8451,14734,8659,-8373,14782,8567,-9123,14428,8824,-8374,14936,8563,-7739,15024,8563,-6671,15478,8286,-5935,15737,8280,-6702,15466,7766,-7520,15404,9454,-7051,15935,9205,-8011,15616,8856,-7534,15437,9219,-7592,15832,9062,-7081,15983,9490,-6375,16100,9946,-6338,15532,10232,-7200,14928,10311,-6297,14862,10382,-4772,14936,10168,-5186,15326,9905,-4706,15854,9880,-3656,15990,10140,-3059,15635,11237,-2168,13945,11053,-3126,13999,11291,-3108,13560,11590,-3503,12672,11651,-2534,13000,12098,-2679,12447,12156,-2406,12317,10166,-6397,15167,9415,-5294,16422,9142,-4098,16872,9180,-2562,17054,8921,-2204,17329,7960,-402,17899,8026,152,18082,8131,1220,18132,7642,1965,18429,7868,2327,18422,7919,4267,18195,7954,4949,18444,7114,5204,18653,7380,4139,18606,7519,3270,18596,6855,3250,18301,6677,2911,18027,6943,-207,17593,7729,-2517,16955,8120,-3725,16544,7798,-4559,16409,7055,-4423,16608,7678,-5303,16198,6909,-5598,16309,7531,-9196,14925,7953,3416,18230,8443,-155,17865,8290,-706,17863,8537,-915,17727,10379,-2224,15390,10397,-1276,15413,10703,-1367,14981,11166,594,14605,12033,440,13533,12303,488,13195,12744,-184,12902,13015,-240,12364,12828,135,12475,13314,-426,11744,13722,372,11170,13838,10,10530,13748,581,9709,13878,1011,9661,13564,1710,10564,14282,2542,9354,13855,2497,10079,13232,1888,11386,13446,1283,10613,13389,1306,11308,13282,110,11652,14046,1231,8962,14298,848,8005,14296,435,8537,14454,-1097,8530,14539,-1500,9372,13604,-2006,9825,13492,-1691,10144,13063,-1223,11543,12812,-1507,10952,12762,-969,11412,12204,-1488,11262,12408,-1774,10400,12730,-1972,10349,12457,-2233,9941,12685,-2446,9754,13188,-2543,9695,13645,-2834,9501,13798,-2754,9571,14589,-2795,9123,15134,-2121,8396,15125,-1929,8112,14733,-1510,8061,14576,-1030,7954,14698,-205,8000,14833,-1621,8694,14787,-2179,8900,14295,-2142,9279,13014,-2289,9954,13045,-1491,10933,12368,-1310,10954,12276,-2785,9710,12016,-2756,10334,11872,-3657,9778,11374,-6302,8752,11263,-7275,8700,11638,-7804,9469,11267,-9168,8590,11169,-8781,8437,10802,-9741,7507,11081,-8379,7992,11246,-7359,8297,11273,-7738,7676,11569,-5667,8704,11826,-5484,8403,12222,-5374,8353,13137,-3775,8244,13520,-2799,8465,14002,-2974,8438,13398,-2736,9026,14126,-2916,9262,11097,-8548,8215,11529,-7478,7429,11973,-7663,7288,11576,-8321,6931,10446,-11254,6811,10836,-10054,7683,10675,-11063,7339,11759,-11286,9050,10978,-11233,9772,10802,-11325,10781,10819,-11898,10819,11102,-11879,11646,10865,-12797,10739,11092,-12828,11314,10816,-13120,11602,10581,-13278,11956,10459,-12975,12475,10365,-13235,12818,10409,-12230,13092,10292,-12126,13448,10590,-11911,12505,10507,-11262,13066,10629,-10495,12968,10637,-9983,13064,10357,-10330,13814,10342,-7472,14625,10507,-9057,13765,10709,-9309,13181,11082,-10016,12389,11008,-9823,10711,11031,-10567,9983,11188,-9127,10627,11464,-9607,9961,11887,-10189,9275,11884,-9780,9313,11785,-10936,8788,11330,-8602,10653,11240,-10021,9975,11785,-10071,9589,11764,-10531,9408,11345,-11032,9376,10950,-10173,11730,10812,-10782,12487,11060,-10724,11945,11094,-11359,12022,10772,-12241,12014,11059,-10715,12258,10770,-11492,12271,10148,-10448,14243,11087,-12404,11634,11030,-11890,11912,10840,-10969,10426,10439,-11753,6830,10314,-12814,6488,10604,-12988,6873,10413,-14223,6374,10250,-13889,6218,9783,-14558,5203,10050,-13536,4655,9879,-14698,4084,10271,-13190,4638,11137,-12099,5046,10779,-11840,5179,10793,-10465,6071,11367,-11282,5519,11202,-12787,4771,10960,-13280,4448,11133,-13862,4293,11715,-12430,5256,11918,-13102,5134,11933,-11838,5581,12351,-11875,5717,13106,-10009,6373,13163,-9356,6588,11464,-9566,6362,11250,-9386,6475,11015,-9730,6405,12447,-7049,7631,13157,-6913,7409,13066,-7744,7283,13009,-8390,7070,12924,-9289,6771,12534,-7839,7363,12792,-8145,7233,13160,-7522,6957,13112,-6374,6946,13121,-5999,4933,13149,-7107,4556,13239,-6641,4969,12833,-9044,3598,12989,-9612,3583,12832,-10050,3267,13041,-12241,2996,13073,-12494,3414,13104,-11820,3890,13139,-12462,3969,13110,-10961,4553,13057,-10485,4230,13091,-10431,3787,13124,-7891,4308,13131,-8974,4071,13028,-10149,3522,13124,-9431,4145,13053,-10245,4579,13252,-11116,5359,13057,-11548,5829,12616,-12222,5616,12884,-14741,4562,12948,-15323,4304,12972,-16360,3830,13145,-11025,5967,13266,-11737,4968,13300,-13228,4504,13258,-12821,4384,13197,-14790,3152,13069,-14154,2958,12958,-14158,2214,12889,-14029,2068,12740,-12440,2413,12545,-11681,2496,11320,-11359,1566,11744,-9997,2302,11221,-9570,1927,12072,-9043,2870,11456,-7987,2524,10662,-9330,1063,11355,-8138,1241,12598,-7706,1311,12549,-8217,950,12975,-9070,738,12482,-9388,317,12408,-10556,-210,11132,-10063,-81,11965,-10873,-395,11414,-11540,-783,10605,-11161,-577,10349,-12417,-1101,9844,-13299,-1076,10015,-13308,-1328,9827,-14004,-1443,10037,-14100,-1767,9809,-15404,-2286,9614,-15650,-2100,9718,-16560,-1587,10184,-16841,-1309,10105,-17768,-1692,10467,-17199,-944,10326,-18287,-1451,10750,-19738,-1355,10052,-20170,-2556,9502,-19890,-2906,9334,-19281,-2833,9338,-18577,-2624,9471,-17054,-2048,9555,-15913,-1864,10550,-15364,-2558,10498,-15942,-2814,11642,-15872,-3076,11559,-16577,-3375,12704,-17261,-3661,13480,-18948,-4353,13169,-19142,-4531,12976,-19987,-4925,12614,-18964,-4527,12102,-18124,-4118,11546,-17745,-3792,10979,-17326,-3569,10389,-17616,-3560,10441,-16685,-3138,9823,-16453,-2908,9333,-17271,-2569,9490,-17632,-2127,9173,-18282,-2967,9435,-16715,-2515,12092,-17116,-3646,12400,-18064,-4106,11202,-16049,-3099,9067,-19474,-3173,9806,-19731,-2702,9136,-20938,-3447,8966,-20681,-3551,8754,-21394,-4121,9944,-22316,-2775,10183,-21082,-2230,10228,-22889,-2443,10777,-22291,-1931,10740,-23098,-2173,10161,-24150,-2828,9851,-24341,-3247,9726,-24723,-4218,9519,-24625,-4359,8454,-24217,-4953,8356,-24593,-5327,8242,-25637,-5547,8033,-27096,-6301,8018,-27884,-6637,8478,-26969,-6701,8692,-26576,-6694,8718,-24346,-4701,8403,-25792,-5240,8745,-26534,-5162,9334,-26358,-4943,9333,-27065,-5069,8666,-25488,-4986,9415,-25535,-4691,9726,-25867,-4410,9747,-25674,-3742,9630,-26860,-4090,9639,-26540,-4677,9045,-27560,-5262,9274,-28104,-5235,9499,-27397,-4523,9447,-28267,-4344,9779,-29378,-3918,10426,-29380,-3413,10090,-28910,-3586,11009,-29247,-2911,11676,-28781,-2113,12045,-27556,-1536,12211,-27574,-1184,12129,-28173,-1108,12214,-27643,-942,12222,-26622,-494,12038,-26487,-382,11014,-26650,-318,11482,-25992,-208,12476,-25185,-543,11786,-25739,-1742,11470,-24137,-1758,11729,-24786,-1668,12630,-23567,-138,12724,-23250,247,12723,-22966,641,12685,-22362,1110,12773,-22253,1004,12749,-21873,1355,12440,-22388,1163,12782,-21186,1702,12873,-20282,2093,12985,-20550,1752,12766,-19690,2404,11879,-19583,2351,10962,-18444,2528,10564,-18907,2305,9580,-18036,2538,9514,-18632,2273,10036,-18374,2490,9398,-19331,2006,8937,-19731,2276,9108,-18331,3063,9099,-18253,3379,9423,-16375,4095,9536,-15696,4142,9610,-15626,3910,9111,-19513,2112,9178,-18741,2492,9277,-17787,3023,9700,-16760,3122,9981,-15851,3435,10565,-15638,3517,10953,-15525,3655,11044,-17214,3002,10356,-16826,3039,10765,-16930,3036,9473,-17519,2890,9835,-17186,2886,9840,-19608,1989,9747,-20471,1633,10450,-20278,1783,10804,-22143,1108,11337,-23068,776,11960,-23136,762,11823,-23995,396,12440,-25212,-5,12583,-24725,-123,12650,-23303,692,11612,-22260,1124,11943,-21619,1440,11187,-21244,1450,10789,-19692,2018,11458,-20088,1983,12207,-19896,2294,12391,-24775,145,12637,-24316,137,12600,-24002,381,12470,-23622,614,12600,-20417,2098,11920,-25014,-1498,12196,-25325,-1111,12502,-25712,-366,12000,-25482,-97,10425,-22649,961,9987,-22737,982,9444,-22544,905,10592,-24242,424,10682,-25779,-45,11522,-24879,84,8989,-23221,534,8782,-24241,150,7697,-26242,-386,7696,-27543,-1036,7584,-28490,-1378,8223,-28311,-1245,8489,-28468,-1116,8720,-27546,-774,9830,-29410,-694,9566,-31178,-1182,9040,-32575,-1759,9714,-36329,-2728,10099,-35865,-2715,10850,-35607,-3424,10629,-36330,-3779,10385,-35544,-4078,9999,-36664,-4533,9468,-37538,-5144,9670,-38295,-4822,9405,-38540,-5165,9075,-38985,-5663,8775,-39188,-5980,8227,-38975,-6465,8263,-38349,-6534,7174,-37772,-6947,8146,-36764,-6636,8639,-35611,-6345,8841,-34637,-6242,9440,-34410,-5205,9298,-32439,-5647,9152,-31776,-5825,8942,-30323,-5749,9328,-28998,-4721,9248,-31687,-5623,9274,-32021,-5268,9359,-32278,-5095,9510,-32638,-4874,9966,-30983,-4078,9814,-30091,-4031,9230,-30398,-4773,9228,-30137,-4989,9309,-29349,-5226,9428,-29598,-4385,9386,-29058,-4402,10286,-30730,-3725,10803,-30570,-3194,11876,-29423,-1812,12051,-28524,-1416,9724,-31295,-4400,9391,-31603,-4884,9824,-32294,-4484,9506,-33715,-5022,9390,-33299,-5300,9674,-33370,-4751,9992,-33619,-4436,10355,-33980,-4022,10784,-35296,-3618,10832,-35477,-3134,10635,-35639,-2971,10889,-34886,-2953,10065,-34526,-4425,9623,-34454,-4900,9219,-34838,-5837,9064,-36061,-6019,9691,-36285,-4918,10261,-35129,-4196,9403,-36002,-5297,9123,-37986,-5781,8761,-37919,-6189,8846,-36242,-6224,9446,-36831,-5185,9195,-36574,-5735,9319,-37771,-5392,10146,-32796,-4251,10970,-34175,-3339,11188,-33608,-2829,10997,-34383,-2880,10210,-35059,-2541,9936,-34998,-2388,11005,-34725,-3200,10970,-32898,-3332,11220,-33184,-3009,10527,-33038,-1973,10002,-32387,-1615,9797,-32757,-1693,9324,-32299,-1542,9950,-33444,-1898,10238,-34173,-2255,10811,-33229,-2217,9605,-33885,-1962,9632,-34826,-2252,9157,-30735,-5690,7706,-38494,-6769,8383,-37326,-6524,6528,-37952,-7388,6500,-36137,-7768,6927,-35070,-7241,6916,-35299,-8201,7084,-35348,-8330,7403,-34255,-8169,9299,-32362,-7960,9382,-31313,-7779,9705,-30402,-7645,10165,-30547,-7970,10891,-31417,-8481,10846,-33051,-8823,11592,-34018,-9105,11173,-34416,-9118,11518,-34967,-9228,10410,-35017,-9087,9959,-36015,-8933,10416,-36638,-9148,10628,-37351,-9229,9368,-38219,-9045,8878,-38513,-9036,8346,-38139,-9002,7831,-38395,-9054,7141,-38452,-9138,6773,-38587,-9119,6382,-38450,-8838,6231,-37757,-8381,6781,-36059,-8390,7951,-35293,-8611,8171,-34618,-8503,6630,-35839,-8093,6353,-36731,-8066,6480,-37031,-8468,6780,-37465,-8825,7157,-37312,-8934,7229,-36296,-8709,7764,-36584,-8821,8294,-37014,-8888,8051,-35952,-8760,8826,-36065,-8657,8491,-35269,-8540,9243,-34983,-8442,9635,-35475,-8713,10200,-37213,-9117,9630,-36654,-8885,8827,-37135,-8826,7758,-37652,-8971,9137,-35657,-8588,9477,-34267,-8354,9227,-33611,-8167,9217,-34483,-8330,10119,-33389,-8603,6698,-35289,-7669,10761,-34986,-9194,9516,-33223,-8172,10639,-32539,-8654,10562,-34285,-9009,9662,-31442,-7860,7466,-33013,-7849,7668,-30827,-7204,7813,-31542,-7594,8478,-30341,-7595,9633,-29119,-7331,10204,-28510,-7420,10658,-29578,-7875,10794,-30269,-8085,10140,-29878,-7762,9838,-28772,-7286,9457,-30357,-7603,8910,-31703,-7989,8724,-31135,-7855,8566,-32098,-8051,7859,-32366,-7871,7652,-33290,-8018,8676,-33189,-8272,8000,-34015,-8326,8469,-33902,-8409,8440,-33269,-8289,9021,-30169,-7656,8538,-29024,-7314,8148,-29921,-7364,7466,-31178,-7067,8112,-31602,-6104,8446,-30586,-5866,8131,-30795,-7586,7414,-32110,-7402,7326,-31843,-7008,7032,-33758,-7361,7126,-33976,-7843,7218,-32734,-7256,7603,-31553,-6383,7514,-32978,-6613,7679,-33225,-6545,7263,-35060,-6904,7346,-32305,-6761,8878,-31955,-6033,8294,-32948,-6263,8241,-33930,-6423,7724,-34171,-6630,7239,-33374,-6922,7339,-27715,-885,7110,-27982,-366,6808,-29238,-451,6250,-31380,-1392,6028,-32176,-1599,5906,-33911,-2330,6097,-34064,-2727,6198,-32996,-2374,6181,-32177,-1934,6379,-31178,-1646,6893,-31510,-2211,7521,-31420,-2198,7911,-32131,-2277,8550,-32505,-2004,8669,-33621,-2183,8447,-34556,-2550,8499,-35608,-2772,7860,-36378,-3339,7810,-36958,-3511,8505,-37719,-3332,9223,-39002,-3487,9672,-37975,-3244,6706,-30969,-1898,6816,-32793,-2629,5885,-34760,-2718,5758,-35379,-2736,5673,-36513,-2460,5617,-36673,-2224,5325,-37772,-2100,5590,-38329,-2651,5450,-37043,-2114,5183,-37219,-1815,5677,-36606,-3389,6204,-35975,-3349,6223,-36536,-3480,6662,-36845,-3495,7140,-37108,-3639,7468,-36543,-3513,7304,-37470,-3745,7668,-37611,-3745,8596,-38261,-3461,8463,-39290,-3785,7361,-39537,-4393,6159,-40887,-4567,5237,-42639,-4480,4969,-42787,-4408,4685,-42519,-4375,4189,-43144,-4173,4451,-41984,-4025,4749,-41034,-4145,4556,-41480,-3867,4859,-40106,-3839,4794,-40566,-3561,5303,-40571,-2966,4960,-41963,-2636,4841,-42220,-2306,5488,-43390,-1390,5978,-44265,-848,6663,-43118,-438,7380,-41055,199,7410,-40461,-334,7665,-39181,-374,7608,-39726,-207,7994,-39993,1120,8268,-39842,1778,8523,-39552,2371,8609,-39485,2641,8809,-38799,3211,8702,-38478,3889,8643,-36123,4704,9047,-35737,4691,9314,-35190,4388,9492,-33856,4484,9288,-34830,3779,9217,-34803,3498,8925,-35362,2729,8644,-35287,2063,8577,-36353,1905,8078,-36698,1198,8267,-36596,131,8135,-36269,-105,8181,-35677,-39,8149,-35471,1001,8190,-35473,735,8827,-33482,626,8869,-33139,861,8840,-33148,626,9038,-32358,1013,8916,-32303,751,8604,-34342,337,8465,-35365,178,8531,-35044,432,8665,-34245,533,7939,-34324,41,7641,-33956,-37,6723,-33877,-375,5771,-33326,-1609,5741,-33815,-1828,5573,-34590,-1550,5369,-35973,-1535,5398,-35554,-1783,5395,-36081,-1927,5256,-36725,-1892,5363,-37112,-1384,5689,-38124,-1115,6968,-38070,-591,7271,-38552,-549,7833,-37603,571,7955,-36862,941,8040,-36318,677,8059,-37379,9,8086,-37041,-114,7117,-36845,-450,6144,-37831,-855,5905,-36480,-901,5744,-35756,-1002,6510,-35000,-531,5958,-34695,-846,6587,-37201,-654,6231,-36313,-719,7247,-35894,-358,7191,-34543,-254,7432,-35303,-231,5475,-36229,-1281,5843,-34215,-1051,5683,-33853,-1596,5639,-35119,-1153,6182,-35070,-700,7919,-37093,510,7803,-38247,100,8745,-37692,2714,9134,-36048,3483,8527,-37110,1897,8973,-35841,2910,8970,-36989,3179,5121,-38066,-1659,5085,-39283,-1647,5418,-38730,-2275,5108,-38832,-2093,5086,-38125,-1899,4981,-39361,-1950,9093,-33854,3121,8783,-34035,2369,9008,-33356,2951,9020,-30931,2133,9194,-30607,1955,9557,-29728,1942,9534,-30106,1639,9389,-30516,1353,9188,-31570,1095,9088,-30319,1157,9473,-29676,1507,9657,-29461,1852,9143,-29846,2575,9247,-29563,2439,9396,-27940,3339,9421,-27541,3684,9585,-27327,4592,9855,-27159,5507,9900,-28709,5623,9456,-29261,4313,9428,-30151,4189,9243,-31012,3655,9009,-30582,2903,8980,-31860,2873,9057,-30079,2862,9145,-29318,3072,9302,-28417,3560,9414,-28131,4057,9217,-29287,3539,9209,-31493,1343,8732,-32959,1119,8554,-33883,865,8346,-34457,1356,8304,-35063,1433,8575,-33561,1969,8805,-33379,2455,8367,-35472,1598,8292,-34749,833,8545,-33282,1288,8894,-31929,1553,8832,-31738,2110,8623,-32855,1903,8836,-31976,2513,9293,-33791,3657,9472,-33136,4245,9391,-33789,3947,9631,-32248,5007,9589,-32336,5241,9417,-32845,5519,9010,-33150,5556,9259,-33203,5606,8948,-34241,5293,9218,-33979,5346,8582,-33904,5119,6786,-34088,4035,6181,-34780,3597,6240,-35750,3449,5874,-35194,3433,5446,-36113,3209,5401,-37205,2875,5061,-37054,3039,5125,-35828,3591,5340,-35298,3582,5636,-35014,3513,6072,-34160,3724,6316,-33992,3840,9247,-32363,5859,8261,-31962,5504,9493,-31319,6174,9572,-31394,5962,9842,-30030,5659,9658,-30618,4921,9457,-32136,5800,9565,-31757,4610,9729,-30982,5391,9519,-33672,4802,9321,-34430,4909,9131,-35024,4890,9144,-36545,4061,8995,-37546,3478,8471,-38422,2011,8330,-38202,1630,8246,-37831,1447,7995,-38002,999,8078,-39074,1148,7775,-39122,553,7799,-38482,-197,7641,-38559,-418,7500,-38978,-542,7399,-39602,-604,6839,-39418,-770,5894,-39203,-1029,6186,-40126,-1013,6728,-40569,-784,5320,-38871,-1374,7654,-39784,383,7483,-40527,164,7738,-38719,363,9291,-35469,4098,8375,-37900,4225,7760,-40871,821,7440,-42208,621,7159,-42962,276,7643,-42680,1124,7816,-43638,1465,7901,-42753,1527,7817,-41579,1177,8142,-40965,1704,8320,-41203,2373,8040,-40723,1435,8327,-40663,2132,8288,-41587,2557,8254,-40822,3266,8627,-39742,3317,8496,-40459,2959,8843,-38639,3551,8500,-39489,3671,8028,-38995,3989,8148,-37767,4275,8337,-36699,4523,8580,-39961,2819,8219,-41899,2730,8090,-41885,3012,7893,-41100,3423,7580,-40929,3549,7750,-39798,3798,7177,-39715,3612,6753,-37945,3407,6198,-36662,3260,6801,-34993,3860,8623,-34808,4928,9400,-33458,5335,6681,-36724,3521,7727,-34783,4461,6825,-39621,3381,7467,-37940,3916,7097,-37063,3730,8035,-36619,4418,7214,-35961,3936,7695,-35595,4301,6478,-41494,2980,6315,-42119,2863,5815,-42748,2528,5433,-41998,2198,4152,-43571,1579,4682,-43522,1781,5443,-41264,2204,4779,-40369,2008,3876,-41445,1982,3928,-40641,3057,4167,-40121,3544,3929,-40080,4181,3169,-42580,4711,3084,-42752,5171,2921,-43561,4753,2917,-43468,5300,2915,-44225,6118,3214,-43121,6567,3076,-44165,6700,3212,-43711,7051,3402,-42444,7113,3433,-43170,8093,3325,-44039,7982,2590,-43777,8629,2141,-44035,8861,1835,-43764,9168,1016,-44523,9327,-469,-44286,9590,-857,-44385,9785,-1245,-42710,9876,-1444,-42604,10006,-1410,-40739,9815,-1964,-39813,10441,-1753,-39322,10069,-2365,-36951,10772,-2728,-36422,11222,-2904,-35398,11484,-2230,-34619,10585,-2398,-32768,10945,-2169,-32966,10630,-2255,-31550,10902,-2356,-29344,11524,-2712,-30407,11826,-3110,-30623,12350,-3091,-31946,12106,-2475,-30256,11474,-2608,-31591,11404,-2883,-32730,11667,-3291,-33671,12204,-3802,-33911,12222,-3458,-34085,12279,-3058,-36673,11626,-3703,-34865,12089,-3852,-34367,11950,-4040,-33691,11569,-4046,-32780,10948,-4120,-32587,11563,-4186,-31637,11636,-4189,-30608,12011,-4328,-30295,11641,-4338,-29952,11856,-3995,-29018,12946,-3950,-26780,13520,-3649,-25993,13741,-3918,-25543,13798,-4159,-26227,13266,-4259,-25544,13154,-4190,-24613,13438,-4027,-23644,13957,-4454,-26627,12484,-4470,-27402,11906,-4132,-27246,13119,-4517,-26057,12432,-3678,-29909,13073,-3819,-29212,13182,-3888,-27911,13380,-3763,-27537,13496,-3581,-27331,13481,-3267,-27182,13131,-3067,-28292,12711,-3471,-29124,13149,-3894,-30215,12891,-3893,-30884,12775,-3754,-31679,12780,-3093,-29693,12534,-2648,-28592,12097,-2966,-26604,12779,-3329,-26071,13400,-2428,-26921,12067,-1623,-27207,11158,-971,-27950,10515,-655,-27831,10485,-407,-28262,10436,-21,-28742,10478,1350,-28170,11412,1701,-27501,12044,1334,-26267,11788,1465,-26049,12055,1350,-25286,12130,1129,-24033,12155,984,-22747,12283,1225,-23247,12671,1401,-24336,12680,2030,-24893,13285,2510,-24162,13969,3051,-24625,14488,3430,-25143,14517,3674,-25021,14528,2159,-23844,13651,1517,-24174,12929,1578,-25674,12545,1751,-25879,12807,2275,-26228,13231,3151,-25297,14386,1872,-27141,12593,1978,-26598,12870,2277,-28325,12757,2377,-29578,12498,2355,-30029,12311,1389,-29164,11243,2725,-26992,13505,2998,-26688,13874,3216,-26368,14112,2919,-25784,14061,2565,-25926,13587,-349,-29986,10198,0,-30166,10279,496,-31307,10371,191,-31516,10198,-226,-32590,9903,-537,-31541,9977,-172,-31240,10099,-1275,-28993,10456,-1817,-28029,11145,-1912,-29200,11011,-1503,-25570,11391,-1332,-26022,11170,-842,-25607,10954,-191,-26572,10701,198,-25241,11056,237,-26775,10843,426,-27850,10810,6,-27656,10630,1087,-28422,11168,1255,-27126,11525,-258,-25563,10858,1049,-25312,11712,701,-23814,11690,-1324,-27771,10774,-1028,-26503,10849,-3394,-31999,12577,-3585,-32029,12691,-3677,-33092,12512,-3848,-33177,12378,-3668,-33887,12342,-3421,-32849,12430,-3797,-32453,12601,-4055,-32407,11926,-3967,-31882,12357,-3753,-30722,12927,-3330,-30455,12744,-3528,-30807,12875,-3145,-34940,11897,-2830,-34031,11473,-2579,-35372,11030,-2919,-37826,11480,-2486,-38272,10943,-3337,-39062,11262,-3011,-39278,11417,-3100,-39805,11268,-2800,-40396,11259,-2436,-40768,11087,-2682,-42178,10689,-2580,-42736,10525,-2483,-43669,9467,-2875,-40950,9395,-3465,-38902,10565,-3258,-38438,11511,-3450,-39075,10849,-3525,-38249,10613,-3635,-36578,10485,-3833,-35971,11281,-3851,-35160,10552,-3988,-33794,10775,-2703,-42568,9729,-2570,-41876,10926,-2604,-42933,10113,-1866,-42979,10718,-2106,-43534,10670,-2063,-44670,9994,-1782,-45017,10231,-1132,-45521,10241,-899,-46383,10071,-1138,-46497,10024,-1486,-46069,9875,-1308,-46849,9348,-1462,-47092,8837,-1283,-48077,8659,-919,-47842,9303,-305,-47736,9719,281,-47099,9301,-577,-45097,9655,-131,-44122,9487,1085,-46087,9025,1477,-44378,9219,2043,-44529,8763,1654,-45683,8723,1288,-47368,8499,1494,-48947,7664,1019,-50046,8208,1494,-51826,8068,1754,-51309,7012,1845,-50953,6864,2157,-50282,6797,2643,-50499,6496,2741,-50330,6229,2472,-49902,6770,2565,-48695,7010,2098,-49016,7140,1876,-48607,7320,1306,-49452,7838,1867,-50167,6998,1504,-51304,7659,1050,-50820,8504,1404,-50641,7670,1746,-49589,7290,2870,-48785,6616,2772,-48839,6906,2389,-48015,7155,2069,-48039,7297,1728,-47967,7628,1728,-47265,7892,1970,-46162,8089,2165,-45432,8239,2501,-45287,8037,3124,-44693,8000,3244,-44567,7788,2180,-46768,7615,2433,-46682,7508,3013,-45767,7752,2746,-45873,6229,2893,-45006,6398,2756,-44260,5435,3251,-44076,4192,2843,-45096,4450,2990,-45154,3740,2706,-44665,2895,2608,-45757,1687,2840,-46618,1350,3359,-46854,1193,2708,-48206,1181,3794,-48677,1237,5197,-47641,1828,5072,-48685,1741,5249,-49183,1790,5667,-49988,1938,5981,-49805,1925,6187,-49670,1772,6531,-48912,1514,6833,-47128,882,7214,-46564,1229,7282,-46581,1548,7397,-45731,2045,6801,-45578,2556,7869,-43466,2567,7565,-44574,2423,7531,-44048,2721,7488,-43466,2916,7410,-45006,2455,7212,-45013,2619,6766,-47692,1029,6881,-47848,1517,7210,-46690,1762,6360,-49128,1873,5612,-48316,1909,6032,-49164,1969,6046,-49977,1457,5922,-50341,1825,5476,-51294,1618,4980,-52391,1863,4299,-52891,2367,4536,-53061,2281,4830,-52640,2116,5836,-50142,1124,5799,-49661,758,5070,-50069,120,5342,-48929,-62,4531,-48722,-747,4316,-49625,-552,3403,-50284,-1241,3367,-49567,-2216,3487,-48347,-2635,3846,-47355,-2294,3973,-46250,-2804,4226,-45465,-2736,4490,-44441,-2871,4614,-43639,-3043,4842,-42579,-2114,4261,-44872,-3061,3573,-48712,-2000,3763,-48732,-1580,3985,-49465,-915,3427,-49602,-1682,5357,-47370,-494,6014,-47520,167,6470,-47425,620,5560,-47946,-137,4212,-47577,-1574,4027,-48804,-1177,4737,-47608,-999,3962,-47459,-1976,4040,-46567,-2239,4670,-44033,-2199,4741,-43346,-2335,4769,-43268,-2906,4609,-43987,-2510,4783,-44383,-1901,5346,-44304,-1337,4509,-45408,-1852,5303,-46930,-672,4257,-46589,-1851,6616,-44256,-298,6936,-44080,138,4351,-45022,-2372,4017,-50402,-535,4651,-50992,201,3899,-51254,-285,4118,-52921,1019,5092,-51925,1546,4482,-53222,1921,5006,-51623,1129,5562,-50547,1023,6371,-48890,1039,6293,-48351,747,7160,-46241,949,6155,-46462,-86,7476,-45241,1137,7813,-44086,1726,8059,-42739,2080,8047,-42160,1698,7590,-45164,1443,7754,-44335,2025,7964,-43410,2286,2667,-44765,4961,2693,-45210,5855,3101,-43333,4491,3104,-44558,7072,3169,-45603,7605,3025,-45166,7911,1723,-51679,7123,630,-49294,8722,666,-50464,8886,1575,-44866,9066,891,-49112,8424,368,-45569,9350,-1229,-43995,10012,-1297,-44650,10240,-1665,-43700,10568,-1625,-44607,10464,-1856,-44391,10481,-1385,-44250,10271,-1566,-43105,10196,-1634,-42135,10165,-1856,-41861,10527,-2154,-41686,10878,-2312,-40045,10892,-1871,-43554,10702,-2393,-43450,10272,-2364,-44002,9796,-2585,-42771,9286,-2551,-42134,8875,-2342,-43395,8540,-2453,-41435,8072,-2392,-42727,7642,-2533,-43066,7205,-3140,-43536,6147,-2887,-43061,6592,-3354,-43401,5784,-2302,-43213,8006,-2928,-39899,9133,-2869,-39085,8513,-2667,-39638,8114,-2709,-38552,7540,-2861,-38509,6983,-3339,-39379,5562,-3580,-39649,5276,-5237,-40663,5127,-3121,-38494,9365,-3157,-37448,9226,-3353,-37305,9837,-3359,-36554,9621,-3586,-35176,9755,-2755,-40737,8910,-2716,-40306,8473,-2629,-39532,7667,-2535,-40662,8018,-2454,-41507,7776,-2937,-42425,6474,-3324,-41562,5621,-3482,-40617,5384,-4015,-40706,4978,-5064,-40414,4995,-4726,-41791,5063,-5721,-41645,5590,-5180,-41326,5166,-3660,-40616,5213,-2988,-40832,6348,-3085,-40142,6007,-3255,-40437,5715,-3076,-41404,6146,-2867,-39568,6927,-2985,-40110,6366,-2824,-40260,6979,-2613,-40567,7496,-2512,-41286,11058,-2038,-40829,10619,-1646,-40784,10070,-1010,-42538,9732,-1152,-40732,9693,-1567,-39384,9838,-1159,-37540,9566,-1502,-37921,9780,-1229,-35853,9673,-1007,-34773,9660,-661,-34074,9675,-612,-32950,9767,-344,-34014,9726,-536,-36561,9544,-970,-36797,9551,-419,-37943,9473,-86,-37437,9572,981,-38742,9834,1379,-37578,10086,2166,-39081,10021,1877,-40537,9798,2415,-40814,9666,2916,-40331,9705,3494,-42377,8794,3383,-41590,9280,2424,-41885,9377,1889,-42821,9368,1583,-42745,9476,2198,-43144,9122,2775,-43266,8722,2885,-42493,8945,3560,-41932,7488,3879,-40681,8481,3881,-40020,9054,3671,-40591,9523,3490,-40196,9849,3052,-39754,9906,2740,-39302,10008,2514,-39881,9868,3690,-41791,8714,3428,-43208,8346,3365,-42833,8675,3250,-42607,8833,1011,-42117,9594,571,-42351,9560,-129,-41461,9523,-429,-41142,9523,-1256,-39126,9640,-697,-43287,9613,970,-43637,9441,-164,-43056,9524,-163,-35966,9650,650,-34978,10023,1135,-33839,10391,2299,-35225,10668,3235,-35857,11151,3568,-35714,11304,3781,-37160,10761,3298,-37297,10776,2890,-37373,10483,2683,-35068,10910,2853,-36548,10678,3394,-36101,11164,3570,-36586,11052,2380,-37858,10280,2948,-35837,10942,3305,-34670,11621,3477,-35164,11507,3739,-35359,11316,3755,-35877,11035,4135,-35710,10284,4513,-33704,10260,4020,-33688,11232,4051,-32262,11458,4278,-32488,10922,4402,-31304,10819,4132,-31354,11445,3944,-30680,12218,3764,-30328,12898,3496,-30445,13008,2985,-30465,12725,2779,-31685,12189,2687,-30667,12453,3023,-29301,13178,3372,-29901,13186,3843,-28149,13459,3563,-27507,13862,3555,-26735,14083,3870,-27027,13709,3435,-28048,13731,3469,-28986,13499,3776,-28707,13442,3610,-29698,13280,4025,-28891,12562,4365,-26469,11518,4506,-25595,11610,4329,-25265,12008,4183,-26303,12269,4192,-25652,12803,4108,-26936,12784,4197,-27409,11938,4061,-27684,12733,3957,-26626,13579,3986,-28417,12841,3716,-27359,13825,3780,-26543,14017,4222,-26053,12047,4271,-27739,11589,4053,-29758,12226,4268,-29725,11354,4333,-30564,11062,3815,-29559,13115,3663,-30878,12819,3745,-32430,12304,3774,-31695,12421,3429,-31438,12663,4635,-33085,10150,4750,-33685,9736,4817,-34269,9405,4942,-35659,8483,4648,-35986,9040,4658,-36528,8733,4477,-37911,8277,4666,-37046,8334,4189,-39038,8351,3867,-39274,9677,3618,-39282,10180,3003,-38950,10123,3782,-36728,10864,3603,-37454,10787,3483,-38074,10598,4040,-37377,10086,4249,-36637,9743,4391,-35883,9637,4277,-38403,8924,2132,-34320,10721,1487,-33547,10574,2121,-33394,10853,1719,-32068,10878,1021,-31712,10603,979,-30425,10772,314,-29768,10481,823,-29061,10883,356,-29090,10606,820,-32733,10356,184,-32646,10059,80,-34203,9858,867,-36798,9960,816,-37803,9848,194,-36534,9724,322,-35324,9854,-2162,-37976,10437,3132,-43780,8383,3359,-41649,5081,3590,-40963,4837,3962,-39416,5082,4101,-39212,4175,4266,-38281,4170,4490,-38010,3839,4538,-38058,3600,4726,-37200,3650,4590,-36742,4653,4973,-35235,5208,5107,-35102,4236,4905,-36180,3950,4839,-37194,3268,4645,-37973,3070,4717,-38354,2673,4524,-39920,2086,4857,-35651,4870,4250,-38116,4659,4398,-37568,4980,4023,-39548,6811,3921,-40145,7503,3988,-39972,8043,3990,-39951,8641,5129,-35658,7289,5394,-34466,7211,5459,-33849,8033,5414,-33141,8578,5334,-32791,8857,5622,-31286,8582,5488,-31555,8850,5574,-30951,8818,5220,-30845,9376,5427,-29763,9216,5229,-29079,9623,5534,-29110,9153,6032,-28445,8543,6161,-27755,8407,6380,-26512,8778,6541,-25517,8882,6724,-25132,8644,7311,-23023,8685,7132,-22983,9055,6799,-22917,9386,7316,-21712,9325,6950,-21507,9760,6364,-21064,10934,6248,-22401,10495,6068,-23129,10604,5669,-24897,10632,5614,-26026,9987,5753,-26428,9528,5844,-26634,9316,6132,-26712,8992,5517,-27516,9492,5166,-27396,10140,4914,-27408,10516,4941,-28510,10245,4565,-28468,10844,4521,-30439,10719,4667,-31899,10283,4998,-31486,9669,4809,-30199,10228,4920,-29644,10096,4400,-29453,11024,4210,-28736,11670,4399,-27531,11271,4576,-27266,10974,4643,-26651,11071,5091,-26560,10612,5249,-25676,10835,5398,-24989,11000,4323,-28505,11349,5631,-27902,9234,6176,-27354,8793,5953,-28640,8727,6317,-27014,7813,6245,-28038,7048,6165,-28438,7114,6200,-28834,6460,6037,-29627,6746,5817,-31312,6518,5851,-30831,5995,5689,-31838,5378,5839,-31300,5327,6095,-31191,5032,6039,-30701,5316,6105,-29858,5756,6420,-29008,5941,6388,-28576,6212,6420,-26987,7423,6811,-25827,7496,6540,-25871,8715,6838,-24991,8198,7075,-23910,8608,7516,-23144,8414,7921,-21943,8883,8296,-20753,9506,7568,-22234,8815,7702,-21929,8883,7751,-20891,9340,7768,-19961,9683,7432,-20629,9652,7968,-20887,9313,8333,-20050,9752,7242,-23771,8298,7800,-25104,7702,8470,-25987,7909,8418,-27181,7403,8657,-28072,7254,8965,-29188,7044,9073,-29901,6798,9039,-31037,6260,9199,-31831,6022,7897,-26120,7394,8143,-26869,7287,7566,-26897,6865,6829,-28870,5866,6849,-30651,5138,5892,-31900,4822,5695,-32141,5007,5428,-33150,5018,5377,-33651,4647,5017,-34892,4800,6304,-30705,5115,6477,-31000,4934,6658,-30025,5363,6268,-29983,5504,7929,-27749,6760,7459,-28583,6107,7759,-28677,6265,7723,-29541,5946,8196,-29837,6210,7208,-31182,5113,6565,-32106,4503,5752,-33724,3974,5902,-33874,3831,6209,-33164,4084,7949,-24435,8047,8283,-23399,8637,7696,-24220,7993,7442,-24027,8052,7795,-23210,8387,7866,-22476,8675,9134,-21508,10070,9442,-21475,10269,10472,-18599,9887,10823,-17727,9620,10548,-16224,10810,10707,-15144,10909,10565,-14646,11426,11039,-13204,11352,8852,-21416,9866,8293,-21873,9152,8786,-20419,10107,9246,-20378,10580,10232,-18259,11220,10312,-18112,10720,10600,-17486,10154,10376,-18114,10383,10083,-18932,11220,10226,-16331,11930,9941,-16604,12159,10318,-15756,11803,10455,-14585,11760,10333,-14517,12310,10275,-17004,11580,10401,-17074,10861,10420,-16067,11254,8779,-22908,9267,9476,-23903,9237,9073,-24231,8993,8718,-24289,8743,9109,-23271,9389,7063,-24731,7886,7244,-25552,7373,6469,-26306,7896,7569,-25938,7267,6666,-27867,6409,6429,-27924,6573,6563,-26720,7268,6118,-29454,6148,5985,-30013,6492,5907,-30649,5621,6165,-27688,7874,5782,-30226,8171,5703,-30305,8765,5032,-32291,9462,5051,-33312,9212,4889,-36546,8039,5277,-34391,8338,5211,-35123,7958,5094,-35857,7663,4862,-36942,7348,4704,-35111,9324,5243,-33648,8746,3811,-41016,8143,3740,-40840,6970,3142,-42800,5697,3440,-41876,6370,3734,-40548,6402,3888,-39901,6330,3634,-40901,6006,4044,-39227,5734,3846,-40008,4653,4061,-38965,4543,4221,-39493,3802,4365,-38913,3519,4423,-38653,3181,4432,-38836,2750,3896,-40649,2664,3784,-42112,3803,3365,-42860,3057,3530,-42217,2035,3284,-42606,2454,3697,-41403,2846,3903,-41598,3537,3578,-41360,4304,4042,-40891,3764,3902,-41333,3887,4002,-40997,3454,3539,-42177,3009,3419,-42267,4276,6800,-40953,3234,7379,-40616,3592,7640,-41944,3265,7879,-42170,3091,7956,-42647,2863,6603,-42086,3020,7185,-41583,3331,7298,-42365,3191,5735,-43954,2458,5298,-43258,2164,4174,-44829,1517,3379,-45692,1349,3336,-45295,1435,2949,-45285,1582,3035,-44333,1714,3278,-43533,1748,2772,-44436,1911,3233,-43068,1981,2734,-44208,2163,2925,-43613,2448,3092,-43766,2983,3312,-44109,3642,2768,-44139,2590,3454,-43958,1576,3835,-43550,1549,3766,-42357,1777,4032,-41825,1774,4330,-42226,1704,4445,-40948,1852,3826,-45247,1411,4137,-45665,1470,4824,-46077,1850,3799,-47387,1207,2957,-48229,1130,5571,-47844,1947,5924,-46361,2357,6148,-47505,2138,6342,-46892,2275,6741,-46391,2361,6944,-47068,2055,6688,-47652,2017,6229,-48234,2010,6599,-48261,1911,6836,-47917,1748,5414,-46091,2178,4574,-44863,1712,3787,-45967,1317,4420,-47201,1525,3851,-46768,1276,6969,-42597,3105,6329,-42978,2845,6192,-40376,2843,4986,-42564,1940,4816,-40854,1939,5874,-39063,2642,4841,-39409,2208,4828,-38838,2369,5567,-40115,2376,6464,-39089,3132,5791,-38182,2765,5144,-38673,2443,5008,-38133,2584,5122,-37548,2782,7924,-40300,3651,8284,-40216,3506,4862,-41176,-2145,5087,-41695,-1642,5125,-42874,-1685,5136,-41047,-3087,4872,-41879,-3238,4718,-42950,-3136,4152,-43768,-3548,3724,-44909,-3681,3706,-44574,-3978,4194,-44234,-4371,4634,-44388,-4535,4882,-44364,-4698,5364,-43473,-4839,4854,-42667,-2690,5001,-42070,-2974,4430,-42203,-3691,4101,-43137,-3936,4599,-43829,-4436,4691,-41436,-3529,4357,-43138,-4330,4614,-41910,-4247,8170,-40059,-4062,7865,-40323,-4204,9107,-41520,-3791,8299,-42280,-4056,8212,-43773,-3820,8308,-44023,-3755,7253,-46880,-3892,6036,-47699,-4248,6055,-46427,-4345,6079,-45685,-4420,6427,-45292,-4238,6488,-46093,-4145,6705,-46726,-3972,7236,-46070,-3817,6984,-45739,-3924,6537,-44501,-4310,5893,-44802,-4678,5545,-45203,-4759,5574,-46136,-4554,7818,-46074,-3915,8345,-45405,-4288,7855,-46415,-4877,7758,-46125,-5327,7815,-45464,-5574,7482,-47467,-4593,6974,-48259,-4701,6455,-48815,-4244,5700,-49999,-4420,5528,-50247,-4581,5068,-50702,-4550,6782,-48266,-5146,6098,-49516,-4469,5817,-49495,-4336,5029,-49474,-4348,4866,-49955,-4344,4170,-50402,-4178,4888,-50686,-4400,6180,-48440,-4210,6484,-47917,-4100,6885,-47438,-3974,5569,-48667,-4367,4769,-48015,-4443,5082,-47878,-4466,6899,-48296,-4230,7056,-47716,-4007,7348,-47547,-4123,7881,-46477,-4204,7574,-46586,-3923,7948,-46421,-4449,7619,-45780,-3777,8517,-44129,-3834,8954,-42191,-3801,9534,-41142,-3902,9425,-41538,-4286,8780,-41751,-5217,8665,-41386,-5593,9194,-40729,-4959,8563,-40464,-5994,8625,-40844,-5846,8055,-41847,-6228,8230,-42393,-5955,8455,-44112,-5007,8639,-44142,-4552,8643,-44306,-4295,7733,-39568,-6713,6963,-38773,-7054,6589,-38805,-7296,6759,-37392,-7205,6184,-37520,-7951,6120,-38190,-7990,6133,-40487,-7771,6417,-39531,-7447,6267,-40679,-9065,6651,-40331,-9289,6146,-39120,-8602,6066,-38970,-8132,6007,-40284,-8090,6037,-40691,-8621,6057,-41549,-8910,6250,-41728,-9175,6143,-42664,-9223,5931,-44360,-9263,5740,-44116,-8941,5680,-43871,-8695,5817,-43130,-8745,5921,-41818,-8063,5916,-42088,-8697,5849,-42122,-8309,5924,-41296,-8343,5600,-44156,-8138,7156,-43861,-9800,6615,-44202,-9685,8096,-44079,-10105,8257,-43915,-10350,7364,-44307,-11211,6919,-45005,-11218,6653,-45370,-11500,7055,-45167,-11661,7027,-45772,-11484,7799,-44658,-11305,8420,-44661,-10892,9413,-43136,-11364,8897,-42429,-11665,9508,-42377,-11574,9839,-40999,-12042,10367,-39461,-12747,10744,-39042,-13093,10968,-39052,-13378,11099,-38757,-13771,11139,-37921,-13892,11060,-37453,-13807,9555,-43432,-11439,7353,-44735,-11616,7429,-44245,-11629,7292,-44222,-11453,7572,-43715,-11621,8619,-43702,-11215,8832,-43497,-11228,9296,-41097,-12002,8373,-41273,-12072,8277,-41526,-11827,8176,-41910,-11968,9884,-40013,-12398,9788,-39208,-12768,10183,-38237,-13329,9443,-37486,-13728,9144,-39713,-12647,8647,-40663,-12296,8708,-40915,-12245,9150,-40336,-12389,9063,-38595,-13041,8922,-39240,-12609,8918,-39690,-12600,9301,-38403,-13296,9059,-37922,-13369,9292,-38190,-12410,8881,-39779,-12097,8754,-40814,-11682,8679,-41712,-11294,8805,-42657,-10029,8470,-43224,-9996,7751,-42865,-9661,6155,-43649,-9366,7918,-43418,-9794,8441,-42575,-9720,8302,-42280,-9575,7939,-41085,-9357,7056,-41415,-9460,6600,-43473,-9601,8681,-43175,-10215,9554,-40107,-11108,10169,-39088,-10886,10764,-37783,-10829,10714,-38308,-10505,10632,-38748,-10110,10234,-39567,-10435,10071,-39804,-9732,9304,-39922,-9232,8262,-39955,-9158,8163,-40361,-9199,9445,-41626,-10200,9758,-40492,-9775,9857,-40492,-10187,9375,-40499,-9340,8848,-41130,-9333,9036,-41322,-9442,9370,-41052,-9603,9337,-41710,-10027,8914,-42728,-10228,8997,-42480,-10457,9251,-41711,-10632,9029,-38572,-12575,8792,-39755,-12383,9144,-39112,-12129,9045,-38022,-13056,9050,-37483,-13037,9990,-37685,-11888,9775,-38553,-11699,10143,-38338,-11371,6666,-45663,-11670,7301,-46428,-10989,7718,-45619,-11000,7878,-47080,-10467,7950,-47397,-10604,7789,-47913,-10836,8194,-47566,-11284,7943,-48220,-11592,7728,-48895,-11834,7279,-49433,-11388,7170,-50063,-11568,6909,-49745,-11142,6277,-50280,-11176,5752,-49736,-11564,6149,-48957,-11398,6566,-49543,-10986,8043,-45729,-10678,8528,-45045,-10738,9365,-44924,-11414,10140,-44669,-12593,10325,-44677,-13473,10002,-45467,-13251,9652,-46655,-13324,10237,-46402,-13926,10782,-48049,-13364,10821,-48730,-13057,11246,-49735,-12224,11907,-49847,-12026,11521,-50538,-11789,12160,-50556,-11358,11781,-51082,-11192,11290,-51473,-11611,10941,-52900,-11395,11390,-52453,-10433,11037,-53415,-10304,11254,-53689,-10114,11336,-54512,-10610,10105,-55646,-10490,9377,-55836,-10621,8670,-55724,-10679,8926,-55804,-11010,8607,-55850,-11605,9115,-55774,-11431,8358,-55931,-12171,9656,-55794,-10827,7827,-55513,-10462,7922,-55861,-10996,7634,-55925,-10810,7487,-56237,-10953,7562,-56227,-11449,7957,-55983,-11368,11259,-53135,-10109,11462,-50973,-11622,9715,-51956,-12598,8830,-52957,-12041,9078,-52189,-12628,8048,-52906,-11957,8200,-52346,-12336,8144,-52048,-12440,7412,-52049,-12021,6891,-50689,-11551,5658,-51046,-11460,6481,-50733,-11260,6184,-51586,-11412,6173,-52421,-11366,6103,-53217,-11066,6405,-54228,-10631,7073,-54111,-11017,7718,-54527,-10930,8448,-54846,-10675,8453,-55246,-10182,8570,-55515,-10325,9099,-55686,-10437,9817,-55454,-10387,9956,-54701,-10903,10021,-53780,-11506,10104,-53309,-11805,10075,-53074,-12001,11021,-52095,-11722,10246,-55070,-10522,10468,-55188,-10478,10445,-54527,-10681,10477,-53703,-11473,10327,-54120,-11234,10670,-54482,-10446,10958,-53873,-10252,11098,-54071,-10255,10741,-53549,-11233,10733,-54018,-10602,8138,-54541,-10957,9131,-55423,-10347,9585,-55083,-10724,7156,-53667,-11249,8030,-53419,-11644,8082,-54033,-11247,7276,-53321,-11494,7598,-52624,-11938,6885,-53270,-11334,6737,-52340,-11502,7109,-52825,-11618,6519,-51178,-11409,6844,-51580,-11638,10197,-52593,-12234,10630,-53258,-11614,10572,-52497,-12009,9567,-52597,-12311,9548,-54565,-10938,8951,-54865,-10753,9241,-53542,-11600,10630,-51225,-12385,10380,-51846,-12418,9941,-51143,-12851,9193,-51645,-12872,8021,-51377,-12370,10024,-47532,-13596,9367,-47003,-13058,8739,-47758,-12620,8349,-48150,-12251,8190,-48062,-11843,8727,-47331,-12072,8619,-47061,-11612,9498,-46286,-12574,9688,-46212,-13033,9720,-45673,-12474,9781,-46907,-13605,9169,-48043,-13320,9229,-49446,-13254,9438,-50897,-13012,9807,-49411,-13245,9884,-48493,-13426,10404,-47761,-13533,9165,-48575,-13325,8126,-48929,-12684,7712,-50077,-12375,8320,-49725,-12834,8556,-48924,-13038,7764,-50682,-12373,8534,-50657,-12816,7391,-51186,-12002,8852,-48039,-12998,6735,-46340,-11471,7535,-47970,-10616,7221,-47971,-10607,6807,-48911,-10875,6842,-49382,-10938,7193,-48646,-10803,7308,-48752,-10942,5893,-48702,-11583,4826,-48753,-10164,4597,-49382,-9617,4405,-50281,-8858,4467,-50172,-9348,4959,-51321,-10548,5110,-50889,-11201,5156,-52196,-10610,5322,-52805,-9565,4627,-50922,-9635,4690,-49630,-10293,5020,-49487,-11191,5422,-48680,-11528,5166,-48717,-11260,5489,-49279,-11594,5220,-49629,-11472,5492,-49996,-11569,4999,-49931,-11153,4792,-50129,-10432,4925,-48745,-10863,6248,-48309,-11340,6276,-47678,-11410,5969,-47669,-11534,6107,-46583,-11522,6371,-46743,-11526,5773,-46962,-11432,5600,-48338,-11583,5334,-47716,-11303,7853,-44599,-10188,7579,-44219,-9969,6318,-45008,-9671,6523,-41446,-9299,6432,-42911,-9439,6912,-42747,-9610,6197,-39157,-7779,9152,-39724,-5376,9906,-39627,-3995,10081,-38960,-3859,9836,-39757,-4275,8833,-40281,-3798,9343,-39706,-3576,9790,-39358,-3699,9545,-39097,-3517,9881,-36859,-2953,9323,-36352,-2687,9119,-37289,-3023,9006,-36110,-2666,8528,-36462,-2950,9241,-34884,-2248,10356,-37166,-3259,10051,-38512,-3561,10207,-38443,-3950,10163,-38173,-4150,10325,-37609,-3392,10448,-37506,-3769,10573,-36357,-3148,10630,-36716,-3524,10264,-38094,-3590,8477,-37064,-3167,9081,-37973,-3230,9245,-40525,-3670,9493,-40492,-3711,9653,-40551,-4049,9520,-40734,-4509,9342,-41391,-3753,9491,-39486,-4803,9413,-41799,-3994,9121,-42621,-4382,9171,-42553,-4026,8659,-43706,-3843,8625,-42958,-3780,8986,-42824,-3834,9170,-42205,-3829,7506,-45291,-3781,7544,-44765,-3823,7562,-43748,-4090,7962,-43035,-4132,8657,-39644,-3769,5402,-37442,-3345,5562,-37343,-2831,6534,-32448,-2422,7110,-31850,-2349,7499,-32934,-2626,7731,-33308,-2651,8059,-34194,-2707,7168,-33467,-2772,7214,-28717,-1326,7219,-29870,-1754,7706,-30148,-1898,6565,-30332,-1439,6603,-29760,-895,6735,-29306,-1005,6927,-28826,-1046,6846,-29647,-1431,7723,-25551,55,9582,-24391,473,9216,-25006,144,9503,-26630,-37,9432,-27548,-289,9677,-27580,-258,9738,-28553,-458,8057,-28572,-1392,7823,-26710,-711,8122,-27308,-984,8567,-26044,-453,8488,-27140,-824,8972,-25685,-124,9573,-25829,142,8282,-25498,-340,9796,-25103,347,9786,-26339,57,8634,-25150,-160,9106,-21552,1113,8582,-22315,1122,8335,-23409,616,8369,-24228,159,8071,-24034,683,7998,-24791,1473,7994,-24232,1137,7758,-25394,897,7510,-26110,379,7381,-26747,-84,7471,-27003,-576,7818,-25004,442,8055,-24683,158,7160,-28972,200,6869,-29561,-201,6390,-30901,-956,6521,-30841,-650,6391,-32675,-553,6149,-33066,-828,6202,-33513,-699,6082,-32207,-1208,5905,-33197,-1288,6673,-33318,-363,6765,-31099,-257,6302,-31458,-940,7093,-28366,-72,7560,-26271,705,7263,-27464,82,7720,-26288,1112,9111,-22099,936,8758,-22163,1008,8673,-23283,448,10753,-23396,678,12402,-24191,-683,12296,-26667,-1077,12040,-26306,-1501,11589,-26709,-2060,11916,-27087,-1703,10563,-28197,-3079,9828,-28201,-3729,9693,-27748,-3849,9359,-28534,-5213,8123,-29169,-5778,8293,-30026,-5810,7917,-31124,-6121,9007,-28977,-5505,9421,-28239,-4785,9478,-27509,-4950,9748,-26897,-3723,10135,-25270,-3107,10531,-25010,-2770,10659,-26394,-2811,11350,-25880,-2150,11141,-27676,-2578,11614,-28075,-2106,10252,-27513,-3291,9898,-25406,-3378,9830,-24883,-3429,9968,-26932,-3465,8116,-27029,-5737,8390,-27189,-5446,7945,-28150,-5898,7734,-28825,-6304,7632,-29805,-6322,7879,-29992,-6030,7970,-28721,-5858,7710,-30050,-6192,8030,-26984,-6059,7869,-28169,-6471,8116,-28203,-6837,8481,-27680,-6924,8602,-27964,-5451,8395,-28683,-5599,8438,-25094,-5108,8779,-23619,-4467,9098,-22445,-3933,9689,-23398,-3903,9840,-22746,-3376,8497,-23196,-4871,8802,-23309,-5613,8909,-23867,-5899,8787,-25378,-6377,8941,-26459,-6707,8351,-25802,-6200,8231,-25765,-5961,8487,-25728,-6297,8459,-24354,-5614,8527,-23385,-5237,9653,-24156,-4182,9793,-23934,-3786,10110,-22258,-2464,10027,-23712,-2835,10434,-21350,-1934,8787,-22465,-4176,9521,-21156,-3249,9933,-21733,-3084,9937,-21241,-2989,9677,-22302,-3522,8977,-20501,-4607,9232,-21495,-5156,9774,-22377,-5375,9611,-23296,-5655,9762,-23859,-5840,9154,-24293,-6107,9882,-24963,-6143,9847,-25565,-6327,10116,-25923,-6511,10484,-25999,-6679,9800,-27563,-6892,9981,-24289,-5951,10163,-23133,-5576,10914,-23262,-5837,12372,-22648,-5891,12664,-21769,-5634,12454,-19994,-4930,13496,-19994,-4905,13653,-17915,-3767,13636,-16705,-3260,14464,-16674,-3214,15102,-16397,-3954,15640,-15415,-5025,15153,-15714,-4452,14128,-15758,-5572,13049,-15776,-5948,12378,-15667,-6126,12379,-17374,-6759,13001,-20055,-7493,12724,-20227,-7656,13038,-21583,-7968,12761,-22849,-8551,12795,-24258,-8980,12339,-22888,-8757,11886,-23893,-9406,11837,-25128,-9927,11690,-25249,-10227,11651,-27092,-10821,11790,-27845,-10729,11711,-29239,-10891,12137,-28880,-10441,12460,-30022,-10158,12843,-29705,-9680,13457,-28043,-8863,13489,-28988,-8728,13651,-28914,-8424,13734,-28802,-8146,13343,-28302,-7550,13110,-27193,-7143,14082,-25619,-6762,14455,-24821,-6797,13525,-24664,-6421,14107,-22677,-5806,14293,-21514,-5348,13525,-20788,-5207,14072,-25094,-6593,14430,-23931,-6285,14306,-25616,-7453,14350,-25677,-7171,14083,-26196,-7911,14197,-26323,-7625,13948,-27592,-8004,13836,-27437,-8268,13502,-26613,-8816,13376,-25663,-8855,13138,-25182,-8983,12458,-24895,-9325,12322,-24253,-9218,12060,-25381,-9754,12472,-25653,-9516,12167,-27471,-10186,13079,-27094,-9291,12672,-27364,-9692,12631,-26515,-9581,12080,-26459,-10026,13260,-23223,-8468,13450,-23596,-8476,13533,-21920,-7920,14033,-19347,-6848,13932,-18113,-6536,13347,-18596,-6882,13510,-20144,-7353,13812,-19756,-7096,13985,-25797,-8143,13670,-24261,-8414,13910,-25128,-8251,13739,-26369,-8515,14104,-26467,-7163,14240,-26240,-7257,14118,-26989,-7525,13920,-27902,-7770,13631,-28306,-7658,13655,-28961,-7996,13844,-23556,-6133,14609,-23571,-6332,14605,-22575,-6752,14723,-21393,-6294,14804,-21476,-5985,14798,-21433,-5661,14741,-22382,-5972,14569,-23035,-6012,14692,-22958,-6407,14542,-24321,-6602,14565,-23935,-6861,12516,-27530,-7166,12375,-24544,-6405,11747,-23966,-6235,13335,-22228,-5730,12485,-25132,-6548,11785,-25422,-6678,11325,-26848,-7101,12051,-27630,-7268,13147,-26398,-6875,14286,-25460,-6817,12906,-25984,-6725,13080,-25215,-6544,13019,-24552,-6370,14332,-24828,-6576,12785,-27777,-7277,11873,-29703,-7942,12117,-30716,-8265,11632,-30651,-8303,11625,-31283,-8480,12638,-21815,-8224,12414,-21419,-8214,11948,-21477,-8559,11478,-21970,-9121,11210,-21763,-9405,10971,-21285,-9901,10856,-20045,-9471,10896,-19815,-8920,10795,-19422,-9245,10686,-18342,-8918,10775,-18081,-8463,10796,-17539,-8300,11080,-17588,-7891,10794,-16721,-8032,10932,-15137,-7463,10905,-15224,-7931,11035,-13987,-7205,12672,-12824,-4877,13762,-13396,-4822,13822,-12641,-4603,13645,-11935,-4308,14175,-11343,-4424,15048,-10453,-4196,16085,-10832,-4824,16587,-11506,-5374,15909,-11526,-4993,15605,-12129,-5240,14634,-11972,-4778,14327,-12080,-4750,13985,-12324,-4581,14049,-13302,-4855,11889,-13551,-5557,11618,-11151,-4907,11744,-10583,-4491,12469,-10794,-4081,12954,-10739,-3882,13333,-11014,-3938,13605,-10906,-3906,14374,-10413,-3993,14607,-10215,-3950,13907,-9041,-3353,13923,-10011,-3854,13750,-9748,-3696,13481,-9971,-3545,13050,-8586,-2946,11824,-8624,-3473,11800,-7338,-2887,11633,-7516,-3199,11385,-8788,-4308,11392,-7872,-4091,11443,-8133,-5065,11451,-8637,-5758,11338,-8264,-5888,11062,-8752,-6393,10632,-7964,-5940,10602,-9083,-6502,11194,-7761,-5807,11469,-7221,-5229,11510,-7641,-5221,11398,-4877,-3949,11094,-4030,-3797,11000,-2858,-3232,10662,-1497,-2463,11084,-736,-2023,10971,-19,-1592,9410,-266,-1023,8931,-267,-977,8873,-991,-1300,8445,-2030,-1943,8798,-2050,-1854,10011,-4407,-3687,9091,-3317,-2516,10100,-2024,-2400,9629,-2098,-2143,10017,-1168,-1867,8779,-3220,-2391,9178,-2653,-2196,9360,-1579,-1669,9390,-1186,-1457,9167,-848,-1230,9120,-1975,-1815,9836,-347,-1306,10810,-3355,-3578,10286,-2733,-2939,10749,-3789,-3764,11035,-5141,-4473,11483,-6075,-4502,10391,-3926,-3626,9569,-3970,-3143,8864,-4448,-2951,8428,-4167,-2836,8554,-2870,-2273,10265,-8105,-5748,10803,-7516,-5769,10857,-8243,-6179,14968,-9900,-3951,15821,-9893,-4350,16558,-10278,-5075,16821,-9444,-5338,16698,-8851,-5390,17143,-8133,-5445,16864,-8216,-5494,16736,-7118,-5294,16157,-8553,-4717,16964,-9007,-5590,16513,-7406,-5292,16175,-7521,-5028,16019,-7769,-4779,15853,-9068,-4334,15288,-8508,-3722,14986,-8167,-3490,14802,-6875,-3159,14105,-6076,-2609,14506,-5781,-2864,13276,-5860,-2316,13426,-6273,-2501,13807,-6378,-2518,12934,-7791,-2646,12577,-7184,-2427,12418,-6105,-2031,12748,-6216,-2025,12773,-5471,-1725,13833,-5139,-2297,14156,-4351,-2269,14108,-3844,-2089,14678,-3117,-2435,14152,-3066,-1806,14963,-3938,-3016,15204,-4715,-3474,15790,-7132,-4485,15434,-6183,-3869,15628,-5100,-4038,16258,-5606,-4831,16462,-5364,-4623,16207,-4131,-4040,15946,-5498,-4607,15898,-6571,-4667,17027,-4819,-3313,16826,-3587,-2802,17142,-3357,-1720,18274,-3065,-1747,18250,-4133,-1943,18513,-3464,-2341,19214,-2957,-2476,19373,-4282,-2813,19915,-3471,-2301,20583,-3850,-2257,21166,-4147,-2244,21342,-3605,-2083,22222,-3515,-2067,23043,-4223,-1371,22936,-5312,-1543,22769,-5714,-1628,22777,-6020,-1178,22443,-6300,-1480,22368,-6733,-936,22002,-7030,-156,21014,-6527,-227,19681,-6986,122,18102,-6568,-480,17142,-7350,-875,17327,-7638,-934,17000,-8061,-878,17535,-9192,21,17579,-9721,189,17655,-9700,771,17889,-9936,1277,18836,-9090,662,18799,-8824,-554,18788,-9315,-623,18699,-10088,-304,19234,-10653,-418,19595,-10981,-821,19719,-11071,-1124,20343,-11833,-1684,20532,-11911,-2272,20487,-12094,-2522,19212,-12631,-3449,19274,-13073,-3943,18627,-13506,-3975,17883,-13860,-3801,17569,-14961,-3333,17669,-14742,-2176,17615,-14476,-1725,17094,-14277,-1172,17220,-13570,-764,17017,-11723,-631,17079,-11262,-718,16965,-10473,-640,17415,-10093,-723,17431,-9598,-441,17314,-9432,-722,17691,-10259,29,17962,-10535,908,18295,-10677,1087,18786,-11155,615,19295,-11448,31,19495,-11679,-304,19954,-11703,-715,20007,-11995,-1375,19240,-11251,105,18857,-10670,238,18083,-10452,1258,18563,-10680,777,19049,-11603,-534,18838,-11693,-1050,17971,-10801,-5,18191,-10966,618,18561,-11257,496,18239,-11160,-93,18968,-11460,46,17041,-13237,-514,17108,-13721,-776,16773,-13794,-798,16407,-13615,-491,16607,-14262,-784,16272,-14964,-71,16433,-14993,-1050,15776,-15213,-946,15373,-14659,-884,15206,-14279,-710,14693,-13412,-465,14419,-12794,-195,14766,-12966,340,14821,-12592,864,15241,-12723,853,15276,-12451,1476,15471,-11465,420,15739,-11288,124,15771,-10545,29,15834,-11280,-386,16118,-11243,-508,15915,-11894,-353,16560,-12851,-445,16695,-11737,-347,17017,-12466,-392,16383,-12151,-444,16862,-11417,-440,16663,-10867,-440,16259,-10597,-513,16229,-9761,-516,15677,-9949,780,15599,-10843,1827,15367,-11913,1185,15731,-10288,452,15429,-10960,609,16619,-9989,-559,15923,-9829,-268,15734,-9883,192,15685,-9791,1178,15474,-10483,1020,15793,-9955,1975,16062,-10367,2957,16815,-8862,2538,16739,-9098,2929,16759,-8284,3076,15516,-8143,3957,15495,-7260,4420,15240,-6569,4886,15909,-6522,4951,15805,-6019,5161,15758,-5787,5063,15529,-5432,5382,15223,-4921,5583,14996,-4379,5909,14743,-4567,5861,14311,-3908,6115,14655,-5629,5254,14513,-4791,5625,14945,-5455,5485,16246,-7093,4448,16302,-6837,4494,15925,-6541,3735,16112,-6514,3032,15917,-5346,3365,16327,-6235,2851,16965,-6502,2147,17069,-6245,2074,16831,-6388,1855,17033,-6835,1968,17003,-7202,2179,16948,-7743,2317,16984,-7974,2286,16611,-8418,2052,16214,-8996,1974,16019,-8919,1615,15835,-9098,1235,15697,-9410,739,15619,-8541,560,15571,-7292,733,15624,-5981,477,15808,-5596,397,15622,-3815,1587,15769,-3446,1679,15586,-2886,2208,15755,-2453,2371,15711,-1933,2798,16695,-2401,2454,16854,-3279,2188,17581,-3977,1744,17568,-4513,1467,17730,-4769,986,17453,-4912,973,17511,-5219,430,17124,-5148,546,16254,-6068,-93,16962,-6232,-143,16537,-8848,-635,16097,-9161,-423,15632,-9055,174,15598,-8206,221,15735,-8362,-114,15930,-8058,-351,16189,-8432,-446,17149,-8858,-911,16965,-6909,-550,17839,-5616,-700,18126,-5304,-632,18357,-4396,-311,18162,-3733,-168,17561,-2831,423,17609,-2601,403,17395,-2270,840,17229,-1736,1332,17026,-1300,1906,17377,-1548,1186,17322,-1130,1723,16818,-852,2439,16003,-307,3811,15741,-65,4324,16046,120,4209,15642,396,4929,15611,816,5584,15366,1359,6470,14860,1425,6680,14927,1818,7395,14335,2197,8804,14096,1623,8939,14244,1207,8241,14501,267,7547,14616,76,6961,15062,-1140,5635,14998,-1249,5240,14725,53,6101,14777,-381,6032,14865,-519,6633,14574,2363,8731,15548,2222,7717,15905,1861,7046,16602,1515,6339,16938,1292,5790,16946,1635,5850,17061,1690,4421,17291,2005,4314,17546,2372,4586,17715,2372,4351,18334,2117,2846,18466,1519,3027,18497,1953,2188,18842,803,2274,19158,645,1582,19546,-105,1447,20024,-946,1254,20224,-1817,682,20496,-2477,292,20352,-3027,-155,20084,-3900,-447,19325,-4331,153,18672,-3500,421,18645,-4510,-31,18634,-5182,-284,18117,2090,3616,18182,1478,3591,18437,1241,3227,18630,485,2606,18990,-38,2178,19260,-142,1837,18697,1007,2609,15289,1839,7239,15609,1262,6260,16041,1329,6128,16276,902,5355,16231,462,4584,16437,191,4034,17072,731,4766,17053,1295,5236,16611,726,5039,16802,1113,5654,16888,551,4753,17048,54,3729,17463,298,3106,17485,835,3494,17728,519,3110,18192,67,2652,18393,168,2648,18068,755,3315,17392,-233,2812,17765,-994,2065,17622,-1270,1430,17471,-1960,822,17953,-1973,846,18669,-2567,740,17763,-1583,1022,17983,-1247,1718,17765,-118,2515,17476,-618,2489,18328,-764,1936,18668,-1146,1481,18733,-651,2007,18949,-558,1990,17814,-2450,425,16997,-765,2372,17127,-329,2964,15141,2902,9139,15432,2489,8350,16406,2264,7795,16321,2897,8628,16373,3023,7675,15725,3604,9785,16115,3193,8734,15693,3601,8561,16363,2568,6395,16062,3235,6517,16440,3420,6323,15815,3262,7114,16677,2541,7416,16265,1917,7145,15933,2444,8329,16420,2529,5763,16653,2303,5291,16963,2378,4882,17180,2720,5175,17310,2821,5030,16661,2675,5456,16963,2995,5590,16759,3805,5656,15657,4763,7128,15323,5195,7673,15149,4915,8004,14840,4702,8381,14841,4959,8931,14729,5180,9847,14545,5371,10373,14396,5503,10934,14116,5524,11385,13884,5767,12077,14254,4639,11989,15066,3885,11073,15107,3706,10932,14424,3705,10789,13206,3780,11945,13465,2697,10978,15850,2645,8784,14998,3143,9806,14470,3099,9799,14588,3540,10453,14015,2908,10158,13588,3171,11004,13983,3462,10749,15524,3411,10481,15547,2982,9759,14934,3495,10651,14541,3912,11491,13753,4010,11788,13193,4186,12325,12537,3987,12916,12200,3142,14814,12928,898,12551,13544,957,11902,13226,1127,12497,13315,1515,12615,13021,2165,13176,13048,2062,12336,14058,4173,12163,13082,3275,11851,13046,2505,11953,13050,2131,12044,12976,3146,12048,12828,2710,12404,12261,3131,13660,12503,2951,13104,12597,2735,14031,12436,2458,14437,12582,2586,14341,12925,2315,13675,13102,1861,13217,14627,4086,11675,14142,4479,12328,14211,6054,10320,13755,6971,10926,13405,7352,10591,12373,7698,10449,12162,8127,10500,12596,8561,10022,12027,8566,10620,11986,8713,11358,11789,9437,11348,11486,10547,11685,11656,9720,12020,11196,11601,12089,11110,13138,11735,11448,12294,11371,11788,11353,11022,10973,12219,11863,11313,11260,11467,11573,10590,11162,11696,10058,11032,11862,9218,10777,12229,9405,10481,12035,10603,10734,11608,10174,11280,12245,7765,11128,12251,7857,11711,12273,8043,12179,12645,8049,12880,12365,8237,13435,12252,8413,13342,12008,8228,12396,12561,8041,12376,11632,8833,13313,12638,7444,13187,12113,7226,14193,12845,6458,13401,12490,6114,13850,12375,5853,13721,12728,5467,13765,12175,5168,14299,11966,4989,14213,11843,4603,14147,12435,4409,13258,11677,6022,14590,12034,6223,14392,12013,6702,14422,12232,6391,14109,11557,6279,14994,10909,5469,15598,11405,4834,14814,11104,4599,15390,11346,4122,15214,11980,3357,15071,11148,6065,15376,11558,5604,15100,12015,5372,14628,12097,5536,14589,11486,5136,14762,12110,5952,14001,12486,7503,10953,13363,7491,11128,13189,7230,12176,13083,6561,12951,12989,5985,13335,12878,5756,13118,13257,5941,12992,13427,5583,12386,12983,7694,11671,12962,7800,12246,13312,7508,11591,13606,6699,11541,13968,6245,11011,14134,5703,11528,13533,5877,12625,13226,5307,13024,13484,4953,13083,13607,4554,12814,12542,4685,13425,12923,4884,13597,12464,5265,14240,13532,4752,13045,13017,5069,13648,13396,6534,12306,14386,5789,9836,14156,6250,10227,14694,5362,9026,16204,3772,6597,15222,4337,7931,15143,4694,7906,14666,4542,8765,14634,4286,9653,14504,4505,11312,14762,4257,11359,15125,4056,10256,16032,3249,9361,15928,3203,9773,15870,3008,9696,15494,3710,10496,15224,3991,10582,16141,2922,9123,16191,2680,8601,15521,3728,9166,13945,4975,11695,13706,5084,12321,15128,4115,8158,15545,4094,7476,16124,3656,6723,15550,3539,7739,15193,3912,8448,15466,3770,7602,16659,2226,7431,16507,2536,8032,14976,2381,8365,16486,-107,3525,16340,-545,3203,16753,-1042,2446,16340,-1059,2937,16268,-1683,3005,16666,-1872,2461,17361,-2406,1456,17134,-2066,1909,17483,-6876,-898,17541,-6051,-708,17825,-6401,-834,18110,-5728,-715,18452,-5720,-459,18850,-5739,-315,19043,-5583,-224,19575,-5976,-289,19847,-5732,-373,20092,-5164,-559,21187,-3929,-519,20389,-3765,-630,19178,-5973,-269,19383,-6530,-186,19919,-6363,-335,20290,-5864,-673,20385,-5508,-823,18372,-6994,-118,18667,-6419,-282,18983,-4594,89,20560,-4788,-961,20513,-4137,-804,20168,-4270,-620,19437,-4798,51,16607,-4866,738,16249,-4387,1034,16600,-5200,423,15959,-6374,-107,15485,-6939,352,15615,-7222,-45,15661,-6521,90,16667,-7011,-413,16143,-5001,515,16472,-2944,2367,16753,-3618,1973,17187,-4136,1777,16898,-4734,1037,16315,-2365,2661,15575,-5301,1004,15647,-5639,1277,15678,-5218,1685,15587,-3954,3051,15410,-3606,3033,15245,-2812,3226,15182,-2256,3357,15413,-3155,2354,15338,-3294,2583,15368,-3582,2599,15542,-4387,2104,15560,-4477,1433,15562,-4761,1627,15737,-4802,932,15889,-4314,1039,15352,-2729,2593,15355,-1817,3075,15491,-1829,2898,15429,-976,3634,15220,-1100,3608,15067,-574,4179,14879,-330,5238,14896,634,5527,15002,1134,6128,14669,1132,6800,14517,1281,7459,14524,1691,7693,15123,563,5212,15180,212,4773,15469,418,5007,14970,68,4794,15748,-1230,3478,16107,-1940,2945,15506,-171,4366,15691,-827,3840,14829,391,5490,14768,974,6220,14646,405,6605,15172,-1600,3711,15125,-1944,4012,15023,-1055,4495,15698,-2677,4457,16747,-2777,4810,15804,-2311,4880,15317,-1807,5059,15002,-1287,4949,15353,-2601,4212,15139,-1876,4667,15204,-2374,4102,15326,-3102,3554,15703,-3509,3700,15875,-3998,3311,15888,-4495,2776,16364,-4970,2715,17030,-5861,2325,17157,-5891,2679,16982,-5738,2952,17259,-5043,3389,16056,-3806,4420,15615,-4470,4062,15992,-4645,3785,16646,-5078,3746,16181,-5279,3393,16637,-3888,4420,16711,-4572,4023,17137,-4177,4221,17528,-4009,4303,17617,-3603,4671,17613,-3283,5167,17388,-3158,5650,16915,-3293,6030,16687,-3281,6756,16327,-3398,7290,15283,-3228,8426,14581,-3094,8327,13602,-2984,7898,13286,-3063,7850,13160,-4837,7638,13153,-5120,7435,13158,-6298,7506,13142,-5599,8032,12943,-5347,8370,12848,-6183,8013,14801,-3046,8784,15260,-3039,8571,15112,-2641,8621,16452,-2730,6639,15942,-2144,6644,16457,-2170,6072,16828,-2521,6019,16900,-3188,6365,15551,-2283,7518,15137,-1730,7415,16110,-1681,6323,15169,-3398,7746,14582,-3275,7752,13769,-3198,7099,13387,-3200,7070,13221,-3338,7168,13160,-3437,7503,13134,-3981,7606,13009,-4335,6626,12964,-5680,6136,13183,-3956,5907,12701,-5224,4682,12430,-5294,4229,12597,-5967,4263,12832,-6453,4422,12698,-7514,3953,13379,-3428,6496,13262,-3765,6093,13479,-3742,5523,16572,-3403,6657,16154,-2929,7344,15967,-3242,7798,15570,-2633,7924,15861,-2410,7093,17317,-2854,5013,17225,-3673,4696,16501,-3515,5151,15694,-3784,5041,15234,-4322,5058,15300,-4917,4419,15227,-4581,5070,15340,-4939,5133,15710,-6132,4455,15356,-5351,4463,15675,-5236,3627,15502,-5467,4021,15526,-5751,4276,15941,-6224,4813,17573,-3610,4824,17406,-3298,5451,17366,-4592,3846,17396,-4498,3735,16970,-4783,3158,17431,-3939,4061,16675,-3896,3713,16466,-6022,1765,15570,-6103,773,16370,-5687,1969,16247,-5201,2440,15835,-4941,2194,15675,-8059,952,16168,-7935,1432,16976,-7410,1978,15708,-6887,891,15687,-6147,1015,16597,-6738,1564,15776,-7782,1072,16625,-7124,1586,15902,-8480,1323,15995,-9565,2192,16463,-8237,3402,16524,-7252,4095,16778,-7771,3397,16191,-7124,3233,15880,-5730,3279,16186,-6947,3034,16546,-7594,3869,16867,-8080,2844,16586,-7369,2506,16537,-7513,2808,17022,-8515,2739,16689,-6591,2314,16548,-5819,2959,14961,-10547,2542,14564,-11063,1577,13884,-10561,829,14183,-11818,344,14417,-11478,1021,14743,-10742,2207,14770,-11833,1446,15060,-12281,1596,15213,-12023,1916,15685,-11061,2758,15322,-11477,2416,15066,-11488,2143,15448,-11895,1931,13933,-11239,417,15085,-12894,981,15783,-12506,130,15861,-14030,495,16031,-14342,495,15647,-14247,380,15331,-13729,367,15160,-13331,492,15369,-12891,513,15587,-12865,371,15796,-13264,315,15078,-13509,302,14918,-12842,945,16761,-14388,-1109,16927,-14957,-1795,17675,-15224,-2096,17447,-15398,-2031,17627,-14668,-3695,19319,-14393,-4611,19543,-14783,-4664,19513,-15442,-4347,18755,-15458,-4409,18266,-14614,-4249,18076,-15331,-4462,18200,-16431,-4785,17961,-16672,-4877,18103,-17498,-5142,18206,-17688,-5238,17305,-17729,-5247,17630,-17808,-5553,17727,-17576,-5985,18318,-17498,-6122,18840,-17358,-6013,19548,-16870,-5658,20012,-16596,-5361,19924,-16626,-4684,20058,-15941,-4479,20250,-15892,-4713,19978,-14846,-4669,18603,-14352,-4251,18345,-13839,-4022,19840,-15720,-4351,19684,-16120,-4349,19030,-16478,-4619,19970,-16380,-4504,19642,-16649,-4532,19552,-17224,-5119,19022,-17374,-4950,18502,-17679,-5410,19442,-17059,-4728,19516,-17101,-5504,20511,-15408,-5431,20429,-14742,-5755,19886,-14359,-5954,19333,-15359,-5928,18424,-15794,-6079,17106,-14879,-6032,16672,-14886,-5879,16901,-15472,-5901,16225,-15843,-5277,16772,-16394,-5569,16511,-16566,-5258,16930,-17121,-5627,17720,-15248,-6098,16878,-13998,-6179,20014,-16004,-5508,19797,-15508,-5748,18610,-16778,-6186,17386,-16424,-6052,16931,-16027,-5804,17506,-15936,-6091,18031,-16424,-6220,17711,-16620,-4804,17245,-17039,-4708,17598,-16486,-4624,17252,-16614,-4110,17326,-16477,-3330,16369,-16780,-3406,16279,-16898,-3730,16304,-16895,-4746,15719,-14004,-5592,14898,-14546,-5166,14432,-14298,-4932,14245,-14418,-4965,14305,-15198,-5234,14609,-15693,-5071,15174,-14857,-5107,14719,-14957,-4848,15916,-15070,-5317,15686,-16048,-4606,15435,-16091,-4260,16628,-17293,-4798,16277,-17013,-4477,16584,-17068,-3771,17880,-17072,-6259,19323,-16335,-5792,20197,-16262,-5182,16656,-17153,-5280,17031,-16975,-3871,16891,-17263,-4433,17700,-15632,-4218,17858,-15330,-4353,17914,-15986,-4627,17688,-13531,-3462,17543,-13359,-3000,17327,-13063,-1903,17805,-11310,-1637,18035,-11150,-628,17724,-10836,-859,17504,-10783,-1197,17295,-10953,-1248,18401,-11665,-1740,18844,-12015,-2319,18851,-12373,-2840,17690,-12946,-3025,18648,-12948,-3543,18226,-11837,-2207,17928,-11876,-2187,18306,-12511,-2982,17661,-12206,-2132,17973,-12406,-2692,18043,-13009,-3482,19712,-12164,-2947,19428,-11959,-2293,19455,-11864,-860,20331,-12164,-2904,19281,-12220,-2883,19110,-10530,-1069,19438,-10602,-1661,19423,-10216,-2032,19350,-9979,-2524,19132,-9668,-2970,18817,-9115,-3034,18271,-8038,-3462,18393,-7933,-2661,18070,-7034,-2524,18648,-7156,-1747,18994,-7755,-1446,18643,-7767,-1712,18849,-8014,-1394,18825,-8788,-982,18899,-8437,-968,19033,-8598,-306,19165,-8362,-662,19114,-9950,-1175,18813,-8716,-1447,18741,-8300,-1545,18898,-9056,-1739,18829,-8832,-2202,19231,-9884,-1782,19069,-9425,-2350,18887,-9493,-847,19725,-11129,-1770,17521,-7668,-787,17896,-7282,-221,17846,-7902,307,17760,-8512,942,17674,-9077,1214,17881,-9415,1332,17611,-9176,761,17675,-8764,1045,17822,-6639,-790,22500,-6629,-711,22536,-5725,-650,22780,-5896,-816,22972,-4956,-912,23063,-4876,-1280,21167,-4730,-757,21846,-4950,-684,22772,-3940,-717,22736,-3316,-598,22777,-3028,-653,22913,-3340,-1128,22494,-2125,-413,21636,-1294,-760,21335,-905,-535,20954,-171,-205,20563,438,-131,21512,-348,131,20890,651,441,21131,-174,1059,21586,-918,876,22378,-1938,-48,22008,-1120,-124,22265,-1862,-759,21576,-335,303,21007,523,838,21851,-844,447,21358,-104,811,20743,879,722,22891,-4059,-1717,21768,-4424,-608,22275,-4644,-703,21589,-3440,-301,21563,-2225,165,21148,-2733,116,21079,-3305,-188,22243,-3644,-545,22459,-2634,-290,22203,-2063,59,22995,-3885,-893,22794,-4850,-700,16676,-5068,-3990,16726,-3746,-3137,16509,-3399,-3210,16661,-2052,-1504,15852,-139,-1256,16262,-346,-677,15725,555,-864,17110,259,-212,17194,1098,334,16798,1066,465,17162,1475,873,16908,1709,1189,16463,2258,2177,16730,2600,2673,16390,3668,3678,16797,3367,3189,16953,3838,3219,17054,4031,3344,16786,4599,4479,16783,4299,3806,16285,3268,3351,15886,2931,2984,15553,3498,3595,15267,3468,3251,14725,4111,3606,14641,4508,4388,14323,5169,5715,16490,4942,5116,16668,4750,5236,17111,4190,4667,17687,3579,3687,17650,3702,3407,15120,4092,4273,15877,3652,3854,15090,4860,5580,14723,5442,6479,16606,4580,4283,15731,4494,4922,16255,5009,5071,16216,4738,4801,17257,4077,3616,17113,4277,4322,15339,4275,4753,14825,3776,2931,14454,3072,1864,14318,2347,1251,13961,1645,1362,13992,841,770,13809,-89,472,13414,-551,450,12825,-957,778,12558,-416,1256,12709,-101,1486,12938,1030,2249,13851,2671,2682,14134,3472,3067,14535,4040,3427,14221,3827,3344,12642,2383,3391,12925,1698,2849,12633,1126,2461,12376,546,1942,12049,476,1683,11542,1315,1424,11521,1134,975,11756,1378,231,11787,1876,437,11803,2331,477,11829,3414,1194,11769,3403,1470,11804,4073,1717,11693,4312,2196,11678,5402,2908,11085,6808,2838,11057,7695,3467,11379,7295,3200,11552,8570,4228,11593,9477,5027,11367,10087,5361,11138,10228,5353,11129,11024,5886,11226,11520,6383,10740,12939,7175,10577,13423,7469,10488,13524,7342,10664,13556,7261,10644,13763,7751,10738,13301,7546,11108,12582,8568,11248,11354,7667,11196,11729,7524,11320,11636,7002,11014,12603,7229,11003,13074,8574,10812,13795,8482,10875,13777,9419,10364,15060,10988,9856,15889,11704,9136,16065,13293,9528,15887,13785,9663,15133,13599,9729,15468,13872,9563,14681,14784,9874,13668,15035,9909,12599,15101,9699,11771,15124,9863,11170,15345,10057,11003,14951,10255,10417,14881,10507,9778,14673,11067,9204,15455,11082,9398,15236,11758,8894,14227,12066,8548,13899,12029,8038,14057,10617,7223,16203,10136,6534,16783,9816,6239,16867,9756,5945,16910,8953,6208,17599,8592,6019,17885,7584,6241,18638,7999,6718,18600,8659,6606,18044,9568,6735,17351,11096,6805,15670,10914,6341,15851,11389,9043,13877,11796,8608,13378,11332,9713,13451,11104,10582,13517,10742,11550,14111,10496,11660,14561,10200,12489,14894,10112,13017,14894,10496,9564,15018,10979,10403,13963,10438,10711,14686,11067,9556,14116,10942,9269,14560,10810,10006,14355,9747,13630,15228,9142,13637,15345,9496,14203,15291,9245,14741,15391,8959,15424,15617,9200,15436,15300,8330,16750,15686,7704,16814,16768,7709,15756,17011,7097,14939,17364,6864,15537,17518,6363,13152,18660,6512,12062,18762,5289,12963,19522,5117,12806,19967,5865,13517,18995,5633,13060,19263,7906,16690,16068,8374,15474,15660,8569,15277,15574,8928,14222,15416,9303,12853,15273,9018,13636,15568,9619,15582,14100,9308,16329,13854,9039,16481,13518,9245,15920,13486,9124,16015,14393,9434,14741,15163,8946,15972,15487,8599,16736,15434,8762,16841,14991,8935,16850,14432,9073,16671,13826,9193,16615,13320,9315,16625,12471,9714,16010,12312,8896,16457,14209,9050,15915,14828,9000,16040,15281,8953,17158,14185,8548,17469,15070,8285,17789,15693,7442,17891,17014,8374,18170,15274,9409,15360,14450,9474,15414,13052,9762,15008,13218,10453,14395,12520,10070,14426,12729,10721,14069,12010,10659,13860,12327,10279,13952,12632,10212,14836,12687,9783,15651,12931,10713,14403,11120,10566,14637,11584,11141,13385,11084,11485,12479,11006,11661,12169,10410,11602,12314,10063,11718,11960,9609,11102,13444,10068,11025,13228,9181,11303,12709,9421,11393,11871,8664,11573,11063,8279,11372,11239,8029,11574,9054,6404,11498,8418,5568,11719,8574,4577,11731,7422,4087,11601,8071,5607,11444,7132,4724,11403,6693,4343,11407,5543,3783,11433,5130,3310,11413,4860,3449,11444,4223,3038,11556,3947,3084,11513,3041,2443,11491,2474,2023,11457,3460,2404,11437,4515,2987,11437,7611,4891,11478,8149,5069,11473,7361,4524,11631,6794,3823,11655,6164,3367,11593,6689,2907,12159,6332,5407,12499,7111,6476,13365,6109,6490,13641,5937,6951,14158,6447,8248,14341,6600,8573,15112,6202,7588,15393,5956,7396,15479,5743,6491,15871,5385,5787,16023,5432,6054,17228,3927,4668,17624,3162,4241,16400,4735,6005,15977,5275,6643,15435,5952,6990,15672,5758,6759,15076,5438,6369,14309,6094,7572,14935,6136,7338,14065,5989,7347,13643,4942,5590,13776,5323,6127,13517,5515,6158,13810,5708,6757,13465,5092,5695,12222,8562,7155,12034,8034,6479,12032,9201,7426,11622,10117,7520,11783,8226,6177,13008,6972,6764,13103,7398,7262,12745,8510,7659,12495,9674,8341,12388,10212,9241,12612,9432,8958,12326,10319,9946,12739,8947,8307,13481,6747,8448,13746,6595,8466,14361,6685,9216,14382,6471,9418,15043,6113,8179,14653,6525,8578,14443,6124,9403,14045,6856,9390,13699,6250,7648,13332,6907,8261,13442,6487,7412,13324,6587,6849,13030,7872,7733,13253,7130,7741,13039,7532,9289,13022,7307,9745,13240,7112,9782,13629,7279,10937,12410,9665,10180,12656,8960,9641,12899,8314,8971,13146,7580,8620,12903,7384,10295,12737,7679,9976,12968,8158,8403,12757,8016,7296,12337,9661,8001,12384,10179,8750,12069,11180,9795,11991,11224,10565,10906,13805,11627,10308,14957,12211,11926,9862,7769,11924,11093,8709,11437,10216,7134,11400,10009,6560,11306,10805,6999,11409,10349,6446,11610,10142,5810,11489,10529,5815,11431,9766,6102,11457,8947,5629,11681,9569,5464,11485,9025,6018,11665,8380,4843,11060,13616,10575,10707,14293,9958,10999,13147,7857,11184,12509,7488,11502,2453,1621,11740,2586,1022,11584,1660,950,11462,2003,1602,11648,2008,2086,11780,2893,2764,12010,4239,3860,11744,5087,4062,12486,4583,4616,12087,5541,4767,12560,5943,5628,12785,4926,5104,11939,1816,2408,11863,967,1828,12157,-206,1253,11705,-744,338,11812,-1572,-33,11683,-1637,-386,11604,-2743,-1315,11571,-3868,-2271,11643,-5144,-2299,12045,-1117,537,13043,2362,3360,13328,2115,2741,13694,3534,3896,13920,2257,2063,13510,1410,1830,12892,455,1836,12928,1,1411,13351,472,1304,13888,-548,118,14205,-1397,-946,12773,-1649,323,12486,-2420,-122,12224,-2158,-19,12525,-3361,-746,12733,-3925,-1147,12722,-4502,-1392,13119,-4789,-1814,13624,-3859,-1698,13615,-4677,-2043,13710,-3038,-1337,12720,-2856,-437,13158,-3302,-1100,14402,-856,-893,14339,1091,214,14803,3383,2070,14494,3655,2777,13701,-2168,-820,13744,-1650,-572,11902,-3557,-1146,11861,-4625,-1703,11701,-3698,-1501,11949,-1846,-35,11745,-2545,-791,11626,-3619,-1681,12086,-2950,-635,12173,-3602,-985,12896,-2267,-185,13012,-1047,534,13373,-1592,-292,16407,1877,1576,15931,1319,1027,14999,2884,1393,14674,2930,1412,15939,1865,1678,15473,2588,2003,15238,2667,1469,15062,3261,2145,15418,3115,2752,15730,2825,2741,15607,1915,1387,15754,2418,2167,16033,2485,2456,16431,1179,1024,16235,651,600,16220,1154,1043,16686,1536,964,15461,1918,994,15476,1515,-16,14161,-387,-186,14549,278,-562,14662,-643,-1190,15100,116,-1300,15066,-597,-1678,15369,-97,-1704,15612,-609,-2037,14674,-1267,-1509,15618,-1715,-2748,15900,-1148,-2157,15636,-1040,-2318,15462,-1012,-2235,15563,37,-1536,15502,1216,-509,15904,626,-358,15222,1108,-770,15008,808,-847,16082,668,354,16690,488,507,16899,-44,198,16514,-81,235,16522,363,528,15302,434,-1293,15448,674,-1114,15015,1952,128,16232,-1132,-1538,16475,-2304,-2375,16495,-2657,-2687,15970,-2238,-3043,15789,-2223,-3118,15526,-3528,-3609,15773,-2926,-3467,16080,-3226,-3596,16862,-2801,-1787,16837,-374,111,16646,-785,-372,16581,-1245,-956,16292,-6498,-5059,16990,-6484,-4648,17416,-8088,-5230,18642,-10843,-5643,19007,-11555,-5681,20741,-12249,-4891,21052,-12573,-4806,20967,-13016,-4657,20924,-12507,-3974,20548,-12620,-3998,20442,-13117,-4507,20728,-13609,-4870,19973,-13997,-4728,19531,-13648,-4471,19940,-12858,-4143,20086,-12349,-3512,20750,-12030,-2932,19695,-10488,-2626,19763,-10768,-2158,20460,-11530,-2744,19679,-10453,-3188,19700,-10577,-3581,19330,-10094,-3443,19509,-10591,-4007,19264,-10909,-4854,19185,-11262,-5365,19635,-11642,-5222,19979,-11328,-4477,19022,-10195,-4269,18812,-10372,-4977,18767,-9626,-4058,19113,-9846,-3496,17866,-7933,-4491,17354,-6598,-4221,16854,-5938,-4348,17432,-7391,-4747,17991,-8992,-5163,18399,-10042,-5374,16762,-6477,-5024,18161,-7556,-2943,17789,-6531,-3130,17349,-5294,-2641,17538,-5376,-2320,18838,-5416,-2465,19405,-5399,-2851,20014,-5401,-2899,21304,-5072,-2463,21892,-3792,-2235,20066,-4450,-2662,18912,-4203,-2760,18676,-4295,-2635,21156,-4592,-2394,20267,-5134,-2856,19523,-5121,-2896,21729,-4267,-2319,21545,-5546,-2385,20439,-5772,-2776,20894,-6123,-2483,21611,-6311,-2046,22479,-5709,-1957,22881,-4903,-1829,22483,-4015,-2088,22508,-4737,-2193,21961,-4978,-2316,17848,-6306,-2538,18089,-6247,-2100,17922,-5351,-1937,18446,-9013,-4266,18189,-8375,-4237,18593,-9835,-4795,18190,-8890,-4810,20659,-11798,-4251,20435,-11381,-3523,20811,-12060,-4492,21088,-12861,-4773,20838,-12238,-3354,20944,-12095,-3763,17218,-9037,-5653,17682,-9205,-5571,17548,-9398,-5692,18156,-10283,-5726,17743,-10284,-5815,18522,-11089,-5783,19188,-12339,-5754,18538,-11910,-5895,19005,-13642,-6050,18296,-14002,-6182,16458,-13687,-6045,15607,-13337,-5528,15150,-12656,-5245,19225,-12948,-5877,19959,-13305,-5848,18860,-14139,-6097,20816,-13408,-5636,20958,-13700,-5338,20938,-12957,-5370,20234,-12121,-5170,19651,-12073,-5443,20591,-14952,-5029,20510,-14305,-4975,20789,-14079,-5114,20591,-14931,-5609,20761,-14547,-5245,20612,-14064,-5760,20835,-14140,-5595,20680,-14951,-5316,20366,-15857,-5024,20122,-13807,-5893,20508,-12808,-5486,19779,-12821,-5686,18442,-15034,-6129,15370,-2103,-2753,14572,-2047,-1830,15470,-2654,-3130,14958,-2099,-2270,15169,-3028,-2888,15847,-1643,-2698,14510,-4839,-2685,14785,-5743,-3115,15014,-6658,-3329,15373,-7034,-3736,15766,-7988,-4252,15213,-7547,-3575,12865,-7120,-2378,13057,-7505,-2636,12928,-6114,-2045,13254,-6547,-2526,12098,-7330,-2664,12213,-6516,-2254,11941,-5710,-2083,11511,-7264,-3387,11588,-6126,-2701,11544,-4919,-2598,11504,-5005,-3043,11465,-6429,-3471,11504,-5358,-3872,11507,-5970,-4070,11428,-7170,-4193,13498,-9042,-3321,13412,-8413,-3144,13334,-7618,-2877,14012,-8088,-3057,16872,-10997,-5441,17061,-10300,-5503,17234,-12576,-6000,17782,-12341,-6044,16844,-13307,-6103,17223,-11125,-5679,17768,-11209,-5878,13961,-10744,-4134,12469,-9253,-3371,12864,-9272,-3250,12019,-11259,-4530,11835,-11898,-4988,12252,-12457,-4919,12976,-12316,-4516,12505,-11754,-4450,11949,-22369,-8820,11653,-23921,-9702,11398,-23833,-10110,11049,-22801,-10552,10555,-23180,-11192,10457,-21640,-10979,10897,-21599,-10597,10978,-21621,-10376,10981,-19931,-10104,10964,-19086,-10129,8778,-18441,-9000,8848,-19569,-9463,8121,-20139,-9012,7432,-21947,-9337,7274,-20883,-8874,7045,-21968,-9196,9094,-19370,-9719,8217,-20912,-9434,8026,-21826,-9639,7906,-21198,-9319,8709,-21575,-10224,10866,-20635,-10469,10542,-20102,-10615,10718,-21630,-10809,10959,-20524,-10177,11002,-19138,-9834,10901,-18621,-10084,11046,-17772,-9673,11108,-17010,-9446,10742,-17045,-8664,10692,-17893,-8784,11038,-17763,-9457,11035,-18498,-9752,10876,-17853,-9828,11157,-22382,-9868,11363,-22626,-9549,11263,-23937,-10556,10869,-23182,-10949,11313,-24761,-10815,11536,-25312,-10654,11442,-25801,-10910,10840,-25301,-11297,10879,-24295,-11111,12499,-18892,-7263,11987,-17881,-7151,11562,-17857,-7469,11173,-16455,-7376,10983,-15690,-7425,10905,-15045,-7728,12258,-16341,-3299,11978,-15384,-2839,11356,-14481,-2443,13658,-13401,-1387,13379,-12520,-927,12958,-12386,-985,12911,-11714,-601,12274,-11715,-817,11846,-11813,-922,12588,-12681,-1322,12166,-13166,-1747,12201,-13584,-1945,11143,-12603,-1300,11624,-12657,-1379,11490,-13396,-1771,12181,-12581,-1393,11038,-13989,-2063,10758,-13505,-1641,10686,-14433,-2108,10941,-14877,-2535,10221,-15709,-2712,10318,-14557,-2150,10102,-15061,-2342,11184,-15183,-2785,10541,-13106,-1466,10229,-13424,-1569,12927,-14123,-2002,13226,-15605,-2724,13287,-16781,-3321,13607,-15757,-2763,14474,-16185,-2992,14857,-16219,-3147,13508,-14646,-2178,13034,-13379,-1512,11133,-22172,-5520,12257,-21461,-5510,11452,-21193,-5224,12029,-20523,-5123,10560,-19622,-4448,10705,-18886,-4157,9920,-17417,-3476,9327,-18555,-3761,9348,-17635,-3101,9523,-17638,-3344,11167,-18443,-4030,11139,-19396,-4462,11710,-18377,-4116,9712,-17652,-3518,9720,-18378,-3919,9986,-19412,-4344,11247,-20541,-4913,10108,-22091,-5258,9777,-21477,-5047,9395,-20688,-4882,9104,-19236,-3834,8926,-19970,-3910,8992,-20105,-4353,8836,-20570,-3867,9143,-20642,-4818,10534,-22035,-5301,10396,-20706,-4802,10069,-21086,-4896,8888,-21790,-5086,8708,-22691,-5239,8658,-22116,-4842,8594,-22399,-4649,8743,-21032,-4347,9236,-22550,-5489,9161,-23369,-5775,9017,-25237,-6391,9262,-26459,-6685,9731,-26565,-6618,13140,-13328,3600,12992,-13439,2532,13095,-11190,3317,12959,-10946,3083,12921,-12779,2529,13297,-12328,5082,13132,-12942,5173,12942,-13930,4853,13079,-14563,4495,12593,-13172,5254,13256,-11298,5639,12912,-12918,5297,13231,-12421,5330,13192,-5262,5503,13188,-5587,5581,13145,-4089,6251,13067,-4466,5423,13111,-5090,5267,13213,-6982,5098,13008,-7416,5287,13027,-9407,4805,13052,-9837,4997,13142,-10053,5436,13172,-9584,5915,13210,-9912,6053,13165,-8287,6831,13160,-8326,6546,13218,-7813,4672,13193,-8385,4410,13082,-8945,4590,13016,-6405,5729,13013,-7024,6254,13088,-8117,6209,12967,-6743,5848,12885,-6985,7676,12024,-6887,7608,11514,-6688,7977,12673,-9734,6610,12505,-9119,6837,11534,-10437,5987,11148,-10253,6031,11137,-10713,5773,12266,-10215,6372,12838,-10530,6288,11989,-10900,5976,12254,-12840,5349,11750,-13657,4840,11005,-14731,3970,10045,-15037,3775,9812,-15607,3629,9569,-16449,3417,9376,-16782,3628,10329,-11438,6355,10047,-13108,5036,9992,-13076,5404,9777,-14129,4971,10132,-13165,6083,10008,-13160,5722,10236,-12149,6296,10576,-12697,4737,10574,-11682,5366,10529,-11178,5832,10261,-12182,5400,9503,-15788,4357,9762,-14514,4468,10755,-11550,7399,11682,-12283,8527,11234,-11965,9028,10696,-13005,9697,10732,-12747,10143,10741,-13385,10239,11009,-13942,10856,10645,-14535,9064,10695,-15208,8414,10862,-15678,7837,11343,-15212,7591,11100,-14768,7997,11599,-13496,8055,11515,-12682,8478,11656,-12208,8184,11045,-13154,7279,11688,-12660,8237,11600,-13436,7759,11533,-12810,7860,11375,-14899,7095,11379,-13990,7331,11469,-15165,7206,11614,-13995,7762,11520,-14075,7925,11538,-14387,7443,10800,-14571,8511,10814,-12223,9696,10976,-11963,9396,11773,-11731,8490,11240,-13307,8415,10954,-14497,8296,10749,-13043,9307,10852,-12916,9110,10974,-11661,7670,11223,-11786,7909,10866,-9297,7209,10850,-9355,7407,11111,-10290,8159,11673,-8628,9320,11891,-7827,10551,11862,-9095,9992,11936,-9459,9693,12034,-7698,10111,11909,-6310,11219,11813,-5260,11689,12062,-6570,10548,12110,-6674,10739,11729,-6870,9832,11330,-7643,8919,11509,-6402,9405,12045,-7718,10394,11433,-10420,8555,11608,-9580,9010,12011,-8500,10102,11034,-8795,7205,11283,-8361,7091,11143,-8081,7784,10760,-9898,6723,10263,-11798,5881,12449,-2831,9543,12833,-3045,9355,12226,-3727,9102,12041,-3520,9472,13062,-3744,8809,12969,-4340,8704,12831,-4786,8586,13063,-5054,8375,13122,-4400,8410,12914,-3536,9073,12297,-4186,8854,11754,-4887,8922,12060,-5124,8464,12057,-4245,8948,12130,-1382,11765,11898,-3125,10536,11906,-3196,10815,12074,-3035,11778,12064,-4514,11185,12061,-5616,11317,12121,-5305,11156,11863,-5562,10407,11759,-4355,10167,11788,-3923,10108,11648,-4822,9309,11540,-5382,9310,11817,-4903,10374,12102,-5766,10902,11634,-5466,9790,11905,-3963,10762,12043,-2320,10795,13708,-756,10720,13724,-211,10879,14186,-1097,9958,14029,-821,10289,13402,-1431,10530,13382,-1292,10829,13542,-614,11108,13377,-858,11676,13090,-580,12443,12768,-496,12853,13301,-1175,11502,12684,-638,12100,12361,-863,11514,9212,-5434,16516,7679,-8396,15123,8395,-7918,14944,7424,-6807,15813,9204,-8838,15177,9438,-9007,15253,9638,-8436,15388,9616,-10052,14874,9856,-17859,11692,6128,-21224,11399,5602,-21647,11685,4568,-22392,12339,4941,-19736,12761,5575,-18228,12860,6244,-17254,12764,6795,-17524,12179,7741,-15302,12127,8249,-15531,11572,8408,-15840,11410,8891,-16149,11622,8810,-15491,11797,5677,-16443,13430,5296,-17732,13215,4877,-18348,13305,5121,-16723,13652,6174,-16753,13022,5839,-15106,13776,6284,-15927,13220,6673,-14197,13561,7355,-13747,13175,8915,-14233,12414,9127,-13696,12821,8659,-13049,12785,8404,-12809,12877,8071,-13221,12851,7711,-12343,13496,7804,-13452,12932,7058,-12229,14007,6345,-13932,13850,6172,-12645,14365,4736,-12795,15025,5013,-12549,14934,4553,-11300,15438,4486,-12682,15230,4367,-12852,15332,4265,-11358,15766,3931,-12053,16683,3790,-13063,16982,3704,-12388,17255,3601,-13070,17173,6202,-11878,14593,5670,-12578,14635,5670,-11809,14848,7083,-10390,14684,7712,-10032,14485,7163,-11377,14270,7708,-11279,13957,8719,-11723,13394,8431,-11979,13257,5595,-10790,15149,6230,-10706,14940,223,-9922,15037,3060,-9175,17898,3177,-9688,17862,3062,-10312,17634,3111,-11598,17380,3465,-12182,17361,3973,-10869,16814,4098,-9617,16457,4308,-10283,15878,4482,-10730,15603,4980,-11272,15244,5831,-10079,15268,6867,-9774,14986,7113,-8436,15362,6250,-8980,15483,5661,-8861,15659,5157,-7785,16058,4873,-8361,15978,4393,-7587,16328,4011,-8016,17181,3845,-8579,17784,3803,-9981,17671,3389,-10459,17737,3558,-9406,17915,3275,-8900,18015,3085,-7819,18105,3492,-6804,18380,3835,-5726,18288,3980,-5621,17662,4178,-6319,16761,4315,-6803,16532,3971,-6898,17607,3903,-6696,17946,3780,-6668,18270,3337,-7454,18277,3741,-7520,18157,3768,-8543,17939,3528,-8300,18105,3845,-7980,17928,4108,-7456,16671,4734,-7118,16299,4389,-6085,16619,4157,-4971,17067,4214,-3928,17200,4111,-4444,17221,3872,-3404,18614,3726,-3450,18837,3708,-2438,19040,3384,-2469,19117,3151,-1090,19294,2882,-703,19196,2916,7,19334,3069,499,19507,3307,907,19592,3628,693,19472,3904,-229,19093,4184,903,17975,5135,1210,17734,5639,2622,17948,6420,3944,18159,5369,3724,18128,5277,4701,18362,4773,6546,18969,4212,6205,19005,3955,3624,18757,3741,4605,19643,3467,4801,19962,2943,3946,19764,3263,3465,19815,3569,3783,19752,3203,4415,19894,6380,-138,17594,6355,-794,17491,5883,1070,17740,6566,1536,17841,3726,-937,19241,4025,-2609,17806,4088,-2843,17569,4305,-3029,17311,4396,-3627,17160,4371,-4542,16964,3890,-2685,18773,3400,-1540,19264,3959,-130,18499,3946,1138,18416,4051,996,18146,3690,-205,19376,3294,-237,19464,4042,-438,18130,4230,-266,17854,4028,-4026,17539,4054,-5121,17298,3915,-4184,18181,3578,-5854,18518,3135,-4967,18698,3279,-3263,19012,3225,-6062,18526,2979,-5801,18390,3058,-6860,18290,2739,-8227,17662,2961,-8895,17865,2787,-9398,17553,2171,-9145,16470,1524,-8443,15636,1619,-7221,15967,1327,-6955,15829,1277,-6054,16057,481,-6561,16126,-102,-6550,16285,936,-7919,15422,718,-8866,15143,1233,-8508,15376,1515,-9601,15347,946,-9187,15073,28,-9712,15570,4352,-5399,16788,5075,-6877,16279,5655,-6745,16245,6578,-5579,16416,6619,-3800,16877,7745,-3753,16650,5973,-5625,16523,6728,-7906,15692,6580,-6944,16055,6309,-7778,15858,5980,-7387,16035,5045,-5551,16587,4685,-5502,16657,4073,-6272,16981,3908,-10100,17174,4000,-9738,16903,4087,-7661,16724,4395,-9367,15990,4481,-8348,16139,4255,-8412,16298,4174,-8781,16363,5210,-9247,15655,5174,-10464,15361,3753,-11526,17419,3840,-11690,17232,3571,-11138,17590,3817,-10598,17547,-1823,-3566,17957,-1051,-4894,17437,-2273,-3583,17403,-2014,-2803,17987,-1886,-1673,18195,-1849,-939,18252,-1896,-640,17636,-1816,852,17730,-2000,25,17296,-2032,-1381,17041,-2124,-2432,17234,-2094,-2481,17662,-3054,1274,17648,-3412,771,17521,-4480,2595,17617,-4993,3476,17536,-5131,4361,17579,-3078,127,17363,-1712,942,18032,-1565,2253,18241,-2282,3047,18358,-1772,3265,18250,-2525,3235,18382,-2571,2458,18154,-3363,2072,17739,-3312,3460,17924,-3866,2405,17701,-4181,3519,17759,-3374,7175,18558,-3480,10020,19347,-3394,11030,19402,-3221,11801,19435,-2924,12973,19764,-2958,12751,19563,-3591,13180,19163,-3657,12247,19194,-3786,12375,18928,-3255,6386,18455,-3034,6490,18789,-2863,4069,18177,-3300,4622,18083,-3135,5879,18408,-4118,4569,17909,-2888,1798,17829,-2317,2268,18096,-2866,2948,18056,-2415,4368,18693,-2246,5381,19049,-2148,7503,19499,-1897,8025,19626,-1075,8015,19450,-124,8388,20374,50,8130,20377,848,9806,20521,1617,9434,20837,2246,9041,20600,2432,9139,20767,2916,8685,20529,3006,8802,20619,2625,8541,20153,1866,8889,19989,1647,9155,20060,1417,9599,20377,1250,9429,20371,496,8495,20357,1072,8231,20286,725,7446,20135,1506,6699,19461,1809,7643,19685,2156,7280,19713,2128,8065,19858,1120,7829,20159,776,6449,19952,880,6297,19857,1177,5304,19258,1224,6325,19538,1900,5819,19325,1715,4668,18957,1410,3146,18457,1275,2230,18207,1127,1480,18039,1166,700,17785,994,-1447,17193,869,-603,17519,700,506,18000,118,519,18565,-175,-129,18549,-1201,971,18921,-1109,2833,19245,-916,3730,19443,-1102,3844,19262,-1426,4757,18664,-1238,4681,18746,-1362,3093,18675,-1263,2985,19060,-1162,4432,18877,-1469,3214,18345,-1535,3740,18405,-889,2498,19229,-752,1004,18872,1175,-887,17323,702,1325,18281,-359,1941,19046,-100,871,18794,122,1435,18848,1534,6171,19312,-114,7414,20219,-332,6898,20044,-691,6539,19686,-654,5258,19741,-178,5767,19851,266,6099,19867,682,5540,19752,133,4870,19623,1333,3950,18713,814,4910,19482,1128,4191,18899,504,4395,19512,-538,5894,19844,-856,6827,19241,-1141,6824,19135,-1700,5053,18765,-2043,5733,19134,-1571,6353,19023,-1143,5808,18903,-429,7348,19996,-747,7646,19407,-909,4990,19469,-1004,5600,19067,-1776,4295,18569,-2126,4177,18648,-526,7994,19752,207,7038,20079,-188,6675,20043,1597,8202,19887,1407,7798,19893,2216,9125,20130,1790,9337,20321,-1468,7514,19329,-1908,7122,19418,-1499,2063,18697,-1345,1788,18968,-1583,1215,18615,-1741,68,18404,-1500,630,18761,-875,-1268,18372,-1429,-1222,18437,-1573,-161,18606,-1325,221,18736,-2221,979,17597,-2483,1502,17837,-1929,-1434,18030,-118,-965,18281,505,-692,17737,252,-482,18055,-2599,-5832,16105,-2655,-6321,16553,-2452,-4812,16952,-2563,-5811,16936,-2419,-5309,17356,-2517,-6605,17241,-2265,-5390,17567,-2308,-6519,17393,-2391,-1097,16905,-2186,-1307,16846,-2415,-1971,16649,-2884,-2128,16787,-5537,3599,17416,-5183,11034,18199,-4231,11743,18704,-4737,12054,18482,-5393,11588,18479,-5199,10406,18088,-5458,10460,18042,-5947,9179,17632,-5038,16041,17725,-5371,16624,17147,-5299,16166,17201,-6066,15877,16399,-6711,15408,16081,-6708,14916,16250,-6433,15408,16240,-5971,15823,16727,-6363,14889,16957,-5188,15998,17297,-5959,15387,17163,-6069,14927,17235,-5621,16949,16565,-5869,16521,16376,-6995,15871,14911,-6610,16021,15764,-7431,15404,14553,-7232,15154,15667,-7167,14735,15849,-6953,14640,15881,-7206,13752,16364,-7127,13548,16756,-6816,13567,17057,-7005,12879,16958,-6496,12411,17083,-7105,10915,16881,-7637,9591,16574,-8333,8460,15942,-8778,8085,15664,-9134,8976,15910,-9505,8418,15511,-8558,11470,15032,-8966,11617,13887,-8926,11022,13622,-9278,10779,12911,-9197,10547,12847,-9453,10499,12578,-9922,10436,12814,-9061,11222,13406,-8920,11184,13446,-9335,11334,13592,-9714,12519,13253,-9231,13186,13706,-9367,13302,12961,-8616,14179,13470,-8019,14813,13427,-8257,14444,12389,-8421,14154,11963,-9601,12854,13115,-10151,12142,12209,-8876,11951,14095,-8602,12314,14450,-8313,12889,14857,-7942,13053,15013,-8038,14192,15015,-8223,14473,14322,-7931,14630,14851,-7842,14938,14417,-7133,15442,15610,-7336,14040,15639,-7627,14323,15461,-7592,13630,15381,-7643,13504,15722,-7072,14298,16154,-7678,14758,15303,-8119,12630,14903,-8252,12451,14582,-8290,12276,14557,-8694,11663,13945,-8432,11981,14722,-7890,13087,15495,-7782,12660,15969,-9176,12854,13901,-8397,14141,14409,-7672,15205,13892,-7751,15101,13059,-9363,11793,13559,-9665,12297,13430,-8317,13383,14793,-7978,13553,15297,-8654,13435,14395,-9595,11003,13342,-8923,10912,14708,-9491,10064,13960,-8965,10991,14365,-8632,11605,14091,-9449,10042,14367,-9029,9904,15321,-8703,10768,15326,-8644,10696,15623,-7893,12395,15946,-7489,11697,16765,-7085,11512,16795,-7699,10238,16492,-8113,9350,16195,-8606,8629,15902,-9028,8593,15903,-8958,9546,16033,-8542,10660,16156,-9316,9025,15531,-8394,10626,16388,-7751,11795,16688,-7948,11419,16617,-8240,10403,16441,-6831,12303,16906,-7752,12256,16498,-8118,12482,15297,-7514,12430,16767,-6672,9520,17602,-7097,8585,17357,-6669,8927,17615,-6109,9986,17933,-5587,10814,18204,-5999,8458,17466,-6472,7153,17100,-6858,6244,16832,-6922,7275,17015,-6481,7791,17192,-7024,8129,17375,-6543,8163,17294,-8075,5846,16527,-8344,5314,16326,-8609,4819,16126,-9016,4286,15731,-9092,5086,15272,-9507,4155,14560,-7794,7560,16816,-8193,8190,16149,-8734,7684,15547,-8463,8021,15818,-7412,8997,16938,-8082,7464,16462,-8808,6066,15624,-8834,5040,15901,-9690,8272,14931,-9792,8351,14604,-9477,8991,14926,-9060,7293,15309,-9026,6538,15193,-8450,7537,15878,-9475,8037,15589,-9519,7336,15425,-6310,10110,17862,-6683,14065,17026,-6836,16128,14274,-7416,16689,14809,-7785,16783,14934,-8009,16940,14712,-7938,17048,14416,-7769,16461,14207,-7566,16211,13691,-7555,16387,14320,-6993,16312,14123,-7077,16857,14762,-6635,17590,15022,-7951,14597,11895,-7985,14356,11569,-7926,15929,13203,-7977,15533,12834,-8498,15139,12322,-7952,14928,12172,-8667,14902,12037,-8402,14209,10808,-7879,14007,10807,-7517,13244,7695,-7293,13069,7472,-7090,12874,7231,-6752,12654,6533,-6298,12525,5900,-6364,12026,5340,-7187,13539,6432,-7095,13208,7165,-6875,13112,7314,-6346,13112,6963,-4672,13777,6340,-5156,13637,5995,-4784,13641,5487,-4318,13763,5194,-5527,13506,6633,-5798,13200,6737,-5420,13369,6642,-5591,13015,6273,-5780,12460,5615,-6300,13305,6971,-6264,13374,6713,-6779,13531,6073,-5104,13582,5389,-4083,13941,6098,-2106,13454,4881,-3209,13352,4867,-3875,12385,3906,-3624,13556,5746,-3019,13802,5510,-3078,13011,4224,-3842,11632,2919,-3218,11018,2900,-2427,10152,2345,-1898,12167,3997,-4677,10104,1990,-5020,9251,1590,-4406,9923,1996,-3719,11178,2704,-5430,9622,3513,-5273,9449,2914,-4982,9889,3069,-5917,9045,3392,-6120,7544,2306,-6172,7164,1843,-6498,5788,941,-6429,5872,256,-6353,5421,-82,-6361,6371,1296,-6596,6236,1838,-6904,6994,2632,-7282,6873,2657,-6442,7904,2947,-6145,7909,2726,-6651,6829,2385,-6641,8185,3174,-5932,7748,1242,-5673,7778,855,-5246,7306,690,-4870,8025,1069,-4376,8344,1296,-3641,9544,2071,-4302,7872,1043,-3433,8928,1705,-4414,7089,566,-3079,9836,2257,-5732,8319,1626,-5367,9239,2072,-5450,8976,2562,-5782,8150,2131,-5639,8311,1232,-5415,8872,1514,-5341,8405,1138,-7707,8406,3416,-8017,8865,4092,-8394,8092,3903,-8644,8322,4328,-9058,7577,4336,-9288,8842,5343,-8951,8434,4848,-8346,9144,4614,-9251,7964,4750,-8765,7370,3704,-8452,6954,3082,-8061,7118,2844,-7431,6100,2340,-6954,5931,2028,-7320,4020,1132,-6847,4723,877,-9413,7306,4398,-8912,7383,3903,-7839,7088,2707,-8245,5653,2217,-7671,4460,1564,-7254,5005,1652,-7707,4848,1770,-9076,6432,3301,-9220,6844,3911,-9748,5255,3108,-9735,6157,3716,-9874,6975,4243,-9432,6318,3692,-12218,892,865,-12045,2005,700,-12108,2603,534,-15451,-4807,-1981,-15875,-5820,-2099,-15205,-6587,-1890,-15714,-7390,-2080,-16583,-8525,-2082,-17292,-9170,-2131,-19605,-9331,-2952,-20024,-9827,-3167,-20674,-10505,-3389,-21190,-11191,-3543,-21393,-11760,-3819,-20838,-11957,-3640,-19870,-12467,-1864,-19299,-11940,-1990,-19607,-11626,-1807,-19386,-10157,-2082,-19852,-10218,-2728,-19790,-9889,-3035,-20245,-9714,-2912,-20977,-11204,-3692,-21039,-10755,-2947,-20156,-9054,-1999,-19885,-9141,-2763,-19355,-9250,-2722,-18545,-7743,-2358,-18508,-7130,-2299,-18760,-6810,-2171,-18341,-6386,-2128,-17573,-6714,-1533,-16877,-6711,-1477,-16611,-6598,-1863,-15793,-5290,-2008,-16106,-6986,-2188,-16387,-7872,-2158,-15747,-6660,-2159,-16077,-5556,-1899,-16296,-5656,-1546,-16363,-6494,-2040,-15137,-4184,-1830,-14394,-4671,-1249,-14781,-3704,-1618,-14343,-3092,-1363,-14778,-2820,-1737,-15080,-3459,-1806,-15414,-3856,-1427,-15320,-3672,-1748,-15399,-4166,-1878,-15675,-2550,-136,-15029,-2035,311,-15277,-1838,325,-14572,-1675,401,-14496,-1850,-198,-14216,-949,-445,-13934,-352,-1153,-13654,-724,-1119,-13089,-756,-450,-12896,-81,-225,-12408,289,680,-12046,852,1125,-12342,1184,425,-12483,1579,-10,-13175,2221,258,-13389,1725,189,-13372,1308,-356,-12853,1277,-323,-12773,966,-274,-13267,239,-723,-12751,379,-74,-12404,1435,107,-13017,1637,-207,-13305,1741,-62,-12803,2399,169,-12496,2503,282,-13669,850,-99,-13198,1193,832,-13386,354,1093,-13553,543,1503,-13889,687,1655,-13836,-121,1228,-12987,-1314,-187,-15706,-4611,-1802,-15994,-4763,-1108,-16213,-4657,-817,-16953,-5262,-1211,-17550,-6130,-1635,-17283,-6321,-1309,-18521,-6236,-2005,-18792,-6230,-1670,-18970,-6772,-1941,-16310,-5105,-1011,-17073,-6597,-1304,-16606,-5743,-1090,-16857,-5764,-1098,-16637,-5024,-968,-15737,-4127,-794,-16559,-4520,-895,-16690,-3003,-1048,-17103,-3247,-1051,-17484,-3206,-752,-17884,-3915,-812,-18533,-4412,399,-19161,-5278,720,-20162,-6304,580,-20524,-6001,480,-21109,-6739,404,-20847,-5824,713,-20919,-5889,1037,-20595,-5582,1436,-19578,-4821,791,-20006,-5045,739,-19148,-3272,1766,-17622,-1977,1406,-17878,-2736,933,-18344,-3708,716,-18509,-3602,964,-19113,-3753,1103,-19535,-4458,899,-19752,-4353,1110,-19580,-5411,798,-18511,-2499,1782,-18148,-2204,2831,-18619,-3085,3982,-18773,-1796,4411,-19082,-1588,4785,-18895,-1019,5024,-19224,-1859,5323,-18905,-1139,5301,-18789,-2361,6290,-18596,-2568,6338,-17898,-2953,5758,-17478,-3058,5197,-17419,-2172,5675,-16095,-1236,4791,-16661,-2872,4563,-16853,-3661,4365,-17061,-5742,3017,-17399,-6407,3181,-18322,-8104,4304,-18723,-9105,4411,-18667,-9162,4137,-18996,-10414,3900,-19755,-12207,4736,-20043,-13154,4490,-20026,-12634,4870,-20788,-13094,3953,-20625,-13940,3980,-20462,-13464,4367,-18198,-8028,3899,-18077,-7941,3644,-17550,-7730,2684,-16904,-7118,1820,-17169,-6800,2401,-17810,-7253,3521,-17799,-2288,6100,-17265,-1543,6034,-17386,-1337,6221,-18343,-543,5665,-18288,56,5492,-18146,954,4907,-17267,2764,5104,-15701,3972,5244,-15270,4628,5464,-17658,2313,5295,-18011,708,5576,-17844,1914,5387,-17113,3226,6202,-17367,2661,6052,-17245,2578,6139,-16972,3192,6380,-16591,2959,6351,-17253,3104,5869,-16794,1748,5993,-15896,1790,6763,-15061,2191,6819,-14971,1550,6157,-14352,1587,5584,-14683,927,5303,-14250,-1536,3549,-13873,-667,4036,-13891,-2357,3507,-13403,-1877,4270,-13514,-2395,4375,-13326,-1735,5039,-13168,-1710,5475,-13278,-1851,5613,-12940,-755,5821,-12903,-932,6010,-13026,58,5016,-13255,76,4690,-14369,2452,6445,-15153,2558,7105,-15315,2806,7131,-15653,2992,6744,-16256,2532,6309,-16209,3854,6713,-16577,3977,6724,-15681,4480,7059,-15517,2121,6974,-12703,975,5471,-12954,1623,5250,-12891,-637,5228,-13167,-1408,5351,-13159,-847,4620,-13459,-1115,4243,-12782,-19,5271,-13715,704,4570,-14066,845,4689,-13589,-176,4332,-13233,897,4865,-17545,2170,5986,-17495,1584,5783,-17259,1296,5725,-17586,587,5583,-17665,1250,4435,-17457,981,4206,-18597,-279,5165,-18302,370,5392,-18104,692,4607,-17701,1894,4877,-17941,144,4203,-18478,-57,4703,-18551,-512,5473,-18667,-759,4584,-18413,-801,4388,-18247,-1701,4213,-18487,-3122,3769,-17807,-1658,3843,-17916,-2095,3668,-17625,-1482,3109,-17952,-1796,2489,-17954,-1118,4115,-16725,206,3471,-16800,519,3912,-16620,1082,4139,-17051,1800,4469,-16164,1916,4312,-16144,1661,4007,-16407,485,2769,-16093,628,1360,-16097,-193,521,-15954,293,844,-14807,726,1143,-14013,2418,2460,-13530,2433,2640,-13711,1819,2190,-12995,2003,2080,-12989,1618,1597,-13820,1381,1921,-13285,1080,1676,-15738,2055,2709,-15665,1877,2146,-15490,2540,2649,-14870,3940,3524,-14528,4250,3600,-14444,4992,4279,-14883,4289,4010,-15012,4657,4835,-14674,3588,3089,-15075,2843,2550,-15463,2135,2153,-15133,3088,2805,-13696,2936,2938,-13142,3323,3236,-12707,4722,3993,-12240,4619,3478,-12431,3988,2381,-12242,4465,3027,-12649,3286,2739,-12882,3396,3205,-14322,2903,2666,-13272,2269,2417,-12847,3929,3574,-13737,4318,3678,-13246,4245,3748,-16406,985,3773,-16576,0,2383,-16665,-342,1767,-16811,-524,1933,-16704,-871,621,-16882,-1429,187,-16487,-3155,-976,-16144,-2315,-670,-16595,-2374,-797,-15524,-982,119,-15990,-3037,-463,-16896,-2075,-454,-17814,-3027,498,-17235,-2110,123,-17478,-2340,585,-17321,-1194,1991,-17276,-903,2519,-16729,-76,2837,-15999,-1879,-489,-14721,-1548,588,-15309,-466,398,-15777,-487,324,-14907,-1163,684,-16176,47,771,-16464,-627,382,-16419,-1458,-262,-16410,-53,1150,-15999,1066,1884,-16071,-1550,-353,-17735,-1330,3916,-18294,663,5248,-18080,-2625,6173,-17967,-1972,6274,-17442,-908,6247,-17723,25,5634,-16845,-1321,5462,-17021,-411,6233,-16656,-319,6193,-16394,457,6423,-16085,591,6333,-16328,-86,6092,-16717,159,6300,-16176,2073,6384,-17130,458,5880,-16411,876,6468,-15783,651,6052,-15426,532,5630,-16275,-720,5300,-16473,-1169,5129,-15650,-1838,4018,-16209,-2780,4036,-16131,-3209,3567,-16118,-3657,3077,-16166,-4402,2366,-16634,-5644,2256,-16652,-6359,1815,-16900,-5893,2545,-16608,-4516,3187,-16526,-3623,3844,-15672,-1275,4379,-15112,-1967,3396,-15451,-2227,3528,-15292,-2994,2807,-15523,-2983,2981,-15525,-3290,2692,-15407,-274,4880,-14434,338,4540,-14263,92,4253,-14103,-122,4138,-14208,-1981,3411,-14756,-644,3990,-18101,-2044,1900,-17404,-1966,1054,-18131,-3659,374,-20193,-4835,1479,-20597,-5883,1587,-19610,-6020,2629,-21092,-6510,1324,-20205,-4858,1106,-20277,-5713,1847,-19069,-4452,2751,-19095,-4958,2949,-19547,-3843,1487,-19819,-4679,2003,-19673,-4138,1916,-18642,-2855,2606,-17870,-2053,3336,-18251,-2899,3373,-18830,-4296,3244,-18318,-2894,3097,-18693,-3489,2857,-18742,-3943,3028,-18811,-2846,2262,-19101,-3483,2338,-19484,-3768,1809,-20816,-6015,528,-17153,-3935,-1397,-17506,-3758,-1169,-17546,-4639,-1629,-17169,-4353,-1487,-16811,-3617,-1233,-16015,-3839,-512,-16143,-3568,-569,-17672,-7837,-1642,-17322,-7641,-1666,-17908,-7731,-1730,-18165,-7845,-1964,-18790,-8830,-2224,-18603,-8997,-1816,-18281,-8955,-1703,-17549,-8683,-1946,-17691,-8249,-1725,-16866,-8093,-2131,-16820,-7296,-1998,-17534,-7280,-1529,-18074,-7169,-2036,-19501,-8596,-2708,-19104,-8592,-2697,-21712,-12027,-3669,-21741,-11621,-2741,-22045,-11301,-1758,-22253,-11366,-1310,-22506,-11450,-551,-23980,-13390,-830,-23844,-13566,-955,-23589,-13287,-947,-24060,-14349,-1659,-23334,-12428,-369,-25274,-12609,-29,-25734,-13515,656,-25330,-14041,1857,-24808,-13754,2271,-23708,-13988,3359,-22857,-14277,3469,-22882,-14731,3484,-22968,-14793,3298,-23389,-14677,2584,-22988,-14731,1704,-23512,-14796,1816,-23781,-15177,1437,-24259,-15531,1060,-25060,-15579,544,-26685,-15669,164,-27331,-15576,-911,-27359,-15559,-1433,-26704,-14558,-778,-26013,-13656,-109,-26209,-14344,742,-26065,-14560,1253,-25298,-14500,2126,-25317,-15672,2115,-25091,-15216,2635,-25158,-14895,2600,-24961,-14099,2296,-24826,-14810,2942,-24536,-14781,2733,-24054,-14905,2073,-24466,-15153,1933,-24720,-15349,1925,-24787,-15405,1277,-24637,-15606,818,-24162,-15183,1471,-25803,-15691,121,-24504,-14170,2962,-24059,-14427,3521,-23476,-14496,3595,-23666,-14628,3474,-24342,-14576,3308,-23920,-14634,2686,-22816,-14685,2301,-22417,-14803,3349,-21004,-12554,3696,-21293,-12028,3380,-20981,-11580,3451,-20568,-11022,3480,-20497,-11476,3562,-20476,-10635,4193,-20578,-11135,4623,-20779,-11472,5233,-20275,-11833,5291,-22571,-13779,3308,-23248,-13716,3119,-23221,-12858,2737,-23388,-13227,2731,-22618,-13016,3012,-22941,-12222,2882,-24159,-12095,1723,-24933,-13275,1790,-24634,-12336,1347,-24458,-13129,2227,-23912,-12608,2380,-23724,-12723,2558,-22105,-14512,3527,-21707,-14524,3453,-20296,-14330,2933,-20551,-13929,2879,-20957,-14392,2818,-21457,-14458,2963,-21905,-14518,2638,-23295,-14890,1603,-22947,-15053,1437,-22411,-14781,1410,-21308,-16119,1398,-21185,-15125,1637,-21288,-14547,2522,-21720,-14580,1454,-21566,-14325,1597,-21665,-14306,1739,-22351,-14494,1856,-21483,-17682,867,-21395,-18716,622,-21437,-19349,646,-21921,-19699,1043,-22656,-19489,1901,-22321,-18205,2373,-22362,-18370,2964,-22479,-18943,3201,-22238,-19688,3498,-22744,-19232,3203,-22887,-19174,2995,-23077,-20087,3133,-23029,-21066,3321,-22164,-20347,3778,-21790,-20285,3809,-21955,-20819,3009,-21122,-20421,3389,-21155,-20707,2500,-20385,-20797,1483,-21085,-21456,1525,-20997,-22098,1452,-20035,-22231,1275,-19842,-22706,1221,-19924,-23833,1237,-19922,-24383,498,-19951,-24899,1,-19534,-24291,-1016,-20604,-25074,-3082,-21459,-25737,-3827,-22286,-26290,-3640,-22430,-25989,-3327,-22524,-25069,-2996,-22544,-23999,-2434,-23124,-24420,-2996,-24281,-24660,-3838,-24896,-24233,-3428,-24886,-22913,-3179,-24918,-22214,-3002,-25044,-21478,-2402,-25485,-22066,-825,-25612,-22395,-661,-25741,-22868,-771,-25593,-23248,-778,-24433,-22893,-477,-24239,-23437,-1325,-24476,-23944,-1620,-24480,-24351,-2158,-24638,-24623,-2457,-24591,-24744,-3324,-23869,-24444,-2825,-23821,-24758,-3314,-23379,-24368,-2959,-24366,-24717,-3009,-24020,-24047,-2231,-23633,-23957,-2477,-22474,-22751,-1527,-22976,-22802,-1686,-22814,-22266,-1281,-22193,-21269,-413,-22470,-20869,-254,-21683,-20579,222,-23329,-20502,2123,-23283,-20458,2700,-23218,-20828,3110,-22019,-21272,2394,-21273,-21150,1842,-21219,-21750,1510,-22011,-22304,1665,-22788,-22940,1723,-23277,-23324,1689,-23440,-21382,1734,-23603,-21658,1994,-23518,-22914,1548,-23610,-22525,1674,-23519,-22456,2079,-23632,-22058,2246,-23568,-21412,2248,-20947,-22974,1580,-20199,-23136,1483,-20423,-24059,1691,-20298,-24870,1069,-20290,-25486,340,-20200,-25309,-271,-19763,-24707,-788,-20114,-25097,372,-20208,-24106,1482,-20024,-23482,1429,-20753,-23950,1787,-20962,-24863,1984,-20626,-25095,1643,-20613,-25709,1200,-20748,-26212,937,-20669,-26196,565,-20964,-26472,623,-21865,-26579,-950,-21966,-26490,-1433,-21499,-26409,-2256,-21090,-26289,-669,-20627,-25870,-367,-20131,-24939,-1669,-20238,-25247,-1173,-20757,-25816,-1382,-22097,-21762,1928,-22174,-22129,1747,-21836,-20969,2650,-23376,-23236,-1977,-23670,-23347,-1853,-23489,-21857,-589,-22696,-21341,-550,-23564,-20714,236,-23176,-21284,-395,-23507,-21248,-115,-24467,-22527,-99,-24700,-21717,545,-25342,-22286,-115,-25126,-21745,186,-25026,-21370,427,-24932,-21595,548,-24736,-20648,769,-24990,-20398,493,-24766,-18859,677,-24413,-17798,478,-24222,-18122,1207,-24490,-18492,1137,-23971,-17924,1149,-23715,-18319,907,-23394,-17647,723,-24099,-17653,1094,-24427,-17987,988,-24273,-20192,963,-24171,-19564,989,-24528,-19957,1024,-24746,-19935,868,-24635,-18942,1033,-24200,-18910,1146,-24471,-20870,829,-25211,-21629,-1021,-24852,-20329,-1331,-24997,-19484,-1515,-25295,-18961,-1680,-26371,-18402,-2369,-26825,-18136,-2640,-26896,-18153,-3398,-27223,-17546,-2692,-27370,-17214,-2986,-27074,-17664,-3361,-25636,-16742,-3075,-24494,-15422,-2520,-23241,-13136,-2033,-23251,-13659,-2698,-23096,-13732,-3087,-22129,-12619,-3562,-24985,-21352,-512,-24865,-19873,-1247,-24940,-21238,-228,-25221,-22430,-62,-23621,-22501,-1058,-23182,-21977,-969,-25256,-23556,-819,-25291,-24312,-1640,-25618,-23549,-947,-26230,-23264,-1363,-26189,-22803,-1407,-24784,-23546,-915,-24883,-22272,218,-24935,-22932,-226,-25901,-22258,-1546,-26278,-23180,-1738,-25026,-23796,-3273,-24944,-21795,-2860,-25447,-22098,-2417,-22816,-23549,-4674,-22513,-22146,-4661,-22597,-21022,-4356,-21934,-21623,-4844,-21466,-20598,-4763,-20460,-19807,-4327,-20118,-19944,-4460,-19394,-19029,-4376,-19186,-19261,-4677,-18663,-19525,-5072,-17389,-19770,-4828,-16981,-19557,-4581,-21354,-19930,-4543,-20698,-19167,-4021,-20145,-19367,-4090,-21532,-21431,-4897,-20343,-21219,-4888,-20568,-20383,-4568,-21080,-21652,-4826,-20617,-20942,-4732,-22056,-22374,-4896,-21120,-23476,-4662,-21109,-22897,-4843,-20961,-24559,-3908,-21023,-24091,-4174,-20509,-23995,-3702,-19697,-23655,-3877,-18845,-24638,-3847,-18282,-25262,-3708,-18474,-26146,-4478,-18902,-26053,-4828,-19101,-26395,-5240,-18653,-26674,-5193,-18749,-27456,-5661,-18865,-28080,-5992,-18432,-28242,-5777,-18172,-28326,-5310,-18476,-27619,-5503,-17855,-28532,-4286,-17970,-28396,-4759,-17891,-26828,-3559,-17849,-27297,-3470,-18083,-26797,-1920,-18028,-27384,-2124,-17826,-28597,-3902,-18351,-29243,-6244,-18183,-29276,-6140,-18062,-29279,-5934,-17986,-29732,-6098,-17875,-30344,-6298,-17814,-31186,-6820,-17958,-31326,-7084,-17805,-31933,-7251,-17705,-31913,-7026,-17698,-31749,-6646,-17749,-31312,-5868,-20502,-23738,-4559,-20666,-23532,-4963,-20775,-24683,-5731,-20572,-25241,-5636,-20302,-25061,-5070,-19285,-23775,-3731,-19622,-24937,-4606,-19267,-24890,-4351,-18996,-25712,-4650,-19554,-25767,-5084,-19781,-26338,-5522,-20020,-26597,-5793,-20423,-26402,-6089,-20707,-26728,-7041,-20848,-26243,-7037,-20959,-26033,-7410,-20889,-25209,-6516,-20877,-24272,-6408,-20647,-22816,-5430,-20548,-22474,-5896,-20590,-22402,-5088,-20462,-21857,-5024,-20777,-22385,-4904,-20865,-22029,-4847,-21518,-22594,-4952,-20749,-22897,-4973,-20692,-23368,-5340,-20855,-23959,-5840,-20360,-25732,-5564,-20746,-25710,-6389,-20832,-24323,-5735,-20558,-23875,-4832,-19983,-24498,-4445,-20012,-23553,-3856,-21977,-23716,-4954,-22498,-23533,-4802,-22912,-22544,-4506,-23722,-22625,-3991,-23438,-23336,-4310,-24159,-23147,-3777,-24080,-24226,-4073,-24236,-22370,-3576,-24152,-21706,-3593,-24354,-21305,-3838,-24233,-21142,-4295,-24335,-20803,-4881,-23525,-19819,-4528,-23091,-18289,-4564,-22899,-17574,-4169,-22633,-16728,-3840,-22187,-15642,-3204,-22088,-16030,-2618,-21222,-14994,-1998,-21432,-15930,-2018,-21036,-15622,-1902,-20394,-15082,-1827,-20471,-15965,-1938,-19193,-14875,-1621,-18619,-14984,-1849,-19192,-16025,-2179,-18874,-15784,-2194,-18042,-15809,-2875,-18180,-15163,-2255,-17088,-14453,-2517,-17708,-14365,-1989,-15992,-14057,-2688,-16386,-13859,-2618,-22301,-15713,-3619,-22205,-16837,-2593,-21734,-15786,-2233,-21374,-16498,-2067,-22881,-17937,-3153,-22445,-16971,-2877,-21867,-16847,-2282,-22588,-16719,-3352,-24086,-21254,-3819,-23490,-20340,-3720,-23183,-20023,-3615,-23077,-19249,-3283,-23036,-18771,-3135,-22811,-18183,-2959,-22387,-18054,-2708,-23361,-19781,-3630,-23292,-19182,-3551,-24588,-21430,-3385,-24695,-21876,-3147,-23664,-21954,-3939,-23814,-24980,-4044,-23377,-25280,-4196,-22726,-25750,-3626,-22414,-25921,-4256,-22981,-25245,-4633,-23059,-24777,-4705,-23574,-24350,-4423,-23578,-24753,-4431,-22676,-25408,-4564,-22084,-24543,-4808,-22290,-24110,-4879,-21563,-23946,-4796,-21461,-24412,-4512,-20770,-25220,-3314,-20196,-21525,1120,-19914,-21249,946,-20326,-21070,1245,-19724,-20837,871,-19453,-19947,1931,-19078,-20836,-30,-19128,-22328,-1785,-19260,-23169,-1731,-19567,-23903,-1590,-20008,-24550,-2008,-20246,-24330,-2939,-19826,-23219,-3035,-19836,-23266,-3617,-18868,-22930,-2674,-19022,-22868,-2291,-19570,-23439,-2183,-19810,-23902,-2243,-19352,-23739,-1083,-19319,-23047,-397,-19279,-22422,-356,-18834,-20341,715,-18126,-20759,510,-17919,-21463,536,-17877,-21994,-388,-17937,-22700,-1708,-18175,-22013,-1625,-18278,-22423,-2096,-17986,-22951,-2051,-17923,-25194,-2784,-18083,-24588,-3144,-18506,-24209,-3334,-18254,-23754,-2854,-18317,-23063,-2474,-18440,-21872,-1861,-18970,-22100,-1936,-18426,-21503,-1369,-18804,-21547,-1389,-18918,-21425,-1067,-18781,-20908,-495,-18230,-21557,-1243,-20202,-23801,-3446,-20488,-24353,-3408,-18579,-22679,-2264,-18942,-22655,-2062,-17886,-23324,-1995,-18137,-21061,-88,-17909,-21807,187,-18138,-21372,-749,-18586,-21008,-770,-18344,-20945,-390,-17946,-22065,-979,-20350,-20387,2269,-20053,-20459,1688,-18600,-19373,1916,-18084,-18858,2388,-17489,-18155,2961,-17444,-19107,2743,-17647,-19015,2356,-18009,-19942,1352,-18540,-19870,1273,-18237,-19881,1221,-18528,-20335,684,-18972,-19888,1487,-17969,-19307,1909,-17695,-19563,2010,-17726,-19886,1886,-17813,-21204,1204,-17715,-22068,1503,-17494,-21430,2191,-17287,-20409,2714,-17003,-20254,3026,-17322,-21875,2192,-16927,-21163,2704,-17588,-21094,2050,-17778,-20546,1582,-17390,-20098,2658,-16944,-19001,3540,-17270,-19106,3139,-17699,-18611,2493,-18202,-18706,2789,-18489,-18915,2872,-18502,-18711,3709,-18870,-18851,3606,-18190,-18545,3445,-17918,-17659,3702,-18415,-17958,3768,-17767,-17444,3781,-17578,-17636,3449,-17745,-18198,3017,-19036,-19315,2641,-22984,-15580,1271,-23383,-16502,1090,-23323,-17027,825,-23086,-17065,733,-22973,-18271,614,-22516,-18245,654,-21681,-18711,524,-21492,-20058,318,-22667,-18733,2994,-22873,-19004,2736,-22649,-16069,973,-21677,-15520,1360,-22290,-16702,997,-22775,-17171,802,-22409,-15619,1101,-20883,-14634,2833,-21170,-15357,2845,-21447,-16092,2945,-21468,-16886,3196,-20859,-16979,2931,-20434,-17413,2358,-19934,-16714,2362,-21017,-16727,3151,-21179,-15932,3141,-20821,-15380,3112,-20853,-16200,3176,-20408,-15393,3018,-21252,-16587,3237,-21657,-16474,2751,-21373,-15687,2363,-21205,-15564,1800,-21432,-16648,1210,-21225,-16641,1469,-21490,-16207,2143,-21120,-14892,1994,-21074,-14767,2433,-21473,-14249,3685,-24802,-12850,-646,-22991,-11645,-38,-22681,-11451,-176,-21661,-10269,-1030,-21580,-10417,-1469,-20524,-9698,-2176,-21265,-10587,-2167,-22916,-12046,-515,-23245,-12759,-1005,-22869,-12768,-2121,-22593,-12246,-1905,-22157,-12421,-2982,-22785,-13101,-2714,-22635,-13234,-3331,-23342,-13123,-1752,-23765,-14049,-2261,-24222,-14322,-1520,-24268,-13839,-1137,-24840,-13525,-1090,-25568,-13465,-869,-25979,-14005,-1201,-24041,-14508,-1986,-25220,-14149,-1643,-25129,-13444,-1031,-25969,-14521,-1876,-26485,-14594,-1602,-27177,-15323,-1913,-26625,-14540,-1199,-26550,-14921,-2040,-27165,-15522,-2228,-27404,-15704,-2125,-27348,-16228,-1403,-27010,-16922,-1735,-26316,-17879,-1648,-25968,-18373,-1756,-25528,-18890,-2093,-27497,-15927,-1570,-27398,-16826,-2084,-27608,-16192,-2429,-27276,-16754,-3014,-27498,-16268,-2679,-27017,-15750,-2547,-26388,-15149,-2318,-26006,-15350,-2449,-25318,-15678,-2499,-24810,-14833,-1904,-24587,-15257,-2283,-25411,-16244,-2818,-25829,-16179,-2764,-25711,-14810,-2126,-12951,-5719,550,-13229,-5769,586,-13598,-6175,385,-13752,-7158,635,-13051,-6670,689,-12585,-7619,-16,-12466,-8965,-781,-13893,-8088,698,-13563,-8181,816,-13108,-9034,488,-13451,-9500,481,-13245,-10165,156,-13869,-11629,-285,-14113,-12504,-709,-13752,-13235,-1042,-13613,-14153,-1436,-14198,-14018,-1501,-14682,-14735,-1880,-16013,-14748,-2906,-16301,-15358,-3184,-16277,-14661,-2955,-17293,-15347,-2967,-16612,-15399,-3250,-18047,-16397,-3263,-17385,-17379,-4133,-17252,-17584,-4224,-17465,-16895,-3762,-18349,-17070,-3562,-19383,-17539,-3175,-19662,-18491,-3694,-19840,-19033,-3975,-18664,-18470,-4368,-18897,-18257,-4122,-19083,-17990,-3791,-18020,-17913,-4221,-18690,-16851,-3166,-20052,-17874,-3219,-20537,-17035,-2557,-21123,-17065,-2407,-20779,-17789,-3065,-20975,-18823,-3793,-20033,-18627,-3695,-19609,-17457,-2986,-21806,-19131,-3782,-22527,-18812,-3096,-23121,-20593,-3822,-23529,-20834,-3699,-23884,-21324,-3685,-23718,-21410,-3754,-23188,-21610,-4175,-21583,-19937,-4488,-21948,-19777,-4173,-22911,-19898,-3609,-22486,-19609,-3651,-21551,-19528,-4236,-21319,-18427,-3391,-21552,-17839,-2804,-22125,-18500,-3030,-22046,-17814,-2597,-17807,-15447,-2784,-17211,-16112,-3413,-15620,-15384,-2520,-15269,-14850,-2122,-16144,-16435,-3189,-15353,-15643,-2406,-15952,-16647,-3097,-15005,-14921,-2015,-16477,-17344,-3659,-17559,-18052,-4479,-17631,-19079,-4890,-17771,-18711,-4838,-18085,-19420,-5187,-16955,-18855,-4365,-16505,-17789,-3812,-17322,-18162,-4435,-16931,-17041,-3907,-13774,-9571,453,-13724,-8676,686,-13873,-10874,-15,-14096,-10260,-6,-14527,-10627,-601,-15084,-10233,-410,-14695,-9763,-186,-15764,-9095,-1020,-15240,-8185,-1195,-15041,-7816,-1269,-14454,-9884,-193,-14537,-8500,212,-14579,-8772,201,-14772,-8788,-5,-15076,-8402,-794,-14727,-7726,-810,-14662,-9208,53,-14277,-9345,148,-14114,-8754,449,-13590,-7426,802,-12706,-12723,-1412,-12574,-11750,-1352,-12475,-12540,-2313,-12568,-11340,-2357,-12874,-11736,-4444,-12772,-11841,-4788,-12645,-11997,-5087,-12692,-13284,-5825,-12481,-13304,-5962,-12789,-14271,-6266,-12884,-14988,-6562,-12986,-13903,-5521,-12943,-12016,-4050,-12967,-12891,-4751,-12943,-13463,-4294,-13001,-13406,-4750,-12843,-13447,-5637,-12870,-12832,-5148,-12944,-14334,-5992,-13094,-14872,-5722,-12951,-15443,-5045,-13037,-16391,-5485,-12462,-14603,-2635,-12547,-14872,-2430,-12524,-16082,-2927,-13229,-15073,-1844,-12627,-17851,-5144,-12919,-18953,-6314,-13272,-18973,-7293,-13247,-17376,-7292,-12978,-17956,-8082,-13184,-17509,-7687,-13178,-18418,-8098,-13124,-19322,-8533,-12851,-19369,-8651,-12382,-17904,-7931,-12779,-18622,-8351,-13248,-19732,-8478,-13282,-18844,-7879,-13294,-19591,-7761,-13305,-18333,-7345,-12492,-17407,-4532,-12466,-16966,-4078,-12454,-16159,-3513,-12706,-17104,-3024,-12863,-16589,-2625,-13233,-17100,-2619,-13965,-16511,-2438,-13848,-15114,-1860,-14547,-16407,-2832,-14752,-16194,-2717,-14366,-15812,-2446,-13599,-16610,-2372,-13311,-16022,-2189,-13045,-15926,-2243,-12971,-17745,-3035,-13115,-18887,-3403,-12746,-18625,-3647,-12469,-16826,-3574,-12503,-18504,-4120,-12591,-17503,-3423,-12508,-17337,-3587,-12535,-19115,-4226,-13067,-17137,-5891,-12652,-17044,-4852,-13268,-17266,-6838,-13177,-15808,-6040,-12510,-16623,-4231,-13232,-16774,-6378,-13093,-15366,-6289,-12954,-16291,-7300,-12615,-15778,-7097,-13067,-16887,-7548,-12818,-16791,-7596,-11329,-19318,-8099,-11176,-18495,-7743,-10851,-19129,-7938,-12933,-17622,-7970,-13265,-17811,-6813,-12692,-16248,-4642,-13088,-15215,-5428,-13048,-14192,-5086,-12825,-14518,-4392,-12538,-15312,-3882,-12616,-13886,-1907,-12448,-14574,-2923,-12500,-14466,-3373,-12465,-15551,-3624,-12801,-14886,-2036,-13539,-12288,-630,-13573,-11089,-85,-13188,-11164,-306,-15810,-20986,-5727,-16287,-20439,-5266,-16299,-18134,-3918,-16005,-19235,-4587,-15622,-21855,-6176,-14708,-17544,-3476,-14768,-16808,-3108,-14615,-17990,-3607,-14382,-19291,-3788,-15349,-20545,-5351,-14947,-20762,-5032,-13890,-23512,-5088,-13301,-22474,-4846,-12950,-21991,-4842,-14052,-20979,-4076,-14655,-21595,-4821,-13444,-21425,-4281,-13779,-21666,-4304,-13694,-22509,-4694,-15216,-20938,-5420,-15330,-21698,-5825,-15044,-18463,-4069,-14846,-18621,-4040,-13186,-22480,-9325,-12545,-25123,-9234,-12438,-24550,-8325,-12371,-25338,-8254,-12435,-24795,-7491,-13082,-23307,-9586,-13006,-24805,-10492,-12439,-25457,-11328,-12182,-26036,-11596,-12035,-25005,-11029,-12376,-24120,-10678,-12927,-24545,-10747,-11801,-24158,-10488,-12067,-24077,-10573,-11850,-20815,-8883,-12479,-22776,-10030,-12829,-22451,-9870,-12756,-23522,-10377,-11869,-22804,-9769,-10077,-21015,-8807,-9945,-22184,-9322,-10292,-22425,-9186,-10447,-23229,-9518,-10908,-22919,-9369,-10050,-22698,-9443,-9995,-24080,-10184,-10255,-23792,-9873,-12420,-27770,-12364,-12131,-31814,-12179,-12038,-34637,-12677,-12310,-32771,-11135,-12579,-32078,-10474,-12920,-31434,-9882,-12894,-30314,-9206,-13223,-30460,-9092,-13094,-29222,-8288,-13665,-29853,-8566,-14334,-28905,-7925,-13921,-28290,-7455,-13930,-27216,-6838,-13900,-26332,-6400,-14240,-25450,-6055,-13923,-24847,-5718,-12942,-24314,-5991,-12611,-23920,-6338,-12574,-22811,-6099,-12678,-22286,-5375,-12863,-23552,-5735,-13059,-23597,-5565,-13557,-23996,-5422,-13632,-24422,-5583,-14247,-26722,-6618,-14625,-26821,-6804,-14995,-27432,-7327,-14810,-28131,-7558,-14471,-27764,-7226,-14861,-29174,-8228,-14841,-26158,-6636,-14675,-25724,-6332,-14950,-25541,-6444,-14657,-23907,-5506,-14629,-24859,-5929,-14205,-23482,-5087,-14112,-24415,-5521,-12146,-31401,-11504,-12260,-30332,-10606,-12385,-31117,-10493,-12332,-31706,-10831,-12667,-31111,-9953,-12909,-29173,-8378,-12458,-30369,-9904,-12363,-30044,-10048,-12316,-29340,-9889,-12492,-29725,-9370,-12424,-28642,-8731,-12453,-28057,-8355,-12660,-28319,-8117,-12441,-25589,-9094,-12536,-26703,-9956,-12622,-26951,-10446,-12649,-27456,-11117,-12457,-28486,-11487,-12387,-27381,-9384,-12388,-26190,-9083,-12336,-27233,-8603,-12357,-27974,-8693,-12418,-27098,-7956,-12369,-28251,-10343,-12873,-26809,-11558,-12813,-26462,-11610,-12454,-26728,-11933,-12741,-25750,-11369,-12871,-25207,-11039,-12971,-25293,-10819,-12861,-26063,-10758,-12838,-25717,-10412,-12916,-26258,-11317,-12377,-25989,-7733,-12458,-26099,-7404,-13000,-26853,-6976,-12955,-28034,-7632,-12539,-24930,-6852,-12710,-24222,-6249,-13001,-25683,-6446,-12713,-25766,-6825,-12528,-23572,-7139,-12621,-23194,-7833,-12735,-22463,-7715,-13035,-22442,-8766,-13141,-21792,-8589,-12666,-21724,-6919,-12590,-22825,-7072,-13232,-20585,-7982,-12974,-20046,-6975,-12647,-23890,-8748,-12684,-29230,-8658,-16613,-29011,-9931,-17697,-30012,-11189,-17288,-30693,-11099,-17930,-31087,-11808,-17470,-31370,-11493,-17900,-32265,-12257,-19111,-32788,-12673,-19548,-32442,-12142,-19415,-33374,-12207,-19770,-32495,-10656,-19734,-32294,-10124,-19305,-33957,-12057,-18882,-35028,-12411,-18961,-34519,-12756,-19131,-33628,-10576,-19355,-33814,-11638,-19357,-33576,-11015,-18371,-35084,-11298,-18822,-34223,-10894,-18858,-34902,-11859,-19180,-33272,-12688,-18321,-31418,-12194,-19099,-32389,-12511,-18897,-31580,-12199,-18274,-32273,-12558,-15325,-29690,-8831,-16003,-25034,-7867,-16477,-24491,-7946,-17243,-23837,-7304,-17469,-24499,-7602,-16986,-25199,-8423,-16810,-25709,-8793,-17249,-27180,-9712,-17467,-28547,-10486,-18139,-28554,-10651,-18013,-29182,-11014,-18241,-29989,-11463,-18054,-30752,-11761,-18049,-29932,-11391,-18383,-28984,-10925,-19090,-29780,-11283,-19177,-29148,-10934,-20293,-28285,-9943,-20230,-27881,-9728,-19492,-28752,-10603,-19853,-27607,-9597,-19276,-27407,-9302,-19404,-28161,-10163,-18978,-28659,-10632,-18407,-28256,-10346,-17902,-28074,-10281,-17400,-27684,-10047,-18496,-30522,-11746,-17222,-25742,-8681,-17722,-27554,-9849,-17984,-26952,-9102,-18398,-27247,-9237,-17060,-26157,-9065,-17350,-26583,-9243,-18035,-25379,-7842,-18590,-25179,-7380,-18967,-24406,-6741,-19034,-23816,-6399,-19178,-22967,-6248,-18594,-24035,-6512,-18227,-23245,-6097,-17705,-21835,-5546,-18252,-22524,-5823,-19036,-23360,-6195,-18887,-22834,-6048,-18448,-22029,-5791,-17661,-23620,-6769,-18182,-23915,-6530,-17074,-23303,-6998,-16533,-23905,-7539,-16531,-26365,-8969,-16887,-26518,-9290,-16418,-25299,-8435,-16144,-24567,-7869,-15833,-25932,-7886,-15321,-27894,-7755,-15856,-28857,-8888,-16428,-28543,-9573,-16899,-28835,-10187,-17219,-28699,-10395,-16864,-27523,-9665,-16496,-27739,-9356,-15997,-27914,-8753,-15746,-27344,-8205,-16121,-26507,-8513,-17111,-27494,-9853,-15605,-24981,-7296,-15337,-23039,-6265,-19405,-24346,-6821,-20457,-24523,-7535,-20436,-25161,-7865,-19324,-24731,-7036,-20568,-29392,-9299,-20472,-29132,-9957,-20146,-30984,-10856,-19873,-31666,-11520,-19186,-30889,-11786,-19631,-30824,-11560,-19915,-30168,-11110,-19743,-31460,-11683,-17225,-36896,-10193,-17287,-37056,-11029,-17471,-36997,-11796,-17755,-36222,-11660,-17172,-36329,-8817,-17308,-36796,-8528,-17358,-36067,-7802,-17556,-36744,-7466,-17794,-37524,-7332,-17750,-37227,-6698,-17642,-36195,-5999,-17925,-36152,-6502,-17832,-35815,-6790,-17524,-35432,-7247,-17454,-34862,-7370,-17642,-33373,-6628,-17988,-31978,-7410,-17656,-32907,-7573,-17286,-35707,-7981,-17165,-35758,-8805,-17228,-36598,-9743,-17237,-36193,-9657,-17298,-35031,-8702,-17513,-35014,-9099,-17900,-34343,-8740,-18260,-33874,-8970,-18494,-34043,-10182,-18079,-34631,-9851,-17910,-34648,-9352,-18555,-33655,-9476,-18058,-34925,-10400,-18773,-33441,-9914,-17409,-37594,-8902,-17616,-37644,-8005,-17050,-38901,-13023,-16817,-39631,-13420,-16967,-39041,-12652,-16871,-39560,-12509,-16671,-40281,-13486,-17405,-35197,-13180,-16176,-37635,-13796,-16365,-36538,-13200,-15710,-36279,-12630,-15225,-35104,-11648,-14431,-35146,-11649,-14854,-34364,-11150,-13614,-34217,-11137,-13345,-33538,-10807,-13092,-33740,-10979,-13817,-35023,-11546,-13972,-36854,-12568,-14659,-35925,-12118,-15619,-37165,-13175,-15534,-34718,-11507,-15660,-35242,-11879,-16261,-35437,-12351,-16389,-34507,-11864,-15625,-33194,-10675,-15102,-33620,-10698,-14485,-32848,-10262,-14118,-31846,-9820,-14090,-33155,-10535,-14813,-33474,-10586,-14415,-34229,-11114,-15117,-38204,-13569,-14578,-39456,-14139,-15252,-39726,-14423,-14951,-40353,-14658,-15409,-40117,-14824,-15044,-41376,-15398,-14584,-41634,-15504,-14502,-40942,-14846,-14878,-41236,-15307,-14939,-39999,-14433,-13059,-44567,-13424,-12996,-45357,-15100,-12927,-45149,-14238,-12625,-45635,-14452,-12764,-45512,-14969,-13004,-45060,-16043,-13843,-44282,-15654,-13587,-44480,-13555,-14730,-44231,-13958,-15379,-43872,-13184,-15658,-43650,-13302,-15721,-43292,-13504,-15574,-42979,-13842,-12807,-44624,-16323,-12281,-45327,-16597,-12506,-44651,-16456,-11442,-44670,-15953,-10627,-44363,-15882,-10637,-43692,-15737,-10832,-43005,-15523,-11259,-42746,-15353,-12075,-42723,-15342,-12993,-43082,-15796,-13618,-43626,-16129,-13905,-42518,-15845,-13805,-41369,-15118,-13416,-42494,-15594,-12900,-41567,-14906,-11957,-40766,-14591,-12150,-38956,-13882,-12396,-39688,-14096,-13047,-40089,-14144,-12343,-41469,-14761,-12165,-41097,-14641,-12071,-42304,-15128,-11584,-42056,-15080,-11259,-41086,-14968,-10957,-42141,-15315,-11318,-41779,-15112,-10501,-43195,-15795,-12350,-44601,-16405,-12976,-43942,-16304,-12306,-43842,-15972,-11971,-43267,-15578,-11100,-44382,-15802,-11629,-42990,-15429,-11602,-43830,-15673,-7102,-43574,-18309,-6773,-43582,-17784,-6787,-42727,-17342,-7085,-41716,-17131,-6929,-41073,-16888,-6647,-41139,-16824,-6529,-40705,-16830,-6700,-40083,-16855,-6455,-43630,-17473,-6207,-43674,-17326,-5493,-42875,-16954,-5109,-42530,-17336,-5613,-41888,-17056,-5956,-41977,-16874,-5900,-42966,-16958,-6533,-42529,-17037,-6437,-41776,-16849,-5406,-41998,-17269,-4705,-42242,-18689,-4251,-41471,-19436,-4562,-40919,-19333,-3876,-41340,-19761,-3408,-42428,-19710,-3725,-43653,-19222,-3140,-44729,-19140,-3149,-45373,-18903,-2610,-44059,-19651,-1678,-44582,-19796,-1523,-44290,-19915,-1151,-44721,-19920,-2396,-44840,-19486,-3003,-43118,-19740,-1801,-42912,-20003,-1559,-42774,-19806,-1421,-42975,-19058,-2321,-41219,-18283,-1826,-41846,-18879,-1768,-41845,-19223,-2230,-43568,-19880,-1596,-43595,-19982,-899,-44818,-19887,-782,-45820,-20127,-720,-45292,-19928,-1384,-45963,-20240,-1906,-46206,-20129,-1293,-43461,-19828,-1121,-44293,-19892,-1460,-42755,-19335,-1045,-44129,-19585,-1159,-43958,-19252,-1444,-43899,-18634,-2254,-43076,-19994,-4588,-41543,-19131,-6060,-40609,-17259,-6110,-40810,-17067,-6515,-39716,-17173,-5459,-41058,-18016,-5000,-41719,-18443,-5781,-41240,-17194,-4554,-43611,-17513,-4853,-43365,-17191,-5744,-43588,-17118,-4519,-44142,-17196,-4264,-44119,-17533,-3711,-44604,-18567,-3554,-44449,-18968,-4106,-43839,-18749,-3404,-45425,-18415,-4090,-44553,-17389,-5260,-43402,-17041,-4761,-42963,-17779,-4882,-42362,-18154,-4466,-43115,-18623,-4245,-42916,-19075,-1179,-46817,-21003,-765,-46351,-20497,-780,-46734,-20817,-990,-47958,-21642,-1992,-47787,-21903,-1937,-47277,-21368,-1437,-48435,-22289,-2394,-47944,-22002,-2620,-47844,-21564,-3323,-48470,-22083,-3101,-48764,-23083,-2299,-48632,-22636,-2906,-48416,-22302,-3030,-48116,-21176,-3208,-48315,-20456,-3564,-48916,-20884,-3612,-49115,-20122,-3650,-49220,-19722,-3469,-48468,-18597,-3561,-48381,-18017,-4400,-47625,-17377,-5078,-47892,-17695,-4778,-47510,-17436,-4617,-50095,-18166,-3976,-49590,-18048,-3775,-49357,-18182,-3714,-49409,-18767,-3683,-48350,-17803,-3846,-48055,-17592,-4194,-48419,-17663,-4601,-49385,-17868,-4748,-48586,-17729,-3969,-48920,-17792,-4283,-50055,-18195,-4065,-50453,-18961,-4553,-51373,-18979,-4054,-51128,-19648,-4826,-52060,-19335,-5441,-52091,-19468,-4790,-53221,-20031,-5075,-53129,-19976,-4383,-53893,-20385,-4227,-54534,-20339,-3657,-55371,-20556,-3556,-55592,-20283,-4871,-52455,-19613,-4551,-52034,-19513,-4100,-53914,-20717,-4402,-53338,-20384,-4674,-51012,-18584,-5051,-50095,-18220,-5189,-49549,-18164,-5393,-51437,-18955,-5765,-52529,-20230,-5117,-51578,-18923,-3294,-47820,-18641,-3500,-48712,-19326,-3583,-47128,-17568,-2867,-47725,-20471,-3268,-48153,-19183,-3029,-47559,-19250,-3443,-47372,-17910,-2756,-47289,-19963,-2464,-47452,-21022,-1043,-48500,-22023,-808,-48483,-21672,-1569,-43954,-17256,-382,-41320,-15196,-2569,-39636,-16108,-2376,-40530,-16382,-2559,-40630,-16734,-2035,-40093,-15672,-1499,-40256,-15321,-3077,-38937,-16354,-2592,-40849,-17050,-3733,-38228,-18188,-4075,-37344,-18976,-4044,-37420,-18322,-4157,-37180,-19325,-4165,-37396,-19596,-4266,-34919,-14975,-4054,-34962,-14714,-5003,-33652,-16593,-4615,-34778,-17503,-4484,-35372,-17915,-4279,-36266,-17927,-4223,-36802,-18300,-4001,-36793,-16925,-4220,-35943,-16486,-4414,-35293,-16904,-3950,-37352,-17561,-5090,-33662,-15454,-4837,-33799,-14883,-4662,-33655,-14509,-4530,-32615,-13834,-4742,-31574,-13478,-4269,-29656,-12133,-3068,-27618,-10866,-1957,-26777,-10817,-1475,-27304,-11148,-1910,-27629,-10922,-2737,-28811,-11199,-3013,-29746,-11488,-3613,-30836,-12209,-1810,-26140,-10885,-3469,-28500,-11211,-3475,-29547,-11605,-4064,-29536,-11921,-4351,-30842,-12749,-4312,-31732,-13138,-4063,-28699,-11633,-4460,-28943,-12084,-6156,-29297,-14077,-5722,-28593,-13359,-5331,-28552,-12917,-4868,-28505,-12437,-5046,-29669,-12993,-4958,-30358,-13164,-5245,-31327,-13790,-5463,-30067,-13511,-5744,-28010,-13274,-5281,-27664,-12670,-4950,-27166,-12287,463,-33917,-13666,944,-33278,-15093,807,-34010,-14502,1070,-34395,-15099,1302,-34159,-15758,2011,-34586,-16806,2161,-34163,-17637,1160,-33328,-15776,1400,-33310,-16438,1281,-32278,-16528,2360,-32725,-18929,1754,-33580,-17002,1747,-32800,-17380,1298,-32772,-16437,247,-32895,-13311,-715,-31353,-12150,-2159,-30506,-11722,-2663,-29602,-11410,-1835,-29426,-11345,-2113,-28662,-11115,-2531,-26907,-10664,-1429,-30959,-11842,-103,-31591,-12651,293,-31695,-13271,531,-31522,-13879,759,-31644,-14508,833,-31372,-14800,673,-30342,-14432,952,-30373,-15833,1036,-30928,-15927,1162,-31989,-16224,1071,-32364,-15616,970,-30053,-16283,-10,-32115,-12886,428,-32840,-13639,-70,-33642,-12988,-373,-33778,-12785,-798,-33668,-12599,-770,-32529,-12362,-1165,-31283,-11966,-1220,-32260,-12206,-2122,-32177,-12229,-2603,-30734,-11771,-1837,-31572,-12074,-1613,-33242,-12475,-552,-32465,-12449,642,-32985,-14179,2743,-32637,-19493,3053,-35057,-19287,3764,-37433,-18953,3195,-38825,-17556,2768,-38890,-16848,2300,-40282,-15789,2361,-42251,-15741,2612,-42896,-15941,3158,-44180,-16444,3060,-43492,-16335,4038,-45556,-17099,5130,-45529,-17787,6101,-45592,-18460,6803,-46353,-18697,6176,-44996,-18922,5854,-44480,-18867,5692,-44909,-18453,3254,-42748,-16549,3860,-42346,-17314,4245,-42416,-17798,4417,-43040,-17852,5881,-43918,-19080,9457,-45208,-20409,9090,-45354,-20181,3450,-38124,-18169,1774,-38916,-15295,1565,-40946,-15128,1489,-41537,-15217,859,-41481,-15068,1728,-42518,-15515,1305,-42617,-15463,1845,-43493,-15798,2196,-44912,-16202,2597,-46551,-16521,2414,-39146,-16249,3202,-34227,-19778,3648,-29957,-20179,3224,-29461,-19889,3174,-30620,-19944,2826,-29680,-19640,2245,-31050,-19182,1881,-30799,-18790,2202,-29368,-19034,1704,-28937,-18478,2385,-30480,-19314,8583,-34276,-20674,4661,-28736,-19532,1631,-21951,-16794,2142,-23435,-17782,2556,-22285,-17703,3445,-24163,-18553,4112,-23922,-17474,2585,-23262,-18093,2693,-24705,-18577,3431,-25367,-19135,4135,-26232,-19265,4166,-25206,-18542,2359,-23851,-18094,275,-21251,-14714,49,-20401,-14018,-61,-20194,-13670,797,-19790,-14811,247,-20452,-14383,1536,-18505,-15240,1672,-19550,-15793,805,-20815,-15189,-95,-21682,-13872,233,-22329,-15041,9,-22003,-14408,-1012,-21984,-11292,-742,-22774,-11978,-1194,-24148,-11609,-1551,-22913,-10953,-2961,-24322,-9926,-2640,-25704,-10367,-2892,-25862,-10346,-1575,-24830,-11187,-902,-25323,-12056,-921,-24823,-12030,-747,-23979,-12187,-923,-24208,-11949,-2095,-25121,-10672,-1004,-22675,-11434,80,-26100,-14887,132,-26778,-14849,-628,-30063,-12049,-1043,-29187,-11604,-987,-28750,-11611,-5704,-30961,-14078,-5974,-30972,-14450,-8303,-29492,-17339,-8167,-30258,-17478,-8436,-30284,-16646,-8240,-30665,-17140,-7573,-33822,-17439,-8740,-29920,-13420,-8008,-32532,-16768,-7885,-33753,-16231,-7794,-34404,-16222,-7678,-35165,-16417,-7452,-35141,-17472,-7272,-36151,-17595,-6505,-36901,-18391,-5664,-36755,-19205,-7023,-35958,-18042,-8127,-36909,-16044,-8517,-36426,-15855,-8272,-37445,-16248,-7904,-38334,-16511,-7817,-39425,-16816,-7518,-40546,-17001,-7498,-41261,-17349,-8162,-38853,-16776,-8709,-37151,-16419,-9047,-37708,-17806,-8794,-38005,-17693,-8929,-38548,-18532,-8695,-38875,-18548,-8697,-37891,-16959,-8584,-38759,-17729,-8454,-37504,-16356,-7801,-36984,-16189,-7466,-36871,-16580,-7149,-37906,-16980,-6931,-38768,-17015,-6470,-38967,-17701,-5339,-39957,-18799,-6155,-38498,-18340,-5927,-37141,-18940,-5661,-38202,-19021,-6507,-36227,-18523,-5243,-38213,-19438,-4776,-38185,-19715,-4257,-39506,-19848,-4379,-38248,-19826,-3907,-38550,-19892,-2642,-40098,-19767,-3170,-39031,-19545,-4861,-39127,-19564,-4383,-40464,-19666,-3961,-40173,-19900,-3315,-41387,-19969,-5200,-39259,-19200,-5181,-37639,-19530,-6541,-38269,-17910,-6837,-38033,-17560,-7031,-36926,-17785,-8293,-31332,-16208,-7415,-39737,-16778,-7729,-37943,-16409,-7416,-38008,-16577,-8685,-39970,-19646,-7370,-42863,-20926,-7900,-42462,-21277,-7692,-41908,-20738,-8038,-41385,-20649,-8576,-42187,-21156,-9920,-42193,-20954,-10414,-41557,-20449,-11097,-39964,-19165,-11111,-39609,-19203,-11131,-38831,-18958,-10856,-39476,-19383,-10585,-39193,-19330,-10081,-39088,-19265,-9066,-39947,-19702,-8358,-41357,-20689,-8948,-41690,-20846,-10125,-41168,-20335,-9863,-40376,-19970,-10722,-38390,-18875,-11348,-37781,-18459,-11528,-37327,-18174,-11653,-37463,-18056,-10877,-38781,-19056,-11795,-36920,-17651,-11746,-36616,-17702,-11540,-36486,-17708,-11099,-37307,-18264,-12001,-35850,-17133,-11912,-35800,-17246,-12113,-35198,-16763,-12087,-34484,-16466,-11832,-34496,-16671,-11582,-35242,-16965,-11202,-36061,-17397,-10502,-35464,-16761,-10315,-36587,-17648,-10037,-36373,-17386,-12057,-34507,-16116,-11905,-35878,-16264,-11959,-34987,-15991,-11724,-35052,-14641,-11796,-35636,-15478,-11691,-36398,-15703,-11908,-36539,-17075,-12051,-35466,-16500,-7515,-42020,-20394,-9446,-38842,-19006,-10531,-37956,-18611,-10706,-36983,-18031,-10743,-28502,-12075,-10839,-27732,-11772,-10724,-27425,-11572,-9942,-29106,-12170,-8357,-14252,-10359,-9065,-14552,-10762,-8321,-13023,-9566,-8614,-11201,-8288,-7741,-10452,-8323,-7359,-9672,-8143,-6751,-9726,-8713,-7965,-9818,-7786,-6146,-9493,-9022,-5577,-9337,-9257,-5218,-9209,-9275,-4496,-6880,-8159,-4393,-6395,-7937,-4802,-6501,-7821,-5114,-6124,-7245,-6152,-11062,-9876,-5835,-11342,-10190,-4960,-12026,-10051,-4610,-11301,-9480,-4739,-10607,-9546,-4474,-9961,-9163,-5419,-11546,-10348,-5145,-9822,-9570,-4758,-9249,-9235,-4754,-8493,-8940,-5216,-10816,-9995,-5849,-9689,-9329,-5626,-11594,-10390,-5496,-10752,-10005,678,-3769,-6226,-458,-4179,-5178,2056,-7148,-9618,3147,809,-3437,3243,381,-3229,3744,-566,-3319,4023,-1071,-3578,3707,664,-2723,3977,404,-2815,3903,1985,-1979,4315,710,-2701,4908,1887,-2420,5423,312,-3801,5945,889,-3848,6187,937,-3963,3461,581,-2880,3287,2077,-2341,3289,1375,-2688,3554,-442,-3315,3297,-726,-3621,2614,755,-4692,2945,550,-4483,2858,-424,-5062,2618,151,-5041,2353,327,-5012,2298,-408,-5466,2356,-1045,-5829,2660,-778,-5539,3041,-2370,-4778,3160,-2387,-4530,3317,-3081,-4712,3075,-3897,-5273,2948,-2904,-5766,2951,-1637,-5320,3107,-1319,-4131,2912,-1713,-5728,2619,-1370,-5949,2774,-1428,-5841,2455,-2066,-6469,2632,-3125,-7134,2897,-3522,-7135,2899,-4011,-7387,2754,-4978,-8192,2925,-6452,-8536,2936,-5389,-7630,2922,-6555,-7633,2961,-7446,-7193,2948,-6407,-8106,2956,-6489,-6687,2951,-5743,-6480,2954,-5054,-6623,2939,-3685,-6377,2934,-4319,-7280,2927,-3064,-6699,2936,-2497,-6129,2991,-3538,-5760,3006,-3695,-5360,3049,-5615,-6044,2981,-4682,-5907,2841,-6039,-8687,2912,-4997,-7861,2828,-3081,-6975,2798,-4107,-7654,3286,-4738,-5460,3070,-4781,-5672,3298,-1938,-4193,3283,-62,-3344,3063,543,-4067,3016,-493,-4530,3130,-10811,-8060,4930,-10159,-8540,5690,-9517,-8832,6609,-8983,-8648,6402,-8930,-8722,5969,-10205,-9151,5656,-10733,-9261,5482,-9949,-8934,3001,-9573,-8451,5284,-21460,-9896,5330,-22019,-10300,5271,-23106,-10197,5442,-22087,-9561,5296,-22124,-9945,9244,-20575,-10373,9681,-19202,-10194,10194,-20235,-10711,9773,-20150,-10626,9505,-20967,-10793,8939,-23548,-11267,8901,-24726,-11555,8275,-24807,-10949,7125,-24807,-10304,7115,-26592,-10887,6665,-26403,-10794,5987,-26865,-11012,6821,-27747,-11152,6627,-24824,-10237,6276,-24434,-10076,6862,-23974,-9933,6051,-23242,-9670,5740,-24128,-10070,5338,-23561,-10196,5291,-24769,-10673,5616,-24475,-11880,5802,-23945,-11899,5734,-23977,-12207,5911,-23263,-11810,5453,-22929,-10845,5527,-21862,-10797,5255,-23034,-10425,5957,-20236,-11538,5305,-24715,-11226,5964,-24861,-10309,7246,-23767,-9947,7533,-24550,-10335,7686,-22834,-9828,8080,-23110,-10198,8195,-24236,-10682,7920,-24713,-10610,9114,-27170,-12129,8658,-26407,-11682,8966,-26597,-11960,9356,-25800,-11947,10209,-25361,-11583,11202,-27825,-11249,11890,-26832,-10408,10586,-24407,-11307,9244,-25002,-11793,9718,-24960,-11778,7693,-33041,-14029,7219,-32810,-13999,6732,-32923,-13952,6790,-32632,-14080,7738,-32218,-14400,8430,-31735,-14625,8077,-31976,-14483,6670,-32924,-13642,7013,-32419,-13339,6404,-32118,-13297,6325,-32379,-13821,6336,-31955,-13956,6096,-30986,-13943,5808,-31251,-13807,4920,-30360,-13514,4930,-30543,-13229,5387,-30962,-13076,4733,-29689,-12657,4316,-28820,-12829,4317,-28802,-13544,4095,-27681,-13649,4952,-28346,-13893,5197,-27909,-14088,4118,-26640,-14943,4221,-27325,-15377,3854,-27596,-15845,3900,-29048,-17061,3827,-28508,-17127,3481,-26607,-15746,3762,-28082,-16432,3598,-27493,-16461,3473,-26031,-15102,4142,-26306,-14544,4263,-26521,-14092,4359,-26828,-13964,4497,-27223,-13904,3790,-27584,-13158,4738,-28042,-12383,4860,-28694,-12284,5185,-29712,-12339,5276,-28861,-11942,5107,-28132,-11817,4943,-27670,-11904,5214,-26721,-11317,4891,-26545,-12286,4475,-27087,-12573,4261,-26106,-12641,3551,-24462,-12451,3788,-22405,-12154,3304,-22486,-12138,3455,-23037,-12208,3173,-24264,-12462,2697,-23118,-12851,3127,-24961,-12753,3340,-25727,-12959,3613,-26097,-12818,3734,-26777,-12964,3489,-26330,-13118,3888,-26286,-13798,3573,-26437,-13410,4010,-26757,-13728,4030,-27681,-12921,3184,-25370,-13141,3169,-24898,-13554,3806,-27371,-13458,3914,-28026,-13440,2892,-22987,-12375,3152,-23264,-12304,5043,-26233,-11721,4846,-25987,-12461,5177,-25573,-12364,4664,-25099,-12580,4166,-24855,-12567,5404,-24089,-12636,5520,-24338,-12565,5709,-22708,-12396,5651,-21254,-12281,5700,-19983,-12061,5912,-20696,-12052,5451,-24930,-12388,5448,-25027,-12005,4912,-25488,-12528,5013,-26133,-12186,5263,-25992,-11035,6130,-26430,-10841,6603,-25607,-10498,5659,-25675,-10641,5336,-25527,-10814,5186,-25523,-11302,5264,-25301,-11615,5965,-25409,-10464,4974,-26887,-11809,6180,-32138,-13498,5670,-31406,-13604,5461,-31198,-13381,6574,-31638,-12948,7195,-31602,-12822,5998,-31756,-13253,3689,-25724,-14384,3362,-25806,-13346,4825,-27252,-14181,3982,-28386,-13163,5052,-30325,-13597,4602,-29575,-13534,6204,-28625,-14492,5360,-28054,-15385,4493,-27909,-15604,4817,-28959,-15996,4358,-29677,-16619,4278,-29928,-16918,4712,-30311,-16804,5005,-31037,-17150,5277,-31139,-17034,5812,-31933,-17336,6157,-31167,-16804,6436,-31947,-17157,6569,-31053,-16609,7419,-31823,-16698,7836,-31870,-16511,5087,-30270,-16550,6218,-30290,-16228,6653,-30063,-15968,6035,-28741,-15485,4736,-29514,-16238,5522,-29970,-16214,6003,-29733,-16052,5593,-28709,-15738,6768,-29374,-14789,7482,-30268,-15263,7532,-30538,-15628,8125,-31265,-15761,8443,-31886,-15903,8789,-31786,-15512,8572,-31381,-15048,9235,-32308,-14804,9190,-32782,-14651,8970,-33632,-14629,8715,-34434,-14577,10867,-34710,-14679,10967,-35303,-14426,10065,-34514,-14512,10686,-35286,-14316,8411,-33263,-14565,7362,-32615,-14268,8093,-31095,-14706,8759,-32383,-14576,7064,-30795,-16254,6898,-29691,-15380,6918,-29965,-15690,5594,-30474,-16442,5749,-28166,-14996,7090,-31655,-14231,8101,-33797,-14454,7652,-33102,-14354,8677,-36344,-14020,8631,-36303,-13622,8455,-35791,-13752,8413,-35935,-13919,11158,-42298,-15958,10865,-43935,-14943,11648,-51781,-10338,11812,-52039,-10276,11583,-52511,-10180,11771,-52910,-10253,11467,-53155,-10078,11557,-51758,-10520,11172,-52218,-11347,11423,-51616,-11278,11963,-51208,-10472,12361,-52976,-10663,12497,-53841,-10828,12482,-54250,-11091,11637,-53624,-10384,8385,-58340,-10424,7804,-57465,-9357,7509,-57095,-9243,7436,-57148,-8840,6731,-55848,-9085,5987,-54387,-9825,5351,-52926,-10257,5422,-51835,-11323,5500,-52748,-11035,6328,-54570,-10351,6730,-55347,-9979,7275,-55400,-9806,7276,-55783,-9768,7384,-56045,-10160,7499,-56321,-10435,7494,-56187,-9776,8046,-58205,-10755,8507,-57901,-9908,8473,-57505,-9576,8162,-57104,-9422,8108,-57257,-10408,8182,-57105,-9898,7044,-56358,-9249,6768,-55789,-9616,6990,-55775,-9686,7373,-56132,-9573,7204,-56386,-9434,7928,-56704,-9449,8192,-56929,-9568,7551,-56672,-9405,6469,-55180,-9896,5641,-53283,-10782,5734,-53797,-10308,5983,-53661,-10709,6620,-55529,-8864,7132,-56502,-8444,7655,-57576,-8153,7616,-57606,-8568,9045,-59014,-7960,9281,-59299,-7646,9415,-59262,-8304,7862,-57525,-6230,7500,-56886,-7203,7179,-56117,-7619,7284,-55080,-7703,7052,-56164,-8178,6849,-55594,-8268,7481,-56529,-6864,8439,-58513,-7114,8212,-59091,-8722,7960,-58344,-8391,8039,-58843,-8943,7589,-57453,-9120,8149,-58961,-9680,7804,-58236,-9192,8349,-63513,-11416,7963,-62187,-9546,8502,-62884,-8562,8512,-63148,-9027,10680,-64656,-1864,10835,-64786,-2629,10986,-65129,-1602,10347,-64026,-3250,11570,-66833,-6824,10666,-66677,-9143,10770,-66447,-8382,9776,-65002,-8251,10019,-65822,-9336,9378,-64691,-8865,9467,-65170,-9742,9358,-65180,-10264,9040,-64713,-10658,8748,-64292,-11204,9141,-65276,-11882,8949,-64934,-12310,8452,-63835,-12177,8320,-63583,-13828,7671,-62322,-14922,7823,-62472,-14178,7282,-61287,-14883,7174,-60634,-13287,6842,-58976,-13154,6543,-58010,-14852,7681,-62001,-11915,8109,-63022,-13185,7673,-62006,-13308,10303,-65651,-8057,13468,-72615,3254,14828,-73189,452,16236,-79488,-7019,17203,-79489,-4090,17194,-78830,-4103,15078,-79488,-9561,16122,-79484,-11012,15930,-79490,-11989,15679,-78698,-12915,15773,-79481,-12776,15887,-79487,-11349,15934,-78978,-11824,16269,-78095,-9784,16468,-77389,-8441,16527,-77206,-8037,16798,-77260,-6640,16710,-77140,-6562,16860,-77173,-5864,16573,-76981,-4312,16754,-77125,-4423,16720,-77112,-3543,16775,-77103,-2649,16284,-76464,-2664,16370,-76195,-1410,16884,-76629,-388,16644,-76296,-665,16873,-76184,274,16314,-75675,-670,16258,-75236,-92,15822,-75495,-2699,15988,-75213,-4683,15941,-74464,-6153,16033,-75296,-7162,15868,-75902,-8361,15040,-73942,-8658,15387,-74535,-8456,15569,-74062,-7441,15758,-74928,-7809,15389,-75958,-9574,15578,-76698,-9730,15335,-76887,-10799,15732,-75881,-8768,16054,-76780,-8159,16119,-75758,-7092,16109,-75375,-6358,16168,-75872,-5345,16272,-76992,-7339,16368,-77275,-8818,16263,-77165,-8864,16151,-77212,-9750,16009,-77220,-10369,15986,-77355,-10761,15778,-77264,-11452,15757,-77448,-11899,16065,-77846,-10697,15790,-76624,-9068,15834,-76988,-9247,15583,-77042,-10232,15936,-77113,-9563,16529,-77894,-8304,16694,-77161,-7059,16388,-76968,-6456,16429,-76956,-6171,16260,-76444,-6107,16042,-77029,-8557,16151,-76604,-7446,16165,-75843,-6295,16164,-76086,-4037,16291,-76510,-3385,16311,-76469,-5221,16098,-75757,-4468,15639,-74983,-2728,15838,-75349,-3551,15756,-74591,-4059,15926,-74338,-5283,15776,-73983,-6337,15797,-74450,-7155,15600,-73722,-6731,15776,-73850,-5577,15464,-73210,-5958,14995,-72355,-4956,15553,-74336,-3300,15391,-73663,-3627,14935,-72623,-3418,17149,-77226,-3861,17231,-77383,-3898,17213,-77971,-4026,17129,-77257,-4432,16980,-77225,-5365,16936,-78450,-5778,17327,-77414,-3229,17375,-77292,-2620,16989,-77430,-5478,16561,-77042,-5072,5655,-79493,-16024,-25015,-76959,-741,-25602,-79488,-6211,-25421,-76867,-7410,-24531,-76182,-7009,-24652,-76520,-6423,-24448,-76109,-5914,-24593,-76587,-5046,-24654,-76602,-5919,-24297,-75677,-5691,-24229,-75512,-6399,-24407,-76051,-5210,-24542,-76479,-4271,-23082,-73486,-7818,-23266,-75874,-11546,-22551,-75407,-12443,-22603,-74845,-11941,-22038,-75044,-13217,-21514,-74910,-14121,-21130,-74772,-14711,-17537,-75875,-20028,-15985,-74660,-20448,-15328,-74542,-20897,-14679,-75560,-21860,-14187,-74901,-21793,-13990,-75565,-22336,-13723,-74969,-22116,-12796,-75536,-22917,-11715,-74786,-22842,-11021,-74266,-22655,-10862,-75263,-23363,-10118,-74133,-22731,-8113,-73237,-22592,-9500,-73157,-22260,-10206,-72325,-21683,-8156,-73641,-22809,-10385,-73488,-22221,-11053,-72797,-21698,-11373,-73684,-22105,-9548,-73748,-22586,-13260,-77227,-24411,-13284,-77326,-24561,-12234,-77916,-24751,-6890,-77266,-25468,-7119,-77385,-25512,-8350,-77342,-25339,-7989,-77245,-25240,-7919,-77439,-25400,-11344,-77356,-24906,-10679,-77805,-24987,-10433,-77311,-25016,-10066,-77217,-24871,-9871,-77306,-25069,-9491,-77654,-25171,-9289,-77279,-25131,-8917,-77131,-24692,-6947,-76413,-24694,-8672,-76222,-24422,-7074,-76006,-24502,-5660,-76495,-24873,-4614,-75955,-24714,-4190,-75722,-24685,-4013,-76428,-25140,-2098,-75519,-24809,-3018,-73860,-23648,-1701,-74059,-23809,-868,-74330,-23905,-584,-71257,-23158,-1540,-71216,-23221,-2166,-74353,-24010,-1694,-75815,-25015,-741,-75860,-24895,-314,-75426,-24589,265,-74446,-23938,-260,-74615,-24016,-1435,-74736,-24280,-1426,-75413,-24730,-5306,-75922,-24601,-6753,-75704,-24364,-5589,-75346,-24337,-5098,-74600,-24051,-5049,-74013,-23746,-3797,-74612,-24057,-3444,-73145,-23264,-1955,-73613,-23588,-1195,-72668,-23294,-1123,-73313,-23480,-8814,-76956,-24584,-9680,-76179,-24261,-9910,-76508,-24296,-11084,-77000,-24064,-12107,-76557,-23566,-12208,-76942,-23720,-12721,-77107,-23746,-11098,-76031,-23704,-9273,-77025,-24514,-9963,-77018,-24381,-10631,-76920,-24183,-10648,-77130,-24336,-9596,-77137,-24612,-11587,-77204,-24687,-12075,-77263,-24740,-12477,-77202,-24550,-12328,-77408,-24754,-9485,-75407,-23889,-8849,-74883,-23556,-8855,-74285,-23170,-9453,-74870,-23405,-10253,-76043,-24074,-9977,-75660,-23960,-11069,-75499,-23455,-11609,-75933,-23505,-10350,-74810,-23126,-7483,-75559,-24195,-7070,-75054,-23988,-7892,-74331,-23429,-8007,-74984,-23712,-8197,-75480,-24039,-6795,-74432,-23762,-5825,-73912,-23643,-6035,-73107,-23158,-6177,-71265,-22346,-6170,-71854,-22527,-5504,-73108,-23221,-5594,-72417,-22893,-5620,-71732,-22598,-3711,-71088,-22874,-2056,-71869,-23159,-1391,-72261,-23234,-1868,-70842,-23168,-2241,-69435,-22650,-2638,-71036,-23108,-3276,-70236,-22791,-3769,-68983,-22208,-4309,-70669,-22626,-3312,-69014,-22333,-2717,-68992,-22445,-3181,-69758,-22637,-3116,-68223,-22180,-4538,-72603,-22985,-3867,-72468,-22966,-3975,-71748,-22838,-3139,-72285,-23006,-3076,-72794,-23143,-1949,-73033,-23377,-1944,-72496,-23232,-5102,-71843,-22699,-4511,-71626,-22716,-4959,-71211,-22555,-6014,-74774,-24049,-7012,-74089,-23523,-7407,-73160,-22715,-6639,-73209,-23049,-8577,-71517,-21842,-6907,-70249,-21923,-7369,-71277,-22080,-6878,-72048,-22431,-16970,-77133,-21251,-16280,-77066,-21671,-16774,-75629,-20368,-15001,-76566,-22182,-14187,-77060,-23074,-13788,-77106,-23359,-13011,-77007,-23485,-12881,-76326,-23199,-13577,-76219,-22836,-12099,-75578,-23199,-14219,-77287,-24391,-14692,-77424,-24347,-15909,-77205,-23374,-15972,-77364,-23565,-15511,-78709,-24157,-13785,-79488,-24473,-14682,-79510,-24324,-13795,-78259,-24495,-12909,-79487,-24584,-12760,-78654,-24635,-15395,-77769,-24207,-14155,-77503,-24442,-15581,-77478,-24084,-15312,-77261,-24134,-15279,-77216,-23869,-14051,-77193,-23908,-16589,-77172,-22395,-15708,-75768,-21257,-13701,-76823,-23118,-14618,-76493,-22375,-17048,-76549,-20704,-17092,-77047,-20909,-18736,-77137,-19591,-18828,-77253,-19670,-17454,-78286,-21507,-17191,-79511,-21754,-16693,-78587,-22575,-16894,-77787,-22303,-16668,-77267,-22548,-15521,-76909,-22093,-15730,-76650,-21751,-16011,-77125,-22193,-17384,-77442,-21621,-17258,-77204,-21636,-17736,-77189,-21026,-17598,-77093,-20437,-18175,-77158,-20289,-17555,-76953,-20374,-18189,-77044,-19703,-18719,-77042,-19101,-17794,-76393,-19991,-18678,-76813,-19041,-18286,-77245,-20389,-15343,-77174,-23165,-16244,-77884,-23191,-18114,-78018,-20650,-18567,-77579,-20070,-19335,-77312,-19023,-19461,-76394,-17996,-19612,-76913,-17839,-19879,-76874,-17442,-19483,-77052,-18379,-19628,-77281,-18597,-20023,-77098,-17858,-20391,-77095,-17328,-20208,-77297,-17750,-19108,-76943,-18485,-19247,-77108,-18905,-16774,-75143,-20030,-14849,-74266,-21042,-14347,-73771,-20994,-12897,-74434,-22065,-12010,-73082,-21572,-13290,-73047,-20947,-13932,-73478,-20999,-13471,-72775,-20523,-14502,-73043,-20304,-15490,-73066,-19668,-14790,-73409,-20506,-16597,-72847,-18536,-13138,-73345,-21231,-11584,-72535,-21340,-14710,-75055,-21542,-14295,-74705,-21597,-12706,-74947,-22595,-15796,-73206,-19576,-15401,-73801,-20368,-16179,-73979,-19838,-9217,-70426,-21346,-9993,-65111,-19623,-9801,-64597,-19575,-9781,-64155,-19447,-9128,-62845,-19151,-10230,-59706,-17357,-11184,-57529,-15660,-12559,-55198,-13611,-12838,-56086,-13438,-13153,-56806,-13476,-12951,-56926,-13348,-13170,-57178,-13341,-13459,-58055,-13392,-14271,-58559,-13473,-14294,-58265,-14036,-14715,-58495,-14071,-15190,-58778,-13876,-15771,-59011,-13605,-15125,-59222,-13075,-15987,-59816,-12472,-15091,-59567,-12574,-14927,-59401,-12845,-14798,-59583,-12998,-15051,-60033,-13196,-13406,-58329,-13896,-13216,-57583,-13363,-13593,-57928,-13333,-13452,-57393,-13530,-13873,-57969,-13665,-12986,-55732,-14144,-14024,-57621,-14354,-14321,-58084,-14236,-14935,-58146,-14381,-15662,-56573,-15517,-15295,-57222,-15000,-14641,-57222,-14845,-12072,-55418,-13456,-12579,-56896,-13707,-12704,-56192,-13323,-25136,-76786,-6471,-25497,-76918,-5982,-25377,-76856,-5266,-24882,-76721,-7475,-24978,-76796,-8284,-25591,-76905,-8271,-24954,-76839,-10529,-24934,-76967,-10936,-24467,-76953,-11519,-24597,-77245,-11546,-24099,-77096,-12157,-24049,-76868,-11875,-23368,-77745,-13349,-22647,-78215,-14418,-22422,-78952,-14721,-21080,-77095,-16382,-20497,-77827,-17451,-21772,-77904,-15648,-21941,-78360,-15441,-20945,-78313,-16843,-21354,-78869,-16249,-20089,-79505,-16608,-21340,-79505,-16201,-21343,-79512,-15255,-22112,-79507,-15125,-22738,-79496,-14230,-20934,-79488,-16766,-17536,-79508,-18981,-19347,-79497,-18881,-21637,-77053,-15506,-22033,-77005,-14810,-22264,-77158,-14719,-22602,-77032,-14098,-21790,-76867,-14691,-23340,-78967,-13406,-24627,-76717,-3291,-23064,-70722,-3901,-22693,-70347,-5168,-22781,-69840,-4371,-22812,-69489,-3795,-22365,-69101,-5210,-22069,-69449,-6764,-22028,-67993,-4427,-22140,-67961,-3402,-22594,-69643,-4956,-22952,-71642,-5188,-22523,-70013,-5586,-22777,-71081,-5555,-22774,-71795,-6222,-22396,-71203,-7260,-22130,-70759,-7999,-21918,-69955,-7861,-24155,-75633,-8856,-23072,-70345,-3443,-22732,-69111,-3274,-21874,-67641,-1097,-21317,-66806,-994,-21661,-67307,-68,-21540,-67259,520,-21140,-66775,215,-21884,-67563,-2233,-22803,-69531,-1471,-22460,-68890,-1037,-23067,-70259,-910,-22949,-70292,-3,-22223,-68279,-1495,-21823,-67586,-271,-22454,-69389,821,-22337,-69046,1046,-21837,-68212,2245,-21754,-68320,2811,-21625,-68526,3666,-22053,-68629,1824,-22347,-69356,1982,-22286,-69657,2835,-21865,-69098,3483,-21642,-69518,4493,-16480,-63542,2950,-18757,-70108,8014,-19748,-70406,7241,-20587,-70904,6572,-21544,-71145,5482,-21433,-70376,5301,-21097,-70396,5770,-21352,-69803,5188,-21954,-69797,3986,-22181,-70001,3514,-22502,-70776,3193,-21666,-71862,5691,-22274,-72209,4899,-22332,-71878,4499,-22912,-71436,2737,-21935,-72336,5583,-22333,-72666,4966,-22444,-73375,5173,-22927,-73778,4299,-23300,-73590,3109,-18517,-71776,10106,-19973,-69823,6710,-20251,-70362,6714,-20870,-69882,5884,-19037,-71455,8947,-18975,-70710,8343,-18399,-71304,9753,-17927,-71265,10457,-17737,-71689,11052,-21728,-70595,4896,-22070,-71129,4515,-22477,-71450,3800,-22568,-70446,2572,-23238,-71102,657,-23522,-71507,-52,-24400,-77389,4623,-23930,-73272,307,-23919,-74090,1358,-22858,-73424,4134,-23002,-72786,3406,-22694,-72269,3936,-17958,-63274,-3518,-17445,-62667,-3909,-22213,-68369,-430,-17997,-65535,2219,-20311,-67850,4570,-20784,-68315,4811,-20078,-68125,5290,-19692,-68310,5858,-18324,-63428,-1616,-18030,-63091,-1124,-18084,-63197,-844,-18531,-63867,-539,-18995,-64486,-816,-15127,-71218,13779,-14410,-71698,14773,-15512,-70180,12287,-13368,-71345,14966,-13771,-72426,15803,-14615,-71021,13917,-13872,-71750,15171,-14271,-72718,15738,-13370,-70782,14065,-13813,-70834,14069,-12564,-70719,14036,-13337,-76713,17468,-13773,-76233,17213,-12342,-76674,17981,-13015,-68223,12554,-12895,-68729,12966,-12137,-68401,13329,-12156,-69490,13870,-12539,-69072,13428,-12802,-69761,13457,-12405,-67295,12281,-12991,-67534,11994,-11922,-66819,12158,-11614,-67244,12767,-10351,-66833,12925,-12150,-67820,12933,-14698,-63322,4885,-12507,-62913,6469,-12638,-62631,5925,-11727,-62271,6213,-10542,-61786,6667,-15033,-62821,3782,-15558,-63053,3489,-14000,-62074,3857,-13130,-62041,4644,-12206,-61559,4804,-14776,-62179,3183,-14347,-62731,4427,-13900,-62832,5031,-13238,-62885,5738,-7322,-57907,3878,-7332,-57178,3383,-7453,-56143,2843,-8253,-56343,3141,-7764,-56003,2684,-8758,-56297,2423,-8951,-56250,2221,-9232,-55649,2033,-10689,-55385,1796,-13091,-55215,1587,-12889,-54519,1773,-13202,-54488,1675,-6430,-56764,2876,-6153,-55881,2917,-6004,-55513,2840,-4844,-54813,3784,-4433,-54579,4164,-4287,-54852,3980,-4192,-54588,4414,-4025,-54240,4838,-4110,-53969,4571,-3854,-53263,5779,-3878,-53024,5438,-3611,-52842,6543,-3142,-52191,7459,-2978,-52360,7589,-2315,-52862,8475,-1706,-52434,8900,-976,-54066,9699,-2486,-52295,8202,-3967,-53373,5188,-3873,-53957,5345,-3734,-53386,5983,-3386,-53595,6005,-3310,-53076,6459,-3465,-53952,7163,-3459,-54276,6630,-3221,-55092,6935,-3032,-55787,7286,-3091,-56265,7132,-2832,-56095,8157,-2637,-57351,9006,-2215,-58131,10069,-2123,-55252,9473,-1790,-54233,9387,-1658,-53344,9175,-1310,-53743,9502,-2012,-53396,8916,-2434,-53912,8609,-2717,-54249,8269,-3026,-54880,7665,-3246,-54336,7534,-2775,-53162,8012,-2157,-56386,9763,-2172,-57501,10023,-2657,-56572,8907,-3505,-54537,5626,-3980,-54947,3845,-3716,-54511,4755,-3557,-54409,5119,-3425,-55426,5806,-3369,-56219,6194,-3313,-57171,6532,-3209,-56776,6772,-3065,-57868,6967,-2846,-58890,6710,-3482,-59065,5613,-3785,-59174,4639,-4066,-58908,4026,-4084,-58748,3827,-4361,-58314,4143,-4436,-56886,3241,-4094,-57432,2780,-5521,-56879,2886,-6060,-57360,3427,-6072,-56876,3373,-5701,-57535,3059,-3427,-53761,6496,-3388,-55009,6134,-3650,-54707,4650,-3768,-54982,4005,-6821,-56785,3074,-6579,-55932,2585,-8854,-58169,3736,-7698,-57988,3978,-8265,-57564,4089,-8781,-57027,4191,-7767,-57346,3655,-9037,-56613,4105,-8863,-56339,3449,-8991,-56298,3243,-9746,-56390,4020,-10185,-56625,4072,-10458,-56907,3698,-10501,-56999,3993,-10591,-57265,3480,-10132,-56909,2939,-10522,-57253,2888,-9611,-56703,2648,-8950,-56344,2874,-8522,-56212,2973,-8161,-56570,3295,-9851,-56551,4212,-9338,-56483,4227,-8271,-68382,14637,-8407,-68876,14823,-7957,-69310,15054,-7030,-68947,15155,-7629,-68604,14872,-4326,-69593,16342,122,-66432,15413,-690,-66136,15235,-1432,-66194,15234,2533,-66286,14761,2966,-66596,14916,3439,-66787,14880,3517,-68559,15977,4079,-68948,15943,3214,-66140,14415,2647,-65935,14391,2992,-65937,14291,2937,-65519,14743,1277,-66650,15311,1745,-65320,13975,1492,-65565,14214,600,-65260,14744,522,-65627,14483,401,-64018,15218,-79,-63482,14457,-732,-62843,13449,-880,-62283,13016,-380,-62074,13177,54,-62959,14176,-218,-62669,13723,-756,-63896,13983,-979,-63740,13478,-1347,-63569,12749,-1773,-62680,12084,-1894,-62190,11625,-1714,-63221,12226,-1894,-63292,11493,-13802,-60276,1969,-13330,-60003,2329,-13254,-59401,1816,-13068,-58820,1453,-14484,-59477,131,-13602,-59302,1233,-13974,-59915,1319,-13931,-58691,89,-13444,-58279,382,-12041,-57763,1584,-12366,-57187,1100,-12211,-58416,2216,-12404,-58720,2085,-12441,-58317,1794,-12859,-58260,1133,-12732,-57840,1121,-12859,-57404,811,-12955,-57137,799,-12926,-57577,420,-12699,-56723,191,-11624,-53032,3226,-11208,-52677,3152,-11068,-52841,3448,-10395,-51663,2944,-10634,-52418,2448,-10750,-53414,3182,-11097,-53558,3147,-10220,-53125,3126,-10100,-53644,3045,-10584,-53925,3151,-10064,-54269,3088,-9698,-54127,2956,-9761,-54849,2972,-10404,-55276,1930,-9818,-55504,1926,-9698,-52757,2902,-9391,-52436,2546,-10212,-52546,3310,-9511,-51982,2787,-9617,-51404,2570,-9435,-51177,1161,-9319,-51709,118,-9127,-51554,-568,-9076,-51109,-651,-8920,-50990,-11,-9032,-52203,181,-8849,-52899,885,-8832,-52484,103,-8693,-52958,652,-8395,-52456,613,-7972,-53002,1534,-7417,-52978,2073,-7648,-53390,2143,-7320,-53542,2579,-6644,-53820,3071,-8083,-54603,3035,-7511,-53940,2938,-7422,-54425,3219,-8318,-54819,3133,-8986,-54650,2870,-9251,-54088,2617,-9062,-55220,3122,-9845,-55128,2670,-8566,-55305,3149,-8763,-55622,2385,-8174,-56008,2211,-7712,-55743,2173,-7380,-55826,2416,-7259,-55625,2220,-6622,-55527,2300,-6260,-55687,2456,-5614,-54314,1924,-5745,-53606,1901,-5600,-53000,1781,-5355,-52800,1671,-5593,-52320,1652,-5745,-51151,1529,-5861,-51711,1723,-6219,-51159,1829,-6093,-53157,2766,-5856,-52961,2158,-5967,-53766,2388,-6080,-53798,2785,-6918,-53379,2699,-6699,-52684,2892,-6947,-52046,2926,-7591,-51067,2740,-8008,-50437,2543,-7718,-49775,2733,-7447,-49912,2727,-7601,-48848,2515,-8042,-47255,2303,-7762,-47771,2119,-7297,-48535,1796,-8178,-50534,2279,-6862,-50866,2735,-6529,-51382,2650,-6048,-52141,2180,-6537,-51075,2229,-6715,-50389,1924,-5431,-50863,1647,-5491,-51595,1597,-5201,-50958,1839,-5235,-51943,1938,-5050,-53243,2595,-5328,-54113,2456,-5218,-54347,2757,-5531,-54668,2933,-5371,-52147,1696,-5293,-52995,1845,-5398,-53577,1876,-5537,-53291,1746,-5649,-54025,1800,-7440,-52589,1983,-8059,-52556,1224,-8078,-52013,1263,-8951,-50525,327,-9367,-49626,-405,-9558,-49258,-957,-9791,-48003,-1685,-9936,-47436,-1946,-9844,-47439,-2576,-9897,-46481,-2895,-8591,-52665,391,-8769,-52134,-103,-8398,-51721,732,-7422,-52114,2026,-8255,-51386,1328,-8500,-50107,1973,-7462,-51768,2167,-7986,-51134,1909,-8287,-50646,1644,-8523,-49843,1347,-8900,-48987,1039,-8870,-48976,359,-8918,-49024,98,-8734,-49737,596,-8455,-50759,1143,-8719,-49459,752,-8953,-49748,204,-8659,-49586,2160,-8324,-49934,2406,-6299,-53914,3027,-7030,-54933,2733,-7737,-55300,2756,-8349,-55558,2551,-8102,-55229,3190,-8087,-54958,3256,-8589,-55064,3238,-7307,-54825,3166,-6817,-54430,3073,-6201,-54419,2362,-5969,-54379,1972,-6055,-54867,1953,-6757,-55258,2206,-7263,-55447,2345,-8097,-55781,2175,-6116,-55196,2119,-8661,-53232,1024,-8328,-53322,1407,-8968,-52678,1359,-8848,-51354,84,-10465,-50331,1159,-10313,-50749,1501,-10376,-50821,1171,-10311,-51615,1409,-10237,-50834,2022,-9942,-50697,1755,-10182,-51325,2563,-10055,-51499,2226,-10280,-51938,1884,-10334,-52210,2713,-10105,-51781,2481,-9685,-51499,2962,-9840,-51626,3091,-10020,-52126,3249,-14554,-65534,7685,-14519,-63931,5805,-15412,-63781,4576,-15294,-64607,5511,-13343,-63457,6428,-10621,-62256,7343,-11680,-62915,7333,-10065,-62395,8052,-14980,-59461,-773,-13521,-56462,-1361,-13735,-56454,-773,-13700,-56701,-1219,-12881,-56923,-179,-13080,-56640,-193,-13176,-56394,231,-13216,-57012,-577,-12878,-52692,-273,-11535,-53398,278,-11562,-53380,701,-13811,-53330,-340,-13496,-53751,-323,-13466,-53137,-31,-13528,-53519,105,-12762,-53030,-92,-10569,-51341,-1955,-9757,-51179,-1375,-9615,-51299,-1084,-10048,-51312,-1015,-10903,-51488,-1543,-10876,-51235,-1225,-10589,-51449,-1662,-11231,-51668,-1905,-12143,-52097,-2531,-12014,-51251,-4158,-11648,-50371,-4632,-11635,-50038,-4925,-11624,-49179,-5586,-11583,-49336,-5310,-11361,-49728,-4793,-10784,-49748,-4078,-10505,-50133,-3357,-10383,-50610,-2682,-9964,-50657,-2072,-10385,-51080,-2132,-10807,-50999,-2877,-11150,-50794,-3520,-11212,-51297,-3026,-12274,-52196,-3509,-11697,-51468,-3454,-12070,-51247,-4490,-11745,-50211,-5017,-11657,-50170,-5361,-12808,-53128,-7082,-13127,-53413,-6849,-13545,-53959,-7163,-12753,-53077,-7391,-11072,-56092,1782,-10302,-55855,1806,-10982,-56620,1849,-10044,-56340,1968,-9894,-56611,2215,-10836,-56989,2063,-10839,-57259,2259,-10660,-57441,3903,-10501,-57476,3947,-10310,-58125,3659,-9775,-58304,3592,-8945,-57790,3566,-10258,-57029,2482,-11290,-57766,2547,-10815,-57918,3467,-10805,-57532,2842,-11854,-58517,2845,-11265,-58407,3355,-11953,-58791,2687,-11027,-54851,2168,-9419,-54735,3098,-11881,-54809,1807,-12670,-54304,531,-11892,-54439,-3146,-12240,-54915,-3215,-12521,-55454,-4499,-12885,-56124,-4899,-12745,-55627,-5209,-13036,-56278,-5728,-12553,-55238,-5125,-12362,-55292,-3973,-12114,-54827,-2395,-13119,-57282,-6291,-10137,-56797,4019,-9518,-57030,3788,-9781,-57455,3541,-8974,-57548,3628,-8379,-57772,3991,-9148,-56789,4248,-8094,-58188,3843,-15134,-59480,-9772,-15595,-59954,-9532,-15489,-60052,-9426,-18754,-63421,-7634,-18665,-63189,-8047,-21297,-67098,-7053,-19445,-64083,-8510,-18377,-63561,-13534,-17903,-60779,-9823,-18263,-60288,-10826,-18035,-59825,-10733,-17453,-59609,-10856,-17621,-60156,-10940,-17531,-60325,-10881,-17926,-60379,-11083,-18716,-60556,-11592,-18632,-60266,-11990,-18772,-60620,-11255,-16727,-58481,-10884,-17084,-59200,-10873,-16983,-59181,-10375,-16572,-59298,-9699,-17072,-60057,-9673,-17702,-60309,-9893,-17585,-60510,-9162,-16784,-60145,-9491,-16956,-59522,-9853,-16571,-58745,-13510,-16510,-58115,-14219,-16108,-57628,-14768,-17048,-57502,-14675,-16190,-56643,-15536,-16327,-55971,-15935,-16674,-56365,-15634,-16894,-55499,-16019,-16705,-57045,-15156,-17099,-56877,-15112,-17483,-56115,-14958,-15878,-57285,-15044,-16043,-58491,-14014,-15504,-58562,-14083,-15638,-54683,-16456,-16033,-53184,-16790,-15555,-51946,-16970,-15043,-51644,-17278,-15220,-50948,-17116,-15484,-52387,-17078,-14802,-53465,-16570,-14164,-52998,-16559,-14857,-53931,-16418,-15266,-52991,-16931,-15563,-53754,-16713,-14835,-54821,-16178,-14846,-55171,-16064,-14200,-53909,-16116,-14183,-57196,-14664,-17296,-61417,-10301,-17272,-61360,-10876,-17091,-61152,-11547,-17659,-61069,-10771,-15782,-60736,-13151,-15621,-61068,-14471,-15466,-61284,-14913,-17044,-55307,-15951,-17306,-55199,-15587,-15992,-54441,-10385,-14699,-53256,-9380,-16466,-53582,-16495,-16108,-52158,-13190,-15872,-51401,-12977,-16274,-52600,-13055,-16621,-52906,-13505,-16223,-52331,-13433,-15795,-51187,-14643,-15483,-50861,-14027,-15234,-50314,-13948,-15338,-50561,-14508,-16386,-51942,-14667,-15514,-50271,-11372,-15637,-51235,-10782,-13560,-50933,-8887,-13075,-50947,-8978,-12301,-50252,-9021,-12728,-52524,-9345,-13117,-52549,-9217,-12884,-53336,-9390,-12561,-53402,-9345,-12245,-53506,-9101,-13431,-53755,-9324,-13532,-53149,-9103,-13196,-53430,-9309,-12330,-53004,-9219,-13030,-50014,-8702,-15058,-59117,-1972,-15330,-59441,-2441,-14936,-58861,-2881,-22406,-68470,-3622,-22425,-68772,-4361,-21352,-71093,-11331,-21115,-71882,-12410,-20547,-71552,-13162,-20015,-71007,-13646,-19307,-70475,-14226,-18485,-70530,-15061,-16098,-69209,-16888,-16108,-70136,-16729,-16638,-70280,-16394,-17276,-70209,-15926,-17042,-70598,-16137,-20123,-70387,-13125,-19625,-69697,-13724,-19695,-70239,-13682,-21777,-71962,-11155,-20318,-70821,-13030,-20772,-70453,-11899,-20546,-70011,-12083,-20256,-69953,-12710,-20459,-69672,-12147,-20398,-69020,-12250,-21820,-72785,-11665,-20290,-72077,-13956,-20175,-72967,-14869,-20866,-73067,-13743,-21455,-74502,-13921,-21435,-73696,-13204,-21798,-73394,-12191,-21450,-72757,-12409,-19844,-71730,-14390,-16544,-66469,-16370,-12477,-63793,-17797,-11159,-63789,-18666,-12170,-64723,-18275,-10356,-64608,-19307,-10977,-66719,-19365,-10825,-67315,-19592,-10582,-68314,-20026,-11530,-65914,-18876,-12138,-66006,-18572,-12855,-66386,-18229,-13043,-67129,-18218,-13517,-67486,-17992,-12957,-68168,-18354,-12237,-67016,-18681,-12360,-67855,-18707,-11937,-67360,-18915,-13159,-65849,-17957,-18441,-69798,-14999,-17736,-69260,-15705,-18783,-67691,-15032,-19951,-66685,-13149,-20000,-67643,-13322,-21688,-75351,-14065,-22716,-76601,-12845,-22827,-76193,-12445,-23278,-76532,-11932,-22163,-77681,-15053,-21562,-77330,-15818,-23128,-76966,-13280,-23840,-77421,-12618,-23413,-77150,-13092,-23004,-77496,-13797,-20593,-74521,-15407,-18785,-70814,-14992,-16833,-71414,-16692,-16665,-68566,-16534,-16983,-69460,-16240,-17506,-68170,-16026,-19207,-69496,-14251,-18975,-69941,-14446,-18682,-70253,-14782,-20187,-69405,-12791,-20018,-68477,-13277,-19313,-68489,-14351,-19711,-67328,-13791,-19817,-67990,-13698,-19381,-67450,-14319,-18930,-74439,-17591,-18510,-72897,-16977,-17642,-72364,-17282,-16857,-71986,-17351,-13344,-71054,-18965,-12955,-70427,-19033,-12922,-69277,-18540,-11868,-73785,-22029,-13653,-74163,-21550,-11706,-74402,-22564,-7164,-77131,-24957,-5832,-77340,-25720,-19976,-69709,-13191,-19647,-69051,-13770,-18219,-70134,-15165,-16197,-71290,-17037,-14781,-71439,-18134,-13967,-71258,-18554,-13997,-70795,-18196,-12174,-69783,-19440,-16201,-68033,-16789,-10002,-70513,-21017,-10489,-71677,-21229,-9783,-71937,-21629,-9445,-71423,-21565,-8995,-72226,-21970,-8366,-70700,-21707,-7896,-72310,-22268,-8419,-72635,-22274,-11830,-77099,-23970,-12150,-79486,-24674,-8968,-79502,-25064,-11569,-79500,-24743,-10704,-78763,-24915,-9465,-78440,-25108,-8144,-77830,-25350,-6986,-77730,-25535,-4718,-77459,-25879,-4119,-77250,-25881,-3278,-77283,-26028,-2777,-77414,-26162,-3469,-77377,-26055,-3646,-78067,-25974,-4626,-79490,-25669,3304,-79493,-20116,-1005,-79500,-25108,-3597,-79495,-25851,-5699,-79499,-25528,-5207,-78630,-25677,-5949,-78082,-25644,-7017,-78652,-25431,-7447,-79501,-25285,-8442,-79515,-25136,-7897,-79503,-24233,-6166,-79495,-25024,-4254,-79500,-24188,-7858,-77074,-24751,-7128,-76994,-24844,-1190,-73871,-23691,-4555,-75259,-24383,-3588,-75130,-24360,-180,-74046,-23653,1000,-73881,-23658,893,-75468,-24742,846,-75922,-24979,845,-77102,-25379,1463,-77248,-25433,1823,-77238,-25435,2899,-76848,-24514,2587,-76145,-24438,3588,-76626,-23944,4144,-75780,-23297,5940,-77063,-22512,7170,-77004,-21582,6056,-77194,-22569,6233,-76539,-22188,7615,-76696,-21164,5352,-76321,-22712,4480,-76556,-23330,5275,-77071,-22984,4208,-77192,-23817,4595,-77427,-24514,4478,-77672,-24682,3814,-77655,-25197,3354,-77522,-25537,3293,-77361,-25323,2447,-77530,-26172,3239,-78515,-25615,3493,-78947,-25420,3904,-79517,-25077,4579,-79521,-24574,4408,-78268,-24751,4506,-78779,-24669,5551,-79506,-23837,5604,-78367,-23842,6811,-78685,-22912,7624,-78360,-22280,2965,-77400,-25722,5199,-77219,-23228,5663,-77258,-23100,4981,-77338,-23957,5200,-77502,-24127,5442,-77353,-23774,6334,-77556,-23279,6839,-77687,-22901,5797,-77503,-23675,5994,-77355,-23397,4130,-77021,-23736,4117,-77273,-24139,531,-75372,-24637,-175,-76084,-24959,101,-77067,-25370,-395,-76700,-25282,-972,-77067,-25432,-606,-77179,-25572,801,-77208,-25557,427,-77297,-26172,1219,-77375,-26398,3807,-77353,-24843,3828,-77446,-25115,3017,-77190,-24619,-1842,-76534,-25379,-15575,-76302,-21632,-16033,-75330,-20717,-16279,-77261,-23087,-10120,-79502,-24923,-10675,-79505,-24855,-5813,-76981,-25040,-4982,-76597,-25031,-6311,-77130,-25121,-5363,-77107,-25228,-3360,-76062,-25052,-2310,-76188,-25220,-1537,-76272,-25259,-4641,-77028,-25248,-4419,-77129,-25431,-3298,-77102,-25474,-1747,-77155,-25624,-3091,-76982,-25369,-2698,-76590,-25344,-4901,-77296,-25805,-5202,-77209,-25589,-2776,-77215,-25915,-3359,-78602,-25960,-1830,-77235,-26024,-1412,-77385,-26342,-859,-77357,-26369,68,-77496,-26566,794,-77512,-26617,131,-77352,-26398,2106,-77349,-26168,1589,-78263,-26680,2308,-79484,-26246,2536,-78340,-26115,1626,-79485,-26663,1709,-77524,-26599,620,-78758,-26589,-435,-79489,-26431,-1544,-79502,-26253,-1487,-78597,-26300,-2406,-77846,-26200,-958,-77523,-26432,-593,-78225,-26446,-2001,-77058,-25466,-1964,-77355,-26279,-4063,-77005,-25316,-2335,-79498,-26100,1943,-78365,-26504,20,-73413,-23393,749,-73170,-23367,-40,-72753,-23255,-157,-71646,-23163,-3297,-64092,-20609,-2845,-64633,-20901,-5982,-64040,-20346,-5702,-62826,-19669,-5227,-63610,-20148,-4445,-63331,-20072,-3987,-64146,-20546,-3352,-56699,-17634,-3283,-56041,-18054,-2949,-55606,-18376,-3081,-55411,-18784,-3359,-55634,-19067,-3816,-56160,-18801,-4006,-56082,-19795,-3739,-55805,-20181,-3556,-55794,-19812,-2471,-55859,-18182,-1822,-56448,-18263,-1429,-57061,-18375,-2123,-57064,-18178,-2453,-57739,-18202,-1275,-55113,-19045,-1812,-54518,-19200,-2560,-53712,-20013,-2608,-54605,-19358,-2362,-54916,-18922,-2091,-54455,-19220,-819,-54958,-19426,-723,-53599,-20466,507,-54389,-21182,1176,-55154,-19927,1544,-55439,-19430,2579,-56447,-19296,3169,-56914,-19191,4404,-57725,-19279,420,-55289,-20428,111,-55377,-20110,-57,-55066,-20252,558,-55123,-20727,866,-54950,-20803,-431,-54975,-19797,-381,-54370,-20389,-788,-54290,-19931,-1199,-53871,-19933,-1903,-53700,-19838,-2705,-52983,-20615,-3585,-53719,-21494,-4053,-53366,-21694,-3814,-53530,-21771,-4050,-52797,-22051,-4119,-52463,-22435,-4171,-51904,-22658,-2691,-55684,-18233,-2850,-56243,-17849,-4266,-56326,-19400,-4440,-56434,-19270,-5057,-56453,-19270,-5459,-56442,-19232,-5479,-56450,-17804,-5006,-56646,-17261,-4722,-57898,-17400,-4727,-56838,-17115,-5840,-56910,-17006,-5397,-56658,-17090,-5509,-56454,-17303,-4648,-56605,-18073,-4359,-56654,-17642,-3667,-56451,-17633,-3794,-56273,-18281,-4291,-56503,-18385,-3982,-56554,-17671,-4810,-56593,-19066,-3951,-56828,-17379,-4984,-56596,-17784,-4133,-57761,-17476,-3370,-57307,-17637,-4206,-57136,-17252,-4218,-58309,-17699,-3460,-57988,-17829,-3045,-54832,-19615,-3006,-54206,-20098,-3805,-53776,-21438,-3138,-53067,-20956,-3355,-52821,-21367,-3558,-52167,-21873,-3762,-52183,-22347,-3559,-53055,-21754,-3824,-52784,-22211,-4257,-51448,-22678,-3940,-51831,-22717,-3640,-51512,-22552,-3851,-51229,-22905,-3189,-49806,-23158,-3558,-49812,-23307,-3992,-49095,-22883,-4132,-49338,-22771,-3920,-49968,-20948,-3833,-49863,-20212,-4098,-51216,-22970,-4209,-50847,-23041,-3907,-50255,-23342,-3938,-50714,-23182,-4048,-49951,-23404,-3898,-49447,-23449,-4106,-49870,-22434,-4071,-50270,-21826,-4113,-51328,-21139,-4120,-51729,-20362,-4204,-52169,-20223,-4551,-52582,-19961,-4025,-51007,-19912,-3942,-50424,-20056,-3860,-50108,-19598,-3870,-50040,-19018,-3950,-49983,-18513,-4150,-50563,-22449,-4114,-50123,-23194,-4166,-51466,-21921,-4202,-52279,-22254,-4172,-52562,-21705,-4171,-52671,-20821,-4173,-53293,-20848,-3647,-49286,-23594,1363,-73862,-23636,1217,-74665,-24215,1391,-75735,-24821,1408,-76262,-25065,1746,-74434,-23961,1619,-75110,-24372,3528,-75754,-23654,4203,-75108,-22977,5415,-74567,-22174,8120,-73454,-19663,7413,-72248,-19928,7041,-72272,-20295,6488,-72472,-20801,6885,-73185,-20700,6222,-73180,-21167,6006,-74286,-21759,4829,-75563,-22829,5337,-75656,-22577,5685,-73574,-21694,7417,-73837,-20443,6402,-74769,-21594,6106,-75267,-21969,6901,-76102,-21499,6795,-74151,-21070,7487,-74760,-20613,2006,-75834,-24628,2037,-76343,-24861,2244,-77172,-25075,1582,-77075,-25270,2475,-75697,-24294,2197,-73778,-23337,2801,-74276,-23363,1385,-73505,-23441,4263,-74478,-22735,4018,-73634,-22553,5204,-73638,-21983,4506,-73320,-22248,5329,-73051,-21792,3449,-73747,-22850,2688,-73414,-23035,1385,-71240,-23032,1233,-70793,-22938,881,-69886,-22657,2019,-69256,-22220,1468,-70058,-22591,1486,-72420,-23151,640,-72733,-23289,639,-71423,-23171,-331,-70808,-23102,3156,-72869,-22749,3546,-71865,-22432,3263,-71143,-22417,3271,-70593,-22250,3734,-72351,-22465,4113,-71700,-22108,5339,-72175,-21572,3117,-75197,-23597,11402,-78062,-19320,11994,-77531,-18850,1453,-73062,-23259,-7171,-68961,-21557,-5164,-66405,-21319,-3493,-66203,-21371,-3987,-66904,-21579,-8824,-61876,-18818,-9656,-61775,-18513,-10021,-63010,-18923,-9039,-61144,-18425,-8336,-61926,-18936,-8126,-60783,-18468,-4536,-65641,-21142,-7597,-62966,-19544,-3064,-62149,-19809,-2974,-61022,-19304,-2392,-60770,-19370,4644,-61981,-19204,5192,-62371,-18997,5591,-63633,-19181,5709,-62494,-18636,6394,-62031,-17734,4670,-62955,-19575,5343,-64381,-19534,4179,-64632,-20306,4494,-64067,-20014,4653,-65193,-20189,7581,-65022,-17411,8024,-65965,-17022,8475,-66893,-16311,9086,-69089,-15650,8876,-69400,-16050,9812,-71761,-15235,-2657,-59798,-18841,-1779,-59609,-18967,-1727,-60677,-19497,826,-58367,-18697,-2438,-56613,-17997,2479,-70044,-22313,4321,-70821,-21831,4962,-70667,-21459,6615,-71180,-20339,5025,-71270,-21602,4836,-71910,-21807,5837,-71338,-21071,5945,-70918,-20858,7500,-71027,-18955,7621,-70482,-18359,7578,-71608,-19311,8017,-70381,-17613,7882,-69633,-17552,8775,-69782,-16260,8604,-70954,-16810,8859,-70946,-16443,8338,-69253,-16757,7023,-67426,-18515,6538,-67672,-19092,6164,-67825,-19527,7604,-66788,-17727,7532,-65694,-17688,14026,-77212,-16105,14355,-77323,-16459,14713,-77260,-15588,14990,-77506,-15573,14814,-77670,-16358,14904,-78381,-16398,15086,-79497,-15987,13654,-79493,-14525,15399,-79487,-14623,15213,-79489,-15488,15105,-78870,-15753,15200,-78137,-14966,15368,-79065,-14614,15418,-77686,-13618,15731,-77815,-12269,15190,-77193,-12957,15517,-77391,-12913,14569,-77044,-13805,14152,-76488,-13670,13514,-75516,-13718,14209,-76977,-14572,13885,-77022,-15303,13911,-75741,-12943,14576,-77417,-16541,12184,-73879,-13588,11776,-73542,-13768,12179,-73529,-12813,10171,-72431,-15193,10358,-72232,-14691,9724,-71146,-15249,10139,-71336,-14739,9791,-70552,-15041,12365,-74563,-14739,10667,-72130,-14137,10129,-70707,-14606,9834,-69480,-14869,11067,-71661,-12904,10899,-72397,-13858,10889,-72654,-14130,11567,-73149,-13444,12180,-72740,-11468,11874,-72625,-12056,11540,-72392,-12497,12142,-73188,-12271,4394,-66765,-20571,1111,-72114,-23185,2500,-70805,-22620,2547,-71208,-22702,3261,-72204,-22621,2341,-71994,-22863,2550,-72543,-22939,5975,-76160,-22245,4523,-69173,-21236,4933,-66932,-20307,5013,-68794,-20796,4516,-70341,-21571,7870,-65206,-17013,10046,-67760,-13079,10384,-68388,-12397,10077,-67539,-12433,12926,-71332,-9349,13849,-72594,-9154,14277,-72463,-8290,14643,-72603,-7684,14609,-71862,-6459,14011,-71401,-7437,13893,-70945,-6889,13514,-70799,-7699,15042,-72710,-6655,14134,-70944,-6022,13309,-71000,-8381,13343,-70177,-7262,12853,-70317,-8491,12346,-68603,-7731,9001,-65116,-13486,7044,-60941,-15517,6441,-59948,-15734,6652,-60005,-15086,6347,-59511,-15421,6615,-59583,-14433,6554,-58652,-14391,6760,-58649,-13520,6848,-59455,-13480,6993,-60443,-14431,7409,-61305,-13047,7379,-61343,-14055,7545,-60149,-10883,7774,-60219,-10692,6932,-59144,-12449,7032,-59695,-12082,7046,-59967,-12594,6871,-59873,-13927,7066,-60461,-13915,6560,-59214,-14412,7681,-62072,-13794,4320,-58008,-18792,3843,-57708,-19306,3689,-57165,-19128,4725,-56059,-19012,4077,-55161,-18588,4590,-55225,-18707,4678,-54197,-18230,5970,-54477,-18554,4627,-53762,-18147,3312,-52635,-17844,2745,-53127,-17950,2604,-53661,-18106,2866,-54529,-18345,3089,-55387,-18658,3929,-55933,-18867,3341,-54288,-18168,3605,-53606,-18016,3708,-54661,-18321,5226,-54366,-18379,4093,-57132,-19070,3451,-56018,-18875,4321,-56681,-18995,3038,-56236,-19027,2369,-55478,-18878,1920,-55514,-19136,11992,-53480,-15345,13831,-55127,-18861,13518,-54725,-19163,4411,-57554,-19368,5760,-57425,-19338,6061,-57412,-18752,4882,-57929,-18471,7071,-57296,-20134,6646,-56967,-20467,4459,-56937,-19139,5139,-55616,-19019,6911,-55904,-19451,6871,-55186,-19136,7408,-55058,-19220,6261,-54449,-18626,6622,-53977,-18724,5453,-53936,-18344,6512,-54827,-18889,6382,-55539,-19221,5695,-55444,-19069,5508,-55980,-19398,5199,-56058,-19252,6784,-57300,-19609,9115,-57019,-20230,9553,-56415,-19973,8489,-54222,-19750,10046,-53319,-20221,8690,-53557,-19870,7394,-53419,-19261,7346,-52536,-18943,6931,-54377,-18894,7662,-54734,-19297,8413,-55679,-19635,8378,-55977,-19715,8259,-55152,-19537,7300,-53845,-19197,6497,-52765,-18729,4921,-52482,-18167,5147,-53442,-18239,4405,-52750,-17994,3878,-52605,-17882,3354,-51944,-17779,1652,-51646,-17736,2195,-52056,-17784,2046,-52592,-17919,2116,-53556,-18258,1885,-53801,-18557,1485,-54454,-19088,1253,-54849,-19562,1300,-53822,-19169,884,-53610,-20040,752,-53105,-20215,676,-52682,-20535,635,-53622,-20926,695,-54495,-20967,707,-53904,-20576,2224,-54505,-18600,861,-50112,-17508,12272,-56260,-19765,11990,-56580,-19631,11522,-56935,-19623,8829,-55448,-16858,9121,-55982,-17510,14924,-53053,-15754,15194,-52074,-15334,15293,-51706,-15713,15538,-51022,-15722,15385,-50876,-13729,11096,-53727,-15097,10967,-53804,-14706,11549,-53586,-14374,7448,-54877,-10201,7670,-54905,-10086,7882,-54803,-10325,6601,-55069,-10247,6992,-54535,-10675,7717,-55149,-10062,7570,-55647,-10490,8204,-55021,-10198,12805,-53919,-11392,12131,-54350,-11588,11911,-54547,-11136,11377,-54949,-10924,9400,-65513,-11010,7336,-56630,-12720,5594,-50515,-11481,5316,-50586,-11442,5306,-51420,-11357,5774,-51558,-11453,5274,-52272,-11132,5389,-52823,-10825,5195,-47853,-11116,5157,-48162,-10576,4985,-48535,-9727,5293,-48025,-9524,5922,-47241,-9683,5898,-47474,-10023,6529,-46724,-10163,6194,-46564,-10897,6435,-45873,-11315,6995,-46110,-10205,6424,-46766,-9826,6959,-45990,-9990,5967,-45973,-9528,5438,-44829,-8527,7330,-45051,-10064,7528,-45168,-10210,7673,-44834,-10457,6586,-46096,-11592,6276,-46086,-11473,5970,-46587,-11314,5525,-47266,-11138,5691,-47512,-10406,5653,-47795,-9955,9426,-54702,-13742,8910,-55153,-13280,11259,-54857,-11724,11006,-55276,-11094,10671,-55279,-11531,9774,-55053,-12714,12536,-53949,-11664,12911,-53568,-12173,13488,-53133,-11757,13197,-53558,-11459,13313,-53326,-11348,7420,-56268,-13645,10466,-54024,-14536,11074,-54305,-13028,11417,-54409,-12490,12063,-54070,-12444,12634,-53578,-12699,13337,-53088,-12478,13737,-52647,-12455,12898,-52902,-13902,12415,-53101,-14255,12923,-52759,-14251,13902,-52075,-13141,11642,-53770,-13619,12237,-53583,-13287,10304,-54530,-13274,10694,-54107,-13910,9564,-54319,-14638,8958,-54556,-14520,15053,-51206,-13028,14909,-50702,-12414,13799,-49530,-15092,13693,-48774,-16116,10683,-54135,-20258,11042,-54891,-20257,9683,-53620,-20183,10206,-54701,-20201,8893,-54028,-19945,9344,-55060,-19934,8774,-55311,-19678,9138,-54514,-15992,8664,-54919,-14106,14383,-49949,-13047,14638,-50107,-12808,14153,-49865,-13420,14575,-50288,-12251,14223,-50386,-11710,15039,-50287,-13146,13094,-50031,-12933,14020,-49696,-14404,13185,-49649,-14440,13229,-49386,-14956,12832,-49050,-13900,12811,-48266,-14747,12657,-47835,-15448,13321,-47837,-14148,13350,-47641,-13501,12965,-49456,-14453,12977,-49850,-13431,12694,-47166,-17207,13433,-43556,-16470,12251,-40624,-17660,12018,-40071,-18113,11590,-39573,-19145,11885,-40706,-18867,11572,-40735,-19346,10845,-41063,-20310,11129,-41606,-20106,10531,-41208,-20553,10387,-40371,-20577,10135,-39439,-20693,9895,-40134,-20682,8790,-38097,-20919,7274,-37671,-20914,7791,-35939,-21073,8464,-36997,-21040,9433,-37920,-20922,10068,-38154,-20752,11009,-38047,-19625,11319,-38707,-18650,10901,-38519,-18385,11172,-39354,-17839,11257,-39015,-18162,12964,-43703,-18060,12828,-42728,-17835,13151,-42556,-16940,13246,-42809,-16657,13216,-43349,-17248,13033,-43434,-15578,12508,-43236,-15550,12821,-42005,-16509,12450,-41173,-17044,12367,-42062,-16232,11856,-42557,-15842,11832,-41808,-16328,11211,-41016,-16885,11027,-39726,-17579,11082,-44219,-14921,10400,-44874,-14360,10439,-45365,-14326,10081,-46301,-13875,9925,-46059,-13653,10192,-45360,-14082,10432,-44107,-13253,10381,-44084,-12970,10573,-43264,-13329,10823,-41825,-13493,10786,-41580,-13214,10976,-40331,-13429,10758,-40200,-12952,10086,-41237,-12171,10632,-39696,-12835,11113,-39340,-13928,11133,-38563,-14270,11036,-40358,-13860,10859,-41864,-13783,10436,-44472,-14299,10537,-44210,-14505,10649,-43476,-14144,10919,-42408,-14874,10732,-43462,-14866,10844,-42895,-15197,11110,-43096,-15438,7167,-50466,-11744,7766,-49339,-12360,9623,-50157,-13157,10066,-49600,-13090,10575,-50047,-12630,10659,-49556,-12747,10362,-48731,-13262,8948,-51686,-12829,8554,-51436,-12606,8962,-51142,-12848,11289,-48779,-12755,13388,-49904,-13824,13204,-48495,-12917,13190,-48672,-13162,12696,-48636,-14710,12748,-48997,-14611,10843,-54747,-12372,7979,-58001,-9459,8176,-58730,-9757,8269,-59237,-9961,8519,-59340,-10269,8576,-58729,-10252,8355,-59218,-10740,8496,-58689,-9955,8468,-58120,-9762,8305,-59769,-10631,8330,-60444,-10178,8073,-60975,-9955,8208,-61066,-9549,7578,-61153,-10122,7502,-60594,-10797,7713,-60755,-10387,8191,-60576,-9438,8287,-60386,-10426,11586,-47842,-13161,12257,-45529,-14231,12511,-45840,-14070,11107,-49908,-12235,10985,-50700,-12106,10290,-50785,-12724,12520,-45868,-20305,12474,-44994,-20214,11185,-48669,-20090,10304,-55117,-20200,9219,-55742,-19728,7963,-52009,-19179,8725,-52225,-19594,8337,-52999,-19575,9522,-53118,-20108,8457,-51801,-19369,8441,-50750,-19227,7110,-51109,-18515,7376,-50335,-18579,7459,-48322,-18692,7100,-47839,-18494,6538,-47878,-17988,6327,-48416,-17781,5504,-48090,-17415,4635,-47975,-17077,5374,-47702,-17385,3768,-49419,-16905,4850,-50553,-17504,5509,-50578,-17744,6442,-51193,-18217,6350,-50208,-18021,2756,-47442,-16584,4159,-48296,-16958,3890,-48407,-16859,5939,-47322,-17681,6980,-47022,-18590,8063,-47485,-19090,8851,-47166,-19502,8208,-46235,-19510,9169,-46483,-19849,7274,-49816,-18531,5705,-49820,-17642,5201,-50102,-17501,2133,-45621,-16307,1199,-44805,-16089,1061,-43265,-15661,798,-42471,-15365,627,-40420,-14748,960,-40144,-14761,1413,-39963,-14931,890,-39093,-14494,658,-38331,-14225,162,-37044,-13711,-11,-35693,-13316,-431,-35643,-13135,-1013,-35626,-13096,-2228,-37718,-14570,-3448,-36800,-15251,-4059,-35996,-15843,-4521,-34860,-15506,-4411,-35329,-16226,-1781,-37386,-14139,-1315,-38052,-14230,-2002,-38530,-14820,-1967,-35512,-13419,-2369,-34297,-13127,-2532,-33148,-12736,-2120,-32986,-12498,-1873,-34197,-12853,54,-37356,-13758,859,-37931,-14273,1262,-39180,-14744,331,-38977,-14300,-1061,-42717,-16069,-1192,-41987,-15904,-1677,-42264,-16468,55,-45553,-16285,516,-44160,-15894,1799,-44589,-16078,6011,-53479,-18553,6706,-53526,-18888,6686,-52083,-18597,5161,-51290,-17924,4097,-51464,-17832,2323,-56867,-19690,2000,-56571,-19827,1942,-56357,-19735,1528,-56257,-20108,1095,-56075,-20215,1176,-55788,-20399,1165,-55558,-20363,892,-55582,-20564,1611,-56543,-19914,1407,-56729,-19395,578,-53846,-21381,633,-53080,-21480,634,-52470,-21672,510,-52507,-21903,306,-52320,-21887,-283,-52171,-21398,-771,-52078,-21165,632,-52626,-21280,275,-51751,-22093,-424,-49847,-21316,179,-54347,-21115,306,-53644,-21586,-139,-53579,-21266,570,-53283,-21678,388,-53244,-21751,6714,-56532,-20177,6149,-56276,-19907,5923,-55906,-19488,6401,-49423,-17975,5465,-48927,-17428,6932,-49299,-18322,6610,-48475,-17973,7112,-48449,-18435,7124,-46621,-18827,4504,-45643,-17375,3449,-45092,-16698,2122,-42611,-15647,2005,-41340,-15429,2202,-43711,-15921,2542,-43757,-16031,3681,-46155,-16856,3132,-45549,-16611,5852,-52666,-18481,4666,-52018,-18071,3408,-51019,-17517,4656,-49611,-17170,4846,-48665,-17157,2860,-49277,-16798,2835,-49858,-16960,3776,-49936,-17018,3470,-50335,-17141,3022,-48400,-16665,2118,-49019,-16821,753,-46508,-16451,-2247,-40642,-19565,-2131,-41181,-19820,-2150,-40806,-19288,-2560,-39933,-19315,-3425,-38657,-18924,-2541,-40026,-18957,-2356,-41171,-19978,-2785,-40476,-19969,4403,-44834,-17391,3827,-44195,-16972,3859,-43441,-17103,5017,-43943,-18197,4589,-44264,-17669,4445,-40973,-18293,4099,-40403,-18046,3680,-39312,-17933,3481,-39855,-17504,3156,-40222,-16898,3774,-40775,-17538,3715,-41553,-17278,3071,-40840,-16617,5297,-39705,-19624,4944,-39014,-19550,4655,-38216,-19636,4467,-36716,-20223,4659,-36058,-20432,4251,-37961,-19297,4238,-39340,-18507,4902,-40259,-18906,4828,-40757,-18770,5231,-40880,-19107,4774,-41924,-18490,6109,-42402,-19521,6404,-40838,-20195,6281,-39693,-20516,5879,-38775,-20487,5936,-40816,-19797,5426,-40671,-19390,5421,-41961,-19068,6512,-41832,-19955,5975,-39678,-20294,5464,-38503,-20330,4882,-37592,-20199,5326,-37436,-20442,5778,-37916,-20517,-227,-26481,-13377,-379,-27575,-12458,-723,-26863,-12016,-538,-26726,-12338,-885,-25911,-11995,-232,-26041,-13653,-572,-25279,-12696,-509,-24350,-12785,-726,-27509,-11984,-622,-28752,-11984,-277,-30331,-12428,255,-28349,-13816,-172,-27646,-12914,-155,-28247,-12729,-326,-29305,-12382,-427,-26014,-12926,-2825,-31154,-11981,-3050,-32582,-12787,-2853,-33916,-13247,-3550,-33292,-13447,-3876,-34837,-14462,-3154,-36875,-14908,-3790,-36282,-15387,-2593,-37652,-14841,-2150,-36965,-14151,-2921,-36168,-14282,-3237,-35790,-14352,-2544,-35184,-13618,-4282,-35241,-15322,-2820,-39721,-16515,-834,-40662,-15099,92,-39880,-14573,-129,-38729,-14189,-913,-38900,-14434,-434,-39278,-14445,-1282,-39203,-14717,4124,-46567,-17058,2849,-45932,-16596,2950,-44568,-16381,4084,-46983,-17021,5276,-44995,-18051,5317,-43370,-18739,5620,-43432,-18998,6884,-42611,-20004,6792,-43675,-19683,7151,-42069,-20311,7606,-42164,-20583,6804,-40971,-20456,7113,-40956,-20622,8085,-42413,-20712,7835,-41636,-20722,8031,-39647,-20763,6397,-38383,-20653,6597,-37687,-20769,6198,-37021,-20730,6454,-39467,-20596,7342,-38755,-20775,7076,-40067,-20679,8087,-40746,-20744,5428,-36551,-20599,6311,-35743,-20903,8781,-43164,-20820,9906,-44262,-20802,9115,-43797,-20799,10428,-43332,-20644,10706,-42745,-20604,10171,-42081,-20675,9047,-43011,-20844,8300,-42087,-20751,9200,-40670,-20726,9117,-39689,-20769,9563,-39118,-20780,8345,-39226,-20817,9449,-43785,-20854,11362,-42617,-20238,11906,-43284,-19935,11859,-42657,-19653,11249,-43193,-20483,10897,-42343,-20520,11703,-41970,-19546,12448,-42631,-18593,12584,-41662,-17844,11902,-41961,-19243,12262,-41791,-18544,12279,-40915,-18170,9767,-41248,-20681,8040,-42813,-20633,8410,-44039,-20343,8485,-36071,-21069,8766,-35772,-21031,8233,-35907,-19950,8213,-36260,-19697,8551,-36295,-19901,9448,-36974,-19520,9342,-37385,-19025,9773,-37818,-18664,9465,-37927,-18389,9192,-37850,-18071,8486,-36510,-18035,7909,-35927,-19593,8559,-36821,-18232,8742,-37059,-18772,8423,-36651,-19264,8646,-36690,-19582,9023,-36820,-19611,8011,-35919,-18707,8062,-36200,-19286,7545,-35397,-19302,9055,-37341,-18816,7003,-33847,-18135,6692,-33321,-17928,7102,-33143,-17388,7547,-33769,-17387,7598,-34348,-17783,6441,-32999,-18638,6114,-32525,-18486,6624,-32152,-19276,6122,-31487,-19124,6312,-32051,-18939,5308,-31515,-18140,4808,-30915,-17880,4332,-30267,-17386,5429,-31768,-17515,5313,-31721,-17908,4906,-31176,-17505,6741,-33644,-18760,5942,-32505,-17838,10002,-34914,-16239,10325,-35536,-16014,10371,-36490,-16072,10618,-36000,-15663,10563,-37450,-15902,10661,-38111,-15763,10767,-39592,-15743,10812,-40241,-15716,10688,-41226,-15995,10734,-41300,-16311,10707,-40178,-17219,10271,-39349,-17553,9727,-38807,-17332,8881,-36883,-17612,9183,-36397,-17239,8590,-36176,-17694,10541,-38175,-18497,11170,-38261,-19349,10437,-37082,-20024,10544,-37532,-20207,11074,-38398,-19730,10046,-36707,-20472,9238,-35637,-20814,9197,-36590,-20993,9657,-37788,-20896,9743,-37155,-20837,9486,-36277,-20852,10255,-37549,-20528,10262,-36861,-19883,9256,-36306,-20026,9265,-35685,-20305,9915,-36292,-20317,9422,-35602,-20551,9873,-36332,-20107,10365,-38738,-18010,9693,-38641,-17681,9875,-38468,-18069,10915,-42157,-15833,10972,-41366,-15220,10580,-40561,-16112,10333,-39907,-16537,10139,-39662,-16939,10062,-39456,-17217,10455,-39266,-16230,10049,-36109,-16443,9696,-35868,-16778,9348,-35418,-16984,10329,-38079,-16218,9552,-37065,-16922,9889,-36411,-16668,10911,-41062,-15533,10840,-38438,-15363,2841,-36592,-18012,3170,-36355,-18645,2295,-35523,-17304,1979,-34943,-16585,1686,-35922,-15785,1550,-36543,-15332,1732,-36980,-15598,2582,-38055,-17044,2274,-37451,-16758,2706,-37182,-17553,-340,-50062,-19007,-669,-48872,-18896,-985,-45645,-20117,-1341,-45225,-19922,-805,-46931,-17530,-912,-47312,-18627,-991,-46490,-18512,1518,-52382,-18002,1559,-53403,-18670,1268,-53085,-18870,1006,-52934,-19327,200,-51279,-19014,635,-52342,-19984,322,-51661,-20082,487,-52118,-21280,207,-51423,-21725,-144,-50585,-20567,812,-52666,-19626,799,-52389,-19090,-5,-50994,-19575,-543,-49195,-19343,-611,-48412,-19469,-381,-50063,-19733,-227,-50470,-20023,179,-51270,-20401,-340,-50008,-20515,-420,-49627,-20322,-526,-49374,-21205,-246,-50808,-22504,-631,-51070,-22159,-139,-51778,-21811,-130,-51334,-22247,-588,-51906,-21365,-1349,-51489,-21420,-2382,-50934,-21938,-2746,-51544,-21611,-3258,-51759,-21797,-1643,-50250,-22658,-2065,-50124,-22646,-1709,-49907,-23168,-2531,-49215,-23607,-3260,-49506,-23567,-2810,-49774,-23098,-3316,-50122,-23012,-2743,-49410,-23616,-2327,-49597,-23438,-1966,-50735,-22036,-1187,-51001,-21944,-981,-50509,-22738,-1821,-49543,-23486,-1380,-49446,-23339,-1960,-49196,-23453,-2504,-48815,-23088,-2992,-49178,-23604,-801,-49908,-23078,-674,-50372,-22982,-1244,-49692,-23360,147,-51316,-21128,-1563,-51935,-21004,-2048,-51637,-21251,-1620,-52853,-20406,-484,-52968,-20982,-257,-53732,-21032,-2196,-53135,-20257,-2212,-55372,-18526,-1952,-52379,-20645,-2361,-52160,-20923,-2950,-52234,-21262,-626,-49933,-22237,-3107,-50695,-22547,-1671,-48954,-22679,-2118,-48392,-22457,-1093,-49391,-22501,-2031,-42317,-17834,-2582,-40935,-17364,-1837,-42521,-18377,-1753,-42950,-18329,-975,-46075,-17332,-230,-44634,-16113,-520,-48593,-20839,-1317,-49006,-22382,-745,-49626,-22109,-3723,-49707,-23561,-3351,-48511,-21159,-3593,-48689,-21831,-3764,-49273,-21265,-3358,-53799,-20843,-2660,-50390,-22520,-368,-50897,-22553,-810,-52970,-20701,-394,-56011,-19013,-111,-55839,-19370,-1235,-55684,-18768,-857,-58289,-18610,-1877,-58519,-18543,-1881,-58039,-18427,-3030,-50950,-22264,-6764,-55823,-17234,-6095,-56160,-17241,-6611,-56050,-16982,-6004,-56251,-19152,-6913,-55716,-19809,-6237,-56131,-18529,-7593,-55313,-18493,-6431,-54770,-22203,-6234,-54500,-21398,-6030,-54792,-20974,-5929,-55678,-20436,-4464,-54711,-20102,-4598,-54078,-20217,-5041,-53742,-20206,-5834,-54079,-20743,-6012,-52854,-20769,-4988,-54323,-20191,-5479,-54271,-20429,-5763,-54497,-20622,-3731,-56117,-19576,2062,-64086,-20936,-8628,-56098,-15797,-9919,-55198,-14931,-9078,-55213,-15704,-10660,-54281,-15460,-10390,-54571,-15784,-9997,-54939,-15164,-10307,-54678,-15374,-10258,-54866,-14887,-8903,-55557,-15535,-8203,-55863,-16035,-8062,-56521,-16181,-9361,-55303,-15220,-10234,-51682,-17608,-9901,-50755,-17897,-10068,-51227,-17990,-12706,-61667,-17034,-14275,-54584,-15905,-13080,-49798,-18274,-13111,-49176,-18551,-14466,-49997,-17709,-13171,-48651,-18656,-11269,-47535,-17856,-11661,-48546,-18510,-12381,-48612,-18706,-13562,-49655,-18269,-13701,-49341,-18306,-15163,-49998,-15742,-14866,-49704,-14617,-14368,-48755,-14397,-14011,-48212,-14935,-14899,-49609,-13961,-14897,-49132,-13087,-15784,-51409,-13966,-15728,-51290,-13559,-11453,-50955,-16846,-11796,-51007,-16995,-10691,-50769,-16648,-10829,-51340,-16237,-11047,-51000,-16545,-10364,-51426,-16461,-11725,-51495,-16496,-12385,-55396,-13362,-12328,-54650,-13544,-11528,-53195,-14412,-10546,-53399,-15531,-10914,-53488,-14914,-10871,-52741,-15163,-11509,-52832,-14750,-11230,-53174,-14691,-10338,-52611,-15984,-10619,-53078,-20556,-11149,-52781,-20869,-10568,-54104,-17023,-10650,-51946,-15696,-11073,-52368,-15239,-12521,-53523,-14954,-13672,-54455,-15488,-13103,-54572,-14860,-12812,-54965,-14354,-12319,-49726,-18223,-12549,-49200,-18530,-11599,-46801,-17047,-13259,-46870,-15969,-14653,-43163,-15415,-15172,-42284,-15220,-15772,-40687,-14940,-16191,-39891,-14711,-16420,-38554,-14496,-15875,-38464,-14107,-15389,-38737,-14001,-16734,-38478,-14443,-17241,-37361,-14162,-17232,-38270,-13886,-17776,-37059,-13620,-17417,-37413,-14011,-17115,-37146,-14139,-17572,-36727,-13981,-17228,-35967,-13586,-17797,-35492,-13630,-18255,-34574,-13264,-18791,-34228,-13076,-18898,-32830,-8664,-18781,-32906,-8232,-18077,-33889,-8410,-17489,-34068,-8177,-18059,-32912,-7779,-17490,-33789,-7273,-17440,-33830,-7668,-17351,-34594,-7874,-18409,-33298,-8120,-17533,-33136,-7484,-17520,-34369,-8416,-18145,-33370,-8039,-18637,-32715,-7765,-19008,-32286,-7739,-18440,-32446,-7635,-18890,-31326,-7229,-18466,-30540,-6903,-19046,-30134,-6854,-19167,-29265,-6496,-19571,-28591,-6537,-20075,-28193,-7013,-19419,-27192,-5703,-19779,-27554,-6141,-19458,-27928,-6059,-19323,-28882,-6399,-18694,-29319,-6410,-18052,-30197,-6569,-19015,-31783,-7447,-19395,-31861,-8344,-19095,-32743,-9139,-17725,-32749,-6180,-17815,-32073,-5535,-17690,-32059,-6615,-17648,-32433,-7181,-18306,-31495,-7324,-17757,-33265,-6241,-17969,-33401,-5673,-17938,-33877,-5148,-17970,-32913,-4533,-17537,-33373,-4185,-16933,-33161,-4009,-16462,-33954,-4698,-17069,-32019,-3239,-16686,-31905,-3377,-17958,-34799,-6196,-17990,-34817,-5811,-17450,-36434,-5985,-17970,-35396,-6225,-17860,-35091,-6541,-17787,-37852,-7338,-17703,-33999,-4819,-17262,-33772,-4383,-16767,-33901,-4516,-17225,-34708,-4970,-17739,-34897,-5399,-17544,-34454,-4965,-17435,-35644,-5550,-10428,-50469,-16886,-9992,-50010,-17371,-10661,-53708,-17740,-16723,-52855,-15939,-15631,-51351,-16783,-15265,-50298,-16887,-15635,-50855,-16467,-14439,-48567,-13865,-14595,-44457,-10648,-14568,-43799,-10884,-14654,-43511,-10564,-14400,-43392,-10699,-14374,-41876,-9152,-14710,-43015,-9930,-14394,-42541,-9648,-13525,-42091,-10312,-13687,-40452,-10352,-14238,-40116,-10332,-13986,-39013,-9567,-13664,-39858,-10002,-13352,-41061,-10118,-13428,-41996,-10478,-13403,-42280,-11099,-13733,-41901,-11046,-13821,-42603,-11430,-13388,-41735,-10609,-13395,-41230,-10464,-13462,-41655,-10790,-15037,-39381,-9779,-14548,-38177,-8997,-15136,-38313,-8964,-15453,-37472,-8081,-17323,-38131,-7284,-16943,-38689,-7860,-17309,-38947,-7967,-17104,-39458,-8355,-17464,-40119,-9120,-17383,-41004,-9815,-17319,-41653,-11221,-17231,-41420,-10074,-16801,-41291,-9851,-16312,-41262,-10097,-15861,-40275,-9771,-15816,-40980,-10231,-15096,-40427,-10403,-15007,-41042,-10695,-14415,-42022,-11110,-16621,-38655,-8030,-15620,-38756,-8926,-14712,-39793,-10155,-14637,-40605,-10568,-14322,-41553,-10928,-13768,-41309,-10757,-17549,-38580,-7721,-17362,-39664,-8573,-17497,-40389,-9663,-17471,-40671,-10402,-17413,-40979,-11170,-17030,-42233,-10862,-17176,-42092,-11017,-17191,-42113,-11458,-16871,-42750,-11566,-17606,-38785,-8025,-17098,-37178,-6478,-15178,-35764,-6686,-14593,-35810,-7191,-15293,-36265,-7004,-14760,-36597,-7771,-14105,-37000,-8235,-14197,-35910,-7517,-13719,-35271,-7163,-15761,-36877,-7157,-16489,-36813,-6314,-16165,-39986,-9348,-16692,-40589,-9357,-17094,-40450,-9142,-17334,-40872,-9591,-14688,-44071,-10368,-14938,-43404,-9797,-14954,-43695,-9371,-14960,-44147,-9015,-14808,-45036,-8104,-14739,-44928,-7702,-14804,-45293,-8982,-10793,-50332,-16865,-10681,-49775,-17132,-10391,-49048,-17367,-10690,-49025,-17463,-10429,-48662,-17354,-9958,-49378,-17552,-9789,-49495,-17727,-9211,-49280,-19801,-8985,-48791,-20212,-9964,-50115,-21740,-10124,-50491,-22015,-10400,-47608,-17257,-9887,-44935,-16761,-11787,-35986,-13306,-11472,-37193,-14457,-11650,-39595,-14410,-10737,-42244,-15529,-10600,-41408,-15968,-11695,-36797,-16281,-12123,-33085,-12816,-12298,-31966,-13055,-12240,-32501,-15044,-12551,-31553,-14027,-12409,-31395,-14094,-12001,-31332,-14123,-11642,-32264,-15254,-11820,-32621,-15506,-12010,-32842,-15445,-12340,-32540,-14674,-8739,-36470,-16001,-8908,-36822,-16613,-9099,-35984,-16133,-9378,-36293,-16849,-9187,-38604,-18724,-12043,-46868,-17933,-12001,-46540,-17203,-11715,-47156,-17994,-14283,-44264,-13436,-14810,-43887,-12916,-15451,-43589,-12387,-15983,-43309,-12034,-16506,-43068,-11839,-16125,-43300,-12436,-15988,-43381,-12952,-14677,-43521,-12279,-14154,-43774,-12653,-14598,-44299,-13680,-15881,-42871,-11150,-16526,-42607,-10992,-16736,-41993,-10500,-16441,-41885,-10462,-15833,-41630,-10541,-15907,-42491,-10889,-8483,-54636,-20159,-8282,-54828,-19575,-8076,-54992,-19218,-7565,-55316,-19854,-6633,-55907,-18798,-6316,-56083,-19252,-9746,-53555,-21762,-10208,-53056,-23264,-7847,-54351,-22520,-7943,-54122,-23644,-8779,-53792,-23303,-7757,-53160,-23934,-8020,-52275,-23983,-7410,-52562,-23430,-7765,-53943,-24181,-7372,-54171,-23987,-7872,-54057,-24011,-9321,-51955,-23881,-8822,-51861,-23998,-9923,-52506,-23916,-5440,-53356,-20221,-5499,-52871,-20098,-5454,-52503,-19799,-3990,-53740,-21110,-3672,-53272,-21846,-3926,-52344,-22520,-4306,-52968,-20463,-7623,-46816,-23125,-7897,-46830,-22447,-8158,-47495,-22099,-8278,-46707,-21574,-8174,-46145,-21713,-8696,-45625,-20825,-8935,-45194,-20523,-9042,-45384,-19887,-9096,-44272,-21951,-6453,-46798,-20952,-6371,-46797,-20389,-6490,-47708,-20821,-7412,-46942,-23387,-6273,-46609,-20062,-6384,-46124,-19905,-7731,-41375,-19961,-7848,-41220,-20244,-7468,-42369,-20001,-7347,-42397,-18108,-7421,-42771,-18651,-8310,-39979,-19194,-8206,-40637,-18779,-8477,-39384,-18199,-6512,-45049,-18948,-6718,-45013,-19311,-3277,-39318,-19893,-3922,-39557,-19936,-8185,-45788,-21991,-8624,-45231,-21304,-6534,-45757,-21354,-6551,-46109,-20332,-7502,-41743,-17825,-6959,-42700,-17578,-8188,-39832,-17466,-8305,-39565,-17517,-8525,-38359,-16828,-8235,-39358,-17140,-5738,-35107,-19107,-5178,-34582,-18928,-5479,-33794,-18727,-6059,-32659,-18459,-5720,-32793,-18193,-5338,-33661,-18512,-4422,-36012,-18874,-4297,-36735,-19111,-4728,-34596,-18022,-5165,-33397,-17578,-5085,-33842,-18171,-5446,-32919,-17677,-4940,-33810,-17308,-5570,-32321,-16921,-4827,-34688,-18569,-4415,-36584,-19335,-4563,-36813,-19562,-4713,-35652,-19126,-5532,-35017,-19122,-5242,-36302,-19390,-4655,-37206,-19658,-4883,-35920,-19342,-5059,-35437,-19211,-6800,-33485,-18481,-7364,-33083,-18050,-6483,-31851,-18272,-5161,-45474,-17679,-4780,-45011,-17251,-5195,-45079,-17647,-5156,-46840,-17629,-4047,-43682,-18962,-3701,-42583,-19473,-7580,-36251,-16394,-7736,-35843,-16082,-7117,-37509,-17294,-7308,-36901,-17209,-7565,-35676,-16851,-8196,-35961,-15698,-8941,-47727,-20106,-8666,-46464,-20605,-8967,-46513,-19998,-9145,-45560,-18997,-9312,-44705,-18635,-9892,-43932,-16789,-9792,-44485,-16881,-9592,-44315,-17683,-9136,-45349,-19539,-9046,-45846,-19732,-9770,-43558,-20526,-9299,-44518,-19815,-10267,-42143,-20803,-9190,-42848,-21464,-9865,-42939,-21306,-9420,-43116,-21557,-7724,-42913,-21428,-8002,-41860,-20969,-8442,-42940,-21618,-9466,-40169,-19883,-8693,-39477,-19229,-8312,-40355,-19810,-11139,-33619,-16144,-9056,-36788,-16891,-6821,-34134,-18416,-6314,-35017,-18812,-7080,-34715,-18082,-7677,-32646,-17764,-8006,-31655,-17370,-6576,-32394,-18459,-6060,-33196,-18655,-6072,-33871,-18812,-7055,-32476,-18388,-6341,-33907,-18736,-3133,-37822,-15636,-3633,-37029,-15969,-3262,-38160,-16112,-8897,-28900,-14405,-9077,-28464,-12724,-9163,-27539,-12788,-9081,-27953,-13687,-9067,-27891,-14352,-8834,-28579,-15909,-8811,-27510,-16559,-8545,-26803,-16667,-8585,-27429,-16776,-8339,-24385,-15790,-8702,-23220,-15178,-8773,-24729,-15793,-9392,-25060,-15468,-9740,-24435,-14494,-9654,-24831,-14019,-9434,-25841,-14503,-9301,-26687,-14347,-9533,-25406,-12689,-9384,-26061,-12350,-9229,-27070,-13078,-9357,-26503,-13451,-8985,-27659,-15872,-9134,-27232,-15076,-9167,-26820,-15796,-9415,-25857,-15431,-9034,-26245,-16192,-9164,-24738,-15580,-9617,-24591,-14950,-9245,-26150,-15873,-8906,-27655,-16351,-9005,-23803,-15282,-8225,-23350,-15380,-8844,-28790,-15455,-8756,-29652,-14983,-8941,-28839,-13319,-8765,-29793,-14153,-10081,-28207,-11713,-9980,-28612,-11885,-11802,-27217,-12038,-12198,-27188,-12175,-12611,-24792,-11002,-6349,-31685,-18039,-6761,-31679,-18283,-6920,-30745,-17975,-6896,-30327,-17758,-6199,-31554,-17656,-5919,-31635,-16984,-6316,-30550,-16562,-7587,-30623,-17937,-7321,-29442,-17562,-8641,-28636,-16784,-7395,-31746,-18207,-6896,-29725,-17276,-7390,-28714,-16938,-7498,-28234,-16466,-7333,-27543,-15640,-7507,-26734,-15555,-7499,-26326,-15424,-7267,-23689,-14692,-7939,-23558,-15375,-7551,-22846,-14788,-8164,-22514,-15013,-9532,-23995,-14966,-9344,-23292,-14864,-9176,-21740,-14299,-7583,-21270,-14462,-7359,-21356,-14375,-6829,-21227,-13809,-6319,-20846,-13070,-6402,-21667,-13355,-5846,-22176,-12649,-6106,-23049,-13134,-6825,-23872,-14250,-5672,-25283,-12785,-5678,-24734,-12740,-5151,-25234,-12351,-5296,-24106,-12384,-5182,-23543,-12237,-5806,-23699,-12807,-5562,-23145,-12523,-7263,-21839,-14364,-9412,-21137,-13900,-9162,-20796,-13839,-8841,-19561,-13356,-8137,-20656,-14096,-7803,-20803,-14253,-7474,-20531,-14183,-7259,-19764,-13880,-7215,-20372,-14045,-8335,-22088,-14770,-8044,-24279,-15618,-8522,-25062,-16027,-8231,-25174,-16024,-7886,-26256,-15861,-7888,-26663,-16061,-7904,-25005,-15559,-8421,-25727,-16302,-8765,-25789,-16238,-8197,-25743,-16189,-8181,-26484,-16570,-7806,-27773,-16932,-8050,-26777,-16608,-7755,-27423,-16231,-8186,-27034,-16832,-9451,-25663,-14770,-9829,-23804,-14317,-9825,-23893,-13833,-9912,-23277,-13954,-9931,-22630,-13840,-10058,-22284,-13420,-9596,-23192,-14541,-9633,-21978,-14076,-9328,-22573,-14598,-10040,-20541,-13012,-9575,-19490,-12975,-9918,-19200,-12547,-9462,-17539,-12122,-9710,-17456,-11868,-9482,-16270,-11492,-9248,-15870,-11421,-9028,-15643,-11358,-8214,-15828,-11484,-7804,-14193,-10549,-8173,-14867,-10819,-8555,-15309,-11095,-8262,-16597,-11955,-9935,-17341,-11499,-10183,-17438,-11100,-10205,-18601,-11769,-10172,-20276,-11901,-10151,-20913,-12991,-10116,-21730,-13161,-9760,-23237,-11689,-9685,-24142,-12184,-9602,-24216,-11194,-9527,-25187,-11467,-9512,-25123,-11876,-9676,-24758,-13528,-9829,-23585,-13013,-9526,-25625,-13364,-9993,-22001,-12463,-10227,-20677,-12513,-10004,-20986,-11535,-10125,-19112,-10895,-10187,-19491,-11472,-9985,-21730,-13521,-9788,-20058,-13082,-10280,-19218,-11972,-10064,-18867,-12180,-10211,-19997,-12541,-10248,-20144,-12327,-9140,-18480,-12710,-9207,-19930,-13394,-9629,-21078,-13718,-9964,-22934,-13601,-9566,-25395,-13965,-9933,-20456,-10893,-9922,-19686,-10391,-9914,-18810,-10011,-10123,-18531,-10656,-10240,-18440,-11247,-9830,-19401,-9773,-8440,-28701,-17137,-8257,-27719,-17019,-7802,-28274,-17219,-7564,-28621,-17233,-8786,-31554,-13972,-9031,-29944,-12957,-11292,-28185,-12291,-12652,-31041,-13227,-12336,-31195,-12663,-15163,-32711,-10247,-14701,-32191,-9951,-14324,-31407,-9581,-15443,-31668,-9922,-15347,-30515,-9302,-14757,-30746,-9267,-14983,-31550,-9723,-11750,-29396,-13082,-12158,-28932,-12917,-12026,-28114,-12527,-10993,-33537,-15985,-11177,-32778,-15566,-11969,-35206,-16948,-11695,-35778,-17290,-11830,-34303,-14954,-9963,-26458,-11212,-10464,-26515,-11095,-10806,-25374,-10614,-10442,-24887,-10362,-11076,-25117,-10575,-10956,-26290,-11065,-11108,-21899,-9010,-11728,-22075,-9346,-11301,-20106,-8402,-10694,-20629,-8460,-10925,-20257,-8356,-12840,-21444,-9453,-13233,-21550,-8873,-13154,-20953,-8996,-12902,-20836,-9178,-13300,-20047,-8283,-13275,-24370,-5750,-12533,-23965,-6709,-10728,-24151,-10013,-12943,-23082,-10086,-13052,-23704,-10235,-13100,-22682,-9755,-13042,-24217,-10333,-12957,-24361,-9986,-12996,-18694,-8364,-12985,-18386,-6236,-13253,-18322,-6945,-12549,-21400,-6281,-12595,-20471,-6292,-12451,-20284,-5285,-12519,-21949,-6027,-12487,-21247,-5381,-12606,-19706,-6047,-12495,-18572,-5021,-12584,-19787,-4375,-12810,-20826,-4468,-12504,-20581,-4873,-12764,-21885,-4994,-12485,-20206,-5710,-12748,-20212,-8951,-12690,-8813,41,-12794,-8026,372,-12975,-10279,-115,-12965,-8078,543,-13251,-7767,778,-14133,-11961,-488,-14346,-11742,-568,-14572,-11539,-829,-15163,-11118,-1018,-16357,-12683,-1738,-16006,-13137,-2259,-16978,-13807,-2146,-19910,-16779,-2515,-19650,-16017,-2130,-19972,-15572,-1806,-21344,-16740,-2140,-20495,-16327,-2094,-18928,-20444,-5618,-18842,-20894,-5903,-19168,-21592,-6194,-19473,-21320,-6004,-19713,-21409,-5947,-20802,-23486,-6005,-20414,-22625,-6422,-20156,-22879,-6854,-19512,-20947,-5729,-19657,-20270,-5173,-19980,-20992,-5433,-20276,-21807,-5814,-20199,-21248,-5292,-20162,-20473,-4762,-18105,-20099,-5431,-17700,-20756,-5179,-16892,-21700,-5842,-16687,-23411,-7151,-16661,-20889,-5398,-17041,-20714,-5096,-16222,-22698,-6846,-18399,-20126,-5534,-20787,-23508,-4584,-20292,-23851,-4425,-20861,-23718,-4270,-20443,-23770,-4010,-19367,-22904,-3341,-18951,-23186,-3181,-19648,-22900,-3223,-10630,-22515,-9169,-6867,-29125,-16017,-6949,-28291,-15379,-6678,-29348,-15684,-6227,-30216,-14580,-6017,-31191,-14766,-6353,-30245,-15979,-6658,-30214,-17297,-6643,-29802,-16404,-6421,-29936,-15364,-6178,-30765,-15422,-6831,-27303,-14776,-6868,-26583,-14680,-6925,-25602,-14631,-7227,-25749,-15014,-7196,-24525,-14807,-6772,-22166,-13942,-6695,-24244,-14135,-5739,-22656,-12620,-5064,-22910,-11934,-4930,-21692,-11159,-4880,-20976,-10658,-4783,-23795,-11449,-4475,-24532,-11142,-4792,-25049,-11804,-5047,-24289,-12177,-5032,-19509,-11188,-5149,-21443,-11789,-5012,-20595,-11210,-5183,-22646,-12099,-4819,-22356,-11037,-4898,-20216,-9819,-4889,-19111,-10003,-4848,-18868,-9446,-4909,-19256,-10714,-4805,-18014,-10265,-4818,-17875,-9534,-4754,-18237,-8973,-4607,-18256,-8661,-4534,-18960,-8711,-3853,-18789,-8472,-1780,-17715,-9237,-2401,-18081,-8975,-2485,-17298,-8723,-4746,-19054,-8965,-4800,-19737,-9133,-3807,-20938,-8944,-4128,-20482,-8834,-3796,-19780,-8705,-4213,-19346,-8632,-4534,-17819,-8504,-4560,-16421,-8502,-4622,-16478,-8884,-4537,-15768,-8984,-4633,-15457,-9851,-4796,-16118,-10304,-4870,-15445,-10321,-5035,-13881,-10436,-6674,-13474,-10925,-7231,-13563,-10574,-6177,-13659,-11228,-6379,-14564,-11594,-7059,-14508,-11303,-7347,-15706,-11840,-6659,-15537,-11983,-6820,-17557,-12940,-6508,-17578,-12851,-6531,-18428,-13019,-5860,-17790,-12125,-6015,-17920,-12358,-5670,-18758,-11937,-7907,-12593,-9503,-8018,-11089,-8494,-4199,-18281,-8416,-4482,-17099,-8385,-4530,-15348,-9439,-4244,-13379,-9096,-4256,-13905,-8961,-4259,-12448,-9073,-4785,-12990,-9957,-4846,-12402,-9991,-5259,-13034,-10569,-5566,-12290,-10673,-5841,-12613,-10847,-5142,-13436,-10525,-4303,-11187,-9035,-4021,-11006,-8508,-4824,-14133,-10044,-4508,-13146,-9524,-4511,-14376,-9582,-4427,-15548,-8281,-3810,-15669,-7844,-3028,-15818,-7996,-2172,-16413,-8601,-2536,-16179,-8338,-4274,-16304,-8114,-4388,-16019,-8155,-4232,-16891,-8201,-3957,-16768,-8102,-3946,-17842,-8287,-3476,-16765,-8127,-3349,-17198,-8285,-3714,-17609,-8262,-3344,-18084,-8480,-3500,-15979,-7904,-4867,-19187,-10339,-5048,-18489,-11129,-4951,-16900,-10702,-4815,-16885,-10438,-4703,-17011,-9276,-4981,-14814,-10349,-4641,-17270,-8662,-3090,-14912,-7662,-3478,-15194,-7688,-3602,-14331,-7518,-3364,-12999,-7201,-2689,-13908,-7474,-1682,-14246,-8098,-1379,-13868,-8314,-1026,-14848,-9026,-1218,-14528,-8663,-734,-14826,-9538,-503,-15839,-10421,-552,-16385,-10639,-633,-18602,-11617,-673,-19265,-11745,-793,-20041,-11617,-1287,-19548,-10466,-1577,-20398,-10275,-1291,-20722,-10648,-875,-20958,-11496,-369,-19204,-12534,-36,-19157,-13379,203,-19225,-13854,697,-18491,-14207,1050,-16943,-13977,664,-16042,-12966,515,-15344,-12270,643,-13857,-11703,1213,-13466,-12352,717,-17184,-13632,1263,-17547,-14516,1669,-18049,-15207,1900,-18191,-15478,2151,-18016,-15525,1545,-16396,-14340,1772,-15512,-14072,2738,-15501,-14231,2975,-15675,-14114,2497,-15374,-14252,-1075,-19883,-10876,-1880,-21019,-10156,-439,-14160,-9829,-755,-15651,-9836,-180,-15476,-10846,103,-15259,-11418,168,-15650,-11811,-257,-16027,-10995,-133,-17000,-12001,-351,-17218,-11573,-336,-18157,-12182,29,-17800,-12900,-160,-18751,-12932,-3181,-14509,-7524,-2571,-12209,-7015,-2949,-13082,-7171,-3385,-14057,-7415,-2645,-14671,-7741,-1985,-14376,-7926,-1616,-15970,-8802,-1905,-14891,-8162,-1200,-15961,-9202,-883,-16669,-10100,-1108,-17601,-10093,-3221,-11313,-6919,-3529,-12524,-7305,-3855,-11833,-7880,-4059,-12965,-8407,-4107,-12491,-8776,-4326,-14553,-8873,-4261,-14795,-8166,-4263,-15076,-8045,629,-7108,-8278,894,-6939,-8526,1618,-6456,-8948,1198,-5962,-8227,755,-6504,-8112,415,-5856,-7116,259,-7939,-8106,930,-5034,-7366,1474,-7532,-9482,1425,-8502,-10023,1597,-8576,-10234,3134,-11380,-9779,3172,-12159,-10229,3171,-12143,-9949,4982,-13733,-10079,3349,-14806,-10004,4055,-15474,-10305,4540,-15901,-10682,3643,-15804,-10369,3405,-16584,-10737,3303,-15837,-10496,3125,-16256,-10845,-6351,-29006,-14443,-6630,-27926,-14605,-6706,-28804,-15174,-6479,-26242,-14053,-6144,-24739,-13371,-6568,-25042,-14048,-4832,-23159,-11344,-3173,-24912,-10040,-967,-18566,-10779,-618,-17114,-10902,-1222,-18468,-10255,-1861,-20035,-9867,-1892,-19051,-9553,-2201,-18666,-9243,-3225,-18982,-8719,-3562,-19214,-8613,-1154,-22410,-11177,-2022,-24239,-10663,352,-36916,-13770,1360,-35493,-15280,1113,-37703,-14484,1389,-38367,-14797,1458,-37708,-14911,712,-36384,-14027,2337,-40018,-15896,1829,-39578,-15307,2839,-41650,-16187,-1242,-35949,-13288,-286,-36778,-13503,-706,-35498,-13048,-519,-36917,-13536,-170,-37947,-13902,-609,-37758,-13897,-1257,-37234,-13855,-310,-32207,-12578,6235,-31230,-20543,5533,-30043,-20427,5246,-30590,-18566,5122,-29627,-19323,4647,-29197,-18698,4287,-27886,-19110,4292,-26736,-18675,4327,-27518,-19668,4510,-29370,-18249,4046,-29210,-17456,4306,-28810,-18146,4172,-28198,-18081,4385,-28552,-18679,4307,-29548,-17796,4106,-29735,-17350,4389,-30165,-17702,4909,-30115,-18431,4077,-29556,-16934,5357,-30203,-19154,5729,-30888,-19030,3934,-27705,-17564,4860,-27560,-15148,4962,-27416,-14847,4932,-27297,-14522,5760,-28121,-14541,6088,-28739,-14273,5495,-27944,-14313,4138,-28265,-15976,4472,-28911,-16127,6233,-29269,-15755,7434,-30181,-14860,8445,-31287,-15352,7167,-29995,-14567,8001,-30783,-14941,7188,-30440,-14342,7773,-31132,-14508,6836,-29765,-14367,6543,-29991,-14200,6615,-29267,-14447,6396,-28891,-14971,4331,-29226,-12954,4209,-29072,-13200,4179,-28872,-13404,4554,-29828,-13355,4808,-30271,-13052,5503,-30442,-12479,6290,-31201,-12676,6154,-31675,-13091,7577,-31422,-12689,6935,-30753,-12279,8616,-31414,-12972,9234,-31703,-12955,9552,-31722,-12711,8478,-34935,-13786,9357,-34872,-13047,9035,-34310,-13459,9325,-32536,-12953,8789,-32720,-13266,8081,-32139,-13075,229,-29271,-13360,322,-29831,-13540,-22,-29814,-12860,518,-25385,-16261,375,-25779,-15788,624,-26208,-16505,698,-25948,-16724,820,-24865,-16603,1177,-25462,-17188,1323,-24437,-17067,2203,-24610,-18100,2216,-25712,-18321,2745,-26555,-18924,3132,-25768,-19137,3132,-27307,-19335,3508,-27410,-19611,4184,-27145,-19722,4193,-27675,-19887,4405,-28056,-19976,4334,-26787,-19127,3876,-26537,-19592,3905,-26961,-19675,2507,-27444,-18909,2941,-28514,-19495,3539,-28131,-19783,2205,-22213,-17458,2936,-23420,-18312,2813,-22018,-17623,3079,-20743,-16883,2185,-21290,-17069,1640,-21038,-16466,1835,-20368,-16359,2063,-20121,-16408,2477,-19942,-16525,2650,-21057,-17153,3234,-22973,-17992,3696,-21098,-16524,3175,-21860,-17416,3885,-22655,-17106,3418,-22622,-17640,4283,-25516,-18382,3859,-25237,-18921,3663,-25340,-19101,-538,-22585,-12498,-550,-21640,-12378,490,-23885,-15861,-2295,-21948,-10065,-2852,-22890,-9815,-3252,-23023,-9585,-3511,-22911,-9468,-4021,-23942,-10052,-4347,-23973,-10608,-4602,-22623,-10107,-4564,-23409,-10787,-4715,-22457,-10610,-2206,-22740,-10276,-2780,-23590,-9946,-1948,-23287,-10576,-3735,-22846,-9444,-3509,-24049,-9804,-4285,-22687,-9624,-2788,-21940,-9680,2194,-18873,-15943,3349,-19180,-15639,2657,-19390,-16290,3454,-16495,-13266,3437,-15708,-12903,3183,-15420,-13481,4067,-22035,-16415,4115,-22911,-16591,3503,-24964,-16115,5513,-28289,-11620,6037,-28069,-11390,5642,-27268,-11206,5441,-26923,-11177,4075,-22968,-16904,3980,-20893,-15383,3897,-20204,-14990,3510,-21783,-14971,3213,-24831,-13901,3598,-25572,-14008,4968,-22873,-12462,4407,-22017,-12247,4126,-23897,-16845,4053,-26491,-17761,3810,-26882,-17200,4144,-26882,-18084,3557,-27145,-16631,4231,-27188,-18485,4230,-27915,-18264,3712,-26718,-15423,3387,-26265,-16037,3994,-28480,-16283,5838,-30952,-20840,6297,-31432,-20844,5542,-30416,-20733,6359,-32855,-21090,9068,-41519,-20725,9391,-42116,-20739,11285,-40075,-19638,11850,-39797,-18714,11613,-39142,-18768,11047,-38924,-19912,10902,-39302,-20132,10623,-40056,-20448,10663,-40619,-20426,10656,-39081,-20360,10200,-38997,-20696,11767,-39658,-18112,9706,-44932,-20650,10536,-46151,-20546,3863,-35612,-20083,2619,-35443,-18099,2891,-35870,-18447,7435,-44263,-19857,6421,-44558,-19237,8278,-45211,-19906,8803,-43890,-20640,7834,-43284,-20303,401,-35932,-13671,-13,-34221,-13072,675,-35105,-13951,9113,-37575,-17505,9352,-37526,-17135,9766,-38706,-16981,9847,-38493,-16773,9119,-37758,-17910,11719,-44389,-20392,12281,-45256,-20374,12588,-44765,-19814,11854,-45639,-20385,9674,-42952,-20785,10598,-37369,-19648,10072,-37016,-19584,10816,-37821,-19181,6161,-32858,-18227,6426,-32731,-17594,7080,-32229,-17092,7576,-33366,-17212,6505,-32470,-17370,7826,-38176,-20923,11824,-40173,-17550,12018,-40872,-17018,12437,-41580,-16613,11641,-40291,-17370,12427,-40992,-17640,12967,-42118,-16656,10876,-41262,-16524,10586,-40648,-16775,10498,-40553,-16501,12337,-45477,-18450,12452,-46918,-16990,12444,-46587,-17587,13781,-55140,-18683,10996,-37290,-15095,11238,-36805,-14420,11168,-36646,-14124,10814,-37693,-13582,10226,-39008,-12903,10704,-38422,-13324,9758,-42466,-11710,9795,-41707,-11848,9059,-44048,-11047,8835,-43949,-11059,9000,-44945,-10917,9298,-44665,-11244,8819,-45826,-10877,8781,-46240,-11078,9242,-45931,-11816,9807,-44820,-12021,9221,-45488,-11454,8341,-47078,-10896,8581,-45576,-10647,8349,-46522,-10589,8010,-46426,-10495,7183,-47481,-10653,7758,-46465,-10587,10537,-42877,-12919,10178,-43461,-12247,10196,-44171,-12462,10321,-43775,-12624,9775,-43681,-11792,7982,-43181,-11791,8214,-42636,-11885,7952,-42585,-11751,8161,-42102,-11689,8531,-40913,-11981,7851,-43065,-11496,7834,-43043,-11727,7651,-43588,-11387,8454,-42942,-10855,7054,-44671,-11548,7349,-41955,-9554,7303,-40935,-9408,6730,-46684,-11373,6978,-47962,-10723,7146,-45659,-10454,7238,-45659,-10138,9992,-39474,-9441,10508,-38851,-9677,11364,-36516,-9458,11043,-36399,-9300,10598,-35660,-9222,11122,-35509,-9316,11773,-35773,-9653,12125,-34695,-9882,11935,-35039,-10239,11722,-34609,-10606,10977,-32657,-11408,11645,-33416,-10786,11371,-31938,-11115,12544,-31741,-9964,12948,-31768,-9372,13107,-31305,-8765,12770,-30539,-8261,12422,-30628,-8244,13043,-30499,-8335,13299,-29392,-7952,12636,-29759,-7950,13416,-30159,-8715,12789,-30847,-9698,11731,-34876,-9294,12268,-34122,-9645,12377,-33713,-9860,12595,-33070,-9555,12943,-32005,-9115,12844,-31904,-8906,12698,-32717,-9331,11328,-32770,-8823,12380,-32798,-9045,12319,-32032,-8719,12006,-33352,-9069,12346,-32688,-10125,11974,-32157,-10555,11970,-33495,-10467,12206,-33929,-10146,12570,-32725,-9819,12222,-34007,-9474,11963,-34826,-9506,9703,-39563,-9260,9324,-39135,-9136,8807,-39342,-9143,7558,-39730,-9226,9852,-40278,-10602,10600,-41964,-12873,10299,-41655,-12386,8483,-41454,-12128,8403,-41912,-12058,10231,-36776,-11886,9431,-36315,-12913,9041,-36605,-13234,8981,-35654,-13383,8841,-36887,-13460,8189,-34166,-13970,8902,-33808,-13508,8205,-33739,-13899,9165,-33040,-13169,7973,-34018,-14176,7956,-34092,-14314,10380,-35973,-11858,11032,-35846,-11149,10717,-35195,-11530,10529,-34802,-11715,10198,-33973,-12093,9655,-33393,-12651,11115,-34836,-11157,9879,-35567,-12488,11525,-35677,-9345,9198,-36384,-8736,11719,-35420,-10444,11512,-36522,-10109,11710,-35964,-9960,10968,-37399,-9437,11425,-36800,-9722,10265,-39550,-10048,6001,-41226,-7969,6360,-41059,-7491,6780,-41076,-7169,7303,-42741,-6729,7389,-43789,-6504,6742,-42974,-7037,6921,-42002,-7001,6306,-42265,-7463,6131,-41578,-7711,5914,-42520,-7909,7237,-41049,-6908,5731,-43245,-8266,5546,-45940,-7526,5863,-47809,-6167,5794,-48995,-5578,5639,-49358,-5498,6034,-46680,-6613,5657,-46880,-6890,5934,-45752,-7126,7561,-46833,-5155,6499,-49052,-4556,6200,-49476,-4755,5592,-47894,-4376,5555,-44589,-4858,4279,-45327,-4480,3904,-44980,-4266,4249,-47202,-4397,3103,-49497,-3256,3008,-49339,-2999,2620,-51159,-2277,2669,-51496,-1892,3120,-50517,-1909,3312,-49273,-2555,3676,-47584,-2617,3463,-47689,-2938,3498,-46346,-3339,3648,-45614,-3490,3820,-45644,-4186,5682,-43360,-4910,5589,-42991,-4859,6474,-42023,-4786,7123,-41546,-4542,5931,-41976,-4753,5344,-44133,-4891,6179,-42377,-4853,6657,-42474,-4673,7009,-43296,-4369,3561,-45539,-3773,3170,-50887,-1425,3020,-51197,-1581,2845,-51854,-1365,3005,-52800,-366,3102,-53396,229,3727,-53132,649,4051,-53511,1660,4067,-52543,638,3896,-51710,-51,2705,-53411,-1750,3059,-54512,-1485,2276,-54144,-442,2455,-53984,-120,2597,-52997,-902,3166,-51860,-782,2531,-51850,-1907,2588,-53643,-349,2387,-53251,-1169,2701,-54384,-1190,2777,-55074,-893,2250,-54748,534,2356,-54463,-560,3158,-56414,-11,3066,-56797,735,3233,-57324,1442,3160,-57548,2092,3163,-57990,2248,2707,-58326,2292,1144,-58941,3565,702,-58204,4330,599,-57190,4902,736,-57766,4276,1033,-57701,3858,1660,-58253,3064,2176,-58281,2857,2551,-58023,3322,2915,-57492,3883,2793,-57269,4089,2792,-56945,4505,2663,-57805,3892,2798,-57440,4264,2251,-55032,103,2198,-54953,1272,2515,-54497,909,2803,-54080,676,2128,-55342,991,2001,-55326,1473,1803,-55469,2202,3284,-54396,1730,2149,-56550,3340,2151,-56594,3054,1118,-58415,3518,751,-58379,4147,1582,-57331,4365,2050,-57848,3512,1833,-57458,4211,2574,-57434,4463,2224,-57555,4306,1413,-58402,3170,2928,-58166,1476,3638,-58453,913,3470,-57774,597,3735,-57847,439,3563,-57212,174,3292,-57629,1622,3225,-57638,973,3263,-57154,563,2479,-55559,70,2733,-56123,395,2892,-56689,936,2504,-56638,1648,2310,-56209,1363,2181,-55712,1081,1835,-55702,1954,1643,-55711,2521,1879,-56239,2554,2996,-54053,-1851,3308,-53938,-2181,3709,-53980,-1886,3603,-54326,-1491,4303,-53477,-2366,4368,-53605,-1896,3410,-53688,-2642,2933,-53539,-2159,3021,-52620,-2696,2717,-50852,-2698,2604,-51446,-2418,2453,-52496,-1845,2806,-52718,-2261,3264,-51252,-1026,2826,-50442,-2363,3292,-48017,-3130,3208,-48438,-3290,3337,-48437,-3547,5053,-45342,-4823,4718,-45366,-4752,4928,-46375,-4686,4666,-46305,-4710,4446,-46204,-4623,4615,-46997,-4569,4354,-48257,-4287,4555,-49167,-4315,6682,-44060,-4302,6180,-43661,-4708,5829,-43758,-4859,6711,-43157,-4479,7041,-44511,-4120,4975,-47000,-8152,4612,-48282,-8226,4643,-48376,-7988,4549,-49050,-7486,4934,-48156,-7405,5457,-48747,-6085,4740,-50328,-5593,4093,-51840,-4964,3896,-52167,-4607,3825,-53253,-3713,4447,-53315,-3335,5250,-53197,-3598,5878,-52735,-3143,7304,-53366,-3742,7068,-53876,-4334,7968,-54261,-4283,8506,-54563,-4033,8396,-54584,-4632,7120,-54251,-4801,7342,-54480,-5454,6129,-54155,-5568,5352,-53904,-5450,4354,-53479,-4209,5658,-53853,-6286,6290,-54045,-6801,8254,-54563,-6422,7871,-54555,-5947,7177,-54405,-6263,5976,-53975,-6410,6572,-54312,-5333,7010,-54354,-5075,6611,-53962,-4597,6205,-53715,-4419,6663,-53218,-3892,8669,-54646,-3097,8106,-53841,-2908,7688,-53347,-2498,7368,-52948,-2534,7114,-53252,-2672,7644,-53798,-2374,7478,-53952,-2662,6971,-53691,-2849,7447,-54403,-2771,6426,-54419,-2413,6686,-53848,-2876,6103,-53210,-2508,5601,-53310,-1567,5275,-53118,-1716,4822,-53162,-2959,5304,-52941,-2890,6071,-52431,-2606,6329,-52738,-2628,6669,-52914,-2769,6992,-52519,-2494,7376,-52763,-2599,7058,-52432,-2693,7142,-52632,-3260,6401,-52324,-2709,6319,-52388,-2976,6807,-52493,-3411,6360,-53520,-2728,7095,-54389,-2772,7195,-54912,-2564,7609,-53128,-3012,8123,-54110,-3724,7812,-53948,-3962,7621,-53391,-3476,4826,-53452,-3930,4797,-53737,-4531,5567,-54040,-5105,3966,-53354,-3463,3622,-53406,-3088,5084,-53371,-1365,5504,-53106,-1568,5388,-53939,-1141,6218,-55367,-1623,6112,-54629,-1811,6148,-53565,-2502,5900,-53462,-1998,5951,-55237,-1302,5135,-53721,-890,5336,-53381,-1216,4588,-53858,-984,5856,-54441,-1413,5755,-54962,-1245,5463,-55021,-684,4960,-53764,-806,3983,-52449,-5640,4238,-51628,-6848,3925,-52254,-5510,3965,-52022,-5270,3988,-51757,-5991,4088,-51370,-6397,4282,-50621,-7187,4392,-49813,-7270,4345,-49665,-7598,9164,-56425,-2487,9138,-56005,-2298,8802,-56683,-2262,8948,-56585,-2664,6749,-55887,-1738,6545,-55764,-1393,7792,-57358,-1700,7675,-57687,-2028,7897,-57264,-2898,7858,-57004,-3398,7607,-57031,-4719,7626,-56783,-4989,7791,-56887,-4092,8030,-57170,-1979,8468,-56841,-2275,8216,-56813,-2790,8090,-56732,-3263,6510,-55380,-208,6850,-55787,221,7221,-56135,303,8055,-57325,-1029,7758,-57599,-1355,7672,-58644,-1736,8216,-58120,-991,7731,-58069,-672,7427,-58178,-590,5666,-55134,-35,4429,-56409,36,4817,-55903,140,4361,-55321,-22,4691,-56742,254,5237,-56238,174,5580,-55426,712,6618,-55834,575,7177,-56353,301,5201,-55740,491,7717,-40496,-6697,8117,-40886,-6338,7679,-42120,-6520,6996,-39789,-7077,7939,-40024,-6564,8667,-42822,-5025,8454,-42623,-5553,8032,-43115,-6075,7705,-43841,-6221,7542,-44783,-6139,8100,-44757,-5479,8345,-44632,-5039,8290,-45299,-4719,8125,-45376,-5118,8259,-43685,-5629,7968,-44372,-5814,9289,-33875,-5931,8129,-34524,-6504,9015,-33410,-6176,8949,-32991,-6155,9218,-32452,-5890,9325,-33110,-5886,7930,-27697,-6049,11626,-30208,-2344,11671,-30912,-2203,11524,-31719,-2303,10936,-32341,-1945,11801,-30045,-2016,11786,-30383,-1860,11505,-31375,-2027,9317,-33088,-1781,8587,-31801,-1825,9065,-31404,-1419,7900,-31128,-2031,7750,-31779,-2255,9277,-30337,-1040,9073,-30241,-1122,8488,-30139,-1487,9425,-28513,-508,8974,-34619,-2247,7514,-34694,-3059,6999,-34707,-3083,6810,-36097,-3338,7207,-35424,-3248,7576,-35757,-3292,7899,-35140,-3005,6306,-38057,-3799,5986,-39670,-4106,6420,-40043,-4462,6641,-37916,-3792,5838,-37683,-3762,6166,-38940,-3944,6656,-39561,-4406,5682,-40822,-4294,5384,-41618,-4349,4963,-41069,-4292,5097,-40409,-4227,5533,-39137,-4057,5132,-39519,-3366,5457,-39698,-2908,5393,-40436,-2752,5298,-40482,-2532,4924,-40805,-2258,5214,-41115,-2775,5089,-39176,-3542,4922,-40183,-4042,3872,-44060,-4107,4989,-40296,-1785,4885,-41170,-1956,5380,-39820,-2438,5039,-39634,-2136,4952,-39955,-2046,7903,-37532,-239,8410,-34403,193,8550,-33348,409,8538,-32199,595,9075,-31402,979,9159,-29674,1334,9723,-28947,2151,9392,-29281,2391,8000,-32741,293,7249,-33172,-34,8487,-30771,895,6341,-39701,-9012,6683,-39507,-9250,7846,-38869,-9105,7240,-37029,-6924,6752,-36282,-7273,7018,-36337,-7025,7818,-35873,-6676,7552,-35174,-6743,9031,-35272,-6094,7575,-29950,-6708,7439,-31015,-6635,11948,-34129,-9255,10930,-28379,-7591,11404,-29428,-7856,12463,-28751,-7587,9818,-27858,-6987,10480,-27314,-7142,10548,-28549,-7565,8787,-27745,-7006,9011,-28371,-7185,10892,-27299,-7236,10570,-26810,-6997,10935,-25229,-6530,11037,-25817,-6746,11559,-24612,-6407,10614,-25000,-6355,11268,-24359,-6278,10295,-24009,-5924,12002,-23443,-6120,12814,-22635,-5886,13256,-24027,-6290,12558,-23831,-6262,14669,-21746,-5530,14716,-21052,-5258,13835,-21118,-5274,14325,-20278,-4840,13929,-20001,-4850,14453,-19165,-4376,14748,-19545,-4660,14941,-18634,-4761,14879,-20191,-5567,14748,-20363,-6091,14780,-20329,-5026,14893,-20133,-5263,13748,-19635,-4707,14697,-18067,-3871,14858,-18360,-4154,14709,-19575,-6041,14568,-20315,-6508,14840,-18547,-5327,14443,-18028,-3778,14686,-16862,-3331,14865,-16781,-3478,7656,-34812,-8422,6973,-34170,-7624,6862,-34761,-7431,6864,-34835,-7914,7231,-34364,-6926,9241,-30105,-5462,9234,-29290,-5421,9192,-30965,-5001,9223,-30777,-5408,10717,-31903,-3464,11257,-32117,-2949,10474,-32807,-3850,11332,-32570,-2377,11022,-33760,-2631,11483,-31607,-2580,11412,-32386,-2649,11373,-31018,-2721,11165,-29750,-2790,11647,-19789,-4699,12187,-19630,-4754,14653,-15290,-2479,14353,-15570,-2692,14188,-14824,-2259,14419,-14513,-1931,14358,-13795,-1310,14991,-15175,-2091,15174,-14838,-1483,15724,-15591,-1620,15655,-16143,-2463,15204,-15890,-2700,9589,-25780,-4660,8755,-22009,-4143,9937,-30077,-906,10935,-31027,-1486,10418,-31097,-1377,10572,-30101,-1163,10663,-29284,-919,10801,-31944,-1726,11440,-30623,-1577,11635,-29695,-1331,11637,-28603,-946,11109,-28872,-878,10621,-28004,-565,11396,-27444,-553,11933,-27610,-715,11978,-28271,-982,11875,-29630,-1628,10574,-28849,-758,11382,-30167,-1364,9664,-30278,-922,9435,-28894,-577,7974,-29056,-1543,9213,-29585,-869,7913,-30047,-1817,7152,-27852,-573,6419,-33640,-2785,6698,-33764,-2873,7510,-33925,-2895,6133,-35079,-3102,5951,-35175,-3023,5702,-36205,-3229,6514,-34915,-3155,5709,-34617,-2004,5675,-35552,-2134,5543,-34761,-1776,7215,-29327,278,7463,-27854,659,7011,-31295,-38,7362,-31378,222,7518,-31796,297,8363,-24349,2120,8226,-23988,1890,8550,-23415,2480,9020,-22684,3057,10143,-21451,4048,10174,-22884,3634,9210,-23614,2966,8666,-23714,2554,8051,-25314,1616,7929,-26212,1383,8362,-26586,1708,8478,-27268,1635,8022,-28235,1202,7642,-29645,675,7863,-27604,1177,7433,-29469,517,8934,-26052,2128,9749,-26523,2397,9962,-27681,2420,9825,-28233,2441,9721,-28859,1941,9493,-28844,1701,9333,-27500,1909,9977,-27110,2919,9830,-27387,2244,9669,-25158,2735,8959,-24922,2466,8269,-25618,1808,9776,-24588,2954,10228,-24083,3393,10507,-23794,3947,10455,-23884,4178,10177,-23143,5033,10748,-21127,4787,10494,-21691,4227,9923,-20473,4199,9497,-21048,3761,9200,-20651,3573,10345,-23107,3721,10530,-23097,4007,9982,-25332,4024,9841,-25440,4278,9826,-25760,5174,9570,-26959,4363,9641,-27586,3057,10062,-26788,2942,10119,-26073,2824,10251,-25595,3302,10388,-24808,3623,10334,-24594,3451,10133,-25843,3439,9619,-26589,3883,9801,-26402,3558,9714,-26041,4499,10334,-24840,3799,10007,-28844,6029,9583,-29297,6943,9108,-28206,7415,9647,-29896,6677,9804,-30075,6052,9698,-30178,6438,9441,-30737,6453,10042,-24406,4453,9924,-24365,4804,9915,-26105,5578,10183,-26252,6577,10213,-25434,6703,10316,-25224,7244,10218,-25819,7436,10206,-26651,6924,10351,-24691,7244,9858,-26736,5491,8631,-25832,2037,8635,-24557,2361,9353,-22155,3421,8128,-23820,1525,8209,-23192,1397,8326,-22796,1300,8573,-21559,1822,8654,-21596,1535,10196,-21104,1476,9646,-21203,1350,9327,-20343,1580,9095,-20731,1450,8813,-20547,1932,8954,-19147,2832,8750,-20391,2675,8858,-19971,3015,8723,-20509,2370,8428,-22915,2265,9396,-19708,1836,8838,-21304,1390,5560,-36681,-3073,5445,-37706,-3660,5790,-37132,-3594,5551,-38366,-3888,5218,-38406,-3469,5263,-38337,-3734,5505,-38475,-2909,5606,-37989,-2401,5542,-39162,-2531,12388,-26613,-703,11357,-21323,-1220,10675,-20774,-1598,10843,-21123,-1563,11050,-19354,-1026,10980,-15969,11,11327,-16770,-45,11359,-15520,324,11940,-15688,615,11649,-14898,711,12468,-15528,1197,11837,-16150,414,11835,-17095,164,11498,-18598,-557,11832,-18036,-135,12804,-17471,1047,12923,-16580,1577,13046,-15166,2362,12707,-12908,2226,12258,-13460,1571,10525,-13959,41,10891,-14098,326,10459,-14935,-283,10007,-14754,-779,9656,-15055,-1733,9738,-14989,-1201,9767,-14029,-1100,11931,-13955,1175,12388,-14838,1295,12710,-16475,1239,11481,-14235,760,10883,-15210,86,10762,-16970,-536,10995,-17924,-622,12742,-13870,1910,12735,-14827,1662,12902,-15041,1845,11875,-12303,1713,10986,-11644,1177,11039,-10776,1481,11326,-8882,2173,11078,-8408,1818,10805,-8740,1063,10992,-8432,1118,10890,-9083,485,10763,-8933,714,10490,-9776,575,10654,-9683,161,11704,-8595,783,11028,-9538,185,11992,-8954,492,12224,-9316,278,12262,-7698,1294,10777,-9417,1392,10393,-10462,619,10157,-11212,32,10175,-12139,-848,10188,-11326,-358,9982,-12338,-737,9880,-13036,-748,9985,-13086,-396,9951,-13663,-484,10380,-10302,94,10904,-10387,-231,10513,-10517,-244,10457,-11082,-500,10233,-11395,379,10326,-11798,420,10210,-12550,135,10222,-13159,-45,9996,-11985,-419,10696,-10032,1292,10547,-11253,909,10989,-12861,717,11311,-12539,1111,13214,-14809,4203,13268,-14734,3534,13241,-13370,4845,13003,-18028,1302,13143,-19505,1481,13022,-19526,2257,13014,-19125,1061,12808,-18889,693,12456,-19905,54,11600,-19178,-637,12499,-18063,479,12039,-16750,458,11844,-20460,-565,11215,-23091,-1742,10728,-24059,-2434,11890,-23933,-1380,12010,-22980,-1085,11563,-22756,-1370,12176,-23790,-1039,12393,-23214,-620,12491,-22113,-374,12203,-21359,-511,10378,-20229,-1828,10359,-19490,-1809,10524,-19031,-1444,9640,-18134,-2157,9619,-15924,-1660,10024,-19127,-2289,10492,-16581,-694,10210,-16096,-1048,9873,-15739,-1262,10564,-18035,-1059,10890,-18781,-1003,10667,-15369,-136,9632,-16295,-2569,10053,-16416,-3035,9190,-18263,-3287,9040,-19090,-3390,9343,-19572,-4374,11199,-25245,-2186,12821,-21990,663,12765,-22048,270,12603,-23064,-213,13191,-18255,1879,13237,-16927,2835,13252,-16090,3495,13212,-17762,2329,13184,-18792,2048,12830,-17514,3285,12666,-16922,3590,12295,-15558,4213,11334,-15063,4026,12326,-13627,5052,11715,-14170,4627,12642,-16131,4006,12374,-17157,3457,12157,-18225,2971,12597,-18747,2768,13031,-18313,2739,12884,-18704,2710,13026,-16763,3533,13125,-17232,3046,10617,-14415,3993,10569,-13773,4260,10131,-14394,4071,12359,-14649,4606,12683,-14953,4505,13296,-14525,3972,13200,-15941,2686,13262,-16404,2778,13156,-17643,1939,12414,-25792,-233,12236,-23024,-846,12789,-21073,385,12567,-21082,-28,12740,-19980,406,12929,-20178,763,13022,-20529,1137,11507,-18385,2726,11969,-18722,2727,11847,-17795,3084,13132,-19792,1729,12950,-21344,1289,8965,-22288,-5322,12094,-26124,-6856,13357,-30365,-8475,13201,-30968,-9022,13093,-30248,-9285,12297,-31259,-10291,12113,-29928,-10536,12041,-30875,-10571,11435,-30633,-11145,10286,-32034,-12083,10021,-32837,-12276,11093,-30164,-11445,10091,-30413,-12256,9780,-30336,-12452,9455,-29218,-12481,8978,-31541,-13011,10058,-29117,-12144,10659,-29083,-11743,12487,-33160,-9314,9601,-33386,-14708,9668,-32602,-15046,9150,-32013,-15203,10125,-33623,-14768,10386,-33594,-14938,10730,-34280,-14910,10569,-34266,-14671,10568,-34436,-15335,10354,-34726,-15624,9804,-34399,-16225,11211,-36233,-14633,11149,-35908,-14347,10742,-37070,-15577,10999,-36327,-15182,9670,-33790,-15894,9423,-34571,-16664,8947,-33891,-16753,9259,-33774,-16371,11103,-35509,-14763,10881,-35166,-15152,10568,-38582,-16011,14225,-24531,-7739,14079,-23697,-7876,13974,-22694,-7805,14113,-21500,-7377,14398,-24054,-7352,14884,-19320,-4775,13840,-27833,-7589,13835,-27039,-7259,13260,-27946,-9150,10805,-26717,-11442,10096,-26571,-11764,10244,-27995,-11897,9491,-27908,-12240,10665,-28209,-11679,11227,-26603,-11178,9608,-26295,-12007,9353,-27314,-12167,9723,-27476,-12092,9264,-23747,-11511,9226,-21901,-10938,9296,-22862,-11293,13115,-27626,-9302,12759,-28865,-9769,13726,-22922,-8107,13759,-21006,-7511,14363,-23246,-7398,14439,-21352,-6946,14581,-21533,-6709,14264,-22171,-7356,14481,-18692,-6217,14386,-17470,-6025,14589,-17954,-5774,14818,-17973,-5273,11043,-21477,-9622,11195,-20846,-9004,11918,-20428,-8201,12240,-19920,-7766,11406,-20128,-8568,11936,-19048,-7643,11080,-18900,-8397,9241,-31119,-12877,11646,-32041,-8675,11913,-28631,-7619,9334,-27934,-7065,8297,-30181,-12533,7686,-30668,-12380,8165,-28919,-12116,9592,-21515,-11026,10336,-17838,-9883,9588,-15578,-8418,9683,-14969,-8220,10391,-14871,-8798,10361,-13952,-8390,11408,-14066,-8181,11377,-14831,-8690,11182,-15829,-9083,11113,-17133,-9299,11180,-16479,-9071,10538,-16137,-9276,10468,-15607,-9096,10913,-14517,-8824,10936,-15423,-9044,11232,-15167,-8908,11277,-14337,-8698,11405,-14145,-8515,10972,-16824,-9480,10539,-17510,-9761,10286,-16697,-9427,10199,-16000,-9090,11119,-16397,-9287,6963,-20745,-8748,6578,-19829,-8398,6318,-19912,-8437,5837,-19071,-8332,6080,-17888,-7936,5766,-17688,-8145,5773,-16453,-7952,7432,-15502,-7138,8073,-14380,-6983,8950,-16161,-8167,10047,-16619,-9265,9803,-18195,-9815,8168,-18571,-8504,8407,-18968,-8856,7785,-20362,-8904,7044,-19108,-8198,6314,-18476,-7999,7931,-19359,-8644,7848,-18038,-8116,7467,-17978,-7940,7013,-17729,-7764,7420,-19370,-8390,6752,-18465,-7967,9061,-13375,-7088,9627,-12970,-7304,9615,-12305,-7036,11188,-11530,-7717,11186,-13102,-7245,11446,-13087,-7843,11428,-13657,-8333,11178,-13776,-7562,11115,-13188,-7014,11125,-13199,-6677,11257,-12682,-6156,11507,-13470,-6080,11175,-13547,-6624,11171,-11962,-6716,11140,-12607,-6518,11221,-11546,-5881,11468,-10770,-4990,11310,-10258,-5172,11356,-8739,-4955,11335,-9032,-4663,11217,-11154,-6215,11072,-9796,-6932,10304,-10751,-7063,9539,-9986,-5936,10353,-9964,-6750,10863,-9026,-6579,11359,-9285,-6342,11561,-12043,-5407,9246,-13746,-7361,9784,-13952,-7855,10328,-12986,-7967,10686,-12579,-8116,11450,-12124,-7631,11249,-13600,-8500,11077,-13456,-8485,10760,-13483,-8491,11414,-11847,-7318,11401,-12376,-7946,11150,-12267,-8054,10888,-12395,-8138,9557,-17335,-9244,9202,-18033,-9267,8628,-16039,-7888,8244,-16352,-7753,7338,-16927,-7576,7110,-15250,-7025,6461,-16108,-7315,7907,-16443,-7614,8158,-15215,-7299,7584,-16570,-7528,9195,-16496,-8556,6691,-21497,-8952,6232,-21371,-8913,6070,-20642,-8699,5553,-20722,-8997,6589,-20933,-8768,5938,-20052,-8555,5481,-19336,-8754,5667,-16557,-8269,5808,-15469,-7754,7643,-14468,-6890,8388,-14392,-7126,6024,-15315,-7386,5576,-17512,-8511,5560,-18242,-8456,5764,-15186,-8017,5860,-13780,-7791,6061,-13801,-8360,6230,-12752,-8336,5877,-14539,-7486,5975,-14296,-7278,6227,-15444,-7242,5907,-13032,-7244,6045,-13218,-6989,5988,-12062,-7038,6196,-9951,-6770,6227,-10791,-7470,6689,-10074,-8726,6615,-10680,-9074,6470,-10098,-9101,6430,-10827,-9340,6038,-11807,-7501,5907,-12826,-7421,8262,-17362,-8093,8764,-17503,-8560,6936,-17091,-7555,6534,-18003,-7837,6640,-16358,-7348,6289,-16859,-7565,6022,-16920,-7722,5736,-15879,-8421,5859,-16510,-9052,6175,-15749,-9448,6410,-14691,-10453,6208,-15544,-10864,5987,-15568,-10958,6112,-14112,-10542,6375,-13051,-10207,6260,-12369,-9996,5395,-11761,-9557,5958,-12543,-10048,6297,-14294,-10527,6450,-14690,-10189,6410,-14902,-9679,6072,-14974,-8919,6361,-14141,-9255,6521,-13160,-9155,5949,-14557,-8418,5300,-15567,-10857,5245,-24023,-10564,5261,-24218,-10899,5618,-23439,-11330,5497,-22949,-9810,5885,-22015,-12153,5867,-21387,-11525,5520,-24745,-10427,4023,-25467,-12635,4496,-24274,-12541,3991,-23471,-12349,5103,-23936,-12607,5773,-23211,-12348,5674,-21932,-12345,4962,-21536,-12300,4361,-19783,-11687,5451,-22803,-12457,3374,-24884,-12536,2969,-24386,-12783,3443,-25561,-12757,4109,-26694,-12760,4743,-27362,-12381,3030,-16955,-11182,2883,-17563,-11843,2986,-16948,-11790,5389,-24795,-12573,5852,-21236,-12165,5734,-20512,-12148,5905,-22813,-11726,5714,-23326,-9803,5703,-21981,-9307,5400,-20340,-9132,5573,-19851,-10121,5695,-18982,-10049,5603,-17955,-9292,5656,-16834,-8664,5423,-18977,-9367,5351,-19171,-9142,5489,-17921,-8920,5427,-18568,-8785,5586,-19908,-8746,5334,-20224,-9462,5376,-19877,-9588,5337,-20655,-9856,5780,-19135,-10669,6630,-14451,-6873,6679,-13426,-6593,7155,-13077,-6398,6871,-14496,-6822,7323,-14462,-6816,6230,-13636,-6890,6602,-12241,-6345,6397,-11023,-6157,6682,-11054,-5964,6288,-9274,-5689,6966,-7555,-4557,7301,-6360,-3934,7724,-6943,-4016,8438,-7689,-4258,9796,-7452,-4948,11031,-7560,-5814,9279,-5587,-3692,8091,-2633,-2334,7584,-3489,-2863,8393,-952,-1495,8766,72,-881,8182,326,-1096,7715,2241,-372,7032,2424,-767,7072,1722,-1004,7087,2047,-1836,7231,2315,-579,7051,4141,-245,7350,5244,-578,7338,5300,-768,7097,5112,-1441,6810,5400,-1532,5667,7465,384,5453,8136,1038,4910,7683,1091,3952,8374,1421,3903,7569,1004,3720,7597,810,4219,5491,0,4457,5022,-309,4171,4480,-511,4721,6741,568,4140,6214,387,3725,6320,306,3505,6164,-43,3394,7286,-87,3524,5508,-223,3465,4607,-730,3404,4898,-721,3297,4226,-1441,3336,3585,-1514,3269,3380,-1941,3711,4948,-335,6917,2020,-1243,9645,-6333,-4345,10090,-5262,-4193,10714,-5478,-4616,10983,-5677,-4785,11224,-6036,-4845,10546,-6932,-5340,10251,-7034,-5208,10367,-5884,-4679,7565,-7966,-4458,7094,-8316,-4783,6496,-7627,-4938,6425,-8407,-6636,6656,-7706,-8089,6520,-7096,-7983,6067,-6015,-7630,6555,-5302,-7222,6769,-5554,-6030,6663,-6895,-6527,6383,-6927,-5478,6313,-8009,-5929,6609,-7862,-7147,6767,-7331,-7429,6315,-5667,-7486,6612,-6115,-7560,6765,-6159,-7291,6791,-6253,-6825,6702,-6942,-7755,6443,-7808,-8272,6288,-6727,-7903,5784,-7157,-7930,5759,-8195,-8353,6131,-8660,-8604,5729,-5422,-7273,4909,-5131,-6412,3994,-5771,-5874,5365,-5267,-6928,4674,-6359,-6682,5648,-6873,-7761,5326,-6807,-7402,5361,-7986,-8021,5342,-9146,-8527,4539,-7601,-7114,4304,-5912,-6127,3218,-6764,-6410,4140,-6882,-6425,4690,-8648,-7747,4938,-9030,-8115,4577,-9830,-8106,4338,-8744,-7433,4151,-8123,-7016,3822,-7113,-6418,5001,-7279,-7337,3598,-7020,-6371,3223,-7725,-6825,3049,-8437,-7401,6793,-9260,-8356,6664,-10169,-8451,6486,-10218,-7971,6200,-9313,-6145,6283,-9380,-6670,6131,-10249,-6471,6194,-11338,-6457,6080,-11996,-6745,6063,-11128,-6762,6531,-9571,-7631,6294,-12323,-6569,11401,-9960,-4756,11608,-9051,-3945,11900,-9742,-3953,12334,-8375,-3048,12072,-9215,-3577,11550,-8441,-3788,11467,-6765,-3431,11497,-7204,-4696,9082,-14733,-7626,8625,-12653,-6578,8810,-12000,-6389,9010,-10700,-5869,9066,-10048,-5629,8576,-10513,-5569,7895,-10736,-5514,7062,-12644,-6278,11130,-10820,-7401,11382,-11204,-7303,11288,-10275,-6960,10777,-10144,-7096,11399,-11043,-7044,11320,-10425,-6390,10995,-10314,-7214,10814,-10980,-7485,10907,-11464,-7726,10579,-11674,-7662,9912,-10206,-6414,9761,-11487,-6804,11401,-9704,-6381,11331,-9652,-5977,11282,-10085,-5618,11239,-10846,-5770,10285,-9311,-6374,9843,-8530,-5472,9929,-9070,-5848,9285,-8729,-5180,8607,-9338,-5073,8213,-8310,-4471,6688,-9097,-5270,6334,-8723,-5405,6423,-8278,-5175,8592,-8236,-4559,8925,-7910,-4597,9599,-7946,-5006,8129,-6757,-3852,8141,-10026,-5211,7383,-10901,-5639,6872,-10160,-5551,6980,-11407,-5933,7701,-10248,-5313,7739,-9142,-4871,7243,-9971,-5320,11322,-15633,-8796,11381,-14592,-8378,11210,-14466,-6784,11344,-15195,-6789,11558,-15862,-6760,11333,-17132,-7412,11977,-16116,-6492,11893,-14551,-5924,12304,-14141,-5570,13004,-13673,-5136,13154,-14371,-5376,13693,-14671,-5311,14055,-13998,-4943,14637,-13982,-5220,15113,-14074,-5278,16422,-14264,-5966,14429,-13109,-5122,14933,-13492,-5257,12209,-17752,-6969,8393,-12448,-6381,7682,-12811,-6329,8246,-11089,-5710,8059,-12219,-6149,7898,-13268,-6518,7321,-11933,-6041,8338,-9161,-4889,7997,-8705,-4642,7082,-8922,-4986,13223,-9295,-3219,16652,-2910,-2616,17872,-4582,-1753,18265,-4593,-1985,18050,-4027,-1705,17854,-7066,-3646,17493,-6096,-3542,17208,-5163,-3136,17172,-5565,-3657,18084,-11109,-5859,18117,-12472,-6051,17361,-10029,-5737,18400,-13101,-6058,17610,-14159,-6268,17574,-13423,-6190,17545,-10638,-5785,16142,-12988,-5830,15871,-12585,-5584,12297,-10080,-3858,13140,-9691,-3377,15394,-11338,-4736,16505,-12310,-5712,16814,-12023,-5656,16023,-3787,-3967,15805,-3573,-3835,15797,-4683,-4279,16123,-4595,-4407,16893,-1545,-779,17467,-1192,-674,18269,-2180,-1851,19035,-2152,-2111,19754,-1976,-1220,20793,-1425,-1125,20346,-600,-536,20523,121,-232,20164,869,-130,19865,895,-121,19254,1768,345,19480,1437,97,18888,1865,442,18521,1756,673,18799,2236,772,18177,2843,1561,18448,2743,1517,18804,2506,1532,18730,1485,1821,19457,1713,1316,18870,2268,1671,18980,1585,1596,19973,657,1191,19922,1671,935,19097,2295,1140,19455,1962,1199,20518,865,1010,20196,1346,1018,20198,1402,580,20405,883,69,19475,1901,719,18076,2122,1192,17444,1666,1477,17863,2913,1674,17512,3152,2044,17211,3456,2653,16952,2690,2664,17256,2873,2429,17519,2037,1676,17509,2384,1850,17152,1980,1790,18334,2328,972,17825,3326,2291,18352,2896,1969,18044,3227,2701,17626,3699,3038,18322,2694,2254,20905,-1760,-1308,21735,-2294,-1533,22279,-2536,-1424,22624,-2677,-1158,20260,-1579,-899,18648,-3148,-2466,18885,-3318,-2595,20078,-2914,-1904,20549,-3284,-1903,20840,-3175,-1734,20217,-2560,-1475,20858,-2766,-1525,21543,-2801,-1837,21219,-2493,-1646,21221,-1764,-1341,20691,-2226,-1267,16977,-1133,-381,17302,-1289,-512,17105,-681,-95,17260,-1877,-764,17648,-2087,-973,14881,-15357,-4697,14937,-15838,-4637,14615,-16511,-5358,14633,-17190,-5453,14441,-16450,-5680,14971,-18159,-4384,14895,-17914,-3997,15012,-17414,-4362,14997,-16851,-3821,14930,-16949,-4586,13521,-16812,-6182,12809,-16964,-6460,17473,-17411,-5984,18323,-17198,-6251,17051,-17600,-5346,17583,-15542,-3606,17509,-15830,-3840,17226,-16411,-3123,17741,-15498,-2553,17655,-15717,-2565,17626,-15639,-3085,17393,-15802,-2482,16619,-16026,-2636,16750,-15621,-2294,16111,-15243,-910,15864,-16108,-2292,15961,-15719,-1832,15969,-15493,-1402,16515,-15366,-1731,16474,-14561,-511,15973,-16383,-2756,15904,-16558,-3158,15844,-16616,-4182,14965,-15986,-2978,15445,-16324,-3418,15334,-16283,-3888,15127,-16421,-3585,17018,-15462,-2255,16857,-16059,-2739,11297,-6701,-5171,10799,-4501,-4164,10954,-6377,-5176,8735,-7066,-4096,9199,-6686,-4188,8405,-5557,-3367,7720,-3935,-2968,7248,-5564,-3693,6951,-6598,-4239,6642,-6597,-4491,6450,-6932,-4896,8797,-5335,-3312,8899,-6246,-3774,6567,-4223,-4113,6756,-2340,-3303,6807,-2764,-3203,6949,-1424,-2507,6975,-486,-2107,6869,231,-2079,7031,505,-2762,7054,464,-3333,7021,-64,-3625,6993,-166,-4152,6862,-1032,-2769,6759,-2388,-4140,6634,-3475,-4230,6671,-2866,-3742,6697,-3780,-4810,6882,-4045,-5863,6834,-4097,-6329,6934,-2824,-5776,6764,-2631,-5905,5622,-1617,-5225,5384,-2084,-5288,4900,-2005,-4764,4942,-3895,-5796,5295,-3660,-6016,5803,-3153,-6157,6599,-4554,-6845,6715,-5165,-7004,6035,-5115,-7208,5881,-4090,-6644,5708,-4590,-6826,5210,-4627,-6455,6056,-2438,-5886,6271,-4188,-6741,5315,-577,-4286,4321,-1345,-3832,4002,-2423,-4241,4323,-2723,-4575,6880,-1916,-5254,6937,-1839,-4882,6952,-1173,-4469,6967,661,-3827,7074,2008,-3065,7223,2231,-2540,6899,798,-1934,7083,-1020,-2205,7134,1169,-2902,6979,-2660,-5391,6962,-3197,-5789,6793,-4548,-5527,6630,-5829,-5714,6880,-3675,-5366,6842,-5147,-6337,6796,-5338,-6899,6782,-3887,-6403,6592,-3699,-6487,6424,-2343,-5863,5701,-2488,-5771,6646,-6027,-4288,6491,-5692,-4507,6861,-4921,-3760,7224,-3775,-3145,7480,-2205,-2370,7132,-2361,-2634,6886,-3458,-3295,6702,-4250,-3777,7317,-1059,-2017,6401,-6504,-5105,6459,-5406,-4785,6595,-4536,-4837,6271,-8051,-5509,9764,-2985,-2740,7742,-5140,-3359,7583,-5842,-3625,7669,-1144,-1873,7985,-1222,-1800,6839,1381,-3697,6727,2106,-3374,6251,2368,-3216,6624,-104,-4618,6771,-479,-4765,6682,1233,-3883,6522,1904,-3546,6893,-935,-3653,6822,-2481,-4586,6851,-1014,-3097,6884,-350,-2573,7508,71,-1429,7012,430,-1634,7261,1006,-1161,8137,1552,-558,7525,819,-1103,7458,2213,-480,7024,2766,-1222,6974,2787,-857,6978,3519,-545,7165,3863,26,7236,3598,-1287,7260,4278,-881,7252,5183,-1096,7177,3650,-2021,7050,3625,-2258,6765,3918,-2344,7213,3017,-1810,7307,4452,-1120,6861,2885,-2854,7099,4415,55,7265,5510,168,7359,6443,258,7385,5947,920,7298,4959,513,7589,4921,685,7671,3937,403,7407,3889,250,8359,2095,-196,9138,2686,513,9360,3900,1117,9966,2313,274,11479,1659,-335,11718,1065,-485,11818,427,-582,11725,-689,-1486,11682,-1856,-1246,11304,-2177,-2643,11508,-1686,-2198,11429,-817,-1831,11138,321,-1340,10813,445,-1289,10839,1357,-690,9787,1606,-90,9394,1109,-270,9042,561,-575,9184,1958,186,9521,2347,397,8751,1295,-332,9268,110,-782,9616,726,-560,11099,1314,-744,11487,439,-1081,10202,875,-757,10786,-2697,-3208,10941,-1614,-2589,11663,-2067,-1990,11709,-1359,-1722,7244,5630,523,7139,6937,-469,6363,8086,255,6105,6561,-551,6093,7292,-74,4744,8278,1564,5156,9657,2312,4834,9847,2441,5430,10650,2861,5096,10880,3065,5298,9430,2104,6069,10428,2290,5829,9290,1588,6074,8418,691,6370,8643,661,6899,8062,69,7092,7786,-17,7233,7368,-121,7367,6787,0,7428,7853,755,7312,6792,994,7384,7236,806,7352,9097,2067,7351,9800,2598,7471,9498,1797,7456,10001,1760,7435,8802,1071,7082,9689,1182,7193,10350,1705,7493,10370,2392,7320,9543,1233,7316,8520,1831,7436,8355,1060,7028,9220,871,6753,8466,353,7284,8721,678,7370,8188,505,6766,9513,1124,7401,8024,1862,7613,7807,1952,8286,8151,2440,9135,10955,4285,9054,11242,4338,9023,9639,3452,8405,9420,3160,8777,9386,3215,7339,7002,1198,7508,6960,1438,5203,8658,1631,4563,10322,2674,4322,10937,2830,4088,11831,2938,3854,11372,2547,4044,11141,2540,5824,13370,4474,5579,11644,3484,5988,11952,3522,6693,6178,-1071,6466,6747,-630,6882,7155,-460,7088,6034,-993,6968,6304,-945,7302,6711,-254,8155,2547,-99,10719,-811,-2049,10713,-155,-1625,11403,-3997,-3474,11524,-3886,-3156,11517,-4056,-2858,11409,-3363,-3168,11551,-2644,-2625,11643,-2557,-1764,11638,-1921,-911,11698,-773,-553,11654,-1159,-283,11820,-46,1046,11590,-2962,-2596,14174,-2128,-1269,12483,-1256,658,12552,-4667,-1425,11801,-6398,-2470,11798,-580,-1096,11621,522,422,11799,1439,-97,11335,4902,1519,11595,4888,1647,11563,6244,2596,11675,5981,2630,11715,5173,2026,11783,4312,1577,11663,3948,1120,11747,3094,743,11613,2252,139,11477,3557,789,11735,5441,2530,11527,3694,2265,11498,5500,3985,11466,6359,4428,11365,6170,4068,11774,5888,4574,11647,6981,5030,11861,7116,5452,13003,5714,5890,11646,-272,0,11577,479,783,12370,1461,2626,12227,2336,3037,12358,3083,3563,12636,3692,4084,13101,3386,4110,12702,1916,3114,14502,2084,654,14969,2407,691,15232,2301,772,15283,1779,30,13664,3848,4247,13977,4194,4313,13885,4738,5178,13360,4570,5133,12676,4161,4440,12310,4016,4047,14331,4493,4428,13306,4049,4624,11114,12283,8046,9937,12341,6094,10467,12572,6645,10347,11834,6079,10224,9214,4354,10692,9879,4971,11154,9501,4796,10333,10703,5335,10839,12160,6624,9813,11204,5325,9855,10694,5072,9971,9464,4380,9720,8545,3689,9396,8456,3382,9245,8525,3241,9015,8613,2923,8102,7497,2033,8073,6203,1394,7678,6644,1412,7656,5562,959,9082,4102,1098,10700,4347,1166,10500,3627,788,10525,2282,-2,10040,3509,876,8797,2342,201,8614,3835,683,8381,3968,618,10950,3602,686,10874,2264,-93,11294,2527,123,11166,1963,-283,8331,4948,952,8676,5959,1475,8818,6206,1676,9075,6304,2022,9383,6256,2254,9700,7564,3144,10637,7238,3187,9891,6645,2709,10626,5462,1924,10284,4933,1631,9647,3638,1014,10500,5947,2294,11014,5490,1879,11342,6213,2429,8664,6583,1732,9291,7510,2817,8908,7366,2224,11317,8861,4333,10109,8300,3714,10701,8061,3749,15134,1527,-339,14877,1425,-259,11695,7159,3495,11686,7824,3868,11681,6486,3104,11588,7280,3325,8653,4875,1071,8934,4958,1353,9398,5335,1802,9871,5089,1764,9732,6121,2341,6914,792,-1702,6913,1578,-1441,7198,2079,-2326,4605,-4907,-6037,4230,-3867,-5111,4018,-5009,-5558,4591,-1122,-3935,3882,-3473,-4770,4291,-4878,-5690,4591,-3252,-5121,7168,3175,-2245,5563,1509,-3183,4996,2503,-2166,4715,3047,-1639,4588,1645,-2316,822,-124,-4194,-1347,54,-2919,-1437,-1253,-3498,-1087,-1611,-3589,-712,3616,-1084,-1256,4763,-1191,-1059,4255,-1005,-1565,4770,-1744,-1807,5526,-1688,-1577,5522,-1444,-1028,4811,-684,-1235,5484,-907,-309,3482,-1082,-2668,3927,-2533,-2474,3701,-2722,-2719,1694,-3700,-2972,3030,-2943,-2915,2506,-3306,-2244,3350,-2866,6491,3138,-2853,3354,2832,-1817,3606,2810,-1617,3466,3498,-1318,5550,6420,-237,5918,5639,-1043,4782,5743,-88,4493,4170,-812,5496,5440,-822,5572,3601,-2046,6085,5187,-1440,6462,5357,-1494,6632,4715,-1961,4816,4632,-756,7443,10933,3513,7239,11654,2765,6497,11867,3071,6581,10410,1914,6959,10430,1734,7135,10986,2175,2467,14219,4231,1763,14748,4271,2143,15228,2436,1611,15651,1931,2583,14976,2512,1307,16959,1732,2028,17238,2052,395,18907,873,1070,18477,1383,757,18710,1069,152,19219,851,-291,19412,1480,-762,20716,2278,-1029,20940,1958,-1102,21688,756,-1334,21027,932,-374,20831,1842,-700,20936,2093,-577,21373,1688,-497,21861,1207,-766,21461,1723,-899,21820,1453,-426,21184,1538,-634,20462,2248,141,18069,1663,-290,17688,2755,-521,17731,2992,-953,18226,3018,150,16834,2905,-54,16707,3257,-420,15994,3904,-83,18265,1942,-347,18533,2288,-733,18644,2669,-916,19077,2563,-842,20038,2356,-1045,20236,2130,-1298,19624,1842,-1183,20258,1741,-1165,19586,2193,-1173,18827,2614,-632,19328,2269,-809,19612,2358,-582,19985,2046,-438,19340,1950,-1224,22742,171,-853,22537,1145,3479,25176,-233,3677,25174,-583,2865,26162,446,3367,29802,648,6945,4578,-1901,6551,4144,-2285,6358,4150,-2229,5956,4446,-1835,6053,3401,-2512,3874,4024,-805,3949,3130,-1345,-681,6492,373,-576,7058,683,-2786,8992,1553,-2712,8195,947,-3292,8293,1226,-1006,7987,79,-1611,7729,-405,3632,8012,628,3819,8457,1291,3780,9576,1568,4082,9414,1989,3965,10302,2099,3724,8718,1112,4543,8643,1804,3479,8188,491,3515,6919,-22,166,12058,3620,-115,12277,3334,-488,12639,3419,-727,11958,2944,-403,11843,2873,336,11847,3609,-731,10429,1809,-754,9748,1328,-505,9451,1786,-222,10105,2353,-1074,9440,878,-1345,7702,-406,-1244,7055,-651,-2960,1662,-3752,-3561,-861,-4875,-5017,-1848,-4558,-5186,-2991,-5189,-4636,-2197,-4917,-4703,-819,-4100,-3408,-2445,-5913,-2824,-2851,-5857,-3064,-4217,-6463,-3144,-5179,-6720,-3234,-5790,-6917,-3715,-5874,-7609,-3615,-5345,-7298,-4491,-4601,-6652,-3229,-3874,-6543,-3779,-2504,-5812,-4566,-3406,-5771,-4590,-2849,-5377,-4155,-2606,-5629,-3037,-2570,-5911,-3093,-7483,-6286,-3043,-6731,-6229,-2569,-6120,-5308,-2748,-4897,-5506,-2986,-4816,-6371,-2615,-3717,-5546,-2587,-3157,-5500,-2405,-2438,-5048,-2705,-1266,-5061,-3045,-1748,-5452,-2483,-3838,-5120,-2539,-4916,-5105,-2763,-5654,-5475,-2749,-6658,-5587,-2924,-5628,-5915,-3102,-5952,-6559,125,5505,-95,-998,1190,-2242,155,1698,-2256,6794,-6974,-7400,6531,-8783,-7190,6195,-10160,-6127,5975,-12688,-7656,3172,-219,-3598,4259,10016,2359,4976,7083,651,4422,7242,964,6331,9456,1327,8089,8677,2668,7914,10074,3332,8448,10292,3621,8305,11025,4022,7803,11788,4271,8926,10805,4034,7606,9100,2658,7812,8511,2449,8810,7814,2385,9594,9687,4250,9407,9936,4199,9503,10660,4744,9354,11015,4740,7217,12361,3364,6940,12304,3231,7347,12739,3945,7305,13167,4291,6954,13513,4424,7212,14053,5118,6641,14271,4999,7261,14459,5342,6678,14696,5144,6841,14693,4904,7160,15246,4479,7045,14741,4560,6544,14854,4704,6327,14918,4841,7112,12851,3754,7400,12434,4237,7456,12848,4672,6612,15510,4205,7906,17924,3841,7625,14863,4332,8256,14721,4230,8507,14095,4878,7365,16585,3220,8654,15668,4073,9502,16332,3517,9652,16219,3536,9898,16978,3367,10137,17343,3324,10562,17833,3455,9660,17695,3466,10379,18226,3353,11451,19500,4618,11739,19733,4456,11156,20314,5475,11653,19858,4838,11869,25576,8721,11872,26571,9305,11838,26407,9573,11791,25761,9060,12209,24023,9587,12558,24065,10442,12513,24517,10739,12471,24767,11130,12450,25867,11433,12165,27712,11588,12006,28183,11336,11865,28186,10585,11806,29125,10661,11939,30024,10860,12115,30458,10953,12045,27338,10732,12270,26724,11150,12122,25851,10144,12182,26403,10582,12478,25480,11297,12289,24899,10235,12301,26279,10924,11808,29002,11297,11671,29754,11638,11892,29183,11814,12068,29265,12616,12058,29536,13178,11950,28879,13013,11774,29600,13361,11856,30143,13449,11862,29729,12302,11913,30296,13221,10588,31387,14079,16636,35290,13909,16909,34519,13375,16813,35349,14215,16971,35232,14613,17061,35257,14873,17174,34428,14619,17260,33395,14022,17392,32989,13570,17537,32528,13506,17675,32871,13822,17308,33424,13196,17092,34393,14166,17038,34598,13928,17130,34040,13338,14982,30897,12271,15201,30075,12035,14895,28789,11531,14893,27579,10694,15498,29058,11295,15140,27713,10508,15520,28878,10891,16026,30339,10631,15995,30036,10098,16326,30195,9968,16725,31124,10746,16908,31152,10914,16872,30169,10242,16535,29879,9707,16675,27938,8080,17215,30165,10733,17043,31582,11390,16727,31833,11289,16468,31722,11333,16377,31170,10920,16281,30822,10599,15706,29408,11080,15870,29945,10678,16400,31563,11649,16225,30925,12230,16275,31396,12597,16038,31845,12946,16053,30280,12071,15954,29937,11638,15306,29021,11484,15193,29424,11770,15594,29736,11895,15878,30491,12316,15789,29718,11754,17987,28861,9490,18274,29891,10403,18642,29546,9320,18898,30029,9731,9113,12283,5115,8166,12926,5043,7621,12853,4822,7669,13710,5212,7356,13631,4921,7707,14304,5415,7967,14199,5028,8501,14057,5336,7582,14401,5266,8043,14352,4499,8539,13875,5715,9480,13909,5961,8950,14015,5881,7895,14025,5465,8372,14097,5610,2490,11524,3058,2257,11993,3371,2863,11204,2691,1960,10496,2548,1979,9729,1949,6425,15677,3426,5736,16307,3424,5996,16568,3052,6596,16000,2782,5663,15351,4383,6109,15300,4447,6577,15608,3859,6814,15861,4035,6689,16865,2206,7175,17025,1524,7564,17563,1068,8163,18002,708,8515,18456,453,8522,18120,622,9320,18938,805,8868,18423,799,6952,17685,1763,5621,17525,2910,5107,16892,3172,5923,17105,2890,4986,16841,3002,5208,17706,2867,5486,18385,2757,5246,19011,2356,5488,18994,2562,5659,19676,2348,6147,18554,2434,6166,17838,2490,5852,17869,2732,5878,19073,2521,7539,17197,1156,8206,18720,664,7978,19588,875,8513,20787,489,7738,21685,1040,8055,22397,797,7937,23387,926,7933,24406,1007,8137,24783,947,8849,25192,615,9397,26952,774,10109,27248,432,10110,26207,153,8925,24322,392,10160,32315,949,11536,30633,585,11537,31496,1693,11266,31800,1579,10911,32067,972,10856,33153,2519,10612,33873,3102,10878,33870,3400,11232,33167,3093,12043,35220,3231,16085,32702,2767,16940,33854,2103,16976,34199,2161,17880,33475,1960,18008,33842,2751,18804,33642,3154,18525,33758,3109,8492,14361,4421,8897,14122,4958,9098,14460,4563,9323,15264,3977,7944,16038,4289,7172,16505,3954,7526,16905,4124,7978,17560,4130,7579,16443,4311,8729,17214,3947,8006,18082,2828,8447,18862,2682,8349,18241,2337,8312,17550,1215,8114,18427,3579,8312,18584,3805,7999,18209,3103,8385,18901,3060,11929,22335,479,11818,24584,879,12119,24735,1179,13327,23922,1267,12771,23086,842,12041,22999,598,12209,21670,632,12440,22321,637,12807,22198,850,13045,22025,1255,12576,21748,835,12558,21724,1085,12594,24010,1025,11929,24013,876,12537,24759,1347,13036,24256,1253,11052,23557,479,10883,24074,252,11197,23234,524,10945,22911,432,10379,22634,376,13319,22341,1233,9654,24000,75,11661,25515,-109,12189,25836,194,11819,25277,590,-6407,2870,-1609,-6700,2190,-2037,-7542,2407,-1492,-7428,2355,-884,-7473,1818,-431,-7348,2479,191,-7034,3742,232,-6895,4488,-245,-7307,2575,-345,-7282,3292,-976,-7400,2783,-1454,-7136,3092,-1369,-5928,3480,-1297,-7124,3535,-1017,-6150,1531,-2525,-7426,2536,-1685,-7061,1795,-2220,-6711,991,-2821,-7043,-594,-3782,-7840,1041,-2193,-7698,708,-660,-8550,2092,942,-9113,3100,1446,-8527,3601,1448,-7982,3983,1451,-8421,5969,2448,-8867,6414,3056,-8578,5103,2044,-8898,4892,2140,-9189,5373,2601,-9393,4343,2132,-10032,2419,1588,-8982,1499,834,-8357,1508,641,-8802,144,232,-8846,-2765,-1047,-10103,-71,157,-10542,-162,226,-10947,-769,286,-10851,-2235,-858,-10481,-2178,-874,-9685,-1075,-231,-9209,-2307,-751,-8735,-1593,-556,-8965,-1050,-258,-9092,14,243,-9498,366,381,-10009,-975,-268,-9412,-995,-176,-10602,-1010,-277,-8404,-174,-40,-7913,-540,-1218,-7922,-261,-1595,-7978,-31,-2220,-8293,-938,-3154,-8024,30,-2763,-8158,-555,-3054,-7962,460,-2411,-7710,1334,-1706,-8265,-1368,-811,-8379,-1245,-596,-8102,-66,-186,-7953,-251,-605,-7669,843,-926,-7945,-621,-1001,-9540,5356,3002,-10179,4285,2646,-10125,3450,2200,-10283,3068,2077,-10426,3579,2337,-9819,4165,2387,-7649,1914,393,-7065,4178,900,-7425,2849,633,-6757,4709,-337,-8140,3312,1237,-7757,3069,993,-5399,4833,-643,-5601,6020,84,-5055,5451,-361,-3669,12971,5032,-3061,14087,5821,-2087,14342,5486,-2233,14643,5519,-2048,15228,4556,-3048,14407,4917,-3383,14581,4611,-4104,14151,4517,-2255,14905,5143,-3824,14303,4503,-3506,14214,4877,-3448,14246,5387,-2587,14579,5431,-3243,14204,5766,-3687,13857,5988,-7638,13139,8737,-7554,12852,7938,-7697,12661,8065,-8012,12215,7891,-11249,10683,10318,-5727,8631,2867,-361,5898,164,3106,6305,-912,3395,6303,-535,3068,7111,-481,3988,6963,749,2767,6250,-1072,4227,7959,1368,4315,9076,1981,-1901,-5969,-5009,-4207,-3556,-6277,-4909,-4419,-6160,-3879,-4103,-6715,-3287,-3335,-6382,-3445,-4533,-6850,-3766,-4573,-6964,-3485,-3958,-6683,-3630,-3364,-6407,-9406,-11211,-8724,-9877,-12447,-8553,-9663,-11255,-7662,-9785,-11404,-8342,-9628,-10309,-8170,-9466,-10310,-8353,-9207,-10292,-8353,-9794,-11627,-8727,-9650,-11458,-8843,-9581,-10214,-7207,-9430,-9323,-6392,-9478,-8620,-6986,-9601,-9727,-7674,-8216,-8542,-7304,-8696,-8826,-7836,-9029,-8893,-7844,-9499,-9226,-6707,-9323,-7347,-6218,-9262,-7460,-5772,-9205,-8715,-5631,-9039,-8957,-4896,-9132,-9792,-5429,-9077,-9350,-4713,-9164,-10052,-4942,-9222,-8707,-3809,-9277,-7346,-2998,-9702,-8593,-3347,-10170,-7973,-3149,-10424,-7412,-3030,-10784,-9079,-3782,-10547,-10057,-4076,-11044,-10253,-4376,-11060,-11206,-4800,-11576,-12151,-5420,-11965,-12139,-5518,-10693,-11369,-4696,-10666,-12726,-5278,-9488,-12029,-5390,-10267,-10494,-4179,-10092,-11449,-4600,-9337,-11781,-5561,-9058,-7498,-3366,-8958,-5676,-2406,-8815,-6409,-3254,-8746,-6304,-3685,-8911,-7717,-4179,-8700,-5882,-3358,-10278,-9044,-3566,-11582,-9060,-4302,-11805,-8232,-3952,-12071,-8540,-3881,-12439,-8833,-3434,-12535,-8451,-2754,-12511,-8029,-2158,-12266,-7558,-2901,-12369,-7383,-2375,-12392,-6969,-1877,-12243,-6296,-1743,-12384,-7029,-899,-11595,-9850,-4556,-12213,-9972,-4440,-12389,-11318,-5009,-11849,-9651,-4517,-12919,-11245,-3553,-12826,-10526,-3390,-12638,-9909,-3616,-12677,-10705,-4280,-11827,-10237,-4761,-9921,-6268,-2438,-9299,-10270,-4690,-9687,-12307,-5272,-9933,-10934,-4396,-9850,-9862,-3929,-9993,-8697,-3372,-9470,-12673,-7316,-9486,-13146,-7381,-9547,-11100,-7180,-9663,-12491,-7810,-9458,-14472,-7822,-9890,-13313,-8803,-9883,-13258,-9364,-9717,-14594,-10365,-9609,-13902,-10111,-9837,-12315,-9053,-9630,-12095,-9203,-9401,-11787,-9022,-9323,-12398,-9400,-8827,-12371,-9120,-8593,-12122,-8895,2818,-2464,-6575,2260,-6349,-9179,2236,-5336,-8563,3162,-8409,-7215,3282,-9658,-7480,3992,-9324,-7354,3828,-8557,-7065,3520,-8549,-7057,3695,-9627,-7371,3386,-10066,-7574,3039,-9913,-7853,5575,-14414,-10553,5266,-14513,-10494,4808,-14688,-10341,3698,-15144,-10058,3690,-14299,-9621,6464,-13907,-10246,6591,-13261,-9737,6621,-12414,-9392,6601,-12368,-9637,6506,-14090,-9724,6581,-13084,-9959,6489,-12517,-9919,6758,-8512,-8158,6733,-9212,-7926,6776,-7939,-7852,3196,-13556,-11579,3245,-13401,-10731,2666,-10055,-11114,2649,-10676,-11425,3527,-15892,-12518,3508,-16864,-13303,341,-13613,-11061,-119,-11762,-9519,96,-11438,-9809,553,-10740,-10289,913,-10093,-10433,982,-11084,-10959,939,-11896,-11229,1312,-11716,-11670,-16,-10612,-9223,2586,-16585,-14834,2228,-17073,-15059,2263,-13109,-12982,2544,-13535,-13198,2792,-13161,-12780,2469,-12843,-12825,7840,-11768,-5939,8440,-6487,-3746,5925,-17237,-11357,6164,-17216,-10305,5935,-17912,-10120,6171,-17690,-10812,6056,-17639,-11397,6041,-18405,-11513,6231,-17298,-11035,6254,-16558,-10953,6318,-16155,-10035,5990,-16882,-9588,6297,-15877,-10667,6141,-16073,-11011,997,-15782,-13355,465,-16112,-12659,79,-18476,-13314,346,-18216,-13598,394,-16998,-13011,27,-14680,-10987,-693,-14000,-9343,-1573,-13004,-7789,-1342,-12838,-8012,-1666,-12055,-7417,-1582,-11176,-7217,-1669,-9958,-6748,-1857,-13172,-7607,-929,-13502,-8837,-2385,-12525,-7180,48,-16845,-12317,-1319,-15586,-8910,-1413,-17449,-9544,-1577,-18696,-9788,1313,-9703,-10687,746,-8777,-9418,762,-7681,-8786,499,-8342,-8762,442,-9278,-9256,46,-9085,-8482,281,-12662,-10584,597,-12970,-11233,979,-12612,-11564,688,-11977,-10954,-11,-13293,-10352,-366,-12906,-9508,-2418,-11224,-6775,-2985,-11685,-6856,-2697,-11541,-6807,-2093,-11009,-6863,1847,-16751,-14741,4648,-18452,-11471,4984,-19488,-11804,3012,-17996,-15340,-3824,-14096,-7645,-4005,-13967,-7906,-3706,-12641,-7529,-4115,-13850,-8277,-3945,-13040,-7958,-4883,-18171,-10701,-4722,-17142,-9933,-4671,-16276,-9884,-5182,-20637,-11640,-5713,-20877,-12184,-5893,-19966,-12265,-5965,-21017,-12534,-5347,-19596,-11655,-6928,-18128,-13175,-7142,-17479,-12829,-7431,-18401,-13219,-3449,-7826,-7354,-4113,-7260,-8268,-4360,-8146,-8671,-4715,-9756,-9346,-5388,-15064,-11102,-5786,-14672,-11467,-5556,-8199,-8552,-6612,-9056,-8323,-5237,-7150,-8022,-5280,-8171,-8687,-5826,-7087,-7452,-6474,-12543,-10518,-6489,-10324,-9274,-7425,-11654,-9294,-7755,-15647,-11572,-6779,-16575,-12475,-6337,-15785,-12134,-6091,-14740,-11724,-6126,-15948,-12085,-5765,-15601,-11602,-6485,-16578,-12491,-6601,-11924,-10094,-2105,-9976,-6484,-1820,-8578,-6049,-3864,-5291,-7416,-8450,-3862,-5125,-8707,-8360,-7667,-9377,-8327,-7096,-8024,-8912,-7278,-3306,-19977,-8922,-2472,-20043,-9466,-4036,-22847,-9531,-4496,-22486,-9764,-4043,-21916,-9161,-4388,-21734,-9243,-4537,-20589,-8966,-4691,-20932,-9223,-5430,-16701,-11332,-5764,-16803,-11843,-6465,-20048,-13132,-6090,-19427,-12573,-6850,-19662,-13599,-7210,-19367,-13708,-7712,-19252,-13573,-7491,-19530,-13766,-6922,-19376,-13594,-7830,-22487,-14958,-6227,-16499,-12304,-9844,-14969,-10374,-9653,-16113,-11248,-9956,-14145,-9383,-9766,-13174,-8292,-9889,-14214,-9053,-9562,-14485,-8300,-9562,-13206,-7746,-9565,-15689,-7711,-9595,-15690,-8588,-9797,-20490,-10147,-4712,-21743,-9740,-4805,-21471,-10103,-7323,-16859,-12437,-8396,-17480,-12358,-9039,-17635,-12322,-8501,-18348,-12801,-8353,-19036,-13236,-8009,-17372,-12398,-7791,-16496,-12037,-9100,-16864,-11986,-8652,-13245,-9663,-9042,-13401,-10007,-9481,-12873,-9673,-9474,-13459,-9984,-9036,-14005,-10425,-9696,-13056,-9605,-7251,-12620,-10011,-9860,-14207,-9933,-9493,-14703,-7291,-9631,-15605,-7182,-9614,-14425,-6559,-9764,-11458,-4740,-10117,-14085,-5912,-10312,-12451,-5114,-12195,-11434,-5186,-11590,-10783,-4928,-12106,-10443,-4763,-12439,-12080,-5370,-11877,-11076,-5111,-12326,-13974,-6281,-11767,-15116,-6670,-11509,-14426,-6311,-12533,-14611,-6564,-11843,-13510,-6032,-11377,-12925,-5631,-11068,-13150,-5588,-11021,-13930,-5912,-9441,-6995,-2735,-9706,-7153,-2758,-9901,-5346,-2085,-9427,-4592,-1709,-9212,-2987,-1053,-9873,-3999,-1506,-10247,-2943,-1143,-10643,-3192,-1373,-10536,-4428,-1950,-10907,-2919,-1219,-11073,-2554,-897,-11274,-3553,-1365,-11552,-4043,-1264,-12094,-4982,-755,-12057,-5564,-1449,-12256,-5517,-650,-12237,-5039,-348,-12137,-4212,48,-11954,-3579,188,-11654,-2622,345,-11919,-2932,499,-12234,-1898,751,-12444,-2681,567,-12598,-3427,466,-12346,-3747,508,-12611,-5578,331,-11784,-2325,654,-11683,-1274,1014,-11703,-473,1216,-11309,-158,1303,-11301,197,1414,-10891,381,1290,-10300,885,847,-10254,292,378,-10094,1139,830,-9885,1792,1093,-9681,1183,737,-9285,2377,1204,-12066,-2190,791,-11658,902,1448,-12317,-4727,80,-11375,-3464,-1138,-11102,-3601,-1555,-9599,-3257,-1141,-9707,-2211,-697,-9973,-2295,-778,-7917,1187,265,-7840,590,-207,-7334,574,-2837,-13378,-13604,-1234,-12934,-12207,-3854,-12476,-13485,-2748,-12475,-12964,-2076,-12514,-13426,-2045,-12532,-13495,-3090,-12751,-11779,-3157,-12815,-12574,-3602,-12631,-15244,-2390,-13586,-15149,-1812,-13126,-20936,-4220,-12911,-19789,-3911,-15076,-19864,-4837,-13462,-19353,-3449,-13984,-19005,-3348,-13982,-17662,-2882,-14290,-18012,-3263,-14534,-20554,-4375,-14409,-21906,-4583,-13533,-20764,-3953,-13903,-20033,-3690,-14177,-19778,-3745,-18543,-20817,-5809,-22163,-17479,-2512,-21719,-15228,-2456,-21310,-13915,-2936,-20878,-12998,-2720,-20988,-12878,-3300,-20274,-12741,-1852,-20062,-13153,-1990,-20358,-13469,-1884,-19766,-13783,-2128,-19117,-13860,-1587,-18741,-13429,-1430,-18670,-13779,-1373,-19319,-13815,-1882,-18774,-13117,-1801,-18518,-12109,-2050,-18070,-11815,-1780,-17451,-11289,-968,-17114,-10361,-1682,-18001,-10565,-1984,-18647,-11637,-2101,-18691,-10389,-1868,-18880,-9461,-1837,-19416,-10761,-1853,-18858,-11168,-1979,-19100,-10619,-1804,-18789,-9855,-1718,-18160,-9657,-1897,-17575,-9853,-2040,-15838,-9411,-707,-15464,-9711,-255,-15318,-9935,-254,-15532,-9487,-346,-16462,-9717,-1444,-16133,-8949,-1668,-16710,-9282,-1932,-14999,-11645,-1223,-14834,-10760,-818,-16371,-11853,-1011,-15869,-11146,-661,-16912,-11641,-671,-16865,-11047,-542,-17474,-11097,-1534,-17962,-12027,-1180,-18684,-14221,-1489,-18871,-12204,-2172,-19194,-13235,-2111,-19566,-12783,-2159,-19496,-13216,-2196,-18155,-11249,-1987,-17587,-10841,-1754,-18791,-12941,-1960,-20320,-14311,-1890,-20195,-14656,-1843,-20586,-13462,-1875,-20876,-13586,-2038,-20517,-12710,-2085,-21129,-14266,-2062,-21457,-13848,-3356,-21420,-13372,-3600,-21308,-12038,-3905,-21623,-12373,-3972,-21584,-12849,-3953,-22322,-14104,-4122,-21934,-13633,-4004,-23304,-15389,-4424,-23484,-15256,-4377,-23464,-16542,-4546,-22740,-16501,-4115,-22709,-15062,-4196,-22307,-13570,-4085,-22787,-14224,-4152,-22797,-13799,-3784,-21777,-14117,-3635,-21741,-14670,-3277,-22256,-14582,-3977,-22566,-15804,-3956,-23108,-15977,-4322,-21269,-14700,-2094,-19437,-14677,-1561,-19585,-14294,-1714,-18022,-13321,-1264,-17377,-12310,-869,-17402,-11863,-757,-17646,-11795,-909,-18203,-12556,-1183,-18087,-12790,-1104,-15928,-12150,-1526,-19067,-16654,-2691,-16974,-16387,-3707,-16614,-16053,-3530,-16117,-15603,-3101,-15632,-14233,-2509,-16676,-13128,-1873,-17278,-13526,-1663,-17279,-12829,-1199,-16867,-12190,-982,-17875,-13915,-1626,-18515,-12844,-1451,-17042,-9974,-1835,-17011,-10450,-1429,-19897,-11456,-1972,-20013,-12121,-1851,-20831,-14277,-1831,-23055,-14794,-4303,-11605,-6477,-2929,-11271,-15237,-6559,-9643,-16442,-7668,-9687,-17364,-8222,-14325,-20326,-4069,-14441,-13636,-1326,-14463,-12982,-1047,-14843,-12430,-1330,-15316,-13612,-2098,-15470,-12654,-1909,-15387,-13053,-2027,-15587,-12298,-1727,-15361,-14347,-2166,-14713,-13087,-1277,-14798,-13875,-1540,-12659,-7318,222,-13283,-6393,698,-12500,-11281,-1605,-12529,-11102,-2061,-12550,-9712,-1979,-12675,-9688,-2844,-12616,-9077,-2471,-12413,-7750,-1247,-12314,-6378,-1214,-11933,-6268,-2255,-12480,-9755,-3940,-11988,-8839,-4145,-12575,-9323,-3063,-12716,-10560,-2769,-16323,-10373,-400,-16339,-10909,-423,-15857,-10571,-328,-16555,-10298,-618,-16800,-10423,-876,-16065,-8609,-1813,-15618,-22790,-6618,-14232,-22279,-4615,-23246,-18813,-3675,-22898,-17702,-3616,-23335,-19259,-4236,-23577,-20080,-3911,-24051,-20707,-4870,-23233,-17820,-4765,-22827,-16943,-4198,-24064,-15980,-4479,-23601,-14921,-3920,-23222,-14691,-4171,-23883,-15491,-4213,-24430,-15602,-2998,-24834,-16243,-3235,-25072,-17170,-4151,-24626,-16524,-4216,-24240,-15658,-3769,-20201,-11977,-2073,-20407,-12001,-2545,-19956,-11101,-2315,-20069,-10954,-2728,-20266,-10539,-3384,-20470,-11662,-3226,-20287,-10809,-3315,-20968,-11573,-3763,-19364,-8069,-2416,-19696,-8193,-1844,-19666,-7756,-1311,-19390,-6948,-544,-19513,-6517,359,-19761,-7236,224,-19720,-7587,-685,-20170,-8566,-1398,-21337,-9820,-993,-21528,-9865,-206,-21926,-9258,390,-22132,-8552,165,-22591,-8526,255,-22497,-8237,460,-22310,-8019,754,-22333,-8586,1154,-22300,-10117,2006,-21358,-10406,3027,-21668,-11258,3312,-21373,-11409,3473,-21999,-12451,3100,-21736,-12960,3400,-22444,-12164,3087,-22039,-11758,3230,-23114,-11709,2463,-23311,-10696,1572,-22796,-10461,1852,-22189,-11341,2913,-21695,-10142,2498,-24186,-11016,804,-24231,-11015,183,-24444,-12203,-248,-23642,-12389,-269,-23594,-11844,-31,-24272,-11434,-4,-23741,-10089,550,-23842,-10279,350,-23332,-9474,351,-23058,-9158,770,-22945,-9597,1188,-24863,-12384,-256,-24847,-12024,57,-24642,-11557,452,-25424,-12889,388,-25094,-12499,728,-24919,-12387,955,-25570,-13867,1423,-25660,-13607,981,-23704,-10837,1282,-23365,-9678,777,-21985,-14041,3416,-20800,-8840,-41,-20095,-7927,-60,-20182,-8303,-809,-21060,-8903,335,-20256,-7996,167,-20128,-7399,439,-20444,-6941,543,-20651,-7891,490,-20781,-8405,382,-19923,-6903,520,-18897,-5276,380,-20655,-9106,-1228,-19000,-7859,-2517,-19376,-7535,-1720,-19235,-6963,-1257,-18967,-6074,-486,-18774,-5566,-270,-17982,-3739,-150,-18472,-4864,-309,-18534,-5288,-1054,-18344,-5115,-1364,-18353,-5529,-1712,-18055,-5270,-1785,-18051,-6204,-1999,-17605,-5284,-1749,-18007,-5553,-1938,-22752,-12162,-1413,-23988,-16364,-4713,-24414,-17518,-5075,-24493,-18100,-5278,-25136,-19226,-5737,-25582,-19173,-5460,-25263,-19884,-5667,-24603,-20490,-5467,-24819,-20371,-5160,-25070,-19875,-4192,-25214,-19583,-3590,-25778,-19005,-3095,-26153,-19049,-4361,-25304,-19708,-4525,-26049,-19155,-4827,-25683,-18588,-4875,-25106,-17658,-4609,-24474,-16734,-4636,-26490,-18527,-2982,-25537,-19402,-4018,-25178,-19995,-5350,-25787,-19335,-5302,-24785,-18177,-5263,-25710,-19514,-5128,-25094,-18208,-5071,-24053,-17209,-4934,-23741,-18407,-5188,-23466,-18554,-5046,-23398,-19237,-4696,-23754,-19851,-5086,-23466,-19034,-4928,-25534,-17557,-3974,-25706,-17169,-3403,-26905,-17578,-3373,-26217,-18539,-4411,-26420,-18211,-3953,-26470,-18643,-4162,-26202,-18785,-4626,-26609,-18506,-3527,-23955,-19210,-5409,-24336,-20517,-5474,-24009,-20233,-5347,-22116,-12939,-3901,-21853,-12831,-4022,-23637,-14500,-3171,-24003,-14966,-3129,-25560,-13804,-1249,-25711,-13317,-441,-22076,-8082,207,-21797,-7249,571,-22105,-7970,998,-21747,-7607,1193,-22077,-8999,1575,-21392,-8652,1967,-20977,-8980,2532,-21843,-9530,2027,-21579,-6969,946,-21441,-6672,720,-21892,-7580,343,-21437,-9115,424,-21713,-8048,256,-19137,-4970,3206,-19439,-5960,2915,-19849,-6902,2777,-20102,-7392,2740,-20236,-7181,2433,-20735,-7781,2156,-21589,-8037,1555,-21143,-7086,1550,-19542,-5997,3160,-19585,-5155,3583,-20151,-5591,3843,-20803,-5557,4392,-19781,-4702,5978,-19203,-4138,6039,-19399,-4025,6246,-18073,-3583,5483,-17091,-3673,4636,-17070,-4392,4345,-17097,-5315,3553,-17742,-5324,4675,-18401,-4655,5031,-17551,-4767,4718,-17362,-5094,4373,-17524,-3604,4943,-18053,-4968,4772,-17599,-6025,4236,-18078,-7019,4529,-18263,-6744,4740,-18470,-7137,4773,-18562,-5942,4711,-19417,-6162,4923,-18877,-5713,4831,-19160,-4918,5525,-19425,-5052,5576,-21442,-6468,4898,-21229,-6187,4554,-21071,-6557,4128,-21284,-6089,5214,-21065,-6117,5396,-21362,-7523,5013,-21774,-7670,4777,-21538,-8780,4410,-21122,-9331,4279,-20689,-9205,3722,-20384,-8151,2899,-20567,-8783,3234,-20661,-9776,3533,-20466,-10343,3721,-20429,-10766,3520,-20885,-9828,4310,-21357,-10134,4994,-21308,-9627,5322,-20555,-8963,5010,-19327,-9788,4761,-19140,-9190,4701,-19294,-8954,4744,-18688,-8501,4602,-19448,-10827,4797,-19860,-11782,5098,-18910,-10080,4065,-19126,-10723,4375,-18976,-9562,4542,-20048,-10835,5228,-19652,-11280,4893,-19870,-10123,5037,-19159,-7362,4652,-18440,-7750,4613,-18855,-8028,4648,-19533,-7366,4653,-19410,-6626,4762,-19602,-7827,4640,-20555,-7817,4856,-21611,-7463,5048,-20097,-7112,4870,-19880,-5960,5233,-20123,-6617,5017,-20756,-7122,5019,-20874,-6600,5218,-20628,-5797,5546,-20023,-7762,4698,-21721,-9264,5066,-21574,-9752,5123,-21625,-9429,4791,-21836,-8856,4731,-21828,-8486,4934,-21660,-7837,4998,-21654,-8372,4973,-21576,-9098,5112,-21779,-8929,5037,-20641,-9943,3945,-20922,-8689,3887,-21331,-7344,4131,-21328,-6894,4238,-20705,-7833,3585,-20567,-8250,3395,-20236,-7600,3158,-20038,-7328,3004,-19652,-6448,3000,-20396,-7211,3428,-20326,-6374,3649,-19907,-6582,3278,-19865,-5937,3472,-18779,-4117,5702,-17712,-4064,4875,-20542,-7148,2111,-24224,-13710,2590,-24765,-14604,3069,-24187,-13312,2463,-21835,-10092,162,-22579,-10690,223,-21911,-9679,411,-22611,-9346,161,-22971,-8903,566,-22487,-8785,131,-21593,-9665,288,-23156,-11161,168,-23749,-10910,70,-23432,-10003,170,-22683,-10378,300,-23070,-10201,154,-22904,-9227,156,-22336,-10766,60,-22024,-10771,-561,-21351,-8578,462,-20949,-7860,508,-21524,-7382,313,-21361,-6737,440,-19786,-6205,664,-15732,-3644,-416,-14846,-2518,-684,-14785,-2115,-1283,-14249,-1061,-1387,-15081,-2948,-532,-15246,-3451,-1182,-15054,-2880,-1625,-14562,-2167,-1676,-14718,-2124,-1595,-14010,-2171,-1407,-14284,-3562,-1218,-15259,-3173,-418,-14700,-2144,-36,-14866,-2283,79,-15580,-2839,-112,-15311,-2833,-97,-15473,-5788,-2021,-14809,-5195,-1570,-14337,-2132,-1617,-14116,-1396,-1467,-14463,-1411,-1429,-14280,-842,-1206,-14391,-1097,-1058,-14600,-1722,-780,-13998,-250,-573,-14105,-1185,198,-14600,71,1088,-14432,742,1358,-15126,73,713,-13968,-755,720,-14300,-719,987,-14224,-205,1227,-18930,-4273,888,-18286,-2764,1296,-18985,-3167,1506,-15792,1239,1646,-16084,1423,3245,-15526,1301,1546,-15258,1855,1911,-20111,-5589,577,-18727,-4448,705,-19185,-3669,4146,-20021,-3999,4568,-20167,-3861,4929,-19635,-3284,6013,-19874,-3898,6119,-20003,-4626,6049,-20357,-4579,5867,-20814,-5186,5524,-21091,-5620,5181,-20182,-3829,5237,-20922,-5336,4867,-20276,-4124,5539,-20473,-4601,4736,-19777,-4550,4126,-19105,-4020,3902,-20290,-4888,4327,-18113,-5551,4726,-21601,-7285,4498,-21393,-6771,5164,-21598,-7025,4950,-21788,-8107,4586,-17899,-4317,-1242,-15784,2678,4391,-15858,3231,4892,-16700,3440,5192,-16384,1892,4442,-16294,2509,4665,-17033,2461,4760,-17359,1896,4588,-15808,2849,4651,-15554,3458,4836,-14722,5705,5827,-15205,4421,5177,-15438,3403,4171,-15118,3538,3385,-15741,2481,3653,-15339,4966,7374,-15057,6679,7576,-14601,7136,8118,-20433,-12201,4448,-20970,-13951,3924,-21274,-13529,3700,-20440,-13803,3870,-20924,-14201,3711,-20877,-14148,3134,-20474,-13691,3299,-22197,-13252,3277,-20789,-9360,3032,-20579,-8342,2604,-24209,-10833,405,-26611,-14602,56,-27163,-15465,-343,-26903,-15320,278,-26575,-15907,-2712,-25037,-16218,-2960,-27455,-17032,-2741,-26888,-17705,-1989,-26741,-14685,-303,-26144,-13839,-617,-25621,-14983,1936,-26343,-14936,1073,-24865,-15508,966,-25813,-15656,664,-27083,-15786,-455,-26578,-15386,894,-26662,-15553,641,-25219,-15595,1357,-25712,-15456,1926,-25928,-15704,1277,-26110,-15619,1397,-26452,-15635,667,-25059,-15614,2067,-25592,-15736,1845,-26582,-18092,-2057,-24967,-19926,-5897,-25330,-19660,-5814,-27292,-15781,-806,-27082,-16114,-1104,-26551,-16861,-1372,-25581,-17979,-1079,-25043,-18382,-813,-24994,-18963,-1042,-25229,-18596,-1192,-26317,-15850,-423,-26027,-16045,-545,-24850,-20059,-1745,-24841,-20025,-2493,-24914,-19913,-3076,-24792,-20553,-2268,-24841,-21211,-2729,-25130,-21364,-1544,-24876,-20919,-2102,-24918,-20841,-1501,-26759,-18112,-3715,-26691,-18287,-3818,-23882,-17949,-5106,-24831,-19240,-5762,-24616,-19559,-5790,-24488,-20049,-5764,-24760,-20336,-4072,-24528,-20973,-3850,-24675,-20699,-3246,-24532,-20764,-4452,-25154,-19258,-1808,-25336,-19269,-2828,-25091,-19593,-2868,-24261,-17524,773,-24291,-17062,591,-24036,-16409,883,-23641,-16479,1095,-23720,-17017,1091,-23971,-17050,963,-23609,-17123,1043,-23005,-19695,348,-23100,-20348,106,-23456,-19982,453,-24115,-20836,666,-24265,-21478,443,-23284,-18635,632,-22423,-19454,327,-21810,-19232,362,-22491,-20411,-57,-22669,-19020,487,-22471,-20200,1233,-23139,-20401,1715,-22931,-21458,1110,-22929,-19485,2224,-23093,-19673,2791,-21518,-19307,402,-24784,-18757,-396,-24825,-19176,-440,-25008,-20027,229,-24605,-17920,-76,-24903,-17521,-370,-24891,-20115,-657,-24917,-20723,-809,-25042,-20506,222,-25618,-21999,-2022,-26040,-22593,-1822,-25981,-23655,-2265,-25067,-24409,-3167,-25060,-24219,-1524,-25111,-24553,-2748,-25754,-24122,-1669,-25850,-24025,-2152,-26328,-23557,-1639,-26223,-23786,-1696,-25596,-23562,-2715,-25851,-22951,-2287,-22844,-23647,-2328,-22447,-23309,-1889,-22069,-23685,-1588,-21815,-24058,-1077,-21636,-23506,-474,-21508,-22801,-203,-21574,-22486,-61,-21947,-22614,344,-21576,-21560,-211,-21896,-22137,-817,-21852,-22656,-938,-22285,-22280,-1182,-22249,-22753,-1386,-21511,-21915,-443,-21628,-22741,-646,-21676,-23424,-854,-22398,-21958,-1014,-21651,-21633,-439,-21758,-21058,62,-21845,-21025,-96,-23313,-21590,1500,-22266,-21602,329,-22494,-22196,625,-22848,-22529,983,-23226,-23415,1444,-22643,-23309,1069,-22046,-24972,1704,-21757,-25443,1846,-21633,-25673,1842,-21162,-25593,1970,-21265,-24159,1883,-21432,-26667,-17,-21629,-25316,182,-21807,-24433,-530,-21976,-24824,-1348,-20849,-26023,1414,-21539,-26374,647,-21308,-26509,907,-21032,-26497,920,-21241,-26151,1678,-21365,-26096,1469,-21525,-25894,529,-21451,-25479,1254,-21409,-25697,985,-21625,-25479,2077,-22302,-24268,-2288,-22048,-24519,-1901,-22116,-25456,-2253,-22047,-26400,-2498,-21961,-26604,-1974,-21718,-26613,-2241,-21436,-26042,-3486,-21130,-26026,-2293,-20771,-25612,-2310,-20696,-25376,-2728,-21849,-26033,-3960,-22046,-26320,-3747,-21963,-26568,-2681,-22157,-26265,-2861,-22261,-25174,-2599,-21753,-26298,-3516,-22039,-25663,-1905,-22925,-25041,-3352,-23417,-25081,-3669,-21981,-25234,-962,-21823,-25139,-276,-21984,-25564,-900,-21644,-26596,-468,-21568,-26537,73,-21599,-25988,-112,-21630,-24928,1144,-21670,-24325,875,-22009,-24286,1150,-22645,-24363,1639,-21617,-21957,-159,-21529,-23493,279,-21755,-24434,58,-21547,-24718,558,-21731,-23199,447,-21656,-23576,602,-21534,-24689,777,-21583,-23898,430,-21799,-26661,-1667,-21494,-26564,-847,-22292,-24910,1894,-22222,-24856,2054,-21628,-24965,2158,-22612,-24261,1936,-22155,-24568,2055,-22941,-23647,1807,-23040,-22146,1121,-21878,-23216,1684,-21910,-22792,1630,-23034,-23804,1504,-22961,-23916,1717,-23125,-23252,1787,-19674,-23351,758,-19184,-21829,-729,-19646,-24075,-168,-19650,-23587,280,-19444,-22607,401,-19669,-22826,942,-19477,-23718,-394,-19132,-22794,-1662,-17929,-24240,-2640,-21673,-19883,178,-21797,-20457,59,-19480,-20993,502,-19244,-20566,616,-19294,-21252,6,-19568,-20468,1118,-19592,-21719,770,-19617,-22272,987,-19389,-21840,233,-19128,-22052,-1275,-19202,-19041,3552,-19928,-18944,3335,-19012,-18621,3460,-19561,-18106,2856,-19123,-17616,2708,-18817,-17374,2922,-18378,-17046,3495,-18795,-17829,3132,-19123,-17328,2358,-22609,-21184,2784,-23155,-21239,3054,-23343,-21611,2701,-23446,-21400,2783,-22998,-22190,1992,-23439,-22730,1905,-17837,-23185,-1220,-17869,-22690,-538,-17947,-23840,-478,-17887,-24298,-2323,-17533,-23964,1058,-17279,-24632,937,-17115,-22099,2199,-17566,-23033,1443,-17574,-22083,1832,-18035,-20344,1019,-18264,-20345,769,-17733,-23052,1158,-17944,-23389,27,-17869,-22420,-935,-17911,-22388,237,-14604,-18840,2356,-14535,-20497,1302,-14264,-21729,515,-14250,-22381,78,-14467,-21220,871,-13890,-21763,621,-13891,-21141,958,-13851,-22403,245,-14136,-21904,1817,-13797,-21420,1061,-13809,-20531,1337,-14197,-20668,1114,-13993,-20033,1491,-14322,-19609,1698,-13660,-16817,3626,-13865,-16508,4591,-14021,-16854,3229,-13386,-15237,4673,-13701,-15651,5082,-13381,-15072,4404,-13023,-13839,5013,-13183,-14531,4819,-13529,-13247,4819,-13269,-14084,4585,-13180,-13082,4955,-12888,-12904,5389,-13191,-13701,5638,-13000,-13272,5084,-13250,-10791,5969,-12834,-9908,6382,-12579,-10589,6589,-12483,-9742,7072,-12516,-9386,7539,-12310,-8179,7847,-12470,-7100,7895,-12893,-6724,8066,-13287,-6366,8636,-13063,-4926,9311,-12173,-4765,9292,-12040,-5375,9311,-12429,-6292,8303,-12209,-6756,8343,-12208,-7168,8363,-12367,-8282,8087,-12876,-8868,8781,-12477,-8323,8420,-12711,-9294,8176,-12870,-10411,7649,-12435,-4203,9448,-12568,-5185,8896,-12204,-6013,8678,-12295,-5251,8953,-12423,-5659,8621,-13874,-5439,9854,-14139,-6677,9287,-14084,-5754,9805,-13719,-6248,9134,-14013,-7851,8301,-13302,-7134,8141,-12521,-7866,7557,-12345,-7996,7698,-12474,-8683,7258,-12376,-8766,7446,-12619,-9033,6942,-12503,-9546,6902,-12608,-10063,6494,-12863,-9203,6752,-12717,-8375,7255,-13332,-8529,7323,-14160,-10322,6800,-13128,-9788,6413,-13723,-11301,5851,-13864,-11037,6114,-14410,-11220,6503,-14568,-10281,7354,-13132,-8931,6969,-12880,-7968,7435,-13730,-8247,7805,-14373,-7751,8765,-14456,-7052,9234,-12734,-5890,8510,-12648,-10767,6303,-12998,-10813,5993,-12755,-10668,6152,-12676,-11317,6271,-13123,-12109,6721,-13447,-11482,7910,-11598,-2751,10929,-11623,-2139,10858,-11814,-1322,10961,-11594,-467,11377,-11273,-259,11564,-11429,400,11874,-12834,387,12194,-12924,-187,12077,-12687,-672,11904,-12836,-1308,11608,-12531,-1774,10981,-12778,-1664,11312,-12255,-1499,11005,-12193,-661,11536,-12213,532,12331,-11839,394,12043,-11501,-785,11242,-11670,-1567,10909,-11387,-1176,11270,-10663,-1443,13589,-10151,-1391,13893,-10846,-1345,13434,-10202,783,14174,-10453,642,13711,-10177,1398,14112,-8795,2523,15325,-8763,2932,15442,-8286,3842,15862,-7655,4976,16346,-7396,5064,16503,-7120,6078,16682,-6962,6924,16904,-7468,7383,17087,-7332,7192,17062,-7864,6687,16830,-7613,6046,16586,-8087,5147,16261,-8880,3841,15738,-9297,2737,15166,-9279,3338,15326,-9281,3983,15206,-9757,2842,14478,-9568,2688,14927,-7178,4309,16926,-7289,4828,16652,-7675,3263,16529,-8238,2735,15872,-7645,4305,16324,-6823,4557,17149,-7360,2987,16706,-6873,2281,16862,-7953,2634,16308,-7494,1909,16537,-6953,1786,16813,-6191,1690,17137,-5690,989,17261,-10306,1862,13355,-9757,3436,14207,-10247,2698,13392,-10373,3691,13709,-9708,4774,14332,-10632,5970,14197,-9869,4203,14053,-9997,4672,14230,-10337,5405,14617,-5383,7427,18019,-4698,7175,18115,-5164,6125,17824,-4819,4754,17709,-4200,6166,18113,-3781,6109,18243,-3991,7513,18446,-3547,8050,18707,-3309,7853,18938,-4809,8713,18373,-3948,8334,18579,-3551,8779,19010,-3774,9314,18780,-3709,9688,19049,-3802,10191,18889,-4224,9296,18604,-3098,9858,19385,-19205,-23020,-1053,-23497,-22144,2318,-23060,-21770,2346,-22666,-20723,3603,-21175,-19652,3546,-20559,-19128,3411,-22543,-21200,817,-21897,-20375,606,-22171,-20679,3605,-22741,-20421,3574,-22569,-18839,2177,-22194,-18315,2095,-21683,-17300,1996,-21455,-17596,1615,-21248,-18062,1093,-21649,-18417,1546,-21299,-18022,879,-21222,-17447,1225,-21876,-17121,2447,-21823,-17204,2979,-21817,-17664,2991,-22004,-17900,2983,-22288,-17998,2734,-22005,-17484,2863,-20582,-18545,3079,-20029,-18334,2915,-21060,-18353,2845,-21281,-17062,3151,-21658,-19140,3249,-21526,-18619,2994,-21862,-18279,2984,-20686,-17882,2509,-21111,-17862,2683,-22656,-25864,-4186,-21850,-25407,-4389,-20646,-23317,-6591,-20374,-23304,-6998,-20444,-23879,-7284,-20201,-24036,-7273,-20934,-25419,-7407,-20787,-25322,-7915,-20782,-27204,-8743,-20229,-29270,-8056,-19662,-30867,-7985,-20423,-29410,-8662,-19951,-30620,-8473,-19367,-31502,-7807,-19596,-30252,-7505,-19343,-30206,-7065,-19298,-31198,-7480,-19368,-29649,-6781,-19879,-29103,-7299,-20138,-29084,-7736,-20398,-27343,-6867,-20791,-27391,-7885,-20713,-28382,-8644,-20832,-27486,-8525,-20491,-27676,-7370,-20383,-28401,-7767,-20951,-26618,-7882,-19080,-32348,-8082,-18919,-28139,-10135,-18918,-27031,-8911,-18376,-26548,-8548,-15226,-26857,-7306,-13502,-28402,-7601,-13458,-29432,-8303,-13774,-29006,-7973,-13579,-27288,-6922,-13241,-27854,-7357,-20807,-24300,-6921,-20791,-24864,-7518,-20646,-24304,-7360,-20638,-24968,-7773,-20472,-26041,-8480,-19624,-29835,-11133,-20383,-28830,-10095,-20174,-29183,-10468,-20171,-30285,-10819,-13602,-30621,-9102,-14097,-30703,-9168,-12662,-27243,-7545,-19559,-25658,-7843,-20331,-26619,-8859,-20784,-26085,-8392,-20673,-27041,-8974,-17791,-24262,-7121,-15816,-23920,-7292,-13243,-25861,-6367,-13631,-26154,-6354,-18133,-26334,-8480,-18978,-26171,-8140,-18799,-25763,-7826,-18946,-25097,-7258,-17991,-32031,-4334,-17999,-32681,-5028,-18029,-33760,-5462,-16681,-34673,-4973,-16208,-35432,-5540,-16163,-34224,-5022,-15259,-33775,-5491,-15128,-32781,-5089,-14663,-32491,-5196,-14494,-32137,-5032,-15527,-34356,-5579,-14738,-33101,-5519,-14310,-32513,-5264,-14142,-32406,-5002,-14394,-33134,-5649,-16564,-35691,-5529,-15673,-30860,-3604,-15026,-30103,-3731,-14868,-29179,-3335,-14537,-29453,-3532,-14242,-29786,-3624,-14512,-28255,-2983,-14673,-27010,-2314,-14727,-28069,-2846,-14310,-30415,-3477,-14633,-30178,-2540,-14776,-29842,-1933,-15017,-29863,-879,-14874,-29089,625,-14788,-28407,1433,-14833,-29644,-241,-14530,-29569,-152,-14128,-29293,204,-11307,-32395,5137,-11080,-32592,5094,-11346,-33253,4497,-10571,-32521,4879,-10890,-33394,4171,-10006,-32650,4426,-9607,-32615,4269,-9959,-31790,5365,-10962,-32328,5334,-10952,-31500,5824,-11461,-31585,5399,-12190,-31517,4923,-12361,-31071,5037,-12744,-30191,4850,-12183,-29206,5812,-12105,-28516,6142,-12346,-30397,5325,-11676,-29506,6343,-11813,-30563,5760,-11475,-32936,4767,-10859,-34066,3500,-10480,-33395,3969,-9771,-33664,3441,-10059,-34149,3140,-9910,-34722,2398,-9891,-35751,1347,-9469,-36267,365,-9045,-36413,-149,-8805,-36462,-73,-8687,-36785,233,-8336,-37408,507,-7397,-37470,352,-6829,-38436,100,-6184,-37722,781,-5494,-36814,1610,-5716,-36851,1986,-5601,-36578,1812,-6090,-35005,2248,-6515,-34687,2764,-6902,-34916,3384,-6625,-35407,3025,-6892,-36054,3505,-6804,-37334,3401,-6897,-37742,3691,-7337,-37354,5091,-7445,-35662,5466,-6992,-34614,3663,-7307,-34853,4859,-7396,-33565,5406,-6938,-33716,3686,-7378,-33225,6529,-6189,-36357,2386,-6250,-37531,2689,-5998,-37017,2249,-6190,-38649,2770,-5853,-38626,2288,-5454,-38602,1988,-5674,-38282,1150,-5971,-38700,1156,-5256,-38926,1719,-5409,-39268,2072,-5757,-39491,2394,-5552,-37845,1959,-5283,-38661,1374,-6337,-37986,378,-6254,-38859,796,-6233,-40030,1047,-6139,-41109,590,-6060,-40728,1290,-6064,-41367,1231,-5755,-41678,1445,-5288,-40715,1335,-4890,-40991,1687,-4912,-41444,1526,-4715,-41723,1798,-4452,-43131,1904,-4475,-42684,2084,-4687,-42061,2155,-4838,-41289,2011,-4601,-42913,2518,-5179,-41509,1434,-4859,-42476,1596,-4666,-43120,1731,-4608,-42485,1748,-5235,-40067,1324,-5491,-39443,1241,-5256,-39384,1328,-5706,-41133,1391,-8795,-38005,507,-7767,-38214,345,-8877,-38552,594,-9270,-34935,1598,-8969,-35607,662,-8169,-35427,845,-7798,-35984,720,-6475,-37297,402,-7042,-36316,575,-7632,-36949,476,-8300,-36086,566,-8641,-35512,616,-6614,-37669,273,-6932,-37115,376,-11401,-29329,6777,-11906,-28733,6337,-11145,-27832,8129,-17876,-35649,-6035,-17592,-34296,-6886,-17702,-38536,-8032,-17595,-39472,-8771,-14692,-42821,-11349,-15005,-41371,-10788,-15409,-42087,-10892,-20360,-30408,-10044,-20393,-30040,-10173,-20169,-31284,-10150,-20037,-31312,-9532,-19777,-32521,-11179,-20114,-31463,-10697,-19871,-32076,-11287,-19449,-31698,-12039,-18896,-30357,-11615,-18627,-33178,-12923,-17298,-32173,-11594,-17471,-33669,-12404,-17184,-33348,-11968,-16936,-33999,-12044,-18068,-32871,-12627,-18822,-33352,-12953,-18385,-33666,-13016,-17894,-27474,-4076,-18113,-27691,-4782,-18225,-26251,-4249,-18415,-26931,-5034,-17960,-25668,-3231,-18101,-26801,-4360,-18090,-25617,-3625,-18003,-24971,-3164,-17924,-26027,-2909,-18034,-26045,-1642,-18030,-25990,-2252,-17520,-25253,446,-14659,-25814,-1714,-14025,-26520,-2288,-14231,-25640,-1886,-14009,-27302,-2526,-14310,-27480,-2681,-14856,-26845,-2028,-14458,-26228,-2114,-14407,-25148,-1589,-14588,-25057,-1358,-14030,-24969,-1518,-14078,-24544,-1300,-14394,-24145,-1011,-13945,-25739,-1849,-13635,-24699,-992,-13665,-25200,-361,-14186,-26135,590,-14425,-26993,99,-13812,-26539,-305,-13713,-26129,-522,-13677,-25749,-65,-13681,-25275,563,-13773,-24363,1867,-13655,-24212,1057,-14469,-24012,2957,-14649,-23947,3344,-14591,-24026,3890,-14695,-25903,2904,-14257,-24706,3983,-12111,-24373,7856,-12271,-25410,7913,-12589,-24337,6851,-12678,-25011,6905,-12958,-25531,6559,-13540,-24001,5074,-14085,-23035,4944,-14366,-23505,4401,-13770,-22202,4505,-13052,-21658,4494,-12716,-20935,4479,-12620,-20345,4312,-13534,-23501,5286,-14018,-23981,4527,-14502,-23332,4068,-14152,-25083,4091,-13505,-24565,5112,-13413,-25063,5385,-13942,-25574,4528,-13692,-25902,5066,-13972,-26554,4563,-14183,-27536,3687,-14034,-26843,4383,-14321,-26534,3762,-14528,-25442,3324,-13418,-26031,5686,-13589,-26392,5395,-13614,-24531,1228,-13577,-23714,1493,-13386,-23359,1844,-13186,-22420,3604,-12946,-21853,3835,-12813,-21367,4368,-12901,-19944,3984,-12720,-20590,3786,-13409,-22875,2080,-13180,-22788,2264,-13447,-23859,1771,-13189,-23148,2380,-13323,-23292,2612,-16948,-35793,-5527,-14961,-31296,-4429,-15058,-37093,-8043,-14252,-37498,-8549,-15226,-37793,-8605,-14044,-34841,-6828,-14376,-35053,-6847,-13498,-34091,-6093,-13176,-34679,-5617,-13228,-33873,-5177,-13348,-34203,-5103,-13501,-33408,-5251,-13263,-39136,-8974,-13368,-39760,-9461,-13420,-40406,-10047,-13384,-38348,-8772,-13582,-38044,-8855,-16449,-37574,-7248,-14405,-38747,-9414,-14346,-30998,-4301,-14703,-30504,-4073,-14601,-31192,-4460,-15229,-30961,-4053,-16192,-32227,-3951,-17564,-30379,-2276,-17353,-30788,-2449,-16995,-31039,-2626,-16973,-30667,-2428,-13896,-35592,-7391,-14650,-35462,-4388,-14528,-36441,-5294,-14870,-37685,-5390,-14871,-38104,-2723,-14655,-37824,-1913,-14826,-36900,-1967,-14474,-36930,-961,-14270,-37793,-994,-13892,-36980,129,-13812,-37215,-17,-12656,-36587,959,-12505,-37659,197,-12084,-36704,1063,-11806,-37040,804,-11944,-38198,-210,-11920,-38857,-755,-11665,-39638,-1570,-11236,-41461,-3502,-11062,-40688,-3015,-12598,-41596,-3335,-13303,-41577,-3371,-13242,-40917,-2800,-14143,-40686,-3366,-14450,-39805,-3236,-15020,-39796,-4032,-15073,-39642,-4111,-12186,-41250,-3010,-12743,-40611,-2395,-12195,-39957,-1769,-12568,-40129,-1954,-12730,-38449,-559,-12262,-38278,-295,-13013,-37686,-91,-13214,-37185,180,-12513,-39028,-949,-13657,-41281,-3309,-13313,-40206,-2280,-13791,-40509,-2847,-11478,-37440,412,-15008,-37385,-3119,-11127,-35444,2230,-11490,-34195,3476,-13021,-35430,2068,-13859,-35148,1031,-14040,-36025,500,-14612,-34335,185,-14732,-33562,344,-13555,-36414,913,-14852,-39395,-6720,-15053,-39442,-5715,-14872,-41135,-7977,-15225,-41564,-7703,-15238,-42199,-8321,-15058,-42192,-8587,-15164,-42688,-8871,-15254,-42563,-8432,-13124,-35770,-6264,-13135,-36359,-6647,-13607,-40534,-8965,-14032,-40296,-8472,-13968,-41489,-9295,-13298,-39556,-8911,-16810,-39802,-8704,-16671,-39158,-8378,-13934,-42169,-9788,-13588,-41499,-9708,-13336,-40259,-9520,-15099,-40158,-4707,-15050,-40973,-5345,-17819,-36731,-6918,-17890,-36779,-6641,-17497,-31605,-2961,-13283,-33044,-4586,-14581,-33909,-6068,-14283,-31114,-4070,-14007,-29006,-3114,-14032,-23212,900,-13784,-22684,624,-14181,-16094,3570,-16319,-17210,4721,-16805,-17443,4402,-17382,-15369,4061,-17785,-15481,3746,-18545,-15017,3056,-17593,-16164,4018,-17205,-16011,4091,-18717,-15062,2660,-19100,-15136,2463,-19254,-14161,2445,-19369,-14799,2508,-19917,-13913,2800,-20024,-14703,2885,-20254,-13565,2750,-20261,-13295,2948,-20029,-12824,2704,-19709,-12260,2347,-19720,-12514,2320,-19357,-12156,2090,-19342,-11517,1845,-19018,-10989,1618,-18868,-10471,1450,-19091,-10669,1611,-18839,-9729,1475,-18598,-9303,1271,-17895,-9342,2053,-18726,-9856,1290,-18308,-9458,1428,-18485,-11042,1729,-18357,-11341,2183,-18052,-10106,2165,-18160,-9596,1703,-18483,-9427,1235,-18576,-10303,1423,-17247,-14693,4157,-15750,-18496,3572,-19454,-16054,2348,-18187,-18105,3815,-18693,-18127,3575,-14880,-7847,8868,-14849,-7072,9249,-15161,-7398,9006,-16520,-14289,5802,-15896,-12350,6875,-16573,-10911,5471,-16482,-9637,4271,-16433,-9038,3628,-16648,-10034,3762,-16462,-8868,3191,-16661,-9112,2980,-16752,-10118,3481,-16868,-10934,3710,-16797,-11244,4323,-18240,-13845,3101,-17836,-8536,2456,-18320,-9030,2278,-18647,-9385,2140,-18395,-8874,2887,-18725,-9472,2934,-18797,-9660,3346,-18884,-9905,2718,-19097,-10511,2367,-19372,-11238,1990,-19350,-11437,3393,-19676,-12123,2496,-19721,-12331,4157,-17807,-8924,2224,-18348,-9211,1869,-18541,-8931,3637,-18301,-8527,3411,-17787,-8096,2855,-18084,-11242,2638,-19062,-10369,1956,-19430,-11719,3927,-19209,-11055,3664,-19507,-11896,4275,-19724,-12249,2943,-19994,-12899,3924,-20149,-13050,4672,-20353,-12978,4631,-20641,-12546,3932,-20474,-12283,4172,-20362,-12571,4851,-20467,-11054,5475,-20994,-10413,5556,-20625,-9737,5317,-21088,-10865,5292,-20780,-11244,5465,-14421,-3745,10213,-14077,-2455,10540,-13866,-2158,10864,-14750,-4529,9654,-14310,-2928,10093,-14558,-3422,9192,-14892,-4559,8241,-14492,-3076,8651,-14157,-2070,9448,-13837,-871,9330,-13410,321,9213,-14372,-2929,9694,-14084,-1818,10024,-13915,-1195,10252,-13782,-736,10798,-13317,1097,11187,-13635,-64,10708,-13157,1029,9617,-12962,1660,9325,-13495,102,9743,-13495,179,10432,-13809,-903,9822,-14059,-1907,10351,-15091,-5254,8077,-15094,-5396,8757,-14776,-4166,8835,-14893,-4763,9263,-15370,-6351,7864,-12534,317,12332,-13004,-801,11883,-13219,280,11634,-13387,-817,11557,-13620,-400,11086,-13115,1289,10742,-13108,1519,11620,-12796,1320,12114,-12723,1774,12105,-12482,1235,12586,-12279,3016,12450,-11723,3648,13230,-11839,1969,13090,-12220,1627,12894,-12155,1172,12666,-11997,2063,13118,-12322,2066,12754,-13051,1878,11441,-12888,2173,11830,-12529,3108,12092,-12029,4189,11666,-12502,3270,11882,-12219,3910,12330,-11907,4062,12746,-11837,4895,12612,-11402,5577,13098,-11416,5029,13265,-10875,5598,13931,-10965,6855,13292,-11785,5048,12356,-11633,5079,11839,-12117,4314,12194,-10998,6837,12930,-10915,6202,11245,-11298,5659,11570,-11459,5084,11056,-10822,6282,10940,-11412,5883,12836,-10808,5184,14363,-10669,4613,14263,-16055,-9014,6983,-16087,-9545,7132,-11327,5914,12363,-11986,4109,10849,-11678,4421,10575,-12340,3160,10124,-12582,2728,10108,-12574,2710,10636,-12317,3413,11276,-12733,2434,11226,-12767,2113,10229,-11825,4574,11491,-13406,-10995,8305,-13586,-12413,8233,-13373,-11143,8646,-13893,-9422,7155,-13381,-9687,6583,-14059,-8807,7722,-16016,-7719,4952,-15891,-7555,5547,-15678,-6496,5704,-15490,-5773,5944,-15486,-6128,6636,-15587,-6534,6496,-15460,-5165,5411,-16128,-8897,6333,-15979,-6990,4644,-16160,-7902,3974,-14921,-4900,4322,-14470,-4798,3387,-14735,-5372,2563,-14655,-5071,2434,-15494,-5468,1896,-15012,-4790,2110,-16026,-4769,1892,-15689,-4280,1923,-14157,-3892,2858,-14228,-4347,3030,-15758,-3943,2172,-15321,-4057,2128,-14728,-2783,2949,-14525,-1972,3290,-13551,-2094,3937,-13769,-2993,4954,-13430,-1912,5835,-14398,-3360,2870,-14433,-3892,2618,-14000,-3636,3255,-14037,-3783,3715,-13676,-2830,3733,-13949,-3337,3124,-13821,-2680,3404,-13733,-2832,4506,-14080,-3517,4831,-14235,-4032,4283,-14757,-4234,4878,-15014,-4047,5358,-15222,-4230,5655,-14534,-2773,6241,-14266,-2013,6674,-13856,-1835,6416,-13964,-2640,5732,-13399,-1123,6680,-15282,-4929,4814,-14769,-3414,5764,-14276,-3416,5252,-16149,-5431,1712,-15999,-5765,1628,-14387,-4413,3971,-14404,-2088,7001,-17254,-7745,2229,-16404,-6415,1590,-15691,-6083,1933,-15003,-5604,2321,-15408,-6134,2334,-15029,-5923,2626,-14997,-5532,3527,-15400,-6332,3378,-15388,-6365,3167,-14889,-5124,2223,-14349,-4270,2544,-14337,-4555,2713,-16332,-2192,4592,-16879,-2079,4932,-17116,-3001,4832,-15050,-3074,2744,-14766,-1745,3383,-14868,-1196,3675,-14426,-698,3824,-19678,-4010,6265,-18827,-1382,5693,-18749,-1911,6136,-18641,-1229,5851,-19169,-2574,6165,-19314,-3274,6337,-19710,-2988,5483,-19539,-2513,5080,-19542,-2727,4756,-19650,-3471,4506,-18808,-2832,4214,-19308,-2938,4462,-18961,-1686,4577,-18532,-3508,6062,-18925,-3363,6364,-17921,-1380,6257,-17965,-6007,4686,-21517,-8071,4248,-20387,-11505,3841,-20401,-10831,4035,-20459,-11524,4570,-20596,-11831,5146,-20383,-10568,5398,-20926,-10302,3374,-20746,-10224,3487,-21151,-10959,3522,-19997,-13052,2589,-20400,-8499,4874,-19639,-9297,4824,-19417,-16686,2160,-18560,-18974,3494,-21332,-16560,1773,-21261,-17066,1198,-23446,-15468,1273,-23907,-15886,1050,-25147,-16161,-132,-21300,-18568,950,-22022,-17525,825,-24485,-16156,554,-24576,-17242,63,-16560,-631,5905,-15952,-92,5568,-13930,1940,5530,-13602,1163,4785,-12597,319,5691,-12029,1699,7519,-12608,114,6311,-12383,1165,6150,-12300,822,7010,-12564,66,6632,-12910,-771,6333,-13422,-2316,5106,-11785,2666,7974,-12126,1959,7286,-11883,2847,7579,-12123,2497,6647,-13559,2781,6092,-12909,2509,5724,-13108,3614,6685,-12685,3689,6610,-12122,4126,7088,-12195,4549,7255,-11828,4635,7578,-11639,4815,7921,-11884,3831,7316,-11672,3732,7961,-11496,3732,8366,-11669,5267,7963,-12005,3155,6966,-12295,3320,6594,-12301,4950,7490,-12789,3991,6851,-13777,3534,7078,-12998,4123,7118,-12741,4705,7551,-14237,4429,7867,-14381,4591,7780,-13458,5256,8407,-13450,4449,7914,-14749,4552,7453,-12677,3191,6274,-13849,3880,7518,-14141,4165,7801,-14910,3614,7399,-15044,6107,8495,-9800,9418,13882,-9736,9190,13109,-9482,9771,12975,-9216,10431,13412,-9686,9429,14327,-10171,8835,10868,-9958,9274,11359,-9708,9377,12229,-9543,9955,12276,-12832,2473,11688,-11090,1617,12529,-10770,4929,14370,-10779,3553,13674,-11243,4118,13993,-11303,4568,13630,-11749,2982,13369,-11499,3402,13669,-11645,2725,13389,-11253,3410,13746,-10965,2374,12935,-11189,3871,13964,-11268,2754,13285,-11647,1336,12529,-11167,825,12088,-10954,789,12192,-9920,1671,14550,-11502,-3107,12591,-12717,-8281,10436,-12227,-10136,10296,-11837,-9719,10995,-10481,-7542,13611,-10651,-8653,13273,-10911,-8177,12772,-10888,-7139,12874,-10672,-6423,13266,-11557,-7174,11649,-11311,-8091,12078,-11000,-5940,12660,-10944,-5026,12662,-11257,-5974,12103,-4440,8145,18383,-5320,7971,18084,-5832,6877,17759,-5942,6390,17680,-7755,1564,16380,-6539,1442,17002,-7201,314,16710,-6924,-560,16858,-6504,-883,17018,-6157,-1953,17081,-5830,-2052,17140,-7335,-521,16657,-7823,-1574,16388,-7986,-3225,16233,-7521,-3010,16512,-7843,-4342,16261,-7425,-1774,16601,-6967,-2203,16811,-8923,-1037,15402,-9685,-355,14409,-9900,-141,14237,-10427,-171,13911,-9951,-1566,14058,-6288,393,17099,-5960,54,17191,-5100,1119,17416,-5071,302,17394,-5595,-1028,17254,-8455,1429,15865,-7898,-444,16301,-7376,908,16597,-7576,-117,16509,-8486,-42,15817,-9289,134,14857,-8821,1547,15327,-9237,1517,14921,-8640,1591,15539,-8923,504,15329,-9748,1764,14721,-10092,593,14273,-9468,808,14671,-7862,696,16300,-5879,-6336,16549,-5248,-5611,16688,-5385,-7351,16291,-5030,-7161,16287,-4236,-6012,16308,-3666,-10387,14575,-4083,-10662,14548,-4565,-10653,14881,-3774,-11187,14349,-5328,-10066,15489,-5533,-8443,16025,-6343,-9923,15682,-150,-12896,13957,251,-12249,14011,-9785,-9568,14400,-10072,-11632,13849,-10379,-12601,13396,-9981,-12397,13872,-10057,-13848,13544,-9923,-15200,13348,-9768,-16527,13144,-9949,-17179,12833,-10451,-13260,13211,-10228,-11134,13673,-10733,-10540,12940,-9418,-11485,14504,-8809,-11132,14923,-9514,-12619,14236,-11979,-25560,8478,-11272,-25731,9199,-9055,-2020,15296,-9307,-2831,15031,-8899,-3261,15535,-10826,-3697,12858,-11227,-3150,12832,-11365,-4182,12490,-11707,-5039,12040,-11688,-4148,12230,-11377,-12267,11612,-10875,-12485,12487,-11124,-12862,12002,-10949,-13180,12283,-11239,-13815,11592,-11456,-14649,11062,-10659,-13179,12906,-11401,-13756,11177,-12058,-15573,9174,-11901,-16201,9547,-12148,-17402,9997,-11971,-17743,10087,-11624,-15997,11143,-12318,-17524,9434,-13600,-12112,7878,-13318,-17766,5433,-13797,-1385,10945,-13675,-2747,11055,-13147,-2076,11336,-13323,-1594,11541,-13039,-1418,11663,-13583,-2046,11231,-11935,-2149,10585,-11256,-2261,12959,-10774,-2962,13088,-12061,-2842,10222,-13792,-14203,4400,-13591,-14722,4225,-11816,-16698,10698,-12259,-18203,9554,-11193,-18335,11012,-10678,-17745,11942,-9992,-18112,12557,-12939,-16964,6157,-13473,-20801,5940,-13199,-21227,5202,-12790,-20959,4932,-13788,-21605,5149,-14021,-21836,5482,-13848,-21418,6120,-13682,-20887,6225,-14043,-22191,4849,-12949,-20857,5347,-13686,-21628,6347,-14257,-22813,4743,-13675,-22868,5485,-14028,-22367,5428,-14186,-22649,4558,-14800,-24587,2955,-14724,-24177,3542,-14872,-25041,2981,-14949,-25364,2444,-14621,-24521,2557,-13784,-28073,2899,-13568,-23583,2629,-14290,-23389,3500,-13897,-23850,2680,-13635,-22798,3676,-14053,-22660,4213,-12678,-20567,5087,-11279,-29010,7134,-9802,-28977,8319,-9115,-28361,8876,-9133,-28897,8301,-9259,-27774,9395,-9859,-28045,9059,-9668,-27206,9727,-9243,-26849,10044,-8948,-27905,9260,-8277,-27729,9187,-5008,-22353,9660,-5314,-22428,10062,-5164,-23798,9061,-5299,-23166,9537,-4659,-22090,9355,-4386,-22111,9257,-3708,-21861,9587,-3668,-20954,10068,-4713,-23244,8894,-4489,-23285,8841,-4487,-24343,8480,-3451,-24213,9059,-3427,-23482,9353,-3657,-22580,9401,-3469,-22793,9606,-3636,-23569,9135,-4324,-21401,9510,-3553,-21765,10279,-13445,-19293,4552,-14139,-18994,5100,-14357,-18799,5043,-14468,-19375,4532,-14312,-19929,4388,-14054,-20083,4262,-13986,-19321,4787,-14299,-19132,4945,-13247,-21206,3076,-13677,-22033,2679,-13138,-21645,2781,-14137,-21689,3149,-14386,-21983,2862,-12758,-21589,3405,-12711,-21229,3662,-14497,-19881,4207,-14278,-20577,3965,-14263,-22878,2090,-14071,-19564,2662,-14322,-19900,3129,-9544,-30114,7058,-8300,-28411,8351,-7577,-27812,8440,-7734,-27513,9099,-8059,-28632,7805,-8706,-29392,7383,-9044,-30134,6632,-9997,-30793,6546,-9868,-29992,7306,-10710,-29735,7228,-10253,-30509,6830,-7100,-28771,6406,-10862,-35304,2310,-13814,-37813,-731,-14258,-38068,-1229,-14462,-38164,-1591,-13429,-37599,-320,-14132,-37555,-574,-13166,-38615,-948,-14511,-25407,1537,-14096,-24622,1972,-14213,-25741,4026,-12850,-25822,6887,-13517,-26669,5398,-13908,-27355,4240,-11749,-24454,8563,-11009,-24289,9819,-10906,-23898,9955,-11727,-23812,8520,-10922,-25738,9634,-10215,-19120,12035,-10513,-18665,11828,-11009,-19121,10998,-10520,-17129,12290,-10814,-17147,11906,-11246,-16969,11292,-11723,-17963,10244,-11457,-16639,11128,-10291,-14977,13060,-10178,-15672,13009,-8962,-13386,14379,-5941,-11538,15168,-6726,-12090,15126,-4888,-16252,12831,-4788,-15432,13092,-4435,-14588,13167,-4051,-13784,13328,-3896,-13952,13409,-5258,-15167,13642,-5072,-13802,14016,-5279,-12557,14580,-4059,-14477,12974,-3974,-14380,14221,-4032,-14849,14498,-4151,-15751,14033,-4362,-17416,13829,-4198,-16416,14254,-4035,-15731,14615,-4305,-17674,14110,-4069,-17064,14589,-4301,-23632,13356,-3955,-24094,14016,-3726,-23623,14249,-3986,-25299,13741,-3211,-22425,14298,-3612,-22332,14490,-3784,-22911,14357,-3494,-22912,14376,-3478,-23894,14131,-3955,-23293,14156,-9348,-14090,14012,-9629,-13664,13932,-9580,-15694,13483,-9591,-17740,12967,-9235,-15055,13855,-8885,-14572,14136,-8528,-14749,14229,-8917,-16071,13751,-7120,-11445,15290,-6584,-9485,15791,-5719,-9665,15696,-6116,-11183,15313,-5121,-10590,15237,-5155,-11319,15002,-5466,-11198,15156,-4693,-11587,14636,-7675,-11239,15285,-7989,-12175,15016,-7279,-23030,11774,-7107,-21321,12302,-6893,-21830,12058,-8045,-22373,12115,-6469,-20917,12198,-8326,-21846,12224,-7627,-21335,12405,-7415,-21294,12385,-7988,-20623,12618,-3871,-15933,12502,-3965,-14914,12830,-3894,-15527,13191,-4147,-16465,13558,-3833,-16191,12795,-3958,-17024,11494,-4175,-16749,11781,-3945,-16671,11872,-3952,-15878,12314,-4145,-15242,12564,-4286,-15057,12727,-4299,-15768,12410,-13026,-19743,8013,-13077,-19372,8064,-7529,-15721,14137,-5865,-23997,9992,-6306,-25203,9905,-5700,-24509,9409,-6468,-23920,10838,-6306,-24585,10254,-4649,-23920,8582,-4840,-24077,8590,-3420,-27432,8993,-3346,-27376,8387,-3769,-27162,9542,-3725,-26376,9785,-3613,-25163,8701,-3378,-25482,8817,-3323,-26031,8783,-3312,-26931,8580,-3525,-27559,8172,-3512,-26105,8525,-4148,-24179,8743,-3362,-24426,9265,-3379,-24976,9391,-3481,-25199,9667,-3693,-25547,10241,-3822,-25793,10590,-3743,-26562,10177,-3698,-26003,9761,-3344,-25506,9188,-3335,-26525,8904,-5799,-27489,7807,-5921,-28578,7514,-5617,-26756,8029,-6022,-26766,8052,-5470,-27255,7673,-5626,-27821,7590,-5590,-28278,7371,-4903,-27627,7032,-4873,-28570,6587,-4711,-27627,6920,-4452,-28233,6701,-4738,-28291,6634,-6189,-29222,7453,-6388,-28306,7589,-5757,-25556,8736,-4060,-29344,10835,-4388,-29410,11729,-4388,-28165,12234,-4392,-29080,11996,-4465,-27795,12081,-4372,-28500,11622,-4198,-25008,11802,-4066,-25656,11236,-3581,-24285,10179,-3513,-29964,8716,-3254,-30068,8308,-3285,-28217,8316,-3338,-28986,7962,-3239,-29624,8170,-7808,-14907,14351,-4201,-12507,13918,-3972,-13126,13600,-3768,-24208,14122,-3140,-25103,13336,-2649,-23531,13090,-2213,-22828,12760,-1738,-23003,12206,-1428,-22870,11966,-1334,-23123,11838,-802,-21310,11877,-1021,-21800,11902,-1223,-21232,12167,-1561,-21285,12473,-908,-19332,12359,-1510,-20584,12605,-617,-19183,12182,-893,-20505,12061,-2996,-24495,13249,-2670,-15796,15477,-2595,-16831,15173,-2573,-18669,14703,-2050,-25647,11873,-2077,-27548,11528,-2560,-27417,12152,-3653,-28502,13348,16,-14460,13373,9,-13098,13831,789,-12939,13941,2124,-12826,15345,2677,-12187,16751,3434,-13482,17106,3793,-15331,16543,3638,-14839,16772,3483,-14161,16974,3234,-14222,16880,3005,-13966,16755,3045,-15080,16554,4253,-18076,14592,4184,-18442,15224,3959,-17296,15976,3873,-16034,16317,3682,-16704,16367,1979,-28305,12329,1834,-29030,11781,1623,-28948,11523,1570,-19512,13542,1368,-19518,13416,2051,-21981,13875,2757,-14747,16262,2196,-11549,15948,2345,-12713,15922,1801,-13466,14662,1857,-12087,15100,2025,-11846,15481,2002,-8487,16255,2829,-6743,18015,2483,-7589,17295,2482,-6374,17481,2054,-7650,16453,1833,-8441,15990,1935,-5422,16722,1748,-4418,16757,1967,-4104,17036,2325,-3148,17826,2515,-3219,18197,2574,-743,18747,2730,-2311,18723,2915,-1610,19056,3104,-2462,19065,3066,-3943,18832,2623,-3880,18236,2588,-5036,17936,2414,-4356,17769,2972,-5064,18531,2151,-4445,17251,2231,-6292,17019,2029,-6068,16712,1878,-7066,16277,1681,-5818,16367,1402,-5204,16312,1103,-4189,16482,1320,-1836,17078,1170,-2947,16755,1475,-2795,16921,1443,-3976,16640,783,-4514,16478,209,-5505,16404,1414,-390,17488,2016,123,18138,2281,-3,18434,2610,208,18992,1584,2408,18323,1432,1452,18017,1659,1681,18191,2220,1384,18697,1668,-397,17642,1508,753,17848,3160,1466,19654,3905,2151,18617,4757,1244,17807,4960,2717,17980,4286,1831,18027,4091,2515,18325,3884,1160,18793,3793,1875,19336,3800,745,19337,3501,1657,19623,2687,1129,19234,2256,2162,18931,2590,2106,19295,2456,2999,19281,2673,3994,19609,2853,5402,19864,3452,5403,20039,3688,5518,19849,3829,6074,19343,3957,6076,19145,4298,6892,19180,4568,7342,19235,4527,7655,19519,4422,7806,19753,4039,8195,20281,4543,7860,20161,4714,8828,19969,4008,9135,20211,3816,9886,20286,1828,11682,20834,1995,12039,20851,1871,12560,20958,112,13653,20937,574,13911,21180,907,13967,21204,623,14967,20913,125,15331,20832,846,15116,20707,975,16010,20721,1202,15714,20787,875,16859,20413,198,17047,20394,1114,17097,20590,1585,17284,20581,716,17853,20432,363,17961,20214,186,17786,20393,-334,18022,19873,1071,16516,20638,448,16236,20491,311,16730,20219,483,15548,20574,-77,15683,20575,-530,15428,20664,202,14820,20901,-367,14867,20924,-45,14376,21087,766,14408,21045,3647,4781,19849,3055,3384,19784,3324,2513,19767,3548,2534,19686,3665,3175,19606,3776,3000,19307,4226,2991,18304,4192,4046,18554,4787,3494,18163,4783,4893,18489,3843,3823,19066,4537,2683,18070,4562,4149,18375,2917,2084,19551,1989,3615,18979,1691,3944,18764,2153,5271,19456,2467,6399,19816,1668,3100,18562,2084,4737,19309,2720,7117,19992,3231,6327,20083,3552,6270,20016,3694,6626,19871,3829,6951,19537,3977,7083,19378,3853,7690,19591,3516,7930,20104,1432,10391,20836,1386,10765,20877,807,10795,20869,532,11804,20997,1349,11275,20954,1909,10807,20837,1947,9343,20868,3623,7183,20026,3266,7193,20168,2650,7945,20086,3471,-3787,18898,3332,-4757,18778,3787,-3977,18644,3601,-4793,18671,3837,-4680,18416,2885,-11046,17270,3979,4893,18939,4271,4840,18676,4907,7363,19339,6186,7819,19543,6136,7222,19602,7646,6955,18828,7471,6554,18688,7782,5450,18516,7048,5698,18799,6593,5152,18704,6998,4200,18660,8422,4572,18140,9453,5085,17480,9519,5551,17227,7478,4902,18486,8117,4360,18082,7402,6776,18944,6429,5895,18837,5827,6354,18690,6030,5903,18594,5840,5404,18478,6905,6702,18985,6871,6975,19292,5368,7512,19831,5741,7180,19355,5218,7427,19468,5295,6835,18922,5704,6815,19043,6173,6667,19141,6287,6968,19251,-2137,-2531,16837,-2799,-5185,15905,1060,3221,18601,607,3574,19197,-119,3966,19455,-283,2892,19228,343,3596,19345,505,2364,18845,1161,2888,18425,-755,4365,19589,-567,4221,19589,3250,8319,20236,3540,8409,20448,594,-1928,17214,585,-3420,16736,212,-4589,16602,1050,-5354,16189,128,-3955,16816,273,-2354,17267,38,-2430,17448,-655,-2635,18012,-1046,-3133,17932,-1765,-2544,18154,-1701,-1339,18363,-2076,-3764,17840,-762,-3958,17625,-363,-1290,18320,-300,-2078,18046,975,-2277,16960,2811,-18834,15683,2796,-19955,15400,3024,-18215,16004,3285,-12474,17268,4110,-11810,16103,4193,-10099,16103,4398,-11510,15509,4833,-16801,13822,4396,-16415,14441,4271,-16189,14816,4446,-18024,13907,4440,-14797,14838,4597,-14673,14685,5787,-18709,12546,5332,-19779,12461,6179,-18624,12303,6403,-17917,12377,6550,-20225,11028,6523,-19151,11817,6282,-20466,11473,7060,-18694,11163,7567,-18861,10421,7809,-18994,10084,6660,-18358,12003,4161,-20567,14896,4532,-24807,11887,5818,-23808,10974,5825,-25545,9755,6759,-24579,8963,6986,-23737,8968,7012,-22985,9189,6253,-24493,9443,6312,-24916,9232,5996,-24260,10101,5630,-23482,11263,5522,-22301,11604,4706,-23158,12076,5067,-21901,12057,5187,-23882,11603,5204,-24423,11441,5920,-23205,11073,6096,-22035,11123,5981,-22192,11287,4235,-19273,14820,6985,-17897,11742,7269,-17680,11438,7848,-18063,10459,7907,-17251,10789,8029,-17612,10550,8133,-16341,11156,7343,-15930,12262,7672,-17326,11125,7335,-16681,11891,7924,-16381,11331,8170,-16912,10861,8389,-16695,11008,7993,-15584,11726,8224,-14594,12082,8397,-13946,12325,9325,-14334,12756,8590,-14408,12122,8414,-14904,11864,7567,-14514,12649,6609,-15507,13146,7012,-14719,13094,6896,-15970,12748,7779,-2083,17088,7979,-2213,17129,7727,-978,17435,8210,-1617,17616,8261,-2490,17300,8575,-2106,17541,8834,-3227,17227,8653,-3971,16971,8698,-4696,16683,8845,-5651,16381,7519,-953,17375,6857,-1813,17292,7362,393,17663,7271,817,17732,7090,1559,17842,7091,2058,18031,6836,2302,17951,7339,2106,18371,7176,3146,18570,7461,2551,18533,7525,-196,17538,7532,1496,18298,7731,273,18003,7864,1255,18288,5701,4140,18202,6707,4151,18498,6168,5021,18329,6582,6266,19031,8847,-6458,15993,8558,-5745,15916,8136,-5233,16046,8229,-4640,16263,8407,-4500,16415,8366,-5258,16016,9135,-6482,16243,9699,-5415,16098,9557,-3589,16519,9890,-2386,16072,9446,-2446,16714,10905,-2186,14536,11143,-660,14388,11370,-382,13997,10627,-3961,14667,10931,-7497,12675,10980,-9403,12268,10946,-9230,11906,8562,-6197,15688,5947,-4155,16859,7045,-3295,16929,6589,-1433,17370,5640,-1133,17424,4822,-2744,17231,4929,-1294,17436,4519,-1610,17482,4794,-347,17592,4523,-137,17696,5165,-264,17558,4834,-3959,16984,4230,-1584,17639,4072,-1653,17844,3957,-1085,18409,3976,-2265,18149,3911,-1923,18887,3890,-1175,19002,3868,-19978,15596,2248,-21166,14228,1857,-20571,13777,1782,-19403,13736,3763,-34320,11653,4015,-34588,10991,3427,-38988,10280,1085,-39546,9801,433,-39638,9642,-185,-39199,9487,59,-40532,9550,-702,-42353,9614,-1040,-39800,9610,-623,-38898,9493,-1027,-37901,9523,-792,-37453,9490,1674,-40349,9814,870,-40433,9685,-941,-29045,10304,-1401,-30300,10241,-1953,-30809,10690,-1823,-32266,10348,-2134,-30259,10997,-637,-29859,10172,-1337,-32115,9939,-1468,-31538,10111,-1147,-31024,10024,-949,-31868,9897,-1027,-33043,9757,588,-25641,11251,566,-26615,11071,1149,-26377,11567,1993,-36153,10446,2519,-36661,10502,1591,-35711,10387,1544,-34620,10485,1048,-34951,10227,-1375,-34182,9817,-1783,-34188,10109,5628,-32570,8029,5728,-32537,7409,5643,-33205,6727,5595,-32835,5988,5286,-33766,5228,5124,-35559,6527,5314,-34215,5826,5366,-34445,6547,5604,-33465,7490,5751,-32522,7051,5694,-32628,6417,5810,-31358,7320,5743,-31483,7843,5927,-29918,7468,5924,-29270,7945,6084,-28297,7936,5812,-29576,8767,5684,-31983,5836,-3369,-28495,13149,-4165,-31465,11193,-4031,-33344,11112,-3871,-32087,10496,-3728,-35435,11857,-3937,-34946,11346,-3590,-34746,12192,-3537,-35655,12019,-3511,-36226,11939,-1280,-34907,9733,-1661,-34948,9937,-1684,-35996,9959,-2270,-35976,10627,-1884,-35987,10156,-1952,-37290,10207,-2075,-34376,10410,-1417,-36336,9757,-101,-38275,9519,-1569,-38648,9835,-1760,-37247,10002,518,-41286,9599,1800,-41377,9675,3751,-39829,9792,-2849,-40990,11040,-3040,-41141,10639,-3186,-40629,10617,-3224,-40461,10458,-3018,-41038,9843,-3220,-39610,9872,-3023,-41468,10340,-3204,-40046,10997,-2347,-38576,10779,-2694,-39698,11266,-2825,-39135,11346,-3528,-38048,11170,-3283,-36382,11864,-3715,-36402,11460,-3510,-36703,11813,-3686,-37061,11178,-3607,-37770,10925,-3445,-38084,10262,-3106,-37008,8829,-2716,-38487,8015,-2775,-38023,7415,-2960,-37668,6559,-3138,-37642,6003,-3229,-38527,5761,-3052,-38831,6104,-2966,-38659,6443,-3387,-38344,5535,-3933,-37637,5094,-4272,-37180,4913,-2999,-38183,8779,-2811,-41632,6808,-2481,-42166,7484,3591,-41548,9105,3603,-42508,8358,4084,-39530,7685,4222,-38867,6701,4462,-38227,7733,3347,-40739,9621,4175,-37613,9600,4110,-36373,10162,4356,-34738,10227,4276,-38910,7281,4609,-37532,6624,4626,-37340,6123,4956,-36318,6962,4670,-37097,5909,4727,-36294,4461,4376,-38043,5734,4499,-37326,4248,1677,-38764,10024,-2429,-42629,10769,-2187,-42524,10886,-3225,-37254,11730,-3150,-37993,11586,-3428,-37315,11663,-2124,-44710,7967,-2182,-44143,8035,-2007,-45965,7963,-2017,-46617,7813,-2285,-44272,7571,-1756,-46866,8247,-1807,-46191,8523,-1587,-46359,9152,-1689,-47359,8251,-354,-48484,9547,248,-48666,9239,-2265,-44593,9323,-1928,-45613,8871,-1945,-45645,8443,-2110,-45063,9517,-2089,-45008,8847,-2201,-44159,8410,2857,-41495,9348,-1342,-45308,10330,-1404,-45693,10224,-155,-45310,9469,-84,-46458,9475,308,-46200,9322,718,-45866,9235,594,-47122,9146,294,-47590,9288,-771,-45305,9828,-467,-46713,9744,-900,-47301,9770,-533,-49189,9071,-705,-49565,8941,-936,-49078,8864,-1289,-48562,8631,-1055,-50608,8935,-965,-51443,9068,-3438,-53890,5594,-4381,-54100,3916,-4821,-54192,3102,-5289,-54731,3212,-4485,-54420,4026,-4159,-53408,4482,-4538,-52573,3071,-4496,-51403,2898,-4330,-50730,3062,-4721,-50367,2302,-5356,-49603,1535,-5393,-47903,1304,-5030,-47293,1807,-4986,-46253,2262,-4750,-46284,2450,-4436,-45795,2368,-4893,-44514,1950,-5698,-43492,1593,-5766,-43801,1043,-5145,-42958,1617,-5326,-43543,1753,-5349,-44508,1909,-5424,-43971,1842,-4341,-44788,2174,-4977,-51252,2203,-4653,-53578,3241,-4919,-53567,2834,-4764,-52545,2729,-5148,-52890,2264,-5794,-55009,2316,-6305,-52371,2820,-8786,-49483,1786,-8726,-49073,2253,-8047,-48344,2669,-8391,-47349,2527,-8725,-46807,2370,-8558,-48068,2515,-7592,-49274,2652,-8018,-49853,2550,-8164,-49099,2575,-9020,-48834,1633,-9110,-48397,1301,-9026,-48281,494,-9052,-46217,-749,-9122,-45522,-464,-8977,-48848,1993,-8822,-48366,2309,-9187,-47783,2070,1067,-47111,8799,642,-48579,8804,2117,-51786,6592,2449,-51193,6510,2360,-53023,5296,1354,-54103,4343,1229,-53637,3982,1380,-53843,3782,1242,-54667,3780,1601,-54881,3449,2380,-54327,3369,3785,-54069,2547,3361,-53977,2997,2487,-53881,3131,2354,-53380,2892,2130,-53926,3317,1645,-53608,3448,1957,-53107,2835,1642,-52808,2849,1964,-54418,3673,1338,-52142,2643,3923,-53622,2665,3423,-54248,3003,3137,-54611,2480,2803,-54672,2955,2832,-54529,3189,3282,-54491,2867,1024,-51341,2673,889,-51457,3131,1005,-51752,3648,1445,-51893,4424,1399,-49719,2113,1961,-48758,1673,1456,-48816,2279,1336,-48774,2813,1609,-47806,2618,1605,-47851,2921,2172,-47867,4218,2235,-47204,3870,2381,-47341,4378,2398,-46704,4704,2378,-46647,4982,2595,-45836,4621,2769,-44534,4739,2512,-45766,5428,2502,-46267,5628,2618,-46498,4325,1913,-47849,3651,1555,-48986,3852,1360,-48989,3259,999,-50174,2850,1093,-50037,3326,1566,-50057,4396,1739,-49162,4289,1646,-47958,2288,2134,-46774,3397,1923,-46460,2756,2176,-45713,2175,2291,-45885,1940,1872,-46730,2434,1953,-50510,1779,2717,-50731,1680,2739,-51617,2002,5230,-51090,2068,4812,-52169,2152,3869,-52006,2142,3443,-52863,2446,3188,-52222,2249,4195,-52363,2187,2168,-51051,1861,2064,-49270,1527,2347,-48894,1391,2980,-49081,1272,3290,-48386,1118,2266,-45341,2286,2098,-45820,2591,2422,-45049,2617,2188,-45878,2847,1819,-47121,3025,1984,-46528,2203,1810,-47972,1946,2123,-48102,1567,2340,-47313,1527,2484,-48027,1306,1815,-52408,7351,1937,-53863,7207,2023,-54446,6929,1652,-53802,7397,1566,-53254,7770,2614,-52732,5834,2499,-53017,5482,2438,-53338,6022,2438,-52774,6149,508,-55412,7251,479,-54890,7029,534,-55844,5770,542,-55321,6093,560,-54638,6692,770,-54979,6196,984,-57752,6275,1050,-60478,5518,1413,-58649,7593,1439,-58277,8406,1375,-57890,8953,1256,-57531,8636,1780,-59276,9022,1913,-60240,10140,1693,-59948,10448,2005,-59923,8741,1813,-59628,7519,1829,-59501,8332,2900,-47475,6765,2633,-46419,4060,2972,-45410,4068,2952,-47870,6953,2873,-48863,6755,2772,-49634,6633,2579,-53362,5670,2537,-53896,5830,2167,-52323,6533,2076,-52824,6859,724,-56328,5222,625,-57485,5126,817,-57865,5431,930,-58561,4962,1000,-58948,4598,1019,-58957,4021,1575,-59811,4178,1242,-59211,3687,1726,-59838,3844,2094,-59980,3495,1896,-59553,2991,2617,-59887,2741,3229,-60251,3002,3927,-60272,2835,3614,-59916,2483,3881,-59375,1984,3540,-59268,1680,3871,-58906,1454,3372,-58549,1085,3320,-58983,1430,2615,-59537,2318,1861,-59145,2731,1876,-58612,2583,2459,-58495,1926,2433,-58683,1885,2549,-59115,2105,1714,-58761,2749,1479,-59299,3301,3228,-59543,1992,4026,-57742,356,2646,-60243,3347,3134,-57842,2730,2941,-57803,3532,2453,-56910,3905,2563,-57134,3214,2823,-57999,3266,2150,-57243,4685,2011,-56592,5402,2539,-57029,4922,-35,-50507,8884,537,-54172,7604,1152,-57284,8121,2075,-60296,9428,3086,-62067,8067,3495,-61709,8988,2865,-61144,8048,2673,-62408,7581,3104,-62530,7083,4023,-62766,6210,4836,-63315,6171,5558,-63571,5641,6381,-63763,4742,4092,-64120,9598,4864,-62539,4443,5721,-62956,4164,2947,-61375,4536,2140,-61063,4953,-2324,-54352,8913,-1916,-60764,10721,-2373,-58289,9724,-2763,-57832,8452,-2912,-56888,7989,-2994,-57070,7588,-3122,-57302,6939,-2769,-58313,7908,-2949,-57764,7412,-2911,-58623,6947,-2772,-59204,6362,-2521,-59662,5914,-2841,-59682,5779,-2457,-59898,6202,-1983,-60038,6688,-2026,-59828,6585,-2514,-59278,6788,-2434,-59120,8551,-2624,-58835,7711,-2094,-59658,7434,-2022,-59758,8417,-2280,-59631,6179,-2553,-58325,9179,-2206,-59361,9980,-2000,-60470,10377,-1997,-60438,9865,-1680,-61301,9879,-1394,-61281,8583,-1318,-61045,8413,-2132,-60898,8032,-2966,-60483,7230,-3996,-60084,6327,-3121,-60122,6589,-4448,-60258,6475,-5606,-60196,6260,-6314,-59895,5718,-6920,-60043,5815,-8091,-59436,4772,-8030,-59972,5432,-6669,-59412,5071,-6049,-59352,4962,-5621,-59671,5453,-4827,-59877,5816,-6641,-58873,4417,-5366,-58906,4060,-4934,-59270,4711,-4714,-58941,4117,-3747,-59384,5093,-2842,-59435,5688,-3301,-59286,5189,-4416,-59347,4927,-4007,-59737,5749,-3197,-59546,5516,-1952,-60350,7167,-1537,-60496,7729,-5395,-58602,3637,-4483,-58455,3295,-4208,-58279,3268,-4179,-58601,3489,-4245,-58129,2896,-2247,-62178,9802,-1723,-62342,10165,-1922,-60958,10220,-1463,-61552,8924,-1685,-62179,9739,-1281,-61667,9251,-1412,-61974,9535,-1792,-61876,10319,-1267,-61389,8926,-1369,-60960,8632,-1657,-60757,9259,-1751,-60427,9018,-2213,-59683,9341,-2548,-58840,8645,-2479,-58842,9164,-4497,-57447,3977,-4494,-57712,3532,-4437,-58055,3777,-4439,-56761,3654,-4149,-55937,3385,-4781,-55383,3165,-4992,-55297,3234,-5193,-56139,2827,-6357,-56144,2659,-6809,-57565,3504,-6966,-58145,3855,-8331,-58689,4089,-9278,-58900,4171,-9765,-59631,4634,-4391,-55489,2908,-3885,-55710,2915,-4001,-55473,2953,-4123,-56737,2307,-4425,-56083,2520,-4073,-56041,2444,-3856,-56051,2554,-3986,-57139,2488,-5697,-56488,2938,-6108,-56306,3063,-6237,-56791,2992,-4123,-57718,2673,-4373,-57815,2654,-4147,-57319,2428,-4096,-56440,4787,-3518,-56375,5936,-3905,-56627,5338,-4329,-56967,4541,-3193,-58474,6518,-3844,-57318,5714,-3954,-57728,5507,-3690,-58370,5802,-3793,-58900,5186,-4187,-58569,4424,-4140,-58613,3980,-3796,-58984,4507,-4379,-57570,4490,-4174,-58234,4903,-1732,-60201,7263,-1612,-60765,7901,-2147,-59940,9838,-498,-63734,14265,-423,-64311,14693,-2365,-56835,9545,-2587,-55609,8802,-2823,-55242,8060,-3380,-53320,6989,-3186,-52659,7094,-3110,-52900,7469,-3365,-53855,7466,-2565,-54814,8627,-2391,-55534,9177,-3981,-52829,4790,-3723,-51339,4780,-3404,-51677,6059,-4293,-52898,3811,-4300,-52294,3474,-4084,-51363,3771,-4082,-49320,3373,-3673,-46540,3241,-3499,-47241,3741,-3385,-47799,4269,-4270,-44188,2142,-4499,-44106,1978,-5983,-42116,1345,-5989,-42326,824,-7401,-41904,-96,-8813,-40018,690,-9399,-39829,678,-9437,-40346,811,-9176,-39858,765,-9219,-39238,672,-6050,-35931,1021,-5711,-35934,1195,-5545,-36175,1438,-5629,-35900,1669,-5697,-35352,1586,-5721,-35432,1311,-6443,-36108,668,-6297,-35321,1089,-6711,-35204,1049,-7482,-35609,844,-5470,-36919,1302,-5364,-42186,2774,-4990,-43370,3016,-3690,-52678,6291,-3427,-52421,6997,-3304,-51918,6802,-3704,-52471,5644,-3818,-52053,4817,-1956,-50399,8481,-1666,-50153,8560,-2150,-51409,8528,-1469,-50822,8817,-1521,-51643,9017,-3428,-49269,7389,-2979,-48886,7259,-3778,-48702,7164,-2787,-48323,7136,-2523,-48047,7318,-3403,-45947,6146,-3453,-46881,6339,-3048,-46618,6476,-3217,-47738,6713,-4127,-43256,5235,-4387,-42680,5126,-4291,-41430,4960,-4007,-42134,5073,-4517,-41038,4930,-3162,-51906,7227,-506,-48084,9680,-2763,-47075,6843,-2900,-46086,6567,-3047,-55513,7305,-3833,-55407,4559,-4227,-56175,4146,-5206,-55692,2929,-4684,-57219,2533,-4788,-56569,2562,-2252,-50944,8503,-4293,-47923,6949,-3974,-48079,6972,-4630,-47753,6768,-4906,-47296,6608,-4067,-47400,6718,-4438,-48271,6786,-3766,-48552,6036,-3567,-49076,6515,-3717,-49268,7170,-5891,-41778,3266,-5654,-41091,2672,-5811,-42788,3578,-5956,-40912,3040,-6361,-40507,3406,-6230,-41567,3581,-6076,-43417,6272,-6630,-41149,6377,-7128,-40283,5740,-6876,-41106,6188,-6830,-40463,6299,-7207,-38175,4781,-7425,-36806,5397,-6927,-39184,4203,-6746,-38132,3393,-7483,-37153,5837,-7443,-36068,6178,-7427,-37330,6007,-7215,-35254,6586,-6909,-35316,6848,-7274,-30355,5113,-7379,-29900,5430,-7548,-30211,5182,-7615,-29716,5987,-9005,-30517,6117,-7418,-29229,6385,-5960,-45135,5407,-5339,-45065,1916,-5503,-45220,1339,-5497,-44634,1700,-5582,-44457,1394,-5580,-45309,1130,-5895,-44351,687,-5921,-43043,838,-5817,-43029,1433,-9217,-46823,2079,-9387,-46072,1932,-9561,-45995,1150,-9295,-45922,469,-9328,-47975,1689,-9192,-48259,2000,-9370,-47232,1869,-9249,-46503,513,-9546,-46538,1516,-9486,-47067,1510,-9588,-45504,1632,-9625,-45247,1317,-9537,-45166,800,-9498,-44727,1780,-9339,-43422,1513,-3984,-44880,2772,-4196,-44821,3158,-5625,-43074,1642,-6555,-38959,70,-3594,-49379,4465,-7051,-51594,2923,-7241,-50870,2921,-6910,-51241,2944,-6645,-51991,3067,-4115,-55785,3810,-3869,-55341,3354,-3659,-55125,4849,-3578,-46670,3679,-5141,-48635,1628,-4784,-46795,2540,-5041,-49687,1829,-5340,-46386,1397,-5621,-46040,1029,-6483,-46754,581,-7763,-45681,1000,-5249,-45555,1952,-5065,-45504,2167,-546,-50560,8977,-653,-47257,9885,545,-53051,7925,623,-53587,7432,3407,-62915,11369,3757,-63703,10951,3111,-63227,11500,3271,-63779,11587,3018,-62821,11430,3254,-65398,13424,3159,-65289,13118,3955,-65361,12702,1356,-63927,14773,1073,-63550,14657,1664,-64806,15316,2815,-63858,12925,3846,-64518,11147,4592,-65304,11839,5081,-65378,11195,4690,-65672,12390,4261,-64528,10543,6168,-66478,11530,5435,-65749,11360,6640,-66579,10703,6095,-66149,11003,6612,-66910,11464,6585,-67191,11924,7082,-67232,10993,6981,-67682,11842,7381,-67101,9724,6375,-65493,8378,5991,-64845,7555,6196,-64775,6986,5763,-65180,8924,5193,-64783,9063,5328,-65114,9814,4556,-64379,9245,5589,-60706,2346,5776,-60283,2736,6138,-60222,2456,6287,-60754,2098,5701,-60079,2740,5268,-59919,2634,5284,-60327,2975,5216,-60686,2897,5566,-60268,2957,4426,-60075,2558,4124,-59451,2166,5560,-59798,2264,13029,-72066,2910,13321,-72037,2310,14745,-73701,2689,14745,-74127,3686,15209,-74843,3932,15613,-74757,2732,16088,-75127,2171,16900,-76034,1258,14982,-73742,1539,16194,-75089,1514,15217,-74182,2219,16370,-76412,-1900,16729,-76809,-1442,16844,-77098,-1970,17236,-77197,-2645,17369,-78426,-2932,16944,-77094,-1208,17017,-77063,-571,17068,-76930,711,16772,-75884,1618,15870,-75200,2995,15281,-74480,3165,15975,-77191,5820,16121,-77147,5028,15789,-76910,5280,16210,-77056,4538,15908,-76238,4262,15521,-77036,5830,15711,-77140,5764,15799,-75677,3782,6219,-70189,14272,6665,-69539,13602,4976,-71279,15424,1071,-68433,16548,1686,-67105,15543,1964,-66566,15112,2218,-67829,15859,2944,-67584,15547,2983,-68864,16342,3533,-67895,15571,1988,-68881,16607,193,-68039,16517,117,-67202,16034,-505,-66825,15818,805,-67642,16144,-3556,-70173,16968,-3893,-71152,17391,-3222,-71204,17634,2011,-71848,17181,1772,-71254,16923,1481,-71925,17504,2481,-72152,17102,3122,-72298,16821,3926,-72173,16360,4839,-72781,16384,4047,-73106,16937,246,-72039,18062,6017,-77168,17403,6426,-77035,16982,6644,-77184,17100,7723,-77388,17398,8241,-77231,16384,8233,-77133,16070,8381,-76469,15641,8767,-76199,15189,9191,-76941,15052,9669,-77051,14563,9897,-76700,14102,9561,-75943,14149,9965,-76170,13641,10043,-75212,13083,10436,-75350,12141,10589,-74880,11359,10603,-75362,11780,10265,-76477,13457,10310,-75984,12934,10518,-75985,12517,9343,-76224,14592,8269,-75516,15413,8984,-77190,15541,8759,-77323,16570,8376,-77303,16890,8703,-77078,15627,11672,-78073,12958,10727,-78667,14128,11133,-79514,13537,9315,-79495,8699,1689,-79496,7301,13286,-79502,7155,12768,-79492,11115,12379,-79498,11891,11547,-78833,13075,13189,-79482,10862,11813,-77351,12674,12291,-77327,11958,11955,-77213,11818,12292,-77561,12131,12899,-77509,11298,13425,-78212,10607,14157,-79495,9664,13033,-78669,11115,12723,-77380,11465,1174,-63380,13713,2117,-54722,3444,3675,-53542,1023,5774,-52734,-2016,5855,-52865,-1882,5999,-52686,-2233,6233,-52452,-2491,2622,-54767,1649,2767,-50303,-2744,3353,-49645,-3537,4226,-53387,-2913,5723,-46134,-601,5092,-45470,-1211,4929,-46845,-1037,5857,-45194,-745,6530,-44771,-253,6956,-44658,279,7396,-44074,776,7368,-43308,671,6365,-45644,-150,6762,-45730,341,4090,-50472,1728,4808,-50407,1831,4611,-49196,1687,4367,-48607,1488,4355,-48121,1457,5569,-50766,2025,5691,-50885,1847,5173,-51870,2073,5094,-51598,2125,4394,-51662,2050,3570,-51226,1859,4177,-49762,1595,4583,-49947,1744,1984,-50028,1682,2777,-49660,1335,3354,-49919,1421,3633,-49303,1347,3075,-58252,1181,4060,-58304,893,4275,-57668,446,4427,-59027,1990,4607,-58286,1492,4691,-57548,901,4916,-57278,767,5141,-56923,307,5120,-56475,155,4910,-59686,2136,5311,-59762,1695,5904,-59984,1389,2427,-56800,2264,4958,-55500,478,5336,-55127,623,5109,-55213,569,6223,-55504,761,6253,-55388,632,8112,-54247,-2263,7806,-53723,-2320,6017,-56090,451,5327,-58023,964,5574,-57800,329,5382,-61651,2543,8374,-60510,-572,8112,-59727,-691,8789,-60462,-1549,8706,-60794,-5490,7821,-57580,-7224,7495,-57156,-7765,8897,-63741,-8439,8917,-61142,-6871,8541,-61494,-6945,8837,-61155,-7290,8817,-60823,-7549,8643,-61377,-6294,7849,-60488,107,7877,-60033,155,12989,-67646,-1210,14048,-70393,-4776,14393,-71168,-4882,14447,-71298,-4264,14716,-71938,-3897,14713,-72243,-2907,14501,-71709,-2345,14339,-70997,-3078,14291,-70925,-3901,14208,-70609,-3830,14356,-70947,-2405,14390,-71393,-1814,14306,-71393,-1144,14498,-71532,-3276,15312,-73644,-7592,15103,-72586,-4609,4757,-63965,7693,5519,-64294,7128,5084,-64271,7875,3647,-62879,7012,6326,-64365,5925,5561,-63986,6415,4325,-63949,8443,5524,-64746,8276,5158,-71997,15732,8041,-74086,15151,8657,-74148,14622,9760,-69420,7049,9664,-69735,7978,9926,-70592,8317,9747,-70414,8746,9806,-71441,10503,9716,-71746,11273,8794,-71520,13020,10961,-72780,7262,11500,-72985,6320,12778,-73591,5255,12835,-74409,6320,12919,-75451,7646,13113,-75549,7451,13285,-75881,7525,13353,-74776,6258,14465,-77492,9257,14326,-77303,9247,14704,-77337,8870,14842,-77257,8320,3788,-63341,7779,11296,-73387,7504,10726,-72587,7565,10843,-73234,8358,10490,-72023,7377,11973,-73505,6263,11217,-74136,8866,11600,-74370,8360,11981,-74369,7523,11855,-73939,7034,12401,-73676,5809,12474,-74430,6818,12525,-75711,8661,12307,-74803,7626,8395,-68461,9004,8114,-67754,8613,9649,-74049,13034,9885,-74702,13098,9756,-74937,13514,10103,-74226,12142,10295,-74394,11737,8815,-75354,14892,9178,-74773,14207,9398,-74564,13855,9246,-75608,14502,10545,-70344,4946,11215,-75302,10522,12440,-76887,10310,11987,-77092,11425,11652,-77066,11971,11419,-76491,11902,11955,-76484,10854,13095,-77227,9985,12503,-77215,10870,13336,-77305,10338,13875,-77319,9789,12252,-77086,10936,17681,-77166,374,17466,-77427,-2147,16175,-79492,-3028,14331,-72915,1864,13738,-72616,2681,14203,-72186,432,13844,-72056,1144,16550,-79136,-8476,16643,-79490,-7926,16531,-79482,-8661,16241,-79491,-8497,16364,-79488,-9691,16161,-78916,-10667,16836,-79485,-6641,16730,-78346,-7174,17065,-79484,-5023,16977,-79484,-5614,16907,-79490,-6145,17753,-79497,150,16213,-79497,704,15518,-73305,-5235,15750,-73845,-5119,15194,-72878,-4042,14055,-71708,-7840,15521,-77161,-11421,15528,-77269,-12421,14898,-77174,-14048,15188,-77265,-13838,14912,-77254,-14972,15134,-77425,-14718,15154,-77625,-14860,15343,-77421,-13692,14412,-77131,-14887,13443,-76921,-15953,13283,-77001,-16269,13482,-77123,-16303,13878,-77357,-17105,12965,-77320,-17826,13272,-78727,-17758,14700,-77813,-16616,14379,-78658,-16846,12483,-78586,-18420,12351,-79508,-18424,13312,-77529,-17779,14057,-77499,-17150,12261,-77219,-17769,12094,-77113,-17631,13279,-79507,-17674,13790,-79524,-17259,14661,-79511,-16554,10191,-75898,-18540,9880,-76710,-19289,9128,-77418,-21038,8746,-71670,-17270,7593,-77303,-21967,7047,-77423,-22681,6417,-77329,-23000,2834,-77282,-25156,3466,-77068,-24211,2907,-79501,-25815,7363,-79491,-22424,15685,-74030,-4383,15019,-73405,-2402,15103,-73691,-1469,15332,-74206,-1158,15481,-74714,-2157,8145,-59076,-2699,7690,-58364,-1907,7786,-57912,-3012,7857,-58415,-2854,7992,-58683,-3228,8234,-58848,-5165,7739,-58120,-3891,7670,-57570,-3904,7489,-61453,-11891,7764,-61263,-9654,8888,-61004,-6580,8117,-58323,-7931,8206,-58249,-7507,7924,-57780,-5341,7694,-57621,-4338,7964,-56763,-1799,8034,-55023,-2647,3383,-53089,-3165,3049,-51640,-2984,3530,-51764,-3792,3878,-52040,-4279,3596,-52866,-4013,3712,-50908,-3958,3899,-49566,-4019,3935,-48673,-4082,3788,-47586,-4086,3588,-47690,-3889,3549,-46429,-3854,3323,-47164,-3420,3019,-50467,-3143,3328,-50821,-3515,3081,-49121,-2919,4250,-49756,-4202,5234,-46841,-4544,3270,-47853,-3391,3456,-46126,-3666,3946,-43702,-3857,4916,-43503,-1879,5377,-41319,-1417,5198,-40099,-1503,6546,-41619,-718,6850,-43173,-245,6964,-41787,-482,7115,-40935,-564,7162,-41454,-327,6194,-41016,-1012,5739,-42081,-1234,5590,-40118,-1260,7040,-42747,-73,6093,-43037,-915,6980,-44484,2793,6379,-45199,2648,6458,-43960,2780,7017,-43826,2903,5926,-45203,2513,8721,-38391,2743,9002,-37597,3830,8786,-37536,4192,8957,-36460,4433,7617,-39266,3867,7834,-38052,4124,7530,-45501,1825,7179,-46048,2250,5418,-45317,2273,6139,-44000,2665,5685,-48857,312,3515,-51648,-492,3615,-50240,-981,2451,-53322,-1514,2388,-53735,-1137,5317,-45940,-890,4219,-40389,2067,3679,-41480,2355,4113,-39971,2476,4131,-39722,2931,4300,-39702,2298,5439,-37798,2719,5797,-36346,3161,3181,-44731,4049,3541,-42986,4016,3430,-43815,3897,3537,-43076,3529,6982,-29445,5627,7333,-28202,6204,7632,-27735,6550,7182,-27765,6359,7386,-29954,5597,7258,-26890,6770,7429,-24785,7708,7033,-27296,6579,6838,-26535,7028,6150,-23969,9892,6749,-22344,9643,6436,-22577,10044,8116,-18144,10340,8177,-19095,10000,8311,-17482,10648,8482,-18820,10302,8723,-18373,10686,8799,-25632,8290,9074,-25513,8495,10253,-23181,8504,10014,-24268,8798,10292,-22104,8941,9624,-20756,10617,10166,-21784,9714,10048,-23216,9225,9668,-23258,9536,9755,-22529,9854,9201,-22548,9721,9813,-21744,10212,9931,-23216,9444,10049,-22033,9914,9781,-19974,10937,9914,-23983,9131,9860,-24948,8716,9745,-24145,9154,9058,-27281,7766,8803,-27301,7655,9342,-25326,8641,9690,-25692,8463,9846,-27955,7180,9676,-27743,7499,9939,-25681,8234,10136,-24810,8093,10419,-23485,7925,10350,-24580,7582,10404,-22615,7312,10474,-21414,7684,10563,-20872,8069,10358,-19187,7735,10293,-19341,7192,10650,-18215,6917,11026,-18903,6086,11067,-19130,5660,9792,-18695,4659,9554,-19796,4126,8941,-19201,3119,11132,-18308,5947,11121,-18125,6313,11208,-17489,6319,11267,-16975,6609,11353,-16183,6821,11233,-16380,6556,10226,-17310,5369,10251,-15566,5874,11094,-17553,6684,11232,-16401,7104,10701,-17077,7401,10705,-15872,7980,10470,-16382,8637,10480,-16593,8837,10756,-16101,9702,10837,-16541,10150,10573,-15868,9235,10940,-14806,10446,10902,-15234,10533,10822,-14191,11161,10693,-13592,11590,10975,-13983,11065,10657,-14146,9635,10696,-14568,9831,10915,-15609,10216,10536,-15615,8949,10907,-17893,6783,10511,-16199,8429,10430,-17274,7809,10401,-17507,8314,10519,-18832,8463,10589,-17613,8943,10717,-19077,8949,10798,-17807,9352,10866,-16657,9814,10430,-17576,8472,10389,-18426,7224,10349,-18162,7676,10374,-19392,6771,10357,-20144,7504,10202,-20589,6682,10197,-21163,6603,10189,-22168,6427,10116,-23499,6050,10081,-22861,5779,10069,-22968,5546,10199,-22319,5534,10433,-21691,5412,10523,-20677,5784,10760,-21124,5226,10191,-21576,6094,10324,-21103,5940,10831,-20497,5431,10877,-20490,5141,10302,-19858,6605,10634,-19377,6336,10984,-19638,5717,10453,-22244,8417,10618,-20833,8698,10632,-21027,8402,10407,-18353,8200,10344,-18619,7767,10482,-17708,7405,10533,-22397,7892,10401,-21179,9067,9561,-25327,8656,9134,-26509,8142,9439,-26964,7900,9733,-26795,7870,9517,-16346,12189,9507,-15320,12591,9538,-17163,11920,9475,-17713,11677,10064,-17269,11829,9537,-18518,11421,10174,-20452,10446,10181,-19627,10794,9929,-20761,10616,10012,-19940,10888,10322,-19939,9909,10424,-19738,9605,10644,-19587,9111,10699,-19822,8793,10752,-18592,9363,11136,-17301,6170,10651,-17403,5684,9966,-17143,5169,9919,-16376,5301,9990,-15312,5604,9536,-16046,4589,9896,-18020,4905,10493,-18125,5360,10893,-18835,5416,10982,-18237,5710,9631,-16749,4804,9780,-15367,5208,10219,-19348,4759,10710,-20103,4868,8943,-20439,3237,8778,-21914,2838,8610,-21525,2474,8373,-22639,1984,9003,-21681,3170,8483,-21968,1991,10328,-20554,4416,10680,-22138,4546,10597,-23060,4426,10623,-22112,4868,9584,-22592,3443,9385,-12873,13448,9793,-15479,12635,4837,-14449,14544,389,-7719,15840,397,-9128,15190,19,-9110,15777,527,-8261,15468,535,-10007,14804,71,-10724,14812,4753,-9554,15747,2136,-3197,17472,2348,-1086,18278,2108,-1289,17875,2005,-2555,17436,1862,-2890,17216,1629,-1816,17235,259,-7463,15994,870,-6214,16040,1084,-6685,15831,813,-7212,15730,11532,-14729,7530,10815,-14373,6713,10497,-15569,6109,10788,-16362,6127,11140,-15169,6820,10536,-7068,14077,10386,-4078,15033,10736,-4114,14401,10823,-5871,13746,10911,-7047,13228,10953,-7914,13096,10855,-7185,13404,10686,-6998,13730,10561,-6233,14169,10544,-8224,13820,10984,-8513,12845,11055,-9425,12663,10709,-8299,13376,10701,-2963,14809,10943,-3824,13892,11222,-4087,13166,11565,-4336,12268,11268,-5198,12425,11299,-6215,11819,11463,-5511,11844,11387,-6620,11466,11548,-6241,11438,11592,-7422,10913,11537,-8193,10638,12031,-7123,10731,11347,-7761,11039,10982,-5265,13169,10872,-5420,13505,10881,-4417,13740,11044,-4669,13268,11022,-6500,12414,11050,-7381,12026,10941,-8383,12391,10905,-6239,13158,11072,-6175,12380,11958,-4503,11921,12145,-3911,11767,12064,-2281,11926,12109,-1443,12077,12000,-2301,11230,12110,-1512,12635,12065,-2067,12724,11440,-2305,13460,11590,-1518,13413,12099,-3374,12137,11952,-3310,12402,11390,1827,15022,11116,3158,15728,10786,4027,16298,11430,3786,15681,10507,5455,16111,10018,5383,16713,10699,5892,15963,10476,6178,16180,9662,-1708,16407,9453,-1119,16683,8752,194,17526,9421,-116,16701,8398,1596,17860,8458,2737,17762,8575,3530,17597,9578,4567,17285,10268,2955,16151,9865,2910,16471,9662,2737,16469,9407,3502,16998,8916,4044,17645,10367,2406,15897,11057,1931,15281,9071,3018,17094,8851,2013,17325,9558,1140,16529,9432,764,16669,8719,3649,17492,10012,4864,17003,10395,4499,16693,10291,4147,16660,10409,4968,16372,10622,4523,16442,8939,-1174,17369,12059,18,13240,12039,-1083,12972,11762,-718,13344,12217,-206,12910,12370,67,13240,12762,588,12548,11792,266,13578,13785,1923,9928,15998,988,5605,17052,1369,4588,17175,523,4212,17959,1788,3921,17138,1252,4161,17297,847,3712,12114,-320,12838,13174,-875,12012,15697,-1734,6774,15024,-1450,7408,15189,-959,7450,15319,-862,7178,14805,-285,7304,15849,-1355,6428,15404,-1020,6539,15623,-1328,6965,12303,910,13215,11745,1041,14091,11319,1016,14447,11663,1614,14652,8917,-4808,16747,10853,-9467,12878,11030,-9797,12604,11100,-12778,8771,10913,-10051,11181,11000,-9293,11209,10992,-8497,11750,11102,-8203,11406,11238,-7490,11405,8851,-4102,16984,8441,-3747,16841,8171,-3235,16784,8518,-2889,17336,5189,-1853,17324,10556,-634,15270,10096,-232,15901,9955,458,16094,10421,1924,15696,10368,265,15612,10609,1203,15431,10907,804,15005,10630,1882,15441,10944,1489,15009,11237,2386,15377,9568,-4471,16465,6119,-2832,17135,10615,-15129,9490,9420,-17883,4322,9238,-19542,3835,9615,-17842,4628,9149,-19099,3727,9285,-17250,3875,9275,-17854,3981,12009,-9044,6698,12261,-6222,7961,13106,-6259,7854,11910,-7886,3050,11421,-7168,2500,11907,-6774,2205,12454,-5963,2576,12321,-5720,3090,12346,-5732,3774,12779,-4645,4779,12451,-5052,4038,12791,-4403,3918,13111,-4605,3566,13371,-4182,4308,14079,-4477,5458,13072,-4145,5265,13853,-3771,5781,13950,-4101,5514,13153,-4036,4199,13088,-3954,4582,13277,-3772,4807,13460,-3800,4828,13616,-4009,4948,12129,-6466,3418,11134,-7905,1891,11054,-8099,1555,11322,-7361,1977,12166,-7141,1733,12486,-6373,2157,12694,-6114,2278,12709,-5773,2663,14081,-3530,6513,14931,-3488,7054,15397,-3618,6407,15401,-3883,5611,13576,-3276,6713,13531,-3591,6081,13504,-2410,9736,14135,463,9062,13993,-176,9506,14224,-679,9885,14481,-1115,9120,15165,-374,4170,16557,2153,5897,16693,1985,5397,16111,2911,6456,15673,5511,7143,15112,5829,8120,16942,3241,5605,17146,3721,5006,11479,-20315,-886,12202,-18859,10,11864,-15586,4068,11682,-16533,3583,11252,-16178,3530,11595,-17507,3121,12966,-7966,5700,12951,-8062,5380,12987,-5308,6665,11855,-6339,7906,12015,-8524,9846,13125,-3205,8493,13173,-2887,8938,13080,-2701,9375,12529,-1258,10882,12191,-879,11857,13323,-4695,3968,13259,-5397,3435,12830,-5318,2909,13060,-5621,2989,13647,-4906,4526,14126,-5265,4977,14013,-5581,4523,14554,-6050,4843,14740,-7622,3843,15008,-7414,4231,15281,-8281,3820,15243,-9085,3240,14853,-8937,3004,14619,-8927,2767,14176,-9092,2129,13375,-7886,1800,13803,-9367,1483,14306,-10096,1752,14666,-9989,2435,14955,-9415,2879,15607,-9201,3411,15636,-6192,5234,15643,-10046,3159,16055,-10116,3184,16470,-9528,3136,16309,-9904,3010,16252,-9129,3315,15944,-8969,3530,13457,-9566,961,13421,-8828,1344,13333,-5746,3381,13776,-6834,3267,15005,-8131,3747,14364,-8395,2733,13684,-5546,4143,12990,-6421,2381,12588,-7225,1595,13111,-6844,2265,13787,-7805,2395,14398,-7553,3418,13180,-6366,2708,13824,-6402,3622,14159,-6375,3965,14657,-6930,4236,13301,-10839,76,13681,-12067,-468,14016,-12093,-156,13574,-10847,291,16236,-14778,276,16022,-14873,204,15962,-15117,-281,15527,-14306,49,12924,-8750,916,13092,-10018,400,14825,-8478,3251,15952,-7612,4162,16332,-6778,4265,16052,-8090,3774,14400,-3421,7205,16037,-3457,6410,16714,-3378,5729,15866,-3554,5898,15900,-3424,7546,15460,-3446,7116,14572,-3860,6341,15581,-11453,2369,15648,-10786,2916,15873,-10740,2716,16553,-9436,2913,16598,-7252,3739,16064,-6725,3853,15348,-5605,5475,16854,-4360,3316,16181,-4496,2982,16159,-1675,5911,15598,-1709,5471,15420,-1307,5882,16119,-13004,-228,15714,-11952,85,15425,-12324,540,15360,-11902,809,17472,-8216,-562,17288,-8572,-955,17405,-8678,-796,11692,-7212,2996,12403,-6353,3881,12120,-6207,3103,11664,-6633,2860,12295,-6991,3670,12116,-6253,2665,11665,-6670,2559,12518,-11136,-420,12971,-10932,-142,10078,-11943,21,12655,-14634,-2356,12416,-15639,-2933,13867,-14123,-1821,14623,-13910,-1154,14001,-13298,-1160,14259,-12955,-638,9581,-19569,-4446,12515,-21337,1683,10362,-26648,-233,10448,-23494,7513,10308,-24012,6886,10106,-24802,6173,9971,-24854,5575,10501,-23126,7811,9863,-24823,4979,9979,-23995,5533,10601,-21702,8313,10268,-20931,9765,10110,-21302,10189,9312,-31027,6365,10039,-26970,2586,9588,-27104,3454,10079,-27978,6297,9987,-28463,6506,10162,-27177,6615,10039,-27620,6872,5641,-32980,4517,6962,-33123,4414,6819,-32283,4564,7416,-32292,4888,8560,-30588,6185,8114,-33014,5115,8478,-32858,5328,8149,-33887,4891,7423,-34026,4403,7608,-33291,4724,8442,-28898,6773,10043,-26648,7422,9387,-29302,7005,9501,-27935,7482,9689,-28247,7280,9753,-29118,6844,5419,-34135,4108,7630,-31296,5325,9526,-31203,4483,9186,-32243,3497,10195,-25441,3062,8493,-35582,4757,8933,-35152,4958,7766,-36924,4215,8646,-36677,4498,8408,-34014,1095,8388,-36048,232,5029,-35707,6080,4810,-36048,5253,6071,-32231,4503,6401,-32042,4491,10049,-27325,6130,8883,-22304,856,9923,-24297,555,10311,-23373,758,8002,-25393,-210,8368,-28071,1421,9023,-28457,1589,8713,-29422,1301,8168,-29353,1044,7873,-30563,664,7275,-30402,290,10999,-14261,10862,12907,-11809,2794,12123,-10601,2458,16298,-12852,-405,17473,-14540,-1472,17357,-13541,-1081,17355,-13745,-2429,17176,-12540,-787,17293,-11900,-1343,17343,-12569,-1741,17356,-13394,-1679,17559,-11434,-1660,19508,-11264,-269,18662,-10270,209,18523,-9760,-400,18441,-9680,206,18655,-9365,832,18540,-9663,919,18353,-10451,1194,18297,-9984,1647,18498,-9926,1573,18513,-9960,675,18482,-9393,-160,18713,-8978,-128,20251,-12135,-1922,20578,-7393,-1395,19212,-7917,-1229,20140,-7321,-1637,19340,-7369,-1680,20277,-6188,-2608,19839,-6584,-2301,20470,-6810,-2112,21419,-6990,-1504,21772,-7275,-811,21846,-7564,-69,21625,-7679,375,21276,-7683,559,20983,-8130,923,20523,-8497,1025,20866,-8168,265,21317,-8031,483,22149,-6540,-1508,22170,-7174,-336,21098,-6833,-1868,19580,-8048,-824,19624,-5903,-2761,20090,-8518,1462,19542,-8841,1718,19458,-9142,1585,19030,-9424,1637,18647,-9656,1810,18684,-9389,1846,19237,-8817,564,19765,-8926,1372,19469,-8391,-237,19850,-8565,522,20649,-8203,1099,20097,-6927,124,21478,-6889,-76,20601,-7914,886,20662,-7230,302,21200,-7800,-327,20776,-7578,-1012,20466,-7989,-440,19170,-9212,1842,17948,-8873,1268,20896,-6016,-567,21141,-5608,-734,22142,-6207,-545,22450,-6459,-600,22108,-5773,-641,21056,-1068,942,20348,-793,1191,20831,-1985,563,21616,-1495,586,19683,-1470,1128,19125,-1552,954,19804,-2358,373,19653,-2653,331,20080,-2971,-55,18985,-3808,375,19473,-3449,91,19874,-3543,-80,19031,-2478,612,18443,-1877,1061,18198,-1801,1079,18979,-1844,831,18622,-1549,1153,19205,-1068,1567,19503,-632,1610,19927,-2079,577,16140,-13751,155,18969,-15027,-4437,19344,-10767,-1331,20095,-11634,-1085,20058,-11900,-1034,19144,-5662,-2644,18477,-5179,-2161,18159,-5124,-1874,18630,-8261,-2142,18375,-7540,-2253,18947,-6358,-2182,18364,-6220,-1959,18279,-5857,-1933,18479,-6549,-1930,18342,-6942,-2005,18824,-11827,-1640,17586,-8330,128,17669,-7950,46,19920,-7889,876,19397,-7725,693,18643,-8413,1125,18378,-8129,874,18909,-7188,132,18392,-7415,174,16931,-9776,-701,17193,-10248,-906,17142,-9665,-766,18864,-9107,1757,19206,-8427,1242,18349,-2564,719,18107,-3019,169,18423,-3380,277,17871,-3212,15,18172,-4641,-483,18001,-4322,-407,17657,-3545,681,17640,-4327,492,17812,-4424,963,17054,-3175,2090,17175,-2627,1855,17381,-2864,1611,17813,-4321,1367,17657,-3669,1223,17763,-4791,688,17573,-3024,1107,18676,-3160,573,20439,-66,1234,19577,364,1347,20087,-7,-299,20583,-1021,-783,20280,-2004,-1066,19256,-1878,-1714,20048,-2031,-1064,19210,-1189,-750,19009,-80,45,18549,213,321,17960,1273,1088,17761,1187,1119,17935,624,682,18111,232,120,17721,491,-205,17252,453,-256,17633,54,-774,17366,-235,-687,17637,-884,-1098,17245,-500,-291,18528,-1087,-1582,18790,-2238,-2228,18259,-1514,-1817,18391,-1292,-1775,17891,-1082,-1435,17922,-455,-1196,18156,-171,-708,18686,-947,-1271,18633,-392,-243,18699,-216,24,19319,955,106,18786,795,348,17806,1541,1298,18898,441,232,19592,-919,-377,19999,-688,-534,19166,-725,-275,19625,-1293,-547,19709,73,-188,18431,-2642,-2111,17915,-2336,-1203,18033,-3428,-1529,17520,-2470,-1059,16877,-2408,-1449,17467,-3618,-1635,17233,-2434,-1146,18211,330,423,18265,684,674,17444,1346,996,17493,948,308,17595,378,-416,18054,-302,-1024,17857,-1340,-1419,18493,-2338,-2160,18158,-2219,-1516,17780,-3652,-1549,17371,-4212,-1930,16952,-3661,-2230,22302,-5320,-2173,21756,-5953,-2201,22655,-3266,-1586,18091,-7704,-3704,15449,-9142,-3979,14776,-8853,-3547,14378,-8613,-3312,14470,-7556,-3059,14412,-7057,-2920,13767,-5863,-2391,14094,-7495,-2920,12192,-4664,-1504,12441,-3810,-1021,22139,-1612,310,17147,2168,2012,17370,3678,2778,18151,2847,2882,17947,2990,3564,14862,4878,5528,14494,4792,4918,13257,7082,8944,13823,7183,10119,14081,6912,9910,13643,6831,8990,14928,5471,8429,16048,3052,7134,16647,2417,6748,16822,1968,6492,16699,1899,6866,13570,3838,11613,13774,5476,11720,14136,5271,10817,14270,5106,10268,14353,4731,9661,14131,5019,10690,11393,3937,15574,11583,3489,15516,9296,7663,17419,8658,7242,18030,9462,7127,17457,10350,6784,16620,12434,3789,13041,12966,1881,13417,12421,1429,13365,12041,2010,14442,11862,2381,14912,11766,2948,15252,12063,3042,15027,11668,4096,14465,12121,3506,13667,11859,3577,14311,8401,6321,18024,3883,7998,19740,3657,8129,20079,4163,7953,20158,8528,5470,18087,8707,8208,17669,8109,7849,18165,7005,7963,18983,6922,8586,18930,5217,8006,19894,5754,8407,19632,6069,8820,19483,5795,9386,19628,4254,9937,20149,3108,10468,20502,6504,8317,19275,7166,9199,18676,8372,9740,17796,8901,9360,17307,9500,8912,17049,9558,9009,16800,10467,9163,16014,10246,8866,16279,10808,8206,15707,10690,7978,16037,11386,7461,15233,7837,8123,18285,7736,8704,18254,5049,7802,19987,2648,10198,20647,2899,9603,20583,1212,9946,20953,786,10045,20916,141,10461,20840,124,10302,20556,-626,10909,20462,-496,10763,20224,-246,10352,20210,437,10059,20639,-539,11017,20633,551,10419,20907,60,10903,20788,1144,9749,20849,168,9832,20595,-389,11747,20640,-1067,11275,20463,-1148,11183,20117,-1817,10580,20140,-1948,12034,20214,-2380,13854,20232,-1232,10481,19996,-1579,8825,19717,-2110,8817,19813,-2164,8173,19635,-2165,6660,19359,-1218,8885,19676,-801,10068,20001,-571,9412,19837,-208,9802,20166,-506,8800,19770,-2,8977,20484,389,11367,20849,1088,12318,20913,995,12895,20967,-658,12645,20837,-596,13105,20840,-675,13663,20776,-602,14137,20808,-1436,13384,20611,-1948,13200,20364,-2374,14279,20245,-2728,15541,19816,-2747,16411,20022,-2254,16377,20147,-2415,16940,19887,-3114,15879,19529,-3023,15162,19872,-3604,15716,19444,-2972,14651,19916,-2795,13828,19976,1176,14746,20735,1834,14361,20569,1889,15440,20596,1789,16126,20539,2114,16177,20398,1418,16923,20556,2927,14770,20731,2894,15304,20590,3418,14805,20133,3657,15356,20271,4696,14780,19821,5212,14747,19353,5023,14079,19632,5882,14714,18836,5660,16623,18729,6056,16328,18406,6841,17438,17365,6391,16996,17891,5739,17132,18690,5840,16863,18641,4639,16613,19294,5265,16869,19115,4059,16744,19616,3935,16017,19905,4764,16009,19379,5049,15552,19311,6119,16718,18108,5746,15857,18795,4567,13977,20213,4034,14000,20188,4715,13407,20180,4900,13749,20008,3474,13581,20233,4492,12587,20377,3984,12635,20636,3200,12512,20992,3090,11624,20669,2642,12122,20845,5783,10871,19952,6055,11534,19831,7340,10945,18620,7901,10937,17653,8207,10927,17365,8517,11006,16808,8824,10484,16501,9593,10040,16630,9483,10108,16055,10032,9889,16171,10609,9652,15663,10098,9832,15498,9352,10282,16015,9251,10967,16140,9205,11922,15925,10625,9512,15910,9639,9322,16871,11068,8749,15350,11739,7803,14562,11767,8604,14436,11509,8964,14918,11621,9008,14542,11306,7914,15111,10853,8546,15672,9509,9933,16886,8443,10680,16943,10001,9774,16461,3501,11028,20463,3138,10819,20516,4709,10176,20044,5328,10211,19887,5820,10227,19717,4342,10872,20250,3561,13896,20192,2039,14882,20578,3247,14596,20275,2859,13831,20762,2445,14013,20717,1519,14092,20982,3174,14369,20647,2559,15865,20616,2691,16249,20481,3415,16824,19913,4175,16949,19721,3777,15838,20150,4089,15012,20239,2874,16258,20100,2983,15506,20218,3189,15866,20065,2591,14931,20736,2177,15567,20509,1946,16934,20239,2008,17161,20522,10011,7640,16820,9940,8544,16756,10130,8695,16319,9144,8923,17484,8652,9177,17865,8712,9292,17778,8104,9548,18248,7960,8884,18110,9059,8510,17469,11042,7425,15690,8995,9664,17398,8883,10248,17259,8931,10332,16981,8636,10514,16898,8285,10637,17754,8252,10310,18060,8751,9920,17610,7813,10087,18401,7064,10166,19035,5843,11271,19999,6687,9806,19118,7911,9168,18195,5143,10801,20091,6725,10801,19338,7339,10726,18791,7869,10773,18212,5931,11809,19321,5575,12193,19445,5903,12311,19223,7057,12680,17926,7401,12364,17735,7223,13824,17496,8107,13281,17088,8318,12806,16781,8414,11931,16705,8002,12544,17364,7768,12766,17513,8456,11375,16805,8112,12151,17274,7195,11750,18050,6714,13967,17958,7071,14254,17519,7754,14124,17292,5808,11934,19898,6598,13015,18435,6569,11414,19057,6586,11330,19312,7029,11210,18372,7334,11318,17992,7467,11090,17988,7936,11685,17544,6443,11613,18878,9395,8112,17253,7627,7432,18753,6739,7663,19283,3587,11497,20565,3729,12042,20797,4609,11748,20498,3948,13138,20396,3907,13178,20139,4998,11381,20367,4556,11475,20484,6226,10024,19458,6469,9468,19260,3021,13388,20901,3358,13261,20803,3251,12181,20930,2258,13658,20980,1882,13163,21160,1152,13659,21216,2587,12716,21103,3283,13593,20619,3735,14375,20187,4108,14598,20250,4464,14811,20069,6218,15466,18375,6412,13913,18442,6094,15246,18578,6118,14447,18669,6591,16362,17649,6894,16736,17233,7188,16658,16924,7281,15816,17052,7007,16940,17336,6519,15045,18014,6965,11852,18342,-76,16183,20429,-588,15820,20549,-1809,15571,20439,-533,16059,20373,-1242,16711,19954,-408,17003,20276,-1042,17107,20049,-1086,17647,20061,-1474,17709,19852,-730,17797,20135,-361,17518,20282,-2295,17257,19621,-1978,16664,20080,-1772,16816,19838,-1390,16516,20038,-1366,16250,20329,-1463,15624,20571,-1993,15963,20331,-465,16723,20197,-567,14760,20933,-2963,17732,18976,-888,24246,20207,-1300,24327,19450,-401,25592,19902,-17,26866,19534,353,27623,19397,560,27515,19472,46,26417,19819,-282,27512,18830,-814,25917,19096,-1375,25828,19008,-2159,25484,19181,-1773,24833,19099,-2519,25332,19160,-2953,26239,18470,-3245,25262,18511,-3733,24237,18393,-2964,24960,18932,-2589,24626,19289,-2992,24024,19266,-3194,24106,19084,-4397,23879,17862,-2761,25974,18686,-3747,25752,18066,-5757,17268,16080,-6210,17270,15356,-5951,17674,15565,-6246,17628,15088,-6531,16885,14805,-5339,17550,16933,-5103,18728,16986,-5400,18612,16934,-5587,18410,17449,-4820,18118,17674,-4847,17823,17433,-4501,19162,17481,-4924,18875,17316,-4707,19101,17627,-4044,18560,18004,-5086,19149,18648,-5163,19416,18903,-6100,19458,17972,-6058,19890,17898,-5691,20961,17876,-5642,21635,17648,-5577,22850,17411,-6950,22915,17292,-7022,21954,17327,-6698,21358,17287,-6378,22525,17284,-5813,22133,17432,-6306,20526,17554,-5953,22882,17314,-6043,23471,17313,-5451,20042,18497,-5649,19439,18375,3061,17075,20253,4105,17561,19670,239,18178,19994,148,18435,20259,-141,18611,20164,-1112,19558,19534,-889,19785,19654,3908,18653,19684,3441,18649,19878,4841,18566,19119,5114,18231,18799,3828,18294,19569,4458,18264,19194,4432,18069,19467,5148,17993,19020,5272,19425,18515,5566,19527,18855,4870,19974,19573,4647,19706,19207,4321,19752,19567,4061,20525,20145,3712,21508,20473,3674,21780,20722,5385,19730,19332,5798,19489,18380,6080,19347,17892,6588,19256,17570,6510,19111,17476,6264,19633,18001,8081,19040,16651,7977,18881,16256,8930,19176,16318,8965,19733,16210,8627,19538,16508,8306,19018,16323,8561,18821,15899,9681,18703,15680,-1329,18045,19590,-1540,18226,19710,-2632,17459,19433,-502,20866,20646,312,21349,20933,2784,21681,21009,2904,22824,20668,3349,23540,20505,3650,24384,20224,2971,23464,20477,4430,23684,20311,4125,24326,20191,4392,24557,19997,4118,25163,19953,2123,23804,19997,3524,26314,19611,3462,25743,19735,4026,26255,19466,4171,25892,19254,5181,17149,19153,4566,12384,20444,4921,12538,20057,5304,12338,19906,5437,12035,20214,4359,13068,20038,4412,12722,20089,10158,7907,16672,9801,10578,15631,10232,10361,15173,9333,12075,15728,10700,10690,14416,10130,11577,14909,10113,13271,14482,10452,12993,13944,10255,13717,13571,10598,13194,12323,10721,12659,13115,10912,13521,12032,9808,14387,14535,10193,13879,14216,10023,14632,14160,10002,14562,13762,9867,13860,14704,9326,12344,15608,8545,12824,16464,8972,13567,15796,8301,14629,16312,7997,15420,16802,8177,13915,16815,8493,13695,16281,8819,14099,15836,10169,10005,15278,7893,14844,17067,7434,14749,17279,7801,16367,16737,8002,16700,15762,8161,15424,16157,8211,16138,15643,8461,14841,15942,8785,14792,15474,8667,14804,15551,7956,20479,18543,7468,21761,18814,7541,20976,18053,8112,19810,18261,8040,20008,18550,7651,21307,18554,7166,22066,17996,7243,21686,17456,7647,20111,17017,8161,19275,17428,7824,19989,17830,5864,23528,18981,5883,22484,18975,4613,23971,19025,4242,24672,19099,4280,24769,18917,4050,26048,18755,5711,25955,18464,5795,26079,17983,6043,25386,17966,7094,29344,17471,6315,29684,17788,7605,29686,17124,7300,30257,17067,6680,30310,17280,10010,26767,13500,10249,26347,12981,10480,26779,12747,6138,24996,18450,8621,26020,17175,9097,30183,15883,3237,24235,20267,1830,23994,19945,1446,25052,19626,1285,23955,20066,1130,23401,20271,4712,22568,19387,4712,22753,20431,4598,24336,19598,4691,23862,19677,4965,22807,19887,4349,24035,19058,1032,29448,18818,1136,28887,19014,766,28849,19013,-604,28339,18712,672,29391,18470,404,29289,18383,82,27996,18833,-77,28560,18588,-816,28939,18723,673,30703,17842,377,31341,17704,-2671,28754,18451,-1666,30979,17993,-2756,31206,17825,-3778,31353,17307,-4670,30296,17329,-4907,30998,16698,-4295,31584,16747,-3766,31959,16804,-2729,32867,16725,-4190,33132,16228,-4539,33078,16007,-5222,32961,15629,-4207,34086,15444,-3691,33831,15966,-5475,31737,16226,-4905,32151,16322,-4675,32609,16265,-4834,31624,16445,-2801,31762,17442,-2087,32627,16973,-1313,32685,17025,-2016,33032,16774,-456,33168,16788,396,33071,16789,718,32253,17194,1927,32760,16781,2361,32723,17015,2749,33209,16443,2871,33669,16012,3516,34210,15838,3980,34344,15788,3315,34280,15555,3204,33451,16274,2946,32939,16622,4357,31756,17251,3738,32580,16688,3691,33013,16421,3976,34045,15974,3530,33904,16089,4405,31398,17552,3336,32174,17040,2054,32051,17352,1033,33516,16618,-200,33437,16713,-554,35199,15648,-1004,35540,15433,-524,35349,15301,-738,35957,14721,-560,36715,14071,-1413,36440,14251,-1452,36113,14615,-2017,36520,14111,984,34923,15353,1364,35715,14665,2236,35423,14738,1734,35165,15020,3617,36177,14002,4439,35554,14492,3414,35608,14567,3921,34865,15131,4738,35463,14745,4179,34810,15342,2223,34726,15290,3273,35063,15023,4194,36452,13662,4116,37416,13036,4171,38036,12874,4434,37859,12623,4806,37724,12323,3658,37426,13319,-131,35537,15047,-842,37336,13680,-1372,37994,13211,-1143,38630,13273,-782,39565,13663,-218,39352,13950,148,39363,14042,713,39372,14027,762,37927,14050,1932,36921,13709,1222,36957,14101,487,36436,14251,1097,38030,13945,1248,38350,13902,2197,37827,13580,3186,38684,13423,3501,38033,13347,3671,39194,13303,1265,38780,13921,-577,40320,13735,-932,41916,13383,-691,43097,13298,-1045,43406,13026,-1502,42730,12775,-1479,41319,13039,-1336,42271,13045,-1121,40525,13404,-1084,39614,13439,-1444,39619,13080,-2026,39552,12119,-2337,40423,10907,-2207,40194,11613,-2008,40516,12111,-1748,39440,12620,-1699,40749,12743,-1856,40687,12444,-2370,39371,11604,-2067,38902,12234,-1913,38114,12765,-1715,37519,13234,-2450,36954,13483,-2769,37353,12949,-2137,37237,13274,-2910,37817,12398,-2410,37908,12556,-3138,38383,11606,-2686,38442,11910,-3078,38672,11310,-3578,38865,10866,-91,38157,13885,406,37888,14023,-809,38132,13522,-448,38575,13756,754,36935,14139,-86,36977,13967,-106,37467,13859,-2980,39816,9259,-3492,40295,8303,-2698,40126,8872,-3210,39623,8898,-3830,39043,10071,-4376,38910,10019,-3750,39293,8855,-4082,39135,8413,-3682,39209,7845,-3735,39451,7206,-3282,39544,8460,-2276,41969,10139,-2105,43635,11118,-2186,42940,10812,-2111,44304,9952,-1997,44443,9463,-1977,43476,9553,1727,42529,14289,2130,41202,14286,1631,40736,14239,568,40646,14016,2052,40632,14237,1917,38807,13828,1291,39820,14073,559,35675,14819,5701,33696,15829,5088,34544,15313,6033,34243,15238,5986,33997,15491,6932,33317,15807,7712,33297,15351,7160,33930,15007,8794,32265,15608,9442,31834,15409,8055,32747,15710,7529,32959,15867,6286,33441,15891,6017,37242,12396,5688,37139,12466,6313,37819,11268,5053,37377,12454,2365,36873,13649,3084,36649,13789,-799,27384,18846,-901,29205,18661,-6701,28344,16202,-6696,29088,15812,-7327,29371,15051,-7896,29487,15120,-8065,29375,15010,-8218,27892,14290,-8250,27007,13948,-7295,27612,14803,-7149,27040,14846,-7017,27313,15196,-8025,28488,14867,-7891,28679,14964,-6951,29048,15273,-6979,28147,15345,-7119,28366,15005,-7550,28406,14854,-6462,29808,15983,-6318,31029,15578,-6888,30662,15187,-7142,31244,15206,-7410,30726,15222,-7592,31676,15176,-8411,31557,14800,-8665,31974,14143,-8247,31916,14904,-7847,32677,14520,-8031,32295,15037,-8020,32737,14277,-8364,31960,14405,-7441,33017,15008,-7386,33530,14330,-7683,33979,13746,-8854,32576,13751,-8225,33243,13810,-8095,30595,14518,-8082,30198,14405,-8139,29694,14462,-8188,29367,14685,-8531,30392,14551,-9315,29832,13895,-8679,31136,14621,-8671,30702,14664,-8304,30816,14588,-8830,30671,14590,-8276,30086,14244,-8094,29844,14287,-8031,28997,13718,-7961,28585,13567,-8095,28739,13491,-8751,29397,14173,-8850,30310,14537,-8998,29456,14134,-8417,28456,13479,-8211,27924,13225,-8079,27550,13099,-8090,27122,13232,-8097,27092,13037,-7998,27948,13303,-8084,28970,13948,-8689,28649,13802,-8788,27608,13486,-8204,29236,13754,-8397,29366,13849,-7789,30461,15042,-7674,30894,15062,-7131,30252,15160,-7654,30373,15175,-7029,29406,15172,-6735,29804,15447,-6723,30280,15325,-6400,31707,15250,-6699,31664,15164,-6324,31216,15464,-5988,31203,16123,-6240,30063,16329,-5430,28306,17202,-3335,23070,19323,-1742,26606,19071,-3761,23315,18802,-5950,18558,18256,-6290,18370,16903,-7124,18328,16610,-7674,17790,16192,-7083,17720,15619,-7728,17279,15640,-7424,17003,15204,-7881,17076,15474,-7600,18090,16643,-7620,18607,17061,-6145,18338,17884,-8005,17770,16191,-8197,17589,15798,-6902,18558,17674,-6494,18357,17466,-5808,18003,15823,-6361,23697,17474,-6152,24649,17652,-7279,23015,16887,-6515,24027,17505,-6731,22938,17384,-7225,22083,17250,-4606,22821,17951,-5577,18578,18306,-5641,25847,17797,-5969,25045,17707,-6886,27870,15739,-7573,26751,14493,-7646,25877,14203,-7973,26284,14191,-8435,25071,12981,-8246,23929,13479,-7547,25269,14070,-8297,24544,13608,-7794,24837,13806,-8101,25435,13943,-8413,24448,12409,-7866,27465,14575,-6964,26697,15735,-7026,25537,15452,-7024,24296,15033,-6993,23491,14624,-7246,24016,14180,-7589,23978,13717,-7337,24747,14146,-7074,25044,14805,-7060,26134,14964,-7485,22704,13540,-7237,25627,14549,-7016,22897,14841,-9547,15566,10534,-9487,14822,10192,-9378,14321,9937,-4142,32856,16442,-2997,33459,16730,-3458,30966,17800,-3368,31521,17418,-2859,32476,16873,-9191,30473,13998,-8850,31151,14214,-9747,29141,13467,-10536,29698,13034,-9903,28592,13198,-10280,27101,12467,-10661,26301,12101,-9663,27593,12884,-10248,28985,13308,-10850,21978,11259,-10954,22806,11475,-9672,15951,8442,-11016,14324,6323,-10902,14430,6873,-11519,14571,6464,-10580,14969,7916,-11118,15591,8168,-8347,26261,13505,-8359,25514,13363,-8389,25062,12638,-8321,25466,12816,-8717,25239,12657,-8429,25360,12621,-8232,26212,13018,-8357,26289,13299,-8152,26484,12917,-8254,25959,12718,-9287,31203,13916,-9590,31674,13572,-3577,33190,16587,-3555,32699,16563,-3868,32323,16583,-7975,31230,14836,-7337,32705,15231,-7323,32033,15281,-7430,36668,12013,-8906,37010,10969,-6353,34721,14210,-9081,36449,11960,-9285,36518,11652,-9976,35753,12094,-10463,35330,11969,-10848,34772,12032,-8172,34256,13481,-8491,35196,13104,-9260,35060,13071,-6336,37913,10650,-3281,37871,12396,-3353,46550,11180,-3505,46694,11545,-3182,47187,11673,-2791,47533,11142,-2699,47877,11195,-3471,47330,11275,-3566,47539,9864,-3737,48231,10143,-4080,48203,10117,-4948,47443,9787,-5122,47351,10710,-1835,51941,12453,-1961,51002,12500,-1764,51109,12693,-1570,50643,13128,-2360,50726,12442,-1198,51501,13366,-571,52071,14030,1778,50374,15063,-2070,42508,9468,-2746,42101,8914,-3320,43281,9449,-3422,43565,9739,-2743,43081,9718,-2300,42516,9256,-2968,46667,10936,-1922,45926,12121,-2875,46364,12501,-2402,46230,11385,-2041,46085,12224,-2169,46100,11682,-2931,46130,11853,-2588,46173,12509,-1486,45409,13030,-1240,45777,14005,-1214,44706,12878,-1521,45119,12321,-2438,46357,13016,-1984,46237,12645,-4426,37044,12835,-7585,37347,11164,-7853,37537,9966,-6576,38006,9852,-6407,38013,10240,-7354,37557,10800,-7849,37500,10556,-7092,37724,10485,-6867,37871,9485,-6828,37646,8478,-6725,37881,9092,-8037,37379,9300,-6443,35267,4652,-6574,39038,5080,-6215,39309,4643,-5900,39191,4940,-6207,38480,3298,-5489,38537,3560,-5641,38116,3283,-5759,37678,3124,-6495,37807,2557,-6564,37373,2249,-6864,37535,2091,-6605,36512,2019,-5700,37374,3089,-6255,37373,2581,-5919,36436,2626,-6548,38716,3577,-6503,38366,3001,-6803,38511,2754,-6935,38581,2492,-8018,40862,2837,-9723,36407,11102,-9861,36386,10608,-10066,36155,10254,-10180,35925,9622,-9751,36096,8950,-10324,35149,8074,-9764,36447,10150,-9776,33330,5444,-9406,33366,5189,-8859,35150,6290,-8805,34439,5442,-9094,35246,6699,-9419,34660,6368,-10357,32312,5049,-6913,33507,3940,-7492,33073,3482,-6627,32295,3235,-7262,32158,2922,-6317,31784,2992,-6713,31429,2708,-6971,30850,2345,-6481,31005,2587,-6244,32247,3132,-6066,32942,2678,-6667,32868,1743,-6338,32631,3428,-6265,32110,2404,-6206,32095,2782,-6439,31387,1984,-6650,30221,1392,-6938,31077,930,-6763,31797,1357,-6372,32322,2127,-6711,31295,1362,-6260,31438,2722,-6327,30899,2402,-6351,30187,2192,-10456,35679,10544,-10683,35307,9856,-11342,34360,9257,-11864,33865,9472,-10956,34736,9073,-10432,35401,8970,-10980,34305,8104,-10679,34402,7444,-10237,35949,11070,-10051,35935,11655,-11408,34590,10058,-11678,34262,10218,-12054,33490,9580,-11358,34698,10471,-10662,35364,11459,-11921,33182,8164,-12144,33181,8891,-12302,32598,8388,-12438,32003,7736,-12271,32567,8025,-12521,31471,7601,-12560,29460,6364,-12708,29058,6296,-13190,28703,6162,-13786,28056,5721,-14227,26983,4825,-14470,27546,5344,-14676,27735,5594,-13799,28616,6201,-13043,29128,6492,-13134,29617,6972,-12764,29824,6896,-12696,30452,7220,-12562,31431,8079,-12419,32109,8910,-12339,32357,8731,-12200,32989,9117,-12091,33031,9834,-12736,31419,8623,-12820,30958,8100,-13123,30688,8161,-13548,29758,7365,-14205,29228,7190,-13790,29259,6918,-15004,27943,6022,-15180,27962,6298,-15458,27702,6567,-12996,30315,7570,-14318,28475,6259,-12567,29484,5856,-12620,28363,4874,-12926,27191,3197,-12953,26371,2602,-12777,26127,1704,-12979,27011,2623,-12970,26411,2075,-12898,27844,3812,-12864,28866,4696,-12797,28699,3839,-12522,28681,3751,-12548,29110,4170,-12763,29854,5170,-12761,29965,5704,-12759,28067,5615,-13152,27656,5407,-12928,27304,5155,-13612,27310,5148,-12305,31567,6596,-11904,32375,6927,-12037,32789,7748,-10601,33502,6133,-9976,32494,4950,-9211,32844,4570,-8998,33257,4617,-8481,33757,4286,-8607,33964,4592,-9504,32529,4650,-9391,31805,4124,-8997,31235,2987,-8548,31553,3071,-7609,32852,3397,-9798,31399,4248,-9466,31185,3909,-10200,31361,4475,-11999,28734,3965,-11604,27903,3294,-11342,28890,3727,-10997,29612,4002,-10335,29995,3991,-10125,28673,3474,-9952,27947,3186,-9636,28268,3187,-9598,30134,3679,-10111,30236,3996,-9434,29797,3436,-9642,29200,3441,-10541,28446,3442,-11001,27523,2915,-11057,28664,3530,-11127,26350,2118,-10440,26769,2639,-10863,27056,2672,-10360,27614,3076,-11793,28929,4014,-11296,29986,4290,-10594,30944,4460,-10942,30970,4629,-9127,31828,3729,-8677,32081,3348,-7973,32515,3741,-8139,33423,4037,-13021,25557,2022,-12673,24173,488,-9355,18416,-418,-9746,17948,-920,-9635,17091,-1138,-10000,17389,-1151,-12333,30730,5636,-11860,30401,5016,-12102,30187,4984,-11428,31367,5370,-11894,31523,6017,-11369,30842,4923,-12915,28746,4164,-12827,29302,4683,-12564,27018,3965,-12533,28104,5381,-12484,28350,5282,-12480,28918,5722,-12678,26641,4469,-12878,25699,3973,-13041,24885,3436,-13020,24031,2836,-13050,22783,2136,-13033,20992,1172,-13357,19981,696,-13541,21043,1489,-13815,21574,1815,-13778,22569,2330,-13548,23442,2800,-13175,22068,1886,-12943,22360,1762,-13279,21216,1485,-14742,19732,665,-15179,21243,1104,-14542,20482,1051,-14078,21385,1688,-14015,20561,1259,-14146,22190,2091,-13930,23426,2813,-14020,23806,3010,-13972,25020,3686,-14273,25546,3749,-13901,26319,4332,-14690,22595,2043,-14374,21823,1814,-13020,20094,544,-12696,27674,4132,-12544,26534,3791,-12585,26068,3589,-12612,26150,3952,-12697,25742,3022,-12827,25065,3252,-12863,24207,2593,-12758,25171,2913,-12850,24537,2159,-13247,24411,3278,-13692,24460,3422,-13397,25286,3911,-13166,26100,4327,-12907,26354,4434,-12661,27447,5104,-12500,27447,4724,-13363,26401,4504,-13651,25754,4110,-14129,24383,3264,-14785,24542,2891,-14621,23577,2532,-15043,24098,2563,-8561,32946,3863,-8757,32938,3936,-8924,31894,3345,-7826,33416,3775,-7464,32011,2934,-6204,37339,6915,-5983,37220,6422,-4889,37667,5717,-6825,34392,1898,-5870,34673,4087,-4306,38407,4475,-4843,38681,4005,-3899,38999,7446,-5020,44386,8110,-6903,44959,8787,-7504,46039,9148,-7236,46720,8591,-7158,46555,9329,-7023,46442,9722,-6891,47346,9118,-7374,49070,9501,-7285,49581,9809,-6371,50268,8707,-7286,49405,8964,-7041,49878,9080,-6845,50596,10657,-7040,50196,10440,-6760,50265,9260,-6342,50675,9622,-6606,50714,10198,-6855,50158,10683,-7095,49568,10317,-7280,49148,10006,-6995,50190,9775,-6951,49388,10312,-6485,50836,10786,-5823,51005,9923,-5414,50915,10963,-3725,52189,9478,-3982,51598,8916,-3773,50922,7288,-3993,51044,8072,-4119,51708,9532,-3435,52800,9823,-8420,40683,2387,-8775,41340,2394,-7239,40863,3080,-7481,42727,5208,-8089,44607,5845,-8094,44840,5522,-8081,45209,5876,-7862,45687,5845,-8024,45602,6555,-7684,45797,8596,-6979,47328,7985,-6774,47406,7069,-7131,46965,7610,-7209,46789,7080,-7666,46175,7409,-7804,45491,7851,-7822,44855,7207,-7651,44750,7610,-7532,44439,7692,-7665,45112,7931,-7671,45544,8820,-7651,44098,7674,-7871,43665,7368,-7563,43771,6602,-7835,44341,7161,-7742,44433,6692,-7940,44706,6458,-7573,43711,6182,-7927,44045,5658,-7671,46136,6193,-7764,45209,4585,-7191,44544,3634,-6772,43439,3141,-6903,43300,2979,-6857,42370,3318,-7639,43211,3042,-7365,44970,3917,-7934,44133,4942,-7867,43649,5144,-8091,45299,6446,-7940,45261,7066,-7820,45743,7622,-7631,45557,4605,-7803,45502,5001,-7611,46017,5538,-7706,46158,6748,-7356,46347,5649,-6892,45972,4425,-6918,45600,4066,-6238,43975,2860,-6348,43725,2600,-7096,43957,2642,-5933,43705,2520,-6584,43716,3060,-6750,43679,2809,-7344,43089,3763,-7495,43231,4111,-7379,44180,3822,-7656,43772,4198,-7688,43229,4792,-7220,42145,4302,-7787,44551,4417,-7522,39979,4109,-7297,40223,4606,-6926,39777,4401,-6749,39350,3834,-7322,43506,8475,-7014,43127,8808,-7230,43061,8845,-6835,42601,8997,-6306,42392,8786,-6897,42168,8493,-6876,43775,8309,-6582,43526,8092,-6869,43089,3210,-5339,44488,2548,-4434,45423,2242,-4038,45965,1379,-4222,45321,993,-4161,44987,979,-4369,44895,1616,-1111,45887,1724,-3707,43971,903,-7564,45571,2811,-8000,45694,3168,-7536,44878,2739,-3226,50703,5024,-3045,50626,4565,-2867,50629,3620,-2769,51353,2733,-2564,50708,2358,-2527,51241,2426,-2252,52131,2834,-2901,50875,3041,-2737,49987,2789,-2647,50441,2439,-3714,50952,6208,-3543,51934,6767,-6367,42698,8785,-6173,42719,8564,-6464,43141,8200,-6880,43443,8501,-5139,47370,4220,-4142,47089,3459,-8637,48823,-303,-9283,50326,0,-9629,51398,751,-10392,52615,849,-11181,53418,83,-11533,53406,-840,-11719,53346,-1318,-12632,53872,-2347,-13729,54513,-3085,-13312,53889,-3084,-12675,53102,-3046,-10918,52189,-1162,-10159,50712,-1340,-9079,48511,-1448,-9884,49684,-1777,-9276,48258,-2005,-8715,46779,-2337,-8276,46792,-1619,-7414,45171,-1479,-8590,47920,-1139,-8122,47072,-1086,-12085,53438,-1894,-12429,53273,-2604,-13741,53702,-3936,-14838,54430,-4690,-15851,55821,-4762,-15880,56226,-4343,-15720,56504,-3741,-15006,55675,-3623,-14286,54913,-3416,-14511,55342,-3326,-14244,55552,-3051,-14317,55973,-2748,-14249,56248,-2339,-14486,56815,-2024,-14919,56908,-2646,-16117,58606,-2536,-15973,58836,-1914,-16172,59375,-1007,-14699,57814,-97,-14701,57725,292,-14194,57230,249,-13519,56356,871,-13988,55710,2485,-12919,54590,2735,-14378,54671,3260,-14882,57721,-1377,-13872,56369,-1461,-13613,56267,-1035,-12878,55513,-593,-12709,55558,330,-12266,54939,1175,-12168,54580,1968,-12906,55190,2035,-12721,55424,1214,-13154,56076,543,-14328,57396,-260,-13231,56162,110,-15099,58188,-750,-15559,58201,-2087,-15123,56043,-3502,-15294,56957,-3122,-16103,59160,-1524,-17311,60618,-1244,-17375,60688,-1026,-18311,61637,-1653,-16057,59091,180,-15745,58920,-260,-15934,59149,-638,-17348,60443,-2064,-17216,60434,-1600,-15301,55536,-4299,-13786,54019,-3698,-15033,55032,-4465,-11485,52287,-2021,-11050,51248,-2237,-11423,50954,-3007,-11423,49865,-3747,-11753,49840,-4128,-12464,50485,-4527,-12131,49669,-4620,-11482,47413,-5115,-11889,47131,-5590,-12801,47128,-6315,-10421,50546,-1889,-10780,49413,-3251,-11130,47799,-4587,-10692,46863,-4624,-9104,45566,-3589,-9198,46253,-3329,-10760,45898,-5128,-11239,46136,-5449,-10034,45172,-4736,-10419,46130,-4704,-9845,45660,-4343,-11924,46449,-5891,-9905,49109,-2274,-9650,48250,-2577,-9487,47385,-2983,-10244,48203,-3388,-9581,46995,-3348,-10695,48149,-3935,-10767,50080,-2752,-10429,52203,-134,-10564,52101,-585,-9209,50499,519,-8797,49782,723,-8395,49162,1974,-8875,50216,2123,-9543,51520,1822,-11326,53485,2475,-11538,53394,2800,-13004,54971,2425,-12348,54466,2400,-11296,53836,1561,-9016,50470,1602,-9301,50969,1260,-9751,51795,1310,-10634,53077,1393,-10017,52266,1849,-10612,53030,1779,-11142,53570,1979,-11841,54472,515,-12016,54700,726,-10899,53316,843,-11594,54064,221,-12586,55333,-55,-13075,55459,-1195,-12234,54692,-442,-12208,54464,-792,-12562,54743,-1168,-13394,55516,-1757,-13255,55131,-2013,-13087,54656,-2266,-13390,54624,-2745,-12561,54368,-1681,-8343,48423,3037,-8826,49351,3204,-9336,49411,3805,-9794,50039,3844,-10322,50996,3689,-10307,50109,4038,-10946,51288,3804,-11159,51210,3896,-11794,51404,3955,-12701,52690,3654,-13100,52930,3635,-13442,53720,3451,-10226,49222,4314,-10240,51559,3294,-10878,52299,3208,-10680,52473,2931,-11051,51953,3507,-12579,53174,3420,-11986,52989,3304,-12196,53528,3074,-13431,54189,3233,-13464,54822,2872,-9761,50452,3611,-9246,50035,3311,-9182,50734,2397,-8643,49425,2732,-9062,49274,-722,-9486,50332,-481,-9645,51083,133,-10119,52044,407,-10887,52840,-212,-9810,51077,-289,-10228,51489,-669,-9855,50696,-832,-9650,50077,-1053,-10364,51329,-1092,-12484,52611,-3229,-12718,52407,-3662,-12005,52326,-2786,-12188,51644,-3530,-13099,51333,-4712,-14417,51321,-5914,-14663,52112,-5753,-15552,52338,-6403,-16706,53557,-6748,-16098,53961,-5987,-15525,53945,-5340,-15719,53132,-6164,-14974,52928,-5551,-14100,52148,-5204,-14166,52701,-4853,-13668,52749,-4492,-16859,54488,-6410,-16565,52468,-7087,-16066,51628,-7048,-15509,51868,-6559,-13883,51433,-5401,-13048,50630,-5029,-13104,49900,-5424,-13736,48874,-6347,-13144,47002,-6593,-13749,48279,-6571,-14308,48626,-6803,-15228,48836,-7215,-15507,49439,-7107,-14806,47991,-7285,-14176,47003,-7193,-14343,46104,-7485,-15127,46564,-7759,-15517,47660,-7747,-16350,46874,-8177,-16876,47752,-8295,-18661,50099,-8635,-17471,49196,-8326,-19337,50085,-8893,-20907,51232,-9255,-21680,51908,-9451,-21905,51244,-9494,-22528,51536,-9587,-21062,50607,-9344,-21174,49757,-9357,-21258,50175,-9409,-20127,50078,-9122,-18762,49124,-8776,-17994,48947,-8557,-22009,50701,-9548,-22679,50549,-9639,-16870,47002,-8290,-18221,48100,-8609,-17613,47205,-8393,-17562,47949,-8480,-19193,49095,-8876,-19531,48597,-8876,-14209,45023,-7653,-14263,50219,-6235,-13526,49570,-5909,-12665,47650,-6009,-12527,48968,-5335,-12216,49178,-4957,-17394,53612,-7226,-18120,54044,-7540,-18337,52726,-8076,-19298,53092,-8428,-19340,52139,-8360,-19222,51318,-8580,-18073,50761,-8129,-16644,49307,-7870,-15661,48396,-7632,-16851,48365,-8223,-16514,48539,-8038,-15686,46620,-7981,-18096,50301,-8322,-18440,50184,-8521,-19848,51443,-8858,-20201,51963,-8895,-20672,53472,-8697,-20314,53930,-8731,-22723,57114,-9071,-22333,57017,-8912,-20505,54381,-8738,-19682,53822,-8486,-20113,53279,-8531,-19478,52715,-8332,-19196,54445,-8046,-19264,54004,-8228,-18781,52293,-8130,-18508,51735,-8019,-17118,50569,-7636,-16699,50113,-7569,-17228,51400,-7764,-17851,51551,-7833,-17192,50900,-7613,-18041,52109,-8048,-18623,53636,-7984,-17463,53002,-7493,-17334,52326,-7630,-17124,51605,-7704,-15802,50230,-7256,-16648,50419,-7458,-16479,51362,-7392,-15430,50279,-7022,-15131,50741,-6685,-16586,50875,-7555,-13214,52684,-4043,-13188,51867,-4488,-12516,51369,-4086,-15071,56333,-3383,-1611,47152,2484,-1812,46311,2285,-2075,45852,1650,-2731,45591,1020,-1617,46048,1933,-1632,46594,2364,-3884,46330,1469,-4224,45728,1977,-3797,46279,987,-4018,45784,857,-3380,45653,780,-3873,45539,815,-5360,43628,2034,-4831,44037,1516,-3095,44961,1016,-4456,43017,1133,-4417,42698,1082,-4599,43446,1110,-4844,42577,1296,-5644,43317,1625,-5345,43350,1787,-3542,41053,1471,-3785,41538,1347,-5075,43404,1675,-3782,38316,-72,-3369,38583,601,-3007,38669,1146,-2290,38649,844,-2795,38451,869,-2075,38878,1284,-1621,38838,824,-1594,38779,589,-820,38596,105,-1549,39111,1096,-785,38956,637,-2557,39135,1596,-3026,39358,1517,-2324,40133,1799,-2587,40353,1783,-2867,39822,1693,-15635,42937,-8384,-15179,43127,-8241,-17897,42326,-8800,-16780,42448,-8744,-17874,43039,-8585,-16489,43277,-8433,-16050,42352,-8670,-15532,42306,-8577,-14651,41410,-8427,-14935,42198,-8422,-15443,44444,-8224,-15619,45401,-8126,-5236,38518,-1744,-7112,38629,-4051,-7116,37778,-4257,-7967,37853,-5000,-9117,37600,-5888,-8885,38263,-5631,-8973,39624,-5452,-9574,38976,-5989,-10004,40459,-6013,-10861,41840,-6379,-7496,37948,-4581,-7532,38977,-4392,-8971,40492,-5254,-10200,41595,-5939,-8568,39691,-5129,-8112,38502,-5000,-9640,41582,-5509,-10087,42997,-5518,-10844,43753,-5927,-10375,42524,-5872,-11376,42480,-6618,-11001,43047,-6225,-11446,44428,-6207,-12103,43968,-6765,-12618,43547,-7160,-12754,44924,-6928,-12240,44921,-6616,-11661,43263,-6642,-13036,43153,-7456,-12208,42520,-7131,-20388,46571,-8244,-21023,46618,-8188,-21587,46977,-8039,-22318,46978,-7787,-21410,46011,-8118,-22669,45598,-7618,-21407,44562,-7709,-20520,44023,-7996,-20049,43930,-8166,-19921,43619,-8041,-20301,43328,-7745,-17412,43274,-8499,-17669,43722,-8508,-21091,45411,-8130,-22175,45605,-7823,-19973,47282,-8131,-20753,47562,-8030,-19662,43338,-8104,-21197,44823,-7909,-20494,44904,-8154,-20325,45310,-8267,-22064,46252,-7928,-22818,46329,-7612,-23301,46926,-7290,-24045,47138,-6789,-24957,46193,-5558,-23733,45695,-5519,-23384,45502,-5539,-24327,46753,-5359,-22762,44573,-6584,-25534,50221,-7582,-26036,50167,-8021,-25775,50024,-8438,-25493,50064,-8839,-26325,50777,-7729,-27857,59659,-10355,-28800,60959,-10630,-27493,59000,-10249,-28605,59615,-10443,-22427,45076,-7466,-21883,44296,-7276,-20427,43506,-7734,-20703,43355,-7358,-20723,42774,-7145,-20464,42038,-6553,-20324,41600,-6378,-20428,40684,-6174,-20497,39939,-6092,-21516,39799,-6351,-21654,39826,-6565,-20684,41069,-8294,-20352,42170,-8204,-20374,39130,-6027,-19978,39349,-6029,-19447,37357,-5990,-18630,36231,-6371,-18330,35993,-6401,-17558,35834,-6272,-18654,38725,-5812,-19117,38249,-5920,-18805,36968,-6000,-17658,37705,-5824,-17725,36637,-5933,-18615,36469,-6145,-19252,36593,-6118,-19755,41450,-6237,-20375,42271,-6473,-19514,41954,-6149,-20325,41017,-6294,-20823,41277,-6459,-22002,44045,-6937,-19977,42858,-8222,-20501,43101,-7555,-20929,41890,-7162,-20730,42246,-6918,-20699,42010,-6739,-21411,40594,-6840,-21236,41182,-7277,-21650,40116,-7206,-21318,40782,-7592,-20805,41689,-7953,-20978,40777,-6445,-21154,40123,-6239,-20720,42410,-7570,-24397,46088,-5372,-23371,45951,-5362,-22039,46114,-5286,-20914,45881,-5139,-20970,45403,-5244,-20443,45513,-5059,-20225,46922,-4881,-20645,48759,-5260,-20828,49409,-5456,-23607,48197,-6025,-22831,48585,-6512,-21670,49254,-5950,-20669,47599,-5091,-21240,49071,-5571,-22263,48663,-5775,-20653,46446,-4972,-21566,46356,-5138,-22740,46480,-5213,-22978,45540,-5467,-4091,42841,931,2588,43203,157,4888,44616,320,4607,45056,10,4313,45425,66,-2212,41762,1328,-7216,45191,-1059,-7785,45483,-1867,-8303,46113,-2212,-7712,44931,-2137,-8431,45837,-2579,-8629,45503,-3040,-1807,38715,-683,-1844,37816,-1294,-1344,38679,-537,-2200,38747,-302,-2403,38525,-1046,-2916,38214,-120,-3125,37978,-1018,-2649,37926,-1406,-2097,38054,-1394,-2256,38308,-1295,-2908,38134,-1269,-1664,38521,-1008,-10037,46670,-4048,-8195,42968,-3692,-7186,41259,-3284,-7144,40636,-3475,-7678,40661,-4041,-9846,43804,-5061,-9185,42382,-4914,-6153,33439,-3745,-6774,34792,-4290,-6262,35035,-3820,-5923,34254,-3531,-7480,34262,-4823,-6948,34419,-4434,-7439,33397,-4746,-6837,36626,-4196,-6507,36610,-3862,-4046,37690,-566,-3729,37470,-401,-3747,37872,-178,-3425,37759,-263,-3441,36397,-876,-2920,36408,-826,-3007,37230,-1402,-3689,37301,-538,-3274,34496,-1161,-2151,35929,-589,-1660,36395,-513,-1668,36040,-373,-2980,36198,-813,-3258,35102,-1145,-3206,34038,-1056,-2863,35162,-980,-2601,35224,-848,-2069,35306,-599,-1981,32114,98,-2028,31455,-52,-1702,32365,381,-8286,42531,-3967,-8238,41754,-4216,-7425,46866,1129,-7966,48163,1012,-8000,48290,1443,-7959,48080,1967,-7636,47362,1558,-7723,47400,2066,-7871,46357,3196,-7414,45845,2505,-7201,44859,2470,-9264,50563,2833,-9739,50970,3210,-10078,51854,2844,-10396,52535,2433,-9692,51622,2372,-10972,50330,4122,-13069,52392,3767,-12580,51706,3920,-11716,50860,4060,-12266,50994,4005,-11420,50167,4132,-10688,48859,4383,-9731,48306,4430,-9658,48857,4249,-9361,48409,4215,-8589,47828,3725,-8396,47994,3458,-8986,48826,3756,-10793,49645,4258,-11253,49160,4202,-14911,55395,3012,-14265,55147,2994,-14754,56109,2576,-14824,56556,2264,-15339,57332,1878,-13955,55988,2156,-13480,55987,1564,-7680,47064,2352,-7946,47401,2930,-15615,56859,2390,-15810,55884,2762,-15314,56057,2723,-15214,55239,3011,-19253,61184,813,-18394,60545,927,-14155,48282,18,-15219,49015,-1021,-17817,53281,-881,-8999,47283,4201,-9605,47796,4473,-10216,48440,4496,-10295,47614,4416,-10684,48029,4371,-12093,48780,3407,-12980,48568,1954,-14212,49108,764,-14989,49741,177,-15198,50453,659,-15919,51453,608,-14680,49839,791,-13375,50377,2917,-13884,50136,2091,-13747,50608,2553,-13540,50886,3129,-13919,49208,1261,-13471,49623,2223,-12908,49834,2977,-13037,50401,3355,-12940,50783,3695,-12251,50420,3917,-11978,49842,3845,-12459,49358,3199,-14088,49984,1653,-14759,50850,1630,-15755,50410,-573,-14687,48956,-89,-13929,48370,522,-8167,46869,3501,-14729,51482,2473,-14524,50993,2290,-14200,50500,2087,-14180,51152,2896,-15692,54734,2858,-18670,55840,185,-18993,55606,573,-27928,59239,-7400,-26834,59477,-6756,-27992,59887,-7443,-28152,60582,-7496,-28512,59652,-7775,-30488,60497,-8597,-30886,60780,-8848,-31490,61342,-9024,-31157,61373,-8827,-30932,63800,-7741,-27422,63617,-4852,-27569,63166,-5318,-26049,62559,-3992,-26073,62795,-3724,-25822,62962,-3131,-25332,62949,-2640,-26803,62659,-4843,-27438,62195,-5882,-14093,56879,932,-14456,57082,1184,-15772,58586,703,-15096,57997,586,-15354,57964,1090,-15298,57576,1556,-14576,56807,1767,-14518,53268,-4903,-14535,53643,-4841,-15515,54510,-5266,-14981,53362,-5186,-14833,49362,-6887,-14435,49499,-6614,-14788,31176,-6430,-15077,36272,-5249,-17785,35400,-6207,-16870,35591,-5997,-19912,35513,-6479,-20164,35092,-6760,-19716,34673,-6511,-19365,34735,-6258,-19883,35100,-6451,-10723,37181,-6895,-9674,36860,-6307,-8771,35833,-5768,-8251,35420,-5422,-7380,35198,-4771,-7167,35834,-4573,-8590,36766,-5597,-8361,37632,-5343,-7299,36492,-4627,-9117,36840,-5955,-9805,37511,-6343,-9588,37956,-6155,-11017,39493,-6852,-10536,39897,-6477,-11253,41228,-6750,-7934,35959,-5172,-18889,43293,-8357,-18809,42788,-8598,-24350,49631,-8997,-13713,45768,-7251,-18582,36495,-8637,-17981,36088,-8681,-17728,36405,-8760,-17431,36946,-8733,-16453,37216,-8732,-17737,37420,-8935,-18469,37400,-8866,-16314,36978,-8637,-17629,37187,-8795,-17909,35570,-8528,-17894,35012,-8245,-16406,35736,-8555,-16060,35302,-8284,-16904,35232,-8381,-17305,34545,-7890,-19559,40887,-8854,-19375,39839,-8929,-19000,39471,-8989,-18333,38178,-9003,-18271,39024,-9030,-17634,39446,-8988,-18426,39753,-9002,-17755,40922,-8911,-19135,40867,-8930,-17040,38462,-8993,-16006,38517,-8898,-15380,39886,-8730,-15599,37533,-8762,-16492,38036,-8954,-15525,37160,-8528,-21146,40723,-7902,-21786,38726,-6164,-21943,37860,-7109,-18170,34146,-6927,-20059,36472,-7574,-19499,36734,-8182,-20356,37091,-8048,-20842,36976,-7665,-19195,36385,-8325,-19350,34951,-7771,-19518,34676,-7368,-19265,34385,-6431,-18886,34245,-6603,-19855,34674,-6941,-19692,35884,-7911,-18610,35002,-8143,-19766,35375,-7655,-20018,35146,-7240,-20602,36408,-6477,-20200,35641,-7132,-20188,36175,-7113,-19890,39809,-8797,-13586,36451,-7910,-14628,37276,-8336,-14177,37820,-8413,-12711,36416,-7647,-12065,35474,-7275,-12589,35146,-7375,-13283,34710,-7419,-12215,34449,-7078,-13368,34018,-7142,-14441,34663,-7228,-13536,35810,-4509,-13900,36139,-4671,-14048,36725,-4540,-13567,37556,-3880,-13947,38078,-4042,-14401,37285,-4596,-14918,37998,-4714,-14614,36317,-4992,-14948,37342,-4980,-12858,35766,-3732,-9701,34863,-1161,-8301,34897,1250,-7492,34329,1571,-6644,33813,1959,-6515,33465,2079,-6053,33443,2729,-7837,33431,1206,-9291,34395,618,-8840,33930,951,-8854,33887,-121,-8486,33540,229,-7180,33358,1575,-7073,35408,1784,-10601,33200,-2021,-10133,32947,-1548,-9718,32437,-1314,-11447,32935,-2666,-11678,32109,-2753,-10965,33313,-2174,-10095,33933,-1493,-11066,34106,-2267,-10770,34063,-1989,-10219,34747,-1598,-8660,34153,1147,-8219,26463,-668,-8267,25822,-756,-8525,24999,-1062,-7990,25297,-468,-8269,25088,-710,-7546,27057,-75,-6920,27614,622,-7857,26236,-425,-7991,27895,-419,-8500,27295,-880,-8042,27273,-415,-8541,25765,700,-7053,19964,-254,-8071,20937,-550,-6331,20563,1697,-6305,21367,1366,-6071,21739,1478,-6500,20077,1302,-6617,19205,917,-6602,19919,787,-6725,20040,300,-7115,19117,-479,-7439,19485,-625,-7735,19516,-604,-6162,21071,1992,-6324,20402,2535,-6338,19942,3119,-6408,19816,2645,-6203,20472,2857,-6077,21129,2132,-4170,20984,172,-3147,21019,446,-4029,20590,340,-3970,19261,1037,-3047,19716,1076,-2545,18104,1480,-4547,20034,816,-3195,19130,1227,-2676,20357,890,-1867,18810,1325,-2495,19082,1267,-3864,17570,2020,-3882,16262,3085,-2929,16468,2383,-3284,16784,2420,-2901,16254,2919,-2457,15870,2874,-11468,31720,-2634,-12412,33180,-2988,-11847,32895,-2853,-11127,32586,-2468,-11740,33327,-2678,-11417,26366,-1964,-12113,25609,-2395,-11701,25436,-2161,-12505,25147,-2607,-10780,24996,-2545,-10585,24718,-2468,-10501,24874,-2247,-9480,24851,-1724,-9230,25519,-1505,-9811,26012,-1628,-10955,25276,-2154,-11025,25067,-2509,-10725,25607,-1962,-9941,25315,-1868,-10362,25242,-2099,-11826,24970,-2770,-11129,24919,-2991,-11658,25876,-2054,-12588,25641,-2675,-13097,25310,-3316,-12671,25189,-3542,-12866,25368,-2780,-12349,25032,-3040,-11822,24990,-3474,-11664,25062,-2377,-10075,24743,-1944,-10186,23510,-1922,-13955,32221,-3620,-11351,33132,-2483,-13941,30632,-3716,-14226,28867,-4327,-12911,28167,-5383,-13444,30150,-3595,-13432,29516,-3590,-10518,24720,-2983,-10127,24410,-3369,-10727,24917,-3103,-10479,24382,-2871,-11224,25113,-3889,-10629,25281,-4036,-10040,25351,-3845,-10485,25055,-3479,-13823,30303,-6164,-14152,31256,-6624,-8623,25915,-1064,-8839,26802,-1070,-9699,25134,-3826,-10252,24812,-3321,-7899,30616,-4685,-7493,30643,-4439,-7948,32148,-4941,-4652,15561,3557,-4021,14798,4038,-3406,15224,4078,-4319,15008,3807,-4503,14953,3998,-4905,15471,4310,-5040,15253,4624,-4446,14436,4425,-4834,14541,4885,-4541,14028,4756,-5508,14514,5289,-5813,15814,4922,-5260,15113,4879,-5358,16144,4576,-4462,15899,3150,-7940,20384,-573,-8247,20959,-328,-8802,23144,-1083,-9212,20865,633,-8549,20099,191,-8609,20995,379,-8852,19845,259,-8802,19023,54,-8377,19021,26,-8510,21437,283,-12512,23382,-38,-9176,34780,-348,-9168,34403,-294,-7956,31202,104,-6284,28276,2123,-8822,26730,1262,-8667,26840,1069,-8137,26980,1101,-7162,30249,2628,-7229,28146,1885,-6961,27084,1506,-7694,27662,1541,-8640,28996,1815,-8825,27611,1335,-8895,29245,1903,-7822,28645,1925,-8885,27152,1375,-8686,28326,1510,-8493,27328,1187,-12934,40390,-2692,-12305,39963,-2316,-16097,40499,-4959,-15877,39978,-4928,-16767,39683,-5306,-17328,40321,-5395,-17924,40204,-5639,-17813,38946,-5684,-17380,38469,-5645,-18063,39368,-5721,-17693,39194,-5660,-14294,41740,-3656,-13944,41411,-3375,-14725,41475,-4041,-14657,42150,-3924,-13562,41538,-2950,-13396,41049,-2778,-13461,41102,-3041,-13858,42317,-3011,-16105,44618,-3716,-16708,45376,-3754,-15895,44698,-3421,-16402,45757,-3416,-19587,45865,-4758,-19277,46932,-4594,-20057,47794,-4930,-18375,46190,-4294,-18735,46469,-4399,-19671,48110,-4807,-19469,49051,-4737,-19846,46484,-4772,-21537,46631,-5093,-21491,47497,-5190,-21910,47914,-5365,-18166,47189,-4113,-17440,46918,-3731,-18258,48360,-3997,-18902,48795,-4410,-19999,49721,-4937,-20630,49804,-5267,-19637,50219,-4580,-19457,49879,-4608,-20340,50931,-4735,-18823,50975,-3809,-18972,50591,-4134,-20646,50634,-5027,-21658,50991,-5591,-22210,51181,-5926,-23076,52237,-6011,-22310,51780,-5682,-22415,52446,-5528,-21616,51654,-5324,-21616,51988,-5105,-18808,47872,-4399,-17753,46586,-3973,-17067,46252,-3698,-22364,50099,-6174,-23938,50189,-6932,-21214,50497,-5625,-15702,44905,-2505,-15198,46491,-2178,-14538,45984,-1793,-16215,46761,-3008,-16737,46891,-3438,-15278,46995,-2197,-15786,46643,-2572,-16292,46072,-2828,-16433,46430,-3258,-14713,47599,-1470,-15664,47844,-2335,-13450,47973,908,-11941,46181,1414,-17797,53811,-320,-14100,57028,-594,-16151,54734,-5548,-17262,55618,-5993,-18228,56567,-6240,-17381,56323,-5913,-17162,55922,-5865,-17697,55235,-6713,-18573,56086,-6921,-19745,56259,-7680,-19420,56703,-7229,-20756,57851,-7626,-19729,58406,-6725,-19924,58058,-6780,-19997,57533,-7183,-21480,58385,-7888,-18735,57713,-6281,-18951,58255,-6136,-21087,61960,-5756,-21826,62881,-5940,-20502,62188,-5060,-20688,61929,-5459,-19858,61001,-5226,-20097,60812,-5385,-19619,60341,-5211,-18734,58537,-5705,-19119,57316,-6517,-13989,47917,-6841,-11513,45429,-5951,-24181,51025,-9788,-23793,54097,-9753,-24033,53794,-9762,-23223,52996,-9676,-24077,53171,-9642,-25986,52950,-9045,-27141,51577,-7921,-27193,51090,-8181,-25813,50755,-9344,-25272,50853,-9621,-13415,56222,-565,-18255,61556,-1163,-20074,63274,-2058,-20936,64028,-2296,-21578,64469,-3784,-21342,64423,-3044,-21936,64901,-3591,-21411,64012,-4257,-21556,63907,-4625,-22143,64110,-5228,-21647,63254,-5436,-23239,64309,-6373,-23730,64338,-6808,-24096,62606,-8032,-25731,63918,-8651,-24038,62263,-8173,-23720,63857,-6872,-20665,63791,-2694,-24861,66750,-5860,-23287,65135,-5670,-22889,65111,-5147,-22699,65230,-4674,-23754,66035,-5198,-23111,64563,-6033,-23808,65203,-6258,-24349,65261,-6791,-25439,65722,-7497,-25332,65182,-7495,-26838,66330,-8160,-25751,66302,-7376,-25224,66436,-6684,-24191,65890,-6007,-25765,67418,-6249,-18904,61690,-3231,-23266,63570,-997,-23718,63369,-986,-22979,62790,-703,-22137,61785,-547,-22222,61412,-662,-24075,62648,-1722,-24395,63414,-1644,-24729,63321,-1987,-26622,63478,-9397,-27806,64314,-9858,-26524,63633,-9332,-26191,63919,-8994,-27425,64591,-9554,-26995,64818,-9165,-26658,65108,-8769,-25941,63011,-9128,-26805,63199,-9364,-39871,70569,-11660,-40727,71220,-12171,-40444,71497,-11726,-39072,70247,-11181,-37170,67749,-10927,-36686,67694,-10481,-31927,66878,-7207,-31164,66352,-6650,-31205,66690,-6529,-31322,67353,-6112,-30846,67196,-5651,-31414,67031,-6404,-32003,67508,-6659,-31554,67777,-5954,-35665,67498,-9717,-36012,67734,-9866,-35355,68137,-9290,-35310,67711,-9376,-34932,68117,-8999,-32053,72710,-7182,-32001,72106,-5371,-32953,72639,-5673,-33266,72680,-5693,-33714,72630,-5898,-33979,73097,-6043,-33850,73261,-6186,-33309,73169,-6409,-34411,73726,-6660,-34316,73914,-7143,-34683,73747,-6595,-34436,73314,-6273,-34937,73639,-6691,-34235,72926,-6192,-34392,72365,-6563,-34033,71754,-6380,-33821,72001,-6262,-33320,71682,-6026,-32745,72192,-5417,-32282,72080,-5262,-31751,70117,-5205,-31736,70629,-5216,-32985,72241,-5538,-31674,71710,-4985,-31108,71454,-4878,-30224,71121,-5041,-30357,71413,-5757,-32238,71792,-5201,-27084,66843,-8227,-29437,67183,-9652,-32395,66504,-11343,-33405,67016,-11660,-32493,66833,-11372,-38351,69551,-12726,-38049,69852,-12852,-39615,70864,-13225,-38601,69891,-12864,-39040,72899,-13186,-39742,72285,-13754,-39063,73902,-13284,-39969,74122,-13673,-40666,74470,-13898,-37452,72185,-12496,-37532,73976,-12263,-37571,73515,-12502,-40232,76396,-12869,-38168,75250,-11964,-40942,77538,-11695,-41428,77632,-11213,-42845,76460,-11126,-43132,77049,-11324,-44952,76983,-12293,-44550,75998,-12398,-43650,75776,-11861,-44116,76470,-11946,-44754,77311,-12159,-45753,77969,-12897,-44207,77747,-11989,-43894,76791,-11681,-44960,75740,-12861,-45198,75269,-13511,-44474,74411,-13725,-44407,74564,-13389,-45387,75330,-14332,-45447,75773,-14785,-44741,75537,-14914,-44444,75725,-14976,-44633,75096,-13195,-45299,76197,-12798,-43749,73959,-13301,-40978,71643,-13343,-40940,71407,-13035,-40550,70932,-12542,-41744,71990,-13187,-41591,72023,-13417,-25545,62271,-8871,-20862,57071,-8055,-32235,61836,-9595,-30300,59845,-9378,-30002,59556,-9764,-30451,58010,-9655,-33587,63425,-11139,-34782,64341,-10664,-33564,63457,-9908,-33369,62973,-10004,-34582,64533,-10192,-34538,65150,-10013,-34017,65337,-9639,-33931,63885,-10017,-34180,64493,-9947,-31746,61556,-10269,-32520,62422,-10803,-33231,62871,-10725,-33504,63026,-10494,-33945,63464,-10396,-33975,63641,-10181,-32003,61683,-10079,-32876,63415,-9481,-32001,63760,-8896,-31938,63055,-8994,-31250,62063,-8757,-32142,61888,-9373,-31906,61515,-9654,-32692,62252,-9841,-31287,62949,-8665,-33078,63272,-11270,-34094,63662,-10972,-35628,65350,-11512,-35585,65227,-11148,-35161,64808,-11324,-31655,63986,-8147,-32541,64615,-8720,-30751,63479,-7833,-31301,63578,-8260,-30222,65023,-6914,-30620,66218,-6221,-32848,62583,-9670,-32110,62267,-9187,-32755,63048,-9503,-31745,64721,-7980,-30997,64931,-7462,-31093,65623,-7277,-30746,58989,-8116,-27947,58851,-7441,-28171,57091,-7508,-29343,57588,-7859,-28994,56821,-7779,-30073,56710,-8120,-29109,56093,-7878,-23046,56073,-4872,-22372,55743,-4123,-19886,53235,-3265,-19899,52675,-3654,-20867,53633,-4031,-20674,55266,-2782,-20112,55605,-2100,-30028,57875,-8016,-30270,57248,-8103,-25472,55296,-6604,-24886,54061,-6564,-24686,54808,-6354,-29782,55944,-8203,-25324,59812,-5109,-29363,68956,-3910,-29629,68416,-4067,-35093,69373,-8151,-34977,68963,-8525,-34056,69094,-7528,-33398,69319,-6823,-34382,69416,-7521,-24072,57035,-5322,-22467,59425,-2171,-20167,57538,-841,-20183,57842,-624,-20779,57596,-1479,-19434,58818,667,-22202,62514,-521,-21540,61155,-284,-21200,61003,80,-23867,64163,-1253,-20454,56271,-1909,-21002,56959,-1887,-22379,54612,-4925,-20712,52561,-4393,-21411,52224,-4961,-20058,51991,-4195,-18906,49478,-4371,-19136,49321,-3052,-17532,48171,-3491,-18574,48984,-3852,-18713,49393,-4102,-22771,51359,-6236,-23473,51366,-6814,-22551,50978,-6310,-22433,53747,-5201,-23322,54900,-5461,-23021,53844,-5570,-22324,53070,-5283,-26045,50325,-7825,-26280,50315,-8493,-23574,46502,-5271,-19306,43030,-5487,-20854,42919,-6578,-21021,43211,-6578,-20647,42626,-6213,-20647,43154,-6077,-18666,41988,-5606,-18167,41868,-5612,-18556,42087,-5410,-17383,41993,-5220,-17588,42310,-4920,-17862,42738,-4893,-17876,43288,-4811,-16744,42397,-4660,-16485,42234,-4781,-15245,40410,-4504,-16937,40737,-5254,-16268,41123,-4981,-17799,40911,-5503,-18882,41066,-5837,-18482,41419,-5771,-15967,38680,-5066,-20752,39605,-6130,-18879,40655,-5891,-17876,41645,-5548,-19796,36988,-6074,-19637,36437,-6256,-13868,38900,-3836,-13086,38522,-3406,-12270,39144,-2707,-14528,40697,-4006,-22351,44998,-5506,-22242,45433,-5364,-21367,43348,-5987,-18722,54342,-1345,-16431,55886,2383,-21767,60611,-688,-28169,69228,-3356,-28097,69385,-3625,-29314,70457,-4586,-28266,69745,-4260,-28863,66490,-4283,-27926,66266,-3578,-29890,70270,-4005,-30825,70740,-4490,-30368,70563,-4236,-30318,69569,-4434,-30323,68990,-4450,-30604,70072,-4534,-30974,70090,-4837,-34706,73075,-6596,-35338,72528,-6999,-33163,73427,-7477,-29543,69431,-8614,-30332,70234,-8721,-31149,70345,-9440,-31088,69991,-9625,-29418,68509,-9170,-30384,68139,-9810,-29739,68508,-9362,-30644,69161,-9742,-31671,68907,-10338,-33144,70151,-10741,-32559,69789,-10515,-34365,70664,-11271,-32605,69196,-10836,-33156,69393,-11097,-31513,69950,-9978,-30722,68713,-9770,-29743,68168,-9347,-29400,67787,-9252,-29006,67898,-9038,-30040,69453,-9083,-29783,70936,-6968,-29241,70637,-5577,-35997,73762,-7357,-36361,74956,-7810,-36673,74357,-7682,-36362,74783,-7605,-35690,74299,-7133,-35343,74176,-6999,-38686,73828,-8900,-38248,74026,-8489,-38556,72909,-9106,-38025,73416,-8607,-39046,73307,-9377,-38488,74646,-8663,-36849,75133,-7938,-37186,75134,-8007,-37409,74767,-8113,-36977,73949,-7893,-37396,74177,-8104,-37411,73758,-8042,-36978,75394,-8305,-31828,72055,-8466,-32334,71682,-9459,-33081,72067,-9855,-34509,72736,-10620,-36219,73264,-11654,-36336,72934,-11917,-33272,71705,-10302,-34670,71931,-11241,-35474,72209,-11655,-34405,71278,-11320,-34421,72152,-10946,-33988,72957,-9936,-33031,73101,-8597,-34361,73922,-9200,-33442,73120,-9127,-35575,74363,-10131,-36252,74372,-10837,-32230,72103,-8903,-34307,72936,-10275,-35612,73622,-10909,-35636,73243,-11210,-35057,73764,-10232,-33790,73103,-9561,-37182,75691,-10280,-36509,75065,-10335,-35235,74361,-9727,-39978,77126,-10519,-41538,76982,-10487,-40506,76831,-9944,-40634,76618,-9952,-40004,76324,-9605,-41523,77274,-10594,-42148,76833,-10791,-41860,75861,-10595,-42158,75663,-10931,-43203,75379,-11688,-43602,75046,-12210,-41372,76495,-10337,-40709,75856,-9975,-41415,75302,-10527,-41791,74549,-11084,-42051,74980,-11079,-42470,74788,-11509,-40699,75304,-9885,-41171,75528,-10176,-40926,75029,-10240,-33271,70682,-10833,-33988,70675,-11089,-33174,70982,-10649,-35176,70926,-11636,-34344,70189,-11489,-34758,68022,-12082,-35065,68473,-12280,-34968,68636,-12257,-34053,67543,-11817,-37182,68262,-10684,-36351,68079,-10044,-37407,69247,-10332,-37809,69603,-10452,-36444,69897,-9057,-39599,71802,-10912,-40477,72457,-11350,-40836,72327,-11714,-38916,69276,-11893,-31697,69353,-10164,-31989,69958,-10296,-31838,63317,-11502,-39429,69851,-11846,-42402,73519,-12514,-43006,73181,-13087,-42022,73431,-12227,-41791,73562,-11755,-42904,75355,-14528,-43767,74829,-14812,-43606,75183,-14840,-44903,75193,-14660,-42623,74465,-14584,-44910,77892,-14510,-45200,78232,-14171,-45057,78456,-13358,-44671,78459,-12907,-44757,78313,-12623,-43779,78312,-12508,-43709,77921,-11798,-43890,78220,-12159,-44053,77374,-14532,-43158,77383,-14101,-43110,77674,-13796,-43857,77865,-14050,-42750,77786,-13371,-43830,78076,-13748,-44340,78322,-13494,-43592,78259,-12855,-45198,76581,-14997,-45370,76170,-14950,-45692,76804,-14926,-43377,76063,-11585,-42671,76175,-11055,-44453,75403,-12674,-38394,75956,-8806,-39592,76401,-9378,-39045,76207,-9119,-40867,77497,-11304,-45898,77762,-14347,-45479,77772,-14588,-45446,78462,-13271,-45984,78232,-13636,-46120,78173,-13276,-37057,70354,-12853,-37336,70896,-12902,-27464,66422,-3070,-35031,71652,-11576,-36818,72823,-12272,-36314,72065,-12140,-22043,64014,-538,-22226,63773,-276,-16966,58926,1519,-15840,57538,2030,-22194,55281,-9210,-22157,54844,-9060,-21186,54149,-8828,-22009,53920,-9144,-21819,53039,-9347,-20659,53124,-8769,-20996,52627,-9091,-21247,52200,-9301,-20025,51151,-8980,-21235,54626,-8971,-21733,54976,-9107,-21561,54113,-8921,-21963,56228,-8954,-21030,55575,-8684,-22214,55901,-9133,-18614,60174,-4495,-22152,62962,-6159,-20599,55735,-8408,-31367,57604,-8652,-31518,58334,-8411,-14456,32719,-6935,-14773,30366,-6034,-9099,28684,-4734,-8176,28234,-4252,-11478,29666,-5355,-11093,30554,-5790,-12203,30828,-6230,-11025,31181,-6007,-11456,30117,-5635,-10751,29704,-5276,-9792,29969,-5233,-5855,23236,-1403,-5791,23703,-1573,-6459,23216,-1670,-5344,24204,-1518,-1840,24409,3,-1424,24627,-146,-1829,25125,30,-1930,26046,35,-2272,25580,-137,-2131,24849,-19,-2372,22047,368,-53,26360,-266,1965,26797,495,2091,27954,567,1738,27284,408,1226,27035,100,994,27377,59,517,28436,-341,5156,20466,-2037,6195,20027,-2401,8809,22353,-5213,7546,22267,-5272,6952,22483,-5046,7327,20507,-3130,6148,21193,-3523,7100,21632,-4494,13000,25515,-6932,12731,26362,-6650,15470,25578,-8569,15455,24807,-8570,15398,25058,-8422,15207,24697,-8237,14506,24035,-8723,1917,18941,1835,3344,34480,1189,2876,34932,1196,2987,35261,1018,3366,34936,1087,3697,34735,874,2602,35199,1072,-710,32974,1036,-578,33217,1081,-204,33376,734,2230,35623,286,1700,34319,798,2123,34361,1128,-1004,21324,1660,-395,20292,1570,-484,29390,193,1663,29337,266,2238,32804,526,4124,33757,235,2428,35355,846,1966,34777,853,6329,20157,275,5933,21040,1084,5713,20835,1391,5691,21007,1640,6055,20420,2097,5446,20385,1912,5588,20081,1264,6070,21663,1675,6286,22228,1544,6674,22886,1547,6472,22097,1706,6011,21672,1326,5852,21022,1827,6160,21126,1889,6539,21328,1808,6834,22536,1584,6792,18687,1754,6709,19569,1843,7124,19464,1455,7371,21186,1370,7515,22257,1161,7700,20002,1040,6325,19929,2090,6498,20716,1872,7821,16846,1910,7539,16439,2149,8185,17698,866,8553,17931,1018,8939,18591,1516,9492,19289,1180,7268,16163,2524,7339,16361,1987,6863,15882,2870,7257,16234,3125,6077,15860,3479,6675,16411,2389,5044,15714,3377,4907,17430,2476,5069,16222,3377,5102,16579,2515,4755,17251,579,4035,17030,829,4026,17691,408,4496,18296,-301,5045,18520,-468,4882,19176,-844,4976,19234,-523,5165,19591,-756,4852,19726,-1277,4791,18144,-376,4849,18231,1817,4976,18735,906,4972,17925,-93,5031,17499,1406,5035,17754,1080,5132,18168,419,4950,17469,2735,4970,18856,1975,5224,19972,1888,5318,20188,1716,5019,19250,874,5020,19003,154,5265,19417,20,5901,19473,-195,5043,19219,-9,5072,18156,2534,4928,19155,1616,5068,19690,1363,5161,19504,839,5902,19610,363,5161,16887,1881,5187,16165,2096,5059,16557,1653,4797,17147,967,4478,17053,593,5752,32924,-2469,5333,33210,-1626,8036,34015,-5927,7860,36374,-4452,7645,35506,-4486,7064,35322,-3271,6545,35470,-2450,5985,35465,-1927,6259,36020,-2332,7481,37091,-3380,7120,35867,-3082,6862,36014,-2745,6679,36624,-2778,6202,37297,-2869,6430,37613,-2903,7393,37998,-3052,6890,37613,-2973,7047,36686,-2960,7739,37810,-3431,7345,37450,-3157,8157,38032,-3969,7656,34126,-5234,7369,34047,-4728,9135,34723,-7189,9454,34860,-7526,10039,35139,-8091,9924,34180,-8213,9736,32927,-8297,10851,33818,-9145,10601,33083,-9025,10060,32272,-8697,10548,31836,-9128,11003,31339,-9436,11637,30955,-9834,12302,30874,-10223,12101,30004,-9873,12472,29376,-9929,11868,29872,-9711,11571,28551,-9784,11204,29351,-9559,10564,29683,-9235,10252,29642,-9051,9708,31920,-8413,10702,30922,-9161,10249,31454,-8857,10058,30887,-8792,10749,30359,-9229,8907,32354,-7596,9171,33774,-7533,8767,33736,-7062,10669,35049,-8737,11046,35399,-9127,11366,32101,-9719,10765,34510,-8902,11815,35835,-9727,12262,35121,-10179,12428,36455,-10140,13033,36212,-10666,13320,37037,-10758,13049,37913,-10361,14055,38158,-10981,11849,34603,-9874,12495,34153,-10490,13070,33985,-10903,14439,32353,-11346,13317,32896,-10874,11699,33291,-9895,11694,34310,-9712,13051,35261,-10805,9604,35871,-7396,10082,36396,-7937,9986,43810,-3409,10404,45581,-1793,10898,46806,-1350,10760,46450,-961,11439,47816,-412,11489,47414,217,10425,44490,-3787,11272,46554,-3692,12159,47860,-4540,12340,48907,-3602,12712,49163,-4298,12854,49821,-3638,11929,48208,-3387,11450,47527,-2830,11581,48150,-2025,11267,47399,-2307,12362,49766,-1852,12006,49168,-1436,12254,49706,-1081,12563,50278,-684,13246,51041,177,13806,51967,232,14163,52387,544,14217,52761,181,13815,52376,-390,12976,50959,-411,13655,51388,625,12027,49223,-639,11554,48258,-928,11262,47589,-1516,11712,48592,-1269,11345,47776,-759,11923,48893,-322,12271,49505,-84,11777,48303,36,11966,47906,955,13003,50959,-1859,12269,49246,-2712,10979,46461,-2834,10639,45284,-3352,10492,45626,-2219,12246,48408,-4073,10342,44959,-2772,11201,46679,-3292,12404,49337,458,13413,51837,-1409,14045,52875,-1849,14852,54208,-1074,15523,55066,-971,15304,54280,284,13403,51691,-1926,14929,54255,-1843,13643,51960,-2389,12549,50246,-1374,4654,30947,-1471,4773,31918,-1222,5671,34631,-1627,5804,35688,-1902,5179,35915,-1584,6096,36571,-2656,5852,36611,-2489,5382,33871,-1417,5664,33847,-1870,6110,33975,-2469,6206,34959,-2191,7309,34911,-4121,4093,36404,-492,2185,36628,-861,2238,36340,-632,1218,36599,-544,739,36193,-790,1151,35953,-461,366,37031,-951,698,37026,-1145,732,37743,-527,7679,36824,-3839,6003,37613,-2683,5759,37684,-2308,5326,37100,-1701,4870,37812,-199,4556,37384,-357,4184,37581,-46,3793,37919,106,4545,38106,239,5095,38406,550,5365,38754,797,4322,36661,-548,3659,37542,-24,3130,38927,752,6785,29518,-5564,7565,30219,-6451,9226,31411,-8111,9032,31308,-7917,8443,29870,-7512,8915,30219,-7948,8391,30680,-7349,9416,30867,-8318,9593,29926,-8553,10009,28405,-8937,10710,27884,-9395,10807,28764,-9449,10982,27221,-9458,11805,26317,-9730,12440,25761,-9857,13025,25487,-9977,13830,25017,-9936,14273,25717,-10075,13649,25953,-10153,11236,27996,-9675,11826,26805,-9850,11784,27893,-9882,12222,27140,-9995,13618,26735,-10202,14045,26588,-10183,12515,28441,-10022,12793,27975,-10104,13021,26836,-10147,13757,27334,-10203,9106,29851,-8164,11984,25691,-9598,9405,32424,-8069,8348,24096,-6810,11100,26565,-5329,12688,26801,-6477,12779,27782,-6480,13465,27871,-7121,14275,27963,-7845,14527,29490,-7839,14686,30163,-7717,14368,30431,-7511,13858,30904,-7154,14069,31610,-7097,13296,31772,-6592,13095,29605,-6952,13475,29910,-7271,13113,30484,-6910,13382,30948,-6929,13924,29904,-7510,14144,29246,-7717,13929,29004,-7694,14496,28143,-8063,14853,29357,-7973,16412,28953,-8666,18042,28990,-9677,18372,28529,-10165,17591,28519,-10947,17028,27965,-10890,13018,26987,-6755,13187,27286,-6860,13913,26548,-7416,14457,27475,-7968,15216,27318,-8533,14946,28535,-8118,15566,27965,-8407,16111,27831,-8635,13392,27436,-7062,15458,29011,-8321,15860,28979,-8425,16371,28203,-8658,13449,28742,-7253,8028,30799,-6914,3943,29450,-446,670,27706,35,833,20472,937,406,19785,622,505,20189,614,1415,12087,3683,1897,12331,3666,1274,10786,2956,2354,20324,1230,2046,20235,1455,5084,17889,496,4660,17569,50,-1466,17774,2099,573,16644,2292,-1447,17513,2943,-6257,15010,5484,-7705,14761,7160,-6736,17515,47,-6873,16294,-207,-7420,14221,-913,-7735,13900,-1586,-7611,13244,-2116,-7616,14810,-1080,-7914,14492,-1491,-8064,15242,-928,-7948,12147,-2070,-7999,12571,-661,-7860,13151,328,-8621,12414,517,-8040,12849,-156,-8220,13019,994,-7747,13485,946,-7571,12741,-1315,-7774,12698,-2438,-8029,12586,-2641,-7730,13289,-482,-7661,13584,-1157,-7731,13069,-793,-7565,13098,-1298,-7054,15403,958,-6903,16908,951,-6970,16085,1078,-6804,17077,445,-7967,13563,-2865,-7940,14120,-1839,-7497,14454,-1108,-11736,13681,-1929,-11152,13656,-2354,-10294,13559,-2351,-9621,13414,-2545,-9235,13187,-2030,-8798,13231,-2824,-8885,12836,-1740,-9244,12324,-556,-9843,13271,612,-10167,13683,441,-9967,13070,-515,-10669,13522,-822,-10627,13821,-21,-10752,14149,214,-9363,12620,-943,-9475,13164,-1586,-9887,12977,-945,-9656,12751,-398,-10778,13625,-1927,-11053,14212,-1101,-11154,14678,-577,-12427,14112,-667,-12556,13635,-1202,-11905,14106,-1005,-13673,13391,-536,-13722,13118,-901,-13257,12981,-1753,-11000,14307,-789,-10906,14109,-430,-11008,14622,-338,-9961,13458,-1787,-10489,13356,-1036,-10777,13612,-1523,-10813,13597,-1074,-12026,13794,-1400,-11178,13881,-1759,-15211,14072,347,-15014,14760,756,-14411,14547,622,-14746,13959,532,-16331,15141,232,-16924,15778,140,-16693,15360,359,-16851,16185,718,-16585,16618,1132,-17014,16810,771,-16979,16627,-229,-16790,15969,-82,-16563,15437,86,-16561,16694,-15,-15748,16796,152,-16177,16064,162,-17283,17685,290,-16380,15909,914,-15670,16202,1141,-14586,15874,1144,-14575,16107,1266,-14170,15647,1541,-13691,14849,1724,-13818,14066,1723,-14930,13988,1927,-14230,14949,1794,-14757,15687,2012,-14269,15644,1802,-14172,16205,1673,-13937,17038,1468,-13998,17405,1853,-14381,17284,2285,-13830,16799,1338,-14218,16746,1848,-14259,16482,1311,-14935,16268,1304,-15593,16549,1308,-16111,17075,1388,-14307,15936,1468,-13684,15056,1407,-14020,15097,1012,-15649,14693,645,-15443,14311,495,-15885,14687,223,-15116,14194,183,-14144,14901,782,-11750,16165,1023,-11166,15437,1368,-11074,14420,3073,-11274,14518,2732,-5162,18255,3615,-5190,16770,4284,-3565,12534,3735,-3235,12403,3588,-3383,12891,4165,-2714,10556,2716,-3358,10301,2514,-2824,12835,4148,-7366,12761,7464,-4359,13525,6301,-2583,13216,4539,-6489,11417,4800,-6654,10552,4228,-7048,12251,6104,-7849,11367,5996,3059,14788,2838,1779,15367,3402,2844,18963,1034,4972,15367,2519,4893,15630,2144,7090,24941,1112,7215,24028,1370,6985,23282,1447,7418,24659,1312,7583,25123,1313,8335,26413,1208,7887,26255,1325,7891,26508,1220,7946,26426,471,8113,26773,1286,7554,26178,822,7693,26195,1230,7863,25848,1293,7307,25224,1312,7363,25845,1039,8505,22831,553,9301,23339,164,9126,22695,220,8881,21621,214,9219,22092,149,8650,21376,359,9456,24205,65,8758,20385,356,6622,22562,659,6471,21961,644,7249,22862,1312,7010,20711,1608,7660,18878,1085,7306,18501,1381,8795,18826,346,9236,18962,422,9888,25171,-36,10047,21282,349,11132,19970,3492,11696,20784,3820,14238,26362,6555,15472,28692,9933,16618,30194,10023,15178,27588,10202,9836,15640,4297,10155,15422,4722,10770,14926,6390,11089,14006,6531,10445,21734,7058,10301,21349,6697,11390,23614,7534,11252,23558,8034,11705,23647,8678,11553,23201,8411,12012,23302,8939,11464,24321,8159,11663,24469,8074,11091,21029,7859,13180,30881,12174,12966,30623,11532,16436,29226,9083,16021,29160,8930,16001,28732,8448,10149,14345,5213,10489,14576,8682,10806,15164,9193,10968,15643,9356,10372,15348,9304,12627,15686,8791,11890,14962,8470,10606,16429,6777,10061,16915,5435,13255,21854,5987,13376,22213,6043,13113,21521,5468,13144,23045,5547,12820,22747,5143,13282,22446,5712,12157,21645,6240,13584,23089,6288,13664,23261,7064,12063,20292,4063,11617,20141,3695,11971,21104,4027,9278,19949,3768,9086,19404,3787,11864,22331,4336,12797,23224,5123,11137,24910,-97,11361,24145,505,11367,24812,205,15630,25763,17,16333,25351,680,14749,25644,344,13445,25778,893,12747,25640,933,12950,25511,1385,13983,23883,1637,13348,22943,1193,16907,27358,3616,16681,27222,4065,16571,26993,4379,16199,27015,3486,16823,27159,4713,16236,26425,4071,17100,25979,5438,17307,26292,5902,17469,27074,6432,17281,27238,5824,17740,27724,6982,17573,27265,6804,17213,27402,5267,17150,26947,5602,16173,26881,3775,18037,28105,5418,17532,27625,6026,18477,27761,4653,18512,27381,4084,19157,27332,4673,19479,26359,3419,15715,24670,3417,16576,25327,4575,16083,25612,3901,15673,24352,3483,15872,24625,4683,15034,23727,3489,15240,24094,3964,15440,24032,3886,15777,24225,3827,15255,23765,3271,16176,24727,4134,16497,24929,5011,16168,24590,4378,16737,25277,4866,18317,28467,7247,18716,28951,7084,18422,28711,8312,18345,28925,8931,18594,26962,3331,17641,25428,1754,18168,25384,1371,19138,25661,2109,17413,25710,609,17092,26597,1049,18494,25596,1266,18961,26237,1333,19503,26147,1653,19239,25811,1809,18907,25681,1537,21046,28415,1687,22656,28542,1620,22727,29167,1617,22551,29638,1707,22582,30686,2164,23154,30357,2071,23175,29738,1790,23286,29914,2140,23377,29040,1940,23078,28469,1708,23192,28189,1884,23122,27498,2280,22996,26911,2713,22898,26752,3139,21147,27750,4249,21128,27975,4614,22337,27755,2773,21631,27885,3237,22424,28149,2533,21222,28650,3073,21543,27453,4047,21886,27343,3564,22422,27275,3053,21110,28196,3384,20210,28638,3490,20574,28065,4009,21085,27800,3836,20654,28189,4546,23255,28578,1981,23169,28172,2101,22666,28843,2262,21681,28482,2911,22980,27432,2538,23266,30465,2499,21714,30417,3163,22502,29542,2469,21153,27386,2104,21059,26891,2328,20686,26566,2335,21056,26396,2803,21353,26349,2966,22233,26490,2736,22569,26394,4175,22742,26598,4019,22784,26844,4561,22308,27588,4864,22181,26996,3811,22308,26477,4557,22653,26549,4571,22415,26994,5272,21493,26698,2525,21618,27085,2274,22241,26900,2300,22735,26737,2610,23216,29067,1684,23377,30234,2148,23140,29637,2153,22160,29848,2739,21280,29394,1672,20852,30088,1658,21643,30287,2021,21802,31112,2409,21949,31671,2853,22816,31258,2579,22245,29097,1654,21814,28513,1774,21424,28734,1741,20984,29209,1537,20504,29636,1457,21712,29257,1759,20619,28249,1447,20563,28840,1356,20001,28959,1308,21560,31623,10779,21211,32078,10201,18919,33652,9911,18870,33097,8977,18790,32674,8194,18595,33377,9350,16635,33657,8644,16554,33367,8040,16438,33568,7496,16706,32765,7353,16812,32885,7850,17029,32232,7073,16534,34036,9003,16414,34660,9496,13640,25658,1565,14069,27150,-269,13931,27708,-167,11717,30049,277,11939,30016,445,12091,30317,987,11715,31749,2181,12155,31370,2097,12300,31451,2193,12422,31695,2221,13332,31778,1765,13903,31044,1378,12862,30550,1707,12465,30393,1393,13339,29920,1394,13034,29315,681,13961,29610,1309,13889,29946,1348,13638,30260,1461,13120,30757,1742,12513,29263,206,12019,31825,2428,11208,30782,425,8382,32037,817,8531,31357,366,8622,30596,43,8167,31062,1624,15650,27436,865,17524,27873,1166,18167,28058,1178,16163,28687,947,16384,29215,795,15576,29766,686,14847,31039,894,19812,33069,2568,20187,33740,3649,20501,34203,3939,20456,35285,4426,21041,35753,5699,20987,36774,6857,21541,35003,5335,20176,34281,3848,19900,35198,4240,20112,36026,4770,20825,35630,5301,19553,33392,3143,19189,32972,2347,18523,33174,2193,17011,32252,2282,19324,32506,1728,18972,32853,1944,20573,33125,2528,20867,33363,2858,21508,33339,3227,21569,34185,4469,21530,33898,3999,20744,33871,3900,20523,33651,3599,21030,34083,4257,21458,34655,4918,21029,34978,4874,21899,34090,4758,22252,34299,6031,19326,38727,6911,19311,39356,7584,18824,40230,8247,17929,40239,8305,16732,38892,7595,17234,40303,8850,17720,40989,9047,17158,39599,8237,16586,39483,8273,15830,39463,8342,18232,40446,8331,17550,39651,8099,17181,39039,7674,15780,39011,7777,15813,37966,6502,17773,39189,7610,18024,38307,6837,17133,38237,6905,17310,37498,6260,16255,38043,6668,14995,37543,5282,14613,37932,5607,14171,38111,5505,14195,37843,5079,15831,37584,6016,13806,39027,7359,14667,38487,6815,14157,38479,6485,13699,38378,5961,15281,39223,8004,16566,37476,6130,18490,36892,5567,18047,37452,6115,19059,37497,5941,19473,37339,5774,19935,36985,5630,20486,35745,4828,20357,36441,5595,19818,37823,6456,19559,37793,6156,20519,36786,6402,18913,38569,6702,18617,37771,6233,17787,37853,6534,19840,36791,5379,21975,32297,5242,22687,32173,4995,22954,31858,4474,22535,32536,5432,23130,31335,3719,21969,35893,7342,21595,36714,7331,21663,35259,5909,21644,30728,3415,20210,31109,3888,21028,31088,3705,22841,32301,4946,22681,32811,5518,22496,31317,3879,22727,31536,4214,20363,26738,1815,19748,26628,1500,20088,26198,2166,20577,26201,2701,20698,26129,3162,20700,27094,2014,21468,28047,1897,22296,27922,1823,22180,27357,2043,22781,27571,1937,22988,27369,2124,19633,35404,7682,19317,35585,7797,18772,35463,7733,18429,36789,8455,18209,36185,10624,17938,35978,10918,20712,38617,11006,21856,39256,12008,22052,38850,13322,23387,40152,14407,24009,40988,14591,24692,41804,15386,25549,42983,16050,25574,42943,16452,25971,43603,17055,25720,43308,17472,26157,44620,18479,26303,45582,19222,25701,44049,18650,25216,43706,18846,23874,42469,18331,23222,42269,18227,22504,42856,18134,22447,42330,18005,22135,42557,17897,21662,41945,17649,20465,41861,17169,20672,40442,16971,21130,40278,16961,21107,39550,16461,20735,39618,16541,20574,38774,15970,21649,39222,15892,20758,38469,15520,20893,38062,14575,21938,38823,14806,23028,39760,15009,23654,40417,15113,24241,41113,15406,22782,39467,14196,22263,38956,14280,21682,38462,13612,21227,38153,12442,20735,37729,12463,20384,37498,11963,20003,37475,11061,21088,38498,11505,21031,38128,11834,21513,38559,12112,21250,38546,15223,20055,38203,15582,18843,38077,15752,18968,37778,16137,18363,39031,16193,18250,38979,16460,17701,40253,16447,17801,40840,15830,17831,41348,15512,17847,42218,14702,18008,42823,12847,17504,42378,11830,17228,42074,11160,17774,42719,14129,17862,41833,15064,17694,41719,15427,17626,41006,16115,19099,38553,16006,18584,38941,16103,18531,39353,16161,18091,39885,16077,17992,39658,16497,17848,40376,16228,18664,40000,16297,20144,41220,16992,18262,39386,16100,20257,38989,16195,19261,39381,16360,19734,38394,15851,19215,38046,15567,18647,38545,15995,22286,39432,15666,22786,40457,16729,22608,40653,17059,23382,41367,17439,23529,41149,17074,24638,42236,17643,24517,42479,18073,25011,42752,17961,25432,43054,17778,25948,43989,18089,24233,42510,18273,20871,40986,17188,21586,41466,17522,22768,42205,18099,22870,41381,17622,22646,41647,17833,22115,41379,17640,21914,39808,16450,22114,40455,17021,21746,40716,17270,22260,40863,17336,22621,39527,15306,23971,40827,15680,23539,40661,16282,23147,40455,16402,23971,41350,16932,23901,40869,16048,25504,44412,19222,25030,44158,19347,24769,44696,19741,24277,44603,19725,24060,45320,19966,23690,46506,20148,23415,46466,19962,23578,47865,20394,24100,49861,21043,27176,49258,20039,27335,49423,19765,27558,50530,19253,27471,50772,18531,27322,51004,18053,27416,52153,18453,27279,52384,18071,27091,52101,17539,26986,53011,17480,26938,50754,16989,26809,51645,16940,26788,48462,16494,26603,47592,16088,26568,48609,16043,26225,46759,15396,25282,46155,14445,26671,50015,16408,26840,49369,16641,26988,48830,17020,27364,49110,18327,27183,48108,17794,27146,47397,18873,26730,46714,19399,26630,45759,18718,25901,44759,19075,25830,45416,19666,26198,46096,19730,24952,47496,20834,24927,48018,20991,25179,48246,21053,24656,49025,21189,25545,49279,21258,25701,51113,21609,25339,50305,21474,25019,49201,21263,24965,50329,21452,24254,49228,21081,23876,48896,20810,24349,48212,20934,23888,47683,20591,24444,47341,20723,24060,46842,20435,25194,46863,20578,25312,46035,20235,25683,46319,20221,25325,45063,19772,25737,48579,21018,26965,46875,19004,27026,50030,17129,27193,49277,17646,27386,49930,18265,27397,48968,18684,27330,48502,19106,27433,49364,19198,27501,50029,18819,27066,50800,17295,27275,48112,18387,26885,47534,19666,26452,46974,19964,22946,39826,13509,22096,39096,12593,22561,39660,12763,21095,35110,7301,19005,34608,7491,16692,33923,7012,16982,32764,6534,17862,32646,6169,17201,31873,6023,18075,32011,5619,17165,31655,6144,19701,37011,12630,20226,37395,13106,20777,37872,14006,21465,38299,13936,20437,37503,12668,19759,37015,12159,19150,36626,12126,19230,37187,14545,19265,37352,14947,19271,37689,15191,19744,37556,14789,19476,37076,15174,19738,36230,14803,17993,36297,15271,18812,35120,14591,17688,35887,15189,19317,37348,14555,19877,37281,13737,17405,37092,8978,18215,31343,6241,18827,31128,6106,17632,31501,6337,17982,30877,5389,21021,31059,7267,20569,32066,8509,19992,31915,7574,17687,31435,5564,17666,31167,5625,19483,32863,6107,19497,30624,5885,22776,26522,3698,22041,27215,4399,22596,26293,3483,16278,31114,11606,16077,30989,12551,12337,26796,11880,12181,28020,12294,12084,28685,12143,11622,26644,12335,12183,25651,11743,11976,25445,11668,12294,25041,11430,11816,26931,12465,12257,26475,12043,12115,27494,12364,12017,28141,12653,12105,28909,12857,12243,27032,12205,11520,30639,13575,2458,33049,16903,977,34031,16271,1105,34137,15971,2433,33301,16325,2165,33298,16537,315,34766,15657,91,34737,15913,11577,28735,13033,11431,29232,13257,12107,31724,11852,11838,30974,11599,11666,30205,12030,11684,30881,12975,11687,30715,11927,11734,29856,11261,12892,31910,12462,12861,33254,13254,12341,33408,12884,12520,32876,12634,15888,34343,13862,12162,34579,13367,12323,36250,13338,13270,37170,13599,12980,38158,13326,12934,38622,13172,13608,38990,13432,13929,40154,12987,13596,40050,12736,12583,39733,12195,14407,40445,13294,12761,39225,12751,12745,37281,13412,13156,35936,13495,14067,36388,13722,15319,36632,14594,15066,36803,14402,15141,37622,14905,14932,38429,14914,14724,38330,14550,14778,39106,14689,14780,39811,14526,14792,40294,14226,13590,39597,13079,14390,40197,13520,14313,38422,14134,14075,37028,13885,13029,36447,13514,14668,36962,14156,14747,37608,14407,14430,37970,14226,14196,39041,13895,14539,39326,14201,14538,38848,14314,13702,37683,13766,13548,38412,13588,11902,37553,13015,11535,37258,12977,10992,37031,13104,10578,36702,12958,10351,36966,12749,11053,37715,12593,11323,39181,11537,10753,38834,11370,9814,38783,10462,8961,38307,10590,9245,38602,10230,8758,38522,9966,8285,38710,9130,6981,38429,9767,10663,37606,12489,10091,37873,11816,9734,37913,11607,9994,38515,11044,9043,37783,11479,8594,38142,10788,8224,38115,10904,8380,38467,9946,10822,38190,12034,9775,37262,12326,8718,37204,12285,8589,36955,12495,7985,36912,11980,7219,37598,11217,6826,38000,10781,6255,37477,11857,7240,37307,11626,6501,37008,12544,7497,36687,12418,8318,36063,12948,8348,36619,12364,9421,37058,12481,9124,34976,13609,9439,34514,13786,7636,35755,13444,8377,37537,11758,7931,37480,11420,7572,37484,11312,7436,38143,10207,7921,38176,10686,7608,37846,10786,8195,37864,11312,9614,38888,9952,9623,39097,9436,8877,38667,9580,9585,39625,9167,9573,40741,7996,10276,40501,7939,10059,40310,6788,9149,40656,6843,9693,40560,7362,8994,40851,8002,11019,40153,8037,11457,39889,8959,11332,39791,9780,11464,39743,10446,11461,39660,10807,11244,39391,11187,12122,39456,12117,11507,38833,12046,11703,38233,12656,10482,39294,10430,11822,39844,9792,12425,39883,9767,11729,39785,9215,12039,39641,8580,11320,39971,7416,11690,39977,8200,10985,39903,8986,9511,40658,5148,9423,40111,4388,9091,40708,4103,9082,39494,4162,8149,46068,4437,8357,46480,3895,8210,46345,3488,8324,46688,3671,8861,47337,4432,9087,47515,5050,8929,47678,4582,8815,48167,4737,7907,46017,3889,7683,45813,3122,15813,37008,14671,15484,37075,14811,15573,37917,14914,16918,36533,15297,17200,36606,15481,17846,37361,15734,17006,35811,15038,18687,36696,15330,19129,35901,14862,19343,36854,15420,18495,38185,16465,17699,38627,16617,17106,39541,16592,17012,39414,16231,17503,38683,16367,17686,38270,16172,18207,37822,16054,18502,37387,15758,19083,37695,15814,19219,37274,15738,18246,38147,16554,18627,37724,16320,17117,38821,16078,16806,39928,16121,16705,38955,15863,16623,37908,15634,17140,38176,15906,16905,37202,15545,16411,37091,14991,15912,38603,15278,15205,38061,15004,15120,38532,15002,15389,38806,14927,15313,39375,14769,14961,39246,14819,15770,39217,15211,16357,38472,15611,16545,39902,15862,16710,40634,16139,16188,39222,15597,16934,39955,16470,17370,39580,16588,17815,38731,16641,16148,37986,15282,17640,37933,15977,16597,40521,15808,16555,41071,15519,16629,41414,15605,17586,42092,10897,16405,41687,11265,16930,41392,10028,19720,40170,16672,17999,40381,16032,18063,41007,15870,18192,41738,15628,13002,32261,12926,13428,31614,12772,13145,31619,12648,13222,32377,13049,13054,32680,13159,17318,37466,15734,19009,37155,15739,17469,33833,14346,20241,39853,16668,19880,39181,16327,18488,40490,16255,19986,41975,16949,18434,41059,16161,19272,41114,16648,20253,42457,17004,20985,43308,17230,21584,44438,17130,21884,45106,17026,22187,45801,17486,22058,44417,17855,21602,43976,17468,21963,44878,17456,21101,42895,17395,21582,43348,17616,24916,42019,16372,25460,42766,16862,25118,42272,16146,25124,42508,17321,23795,41452,13531,24419,42456,13971,24979,44169,14168,24438,43494,13722,23879,41962,13422,23541,41773,13072,24780,43182,14149,23579,42455,13011,25790,45451,14910,26396,47128,15671,26460,46193,15951,26873,46358,17280,26583,45611,16721,26591,45080,17850,26381,44539,17116,26252,44257,17626,26190,45700,15497,26728,46849,16567,27039,46752,17900,26901,46070,18084,27113,46992,18264,22934,40441,12822,22715,40614,12513,22717,41206,12443,21893,40422,11816,21510,39722,11538,22750,45593,14516,22474,46003,15528,22368,46281,16283,22153,45662,15741,22360,46613,17113,22582,47769,17822,22251,46148,17402,22710,47300,18876,22761,48185,18775,22874,49069,18791,23427,51260,19650,23648,52287,19661,23649,51953,19913,22523,47355,17995,22165,45943,16865,22186,45157,17824,22330,44507,18213,22481,46273,18291,22666,44911,18757,23682,45226,19784,23819,44605,19620,23991,43872,19293,23360,43729,18964,23357,44331,19242,22605,44448,18559,22809,46767,15557,22640,46778,16055,24667,48688,15022,24543,51034,15981,24287,51631,16322,23964,50081,15802,23900,50956,16282,23758,51188,16640,23851,52276,17300,24084,54451,19039,23639,52406,18260,23925,53368,18265,23433,51511,17957,23141,50063,17416,22847,48889,17438,22791,48841,17956,23209,50700,18097,23643,52181,17844,23357,50818,17357,22993,48938,16731,22711,47983,16882,23243,49887,16764,23573,50305,16334,24203,54791,18655,24152,53873,17987,24270,53795,17640,24290,55065,18542,24183,52904,17152,24654,52441,16511,25076,53449,16788,25370,55375,17438,26634,54498,17417,25585,54447,17076,26181,50286,15942,26427,50371,16199,26556,51774,16678,26315,52910,16730,26396,54436,17209,25962,54085,16983,26161,55225,17368,26641,53017,17035,25853,50072,15669,25579,49136,15281,25837,48846,15316,26229,47560,15450,26264,49518,15826,26271,48831,15663,26165,51730,16340,25712,51798,16191,25229,51556,16069,24873,51430,16055,25263,52744,16489,25597,52503,16413,25947,52847,16581,25716,55894,17547,26881,56863,18402,26821,58533,18763,26523,59034,18581,25928,58730,18347,26175,59716,18626,25571,60194,18760,25605,60732,18861,26009,61606,19163,26376,61294,19330,26829,60531,19653,26699,61910,20600,26843,62049,21360,27011,61378,21592,26314,62646,23257,26337,63269,22767,25791,64117,23613,25290,65132,24034,25650,63429,24096,25181,64537,24376,24930,62855,24806,24432,62457,25015,24012,62649,25054,23739,63099,25111,22666,63438,25027,21875,64140,24490,21738,62824,21509,21969,62368,21472,22244,61888,21436,22129,60897,22093,22109,61057,22881,22365,61344,23436,23595,61097,24267,23650,60905,24117,24397,59297,22991,24330,58900,23297,24027,59053,23629,24132,58317,24450,24313,57261,23073,23913,56930,22645,23901,56025,22576,23976,55855,22138,24095,55570,22621,23582,55266,21987,23844,55344,22727,23480,54759,22650,23622,54975,23082,22993,55374,23602,23175,56276,23477,23546,56348,23203,23671,56594,23066,23736,56428,22608,24101,55786,23025,23778,57105,23484,23333,56933,23592,22668,57047,23607,22380,57006,23267,22358,57055,21851,22985,56838,21438,23177,57190,21096,23146,57483,20606,23794,57539,21052,22558,57890,20601,23083,57894,20534,22367,58055,20466,22283,59164,21505,22130,60039,23053,22410,59929,23599,22681,59677,23857,22907,60005,23981,24001,60462,23954,24287,60145,23672,22019,59057,22118,22006,59158,22732,21900,58867,23196,22812,58367,24662,23009,58073,24685,22463,57395,23963,22133,57368,23526,24088,58067,24556,23554,57846,24419,23000,57409,24253,23387,57527,24505,23048,57159,23841,23535,58189,24705,21902,58570,23894,21514,58560,23286,21652,58661,21994,21285,58172,22581,21530,57933,23056,21467,57610,22733,21523,57894,22055,21594,57587,21973,21399,58108,21722,21628,58148,21023,21377,58373,22016,22000,57282,22101,22112,57855,20891,21884,58083,20707,21947,58420,20828,21778,57859,21310,22067,58840,21393,22628,58814,20919,21336,58414,23077,21720,58808,22637,21626,58385,21164,21986,58402,24314,22611,57894,24355,22455,57598,24398,21960,57306,22783,22401,56813,22970,22566,57069,21466,22392,57499,20680,22886,57590,20510,21637,57566,23537,22035,59651,22341,22152,59257,23214,23066,59148,23930,23639,60184,23990,23678,59105,23858,24019,59372,23654,22420,58307,20406,22845,58455,20462,22929,59245,21158,23490,58586,20673,23372,58451,20440,23935,58383,20578,23547,58182,20369,22895,58187,20319,23701,56984,21724,23627,57992,20527,24356,58273,21005,24609,58068,20892,24652,58440,21055,24373,59600,20573,24697,58956,21469,24072,58549,20982,24540,58054,21070,24548,57442,20789,24783,57334,21312,24957,57023,21836,24801,57261,21750,24757,57452,22192,24813,57786,22712,25127,58144,22238,25000,57917,22255,25612,59719,23145,25401,60086,23562,25560,60759,24034,26093,60124,23358,25972,60951,23817,26752,60212,22726,26964,60363,22299,26993,59613,22209,27172,59760,21631,27141,60517,21553,27003,60992,20665,26616,60958,19485,26871,61261,22317,26698,60976,22861,26230,61901,23620,26068,62839,23692,26629,61685,22831,24969,57976,22628,24602,57756,23557,24754,57422,23209,24273,57251,22011,25177,57354,22132,25369,56295,22198,25874,55674,22263,25413,55485,22131,25758,54396,22047,25426,54786,22023,25169,54241,21849,24914,53428,21674,25150,54837,21836,25519,57729,22432,24135,57660,21179,24511,57393,21600,24355,56641,20482,24421,55505,20597,24575,55714,21046,24524,54702,20909,25061,56027,21842,24772,55017,21318,24389,58580,20280,24278,55939,19235,24531,57644,19246,24604,59182,19496,24417,58780,19912,24529,59763,19740,24889,59718,19163,22683,59163,21184,22481,59886,21301,22192,60077,21777,22106,60565,22435,22027,61744,23728,21702,62301,23859,21754,62614,23073,21853,62729,23603,21760,62854,23487,21426,63541,23611,21773,63697,24546,22007,62271,24342,22176,61977,24369,22999,61779,24699,23212,62063,24922,22477,62389,24655,22745,62832,24669,23527,62806,24957,23941,62078,25111,22537,61498,23859,22175,61532,23092,22021,62918,24163,22351,62856,24430,22300,63366,24924,22019,63293,24738,22126,62731,24261,21864,62023,21521,21849,62458,21842,21781,62643,22640,21711,61830,22869,21622,62166,22327,21739,61883,22166,22123,61516,22415,21442,63075,23014,21449,63035,22373,21356,63476,23169,21486,63892,23430,21621,62355,22766,24313,63009,25102,24606,63566,24914,24470,64431,25069,24703,64807,24681,24525,65474,24517,24831,65618,24436,24264,66409,24665,23688,66749,25010,23433,67810,24490,23164,68282,24893,22915,68720,24766,22873,68860,25271,22196,68648,24500,22399,68139,24706,21921,68381,24343,23392,68761,24764,23917,68701,24561,24058,68120,24628,23197,67584,24484,24062,66820,24562,23611,67387,24400,23899,67715,24162,24172,67618,23357,23964,66691,22477,24089,66462,22880,24441,66272,23148,24680,65817,22673,24956,65368,22177,24678,65182,20758,24482,65282,20172,24200,65256,19749,24439,64364,19443,24745,64229,19564,25067,64376,20009,25352,64307,20345,25432,64515,20859,25909,64359,22572,26158,63861,22637,26090,63682,23228,25699,64734,23335,25429,65202,23225,25579,64635,21883,25124,65445,22744,25335,65264,22945,24919,65954,23708,24991,65519,24322,24929,65010,24460,24876,64407,24761,24924,65842,24118,24062,66950,24133,23880,67259,24049,24076,67062,23356,26078,63841,21517,26411,63196,21452,26229,63324,20993,26425,62784,20787,26840,61756,20878,26628,62738,21889,26715,62185,22322,26437,62012,20071,25799,63294,20052,25773,63869,20599,25869,64242,21812,26167,61861,19543,25542,62452,19289,25788,61859,19203,25638,61504,18996,24756,63325,19217,23873,64834,19505,23791,65822,19927,22779,66654,20208,22288,67121,20550,21832,66442,20699,21537,66437,21198,22145,65915,21283,22410,65663,20908,22652,65376,21226,22413,65515,21474,22300,64339,21483,22029,64061,21294,22514,63563,21222,22185,63290,21301,22532,62907,21182,22707,62501,21129,22098,63609,21200,21581,63609,22041,21387,63822,22075,21159,64334,22438,21129,64719,23011,21320,64411,23741,21648,64843,24480,22855,64549,25131,23140,63995,24908,22401,64200,24815,22039,63754,24867,22016,64576,24972,21653,64479,24411,22736,63722,25005,24125,63718,24961,23904,63377,25090,21785,63800,21471,21457,64051,21677,21277,64595,22243,21574,65156,22664,21304,64878,22807,21475,64452,21770,21601,64826,21997,21555,65048,22182,21296,65358,22632,21255,65598,23097,21438,65849,23614,21267,66069,23506,21547,66871,24144,21117,67310,22569,21481,67642,22003,21858,66853,20646,22085,67780,21372,22197,67615,21379,22291,67424,21284,22905,67619,21343,23119,67082,21177,23356,66688,21459,23767,66002,22008,23909,65814,22065,24394,65778,22349,24526,65394,21708,23877,65608,21528,23958,65600,21250,24193,65623,20753,24092,65792,20408,23398,66553,20495,23074,66752,20380,22818,67299,21199,25044,65101,21669,24468,65321,21168,21828,67766,21596,21909,68137,20996,22862,68157,20826,23206,69448,20790,21797,70017,21261,21471,69782,21364,21178,69507,21268,21124,69042,21253,20710,69118,21817,20733,69741,22657,21072,69935,22932,21053,70022,23868,20274,70526,23579,20575,70560,24375,20211,70869,24107,20389,70849,24520,20321,72223,24551,20176,71259,24373,19936,71391,24014,20277,71546,25037,20686,70239,22698,19946,71160,22704,19806,71762,23003,19866,72212,23366,20025,72494,23799,20204,72591,24219,20828,73300,25664,20986,73388,25711,20759,73903,25085,20941,73996,25322,20527,75163,25023,20838,75221,25147,20749,76165,24679,20895,77234,23640,21410,77800,23484,21295,77750,23124,21610,78300,23009,21820,78647,22799,21452,77144,21695,21992,77319,21154,21361,76609,21241,20753,75608,21487,20753,74453,21547,20633,73659,21121,20809,73273,20091,21147,73433,19959,21328,74056,20580,21732,73341,20321,21940,73549,20468,22538,73617,20186,22800,73171,20028,23259,72126,19878,24454,72192,20167,24407,73776,20481,24361,74256,20742,25201,74148,21614,25384,74323,21760,25667,74716,21908,26149,72989,21905,25776,73466,22036,22094,73892,20504,22826,74130,19829,22395,74567,20071,22335,74331,20076,22444,74972,20662,21949,75698,20751,21711,76608,20592,21940,77581,21420,22135,78077,21645,22252,77513,21268,22649,77785,21655,22448,77242,21067,22730,77245,21058,23250,77080,20868,23331,76469,20613,23168,75723,20444,23593,75531,20713,23246,75261,20347,22808,75309,20679,22010,74776,20179,22616,76140,20704,22116,76198,20780,22394,75348,20800,22037,76968,20728,23042,76779,20636,22649,76890,20861,22333,76692,20805,23043,76250,20483,22933,78582,22158,22842,79295,22507,23058,79308,22875,22928,79019,23512,22492,79330,23188,22707,79391,23205,22086,79349,22559,22138,78619,21982,21991,74153,20488,21497,75129,20340,21561,76297,20599,21064,74443,20641,20721,74200,20779,20835,74943,21001,20707,73703,20647,20851,73786,20342,20891,74684,20757,21111,75238,20548,20988,75886,20853,21359,74768,20408,22131,75250,20711,21533,75631,20548,22987,73449,20028,24123,73391,19864,23706,73753,19866,24503,73349,20104,23582,73087,20000,23023,74460,19920,23181,74682,20140,20082,75498,22482,19872,74357,22799,20049,73930,22597,20184,73502,22353,19769,72699,21752,19738,72682,21016,20017,72311,20626,19975,71165,20692,20144,70542,21004,20373,70645,21904,20826,70119,22022,20334,70240,21463,19691,71584,21221,19882,71634,21724,19770,71946,21637,19712,72260,21851,19716,71422,21029,19751,71852,20800,19956,71829,20620,19638,72449,21339,20095,73667,21806,20177,73815,21730,20591,74500,21811,20123,74335,22145,19984,74769,22824,20403,74920,24847,20311,75128,24577,20465,75547,23450,20784,76523,22555,20585,76553,21749,20357,75571,23868,20015,75292,22320,20165,75367,22079,20561,75024,21852,20191,75830,21995,20717,76057,21571,20885,75797,21221,21077,76339,21288,20880,76718,21643,20555,76681,21983,21783,74113,25324,22472,74463,25650,22244,74977,25580,22527,75267,25949,23221,75585,25614,23559,75724,25345,24535,75400,25157,24483,76099,24779,24133,75641,25102,22839,76096,25300,22365,76473,25400,22310,77124,24940,22337,77810,24448,21676,77433,23916,21901,78833,22315,22159,78307,23606,21746,78261,23331,22149,79040,23017,22560,78862,23575,23292,77901,24101,22927,76550,24966,23246,76207,25130,22531,77744,24545,22657,76974,24756,22278,78250,23837,22491,78366,24135,20955,76712,24349,21330,76177,24818,21473,77113,24082,20965,77246,23840,22000,77211,24410,21387,76506,24625,22227,76111,25589,22286,75658,25744,21863,76539,24931,22067,76843,25115,22747,75811,25813,22844,75336,26074,22686,73961,25817,22328,74095,25669,21825,73808,25500,22800,74825,26024,23740,75186,25393,23200,74748,26055,24822,75088,25359,25265,75781,24567,25405,75906,24223,25294,76254,24011,25414,76316,23564,25272,76605,23138,25202,76490,22850,24032,77112,21944,23576,77762,21955,23108,78172,22035,23471,78315,22176,23398,78738,22413,23253,79096,22687,23274,78904,23392,23566,78509,23436,23645,77763,24054,23634,77423,24336,23157,76843,24748,23683,76207,25131,23482,78234,23760,24204,77602,24088,23982,77373,24375,23872,78200,23581,24602,77142,24076,25048,76227,24308,25097,76822,23356,24712,77148,22487,24836,76432,24354,24844,77188,23354,24719,77284,22829,24398,77868,23631,24595,77697,23145,24040,78306,23171,23783,78360,22604,23885,77973,22178,24349,77910,22702,23602,78713,22883,24487,76867,24532,21064,74289,25250,21001,69975,22646,20895,69634,21824,21314,70027,21309,21098,69982,21861,22153,70230,20822,22882,71231,20103,23869,71195,20136,22967,72010,19748,22470,72205,19523,22002,72724,19545,22622,72648,19825,24113,70895,20152,24930,70050,20747,25291,70228,21021,24821,71558,20560,24520,71798,20276,24144,71936,20009,24704,71123,20394,24984,70539,20444,23670,70706,20507,23157,70301,20620,24093,71613,20021,24470,70893,20213,23092,71567,19873,22380,71998,19566,22702,69903,21035,19752,71251,23345,19731,71625,23730,20601,72952,24568,20753,73085,25166,21020,72789,25998,21394,73048,26082,21966,73432,25909,22560,73306,25967,22975,73055,26175,23304,72712,26326,21780,72752,26083,19947,70952,23555,20151,70651,23141,20631,69671,23289,20951,69985,23473,20685,69079,22381,20806,68930,22033,21039,68843,21556,21301,70268,24799,21873,69456,25174,22736,69293,25529,22743,69005,25484,24377,69141,25008,24838,69404,24594,24957,69173,24337,25206,69632,23796,25386,69402,23240,25453,70493,21878,25970,70684,22352,26595,71091,22584,26508,70557,23190,26289,70421,23449,25866,70604,23907,25576,70292,23795,25574,70541,24190,24970,70160,24897,24381,70244,25566,23871,70514,25496,23666,71364,26166,23587,72270,26464,22904,71865,26658,21828,71057,25805,20279,71895,25078,20516,71682,25416,20590,71293,25307,20852,70778,25014,22188,69678,25313,22424,69886,25850,23130,70019,25668,23548,70091,25523,23933,69375,25298,23522,69733,25311,23248,72135,26680,23331,71469,26584,23452,70702,25696,22963,71173,26644,23141,70663,26067,22439,71653,26322,22703,70875,26515,22081,70661,25968,21955,70170,25699,22065,70312,25963,22566,70262,26172,21519,70540,25443,21197,71050,25590,22970,70779,26438,23388,73601,26208,23221,74123,26059,23045,75310,26000,23930,74677,25599,24473,74563,25668,24168,73869,25712,24636,73993,25225,24839,74661,25318,25040,74210,24716,25628,73658,23862,26137,71887,23828,26243,71748,24817,25269,71834,25348,24964,72630,25106,24303,72965,25289,23933,72770,25578,23909,73485,25813,23544,74493,25771,23761,73801,26013,24006,74184,25822,24972,72189,25297,24035,72054,26012,23529,72800,26178,24735,71159,25595,25742,70841,25290,26052,71029,24739,26008,71240,25171,24564,71550,25636,26040,72125,24968,25399,73347,24723,25044,73788,24872,24063,73327,25494,25340,72391,24825,25838,70931,24305,26152,71790,24123,26155,72304,23996,26254,72053,24548,26037,72706,24439,25725,73110,24448,25301,74325,24070,25695,72883,24565,26015,71085,23918,26139,72492,23314,26089,72922,22936,26439,72546,22436,26430,70677,22701,25933,70195,22932,25004,70042,23600,24785,69942,23848,24417,69825,24530,24144,69793,25001,24316,69968,25197,24040,69935,25490,24422,69987,24603,24694,70105,24185,24482,69618,24848,24680,69895,24234,23536,68894,25315,21728,69057,25090,22057,68847,25150,22055,68761,24582,21316,68793,23914,21556,68674,23951,21558,68317,24060,21499,68069,23496,21080,68307,23128,21216,68360,23503,21132,68713,22593,21238,68714,21937,21555,68603,21355,21046,68276,22148,21056,68325,22738,22563,68633,20949,21985,68589,21077,21355,68354,21498,21509,67817,22021,21565,68053,21289,22850,67789,21236,23283,68213,20934,23836,68527,21313,24438,68723,21817,24732,68768,22496,24671,68603,22659,24696,68605,23284,24739,68154,22975,24658,68148,23572,24174,67745,22749,24015,67581,22268,23569,67630,21597,23310,67411,21462,24003,68108,21391,24506,68095,22094,24006,67743,22090,24693,68104,22478,23175,67128,21314,23424,68607,21105,23447,69044,20735,23871,69567,21065,24354,69574,21244,25046,69907,21255,25021,69878,22552,24914,69910,21905,23601,69724,21116,24178,69688,21048,23641,70147,20759,24177,70234,20332,24176,69968,20519,24504,70206,20332,21233,66758,22342,21474,66738,22760,21108,65903,22918,21150,65663,22359,21255,66601,23385,21411,66831,23613,21644,66967,23109,21946,67260,23720,21414,68208,23783,21877,68068,24230,22685,67827,24392,22755,67581,24624,21842,67211,24429,21841,66956,24687,22386,66524,24994,23260,66454,25062,23704,66172,24866,23221,65630,24494,22047,65383,24580,21595,65243,23923,22075,65006,25003,22845,65472,24537,23539,65248,24603,22658,65288,24933,22646,65029,25103,23780,64877,25032,23891,65383,24471,24154,66058,24734,21891,66228,24512,21558,66338,24237,21689,65376,23352,22389,65646,24339,22828,65945,24560,22274,65843,24298,21993,65475,23919,21909,65599,23798,21696,65333,23564,21631,65222,22947,21322,65667,21821,21876,65932,21764,22540,63919,21176,22361,64766,21491,22403,65770,20640,22640,64453,21222,22800,64918,21230,22796,65214,20528,22631,65852,20266,24179,63464,19184,24435,63098,19126,25196,62105,19061,24346,62360,19072,23489,63409,19390,23175,63300,19640,22869,63116,20084,22665,63904,20509,22720,64429,20561,23011,64954,20197,23816,63687,19297,23896,65319,19666,23228,64464,19792,23499,64730,19629,25497,63349,19726,25096,63402,19387,24101,68860,24917,24685,69015,24602,24375,68768,24233,24391,68545,24136,25163,63576,24600,25111,61811,24613,24972,61359,24594,24457,61431,24830,24333,60607,24095,25274,60613,24074,25516,61395,24292,24932,59655,22972,24531,59657,23139,24599,59201,22327,24542,58893,22354,24560,58837,22760,25068,58221,23085,25027,58025,23183,24896,58426,22437,24996,58931,22268,24658,58446,23456,24530,60194,23724,25662,61950,24277,25565,62610,24346,25886,62399,24054,26768,59506,18991,27190,58209,19611,27278,56286,19254,27503,54235,19628,27534,52979,19208,27564,52855,19521,27577,51991,19755,27494,52786,20198,27346,51885,20535,27240,53286,20950,26935,52846,21367,27203,54226,21147,27426,53731,20521,27116,53611,21229,27042,59361,19546,27353,56568,19693,27281,58617,20293,27327,57816,20969,27274,59067,21116,27203,59645,20460,27261,59527,20924,27127,60447,20695,26998,58522,19092,27141,57056,19042,27063,56296,18579,27139,54198,18100,26931,54329,17723,27359,54990,19088,27362,53953,18737,27317,53140,18339,27204,54874,18498,27159,52863,17816,27460,54257,19286,27494,52570,18848,27584,51720,19187,27535,51412,18857,27473,50525,19828,26980,49918,20614,27298,50380,20243,27444,51788,20250,26980,55894,18293,26742,55554,17845,26418,55651,17592,26027,56301,17677,26642,57657,18291,26348,56896,17913,26619,56703,18040,25589,56968,17862,26303,58517,18333,25812,57581,18026,25009,54826,17394,25430,50640,15765,25982,51799,16269,19965,40567,10762,19996,41214,10534,19555,40340,10534,19193,39719,10160,19612,40049,10243,19609,41231,10889,19441,39749,10065,19875,37862,8937,20641,38225,8964,20855,38827,9145,21504,37963,8389,21404,38730,8672,21009,39969,9258,20471,40685,9311,20618,40768,9574,20294,40387,9101,20871,40015,8961,18162,42776,13174,18041,42381,14234,18290,42420,14424,18060,42091,14846,18600,42610,14829,19180,43099,14764,19626,43401,15202,20745,44257,15521,21119,44567,15764,21615,45031,16229,21965,45526,16142,21865,45367,16548,21065,44345,16341,20235,43750,15875,19654,43218,15727,18483,42309,15306,20638,40271,9691,20339,39977,9785,19375,42209,12101,19146,42392,12592,20237,43028,12873,18592,42657,11947,18836,42568,13307,19863,43473,14170,18643,42623,13843,24581,45279,13949,25818,44416,15264,26229,44633,16304,25764,43818,15566,25359,43474,14882,25697,46519,14799,26026,48121,15309,25399,47330,14750,25615,47248,14852,25236,47974,14859,24852,47930,14759,26922,48869,20267,27150,48212,19559,26700,47838,20110,26111,46808,20180,27098,48164,17450,26978,47206,17303,26779,47417,16566,25909,47805,20704,25983,49634,21225,26401,51326,21441,26670,50271,21035,26927,51326,21070,26621,52434,21548,25873,52789,21834,25519,52888,21843,26566,53278,21716,26498,53976,21870,26099,54636,22092,26044,56189,22337,26846,57792,22228,27192,57389,21448,27202,58236,21466,26697,57547,22342,26480,59313,22887,26449,60069,23118,26253,59038,22857,25739,58313,22621,25298,58521,22384,26526,58019,22527,26149,57954,22576,25564,56146,22277,25888,59569,23074,25175,59328,22671,25520,58986,22637,26978,58506,22059,26689,59357,22716,26277,52947,21781,26725,55296,21942,26534,55564,22093,26362,56806,22364,26885,55150,21774,25993,51303,21590,25375,51752,21709,24746,52019,21534,24712,53894,21404,24444,53398,21098,25215,53339,21829,27141,51968,20935,27154,50789,20628,26651,49043,20688,26250,49102,20979,26435,48120,20516,27114,47400,17794,25277,49140,15215,24990,50029,15510,19924,42472,16768,21515,44715,16658,23836,62779,19188,24633,61527,19122,23925,62069,19265,23449,62837,19401,22815,62801,20481,22633,63351,20874,23163,62554,19825,24395,59581,20282,24569,57710,21117,23061,56315,21493,23696,55949,21612,22539,55607,21358,22289,55875,21606,22355,56451,22585,21989,55887,22276,22635,56305,21723,22672,56729,21732,22380,56883,22418,23159,50296,19253,23236,50223,19677,23065,49346,19506,23372,49987,20115,23918,50595,20853,23500,49595,20416,23440,48569,20337,23082,47447,19671,22918,48121,19356,23184,45542,19519,23127,46314,19612,22927,46477,19332,22564,45598,18606,22717,46859,18935,22502,46941,18179,23383,47717,20160,23146,49058,19837,23125,48352,19838,23486,50949,20022,23992,52966,20260,24205,53110,20719,23637,49229,20617,22162,43797,18030,22841,43626,18532,23245,42958,18586,23796,42920,18677,24408,43779,19248,21727,42717,17719,24729,43636,19073,23615,51838,17527,24293,55603,20071,24243,55800,19663,24337,57383,20022,24990,57224,22042,25323,58825,18560,27507,54342,19960,27485,54144,20261,27020,54966,21575,27305,55351,20987,27392,55491,20700,27389,56806,20627,26177,61206,23678,24656,58264,23938,24540,58125,24187,24078,58565,24040,24820,58004,23662,24253,57820,24042,23919,57494,24302,23431,57290,23973,23861,57303,23809,23288,55836,21135,23000,55612,21061,22888,58769,24204,23831,58451,24308,23217,58343,24664,24622,60800,24339,23372,58882,24100,21993,57565,24106,21526,58377,23771,21388,58178,23401,21806,57902,23762,21732,58132,24079,22185,58159,24499,25232,56655,22153,25837,57530,22503,24839,56224,21566,24769,56707,21411,23963,57016,23036,22230,61026,23342,22460,61004,23686,22744,61245,23841,21609,63186,21774,22026,62965,21187,21564,63541,22326,21487,63720,22853,21815,63474,21545,22148,62591,21238,23645,64487,25150,23880,61603,24930,24312,61814,25049,22259,61503,21696,22383,60577,21388,23807,51844,20362,24214,52238,20980,24374,52036,21217,24443,50802,21282,24792,50820,21470,23203,60514,21125,23466,59208,21240,23162,58900,20938,22445,55290,22006,22248,55388,22934,22527,55395,23419,23000,54681,22699,22858,54970,21988,22622,55010,21995,22376,54956,22785,22771,54694,23114,22653,54731,22731,23220,54919,23387,22584,54921,23284,23100,55624,23949,22706,55898,23822,22321,55882,23615,22907,56411,23443,22652,56507,23354,22472,56398,23195,22115,55965,23269,22390,55643,23750,22738,55531,23807,22821,55343,21558,22075,55649,23278,23675,55355,23334,24058,55560,23106,23771,55922,23438,23778,55603,23666,23488,55818,23843,23288,55247,21748,23304,54716,23017,23883,60597,21268,23701,61084,20885,26171,60407,18839,26521,59997,18894,26256,63659,22031,27320,56791,21022,22859,63986,20102,23261,66225,20010,23338,65770,19839,22825,66126,20056,23095,65430,19989,22296,66680,20321,21552,66293,21710,21616,66051,21881,21469,66394,22291,21183,67024,21647,21217,66635,21835,21494,66700,21050,21354,67250,21343,21238,67388,21839,21156,66036,22496,21741,67480,23038,21808,67814,23438,21564,67801,22792,21002,68833,22722,20807,68917,22798,20662,69125,23514,20815,68936,23636,21174,68769,23252,20748,69544,23955,21106,69824,23984,21587,69761,24462,21355,69581,24751,21282,69033,24820,21658,68817,24861,21188,68840,24458,20937,68989,24316,21000,69300,24486,22042,67458,23607,22435,61460,21362,22693,60374,21178,21853,67472,21451,21576,62306,23232,21704,63186,24130,22366,64882,25128,24734,63999,24926,22574,59211,23758,22259,58842,23779,23603,61933,19607,27111,56131,21529,26970,56716,21882,27445,55812,20139,27353,57923,20544,27366,57307,20135,27418,55982,19852,23335,56850,21536,23635,56482,22046,23476,56448,21760,21934,57561,21044,24638,57440,23506,24266,57507,24047,23281,60931,24049,24081,65617,24544,23017,66891,25221,24110,66770,23471,24284,66613,23611,22856,69091,20720,21871,69286,20831,22204,69775,21241,21774,69573,21047,22336,69507,20805,22132,68996,20755,21791,68851,20900,24052,66131,22517,22451,67322,25044,23231,67224,25095,22912,67400,25000,22421,67521,24348,22354,66918,25104,21934,66613,24783,22397,67705,24095,21127,69822,22281,21810,71778,26039,21285,72127,26089,22360,72091,26233,20967,71640,25680,20722,72499,25528,22290,72489,26125,22636,72404,26233,21871,75904,25250,21771,74681,25287,24980,64927,20714,21774,65080,21844,21256,65431,21955,21414,64952,23910,21205,64057,22857,23714,66989,21848,24047,68795,21249,24721,69016,21377,24755,69372,21548,25252,69171,22258,25421,69071,22917,25080,68837,22314,24828,68825,21641,25140,68882,23225,24791,68808,23453,25008,69519,22026,24344,69274,21068,23770,69041,20846,25368,71239,21061,25032,72461,20337,25412,72033,20792,25968,73049,21531,26325,72567,22091,26616,72192,22683,26800,71535,22961,26458,71872,23247,26210,71905,23593,26292,72072,22119,26637,71984,22396,26005,71769,21921,25997,72226,21721,25826,72810,21253,25409,72721,20919,26149,71125,22290,25959,71330,22034,25728,72217,21344,25344,73633,21338,24115,68569,21563,24504,68524,22080,25295,69180,23614,25072,69814,23511,25160,69918,23235,25613,70280,22478,25158,69901,22865,25187,69756,23228,22626,67041,20480,21838,69874,24822,20783,73549,24647,20621,73527,24307,20052,73025,23903,20682,74265,25030,20428,75942,24545,20974,77017,23056,21298,77333,22548,21663,78187,22238,21761,78101,21912,21054,76960,22688,20347,76172,24069,20625,76700,24142,20516,74292,24226,20076,73825,23357,20479,74564,23494,20375,74050,23940,20514,74786,23938,20382,75297,22984,20435,75687,22850,21240,77240,22020,21012,76981,22342,19858,74236,23091,20324,74661,23215,20237,74539,22025,20550,74049,21598,19941,72951,21043,20047,73257,21955,19852,73224,21448,20444,72688,20704,20324,73327,21219,20699,72142,20408,20893,71802,20294,20762,71405,20407,21111,71060,20352,21680,70687,20386,21543,70493,20626,20918,70674,20492,20748,72863,20452,21294,72214,20027,20943,73032,19861,21344,72614,19669,21696,71925,19877,21783,70997,20172,22435,71377,20018,21719,71596,19961,21902,72041,19652,21598,72661,19529,21503,73081,19728,22119,72914,19874,22455,72984,19976,20284,71059,20519,23862,72740,19980,23391,72583,19844,23422,74788,20191,23430,74039,19773,23976,73995,20071,23872,74521,20431,19394,72336,22676,19567,71984,22833,19605,72452,23164,19544,71797,22391,20062,71251,21765,20146,70950,22127,20053,70595,21294,19685,71523,22415,19623,72563,22184,19810,73249,23304,19503,73148,23073,19529,72668,23058,19399,73029,22734,19386,72425,22470,20714,70267,20973,22284,68294,20876,22537,70504,20498,24674,69741,21728,22710,69684,21091,24355,67848,23114,24349,68011,24096,23084,68041,24827,23791,68083,24789,23667,50871,20431,23449,51680,19290,24445,55109,18178,24492,56212,18687,21117,44125,16805,18966,41976,16184,19757,42657,16512,19694,42874,16254,20421,43726,16331,20401,43323,16745,18840,42237,15838,18319,42176,10936,21617,37440,7752,21395,37888,7812,21202,37477,7582,15097,41006,11682,14322,40623,11622,24641,46131,20352,24915,69734,22337,25328,69510,22773,23300,69279,25542,23026,69716,25286,26773,71160,22857,26644,71142,23233,26087,73089,23610,26160,73436,23168,26102,73796,22535,26022,73744,23190,25525,74232,23200,25397,74364,23371,25200,75159,24886,25377,75792,23792,24792,76074,21586,24621,76696,22077,24965,76435,22369,25277,75925,23166,25530,74849,22702,25244,74669,23970,25529,75112,22277,25247,75600,21653,24708,75495,21365,25263,75833,22956,25176,75903,22178,25386,75504,21978,25860,74470,22462,25420,75147,21673,25901,73573,22244,24349,75888,21151,23723,76881,21247,23310,77560,21637,23141,77907,21811,24165,76758,21517,23674,77193,21734,23821,75802,20839,24433,74978,21100,24632,74474,21062,25286,75604,23378,25246,75035,24112,25083,74731,24724,26032,73165,22521,25457,70550,21456,25412,70920,21162,25782,71108,21511,25782,70870,21985,24505,72803,19948,24538,73024,19974,25138,72664,20434,24916,73523,20905,24879,73220,20684,26306,70835,23605,25139,70315,24293,25740,70708,24576,24838,70160,25427,25258,70429,25469,25458,70431,24964,21630,75672,25125,21226,75482,25075,20420,76365,23764,20646,76197,23159,24278,76672,24851,23989,76990,24778,23029,78656,23972,22407,79309,22178,22599,79524,22672,24477,77182,22279,23777,74975,20737,21254,76221,20652,21388,76564,20813,21890,77035,20819,23063,77426,21209,24386,71963,25763,24173,71530,25872,24022,71119,25660,25190,70742,25687,25056,68947,23891,22723,69640,25418,25021,71650,25468,25682,71483,25510,25412,71110,25643,19922,73365,22609,19618,73641,22939,20253,73624,23998,19739,73782,23182,22227,79427,22408,22432,78289,21813,23797,55590,21663,21940,55883,22760,22057,55622,22217,22702,55832,21039,19358,40524,9272,19716,39865,8829,19444,39774,8502,18989,40542,9078,18563,41247,9764,20528,40812,9889,19775,36473,8180,20145,36406,7999,20880,36347,7915,21342,35658,7569,20688,37149,8344,20127,35647,7560,21103,37246,8275,21783,36733,7673,21653,37323,8048,21490,36501,7806,21728,36055,7601,21947,34692,5730,19305,36557,8295,18617,38733,9632,18459,38798,9762,18860,39309,9975,18648,38777,9948,20258,41276,10188,19704,42022,10796,20148,41366,9951,19038,42486,11381,12629,22982,9839,12687,22129,10445,12666,22808,10518,12766,22106,10217,12656,23247,10372,12473,22478,10544,12531,22783,10611,12265,19615,11178,11679,18024,11688,10945,16976,11753,10790,17127,12143,10296,17099,12916,11228,18265,11951,10689,16937,12019,10070,16910,12672,10422,17029,12577,12200,18977,11262,9354,17677,14181,9736,18323,15476,9331,18496,15750,8167,17169,16198,7407,17138,17028,7910,17813,16425,8122,17527,15918,7513,17519,16723,14050,26636,10334,13791,27436,10849,18873,29633,8823,17531,26504,6527,22266,29817,6765,22872,29202,6855,21716,31757,10665,19548,32316,7908,16287,34770,13550,16427,33888,12981,20836,32902,11476,20335,33576,11702,19796,34331,11951,20741,33529,12309,20763,33443,12541,9388,28394,15498,5828,29782,17954,5357,29701,17700,5381,44844,9221,5113,44607,8861,5794,44466,11543,6558,46179,9045,5968,46241,9237,7093,49790,9233,7252,49657,9162,6862,49160,9209,7503,49665,8703,7507,50404,8721,8042,49578,8175,8371,49068,7511,8655,48890,6958,8598,48466,7166,8330,47572,7017,8212,50297,7675,8373,49539,7495,8344,49947,7153,8500,49271,6895,7848,49987,8410,7939,48608,8271,8147,48329,7506,8086,47369,7394,8125,46661,7552,8082,48247,7822,8027,48377,8175,7416,48267,8410,7286,48921,8699,7695,49346,8473,8074,48729,7979,8146,47045,6996,6603,51234,11777,6263,50585,11539,6725,50386,11018,6709,50036,10950,6877,51172,11344,-1173,46802,14360,-1499,46915,13870,-1686,46882,13508,-1489,45697,13378,-1815,46188,12740,11095,24557,11133,10936,23807,10967,11161,23262,10614,11131,22705,10464,12604,23785,10678,11592,17611,11733,7434,31673,16414,10070,16936,12913,9141,17085,13221,9445,17242,13508,9395,16840,12259,9488,16524,11460,9558,16759,11557,8742,16559,14703,10482,18662,13889,10185,20126,13844,8800,17841,14111,8764,17625,14290,8606,17163,15346,8005,16936,16417,7901,17166,16585,7960,18643,17340,6267,24717,18081,7485,18824,16820,9890,14633,13550,10276,14069,13030,10413,12430,14230,11043,11945,12644,10659,12291,13748,11906,8615,12132,12111,8090,11553,11651,9182,12863,11453,9943,12722,10685,13012,12604,11306,10879,12451,10667,14295,9363,10295,15162,9257,10426,14863,9182,12336,15665,8981,11191,14293,8090,11561,14283,7583,11876,15082,8697,11348,24216,10914,12065,36950,5266,12889,36634,5335,10279,37194,4948,11648,37966,5954,12158,38602,6782,11234,37907,5711,11008,38473,5963,10690,39024,5689,10666,38116,5751,10908,37657,5391,10190,37663,5436,11699,38486,6510,11272,39040,6303,11898,38909,6648,10700,39925,6376,10665,39371,5691,14972,36652,4065,14582,37754,5097,16429,37142,5765,13283,38857,6781,12388,38506,6733,12401,39002,7241,12055,39253,6731,11945,39842,7501,12163,39731,7659,12221,39593,7074,14330,39106,7660,12589,39364,8132,12195,39638,8872,13625,40123,9950,12349,39387,7978,12859,39701,8917,12686,40032,10266,12213,39934,10329,11809,35729,3634,10274,35653,4148,9105,37865,4938,8089,38037,4368,8190,37476,4357,8819,38088,4906,8049,37436,4111,8680,39032,4120,9804,38896,5296,8014,38631,3682,15783,36578,4386,16410,35988,4124,16754,35918,4354,16307,36753,5210,17470,35753,4584,17227,36218,5122,17240,36663,5597,18389,36446,5206,17193,35166,3687,16913,35194,3311,16189,36570,4837,15513,37418,5592,17872,35883,4741,19435,35636,4483,19273,36365,5076,20172,35656,4505,18911,35690,4449,18870,35159,4074,19538,34808,4050,19311,33917,3587,19085,34407,3775,17949,34998,3981,18139,35134,4124,18464,34673,3884,18670,34063,3483,17586,35025,3829,17692,34556,3344,17695,34027,2658,18737,38792,6896,9922,40340,8875,8213,38950,8719,7475,38992,8250,6859,39332,8087,6528,39489,7991,7216,39919,8229,7802,41797,5739,8314,41231,5774,9663,43450,3169,6605,36327,13281,7582,36134,13087,3182,37289,13528,2282,37376,13542,3115,37917,13437,739,40171,14047,2715,44450,16335,2119,44430,16062,6003,38482,9900,5848,38851,8749,5546,39062,9937,6083,39196,7963,6460,39936,7803,6060,40268,7882,5883,39600,7837,4870,41668,7425,4915,41167,7486,5138,41117,7379,5647,41931,7464,4567,43393,7893,4679,42687,8134,4957,42613,9152,4953,43697,7187,5769,45790,7303,6102,45783,7355,5708,43934,6603,5190,40775,9272,5108,41506,9233,4757,42474,8572,4610,42261,8126,5611,42799,7929,5363,43181,7359,5714,43476,6798,6037,42995,7775,6046,43136,7104,5968,42605,7739,6123,42837,7787,6830,41355,7409,6266,41293,8024,6827,42703,6919,6479,42471,7413,6849,42592,7160,6788,39833,7888,7364,40191,7946,8323,40798,7144,8571,40841,6336,8458,40933,6064,7958,40610,8774,8003,40245,8741,8576,40520,8831,9220,40121,8982,9137,39596,9021,9067,39288,8471,9215,39098,8871,8884,39853,8670,8681,39679,8272,7805,38591,9868,7760,38828,8912,7053,38837,8349,7172,38599,9179,7391,38681,9162,5429,44554,6829,7838,44678,6433,4818,44966,16461,2724,46916,16356,4560,45713,16601,4100,48224,16514,3458,47995,16387,4704,51172,12819,4527,52158,13324,4338,52482,13784,4361,52084,13800,4295,52020,14128,5814,51271,12564,6252,51274,11951,6531,46297,8218,7336,46553,8204,6859,47998,8706,6751,47346,8351,7154,47517,8356,8103,47173,8110,6770,45734,8046,6469,45674,8053,7890,46270,6598,8052,45827,6213,7309,51202,5030,7048,51756,4856,7114,52832,5403,6918,50118,4146,7008,51146,4615,6844,52574,4758,6679,51902,4103,6276,50702,3129,6739,50465,3959,6671,49657,3710,6775,49396,3830,6358,48329,3378,6748,48580,3728,8450,48315,4306,7946,49406,4800,7758,49189,4312,7647,48905,4065,7020,49518,4003,7505,49937,4619,6619,50310,3596,8684,47556,4150,6279,52065,3478,6116,50030,2859,5915,51397,2867,5841,50676,2717,5024,48893,2309,5614,49791,2552,3120,49859,892,3709,50247,1137,4478,50474,1495,3557,49503,1189,6872,45926,6947,6266,45707,6886,6597,45832,7211,5548,45566,7048,5809,45893,7984,8256,47943,3996,7652,45616,2380,7878,46741,3087,7903,46057,2806,8012,46304,2919,7322,44761,2636,7037,44913,1957,8180,49305,7860,7843,50760,5616,7954,51317,6011,6972,53539,5472,6103,54429,4898,6119,53933,4387,5389,54669,4028,5162,54609,3702,4552,54412,3264,4220,54673,3325,5564,53798,3377,6339,52610,3782,5573,53436,3119,5607,54235,3845,6377,54489,5523,6050,54983,5797,5251,55263,4882,5277,54927,4259,4609,53328,2447,5236,52520,2367,2607,54244,2348,1679,54149,2256,1377,53751,1822,1082,53779,1866,1058,53389,1592,2034,54814,2998,1389,55380,3306,933,55332,3250,458,55039,2900,497,53794,1946,68,53080,1757,396,53034,1568,907,54238,2147,456,54824,2629,1045,55068,2823,2015,54574,2757,1730,53390,1267,3294,54944,3245,3248,54292,2310,2372,55011,3352,2783,55502,4202,2997,53045,1437,3002,52369,1126,2177,52339,689,2684,51515,697,3145,51749,986,3832,51625,1251,4469,51235,1509,3859,50860,1196,3116,51044,834,4433,51817,1605,3759,52496,1448,5071,50627,1949,5284,50030,2215,2716,53768,1849,2054,53945,1896,1329,51400,473,6583,45105,620,7238,45428,994,4801,52180,1969,4093,52682,1730,2048,51482,452,773,51376,713,1319,50298,341,5927,55473,9752,6396,54444,9651,7568,50834,8617,5830,54839,9766,5694,55809,9444,4672,56310,9681,4231,56846,10433,4436,56268,10093,5217,55212,10336,5483,54680,11096,5838,54595,10466,5488,55491,9908,5151,55903,10016,5597,55770,9807,5168,54764,11520,4694,55443,10663,4293,55909,10699,6119,55416,9470,4195,57145,10066,3834,57768,9480,3890,57500,10549,3284,58046,10548,2826,58017,10954,3368,57106,11324,3883,56789,11274,2798,57203,11492,3130,56696,11524,2645,56145,11665,3546,57511,10922,3018,57916,8152,2891,58184,8758,2311,58321,8970,1855,57887,7969,1548,57257,7172,2074,57329,7213,2008,57074,6772,3641,56226,5983,2831,56953,6908,3805,57304,7956,4186,56767,7966,4139,57240,8581,3333,57489,7773,2486,58052,8227,2814,57148,7163,2565,57508,7420,2396,56758,5948,3383,56041,5483,4129,56010,5849,5601,55463,6060,1762,51259,14245,1989,51356,13945,-1107,49669,14189,-1203,50455,13654,-848,48812,14671,-1502,48447,13944,-1752,48423,13534,-1677,47814,13702,-1312,47393,14239,-1221,48316,14329,4601,54698,12204,3897,53948,13239,3182,53777,13620,2726,54284,13369,3406,54708,12804,3901,52782,13971,4434,54010,12916,4911,53419,12955,4750,53079,13330,4174,52843,13780,3422,51932,14737,3417,52842,14126,3942,52327,14277,3454,52389,14379,5120,53971,12424,5752,51858,12381,4153,51625,14933,4180,51011,15685,1207,56150,12267,319,56342,12492,255,56559,12323,-214,56310,12401,-208,56076,12485,-2474,52952,12302,-2118,53677,12224,-1152,54348,12453,-1560,54580,11967,-1216,55260,12179,-1792,54312,11822,-1662,53970,12370,-1040,54884,12427,-2680,52775,12171,-1215,53937,12586,-1456,52320,12735,-636,54553,12587,-1706,54689,11104,-1426,55416,11489,-1380,55705,10876,-1832,55210,10481,-1630,55249,10897,1718,56900,6046,1382,56886,6107,1110,56913,6732,-3605,52670,8961,-2180,55940,9291,3066,58257,9436,2747,58370,9973,2534,58276,10514,3516,57891,10212,-1605,56156,8545,-2006,55340,7335,-967,55761,6869,-331,56150,6879,-3459,55051,8161,-2599,55054,7504,46,56031,5263,609,55891,4479,614,55414,3739,215,55765,4494,-301,54918,3569,199,55188,3543,-723,54309,3188,-1045,53538,2863,-1461,53677,3373,71,54573,2575,-3631,55331,8726,-3455,55380,8471,-3326,55590,8738,-2399,55919,8994,-3063,55773,9107,-3162,53408,6998,-2823,54185,6915,-2975,52983,5845,-2656,53311,4710,-2743,53725,6053,-2143,52891,3510,-1862,53580,3780,-2262,53389,4064,-2933,52751,5102,-2956,51662,4102,-2965,51116,3995,-3009,51108,4616,-3123,51753,5200,-3035,52201,5005,-3278,51707,5579,-3605,51068,5807,-3584,50797,5568,-3149,52216,5624,-873,53111,2338,-792,51465,1501,-2642,51907,2973,-2840,51694,3118,372,57167,8089,1431,57713,7926,986,57023,7124,1223,57956,8540,3084,56744,6600,4178,56515,7624,4731,56276,7952,4709,56352,8434,4448,56679,8696,3708,56664,7311,4029,56232,6423,5724,55740,7578,5453,55936,8453,4634,56073,6842,5595,55697,6837,5199,55812,6614,5089,54125,3213,4643,53959,2896,5423,53024,2715,4177,53703,2285,5578,50814,2392,-225,49870,387,-2819,49829,3338,-2969,50049,4033,-3267,49688,4543,-3027,49652,4036,-3441,50088,5087,-4314,48691,5548,-865,43390,852,-2073,46401,2211,-2230,42565,1080,1349,43462,-385,-86,34607,-61,1189,37652,-619,-1139,38258,-616,5052,39838,878,5582,39273,1007,6717,40422,2144,6400,39672,2337,6476,39021,1814,6324,39014,1476,6770,38727,1226,6196,38692,935,6257,39813,1615,6157,39523,1454,6212,38128,-2515,6158,38296,-1716,6052,38105,-2322,-88,35763,20,-2821,38353,-743,-3305,37369,-1079,-3791,36175,-945,10249,39736,-6938,11038,39382,-8030,10812,40157,-7430,10326,40305,-6741,10729,41151,-6838,10546,41351,-6477,11127,43193,-6259,10683,38331,-8038,10510,37183,-8214,11235,38190,-8688,11295,39285,-8354,12509,37329,-10038,11440,36319,-9329,13251,38609,-10294,12859,38886,-9890,12397,39252,-9363,11767,39559,-8656,11988,39803,-8794,11727,40539,-8341,12078,40511,-8749,12788,42089,-8865,13642,41769,-9802,14602,42009,-10433,13325,40821,-9834,12707,39556,-9676,13199,39201,-10205,12269,39979,-9139,12837,41261,-9242,11598,41086,-7944,12104,41289,-8455,13537,45255,-8253,12830,45235,-7423,10997,45476,645,10728,45641,-173,10700,46145,-731,10359,44901,-503,10133,44810,-1123,10511,45890,-1243,11844,43133,748,12741,44079,851,13397,45020,1158,13057,45042,1423,13373,45939,1926,13969,46452,1815,13971,47012,1992,13915,47766,2031,14158,48417,2041,13796,48489,2056,14605,49283,2094,14626,50324,1900,15304,50274,2045,15340,49908,2112,15533,49966,1605,16934,50057,149,18401,51816,219,18830,51884,-154,19419,52091,-546,19153,51531,-1128,19045,51441,-1467,19215,51803,-2642,19018,51499,-3034,18454,50430,-3273,17400,48739,-2634,17581,48296,-3088,18090,48257,-3530,18029,47502,-4054,18590,47643,-4438,18697,46181,-6286,19813,46301,-6945,21533,46411,-7916,22207,46252,-8465,22261,45962,-8601,22208,45740,-8766,22685,46577,-8353,21845,46711,-7876,22303,47728,-7738,22437,48447,-7573,21652,48123,-7276,21879,48742,-7241,22225,49967,-7220,22086,50279,-6986,21745,51100,-6828,22531,51866,-7109,22305,50813,-6994,21833,51483,-6779,22469,51433,-7135,22875,52508,-6936,23420,52286,-7507,21468,48780,-6988,21597,49635,-6977,21281,49732,-6706,20952,48285,-6833,20932,49034,-6622,20282,48054,-6463,20176,49168,-6042,19259,48674,-5632,19026,48814,-5440,18863,49536,-5092,18486,49191,-4106,18650,48702,-3886,17783,48988,-3033,18124,49449,-3292,18313,49124,-3630,19087,49985,-4410,19213,50558,-4269,20233,51245,-4861,20147,50993,-5107,19432,50222,-5258,20661,49245,-6445,20096,49877,-5835,20269,49569,-5986,19337,49455,-5450,21191,46887,-7473,20728,47636,-6901,18011,47064,-4480,18810,51071,-3197,18708,50912,-2687,18013,49808,-3154,18772,50999,-1739,18188,50425,-1337,16970,48983,-1327,16565,48936,-557,15946,48025,-664,15500,47744,8,15356,47907,588,14875,47427,1362,14615,47235,1634,13842,45969,1617,15593,49297,1364,15855,49032,837,16074,49803,1055,15675,49559,1329,18032,50935,-195,18909,51475,-681,17428,50757,269,16797,50570,887,16726,50844,1130,16675,51185,1329,17142,52537,1550,16007,51689,1703,17536,53076,1412,18007,52941,1261,18060,53264,1124,18617,53131,1111,18992,53305,959,19396,52677,236,19686,53572,-93,20209,53181,-447,20155,53448,-87,17642,52448,1330,17667,51486,682,17864,51309,375,17565,51765,997,15478,50206,2033,13398,46872,2162,13101,46049,2044,12041,45017,1478,12271,44623,1333,12760,45465,1801,12436,44329,1144,12796,47305,2024,12970,46606,2121,12248,46801,1835,12296,46367,1873,12681,45948,1970,11794,45335,1466,11736,45824,1507,12273,42968,430,11664,42216,437,12704,43246,169,13112,43500,-295,13484,44140,-364,13849,44673,-855,14281,45520,-468,14021,45200,63,14761,46456,36,15319,47098,-702,15227,47225,-98,14770,46832,807,14480,46292,834,13740,45245,1007,14277,46432,1453,14247,45732,513,13375,44110,-10,13636,44821,589,13236,44272,538,16871,48578,-1771,17553,49538,-1774,18288,50199,-2613,16287,47982,-1431,15604,47315,-1074,15608,46503,-2270,15080,46342,-1527,14716,46188,-712,14087,45062,-1105,14534,45773,-1171,14287,44765,-2557,14766,44737,-3066,15194,45274,-3090,16609,45584,-4662,16951,45333,-5474,17355,46212,-5061,17342,46478,-4684,17831,46808,-5131,17343,46893,-4013,17322,47576,-3355,16975,47932,-2621,17339,49059,-2233,17946,49827,-2347,16790,48171,-2123,16242,47356,-2117,15946,47129,-1949,15666,46192,-2724,14950,45731,-2270,14174,45214,-1569,16361,46643,-3116,17810,49576,-2819,17329,46599,-4417,16871,46278,-4162,15832,45048,-4071,18245,47274,-5012,13247,43460,-799,14087,44952,-1903,14120,44530,-2592,15570,44641,-4070,15130,44526,-3515,16169,45060,-4683,16489,45000,-5248,17492,45251,-5893,18043,44700,-6669,18624,44189,-7387,20048,44222,-8286,20221,44572,-8231,21073,45312,-8513,21691,45549,-8607,22268,45513,-8843,21492,43274,-9181,20853,42585,-9095,21474,41279,-9983,20801,41273,-9506,21363,40781,-10005,20670,40887,-9417,19730,40032,-9675,18855,39069,-9484,20395,40298,-9865,19725,39154,-9974,19258,39152,-9653,21374,42408,-9435,21960,44334,-9069,21102,43872,-8818,21733,44916,-8837,20736,42969,-8920,19829,41716,-8742,21008,41899,-9296,20686,44534,-8480,19902,43480,-8341,19798,42770,-8479,19042,42070,-8214,18450,40903,-8256,19098,39885,-9288,20071,40326,-9610,19493,41497,-8561,19580,40333,-9245,19045,40238,-8907,19587,41028,-8771,19727,40812,-8972,19522,43391,-8201,17707,44079,-6812,17157,43608,-6825,17729,43219,-7276,18275,42505,-7684,18171,41820,-7791,19376,43956,-8023,18755,43858,-7750,17907,43690,-7316,18627,42673,-7830,23467,44471,-9526,24644,44606,-9840,23974,44090,-9737,24205,43603,-9955,23457,43394,-9798,22428,43155,-9611,22127,42813,-9624,22328,43791,-9289,17365,44873,-6063,17422,45934,-5469,17967,46781,-5479,18473,45801,-6301,18767,45371,-6743,19442,44680,-7710,20773,45045,-8458,20054,44800,-8100,19129,44269,-7667,18849,44704,-7242,19897,45753,-7249,20659,45876,-7654,20626,46368,-7383,21308,46116,-7890,17576,45657,-5795,16016,44755,-4521,16230,44760,-4953,10673,37397,-545,10515,36374,-1249,10474,35578,-1951,10701,36420,-1869,10854,36213,-2352,11059,36000,-2783,11272,37225,-2683,10895,36889,-2092,10872,37343,-1449,10232,37045,403,10242,36624,-94,9144,36614,2027,10005,37072,1009,8717,37087,2448,10211,36038,-725,10174,34878,-1662,9469,34044,-608,9569,34033,-897,9887,34127,-1462,10948,37894,-963,11905,39835,-1786,12223,40733,-1587,12452,40553,-2882,13273,37935,-4810,13883,37949,-5423,14310,38123,-5745,13195,39111,-4225,14210,38498,-5099,13471,38271,-4781,12276,40287,-2656,12102,39462,-2941,12371,39145,-3419,12071,38977,-3169,12605,38362,-3968,12026,36486,-3878,12754,36011,-4765,13620,36500,-5531,13962,36008,-5971,13971,36448,-6024,14236,34870,-6907,14488,34490,-7274,15184,34824,-7931,15570,35994,-7914,15206,36470,-7395,16062,37253,-8141,16683,36968,-8823,15238,35310,-7836,15050,35906,-7415,14647,36519,-6752,14255,36857,-6122,14476,37394,-6221,14150,37691,-5765,13242,37320,-4904,14564,36085,-6827,15388,33929,-8217,14850,33619,-7670,15919,33297,-8500,15878,31877,-8184,14366,32440,-7315,14343,31676,-7303,17187,31813,-8718,17428,32131,-9056,17897,32212,-9748,17680,32495,-9944,17287,32597,-9292,16532,33304,-9017,17825,32408,-10253,17432,32970,-9767,17040,33815,-9606,17113,33265,-9528,18440,31278,-9303,18278,30902,-8756,17696,30242,-8274,16764,30442,-8123,16763,29074,-8631,17309,29302,-8946,18543,30523,-9194,18235,29905,-8724,18091,30005,-9343,18419,30183,-8986,18010,29802,-9531,18493,29036,-10034,18387,29156,-10361,18326,30203,-8663,18571,30650,-8946,17798,32334,-9581,16467,32441,-8631,16461,32908,-8774,14024,33206,-7045,14410,32844,-7406,15073,32403,-7831,13580,33655,-6570,13474,32539,-6586,13053,32335,-6268,12580,31529,-6127,11658,32284,-4821,13213,33411,-6195,12569,32371,-5906,12337,33280,-5343,12250,32539,-5496,13013,33717,-5916,12095,40704,-1091,11196,40096,221,10734,40473,561,15263,39839,-6244,15227,40022,-5981,15494,40412,-6248,14580,40203,-5027,14515,39781,-4996,15094,39173,-5483,14809,40095,-5280,15030,40345,-5565,15050,38761,-5490,15188,39025,-5817,16091,40519,-7013,16309,39965,-7353,16609,40343,-7483,16126,38969,-7407,15712,39204,-6955,16265,40718,-7128,15110,39123,-6305,15474,38834,-6859,12206,41734,-298,12147,42059,-20,12787,42849,-360,12726,41463,-2735,16820,44249,-6060,17886,41453,-7772,16953,40906,-7504,16055,40968,-6696,16537,41545,-6849,15364,40984,-5752,16891,41410,-7249,15652,45597,-3369,16550,46217,-3805,9806,44113,-1577,9377,43045,-1987,10049,44366,-910,10028,44707,-1725,13780,50377,-5186,14172,51279,-4771,13584,50479,-4581,13618,50773,-4299,14124,51910,-4062,14253,51706,-4580,15674,55016,-2601,16670,56058,-3017,16453,55668,-3403,17585,56791,-4057,15771,54791,-3356,14047,50217,-5720,14716,50473,-6478,14800,50100,-6997,16679,50253,-8927,16888,49776,-9108,15951,49395,-8487,16050,49196,-8667,16808,52976,-7205,13578,51686,-2708,14164,52743,-2710,14658,53392,-3030,16596,51674,-8004,16784,51115,-8558,17351,50553,-9337,17351,51516,-8837,15021,46932,-8911,15606,46930,-9417,16344,46519,-9914,17159,46679,-10385,16285,46939,-9911,17833,46859,-10616,18092,47461,-10770,20214,48320,-11631,20760,48285,-11804,23319,48937,-12224,24104,49360,-12616,24254,49726,-13050,25076,50674,-13524,18406,46986,-10748,18459,45922,-11374,18868,45320,-11708,19633,44292,-12181,19047,43696,-12174,19927,45249,-11981,21592,48623,-12149,24330,50030,-13207,23452,49912,-12918,21857,48484,-12105,23073,49306,-12718,24907,50018,-13294,25187,49890,-13134,26081,50216,-13119,28402,51639,-13350,28004,52644,-14093,27640,53692,-13901,27559,52577,-14029,27497,51942,-14035,27055,51174,-13836,26472,50540,-13470,27506,51240,-13733,28137,51528,-13654,26531,51144,-13846,26154,50661,-13669,27821,51849,-14002,28333,53704,-14008,28541,53219,-14107,26296,50358,-12793,27375,50980,-13425,27802,51882,-12078,26768,54066,-9682,25758,53690,-8938,26685,53715,-9836,13077,33486,-10856,13848,32637,-11129,13292,31632,-10952,13967,31317,-11187,13000,32182,-10801,12557,32058,-10578,12048,32787,-10213,12600,33518,-10457,12582,31405,-10545,12187,31893,-10339,13103,31173,-10804,13149,30283,-10552,13734,29263,-10522,14029,28220,-10129,13305,28835,-10102,15344,27856,-10582,15347,28210,-10861,14912,28614,-10900,14436,27653,-10080,14572,27888,-10215,12495,29667,-9999,13722,30765,-11005,14190,29627,-10883,14914,29028,-11055,15390,30928,-11563,15563,31885,-11611,14986,32079,-11494,15560,32331,-11806,15231,29921,-11390,15967,29411,-11440,15828,28542,-11182,16368,28343,-11128,15924,31218,-11641,16578,29426,-11440,17784,29330,-10943,18023,28573,-10659,18174,29563,-10647,17598,27533,-9470,17793,27937,-9591,17103,27536,-9042,12002,48857,-2418,19590,40781,-12800,19877,41304,-12584,20983,40731,-12426,20750,40454,-12746,20336,40268,-12945,17829,49875,-1949,18977,52704,585,18169,52416,978,19434,52189,-2422,19247,51985,-2256,19103,50884,-3844,19737,52445,-3482,20560,53156,-3882,21559,53400,-4678,21237,52716,-4984,21642,52404,-5855,20475,51500,-4936,20098,52807,-3663,19491,51935,-3637,19507,51383,-4032,22418,54363,-4880,18785,51208,-2349,19570,50343,-4927,19628,50498,-4804,19063,49824,-5039,18789,49550,-4427,18534,49469,-3991,16978,47208,-3335,18693,48095,-4072,18778,48206,-4336,18366,48347,-4897,18334,48699,-4922,18527,49196,-4388,18575,48956,-4235,18538,47937,-4782,17889,48653,-3211,18546,48740,-5113,19903,48678,-5916,18507,49257,-4776,18949,47779,-5674,19205,47573,-5901,18770,47093,-5870,18250,47311,-5380,18460,48156,-5190,19633,48332,-5846,23024,50544,-7373,22993,50947,-7226,23842,50110,-7907,22984,50297,-7504,23296,51987,-7493,24133,52166,-8053,23846,51746,-7830,24428,51009,-7841,23476,51259,-7393,23124,51572,-7386,22223,47132,-7888,23109,48244,-7900,22481,48998,-7486,23106,49102,-7670,23728,49762,-7852,24310,48675,-8227,25107,49090,-8576,24905,48750,-9359,25024,48182,-8830,22808,49568,-7546,23064,47515,-8150,23888,47111,-8773,25007,48168,-9158,24324,47758,-8548,25116,49485,-8714,24009,48281,-8218,23153,47008,-8380,24696,47991,-9627,24547,48111,-9933,23442,48295,-10801,20062,47386,-6560,20633,47095,-7099,18327,47548,-5328,18104,44077,-7064,20867,45621,-8000,20504,45414,-7988,19854,45184,-7567,23499,44942,-9599,24830,44491,-10115,24550,44844,-10210,24297,45033,-10497,24276,44816,-11011,23707,45477,-9944,22512,41154,-10942,22993,42155,-11687,22817,42936,-12099,22365,43394,-12337,22224,42276,-12064,21613,42593,-12380,21463,41926,-12179,19978,46682,-11193,19094,47014,-10878,19015,46874,-10901,19739,47148,-11004,20840,46114,-11722,18597,44471,-11846,18098,45184,-11509,17630,45546,-11211,17254,44373,-11392,17926,44158,-11706,18947,41876,-12333,15472,40598,-11464,15763,39319,-11838,15212,39357,-11547,15664,38707,-11868,14796,40636,-11037,14057,40480,-10538,14872,41441,-10875,13687,38894,-10675,14713,39568,-11223,14394,39804,-10964,14216,38598,-11107,14679,38383,-11412,15967,35423,-12361,15845,34776,-12323,15858,34212,-12301,15707,33104,-12041,14774,34727,-11825,15239,35393,-12038,15023,32596,-11723,16655,33819,-12521,17057,34379,-9707,17613,33567,-10091,15325,31055,-7795,14808,31689,-7549,17182,29202,-9020,17711,28848,-9417,17817,29678,-9375,17009,29185,-8257,15602,29348,-8026,15786,30211,-7933,16606,29583,-8058,16157,29191,-8138,16979,29348,-8126,16181,30336,-8057,15736,31278,-7977,17637,29371,-8593,17827,29624,-8376,17501,29758,-8114,19549,38721,-10007,20135,38737,-10329,20594,39995,-10249,19631,37167,-10808,18690,38106,-9723,16557,37886,-8360,16253,37863,-8064,15617,37460,-7582,16059,38241,-7715,15941,36690,-8175,15917,35874,-8296,16526,36267,-8874,16366,34782,-9101,16321,34386,-9003,15984,34065,-8811,18400,40531,-8339,18093,39795,-8644,18680,41376,-8147,15846,34427,-8543,15920,35201,-8688,18726,32470,-11217,18337,32266,-10773,17136,34165,-12687,18252,40162,-8502,15216,37224,-7239,14081,36090,-6330,13995,35332,-6100,13607,34029,-6483,14072,33652,-6980,13566,34735,-6262,13864,35257,-6479,14170,35573,-6776,13132,34237,-5916,13201,34626,-5746,13804,35100,-5856,12063,37499,-3655,11417,37694,-2773,11853,38523,-3041,11466,38296,-2372,11900,39177,-2619,16674,37449,-8620,15526,32949,-8153,15172,32658,-7887,14457,33187,-7367,16342,31518,-8283,17344,30698,-8316,17962,31398,-8887,17260,28470,-9162,14336,26527,-7775,14374,25728,-7781,14963,30697,-7759,14485,29896,-7673,11362,32562,-4091,10118,34395,-1751,9829,32668,-1440,9473,33189,-953,10087,33063,-1745,8941,32516,108,8865,31872,-6,9009,29889,-611,9048,29398,1212,9981,29537,645,10139,30037,574,10210,29200,528,10605,28895,328,11597,27595,-231,12414,27922,-191,8803,26257,927,9360,25603,371,9310,29903,-1340,8766,26750,-118,8377,26733,643,9410,26896,-1113,9398,27187,-1761,8889,27509,-2388,9072,26954,-2884,9108,25908,-3274,9722,25474,-3872,8834,27276,-1946,8670,27237,-2085,8455,26949,-1470,9125,27813,-2637,9402,27810,-3119,9519,28102,-3181,9162,27791,-2411,9427,27616,-2087,9696,27525,-1570,9391,28077,-2206,9644,27178,-1533,17511,29803,-11091,17100,30466,-11230,16515,30416,-11499,17100,29172,-11286,16671,28757,-11300,18381,28663,-10009,18094,27998,-9826,18129,28081,-10228,17661,27764,-10525,15051,26154,-9656,14780,25479,-9790,15402,26133,-9275,14862,27084,-9791,14527,26320,-10026,14916,27496,-10006,11691,29667,-5160,12441,29422,-6088,13010,28206,-6694,9240,23799,-3974,8717,24055,-3545,8748,23014,-3655,8513,23827,-3193,8563,24462,-3199,9787,31886,-1618,14183,25124,-9925,13111,24965,-9742,12530,25060,-9576,12791,26160,-10048,9949,27643,-8810,9102,26745,-8015,9613,28041,-8597,8789,26894,-7795,8736,27522,-7812,11390,30331,-9510,8600,26752,1100,9205,32818,-439,9065,34878,2288,9242,34835,2406,9153,35198,2617,11360,29560,70,11889,29408,41,10432,36604,4547,8443,38305,4565,7554,41599,2881,7636,41215,2982,7073,40473,3072,7005,41036,2500,7278,41295,2752,6566,46880,916,5344,46448,1387,3430,46043,811,3387,45743,440,5083,43197,206,5043,43802,746,4985,44080,686,3499,41708,806,3716,42491,942,7054,40019,3203,11219,38018,-1784,17381,33016,-12229,8386,32328,-7002,8142,27661,-7287,8257,28790,-7403,17214,41938,-7227,17360,42594,-7136,16861,42273,-6791,16777,42503,-5480,16583,43333,-4812,16881,43596,-5030,16476,42826,-4963,16019,42714,-4815,12739,40847,-3133,14080,38145,-5326,13666,38504,-4835,15319,44204,-10311,14621,44780,-9543,22654,46202,-8797,23534,46572,-9015,22969,46259,-9325,21272,46913,-10904,24837,50414,-9497,28250,55663,-9942,29963,57035,-10824,30085,57681,-10479,30458,58097,-10586,29373,58656,-9272,29345,56368,-13360,27334,56662,-12718,26859,56584,-12702,26750,56127,-12703,26117,56362,-12608,26142,55873,-12564,28962,55724,-13615,31395,55150,-13345,30467,55257,-13711,29788,55241,-13851,30114,55813,-13619,29470,53624,-14038,29989,54383,-13938,30852,54699,-13663,31451,54704,-13317,26289,53632,-13553,26800,57302,-12608,27904,57888,-12752,27435,57878,-12659,26245,57273,-12412,27178,58177,-12509,27308,59171,-12236,27292,57299,-12720,28486,59671,-12557,28509,60822,-12037,30073,62425,-11874,29131,62306,-11664,31375,62747,-12333,32000,63461,-12181,31474,62404,-12563,30310,61663,-12441,28573,60546,-12250,29542,61432,-12210,29140,61654,-11793,30612,62186,-12300,31013,62995,-12028,32418,62965,-12640,33385,63453,-12674,31665,61691,-12784,32648,62273,-12978,32793,62729,-12866,32788,61578,-13163,30845,60457,-13008,29587,59833,-12851,28500,59083,-12731,33062,61272,-13064,31991,60849,-13148,31860,61099,-13071,30604,61280,-12659,29466,60368,-12670,25150,49195,-9155,24193,54599,-7201,23826,54765,-6605,23685,55398,-5600,23079,55032,-5152,20909,55023,-1901,20789,55716,-1174,21139,56286,-663,21043,53754,-3539,20079,52916,-2717,21134,54159,-3175,20862,54247,-2734,20232,54171,-1737,19775,53923,-1306,19466,53637,-823,19418,53657,-81,19839,53222,-875,19629,53302,-1479,23856,55817,-5470,23372,55947,-4829,24067,56702,-5101,24226,57174,-4834,23895,57246,-4161,25530,56776,-6637,24447,55655,-6429,25732,58186,-5891,25111,58182,-4887,25410,58503,-5002,22690,56379,-3206,23328,56431,-4116,23052,57218,-2895,22629,56659,-2852,22889,60440,-982,22549,60522,-1114,23953,61833,-1580,24728,62644,-1900,20873,59129,-768,18423,57280,-777,17832,57195,-1603,17326,56203,-233,18383,56941,-272,19030,57196,-98,17952,56290,155,19059,57726,-750,19760,58637,-1278,20745,59356,-1126,21069,60004,-1724,19946,59215,-2072,20901,60242,-2582,20435,59484,-1745,19642,58762,-1689,19479,57869,-508,16956,56486,-2370,16354,55952,-1527,16445,55978,-1115,15544,55043,-1908,15921,55506,-1728,26424,57506,-7088,26899,57402,-7874,26552,56839,-7961,26567,57053,-7731,27527,57030,-8544,27128,57808,-7662,27756,58055,-8109,27522,58280,-7742,27592,58962,-7195,29102,59989,-7855,29738,60268,-8391,29973,60488,-8447,27531,60002,-6419,27071,59690,-6213,26731,59475,-5427,25907,58650,-5774,26397,59177,-5848,25686,58729,-4898,27165,59863,-5648,27148,60262,-5362,26271,59147,-5230,26757,59148,-6260,27412,59372,-6667,27858,59626,-6888,28464,59745,-7376,26748,58645,-6577,29076,60522,-7404,28193,59012,-7827,29021,59385,-8499,29789,59061,-9405,30097,59518,-9473,28254,58022,-8597,28618,57650,-9155,28867,58947,-8693,27550,57652,-8259,28398,58549,-8475,28173,61045,-5755,28597,60976,-6628,28926,61537,-6272,27817,61438,-4976,28233,61435,-5532,28741,61671,-5786,29321,61965,-6130,29468,61863,-6738,29187,61491,-6813,29452,57259,-10137,28784,56678,-9847,29635,56529,-10743,25447,60246,-3327,26237,64670,-2950,27252,65730,-3523,30475,68800,-6018,31797,69804,-6283,31805,69821,-6637,33090,70735,-6326,32761,70523,-6823,34430,71512,-8271,34429,71330,-8682,35363,71956,-8838,31770,69740,-7207,32677,70434,-7198,33070,70654,-7653,34016,71389,-7385,33933,71317,-6697,32814,70366,-5476,32620,70317,-5797,32298,69862,-5016,31410,69292,-5002,31863,69813,-5924,30891,69076,-5699,30243,68415,-4781,34666,71804,-7072,35510,72323,-7896,35575,72384,-7569,36791,73123,-8092,36166,72686,-8340,34803,71829,-8071,36037,72530,-8630,37592,73432,-8939,37691,73374,-9178,39073,74148,-9290,40130,74750,-9267,40367,74997,-8947,40179,74983,-8654,40734,75268,-8310,39077,74308,-8920,37767,73639,-8641,36777,72667,-9348,36799,72339,-9717,35116,71117,-9607,36148,71585,-9918,35717,70805,-10247,31927,69760,-7631,30844,68861,-7485,32337,69924,-8073,31508,68854,-8486,30901,67323,-9469,32540,69727,-8660,32463,69397,-8961,31520,67842,-9536,32185,68236,-9795,31625,66893,-10225,33117,70371,-8480,33111,70584,-8038,32765,68488,-10051,24715,62445,-7835,24691,62082,-8213,23946,61645,-7753,23119,60506,-7936,30935,65953,-4503,31596,65554,-5354,32425,67156,-5056,32254,66302,-5410,32947,66088,-6174,33241,65824,-6859,34500,66294,-7527,33927,65902,-7453,34152,66372,-7108,35942,67900,-7249,35504,68235,-6520,33586,69941,-4682,33844,68795,-4957,33079,68099,-4823,33043,68505,-4670,32260,67538,-4540,33747,68382,-5291,29594,67500,-7787,31090,69268,-6776,30683,68856,-7129,29873,65976,-9705,29558,64689,-10389,30891,65669,-10628,31489,65862,-10945,27972,61745,-4796,27513,62218,-3884,31956,61920,-9444,32218,61414,-9907,32583,60542,-10646,31336,61431,-9342,30900,61061,-9243,29613,59756,-8933,30689,60847,-8659,30410,60712,-8754,30502,60667,-9175,30182,60753,-8216,21549,59156,-7417,21242,59449,-6699,22217,58671,-8517,22220,59085,-7975,22082,59153,-7780,20478,58505,-6754,24494,61683,-8383,16961,56413,-2879,20201,55122,-962,20589,54980,-1507,19694,54514,-294,18795,53974,356,18867,53698,331,18738,53472,964,17949,53579,1212,19486,53428,680,19788,53565,396,19361,53624,417,20070,53416,232,19868,53079,350,19352,53212,736,19286,54023,-177,19202,53818,-114,19416,54038,-720,18481,53654,705,18419,53985,643,17712,53784,1103,18123,54376,749,18927,55700,491,18924,55995,500,19225,56734,222,19874,55105,-77,20703,55599,-693,19942,54740,-908,19065,55223,317,19367,55106,67,20044,56483,-87,19441,54698,83,20424,55481,-400,20102,55002,-498,19709,53552,-1525,20355,53832,-2392,22423,57578,-1343,19976,57088,117,19504,56474,278,17586,55459,616,18134,55833,536,16995,54803,815,16293,54764,582,15807,54232,719,16346,51419,1592,16020,50553,1514,15664,50684,1748,15570,50995,1852,13864,49930,1747,15394,49423,2037,14397,47291,1837,15562,49381,1836,15549,48726,1151,15167,48005,1422,14930,47953,1665,14558,53543,-195,14927,54203,-474,14379,53452,-802,14077,53042,-1271,13661,52246,-731,13245,51558,-1005,21231,56181,-924,21322,56346,-1309,18274,50656,-1016,17392,49655,-1021,17864,50430,-618,15356,51389,1763,14924,48645,1896,15334,48613,1683,16607,50012,582,17193,49865,-389,15972,48509,-14,16160,49430,680,18580,57228,-5480,19263,58145,-5330,20184,57289,-7193,20333,57123,-7648,21015,57281,-8414,19668,56821,-7053,20044,57718,-6990,21038,58166,-7452,21281,58082,-7871,21236,57673,-8287,19949,56292,-8024,20893,56458,-8917,20900,55964,-9279,22828,56311,-10778,23154,57214,-10402,23192,55729,-11312,23898,56505,-11452,24107,55786,-11847,23166,56263,-11073,22225,54052,-11361,22483,53863,-11595,24553,56986,-11657,25044,57838,-11594,24120,57302,-11247,24750,57934,-11335,25833,58737,-11635,24640,58587,-10819,23554,58929,-9805,23532,59357,-9445,23285,59557,-8986,21873,58107,-8649,24377,60417,-9418,24951,58646,-10999,24293,58209,-10747,23727,58564,-10230,23175,57747,-10254,23799,57801,-10583,20081,55361,-8873,21685,52579,-11381,17785,47815,-10595,16999,47988,-10089,15782,47763,-9261,18529,50504,-10053,27339,59905,-11923,26294,59687,-11322,26650,60147,-11311,27979,60873,-11662,27673,60828,-11523,26654,60501,-11255,26963,61307,-10965,23993,53179,-12657,24364,52493,-13021,25003,52092,-13370,24591,51476,-13290,25593,51518,-13640,25631,50965,-13694,25523,52788,-13445,25764,52430,-13579,23579,51264,-12885,23751,50755,-13009,25003,51067,-13499,22618,49339,-12613,23150,49180,-12618,24715,53127,-13035,28660,57034,-12809,29205,57406,-12715,27513,56432,-12837,28260,56217,-13230,28911,56584,-13166,29512,57234,-12776,28377,57069,-12756,34791,62380,-12830,34336,63045,-13030,34884,63228,-12896,35400,62513,-12512,34868,61777,-12327,35515,63020,-12617,35836,63561,-12330,35905,62995,-12168,34737,62880,-12959,35276,63635,-10440,34391,62731,-10436,33974,62234,-10523,34922,62809,-10781,34859,63159,-10397,32916,59865,-12489,34061,60953,-12439,33820,60651,-12069,34593,61590,-11556,33471,60292,-12327,33064,59846,-11904,41553,70949,-9026,41344,71133,-8619,42028,71439,-8884,40908,71200,-8225,41183,71544,-8160,41337,72371,-7608,40586,72149,-7313,40664,71746,-7650,42941,73917,-7602,43588,74602,-7580,43114,75261,-7085,42276,74479,-7074,44552,76835,-8925,45230,76929,-9196,45728,76760,-9510,46159,76501,-9368,45843,76412,-9822,46195,75865,-9843,44041,76671,-8970,42567,75960,-9315,41157,74380,-10423,40973,73977,-10636,40015,73041,-10818,39266,73974,-9718,38159,73397,-9591,40814,74925,-9619,39838,74040,-10038,38994,73428,-10110,37838,72916,-9879,38040,72478,-10331,40196,73823,-10414,39164,73169,-10396,39389,72982,-10616,43267,71647,-10963,43195,72216,-11125,44893,73138,-10303,44265,73163,-10853,45094,74494,-10587,44969,75392,-10469,44685,73721,-10735,45159,73905,-10484,45632,74135,-10171,45532,74677,-10407,44632,73028,-10595,36852,70630,-10943,36853,71196,-10624,37423,70824,-11055,38689,71688,-11042,31657,67234,-10150,31719,69351,-8099,31222,68280,-8804,30563,68388,-7861,33696,64544,-12115,36858,65974,-11530,37648,66406,-11302,37939,66868,-9784,37904,67045,-9484,37303,66382,-9672,39119,67761,-10070,38209,67074,-11452,37843,67062,-11654,38653,67141,-10954,38060,66708,-10451,36734,65390,-10880,37453,66065,-10823,36948,65797,-11309,37431,66071,-11067,37019,65833,-10204,38647,68801,-8873,37231,72650,-5827,36343,72560,-6062,37324,66887,-11788,43356,73111,-11065,43996,72824,-10771,43297,73630,-10995,44471,74389,-10746,45234,75939,-10257,44319,75808,-10350,43032,74112,-10887,44155,75332,-10546,45590,73873,-9200,46179,74723,-9236,46382,75234,-9393,46092,74679,-9748,46409,75306,-8826,46498,75895,-9039,46392,76123,-9314,46332,75580,-8417,46317,75485,-9786,44215,73613,-10903,44056,74731,-10715,40051,73447,-6421,40048,74087,-6390,40177,73107,-6704,42203,73403,-7504,42828,73442,-7828,40732,72664,-7126,42997,74476,-10783,41902,72215,-11148,44110,72484,-10744,43726,72690,-10836,44395,72600,-10494,41144,69496,-10485,40338,69133,-9601,41503,69905,-9975,38023,73658,-6743,37633,73329,-6382,45074,74358,-8388,45588,74664,-8441,46008,75880,-8004,40668,74956,-6994,37088,69004,-7174,30527,68710,-5164,32147,68076,-4318,33940,65491,-7926,32376,64319,-7641,32247,63826,-7814,33165,64365,-8092,34056,64329,-8630,32265,64568,-7210,31201,61269,-8868,35602,67581,-7185,34860,67742,-6381,28956,60932,-6950,27749,60317,-6242,30125,56707,-10982,30164,57116,-11053,29866,55986,-10847,30866,54961,-11810,30251,54286,-11874,30240,55629,-11113,30343,55154,-11394,25314,52823,-9080,24922,52412,-8874,24561,52705,-8289,25094,53441,-8437,24457,55368,-6683,30707,65468,-4635,29743,65254,-3785,34244,71085,-5345,41797,70084,-10885,19140,51083,-10258,17737,50194,-9554,18500,50728,-9920,21431,58463,-7627,22194,59681,-7651,20961,58564,-7283,15654,54354,-3782,15619,49675,-8212,17333,47842,-10341,17278,47178,-10454,11386,46189,1047,11704,47154,1007,14723,48096,1836,24661,57383,-5302,18864,54504,323,18334,50576,-2320,18203,50373,-1750,20613,53476,-3029,20356,51751,-4629,20471,52652,-4205,20243,50988,-5551,21793,54996,-3357,21813,54706,-3605,22532,55249,-4267,25220,48750,-8879,-6,32898,814,-6871,48468,6038,-6665,48711,6101,-6861,48505,6850,-6309,47675,6144,-6339,47631,6431,-6833,48320,6272,-6930,48967,7034,-6898,49260,7488,-6174,50022,10321,-6349,50483,10838,-6199,50330,10438,-5913,49466,10349,-3900,49692,12460,-3980,49316,12538,-3491,49133,12572,-2667,49367,12568,-3161,48623,12435,-3854,48519,12199,-3093,48804,12675,-2543,47816,12045,-2304,47390,12138,-2682,47303,11386,-2600,48130,11405,-2402,47593,11444,-3203,48301,11376,-3185,48616,11481,-3498,47984,11108,-3332,47695,11461,-2571,48553,11577,-2696,48689,11385,-2742,49027,11881,-3180,47579,11481,-3064,47916,11519,-3807,47203,11160,-3671,46760,11179,-3408,46413,11547,-3003,46636,11859,-3067,46334,11993,-2809,47151,12237,-2634,46834,12472,-1945,46912,12905,-2120,47222,12608,-2926,47129,11871,-2546,46625,12860,-3100,46219,11571,-5065,46770,8916,-5841,46774,9525,-4878,46107,8304,-4875,46631,8547,-4627,47190,8709,-4477,45737,8259,-5002,45233,8248,-3539,47827,10407,-3203,47082,10562,-3659,48235,11950,-3610,48113,11302,-5129,47973,11849,-4530,48857,12384,-4850,48492,12179,-4581,48091,12031,-5239,47841,11449,-5247,48380,11954,-5008,48662,12115,-5666,49159,10513,-6649,49840,10499,-6876,49139,9959,-6337,48900,9978,-6319,49333,10227,-3504,47287,10694,-3697,43589,9321,-3791,43353,9104,-3272,42942,9013,-2754,42834,9084,-2662,41675,8872,-2198,41657,8896,-1938,41485,8928,-2020,41086,8764,-2188,41034,9110,-2344,40928,8929,-2736,40868,8967,-2622,41284,8969,-3245,40721,8898,-3450,41076,8985,-3188,41977,8813,-3744,42481,8658,-7106,41304,6914,-6717,40766,7548,-7029,40783,7264,-7149,40058,6944,-7344,40422,6296,-7172,40852,6709,-4641,43662,8242,-4579,43054,7972,-4275,42978,8781,-4416,42665,8426,-3880,39827,6560,-4072,38891,5533,-3895,39338,6597,-3468,39801,7768,-3306,39635,7891,-4974,38672,7851,-4531,38500,6858,-1640,38602,12822,5,32392,17140,8,31567,17599,-961,31858,17508,-1908,31611,17669,1479,32990,16822,1535,32025,17143,1706,31974,17199,-490,32654,17050,-1302,33236,16738,3750,27577,19222,3595,27107,19445,1689,28569,18789,1029,42210,14116,1843,47666,16315,1369,41362,14228,-777,45199,14374,4688,50204,16374,-2855,39742,8322,-3529,39253,9945,-4787,45164,8212,-2432,48978,11959,-2524,49184,12196,-2251,49423,12318,-2923,50154,12547,-3508,49745,12632,-4414,49321,12008,-3363,52923,7122,-3235,52532,6347,-2941,52219,4475,-2794,52701,4353,-2636,52389,3655,-1872,51887,2497,-3608,52832,8348,-1792,51319,2181,2637,53088,1319,-3103,54700,9552,-1809,55143,6692,-306,55459,4597,-821,55494,5714,1105,55888,4449,1936,55873,4640,2008,56524,5551,2934,56157,5480,4503,55019,4038,4851,55287,4529,4644,55635,5096,3852,54948,3410,4404,55341,4509,3733,55777,5147,4001,55551,4728,3512,55351,4013,-4408,44337,1405,4994,55636,5483,3505,58033,9523,3584,56151,11605,-892,52178,13456,-1249,53369,12649,-1397,49432,13908,-1700,49157,13502,-2257,48285,12388,-2151,47817,12586,-1627,50078,13279,-2092,49093,12763,-2283,49955,12528,-2063,50198,12541,20229,37689,7011,16957,32838,2246,17991,33088,1730,18532,32954,1796,17623,33345,1865,10604,8805,4225,11364,11446,6535,11506,10814,6281,10580,14452,8900,-7278,15890,5862,-7021,15026,5810,-7623,14959,6661,-7580,14420,6768,-7780,14831,7792,-7747,14259,8224,-7799,15479,8640,-7899,15645,8031,-7731,13761,7858,-6160,13536,6160,-6566,13623,5791,-5710,13595,5686,-5703,13759,5425,-10619,10015,5824,-10284,10446,6484,-9763,10170,6337,-9606,10748,7047,-9130,10630,6854,-8876,11198,7510,-10656,10295,6257,-10356,10642,6777,-10870,8964,4886,-8676,10575,6419,-8401,10798,6310,-11310,8980,6593,-11458,8871,6756,-8644,13990,12380,-8414,15443,12414,-9066,14943,11645,-8942,13799,10165,-7447,19280,14392,-5966,18192,15686,-8010,9992,16369,-6991,10453,17126,-8856,12322,14110,-4958,15598,17766,-4251,16243,18822,-5026,17048,17696,-5248,16304,17413,-8230,17260,15328,-7941,19157,16683,-7026,19918,17245,-7837,19376,17003,-7336,18907,17459,-7548,19473,17171,-6872,18831,17819,-6066,21744,17364,-7166,20386,17196,-6673,20737,17308,-7836,19909,17022,-6956,19464,17455,-6402,18314,16002,-7472,21614,13458,-7167,23078,14139,-7857,22873,13211,-7809,22175,13087,-8678,21414,12501,-8845,21034,12212,-8937,19537,11367,-8585,19914,11135,-8490,22103,12768,-8393,22066,11636,-8399,22867,11897,-8493,22924,11759,-9106,22753,11612,-8480,23766,12106,-8860,23152,11879,-8392,23529,12144,-8369,21329,11213,-8522,20276,10793,-9207,20998,10599,-8811,20420,10775,-8237,20118,10851,-9351,21746,10884,-8986,17890,9544,-7914,16256,8373,-9466,26777,12719,-10692,25646,11973,-10920,24828,11826,-9983,24030,11674,-9616,23998,11694,-10103,24627,11821,-9838,25222,12027,-11160,30420,12744,-11493,29346,12318,-11416,30709,12896,-11720,29809,12585,-12086,29446,12434,-11889,29095,12361,-12499,28506,12059,-11575,30766,12812,-13268,25760,11362,-12812,25463,11283,-12311,25311,11447,-12886,24306,11109,-13249,24348,11113,-13643,24765,11221,-13785,24081,11153,-13439,25056,11254,-14051,24243,11043,-14048,24599,10749,-13666,25228,11180,-11806,31862,11656,-12272,31866,10804,-12735,31979,10477,-12664,30659,10041,-12894,30755,9833,-13847,30093,9221,-14070,29991,8917,-14042,29627,8895,-14325,29297,8671,-14314,29619,8491,-14649,28998,8288,-13981,28902,8380,-13362,30055,9197,-13270,29698,9058,-12984,30241,9517,-12712,30337,9987,-13189,29261,9045,-13384,30786,9759,-14276,28030,7761,-13893,28547,8172,-13764,28316,8178,-13560,29032,8587,-13648,29380,8694,-14504,28738,8324,-12210,31364,10842,-13611,27530,8275,-13684,27966,8193,-14037,27628,7630,-14337,27285,7281,-14783,27105,7124,-15462,26480,6705,-16236,26044,6283,-16439,25677,6021,-13162,28405,9091,-12854,27820,11533,-13113,27170,11327,-12491,27786,11954,-12634,31194,10201,-12656,30196,6471,-16401,26084,5490,-17089,24027,2983,-16904,23469,2353,-16454,23735,2383,-16197,23510,2157,-17051,24529,5521,-17277,24076,5332,-17625,23802,5044,-18070,22883,4846,-18047,21699,5210,-18617,21521,4805,-18989,20723,5101,-18298,20148,5372,-17857,20245,4965,-18552,20213,5074,-18039,20341,4550,-18316,20414,3519,-17986,20583,3376,-17742,20508,3964,-18888,20321,4197,-19430,20538,2916,-19483,20870,1758,-18974,21118,1463,-18918,21543,2619,-18100,21438,1549,-18099,23238,3800,-17489,24289,4454,-17512,24150,4925,-17047,24821,5439,-18059,23303,4403,-17656,23739,3335,-19000,20306,3408,-18522,20329,4029,-18863,20307,3011,-19502,20620,2091,-18977,20500,1648,-18460,20456,1977,-19277,20413,2530,-19270,20402,3290,-19382,20633,1405,-19082,20565,557,-18441,22029,4599,-19052,21435,3764,-19486,20841,2461,-19123,20902,4494,-19427,20761,3269,-19036,21529,3142,-18782,21784,3053,-17854,22421,4996,-17129,22128,5178,-16375,22313,5449,-16760,23441,5107,-16828,22952,5071,-17706,23319,5051,-17873,21868,5119,-18748,20665,5660,-18858,20460,5504,-17325,21329,5818,-17306,21811,5329,-16825,21346,6033,-16649,21776,5676,-16387,21349,6268,-14093,26006,7584,-14478,25324,6932,-13881,25840,8212,-14118,25446,7893,-16195,21533,6233,-16181,20313,7252,-16940,20155,7003,-16795,19638,7372,-16458,20219,7141,-18686,21999,4153,-18577,22278,3888,-15383,25962,6340,-14957,25866,6400,-15484,24983,5885,-14582,26415,6838,-14705,26692,6872,-15526,25328,5993,-18887,20381,5179,-18559,20084,5999,-17746,19236,7352,-18156,19698,7114,-19131,20463,4314,-18218,22765,3404,-18470,22188,3287,-14341,22817,9293,-14466,23760,8418,-14795,23540,7774,-14829,23717,7237,-15301,22475,6825,-15448,22311,6550,-15805,21348,6857,-15521,21730,7174,-14491,22027,9399,-14706,21106,9196,-15411,19339,8473,-15217,19088,8953,-15749,18161,8798,-15228,20283,8259,-14986,20371,8615,-14632,21988,8784,-14806,22598,8288,-15569,20162,7909,-14646,21071,9760,-14136,27031,7444,-14108,23950,10042,-14323,22951,9772,-14301,23521,10421,-14431,22653,10492,-14129,22448,10995,-13982,21900,11114,-13504,21662,11072,-12685,22087,11044,-13123,23105,11040,-13442,22335,11018,-12371,21365,10997,-14009,23270,11016,-13713,30552,8845,-14569,29196,7854,-12609,30733,7033,-12687,30603,6210,-12527,31433,6880,-12631,30202,6757,-11445,32015,5929,-6703,34218,4256,-8320,34228,4440,-12682,27857,2838,-12944,27908,3058,-13000,27981,3416,-15892,26474,6652,-16295,26197,6217,-19329,20831,1088,-19156,20879,844,-17640,21544,1072,-17100,21897,1045,-17462,22519,1959,-17656,21819,1633,-17809,23148,2943,-17486,21134,168,-18350,20737,-92,-18474,20501,929,-18109,20200,336,-17834,20562,1077,-18717,20450,-137,-18474,20255,92,-18340,20134,-580,-18235,19923,-386,-17499,19786,319,-17280,19535,332,-16763,19521,688,-16209,19436,1334,-16288,18524,1470,-16469,18819,1107,-17200,19101,247,-17613,19398,-279,-18142,20033,-765,-18381,20422,-416,-17802,19188,-1062,-17930,19263,-828,-17723,18996,-677,-17436,19094,-209,-16761,17799,1004,-17280,21549,690,-18943,20705,308,-16424,20520,281,-17053,17216,-415,-17265,17806,-769,-17252,17325,-487,-17416,17578,-521,-17107,18491,422,-17569,20389,855,-15802,20151,2170,-15620,19962,2709,-15287,19552,3379,-14832,19198,3683,-15030,19041,3174,-14217,18695,3335,-14179,18764,3718,-14617,18653,4199,-14691,18739,4751,-14555,18504,3797,-14744,17963,3272,-15228,17300,3196,-15617,16807,3291,-15742,15664,2567,-15356,15636,2294,-14788,18077,2305,-14099,17945,2403,-14261,17636,2102,-14054,17315,1986,-14119,17844,2528,-14158,18290,2915,-14233,18281,3048,-14262,17304,1708,-15579,17317,1614,-15200,17702,1904,-16463,17234,1278,-14864,17378,1813,-14024,16925,1256,-14954,16699,1497,-15158,18607,2536,-15496,19091,2651,-14736,19210,4580,-14976,18978,5465,-14798,18721,5300,-16551,19977,4916,-15590,19842,4426,-16021,20366,3936,-15907,20518,3574,-16985,20319,4687,-16523,20542,3785,-15713,20472,3320,-15518,20046,3941,-16447,20683,1935,-16014,20673,2512,-15998,20501,2120,-16349,20788,2733,-15139,19635,3874,-14901,18300,7076,-15464,18382,6987,-14478,18134,7541,-14245,17938,7583,-13561,17208,8032,-14110,17329,7625,-13934,16632,7544,-13199,16620,7906,-16848,21253,322,-17369,20160,-516,-16969,19853,-381,-17844,19748,-923,-16860,18957,-718,-16789,18422,-631,-17580,19164,-1090,-17394,18208,-976,-17207,18690,-940,-17525,18324,-340,-17623,18333,-694,-14547,18954,407,-14207,18017,38,-13712,18389,88,-13485,17446,-376,-14564,18143,232,-12790,17579,-1427,-17104,16236,29,-14093,16562,-385,-16464,15285,570,-16220,14846,377,-15034,15513,961,-15655,15509,813,-14397,18429,2830,-14609,17783,2898,-15556,16439,2840,-16749,18419,7425,-16230,18255,8311,-15694,17970,8908,-15377,19932,3578,-15470,19479,2947,-15252,18128,9618,-15204,17839,9337,-14890,18059,9983,-12990,18746,11351,-12711,18531,10555,-12842,18258,10887,-13011,18099,10970,-12920,17844,10183,-14253,19738,11786,-13954,19796,11845,-13185,19080,11564,-12610,18168,10013,-9975,16458,8614,-11108,14600,7129,-11363,14836,7399,-14296,17941,9069,-14341,16438,7435,-14151,15782,7638,-13828,15521,7630,-14122,14236,7985,-13798,13614,7878,-13475,14929,7612,-13252,15447,7498,-13608,16031,7567,-12931,16067,7659,-14607,14192,8138,-15412,13051,8475,-15821,12097,8650,-16454,12151,8758,-18275,9998,9453,-20519,8084,10075,-21182,8299,9478,-20697,9111,8818,-21479,8389,8924,-21222,8996,7773,-21354,8860,7442,-22156,7985,7571,-22901,7080,7283,-22991,6715,7001,-23216,5470,6684,-23628,5157,6807,-24301,4851,7030,-24422,4109,7565,-25107,4941,7220,-25385,4375,7765,-25280,4572,7452,-26093,5167,7529,-26889,5753,7788,-26993,6110,7904,-27864,5839,8259,-27590,5396,8362,-27082,4926,8565,-26323,4834,7866,-27228,5507,8033,-23132,4618,6901,-24198,4344,7242,-23030,4271,7194,-22339,4489,7104,-22605,4105,7635,-22454,3971,8291,-23613,4199,7255,-23432,3775,7859,-23489,3884,7603,-23302,6013,6830,-23272,6751,7415,-22672,7489,7584,-23235,7088,7964,-22353,7758,9284,-21905,8067,9050,-21987,7684,9807,-22503,7591,9716,-22805,7405,10237,-22942,7117,11081,-22978,6933,11672,-23743,7140,12219,-24941,7737,12609,-24648,7285,12936,-25962,7868,13427,-25510,7292,13381,-27348,8216,13901,-22979,7502,9821,-23009,7510,9280,-23502,5797,6852,-25107,6340,7622,-23614,6485,7417,-24352,6099,7237,-19620,9023,9703,-19845,9259,9473,-20099,9466,9095,-20231,9781,8458,-20838,9290,8184,-20652,8744,9418,-21008,8132,9822,-18717,9922,9479,-19019,10270,9201,-19646,10211,8737,-19515,10760,8227,-18633,11870,8172,-19301,10411,8894,-20378,9858,8015,-19811,10736,7671,-20187,10391,6905,-20369,9907,6067,-20974,9129,6439,-20291,9751,5509,-21367,8432,6247,-21625,8362,6785,-22336,7709,7206,-21454,8678,7036,-21832,7949,6539,-21943,7622,6304,-22836,6469,6617,-22093,5795,6199,-21592,7064,5721,-22734,5968,6444,-21980,7351,6126,-20512,9882,6716,-20504,9882,7457,-19136,11938,7007,-19557,11335,6933,-19431,11191,5353,-20237,9516,5111,-19730,10093,4754,-19971,9490,4725,-20647,8529,5125,-21271,7126,5539,-21129,8193,5535,-21269,7760,5519,-21269,8250,5798,-22055,6997,6043,-19358,10333,4383,-19192,9892,4107,-18654,11042,3842,-18561,11582,3948,-18240,11330,3513,-19373,8815,9804,-16156,12835,8602,-15115,14141,8228,-15029,14598,8091,-14422,13698,8142,-20847,6602,10687,-20237,7164,10415,-20405,6379,10621,-20324,6073,10580,-21556,6194,11207,-22511,6625,11653,-21936,6782,11019,-21966,7047,10810,-21569,7160,10615,-21372,7452,10330,-21497,7925,9722,-22628,7653,8711,-21590,8477,8466,-21952,8198,8138,-22604,7635,8012,-22051,7313,10407,-22673,7003,11252,-21012,6128,10952,-20995,7225,10462,-19562,8359,9977,-24783,7093,8525,-23787,6837,7897,-24584,6580,7755,-26871,6363,8061,-26871,6571,8334,-25767,6808,8329,-27468,6467,8267,-26172,6045,7620,-25301,5545,7217,-25301,5325,7214,-24156,5360,6938,-23768,5924,6976,-25144,5830,7261,-29300,6908,9435,-28943,5960,11675,-28993,6256,12319,-30024,6362,12805,-29534,6200,12653,-30209,6090,13100,-30582,6560,12625,-28657,6067,11974,-28203,6739,12095,-28340,6469,12024,-29134,6558,12306,-29557,6653,12237,-28831,6742,12080,-29548,5930,11927,-29798,6196,11074,-30316,5861,11677,-30618,5688,12248,-31131,5458,13224,-31678,5362,12966,-31462,5754,13509,-31789,6058,13415,-30846,6144,13309,-29308,5959,12100,-30208,5786,12914,-28638,6068,11177,-28258,6078,11445,-27413,6052,11721,-27800,9381,14266,-28887,9458,14948,-28703,9948,14180,-29114,9977,14112,-13513,10993,6035,-13099,11589,6118,-15302,15149,7838,-14510,14967,7954,-15894,13530,8425,-14878,16425,7295,-15334,16589,6968,-15710,16614,6487,-15463,15870,7397,-14586,15683,7685,-15942,16624,6027,-16771,15531,6302,-18092,13703,5962,-18682,12725,6016,-19498,11436,6523,-19492,11358,6058,-19128,11809,7364,-18933,11787,7837,-17649,13380,7790,-17274,14352,7209,-17364,14812,6066,-18072,13681,6381,-17714,13819,7180,-18365,12948,7191,-17471,14413,6734,-18174,13433,6714,-18469,13082,6358,-17232,15048,5419,-16315,16298,5321,-15882,16840,5509,-16782,15639,5876,-15062,18148,5350,-15247,17827,4725,-15654,17038,3963,-17079,18549,7406,-17801,19208,7119,-17394,19077,6866,-17560,19475,6358,-18126,19819,6165,-16850,19416,5965,-14462,19001,4050,-16689,18530,8000,-17193,18718,7634,-16640,18283,7984,-18201,22941,4567,-17651,20720,2820,-17816,20641,2303,-15027,17840,3708,-28982,7032,8720,-29882,7122,9433,-30524,6863,9896,-31246,6622,9618,-31096,6172,10063,-30415,6075,9884,-30231,5875,9396,-29801,6698,9550,-30019,5874,9484,-30847,6092,10188,-30938,6402,10263,-30979,6965,9651,-16745,15477,4063,-17672,12951,3390,-16630,14183,2760,-16162,13996,2394,-12114,14641,2037,-14909,16359,2305,-15346,16359,2587,-14998,15271,2014,-14613,14717,1828,-17483,13613,3518,-18566,11944,4185,-20858,7894,5243,-20773,7278,5283,-20214,7110,5155,-21225,6270,5740,-21758,5550,6235,-22452,4891,6699,-21373,4992,6802,-21695,6313,5890,-22628,5330,6542,-19878,8367,4644,-20165,8485,4785,-20205,7429,5027,-19956,6760,5326,-20380,6313,5615,-19091,9608,4044,-18307,10626,3501,-17785,11248,3164,-17482,11031,3054,-15869,12689,2279,-16692,12000,2616,-17431,14148,3920,-16864,14625,3258,-16207,15108,7536,-16703,15455,6607,-16253,15388,7273,-16630,15199,7078,-18103,12306,8293,-18507,8468,9679,-18915,8657,9791,-18734,7542,9688,-18514,7371,9430,-19685,6609,10200,-19183,7686,9968,-19473,7881,10066,-18442,8790,4064,-17278,9616,3509,-17294,10100,3277,-18718,9143,3991,-18234,8607,4143,-17573,8612,4137,-16394,9585,3537,-16844,13233,2699,-17645,12684,3258,-13828,15114,1764,-14786,16850,2417,-14467,16285,1971,-13363,22980,2487,-15732,22053,1329,-12859,21047,933,-15520,16426,162,-14882,15033,46,-15412,15042,154,-14267,14087,-130,-12974,16648,-1555,-12245,15435,-2883,-11791,15653,-2915,-11321,16169,-2799,-12303,16630,-2521,-11055,16153,-2716,-10577,15070,-3169,-11372,14675,-3295,-10869,14556,-3337,-12037,14692,-3238,-12379,13953,-3531,-12436,19038,-2054,-12061,19145,-1879,-17498,20730,3200,-15804,20510,2578,-12848,25040,2384,-15261,27859,7538,-15844,26811,6828,-14557,15477,951,-17018,9865,9100,-16543,10024,8872,-16242,9794,8597,-16221,10581,8790,-17770,8461,9255,-18573,6768,9018,-19286,5987,9163,-20819,4691,9529,-21127,4537,10261,-21750,4134,10822,-22478,3751,11574,-23048,3641,12488,-22723,3913,12416,-23547,3876,13351,-22796,4391,12809,-23138,4573,13155,-24974,5035,13025,-25126,4533,12841,-24961,3825,12039,-24551,3548,11773,-24321,3825,10796,-24690,4321,10520,-24963,4584,10022,-25475,5058,10306,-24440,4019,9515,-23851,3887,9968,-23374,3855,9960,-22909,3872,10075,-23064,3714,10986,-23929,3361,12620,-24947,3669,12884,-26069,3824,13846,-25702,3489,14105,-26753,3912,14299,-26210,4345,15656,-26319,4672,15466,-26540,4753,15348,-26886,4543,15486,-27005,4483,15109,-26707,4376,15796,-27083,3719,15276,-27192,4138,15365,-26957,3842,15742,-26611,3798,15842,-26152,3750,15228,-25883,4583,15318,-25060,4728,14391,-25176,4532,14731,-23713,4623,13488,-23808,4308,13683,-24576,4500,14257,-24264,4741,13651,-24330,5056,13335,-25063,4840,13270,-25224,4686,13110,-26428,3710,14184,-25562,3735,13357,-24607,3503,12607,-24328,3378,12693,-24864,3452,13171,-26202,4135,13851,-26547,4622,14381,-26694,4783,14943,-25977,4824,14964,-26725,4232,14276,-27044,3965,14774,-25895,4371,13558,-26006,4699,14005,-25803,4817,14181,-24698,4804,13714,-25374,4815,14168,-25107,4205,12712,-24977,3892,12509,-24224,3557,11354,-23537,3418,12212,-23298,3488,11874,-23650,3689,10802,-25553,3716,14866,-25798,4288,15339,-25956,3565,14797,-24956,3472,13981,-24239,3538,13640,-23938,3378,13000,-23121,3525,12199,-23723,3625,13292,-24812,3692,14264,-25084,3931,14613,-24923,3416,13598,-24309,3951,14023,-25030,4352,9476,-22074,4492,12029,-21372,4758,11202,-22110,4109,11680,-20322,4968,8449,-23442,3666,8708,-23732,3839,9528,-24136,3719,8983,-25900,4393,8850,-24837,3983,8954,-22762,3930,9498,-22324,3978,10154,-21105,4510,8732,-21967,4143,9490,-23084,3851,9210,-24214,3980,10218,-24544,4197,10131,-24831,4200,11126,-24879,3840,11701,-25144,4562,11525,-25289,4883,11942,-25312,5336,11221,-25407,5729,11700,-25388,6000,12363,-25590,6928,13274,-26378,7052,13212,-26086,6636,13034,-25152,4991,10779,-26038,4660,9363,-26707,4836,9283,-25142,5082,12716,-24806,5346,13008,-25023,5908,12850,-24941,6313,12998,-25260,6565,12995,-25214,4248,12113,-25256,4729,12408,-24555,3790,8545,-20895,6114,5767,-19947,6194,5782,-19443,6234,5887,-20765,5598,6240,-20330,5495,6505,-21335,4845,7045,-20933,4825,7433,-18306,6506,6551,-17877,6902,6129,-16636,8115,5083,-17296,7772,5062,-21338,5553,11316,-22157,5384,12180,-22578,5680,12486,-23048,6190,12654,-23081,5901,12838,-22628,5216,12661,-23619,5045,13245,-24187,5428,13210,-22258,4746,12327,-23875,6007,13191,-24363,6579,13119,-14747,9471,5798,-15074,9560,4316,-15389,9044,4936,-15754,8819,4805,-16221,8301,5246,-14390,10063,4430,-14302,10511,3692,-13808,11015,3555,-15636,8635,5907,-14978,9331,6431,-15467,8795,6198,-15053,11411,2606,-15679,11389,2577,-14220,12562,2260,-15860,10568,2983,-16644,9782,3388,-16290,19140,7827,-14785,20310,9424,-14652,20594,10639,-14607,21224,10419,-11437,15328,7892,-11888,15048,7426,-10184,13701,3135,-10719,13690,3775,-10661,13652,3497,-10417,13905,3152,-10623,13205,3134,-10617,14455,3943,-10780,13928,3944,-10848,14277,4108,-10609,14571,3476,-10706,14679,3911,-10323,14603,3161,-10424,14449,3424,-10465,13984,3399,-10632,13361,3479,-9469,14281,2846,-10058,14147,3057,-10299,14984,3198,-9736,13386,1748,-10155,14634,1996,-9763,13810,1691,-9743,13662,1319,-10151,14151,1093,-9601,12105,1528,-7836,15685,5767,-7505,15894,5759,-8068,20220,-464,-7963,17137,-341,-7931,18021,-233,-8501,17498,-227,-8920,17570,-373,-8430,16264,-499,-8248,16852,-332,-9037,15938,-1183,-8562,15054,-1383,-8476,12217,-1981,-8747,12491,-1596,-8881,11553,-804,-8566,11706,-885,-9147,12012,-483,-9236,11716,104,-9086,11600,-456,-8832,11699,-210,-8794,11700,-1307,-8996,11676,-911,-11405,14208,-1111,-11689,14504,-691,-7303,15408,-876,-6521,21755,908,-8568,26084,788,-8062,15659,7785,-11911,26074,11830,-12454,25856,11415,-12118,27524,11726,-11302,26799,12308,-11255,27111,12389,-10963,27271,12542,-11382,9940,11597,-12227,8321,10660,-12227,9006,10610,-12308,9277,10270,-12514,7620,10438,-12147,7630,10489,-5410,9306,17889,-4234,10254,18693,-4890,11296,18314,-2828,5823,18818,-2930,6926,18967,-1784,2378,18017,-1710,1812,17974,-1990,911,17577,-1894,1929,17892,-2803,-130,17309,-2304,6130,19204,-695,8271,19548,-1718,12162,20335,-1216,12598,20584,-2013,11148,20151,-2090,10530,20086,-2562,9035,19552,-1726,11634,20241,-2189,11958,19917,-2452,11394,19793,-2678,12392,19693,-2804,11046,19579,-2450,10596,19797,-2149,9628,19947,-2789,7850,19214,-2800,9431,19451,-3234,8264,19117,-2343,12452,20065,-3525,9447,19220,-3677,10381,19273,-2985,4934,18262,-2628,4434,18563,269,2617,19122,1735,6720,19441,1980,6574,19496,-5439,5229,17599,-6504,5379,17358,-8439,3021,15664,-8263,6476,16469,-8249,5965,16514,-8663,5099,16127,-11409,8527,11163,-11288,8917,11532,-11747,8363,11036,-11789,9078,11114,-10600,8665,10417,-10599,8073,9991,-3573,-3025,16761,-2366,-3617,16373,-8481,-8867,15466,-7973,-9980,15476,-7701,-10220,15503,-7147,-10076,15609,-6799,-11214,15353,-12944,-9564,9897,-5344,-8813,15892,-2810,-9515,16717,-2582,-8938,16881,-1949,-8011,16926,-9748,3839,14142,-4405,-3977,16870,-584,-4034,17444,-496,-2888,17885,-932,-5573,17129,-638,74,18630,1683,5457,19148,-1884,9621,20009,199,8995,20532,-1143,13915,20648,-1303,14554,20555,-2279,15281,20106,-2309,14909,20140,1385,5098,19058,2700,8715,20294,-183,12264,20923,362,12931,20909,3337,19948,19989,3494,20343,20281,4154,19940,19870,-1058,21110,20586,-337,21000,20785,3303,20066,20164,2520,20308,20423,5005,21155,20280,-5335,18669,18151,13597,295,11443,13854,62,10335,13576,810,10559,-8676,9522,16206,-11963,9704,9302,-13032,8670,9390,-12779,8935,9262,-15594,3116,4239,-11523,8221,4799,-17784,1906,5661,-17767,1659,5784,-17005,1049,5852,-16049,1060,6633,-11892,4380,1461,-11250,3108,1777,-11741,2676,943,-11721,1967,1358,-13689,402,-799,-13578,89,-951,-13302,627,-702,-13987,-104,-906,-13653,988,-357,-13739,252,-64,-13608,133,412,-13715,-332,655,-13501,173,1193,-15252,1012,1313,-9693,2858,1526,-9030,3693,1647,-10849,2601,1954,-10434,2308,1825,-6746,4911,559,-6725,5061,61,-7514,1742,-2063,-7793,802,-2444,-7642,1895,-1794,-7003,4958,1405,-6704,5396,1216,-14502,3558,7472,-15590,1323,6570,-17104,418,3995,-17135,-412,3654,-18183,-218,4300,-17331,-201,3936,-17187,-809,3197,-17553,-1393,3514,-14726,2661,2458,-14476,1540,1703,-14814,1719,1804,-12873,2647,2424,-12574,4525,2074,-12608,4334,1677,-11927,6514,3209,-13740,-1967,-1137,-13882,-2636,-1033,-13355,-787,-802,-13805,-596,-1219,-12181,-2951,633,-11638,-3518,-480,-11634,-4773,-1732,-11876,-5430,-1712,-11719,-4323,-1025,-11095,-531,914,-10699,263,852,-11404,-1849,481,-11390,-1075,921,-10682,1111,1461,-10856,1626,1727,-11168,1467,1690,-10369,-1146,-391,-11217,-2188,-340,-11361,-2276,-53,-8371,-2541,-1502,-8828,-4457,-1902,-8878,-3626,-1446,-9651,-11012,-8598,-12504,-4677,312,-12791,-4202,429,-12933,-4660,423,-12608,-4117,469,-13103,-4237,52,-13664,-4228,-480,-13509,-5131,-122,-13204,-5342,435,-14161,-5691,-841,-14481,-6845,-797,-14141,-6601,-334,-15471,-7773,-1800,-15132,-7100,-1764,-10883,-1520,-396,-11881,-1153,1035,-12072,-1034,941,-16500,-986,98,-226,22333,270,-6686,44745,1291,5334,27754,17715,5060,27963,17899,4899,28006,18218,4471,23403,19275,4519,23496,19079,4537,23014,19203,10290,13840,13930,14313,4609,10758,14578,4384,10453,14608,4347,9172,14534,4839,9216,11462,8923,13953,11482,7062,15098,17256,122,3528,17585,1420,3818,17809,-4736,-484,17724,-4718,-229,17639,-5507,-462,17614,-5096,82,17687,-3809,-65,16003,-1224,3440,17170,-3470,4352,17002,-2549,5134,17047,-2463,5604,16373,-2194,5311,16701,-2194,5580,14781,-522,7987,14561,-164,8319,14122,-237,8770,14268,-646,8564,14434,-688,8229,15386,-4313,4545,16478,-3690,4596,17115,-5478,2867,17058,-5464,3368,17450,-5462,52,17238,-5595,153,17037,-6407,-279,16633,-7840,-535,16059,-7283,-402,17530,-17659,-5109,17028,-17447,-4849,14196,-16882,-5994,13991,-17693,-6385,14451,-19665,-6543,14158,-18545,-6540,14250,-20500,-6989,14582,-20297,-4895,12740,-4948,3079,12697,-4594,3532,12915,-4447,3607,12563,-5271,2933,3762,-38094,10456,3751,-38993,10189,8354,-44942,-3995,8998,-43157,-4336,8880,-43535,-4163,6828,-41100,-4648,6534,-41060,-4683,6905,-40328,-4605,7374,-40369,-4451,8322,-41174,-4097,7625,-41491,-4270,7851,-42308,-4214,6688,-46374,-6308,5360,-45412,-8651,5459,-45527,-8904,5407,-46722,-9238,5424,-47396,-9355,5640,-47167,-9469,4936,-48581,-9374,4614,-49356,-8892,4447,-51212,-8509,4485,-50922,-9151,4544,-51516,-8950,4686,-52109,-8852,5069,-47563,-9102,4928,-47061,-8530,4728,-47869,-8625,4529,-48810,-8516,4630,-49386,-6936,4385,-51806,-7446,7332,-42923,-4293,7001,-38684,-4176,7177,-39210,-4359,8087,-38823,-3899,7590,-38391,-4060,5095,-39071,-3759,5185,-39148,-3956,9970,-39318,-4168,10195,-37343,-4231,4278,-50971,-5863,4377,-50670,-7635,4335,-51145,-7545,4486,-50584,-5802,4437,-50194,-6608,4812,-52492,-8638,4695,-52607,-7644,4900,-52967,-7753,4470,-52457,-6920,4547,-52850,-6349,4958,-53353,-6479,4750,-53099,-6586,5061,-52980,-8320,5310,-52908,-9125,5747,-53453,-9007,4520,-51843,-8207,6326,-53914,-8218,7377,-54240,-7283,7882,-54497,-7184,7091,-54165,-7484,7082,-54224,-7892,6349,-53991,-8681,6790,-54447,-8405,7412,-54499,-7749,7680,-54722,-7485,8305,-54981,-6681,5689,-45852,-9284,6522,-46437,-9761,5673,-53551,-9585,6277,-54917,-9410,5153,-52379,-9646,4995,-51915,-9860,4837,-51316,-10033,5803,-54019,-4861,6236,-54213,-5026,5760,-53391,-4056,5294,-53745,-4483,6248,-52893,-3593,8209,-54706,-6834,7027,-55345,-7900,8564,-58953,-8185,9128,-59269,-8575,3972,-52047,-5996,5561,-52813,-2058,5099,-53051,-2391,4823,-54296,-304,18074,-77281,4307,17963,-77385,4592,17972,-77223,4189,15600,-77253,7544,3169,-62143,6065,1604,-61001,5839,1499,-60878,5963,1960,-60815,6500,2643,-61677,7230,2924,-61419,7886,2214,-61658,6674,2274,-61728,6537,2496,-62089,7118,2678,-61400,10258,2409,-61273,10498,2967,-57585,3138,-3428,-42323,5536,-3672,-41731,5220,-5850,-39088,5871,-6036,-41189,5886,-6303,-31904,7163,-6339,-31078,7268,-6526,-30972,7306,-6824,-30703,7166,-7102,-30990,6752,-6871,-31481,7119,-6771,-36027,6770,-6512,-36435,6655,-6909,-36971,6622,-6831,-38167,6548,-6766,-39026,6478,-6647,-37297,6592,-7052,-37945,6399,-5457,-43186,5803,-8398,-31124,4921,-8345,-31743,4124,-7689,-30911,4476,-7760,-31701,3667,-7434,-31736,3428,-7942,-32849,2688,-8497,-33076,2833,-8920,-33632,2735,-7916,-33585,1975,-8510,-33750,2167,-8988,-36111,87,-9053,-37274,-815,-6716,-33083,3414,-6334,-33430,2630,-6185,-33904,2289,-6503,-34571,1341,-5939,-34866,1379,-6390,-34051,1662,-5959,-34742,1976,-5995,-34430,1742,-6309,-33726,1965,-6200,-33674,2204,-8428,-34865,1082,-7545,-34789,1231,-8485,-34046,1829,-8248,-32237,3419,-6648,-37584,3144,-6432,-36624,2821,-6339,-34321,2534,-5958,-36725,1002,-5525,-37486,1118,-5586,-36818,1129,-6837,-32111,7140,-6843,-32210,3923,-6746,-32552,2690,-6925,-33297,2015,-6404,-33013,2610,-7009,-31639,3541,-7222,-32765,2452,-6729,-32107,3266,-8875,-32895,3412,-8771,-32238,3973,-10569,-34633,2876,-10332,-34908,2502,-10154,-34901,2408,-10220,-36650,626,-9763,-37190,-463,-10588,-35696,1826,-10675,-36551,1000,-10618,-37239,283,-10542,-38018,-535,-15012,-35555,-1452,-15051,-35050,-2213,-14950,-35305,-3147,-14981,-34445,-2697,-14778,-33937,-2898,-15024,-33771,-2244,-15176,-34371,-1889,-14303,-36541,-382,-14838,-32950,-1656,-14889,-32754,-1056,-14812,-35572,-439,-15033,-33988,-871,-15239,-34691,-1256,-15204,-34829,-986,-14789,-35349,-299,-15331,-34062,-1390,-14956,-35727,-2475,-14971,-35507,-2856,-14899,-35774,-3860,-14808,-35651,-4126,-14870,-34975,-3473,-14834,-36107,-1829,-14944,-37034,-2497,-14990,-36606,-3604,-14972,-35896,-3478,-14987,-36342,-3066,-14672,-36388,-1197,-14573,-36438,-927,-14966,-38947,-3412,-14312,-38816,-2142,-13582,-38949,-1567,-13864,-39784,-2417,-13404,-39615,-1888,-13009,-39658,-1669,-14842,-39344,-3182,-13791,-38398,-1367,-14604,-40055,-3702,-14568,-41253,-4488,-13994,-41592,-3841,-14834,-38838,-2752,-14624,-38557,-2066,-14541,-39588,-3121,-11139,-29403,7054,-14334,-34221,-3938,-12919,-42397,-4084,-10994,-40532,-2918,-10109,-40408,-2992,-10513,-39999,-2640,-11247,-39883,-2012,-14198,-44440,-6483,-14438,-45044,-7133,-14275,-45427,-6540,-14299,-45884,-6853,-14482,-45835,-7042,-13997,-45570,-6458,-13220,-45515,-6468,-13804,-48254,-8259,-11629,-40888,-2844,-11832,-40304,-2146,-10947,-38409,-641,-11131,-37659,121,-10962,-42840,-4901,-10276,-41577,-3974,-10084,-41928,-4041,-10040,-41772,-3281,-10118,-42189,-4314,-10679,-42836,-5020,-11009,-43715,-5774,-10737,-43689,-5751,-10334,-45684,-5940,-10202,-44960,-5591,-11116,-45607,-7437,-10800,-45503,-7263,-10642,-47774,-8581,-10513,-48658,-8714,-10418,-47920,-8362,-11040,-47436,-8516,-10863,-46616,-8099,-9953,-38686,-1781,-10010,-41368,-3362,-8633,-40248,-1579,-10361,-43313,-5274,-10132,-43747,-5252,-9717,-44741,-4378,-9789,-45805,-3604,-9778,-45097,-4635,-9831,-46367,-4408,-9734,-45881,-4098,-10012,-47304,-4358,-9844,-47106,-3960,-9820,-47770,-2898,-9713,-48736,-2527,-9943,-47821,-3922,-10028,-48506,-3723,-9882,-48180,-3288,-10172,-45679,-2648,-10140,-46330,-2223,-9160,-45924,-1505,-9322,-46441,-1567,-9239,-47088,-1225,-9081,-47565,-628,-9047,-48126,23,-9030,-48597,-57,-9569,-48084,-1192,-9307,-48698,-605,-9173,-48346,-527,-9093,-47029,-818,-9052,-45816,-1236,-9971,-46851,-2459,-10034,-46348,-2014,-9852,-47318,-1708,-9602,-46302,-1827,-10210,-45119,-2484,-10203,-44317,-2711,-10084,-44262,-2571,-10137,-45813,-2199,-10106,-45191,-3030,-10115,-45272,-2311,-10205,-44184,-3101,-10088,-44225,-3345,-9052,-47241,-277,-9157,-47656,855,-7672,-47317,1654,-6972,-48790,1466,-7234,-47661,1268,-6889,-48109,1123,-5689,-49181,1290,-6464,-48935,1154,-5565,-50351,1532,-6491,-49417,1322,-6473,-50189,1568,-6037,-50403,1446,-6050,-49263,1200,-6842,-46414,584,-6073,-47321,739,-6335,-47874,848,-5695,-46717,911,-5959,-47975,943,-6787,-47634,892,-9712,-44934,-2256,-9899,-45210,-3360,-10260,-46755,-5454,-10816,-48379,-5258,-10896,-48960,-4874,-9704,-48350,-2051,-9640,-48995,-1295,-9617,-49039,-2011,-9542,-49666,-1946,-9411,-50537,-1204,-9466,-49908,-1143,-6623,-53019,2932,-6282,-53372,3037,-7325,-49794,2535,-6929,-49571,1732,-6000,-50974,1548,-4676,-31016,5784,-4312,-28908,6537,-4639,-28967,6373,-3305,-35425,12023,-2944,-37221,8346,-2995,-35506,7740,-3311,-35729,8992,-2847,-36626,7340,-3716,-36890,5368,-3190,-33945,6663,-3270,-34494,6320,-2784,-37704,7845,-6779,-34147,3198,-7095,-37759,4267,-6989,-38961,6317,-5004,-40479,1530,-6144,-40965,1122,-6339,-39565,204,-8343,-42785,679,-8266,-45982,1894,-8619,-44741,1693,-8702,-45507,2056,-9597,-48670,-1166,-6452,-52663,3018,-5791,-55018,2860,-5490,-55312,2873,-3945,-56426,2693,-9984,-56500,3601,-6407,-60517,6619,-6255,-60993,7400,-6859,-61202,7632,-7821,-62070,8741,-8656,-62880,9719,-8339,-61898,8325,-7766,-61338,7637,-8510,-60759,6449,-7995,-60335,5947,-9055,-60464,5675,-8781,-62260,8728,-9101,-62427,8821,-9115,-63118,9858,-12293,-60760,3917,-11305,-60667,4529,-12211,-61148,4331,-11941,-62015,5627,-12106,-64121,8689,-12132,-64535,9239,-12762,-64816,8968,-13242,-64751,8304,-13398,-65220,8792,-12855,-64124,7849,-8309,-61135,7160,-7806,-60728,6668,-7241,-60604,6619,-4413,-60991,7618,-5290,-60609,6883,-4105,-60634,7101,-6299,-61865,8756,-6905,-62609,9727,-7017,-63333,10687,-5926,-63410,10867,-5041,-63285,10789,-3410,-62533,9955,-5160,-63837,11455,-4351,-63477,11095,-5411,-62142,9241,-5089,-62673,10003,-3991,-62559,9921,-4041,-61712,8813,-2647,-62014,9507,-3426,-61153,8086,-3331,-61881,9169,-4397,-61266,8016,-3331,-60751,7522,-2288,-61337,8673,-5324,-61512,8312,-7894,-63019,10096,-6166,-64055,11579,-5338,-64587,12340,-4618,-64207,11964,-6123,-65371,12968,-5588,-65255,12983,-7198,-65358,12628,-6438,-64607,12139,-7381,-62294,9184,-10065,-67326,13455,-8533,-67003,13566,-10103,-65328,11530,-9620,-55827,1858,-9035,-53370,1993,-8891,-53404,1603,-8531,-53646,1567,-8164,-53967,2221,-8601,-54128,2141,-10845,-54778,2504,-11122,-54022,3022,-10667,-54519,2807,-11355,-54202,2750,-11542,-54551,2266,-11389,-55003,1836,-12264,-54474,1862,-11076,-52527,3365,-10830,-52634,2958,-10540,-51950,3296,-10818,-52247,3153,-11176,-52662,1913,-10789,-52658,1029,-10980,-53215,568,-10710,-52768,605,-10568,-52209,766,-11286,-52031,39,-10946,-52411,199,-11869,-51829,-201,-10698,-50864,517,-11017,-51002,291,-10951,-50554,-52,-11188,-50283,-342,-10998,-50243,-113,-9304,-51642,2274,-9176,-51706,1281,-9121,-51998,715,-12439,-53415,2560,-12243,-53566,2623,-10182,-51478,2965,-10014,-51028,2425,-11645,-53430,-3394,-11774,-54142,-4121,-11967,-54489,-4508,-11716,-54009,-3581,-11630,-53714,-4829,-11762,-53501,-5542,-12079,-54464,-4942,-12802,-55320,-5595,-12428,-54549,-5528,-12502,-54797,-8385,-12715,-55590,-8695,-15649,-52248,-10210,-15300,-52285,-9753,-14131,-52686,-8920,-14517,-51930,-8885,-14122,-51862,-8874,-14354,-51103,-8983,-14380,-52318,-8869,-12515,-51654,-9214,-15193,-51088,-9520,-12367,-52646,-2366,-11523,-52822,-4356,-11606,-53183,-3846,-12139,-52312,-3777,-10091,-50693,66,-10681,-50205,-34,-9825,-50658,715,-9962,-49810,-2779,-10533,-49132,-4229,-12326,-53286,-6615,-12693,-53726,-6407,-14431,-53573,-9363,-17721,-56066,-12074,-17687,-56252,-11774,-17248,-55043,-12347,-17365,-55448,-12200,-14610,-46814,-8201,-13240,-45320,-13024,-13455,-43395,-16155,-14566,-42979,-11488,-14067,-43305,-12059,-15362,-43142,-11651,-17196,-39233,-11179,-16163,-41168,-14199,-16591,-39582,-14284,-16485,-39374,-14543,-15333,-42605,-14758,-15902,-41074,-14712,-16487,-41520,-13132,-16707,-33333,-11429,-15832,-32570,-10453,-16232,-32923,-10854,-16101,-33633,-11144,-15633,-40222,-14964,-14988,-42110,-15454,-13265,-41183,-14802,-13784,-40362,-14468,-12939,-40835,-14503,-16075,-39373,-14742,-18083,-35314,-13601,-15276,-36618,-12668,-16894,-31638,-10985,-16799,-30832,-10603,-16375,-31663,-10402,-15838,-31516,-10010,-16356,-30878,-10117,-12146,-32774,-13488,-12692,-29887,-12996,-12648,-29329,-12750,-12566,-29166,-12933,-12351,-29297,-12071,-12271,-29505,-11781,-12268,-30281,-12291,-10903,-50805,-8761,-9807,-46811,-3530,-8941,-51601,-304,-9228,-51763,-331,-9056,-50259,202,-13055,-55359,-10891,-16251,-58077,-10198,-16763,-58994,-10090,-16495,-58452,-10411,-16439,-58285,-10898,-16850,-59025,-10813,-16439,-57962,-10931,-17620,-58823,-10560,-17850,-58441,-10502,-17976,-59310,-10566,-18064,-55660,-12509,-17835,-56169,-12268,-17491,-60516,-11753,-12543,-54205,-14429,-15780,-59426,-12906,-16582,-57072,-10675,-17062,-57197,-10752,-12893,-56956,-6448,-6370,-57149,3133,-6233,-63004,10332,-3628,-63257,10940,-3247,-63575,11469,-2391,-63289,11356,-2077,-63086,11092,-3038,-62545,10059,-1876,-62572,10405,-1920,-61349,10545,-2297,-62641,10457,-1981,-62903,10919,-1107,-63132,13161,-1726,-63563,11949,-1558,-63764,12251,-1744,-60191,8013,-6044,-66264,13768,-4814,-69006,15837,-11403,-71103,14955,-11919,-71256,15126,-12870,-71209,14924,-4011,-74139,18591,-3249,-72756,18378,-3730,-74489,18743,-2372,-72635,18520,-2045,-73054,18653,-374,-73621,18744,-2470,-71896,18177,-11001,-76767,18580,-8672,-76949,19524,-9012,-76994,20026,-7931,-76931,19442,-8257,-76717,19114,-8677,-77085,20353,-2691,-77558,19612,-2385,-77081,19486,-2576,-76954,19261,-3127,-76926,19239,-4105,-76872,19147,-4245,-77035,19641,-3389,-77220,19710,-8284,-77212,20398,-7123,-77526,20254,-5344,-78730,19987,-7903,-78622,20356,-6716,-79482,20170,-6974,-79355,20053,-8255,-79046,20115,-9244,-79063,20460,-9538,-78356,20559,-9225,-78750,20383,-9513,-78044,20582,-9262,-78829,20530,-9351,-79437,20546,-8466,-79448,20429,-8484,-79141,20269,-8526,-77906,20472,-8604,-79004,19918,-7833,-79033,19879,-6863,-79233,19753,-5478,-79393,19410,-5015,-79402,18755,-6270,-78092,20137,-6545,-77104,20101,-5509,-73183,17886,-3607,-72507,18183,-1947,-62442,10682,-6129,-37071,825,-6260,-37046,638,-8003,-36538,558,-8542,-36914,394,-8468,-36351,431,-8616,-35891,394,403,-13214,13785,-12618,-22268,6952,-12997,-22502,2892,-15836,-4919,1750,-17794,-6793,4033,-19348,-23008,-2487,-22029,-26488,-3290,-17944,-25035,-1444,-17922,-28074,-2761,-17895,-27327,-2971,-14866,-30876,-2278,-17585,-39779,-9349,-16850,-38736,-14294,-17186,-38426,-12770,-12548,-22672,-6504,-18537,-32060,-12501,-17142,-30072,-10728,-16462,-30273,-10014,-16098,-30913,-9905,-16007,-29825,-9382,-12146,-30334,-11436,-12158,-30365,-11131,-12226,-29818,-10714,-12457,-29667,-12505,-12264,-30507,-13604,-12705,-30392,-13427,-12414,-29736,-13278,-12670,-29783,-13180,-12195,-32023,-14794,-10267,-27379,-11453,-12940,-21664,-7783,-12897,-20927,-7205,-12709,-23030,-5704,-14404,-22926,-4920,-10834,-16256,-6848,-11055,-16099,-6825,-9831,-16706,-9544,-16723,-40611,-12783,-24033,-24906,-3584,-23245,-25281,-3774,-25659,-17512,-887,-25457,-16670,-539,-25685,-16246,-538,-26595,-16475,-1188,-24880,-16761,-118,-23891,-20729,-4044,-23469,-17276,-4738,11764,240,-930,10766,-15694,-7932,10739,-16195,-8290,10673,-17016,-8422,10793,-19271,-8866,5158,-20502,-12135,6008,-18820,-11176,9932,-31263,-12403,10920,-30926,-11577,10451,-30365,-11970,9103,-28483,-12388,9143,-39173,-12876,10228,-31557,-8261,9714,-32163,-8059,8182,-26491,-6247,9376,-41713,-10408,7797,-43802,-11643,10855,-45911,-20600,2384,-34337,-18174,925,-36357,-14284,1085,-35246,-14822,6159,-31659,-21007,10379,-37637,-13578,6215,-28757,-15205,3289,-24376,-18731,3436,-19840,-16001,-3706,-38188,-19539,-3344,-40024,-19978,-3266,-40771,-19988,-10318,-40386,-19901,-10739,-40340,-19743,-10953,-40674,-19346,-10877,-40756,-19741,-10671,-41263,-20109,-9362,-45204,-18111,-10639,-52654,-23205,-10461,-52457,-23662,-10895,-52169,-23281,-10241,-53140,-21672,-8799,-53426,-24298,-4213,-50482,-18547,-6204,-55027,-21232,-6315,-55661,-21205,-6154,-55848,-20705,-5588,-55803,-19984,-4914,-55416,-19898,-4062,-55539,-19954,-4452,-55390,-19871,-5217,-55090,-20112,-5651,-54994,-20414,-4056,-50728,-21077,-3975,-49695,-21751,-3871,-48894,-22439,-3482,-48780,-22895,-5349,-46457,-17988,-9344,-52848,-24148,-1881,-59058,-18731,-149,-50842,-21675,10588,-54693,-20270,-6712,-79492,-25392,-15224,-77058,-22430,-17473,-78990,-21434,-19537,-77860,-18797,-19370,-78740,-18950,-20069,-79507,-17926,-25375,-77810,-10481,-25737,-77091,-9842,-25251,-77208,-10624,-25429,-78572,-10377,-24957,-79499,-11034,-25688,-79496,-9898,-23283,-79493,-13454,-16113,-78878,-23354,-15895,-79497,-23583,-15511,-79497,-24118,-14836,-79501,-23685,-16519,-79507,-22713,-21006,-66442,-2518,-21157,-66582,-1801,-21557,-67086,-1652,-24455,-76572,-799,-24989,-76841,-1551,-24856,-76821,-717,-24655,-76746,-1016,-24938,-79489,322,-23353,-79502,653,-24394,-76672,326,-24446,-76660,-351,-24435,-76132,-1218,-24246,-76630,1181,-24628,-76816,1204,-24145,-76044,1291,-24167,-75496,1274,-24304,-76215,134,-23850,-76529,3562,-25228,-79493,-2053,-24684,-79496,-1485,-24204,-76630,-10565,-24590,-76802,-10237,-24428,-76666,-10057,-11890,-76920,18708,-11600,-77049,19154,927,-77654,18992,-670,-77321,19285,-1892,-76936,19186,-1660,-77118,19430,-441,-77164,19242,-1046,-77153,19332,1482,-77005,18608,3510,-77445,18599,2881,-77922,18709,1507,-77228,18884,448,-75141,18811,693,-74035,18639,-14,-75970,18972,-293,-74908,18860,-822,-75829,19086,-1236,-76340,19099,-2092,-76164,19159,-1989,-76736,19153,-2226,-75640,19136,1478,-78762,18867,1672,-79509,18834,3073,-78919,18664,3792,-78263,18561,4939,-77643,18412,3713,-77051,18119,4315,-76881,17810,2799,-75358,18179,2111,-75962,18474,2631,-76814,18281,3211,-76559,18127,3452,-76885,18090,2770,-77043,18345,3229,-77209,18502,3809,-77259,18493,2407,-74747,18240,2652,-79503,18717,3512,-79508,18603,2846,-77329,18696,2234,-77216,18776,2426,-77001,18357,1982,-77439,18842,4359,-79492,18489,5220,-78623,18387,5114,-79482,18401,4425,-77469,18452,5037,-77298,18196,13921,-77514,9943,14342,-78214,9448,15001,-77375,8542,15720,-77425,7614,15291,-77205,6930,14622,-78928,9099,13607,-79497,9801,13325,-77411,10713,12248,-79005,12134,11687,-79495,12816,11782,-79494,11955,18133,-78383,4427,9041,-79498,14678,10256,-79499,14617,10580,-79500,13118,7688,-79484,17895,7698,-78388,17931,7590,-78985,18005,1002,-70933,16932,1121,-69139,16887,237,-69209,16862,-3409,-77058,19610,-16911,-76623,15040,-16533,-76451,15237,-18912,-79468,14023,-19371,-79492,13685,-18277,-79502,14499,-18651,-79493,13941,-17371,-79490,15171,-17909,-79496,14120,-18423,-77660,14345,-15507,-77306,16445,-15957,-77960,16159,-13038,-79512,18228,-13896,-79517,17604,-14727,-79523,17033,-15738,-73100,14817,-16085,-73783,14949,-17608,-76562,14390,-17540,-76125,14243,-17827,-75692,13860,-16272,-73168,14296,-19627,-75555,11909,-20555,-75762,11098,-18971,-75806,12699,-20094,-76177,11961,-20648,-76438,11575,-19752,-76176,12295,-20626,-75290,10561,-21440,-75457,9668,-22057,-76488,9789,-22635,-76617,8884,-22718,-76557,8344,-21058,-75642,10431,-21981,-75093,7949,924,-76084,18763,1591,-76728,18541,-17341,-78523,15176,-16424,-79483,15861,-15382,-79486,16582,-16891,-79515,15519,-16679,-79500,14664,-20414,-78262,12879,-18646,-78774,14215,-19806,-76682,13162,-19322,-76582,12914,-19142,-76398,12958,-20237,-76760,12912,-22993,-79480,10937,-23482,-79487,10551,-23709,-79499,10320,-23693,-78858,10313,-21853,-79493,11150,-18682,-76682,14006,-23587,-79497,7652,-23806,-79485,9610,-22429,-76473,8972,17491,-79492,5353,18139,-79492,4436,16739,-79495,4109,14911,-11469,-4591,15061,-3859,6331,15197,-4258,5617,16045,-3406,1772,15844,-2819,2118,12239,-515,12213,3694,1838,19500,3460,16559,1909,11825,19792,3957,2285,19026,1668,8282,-29134,-7227,7760,-29654,-6956,9049,-29382,-7458,14506,-22474,-5760,14285,-23509,-6098,13122,-3777,6630,13765,-71606,750,13690,-71421,844,8155,-64186,-15757,13180,45678,-7555,2216,53287,14214,-3045,-39779,-17770,-2451,-41169,-17715,3441,-79504,-23856,2721,-79507,-25355,7670,-77427,-22174,-20616,-5224,5816,-20922,-10584,4793,-23945,3697,8126,-26512,8864,12549,-30048,9419,14531,-29220,8834,14639,-29706,9545,14126,-28802,8580,13927,-29210,8756,14034,-29225,8891,13828,-28777,8647,13452,-29778,9032,14541,-29876,9894,14687,-29652,9694,15302,-29403,9888,15102,-30077,9582,14901,-29863,9141,15077,-29803,9412,15252,-25752,7619,9994,-26129,7599,10033,-28735,7336,11519,-29010,7884,11501,-28600,8029,11358,-26679,7703,10530,-25810,7899,10770,-28269,6741,9622,-28054,7952,12648,-28361,7731,13069,-28234,7355,13167,-27692,7802,12979,-27774,8183,12127,-28011,8307,11642,-23830,7548,10177,-23354,7418,10571,-23912,7453,11166,-24494,7678,10853,-24453,7639,11482,-23557,7226,8540,-23057,7378,8502,-21321,5488,6260,-21716,4185,10090,-19911,5703,9875,-20568,5328,10483,-21417,4580,11070,-21039,5235,11031,-22320,4992,12413,-20741,4928,10282,-20270,5102,9524,-25746,4029,13368,-26563,3608,14879,-26792,3635,14746,-26763,3604,15614,-22438,3777,11248,-23581,6164,13049,-23468,5639,13149,-25124,4302,14731,-28979,6609,10178,-29938,6714,10756,-30611,6037,11531,-31581,5923,12156,-31277,6334,11927,-30555,6896,11657,-30598,6701,11324,-30937,6319,11564,-29981,7006,10893,-31219,6544,12346,-31577,6284,12507,-29654,6453,10747,-32064,6126,12944,-31916,5526,13456,-32081,5587,12932,-32052,5726,13377,-31288,5457,12647,-31863,5486,12672,-30794,5864,13464,-30744,5554,13290,-30457,5646,12700,-30632,5875,9556,-31147,6631,10140,-31066,6134,9546,-30529,6508,9078,-29653,6725,8678,-30367,7087,9363,-30447,7026,9706,-30621,6774,9207,-29772,5872,12694,-29873,7087,13539,-30492,7051,13737,-30057,6982,13294,-31417,7099,13681,-31649,7262,14083,-31689,7702,14221,-31778,8199,13833,-30975,7967,13932,-29849,7755,13882,-29571,7391,13714,-30369,7685,14139,-30822,7179,13866,-30448,7243,14001,-30961,7435,14021,-30340,7095,12824,-30446,7308,12527,-30865,7058,13222,-31833,7311,13427,-31998,7823,13384,-31762,8086,13224,-31896,7595,13972,-31572,7159,13339,-31619,7500,13042,-30584,7699,12444,-31402,7791,12912,-31023,7931,12768,-30479,8180,12681,-30256,8252,12869,-29845,8292,12283,-30123,7992,12192,-31023,8147,13119,-31358,8277,13425,-30832,8156,13638,-30395,7972,13929,-31021,7158,13000,-29773,7474,12062,-29900,7801,12029,-29289,8208,11777,-29183,7572,11669,-29327,7565,13656,-27801,7491,13005,-27922,9616,14021,-24535,5821,13116,-13914,17706,8668,-14500,17899,8649,-13812,17779,8191,-11702,14937,6882,-11450,14656,6754,-12840,14803,-2692,-12160,18503,-2159,-11236,26841,2463,-9705,26501,2696,-8904,26575,1922,-12446,25564,1261,-11546,15967,794,-11931,15336,7109,-8934,-37782,358,-3212,-16812,15412,-13930,-29626,-313,-13904,-17493,6117,-21297,-10422,5373,-23266,-75781,5295,-20052,-71840,7797,-20355,-72797,8109,-24259,-79502,6103,-14401,-70660,13588,-15305,-70526,12899,-8790,-55892,2033,2347,-53729,-787,-4119,38915,6308,-14606,13719,-53,-13234,-43589,-11812,-7639,-31071,-18014,-8955,-11784,-8742,-23566,-76923,-12610,-25399,-79496,-4765,-15902,-51549,-16489,-11715,-50477,-9233,-11874,-49394,-9044,-19385,49880,-3185,-39393,73818,-9367,-46498,77205,-13785,-46372,77362,-13411,-46394,77215,-14213,13634,-79502,-16111,555,-79489,-26565,-6220,-79309,18942,-12296,-79502,-23379,-10027,-79494,14918,-12581,-79506,14396,17615,-79489,-1151,-12779,-79508,16843,-11175,-79509,-21385,4677,-79493,-22698,-10416,-79482,17301,-9820,-79427,18590,-4855,-79503,-14993,-2048,-79486,19424,5036,-79494,11204,-14801,-79505,4442,-1217,-79483,13946,-15157,-79500,15171,2496,-79498,-2283], "morphTargets": [], @@ -36,7 +35,4 @@ var model = { "faces": [2,5,3799,0,0,2,5,0,3801,0,2,49655,3779,49644,0,2,1,49643,2,0,2,1,2,3,0,2,3801,49655,49654,0,2,6,49654,4,0,2,4,49654,3,0,2,5,3801,49654,0,2,5,49654,6,0,2,3749,8,9,0,2,3809,9,11,0,2,11,9,12,0,2,12,9,10,0,2,11,12,13,0,2,13,14,15,0,2,49641,28973,16,0,2,17,16,18,0,2,4851,18,28,0,2,19,4850,26,0,2,21,20,22,0,2,21,22,24,0,2,24,22,23,0,2,24,23,25,0,2,25,3658,49653,0,2,49653,3658,4831,0,2,24,4831,21,0,2,20,26,22,0,2,27,23,22,0,2,27,22,4849,0,2,2,4,3,0,2,15,28,28973,0,2,7,6,14,0,2,7,14,10,0,2,10,14,12,0,2,12,14,13,0,2,14,6,4,0,2,15,4,28,0,2,4,15,14,0,2,7,10,8,0,2,8,10,9,0,2,2902,3783,50001,0,2,30368,33,34,0,2,35,33,67,0,2,38760,30112,39,0,2,39,30112,54,0,2,54,40,65,0,2,41,65,38754,0,2,41,38754,64,0,2,64,38754,42,0,2,30092,43,44,0,2,53,44,223,0,2,53,223,45,0,2,46,45,47,0,2,46,47,48,0,2,46,48,52,0,2,48,293,291,0,2,48,291,49,0,2,50,51,52,0,2,52,51,46,0,2,50,52,49,0,2,48,49,52,0,2,41,64,53,0,2,41,53,38752,0,2,38752,57,65,0,2,65,57,54,0,2,39,54,35,0,2,39,35,56,0,2,39,56,55,0,2,55,56,36,0,2,36,56,35,0,2,35,54,33,0,2,33,54,34,0,2,34,57,62,0,2,62,57,58,0,2,62,58,59,0,2,59,58,60,0,2,59,60,63,0,2,34,62,63,0,2,59,63,62,0,2,54,57,34,0,2,57,38752,58,0,2,42,30089,64,0,2,64,30089,30092,0,2,64,30092,44,0,2,64,44,53,0,2,38,38760,36,0,2,38,36,66,0,2,49992,66,30060,0,2,38,66,37,0,2,37,66,49992,0,2,32,33,30368,0,2,67,68,36,0,2,49995,28972,50001,0,2,49995,50001,3783,0,2,69,67,33,0,2,33,32,69,0,2,69,32,31,0,2,70,31,38742,0,2,38742,31,32,0,2,38742,32,38741,0,2,71,72,73,0,2,38737,73,74,0,2,38737,74,50,0,2,50,74,51,0,2,73,72,74,0,2,32,30368,38741,0,2,38741,30368,71,0,2,31,68,69,0,2,31,30,68,0,2,50001,30,28883,0,2,28888,30,30436,0,2,28888,30436,75,0,2,50001,28883,3641,0,2,28883,28880,2918,0,2,2918,28880,38702,0,2,38702,76,49989,0,2,49989,76,77,0,2,77,38701,3609,0,2,78,38455,3610,0,2,3610,38455,79,0,2,3610,79,80,0,2,38700,79,81,0,2,83,82,3611,0,2,79,38456,81,0,2,84,28902,28904,0,2,85,86,87,0,2,28906,28905,88,0,2,88,28905,89,0,2,89,28907,38765,0,2,38765,28907,28949,0,2,38765,28949,90,0,2,91,38622,105,0,2,92,93,104,0,2,104,93,94,0,2,104,94,103,0,2,103,94,28879,0,2,103,28879,100,0,2,100,28879,95,0,2,98,95,96,0,2,98,96,97,0,2,95,98,99,0,2,95,99,100,0,2,101,100,38763,0,2,38763,100,38764,0,2,38764,100,102,0,2,100,99,102,0,2,103,101,104,0,2,104,101,92,0,2,92,101,105,0,2,105,101,38763,0,2,105,38763,38762,0,2,38762,91,105,0,2,100,101,103,0,2,98,97,99,0,2,102,99,88,0,2,88,99,28906,0,2,28906,99,86,0,2,86,99,97,0,2,95,28879,38447,0,2,38447,28879,38703,0,2,38447,38703,106,0,2,38447,106,38441,0,2,38441,106,107,0,2,38441,107,38442,0,2,38442,107,108,0,2,38442,108,109,0,2,2927,108,110,0,2,110,114,111,0,2,111,114,112,0,2,113,112,114,0,2,113,114,38439,0,2,113,38439,3584,0,2,3584,38439,38440,0,2,3584,38440,115,0,2,116,49804,117,0,2,117,49804,118,0,2,118,93,119,0,2,38629,120,121,0,2,121,120,122,0,2,414,122,123,0,2,414,123,124,0,2,124,125,126,0,2,126,125,127,0,2,167,30502,129,0,2,130,166,30501,0,2,130,30501,131,0,2,130,131,132,0,2,132,131,30489,0,2,132,30489,133,0,2,184,133,134,0,2,184,134,135,0,2,136,135,164,0,2,136,164,137,0,2,182,137,138,0,2,139,165,30451,0,2,30451,165,140,0,2,30451,140,141,0,2,141,140,146,0,2,141,146,142,0,2,142,146,143,0,2,144,143,145,0,2,145,143,146,0,2,147,163,148,0,2,148,163,159,0,2,148,159,149,0,2,149,159,150,0,2,150,159,151,0,2,151,162,28912,0,2,28912,162,152,0,2,38631,152,30492,0,2,38631,30492,153,0,2,28957,30497,30493,0,2,28957,30493,154,0,2,28957,154,155,0,2,155,154,156,0,2,155,156,38619,0,2,38619,156,157,0,2,38619,157,38618,0,2,38618,157,125,0,2,157,30498,158,0,2,158,30498,30495,0,2,158,30495,30500,0,2,158,30500,128,0,2,146,163,147,0,2,160,135,161,0,2,161,135,134,0,2,135,160,164,0,2,159,160,151,0,2,151,160,161,0,2,151,161,134,0,2,151,134,162,0,2,162,134,133,0,2,137,164,165,0,2,137,165,138,0,2,138,165,139,0,2,140,165,159,0,2,140,159,163,0,2,146,140,163,0,2,164,160,165,0,2,165,160,159,0,2,129,166,167,0,2,167,166,187,0,2,167,187,168,0,2,168,187,347,0,2,173,168,357,0,2,171,357,28854,0,2,170,128,172,0,2,170,172,169,0,2,169,172,171,0,2,128,30502,172,0,2,171,172,357,0,2,357,172,173,0,2,168,173,30502,0,2,168,30502,167,0,2,30502,173,172,0,2,166,130,174,0,2,174,130,175,0,2,175,176,330,0,2,177,330,178,0,2,178,132,179,0,2,132,133,179,0,2,179,185,180,0,2,180,185,183,0,2,30472,181,30455,0,2,30455,181,182,0,2,182,181,137,0,2,137,181,136,0,2,136,183,135,0,2,136,181,183,0,2,184,183,185,0,2,184,185,133,0,2,184,135,183,0,2,133,185,179,0,2,132,186,130,0,2,130,186,176,0,2,130,176,175,0,2,176,186,330,0,2,330,186,178,0,2,166,174,187,0,2,187,174,188,0,2,187,188,189,0,2,189,188,322,0,2,189,322,350,0,2,350,322,190,0,2,352,190,30488,0,2,352,30488,354,0,2,354,30488,345,0,2,345,30488,191,0,2,193,191,192,0,2,192,194,196,0,2,196,194,195,0,2,196,195,342,0,2,198,199,200,0,2,200,199,201,0,2,200,201,202,0,2,202,30399,203,0,2,203,204,200,0,2,200,204,30398,0,2,200,30398,198,0,2,198,30398,205,0,2,198,205,197,0,2,200,202,203,0,2,203,30399,30400,0,2,203,30400,206,0,2,206,208,209,0,2,209,208,210,0,2,211,210,212,0,2,211,212,213,0,2,211,213,214,0,2,214,213,215,0,2,30321,215,216,0,2,217,285,228,0,2,228,285,218,0,2,228,218,219,0,2,228,219,220,0,2,287,288,221,0,2,221,288,38750,0,2,221,38750,230,0,2,230,38750,231,0,2,231,38750,222,0,2,222,47,223,0,2,223,47,45,0,2,223,44,43,0,2,223,43,222,0,2,222,43,232,0,2,232,43,224,0,2,232,224,225,0,2,227,226,30320,0,2,227,30320,217,0,2,230,229,221,0,2,287,221,220,0,2,221,229,227,0,2,221,227,228,0,2,228,227,217,0,2,221,228,220,0,2,227,229,226,0,2,226,229,230,0,2,222,232,231,0,2,226,230,225,0,2,225,230,231,0,2,225,231,232,0,2,43,30092,30333,0,2,43,30333,224,0,2,225,224,30335,0,2,225,30335,226,0,2,265,211,233,0,2,265,233,234,0,2,234,233,235,0,2,256,235,236,0,2,256,236,30483,0,2,30483,236,30481,0,2,30481,236,30484,0,2,30481,30484,237,0,2,237,238,262,0,2,262,238,239,0,2,262,239,261,0,2,261,241,240,0,2,241,242,243,0,2,244,240,245,0,2,253,245,246,0,2,252,246,4710,0,2,252,4710,251,0,2,251,247,248,0,2,248,249,250,0,2,251,250,254,0,2,251,254,252,0,2,252,254,253,0,2,253,254,258,0,2,258,254,259,0,2,259,254,4731,0,2,259,4731,264,0,2,263,264,30473,0,2,255,4726,256,0,2,256,4726,30426,0,2,256,30426,234,0,2,256,234,235,0,2,257,254,250,0,2,250,251,248,0,2,252,253,246,0,2,258,245,253,0,2,258,259,260,0,2,261,260,262,0,2,262,260,264,0,2,262,264,263,0,2,260,259,264,0,2,245,240,4689,0,2,245,4689,246,0,2,240,241,243,0,2,211,265,210,0,2,210,265,266,0,2,206,209,207,0,2,209,210,266,0,2,198,195,199,0,2,199,195,194,0,2,201,199,267,0,2,201,267,268,0,2,326,325,270,0,2,269,270,271,0,2,30462,272,30466,0,2,30462,30466,30467,0,2,274,273,276,0,2,275,277,278,0,2,278,277,219,0,2,278,219,279,0,2,281,309,38753,0,2,283,38753,282,0,2,30415,283,30417,0,2,284,310,285,0,2,284,285,217,0,2,218,310,279,0,2,279,310,280,0,2,218,279,219,0,2,220,286,289,0,2,220,289,287,0,2,287,289,290,0,2,287,290,288,0,2,286,220,219,0,2,219,277,286,0,2,286,277,297,0,2,286,297,289,0,2,290,289,294,0,2,290,294,291,0,2,290,291,292,0,2,292,291,293,0,2,49,291,294,0,2,49,294,38746,0,2,38745,38746,295,0,2,38734,307,308,0,2,38734,308,306,0,2,306,308,296,0,2,298,304,306,0,2,298,306,296,0,2,297,296,308,0,2,297,308,289,0,2,296,297,299,0,2,296,299,298,0,2,297,277,299,0,2,299,277,300,0,2,300,277,275,0,2,300,275,301,0,2,300,301,30461,0,2,302,30461,138,0,2,138,139,302,0,2,302,139,30448,0,2,302,30448,303,0,2,304,303,305,0,2,304,305,306,0,2,302,298,30461,0,2,30461,298,300,0,2,300,298,299,0,2,303,304,302,0,2,302,304,298,0,2,38746,294,307,0,2,307,295,38746,0,2,308,294,289,0,2,294,308,307,0,2,285,310,218,0,2,310,284,309,0,2,310,309,281,0,2,281,280,310,0,2,282,38753,284,0,2,282,284,30417,0,2,30417,283,282,0,2,217,216,284,0,2,274,276,311,0,2,283,313,38753,0,2,271,270,314,0,2,271,314,272,0,2,272,314,315,0,2,272,315,30465,0,2,30465,315,316,0,2,316,177,317,0,2,317,177,180,0,2,179,180,178,0,2,178,180,177,0,2,330,177,329,0,2,177,316,318,0,2,318,316,315,0,2,318,315,319,0,2,320,319,321,0,2,320,321,322,0,2,322,321,324,0,2,319,315,314,0,2,319,314,323,0,2,319,323,321,0,2,321,323,30487,0,2,321,30487,324,0,2,322,324,190,0,2,190,324,30488,0,2,323,325,327,0,2,327,325,326,0,2,327,326,328,0,2,192,328,194,0,2,328,192,30486,0,2,328,30486,327,0,2,314,270,323,0,2,323,270,325,0,2,326,268,328,0,2,328,268,267,0,2,199,194,267,0,2,267,194,328,0,2,342,195,197,0,2,197,195,198,0,2,177,318,329,0,2,329,318,319,0,2,329,319,320,0,2,175,330,320,0,2,175,320,174,0,2,174,320,188,0,2,322,188,320,0,2,329,320,330,0,2,270,269,326,0,2,326,269,268,0,2,202,201,30464,0,2,202,30464,331,0,2,331,30460,332,0,2,332,333,30422,0,2,30422,333,313,0,2,313,333,312,0,2,192,196,193,0,2,193,196,334,0,2,336,335,337,0,2,336,337,3907,0,2,3907,337,338,0,2,342,341,343,0,2,335,343,337,0,2,343,341,49805,0,2,193,334,344,0,2,344,345,191,0,2,334,196,343,0,2,346,347,348,0,2,349,350,351,0,2,351,350,190,0,2,351,190,352,0,2,353,352,354,0,2,354,345,355,0,2,355,345,30503,0,2,30503,345,344,0,2,30503,344,356,0,2,356,344,334,0,2,356,334,335,0,2,189,350,347,0,2,347,350,348,0,2,348,350,349,0,2,347,346,168,0,2,168,346,357,0,2,357,346,28855,0,2,357,28855,28856,0,2,28856,424,358,0,2,358,424,359,0,2,359,423,360,0,2,360,423,422,0,2,360,422,361,0,2,361,421,363,0,2,363,421,362,0,2,363,362,364,0,2,363,364,399,0,2,399,364,416,0,2,416,364,365,0,2,416,365,366,0,2,416,366,367,0,2,367,366,393,0,2,393,366,368,0,2,393,368,391,0,2,391,368,369,0,2,369,3572,370,0,2,370,3572,3571,0,2,370,3571,371,0,2,370,371,373,0,2,370,373,372,0,2,372,373,374,0,2,376,374,375,0,2,376,375,377,0,2,378,377,379,0,2,381,379,380,0,2,380,116,117,0,2,380,117,381,0,2,381,117,382,0,2,381,382,378,0,2,378,379,381,0,2,383,38629,121,0,2,385,383,384,0,2,385,384,386,0,2,389,386,388,0,2,387,388,376,0,2,376,388,374,0,2,376,377,387,0,2,387,377,389,0,2,387,389,388,0,2,386,389,378,0,2,386,378,385,0,2,385,382,383,0,2,385,378,382,0,2,378,389,377,0,2,383,121,384,0,2,386,384,412,0,2,121,122,411,0,2,121,411,384,0,2,38629,383,119,0,2,119,383,390,0,2,390,118,119,0,2,118,390,117,0,2,370,372,391,0,2,391,372,392,0,2,391,392,393,0,2,393,392,388,0,2,388,392,374,0,2,374,392,372,0,2,370,391,369,0,2,367,393,394,0,2,398,38617,395,0,2,398,395,397,0,2,397,395,413,0,2,397,413,405,0,2,405,413,396,0,2,396,126,127,0,2,126,396,124,0,2,398,397,400,0,2,398,400,399,0,2,399,400,363,0,2,363,400,401,0,2,407,401,403,0,2,407,403,402,0,2,358,402,28854,0,2,28854,402,169,0,2,169,402,403,0,2,169,403,406,0,2,406,403,404,0,2,404,403,401,0,2,404,401,400,0,2,400,397,404,0,2,404,405,406,0,2,406,405,396,0,2,406,396,127,0,2,170,406,127,0,2,405,404,397,0,2,363,401,407,0,2,363,407,361,0,2,361,407,402,0,2,361,402,360,0,2,360,402,359,0,2,393,388,394,0,2,394,388,408,0,2,394,408,38617,0,2,38617,408,409,0,2,409,408,386,0,2,409,386,412,0,2,410,412,411,0,2,411,412,384,0,2,38617,409,395,0,2,395,412,413,0,2,413,412,410,0,2,415,410,414,0,2,415,414,124,0,2,410,411,414,0,2,414,411,122,0,2,412,395,409,0,2,396,415,124,0,2,415,396,410,0,2,386,408,388,0,2,367,394,416,0,2,394,38617,416,0,2,416,38617,399,0,2,368,366,28852,0,2,368,28852,3573,0,2,3573,28852,28850,0,2,3573,28850,417,0,2,420,421,422,0,2,422,423,425,0,2,425,423,424,0,2,425,424,28857,0,2,425,28857,3526,0,2,3526,28859,3527,0,2,3527,28859,426,0,2,429,428,28863,0,2,429,28863,28846,0,2,28846,28863,430,0,2,28866,28875,431,0,2,28866,431,432,0,2,432,431,28874,0,2,432,28874,433,0,2,432,433,429,0,2,429,433,28847,0,2,28847,433,434,0,2,28847,434,3532,0,2,3504,435,3372,0,2,3504,3372,3370,0,2,3372,436,3371,0,2,436,437,3498,0,2,439,438,30812,0,2,439,30812,440,0,2,30808,4066,441,0,2,442,4062,443,0,2,443,4059,23483,0,2,23483,4059,444,0,2,448,30667,449,0,2,449,30667,450,0,2,450,30666,451,0,2,451,30666,452,0,2,452,30631,23471,0,2,23471,30631,453,0,2,454,30673,455,0,2,455,30673,456,0,2,28787,456,457,0,2,28787,457,458,0,2,28787,458,459,0,2,459,458,4261,0,2,28779,4261,460,0,2,460,4261,4192,0,2,460,4192,28786,0,2,28786,461,23464,0,2,23464,4195,462,0,2,23462,462,4196,0,2,23462,4196,4197,0,2,23462,4197,463,0,2,463,4197,464,0,2,464,465,466,0,2,466,468,467,0,2,467,468,4230,0,2,467,4230,469,0,2,469,4230,4235,0,2,30762,4235,28777,0,2,30780,28777,30783,0,2,30784,30783,28777,0,2,471,470,30756,0,2,471,30756,472,0,2,31167,473,474,0,2,30782,31168,475,0,2,30782,475,476,0,2,476,475,30777,0,2,30777,475,477,0,2,477,478,479,0,2,480,31181,482,0,2,480,482,481,0,2,481,482,32449,0,2,32449,33350,32450,0,2,32451,483,501,0,2,484,501,509,0,2,484,509,508,0,2,484,508,485,0,2,484,485,23381,0,2,23381,485,486,0,2,23431,32546,488,0,2,489,490,491,0,2,491,490,32542,0,2,491,32542,492,0,2,491,492,493,0,2,493,492,32563,0,2,493,32563,494,0,2,500,32564,32567,0,2,500,32567,496,0,2,496,32567,495,0,2,499,22018,498,0,2,498,22018,497,0,2,496,23410,500,0,2,496,495,32493,0,2,32493,495,499,0,2,501,502,503,0,2,503,502,28758,0,2,28758,28755,510,0,2,504,507,505,0,2,506,504,505,0,2,504,28775,507,0,2,507,28772,508,0,2,507,508,510,0,2,510,508,509,0,2,28758,510,503,0,2,510,28755,507,0,2,507,28755,505,0,2,505,28755,28770,0,2,32551,28618,32549,0,2,32549,28618,512,0,2,514,28626,32293,0,2,515,32293,32283,0,2,515,32283,516,0,2,517,521,518,0,2,518,519,33335,0,2,33335,519,49569,0,2,33335,49569,33373,0,2,28608,33377,520,0,2,49569,519,521,0,2,521,519,518,0,2,525,535,526,0,2,526,527,32366,0,2,32366,527,528,0,2,32284,533,534,0,2,32284,534,529,0,2,529,534,530,0,2,530,536,531,0,2,531,536,33407,0,2,523,33407,524,0,2,529,530,33406,0,2,529,33406,32284,0,2,32284,532,533,0,2,534,533,528,0,2,534,528,527,0,2,527,526,534,0,2,526,535,534,0,2,534,535,530,0,2,530,535,536,0,2,535,525,537,0,2,537,525,538,0,2,537,538,539,0,2,539,540,541,0,2,28609,541,542,0,2,542,541,28578,0,2,542,28578,28616,0,2,28616,28578,543,0,2,543,28578,33379,0,2,543,33379,544,0,2,543,544,545,0,2,25539,545,546,0,2,548,544,547,0,2,548,547,28574,0,2,548,28574,25557,0,2,25561,25557,550,0,2,550,25557,28574,0,2,550,28574,551,0,2,551,28574,28575,0,2,551,28575,28573,0,2,28573,28575,552,0,2,25546,25551,553,0,2,25552,553,25555,0,2,25555,28572,33380,0,2,25555,33380,554,0,2,25553,554,28605,0,2,25553,28605,28604,0,2,25550,555,556,0,2,558,33592,559,0,2,559,33592,560,0,2,559,560,33508,0,2,561,562,563,0,2,564,28696,565,0,2,565,28695,566,0,2,566,569,567,0,2,49565,34991,34989,0,2,49565,34989,568,0,2,568,33606,49565,0,2,566,35034,569,0,2,571,33562,33549,0,2,33549,572,33548,0,2,33548,572,33547,0,2,33550,34948,573,0,2,574,575,602,0,2,602,575,576,0,2,576,577,578,0,2,594,578,960,0,2,594,960,579,0,2,579,580,581,0,2,583,591,28566,0,2,28566,591,585,0,2,28566,585,584,0,2,585,593,28535,0,2,28535,593,28534,0,2,28534,593,586,0,2,586,587,28532,0,2,28532,587,679,0,2,679,587,656,0,2,656,587,588,0,2,588,587,673,0,2,672,589,590,0,2,590,591,583,0,2,591,590,589,0,2,591,589,592,0,2,587,592,673,0,2,673,592,672,0,2,592,587,586,0,2,592,586,593,0,2,592,593,591,0,2,591,593,585,0,2,601,594,595,0,2,601,595,596,0,2,599,597,598,0,2,613,602,600,0,2,601,578,594,0,2,578,600,576,0,2,578,601,600,0,2,576,600,602,0,2,33554,604,605,0,2,33718,610,33717,0,2,33717,610,33531,0,2,33534,606,605,0,2,34955,607,610,0,2,33531,610,33532,0,2,33532,610,607,0,2,33534,607,606,0,2,607,33534,33532,0,2,34955,610,608,0,2,602,603,574,0,2,602,613,603,0,2,603,613,611,0,2,33553,611,28564,0,2,33553,28564,604,0,2,605,604,612,0,2,605,612,33534,0,2,611,33553,603,0,2,600,601,596,0,2,600,596,599,0,2,613,599,598,0,2,579,581,594,0,2,594,581,614,0,2,594,614,595,0,2,34947,616,584,0,2,34947,584,617,0,2,617,584,33715,0,2,33715,585,28535,0,2,618,28535,28537,0,2,620,619,621,0,2,34290,621,622,0,2,622,28519,623,0,2,623,28519,624,0,2,623,624,33989,0,2,33989,624,28495,0,2,33988,28495,625,0,2,33987,28501,627,0,2,33973,628,629,0,2,33991,630,631,0,2,33991,631,33992,0,2,632,629,628,0,2,34032,633,634,0,2,34032,634,635,0,2,34029,635,34034,0,2,34034,634,34035,0,2,636,637,34392,0,2,34392,637,34326,0,2,34394,640,641,0,2,34394,641,28498,0,2,9271,643,645,0,2,645,643,644,0,2,645,28510,646,0,2,8951,28513,28514,0,2,647,8951,649,0,2,647,649,648,0,2,648,649,650,0,2,650,649,651,0,2,651,28527,652,0,2,652,28528,653,0,2,655,28548,678,0,2,678,28548,656,0,2,657,678,677,0,2,659,658,675,0,2,659,675,660,0,2,659,660,661,0,2,659,661,924,0,2,924,661,662,0,2,924,662,909,0,2,909,663,34980,0,2,664,674,665,0,2,34965,665,666,0,2,588,667,656,0,2,668,669,670,0,2,670,669,671,0,2,32189,671,672,0,2,32189,672,590,0,2,671,669,672,0,2,672,669,673,0,2,673,669,588,0,2,588,669,668,0,2,664,906,674,0,2,674,662,661,0,2,909,662,663,0,2,662,674,663,0,2,665,674,661,0,2,665,661,660,0,2,665,660,675,0,2,665,675,666,0,2,34965,666,676,0,2,666,675,677,0,2,676,677,667,0,2,667,677,656,0,2,678,656,677,0,2,667,588,676,0,2,677,676,666,0,2,675,658,657,0,2,677,675,657,0,2,658,659,32188,0,2,680,32186,681,0,2,682,681,683,0,2,687,28489,688,0,2,687,688,689,0,2,8955,946,8956,0,2,8956,690,8962,0,2,8962,690,691,0,2,691,938,950,0,2,691,950,947,0,2,8961,947,703,0,2,8961,703,949,0,2,8959,949,705,0,2,8959,705,8960,0,2,8960,705,709,0,2,8960,709,34457,0,2,34457,709,706,0,2,714,706,692,0,2,714,692,700,0,2,714,700,693,0,2,693,694,35053,0,2,35053,694,711,0,2,696,695,697,0,2,698,699,32081,0,2,32081,699,32082,0,2,32082,699,711,0,2,32082,711,694,0,2,32172,694,700,0,2,701,32170,708,0,2,702,708,703,0,2,703,708,704,0,2,692,706,709,0,2,692,709,707,0,2,707,709,710,0,2,704,710,705,0,2,710,704,708,0,2,710,709,705,0,2,693,700,694,0,2,711,699,698,0,2,712,697,695,0,2,697,712,698,0,2,700,692,707,0,2,708,32170,710,0,2,710,32170,713,0,2,710,713,707,0,2,707,713,700,0,2,715,35053,34444,0,2,34444,35053,34445,0,2,8978,35053,712,0,2,716,28472,717,0,2,718,28474,8974,0,2,8974,28474,9009,0,2,9008,9009,719,0,2,9041,720,721,0,2,9041,721,722,0,2,9019,28465,28467,0,2,9019,28467,723,0,2,724,725,28463,0,2,28463,726,727,0,2,28462,729,730,0,2,35121,730,35122,0,2,35122,730,35125,0,2,731,35125,28461,0,2,34929,732,31842,0,2,34929,31842,35102,0,2,7014,31851,734,0,2,735,734,736,0,2,7013,31882,737,0,2,737,31885,7012,0,2,739,35110,31880,0,2,6986,741,742,0,2,742,31858,6978,0,2,6978,31858,31859,0,2,6979,31859,807,0,2,31911,31910,744,0,2,31760,808,745,0,2,745,808,803,0,2,1338,747,813,0,2,1338,813,1337,0,2,1337,813,748,0,2,748,812,749,0,2,31890,800,1327,0,2,1327,797,1326,0,2,1326,798,750,0,2,750,798,28352,0,2,750,28352,28353,0,2,750,28353,751,0,2,754,756,755,0,2,755,757,758,0,2,758,31564,759,0,2,759,31564,760,0,2,28453,31565,31707,0,2,31707,31565,28371,0,2,31707,28371,28372,0,2,31707,28372,763,0,2,763,28372,31632,0,2,763,31632,764,0,2,764,765,31627,0,2,31627,765,1299,0,2,1299,765,1298,0,2,1298,765,766,0,2,767,768,31643,0,2,31643,768,28366,0,2,28014,28366,28365,0,2,769,28015,28403,0,2,28018,769,770,0,2,28018,770,771,0,2,771,28379,28066,0,2,28066,28380,772,0,2,28067,772,28381,0,2,773,28394,28031,0,2,28031,28394,28030,0,2,28030,28394,28032,0,2,774,28396,776,0,2,776,28396,775,0,2,28048,778,30960,0,2,779,30963,780,0,2,780,30963,781,0,2,781,30962,28160,0,2,28160,30962,782,0,2,784,28389,31669,0,2,31669,28389,785,0,2,786,785,28358,0,2,786,28358,787,0,2,786,787,31712,0,2,787,31713,31712,0,2,31713,788,789,0,2,789,788,28355,0,2,789,28355,28349,0,2,28349,28355,790,0,2,790,28352,791,0,2,791,28352,28351,0,2,792,28351,28402,0,2,792,28402,793,0,2,792,793,28347,0,2,28347,793,794,0,2,796,794,795,0,2,796,795,797,0,2,797,795,799,0,2,797,799,798,0,2,798,1326,797,0,2,796,797,800,0,2,796,800,801,0,2,31758,28350,802,0,2,802,810,803,0,2,803,810,745,0,2,31725,804,31726,0,2,805,807,31859,0,2,744,806,808,0,2,744,808,31760,0,2,806,744,31910,0,2,806,31910,743,0,2,803,808,804,0,2,804,808,809,0,2,809,806,743,0,2,743,807,809,0,2,806,809,808,0,2,745,810,746,0,2,746,810,811,0,2,811,812,813,0,2,813,812,748,0,2,746,811,747,0,2,747,811,813,0,2,796,801,31759,0,2,796,31759,31757,0,2,794,31757,31756,0,2,794,31756,28347,0,2,817,31889,31773,0,2,817,31773,818,0,2,28346,819,820,0,2,31652,31765,31653,0,2,31658,31660,31662,0,2,822,31662,821,0,2,826,827,28343,0,2,826,28343,28203,0,2,828,28343,28344,0,2,828,28344,32000,0,2,32000,829,32200,0,2,834,833,31797,0,2,835,836,28207,0,2,837,846,838,0,2,838,846,847,0,2,28195,847,850,0,2,839,850,840,0,2,839,840,848,0,2,841,842,32344,0,2,32344,842,843,0,2,32021,32020,836,0,2,32021,836,31799,0,2,31799,836,835,0,2,31799,835,31797,0,2,836,32020,28207,0,2,28207,32020,844,0,2,28207,844,837,0,2,837,844,846,0,2,846,844,845,0,2,842,845,843,0,2,843,845,844,0,2,846,845,847,0,2,847,845,840,0,2,840,845,849,0,2,849,842,841,0,2,849,841,32207,0,2,849,32207,848,0,2,848,32207,28330,0,2,849,848,840,0,2,840,850,847,0,2,842,849,845,0,2,28228,839,28330,0,2,28228,28330,28329,0,2,28228,28329,28183,0,2,28183,28329,851,0,2,28183,851,28189,0,2,28189,851,28336,0,2,28189,28336,852,0,2,853,852,31007,0,2,853,31007,31005,0,2,853,31005,854,0,2,28185,855,856,0,2,28185,856,857,0,2,857,856,858,0,2,858,856,859,0,2,859,28340,860,0,2,860,28340,31013,0,2,860,31013,28230,0,2,28230,31013,861,0,2,28230,861,28231,0,2,28232,28231,862,0,2,28232,862,28235,0,2,28235,862,32295,0,2,1189,32295,32294,0,2,1189,32294,31014,0,2,1185,863,31003,0,2,1185,31003,31008,0,2,28338,864,865,0,2,32297,866,867,0,2,892,867,868,0,2,871,865,864,0,2,872,870,31010,0,2,873,31010,32337,0,2,32337,28325,874,0,2,32125,32126,28324,0,2,32125,28324,875,0,2,876,875,28327,0,2,876,28327,32349,0,2,876,32349,32340,0,2,876,32340,32147,0,2,877,32355,878,0,2,878,879,880,0,2,880,879,32042,0,2,32042,35086,32043,0,2,32043,35086,35088,0,2,32027,32017,882,0,2,32030,882,32022,0,2,32102,32066,883,0,2,32103,883,35090,0,2,32103,35090,885,0,2,885,35090,884,0,2,885,884,35057,0,2,35057,35072,35058,0,2,887,886,32077,0,2,887,32077,35058,0,2,886,887,32056,0,2,32126,888,32338,0,2,32338,888,889,0,2,892,28322,32339,0,2,32339,28322,893,0,2,894,895,896,0,2,32325,28319,897,0,2,35036,899,900,0,2,1031,900,32144,0,2,1031,32144,1030,0,2,1030,32144,901,0,2,1030,901,32361,0,2,32360,32361,903,0,2,32360,903,902,0,2,903,904,905,0,2,905,904,907,0,2,907,904,34982,0,2,907,34982,906,0,2,907,906,664,0,2,907,664,908,0,2,908,664,668,0,2,668,670,908,0,2,674,906,663,0,2,906,34983,663,0,2,663,34983,34980,0,2,34976,909,922,0,2,34976,922,35025,0,2,35025,922,32135,0,2,35025,32135,32134,0,2,910,32135,34998,0,2,910,34998,32132,0,2,34998,912,911,0,2,911,912,32141,0,2,32141,912,913,0,2,32141,913,32142,0,2,914,32142,919,0,2,914,919,32145,0,2,32145,918,32143,0,2,32143,918,916,0,2,916,901,32144,0,2,916,32144,32143,0,2,903,32361,904,0,2,904,32361,901,0,2,904,901,915,0,2,915,901,916,0,2,917,923,34980,0,2,34980,923,909,0,2,917,918,919,0,2,920,913,912,0,2,912,34998,32135,0,2,912,32135,920,0,2,920,32135,922,0,2,913,920,921,0,2,921,917,919,0,2,917,921,923,0,2,923,922,909,0,2,913,921,32142,0,2,32142,921,919,0,2,32145,919,918,0,2,909,925,924,0,2,925,34973,35017,0,2,35017,34973,926,0,2,926,34972,927,0,2,927,34972,34977,0,2,927,34977,928,0,2,928,954,929,0,2,952,953,930,0,2,931,954,935,0,2,935,954,932,0,2,935,932,934,0,2,934,932,933,0,2,934,35006,935,0,2,935,35008,931,0,2,931,35008,936,0,2,952,930,937,0,2,939,938,943,0,2,939,943,940,0,2,940,943,32183,0,2,32185,941,942,0,2,942,28489,686,0,2,942,941,943,0,2,943,941,32183,0,2,944,943,938,0,2,944,945,28490,0,2,28490,945,946,0,2,28490,946,689,0,2,8956,946,690,0,2,946,945,690,0,2,938,939,950,0,2,703,947,35076,0,2,948,937,930,0,2,948,930,936,0,2,705,949,704,0,2,944,938,945,0,2,945,938,691,0,2,691,690,945,0,2,939,937,950,0,2,947,950,937,0,2,939,940,951,0,2,939,951,937,0,2,937,951,952,0,2,953,951,940,0,2,952,951,953,0,2,930,954,936,0,2,936,954,931,0,2,953,929,930,0,2,930,929,954,0,2,954,928,932,0,2,956,955,957,0,2,958,32191,582,0,2,582,32191,959,0,2,582,959,583,0,2,582,581,958,0,2,1073,579,960,0,2,960,961,34952,0,2,34952,961,577,0,2,577,961,578,0,2,580,579,962,0,2,1074,962,963,0,2,956,905,955,0,2,955,905,907,0,2,905,956,34963,0,2,905,34963,902,0,2,902,34963,964,0,2,964,976,34967,0,2,966,965,975,0,2,966,975,967,0,2,1026,968,1004,0,2,970,971,972,0,2,1008,973,974,0,2,1008,974,1007,0,2,1009,974,1021,0,2,1021,974,972,0,2,974,973,972,0,2,1026,967,968,0,2,968,967,975,0,2,1014,977,978,0,2,1014,978,32199,0,2,1014,32199,33584,0,2,33584,32199,1013,0,2,1013,32199,32197,0,2,980,32195,981,0,2,1070,981,33562,0,2,1070,33562,571,0,2,981,1070,1069,0,2,981,1069,982,0,2,983,982,984,0,2,1019,35034,33577,0,2,1019,33577,985,0,2,985,33577,986,0,2,985,986,987,0,2,1009,987,1007,0,2,1007,987,28667,0,2,1007,28667,28684,0,2,1006,28684,988,0,2,988,28670,989,0,2,990,1068,991,0,2,991,1068,992,0,2,996,32372,1023,0,2,1023,1039,32370,0,2,997,1040,32330,0,2,997,32330,998,0,2,32322,999,1000,0,2,998,1000,49584,0,2,998,49584,997,0,2,997,1024,1040,0,2,1040,1024,1034,0,2,1034,1024,32371,0,2,32371,1024,1001,0,2,1002,1001,1003,0,2,1004,969,993,0,2,969,970,991,0,2,991,972,1005,0,2,1005,972,973,0,2,1005,973,1008,0,2,1005,1008,989,0,2,989,1008,988,0,2,1007,974,1009,0,2,1008,1007,1006,0,2,1008,1006,988,0,2,1010,985,1009,0,2,1010,1009,1021,0,2,1021,972,971,0,2,968,975,1016,0,2,968,1016,33585,0,2,968,33585,1011,0,2,1018,1013,32197,0,2,1017,1015,965,0,2,965,1016,975,0,2,1017,965,34967,0,2,1017,34967,976,0,2,1014,1015,977,0,2,1015,1017,977,0,2,977,1017,976,0,2,32197,979,983,0,2,32197,983,1018,0,2,1018,983,984,0,2,1018,984,1020,0,2,1019,985,1010,0,2,1019,1010,1020,0,2,1019,1020,984,0,2,1020,1022,1018,0,2,1020,1010,1021,0,2,1020,1021,971,0,2,1020,971,1022,0,2,1022,971,970,0,2,1022,970,1011,0,2,983,979,980,0,2,983,980,982,0,2,982,980,981,0,2,1018,1022,1013,0,2,1013,1022,1012,0,2,1012,1022,1011,0,2,987,1009,985,0,2,1007,28684,1006,0,2,989,990,1005,0,2,1005,990,991,0,2,991,992,993,0,2,991,993,969,0,2,1004,993,994,0,2,1023,995,996,0,2,1004,995,1003,0,2,1003,995,1002,0,2,995,1023,1002,0,2,972,991,970,0,2,1027,1024,32357,0,2,1027,32357,1032,0,2,1032,32357,35036,0,2,35036,32357,1025,0,2,35036,1025,898,0,2,1003,1026,1004,0,2,1028,1033,1027,0,2,1028,1027,1032,0,2,1029,1028,1030,0,2,1030,1028,1031,0,2,1031,1028,1032,0,2,1031,1032,35036,0,2,1026,1033,967,0,2,967,1033,1029,0,2,967,1029,966,0,2,1027,1033,1001,0,2,1027,1001,1024,0,2,1001,1033,1003,0,2,1003,1033,1026,0,2,32370,1040,1034,0,2,1000,998,32322,0,2,995,994,996,0,2,996,994,1043,0,2,996,1043,32372,0,2,32372,1043,1035,0,2,1035,1046,1042,0,2,1042,1046,1062,0,2,1042,1062,1036,0,2,1036,1062,1037,0,2,1039,1038,32362,0,2,1041,32362,1040,0,2,1040,32362,32330,0,2,1038,1039,1036,0,2,1036,1039,1042,0,2,1039,32362,1041,0,2,1040,32370,1041,0,2,32370,1039,1041,0,2,1039,32372,1042,0,2,1035,1042,32372,0,2,1037,32377,1036,0,2,993,992,994,0,2,1043,994,992,0,2,992,1068,1043,0,2,1046,1045,1047,0,2,1046,1047,32364,0,2,32364,1047,1048,0,2,1048,1047,1049,0,2,1051,1064,1067,0,2,1051,1067,28670,0,2,990,1067,1066,0,2,990,1066,1068,0,2,990,989,1067,0,2,1067,989,28670,0,2,1064,1051,32373,0,2,1064,32373,1050,0,2,1047,1050,1049,0,2,32364,1052,1053,0,2,32364,1053,1054,0,2,28309,32307,1055,0,2,49583,1055,32320,0,2,49583,32320,28305,0,2,1056,28305,1057,0,2,1056,1057,1058,0,2,1059,28306,32377,0,2,32377,28306,32363,0,2,1061,1060,1059,0,2,1061,32377,1037,0,2,1060,1061,1063,0,2,1048,1052,32364,0,2,1037,1063,1061,0,2,1054,1037,1062,0,2,1037,1054,1063,0,2,1050,1047,1064,0,2,1065,1045,1066,0,2,1066,1045,1044,0,2,1065,1067,1064,0,2,1067,1065,1066,0,2,1066,1044,1068,0,2,1044,1043,1068,0,2,1064,1047,1065,0,2,1045,1065,1047,0,2,984,982,1069,0,2,984,1069,35034,0,2,569,1069,570,0,2,1070,34986,570,0,2,570,1069,1070,0,2,34986,1070,571,0,2,978,977,1071,0,2,1072,1071,962,0,2,962,1071,963,0,2,976,964,963,0,2,976,963,977,0,2,977,963,1071,0,2,978,1071,1072,0,2,32198,978,32193,0,2,32193,1072,1073,0,2,978,1072,32193,0,2,1072,962,1073,0,2,1073,962,579,0,2,964,34964,1074,0,2,1074,34964,32191,0,2,1074,32191,580,0,2,580,32191,958,0,2,32191,34964,32190,0,2,32190,34964,957,0,2,907,908,955,0,2,894,896,28302,0,2,894,28302,1075,0,2,32303,28303,32304,0,2,32303,32304,32302,0,2,1079,32316,1080,0,2,1080,32316,32317,0,2,1080,32317,28294,0,2,28294,32317,28292,0,2,1081,28292,32318,0,2,1081,32318,1082,0,2,1083,32312,1084,0,2,1083,1084,28301,0,2,1084,32240,32247,0,2,1084,32247,28301,0,2,28301,32238,1148,0,2,1148,32238,1085,0,2,1086,1085,1087,0,2,1087,31120,1089,0,2,1089,31120,1088,0,2,1163,1089,1090,0,2,1163,1090,1091,0,2,1163,1091,1133,0,2,1091,1102,1092,0,2,1092,1112,1132,0,2,1132,1112,1113,0,2,1131,1113,1108,0,2,31093,1108,1093,0,2,31102,1093,31110,0,2,31110,1107,1094,0,2,1094,1107,1095,0,2,1094,1095,1096,0,2,1126,1098,1115,0,2,1099,1109,31116,0,2,31116,1109,1096,0,2,31116,1096,1095,0,2,31116,1095,31112,0,2,31112,1101,1100,0,2,1100,1101,31128,0,2,31128,1106,1105,0,2,31119,1114,1103,0,2,1103,1091,1090,0,2,1092,1102,1112,0,2,1091,1103,1102,0,2,1102,1103,1114,0,2,1102,1114,1104,0,2,1104,1105,1106,0,2,1106,31128,1101,0,2,1101,1095,1107,0,2,1110,1107,31110,0,2,1110,31110,1093,0,2,1101,31112,1095,0,2,1098,1099,1115,0,2,1098,1097,1099,0,2,1099,1097,31145,0,2,1099,31145,1109,0,2,1109,31145,1096,0,2,1096,31145,31101,0,2,1106,1101,1110,0,2,1106,1110,1111,0,2,1111,1110,1093,0,2,1111,1093,1108,0,2,1106,1111,1104,0,2,1112,1102,1104,0,2,1111,1108,1113,0,2,1111,1113,1112,0,2,1112,1104,1111,0,2,1110,1101,1107,0,2,1104,1114,1105,0,2,1115,32432,1116,0,2,1116,32432,1127,0,2,1118,28749,1119,0,2,1119,1125,1120,0,2,1119,1120,1121,0,2,33343,33344,1123,0,2,1123,1124,33341,0,2,33341,1124,1125,0,2,1120,1125,1124,0,2,1120,1124,1121,0,2,1121,1124,1122,0,2,1122,1124,33344,0,2,33344,1124,1123,0,2,1126,1115,1116,0,2,33356,1116,1117,0,2,1127,1117,1116,0,2,1091,1092,1133,0,2,1130,1134,28300,0,2,1130,28300,1132,0,2,1130,1132,1131,0,2,1131,1132,1113,0,2,1133,1092,1132,0,2,1132,28300,1133,0,2,1131,31162,1130,0,2,1158,1134,31092,0,2,1158,31091,30737,0,2,1157,1135,31063,0,2,1157,31063,1136,0,2,1136,31063,1137,0,2,1136,1137,1138,0,2,1138,1137,30983,0,2,1142,30983,30982,0,2,1140,1141,32405,0,2,32405,1142,30982,0,2,30983,1142,1143,0,2,1144,1143,1146,0,2,1144,1146,1145,0,2,1150,1169,1167,0,2,1083,1147,1082,0,2,1083,1082,32312,0,2,1083,1148,1166,0,2,1166,1148,1149,0,2,1165,1150,1167,0,2,1145,1151,49580,0,2,1163,1152,1089,0,2,1145,32390,1144,0,2,1153,1154,1155,0,2,1157,1156,30737,0,2,30737,1156,1158,0,2,1157,30737,1135,0,2,1159,1156,1155,0,2,1129,1159,1160,0,2,1162,1160,1161,0,2,1162,1161,49580,0,2,1162,1152,1163,0,2,1162,1163,1164,0,2,1164,1163,1133,0,2,1133,1128,1164,0,2,1129,1160,1128,0,2,1164,1128,1160,0,2,1156,1159,1158,0,2,1157,1136,1155,0,2,1155,1136,1153,0,2,1153,1144,32390,0,2,1153,32390,1154,0,2,1160,1159,1154,0,2,1154,1159,1155,0,2,1157,1155,1156,0,2,1154,32390,1161,0,2,1154,1161,1160,0,2,1150,1151,1145,0,2,1150,1145,1169,0,2,1149,1150,1166,0,2,1166,1150,1165,0,2,1165,28291,1081,0,2,1165,1081,1147,0,2,1147,1083,1166,0,2,1147,1166,1165,0,2,1082,1147,1081,0,2,28291,1165,1167,0,2,1167,1169,1170,0,2,1170,1171,1168,0,2,1168,1171,1146,0,2,1170,1169,1171,0,2,1171,1169,1146,0,2,30983,1143,1138,0,2,1136,1138,1153,0,2,1143,1144,1138,0,2,1138,1144,1153,0,2,1142,32405,1173,0,2,1142,1173,1172,0,2,1172,1173,1168,0,2,1172,1168,1146,0,2,1172,1146,1143,0,2,1172,1143,1142,0,2,1141,28290,1173,0,2,1173,28290,1175,0,2,1173,1175,1174,0,2,1174,1175,1176,0,2,1176,1175,1177,0,2,28255,1207,1178,0,2,1179,1180,1181,0,2,1182,1198,28298,0,2,28298,1198,1203,0,2,1077,1078,1202,0,2,32299,32300,1183,0,2,1184,1192,1186,0,2,31014,1185,1187,0,2,31014,1187,1189,0,2,31014,863,1185,0,2,1185,28339,1192,0,2,1192,28339,1186,0,2,1186,32298,1184,0,2,1184,32298,1183,0,2,1183,32298,32299,0,2,1187,1185,1192,0,2,1187,1192,1188,0,2,1188,1192,1190,0,2,1190,1193,1191,0,2,1191,1193,28240,0,2,1191,28240,28236,0,2,1191,28236,1188,0,2,1188,28235,1189,0,2,1188,1189,1187,0,2,1191,1188,1190,0,2,1200,1184,1183,0,2,1200,1192,1184,0,2,1190,1192,1193,0,2,1193,1194,28240,0,2,28240,1194,1195,0,2,1205,1196,1197,0,2,1197,1196,1180,0,2,1180,1196,1181,0,2,1181,1196,1198,0,2,1199,1204,1200,0,2,1200,1204,1193,0,2,1200,1193,1192,0,2,1199,1200,1201,0,2,1198,1199,1203,0,2,1200,1183,1201,0,2,1201,1202,1203,0,2,1203,1202,1078,0,2,1203,1078,1079,0,2,1201,1183,32300,0,2,1203,1199,1201,0,2,1193,1204,1194,0,2,1196,1204,1198,0,2,1205,1195,1194,0,2,1194,1204,1205,0,2,1205,1204,1196,0,2,1204,1199,1198,0,2,1181,1198,1182,0,2,1181,1182,28296,0,2,1181,28296,1179,0,2,1179,28296,1178,0,2,1177,1175,28255,0,2,28255,1206,1207,0,2,28218,1207,1209,0,2,28218,1209,1208,0,2,1208,1209,49577,0,2,49577,1209,32406,0,2,1211,32406,31182,0,2,1211,31182,31191,0,2,31191,31182,1212,0,2,31191,1212,31189,0,2,31189,28259,1213,0,2,1215,1213,1214,0,2,1219,31186,32219,0,2,1219,32219,1218,0,2,1219,1218,1220,0,2,1220,1218,28212,0,2,28210,28211,1221,0,2,1221,32415,28208,0,2,28245,32229,1224,0,2,1224,32229,30875,0,2,1224,30875,1225,0,2,1224,1225,28252,0,2,28252,30887,28249,0,2,28249,30887,1226,0,2,1228,1226,1227,0,2,1228,1227,1229,0,2,1229,1227,1230,0,2,1230,31022,1231,0,2,1232,1233,827,0,2,827,1233,825,0,2,825,1233,824,0,2,824,1233,1236,0,2,824,1236,823,0,2,823,1236,1234,0,2,1234,1236,28167,0,2,28167,1236,1238,0,2,1235,31662,822,0,2,1234,28167,1235,0,2,1234,1235,822,0,2,822,823,1234,0,2,1236,28176,1238,0,2,1238,28176,1237,0,2,1238,1237,1239,0,2,28173,1240,28172,0,2,1242,1241,1246,0,2,1242,1246,1245,0,2,1242,1245,1244,0,2,1244,1243,28160,0,2,28160,1243,781,0,2,781,1243,49808,0,2,49808,1243,1244,0,2,31032,28158,28153,0,2,28153,28158,1247,0,2,1248,1247,1249,0,2,1252,31034,1251,0,2,1252,1251,1253,0,2,1252,1253,28152,0,2,28152,1253,1254,0,2,1254,1255,1256,0,2,1257,1256,1258,0,2,1257,1258,31270,0,2,31270,1258,1259,0,2,1259,1260,30957,0,2,30957,1260,4465,0,2,4465,4464,1264,0,2,1264,4464,30956,0,2,1264,30956,1261,0,2,1263,1262,4386,0,2,1263,4386,30896,0,2,30896,4386,4387,0,2,30896,1259,30957,0,2,1261,1262,1264,0,2,1267,1268,28154,0,2,28154,1268,30895,0,2,28154,30895,4363,0,2,28155,4363,4361,0,2,1269,4361,1270,0,2,1270,1271,4371,0,2,31268,4371,1272,0,2,1275,4397,1276,0,2,1277,1278,1281,0,2,1281,1278,31271,0,2,1279,31271,31219,0,2,28149,28091,28088,0,2,1281,28150,1277,0,2,1277,28088,1282,0,2,28087,1282,1283,0,2,28087,1283,28085,0,2,28085,1283,1284,0,2,28090,1285,1286,0,2,1286,1285,28055,0,2,1288,28055,1287,0,2,1288,1287,1289,0,2,1289,1287,1290,0,2,28036,1290,5968,0,2,28079,1291,1292,0,2,1292,1293,1294,0,2,1294,1293,5976,0,2,1294,5976,5972,0,2,1294,5972,1295,0,2,1295,1296,28073,0,2,28072,1296,5934,0,2,28072,5934,28020,0,2,28019,28020,5935,0,2,28019,5935,1297,0,2,28019,1297,5938,0,2,5938,5939,5947,0,2,767,31631,1298,0,2,1299,1298,5948,0,2,1299,5948,31629,0,2,28407,5943,31703,0,2,31705,1301,1302,0,2,31705,1302,1303,0,2,31705,1303,31700,0,2,31700,1303,31702,0,2,31701,5742,1304,0,2,1306,1307,5749,0,2,28414,5749,1308,0,2,1309,1308,1310,0,2,28450,1310,6022,0,2,28450,6022,1311,0,2,1311,6022,31550,0,2,31550,1407,28449,0,2,28449,1407,1312,0,2,1313,1314,1315,0,2,1315,1445,1316,0,2,1347,1344,31559,0,2,1347,31559,31558,0,2,1347,31558,1317,0,2,1318,31709,1319,0,2,1319,1333,1320,0,2,28441,1320,1328,0,2,28441,1328,28443,0,2,28443,1328,759,0,2,28443,759,760,0,2,1321,1332,1335,0,2,1322,1335,1336,0,2,1325,1336,748,0,2,748,1336,1337,0,2,755,1321,754,0,2,754,1321,1335,0,2,754,1335,1322,0,2,1324,751,752,0,2,751,1324,750,0,2,750,1324,1326,0,2,1323,1324,752,0,2,1322,752,753,0,2,1322,753,754,0,2,752,1322,1323,0,2,1322,1336,1325,0,2,1322,1325,1323,0,2,1326,1324,1323,0,2,1327,1325,31890,0,2,1325,1327,1326,0,2,1325,1326,1323,0,2,31890,1325,749,0,2,749,1325,748,0,2,755,758,1328,0,2,1328,758,759,0,2,755,1328,1331,0,2,755,1331,1321,0,2,1321,1331,1332,0,2,1330,1331,1328,0,2,1330,1328,1329,0,2,1320,1333,1329,0,2,1329,1333,31905,0,2,1329,31905,6956,0,2,1329,6956,1334,0,2,1331,1340,1332,0,2,1335,1332,1341,0,2,1335,1341,1336,0,2,1336,1341,1337,0,2,1337,1341,1338,0,2,6957,1339,1343,0,2,6957,1343,6954,0,2,6954,1343,6955,0,2,6955,1343,1340,0,2,1340,1343,1342,0,2,1340,1342,1341,0,2,1340,1341,1332,0,2,1341,1342,1339,0,2,1339,1342,1343,0,2,1339,1338,1341,0,2,1340,1331,1330,0,2,1340,1330,1334,0,2,1329,1334,1330,0,2,1316,1344,31909,0,2,31909,1344,1345,0,2,31909,1345,28444,0,2,28444,1345,28437,0,2,28437,1345,1346,0,2,28438,1346,1318,0,2,1318,1346,1317,0,2,1317,1346,1347,0,2,1345,1344,1347,0,2,1345,1347,1346,0,2,1310,1308,1348,0,2,1310,1348,6022,0,2,31550,1349,1407,0,2,1407,1349,6021,0,2,1407,6021,1406,0,2,1406,6028,1414,0,2,1413,1414,1350,0,2,1415,1350,1351,0,2,1354,1353,6019,0,2,28003,1356,1357,0,2,1357,6008,27981,0,2,28008,27981,6007,0,2,28008,6007,1358,0,2,28008,1358,27980,0,2,1359,1358,6037,0,2,1359,6037,6113,0,2,1360,27978,1361,0,2,1360,1361,1364,0,2,1364,1361,6123,0,2,6818,1363,6123,0,2,6123,1363,1364,0,2,1365,1366,1367,0,2,1367,1366,1368,0,2,1367,1368,1384,0,2,1369,1370,1371,0,2,1371,1370,1372,0,2,1372,1370,27966,0,2,1373,1610,1611,0,2,1373,1600,1374,0,2,1374,31472,49383,0,2,49383,31472,36391,0,2,49383,36391,31579,0,2,1375,31579,31580,0,2,1375,31580,1376,0,2,31509,1378,1377,0,2,31575,1377,1379,0,2,27976,1381,1382,0,2,27976,1382,1383,0,2,1384,1383,1385,0,2,27970,1385,31373,0,2,27970,31373,1386,0,2,1386,31373,1387,0,2,1386,1387,27987,0,2,27987,1387,1388,0,2,1390,27961,27989,0,2,27989,27961,1391,0,2,1391,1392,49400,0,2,49400,1392,27955,0,2,1393,1448,1394,0,2,1394,1448,1395,0,2,1396,1395,1426,0,2,27940,1397,1398,0,2,1314,1402,1403,0,2,1404,49410,1315,0,2,1315,49410,1445,0,2,1403,1404,1314,0,2,31546,1406,1414,0,2,1313,28447,1405,0,2,1405,28447,1312,0,2,1405,1312,1407,0,2,1405,1407,1406,0,2,1314,1313,1408,0,2,1314,1408,1402,0,2,1402,1408,31545,0,2,1423,31545,1409,0,2,1409,1410,1412,0,2,27993,1411,1412,0,2,1413,1350,1415,0,2,1413,1415,31547,0,2,1416,31547,1417,0,2,1416,1417,28000,0,2,1418,1351,31549,0,2,31549,6026,1355,0,2,1413,31547,1412,0,2,1412,31547,27993,0,2,1393,1394,27955,0,2,1422,1394,1395,0,2,1422,1395,1421,0,2,1421,1395,1420,0,2,1395,1396,1420,0,2,1433,1419,1424,0,2,1433,1424,1430,0,2,1423,1430,1434,0,2,1425,1424,1419,0,2,1425,1419,1426,0,2,1426,1419,1396,0,2,1426,1427,1428,0,2,1426,1428,1425,0,2,1428,1427,1398,0,2,1428,1398,1425,0,2,1425,1398,1399,0,2,1425,1399,1429,0,2,1430,1423,1409,0,2,1430,1409,1412,0,2,31545,1423,1431,0,2,31545,1431,27698,0,2,27698,1431,1401,0,2,1401,1431,1434,0,2,1401,1434,1432,0,2,1401,1432,1400,0,2,1434,1424,1432,0,2,1400,1432,1429,0,2,1424,1429,1432,0,2,1433,1411,1419,0,2,1411,1433,1412,0,2,1433,1430,1412,0,2,1424,1425,1429,0,2,1398,1427,27940,0,2,1424,1434,1430,0,2,1314,1404,1315,0,2,1402,27698,1403,0,2,1403,27698,1435,0,2,1446,1436,27697,0,2,1446,27697,1437,0,2,1437,1438,31552,0,2,31552,1438,1443,0,2,1443,31893,31554,0,2,31554,31893,1439,0,2,31554,1439,31555,0,2,31556,1439,1440,0,2,31556,1440,6958,0,2,31556,6958,1441,0,2,1441,6953,31557,0,2,31557,6953,1442,0,2,31558,1442,1317,0,2,1445,1444,1316,0,2,1444,1445,49410,0,2,1444,49410,1443,0,2,49410,31552,1443,0,2,31555,1439,31556,0,2,1435,6939,1403,0,2,1446,1437,31551,0,2,1436,1446,6939,0,2,1446,31551,6939,0,2,1426,1447,1427,0,2,1427,1447,27940,0,2,27940,1447,1448,0,2,27940,1448,1449,0,2,1449,1393,27942,0,2,31380,31381,1450,0,2,1450,31385,1451,0,2,1451,1468,31387,0,2,1451,31387,1452,0,2,1453,1452,1454,0,2,1456,1455,31389,0,2,31390,1457,1458,0,2,27798,1458,1459,0,2,27798,1459,27797,0,2,27797,1459,1464,0,2,27797,1464,1465,0,2,27797,1465,27804,0,2,27804,1465,1460,0,2,27802,1460,1461,0,2,1461,1460,6888,0,2,6888,1460,27893,0,2,27893,1460,1462,0,2,1462,1460,1464,0,2,1463,1464,1469,0,2,1467,1469,1459,0,2,1467,1459,1458,0,2,1459,1469,1464,0,2,1465,1464,1460,0,2,1457,31389,49403,0,2,1457,49403,1458,0,2,1458,1466,1467,0,2,1467,1466,31386,0,2,31388,1468,1466,0,2,1468,31386,1466,0,2,1469,1467,31383,0,2,1469,1470,1463,0,2,1463,1470,1471,0,2,6878,27927,49549,0,2,6878,49549,6874,0,2,6874,49549,1474,0,2,1474,49549,49392,0,2,1474,49392,1475,0,2,1475,1379,1476,0,2,1476,1379,1378,0,2,1377,1378,1379,0,2,1379,1475,1380,0,2,1380,1475,49392,0,2,1380,49392,1478,0,2,1380,1478,49387,0,2,1380,49387,1477,0,2,1380,1477,1381,0,2,1478,27928,49388,0,2,49388,27928,1479,0,2,1475,1476,6873,0,2,1475,6873,1474,0,2,1474,6873,1482,0,2,1482,6873,31505,0,2,1482,31505,1483,0,2,1488,36389,31440,0,2,31440,31501,1489,0,2,31440,1489,27899,0,2,1489,1490,1491,0,2,1489,1491,31437,0,2,31444,36491,36252,0,2,31432,1492,1493,0,2,1493,1492,1494,0,2,1495,1494,36256,0,2,1495,36256,36492,0,2,36492,36256,36257,0,2,36492,36257,36258,0,2,36258,36261,1496,0,2,1496,6255,1497,0,2,1497,6254,1498,0,2,1498,6254,1499,0,2,1498,1499,1572,0,2,1498,1572,1500,0,2,1500,1572,49522,0,2,1500,49522,1501,0,2,1500,1501,1502,0,2,1502,1501,1573,0,2,1502,1573,1574,0,2,1552,1504,1505,0,2,1552,1505,36439,0,2,36439,1505,1506,0,2,1508,1510,1507,0,2,1507,1506,1505,0,2,1505,1504,1511,0,2,1505,1511,1507,0,2,1507,1511,1512,0,2,1507,1512,1508,0,2,1508,1560,1562,0,2,1564,1509,1510,0,2,1564,1510,1562,0,2,1562,1510,1508,0,2,1508,36278,1513,0,2,1513,36278,1514,0,2,1514,36278,6469,0,2,1514,6469,1515,0,2,36472,1516,21137,0,2,36472,21137,1521,0,2,1521,21137,1517,0,2,37102,21130,1518,0,2,1522,1518,1519,0,2,1522,1519,1520,0,2,1520,21119,1522,0,2,1522,21119,37181,0,2,1521,1517,37102,0,2,1523,37102,1518,0,2,1523,1518,1522,0,2,37102,1523,1521,0,2,1521,1523,37181,0,2,1521,37181,36472,0,2,37181,1523,1522,0,2,1514,1515,1524,0,2,1514,1524,1561,0,2,1561,1524,1525,0,2,1527,1528,1565,0,2,1565,1528,1529,0,2,1565,1529,1564,0,2,1509,1529,36438,0,2,36438,1531,1530,0,2,1530,1531,1532,0,2,1558,36445,1533,0,2,1533,1534,1535,0,2,1535,1534,1536,0,2,1535,1536,20685,0,2,1535,20685,1537,0,2,1537,20685,20789,0,2,1537,20789,36437,0,2,36437,20789,1538,0,2,36442,1538,1556,0,2,1556,1538,20710,0,2,1550,1539,1540,0,2,1550,1540,1555,0,2,1555,1540,36426,0,2,1555,36426,1541,0,2,1553,36595,1542,0,2,1543,1544,1545,0,2,1500,36594,1498,0,2,1542,1547,1546,0,2,1546,1547,1548,0,2,1504,1548,1503,0,2,1504,1503,1511,0,2,1542,1546,1553,0,2,1541,1553,1555,0,2,1542,1543,1547,0,2,1547,1543,1549,0,2,1503,36275,1574,0,2,1574,36275,1502,0,2,36275,1503,1548,0,2,36275,1548,1549,0,2,1549,1548,1547,0,2,1539,1550,1554,0,2,1539,1554,1551,0,2,1551,1554,1552,0,2,1504,1552,1554,0,2,1504,1554,1548,0,2,1548,1554,1546,0,2,1554,1550,1555,0,2,1555,1553,1546,0,2,1555,1546,1554,0,2,20710,1539,1556,0,2,36441,1556,1551,0,2,36441,1551,36440,0,2,36440,1551,1552,0,2,1551,1556,1539,0,2,1537,36437,1557,0,2,1557,36443,1558,0,2,1558,36443,36478,0,2,1537,1557,1535,0,2,1535,1557,1558,0,2,1535,1558,1533,0,2,1564,1529,1509,0,2,1514,1561,1559,0,2,1559,1561,1562,0,2,1562,1563,1564,0,2,1565,1563,1526,0,2,1525,1526,1563,0,2,1525,1563,1562,0,2,1525,1562,1561,0,2,1562,1560,1559,0,2,1514,1559,1513,0,2,1559,1560,1513,0,2,1513,1560,1508,0,2,1506,1507,1510,0,2,1511,1503,1566,0,2,36276,1567,1574,0,2,36276,1574,1569,0,2,36276,1569,1568,0,2,1568,1569,6480,0,2,6480,1569,1573,0,2,6480,1573,1501,0,2,6261,49522,1570,0,2,1503,1574,1566,0,2,1567,1566,1574,0,2,1511,1566,1512,0,2,1512,1566,1567,0,2,1512,1567,1508,0,2,1494,1492,36256,0,2,1575,31520,36264,0,2,36264,31520,1576,0,2,1576,31512,1577,0,2,1577,36497,1578,0,2,1578,36497,36593,0,2,6243,6502,31518,0,2,6243,31518,6247,0,2,1581,1582,6248,0,2,1584,1587,1586,0,2,1584,1586,6239,0,2,6238,6239,6833,0,2,6833,6239,1585,0,2,1585,1586,1589,0,2,1589,1586,1587,0,2,1589,1587,6867,0,2,1589,6867,1588,0,2,1589,1588,1590,0,2,1590,1588,31460,0,2,36573,1590,31460,0,2,36573,31460,1591,0,2,1591,31460,31462,0,2,1592,31526,31527,0,2,1593,31527,31525,0,2,6846,1593,1594,0,2,6223,1594,1595,0,2,1596,1597,1598,0,2,1598,31457,31459,0,2,1602,31469,1601,0,2,1601,31469,31470,0,2,31470,31471,1600,0,2,1601,31470,1600,0,2,31459,1599,1598,0,2,1598,1599,1605,0,2,1611,1603,1600,0,2,1600,1603,1601,0,2,1600,1373,1611,0,2,1604,49970,1603,0,2,1604,1603,1611,0,2,1598,1605,1606,0,2,1606,1605,1607,0,2,1372,1609,27964,0,2,27964,1609,6830,0,2,27964,6830,1610,0,2,1611,1610,1604,0,2,1598,6808,1596,0,2,6223,6813,6784,0,2,1612,6080,6081,0,2,1612,6081,6787,0,2,6787,6081,6083,0,2,6782,6083,6084,0,2,6782,6084,6780,0,2,6780,6084,6085,0,2,6780,6085,1613,0,2,6781,1613,6091,0,2,6781,6091,6099,0,2,29920,1615,1616,0,2,29924,1617,1618,0,2,29924,1618,29929,0,2,29929,1618,49357,0,2,29929,49357,1619,0,2,1619,1620,1621,0,2,6655,1623,1625,0,2,6655,1625,1624,0,2,1624,1625,5386,0,2,5386,1625,1626,0,2,5386,1626,6646,0,2,6646,1626,49375,0,2,6645,49375,29906,0,2,49356,49355,6654,0,2,6654,49355,1628,0,2,1628,6208,1629,0,2,1629,6208,6207,0,2,1629,6207,6202,0,2,1629,6202,1630,0,2,1632,49377,1633,0,2,1634,1635,1648,0,2,1634,1648,1636,0,2,1637,1647,1638,0,2,1638,6222,5630,0,2,5590,1641,1642,0,2,1643,1642,1644,0,2,5579,1644,5581,0,2,5581,1644,5582,0,2,6222,1638,1646,0,2,1646,1638,1647,0,2,1646,1647,5583,0,2,5583,1647,1636,0,2,5583,1636,1648,0,2,5583,1648,1649,0,2,1649,1648,5586,0,2,1650,49433,49432,0,2,1650,49432,6193,0,2,1650,6193,1651,0,2,1650,1651,5587,0,2,1655,1656,1657,0,2,1657,1656,1658,0,2,1658,1656,1680,0,2,1659,6190,1661,0,2,1661,6190,29911,0,2,1661,29911,1660,0,2,1662,1664,1663,0,2,1664,1665,31336,0,2,29885,1668,1669,0,2,1669,6064,29884,0,2,29884,1670,1682,0,2,1682,1670,29890,0,2,1671,29891,1672,0,2,1671,1672,1699,0,2,1671,1699,1673,0,2,1673,1681,1674,0,2,1674,1681,1675,0,2,1674,1675,31451,0,2,31451,1675,1676,0,2,1678,1677,1679,0,2,1679,1659,1662,0,2,1679,1662,1678,0,2,1659,1679,1656,0,2,1656,1679,1680,0,2,1680,1679,1677,0,2,5572,1680,1675,0,2,5572,1675,1681,0,2,1676,1675,1680,0,2,1676,1680,1677,0,2,29886,1682,29882,0,2,29882,1682,1671,0,2,1671,1682,29891,0,2,1683,1684,1685,0,2,1687,1685,1686,0,2,1687,1686,1688,0,2,1687,1688,1689,0,2,1689,1688,1690,0,2,1689,1690,1691,0,2,31366,31367,1692,0,2,1692,29246,1693,0,2,1693,29246,29226,0,2,1693,29226,1701,0,2,1694,29895,1695,0,2,1695,29252,1696,0,2,1697,29250,29871,0,2,1697,29871,29872,0,2,1699,1672,1700,0,2,1698,1700,29872,0,2,29872,1700,1703,0,2,29872,1703,1697,0,2,1700,1672,29881,0,2,1700,29881,1703,0,2,1699,1700,1698,0,2,1694,1695,1701,0,2,1701,1695,1702,0,2,1702,1692,1693,0,2,1702,1693,1701,0,2,1702,31366,1692,0,2,1695,1696,29893,0,2,29893,1696,1697,0,2,29893,1697,1703,0,2,29890,1670,1683,0,2,1683,1670,1684,0,2,1709,6062,6061,0,2,1709,6061,31345,0,2,31449,1706,1705,0,2,1705,1706,6130,0,2,1705,6130,31349,0,2,31349,31363,31347,0,2,31347,31363,5674,0,2,31347,5674,1707,0,2,1707,5674,5673,0,2,1710,1708,1686,0,2,1686,1685,1709,0,2,1686,1708,1688,0,2,1688,1708,1712,0,2,1712,1708,1710,0,2,1712,1710,1711,0,2,31365,1712,6131,0,2,31365,6131,1713,0,2,1713,6132,5669,0,2,31352,5669,5668,0,2,29253,5668,5655,0,2,1715,1714,6148,0,2,1715,6148,1716,0,2,1716,1717,29254,0,2,1728,1731,1721,0,2,1722,1721,6182,0,2,1727,1722,1723,0,2,1723,1740,1729,0,2,1729,1740,29239,0,2,1729,29239,1730,0,2,1730,29238,1724,0,2,1729,1725,1726,0,2,1729,1726,1727,0,2,1727,1728,1722,0,2,1722,1728,1721,0,2,1720,1728,1719,0,2,1727,1723,1729,0,2,1730,1724,1725,0,2,1730,1725,1729,0,2,1719,1718,29254,0,2,1719,29254,1720,0,2,1720,29254,1717,0,2,1720,5663,1731,0,2,1731,1732,6183,0,2,1733,5645,1734,0,2,1735,1736,1737,0,2,1737,1741,6179,0,2,6179,1741,29902,0,2,6179,29902,6180,0,2,6180,29902,29901,0,2,6180,29901,1738,0,2,1738,29901,1739,0,2,1738,1739,1723,0,2,1723,1739,1740,0,2,1723,1722,1738,0,2,1741,6178,1742,0,2,1741,1742,1743,0,2,1743,1742,1744,0,2,5551,5642,5550,0,2,5550,5642,5641,0,2,5550,5641,1745,0,2,1755,1746,1747,0,2,1747,5638,1748,0,2,1748,5638,1749,0,2,1748,1749,5636,0,2,5636,5639,29968,0,2,5637,1750,1751,0,2,30036,30004,1751,0,2,1751,30004,1752,0,2,1752,30004,30006,0,2,1752,30006,1753,0,2,1754,29988,1748,0,2,1748,29988,1747,0,2,1747,29988,30015,0,2,1747,30015,1755,0,2,1755,30015,1756,0,2,1746,1756,5455,0,2,1746,5455,1757,0,2,1746,1757,1745,0,2,1745,1757,5550,0,2,5550,1757,5457,0,2,5550,5457,29847,0,2,29847,5457,5480,0,2,5475,5474,1758,0,2,1758,5474,1759,0,2,1759,1760,5556,0,2,5556,1760,29898,0,2,49434,1761,1762,0,2,5615,1763,29848,0,2,5420,1764,1765,0,2,5420,1765,1766,0,2,5416,5499,5408,0,2,5408,5499,1767,0,2,1767,5499,5427,0,2,1769,1768,1770,0,2,1769,1770,5351,0,2,5351,1770,1771,0,2,1771,5429,5355,0,2,5355,5429,5548,0,2,5548,1772,5356,0,2,5356,1772,1773,0,2,1775,5547,1776,0,2,29375,1776,5431,0,2,29375,5431,5432,0,2,29375,5432,1777,0,2,1777,5432,5433,0,2,1777,5433,1778,0,2,1779,5339,1780,0,2,1780,5339,5341,0,2,1780,5341,29382,0,2,1780,29382,1781,0,2,1776,1781,1782,0,2,1776,1782,5247,0,2,5247,1782,1783,0,2,5246,1783,1784,0,2,5246,1784,5037,0,2,5037,1784,5036,0,2,5036,1784,5343,0,2,5036,5343,1785,0,2,1785,5343,5344,0,2,1785,5344,1787,0,2,1785,1787,1786,0,2,1786,1787,1788,0,2,1790,1789,5333,0,2,1790,5333,5262,0,2,5262,5333,1791,0,2,1791,1792,1793,0,2,1793,1794,1795,0,2,1795,1794,5260,0,2,5260,3707,1797,0,2,1796,1797,1798,0,2,5264,1798,1799,0,2,5264,1799,5000,0,2,5000,1799,4999,0,2,4999,1799,1800,0,2,1800,29381,1801,0,2,1801,29381,1802,0,2,1801,1802,1812,0,2,1812,1802,1803,0,2,1812,1803,1804,0,2,1805,1804,29334,0,2,1805,29334,1806,0,2,1807,1809,1808,0,2,1809,3673,1810,0,2,1810,3673,1852,0,2,4982,4980,1811,0,2,1805,4976,1804,0,2,1804,4976,1812,0,2,1801,1812,1813,0,2,1801,1813,4998,0,2,4998,1813,1814,0,2,1814,1813,1815,0,2,1814,1815,1816,0,2,1816,1815,1817,0,2,5005,4988,5006,0,2,5006,4988,4989,0,2,5006,4989,1818,0,2,5009,1818,4993,0,2,5009,4993,5010,0,2,5010,4993,1819,0,2,1821,1820,4968,0,2,1821,4968,1822,0,2,1822,4966,5328,0,2,5328,4966,1823,0,2,1823,4966,1844,0,2,1823,1844,4965,0,2,1823,4965,1824,0,2,1825,1838,49259,0,2,49259,1838,1840,0,2,49259,1840,49251,0,2,49251,1840,1826,0,2,1826,1840,1839,0,2,1826,1839,1933,0,2,1933,1839,1827,0,2,1827,1839,1835,0,2,1827,1835,1828,0,2,1828,1829,1934,0,2,1934,1829,1830,0,2,1831,1895,1832,0,2,1831,1832,1833,0,2,1833,1832,49306,0,2,49306,1834,1835,0,2,1837,1836,1824,0,2,1837,1824,4965,0,2,1824,1836,1825,0,2,1825,1836,1838,0,2,1838,1836,1839,0,2,1838,1839,1840,0,2,1835,1839,1836,0,2,1835,1836,49306,0,2,49306,1837,1842,0,2,1841,1842,1843,0,2,1843,1844,1845,0,2,29408,1846,1847,0,2,29408,1847,1848,0,2,1848,1847,4970,0,2,4964,4984,1851,0,2,1851,4981,29389,0,2,29389,4981,1881,0,2,1881,1852,1853,0,2,1853,3673,1854,0,2,1854,4883,1855,0,2,1855,4883,1856,0,2,1857,1858,49751,0,2,49772,49773,49754,0,2,49772,49754,1859,0,2,1859,1860,1880,0,2,1880,1860,1861,0,2,1861,1862,2840,0,2,2840,1862,1876,0,2,1876,1862,1863,0,2,1876,1863,1864,0,2,1876,1864,49757,0,2,4863,1868,1869,0,2,4863,1869,49761,0,2,4874,49761,1871,0,2,4874,1871,1870,0,2,1870,1871,1872,0,2,1873,1872,1874,0,2,49757,1877,1876,0,2,1876,1877,2840,0,2,1861,2840,2842,0,2,1861,2842,1880,0,2,1880,2842,1878,0,2,2815,2821,4882,0,2,2815,4882,1857,0,2,1810,1852,1881,0,2,1850,4964,4959,0,2,1883,1882,1885,0,2,1883,1885,1884,0,2,1885,29395,29397,0,2,2658,1890,1889,0,2,2658,1889,2663,0,2,4952,2663,1886,0,2,2663,1889,1886,0,2,1886,1889,1887,0,2,1885,29397,1890,0,2,1893,1892,4957,0,2,1893,4957,49304,0,2,49305,1894,2662,0,2,49305,2662,1895,0,2,1895,2662,1896,0,2,1896,1898,1897,0,2,1897,1898,1929,0,2,1929,1898,1899,0,2,1929,1899,1921,0,2,1921,1899,1900,0,2,1921,1900,1901,0,2,1921,1901,1902,0,2,1921,1902,1922,0,2,1922,1902,1903,0,2,1903,1905,1904,0,2,1904,1905,1906,0,2,1908,1906,1907,0,2,1908,1907,1909,0,2,1909,1910,1928,0,2,1928,1910,1911,0,2,1911,1912,1913,0,2,1913,1912,1914,0,2,1913,1914,1915,0,2,1915,1914,49443,0,2,1915,49443,1916,0,2,1916,49298,1917,0,2,1917,1918,1927,0,2,1927,1918,1924,0,2,1918,1919,1920,0,2,1921,1922,1920,0,2,1920,1922,1926,0,2,1920,1926,1918,0,2,1918,1926,1924,0,2,1924,1923,1925,0,2,1908,1909,1923,0,2,1923,1909,1925,0,2,1926,1922,1903,0,2,1924,1926,1923,0,2,1923,1926,1903,0,2,1927,1924,1925,0,2,1917,1927,1915,0,2,1915,1916,1917,0,2,1928,1913,1927,0,2,1928,1911,1913,0,2,1913,1915,1927,0,2,1927,1925,1928,0,2,1928,1925,1909,0,2,1923,1904,1908,0,2,1908,1904,1906,0,2,1921,1920,1929,0,2,1929,1920,1919,0,2,1929,1919,49455,0,2,49455,49299,1930,0,2,1930,49299,49301,0,2,1828,1930,49301,0,2,1828,49301,1931,0,2,1931,49301,49302,0,2,1931,49302,1932,0,2,1826,1933,1932,0,2,1932,1933,1931,0,2,1931,1933,1827,0,2,1931,1827,1828,0,2,1828,1934,1930,0,2,1930,1934,1897,0,2,1897,1934,1896,0,2,49455,1897,1929,0,2,1896,1934,1895,0,2,1934,1830,1895,0,2,1910,3095,1935,0,2,1938,1937,3102,0,2,38480,3102,1939,0,2,38480,1939,1940,0,2,49726,1940,1941,0,2,1941,1942,1943,0,2,1944,1943,3074,0,2,1954,1945,1946,0,2,1954,1946,1947,0,2,1947,1946,1948,0,2,38471,1950,1951,0,2,1953,1951,1952,0,2,1953,1952,1955,0,2,1953,1955,1954,0,2,1945,1944,3074,0,2,1945,1954,1944,0,2,1954,1947,1953,0,2,1953,1947,1951,0,2,1947,1948,1949,0,2,1947,1949,1951,0,2,1954,1955,1944,0,2,1944,1955,1956,0,2,1943,1956,3156,0,2,1943,3156,1941,0,2,1943,1944,1956,0,2,38471,1951,1949,0,2,1911,1910,1957,0,2,1911,1957,1961,0,2,1961,1957,1960,0,2,1960,1957,2651,0,2,1960,2651,2648,0,2,1959,1958,2648,0,2,1912,1961,1914,0,2,1910,1935,1957,0,2,1957,1935,2651,0,2,2651,2650,2655,0,2,2653,1962,2652,0,2,2653,2652,1963,0,2,2653,1963,29553,0,2,1964,29551,2649,0,2,2649,29551,1965,0,2,1967,2062,1968,0,2,1968,2065,1969,0,2,1969,2065,2018,0,2,1969,2018,1970,0,2,1969,1970,29554,0,2,29554,1970,2017,0,2,1972,2016,2014,0,2,29558,1972,2008,0,2,29558,1973,29557,0,2,29557,1973,1997,0,2,29557,1997,1974,0,2,1974,1975,1976,0,2,1976,29566,49451,0,2,49451,29566,29563,0,2,49451,29563,29562,0,2,1977,29562,1958,0,2,1978,49453,2648,0,2,2648,49453,1980,0,2,2648,1980,1979,0,2,1980,29567,49444,0,2,49444,29567,49445,0,2,29565,1999,1982,0,2,1982,1999,38111,0,2,38111,1999,2001,0,2,38111,2001,1983,0,2,1983,2001,29469,0,2,1984,2003,1994,0,2,1984,1994,1985,0,2,1985,1994,1993,0,2,1985,1993,1986,0,2,29455,2645,1988,0,2,1990,1988,1989,0,2,1990,1989,2072,0,2,2070,2072,2644,0,2,2070,2644,1991,0,2,2066,2647,2642,0,2,2066,2642,1992,0,2,1995,1992,1994,0,2,1994,1992,1993,0,2,1996,1995,2002,0,2,1996,2002,2004,0,2,2004,1998,1997,0,2,1997,1998,1974,0,2,1974,1998,1975,0,2,1975,1998,2000,0,2,29565,2000,1999,0,2,1999,2000,2001,0,2,2001,2000,2002,0,2,29469,2001,2003,0,2,2003,2001,2002,0,2,2003,2002,1995,0,2,1995,1994,2003,0,2,2004,2000,1998,0,2,2002,2000,2004,0,2,1992,1995,2066,0,2,2073,2006,2007,0,2,1972,2011,2008,0,2,29558,2008,2009,0,2,29558,2009,1973,0,2,1973,2010,1997,0,2,1997,2010,2004,0,2,2009,2007,2006,0,2,2009,2006,2010,0,2,2010,2005,2004,0,2,2004,2005,1996,0,2,1996,2005,2066,0,2,1996,2066,1995,0,2,2067,2005,2010,0,2,2067,2010,2006,0,2,2009,2010,1973,0,2,2011,2013,2094,0,2,2094,2013,2012,0,2,2094,2012,2095,0,2,2097,2012,2013,0,2,2013,2011,2014,0,2,2013,2014,2015,0,2,2016,1971,2028,0,2,2028,1971,2017,0,2,2028,2017,38403,0,2,38403,2017,1970,0,2,2060,2061,2022,0,2,2022,2063,2023,0,2,2023,2063,2019,0,2,2019,2063,2064,0,2,2019,29550,2034,0,2,2034,29550,2020,0,2,2021,29546,2020,0,2,38402,2022,2032,0,2,38402,2032,2027,0,2,2028,38403,2027,0,2,2022,2023,2031,0,2,2031,2023,2024,0,2,2024,2035,2025,0,2,2025,2036,2084,0,2,2030,2026,2033,0,2,2029,2033,2092,0,2,2029,2092,2091,0,2,2091,38541,2027,0,2,2027,38541,2028,0,2,2028,2015,2016,0,2,2091,2031,2029,0,2,2025,2084,2030,0,2,2025,2030,2024,0,2,2084,2026,2030,0,2,2024,2030,2029,0,2,2024,2029,2031,0,2,2027,2032,2091,0,2,2091,2032,2031,0,2,2029,2030,2033,0,2,2032,2022,2031,0,2,2023,2019,2024,0,2,2034,2024,2019,0,2,2024,2034,2035,0,2,2035,2051,2025,0,2,2036,29548,2037,0,2,2037,29548,2038,0,2,2039,2054,2040,0,2,38409,2040,2041,0,2,38409,2041,2042,0,2,2042,2041,2043,0,2,38416,2043,2044,0,2,38416,2044,2211,0,2,2211,2044,2045,0,2,2046,2045,2206,0,2,2204,2205,2058,0,2,2204,2058,2047,0,2,2047,2058,2048,0,2,29544,2048,2049,0,2,29542,2049,2050,0,2,29547,2054,29548,0,2,29548,2054,2038,0,2,29548,2036,2051,0,2,2020,2051,2035,0,2,2020,2035,2034,0,2,2025,2051,2036,0,2,2020,29546,2051,0,2,2044,2043,2053,0,2,2056,2053,2052,0,2,2052,2053,2041,0,2,2052,2041,2040,0,2,2041,2053,2043,0,2,2039,2158,2054,0,2,29545,2054,29547,0,2,2038,2054,2158,0,2,2054,29545,2040,0,2,2040,29545,2050,0,2,2040,2050,2052,0,2,2052,2050,2055,0,2,2055,2049,2048,0,2,2049,2055,2050,0,2,2052,2055,2056,0,2,2056,2055,2059,0,2,2056,2059,2057,0,2,2045,2057,2206,0,2,2206,2057,2205,0,2,2205,2057,2058,0,2,2059,2058,2057,0,2,2057,2045,2053,0,2,2057,2053,2056,0,2,2053,2045,2044,0,2,2018,2065,2060,0,2,2061,2062,38404,0,2,38404,1967,1966,0,2,2062,1967,38404,0,2,2022,2061,2063,0,2,2061,2060,2065,0,2,2061,2065,2062,0,2,2062,2065,1968,0,2,2016,2015,2014,0,2,2014,2011,1972,0,2,2066,2067,2647,0,2,2647,2067,1991,0,2,2066,2005,2067,0,2,1991,2067,2068,0,2,1991,2068,2070,0,2,2070,2068,2069,0,2,2069,2100,2070,0,2,2070,2100,2071,0,2,2070,2071,2072,0,2,2067,2006,2068,0,2,2069,2068,2073,0,2,2069,2073,2074,0,2,2075,2076,2636,0,2,2636,2076,2077,0,2,2077,2076,2078,0,2,2077,2078,2079,0,2,2079,2078,2086,0,2,2079,2086,2080,0,2,2184,2081,2160,0,2,2082,2081,2084,0,2,2037,2083,2036,0,2,2036,2083,2084,0,2,2084,2083,2082,0,2,2026,2084,2085,0,2,2087,2086,2078,0,2,2087,2078,2076,0,2,2086,2088,2080,0,2,2080,2088,2184,0,2,2088,2085,2184,0,2,2085,2081,2184,0,2,2081,2085,2084,0,2,2088,2089,2085,0,2,2085,2089,2026,0,2,2088,2086,2090,0,2,2088,2090,2089,0,2,2026,2089,2033,0,2,2033,2089,2090,0,2,2086,2096,2090,0,2,2090,2096,2033,0,2,2033,2096,2097,0,2,2091,2097,2098,0,2,2092,2033,2097,0,2,2092,2097,2091,0,2,2074,2073,2075,0,2,2075,2073,2093,0,2,2095,2012,2096,0,2,2012,2097,2096,0,2,2098,2013,2015,0,2,2013,2098,2097,0,2,2075,2093,2099,0,2,2075,2099,2076,0,2,2076,2099,2087,0,2,2095,2096,2087,0,2,2094,2095,2099,0,2,2094,2099,2093,0,2,2095,2087,2099,0,2,2096,2086,2087,0,2,2068,2006,2073,0,2,2073,2007,2093,0,2,2093,2007,2008,0,2,2093,2008,2011,0,2,2093,2011,2094,0,2,2100,2101,2071,0,2,2071,2101,2515,0,2,2515,2101,2102,0,2,2517,2102,2103,0,2,2517,2103,2504,0,2,2504,2103,2104,0,2,2504,2104,2105,0,2,2106,38036,2493,0,2,2493,2107,2497,0,2,2497,2107,2108,0,2,2111,38025,2110,0,2,2112,38031,2134,0,2,2112,2134,38055,0,2,38055,2134,2249,0,2,38055,2249,38056,0,2,38056,2249,2113,0,2,2114,2113,2130,0,2,2114,2130,2115,0,2,2114,2115,38059,0,2,38059,2115,2116,0,2,38059,2116,38061,0,2,38061,2116,38062,0,2,38062,2116,2250,0,2,38062,2250,38083,0,2,38083,2250,2117,0,2,38083,2117,2125,0,2,38434,2123,2252,0,2,2120,2252,2121,0,2,38602,2121,2122,0,2,2119,2118,2124,0,2,2124,2125,2127,0,2,2128,2127,2117,0,2,2128,2117,2250,0,2,2128,2250,2129,0,2,2129,2116,2115,0,2,2219,2115,2130,0,2,2131,2130,2132,0,2,2246,2134,38031,0,2,2246,38031,2135,0,2,2140,2135,2257,0,2,2140,2257,38033,0,2,38034,38033,2258,0,2,38034,2258,38094,0,2,2132,2133,2136,0,2,2136,2245,2137,0,2,2137,2245,2138,0,2,2138,2245,2139,0,2,2244,2140,38033,0,2,2244,38033,38041,0,2,2142,38041,2141,0,2,2142,2141,2143,0,2,2144,2143,2640,0,2,2144,2640,2145,0,2,2146,2641,2171,0,2,2146,2171,2147,0,2,2148,2171,2149,0,2,2148,2149,2238,0,2,2192,2150,2176,0,2,2192,2176,2183,0,2,38406,2153,2152,0,2,2152,2153,2154,0,2,2155,2178,2152,0,2,2152,2178,2156,0,2,2156,2178,38401,0,2,38401,2178,2161,0,2,38401,2161,2157,0,2,2157,2161,38400,0,2,38400,2161,2163,0,2,38400,2163,2186,0,2,38400,2186,38399,0,2,38399,2186,2159,0,2,2158,2083,2037,0,2,2083,2158,2082,0,2,2082,2158,2159,0,2,2082,2159,2160,0,2,2160,2159,2186,0,2,2163,2161,2162,0,2,2164,2162,2165,0,2,2166,2165,2190,0,2,2190,2180,2191,0,2,2191,2180,2172,0,2,2168,2174,2169,0,2,2149,2170,2176,0,2,2168,2167,2173,0,2,2172,2173,2632,0,2,2172,2632,2191,0,2,2169,2174,2175,0,2,2169,2175,2177,0,2,2177,2175,38395,0,2,2177,38395,2183,0,2,2170,2177,2176,0,2,2183,2176,2177,0,2,2170,2169,2177,0,2,2174,2168,2173,0,2,2173,2172,38398,0,2,2173,38398,2174,0,2,2632,2173,2167,0,2,2161,2178,2162,0,2,2162,2178,2155,0,2,2162,2179,2165,0,2,2165,2179,2190,0,2,2190,2179,2154,0,2,2190,2154,2180,0,2,2179,2162,2155,0,2,2179,2155,2154,0,2,2154,2153,38397,0,2,38397,2153,2182,0,2,38397,2182,2181,0,2,2181,2182,38395,0,2,2183,2151,2192,0,2,38395,2182,2183,0,2,2183,2182,2151,0,2,2180,2154,38397,0,2,2082,2160,2081,0,2,2184,38405,2185,0,2,2184,2185,2080,0,2,2185,2188,2634,0,2,2079,2080,2634,0,2,2634,2080,2185,0,2,2186,2164,38405,0,2,38405,2164,2187,0,2,2165,2166,2187,0,2,2165,2187,2164,0,2,2164,2186,2163,0,2,2164,2163,2162,0,2,2189,2190,2191,0,2,2190,2189,2166,0,2,2166,2189,2188,0,2,2166,2188,2187,0,2,2187,2188,38405,0,2,38405,2188,2185,0,2,2155,2152,2154,0,2,2192,38410,38105,0,2,38410,38408,2193,0,2,2194,2193,2195,0,2,2197,2196,38419,0,2,2197,38419,2198,0,2,2198,38419,3180,0,2,3180,38419,2199,0,2,3180,2199,2200,0,2,3180,2200,3182,0,2,3182,2200,2202,0,2,3182,2202,2201,0,2,2201,2202,3185,0,2,3058,3185,2207,0,2,3058,2207,2203,0,2,3150,38469,3151,0,2,3151,38469,2204,0,2,2204,38469,2205,0,2,2205,38470,2206,0,2,38470,2207,2208,0,2,2208,2207,3185,0,2,2206,38470,2046,0,2,2046,38470,2208,0,2,2046,2208,2209,0,2,2209,2202,2210,0,2,2202,2209,3185,0,2,3185,2209,2208,0,2,2046,2209,2211,0,2,2211,2209,2210,0,2,2211,2210,38418,0,2,2211,2045,2046,0,2,2192,38105,2150,0,2,2150,38105,2212,0,2,2212,38105,2214,0,2,2212,2214,2213,0,2,2213,2214,2240,0,2,2240,2214,2215,0,2,2240,2215,2216,0,2,2217,2233,2144,0,2,2143,2218,2142,0,2,2142,2218,38098,0,2,2243,48986,2138,0,2,2138,48986,2137,0,2,2131,38032,2130,0,2,2219,38032,48984,0,2,2219,48984,2220,0,2,2219,2220,2221,0,2,2222,2221,2223,0,2,2222,2223,2224,0,2,2224,2223,2225,0,2,38106,2225,2226,0,2,38106,2226,38107,0,2,38107,38104,3215,0,2,38104,38637,2227,0,2,2227,38637,3213,0,2,3213,38637,38422,0,2,3213,38422,2228,0,2,2228,38422,2229,0,2,2229,38420,3175,0,2,2196,3175,2195,0,2,2136,2131,2132,0,2,2143,2144,2218,0,2,2144,2145,2146,0,2,2217,2146,2230,0,2,2641,2146,2145,0,2,2233,2217,2232,0,2,2232,2217,2231,0,2,2231,2217,2230,0,2,2146,2147,2230,0,2,2230,2147,2231,0,2,38097,2231,2234,0,2,38097,2234,2235,0,2,2235,2234,2242,0,2,2236,2242,2237,0,2,2237,2238,2212,0,2,2237,2212,2236,0,2,2235,2236,2239,0,2,2241,2239,2216,0,2,2216,2239,2240,0,2,2239,2236,2213,0,2,2213,2240,2239,0,2,2242,2236,2235,0,2,2235,2241,38097,0,2,2235,2239,2241,0,2,2234,2231,2147,0,2,2150,2212,2238,0,2,2238,2237,2148,0,2,2148,2242,2147,0,2,2147,2242,2234,0,2,2237,2242,2148,0,2,2148,2147,2171,0,2,2176,2150,2149,0,2,2149,2150,2238,0,2,2139,2244,2243,0,2,2139,2243,2138,0,2,2142,2243,2244,0,2,2142,2244,38041,0,2,2142,38098,2243,0,2,2139,2140,2244,0,2,2136,2133,2247,0,2,2136,2247,2245,0,2,2245,2247,2139,0,2,2139,2247,2140,0,2,2140,2247,2135,0,2,2135,2247,2246,0,2,2246,2247,2133,0,2,2132,2130,2248,0,2,2248,2113,2249,0,2,2130,2113,2248,0,2,2132,2248,2133,0,2,2130,38032,2219,0,2,2250,2116,2129,0,2,2127,2125,2117,0,2,2125,2124,38066,0,2,38066,2124,2118,0,2,2251,3543,2122,0,2,2122,3340,38602,0,2,2122,2253,2251,0,2,2251,2253,2124,0,2,2124,2253,2123,0,2,2124,2123,2119,0,2,2127,2126,2124,0,2,2124,2126,2251,0,2,2122,2121,2253,0,2,2253,2121,2252,0,2,2123,2253,2252,0,2,2259,2109,2254,0,2,2254,2109,2108,0,2,2254,2108,2107,0,2,2259,2255,2109,0,2,2112,2110,2255,0,2,2112,2255,38031,0,2,2255,2259,2256,0,2,2258,38033,2257,0,2,2257,2135,2256,0,2,2256,2135,38031,0,2,2255,2256,38031,0,2,2257,2256,2259,0,2,2262,2261,38392,0,2,2262,38392,2263,0,2,2263,2518,2466,0,2,2466,2518,2264,0,2,2467,2264,38020,0,2,2467,38020,2265,0,2,2265,22591,2468,0,2,2468,2488,2266,0,2,22732,2267,2268,0,2,2268,2267,37859,0,2,2268,37859,2269,0,2,37881,2271,22578,0,2,2273,37852,2274,0,2,2274,37852,2275,0,2,2487,2275,37853,0,2,2277,2278,2279,0,2,2277,2279,2274,0,2,2487,2274,2275,0,2,2273,2280,2284,0,2,2284,38288,2281,0,2,2281,38288,38287,0,2,2281,38287,2282,0,2,2481,38285,38284,0,2,2480,38284,38317,0,2,2480,38317,2283,0,2,38284,2480,2481,0,2,2273,2284,2272,0,2,2272,2284,2285,0,2,2285,38280,2286,0,2,37879,2286,37882,0,2,37879,37882,38390,0,2,37879,38390,38092,0,2,2266,38092,2287,0,2,2288,37883,2510,0,2,2510,2290,2289,0,2,2292,2291,38281,0,2,29451,2293,38298,0,2,38298,2293,2471,0,2,38298,2471,2294,0,2,2295,2294,2296,0,2,2295,2296,2297,0,2,2297,2296,2298,0,2,38242,2298,2483,0,2,37892,2299,2300,0,2,2300,2301,37893,0,2,37893,2301,2303,0,2,2303,2301,2302,0,2,2303,2302,2304,0,2,2304,2302,37896,0,2,37896,2302,2305,0,2,38382,37896,2305,0,2,38382,2305,2306,0,2,38369,2312,38368,0,2,38251,2313,2311,0,2,38368,2312,2313,0,2,2311,2313,2312,0,2,2309,2310,2314,0,2,2314,2310,38368,0,2,2308,2315,37907,0,2,2315,38368,2313,0,2,2314,2308,38248,0,2,2314,38248,38380,0,2,2316,2462,2455,0,2,2317,2319,2318,0,2,2318,2319,38315,0,2,38310,38286,2323,0,2,38310,2323,38313,0,2,38313,2323,2324,0,2,2389,2324,2325,0,2,2417,38289,2416,0,2,2321,2322,38314,0,2,2321,38314,2320,0,2,2320,38314,2453,0,2,2453,38314,2326,0,2,2328,2439,2445,0,2,2328,2445,2329,0,2,2329,2445,2438,0,2,2329,2438,2383,0,2,2329,2383,2330,0,2,2331,2330,2383,0,2,36359,2333,2334,0,2,36359,2334,36360,0,2,36360,2334,2344,0,2,36360,2344,2335,0,2,36354,2335,49234,0,2,2336,2335,36341,0,2,2336,36341,36345,0,2,2336,36345,36368,0,2,36368,2340,36367,0,2,36348,2338,36347,0,2,36347,2338,36315,0,2,2339,36340,36339,0,2,2340,36345,2343,0,2,2343,36345,2341,0,2,2343,2341,2342,0,2,36315,2338,2339,0,2,2339,2338,36340,0,2,36343,2344,38319,0,2,36343,38319,2345,0,2,2345,38322,2346,0,2,38331,2348,2349,0,2,38331,2349,2350,0,2,2349,2351,38329,0,2,38329,2351,2352,0,2,2353,2354,2355,0,2,2353,2355,38336,0,2,38336,2355,38337,0,2,38337,2355,49005,0,2,38337,49005,2356,0,2,20588,2357,2358,0,2,2369,2359,2376,0,2,2369,2370,2360,0,2,20552,2361,2362,0,2,20552,2362,37822,0,2,37822,2362,2373,0,2,2363,2364,2365,0,2,2365,2364,2374,0,2,48997,2367,2372,0,2,48997,2372,2368,0,2,2357,2377,2358,0,2,2359,2358,2376,0,2,2376,2372,2369,0,2,2371,2367,2375,0,2,2367,2371,2370,0,2,2367,2370,2372,0,2,2372,2370,2369,0,2,2361,2370,2362,0,2,2373,2362,2371,0,2,2371,2375,2373,0,2,2373,2375,2374,0,2,2373,2374,2364,0,2,2374,2375,2366,0,2,2362,2370,2371,0,2,2368,2376,2377,0,2,2379,2425,38328,0,2,2379,38328,2410,0,2,2381,2382,2378,0,2,2378,2382,48997,0,2,2382,2381,2380,0,2,2380,2381,2410,0,2,2379,2410,49009,0,2,49009,2410,2381,0,2,2377,2378,2368,0,2,2376,2368,2372,0,2,48997,2368,2378,0,2,2381,2378,49009,0,2,2370,2361,2360,0,2,2335,2344,36342,0,2,36342,2344,36343,0,2,2432,2384,2437,0,2,2432,2437,2436,0,2,2436,2437,2385,0,2,2418,2449,2386,0,2,2394,2386,2387,0,2,2388,2389,2391,0,2,2391,2389,2390,0,2,2390,2415,2414,0,2,2390,2414,2391,0,2,2388,2391,2393,0,2,2388,2393,2392,0,2,2392,2393,2394,0,2,2394,2387,2395,0,2,2395,2392,2394,0,2,2397,2386,2396,0,2,2397,2396,2399,0,2,2397,2399,2398,0,2,2398,2399,2431,0,2,2431,2399,2400,0,2,2431,2400,2401,0,2,22784,2403,2404,0,2,2404,49012,2405,0,2,38294,2405,2414,0,2,2278,22758,2279,0,2,48998,22784,2408,0,2,48998,2408,2409,0,2,2403,22784,48998,0,2,2403,48998,2402,0,2,2380,2402,2382,0,2,38325,2380,2410,0,2,2398,2422,2411,0,2,2397,2398,2411,0,2,2397,2411,2386,0,2,2412,2394,2393,0,2,2412,2393,2413,0,2,2393,2391,2413,0,2,2413,2391,2414,0,2,22758,2407,2416,0,2,22758,2416,2279,0,2,2406,38293,2415,0,2,2406,2415,2416,0,2,2416,2415,2417,0,2,2417,2415,2325,0,2,2389,2325,2390,0,2,2415,38293,2414,0,2,2406,2416,2407,0,2,49012,2412,2413,0,2,2412,2396,2394,0,2,2394,2396,2386,0,2,2419,2418,2411,0,2,2419,2411,2435,0,2,2421,2349,2348,0,2,2435,2422,2423,0,2,2429,2424,38326,0,2,38326,2425,2430,0,2,2430,2425,2426,0,2,2430,2426,2427,0,2,2352,2351,2427,0,2,2435,2423,2420,0,2,2420,2423,2428,0,2,2420,2428,2421,0,2,2428,2429,2349,0,2,2349,2429,2351,0,2,2427,2351,2430,0,2,38326,2430,2351,0,2,38326,2351,2429,0,2,2429,2428,2424,0,2,2424,2428,2423,0,2,2428,2349,2421,0,2,2418,2419,38344,0,2,2386,2411,2418,0,2,2435,2411,2422,0,2,2422,2398,2431,0,2,2331,2383,2384,0,2,2331,2384,2332,0,2,2332,2384,38273,0,2,2420,2434,2435,0,2,2435,2434,2436,0,2,2435,2436,2385,0,2,2432,2436,2433,0,2,2434,2433,2436,0,2,2435,2385,2419,0,2,2419,2385,38344,0,2,2383,2438,2437,0,2,2437,2438,38344,0,2,2383,2437,2384,0,2,2439,2328,2330,0,2,2439,2330,2455,0,2,2455,2317,2439,0,2,2439,2317,2318,0,2,2445,2439,2327,0,2,2445,2327,2453,0,2,2445,2440,2446,0,2,2440,2451,2448,0,2,2448,2451,2441,0,2,2395,2441,2450,0,2,2395,2450,2392,0,2,2392,2450,2442,0,2,2442,2443,2444,0,2,2442,2444,2392,0,2,2392,2444,2388,0,2,2388,2444,2389,0,2,2389,2444,2324,0,2,38344,2438,2446,0,2,38344,2446,2447,0,2,2449,2448,2387,0,2,2387,2448,2441,0,2,2448,2447,2440,0,2,2440,2447,2446,0,2,2445,2446,2438,0,2,38344,2447,2418,0,2,2449,2387,2386,0,2,2449,2418,2448,0,2,2448,2418,2447,0,2,2441,2451,2450,0,2,2450,2451,2442,0,2,2442,2451,2452,0,2,38312,2452,2326,0,2,2326,2452,2453,0,2,2451,2440,2452,0,2,2452,2440,2453,0,2,2445,2453,2440,0,2,2453,2327,2320,0,2,2320,2327,38315,0,2,38315,2327,2318,0,2,2314,38380,2309,0,2,38380,2316,2309,0,2,2309,2316,2454,0,2,2330,2454,2455,0,2,2316,2455,2454,0,2,2456,2308,2307,0,2,2456,2307,2457,0,2,2457,2307,2306,0,2,2458,2464,38247,0,2,38250,2461,2462,0,2,2455,2462,2317,0,2,2462,2461,2317,0,2,38372,2460,2459,0,2,2459,2460,2463,0,2,2458,38247,2459,0,2,2464,2302,38247,0,2,38247,2302,2301,0,2,2302,2464,2305,0,2,2291,38283,38281,0,2,2287,2288,2511,0,2,2469,2489,2466,0,2,2467,2466,2264,0,2,2466,2467,2469,0,2,2469,2467,2468,0,2,2468,2266,2469,0,2,2465,2469,2287,0,2,2465,2287,2511,0,2,2266,2287,2469,0,2,2287,38092,2288,0,2,2288,38092,38390,0,2,2284,2281,2285,0,2,2292,2471,2293,0,2,2294,2471,2484,0,2,2472,38316,2473,0,2,2476,2477,2478,0,2,2477,2296,2478,0,2,2478,2296,2479,0,2,2473,2479,2482,0,2,2473,2482,2472,0,2,2474,2475,2473,0,2,2478,2475,2476,0,2,38316,2472,2283,0,2,2481,2480,2470,0,2,38285,2481,2282,0,2,2282,2285,2281,0,2,2294,2484,2482,0,2,2294,2482,2479,0,2,2294,2479,2296,0,2,2482,2484,2472,0,2,2296,2477,2483,0,2,2296,2483,2298,0,2,2471,2486,2484,0,2,2480,2484,2470,0,2,2486,2470,2484,0,2,2480,2283,2484,0,2,2472,2484,2283,0,2,2471,2292,38281,0,2,2471,38281,38308,0,2,38308,2485,2470,0,2,2471,38308,2486,0,2,2470,2486,38308,0,2,2280,2273,2274,0,2,2274,2487,2277,0,2,2277,2487,2276,0,2,2276,2487,37853,0,2,22732,2268,2266,0,2,2489,2469,2465,0,2,2466,2489,2263,0,2,2263,2489,2490,0,2,2262,2490,2498,0,2,2262,2491,2494,0,2,2495,2506,2505,0,2,2495,2505,2493,0,2,2263,2490,2262,0,2,2496,2261,2494,0,2,2494,2491,2496,0,2,2496,2491,2492,0,2,2496,2492,2495,0,2,2497,2495,2493,0,2,2496,2495,2497,0,2,2497,2108,2260,0,2,2497,2260,2496,0,2,2496,2260,2261,0,2,2490,2489,2465,0,2,2490,2465,2511,0,2,2490,2511,2498,0,2,2262,2498,2491,0,2,2491,2507,2492,0,2,2492,2507,2499,0,2,2492,2499,2500,0,2,2501,2516,2502,0,2,2505,2503,2504,0,2,2505,2504,2106,0,2,2106,2504,2105,0,2,2505,2506,2501,0,2,2501,2506,2500,0,2,2503,2505,2501,0,2,2503,2501,2502,0,2,2491,2498,2507,0,2,2507,2498,2509,0,2,2507,2509,2508,0,2,2508,2509,2289,0,2,2289,2509,2510,0,2,2507,2508,2499,0,2,2499,2508,1990,0,2,1988,2512,29455,0,2,2512,1988,1990,0,2,2513,2500,2499,0,2,2500,2513,2501,0,2,2501,2513,2516,0,2,2514,2072,2071,0,2,2071,2515,2516,0,2,2516,2515,2502,0,2,2517,2504,2503,0,2,2517,2503,2502,0,2,2072,2514,1990,0,2,2519,2518,38393,0,2,2264,2519,2520,0,2,2264,2520,2530,0,2,2530,2627,2524,0,2,2530,2524,38018,0,2,38018,2523,38017,0,2,38017,2523,2521,0,2,2521,2523,2522,0,2,2521,2522,38050,0,2,2544,2522,2542,0,2,2523,38018,2542,0,2,2542,38018,2524,0,2,2524,2627,2525,0,2,2525,2627,2533,0,2,2525,2533,2526,0,2,2527,2526,2528,0,2,2528,2538,2529,0,2,2528,2529,2527,0,2,2627,2530,2532,0,2,2532,2530,2520,0,2,2626,2520,2519,0,2,2519,38393,2531,0,2,2531,38393,38093,0,2,2532,2626,38030,0,2,2532,38030,2627,0,2,2627,38030,2533,0,2,2534,2533,2535,0,2,2537,32647,2538,0,2,2529,2538,32649,0,2,2529,32649,2539,0,2,32670,32672,38089,0,2,38089,32672,32674,0,2,38091,38089,32673,0,2,38091,32673,2540,0,2,2540,32655,2620,0,2,2540,2541,2543,0,2,2541,2544,2524,0,2,2524,2544,2542,0,2,2541,2524,2543,0,2,2543,2524,2525,0,2,2543,2525,2526,0,2,2543,2526,38090,0,2,38091,2540,2543,0,2,38091,2543,38090,0,2,2545,2620,2546,0,2,2615,2547,2549,0,2,2549,2548,2617,0,2,37936,2550,2551,0,2,38022,37936,2552,0,2,38021,38022,2552,0,2,2553,38021,2613,0,2,2553,2613,2607,0,2,2553,2607,22596,0,2,2564,2562,2554,0,2,22607,2554,38043,0,2,38047,22607,2555,0,2,38047,2555,22608,0,2,22608,2555,22598,0,2,22598,2555,22609,0,2,22619,22609,2556,0,2,22620,2556,2611,0,2,22620,2611,22728,0,2,22728,2611,2612,0,2,2557,2612,2558,0,2,2559,2558,2560,0,2,2559,2560,2582,0,2,2582,2560,2561,0,2,2561,2560,2563,0,2,2562,2564,2576,0,2,2576,2564,2565,0,2,2565,2614,2575,0,2,37962,2567,2568,0,2,2570,2569,2571,0,2,2573,2572,2567,0,2,2573,2567,2551,0,2,2571,2569,2572,0,2,2572,2569,2568,0,2,2572,2568,2567,0,2,2567,37962,2574,0,2,2574,37962,2566,0,2,2574,2566,2575,0,2,2565,2575,2576,0,2,2576,2575,2566,0,2,2576,2566,2577,0,2,2581,37973,2582,0,2,2582,37977,2559,0,2,2559,37977,22621,0,2,2559,22621,2558,0,2,2558,22621,2557,0,2,2579,2580,2561,0,2,2579,2561,2578,0,2,2578,2561,2563,0,2,2581,2582,2580,0,2,2578,2563,2577,0,2,2563,2562,2577,0,2,2576,2577,2562,0,2,2566,2583,2577,0,2,2577,2583,37984,0,2,2577,37984,2578,0,2,2566,37962,2583,0,2,2583,37961,2585,0,2,2585,37961,2584,0,2,2585,2584,37983,0,2,37983,2584,37982,0,2,37982,2584,2587,0,2,37982,2587,2586,0,2,2588,2587,2589,0,2,2588,2589,2590,0,2,37994,2591,2592,0,2,37998,2593,37953,0,2,37998,37953,2594,0,2,37998,2594,22661,0,2,22662,2594,2595,0,2,2596,2595,37943,0,2,2596,37943,2597,0,2,2597,37955,38548,0,2,38548,37955,2598,0,2,38548,2598,2599,0,2,2599,2601,2600,0,2,37941,2601,38542,0,2,37941,38542,37951,0,2,2606,37939,2602,0,2,2606,2602,37940,0,2,37940,2602,2604,0,2,37940,2604,2603,0,2,2604,2605,2622,0,2,2622,2605,2547,0,2,2547,2605,2549,0,2,2549,2605,2548,0,2,22661,2594,22662,0,2,2564,22596,2607,0,2,2608,2562,2563,0,2,2608,2563,2560,0,2,2608,2560,38043,0,2,38043,2560,2558,0,2,38043,2558,2610,0,2,38046,2609,2555,0,2,2555,2609,22609,0,2,22609,2609,2556,0,2,2612,2610,2558,0,2,2611,2610,2612,0,2,2611,2556,2609,0,2,2611,2609,2610,0,2,2608,38043,2554,0,2,38021,2552,2613,0,2,2613,2552,2607,0,2,2552,2614,2607,0,2,2614,2565,2607,0,2,2549,2617,2615,0,2,2615,2616,2546,0,2,2546,2616,2522,0,2,2546,2522,2545,0,2,2545,2522,2544,0,2,2615,2618,2616,0,2,2617,2550,2618,0,2,2619,37936,38022,0,2,2550,37936,2618,0,2,2618,2619,2616,0,2,2544,2541,2540,0,2,2544,2540,2545,0,2,2545,2540,2620,0,2,2546,2620,2621,0,2,2546,2621,2615,0,2,2615,2621,2547,0,2,2603,2622,2623,0,2,2603,2623,2624,0,2,2603,2624,2625,0,2,2625,2600,2601,0,2,2601,37941,2625,0,2,2603,2604,2622,0,2,2535,38053,2534,0,2,2534,2528,2526,0,2,2534,2526,2533,0,2,2535,2533,38030,0,2,2532,2520,2626,0,2,2519,2531,2626,0,2,2542,2522,2523,0,2,2264,2518,2519,0,2,2263,38392,2518,0,2,2101,2638,2628,0,2,2628,2638,2629,0,2,2628,2629,2630,0,2,2632,2631,2633,0,2,2633,2079,2635,0,2,2188,2189,2634,0,2,2634,2189,2635,0,2,2191,2635,2189,0,2,2634,2635,2079,0,2,2079,2633,2077,0,2,2077,2633,2631,0,2,2077,2631,2636,0,2,2636,2631,2630,0,2,2636,2630,2629,0,2,2074,2637,2069,0,2,2069,2637,2100,0,2,2629,2638,2074,0,2,2074,2638,2637,0,2,2100,2637,2101,0,2,2074,2075,2636,0,2,2074,2636,2629,0,2,2191,2632,2635,0,2,2101,2628,2102,0,2,2102,2628,38039,0,2,38095,2639,2640,0,2,2640,2639,2145,0,2,2145,2639,48993,0,2,2145,48993,48992,0,2,2169,48992,2168,0,2,2641,2145,48992,0,2,2170,2149,2171,0,2,2170,2171,2641,0,2,2170,2641,2169,0,2,2169,2641,48992,0,2,38039,2628,2630,0,2,38039,2630,38038,0,2,38038,2630,2639,0,2,1992,2642,2643,0,2,2642,2647,2646,0,2,2646,2647,2644,0,2,2646,2644,1989,0,2,2646,1989,1988,0,2,2646,1988,2645,0,2,1987,2643,2645,0,2,2645,2643,2642,0,2,2645,2642,2646,0,2,1987,1986,2643,0,2,2643,1986,1993,0,2,1989,2644,2072,0,2,2644,2647,1991,0,2,1978,2648,1958,0,2,2648,1979,1960,0,2,1960,1979,1961,0,2,1961,1979,1914,0,2,1978,29562,29563,0,2,1964,2649,29553,0,2,29538,1963,2650,0,2,2650,1963,2652,0,2,2650,2652,2655,0,2,2652,1962,2655,0,2,2653,29552,2657,0,2,2656,2657,2654,0,2,2651,1959,2648,0,2,2655,1962,2656,0,2,2656,1962,2657,0,2,1962,2653,2657,0,2,2655,1959,2651,0,2,1977,1959,2655,0,2,1910,1909,3095,0,2,1890,2658,4958,0,2,4957,2659,2660,0,2,1894,2661,2662,0,2,2661,1894,2660,0,2,2658,2663,2664,0,2,2790,2664,2665,0,2,2665,4952,2666,0,2,2666,1886,2705,0,2,2705,1886,2667,0,2,2668,2667,1887,0,2,2668,1887,2669,0,2,2671,2670,2672,0,2,2671,2672,2673,0,2,2671,2673,4939,0,2,2674,2675,2713,0,2,49467,2678,2679,0,2,49467,2679,2797,0,2,2797,2679,49659,0,2,2797,49659,2796,0,2,2796,49659,49660,0,2,49660,2892,2795,0,2,2795,2892,2680,0,2,2798,2682,2683,0,2,2684,49495,49480,0,2,49470,2686,2777,0,2,2793,2688,2690,0,2,2690,2688,2689,0,2,2690,2691,2779,0,2,2779,2702,2692,0,2,2692,2702,2693,0,2,2692,2693,2694,0,2,49468,2695,2696,0,2,2697,2696,2698,0,2,2698,2699,49467,0,2,49467,2699,2678,0,2,2678,2699,2677,0,2,2699,2698,2791,0,2,2699,2791,2700,0,2,2791,2696,2695,0,2,2698,2696,2791,0,2,2699,2700,2677,0,2,2677,2700,2676,0,2,2676,2700,2701,0,2,2676,2701,4950,0,2,4950,2701,2694,0,2,2709,2703,2714,0,2,2714,2723,2704,0,2,2706,2727,2705,0,2,2707,2706,2668,0,2,2668,2669,2670,0,2,2668,2670,2707,0,2,2707,2726,2706,0,2,2726,2707,2708,0,2,2726,2708,2704,0,2,2704,2708,2709,0,2,2704,2709,2714,0,2,2710,2709,2675,0,2,2710,2675,2711,0,2,2711,2693,2710,0,2,2710,2703,2709,0,2,2703,2710,2702,0,2,2702,2710,2693,0,2,2707,2670,2708,0,2,2708,2671,2712,0,2,2708,2712,2713,0,2,2713,2712,2674,0,2,2712,2671,4939,0,2,2667,2668,2706,0,2,2667,2706,2705,0,2,2714,2721,2724,0,2,2734,2716,2715,0,2,49460,2717,2718,0,2,2718,2719,2720,0,2,2720,2719,2721,0,2,2702,2722,2703,0,2,2703,2722,2714,0,2,2721,2722,2720,0,2,2720,2722,2702,0,2,2718,2717,2716,0,2,2718,2716,2719,0,2,2723,2714,2724,0,2,2723,2724,2725,0,2,2726,2725,2788,0,2,2727,2788,2728,0,2,2727,2728,2729,0,2,2730,2729,2731,0,2,2730,2731,4954,0,2,1900,2731,49456,0,2,49456,2731,2786,0,2,29536,2786,2732,0,2,2733,2732,2785,0,2,2733,2785,2787,0,2,2733,2787,2735,0,2,2735,2787,2734,0,2,2734,2715,2735,0,2,38485,2735,2736,0,2,2737,49461,49463,0,2,49463,49461,2738,0,2,49463,2738,2739,0,2,2739,2738,2740,0,2,2739,2740,2742,0,2,2741,2742,2744,0,2,2744,2742,2743,0,2,2744,2743,2745,0,2,2744,2745,2746,0,2,2746,2783,2744,0,2,2744,2783,2747,0,2,49677,2747,49678,0,2,49663,49678,49475,0,2,49663,49475,49474,0,2,49663,49474,49664,0,2,49664,49474,2748,0,2,2748,2764,49662,0,2,49662,2764,2749,0,2,2760,2750,2752,0,2,2752,2750,2751,0,2,2750,2760,2749,0,2,2749,2764,2750,0,2,2752,2751,49996,0,2,2759,2752,2753,0,2,2753,49681,2759,0,2,2753,2752,2754,0,2,2758,3037,49704,0,2,49702,49697,2758,0,2,49704,49702,2758,0,2,2756,49999,2757,0,2,2756,2757,49997,0,2,2756,3037,2753,0,2,2753,3037,2758,0,2,2754,49999,2756,0,2,2756,2753,2754,0,2,49696,2753,2758,0,2,2753,49696,49681,0,2,2759,49680,49661,0,2,2759,49661,2760,0,2,2760,2752,2759,0,2,49680,2759,49681,0,2,2756,49997,3037,0,2,2754,2901,49999,0,2,2754,2752,49996,0,2,2754,49996,2761,0,2,49500,2761,2763,0,2,49500,2763,49499,0,2,49499,2763,2762,0,2,49482,2762,2763,0,2,49482,2763,2765,0,2,49996,2765,2766,0,2,49996,2766,2761,0,2,2766,2765,2763,0,2,2763,2761,2766,0,2,2765,49996,2764,0,2,49473,2764,2748,0,2,2750,2764,49996,0,2,2901,2767,2768,0,2,2888,2768,2767,0,2,2767,2754,2761,0,2,2745,2743,2769,0,2,2746,2770,2689,0,2,2746,2689,2784,0,2,2784,2689,2771,0,2,2784,2771,2778,0,2,2784,2778,2780,0,2,49477,2780,49478,0,2,49479,2773,2772,0,2,2772,2773,2781,0,2,2772,2781,2774,0,2,2782,2775,49502,0,2,49502,2775,2686,0,2,49502,2686,2685,0,2,49502,2685,2776,0,2,2687,2777,2688,0,2,2686,2775,2777,0,2,2777,2775,2778,0,2,2777,2778,2688,0,2,2688,2771,2689,0,2,2689,2770,2690,0,2,2690,2770,2691,0,2,2779,2720,2702,0,2,2720,2779,2718,0,2,2718,2779,2691,0,2,2778,2775,2780,0,2,49478,2780,2781,0,2,2781,2780,2782,0,2,2781,2782,2774,0,2,2781,2773,49478,0,2,2745,2769,2770,0,2,2745,2770,2746,0,2,2746,49477,2783,0,2,2747,2783,49678,0,2,2746,2784,49477,0,2,49477,2784,2780,0,2,2732,2786,2785,0,2,2786,2728,2785,0,2,2786,2729,2728,0,2,2734,2787,2724,0,2,2725,2724,2787,0,2,2728,2788,2787,0,2,2787,2788,2725,0,2,2786,2731,2729,0,2,2723,2725,2704,0,2,2725,2726,2704,0,2,2705,2727,2789,0,2,2705,2789,2666,0,2,2666,2789,29533,0,2,29533,2790,2665,0,2,2665,2666,29533,0,2,2727,2706,2788,0,2,2788,2706,2726,0,2,2700,2791,49471,0,2,49471,2791,2695,0,2,2688,2794,2687,0,2,2794,2688,2793,0,2,2793,2690,2792,0,2,2792,2690,2779,0,2,2692,2694,2792,0,2,2792,2694,2793,0,2,2793,2694,2701,0,2,2793,2701,2794,0,2,2794,2700,49471,0,2,2794,49471,2687,0,2,2685,2686,49469,0,2,2685,49469,49472,0,2,2685,49472,49480,0,2,49480,49472,2684,0,2,2684,49472,2683,0,2,2680,2681,2795,0,2,2795,2796,49660,0,2,2797,2698,49467,0,2,2698,2797,2697,0,2,2683,49469,2798,0,2,2798,2795,2681,0,2,2798,2681,2682,0,2,49469,2697,2798,0,2,2796,2795,2798,0,2,2796,2798,2797,0,2,2797,2798,2697,0,2,2679,2799,29400,0,2,2800,29400,2801,0,2,2801,29400,29398,0,2,4906,29398,2802,0,2,2802,29398,2803,0,2,2802,2803,2804,0,2,2806,2804,4923,0,2,2806,2805,4924,0,2,2806,4924,2807,0,2,4900,2813,2814,0,2,2814,2813,2829,0,2,49773,2829,49751,0,2,49751,2829,1857,0,2,1857,2829,49747,0,2,1857,49747,2815,0,2,2828,4920,2817,0,2,49744,2817,2818,0,2,2819,2818,4935,0,2,49743,2823,49748,0,2,2828,2815,2816,0,2,2815,2828,2821,0,2,1855,1856,2822,0,2,2822,2823,2824,0,2,2822,2824,1854,0,2,1854,1855,2822,0,2,2823,2826,2824,0,2,2826,29387,2825,0,2,2825,29387,2827,0,2,1853,2825,2827,0,2,1853,2827,1881,0,2,2823,2820,2826,0,2,2823,2822,49748,0,2,49748,2822,1856,0,2,2819,2820,49743,0,2,2819,49743,2818,0,2,2818,49743,49744,0,2,2828,2817,2821,0,2,4920,2828,4926,0,2,4926,2828,2816,0,2,49729,2811,49745,0,2,49729,49745,2810,0,2,2812,2830,49737,0,2,49737,2830,2832,0,2,2850,2833,1878,0,2,2850,1878,2835,0,2,2835,1878,2842,0,2,2835,2834,2836,0,2,2835,2836,4899,0,2,4899,2837,2848,0,2,2848,2837,2841,0,2,2848,2841,2838,0,2,2838,2841,3647,0,2,3647,2841,2839,0,2,2840,1865,2837,0,2,2834,2840,2836,0,2,2836,2840,2837,0,2,2836,2837,4899,0,2,2837,1865,2841,0,2,1865,2839,2841,0,2,1865,2840,1877,0,2,2840,2834,2842,0,2,1879,1878,2833,0,2,3647,4888,2838,0,2,2838,4888,4890,0,2,2843,2838,2844,0,2,2844,49778,2845,0,2,2845,2846,2847,0,2,2843,2847,4899,0,2,2843,4899,2848,0,2,2847,2843,2845,0,2,2845,2843,2844,0,2,2843,2848,2838,0,2,2842,2834,2835,0,2,2835,2849,2850,0,2,2850,2849,2847,0,2,2850,2847,2851,0,2,2852,2851,3643,0,2,4897,4895,4894,0,2,4897,4894,4898,0,2,4898,4894,49781,0,2,2859,2853,2856,0,2,2856,2853,2855,0,2,2853,2860,2855,0,2,2858,2856,2855,0,2,2858,2855,2857,0,2,2859,49644,2853,0,2,2856,2858,4851,0,2,4851,29,2856,0,2,2856,29,2859,0,2,49644,2854,2853,0,2,2860,2857,2855,0,2,2861,2853,49963,0,2,2860,2853,2861,0,2,2857,2861,2862,0,2,2854,49998,2897,0,2,49768,4898,50000,0,2,2863,49988,49990,0,2,49740,49990,49993,0,2,2865,2864,2873,0,2,2865,2873,2874,0,2,2865,2874,49740,0,2,49765,49766,2867,0,2,2896,2868,2768,0,2,2900,2868,49987,0,2,2872,2881,49994,0,2,2880,2875,2873,0,2,2875,2680,2874,0,2,2874,2680,2892,0,2,2680,2875,2681,0,2,2681,2875,2876,0,2,2877,2876,2879,0,2,2880,2873,2881,0,2,2881,2873,2864,0,2,2864,49994,2881,0,2,2878,2882,2877,0,2,2877,2882,2883,0,2,2878,2879,2881,0,2,2879,2876,2880,0,2,2880,2876,2875,0,2,2681,2884,2682,0,2,2885,2884,2883,0,2,49496,2871,49497,0,2,2886,49497,2890,0,2,2886,2890,2887,0,2,2890,2889,2887,0,2,2887,2888,49500,0,2,49500,2888,2767,0,2,2888,2887,2889,0,2,49985,2887,49500,0,2,2681,2876,2884,0,2,2883,2884,2877,0,2,2877,2884,2876,0,2,2885,2883,2891,0,2,2883,2882,2891,0,2,2873,2875,2874,0,2,4910,2874,2892,0,2,4910,2892,2893,0,2,4910,2893,4907,0,2,4907,2893,4908,0,2,4908,2893,49659,0,2,4908,49659,2801,0,2,2801,49659,2800,0,2,29400,2800,2679,0,2,2800,49659,2679,0,2,2870,2871,2872,0,2,49993,49994,2864,0,2,49987,2868,2869,0,2,2869,2894,49993,0,2,49993,2894,2895,0,2,2869,2896,2894,0,2,2895,2894,2870,0,2,2869,2868,2896,0,2,2894,2889,2870,0,2,2870,2889,2890,0,2,2870,2890,2871,0,2,2871,2890,49497,0,2,2888,2896,2768,0,2,2889,2894,2888,0,2,2888,2894,2896,0,2,2898,2899,2897,0,2,2899,2755,3039,0,2,3039,2868,2900,0,2,2899,2900,2897,0,2,2768,2868,2901,0,2,2767,2901,2754,0,2,2898,2897,2902,0,2,38719,49786,2918,0,2,49786,3637,3640,0,2,3602,2904,3639,0,2,3602,3630,3601,0,2,3601,3630,3629,0,2,3601,3629,48979,0,2,48979,3629,48981,0,2,48981,3627,3618,0,2,48981,3618,2905,0,2,48981,2905,2906,0,2,2906,2905,2907,0,2,2908,2907,3628,0,2,2909,3628,3621,0,2,2909,3621,2910,0,2,3603,2911,2912,0,2,2912,49710,2913,0,2,2913,49708,49712,0,2,2913,49712,2914,0,2,2913,2914,2917,0,2,2915,2919,2912,0,2,2915,2912,2913,0,2,2915,2913,2917,0,2,2919,2915,2916,0,2,38527,2918,49786,0,2,2916,38527,49786,0,2,2919,2916,3605,0,2,3605,2916,49786,0,2,49710,2911,48982,0,2,48982,2911,2910,0,2,2910,38461,49711,0,2,49711,38461,2920,0,2,2982,2921,38463,0,2,2982,38463,2922,0,2,2982,2922,38443,0,2,2982,38443,2923,0,2,2923,2925,2924,0,2,2924,2925,2926,0,2,2926,2925,2927,0,2,2928,2927,110,0,2,2928,110,38653,0,2,38653,110,111,0,2,38653,111,2929,0,2,38653,2929,38673,0,2,38673,2929,38668,0,2,38668,38652,38664,0,2,38664,38652,38651,0,2,38667,38665,2930,0,2,2930,2931,2932,0,2,2932,2931,2933,0,2,2940,2934,38688,0,2,2940,38688,2935,0,2,2936,2937,2938,0,2,2939,2940,2936,0,2,2936,2940,2935,0,2,2940,3201,2941,0,2,2940,2941,2934,0,2,2934,2941,2942,0,2,2934,2942,2943,0,2,2944,2943,2945,0,2,2944,2945,2946,0,2,2946,2945,2947,0,2,2946,2947,2948,0,2,2949,2948,3047,0,2,2975,2950,2951,0,2,2975,2951,38683,0,2,2975,38683,38511,0,2,2975,38511,2952,0,2,2954,38694,2955,0,2,2956,2958,2957,0,2,2957,2958,2959,0,2,2961,2962,2963,0,2,2963,2920,2921,0,2,2957,2959,2960,0,2,2957,2960,2978,0,2,2957,2978,38657,0,2,38658,2964,2926,0,2,2973,38675,2965,0,2,2973,2965,2966,0,2,2966,2965,2967,0,2,2967,38669,2976,0,2,2976,38666,2968,0,2,2970,2948,2949,0,2,2948,2970,2969,0,2,2969,38667,2932,0,2,2969,2932,2972,0,2,2930,2932,38667,0,2,38667,2969,2970,0,2,2948,2969,2946,0,2,2946,2969,2971,0,2,2971,2969,2972,0,2,2971,2972,2944,0,2,2944,2972,2934,0,2,2934,2972,2933,0,2,2934,2943,2944,0,2,2933,2972,2932,0,2,2956,38675,2955,0,2,2955,38675,2973,0,2,2955,2973,2954,0,2,2975,2976,2950,0,2,2950,2976,2970,0,2,2970,2949,2950,0,2,2970,2976,2968,0,2,2976,2975,2974,0,2,2975,2952,2974,0,2,2974,2952,38689,0,2,38689,2966,2967,0,2,2967,2974,38689,0,2,2952,2953,38689,0,2,38689,2953,2954,0,2,2960,2961,2978,0,2,2978,2961,2977,0,2,2978,2977,2983,0,2,2983,2977,2979,0,2,2983,2979,2984,0,2,2984,2979,2980,0,2,2980,2981,2924,0,2,2924,2981,2923,0,2,2982,2923,2981,0,2,2921,2982,2977,0,2,2921,2977,2963,0,2,2963,2977,2961,0,2,2977,2982,2979,0,2,2979,2982,2981,0,2,2979,2981,2980,0,2,2978,2983,38657,0,2,38657,2983,2984,0,2,38657,2984,38656,0,2,38656,2984,2985,0,2,38656,2985,2964,0,2,2985,2984,2980,0,2,2980,2924,2985,0,2,2985,2924,2964,0,2,2964,2924,2926,0,2,2986,38695,2959,0,2,2959,38695,2987,0,2,2987,2962,2960,0,2,2959,2958,2986,0,2,2954,2953,38693,0,2,38693,3028,2988,0,2,2988,2989,38692,0,2,38692,2989,38534,0,2,38534,2989,38532,0,2,38532,2989,2990,0,2,2997,2990,2991,0,2,2997,2992,38532,0,2,2990,2989,2994,0,2,2994,3046,2993,0,2,2994,2993,3027,0,2,2994,3027,2995,0,2,2996,3045,2997,0,2,2994,2991,2990,0,2,38522,2997,3045,0,2,38522,3045,38523,0,2,38523,2999,2998,0,2,2998,2999,49720,0,2,49720,2999,3040,0,2,3037,49997,49719,0,2,3037,49722,3030,0,2,3037,3000,49704,0,2,49703,3000,3001,0,2,3001,3002,49684,0,2,49684,3002,3018,0,2,49706,3018,3003,0,2,49686,3005,3006,0,2,49686,3006,3007,0,2,3007,3006,3008,0,2,3007,3008,3134,0,2,3134,3008,3137,0,2,3137,3008,3009,0,2,3137,3009,3010,0,2,3010,3009,3141,0,2,3141,3009,3011,0,2,3012,3013,3014,0,2,3014,3013,38501,0,2,38501,3015,38500,0,2,3016,3017,38497,0,2,3019,3003,3018,0,2,3002,3001,3020,0,2,3002,3020,3019,0,2,3021,3032,3023,0,2,3023,3032,3022,0,2,3023,3022,3024,0,2,3023,3024,38520,0,2,38520,3024,38519,0,2,38519,3024,3033,0,2,38519,3044,38518,0,2,38518,3044,3025,0,2,3027,3026,2995,0,2,2993,3046,3028,0,2,3019,3018,3002,0,2,38501,3013,3015,0,2,3015,3013,3016,0,2,3016,3013,3017,0,2,3005,3004,3006,0,2,3006,3004,3009,0,2,3009,3004,38497,0,2,3009,38497,3017,0,2,3006,3009,3008,0,2,3000,3030,3029,0,2,3029,3030,3031,0,2,3031,49723,3032,0,2,3031,3032,3020,0,2,3020,3032,3021,0,2,3022,3034,3033,0,2,38519,3033,3044,0,2,3032,49723,3022,0,2,3022,49723,3034,0,2,3034,49723,3036,0,2,3034,3036,3035,0,2,3035,3036,3038,0,2,3035,3038,3037,0,2,3035,3037,49719,0,2,3037,3038,49722,0,2,3020,3021,3019,0,2,3031,3020,3029,0,2,38526,2757,2899,0,2,38526,2899,2898,0,2,2898,2902,38526,0,2,38525,38526,2902,0,2,3641,38525,2902,0,2,3039,2901,2868,0,2,2755,49999,3039,0,2,2899,2757,2755,0,2,3040,2999,3041,0,2,3041,2999,3042,0,2,3042,2999,3033,0,2,3033,2999,3043,0,2,3033,3043,3044,0,2,3025,3044,3043,0,2,3043,2999,3026,0,2,3026,2999,3045,0,2,3026,3045,2996,0,2,3026,2996,2995,0,2,38523,3045,2999,0,2,3033,3034,3042,0,2,3042,3034,3035,0,2,3042,3035,3041,0,2,3041,3035,49719,0,2,3041,49719,3040,0,2,2995,2996,2991,0,2,2994,2995,2991,0,2,2989,2988,3046,0,2,2989,3046,2994,0,2,3028,3046,2988,0,2,3048,3197,3190,0,2,3048,3190,3049,0,2,3051,3050,3054,0,2,3051,3054,3052,0,2,3052,3054,3053,0,2,3061,3053,3054,0,2,3061,3054,3146,0,2,3146,3054,3159,0,2,3146,3159,3055,0,2,3056,3055,3057,0,2,3058,3186,3185,0,2,2203,3150,3057,0,2,3056,3057,3154,0,2,3056,3154,3059,0,2,3059,3062,3060,0,2,3061,3060,3062,0,2,3061,3062,3063,0,2,3063,3062,3064,0,2,3064,3066,3065,0,2,3135,3065,3067,0,2,3135,3067,3129,0,2,3079,3068,3078,0,2,3069,3078,38489,0,2,3069,38489,3070,0,2,3071,3070,49725,0,2,3071,49725,3072,0,2,3073,3074,1942,0,2,1942,3074,1943,0,2,1942,3104,3073,0,2,3075,3073,3076,0,2,3075,3076,3110,0,2,3075,3110,3077,0,2,3071,3077,3115,0,2,3115,3114,38495,0,2,3079,3080,49672,0,2,49465,3081,49674,0,2,49674,3085,3082,0,2,3082,3085,49679,0,2,49679,3085,2741,0,2,2741,3085,3083,0,2,3084,3083,3081,0,2,3084,3081,49465,0,2,3081,3085,49674,0,2,3083,3085,3081,0,2,49672,3080,49465,0,2,49465,3080,3086,0,2,49463,3087,3118,0,2,49463,3118,49466,0,2,49466,3118,3112,0,2,49466,3112,3108,0,2,38484,3108,3088,0,2,3088,3089,1901,0,2,1901,3089,3090,0,2,1905,3090,3091,0,2,3091,3097,3094,0,2,3094,3097,3098,0,2,1937,3094,3092,0,2,1937,3092,3102,0,2,1937,1936,3093,0,2,3093,1907,1906,0,2,3091,1906,1905,0,2,1905,1903,1902,0,2,1906,3091,3094,0,2,1906,3094,3093,0,2,3093,3094,1937,0,2,3095,1909,1907,0,2,1907,3093,3095,0,2,3095,3093,1935,0,2,1935,3093,1936,0,2,3094,3098,3092,0,2,3102,3092,3101,0,2,3101,3105,3099,0,2,3099,3105,3100,0,2,3076,3100,3110,0,2,3101,3099,1939,0,2,3101,1939,3102,0,2,49727,3103,1941,0,2,49727,1941,1940,0,2,49727,1940,1939,0,2,3099,3100,3103,0,2,3103,3100,3076,0,2,3103,3104,1941,0,2,1941,3104,1942,0,2,3101,3092,3105,0,2,3109,3106,3107,0,2,3109,3107,3111,0,2,3111,3119,3108,0,2,3100,3109,3110,0,2,3112,3111,3108,0,2,3113,3114,3115,0,2,3115,3077,3113,0,2,3112,3113,3111,0,2,3114,3116,38495,0,2,38495,3116,3117,0,2,3117,3116,3086,0,2,3117,3086,3080,0,2,3117,3078,3069,0,2,3117,3069,38495,0,2,3078,3117,3079,0,2,3079,3117,3080,0,2,3086,3116,3087,0,2,3087,3116,3114,0,2,3087,3114,3113,0,2,3087,3113,3118,0,2,3118,3113,3112,0,2,3109,3100,3106,0,2,3106,3100,3105,0,2,3092,3098,3105,0,2,3105,3098,3097,0,2,3105,3097,3106,0,2,3106,3097,3096,0,2,3106,3096,3107,0,2,3107,3096,3119,0,2,3107,3119,3111,0,2,3096,3089,3119,0,2,3119,3089,3088,0,2,3097,3091,3096,0,2,3096,3091,3089,0,2,3068,3079,3121,0,2,3068,3121,3120,0,2,3121,3122,3123,0,2,3123,3122,49688,0,2,49688,3122,49762,0,2,3124,3125,3128,0,2,3124,3128,3126,0,2,49665,3128,3127,0,2,3127,3128,49676,0,2,49676,3128,3125,0,2,49762,3125,3124,0,2,3128,49665,3126,0,2,3079,49672,3121,0,2,3068,3120,3129,0,2,3007,3132,49686,0,2,3005,49686,49685,0,2,3005,49685,3133,0,2,3005,3133,49706,0,2,3003,3004,49706,0,2,49706,3004,3005,0,2,3131,3007,3134,0,2,3131,3134,3130,0,2,3130,3134,3137,0,2,3136,3137,3138,0,2,3138,3064,3065,0,2,3065,3135,3138,0,2,3138,3135,3136,0,2,3064,3138,3063,0,2,3063,3138,3139,0,2,3141,3011,3140,0,2,3140,38517,3142,0,2,3145,3196,3048,0,2,3048,3196,3197,0,2,3048,3049,3145,0,2,3145,3049,3144,0,2,3011,3012,3140,0,2,3140,3012,38517,0,2,3140,3139,3141,0,2,3141,3139,3010,0,2,3137,3010,3138,0,2,3139,3138,3010,0,2,3053,3061,38642,0,2,38642,3061,3063,0,2,38642,3063,3139,0,2,3061,3146,3060,0,2,3060,3146,3059,0,2,3059,3146,3055,0,2,3059,3055,3056,0,2,3130,3137,3136,0,2,3130,3136,3135,0,2,3135,3129,3130,0,2,3072,3075,3071,0,2,3071,3075,3077,0,2,3072,3073,3075,0,2,3076,3073,3103,0,2,3103,3073,3104,0,2,3065,3066,3067,0,2,3067,3066,3147,0,2,3148,38490,3149,0,2,3149,3078,3068,0,2,3078,3149,38489,0,2,3148,3149,3067,0,2,3148,3067,3147,0,2,3149,3068,3067,0,2,3067,3068,3129,0,2,3057,3150,3154,0,2,3154,3150,3151,0,2,3151,2204,3152,0,2,3152,2204,3153,0,2,3152,3153,1950,0,2,1950,3153,1951,0,2,3152,38471,3154,0,2,3152,3154,3151,0,2,1950,38471,3152,0,2,3153,2204,3157,0,2,3156,3158,3155,0,2,3156,1956,3158,0,2,1956,1955,3158,0,2,3158,1955,3157,0,2,3153,1952,1951,0,2,1952,3157,1955,0,2,3157,1952,3153,0,2,2204,2047,3157,0,2,2047,2048,3157,0,2,2048,29544,3157,0,2,3157,29544,3158,0,2,3159,3054,3050,0,2,3159,3050,3160,0,2,3160,38650,3161,0,2,3163,3162,3164,0,2,3163,3164,3165,0,2,3165,3164,3191,0,2,3165,3167,3166,0,2,3166,3167,3168,0,2,3166,3168,3176,0,2,3176,3168,3169,0,2,3169,3168,3557,0,2,3169,3557,3558,0,2,3170,3169,3171,0,2,3170,3171,3172,0,2,3172,3171,3173,0,2,3173,3174,3175,0,2,3175,3174,2228,0,2,3175,2228,2229,0,2,3175,2196,2197,0,2,3175,2197,3173,0,2,3166,3176,3177,0,2,3166,3177,3165,0,2,3163,3165,3178,0,2,3178,3165,3179,0,2,3179,3180,3182,0,2,3179,3182,3181,0,2,3181,3182,2201,0,2,3181,2201,3183,0,2,3163,3178,3162,0,2,3162,3178,3183,0,2,3162,3183,3184,0,2,3184,3183,3185,0,2,3184,3185,3186,0,2,3185,3183,2201,0,2,3160,3187,3159,0,2,3055,3159,3057,0,2,3159,3187,3057,0,2,3057,3187,2203,0,2,2203,3187,3058,0,2,3187,3186,3058,0,2,3160,3161,3187,0,2,3187,3161,3186,0,2,3186,3161,3184,0,2,3184,3161,3162,0,2,3179,3181,3178,0,2,3165,3177,3179,0,2,3169,3170,3176,0,2,3176,3170,38677,0,2,3177,38677,3188,0,2,3179,3188,3180,0,2,3180,3188,3189,0,2,3180,3189,2198,0,2,2198,3172,3173,0,2,3173,2197,2198,0,2,3188,3179,3177,0,2,3177,3176,38677,0,2,3160,3050,38650,0,2,3190,3197,3164,0,2,3164,3197,3191,0,2,3165,3191,38648,0,2,3165,38648,3167,0,2,3167,38648,3192,0,2,3192,2947,2945,0,2,3190,3164,3162,0,2,3190,3162,38650,0,2,3162,3161,38650,0,2,3194,3195,38679,0,2,38686,38679,3143,0,2,3195,3145,3144,0,2,38679,3195,3143,0,2,3143,3195,3144,0,2,3145,3195,3196,0,2,3196,3194,3193,0,2,3194,3196,3195,0,2,3047,3193,2949,0,2,2949,3193,2951,0,2,2949,2951,2950,0,2,3047,38649,3193,0,2,3193,38649,3197,0,2,3193,3197,3196,0,2,2940,2939,3201,0,2,3201,3565,3198,0,2,3198,3199,3200,0,2,3198,3200,3201,0,2,3201,3200,2941,0,2,3201,2939,3565,0,2,3565,2939,2938,0,2,3565,2938,3202,0,2,3552,3203,3204,0,2,3204,3203,3599,0,2,3204,3599,3205,0,2,3205,375,374,0,2,3205,374,3206,0,2,3207,3206,371,0,2,3207,371,3208,0,2,3207,3208,3569,0,2,3568,3569,3209,0,2,3547,3210,3212,0,2,3547,3212,3211,0,2,3211,3212,3553,0,2,3553,3212,3545,0,2,3553,3545,3213,0,2,3213,3545,2227,0,2,3214,3222,3215,0,2,3215,3222,3217,0,2,3215,3217,3216,0,2,3216,3217,3218,0,2,3278,3218,3219,0,2,3277,3219,3221,0,2,3277,3221,3220,0,2,3221,3222,3210,0,2,3210,3222,3212,0,2,3210,3209,3221,0,2,3221,3209,3220,0,2,3277,3220,3223,0,2,3277,3223,3224,0,2,3277,3224,3225,0,2,38604,3309,38603,0,2,38604,38603,3228,0,2,3228,38603,3229,0,2,3230,3229,3231,0,2,3232,3233,3234,0,2,3234,3233,3240,0,2,3234,3240,3236,0,2,3234,3236,3235,0,2,3235,3236,3346,0,2,3346,3236,3237,0,2,3237,3224,3223,0,2,3237,3236,3224,0,2,3224,3236,3240,0,2,3224,3240,3225,0,2,3225,3240,3238,0,2,3225,3238,3226,0,2,3226,3238,3227,0,2,3227,3238,3239,0,2,3239,3231,3229,0,2,3231,3239,3233,0,2,3233,3239,3238,0,2,3238,3240,3233,0,2,3233,3232,3231,0,2,3231,3232,3241,0,2,3242,3514,3230,0,2,3230,3514,3352,0,2,3230,3352,38605,0,2,38605,3352,3243,0,2,3243,3352,3353,0,2,3312,3243,3244,0,2,32842,3244,38767,0,2,3245,3246,3247,0,2,32841,3247,3248,0,2,3329,3248,3249,0,2,3329,3249,3250,0,2,32846,3252,32809,0,2,32846,32809,3253,0,2,3253,32809,3254,0,2,3254,32809,3255,0,2,3254,3255,48978,0,2,3256,48978,32810,0,2,3256,32810,32806,0,2,3256,32806,3266,0,2,3266,32806,3257,0,2,3265,3257,32696,0,2,3270,32627,3271,0,2,3271,32636,3258,0,2,3258,32636,3259,0,2,3258,3259,3260,0,2,3260,3259,32639,0,2,3274,3260,32680,0,2,3274,38082,3261,0,2,3261,38082,38581,0,2,3261,38581,3262,0,2,3261,3262,32850,0,2,3261,32850,32847,0,2,3263,32849,3264,0,2,3265,3264,3266,0,2,3266,3276,3256,0,2,3256,3276,3267,0,2,3268,3269,3253,0,2,3267,3268,3256,0,2,3253,3254,3268,0,2,3268,3254,48978,0,2,3268,48978,3256,0,2,3266,3257,3265,0,2,3270,3265,32696,0,2,3265,3270,3264,0,2,3264,3270,3275,0,2,3275,3271,3273,0,2,3273,3271,3258,0,2,3273,3260,3274,0,2,3273,3274,3272,0,2,3261,32847,3272,0,2,3272,32847,3263,0,2,3258,3260,3273,0,2,3275,3273,3272,0,2,3272,3263,3264,0,2,3272,3274,3261,0,2,3264,3275,3272,0,2,3275,3270,3271,0,2,3267,3276,32849,0,2,3266,3264,3276,0,2,3276,3264,32849,0,2,3231,3241,3242,0,2,3231,3242,3230,0,2,3219,3277,3278,0,2,3278,3279,3338,0,2,3338,3279,3306,0,2,3338,3306,3339,0,2,3339,3306,3341,0,2,3341,3306,3305,0,2,3341,3305,3280,0,2,3280,3325,38430,0,2,38430,3325,3281,0,2,3281,3324,38429,0,2,38429,3324,3282,0,2,38588,3284,3283,0,2,3283,3284,3318,0,2,3283,3318,3285,0,2,38583,3285,3286,0,2,38585,3286,3326,0,2,3287,3293,3288,0,2,3336,3328,3290,0,2,32840,3290,32843,0,2,32844,3327,3289,0,2,32844,3289,3291,0,2,3291,3289,3292,0,2,3315,3291,3337,0,2,3315,3337,3294,0,2,3294,3337,3293,0,2,3294,3293,3298,0,2,3297,3295,3296,0,2,3285,3318,3296,0,2,3296,3318,3297,0,2,3301,3300,3323,0,2,3303,3301,3302,0,2,3302,3304,3303,0,2,3303,3304,38615,0,2,3227,38615,3226,0,2,3226,38615,3304,0,2,3305,3302,3280,0,2,3305,3306,3304,0,2,3304,3306,3279,0,2,3304,3279,3226,0,2,3226,3279,3225,0,2,3225,3279,3278,0,2,3225,3278,3277,0,2,3307,38616,3308,0,2,3310,3308,38604,0,2,38604,3308,3309,0,2,3309,38615,3227,0,2,3301,3303,3307,0,2,3307,3308,3310,0,2,3312,3311,3243,0,2,3317,3313,3314,0,2,3307,3315,3316,0,2,3315,3294,3316,0,2,3316,3294,3301,0,2,3301,3294,3300,0,2,3316,3301,3307,0,2,3300,3294,3299,0,2,3299,3294,3298,0,2,3298,3295,3297,0,2,3310,3317,3314,0,2,3312,3317,3311,0,2,3317,3312,3313,0,2,38616,3307,3303,0,2,3297,3318,3319,0,2,3297,3319,3298,0,2,3298,3319,3299,0,2,3299,3319,3321,0,2,3321,3319,3320,0,2,3321,3320,38590,0,2,3324,38590,3282,0,2,3299,3321,3300,0,2,3323,3321,38590,0,2,3323,38590,3322,0,2,3300,3321,3323,0,2,3323,3322,3302,0,2,3302,3322,3325,0,2,3302,3325,3280,0,2,3301,3323,3302,0,2,3304,3302,3305,0,2,3322,38590,3324,0,2,3322,3324,3325,0,2,3325,3324,3281,0,2,3318,3284,3319,0,2,3285,3296,3286,0,2,3286,3296,3326,0,2,3326,3296,38600,0,2,3326,38600,3287,0,2,3327,32843,3290,0,2,3290,32840,3329,0,2,3335,3329,3250,0,2,3335,3250,3330,0,2,3330,32854,3331,0,2,3331,32854,3332,0,2,3331,3332,3333,0,2,3292,3333,3334,0,2,3292,3334,3288,0,2,3292,3289,3333,0,2,3333,3289,3331,0,2,3290,3329,3335,0,2,3335,3330,3336,0,2,3328,3336,3331,0,2,3330,3331,3336,0,2,3336,3290,3335,0,2,3331,3289,3328,0,2,3289,3327,3328,0,2,3290,3328,3327,0,2,3291,3292,3337,0,2,3218,3278,3338,0,2,3338,3339,3340,0,2,3339,3341,2120,0,2,38430,2120,3280,0,2,2120,3341,3280,0,2,3209,3569,3220,0,2,3223,3342,3237,0,2,3237,3342,3346,0,2,3346,3344,3343,0,2,3343,3344,3345,0,2,3346,3343,3235,0,2,3235,3343,3234,0,2,3234,3343,3347,0,2,3347,3345,3349,0,2,3349,3345,417,0,2,3349,417,418,0,2,3347,3343,3345,0,2,3232,3234,3348,0,2,3232,3348,3241,0,2,3348,3349,3350,0,2,3350,419,28853,0,2,419,3350,3349,0,2,419,3349,418,0,2,3349,3348,3347,0,2,3347,3348,3234,0,2,3241,3348,3242,0,2,3242,3348,3351,0,2,3351,3364,3514,0,2,3514,3364,3352,0,2,3352,3363,3353,0,2,3354,3353,3362,0,2,3354,3362,3355,0,2,3357,3359,3488,0,2,3488,3360,3365,0,2,3359,3360,3488,0,2,3355,3362,3360,0,2,3360,3359,3355,0,2,3355,3359,3356,0,2,3361,3360,3362,0,2,3361,3362,3363,0,2,3540,3363,3364,0,2,3364,3363,3352,0,2,3353,3363,3362,0,2,3360,3361,3365,0,2,38606,3366,3367,0,2,3367,3366,38614,0,2,3367,38776,3487,0,2,3378,3487,3510,0,2,3513,3512,3496,0,2,3496,3512,3377,0,2,3377,3512,3506,0,2,3377,3506,3368,0,2,3368,3369,3370,0,2,3371,3370,3372,0,2,3371,436,3499,0,2,3368,3371,3503,0,2,3368,3503,3376,0,2,3373,3376,3502,0,2,3373,3502,28831,0,2,28829,28831,48974,0,2,28840,48973,3501,0,2,28840,3501,3374,0,2,28840,3374,3375,0,2,30805,3375,439,0,2,439,3375,438,0,2,3368,3370,3371,0,2,3496,3376,3373,0,2,3496,3373,3497,0,2,3497,3513,3496,0,2,3513,3491,3510,0,2,3510,3491,3378,0,2,3379,3378,3380,0,2,3379,3380,3381,0,2,3383,32831,3384,0,2,3383,3384,3485,0,2,3485,3384,3385,0,2,3385,3384,3386,0,2,48957,28835,3387,0,2,3387,48972,3388,0,2,3388,3389,48954,0,2,48954,3389,3390,0,2,48947,3392,3391,0,2,3391,3392,3393,0,2,3394,3393,48943,0,2,3394,48943,3395,0,2,3420,3395,3396,0,2,3396,3395,3440,0,2,32812,3398,32816,0,2,32817,3399,32819,0,2,32819,3399,3400,0,2,32819,3400,48921,0,2,48921,48913,3401,0,2,3401,48918,48920,0,2,48919,48920,3402,0,2,48919,3402,48907,0,2,48919,48907,3403,0,2,3405,3404,3406,0,2,3405,3406,3407,0,2,3407,3408,32574,0,2,3407,32574,3409,0,2,3409,3410,3437,0,2,3438,3411,3412,0,2,3413,23286,3414,0,2,3413,3414,32584,0,2,32584,3414,3415,0,2,32584,3415,3426,0,2,3426,3415,3425,0,2,3425,23285,3424,0,2,3424,23285,3423,0,2,3423,23292,3416,0,2,3423,3416,3417,0,2,3417,3416,38788,0,2,38788,38796,38785,0,2,38785,38796,38784,0,2,38785,38784,3418,0,2,3418,3419,38787,0,2,3421,38787,3420,0,2,3421,3420,3396,0,2,3421,3396,3422,0,2,3422,32732,38786,0,2,38786,32732,3423,0,2,38786,3423,3417,0,2,3425,3424,32730,0,2,3425,32730,3426,0,2,3426,32730,3427,0,2,3427,32730,3428,0,2,3427,3428,3429,0,2,3430,3429,3431,0,2,3431,32728,3432,0,2,3431,3432,3433,0,2,3433,3432,32724,0,2,3433,32724,3403,0,2,3433,3403,3404,0,2,3407,3409,3436,0,2,3436,3409,3437,0,2,3437,3410,3434,0,2,3434,48906,32585,0,2,3434,32585,3435,0,2,3435,32585,32587,0,2,3435,32587,3405,0,2,3435,3405,3436,0,2,3405,3407,3436,0,2,3434,3435,3437,0,2,3436,3437,3435,0,2,3434,3411,48906,0,2,48906,3411,3438,0,2,3438,3412,3439,0,2,3439,3412,3413,0,2,3439,3413,32583,0,2,32583,3413,32584,0,2,3485,3475,3476,0,2,3485,3476,3474,0,2,3485,3474,3441,0,2,3441,3478,3442,0,2,3443,3478,3484,0,2,3484,3478,3444,0,2,3484,3444,3445,0,2,3445,3446,3447,0,2,3468,3448,3449,0,2,3479,3481,3450,0,2,32822,3450,3451,0,2,32834,3451,32833,0,2,32833,3451,32826,0,2,3249,3248,3452,0,2,3249,3452,3453,0,2,3455,3453,3454,0,2,3455,3454,3456,0,2,32766,3456,38782,0,2,32766,38782,3457,0,2,3457,38782,3458,0,2,3457,3458,38597,0,2,38597,3458,3459,0,2,38597,3459,3470,0,2,38597,3470,3460,0,2,3460,3470,32759,0,2,32758,3469,3461,0,2,32741,3461,3462,0,2,32741,3462,3466,0,2,3466,3462,3463,0,2,3464,48958,48971,0,2,3464,48971,32749,0,2,3463,32749,32750,0,2,3463,32750,3465,0,2,3463,3465,3466,0,2,3466,3465,32741,0,2,3461,32741,32740,0,2,32749,3463,3464,0,2,3464,3463,3462,0,2,3470,3448,3467,0,2,3448,3468,3467,0,2,3467,3469,32758,0,2,3467,32758,3470,0,2,3470,32758,32759,0,2,3469,3446,3472,0,2,3472,3446,3477,0,2,3472,3477,3473,0,2,3477,3444,3471,0,2,3462,3471,3464,0,2,3471,3462,3473,0,2,3473,3462,3472,0,2,3472,3462,3461,0,2,3471,3473,3477,0,2,3472,3461,3469,0,2,3476,3471,3474,0,2,3476,3475,48958,0,2,3476,48958,3464,0,2,3476,3464,3471,0,2,3474,3471,3444,0,2,3444,3477,3445,0,2,3445,3477,3446,0,2,3441,3474,3444,0,2,3441,3444,3478,0,2,3442,3478,3443,0,2,3446,3469,3447,0,2,3447,3469,3467,0,2,3447,3467,3468,0,2,3470,3459,3448,0,2,3458,3449,3459,0,2,3459,3449,3448,0,2,32821,3449,3480,0,2,32821,3480,3479,0,2,3454,3480,3456,0,2,3450,3481,3451,0,2,3454,38781,3481,0,2,3481,38781,3451,0,2,3479,3480,3481,0,2,3454,3481,3480,0,2,32825,32799,32803,0,2,32825,32803,3251,0,2,3482,32799,32824,0,2,3482,32824,3455,0,2,3455,32824,3453,0,2,3449,32821,3468,0,2,3468,3483,3447,0,2,3447,3483,3445,0,2,3441,3442,3383,0,2,3441,3383,3485,0,2,3487,3378,3486,0,2,3487,3486,38606,0,2,38606,3486,3488,0,2,3487,38606,3367,0,2,3378,3379,3486,0,2,3357,3489,3358,0,2,3489,3357,3488,0,2,3489,3488,3486,0,2,3513,3497,3491,0,2,3378,3491,3490,0,2,3497,28830,3491,0,2,3491,28830,28829,0,2,3491,28829,3490,0,2,3490,28829,3492,0,2,3490,3492,3495,0,2,3495,3492,28839,0,2,38779,3493,28832,0,2,38779,28832,3382,0,2,3382,28832,3494,0,2,3494,3384,32831,0,2,3494,32831,3382,0,2,38779,3381,3493,0,2,3493,3381,3380,0,2,3493,3380,3495,0,2,3495,28839,3493,0,2,3495,3378,3490,0,2,3378,3495,3380,0,2,3496,3377,3376,0,2,3376,3377,3368,0,2,436,3498,3499,0,2,3499,3498,3500,0,2,3499,3500,3503,0,2,3499,3503,3371,0,2,3500,3374,3501,0,2,3375,3374,438,0,2,3500,48974,3502,0,2,3503,3502,3376,0,2,3502,3503,3500,0,2,3504,3370,3369,0,2,3504,3369,3505,0,2,3508,3505,38613,0,2,38613,3505,3506,0,2,3532,3504,3507,0,2,3507,3504,3505,0,2,3507,3505,3508,0,2,3508,38612,38611,0,2,3524,3509,3525,0,2,3366,3525,38614,0,2,3508,38613,38612,0,2,435,3504,3532,0,2,3369,3368,3506,0,2,3510,3487,38776,0,2,3510,38776,3511,0,2,3512,3513,3511,0,2,3511,3513,3510,0,2,3242,3351,3514,0,2,3243,3353,3354,0,2,3243,3354,3244,0,2,3351,3348,3350,0,2,3351,3350,3364,0,2,3364,3350,3519,0,2,3364,3519,3515,0,2,3515,3519,3535,0,2,3515,3535,3516,0,2,3517,3516,3518,0,2,3518,3516,3536,0,2,3536,3516,3535,0,2,3350,28853,3519,0,2,3519,28853,3520,0,2,3520,28853,420,0,2,3520,420,422,0,2,3520,422,3521,0,2,3521,422,425,0,2,3521,425,3526,0,2,3521,3526,3522,0,2,3522,3523,3537,0,2,3528,28848,3529,0,2,3524,3530,3509,0,2,38611,3509,3531,0,2,38611,3531,3508,0,2,3508,3531,3507,0,2,3509,3530,3531,0,2,3531,3530,3534,0,2,3531,3534,3507,0,2,3507,3534,3532,0,2,3532,3533,28847,0,2,3532,3534,3533,0,2,3529,3534,3530,0,2,3524,3537,3530,0,2,3537,3523,3530,0,2,3530,3523,3529,0,2,3529,3523,3528,0,2,3528,3523,3522,0,2,3528,3522,3527,0,2,3527,3522,3526,0,2,3519,3520,3535,0,2,3536,3535,3521,0,2,3521,3535,3520,0,2,3518,3521,3522,0,2,3518,3522,3537,0,2,3537,3524,3517,0,2,3517,3524,3525,0,2,3517,3525,3538,0,2,3517,3538,3539,0,2,3517,3539,3516,0,2,3537,3517,3518,0,2,3525,3366,3538,0,2,3538,3361,3363,0,2,3361,3538,3365,0,2,3365,3538,3366,0,2,3516,3539,3515,0,2,3539,3538,3540,0,2,3539,3540,3515,0,2,3538,3363,3540,0,2,3515,3540,3364,0,2,3218,3217,3219,0,2,38104,2227,3214,0,2,38104,3214,3215,0,2,3216,3544,3541,0,2,38106,3541,3542,0,2,2122,3543,3340,0,2,3543,3542,3340,0,2,3340,3542,3541,0,2,3340,3541,3544,0,2,3544,3218,3338,0,2,3544,3338,3340,0,2,3215,3216,38107,0,2,38107,3216,3541,0,2,2227,3545,3214,0,2,3214,3545,3222,0,2,3222,3545,3212,0,2,3213,2228,3553,0,2,3553,2228,3174,0,2,3553,3174,3556,0,2,3553,3556,3546,0,2,3211,3546,3548,0,2,3211,3548,3547,0,2,3547,3548,3549,0,2,3550,3549,3551,0,2,3550,3551,3204,0,2,3204,3551,3552,0,2,3203,3552,3202,0,2,3546,3211,3553,0,2,3547,3209,3210,0,2,3174,3173,3554,0,2,3554,3171,3555,0,2,3555,3171,3169,0,2,3555,3169,3558,0,2,3171,3554,3173,0,2,3174,3554,3556,0,2,3558,3557,3559,0,2,3558,3559,3566,0,2,3566,3559,3200,0,2,3560,38644,2942,0,2,2942,38644,2943,0,2,2942,2941,3560,0,2,3560,2941,3200,0,2,3546,3556,3561,0,2,3546,3561,3548,0,2,3548,3561,3199,0,2,3548,3199,3562,0,2,3548,3562,3564,0,2,3564,3562,3563,0,2,3564,3563,3552,0,2,3552,3551,3564,0,2,3551,3549,3564,0,2,3549,3548,3564,0,2,3199,3198,3562,0,2,3562,3198,3563,0,2,3552,3563,3202,0,2,3202,3563,3565,0,2,3199,3561,3566,0,2,3566,3561,3567,0,2,3566,3567,3558,0,2,3558,3567,3555,0,2,3555,3567,3556,0,2,3556,3567,3561,0,2,3566,3200,3199,0,2,3205,3206,3204,0,2,3568,3550,3569,0,2,3569,3550,3207,0,2,3550,3204,3207,0,2,3207,3204,3206,0,2,3550,3568,3549,0,2,3549,3568,3547,0,2,3547,3568,3209,0,2,374,373,3206,0,2,3206,373,371,0,2,3208,371,3570,0,2,3569,3570,3223,0,2,3569,3223,3220,0,2,3223,3570,3342,0,2,3342,3570,3571,0,2,3342,3571,3346,0,2,3346,3571,3572,0,2,3346,3572,3344,0,2,3344,369,3573,0,2,417,3345,3573,0,2,3573,3345,3344,0,2,369,3344,3572,0,2,3571,3570,371,0,2,3202,2938,3574,0,2,3202,3574,3203,0,2,2939,2936,2938,0,2,2929,111,3575,0,2,3576,38652,38668,0,2,38668,2929,3576,0,2,3576,2929,3575,0,2,3575,111,112,0,2,3575,112,3577,0,2,3577,3578,3579,0,2,3579,3578,3580,0,2,3580,3587,2935,0,2,2935,3587,3581,0,2,2935,3581,2936,0,2,2936,3581,3582,0,2,2936,3582,2937,0,2,3582,3583,3596,0,2,3596,3583,3593,0,2,3593,3583,3592,0,2,116,3592,3584,0,2,116,3584,115,0,2,3585,3588,3591,0,2,3591,3588,3586,0,2,3586,3578,3577,0,2,3578,3588,3580,0,2,3578,3586,3588,0,2,3587,3580,3588,0,2,3587,3588,3589,0,2,3587,3589,3581,0,2,3581,3589,3582,0,2,3582,3589,3583,0,2,3583,3589,3590,0,2,3590,3589,3585,0,2,3585,3589,3588,0,2,3583,3590,3592,0,2,3592,3590,3584,0,2,3584,3590,3585,0,2,3585,3591,3584,0,2,3584,3591,113,0,2,3593,3592,380,0,2,116,380,3592,0,2,3597,3595,3574,0,2,2938,2937,3574,0,2,3574,2937,3597,0,2,3597,3596,3595,0,2,3595,3596,3594,0,2,2937,3582,3597,0,2,3597,3582,3596,0,2,3596,3593,3594,0,2,3594,3593,380,0,2,380,379,3594,0,2,3594,379,3598,0,2,375,3598,377,0,2,377,3598,379,0,2,3594,3598,3595,0,2,3595,3598,3599,0,2,3595,3599,3203,0,2,375,3205,3598,0,2,3598,3205,3599,0,2,3574,3595,3203,0,2,112,113,3577,0,2,3577,113,3586,0,2,2927,2925,108,0,2,2925,109,108,0,2,2909,2911,2908,0,2,2908,3603,2907,0,2,2907,3603,3600,0,2,2907,3600,2906,0,2,2908,3628,2909,0,2,3603,2912,2919,0,2,3603,49784,3604,0,2,3603,3604,3600,0,2,3600,3604,49718,0,2,3601,49718,2904,0,2,3601,2904,3602,0,2,49784,3603,3605,0,2,3605,3603,2919,0,2,2903,3640,2904,0,2,2904,3640,3639,0,2,3612,3639,3606,0,2,3608,49989,3611,0,2,49989,77,3611,0,2,3611,77,3609,0,2,80,3609,3610,0,2,3609,38701,3610,0,2,3608,3611,38718,0,2,38718,3611,3607,0,2,3607,3611,3606,0,2,3606,3611,82,0,2,3606,82,3612,0,2,3612,82,3631,0,2,3631,82,3613,0,2,3613,3614,3615,0,2,3619,3617,3622,0,2,3618,3619,3620,0,2,38465,3622,3623,0,2,3623,3622,3625,0,2,3623,3625,3624,0,2,3626,3625,3617,0,2,3626,3617,3616,0,2,3617,3625,3622,0,2,3616,3617,3619,0,2,3627,3619,3618,0,2,3618,3620,2905,0,2,2905,3620,3621,0,2,2905,3621,3628,0,2,3628,2907,2905,0,2,3627,3629,3615,0,2,3615,3629,3631,0,2,3627,3615,3619,0,2,3615,3616,3619,0,2,3627,48981,3629,0,2,3630,3631,3629,0,2,3630,3602,3612,0,2,3630,3612,3631,0,2,3615,3631,3613,0,2,82,3632,3613,0,2,3632,3633,3613,0,2,3613,3633,3614,0,2,3614,3633,3635,0,2,3614,3635,3634,0,2,83,3611,3609,0,2,3609,80,83,0,2,38700,80,79,0,2,49786,3636,3637,0,2,3636,3638,3637,0,2,3637,3638,3606,0,2,3637,3606,3639,0,2,3637,3639,3640,0,2,3606,3638,3607,0,2,4894,49779,49781,0,2,49781,49779,49776,0,2,49776,49779,49775,0,2,49775,49779,3642,0,2,2853,49781,3644,0,2,4854,3644,4892,0,2,4854,4892,3645,0,2,3650,3645,4888,0,2,3650,4888,3649,0,2,3649,4888,3646,0,2,3648,3646,3647,0,2,3647,2839,3648,0,2,3648,3649,3646,0,2,3650,3649,3652,0,2,3652,3653,4852,0,2,3652,4852,3650,0,2,3650,4852,3651,0,2,3645,3651,4854,0,2,3653,4839,4852,0,2,4852,4839,3654,0,2,3655,4853,3656,0,2,29368,3656,3657,0,2,3657,4846,27,0,2,27,4846,23,0,2,23,4846,25,0,2,25,4846,4842,0,2,25,4845,3658,0,2,3659,4860,3660,0,2,3663,3662,4866,0,2,3665,4868,4870,0,2,3665,4870,29344,0,2,29344,4870,3666,0,2,3666,4870,3667,0,2,3667,49961,3668,0,2,3668,49961,3669,0,2,3669,3670,29357,0,2,29357,3670,3671,0,2,29353,3672,4886,0,2,29353,4886,29361,0,2,1852,3673,1853,0,2,3673,4883,1854,0,2,3675,4838,3676,0,2,3677,3676,4815,0,2,3677,4815,49651,0,2,49651,4815,3678,0,2,3678,3680,3679,0,2,49647,3680,4809,0,2,49647,4809,3681,0,2,3681,4809,3682,0,2,3682,4809,3683,0,2,3684,4811,3826,0,2,3826,4811,3825,0,2,3825,4811,4804,0,2,3825,3685,3686,0,2,3686,3685,3817,0,2,3817,3685,3818,0,2,3818,3685,3687,0,2,3818,3687,4802,0,2,4802,4812,3715,0,2,3715,4812,3688,0,2,3688,4818,29367,0,2,29367,29366,3689,0,2,3689,29366,29320,0,2,29320,3690,3691,0,2,3692,29324,3693,0,2,3694,3693,3695,0,2,3694,3695,3696,0,2,3698,3699,29379,0,2,29379,3699,3700,0,2,3701,3702,3703,0,2,3703,3702,29354,0,2,3703,29354,3704,0,2,1803,3704,1804,0,2,3704,1803,3703,0,2,3697,3698,3705,0,2,3697,3705,3711,0,2,3711,3705,3706,0,2,3711,3706,3707,0,2,3707,3706,1798,0,2,3707,1798,1797,0,2,3707,3713,3711,0,2,3697,3711,3708,0,2,5349,3709,3712,0,2,5349,3712,3710,0,2,3708,3709,3696,0,2,3708,3711,3709,0,2,3709,3711,3712,0,2,3713,3707,3710,0,2,3710,3707,1794,0,2,1794,3707,5260,0,2,3713,3712,3711,0,2,3713,3710,3712,0,2,29367,3689,3714,0,2,29367,3714,3688,0,2,3688,3714,3715,0,2,3717,3715,3716,0,2,3717,3716,3718,0,2,3719,3718,3720,0,2,3720,29316,3721,0,2,3721,5537,5533,0,2,5533,5537,5534,0,2,3724,3723,3725,0,2,3724,3725,3726,0,2,3726,3725,5532,0,2,29307,3726,3727,0,2,29307,3727,29306,0,2,29306,3727,3728,0,2,3728,3727,3845,0,2,3728,3845,3847,0,2,3847,3729,3730,0,2,3730,3729,3731,0,2,3732,3731,3734,0,2,3732,3734,3733,0,2,3733,3734,3735,0,2,3735,3734,3736,0,2,3735,3736,3737,0,2,3737,3736,3738,0,2,3739,3740,3810,0,2,3810,3740,3741,0,2,3810,3741,28976,0,2,28976,3741,3742,0,2,28976,3742,28977,0,2,28977,3742,3743,0,2,3743,29256,3744,0,2,28979,3744,3745,0,2,28979,3745,28984,0,2,28984,3745,29291,0,2,28984,29291,3824,0,2,3824,29291,3746,0,2,3682,29291,3747,0,2,3747,29291,11,0,2,3747,11,13,0,2,29291,3745,3809,0,2,29291,3809,11,0,2,3745,3744,3748,0,2,3748,3749,9,0,2,3750,29258,29257,0,2,3750,29257,3797,0,2,3751,29257,29256,0,2,3751,29256,3808,0,2,3753,3752,29261,0,2,3753,29261,3842,0,2,3753,3842,3754,0,2,3754,3842,49625,0,2,3754,49625,3755,0,2,3756,3802,3754,0,2,3754,3802,3753,0,2,3756,3754,3755,0,2,3755,49627,3805,0,2,3805,49627,49629,0,2,3804,3757,3803,0,2,3782,3779,3794,0,2,3782,3794,3759,0,2,3759,49628,3789,0,2,3788,3760,3786,0,2,3786,3760,3761,0,2,29267,29264,3762,0,2,29267,3762,3763,0,2,3768,3766,3767,0,2,3768,3767,4770,0,2,3768,4770,3769,0,2,3769,4762,29271,0,2,3770,4761,29194,0,2,3770,29194,29272,0,2,29275,29272,49621,0,2,29275,49621,3771,0,2,29284,49622,3774,0,2,29284,3774,29283,0,2,49986,3773,49634,0,2,49634,3773,49635,0,2,3784,3772,3783,0,2,49991,3783,3772,0,2,3793,29283,3772,0,2,29283,3774,3775,0,2,3777,3776,49622,0,2,3776,3775,49622,0,2,3778,29164,3773,0,2,3778,3773,29283,0,2,29283,3775,3778,0,2,3784,3783,3781,0,2,3784,3781,3782,0,2,3780,49998,2854,0,2,3779,3780,2854,0,2,3780,3782,3781,0,2,3801,3779,49655,0,2,3779,3782,3780,0,2,3793,3791,3792,0,2,3785,3786,3787,0,2,3787,3786,3761,0,2,3786,3785,3788,0,2,3788,3790,3789,0,2,3793,3784,3759,0,2,3791,3790,49630,0,2,3790,29290,49630,0,2,3785,29290,3788,0,2,49628,3788,3789,0,2,3790,3759,3789,0,2,3793,3759,3790,0,2,3790,3791,3793,0,2,28972,49995,30060,0,2,30,28972,36,0,2,36,28972,30060,0,2,30,36,68,0,2,49991,49995,3783,0,2,29281,3792,49630,0,2,49630,3792,3791,0,2,3784,3793,3772,0,2,29279,3793,3792,0,2,3793,29277,29283,0,2,3774,49622,3775,0,2,3758,3757,3794,0,2,3782,3759,3784,0,2,3803,3757,3758,0,2,28974,3795,3796,0,2,3802,3796,3797,0,2,29257,3751,3797,0,2,3797,3798,8,0,2,8,3798,3799,0,2,8,3799,7,0,2,7,3799,5,0,2,7,5,6,0,2,3797,8,3750,0,2,3750,8,3749,0,2,3750,3749,29258,0,2,3797,3796,3798,0,2,3798,3796,3795,0,2,3798,3795,3800,0,2,3799,3800,0,0,2,3801,3794,3779,0,2,3758,3794,28974,0,2,3794,3795,28974,0,2,3800,3795,49974,0,2,3794,49974,3795,0,2,3794,3801,49974,0,2,0,49974,3801,0,2,3808,3752,3751,0,2,3751,3752,3797,0,2,3797,3752,3802,0,2,3752,3753,3802,0,2,3804,3756,3806,0,2,3806,3757,3804,0,2,3756,3804,3803,0,2,49629,3806,3805,0,2,49629,3757,3806,0,2,3805,3806,3755,0,2,3755,3806,3756,0,2,3758,3807,3803,0,2,3803,3796,3756,0,2,3796,3803,3807,0,2,3752,3808,28975,0,2,3808,29256,3742,0,2,3742,29256,3743,0,2,29258,3748,3744,0,2,3809,3745,3748,0,2,3809,3748,9,0,2,3739,3810,3811,0,2,3812,3813,3835,0,2,3835,3813,3821,0,2,3835,3821,3814,0,2,3815,3814,3819,0,2,3815,3819,3816,0,2,3816,3819,3817,0,2,3819,3814,3821,0,2,3821,3813,3820,0,2,3821,3820,3822,0,2,3821,3822,3823,0,2,3822,3824,3684,0,2,3684,3824,3683,0,2,3683,3824,3746,0,2,3683,3746,3682,0,2,3821,3823,3819,0,2,3819,3823,3686,0,2,3684,3826,3822,0,2,3686,3823,3825,0,2,3825,3823,3826,0,2,3739,3811,3738,0,2,3738,3811,3737,0,2,3737,3811,3735,0,2,3811,3834,3735,0,2,3735,3834,3833,0,2,3735,3833,28985,0,2,28985,3833,3827,0,2,28985,3827,3828,0,2,3828,3827,3829,0,2,3828,3829,3844,0,2,3831,3830,3832,0,2,3829,3827,3830,0,2,3830,3827,3833,0,2,3830,3833,3832,0,2,3811,3812,3834,0,2,3834,3812,3835,0,2,3835,3814,3832,0,2,3832,3833,3835,0,2,3835,3833,3834,0,2,3736,3734,4789,0,2,3736,4789,3836,0,2,3836,4789,3837,0,2,3836,3837,29308,0,2,29308,3837,4792,0,2,29308,4792,3838,0,2,3839,3838,49658,0,2,29261,3841,3842,0,2,49625,3842,3841,0,2,29261,3843,3841,0,2,3843,3839,3840,0,2,3840,3839,49658,0,2,3843,3840,3841,0,2,3731,3732,3730,0,2,3730,3828,3844,0,2,3844,3728,3847,0,2,3730,3844,3847,0,2,3845,3846,3847,0,2,3847,3846,3848,0,2,3848,29952,4788,0,2,4788,29952,29959,0,2,4788,29959,29965,0,2,4788,29965,3849,0,2,3849,29965,3850,0,2,3849,3850,4790,0,2,4790,3850,28988,0,2,28988,3850,3851,0,2,3851,3850,29964,0,2,3851,29964,29963,0,2,28990,29963,28991,0,2,28991,29963,3852,0,2,3852,29961,3853,0,2,3853,29961,29967,0,2,3853,29967,4786,0,2,4786,29967,3854,0,2,4786,3854,3855,0,2,4786,3855,4624,0,2,4624,3855,4622,0,2,4622,3856,4623,0,2,4623,3856,4618,0,2,4787,29945,3858,0,2,3858,29945,3859,0,2,3859,3860,3861,0,2,3864,3863,4616,0,2,4615,3865,3866,0,2,3867,3866,3868,0,2,3867,3868,4613,0,2,3867,4613,3869,0,2,3867,3869,29985,0,2,3870,3869,29971,0,2,29971,3869,29969,0,2,29969,4612,3871,0,2,3871,4597,3872,0,2,30378,30376,3876,0,2,30380,3877,3878,0,2,3878,3877,6158,0,2,3878,6158,6166,0,2,3878,6166,4562,0,2,4562,6166,3879,0,2,3880,4516,3881,0,2,3881,4516,4517,0,2,3881,4517,3882,0,2,3882,3883,49615,0,2,30403,49615,3884,0,2,3885,3884,4508,0,2,3885,4508,3886,0,2,4573,3886,4574,0,2,3887,3888,3889,0,2,3889,3888,3890,0,2,3890,3888,4505,0,2,3890,4505,3891,0,2,3890,3891,4716,0,2,4716,3926,3892,0,2,3892,3893,30391,0,2,30391,3893,30386,0,2,30386,3893,3894,0,2,3894,3928,3895,0,2,3895,3949,3950,0,2,3895,3950,3912,0,2,3912,3950,3951,0,2,3954,3897,3910,0,2,3910,3897,3898,0,2,3910,3898,3899,0,2,3899,3898,4085,0,2,3908,3899,4080,0,2,3908,4080,3900,0,2,3908,3900,3925,0,2,3925,3900,3901,0,2,3902,3903,3904,0,2,3904,3903,3905,0,2,3905,3903,3906,0,2,3899,3908,3910,0,2,3910,3908,3909,0,2,3910,3909,3896,0,2,3951,3896,3912,0,2,3912,3911,3914,0,2,3913,3895,3914,0,2,3913,3914,3915,0,2,3915,3924,3916,0,2,3916,3924,3917,0,2,3916,3917,3902,0,2,3916,3902,3904,0,2,3916,3921,3915,0,2,3915,3921,3918,0,2,3918,3921,30390,0,2,4728,30390,3921,0,2,4728,3919,3920,0,2,3920,3919,339,0,2,3920,339,340,0,2,3922,3905,339,0,2,339,3905,338,0,2,338,3905,3907,0,2,3907,3905,3906,0,2,3905,3922,3904,0,2,3904,3922,3916,0,2,3922,3921,3916,0,2,339,3919,3922,0,2,3921,3919,4728,0,2,3922,3919,3921,0,2,3915,3918,3923,0,2,3915,3923,3913,0,2,3913,3894,3895,0,2,3914,3895,3912,0,2,3915,3914,3924,0,2,3917,3924,3925,0,2,3917,3925,3901,0,2,3917,3901,3902,0,2,3896,3909,3912,0,2,3912,3909,3911,0,2,3924,3911,3925,0,2,3925,3911,3909,0,2,3925,3909,3908,0,2,3924,3914,3911,0,2,3896,3954,3910,0,2,3926,3927,3893,0,2,3893,3927,3894,0,2,3894,3927,3928,0,2,3928,4503,3929,0,2,3933,4511,3938,0,2,3938,4511,3934,0,2,31282,3934,3935,0,2,31282,3935,31284,0,2,31282,30209,30215,0,2,30228,30225,31283,0,2,31283,30225,30224,0,2,30224,30223,3936,0,2,3937,3947,3938,0,2,3933,3938,3940,0,2,3940,3938,3939,0,2,3940,3939,3941,0,2,3940,3941,3932,0,2,3932,3941,3955,0,2,3932,3955,3931,0,2,3939,3942,3944,0,2,3944,3942,30904,0,2,3944,30904,3943,0,2,3946,30525,3945,0,2,3945,3955,3941,0,2,3941,3939,3945,0,2,3945,3939,3944,0,2,3944,3946,3945,0,2,3938,3934,3937,0,2,3937,3936,3947,0,2,3947,3936,30913,0,2,3947,30913,3939,0,2,3939,30913,3942,0,2,3939,3938,3947,0,2,3930,3929,3948,0,2,3930,3948,3931,0,2,3928,3929,3895,0,2,3895,3929,3949,0,2,3949,3929,3930,0,2,3949,3930,3952,0,2,3949,3952,3950,0,2,3950,3952,3951,0,2,3951,3952,3953,0,2,3951,3953,3896,0,2,3952,3955,3953,0,2,3953,3954,3896,0,2,3930,3931,3952,0,2,3952,3931,3955,0,2,3953,3955,4502,0,2,30524,4502,30222,0,2,30524,30222,4501,0,2,3958,3957,30570,0,2,3958,30570,30569,0,2,3958,30569,30931,0,2,3958,30931,30930,0,2,30929,30930,3959,0,2,30929,3959,3998,0,2,3998,3959,4014,0,2,4014,3960,3961,0,2,4118,3986,3967,0,2,3967,3986,30609,0,2,3977,30609,3988,0,2,3977,3988,3990,0,2,3977,3990,3978,0,2,3978,3990,3989,0,2,3978,3989,3982,0,2,3982,3989,3968,0,2,3982,3968,3969,0,2,3983,3969,30829,0,2,3983,30829,49617,0,2,3980,30697,3970,0,2,3972,3973,3974,0,2,3974,3973,3975,0,2,3979,3975,3976,0,2,3985,3976,3981,0,2,3977,3978,3981,0,2,3976,3985,3979,0,2,3975,3979,3974,0,2,3971,3974,3980,0,2,3971,3980,3970,0,2,30697,3980,3979,0,2,30697,3979,3985,0,2,3979,3980,3974,0,2,3974,3971,3972,0,2,3978,3982,3981,0,2,3981,3982,3984,0,2,3984,3982,3983,0,2,3984,3983,49617,0,2,3982,3969,3983,0,2,30609,3986,3991,0,2,3991,3965,3987,0,2,3987,3965,3993,0,2,3987,3993,3990,0,2,3991,3987,3988,0,2,3991,3988,30609,0,2,3990,3993,3989,0,2,3987,3990,3988,0,2,4496,3965,3991,0,2,4496,3991,3966,0,2,3966,3991,3986,0,2,3963,3962,3992,0,2,3962,30572,3992,0,2,3992,30572,3964,0,2,3993,30572,3989,0,2,3993,3964,30572,0,2,30929,3998,30557,0,2,3994,30556,3995,0,2,3996,3995,30553,0,2,3996,30553,4501,0,2,4501,30553,3997,0,2,4501,3997,30524,0,2,3999,4498,4000,0,2,30571,4001,4002,0,2,4002,4001,4016,0,2,4002,4016,4013,0,2,4003,4013,4070,0,2,4005,4067,4006,0,2,4006,4067,4072,0,2,4003,4007,4011,0,2,30554,4011,4008,0,2,4010,4008,4009,0,2,3897,4009,4084,0,2,3897,4084,3898,0,2,4009,3897,4010,0,2,4008,4010,30554,0,2,30554,4012,4011,0,2,4011,4012,4002,0,2,4002,4012,30571,0,2,4013,4003,4011,0,2,4002,4013,4011,0,2,4011,4007,4008,0,2,4006,4007,4005,0,2,4005,4007,4004,0,2,4004,4007,4003,0,2,3962,4498,4014,0,2,4014,3961,30572,0,2,4014,30572,3962,0,2,4498,3962,4000,0,2,3962,3963,4000,0,2,4000,3963,4001,0,2,4001,3963,4016,0,2,4013,4016,4015,0,2,4016,3963,4018,0,2,4016,4018,4015,0,2,4015,4018,4017,0,2,4017,4018,3966,0,2,4017,3966,4019,0,2,4020,4089,30610,0,2,4005,4494,4021,0,2,4023,4022,4044,0,2,4044,4022,4042,0,2,4042,4022,4041,0,2,30691,4086,4024,0,2,4026,4025,4027,0,2,4028,4029,4030,0,2,4030,4029,30617,0,2,30617,4029,4031,0,2,4031,4029,30549,0,2,4031,30549,4032,0,2,4032,30549,4132,0,2,30684,4033,4034,0,2,4034,4033,4133,0,2,4034,4133,30685,0,2,4037,4035,4036,0,2,4038,457,456,0,2,4025,4026,4024,0,2,4024,4026,30690,0,2,4024,30690,30691,0,2,4086,30691,30704,0,2,4086,30704,4041,0,2,4041,30704,4039,0,2,4039,4040,4041,0,2,4042,4043,4044,0,2,4044,4043,4045,0,2,4045,4043,4046,0,2,4047,4046,4048,0,2,4047,4048,4049,0,2,4049,4048,4063,0,2,4049,4063,4060,0,2,4049,4060,4050,0,2,4051,4064,4053,0,2,4052,4053,4054,0,2,4054,4053,4055,0,2,4054,4055,433,0,2,433,4055,4056,0,2,4046,4043,4057,0,2,4046,4057,4048,0,2,444,4058,445,0,2,4063,4059,4060,0,2,4060,4062,4061,0,2,4061,4062,441,0,2,4062,4060,4059,0,2,444,4059,4058,0,2,4058,4059,4063,0,2,443,4062,4059,0,2,4060,4061,4050,0,2,4050,4061,4051,0,2,4051,4061,4064,0,2,4064,4066,4065,0,2,4065,4066,30808,0,2,30811,30808,440,0,2,441,4066,4061,0,2,4064,4061,4066,0,2,4044,4076,4075,0,2,4005,4004,4494,0,2,4494,4004,4495,0,2,4069,4070,4017,0,2,4017,4070,4015,0,2,4069,4017,4071,0,2,4069,4071,4068,0,2,4068,4071,30611,0,2,4068,30611,4495,0,2,4495,30611,30610,0,2,4495,4004,4068,0,2,4068,4004,4069,0,2,4004,4003,4069,0,2,4069,4003,4070,0,2,4070,4013,4015,0,2,4005,4021,4067,0,2,4021,4023,4067,0,2,4067,4023,4075,0,2,4072,4075,4077,0,2,4077,4079,4073,0,2,3899,4085,4073,0,2,4077,4073,4074,0,2,4072,4077,4074,0,2,4072,4067,4075,0,2,4075,4076,4081,0,2,4081,4076,4045,0,2,4045,4076,4044,0,2,4079,4077,4078,0,2,4079,4082,4073,0,2,4073,4082,4080,0,2,4073,4080,3899,0,2,4077,4075,4081,0,2,4077,4081,4078,0,2,28873,4046,4047,0,2,4078,28873,4079,0,2,4079,28873,4082,0,2,4080,4082,3900,0,2,4081,4045,4078,0,2,4078,4045,4046,0,2,4078,4046,28873,0,2,4083,4009,4008,0,2,4084,4074,4085,0,2,4085,4074,4073,0,2,4085,3898,4084,0,2,4006,4074,4083,0,2,4074,4084,4083,0,2,4083,4084,4009,0,2,4008,4007,4083,0,2,4083,4007,4006,0,2,4022,4086,4041,0,2,4086,4087,4088,0,2,4088,4087,4493,0,2,4088,4493,30703,0,2,30703,4493,4090,0,2,30703,4090,4089,0,2,4491,4115,4489,0,2,4489,4115,4490,0,2,4490,4115,4112,0,2,4112,4117,4091,0,2,4091,3967,4113,0,2,4093,3976,4094,0,2,4093,4094,4095,0,2,4488,4096,4097,0,2,4098,4423,4427,0,2,4098,4427,4099,0,2,4267,4099,4426,0,2,4267,4426,4100,0,2,4100,4425,4275,0,2,4275,4425,4417,0,2,4275,4417,4276,0,2,4276,4417,4410,0,2,4276,4410,4277,0,2,4277,4410,4101,0,2,4101,4102,4108,0,2,4108,4102,4103,0,2,4103,4102,4411,0,2,4103,4411,4104,0,2,4109,4104,4105,0,2,4105,4438,4106,0,2,4106,4438,4320,0,2,4106,4475,4474,0,2,4106,4474,4107,0,2,4103,4104,4109,0,2,4108,4103,4107,0,2,4107,4103,4109,0,2,4109,4105,4110,0,2,4110,4105,4106,0,2,4107,4109,4110,0,2,4110,4106,4107,0,2,4113,4486,4111,0,2,4113,4111,4112,0,2,4113,4112,4091,0,2,4093,4486,30607,0,2,30608,30607,4092,0,2,30608,4092,4113,0,2,4092,30607,4486,0,2,4112,4115,4117,0,2,4117,4115,4114,0,2,4020,4114,4491,0,2,4491,4114,4115,0,2,4020,4116,4114,0,2,4116,4019,4118,0,2,4114,4116,4117,0,2,4117,4116,4118,0,2,3986,4118,3966,0,2,3966,4118,4019,0,2,4089,4492,30703,0,2,30703,4492,4025,0,2,4025,4492,4027,0,2,4027,4492,4028,0,2,4028,4492,4119,0,2,4028,4119,4120,0,2,4120,4119,4121,0,2,4120,4121,4122,0,2,4122,4121,4487,0,2,4122,4487,4123,0,2,4124,4123,4125,0,2,4098,4099,4127,0,2,4127,4128,4126,0,2,4126,4128,4125,0,2,4127,4126,4098,0,2,4265,4129,4130,0,2,4265,4130,4264,0,2,4264,4130,4131,0,2,4131,4139,4132,0,2,4132,4139,4033,0,2,4133,4033,4134,0,2,4146,4134,4140,0,2,4146,4140,4142,0,2,4135,4136,4137,0,2,4141,4138,4142,0,2,4131,4141,4140,0,2,4131,4140,4139,0,2,4139,4140,4134,0,2,4142,4140,4141,0,2,4134,4033,4139,0,2,4136,4142,4137,0,2,4137,4142,4138,0,2,4184,4133,4146,0,2,4185,4146,4145,0,2,4185,4145,4143,0,2,30709,4193,30693,0,2,30692,4144,4145,0,2,4134,4146,4133,0,2,4146,4142,4147,0,2,4144,30616,4270,0,2,30710,4278,4149,0,2,4151,4290,30694,0,2,30694,4290,4152,0,2,30694,4152,4153,0,2,4156,4310,4157,0,2,4158,4308,4309,0,2,4158,4309,32444,0,2,32444,4161,4211,0,2,4211,4161,4213,0,2,4159,4209,4160,0,2,4162,4167,32423,0,2,32423,4167,4163,0,2,4312,4164,4306,0,2,4318,30826,4166,0,2,4166,30827,4165,0,2,4163,4164,4165,0,2,4165,4164,4166,0,2,4318,4166,4316,0,2,4164,4312,4166,0,2,4166,4312,4316,0,2,4209,4213,4160,0,2,4160,4213,4451,0,2,4451,4213,4161,0,2,4162,4161,4167,0,2,4168,4181,30695,0,2,30695,4181,4169,0,2,4170,4169,4176,0,2,4170,4176,4174,0,2,4170,4174,30717,0,2,4171,30717,4172,0,2,4214,4173,4172,0,2,4214,4172,4219,0,2,4175,4219,4174,0,2,30722,4175,4176,0,2,30722,4176,4182,0,2,30722,4182,4181,0,2,30722,4181,4154,0,2,4154,4181,4168,0,2,4154,4155,30722,0,2,4173,4221,4172,0,2,4172,30717,4174,0,2,4172,4221,4171,0,2,4171,4221,4177,0,2,4177,4222,4178,0,2,4178,4222,4224,0,2,4180,4224,4215,0,2,4180,4215,4179,0,2,4179,30719,4180,0,2,4224,4180,4178,0,2,4168,30695,4153,0,2,4153,30695,30694,0,2,4181,4182,4169,0,2,4169,4182,4176,0,2,4176,4175,4174,0,2,4172,4174,4219,0,2,4145,4183,4143,0,2,4145,4144,4183,0,2,4193,4183,30693,0,2,30693,4183,4144,0,2,4183,4193,4143,0,2,4143,4193,4191,0,2,4184,4185,4035,0,2,4184,4035,30685,0,2,4185,4184,4146,0,2,4184,30685,4133,0,2,4036,4186,4263,0,2,4263,4186,4260,0,2,4260,4186,4189,0,2,4260,4189,4259,0,2,4259,4189,4192,0,2,461,28786,4187,0,2,461,4187,4257,0,2,4257,4187,4188,0,2,4190,4189,4186,0,2,4190,4186,4191,0,2,4191,4186,4143,0,2,4143,4186,4036,0,2,4143,4036,4185,0,2,28786,4192,4187,0,2,4187,4189,4188,0,2,4191,4193,4190,0,2,4256,4193,30709,0,2,4256,30709,4250,0,2,4258,4250,4255,0,2,4194,4254,4195,0,2,4194,4195,461,0,2,23464,461,4195,0,2,464,4197,4198,0,2,464,4198,465,0,2,4243,4179,4199,0,2,4203,4202,4204,0,2,30723,4204,4205,0,2,30723,4205,4450,0,2,4205,4204,4206,0,2,4202,4207,4204,0,2,4204,4207,4206,0,2,4205,4206,4217,0,2,4205,4217,4218,0,2,4205,4218,4208,0,2,4208,4218,4209,0,2,4208,4209,4159,0,2,4308,4158,32446,0,2,4211,4210,4212,0,2,4211,4212,4158,0,2,4158,4212,32446,0,2,4213,4209,4210,0,2,4213,4210,4211,0,2,4210,4225,4214,0,2,4210,4214,4212,0,2,4225,4210,4209,0,2,4199,4179,4215,0,2,4199,4215,4227,0,2,4227,4215,4216,0,2,4223,4217,4206,0,2,4218,4173,4225,0,2,4225,4173,4214,0,2,32445,4175,30722,0,2,4175,32445,4212,0,2,4175,4212,4219,0,2,4219,4212,4214,0,2,4173,4218,4220,0,2,4173,4220,4221,0,2,4177,4221,4222,0,2,4224,4222,4223,0,2,4224,4223,4226,0,2,4216,4215,4224,0,2,4224,4226,4216,0,2,4220,4222,4221,0,2,4223,4222,4217,0,2,4217,4222,4220,0,2,4217,4220,4218,0,2,4218,4225,4209,0,2,4216,4226,4228,0,2,4216,4228,4227,0,2,4227,4228,4201,0,2,4199,4227,4200,0,2,4228,4226,4207,0,2,4228,4207,4202,0,2,4228,4202,4201,0,2,4201,4202,30751,0,2,4226,4206,4207,0,2,4206,4226,4223,0,2,4243,4199,4229,0,2,4243,4229,465,0,2,465,4229,468,0,2,468,4229,4236,0,2,468,4236,4230,0,2,4235,4230,4231,0,2,4234,4231,30821,0,2,4234,30821,4232,0,2,4232,30821,30822,0,2,4232,30822,4233,0,2,4233,30822,4200,0,2,4200,4201,4233,0,2,4233,4201,30751,0,2,4232,4233,30752,0,2,4232,30752,4234,0,2,4234,30752,30756,0,2,4234,30756,470,0,2,4231,4230,4236,0,2,30822,4236,4229,0,2,468,466,465,0,2,4196,462,4195,0,2,4195,4254,4247,0,2,4247,4254,4237,0,2,4238,4237,30711,0,2,4238,30711,30721,0,2,4246,4238,4239,0,2,30715,4239,4240,0,2,4240,30800,30715,0,2,30715,4241,30718,0,2,30798,30719,4242,0,2,4242,4179,4243,0,2,4242,4243,4244,0,2,4238,4246,4247,0,2,4238,4247,4237,0,2,4247,4196,4195,0,2,4243,465,4198,0,2,4243,4198,4244,0,2,4244,4198,4197,0,2,4244,4197,4245,0,2,4245,4197,4248,0,2,4246,4249,4247,0,2,4247,4249,4248,0,2,4247,4248,4196,0,2,4249,4245,4248,0,2,4237,4253,30711,0,2,4237,4254,4253,0,2,4253,4254,4255,0,2,4255,4254,4194,0,2,4255,4251,4252,0,2,4255,4252,4253,0,2,4255,4250,4251,0,2,4190,4193,4256,0,2,4258,4256,4250,0,2,4190,4256,4189,0,2,4189,4256,4188,0,2,4188,4256,4258,0,2,4188,4258,4257,0,2,4257,4258,4255,0,2,4257,4255,4194,0,2,4259,4262,4260,0,2,4192,4261,4259,0,2,4259,4261,4262,0,2,458,4262,4261,0,2,4035,4185,4036,0,2,4036,4263,4037,0,2,4263,458,457,0,2,457,4038,4263,0,2,4263,4038,4037,0,2,4033,30684,4132,0,2,4131,4132,4266,0,2,4131,4266,4264,0,2,4128,4129,4125,0,2,4125,4129,4124,0,2,4129,4265,4124,0,2,4124,4265,4123,0,2,4123,4265,4122,0,2,4265,4264,4122,0,2,4264,4266,4122,0,2,4120,4266,4028,0,2,4127,4099,4267,0,2,4127,4267,30612,0,2,4130,4268,4138,0,2,4130,4138,4141,0,2,4130,4129,4268,0,2,4129,4128,4268,0,2,4268,4128,30612,0,2,30613,4269,4135,0,2,4135,4269,4148,0,2,4148,4269,30616,0,2,4270,30616,4271,0,2,4270,4271,4272,0,2,4272,4271,4273,0,2,4272,4273,4285,0,2,4285,4273,4284,0,2,4300,4275,4276,0,2,4297,4276,4277,0,2,4297,4277,4305,0,2,4295,4305,4101,0,2,4295,4101,4108,0,2,4305,4277,4101,0,2,4100,4275,4274,0,2,4100,4274,30614,0,2,30614,4274,30615,0,2,4274,4275,4300,0,2,4278,4279,4289,0,2,4289,4279,4280,0,2,4281,4280,4481,0,2,4303,4481,4301,0,2,4298,4282,4283,0,2,4280,4288,4287,0,2,4280,4279,4288,0,2,4288,4279,4286,0,2,4284,4298,4285,0,2,4285,4298,4283,0,2,4285,4283,4286,0,2,4280,4287,4481,0,2,4481,4287,4301,0,2,4301,4283,4282,0,2,4285,4286,4272,0,2,4287,4288,4301,0,2,4301,4288,4283,0,2,4270,4278,30710,0,2,4149,4278,4289,0,2,4289,4280,4290,0,2,4152,4290,4281,0,2,4152,4281,4153,0,2,4153,4281,4168,0,2,4168,4281,4481,0,2,4168,4481,4311,0,2,4311,4481,4291,0,2,4480,4292,4293,0,2,4294,4295,4296,0,2,4296,4295,4108,0,2,4296,4108,4107,0,2,4297,4483,4299,0,2,4299,4483,4298,0,2,4299,4298,4284,0,2,4284,30615,4299,0,2,4299,4300,4297,0,2,4300,4276,4297,0,2,4300,4299,4274,0,2,4274,4299,30615,0,2,4484,4293,4304,0,2,4485,4304,4302,0,2,4485,4302,4301,0,2,4301,4302,4303,0,2,4303,4302,4292,0,2,4303,4292,4291,0,2,4302,4304,4292,0,2,4292,4304,4293,0,2,4484,4295,4294,0,2,4484,4294,4293,0,2,4295,4484,4305,0,2,4297,4305,4483,0,2,4296,4477,4294,0,2,4294,4477,4480,0,2,4292,4313,4479,0,2,4479,4314,4310,0,2,4306,4164,4307,0,2,4307,4164,4163,0,2,4307,4163,4308,0,2,4308,4163,4309,0,2,32444,4309,4161,0,2,4161,4309,4167,0,2,4167,4309,4163,0,2,4308,4157,4307,0,2,4307,4157,4306,0,2,4306,4157,4310,0,2,4291,4292,4479,0,2,4291,4479,4311,0,2,4311,4479,4310,0,2,4310,4156,4155,0,2,4310,4155,4311,0,2,4311,4155,4154,0,2,4311,4154,4168,0,2,4316,4312,4315,0,2,4316,4315,4476,0,2,4476,4315,4313,0,2,4313,4315,4314,0,2,4310,4314,4306,0,2,4314,4315,4306,0,2,4306,4315,4312,0,2,4318,4316,4317,0,2,4318,4317,4319,0,2,4319,4320,4467,0,2,4467,4320,4439,0,2,4467,4439,4468,0,2,4468,4439,4321,0,2,4468,4321,4469,0,2,4469,4321,4322,0,2,4470,4322,4323,0,2,4470,4323,4324,0,2,4324,4326,4325,0,2,4325,4326,4472,0,2,4472,4326,4473,0,2,4473,4326,4327,0,2,4433,4329,4330,0,2,4433,4330,4331,0,2,4105,4104,4331,0,2,4331,4104,4416,0,2,4332,4333,4334,0,2,4334,4333,4335,0,2,3971,3970,4335,0,2,4338,4339,4336,0,2,4336,4340,4337,0,2,4336,4337,4329,0,2,4329,4337,4328,0,2,4329,4433,4336,0,2,4335,4338,4334,0,2,4335,3970,4338,0,2,4338,3970,30696,0,2,4406,4341,4342,0,2,4406,4342,4343,0,2,4406,4343,4327,0,2,4343,30836,4344,0,2,4344,30836,30838,0,2,30838,30836,4345,0,2,4346,30901,30849,0,2,30849,30901,4347,0,2,4348,30586,30947,0,2,30947,30586,4349,0,2,30903,4349,4350,0,2,30903,4350,30948,0,2,30948,4350,4351,0,2,4351,4350,4352,0,2,4351,4352,4353,0,2,4353,4354,4355,0,2,4355,4354,4356,0,2,4405,1261,30956,0,2,1261,4356,4357,0,2,4378,4377,4358,0,2,4358,4359,4360,0,2,4360,4359,4370,0,2,4360,4370,28151,0,2,4362,28151,4361,0,2,4362,4363,30895,0,2,4362,30895,4364,0,2,4364,4365,4367,0,2,4368,4369,4364,0,2,4364,4369,28151,0,2,4364,28151,4362,0,2,4362,4361,4363,0,2,4368,4364,4367,0,2,28151,4369,4360,0,2,4366,4368,4367,0,2,4371,4370,1272,0,2,1272,4370,4380,0,2,1272,4380,4372,0,2,1272,4372,1273,0,2,1273,4372,4373,0,2,4373,4372,1274,0,2,1274,4372,31198,0,2,1274,31198,4374,0,2,4374,31198,31197,0,2,4374,31197,4375,0,2,4375,31197,4392,0,2,4392,4376,4377,0,2,4377,4378,4391,0,2,4390,4391,4379,0,2,4379,4391,4382,0,2,4382,4391,4378,0,2,1261,4357,4381,0,2,4381,4357,4385,0,2,4381,4385,4388,0,2,4388,4382,4383,0,2,4383,4382,4384,0,2,4385,4379,4382,0,2,4379,4385,4389,0,2,4389,4385,4357,0,2,1261,4381,1262,0,2,1262,4381,4386,0,2,4366,4387,4368,0,2,4369,31269,4360,0,2,4381,4388,4386,0,2,4386,4388,4383,0,2,4386,4383,4387,0,2,4387,4383,4384,0,2,4387,4384,4368,0,2,4368,4384,4369,0,2,4355,4356,4405,0,2,4356,1261,4405,0,2,4389,30606,4390,0,2,4392,4393,4375,0,2,4375,4393,31213,0,2,4375,31213,4394,0,2,4394,31213,4395,0,2,4394,4395,1278,0,2,1278,4395,31271,0,2,4374,4375,4394,0,2,4374,4394,4396,0,2,1275,4396,4397,0,2,4397,1278,1276,0,2,1276,1278,1277,0,2,4396,1274,4374,0,2,4390,4379,4389,0,2,4389,4357,4356,0,2,4389,4356,30606,0,2,4390,30606,4398,0,2,4390,4398,4399,0,2,4399,4398,4400,0,2,4399,4400,4401,0,2,4402,31210,31203,0,2,4402,31203,4403,0,2,4403,31203,31192,0,2,4403,31192,4391,0,2,4403,4391,4404,0,2,4404,4391,4390,0,2,4402,4403,4404,0,2,4401,4402,4399,0,2,4399,4402,4404,0,2,4399,4404,4390,0,2,4351,4353,4355,0,2,4351,4355,30948,0,2,4339,4340,4336,0,2,4337,4340,4341,0,2,4337,4341,4406,0,2,4343,4344,4327,0,2,4327,4344,4473,0,2,4327,4407,4406,0,2,4406,4407,4337,0,2,4337,4407,4328,0,2,4335,4333,4415,0,2,4408,4415,4414,0,2,4408,4414,4419,0,2,4432,4419,4431,0,2,4431,4418,4409,0,2,4409,4418,4417,0,2,4409,4417,4425,0,2,4101,4410,4102,0,2,4102,4410,4412,0,2,4102,4412,4411,0,2,4411,4412,4413,0,2,4413,4412,4414,0,2,4414,4415,4416,0,2,4416,4415,4333,0,2,4416,4333,4332,0,2,4413,4104,4411,0,2,4104,4413,4416,0,2,4412,4417,4420,0,2,4418,4431,4419,0,2,4417,4418,4420,0,2,4419,4420,4418,0,2,4412,4420,4414,0,2,4419,4432,4408,0,2,4421,4432,4422,0,2,4426,4425,4100,0,2,4425,4426,4427,0,2,4425,4427,4424,0,2,4424,4427,4423,0,2,4426,4099,4427,0,2,4423,4098,4422,0,2,4422,4098,4428,0,2,4428,30550,4429,0,2,32447,4097,4096,0,2,4097,32447,4430,0,2,4428,4098,4430,0,2,4425,4424,4409,0,2,4424,4423,4409,0,2,4409,4423,4431,0,2,4432,4431,4422,0,2,4422,4431,4423,0,2,4335,4415,3971,0,2,3971,4415,3972,0,2,3972,4415,4408,0,2,4433,4434,4336,0,2,4336,4434,4338,0,2,4338,4434,4334,0,2,4334,4434,4332,0,2,4332,4434,4433,0,2,4332,4433,4416,0,2,4416,4433,4331,0,2,4330,4329,4437,0,2,4330,4437,4438,0,2,4330,4438,4105,0,2,4105,4331,4330,0,2,4324,4323,4435,0,2,4435,4326,4324,0,2,4323,4322,4321,0,2,4323,4321,30828,0,2,4323,30828,4436,0,2,4326,4435,4327,0,2,4436,4435,4323,0,2,4407,4436,4328,0,2,4328,4436,4437,0,2,4439,4320,4438,0,2,4320,4319,4106,0,2,4437,4329,4328,0,2,32424,4441,49576,0,2,49576,4443,4442,0,2,4444,4443,31065,0,2,4444,31065,31067,0,2,4444,31067,4445,0,2,4445,31067,31080,0,2,4445,31080,31077,0,2,4445,31077,4446,0,2,30746,30750,4160,0,2,4160,30750,4450,0,2,4450,4205,4208,0,2,4450,4208,4159,0,2,4450,4159,4160,0,2,30746,4160,4451,0,2,30746,4451,4162,0,2,4162,4451,4161,0,2,30746,4162,4449,0,2,4449,4162,4452,0,2,32423,4452,4162,0,2,4449,4452,4447,0,2,49576,4442,32424,0,2,49576,4441,4453,0,2,4454,30859,28278,0,2,28278,30859,32410,0,2,32410,30859,30858,0,2,32410,30858,4455,0,2,4455,4456,30937,0,2,4458,4459,4460,0,2,4460,4459,4461,0,2,4460,4461,30845,0,2,4460,30845,31042,0,2,4466,30853,4462,0,2,4462,30853,30851,0,2,4462,30851,28288,0,2,28288,30851,4463,0,2,4463,30851,4464,0,2,4463,4464,4465,0,2,4318,4440,30826,0,2,4318,4319,4440,0,2,4440,4319,4467,0,2,4469,4322,4470,0,2,30859,4470,30857,0,2,30857,4470,30856,0,2,4472,4471,4325,0,2,4324,4325,4470,0,2,4470,4325,30856,0,2,30856,4325,4471,0,2,4467,4468,4453,0,2,4467,4453,4441,0,2,4453,4468,4469,0,2,4467,4441,4440,0,2,4316,4476,4317,0,2,4317,4476,4474,0,2,4107,4474,4296,0,2,4317,4474,4475,0,2,4317,4475,4319,0,2,4319,4475,4106,0,2,4296,4474,4477,0,2,4476,4477,4474,0,2,4478,4477,4476,0,2,4313,4478,4476,0,2,4313,4480,4478,0,2,4478,4480,4477,0,2,4313,4292,4480,0,2,4293,4294,4480,0,2,4481,4303,4291,0,2,4301,4282,4485,0,2,4485,4282,4482,0,2,4483,4482,4298,0,2,4298,4482,4282,0,2,4305,4484,4483,0,2,4483,4484,4482,0,2,4482,4484,4485,0,2,4485,4484,4304,0,2,4281,4290,4280,0,2,4290,4151,4289,0,2,4289,4151,4150,0,2,4289,4150,4149,0,2,4135,4148,4136,0,2,4135,4137,30613,0,2,4098,4126,4430,0,2,4430,4126,4097,0,2,4126,4125,4097,0,2,4097,4125,4123,0,2,4097,4123,4488,0,2,4486,4093,4095,0,2,4486,4095,4111,0,2,4123,4487,4488,0,2,4488,4487,4490,0,2,4488,4490,4111,0,2,4111,4490,4112,0,2,4487,4121,4489,0,2,4487,4489,4490,0,2,4491,4489,4119,0,2,4491,4119,4492,0,2,4491,4492,4089,0,2,30703,4025,4088,0,2,4024,4086,4088,0,2,4024,4088,4025,0,2,4086,4022,4087,0,2,4493,4087,4023,0,2,4493,4023,4021,0,2,4493,4494,4090,0,2,4493,4021,4494,0,2,4494,4495,4090,0,2,4090,4495,30610,0,2,4090,30610,4089,0,2,4496,4018,4497,0,2,4496,4497,3965,0,2,4018,4496,3966,0,2,4018,3963,3992,0,2,4018,3992,3964,0,2,3965,4497,3993,0,2,3993,4497,3964,0,2,4497,4018,3964,0,2,4014,4498,3999,0,2,4014,3999,3998,0,2,4500,3995,3996,0,2,3958,4499,3957,0,2,3957,4499,3956,0,2,3956,4501,30552,0,2,4499,4500,3996,0,2,4501,3956,3996,0,2,3956,4499,3996,0,2,3955,3945,4502,0,2,3893,3892,3926,0,2,4716,3891,3926,0,2,3926,3891,4505,0,2,3927,4505,4503,0,2,3927,4503,3928,0,2,4503,4504,3929,0,2,3929,4504,3948,0,2,4505,3927,3926,0,2,4505,3888,4506,0,2,3887,4574,4507,0,2,4507,4574,3886,0,2,4507,3886,4509,0,2,4509,3886,4508,0,2,4509,4508,30405,0,2,30405,4508,31285,0,2,30405,31285,4510,0,2,30405,4510,4514,0,2,4511,4514,4513,0,2,4511,4513,3934,0,2,3934,4513,4512,0,2,3934,4512,3935,0,2,30206,4512,4513,0,2,4510,4513,4514,0,2,4514,4511,3933,0,2,30405,3933,3940,0,2,30405,3940,3932,0,2,30405,3932,4515,0,2,4515,4504,4507,0,2,4507,4504,3887,0,2,4515,3932,3931,0,2,4515,3931,3948,0,2,3887,4506,3888,0,2,4505,4506,4503,0,2,4503,4506,4504,0,2,3887,4504,4506,0,2,4515,3948,4504,0,2,4516,3880,4518,0,2,3880,3879,4518,0,2,30265,4518,4519,0,2,4519,6160,30248,0,2,30248,6160,6164,0,2,30250,4521,4533,0,2,31291,6167,4522,0,2,4523,4522,4524,0,2,4523,4524,4539,0,2,4539,4524,31312,0,2,4526,4527,4528,0,2,4528,4527,4529,0,2,4528,4529,4530,0,2,4530,5871,4543,0,2,4531,5866,4532,0,2,4532,5866,5867,0,2,4532,31295,4542,0,2,4542,31295,4540,0,2,4540,31289,31291,0,2,4533,31291,4534,0,2,4533,4534,30250,0,2,31291,4533,6167,0,2,4536,4537,4538,0,2,4538,4537,4528,0,2,4528,4537,4526,0,2,4526,4537,4525,0,2,4522,4523,4541,0,2,4541,4523,4535,0,2,4535,4523,4539,0,2,4539,31312,4537,0,2,4537,31312,4525,0,2,4536,4535,4537,0,2,4537,4535,4539,0,2,31291,4522,4540,0,2,4540,4522,4541,0,2,4542,4535,4536,0,2,4535,4542,4541,0,2,4541,4542,4540,0,2,4536,4538,4542,0,2,4532,4542,4538,0,2,4538,4528,4530,0,2,4530,4543,4538,0,2,4538,4543,4532,0,2,4531,4532,4543,0,2,4516,4518,4517,0,2,4517,4518,30265,0,2,4548,4547,4549,0,2,4550,4557,29218,0,2,29218,4557,4551,0,2,4552,4551,29973,0,2,29973,4551,4553,0,2,29973,4553,29974,0,2,29974,4553,29975,0,2,29975,4553,4554,0,2,4555,4556,4667,0,2,4667,4556,4549,0,2,4554,4553,4555,0,2,4555,4553,4556,0,2,4549,4556,4557,0,2,4549,4557,4550,0,2,4557,4556,4553,0,2,4553,4551,4557,0,2,4549,4550,4548,0,2,4548,4550,4558,0,2,4558,29219,29220,0,2,30377,29220,4559,0,2,30377,4559,4560,0,2,4561,3872,3873,0,2,4548,4558,4546,0,2,4544,3878,4562,0,2,4562,4592,4563,0,2,4563,4592,4564,0,2,4563,4564,30191,0,2,4565,4593,4566,0,2,4566,4594,4567,0,2,4567,4594,4587,0,2,4587,4594,4595,0,2,4587,4595,4586,0,2,4568,4589,4576,0,2,3884,4569,30403,0,2,3884,3885,4569,0,2,4569,3885,4571,0,2,4571,3885,4570,0,2,4571,4570,4589,0,2,4589,4570,4572,0,2,4572,4573,4575,0,2,4575,4573,4574,0,2,4575,4574,3887,0,2,3887,3889,4575,0,2,4568,4576,4577,0,2,4578,4577,4712,0,2,4578,4712,4579,0,2,4578,4579,4580,0,2,4581,4580,4738,0,2,4581,4738,4582,0,2,30189,4582,4737,0,2,30189,4737,4705,0,2,30189,4705,4703,0,2,30189,4703,4583,0,2,4583,4672,4584,0,2,4584,4672,4671,0,2,4585,4670,4743,0,2,4578,4588,4586,0,2,4586,4588,4587,0,2,4587,4588,4581,0,2,4581,4588,4580,0,2,4580,4588,4578,0,2,4578,4586,4577,0,2,4577,4586,4568,0,2,4587,4581,4567,0,2,4573,4570,3886,0,2,3886,4570,3885,0,2,4572,4570,4573,0,2,30404,4589,4590,0,2,30404,4590,4596,0,2,30404,4596,30385,0,2,30385,4596,30384,0,2,30384,30383,3880,0,2,4589,30404,4571,0,2,4589,4568,4590,0,2,4544,4591,4545,0,2,4562,3879,4592,0,2,4592,3879,3880,0,2,4592,3880,4565,0,2,4565,3880,4593,0,2,4593,30383,4595,0,2,4593,4595,4594,0,2,4594,4566,4593,0,2,4565,4564,4592,0,2,4568,4595,4590,0,2,4590,4595,4596,0,2,4568,4586,4595,0,2,3873,3874,4561,0,2,3871,4612,4597,0,2,4599,4597,4612,0,2,4599,4612,4598,0,2,4599,4598,5644,0,2,5644,4598,4600,0,2,4601,4600,4602,0,2,4601,4602,4603,0,2,4603,4602,4614,0,2,4604,4614,4606,0,2,4604,4606,4605,0,2,4608,3866,3865,0,2,4607,4608,29968,0,2,4607,29968,4606,0,2,4606,5639,4605,0,2,4605,5639,4609,0,2,4609,5640,4605,0,2,29968,5639,4606,0,2,4608,4607,4610,0,2,4608,4610,3866,0,2,3868,3866,4600,0,2,3868,4600,4611,0,2,4611,4600,4598,0,2,4611,4598,4612,0,2,29969,3869,4613,0,2,4602,4600,4610,0,2,4602,4610,4607,0,2,3866,4610,4600,0,2,4614,4602,4607,0,2,4614,4607,4606,0,2,3868,4611,4613,0,2,4613,4611,4612,0,2,4613,4612,29969,0,2,4615,3867,4616,0,2,3859,3861,4644,0,2,3859,4644,3858,0,2,3858,4644,4617,0,2,3858,4617,4653,0,2,4619,30019,4620,0,2,4621,4625,4624,0,2,4621,4624,4622,0,2,4622,4623,4621,0,2,4621,4623,4620,0,2,4624,4625,4626,0,2,4626,4625,4627,0,2,4628,30017,4784,0,2,4784,30017,4785,0,2,4784,4785,4750,0,2,4785,30018,29208,0,2,29208,30018,4629,0,2,29208,4629,29214,0,2,29214,4629,29206,0,2,29206,4629,4631,0,2,29206,4631,4630,0,2,4630,4631,4659,0,2,4630,4659,29204,0,2,29204,4659,4632,0,2,29204,4632,29202,0,2,29202,4632,4633,0,2,4633,4632,4665,0,2,4633,4665,29210,0,2,29210,4665,4634,0,2,30038,4634,4661,0,2,30038,4661,4635,0,2,29217,30037,4748,0,2,30042,4636,4698,0,2,4637,4749,4745,0,2,4745,4749,4744,0,2,4668,4744,4638,0,2,4668,4638,4554,0,2,4554,4638,4639,0,2,4666,4639,30037,0,2,30037,4635,4666,0,2,4666,4635,4650,0,2,4640,4650,4649,0,2,4640,4649,4641,0,2,4641,4649,4648,0,2,4648,4642,29981,0,2,29981,4642,4643,0,2,4643,4642,4644,0,2,4643,4644,4645,0,2,4643,4645,3862,0,2,4643,3862,3864,0,2,3862,4645,3861,0,2,3861,4645,4644,0,2,4653,4646,3857,0,2,3857,4646,4618,0,2,4618,4646,30031,0,2,4644,4642,4617,0,2,4617,4642,4647,0,2,30022,4648,4649,0,2,4651,4654,4655,0,2,4651,4655,4652,0,2,4652,4655,4657,0,2,4657,30033,30034,0,2,30034,4653,4647,0,2,4653,30034,4646,0,2,4650,4635,4654,0,2,4654,4635,4661,0,2,4654,4661,4655,0,2,4655,4656,4657,0,2,4657,4656,4660,0,2,4657,4660,4658,0,2,4658,4660,4659,0,2,4632,4660,4665,0,2,4634,4665,4661,0,2,4660,4632,4659,0,2,4660,4656,4665,0,2,4658,4659,4662,0,2,4662,4659,4663,0,2,30019,4664,4629,0,2,4629,4664,4631,0,2,4664,4663,4631,0,2,4631,4663,4659,0,2,4657,4658,30033,0,2,4655,4661,4656,0,2,4661,4665,4656,0,2,4642,30022,4647,0,2,4639,4666,4554,0,2,4650,4640,4666,0,2,4666,4640,29975,0,2,4666,29975,4554,0,2,4554,4555,4668,0,2,4668,4555,4667,0,2,4746,4667,4669,0,2,4746,4669,4742,0,2,4671,4672,4747,0,2,4747,4672,30381,0,2,4747,4673,4674,0,2,4674,4673,4675,0,2,4745,4675,4637,0,2,4677,4676,4678,0,2,4681,4704,4683,0,2,4683,4706,4708,0,2,4708,4688,4682,0,2,4708,4682,4683,0,2,4694,4683,4684,0,2,4694,4684,4685,0,2,4685,4684,4686,0,2,243,4682,4688,0,2,4683,4682,4684,0,2,4687,4684,243,0,2,4687,243,242,0,2,243,4684,4682,0,2,4684,4687,4686,0,2,243,4688,4709,0,2,243,4709,4689,0,2,4689,4709,246,0,2,4689,240,243,0,2,4687,242,4690,0,2,4687,4690,4691,0,2,4691,4690,4692,0,2,4691,4692,30359,0,2,4691,30359,4702,0,2,4702,29101,4693,0,2,4685,29102,29108,0,2,4685,29108,4694,0,2,4694,29108,29110,0,2,4694,29110,4683,0,2,4683,29110,4681,0,2,4681,29110,30374,0,2,30374,29110,4680,0,2,4680,29110,4695,0,2,4701,4696,4700,0,2,4700,4696,4697,0,2,4700,4697,29126,0,2,4698,4637,30371,0,2,4698,30371,4699,0,2,4699,30371,4676,0,2,4700,4699,4701,0,2,4695,4701,4679,0,2,4695,4679,4680,0,2,4679,4701,4677,0,2,4679,4677,4678,0,2,4677,4701,4699,0,2,4677,4699,4676,0,2,4687,4691,4686,0,2,4686,4691,4702,0,2,4686,4702,29102,0,2,29102,4702,4693,0,2,4671,4747,4670,0,2,4670,4747,4742,0,2,30381,4672,4583,0,2,30381,4583,4703,0,2,30373,4703,4705,0,2,30373,4705,4704,0,2,4704,4705,4707,0,2,4704,4707,4706,0,2,4706,4707,4708,0,2,4688,4708,4709,0,2,246,4709,4740,0,2,246,4740,4710,0,2,4710,4740,4711,0,2,4711,4580,4579,0,2,4575,3889,4714,0,2,4576,4715,4577,0,2,4577,4715,4712,0,2,4575,4714,4572,0,2,4572,4714,4576,0,2,3889,4713,4714,0,2,4714,4713,4715,0,2,4713,4712,4715,0,2,3889,3890,4713,0,2,31309,3890,4716,0,2,31309,4716,248,0,2,248,4716,249,0,2,4736,4717,30395,0,2,4732,30392,4718,0,2,4724,4718,4719,0,2,4724,4719,4720,0,2,4720,4719,4729,0,2,4720,4729,4721,0,2,4721,4729,4727,0,2,4721,4727,4722,0,2,4722,3920,4723,0,2,4723,3920,340,0,2,4722,4723,30396,0,2,4722,30396,4721,0,2,4724,4720,4734,0,2,4734,4725,4726,0,2,3920,4722,4728,0,2,4728,4722,4727,0,2,4728,4727,4729,0,2,4728,4729,4730,0,2,4730,4719,30388,0,2,30388,4719,4718,0,2,30388,4718,30392,0,2,4719,4730,4729,0,2,30393,4717,4716,0,2,30393,4716,3892,0,2,4717,249,4716,0,2,250,249,257,0,2,264,4731,30473,0,2,4733,4735,4732,0,2,4732,4718,4724,0,2,4732,4724,4733,0,2,255,4733,4726,0,2,4726,4733,4734,0,2,4733,4724,4734,0,2,4733,255,4735,0,2,4735,255,30482,0,2,30395,4732,4735,0,2,4735,30482,30473,0,2,30395,4735,4736,0,2,4717,4736,257,0,2,4717,257,249,0,2,4731,254,257,0,2,4713,3890,4712,0,2,4580,4740,4739,0,2,4739,4740,4741,0,2,4739,4741,4738,0,2,4738,4741,4707,0,2,4707,4737,4738,0,2,4738,4737,4582,0,2,4580,4739,4738,0,2,4707,4705,4737,0,2,4580,4711,4740,0,2,4707,4741,4708,0,2,4708,4741,4709,0,2,4740,4709,4741,0,2,4683,4704,4706,0,2,4670,4742,4547,0,2,4547,4742,4669,0,2,4667,4549,4669,0,2,4549,4547,4669,0,2,4547,4548,4743,0,2,4743,4548,4546,0,2,4743,4670,4547,0,2,4668,4667,4744,0,2,4744,4667,4746,0,2,4746,4742,4674,0,2,4674,4742,4747,0,2,4746,4674,4675,0,2,4746,4675,4745,0,2,4746,4745,4744,0,2,30037,4639,4748,0,2,4748,4639,4638,0,2,4748,4638,4749,0,2,4748,4749,4636,0,2,4636,4749,4637,0,2,4636,4637,4698,0,2,4749,4638,4744,0,2,4785,29208,4750,0,2,4784,4750,4781,0,2,4753,28992,4754,0,2,4783,4754,4756,0,2,4756,4755,4758,0,2,4756,4758,4757,0,2,4759,29187,4760,0,2,4760,29187,29189,0,2,4760,4761,4762,0,2,4762,4761,29271,0,2,4763,4777,4764,0,2,4764,4771,4765,0,2,4766,4765,29993,0,2,4766,29993,28987,0,2,28987,29993,4794,0,2,4794,29993,28986,0,2,4767,3763,3762,0,2,29262,29263,4768,0,2,4768,29263,49626,0,2,3841,4768,49625,0,2,4769,4760,4762,0,2,4772,4769,4770,0,2,4772,4770,4777,0,2,4764,4777,4771,0,2,4771,3767,4765,0,2,3767,4771,4770,0,2,4777,4770,4771,0,2,4770,4769,3769,0,2,3769,4769,4762,0,2,4769,4772,4760,0,2,4760,4772,4777,0,2,4759,4760,4777,0,2,4759,4777,4758,0,2,4758,4777,4778,0,2,4778,4773,4779,0,2,4779,4773,30016,0,2,4780,30016,4628,0,2,4780,4628,4781,0,2,4781,4628,4784,0,2,4626,4774,3853,0,2,4774,4773,30001,0,2,30001,4773,4775,0,2,4776,4763,4764,0,2,4776,4764,29991,0,2,4763,4776,4777,0,2,4778,4777,4776,0,2,4778,4776,4775,0,2,4778,4775,4773,0,2,4758,4778,4757,0,2,4780,4779,30016,0,2,4779,4757,4778,0,2,4756,4757,4783,0,2,4783,4757,4779,0,2,4783,4779,4780,0,2,4782,4780,4781,0,2,4782,4781,4751,0,2,4782,4751,4752,0,2,4782,4752,4753,0,2,4753,4783,4782,0,2,4782,4783,4780,0,2,4783,4753,4754,0,2,4627,4628,30016,0,2,4628,4627,30017,0,2,4624,4626,4786,0,2,4786,4626,3853,0,2,3858,4653,4787,0,2,4787,4653,3857,0,2,3847,3848,3729,0,2,3729,3848,4788,0,2,4796,3849,4790,0,2,4796,4790,4789,0,2,4790,4791,3837,0,2,3837,4791,4793,0,2,4792,4793,3838,0,2,3838,4793,49658,0,2,4792,3837,4793,0,2,3837,4789,4790,0,2,4790,28988,4794,0,2,3762,49656,4767,0,2,4790,4794,4791,0,2,4794,4795,4791,0,2,4791,4795,4793,0,2,4795,49656,4793,0,2,3729,4788,3731,0,2,3731,4788,4796,0,2,3731,4796,3734,0,2,3734,4796,4789,0,2,3726,29307,29297,0,2,4799,4798,29304,0,2,29304,3831,29301,0,2,29301,3831,3816,0,2,29301,3816,4800,0,2,4800,3816,3817,0,2,4800,3817,3818,0,2,29292,3818,29309,0,2,3715,3717,4801,0,2,3715,4801,4802,0,2,4802,4801,3818,0,2,3818,4801,29309,0,2,3726,29297,3724,0,2,5533,29298,29299,0,2,5533,29299,3721,0,2,3715,3714,3716,0,2,3687,3685,4803,0,2,3687,4803,4802,0,2,4803,3685,3825,0,2,4803,3825,4804,0,2,4803,4804,4805,0,2,4805,4804,4806,0,2,4805,4806,4816,0,2,4807,4816,4808,0,2,3680,4808,4810,0,2,3680,4810,4809,0,2,4809,4810,3683,0,2,3683,4810,3684,0,2,3684,4810,4811,0,2,4810,4808,4811,0,2,4811,4808,4806,0,2,4811,4806,4804,0,2,4816,4806,4808,0,2,4802,4803,4812,0,2,4812,4813,3688,0,2,4803,4805,4812,0,2,4812,4805,4813,0,2,3688,4813,4814,0,2,29369,4814,4807,0,2,4815,4807,4817,0,2,4815,4817,3678,0,2,3678,4817,3680,0,2,4813,4805,4814,0,2,4814,4805,4816,0,2,4817,4808,3680,0,2,4808,4817,4807,0,2,3679,3680,49647,0,2,4816,4807,4814,0,2,4818,4819,4820,0,2,4820,4819,4828,0,2,4820,4828,4829,0,2,4820,4829,4821,0,2,4820,4821,29366,0,2,29329,4830,29365,0,2,29329,29365,29330,0,2,29330,29365,4823,0,2,29330,29341,29331,0,2,29331,29341,29332,0,2,3701,4824,3702,0,2,3701,3700,4824,0,2,4818,4820,29367,0,2,4818,3688,4814,0,2,4819,4818,29369,0,2,4819,29369,4825,0,2,4819,4825,4826,0,2,4826,4825,29370,0,2,4826,29370,4835,0,2,4826,4835,29352,0,2,4826,29352,4827,0,2,4827,4829,4828,0,2,29366,4821,4822,0,2,4822,4821,4830,0,2,4826,4827,4819,0,2,4828,4819,4827,0,2,3676,3677,3675,0,2,3675,3677,3674,0,2,4831,3674,49650,0,2,4831,49650,4832,0,2,4832,49650,49648,0,2,4832,49648,20,0,2,4832,21,4831,0,2,3674,4831,3658,0,2,21,4832,20,0,2,3658,4833,3674,0,2,3674,4833,3675,0,2,3675,4833,3659,0,2,4837,3659,3660,0,2,4837,3660,4834,0,2,4837,4834,4835,0,2,3660,3661,4834,0,2,4834,29352,4835,0,2,29352,29372,4836,0,2,4836,29372,29373,0,2,4836,4829,4827,0,2,3675,3659,4838,0,2,4838,3659,4837,0,2,4838,4837,4835,0,2,4835,29370,4838,0,2,4840,4846,4839,0,2,4839,3656,3654,0,2,4839,3653,4840,0,2,4840,3653,4841,0,2,4840,4841,4844,0,2,4844,4843,4842,0,2,4842,4846,4844,0,2,4846,4840,4844,0,2,4842,4843,25,0,2,4846,3656,4839,0,2,3657,3656,4846,0,2,3656,29368,3655,0,2,2857,2860,2861,0,2,4848,3655,4847,0,2,4848,4847,4850,0,2,4850,4847,4849,0,2,2857,3655,4848,0,2,22,26,4849,0,2,4849,26,4850,0,2,4848,4850,4851,0,2,2857,4848,2858,0,2,2858,4848,4851,0,2,29,4851,2,0,2,2,4851,28,0,2,3656,4853,3654,0,2,4852,3654,3651,0,2,3651,3654,4853,0,2,3651,4853,4854,0,2,2853,3644,49963,0,2,3652,3648,4841,0,2,4841,1866,4857,0,2,4857,1866,4855,0,2,4857,4855,4856,0,2,4844,4856,4843,0,2,4843,4856,4845,0,2,4845,4856,49960,0,2,4845,49960,3658,0,2,4857,4856,4844,0,2,4857,4844,4841,0,2,4841,3653,3652,0,2,3648,2839,4841,0,2,4841,2839,1866,0,2,4855,4858,4856,0,2,4856,4858,4859,0,2,4859,4858,4862,0,2,4861,4862,4865,0,2,4861,4865,4860,0,2,4861,4860,3659,0,2,4861,3659,4833,0,2,4861,4833,49960,0,2,49960,4833,3658,0,2,1866,1867,4855,0,2,4855,1867,4858,0,2,4858,1867,1868,0,2,4858,1868,4862,0,2,4863,49761,4872,0,2,4863,4872,4864,0,2,4864,4866,4865,0,2,4865,4866,3662,0,2,3663,4866,4871,0,2,4868,4876,4869,0,2,4868,4869,49962,0,2,4868,49962,4870,0,2,4870,49962,49961,0,2,4870,49961,3667,0,2,4876,4868,4867,0,2,4868,3665,4867,0,2,3665,3664,4867,0,2,4867,3664,4871,0,2,4866,4864,4871,0,2,4871,4864,4872,0,2,4871,4872,4873,0,2,4871,4873,4867,0,2,4873,4872,4874,0,2,4873,4874,4875,0,2,4876,4875,4869,0,2,4877,4869,4879,0,2,4877,4879,4878,0,2,4879,1873,4880,0,2,4880,1873,1874,0,2,4887,4881,4885,0,2,4887,4885,4884,0,2,4883,4882,1856,0,2,1856,4882,2821,0,2,4882,4885,1857,0,2,1857,4885,1858,0,2,4883,4884,4882,0,2,4885,4881,4880,0,2,1858,4885,1875,0,2,1875,4885,4880,0,2,1875,4880,1874,0,2,4882,4884,4885,0,2,4883,3673,29361,0,2,4883,29361,4886,0,2,4887,4884,4886,0,2,4886,4884,4883,0,2,3672,3671,4887,0,2,4887,3671,4878,0,2,4887,4878,4881,0,2,4881,4878,4880,0,2,4880,4878,4879,0,2,3671,4877,4878,0,2,4876,4867,4875,0,2,4875,4867,4873,0,2,4872,49761,4874,0,2,4874,1870,4875,0,2,4875,1870,1873,0,2,4875,1873,4879,0,2,1872,1873,1870,0,2,4879,4869,4875,0,2,4865,3662,4860,0,2,4860,3662,3660,0,2,3661,3660,3662,0,2,4865,4862,4864,0,2,4864,4862,4863,0,2,3648,3652,3649,0,2,3650,3651,3645,0,2,3646,4888,3647,0,2,4890,4888,4889,0,2,4890,4889,4891,0,2,4890,4891,2844,0,2,2844,4891,49778,0,2,2844,2838,4890,0,2,4888,3645,4889,0,2,4889,3645,4893,0,2,4893,3645,4892,0,2,4893,49781,49782,0,2,4893,4892,3644,0,2,3644,49781,4893,0,2,4894,4895,3643,0,2,2851,2852,2850,0,2,2849,2835,2847,0,2,2847,3642,2851,0,2,2847,2846,3642,0,2,2847,2835,4899,0,2,49780,4900,2814,0,2,2814,4901,49780,0,2,49780,4901,4902,0,2,49780,4902,2830,0,2,2832,2830,2831,0,2,2831,2830,4902,0,2,2830,2812,4900,0,2,2809,2810,4903,0,2,2809,4903,2808,0,2,2808,4903,2807,0,2,2810,2812,4903,0,2,4903,2812,49737,0,2,4903,49737,49764,0,2,49770,49764,49737,0,2,2806,4904,4905,0,2,2802,2804,4905,0,2,2802,4905,4906,0,2,4906,4909,4907,0,2,4907,4908,4906,0,2,4906,4908,2801,0,2,4906,2801,29398,0,2,2867,2866,4904,0,2,2867,4904,49738,0,2,49738,4904,2806,0,2,4904,4909,4905,0,2,4904,2866,4909,0,2,4909,2866,4910,0,2,4909,4910,4907,0,2,49741,2866,2867,0,2,4910,2866,49740,0,2,4910,49740,2874,0,2,4909,4906,4905,0,2,4905,2804,2806,0,2,2679,2678,2799,0,2,4914,4951,4913,0,2,4913,4949,4911,0,2,4911,2711,2675,0,2,4911,2675,2674,0,2,4911,2674,4912,0,2,4913,4912,4932,0,2,4913,4932,4946,0,2,4946,4948,4914,0,2,29399,4915,4948,0,2,29399,4948,4921,0,2,4921,4948,4916,0,2,4918,4917,4919,0,2,2818,2817,4919,0,2,4919,2817,4920,0,2,4919,4920,4918,0,2,4918,4929,4925,0,2,4925,4929,4922,0,2,4925,4922,4921,0,2,4921,4922,4923,0,2,4923,4922,2805,0,2,2807,4924,2808,0,2,4917,4918,4925,0,2,4921,2803,29399,0,2,4925,4921,4916,0,2,4925,4916,4917,0,2,4921,4923,2803,0,2,4929,4926,4930,0,2,4929,4930,49730,0,2,4928,2810,2809,0,2,2809,2808,4928,0,2,49730,4928,4929,0,2,4929,4928,4927,0,2,4929,4927,4922,0,2,4922,4927,2805,0,2,2805,4927,4924,0,2,4924,4927,2808,0,2,2808,4927,4928,0,2,4929,4918,4926,0,2,4926,2816,4930,0,2,4946,4914,4913,0,2,4912,4913,4911,0,2,4914,4915,2799,0,2,2799,4915,29400,0,2,4912,2674,4931,0,2,4912,4931,4932,0,2,4932,4936,4934,0,2,4932,4934,4947,0,2,4947,4934,4933,0,2,4933,4916,4948,0,2,4916,4933,4917,0,2,4919,4917,4935,0,2,4919,4935,2818,0,2,4933,4934,4917,0,2,4917,4934,4935,0,2,4935,4934,4936,0,2,4938,4944,4939,0,2,4940,4942,49458,0,2,49458,4942,49457,0,2,1888,1889,4941,0,2,1888,4941,4945,0,2,4945,4941,49457,0,2,4945,49457,4942,0,2,4942,4940,2673,0,2,2673,4940,4939,0,2,2712,4939,4943,0,2,4943,4944,4931,0,2,4932,4931,4937,0,2,4932,4937,4936,0,2,4937,4931,4944,0,2,4944,4943,4939,0,2,2712,4943,2674,0,2,4931,2674,4943,0,2,4942,2673,4945,0,2,4947,4933,4948,0,2,4946,4947,4948,0,2,4914,4948,4915,0,2,4932,4947,4946,0,2,2711,4911,4949,0,2,2711,4949,2693,0,2,2693,4949,4950,0,2,2693,4950,2694,0,2,2676,4949,4951,0,2,4951,4949,4913,0,2,2676,4950,4949,0,2,2676,4951,2678,0,2,2678,4951,2799,0,2,2799,4951,4914,0,2,2673,2672,4945,0,2,2670,2669,2672,0,2,2672,2669,4945,0,2,2669,1887,4945,0,2,1887,2667,1886,0,2,1886,2666,4952,0,2,4952,2665,2664,0,2,2664,2663,4952,0,2,2664,4953,2659,0,2,2659,4953,2660,0,2,2660,4953,2661,0,2,2661,4953,29531,0,2,29531,4955,1898,0,2,1899,1898,4954,0,2,2730,29534,2729,0,2,2729,29534,2789,0,2,4954,2731,1899,0,2,1899,2731,1900,0,2,1900,49456,1901,0,2,1902,1901,3090,0,2,1902,3090,1905,0,2,1898,4955,4954,0,2,4954,4955,2730,0,2,1898,1896,2662,0,2,1898,2662,29531,0,2,2664,2790,4953,0,2,4958,2658,4956,0,2,4956,2658,2664,0,2,4956,2659,1891,0,2,4956,2664,2659,0,2,2659,4957,1891,0,2,1891,4957,1892,0,2,49304,4957,1894,0,2,1894,4957,2660,0,2,1885,1890,1884,0,2,1884,1890,4958,0,2,1884,4958,29406,0,2,29406,4958,29404,0,2,4956,29404,4958,0,2,1882,1883,4959,0,2,4959,1883,4960,0,2,1849,1850,4960,0,2,4960,1850,4959,0,2,1882,4963,4961,0,2,4961,4963,4962,0,2,4962,4963,1851,0,2,4962,1851,29389,0,2,4959,4964,4963,0,2,4959,4963,1882,0,2,4963,4964,1851,0,2,1836,1837,49306,0,2,1837,4965,1842,0,2,1842,4965,1843,0,2,1843,4965,1844,0,2,1844,4966,1845,0,2,1845,4966,1846,0,2,1846,4966,4967,0,2,1822,4968,4967,0,2,1822,4967,4966,0,2,1846,4967,1847,0,2,1847,4971,4970,0,2,4970,4969,1850,0,2,1850,4969,4964,0,2,1848,4970,1849,0,2,1849,4970,1850,0,2,1847,4967,4971,0,2,4973,4972,4974,0,2,4977,4978,4991,0,2,4977,4991,4975,0,2,4977,4975,4976,0,2,4976,4975,1813,0,2,4976,1813,1812,0,2,4976,1805,4996,0,2,4976,4996,4977,0,2,4986,4978,4974,0,2,4996,1811,4977,0,2,4977,1811,4978,0,2,4978,1811,4974,0,2,4974,1811,4973,0,2,4973,4980,4979,0,2,1881,4981,4982,0,2,1881,4982,1810,0,2,4982,4981,4980,0,2,4980,4981,4979,0,2,4981,1851,4979,0,2,4979,1851,4984,0,2,4972,4973,4983,0,2,4970,4983,4969,0,2,4972,4983,4971,0,2,4971,4983,4970,0,2,4973,4979,4983,0,2,4983,4979,4984,0,2,4983,4984,4969,0,2,4964,4969,4984,0,2,4971,4967,4968,0,2,4971,4968,4985,0,2,4985,4968,1820,0,2,4972,4985,4974,0,2,4974,4985,4992,0,2,4974,4992,4986,0,2,1819,4992,4985,0,2,1819,4985,1820,0,2,4978,4986,4987,0,2,4978,4987,4991,0,2,4991,4987,4990,0,2,4990,4987,4988,0,2,4987,4989,4988,0,2,1818,4989,4993,0,2,4988,5005,4990,0,2,4990,1817,1815,0,2,4990,1815,4991,0,2,1817,4990,5008,0,2,4986,4992,4987,0,2,4987,4992,4989,0,2,4992,4993,4989,0,2,1819,4993,4992,0,2,4971,4985,4972,0,2,49306,1832,1834,0,2,1834,1832,4994,0,2,4994,1832,1830,0,2,4994,1830,4995,0,2,4995,1830,1829,0,2,4994,4995,1834,0,2,1829,1828,4995,0,2,4995,1828,1835,0,2,1835,1834,4995,0,2,1830,1832,1895,0,2,1809,1810,1808,0,2,1806,1808,4997,0,2,1811,4996,4997,0,2,1811,4997,4982,0,2,4982,4997,1810,0,2,4997,1808,1810,0,2,4996,1805,1806,0,2,4996,1806,4997,0,2,1808,1806,1807,0,2,4998,1814,1800,0,2,1800,1814,4999,0,2,4999,1814,1816,0,2,4999,1816,5000,0,2,5000,1816,5257,0,2,5256,5257,1817,0,2,5256,1817,5001,0,2,5001,1817,5008,0,2,5255,5007,5002,0,2,5007,5331,5003,0,2,5255,5254,5008,0,2,5008,5254,5001,0,2,5001,5254,5256,0,2,5002,5007,5003,0,2,5006,5004,5005,0,2,5005,5007,5008,0,2,5008,5007,5255,0,2,1816,1817,5257,0,2,5007,5005,5004,0,2,5007,5004,5331,0,2,5331,5004,5329,0,2,5006,1818,5329,0,2,5329,1818,5009,0,2,5011,5326,5012,0,2,5012,5326,5327,0,2,5012,5327,49269,0,2,5014,5013,49264,0,2,5014,49264,5015,0,2,5014,5015,5016,0,2,5016,5015,5017,0,2,5018,49258,5019,0,2,5274,5020,49256,0,2,5274,49256,5021,0,2,5274,5021,5273,0,2,5023,5021,5022,0,2,5023,5022,49261,0,2,5025,5026,5276,0,2,5276,5027,5028,0,2,5028,5035,29423,0,2,29423,5035,5029,0,2,5030,5031,5032,0,2,1788,5032,5031,0,2,1788,5031,1786,0,2,1786,5031,5033,0,2,5029,5035,5034,0,2,5029,5034,5030,0,2,5030,5034,5031,0,2,5031,5034,5033,0,2,5037,5036,5038,0,2,5037,5038,5246,0,2,5246,5038,5039,0,2,5039,5038,29934,0,2,5039,5040,5245,0,2,5245,1775,5247,0,2,5247,1775,1776,0,2,5244,5042,5043,0,2,5044,5242,5045,0,2,6688,5045,5046,0,2,6688,5046,5047,0,2,6686,5220,6685,0,2,6685,5220,5219,0,2,6685,5219,5218,0,2,5050,5234,5051,0,2,29797,29798,5053,0,2,5054,5053,5055,0,2,5060,5057,5238,0,2,5060,5238,5058,0,2,5060,5059,5062,0,2,5060,5062,5061,0,2,5062,5063,5064,0,2,5065,5064,5243,0,2,5065,5243,5066,0,2,5067,5068,5167,0,2,5151,5294,5297,0,2,5151,5297,5069,0,2,5069,5296,5070,0,2,5070,5291,5072,0,2,5071,5072,29759,0,2,29756,29586,29587,0,2,29587,29586,5073,0,2,5074,5073,29585,0,2,5074,29585,5093,0,2,5074,5091,5090,0,2,29754,5137,5136,0,2,5077,5076,5087,0,2,5077,5087,5216,0,2,5216,5087,5078,0,2,5177,5149,29764,0,2,29765,5079,29766,0,2,5080,5081,29767,0,2,29767,5081,5082,0,2,5082,5081,5083,0,2,5085,5086,5132,0,2,5086,5146,5105,0,2,5105,5145,5135,0,2,5075,5101,5140,0,2,5088,5142,5087,0,2,5142,5088,5136,0,2,5142,5136,5089,0,2,5142,5089,5140,0,2,5140,5089,5075,0,2,5075,29758,5101,0,2,5101,29758,5090,0,2,5091,5093,5092,0,2,5092,5093,5094,0,2,5094,5093,5102,0,2,5102,5093,5095,0,2,5096,29578,5097,0,2,5097,29577,5098,0,2,29813,5098,29579,0,2,29813,29579,29816,0,2,5100,5099,5026,0,2,5100,5026,5025,0,2,5101,5090,5091,0,2,5134,5091,5092,0,2,5092,5094,29436,0,2,29436,5094,5102,0,2,5103,5102,5104,0,2,5103,5104,29800,0,2,5096,5104,5095,0,2,5095,5104,5102,0,2,5145,5101,5135,0,2,5105,5135,5133,0,2,5105,5133,5086,0,2,5086,5133,5132,0,2,5132,5133,5106,0,2,5085,5130,5128,0,2,5085,5128,5084,0,2,29762,5084,5109,0,2,5110,5109,5111,0,2,5113,5115,29588,0,2,29588,5115,5114,0,2,49340,5115,5116,0,2,49340,5116,5108,0,2,5108,5116,5117,0,2,29437,5108,29438,0,2,29438,5108,5131,0,2,29590,29594,29593,0,2,5120,29590,29605,0,2,29743,29605,5121,0,2,5121,29604,29606,0,2,29614,29728,49309,0,2,29614,49309,29726,0,2,29726,49309,5124,0,2,29726,5124,49310,0,2,49310,5124,49312,0,2,5123,49312,5124,0,2,5124,49308,5125,0,2,29604,5126,5122,0,2,5122,5126,5127,0,2,5122,5127,29728,0,2,5117,5116,5129,0,2,5128,5129,5111,0,2,5128,5111,5109,0,2,5111,5129,5112,0,2,5129,5116,5112,0,2,5112,5116,5113,0,2,5116,5115,5113,0,2,5128,5130,5129,0,2,5128,5109,5084,0,2,5130,5085,5132,0,2,5130,5132,5131,0,2,5130,5131,5117,0,2,5117,5131,5108,0,2,5132,5106,5131,0,2,5131,5106,29438,0,2,29438,5106,5107,0,2,5133,5134,5106,0,2,5106,5134,5092,0,2,5106,5092,5107,0,2,5092,29436,5107,0,2,5133,5135,5134,0,2,5101,5091,5135,0,2,5135,5091,5134,0,2,5087,5076,5088,0,2,5088,5076,5136,0,2,5075,5089,5137,0,2,5137,5089,5136,0,2,5150,5079,5144,0,2,5150,5144,5143,0,2,5149,5177,5138,0,2,5138,5142,5139,0,2,5139,5142,5140,0,2,5141,5140,5101,0,2,5087,5142,5138,0,2,5087,5138,5078,0,2,5078,5138,5177,0,2,5141,5101,5145,0,2,5141,5145,5143,0,2,5143,5148,5150,0,2,5139,5143,5144,0,2,5145,5105,5143,0,2,5105,5146,5148,0,2,5147,5086,5085,0,2,5084,5147,5085,0,2,5147,29822,5086,0,2,5086,29822,5146,0,2,29822,5081,5146,0,2,5146,5081,5148,0,2,5148,5143,5105,0,2,5144,5079,5149,0,2,29766,5079,5150,0,2,29766,5150,5080,0,2,5069,5070,29755,0,2,5069,29755,5151,0,2,5151,29755,29753,0,2,5151,29753,5153,0,2,5153,5152,5214,0,2,5215,5214,5077,0,2,5077,5214,5076,0,2,5153,29753,5152,0,2,5152,29753,5076,0,2,5076,5214,5152,0,2,5151,5153,5154,0,2,5174,5154,5153,0,2,5174,5153,5155,0,2,5155,5153,5156,0,2,5156,5157,29831,0,2,29831,5157,5204,0,2,29831,5204,5158,0,2,5158,5209,5159,0,2,5160,6671,5161,0,2,49349,5161,5162,0,2,5163,5162,6664,0,2,5156,29831,5155,0,2,5166,5155,29824,0,2,5166,29830,5172,0,2,5172,5168,5167,0,2,5067,5167,5066,0,2,5066,5167,5168,0,2,5066,5168,5065,0,2,5065,5168,5169,0,2,5065,5169,5064,0,2,5062,5064,5061,0,2,5061,5064,29828,0,2,29828,49351,5170,0,2,5170,5057,5060,0,2,49351,5056,5170,0,2,5057,5170,5056,0,2,5061,29828,5170,0,2,5061,5170,5060,0,2,5058,5059,5060,0,2,29828,5064,5169,0,2,5167,5294,5171,0,2,5172,5171,5173,0,2,5172,5173,5166,0,2,5166,5173,5174,0,2,5166,5174,5155,0,2,5154,5174,5173,0,2,5154,5173,5171,0,2,5171,5172,5167,0,2,5171,5294,5154,0,2,5154,5294,5151,0,2,5156,5153,5214,0,2,5156,5214,5157,0,2,5157,5214,5204,0,2,5204,5214,5175,0,2,5203,5175,5215,0,2,5176,5203,5212,0,2,5176,5212,5213,0,2,5176,5213,29764,0,2,29764,5213,5177,0,2,5178,29763,5201,0,2,5201,29763,5179,0,2,5189,5187,5181,0,2,5189,5181,49331,0,2,49331,5181,5182,0,2,5184,5182,5183,0,2,5183,29761,49326,0,2,49326,29761,29762,0,2,5176,29764,5178,0,2,5197,5178,6562,0,2,5201,5185,5186,0,2,5186,5185,5195,0,2,5195,5185,5187,0,2,5195,5187,5198,0,2,5189,5188,5200,0,2,5189,5200,5199,0,2,5200,49335,5190,0,2,5190,6555,5191,0,2,5191,6555,5192,0,2,5192,6555,6556,0,2,5192,6556,5193,0,2,5194,5192,5195,0,2,5195,5192,6585,0,2,6585,5196,5186,0,2,5186,5196,6560,0,2,5186,6560,5197,0,2,5186,5197,6562,0,2,5195,6585,5186,0,2,5199,5198,5189,0,2,5189,5198,5187,0,2,5195,5198,5194,0,2,5192,5194,5191,0,2,5191,5194,5199,0,2,5198,5199,5194,0,2,5191,5199,5200,0,2,5191,5200,5190,0,2,5187,5185,5180,0,2,5201,6562,5178,0,2,5201,5179,5180,0,2,5201,5180,5185,0,2,5176,5202,5203,0,2,5203,5202,5211,0,2,5203,5211,5175,0,2,5175,5211,5204,0,2,6564,5205,6563,0,2,6563,5205,6560,0,2,6560,5205,5202,0,2,6560,5202,6561,0,2,6561,5176,5178,0,2,5176,6561,5202,0,2,5206,5202,5205,0,2,5206,5205,5207,0,2,5209,5208,5210,0,2,5209,5210,5159,0,2,5211,5209,5204,0,2,5204,5209,5158,0,2,5207,5208,5206,0,2,5206,5208,5211,0,2,5206,5211,5202,0,2,5212,5203,5215,0,2,5212,5215,5216,0,2,5216,5078,5213,0,2,5213,5078,5177,0,2,5216,5213,5212,0,2,5175,5214,5215,0,2,5216,5215,5077,0,2,5234,5050,5217,0,2,5217,5218,5232,0,2,5219,5220,5221,0,2,5235,5223,5230,0,2,5235,5230,5224,0,2,5233,5224,5225,0,2,5226,5225,5236,0,2,5226,5236,5231,0,2,5231,5236,5237,0,2,29798,5227,5228,0,2,5053,5228,5229,0,2,5053,5229,5055,0,2,5055,5229,5056,0,2,5056,5229,5057,0,2,5057,5229,5238,0,2,5058,5225,5224,0,2,5059,5224,5230,0,2,5059,5230,5062,0,2,5062,5230,5063,0,2,5058,5224,5059,0,2,5228,5053,29798,0,2,5228,5239,5229,0,2,29798,6663,5227,0,2,5227,6663,5052,0,2,5227,5052,5237,0,2,5237,5052,5231,0,2,5226,5231,5217,0,2,5226,5217,5232,0,2,5232,5233,5226,0,2,5226,5233,5225,0,2,5232,5219,5233,0,2,5233,5219,5235,0,2,5235,5219,5221,0,2,5235,5221,5223,0,2,5223,5221,5222,0,2,5233,5235,5224,0,2,5217,5231,5234,0,2,5052,5051,5231,0,2,5239,5240,5238,0,2,5238,5229,5239,0,2,5239,5228,5240,0,2,5237,5240,5227,0,2,5240,5058,5238,0,2,5240,5236,5058,0,2,5050,5218,5217,0,2,5043,5042,5044,0,2,5044,5042,5241,0,2,5044,5241,5242,0,2,5242,5241,5066,0,2,5242,5066,5243,0,2,5042,5244,5286,0,2,5286,5244,5041,0,2,5041,5244,1773,0,2,5041,1773,1774,0,2,5041,1774,5040,0,2,5040,1774,1775,0,2,5040,1775,5245,0,2,5039,5245,5246,0,2,5247,1783,5246,0,2,5247,5246,5245,0,2,1786,5033,1785,0,2,5030,5032,5248,0,2,5248,5032,29333,0,2,5248,29333,5249,0,2,5249,29333,29746,0,2,5330,5009,29747,0,2,29747,5009,5010,0,2,5010,5011,29747,0,2,5330,29747,5250,0,2,29333,5032,1789,0,2,29333,1789,5251,0,2,5267,5269,5266,0,2,5266,29377,5265,0,2,5257,5256,5253,0,2,5257,5253,1796,0,2,1796,5253,5258,0,2,5258,5259,5260,0,2,5260,5259,1795,0,2,1793,1795,5261,0,2,1793,5261,5262,0,2,5262,5263,1790,0,2,1790,5263,5251,0,2,5251,5263,5269,0,2,5269,5263,5266,0,2,29377,5263,5261,0,2,29377,5261,1795,0,2,5262,5261,5263,0,2,5262,1791,1793,0,2,5258,5260,1796,0,2,1796,5260,1797,0,2,5257,5264,5000,0,2,1798,5264,1796,0,2,5254,5253,5256,0,2,5253,5252,5258,0,2,5258,5252,5259,0,2,5259,29377,1795,0,2,5253,5254,5252,0,2,5252,5254,5255,0,2,5252,5255,5265,0,2,5255,5002,5265,0,2,5265,5002,5266,0,2,5267,5268,5269,0,2,5269,5268,5332,0,2,5269,5332,5251,0,2,5251,5332,29333,0,2,5002,5003,5266,0,2,5266,5003,5267,0,2,5271,5028,5270,0,2,5271,5270,49262,0,2,49262,29422,5023,0,2,5021,5023,5272,0,2,5021,5272,5273,0,2,5274,5273,5275,0,2,5274,5275,5019,0,2,5019,5275,5018,0,2,5019,5020,5274,0,2,5028,5271,5276,0,2,5276,49260,5025,0,2,5028,5027,5035,0,2,5035,5027,29568,0,2,5035,29568,5278,0,2,5035,5278,5277,0,2,5277,5278,5279,0,2,5279,5280,5301,0,2,5301,5280,29752,0,2,29752,5280,5281,0,2,5287,5281,5283,0,2,5287,5283,5282,0,2,5283,5289,5284,0,2,5284,5292,5285,0,2,5285,5299,5286,0,2,5286,5299,5042,0,2,5038,5288,29934,0,2,5283,5281,5289,0,2,29759,5289,5290,0,2,29756,5290,29586,0,2,5290,29756,29759,0,2,29759,5072,5289,0,2,5289,5291,5284,0,2,5284,5291,5292,0,2,5285,5292,5293,0,2,5295,5294,5068,0,2,5068,5294,5167,0,2,5294,5295,5297,0,2,5297,5295,5296,0,2,5296,5295,5293,0,2,5296,5293,5292,0,2,5292,5291,5296,0,2,5296,5291,5070,0,2,5291,5289,5072,0,2,5296,5069,5297,0,2,5285,5293,5299,0,2,5299,5293,5298,0,2,5299,5298,5241,0,2,5241,5298,5066,0,2,5066,5298,5067,0,2,5241,5042,5299,0,2,5293,5068,5298,0,2,5298,5068,5067,0,2,5034,5035,5277,0,2,5034,5277,5033,0,2,5033,5277,5300,0,2,5300,5277,5301,0,2,5300,5301,5288,0,2,5300,5288,5038,0,2,5300,5038,5036,0,2,5300,5036,1785,0,2,5300,1785,5033,0,2,5022,5302,49261,0,2,49261,5302,5024,0,2,5024,5302,5309,0,2,5309,5302,38198,0,2,5309,38198,5303,0,2,5303,5304,5308,0,2,5312,29809,5305,0,2,5310,29809,29808,0,2,5305,29814,29817,0,2,5305,29817,5312,0,2,5312,29817,5311,0,2,5306,5307,5308,0,2,5308,5307,5309,0,2,5309,5303,5308,0,2,5306,5308,5312,0,2,5310,5305,29809,0,2,5306,5312,5311,0,2,5316,5315,5317,0,2,5318,38165,5319,0,2,5319,38165,5320,0,2,5319,5320,5321,0,2,5323,29501,5322,0,2,5322,38194,29427,0,2,5321,29503,5319,0,2,29427,38195,5323,0,2,5323,38195,5319,0,2,38195,5317,5319,0,2,5319,5317,5318,0,2,5302,5022,5313,0,2,5313,5022,5324,0,2,49256,5324,5021,0,2,5313,5324,5325,0,2,5314,5325,38147,0,2,5011,5010,29744,0,2,5011,29744,5326,0,2,5327,5326,49267,0,2,49267,5326,49268,0,2,49268,5326,1821,0,2,1821,29744,1820,0,2,49268,1821,1822,0,2,49268,1822,5328,0,2,1821,5326,29744,0,2,1819,1820,5010,0,2,5331,5329,5330,0,2,5331,5330,5250,0,2,5009,5330,5329,0,2,5003,5331,5268,0,2,5332,5268,5250,0,2,5332,5250,29746,0,2,5268,5267,5003,0,2,1789,5032,5333,0,2,5032,1788,5333,0,2,5333,1788,5345,0,2,5333,5345,1791,0,2,1792,1791,5334,0,2,1792,5334,5350,0,2,5350,5334,29386,0,2,29386,5335,5542,0,2,5542,5335,5336,0,2,5539,5336,5337,0,2,5338,5339,1779,0,2,5337,5336,5335,0,2,5337,5335,5338,0,2,5338,5335,5339,0,2,5339,5335,5340,0,2,5339,5340,5341,0,2,5345,5344,5346,0,2,5334,1791,5346,0,2,5346,1791,5345,0,2,5344,5345,1787,0,2,5347,1784,1783,0,2,5347,1783,1782,0,2,5347,1782,5342,0,2,5342,1782,1781,0,2,5342,1781,29382,0,2,5335,29386,5340,0,2,5348,5541,5349,0,2,5349,3710,5348,0,2,29386,5348,5350,0,2,5350,3710,1794,0,2,29386,5542,5348,0,2,5355,5358,5352,0,2,5355,5352,5353,0,2,1769,5354,1768,0,2,5354,1769,5351,0,2,5354,5351,5353,0,2,5353,5351,5355,0,2,5351,1771,5355,0,2,6684,5356,5357,0,2,5357,5356,1773,0,2,1773,5244,5357,0,2,5357,5244,5043,0,2,5548,5356,5355,0,2,5355,5356,5358,0,2,5352,5358,6683,0,2,5352,6683,5359,0,2,5352,5359,5421,0,2,5421,5359,6682,0,2,5421,6682,5360,0,2,5360,6682,5361,0,2,5363,5362,5382,0,2,5382,5383,5363,0,2,5363,5395,5364,0,2,5364,5395,5392,0,2,5364,5392,5365,0,2,5364,5365,5366,0,2,5403,5366,5387,0,2,5426,5387,5388,0,2,5426,5388,5389,0,2,5426,5389,5367,0,2,5367,5389,5368,0,2,5369,5368,5370,0,2,5379,5372,5381,0,2,1634,1636,1647,0,2,1634,1647,5375,0,2,1634,5375,5378,0,2,5378,5375,5380,0,2,5380,5375,5373,0,2,5379,5622,5374,0,2,5374,5626,5372,0,2,5372,5379,5374,0,2,5373,5375,5608,0,2,5377,5608,5376,0,2,1637,5376,5375,0,2,1637,5375,1647,0,2,5608,5375,5376,0,2,5376,5630,5607,0,2,5376,5607,5377,0,2,5622,5379,5380,0,2,5622,5380,5373,0,2,5380,5379,5378,0,2,1634,5378,5381,0,2,5381,5378,5379,0,2,1634,5381,1635,0,2,1635,5381,1633,0,2,1633,5381,5372,0,2,1633,5372,1632,0,2,1632,5372,5626,0,2,1632,5626,5371,0,2,5362,5396,5382,0,2,49422,5384,5385,0,2,49422,5385,5393,0,2,5393,1624,5365,0,2,5365,1624,5386,0,2,5365,5386,5387,0,2,5388,6647,5389,0,2,5389,6647,5390,0,2,5370,5368,5390,0,2,5390,5368,5389,0,2,5387,5366,5365,0,2,5394,5384,5391,0,2,5395,5391,49422,0,2,5395,49422,5392,0,2,5365,5392,5393,0,2,5384,49422,5391,0,2,5394,5391,5383,0,2,5383,5391,5363,0,2,5391,5395,5363,0,2,5353,5352,5421,0,2,5401,5360,5396,0,2,5401,5396,5397,0,2,5401,5397,5402,0,2,5402,5397,5422,0,2,5402,5422,5424,0,2,5402,5424,5398,0,2,5400,5398,5414,0,2,5400,5414,5399,0,2,5421,5399,5354,0,2,5421,5354,5353,0,2,5398,5400,5402,0,2,5401,5402,5400,0,2,5398,5425,5411,0,2,5411,5403,5404,0,2,5404,5367,5405,0,2,5406,5405,29861,0,2,5409,5408,1767,0,2,5409,1767,29842,0,2,5410,5409,29841,0,2,5410,29841,5415,0,2,5412,5415,5411,0,2,5412,5411,5404,0,2,5411,5414,5398,0,2,5415,29840,5411,0,2,5411,29840,5414,0,2,5414,29840,5399,0,2,5413,5399,29840,0,2,5404,5405,5412,0,2,5412,5405,5406,0,2,5412,5406,5415,0,2,5409,5410,5417,0,2,5406,5407,5415,0,2,5410,5415,5407,0,2,5410,5407,5417,0,2,5416,5417,5418,0,2,5418,29864,5420,0,2,5420,29864,5419,0,2,1766,5418,5420,0,2,1764,5420,29848,0,2,29848,5420,5419,0,2,5416,5408,5417,0,2,5360,5401,5421,0,2,5399,5421,5400,0,2,5360,5361,5396,0,2,5423,5422,5362,0,2,5423,5362,5364,0,2,5364,5362,5363,0,2,5422,5423,5424,0,2,5404,5403,5426,0,2,5424,5425,5398,0,2,5411,5425,5403,0,2,5424,5423,5366,0,2,5366,5423,5364,0,2,5362,5422,5397,0,2,5362,5397,5396,0,2,5427,5502,1770,0,2,1770,5502,5428,0,2,1770,5428,1771,0,2,1771,5428,5522,0,2,1771,5522,5429,0,2,5548,5429,5430,0,2,5431,5430,5519,0,2,5431,5519,5432,0,2,5432,5519,5433,0,2,5433,5520,5516,0,2,5433,5516,5434,0,2,5433,5434,1778,0,2,1778,5434,5435,0,2,5435,5434,5436,0,2,5536,5436,5437,0,2,5535,5437,5438,0,2,5546,5439,29845,0,2,5546,29845,5532,0,2,5443,5441,5442,0,2,5443,5442,5444,0,2,5445,5449,5446,0,2,5450,5451,5452,0,2,29990,5453,5454,0,2,29989,5454,5459,0,2,29989,5459,5456,0,2,29989,5456,5455,0,2,5455,5456,1757,0,2,1757,5456,5457,0,2,5455,1756,29989,0,2,5453,5452,5454,0,2,5454,5452,5458,0,2,5454,5458,5459,0,2,5460,5459,5485,0,2,5460,5485,5484,0,2,5484,5485,5461,0,2,5461,5462,5525,0,2,5461,5525,5463,0,2,5463,5525,5477,0,2,5477,5525,5464,0,2,5464,5465,5466,0,2,5466,5496,5467,0,2,5468,5467,5524,0,2,5468,5524,5469,0,2,5468,5469,1765,0,2,5472,5470,5471,0,2,5472,5471,1760,0,2,1765,5470,5468,0,2,5468,5470,5472,0,2,5468,5472,5467,0,2,5467,5472,5473,0,2,5467,5473,5483,0,2,5467,5483,5466,0,2,5483,5473,5474,0,2,5474,5475,5476,0,2,5476,5475,5478,0,2,5476,5478,5479,0,2,5476,5479,5477,0,2,5477,5464,5476,0,2,5475,5480,5478,0,2,5478,5480,5479,0,2,5479,5480,5481,0,2,5479,5481,5482,0,2,5456,5481,5457,0,2,5457,5481,5480,0,2,5479,5482,5477,0,2,5477,5482,5463,0,2,5466,5483,5464,0,2,5474,5476,5483,0,2,5483,5476,5464,0,2,5472,1759,5473,0,2,5473,1759,5474,0,2,1760,1759,5472,0,2,5461,5463,5484,0,2,5484,5463,5482,0,2,5459,5460,5456,0,2,5456,5460,5481,0,2,5481,5460,5484,0,2,5481,5484,5482,0,2,5485,5459,5486,0,2,5485,5486,5488,0,2,5488,5486,5487,0,2,5488,5487,5489,0,2,5488,5489,5490,0,2,5490,5489,5441,0,2,5528,29845,5527,0,2,5527,29845,5491,0,2,5492,5491,5493,0,2,5493,5494,5515,0,2,5493,5515,5492,0,2,5466,5465,5496,0,2,5496,5465,5497,0,2,29844,5505,5497,0,2,5497,5505,5503,0,2,5497,5503,5498,0,2,5497,5498,5524,0,2,5524,5501,5500,0,2,5500,5501,5499,0,2,5500,1766,1765,0,2,1765,5469,5500,0,2,5500,5499,5416,0,2,5500,5416,1766,0,2,1766,5416,5418,0,2,5501,5502,5427,0,2,5501,5524,5502,0,2,5502,5524,5498,0,2,5504,5498,5503,0,2,5504,5523,5428,0,2,5504,5428,5502,0,2,5498,5504,5502,0,2,5507,5506,5508,0,2,5516,5508,5510,0,2,5509,5510,5437,0,2,5437,5510,5511,0,2,5437,5511,5438,0,2,5438,5511,5493,0,2,5438,5493,5491,0,2,5493,5511,5494,0,2,5494,5512,5506,0,2,5494,5506,5513,0,2,5494,5513,5514,0,2,5514,5513,29846,0,2,5514,29846,5495,0,2,5494,5514,5515,0,2,5515,5514,5495,0,2,5438,5491,5439,0,2,5437,5436,5509,0,2,5509,5434,5516,0,2,5434,5509,5436,0,2,5510,5509,5516,0,2,5508,5516,5507,0,2,5507,5505,5506,0,2,5503,5517,5504,0,2,5433,5519,5520,0,2,5507,5516,5520,0,2,5507,5520,5521,0,2,5521,5519,5518,0,2,5518,5517,5521,0,2,5505,5517,5503,0,2,5521,5517,5505,0,2,5521,5505,5507,0,2,5519,5521,5520,0,2,5519,5430,5518,0,2,5518,5430,5522,0,2,5518,5522,5523,0,2,5523,5522,5428,0,2,5429,5522,5430,0,2,5518,5523,5517,0,2,5517,5523,5504,0,2,5499,5501,5427,0,2,5497,5467,5496,0,2,5497,5524,5467,0,2,5465,5464,5495,0,2,5495,5464,5525,0,2,5491,5492,5527,0,2,5527,5492,5526,0,2,5526,5492,5515,0,2,5526,5515,5525,0,2,5525,5462,5526,0,2,5462,5488,5490,0,2,5462,5490,5528,0,2,5527,5526,5528,0,2,5528,5526,5462,0,2,5462,5461,5488,0,2,5488,5461,5485,0,2,5486,5459,5529,0,2,5529,5458,5452,0,2,5452,5451,5529,0,2,5529,5451,5487,0,2,5487,5486,5529,0,2,5449,5445,5530,0,2,5450,5530,5444,0,2,5442,5487,5451,0,2,5442,5451,5444,0,2,5444,5451,5450,0,2,5487,5442,5489,0,2,5489,5442,5441,0,2,5490,5441,5440,0,2,5490,5440,5528,0,2,5528,5440,29845,0,2,5444,5530,5443,0,2,5443,5530,5445,0,2,5449,5448,5446,0,2,5446,5448,5447,0,2,5446,5447,3846,0,2,3846,5447,3848,0,2,3846,3845,5531,0,2,3846,5531,5446,0,2,5531,5545,5445,0,2,5445,5545,5443,0,2,5545,5532,5440,0,2,5439,5533,5534,0,2,5534,5536,5535,0,2,5535,5536,5437,0,2,5535,5438,5534,0,2,5534,5438,5439,0,2,5538,5537,49636,0,2,5538,49636,5543,0,2,5543,49636,5539,0,2,5539,29312,5540,0,2,5541,5348,5542,0,2,5542,5336,5540,0,2,5540,5336,5539,0,2,5539,5337,5543,0,2,5538,5543,5544,0,2,5538,5544,5436,0,2,5436,5544,5435,0,2,5338,1779,5544,0,2,5435,5544,1779,0,2,5544,5543,5338,0,2,5338,5543,5337,0,2,5436,5536,5538,0,2,5440,5441,5545,0,2,5545,5441,5443,0,2,5545,3726,5532,0,2,5532,3725,5546,0,2,5546,3723,3722,0,2,3723,5546,3725,0,2,5439,5546,3722,0,2,5439,3722,5533,0,2,5533,3722,29298,0,2,5538,5536,5537,0,2,5534,5537,5536,0,2,5545,5531,3726,0,2,3726,5531,3727,0,2,3727,5531,3845,0,2,5531,5445,5446,0,2,5547,1772,5430,0,2,5430,1772,5548,0,2,5431,1776,5547,0,2,1772,5547,5549,0,2,1772,5549,1773,0,2,1773,5549,1774,0,2,1774,5549,5547,0,2,1774,5547,1775,0,2,5551,5550,29847,0,2,5552,5551,1758,0,2,5552,1758,5553,0,2,5553,1759,5554,0,2,5554,5557,5604,0,2,5603,5604,5558,0,2,5601,5558,5555,0,2,5601,5555,5600,0,2,5600,5555,5599,0,2,5599,5555,29898,0,2,29898,5555,5556,0,2,5556,5557,1759,0,2,1759,5557,5554,0,2,5604,5557,5558,0,2,5555,5558,5557,0,2,5557,5556,5555,0,2,5551,5552,1744,0,2,1744,5552,1743,0,2,1743,5559,1741,0,2,1743,5552,5559,0,2,5561,5559,5560,0,2,5561,5560,5562,0,2,1740,5562,29240,0,2,5566,5606,5567,0,2,29870,5569,5578,0,2,29870,5578,5570,0,2,29870,5570,29876,0,2,29876,5570,5633,0,2,5633,5571,29877,0,2,29877,5573,5572,0,2,1680,5572,1658,0,2,1658,5572,5573,0,2,5573,29877,5571,0,2,5575,5574,5635,0,2,5575,1654,1655,0,2,1653,1654,5635,0,2,1653,5635,1652,0,2,5577,5576,5582,0,2,5582,5576,5581,0,2,5570,5578,5634,0,2,5579,5634,5569,0,2,5580,5569,5568,0,2,5580,1644,5579,0,2,5584,5582,1645,0,2,1645,6222,1646,0,2,1645,1646,5588,0,2,5588,1646,5583,0,2,5577,5582,5584,0,2,5585,1649,5586,0,2,1650,5586,49433,0,2,5587,5577,5585,0,2,5587,5585,1650,0,2,1650,5585,5586,0,2,1651,5576,5577,0,2,1651,1652,5576,0,2,5587,1651,5577,0,2,5583,1649,5588,0,2,5588,5585,5584,0,2,5584,5585,5577,0,2,5588,5584,1645,0,2,5579,5569,5580,0,2,1644,5580,1643,0,2,1643,5590,1642,0,2,5589,5590,1643,0,2,5589,5580,5568,0,2,5568,5567,5589,0,2,5589,5567,5606,0,2,5589,5606,5591,0,2,5607,1639,5631,0,2,5631,1639,5593,0,2,5596,29855,5605,0,2,5605,29856,5597,0,2,5591,5597,5590,0,2,5590,5597,1641,0,2,1641,5597,5592,0,2,5597,5591,5598,0,2,49434,5598,5599,0,2,5599,29898,49434,0,2,49434,29898,1761,0,2,1759,5553,1758,0,2,5475,1758,5480,0,2,5599,5598,5600,0,2,5600,5565,29236,0,2,5600,29236,5564,0,2,5564,5602,5601,0,2,5564,5601,5600,0,2,5558,5601,5602,0,2,5558,5602,5603,0,2,5604,5603,29900,0,2,5562,29900,29240,0,2,5554,5560,5553,0,2,5553,5560,5559,0,2,5553,5559,5552,0,2,5560,5554,5604,0,2,5562,5560,29900,0,2,29900,5560,5604,0,2,5603,5602,5563,0,2,5603,5563,29240,0,2,5597,5598,5605,0,2,5598,5591,5606,0,2,29849,5595,29854,0,2,1641,5592,1640,0,2,1640,5592,1639,0,2,5630,1639,5607,0,2,5607,5610,5377,0,2,5377,5609,5608,0,2,5608,5609,5373,0,2,5373,5609,5622,0,2,5609,5610,5618,0,2,5618,5610,5617,0,2,5616,5617,5631,0,2,5616,5631,5611,0,2,5612,5616,49431,0,2,49431,29850,29851,0,2,5614,5613,5615,0,2,5617,5619,5618,0,2,5618,5619,5623,0,2,5623,49430,5624,0,2,5624,49429,5620,0,2,5621,5620,49428,0,2,5628,49428,49426,0,2,49426,49423,5629,0,2,5629,49423,5405,0,2,5622,5618,5623,0,2,5609,5618,5622,0,2,5374,5625,5626,0,2,5626,5625,49438,0,2,49438,5625,5621,0,2,5627,5621,49428,0,2,49426,5629,5628,0,2,5628,5629,5369,0,2,5369,5629,5368,0,2,5426,5367,5404,0,2,5629,5405,5367,0,2,5368,5629,5367,0,2,5622,5623,5374,0,2,5374,5623,5625,0,2,5621,5625,5624,0,2,5621,5624,5620,0,2,5624,5625,5623,0,2,5616,5612,5617,0,2,5617,5612,5619,0,2,5609,5377,5610,0,2,5631,5617,5610,0,2,1638,5630,1637,0,2,5607,5631,5610,0,2,5593,5594,5631,0,2,5631,5594,5611,0,2,5634,5578,5569,0,2,5633,5632,5574,0,2,5633,5574,5571,0,2,5632,5633,5570,0,2,5632,5570,5634,0,2,5632,5634,5576,0,2,5576,5634,5581,0,2,5576,1652,5632,0,2,5632,1652,5635,0,2,5632,5635,5574,0,2,1654,5575,5635,0,2,5574,5575,5571,0,2,5571,5575,5573,0,2,5573,5575,1657,0,2,5573,1657,1658,0,2,1746,1755,1756,0,2,1754,1748,1753,0,2,1752,1748,5636,0,2,1752,5636,1751,0,2,1751,5636,5637,0,2,5637,5636,29968,0,2,1752,1753,1748,0,2,1749,5638,4609,0,2,1749,4609,5639,0,2,1749,5639,5636,0,2,1746,1745,5640,0,2,5640,1745,5641,0,2,5640,5641,4605,0,2,5641,5642,5643,0,2,6177,1742,6178,0,2,1742,6177,5642,0,2,5643,5642,6177,0,2,4614,5643,4603,0,2,4603,6178,1736,0,2,1736,6178,1737,0,2,4601,4603,1736,0,2,4601,1736,1735,0,2,4601,1735,5644,0,2,4601,5644,4600,0,2,31325,5644,1734,0,2,6151,31325,5645,0,2,6151,5645,5646,0,2,29222,5647,5648,0,2,29222,5648,6155,0,2,6155,5648,5649,0,2,5653,5652,5654,0,2,31317,31311,6149,0,2,31317,6149,6135,0,2,5655,5670,5656,0,2,5657,5656,5658,0,2,5651,5660,5661,0,2,5651,5661,5652,0,2,5652,5661,5659,0,2,5652,5659,5658,0,2,5652,5658,5654,0,2,5654,5658,6149,0,2,5658,5656,6149,0,2,6149,5656,5670,0,2,5652,6171,5651,0,2,29223,5660,5649,0,2,29223,5649,5648,0,2,5649,5660,5650,0,2,5650,5660,5651,0,2,5660,29223,5661,0,2,5661,29223,5667,0,2,5667,29223,5662,0,2,5667,5662,5663,0,2,5667,5663,1720,0,2,5663,5662,5664,0,2,5663,5664,5665,0,2,5665,5664,5666,0,2,5665,5666,5645,0,2,5645,5666,5646,0,2,5646,5666,5647,0,2,5665,5645,1732,0,2,5665,1732,5663,0,2,5663,1732,1731,0,2,1732,5645,1733,0,2,5645,31325,1734,0,2,5659,5661,5667,0,2,5659,5667,5658,0,2,5658,5667,5657,0,2,5656,5657,1714,0,2,5656,1714,5655,0,2,5670,5655,5668,0,2,6133,5668,5669,0,2,5671,6135,5670,0,2,5671,5670,5668,0,2,5671,5668,6133,0,2,5671,6133,6147,0,2,5674,1711,5673,0,2,31364,5674,31363,0,2,5675,31363,31349,0,2,5675,31349,31359,0,2,31359,31349,6129,0,2,31359,6129,6143,0,2,6139,5676,6127,0,2,6139,6127,5677,0,2,5677,5678,6141,0,2,31450,5678,5677,0,2,31450,5677,5679,0,2,5679,6125,5880,0,2,5879,5680,5876,0,2,5839,5681,5680,0,2,5839,5680,6126,0,2,5839,6126,5838,0,2,5838,6126,5682,0,2,5683,31324,5836,0,2,5836,31324,31323,0,2,5836,31323,5828,0,2,5684,31538,5685,0,2,5685,31538,5686,0,2,5688,6035,5690,0,2,5689,6030,5690,0,2,5688,5690,31543,0,2,31543,5690,5691,0,2,1358,5692,6037,0,2,5693,6007,5697,0,2,5694,5695,5696,0,2,5696,5695,5835,0,2,5696,5835,5686,0,2,5696,5686,5687,0,2,5692,5693,5691,0,2,5691,5693,5694,0,2,5691,5694,5696,0,2,5693,5692,6007,0,2,6007,5692,1358,0,2,5693,5697,5997,0,2,5698,5699,5834,0,2,31687,5701,31689,0,2,31687,31689,5702,0,2,5703,31688,5704,0,2,5704,31688,31615,0,2,31615,31688,5744,0,2,31612,31616,31639,0,2,31612,31639,5756,0,2,31613,31612,5705,0,2,5816,5799,5817,0,2,5708,5707,5724,0,2,5710,5709,5711,0,2,5710,5711,5712,0,2,5714,5713,49594,0,2,5714,49594,31592,0,2,31592,49595,5801,0,2,31601,5718,31599,0,2,31599,5718,5719,0,2,5720,5721,5722,0,2,5722,5721,31603,0,2,31603,5723,5800,0,2,5708,5724,5725,0,2,5708,5725,5811,0,2,5811,5725,5726,0,2,5726,5725,5727,0,2,5726,5727,5711,0,2,5711,5727,49596,0,2,5713,5712,49596,0,2,49596,5712,5711,0,2,5810,5726,5711,0,2,5711,5709,5810,0,2,5810,5709,5802,0,2,5722,31603,5800,0,2,5722,5800,5788,0,2,5722,5788,31597,0,2,5783,31597,5728,0,2,5783,5728,5784,0,2,5784,5728,5729,0,2,5764,5731,5732,0,2,5764,5732,5733,0,2,5763,5733,5793,0,2,5771,5734,5735,0,2,5736,5737,1301,0,2,1301,5737,1302,0,2,1302,5760,1303,0,2,1303,5760,5738,0,2,1303,5738,5739,0,2,1303,5739,5740,0,2,5740,31620,5741,0,2,5741,31620,5753,0,2,5741,5753,5742,0,2,5741,5742,31701,0,2,5741,31701,31702,0,2,31697,5742,5753,0,2,31697,5753,5743,0,2,5743,5753,5752,0,2,5743,5752,31640,0,2,5743,31640,31618,0,2,1304,5742,5745,0,2,31697,6013,5750,0,2,5750,6013,6015,0,2,5750,6015,5746,0,2,5746,6016,1305,0,2,1305,6016,5747,0,2,5748,6023,5749,0,2,5749,1348,1308,0,2,5749,1307,5748,0,2,5749,6023,1348,0,2,1305,5747,1306,0,2,1306,5747,1307,0,2,1307,5747,5748,0,2,5748,5747,1353,0,2,5746,1305,5750,0,2,5750,1305,5751,0,2,5751,31699,1304,0,2,5751,5745,5750,0,2,31697,5750,5745,0,2,1304,5745,5751,0,2,5752,5753,5754,0,2,5752,5754,5755,0,2,31639,5755,5756,0,2,5756,5755,5762,0,2,5756,5762,5757,0,2,5757,5761,5758,0,2,5758,5761,5759,0,2,5734,5759,5735,0,2,5735,5759,5736,0,2,5736,5760,5737,0,2,5737,5760,1302,0,2,5759,5760,5736,0,2,5760,5759,5761,0,2,5760,5761,5738,0,2,5738,5761,5762,0,2,5762,5755,5754,0,2,5762,5754,5739,0,2,5762,5761,5757,0,2,5759,5734,5758,0,2,5763,5776,5733,0,2,5733,5776,5764,0,2,5777,5764,5776,0,2,5777,5776,5765,0,2,5766,5765,5768,0,2,5766,5768,5767,0,2,5774,5770,5771,0,2,5771,5735,5772,0,2,5772,5735,5773,0,2,5773,5736,1301,0,2,1301,31703,5773,0,2,5772,5943,5940,0,2,5772,5940,5774,0,2,5772,5774,5771,0,2,5943,5772,5773,0,2,5768,5765,5769,0,2,5770,5769,5775,0,2,5770,5775,5734,0,2,5769,5765,5776,0,2,5769,5776,5775,0,2,5775,5776,5763,0,2,5777,5928,5930,0,2,5778,5985,5779,0,2,5785,5779,5780,0,2,5780,5908,5988,0,2,5780,5988,31598,0,2,31598,5988,5781,0,2,31598,5781,5782,0,2,5782,5781,5904,0,2,31600,5904,5899,0,2,5899,5898,31600,0,2,5904,31600,5782,0,2,5783,5780,31598,0,2,5780,5784,5785,0,2,5785,5784,5729,0,2,5777,5765,5766,0,2,5764,5787,5731,0,2,5785,5786,5779,0,2,5779,5786,5778,0,2,5778,5786,5787,0,2,5778,5787,5930,0,2,5786,5731,5787,0,2,5787,5764,5930,0,2,5930,5764,5777,0,2,5786,5785,5729,0,2,5730,5731,5786,0,2,5730,5786,5729,0,2,5728,5788,5729,0,2,5729,5788,5791,0,2,5731,5730,5732,0,2,5732,5795,5733,0,2,5733,5795,5793,0,2,5793,5794,5763,0,2,5763,5794,5775,0,2,5775,5794,5758,0,2,5775,5758,5734,0,2,5792,5730,5791,0,2,5791,5730,5729,0,2,5788,5789,5791,0,2,5791,5796,5792,0,2,5792,5796,5795,0,2,5732,5730,5795,0,2,5795,5730,5792,0,2,5791,5789,5790,0,2,5791,5790,5796,0,2,5796,5790,5799,0,2,5796,5799,5797,0,2,5705,5798,5816,0,2,5799,5798,5797,0,2,5816,5798,5799,0,2,5798,5793,5797,0,2,5797,5793,5795,0,2,5797,5795,5796,0,2,5728,31597,5788,0,2,5788,5800,5789,0,2,5800,5723,5789,0,2,5789,5723,5790,0,2,5790,5723,5724,0,2,5790,5724,5707,0,2,5717,5716,49598,0,2,5717,49598,5718,0,2,31604,5715,49595,0,2,49595,5715,5801,0,2,5717,5801,5716,0,2,5801,5715,5716,0,2,49614,5716,5715,0,2,5802,5709,5823,0,2,5802,5823,5803,0,2,5805,5804,5825,0,2,5805,5825,6002,0,2,5805,6002,5806,0,2,5806,6006,5807,0,2,6006,6004,5815,0,2,5815,6004,5808,0,2,5804,5819,31541,0,2,31542,31541,5809,0,2,31542,5809,5802,0,2,5802,5809,5810,0,2,5708,5810,5809,0,2,5708,5809,5812,0,2,5809,31541,5813,0,2,5812,5706,5707,0,2,5707,5708,5812,0,2,5812,5809,5813,0,2,5706,5812,5814,0,2,5706,5814,5817,0,2,5814,5815,5816,0,2,5816,5815,31614,0,2,5816,31614,5705,0,2,5705,31614,31613,0,2,5816,5817,5814,0,2,5812,5813,5814,0,2,5814,5813,5818,0,2,5818,5813,5807,0,2,5818,5807,6006,0,2,5807,31541,5806,0,2,5807,5813,31541,0,2,5806,31541,5819,0,2,5806,5819,5805,0,2,5819,5804,5805,0,2,5820,5710,5822,0,2,5992,5820,5822,0,2,5992,5822,5821,0,2,5821,5822,5893,0,2,5893,5822,5712,0,2,5893,5712,5892,0,2,5892,5712,5713,0,2,5822,5710,5712,0,2,5709,5710,5820,0,2,5803,5823,5824,0,2,5803,5824,5804,0,2,5825,5840,5826,0,2,5826,5840,5827,0,2,5827,5836,5828,0,2,5830,5828,5829,0,2,5830,5829,5831,0,2,5700,5833,5834,0,2,5835,5832,5686,0,2,5686,5832,5685,0,2,5685,5832,5831,0,2,5685,5831,5829,0,2,5685,5829,5684,0,2,5829,5828,5684,0,2,5838,5995,5839,0,2,5838,5682,5837,0,2,5837,5682,31324,0,2,5837,31324,5683,0,2,5836,5827,5683,0,2,5683,5827,5840,0,2,5683,5840,5838,0,2,5838,5840,5995,0,2,5841,5995,5842,0,2,5842,5993,5843,0,2,5892,5713,5714,0,2,5888,5846,31593,0,2,5888,31593,5847,0,2,5847,5903,5848,0,2,5849,49601,5882,0,2,5882,49601,5883,0,2,5883,49601,49602,0,2,5850,5883,5851,0,2,5852,5862,30244,0,2,5854,28128,5857,0,2,5857,28128,5855,0,2,5857,5855,5856,0,2,5857,5856,5858,0,2,5861,5858,5859,0,2,5859,5860,5861,0,2,5861,5860,5854,0,2,5861,5854,5857,0,2,5861,5857,5858,0,2,5851,31299,49603,0,2,5852,49603,49604,0,2,5852,49604,5862,0,2,5862,49604,49606,0,2,5862,49606,5853,0,2,49603,5852,5851,0,2,5863,5886,31585,0,2,5863,31585,5864,0,2,5866,5865,5867,0,2,5866,4531,5868,0,2,5866,5868,5865,0,2,5874,5868,5870,0,2,5870,5868,5871,0,2,4531,4543,5871,0,2,5868,5869,5865,0,2,5871,5868,4531,0,2,5865,5869,5864,0,2,5864,5890,5863,0,2,5863,5890,5872,0,2,5873,5874,5875,0,2,5896,5875,5876,0,2,5896,5876,5877,0,2,5877,5876,5681,0,2,5877,5878,31361,0,2,31361,5878,5996,0,2,5876,5875,5879,0,2,5879,5875,5870,0,2,5879,5870,5880,0,2,4529,4527,31450,0,2,4529,31450,5880,0,2,5880,31450,5679,0,2,5875,5874,5870,0,2,5891,5890,5881,0,2,5891,5881,5873,0,2,5881,5890,5869,0,2,5881,5869,5868,0,2,5881,5868,5874,0,2,5869,5890,5864,0,2,5847,5848,5901,0,2,5847,5901,5884,0,2,5883,5885,5884,0,2,5886,5887,5885,0,2,5883,5884,5882,0,2,5882,5884,5901,0,2,5887,5884,5885,0,2,5849,5882,5902,0,2,5846,5888,5889,0,2,5886,5863,5887,0,2,5887,5863,5889,0,2,5887,5889,5888,0,2,5888,5847,5884,0,2,5888,5884,5887,0,2,5845,5872,31591,0,2,5845,31591,5844,0,2,5845,5846,5872,0,2,5872,5846,5889,0,2,5872,5889,5863,0,2,5890,5891,31591,0,2,31591,5891,49597,0,2,5892,5895,5893,0,2,5895,5892,49597,0,2,49597,5892,5714,0,2,49597,5714,5894,0,2,5895,31360,31361,0,2,31361,31360,5896,0,2,5846,5845,5897,0,2,5897,31594,5898,0,2,5897,5898,5903,0,2,5900,5899,5905,0,2,5903,5900,5991,0,2,5903,5991,5848,0,2,5848,5991,5901,0,2,5901,5991,5990,0,2,5901,5990,5902,0,2,5903,5898,5900,0,2,5900,5898,5899,0,2,5899,5904,5905,0,2,5904,5781,5905,0,2,5905,5781,5909,0,2,5905,5909,5906,0,2,31297,5989,5907,0,2,5910,5907,5908,0,2,5781,5988,5909,0,2,5908,5780,5923,0,2,5910,5923,5911,0,2,5910,5911,5912,0,2,5912,5987,5913,0,2,5912,5913,5914,0,2,5914,5913,5915,0,2,5914,5915,5983,0,2,5983,5915,5981,0,2,5981,5915,5920,0,2,5981,5920,5916,0,2,5978,5916,5917,0,2,5978,5917,5979,0,2,5979,5917,5955,0,2,5955,5917,5918,0,2,5931,5918,5926,0,2,5919,5926,5917,0,2,5919,5917,5920,0,2,5920,5917,5916,0,2,5920,5921,5919,0,2,5919,5921,5986,0,2,5924,5986,5985,0,2,5985,5986,5922,0,2,5923,5922,5911,0,2,5779,5923,5780,0,2,5923,5779,5922,0,2,5922,5779,5985,0,2,5985,5930,5924,0,2,31623,5929,5928,0,2,5927,5926,5929,0,2,5929,5925,5924,0,2,5929,5924,5930,0,2,5929,5930,5928,0,2,5927,5929,31623,0,2,5925,5929,5926,0,2,5926,5927,5931,0,2,28020,5934,5935,0,2,1297,5935,5949,0,2,5936,5949,5933,0,2,5936,5933,5974,0,2,5974,5937,31626,0,2,31626,5937,31625,0,2,31625,5937,5932,0,2,5974,5975,5937,0,2,5949,5935,5934,0,2,5938,1297,5939,0,2,31636,5950,5946,0,2,5946,5950,5953,0,2,5946,5953,5945,0,2,5944,5954,5942,0,2,5942,5954,5941,0,2,5940,5941,5774,0,2,5774,5941,5770,0,2,5942,5940,5943,0,2,5943,5944,5942,0,2,5942,5941,5940,0,2,28407,1300,5943,0,2,5943,1300,5944,0,2,31636,5946,5939,0,2,5939,5946,5947,0,2,5947,5948,31631,0,2,5947,5946,5948,0,2,31631,5948,1298,0,2,5944,1300,5945,0,2,5945,1300,31629,0,2,5945,31629,5948,0,2,1297,5949,5939,0,2,5939,5949,31635,0,2,5939,31635,31636,0,2,5952,31642,5951,0,2,5952,5951,31641,0,2,31641,5769,5941,0,2,5941,5769,5770,0,2,5769,31641,5768,0,2,5945,5953,5954,0,2,5954,5953,5952,0,2,5953,5950,31642,0,2,31642,5952,5953,0,2,5945,5954,5944,0,2,5949,5936,31635,0,2,5918,5931,5955,0,2,5979,5955,5984,0,2,5972,5976,5959,0,2,5972,5959,5958,0,2,5959,5960,28105,0,2,5961,5969,28142,0,2,28142,5969,5970,0,2,28142,5970,5966,0,2,5966,5970,5962,0,2,5962,5971,28078,0,2,28078,28036,5962,0,2,5962,28036,5968,0,2,5962,5968,5963,0,2,5964,5967,5963,0,2,5967,5966,5963,0,2,5966,5962,5963,0,2,5965,28055,1285,0,2,1287,5963,5968,0,2,1287,5968,1290,0,2,5963,1287,5964,0,2,5964,1287,28055,0,2,5961,5960,5976,0,2,5961,5976,5969,0,2,5970,5969,5971,0,2,5970,5971,5962,0,2,28078,5971,1291,0,2,5958,5957,5972,0,2,5972,5957,31676,0,2,1295,5972,31676,0,2,1295,31676,1296,0,2,1296,31676,5973,0,2,1296,5973,5934,0,2,5934,5973,31677,0,2,5934,31677,5933,0,2,5933,31677,5974,0,2,5974,31677,31675,0,2,5975,49613,5937,0,2,5937,49613,5984,0,2,5937,5984,5932,0,2,5975,5974,31675,0,2,5934,5933,5949,0,2,5971,1292,1291,0,2,1292,5971,5969,0,2,1292,5969,1293,0,2,5959,5976,5960,0,2,5957,5958,5977,0,2,5957,5977,31678,0,2,31678,5977,5956,0,2,5956,5977,5978,0,2,5916,5978,5980,0,2,5981,5980,28136,0,2,5981,28136,28135,0,2,5981,28135,5982,0,2,5981,5982,5983,0,2,5981,5916,5980,0,2,5978,5979,5956,0,2,5931,5984,5955,0,2,5956,49613,31678,0,2,49613,5956,5979,0,2,49613,5979,5984,0,2,5926,5919,5925,0,2,5924,5925,5986,0,2,5986,5925,5919,0,2,5930,5985,5778,0,2,5920,5915,5921,0,2,5921,5915,5986,0,2,5986,5915,5913,0,2,5922,5986,5987,0,2,5922,5987,5911,0,2,5986,5913,5987,0,2,5911,5987,5912,0,2,5926,5918,5917,0,2,5923,5910,5908,0,2,5908,5907,5988,0,2,5988,5989,5909,0,2,5906,5909,5989,0,2,5989,31297,5906,0,2,5907,5989,5988,0,2,5905,5906,31296,0,2,5905,31296,5990,0,2,5991,5900,5990,0,2,5821,5996,5992,0,2,5992,5996,5843,0,2,5992,5843,5993,0,2,5995,5840,5825,0,2,5825,5804,5995,0,2,5995,5804,5994,0,2,5995,5994,5842,0,2,5842,5994,5993,0,2,5996,5821,31361,0,2,5839,5995,5681,0,2,5995,5841,5681,0,2,5681,5841,5877,0,2,5877,5841,5878,0,2,5878,5841,5843,0,2,5843,5841,5842,0,2,5996,5878,5843,0,2,5838,5837,5683,0,2,5833,5832,5835,0,2,5833,5835,5834,0,2,5997,5694,5693,0,2,5694,5997,5695,0,2,5695,5997,5698,0,2,5835,5695,5834,0,2,5700,5701,5833,0,2,5833,5701,5998,0,2,5833,5998,5832,0,2,5832,5998,5831,0,2,5701,31687,5998,0,2,5999,6000,6001,0,2,6001,31540,6003,0,2,5808,6003,5703,0,2,5806,6002,6005,0,2,6003,5808,6004,0,2,6003,6004,6001,0,2,6001,6004,6005,0,2,6005,6006,5806,0,2,6006,6005,6004,0,2,6001,6005,5999,0,2,5999,6005,6002,0,2,5825,5826,6002,0,2,6002,5826,5999,0,2,31693,6008,1357,0,2,31693,1357,31692,0,2,31692,1357,1356,0,2,6009,6017,6011,0,2,6011,6017,6010,0,2,6011,6010,6014,0,2,6011,6014,31691,0,2,31698,6012,6029,0,2,31698,6029,6013,0,2,31692,1356,6009,0,2,6014,6010,5746,0,2,6014,5746,6029,0,2,6029,5746,6015,0,2,6029,6015,6013,0,2,5746,6010,6018,0,2,6018,6010,6017,0,2,6018,6017,1355,0,2,6018,6016,5746,0,2,6019,6018,1354,0,2,1354,6018,1355,0,2,5748,1353,6020,0,2,5748,6020,6023,0,2,6020,1352,1349,0,2,6023,1349,6024,0,2,6024,6022,6023,0,2,6023,6022,1348,0,2,6020,1349,6023,0,2,6025,6026,6027,0,2,1406,6021,6028,0,2,6028,6027,1414,0,2,1414,6027,1350,0,2,1350,6027,1351,0,2,6027,6026,1351,0,2,6020,1353,1352,0,2,1352,6025,6027,0,2,6021,1349,1352,0,2,6021,1352,6028,0,2,6028,1352,6027,0,2,1353,5747,6019,0,2,6019,5747,6016,0,2,6029,31691,6014,0,2,6012,31691,6029,0,2,6008,6007,27981,0,2,5690,6030,5691,0,2,5691,6030,5692,0,2,5692,6030,6038,0,2,6038,6030,5689,0,2,31371,5689,6031,0,2,31371,6031,31331,0,2,31331,6031,6035,0,2,31331,6035,6032,0,2,6033,6032,6034,0,2,6058,6060,31532,0,2,6058,31532,31344,0,2,6031,5690,6035,0,2,6035,6036,6032,0,2,6032,6036,6034,0,2,5692,6038,6037,0,2,6037,6038,6039,0,2,6111,6039,6040,0,2,6040,6048,6041,0,2,6041,6049,6051,0,2,6051,6049,6042,0,2,6051,6042,6043,0,2,6044,6043,6042,0,2,6044,6042,6045,0,2,6046,6045,6047,0,2,31566,6047,6048,0,2,31566,6048,31567,0,2,31567,6048,6040,0,2,6049,6041,6048,0,2,6048,6047,6049,0,2,6049,6047,6045,0,2,6049,6045,6042,0,2,6050,6040,6041,0,2,6050,6041,6110,0,2,6051,6043,6052,0,2,6052,6043,6053,0,2,6052,6053,6054,0,2,6054,31329,1668,0,2,6055,1668,31453,0,2,6055,31453,1667,0,2,6062,6057,6061,0,2,6058,6061,31369,0,2,6058,31369,6059,0,2,6060,6059,31332,0,2,6060,31332,6034,0,2,6034,31332,6033,0,2,6059,6060,6058,0,2,31345,6058,31344,0,2,31345,6061,6058,0,2,6057,6062,6063,0,2,31329,1669,1668,0,2,6064,6063,1670,0,2,1684,1670,6063,0,2,1684,6063,1709,0,2,1709,6063,6062,0,2,29884,6064,1670,0,2,6063,6064,6056,0,2,6056,6064,1669,0,2,6056,1669,31329,0,2,6118,6109,6066,0,2,6118,6066,6117,0,2,6117,6066,6067,0,2,1666,31336,6067,0,2,6067,6068,6069,0,2,31339,6106,6115,0,2,6070,6071,6119,0,2,6119,6071,6072,0,2,6827,6822,6073,0,2,6812,6074,6075,0,2,6076,6075,6101,0,2,6076,6101,6102,0,2,6076,6102,6077,0,2,6811,6078,6810,0,2,6810,6078,6079,0,2,6784,6078,6080,0,2,6080,6082,6081,0,2,6082,6077,6104,0,2,6082,6104,6081,0,2,6081,6104,6083,0,2,6083,6104,6084,0,2,6084,6104,6085,0,2,6077,6102,6104,0,2,6077,6082,6811,0,2,6811,6082,6078,0,2,6078,6082,6080,0,2,6078,6784,6079,0,2,6079,6784,6813,0,2,6086,6107,6105,0,2,6103,6214,6215,0,2,6103,6215,6088,0,2,6088,6218,6089,0,2,6089,6090,6220,0,2,6094,6095,6097,0,2,6097,6095,6096,0,2,6097,6096,49358,0,2,6097,49358,49360,0,2,6097,49360,6098,0,2,6098,49360,6761,0,2,6098,6761,1614,0,2,6761,49360,1615,0,2,6097,6098,49363,0,2,6097,49363,6094,0,2,6099,6098,1614,0,2,6099,6091,6098,0,2,6088,6089,6100,0,2,6101,6100,6102,0,2,6101,6088,6100,0,2,6088,6101,6103,0,2,6214,6103,6105,0,2,6214,6105,6087,0,2,6089,6220,6100,0,2,6102,6100,6104,0,2,6073,6086,6812,0,2,6812,6086,6074,0,2,6105,6074,6086,0,2,6105,6103,6101,0,2,6074,6105,6075,0,2,6075,6105,6101,0,2,6115,6106,6070,0,2,6070,6106,6071,0,2,6071,6106,6107,0,2,6067,6066,1666,0,2,1666,6066,6055,0,2,6054,6055,6108,0,2,6054,6108,6052,0,2,6065,6052,6108,0,2,6109,6108,6066,0,2,6108,6109,6065,0,2,6108,6055,6066,0,2,6055,1667,1666,0,2,6055,6054,1668,0,2,6052,6065,6051,0,2,6041,6051,6110,0,2,6065,6109,6051,0,2,6051,6109,6110,0,2,6050,6124,6111,0,2,6111,6124,1361,0,2,6111,1361,27978,0,2,6111,27978,6112,0,2,6112,27978,6113,0,2,6112,6113,6037,0,2,6112,6037,6039,0,2,6039,6111,6112,0,2,6111,6040,6050,0,2,6110,6109,6050,0,2,6050,6116,6123,0,2,6123,6116,31372,0,2,6123,31372,6121,0,2,1362,6121,6122,0,2,6122,6121,6114,0,2,6829,6114,6115,0,2,6115,6120,31339,0,2,6118,6116,6109,0,2,6109,6116,6050,0,2,31339,6120,6069,0,2,6069,6120,6118,0,2,6069,6118,6117,0,2,6117,6067,6069,0,2,6115,6070,6119,0,2,6115,6114,6120,0,2,6120,6114,6121,0,2,1362,6122,6818,0,2,6823,6122,6114,0,2,1362,6123,6121,0,2,1361,6124,6123,0,2,6124,6050,6123,0,2,5690,6031,5689,0,2,5688,5696,5687,0,2,5876,5680,5681,0,2,5880,6125,5879,0,2,6125,5680,5879,0,2,5679,5677,6125,0,2,31322,6128,6129,0,2,31322,6129,6130,0,2,6128,6143,6129,0,2,31349,6130,6129,0,2,6125,5677,6126,0,2,6126,5677,6127,0,2,5676,6139,6128,0,2,1710,5673,1711,0,2,1711,6131,1712,0,2,1713,6131,6132,0,2,6131,5672,6132,0,2,6132,5672,5669,0,2,6133,5672,6147,0,2,5672,6133,5669,0,2,6135,6134,31317,0,2,31313,6136,31354,0,2,6144,31354,6137,0,2,6139,6138,6128,0,2,6138,6139,6141,0,2,6138,6141,6140,0,2,6140,6141,5678,0,2,6140,5678,31450,0,2,5677,6141,6139,0,2,6128,6138,6143,0,2,6142,6137,6138,0,2,6138,6137,6143,0,2,31313,6134,6136,0,2,31313,6144,6145,0,2,31362,6145,6140,0,2,31313,31354,6144,0,2,6144,6137,6142,0,2,5671,6134,6135,0,2,5671,6147,6134,0,2,6134,6147,6146,0,2,31358,6147,31353,0,2,6131,31353,5672,0,2,5672,31353,6147,0,2,6134,6146,6136,0,2,1714,5657,6148,0,2,1716,6148,1717,0,2,1717,5667,1720,0,2,1717,6148,5667,0,2,5667,6148,5657,0,2,6135,6149,5670,0,2,5646,6150,6151,0,2,6151,6150,6152,0,2,6151,6152,3872,0,2,4597,4599,3872,0,2,3872,6152,3873,0,2,3873,6152,3874,0,2,3874,6152,6153,0,2,6173,6154,6155,0,2,6155,6154,29222,0,2,6155,5649,6173,0,2,30380,30378,6156,0,2,30380,6156,3877,0,2,3877,6156,6174,0,2,3877,6174,6157,0,2,3877,6157,6158,0,2,6158,6157,6159,0,2,6158,6159,6165,0,2,6165,6159,4519,0,2,4519,6159,6160,0,2,6160,6159,6164,0,2,6164,6168,6161,0,2,6162,6163,6167,0,2,6162,6167,4533,0,2,6162,4533,4521,0,2,4519,4518,6165,0,2,6158,6165,6166,0,2,3879,6166,4518,0,2,4518,6166,6165,0,2,4520,6164,30250,0,2,6164,6161,4521,0,2,6161,6162,4521,0,2,4522,6167,31319,0,2,4522,31319,4524,0,2,6168,6169,6161,0,2,6161,6169,6170,0,2,6170,6169,6175,0,2,6170,6175,6171,0,2,6171,5652,5653,0,2,6175,5650,5651,0,2,5650,6172,6173,0,2,6173,6174,6156,0,2,6174,6173,6176,0,2,6174,6176,6157,0,2,6173,6172,6176,0,2,6176,6169,6168,0,2,6168,6159,6176,0,2,6176,6159,6157,0,2,6169,6176,6175,0,2,6175,6176,5650,0,2,5650,6176,6172,0,2,6173,5649,5650,0,2,6159,6168,6164,0,2,30378,3876,6156,0,2,6156,3876,6154,0,2,6156,6154,6173,0,2,5643,6177,4603,0,2,4603,6177,6178,0,2,1737,6178,1741,0,2,4614,4604,5643,0,2,5643,4604,5641,0,2,1742,5642,1744,0,2,1744,5642,5551,0,2,1746,5640,1747,0,2,1747,5640,5638,0,2,5640,4609,5638,0,2,1735,1737,6179,0,2,6181,6179,6180,0,2,6181,6180,6182,0,2,6181,6182,6183,0,2,6183,6182,1721,0,2,1722,6182,1738,0,2,6180,1738,6182,0,2,1728,1720,1731,0,2,1731,6183,1721,0,2,1732,1733,6183,0,2,6183,1733,6181,0,2,6181,1733,6184,0,2,6181,6184,6179,0,2,6179,6184,1735,0,2,1735,6184,5644,0,2,5644,6184,1734,0,2,1734,6184,1733,0,2,1664,31336,1666,0,2,1664,1666,6185,0,2,6185,31454,1663,0,2,1663,31454,6186,0,2,1663,6186,6187,0,2,1678,6187,1677,0,2,6187,1678,1663,0,2,1663,1678,1662,0,2,6185,1666,1667,0,2,6185,1667,31454,0,2,31454,1667,31453,0,2,1657,5575,1655,0,2,1652,1651,6192,0,2,1652,6192,1653,0,2,1654,1653,6188,0,2,6190,1659,6189,0,2,6189,1659,1656,0,2,6189,1656,6188,0,2,6188,1656,1655,0,2,6188,1655,1654,0,2,6193,6192,1651,0,2,1653,6192,6191,0,2,6188,6191,6194,0,2,6188,6194,6189,0,2,6191,6188,1653,0,2,6189,6194,6190,0,2,6205,6206,49378,0,2,1630,6205,1631,0,2,1631,6205,49378,0,2,1631,49378,49379,0,2,1631,49379,6195,0,2,49377,1632,6195,0,2,49378,6196,49432,0,2,49432,6196,6192,0,2,49378,6206,6196,0,2,6192,6196,6191,0,2,6191,6196,6194,0,2,6206,6194,6196,0,2,6190,6194,29911,0,2,29910,6203,6197,0,2,29910,6197,6198,0,2,6198,6197,6221,0,2,6198,6221,6200,0,2,6199,6200,6201,0,2,6201,6200,6202,0,2,6201,6202,6207,0,2,6202,6204,1630,0,2,1630,6204,6205,0,2,6204,6203,6205,0,2,29911,6206,6203,0,2,6203,6206,6205,0,2,6201,6207,6208,0,2,6201,6208,29919,0,2,29919,6208,49355,0,2,29919,49355,6093,0,2,6093,49355,6094,0,2,6201,29919,6199,0,2,6199,29919,6209,0,2,6210,6217,6211,0,2,6211,6217,6212,0,2,6211,6212,6213,0,2,6213,6212,6214,0,2,6214,6212,6215,0,2,6214,31341,6216,0,2,6214,6216,6213,0,2,6213,29909,6211,0,2,6210,6211,6198,0,2,6210,6198,6200,0,2,6200,6199,6209,0,2,6200,6209,6210,0,2,6215,6217,6088,0,2,6218,6217,6210,0,2,6088,6217,6218,0,2,6092,6090,6219,0,2,6092,6219,6093,0,2,6093,6219,29919,0,2,6092,6220,6090,0,2,6085,6220,1613,0,2,6090,6089,6219,0,2,6219,6089,6218,0,2,6218,29918,6219,0,2,6212,6217,6215,0,2,6202,6200,6221,0,2,6221,6197,6203,0,2,6203,6204,6221,0,2,6221,6204,6202,0,2,5582,1644,1645,0,2,1645,1644,6222,0,2,6222,1644,1642,0,2,6222,1640,5630,0,2,1639,5630,1640,0,2,1640,6222,1642,0,2,1642,1641,1640,0,2,1626,1625,1621,0,2,1621,1625,1622,0,2,1595,6813,6223,0,2,6223,6507,1594,0,2,1594,6507,6224,0,2,6224,6507,6225,0,2,6225,6507,6508,0,2,6225,6508,6226,0,2,6225,6226,6807,0,2,6807,49114,31530,0,2,31530,49114,6227,0,2,31530,6227,6228,0,2,6228,6227,6800,0,2,6228,6800,6229,0,2,6839,6799,6230,0,2,6838,6230,36588,0,2,6838,36588,6231,0,2,6855,6231,36587,0,2,6855,36587,36545,0,2,6855,36545,6232,0,2,6506,6233,6235,0,2,6235,6234,49087,0,2,6235,49087,6505,0,2,6505,49087,6236,0,2,36522,6236,6237,0,2,36522,6237,6238,0,2,6238,6237,6239,0,2,6239,36521,6240,0,2,6249,6241,36576,0,2,6244,6242,6243,0,2,6243,36498,6502,0,2,6243,6247,6244,0,2,36499,6246,6241,0,2,6241,6246,36576,0,2,1583,6245,1579,0,2,1579,6245,6247,0,2,6247,6245,6246,0,2,6246,6244,6247,0,2,1583,1579,6248,0,2,6248,1580,1581,0,2,1580,6248,1579,0,2,6244,6246,6242,0,2,6242,6246,36499,0,2,6239,6240,1584,0,2,6249,1584,6240,0,2,6239,6237,36521,0,2,6240,36521,6495,0,2,6495,49107,6251,0,2,6251,49107,6250,0,2,6253,36592,6256,0,2,6498,6256,6479,0,2,6254,1497,6255,0,2,1499,6254,6478,0,2,1499,6478,1571,0,2,1571,6478,1570,0,2,1499,1571,1572,0,2,6256,6257,6476,0,2,6257,6494,6477,0,2,6258,6259,6489,0,2,6258,6489,6260,0,2,6258,6260,6473,0,2,6474,6261,6477,0,2,6259,6258,6477,0,2,6474,6258,6473,0,2,6477,6258,6474,0,2,6259,6262,6488,0,2,6488,6262,6484,0,2,6488,6484,6263,0,2,6263,6484,49072,0,2,49072,6264,6265,0,2,6449,49075,6266,0,2,6449,6266,36565,0,2,36565,6266,6267,0,2,6267,49078,6268,0,2,36564,6268,6269,0,2,6270,6446,6271,0,2,6271,6446,6272,0,2,6271,6272,36562,0,2,6272,6304,6296,0,2,6273,6274,6275,0,2,6277,6278,6279,0,2,6284,6283,6451,0,2,6285,6286,36565,0,2,6285,36565,6287,0,2,6287,6290,6288,0,2,6273,36562,6272,0,2,6273,6272,6296,0,2,36562,6289,36563,0,2,36563,6289,6290,0,2,6285,6291,6292,0,2,6288,6291,6287,0,2,6276,6288,6290,0,2,6276,6290,6275,0,2,6290,6289,6275,0,2,6275,6289,6273,0,2,6289,36562,6273,0,2,6288,6276,6277,0,2,6288,6277,6291,0,2,6277,6292,6291,0,2,6292,6294,6285,0,2,6285,6294,6286,0,2,6286,6294,6284,0,2,6287,6291,6285,0,2,6282,21148,6281,0,2,6293,6280,6295,0,2,6294,6292,6295,0,2,6293,6295,6279,0,2,6295,6292,6279,0,2,6277,6279,6292,0,2,6284,6295,6283,0,2,21148,6283,6281,0,2,6281,6283,6295,0,2,6273,6296,6298,0,2,6273,6298,6274,0,2,6276,6274,6299,0,2,36561,6297,6298,0,2,6299,6274,6297,0,2,6297,6274,6298,0,2,6276,6299,6300,0,2,6300,6299,6301,0,2,6300,6301,6302,0,2,6303,21124,6279,0,2,6279,21124,6293,0,2,6276,6300,6278,0,2,6276,6278,6277,0,2,6278,6303,6279,0,2,6278,6300,6302,0,2,6278,6302,36293,0,2,6276,6275,6274,0,2,6305,6304,6448,0,2,36560,6448,6306,0,2,36560,6306,6307,0,2,6307,6306,36558,0,2,6307,36558,49124,0,2,6309,6308,36536,0,2,6309,36536,49112,0,2,49112,6310,6309,0,2,6309,6310,6311,0,2,6309,6311,6312,0,2,49063,6312,49059,0,2,6313,49059,6314,0,2,6313,6314,36309,0,2,36309,6314,49024,0,2,36310,6612,6613,0,2,36310,6613,6445,0,2,6444,6613,6315,0,2,6444,6315,6605,0,2,6605,38260,49955,0,2,49955,38260,36372,0,2,36371,6316,6317,0,2,6317,6345,6443,0,2,6443,6345,6318,0,2,6443,6318,6319,0,2,6319,49236,38371,0,2,38371,49236,6320,0,2,6320,49236,36347,0,2,36347,49236,36348,0,2,36348,49236,6321,0,2,36349,6442,6426,0,2,6426,6441,6425,0,2,6425,6441,6319,0,2,6319,6318,6322,0,2,38255,6322,6341,0,2,38255,6323,6423,0,2,6423,6338,6422,0,2,6422,6338,6324,0,2,6324,6338,6412,0,2,6412,6338,6325,0,2,6412,6325,6408,0,2,6410,6408,6326,0,2,6409,6410,6327,0,2,6409,6327,6334,0,2,6334,6327,6328,0,2,6436,6330,6335,0,2,6335,6330,6331,0,2,6335,6331,6332,0,2,6335,6332,6333,0,2,6334,6333,38367,0,2,6334,38367,6409,0,2,6334,6329,6333,0,2,6328,6329,6334,0,2,6327,6410,6326,0,2,6327,6326,6336,0,2,6336,6326,49237,0,2,6336,49237,6337,0,2,6337,49237,6323,0,2,6423,6323,6338,0,2,6338,6323,6325,0,2,6327,6336,6337,0,2,6341,6340,6323,0,2,6341,6323,38255,0,2,6342,6341,6344,0,2,6342,6344,6317,0,2,36372,6343,6316,0,2,6344,6341,6345,0,2,6340,6337,6323,0,2,6340,6339,6337,0,2,6327,6337,6328,0,2,6337,6339,6328,0,2,6328,6339,6346,0,2,6328,6346,6329,0,2,6329,6346,6435,0,2,6348,6435,38258,0,2,6348,38258,6347,0,2,6347,38258,38257,0,2,6438,6347,6605,0,2,6347,6438,6348,0,2,6348,6438,6349,0,2,6348,6349,6436,0,2,6436,6349,6377,0,2,6350,6377,6376,0,2,6350,6376,6375,0,2,6350,6375,6372,0,2,6352,6351,6374,0,2,6374,6373,37928,0,2,37928,6373,6380,0,2,37928,6380,6353,0,2,6353,6380,6381,0,2,6353,6381,49171,0,2,49171,6381,6382,0,2,49161,6382,6354,0,2,6355,6386,6356,0,2,49183,6396,6359,0,2,49183,6359,49204,0,2,49149,49147,6361,0,2,49149,6361,6360,0,2,6360,6361,49146,0,2,6362,6394,49129,0,2,6392,6363,6357,0,2,6392,6357,6364,0,2,6598,6365,6385,0,2,6598,6385,6599,0,2,6599,6366,6367,0,2,6595,6367,6615,0,2,6616,49144,6368,0,2,6378,6368,6379,0,2,6379,6368,6369,0,2,6379,6369,6370,0,2,6370,6390,6371,0,2,6370,6371,6372,0,2,6372,6371,6373,0,2,6374,6351,6373,0,2,6373,6351,6372,0,2,6370,6372,6375,0,2,6376,6377,6378,0,2,6376,6378,6379,0,2,6376,6379,6375,0,2,6379,6370,6375,0,2,6373,6371,6380,0,2,6380,6387,6381,0,2,6381,6387,6382,0,2,6380,6371,6391,0,2,6380,6391,6387,0,2,6382,6387,6355,0,2,6382,6355,6354,0,2,6356,6386,6384,0,2,6384,6386,6385,0,2,6385,6365,6395,0,2,6386,6383,6388,0,2,6386,6388,6385,0,2,6385,6388,6599,0,2,6383,6386,6355,0,2,6355,6387,6383,0,2,6383,6387,6391,0,2,6383,6391,6388,0,2,6389,6390,6369,0,2,6369,6390,6370,0,2,6391,6371,6390,0,2,6388,6391,6389,0,2,6389,6391,6390,0,2,6368,49144,6369,0,2,6395,6365,6364,0,2,6364,6365,49128,0,2,6364,49128,6392,0,2,6392,49127,49129,0,2,49129,6591,6393,0,2,6393,6362,49129,0,2,6392,49129,6363,0,2,6394,6361,6397,0,2,6394,6397,6363,0,2,6363,6358,6357,0,2,6364,6357,6384,0,2,6364,6384,6395,0,2,6384,6385,6395,0,2,6358,6363,6396,0,2,6396,6397,6359,0,2,6359,6397,49147,0,2,6396,6363,6397,0,2,6361,49147,6397,0,2,6363,49129,6394,0,2,6372,6351,6398,0,2,6331,6399,6400,0,2,6402,38366,6403,0,2,49240,6403,6404,0,2,49240,6404,6405,0,2,6405,6406,49240,0,2,49240,6406,49238,0,2,49238,6407,6411,0,2,6411,6407,38387,0,2,6411,38387,6408,0,2,49239,6410,6409,0,2,6408,6410,6411,0,2,6408,38387,6412,0,2,6324,6412,38387,0,2,6324,38387,6413,0,2,6324,6413,6414,0,2,6420,38386,6415,0,2,6415,6417,6416,0,2,6416,6417,6431,0,2,6431,38350,6432,0,2,6432,38350,6418,0,2,6419,38351,38254,0,2,6419,38254,36349,0,2,6419,36349,6426,0,2,6420,6415,6430,0,2,6324,6421,6422,0,2,6424,6425,6322,0,2,6322,6425,6319,0,2,6426,6425,6427,0,2,6427,6425,6433,0,2,6423,6424,38255,0,2,6423,6422,6424,0,2,6424,6422,6428,0,2,6430,6429,6428,0,2,6430,6428,6420,0,2,6416,6430,6415,0,2,6430,6416,6431,0,2,6430,6431,6429,0,2,6429,6431,6432,0,2,6424,6428,6433,0,2,6433,6428,6429,0,2,6433,6429,6432,0,2,6427,6433,6432,0,2,6427,6432,6418,0,2,6418,38351,6427,0,2,6427,38351,6419,0,2,6426,6427,6419,0,2,6420,6428,6421,0,2,6428,6422,6421,0,2,6414,49197,6421,0,2,6421,49197,6420,0,2,6421,6324,6414,0,2,29659,49238,6434,0,2,37919,6434,6406,0,2,49238,6406,6434,0,2,6399,6351,6352,0,2,6351,6399,6398,0,2,6329,6435,6333,0,2,6333,6435,6436,0,2,6330,6350,6398,0,2,6331,6330,6398,0,2,6331,6398,6399,0,2,6332,6437,6333,0,2,6333,6437,38367,0,2,6437,6401,6402,0,2,6400,6401,6331,0,2,6437,6332,6401,0,2,6401,6332,6331,0,2,6436,6377,6330,0,2,6350,6372,6398,0,2,6438,6439,6349,0,2,6349,6439,6440,0,2,6378,6440,6368,0,2,6378,6377,6440,0,2,6440,6377,6349,0,2,6319,6441,49236,0,2,49236,6441,6442,0,2,6321,49236,6442,0,2,6319,38371,6443,0,2,6317,6443,36371,0,2,6605,49955,6444,0,2,6613,6444,6445,0,2,6612,36310,36309,0,2,6304,6272,6446,0,2,6447,6446,36530,0,2,6447,36530,36532,0,2,6447,36532,6448,0,2,6448,36532,36533,0,2,6448,36533,6306,0,2,6447,6448,6304,0,2,6447,6304,6446,0,2,6449,36565,36566,0,2,6449,36566,6450,0,2,6450,6451,6452,0,2,6481,6452,6453,0,2,21144,6454,6482,0,2,6482,6454,6455,0,2,6455,21146,6456,0,2,6456,21146,6457,0,2,6458,6457,6471,0,2,6458,6471,6260,0,2,6458,6260,6489,0,2,6260,6459,6473,0,2,6473,6459,6475,0,2,6475,6472,1568,0,2,1568,6472,6460,0,2,6462,6463,6464,0,2,6466,6465,6470,0,2,6466,6470,21136,0,2,6467,21136,6468,0,2,6467,6468,6469,0,2,21136,6470,21135,0,2,6459,6260,6471,0,2,6471,6462,6461,0,2,6460,6472,6461,0,2,6471,6461,6472,0,2,6471,6472,6459,0,2,6472,6475,6459,0,2,6471,6457,6462,0,2,6474,6473,6475,0,2,6261,1570,6477,0,2,6477,1570,6478,0,2,6477,6478,6476,0,2,6476,6257,6477,0,2,6476,6479,6256,0,2,6476,6478,6479,0,2,6479,6478,6254,0,2,6480,1501,6261,0,2,6261,1501,49522,0,2,6457,6458,6456,0,2,6453,21144,6482,0,2,6453,6482,6481,0,2,6452,6481,6483,0,2,6452,6483,6450,0,2,6481,6482,6483,0,2,6483,6265,49075,0,2,6450,6483,49075,0,2,6450,49075,6449,0,2,6487,6485,49068,0,2,49068,6485,6486,0,2,6495,6486,49107,0,2,6485,6487,6493,0,2,6485,6493,6250,0,2,6489,6488,6456,0,2,6456,6458,6489,0,2,6489,6259,6488,0,2,6488,6490,6456,0,2,6456,6490,6455,0,2,6488,6263,6490,0,2,6477,6494,6259,0,2,6259,6494,6262,0,2,6494,6492,6491,0,2,6491,6492,6252,0,2,6491,6252,6493,0,2,6493,6252,6251,0,2,6251,6250,6493,0,2,6493,6484,6262,0,2,6493,6262,6491,0,2,6491,6262,6494,0,2,6484,6493,6487,0,2,6240,6495,6249,0,2,6249,6495,6241,0,2,6241,6495,6503,0,2,6241,6503,36499,0,2,36499,6503,36501,0,2,36501,6251,6252,0,2,36501,6252,36500,0,2,36502,6253,6497,0,2,6255,6497,6498,0,2,6255,6498,6254,0,2,6254,6498,6479,0,2,6256,6498,6497,0,2,6256,6497,6253,0,2,6253,36502,6496,0,2,6253,6496,36592,0,2,6497,6499,36502,0,2,6500,36263,6501,0,2,6500,6501,6502,0,2,6500,6502,36498,0,2,36498,6243,6242,0,2,6499,6497,36262,0,2,6503,6251,36501,0,2,6503,6495,6251,0,2,6496,36500,36592,0,2,36500,6252,36592,0,2,6238,6833,36522,0,2,6505,6504,6856,0,2,6235,6505,6506,0,2,6233,6506,6232,0,2,6505,6856,6506,0,2,6506,6856,6232,0,2,1594,6224,6846,0,2,6223,6784,6507,0,2,6507,6783,6508,0,2,6508,6783,6785,0,2,6508,6785,6509,0,2,6510,6509,6511,0,2,6510,6511,6512,0,2,49117,6512,49116,0,2,6513,49117,49115,0,2,6513,49115,6514,0,2,6514,49115,6515,0,2,6515,6516,6517,0,2,6518,6619,6519,0,2,6521,6528,6522,0,2,6523,6522,6525,0,2,6523,6525,6524,0,2,36537,6525,6590,0,2,6590,6525,6522,0,2,6522,6526,6521,0,2,6521,6526,6527,0,2,6521,6527,6520,0,2,6520,6519,6521,0,2,6521,6519,6528,0,2,6522,6528,6529,0,2,6529,6528,6530,0,2,6530,6625,49131,0,2,49131,6625,6531,0,2,6533,6532,6717,0,2,6533,6717,6718,0,2,6533,6718,49133,0,2,6534,6535,6536,0,2,49152,6536,6538,0,2,6538,6575,6537,0,2,6538,6537,49157,0,2,49157,6537,6539,0,2,6540,6539,49371,0,2,6540,49371,6541,0,2,6541,29786,6542,0,2,6543,6545,6544,0,2,6544,6545,6546,0,2,6544,6546,29730,0,2,6550,49332,6548,0,2,6549,49324,5113,0,2,5113,49324,5112,0,2,29733,6550,6551,0,2,29733,6551,6549,0,2,6551,49328,49325,0,2,6551,49325,6549,0,2,49328,6551,6550,0,2,6543,49370,6545,0,2,6546,6552,29730,0,2,29730,6552,6547,0,2,49334,6547,6552,0,2,49334,6552,49336,0,2,49336,6552,49369,0,2,6545,49369,6546,0,2,49369,6552,6546,0,2,49420,29610,29770,0,2,49420,29770,6589,0,2,6589,29770,29771,0,2,6586,6553,6554,0,2,49335,6554,6555,0,2,49335,6555,5190,0,2,6557,29772,6558,0,2,6558,29772,29775,0,2,6563,6559,49364,0,2,5197,6560,6561,0,2,6561,5178,5197,0,2,5201,5186,6562,0,2,6560,5196,6563,0,2,5207,6564,6579,0,2,5210,49344,6565,0,2,49347,6565,5160,0,2,5160,6565,6671,0,2,6671,6565,49365,0,2,6667,49365,49367,0,2,6667,49367,6567,0,2,6567,49367,29791,0,2,6567,29791,6566,0,2,6567,6566,29777,0,2,6567,29777,29793,0,2,6568,6569,6570,0,2,6570,6569,29795,0,2,6570,29795,6731,0,2,6731,6578,6710,0,2,6710,6578,6571,0,2,6572,6576,6712,0,2,6712,6576,6726,0,2,6726,6574,6573,0,2,6573,6574,49133,0,2,6573,49133,6718,0,2,49133,6574,49205,0,2,49205,6574,6575,0,2,6578,6731,29795,0,2,6571,6577,6572,0,2,6577,6576,6572,0,2,6576,6575,6726,0,2,6726,6575,6574,0,2,49133,49205,6535,0,2,6565,49347,5159,0,2,6565,5159,5210,0,2,6579,5210,5207,0,2,6564,5207,5205,0,2,5207,5210,5208,0,2,6563,49364,6564,0,2,6581,29776,6582,0,2,29787,29768,29769,0,2,29787,29769,29786,0,2,6580,6579,49364,0,2,6564,49364,6579,0,2,6556,6557,6584,0,2,6557,6558,6584,0,2,6556,6584,5193,0,2,5193,6585,5192,0,2,6585,5193,6584,0,2,6555,6554,6556,0,2,6554,49335,6586,0,2,6587,6586,49368,0,2,6587,49368,6588,0,2,6587,6588,6589,0,2,6587,6589,29771,0,2,6587,29771,6553,0,2,6522,6529,6590,0,2,6590,6591,6592,0,2,6595,6617,6596,0,2,6367,6595,6596,0,2,6596,6617,6597,0,2,6597,6617,49110,0,2,6597,49110,6594,0,2,6597,6598,6596,0,2,6596,6598,6599,0,2,6599,6367,6596,0,2,6609,6595,6614,0,2,6608,6614,6600,0,2,6600,6614,6601,0,2,6602,6603,6613,0,2,6439,6438,6604,0,2,6604,6438,6605,0,2,6603,6604,6315,0,2,6603,6315,6613,0,2,6602,6613,6611,0,2,6611,49024,6600,0,2,6607,6600,49024,0,2,6607,49024,6314,0,2,6314,49059,6606,0,2,6314,6606,6607,0,2,6607,6606,49142,0,2,6607,49142,6608,0,2,6312,6311,6606,0,2,6312,6606,49059,0,2,6600,6607,6608,0,2,6609,6608,6610,0,2,6617,6610,49110,0,2,6609,6610,6617,0,2,6609,6617,6595,0,2,6608,6609,6614,0,2,6600,6601,6611,0,2,6611,6601,6602,0,2,49024,6611,6612,0,2,6612,6611,6613,0,2,6604,6605,6315,0,2,6601,6614,6615,0,2,6615,6614,6595,0,2,6601,6615,6616,0,2,6601,6616,6602,0,2,6602,6616,6603,0,2,6603,6616,6368,0,2,6603,6368,6440,0,2,6603,6440,6604,0,2,6604,6440,6439,0,2,6590,6592,36537,0,2,6620,6618,6519,0,2,6620,6519,6619,0,2,6618,6530,6519,0,2,6518,6517,6516,0,2,6518,6516,6619,0,2,6620,6619,49119,0,2,6620,49119,6624,0,2,6624,49119,6621,0,2,6769,6621,6622,0,2,6769,6622,6770,0,2,6770,6622,6623,0,2,6771,6623,49116,0,2,6620,6624,6625,0,2,6625,6624,6531,0,2,6625,6530,6618,0,2,6625,6618,6620,0,2,49136,49135,6725,0,2,6628,6627,6766,0,2,6628,6766,6767,0,2,6628,6767,6764,0,2,6630,6698,6631,0,2,6631,6698,6632,0,2,6632,49417,6705,0,2,6705,6633,6634,0,2,6704,6634,6635,0,2,6635,6636,29799,0,2,6637,6690,6638,0,2,6638,6690,29927,0,2,6638,29927,6639,0,2,6640,6639,6658,0,2,6640,6658,6641,0,2,6680,6641,6642,0,2,5393,5385,1624,0,2,5387,5386,6646,0,2,5385,6655,1624,0,2,6646,49375,6645,0,2,6644,29905,6652,0,2,5387,6646,5388,0,2,6646,6645,5388,0,2,5388,6645,6647,0,2,6647,6653,6648,0,2,6648,6653,6644,0,2,6653,6647,6645,0,2,6647,6648,5390,0,2,5390,6648,6649,0,2,6649,6652,6650,0,2,1631,6650,1630,0,2,1630,6650,6651,0,2,1630,6651,1629,0,2,1629,6651,6652,0,2,6652,6649,6644,0,2,6644,6649,6648,0,2,1631,1632,6650,0,2,6650,1632,5371,0,2,5390,6649,5370,0,2,5370,6649,5371,0,2,6650,5371,6649,0,2,6645,29906,1627,0,2,6645,1627,6653,0,2,6653,6654,6644,0,2,49356,6654,1627,0,2,1627,6654,6653,0,2,1623,6655,6660,0,2,1623,6660,6656,0,2,29927,6657,6639,0,2,6639,6657,6658,0,2,6658,6657,6642,0,2,6642,6641,6658,0,2,6642,6657,6659,0,2,6659,6656,6660,0,2,6655,5385,6660,0,2,6643,6660,5385,0,2,6643,5385,5384,0,2,6659,6657,6661,0,2,6659,6661,6656,0,2,6637,6638,6662,0,2,6638,49353,6662,0,2,6662,49353,5051,0,2,6662,5051,5052,0,2,6662,5052,6636,0,2,5052,6663,6636,0,2,6636,6663,29799,0,2,29799,29796,6749,0,2,6748,6664,6665,0,2,6670,6665,5162,0,2,6670,5162,6672,0,2,6672,5162,5161,0,2,6666,6667,6668,0,2,6567,6568,6667,0,2,6568,6668,6667,0,2,49365,6667,6666,0,2,49365,6666,6671,0,2,6673,6751,6672,0,2,6672,6751,6670,0,2,6672,5161,6671,0,2,6666,6669,6671,0,2,6671,6669,6673,0,2,6673,6672,6671,0,2,6669,6666,6668,0,2,5162,6665,6664,0,2,49373,6664,6749,0,2,49373,6749,29797,0,2,5053,5054,29797,0,2,49374,5054,5165,0,2,5056,5165,5055,0,2,5055,5165,5054,0,2,5165,5164,49374,0,2,49374,5164,49373,0,2,49373,5164,5163,0,2,49373,5163,6664,0,2,29797,5054,49373,0,2,5050,5051,49353,0,2,5050,49353,49354,0,2,6676,6675,6677,0,2,6677,6678,5361,0,2,5361,6678,5382,0,2,5361,5382,5396,0,2,5382,6678,5383,0,2,5383,6678,6679,0,2,5383,6679,5394,0,2,5384,6679,6642,0,2,5384,6642,6643,0,2,6643,6642,6660,0,2,6660,6642,6659,0,2,6642,6679,6680,0,2,6680,6679,6678,0,2,6641,6680,6681,0,2,6675,6674,6681,0,2,6681,6674,6641,0,2,6679,5384,5394,0,2,6678,6677,6681,0,2,6681,6677,6675,0,2,6678,6681,6680,0,2,6677,5361,6682,0,2,5359,6683,6688,0,2,6688,6683,5045,0,2,5045,6683,6684,0,2,5045,6684,5044,0,2,5044,6684,5043,0,2,5043,6684,5357,0,2,5356,6684,5358,0,2,6684,6683,5358,0,2,6676,6677,6682,0,2,5050,49354,6674,0,2,5050,6674,5218,0,2,5218,6674,6685,0,2,6685,6674,6686,0,2,5049,6686,6675,0,2,5049,6675,6676,0,2,5049,6676,6687,0,2,6687,5359,6688,0,2,6688,5047,6687,0,2,6682,5359,6687,0,2,6682,6687,6676,0,2,5048,5049,6687,0,2,5048,6687,5047,0,2,6675,6686,6674,0,2,6635,6634,6636,0,2,6636,6634,6689,0,2,6689,6634,6633,0,2,6633,6690,6637,0,2,6633,6691,6692,0,2,6692,6691,6701,0,2,29931,6692,6700,0,2,29931,6700,6693,0,2,49976,6696,6695,0,2,6695,6696,6697,0,2,6698,6697,6699,0,2,6701,6699,6702,0,2,6701,6702,6700,0,2,6701,6700,6692,0,2,6693,6702,6703,0,2,6703,6702,6699,0,2,6700,6702,6693,0,2,6694,6703,49976,0,2,6703,6699,6696,0,2,6703,6696,49976,0,2,6705,6704,6747,0,2,6705,6747,6632,0,2,6632,6747,6740,0,2,6740,6747,6739,0,2,6739,6747,6706,0,2,6739,6706,6743,0,2,6742,6743,6753,0,2,6742,6753,6707,0,2,6707,6733,6708,0,2,6707,6708,6742,0,2,6742,6708,6744,0,2,6744,6708,6728,0,2,6744,6728,6745,0,2,6745,6728,6723,0,2,6713,6709,6737,0,2,6713,6737,6711,0,2,6711,6737,6730,0,2,6711,6730,6710,0,2,6711,6710,6572,0,2,6711,6712,6713,0,2,6713,6712,6714,0,2,6715,6717,49136,0,2,49136,6717,6716,0,2,6716,6717,6532,0,2,6531,6716,6532,0,2,6573,6727,6714,0,2,6714,6727,6724,0,2,6724,6727,6719,0,2,6724,6719,6720,0,2,6720,6719,6721,0,2,6721,6719,6725,0,2,49141,6725,49135,0,2,49135,6627,49141,0,2,6725,49141,6721,0,2,6720,6721,6722,0,2,6709,6722,6728,0,2,6728,6722,6723,0,2,6722,6709,6724,0,2,6722,6724,6720,0,2,6724,6709,6713,0,2,6714,6724,6713,0,2,6727,6715,6719,0,2,6573,6718,6727,0,2,6727,6718,6715,0,2,6715,6718,6717,0,2,6573,6714,6726,0,2,6726,6714,6712,0,2,6738,6729,6737,0,2,6737,6729,6730,0,2,6730,6732,6731,0,2,6731,6732,6735,0,2,6735,6732,6733,0,2,6733,6736,6708,0,2,6733,6707,6734,0,2,6673,6669,6735,0,2,6673,6735,6734,0,2,6731,6735,6570,0,2,6735,6669,6668,0,2,6734,6735,6733,0,2,6730,6731,6710,0,2,6738,6728,6729,0,2,6736,6729,6708,0,2,6729,6736,6730,0,2,6728,6738,6709,0,2,6709,6738,6737,0,2,6572,6710,6571,0,2,6740,6739,6741,0,2,6742,6744,6743,0,2,6739,6743,6741,0,2,6741,6743,6744,0,2,6741,6744,6745,0,2,6632,6740,6741,0,2,6745,6723,49139,0,2,49139,6723,6722,0,2,49139,6722,6721,0,2,6632,6741,6631,0,2,6631,6741,6745,0,2,6705,6634,6704,0,2,6746,6748,6706,0,2,6706,6747,6746,0,2,6746,6747,6704,0,2,6704,6750,6746,0,2,6746,6750,6748,0,2,6664,6748,6749,0,2,6749,6750,6635,0,2,6749,6635,29799,0,2,6635,6750,6704,0,2,6748,6750,6749,0,2,6748,6665,6670,0,2,6752,6670,6751,0,2,6751,6673,6734,0,2,6670,6752,6748,0,2,6706,6748,6752,0,2,6753,6743,6752,0,2,6752,6751,6753,0,2,6753,6751,6734,0,2,6754,6765,49977,0,2,6756,6755,6757,0,2,6758,6774,6759,0,2,6759,6777,49120,0,2,49120,6777,6789,0,2,49120,6789,6760,0,2,6757,6762,6756,0,2,6755,6756,29922,0,2,49977,6695,6754,0,2,6754,6695,6629,0,2,6629,6695,6697,0,2,6629,6697,6630,0,2,6761,6762,6760,0,2,6761,1615,6762,0,2,6763,6755,6765,0,2,6768,6763,6764,0,2,6754,6629,6765,0,2,6765,6629,6764,0,2,6765,6764,6763,0,2,6765,6755,49977,0,2,6767,6774,6768,0,2,6755,6763,6757,0,2,6757,6763,6758,0,2,6758,6763,6768,0,2,6758,6768,6774,0,2,6768,6764,6767,0,2,6767,6766,6775,0,2,6775,6769,6770,0,2,6512,6771,49116,0,2,6623,6771,6770,0,2,6771,6512,6772,0,2,6771,6772,6773,0,2,6776,6773,6759,0,2,6775,6774,6767,0,2,6759,6774,6775,0,2,6759,6775,6776,0,2,6776,6775,6770,0,2,6776,6770,6773,0,2,6773,6770,6771,0,2,6777,6788,6778,0,2,6789,6778,6779,0,2,6779,6780,6781,0,2,6781,6780,1613,0,2,6786,6511,6509,0,2,6786,6509,6785,0,2,6785,6783,6787,0,2,6787,6783,1612,0,2,1612,6783,6080,0,2,6080,6783,6784,0,2,6507,6784,6783,0,2,6786,6785,6787,0,2,6786,6787,6782,0,2,6787,6083,6782,0,2,6511,49380,6512,0,2,6512,49380,6772,0,2,6782,6780,6779,0,2,6782,6779,6778,0,2,6782,6778,6786,0,2,6786,6778,6788,0,2,6788,6777,6773,0,2,6788,6773,6772,0,2,6777,6759,6773,0,2,6786,6788,49380,0,2,6779,6781,6790,0,2,6779,6790,6789,0,2,6789,6790,6760,0,2,6761,6760,6790,0,2,6761,6790,1614,0,2,6099,1614,6790,0,2,6099,6790,6781,0,2,6777,6778,6789,0,2,6791,6769,6627,0,2,6791,6627,49135,0,2,6627,6769,6766,0,2,6766,6769,6775,0,2,6769,6791,6621,0,2,6791,6626,6621,0,2,6621,6626,6624,0,2,6624,6626,6531,0,2,6626,6791,6531,0,2,6531,6791,6716,0,2,6515,6517,6514,0,2,6514,6517,6806,0,2,6514,6806,6792,0,2,6794,49113,6793,0,2,6795,6803,6796,0,2,6229,6797,6799,0,2,6229,6799,6839,0,2,6799,6797,6798,0,2,6799,6798,49101,0,2,6230,49101,36588,0,2,49101,6230,6799,0,2,6795,6796,6793,0,2,6793,6796,6794,0,2,6796,6797,6794,0,2,6794,6229,6800,0,2,6229,6794,6797,0,2,6793,6806,6802,0,2,6802,6806,6801,0,2,6795,6793,6802,0,2,6797,6805,6798,0,2,6805,6797,6796,0,2,6805,6796,6804,0,2,6804,6796,6803,0,2,6802,6527,6795,0,2,6795,6527,6803,0,2,6803,6527,6526,0,2,6520,6527,6801,0,2,6801,6527,6802,0,2,6801,6806,6517,0,2,6792,6806,6793,0,2,6792,6793,49113,0,2,49117,6510,6512,0,2,6226,6510,6807,0,2,6807,6510,49117,0,2,6807,49117,6513,0,2,6807,6513,49114,0,2,6510,6226,6509,0,2,6509,6226,6508,0,2,1598,1606,6808,0,2,6809,6808,6814,0,2,6809,6814,6825,0,2,6076,6811,6075,0,2,6075,6811,6810,0,2,6075,6810,6812,0,2,6079,6813,6809,0,2,6813,1595,6809,0,2,6809,1595,6808,0,2,49381,6816,6815,0,2,6815,6816,6817,0,2,6817,6818,6828,0,2,6818,6122,6828,0,2,49381,6815,6819,0,2,6819,6815,6821,0,2,6820,6821,6822,0,2,6822,6821,6823,0,2,6822,6823,6824,0,2,6822,6824,6072,0,2,6825,6820,6079,0,2,6079,6820,6826,0,2,6079,6826,6810,0,2,6810,6826,6812,0,2,6079,6809,6825,0,2,6825,6819,6820,0,2,6826,6827,6812,0,2,6812,6827,6073,0,2,6827,6826,6822,0,2,6826,6820,6822,0,2,6820,6819,6821,0,2,6825,6814,6819,0,2,6819,6814,49381,0,2,6815,6817,6828,0,2,6828,6122,6823,0,2,6823,6114,6824,0,2,6119,6072,6829,0,2,6115,6119,6829,0,2,6829,6824,6114,0,2,6829,6072,6824,0,2,6823,6821,6828,0,2,6828,6821,6815,0,2,6816,49381,1608,0,2,1608,49381,1607,0,2,1605,49970,1607,0,2,1607,49970,1604,0,2,1604,6830,6831,0,2,1607,6831,1608,0,2,1607,1604,6831,0,2,1604,1610,6830,0,2,6832,36568,6833,0,2,6833,6857,36522,0,2,36522,6857,6504,0,2,6833,1585,6832,0,2,6832,1589,6851,0,2,6834,6851,6835,0,2,6850,6835,36571,0,2,6850,36571,6849,0,2,6848,6840,6838,0,2,6838,6840,6839,0,2,6838,6839,6230,0,2,6840,6837,6841,0,2,6841,6843,6842,0,2,6843,1592,31527,0,2,6840,6841,6228,0,2,6840,6228,6229,0,2,6229,6839,6840,0,2,6844,6841,6845,0,2,6847,31528,6846,0,2,6846,31528,1593,0,2,1593,31528,31527,0,2,6228,6844,31530,0,2,6228,6841,6844,0,2,6841,6842,6845,0,2,6847,6845,6842,0,2,6837,6840,6848,0,2,6836,6837,6848,0,2,6836,6848,6853,0,2,6836,6853,6849,0,2,6849,6853,6852,0,2,6850,6854,6834,0,2,6832,6851,36568,0,2,6834,6835,6850,0,2,6853,6838,6231,0,2,6852,6853,6854,0,2,6854,6853,6855,0,2,6854,6855,36569,0,2,6850,6852,6854,0,2,6853,6231,6855,0,2,36569,6855,6232,0,2,36569,6232,6856,0,2,6856,6504,36569,0,2,36569,6504,6857,0,2,6857,6833,36568,0,2,6850,6849,6852,0,2,1585,6239,1586,0,2,6869,6871,6868,0,2,6868,6871,6872,0,2,6868,6872,6858,0,2,6858,6860,6859,0,2,6860,6858,6861,0,2,1582,6861,6248,0,2,6860,1582,36506,0,2,36506,1582,36507,0,2,36507,1582,6870,0,2,6870,36494,6862,0,2,6862,31466,36507,0,2,36507,31466,6863,0,2,36503,6863,31467,0,2,36503,31467,36504,0,2,36504,31467,36505,0,2,36586,31468,6864,0,2,36586,6864,36581,0,2,36581,6864,6865,0,2,6865,6864,36578,0,2,6866,36578,36579,0,2,6866,36579,6867,0,2,6866,6867,6868,0,2,6868,6867,1587,0,2,6868,1587,6869,0,2,6867,36579,1588,0,2,6860,6861,1582,0,2,1582,1581,6870,0,2,1587,1584,6869,0,2,6869,1584,6871,0,2,6858,6872,6861,0,2,6872,6871,1583,0,2,6872,1583,6861,0,2,6861,1583,6248,0,2,1580,6247,31518,0,2,6247,1580,1579,0,2,6501,36496,6502,0,2,1491,1575,36491,0,2,6873,1476,31508,0,2,31508,1476,1378,0,2,27926,6877,1473,0,2,6874,6875,6878,0,2,6878,6875,6876,0,2,27926,6879,6877,0,2,6877,6879,6883,0,2,6879,27927,6878,0,2,6876,6883,6878,0,2,6878,6883,6879,0,2,6874,1482,1483,0,2,6874,1483,6875,0,2,6875,49386,6876,0,2,6876,49386,6882,0,2,6882,49386,6880,0,2,6882,6880,6881,0,2,6881,6880,1486,0,2,1486,6880,1485,0,2,6876,6882,6883,0,2,6883,6882,6881,0,2,6883,6881,6884,0,2,6883,6884,27890,0,2,6885,27890,27911,0,2,6885,27911,6886,0,2,6886,27913,6887,0,2,6888,6887,27920,0,2,6888,27920,1461,0,2,27803,6889,27799,0,2,27799,6889,6890,0,2,6890,6891,27795,0,2,27795,6891,6892,0,2,6892,6893,36397,0,2,36397,6893,6894,0,2,27882,36210,6896,0,2,6896,36196,6897,0,2,6897,36240,6898,0,2,27830,6898,6899,0,2,27830,6899,6900,0,2,6900,36238,6901,0,2,6901,36238,36237,0,2,6901,36237,27881,0,2,6903,6902,36193,0,2,6903,36193,6904,0,2,6905,6906,6907,0,2,6907,6906,31969,0,2,6907,35219,27855,0,2,27855,35219,6908,0,2,6909,6910,27851,0,2,27851,6910,31986,0,2,27851,31986,6911,0,2,6911,31983,6912,0,2,6912,31983,6913,0,2,27858,31984,6914,0,2,6914,31984,27859,0,2,27859,6915,27812,0,2,27812,6915,6916,0,2,6916,6915,7049,0,2,7049,27650,35359,0,2,35359,27650,27666,0,2,27877,27666,6917,0,2,27877,6917,6918,0,2,27877,6918,6919,0,2,6923,36219,6924,0,2,6924,36219,27865,0,2,27865,36219,27722,0,2,6925,27865,6926,0,2,6925,6926,6927,0,2,27810,6929,31899,0,2,31899,6929,31900,0,2,31900,6929,6930,0,2,31900,6930,36235,0,2,31900,36235,31897,0,2,31897,36235,6931,0,2,6931,6932,6933,0,2,1400,6937,6938,0,2,6939,6938,27699,0,2,1436,6939,6940,0,2,49533,27734,49534,0,2,49534,27734,27740,0,2,49534,27740,27741,0,2,49534,27741,6942,0,2,6943,6942,27756,0,2,6943,27756,6944,0,2,6944,27756,27750,0,2,6946,6945,6947,0,2,31902,31904,6948,0,2,6949,6950,6959,0,2,6959,6950,6951,0,2,6959,6951,1338,0,2,6959,1338,1339,0,2,6949,6959,6952,0,2,6956,6955,1334,0,2,1334,6955,1340,0,2,6957,6958,1339,0,2,1339,6958,6959,0,2,6954,6953,6957,0,2,6957,6953,6958,0,2,6958,6952,6959,0,2,6953,1441,6958,0,2,6947,6945,6960,0,2,6947,6960,6961,0,2,6961,6960,6962,0,2,6962,6960,27757,0,2,31762,6963,6964,0,2,6966,6964,6965,0,2,6966,6965,6967,0,2,6968,6969,27692,0,2,6970,6969,31916,0,2,6971,6970,31919,0,2,6971,31919,6972,0,2,6973,6987,6974,0,2,6975,6974,6985,0,2,6975,6985,6983,0,2,6977,6976,6984,0,2,6977,6984,6978,0,2,6977,6978,6980,0,2,807,743,6979,0,2,6979,743,6980,0,2,6980,6981,27694,0,2,27694,6981,27695,0,2,27694,6976,6977,0,2,27694,6977,6980,0,2,31859,6979,6978,0,2,742,6982,6986,0,2,6986,6982,6983,0,2,6975,6983,6984,0,2,6975,6984,27689,0,2,27689,6984,6976,0,2,6978,6984,742,0,2,6982,6984,6983,0,2,6974,738,6985,0,2,6983,6985,35110,0,2,6983,35110,6986,0,2,6986,35110,739,0,2,738,35110,6985,0,2,7012,6974,6987,0,2,6988,7023,6989,0,2,6992,6991,7002,0,2,6994,7002,6993,0,2,6993,6991,6990,0,2,6994,7018,49546,0,2,49546,7018,6995,0,2,7020,7021,6996,0,2,27623,6998,6997,0,2,6994,49546,6999,0,2,6999,49546,7000,0,2,7000,35325,35147,0,2,7000,35147,7001,0,2,7002,35133,9034,0,2,7002,9034,6992,0,2,6992,9034,7003,0,2,7003,9034,35131,0,2,7004,35106,35105,0,2,7004,35105,7006,0,2,7006,35105,7005,0,2,7006,7005,7017,0,2,7006,7017,49548,0,2,7004,49548,7007,0,2,7004,7007,35109,0,2,35109,7007,7008,0,2,7008,737,7009,0,2,7008,7009,35327,0,2,35327,7009,7010,0,2,7010,7009,6988,0,2,6990,7011,6989,0,2,6989,7011,6988,0,2,6987,7009,7012,0,2,6987,6988,7009,0,2,737,7012,7009,0,2,7010,6988,7011,0,2,737,7008,7007,0,2,736,7013,735,0,2,735,7017,734,0,2,734,7017,7016,0,2,734,7016,7014,0,2,733,7014,35101,0,2,35101,7014,7015,0,2,7015,7016,7005,0,2,7005,7016,7017,0,2,7015,7014,7016,0,2,49548,7004,7006,0,2,6993,6990,6994,0,2,6994,6990,7025,0,2,6994,7025,7018,0,2,7019,27589,7020,0,2,7020,27589,7021,0,2,7019,7020,6995,0,2,6987,6973,7022,0,2,7023,7024,7025,0,2,7018,27629,6995,0,2,6995,27629,7019,0,2,7025,6989,7023,0,2,6989,7025,6990,0,2,7023,6988,7022,0,2,7022,6973,7023,0,2,27628,31918,7027,0,2,7027,31918,27683,0,2,27587,27588,7029,0,2,27587,7029,27591,0,2,27591,7029,7028,0,2,31924,7030,31921,0,2,31921,7030,7031,0,2,27685,7032,31921,0,2,7032,27669,31922,0,2,31922,27669,27778,0,2,31922,27778,27781,0,2,31925,27781,27593,0,2,27616,7037,31944,0,2,27611,31944,35208,0,2,35208,7038,27610,0,2,7040,7041,27606,0,2,27606,7041,35212,0,2,27652,7044,7043,0,2,7046,27655,7047,0,2,7047,27655,27646,0,2,27646,27655,7048,0,2,31987,7049,6915,0,2,27650,7049,7048,0,2,7050,31985,27647,0,2,31985,31986,7051,0,2,27649,7051,7052,0,2,27648,7052,27531,0,2,27648,27531,7053,0,2,7054,27475,27604,0,2,27604,27475,7055,0,2,27604,7055,27605,0,2,27605,7055,7056,0,2,27602,7056,27473,0,2,27473,35197,27579,0,2,27579,35197,7057,0,2,27638,7057,7058,0,2,7059,27643,7060,0,2,27554,7060,7061,0,2,7064,27464,7065,0,2,35343,7065,7066,0,2,7066,27464,35346,0,2,35346,27464,7067,0,2,35346,7067,34906,0,2,34906,7067,7068,0,2,34906,7068,7069,0,2,7069,7068,27463,0,2,7069,27463,7070,0,2,7070,7071,35173,0,2,27460,27461,7072,0,2,7072,27461,7073,0,2,7072,7073,7074,0,2,7074,27549,48832,0,2,7077,7076,26509,0,2,7077,26509,48828,0,2,7079,7078,7080,0,2,7079,7080,7081,0,2,7081,7080,26549,0,2,7081,26549,7082,0,2,7081,7082,7083,0,2,7084,26528,35187,0,2,35187,26528,7085,0,2,48776,7085,7086,0,2,48776,7086,7087,0,2,34799,7088,34796,0,2,34796,7765,26463,0,2,26463,7765,26464,0,2,7091,7786,7092,0,2,7092,7093,7094,0,2,26443,7093,7825,0,2,26443,7825,7095,0,2,26439,7718,7098,0,2,26439,7098,7099,0,2,26456,7100,7101,0,2,7101,7102,7103,0,2,26420,7103,7133,0,2,26420,7133,7104,0,2,26407,7104,7105,0,2,7106,7117,26406,0,2,7117,7107,26406,0,2,26406,7107,7116,0,2,26406,7116,26432,0,2,26426,42949,26430,0,2,26430,42949,7110,0,2,26397,26403,7111,0,2,26396,26403,7112,0,2,26396,7112,7113,0,2,7113,7112,7114,0,2,7118,7114,7115,0,2,7108,26432,7115,0,2,7115,7116,7118,0,2,7118,7116,7107,0,2,7136,7107,7117,0,2,7135,7117,7106,0,2,7116,7115,26432,0,2,7114,7118,7113,0,2,7113,7118,7120,0,2,7113,7120,7119,0,2,7119,7120,7121,0,2,7119,7121,26392,0,2,26392,7121,7123,0,2,26392,7123,7122,0,2,7122,7123,7141,0,2,7196,7124,7137,0,2,7126,7137,7125,0,2,7126,7125,7138,0,2,7126,7138,7142,0,2,42954,7142,7127,0,2,7129,42955,7128,0,2,7129,7128,7132,0,2,7129,7132,7099,0,2,7102,7132,7103,0,2,7101,7100,7102,0,2,7129,7099,7130,0,2,7099,7098,7130,0,2,7129,7130,7131,0,2,7131,7130,7718,0,2,7718,7130,7098,0,2,7132,7128,7103,0,2,7133,42955,7127,0,2,7133,7127,7134,0,2,7136,7120,7107,0,2,7107,7120,7118,0,2,7120,7136,7121,0,2,7121,7136,7123,0,2,7123,7136,7141,0,2,7141,7136,7135,0,2,7125,7137,7139,0,2,7125,7139,7138,0,2,7134,7138,7139,0,2,7135,7139,7137,0,2,7136,7117,7135,0,2,7135,7106,7139,0,2,7139,7106,7105,0,2,7105,7140,7134,0,2,7134,7140,7133,0,2,7133,7140,7104,0,2,7104,7140,7105,0,2,7105,7134,7139,0,2,42955,7133,7128,0,2,7128,7133,7103,0,2,7141,7135,7124,0,2,7124,7135,7137,0,2,7127,7142,7134,0,2,7142,7138,7134,0,2,26396,7113,7119,0,2,7143,7119,42945,0,2,7143,42945,42946,0,2,7143,42946,26396,0,2,26396,42946,7111,0,2,7111,42946,7144,0,2,7144,7146,7145,0,2,7145,7146,7147,0,2,7145,7147,26399,0,2,26399,7147,7148,0,2,26399,7148,7149,0,2,12769,7150,12756,0,2,12756,7150,12768,0,2,12768,7188,12734,0,2,12734,7189,12753,0,2,7189,7192,12738,0,2,12738,7192,7151,0,2,7154,7152,7153,0,2,12740,7155,7156,0,2,12740,7156,34364,0,2,7173,7157,7158,0,2,7159,7158,7160,0,2,7159,7160,41738,0,2,41738,7160,7161,0,2,13018,7161,7162,0,2,13016,13017,7168,0,2,13019,7168,7164,0,2,13019,7164,41742,0,2,41742,7164,41745,0,2,7167,7166,7164,0,2,7168,13017,7164,0,2,7164,13017,7167,0,2,41745,7164,7166,0,2,7165,7175,7166,0,2,7161,42823,7162,0,2,7162,42823,7169,0,2,7162,7169,7163,0,2,7163,7169,7172,0,2,7172,7169,7170,0,2,7172,7170,7171,0,2,7163,7172,7178,0,2,7163,7178,7167,0,2,7167,7178,7166,0,2,42823,7161,7157,0,2,7157,7161,7160,0,2,42823,7157,7173,0,2,7174,34814,7175,0,2,7175,34814,7176,0,2,7175,7176,7183,0,2,7175,7183,41745,0,2,7192,7174,7151,0,2,7151,7179,7152,0,2,7152,7179,7177,0,2,7177,7178,7171,0,2,7153,7170,42825,0,2,42825,7155,7154,0,2,7153,42825,7154,0,2,7170,7153,7171,0,2,7172,7171,7178,0,2,7177,7171,7153,0,2,7177,7153,7152,0,2,7166,7178,7165,0,2,7178,7177,7179,0,2,7178,7179,7165,0,2,7165,7179,7174,0,2,7174,7175,7165,0,2,7174,7179,7151,0,2,7148,7147,26390,0,2,7148,26390,7180,0,2,7149,7180,7150,0,2,7150,7180,7181,0,2,7181,7180,34812,0,2,7191,34812,34813,0,2,7191,34813,7187,0,2,7174,7186,34814,0,2,7176,34814,7182,0,2,7183,7182,13023,0,2,41741,7184,41816,0,2,41816,13029,7185,0,2,7185,41741,41816,0,2,7174,7192,7186,0,2,7187,7186,7191,0,2,34812,7191,7181,0,2,7181,7188,7150,0,2,7150,12769,7149,0,2,7180,7149,7148,0,2,12768,7150,7188,0,2,7189,7190,7192,0,2,7192,7190,7186,0,2,7186,7190,7191,0,2,7181,7191,7188,0,2,7188,7191,7190,0,2,7188,7190,12734,0,2,12734,7190,7189,0,2,7193,34812,7194,0,2,7193,7194,26394,0,2,7195,26393,7196,0,2,7195,7196,7137,0,2,7124,7122,7141,0,2,7137,7126,7195,0,2,7195,7126,7197,0,2,7195,7197,42952,0,2,26389,26376,7198,0,2,34817,7200,41811,0,2,41811,7200,7201,0,2,7202,7201,47695,0,2,7202,47695,41812,0,2,41812,47695,12989,0,2,12989,47695,7203,0,2,7205,26372,7206,0,2,47691,26366,7208,0,2,7210,7209,7713,0,2,7210,7713,7211,0,2,7211,7713,7712,0,2,7891,7712,7879,0,2,7213,7212,7216,0,2,7213,7216,7214,0,2,7215,7214,7216,0,2,26251,7729,7706,0,2,7707,7217,26279,0,2,26283,7217,7218,0,2,7219,7218,7709,0,2,7220,7219,7313,0,2,7313,7219,7221,0,2,7221,7709,48656,0,2,48656,7709,7222,0,2,48656,7222,7223,0,2,48656,7223,7310,0,2,7310,7223,7311,0,2,7311,7223,7705,0,2,7311,7705,7312,0,2,7224,34829,48751,0,2,7224,48751,7225,0,2,7225,48753,7226,0,2,7226,48753,48752,0,2,7226,48752,7227,0,2,7227,7708,7228,0,2,7229,7228,7708,0,2,7230,7232,7231,0,2,7231,7232,7304,0,2,7304,7232,7233,0,2,7304,7233,7234,0,2,7235,7234,7837,0,2,36923,7238,7239,0,2,36923,7239,7240,0,2,7241,26661,26660,0,2,7241,26660,7242,0,2,36900,7244,7245,0,2,7245,7244,7246,0,2,7245,7246,36901,0,2,36901,7246,26669,0,2,36901,26669,7247,0,2,7248,7247,7249,0,2,7249,7250,36897,0,2,7252,36889,7251,0,2,7251,36889,7328,0,2,7252,7251,7670,0,2,7252,7670,7253,0,2,7255,7322,7256,0,2,7256,7322,7257,0,2,7260,7259,7261,0,2,7284,7261,7320,0,2,7284,7320,7262,0,2,7264,36934,7265,0,2,48707,7265,7266,0,2,7266,36935,7267,0,2,7270,7267,7268,0,2,7269,7268,36937,0,2,7270,7269,7220,0,2,7220,7269,26239,0,2,7220,26239,7219,0,2,7219,26239,7218,0,2,7267,7270,7313,0,2,7267,7313,7314,0,2,7267,7314,7266,0,2,7266,7314,48707,0,2,7264,7265,48707,0,2,7270,7268,7269,0,2,7320,7263,7262,0,2,7262,7263,7292,0,2,7291,7292,7271,0,2,7291,7271,7289,0,2,7289,7271,7297,0,2,7297,7271,7272,0,2,7272,48660,7298,0,2,48660,7229,7298,0,2,7298,7274,7273,0,2,7274,7300,7301,0,2,7274,7301,7275,0,2,7296,7275,7302,0,2,7296,7302,7295,0,2,7295,7276,7277,0,2,7237,7276,7303,0,2,7235,7837,7236,0,2,7235,7236,7303,0,2,7285,7280,7283,0,2,7283,36914,7281,0,2,7283,7281,7282,0,2,7283,7282,7260,0,2,7284,7260,7261,0,2,7285,7286,7280,0,2,7280,7286,36921,0,2,36921,7286,7287,0,2,7279,7287,7295,0,2,7279,7295,7277,0,2,7260,7285,7283,0,2,7260,7282,7259,0,2,7259,7282,36911,0,2,36911,7282,7281,0,2,7259,36911,36907,0,2,7259,36907,7258,0,2,7258,36907,7257,0,2,7288,7294,7289,0,2,7289,7294,7290,0,2,7292,7291,7262,0,2,7262,7291,7284,0,2,7284,7291,7293,0,2,7293,7290,7287,0,2,7290,7293,7291,0,2,7290,7291,7289,0,2,7290,7294,7287,0,2,7287,7294,7295,0,2,7288,7273,7296,0,2,7296,7273,7274,0,2,7296,7274,7275,0,2,7295,7294,7296,0,2,7296,7294,7288,0,2,7284,7293,7260,0,2,7260,7293,7285,0,2,7285,7293,7286,0,2,7286,7293,7287,0,2,7288,7297,7272,0,2,7298,7273,7272,0,2,7272,7273,7288,0,2,7297,7288,7289,0,2,7274,7299,7300,0,2,7230,7300,7299,0,2,7230,7229,7708,0,2,7301,7300,7231,0,2,7301,7231,7304,0,2,7301,7304,7305,0,2,7302,7305,7303,0,2,7302,7303,7276,0,2,7303,7305,36928,0,2,7303,36928,7235,0,2,36928,7234,7235,0,2,7300,7230,7231,0,2,7299,7298,7229,0,2,7299,7229,7230,0,2,7298,7299,7274,0,2,7271,7292,7306,0,2,7307,7306,7308,0,2,7307,7308,7314,0,2,7314,7308,48707,0,2,48704,7309,7221,0,2,7311,7312,48659,0,2,48659,7312,7226,0,2,7226,7224,7225,0,2,7312,7224,7226,0,2,7309,48704,7313,0,2,7309,7313,7221,0,2,7220,7313,7270,0,2,48704,7314,7313,0,2,7261,7259,7258,0,2,7258,7321,7317,0,2,7317,7321,7315,0,2,7264,48708,7316,0,2,7264,7316,7317,0,2,7264,7317,7318,0,2,7315,7318,7317,0,2,7261,7258,7319,0,2,7261,7319,7320,0,2,7320,7319,7317,0,2,7320,7317,7316,0,2,7263,7320,7316,0,2,7263,7316,48708,0,2,7321,7258,7257,0,2,7321,7257,7322,0,2,7323,7324,36751,0,2,36751,7324,36748,0,2,36748,7324,7325,0,2,36750,36748,7325,0,2,36759,7325,7326,0,2,36759,7326,7654,0,2,7326,7670,7251,0,2,7326,7251,7327,0,2,7327,7251,7328,0,2,7327,7328,7656,0,2,7657,7656,7329,0,2,7657,7329,7330,0,2,7657,7330,7331,0,2,7331,7330,36817,0,2,7331,36817,36815,0,2,7331,36815,36814,0,2,36824,36814,7332,0,2,7661,7332,7333,0,2,7661,7333,7646,0,2,7646,7333,7334,0,2,7334,7333,7335,0,2,7337,7336,7552,0,2,7337,7552,7550,0,2,36773,36781,7338,0,2,36774,7338,7609,0,2,36774,7609,7339,0,2,7339,36780,7340,0,2,7340,36780,7341,0,2,7341,7601,7342,0,2,7342,7601,7343,0,2,7343,7344,7342,0,2,7342,7345,7346,0,2,7346,7345,7347,0,2,7349,7348,36041,0,2,7349,36041,7350,0,2,7351,36039,7352,0,2,7351,7352,7353,0,2,7353,7352,7359,0,2,7354,7355,7356,0,2,7356,7355,7357,0,2,37066,7354,7356,0,2,37066,7356,7353,0,2,7353,7356,7351,0,2,7351,7356,7357,0,2,7351,7357,7350,0,2,7350,7357,7358,0,2,7349,7350,7358,0,2,20947,20945,7360,0,2,36085,36083,7424,0,2,36085,7424,37071,0,2,36073,20949,7361,0,2,36073,7361,7362,0,2,7362,7363,36091,0,2,36091,7363,36077,0,2,36077,7363,7364,0,2,7365,7367,7366,0,2,7366,7367,36129,0,2,7366,36129,7382,0,2,7368,7382,36131,0,2,7369,48721,36135,0,2,36135,48721,7371,0,2,7374,7381,7375,0,2,26340,7378,7379,0,2,7379,7378,7373,0,2,7373,7378,7380,0,2,7380,7378,26339,0,2,7380,26339,26343,0,2,7380,26343,7381,0,2,7377,7376,7381,0,2,7377,7381,26343,0,2,7376,7375,7381,0,2,7369,7370,36131,0,2,36130,36131,7382,0,2,36130,7382,36129,0,2,7383,36129,7367,0,2,7383,7367,7403,0,2,7403,7367,7365,0,2,7403,7365,7384,0,2,7384,7365,7385,0,2,7384,7385,7386,0,2,7401,7386,7422,0,2,7401,7422,7416,0,2,7416,7422,7387,0,2,7387,7389,7388,0,2,7414,7388,20841,0,2,7414,20841,20920,0,2,7413,20920,20942,0,2,37047,7390,7391,0,2,7391,7392,7417,0,2,7417,7392,7418,0,2,7418,7392,36967,0,2,7418,36967,7394,0,2,7418,7394,7393,0,2,7420,7394,7404,0,2,7420,7404,7421,0,2,7421,7404,7395,0,2,37043,7396,7410,0,2,7410,7397,7398,0,2,7398,7397,36981,0,2,7398,36981,36998,0,2,7398,36998,37001,0,2,7398,37001,36987,0,2,37041,36987,7399,0,2,37042,7399,7421,0,2,7421,7399,36991,0,2,7421,36991,7420,0,2,7420,36991,7419,0,2,7400,36092,37072,0,2,37072,36092,36094,0,2,7386,7401,7402,0,2,7386,7402,7403,0,2,7403,7384,7386,0,2,7404,7394,7405,0,2,7404,7405,7406,0,2,7406,20936,20935,0,2,7407,20935,7411,0,2,7408,7409,7410,0,2,7410,7409,20933,0,2,7410,20933,36982,0,2,7410,36982,7397,0,2,7408,7410,7396,0,2,7408,7396,7411,0,2,7411,7396,7407,0,2,7407,7396,7412,0,2,7412,7396,7395,0,2,7412,7395,7404,0,2,7407,7412,20935,0,2,20935,7412,7406,0,2,7412,7404,7406,0,2,7413,37048,7414,0,2,7414,7415,7388,0,2,7388,7415,7387,0,2,7387,7415,7416,0,2,7390,7413,20942,0,2,20920,7413,7414,0,2,7415,7414,36955,0,2,36955,37048,37045,0,2,37045,37048,37046,0,2,7417,7418,37044,0,2,37044,7418,7393,0,2,37044,7393,7419,0,2,37044,7419,37073,0,2,7400,37073,7419,0,2,7394,7420,7419,0,2,7394,7419,7393,0,2,7391,7417,37047,0,2,7422,7386,7385,0,2,7422,7385,7423,0,2,7423,7385,7362,0,2,7362,7385,7363,0,2,7363,7365,7364,0,2,7365,7363,7385,0,2,7387,7422,7423,0,2,7362,7361,7423,0,2,7387,7423,7389,0,2,7389,7423,7361,0,2,36083,7360,7424,0,2,7342,7344,7345,0,2,36640,7345,7604,0,2,36640,7604,36638,0,2,36638,7604,36064,0,2,36064,7511,7425,0,2,36772,7425,7426,0,2,7427,7428,36060,0,2,36060,7428,7429,0,2,36060,7429,36059,0,2,7432,7430,7431,0,2,7432,7431,20982,0,2,20983,20982,7433,0,2,20983,7433,36008,0,2,36008,7433,7434,0,2,36008,7434,37075,0,2,37075,7434,7640,0,2,37075,7640,7435,0,2,7436,37076,7435,0,2,7437,7436,7438,0,2,20798,7439,7638,0,2,7638,7639,7440,0,2,7441,35986,7442,0,2,7442,7617,20788,0,2,20788,7617,20787,0,2,20787,7617,7443,0,2,7445,7443,7444,0,2,7445,7444,7446,0,2,7445,7446,7448,0,2,7448,7446,7447,0,2,7448,7447,20714,0,2,20714,7447,7449,0,2,7449,7447,7450,0,2,7451,7457,20765,0,2,20764,7452,20763,0,2,20763,7455,20768,0,2,7453,7454,20769,0,2,20769,7454,20753,0,2,20753,36422,35975,0,2,35975,36422,35976,0,2,7456,35976,7455,0,2,7456,7455,7452,0,2,7458,7452,7457,0,2,7458,7457,7451,0,2,7458,7451,7450,0,2,20765,7457,7452,0,2,20765,7452,20764,0,2,7452,7459,7456,0,2,7456,7459,7465,0,2,7461,7444,7462,0,2,7462,7444,7619,0,2,7619,7443,7617,0,2,7619,7444,7443,0,2,7446,7444,7461,0,2,7446,7461,7463,0,2,7463,7461,7464,0,2,7464,7461,7460,0,2,7450,7464,7458,0,2,7464,7450,7463,0,2,7450,7447,7463,0,2,7463,7447,7446,0,2,7464,7460,7458,0,2,7458,7460,7459,0,2,7456,7465,35976,0,2,7467,7620,27353,0,2,27353,7620,7623,0,2,27351,7623,7468,0,2,27351,7468,27357,0,2,27357,7468,7469,0,2,7470,7469,36600,0,2,7471,7470,7472,0,2,7472,7470,7501,0,2,7472,7501,7473,0,2,7474,36604,7475,0,2,35962,7475,7476,0,2,7476,7475,7477,0,2,7476,7477,7478,0,2,7479,7480,36873,0,2,35959,7483,36180,0,2,35957,36160,7484,0,2,7486,7485,7497,0,2,7486,7497,7488,0,2,7486,7488,7487,0,2,7488,7496,27370,0,2,27370,7496,27285,0,2,27332,7496,7489,0,2,26969,7493,7490,0,2,7490,7493,7491,0,2,7491,7493,7492,0,2,7484,7492,7494,0,2,7484,7494,7485,0,2,7493,7495,7494,0,2,7494,7495,7497,0,2,7492,7493,7494,0,2,7497,7485,7494,0,2,7500,7477,36603,0,2,36607,36609,36635,0,2,36635,36609,7498,0,2,36873,27392,7481,0,2,7478,7477,7479,0,2,7479,7477,7500,0,2,7479,7500,7480,0,2,36607,7480,7500,0,2,36873,7480,36635,0,2,36635,7498,7499,0,2,7502,7501,7503,0,2,7505,7504,7506,0,2,7505,7506,7507,0,2,7507,7508,7509,0,2,7509,7508,7612,0,2,7613,7510,7606,0,2,7510,7512,7605,0,2,7605,7512,7511,0,2,7511,36064,7604,0,2,7425,7511,7426,0,2,7426,7511,7512,0,2,7537,7524,7513,0,2,7513,7524,7525,0,2,7515,7513,7514,0,2,7517,7516,7518,0,2,7633,7518,7519,0,2,7633,7519,7630,0,2,7630,7519,7520,0,2,7520,7519,7521,0,2,7520,7521,7522,0,2,7626,7469,7523,0,2,7510,7613,7524,0,2,7524,7613,7525,0,2,7513,36642,7527,0,2,36642,7508,7526,0,2,7526,7508,7507,0,2,7525,36642,7513,0,2,7513,7527,7514,0,2,7514,7527,7528,0,2,7528,7526,7529,0,2,7530,7531,7532,0,2,7532,7533,7534,0,2,7534,7519,7518,0,2,7514,7536,7515,0,2,7515,7536,7516,0,2,7516,7536,7518,0,2,7535,7536,7529,0,2,7528,7529,7536,0,2,7529,7530,7532,0,2,7535,7532,7534,0,2,7532,7535,7529,0,2,7534,7518,7536,0,2,7534,7536,7535,0,2,7613,7612,7525,0,2,7426,7512,7427,0,2,7427,7512,7537,0,2,7428,7537,7513,0,2,7537,7512,7524,0,2,7524,7512,7510,0,2,7427,7537,7428,0,2,7507,7610,7505,0,2,7505,7610,7538,0,2,7539,7538,7540,0,2,7542,7540,7541,0,2,7541,36651,7542,0,2,7542,36651,36650,0,2,7542,36650,7543,0,2,7545,7544,7569,0,2,7569,7544,7570,0,2,7570,36650,7546,0,2,7546,36650,36649,0,2,7564,7546,36648,0,2,36648,7547,7561,0,2,7561,7547,7562,0,2,7562,7547,7573,0,2,7573,7547,7548,0,2,7573,7548,7549,0,2,7549,7548,36782,0,2,7549,36782,7551,0,2,7551,36782,7550,0,2,7551,7550,7552,0,2,7551,7552,36832,0,2,7551,36832,36833,0,2,7553,36829,7555,0,2,7555,36829,36827,0,2,36827,7554,7555,0,2,7555,7554,7556,0,2,7556,7554,7557,0,2,7557,26620,7567,0,2,7557,7567,7558,0,2,7556,7558,7559,0,2,7573,7560,7561,0,2,7573,7561,7562,0,2,7561,7558,7563,0,2,7564,7565,7587,0,2,7587,7565,36629,0,2,36629,7565,36624,0,2,36624,7568,36665,0,2,36653,36665,7566,0,2,36825,7566,7567,0,2,7559,7558,7560,0,2,36665,7568,7571,0,2,7566,36665,7571,0,2,7568,36624,7565,0,2,7565,7563,7568,0,2,7568,7563,7571,0,2,36648,7561,7564,0,2,7564,7569,7546,0,2,7546,7569,7570,0,2,7561,7563,7565,0,2,7561,7565,7564,0,2,7561,7560,7558,0,2,7563,7558,7567,0,2,7563,7567,7571,0,2,7571,7567,7566,0,2,7557,7558,7556,0,2,7555,7556,7559,0,2,7555,7559,7553,0,2,7553,7572,36833,0,2,7573,7549,7572,0,2,7560,7573,7572,0,2,7560,7572,7553,0,2,7560,7553,7559,0,2,36833,7572,7551,0,2,7539,7593,7596,0,2,7596,7593,7574,0,2,7596,7574,36633,0,2,36633,7574,7575,0,2,36633,7575,36601,0,2,36601,7575,36602,0,2,36602,7575,7576,0,2,36603,36652,7589,0,2,36603,7589,36606,0,2,36606,7589,7590,0,2,36608,7590,7577,0,2,7578,36608,7579,0,2,7579,7580,36617,0,2,36617,7580,7581,0,2,7581,7580,7588,0,2,7581,7588,7582,0,2,7585,7582,7583,0,2,7583,7582,7584,0,2,36652,36603,7575,0,2,7575,36603,7576,0,2,7589,36652,7584,0,2,7584,36652,7583,0,2,7583,7591,7585,0,2,7585,7591,7545,0,2,7585,7545,7586,0,2,36670,7586,7587,0,2,7587,7586,7569,0,2,7587,7569,7564,0,2,7569,7586,7545,0,2,7582,7588,7584,0,2,7584,7588,7589,0,2,7590,7589,7577,0,2,36608,7577,7579,0,2,7579,7577,7588,0,2,7579,7588,7580,0,2,7589,7588,7577,0,2,36652,7592,7591,0,2,7545,7591,7544,0,2,7544,7591,7543,0,2,7575,7574,7592,0,2,7592,7543,7591,0,2,7592,36652,7575,0,2,7592,7574,7593,0,2,7539,7542,7593,0,2,7542,7543,7593,0,2,7593,7543,7592,0,2,7538,7539,7594,0,2,36633,7595,7503,0,2,7503,7595,36605,0,2,7503,7616,7504,0,2,36633,7503,7594,0,2,7594,7503,7504,0,2,7594,7504,7505,0,2,7594,7539,7596,0,2,7594,7596,36633,0,2,7540,7538,7607,0,2,7540,7607,7597,0,2,36643,7597,7598,0,2,7598,7597,7600,0,2,7598,7600,7599,0,2,7599,7600,7601,0,2,7601,7600,36755,0,2,36755,7607,36756,0,2,36756,7607,7611,0,2,7611,7602,7344,0,2,7511,7604,7605,0,2,7606,7605,7603,0,2,7603,7602,7606,0,2,7606,7510,7605,0,2,7603,7605,7604,0,2,36755,7600,7607,0,2,7607,7600,7597,0,2,7540,7597,7541,0,2,7541,7597,36643,0,2,7541,36643,36651,0,2,36651,36643,7608,0,2,7608,7598,7609,0,2,7543,36650,7544,0,2,7538,7610,7607,0,2,7607,7610,7509,0,2,7607,7509,7611,0,2,7612,7611,7509,0,2,7606,7602,7613,0,2,7613,7602,7612,0,2,7501,36600,7614,0,2,7614,36600,7615,0,2,7521,36599,7522,0,2,7501,7614,7503,0,2,7503,7614,7616,0,2,7616,7614,7531,0,2,7531,7614,7615,0,2,7615,36599,7533,0,2,7533,36599,7521,0,2,7533,7521,7534,0,2,7533,7532,7531,0,2,7531,7615,7533,0,2,7531,7530,7616,0,2,7521,7519,7534,0,2,7465,7459,7466,0,2,7460,7466,7459,0,2,35976,36422,7455,0,2,35986,7440,7442,0,2,7442,7440,7628,0,2,7619,7617,7618,0,2,7619,7618,7621,0,2,7620,7467,7462,0,2,7462,7467,7460,0,2,7466,7460,7467,0,2,7460,7461,7462,0,2,7621,7618,7624,0,2,7621,7624,7622,0,2,7469,7468,7523,0,2,7622,7468,7623,0,2,7622,7623,7621,0,2,7621,7623,7620,0,2,7462,7619,7620,0,2,7620,7619,7621,0,2,7618,7617,7624,0,2,7625,7627,7626,0,2,7626,7627,7522,0,2,7626,7523,7625,0,2,7625,7523,7622,0,2,7622,7523,7468,0,2,7625,7622,7624,0,2,7617,7442,7624,0,2,7628,36634,7625,0,2,7625,7624,7628,0,2,7628,7624,7442,0,2,7625,36634,7627,0,2,7438,7436,7435,0,2,36598,7435,7629,0,2,7631,7630,7522,0,2,7631,7522,7632,0,2,7632,7522,7627,0,2,7517,7633,7634,0,2,7517,7634,7635,0,2,7635,7637,7636,0,2,7636,7637,7430,0,2,7636,7430,36059,0,2,7636,36059,7429,0,2,7429,7428,7515,0,2,7515,7516,7429,0,2,7515,7428,7513,0,2,7636,7429,7516,0,2,7636,7516,7635,0,2,7517,7518,7633,0,2,7517,7635,7516,0,2,7430,7637,7431,0,2,7431,7637,7635,0,2,7630,7520,7522,0,2,7435,36598,7438,0,2,7438,36598,36002,0,2,36002,36598,7439,0,2,7439,36598,7638,0,2,7630,7631,7639,0,2,7630,7639,7629,0,2,7629,7639,7638,0,2,7629,7638,36598,0,2,7435,7640,7629,0,2,7629,7640,7641,0,2,7641,7633,7630,0,2,7641,7630,7629,0,2,7633,7641,7634,0,2,7634,7641,7434,0,2,7634,7434,7642,0,2,7434,7433,7642,0,2,7642,7433,7431,0,2,7634,7642,7635,0,2,7635,7642,7431,0,2,7434,7641,7640,0,2,7643,36714,7644,0,2,36777,7644,36710,0,2,36777,36710,7645,0,2,7334,7645,7646,0,2,7661,7646,7647,0,2,7647,7648,7649,0,2,7657,7651,7652,0,2,7652,7651,7653,0,2,7652,7653,36705,0,2,7327,7654,7326,0,2,7654,7327,7656,0,2,7654,7656,7655,0,2,7655,7656,7652,0,2,7651,7657,7331,0,2,7650,7658,7659,0,2,7659,7647,7649,0,2,7659,7649,7650,0,2,7658,7650,7660,0,2,7658,7660,7651,0,2,7658,7651,7331,0,2,7647,7659,7661,0,2,7657,7652,7656,0,2,7651,7660,7653,0,2,7643,7342,7662,0,2,7643,7662,36714,0,2,7662,7346,7663,0,2,36711,7663,36713,0,2,36713,7663,36690,0,2,36690,7663,7664,0,2,7664,7358,7357,0,2,7358,7665,7666,0,2,7666,7348,7358,0,2,7665,7358,7664,0,2,7349,7358,7348,0,2,7348,7666,36639,0,2,36639,7666,36640,0,2,7666,7665,36640,0,2,7662,7342,7346,0,2,7663,7346,7347,0,2,7663,7347,7665,0,2,7665,7347,36640,0,2,7342,7643,7341,0,2,7336,7337,36779,0,2,36779,7337,7667,0,2,7667,36781,7668,0,2,7668,36781,36773,0,2,36781,7667,7550,0,2,7550,7667,7337,0,2,7658,7331,36814,0,2,7253,7670,7669,0,2,7253,7669,7254,0,2,7324,7669,7325,0,2,7325,7669,7670,0,2,7670,7326,7325,0,2,7669,7324,7671,0,2,7323,7671,7324,0,2,7669,7671,7254,0,2,7254,7671,7255,0,2,7255,7671,7322,0,2,7315,7671,7672,0,2,7315,7672,7318,0,2,7318,7672,7673,0,2,7674,7675,7676,0,2,7675,7690,7677,0,2,7678,7683,7684,0,2,7679,7375,7376,0,2,7318,7673,7264,0,2,7264,7673,36934,0,2,7671,7323,7672,0,2,7672,7323,7680,0,2,7691,7682,7686,0,2,7686,7682,36747,0,2,7686,36747,7685,0,2,7685,36747,36743,0,2,7684,36134,7679,0,2,7679,36134,7375,0,2,7683,7678,36743,0,2,7677,7690,7687,0,2,7690,7686,7687,0,2,7686,7685,7687,0,2,7688,7687,7685,0,2,7688,7685,7678,0,2,7678,7685,36743,0,2,7672,7680,7673,0,2,7673,7680,7689,0,2,7674,7689,7675,0,2,7675,7689,7681,0,2,7690,7681,7691,0,2,7686,7690,7691,0,2,7681,7690,7675,0,2,7681,7689,7680,0,2,7674,7673,7689,0,2,7671,7315,7322,0,2,7321,7322,7315,0,2,7254,7255,36910,0,2,7252,7253,36896,0,2,36896,7253,36910,0,2,36910,7253,7254,0,2,7230,7708,7232,0,2,7692,7693,7233,0,2,7695,7694,7696,0,2,7698,7697,7700,0,2,7698,7700,7699,0,2,7699,7700,7731,0,2,7731,7700,7701,0,2,7731,7701,7702,0,2,7701,34829,7728,0,2,7728,34829,7703,0,2,7704,7705,7706,0,2,7706,7705,7223,0,2,7222,7709,7707,0,2,7707,7709,7217,0,2,7222,7707,7223,0,2,7232,7708,7692,0,2,7692,7708,7227,0,2,7219,7709,7221,0,2,7707,7706,7223,0,2,7710,7724,7878,0,2,7710,7878,7876,0,2,7876,7878,7711,0,2,7711,7712,7713,0,2,7874,7873,34828,0,2,34828,7715,7714,0,2,7714,7715,7716,0,2,7716,42956,7827,0,2,7827,42956,7717,0,2,7717,42954,7131,0,2,47701,7720,7871,0,2,7871,7720,7721,0,2,7808,7807,7726,0,2,7726,7807,7725,0,2,7725,7807,7710,0,2,7710,7807,7806,0,2,7710,7806,7722,0,2,7724,7723,7212,0,2,7724,7710,7722,0,2,7722,7723,7724,0,2,7808,7726,7721,0,2,7723,7730,7727,0,2,7728,7729,7216,0,2,7727,7730,7728,0,2,7729,7728,7703,0,2,7729,7703,7704,0,2,7729,7704,7706,0,2,7728,7730,7701,0,2,7701,7730,7702,0,2,7702,7730,7723,0,2,7723,7727,7212,0,2,7727,7728,7216,0,2,7702,7722,7731,0,2,7731,7722,7815,0,2,7731,7815,7732,0,2,7732,7804,7733,0,2,7698,7733,7830,0,2,7830,7734,7735,0,2,7735,7816,7859,0,2,7859,7816,7736,0,2,7859,7736,7861,0,2,7861,7736,7863,0,2,7736,7818,7737,0,2,7737,7818,7797,0,2,7737,7797,7738,0,2,7738,7739,26733,0,2,7740,7739,26734,0,2,26734,7779,26736,0,2,26736,7779,7741,0,2,26736,7741,7742,0,2,26735,7754,7743,0,2,7743,7754,7744,0,2,7743,7744,26716,0,2,7755,7746,26531,0,2,26531,7746,7745,0,2,7745,7746,7747,0,2,7748,48760,7753,0,2,7753,48760,7749,0,2,7750,26469,7751,0,2,7753,26541,7748,0,2,7748,26541,7745,0,2,7748,7745,7752,0,2,7752,7745,7747,0,2,7749,7829,7750,0,2,7749,7750,7751,0,2,7751,7753,7749,0,2,48798,7752,7747,0,2,48798,7747,7757,0,2,7744,7754,7755,0,2,7755,7754,7756,0,2,7746,7756,7747,0,2,7747,7756,7757,0,2,48797,26735,7742,0,2,48797,7742,7773,0,2,48797,7773,7772,0,2,7828,7760,7762,0,2,7828,7762,7088,0,2,34796,7088,7762,0,2,34796,7762,7761,0,2,7761,7762,7766,0,2,7761,7766,7090,0,2,7090,7766,7763,0,2,7090,7763,7764,0,2,7090,7764,7091,0,2,34796,7761,7765,0,2,7762,7760,7766,0,2,7766,7768,7763,0,2,7760,7759,7767,0,2,7768,7769,7763,0,2,7768,7766,7767,0,2,7767,7766,7760,0,2,7767,7759,7758,0,2,7774,7758,7771,0,2,7774,7771,7770,0,2,7770,7771,7772,0,2,7770,7772,7773,0,2,7767,7758,7774,0,2,7767,7774,7775,0,2,7785,48799,7776,0,2,7785,7776,7793,0,2,7793,7776,7782,0,2,7782,7781,7780,0,2,7795,7780,7777,0,2,7795,7777,7797,0,2,7797,7777,7738,0,2,7773,48799,7770,0,2,7741,7773,7742,0,2,7773,7741,7776,0,2,7776,7741,7779,0,2,7778,7779,26734,0,2,7778,26734,7739,0,2,7739,7738,7777,0,2,7739,7780,7781,0,2,7780,7739,7777,0,2,7739,7781,7778,0,2,7778,7781,7779,0,2,7779,7781,7776,0,2,7776,7781,7782,0,2,7767,7775,7768,0,2,7768,7775,7769,0,2,7789,7764,7763,0,2,7789,7763,7769,0,2,7784,7775,7783,0,2,7784,7783,48799,0,2,7784,48799,7785,0,2,7785,7793,7792,0,2,7785,7792,7784,0,2,7775,7784,7789,0,2,7775,7789,7769,0,2,7091,7764,7788,0,2,7091,7788,7786,0,2,7788,47704,7786,0,2,7788,7789,7790,0,2,7790,7789,7791,0,2,7791,7789,7784,0,2,7793,7782,7817,0,2,7817,7782,7780,0,2,7817,7780,7794,0,2,7794,7795,7801,0,2,7801,7795,7802,0,2,7802,7795,7796,0,2,7795,7794,7780,0,2,7795,7797,7796,0,2,7796,7797,7818,0,2,7764,7789,7788,0,2,7787,7790,7798,0,2,7798,48755,7819,0,2,47707,7800,7817,0,2,47707,7817,7801,0,2,7803,7801,7802,0,2,7804,7803,7734,0,2,7804,7734,7733,0,2,7733,7734,7830,0,2,7804,7732,7805,0,2,7814,7805,7806,0,2,7806,7807,7809,0,2,7806,7809,7814,0,2,7814,7809,7811,0,2,7811,7809,7810,0,2,7812,7820,7799,0,2,7812,7799,7813,0,2,7812,7813,7811,0,2,7811,7813,7814,0,2,7799,7800,7813,0,2,7805,7732,7815,0,2,7806,7815,7722,0,2,7815,7806,7805,0,2,7734,7803,7816,0,2,7734,7816,7735,0,2,7817,7794,7801,0,2,7817,7800,7799,0,2,7802,7796,7818,0,2,7802,7818,7816,0,2,7816,7818,7736,0,2,7799,7819,7817,0,2,7787,7798,7820,0,2,7820,7798,7819,0,2,7820,7819,7799,0,2,7092,7786,7093,0,2,7093,7786,7821,0,2,7821,7786,7822,0,2,7812,7823,7820,0,2,47704,7823,7822,0,2,47696,7822,7823,0,2,7820,7823,7787,0,2,7787,7823,47704,0,2,47704,7822,7786,0,2,7812,7811,7823,0,2,7823,7811,47702,0,2,7823,47702,47696,0,2,7825,47700,47705,0,2,7097,7827,7718,0,2,7718,7827,7131,0,2,7828,7088,7087,0,2,7828,7087,48761,0,2,48761,7087,7086,0,2,7760,7828,7759,0,2,7828,7829,7759,0,2,7759,7829,7749,0,2,26735,7757,7754,0,2,7754,7757,7756,0,2,7756,7746,7755,0,2,7870,7830,7831,0,2,7870,7831,7832,0,2,7870,7832,7833,0,2,7833,7832,7841,0,2,7841,7846,7840,0,2,7840,7846,7834,0,2,7834,7857,7843,0,2,7836,7236,7844,0,2,7844,7236,7837,0,2,7844,7837,7838,0,2,7845,7839,35729,0,2,7845,35729,7840,0,2,7833,7841,7842,0,2,7842,35730,7693,0,2,7693,35730,7233,0,2,7692,7233,7232,0,2,7693,7694,7842,0,2,7845,7840,7834,0,2,7845,7834,7843,0,2,7845,7835,7838,0,2,7838,7835,7844,0,2,7836,7844,7855,0,2,7844,7835,7854,0,2,7844,7854,7855,0,2,7839,7845,7838,0,2,7830,7735,7831,0,2,7735,7859,7831,0,2,7831,7859,7832,0,2,7832,7859,7858,0,2,7846,7858,35723,0,2,7848,7847,7849,0,2,7857,7850,35716,0,2,7851,35716,26629,0,2,7855,26665,26666,0,2,7855,26666,7836,0,2,7851,7852,7856,0,2,7851,7856,7857,0,2,7857,35716,7851,0,2,7849,7850,7848,0,2,7848,7850,7857,0,2,7848,7857,7834,0,2,7832,7858,7841,0,2,7860,7859,7861,0,2,7862,7861,7868,0,2,7862,7868,26725,0,2,26742,7864,7865,0,2,26733,7739,7740,0,2,7865,7864,7866,0,2,7865,7866,26733,0,2,26733,7866,7738,0,2,7738,7866,7737,0,2,7866,7864,7867,0,2,7866,7867,7737,0,2,7737,7867,7863,0,2,7863,7868,7861,0,2,7863,7736,7737,0,2,7859,7860,7858,0,2,7860,7861,35723,0,2,35723,7858,7860,0,2,7699,7731,7732,0,2,7699,7732,7733,0,2,7699,7733,7698,0,2,7697,7698,7869,0,2,7870,7869,7830,0,2,7869,7698,7830,0,2,7697,7869,7696,0,2,7696,7869,7695,0,2,7694,7695,7842,0,2,7842,7695,7833,0,2,7833,7695,7870,0,2,7721,7726,7871,0,2,47701,7872,7874,0,2,7874,7872,7873,0,2,47701,7871,7872,0,2,7872,7871,7875,0,2,7875,7876,7711,0,2,7725,7876,7875,0,2,7876,7725,7710,0,2,7725,7875,7726,0,2,7875,7711,7877,0,2,7875,7877,7872,0,2,7872,7877,7873,0,2,7873,7877,7713,0,2,7713,7877,7711,0,2,7713,7209,7873,0,2,7712,7711,7879,0,2,7879,7711,7878,0,2,7879,7878,7724,0,2,7879,7724,7212,0,2,7212,7213,7890,0,2,7212,7890,7879,0,2,34825,7898,7880,0,2,13803,7881,7882,0,2,13803,7882,7883,0,2,19723,7899,40439,0,2,40439,7899,7884,0,2,7884,47712,7885,0,2,7886,26364,7887,0,2,7889,7891,7879,0,2,7889,7879,7890,0,2,7890,7213,7214,0,2,7712,7891,7892,0,2,47712,7884,7899,0,2,47712,7894,7885,0,2,7885,7894,26364,0,2,7885,26364,7886,0,2,7712,7892,7211,0,2,7211,7893,7895,0,2,7896,7895,47712,0,2,7896,47712,7899,0,2,7883,7882,7898,0,2,7880,7898,7881,0,2,7883,7897,7896,0,2,7210,7897,7898,0,2,7210,7898,7209,0,2,7896,7897,7895,0,2,7895,7897,7210,0,2,7895,7210,7211,0,2,7898,7897,7883,0,2,7898,7882,7881,0,2,7883,7896,19723,0,2,19723,7896,7899,0,2,7211,7892,7893,0,2,7891,7889,7892,0,2,7889,26249,26358,0,2,26358,26249,26357,0,2,26362,26357,7900,0,2,26362,7900,7901,0,2,7907,7902,7912,0,2,7912,7902,7913,0,2,7912,7903,26352,0,2,7911,26352,7904,0,2,7904,26352,26350,0,2,7904,26350,19786,0,2,19786,7905,7910,0,2,7910,7905,7909,0,2,7909,7905,19785,0,2,7909,19785,7908,0,2,19779,19781,7906,0,2,7906,19781,26359,0,2,7910,7904,19786,0,2,7911,7904,7910,0,2,7911,7910,7907,0,2,7907,7909,7906,0,2,7906,7909,7908,0,2,7906,7908,19779,0,2,7910,7909,7907,0,2,7907,7906,26359,0,2,7913,7903,7912,0,2,7912,7911,7907,0,2,7912,26352,7911,0,2,7913,7902,26277,0,2,7903,7913,26218,0,2,7903,26218,7914,0,2,26346,7914,7915,0,2,26346,7915,7916,0,2,7917,7915,7918,0,2,7918,7919,7920,0,2,26215,7920,7921,0,2,26214,7921,26203,0,2,26214,26203,39959,0,2,39959,26203,47720,0,2,20019,7922,47719,0,2,7924,47718,7936,0,2,7936,47718,7937,0,2,7937,26213,7938,0,2,7938,26213,7925,0,2,7938,7925,7926,0,2,7948,7926,26226,0,2,7948,26226,7927,0,2,7927,26226,7929,0,2,7927,7929,7928,0,2,7931,7930,26344,0,2,7931,26344,26313,0,2,7931,26313,26314,0,2,7931,26314,7932,0,2,7932,26314,26198,0,2,7941,7933,7940,0,2,7940,7933,7949,0,2,7942,20071,20030,0,2,7935,7924,7936,0,2,7938,7936,7937,0,2,20030,7935,7942,0,2,7942,7934,20071,0,2,7939,20030,7954,0,2,7939,7954,7923,0,2,20030,7939,7935,0,2,7935,7939,7924,0,2,7934,7942,7940,0,2,7940,7942,7945,0,2,7940,7945,7941,0,2,7945,7944,7943,0,2,7943,7944,7927,0,2,7941,7945,26198,0,2,7941,26198,7933,0,2,26198,7946,7932,0,2,26198,7945,7946,0,2,7946,7945,7943,0,2,7943,7927,7928,0,2,7947,7936,7938,0,2,7936,7947,7935,0,2,7935,7947,7942,0,2,7942,7947,7945,0,2,7945,7947,7944,0,2,7944,7947,7948,0,2,7938,7926,7948,0,2,7938,7948,7947,0,2,7944,7948,7927,0,2,7934,7940,7949,0,2,7934,7949,7950,0,2,7934,7950,26063,0,2,7951,26063,26061,0,2,7951,26061,20069,0,2,7952,39731,20072,0,2,20072,39731,7953,0,2,20072,7953,7954,0,2,47719,7954,39730,0,2,47719,39730,20001,0,2,20001,39728,20053,0,2,20053,7955,20052,0,2,20052,7955,20046,0,2,20046,7955,39727,0,2,20046,39727,40025,0,2,40025,39727,39921,0,2,40025,39921,20045,0,2,20045,39921,39918,0,2,40023,7956,37470,0,2,40023,37470,7957,0,2,7959,39990,7960,0,2,7959,7960,19982,0,2,19982,19997,39992,0,2,48742,19976,7963,0,2,7964,7963,19978,0,2,7964,19978,19932,0,2,19932,7967,7965,0,2,7965,7967,7966,0,2,7966,7967,20000,0,2,7969,7968,19969,0,2,7969,19969,19965,0,2,7969,19965,40119,0,2,40119,19965,40116,0,2,40116,19965,40037,0,2,40037,7970,7971,0,2,40115,40031,7972,0,2,7972,40031,40036,0,2,7972,40036,7973,0,2,40041,7973,8043,0,2,40041,8043,8044,0,2,40100,8044,7974,0,2,7974,8044,40099,0,2,7974,40099,7975,0,2,7975,40099,40097,0,2,7975,40097,7976,0,2,7976,40097,7977,0,2,7976,7977,19964,0,2,19964,7977,7978,0,2,7979,8032,7980,0,2,7979,7980,8060,0,2,8059,7980,8031,0,2,8054,8031,7981,0,2,7981,7982,40003,0,2,7985,40028,19973,0,2,7985,19973,19972,0,2,48744,8018,7987,0,2,8006,8005,48738,0,2,8005,7988,7989,0,2,7989,7990,7991,0,2,7991,7990,7992,0,2,7994,8028,8021,0,2,7994,8021,8053,0,2,39749,8178,7996,0,2,7996,8024,7997,0,2,7997,8024,8027,0,2,40042,7997,7998,0,2,7998,8027,7999,0,2,7998,7999,39987,0,2,39987,7999,8000,0,2,8000,39997,19992,0,2,19992,39997,8001,0,2,19992,8001,8002,0,2,8002,8001,8016,0,2,8012,8019,8003,0,2,8004,8003,8005,0,2,8005,8003,7988,0,2,8005,8006,8004,0,2,8007,8004,8008,0,2,8007,8008,8009,0,2,8009,8017,19979,0,2,8009,19979,19980,0,2,8009,19980,8010,0,2,8007,8010,8011,0,2,8007,8011,8012,0,2,8012,8011,8013,0,2,8016,8014,8002,0,2,8013,8014,8016,0,2,8015,8011,7960,0,2,7960,8011,8010,0,2,8009,8010,8007,0,2,8007,8003,8004,0,2,8007,8012,8003,0,2,8012,8013,8019,0,2,8019,8013,8016,0,2,8009,8008,8017,0,2,8018,8017,8008,0,2,8018,8008,8006,0,2,8018,8006,7987,0,2,8004,8006,8008,0,2,7994,40001,8028,0,2,7990,7989,39993,0,2,39993,7989,8019,0,2,8003,8019,7988,0,2,7988,8019,7989,0,2,7990,39993,7992,0,2,7992,39993,8020,0,2,8028,8020,39995,0,2,8028,39995,8021,0,2,8021,39995,8026,0,2,8021,8026,8022,0,2,8021,8022,8023,0,2,7995,8023,8177,0,2,8177,8023,8178,0,2,8023,8022,8024,0,2,8024,7996,8178,0,2,8024,8178,8023,0,2,8025,8024,8022,0,2,8025,8022,8026,0,2,8024,8025,8027,0,2,7995,8053,8023,0,2,8023,8053,8021,0,2,40001,7993,7992,0,2,7992,8020,40001,0,2,40001,8020,8028,0,2,19972,7986,7985,0,2,7985,7986,8029,0,2,8030,40003,7982,0,2,8046,8031,8036,0,2,8036,8031,8032,0,2,7980,8032,8031,0,2,8031,8046,7981,0,2,8046,7982,7981,0,2,8033,40124,8034,0,2,8034,8037,8033,0,2,8033,8037,8035,0,2,8033,8035,8036,0,2,8036,8035,8037,0,2,8036,8037,8046,0,2,8046,8037,8038,0,2,8038,8037,8039,0,2,8038,8039,7984,0,2,7984,8039,8040,0,2,8040,40121,8045,0,2,8045,40121,40033,0,2,8043,7973,40122,0,2,40122,40035,8042,0,2,8042,40035,8041,0,2,8033,8036,8032,0,2,8046,48745,7982,0,2,7982,48745,7983,0,2,7983,48745,7984,0,2,7984,48745,8038,0,2,8054,7981,8047,0,2,8054,8047,8048,0,2,8057,8048,8049,0,2,8050,40014,8185,0,2,8051,40012,40013,0,2,8051,40013,8052,0,2,8052,8053,7995,0,2,8031,8054,8059,0,2,7980,8059,8056,0,2,7980,8056,8060,0,2,8060,8056,8055,0,2,8049,8055,8057,0,2,8057,8055,8056,0,2,8058,8057,8059,0,2,8048,8058,8054,0,2,8048,8057,8058,0,2,8059,8054,8058,0,2,8056,8059,8057,0,2,8061,19964,7978,0,2,7978,7979,8061,0,2,8061,7979,8060,0,2,8061,8060,8210,0,2,8061,8210,8062,0,2,8062,8063,40095,0,2,8068,8067,8069,0,2,8069,8067,40101,0,2,7974,8071,40100,0,2,40100,8071,19957,0,2,40100,19957,19958,0,2,40100,19958,19947,0,2,8072,19959,40040,0,2,40040,19959,8073,0,2,40039,40038,8074,0,2,8074,19961,8075,0,2,8075,19961,8076,0,2,8077,8078,8079,0,2,19859,8078,8080,0,2,8080,8081,19943,0,2,8082,19943,8083,0,2,8082,8083,10435,0,2,10435,8083,8282,0,2,10435,8282,10436,0,2,8084,10436,8085,0,2,8087,8086,8088,0,2,8087,8088,8089,0,2,45482,8092,8093,0,2,10376,8093,8094,0,2,8094,8095,8294,0,2,8096,8318,8097,0,2,8097,8318,8098,0,2,8097,8098,10377,0,2,10377,8098,8315,0,2,10377,8315,8099,0,2,10410,8099,8100,0,2,10410,8100,8101,0,2,8101,8100,8102,0,2,8102,8314,8103,0,2,8103,8105,8104,0,2,8104,8105,10363,0,2,10363,8105,8106,0,2,8106,8105,8312,0,2,8106,8312,8107,0,2,8108,8107,8297,0,2,8108,8299,8109,0,2,8109,8299,10362,0,2,10362,8299,10367,0,2,8116,8118,8110,0,2,10405,8111,8112,0,2,8112,8119,8113,0,2,8113,8119,45539,0,2,8247,45539,8119,0,2,8247,8119,8246,0,2,8115,8114,8117,0,2,8115,8117,8300,0,2,8117,8116,10367,0,2,8118,8114,8111,0,2,8111,8114,8112,0,2,8116,8117,8118,0,2,8118,8117,8114,0,2,8246,8119,8115,0,2,8115,8119,8114,0,2,8119,8112,8114,0,2,8112,8113,10405,0,2,10405,8113,10404,0,2,10404,8113,8120,0,2,10404,8120,8121,0,2,8122,8123,8124,0,2,8124,8123,8133,0,2,8124,8133,8134,0,2,45524,45525,45526,0,2,45524,45526,45566,0,2,45566,45526,8136,0,2,45566,8136,8128,0,2,45566,8128,8125,0,2,8125,8128,8126,0,2,8127,8126,8128,0,2,8127,8128,8129,0,2,8127,8129,45528,0,2,45528,8129,45444,0,2,45444,8129,45442,0,2,45442,8129,45446,0,2,45446,8129,10243,0,2,10243,8129,8136,0,2,8136,8129,8128,0,2,8120,8113,8248,0,2,8120,8248,8130,0,2,8131,10359,8132,0,2,8123,8132,8133,0,2,8133,8132,8134,0,2,8134,8132,8135,0,2,8136,45527,10243,0,2,8135,8132,8240,0,2,8137,8239,10241,0,2,10241,8242,8138,0,2,10240,8138,45447,0,2,8139,45447,45456,0,2,8139,45456,10239,0,2,10239,45456,8140,0,2,8140,8141,10271,0,2,10271,8141,8154,0,2,10271,8154,8142,0,2,10272,8142,8339,0,2,10272,8339,8143,0,2,43026,8143,8338,0,2,10268,43026,8144,0,2,10267,8144,8346,0,2,10267,8346,8145,0,2,8146,8145,8147,0,2,25028,8148,8344,0,2,25028,8344,8343,0,2,25036,47682,45559,0,2,8149,45559,45561,0,2,8149,45561,8150,0,2,8150,45561,45560,0,2,8150,45560,8151,0,2,8151,45560,43025,0,2,8151,43025,8337,0,2,8336,8142,8154,0,2,8336,8154,45449,0,2,8160,8163,8164,0,2,45535,8155,25039,0,2,45535,25039,8159,0,2,8159,25039,8156,0,2,8159,8156,8157,0,2,8151,8157,8150,0,2,45536,45535,8158,0,2,45536,8158,8160,0,2,8162,8159,8151,0,2,8162,8151,8337,0,2,8159,8158,45535,0,2,8335,8160,8161,0,2,8335,8161,8162,0,2,8162,8152,8335,0,2,45449,8335,8336,0,2,45449,8163,8335,0,2,8335,8163,8160,0,2,8160,8158,8161,0,2,8159,8162,8158,0,2,8158,8162,8161,0,2,45449,45453,8163,0,2,45532,8169,8167,0,2,8169,8168,45540,0,2,8169,45540,45541,0,2,8169,45541,25123,0,2,8332,8173,8172,0,2,8172,8173,8258,0,2,8174,8259,25127,0,2,25127,8259,8175,0,2,8175,8260,8176,0,2,8052,8179,8051,0,2,8051,8179,45547,0,2,8052,7995,8179,0,2,8180,45545,8182,0,2,8181,8183,8182,0,2,8182,8183,8208,0,2,8208,8184,8182,0,2,8182,8184,8180,0,2,8180,8184,8185,0,2,8180,8185,40012,0,2,8180,40012,8051,0,2,8186,40088,40084,0,2,8186,40084,8187,0,2,8209,8187,8188,0,2,8203,8188,8064,0,2,8064,8188,40085,0,2,8200,40085,8189,0,2,8193,8192,8194,0,2,8193,8194,19954,0,2,19954,8194,19955,0,2,40102,40103,19953,0,2,19953,8195,8196,0,2,8196,8201,8197,0,2,8197,8201,8198,0,2,8197,8198,8191,0,2,40090,8211,8199,0,2,40090,8199,8200,0,2,40090,8200,8189,0,2,8199,8202,8065,0,2,8199,8065,8200,0,2,8200,8065,8064,0,2,8064,8063,8203,0,2,8064,40085,8200,0,2,8188,8204,8209,0,2,8187,8209,8186,0,2,8063,8062,8203,0,2,8062,8204,8203,0,2,8203,8204,8188,0,2,8204,8210,8209,0,2,8209,8210,8205,0,2,8205,8055,8049,0,2,8049,8207,8205,0,2,8205,8207,8206,0,2,8206,8207,8208,0,2,8208,8207,8050,0,2,8050,8207,40014,0,2,40014,8207,8049,0,2,8205,8206,8209,0,2,40088,8186,8183,0,2,8208,8183,8206,0,2,8206,8183,8209,0,2,8209,8183,8186,0,2,8055,8205,8210,0,2,8210,8060,8055,0,2,8211,8202,8199,0,2,8202,8211,8201,0,2,8201,8211,8198,0,2,8268,8192,8191,0,2,8191,8192,8197,0,2,8180,8051,45547,0,2,8258,8174,8172,0,2,8172,8174,8170,0,2,8170,8174,25127,0,2,8171,8172,8170,0,2,8171,45540,8168,0,2,8171,8168,45457,0,2,8221,45457,45533,0,2,8221,45533,8220,0,2,8220,45531,8330,0,2,8330,45531,45451,0,2,8330,45451,8234,0,2,8234,45451,8236,0,2,8236,45451,8212,0,2,8212,45455,8333,0,2,8333,8213,8214,0,2,8214,45452,8215,0,2,8215,8216,8217,0,2,8334,8218,8219,0,2,8220,8330,8232,0,2,8220,8232,8221,0,2,8331,8230,8222,0,2,8222,8230,8223,0,2,8223,8229,8254,0,2,8254,8229,8228,0,2,8226,8115,8227,0,2,8227,8115,8300,0,2,8115,8226,8224,0,2,8115,8224,8246,0,2,8246,8224,8244,0,2,8244,8224,8228,0,2,8229,8230,8231,0,2,8231,8230,8232,0,2,8232,8330,8231,0,2,8231,8330,8233,0,2,8235,8233,8234,0,2,8235,8234,8236,0,2,8235,8236,8253,0,2,8253,8236,8237,0,2,8238,8219,8218,0,2,10359,8239,8137,0,2,10359,8137,8240,0,2,8239,8241,10241,0,2,10241,8241,8242,0,2,8242,8241,8217,0,2,8242,8217,8216,0,2,8218,8334,8251,0,2,8251,8334,8239,0,2,8217,8241,8334,0,2,8241,8239,8334,0,2,8219,8238,8212,0,2,8238,8237,8212,0,2,8212,8237,8236,0,2,8234,8233,8330,0,2,8231,8243,8229,0,2,8229,8243,8244,0,2,8246,8245,8247,0,2,8252,8248,8249,0,2,8252,8249,10360,0,2,10360,8249,8238,0,2,8238,8218,10360,0,2,8250,10360,8251,0,2,8251,10360,8218,0,2,45539,8248,8113,0,2,8248,8252,8130,0,2,8130,8252,8131,0,2,8237,8238,8253,0,2,8245,8246,8244,0,2,8229,8223,8230,0,2,8224,8225,8228,0,2,8228,8225,8254,0,2,8254,8225,8255,0,2,40022,8256,40017,0,2,40022,40017,8257,0,2,8257,40020,40021,0,2,8175,8259,8260,0,2,8260,40016,8261,0,2,8261,40016,40015,0,2,40015,8262,8263,0,2,45545,8263,8182,0,2,8182,8263,8181,0,2,8181,8263,40093,0,2,8181,40093,40087,0,2,8181,40087,40088,0,2,8181,40088,8183,0,2,40093,8263,8262,0,2,8262,40015,8264,0,2,8264,8265,8325,0,2,8265,8266,8305,0,2,8322,8267,8268,0,2,8269,8270,8321,0,2,8270,8271,8272,0,2,8272,8271,8273,0,2,8273,8291,8274,0,2,8274,8288,48843,0,2,48843,8288,8289,0,2,48843,8289,48844,0,2,48844,8289,8275,0,2,19957,8275,8276,0,2,19957,8276,19948,0,2,19948,8276,8285,0,2,19948,8285,8277,0,2,8279,8278,8283,0,2,8282,8085,10436,0,2,8086,8085,8320,0,2,8086,8320,8088,0,2,8280,8282,8278,0,2,8281,8085,8282,0,2,8283,8083,19944,0,2,19943,19944,8083,0,2,8280,19946,8284,0,2,8276,8284,8285,0,2,19946,8286,8284,0,2,19946,8280,8278,0,2,8280,8284,8281,0,2,8320,8284,8290,0,2,8320,8290,8088,0,2,8274,8287,8288,0,2,8288,8287,8089,0,2,8288,8089,8088,0,2,8290,8288,8088,0,2,8089,8287,8090,0,2,8090,8287,8091,0,2,8091,8287,8092,0,2,8092,8287,8291,0,2,8093,8292,8094,0,2,8093,10376,19277,0,2,8292,8093,8291,0,2,8291,8093,8092,0,2,8287,8274,8291,0,2,8291,8293,8292,0,2,8094,8292,8095,0,2,8292,8293,8095,0,2,8271,8095,8293,0,2,8271,8293,8273,0,2,8273,8293,8291,0,2,8294,8095,8295,0,2,8294,8295,8296,0,2,8312,8296,8107,0,2,8107,8310,8297,0,2,8108,8297,8298,0,2,8108,8298,8299,0,2,10367,8299,8117,0,2,8117,8299,8300,0,2,8300,8299,8307,0,2,8300,8307,8227,0,2,8226,8227,8225,0,2,8225,8227,8301,0,2,8225,8301,8311,0,2,8311,8304,8256,0,2,8256,8304,8302,0,2,40018,8265,40019,0,2,40019,8265,8264,0,2,8303,8264,40015,0,2,40018,8302,8265,0,2,8265,8302,8266,0,2,8266,8302,8304,0,2,8266,8304,8305,0,2,8305,8306,8298,0,2,8306,8301,8227,0,2,8227,8307,8306,0,2,8306,8307,8298,0,2,8298,8307,8299,0,2,8305,8298,8308,0,2,8308,8298,8297,0,2,8304,8311,8301,0,2,8301,8306,8304,0,2,8268,8309,8269,0,2,8308,8309,8305,0,2,8305,8309,8267,0,2,8309,8308,8310,0,2,8309,8310,8270,0,2,8296,8295,8310,0,2,8296,8310,8107,0,2,8270,8295,8271,0,2,8271,8295,8095,0,2,8295,8270,8310,0,2,8310,8308,8297,0,2,8270,8269,8309,0,2,8256,8255,8311,0,2,8226,8225,8224,0,2,8225,8311,8255,0,2,8312,8105,8313,0,2,8317,40113,8103,0,2,8317,8103,8314,0,2,8317,8314,8315,0,2,8103,40113,8105,0,2,8296,8312,8313,0,2,8313,8316,8296,0,2,8296,8316,8294,0,2,8096,8294,8316,0,2,8096,8316,8319,0,2,40113,8317,8319,0,2,8319,8316,8313,0,2,8317,8315,8098,0,2,8318,8096,8319,0,2,8319,8317,8318,0,2,8318,8317,8098,0,2,8281,8320,8085,0,2,8284,8320,8281,0,2,8268,8269,8192,0,2,8192,8269,8321,0,2,8192,8321,8194,0,2,8268,8191,8322,0,2,8322,8191,8190,0,2,8322,8190,8323,0,2,8329,8323,8324,0,2,8329,8324,8325,0,2,8325,8324,8326,0,2,8327,8326,8328,0,2,8324,8328,8326,0,2,8324,8323,8190,0,2,8322,8323,8267,0,2,8267,8323,8329,0,2,8265,8305,8329,0,2,8329,8305,8267,0,2,45457,8331,8332,0,2,8332,8172,45457,0,2,8172,8171,45457,0,2,8212,8333,8219,0,2,8219,8333,8214,0,2,8219,8214,8334,0,2,8217,8334,8215,0,2,8334,8214,8215,0,2,8142,8336,8335,0,2,8142,8335,8153,0,2,8153,8335,8152,0,2,8162,8337,8152,0,2,8152,8337,8340,0,2,8152,8340,8153,0,2,8153,8340,8339,0,2,8339,8340,8338,0,2,8339,8338,8143,0,2,8338,45562,43026,0,2,8153,8339,8142,0,2,8337,43025,43024,0,2,8337,43024,8340,0,2,45565,8341,8342,0,2,8342,43022,8344,0,2,8147,8145,45564,0,2,8147,45564,45563,0,2,8147,45563,8148,0,2,8148,45563,8342,0,2,8342,8344,8148,0,2,8343,8344,25036,0,2,8346,8345,8145,0,2,8145,8345,45564,0,2,8145,8146,8347,0,2,8347,10350,10357,0,2,10357,10350,8348,0,2,8348,10350,8349,0,2,8349,43028,10285,0,2,10285,43028,8351,0,2,8350,8351,9564,0,2,8353,9564,9565,0,2,8353,9565,8352,0,2,8353,8352,10289,0,2,10289,8352,43015,0,2,10257,43015,8354,0,2,10339,43006,10349,0,2,8355,10349,9559,0,2,8355,9559,9500,0,2,8355,9497,8356,0,2,8356,9497,9494,0,2,8356,9494,8358,0,2,8358,9494,8357,0,2,9493,9492,8359,0,2,10327,8359,8361,0,2,8360,8362,8363,0,2,10307,8363,34570,0,2,10307,34570,8364,0,2,8364,34570,8365,0,2,8364,8365,10346,0,2,10301,10300,8367,0,2,8369,43017,8370,0,2,8370,43578,8371,0,2,8371,43578,43581,0,2,8371,43581,10183,0,2,8371,10183,10222,0,2,10222,10183,8372,0,2,10222,8372,10291,0,2,10291,8372,10207,0,2,10291,10207,10294,0,2,10294,10207,10204,0,2,10294,10204,10292,0,2,10216,10292,10203,0,2,10212,8373,8374,0,2,10213,8374,8375,0,2,10213,8375,10462,0,2,10462,8375,8376,0,2,8376,8375,8377,0,2,8377,8375,10189,0,2,10178,10206,10177,0,2,10179,10177,8378,0,2,43619,8381,43618,0,2,43618,8381,8382,0,2,8382,43587,8383,0,2,8383,43587,43593,0,2,8383,43593,43680,0,2,43680,43591,10041,0,2,10040,10041,43591,0,2,10040,43591,8384,0,2,8384,43591,43590,0,2,8384,43590,8385,0,2,8385,43590,43589,0,2,8385,43589,43592,0,2,8385,43592,10024,0,2,10024,43592,8386,0,2,8387,8386,8388,0,2,8387,8388,8389,0,2,43738,43737,43740,0,2,43738,43740,8390,0,2,8390,43740,43742,0,2,8390,43742,43750,0,2,43751,43750,43743,0,2,8391,8392,10167,0,2,10167,43393,43392,0,2,10167,43392,8393,0,2,10168,8393,10169,0,2,8394,8395,10016,0,2,8396,8395,43388,0,2,8396,43388,8397,0,2,10011,8398,43755,0,2,10054,43755,8399,0,2,10054,8399,8400,0,2,43263,8403,8404,0,2,43263,8404,43267,0,2,43267,8404,43259,0,2,43267,43259,8405,0,2,43267,8405,8406,0,2,8406,8405,8407,0,2,45639,8407,43298,0,2,9881,8410,45414,0,2,45413,10156,8411,0,2,8411,10156,8412,0,2,44840,8414,44844,0,2,10164,10166,8415,0,2,44839,8419,44841,0,2,44841,8419,8417,0,2,44841,8417,8416,0,2,10137,8418,8562,0,2,8562,8418,8419,0,2,8562,8419,8420,0,2,8422,8420,8421,0,2,8422,8421,8423,0,2,43795,8424,8425,0,2,8428,8426,8427,0,2,8428,8427,43459,0,2,43459,8427,8429,0,2,8430,8559,8431,0,2,8431,8559,44891,0,2,44891,8559,8432,0,2,43841,8432,8549,0,2,8433,8549,8550,0,2,43861,8497,8435,0,2,8435,8497,8436,0,2,8436,8437,43858,0,2,43858,8437,8438,0,2,43858,8438,43859,0,2,43859,8438,43818,0,2,43859,43818,43853,0,2,43853,43818,43819,0,2,43853,43819,43854,0,2,43854,43819,8439,0,2,8439,43823,8440,0,2,8441,8440,8442,0,2,8441,8442,8443,0,2,8443,8445,8444,0,2,8444,8445,8446,0,2,8446,8445,8496,0,2,8446,8496,43848,0,2,43848,44998,44079,0,2,44079,8447,45307,0,2,8448,8449,8450,0,2,43864,8451,43866,0,2,43866,8453,8452,0,2,44836,8492,43869,0,2,43869,8492,44833,0,2,8454,8455,8449,0,2,8454,8449,8448,0,2,8455,8454,8456,0,2,8455,8456,8457,0,2,8457,44084,8458,0,2,8459,8458,43899,0,2,43899,8458,8460,0,2,43899,8460,43900,0,2,8461,8460,8462,0,2,8461,8462,44950,0,2,44950,8462,8463,0,2,8463,8478,8464,0,2,8464,8473,8465,0,2,8466,8467,8468,0,2,44206,8467,8469,0,2,43921,8469,45125,0,2,8471,8470,8475,0,2,45087,8473,8472,0,2,8472,8473,8487,0,2,8487,8473,8474,0,2,8474,8473,8464,0,2,8474,8464,8478,0,2,45125,8469,8470,0,2,8470,8469,8475,0,2,8476,8467,8465,0,2,45087,8476,8473,0,2,45087,8471,8476,0,2,8476,8471,8475,0,2,8476,8475,8467,0,2,8465,8467,8466,0,2,8467,8475,8469,0,2,8460,8458,8462,0,2,8462,8458,8477,0,2,8462,8477,8478,0,2,8478,8477,44083,0,2,8478,44083,8474,0,2,8474,44083,44956,0,2,8474,44956,44027,0,2,44026,44024,8480,0,2,8480,44024,8481,0,2,8482,8483,8485,0,2,8485,8483,8489,0,2,8486,8484,8479,0,2,8489,8484,8485,0,2,8481,8485,8486,0,2,8479,44028,8486,0,2,8485,8484,8486,0,2,8485,8481,8482,0,2,8481,8486,44028,0,2,8481,44028,8480,0,2,8480,44028,44026,0,2,8463,8462,8478,0,2,8487,44027,8479,0,2,44027,8487,8474,0,2,8487,8479,8488,0,2,8488,8484,45086,0,2,45086,8484,8489,0,2,8479,8484,8488,0,2,44835,8491,8490,0,2,44835,8490,43897,0,2,45001,8490,8491,0,2,8455,8491,8449,0,2,8449,8491,8492,0,2,8492,44836,8450,0,2,8492,8450,8449,0,2,8451,8450,43866,0,2,43866,8450,8453,0,2,44833,8492,8491,0,2,8443,8442,8445,0,2,8445,8442,45305,0,2,8445,45305,43825,0,2,8496,8445,8495,0,2,8495,8445,8493,0,2,8495,8493,8494,0,2,8493,8445,43825,0,2,43844,8552,8434,0,2,8434,8552,8497,0,2,8436,8497,8498,0,2,8436,8498,8437,0,2,8437,8498,8499,0,2,43839,8499,8555,0,2,43839,8555,8500,0,2,43815,8501,8544,0,2,43815,8544,43817,0,2,43817,8544,8502,0,2,8502,8546,44864,0,2,44864,8546,44863,0,2,8516,8503,44879,0,2,44879,8503,8504,0,2,44879,8504,8547,0,2,8515,8547,8505,0,2,8515,8505,8523,0,2,8523,8505,8506,0,2,8506,8505,8548,0,2,8506,8548,8507,0,2,8506,8507,8528,0,2,8506,8528,8508,0,2,8506,8508,8514,0,2,8514,8508,8513,0,2,8513,8508,8524,0,2,8510,8511,8527,0,2,8527,8511,10166,0,2,8527,10166,8526,0,2,8526,10166,8525,0,2,8514,44876,8523,0,2,8523,44876,8515,0,2,8515,8520,8547,0,2,8547,8520,44879,0,2,8516,44880,44858,0,2,44858,44880,8522,0,2,8517,8518,44856,0,2,44856,8518,8519,0,2,44875,8518,44878,0,2,8521,44878,8520,0,2,8521,8520,8515,0,2,44878,8518,8522,0,2,8522,8518,8517,0,2,8513,8524,8525,0,2,8525,8524,8526,0,2,8513,8525,8512,0,2,8506,8514,8523,0,2,8510,8527,8509,0,2,8509,8527,8524,0,2,8524,8527,8526,0,2,8528,8529,8524,0,2,8524,8529,8509,0,2,8530,8561,8510,0,2,8530,8510,8509,0,2,8529,8528,8537,0,2,8529,8537,8538,0,2,44881,8531,8541,0,2,8430,8532,8559,0,2,8424,8423,8534,0,2,8534,8423,8561,0,2,8534,8561,8535,0,2,8535,8561,8530,0,2,8535,8530,8533,0,2,8530,8509,8533,0,2,8424,8534,8425,0,2,8534,8535,8425,0,2,8425,8535,8536,0,2,8536,8535,8531,0,2,8531,8535,8538,0,2,8536,8531,44881,0,2,8425,8536,8426,0,2,8426,8536,8427,0,2,8535,8533,8538,0,2,8528,8507,8537,0,2,8538,8537,8542,0,2,8538,8542,8540,0,2,8540,8542,8539,0,2,8540,8539,8541,0,2,8541,8531,8540,0,2,8540,8531,8538,0,2,8537,8507,8542,0,2,8544,8543,8548,0,2,8544,8548,8545,0,2,8546,8545,8504,0,2,44863,8546,8503,0,2,8546,8502,8544,0,2,8546,8544,8545,0,2,8542,8507,8548,0,2,8542,8548,8543,0,2,8504,8503,8546,0,2,8505,8547,8548,0,2,8545,8548,8547,0,2,8545,8547,8504,0,2,8497,43861,8434,0,2,8549,8553,8550,0,2,8550,8553,8552,0,2,8552,8553,8551,0,2,8498,8551,8499,0,2,8498,8497,8551,0,2,8551,8497,8552,0,2,8552,43844,8550,0,2,8554,8553,8556,0,2,8554,8556,8557,0,2,8554,8557,8555,0,2,8555,8557,8560,0,2,8555,8560,8500,0,2,8500,8560,43814,0,2,8500,43814,8501,0,2,8501,43814,8544,0,2,8553,8549,8556,0,2,8539,8558,8532,0,2,8539,8532,8541,0,2,8532,8557,8559,0,2,8559,8557,8556,0,2,8559,8556,8432,0,2,8432,8556,8549,0,2,8557,8558,8560,0,2,8560,8542,8543,0,2,8542,8560,8539,0,2,8539,8560,8558,0,2,8420,8419,8421,0,2,8421,8511,8561,0,2,8421,8561,8423,0,2,8561,8511,8510,0,2,8511,44839,8415,0,2,8511,8421,44839,0,2,8421,8419,44839,0,2,8418,8417,8419,0,2,10138,43334,8563,0,2,8563,43373,10126,0,2,10126,43373,10125,0,2,8564,10125,43372,0,2,8564,43372,43519,0,2,8564,43519,43520,0,2,8564,43520,10122,0,2,10122,43520,8565,0,2,10122,8565,10123,0,2,8566,10123,8683,0,2,43333,8588,8567,0,2,10133,8568,8569,0,2,10133,8569,10132,0,2,8570,8572,8571,0,2,8576,8575,8578,0,2,8576,8578,8577,0,2,8580,9872,8585,0,2,8580,8585,10129,0,2,10129,8579,8580,0,2,8577,8579,43532,0,2,8577,8580,8579,0,2,8580,8577,9872,0,2,9872,9873,8585,0,2,8585,9873,8587,0,2,8587,44846,8582,0,2,8582,44846,8581,0,2,8582,8581,44873,0,2,8582,44873,8583,0,2,8583,44873,8584,0,2,8583,8584,44843,0,2,44843,8584,44841,0,2,44841,8584,44840,0,2,45432,8585,8586,0,2,45434,8586,44845,0,2,8418,45434,8417,0,2,8585,8587,8586,0,2,8586,8587,8582,0,2,8574,8575,8573,0,2,8573,8575,8571,0,2,8573,8571,8572,0,2,8573,8572,9867,0,2,8571,8575,8576,0,2,8570,8571,8576,0,2,10124,8566,8589,0,2,8588,10124,8589,0,2,8588,8589,8590,0,2,9867,9868,8592,0,2,9867,8592,8593,0,2,8593,8594,8595,0,2,9838,8596,43188,0,2,8597,43189,10119,0,2,10119,8599,8598,0,2,8598,8599,43509,0,2,43511,8599,43513,0,2,43513,43191,43535,0,2,43535,43191,8600,0,2,43535,8600,9818,0,2,9818,8600,8601,0,2,8601,8600,8689,0,2,8601,8689,8602,0,2,8602,8689,8687,0,2,43184,8687,43185,0,2,43184,43185,43183,0,2,43183,43185,43182,0,2,8617,43182,8603,0,2,8617,8603,8604,0,2,8606,8678,45477,0,2,45477,8678,8615,0,2,8615,8678,8607,0,2,8607,8678,8608,0,2,8607,8608,8609,0,2,45479,8610,8716,0,2,45479,8716,8611,0,2,45478,8611,45475,0,2,8611,8716,8612,0,2,8612,8716,8717,0,2,8612,8613,45475,0,2,45475,8613,9812,0,2,45477,8614,8606,0,2,8606,8614,8605,0,2,8605,8614,8616,0,2,8616,8617,8604,0,2,8616,8614,8618,0,2,8616,8618,8617,0,2,8612,45475,8611,0,2,8610,8619,9765,0,2,8620,8667,34562,0,2,8620,34562,9740,0,2,9740,34562,9753,0,2,34561,34560,8621,0,2,8622,9743,8704,0,2,8622,8704,8623,0,2,8624,9748,8707,0,2,8624,8707,8625,0,2,9747,8625,8626,0,2,8626,8655,34593,0,2,34593,8655,8627,0,2,8628,8629,34567,0,2,8629,8637,34567,0,2,34567,8637,8630,0,2,34569,8630,8366,0,2,8630,8637,8713,0,2,8630,8713,8631,0,2,8632,10299,8635,0,2,8632,8635,43762,0,2,43762,8635,43761,0,2,8636,8638,43763,0,2,8633,43579,10185,0,2,8633,10185,10184,0,2,43580,10184,8634,0,2,43580,8634,10183,0,2,43580,10183,43581,0,2,8635,10299,43761,0,2,10299,8631,8713,0,2,8636,8713,8637,0,2,8636,8637,8638,0,2,8638,8637,8639,0,2,8640,8639,8645,0,2,8640,8641,8642,0,2,8642,8641,8643,0,2,8380,10181,8381,0,2,8381,10181,43584,0,2,8640,8642,8644,0,2,8639,8637,8629,0,2,8639,8629,8645,0,2,8645,8629,8628,0,2,8645,8628,8646,0,2,8648,8647,8658,0,2,8712,8649,8654,0,2,8654,8649,43596,0,2,8654,43596,8651,0,2,8651,43596,8641,0,2,8648,8652,8646,0,2,8646,8652,8650,0,2,8646,8650,8645,0,2,8645,8650,8640,0,2,8640,8650,8653,0,2,8640,8653,8651,0,2,8640,8651,8641,0,2,8650,8652,8712,0,2,8650,8712,8653,0,2,8653,8712,8654,0,2,8653,8654,8651,0,2,8652,8648,8712,0,2,8646,8647,8648,0,2,8628,8627,8646,0,2,8646,8627,8647,0,2,8647,8655,8656,0,2,43582,8660,8700,0,2,8701,45473,8659,0,2,8701,8659,34554,0,2,45474,8660,8657,0,2,8658,43582,8648,0,2,8648,43582,8661,0,2,8662,8661,43597,0,2,8662,43597,43598,0,2,43705,8699,8697,0,2,8663,8698,43711,0,2,8664,43711,8665,0,2,8666,8665,8667,0,2,8666,8667,43528,0,2,43526,8693,8669,0,2,8669,8693,8680,0,2,8669,8680,8670,0,2,8669,8670,8679,0,2,8674,8673,8675,0,2,8675,8676,8565,0,2,10123,8565,8676,0,2,8678,8677,8670,0,2,8678,8670,8608,0,2,8608,8670,8680,0,2,8678,8606,8677,0,2,8606,8605,8677,0,2,8694,8619,8610,0,2,8610,8609,8694,0,2,8694,8609,8608,0,2,8608,8680,8694,0,2,8670,8677,8681,0,2,8673,8682,8675,0,2,8670,8681,8679,0,2,8679,8681,8682,0,2,8679,8682,8671,0,2,8671,8682,8673,0,2,8671,8673,8672,0,2,8672,8673,8674,0,2,8682,8681,8676,0,2,8682,8676,8675,0,2,10120,8616,8604,0,2,8685,10121,8684,0,2,8685,8684,8686,0,2,43186,8686,43190,0,2,8600,8686,8689,0,2,8689,8688,8687,0,2,8684,8688,8689,0,2,8688,8684,10121,0,2,8688,10121,8603,0,2,8684,8689,8686,0,2,8616,10120,8605,0,2,8605,10120,8677,0,2,8677,10120,8683,0,2,8566,8683,8589,0,2,8691,8668,8690,0,2,8691,8692,8693,0,2,43526,8691,8693,0,2,8693,8692,8694,0,2,8694,8692,8619,0,2,8694,8680,8693,0,2,8692,8691,8619,0,2,8619,8691,8690,0,2,8690,8668,8620,0,2,8620,8668,43528,0,2,8620,43528,8667,0,2,8699,43597,8695,0,2,8711,8702,8696,0,2,8696,8702,34553,0,2,8696,34553,8697,0,2,8697,34553,8698,0,2,8698,34555,43711,0,2,8698,8663,8697,0,2,8696,8697,8699,0,2,8711,8696,8699,0,2,8711,8699,8695,0,2,43597,8661,8695,0,2,8703,8700,45473,0,2,45473,8701,8703,0,2,8703,8701,8702,0,2,8702,8711,8703,0,2,8703,8711,8700,0,2,8700,8660,45473,0,2,34553,8701,34554,0,2,34566,8710,8704,0,2,8710,34554,8705,0,2,8705,45474,8706,0,2,8706,45474,8708,0,2,8706,8708,8707,0,2,8706,8707,9748,0,2,8625,8707,8657,0,2,8625,8657,8656,0,2,8655,8647,8627,0,2,8655,8625,8656,0,2,8657,8707,8708,0,2,8657,8708,45474,0,2,9748,8709,8706,0,2,8706,8709,8705,0,2,8705,8709,8623,0,2,8705,8623,8710,0,2,8623,8704,8710,0,2,34554,8659,8705,0,2,43582,8700,8695,0,2,43582,8695,8661,0,2,8700,8711,8695,0,2,8661,8662,8712,0,2,8712,8662,8649,0,2,8661,8712,8648,0,2,8658,8647,8656,0,2,8658,8656,8657,0,2,8636,43761,8713,0,2,8713,43761,10299,0,2,8628,34567,8714,0,2,8628,8714,8627,0,2,8627,8714,34593,0,2,8717,8716,9734,0,2,8717,9734,43180,0,2,43180,9734,9736,0,2,45471,43180,8718,0,2,8718,9738,8719,0,2,8720,8788,8790,0,2,8788,8722,8721,0,2,8721,8722,9715,0,2,9722,8787,8789,0,2,8789,8781,9724,0,2,9724,8781,8723,0,2,9724,8723,9696,0,2,8723,8782,9697,0,2,9697,8782,8724,0,2,8756,8725,8779,0,2,8779,8727,8756,0,2,8756,8727,8726,0,2,8752,8726,45467,0,2,45467,8726,8727,0,2,8727,8778,34604,0,2,34604,8778,8773,0,2,8783,9759,8728,0,2,8728,9759,8775,0,2,8777,9758,8729,0,2,8777,8729,8730,0,2,8731,8730,8732,0,2,8731,8732,8765,0,2,8766,8734,8735,0,2,8735,8734,8736,0,2,8735,8736,8737,0,2,8738,8740,8771,0,2,8739,8740,8741,0,2,8743,8741,8742,0,2,8743,8742,9373,0,2,8743,9373,9374,0,2,8754,8745,43067,0,2,8754,43067,8746,0,2,8749,8748,8750,0,2,8749,8750,43093,0,2,8751,43093,8752,0,2,45467,34603,43095,0,2,43095,34603,34601,0,2,8739,8741,8755,0,2,8755,8743,9374,0,2,9374,8744,8755,0,2,8755,8744,8753,0,2,8754,8753,8745,0,2,8739,8755,34601,0,2,8741,8743,8755,0,2,8752,43093,8726,0,2,8726,43093,8756,0,2,8756,8757,8725,0,2,8725,8757,8724,0,2,8724,8757,8761,0,2,8761,8757,8763,0,2,8763,8757,8760,0,2,8763,8760,43074,0,2,43074,8760,8758,0,2,8759,43072,8747,0,2,8747,43072,8748,0,2,8748,43072,8758,0,2,8748,8758,8760,0,2,8748,8760,8750,0,2,8750,8760,8757,0,2,8750,8757,8756,0,2,8724,8761,8762,0,2,9692,8762,9691,0,2,43076,9691,8763,0,2,8761,8763,8762,0,2,8762,8763,9691,0,2,8747,8748,8749,0,2,8737,8736,8738,0,2,8765,8764,8774,0,2,8774,8764,8766,0,2,8766,8764,8734,0,2,8734,8764,9742,0,2,8734,9742,8733,0,2,8733,9742,34583,0,2,8772,8767,8769,0,2,8772,8769,8768,0,2,8769,8770,34602,0,2,34602,8770,8737,0,2,34602,8737,8771,0,2,8771,8737,8738,0,2,8737,8770,8735,0,2,8769,8767,8770,0,2,8731,8767,8772,0,2,8776,8772,8768,0,2,8728,8768,8773,0,2,8774,8766,8735,0,2,8765,8774,8731,0,2,8731,8774,8767,0,2,8765,9741,8764,0,2,8764,9741,9742,0,2,8783,8728,8773,0,2,8775,9758,8776,0,2,8776,9758,8777,0,2,8730,8731,8777,0,2,8777,8731,8772,0,2,8777,8772,8776,0,2,8775,8776,8768,0,2,8775,8768,8728,0,2,8778,8727,8779,0,2,8779,8782,8784,0,2,8780,8784,8781,0,2,8780,8781,8789,0,2,8723,8781,8782,0,2,8782,8779,8725,0,2,8784,8782,8781,0,2,8773,8778,8783,0,2,8783,8784,9760,0,2,9763,9760,8785,0,2,8786,8785,8787,0,2,8786,8787,8722,0,2,8784,8780,9760,0,2,9760,8780,8789,0,2,9760,8789,8785,0,2,8785,8789,8787,0,2,8788,8721,9710,0,2,8788,9710,8790,0,2,8790,8794,8791,0,2,8790,8791,8719,0,2,8719,8720,8790,0,2,8718,8792,43181,0,2,8793,8792,8719,0,2,8793,8719,8791,0,2,8794,8795,8796,0,2,9821,9712,8799,0,2,8797,8799,8798,0,2,8798,8799,9713,0,2,9776,9713,8800,0,2,9776,8800,9777,0,2,9718,9720,9719,0,2,9777,9719,43152,0,2,8802,8801,9720,0,2,8802,9720,43156,0,2,43156,9730,8803,0,2,8803,9730,9726,0,2,8803,9726,8804,0,2,8803,8804,43154,0,2,43154,8804,8805,0,2,43154,8805,8806,0,2,8806,8805,8807,0,2,8807,8805,8808,0,2,8807,8808,43321,0,2,43321,8808,9363,0,2,43321,9363,8809,0,2,8809,9363,8810,0,2,8809,8810,43099,0,2,8811,9364,43096,0,2,8813,8814,8815,0,2,8815,8814,8906,0,2,8906,8822,9360,0,2,9360,8822,8816,0,2,8816,8822,8817,0,2,8820,8818,43102,0,2,8819,43099,8810,0,2,8818,8820,43100,0,2,43100,8820,8821,0,2,8823,43050,8821,0,2,8821,43050,8824,0,2,8853,8825,43049,0,2,8853,43049,8826,0,2,8827,8897,43195,0,2,43195,8897,8895,0,2,8833,8828,8829,0,2,8829,46808,8831,0,2,8831,46808,8830,0,2,8831,8830,9326,0,2,8831,9326,8832,0,2,8831,8832,43196,0,2,8831,43196,43195,0,2,8833,43195,8895,0,2,8895,8828,8833,0,2,8829,8831,43195,0,2,43195,8834,8827,0,2,8827,8834,8826,0,2,8826,8834,8835,0,2,43221,8860,8836,0,2,43221,8836,8837,0,2,8832,8838,8839,0,2,8832,8839,43196,0,2,8838,8837,8839,0,2,8839,8837,8836,0,2,43221,8837,8840,0,2,8840,8841,43221,0,2,43221,8841,9323,0,2,8844,10094,8845,0,2,8856,43179,8855,0,2,8846,43177,43322,0,2,8846,43322,43317,0,2,8846,43317,8847,0,2,8859,43318,8848,0,2,8848,8849,8858,0,2,8858,8849,8850,0,2,43101,8851,8854,0,2,8854,8851,8852,0,2,8852,8851,8853,0,2,8852,8853,8835,0,2,8853,8824,8825,0,2,8853,43100,8824,0,2,8824,43100,8821,0,2,8823,8821,8817,0,2,8853,8826,8835,0,2,8859,8848,8858,0,2,8859,8858,8857,0,2,8847,8855,43177,0,2,8847,43177,8846,0,2,8855,8857,8856,0,2,8845,8856,8844,0,2,8844,8856,8857,0,2,8844,8857,43223,0,2,8858,43223,8857,0,2,8844,43223,8843,0,2,8855,8847,8857,0,2,8859,8857,8847,0,2,8859,8847,43318,0,2,8860,43221,8854,0,2,8850,43101,8861,0,2,8861,9323,8862,0,2,8850,8861,8862,0,2,8854,8852,8860,0,2,8860,8852,8863,0,2,8863,8852,8835,0,2,8836,8860,8863,0,2,8835,8834,8863,0,2,8839,8836,8863,0,2,8839,8863,8834,0,2,8830,46808,8864,0,2,8864,8865,46870,0,2,46870,8865,9305,0,2,9303,8867,34669,0,2,9303,34669,8868,0,2,8868,34669,8869,0,2,8868,8869,8870,0,2,8870,8869,8884,0,2,8870,8884,9301,0,2,9301,8884,8871,0,2,8882,46867,8877,0,2,8878,8885,8880,0,2,8880,8885,8879,0,2,8880,12203,8882,0,2,8882,12203,8881,0,2,8882,8881,12204,0,2,8882,12204,46867,0,2,46867,12204,8876,0,2,8876,12204,8875,0,2,8880,8877,8878,0,2,8880,8882,8877,0,2,8875,8874,8876,0,2,8876,8874,46869,0,2,46869,8874,8883,0,2,8883,8874,8873,0,2,8883,8873,8872,0,2,8883,8872,8871,0,2,8886,8885,8887,0,2,8886,8887,12218,0,2,12218,8887,8888,0,2,12168,12169,46802,0,2,12168,46802,12173,0,2,12173,46802,46803,0,2,12173,46803,12162,0,2,12162,46803,46805,0,2,12162,46805,12163,0,2,12163,46805,46806,0,2,12163,46806,8890,0,2,12163,8890,8891,0,2,8891,8890,46807,0,2,46807,8894,8892,0,2,8892,8894,8893,0,2,8893,8894,9300,0,2,9297,9296,8896,0,2,8896,9300,8895,0,2,8896,8895,8897,0,2,8899,8898,8900,0,2,8899,8900,8901,0,2,43051,8901,8903,0,2,43051,8903,8902,0,2,8902,8903,8822,0,2,8822,8903,8823,0,2,8901,43051,8899,0,2,8899,43051,8907,0,2,8907,43051,9684,0,2,9684,43051,8904,0,2,9684,8904,8905,0,2,9682,8905,8814,0,2,8814,8905,8906,0,2,8907,8908,9297,0,2,9297,8908,8909,0,2,8909,43053,34728,0,2,34728,43053,8910,0,2,8910,9675,34729,0,2,9299,43048,43046,0,2,9299,43046,8914,0,2,8911,8914,8912,0,2,8912,8914,8913,0,2,8912,8913,42994,0,2,8915,8913,8914,0,2,8915,8914,9294,0,2,8915,9294,9295,0,2,8915,9295,8916,0,2,8919,8917,8918,0,2,8919,8918,8920,0,2,8920,8918,9639,0,2,8920,9639,42985,0,2,8921,42985,8922,0,2,8923,9638,42993,0,2,42993,9638,8924,0,2,42993,8924,34639,0,2,34639,8924,9637,0,2,34639,9637,42533,0,2,42532,8925,9406,0,2,42532,9406,8926,0,2,8926,9406,34698,0,2,8926,34698,9291,0,2,42530,34699,8927,0,2,34634,8927,8928,0,2,42539,8928,34628,0,2,34628,8928,42536,0,2,42536,42534,42537,0,2,42537,34691,34632,0,2,8929,34694,34495,0,2,8929,34495,8930,0,2,8930,34497,34498,0,2,12626,34493,34491,0,2,34491,8931,8932,0,2,8933,8932,34151,0,2,8933,34151,8934,0,2,8934,9285,8935,0,2,8935,9287,12649,0,2,9284,8939,8940,0,2,8940,34406,34404,0,2,9283,34404,8941,0,2,9283,8941,12699,0,2,12699,8941,8942,0,2,12698,8942,12709,0,2,12709,8942,34834,0,2,12703,12709,34836,0,2,12703,34836,12704,0,2,12706,34832,8943,0,2,8943,33656,8944,0,2,8944,33656,8945,0,2,8944,8945,8946,0,2,8948,8947,9282,0,2,9134,8949,8950,0,2,9131,8950,9273,0,2,9131,9273,8951,0,2,9131,8951,9130,0,2,9130,8951,647,0,2,9060,647,8952,0,2,687,686,28489,0,2,687,689,8953,0,2,8953,9268,8954,0,2,8954,8963,9059,0,2,9056,9255,8956,0,2,9056,8956,8957,0,2,9056,8957,8958,0,2,8960,8958,8959,0,2,949,8959,8961,0,2,8961,8959,34839,0,2,8961,34839,8962,0,2,8962,8957,8956,0,2,946,8955,8963,0,2,8963,8955,9059,0,2,946,8963,689,0,2,8962,691,8961,0,2,8958,34455,8964,0,2,8964,34454,8965,0,2,9258,34451,8966,0,2,8966,34452,9259,0,2,9259,34452,8967,0,2,34428,34441,8972,0,2,8972,34841,9011,0,2,34841,34437,8973,0,2,8973,34437,8974,0,2,718,8974,8975,0,2,718,8975,717,0,2,717,35077,716,0,2,716,35077,34435,0,2,716,34435,8976,0,2,8976,8977,695,0,2,695,8977,712,0,2,695,35054,8976,0,2,8976,35054,716,0,2,8978,712,8977,0,2,8968,8969,34425,0,2,9145,34425,8979,0,2,9144,8979,9055,0,2,9144,9055,34429,0,2,8980,34429,34426,0,2,8980,34426,8981,0,2,8983,9003,8985,0,2,8983,8985,8984,0,2,8984,8985,8998,0,2,8986,8987,8988,0,2,8988,8987,9191,0,2,9191,8987,9013,0,2,8991,8990,34865,0,2,8991,34865,9228,0,2,9228,34865,9229,0,2,9229,34865,34866,0,2,8993,34893,8997,0,2,8993,8997,34872,0,2,34874,8995,34920,0,2,34920,8995,8994,0,2,8994,8995,8996,0,2,8996,8995,34872,0,2,8996,34872,34917,0,2,34917,34872,8997,0,2,34870,8997,34893,0,2,34868,34893,8992,0,2,9045,8990,8989,0,2,8989,8990,9191,0,2,8989,9191,9013,0,2,8986,8998,8999,0,2,8999,9003,9000,0,2,9000,9001,9007,0,2,9001,9005,9012,0,2,9012,9005,9011,0,2,9011,9005,9053,0,2,9053,9005,9002,0,2,8985,9003,8999,0,2,8985,8999,8998,0,2,9003,9004,9000,0,2,9000,9004,9001,0,2,9005,9004,9002,0,2,9002,9004,9003,0,2,9001,9004,9005,0,2,8987,8986,8999,0,2,8987,8999,9014,0,2,9014,8999,9000,0,2,9014,9000,9052,0,2,9015,9006,9007,0,2,9007,9001,9012,0,2,9008,9012,9010,0,2,9008,9010,9009,0,2,9009,9010,8973,0,2,8973,9010,9011,0,2,8973,9011,34841,0,2,8973,8974,9009,0,2,9012,9008,9042,0,2,9014,9043,9016,0,2,9014,9016,9013,0,2,9013,9016,8989,0,2,9014,9052,9006,0,2,9012,9042,9007,0,2,9007,9042,9015,0,2,9006,9043,9014,0,2,9013,8987,9014,0,2,9006,9015,9043,0,2,9043,9015,9039,0,2,9043,9039,9038,0,2,9016,9038,9017,0,2,34861,9018,9038,0,2,34861,9039,35081,0,2,35081,9039,9040,0,2,35081,9040,9019,0,2,28465,9019,722,0,2,9019,723,35081,0,2,9021,9020,9037,0,2,9021,9037,9022,0,2,9021,9022,34863,0,2,34863,9022,9023,0,2,9023,34852,34860,0,2,34860,34852,9024,0,2,9024,34850,34857,0,2,34857,34850,34924,0,2,34924,9025,9047,0,2,9047,9025,9026,0,2,9035,9050,9027,0,2,35129,9028,34926,0,2,35129,9029,9028,0,2,9028,9029,9030,0,2,9030,9029,35131,0,2,9030,35131,9031,0,2,9030,9031,9035,0,2,9035,9031,34885,0,2,34885,9031,34918,0,2,9033,35133,7001,0,2,35133,9033,9034,0,2,9034,9031,35131,0,2,9033,9032,9034,0,2,9034,9032,34918,0,2,9028,9030,9027,0,2,9027,9030,9035,0,2,34861,35081,9020,0,2,9020,35081,9036,0,2,9020,9036,725,0,2,9020,725,9037,0,2,9036,35081,723,0,2,9017,9038,9018,0,2,34861,9038,9039,0,2,9040,9039,719,0,2,9040,719,9041,0,2,720,9041,719,0,2,9015,9042,9039,0,2,9008,719,9042,0,2,9042,719,9039,0,2,9038,9016,9043,0,2,9016,9017,8989,0,2,8989,9017,9044,0,2,8989,9044,9045,0,2,9045,9044,35080,0,2,35080,34859,34865,0,2,34865,34859,9046,0,2,9046,34859,34864,0,2,9048,34858,9047,0,2,9047,9026,9048,0,2,9048,9026,9049,0,2,9049,9050,34888,0,2,34888,9050,9035,0,2,9050,9049,9026,0,2,9045,35080,9051,0,2,9045,9051,8990,0,2,9052,9000,9007,0,2,9007,9006,9052,0,2,9003,8983,9002,0,2,9053,9002,9054,0,2,9053,9054,34427,0,2,8972,34427,34428,0,2,34427,9054,34426,0,2,34426,9054,8981,0,2,8981,9054,8982,0,2,8982,9054,8983,0,2,9011,9053,8972,0,2,9011,9010,9012,0,2,8972,9053,34427,0,2,8958,8964,9056,0,2,9056,8964,9061,0,2,9061,8964,9057,0,2,8956,9255,8955,0,2,8955,9255,9059,0,2,9059,9064,8954,0,2,8954,9064,9070,0,2,8954,9070,8953,0,2,8953,9070,34298,0,2,9060,8952,8953,0,2,9060,8953,34298,0,2,8953,8952,687,0,2,9058,9255,9056,0,2,9058,9056,9061,0,2,9061,9057,9058,0,2,8964,8965,9057,0,2,9057,8965,9062,0,2,9256,9062,34300,0,2,9256,34300,34301,0,2,9059,9063,9064,0,2,9064,9063,9257,0,2,9064,9257,9066,0,2,9066,9257,9065,0,2,9251,34461,34299,0,2,34299,34461,9068,0,2,9257,9069,9065,0,2,9070,9064,9066,0,2,9070,9066,9132,0,2,9132,9066,9254,0,2,9132,9254,9133,0,2,9133,9254,9071,0,2,9133,9071,9072,0,2,9072,9073,9074,0,2,9075,9126,9076,0,2,9075,9076,9125,0,2,9078,9104,9253,0,2,9078,9253,9077,0,2,9078,9077,9248,0,2,9077,9072,9071,0,2,34302,34310,9250,0,2,9079,9080,9081,0,2,9081,9080,9263,0,2,9081,9263,9082,0,2,34305,9082,9083,0,2,9136,9083,34312,0,2,34312,9083,34316,0,2,34316,9083,9084,0,2,9088,9266,9089,0,2,9091,9246,9145,0,2,9091,9145,9092,0,2,9092,9144,9093,0,2,9092,9093,9094,0,2,9096,9137,9097,0,2,34309,9099,9120,0,2,34309,9120,9100,0,2,9102,9101,9103,0,2,9104,34460,9124,0,2,9124,34460,12689,0,2,12689,9105,9106,0,2,12662,9107,9108,0,2,9100,9109,9101,0,2,34422,34423,9098,0,2,34422,9098,9244,0,2,9244,9243,12683,0,2,12683,9243,9242,0,2,12683,9242,9240,0,2,12683,9240,12687,0,2,12687,9240,9241,0,2,34398,9241,9148,0,2,34398,9148,9110,0,2,9112,9110,9111,0,2,9112,9111,9113,0,2,9112,9113,26429,0,2,26429,9113,9114,0,2,9119,26421,26422,0,2,9118,26423,9115,0,2,9115,26423,9114,0,2,9115,9116,9118,0,2,9118,9116,9119,0,2,9117,9119,9116,0,2,9119,26422,9118,0,2,9100,9120,9109,0,2,9109,9120,9121,0,2,9109,9121,9108,0,2,9123,9121,9122,0,2,9123,9122,12663,0,2,9123,12662,9108,0,2,9123,9108,9121,0,2,12689,12690,9124,0,2,9124,12713,9125,0,2,9125,12713,12704,0,2,9125,12704,9075,0,2,9126,9127,9074,0,2,9074,9127,9135,0,2,9074,9135,9072,0,2,9072,9135,9128,0,2,9072,9128,9129,0,2,9130,9129,9131,0,2,9130,647,9060,0,2,9132,9133,9130,0,2,9130,9133,9129,0,2,9129,9133,9072,0,2,9131,9129,9128,0,2,8950,9131,9134,0,2,9135,9127,8948,0,2,8947,8948,9127,0,2,8948,9134,9135,0,2,9135,9134,9128,0,2,9128,9134,9131,0,2,9282,8949,8948,0,2,8948,8949,9134,0,2,9124,9125,9104,0,2,9104,9125,9076,0,2,9098,9099,34306,0,2,9097,34306,9136,0,2,9097,9136,9096,0,2,34306,9097,9098,0,2,9096,9247,9137,0,2,9217,9139,9140,0,2,9217,9140,9211,0,2,9211,9140,9141,0,2,9141,9143,9157,0,2,9157,9143,9142,0,2,9157,9142,9209,0,2,9142,34429,8980,0,2,9142,9143,34429,0,2,34429,9143,9144,0,2,9144,9092,8979,0,2,8979,9092,9145,0,2,9145,9246,8968,0,2,8968,9090,8967,0,2,9246,9090,8968,0,2,9090,9089,8967,0,2,9144,9143,9093,0,2,9143,9141,9093,0,2,9137,9138,9238,0,2,9238,9138,9146,0,2,9238,9146,9239,0,2,9239,9146,9147,0,2,9239,9147,9148,0,2,9148,9214,9111,0,2,9111,9214,9149,0,2,9149,9213,34809,0,2,34809,9213,34807,0,2,34807,9154,9151,0,2,9150,9151,9152,0,2,9150,9152,9237,0,2,9153,34737,9237,0,2,9153,9237,34743,0,2,34730,9152,9151,0,2,34730,9151,34742,0,2,34742,9154,9155,0,2,9155,9211,9156,0,2,9156,9157,9158,0,2,34744,9158,9159,0,2,34744,9159,34747,0,2,34747,9159,9160,0,2,9160,9236,34748,0,2,34748,9236,9207,0,2,9161,34748,9202,0,2,9161,9202,9162,0,2,34784,9201,9163,0,2,34794,9164,48819,0,2,34773,34765,34772,0,2,34772,34765,35152,0,2,9230,9182,9175,0,2,9175,9182,9176,0,2,9176,9182,9167,0,2,9178,9167,9168,0,2,9178,9168,9169,0,2,34897,9170,9177,0,2,9177,9170,9171,0,2,9174,48806,9181,0,2,9179,35156,9175,0,2,9175,35156,9230,0,2,9173,9180,9172,0,2,9180,9175,9172,0,2,9176,9171,9172,0,2,9171,9176,9177,0,2,34897,9177,9169,0,2,9169,9177,9178,0,2,9176,9178,9177,0,2,9167,9178,9176,0,2,9179,9180,9173,0,2,9173,9181,9179,0,2,35149,34916,9183,0,2,9188,9222,34894,0,2,34894,9222,34892,0,2,34892,9222,9189,0,2,9189,9222,9229,0,2,9191,8990,8991,0,2,9191,8991,9190,0,2,9191,9192,35078,0,2,9192,9220,9193,0,2,9193,9220,9225,0,2,9200,9195,9224,0,2,9196,9188,9235,0,2,9235,9188,9187,0,2,9185,34890,9197,0,2,9185,9197,9186,0,2,9226,9196,9198,0,2,9199,9163,9198,0,2,9198,9163,9200,0,2,9163,9201,9200,0,2,9201,34784,9162,0,2,9200,9201,9195,0,2,9195,9201,9194,0,2,9201,9162,9194,0,2,9162,9202,9194,0,2,9194,9202,9203,0,2,8986,9204,9205,0,2,8986,9205,8998,0,2,8998,9205,9206,0,2,8998,9206,8984,0,2,9204,9203,9205,0,2,9207,9206,34748,0,2,9206,9207,8984,0,2,8984,9207,8983,0,2,8983,9207,9208,0,2,8983,9208,8982,0,2,8982,9208,9210,0,2,9210,9236,9159,0,2,9159,9158,9209,0,2,9142,8980,9209,0,2,9209,8980,9210,0,2,9209,9210,9159,0,2,9210,8980,8981,0,2,9209,9158,9157,0,2,9157,9211,9141,0,2,9212,9154,9213,0,2,9216,9213,9149,0,2,9216,9149,9214,0,2,9215,9214,9147,0,2,9147,9214,9148,0,2,9215,9146,9138,0,2,9147,9146,9215,0,2,9214,9215,9216,0,2,9216,9217,9213,0,2,9213,9217,9212,0,2,9212,9217,9211,0,2,9139,9217,9218,0,2,9215,9138,9218,0,2,9215,9218,9216,0,2,9216,9218,9217,0,2,9213,9154,34807,0,2,9211,9155,9212,0,2,9212,9155,9154,0,2,9154,34742,9151,0,2,9203,9204,9193,0,2,9193,35078,9192,0,2,35078,9193,9204,0,2,9203,9202,9206,0,2,9203,9206,9205,0,2,9198,9200,9226,0,2,9192,9190,9228,0,2,9192,9228,9219,0,2,9219,9228,9223,0,2,9192,9219,9220,0,2,9224,9220,9221,0,2,9222,9221,9223,0,2,9223,9228,9229,0,2,9223,9221,9219,0,2,9220,9219,9221,0,2,9220,9224,9225,0,2,9225,9224,9195,0,2,9200,9224,9226,0,2,9203,9225,9194,0,2,9203,9193,9225,0,2,9225,9195,9194,0,2,9224,9221,9226,0,2,9226,9221,9227,0,2,9196,9227,9188,0,2,9188,9227,9222,0,2,9227,9221,9222,0,2,9222,9223,9229,0,2,9196,9226,9227,0,2,8991,9228,9190,0,2,9229,34866,8992,0,2,9229,8992,9189,0,2,9188,34894,9187,0,2,9187,34894,9186,0,2,9182,9230,34916,0,2,34916,9230,35150,0,2,34916,35150,9231,0,2,34890,9232,48820,0,2,34890,48820,9197,0,2,9197,48820,9233,0,2,9197,9233,9234,0,2,9196,9235,9198,0,2,9198,9235,9234,0,2,9198,9234,9164,0,2,9198,9164,9199,0,2,9234,48819,9164,0,2,9186,9197,9234,0,2,9186,9234,9187,0,2,9187,9234,9235,0,2,34890,9184,9232,0,2,9232,9184,9231,0,2,9184,9183,9231,0,2,9231,9183,34916,0,2,9160,9159,9236,0,2,9236,9210,9208,0,2,9236,9208,9207,0,2,34737,34804,9237,0,2,9137,9238,9097,0,2,9238,9239,9242,0,2,9242,9239,9240,0,2,9240,9239,9241,0,2,9241,9239,9148,0,2,9110,9148,9111,0,2,9111,9149,9113,0,2,9243,9244,9097,0,2,9097,9244,9098,0,2,9242,9243,9238,0,2,9097,9238,9243,0,2,9096,34311,9247,0,2,9137,9247,9138,0,2,9138,9247,9095,0,2,9138,9095,9218,0,2,9218,9095,9139,0,2,9140,9139,9245,0,2,9139,9095,9094,0,2,9139,9094,9245,0,2,9140,9245,9141,0,2,9141,9245,9093,0,2,9093,9245,9094,0,2,9088,34313,9086,0,2,9246,34424,9090,0,2,9090,34313,9088,0,2,9090,9088,9089,0,2,9087,9088,9086,0,2,34313,9090,34424,0,2,9092,9094,9091,0,2,9094,9095,9247,0,2,9078,9248,34310,0,2,34310,9248,9249,0,2,34310,9249,9250,0,2,9250,9251,9080,0,2,9260,9251,34299,0,2,9080,9079,34302,0,2,34302,9250,9080,0,2,9250,34461,9251,0,2,9249,9248,9252,0,2,9249,9252,9250,0,2,9250,9252,34461,0,2,9104,9076,9253,0,2,9253,9126,9074,0,2,9126,9253,9076,0,2,9063,9059,9255,0,2,9063,9255,34301,0,2,34301,9255,9256,0,2,9256,9255,9058,0,2,9256,9058,9062,0,2,8965,34451,9062,0,2,9062,34451,9258,0,2,9267,9258,9266,0,2,9266,9258,9259,0,2,9266,9259,9089,0,2,9089,9259,8967,0,2,8966,9259,9258,0,2,9266,9087,9262,0,2,9266,9262,9265,0,2,9265,9262,9260,0,2,9265,9260,34299,0,2,34299,9068,9261,0,2,9261,9063,34301,0,2,9063,9261,9257,0,2,9257,9261,9069,0,2,9069,9261,9068,0,2,9260,9262,9264,0,2,9260,9264,9263,0,2,9260,9263,9080,0,2,9087,9264,9262,0,2,9087,9266,9088,0,2,9082,9263,9084,0,2,9084,9083,9082,0,2,9084,9263,9264,0,2,9084,9264,9085,0,2,9264,9087,9085,0,2,9085,9087,9086,0,2,9080,9251,9260,0,2,9266,9265,9267,0,2,9267,34300,9062,0,2,9267,9062,9258,0,2,8953,689,9268,0,2,9268,8963,8954,0,2,8963,9268,689,0,2,9282,8947,9269,0,2,9271,9270,643,0,2,9272,9271,645,0,2,9272,645,646,0,2,9272,646,9281,0,2,9281,9273,8950,0,2,9281,646,28509,0,2,9281,28509,9273,0,2,647,648,8952,0,2,8952,648,9275,0,2,8952,9275,9274,0,2,9274,686,687,0,2,9274,687,8952,0,2,648,9278,9275,0,2,685,686,684,0,2,9276,684,9277,0,2,9280,9277,9278,0,2,9275,9278,9274,0,2,9274,9278,684,0,2,9274,684,686,0,2,684,9278,9277,0,2,9276,9277,683,0,2,683,9277,9280,0,2,683,9280,9279,0,2,9279,9280,653,0,2,648,650,9278,0,2,9278,650,9280,0,2,650,651,9280,0,2,653,9280,652,0,2,8951,9273,28513,0,2,28513,9273,28509,0,2,8950,8949,9281,0,2,9281,8949,9272,0,2,9271,9272,9282,0,2,9271,9282,9269,0,2,9271,9269,9270,0,2,9272,8949,9282,0,2,643,9270,28505,0,2,28505,34318,642,0,2,642,34318,34319,0,2,642,34319,28498,0,2,8947,8946,9269,0,2,8946,8945,9269,0,2,9269,8945,9270,0,2,8939,9284,12699,0,2,12699,9284,9283,0,2,34404,9283,8940,0,2,9283,9284,8940,0,2,8935,9285,9287,0,2,9287,9285,9286,0,2,34148,8936,34147,0,2,34147,8936,12649,0,2,8932,8933,34491,0,2,34491,8933,12626,0,2,12621,34493,12626,0,2,42536,8928,42534,0,2,42537,42534,9288,0,2,42537,9288,34507,0,2,9290,9292,9291,0,2,9291,9292,42528,0,2,9291,42528,34699,0,2,9289,9292,9290,0,2,34724,8917,8916,0,2,8916,8917,9293,0,2,9294,8914,43046,0,2,8911,8912,8892,0,2,34728,9296,9297,0,2,34728,9297,8909,0,2,8907,9297,8896,0,2,8907,8896,8898,0,2,8898,8896,8897,0,2,9298,8893,9300,0,2,8893,8911,8892,0,2,9298,9300,9296,0,2,8893,9298,8911,0,2,8911,9298,9299,0,2,8911,9299,8914,0,2,8828,8895,9300,0,2,9296,9300,8896,0,2,8828,9300,8894,0,2,8870,9301,8868,0,2,8868,9301,9302,0,2,9303,8868,34673,0,2,9303,34673,9304,0,2,9303,9304,43216,0,2,9305,8866,43216,0,2,8867,43216,8866,0,2,43216,8867,9303,0,2,9306,9301,9351,0,2,9306,9351,34675,0,2,34675,9351,9352,0,2,34675,9352,9353,0,2,34676,9353,9965,0,2,34676,9965,9974,0,2,34676,9974,9307,0,2,9307,9974,9342,0,2,9307,9342,9308,0,2,9349,9309,43215,0,2,43215,9309,43203,0,2,43203,9309,9332,0,2,9332,9309,9310,0,2,9309,9307,9310,0,2,9310,9307,9308,0,2,9310,9308,9311,0,2,9333,9312,9970,0,2,9333,9970,9313,0,2,9314,9313,9948,0,2,9948,9315,9316,0,2,43205,9317,9318,0,2,43205,9318,9319,0,2,9319,9318,10096,0,2,9319,10096,9320,0,2,9320,10096,43226,0,2,9320,43226,9321,0,2,9322,43224,9323,0,2,8862,9323,8842,0,2,9323,9324,9321,0,2,43210,9327,9325,0,2,43209,9326,43214,0,2,46871,9326,8830,0,2,8830,8864,46870,0,2,9325,9327,8837,0,2,8837,9327,8840,0,2,9325,8837,8838,0,2,9325,8838,43209,0,2,9326,43209,8832,0,2,8832,43209,8838,0,2,9323,8841,9324,0,2,9324,8841,8840,0,2,9324,8840,9327,0,2,9316,9328,9948,0,2,9948,9328,9314,0,2,9330,9329,9331,0,2,9333,9330,9312,0,2,9312,9330,9311,0,2,9311,9331,9310,0,2,9310,9331,9332,0,2,9350,43200,34671,0,2,9350,34671,34672,0,2,9350,34672,9347,0,2,9346,9347,34673,0,2,9346,34673,9302,0,2,9302,34673,8868,0,2,43215,43200,9349,0,2,9349,43200,9350,0,2,9330,9333,9314,0,2,9330,9314,9329,0,2,9314,9333,9313,0,2,9336,9335,9337,0,2,9336,9337,9338,0,2,9957,9338,9345,0,2,9961,9339,9340,0,2,9962,9340,9341,0,2,9308,9342,9344,0,2,9308,9344,9343,0,2,9334,9343,34678,0,2,9334,34678,9335,0,2,9335,34678,45601,0,2,9340,34678,9344,0,2,9340,9344,9341,0,2,9341,9344,9342,0,2,9343,9344,34678,0,2,9340,45601,34678,0,2,9335,45601,9337,0,2,9338,9337,9345,0,2,9301,9306,9302,0,2,9302,9306,9346,0,2,9346,9306,34674,0,2,9346,34674,9347,0,2,9347,34674,9348,0,2,9349,9350,9348,0,2,9348,9350,9347,0,2,9301,8871,9351,0,2,9351,8871,8872,0,2,9351,8872,9352,0,2,8897,8827,8900,0,2,8897,8900,8898,0,2,8822,8823,8817,0,2,8906,9360,8815,0,2,8815,9360,9354,0,2,9354,9359,9355,0,2,9355,8812,9354,0,2,9354,8812,9356,0,2,9356,8812,8813,0,2,9354,9356,8815,0,2,8815,9356,8813,0,2,9360,8816,9357,0,2,9357,43097,9362,0,2,9357,9361,9358,0,2,9358,9361,9359,0,2,9355,9359,43096,0,2,9357,9358,9360,0,2,9359,9354,9358,0,2,9358,9354,9360,0,2,8811,43096,9361,0,2,8811,9361,8810,0,2,8810,9361,9362,0,2,8810,9362,8819,0,2,43098,8821,8820,0,2,8820,43102,43098,0,2,43102,8819,43098,0,2,9733,8808,8805,0,2,8810,9363,8811,0,2,8811,9363,43077,0,2,8811,43077,9364,0,2,9355,9365,9368,0,2,9368,9365,9366,0,2,9366,43072,9367,0,2,9367,43072,8759,0,2,9367,8759,43069,0,2,43069,8759,43073,0,2,43073,8746,43067,0,2,9355,9368,8812,0,2,9369,43057,43060,0,2,9369,43060,9614,0,2,43079,9371,43091,0,2,43091,9371,43063,0,2,9430,43063,9423,0,2,9422,9372,9375,0,2,9372,8744,9374,0,2,9374,9375,9372,0,2,9375,9433,9376,0,2,9377,9608,9428,0,2,9428,9608,9378,0,2,9428,9378,9379,0,2,9427,9379,9380,0,2,9427,9380,43084,0,2,43084,9380,9381,0,2,9623,9621,9382,0,2,9382,9601,9383,0,2,9383,9601,9384,0,2,9626,9445,9385,0,2,9385,9447,9627,0,2,9627,9450,9386,0,2,9386,9450,9387,0,2,9389,9470,9390,0,2,9389,9390,9391,0,2,34515,9392,34513,0,2,34513,9392,9465,0,2,34513,9465,9464,0,2,34513,9464,9393,0,2,9394,9393,9462,0,2,9397,9394,9517,0,2,43003,9518,9395,0,2,43003,9395,9519,0,2,43003,9519,9520,0,2,43003,9520,9396,0,2,9396,9398,43002,0,2,43002,9398,9397,0,2,43002,9397,9517,0,2,43002,9517,9518,0,2,9394,9397,9398,0,2,9412,34689,9399,0,2,34508,34690,9400,0,2,9666,9407,9667,0,2,9660,9405,9645,0,2,9645,9405,9406,0,2,34511,9401,34514,0,2,34514,9401,34695,0,2,34514,34695,9666,0,2,9666,34695,9407,0,2,34701,9408,34693,0,2,34701,34693,34503,0,2,9409,34507,9289,0,2,9410,9407,34695,0,2,9407,9410,9408,0,2,9408,9410,9411,0,2,9408,9411,34693,0,2,9667,9407,9408,0,2,9667,9408,9402,0,2,9412,9399,9413,0,2,9412,9413,34509,0,2,9414,9378,9420,0,2,9420,9378,9440,0,2,9420,9440,9415,0,2,9419,9603,9382,0,2,9382,9621,9419,0,2,9414,9420,9380,0,2,9380,9379,9414,0,2,9414,9379,9378,0,2,9380,9420,9381,0,2,9420,9419,9381,0,2,9381,9419,9621,0,2,9603,9419,9418,0,2,9423,9422,9424,0,2,9424,9422,9425,0,2,43089,9425,9426,0,2,9379,9427,9428,0,2,9377,9428,9376,0,2,9426,9425,43082,0,2,43082,9425,9427,0,2,9427,9425,9429,0,2,9427,9429,9428,0,2,9425,43089,9424,0,2,9424,43089,9430,0,2,9422,9375,9421,0,2,9375,9374,9433,0,2,9433,9431,9376,0,2,9376,9431,9377,0,2,9377,9432,9608,0,2,9374,9373,9433,0,2,9434,9431,34581,0,2,9434,34581,9576,0,2,9434,9576,43020,0,2,9610,9435,9571,0,2,9571,9436,9611,0,2,9611,9436,9437,0,2,9611,9437,9438,0,2,9438,9437,9439,0,2,9439,9415,9440,0,2,9415,9480,9416,0,2,9416,9480,9479,0,2,9416,9479,9441,0,2,9416,9441,9442,0,2,9416,9442,9604,0,2,9604,9442,9605,0,2,9605,9454,9443,0,2,9443,9454,9444,0,2,9443,9444,9607,0,2,9602,9446,9445,0,2,9602,9445,9384,0,2,9602,9384,9601,0,2,9445,9446,9447,0,2,9627,9447,9450,0,2,9387,9450,9388,0,2,9385,9445,9447,0,2,9446,9607,9449,0,2,9449,9607,9472,0,2,9449,9472,9448,0,2,9449,9448,9450,0,2,9450,9448,9388,0,2,9388,9448,9471,0,2,9450,9447,9449,0,2,9449,9447,9446,0,2,9442,9451,9452,0,2,9442,9452,9605,0,2,9605,9452,9453,0,2,9605,9453,9454,0,2,9454,9453,9455,0,2,9454,9455,9444,0,2,43041,9456,9589,0,2,43041,9457,43039,0,2,34519,9496,34518,0,2,9462,9461,9463,0,2,9463,9461,9553,0,2,9394,9463,9517,0,2,9394,9462,9463,0,2,9462,9464,9467,0,2,9462,9467,9461,0,2,9464,9465,9467,0,2,9467,9465,9466,0,2,9460,9461,9467,0,2,34517,9466,9468,0,2,42996,9469,9390,0,2,42996,9390,9470,0,2,9474,9470,9471,0,2,9471,9470,9389,0,2,9390,9469,34515,0,2,9464,9462,9393,0,2,9444,9455,9473,0,2,9444,9473,9472,0,2,9472,9607,9444,0,2,9448,9472,9473,0,2,9448,9473,9471,0,2,9474,9471,9473,0,2,9473,9455,9456,0,2,9473,9456,9474,0,2,9442,9441,9451,0,2,9451,9478,9586,0,2,9475,9478,9476,0,2,9475,9476,9582,0,2,9582,9476,9436,0,2,9436,9476,42998,0,2,9436,42998,9437,0,2,9439,9437,9477,0,2,9439,9477,9479,0,2,9479,9477,9481,0,2,9481,9477,9476,0,2,9476,9478,9481,0,2,9480,9415,9439,0,2,9439,9479,9480,0,2,9441,9479,9481,0,2,9441,9481,9451,0,2,9451,9481,9478,0,2,9581,9482,9483,0,2,9581,9579,10348,0,2,9581,10348,9484,0,2,8359,9486,8361,0,2,8361,9486,9485,0,2,8359,9492,9486,0,2,9486,9492,43038,0,2,43038,9491,9487,0,2,9488,9487,43031,0,2,43031,9491,43030,0,2,43030,9491,9490,0,2,9489,9593,9492,0,2,9492,9593,9490,0,2,43038,9490,9491,0,2,9487,9491,43031,0,2,43038,9492,9490,0,2,9492,9493,8357,0,2,9492,8357,9489,0,2,9489,8357,9494,0,2,43036,9495,9594,0,2,9594,9495,9496,0,2,9494,9497,43036,0,2,43036,9497,9495,0,2,9495,9498,9496,0,2,9499,9500,9559,0,2,43007,43006,9556,0,2,9501,8354,43015,0,2,8355,9500,9498,0,2,8355,9498,9497,0,2,9498,9500,9496,0,2,9496,9500,9499,0,2,9496,9499,34518,0,2,34518,9499,9459,0,2,9459,9499,9502,0,2,9459,9502,9503,0,2,9459,9503,9460,0,2,9460,9503,9461,0,2,9461,9505,9504,0,2,9504,9505,9506,0,2,9504,9506,9561,0,2,9504,9561,9507,0,2,9507,9561,43029,0,2,43029,9561,9508,0,2,43029,9508,9509,0,2,9509,9508,9510,0,2,9509,9510,9511,0,2,9511,9515,9519,0,2,9519,9515,9512,0,2,43021,9512,9514,0,2,43021,9514,9513,0,2,9514,9512,10352,0,2,10352,9512,9515,0,2,9509,9511,9395,0,2,9520,9519,9512,0,2,9520,9512,9521,0,2,9522,9523,9524,0,2,34616,9525,10353,0,2,9527,9528,34221,0,2,9529,34221,9530,0,2,34139,9531,9552,0,2,9552,34476,34607,0,2,34607,34476,9532,0,2,34500,9533,9534,0,2,34500,9534,9535,0,2,9535,9536,9537,0,2,34332,9544,34336,0,2,9539,9540,34333,0,2,34333,9540,34153,0,2,9541,9542,9543,0,2,9543,9542,34151,0,2,34332,9537,9544,0,2,9545,9546,9547,0,2,9547,9546,34478,0,2,34478,9548,9547,0,2,9547,34120,9545,0,2,9544,9537,9536,0,2,9536,9549,34126,0,2,9536,34126,9544,0,2,34221,9529,9527,0,2,9527,9529,9550,0,2,9551,9552,34606,0,2,34606,9552,34607,0,2,9524,9523,34616,0,2,34616,9523,9525,0,2,9525,9523,9513,0,2,34689,9412,9398,0,2,34689,9398,9396,0,2,34689,9396,9521,0,2,9516,9517,9463,0,2,9516,9463,9553,0,2,9517,9516,9518,0,2,9553,9461,9504,0,2,9504,9507,9553,0,2,9461,9503,9505,0,2,9505,9503,9560,0,2,9555,9560,9554,0,2,9555,9554,9556,0,2,9560,9503,9557,0,2,9554,9560,9557,0,2,9557,9558,9554,0,2,9554,9558,43007,0,2,43007,9556,9554,0,2,43007,9558,9559,0,2,9559,9558,9502,0,2,9502,9499,9559,0,2,9558,9557,9502,0,2,9502,9557,9503,0,2,9506,9560,9555,0,2,9561,9506,9562,0,2,9561,9562,9569,0,2,9569,9562,9570,0,2,9566,9565,9567,0,2,9566,9567,9556,0,2,9566,9556,9501,0,2,9564,9563,9565,0,2,9565,9563,9570,0,2,9565,9570,9567,0,2,9567,9570,9562,0,2,9562,9506,9555,0,2,9562,9555,9567,0,2,9567,9555,9556,0,2,9564,8351,9563,0,2,9563,8351,9570,0,2,9570,8351,9568,0,2,9508,9568,9510,0,2,9568,9508,9561,0,2,9568,9561,9569,0,2,9568,9569,9570,0,2,9498,9495,9497,0,2,9484,10348,8360,0,2,8360,8361,9485,0,2,8360,9485,9484,0,2,9483,9579,9581,0,2,9436,9571,9482,0,2,9482,9571,9580,0,2,9580,9571,9572,0,2,9580,9572,9573,0,2,34575,9573,9574,0,2,9574,43019,34580,0,2,34580,43019,43018,0,2,9575,43018,9576,0,2,9575,9576,8740,0,2,9573,9572,9577,0,2,43019,9574,9577,0,2,9577,9574,9573,0,2,8363,8362,43001,0,2,43001,8362,9578,0,2,9579,8362,8360,0,2,8362,9579,9578,0,2,9579,9483,9578,0,2,9482,9580,9483,0,2,9483,9580,9578,0,2,9436,9482,9581,0,2,9582,9581,9484,0,2,9436,9581,9582,0,2,9475,9582,9583,0,2,9583,9585,9487,0,2,9487,9585,9584,0,2,43038,9584,9486,0,2,9584,9585,9485,0,2,9485,9486,9584,0,2,9585,9582,9484,0,2,9585,9484,9485,0,2,9585,9583,9582,0,2,9475,9583,9478,0,2,9586,43037,9488,0,2,9586,9488,43033,0,2,43045,43033,43034,0,2,43045,43034,9587,0,2,9587,43034,9588,0,2,9587,9588,9589,0,2,9589,9588,9457,0,2,9589,9457,43041,0,2,43039,9457,9598,0,2,9457,9588,9590,0,2,9595,9591,9592,0,2,9592,9593,43036,0,2,43036,9594,9592,0,2,9592,9594,9595,0,2,9595,9594,34519,0,2,9596,34519,9458,0,2,34519,9596,9595,0,2,9595,9596,9591,0,2,34519,9594,9496,0,2,9590,43032,9597,0,2,9597,9596,9598,0,2,9598,9596,9458,0,2,9597,9598,9457,0,2,9597,9457,9590,0,2,9596,9597,9591,0,2,9591,9597,43032,0,2,43037,9586,9478,0,2,9418,9417,9599,0,2,9599,9606,9600,0,2,9601,9600,9602,0,2,9601,9382,9603,0,2,9601,9603,9600,0,2,9603,9418,9599,0,2,9599,9600,9603,0,2,9416,9604,9417,0,2,9417,9604,9599,0,2,9599,9604,9605,0,2,9605,9443,9606,0,2,9606,9443,9607,0,2,9446,9602,9607,0,2,9607,9602,9606,0,2,9606,9602,9600,0,2,9605,9606,9599,0,2,9438,9439,9609,0,2,9608,9432,9609,0,2,9611,9610,9571,0,2,9611,9438,9610,0,2,9610,9438,9609,0,2,9609,9439,9608,0,2,9608,9439,9440,0,2,9608,9440,9378,0,2,43020,9435,9612,0,2,43020,9612,9434,0,2,9435,9610,9612,0,2,9434,9612,9609,0,2,9434,9609,9432,0,2,9434,9432,9431,0,2,9431,9432,9377,0,2,9609,9612,9610,0,2,9431,9433,34581,0,2,8812,43057,8813,0,2,8813,43057,9369,0,2,8813,9369,9613,0,2,9613,9369,9681,0,2,9681,9369,9614,0,2,9614,9370,9615,0,2,9672,9617,9618,0,2,9618,9617,43078,0,2,9618,43078,9668,0,2,9668,43078,43081,0,2,9668,43081,43087,0,2,9668,43087,9619,0,2,9620,43083,9381,0,2,9620,9381,9621,0,2,9621,9623,9622,0,2,9630,9383,9624,0,2,9625,9624,9647,0,2,9647,9626,9646,0,2,9646,9626,9385,0,2,9646,9385,9655,0,2,9655,9385,9644,0,2,9644,9385,9627,0,2,9644,9627,9386,0,2,9644,9386,9628,0,2,9628,9386,9629,0,2,9628,9629,9645,0,2,9660,9645,9629,0,2,9630,9633,9623,0,2,9623,9633,9622,0,2,9622,9633,9631,0,2,9632,9633,34713,0,2,9648,9649,9634,0,2,9635,9658,9650,0,2,9636,9635,9651,0,2,9652,9637,9642,0,2,9642,9637,8924,0,2,9642,8924,9638,0,2,9641,9638,8923,0,2,8918,8923,9639,0,2,9642,9641,9640,0,2,9642,9640,9652,0,2,9640,9641,9651,0,2,9651,9641,42995,0,2,9651,42995,9636,0,2,8918,9641,8923,0,2,9641,9642,9638,0,2,42985,9639,8922,0,2,8922,9639,8923,0,2,42533,9637,9643,0,2,42533,9643,9628,0,2,9628,9643,9644,0,2,9644,9643,9655,0,2,8925,9645,9406,0,2,9645,8925,9628,0,2,9628,8925,42533,0,2,9632,9631,9633,0,2,9633,9630,9625,0,2,9625,9630,9624,0,2,9649,9625,9647,0,2,9649,9647,9654,0,2,9654,9646,9655,0,2,9646,9654,9647,0,2,9633,9625,9648,0,2,9634,9649,9656,0,2,9634,9656,9658,0,2,9635,9650,9651,0,2,9652,9640,9657,0,2,9652,9657,9653,0,2,9655,9643,9653,0,2,9655,9653,9654,0,2,9653,9643,9652,0,2,9652,9643,9637,0,2,9654,9653,9656,0,2,9656,9649,9654,0,2,9653,9657,9656,0,2,9656,9657,9658,0,2,9658,9657,9650,0,2,9649,9648,9625,0,2,9688,9659,9632,0,2,9670,9688,9632,0,2,9631,9632,9659,0,2,9631,9659,9622,0,2,9383,9384,9624,0,2,9626,9624,9445,0,2,9445,9624,9384,0,2,9647,9624,9626,0,2,9660,9661,9404,0,2,9404,9661,9663,0,2,43042,9663,9664,0,2,9664,9663,9662,0,2,9387,9661,9660,0,2,9387,9660,9629,0,2,9387,9629,9386,0,2,9661,9387,9663,0,2,9662,9663,9471,0,2,9662,9471,9389,0,2,9389,9391,9662,0,2,9662,9391,9664,0,2,9667,9664,9665,0,2,9665,34514,9666,0,2,9665,9666,9667,0,2,9667,43043,9664,0,2,43043,9402,9403,0,2,9667,9402,43043,0,2,9471,9663,9388,0,2,9388,9663,9387,0,2,9383,9630,9382,0,2,9382,9630,9623,0,2,9621,9622,9620,0,2,9620,9622,9659,0,2,9659,9619,43083,0,2,43083,9620,9659,0,2,9618,9668,9669,0,2,9669,9688,9670,0,2,9670,9671,9669,0,2,9618,9669,9672,0,2,43054,9674,9675,0,2,9680,9678,9683,0,2,9680,9683,9615,0,2,9615,9683,9614,0,2,9615,9679,9680,0,2,9680,9617,9673,0,2,9673,9617,9672,0,2,9617,9680,9679,0,2,9616,9679,9615,0,2,9680,9673,9677,0,2,9677,9673,9676,0,2,9613,9681,8814,0,2,8813,9613,8814,0,2,8814,9681,9682,0,2,9682,9681,9683,0,2,9682,9683,9678,0,2,9678,9685,9682,0,2,9682,9685,8905,0,2,8905,9685,9684,0,2,9684,9685,8908,0,2,9684,8908,8907,0,2,8899,8907,8898,0,2,9678,9677,43194,0,2,9678,43194,9685,0,2,9685,9686,43052,0,2,9685,43052,8908,0,2,9688,9687,9659,0,2,9669,9668,9687,0,2,9669,9687,9688,0,2,9668,9619,9687,0,2,9687,9619,9659,0,2,43077,9363,9689,0,2,9690,9689,9732,0,2,9690,9732,9691,0,2,9690,9691,43076,0,2,9692,9727,9693,0,2,9694,9693,9695,0,2,9694,9695,9697,0,2,9697,9695,9696,0,2,9697,9696,8723,0,2,9696,9698,9699,0,2,9699,9724,9696,0,2,9696,9695,9698,0,2,9698,9695,9721,0,2,9700,9721,9725,0,2,9700,9725,9728,0,2,9701,9716,9702,0,2,9702,9716,9705,0,2,9705,9717,9704,0,2,9704,9717,9714,0,2,9714,9717,9703,0,2,9714,9703,8800,0,2,8800,9703,9777,0,2,9705,9707,9706,0,2,9706,9707,9708,0,2,8721,9709,9710,0,2,9710,8795,8790,0,2,8790,8795,8794,0,2,8796,8795,9711,0,2,9711,9709,9704,0,2,9704,9709,45470,0,2,45470,9709,9707,0,2,9708,9707,9709,0,2,9709,9711,9710,0,2,9711,8795,9710,0,2,8796,9711,45469,0,2,8796,45469,9821,0,2,9821,45469,9712,0,2,9712,8800,9713,0,2,9713,8799,9712,0,2,9704,45470,9705,0,2,9705,45470,9707,0,2,8721,9715,9709,0,2,9709,9715,9708,0,2,9715,8787,9708,0,2,8787,9722,9708,0,2,9705,9706,9702,0,2,9728,9701,9700,0,2,9717,9705,9716,0,2,9717,9716,9718,0,2,9718,9716,9720,0,2,9720,8801,9719,0,2,8801,43152,9719,0,2,9720,9716,9729,0,2,9720,9729,43156,0,2,9700,9701,9702,0,2,9700,9702,9723,0,2,9702,9706,9723,0,2,9723,9706,9722,0,2,9722,9706,9708,0,2,9723,9722,9699,0,2,9699,9722,9724,0,2,8789,9724,9722,0,2,9721,9700,9698,0,2,9691,9732,9692,0,2,9732,9727,9692,0,2,9727,9725,9693,0,2,9693,9721,9695,0,2,9721,9693,9725,0,2,9725,9727,9726,0,2,9729,9728,9730,0,2,9730,9728,9725,0,2,9730,9725,9726,0,2,9733,8805,8804,0,2,8804,9726,9733,0,2,9733,9726,9731,0,2,9731,9727,9732,0,2,9731,9732,9689,0,2,9694,9692,9693,0,2,8762,9692,9694,0,2,8762,9694,8724,0,2,9363,8808,9689,0,2,9689,8808,9733,0,2,9689,9733,9731,0,2,8719,8792,8718,0,2,8612,43180,45471,0,2,9736,9735,9762,0,2,9736,9762,9737,0,2,9739,9737,9764,0,2,9738,8718,9739,0,2,9739,9736,9737,0,2,9739,9764,9738,0,2,9734,9735,9736,0,2,9736,9739,43180,0,2,8716,8610,8715,0,2,8610,9765,8715,0,2,8715,9765,9756,0,2,8620,9740,8690,0,2,9756,9740,9752,0,2,9756,9752,9755,0,2,9755,9752,8732,0,2,8732,9752,8765,0,2,8765,9752,9754,0,2,8765,9754,9741,0,2,9741,9754,9742,0,2,9742,9754,8621,0,2,9742,8621,9743,0,2,34583,9744,9750,0,2,9745,34584,34585,0,2,9746,34590,9751,0,2,9746,9751,8624,0,2,9746,8624,9747,0,2,9747,8624,8625,0,2,8624,9751,9748,0,2,9748,9751,8709,0,2,8709,9751,9749,0,2,8622,9749,9750,0,2,8622,9750,9744,0,2,34584,9750,9749,0,2,34584,9749,9751,0,2,34584,9751,34585,0,2,8709,9749,8623,0,2,8623,9749,8622,0,2,34583,9742,9744,0,2,8622,9744,9743,0,2,9743,9744,9742,0,2,34561,8621,9754,0,2,34561,9754,9752,0,2,34561,9752,9753,0,2,9753,9752,9740,0,2,9756,9755,9761,0,2,9756,9761,8715,0,2,8715,9761,9757,0,2,8715,9757,8716,0,2,8716,9757,9734,0,2,9757,9758,9735,0,2,9735,9758,8775,0,2,9735,8775,9762,0,2,9762,8775,9759,0,2,9762,9759,9760,0,2,9760,9759,8783,0,2,9761,8729,9757,0,2,8729,9761,8730,0,2,8730,9761,9755,0,2,9734,9757,9735,0,2,9762,9760,9763,0,2,9738,9764,8720,0,2,9738,8720,8719,0,2,9764,9737,9763,0,2,9763,9737,9762,0,2,9763,8785,9764,0,2,9764,8785,8786,0,2,8720,9764,8786,0,2,9740,9756,9765,0,2,9740,9765,8690,0,2,8690,9765,8619,0,2,8603,43182,8688,0,2,8599,10119,43513,0,2,43513,10119,43191,0,2,43509,8599,9766,0,2,9766,43510,9839,0,2,9839,43510,9784,0,2,9839,9784,9840,0,2,9854,9784,9767,0,2,9851,9767,9768,0,2,9768,9782,9769,0,2,9782,9785,10114,0,2,9825,9771,9772,0,2,10109,9772,9826,0,2,9826,9772,9798,0,2,9831,9798,9773,0,2,9773,9797,43131,0,2,43131,9797,9794,0,2,43132,9794,9774,0,2,9796,9778,43134,0,2,43134,9778,43122,0,2,43122,9775,43152,0,2,43152,9775,9776,0,2,9776,9775,9713,0,2,9776,9777,43152,0,2,9713,9775,8798,0,2,8798,9778,8797,0,2,9778,9796,9824,0,2,9824,9796,9792,0,2,9781,9782,43512,0,2,43512,9782,9783,0,2,9783,9767,43510,0,2,43510,9767,9784,0,2,9783,9768,9767,0,2,9768,9783,9782,0,2,9782,9781,9785,0,2,9785,9781,9789,0,2,43536,9780,9791,0,2,43536,9791,9786,0,2,9786,9791,9787,0,2,9786,9787,9788,0,2,9788,9787,9799,0,2,9785,9789,9770,0,2,9770,9789,9786,0,2,9770,9786,9788,0,2,9790,9786,9789,0,2,9790,43536,9786,0,2,9780,9779,9791,0,2,9792,9791,9824,0,2,9792,9795,9793,0,2,9774,9794,9795,0,2,9774,9795,9796,0,2,9796,9795,9792,0,2,9793,9795,9794,0,2,9794,9797,9800,0,2,9800,9797,9798,0,2,9798,9772,9771,0,2,9798,9771,9800,0,2,9800,9771,9799,0,2,9793,9799,9792,0,2,9792,9787,9791,0,2,9800,9799,9793,0,2,9800,9793,9794,0,2,9773,9798,9797,0,2,43122,9778,8798,0,2,43122,8798,9775,0,2,9822,9823,9801,0,2,9801,9823,9802,0,2,9802,9803,9801,0,2,9801,9803,9804,0,2,43539,9805,43538,0,2,9806,8794,8796,0,2,43539,9804,9816,0,2,43539,9816,45472,0,2,9807,9819,8602,0,2,8602,9819,8601,0,2,8601,9819,9818,0,2,43539,45472,9805,0,2,9805,45472,9808,0,2,9815,9810,9811,0,2,9815,9811,9813,0,2,9813,9811,9812,0,2,8614,9811,8618,0,2,8614,9812,9811,0,2,9814,43181,8792,0,2,9815,9813,9814,0,2,9815,9814,8793,0,2,8792,8793,9814,0,2,9808,9809,9810,0,2,9808,9810,9805,0,2,9805,9810,9815,0,2,9815,8793,9806,0,2,8794,9806,8791,0,2,8791,9806,8793,0,2,9806,43538,9815,0,2,9815,43538,9805,0,2,9804,9803,9816,0,2,9816,9817,9807,0,2,9807,9817,43533,0,2,9818,43533,43535,0,2,43513,43535,43541,0,2,43541,43540,43511,0,2,43533,9818,9819,0,2,43533,9819,9807,0,2,9821,8799,9822,0,2,9822,8799,8797,0,2,9821,9822,9820,0,2,9820,9822,9801,0,2,9822,8797,9823,0,2,9778,9824,9823,0,2,9778,9823,8797,0,2,9799,9771,9770,0,2,9799,9770,9788,0,2,9825,9772,10113,0,2,10113,9772,10109,0,2,9826,9798,9832,0,2,9828,9827,10112,0,2,10112,9827,9829,0,2,9830,9829,43126,0,2,43126,9829,9831,0,2,43126,9831,9773,0,2,9832,9831,9829,0,2,9829,9827,9832,0,2,9832,9827,9826,0,2,9825,9770,9771,0,2,9770,9825,9785,0,2,43509,9766,9839,0,2,9833,9856,9834,0,2,43508,9836,9838,0,2,9838,9836,9837,0,2,9838,9837,8596,0,2,9839,9840,9833,0,2,9833,9840,9856,0,2,9856,9840,9852,0,2,9856,9852,9841,0,2,9843,9841,9842,0,2,9843,9842,9849,0,2,9843,9849,9845,0,2,45424,9845,9844,0,2,9844,9845,9848,0,2,9850,9846,9847,0,2,9847,10103,9897,0,2,9846,10103,9847,0,2,9845,9849,9848,0,2,9848,9847,9897,0,2,9847,9849,9850,0,2,9846,9850,9855,0,2,9850,9849,9853,0,2,9850,9853,43542,0,2,9767,9851,9854,0,2,9854,9841,9852,0,2,9854,9852,9784,0,2,9784,9852,9840,0,2,9841,9854,9842,0,2,9842,9854,9853,0,2,43542,9853,9851,0,2,9853,9849,9842,0,2,9851,9853,9854,0,2,9850,43542,9855,0,2,9847,9848,9849,0,2,9856,9857,9862,0,2,9862,9857,9861,0,2,43328,9843,9845,0,2,9856,9858,9834,0,2,9834,9858,9859,0,2,9834,9859,9836,0,2,9834,9836,43508,0,2,9837,9836,9870,0,2,9859,9863,9860,0,2,43330,9863,9861,0,2,9870,9836,9859,0,2,9859,9858,9863,0,2,9858,9862,9861,0,2,9858,9861,9863,0,2,9862,9858,9856,0,2,8596,9837,9865,0,2,9865,9837,9864,0,2,9866,9865,8593,0,2,9866,8593,8595,0,2,9868,9869,8567,0,2,8591,9868,8590,0,2,9868,8567,8590,0,2,8590,8567,8588,0,2,9868,9867,9869,0,2,8567,9869,8568,0,2,8568,9869,8572,0,2,8569,8572,8570,0,2,8572,9869,9867,0,2,8568,8572,8569,0,2,9867,8593,8573,0,2,8573,8593,9865,0,2,8573,9865,9864,0,2,8573,9864,8574,0,2,8574,9864,9837,0,2,8574,9837,9870,0,2,9860,9870,9859,0,2,8575,8574,8578,0,2,8578,8574,9871,0,2,8578,9871,8577,0,2,8577,9871,9872,0,2,9873,43331,9874,0,2,9874,43331,45431,0,2,9874,45431,9875,0,2,9875,45420,9876,0,2,9876,45420,45423,0,2,9876,45423,9877,0,2,44850,44849,9878,0,2,44850,9878,9879,0,2,9880,8410,9881,0,2,9880,9881,9885,0,2,9880,9885,9879,0,2,9879,9885,9884,0,2,9879,9884,9883,0,2,9879,9883,44850,0,2,44854,9881,45414,0,2,44850,9882,44849,0,2,44849,9882,9877,0,2,9885,9881,44855,0,2,9885,44855,9884,0,2,8409,8410,9886,0,2,8409,9886,9887,0,2,47674,9887,9888,0,2,47674,9888,43233,0,2,43233,9888,9889,0,2,9889,9888,43308,0,2,9889,43308,9890,0,2,9889,9890,10116,0,2,10116,9890,43307,0,2,9891,43307,9892,0,2,9892,43307,9893,0,2,9892,9893,9900,0,2,9900,9893,9895,0,2,9895,9893,9894,0,2,9895,9894,9896,0,2,9896,9898,9897,0,2,9897,9898,9848,0,2,9898,9896,43506,0,2,43506,9896,9894,0,2,9894,9893,43506,0,2,9898,43506,9848,0,2,9848,43506,9844,0,2,9899,9891,9900,0,2,9915,9895,9896,0,2,9915,9896,9902,0,2,9902,9896,10103,0,2,9903,9902,43302,0,2,43302,9902,9904,0,2,9904,10101,9905,0,2,9905,43312,9906,0,2,9906,43310,9907,0,2,10098,9907,9908,0,2,10098,9908,43140,0,2,9911,9909,9910,0,2,9913,9916,9922,0,2,9913,9922,9921,0,2,9913,9921,10102,0,2,9914,9915,9903,0,2,9918,9927,9924,0,2,9932,9933,9919,0,2,9919,9933,9939,0,2,9920,9921,9923,0,2,9923,9921,9922,0,2,9922,9926,9918,0,2,9922,9918,9923,0,2,9926,9922,9917,0,2,9917,9922,9916,0,2,9932,9919,9924,0,2,9924,9919,43247,0,2,9924,43247,9925,0,2,9925,9923,9918,0,2,9918,9924,9925,0,2,9918,9926,9927,0,2,9927,9926,9928,0,2,9929,9917,9930,0,2,9930,9917,9916,0,2,9930,9916,9912,0,2,9912,43306,9911,0,2,9912,9911,9910,0,2,9912,9910,9930,0,2,9930,9910,9931,0,2,9917,9929,9926,0,2,9928,9926,9929,0,2,9924,9927,43169,0,2,9924,43169,9932,0,2,9933,9932,9934,0,2,9935,43166,9938,0,2,9936,43175,9937,0,2,8845,9937,8856,0,2,9938,10083,9933,0,2,9933,10083,9939,0,2,9940,43245,10084,0,2,9940,10084,43243,0,2,43243,9941,10075,0,2,43243,10075,9942,0,2,9942,10075,9943,0,2,9943,10076,9944,0,2,9944,10076,9945,0,2,9944,9945,10077,0,2,9944,10077,43242,0,2,43242,10077,9946,0,2,9946,10068,34679,0,2,34679,10068,10067,0,2,9947,10067,10092,0,2,9947,10092,9975,0,2,9973,9975,9948,0,2,9948,9313,9973,0,2,9954,9955,10059,0,2,10059,9955,9956,0,2,9956,9957,45567,0,2,9957,9958,9959,0,2,9959,9958,9960,0,2,46872,9961,9962,0,2,46872,9962,45602,0,2,45602,9962,9963,0,2,9964,9965,9966,0,2,16581,16582,16673,0,2,16673,16582,9967,0,2,9967,16582,9968,0,2,9968,16586,45605,0,2,45605,16586,45607,0,2,45605,45606,45603,0,2,9968,45603,9967,0,2,45603,9968,45605,0,2,9962,9961,9340,0,2,9958,9961,9960,0,2,9961,9958,9339,0,2,9339,9958,9345,0,2,9345,9958,9957,0,2,9957,9956,9338,0,2,9338,9956,9969,0,2,9336,9969,9971,0,2,9336,9971,9334,0,2,9308,9343,9311,0,2,9311,9343,9334,0,2,9311,9334,9312,0,2,9312,9334,9971,0,2,9970,9971,9972,0,2,9972,9954,9953,0,2,9971,9969,9972,0,2,9954,9972,9955,0,2,9972,9969,9955,0,2,9312,9971,9970,0,2,9313,9970,9972,0,2,9972,9953,9976,0,2,9976,9953,9950,0,2,9950,9953,9951,0,2,9951,9953,9952,0,2,9976,9949,9972,0,2,9973,9313,9972,0,2,9972,9949,9973,0,2,9334,9335,9336,0,2,9336,9338,9969,0,2,9962,9341,9963,0,2,9341,9342,9963,0,2,9963,9342,9974,0,2,9963,9974,9964,0,2,9964,9974,9965,0,2,10060,9977,9978,0,2,9978,9992,9979,0,2,10063,10066,9980,0,2,9980,9990,45611,0,2,45611,9990,10057,0,2,9981,9982,9983,0,2,9983,9982,10056,0,2,9954,10059,9986,0,2,9952,9953,9986,0,2,9986,9953,9954,0,2,9986,9987,9952,0,2,9952,9987,9993,0,2,9952,9993,9951,0,2,10059,9994,9986,0,2,9986,9994,9985,0,2,9986,9985,9987,0,2,9993,9987,9988,0,2,9991,9988,9989,0,2,9989,45583,9990,0,2,9989,9990,9980,0,2,9989,9980,10066,0,2,9989,10066,9991,0,2,9988,9991,10065,0,2,10065,9992,9993,0,2,9993,9992,9951,0,2,9951,9992,9950,0,2,9993,9988,10065,0,2,10065,9979,9992,0,2,9992,9978,9977,0,2,9994,10059,45568,0,2,9995,45568,9996,0,2,9995,9996,10002,0,2,10002,9996,9997,0,2,45587,9998,45571,0,2,45589,16654,45592,0,2,45592,16654,9999,0,2,10001,10000,43670,0,2,10001,43688,10000,0,2,9997,9998,45587,0,2,9997,45587,10002,0,2,10002,10003,10004,0,2,10004,10003,43285,0,2,43285,10003,45586,0,2,43285,45586,10048,0,2,10048,45586,10005,0,2,10006,45593,10007,0,2,10051,10008,10009,0,2,10055,10010,10044,0,2,10055,10044,10011,0,2,8398,10011,10012,0,2,8398,10012,10013,0,2,10013,10012,45319,0,2,10013,45319,10014,0,2,10013,10014,8396,0,2,8396,10014,10015,0,2,8396,10015,8395,0,2,8395,10015,10016,0,2,10172,10016,10017,0,2,10017,10022,10019,0,2,10019,10022,10018,0,2,10018,10174,10019,0,2,10174,10176,10020,0,2,10020,10021,10170,0,2,10015,10014,10022,0,2,10022,10014,10018,0,2,10018,10014,10023,0,2,10023,10025,10024,0,2,10023,10024,10174,0,2,10023,10174,10018,0,2,10024,10025,8385,0,2,8385,10025,10026,0,2,10027,10028,10037,0,2,10037,10028,10036,0,2,10031,10030,10007,0,2,10031,10007,10032,0,2,10032,10007,10033,0,2,45586,10058,10035,0,2,10035,10058,45587,0,2,10035,45587,45588,0,2,45588,10034,10035,0,2,10032,45594,45598,0,2,10032,45598,10031,0,2,10030,10031,45596,0,2,10030,45596,10036,0,2,10036,45596,10037,0,2,10027,10037,10038,0,2,10027,10038,10039,0,2,10040,10039,43678,0,2,10040,43678,10041,0,2,10039,10040,10042,0,2,10040,8384,10042,0,2,10042,8384,10026,0,2,10026,8384,8385,0,2,10030,10036,10008,0,2,10008,10036,10028,0,2,10008,10028,10029,0,2,10032,10033,45594,0,2,45594,10033,10035,0,2,10008,10051,10030,0,2,10030,10051,10007,0,2,10008,10029,10009,0,2,10009,10029,10010,0,2,10010,10029,10044,0,2,10027,10042,45320,0,2,10027,45320,10028,0,2,10028,10043,10044,0,2,10028,10044,10029,0,2,10044,10043,10012,0,2,10044,10012,10011,0,2,10022,10017,10015,0,2,10015,10017,10016,0,2,10014,10045,10023,0,2,10023,10045,10025,0,2,10025,10045,10026,0,2,10026,45320,10042,0,2,10014,45319,10045,0,2,8396,8397,10013,0,2,10013,8397,43754,0,2,10013,43754,8398,0,2,9995,10046,9984,0,2,9994,9984,9985,0,2,9984,9994,45568,0,2,9984,45568,9995,0,2,10002,10004,9995,0,2,9995,10004,10046,0,2,43279,10048,43278,0,2,43278,10048,43284,0,2,43278,43284,10049,0,2,10049,43283,10050,0,2,10050,43286,43270,0,2,43270,43286,43266,0,2,43266,43286,10051,0,2,43266,10051,43265,0,2,43265,10051,10009,0,2,43265,10009,10052,0,2,10054,10053,43755,0,2,43755,10053,10011,0,2,10011,10053,10055,0,2,10010,10055,10052,0,2,10010,10052,10009,0,2,10052,10055,43262,0,2,43262,10055,10053,0,2,10056,9984,10046,0,2,45587,10058,10002,0,2,10002,10058,10003,0,2,9975,9976,9947,0,2,9947,9976,9950,0,2,9947,9950,9977,0,2,10060,9978,10061,0,2,34680,10061,9979,0,2,34680,9979,34681,0,2,34681,9979,10064,0,2,10064,9979,10065,0,2,10064,10065,10066,0,2,10066,10065,9991,0,2,10066,10063,10064,0,2,9979,10061,9978,0,2,9975,9973,9949,0,2,9975,9949,9976,0,2,9992,9977,9950,0,2,10085,10068,10077,0,2,10085,10078,10080,0,2,10071,10070,10094,0,2,10094,10070,8845,0,2,8845,10070,10072,0,2,8845,10072,9937,0,2,10070,10069,10072,0,2,10079,9936,9937,0,2,10081,9936,10074,0,2,10075,10074,10076,0,2,9943,10075,10076,0,2,9945,10085,10077,0,2,9945,10076,10085,0,2,10085,10076,10078,0,2,10080,10078,10079,0,2,10079,10078,10074,0,2,10074,10078,10076,0,2,10079,10073,10080,0,2,10069,10080,10072,0,2,10072,10080,10073,0,2,10079,10074,9936,0,2,9938,10081,9941,0,2,9938,9941,10082,0,2,10082,9941,43243,0,2,10074,10075,9941,0,2,9941,10081,10074,0,2,10083,10084,9939,0,2,9939,10084,43245,0,2,9938,10082,10083,0,2,10083,10082,10084,0,2,10079,9937,10073,0,2,10073,9937,10072,0,2,10068,10085,10086,0,2,10068,10086,10093,0,2,10091,10087,10088,0,2,10088,10087,10095,0,2,10089,9316,9315,0,2,10089,9315,10090,0,2,10091,10088,10090,0,2,10090,10088,10089,0,2,10090,9315,10092,0,2,10093,10092,10067,0,2,10093,10067,10068,0,2,10093,10086,10091,0,2,10093,10091,10090,0,2,10093,10090,10092,0,2,10080,10069,10085,0,2,10085,10069,10086,0,2,10086,10071,10091,0,2,10091,10071,10087,0,2,10071,10086,10069,0,2,10069,10070,10071,0,2,10097,10096,43227,0,2,10097,43227,10088,0,2,10097,10088,10095,0,2,10096,9318,43227,0,2,43227,10089,10088,0,2,9315,9948,9975,0,2,9315,9975,10092,0,2,9933,9934,9938,0,2,9938,9934,9935,0,2,43306,10099,9911,0,2,10098,43140,10099,0,2,9911,10099,43140,0,2,9904,9902,10100,0,2,9904,10100,10101,0,2,9915,9914,9895,0,2,9895,9914,9901,0,2,9901,9914,10102,0,2,43314,10102,9914,0,2,9903,9915,9902,0,2,9896,9897,10103,0,2,9902,10103,10100,0,2,10100,10103,9846,0,2,9846,9855,10104,0,2,10104,9855,10106,0,2,10104,10106,10108,0,2,10104,10108,10110,0,2,9905,10105,43312,0,2,9905,10101,10105,0,2,10105,10101,10110,0,2,10101,10115,10110,0,2,10110,10115,10104,0,2,9855,43542,10107,0,2,9855,10107,10106,0,2,9769,10107,9768,0,2,43542,9768,10107,0,2,10107,9769,10106,0,2,10110,10108,10109,0,2,10111,9827,9828,0,2,10111,9828,43312,0,2,43312,9828,43310,0,2,43310,9828,43141,0,2,43141,9828,10112,0,2,9827,10111,10109,0,2,10109,9826,9827,0,2,10109,10108,10113,0,2,9769,9782,10114,0,2,10114,9785,10113,0,2,10113,9785,9825,0,2,9769,10114,10106,0,2,10106,10114,10108,0,2,10101,10100,10115,0,2,10115,9846,10104,0,2,9846,10115,10100,0,2,9892,9900,9891,0,2,9891,9899,43307,0,2,43307,9899,10116,0,2,9889,10116,10117,0,2,43233,9889,10117,0,2,9887,47674,10118,0,2,10118,47674,43295,0,2,9879,45317,9880,0,2,9860,8574,9870,0,2,9865,9866,8595,0,2,8595,8596,9865,0,2,43508,9835,9834,0,2,8597,8598,43188,0,2,8598,8597,10119,0,2,8590,8589,10120,0,2,8590,10120,10121,0,2,10121,10120,8604,0,2,10121,8604,8603,0,2,8683,10120,8589,0,2,10122,10123,10124,0,2,10124,10123,8566,0,2,10122,10124,8588,0,2,10122,8588,8564,0,2,8564,10135,10125,0,2,10125,10135,10126,0,2,10126,10136,10139,0,2,10129,10130,8579,0,2,8579,10130,10131,0,2,10131,10130,10128,0,2,10128,10127,10131,0,2,10131,10127,10132,0,2,10135,10134,10126,0,2,10126,10134,10136,0,2,10139,10136,10127,0,2,10127,10136,10132,0,2,8585,45432,10129,0,2,10129,45432,45433,0,2,10129,45433,10130,0,2,10130,45433,45435,0,2,10130,45435,10128,0,2,10128,45435,10137,0,2,8562,10138,10137,0,2,10138,10140,10137,0,2,10137,10140,10128,0,2,10128,10140,10127,0,2,10126,10139,8563,0,2,8563,10139,10138,0,2,8562,8420,43813,0,2,43335,10141,43809,0,2,43335,43809,43505,0,2,43505,10142,10143,0,2,10143,10142,10145,0,2,10143,10145,10144,0,2,10144,10145,10146,0,2,10147,10146,10148,0,2,43340,10148,10149,0,2,43802,10149,44883,0,2,43802,44883,10150,0,2,10150,44883,43800,0,2,43800,44883,10151,0,2,43804,10151,44882,0,2,43804,44882,43796,0,2,10153,10146,10145,0,2,10153,10145,10154,0,2,10154,10145,10142,0,2,10146,10147,10144,0,2,8562,43813,43334,0,2,43334,43374,8563,0,2,8412,10156,10155,0,2,10155,10156,8401,0,2,8401,10156,8402,0,2,8412,10155,8413,0,2,8413,10155,10163,0,2,8413,10163,45437,0,2,45437,10163,10157,0,2,10165,10158,10159,0,2,10165,10159,44874,0,2,10159,10160,8518,0,2,8519,8518,10160,0,2,8519,10160,43387,0,2,43387,44877,10161,0,2,10161,44877,10162,0,2,8402,10162,8401,0,2,8402,8400,10162,0,2,10160,44877,43387,0,2,10155,45439,10163,0,2,10157,10163,10158,0,2,10158,10163,10159,0,2,8414,45437,10157,0,2,8414,10157,10158,0,2,10164,10158,10165,0,2,10164,10165,10166,0,2,8511,8415,10166,0,2,8512,8525,10165,0,2,8512,10165,44874,0,2,10158,10164,44844,0,2,10158,44844,8414,0,2,8525,10166,10165,0,2,8402,8403,8400,0,2,10054,8400,43263,0,2,8403,43263,8400,0,2,43752,10167,10171,0,2,10171,10167,10168,0,2,10171,10168,8394,0,2,8394,10168,10169,0,2,10016,10172,8394,0,2,10168,10167,8393,0,2,10167,43752,8391,0,2,43752,10171,10175,0,2,10175,10171,10173,0,2,10173,10171,10172,0,2,8394,10172,10171,0,2,10172,10017,10173,0,2,10175,10173,10174,0,2,10019,10174,10173,0,2,10019,10173,10017,0,2,10174,10020,10175,0,2,10175,10170,43751,0,2,10175,43751,43752,0,2,10170,10175,10020,0,2,43738,8390,8387,0,2,8387,8389,43738,0,2,10021,8390,10170,0,2,8390,10021,8387,0,2,8387,10020,10176,0,2,8387,10176,8386,0,2,10020,8387,10021,0,2,8380,43620,43621,0,2,43621,10195,10196,0,2,10177,10196,10197,0,2,10177,10197,10178,0,2,8378,8379,10179,0,2,10196,10179,43621,0,2,10179,8379,43621,0,2,43621,8379,8380,0,2,8380,8379,10208,0,2,8380,10208,10181,0,2,10181,10208,10180,0,2,10181,10180,10186,0,2,10186,10180,43583,0,2,43583,10180,10209,0,2,43583,10209,10182,0,2,8634,10207,8372,0,2,8634,8372,10183,0,2,8634,10184,43583,0,2,43583,10184,10185,0,2,10181,10186,8643,0,2,10181,8643,43584,0,2,8642,8643,10187,0,2,8642,10187,8644,0,2,8643,10186,10187,0,2,10186,10185,10187,0,2,10187,10185,43579,0,2,43579,10188,10187,0,2,10187,10188,8644,0,2,8644,10188,8640,0,2,8640,10188,8639,0,2,8639,10188,8638,0,2,10210,10178,10189,0,2,10189,10178,10197,0,2,10189,10197,10198,0,2,10198,10201,10190,0,2,43654,10190,10191,0,2,43651,10191,10202,0,2,10202,10200,10192,0,2,10192,10194,10193,0,2,10193,10194,43653,0,2,43653,10194,10195,0,2,10197,10199,10198,0,2,10196,10195,10199,0,2,10199,10194,10200,0,2,10200,10194,10192,0,2,10190,10201,10202,0,2,10202,10201,10200,0,2,10202,10191,10190,0,2,10201,10198,10199,0,2,10200,10201,10199,0,2,10178,10210,10211,0,2,10206,10211,10204,0,2,10204,10211,10203,0,2,10178,10211,10206,0,2,10177,10206,10205,0,2,10177,10205,8378,0,2,10209,8378,10182,0,2,10182,8378,10205,0,2,10205,10206,10204,0,2,10182,10205,8634,0,2,8634,10205,10207,0,2,10292,10204,10203,0,2,8378,10209,10208,0,2,10208,10209,10180,0,2,8375,10210,10189,0,2,10210,8374,10211,0,2,8373,10203,10211,0,2,10210,8375,8374,0,2,8373,10211,8374,0,2,8374,10213,10212,0,2,10212,10213,10214,0,2,10212,10214,10295,0,2,10295,10215,10216,0,2,10216,10215,43575,0,2,10216,43575,10217,0,2,10217,43575,10218,0,2,10218,43576,10219,0,2,10222,43572,10221,0,2,8370,10223,8369,0,2,8369,10223,10224,0,2,8369,10224,10312,0,2,10312,10224,10225,0,2,34531,34535,10227,0,2,10320,10229,10230,0,2,34520,34523,10231,0,2,10256,10248,10235,0,2,10256,10235,10234,0,2,10275,10252,10237,0,2,10237,10236,10238,0,2,10240,8139,10249,0,2,10240,10249,10242,0,2,10240,10242,10241,0,2,10241,10242,10246,0,2,10246,10242,10244,0,2,10244,10242,10247,0,2,10244,10247,10243,0,2,10244,10243,45527,0,2,10244,45527,10245,0,2,10245,45527,8135,0,2,10241,8138,10240,0,2,10241,10246,8137,0,2,8137,10246,10245,0,2,10245,10246,10244,0,2,8137,10245,8240,0,2,10240,45447,8139,0,2,45443,10250,10251,0,2,10248,10251,10235,0,2,10242,10249,10247,0,2,10247,10249,10250,0,2,10250,10255,10251,0,2,10251,10255,10252,0,2,10251,10252,10235,0,2,10249,10253,10250,0,2,10250,10253,10255,0,2,8140,10238,10239,0,2,10239,10238,10254,0,2,10254,10236,10255,0,2,10252,10255,10236,0,2,10239,10254,8139,0,2,8139,10253,10249,0,2,10254,10255,8139,0,2,8139,10255,10253,0,2,10238,10236,10254,0,2,10252,10236,10237,0,2,10252,10275,10235,0,2,10235,10275,10234,0,2,10234,10283,10256,0,2,10258,10256,10261,0,2,10258,10261,10288,0,2,10257,10258,10289,0,2,10257,10289,43015,0,2,10258,10259,10256,0,2,10256,10259,10260,0,2,10260,43012,34524,0,2,34524,43012,10333,0,2,34524,10333,10233,0,2,10232,10233,10231,0,2,10261,10262,10263,0,2,10264,10263,10265,0,2,10266,10281,10267,0,2,43026,10268,8143,0,2,8143,10268,10269,0,2,8143,10269,10270,0,2,10270,10269,10273,0,2,8140,10270,10238,0,2,8140,10271,10270,0,2,10270,10271,10272,0,2,8142,10272,10271,0,2,10238,10270,10273,0,2,10238,10273,10237,0,2,10237,10274,10275,0,2,10276,10275,10279,0,2,10276,10279,10277,0,2,10277,10278,10280,0,2,10282,10278,10274,0,2,10279,10278,10277,0,2,10278,10279,10274,0,2,10274,10279,10275,0,2,10237,10273,10269,0,2,10274,10237,10269,0,2,10274,10269,10282,0,2,10278,10282,10281,0,2,10278,10281,10280,0,2,10266,10280,10281,0,2,10281,10282,10268,0,2,10268,10282,10269,0,2,10277,10265,10263,0,2,10275,10276,10283,0,2,10275,10283,10234,0,2,10277,10263,10276,0,2,10276,10263,10262,0,2,10268,8144,10281,0,2,10281,8144,10267,0,2,10266,10267,10358,0,2,10266,10358,10284,0,2,10284,10358,8348,0,2,10284,8348,8350,0,2,8350,8348,10285,0,2,10286,10287,10265,0,2,10265,10287,10264,0,2,10286,10265,10284,0,2,10284,8350,10286,0,2,10264,10287,10290,0,2,10264,10290,10263,0,2,8350,9564,10286,0,2,10286,9564,10287,0,2,10287,9564,8353,0,2,10287,8353,10290,0,2,10288,10290,10289,0,2,10288,10289,10258,0,2,10289,10290,8353,0,2,10263,10288,10261,0,2,10256,10283,10261,0,2,10261,10283,10262,0,2,10276,10262,10283,0,2,8371,10222,8370,0,2,8370,10222,10221,0,2,8370,10221,10223,0,2,10220,43572,10291,0,2,10220,10291,10294,0,2,10216,10217,10292,0,2,10292,10217,10293,0,2,10292,10293,10294,0,2,10220,10294,10219,0,2,10219,10294,10293,0,2,10218,10219,10293,0,2,10218,10293,10217,0,2,8373,10212,10295,0,2,8373,10295,10203,0,2,10203,10295,10216,0,2,8368,10296,43017,0,2,43017,10296,10297,0,2,10300,10298,10299,0,2,10299,10298,8631,0,2,8630,8631,10298,0,2,8630,10298,8366,0,2,8366,10298,10347,0,2,10299,8632,10300,0,2,10300,8632,10297,0,2,10297,10296,8367,0,2,10297,8367,10300,0,2,10347,10300,10301,0,2,10301,10302,45466,0,2,45466,10302,10303,0,2,45465,10304,10324,0,2,45465,10324,10305,0,2,8363,10306,8360,0,2,10306,8363,10307,0,2,10306,10307,10305,0,2,8360,10306,8361,0,2,10327,10306,10305,0,2,10324,10304,10308,0,2,10308,10304,10303,0,2,10308,10303,10309,0,2,10309,10303,10310,0,2,10309,10310,10326,0,2,10326,10310,10311,0,2,10326,10311,10315,0,2,10315,10311,10344,0,2,10315,10344,10312,0,2,10314,10312,10225,0,2,10312,10314,10316,0,2,10312,10316,10315,0,2,10317,10325,10315,0,2,10317,10315,10316,0,2,10313,10314,10225,0,2,10225,34532,10313,0,2,10313,34532,10318,0,2,10318,10314,10313,0,2,10316,10314,10319,0,2,10318,34532,10226,0,2,10318,10342,10319,0,2,10316,10319,10320,0,2,10320,10319,10229,0,2,10229,10319,10342,0,2,10316,10320,10317,0,2,10317,10320,10341,0,2,10317,10341,10323,0,2,10321,10329,10322,0,2,10321,10322,10323,0,2,10323,10322,10324,0,2,10323,10324,10308,0,2,10308,10309,10325,0,2,10308,10325,10323,0,2,10323,10325,10317,0,2,10325,10309,10326,0,2,10326,10315,10325,0,2,10324,10322,10327,0,2,10323,10341,10321,0,2,10321,10341,10328,0,2,10321,10328,10329,0,2,10329,8358,8357,0,2,8357,9493,10329,0,2,10329,9493,10322,0,2,10322,9493,8359,0,2,10322,8359,10327,0,2,8358,10334,8356,0,2,10341,10320,10230,0,2,10341,10230,10330,0,2,10341,10330,10328,0,2,10329,10334,8358,0,2,10334,10329,10328,0,2,43010,10331,10333,0,2,43010,10333,43012,0,2,43012,10260,10259,0,2,43012,10259,10332,0,2,10332,10259,10258,0,2,10233,10333,10231,0,2,10328,10330,10334,0,2,10336,43009,10337,0,2,10339,10337,10338,0,2,10339,10338,8354,0,2,8354,10338,10257,0,2,10340,8356,43008,0,2,10334,10335,8356,0,2,10318,10226,10228,0,2,10318,10228,10342,0,2,10227,10228,34531,0,2,34531,10228,10226,0,2,10303,10302,10310,0,2,10343,10310,10302,0,2,10301,8367,10302,0,2,10302,8367,10343,0,2,10343,8367,10296,0,2,10343,10296,8368,0,2,10343,8368,10344,0,2,10344,8368,8369,0,2,8369,10312,10344,0,2,10344,10311,10343,0,2,10343,10311,10310,0,2,10324,10327,10305,0,2,10327,8361,10306,0,2,10303,10304,10345,0,2,10345,8364,10346,0,2,10345,10346,10347,0,2,10301,45466,10347,0,2,10347,45466,10345,0,2,8366,10347,8365,0,2,10347,10346,8365,0,2,45465,8364,10345,0,2,8360,10348,9579,0,2,8356,10340,8355,0,2,10339,10349,10340,0,2,10349,8355,10340,0,2,43008,8356,10335,0,2,10350,8347,8146,0,2,9514,10351,10356,0,2,9525,9513,9514,0,2,9525,9514,10356,0,2,9514,10352,10351,0,2,10351,10352,43005,0,2,43005,10350,8146,0,2,43005,8146,10351,0,2,9526,10353,10354,0,2,9526,10354,9527,0,2,25027,10356,10351,0,2,8147,10351,8146,0,2,10356,10353,9525,0,2,10356,10355,10353,0,2,10353,10355,10354,0,2,8145,8347,10357,0,2,8145,10357,10267,0,2,10358,10357,8348,0,2,10285,8348,8349,0,2,10358,10267,10357,0,2,8135,8240,10245,0,2,10359,8250,8251,0,2,8132,10359,8240,0,2,10359,8131,8250,0,2,8250,8131,10360,0,2,10360,8131,8252,0,2,8131,8132,8123,0,2,8123,8122,10361,0,2,10361,8122,10393,0,2,10361,10393,8121,0,2,8131,8123,8130,0,2,8130,8123,10361,0,2,8121,8120,10361,0,2,10361,8120,8130,0,2,8109,10362,10375,0,2,10375,10362,10363,0,2,10363,10362,10364,0,2,10363,10364,8104,0,2,10362,10367,10366,0,2,10362,10366,10364,0,2,10374,10365,8110,0,2,10374,8110,10403,0,2,10403,8110,8118,0,2,10403,8118,8111,0,2,8116,8110,10366,0,2,10366,10365,10364,0,2,10365,10366,8110,0,2,8116,10366,10367,0,2,10373,10401,10406,0,2,10371,10369,8102,0,2,8102,10369,8101,0,2,10369,10427,8101,0,2,10369,10371,10406,0,2,10373,10406,10370,0,2,10370,10371,10372,0,2,8104,10372,8103,0,2,8103,10372,8102,0,2,8102,10372,10371,0,2,10371,10370,10406,0,2,10373,10370,10368,0,2,10368,10370,10372,0,2,8104,10364,10372,0,2,10372,10364,10368,0,2,10364,10365,10368,0,2,10368,10365,10373,0,2,10365,10374,10373,0,2,8108,8109,10375,0,2,10375,10363,8106,0,2,8108,10375,8107,0,2,8107,10375,8106,0,2,8102,8100,8314,0,2,8314,8100,8315,0,2,8315,8100,8099,0,2,8294,8096,8094,0,2,8094,8096,8097,0,2,10376,8097,10377,0,2,10377,8099,40104,0,2,40104,8099,40106,0,2,40106,8099,10430,0,2,40106,10430,10429,0,2,40106,10429,10378,0,2,10378,10429,10379,0,2,10380,10379,10381,0,2,10456,10382,10383,0,2,10384,10431,10385,0,2,10386,10425,10408,0,2,10386,10408,10396,0,2,10386,10396,10387,0,2,10387,10396,10388,0,2,10387,10388,10389,0,2,10389,10388,10390,0,2,10418,10390,10391,0,2,10418,10391,10392,0,2,10392,10391,8124,0,2,8124,10391,8122,0,2,8122,10391,10393,0,2,10394,10395,10398,0,2,10398,10395,10399,0,2,10399,10395,10388,0,2,10407,10388,10396,0,2,10388,10395,10397,0,2,10397,10395,10394,0,2,10388,10397,10390,0,2,10390,10397,10391,0,2,10397,10394,10393,0,2,10397,10393,10391,0,2,10393,10394,8121,0,2,8121,10394,10398,0,2,10400,10399,10401,0,2,10400,10401,10373,0,2,10404,10403,10405,0,2,10404,8121,10398,0,2,10404,10398,10403,0,2,10403,10398,10402,0,2,10398,10399,10402,0,2,10373,10374,10400,0,2,10400,10374,10402,0,2,10399,10388,10401,0,2,10401,10407,10406,0,2,10369,10406,45480,0,2,10369,45480,10427,0,2,10388,10407,10401,0,2,45480,10407,10408,0,2,45480,10408,10426,0,2,45480,10426,10427,0,2,10409,10411,10410,0,2,10410,10411,8099,0,2,10396,10408,10407,0,2,10408,10425,10426,0,2,8124,8134,10392,0,2,10392,8134,10412,0,2,8125,45524,45566,0,2,10414,8125,10415,0,2,10414,19263,10419,0,2,10419,19263,10416,0,2,10418,10417,40110,0,2,10418,40110,10390,0,2,10390,40110,10389,0,2,10392,10412,10417,0,2,10417,10412,10413,0,2,10417,10413,10416,0,2,10414,10419,45524,0,2,10414,45524,8125,0,2,45524,10419,10413,0,2,10413,10419,10416,0,2,10417,10418,10392,0,2,10425,10386,10385,0,2,10385,10386,10420,0,2,10420,40111,10422,0,2,10421,40111,19263,0,2,10385,10420,10422,0,2,10385,10422,10384,0,2,10384,19258,10423,0,2,10423,19258,19257,0,2,10423,19257,19245,0,2,10423,10431,10384,0,2,10385,10431,10424,0,2,10424,10425,10385,0,2,10431,10423,10383,0,2,10424,10383,10382,0,2,10424,10382,40114,0,2,40114,10382,10428,0,2,40114,10428,10429,0,2,40114,10429,10411,0,2,10428,10382,10381,0,2,10428,10381,10379,0,2,10428,10379,10429,0,2,10429,10430,10411,0,2,10411,10430,8099,0,2,10381,10382,10456,0,2,8085,8086,8084,0,2,10436,10432,10433,0,2,10434,19299,10435,0,2,10435,10436,10434,0,2,8084,10432,10436,0,2,10436,10433,10434,0,2,10435,19299,8082,0,2,8082,19299,10437,0,2,8082,10437,19939,0,2,19939,10437,19311,0,2,40178,10439,10434,0,2,40178,10434,10440,0,2,10440,10441,10442,0,2,40171,19283,40176,0,2,40176,19285,19290,0,2,19290,19285,10444,0,2,10444,10445,8091,0,2,40176,19276,19274,0,2,19274,10447,10448,0,2,10476,10448,19271,0,2,10476,19271,10475,0,2,10449,10475,19270,0,2,10449,19270,10452,0,2,10449,10452,10450,0,2,40299,10450,10451,0,2,40299,10451,40292,0,2,10451,10452,40298,0,2,40298,10452,10453,0,2,40295,10454,10380,0,2,40295,10380,40296,0,2,40296,10380,10381,0,2,40296,10381,10455,0,2,10455,10381,10456,0,2,10456,19267,10455,0,2,10455,19267,10457,0,2,19242,10457,10458,0,2,10458,19266,10459,0,2,10459,19248,10460,0,2,10460,43562,10461,0,2,10461,43562,10214,0,2,19244,10214,10213,0,2,19244,10213,10463,0,2,10463,10213,10462,0,2,10463,10462,19241,0,2,19241,10462,8376,0,2,19241,8376,19238,0,2,8376,10477,19239,0,2,19239,10477,10478,0,2,19239,10478,10464,0,2,10464,10478,10465,0,2,10464,10465,10466,0,2,10466,10465,10467,0,2,10467,10479,10468,0,2,10468,10479,10469,0,2,10468,10469,10470,0,2,10469,19232,40289,0,2,40289,19232,10471,0,2,40289,10471,40167,0,2,40289,40167,10472,0,2,10472,10474,10473,0,2,10473,10474,10475,0,2,10475,10474,10476,0,2,10467,10465,43656,0,2,10467,43656,10479,0,2,10480,19227,10481,0,2,10481,19227,19229,0,2,19229,19230,19233,0,2,19233,19230,19234,0,2,40201,19234,10482,0,2,10482,19231,40303,0,2,40303,19231,10483,0,2,10483,19231,10484,0,2,40302,43646,10485,0,2,10486,10485,43631,0,2,10488,10489,10490,0,2,10490,10489,45707,0,2,10490,45707,45642,0,2,45642,10491,19218,0,2,45701,10492,10494,0,2,45701,10494,45702,0,2,45702,10494,10493,0,2,43667,43665,10495,0,2,10495,43665,10496,0,2,10495,10496,10497,0,2,10498,10497,10499,0,2,10498,10499,10500,0,2,10501,43673,10502,0,2,10502,10504,45692,0,2,10502,45692,45696,0,2,45696,45692,45645,0,2,10503,45642,19218,0,2,10504,10502,45693,0,2,10505,10504,10506,0,2,10505,10506,10507,0,2,10507,10506,10508,0,2,10507,10508,19214,0,2,19094,16715,19095,0,2,19095,10509,19097,0,2,19098,19097,10510,0,2,10511,10510,16688,0,2,10511,16688,45711,0,2,10514,10512,10513,0,2,19101,16704,19102,0,2,19102,43700,10516,0,2,10517,10516,10518,0,2,19103,10518,10519,0,2,10519,10520,19104,0,2,19104,10520,10521,0,2,18795,45734,18942,0,2,18942,45734,10522,0,2,18828,10524,10525,0,2,18828,10525,18930,0,2,18930,10526,10527,0,2,10528,46004,45845,0,2,45845,46004,10529,0,2,10529,46004,45999,0,2,10529,45999,46000,0,2,46000,19082,10530,0,2,10530,19082,45859,0,2,18666,45865,18665,0,2,18665,10531,45857,0,2,45857,10531,10532,0,2,19053,19045,10535,0,2,10535,19041,10536,0,2,10536,19041,19074,0,2,10536,19074,10537,0,2,19070,10537,19074,0,2,19074,19048,10538,0,2,10538,19085,19073,0,2,19073,19085,10539,0,2,10539,45873,45995,0,2,10540,45992,19077,0,2,19077,45992,10541,0,2,19077,10541,10542,0,2,10542,45949,10543,0,2,10546,10545,10547,0,2,10546,10547,19032,0,2,19032,10547,45969,0,2,19032,45969,19034,0,2,19032,19034,10548,0,2,10548,10549,10550,0,2,10550,10549,10551,0,2,10698,10552,10553,0,2,10555,10556,40820,0,2,40820,10556,40920,0,2,11430,11429,10557,0,2,11444,46016,10558,0,2,10558,46016,46017,0,2,10558,46017,11442,0,2,11442,46017,46014,0,2,11442,46014,11440,0,2,11440,40918,11439,0,2,11439,40918,40919,0,2,11439,10560,10559,0,2,47642,10561,47640,0,2,47640,40916,10562,0,2,45962,10562,45976,0,2,45962,45976,45963,0,2,10604,10563,10576,0,2,10604,10576,10564,0,2,10564,10576,10565,0,2,10577,10566,10606,0,2,10577,10606,47645,0,2,47645,10606,45950,0,2,45950,10606,45954,0,2,10567,10570,10568,0,2,10568,10572,10569,0,2,10552,10660,10569,0,2,10567,45971,10570,0,2,10570,45971,45970,0,2,10570,45970,47635,0,2,10570,47635,10572,0,2,10572,47635,10569,0,2,10569,47635,10571,0,2,10571,10555,10554,0,2,10570,10572,10568,0,2,45971,10606,10573,0,2,10573,10606,10605,0,2,10573,10605,10574,0,2,45954,10606,10567,0,2,10606,45971,10567,0,2,10566,10577,10565,0,2,10565,10577,47647,0,2,47647,10577,10578,0,2,10579,10578,45952,0,2,10579,45952,10580,0,2,10579,10580,10581,0,2,10581,45941,10602,0,2,10602,45941,45940,0,2,45956,10582,47648,0,2,47648,10585,10583,0,2,10584,10583,10585,0,2,10585,10586,45817,0,2,45817,10586,10587,0,2,45817,10587,47659,0,2,45814,47659,47655,0,2,45814,47655,10588,0,2,10590,10589,10592,0,2,10590,10592,10591,0,2,45828,10592,45837,0,2,45837,45836,45827,0,2,45827,45836,10593,0,2,45755,10596,45788,0,2,45780,10599,10600,0,2,10596,45755,45757,0,2,10596,45757,10595,0,2,10595,46012,10594,0,2,45940,10582,10602,0,2,45955,10602,45958,0,2,10603,45959,10604,0,2,10604,45959,45961,0,2,10604,45961,10563,0,2,10582,45956,10602,0,2,10602,45956,45958,0,2,10565,10576,10566,0,2,10566,10576,10575,0,2,10566,10575,10605,0,2,10566,10605,10606,0,2,10559,10560,10656,0,2,10559,10656,10607,0,2,11492,10607,10659,0,2,10659,10608,11535,0,2,10610,10609,10642,0,2,11272,10612,10646,0,2,11272,10646,11273,0,2,11273,10647,10613,0,2,10613,10621,10614,0,2,10614,10620,10615,0,2,10615,10620,10617,0,2,10615,10617,10616,0,2,10616,10617,10618,0,2,10616,10618,45759,0,2,10621,10620,10614,0,2,10618,10617,10620,0,2,11535,10608,11533,0,2,11533,10608,10622,0,2,45989,10624,10625,0,2,45989,10625,10631,0,2,10631,10625,10626,0,2,45988,45962,10627,0,2,45988,10628,10629,0,2,10631,10630,10632,0,2,10640,10641,10654,0,2,10640,10654,45839,0,2,45833,10634,10635,0,2,45833,10635,45838,0,2,45838,10635,45820,0,2,45820,45821,45838,0,2,45838,45821,10636,0,2,10638,10637,10645,0,2,10638,10645,45840,0,2,10641,10643,10633,0,2,10609,10643,10642,0,2,10639,10644,10642,0,2,10642,10643,10641,0,2,10642,10641,10640,0,2,10642,10640,10639,0,2,10610,10642,10644,0,2,10644,10645,10612,0,2,10612,10645,10646,0,2,11273,10646,10647,0,2,10647,10648,45761,0,2,45761,10648,10649,0,2,10649,10648,10636,0,2,10636,10648,10637,0,2,10636,10637,10638,0,2,10644,10612,10611,0,2,10644,10611,10610,0,2,10644,10639,10645,0,2,10645,10639,45840,0,2,10645,10650,10646,0,2,10645,10637,10650,0,2,10646,10650,10647,0,2,10647,10650,10648,0,2,10648,10650,10637,0,2,10632,10630,10651,0,2,10654,10651,10652,0,2,10652,45801,10634,0,2,10634,45801,45813,0,2,10634,45813,10635,0,2,10635,45813,10653,0,2,10652,10634,10654,0,2,10651,10654,10641,0,2,10651,10641,10633,0,2,10628,45988,10627,0,2,10655,11533,10622,0,2,10655,10622,10623,0,2,10632,10633,10623,0,2,10560,10561,10656,0,2,10656,10561,10658,0,2,10656,10658,10657,0,2,10657,10624,10623,0,2,10622,10657,10623,0,2,10624,10657,10658,0,2,10624,10658,10625,0,2,10625,10658,47642,0,2,47642,10658,10561,0,2,10656,10657,10607,0,2,10607,10657,10659,0,2,10657,10622,10608,0,2,10608,10659,10657,0,2,10553,10552,47641,0,2,47641,10552,10569,0,2,10551,10660,10704,0,2,10551,10704,10700,0,2,10700,10701,47644,0,2,47644,10701,10661,0,2,10661,10703,19031,0,2,19031,10703,10662,0,2,10662,45938,19029,0,2,19029,45938,10663,0,2,10663,45938,45937,0,2,10663,45937,10664,0,2,10664,45937,10665,0,2,10665,10666,10667,0,2,19058,10667,45921,0,2,45921,10694,45922,0,2,10671,18981,18982,0,2,10672,49807,10693,0,2,10693,49807,18988,0,2,10693,18988,10673,0,2,10673,18988,18989,0,2,10673,18989,10674,0,2,10674,10675,45891,0,2,10677,19007,10678,0,2,10678,19017,10679,0,2,18671,45917,10681,0,2,18672,10681,10682,0,2,10683,10682,10688,0,2,10683,10688,10684,0,2,10684,10685,18677,0,2,19014,10685,10686,0,2,10687,10681,45917,0,2,10686,10688,10687,0,2,10681,10687,10688,0,2,10688,10686,10685,0,2,10681,10688,10682,0,2,10684,10688,10685,0,2,10692,10689,10690,0,2,10692,10690,10691,0,2,10678,10691,10677,0,2,10677,10691,10676,0,2,10676,10691,10690,0,2,10676,10690,45891,0,2,10690,10689,10674,0,2,10674,45891,10690,0,2,10673,10674,10689,0,2,10691,45910,10692,0,2,10692,45913,10689,0,2,10689,45913,10693,0,2,10693,10673,10689,0,2,10678,10679,10691,0,2,10691,10679,45910,0,2,45921,10667,10694,0,2,10667,10666,45927,0,2,45928,45926,45935,0,2,45928,45935,10695,0,2,10696,10695,10699,0,2,10696,10699,11404,0,2,11404,10699,10697,0,2,10697,10699,10698,0,2,10698,10699,10700,0,2,10700,10699,10701,0,2,10701,10702,10703,0,2,10700,10704,10698,0,2,10667,45927,10694,0,2,10694,45927,45930,0,2,10694,45930,10705,0,2,18979,10705,18980,0,2,18980,10705,10706,0,2,10707,10706,11594,0,2,10707,11594,10708,0,2,10709,10710,40510,0,2,10713,18992,18687,0,2,10714,45894,18686,0,2,18686,45894,10715,0,2,10716,10715,10717,0,2,10716,10717,10718,0,2,18965,10721,10722,0,2,10722,10723,40229,0,2,40229,10723,10724,0,2,40230,10724,10725,0,2,10725,18598,10726,0,2,10726,18598,18600,0,2,18600,18601,10727,0,2,10727,18601,10728,0,2,18581,10732,10739,0,2,18581,10739,10733,0,2,10735,10734,10736,0,2,10735,10736,40278,0,2,40278,10736,10737,0,2,40278,10737,10738,0,2,10738,10737,40279,0,2,40279,10737,10739,0,2,40279,10739,10732,0,2,10733,10739,10736,0,2,10736,10739,10737,0,2,10733,10736,10734,0,2,18579,18583,10740,0,2,10742,10740,10741,0,2,18607,10743,11623,0,2,18607,11623,10742,0,2,10742,11623,18592,0,2,18579,18592,18584,0,2,18584,18592,10744,0,2,10745,18590,11625,0,2,10747,10745,47556,0,2,10747,47556,10746,0,2,10747,10746,18586,0,2,18586,18578,10748,0,2,10748,18578,10749,0,2,10748,10749,14018,0,2,10749,10750,47597,0,2,47597,10750,10751,0,2,10752,10753,10754,0,2,10756,11638,10757,0,2,10756,10757,11659,0,2,10756,11659,18557,0,2,18529,10758,10759,0,2,18529,10759,10760,0,2,10760,47592,47594,0,2,18553,47594,18552,0,2,18525,10761,10762,0,2,10762,11706,18524,0,2,18524,11706,18554,0,2,18554,11705,10763,0,2,10763,11713,40887,0,2,40887,11713,10764,0,2,18119,10764,11714,0,2,18119,11714,10765,0,2,10765,11697,10766,0,2,10766,11697,11694,0,2,10766,11694,10767,0,2,10767,11694,10768,0,2,40826,40563,18068,0,2,18068,40563,10769,0,2,18068,10769,40824,0,2,40824,10769,40825,0,2,40825,10769,18516,0,2,18516,11716,18517,0,2,18517,11716,10770,0,2,18520,10773,10774,0,2,10775,10774,10777,0,2,10777,10776,10778,0,2,10778,18498,18521,0,2,18055,10779,18496,0,2,18052,18496,10780,0,2,10781,10780,18497,0,2,10781,18497,10782,0,2,10782,10783,10784,0,2,10784,10783,18501,0,2,18050,10784,10785,0,2,18051,10785,18503,0,2,18051,18503,10786,0,2,10786,18503,10787,0,2,10786,10787,41864,0,2,41864,10787,10788,0,2,10788,18505,10789,0,2,10789,18505,10791,0,2,10789,10791,10790,0,2,10790,10791,18028,0,2,18028,10791,18026,0,2,18027,18026,10792,0,2,18027,10792,10793,0,2,10794,18017,10795,0,2,41913,41909,41901,0,2,41901,41909,41881,0,2,41881,41909,10796,0,2,42195,10796,10797,0,2,10797,18006,10799,0,2,10799,18006,10798,0,2,10799,10798,10812,0,2,10799,10812,10800,0,2,10800,10813,10801,0,2,10800,10801,10802,0,2,10802,42196,10803,0,2,10803,42196,42197,0,2,42193,42197,18014,0,2,41890,10804,10805,0,2,16991,10807,10808,0,2,16991,10808,11106,0,2,11106,10808,10809,0,2,11106,10809,10819,0,2,10819,10809,10810,0,2,10810,10809,10814,0,2,10800,10812,10813,0,2,10813,10811,10810,0,2,10813,10810,10814,0,2,10801,10814,42194,0,2,10801,42194,10815,0,2,10806,10805,10816,0,2,10813,10814,10801,0,2,10802,10801,42196,0,2,10811,10813,10812,0,2,10810,10811,10818,0,2,10819,10810,10818,0,2,10819,10818,10820,0,2,10821,18000,17931,0,2,17931,10823,10822,0,2,10822,10823,41532,0,2,10822,41532,10824,0,2,10824,41532,10825,0,2,10828,17945,10844,0,2,10838,10844,10829,0,2,10839,10830,10831,0,2,10831,10830,10832,0,2,10840,41074,10833,0,2,10834,10833,10835,0,2,10836,17935,10842,0,2,10838,10842,10837,0,2,10841,10838,10829,0,2,10841,10829,10839,0,2,10831,10840,10839,0,2,10839,10840,10841,0,2,10836,10842,10841,0,2,10844,10838,10837,0,2,10843,10845,10844,0,2,10828,10844,10845,0,2,10828,10845,10846,0,2,10828,10846,10826,0,2,10826,10846,10848,0,2,10826,10848,10847,0,2,10847,10848,10850,0,2,10850,10848,10849,0,2,10849,10848,17009,0,2,10849,17009,17002,0,2,10849,17002,41918,0,2,10849,41918,16996,0,2,10849,16996,41505,0,2,10849,41505,10850,0,2,10853,17940,16999,0,2,16999,17940,10878,0,2,10878,17940,17941,0,2,17919,17941,17942,0,2,10854,10855,10929,0,2,10857,10856,10854,0,2,10880,10857,10858,0,2,10880,17908,17909,0,2,10880,17909,10882,0,2,10882,17918,10884,0,2,10884,17918,10877,0,2,10877,17918,10859,0,2,10876,10859,10860,0,2,10860,42179,10876,0,2,10876,42179,11097,0,2,10861,11091,10872,0,2,10872,11091,42187,0,2,10863,42187,42162,0,2,10863,42162,10862,0,2,10864,10872,42241,0,2,10871,10864,17013,0,2,41542,16997,10867,0,2,10883,10867,17011,0,2,10883,17011,10886,0,2,10886,16998,16999,0,2,10867,16997,17011,0,2,10873,10874,10868,0,2,10873,10868,10875,0,2,10875,10868,41541,0,2,10884,10870,10867,0,2,10867,10870,41542,0,2,10871,10874,10864,0,2,10864,10874,10872,0,2,17013,10865,10871,0,2,10871,10868,10874,0,2,10872,42187,10863,0,2,10876,10873,10875,0,2,10872,10874,10873,0,2,10872,10873,10861,0,2,10861,10873,11097,0,2,11097,10873,10876,0,2,10876,10875,10877,0,2,10877,10875,10869,0,2,10869,10875,41541,0,2,10876,10877,10859,0,2,10879,10857,10880,0,2,10879,10880,10881,0,2,10879,10881,17919,0,2,10878,17941,17919,0,2,10857,10879,17943,0,2,10857,17943,10856,0,2,17908,10880,10858,0,2,10867,10883,10885,0,2,10867,10885,10884,0,2,10882,10884,10885,0,2,10882,10881,10880,0,2,10884,10877,10870,0,2,10870,10877,10869,0,2,10883,10886,17919,0,2,10883,17919,10885,0,2,10885,17919,10882,0,2,10882,17919,10881,0,2,17919,10886,10878,0,2,10858,10930,10887,0,2,10858,10887,17908,0,2,10887,10931,10888,0,2,17915,10888,17914,0,2,17498,42243,10893,0,2,10895,10894,10896,0,2,10895,10896,17495,0,2,17495,10896,10897,0,2,17495,10897,17501,0,2,17501,10897,10898,0,2,17502,10898,10899,0,2,41554,41559,10902,0,2,10902,41556,41557,0,2,10902,41557,17899,0,2,17448,17899,10903,0,2,17448,10903,17837,0,2,17837,10903,10904,0,2,17836,10907,10908,0,2,17836,10908,10906,0,2,10906,17830,17831,0,2,17836,10906,17831,0,2,17824,10910,10909,0,2,10916,10911,41996,0,2,10916,41996,10912,0,2,10912,41998,41558,0,2,41558,41998,10904,0,2,10906,17897,42186,0,2,10913,10910,10914,0,2,10894,10917,10896,0,2,10899,10898,10918,0,2,10918,10898,10897,0,2,10897,10896,10919,0,2,10897,10919,10918,0,2,10917,10894,10916,0,2,10893,10915,10916,0,2,10915,42243,41995,0,2,41995,42243,10920,0,2,41994,10920,42184,0,2,41994,42184,10921,0,2,17869,10923,10924,0,2,10924,10925,10926,0,2,10926,10925,10927,0,2,41502,17819,10928,0,2,10928,17819,10932,0,2,10932,17819,10929,0,2,10929,10931,10930,0,2,10930,10931,10887,0,2,10887,17916,17908,0,2,10930,10854,10929,0,2,10929,10855,10932,0,2,10932,10855,10928,0,2,41502,10928,10933,0,2,10934,41563,17887,0,2,17887,41563,40994,0,2,17887,40994,17889,0,2,17889,10935,10936,0,2,17880,10937,10938,0,2,10938,10939,17863,0,2,17863,10939,10940,0,2,10940,10939,41960,0,2,10940,41960,17858,0,2,17858,41960,17856,0,2,17856,41960,41962,0,2,17856,41962,17845,0,2,17845,41963,10941,0,2,10941,41963,10942,0,2,10941,10942,10943,0,2,10944,10945,17399,0,2,10945,41989,10946,0,2,10947,10946,41987,0,2,10947,41987,10948,0,2,17394,10948,41986,0,2,17394,41986,10949,0,2,10949,41985,42055,0,2,42055,41985,10950,0,2,10950,41985,17815,0,2,10952,17707,17814,0,2,10952,17814,10953,0,2,10953,17814,10954,0,2,10953,10954,42003,0,2,10953,42003,10955,0,2,10955,42003,42000,0,2,17708,10956,17792,0,2,17709,17792,10957,0,2,17709,10957,10958,0,2,10958,10957,10959,0,2,10958,10959,10960,0,2,10960,10959,17800,0,2,17701,10961,17700,0,2,17700,10961,17799,0,2,17700,17799,17784,0,2,17784,17799,10962,0,2,17790,10962,11058,0,2,11058,17817,10986,0,2,10986,17817,10963,0,2,10964,10980,11059,0,2,11059,10980,10965,0,2,10965,42103,10966,0,2,10966,42103,41927,0,2,10966,41927,10967,0,2,10967,10968,41164,0,2,41570,10971,10970,0,2,10970,10971,10972,0,2,10972,41923,11014,0,2,11014,41923,10973,0,2,41944,41931,10974,0,2,10981,10977,10976,0,2,10976,10977,10978,0,2,10964,10979,10980,0,2,10981,10976,10988,0,2,10981,10988,10983,0,2,10983,10988,10982,0,2,11049,10983,10982,0,2,11049,10982,11053,0,2,11053,10982,10984,0,2,11053,10984,10985,0,2,10985,10984,11052,0,2,11052,10984,11048,0,2,11046,11047,10979,0,2,10979,11047,10987,0,2,10976,10978,10988,0,2,10988,10978,10987,0,2,10987,10978,10979,0,2,10979,10964,10986,0,2,11046,10979,10986,0,2,10986,10963,10989,0,2,17818,17804,11048,0,2,11048,17804,11052,0,2,11052,17804,41972,0,2,11052,41972,41970,0,2,11052,41970,10990,0,2,11056,10990,10991,0,2,10993,10994,41937,0,2,41974,41959,11040,0,2,11040,41959,10997,0,2,10999,10998,11037,0,2,11037,10998,40997,0,2,11037,40997,11000,0,2,11036,11000,11001,0,2,11016,11001,40964,0,2,11016,40964,11002,0,2,11004,11003,11005,0,2,11007,40954,11008,0,2,11008,40954,11009,0,2,11011,11009,40953,0,2,11011,40953,10972,0,2,10972,40953,11010,0,2,10972,11010,10970,0,2,11009,11011,11012,0,2,11009,11012,11008,0,2,11008,11013,11006,0,2,11008,11006,11007,0,2,10972,11014,11011,0,2,11011,11014,11012,0,2,11012,41943,11015,0,2,11045,11015,11032,0,2,11045,11032,11031,0,2,11045,11031,11041,0,2,11041,11031,11033,0,2,11041,11004,11005,0,2,11003,11004,11034,0,2,11003,11034,11002,0,2,11002,11034,11016,0,2,11016,11034,11017,0,2,11016,11017,11035,0,2,11035,11017,11020,0,2,11035,11020,11019,0,2,41990,11019,11018,0,2,11018,11019,10995,0,2,11019,11020,11021,0,2,11021,11020,11029,0,2,11021,11029,11022,0,2,11022,42434,11023,0,2,11023,11031,41942,0,2,41942,11031,11032,0,2,41942,11032,11024,0,2,11024,11032,11025,0,2,11024,11025,11026,0,2,41939,41940,41936,0,2,41936,41940,41941,0,2,11026,41941,11024,0,2,41936,41941,11026,0,2,41936,11026,11027,0,2,11027,11026,11055,0,2,11019,11021,10995,0,2,10995,11021,11028,0,2,11029,11017,11030,0,2,11029,11030,42434,0,2,42434,11030,11033,0,2,11033,11031,11023,0,2,42434,11033,11023,0,2,11033,11030,11041,0,2,11041,11030,11004,0,2,11030,11017,11034,0,2,11004,11030,11034,0,2,11017,11029,11020,0,2,11001,11016,11035,0,2,11001,11035,11036,0,2,11000,11036,11037,0,2,11038,10999,11039,0,2,11038,11039,10996,0,2,10999,11038,10998,0,2,10998,11038,11040,0,2,10998,11040,40993,0,2,40993,11040,10997,0,2,11045,11041,11013,0,2,11013,11041,11005,0,2,11032,11015,11025,0,2,11025,11015,11042,0,2,11042,41943,11050,0,2,11050,41943,41935,0,2,11050,41935,11043,0,2,11043,41935,41930,0,2,11043,41930,10975,0,2,11025,11042,11044,0,2,11025,11044,11026,0,2,11012,11015,11008,0,2,11008,11015,11045,0,2,11008,11045,11013,0,2,11006,11013,11005,0,2,10996,41974,11040,0,2,10996,11040,11038,0,2,10989,17818,11046,0,2,11048,11046,17818,0,2,11047,11046,10984,0,2,11048,10984,11046,0,2,10987,11047,10984,0,2,10987,10984,10982,0,2,10987,10982,10988,0,2,10981,10983,10975,0,2,10975,10983,11049,0,2,10975,11049,11043,0,2,11043,11049,11050,0,2,11026,11044,11055,0,2,11044,11050,11051,0,2,10985,11051,11053,0,2,11053,11051,11050,0,2,11053,11050,11049,0,2,11052,10990,10985,0,2,10985,10990,11054,0,2,11057,10992,42435,0,2,41937,42435,10993,0,2,10993,42435,10992,0,2,10992,11057,11056,0,2,11056,11054,10990,0,2,10985,11054,11051,0,2,11055,11044,11051,0,2,11055,11051,11054,0,2,11054,11056,11057,0,2,11054,11057,11055,0,2,11055,11057,11027,0,2,11044,11042,11050,0,2,41920,10969,41921,0,2,41921,10969,41116,0,2,41921,41116,41925,0,2,11058,10986,10964,0,2,10964,11059,11058,0,2,11058,11059,17790,0,2,17790,11059,11060,0,2,17790,11060,17788,0,2,17788,11060,41181,0,2,17599,11061,42433,0,2,17599,42433,17598,0,2,17598,42433,42419,0,2,17598,42419,42420,0,2,17598,42420,11062,0,2,41950,11066,11067,0,2,41950,41142,11068,0,2,11068,16923,11069,0,2,41951,11070,17693,0,2,41951,11071,41949,0,2,41949,11071,17527,0,2,17527,11071,11072,0,2,11072,17696,17549,0,2,17549,17696,11073,0,2,11073,11074,17543,0,2,17543,11074,11075,0,2,17544,11075,16932,0,2,17544,16932,17545,0,2,17547,17545,16934,0,2,17547,16934,16901,0,2,17547,16901,11076,0,2,11076,16901,16897,0,2,11076,16897,16895,0,2,17576,16894,17568,0,2,17510,17511,11078,0,2,17509,11079,11080,0,2,17509,11080,17691,0,2,17021,11082,11083,0,2,11084,11083,16968,0,2,11084,16968,16966,0,2,11084,16966,11085,0,2,11085,16969,11086,0,2,11086,16969,17029,0,2,17029,16969,17023,0,2,17024,17023,11087,0,2,17024,11087,11088,0,2,42187,11092,11094,0,2,11094,11093,11095,0,2,11096,11091,11097,0,2,11097,11091,10861,0,2,42187,11095,42162,0,2,11099,16958,11101,0,2,11099,11101,11100,0,2,11109,11103,17921,0,2,17921,11103,17928,0,2,17928,11103,17929,0,2,17929,11103,11104,0,2,17927,16991,11106,0,2,11106,10819,17927,0,2,11107,11108,11104,0,2,11107,11104,11103,0,2,11103,11109,11107,0,2,11107,11109,16992,0,2,11107,16992,16990,0,2,16990,16992,11110,0,2,16989,16980,11112,0,2,11112,11113,41888,0,2,11114,11113,41897,0,2,41897,11113,41898,0,2,41898,11113,42191,0,2,11118,42189,11119,0,2,11119,42189,42202,0,2,42202,42189,16949,0,2,11121,11122,16988,0,2,16988,11122,16986,0,2,11123,16985,16888,0,2,11123,16888,16887,0,2,11123,16887,11124,0,2,11124,16887,11125,0,2,11124,11125,42199,0,2,16886,11127,11128,0,2,16886,11128,11129,0,2,16885,11130,11131,0,2,16885,11131,11132,0,2,16885,11132,42199,0,2,42199,11132,11133,0,2,42200,11134,11135,0,2,41892,11135,41904,0,2,41892,41904,41891,0,2,41904,41885,11136,0,2,11136,41891,41904,0,2,41902,11134,11133,0,2,11131,11130,11129,0,2,16871,11131,41323,0,2,16871,41323,11137,0,2,11137,41324,11138,0,2,11138,41325,11139,0,2,16855,11139,41601,0,2,16855,41601,16856,0,2,16859,11140,11141,0,2,16859,11141,11142,0,2,11142,11141,11143,0,2,11142,11143,41144,0,2,11142,41144,11144,0,2,11144,41144,11145,0,2,11144,11145,16851,0,2,11145,11146,16884,0,2,16884,11146,16882,0,2,11147,16882,11148,0,2,16794,11148,11149,0,2,11150,11149,16883,0,2,16883,41134,41174,0,2,41174,41132,11151,0,2,41262,11152,11153,0,2,41262,11153,11154,0,2,41261,11154,11155,0,2,41252,11155,11156,0,2,41260,11156,11157,0,2,11157,11158,11159,0,2,11159,11158,11160,0,2,11160,11158,11161,0,2,11177,11162,11163,0,2,11166,11163,11164,0,2,11166,11164,11165,0,2,11166,11165,41583,0,2,11166,41583,11167,0,2,11167,18337,11175,0,2,11175,18337,11168,0,2,11175,11168,11174,0,2,11174,11170,11169,0,2,11169,11170,11171,0,2,11173,11171,11172,0,2,11173,11172,11160,0,2,11160,11172,18348,0,2,11160,18348,11159,0,2,11160,11161,11173,0,2,11171,11173,11169,0,2,11167,11175,11166,0,2,11176,11166,11174,0,2,11174,11169,11176,0,2,11176,11169,11177,0,2,11161,11177,11173,0,2,11173,11177,11169,0,2,11177,11163,11176,0,2,11176,11163,11166,0,2,11174,11166,11175,0,2,11157,11156,11178,0,2,41291,11178,11179,0,2,11179,41602,41288,0,2,41288,41602,11180,0,2,41288,11180,41289,0,2,41289,11180,41124,0,2,41289,41124,11181,0,2,11184,41016,11185,0,2,11185,11186,11187,0,2,11187,11186,11188,0,2,11187,11188,14681,0,2,14681,11188,11752,0,2,14681,11752,11189,0,2,11189,11752,11190,0,2,11189,11190,11191,0,2,14682,11191,11750,0,2,14682,11750,13158,0,2,13159,11750,11192,0,2,11192,11751,11785,0,2,11785,11751,11741,0,2,11785,11741,11193,0,2,11785,11193,11194,0,2,11192,11785,11197,0,2,41235,41236,11198,0,2,11198,11199,41439,0,2,41439,11199,41413,0,2,41413,11199,11200,0,2,41413,11200,41411,0,2,41411,11200,11201,0,2,11201,41242,11202,0,2,11201,11202,41410,0,2,41410,11202,41243,0,2,41410,41243,13139,0,2,13139,41243,11203,0,2,13062,11203,11204,0,2,16784,11206,11207,0,2,11207,11206,11765,0,2,11208,11207,11766,0,2,11208,11766,11209,0,2,11209,11837,11210,0,2,11210,11840,11935,0,2,11935,11840,11821,0,2,11211,11821,11830,0,2,11830,11831,11212,0,2,16734,11213,11825,0,2,16734,11825,11833,0,2,16734,11833,16735,0,2,16735,11214,46877,0,2,11214,11835,11215,0,2,16616,11216,11885,0,2,11885,45775,16617,0,2,16618,16617,11217,0,2,16709,16641,11217,0,2,16709,11217,43695,0,2,43695,11217,43703,0,2,43704,11217,11218,0,2,11219,11883,11884,0,2,11221,11220,11857,0,2,11221,11857,11222,0,2,11222,11857,11225,0,2,11222,11225,11223,0,2,11296,11227,11869,0,2,11296,11869,11228,0,2,11228,11869,11229,0,2,11229,11867,46880,0,2,46880,11867,11230,0,2,11230,11867,11865,0,2,11230,11865,11231,0,2,11234,11233,11921,0,2,11234,11921,11235,0,2,11237,41397,11917,0,2,11238,41397,11239,0,2,11238,11239,11816,0,2,11816,11239,11927,0,2,11240,11928,11241,0,2,11241,11243,11242,0,2,11243,11237,11244,0,2,11237,11914,11244,0,2,11921,11245,11235,0,2,11241,11926,11240,0,2,11240,11926,11247,0,2,11240,11247,11911,0,2,11911,11844,11912,0,2,11912,11844,11248,0,2,11248,11249,11913,0,2,11252,11816,16789,0,2,11252,16789,11253,0,2,11758,11256,11919,0,2,11919,11256,11258,0,2,11257,11258,11916,0,2,46023,11292,11236,0,2,11236,11292,11291,0,2,11236,11291,11235,0,2,11916,11258,11259,0,2,11259,11258,11813,0,2,11259,11813,11260,0,2,11262,11263,11289,0,2,11289,11263,11516,0,2,11289,11516,11264,0,2,11264,11516,11293,0,2,11281,11265,11266,0,2,11266,11530,11267,0,2,11268,11267,11269,0,2,11269,11274,11277,0,2,10613,10614,11275,0,2,10613,11275,11273,0,2,11273,11275,11270,0,2,11270,11275,11271,0,2,11267,11271,11269,0,2,11271,11267,11529,0,2,11271,11529,11270,0,2,11270,11529,11526,0,2,11270,11526,11272,0,2,11270,11272,11273,0,2,11269,11271,11274,0,2,10614,11274,11275,0,2,11271,11275,11274,0,2,10614,10615,11274,0,2,11274,10615,11276,0,2,11274,11276,11277,0,2,11277,11276,11278,0,2,11231,11278,11321,0,2,11231,11321,11294,0,2,11231,11294,11230,0,2,11231,46881,11278,0,2,11277,46881,11279,0,2,11269,11287,11268,0,2,11268,11287,11280,0,2,11281,11280,11286,0,2,11281,11286,11282,0,2,11282,11286,11288,0,2,11288,11286,11285,0,2,11288,11285,11283,0,2,11283,11285,11234,0,2,11283,11234,11235,0,2,11283,11235,11291,0,2,11234,11285,11233,0,2,11233,11285,11284,0,2,11284,46882,11232,0,2,11232,11233,11284,0,2,11286,11280,11284,0,2,11284,11280,11287,0,2,11279,11287,11269,0,2,11284,11285,11286,0,2,11279,46881,46882,0,2,11279,46882,11284,0,2,11279,11284,11287,0,2,11268,11281,11267,0,2,11267,11281,11266,0,2,11289,11288,11290,0,2,11288,11283,11290,0,2,11283,11291,11290,0,2,11290,11291,11261,0,2,11261,11291,11292,0,2,11261,11292,11260,0,2,11292,11259,11260,0,2,11265,11281,11293,0,2,11262,11289,11290,0,2,11262,11290,11261,0,2,11289,11264,11288,0,2,11288,11264,11282,0,2,11282,11264,11293,0,2,11282,11293,11281,0,2,11277,11278,46881,0,2,11295,11294,11319,0,2,11297,11296,11313,0,2,11297,11313,11298,0,2,11298,11314,11299,0,2,11300,11299,11302,0,2,11300,11302,11301,0,2,11302,11303,45750,0,2,45750,11303,45746,0,2,45746,11303,11304,0,2,45746,11304,45745,0,2,45745,11304,11305,0,2,11309,11305,11316,0,2,11309,11316,11320,0,2,11309,11320,11306,0,2,11306,45760,45756,0,2,11308,11307,45745,0,2,45745,11309,11308,0,2,11308,11309,11310,0,2,45756,11311,11306,0,2,45745,11305,11309,0,2,11315,11304,11313,0,2,11313,11304,11314,0,2,11304,11315,11305,0,2,11305,11315,11316,0,2,11316,11315,11317,0,2,11316,11317,11318,0,2,11318,11294,11321,0,2,11294,11318,11317,0,2,11294,11317,11319,0,2,11319,11296,11228,0,2,11296,11319,11317,0,2,11315,11313,11317,0,2,11296,11317,11313,0,2,11298,11313,11314,0,2,11299,11303,11302,0,2,11299,11314,11303,0,2,11303,11314,11304,0,2,11318,11322,11320,0,2,11276,11318,11321,0,2,11276,11321,11278,0,2,11322,11318,11276,0,2,11322,11276,10616,0,2,10616,11276,10615,0,2,11322,10616,11320,0,2,11320,11316,11318,0,2,45759,11320,10616,0,2,11298,11299,11224,0,2,11224,11299,11223,0,2,11298,11224,11297,0,2,11297,11224,11225,0,2,11296,11297,11227,0,2,11813,11258,11757,0,2,11813,11757,11756,0,2,11813,11756,11814,0,2,46020,11323,11324,0,2,11324,11797,11325,0,2,11328,11754,11789,0,2,11330,41233,11571,0,2,11331,11194,11332,0,2,11332,11194,11193,0,2,11332,11193,11333,0,2,11333,11334,11347,0,2,11334,11742,11335,0,2,11335,11742,11336,0,2,11335,11336,11337,0,2,11337,17982,11338,0,2,11338,17982,17980,0,2,11338,17980,17979,0,2,11339,41459,11340,0,2,11339,11340,11341,0,2,11344,11335,11342,0,2,11342,11335,11337,0,2,11337,11338,11342,0,2,11343,11339,11341,0,2,11343,11341,11342,0,2,11342,11341,11344,0,2,11345,11346,11347,0,2,11347,11346,41230,0,2,41230,11346,11348,0,2,11351,11349,11350,0,2,11351,11350,11352,0,2,11351,11352,11471,0,2,11471,11352,11477,0,2,11471,11477,11476,0,2,11479,11353,11354,0,2,11479,11354,11355,0,2,11356,40835,47510,0,2,11357,47510,11674,0,2,11357,11674,11358,0,2,11357,11358,47508,0,2,47508,11358,11418,0,2,11418,11358,11359,0,2,11360,11359,40803,0,2,40801,40800,40812,0,2,11362,11629,11649,0,2,11599,11649,11668,0,2,11599,11668,11669,0,2,11599,11669,40503,0,2,40503,11669,11363,0,2,40503,11363,40502,0,2,11363,47551,11621,0,2,11621,47551,47555,0,2,47555,11364,11366,0,2,11366,11365,11367,0,2,11367,11365,11368,0,2,11367,11368,40501,0,2,11618,11369,47558,0,2,11618,47558,11370,0,2,11370,47558,11371,0,2,11372,47561,11373,0,2,11602,11374,47565,0,2,11602,47565,11601,0,2,11601,47565,47562,0,2,11601,47562,47566,0,2,11616,47566,47567,0,2,11377,47567,47568,0,2,11377,47568,11375,0,2,11375,47563,11376,0,2,11376,47634,11375,0,2,47567,11377,11616,0,2,11616,11377,11617,0,2,11617,11377,11378,0,2,11378,11377,47634,0,2,11378,47634,11379,0,2,11380,11381,11385,0,2,11381,47632,40508,0,2,11384,45933,10710,0,2,10708,10710,10709,0,2,11381,40508,11385,0,2,11379,11380,11378,0,2,11385,40508,11386,0,2,11393,11399,11407,0,2,11387,11395,11610,0,2,11387,11610,11388,0,2,11387,11388,11389,0,2,11389,11388,11608,0,2,11391,11397,11612,0,2,11391,11612,11392,0,2,11393,11392,11613,0,2,11393,11614,11386,0,2,11386,11614,11385,0,2,11386,11399,11393,0,2,11394,11395,11396,0,2,11396,11398,11394,0,2,11393,11407,11394,0,2,11394,11407,11395,0,2,11395,11387,11396,0,2,11396,11387,11389,0,2,11398,11396,11397,0,2,11392,11393,11391,0,2,11391,11393,11398,0,2,11398,11393,11394,0,2,40508,11382,11386,0,2,11386,11382,11399,0,2,11405,11400,11592,0,2,11403,11402,10695,0,2,11403,10695,10696,0,2,10695,11402,45928,0,2,11402,11403,11401,0,2,11401,11403,11592,0,2,11592,11403,11404,0,2,11404,11403,10696,0,2,11592,11404,11405,0,2,11405,11406,11407,0,2,11407,11406,11395,0,2,11400,11405,11407,0,2,11406,11405,11408,0,2,11410,11409,40822,0,2,11410,40822,11411,0,2,11412,11411,11413,0,2,11412,11413,11427,0,2,11422,11589,11414,0,2,11422,11414,11423,0,2,47507,11455,11415,0,2,47507,11415,47506,0,2,11481,11356,47510,0,2,11455,47507,11419,0,2,11419,11417,47512,0,2,47512,11417,11418,0,2,47512,47513,11419,0,2,11423,11419,11420,0,2,11423,11420,40802,0,2,11423,40802,11422,0,2,40802,11421,11422,0,2,11422,11421,11412,0,2,11422,11412,11589,0,2,11412,11427,11589,0,2,11419,11423,11451,0,2,11452,11451,11424,0,2,11431,11424,11425,0,2,11448,11425,11428,0,2,11427,11425,11426,0,2,11427,11426,11589,0,2,11425,11427,11428,0,2,11448,40820,11429,0,2,11448,11429,11430,0,2,11432,11431,10557,0,2,11432,10557,11433,0,2,11432,11433,11445,0,2,11434,11445,11435,0,2,11585,11435,11436,0,2,11436,11446,11500,0,2,11438,11437,11441,0,2,11438,11441,11491,0,2,11491,11441,11440,0,2,11491,11440,11439,0,2,11440,11441,11442,0,2,11442,11443,10558,0,2,10558,11443,11444,0,2,11444,11447,11433,0,2,11433,11447,11445,0,2,11444,11433,10557,0,2,11442,11441,11443,0,2,11443,11446,11447,0,2,11447,11444,11443,0,2,11445,11447,11435,0,2,11435,11447,11446,0,2,11435,11446,11436,0,2,11441,11437,11443,0,2,10557,11431,11430,0,2,11429,40820,40920,0,2,40820,11448,11428,0,2,11448,11430,11425,0,2,11425,11430,11431,0,2,10554,11449,11450,0,2,10553,40823,10698,0,2,10553,45943,40823,0,2,10555,40820,11449,0,2,10555,11449,10554,0,2,10554,11450,40818,0,2,11419,11451,11455,0,2,11455,11451,11452,0,2,11575,11452,11453,0,2,46019,11434,11454,0,2,11431,46019,11424,0,2,11424,11454,11452,0,2,11452,11454,11453,0,2,11434,46019,11445,0,2,11453,11454,11434,0,2,11455,11452,11575,0,2,11455,11575,11415,0,2,11415,11575,11576,0,2,11415,11576,11588,0,2,11588,11576,11456,0,2,11473,11459,11580,0,2,11473,11580,11503,0,2,11467,11503,40900,0,2,40900,11503,11460,0,2,11462,11463,11464,0,2,11464,11482,41217,0,2,41219,11482,11483,0,2,41222,11465,40903,0,2,40903,11465,11466,0,2,11466,11572,40904,0,2,41218,40904,40900,0,2,11467,40900,11468,0,2,11467,11468,11469,0,2,11472,11469,40899,0,2,11472,40899,11470,0,2,11470,40899,11349,0,2,11349,11351,11470,0,2,11470,11471,11472,0,2,11472,11471,11476,0,2,11473,11476,11459,0,2,11476,11473,11474,0,2,11476,11474,11472,0,2,11472,11474,11469,0,2,11469,11474,11475,0,2,11469,11475,11467,0,2,11467,11475,11503,0,2,11475,11473,11503,0,2,11470,11351,11471,0,2,11476,11477,11478,0,2,11478,11477,11353,0,2,11478,11353,11479,0,2,11355,11356,11457,0,2,11457,11356,11481,0,2,11416,11480,11481,0,2,11457,11481,11480,0,2,11480,11416,11456,0,2,11457,11458,11355,0,2,11355,11458,11479,0,2,11479,11459,11478,0,2,11478,11459,11476,0,2,11482,11495,11483,0,2,11483,11495,11497,0,2,41214,11483,11484,0,2,46021,11485,11487,0,2,46021,11487,11486,0,2,11486,11487,11488,0,2,11489,11488,11491,0,2,11489,11491,11490,0,2,11492,11490,11491,0,2,11492,11491,11439,0,2,11499,11438,11501,0,2,11504,11493,11461,0,2,11504,11461,11460,0,2,11462,11461,11493,0,2,11462,11493,11496,0,2,11496,11493,11501,0,2,11487,11438,11488,0,2,11487,11501,11438,0,2,11438,11491,11488,0,2,11463,11494,11495,0,2,11495,11482,11464,0,2,11464,11463,11495,0,2,11484,11497,11485,0,2,11462,11496,11463,0,2,11463,11496,11498,0,2,11463,11498,11494,0,2,11494,11497,11495,0,2,11497,11494,11485,0,2,11485,11494,11498,0,2,11485,11498,11487,0,2,11487,11498,11496,0,2,11496,11501,11487,0,2,11437,11438,11499,0,2,11499,11501,11500,0,2,11500,11501,11502,0,2,11502,11504,11503,0,2,11503,11504,11460,0,2,11504,11502,11505,0,2,11493,11504,11505,0,2,11493,11505,11501,0,2,11505,11502,11501,0,2,11500,11502,11436,0,2,11500,11437,11499,0,2,41221,11483,41214,0,2,11465,41225,11568,0,2,11568,41225,11545,0,2,11568,11545,11552,0,2,11507,11508,46022,0,2,46022,11508,11326,0,2,11510,11511,11515,0,2,11513,11511,11512,0,2,11513,11512,11537,0,2,11514,11265,11515,0,2,11265,11293,11515,0,2,11515,11293,11516,0,2,11510,11515,11517,0,2,11510,11517,46020,0,2,11510,46020,11509,0,2,11509,11518,11508,0,2,11516,11263,11517,0,2,11516,11517,11515,0,2,11265,11514,11528,0,2,11550,11489,11522,0,2,11522,11489,11490,0,2,11522,11490,11521,0,2,11521,11490,11492,0,2,10559,10607,11492,0,2,11521,11492,11535,0,2,11521,11535,11522,0,2,11522,11535,11520,0,2,11522,11520,11550,0,2,11520,11523,11524,0,2,11524,11523,11531,0,2,11524,11531,10610,0,2,11524,10610,11525,0,2,11526,11525,10612,0,2,11526,10612,11272,0,2,11526,11527,11525,0,2,11528,11536,11527,0,2,11527,11526,11529,0,2,11527,11529,11528,0,2,11530,11266,11528,0,2,11528,11266,11265,0,2,11530,11528,11529,0,2,11530,11529,11267,0,2,10612,11525,10611,0,2,10611,11525,10610,0,2,10610,11531,10609,0,2,11531,11523,11532,0,2,11533,11532,11535,0,2,11533,10655,11532,0,2,10609,11531,10655,0,2,11531,11532,10655,0,2,11535,11492,10659,0,2,11523,11534,11532,0,2,11532,11534,11535,0,2,11519,11520,11524,0,2,11519,11524,11536,0,2,11536,11524,11527,0,2,11527,11524,11525,0,2,11538,11537,11512,0,2,11538,11512,11547,0,2,11538,11539,11537,0,2,11537,11539,11536,0,2,11536,11539,11519,0,2,11519,11539,11520,0,2,11536,11528,11514,0,2,11536,11514,11537,0,2,40905,11512,11540,0,2,40905,11540,11541,0,2,11542,11546,11543,0,2,11543,11546,11544,0,2,11512,11511,11540,0,2,11540,11511,11546,0,2,11541,11540,11542,0,2,11540,11546,11542,0,2,11547,11548,11549,0,2,11549,11548,11550,0,2,11511,11510,11551,0,2,11511,11551,11546,0,2,11546,11551,11544,0,2,11552,11508,11507,0,2,11552,11507,11506,0,2,11326,11508,11518,0,2,11518,46020,11324,0,2,11509,46020,11518,0,2,11466,11465,11553,0,2,11466,11553,47660,0,2,47660,11553,11554,0,2,11554,40906,11555,0,2,11555,40906,11556,0,2,11556,11564,11557,0,2,11557,11564,11558,0,2,11561,11563,11559,0,2,11507,46022,11327,0,2,11507,11327,11559,0,2,11559,11327,11560,0,2,11328,11560,11754,0,2,11328,11789,11562,0,2,11562,11789,11790,0,2,11562,11790,11329,0,2,11754,11560,11327,0,2,11559,11560,11561,0,2,11557,11558,11562,0,2,11557,11562,11330,0,2,11330,11562,11329,0,2,11561,11560,11328,0,2,11558,11328,11562,0,2,11561,11328,11558,0,2,11561,11558,11564,0,2,11561,11564,11563,0,2,11559,11563,11507,0,2,11563,11566,11565,0,2,11556,11566,11564,0,2,11566,11563,11564,0,2,11563,11565,11507,0,2,11507,11565,11506,0,2,11552,11506,11567,0,2,11552,11567,11568,0,2,11554,11555,41228,0,2,11554,41228,11569,0,2,41231,41234,11570,0,2,11573,11574,11468,0,2,11573,11468,40900,0,2,40900,40904,11573,0,2,11573,40904,11572,0,2,11572,11466,47660,0,2,11579,11582,11587,0,2,11578,11458,11457,0,2,40926,11578,11579,0,2,40926,11579,11587,0,2,11582,11579,11577,0,2,11577,11579,11576,0,2,11456,11576,11480,0,2,11576,11579,11480,0,2,11480,11579,11578,0,2,11458,11580,11459,0,2,11580,11458,11578,0,2,11576,11575,11577,0,2,11581,11434,11435,0,2,11434,11581,11453,0,2,11453,11581,11577,0,2,11453,11577,11575,0,2,11583,11582,11584,0,2,11584,11581,11435,0,2,11584,11435,11585,0,2,11587,11586,40926,0,2,11586,11583,11585,0,2,11583,11586,11587,0,2,11588,11456,47506,0,2,47506,11456,11416,0,2,47506,11416,47511,0,2,11588,47506,11415,0,2,11423,11414,11451,0,2,11451,11414,11590,0,2,11590,11414,11589,0,2,11589,11426,11590,0,2,11590,11426,11424,0,2,11424,11426,11425,0,2,11590,11424,11451,0,2,11382,11591,11399,0,2,11399,11591,11596,0,2,11399,11596,11595,0,2,11407,11595,11400,0,2,11400,11595,45931,0,2,11400,45931,11592,0,2,11407,11399,11595,0,2,11591,40504,11596,0,2,45923,11596,11597,0,2,45923,11597,11593,0,2,11593,47665,45932,0,2,45932,47665,11594,0,2,40504,11383,11597,0,2,40504,11597,11596,0,2,11593,11597,47665,0,2,11377,11375,47634,0,2,47566,11598,11599,0,2,11362,11649,11598,0,2,11598,11649,11599,0,2,11601,11599,11600,0,2,11601,11600,11602,0,2,11599,11601,47566,0,2,11600,40503,11602,0,2,11602,11620,11373,0,2,11373,11374,11602,0,2,11599,40503,11600,0,2,11362,11598,11603,0,2,11362,11603,47569,0,2,11604,11612,11605,0,2,11605,11390,47516,0,2,47516,11390,11606,0,2,11606,11390,40817,0,2,11606,40817,11607,0,2,11607,11608,40816,0,2,11609,11411,11412,0,2,11412,11421,11609,0,2,11609,11421,40816,0,2,11411,11609,11410,0,2,11409,11388,11610,0,2,11409,11610,11406,0,2,11395,11406,11610,0,2,11406,11408,11409,0,2,11388,11410,11611,0,2,11611,11410,11609,0,2,11609,40816,11611,0,2,11611,40816,11608,0,2,11608,11607,11389,0,2,11389,11607,40817,0,2,11612,11397,11605,0,2,11605,11397,11390,0,2,11612,11615,11613,0,2,11613,11615,11378,0,2,11392,11612,11613,0,2,11378,11380,11613,0,2,11393,11613,11614,0,2,11612,11604,11615,0,2,11615,11604,11617,0,2,11617,11378,11615,0,2,11604,47569,11617,0,2,47569,11603,11617,0,2,11617,11603,11616,0,2,11616,11603,47566,0,2,11618,11370,11372,0,2,11618,11372,11619,0,2,11620,11619,11373,0,2,11373,11619,11372,0,2,40501,11369,11619,0,2,11619,11369,11618,0,2,11619,11620,40501,0,2,40501,11620,40502,0,2,40501,40502,11367,0,2,11367,11621,11366,0,2,11364,11365,11366,0,2,11366,11621,47555,0,2,47559,11622,11623,0,2,11368,40500,40501,0,2,11625,11364,11624,0,2,11625,11624,10745,0,2,18590,10744,11625,0,2,11624,11627,11626,0,2,11624,11626,10745,0,2,11362,11628,11629,0,2,11649,11629,11630,0,2,11630,11629,11683,0,2,11630,11683,11684,0,2,11631,11647,40798,0,2,11631,40798,11632,0,2,11655,11632,11633,0,2,11667,11634,11636,0,2,11636,11635,11653,0,2,11653,11635,11641,0,2,11641,11635,11637,0,2,11637,40897,11640,0,2,11640,40897,40924,0,2,11640,40924,11638,0,2,11640,11638,11658,0,2,11639,10754,10753,0,2,11639,10753,11658,0,2,11642,47557,11656,0,2,11643,11656,11644,0,2,11646,47552,11647,0,2,11647,47552,11648,0,2,11668,11649,11630,0,2,11650,11657,11651,0,2,11643,11644,11645,0,2,11647,11648,11668,0,2,11668,11630,11684,0,2,11668,11684,11647,0,2,11647,11631,11646,0,2,11646,11631,11654,0,2,11654,11650,11645,0,2,11645,11650,11651,0,2,11645,11651,11643,0,2,40794,11655,11652,0,2,11652,11655,11633,0,2,11650,40794,11657,0,2,11657,40794,11653,0,2,11657,11653,11641,0,2,11655,40794,11654,0,2,11654,40794,11650,0,2,11655,11654,11631,0,2,11654,11645,11646,0,2,11656,11643,11651,0,2,11656,11651,11657,0,2,11656,11657,11642,0,2,11642,11657,11641,0,2,11639,11658,10756,0,2,10756,11658,11638,0,2,40896,11660,40890,0,2,40892,40890,11666,0,2,40892,11666,11664,0,2,11664,11663,40895,0,2,11635,11636,40896,0,2,40896,11636,11660,0,2,40890,11660,40845,0,2,40890,40845,11661,0,2,11661,40846,11662,0,2,11662,40846,11703,0,2,11662,11703,11665,0,2,11665,11703,11704,0,2,40895,11663,18572,0,2,40895,18572,18575,0,2,11663,11664,11665,0,2,11665,11664,11666,0,2,11665,11666,11662,0,2,11666,40890,11661,0,2,11661,11662,11666,0,2,11668,11670,11669,0,2,11668,11648,11670,0,2,11669,11670,11363,0,2,11628,11361,11679,0,2,11679,11681,11671,0,2,11671,11681,11672,0,2,11671,11672,11673,0,2,11673,11672,11680,0,2,11673,11680,11358,0,2,11674,47510,11677,0,2,11677,47510,40835,0,2,40835,11356,11675,0,2,11355,11675,11356,0,2,11358,11674,11673,0,2,11673,11674,11676,0,2,11676,11674,11677,0,2,11673,11676,11671,0,2,11671,11676,11678,0,2,11671,11678,11679,0,2,11359,11358,11680,0,2,40800,11680,11682,0,2,11682,11681,11361,0,2,11361,11681,11679,0,2,11681,11682,11672,0,2,11672,11682,11680,0,2,11628,11679,11629,0,2,11629,11679,11683,0,2,11683,40799,11684,0,2,11684,40799,40797,0,2,40797,40799,40796,0,2,40796,40799,11685,0,2,11685,11678,11676,0,2,11679,11678,11683,0,2,11683,11678,40799,0,2,11335,11344,11334,0,2,11334,11344,11345,0,2,11334,11345,11347,0,2,11686,11347,41230,0,2,11347,11686,11333,0,2,11344,11341,11345,0,2,11345,11341,11346,0,2,11346,11687,11348,0,2,11687,11688,11348,0,2,11692,11691,18516,0,2,18516,10769,11692,0,2,11691,11692,11693,0,2,11693,40826,11715,0,2,11715,40826,11694,0,2,11691,11693,11690,0,2,11690,11693,11695,0,2,40858,11695,11715,0,2,40858,11715,11694,0,2,40858,11694,11696,0,2,11696,11694,11697,0,2,40827,11700,11699,0,2,11699,11700,11701,0,2,11699,11701,40851,0,2,40851,11701,11702,0,2,11702,11703,40847,0,2,40847,11703,40846,0,2,11704,11703,11711,0,2,11708,11711,11705,0,2,11705,11706,11707,0,2,18554,11706,11705,0,2,11711,11708,11709,0,2,47591,11710,47593,0,2,18573,47593,47592,0,2,47592,10760,10759,0,2,11708,11705,11707,0,2,11708,11707,11709,0,2,11709,11707,47591,0,2,11703,11702,11701,0,2,11705,11711,11712,0,2,11712,11698,11713,0,2,11713,11714,10764,0,2,11712,11713,11705,0,2,11701,11711,11703,0,2,11711,11701,11700,0,2,11711,11700,11712,0,2,11712,11700,40827,0,2,11712,40827,11698,0,2,11714,11698,40884,0,2,11714,40884,11697,0,2,11714,11697,10765,0,2,11713,11698,11714,0,2,11665,11704,11709,0,2,11711,11709,11704,0,2,11715,11695,11693,0,2,18516,11691,11716,0,2,11691,11690,11716,0,2,10770,11716,11717,0,2,11717,11718,11726,0,2,11726,11718,11719,0,2,11732,11721,17973,0,2,11732,17973,11722,0,2,11722,17973,17972,0,2,11722,17972,11723,0,2,11723,17972,17971,0,2,11723,17971,17966,0,2,11723,17966,11729,0,2,11729,11724,17985,0,2,17985,10772,11725,0,2,11725,10772,10771,0,2,10770,11717,11726,0,2,11726,11727,11728,0,2,11728,11727,11730,0,2,11730,11729,11725,0,2,11729,17985,11725,0,2,11730,11725,10771,0,2,11730,10771,11731,0,2,11728,11730,11731,0,2,11728,11731,11726,0,2,11726,11731,10770,0,2,11730,11727,11729,0,2,11729,11727,11733,0,2,11733,11727,11732,0,2,11732,11722,11733,0,2,11723,11729,11733,0,2,11723,11733,11722,0,2,11721,11732,11720,0,2,11726,11719,11727,0,2,11727,11719,11732,0,2,11720,11732,11719,0,2,11717,11716,40859,0,2,11717,40859,11689,0,2,11717,11689,11718,0,2,41467,11735,11736,0,2,41467,11736,11737,0,2,11687,48841,11736,0,2,11736,48841,11737,0,2,11737,48841,11738,0,2,11687,11735,11688,0,2,11687,11736,11735,0,2,11688,11735,40875,0,2,41229,11571,11740,0,2,11331,11740,11571,0,2,11571,41229,41227,0,2,11741,11743,11334,0,2,11334,11743,11742,0,2,11334,11333,11741,0,2,11741,11333,11193,0,2,11742,11743,11336,0,2,11336,11744,11745,0,2,11744,11746,11747,0,2,11747,11746,41405,0,2,41407,11748,11186,0,2,41407,11186,11185,0,2,11186,11748,11188,0,2,11336,11743,11744,0,2,11744,11743,11749,0,2,11750,11190,11751,0,2,11750,11751,11192,0,2,11190,11749,11751,0,2,11751,11749,11741,0,2,11741,11749,11743,0,2,11744,11749,11190,0,2,11744,11190,11746,0,2,11746,11190,11752,0,2,11752,11188,11748,0,2,11748,41405,11752,0,2,11752,41405,11746,0,2,11191,11190,11750,0,2,11194,11331,11195,0,2,11195,11331,11786,0,2,11754,11327,11753,0,2,11753,11327,46022,0,2,11323,11814,11324,0,2,11324,11814,11756,0,2,11324,11756,11755,0,2,11756,11757,11795,0,2,11795,11757,11256,0,2,11763,11256,11758,0,2,11759,11758,11760,0,2,11760,11769,11761,0,2,11762,11810,11759,0,2,11762,11761,11774,0,2,11759,11760,11762,0,2,11760,11761,11762,0,2,11810,11762,11774,0,2,11758,11759,11763,0,2,11256,11763,11795,0,2,11758,11255,11760,0,2,11764,11765,11206,0,2,11766,11767,11768,0,2,11253,11768,11254,0,2,11254,11768,11767,0,2,11254,11767,11769,0,2,11769,11767,11764,0,2,11764,11767,11765,0,2,11765,11767,11766,0,2,11769,11760,11254,0,2,11254,11760,11255,0,2,11764,11206,11811,0,2,11812,11770,11775,0,2,11775,11770,11205,0,2,11772,11771,11806,0,2,11772,11806,11773,0,2,11772,11773,11774,0,2,11774,11812,11772,0,2,11772,11812,11775,0,2,11775,11771,11772,0,2,11206,11770,11811,0,2,11811,11770,11812,0,2,11205,11204,11775,0,2,11775,11204,11776,0,2,11775,11776,11771,0,2,11771,11776,11777,0,2,11777,11776,11804,0,2,11804,41244,11778,0,2,11779,41248,11780,0,2,11780,41248,41249,0,2,11781,41249,11787,0,2,11787,41249,41250,0,2,11782,41247,11783,0,2,11784,11783,41236,0,2,11785,11194,11195,0,2,11785,11195,11196,0,2,11197,11785,11196,0,2,11784,11196,11783,0,2,11783,11196,11782,0,2,11782,11196,11195,0,2,11782,11195,11786,0,2,11782,11786,11787,0,2,11781,11787,41232,0,2,11781,41232,11788,0,2,11781,11788,41401,0,2,41401,11788,11790,0,2,41401,11790,11789,0,2,11790,11788,11329,0,2,11329,11788,41233,0,2,11329,41233,11330,0,2,11754,11753,11789,0,2,11789,11753,41401,0,2,11781,11791,41249,0,2,11804,11778,11801,0,2,11804,11801,11808,0,2,11808,11801,11800,0,2,11800,11799,11792,0,2,11792,11799,11798,0,2,11792,11798,11793,0,2,11809,11794,11795,0,2,11795,11794,11756,0,2,11756,11794,11755,0,2,11755,11796,11797,0,2,11797,11796,11798,0,2,11797,11798,11799,0,2,11779,11800,11801,0,2,11800,11779,11802,0,2,11800,11802,11799,0,2,11755,11797,11324,0,2,11780,11791,41401,0,2,41401,11791,11781,0,2,11325,11797,11803,0,2,11325,11803,11780,0,2,41249,11791,11780,0,2,11779,11780,11803,0,2,11779,11803,11802,0,2,11806,11792,11807,0,2,11806,11807,11773,0,2,11806,11771,11805,0,2,11806,11805,11792,0,2,11804,11808,11777,0,2,11777,11808,11805,0,2,11807,11792,11793,0,2,11773,11807,11809,0,2,11759,11810,11763,0,2,11810,11774,11809,0,2,11809,11774,11773,0,2,11793,11794,11807,0,2,11807,11794,11809,0,2,11810,11795,11763,0,2,11792,11805,11800,0,2,11808,11800,11805,0,2,11769,11811,11761,0,2,11769,11764,11811,0,2,11761,11811,11774,0,2,11812,11774,11811,0,2,11258,11256,11757,0,2,11814,11323,11260,0,2,11260,11323,11262,0,2,11260,11262,11261,0,2,11260,11813,11814,0,2,11262,11323,11263,0,2,11253,11254,11815,0,2,11255,11815,11254,0,2,11250,11251,11913,0,2,11913,11251,11816,0,2,11250,11913,11249,0,2,11250,11249,11843,0,2,11250,11843,46887,0,2,46887,11843,11818,0,2,11818,11843,11817,0,2,11818,11817,11819,0,2,11818,11819,11820,0,2,11820,11821,11840,0,2,11830,11821,11822,0,2,11819,11910,11823,0,2,11829,11823,11908,0,2,11829,11908,11824,0,2,11826,11824,11898,0,2,11826,11898,11825,0,2,11826,11827,11829,0,2,11829,11827,11828,0,2,11823,11828,11819,0,2,11819,11828,11822,0,2,11829,11828,11823,0,2,11824,11826,11829,0,2,11828,11830,11822,0,2,11825,11832,11826,0,2,11826,11832,11827,0,2,11827,11832,11831,0,2,11827,11831,11830,0,2,11825,11213,11832,0,2,11832,11212,11831,0,2,11212,11832,11213,0,2,11825,11898,11833,0,2,11833,11834,16735,0,2,16735,11834,11214,0,2,11214,11834,11879,0,2,11214,11879,11835,0,2,11835,11836,11215,0,2,11840,11837,11838,0,2,46886,11838,11839,0,2,11839,11842,11251,0,2,11251,11250,11839,0,2,11838,11837,16788,0,2,11842,11841,11251,0,2,11251,11841,11816,0,2,11842,11839,11838,0,2,11838,16788,11842,0,2,11837,11840,11210,0,2,11248,11844,11249,0,2,11249,11844,11845,0,2,46883,11845,11846,0,2,11876,11847,11848,0,2,11881,11848,11849,0,2,11849,11848,11871,0,2,11849,11871,11850,0,2,11862,11850,11851,0,2,11862,11851,11861,0,2,11861,11851,11852,0,2,11852,11853,11866,0,2,11866,11867,11868,0,2,11868,11869,46879,0,2,11868,46879,11859,0,2,11854,11855,11888,0,2,11888,11855,11856,0,2,11856,11857,11892,0,2,11225,11857,11226,0,2,11225,11224,11223,0,2,11857,11856,11226,0,2,11226,11856,11855,0,2,11226,11855,11858,0,2,11858,11855,46879,0,2,11859,11855,11854,0,2,11859,11854,11893,0,2,11859,46879,11855,0,2,11852,11866,11860,0,2,11859,11861,11860,0,2,11860,11861,11852,0,2,11861,11859,11893,0,2,11862,11861,11893,0,2,11860,11866,11868,0,2,11868,11859,11860,0,2,11850,11871,11851,0,2,11851,11871,11863,0,2,11851,11863,11870,0,2,11870,11863,11864,0,2,11853,11864,11865,0,2,46882,11231,41400,0,2,46882,41400,11232,0,2,11867,11229,11868,0,2,11868,11229,11869,0,2,11866,11865,11867,0,2,11864,11853,11870,0,2,11870,11853,11852,0,2,11852,11851,11870,0,2,11866,11853,11865,0,2,11848,11847,11871,0,2,11249,11845,11843,0,2,11843,11845,11872,0,2,11843,11872,11817,0,2,11819,11822,11820,0,2,11820,11822,11821,0,2,11872,11910,11817,0,2,11845,46883,11872,0,2,11872,46883,11910,0,2,11873,11846,11874,0,2,11875,11874,11876,0,2,11875,11876,11904,0,2,11904,11881,11906,0,2,11906,11881,11877,0,2,11906,11877,11880,0,2,11880,11877,11886,0,2,11906,11880,11878,0,2,11835,11879,11878,0,2,11835,11878,11836,0,2,11836,11878,11880,0,2,11215,11880,11216,0,2,11880,11886,11216,0,2,11904,11876,11881,0,2,11881,11876,11848,0,2,11846,11847,11874,0,2,11874,11847,11876,0,2,11877,11881,11849,0,2,11877,11849,11882,0,2,11883,11882,45835,0,2,11883,45835,11884,0,2,11884,45835,11890,0,2,11884,11890,45771,0,2,45771,11890,11220,0,2,11886,11877,45776,0,2,45776,11882,11883,0,2,45776,11877,11882,0,2,11886,45775,11885,0,2,11216,11886,11885,0,2,11849,45834,45835,0,2,45835,45834,11887,0,2,11854,11888,11889,0,2,11889,45835,11887,0,2,11889,11887,11854,0,2,45835,11889,11890,0,2,11890,11889,11892,0,2,11892,11889,11891,0,2,11892,11857,11220,0,2,11856,11892,11891,0,2,11856,11891,11888,0,2,11890,11892,11220,0,2,11891,11889,11888,0,2,11854,11887,11893,0,2,11873,11874,11894,0,2,11894,11903,11909,0,2,11909,11903,11899,0,2,11899,11903,11895,0,2,11902,11905,11878,0,2,11902,11878,11879,0,2,11897,11909,11899,0,2,11833,11900,11834,0,2,11900,11833,11898,0,2,11900,11898,11824,0,2,11900,11824,11897,0,2,11899,11895,11901,0,2,11899,11901,11897,0,2,11834,11902,11879,0,2,11834,11901,11902,0,2,11902,11901,11896,0,2,11902,11896,11905,0,2,11896,11901,11895,0,2,11834,11900,11901,0,2,11901,11900,11897,0,2,11903,11875,11895,0,2,11875,11904,11895,0,2,11895,11904,11905,0,2,11895,11905,11896,0,2,11904,11906,11905,0,2,11906,11878,11905,0,2,11874,11875,11894,0,2,11875,11903,11894,0,2,11910,11873,11894,0,2,11910,11894,11907,0,2,11823,11907,11908,0,2,11824,11908,11909,0,2,11909,11908,11894,0,2,11907,11894,11908,0,2,11823,11910,11907,0,2,11819,11817,11910,0,2,11911,11912,11240,0,2,11240,11912,11928,0,2,11928,11912,11927,0,2,11913,11816,11927,0,2,11238,11816,11252,0,2,11915,46023,11236,0,2,46023,11915,11916,0,2,11916,11917,11257,0,2,11257,11917,11918,0,2,11920,11815,11919,0,2,11920,11257,11815,0,2,11815,11257,11918,0,2,11257,11920,11258,0,2,11758,11919,11255,0,2,11253,11815,11252,0,2,11815,11918,11252,0,2,11915,11914,11916,0,2,11916,11914,11917,0,2,11917,41397,11238,0,2,11252,11918,11238,0,2,11912,11248,11927,0,2,11927,11248,11913,0,2,11242,11243,11246,0,2,11246,11243,11244,0,2,11246,11244,11245,0,2,11245,11921,11922,0,2,11245,11922,11246,0,2,11246,11922,11923,0,2,11923,11922,11232,0,2,11925,11241,11242,0,2,11241,11925,11926,0,2,11926,11925,41398,0,2,11926,41398,46885,0,2,11924,11925,11242,0,2,11246,11923,11242,0,2,11242,11923,11924,0,2,11232,11922,11233,0,2,11233,11922,11921,0,2,11235,11245,11236,0,2,11245,11244,11236,0,2,11914,11915,11244,0,2,11927,11239,11928,0,2,11928,11239,11929,0,2,11928,11929,11241,0,2,11241,11929,11243,0,2,11226,11858,11225,0,2,11225,11858,11227,0,2,11225,11227,11297,0,2,11218,11217,16617,0,2,11209,11210,11930,0,2,11930,11931,16744,0,2,16744,11931,11932,0,2,11932,11931,11933,0,2,11933,11931,11934,0,2,11821,11934,11935,0,2,11935,11934,11931,0,2,11935,11931,11210,0,2,11210,11931,11930,0,2,11934,11211,46027,0,2,46027,11211,11212,0,2,11212,11211,11830,0,2,11821,11211,11934,0,2,11209,11930,11208,0,2,11207,11208,11936,0,2,16783,11936,16787,0,2,16787,11936,16745,0,2,16787,16745,11937,0,2,16780,11937,11938,0,2,16776,11939,11940,0,2,16776,11940,16775,0,2,11942,11943,11944,0,2,11944,42502,16763,0,2,16761,42493,11945,0,2,11945,11946,11947,0,2,11945,11947,16764,0,2,16764,11947,13078,0,2,13078,11947,11948,0,2,13082,16756,11950,0,2,13123,11950,11951,0,2,13122,11951,16755,0,2,14753,11952,16754,0,2,14754,16754,12567,0,2,12567,16754,11953,0,2,11954,11953,11955,0,2,12563,11956,16738,0,2,12563,16738,11957,0,2,11957,16737,12562,0,2,42707,42586,11959,0,2,42707,11959,11958,0,2,11958,11959,42708,0,2,42708,11959,11960,0,2,42708,11960,11961,0,2,11961,11960,11962,0,2,11961,11962,42728,0,2,42728,11962,16751,0,2,42728,16751,16752,0,2,16752,16753,12378,0,2,12378,16753,11963,0,2,12365,11964,16727,0,2,12365,16727,12337,0,2,11965,12337,11966,0,2,11967,11965,16726,0,2,11969,11968,16564,0,2,11969,16564,12008,0,2,12008,16564,11970,0,2,12006,11972,46357,0,2,12006,46357,11974,0,2,12006,11974,11973,0,2,11973,11974,11975,0,2,11976,11975,46364,0,2,11976,46364,11977,0,2,11977,46364,46353,0,2,11977,46353,46889,0,2,46889,46353,11978,0,2,46778,11978,46351,0,2,46778,46351,11979,0,2,11979,11980,46379,0,2,46379,11980,46380,0,2,46380,11980,12003,0,2,12003,11982,46380,0,2,11981,11982,46776,0,2,46776,11982,46775,0,2,46775,11982,12004,0,2,11983,11988,46443,0,2,46443,11988,11984,0,2,46443,11984,11985,0,2,11985,11984,11986,0,2,11986,11984,11987,0,2,11988,11982,12003,0,2,11988,12003,11999,0,2,11999,12003,12000,0,2,12000,12003,11989,0,2,12000,11989,11990,0,2,12000,11990,11991,0,2,11991,12196,11992,0,2,12134,11996,11995,0,2,11995,11996,11997,0,2,46794,11997,11985,0,2,46794,11985,11986,0,2,12200,12134,11994,0,2,11994,12134,11998,0,2,11994,11998,11993,0,2,11993,11998,12002,0,2,12002,11998,12001,0,2,11993,12002,11992,0,2,11992,12002,11991,0,2,12134,11995,11998,0,2,11988,11999,11987,0,2,11999,12000,11987,0,2,11987,12000,12001,0,2,12001,12000,12002,0,2,11991,12002,12000,0,2,11984,11988,11987,0,2,11988,11983,12004,0,2,11988,12004,11982,0,2,11974,12005,11975,0,2,12006,12007,16563,0,2,16563,12007,12008,0,2,12338,12010,12346,0,2,12346,12011,12344,0,2,12344,12011,12012,0,2,12344,12012,12345,0,2,12345,12012,16555,0,2,12345,16555,12013,0,2,46212,16555,16554,0,2,16554,16555,12015,0,2,12015,46447,16553,0,2,12016,16553,16559,0,2,12016,16559,46446,0,2,16551,16550,12017,0,2,46258,12019,46266,0,2,16497,16545,12020,0,2,12020,12021,16498,0,2,16498,12021,12022,0,2,16526,12023,12024,0,2,12026,12025,12027,0,2,12027,12025,46476,0,2,12027,46476,12028,0,2,16506,12029,46475,0,2,16506,46475,46896,0,2,46895,46894,46315,0,2,46315,46894,46472,0,2,12032,12033,46758,0,2,46758,12033,12034,0,2,12034,16495,16534,0,2,15915,12035,16535,0,2,12036,16535,16541,0,2,12036,16536,16451,0,2,12037,16450,15919,0,2,15919,16419,15918,0,2,15918,16419,16445,0,2,15918,16445,12038,0,2,16384,16446,16383,0,2,16383,16446,12039,0,2,16382,12039,16447,0,2,16382,16447,12040,0,2,16379,12040,12041,0,2,16367,12042,12043,0,2,16367,12043,12044,0,2,12044,12043,12045,0,2,12045,14818,12046,0,2,12046,14818,12047,0,2,12046,12047,14823,0,2,14823,12047,12049,0,2,12049,12048,46715,0,2,46715,12048,12050,0,2,42639,12050,12051,0,2,12053,12052,12054,0,2,12054,14813,42642,0,2,42642,12055,14812,0,2,14812,12055,46720,0,2,14812,46720,12057,0,2,14812,12057,12056,0,2,12056,12057,12058,0,2,12056,12058,46722,0,2,12056,46722,42643,0,2,42643,46722,46583,0,2,42643,46583,46560,0,2,12060,12059,46585,0,2,12060,46585,12061,0,2,46587,46588,14804,0,2,14804,46588,12062,0,2,12063,12064,12065,0,2,42804,12068,12067,0,2,12067,12068,12069,0,2,12069,42801,14800,0,2,14800,42801,12070,0,2,14800,12070,14811,0,2,14811,12070,12071,0,2,12071,12072,14811,0,2,14811,12072,42478,0,2,14811,42478,14796,0,2,46841,46840,12073,0,2,46841,12073,12074,0,2,42482,14798,12075,0,2,12077,12078,12079,0,2,12079,12078,12080,0,2,12079,12080,42476,0,2,12439,42476,12081,0,2,12082,12228,12083,0,2,12084,12083,14795,0,2,12084,14795,12085,0,2,12227,12086,12087,0,2,12087,12086,12088,0,2,12089,12088,12127,0,2,12231,12097,12232,0,2,12232,12097,12095,0,2,12520,12095,12090,0,2,12091,12090,12229,0,2,12091,12229,12092,0,2,12093,12092,12094,0,2,46817,12094,46824,0,2,12096,12090,12095,0,2,12096,12095,12097,0,2,12096,12097,12098,0,2,12098,12097,12126,0,2,12098,12126,12099,0,2,46828,12104,12105,0,2,46828,12105,12106,0,2,12108,12107,12109,0,2,12109,12107,46812,0,2,12109,46812,42971,0,2,12109,42971,14774,0,2,42963,42976,12113,0,2,12113,42976,42966,0,2,12113,42966,42964,0,2,12113,42964,12114,0,2,12118,12114,12115,0,2,12118,12115,12117,0,2,14767,14769,42986,0,2,42986,14769,12116,0,2,12118,12116,12119,0,2,12119,12116,12120,0,2,12119,12120,12112,0,2,12117,12116,12118,0,2,12116,12122,12120,0,2,12120,12123,12121,0,2,12121,12110,12111,0,2,12121,12111,12120,0,2,12112,12120,12111,0,2,12117,42986,12116,0,2,12120,12122,12248,0,2,12120,12248,12123,0,2,12124,14773,12110,0,2,12110,14773,14774,0,2,12110,12121,12124,0,2,12121,12123,12125,0,2,12125,12124,12121,0,2,12122,12116,14769,0,2,12112,42963,12119,0,2,12112,12111,42977,0,2,12112,42977,42963,0,2,42963,42977,42976,0,2,42976,42967,42966,0,2,12126,12097,12231,0,2,12126,12231,12136,0,2,12136,12127,12135,0,2,12135,46846,12128,0,2,12135,12128,11996,0,2,12129,11996,12128,0,2,12129,12128,12130,0,2,12129,12130,12131,0,2,12131,12130,46847,0,2,12129,12131,12132,0,2,12129,12132,12133,0,2,12129,12133,11996,0,2,11996,12134,12135,0,2,12135,12134,12136,0,2,12134,12200,12201,0,2,12134,12201,12136,0,2,12136,12201,12137,0,2,12137,12201,12149,0,2,12149,12201,12200,0,2,12149,12200,12202,0,2,12149,12202,12150,0,2,12150,12202,12148,0,2,12150,12148,12151,0,2,12151,12138,46811,0,2,12140,12139,12141,0,2,12140,12141,46800,0,2,46800,12141,46799,0,2,46866,46799,12143,0,2,46866,12143,12142,0,2,12142,12143,12144,0,2,12145,12144,12138,0,2,46811,12138,12139,0,2,12139,12138,12141,0,2,12143,46799,12141,0,2,12143,12141,12144,0,2,12144,12141,12138,0,2,12144,12145,12146,0,2,12144,12146,46854,0,2,12151,12148,12138,0,2,12138,12148,12145,0,2,12146,12145,12147,0,2,46854,12142,12144,0,2,12145,12148,12202,0,2,12136,12137,12126,0,2,12137,12149,12126,0,2,12099,12149,12100,0,2,12100,12149,12150,0,2,12100,12150,12151,0,2,12100,12151,12102,0,2,12102,12151,12103,0,2,12152,12223,12104,0,2,12104,12223,12186,0,2,12104,12186,12153,0,2,12154,12153,12155,0,2,12154,12155,12156,0,2,12158,12156,12157,0,2,12159,12158,12178,0,2,12159,12178,46865,0,2,46865,12178,12160,0,2,46865,12160,12161,0,2,12161,12160,12177,0,2,12161,12177,12162,0,2,12162,12163,34666,0,2,34666,12163,8891,0,2,34666,8891,12164,0,2,12164,8891,46807,0,2,12164,46807,8892,0,2,12175,12176,12165,0,2,12165,12185,12184,0,2,12169,12168,12216,0,2,12169,12216,12170,0,2,12170,8888,8889,0,2,12170,8889,12169,0,2,12166,12171,12172,0,2,12171,12168,12173,0,2,12173,12162,12177,0,2,12177,12179,12174,0,2,12176,12158,12157,0,2,12158,12176,12178,0,2,12179,12177,12160,0,2,12176,12175,12178,0,2,12175,12174,12178,0,2,12178,12174,12179,0,2,12178,12179,12160,0,2,12175,12165,12174,0,2,12173,12177,12171,0,2,12171,12177,12172,0,2,12177,12174,12172,0,2,12172,12174,12165,0,2,12165,12184,12166,0,2,12172,12165,12166,0,2,12171,12166,12167,0,2,12171,12167,12168,0,2,12216,12168,12180,0,2,12180,12226,12181,0,2,12188,12183,12184,0,2,12188,12184,12185,0,2,12185,12225,12187,0,2,12187,12225,12153,0,2,12153,12225,12155,0,2,12187,12153,12186,0,2,12187,46801,12188,0,2,12188,46801,12189,0,2,12183,12189,12182,0,2,12191,46799,12192,0,2,12192,46361,12211,0,2,12209,12193,46359,0,2,46359,12193,46347,0,2,46347,12193,46360,0,2,46347,46360,12194,0,2,12195,12194,46795,0,2,11991,12195,12197,0,2,11991,12197,12196,0,2,12196,12197,12198,0,2,12198,12142,46854,0,2,46854,12199,12198,0,2,11992,12199,11993,0,2,12202,11993,12147,0,2,12202,12147,12145,0,2,12199,12147,11993,0,2,11994,11993,12202,0,2,11994,12202,12200,0,2,12198,12199,12196,0,2,11992,12196,12199,0,2,12195,46795,12197,0,2,12197,46798,12198,0,2,12198,46798,46796,0,2,12198,46796,12142,0,2,11991,11990,12195,0,2,12209,12210,12193,0,2,8881,12212,12204,0,2,12204,12212,12205,0,2,12204,12205,12206,0,2,46355,12208,12209,0,2,12206,12205,12207,0,2,12207,12205,12208,0,2,12209,12208,12210,0,2,12211,12210,12208,0,2,12211,12208,12205,0,2,12205,12212,12211,0,2,12211,12212,12192,0,2,46361,12210,12211,0,2,12203,12192,8881,0,2,12203,8880,12213,0,2,12220,12221,12214,0,2,12214,12221,12222,0,2,12222,12217,12215,0,2,43220,12215,12216,0,2,43220,12216,12180,0,2,12180,12181,43220,0,2,12216,12215,12170,0,2,8888,12170,12218,0,2,12218,12170,12215,0,2,12218,12215,12217,0,2,12218,12217,8886,0,2,8886,12217,12219,0,2,8886,12219,8879,0,2,8879,12220,8880,0,2,8880,12220,12213,0,2,12221,12220,12219,0,2,12221,12219,12217,0,2,12219,12220,8879,0,2,12222,12221,12217,0,2,12203,12213,12192,0,2,12192,12213,12191,0,2,12182,12190,12181,0,2,12181,12190,12222,0,2,12222,12190,12214,0,2,12181,12222,43220,0,2,12183,12188,12189,0,2,12187,12188,12185,0,2,12186,12223,12187,0,2,12187,12223,46801,0,2,12223,12152,46811,0,2,46811,12224,12151,0,2,12151,12224,12103,0,2,12103,12224,12152,0,2,12152,12224,46811,0,2,12176,12225,12165,0,2,12165,12225,12185,0,2,12184,12183,12226,0,2,12226,12183,12182,0,2,12226,12182,12181,0,2,12226,12166,12184,0,2,12225,12176,12155,0,2,12155,12176,12157,0,2,12157,12156,12155,0,2,12102,12101,12100,0,2,12099,12126,12149,0,2,46847,42783,12131,0,2,12231,12089,12136,0,2,12136,12089,12127,0,2,46846,12088,46847,0,2,46847,12088,12086,0,2,12227,12085,42773,0,2,42773,12085,14795,0,2,42477,14795,12228,0,2,42477,12228,12081,0,2,12081,12228,12082,0,2,12088,46846,12127,0,2,12098,12099,12100,0,2,12094,12092,12230,0,2,12092,12229,12230,0,2,12090,12096,12229,0,2,12229,12096,12230,0,2,12094,12230,46824,0,2,46825,46824,12230,0,2,12096,46825,12230,0,2,12237,12231,12232,0,2,12235,12084,12085,0,2,12235,12085,12227,0,2,12084,12235,12234,0,2,12234,12235,12236,0,2,12238,12087,12088,0,2,12238,12088,12089,0,2,12238,12089,12237,0,2,12087,12238,12233,0,2,12087,12233,12236,0,2,12236,12233,12234,0,2,12233,12238,12237,0,2,12237,12232,12233,0,2,12227,12087,12235,0,2,12087,12236,12235,0,2,12232,12095,12520,0,2,12232,12520,12233,0,2,42772,12520,12090,0,2,42772,12090,12519,0,2,12519,12090,12091,0,2,12519,12091,12239,0,2,12239,12091,12240,0,2,12240,14790,12518,0,2,14790,14791,12523,0,2,12523,14791,12241,0,2,12241,14791,14792,0,2,12241,14792,14793,0,2,12244,12243,12533,0,2,12245,12533,46849,0,2,12532,14778,12246,0,2,12495,12246,12247,0,2,12247,12246,14772,0,2,12247,14772,12248,0,2,12248,12122,14770,0,2,12501,12249,12250,0,2,12501,12250,12500,0,2,42504,12251,14765,0,2,14765,12251,42573,0,2,14765,42573,12252,0,2,12252,42573,42567,0,2,12252,12809,12253,0,2,12253,12809,12811,0,2,12256,12255,12257,0,2,12257,42473,14764,0,2,14764,42473,14761,0,2,14761,42473,12260,0,2,12253,12259,12254,0,2,12254,12259,12255,0,2,12255,12259,42473,0,2,12255,42473,12257,0,2,12259,42469,12258,0,2,12258,42469,12260,0,2,42474,12261,14760,0,2,42474,14760,12398,0,2,12398,14760,12262,0,2,12262,12263,12397,0,2,12397,12263,12853,0,2,12397,12853,12264,0,2,12264,12850,12265,0,2,12265,12850,12266,0,2,12267,12266,12848,0,2,12267,12848,12268,0,2,12267,12268,12269,0,2,12388,12269,12270,0,2,12290,12272,12861,0,2,12290,12861,12273,0,2,12273,12863,12274,0,2,12274,12863,12275,0,2,12274,12275,12276,0,2,12276,12275,42811,0,2,12276,42811,12544,0,2,12278,12559,12279,0,2,12565,12280,12281,0,2,14755,12281,12282,0,2,12568,12282,12283,0,2,12875,12283,12288,0,2,12287,12289,12286,0,2,12286,12289,12281,0,2,12286,12281,12284,0,2,12284,12280,12279,0,2,12284,12279,12559,0,2,12284,12559,12285,0,2,12286,12285,34387,0,2,12286,34387,12287,0,2,12287,12867,12288,0,2,12287,12288,12289,0,2,12286,12284,12285,0,2,12280,12284,12281,0,2,12288,12283,12289,0,2,12289,12283,12282,0,2,12289,12282,12281,0,2,12273,12274,12290,0,2,12290,12291,12272,0,2,12272,12291,12386,0,2,12386,12291,12545,0,2,12386,12545,12292,0,2,12385,12292,12550,0,2,12385,12550,12555,0,2,12293,12294,12307,0,2,12307,12294,12295,0,2,12296,12295,12297,0,2,12296,12297,12303,0,2,12303,12297,12301,0,2,12301,12297,12298,0,2,12299,42713,12300,0,2,12299,12300,12543,0,2,12301,12543,12302,0,2,12302,42601,12303,0,2,12303,42601,12304,0,2,12383,12305,12306,0,2,12383,12306,12296,0,2,12296,12306,12295,0,2,12295,12306,12307,0,2,12293,12307,12384,0,2,12308,12384,12309,0,2,12308,12309,12310,0,2,12311,12310,12312,0,2,12312,42743,46893,0,2,46893,42743,12313,0,2,46861,12314,42748,0,2,46861,42748,46859,0,2,46859,42748,42749,0,2,12542,42751,12315,0,2,12315,42752,12316,0,2,12316,42752,42769,0,2,12316,42769,12317,0,2,12455,12317,12318,0,2,12445,12319,12320,0,2,12320,46856,42755,0,2,46855,42756,46841,0,2,12309,12384,42739,0,2,42739,12384,12307,0,2,42739,12307,12306,0,2,42739,12306,12305,0,2,42739,12305,12321,0,2,42740,12321,12380,0,2,42740,12380,42810,0,2,42745,42810,12322,0,2,42745,12322,42742,0,2,12322,12380,46891,0,2,46891,12380,12323,0,2,12323,12380,12382,0,2,12323,12382,14885,0,2,14885,12382,42581,0,2,14885,42581,12324,0,2,12324,42581,12325,0,2,12325,12327,12326,0,2,15658,12330,12331,0,2,15658,12331,15620,0,2,15620,12331,12332,0,2,15621,12332,12333,0,2,15616,12333,12334,0,2,15616,12334,15615,0,2,12335,12373,12336,0,2,11965,12336,12337,0,2,12336,11965,12335,0,2,12335,11965,11967,0,2,11969,12010,12338,0,2,12338,11967,16726,0,2,12338,16726,11968,0,2,12338,11968,11969,0,2,15622,12335,12339,0,2,12340,12339,12347,0,2,12340,12347,12341,0,2,12341,12347,12351,0,2,12341,12351,12342,0,2,12351,12347,12343,0,2,12343,12347,12344,0,2,12343,12344,12345,0,2,12346,12344,12347,0,2,12346,12339,12338,0,2,12338,12339,11967,0,2,12339,12335,11967,0,2,12339,12346,12347,0,2,12345,12013,12348,0,2,12348,12349,12350,0,2,12348,12350,12343,0,2,12343,12350,12351,0,2,12351,12364,12342,0,2,12348,12343,12345,0,2,12013,12014,12352,0,2,12013,12352,12348,0,2,12348,12352,12353,0,2,12348,12353,12349,0,2,12353,12354,12362,0,2,12355,46210,12356,0,2,12357,46206,12361,0,2,12360,12361,12358,0,2,12358,12359,47223,0,2,47223,12360,12358,0,2,12350,12363,12364,0,2,12351,12350,12364,0,2,15188,12363,12350,0,2,12350,12349,12362,0,2,12350,12362,15188,0,2,12339,12340,15622,0,2,12336,12373,12337,0,2,12337,12373,12365,0,2,12365,12366,11964,0,2,11964,12366,46038,0,2,46038,12366,12367,0,2,46038,12367,46039,0,2,46039,12367,46037,0,2,46037,12367,12368,0,2,12369,12368,12370,0,2,12371,12375,12331,0,2,12371,12331,12330,0,2,12371,12330,42599,0,2,42599,12330,12329,0,2,12331,12375,12332,0,2,12332,12375,12376,0,2,12332,12376,12372,0,2,12374,12372,12373,0,2,12373,12334,12374,0,2,12334,12333,12374,0,2,12372,12374,12333,0,2,12372,12333,12332,0,2,12365,12373,12372,0,2,12365,12372,12366,0,2,12366,12372,12376,0,2,12375,12371,12370,0,2,12367,12366,12376,0,2,12367,12376,12368,0,2,12376,12375,12368,0,2,12370,12368,12375,0,2,11964,46038,12377,0,2,12377,46038,12378,0,2,12378,46038,12379,0,2,12379,42727,42728,0,2,12377,12378,11963,0,2,12322,42810,12380,0,2,12381,12380,12383,0,2,12380,12381,12382,0,2,12380,12321,12305,0,2,12380,12305,12383,0,2,12293,12384,12555,0,2,12555,12384,12385,0,2,12292,12385,12386,0,2,12272,12386,12271,0,2,12271,12386,12270,0,2,12386,12385,12270,0,2,12270,12385,12387,0,2,12270,12387,12388,0,2,12388,12387,12308,0,2,12388,12308,12389,0,2,12409,12410,12390,0,2,12392,12393,12404,0,2,12404,12393,12394,0,2,12394,12395,12396,0,2,12396,12395,12483,0,2,12396,12483,12398,0,2,12396,12398,12397,0,2,12397,12398,12262,0,2,12397,12264,12399,0,2,12397,12399,12396,0,2,12409,12390,12400,0,2,12409,12400,12401,0,2,12409,12401,12389,0,2,12389,12401,12388,0,2,12390,12391,12400,0,2,12401,12400,12406,0,2,12401,12406,12402,0,2,12402,12406,12403,0,2,12404,12394,12405,0,2,12405,12394,12396,0,2,12404,12403,12392,0,2,12392,12403,12406,0,2,12392,12406,12391,0,2,12391,12406,12400,0,2,12401,12402,12388,0,2,12388,12402,12269,0,2,12269,12402,12403,0,2,12269,12403,12407,0,2,12269,12407,12267,0,2,12267,12407,12408,0,2,12267,12408,12266,0,2,12266,12408,12265,0,2,12403,12404,12407,0,2,12407,12404,12405,0,2,12407,12405,12408,0,2,12408,12405,14758,0,2,12408,14758,12265,0,2,12385,12384,12387,0,2,12384,12308,12387,0,2,12389,12308,12311,0,2,12389,12311,12409,0,2,12409,12311,12411,0,2,12409,12411,12410,0,2,12410,12411,46892,0,2,12410,46892,12412,0,2,12412,12541,12474,0,2,12474,12541,12413,0,2,12417,12419,12418,0,2,12418,12419,12420,0,2,12421,12420,12542,0,2,12421,12542,12315,0,2,12315,12316,12421,0,2,12420,12421,12418,0,2,12316,12317,12421,0,2,12421,12317,12454,0,2,12417,12451,12416,0,2,12415,12416,12422,0,2,12415,12422,42771,0,2,42771,12422,12473,0,2,12473,12422,12423,0,2,12423,12422,12433,0,2,12423,12433,12424,0,2,12525,12424,12425,0,2,12514,12426,12510,0,2,12427,12510,12430,0,2,12464,12427,12428,0,2,12426,12431,12510,0,2,12510,12431,12430,0,2,12428,12430,12432,0,2,12429,12432,12430,0,2,12430,12428,12427,0,2,12424,12433,12434,0,2,12424,12434,12425,0,2,12425,12434,12435,0,2,12425,12435,12538,0,2,12538,12435,12436,0,2,12432,12429,12449,0,2,12432,12449,12448,0,2,12461,12437,12438,0,2,12081,12438,12439,0,2,12439,12076,12077,0,2,14797,12076,12460,0,2,12437,12446,12440,0,2,12440,12446,12441,0,2,12444,12443,12320,0,2,12444,12320,42755,0,2,12319,12445,12447,0,2,12319,12447,12318,0,2,12318,12447,12456,0,2,12456,12459,12449,0,2,12441,12458,12442,0,2,12442,12458,12447,0,2,12442,12447,12443,0,2,12443,12447,12445,0,2,12443,12445,12320,0,2,12437,12448,12446,0,2,12446,12448,12449,0,2,12449,12429,12457,0,2,12457,12429,12436,0,2,12450,12436,12435,0,2,12450,12435,12451,0,2,12435,12434,12451,0,2,12451,12434,12452,0,2,12452,12434,12433,0,2,12452,12433,12422,0,2,12451,12452,12416,0,2,12416,12452,12422,0,2,12449,12457,12453,0,2,12456,12453,12454,0,2,12456,12454,12455,0,2,12317,12455,12454,0,2,12449,12453,12456,0,2,12318,12456,12455,0,2,12457,12436,12450,0,2,12453,12457,12454,0,2,12454,12457,12450,0,2,12441,12446,12458,0,2,12458,12459,12447,0,2,12447,12459,12456,0,2,12459,12458,12446,0,2,12459,12446,12449,0,2,12440,12441,12460,0,2,12075,14797,12460,0,2,12437,12440,12438,0,2,12460,12076,12440,0,2,12440,12076,12439,0,2,12440,12439,12438,0,2,42476,12439,12079,0,2,12081,12082,12438,0,2,12438,12082,12461,0,2,12428,12462,12463,0,2,12428,12463,12464,0,2,12464,12463,12517,0,2,12464,12517,12523,0,2,12464,12523,12465,0,2,12465,12523,12516,0,2,12465,12516,12466,0,2,12468,12524,12470,0,2,12470,12524,12469,0,2,12471,12470,12426,0,2,12426,12470,12425,0,2,12425,12470,12525,0,2,12424,12525,12472,0,2,12424,12472,12423,0,2,12423,12472,12473,0,2,42771,12473,12484,0,2,42771,12484,12474,0,2,12474,12393,12475,0,2,12390,12475,12391,0,2,12391,12475,12392,0,2,12392,12475,12393,0,2,12394,12393,12476,0,2,12478,12485,42471,0,2,12485,12486,12479,0,2,14762,12479,12506,0,2,14762,12506,12480,0,2,12480,12506,12482,0,2,12489,12493,12481,0,2,12481,12493,12494,0,2,12256,12494,12505,0,2,12256,12481,12494,0,2,12481,14764,12489,0,2,12489,14764,12482,0,2,12485,12479,42471,0,2,12394,12476,12477,0,2,12394,12477,12395,0,2,12395,42472,12483,0,2,12393,12474,12476,0,2,12476,12474,12484,0,2,12476,12484,12477,0,2,12478,12477,12473,0,2,12484,12473,12477,0,2,12478,12473,12485,0,2,12486,12485,12472,0,2,12486,12469,12524,0,2,12486,12524,12487,0,2,12487,12468,12488,0,2,12488,12468,12527,0,2,12491,12492,12490,0,2,12490,12492,12489,0,2,12489,12482,12490,0,2,12491,12490,12507,0,2,12489,12492,12493,0,2,12494,12493,12531,0,2,12494,12531,12532,0,2,12494,12532,12505,0,2,12532,12246,12495,0,2,12247,12248,12496,0,2,12495,12502,12505,0,2,12505,12502,12499,0,2,12505,12499,12497,0,2,12498,12499,12504,0,2,12504,12499,12503,0,2,12503,12499,12500,0,2,12500,12499,12502,0,2,12500,12502,12501,0,2,12501,12502,12496,0,2,12247,12496,12495,0,2,12495,12496,12502,0,2,12497,12499,12498,0,2,14770,12249,12496,0,2,12496,12249,12501,0,2,12498,12504,12254,0,2,12498,12254,12497,0,2,12256,12497,12255,0,2,12255,12497,12254,0,2,12497,12256,12505,0,2,12479,12486,42470,0,2,12506,42470,12507,0,2,12506,12507,12490,0,2,12490,12482,12506,0,2,12506,12479,42470,0,2,12486,12472,12469,0,2,12472,12485,12473,0,2,12415,42771,12413,0,2,12467,12508,12509,0,2,12467,12509,12511,0,2,12511,12509,12512,0,2,12512,12510,12427,0,2,12509,12514,12510,0,2,12509,12510,12512,0,2,12468,12508,12467,0,2,12467,12511,12522,0,2,12522,12511,12466,0,2,12466,12511,12512,0,2,12513,12465,12512,0,2,12513,12512,12427,0,2,12513,12427,12464,0,2,12513,12464,12465,0,2,12465,12466,12512,0,2,12468,12470,12508,0,2,12508,12470,12471,0,2,12508,12471,12514,0,2,12508,12514,12509,0,2,12526,12522,12521,0,2,12526,12521,12244,0,2,12244,12521,12241,0,2,12244,12241,12242,0,2,12242,12241,14793,0,2,12523,12517,14790,0,2,12518,12536,12240,0,2,12240,12536,12535,0,2,12240,12535,12239,0,2,12241,12521,12515,0,2,12521,12522,12466,0,2,12466,12516,12521,0,2,12521,12516,12515,0,2,12516,12523,12515,0,2,12515,12523,12241,0,2,12522,12526,12467,0,2,12467,12526,12468,0,2,12468,12526,12527,0,2,12468,12487,12524,0,2,12525,12469,12472,0,2,12525,12470,12469,0,2,12526,12244,12527,0,2,12528,12533,12245,0,2,12527,12528,12491,0,2,12491,12530,12492,0,2,12492,12530,12529,0,2,14778,12529,46851,0,2,12530,12245,12529,0,2,12529,12245,46851,0,2,12245,12530,12528,0,2,12530,12491,12528,0,2,12493,12492,12529,0,2,12493,12529,12531,0,2,12531,12529,12532,0,2,12532,12529,14778,0,2,12528,12527,12533,0,2,12533,12527,12244,0,2,12243,12244,12242,0,2,12462,12461,12082,0,2,12462,12082,12534,0,2,12463,12462,12534,0,2,12536,12534,12537,0,2,12535,12537,12234,0,2,12535,12519,12239,0,2,12536,12518,12517,0,2,12517,12534,12536,0,2,12517,12463,12534,0,2,12536,12537,12535,0,2,12082,12537,12534,0,2,12537,12083,12234,0,2,12084,12234,12083,0,2,12537,12082,12083,0,2,12437,12461,12448,0,2,12461,12462,12448,0,2,12448,12462,12428,0,2,12448,12428,12432,0,2,12431,12425,12538,0,2,12430,12538,12429,0,2,12429,12538,12436,0,2,12430,12431,12538,0,2,12431,12426,12425,0,2,12417,12418,12451,0,2,12451,12418,12450,0,2,12454,12450,12418,0,2,12454,12418,12421,0,2,12539,12419,12540,0,2,46860,12414,12541,0,2,12413,12414,12540,0,2,12413,12540,12415,0,2,12415,12540,12416,0,2,12416,12540,12417,0,2,12540,12419,12417,0,2,12419,12539,12420,0,2,12420,12539,12542,0,2,12308,12310,12311,0,2,12383,12296,12303,0,2,12383,12303,12304,0,2,12303,12301,12302,0,2,12301,12298,12299,0,2,12301,12299,12543,0,2,12290,12274,12276,0,2,12290,12276,12291,0,2,12276,12544,12545,0,2,12545,12544,12558,0,2,12545,12558,12546,0,2,12546,12558,42704,0,2,12546,42704,12547,0,2,12549,12548,42579,0,2,42579,42713,12299,0,2,42579,12299,12549,0,2,12549,12553,12552,0,2,12552,12553,12554,0,2,12552,12554,12550,0,2,12552,12550,12551,0,2,12547,12551,12546,0,2,12546,12551,12556,0,2,12546,12556,12545,0,2,12545,12556,12292,0,2,12545,12291,12276,0,2,12548,12549,12552,0,2,12548,12552,12547,0,2,12547,12552,12551,0,2,12299,12298,12549,0,2,12553,12549,12557,0,2,12554,12553,12294,0,2,12294,12293,12554,0,2,12554,12293,12555,0,2,12554,12555,12550,0,2,12550,12556,12551,0,2,12292,12556,12550,0,2,12294,12553,12295,0,2,12295,12553,12557,0,2,12295,12557,12297,0,2,12297,12557,12298,0,2,12298,12557,12549,0,2,42704,12277,42705,0,2,42705,12277,12559,0,2,42705,12559,12560,0,2,12560,12559,12278,0,2,12560,12278,14756,0,2,12560,14756,12561,0,2,12561,12563,12562,0,2,12562,12563,11957,0,2,12566,12567,11953,0,2,11953,11954,12566,0,2,42500,12569,14753,0,2,14753,12569,13124,0,2,42500,12929,12569,0,2,12570,12569,12932,0,2,12570,12932,13121,0,2,13121,12934,13120,0,2,13120,12934,12572,0,2,12571,12572,13119,0,2,12573,13118,12893,0,2,12573,12893,12574,0,2,12576,12574,12575,0,2,12576,12575,13037,0,2,12577,13037,12892,0,2,12577,12892,12578,0,2,12578,12892,12956,0,2,12579,12580,13036,0,2,13036,12580,12581,0,2,12953,14747,12583,0,2,12967,12583,12898,0,2,12898,34383,34358,0,2,34358,34383,12584,0,2,34356,12584,12784,0,2,34356,12784,12785,0,2,12585,12787,12586,0,2,12906,12587,12586,0,2,12586,12587,12588,0,2,34347,12588,34344,0,2,34347,34344,12589,0,2,34361,12589,12779,0,2,34361,12779,12590,0,2,12590,12779,42824,0,2,12591,42824,12778,0,2,12745,34342,12746,0,2,12746,34342,12592,0,2,12592,12594,12593,0,2,12596,12822,12722,0,2,12722,12822,12723,0,2,12723,12822,12597,0,2,12600,12599,12821,0,2,42961,12821,12601,0,2,42961,12601,12602,0,2,12602,12824,42962,0,2,12604,12606,42578,0,2,42578,12606,12607,0,2,12607,12823,12609,0,2,12609,12823,12608,0,2,12609,12608,12610,0,2,12609,12610,12611,0,2,12611,12610,42960,0,2,12611,42960,12613,0,2,42546,42545,12609,0,2,12609,42545,12607,0,2,42546,12609,12613,0,2,42546,12613,12612,0,2,12613,12609,12611,0,2,12604,12605,12606,0,2,12605,12604,42576,0,2,12605,42576,12603,0,2,12603,42576,42575,0,2,12775,42575,12614,0,2,12775,12614,12600,0,2,12600,12615,12599,0,2,12599,12615,12623,0,2,12619,12616,34643,0,2,12619,34643,12617,0,2,34626,12617,34627,0,2,34627,12618,42539,0,2,42539,12618,34633,0,2,42539,34633,8928,0,2,8928,34633,34634,0,2,12617,34626,12619,0,2,12616,12619,12620,0,2,12620,34629,12622,0,2,12622,34629,12621,0,2,12621,34629,34498,0,2,12623,12622,12624,0,2,12774,12625,12621,0,2,12774,8933,12627,0,2,12627,8933,8934,0,2,12626,8933,12774,0,2,12626,12774,12621,0,2,12625,12629,12647,0,2,12625,12647,12598,0,2,12598,12647,12717,0,2,12598,12717,12597,0,2,12597,12717,12719,0,2,12597,12719,12723,0,2,42958,12630,12631,0,2,12631,12630,12720,0,2,12631,12720,12632,0,2,34339,12632,12633,0,2,12636,12635,12641,0,2,12636,12641,12639,0,2,12636,12639,12637,0,2,12637,12639,12732,0,2,12640,12732,12639,0,2,12640,12639,12641,0,2,12642,12641,12634,0,2,42959,12720,12643,0,2,12645,12646,12716,0,2,12716,12646,12717,0,2,12716,12717,12647,0,2,12716,12647,12648,0,2,12650,12648,12628,0,2,12649,12628,8935,0,2,12649,8936,12628,0,2,12628,8936,12650,0,2,12715,12650,8937,0,2,12715,8937,12652,0,2,12652,8937,12651,0,2,12652,12651,12653,0,2,12652,12653,12654,0,2,12654,12653,12655,0,2,12655,12653,12656,0,2,12655,12656,34337,0,2,12763,42817,42816,0,2,12763,42816,12657,0,2,12658,12657,12659,0,2,12658,12659,12672,0,2,12672,12659,12660,0,2,34419,34420,12661,0,2,34419,9107,12662,0,2,34418,12663,34421,0,2,34421,12663,12664,0,2,12664,12686,12665,0,2,12665,12686,12666,0,2,12665,12666,12676,0,2,12665,12676,12688,0,2,12688,12676,12668,0,2,12688,12668,12667,0,2,12667,12668,12669,0,2,12667,12669,12679,0,2,12667,12679,12675,0,2,12675,12670,12673,0,2,12671,12672,12661,0,2,12671,12661,34420,0,2,12671,34420,12673,0,2,12673,34420,12674,0,2,12674,34417,12675,0,2,12674,12675,12673,0,2,34417,12667,12675,0,2,12668,12676,12677,0,2,12678,12677,26399,0,2,12668,12677,12669,0,2,12669,12677,12770,0,2,12669,12770,34414,0,2,12669,34414,12679,0,2,12679,34414,34415,0,2,12679,34415,12675,0,2,12675,34415,12670,0,2,12676,12666,12680,0,2,12680,12666,12681,0,2,12681,12666,12687,0,2,12681,12687,9241,0,2,12683,12687,12682,0,2,12683,12682,12686,0,2,12683,12686,12684,0,2,12685,12664,12663,0,2,12685,12663,9122,0,2,12685,34422,12684,0,2,12666,12686,12687,0,2,12687,12686,12682,0,2,12685,12684,12664,0,2,12664,12684,12686,0,2,34419,12662,9123,0,2,34419,9123,12663,0,2,34419,12663,34418,0,2,12667,34417,12688,0,2,12688,34417,34418,0,2,34419,12661,9107,0,2,9107,12661,12693,0,2,12693,12692,9106,0,2,9106,12692,12689,0,2,12714,12690,12691,0,2,12710,12691,12695,0,2,12695,12691,12660,0,2,12660,12691,12694,0,2,12694,12691,12692,0,2,12694,12692,12693,0,2,12692,12691,12689,0,2,12691,12690,12689,0,2,12693,12661,12694,0,2,12661,12660,12694,0,2,12695,34623,12710,0,2,12710,34623,34624,0,2,12710,34624,12711,0,2,12711,34624,12696,0,2,12698,12697,12701,0,2,12698,12701,12699,0,2,12700,12701,12702,0,2,34624,12702,12696,0,2,12696,12702,12697,0,2,12702,12701,12697,0,2,12701,12700,12699,0,2,12699,12700,8939,0,2,12699,8942,12698,0,2,12712,12698,12709,0,2,12712,12709,12703,0,2,9075,12704,12705,0,2,12705,12704,34836,0,2,8943,8944,12706,0,2,12706,12707,12705,0,2,12706,8944,8946,0,2,12706,8946,12707,0,2,12705,12708,9075,0,2,12705,12707,12708,0,2,8947,9127,12707,0,2,9127,12708,12707,0,2,9127,9126,12708,0,2,12708,9126,9075,0,2,12706,12705,34832,0,2,34832,12705,34836,0,2,12714,12711,12696,0,2,12714,12696,12697,0,2,12698,12712,12697,0,2,12712,12703,12697,0,2,12697,12713,12714,0,2,12714,12713,12690,0,2,9124,12690,12713,0,2,12713,12697,12704,0,2,12704,12697,12703,0,2,12710,12711,12691,0,2,12691,12711,12714,0,2,12715,12652,12654,0,2,12645,12655,34337,0,2,12645,34337,12718,0,2,12715,12716,12648,0,2,12715,12648,12650,0,2,34148,12650,8936,0,2,12647,12629,12648,0,2,12648,12629,12628,0,2,12719,12717,12646,0,2,12719,12646,12718,0,2,12718,12646,12645,0,2,12719,12718,12630,0,2,12719,12630,12723,0,2,12723,12630,42958,0,2,12630,12718,12644,0,2,12720,12630,12644,0,2,12644,12643,12720,0,2,12632,12720,12633,0,2,12720,42959,12633,0,2,42959,12642,12633,0,2,12642,12634,12633,0,2,12635,12634,12641,0,2,12638,12732,12721,0,2,12638,12721,12656,0,2,12656,12721,34337,0,2,12724,12722,42958,0,2,12724,12595,12596,0,2,12746,12593,12726,0,2,12746,12726,12745,0,2,12745,12726,12727,0,2,12727,34340,12728,0,2,12727,12728,12729,0,2,12729,12728,12730,0,2,12749,12730,12748,0,2,12748,12772,12731,0,2,12732,12733,12771,0,2,12734,12733,12754,0,2,12772,12753,12731,0,2,12735,12752,34367,0,2,34367,12752,12739,0,2,12738,12736,12737,0,2,12753,7189,12737,0,2,12737,7189,12738,0,2,12736,12738,12741,0,2,12736,12741,12739,0,2,12751,12739,12740,0,2,7155,12740,12739,0,2,7155,12739,12741,0,2,7155,12741,7154,0,2,12741,12738,7152,0,2,7152,12738,7151,0,2,7152,7154,12741,0,2,12735,34367,12742,0,2,12735,12742,12743,0,2,12750,12744,12591,0,2,12773,12591,12745,0,2,12591,12773,12750,0,2,12747,12730,12749,0,2,12735,12743,12748,0,2,12744,12750,12743,0,2,12743,12750,12749,0,2,12743,12749,12748,0,2,12750,12747,12749,0,2,12735,12748,12731,0,2,12751,12740,34364,0,2,12739,12752,12736,0,2,12736,12752,12737,0,2,12737,12731,12753,0,2,12731,12737,12735,0,2,12735,12737,12752,0,2,12772,12771,12753,0,2,12753,12771,12733,0,2,12753,12733,12734,0,2,12732,12638,12733,0,2,12733,12638,12754,0,2,12768,12755,12756,0,2,12756,12757,12769,0,2,12769,12757,12758,0,2,12758,12757,34413,0,2,34413,12759,34412,0,2,34412,12759,12760,0,2,12760,12759,12761,0,2,12765,12657,12658,0,2,12657,12765,12763,0,2,12761,12764,12766,0,2,12761,12766,12762,0,2,12762,12766,12765,0,2,12764,12761,12759,0,2,12764,12759,12757,0,2,12757,12759,34413,0,2,12757,12756,12764,0,2,12764,12756,12755,0,2,12764,12755,12766,0,2,12755,12754,12766,0,2,12638,12767,12754,0,2,12754,12767,12766,0,2,12638,12656,12767,0,2,12767,12656,12763,0,2,12763,12656,12653,0,2,12763,12765,12767,0,2,12767,12765,12766,0,2,12734,12754,12768,0,2,12754,12755,12768,0,2,26399,12769,12678,0,2,26399,7149,12769,0,2,12769,12770,12678,0,2,12678,12770,12677,0,2,12636,12637,12748,0,2,12636,12748,12730,0,2,12732,12771,12637,0,2,12771,12772,12637,0,2,12637,12772,12748,0,2,12745,12727,12773,0,2,12750,12773,12747,0,2,12773,12727,12729,0,2,12747,12729,12730,0,2,12724,12725,12595,0,2,12594,12595,12593,0,2,12725,12593,12595,0,2,42958,12722,12723,0,2,12598,12623,12624,0,2,12598,12624,12625,0,2,12625,12774,12629,0,2,12629,12774,12628,0,2,12628,12774,12627,0,2,8934,8935,12627,0,2,12627,8935,12628,0,2,12625,12624,12621,0,2,12621,12624,12622,0,2,12599,12623,12598,0,2,12603,42575,12775,0,2,12775,12600,42961,0,2,12779,12589,12776,0,2,12779,12776,12777,0,2,12745,12591,34342,0,2,34342,12591,12778,0,2,34342,12778,12777,0,2,12779,12778,42824,0,2,12778,12779,12777,0,2,12781,12586,12780,0,2,34348,42497,12781,0,2,42497,34353,34359,0,2,12780,34348,12781,0,2,12586,12781,12585,0,2,12588,34347,12586,0,2,12586,34347,12780,0,2,12784,12584,12782,0,2,12782,12897,12899,0,2,12782,12899,12783,0,2,12784,12783,12911,0,2,12785,12911,48840,0,2,12785,48840,12787,0,2,12787,48840,12786,0,2,12787,12786,12906,0,2,12787,12906,12586,0,2,42813,12788,12789,0,2,12789,12788,12801,0,2,12801,12907,12790,0,2,12790,12907,12902,0,2,12790,12902,12791,0,2,12792,12791,12948,0,2,12950,42462,12949,0,2,12949,42462,12794,0,2,12949,12794,12796,0,2,12797,12835,12792,0,2,12798,12792,12835,0,2,12798,12835,12799,0,2,12801,12799,12800,0,2,12801,12800,12814,0,2,12814,12800,12947,0,2,12831,12802,42819,0,2,42819,12802,12803,0,2,12612,12613,12840,0,2,42549,12804,42552,0,2,42552,12804,12805,0,2,12805,12806,12807,0,2,12807,12806,12810,0,2,12807,12810,12808,0,2,12808,12252,42567,0,2,12252,12808,12809,0,2,12809,12810,12811,0,2,12253,12811,12259,0,2,12808,12810,12809,0,2,12259,12811,42469,0,2,12805,12807,42552,0,2,42549,12813,12804,0,2,12804,12813,12812,0,2,12612,12840,12841,0,2,12612,12841,42547,0,2,42547,12841,12812,0,2,42553,12812,12813,0,2,12801,12814,12789,0,2,12815,12789,12816,0,2,12815,12816,12828,0,2,12828,12816,12827,0,2,12827,12816,42483,0,2,12826,42483,12817,0,2,12817,42483,12610,0,2,12610,12608,12818,0,2,12610,12818,12817,0,2,12817,12819,12826,0,2,12592,12819,12594,0,2,12592,34343,12819,0,2,12819,34343,12826,0,2,12819,12818,12820,0,2,12819,12820,12594,0,2,12594,12820,12595,0,2,12595,12820,12601,0,2,12601,12596,12595,0,2,12596,12601,12822,0,2,12822,12601,12821,0,2,12822,12599,12597,0,2,12597,12599,12598,0,2,12599,12822,12821,0,2,12819,12817,12818,0,2,12823,12607,12825,0,2,12824,12602,12825,0,2,12820,12818,49794,0,2,12820,49794,12825,0,2,12820,12825,12602,0,2,12602,12601,12820,0,2,12826,12827,42483,0,2,12826,34343,12827,0,2,12828,12830,12829,0,2,12829,12830,12777,0,2,12799,12801,12790,0,2,12799,12835,12947,0,2,12802,12831,12832,0,2,12802,12832,12938,0,2,12938,12832,12833,0,2,12833,12832,12834,0,2,12837,12797,12796,0,2,12797,12837,12835,0,2,12836,12832,12831,0,2,12834,12832,12836,0,2,12834,12836,12837,0,2,12834,12837,12942,0,2,12835,12837,12836,0,2,12831,12947,12836,0,2,12836,12947,12835,0,2,12802,12838,12803,0,2,12803,12838,12839,0,2,12839,12838,12840,0,2,42960,12839,12613,0,2,12613,12839,12840,0,2,12841,12840,12842,0,2,12812,12843,12804,0,2,12812,12841,12843,0,2,12842,12843,12841,0,2,12840,12838,12842,0,2,12842,12844,12847,0,2,12847,12844,12845,0,2,12847,12845,12846,0,2,12847,12846,12854,0,2,12854,12943,12850,0,2,12850,12943,12266,0,2,12266,12944,12848,0,2,12848,12944,12855,0,2,12848,12855,12849,0,2,12851,12850,12264,0,2,12264,12853,12851,0,2,12263,12843,12853,0,2,12853,12843,12852,0,2,12853,12852,12851,0,2,12850,12851,12854,0,2,12854,12852,12847,0,2,12852,12854,12851,0,2,12266,12943,12944,0,2,12860,12857,12858,0,2,12860,12858,12859,0,2,12859,12858,12271,0,2,12859,12271,12270,0,2,12859,12268,12849,0,2,12268,12859,12269,0,2,12269,12859,12270,0,2,12859,12849,12860,0,2,12857,12860,12855,0,2,12857,12855,12856,0,2,12860,12849,12855,0,2,12271,12858,12272,0,2,12272,12858,12861,0,2,12861,12862,12273,0,2,12273,12862,12863,0,2,12863,12936,12275,0,2,12275,12936,12864,0,2,12275,12864,12871,0,2,12871,12864,12865,0,2,12866,12874,12868,0,2,12867,12287,12868,0,2,12869,12870,12871,0,2,12871,12870,42811,0,2,12275,12871,42811,0,2,12871,12865,12872,0,2,12871,12872,12869,0,2,12868,12869,12872,0,2,12865,12866,12872,0,2,12866,12873,34386,0,2,12866,34386,12794,0,2,12794,12795,12796,0,2,12794,12874,12866,0,2,12874,42463,12867,0,2,12867,12924,12288,0,2,12930,12928,12876,0,2,12930,12876,12877,0,2,12877,12926,12931,0,2,12931,12926,12878,0,2,12878,12926,14751,0,2,14751,12879,42498,0,2,42498,12879,12889,0,2,12889,12879,12880,0,2,12888,12880,12925,0,2,12882,42466,12917,0,2,12917,42466,12883,0,2,12917,12883,12912,0,2,12883,12884,12912,0,2,12884,12793,12885,0,2,12885,12894,12913,0,2,12886,12580,12579,0,2,12880,12888,12889,0,2,12888,12925,12881,0,2,12888,12881,12887,0,2,12887,12881,12890,0,2,12579,12890,42461,0,2,12579,42461,12886,0,2,12886,42461,12916,0,2,12886,12916,12891,0,2,12891,12914,12915,0,2,12915,12886,12891,0,2,12887,12890,12956,0,2,12887,12956,12892,0,2,12888,12887,12892,0,2,12888,12892,12575,0,2,12575,12892,13037,0,2,12889,12575,12574,0,2,12889,12574,12893,0,2,12885,12793,12900,0,2,12885,12900,12894,0,2,12894,12895,14749,0,2,12915,12914,14749,0,2,14749,12914,12894,0,2,12894,12914,12913,0,2,12793,12948,12900,0,2,14749,12896,12899,0,2,14749,12899,14748,0,2,14748,12899,12897,0,2,14747,12897,12898,0,2,14747,12898,12583,0,2,12899,12896,12783,0,2,12895,12896,14749,0,2,12915,14749,14750,0,2,12915,14750,12886,0,2,12900,12791,12901,0,2,12901,12902,12910,0,2,12910,12902,12903,0,2,12911,12909,48840,0,2,12904,12908,12905,0,2,12906,12786,12904,0,2,12905,12906,12904,0,2,12948,12791,12900,0,2,12901,12791,12902,0,2,12908,12907,12788,0,2,12908,12788,12905,0,2,12788,12907,12801,0,2,12911,12895,12909,0,2,12903,12909,12910,0,2,12901,12910,12900,0,2,12900,12910,12895,0,2,12900,12895,12894,0,2,12783,12896,12911,0,2,12911,12896,12895,0,2,12912,12885,12913,0,2,12891,12913,12914,0,2,12913,12891,12912,0,2,12912,12891,12916,0,2,12916,12918,12917,0,2,12917,12918,12882,0,2,12882,12918,12919,0,2,12912,12916,12917,0,2,12916,42461,12918,0,2,12884,12885,12912,0,2,12882,12919,12920,0,2,12882,12920,42812,0,2,12921,12922,12923,0,2,12923,12922,42464,0,2,42464,12922,42463,0,2,12867,42463,12924,0,2,12924,12875,12288,0,2,12920,12919,12925,0,2,12920,12925,42467,0,2,42467,12925,12927,0,2,12927,12880,12879,0,2,12880,12927,12925,0,2,12927,12879,12926,0,2,12926,12879,14751,0,2,12926,12877,12876,0,2,12283,12875,12929,0,2,12933,12929,12930,0,2,12931,12878,12933,0,2,12933,12878,12934,0,2,13121,12932,12934,0,2,12877,12931,12930,0,2,12930,12931,12933,0,2,12929,12933,12569,0,2,12569,12933,12932,0,2,12932,12933,12934,0,2,12929,12875,12930,0,2,12930,12875,12928,0,2,12867,12868,12874,0,2,12866,12865,12873,0,2,12873,12865,12864,0,2,12861,12858,12862,0,2,12858,12857,12862,0,2,12862,12857,12935,0,2,12862,12935,12863,0,2,12863,12935,12936,0,2,12864,12937,12873,0,2,12937,12864,12936,0,2,12843,12842,12852,0,2,12852,12842,12847,0,2,12842,12838,12844,0,2,12844,12838,12802,0,2,12844,12802,12938,0,2,12845,12945,12846,0,2,12846,12945,12939,0,2,12939,12945,12940,0,2,12940,12946,34384,0,2,34384,12946,12941,0,2,12795,12942,12837,0,2,12837,12796,12795,0,2,12795,12941,12942,0,2,12942,12946,12833,0,2,12833,12946,12845,0,2,12833,12845,12938,0,2,12833,12834,12942,0,2,12942,12941,12946,0,2,12846,12939,12854,0,2,12854,12939,12943,0,2,12855,12944,12856,0,2,12856,12944,12940,0,2,12940,12944,12939,0,2,12940,12945,12946,0,2,12946,12945,12845,0,2,12938,12845,12844,0,2,12947,12800,12799,0,2,12797,12792,12952,0,2,12952,12948,12949,0,2,12949,12948,12950,0,2,12884,12951,12793,0,2,12793,12950,12948,0,2,12948,12952,12792,0,2,12791,12792,12798,0,2,12799,12790,12798,0,2,12797,12952,12796,0,2,12796,12952,12949,0,2,12911,12785,12784,0,2,12783,12784,12782,0,2,12583,34382,12953,0,2,12953,12954,12582,0,2,12582,12954,12955,0,2,12955,12954,13036,0,2,13036,12954,12956,0,2,12578,12956,42455,0,2,42455,12954,12957,0,2,12959,12958,34382,0,2,12959,34382,12960,0,2,12959,12960,13044,0,2,13044,12973,42460,0,2,42460,12973,12961,0,2,12961,12962,13043,0,2,12963,12962,14380,0,2,12963,14380,12964,0,2,12964,14382,14701,0,2,14701,14382,14468,0,2,14701,14468,12965,0,2,12965,14383,14702,0,2,14702,14383,14386,0,2,14702,14386,12966,0,2,12966,14389,14390,0,2,12966,14447,14702,0,2,34382,12967,12960,0,2,12967,34351,12968,0,2,12970,12969,34352,0,2,34352,12969,12971,0,2,7158,7159,12969,0,2,12971,7159,12972,0,2,12971,12972,12973,0,2,12973,12972,41737,0,2,41730,41737,12974,0,2,12976,12975,41735,0,2,12978,12997,14471,0,2,14471,12979,14375,0,2,14375,12979,12980,0,2,14374,12980,12981,0,2,14374,12981,14373,0,2,14373,12982,12983,0,2,14473,12983,14348,0,2,14348,12983,12984,0,2,14347,14346,13034,0,2,14347,13034,12985,0,2,14351,12985,12986,0,2,12987,47683,12988,0,2,12988,47683,12992,0,2,12988,12992,12990,0,2,12991,12990,13006,0,2,13006,12992,12993,0,2,12994,12993,12984,0,2,12994,12984,12982,0,2,12994,12982,12995,0,2,12995,12982,12981,0,2,12995,12981,42943,0,2,42943,12981,12980,0,2,42943,12980,12996,0,2,12996,12980,12979,0,2,12979,12997,13028,0,2,12979,14471,12997,0,2,13028,12998,13012,0,2,13012,12999,13028,0,2,13010,13028,13000,0,2,13010,13000,13001,0,2,13001,13002,13003,0,2,13003,13002,13005,0,2,13003,13005,13004,0,2,13004,13005,42944,0,2,42944,13005,41815,0,2,42944,41815,12991,0,2,12991,13006,13007,0,2,13007,13008,42944,0,2,42944,13008,13004,0,2,12998,13028,12997,0,2,12979,13009,12996,0,2,13028,13010,13009,0,2,13009,13010,13008,0,2,12996,13008,42943,0,2,13008,12996,13009,0,2,13010,13001,13003,0,2,13010,13003,13008,0,2,13008,13003,13004,0,2,12997,12978,12998,0,2,12998,12978,13011,0,2,12998,13011,13012,0,2,13012,13031,13025,0,2,13025,13031,13033,0,2,13025,13033,13013,0,2,13013,13033,13014,0,2,13014,13032,13015,0,2,13015,13032,41734,0,2,13015,41734,13016,0,2,13016,13018,13017,0,2,7163,13017,7162,0,2,7162,13017,13018,0,2,7161,13018,41738,0,2,13016,13024,13015,0,2,13015,13024,13014,0,2,13014,13024,13019,0,2,13014,13019,13020,0,2,13020,41743,13027,0,2,13027,41743,13021,0,2,41741,13022,7184,0,2,41804,7184,13023,0,2,7183,13022,13021,0,2,7183,13023,13022,0,2,7176,7182,7183,0,2,13023,7184,13022,0,2,13016,7168,13024,0,2,12999,13012,13025,0,2,13025,13013,41740,0,2,13025,41740,13026,0,2,13026,41740,13027,0,2,12999,13026,13028,0,2,13028,13026,13000,0,2,13001,13000,13029,0,2,7185,13029,13030,0,2,13030,13029,13000,0,2,13030,13000,13026,0,2,13030,13026,13027,0,2,12999,13025,13026,0,2,12978,12977,13011,0,2,12977,41735,13011,0,2,13011,41735,13012,0,2,13012,41735,13031,0,2,13031,41732,13033,0,2,13033,41732,13032,0,2,13033,13032,13014,0,2,14373,12981,12982,0,2,12984,12993,14346,0,2,14346,12993,13034,0,2,12985,13034,13035,0,2,48624,12986,13035,0,2,13035,12986,12985,0,2,12993,12992,13034,0,2,13034,12992,13035,0,2,13006,12990,12992,0,2,13035,47683,48624,0,2,12971,12973,12968,0,2,12968,12973,13044,0,2,12968,13044,12960,0,2,12968,12960,12967,0,2,34382,12958,12957,0,2,12953,12957,12954,0,2,12957,12953,34382,0,2,12956,12954,42455,0,2,12582,12955,12581,0,2,12581,12955,13036,0,2,12956,12890,13036,0,2,12577,13039,13037,0,2,13037,13039,13038,0,2,14692,13040,42458,0,2,14692,42458,13041,0,2,13041,42458,42459,0,2,13043,13042,42460,0,2,13043,42460,12961,0,2,14700,14708,12962,0,2,14700,12962,12963,0,2,13045,13046,13116,0,2,13048,13047,14690,0,2,13048,13049,13088,0,2,13050,13088,13140,0,2,13050,13140,41450,0,2,41450,13140,13051,0,2,13051,13150,13052,0,2,13053,13152,13162,0,2,13053,13162,46043,0,2,46043,13162,13054,0,2,46043,13054,41440,0,2,41440,13054,13055,0,2,41440,13055,41441,0,2,13057,41441,13056,0,2,13057,13056,13058,0,2,13066,13137,13065,0,2,13060,11203,13062,0,2,13060,13062,13061,0,2,16784,13063,11205,0,2,16784,11205,11770,0,2,11205,13063,13062,0,2,11205,13062,11204,0,2,13064,13129,13065,0,2,13065,13129,13066,0,2,13059,13066,13067,0,2,41447,13067,13068,0,2,41447,13068,13070,0,2,41447,13070,13069,0,2,13072,13069,13071,0,2,13072,13071,13073,0,2,13073,13071,13074,0,2,13098,13074,13075,0,2,13101,13075,13076,0,2,13077,13078,13079,0,2,13079,13078,13080,0,2,13081,13083,13102,0,2,13084,13121,13120,0,2,13084,13120,13085,0,2,13085,13113,42490,0,2,13110,41456,13109,0,2,13109,41456,13088,0,2,13103,13050,13089,0,2,13090,41452,13091,0,2,13091,13072,13092,0,2,13095,13096,13105,0,2,13125,13102,13097,0,2,13076,46024,13101,0,2,13075,13101,13098,0,2,13074,13098,13073,0,2,13073,13098,13099,0,2,13099,13098,13094,0,2,13100,13095,13101,0,2,13100,13101,46024,0,2,13101,13095,13098,0,2,13094,13098,13095,0,2,13095,13100,13096,0,2,13096,13100,13102,0,2,13097,13102,46024,0,2,13102,13100,46024,0,2,13073,13099,13108,0,2,13073,13108,13093,0,2,13093,13092,13072,0,2,13090,13091,13111,0,2,13090,13111,13089,0,2,13089,13111,13103,0,2,13103,13112,13104,0,2,13104,13112,13107,0,2,13104,13107,13110,0,2,13110,13107,13087,0,2,13095,13105,13094,0,2,13106,13087,13099,0,2,13099,13087,13107,0,2,13107,13112,13108,0,2,13103,13109,13050,0,2,13050,13109,13088,0,2,13109,13103,13104,0,2,13109,13104,13110,0,2,13107,13108,13099,0,2,13106,13099,13094,0,2,13108,13112,13093,0,2,13112,13111,13093,0,2,13093,13111,13092,0,2,13092,13111,13091,0,2,13112,13103,13111,0,2,13088,41456,41454,0,2,13088,41454,13048,0,2,42490,13113,13086,0,2,13086,13113,13114,0,2,12573,13116,13118,0,2,13118,13116,13115,0,2,13045,13116,12573,0,2,12573,12576,13045,0,2,13045,12576,13038,0,2,12574,12576,12573,0,2,13116,41455,13115,0,2,13115,41455,13117,0,2,13116,13046,41455,0,2,13117,41454,41456,0,2,13119,13118,12571,0,2,13118,13115,12571,0,2,12571,13115,13114,0,2,12571,13113,13120,0,2,13120,13113,13085,0,2,13114,13113,12571,0,2,13121,13084,13122,0,2,13122,13084,11951,0,2,13123,13083,11950,0,2,11950,13083,13081,0,2,11950,13081,13082,0,2,13122,12570,13121,0,2,12570,13124,12569,0,2,13125,13081,13102,0,2,13081,13125,13080,0,2,13080,13125,13079,0,2,13079,13126,13077,0,2,16766,13134,13127,0,2,13134,46040,13128,0,2,13133,13132,16779,0,2,16779,13132,13064,0,2,13068,13130,13133,0,2,13068,13133,13131,0,2,13075,13131,46040,0,2,13075,46040,13076,0,2,13129,13130,13066,0,2,13066,13130,13067,0,2,13067,13130,13068,0,2,13074,13131,13075,0,2,13074,13071,13070,0,2,13070,13071,13069,0,2,13131,13074,13068,0,2,13074,13070,13068,0,2,13064,13132,13129,0,2,13129,13132,13130,0,2,13130,13132,13133,0,2,16766,13076,13134,0,2,13076,46040,13134,0,2,13076,16766,46024,0,2,13059,13067,13058,0,2,13064,13065,13138,0,2,13138,13060,13061,0,2,13061,13064,13138,0,2,13058,13056,13135,0,2,13059,41409,13137,0,2,13065,13137,46026,0,2,13065,46026,13138,0,2,13138,46026,13139,0,2,13139,46026,41410,0,2,13060,13138,11203,0,2,11203,13138,13139,0,2,13137,13066,13059,0,2,13136,13059,13135,0,2,13140,13088,13049,0,2,13140,13049,14683,0,2,13140,14683,13051,0,2,13051,14683,13141,0,2,13051,13141,13142,0,2,13151,13143,13144,0,2,13151,13144,13153,0,2,13153,13144,13163,0,2,13163,13144,13145,0,2,13163,13145,13146,0,2,13147,13146,14671,0,2,13148,13147,13149,0,2,13051,13142,13150,0,2,13150,13142,13151,0,2,13053,13052,13150,0,2,13142,13143,13151,0,2,13150,13151,13152,0,2,13150,13152,13053,0,2,13152,13153,13154,0,2,13154,13153,13163,0,2,13156,13155,13157,0,2,13158,13157,13148,0,2,13158,13148,13149,0,2,13158,13149,14682,0,2,13158,11750,13157,0,2,13157,11750,13159,0,2,13160,13161,13156,0,2,13156,13161,13155,0,2,13160,13156,13157,0,2,13160,13157,13159,0,2,13159,11192,13160,0,2,13160,11192,11197,0,2,13054,13162,41443,0,2,13055,41443,46042,0,2,13055,46042,41442,0,2,41442,13136,13135,0,2,13152,13151,13153,0,2,13154,13163,41263,0,2,13154,41263,13155,0,2,13147,41263,13163,0,2,13146,13147,13163,0,2,14666,13164,13165,0,2,41427,13165,13166,0,2,13166,14721,13167,0,2,14721,14653,13168,0,2,13168,14653,41801,0,2,13170,13169,13221,0,2,13170,13221,13171,0,2,13204,13171,13172,0,2,13172,13219,13192,0,2,13192,13219,13173,0,2,13173,13174,13175,0,2,13216,13175,13174,0,2,13216,13174,13176,0,2,41793,14615,42440,0,2,42440,14615,13212,0,2,13212,14615,14614,0,2,13212,14614,13177,0,2,13178,13177,18425,0,2,18424,18426,13179,0,2,13179,18426,18420,0,2,13179,18420,13180,0,2,13215,18412,18411,0,2,13215,18411,13181,0,2,13183,13184,13185,0,2,13185,13184,13186,0,2,13209,18434,18438,0,2,42439,18438,13188,0,2,42439,13188,13190,0,2,13190,13188,13189,0,2,13190,13189,41663,0,2,13190,41663,13191,0,2,13173,13191,41662,0,2,13173,41662,13192,0,2,13192,41662,13193,0,2,13205,18338,13195,0,2,13208,13195,18339,0,2,13208,18339,13196,0,2,13196,13197,13198,0,2,13200,13199,41431,0,2,13168,13200,41433,0,2,13168,41433,14721,0,2,13168,41801,13201,0,2,13201,41801,13169,0,2,13201,13169,13202,0,2,13202,13169,13170,0,2,13202,13170,13203,0,2,13203,13170,13204,0,2,13203,13204,13207,0,2,13207,13204,13206,0,2,13207,13206,13205,0,2,13205,13206,13193,0,2,13193,13206,13192,0,2,13193,13194,13205,0,2,13207,13205,13195,0,2,13207,13195,13203,0,2,13203,13195,13208,0,2,13198,13197,13199,0,2,13198,13199,13200,0,2,13198,13208,13196,0,2,13202,13203,13198,0,2,13202,13198,13201,0,2,13201,13200,13168,0,2,13200,13201,13198,0,2,13198,13203,13208,0,2,13170,13171,13204,0,2,13206,13204,13172,0,2,13206,13172,13192,0,2,13191,13173,13175,0,2,13191,13175,13190,0,2,13190,13175,13216,0,2,13190,13216,42439,0,2,42439,13216,13209,0,2,13209,13210,18434,0,2,18434,13210,13187,0,2,13187,13210,13213,0,2,13213,13210,13211,0,2,13213,13211,13212,0,2,13182,13178,13181,0,2,13178,13182,13177,0,2,13177,13182,13212,0,2,13212,13182,13185,0,2,13185,13213,13212,0,2,13178,18425,13214,0,2,13178,13214,13181,0,2,13181,13214,13215,0,2,13215,13214,13179,0,2,13215,13179,13180,0,2,18412,13215,13180,0,2,13214,18425,18424,0,2,41794,13209,13216,0,2,13216,13176,41794,0,2,13181,18411,13217,0,2,13181,13217,13182,0,2,42445,13174,13218,0,2,42445,13218,42446,0,2,42446,13218,13219,0,2,42446,13219,13220,0,2,13220,13222,14663,0,2,14663,13222,14665,0,2,14665,13222,13221,0,2,14665,13221,41799,0,2,41799,13221,13169,0,2,13221,13222,13171,0,2,13222,13220,13171,0,2,13171,13220,13172,0,2,13220,13219,13172,0,2,13219,13218,13173,0,2,13173,13218,13174,0,2,13176,13174,13223,0,2,13224,13223,14616,0,2,13224,14616,13226,0,2,13226,14616,42447,0,2,13226,42447,13225,0,2,13224,13227,14612,0,2,14612,13227,13228,0,2,14612,13228,14613,0,2,14613,13228,13229,0,2,13229,13230,41781,0,2,41781,13230,14419,0,2,14419,13231,18423,0,2,18423,13231,18422,0,2,41784,14425,13232,0,2,14305,13232,14426,0,2,13235,13234,13282,0,2,13235,13282,13236,0,2,13236,13281,13253,0,2,13253,13281,13237,0,2,13237,13275,13238,0,2,13263,41707,13240,0,2,13263,13240,13241,0,2,13241,13240,13242,0,2,13245,13243,13244,0,2,13245,13244,14292,0,2,13245,14292,13246,0,2,13246,14292,13258,0,2,13248,13247,13239,0,2,13239,13247,13249,0,2,13250,14311,13251,0,2,13235,13251,13234,0,2,13234,14306,13233,0,2,13233,14306,14426,0,2,13256,13235,13252,0,2,13254,13252,13255,0,2,13255,13252,13253,0,2,13255,13253,13237,0,2,13253,13252,13236,0,2,13236,13252,13235,0,2,13237,13238,13255,0,2,13254,13255,13249,0,2,13254,13249,13250,0,2,13249,13255,13239,0,2,13252,13254,13256,0,2,13250,13256,13254,0,2,13250,13251,13256,0,2,13235,13256,13251,0,2,13249,13247,13257,0,2,13247,13258,13257,0,2,13257,13258,13262,0,2,13262,13258,13259,0,2,13260,14311,13261,0,2,13260,13261,14296,0,2,14296,13262,13259,0,2,13257,13262,13250,0,2,13257,13250,13249,0,2,14296,13261,13262,0,2,13263,13248,41707,0,2,13248,13263,13247,0,2,13247,13263,13258,0,2,13258,13263,13246,0,2,13263,13241,13246,0,2,13241,13245,13246,0,2,14290,13243,13242,0,2,13242,13243,13245,0,2,13241,13242,13245,0,2,13248,13239,13264,0,2,13248,13264,41708,0,2,41708,13264,41796,0,2,41796,13264,13265,0,2,13265,13264,13275,0,2,13265,13275,41760,0,2,41760,13275,13277,0,2,13268,13267,13287,0,2,13268,13287,13269,0,2,13274,13269,13270,0,2,13274,13270,14429,0,2,13274,14429,13271,0,2,41770,13272,13271,0,2,13271,13272,13273,0,2,13268,13269,13273,0,2,13273,13269,13274,0,2,13273,13274,13271,0,2,13264,13239,13238,0,2,13264,13238,13275,0,2,13275,13276,13277,0,2,13276,13275,13237,0,2,13276,13237,13279,0,2,13276,13279,13278,0,2,13276,13278,13277,0,2,13288,13279,13281,0,2,13280,13281,13236,0,2,13281,13279,13237,0,2,13236,13282,13280,0,2,13285,13283,13284,0,2,13286,14427,14429,0,2,13286,14429,13270,0,2,13285,13270,13269,0,2,13283,13269,13287,0,2,13283,13287,13282,0,2,13269,13283,13285,0,2,13288,13287,13267,0,2,13288,13281,13280,0,2,13288,13280,13287,0,2,13267,13266,13288,0,2,13287,13280,13282,0,2,13242,41705,14290,0,2,14290,41705,13289,0,2,13290,13289,14545,0,2,13291,13293,13292,0,2,13292,13293,13290,0,2,14545,13291,13292,0,2,14545,13292,13290,0,2,13293,41831,13294,0,2,13294,13296,13297,0,2,14291,13297,14272,0,2,14291,14272,40600,0,2,13298,14273,40584,0,2,13300,13299,40784,0,2,40784,14268,13301,0,2,13301,14268,14269,0,2,13302,14269,40680,0,2,13305,40679,13304,0,2,40695,13305,13306,0,2,13306,14287,14266,0,2,13308,13309,49950,0,2,49950,13309,13310,0,2,13310,13309,13311,0,2,13313,13312,14538,0,2,13314,13313,14564,0,2,13314,14566,13316,0,2,13316,14566,13315,0,2,13316,13315,13317,0,2,13316,13317,13318,0,2,49952,13319,40654,0,2,49952,40654,13320,0,2,47952,13322,47953,0,2,47952,47953,40659,0,2,47952,40659,47951,0,2,47951,40659,13323,0,2,13324,13323,13325,0,2,13324,13325,13334,0,2,13334,13325,40686,0,2,13329,13327,13335,0,2,13331,13329,13318,0,2,13331,13318,49952,0,2,13330,13331,13332,0,2,13329,13330,13327,0,2,13327,13330,13328,0,2,40686,13333,13334,0,2,13334,13333,13328,0,2,13334,13328,13332,0,2,13332,13328,13330,0,2,40686,13326,13333,0,2,13333,13326,49949,0,2,13333,49949,13327,0,2,13333,13327,13328,0,2,13329,13331,13330,0,2,49949,40700,13327,0,2,13335,13338,13336,0,2,13337,14264,13318,0,2,13318,14264,13316,0,2,13336,13338,13311,0,2,13336,13311,13312,0,2,13338,13335,40700,0,2,40700,13335,13327,0,2,13318,13317,13339,0,2,13318,13339,49952,0,2,49952,13339,13319,0,2,13345,40764,14260,0,2,13345,14260,13346,0,2,13346,14262,48405,0,2,48405,14262,13347,0,2,13347,14577,14530,0,2,13347,14530,13348,0,2,13348,14530,13349,0,2,13351,13350,13352,0,2,13352,13353,14255,0,2,13354,13355,13380,0,2,13380,13355,13356,0,2,13377,13356,13848,0,2,13377,13848,13850,0,2,13850,13849,42883,0,2,13358,13376,42858,0,2,42858,13376,13359,0,2,42858,13359,13373,0,2,13370,13371,13361,0,2,13362,13361,13363,0,2,13364,13363,13365,0,2,13364,13365,13366,0,2,13366,13367,13852,0,2,13368,13854,13369,0,2,13369,13854,13845,0,2,13369,13845,13846,0,2,13366,13368,13369,0,2,13852,13368,13366,0,2,13369,13846,13366,0,2,13361,13362,13370,0,2,13370,13873,13816,0,2,13370,13816,13371,0,2,13360,13371,13817,0,2,13360,13817,13372,0,2,13373,13359,13372,0,2,13359,13360,13372,0,2,13371,13360,13361,0,2,13375,13360,13359,0,2,13375,13359,13374,0,2,13375,13374,13365,0,2,13365,13374,13853,0,2,13365,13853,13366,0,2,13361,13360,13375,0,2,13365,13363,13375,0,2,13375,13363,13361,0,2,13359,13376,13374,0,2,13377,13850,14256,0,2,14256,42882,13378,0,2,13354,13380,48409,0,2,13354,48409,13418,0,2,13354,13418,13417,0,2,13354,13417,13381,0,2,13351,48065,13383,0,2,13349,13383,13384,0,2,13384,13385,40736,0,2,40736,13385,13386,0,2,13386,13385,13387,0,2,13387,13385,13388,0,2,40744,13388,13389,0,2,14253,13392,13391,0,2,13391,13392,13393,0,2,13391,13393,13389,0,2,13391,13389,13390,0,2,13391,13390,14253,0,2,13389,13393,13394,0,2,13395,13394,13396,0,2,13395,13396,13397,0,2,13398,13890,48404,0,2,48404,13890,13891,0,2,13399,14249,13400,0,2,13401,13400,13402,0,2,40779,13402,13408,0,2,40779,13408,40777,0,2,40777,13408,13403,0,2,13403,13408,13404,0,2,40626,13404,13410,0,2,40626,13410,40627,0,2,40627,13410,40628,0,2,40628,13410,13411,0,2,40628,13411,13405,0,2,14187,14188,13897,0,2,13897,13412,13895,0,2,13895,13412,13406,0,2,13407,13409,14250,0,2,14250,13409,13408,0,2,13408,13409,13404,0,2,13404,13409,13410,0,2,13410,13409,13411,0,2,13407,13406,13411,0,2,13411,13406,13405,0,2,13411,13409,13407,0,2,13405,13406,13412,0,2,14188,13412,13897,0,2,13389,13394,40744,0,2,13390,13389,13413,0,2,13414,13415,13416,0,2,13416,13415,13417,0,2,13416,13417,48407,0,2,48407,13417,13418,0,2,48407,13418,42937,0,2,42937,13418,48409,0,2,42937,48409,13419,0,2,13419,48409,49969,0,2,49969,13379,13420,0,2,13420,13599,13421,0,2,13421,13599,13422,0,2,13423,13422,13723,0,2,13424,13724,42932,0,2,42932,13724,42915,0,2,42915,13724,13728,0,2,13728,13425,13426,0,2,13728,13426,42916,0,2,42916,13426,13427,0,2,13428,13427,13731,0,2,13429,48590,13430,0,2,48374,13431,13432,0,2,13432,13431,48394,0,2,48359,13433,13434,0,2,13435,13710,48558,0,2,48558,13710,13712,0,2,48558,13712,13437,0,2,13437,13712,13436,0,2,13437,13439,13438,0,2,13440,13441,13597,0,2,48530,48531,48141,0,2,48141,48531,13442,0,2,13442,48531,48528,0,2,13442,48528,48532,0,2,13442,48532,48523,0,2,13443,48523,48143,0,2,48143,48523,49815,0,2,48133,13445,13488,0,2,48133,13488,13446,0,2,13447,13446,13487,0,2,13487,13484,13448,0,2,13530,13448,13449,0,2,48263,13477,13468,0,2,13452,13556,13453,0,2,48261,13456,13457,0,2,48261,13457,13458,0,2,13466,49881,49879,0,2,13466,49879,49872,0,2,48270,49871,48269,0,2,48269,13464,49880,0,2,13460,13529,13462,0,2,13462,13529,13461,0,2,13449,13461,13530,0,2,13461,13449,13462,0,2,13462,13463,13460,0,2,48271,13459,48270,0,2,48270,13459,49871,0,2,49871,13464,48269,0,2,49872,13465,13466,0,2,13454,13540,13455,0,2,13455,13456,13467,0,2,13453,13467,13452,0,2,13452,13467,13451,0,2,13453,13454,13467,0,2,13467,13454,13455,0,2,49877,13455,13540,0,2,13451,13468,13452,0,2,13452,13468,49833,0,2,49833,13468,13469,0,2,49913,13469,13592,0,2,13593,13591,49899,0,2,49899,13591,13590,0,2,49899,13590,49908,0,2,49908,13590,13470,0,2,49908,13470,49938,0,2,13470,13471,13472,0,2,13472,13471,13473,0,2,13475,13474,13476,0,2,49840,13476,13471,0,2,13473,13471,13476,0,2,13474,13473,13476,0,2,13592,13468,13477,0,2,13592,13477,13591,0,2,13591,13477,13478,0,2,13478,13477,13479,0,2,13641,13485,13482,0,2,13482,13485,13483,0,2,13484,48547,13483,0,2,13484,13483,13448,0,2,13448,13485,13486,0,2,13480,13486,13481,0,2,13481,13486,13641,0,2,13486,13485,13641,0,2,13448,13486,13449,0,2,13484,13487,13488,0,2,13488,13487,13446,0,2,13489,13445,13444,0,2,13478,13479,13490,0,2,13644,13645,13491,0,2,49820,13493,49818,0,2,49818,13493,13580,0,2,49826,48283,49827,0,2,49819,13496,13497,0,2,49823,13568,13595,0,2,13595,13568,13498,0,2,13498,13574,13499,0,2,13509,13510,13501,0,2,13558,13501,13502,0,2,13558,49837,13503,0,2,13503,49836,13508,0,2,13508,49836,13504,0,2,13508,13504,13505,0,2,13475,49844,13507,0,2,13475,13507,13474,0,2,49927,13507,49936,0,2,49936,13506,49835,0,2,49835,13506,13505,0,2,49936,13507,13506,0,2,13506,13507,49844,0,2,49844,13505,13506,0,2,13505,49844,13508,0,2,13508,49844,13596,0,2,13508,13596,13503,0,2,13500,13511,13509,0,2,13509,13511,13510,0,2,13510,13511,13576,0,2,13510,13576,49816,0,2,49816,13576,13575,0,2,49816,13575,13571,0,2,49816,13571,13512,0,2,49816,13512,13560,0,2,13560,13513,13514,0,2,13514,13513,48157,0,2,13514,13515,13516,0,2,13516,13515,49849,0,2,13516,49849,49848,0,2,13561,49848,49845,0,2,13561,49845,13557,0,2,13557,49845,48163,0,2,49850,48242,13518,0,2,13518,48242,13519,0,2,13518,13519,13551,0,2,13551,13519,13520,0,2,13545,13546,13523,0,2,13545,13523,13544,0,2,13544,13523,48131,0,2,13544,48131,13543,0,2,13524,13446,13525,0,2,13538,13526,13528,0,2,13538,13528,13527,0,2,49869,13527,13529,0,2,49869,13529,13460,0,2,13529,13527,13528,0,2,13447,13528,13446,0,2,13525,13446,13526,0,2,13446,13528,13526,0,2,13461,13529,13530,0,2,13530,13487,13448,0,2,13529,13528,13447,0,2,13487,13530,13447,0,2,13447,13530,13529,0,2,13524,13525,13543,0,2,13543,13525,13542,0,2,13532,13542,13531,0,2,13537,13536,48342,0,2,13537,48342,48340,0,2,13537,48340,13531,0,2,13537,13525,13526,0,2,13536,13537,13526,0,2,13536,13526,13535,0,2,13535,13526,13538,0,2,13548,13540,13539,0,2,13539,13540,13454,0,2,13538,13527,13541,0,2,13527,49869,13541,0,2,13537,13531,13542,0,2,13537,13542,13525,0,2,13543,13542,13532,0,2,13545,13544,48334,0,2,13546,48334,13564,0,2,13564,13547,13549,0,2,13549,13541,49838,0,2,13549,49838,13563,0,2,13521,13563,13520,0,2,13520,13550,13551,0,2,49836,13551,13552,0,2,49836,13552,13504,0,2,13504,13552,13553,0,2,13454,13453,13566,0,2,13553,13555,13554,0,2,13555,13566,13556,0,2,13556,13566,13453,0,2,13556,13554,13555,0,2,13551,49832,13518,0,2,13518,49832,49831,0,2,13518,49831,13562,0,2,13562,13557,13517,0,2,13517,13557,48163,0,2,13561,13558,13502,0,2,13516,13559,13560,0,2,13516,13560,13514,0,2,13502,13516,49848,0,2,13502,49848,13561,0,2,49837,13558,13561,0,2,13562,13517,49850,0,2,13562,49850,13518,0,2,13521,13522,13563,0,2,13563,13522,13564,0,2,13563,13564,13549,0,2,13522,13546,13564,0,2,48334,13546,13545,0,2,13544,13543,13532,0,2,13550,13539,13565,0,2,13555,13553,13552,0,2,13566,13565,13454,0,2,13539,13454,13565,0,2,13538,13567,48255,0,2,49823,49822,13568,0,2,13572,13568,13497,0,2,13570,13571,13575,0,2,13497,13569,13572,0,2,13572,13577,13573,0,2,13573,13577,13574,0,2,13499,13574,13511,0,2,13499,13511,13500,0,2,13576,13574,13577,0,2,13576,13577,13570,0,2,13575,13576,13570,0,2,13574,13576,13511,0,2,13570,13577,13569,0,2,13569,13577,13572,0,2,13574,13498,13573,0,2,13498,13568,13573,0,2,13573,13568,13572,0,2,13496,13495,13578,0,2,13580,13493,13581,0,2,13581,48161,13582,0,2,13582,48161,13587,0,2,13513,13588,48157,0,2,13580,13581,13494,0,2,13494,13581,48283,0,2,48283,13581,13582,0,2,13512,13584,13585,0,2,13512,13585,13560,0,2,13585,13586,13588,0,2,13588,13586,48159,0,2,48159,13586,13583,0,2,13586,13585,13584,0,2,13586,13584,13587,0,2,13587,13584,13582,0,2,13587,13583,13586,0,2,13584,48282,13582,0,2,13585,13513,13560,0,2,13513,13585,13588,0,2,49827,48283,13579,0,2,13579,13578,49827,0,2,49827,13578,13495,0,2,13493,49820,13492,0,2,13594,13589,13595,0,2,13595,13589,49823,0,2,13644,13491,49842,0,2,13644,49842,49939,0,2,13644,49939,13490,0,2,13490,49939,49841,0,2,13590,49841,13470,0,2,13590,13591,13478,0,2,13590,13478,49841,0,2,49841,13478,13490,0,2,13592,13469,13468,0,2,13591,13593,13592,0,2,13491,13492,49842,0,2,13595,13498,13499,0,2,13596,13499,13500,0,2,13500,13509,13596,0,2,13596,13509,13503,0,2,13503,13509,13558,0,2,13558,13509,13501,0,2,13594,49842,13492,0,2,13477,48263,13479,0,2,48523,13443,13442,0,2,13442,13443,48141,0,2,48530,48141,13597,0,2,48530,13597,13441,0,2,13430,48590,13598,0,2,13431,13430,48393,0,2,48393,13430,13598,0,2,13716,13603,42870,0,2,42870,42866,48621,0,2,48621,42866,42865,0,2,48621,42865,48620,0,2,42865,13604,13737,0,2,13737,13604,13605,0,2,13751,13606,13823,0,2,13751,13823,13607,0,2,13607,13608,13757,0,2,13757,13608,13610,0,2,13610,14370,13805,0,2,13805,14370,13806,0,2,13611,13791,13612,0,2,13612,13791,13613,0,2,13761,13614,13615,0,2,13665,13615,19674,0,2,13665,19674,13616,0,2,13618,13617,19678,0,2,13684,13618,19679,0,2,13684,19679,13619,0,2,13684,13619,13620,0,2,13622,13620,13621,0,2,13621,48431,13623,0,2,13623,48431,13624,0,2,13673,13623,13624,0,2,13673,13624,13625,0,2,13625,13624,19692,0,2,13625,19692,48434,0,2,13625,48434,13675,0,2,13675,48434,48435,0,2,13678,48435,49860,0,2,13678,49860,13626,0,2,13439,13627,13440,0,2,13440,13627,48522,0,2,13440,48522,13441,0,2,49855,13629,48225,0,2,49855,48225,13630,0,2,13631,48567,48226,0,2,13631,48226,13632,0,2,13632,48227,13633,0,2,13632,13633,48570,0,2,48570,13633,13634,0,2,13636,13635,48160,0,2,13636,48160,48542,0,2,13645,13637,13491,0,2,13637,13645,48543,0,2,48543,13646,48544,0,2,48544,13646,13647,0,2,13639,13638,13643,0,2,48539,48540,13642,0,2,13640,13641,13482,0,2,13640,13642,13641,0,2,13641,13642,13643,0,2,13643,13642,48540,0,2,13645,13644,13646,0,2,13638,13647,13481,0,2,13480,13481,13648,0,2,13646,13644,13490,0,2,13647,13646,13648,0,2,13647,13648,13481,0,2,13479,13648,13490,0,2,13490,13648,13646,0,2,13643,13481,13641,0,2,13481,13643,13638,0,2,13646,48543,13645,0,2,13621,13623,13622,0,2,13622,13623,13649,0,2,13649,13651,13650,0,2,13672,13652,13653,0,2,13672,13653,13677,0,2,13671,13677,13679,0,2,13679,48563,13654,0,2,13670,13654,13655,0,2,13655,48582,13656,0,2,13656,48582,48580,0,2,13656,48580,13657,0,2,13656,13657,48578,0,2,48578,13657,13669,0,2,13659,13660,13661,0,2,13661,13660,13662,0,2,13661,13662,13617,0,2,13615,13665,13761,0,2,13665,13616,13664,0,2,13664,13616,13663,0,2,13663,13616,13662,0,2,13661,13618,48287,0,2,13659,13666,13667,0,2,13667,13666,13688,0,2,13688,48286,13668,0,2,13688,48578,13669,0,2,13688,13669,13667,0,2,13667,13669,13659,0,2,13659,13669,13658,0,2,13666,13659,13661,0,2,13617,13618,13661,0,2,13679,13654,13671,0,2,13671,13654,13670,0,2,13677,13671,13672,0,2,13652,13651,13674,0,2,13674,13651,13673,0,2,13674,13673,13625,0,2,13623,13673,13649,0,2,13653,13652,13674,0,2,13653,13675,13676,0,2,13676,13675,48435,0,2,13676,13677,13653,0,2,13677,13676,13679,0,2,13679,13676,13678,0,2,13679,13678,13680,0,2,13678,13626,13680,0,2,13680,13626,13681,0,2,13680,13681,13682,0,2,13682,13683,48563,0,2,48563,13683,13439,0,2,48563,13439,13437,0,2,48563,13437,13436,0,2,13680,13682,13679,0,2,13682,48563,13679,0,2,13681,13683,13682,0,2,13681,13627,13683,0,2,48435,13678,13676,0,2,13625,13675,13653,0,2,13625,13653,13674,0,2,13684,13685,13618,0,2,13684,13620,13685,0,2,13685,13620,13690,0,2,13685,13690,13686,0,2,13689,13687,13668,0,2,13668,48286,13689,0,2,13689,48287,13618,0,2,13687,13689,13686,0,2,13686,13689,13685,0,2,13685,13689,13618,0,2,13620,13622,13690,0,2,13690,13622,13649,0,2,13649,13650,13690,0,2,13690,13650,13686,0,2,13611,13612,13747,0,2,13747,13612,13691,0,2,48610,48616,13787,0,2,48610,13787,13692,0,2,48618,13693,13694,0,2,42870,48621,13716,0,2,13695,13694,13693,0,2,13695,13693,13696,0,2,13698,13774,13699,0,2,13699,13774,48350,0,2,48350,13774,13700,0,2,13701,13700,13766,0,2,13701,13766,13767,0,2,13701,13767,13702,0,2,13702,13704,13703,0,2,13703,13704,13705,0,2,13705,13704,13769,0,2,13706,13769,13707,0,2,48397,13707,13708,0,2,13603,13716,13713,0,2,13713,42940,49953,0,2,49953,42940,42939,0,2,13717,13727,42939,0,2,42939,13727,13714,0,2,13713,13716,42940,0,2,42940,13716,13695,0,2,13726,13717,13699,0,2,13717,42939,42940,0,2,13603,13713,13715,0,2,13602,13715,13719,0,2,13718,13719,13722,0,2,13722,13719,13727,0,2,13722,13727,13720,0,2,13721,13720,13733,0,2,13721,13733,13724,0,2,13721,13724,13424,0,2,13719,13718,13601,0,2,13719,13601,13602,0,2,13601,13718,13600,0,2,13600,13718,13723,0,2,13600,13723,13422,0,2,13723,13718,13722,0,2,13723,13722,13721,0,2,13723,13721,13424,0,2,13424,13423,13723,0,2,13721,13722,13720,0,2,13725,13726,13699,0,2,13725,13699,48350,0,2,13728,13725,13425,0,2,13425,13725,13730,0,2,13701,13730,13700,0,2,13700,13730,48350,0,2,13426,13425,13730,0,2,48591,13427,13703,0,2,13702,13703,13729,0,2,13730,13729,13426,0,2,13730,13701,13729,0,2,13729,13701,13702,0,2,13426,13729,13427,0,2,13427,13729,13703,0,2,13427,48591,13731,0,2,13731,13732,13429,0,2,13429,13732,48590,0,2,13724,13725,13728,0,2,13724,13733,13725,0,2,13719,13714,13727,0,2,13720,13727,13733,0,2,13694,13695,13716,0,2,13693,48618,13692,0,2,13692,13734,48610,0,2,13736,13737,13605,0,2,13736,13605,13738,0,2,13736,13738,13741,0,2,13736,13741,13735,0,2,13735,13748,13734,0,2,13734,13748,48603,0,2,13738,48622,13739,0,2,13739,48622,13753,0,2,13739,13753,13740,0,2,13740,13753,13754,0,2,13740,13754,13742,0,2,13740,13742,13741,0,2,13741,13742,13748,0,2,13748,13742,48604,0,2,48604,13742,13754,0,2,48604,13754,13743,0,2,48614,13745,13759,0,2,48614,13759,13746,0,2,13746,13747,13691,0,2,13738,13739,13741,0,2,13740,13741,13739,0,2,13741,13748,13735,0,2,13605,13749,13738,0,2,13738,13749,13750,0,2,13753,13752,13755,0,2,13754,13753,13755,0,2,13754,13755,13743,0,2,13743,13755,13744,0,2,13744,13755,13756,0,2,13756,13755,13757,0,2,13757,13755,13752,0,2,13757,13752,13751,0,2,13757,13751,13607,0,2,13756,13757,13758,0,2,13758,13805,13745,0,2,13745,13805,13759,0,2,13758,13745,13756,0,2,13745,13744,13756,0,2,13757,13610,13758,0,2,13606,13750,13749,0,2,13786,13612,13762,0,2,13786,13762,13760,0,2,13760,13762,13761,0,2,13762,13612,13613,0,2,13761,13665,13763,0,2,13760,13763,13764,0,2,13764,13763,13765,0,2,13764,13765,42941,0,2,42941,13765,13775,0,2,42941,13775,13766,0,2,13766,13775,13783,0,2,13766,13783,13767,0,2,13767,13783,13781,0,2,13767,13781,13784,0,2,13767,13784,13768,0,2,13704,13768,48584,0,2,13704,48584,13769,0,2,13769,13771,13770,0,2,13770,13771,13773,0,2,13709,48396,13772,0,2,13772,48396,13708,0,2,13772,13708,13773,0,2,13773,13708,13770,0,2,13708,13707,13770,0,2,13770,13707,13769,0,2,13709,13772,13435,0,2,13435,13772,13710,0,2,13710,13772,13712,0,2,13712,48566,13711,0,2,48564,48563,13436,0,2,13712,13772,48566,0,2,13768,13702,13767,0,2,13702,13768,13704,0,2,13776,13780,13777,0,2,13778,13777,13660,0,2,13778,13660,13659,0,2,13660,13777,13779,0,2,13660,13779,13662,0,2,13662,13779,13663,0,2,13663,13779,13780,0,2,13663,13780,13765,0,2,13663,13765,13664,0,2,13664,13765,13763,0,2,13664,13763,13665,0,2,13780,13776,13765,0,2,13765,13776,13775,0,2,13780,13779,13777,0,2,13782,13781,13778,0,2,13782,13778,13659,0,2,13659,13658,13782,0,2,13782,13658,13785,0,2,13778,13781,13777,0,2,13777,13781,13783,0,2,13776,13783,13775,0,2,13776,13777,13783,0,2,13782,13785,13781,0,2,13785,13784,13781,0,2,13785,48585,13784,0,2,13784,48585,13768,0,2,13760,13761,13763,0,2,13612,13786,13691,0,2,13691,13786,48616,0,2,48616,13786,13787,0,2,13787,13786,13789,0,2,13788,42942,13774,0,2,13789,13697,13787,0,2,13692,13787,13693,0,2,13787,13697,13693,0,2,13693,13697,13696,0,2,13697,13788,13698,0,2,13698,13788,13774,0,2,13789,13788,13697,0,2,13786,13760,13764,0,2,13786,13764,13789,0,2,14370,14358,13790,0,2,13790,14358,14352,0,2,13790,14352,14355,0,2,13790,14355,13611,0,2,13611,14355,13791,0,2,13613,14356,13792,0,2,13792,14356,14357,0,2,13792,14357,19673,0,2,14357,14354,13793,0,2,13804,13795,13796,0,2,13804,13796,47685,0,2,13804,47685,42827,0,2,13804,42827,13797,0,2,13797,47690,48649,0,2,19662,47758,13798,0,2,7881,13800,13801,0,2,7881,13801,47688,0,2,7881,47688,7880,0,2,7880,47688,7208,0,2,7208,34825,7880,0,2,19718,7881,13803,0,2,19718,13803,13802,0,2,19722,13803,7883,0,2,19722,7883,19723,0,2,13613,13792,13614,0,2,14370,13790,13806,0,2,13806,13790,13611,0,2,13610,13805,13758,0,2,13746,13805,13806,0,2,13746,13806,13747,0,2,13747,13806,13611,0,2,13746,13759,13805,0,2,13605,13604,13807,0,2,13807,13808,48638,0,2,48638,13808,42864,0,2,48638,42864,13809,0,2,13809,42863,48635,0,2,48635,42863,13811,0,2,13810,13811,13812,0,2,13813,13814,13829,0,2,13829,13814,13822,0,2,13829,13822,13866,0,2,13866,13822,13815,0,2,13816,13817,13371,0,2,13814,13812,13822,0,2,13818,13821,13819,0,2,13819,13821,13820,0,2,13819,13820,13372,0,2,13820,13373,13372,0,2,13821,42860,13820,0,2,13817,13818,13372,0,2,13817,13815,13818,0,2,13818,13815,13822,0,2,13815,13817,13816,0,2,13605,13807,13749,0,2,42839,13823,48641,0,2,42839,48641,13824,0,2,13824,48641,13825,0,2,13828,13827,48634,0,2,13828,48634,13810,0,2,13828,13810,42845,0,2,42854,13813,13829,0,2,42854,13829,13830,0,2,13834,13836,13835,0,2,13835,13836,14585,0,2,13857,13841,13842,0,2,13855,13842,48411,0,2,13855,49947,13858,0,2,13847,13844,13854,0,2,13854,13844,13845,0,2,13845,13844,13875,0,2,13364,13845,13874,0,2,13364,13846,13845,0,2,13366,13846,13364,0,2,13851,13848,13854,0,2,13849,13851,13852,0,2,13849,13852,42883,0,2,42883,13852,13357,0,2,13849,13850,13851,0,2,13851,13850,13848,0,2,13847,13848,13356,0,2,13357,13852,13358,0,2,13358,13852,13367,0,2,13367,13366,13853,0,2,13376,13853,13374,0,2,13376,13358,13853,0,2,13853,13358,13367,0,2,13368,13852,13851,0,2,13368,13851,13854,0,2,13848,13847,13854,0,2,13842,13855,13857,0,2,13857,13859,13856,0,2,13856,13859,13353,0,2,13353,13859,13860,0,2,13353,13352,13856,0,2,13856,13352,48410,0,2,13856,48410,13857,0,2,13857,13855,13858,0,2,13858,13843,13859,0,2,13859,13857,13858,0,2,13859,13843,13861,0,2,13859,13861,13355,0,2,13859,13355,13860,0,2,13860,13355,13354,0,2,13861,13356,13355,0,2,13836,13862,14585,0,2,14585,13862,13837,0,2,13831,13832,13864,0,2,13831,13864,13830,0,2,13832,13833,13864,0,2,13864,13833,13863,0,2,13864,13863,13865,0,2,13864,13865,13830,0,2,13829,13866,13830,0,2,13866,13815,13867,0,2,13868,13867,13872,0,2,13883,13868,13869,0,2,13883,13869,13870,0,2,13883,13870,13862,0,2,13862,13836,13833,0,2,48419,48417,13877,0,2,13877,48417,48418,0,2,13873,48418,13872,0,2,13873,13370,13362,0,2,13873,13362,13877,0,2,13877,13362,13874,0,2,13877,13874,48420,0,2,48420,13874,13845,0,2,48420,13845,13875,0,2,13875,13844,13876,0,2,13876,13844,49947,0,2,13858,49947,13843,0,2,13844,13847,13356,0,2,13362,13363,13874,0,2,13874,13363,13364,0,2,13873,13877,48418,0,2,13873,13867,13816,0,2,13837,48415,13838,0,2,13842,13841,13880,0,2,13842,13880,13879,0,2,13879,13880,48414,0,2,13881,48414,13882,0,2,13882,13840,13881,0,2,13878,13881,13838,0,2,13838,13881,13839,0,2,13839,13881,13840,0,2,13881,13878,48414,0,2,13882,48414,13880,0,2,13842,13879,48411,0,2,13883,13832,13868,0,2,13868,13832,13831,0,2,13831,13830,13866,0,2,13866,13867,13831,0,2,13831,13867,13868,0,2,13862,13833,13883,0,2,13883,13833,13832,0,2,13815,13816,13867,0,2,13379,49969,13380,0,2,13390,13413,42907,0,2,13390,42907,14253,0,2,14253,42907,13884,0,2,14253,13884,13885,0,2,13885,13886,14252,0,2,14252,13886,48056,0,2,48056,48055,13392,0,2,13392,48055,13887,0,2,13392,13887,13888,0,2,13888,13887,48053,0,2,13888,48053,47989,0,2,47989,48053,13889,0,2,13891,13890,13892,0,2,13894,13893,47960,0,2,13894,47960,14196,0,2,13894,14196,47826,0,2,47826,14196,47825,0,2,13895,47825,13896,0,2,13895,13896,13897,0,2,13897,13896,13898,0,2,13897,13898,14187,0,2,14187,13898,13899,0,2,14187,13899,14195,0,2,13900,47852,13901,0,2,13901,47829,13902,0,2,13902,47829,13903,0,2,13926,47875,13904,0,2,13904,47875,47876,0,2,13904,47876,13905,0,2,13905,13906,13904,0,2,13904,13906,13907,0,2,13925,13907,13908,0,2,13925,13908,13909,0,2,47929,13910,13911,0,2,47929,13911,47810,0,2,47810,13911,13912,0,2,47810,13912,47818,0,2,47818,13912,13913,0,2,13916,13915,19575,0,2,13916,19575,13922,0,2,13922,19575,13921,0,2,13921,19575,13917,0,2,13921,13920,19562,0,2,13921,19562,13922,0,2,13922,19562,13923,0,2,13922,13923,13924,0,2,13924,13914,13916,0,2,13924,13916,13922,0,2,13919,13920,19577,0,2,13919,19577,13918,0,2,19577,13920,13917,0,2,13917,13920,13921,0,2,13904,13925,13926,0,2,13903,13926,13902,0,2,13904,13907,13925,0,2,13901,13902,47817,0,2,13928,13927,47955,0,2,13928,47955,13929,0,2,13928,13929,13930,0,2,14185,48427,13931,0,2,13931,47815,47814,0,2,13931,47814,13932,0,2,14189,47795,14184,0,2,14184,47795,47943,0,2,14184,47943,13935,0,2,13935,47943,14182,0,2,14181,47942,13936,0,2,13936,13937,13938,0,2,13938,13937,47802,0,2,13938,47787,14191,0,2,14190,14191,13939,0,2,14150,13939,13942,0,2,14192,13942,13940,0,2,13943,13941,13942,0,2,13943,13942,13939,0,2,13940,13942,13941,0,2,13941,13943,47786,0,2,13941,47786,13944,0,2,13941,13944,13945,0,2,14193,13945,13946,0,2,14193,13946,19560,0,2,14148,19560,19559,0,2,13948,13947,40490,0,2,13948,40490,13949,0,2,13950,13949,40480,0,2,13950,40480,14023,0,2,13950,14023,40483,0,2,40483,14023,13951,0,2,40484,13951,40481,0,2,40484,40481,40564,0,2,40564,40481,13952,0,2,13952,13953,40570,0,2,40570,13954,40568,0,2,14156,13955,14002,0,2,14156,14002,40575,0,2,40575,14002,14136,0,2,40575,14136,14169,0,2,14169,13956,14170,0,2,14170,13956,14177,0,2,14177,13956,13957,0,2,14174,13957,13958,0,2,14174,13958,13959,0,2,14174,13959,13960,0,2,13960,13959,47949,0,2,13960,47949,13961,0,2,13962,13961,40589,0,2,40589,13990,13988,0,2,13988,13990,13989,0,2,13963,13989,13964,0,2,13963,13964,13965,0,2,13976,13964,13985,0,2,13977,13985,13986,0,2,13977,13986,13966,0,2,13966,13986,14141,0,2,13966,14139,13967,0,2,13966,13967,13979,0,2,13979,13967,13968,0,2,13968,40787,13969,0,2,40790,18132,18131,0,2,40790,18131,40791,0,2,40791,18131,18129,0,2,18129,18128,40791,0,2,13970,40791,40549,0,2,13972,18133,13973,0,2,13972,13973,13974,0,2,13974,13973,13975,0,2,13974,13975,13965,0,2,13965,13976,13974,0,2,13974,13976,13977,0,2,13978,13979,13980,0,2,13980,13979,13968,0,2,13979,13978,13966,0,2,13966,13978,13977,0,2,13985,13977,13976,0,2,13974,13977,13972,0,2,13972,13977,13978,0,2,13972,13978,13980,0,2,13984,13980,13983,0,2,13983,13969,13981,0,2,13981,13969,13999,0,2,13999,18132,13981,0,2,13981,18132,40790,0,2,13981,13982,13983,0,2,13983,13982,13984,0,2,13980,13968,13969,0,2,13969,13983,13980,0,2,13972,13984,18133,0,2,13972,13980,13984,0,2,13984,13971,18133,0,2,13984,13982,13971,0,2,13965,13964,13976,0,2,13987,13990,40789,0,2,40789,14141,13986,0,2,13986,13985,13987,0,2,13986,13987,40789,0,2,13985,13964,13987,0,2,13988,13989,40587,0,2,40587,13989,41680,0,2,41680,13989,13963,0,2,40589,13961,13990,0,2,13990,13961,13991,0,2,13990,13991,40789,0,2,13989,13990,13987,0,2,13989,13987,13964,0,2,13956,14000,14144,0,2,14144,14000,13992,0,2,13992,14000,13993,0,2,40787,13996,13997,0,2,13997,14133,13998,0,2,13998,14133,14134,0,2,13998,14134,13999,0,2,14001,14002,14003,0,2,13954,14003,40568,0,2,40568,14003,13955,0,2,13955,14003,14002,0,2,14003,13954,14004,0,2,14129,14006,14007,0,2,14008,14007,14009,0,2,14008,14009,14010,0,2,14010,14009,14125,0,2,47627,40267,40255,0,2,14012,14011,14038,0,2,40263,14038,14037,0,2,40263,14037,14044,0,2,40265,14044,14013,0,2,14013,14044,47585,0,2,14014,14013,47587,0,2,14014,47587,18571,0,2,18571,47588,18569,0,2,18569,47588,14015,0,2,18563,14015,47589,0,2,18563,47589,47590,0,2,14016,47599,47600,0,2,14018,14017,10748,0,2,14004,13954,14019,0,2,14020,40481,40538,0,2,40538,40481,14021,0,2,40533,14021,14023,0,2,14022,14023,40480,0,2,40480,14066,14120,0,2,14120,14066,14024,0,2,14119,14024,14072,0,2,14072,14071,14025,0,2,14025,14026,14028,0,2,14027,14028,14112,0,2,14027,14112,14127,0,2,14127,14112,14101,0,2,14127,14101,14029,0,2,14126,14125,14009,0,2,14125,14030,40268,0,2,40268,14030,14031,0,2,40255,14031,14099,0,2,14039,40255,40254,0,2,14039,14033,14032,0,2,14032,14033,40243,0,2,14032,40243,14034,0,2,14035,14034,40237,0,2,14035,40237,14036,0,2,14036,40237,10727,0,2,14036,10727,10728,0,2,14036,10728,10729,0,2,14036,10729,40274,0,2,14036,40274,14041,0,2,14036,14041,14037,0,2,14036,14037,14035,0,2,14035,14037,14038,0,2,14034,14035,14038,0,2,14034,14038,14040,0,2,14040,14038,14011,0,2,14040,14011,14039,0,2,40255,40267,14031,0,2,40255,14039,47627,0,2,47627,14039,14011,0,2,14034,14040,14032,0,2,14032,14040,14039,0,2,14041,40274,10730,0,2,14041,10730,18608,0,2,14041,18608,40512,0,2,40517,47580,14042,0,2,14042,47580,47581,0,2,14042,47581,14043,0,2,14041,14043,14037,0,2,14037,14043,47583,0,2,14037,47583,14044,0,2,18608,10731,40512,0,2,40512,10731,40517,0,2,14030,14029,14031,0,2,14107,40532,14109,0,2,14095,14046,14047,0,2,14095,14047,14089,0,2,14115,14089,14091,0,2,14115,14091,14092,0,2,14115,14092,14048,0,2,14048,14092,14049,0,2,14051,47617,14052,0,2,14052,14094,40441,0,2,40441,14094,14053,0,2,14053,14094,14090,0,2,14053,14090,14054,0,2,14054,14090,14047,0,2,14054,14047,14055,0,2,14055,14047,14046,0,2,14055,14046,14081,0,2,14055,14081,14056,0,2,40148,14057,14075,0,2,40148,14075,14087,0,2,40148,14087,14058,0,2,14058,14087,14059,0,2,14059,14085,40378,0,2,14060,40379,14061,0,2,40338,14068,40339,0,2,40339,14068,14067,0,2,40489,14064,14065,0,2,14024,14066,14064,0,2,14024,14064,14067,0,2,14073,14067,14068,0,2,14083,14074,40482,0,2,40482,14074,14070,0,2,14070,14076,14077,0,2,14070,14077,14071,0,2,14082,14071,14072,0,2,14082,14072,14073,0,2,14070,14074,14076,0,2,14076,14074,14088,0,2,14076,14088,14075,0,2,14076,14075,14078,0,2,14076,14078,14077,0,2,14078,14026,14077,0,2,14071,14077,14026,0,2,14071,14026,14025,0,2,14067,14073,14024,0,2,14073,14072,14024,0,2,14028,14078,14079,0,2,14079,14078,14080,0,2,14080,14078,14056,0,2,14080,14056,14081,0,2,14080,14081,14046,0,2,14078,14028,14026,0,2,14075,14057,14078,0,2,14078,14057,14056,0,2,14083,40482,14069,0,2,14069,40482,14082,0,2,14069,14082,14068,0,2,14068,40338,14069,0,2,40338,14063,14069,0,2,14069,14063,14083,0,2,14085,14084,14061,0,2,14061,14084,14062,0,2,14062,14084,14074,0,2,14062,14074,14083,0,2,14062,14083,14086,0,2,14086,14083,14063,0,2,14064,14066,14065,0,2,14061,40379,40378,0,2,14061,40378,14085,0,2,14085,14059,14087,0,2,14084,14085,14087,0,2,14087,14075,14088,0,2,14084,14088,14074,0,2,14087,14088,14084,0,2,14047,14090,14089,0,2,14089,14090,14091,0,2,14092,14091,14093,0,2,14052,47617,14093,0,2,14093,14090,14094,0,2,14093,14094,14052,0,2,14091,14090,14093,0,2,14049,14092,14050,0,2,14050,14092,14093,0,2,47617,14050,14093,0,2,14105,14096,14114,0,2,14097,14114,40182,0,2,14097,40182,40183,0,2,14098,40188,40247,0,2,14110,40247,40248,0,2,14110,40248,14103,0,2,40248,40250,40492,0,2,14031,14029,14100,0,2,14100,14029,14101,0,2,14100,14101,14102,0,2,14102,40532,14108,0,2,14108,14103,40492,0,2,40492,14103,40248,0,2,14098,14104,14105,0,2,14098,14105,14097,0,2,14097,14105,14114,0,2,14096,14105,14106,0,2,14106,14104,14107,0,2,14107,14104,14108,0,2,14108,14104,14103,0,2,14103,14104,14110,0,2,14108,40532,14107,0,2,14107,14109,14106,0,2,14109,14046,14106,0,2,14096,14106,14095,0,2,14046,14095,14106,0,2,14046,14109,14080,0,2,14104,14098,14110,0,2,14098,40247,14110,0,2,14108,40492,14111,0,2,14108,14111,14102,0,2,14111,40492,14099,0,2,14111,14099,14100,0,2,14100,14102,14111,0,2,14102,14101,14112,0,2,14102,14112,40532,0,2,40532,14112,14045,0,2,14045,14112,14028,0,2,14095,14089,14113,0,2,14114,14096,14113,0,2,14114,14113,14115,0,2,14114,14115,40181,0,2,40181,43569,43568,0,2,40189,43568,43565,0,2,40189,43565,14117,0,2,14117,14116,40165,0,2,14117,40165,40199,0,2,40200,40199,40168,0,2,40200,40168,40196,0,2,10471,40198,40167,0,2,14113,14089,14115,0,2,14028,14027,14025,0,2,14025,14027,14118,0,2,14025,14118,14119,0,2,14119,14118,14121,0,2,14119,14121,14120,0,2,14119,14120,14024,0,2,14120,14121,40480,0,2,40480,14121,14022,0,2,14123,14127,14124,0,2,14124,14030,14125,0,2,14030,14124,14029,0,2,14029,14124,14127,0,2,14027,14127,14118,0,2,14121,14118,14122,0,2,14121,14122,14022,0,2,14025,14119,14072,0,2,13953,13952,14020,0,2,13953,14019,40570,0,2,40570,14019,13954,0,2,14003,14004,14001,0,2,14001,14004,14005,0,2,14128,40541,13994,0,2,13994,40541,14006,0,2,13994,14006,13995,0,2,13995,14006,14129,0,2,14130,14008,40270,0,2,14130,40270,40271,0,2,14130,40271,40792,0,2,40792,40271,14131,0,2,40272,18567,47603,0,2,14132,47603,49968,0,2,14132,49968,14133,0,2,14008,14129,14007,0,2,13995,47606,14135,0,2,14008,47606,14129,0,2,14129,47606,13995,0,2,13995,14135,13996,0,2,40541,14128,14005,0,2,14005,14128,14001,0,2,14128,13993,14000,0,2,14128,14000,14001,0,2,14001,14000,14136,0,2,14136,14002,14001,0,2,14169,14136,13956,0,2,13956,14136,14000,0,2,13956,14144,13957,0,2,14137,14142,14138,0,2,40544,14138,14139,0,2,40544,14139,14140,0,2,14140,14139,14141,0,2,14140,14141,40789,0,2,14143,13967,14142,0,2,14143,14142,13992,0,2,13957,14144,14137,0,2,14137,14144,14142,0,2,14144,13992,14142,0,2,14138,14142,13967,0,2,13949,13950,14145,0,2,13949,14145,13948,0,2,14146,40487,14147,0,2,19559,14147,14148,0,2,14146,14147,13948,0,2,13948,14147,13947,0,2,13947,14147,19559,0,2,14193,19560,14148,0,2,14148,14147,40487,0,2,14194,40487,14149,0,2,14149,40615,40614,0,2,14149,40614,14178,0,2,14178,40614,40612,0,2,14178,40612,14151,0,2,14178,14151,14150,0,2,14150,14151,40638,0,2,40638,14151,40613,0,2,40617,40613,40604,0,2,40616,40604,14152,0,2,14152,40607,14153,0,2,14153,40607,40608,0,2,14153,40608,14154,0,2,14155,14156,14168,0,2,14168,14156,40576,0,2,40576,14157,14167,0,2,40671,14158,14159,0,2,40671,14159,14160,0,2,14160,14159,40707,0,2,40723,40707,14161,0,2,40723,14161,40719,0,2,40719,14161,40720,0,2,40720,14161,14162,0,2,40720,14162,14163,0,2,40662,40663,47945,0,2,40662,47945,14164,0,2,40718,14164,40668,0,2,40722,40668,40669,0,2,40722,40669,47948,0,2,47948,40669,14165,0,2,14165,40669,14166,0,2,14165,14166,14154,0,2,14154,14166,14153,0,2,14155,14168,14154,0,2,14154,14168,14158,0,2,40576,14167,14168,0,2,14154,14158,40671,0,2,14165,14154,40671,0,2,14154,40608,14155,0,2,14155,40608,40569,0,2,14155,40569,13955,0,2,14155,13955,14156,0,2,40573,40575,14169,0,2,14171,14170,14172,0,2,14171,14172,47950,0,2,47950,14172,14176,0,2,14173,13960,40578,0,2,40578,13960,13961,0,2,13960,14173,14174,0,2,14175,14177,13957,0,2,14175,14174,14176,0,2,14175,14176,14172,0,2,14175,14172,14177,0,2,14176,14174,14173,0,2,13941,13945,13940,0,2,13942,14192,14178,0,2,13942,14178,14150,0,2,14150,40638,13939,0,2,13939,40638,14179,0,2,14179,40638,40635,0,2,14179,40635,14180,0,2,14180,40639,14181,0,2,14181,40641,14182,0,2,14182,14183,40643,0,2,13935,40646,14184,0,2,14184,40646,40647,0,2,14184,40647,13930,0,2,13931,13932,48426,0,2,48426,13930,14185,0,2,14185,13930,13929,0,2,13930,40647,13928,0,2,13928,40647,14186,0,2,14182,40643,13935,0,2,14184,13930,14189,0,2,14180,14181,13936,0,2,14180,13936,14190,0,2,14190,13936,14191,0,2,14180,14190,14179,0,2,14179,14190,13939,0,2,14149,14178,14192,0,2,14193,14148,14194,0,2,14193,14194,13940,0,2,13940,14194,14192,0,2,14192,14194,14149,0,2,40487,14194,14148,0,2,14193,13940,13945,0,2,14191,13936,13938,0,2,13901,13927,13900,0,2,13900,13927,14195,0,2,14196,47962,47854,0,2,47846,47848,14199,0,2,47846,14199,47957,0,2,47957,14199,47988,0,2,47957,47988,47864,0,2,14214,47995,14213,0,2,14202,47974,47975,0,2,14203,47975,14204,0,2,14206,14205,14207,0,2,47986,47994,42909,0,2,42909,14210,14211,0,2,14211,14210,14212,0,2,14212,47992,42903,0,2,42903,47992,47990,0,2,42903,47990,42906,0,2,42906,47990,13885,0,2,42906,13885,13884,0,2,47975,14203,14202,0,2,14213,14202,48038,0,2,14213,48038,14214,0,2,14214,48038,14215,0,2,14215,48041,48423,0,2,47842,14216,14217,0,2,14217,48034,47837,0,2,47837,48034,14218,0,2,14219,14218,48030,0,2,14219,48030,48325,0,2,48325,48030,14220,0,2,19456,14220,14222,0,2,19456,14222,14221,0,2,14223,14221,48028,0,2,48028,48029,19630,0,2,19630,48029,14224,0,2,14224,48029,48317,0,2,48346,14227,14228,0,2,48348,14231,48349,0,2,48349,14232,14233,0,2,13429,14234,13731,0,2,14234,13429,48375,0,2,14234,48375,14233,0,2,14233,48375,14235,0,2,14235,14236,48398,0,2,48398,14236,14237,0,2,48398,14237,48399,0,2,48347,48215,48356,0,2,14238,48356,14239,0,2,14238,14239,48202,0,2,14240,14242,14241,0,2,14241,14242,14243,0,2,14243,48313,14244,0,2,14244,14245,14226,0,2,14226,14227,14244,0,2,14244,48346,14243,0,2,14243,48346,14246,0,2,14243,14246,14241,0,2,14241,14246,14240,0,2,14240,14246,14247,0,2,14240,14247,48202,0,2,48202,14247,14238,0,2,48356,14238,14248,0,2,14248,14238,14247,0,2,14233,14235,48349,0,2,14215,14201,14214,0,2,13893,13894,13892,0,2,13891,13892,13399,0,2,14249,13399,47828,0,2,14249,47828,13408,0,2,14249,13408,13402,0,2,13402,13400,14249,0,2,14250,47828,47827,0,2,14250,47827,14251,0,2,13407,14251,13406,0,2,14251,13407,14250,0,2,13890,13398,48051,0,2,13394,13393,13396,0,2,13396,13393,13888,0,2,14252,48056,13392,0,2,13392,14253,14252,0,2,14252,14253,13885,0,2,13383,14254,13384,0,2,13385,48062,13388,0,2,13388,48062,13389,0,2,13389,48062,13413,0,2,13385,13384,14254,0,2,13349,13350,13383,0,2,13383,13350,13351,0,2,14255,13353,13381,0,2,13381,13353,13860,0,2,13381,13860,13354,0,2,13381,48069,14255,0,2,14255,48069,13382,0,2,14255,13382,13351,0,2,13380,14256,13379,0,2,13379,14256,13378,0,2,14256,13380,13356,0,2,14256,13356,13377,0,2,13347,14262,14577,0,2,14258,14569,14263,0,2,14258,14263,14259,0,2,14259,14263,14260,0,2,14261,13344,40766,0,2,14261,40766,13343,0,2,13344,14261,14259,0,2,40764,13344,14260,0,2,14260,14262,13346,0,2,14569,14257,14263,0,2,14260,14263,14262,0,2,14262,14263,14577,0,2,14577,14263,14257,0,2,13314,13316,14264,0,2,14264,13337,13336,0,2,13336,13312,14264,0,2,14264,13312,13313,0,2,14264,13313,13314,0,2,13311,13309,14538,0,2,13311,14538,13312,0,2,13307,13308,14265,0,2,14265,40691,14266,0,2,14265,14266,13307,0,2,14287,14267,14266,0,2,14266,14267,13307,0,2,40784,13299,14268,0,2,14269,14268,14289,0,2,14269,14289,14280,0,2,14280,14289,14270,0,2,14275,14273,14276,0,2,14276,14273,14271,0,2,13296,14271,14272,0,2,13296,14272,13297,0,2,14273,13298,14271,0,2,14271,13298,40600,0,2,14271,40600,14272,0,2,14271,13296,14274,0,2,14271,14274,14276,0,2,14276,14274,14277,0,2,14276,14277,14275,0,2,14275,14277,14270,0,2,14274,41831,14279,0,2,41836,41842,14277,0,2,14277,41842,14278,0,2,14277,14278,14270,0,2,41836,14277,14279,0,2,14279,14277,14274,0,2,14280,14270,14278,0,2,14269,14280,40680,0,2,40680,14280,14281,0,2,40680,14281,13303,0,2,13303,14281,40679,0,2,40679,14281,14283,0,2,14280,14278,14281,0,2,14281,14278,14282,0,2,14283,14282,14288,0,2,14283,14288,13304,0,2,14284,14288,14285,0,2,14284,14285,14286,0,2,14286,41843,14267,0,2,14286,14267,14287,0,2,14286,14287,14284,0,2,14284,14287,13306,0,2,14284,13306,13305,0,2,14283,13304,40679,0,2,13304,14288,13305,0,2,14268,13299,14289,0,2,13294,13297,13295,0,2,13295,13297,14291,0,2,13295,14291,14290,0,2,14290,13289,13295,0,2,14290,14291,13243,0,2,13244,40594,14292,0,2,14292,40594,14293,0,2,14293,40594,18099,0,2,41830,14293,14294,0,2,14298,14297,41689,0,2,41746,14299,41692,0,2,41746,41692,18087,0,2,41746,18087,14300,0,2,14301,14300,14302,0,2,14303,14302,14300,0,2,14303,14300,14304,0,2,14305,14304,13232,0,2,14312,14307,14308,0,2,14309,14308,13260,0,2,14309,13260,14296,0,2,14309,14297,14310,0,2,14310,14297,14298,0,2,14310,14298,14299,0,2,14308,14309,14310,0,2,14308,14310,14313,0,2,14313,14310,14301,0,2,14301,14310,14299,0,2,14301,14299,41746,0,2,13260,14308,14311,0,2,14311,14308,14307,0,2,14311,14307,13251,0,2,13251,14307,14306,0,2,14306,14307,14312,0,2,14313,14312,14308,0,2,14313,14302,14312,0,2,14312,14302,14314,0,2,14314,14303,14305,0,2,14305,14303,14304,0,2,14303,14314,14302,0,2,14302,14313,14301,0,2,14312,14315,14306,0,2,13251,14306,13234,0,2,14306,14315,14426,0,2,14426,14315,14305,0,2,14296,13259,14295,0,2,14294,14295,41830,0,2,41830,14295,13259,0,2,14291,40600,13243,0,2,13243,40600,40593,0,2,13243,40593,13244,0,2,13289,13290,13295,0,2,13293,13294,13290,0,2,13290,13294,13295,0,2,13289,41705,14545,0,2,14545,41705,14316,0,2,14317,14316,14318,0,2,14549,14560,14319,0,2,14556,14321,14465,0,2,14556,14465,14322,0,2,14322,14465,14323,0,2,14323,14465,14324,0,2,41826,14324,14325,0,2,14391,14392,41712,0,2,14392,14326,14480,0,2,14327,14326,14387,0,2,14327,14387,14328,0,2,48647,14331,41715,0,2,41715,14331,14384,0,2,41723,41715,14332,0,2,14335,14376,14336,0,2,14336,14374,14373,0,2,14336,14373,14372,0,2,14372,14474,41725,0,2,41726,41725,14337,0,2,41726,14337,14338,0,2,41726,14338,14605,0,2,14605,14338,14478,0,2,14605,14478,14339,0,2,14478,14477,14339,0,2,14604,14476,14361,0,2,14361,14476,14340,0,2,14340,14341,14364,0,2,14475,14342,14337,0,2,14475,14474,14343,0,2,14364,14343,14344,0,2,14345,14344,14347,0,2,14346,14347,14348,0,2,14348,14347,14472,0,2,14348,12984,14346,0,2,14347,12985,14345,0,2,14345,12985,14349,0,2,14344,14345,14349,0,2,14371,14350,14352,0,2,14352,14350,14351,0,2,14352,14351,14354,0,2,14354,12986,13793,0,2,14354,14357,14353,0,2,13791,14355,14353,0,2,13791,14353,13613,0,2,13613,14353,14356,0,2,14356,14353,14357,0,2,14352,14354,14353,0,2,14351,14350,12985,0,2,12985,14350,14349,0,2,14359,14365,14360,0,2,14362,14360,14361,0,2,14362,14363,14349,0,2,14360,14362,14371,0,2,14360,14371,14358,0,2,14360,14358,14359,0,2,14361,14340,14362,0,2,14362,14340,14363,0,2,14363,14340,14344,0,2,14363,14344,14349,0,2,14340,14364,14344,0,2,14364,14342,14343,0,2,14343,14342,14475,0,2,14361,14360,14365,0,2,42852,14365,14366,0,2,14367,42850,13609,0,2,14367,14369,14368,0,2,42842,14369,13608,0,2,13610,13608,13609,0,2,14369,14367,13609,0,2,14359,13609,14366,0,2,14366,13609,42850,0,2,13608,14369,13609,0,2,14359,14366,14365,0,2,14359,14358,14370,0,2,14370,13610,13609,0,2,14362,14349,14371,0,2,14373,12983,14372,0,2,14474,14372,14473,0,2,14473,14372,12983,0,2,12980,14374,14375,0,2,14374,14336,14375,0,2,14376,14335,14334,0,2,14471,14376,14333,0,2,14471,14333,14470,0,2,14470,14385,14377,0,2,14377,14385,14378,0,2,14378,14381,12976,0,2,12976,14381,41729,0,2,41729,14381,14380,0,2,41729,14380,14379,0,2,12962,14379,14380,0,2,14380,14382,12964,0,2,14380,14381,14382,0,2,14468,14382,14469,0,2,14468,14469,14383,0,2,14385,41715,14384,0,2,14386,14384,14331,0,2,14331,48647,14388,0,2,14388,48647,14387,0,2,14387,48647,14330,0,2,14387,14330,14329,0,2,14329,14328,14387,0,2,14331,14388,14389,0,2,14331,14389,14386,0,2,14386,14389,12966,0,2,14389,14388,14387,0,2,14389,14387,14326,0,2,14326,14390,14389,0,2,14393,14390,14394,0,2,14395,14394,14391,0,2,14395,14391,14325,0,2,14391,14394,14392,0,2,14326,14392,14390,0,2,14390,14392,14394,0,2,12966,14390,14393,0,2,14394,14395,14451,0,2,14451,14395,14464,0,2,14450,14461,14396,0,2,14396,41701,14397,0,2,14458,14399,41777,0,2,14440,14400,14401,0,2,14440,14401,14457,0,2,14457,14401,14456,0,2,14456,14401,14402,0,2,14403,14402,41786,0,2,14403,14436,14455,0,2,14455,14436,14437,0,2,14648,14404,14639,0,2,14639,14404,14434,0,2,14639,14434,14637,0,2,14637,14434,14405,0,2,14406,14405,14407,0,2,14406,14407,14414,0,2,14408,14414,14410,0,2,14410,14414,14409,0,2,14410,14409,14411,0,2,13271,14413,41770,0,2,41770,14413,14412,0,2,41770,14412,41771,0,2,41771,14412,14409,0,2,41789,14409,14414,0,2,14411,14409,14412,0,2,14628,14415,14432,0,2,14628,14432,14629,0,2,14629,14432,14416,0,2,14629,14417,14621,0,2,14621,14417,14421,0,2,14421,14417,14418,0,2,14418,14427,13286,0,2,13270,13285,13284,0,2,14419,14422,13231,0,2,13231,14425,41784,0,2,14420,14419,14421,0,2,13286,14420,14418,0,2,14623,14419,13230,0,2,14418,14420,14421,0,2,14623,14421,14419,0,2,13286,13270,14420,0,2,14420,13270,14422,0,2,14420,14422,14419,0,2,13284,14422,13270,0,2,13234,13233,14424,0,2,14423,14422,13284,0,2,14422,14423,13231,0,2,14426,14425,13233,0,2,13232,14425,14426,0,2,14425,14424,13233,0,2,14424,14425,14423,0,2,14423,14425,13231,0,2,14423,13283,14424,0,2,13283,13282,14424,0,2,14424,13282,13234,0,2,13283,14423,13284,0,2,14629,14416,14417,0,2,14416,14428,14417,0,2,14417,14428,14418,0,2,14418,14428,14427,0,2,14429,14427,14430,0,2,14429,14430,13271,0,2,13271,14430,14413,0,2,14413,14430,14412,0,2,14433,14431,14432,0,2,14432,14431,14416,0,2,14416,14431,14428,0,2,14428,14431,14427,0,2,14427,14431,14430,0,2,14411,14433,14410,0,2,14410,14433,14408,0,2,14408,14433,14432,0,2,14408,14432,14415,0,2,14431,14433,14412,0,2,14431,14412,14430,0,2,14412,14433,14411,0,2,14405,14434,14435,0,2,14435,14404,14436,0,2,14435,14434,14404,0,2,14436,14404,14437,0,2,14405,14435,14407,0,2,14402,14401,14438,0,2,14402,14438,41788,0,2,41819,14459,14446,0,2,14440,14441,14445,0,2,14445,14441,14442,0,2,14443,14445,14442,0,2,14442,14704,14443,0,2,14443,14704,14707,0,2,14443,14707,14447,0,2,14447,14707,14702,0,2,14443,14447,14444,0,2,14445,14444,14448,0,2,14445,14448,14446,0,2,14446,14440,14445,0,2,14444,14447,14393,0,2,14444,14393,14448,0,2,14448,14393,14449,0,2,14448,14449,14450,0,2,14450,14449,14451,0,2,14452,14451,14464,0,2,14452,14461,14451,0,2,14451,14461,14450,0,2,14451,14449,14394,0,2,41819,14450,14396,0,2,14393,14447,12966,0,2,14442,14454,14453,0,2,14453,14454,14646,0,2,14646,14454,14455,0,2,14646,14455,14437,0,2,14403,14455,14456,0,2,14440,14457,14454,0,2,14440,14454,14441,0,2,14454,14457,14455,0,2,14455,14457,14456,0,2,14400,14440,14446,0,2,14400,14446,14459,0,2,14400,14459,41777,0,2,41777,14459,14458,0,2,14458,14459,14460,0,2,14458,14460,14398,0,2,14442,14441,14454,0,2,14402,14403,14456,0,2,14396,14397,14439,0,2,14459,41819,14460,0,2,41819,14439,14460,0,2,14460,14439,14398,0,2,14398,14439,14397,0,2,14396,14461,14462,0,2,14318,14462,14560,0,2,14560,14462,14463,0,2,14560,14463,14319,0,2,14463,14462,14452,0,2,14463,14452,14320,0,2,14320,14464,14467,0,2,14320,14319,14463,0,2,14462,14461,14452,0,2,14452,14464,14320,0,2,14449,14393,14394,0,2,14325,14324,14465,0,2,14466,14465,14321,0,2,14321,14467,14466,0,2,14465,14466,14395,0,2,14395,14466,14467,0,2,14395,14467,14464,0,2,41715,14385,14332,0,2,14332,14385,14333,0,2,14385,14470,14333,0,2,14383,12965,14468,0,2,14382,14381,14469,0,2,14471,14470,12978,0,2,12978,14470,14377,0,2,41735,12977,12976,0,2,12976,12977,14378,0,2,14378,12977,14377,0,2,14333,14376,14334,0,2,41727,14334,14335,0,2,14376,14471,14375,0,2,14347,14344,14472,0,2,14473,14472,14343,0,2,14473,14343,14474,0,2,14475,41725,14474,0,2,14472,14473,14348,0,2,14343,14472,14344,0,2,14340,14476,14341,0,2,14341,14476,14477,0,2,14477,14476,14604,0,2,14341,14478,14338,0,2,14341,14338,14342,0,2,14342,14338,14337,0,2,14477,14478,14341,0,2,14342,14364,14341,0,2,14332,14333,41728,0,2,14332,41728,41723,0,2,14329,41718,41719,0,2,41719,14600,41711,0,2,41711,41720,14479,0,2,14481,48625,14482,0,2,14483,14608,14484,0,2,14485,14484,14486,0,2,14485,14486,14488,0,2,14488,14486,14487,0,2,48630,14490,48632,0,2,13834,48632,48633,0,2,13836,13834,13863,0,2,13836,13863,13833,0,2,48632,14490,48633,0,2,14488,14487,14491,0,2,14488,14491,14489,0,2,14489,14491,14498,0,2,14498,14491,48646,0,2,14494,14493,14495,0,2,14610,14497,14487,0,2,14610,14487,14486,0,2,14489,14498,42835,0,2,14489,42835,14490,0,2,14484,14485,14483,0,2,14483,14485,14499,0,2,14499,14485,48627,0,2,14499,48627,14500,0,2,41824,14501,48628,0,2,41824,48628,14502,0,2,14502,14503,14504,0,2,14504,14503,14505,0,2,41820,14505,14511,0,2,41820,14511,14507,0,2,41820,14507,14506,0,2,14506,14507,14508,0,2,14510,14509,14507,0,2,14510,14507,14551,0,2,14551,14507,14511,0,2,14551,14511,14552,0,2,14552,14511,14512,0,2,14535,14512,14505,0,2,14535,14505,14513,0,2,14535,14513,14514,0,2,14514,14513,14574,0,2,14574,14513,14515,0,2,14574,14516,14517,0,2,14574,14517,14518,0,2,14518,14587,14575,0,2,14575,14587,14592,0,2,14519,14589,14520,0,2,14520,14589,14590,0,2,14520,14590,14521,0,2,14521,14591,14573,0,2,14573,14591,14522,0,2,14576,14522,14257,0,2,14257,14522,14523,0,2,14523,14522,14524,0,2,14525,14598,48421,0,2,14578,14525,14526,0,2,14527,13882,13880,0,2,13880,13841,14527,0,2,14527,13841,14579,0,2,14579,48067,14528,0,2,14529,14528,13349,0,2,14529,14530,14523,0,2,14523,14530,14257,0,2,14576,14257,14569,0,2,14576,14569,14531,0,2,14567,14571,14521,0,2,14534,14535,14514,0,2,14534,14533,14535,0,2,14537,14536,14564,0,2,14537,14564,13313,0,2,14537,13313,14538,0,2,14553,14538,14539,0,2,14540,14562,14561,0,2,14540,14561,14556,0,2,14556,14561,14541,0,2,48648,14542,14559,0,2,14559,14542,14543,0,2,14543,14542,14546,0,2,14543,14546,14544,0,2,13291,14546,41837,0,2,13291,41837,13293,0,2,14545,14316,14544,0,2,14544,14316,14547,0,2,14543,14547,14550,0,2,14550,14547,14548,0,2,14548,14547,14317,0,2,14550,14549,14559,0,2,14550,14559,14543,0,2,14539,14554,14553,0,2,14553,14554,14551,0,2,14551,14552,14553,0,2,14553,14552,14538,0,2,14538,14552,14537,0,2,14552,14512,14537,0,2,14537,14512,14536,0,2,14536,14512,14535,0,2,14554,14555,14599,0,2,14599,14555,14322,0,2,14320,14558,14319,0,2,14558,14559,14319,0,2,14559,14558,41710,0,2,48648,41710,14541,0,2,14541,41710,14557,0,2,14541,14557,14556,0,2,41710,48648,14559,0,2,14319,14559,14549,0,2,14549,14548,14560,0,2,14560,14548,14318,0,2,14318,14548,14317,0,2,14317,14547,14316,0,2,14540,14322,14562,0,2,14562,14322,14555,0,2,14554,14599,14551,0,2,14538,13309,14539,0,2,14539,13309,13308,0,2,14539,13308,14554,0,2,14554,13308,14555,0,2,13308,13307,14555,0,2,14555,13307,14562,0,2,13307,14563,14562,0,2,14562,14563,14561,0,2,14564,14536,14565,0,2,14565,14571,14566,0,2,14566,14571,13315,0,2,13315,14571,14567,0,2,13315,14567,41827,0,2,41827,14567,14568,0,2,14258,14570,14569,0,2,14531,14569,14570,0,2,14531,14570,41827,0,2,14531,41827,14568,0,2,14571,14565,14532,0,2,14572,14258,14259,0,2,14259,14261,14572,0,2,14572,14261,13341,0,2,14572,14570,14258,0,2,14565,14566,14564,0,2,14564,14566,13314,0,2,14522,14576,14573,0,2,14567,14521,14568,0,2,14521,14571,14520,0,2,14520,14571,14532,0,2,14520,14532,14533,0,2,14520,14533,14519,0,2,14519,14533,14534,0,2,14519,14534,14514,0,2,14514,14574,14575,0,2,14575,14574,14518,0,2,14575,14592,14514,0,2,14514,14592,14519,0,2,14516,14574,14515,0,2,14573,14576,14531,0,2,14531,14568,14573,0,2,14573,14568,14521,0,2,14257,14530,14577,0,2,14530,14529,13349,0,2,14523,14524,14578,0,2,14578,14526,14579,0,2,14578,14579,14528,0,2,14528,14529,14578,0,2,14578,14529,14523,0,2,14526,14527,14579,0,2,48422,14581,14582,0,2,48422,14582,14583,0,2,48422,14583,49948,0,2,49948,14583,13840,0,2,13840,14583,13839,0,2,13839,14583,14584,0,2,14584,14596,14585,0,2,14585,14596,13835,0,2,13834,13835,48632,0,2,14585,13837,14584,0,2,13839,14584,13838,0,2,13838,14584,13837,0,2,14593,14586,14587,0,2,14593,14587,14517,0,2,14517,14587,14518,0,2,14587,14586,14592,0,2,14592,14586,14588,0,2,14588,14586,14582,0,2,14588,14582,14581,0,2,14588,14581,14519,0,2,14519,14581,14589,0,2,14590,14589,14580,0,2,14590,14580,14598,0,2,14590,14598,14591,0,2,14580,14589,14581,0,2,14590,14591,14521,0,2,14519,14592,14588,0,2,14583,14586,14584,0,2,14584,14586,14593,0,2,40717,14517,40715,0,2,14594,48629,14595,0,2,48632,14595,48630,0,2,14584,14593,14596,0,2,14596,14597,13835,0,2,14522,14591,14524,0,2,14524,14591,14598,0,2,14524,14598,14525,0,2,14598,14580,14581,0,2,14513,14505,14503,0,2,14505,14512,14511,0,2,14508,14507,14509,0,2,14324,14508,14509,0,2,14324,14509,14323,0,2,14323,14509,14322,0,2,14509,14510,14599,0,2,14599,14322,14509,0,2,14505,41820,14504,0,2,14482,48625,14499,0,2,14499,48625,14483,0,2,14483,41722,41721,0,2,14483,41721,14608,0,2,14608,41721,41720,0,2,14600,14601,14602,0,2,14602,14606,42828,0,2,42828,14606,14603,0,2,14604,42851,14477,0,2,42851,14603,14477,0,2,14477,14603,14339,0,2,14602,14601,14606,0,2,14606,14339,14603,0,2,14600,14602,14607,0,2,14607,14609,14608,0,2,14608,14609,14484,0,2,14484,14609,14611,0,2,14611,14609,14610,0,2,14610,14609,14607,0,2,14610,14607,14602,0,2,14610,42828,14497,0,2,14602,42828,14610,0,2,14484,14611,14486,0,2,14486,14611,14610,0,2,14600,14607,41720,0,2,41720,14607,14608,0,2,41719,41711,14329,0,2,41718,14329,41716,0,2,41723,41714,41715,0,2,13224,13226,13227,0,2,13176,13223,41793,0,2,41793,13223,13224,0,2,13224,14612,14615,0,2,13224,14615,41793,0,2,13177,14614,14613,0,2,14613,14614,14615,0,2,14613,14615,14612,0,2,14613,13229,13177,0,2,13174,42445,13223,0,2,13223,42445,14616,0,2,13225,42443,14617,0,2,14617,14618,14619,0,2,14625,14620,41782,0,2,14625,41782,14624,0,2,14624,14629,14621,0,2,14620,14625,14619,0,2,14619,14626,13226,0,2,13226,14626,13227,0,2,13227,14626,14622,0,2,13227,14622,13228,0,2,13228,14622,13230,0,2,13230,14622,14623,0,2,13230,13229,13228,0,2,14622,14624,14621,0,2,14624,14622,14625,0,2,14622,14626,14625,0,2,14625,14626,14619,0,2,14623,14622,14621,0,2,14623,14621,14421,0,2,13226,13225,14619,0,2,14619,13225,14617,0,2,14619,14618,14620,0,2,14620,14627,14628,0,2,14628,14627,14415,0,2,14627,14630,14631,0,2,14631,14414,14408,0,2,14627,14631,14415,0,2,14415,14631,14408,0,2,14630,14627,14632,0,2,14651,14632,14633,0,2,14636,14659,42441,0,2,14636,42441,14652,0,2,14652,42441,14638,0,2,14652,14638,14637,0,2,14637,14638,14639,0,2,14639,14638,42442,0,2,14639,42442,14640,0,2,14642,14728,14643,0,2,14644,14732,14647,0,2,14647,14732,14645,0,2,14646,14645,14453,0,2,14647,14646,14644,0,2,14644,14648,14643,0,2,14643,14648,14649,0,2,14643,14649,14642,0,2,14642,14649,14641,0,2,14641,14649,14640,0,2,14646,14437,14644,0,2,14644,14437,14648,0,2,14637,14405,14650,0,2,14650,14405,14406,0,2,14414,14631,14406,0,2,14406,14631,14650,0,2,14630,14632,14651,0,2,14636,14651,14659,0,2,14659,14651,14635,0,2,14635,14651,14633,0,2,14635,14633,14634,0,2,14630,14651,14652,0,2,14630,14652,14650,0,2,14650,14652,14637,0,2,14636,14652,14651,0,2,14630,14650,14631,0,2,14648,14639,14649,0,2,14649,14639,14640,0,2,14627,14620,14632,0,2,14632,14620,14618,0,2,14632,14618,14633,0,2,14633,14618,14617,0,2,14633,14617,14634,0,2,41782,14620,14628,0,2,42443,13225,42447,0,2,14653,14721,14719,0,2,14653,14719,14654,0,2,14653,14654,14655,0,2,14664,14657,14658,0,2,14658,14659,14660,0,2,14660,42449,14661,0,2,13220,14661,14662,0,2,13220,14662,42446,0,2,14661,13220,14663,0,2,14663,14664,14658,0,2,14663,14658,14661,0,2,14661,14658,14660,0,2,14663,14665,14664,0,2,14664,14665,14656,0,2,13166,13167,41427,0,2,13165,41427,14666,0,2,14667,14668,14669,0,2,14669,14668,13145,0,2,13145,14668,41435,0,2,13145,41435,14670,0,2,13145,14670,13146,0,2,13146,14670,14671,0,2,13147,14671,14678,0,2,14678,14671,41264,0,2,14678,41264,14672,0,2,14673,14674,14675,0,2,14675,14674,14676,0,2,14675,14676,41426,0,2,41457,14677,11184,0,2,11184,14677,41020,0,2,13147,14678,13149,0,2,13149,14678,14679,0,2,14679,14680,14682,0,2,14682,14680,14681,0,2,14682,14681,11189,0,2,13149,14679,14682,0,2,11189,11191,14682,0,2,14678,14672,41423,0,2,14678,41423,14679,0,2,14679,41423,14680,0,2,13145,13144,14669,0,2,14669,13144,13143,0,2,14669,13143,14667,0,2,14667,13143,13142,0,2,14667,13142,13164,0,2,13164,13142,13141,0,2,14683,13049,14684,0,2,14685,14684,14690,0,2,14685,14690,14686,0,2,14685,14686,14687,0,2,14714,14687,14688,0,2,13045,14689,13046,0,2,14689,14687,14686,0,2,14687,14689,14688,0,2,13047,13046,14689,0,2,13047,14689,14686,0,2,13047,14686,14690,0,2,14690,14684,13049,0,2,13049,13048,14690,0,2,14689,13045,14691,0,2,14688,14691,14692,0,2,14692,14691,13040,0,2,14693,14692,14694,0,2,14694,14695,14745,0,2,14745,14695,14743,0,2,14743,14695,14740,0,2,14740,14695,14696,0,2,14696,14711,14739,0,2,14698,14739,13041,0,2,13041,42459,14698,0,2,14698,42459,14710,0,2,14698,14710,14697,0,2,14698,14697,14699,0,2,42450,12963,12964,0,2,42450,12964,14706,0,2,14706,14701,14703,0,2,14703,14701,12965,0,2,14702,14707,12965,0,2,12965,14707,14703,0,2,14703,14704,14705,0,2,14705,14453,14645,0,2,14442,14453,14705,0,2,14442,14705,14704,0,2,14703,14705,14706,0,2,14701,14706,12964,0,2,14699,14697,14700,0,2,14700,14697,14708,0,2,14710,13042,14709,0,2,13043,14709,13042,0,2,13043,14708,14709,0,2,14709,14708,14697,0,2,14709,14697,14710,0,2,14696,14695,14711,0,2,14711,14692,13041,0,2,14692,14711,14694,0,2,14711,14695,14694,0,2,14692,14693,14688,0,2,14691,14688,14689,0,2,14693,14694,14688,0,2,14688,14694,14714,0,2,14685,14687,14714,0,2,13040,14691,13039,0,2,14691,13045,13038,0,2,14691,13038,13039,0,2,14712,14685,14713,0,2,14713,14714,14715,0,2,14715,14716,14746,0,2,14717,14718,14654,0,2,14717,14654,14720,0,2,14720,14654,14719,0,2,14720,14719,14721,0,2,14720,14721,14722,0,2,14722,14721,13166,0,2,14722,13166,13165,0,2,14723,14713,14715,0,2,14720,14722,14723,0,2,14723,14722,14712,0,2,14712,14722,14725,0,2,14712,14725,14724,0,2,14724,13141,14683,0,2,14683,14684,14724,0,2,13141,14724,13164,0,2,14724,14725,13164,0,2,13164,14725,13165,0,2,14723,14712,14713,0,2,14712,14724,14684,0,2,14654,14718,14655,0,2,14655,14718,14744,0,2,14655,14744,14656,0,2,14656,14744,14726,0,2,14656,14726,42442,0,2,42442,14726,14640,0,2,14640,14726,14641,0,2,14641,14726,14733,0,2,14641,14733,14727,0,2,14727,14733,14734,0,2,14727,14734,14735,0,2,14727,14735,14728,0,2,14728,14735,14729,0,2,14732,14644,14731,0,2,14731,14644,14730,0,2,14730,14644,14729,0,2,14729,14644,14643,0,2,14729,14643,14728,0,2,14728,14642,14727,0,2,14727,14642,14641,0,2,14729,14735,14736,0,2,14729,14736,14737,0,2,14737,14736,14738,0,2,14699,14738,14739,0,2,14699,14739,14698,0,2,14696,14739,14738,0,2,14696,14738,14740,0,2,14740,14738,14736,0,2,14740,14736,14741,0,2,14742,14741,14734,0,2,14742,14734,14718,0,2,14742,14718,14717,0,2,14743,14742,14745,0,2,14742,14743,14741,0,2,14741,14743,14740,0,2,14734,14741,14736,0,2,14734,14736,14735,0,2,14726,14744,14733,0,2,14733,14744,14734,0,2,14734,14744,14718,0,2,14715,14746,14723,0,2,14723,14746,14720,0,2,14713,14685,14714,0,2,14715,14714,14694,0,2,14715,14694,14716,0,2,14716,14694,14745,0,2,14746,14716,14742,0,2,14742,14717,14746,0,2,14742,14716,14745,0,2,12579,13036,12890,0,2,12581,14747,12582,0,2,12953,12582,14747,0,2,12897,14747,14748,0,2,14748,14747,14750,0,2,14748,14750,14749,0,2,14750,12580,12886,0,2,14747,12581,14750,0,2,14750,12581,12580,0,2,12572,12934,14751,0,2,12878,14751,12934,0,2,42500,14753,14754,0,2,14754,14753,16754,0,2,12568,14752,14754,0,2,12929,42500,12568,0,2,12568,42500,14752,0,2,12566,14755,12567,0,2,12567,14755,14754,0,2,14754,14755,12568,0,2,12568,14755,12282,0,2,12566,12565,14755,0,2,14755,12565,12281,0,2,12280,12565,12279,0,2,12565,12564,12279,0,2,12279,12564,12278,0,2,12278,12564,14756,0,2,12561,14756,14757,0,2,14757,11956,12563,0,2,12563,12561,14757,0,2,12277,42704,12544,0,2,12544,42704,12558,0,2,12264,12265,12399,0,2,12399,12265,14758,0,2,12405,12396,14758,0,2,14758,12396,12399,0,2,12261,14759,14760,0,2,14761,14762,12480,0,2,42471,14762,42475,0,2,14763,12261,42474,0,2,12398,12483,42474,0,2,12261,14763,12260,0,2,12260,14763,14761,0,2,14763,42475,14761,0,2,14761,42475,14762,0,2,12257,14764,12481,0,2,12256,12257,12481,0,2,14764,14761,12480,0,2,14764,12480,12482,0,2,12252,12253,14766,0,2,14766,12504,14765,0,2,14765,12252,14766,0,2,12250,12249,14767,0,2,12250,14767,14768,0,2,12250,14768,42504,0,2,14767,12249,14769,0,2,14770,12122,14769,0,2,12123,12248,12125,0,2,14777,14772,14778,0,2,14778,14772,12246,0,2,14772,14771,12248,0,2,12248,14771,12125,0,2,12124,12125,14775,0,2,12124,14775,14785,0,2,12124,14785,14773,0,2,12125,14771,14775,0,2,14777,14778,46852,0,2,14772,14777,14771,0,2,14777,14776,14775,0,2,14777,14775,14771,0,2,12242,14793,14779,0,2,12242,14779,12243,0,2,14782,14781,46818,0,2,14782,46818,14783,0,2,14783,46818,14784,0,2,14784,14789,14785,0,2,14784,14785,14786,0,2,14786,14785,14775,0,2,14786,14775,14776,0,2,14788,46822,14787,0,2,14788,14773,14789,0,2,14788,14789,46822,0,2,14790,12240,14794,0,2,14790,14794,14791,0,2,14791,14794,14792,0,2,14779,14794,46819,0,2,14779,46819,14780,0,2,14794,14779,14793,0,2,14794,14793,14792,0,2,14794,12240,12092,0,2,12092,12240,12091,0,2,12083,12228,14795,0,2,12076,14797,42481,0,2,42481,14797,14798,0,2,42481,14798,42479,0,2,42479,14798,12073,0,2,14796,12073,46842,0,2,46842,12073,46840,0,2,12073,14796,42479,0,2,14798,14797,12075,0,2,14798,14799,12073,0,2,12073,14799,12074,0,2,14799,14798,42482,0,2,14804,46572,46573,0,2,14804,46573,46587,0,2,14804,12062,46572,0,2,46572,12062,14805,0,2,14809,14806,14807,0,2,14807,14806,12065,0,2,12063,12065,14806,0,2,12069,14807,12067,0,2,12066,14808,46596,0,2,14808,14807,12065,0,2,14807,14808,12067,0,2,12066,42804,14808,0,2,14808,42804,12067,0,2,14805,14806,14803,0,2,14803,14806,14809,0,2,14803,14809,14810,0,2,14803,14810,14802,0,2,14802,14810,14801,0,2,12069,14800,14801,0,2,12069,14801,14810,0,2,12069,14810,14807,0,2,14810,14809,14807,0,2,14811,14796,14801,0,2,14811,14801,14800,0,2,42642,14813,12055,0,2,12055,14813,14814,0,2,12055,14814,46721,0,2,46721,14814,14815,0,2,46721,14815,46716,0,2,46716,14815,14816,0,2,14816,14815,14821,0,2,14816,14821,14817,0,2,16441,14817,14820,0,2,16440,16441,14818,0,2,16440,14818,14819,0,2,14819,14818,12043,0,2,12043,14818,12045,0,2,14818,14820,12047,0,2,12047,14820,12049,0,2,14818,16441,14820,0,2,14820,14817,12049,0,2,12049,14817,14821,0,2,12049,14821,12048,0,2,12050,12048,14822,0,2,12050,14822,12051,0,2,12051,14822,12052,0,2,12052,14814,14813,0,2,12052,14813,12054,0,2,14821,14815,12048,0,2,12048,14815,14822,0,2,12052,14822,14814,0,2,14814,14822,14815,0,2,14825,14827,14826,0,2,14826,14827,14828,0,2,14828,14827,14901,0,2,14828,14901,14893,0,2,14828,14893,14829,0,2,14829,14893,14830,0,2,14830,14893,16344,0,2,16344,14831,14832,0,2,14832,14831,14833,0,2,14832,14833,14834,0,2,14834,14833,14835,0,2,14834,14835,16346,0,2,16346,14835,14836,0,2,14838,14869,14839,0,2,14839,14869,46510,0,2,46510,14869,14840,0,2,14840,14913,16349,0,2,16349,14913,14910,0,2,47289,14910,14911,0,2,47289,14911,14841,0,2,14841,14911,14939,0,2,14923,14911,46499,0,2,14923,46499,47481,0,2,14842,14848,14843,0,2,14843,14844,47480,0,2,47480,14844,16339,0,2,16339,14844,14847,0,2,16339,14847,14952,0,2,14952,14847,14845,0,2,14845,14847,14846,0,2,14846,14847,14844,0,2,14846,14844,14843,0,2,14846,14843,14848,0,2,14846,14848,15604,0,2,15604,14848,15275,0,2,15275,14848,46509,0,2,15275,46509,15276,0,2,15276,46506,14849,0,2,15279,14849,15281,0,2,15281,14849,14850,0,2,15236,14854,14855,0,2,14856,14917,14857,0,2,14857,14916,14915,0,2,14850,14849,46506,0,2,14850,46506,14859,0,2,14859,46506,14860,0,2,14860,46506,14861,0,2,14860,14861,47487,0,2,47487,14862,14863,0,2,15643,14864,14865,0,2,15643,14865,15637,0,2,15644,15637,14865,0,2,15644,14865,14866,0,2,14867,14868,14840,0,2,14840,14869,14867,0,2,14867,14869,14870,0,2,14867,14870,14866,0,2,14866,14870,14871,0,2,14866,14871,14872,0,2,14872,14871,14874,0,2,14872,14874,14873,0,2,14873,14874,46050,0,2,46050,14874,14875,0,2,14875,14876,14877,0,2,14877,14876,46072,0,2,14877,46072,46048,0,2,46048,46072,14878,0,2,14878,14879,46046,0,2,46045,46046,46054,0,2,46053,46054,14880,0,2,46053,14880,14881,0,2,14881,14880,46056,0,2,14881,46056,14882,0,2,42649,14882,14883,0,2,15669,15665,14884,0,2,15669,14884,12324,0,2,15669,12324,12325,0,2,12324,14884,14885,0,2,14875,14874,14886,0,2,14875,14886,14905,0,2,14905,14886,14887,0,2,14890,14889,46906,0,2,14890,46906,14891,0,2,14897,14891,14831,0,2,14897,14831,14892,0,2,14892,14831,14893,0,2,16344,14893,14831,0,2,14831,14891,14833,0,2,14875,14905,14876,0,2,14876,14905,14894,0,2,14876,14894,46064,0,2,46064,14894,14895,0,2,14897,14892,46710,0,2,46710,14892,14900,0,2,46704,14900,14899,0,2,46704,14899,14898,0,2,14898,14899,46705,0,2,46705,14899,14825,0,2,46705,14825,14824,0,2,14825,14899,14827,0,2,14900,14901,14899,0,2,14827,14899,14901,0,2,14893,14901,14900,0,2,14893,14900,14892,0,2,14891,14897,14890,0,2,14897,14896,14890,0,2,14890,14896,14902,0,2,14903,14902,14904,0,2,14903,14904,14905,0,2,14903,14905,14887,0,2,14902,14903,14890,0,2,14890,14903,14889,0,2,14889,14903,14888,0,2,14888,14903,14887,0,2,14896,14895,14902,0,2,14902,14895,14904,0,2,14904,14895,14894,0,2,14904,14894,14905,0,2,14840,14868,14913,0,2,14906,14913,14907,0,2,14907,14909,14912,0,2,14862,14912,14909,0,2,14909,14907,14908,0,2,14865,14864,14908,0,2,14908,14864,14909,0,2,14909,14864,14863,0,2,14909,14863,14862,0,2,14912,14862,46500,0,2,14912,46500,46501,0,2,14912,46501,14910,0,2,14912,14910,14906,0,2,14910,46501,14911,0,2,14911,46501,46499,0,2,14912,14906,14907,0,2,14913,14906,14910,0,2,14907,14913,14908,0,2,14908,14913,14868,0,2,14908,14868,14865,0,2,14866,14865,14867,0,2,14867,14865,14868,0,2,14914,14922,14915,0,2,14914,14915,14916,0,2,14916,14857,14917,0,2,14916,14917,14919,0,2,14854,14918,14855,0,2,14918,14919,14856,0,2,14918,14856,14855,0,2,14856,14919,14917,0,2,14920,14916,14919,0,2,14920,14919,14921,0,2,14921,14851,14920,0,2,14920,14914,14916,0,2,14920,14851,14914,0,2,14914,14851,46502,0,2,14852,14921,14919,0,2,14852,14919,14918,0,2,14852,14918,14853,0,2,14850,14922,14914,0,2,14923,14950,14924,0,2,14924,16340,14949,0,2,14949,16340,14925,0,2,14925,16340,14926,0,2,14925,14926,14927,0,2,14947,14929,14930,0,2,14947,14930,14948,0,2,14948,14930,47306,0,2,14948,47306,14931,0,2,14931,47306,47307,0,2,14931,47307,14932,0,2,14933,14932,47309,0,2,47309,46529,14934,0,2,14934,46529,46518,0,2,14934,46518,46517,0,2,14934,46517,14944,0,2,14944,46517,14935,0,2,14944,14935,14936,0,2,14943,14936,14937,0,2,14928,14940,14927,0,2,14927,14940,14925,0,2,14925,14940,14941,0,2,14936,14943,14944,0,2,14945,14946,14943,0,2,14945,14943,14942,0,2,14943,14946,14944,0,2,14934,14944,47309,0,2,47309,14944,14933,0,2,14941,14940,14947,0,2,14948,14931,14946,0,2,14948,14946,14945,0,2,14948,14945,14947,0,2,14947,14945,14941,0,2,14946,14931,14933,0,2,14933,14931,14932,0,2,14947,14940,14929,0,2,14929,14940,14928,0,2,14941,14945,14942,0,2,14943,14937,14942,0,2,14942,14937,14949,0,2,14942,14949,14941,0,2,14941,14949,14925,0,2,14937,14938,14949,0,2,14949,14938,14924,0,2,14938,14939,14924,0,2,14924,14939,14923,0,2,14923,47481,47290,0,2,14923,47290,14950,0,2,14950,14951,14926,0,2,14926,14951,16339,0,2,16338,16339,14952,0,2,47286,14952,15298,0,2,47286,15298,14953,0,2,47286,14953,14928,0,2,14928,14953,14954,0,2,14928,14954,47298,0,2,47298,14954,14955,0,2,47298,14955,15748,0,2,15748,14955,14956,0,2,14956,14955,14957,0,2,14957,15302,14958,0,2,47318,14959,14960,0,2,14961,14962,16336,0,2,16336,14962,14963,0,2,14963,14964,14965,0,2,14965,14964,46962,0,2,14965,46962,14966,0,2,47334,14968,47323,0,2,16329,47323,14969,0,2,16329,14969,16330,0,2,16330,14969,14970,0,2,14970,14969,47326,0,2,14970,47326,14972,0,2,47326,14971,14972,0,2,16285,16306,14973,0,2,14973,16306,16277,0,2,14975,16313,14976,0,2,14976,16313,16312,0,2,14976,16312,14977,0,2,14977,16312,14978,0,2,14977,14978,47391,0,2,16262,14979,16305,0,2,14981,14983,14982,0,2,14982,14983,14984,0,2,14991,14985,14986,0,2,14987,14986,14978,0,2,14978,14986,47391,0,2,47391,14986,14979,0,2,46954,14978,16312,0,2,14988,47320,14989,0,2,14989,16311,46958,0,2,46958,16311,46962,0,2,46962,14990,14966,0,2,14986,14987,14991,0,2,14992,14993,14984,0,2,14984,14993,15351,0,2,14984,15351,14982,0,2,14982,15351,15349,0,2,15349,15348,16259,0,2,16259,15348,47156,0,2,14994,47156,14995,0,2,16255,14997,14998,0,2,16255,14998,14999,0,2,16252,15050,15000,0,2,15000,15043,15001,0,2,16241,47383,47385,0,2,16242,15002,15003,0,2,15003,15002,15004,0,2,16301,15004,16238,0,2,16301,16238,16237,0,2,16237,15005,15006,0,2,15006,15005,15014,0,2,15006,15014,15012,0,2,15012,15014,15015,0,2,16219,15075,15009,0,2,15013,15009,15077,0,2,15013,15077,15010,0,2,15015,16297,15012,0,2,16297,15015,15011,0,2,15010,15011,15013,0,2,15013,15008,16219,0,2,15008,15013,16218,0,2,15015,15007,15011,0,2,15013,15011,16218,0,2,15016,15015,16240,0,2,15016,16240,15017,0,2,15016,15017,47373,0,2,16220,15019,16217,0,2,16220,16217,16221,0,2,16222,16221,16216,0,2,16222,16216,15020,0,2,15020,16216,16199,0,2,15020,16199,16200,0,2,16199,16203,47419,0,2,47419,16203,15021,0,2,47422,15021,47380,0,2,47422,47380,15022,0,2,15022,47381,15023,0,2,47415,15023,47377,0,2,15024,16198,15025,0,2,15026,15027,15052,0,2,15052,15027,15028,0,2,15028,15027,15029,0,2,15029,16213,47360,0,2,47360,16213,15030,0,2,47360,15030,47361,0,2,47361,15030,15031,0,2,15031,16211,15032,0,2,15031,15032,15033,0,2,15031,15033,47386,0,2,15031,47386,47361,0,2,47361,47386,15034,0,2,15035,47384,47368,0,2,47368,47384,15036,0,2,47368,15036,47367,0,2,47367,15036,47112,0,2,47111,15037,47082,0,2,47082,15037,47081,0,2,47081,15037,15038,0,2,15038,15039,47122,0,2,47122,15039,15040,0,2,15040,15039,15041,0,2,15041,15047,47128,0,2,47128,15047,14998,0,2,47128,14998,14997,0,2,15046,15037,47113,0,2,15046,47113,15048,0,2,15048,47115,15049,0,2,15001,15043,15044,0,2,47384,15045,15036,0,2,15001,15044,16241,0,2,16241,15044,47383,0,2,15044,47384,47383,0,2,15037,15046,15038,0,2,15038,15046,15039,0,2,15039,15046,15047,0,2,15039,15047,15041,0,2,15047,15048,14998,0,2,15048,15049,14998,0,2,14998,15049,14999,0,2,15050,15043,15000,0,2,15043,15050,15044,0,2,15050,15042,15044,0,2,15042,15050,14999,0,2,15047,15046,15048,0,2,15029,47360,47359,0,2,15029,47359,15028,0,2,15028,15051,15052,0,2,15052,15051,47364,0,2,15052,47364,15053,0,2,15053,47106,47358,0,2,47358,47106,47107,0,2,47358,47107,15054,0,2,15056,15055,16195,0,2,16184,16197,15058,0,2,15060,15058,15059,0,2,15060,15059,47444,0,2,15060,47444,47445,0,2,15060,47445,16190,0,2,16190,47445,15061,0,2,15061,47445,15062,0,2,16155,15062,47408,0,2,16155,47408,15063,0,2,15063,47408,16144,0,2,15063,16144,15064,0,2,15081,15065,16157,0,2,15067,15080,15068,0,2,15071,15070,16127,0,2,16226,15071,15078,0,2,16226,15078,16131,0,2,16226,16131,16229,0,2,16227,15073,15074,0,2,16227,15074,15075,0,2,15075,15074,15009,0,2,15076,15077,15009,0,2,16131,15078,15079,0,2,15067,15068,47435,0,2,47432,15066,15067,0,2,47432,15067,47435,0,2,15067,15066,15065,0,2,15067,15065,15080,0,2,15080,15065,16145,0,2,16145,15081,15064,0,2,15064,16144,16143,0,2,15064,16143,15082,0,2,16146,15084,15570,0,2,16146,15570,16147,0,2,16147,15570,16100,0,2,16100,15570,15085,0,2,15085,15087,15086,0,2,15086,15087,15088,0,2,15088,15567,15089,0,2,15091,15559,15092,0,2,15092,15559,15093,0,2,15093,15534,15502,0,2,15094,15096,15502,0,2,15502,15096,15093,0,2,15092,15096,15095,0,2,15093,15096,15092,0,2,15092,15095,15091,0,2,15090,15091,15095,0,2,15096,15094,15097,0,2,15097,15103,47452,0,2,47452,15103,47148,0,2,15098,47148,15099,0,2,15099,15100,15101,0,2,15101,47133,15098,0,2,15101,15098,15099,0,2,15099,47148,15103,0,2,15103,15094,15102,0,2,15102,15094,15505,0,2,15103,15097,15094,0,2,15103,15100,15099,0,2,15102,15100,15103,0,2,15101,15100,15104,0,2,15101,47477,15493,0,2,15105,15493,15432,0,2,15105,15432,15106,0,2,16138,15106,15438,0,2,16139,15107,47458,0,2,15109,47453,15110,0,2,15111,15112,15113,0,2,15113,15112,15115,0,2,15113,15115,15114,0,2,15116,15115,15447,0,2,15452,15453,15117,0,2,15117,15453,15118,0,2,15118,15453,15454,0,2,47329,15118,47330,0,2,47336,16055,16056,0,2,47335,47337,47334,0,2,47334,47337,14967,0,2,14967,47337,47333,0,2,47333,47337,16057,0,2,16057,16088,15121,0,2,15121,16088,15122,0,2,16327,15122,16325,0,2,16325,15123,16324,0,2,16324,15123,15124,0,2,15126,47464,16035,0,2,15127,16031,16317,0,2,46931,15130,15131,0,2,15131,16023,15132,0,2,15132,16023,15134,0,2,15132,15134,15133,0,2,15140,16029,15136,0,2,15140,15136,15137,0,2,15137,15138,15139,0,2,15139,46930,15133,0,2,15132,15133,15131,0,2,15134,15140,15139,0,2,15134,15139,15133,0,2,15139,15140,15137,0,2,15134,15135,15140,0,2,15125,15126,15127,0,2,15125,15127,16317,0,2,47330,15118,15141,0,2,47330,15141,15119,0,2,15141,15142,15143,0,2,16058,15143,47160,0,2,47160,15143,15142,0,2,47160,15142,15144,0,2,47160,15144,47159,0,2,15146,15145,16044,0,2,15146,16045,15147,0,2,15148,15147,47462,0,2,15148,47462,47050,0,2,47050,47462,47047,0,2,47047,47462,15149,0,2,16050,15150,47463,0,2,47038,15152,15153,0,2,47041,15474,15473,0,2,47041,15473,46994,0,2,46994,15473,15154,0,2,15154,15155,46989,0,2,46989,15155,15156,0,2,46997,15157,15158,0,2,46997,15158,15704,0,2,15704,15158,15159,0,2,15704,15159,15160,0,2,15160,15159,15472,0,2,15160,15472,15161,0,2,15161,15472,15466,0,2,15692,15163,15164,0,2,15165,15470,15166,0,2,15166,15470,15167,0,2,15694,15168,15169,0,2,15169,15170,15696,0,2,15696,15170,15697,0,2,15697,15720,15171,0,2,15174,15381,15173,0,2,15174,15173,47199,0,2,47198,47199,47215,0,2,47198,47215,15175,0,2,15176,15175,15178,0,2,15176,15178,15177,0,2,15177,15178,15220,0,2,15177,15220,15179,0,2,15180,15220,15219,0,2,15180,15219,15221,0,2,15180,15221,15181,0,2,15181,15221,15182,0,2,15182,15221,15183,0,2,15182,15183,15674,0,2,15674,15183,15184,0,2,15184,42676,15672,0,2,15672,42676,15671,0,2,15671,42676,42670,0,2,42694,42670,42683,0,2,12360,15186,12361,0,2,12361,15186,12357,0,2,12355,47490,15187,0,2,15188,46079,12363,0,2,12363,46079,46482,0,2,12363,46482,15670,0,2,15189,46481,15190,0,2,15190,46481,15624,0,2,15624,46481,15611,0,2,15625,15624,15613,0,2,15625,15613,15191,0,2,15626,15191,15192,0,2,15626,15192,15627,0,2,15627,15192,15193,0,2,15193,15192,15194,0,2,15193,15194,15195,0,2,15195,15194,42657,0,2,15196,15195,15198,0,2,15196,15198,15197,0,2,15197,15198,15199,0,2,15199,15198,15200,0,2,15199,15200,15201,0,2,15201,15200,42660,0,2,15201,42660,15202,0,2,15202,42661,15203,0,2,15203,42661,15204,0,2,15203,15204,15205,0,2,15203,15205,15206,0,2,15206,15207,46488,0,2,46488,15207,15208,0,2,15209,46505,15210,0,2,15209,15210,46490,0,2,46490,15210,42701,0,2,42701,15211,42697,0,2,15212,42697,42698,0,2,47021,42698,15213,0,2,47021,15213,15225,0,2,15213,15214,15224,0,2,15224,15214,42699,0,2,15215,42699,15217,0,2,15215,15217,15216,0,2,15216,42672,15184,0,2,15184,42672,42676,0,2,15222,15218,15219,0,2,15222,15219,15220,0,2,15219,15218,15221,0,2,15221,15218,15183,0,2,15184,15183,15216,0,2,15216,15183,15218,0,2,15216,15218,15215,0,2,15215,15218,15222,0,2,15224,42699,47217,0,2,15224,47217,15223,0,2,15224,15223,47006,0,2,15224,47006,15225,0,2,15225,47006,47004,0,2,15225,47004,15226,0,2,15225,15226,47021,0,2,47021,15257,15227,0,2,15227,15257,15228,0,2,15229,15230,15231,0,2,15231,15263,15232,0,2,15231,15232,46493,0,2,15234,15233,15239,0,2,15234,15239,15235,0,2,15235,15239,15236,0,2,15236,14855,15237,0,2,15237,14855,15238,0,2,15237,15238,46489,0,2,46489,15238,14856,0,2,46489,14856,46485,0,2,46485,14856,14857,0,2,14856,15238,14855,0,2,15236,15239,14854,0,2,15240,15241,14853,0,2,14853,14854,15240,0,2,15240,14854,15239,0,2,15239,15233,15242,0,2,15239,15242,15240,0,2,15240,15242,15272,0,2,15272,15242,15265,0,2,15272,15265,15317,0,2,15317,15265,47248,0,2,15317,47248,15316,0,2,15316,47248,15243,0,2,15316,15243,15315,0,2,15259,15248,15391,0,2,15391,15248,15249,0,2,15250,15249,15270,0,2,15250,15270,15386,0,2,15386,15270,15267,0,2,15386,15267,15251,0,2,15384,15251,15252,0,2,15384,15252,15253,0,2,15254,15256,15255,0,2,15255,15256,47005,0,2,15257,15266,15228,0,2,15230,15228,15258,0,2,15230,15258,15268,0,2,15230,15268,15262,0,2,15262,15268,15269,0,2,15262,15269,15261,0,2,15260,15261,15259,0,2,15260,15259,15246,0,2,15246,15259,15247,0,2,15246,15245,15260,0,2,15231,15230,15262,0,2,15231,15262,15263,0,2,15263,15262,15261,0,2,15263,15261,15264,0,2,15263,15264,15232,0,2,15232,15264,15265,0,2,15261,15260,15264,0,2,15264,15260,15245,0,2,15264,15245,47249,0,2,47249,15245,15244,0,2,47249,15244,15243,0,2,15243,15244,15315,0,2,15230,15229,15228,0,2,15257,47005,15256,0,2,15257,15256,15266,0,2,15253,15266,15254,0,2,15254,15266,15256,0,2,15228,15266,15271,0,2,15228,15271,15258,0,2,15258,15271,15267,0,2,15258,15267,15268,0,2,15248,15269,15249,0,2,15249,15269,15270,0,2,15267,15270,15268,0,2,15266,15253,15271,0,2,15271,15253,15252,0,2,15271,15252,15267,0,2,15267,15252,15251,0,2,15268,15270,15269,0,2,15259,15261,15248,0,2,15248,15261,15269,0,2,15240,15272,15241,0,2,14921,15282,14851,0,2,14851,15282,15283,0,2,14851,15283,15286,0,2,15277,15273,15292,0,2,15277,15292,15605,0,2,15277,15605,15603,0,2,15277,15603,14849,0,2,14849,15603,15274,0,2,15275,15276,15274,0,2,15274,15276,14849,0,2,14851,15286,15280,0,2,14851,15280,15278,0,2,15277,15279,15273,0,2,15273,15278,15280,0,2,15273,15279,15278,0,2,15279,15277,14849,0,2,46502,15281,14850,0,2,15283,15282,15318,0,2,15284,15285,15282,0,2,15282,15285,15318,0,2,15280,15286,15320,0,2,15280,15320,15273,0,2,15320,47252,47259,0,2,47259,47252,15287,0,2,15287,47252,47278,0,2,15287,47278,15288,0,2,15287,15288,15289,0,2,15291,15289,15290,0,2,15291,15293,15601,0,2,15291,15290,15293,0,2,15293,15290,15294,0,2,15294,47261,15608,0,2,15608,47261,15295,0,2,15295,15296,15297,0,2,15297,15296,14845,0,2,14845,15296,47267,0,2,14953,15298,15299,0,2,14953,15600,14954,0,2,14954,15600,14955,0,2,14957,15599,15302,0,2,15302,15599,15301,0,2,15302,15301,15304,0,2,15302,15304,15303,0,2,15303,15304,15305,0,2,15591,15306,15307,0,2,15591,15307,15597,0,2,15597,15307,15588,0,2,15588,15307,15308,0,2,47484,15311,47132,0,2,47132,15311,15312,0,2,15369,15312,15313,0,2,15369,15313,15314,0,2,15395,15314,15246,0,2,15395,15246,15247,0,2,15246,15314,15245,0,2,15245,15314,15313,0,2,15245,15313,15244,0,2,15244,15313,15315,0,2,15272,15317,15284,0,2,15284,15317,15316,0,2,15284,15316,15321,0,2,15318,47253,15319,0,2,15318,15319,15283,0,2,15283,15319,15286,0,2,15286,15319,47258,0,2,15286,47258,15320,0,2,15321,15285,15284,0,2,15321,47253,15285,0,2,15285,47253,15318,0,2,15272,15284,15241,0,2,47173,47484,15323,0,2,47173,15323,15322,0,2,15323,15324,15322,0,2,15322,15324,15325,0,2,15581,15410,15327,0,2,15327,15363,15586,0,2,15586,15363,15583,0,2,15583,15363,15328,0,2,15328,15362,15337,0,2,15337,15362,15338,0,2,15338,15362,15329,0,2,15338,15329,15360,0,2,15360,15329,15330,0,2,15360,15330,15331,0,2,15331,47120,47153,0,2,47153,47120,15332,0,2,15361,15334,47155,0,2,15361,47155,15335,0,2,15335,15339,15336,0,2,47153,15336,15337,0,2,47153,15337,15338,0,2,15585,15337,15339,0,2,15584,47154,15340,0,2,15341,15342,15344,0,2,15344,15342,15343,0,2,15344,15343,47297,0,2,15344,47297,15345,0,2,15345,15587,15340,0,2,15345,15340,15341,0,2,15341,15344,15345,0,2,15340,47154,15346,0,2,15347,15346,15348,0,2,15347,15348,15350,0,2,15350,15348,15349,0,2,15350,15349,15351,0,2,15350,15351,15352,0,2,15352,15351,14993,0,2,15353,46952,46942,0,2,46943,15354,15355,0,2,46943,15355,15356,0,2,15356,15343,15342,0,2,14993,15353,15352,0,2,15347,15350,15358,0,2,15358,15350,15357,0,2,15357,15350,15352,0,2,15340,15346,15341,0,2,15341,15346,15347,0,2,15341,15347,15358,0,2,15341,15358,15342,0,2,15342,15358,15359,0,2,46943,46942,15354,0,2,46943,15356,15359,0,2,15359,15356,15342,0,2,15358,15357,15359,0,2,15337,15336,15339,0,2,15584,15335,47154,0,2,15360,15331,47153,0,2,15361,15336,15333,0,2,15333,15336,47153,0,2,15333,47153,15332,0,2,15362,15328,15363,0,2,15363,15327,15364,0,2,15414,15412,15365,0,2,15414,15365,15573,0,2,15573,15365,15366,0,2,15573,15366,15367,0,2,15367,15366,15368,0,2,15368,15370,15369,0,2,15369,15370,15312,0,2,15369,15314,15394,0,2,15369,15394,15368,0,2,15368,15394,15371,0,2,15368,15371,15367,0,2,15367,15371,15396,0,2,15367,15396,15574,0,2,15574,15396,15397,0,2,15574,15397,15575,0,2,15575,15397,15372,0,2,15372,15409,15513,0,2,15513,15409,15511,0,2,15511,15409,15373,0,2,15511,15373,15387,0,2,15374,15388,15408,0,2,15374,15408,15375,0,2,15509,15375,15382,0,2,15509,15382,15376,0,2,15509,15376,15422,0,2,15422,15376,15377,0,2,15378,15377,15403,0,2,15378,15403,15379,0,2,15378,15379,47000,0,2,47000,15379,15380,0,2,15380,15379,47003,0,2,15172,15381,15174,0,2,15376,15382,15407,0,2,15376,15407,15402,0,2,15383,15407,15404,0,2,15383,15404,15384,0,2,15386,15385,15250,0,2,15249,15250,15373,0,2,15373,15250,15405,0,2,15373,15405,15387,0,2,15387,15405,15388,0,2,15389,15390,15391,0,2,15391,15390,15392,0,2,15392,15393,15259,0,2,15259,15393,15247,0,2,15259,15391,15392,0,2,15391,15249,15389,0,2,15389,15373,15409,0,2,15392,15390,15398,0,2,15392,15398,15393,0,2,15393,15398,15394,0,2,15393,15394,15395,0,2,15395,15394,15314,0,2,15395,15247,15393,0,2,15371,15394,15396,0,2,15394,15398,15396,0,2,15396,15398,15397,0,2,15397,15398,15372,0,2,15398,15390,15372,0,2,15386,15251,15385,0,2,15385,15251,15384,0,2,15384,47015,15383,0,2,15379,15401,47003,0,2,15383,15399,15407,0,2,15407,15399,15402,0,2,15377,15376,15403,0,2,15379,15403,15401,0,2,15401,15403,15400,0,2,15376,15402,15403,0,2,15403,15402,15400,0,2,15400,15402,15399,0,2,15406,15404,15408,0,2,15406,15408,15388,0,2,15406,15388,15405,0,2,15406,15405,15385,0,2,15406,15385,15384,0,2,15384,15404,15406,0,2,15385,15405,15250,0,2,15404,15407,15408,0,2,15408,15407,15375,0,2,15375,15407,15382,0,2,15412,15364,15365,0,2,15365,15364,15410,0,2,15410,15581,47130,0,2,47130,15581,47175,0,2,47175,15581,15326,0,2,47175,15326,15411,0,2,47132,15324,15323,0,2,15324,15411,15325,0,2,15325,15411,15326,0,2,15363,15364,15362,0,2,15362,15364,15412,0,2,15362,15412,15413,0,2,15362,15413,15329,0,2,15414,15576,15519,0,2,15519,15576,15415,0,2,15531,15417,15514,0,2,15531,15514,15418,0,2,15418,15514,15512,0,2,15418,15512,15517,0,2,15419,15517,15420,0,2,15419,15420,15526,0,2,15421,15526,15420,0,2,15421,15420,15375,0,2,15421,15375,15509,0,2,15508,15422,15510,0,2,15508,15510,15471,0,2,15471,15423,15508,0,2,15508,15423,15424,0,2,47073,15424,15425,0,2,47074,15425,15506,0,2,47074,15506,15426,0,2,15572,15426,15427,0,2,15498,15428,15429,0,2,15429,15424,15486,0,2,15494,15486,15485,0,2,15490,15485,15476,0,2,15490,15476,15491,0,2,15491,15476,15477,0,2,15430,15433,15488,0,2,15488,15433,15455,0,2,15488,15455,15431,0,2,15431,15455,15432,0,2,15431,15432,15493,0,2,15439,15432,15456,0,2,15433,47157,47066,0,2,15434,47066,15435,0,2,15434,15435,16047,0,2,15441,15451,47454,0,2,15442,47454,47458,0,2,15442,47458,16138,0,2,15437,16138,15438,0,2,15438,15439,15443,0,2,15443,15439,15487,0,2,15443,15487,15440,0,2,47454,15442,15441,0,2,15441,15442,15437,0,2,15441,15437,15436,0,2,15442,16138,15437,0,2,15436,15437,15443,0,2,15436,15443,15440,0,2,15440,15434,16047,0,2,15440,16047,15436,0,2,15437,15438,15443,0,2,15451,15441,15444,0,2,15444,16044,15450,0,2,15450,16044,15445,0,2,15450,15445,15446,0,2,15446,16054,15449,0,2,15449,16054,16052,0,2,15449,16052,15448,0,2,15448,16052,15447,0,2,15448,15447,15115,0,2,15448,47457,15449,0,2,15449,47457,15446,0,2,15444,15450,15451,0,2,15116,15447,15452,0,2,15118,16043,15141,0,2,15447,16052,15453,0,2,15453,15452,15447,0,2,15432,15455,15456,0,2,47158,15457,47157,0,2,47157,15457,47063,0,2,47063,15457,15458,0,2,15458,15457,15150,0,2,15458,15150,47060,0,2,15151,15150,15457,0,2,15151,15457,15463,0,2,15463,15457,15459,0,2,15462,15468,15459,0,2,15462,15460,15461,0,2,15151,15463,15464,0,2,15153,15464,15465,0,2,15465,47072,15466,0,2,15466,47072,15700,0,2,15700,47072,15467,0,2,15462,15467,15468,0,2,15459,15468,15463,0,2,15163,15469,15164,0,2,15164,15469,15165,0,2,15462,15461,15163,0,2,15163,15461,15469,0,2,15469,15461,15483,0,2,15469,15483,15165,0,2,15165,15483,15482,0,2,15470,15482,15471,0,2,15470,15471,47002,0,2,47002,15471,15510,0,2,15482,15470,15165,0,2,15162,15462,15163,0,2,15162,15163,15692,0,2,15462,15162,15467,0,2,15467,15162,15700,0,2,15155,15154,15473,0,2,15474,15153,15465,0,2,15464,15153,15152,0,2,15464,15152,15151,0,2,15474,15465,15473,0,2,15473,15465,15466,0,2,15466,15472,15473,0,2,15473,15472,15155,0,2,15155,15472,15158,0,2,15156,15158,15157,0,2,15158,15472,15159,0,2,15156,15155,15158,0,2,15433,15430,15479,0,2,15459,15479,15460,0,2,15460,15479,15478,0,2,15460,15478,15461,0,2,15461,15478,15475,0,2,15475,15478,15476,0,2,15476,15478,15477,0,2,15477,15478,15479,0,2,15479,15430,15477,0,2,15480,15484,15481,0,2,15475,15482,15483,0,2,15475,15483,15461,0,2,15482,15481,15471,0,2,15481,15482,15480,0,2,15480,15475,15507,0,2,15471,15481,15423,0,2,15423,15481,15484,0,2,15484,15480,15507,0,2,15507,15476,15485,0,2,15476,15507,15475,0,2,15433,15456,15455,0,2,15432,15439,15106,0,2,15106,15439,15438,0,2,15487,15439,15456,0,2,15434,15487,47066,0,2,47066,15487,15433,0,2,15433,15487,15456,0,2,15487,15434,15440,0,2,15430,15488,15477,0,2,15477,15488,15489,0,2,15477,15489,15491,0,2,15491,15489,15490,0,2,15488,15431,15489,0,2,47477,15492,15493,0,2,15493,15492,15431,0,2,15490,15489,15496,0,2,15496,15499,15494,0,2,15494,15499,15495,0,2,15490,15494,15485,0,2,15490,15496,15494,0,2,15495,15429,15494,0,2,15494,15429,15486,0,2,15489,15492,15496,0,2,15497,15504,15503,0,2,15499,15498,15495,0,2,15495,15498,15429,0,2,15428,15498,15501,0,2,15428,15501,15427,0,2,15427,15501,15502,0,2,15427,15502,15534,0,2,15502,15501,15500,0,2,15498,15503,15501,0,2,15501,15503,15500,0,2,15500,15503,15504,0,2,15500,15504,15505,0,2,15499,15496,15503,0,2,15503,15498,15499,0,2,15496,15492,15497,0,2,15428,15506,15429,0,2,15426,15506,15427,0,2,15427,15506,15428,0,2,15429,15506,15425,0,2,15429,15425,15424,0,2,15486,15424,15423,0,2,15486,15423,15484,0,2,15507,15485,15486,0,2,15484,15507,15486,0,2,15422,15508,47073,0,2,47073,15508,15424,0,2,15509,15422,47073,0,2,15422,15377,15510,0,2,15510,15377,15378,0,2,15510,15378,47002,0,2,15375,15420,15374,0,2,15374,15420,15518,0,2,15513,15511,15512,0,2,15513,15514,15515,0,2,15516,15515,15416,0,2,15416,15515,15521,0,2,15521,15515,15417,0,2,15514,15417,15515,0,2,15514,15513,15512,0,2,15517,15518,15420,0,2,15518,15517,15511,0,2,15511,15517,15512,0,2,15412,15414,15413,0,2,15413,15414,15519,0,2,15413,15519,47150,0,2,47150,15519,15415,0,2,47150,15415,15520,0,2,15520,15415,15416,0,2,15416,15521,47152,0,2,47152,15521,15522,0,2,15522,15521,15532,0,2,15523,15522,15531,0,2,15523,15531,47075,0,2,47075,15531,15529,0,2,47075,15529,15524,0,2,15525,15524,15530,0,2,15525,15530,15528,0,2,15525,15528,15572,0,2,15572,15427,15534,0,2,15426,15572,15419,0,2,15426,15419,15527,0,2,15527,15419,15526,0,2,15527,15526,15421,0,2,15527,15421,15509,0,2,15529,15530,15524,0,2,15528,15419,15572,0,2,15419,15528,15517,0,2,15517,15528,15530,0,2,15517,15530,15418,0,2,15418,15530,15529,0,2,15418,15529,15531,0,2,15532,15531,15522,0,2,15531,15532,15417,0,2,15417,15532,15521,0,2,15426,15527,47074,0,2,15525,15572,47094,0,2,47094,15572,15533,0,2,15534,15093,15535,0,2,15535,15093,15559,0,2,15535,15559,15536,0,2,47088,47090,15537,0,2,47088,15537,15538,0,2,15540,15539,15550,0,2,15540,15550,15541,0,2,15541,15550,15549,0,2,15541,15549,15542,0,2,15542,15571,15543,0,2,47098,15543,15544,0,2,47110,15544,15545,0,2,15059,15058,15548,0,2,15059,15548,47444,0,2,15058,15547,15548,0,2,15549,15548,15542,0,2,47408,15551,15552,0,2,15553,15552,15555,0,2,15555,15564,15566,0,2,15555,15566,15554,0,2,15554,15566,15084,0,2,15567,15568,47144,0,2,15567,47144,15089,0,2,15089,47144,15562,0,2,15089,15562,15090,0,2,15559,15562,15536,0,2,15536,15560,15561,0,2,15561,15560,47478,0,2,15561,47478,15537,0,2,15538,15537,15556,0,2,15538,15556,15539,0,2,15561,15537,47090,0,2,15536,15562,15560,0,2,15090,15562,15091,0,2,15091,15562,15559,0,2,15563,15567,15564,0,2,15563,15564,15569,0,2,15569,15564,15565,0,2,15565,15564,15555,0,2,15565,15555,15552,0,2,15570,15084,15566,0,2,15558,15568,15569,0,2,15569,15565,15552,0,2,15552,15551,15569,0,2,15558,15569,47478,0,2,47478,15569,15557,0,2,15557,15569,15551,0,2,15557,15551,47409,0,2,15556,15557,47409,0,2,15556,47409,15550,0,2,15568,15563,15569,0,2,15563,15568,15567,0,2,15567,15088,15087,0,2,15567,15087,15564,0,2,15564,15087,15085,0,2,15564,15085,15566,0,2,15566,15085,15570,0,2,15542,15548,15571,0,2,15543,15571,15544,0,2,15544,15571,15546,0,2,15544,15546,15545,0,2,15571,15548,15546,0,2,15534,15533,15572,0,2,15573,15367,15574,0,2,15515,15575,15513,0,2,15515,15516,15575,0,2,15575,15516,15577,0,2,15575,15577,15574,0,2,15574,15577,15576,0,2,15574,15576,15573,0,2,15573,15576,15414,0,2,15415,15576,15577,0,2,15415,15577,15416,0,2,15416,15577,15516,0,2,15575,15372,15513,0,2,15374,15518,15388,0,2,15388,15518,15387,0,2,15387,15518,15511,0,2,15310,15322,15578,0,2,15578,15325,15579,0,2,15579,15587,15589,0,2,15589,15587,15345,0,2,15587,15579,15580,0,2,15580,15326,15581,0,2,15326,15580,15325,0,2,15325,15580,15579,0,2,15582,15586,15583,0,2,15339,15583,15585,0,2,15337,15585,15328,0,2,15328,15585,15583,0,2,15339,15335,15584,0,2,15327,15586,15580,0,2,15580,15586,15587,0,2,15586,15582,15587,0,2,15587,15582,15340,0,2,15340,15582,15584,0,2,15339,15584,15583,0,2,15582,15583,15584,0,2,15579,15309,47279,0,2,15309,15589,15588,0,2,15345,47297,15589,0,2,15589,47297,15590,0,2,47296,47293,15306,0,2,15306,47293,47292,0,2,15306,15591,47296,0,2,47296,15591,15590,0,2,15590,15591,15597,0,2,47273,47292,47291,0,2,47273,47291,15305,0,2,47291,15592,46938,0,2,46938,15592,15593,0,2,15593,15592,46940,0,2,15593,46940,46937,0,2,46937,46940,46961,0,2,46937,46961,46935,0,2,46935,46961,46934,0,2,46934,46961,15595,0,2,46934,15595,15594,0,2,15594,15595,15596,0,2,15594,15596,14963,0,2,14963,14962,15594,0,2,15594,14961,46934,0,2,46934,14961,14960,0,2,46934,14960,14959,0,2,14961,15594,14962,0,2,47291,46938,15305,0,2,15589,15590,15588,0,2,15588,15590,15597,0,2,15308,15309,15588,0,2,15579,47279,15578,0,2,15578,47279,15310,0,2,15578,15322,15325,0,2,14958,15302,46936,0,2,14958,46936,46921,0,2,46921,46936,46933,0,2,14955,15300,14957,0,2,15600,14953,15299,0,2,15600,15299,15300,0,2,15300,15299,15598,0,2,15300,15598,15599,0,2,15300,15599,14957,0,2,14955,15600,15300,0,2,15293,15294,15601,0,2,15601,15294,15602,0,2,15603,15602,15607,0,2,14846,15609,15297,0,2,14846,15297,14845,0,2,14845,47267,15298,0,2,14845,15298,14952,0,2,15604,15275,15603,0,2,15603,15275,15274,0,2,15603,15605,15606,0,2,15606,15605,15292,0,2,15603,15606,15602,0,2,15602,15606,15601,0,2,15603,15607,15604,0,2,15604,15607,14846,0,2,14846,15607,15609,0,2,15607,15602,15608,0,2,15608,15602,15294,0,2,15608,15295,15609,0,2,15609,15295,15297,0,2,15608,15609,15607,0,2,15289,15291,15287,0,2,14921,14852,15282,0,2,15282,14853,15241,0,2,14853,15282,14852,0,2,15213,15224,15225,0,2,15222,15220,15610,0,2,15610,15220,15178,0,2,42697,15212,42701,0,2,42701,15212,47022,0,2,42701,47022,46490,0,2,15611,15612,15613,0,2,15191,15613,42650,0,2,15191,42650,15192,0,2,15613,15624,15611,0,2,12363,15670,15614,0,2,12341,12342,15615,0,2,12341,15615,15622,0,2,15622,15615,12334,0,2,15617,15616,15624,0,2,15617,15624,15618,0,2,15619,15657,15620,0,2,15620,12332,15619,0,2,15619,12332,15621,0,2,15616,15617,12333,0,2,12333,15617,15621,0,2,15621,15617,15618,0,2,15621,15618,15619,0,2,12340,12341,15622,0,2,15622,12334,12373,0,2,12335,15622,12373,0,2,15614,15670,12342,0,2,15670,15189,15623,0,2,15623,15189,15190,0,2,15618,15624,15625,0,2,15618,15625,15619,0,2,15619,15625,15626,0,2,15619,15626,15628,0,2,15628,15626,15627,0,2,15628,15627,15630,0,2,15628,15630,15629,0,2,15629,15630,15631,0,2,15631,15630,15633,0,2,15631,15633,15632,0,2,15632,15633,15634,0,2,15632,15634,14873,0,2,15632,14873,46050,0,2,14873,15634,15635,0,2,14873,15635,14872,0,2,14872,15635,15645,0,2,15645,15636,15197,0,2,15637,15197,15638,0,2,15638,15197,15199,0,2,15638,15199,15201,0,2,15638,15201,15639,0,2,15639,15640,15642,0,2,15642,15640,46497,0,2,15642,46497,15641,0,2,15641,46497,14860,0,2,15641,14860,47487,0,2,47487,14863,15641,0,2,15641,14863,15642,0,2,15643,15642,14864,0,2,14864,15642,14863,0,2,15639,15642,15638,0,2,15638,15643,15637,0,2,15637,15644,15197,0,2,15197,15644,15645,0,2,15644,14866,14872,0,2,15644,14872,15645,0,2,46484,15201,46486,0,2,46486,15202,46487,0,2,46487,15202,15203,0,2,46487,15203,15206,0,2,15196,15197,15636,0,2,15196,15636,15645,0,2,15196,15645,15646,0,2,15196,15646,15647,0,2,15647,15646,15633,0,2,15647,15633,15648,0,2,15648,15633,15630,0,2,15648,15630,15627,0,2,15191,15626,15625,0,2,15627,15193,15648,0,2,15648,15193,15647,0,2,15193,15195,15647,0,2,15647,15195,15196,0,2,15633,15646,15634,0,2,15634,15646,15635,0,2,15635,15646,15645,0,2,15649,15632,15650,0,2,15649,15650,15651,0,2,15629,15654,15655,0,2,15655,15654,15651,0,2,15651,15652,15655,0,2,15655,15652,15653,0,2,15653,15629,15655,0,2,15629,15631,15654,0,2,15654,15631,15656,0,2,15649,15651,15656,0,2,15656,15651,15654,0,2,15649,15656,15632,0,2,15632,15656,15631,0,2,15629,15653,15628,0,2,15628,15653,15657,0,2,15628,15657,15619,0,2,15620,15657,15658,0,2,15657,15653,15658,0,2,15658,15653,12330,0,2,12330,15653,15659,0,2,15659,15652,15668,0,2,15668,15652,15660,0,2,15668,15660,15666,0,2,15666,15660,46044,0,2,15666,46044,15661,0,2,15665,42649,14883,0,2,15665,15663,42649,0,2,42649,46052,14882,0,2,14882,46052,15664,0,2,14882,15664,14881,0,2,15665,15666,15661,0,2,15661,15662,15665,0,2,15665,15662,15663,0,2,15659,15653,15652,0,2,12330,15659,15667,0,2,12330,15667,12329,0,2,12326,12327,15667,0,2,15667,12327,12328,0,2,15667,12328,12329,0,2,15659,15668,15667,0,2,15667,15668,12326,0,2,12326,15666,15669,0,2,15669,15666,15665,0,2,15666,12326,15668,0,2,15624,15616,15190,0,2,15190,15616,15615,0,2,15190,15615,15623,0,2,15623,15615,12342,0,2,12342,15670,15623,0,2,12363,15614,12364,0,2,12342,12364,15614,0,2,15188,12362,15187,0,2,15187,12362,12355,0,2,42670,42694,15671,0,2,12360,15674,15673,0,2,15673,15674,15672,0,2,15672,15674,15184,0,2,12360,47223,15674,0,2,15674,47223,15182,0,2,15180,47241,15675,0,2,15177,15179,46184,0,2,15177,46184,47183,0,2,15177,47183,47195,0,2,15676,15176,15177,0,2,47195,15676,15177,0,2,15179,15220,15675,0,2,15675,15220,15180,0,2,15174,15698,15172,0,2,15682,47207,46974,0,2,15682,46974,15681,0,2,15681,46974,15677,0,2,15718,15679,47211,0,2,15718,47211,15678,0,2,15678,47211,15680,0,2,15681,15684,15682,0,2,15677,15680,15681,0,2,15681,15680,15685,0,2,15684,47205,15683,0,2,15684,15683,15682,0,2,47205,15684,15698,0,2,15698,15684,15719,0,2,15719,15684,15685,0,2,15719,15685,15686,0,2,15686,15703,15687,0,2,15689,15688,15699,0,2,15689,15691,15690,0,2,15690,15691,15693,0,2,15693,15691,15692,0,2,15692,15691,15702,0,2,15692,15164,15693,0,2,15693,15164,15168,0,2,15168,15166,15167,0,2,15165,15166,15164,0,2,15164,15166,15168,0,2,15168,15694,15693,0,2,15694,15169,15690,0,2,15690,15169,15695,0,2,15687,15688,15695,0,2,15695,15688,15689,0,2,15695,15689,15690,0,2,15694,15690,15693,0,2,15686,15687,15696,0,2,15696,15687,15695,0,2,15696,15697,15686,0,2,15686,15697,15171,0,2,15686,15171,15719,0,2,15719,15172,15698,0,2,15684,15681,15685,0,2,15685,15680,15686,0,2,15686,15680,15703,0,2,15699,15161,15701,0,2,15701,15161,15466,0,2,15701,15466,15700,0,2,15699,15701,15702,0,2,15699,15702,15691,0,2,15702,15700,15162,0,2,15162,15692,15702,0,2,15700,15702,15701,0,2,15699,15691,15689,0,2,15160,15161,15699,0,2,15160,15699,15717,0,2,15703,15688,15687,0,2,15703,47211,15717,0,2,15717,47211,15679,0,2,15160,15679,15704,0,2,15705,15706,15707,0,2,15707,15706,46972,0,2,15707,46972,15708,0,2,15707,15708,15709,0,2,15709,15710,15715,0,2,15713,15711,46996,0,2,46996,15711,15712,0,2,15712,46989,15157,0,2,15713,46995,15716,0,2,15716,46995,46998,0,2,46998,46995,15714,0,2,46998,15714,15157,0,2,46998,15157,46997,0,2,15157,15714,15712,0,2,15710,15713,15715,0,2,15713,15716,15715,0,2,15715,15716,15709,0,2,15709,15716,15707,0,2,15707,15716,15705,0,2,15679,15160,15717,0,2,15717,15688,15703,0,2,15680,47211,15703,0,2,15677,15678,15680,0,2,15172,15719,15381,0,2,15720,15719,15171,0,2,15381,15720,15380,0,2,15720,15381,15719,0,2,15721,15170,15169,0,2,15170,15721,15697,0,2,15697,15721,15720,0,2,15380,15721,47000,0,2,15721,15380,15720,0,2,46994,47039,47040,0,2,47045,47039,46992,0,2,47045,46992,47049,0,2,47049,46992,15722,0,2,47049,15722,47024,0,2,47024,15722,15723,0,2,15723,46990,15724,0,2,15724,15725,15843,0,2,15726,15843,15845,0,2,15726,15841,15727,0,2,16074,15729,15730,0,2,16070,15730,15731,0,2,15731,16009,16010,0,2,16020,15733,15734,0,2,15735,15795,16026,0,2,16026,15795,15736,0,2,15736,15795,15802,0,2,16028,46545,16027,0,2,46928,15738,46550,0,2,46928,46550,15739,0,2,15742,15741,15743,0,2,15743,15741,15745,0,2,15743,15745,15744,0,2,15744,15745,15750,0,2,15744,15750,15746,0,2,15746,15747,15748,0,2,15746,15748,15749,0,2,15749,15748,14956,0,2,14956,14957,46921,0,2,46921,14957,14958,0,2,46932,15750,15751,0,2,46932,15751,47305,0,2,47305,15751,15752,0,2,47305,15752,47302,0,2,47302,15752,15753,0,2,47302,15753,47303,0,2,47303,46546,15754,0,2,15754,46546,46547,0,2,46543,46536,46535,0,2,46535,46536,15755,0,2,15755,46536,15756,0,2,15755,15756,15790,0,2,15790,15756,46551,0,2,15790,46551,15757,0,2,15758,15757,15797,0,2,15758,15797,15798,0,2,15758,15798,15759,0,2,15759,15798,15990,0,2,15758,15759,15801,0,2,15777,15778,46518,0,2,46518,15778,15779,0,2,14935,15763,15764,0,2,14935,15764,46516,0,2,46516,15764,15765,0,2,15765,15764,46523,0,2,46523,46694,46695,0,2,46523,46695,16342,0,2,16342,46695,15766,0,2,16342,15766,46524,0,2,46524,15766,15767,0,2,15767,15766,46697,0,2,15768,15784,15769,0,2,15769,15784,15770,0,2,15771,15770,15772,0,2,15772,15770,15773,0,2,15773,15781,15774,0,2,15774,15778,15776,0,2,15966,15776,15775,0,2,15775,15762,15966,0,2,15776,46910,15774,0,2,46910,15773,15774,0,2,15775,15776,15777,0,2,15777,15776,15778,0,2,15778,15774,15779,0,2,15780,15781,46693,0,2,46693,15781,15782,0,2,46697,15782,15783,0,2,15774,15781,15780,0,2,15774,15780,15779,0,2,15781,15773,15782,0,2,15782,15784,15938,0,2,15938,15783,15782,0,2,15782,15773,15770,0,2,15782,15770,15784,0,2,46696,46694,15764,0,2,15762,15785,15786,0,2,15760,15786,15787,0,2,15787,15788,15791,0,2,15791,15788,15755,0,2,15801,15789,15758,0,2,15801,15787,15789,0,2,15789,15787,15790,0,2,15791,15790,15787,0,2,15755,15790,15791,0,2,15789,15790,15757,0,2,15789,15757,15758,0,2,15787,15786,15788,0,2,15760,15761,15786,0,2,15786,15761,15762,0,2,15757,46551,15803,0,2,15803,46551,15792,0,2,15804,46553,16005,0,2,16005,46553,15793,0,2,15793,46553,16004,0,2,16004,46553,15794,0,2,16004,15794,15734,0,2,15734,15794,15795,0,2,15802,15794,46553,0,2,15802,15795,15794,0,2,15796,15797,16002,0,2,16002,15797,16005,0,2,15797,15804,16005,0,2,15804,15797,15803,0,2,15757,15803,15797,0,2,15797,15796,15798,0,2,15759,15990,15800,0,2,15799,15971,15972,0,2,15760,15972,46672,0,2,46672,15761,15760,0,2,15799,15760,15800,0,2,15799,15972,15760,0,2,15760,15787,15801,0,2,15801,15759,15800,0,2,15800,15760,15801,0,2,15745,15741,15750,0,2,15803,15802,15804,0,2,15795,15735,15734,0,2,15733,15732,16007,0,2,16007,15732,15980,0,2,15980,15732,16041,0,2,15980,16041,16040,0,2,15980,16040,46554,0,2,15979,15805,15729,0,2,15979,15729,15974,0,2,15974,15729,15728,0,2,15974,15728,15842,0,2,15974,15842,15806,0,2,15807,15808,15851,0,2,15851,15808,15848,0,2,46130,15848,15847,0,2,46130,15847,46126,0,2,46126,15847,15838,0,2,46126,15838,46128,0,2,46128,15838,15809,0,2,15810,46150,47500,0,2,15809,47500,15811,0,2,15811,47500,15812,0,2,15813,15812,46153,0,2,15813,46153,15814,0,2,46125,46128,15811,0,2,15811,46128,15809,0,2,15814,15815,15813,0,2,15813,15811,15812,0,2,15813,15815,46125,0,2,15813,46125,15811,0,2,15810,47500,15809,0,2,15810,15809,46613,0,2,46612,15837,15817,0,2,15817,15837,15839,0,2,15817,15839,15818,0,2,15817,15818,46618,0,2,46618,46971,15819,0,2,15819,47502,15820,0,2,46975,15822,46615,0,2,46615,15822,46609,0,2,46609,15822,15823,0,2,15823,46976,46606,0,2,46606,46976,15824,0,2,15824,46976,15826,0,2,15826,46976,15825,0,2,15826,15825,46984,0,2,15826,46984,15827,0,2,15827,46983,15828,0,2,15829,15830,15831,0,2,15831,15830,15832,0,2,15831,15832,15833,0,2,15833,15832,15834,0,2,15833,15834,15836,0,2,15836,15834,15835,0,2,15831,15833,15828,0,2,15831,15828,46191,0,2,46191,15829,15831,0,2,15828,15833,15827,0,2,15827,15833,15836,0,2,15827,15836,15824,0,2,15827,15824,15826,0,2,15816,46613,15837,0,2,15816,15837,46612,0,2,46613,15838,15837,0,2,15837,15838,15847,0,2,15837,15850,15839,0,2,15818,15839,15840,0,2,15846,15849,46968,0,2,15841,15806,15842,0,2,16074,15728,15729,0,2,15728,15727,15842,0,2,15842,15727,15841,0,2,15841,15726,15845,0,2,47475,15843,46991,0,2,15844,46990,15722,0,2,15722,46990,15723,0,2,46991,15843,15725,0,2,15841,15845,15846,0,2,15846,47475,46969,0,2,15849,46969,15840,0,2,15849,15846,46969,0,2,15841,15846,46968,0,2,15837,15847,15850,0,2,15847,15848,15850,0,2,15850,15848,15849,0,2,15849,15848,15808,0,2,15808,46968,15849,0,2,46968,15808,15807,0,2,15839,15850,15840,0,2,15840,15850,15849,0,2,15851,15848,15852,0,2,47473,46648,15853,0,2,15853,46648,15978,0,2,15978,46648,15854,0,2,15978,15854,15999,0,2,15999,46650,15855,0,2,15855,46650,15856,0,2,15856,46650,15857,0,2,15857,46645,15856,0,2,15856,46645,15858,0,2,15858,15859,46667,0,2,15996,46667,46967,0,2,15993,46967,15860,0,2,15860,46660,15861,0,2,46670,15861,15970,0,2,15970,15861,15862,0,2,15967,15956,15864,0,2,15864,46909,15963,0,2,15962,15958,15769,0,2,15962,15769,15771,0,2,15962,15771,15772,0,2,15962,15772,15968,0,2,15770,15771,15769,0,2,15865,15959,46685,0,2,46685,15959,15866,0,2,46685,15866,15867,0,2,46682,46681,15868,0,2,15870,15868,15869,0,2,15870,15869,15871,0,2,15873,15872,15952,0,2,16374,15907,16373,0,2,15878,15877,15886,0,2,15879,15880,15881,0,2,15881,15880,15882,0,2,15882,15883,15922,0,2,16384,15922,15924,0,2,15878,15886,15879,0,2,15879,15886,15884,0,2,15885,15884,15886,0,2,15908,15909,15887,0,2,15904,15887,15909,0,2,15904,15909,15888,0,2,15888,15909,16376,0,2,16376,15877,15876,0,2,16376,15875,15888,0,2,15889,46686,15891,0,2,15891,46686,15890,0,2,15889,15891,15903,0,2,15903,15891,15893,0,2,15892,15893,15906,0,2,15892,15906,15897,0,2,15897,15952,15894,0,2,15894,15951,15869,0,2,15894,15869,15895,0,2,15894,15895,15896,0,2,15896,15895,46323,0,2,15894,15896,15897,0,2,15892,15897,15898,0,2,15892,15898,15899,0,2,15899,46326,15900,0,2,15900,46326,46291,0,2,46282,46284,15904,0,2,15893,15905,15903,0,2,15903,15900,15901,0,2,15889,15903,15902,0,2,15889,15902,15904,0,2,15903,15901,15902,0,2,15901,46282,15902,0,2,15902,46282,15904,0,2,15904,46284,15887,0,2,15905,15893,15892,0,2,15905,15892,15899,0,2,15905,15899,15900,0,2,15900,15903,15905,0,2,15906,15874,15873,0,2,15874,15890,16374,0,2,16374,15890,15907,0,2,15874,15906,15890,0,2,15907,46686,15888,0,2,15888,46686,15904,0,2,15907,15888,15875,0,2,15952,15906,15873,0,2,15906,15952,15897,0,2,15893,15891,15906,0,2,15906,15891,15890,0,2,15890,46686,15907,0,2,16376,15909,15877,0,2,15909,15908,15877,0,2,15877,15908,15886,0,2,15879,15884,15880,0,2,15883,15910,15922,0,2,15922,15910,15923,0,2,15914,46742,46287,0,2,15914,46287,15912,0,2,12032,46758,46765,0,2,12032,46765,12031,0,2,46758,12034,15912,0,2,15912,12034,15913,0,2,15914,15913,15915,0,2,15913,15914,15912,0,2,15913,12035,15915,0,2,46746,15915,15920,0,2,15917,15918,15924,0,2,15924,15918,12038,0,2,12037,15919,15918,0,2,12034,16534,15913,0,2,15913,16534,12035,0,2,16535,12036,15915,0,2,15915,12036,15920,0,2,15916,15920,15921,0,2,15916,15921,12037,0,2,15917,15916,15918,0,2,15921,15920,16451,0,2,16451,15920,12036,0,2,15880,15884,15883,0,2,15922,15923,46745,0,2,15916,15917,46745,0,2,46745,15917,15924,0,2,46745,15924,15922,0,2,15883,15882,15880,0,2,15873,15925,15872,0,2,15872,15925,15871,0,2,15927,16375,15928,0,2,15928,16375,46689,0,2,15929,46689,46691,0,2,15929,46691,16387,0,2,15929,16387,16388,0,2,15932,46526,15933,0,2,15933,46526,46528,0,2,15933,46528,15934,0,2,15934,46528,15767,0,2,15934,15767,46697,0,2,15934,46697,15949,0,2,15934,15949,15933,0,2,15933,15949,15935,0,2,15935,15947,15936,0,2,15936,15947,15929,0,2,15929,15947,46689,0,2,15928,15937,15942,0,2,15942,15937,15946,0,2,15942,15946,15939,0,2,15939,15948,15938,0,2,46689,15937,15928,0,2,15941,15940,15768,0,2,15784,15768,15938,0,2,15939,15940,15942,0,2,15938,15768,15940,0,2,15938,15940,15939,0,2,15768,15865,15941,0,2,15928,15942,15927,0,2,15927,15942,15926,0,2,15870,46684,15868,0,2,15868,46684,46682,0,2,15870,15926,15942,0,2,15942,15940,15870,0,2,15933,15935,15943,0,2,15933,15943,15932,0,2,15932,15943,15944,0,2,15932,15944,15931,0,2,15931,15944,15930,0,2,15930,15944,15945,0,2,15930,15945,16388,0,2,16388,15945,15936,0,2,16388,15936,15929,0,2,15936,15945,15935,0,2,15944,15943,15945,0,2,15945,15943,15935,0,2,15946,15948,15939,0,2,15946,15937,15947,0,2,15947,15937,46689,0,2,15948,15949,15783,0,2,15783,15938,15948,0,2,15949,15948,15935,0,2,15935,15948,15947,0,2,15946,15947,15948,0,2,15926,15871,15925,0,2,15926,15925,15950,0,2,15950,15925,15873,0,2,15950,15873,15874,0,2,15926,15950,15927,0,2,15927,15950,16375,0,2,15871,15869,15951,0,2,15871,15951,15872,0,2,15952,15872,15894,0,2,15894,15872,15951,0,2,46680,15957,15953,0,2,46115,46116,46907,0,2,15955,46908,46664,0,2,46664,46908,15956,0,2,15867,15866,46680,0,2,46680,15866,15957,0,2,15954,15957,15961,0,2,15954,15953,15957,0,2,46279,15960,46116,0,2,46116,15960,46907,0,2,15963,46909,15958,0,2,15958,46909,15959,0,2,15959,46909,15960,0,2,46909,46907,15960,0,2,46279,15961,15960,0,2,15769,15958,15865,0,2,15865,15958,15959,0,2,15957,15866,15961,0,2,15960,15961,15959,0,2,15959,15961,15866,0,2,15769,15865,15768,0,2,15958,15962,15963,0,2,15863,15956,15862,0,2,15862,15967,15970,0,2,46671,15970,15964,0,2,15964,15969,15965,0,2,15966,15965,15776,0,2,15966,15762,46672,0,2,46672,15762,15761,0,2,15862,15956,15967,0,2,15970,15967,15969,0,2,15965,15969,15968,0,2,15967,15864,15969,0,2,15969,15864,15963,0,2,15969,15963,15968,0,2,15968,15963,15962,0,2,15969,15964,15970,0,2,15861,46670,15860,0,2,15971,46671,15972,0,2,15972,46671,15964,0,2,15973,15856,15858,0,2,46555,47471,46556,0,2,46556,47471,15975,0,2,46556,15975,15976,0,2,15988,15975,47471,0,2,15988,47471,47472,0,2,15988,47472,15987,0,2,15987,47472,15978,0,2,15987,15978,15977,0,2,16000,15978,15999,0,2,15805,15979,16040,0,2,16040,15979,46554,0,2,15980,15981,16007,0,2,16007,15981,15982,0,2,15982,15981,15983,0,2,15984,15986,15796,0,2,15985,15986,15987,0,2,15988,16003,15975,0,2,15975,16003,15976,0,2,15985,15989,15990,0,2,15989,46911,15991,0,2,15860,15971,15992,0,2,15860,15992,15993,0,2,15995,15993,15997,0,2,15994,15973,15995,0,2,15995,15973,15996,0,2,46667,15996,15858,0,2,15858,15996,15973,0,2,15992,15971,15991,0,2,15992,15991,46911,0,2,15992,46911,15997,0,2,15998,16000,15999,0,2,16000,16001,15978,0,2,15978,16001,15977,0,2,16000,15998,16001,0,2,46911,16001,15997,0,2,15997,16001,15998,0,2,15977,15985,15987,0,2,15985,15977,15989,0,2,15989,15977,16001,0,2,15989,16001,46911,0,2,15991,15971,15799,0,2,15799,15800,15991,0,2,15991,15800,15989,0,2,15985,15798,15796,0,2,15796,16002,15984,0,2,15984,16002,16006,0,2,15984,16006,15983,0,2,15985,15796,15986,0,2,16003,15988,15987,0,2,16003,15987,15986,0,2,15983,15976,16003,0,2,15983,16003,15984,0,2,15984,16003,15986,0,2,15983,15981,15976,0,2,15733,16007,16004,0,2,16004,15734,15733,0,2,16004,16006,15793,0,2,15793,16006,16005,0,2,16005,16006,16002,0,2,15983,16006,15982,0,2,15982,16006,16007,0,2,16007,16006,16004,0,2,16041,15732,16008,0,2,16041,16008,16009,0,2,16011,16039,16013,0,2,16012,16013,16038,0,2,16022,16038,16014,0,2,16021,16014,16015,0,2,16025,16015,47468,0,2,16025,47468,16016,0,2,16025,16016,16017,0,2,16025,16017,16026,0,2,15734,16017,16020,0,2,16020,16017,16016,0,2,16020,16016,16018,0,2,16018,47469,16019,0,2,16019,47469,16008,0,2,15732,15733,16008,0,2,16008,15733,16020,0,2,16008,16020,16019,0,2,16019,16020,16018,0,2,16025,16024,16021,0,2,16014,16021,16022,0,2,15129,16022,15130,0,2,16024,16022,16021,0,2,16023,15131,16024,0,2,16024,15131,15130,0,2,16024,15130,16022,0,2,16024,16025,16023,0,2,16023,16025,16030,0,2,15134,16030,15135,0,2,15134,16023,16030,0,2,15135,15736,16029,0,2,15137,15136,16027,0,2,16027,15136,16028,0,2,16028,15136,16029,0,2,15737,16029,15736,0,2,16027,15138,15137,0,2,15735,16026,16017,0,2,15735,16017,15734,0,2,16025,16026,16030,0,2,15135,16030,15736,0,2,15736,16030,16026,0,2,16022,15129,16038,0,2,16038,15129,15128,0,2,15128,16031,16012,0,2,16012,16031,16032,0,2,16032,15127,15126,0,2,15127,16032,16031,0,2,16038,15128,16012,0,2,16034,16033,16035,0,2,16034,16035,16036,0,2,16036,16035,47464,0,2,16034,16011,16033,0,2,16033,16011,16013,0,2,16033,16013,16012,0,2,16011,16034,16037,0,2,47466,16037,47071,0,2,16010,16009,16008,0,2,15126,16035,16032,0,2,16012,16032,16033,0,2,16033,16032,16035,0,2,16021,16015,16025,0,2,16038,16013,16014,0,2,16014,16013,16039,0,2,16014,16039,16015,0,2,16009,16040,16041,0,2,47159,15144,16042,0,2,16042,15144,16053,0,2,16053,15144,16043,0,2,16044,16045,15146,0,2,16047,16048,15436,0,2,15436,16048,15441,0,2,16048,16046,15441,0,2,15441,16046,16045,0,2,15441,16045,15444,0,2,15444,16045,16044,0,2,15147,16045,16049,0,2,15147,16049,47068,0,2,15147,47068,47462,0,2,47462,47068,47061,0,2,16050,47463,47061,0,2,47463,15149,47061,0,2,15149,47462,47061,0,2,16044,16051,15445,0,2,15445,16051,16054,0,2,16044,15145,16051,0,2,16051,15145,16042,0,2,16053,16054,16051,0,2,16053,16051,16042,0,2,15445,16054,15446,0,2,16043,15144,15141,0,2,15141,15144,15142,0,2,16053,16043,16052,0,2,16053,16052,16054,0,2,16043,15454,16052,0,2,15453,16052,15454,0,2,15119,15141,16055,0,2,15120,16056,16082,0,2,16082,16089,47338,0,2,47338,16089,16057,0,2,15141,15143,16055,0,2,16055,15143,16058,0,2,16055,16058,16056,0,2,16056,16060,16059,0,2,16059,16060,16083,0,2,16083,16060,16078,0,2,16078,16060,16061,0,2,16077,16062,47167,0,2,16077,47167,47054,0,2,16064,47054,16063,0,2,16064,16063,16065,0,2,16065,16063,16066,0,2,16066,47053,46916,0,2,47069,16067,47056,0,2,47069,47056,16068,0,2,16069,16071,16070,0,2,15730,16070,16071,0,2,15730,16071,16073,0,2,16073,47026,16072,0,2,16072,15724,15843,0,2,16074,15730,16073,0,2,15728,16074,15727,0,2,16074,16073,15727,0,2,15727,16073,16072,0,2,16072,15726,15727,0,2,15726,16072,15843,0,2,16070,47070,16069,0,2,16069,47070,16068,0,2,47163,47162,47459,0,2,16075,15145,15146,0,2,16076,16075,15146,0,2,15145,16075,16042,0,2,16042,16075,47159,0,2,16079,16078,16064,0,2,16080,16079,16064,0,2,16080,16064,16065,0,2,16064,16077,47054,0,2,16062,16077,16061,0,2,16077,16064,16078,0,2,16061,16077,16078,0,2,16083,16079,16080,0,2,16083,16080,16081,0,2,16083,16081,16082,0,2,16083,16082,16059,0,2,16059,16082,16056,0,2,16080,16065,16084,0,2,16085,16084,47465,0,2,16085,47465,15126,0,2,15126,47465,47464,0,2,15126,15125,16085,0,2,16086,16085,16087,0,2,16087,15123,15122,0,2,15122,15123,16325,0,2,15124,15123,16085,0,2,15124,16085,15125,0,2,16085,15123,16087,0,2,16085,16086,16084,0,2,16087,15122,16088,0,2,16081,16086,16089,0,2,16089,16086,16088,0,2,16088,16086,16087,0,2,16089,16082,16081,0,2,16057,16089,16088,0,2,16086,16081,16084,0,2,16084,16081,16080,0,2,15108,15109,15110,0,2,15108,15110,16139,0,2,16139,15110,16090,0,2,16139,16090,16092,0,2,16094,47135,16095,0,2,16095,47135,16101,0,2,16096,16101,16102,0,2,16097,16102,16103,0,2,16097,16113,47461,0,2,47461,47143,16141,0,2,16141,47143,16098,0,2,16102,16097,16096,0,2,16096,16097,16142,0,2,16102,16101,47136,0,2,16102,47136,16093,0,2,16102,16093,16103,0,2,16104,16103,16105,0,2,16104,16105,16137,0,2,16115,16106,16272,0,2,16115,16272,16107,0,2,16107,16108,16109,0,2,16110,47395,16111,0,2,15073,16112,15074,0,2,16103,16104,16097,0,2,16097,16104,16113,0,2,16113,16137,16114,0,2,16114,16115,16117,0,2,16117,16115,16116,0,2,16116,16115,16107,0,2,16114,16117,47460,0,2,47460,16117,47142,0,2,47142,16117,16116,0,2,16116,16118,16153,0,2,16153,16118,16119,0,2,16120,16119,47407,0,2,16120,47407,16121,0,2,16126,16122,16123,0,2,16152,16123,16148,0,2,16128,15080,16125,0,2,16145,16125,15080,0,2,15079,15078,16126,0,2,16129,16127,15070,0,2,16129,15070,15069,0,2,16128,15069,15080,0,2,15069,15068,15080,0,2,16130,16129,16124,0,2,16129,15069,16124,0,2,16124,15069,16128,0,2,15071,16127,16126,0,2,15071,16126,15078,0,2,16126,16127,16122,0,2,16123,16122,16148,0,2,16148,16122,16130,0,2,16130,16122,16129,0,2,16129,16122,16127,0,2,15079,16121,16131,0,2,16229,16131,47442,0,2,16121,47407,16132,0,2,16131,16132,47442,0,2,47442,16132,16133,0,2,16134,16133,16111,0,2,16111,16133,16135,0,2,16111,16135,16110,0,2,16135,16118,16109,0,2,16109,16118,16136,0,2,16133,16132,16135,0,2,16131,16121,16132,0,2,16114,47460,16113,0,2,16113,16104,16137,0,2,16114,16137,16106,0,2,16105,16106,16137,0,2,16114,16106,16115,0,2,16092,47134,16091,0,2,16091,47134,15106,0,2,16091,16138,15107,0,2,15106,16138,16091,0,2,16091,15107,16139,0,2,16091,16139,16092,0,2,15502,15500,15094,0,2,15085,15086,16100,0,2,16140,16100,16099,0,2,16140,16099,16142,0,2,16147,16100,16140,0,2,16147,16140,16098,0,2,16098,16140,16141,0,2,16142,16097,47461,0,2,16142,47461,16141,0,2,16142,16141,16140,0,2,15554,15083,15555,0,2,15082,16143,15083,0,2,16143,15553,15555,0,2,16143,16144,15553,0,2,15553,16144,15552,0,2,16143,15555,15083,0,2,15064,15081,15063,0,2,15081,16145,15065,0,2,15064,15082,16145,0,2,16145,15082,16125,0,2,16128,16125,15084,0,2,16128,15084,16146,0,2,16146,16147,16124,0,2,16148,16149,16152,0,2,16152,16154,16150,0,2,16150,16151,16123,0,2,16151,16120,15079,0,2,15079,16120,16121,0,2,16151,15079,16126,0,2,16151,16126,16123,0,2,16150,16123,16152,0,2,16148,16130,16124,0,2,16124,16128,16146,0,2,16120,16151,16150,0,2,16120,16150,16119,0,2,47450,16154,16152,0,2,47450,16152,16149,0,2,16150,16154,16153,0,2,16119,16150,16153,0,2,16147,16098,16124,0,2,15083,15084,16125,0,2,15083,16125,15082,0,2,15084,15083,15554,0,2,15062,16155,15061,0,2,15061,16155,16156,0,2,16156,16157,47431,0,2,47431,16157,16189,0,2,16189,15066,16193,0,2,16193,15066,16158,0,2,16158,47350,16193,0,2,16193,47350,16180,0,2,16178,47349,16166,0,2,16178,16166,16167,0,2,16169,16167,16168,0,2,16169,16176,16182,0,2,16182,16176,16195,0,2,16195,16176,15056,0,2,47351,15056,16159,0,2,16160,16159,16170,0,2,16160,16170,16171,0,2,16160,16171,16177,0,2,16160,16177,47354,0,2,47354,16177,16161,0,2,47424,16161,16162,0,2,47448,16172,16173,0,2,47448,16173,16174,0,2,47448,16174,16163,0,2,16164,16163,16165,0,2,16166,16165,16167,0,2,16169,16168,16170,0,2,16177,16171,16172,0,2,16168,16167,16174,0,2,16174,16165,16163,0,2,16174,16167,16165,0,2,16165,16166,16164,0,2,16173,16172,16175,0,2,16168,16175,16170,0,2,16168,16174,16175,0,2,16175,16174,16173,0,2,16172,16171,16175,0,2,16175,16171,16170,0,2,16176,16169,16170,0,2,16176,16170,16159,0,2,16159,15056,16176,0,2,16162,16161,16177,0,2,16177,16172,16162,0,2,16167,16169,16181,0,2,16167,16181,16178,0,2,16179,16185,16191,0,2,16191,16180,16179,0,2,16178,16179,47349,0,2,47349,16179,16180,0,2,16181,16169,16182,0,2,16183,16182,16186,0,2,16183,16186,16185,0,2,16183,16185,16179,0,2,16183,16179,16181,0,2,16178,16181,16179,0,2,16186,16182,15057,0,2,16186,15057,16184,0,2,16184,15058,15060,0,2,16187,16186,47449,0,2,16192,16187,16188,0,2,16188,47431,16189,0,2,47431,16188,16194,0,2,16186,16187,16185,0,2,16185,16187,16191,0,2,16193,16191,16192,0,2,16193,16192,16188,0,2,16193,16188,16189,0,2,16193,16180,16191,0,2,16191,16187,16192,0,2,16186,16184,47449,0,2,16187,47449,16194,0,2,16188,16187,16194,0,2,16194,47449,16190,0,2,16190,47449,15060,0,2,15061,16156,16190,0,2,16182,16195,15057,0,2,16195,15055,16196,0,2,16196,15054,47107,0,2,16196,15055,15054,0,2,15057,16195,16197,0,2,15057,16197,16184,0,2,16195,16196,16197,0,2,47358,15052,15053,0,2,16198,16214,15027,0,2,15027,16214,15029,0,2,15027,15026,16198,0,2,16198,15026,15025,0,2,47380,47379,47381,0,2,15023,47381,47376,0,2,47381,15022,47380,0,2,16200,16199,47419,0,2,47426,47447,16202,0,2,47426,47423,47424,0,2,47426,47424,16162,0,2,16203,16199,16217,0,2,47440,16217,16204,0,2,47440,16204,47438,0,2,47439,16206,16207,0,2,16208,47437,16209,0,2,16209,47437,16210,0,2,15032,16211,16210,0,2,16211,15030,16212,0,2,16212,15030,16213,0,2,16213,15029,16214,0,2,16213,16214,47416,0,2,47416,16214,16215,0,2,15030,16211,15031,0,2,16199,16216,16217,0,2,16217,16216,16221,0,2,16217,15019,16204,0,2,16204,15019,15018,0,2,15016,47373,16218,0,2,16218,16236,15008,0,2,15008,16236,16219,0,2,16219,16236,47479,0,2,47441,47479,16220,0,2,16222,16223,47341,0,2,47341,16223,16230,0,2,16224,16231,47344,0,2,16228,16222,16225,0,2,16226,16229,16225,0,2,47443,16227,47441,0,2,47441,16227,15075,0,2,15073,16227,15072,0,2,16221,16228,16220,0,2,16225,16229,47443,0,2,16228,16221,16222,0,2,47434,16231,16233,0,2,16232,16233,47446,0,2,47446,16233,16201,0,2,16201,16234,16200,0,2,16200,16235,15020,0,2,15020,16223,16222,0,2,15020,16235,16223,0,2,16223,16235,16230,0,2,16230,16235,16231,0,2,16201,16233,16234,0,2,16233,16231,16234,0,2,16234,16231,16235,0,2,16230,16231,16224,0,2,16218,15018,16236,0,2,15019,16236,15018,0,2,15018,16218,47372,0,2,47372,16218,47373,0,2,16220,47479,15019,0,2,15019,47479,16236,0,2,15015,15016,15007,0,2,16238,15004,15033,0,2,47386,15033,15002,0,2,15004,15002,15033,0,2,16237,16238,16239,0,2,16239,16238,16210,0,2,16239,16210,47437,0,2,16210,16238,15032,0,2,15032,16238,15033,0,2,15005,16237,16239,0,2,15014,15005,16240,0,2,15014,16240,15015,0,2,16240,15005,16239,0,2,16240,16239,15017,0,2,15017,16239,47437,0,2,15001,16241,16242,0,2,16242,16243,16253,0,2,16253,16244,16250,0,2,16250,16244,16245,0,2,16245,16293,16287,0,2,16247,16287,16246,0,2,16247,16246,16249,0,2,16249,16246,14981,0,2,16249,16260,16248,0,2,16249,16248,16251,0,2,16249,16251,16250,0,2,16250,16251,16253,0,2,16250,16245,16249,0,2,16260,16249,14981,0,2,16287,16247,16245,0,2,16245,16247,16249,0,2,15001,16242,15000,0,2,15000,16251,16252,0,2,14999,15050,16255,0,2,15000,16242,16253,0,2,15000,16253,16251,0,2,16251,16248,16252,0,2,16255,15050,16254,0,2,16254,15050,16252,0,2,16241,47385,16242,0,2,16256,16244,16243,0,2,16256,16243,15004,0,2,15004,16243,15003,0,2,16257,14996,16258,0,2,16257,16258,14995,0,2,47387,14997,14996,0,2,14996,14997,16254,0,2,14996,16254,16258,0,2,14994,16258,16248,0,2,14994,16248,16260,0,2,16248,16258,16252,0,2,16252,16258,16254,0,2,14997,16255,16254,0,2,14995,16258,14994,0,2,16259,14982,15349,0,2,14982,16259,16260,0,2,14982,16260,14981,0,2,14980,14981,16246,0,2,14980,16246,16261,0,2,16261,16288,16262,0,2,16262,16288,16302,0,2,16262,16302,16263,0,2,16263,16302,16264,0,2,16265,16264,16304,0,2,16265,16304,16266,0,2,16267,47392,16278,0,2,16278,47392,47404,0,2,16278,47404,16268,0,2,16268,47404,47405,0,2,16268,47405,47402,0,2,16279,47402,16269,0,2,16269,47406,16276,0,2,15113,16270,15111,0,2,15111,16270,16275,0,2,16275,16270,16272,0,2,16272,16270,16271,0,2,16272,16271,16108,0,2,16107,16272,16108,0,2,16274,16275,47139,0,2,47139,16275,16105,0,2,16105,16275,16106,0,2,16106,16275,16272,0,2,16275,16274,15111,0,2,15111,16274,47453,0,2,16270,16273,16271,0,2,16270,15113,16273,0,2,15113,15114,16273,0,2,16273,15114,16276,0,2,16276,15114,15115,0,2,16276,15115,15116,0,2,16276,15116,16269,0,2,16279,16277,16268,0,2,16268,16277,14974,0,2,16268,14974,16278,0,2,16278,16280,16267,0,2,16267,16280,16266,0,2,47402,16279,16268,0,2,16279,16269,15116,0,2,16278,14974,16280,0,2,16280,16283,16266,0,2,14974,14975,16280,0,2,16280,14975,16281,0,2,16280,16281,16283,0,2,16266,16283,16265,0,2,16283,16281,16282,0,2,16263,16282,14979,0,2,14979,16262,16263,0,2,16283,16282,16265,0,2,16265,16282,16264,0,2,16264,16282,16263,0,2,16262,16305,16261,0,2,16261,16305,14980,0,2,16277,16279,16284,0,2,16284,16279,15116,0,2,16284,15116,16286,0,2,16277,16284,14973,0,2,14973,16332,16285,0,2,14973,16284,16286,0,2,14973,16286,16332,0,2,16261,16246,16287,0,2,16261,16287,16288,0,2,16288,16287,16293,0,2,16288,16293,16289,0,2,47399,47410,16298,0,2,47399,16298,16291,0,2,15074,16292,15009,0,2,15009,16292,15076,0,2,15077,15076,16291,0,2,15077,16291,15010,0,2,16293,16245,16294,0,2,16295,16294,15006,0,2,16295,15006,15012,0,2,16295,15012,16296,0,2,16296,15012,16297,0,2,16296,16297,15011,0,2,16296,15011,16299,0,2,16299,15011,15010,0,2,16299,15010,16298,0,2,16298,15010,16291,0,2,16296,16299,16295,0,2,16298,47410,16290,0,2,16298,16290,16300,0,2,16300,16293,16295,0,2,16289,16293,16300,0,2,16289,16300,16303,0,2,16303,16300,16290,0,2,16293,16294,16295,0,2,16294,16245,16256,0,2,16294,16256,15006,0,2,16245,16244,16256,0,2,15004,16301,16256,0,2,16237,15006,16301,0,2,16301,15006,16256,0,2,16243,16244,16253,0,2,16264,16302,16304,0,2,16304,16302,16289,0,2,16304,16289,16303,0,2,16303,16290,16266,0,2,16303,16266,16304,0,2,16289,16302,16288,0,2,16260,16259,14994,0,2,16259,47156,14994,0,2,14984,14985,14992,0,2,14992,14985,14991,0,2,46954,16312,14988,0,2,14986,14985,14979,0,2,14979,14985,16305,0,2,14980,16305,14983,0,2,14983,16305,14985,0,2,16285,14972,14971,0,2,16285,14971,16306,0,2,16306,14971,16315,0,2,16306,16315,16277,0,2,14988,16310,47320,0,2,47320,16311,14989,0,2,46962,16311,14990,0,2,16310,14988,16312,0,2,16309,16313,16314,0,2,47325,16314,16307,0,2,47325,16308,16314,0,2,16314,16308,16309,0,2,16309,16312,16313,0,2,16314,16313,14975,0,2,16314,14975,16307,0,2,16307,14975,16315,0,2,16315,14975,14974,0,2,16277,16315,14974,0,2,14961,16336,16337,0,2,47313,16337,16316,0,2,16318,16316,15124,0,2,16318,15124,16317,0,2,16317,15124,15125,0,2,16318,16317,16323,0,2,16318,16323,47317,0,2,46927,16319,16322,0,2,46927,16322,16320,0,2,46924,16320,15129,0,2,46924,15129,15130,0,2,15129,16320,16321,0,2,15128,16321,16323,0,2,15128,16323,16031,0,2,16031,16323,16317,0,2,47317,16323,16319,0,2,16319,16323,16322,0,2,16323,16321,16322,0,2,16322,16321,16320,0,2,15124,16316,16324,0,2,16337,16324,16316,0,2,16325,16336,16326,0,2,16336,14963,16326,0,2,16326,16335,16327,0,2,15121,15122,16327,0,2,16327,16325,16326,0,2,16326,14963,14965,0,2,16326,14965,16335,0,2,16335,14965,16328,0,2,14967,16328,14966,0,2,16055,16331,15119,0,2,15119,16331,16334,0,2,47332,47331,16333,0,2,16332,16333,16285,0,2,16285,16333,14972,0,2,14968,47334,14967,0,2,14966,16328,14965,0,2,16327,16335,15121,0,2,15121,16335,47333,0,2,15121,47333,16057,0,2,16324,16337,16325,0,2,16325,16337,16336,0,2,14961,16337,14960,0,2,16337,47313,14960,0,2,14960,47313,47318,0,2,14928,14927,47286,0,2,47286,14927,16338,0,2,14927,14926,16338,0,2,16338,14926,16339,0,2,14950,14926,16340,0,2,14950,16340,14924,0,2,16347,16342,46700,0,2,16347,46700,16345,0,2,16345,46701,16343,0,2,16343,46701,16344,0,2,16344,46701,14830,0,2,16344,14832,16343,0,2,16343,14832,16345,0,2,14832,14834,16345,0,2,16345,14834,16346,0,2,16345,16346,16347,0,2,16347,16346,46513,0,2,46513,16346,46512,0,2,46512,16346,14836,0,2,46512,14836,16341,0,2,16347,46513,46515,0,2,16347,46515,16342,0,2,16348,14839,46510,0,2,14836,14837,16341,0,2,16341,14837,16348,0,2,14840,16349,46510,0,2,14823,14824,12046,0,2,12046,14824,16350,0,2,16351,14826,16391,0,2,16351,16391,16352,0,2,16353,16352,16392,0,2,16353,16392,46703,0,2,46599,16355,46601,0,2,46601,16355,46600,0,2,46600,16356,16357,0,2,16357,16356,16385,0,2,16357,16385,16358,0,2,16360,16359,16369,0,2,16360,16369,16361,0,2,16362,16368,46602,0,2,16363,16368,16365,0,2,16363,16365,16351,0,2,16351,16365,16364,0,2,16364,16365,12045,0,2,12045,16365,12044,0,2,12044,16365,16366,0,2,12044,16366,16367,0,2,16367,16366,16362,0,2,16362,16366,16368,0,2,16362,16361,12041,0,2,16362,12041,16397,0,2,12041,16361,16369,0,2,16369,16359,16380,0,2,16380,16359,16370,0,2,15876,16371,16385,0,2,15876,16385,16376,0,2,15907,16372,16373,0,2,16374,46687,15874,0,2,15874,46687,15950,0,2,15907,15875,16372,0,2,16372,15875,16376,0,2,16376,16385,16372,0,2,16371,15878,16370,0,2,16370,15878,16377,0,2,16377,15878,15879,0,2,15878,16371,15877,0,2,15879,15881,16377,0,2,16377,15881,16378,0,2,16369,16381,16379,0,2,12041,16369,16379,0,2,16369,16380,16381,0,2,16381,16380,16378,0,2,16378,16380,16377,0,2,16380,16370,16377,0,2,12040,16379,16381,0,2,12040,16381,16382,0,2,16383,15882,15922,0,2,16383,15922,16384,0,2,15881,15882,16383,0,2,15881,16383,16378,0,2,16378,16383,16382,0,2,16378,16382,16381,0,2,16382,16383,12039,0,2,16371,16358,16385,0,2,16386,16355,16387,0,2,16387,16355,16388,0,2,16387,46691,46692,0,2,16386,46692,16389,0,2,16385,16356,16389,0,2,16356,16386,16389,0,2,16355,16354,16388,0,2,16388,16354,15930,0,2,16355,16386,16356,0,2,16355,16356,46600,0,2,16371,16370,16358,0,2,16358,16370,16359,0,2,16366,16365,16368,0,2,16361,16362,16360,0,2,16358,16359,16357,0,2,16357,16359,16390,0,2,16360,16390,16359,0,2,14824,14825,16350,0,2,14825,14826,16350,0,2,14826,14828,16391,0,2,16392,16393,16396,0,2,15930,16396,15931,0,2,16392,16396,46703,0,2,16392,16352,16393,0,2,16391,14828,14829,0,2,16391,14829,16393,0,2,16393,14829,16394,0,2,15931,16395,46527,0,2,15931,46527,15932,0,2,15931,16396,16395,0,2,16395,16396,16394,0,2,16394,16396,16393,0,2,14829,14830,16394,0,2,12041,12040,16437,0,2,16367,16397,12042,0,2,15921,16451,12037,0,2,12037,16451,16448,0,2,16398,16448,16452,0,2,16427,16452,16399,0,2,16399,16400,16425,0,2,16426,16400,16478,0,2,16426,16478,16401,0,2,16401,16478,16472,0,2,16401,16472,16415,0,2,16415,16402,16403,0,2,16403,16404,16409,0,2,46764,16406,16405,0,2,16405,16406,16407,0,2,16405,16407,16408,0,2,16408,16442,16413,0,2,16413,16442,16418,0,2,16418,16429,16411,0,2,16411,16415,16403,0,2,16403,16410,16411,0,2,16411,16412,16418,0,2,16418,16412,16413,0,2,16403,16409,16410,0,2,16410,16412,16411,0,2,16410,16409,16412,0,2,16409,46764,16412,0,2,16412,16414,16413,0,2,16408,16413,16414,0,2,16405,16414,46764,0,2,16414,16405,16408,0,2,16430,16417,16418,0,2,16444,16431,16419,0,2,16444,16419,16420,0,2,16444,16420,16430,0,2,16430,16420,16417,0,2,16421,16420,16428,0,2,16420,16421,16417,0,2,16417,16421,16422,0,2,16417,16422,16416,0,2,16415,16416,16401,0,2,16401,16422,16423,0,2,16400,16426,16425,0,2,16401,16423,16426,0,2,16421,16424,16423,0,2,16423,16424,16425,0,2,16425,16426,16423,0,2,16422,16421,16423,0,2,16399,16425,16427,0,2,16452,16427,16398,0,2,16398,16427,16425,0,2,16398,16425,16424,0,2,16419,15919,16420,0,2,15919,16450,16420,0,2,16420,16450,16428,0,2,16428,16450,16421,0,2,16421,16450,16424,0,2,16416,16415,16411,0,2,16416,16411,16429,0,2,16431,16444,16432,0,2,16432,16433,16431,0,2,16431,16433,16419,0,2,16419,16433,16445,0,2,16445,16433,16434,0,2,16445,16434,16435,0,2,16436,12042,16397,0,2,16397,16437,16436,0,2,16435,16434,16436,0,2,16436,16434,16439,0,2,16436,16439,12042,0,2,12042,16439,16438,0,2,12042,16438,12043,0,2,12043,16438,14819,0,2,16434,16433,16439,0,2,16433,16432,16438,0,2,16438,16432,16443,0,2,14817,16441,16408,0,2,14817,16408,14816,0,2,14816,16408,16407,0,2,16408,16441,16440,0,2,16442,16440,16443,0,2,16444,16430,16418,0,2,16444,16418,16442,0,2,16444,16442,16432,0,2,16432,16442,16443,0,2,16440,16442,16408,0,2,16440,14819,16443,0,2,16443,14819,16438,0,2,16438,16439,16433,0,2,16445,16446,12038,0,2,12038,16446,15924,0,2,16445,16435,16446,0,2,16384,15924,16446,0,2,16446,16435,16447,0,2,16446,16447,12039,0,2,12040,16447,16437,0,2,16436,16437,16435,0,2,16435,16437,16447,0,2,16418,16417,16429,0,2,16429,16417,16416,0,2,12037,16448,16449,0,2,16450,16449,16424,0,2,12037,16449,16450,0,2,16448,16398,16449,0,2,16424,16449,16398,0,2,16448,16451,16452,0,2,16452,16451,16494,0,2,16452,16494,16537,0,2,16454,46725,16475,0,2,16455,46411,16491,0,2,16488,16456,16457,0,2,16457,46415,16458,0,2,16458,46421,16486,0,2,16486,46421,46423,0,2,16486,46425,16459,0,2,16484,46593,16460,0,2,16463,16464,16480,0,2,16480,16464,16479,0,2,16479,16464,16465,0,2,16465,46584,46719,0,2,16465,46719,46723,0,2,16465,46723,16466,0,2,16466,16404,46890,0,2,16469,46763,16455,0,2,16470,46762,16471,0,2,16471,16402,16472,0,2,16472,16402,16415,0,2,16471,16472,16473,0,2,16473,16474,16470,0,2,16473,16470,16471,0,2,16470,16474,16475,0,2,16453,16476,16399,0,2,16453,16399,16452,0,2,16453,16452,16537,0,2,16453,46725,16476,0,2,16476,46725,16454,0,2,16475,16455,16470,0,2,16399,16476,16400,0,2,16476,16454,16477,0,2,16400,16477,16473,0,2,16454,16475,16477,0,2,16477,16475,16474,0,2,16477,16474,16473,0,2,16472,16478,16473,0,2,16473,16478,16400,0,2,16480,16479,16481,0,2,16492,16481,16482,0,2,16492,16482,16493,0,2,16493,16482,16468,0,2,16468,16482,16467,0,2,16493,16468,16469,0,2,16493,16469,16489,0,2,16493,16489,16462,0,2,16462,16489,16461,0,2,16461,16489,16460,0,2,16460,16490,16483,0,2,16484,16483,16485,0,2,16459,16485,16483,0,2,16459,16483,16486,0,2,16487,16488,16457,0,2,16487,16457,16458,0,2,16487,16458,16486,0,2,16486,16483,16487,0,2,16460,16489,16490,0,2,16490,16489,16456,0,2,16490,16456,16488,0,2,16456,16489,16491,0,2,16455,16491,16469,0,2,16489,16469,16491,0,2,16488,16487,16490,0,2,16490,16487,16483,0,2,16484,16460,16483,0,2,16480,16492,16463,0,2,16463,16492,16462,0,2,16462,16492,16493,0,2,16492,16480,16481,0,2,16455,16475,46411,0,2,16451,16536,16494,0,2,16495,12034,12033,0,2,46894,46477,12030,0,2,16526,16499,12022,0,2,12022,16499,16498,0,2,16498,16499,16500,0,2,16498,16500,16501,0,2,16498,16501,16496,0,2,16496,16501,46267,0,2,16497,12020,16496,0,2,16497,16496,46267,0,2,16496,12020,16498,0,2,16526,12024,16499,0,2,16501,16500,16524,0,2,46268,16524,16502,0,2,16502,16503,16514,0,2,16514,16503,46899,0,2,16504,46897,16505,0,2,16505,46897,16506,0,2,16509,16505,16507,0,2,16509,16507,16508,0,2,16509,16508,16511,0,2,16511,16508,16510,0,2,16511,16510,16512,0,2,16512,16510,16513,0,2,16516,16512,16514,0,2,16514,46343,16502,0,2,16515,16501,16524,0,2,16515,16524,46268,0,2,16514,46899,16516,0,2,16516,16511,16512,0,2,16511,16516,16518,0,2,16518,16517,16519,0,2,16519,16517,16504,0,2,16517,16518,16516,0,2,16517,16516,46899,0,2,16511,16518,16509,0,2,16509,16518,16519,0,2,16504,16505,16519,0,2,16505,16509,16519,0,2,16500,12026,16520,0,2,16520,12026,16523,0,2,16520,16523,46901,0,2,46900,46901,16521,0,2,12029,16521,12028,0,2,46901,16523,16522,0,2,16521,16522,12028,0,2,12028,16522,12027,0,2,16522,16523,12026,0,2,16500,16520,16524,0,2,16502,16524,16503,0,2,16500,16499,12026,0,2,12026,16499,12025,0,2,12025,16499,12024,0,2,46266,12019,16545,0,2,46266,16545,16497,0,2,12020,16545,16525,0,2,12020,16525,12021,0,2,12021,46470,12022,0,2,12022,46470,16526,0,2,16526,46902,12023,0,2,12023,46902,16527,0,2,46457,16529,16530,0,2,16531,16530,46370,0,2,16532,16531,16533,0,2,16532,16533,46466,0,2,46466,16533,46750,0,2,46466,46750,46462,0,2,46462,46750,16534,0,2,12035,46747,16535,0,2,16535,46747,46782,0,2,16535,46782,16541,0,2,12036,16541,16536,0,2,16537,16540,16538,0,2,16538,16540,46761,0,2,16540,16539,46761,0,2,16537,16494,16540,0,2,12023,16542,12024,0,2,12024,16542,16543,0,2,12024,16543,12025,0,2,16528,16544,46371,0,2,46371,16544,16542,0,2,46371,16542,16527,0,2,16527,16542,12023,0,2,12019,12018,16545,0,2,16545,12018,16546,0,2,16545,16546,16525,0,2,16525,16546,16547,0,2,16525,16547,12021,0,2,12018,12017,16546,0,2,16546,12017,16548,0,2,16546,16548,16547,0,2,16547,16548,16549,0,2,16549,16548,16550,0,2,46366,16550,46446,0,2,16550,16548,12017,0,2,16550,16551,16552,0,2,12016,16552,46467,0,2,16553,46467,16554,0,2,16553,16554,12015,0,2,16550,16552,46446,0,2,46446,16552,12016,0,2,12016,46467,16553,0,2,46448,12011,16560,0,2,16557,16560,16556,0,2,11976,16559,11975,0,2,11975,16559,16558,0,2,16560,16557,46448,0,2,12012,46448,16555,0,2,12012,12011,46448,0,2,12011,12010,16560,0,2,16560,12010,12009,0,2,16560,12009,16561,0,2,16556,16561,16562,0,2,16562,11973,11975,0,2,11975,16558,16562,0,2,16562,16558,16556,0,2,12011,12346,12010,0,2,12014,16555,46212,0,2,12015,16555,46448,0,2,12006,11973,12007,0,2,11973,16562,12007,0,2,11971,11972,16563,0,2,11971,16563,11970,0,2,12008,12009,11969,0,2,11969,12009,12010,0,2,16563,11972,12006,0,2,16588,16564,16565,0,2,16565,16566,16567,0,2,16565,16567,16589,0,2,16589,16567,16568,0,2,16589,16568,16592,0,2,16568,16600,16594,0,2,16594,16600,16605,0,2,16594,16605,16603,0,2,16594,16603,16570,0,2,16572,16573,16576,0,2,16576,16573,16610,0,2,16596,16610,46875,0,2,16596,46875,16574,0,2,16575,16574,16660,0,2,16597,45608,16577,0,2,16597,16577,45610,0,2,45610,16577,16578,0,2,16579,45607,16586,0,2,16586,9968,16580,0,2,8872,8873,16583,0,2,16583,16581,9966,0,2,16582,8873,16580,0,2,8873,16582,16581,0,2,8873,16581,16583,0,2,16582,16580,9968,0,2,8872,16583,9352,0,2,9352,16583,9353,0,2,9353,16583,9966,0,2,9353,9966,9965,0,2,8873,8874,16580,0,2,16580,16584,16586,0,2,16580,8874,16584,0,2,8874,8875,16584,0,2,16584,8875,16585,0,2,16584,16585,16591,0,2,16586,16591,16579,0,2,16591,16586,16584,0,2,16591,16585,46358,0,2,16591,46358,16587,0,2,16587,16595,16588,0,2,16588,16565,16589,0,2,16591,16587,16590,0,2,16589,16592,16587,0,2,16587,16592,16590,0,2,16590,16592,16579,0,2,16594,16579,16592,0,2,16568,16594,16592,0,2,16590,16579,16591,0,2,16578,16579,16593,0,2,16593,16579,16594,0,2,16564,16588,11970,0,2,11970,16588,16595,0,2,16595,16587,46358,0,2,45607,16579,16578,0,2,16576,16610,16596,0,2,16596,16574,16575,0,2,16572,16576,16665,0,2,16572,16665,16571,0,2,16571,16665,16597,0,2,16571,16597,45610,0,2,16564,11968,16565,0,2,16565,11968,16726,0,2,16565,16726,16566,0,2,12337,16727,11966,0,2,11966,16727,16598,0,2,16567,46033,16599,0,2,16567,16599,16568,0,2,16568,16599,16600,0,2,16600,16601,16605,0,2,16602,16604,16603,0,2,16603,16604,16570,0,2,16602,16603,16601,0,2,16605,16601,16603,0,2,16600,16599,46031,0,2,16601,46031,16606,0,2,16601,16606,16607,0,2,16607,16606,46030,0,2,16607,46030,16608,0,2,16609,16608,46876,0,2,46888,46876,16610,0,2,46888,16610,16604,0,2,16604,16610,16573,0,2,46875,46874,16574,0,2,16574,46874,16611,0,2,16611,11215,16612,0,2,16612,11215,11216,0,2,16613,16615,16636,0,2,16636,16615,16621,0,2,16725,16615,16616,0,2,16725,16616,16724,0,2,16725,16724,16617,0,2,16618,11217,16641,0,2,16618,16641,16619,0,2,16619,16641,16620,0,2,16614,16723,16621,0,2,16621,16723,16622,0,2,16623,16622,16642,0,2,16623,16642,16643,0,2,16623,16643,16632,0,2,16632,16624,16633,0,2,16627,16612,11216,0,2,16612,16629,16628,0,2,16628,16629,16630,0,2,16722,16630,16721,0,2,16721,16630,16631,0,2,16721,16631,16720,0,2,16720,16631,16719,0,2,16719,16631,16718,0,2,16718,16625,45648,0,2,16631,16626,16625,0,2,16631,16625,16718,0,2,16626,16630,16629,0,2,16623,16632,16633,0,2,16623,16633,16634,0,2,16623,16634,16622,0,2,16622,16634,16635,0,2,16622,16635,16621,0,2,16613,16636,16639,0,2,16613,16639,16637,0,2,16626,16640,16625,0,2,16625,16638,45648,0,2,45648,16638,16635,0,2,16639,16638,16637,0,2,16637,16638,16640,0,2,16640,16638,16625,0,2,16626,16629,16640,0,2,16640,16629,16637,0,2,16637,16629,16612,0,2,16637,16612,16627,0,2,16637,16627,16613,0,2,16636,16621,16635,0,2,16614,16615,16620,0,2,16620,16615,16619,0,2,16641,16710,16713,0,2,16642,16712,16643,0,2,16632,16644,16624,0,2,16646,16685,16721,0,2,16721,16685,16647,0,2,16721,16647,16722,0,2,16658,16722,16647,0,2,16648,16650,16683,0,2,16683,16650,43691,0,2,16651,16656,16652,0,2,16652,16656,43670,0,2,16652,43670,45581,0,2,45581,43670,10000,0,2,16653,10000,9999,0,2,16653,9999,16654,0,2,43688,9999,10000,0,2,43691,16650,16651,0,2,16651,16650,16655,0,2,16656,16655,45694,0,2,43671,45694,16657,0,2,43673,16657,45693,0,2,43673,45693,10502,0,2,16651,16655,16656,0,2,16660,16659,16663,0,2,16660,16661,16659,0,2,16659,16661,16658,0,2,16658,16649,16659,0,2,16659,16649,16683,0,2,16659,16683,16663,0,2,16663,16683,16662,0,2,16575,16663,16664,0,2,16664,43694,16665,0,2,16666,16667,16681,0,2,16681,16667,45582,0,2,16681,45582,45574,0,2,16668,45574,16669,0,2,16670,45577,45569,0,2,16670,45569,16671,0,2,16680,16672,16673,0,2,16680,16673,9967,0,2,16581,16673,16672,0,2,16671,16672,16680,0,2,16671,16680,16670,0,2,16680,45603,16674,0,2,16670,16674,45577,0,2,45577,16674,16675,0,2,16675,16674,45603,0,2,16675,45603,16677,0,2,16675,16677,16679,0,2,16676,16678,45608,0,2,16676,45608,43694,0,2,16676,16682,16678,0,2,16678,16682,16677,0,2,16682,45609,16677,0,2,16677,45609,16679,0,2,45574,16668,16681,0,2,16681,16668,45609,0,2,16681,16682,16666,0,2,16666,16682,16676,0,2,16664,16665,16576,0,2,16664,16576,16596,0,2,16664,16596,16575,0,2,16649,16648,16683,0,2,16662,16683,16684,0,2,16666,16684,16667,0,2,16683,43691,16684,0,2,16685,16686,16716,0,2,10509,16687,16688,0,2,16688,16695,16708,0,2,16708,16695,16697,0,2,16708,16697,16689,0,2,16707,16689,16699,0,2,16699,16689,16698,0,2,16699,16698,16644,0,2,16624,16644,16690,0,2,16690,16691,16645,0,2,16645,16691,16646,0,2,16690,16645,16624,0,2,16644,16698,16690,0,2,16690,16698,16691,0,2,16691,16692,16693,0,2,16691,16693,16646,0,2,16646,16693,16685,0,2,16686,16696,16694,0,2,16695,16687,16686,0,2,16687,16695,16688,0,2,16697,16695,16696,0,2,16697,16696,16692,0,2,16692,16696,16693,0,2,16693,16696,16685,0,2,16694,16696,16695,0,2,16698,16692,16691,0,2,16697,16698,16689,0,2,16685,16696,16686,0,2,16686,16694,16695,0,2,16644,16714,16699,0,2,16699,16714,16705,0,2,16700,16701,10515,0,2,16702,43695,43696,0,2,16702,43696,16703,0,2,10516,43700,10518,0,2,43695,16702,16701,0,2,16701,16702,16704,0,2,19102,16704,43700,0,2,43700,16704,16702,0,2,16704,10515,16701,0,2,10515,16705,16700,0,2,16700,16705,16711,0,2,10515,16706,16705,0,2,10515,10514,16706,0,2,16707,16708,16689,0,2,10513,16707,16706,0,2,16706,16707,16699,0,2,16706,16699,16705,0,2,10513,10512,16707,0,2,16707,10512,16708,0,2,10512,45711,16708,0,2,10513,16706,10514,0,2,16713,16710,16711,0,2,16712,16642,16713,0,2,16643,16712,16714,0,2,16705,16714,16712,0,2,16705,16712,16711,0,2,16700,16711,16709,0,2,16700,16709,16701,0,2,16711,16710,16709,0,2,16701,16709,43695,0,2,16658,16647,16717,0,2,16649,16717,16715,0,2,16715,16716,19095,0,2,16715,45646,16649,0,2,16649,45646,16648,0,2,16647,16685,16717,0,2,16717,16716,16715,0,2,16717,16685,16716,0,2,16716,16686,19095,0,2,19095,16686,16687,0,2,19095,16687,10509,0,2,16624,16645,16633,0,2,16633,16645,16718,0,2,16633,16718,16634,0,2,16634,16718,45648,0,2,16720,16646,16721,0,2,16646,16720,16719,0,2,16646,16719,16645,0,2,16645,16719,16718,0,2,16630,16722,16628,0,2,16628,16722,16661,0,2,16628,16661,16611,0,2,16612,16628,16611,0,2,16661,16574,16611,0,2,16574,16661,16660,0,2,16661,16722,16658,0,2,16622,16723,16642,0,2,16642,16723,16713,0,2,16723,16614,16620,0,2,16723,16620,16713,0,2,16713,16620,16641,0,2,16617,16724,11885,0,2,11885,16724,16616,0,2,11216,16616,16627,0,2,16627,16616,16613,0,2,16613,16616,16615,0,2,16615,16725,16619,0,2,16571,16570,16572,0,2,16572,16570,16573,0,2,16570,16604,16573,0,2,46878,46877,11214,0,2,46878,11214,46874,0,2,46874,11214,16611,0,2,16611,11214,11215,0,2,16608,16609,16607,0,2,16609,16602,16601,0,2,16601,16600,46031,0,2,16607,16609,16601,0,2,16567,16566,46033,0,2,46033,16566,16598,0,2,16598,16566,16726,0,2,16726,11965,11966,0,2,16726,11966,16598,0,2,16731,16728,16729,0,2,16731,16729,16730,0,2,16731,16730,16732,0,2,46034,16732,16733,0,2,16733,46028,46036,0,2,46036,46028,16734,0,2,46036,16734,46035,0,2,46035,16734,16735,0,2,11213,16734,46028,0,2,46033,16598,16736,0,2,16736,16598,16728,0,2,16728,16731,16736,0,2,16728,16598,16727,0,2,11959,42586,16737,0,2,11959,16737,11957,0,2,11959,11957,11960,0,2,11960,11957,16738,0,2,16739,16738,16749,0,2,16739,16747,16740,0,2,16746,16740,16741,0,2,42737,16741,16742,0,2,16743,11938,11937,0,2,11937,16745,16743,0,2,42732,16743,16744,0,2,11936,16744,16745,0,2,16744,42738,11930,0,2,16743,16745,16744,0,2,16742,16743,42737,0,2,11938,16743,16742,0,2,11938,16742,11939,0,2,16740,16746,42716,0,2,16739,42716,16750,0,2,16739,16740,42716,0,2,16747,16739,16748,0,2,42488,16748,11956,0,2,42488,11956,11955,0,2,11956,16748,16749,0,2,16748,16739,16749,0,2,16738,11956,16749,0,2,16738,16739,11960,0,2,11960,16739,16750,0,2,11960,16750,11962,0,2,16752,16751,42730,0,2,16752,42730,42729,0,2,16752,42729,16753,0,2,16737,42586,12562,0,2,12570,13122,13124,0,2,11951,11950,16755,0,2,16755,16759,13124,0,2,13124,13122,16755,0,2,16756,16758,16757,0,2,16757,16758,11949,0,2,16758,13082,11949,0,2,13082,16758,16756,0,2,14753,13124,11952,0,2,16756,16759,16755,0,2,16756,16755,11950,0,2,11949,13080,11948,0,2,11948,13080,13078,0,2,11945,16764,16761,0,2,16761,16764,16760,0,2,16760,16765,42721,0,2,16761,16760,16778,0,2,16761,16778,16762,0,2,16761,16762,42493,0,2,42493,16762,16763,0,2,16763,16762,16775,0,2,16763,16775,11940,0,2,16760,16764,16765,0,2,16765,16764,13077,0,2,13078,13077,16764,0,2,13077,13126,16766,0,2,42721,16765,13127,0,2,13127,16765,16766,0,2,11942,11944,11941,0,2,11941,11944,16763,0,2,11941,16763,11940,0,2,11942,11941,16740,0,2,16740,11941,16741,0,2,16741,11941,11940,0,2,16741,11940,16742,0,2,16742,11940,11939,0,2,11938,11939,16767,0,2,16768,16769,16770,0,2,16770,16769,16771,0,2,16770,16771,16772,0,2,13128,42720,13127,0,2,13134,13128,13127,0,2,13128,16772,16771,0,2,13128,16771,42720,0,2,42719,16769,16777,0,2,42719,16777,16773,0,2,16762,16774,42718,0,2,42718,16775,16762,0,2,16776,42717,16767,0,2,16785,16767,16777,0,2,16785,16777,16768,0,2,16768,16777,16769,0,2,16767,11939,16776,0,2,16775,42718,42717,0,2,16762,16778,16774,0,2,13128,13133,16772,0,2,16772,13133,16779,0,2,16780,16786,16781,0,2,16782,16784,16783,0,2,11206,16784,11770,0,2,16784,16782,13063,0,2,13063,16782,16781,0,2,46025,16786,16785,0,2,16785,16786,16767,0,2,16767,16786,16780,0,2,16767,16780,11938,0,2,16784,11207,16783,0,2,16787,11937,16780,0,2,16787,16780,16781,0,2,16781,16782,16787,0,2,16787,16782,16783,0,2,11936,16783,11207,0,2,11768,11209,11766,0,2,11209,11768,16788,0,2,11209,16788,11837,0,2,11768,11253,16789,0,2,11841,16788,16789,0,2,16789,16788,11768,0,2,11765,11766,11207,0,2,11157,11178,11158,0,2,11158,11178,16790,0,2,16792,16790,41292,0,2,16792,41292,16791,0,2,16791,41597,11162,0,2,11158,16790,16792,0,2,11158,16792,11161,0,2,11161,16792,11177,0,2,11156,11155,11178,0,2,11178,11155,16793,0,2,11153,16793,11154,0,2,11154,16793,11155,0,2,11178,16793,41157,0,2,11178,41157,11179,0,2,16883,41174,11150,0,2,11150,11152,41262,0,2,11152,11150,11151,0,2,41174,11151,11150,0,2,11149,11150,16807,0,2,11149,16807,16794,0,2,16794,16807,16795,0,2,16795,16796,16797,0,2,16797,16796,16798,0,2,16800,16812,16801,0,2,16801,16812,41305,0,2,41305,16809,16802,0,2,41256,16802,16805,0,2,16803,16805,16804,0,2,16804,16806,16808,0,2,41262,16808,11150,0,2,16804,16805,16806,0,2,16795,16807,16810,0,2,16795,16810,16796,0,2,16796,16810,16811,0,2,16796,16811,16798,0,2,16798,16811,16799,0,2,16806,16807,16808,0,2,16808,16807,11150,0,2,16805,16802,16809,0,2,16805,16809,16806,0,2,16806,16809,16810,0,2,16810,16809,16811,0,2,16810,16807,16806,0,2,16811,16809,41305,0,2,16811,41305,16812,0,2,16812,16800,16799,0,2,16812,16799,16811,0,2,16794,16813,11148,0,2,16794,16795,16813,0,2,16815,41309,16824,0,2,16815,16824,16816,0,2,16817,16816,16819,0,2,16817,16819,16818,0,2,16818,16819,16820,0,2,16822,16823,16839,0,2,16839,16823,16838,0,2,16825,16823,16824,0,2,16825,41309,41295,0,2,16825,41295,41296,0,2,16825,41296,16838,0,2,16838,41296,16826,0,2,16826,41317,16827,0,2,16827,41317,16844,0,2,16844,41317,16828,0,2,16844,16828,16843,0,2,16845,41321,16830,0,2,16831,41877,16832,0,2,16832,41383,41878,0,2,41878,41383,41389,0,2,41878,41389,41879,0,2,16833,41389,16834,0,2,16833,16835,41879,0,2,41879,16835,16836,0,2,16836,16835,16849,0,2,16827,16837,16826,0,2,16826,16837,16838,0,2,16838,16823,16825,0,2,16825,16824,41309,0,2,16827,16844,16840,0,2,16840,16844,16842,0,2,16829,16841,16843,0,2,16843,16841,16842,0,2,16843,16842,16844,0,2,16842,16841,16840,0,2,16840,16841,16846,0,2,16829,41321,16841,0,2,41321,16845,16841,0,2,16846,16841,16845,0,2,41386,16846,16849,0,2,16849,16846,16836,0,2,16840,16846,41386,0,2,16846,16845,16836,0,2,16848,16836,16847,0,2,16830,16831,16847,0,2,16847,16831,16848,0,2,16848,41879,16836,0,2,16845,16830,16847,0,2,16816,16824,16850,0,2,16816,16850,16819,0,2,16819,16850,16822,0,2,16821,16820,16822,0,2,16822,16820,16819,0,2,16822,16850,16823,0,2,16823,16850,16824,0,2,11148,16813,11147,0,2,16884,11147,16881,0,2,16884,16881,16851,0,2,16884,16851,11145,0,2,16851,16852,11144,0,2,11144,16852,16858,0,2,16853,16852,16817,0,2,16853,16817,16854,0,2,16818,16820,16855,0,2,16855,16820,16864,0,2,16855,16856,16818,0,2,16818,16856,16854,0,2,16853,16857,16858,0,2,11142,11144,16858,0,2,16858,16857,16859,0,2,16859,16857,16860,0,2,16859,16860,11140,0,2,16860,16857,16861,0,2,16861,16854,16856,0,2,16854,16861,16853,0,2,16853,16861,16857,0,2,16859,11142,16858,0,2,16862,16863,11138,0,2,11138,16863,11137,0,2,11138,16864,16862,0,2,16820,16862,16864,0,2,11139,16855,16864,0,2,11139,16864,11138,0,2,16820,16821,16862,0,2,16862,16821,16872,0,2,16872,16874,16865,0,2,16869,16865,16873,0,2,41904,16868,41885,0,2,16873,16866,16870,0,2,16873,16870,16869,0,2,16869,16870,16871,0,2,16871,41903,11131,0,2,11131,41903,11132,0,2,16863,16869,16871,0,2,16863,16871,11137,0,2,16869,16863,16865,0,2,16865,16863,16872,0,2,16862,16872,16863,0,2,16873,16865,16874,0,2,16873,16874,16875,0,2,16875,16874,16878,0,2,16878,16874,16822,0,2,16878,16822,16839,0,2,16878,16839,41387,0,2,41387,16839,16827,0,2,16827,16839,16837,0,2,16876,16879,16877,0,2,41386,16877,16879,0,2,41387,16827,16840,0,2,16873,16875,16866,0,2,16875,16879,16876,0,2,16879,16878,41387,0,2,16878,16879,16875,0,2,16818,16854,16817,0,2,11147,16814,16881,0,2,16881,16814,16880,0,2,16881,16880,16852,0,2,16817,16852,16880,0,2,16817,16880,16816,0,2,16816,16880,16814,0,2,16816,16814,16815,0,2,16881,16852,16851,0,2,16795,16797,16813,0,2,11148,16883,11149,0,2,11129,11130,16886,0,2,11126,16886,16885,0,2,11126,16885,11125,0,2,11126,11127,16886,0,2,16886,11130,16885,0,2,16885,42199,11125,0,2,11126,11125,16887,0,2,16887,16888,11126,0,2,11126,16888,16889,0,2,16889,16888,16890,0,2,16892,16984,16893,0,2,16892,16893,17511,0,2,17511,16893,11078,0,2,11078,16938,17509,0,2,17509,16938,11079,0,2,17511,11077,16892,0,2,16892,11077,16894,0,2,17576,16895,16894,0,2,17568,16894,11077,0,2,16892,16896,16984,0,2,16984,16896,16891,0,2,16891,16896,16900,0,2,16896,16897,16900,0,2,16895,16897,16894,0,2,16894,16896,16892,0,2,16896,16894,16897,0,2,16898,16902,16890,0,2,16899,16900,16901,0,2,16901,16900,16897,0,2,16900,16902,16898,0,2,16890,16902,16899,0,2,16889,16890,16930,0,2,16889,16930,16903,0,2,16903,11127,16889,0,2,16889,11127,11126,0,2,16905,16906,41952,0,2,41952,16906,17695,0,2,41952,17695,16907,0,2,41952,16907,16908,0,2,16927,16909,16910,0,2,16910,16921,16911,0,2,41954,16911,16917,0,2,16917,16911,16921,0,2,16917,16921,16916,0,2,16916,16921,16912,0,2,41955,16912,41956,0,2,16913,11140,16860,0,2,16913,16860,41956,0,2,41956,16860,16914,0,2,41955,16914,41326,0,2,41955,41326,16915,0,2,41955,16915,16912,0,2,16912,16915,16916,0,2,16919,41327,41953,0,2,11127,16920,11128,0,2,16920,41953,11128,0,2,16921,16910,16922,0,2,16924,16922,16923,0,2,16923,16922,17698,0,2,16923,17698,11069,0,2,16910,16909,16922,0,2,16912,16921,16922,0,2,16912,16922,16924,0,2,16924,16923,16925,0,2,16925,16923,11068,0,2,16909,16927,16908,0,2,16905,16926,16904,0,2,16929,16904,16928,0,2,16920,16929,41953,0,2,16904,16929,16903,0,2,11127,16903,16920,0,2,16920,16903,16929,0,2,16903,16930,16904,0,2,16931,16933,16904,0,2,16931,16904,16930,0,2,16933,16932,16906,0,2,16905,16904,16933,0,2,16905,16933,16906,0,2,17695,16906,16932,0,2,17695,16932,11075,0,2,16899,16901,16931,0,2,16931,16901,16934,0,2,16931,16934,16933,0,2,16933,16934,16932,0,2,16932,16934,17545,0,2,16890,16899,16930,0,2,16935,16936,16898,0,2,16898,16936,16891,0,2,16891,16936,16984,0,2,16937,42165,16893,0,2,16893,42165,16938,0,2,16938,42165,16939,0,2,16940,16939,16941,0,2,16940,16941,16945,0,2,16942,16943,42167,0,2,16942,42167,11121,0,2,16942,11121,11120,0,2,11121,42167,11122,0,2,16986,11122,42166,0,2,16986,42166,16944,0,2,16985,16935,16888,0,2,16985,16944,16935,0,2,16935,16944,16936,0,2,16936,16944,42166,0,2,16940,16945,16946,0,2,16946,16967,11082,0,2,11082,11081,16946,0,2,16946,11081,16947,0,2,16946,16947,16940,0,2,16940,16948,16939,0,2,16939,11079,16938,0,2,16893,16938,11078,0,2,16893,16984,16937,0,2,11079,16939,16948,0,2,11079,16948,11080,0,2,11080,16948,16947,0,2,16947,16948,16940,0,2,16942,11120,42202,0,2,16942,42202,16945,0,2,16945,42202,16983,0,2,16952,16951,16953,0,2,16961,42157,16960,0,2,16960,16981,16978,0,2,16978,16981,16954,0,2,16978,16954,16977,0,2,16977,16954,42189,0,2,42189,11118,16977,0,2,16977,11118,42160,0,2,16977,42160,16955,0,2,16955,42160,16956,0,2,16956,42160,16957,0,2,16956,16958,16959,0,2,16959,16962,16960,0,2,16961,16963,16953,0,2,16953,16963,16952,0,2,16964,16965,16975,0,2,16975,16965,11085,0,2,16975,11085,16966,0,2,16976,16966,16968,0,2,16976,16968,16967,0,2,16967,16968,11082,0,2,42177,16976,16967,0,2,16968,11083,11082,0,2,11085,16965,16969,0,2,17023,16969,11087,0,2,16969,16965,11087,0,2,11087,16970,11088,0,2,11088,16970,16973,0,2,11088,16973,16974,0,2,16973,11092,16974,0,2,42188,16974,11092,0,2,11094,16971,16963,0,2,16962,16963,16961,0,2,16963,16971,16952,0,2,16971,11094,16972,0,2,16972,11094,16973,0,2,16973,11094,11092,0,2,16952,16971,16964,0,2,11087,16965,16970,0,2,16973,16970,16972,0,2,16972,16970,16964,0,2,16972,16964,16971,0,2,16965,16964,16970,0,2,11094,16963,11093,0,2,42161,11093,16962,0,2,42161,16962,16959,0,2,16962,11093,16963,0,2,11088,16974,11089,0,2,11089,16974,11090,0,2,11090,16974,42181,0,2,16952,16964,16975,0,2,16952,16975,16951,0,2,16951,16976,16950,0,2,16950,16976,42177,0,2,16950,42177,42156,0,2,16962,16961,16960,0,2,16956,16959,16955,0,2,16955,16959,16978,0,2,16955,16978,16977,0,2,16960,16978,16959,0,2,42160,11117,42159,0,2,42159,11117,16979,0,2,11112,16980,11113,0,2,11118,11117,42160,0,2,16983,42202,16949,0,2,16949,16982,42156,0,2,42156,16982,16981,0,2,16981,16982,16954,0,2,16981,16960,42157,0,2,16945,16983,16946,0,2,16983,16949,16946,0,2,16943,16942,16941,0,2,16943,16941,16939,0,2,16943,16939,42165,0,2,16935,16898,16890,0,2,16935,16890,16888,0,2,16988,16986,16987,0,2,16987,41896,42191,0,2,16986,16985,41894,0,2,16986,41894,16987,0,2,16944,16985,16986,0,2,11110,16992,11111,0,2,16980,16989,42192,0,2,11108,11107,16990,0,2,11105,16990,10806,0,2,11105,10806,10807,0,2,11108,16990,11105,0,2,11105,10807,16991,0,2,16991,17927,11105,0,2,11109,11102,16992,0,2,16992,11102,42159,0,2,16992,42159,11111,0,2,11109,17921,16993,0,2,11100,16993,11099,0,2,11099,16993,16994,0,2,11099,16994,16995,0,2,16995,41505,16996,0,2,17013,41918,17003,0,2,17013,17003,10865,0,2,10865,17003,17006,0,2,10865,17006,10866,0,2,10866,17006,16997,0,2,16997,17006,17004,0,2,16997,17004,17012,0,2,17012,17004,16998,0,2,16998,17004,17000,0,2,16998,17000,17010,0,2,16999,17010,10853,0,2,10852,10853,17010,0,2,10852,17010,17000,0,2,17007,17000,17001,0,2,17001,17000,17004,0,2,17002,17005,17003,0,2,17001,17004,17005,0,2,17005,17004,17006,0,2,10852,17000,17007,0,2,17008,17001,17005,0,2,17008,17005,17009,0,2,17009,17005,17002,0,2,17008,17009,10851,0,2,17001,17008,17007,0,2,17007,17008,10843,0,2,17010,16999,16998,0,2,17011,16997,17012,0,2,10865,10866,41542,0,2,17011,16998,10886,0,2,17013,16996,41918,0,2,16995,10864,42241,0,2,16995,42241,11099,0,2,10862,11099,10863,0,2,10864,16995,16996,0,2,10864,16996,17013,0,2,11100,11102,16993,0,2,16993,11102,11109,0,2,11088,11089,17014,0,2,11088,17014,17024,0,2,17024,17496,17015,0,2,17030,17017,17018,0,2,17018,17043,17032,0,2,17041,17035,17033,0,2,17033,17035,17019,0,2,17020,17028,17022,0,2,17022,17028,17021,0,2,17022,17021,17027,0,2,42169,17027,17026,0,2,17034,17026,17016,0,2,17034,17016,17017,0,2,17016,17025,17492,0,2,17492,17025,17015,0,2,17015,17025,17023,0,2,17024,17015,17023,0,2,17026,17027,11084,0,2,11083,11084,17027,0,2,11083,17027,17021,0,2,17021,17028,11082,0,2,17029,11084,11086,0,2,17026,17025,17016,0,2,17023,17025,17029,0,2,17029,17025,11084,0,2,17031,17030,17018,0,2,17031,17018,17032,0,2,17031,17032,17033,0,2,17033,17032,17041,0,2,17017,17030,17034,0,2,17026,17034,42169,0,2,42169,17034,17031,0,2,17027,42169,17022,0,2,17040,17020,17019,0,2,17020,17022,17019,0,2,41544,17035,17036,0,2,17037,17036,17038,0,2,17038,17039,17326,0,2,17326,17039,17322,0,2,17323,17039,17038,0,2,41544,17040,17035,0,2,17035,17040,17019,0,2,17036,17035,17041,0,2,17042,17036,17041,0,2,17036,17042,17038,0,2,17041,17032,17323,0,2,17323,17032,17043,0,2,17044,17043,41560,0,2,17044,41560,17045,0,2,17044,17045,17046,0,2,17046,17047,17048,0,2,17048,17047,17314,0,2,17049,17314,17489,0,2,17049,17489,17050,0,2,17315,17050,17506,0,2,17315,17506,17320,0,2,17053,17485,17483,0,2,17053,17483,17054,0,2,17055,17054,42018,0,2,42018,17054,17436,0,2,42018,17436,17470,0,2,17078,17056,17467,0,2,17078,17467,17066,0,2,17066,17467,42254,0,2,42254,17467,42171,0,2,42171,17466,17457,0,2,17457,17466,17465,0,2,42170,17456,17057,0,2,42170,17057,17435,0,2,42250,17060,17434,0,2,42250,17434,17429,0,2,42250,17429,42252,0,2,42252,17429,17061,0,2,17062,17063,17064,0,2,17067,42047,17065,0,2,17066,17080,17079,0,2,17068,42047,42048,0,2,17068,42048,17069,0,2,42044,42043,42042,0,2,17074,42175,17075,0,2,17075,42175,17076,0,2,17075,17076,17077,0,2,17075,17077,17086,0,2,17086,17077,17078,0,2,17078,17066,17079,0,2,17086,17079,17080,0,2,17083,17082,17081,0,2,17081,17082,42042,0,2,42044,42042,17082,0,2,42044,17082,17069,0,2,17069,17082,17068,0,2,17080,17065,17083,0,2,17080,17083,17085,0,2,42047,17068,17083,0,2,17083,17068,17082,0,2,42047,17083,17065,0,2,42042,17070,17081,0,2,17081,17070,17084,0,2,17084,17070,17071,0,2,17084,17071,17088,0,2,17084,17088,17085,0,2,17084,17085,17081,0,2,17081,17085,17083,0,2,17085,17088,17087,0,2,17075,17087,17074,0,2,17074,17087,17088,0,2,17074,17088,17072,0,2,17072,17073,17074,0,2,17085,17087,17080,0,2,17080,17087,17075,0,2,17080,17075,17086,0,2,17086,17078,17079,0,2,17077,17284,17089,0,2,17091,17090,17286,0,2,17286,17343,17092,0,2,17092,17093,42015,0,2,42015,17093,42142,0,2,42142,17093,17094,0,2,42142,17094,17053,0,2,17053,17094,17316,0,2,17053,17316,17052,0,2,17053,17052,17485,0,2,17095,17094,17093,0,2,17077,17076,17284,0,2,17284,17076,17096,0,2,17098,42173,17099,0,2,17099,42173,17100,0,2,17217,17102,17103,0,2,17105,17103,17104,0,2,17105,17104,42008,0,2,17105,42008,42011,0,2,42011,42008,17106,0,2,42368,17106,17107,0,2,42368,17107,17641,0,2,17109,17108,17110,0,2,42062,17121,17216,0,2,42062,17216,17747,0,2,17112,17129,17113,0,2,17113,17129,17114,0,2,17118,17115,17116,0,2,17118,17116,42069,0,2,42069,17116,17117,0,2,17370,17113,17114,0,2,17112,17371,42065,0,2,17747,17216,17111,0,2,17111,17216,17119,0,2,17128,17119,17216,0,2,17214,17216,17121,0,2,17214,17121,17122,0,2,17214,17122,17125,0,2,17122,17255,17213,0,2,17213,17255,17254,0,2,17213,17254,42088,0,2,17213,42088,17215,0,2,17125,17124,42374,0,2,17126,42374,17133,0,2,17126,17133,17127,0,2,17126,17127,17125,0,2,17127,17132,17128,0,2,17128,17132,17178,0,2,17128,17178,17171,0,2,42065,17171,17129,0,2,17129,17172,42064,0,2,42064,17130,17131,0,2,17131,17130,17175,0,2,17131,17114,42064,0,2,17132,17127,17133,0,2,17132,17133,17178,0,2,17178,17133,42377,0,2,17178,42377,17170,0,2,17170,42377,17134,0,2,17170,17134,17177,0,2,17136,17135,17183,0,2,17136,17183,17208,0,2,17137,17210,17149,0,2,17210,17138,17148,0,2,17148,17138,42072,0,2,42072,17138,17139,0,2,17140,17141,17142,0,2,17142,17141,42317,0,2,17142,42317,17143,0,2,17144,42070,17145,0,2,17145,17146,17147,0,2,17146,17148,42072,0,2,17210,17148,17149,0,2,17137,17136,17208,0,2,17139,17138,17194,0,2,17139,17194,17193,0,2,17139,17193,17150,0,2,17150,17193,17201,0,2,17150,17201,17151,0,2,17154,17153,17155,0,2,17147,17154,17140,0,2,17140,17154,17155,0,2,17140,17155,17141,0,2,17153,17152,17156,0,2,17158,17165,17159,0,2,17159,17165,17160,0,2,17160,17165,42400,0,2,17160,42400,17161,0,2,17163,17269,42401,0,2,17163,42401,42331,0,2,17165,17158,17164,0,2,42327,17157,17166,0,2,17166,17157,17354,0,2,17166,17354,17152,0,2,17152,17354,17156,0,2,17164,17158,42327,0,2,17150,17151,17152,0,2,17150,17152,17153,0,2,17150,17154,17139,0,2,17136,17180,17182,0,2,17177,17182,42068,0,2,42066,17167,17180,0,2,42066,17180,17168,0,2,17168,17180,17169,0,2,17169,17181,17145,0,2,17169,17145,42070,0,2,17145,17181,17146,0,2,17146,17181,17148,0,2,17136,17182,17135,0,2,17135,17182,17177,0,2,17171,17170,17172,0,2,17172,17176,17179,0,2,17173,42067,42066,0,2,17173,17174,17130,0,2,17130,17174,17175,0,2,17175,17118,17131,0,2,17175,17115,17118,0,2,17172,17170,17176,0,2,42068,17176,17177,0,2,17171,17172,17129,0,2,42064,17172,17179,0,2,42064,17179,17130,0,2,17173,17179,42067,0,2,42067,17179,17176,0,2,17130,17179,17173,0,2,17136,17137,17180,0,2,17180,17149,17169,0,2,17180,17137,17149,0,2,17149,17181,17169,0,2,42068,17182,17167,0,2,17167,17182,17180,0,2,17135,17177,42373,0,2,17183,42373,17184,0,2,17183,17184,17185,0,2,17186,42394,17206,0,2,17206,42394,42396,0,2,17206,42396,42405,0,2,42405,42396,17187,0,2,42404,17187,49982,0,2,42404,49982,17188,0,2,42407,17188,17205,0,2,42407,17205,42408,0,2,42408,42083,17204,0,2,42382,17204,17189,0,2,42383,17191,17202,0,2,42383,17202,42393,0,2,42393,17202,17192,0,2,17192,17202,17195,0,2,17192,17195,17193,0,2,17192,17193,42390,0,2,42390,17193,17194,0,2,17193,17195,17201,0,2,42403,42074,17196,0,2,17197,17198,42332,0,2,42332,17198,17199,0,2,42333,17199,17200,0,2,42333,17200,42077,0,2,42077,17200,42084,0,2,42084,17200,42384,0,2,17195,17202,17201,0,2,17201,17202,42074,0,2,42074,17202,17196,0,2,17197,17203,17190,0,2,17197,17190,17198,0,2,17199,17198,17200,0,2,17190,17203,17191,0,2,17203,17196,17191,0,2,17191,17196,17202,0,2,17200,17198,42384,0,2,42384,17198,17190,0,2,17205,49981,17234,0,2,17205,17234,42408,0,2,17186,17206,17207,0,2,17183,17185,17208,0,2,17208,17185,17207,0,2,17207,17185,17186,0,2,17135,42373,17183,0,2,17137,17208,17209,0,2,17137,17209,17210,0,2,17210,17209,17211,0,2,17194,17138,17211,0,2,17138,17210,17211,0,2,17123,17212,17213,0,2,17212,17123,17124,0,2,17212,17124,17125,0,2,17213,17212,17122,0,2,17212,17125,17122,0,2,17214,17128,17216,0,2,17214,17125,17127,0,2,17214,17127,17128,0,2,17119,17128,17120,0,2,17120,42065,17111,0,2,17120,17111,17119,0,2,42376,17124,17123,0,2,17213,17215,17123,0,2,17103,17105,17217,0,2,17217,17218,17101,0,2,17217,17101,17102,0,2,17283,42360,17220,0,2,17221,17222,17282,0,2,17282,17222,17223,0,2,17282,17223,17275,0,2,17281,17224,17225,0,2,17281,17225,17283,0,2,17101,17283,17102,0,2,17102,17225,17226,0,2,17226,17275,17273,0,2,17226,17273,17227,0,2,17249,17228,17263,0,2,17248,17230,42341,0,2,17248,42341,17246,0,2,17229,17246,17250,0,2,17231,17250,17247,0,2,17231,17232,42096,0,2,42096,17232,17233,0,2,42096,17233,42089,0,2,17233,17247,42399,0,2,42095,42078,17235,0,2,42078,42082,17234,0,2,17234,42082,42083,0,2,42083,42408,17234,0,2,17234,49981,17235,0,2,17235,49981,17244,0,2,17236,17245,42087,0,2,42087,17245,17237,0,2,42090,17238,17239,0,2,42090,17239,17240,0,2,49982,17187,17241,0,2,17241,17187,17242,0,2,17242,17187,42396,0,2,17243,17239,17244,0,2,17241,17240,17243,0,2,17243,17240,17239,0,2,17244,17239,17245,0,2,17244,17245,17236,0,2,17245,17238,17237,0,2,17244,17236,17235,0,2,17234,17235,42078,0,2,17250,17246,17247,0,2,17247,17246,42337,0,2,17247,42337,42399,0,2,17231,17247,17232,0,2,17249,17229,17250,0,2,17249,17250,42372,0,2,17251,17252,17253,0,2,17258,17253,17252,0,2,17258,17252,42370,0,2,17260,42370,17254,0,2,17260,17254,17255,0,2,17263,17229,17249,0,2,17249,17256,17228,0,2,17228,17256,42362,0,2,17257,17258,17259,0,2,17255,42100,17260,0,2,42100,17259,17260,0,2,17260,17258,42370,0,2,17259,17258,17260,0,2,17253,17258,17261,0,2,17257,17261,17258,0,2,42009,17257,17262,0,2,42099,17641,17107,0,2,17249,42372,17256,0,2,17248,17246,17229,0,2,17266,17265,42292,0,2,17266,42292,49979,0,2,17270,17268,17269,0,2,17270,17269,17163,0,2,17266,17248,17265,0,2,17265,17248,17229,0,2,17265,17229,17263,0,2,17265,17263,17264,0,2,42346,17230,17272,0,2,42346,17272,17271,0,2,42346,17271,42344,0,2,42344,17271,17270,0,2,17270,17163,42331,0,2,17270,17271,17268,0,2,17267,17278,17271,0,2,17271,17278,17268,0,2,17267,17271,17272,0,2,49979,17272,17266,0,2,17272,17230,17266,0,2,17266,17230,17248,0,2,17227,17273,17264,0,2,17227,17264,17228,0,2,17263,17228,17264,0,2,17273,17274,17264,0,2,17283,17225,17102,0,2,17226,17225,17224,0,2,17280,17275,17223,0,2,17280,17223,42290,0,2,42290,17223,17276,0,2,42289,17277,42299,0,2,42289,42298,42293,0,2,42293,42298,42296,0,2,42293,42296,17162,0,2,42289,42293,17268,0,2,42288,17278,17267,0,2,42288,17267,49979,0,2,17276,17223,17279,0,2,17279,17427,17277,0,2,17277,17427,42299,0,2,17277,42291,17276,0,2,17277,17276,17279,0,2,17226,17224,17275,0,2,17274,17275,17280,0,2,17264,42290,42292,0,2,17264,42292,17265,0,2,17275,17274,17273,0,2,17224,17281,17282,0,2,17282,17281,17221,0,2,17282,17275,17224,0,2,17221,17281,17220,0,2,17220,17281,17283,0,2,17284,17285,17089,0,2,17089,17285,17090,0,2,17284,17096,17285,0,2,17285,17304,17090,0,2,17090,17304,17286,0,2,17286,17304,17343,0,2,17285,17096,17097,0,2,17285,17097,17304,0,2,17288,42025,17289,0,2,17303,17289,17290,0,2,17302,17291,42013,0,2,17302,42012,17656,0,2,17298,17656,17292,0,2,17292,17656,17293,0,2,17294,42012,42356,0,2,17295,17660,17296,0,2,17296,17297,17295,0,2,17295,17297,17101,0,2,17295,17101,17218,0,2,17300,17302,17298,0,2,17298,42135,17301,0,2,17301,42135,17299,0,2,17299,42112,42113,0,2,17300,42113,17303,0,2,17299,42113,17301,0,2,42113,17300,17301,0,2,17298,17301,17300,0,2,17302,17300,17303,0,2,17303,17290,17302,0,2,17290,17289,17291,0,2,17290,17291,17302,0,2,17097,17098,17287,0,2,17097,17287,17304,0,2,17304,17288,17339,0,2,17339,17288,17305,0,2,17306,17305,17289,0,2,17343,17339,17307,0,2,17343,17307,17308,0,2,17092,17308,42148,0,2,42138,17330,42137,0,2,42140,17332,17311,0,2,17312,17324,17313,0,2,17313,17324,17321,0,2,17313,17321,17046,0,2,17313,17046,17048,0,2,17314,17049,17318,0,2,17049,17315,42141,0,2,17094,17095,17316,0,2,17316,17095,17320,0,2,17320,17095,17315,0,2,17315,17095,42141,0,2,42141,17317,17318,0,2,17318,17317,17319,0,2,17319,41552,42139,0,2,17312,42139,42140,0,2,17312,42140,17311,0,2,17319,42139,17313,0,2,17319,17313,17048,0,2,17048,17314,17319,0,2,42141,17318,17049,0,2,17319,17314,17318,0,2,17049,17050,17315,0,2,17051,17052,17320,0,2,17320,17052,17316,0,2,17046,17321,17044,0,2,17321,17324,17322,0,2,17038,17326,17327,0,2,17038,17327,17037,0,2,17037,17613,41546,0,2,41546,17036,17037,0,2,17321,17322,17323,0,2,17323,17322,17039,0,2,17038,17042,17323,0,2,17323,17043,17044,0,2,17323,17044,17321,0,2,17041,17323,17042,0,2,17322,17324,17325,0,2,17326,17335,17327,0,2,42148,17308,17307,0,2,17338,17307,17328,0,2,17338,17328,17329,0,2,17341,17342,17330,0,2,17331,42125,17332,0,2,17332,42125,42131,0,2,17332,42131,17333,0,2,17334,17333,42127,0,2,17334,42127,41551,0,2,17335,41551,17336,0,2,17335,17336,17337,0,2,17335,17337,17327,0,2,17335,17334,41551,0,2,17333,42131,42127,0,2,17311,17332,17333,0,2,17326,17311,17335,0,2,17335,17311,17334,0,2,17334,17311,17333,0,2,17326,17325,17311,0,2,17324,17312,17325,0,2,17325,17312,17311,0,2,17332,42140,17331,0,2,17331,42140,42137,0,2,17331,42137,17330,0,2,42148,17307,17309,0,2,17309,17307,17338,0,2,17309,17338,17310,0,2,17310,17338,17329,0,2,17310,17329,42138,0,2,42138,17329,17341,0,2,17339,17343,17304,0,2,17339,17305,17328,0,2,17328,17305,17306,0,2,17328,17306,17340,0,2,17329,17340,42114,0,2,17329,42114,17341,0,2,17341,42114,17342,0,2,17328,17307,17339,0,2,17328,17340,17329,0,2,17092,42148,17093,0,2,17308,17092,17343,0,2,17074,17073,42176,0,2,42176,17073,17428,0,2,42176,17428,42172,0,2,42172,17428,17344,0,2,42172,17344,42360,0,2,42172,42360,17219,0,2,42172,17219,17100,0,2,17072,17071,17345,0,2,17072,17345,17346,0,2,17346,17345,17222,0,2,17346,17221,17347,0,2,17347,17221,17220,0,2,17347,17220,17344,0,2,17344,17220,42360,0,2,17221,17346,17222,0,2,17425,17426,42258,0,2,17349,42257,17350,0,2,17350,42257,42039,0,2,17350,42039,42287,0,2,42287,42039,42037,0,2,42287,42037,17351,0,2,17351,17421,17423,0,2,17423,17419,17422,0,2,17422,17419,17352,0,2,17352,17355,17353,0,2,17422,17353,17157,0,2,17422,17157,17158,0,2,17422,17158,17159,0,2,17157,17353,17354,0,2,17156,17354,17355,0,2,17156,17355,42324,0,2,17156,42324,17153,0,2,17153,42324,17155,0,2,17354,17353,17355,0,2,42324,17356,17357,0,2,17357,17356,17358,0,2,17358,17356,17416,0,2,17358,17416,17359,0,2,17359,17360,42313,0,2,42313,17360,17361,0,2,17361,17360,17403,0,2,17362,17363,42301,0,2,42301,17363,17412,0,2,42301,17412,17364,0,2,42302,17365,17366,0,2,17366,42262,42263,0,2,17366,42263,42307,0,2,42307,42263,17367,0,2,17367,42349,42311,0,2,42349,42347,42310,0,2,17369,17368,17763,0,2,17369,17763,17116,0,2,17116,17763,17117,0,2,17370,17765,17113,0,2,17113,42410,17112,0,2,17112,42410,17371,0,2,17111,17767,17747,0,2,17111,42065,17767,0,2,17767,42065,17371,0,2,17360,17359,17372,0,2,17372,17373,17374,0,2,17374,17373,17420,0,2,17375,17420,17376,0,2,17375,17376,17378,0,2,17378,17376,17377,0,2,17378,17377,17379,0,2,17378,17379,17380,0,2,17380,17379,17431,0,2,17380,17431,42053,0,2,17402,42053,17413,0,2,17405,17413,42281,0,2,17405,42281,17401,0,2,17401,42281,17381,0,2,17382,17851,17383,0,2,17383,17851,17848,0,2,17383,17848,17384,0,2,17384,17385,17386,0,2,17386,17385,17387,0,2,17391,17396,17395,0,2,17391,17395,17392,0,2,42278,17392,17393,0,2,42278,17393,42277,0,2,42277,17393,17723,0,2,10950,17393,17395,0,2,17396,17397,17394,0,2,17394,17397,10948,0,2,10947,17389,10946,0,2,10947,10948,17397,0,2,17392,17395,17393,0,2,42260,17390,17396,0,2,17396,17390,17397,0,2,17397,17390,10947,0,2,10947,17390,17389,0,2,17387,17399,17388,0,2,17388,17399,17398,0,2,17388,17398,17410,0,2,17410,17398,17389,0,2,17387,17385,17399,0,2,17399,17385,10944,0,2,10944,17385,17849,0,2,10944,17849,10943,0,2,17399,10945,17398,0,2,17398,10945,10946,0,2,17398,10946,17389,0,2,17384,17386,17383,0,2,17386,17387,42280,0,2,17386,42280,17400,0,2,17400,42280,17405,0,2,17400,17405,17401,0,2,17400,17401,17383,0,2,17382,17383,17381,0,2,17381,17383,17401,0,2,17383,17386,17400,0,2,42053,17402,17380,0,2,17380,17402,17414,0,2,17414,17402,17404,0,2,17404,17406,17403,0,2,17403,17406,17361,0,2,17361,17406,17362,0,2,17405,17406,17404,0,2,17363,17407,17408,0,2,17389,17390,17410,0,2,17410,17390,17411,0,2,17410,17411,17409,0,2,17409,17411,17412,0,2,17407,17363,17362,0,2,17363,17408,17412,0,2,17412,17408,17409,0,2,17404,17402,17413,0,2,17404,17413,17405,0,2,17378,17380,17414,0,2,17378,17414,17375,0,2,17375,42259,17420,0,2,17420,42259,17374,0,2,17356,17415,17416,0,2,17416,17415,17418,0,2,17416,17418,17372,0,2,17372,17418,17373,0,2,17372,17359,17416,0,2,17355,17415,17356,0,2,17356,42324,17355,0,2,17355,17352,17415,0,2,17415,17352,17417,0,2,17415,17417,17418,0,2,17417,17352,17419,0,2,17417,17419,17420,0,2,17417,17420,17418,0,2,17419,17423,17421,0,2,17419,17421,17420,0,2,17373,17418,17420,0,2,17420,17421,42036,0,2,42036,17421,17351,0,2,17423,17422,17159,0,2,17423,17159,42300,0,2,42300,17159,17160,0,2,42300,17160,42294,0,2,42294,17160,42295,0,2,42295,17160,17161,0,2,17353,17422,17352,0,2,17424,17427,17425,0,2,17426,17425,17279,0,2,17426,17279,17348,0,2,17348,17279,17223,0,2,17348,17223,17345,0,2,17345,17223,17222,0,2,17345,17071,17348,0,2,17348,17071,17426,0,2,17071,17070,17426,0,2,17072,17346,17347,0,2,17072,17347,17428,0,2,17347,17344,17428,0,2,17428,17073,17072,0,2,17071,17072,17088,0,2,42052,17430,42246,0,2,42052,42246,17431,0,2,17431,42246,17432,0,2,17432,42246,42247,0,2,17382,17433,17851,0,2,17382,17381,17433,0,2,17433,17381,17432,0,2,17429,17434,17430,0,2,17430,17434,17473,0,2,17473,17434,42245,0,2,42245,17434,17059,0,2,42245,17059,17058,0,2,17059,17434,17060,0,2,17060,17435,17058,0,2,17058,17059,17060,0,2,17457,17456,42171,0,2,17469,17438,17465,0,2,17459,17458,17505,0,2,17439,17505,42411,0,2,17439,42411,17449,0,2,17439,17449,17440,0,2,17439,17440,17835,0,2,17835,17440,17441,0,2,17838,17441,10905,0,2,17442,10905,17441,0,2,17441,17449,17442,0,2,17448,17443,17444,0,2,41553,17898,17446,0,2,41553,17446,41554,0,2,41559,17447,10901,0,2,17045,17447,41554,0,2,17444,17445,17448,0,2,17443,17448,17837,0,2,17443,17837,17442,0,2,17442,17837,10905,0,2,17449,17441,17440,0,2,17449,42411,17442,0,2,17450,17439,17475,0,2,17475,17477,17451,0,2,17451,17477,17452,0,2,17478,17482,17474,0,2,17474,17482,17453,0,2,17455,17463,17464,0,2,17459,17464,17456,0,2,17459,17456,17458,0,2,17458,17456,17457,0,2,17465,17438,17457,0,2,17438,17458,17457,0,2,17455,17464,17460,0,2,17454,17453,17455,0,2,17455,17453,17461,0,2,17462,17461,42244,0,2,17435,17462,17058,0,2,17462,17435,17057,0,2,17462,17057,17464,0,2,17462,17463,17461,0,2,17461,17463,17455,0,2,17463,17462,17464,0,2,17456,17464,17057,0,2,17466,42171,17467,0,2,17466,17467,17468,0,2,17468,17467,17056,0,2,17466,17468,17465,0,2,17465,17468,17469,0,2,17437,17469,17468,0,2,17437,17468,17470,0,2,17470,17468,17056,0,2,17437,17470,17436,0,2,17472,17853,17471,0,2,17471,17853,17852,0,2,17471,17852,17433,0,2,17433,17432,17471,0,2,17472,17473,17480,0,2,17480,17473,42245,0,2,42245,42244,17461,0,2,42245,17461,17482,0,2,42245,17482,17480,0,2,17474,17453,17451,0,2,17474,17451,17452,0,2,17452,17478,17474,0,2,17453,17454,17451,0,2,17451,17454,17475,0,2,17475,17454,17450,0,2,17439,17450,17505,0,2,17475,17439,17835,0,2,17475,17835,17476,0,2,17478,17479,17482,0,2,17479,17481,17480,0,2,17480,17481,17472,0,2,17479,17480,17482,0,2,17461,17453,17482,0,2,17476,17477,17475,0,2,17436,17054,17483,0,2,17436,17483,17437,0,2,17437,17483,42248,0,2,17437,42248,17469,0,2,17486,17485,17052,0,2,17486,17052,17051,0,2,17051,17487,17504,0,2,17444,17504,17487,0,2,17898,17488,17050,0,2,17898,17050,17446,0,2,17446,17050,17489,0,2,17047,17489,17314,0,2,17444,17487,17445,0,2,17445,17487,17488,0,2,17445,17488,17898,0,2,17446,17489,17047,0,2,17446,17047,17045,0,2,17045,41560,17490,0,2,17045,17490,17447,0,2,17447,17490,10901,0,2,17491,17502,10899,0,2,17502,17017,17016,0,2,17502,17016,10898,0,2,10898,17016,17492,0,2,10898,17492,17501,0,2,17501,17492,17015,0,2,17015,17496,17493,0,2,10894,10895,17494,0,2,17494,10895,17495,0,2,10894,17500,17498,0,2,17498,17500,17906,0,2,17906,17500,17499,0,2,17499,17500,42178,0,2,17499,42178,17014,0,2,10894,17498,10893,0,2,17497,17500,17493,0,2,17497,17493,17496,0,2,17493,17500,17494,0,2,17501,17015,17493,0,2,17491,10901,17503,0,2,17491,17503,17017,0,2,17491,17017,17502,0,2,17017,17503,17018,0,2,17018,17503,17490,0,2,17018,17490,41560,0,2,17490,17503,10901,0,2,10899,10900,17491,0,2,17491,10900,10901,0,2,17045,41554,17446,0,2,17051,17504,17486,0,2,17504,17444,17486,0,2,17486,17444,17443,0,2,17486,17443,17484,0,2,17484,17443,42249,0,2,42411,42249,17442,0,2,17442,42249,17443,0,2,17051,17320,17487,0,2,17487,17320,17506,0,2,17487,17506,17488,0,2,17488,17506,17050,0,2,17484,42248,17483,0,2,17483,17485,17484,0,2,17040,41544,17020,0,2,17020,41544,17507,0,2,17509,17508,17608,0,2,11078,17509,17510,0,2,17511,17510,17512,0,2,42151,17513,42152,0,2,42152,17513,17514,0,2,17514,17616,42149,0,2,17590,17591,17515,0,2,17589,17515,17516,0,2,17589,17516,17517,0,2,17517,17516,42106,0,2,17517,42106,17585,0,2,17586,17585,17518,0,2,17518,17623,17519,0,2,17521,17520,41330,0,2,17521,41330,17522,0,2,17521,17522,17523,0,2,17535,17523,17524,0,2,17524,17594,17596,0,2,17532,17596,17529,0,2,17529,11063,17528,0,2,17528,11063,11064,0,2,17535,17524,17534,0,2,17534,17524,17531,0,2,17552,17525,17541,0,2,17541,17525,17526,0,2,17541,17526,17550,0,2,17527,17526,17533,0,2,41948,17527,17530,0,2,41948,17530,17528,0,2,17529,17528,17530,0,2,17529,17530,17532,0,2,17532,17530,17533,0,2,17532,17533,17531,0,2,17531,17533,17525,0,2,17596,17532,17524,0,2,17532,17531,17524,0,2,17533,17530,17527,0,2,17526,17525,17533,0,2,17521,17523,17535,0,2,17535,17534,17536,0,2,17536,17534,17537,0,2,17554,17538,17520,0,2,17520,17538,17539,0,2,17539,17538,17540,0,2,17579,17540,17541,0,2,17579,17541,17551,0,2,17579,17551,17542,0,2,17548,11073,17572,0,2,17572,11073,17543,0,2,17546,17545,17547,0,2,11076,16895,17575,0,2,17575,16895,17576,0,2,42155,17568,11077,0,2,11077,17511,17512,0,2,17544,17543,11075,0,2,17549,11073,17548,0,2,17549,17550,17526,0,2,17549,17526,11072,0,2,11072,17526,17527,0,2,17548,17542,17549,0,2,17549,17542,17551,0,2,17554,17553,17538,0,2,17554,17537,17553,0,2,17553,17537,17531,0,2,17553,17531,17525,0,2,17531,17537,17534,0,2,17538,17553,17540,0,2,17540,17552,17541,0,2,17541,17550,17551,0,2,17551,17550,17549,0,2,17539,17540,17519,0,2,17555,17586,17518,0,2,17555,17518,17519,0,2,17519,17540,17555,0,2,42107,17556,17578,0,2,42107,17578,17557,0,2,17557,17558,17559,0,2,17559,17558,17560,0,2,17560,17570,17582,0,2,17582,17570,17569,0,2,17581,42154,42164,0,2,17566,17581,17561,0,2,17566,42437,17587,0,2,17587,42437,17583,0,2,17583,42437,17562,0,2,17592,42438,17590,0,2,17590,42438,17564,0,2,42164,17565,17561,0,2,17561,17581,42164,0,2,17593,17582,17567,0,2,17567,17582,17569,0,2,17570,17571,17573,0,2,17573,17572,17543,0,2,17573,17543,17544,0,2,17544,17545,17573,0,2,17573,17545,17546,0,2,11076,17574,17547,0,2,17547,17574,17546,0,2,17573,17546,17570,0,2,17570,17546,17569,0,2,17569,17574,17567,0,2,17569,17546,17574,0,2,17574,17575,17567,0,2,17567,17575,42168,0,2,11076,17575,17574,0,2,17575,17576,17568,0,2,17548,17572,17577,0,2,17548,17577,17580,0,2,17557,17578,17558,0,2,17558,17577,17571,0,2,17573,17571,17572,0,2,17572,17571,17577,0,2,17577,17558,17580,0,2,17580,17558,17578,0,2,17558,17571,17560,0,2,17560,17571,17570,0,2,17578,17556,17580,0,2,17580,17556,17579,0,2,17579,17542,17580,0,2,17556,17555,17579,0,2,17540,17579,17555,0,2,17593,17581,17587,0,2,17593,17587,17582,0,2,17560,17582,17587,0,2,17560,17587,17583,0,2,42107,17583,17588,0,2,42107,17588,17584,0,2,17584,17588,17517,0,2,17584,17517,17585,0,2,17584,17585,17586,0,2,17584,17586,42107,0,2,42107,17586,17556,0,2,17556,17586,17555,0,2,17559,17583,17557,0,2,17557,17583,42107,0,2,17583,17562,17588,0,2,17589,17592,17590,0,2,17591,17590,17564,0,2,17591,17564,42149,0,2,17590,17515,17589,0,2,17589,17517,17563,0,2,17589,17563,17592,0,2,17563,17517,17588,0,2,17587,17581,17566,0,2,17581,17593,42154,0,2,17535,17536,17521,0,2,17554,17520,17521,0,2,17554,17521,17536,0,2,17537,17554,17536,0,2,17523,17600,17595,0,2,17523,17595,17524,0,2,17524,17595,17594,0,2,17595,17600,17597,0,2,17595,17597,17594,0,2,17529,17596,11063,0,2,11063,17596,11062,0,2,11062,17596,17594,0,2,11062,17594,17597,0,2,11062,17597,17598,0,2,17598,17597,17599,0,2,17599,17597,17600,0,2,17600,17523,17786,0,2,17786,17523,17522,0,2,17786,17522,17602,0,2,17786,17602,17601,0,2,17602,41328,17699,0,2,17699,41328,17603,0,2,41329,17606,17605,0,2,17605,17604,41329,0,2,17512,17510,42151,0,2,42151,17510,17608,0,2,17509,17608,17510,0,2,17690,17610,17611,0,2,17690,17611,17612,0,2,17614,17613,17337,0,2,17337,17613,17037,0,2,17337,17037,17327,0,2,17619,17516,17515,0,2,17619,17515,17591,0,2,17591,42149,17616,0,2,17591,17616,17617,0,2,17619,17591,17617,0,2,17617,17616,17689,0,2,17617,17689,17618,0,2,17618,17689,17612,0,2,17614,17615,17618,0,2,17614,17618,17613,0,2,17613,17618,17612,0,2,17619,17617,17615,0,2,17618,17615,17617,0,2,17516,17619,42105,0,2,42105,17619,17620,0,2,42105,17620,17676,0,2,42105,17676,17621,0,2,42105,17621,17678,0,2,42106,17678,17622,0,2,17622,17623,17518,0,2,17518,17585,17622,0,2,17622,17585,42106,0,2,17624,41549,41550,0,2,17624,42129,17625,0,2,17625,42123,42117,0,2,17685,17686,42118,0,2,17685,42118,17626,0,2,17626,42118,42132,0,2,17626,42132,17627,0,2,17626,17627,17628,0,2,17629,42367,17630,0,2,17731,17630,17728,0,2,17728,17631,17738,0,2,17738,17631,17773,0,2,17773,17652,17772,0,2,17772,17652,17669,0,2,17772,17669,17771,0,2,17669,17642,17632,0,2,17777,17632,17633,0,2,17777,17633,17634,0,2,17634,17633,17635,0,2,17636,17635,17637,0,2,17636,17637,17769,0,2,17769,17637,42061,0,2,42061,17637,17638,0,2,42061,17638,42060,0,2,17640,17641,17108,0,2,17108,17109,17640,0,2,17640,17109,17639,0,2,17632,17642,17644,0,2,17632,17644,17643,0,2,17638,17633,17643,0,2,17638,17643,17644,0,2,17638,17644,42060,0,2,42060,17644,17645,0,2,17639,17645,17646,0,2,17646,17667,42364,0,2,17667,17658,42364,0,2,42364,17658,17647,0,2,42364,17647,17648,0,2,17648,17649,42368,0,2,42368,17649,17106,0,2,17106,17649,42011,0,2,17105,42011,17217,0,2,17639,17646,17640,0,2,17633,17638,17637,0,2,17633,17637,17635,0,2,17643,17633,17632,0,2,17728,17630,17631,0,2,17631,17630,42367,0,2,17631,42367,17651,0,2,17651,42367,17650,0,2,17627,17650,17628,0,2,17628,17650,17629,0,2,17629,17650,42367,0,2,17631,17651,17773,0,2,17651,17653,17652,0,2,17654,42134,17663,0,2,17663,42134,17655,0,2,17655,17664,17657,0,2,17656,17298,17302,0,2,17664,17298,17292,0,2,17664,17292,17657,0,2,17657,17292,17661,0,2,17658,17668,17647,0,2,17659,17294,17660,0,2,17660,17294,42356,0,2,17659,17647,17294,0,2,17647,17659,17648,0,2,17662,17666,17663,0,2,17663,17655,17662,0,2,17662,17655,17657,0,2,17661,17662,17657,0,2,17661,17665,17662,0,2,17644,17642,17665,0,2,17665,17642,17666,0,2,17663,17666,17654,0,2,17666,17662,17665,0,2,17654,17666,17672,0,2,17644,17646,17645,0,2,17644,17665,17646,0,2,17646,17665,17667,0,2,17665,17661,17667,0,2,17658,17667,17668,0,2,17668,17667,17661,0,2,17668,17661,17292,0,2,17292,17293,17668,0,2,17668,17294,17647,0,2,17294,17668,17293,0,2,17298,17664,42135,0,2,17773,17651,17652,0,2,17652,17653,17669,0,2,17653,17672,17669,0,2,17651,17670,17653,0,2,17651,17650,17670,0,2,17670,17671,17653,0,2,17653,17671,17672,0,2,17672,17671,17673,0,2,17675,42112,17299,0,2,17675,17299,42109,0,2,17676,17677,17621,0,2,17681,17687,17680,0,2,17680,17687,17626,0,2,17626,17628,17680,0,2,17680,17628,17629,0,2,17680,17629,17681,0,2,17684,41331,17623,0,2,17684,17623,17622,0,2,17683,41331,17682,0,2,17682,41331,17684,0,2,17682,17684,17681,0,2,17681,17684,17687,0,2,17687,17684,17679,0,2,17684,17622,17679,0,2,17679,17622,17678,0,2,17682,17681,17607,0,2,42117,17686,17677,0,2,42117,17677,17625,0,2,17625,17676,17624,0,2,17676,17625,17677,0,2,17621,17677,17678,0,2,17678,17685,17679,0,2,17679,17685,17626,0,2,17679,17626,17687,0,2,17677,17686,17678,0,2,17678,17686,17685,0,2,17624,17676,17620,0,2,17513,17609,17610,0,2,17513,17610,17690,0,2,17688,17689,17616,0,2,17612,17689,17690,0,2,17689,17688,17690,0,2,17690,17688,17513,0,2,17688,17616,17514,0,2,42151,17608,17609,0,2,17020,17692,17028,0,2,17691,11080,11081,0,2,17691,11081,17692,0,2,17692,11081,17028,0,2,11081,11082,17028,0,2,17509,17691,17508,0,2,17691,17692,17508,0,2,17508,17692,17507,0,2,17692,17020,17507,0,2,41951,17693,11071,0,2,11071,17693,17694,0,2,11071,17694,17696,0,2,17694,17695,11074,0,2,17694,11074,17696,0,2,17696,11074,11073,0,2,17696,11072,11071,0,2,11074,17695,11075,0,2,16907,17695,17694,0,2,17697,11070,11069,0,2,17697,11069,17698,0,2,11070,17697,17693,0,2,17693,17697,17694,0,2,17694,17697,16907,0,2,16907,17697,16908,0,2,16908,17697,17698,0,2,17698,16922,16909,0,2,17700,17784,17699,0,2,17699,17784,17601,0,2,17699,17601,17602,0,2,17603,17604,17699,0,2,17699,17604,17700,0,2,17701,17700,17702,0,2,17701,17702,17730,0,2,17701,17730,17703,0,2,17703,17730,17726,0,2,17703,17726,17704,0,2,17703,17704,17705,0,2,17705,17704,17733,0,2,17705,17733,10960,0,2,17733,17709,10958,0,2,17709,17733,17735,0,2,17709,17735,17736,0,2,10955,10956,17706,0,2,10955,17706,10953,0,2,10953,17706,17720,0,2,10953,17720,10952,0,2,10951,17707,17723,0,2,10951,17723,17815,0,2,17815,17723,10950,0,2,10950,17395,42055,0,2,10950,17723,17393,0,2,17723,17707,17722,0,2,17722,17707,10952,0,2,10956,17708,17736,0,2,17709,17708,17792,0,2,17708,17709,17736,0,2,10956,17736,17710,0,2,17710,17736,17711,0,2,17711,17737,17713,0,2,17711,17713,17712,0,2,17712,17713,17714,0,2,17715,42059,17716,0,2,17717,17718,17719,0,2,17706,17719,17720,0,2,10952,17720,42056,0,2,42056,17720,17719,0,2,42056,17719,17721,0,2,17718,17721,17719,0,2,10952,42056,17722,0,2,17723,17722,42277,0,2,17716,17714,17715,0,2,17712,17714,17724,0,2,17711,17712,17710,0,2,17710,17712,17724,0,2,17719,17724,17714,0,2,17719,17714,17717,0,2,17717,17714,17716,0,2,17719,17706,17724,0,2,17724,17706,17710,0,2,17710,17706,10956,0,2,17714,17713,17715,0,2,17725,17734,17779,0,2,17779,17734,17726,0,2,17727,17726,17729,0,2,17727,17729,17728,0,2,17728,17729,17731,0,2,17731,17729,17730,0,2,17731,17730,17702,0,2,17731,17702,17605,0,2,17731,17605,17732,0,2,17681,17629,17607,0,2,17629,17630,17732,0,2,17732,17630,17731,0,2,17733,17704,17735,0,2,17729,17726,17730,0,2,17726,17734,17704,0,2,17735,17711,17736,0,2,17711,17735,17737,0,2,17734,17737,17704,0,2,17704,17737,17735,0,2,17728,17738,17727,0,2,17727,17738,17774,0,2,17727,17774,17778,0,2,17778,17774,17739,0,2,17778,17739,17783,0,2,17783,17739,17740,0,2,17740,17739,17741,0,2,17740,17741,17742,0,2,17742,17741,17634,0,2,17743,17742,17770,0,2,17743,17770,17744,0,2,17744,17636,17745,0,2,17768,17746,17747,0,2,17746,42062,17747,0,2,17121,42062,17110,0,2,42409,17749,17750,0,2,17750,17749,17751,0,2,17759,17753,42273,0,2,17759,42273,17758,0,2,17758,42273,17754,0,2,17754,17755,17718,0,2,17718,17755,17721,0,2,17754,17718,17717,0,2,17717,17782,17758,0,2,42355,17742,42352,0,2,42352,17742,17743,0,2,42353,17743,17744,0,2,42409,17750,17748,0,2,17745,17748,17750,0,2,17745,17750,17744,0,2,42355,42352,42353,0,2,42355,42353,17756,0,2,17758,17757,17759,0,2,17757,17758,17782,0,2,17757,17782,17780,0,2,42351,17753,17752,0,2,17757,17756,17760,0,2,17757,17760,17761,0,2,17761,17760,17751,0,2,17761,17751,17766,0,2,17766,17752,17761,0,2,17761,17752,17753,0,2,17761,17753,17759,0,2,17761,17759,17757,0,2,17751,17749,17766,0,2,17752,17766,17764,0,2,17752,17764,17762,0,2,17763,17762,17117,0,2,17763,17368,42350,0,2,17763,42350,17762,0,2,17762,17764,17765,0,2,17765,42410,17113,0,2,17765,17370,17762,0,2,17370,17117,17762,0,2,17765,17764,17766,0,2,17765,17766,17749,0,2,17765,17749,42410,0,2,17747,17767,17768,0,2,17768,17767,17371,0,2,17768,17371,17748,0,2,17748,17371,42409,0,2,17636,17769,17745,0,2,17745,17769,42061,0,2,17745,42061,17768,0,2,17770,17636,17744,0,2,17770,17742,17634,0,2,17771,17775,17772,0,2,17772,17775,17774,0,2,17772,17774,17773,0,2,17773,17774,17738,0,2,17739,17774,17741,0,2,17774,17775,17741,0,2,17741,17775,17776,0,2,17741,17776,17634,0,2,17634,17776,17777,0,2,17777,17776,17771,0,2,17771,17776,17775,0,2,17771,17669,17777,0,2,17777,17669,17632,0,2,17634,17635,17770,0,2,17770,17635,17636,0,2,17727,17778,17726,0,2,17726,17778,17779,0,2,17725,17779,42057,0,2,17725,42057,17715,0,2,17715,42057,42059,0,2,17716,42059,17780,0,2,42058,17783,17740,0,2,17782,17717,17716,0,2,17780,17782,17716,0,2,17779,17778,17783,0,2,17713,17737,17725,0,2,17725,17737,17734,0,2,17725,17715,17713,0,2,17733,10958,10960,0,2,17703,17705,17701,0,2,17702,17700,17605,0,2,17605,17700,17604,0,2,17784,17785,17601,0,2,17601,17785,17786,0,2,17786,17785,17787,0,2,17600,17787,17791,0,2,17600,17791,17599,0,2,17600,17786,17787,0,2,17784,10962,17787,0,2,17784,17787,17785,0,2,17789,17787,17788,0,2,10962,17790,17788,0,2,10962,17788,17787,0,2,17788,41181,17789,0,2,17789,41181,11061,0,2,17789,11061,17791,0,2,17791,11061,17599,0,2,17791,17787,17789,0,2,10956,10955,42000,0,2,10956,42000,17792,0,2,10957,17792,17793,0,2,42007,17795,17796,0,2,17794,42007,17796,0,2,17794,17796,17797,0,2,10959,17797,17798,0,2,17800,17798,17799,0,2,17799,10961,17800,0,2,17797,10959,17794,0,2,17794,10959,10957,0,2,17794,10957,17793,0,2,10959,17798,17800,0,2,17799,17798,17801,0,2,17799,17801,17816,0,2,10963,17801,17802,0,2,10963,17802,10989,0,2,17803,17805,17804,0,2,17804,17805,41972,0,2,17805,17803,17806,0,2,17796,42102,17801,0,2,17796,17801,17797,0,2,17797,17801,17798,0,2,42102,17796,17795,0,2,42102,17795,17806,0,2,17806,17795,42006,0,2,17806,42001,17807,0,2,17807,42001,42002,0,2,17810,17811,41969,0,2,41982,41969,17811,0,2,17811,41984,41983,0,2,17812,17815,41985,0,2,17811,17810,41984,0,2,17809,17808,17813,0,2,17809,17813,17810,0,2,41984,17810,17812,0,2,17812,17810,17813,0,2,10951,17813,42005,0,2,10951,42005,17814,0,2,10951,17814,17707,0,2,10951,17815,17813,0,2,17815,17812,17813,0,2,17817,11058,17816,0,2,17816,11058,10962,0,2,17816,17801,17817,0,2,17817,17801,10963,0,2,10989,17802,17818,0,2,17818,17802,17803,0,2,17803,17804,17818,0,2,17803,17802,42102,0,2,17803,42102,17806,0,2,42055,17394,10949,0,2,17396,17394,42055,0,2,17396,42055,17395,0,2,10928,10855,10933,0,2,10910,10911,10914,0,2,10914,10911,10915,0,2,10915,10911,10916,0,2,17820,10917,17821,0,2,17822,17821,17823,0,2,41557,17823,17821,0,2,10917,10916,17821,0,2,10917,17820,10896,0,2,10896,17820,10919,0,2,10919,17820,10918,0,2,10918,17820,10899,0,2,10916,10912,17821,0,2,17870,17828,17829,0,2,17829,10921,10922,0,2,10906,42186,17825,0,2,10906,17825,17830,0,2,17834,17825,17832,0,2,17834,17838,17831,0,2,17834,17832,17835,0,2,17834,17835,17441,0,2,17476,17835,17832,0,2,17834,17441,17838,0,2,17831,17838,17836,0,2,10907,17836,10905,0,2,10905,17836,17838,0,2,10904,10905,17837,0,2,17831,17830,17834,0,2,17834,17830,17825,0,2,17839,42186,17826,0,2,42186,17839,17825,0,2,17832,17825,17833,0,2,17833,17893,17452,0,2,17479,17859,17890,0,2,17890,17859,17841,0,2,17842,17841,17861,0,2,17842,17861,17843,0,2,17843,17861,17844,0,2,17844,17857,17845,0,2,17846,10941,17847,0,2,17846,17847,17855,0,2,17855,17847,17850,0,2,17850,17847,17848,0,2,17848,17847,17849,0,2,17848,17849,17384,0,2,17384,17849,17385,0,2,10943,17849,17847,0,2,10943,17847,10941,0,2,17850,17848,17851,0,2,17850,17851,17854,0,2,17854,17851,17433,0,2,17854,17433,17852,0,2,17472,17481,17853,0,2,17852,17853,17854,0,2,17854,17853,17843,0,2,17854,17843,17844,0,2,17854,17844,17855,0,2,17855,17844,17846,0,2,17846,17844,17845,0,2,17854,17855,17850,0,2,10941,17846,17845,0,2,17856,17845,17857,0,2,17856,17857,17858,0,2,17858,17857,10940,0,2,10940,17857,17862,0,2,17874,17859,17860,0,2,17860,17859,17479,0,2,17860,17479,17478,0,2,17844,17861,17857,0,2,17874,17862,17841,0,2,17874,17841,17859,0,2,17841,17862,17861,0,2,17861,17862,17857,0,2,10940,17862,17863,0,2,17863,17862,17875,0,2,42415,17876,17864,0,2,42415,17864,17896,0,2,17826,17827,42416,0,2,17866,17867,17883,0,2,17883,17867,17872,0,2,17883,17872,17868,0,2,17883,17868,17884,0,2,41501,17884,17868,0,2,41501,17868,10926,0,2,10926,17868,17873,0,2,10924,10926,17873,0,2,10924,17871,17869,0,2,17869,17870,17829,0,2,17869,17829,10922,0,2,17869,10922,10923,0,2,17867,17871,17872,0,2,17872,17871,10924,0,2,17869,17871,17870,0,2,17868,17872,17873,0,2,10924,17873,17872,0,2,17827,17828,42416,0,2,42416,17828,17865,0,2,17865,17828,17870,0,2,17865,17870,17867,0,2,17826,42416,17896,0,2,17896,42416,42415,0,2,17875,17862,17874,0,2,17875,17874,17876,0,2,17876,17874,17860,0,2,17876,17860,17864,0,2,17863,17875,17882,0,2,17882,17875,17876,0,2,17882,17876,17878,0,2,17878,17876,17877,0,2,17878,17877,17879,0,2,17878,17879,17882,0,2,17882,17879,17881,0,2,17882,17881,17880,0,2,17880,17881,10936,0,2,10936,10937,17880,0,2,10938,17882,17880,0,2,17882,10938,17863,0,2,17877,17876,17883,0,2,17884,17879,17877,0,2,17884,17877,17883,0,2,17886,17885,41502,0,2,41502,10933,17886,0,2,17886,10933,10934,0,2,17886,10934,17887,0,2,17879,17885,17881,0,2,17881,17885,17888,0,2,17888,17885,17886,0,2,17888,17886,17887,0,2,17888,17887,17889,0,2,17888,17889,10936,0,2,17888,10936,17881,0,2,17841,17842,17890,0,2,17890,17842,17481,0,2,17481,17842,17853,0,2,17481,17479,17890,0,2,17840,17478,17452,0,2,17452,17477,17833,0,2,17825,17839,17833,0,2,17860,17840,17891,0,2,17860,17891,17864,0,2,17860,17478,17840,0,2,17893,17840,17452,0,2,17893,17892,17891,0,2,17891,17840,17893,0,2,17893,17833,17892,0,2,17892,17833,17839,0,2,17839,17826,17892,0,2,17892,17826,17894,0,2,17894,17891,17892,0,2,17895,17896,17864,0,2,17864,17891,17895,0,2,17895,17891,17894,0,2,17895,17894,17896,0,2,17896,17894,17826,0,2,10906,10908,17897,0,2,17897,10908,17824,0,2,17897,17824,41992,0,2,10903,17899,41557,0,2,41557,41558,10904,0,2,17445,17898,17899,0,2,17445,17899,17448,0,2,10892,10891,17499,0,2,17499,10891,17906,0,2,17498,17907,42243,0,2,10920,42243,17900,0,2,17900,17905,42184,0,2,42184,17905,42185,0,2,42185,17904,10922,0,2,10922,17904,10923,0,2,42243,17907,17900,0,2,42185,17905,17904,0,2,10923,17901,10925,0,2,17902,10888,17903,0,2,17903,17819,10927,0,2,17903,10927,17902,0,2,17902,10927,10925,0,2,10925,10924,10923,0,2,17819,17903,10929,0,2,10929,17903,10931,0,2,10931,17903,10888,0,2,10888,17902,17914,0,2,17914,17902,10925,0,2,17914,10925,17901,0,2,10889,17905,10890,0,2,10890,17905,17900,0,2,10890,17900,17907,0,2,10889,17914,17905,0,2,17905,17914,17901,0,2,10923,17904,17901,0,2,17901,17904,17905,0,2,17907,17498,17906,0,2,17906,10891,17907,0,2,10854,10930,10857,0,2,10857,10930,10858,0,2,17909,17918,10882,0,2,10859,17918,17910,0,2,17910,17918,17911,0,2,17912,17911,17917,0,2,17912,10891,17913,0,2,17913,10891,10892,0,2,10891,17912,10890,0,2,17912,17917,10890,0,2,10890,42182,10889,0,2,10889,42182,17914,0,2,10859,17910,10860,0,2,17908,17916,17909,0,2,17909,17916,17911,0,2,17911,17916,17917,0,2,10854,10856,17939,0,2,17943,10879,17942,0,2,17942,10879,17919,0,2,10828,10826,10827,0,2,17925,17922,17921,0,2,17922,17923,16994,0,2,16994,16993,17922,0,2,17924,17923,17920,0,2,10826,10847,41516,0,2,41516,17924,10824,0,2,10824,17924,17920,0,2,17920,17922,17925,0,2,17926,17925,17928,0,2,17926,17928,17929,0,2,17929,17927,10819,0,2,10819,10820,17929,0,2,17929,10820,17932,0,2,17929,17932,17926,0,2,17925,17921,17928,0,2,11105,17927,11108,0,2,11108,17927,11104,0,2,11104,17927,17929,0,2,17922,16993,17921,0,2,10850,17924,10847,0,2,41516,10847,17924,0,2,10825,41516,10824,0,2,10824,17920,10822,0,2,10822,17920,17930,0,2,10822,17930,17931,0,2,10821,17931,17932,0,2,10821,17932,10820,0,2,10845,10851,10846,0,2,10846,10851,10848,0,2,10851,10845,17008,0,2,17008,10845,10843,0,2,10852,17934,10853,0,2,10853,17934,17940,0,2,17940,17934,17933,0,2,17940,17933,42242,0,2,42242,17933,17937,0,2,41540,17937,17933,0,2,41540,17933,17934,0,2,41540,17934,17935,0,2,17935,17934,10852,0,2,17935,10852,17936,0,2,17935,17936,10837,0,2,10837,17936,10843,0,2,10837,10842,17935,0,2,17935,10836,41540,0,2,17937,41540,41498,0,2,17941,41498,17938,0,2,17942,17938,41497,0,2,17942,41497,17943,0,2,17943,41497,17939,0,2,17941,42242,41498,0,2,41498,42242,17937,0,2,17941,17938,17942,0,2,10856,17943,17939,0,2,10852,17007,17936,0,2,17936,17007,10843,0,2,10843,10844,10837,0,2,10833,10834,10840,0,2,10840,10834,10841,0,2,10841,10834,10836,0,2,10826,41516,10827,0,2,10827,17944,17945,0,2,10844,17945,17946,0,2,10829,17946,17947,0,2,10829,17947,10830,0,2,10830,17948,10832,0,2,10832,17948,17949,0,2,10832,17949,41477,0,2,41487,41528,17952,0,2,41487,17952,17951,0,2,17954,17953,17955,0,2,17964,17955,17956,0,2,17964,17956,41512,0,2,17957,41916,17958,0,2,17994,17958,41503,0,2,17994,41503,17959,0,2,17959,17960,17961,0,2,18005,17961,41504,0,2,18005,41504,17962,0,2,17962,41504,17963,0,2,41532,41515,10825,0,2,41532,10823,17963,0,2,17963,10823,17962,0,2,17964,17996,17955,0,2,17955,17996,17954,0,2,17954,17996,17969,0,2,17970,17969,17965,0,2,17966,17965,11724,0,2,17968,17967,17996,0,2,17965,17969,11724,0,2,17996,17967,17969,0,2,17969,17967,11724,0,2,17954,17969,17953,0,2,17953,17969,17970,0,2,17953,17970,17984,0,2,17984,17970,17966,0,2,17984,17966,17971,0,2,41509,17971,17972,0,2,11721,41465,41535,0,2,41535,41465,17974,0,2,41535,17974,41484,0,2,41484,17974,41496,0,2,41484,41496,41064,0,2,41064,41496,17975,0,2,17975,41462,41035,0,2,41035,41461,17976,0,2,17976,17977,41034,0,2,40928,17978,17979,0,2,40928,17979,17980,0,2,40928,17980,17981,0,2,17981,17980,17982,0,2,41460,17983,17977,0,2,41460,17977,17976,0,2,41034,17977,17978,0,2,17978,17977,17983,0,2,17978,17983,17979,0,2,11721,41506,17973,0,2,17953,17984,17952,0,2,17952,17984,41510,0,2,41510,17984,41509,0,2,41509,17984,17971,0,2,17970,17965,17966,0,2,11729,17966,11724,0,2,10774,17986,17999,0,2,10774,17999,17987,0,2,10774,17987,17988,0,2,17988,17987,17989,0,2,17988,17989,17990,0,2,17989,17991,18011,0,2,18011,17991,17992,0,2,18010,17992,17993,0,2,18010,17993,18013,0,2,18013,17993,17959,0,2,17959,17993,17997,0,2,17959,17997,17994,0,2,17958,17994,17957,0,2,17957,17995,17996,0,2,17996,17995,17968,0,2,17996,17964,17957,0,2,17957,17964,41512,0,2,17993,17992,17997,0,2,17957,17997,17998,0,2,17957,17998,17995,0,2,17998,17997,17991,0,2,17998,17991,41917,0,2,41917,17991,17989,0,2,41917,17989,17987,0,2,17991,17997,17992,0,2,17957,17994,17997,0,2,17985,17986,10772,0,2,10772,17986,10773,0,2,17985,11724,17986,0,2,17986,11724,17967,0,2,10829,10830,10839,0,2,10844,17946,10829,0,2,17945,10828,10827,0,2,10821,18004,18000,0,2,17962,18001,18002,0,2,10798,18003,10812,0,2,10812,18003,10811,0,2,10811,18004,10818,0,2,18006,18002,10798,0,2,10798,18002,18003,0,2,18002,18001,18003,0,2,18003,18004,10811,0,2,18000,18004,18003,0,2,18000,18003,18001,0,2,17962,18002,18005,0,2,18005,18002,41915,0,2,41915,18002,18006,0,2,17961,41914,17959,0,2,17959,41914,18013,0,2,18013,18007,18012,0,2,18012,18007,18022,0,2,18012,18022,18008,0,2,18012,18008,18009,0,2,18012,18009,18010,0,2,18010,18009,18024,0,2,18010,18024,17992,0,2,18010,18013,18012,0,2,17962,10823,18001,0,2,10823,17931,18001,0,2,18001,17931,18000,0,2,10821,10820,18004,0,2,18004,10820,10818,0,2,10816,10805,18014,0,2,10816,18014,42197,0,2,18014,10805,10804,0,2,10799,10800,42195,0,2,10799,42195,10797,0,2,10796,41909,18015,0,2,10797,18015,18016,0,2,10797,18016,41915,0,2,41915,17961,18005,0,2,41915,18006,10797,0,2,10796,18015,10797,0,2,10793,41905,10794,0,2,10794,41905,18017,0,2,18017,41905,18019,0,2,18017,18019,18018,0,2,18018,18019,41906,0,2,41906,18019,18020,0,2,41907,18020,18021,0,2,41907,18021,18022,0,2,18022,18023,18008,0,2,18008,18500,18024,0,2,18008,18024,18009,0,2,18020,18019,18021,0,2,18021,41905,18025,0,2,10792,18026,10791,0,2,10792,18493,10793,0,2,18021,18019,41905,0,2,10795,18017,41912,0,2,10795,41912,41868,0,2,18018,41912,18017,0,2,18028,18026,41865,0,2,18028,41865,18029,0,2,18029,41865,41866,0,2,18029,41866,18030,0,2,18030,41872,18031,0,2,18213,41382,18032,0,2,18032,41382,18033,0,2,18201,18035,18036,0,2,18199,18036,42238,0,2,18199,42238,41320,0,2,41320,42238,41395,0,2,41395,42238,42239,0,2,41381,18037,18034,0,2,41381,18034,18033,0,2,18028,18029,18215,0,2,18028,18215,10790,0,2,10790,18215,18222,0,2,10790,18222,18221,0,2,10790,18221,10789,0,2,10789,18221,18038,0,2,18038,18220,18039,0,2,18039,42222,42237,0,2,42237,42222,18040,0,2,42237,18040,18041,0,2,18041,18244,18042,0,2,18042,41846,41862,0,2,41862,41846,18043,0,2,41862,18043,18044,0,2,10781,18049,18046,0,2,18045,18046,18047,0,2,18048,41861,18044,0,2,10786,18048,18047,0,2,18044,18047,18048,0,2,18047,18044,18045,0,2,10786,18047,18051,0,2,18046,18049,18047,0,2,18047,18049,18051,0,2,18050,18049,10782,0,2,18050,10782,10784,0,2,18050,18051,18049,0,2,18050,10785,18051,0,2,18046,18045,10781,0,2,10780,10781,18490,0,2,10780,18490,18052,0,2,18496,41847,18055,0,2,18055,41847,18247,0,2,18053,18054,18055,0,2,18055,18054,10779,0,2,10779,18054,18056,0,2,18476,18057,18058,0,2,18477,18059,18475,0,2,18475,18162,18473,0,2,18473,18162,18163,0,2,18473,18163,18522,0,2,18061,18062,18063,0,2,18064,18063,18065,0,2,18064,18065,18515,0,2,18515,18065,18066,0,2,18515,18066,18067,0,2,18067,18066,40825,0,2,40825,18066,18072,0,2,40825,18072,40824,0,2,40824,18072,18121,0,2,18120,18115,18068,0,2,18068,18115,40826,0,2,18063,18062,18065,0,2,18065,18062,18069,0,2,18069,18062,18070,0,2,18072,18070,18071,0,2,18073,18072,18071,0,2,18074,18071,18062,0,2,18062,18071,18070,0,2,18074,18062,18061,0,2,18074,18061,18522,0,2,18071,18074,18075,0,2,18077,18075,18076,0,2,18077,18076,18078,0,2,18093,18080,18081,0,2,18472,18082,41695,0,2,41695,18082,41750,0,2,41750,18257,41747,0,2,18092,18083,18089,0,2,41778,18089,18400,0,2,41778,18401,18404,0,2,18404,18084,18091,0,2,18091,18084,18085,0,2,18090,18085,18086,0,2,18086,18428,18087,0,2,18087,18092,18088,0,2,18087,18088,18086,0,2,18086,18088,18090,0,2,18090,18088,18089,0,2,18090,18089,18091,0,2,18091,41778,18404,0,2,18085,18090,18091,0,2,18087,41692,18092,0,2,18089,41778,18091,0,2,18080,18093,18094,0,2,18095,18094,18161,0,2,18161,18094,41675,0,2,18158,18096,18097,0,2,18158,18097,18103,0,2,18103,18097,18102,0,2,18098,14294,14293,0,2,18098,14293,18099,0,2,18098,18099,41686,0,2,41681,18100,18101,0,2,18102,41685,18103,0,2,18103,41684,18157,0,2,18157,41684,41829,0,2,41829,41684,18104,0,2,41829,18104,18105,0,2,18109,18108,18110,0,2,18110,18111,18112,0,2,18112,18111,18137,0,2,18077,18112,18145,0,2,18077,18145,18113,0,2,18114,18122,18120,0,2,18120,18122,18115,0,2,18115,18116,10768,0,2,10768,18116,18151,0,2,10768,18151,18117,0,2,18117,18118,10767,0,2,10767,18118,10766,0,2,10766,18118,10765,0,2,10765,18118,18119,0,2,18119,18118,18152,0,2,18152,18118,18117,0,2,18119,40886,10764,0,2,10764,40886,40887,0,2,10767,10768,18117,0,2,10768,40826,18115,0,2,18112,18077,18078,0,2,18112,18078,18079,0,2,18112,18079,18110,0,2,18110,18079,18109,0,2,18077,18113,18073,0,2,18073,18113,18114,0,2,18073,18114,18120,0,2,18073,18120,18121,0,2,18077,18073,18075,0,2,18075,18073,18071,0,2,18121,18120,18068,0,2,18123,18124,18125,0,2,18125,18124,40889,0,2,40889,40559,18156,0,2,18127,18126,18128,0,2,18127,18128,18535,0,2,18535,18129,18130,0,2,18130,18131,18542,0,2,18542,18131,18132,0,2,18542,18132,47602,0,2,47602,18132,13999,0,2,18129,18131,18130,0,2,18129,18535,18128,0,2,40791,18128,40549,0,2,13970,40550,40551,0,2,13970,40551,13982,0,2,13982,40551,40556,0,2,13982,40556,13971,0,2,13971,40556,18133,0,2,40556,18134,18133,0,2,18134,40558,13975,0,2,18149,13975,18135,0,2,41687,18135,40555,0,2,41687,40555,18138,0,2,18138,40555,18136,0,2,18136,40554,18113,0,2,18145,18112,18137,0,2,18138,18145,18137,0,2,18138,18137,18139,0,2,18139,18111,18140,0,2,41682,18106,18105,0,2,18139,18137,18111,0,2,18111,18110,18142,0,2,18140,18142,18143,0,2,18143,18106,41682,0,2,41682,18141,18143,0,2,18143,18141,18140,0,2,18142,18140,18111,0,2,18106,18143,18107,0,2,18143,18142,18108,0,2,18143,18108,18107,0,2,18144,40562,18122,0,2,18113,18144,18114,0,2,18114,18144,18122,0,2,18113,18145,18136,0,2,18136,18145,18138,0,2,41677,18147,41698,0,2,41698,18147,41676,0,2,41698,41676,18141,0,2,18138,18146,41687,0,2,18135,41687,18148,0,2,18135,18148,18149,0,2,18149,41678,18150,0,2,13963,13965,18150,0,2,18149,18150,13975,0,2,13965,13975,18150,0,2,13975,13973,18134,0,2,18134,13973,18133,0,2,18138,18139,18146,0,2,18122,18123,18116,0,2,18116,18123,18151,0,2,18116,18115,18122,0,2,18152,18151,18125,0,2,18152,18125,18153,0,2,18153,18125,40889,0,2,18543,18154,18155,0,2,18155,18154,18126,0,2,18155,18126,18127,0,2,18126,18154,18156,0,2,18156,18154,40889,0,2,18125,18151,18123,0,2,18151,18152,18117,0,2,18157,41829,41828,0,2,18157,41828,18158,0,2,18101,18159,41681,0,2,41681,18159,18098,0,2,18101,41685,18159,0,2,18102,18159,41685,0,2,41686,18099,40588,0,2,18098,18159,14294,0,2,14294,18102,18097,0,2,18159,18102,14294,0,2,14294,18097,14295,0,2,14295,18096,18160,0,2,18160,18096,41694,0,2,41694,18096,18158,0,2,18097,18096,14295,0,2,18080,18094,18164,0,2,18164,18094,18095,0,2,18095,18109,18079,0,2,18109,18095,18108,0,2,18108,18095,18161,0,2,18161,41675,18158,0,2,18161,18107,18108,0,2,18079,18078,18076,0,2,18079,18076,18162,0,2,18074,18522,18163,0,2,18074,18163,18075,0,2,18075,18163,18076,0,2,18079,18162,18164,0,2,18079,18164,18095,0,2,18164,18060,18254,0,2,18060,18059,18165,0,2,18165,18488,18258,0,2,18258,18488,18166,0,2,18465,41665,18168,0,2,18168,41666,18268,0,2,18268,41666,41672,0,2,18268,41672,41575,0,2,41575,41672,18169,0,2,18271,18171,18172,0,2,18271,18172,18173,0,2,18173,18172,41355,0,2,41355,41354,18174,0,2,41354,41853,41351,0,2,41351,41853,18175,0,2,18175,41855,18176,0,2,18176,41855,18177,0,2,18176,18177,18178,0,2,41358,18239,41360,0,2,18180,42213,42215,0,2,18182,18183,18228,0,2,18228,18183,18184,0,2,18184,18183,18185,0,2,18184,18185,18186,0,2,42240,18188,18206,0,2,42240,18206,18189,0,2,18190,18189,18202,0,2,18190,18202,41363,0,2,41363,18191,18192,0,2,41332,18192,41298,0,2,41298,18192,18211,0,2,41298,18211,18193,0,2,18193,18211,41315,0,2,41315,18211,18194,0,2,18194,18195,16828,0,2,16828,18195,18196,0,2,41320,18198,18199,0,2,18199,18208,18200,0,2,18199,18200,18036,0,2,18036,18200,18201,0,2,18201,18202,18205,0,2,18205,18202,18206,0,2,18212,18186,18203,0,2,18185,18203,18186,0,2,18204,18205,18188,0,2,18188,18205,18206,0,2,18189,18206,18202,0,2,41363,18202,41322,0,2,41363,41322,18191,0,2,18191,41322,18207,0,2,18191,18207,18208,0,2,18209,18196,18195,0,2,18192,18191,18210,0,2,18211,18210,18195,0,2,18211,18192,18210,0,2,18210,18209,18195,0,2,18195,18194,18211,0,2,18191,18208,18210,0,2,18210,18208,18209,0,2,18212,18205,18204,0,2,18212,18204,18186,0,2,18204,18187,18186,0,2,18205,18212,18201,0,2,18201,18212,18035,0,2,18035,18212,18203,0,2,18035,18203,18034,0,2,18034,18203,18185,0,2,18034,18185,18033,0,2,18033,18185,18032,0,2,18032,18185,18183,0,2,18032,18183,18213,0,2,18031,18213,18223,0,2,18031,18223,18214,0,2,18214,18223,18224,0,2,18029,18214,18215,0,2,18218,18219,18216,0,2,18218,18216,18217,0,2,18218,18217,42224,0,2,18218,42224,18220,0,2,18220,42224,18039,0,2,18219,18218,42221,0,2,18219,42221,42220,0,2,18218,18220,18221,0,2,18221,18220,18038,0,2,18029,18030,18214,0,2,18214,18030,18031,0,2,18213,18183,42219,0,2,18213,42219,18223,0,2,18225,42218,18215,0,2,18215,42218,42220,0,2,18225,18215,18214,0,2,18225,18214,18224,0,2,18223,42219,18224,0,2,18224,42219,18225,0,2,18208,18227,18226,0,2,18208,18226,18209,0,2,18209,18226,18196,0,2,18226,18227,18197,0,2,18198,41319,18197,0,2,18198,18197,18227,0,2,18199,18198,18208,0,2,18186,18187,18184,0,2,18184,18187,18228,0,2,18228,18187,18235,0,2,42208,18235,18229,0,2,42208,18229,18230,0,2,18179,18231,41359,0,2,41359,18231,42211,0,2,41359,42211,18232,0,2,18232,42211,42209,0,2,18233,42209,42210,0,2,18233,42210,18190,0,2,18230,18179,18234,0,2,18181,18182,18234,0,2,18234,18182,42208,0,2,18235,42208,18228,0,2,18234,42208,18230,0,2,18181,18234,42215,0,2,42215,18234,18180,0,2,18179,18180,18234,0,2,18179,18230,18231,0,2,18187,18236,18235,0,2,18230,18229,18231,0,2,18180,18179,41360,0,2,18180,41360,42213,0,2,42213,41360,18237,0,2,42226,42227,18238,0,2,42226,18238,42230,0,2,18178,42230,18238,0,2,18238,18239,41358,0,2,41360,18239,18237,0,2,18238,42227,18239,0,2,18239,42227,18237,0,2,41354,41355,18172,0,2,18241,18172,18240,0,2,18241,18252,18242,0,2,18244,18251,18246,0,2,18244,18246,18245,0,2,18492,18245,18480,0,2,18492,18480,18247,0,2,18250,41669,42234,0,2,18250,42234,18251,0,2,18040,18243,18251,0,2,18251,18243,18252,0,2,18252,18243,18242,0,2,18251,18252,18250,0,2,18250,18252,18253,0,2,18253,18171,18170,0,2,18171,18253,42228,0,2,18171,42228,18240,0,2,18240,42228,18241,0,2,18171,18240,18172,0,2,18251,42234,18246,0,2,18060,18165,18254,0,2,18082,18256,18471,0,2,18082,18471,18257,0,2,18254,18165,18258,0,2,18254,18258,18255,0,2,18255,18258,18259,0,2,18259,18263,18260,0,2,18261,18260,18264,0,2,18256,18261,18262,0,2,18256,18262,18471,0,2,18260,18261,18259,0,2,18255,18259,18261,0,2,18255,18261,18256,0,2,18263,18259,18258,0,2,18258,18166,18263,0,2,18263,18166,41674,0,2,18260,41674,18264,0,2,18264,18469,18262,0,2,18262,18469,18468,0,2,18262,18468,18265,0,2,18464,18267,18393,0,2,18272,18269,18270,0,2,18271,18270,18170,0,2,18271,18170,18171,0,2,18271,18173,18270,0,2,18270,18173,18272,0,2,41350,41349,18274,0,2,18371,41348,18275,0,2,18275,18276,18277,0,2,41637,18278,18279,0,2,41640,18328,41639,0,2,41639,18328,18327,0,2,18280,18327,18331,0,2,18280,18331,18281,0,2,41609,18281,18282,0,2,41609,18282,41621,0,2,41609,41621,18284,0,2,18284,41621,18283,0,2,18284,18283,41627,0,2,18284,41627,41631,0,2,18284,41631,18285,0,2,18285,41631,41630,0,2,41610,41607,41632,0,2,41610,41632,18286,0,2,18286,41632,41656,0,2,41656,41630,41657,0,2,41657,41630,18288,0,2,41657,18288,18287,0,2,18343,18289,41629,0,2,18346,41629,18290,0,2,18290,18291,18347,0,2,18347,41625,18292,0,2,41253,18292,18293,0,2,18293,18294,18295,0,2,18295,18294,18296,0,2,18296,18318,41343,0,2,41343,18318,18297,0,2,41343,18297,18321,0,2,18298,18300,18299,0,2,18302,18299,18301,0,2,18302,18301,18303,0,2,18304,18314,18313,0,2,18304,18313,18305,0,2,18307,18306,18317,0,2,18307,18317,18308,0,2,18308,18309,41347,0,2,18311,18313,18312,0,2,18312,18313,18314,0,2,18325,18314,18315,0,2,18325,18315,41635,0,2,41635,18315,18316,0,2,18303,18316,18315,0,2,18303,18315,18314,0,2,18303,18314,18304,0,2,18303,18301,18316,0,2,18316,18301,18299,0,2,18299,18300,18316,0,2,18314,18325,18312,0,2,18313,18310,18305,0,2,18308,18317,18309,0,2,18309,18317,18305,0,2,18317,18306,18305,0,2,18294,18293,41626,0,2,18294,41626,41618,0,2,18294,41618,18296,0,2,18297,41654,18322,0,2,18322,41654,18319,0,2,18331,18320,18281,0,2,18297,18322,18323,0,2,18321,18323,18298,0,2,18298,18323,18324,0,2,18300,18324,41635,0,2,18325,41635,18328,0,2,18325,18328,41640,0,2,18328,41635,18324,0,2,18328,18324,18326,0,2,18327,18328,18326,0,2,18329,18324,18323,0,2,18326,18324,18329,0,2,18320,18330,18319,0,2,18319,18330,18322,0,2,18322,18330,18323,0,2,18326,18329,18327,0,2,18327,18329,18330,0,2,18327,18330,18331,0,2,18331,18330,18320,0,2,18298,18324,18300,0,2,18287,18289,18332,0,2,11170,11174,11168,0,2,18333,11168,18334,0,2,18334,11168,18337,0,2,18334,18337,41658,0,2,18334,41658,41655,0,2,41655,41658,41660,0,2,41655,41660,18335,0,2,18335,41660,41661,0,2,18336,41661,41663,0,2,18336,41663,13189,0,2,41658,18337,18338,0,2,18337,11167,18338,0,2,18338,11167,13195,0,2,13195,11167,18339,0,2,11167,41583,18339,0,2,18339,41583,13196,0,2,18340,41655,18361,0,2,18361,18342,18363,0,2,18363,18342,18341,0,2,18363,18341,18364,0,2,41664,18336,13189,0,2,18341,18335,18336,0,2,18336,18335,41661,0,2,18336,41664,18341,0,2,18335,18342,41655,0,2,41655,18342,18361,0,2,18342,18335,18341,0,2,18334,18340,18333,0,2,18333,18340,41656,0,2,11170,18332,11171,0,2,11171,18332,11172,0,2,11172,18289,18343,0,2,18344,18343,18345,0,2,18347,18346,18290,0,2,18346,18345,41629,0,2,18289,11172,18332,0,2,11172,18343,18348,0,2,18348,18343,41259,0,2,18348,41259,11159,0,2,18281,41609,18280,0,2,18280,41609,18349,0,2,41642,18350,41648,0,2,41642,41648,18351,0,2,18351,41648,18352,0,2,18351,18352,18378,0,2,18378,18352,41617,0,2,18389,18355,18356,0,2,18356,18355,18357,0,2,18356,18357,41664,0,2,18356,41664,18437,0,2,18437,41664,13189,0,2,18358,18367,18341,0,2,18341,18367,18364,0,2,18357,18355,18358,0,2,18364,18367,18359,0,2,18364,18359,41615,0,2,18360,41615,41614,0,2,18361,18360,18362,0,2,18362,18286,41656,0,2,41656,18340,18362,0,2,18340,18361,18362,0,2,18361,18363,18360,0,2,18360,18363,41615,0,2,41615,18363,18364,0,2,18286,18362,18365,0,2,41612,18366,41616,0,2,41612,41616,41613,0,2,41613,41616,41617,0,2,41617,18367,18353,0,2,18353,18367,18354,0,2,18354,18367,18358,0,2,18354,18358,18355,0,2,18279,18278,18368,0,2,18279,18368,18369,0,2,18311,18310,18313,0,2,41651,18310,18311,0,2,41651,18311,18368,0,2,18311,18312,18368,0,2,18279,18369,41640,0,2,41640,18369,18325,0,2,18275,18277,18370,0,2,18275,18370,18371,0,2,18371,18370,41578,0,2,18371,41578,18372,0,2,18372,41581,18373,0,2,18372,18373,18383,0,2,18383,18373,18374,0,2,18376,18375,41645,0,2,18376,41645,41636,0,2,41636,41645,18377,0,2,18379,18374,18387,0,2,18379,18387,18380,0,2,18379,18380,18457,0,2,18457,18380,18456,0,2,18385,18457,18463,0,2,18385,18463,18381,0,2,18381,18463,18462,0,2,18379,18457,18382,0,2,18457,18385,18382,0,2,18379,18382,18374,0,2,18374,18382,18383,0,2,18383,18384,41576,0,2,41576,41350,18274,0,2,41576,18274,18383,0,2,18383,18274,18372,0,2,18372,18274,18371,0,2,18383,18382,18384,0,2,18384,18382,18385,0,2,18384,18385,18381,0,2,41577,18381,18386,0,2,41577,18386,18273,0,2,18273,18386,18269,0,2,18273,18269,18272,0,2,18269,18386,18462,0,2,18462,18386,18381,0,2,18380,18387,18388,0,2,18455,18388,18355,0,2,18455,18355,18389,0,2,18455,18389,18390,0,2,18390,18436,18453,0,2,18392,18391,18393,0,2,18393,18394,18464,0,2,18464,18394,18395,0,2,18451,18395,18448,0,2,18451,18448,18396,0,2,18396,18446,18403,0,2,18403,18402,18450,0,2,18450,18402,18397,0,2,18398,18397,18449,0,2,18398,18449,18468,0,2,18468,18449,18265,0,2,18265,18449,18470,0,2,18083,41747,18399,0,2,18089,18399,18400,0,2,18399,18089,18083,0,2,18402,18403,18401,0,2,18401,18403,18446,0,2,18401,18446,18404,0,2,18404,18446,18084,0,2,18416,18439,18440,0,2,18440,18441,18405,0,2,18407,18405,18443,0,2,18407,18443,18406,0,2,13186,13184,18406,0,2,18406,13184,18408,0,2,18413,18408,18409,0,2,18410,18411,18412,0,2,18408,18413,18406,0,2,18406,18413,18407,0,2,18407,18413,18414,0,2,18414,18413,18429,0,2,18429,18413,18409,0,2,18414,18415,18440,0,2,18440,18415,18416,0,2,18427,18416,18417,0,2,18419,18418,13180,0,2,18419,13180,18421,0,2,13180,18420,18421,0,2,18421,18420,18422,0,2,18421,18422,18419,0,2,18423,18426,41781,0,2,41781,18426,18424,0,2,41781,18424,18425,0,2,18420,18426,18422,0,2,18422,18426,18423,0,2,18417,18085,18084,0,2,18417,18418,18085,0,2,18417,18084,18427,0,2,18439,18427,18084,0,2,18439,18084,18446,0,2,18427,18439,18416,0,2,18085,41780,18086,0,2,18086,41780,41783,0,2,18086,41783,18428,0,2,14300,18428,14304,0,2,18087,18428,14300,0,2,18417,18416,18429,0,2,18429,18409,18432,0,2,18429,18432,18430,0,2,18429,18430,18417,0,2,18417,18430,18418,0,2,18418,18430,18431,0,2,13180,18418,18431,0,2,18431,18432,18412,0,2,18412,18432,18410,0,2,18431,18412,13180,0,2,18430,18432,18431,0,2,18410,18432,18409,0,2,18416,18415,18429,0,2,18429,18415,18414,0,2,18440,18405,18414,0,2,18414,18405,18407,0,2,13184,13183,18408,0,2,18408,13183,18409,0,2,18409,13183,18410,0,2,13217,18411,13183,0,2,13183,18411,18410,0,2,13186,18406,18433,0,2,18434,18444,18445,0,2,18438,18445,18435,0,2,18389,18435,18436,0,2,18389,18436,18390,0,2,18435,18389,18356,0,2,13188,18437,13189,0,2,13188,18438,18356,0,2,18435,18356,18438,0,2,18445,18438,18434,0,2,18434,13187,18444,0,2,18444,13187,18433,0,2,18433,13187,13186,0,2,18440,18439,18447,0,2,18440,18447,18441,0,2,18391,18441,18393,0,2,18393,18441,18447,0,2,18393,18447,18394,0,2,18442,18441,18391,0,2,18442,18391,18453,0,2,18442,18453,18436,0,2,18442,18436,18443,0,2,18435,18445,18443,0,2,18435,18443,18436,0,2,18443,18445,18444,0,2,18444,18433,18443,0,2,18442,18405,18441,0,2,18405,18442,18443,0,2,18406,18443,18433,0,2,18439,18446,18447,0,2,18447,18446,18396,0,2,18447,18396,18448,0,2,18447,18448,18394,0,2,18394,18448,18395,0,2,18401,41778,18402,0,2,18402,41778,18400,0,2,18402,18400,18397,0,2,18397,18400,18399,0,2,18397,18399,18449,0,2,18470,18449,41747,0,2,41747,18449,18399,0,2,18397,18398,18450,0,2,18451,18450,18452,0,2,18451,18452,18395,0,2,18391,18392,18453,0,2,18393,18267,18392,0,2,18455,18390,18456,0,2,18455,18456,18388,0,2,18388,18456,18380,0,2,18457,18456,18458,0,2,18454,18458,18392,0,2,18392,18458,18453,0,2,18458,18454,18463,0,2,18458,18463,18457,0,2,18456,18390,18458,0,2,18453,18458,18390,0,2,18464,18395,18266,0,2,18266,18395,18452,0,2,18266,18452,18398,0,2,18266,18398,18466,0,2,18466,18398,18468,0,2,18398,18452,18450,0,2,18451,18396,18450,0,2,18450,18396,18403,0,2,18374,18375,18387,0,2,18387,18375,18376,0,2,18459,18460,18355,0,2,18355,18460,18354,0,2,18354,18460,18353,0,2,18378,41617,18460,0,2,18460,41617,18353,0,2,18459,18355,18388,0,2,18376,18388,18387,0,2,18272,18173,41355,0,2,18272,41355,18273,0,2,18273,41355,18461,0,2,18273,18461,41350,0,2,18267,18268,18392,0,2,18392,18268,18454,0,2,18454,18268,18462,0,2,18454,18462,18463,0,2,18267,18168,18268,0,2,18167,18467,41674,0,2,18167,41674,18166,0,2,18167,41665,18467,0,2,41665,18465,18467,0,2,18467,18465,18466,0,2,18168,18267,18465,0,2,18465,18267,18464,0,2,18465,18464,18266,0,2,18465,18266,18466,0,2,18466,18468,18469,0,2,18261,18264,18262,0,2,18257,18471,41747,0,2,18470,18471,18262,0,2,18260,18263,41674,0,2,18059,18060,18475,0,2,18080,18164,18254,0,2,18080,18254,18255,0,2,18080,18255,18081,0,2,18081,18255,18256,0,2,18081,18256,18472,0,2,18472,18256,18082,0,2,18164,18475,18060,0,2,18162,18475,18164,0,2,18065,18069,18066,0,2,18066,18069,18070,0,2,18066,18070,18072,0,2,18473,18474,18476,0,2,18476,18475,18473,0,2,18475,18476,18477,0,2,18477,18476,18058,0,2,18479,18053,42236,0,2,18479,42236,18480,0,2,18479,18480,18482,0,2,18482,18480,42235,0,2,18482,42235,18481,0,2,18481,42235,18249,0,2,18484,18483,18489,0,2,18489,18058,18478,0,2,18478,18058,18057,0,2,18489,18478,18484,0,2,18478,18054,18484,0,2,18484,18054,18053,0,2,18484,18053,18483,0,2,18483,18053,18479,0,2,18483,18479,18485,0,2,18477,18058,18489,0,2,18477,18489,18487,0,2,18486,18487,18485,0,2,18485,18487,18483,0,2,18485,18482,18486,0,2,18486,18482,18488,0,2,18488,18165,18486,0,2,18486,18165,18059,0,2,18486,18059,18487,0,2,18487,18059,18477,0,2,18487,18489,18483,0,2,18054,18478,18056,0,2,18247,18053,18055,0,2,10781,18045,18490,0,2,18052,18491,18496,0,2,18045,18044,18490,0,2,18490,18043,18491,0,2,18491,18043,41846,0,2,18491,41846,18492,0,2,18491,18492,41847,0,2,18490,18491,18052,0,2,10791,18505,10792,0,2,10792,18504,18495,0,2,18493,18495,18510,0,2,18493,18510,18509,0,2,18493,18509,18494,0,2,18493,18494,18025,0,2,18025,18494,18021,0,2,18493,10792,18495,0,2,10792,18505,18504,0,2,18496,10779,18497,0,2,18496,18497,10780,0,2,10782,18497,18521,0,2,10782,18521,18498,0,2,10783,18498,18499,0,2,18498,10778,10776,0,2,18498,10776,18499,0,2,18499,18512,18501,0,2,18501,18513,18500,0,2,18500,18513,18024,0,2,10784,18501,18500,0,2,10784,18500,10785,0,2,10785,18500,18506,0,2,18506,18500,18502,0,2,18506,18502,18511,0,2,18503,18511,18504,0,2,10787,18504,18505,0,2,10787,18505,10788,0,2,18504,10787,18503,0,2,18506,18511,18503,0,2,18503,10785,18506,0,2,18500,18008,18502,0,2,18502,18008,18023,0,2,18507,18023,18494,0,2,18507,18494,18509,0,2,18507,18509,18508,0,2,18508,18509,18510,0,2,18511,18510,18495,0,2,18511,18495,18504,0,2,18507,18508,18502,0,2,18507,18502,18023,0,2,18508,18510,18511,0,2,18023,18022,18494,0,2,18022,18021,18494,0,2,18501,18512,18513,0,2,18513,18512,18011,0,2,18513,18011,18024,0,2,18024,18011,17992,0,2,17989,18011,17990,0,2,18011,18512,17990,0,2,17990,18512,18514,0,2,17990,18514,10777,0,2,17990,10777,17988,0,2,10774,17988,10777,0,2,18512,18499,18514,0,2,18499,18501,10783,0,2,10777,18064,10775,0,2,10775,18064,18515,0,2,18519,18518,18067,0,2,18519,18516,18518,0,2,18517,10770,11731,0,2,18517,11731,18518,0,2,18518,11731,10771,0,2,18518,10771,18520,0,2,18520,10771,10772,0,2,18520,18515,18067,0,2,18067,18518,18520,0,2,18515,18520,10775,0,2,18516,18519,40825,0,2,18064,10777,18063,0,2,18063,10777,10778,0,2,18061,18063,18521,0,2,18061,18521,18523,0,2,18061,18523,18522,0,2,18522,18523,18057,0,2,18522,18057,18474,0,2,18474,18057,18476,0,2,18473,18522,18474,0,2,18056,18057,18523,0,2,10779,18056,18523,0,2,10779,18523,18521,0,2,10778,18521,18063,0,2,18521,18497,10779,0,2,18554,10763,18544,0,2,18554,18544,18524,0,2,18527,18528,18553,0,2,10760,18528,18529,0,2,10758,18529,18539,0,2,10758,18539,18548,0,2,18558,18548,18546,0,2,18558,18546,18562,0,2,18562,18546,18530,0,2,18531,18532,18533,0,2,18533,18532,18534,0,2,18534,18551,18130,0,2,18130,18551,18535,0,2,18538,18527,18526,0,2,18538,18526,18525,0,2,18527,18537,18528,0,2,18528,18550,18529,0,2,18550,18539,18529,0,2,18535,18551,18536,0,2,18536,18551,18540,0,2,18536,18540,18541,0,2,18568,18533,18542,0,2,47602,13999,14134,0,2,18542,18534,18130,0,2,18155,40547,40546,0,2,40888,18543,18544,0,2,40888,18544,40887,0,2,40887,18544,10763,0,2,18524,18544,40545,0,2,18524,40545,18538,0,2,18538,40545,18527,0,2,18537,18545,18541,0,2,40546,18543,18155,0,2,18533,18534,18542,0,2,18532,18531,18530,0,2,18532,18530,18546,0,2,18532,18546,18547,0,2,18547,18546,18548,0,2,18548,18539,18549,0,2,18549,18539,18550,0,2,18549,18550,18541,0,2,18541,18550,18537,0,2,18537,18550,18528,0,2,18541,18540,18549,0,2,18548,18549,18547,0,2,18549,18540,18547,0,2,18532,18547,18534,0,2,18547,18540,18551,0,2,18551,18534,18547,0,2,18526,18552,10761,0,2,18528,10760,18553,0,2,18553,10760,47594,0,2,18527,18553,18526,0,2,18526,18553,18552,0,2,18525,18526,10761,0,2,10762,18524,18525,0,2,18525,18524,18538,0,2,10758,18548,18556,0,2,18556,18548,18558,0,2,18558,18555,18556,0,2,18556,18577,10756,0,2,10756,18557,18556,0,2,18556,18557,10758,0,2,18558,18562,10755,0,2,10755,18562,18561,0,2,18561,18565,18559,0,2,18559,18565,18564,0,2,47600,18564,14016,0,2,47600,18559,18564,0,2,18560,18559,47598,0,2,18560,47598,47597,0,2,47597,10751,18560,0,2,10755,18577,18555,0,2,18555,18558,10755,0,2,18559,18560,18561,0,2,10755,18561,10754,0,2,18577,10755,11639,0,2,18556,18555,18577,0,2,18561,18562,18565,0,2,18563,14016,18564,0,2,14016,18563,47590,0,2,18564,18565,18569,0,2,18569,18565,18530,0,2,18530,18531,18570,0,2,18570,18531,18566,0,2,18566,47604,18570,0,2,18566,18531,47601,0,2,18567,47601,18568,0,2,18567,18568,47603,0,2,18530,18565,18562,0,2,18564,18569,18563,0,2,14015,18563,18569,0,2,18570,18569,18530,0,2,18569,18570,18571,0,2,18571,40264,14014,0,2,18570,47604,40264,0,2,18570,40264,18571,0,2,10758,18557,10759,0,2,47592,10759,18576,0,2,47592,18576,18572,0,2,47592,18572,18573,0,2,18574,18573,11663,0,2,18574,11663,11665,0,2,11665,11709,18574,0,2,18574,11709,47591,0,2,11663,18573,18572,0,2,18575,18576,11659,0,2,18577,11639,10756,0,2,18560,10751,10752,0,2,18560,10752,10754,0,2,18586,10746,18578,0,2,10742,18592,10740,0,2,10740,18592,18579,0,2,18580,18582,18581,0,2,18581,10733,18580,0,2,10734,18583,10733,0,2,18583,18580,10733,0,2,18579,18584,18585,0,2,18585,18591,18589,0,2,18586,10748,18587,0,2,18585,18589,18579,0,2,18580,18589,18582,0,2,18582,18589,18588,0,2,18588,18589,18587,0,2,18580,18579,18589,0,2,18584,18590,18585,0,2,18585,18590,18591,0,2,18591,18590,10747,0,2,10747,18586,18591,0,2,18589,18591,18587,0,2,18587,18591,18586,0,2,18592,11623,11622,0,2,18592,11622,18593,0,2,11622,40499,18593,0,2,18592,18593,10744,0,2,18593,40499,18594,0,2,11625,10744,18594,0,2,18594,10744,18593,0,2,11625,18594,11365,0,2,11365,18594,11368,0,2,11368,18594,40499,0,2,18597,40275,18598,0,2,18598,40275,18599,0,2,18599,18602,18598,0,2,18598,18602,18600,0,2,18601,18600,18602,0,2,18601,18602,10728,0,2,10728,18602,10729,0,2,18602,40276,10729,0,2,10741,18595,10742,0,2,10742,18595,18607,0,2,18607,18595,18596,0,2,18607,18596,18603,0,2,18603,18596,18606,0,2,18605,18597,18598,0,2,18598,10725,18604,0,2,18598,18604,18605,0,2,18597,18605,18606,0,2,18606,18605,40529,0,2,18606,40529,18603,0,2,18604,10725,10724,0,2,18604,10724,10723,0,2,10721,10723,10722,0,2,10721,40528,10723,0,2,10723,40528,40529,0,2,10723,40529,18604,0,2,18597,18606,18596,0,2,18583,10734,10741,0,2,10741,10740,18583,0,2,10731,18608,40279,0,2,10731,40279,10732,0,2,40277,18609,18597,0,2,18610,18597,18596,0,2,18610,18596,18595,0,2,18610,18595,10735,0,2,10735,18595,10741,0,2,10721,18965,10720,0,2,10720,18965,18611,0,2,10720,18611,47624,0,2,18634,18611,18965,0,2,18634,18965,18633,0,2,18633,18965,18966,0,2,18633,18966,18612,0,2,18612,18966,18969,0,2,18612,18969,18613,0,2,18614,18972,18615,0,2,18615,18972,18616,0,2,19142,18616,18972,0,2,19142,18972,18617,0,2,18617,18972,18618,0,2,18618,18619,18620,0,2,18621,18620,18978,0,2,19168,18978,18977,0,2,19168,18977,19166,0,2,19166,18977,18622,0,2,18623,18975,18624,0,2,18624,18625,18626,0,2,18626,40285,40225,0,2,40225,40285,18627,0,2,40225,18627,40214,0,2,40214,45654,40213,0,2,40213,45654,18628,0,2,18628,45654,40283,0,2,18628,40283,18630,0,2,18629,18630,18631,0,2,18631,18967,40228,0,2,40228,18966,40229,0,2,40229,18966,10722,0,2,18612,18632,18633,0,2,18634,18633,18635,0,2,18636,18635,18637,0,2,18685,18637,18638,0,2,18685,18638,18640,0,2,18685,18640,18639,0,2,18639,18640,18641,0,2,18642,18762,18645,0,2,18643,18645,18771,0,2,18643,18771,45713,0,2,18643,45713,18717,0,2,18643,18717,18718,0,2,18728,18718,45716,0,2,45716,18646,18728,0,2,18718,18728,18643,0,2,18643,18644,18645,0,2,18643,18728,18644,0,2,18644,18728,47622,0,2,47622,18646,18689,0,2,18690,18689,18647,0,2,18690,18647,18964,0,2,18964,18647,18648,0,2,18648,18729,18675,0,2,18649,18675,18733,0,2,18650,18693,18733,0,2,18650,18733,18694,0,2,18700,18694,18709,0,2,18700,18709,18651,0,2,18651,18709,18962,0,2,18651,18962,18701,0,2,18701,18962,18653,0,2,18653,18652,18853,0,2,18653,18853,18655,0,2,18655,18853,18654,0,2,18655,18654,18851,0,2,18655,18851,18705,0,2,18705,18851,18656,0,2,45717,18658,18849,0,2,18659,18849,18847,0,2,18659,18847,45718,0,2,45718,18847,18660,0,2,18662,18846,45914,0,2,45914,18846,18663,0,2,45900,18663,45855,0,2,45900,45855,18664,0,2,45900,18664,19080,0,2,19080,18664,10533,0,2,10533,18664,10532,0,2,18656,18657,45717,0,2,18656,45717,18667,0,2,18699,18670,18695,0,2,18695,18670,45917,0,2,18695,45917,18671,0,2,18671,10681,47625,0,2,18707,18672,10682,0,2,18707,10682,18673,0,2,18708,18673,18674,0,2,18675,18674,18692,0,2,18678,18679,18691,0,2,18691,18679,18680,0,2,18681,18680,19012,0,2,18688,18683,18684,0,2,18684,10716,18685,0,2,18685,10716,10718,0,2,18684,18685,18639,0,2,18637,18685,10718,0,2,18637,10718,18636,0,2,18636,10718,10719,0,2,18684,18639,18688,0,2,10716,18684,10715,0,2,10715,18684,18686,0,2,10714,18686,19010,0,2,10714,19010,18687,0,2,18684,18683,18686,0,2,18686,18683,19010,0,2,18682,18683,18688,0,2,18682,18688,18642,0,2,18682,18642,18689,0,2,18689,18642,47622,0,2,18642,18688,18641,0,2,18641,18688,18639,0,2,18682,18689,18681,0,2,18681,18689,18690,0,2,18691,18680,18690,0,2,18690,18680,18681,0,2,18690,18964,18691,0,2,18677,18691,18964,0,2,18674,10682,10683,0,2,18674,10683,18692,0,2,18692,10683,10684,0,2,18692,10684,18676,0,2,18708,18674,18649,0,2,18708,18693,18673,0,2,18674,18673,10682,0,2,47625,10681,18672,0,2,18695,18706,18698,0,2,18696,18650,18694,0,2,18700,18697,18698,0,2,18698,18697,18699,0,2,18698,18699,18695,0,2,18699,18704,18669,0,2,18700,18698,18696,0,2,18696,18694,18700,0,2,18700,18651,18697,0,2,18697,18651,18701,0,2,18697,18702,18699,0,2,18697,18701,18702,0,2,18702,18701,18703,0,2,18702,18703,18704,0,2,18704,18703,18667,0,2,18669,18704,18668,0,2,18668,18704,18667,0,2,18656,18667,18705,0,2,18705,18703,18655,0,2,18653,18655,18701,0,2,18705,18667,18703,0,2,18701,18655,18703,0,2,18695,18671,18706,0,2,18698,18706,18696,0,2,18650,18696,18693,0,2,18693,18696,18706,0,2,18672,18707,47625,0,2,18693,18706,18707,0,2,18693,18707,18673,0,2,18657,18658,45717,0,2,18693,18708,18733,0,2,18694,18732,18709,0,2,18709,18732,18963,0,2,18963,18711,18710,0,2,18710,18711,18855,0,2,18855,18711,18712,0,2,18713,18712,18724,0,2,18724,18736,18744,0,2,18715,18761,18716,0,2,18716,18742,18717,0,2,18717,18739,18718,0,2,18719,18718,18720,0,2,18719,18720,18721,0,2,18721,18720,18722,0,2,18737,18722,18723,0,2,18737,18723,18736,0,2,18737,18721,18722,0,2,18738,18725,45715,0,2,45715,18725,18726,0,2,47622,18728,18646,0,2,18646,18727,18647,0,2,18647,18727,18648,0,2,18727,18726,18648,0,2,18648,18726,18729,0,2,18729,18726,18730,0,2,18731,18730,18737,0,2,18721,18737,18725,0,2,18725,18730,18726,0,2,18729,18730,18675,0,2,18675,18730,18732,0,2,18675,18732,18733,0,2,18733,18732,18694,0,2,18649,18733,18708,0,2,18732,18730,18731,0,2,18732,18731,18734,0,2,18734,18735,18712,0,2,18712,18735,18724,0,2,18734,18712,18711,0,2,18734,18711,18732,0,2,18711,18963,18732,0,2,18734,18731,18735,0,2,18735,18736,18724,0,2,18737,18735,18731,0,2,18736,18735,18737,0,2,18721,18725,18719,0,2,18719,18725,18738,0,2,18719,18738,45716,0,2,18719,45716,18718,0,2,18722,18743,18723,0,2,18723,18743,18740,0,2,18714,18744,18736,0,2,18736,18740,18714,0,2,18736,18723,18740,0,2,18714,18740,18741,0,2,18742,18741,18739,0,2,18742,18761,18741,0,2,18740,18743,18741,0,2,18741,18743,18739,0,2,18742,18739,18717,0,2,18718,18739,18720,0,2,18722,18720,18739,0,2,18741,18761,18714,0,2,18714,18761,18744,0,2,18744,18761,18760,0,2,18744,18760,19152,0,2,19152,18760,18745,0,2,18745,18760,18746,0,2,18746,18772,18747,0,2,18747,18772,18763,0,2,18747,18763,18748,0,2,18748,18763,18764,0,2,18748,18764,18749,0,2,18749,18764,18765,0,2,18749,18765,18766,0,2,18749,18766,18750,0,2,18750,45655,18751,0,2,18751,45655,18752,0,2,18755,19144,18754,0,2,18754,19149,19159,0,2,18755,19156,18756,0,2,18747,19154,18746,0,2,19154,18747,18748,0,2,19154,18748,18758,0,2,18758,18748,18749,0,2,18757,18749,18750,0,2,18749,18757,18758,0,2,19159,18755,18754,0,2,19144,18755,18756,0,2,19144,18756,18753,0,2,18756,18751,18752,0,2,18752,18753,18756,0,2,18756,18759,18751,0,2,18751,18759,18750,0,2,18750,18759,18757,0,2,18772,18760,18715,0,2,18772,18715,18716,0,2,18761,18715,18760,0,2,18760,18772,18746,0,2,18763,18762,18641,0,2,18641,18640,18764,0,2,18764,18640,18765,0,2,45656,18768,18767,0,2,18767,18768,18769,0,2,18635,18633,18769,0,2,18769,18633,18632,0,2,18769,18632,18767,0,2,18767,18632,18614,0,2,18768,18766,18770,0,2,18770,18766,18638,0,2,18770,18638,18637,0,2,18770,18637,18635,0,2,18770,18635,18769,0,2,18770,18769,18768,0,2,45656,18766,18768,0,2,18764,18763,18641,0,2,18765,18640,18638,0,2,18638,18766,18765,0,2,18642,18641,18762,0,2,18771,18645,18762,0,2,18762,18763,18771,0,2,18771,18763,45713,0,2,45713,18763,18772,0,2,45713,18772,18716,0,2,19151,19150,18862,0,2,18862,19150,18887,0,2,18775,18776,18958,0,2,19197,18778,18777,0,2,18777,18778,18779,0,2,45483,18780,18950,0,2,45483,18950,45484,0,2,45484,18950,18951,0,2,18781,18954,18782,0,2,45769,45673,45731,0,2,45731,45673,18784,0,2,18786,18785,18787,0,2,18787,18785,18788,0,2,18787,18788,45506,0,2,45506,18788,19087,0,2,45506,19087,18797,0,2,18797,19087,45732,0,2,18789,19105,18790,0,2,18796,19103,18791,0,2,18791,19104,45501,0,2,45501,19104,18792,0,2,18792,19104,18821,0,2,18821,19104,18793,0,2,18821,18793,18794,0,2,18795,18794,45752,0,2,18791,45495,18796,0,2,18787,45506,18798,0,2,18787,18798,45729,0,2,18800,18799,45728,0,2,45728,18799,45509,0,2,45726,45510,18802,0,2,18804,18816,18808,0,2,18808,18809,18805,0,2,18806,18805,18948,0,2,45725,18806,18807,0,2,45725,18807,45730,0,2,18785,45730,18784,0,2,45730,18785,45725,0,2,18809,18943,18810,0,2,18810,18811,18948,0,2,18948,18811,18806,0,2,18806,18811,45724,0,2,18806,45724,18807,0,2,45724,18812,18813,0,2,18813,18946,45769,0,2,45486,18811,18945,0,2,18814,18944,18815,0,2,18814,18815,18879,0,2,18879,18815,18816,0,2,18817,18803,18802,0,2,18817,18802,45490,0,2,18817,45490,18818,0,2,18870,18818,18871,0,2,18916,45488,45489,0,2,18916,45489,45492,0,2,18916,45492,45843,0,2,45843,45492,45502,0,2,18825,45502,18823,0,2,18820,18792,18821,0,2,18820,18937,18939,0,2,18820,18939,18819,0,2,18822,18824,18823,0,2,18825,18823,18824,0,2,18825,18824,18927,0,2,18927,18824,18826,0,2,18826,18824,18933,0,2,18826,18933,18829,0,2,18829,18933,18934,0,2,18829,18934,18827,0,2,18827,18828,18830,0,2,18827,18830,18829,0,2,18925,18831,18913,0,2,18920,45842,45844,0,2,18908,18920,45851,0,2,18908,45851,18832,0,2,18832,45851,18901,0,2,18901,45850,45855,0,2,45855,18663,18901,0,2,18901,18663,18846,0,2,18846,18845,18833,0,2,18833,18841,18834,0,2,18834,18841,18840,0,2,18834,18840,45518,0,2,18834,45518,18835,0,2,18906,18835,18836,0,2,18866,45515,18852,0,2,18852,45515,18837,0,2,18838,45722,18657,0,2,18657,45722,18658,0,2,18658,45722,18839,0,2,45723,45514,18850,0,2,18850,45514,18840,0,2,18848,18842,18847,0,2,18661,18843,18842,0,2,18661,18842,18844,0,2,18844,18841,18845,0,2,18661,18844,18662,0,2,18844,18845,18662,0,2,18845,18846,18662,0,2,18847,18842,18843,0,2,18847,18843,18660,0,2,18849,18658,45915,0,2,18842,18848,18844,0,2,18844,18848,18850,0,2,18847,18849,18848,0,2,18844,18850,18841,0,2,18841,18850,18840,0,2,18657,18656,18838,0,2,18838,18851,18837,0,2,18837,18851,18654,0,2,18837,18654,18852,0,2,18852,18654,18853,0,2,18852,18853,18652,0,2,18652,18858,18872,0,2,18872,18858,18854,0,2,18872,18854,18873,0,2,18859,18854,18710,0,2,18859,18710,18855,0,2,18863,18855,18712,0,2,18863,18712,18856,0,2,18856,18712,18713,0,2,18856,18713,18773,0,2,18713,18724,18773,0,2,18773,18724,19160,0,2,19160,18724,18744,0,2,18962,18857,18858,0,2,18962,18858,18653,0,2,18653,18858,18652,0,2,18710,18854,18857,0,2,18857,18854,18858,0,2,18854,18859,18896,0,2,18896,18859,18864,0,2,18896,18864,18899,0,2,18899,18864,18860,0,2,18883,18860,18861,0,2,18883,18861,18885,0,2,18887,18885,18862,0,2,18862,18856,19151,0,2,19151,18856,18773,0,2,18863,18865,18864,0,2,18863,18864,18859,0,2,18859,18855,18863,0,2,18865,18863,18856,0,2,18856,18862,18865,0,2,18865,18862,18885,0,2,18865,18885,18861,0,2,18865,18861,18864,0,2,18864,18861,18860,0,2,18866,18852,18652,0,2,18866,18652,18867,0,2,18866,18867,45517,0,2,45517,18867,18868,0,2,18868,18876,18907,0,2,18907,18876,18869,0,2,18870,18869,18877,0,2,18870,18877,18818,0,2,18867,18652,18872,0,2,18872,18873,18874,0,2,18874,18875,18876,0,2,18876,18875,18880,0,2,18876,18880,18879,0,2,18876,18879,18877,0,2,18877,18878,18818,0,2,18818,18878,18817,0,2,18817,18878,18803,0,2,18878,18877,18816,0,2,18816,18877,18879,0,2,18879,18880,18881,0,2,18881,18880,18882,0,2,18960,18884,18883,0,2,18960,18883,18886,0,2,18886,18883,18885,0,2,18886,18885,18887,0,2,18886,18887,18774,0,2,18882,18884,18888,0,2,18889,18888,18956,0,2,18889,18956,18957,0,2,18892,18893,18947,0,2,18947,18893,18783,0,2,18893,18894,18953,0,2,18953,18894,18782,0,2,18893,18892,18894,0,2,18781,18894,18951,0,2,18782,18894,18781,0,2,18882,18888,18881,0,2,18881,18814,18879,0,2,18888,18889,18881,0,2,18881,18889,18895,0,2,18895,18944,18814,0,2,18889,18957,18895,0,2,18895,18957,18890,0,2,18944,18890,45487,0,2,45487,45486,18945,0,2,18945,18944,45487,0,2,18877,18869,18876,0,2,18874,18876,18868,0,2,18872,18874,18868,0,2,18872,18868,18867,0,2,18875,18896,18897,0,2,18875,18897,18898,0,2,18875,18898,18880,0,2,18880,18898,18882,0,2,18898,18899,18900,0,2,18900,18899,18860,0,2,18899,18897,18896,0,2,18898,18900,18882,0,2,18882,18900,18884,0,2,18900,18860,18884,0,2,18884,18860,18883,0,2,18875,18874,18896,0,2,18896,18874,18873,0,2,18896,18873,18854,0,2,18906,18836,18869,0,2,18869,18836,18907,0,2,18868,18907,45517,0,2,45517,18907,18836,0,2,18904,18835,18905,0,2,18905,18835,18906,0,2,18901,18846,18832,0,2,18832,18846,18833,0,2,18832,18833,18902,0,2,18902,18833,18903,0,2,18903,18833,18834,0,2,18903,18834,18904,0,2,18904,18834,18835,0,2,18924,18919,18909,0,2,18909,18917,18926,0,2,18926,18917,18912,0,2,18903,18904,18902,0,2,18902,18904,18910,0,2,18910,18904,18911,0,2,18910,18911,18929,0,2,18910,18929,18917,0,2,45842,18924,18913,0,2,18925,18913,18924,0,2,18914,18911,18915,0,2,18914,18915,18916,0,2,18914,18916,45843,0,2,18904,18905,18911,0,2,18911,18905,18906,0,2,18911,18906,18915,0,2,18915,18870,18871,0,2,18916,18871,45488,0,2,18915,18871,18916,0,2,18870,18906,18869,0,2,18917,18918,18910,0,2,18910,18918,18902,0,2,18917,18909,18919,0,2,18917,18919,18918,0,2,18918,18919,18902,0,2,18902,18919,18908,0,2,18902,18908,18832,0,2,18908,18919,18920,0,2,18920,18919,18924,0,2,18920,18924,45842,0,2,18829,18921,18826,0,2,18826,18921,18922,0,2,18923,18922,18924,0,2,18923,18924,18909,0,2,18924,18922,18925,0,2,18925,18922,18921,0,2,18925,18921,18830,0,2,18925,18830,18831,0,2,18923,18909,18926,0,2,18923,18926,18927,0,2,18927,18826,18923,0,2,18922,18923,18826,0,2,18928,18927,18912,0,2,18928,18912,18929,0,2,18928,18929,18914,0,2,18927,18928,18825,0,2,18932,18931,10528,0,2,10528,18931,46003,0,2,46003,18931,10527,0,2,10527,18931,18930,0,2,18828,18930,18830,0,2,18930,18931,18830,0,2,45502,18825,45843,0,2,18935,18934,18939,0,2,18935,18939,18938,0,2,18936,18937,45779,0,2,18937,18938,18939,0,2,18939,18934,18822,0,2,18822,18934,18933,0,2,18822,18933,18824,0,2,18934,18935,18827,0,2,18827,18935,18940,0,2,18827,18940,18828,0,2,18828,18940,10524,0,2,10524,18940,10601,0,2,18940,18935,18941,0,2,10523,18941,18936,0,2,10523,18936,10522,0,2,10523,10601,18941,0,2,18941,10601,18940,0,2,18935,18938,18941,0,2,18941,18938,18936,0,2,10522,18936,18942,0,2,18823,45498,18822,0,2,18822,45498,18819,0,2,18822,18819,18939,0,2,18821,18937,18820,0,2,18821,18794,45778,0,2,18821,45778,18937,0,2,18937,45778,45779,0,2,18936,45779,18942,0,2,18820,45500,18792,0,2,18943,18809,18815,0,2,18815,18944,18943,0,2,18943,18944,18945,0,2,18943,18945,18810,0,2,18810,18945,18811,0,2,45724,18811,18812,0,2,18891,18947,18890,0,2,18890,18947,45487,0,2,18891,18892,18947,0,2,18947,18783,18946,0,2,18946,18783,45769,0,2,18946,18813,18812,0,2,18810,18948,18809,0,2,18948,18805,18809,0,2,45728,45509,18801,0,2,18801,45509,45726,0,2,18798,18799,45729,0,2,18949,18784,45767,0,2,18949,18788,18784,0,2,18784,18788,18785,0,2,18780,18779,18950,0,2,18781,18951,19190,0,2,18781,19190,45668,0,2,45668,18952,45671,0,2,18954,45671,18782,0,2,18956,18955,18780,0,2,18956,18780,18957,0,2,18779,18780,18777,0,2,18777,18780,18955,0,2,19197,18777,18958,0,2,18958,18959,18775,0,2,18777,18955,18958,0,2,18958,18955,18959,0,2,18959,45485,18961,0,2,18961,45485,18960,0,2,18961,18960,18886,0,2,18959,18961,18775,0,2,18774,18961,18886,0,2,18709,18963,18962,0,2,18963,18710,18857,0,2,18963,18857,18962,0,2,18675,18649,18674,0,2,18675,18692,18648,0,2,18648,18692,18676,0,2,18648,18676,18964,0,2,18634,18635,18611,0,2,18965,10722,18966,0,2,18966,40228,18967,0,2,18967,18631,18968,0,2,18630,18968,18631,0,2,18966,18967,18969,0,2,18969,18967,18970,0,2,18970,18967,18968,0,2,18971,18618,18972,0,2,18972,18614,18971,0,2,18971,18614,18613,0,2,18613,18969,18971,0,2,18969,18970,40280,0,2,18969,40280,18971,0,2,18618,18971,18619,0,2,18976,18973,40281,0,2,18976,40281,18974,0,2,18974,18625,18975,0,2,18975,18625,18624,0,2,18619,18973,18620,0,2,18620,18973,18976,0,2,18977,18976,18974,0,2,18977,18974,18975,0,2,18977,18975,18623,0,2,18623,18622,18977,0,2,18620,18976,18978,0,2,18977,18978,18976,0,2,10719,10718,45519,0,2,10668,18979,10669,0,2,10705,18979,45922,0,2,10705,45922,10694,0,2,18980,10670,10669,0,2,18980,10669,18979,0,2,10670,18980,19025,0,2,10670,19025,18981,0,2,18981,19025,18982,0,2,18982,19025,18987,0,2,18987,19025,19026,0,2,18987,19026,18983,0,2,18983,19026,18985,0,2,18984,40510,10711,0,2,40510,18984,10709,0,2,10709,18984,18985,0,2,10709,18985,10707,0,2,10707,18985,19026,0,2,10709,10707,10708,0,2,18982,18987,18986,0,2,45903,18986,45902,0,2,45902,18986,10672,0,2,10672,18986,49807,0,2,18986,18987,19023,0,2,18986,19023,49807,0,2,49807,19024,18988,0,2,18988,19024,18989,0,2,10675,19001,45890,0,2,45890,19005,10676,0,2,10675,18990,18991,0,2,18991,18990,19022,0,2,18998,18991,19022,0,2,18998,19022,19020,0,2,19020,19022,18984,0,2,18992,10713,18993,0,2,18993,10713,18994,0,2,18995,18993,19004,0,2,18995,19004,19006,0,2,18995,19006,18996,0,2,18995,18996,18997,0,2,18997,19021,18992,0,2,18997,18992,18993,0,2,19021,18997,19020,0,2,19020,18997,18998,0,2,18998,18997,18996,0,2,18999,18996,19006,0,2,18991,18998,18999,0,2,19000,19002,19001,0,2,19001,10675,19003,0,2,19003,10675,18991,0,2,19006,19000,18999,0,2,18999,19000,19003,0,2,19003,19000,19001,0,2,18999,19003,18991,0,2,18999,18998,18996,0,2,18995,18997,18993,0,2,19004,18993,19019,0,2,19004,19019,19005,0,2,19004,19005,19002,0,2,19002,45890,19001,0,2,19004,19002,19006,0,2,19006,19002,19000,0,2,45890,19002,19005,0,2,10676,19005,10677,0,2,19013,19007,40511,0,2,19013,40511,19008,0,2,19010,18683,19011,0,2,19011,18683,18682,0,2,19010,19011,19009,0,2,19009,19011,19012,0,2,19009,19012,19008,0,2,19008,19012,19013,0,2,19013,18680,18679,0,2,18679,19014,19018,0,2,19018,19014,19017,0,2,19014,18678,10685,0,2,10685,18678,18677,0,2,18964,18676,18677,0,2,18677,18676,10684,0,2,19014,10686,19017,0,2,19017,10686,19016,0,2,10680,19016,10687,0,2,10680,10687,45917,0,2,10686,10687,19016,0,2,10680,19015,19016,0,2,19016,19015,10679,0,2,19016,10679,19017,0,2,18679,19018,19013,0,2,19017,10678,19018,0,2,19013,19018,19007,0,2,19007,19018,10678,0,2,18680,19013,19012,0,2,19010,18994,18687,0,2,18687,18994,10713,0,2,18994,19009,18993,0,2,18993,19009,19019,0,2,19019,19009,19008,0,2,18984,10711,19020,0,2,19020,10711,19021,0,2,10712,19021,10711,0,2,18984,19022,18985,0,2,18990,18989,19022,0,2,18989,18990,10674,0,2,10674,18990,10675,0,2,18987,18983,19023,0,2,19023,18983,19024,0,2,18989,19024,19022,0,2,19022,19024,18983,0,2,19022,18983,18985,0,2,49807,19023,19024,0,2,19025,18980,10706,0,2,19025,10706,19026,0,2,19026,10706,10707,0,2,18979,10668,45922,0,2,10664,10665,19059,0,2,10664,19059,19061,0,2,10664,19061,19027,0,2,19030,19027,19028,0,2,19030,19028,10543,0,2,10543,19028,10542,0,2,10543,10544,19030,0,2,19030,19029,10663,0,2,19029,19030,10545,0,2,10545,19030,10544,0,2,19029,10545,10662,0,2,10662,10546,19031,0,2,19032,10548,10661,0,2,19032,10661,19031,0,2,19032,19031,10546,0,2,10546,10662,10545,0,2,19030,10663,19027,0,2,19027,10663,10664,0,2,10700,47644,10551,0,2,10551,47644,10550,0,2,10660,10551,19033,0,2,19033,10551,10549,0,2,19034,10549,10548,0,2,10549,19034,45965,0,2,10549,45965,19035,0,2,10549,19035,19033,0,2,10568,19035,45953,0,2,19038,19036,19037,0,2,19038,19037,19039,0,2,45952,10541,19040,0,2,10580,45952,19040,0,2,10541,45992,19040,0,2,10541,19039,10542,0,2,10542,19039,45949,0,2,10660,19033,10569,0,2,10569,19033,10568,0,2,10548,10550,10661,0,2,10661,10550,47644,0,2,10545,10544,45944,0,2,10547,10545,45944,0,2,19042,19041,19043,0,2,19044,19043,10535,0,2,19044,10535,19045,0,2,19044,19045,19078,0,2,19044,19078,45868,0,2,45868,19078,10534,0,2,19044,45866,19047,0,2,19047,45866,19046,0,2,19047,19046,45863,0,2,19047,45863,19048,0,2,19044,19047,19043,0,2,19043,19047,19042,0,2,19047,19048,19042,0,2,19048,19074,19041,0,2,19042,19048,19041,0,2,10535,19043,19041,0,2,10534,19078,19049,0,2,10671,19050,19051,0,2,19052,19078,45918,0,2,45918,19053,19054,0,2,19054,19053,19055,0,2,19054,45920,45919,0,2,19078,19045,45918,0,2,45918,19045,19053,0,2,19055,19053,10535,0,2,19055,10535,19064,0,2,19056,19064,10536,0,2,19056,19057,19058,0,2,10667,19058,19059,0,2,19059,10665,10667,0,2,19058,19057,19059,0,2,19059,19057,19060,0,2,19059,19060,19061,0,2,19061,19060,19067,0,2,19027,19061,19062,0,2,19064,19056,19063,0,2,19063,45920,19054,0,2,19054,19055,19063,0,2,19063,19055,19064,0,2,19066,10536,19065,0,2,19066,19065,19060,0,2,19062,19067,19068,0,2,19068,19065,19069,0,2,19069,19065,10537,0,2,10537,19065,10536,0,2,19068,19067,19060,0,2,19068,19060,19065,0,2,19061,19067,19062,0,2,19028,19062,19071,0,2,19072,19071,19076,0,2,45995,19072,10539,0,2,10538,19073,19075,0,2,10538,19075,19074,0,2,10539,19072,19073,0,2,19074,19075,19070,0,2,19070,19075,19076,0,2,19070,19076,19069,0,2,19071,19068,19069,0,2,19071,19069,19076,0,2,19076,19073,19072,0,2,19073,19076,19075,0,2,19072,45995,10540,0,2,19072,10540,19071,0,2,19071,10540,19077,0,2,19071,19077,19028,0,2,19062,19028,19027,0,2,10542,19028,19077,0,2,19062,19068,19071,0,2,10536,19066,19056,0,2,19056,19066,19057,0,2,19057,19066,19060,0,2,19064,10535,10536,0,2,19078,19052,19051,0,2,19078,19051,19050,0,2,19050,19049,19078,0,2,10671,19051,18981,0,2,18981,19051,10670,0,2,19051,19052,10670,0,2,10670,19052,10669,0,2,10671,45903,19050,0,2,19050,45903,45904,0,2,19050,45904,19049,0,2,19049,45904,19079,0,2,45900,19080,19079,0,2,19049,19081,10534,0,2,19080,10533,19081,0,2,19081,19049,19079,0,2,19081,19079,19080,0,2,19082,45881,45860,0,2,45860,45881,19083,0,2,19085,45871,45872,0,2,19085,45872,10539,0,2,18930,10525,10526,0,2,10526,10525,45792,0,2,10526,45792,45889,0,2,10526,45889,46006,0,2,10526,46006,10527,0,2,10519,10518,10520,0,2,10521,10520,45748,0,2,19087,18949,45732,0,2,18949,19087,18788,0,2,10510,10511,19088,0,2,19089,19088,45766,0,2,19089,45766,45768,0,2,45674,45710,45671,0,2,45674,45671,45681,0,2,45674,45681,19096,0,2,19096,45681,19093,0,2,19093,19090,45688,0,2,19091,19214,45646,0,2,45646,16715,19091,0,2,19091,16715,19094,0,2,19091,19094,45688,0,2,45688,19094,19093,0,2,19094,19095,19096,0,2,19098,10510,19088,0,2,19098,19088,19089,0,2,19089,45710,19098,0,2,19097,19096,19095,0,2,19094,19096,19093,0,2,45711,10512,10511,0,2,10511,10512,19099,0,2,10511,19099,19088,0,2,45765,19086,18949,0,2,18949,19086,45732,0,2,18797,45732,19100,0,2,19105,19101,19102,0,2,19105,19102,10516,0,2,19105,10516,10517,0,2,18796,10517,19103,0,2,10517,10518,19103,0,2,18791,19103,10519,0,2,10519,19104,18791,0,2,19104,10521,18793,0,2,18789,18797,19100,0,2,18789,19100,19101,0,2,18789,19101,19105,0,2,10504,10505,19106,0,2,45661,19212,19215,0,2,19215,19211,45662,0,2,45662,19211,19107,0,2,19108,45687,19110,0,2,19110,45687,19109,0,2,19110,19109,19122,0,2,19119,19111,19192,0,2,19112,19192,45679,0,2,19112,45679,19191,0,2,19191,45680,18952,0,2,18952,45680,45681,0,2,19111,45684,19192,0,2,19192,45684,45679,0,2,19108,19110,19122,0,2,19108,19122,19113,0,2,19108,19113,19107,0,2,19108,19107,19211,0,2,19107,19121,19114,0,2,19123,19114,19115,0,2,19123,19115,19124,0,2,19195,19183,19116,0,2,19195,19116,19193,0,2,19193,19116,19117,0,2,19193,19117,19118,0,2,19119,19120,19111,0,2,19111,19120,45667,0,2,19122,45667,19113,0,2,19121,19115,19114,0,2,19121,19107,19113,0,2,45667,19122,19111,0,2,19107,19114,45662,0,2,45663,45662,19114,0,2,45663,19114,19123,0,2,19125,19123,19124,0,2,19125,19126,19208,0,2,19208,19126,19184,0,2,19208,19184,19127,0,2,19224,19128,19129,0,2,19130,19129,19205,0,2,19130,19205,19131,0,2,19131,19132,40203,0,2,19167,40203,19132,0,2,19167,19132,19171,0,2,19171,19132,19133,0,2,19171,19133,19134,0,2,19134,19133,19135,0,2,19135,19137,19136,0,2,19136,19137,19165,0,2,19165,19137,19138,0,2,19165,19138,19164,0,2,19164,19181,19139,0,2,19139,19181,19197,0,2,19139,19197,18958,0,2,19140,19139,18776,0,2,19140,19141,19169,0,2,19169,19162,19170,0,2,19170,19162,18621,0,2,18618,18620,19161,0,2,18618,19161,18617,0,2,18753,19142,19144,0,2,19144,19142,19143,0,2,19144,19143,19163,0,2,19144,19163,18754,0,2,19149,18754,19145,0,2,19149,19145,18774,0,2,18774,19145,19148,0,2,19148,19145,19147,0,2,19148,19147,19141,0,2,19141,19140,18776,0,2,19146,19147,19163,0,2,19163,19147,19145,0,2,19163,19145,18754,0,2,18774,19148,18775,0,2,18775,19148,19141,0,2,18775,19141,18776,0,2,19159,19150,19151,0,2,19158,18773,19160,0,2,18758,19153,19154,0,2,18746,19154,18745,0,2,18745,19154,19153,0,2,18745,19153,19157,0,2,19157,45714,18745,0,2,18745,45714,19152,0,2,19153,18758,18757,0,2,19153,18757,19155,0,2,19155,18757,18759,0,2,19155,18759,19156,0,2,19156,18759,18756,0,2,19153,19155,19157,0,2,45714,19157,19158,0,2,45712,19156,19159,0,2,19150,19159,19149,0,2,18755,19159,19156,0,2,19157,19155,19158,0,2,19158,19155,19156,0,2,19158,19156,45712,0,2,18773,19158,19151,0,2,18744,19152,19160,0,2,18887,19150,19149,0,2,18887,19149,18774,0,2,19142,18617,19143,0,2,19143,18617,19161,0,2,19143,19161,19146,0,2,19147,19146,19162,0,2,19147,19162,19141,0,2,19141,19162,19169,0,2,19162,19146,18621,0,2,18621,19146,18620,0,2,18620,19146,19161,0,2,19146,19163,19143,0,2,18753,18752,19142,0,2,19142,18752,18616,0,2,19139,19140,19164,0,2,19164,19140,19169,0,2,19164,19169,19165,0,2,19166,18622,19171,0,2,19171,18622,19167,0,2,19167,18622,18623,0,2,19167,18623,40224,0,2,40224,18623,18624,0,2,19170,19168,19169,0,2,19169,19168,19165,0,2,19165,19168,19136,0,2,19136,19168,19166,0,2,19168,19170,18978,0,2,18978,19170,18621,0,2,19135,19136,19166,0,2,19135,19166,19134,0,2,19134,19166,19171,0,2,19172,40223,40206,0,2,19173,40206,19174,0,2,40201,19174,40193,0,2,19179,40218,40261,0,2,19179,40261,40208,0,2,19179,40208,40185,0,2,40185,40208,19180,0,2,40186,19180,40247,0,2,19164,19138,19181,0,2,19181,19138,19203,0,2,19181,19203,19201,0,2,19182,19200,19185,0,2,19185,19200,19127,0,2,19185,19127,19199,0,2,45675,19199,19126,0,2,45675,19126,19195,0,2,19195,19126,19183,0,2,19124,19183,19125,0,2,19125,19183,19126,0,2,19127,19184,19199,0,2,19199,19184,19126,0,2,19182,19185,19186,0,2,19186,19187,19188,0,2,18778,19189,18779,0,2,18779,19189,18950,0,2,18950,19189,19190,0,2,18950,19190,18951,0,2,18952,45668,45669,0,2,18952,45669,19191,0,2,19191,45669,19112,0,2,19112,45678,19192,0,2,19192,45678,19118,0,2,19118,45678,19193,0,2,19118,19119,19192,0,2,19193,45678,19194,0,2,19193,19194,19195,0,2,19188,18778,19196,0,2,19196,19198,19182,0,2,19182,19186,19196,0,2,19196,19186,19188,0,2,18778,19197,19196,0,2,19196,19197,19198,0,2,19182,19198,19201,0,2,19201,19198,19181,0,2,19181,19198,19197,0,2,19185,19199,19186,0,2,19186,19199,19187,0,2,19206,19200,19202,0,2,19206,19202,19201,0,2,19201,19202,19182,0,2,19182,19202,19200,0,2,19204,19203,19135,0,2,19137,19135,19203,0,2,19137,19203,19138,0,2,19135,19133,19204,0,2,19204,19133,19207,0,2,19207,19133,19205,0,2,19205,19133,19131,0,2,19131,19133,19132,0,2,19207,19205,19129,0,2,19204,19207,19206,0,2,19204,19206,19203,0,2,19201,19203,19206,0,2,19129,19128,19207,0,2,19207,19128,19206,0,2,19200,19128,19127,0,2,19127,19128,45659,0,2,19127,45659,19208,0,2,45660,10490,45663,0,2,45660,45663,19210,0,2,19210,45663,19123,0,2,19210,19123,19125,0,2,19210,19125,19209,0,2,19108,19211,45687,0,2,19106,10507,19212,0,2,45686,19212,19213,0,2,45686,19213,19214,0,2,45686,19214,19092,0,2,10507,19214,19213,0,2,10507,19213,19212,0,2,10505,10507,19106,0,2,19215,45686,19211,0,2,19211,45686,45687,0,2,19212,45686,19215,0,2,10501,10502,19216,0,2,10501,19216,19219,0,2,19219,19216,45698,0,2,10493,43665,45702,0,2,40302,10485,19226,0,2,19226,19220,19222,0,2,19221,19222,19223,0,2,19223,45657,45659,0,2,19223,19224,19221,0,2,19221,19224,19129,0,2,19128,19224,45659,0,2,45659,19224,19223,0,2,19223,19222,19220,0,2,45657,19220,19225,0,2,19220,19226,19225,0,2,19225,19226,10485,0,2,10486,19225,10485,0,2,10484,19226,10483,0,2,10483,19226,19222,0,2,10483,19222,19221,0,2,40205,19221,19130,0,2,40205,19130,19131,0,2,19129,19130,19221,0,2,10480,10479,45649,0,2,10480,45649,19227,0,2,19227,45649,19228,0,2,19229,19228,40300,0,2,19229,40300,19230,0,2,19230,40300,40301,0,2,19227,19228,19229,0,2,19230,19231,19234,0,2,19234,19231,10482,0,2,10479,10480,10469,0,2,19233,10481,19229,0,2,10481,40197,19232,0,2,10481,19232,10480,0,2,10480,19232,10469,0,2,40197,10481,19233,0,2,10460,19235,10459,0,2,19235,10461,34552,0,2,34552,10461,19244,0,2,10214,19244,10461,0,2,10461,19235,10460,0,2,10459,19235,34552,0,2,10459,34552,10458,0,2,10458,34552,19242,0,2,10457,19242,19236,0,2,10457,19236,10455,0,2,10455,19236,40296,0,2,19240,19237,19238,0,2,19240,19238,19239,0,2,19240,19239,10464,0,2,8376,19239,19238,0,2,19242,19241,19236,0,2,19242,34552,19243,0,2,19243,34552,19244,0,2,19243,19244,10463,0,2,19243,10463,19241,0,2,19238,19237,19241,0,2,19237,40296,19241,0,2,19241,40296,19236,0,2,10456,10383,19267,0,2,19267,10383,10423,0,2,19267,10423,19245,0,2,19251,19266,19268,0,2,19268,19266,10458,0,2,19268,10458,10457,0,2,10459,19266,19246,0,2,10459,19246,19248,0,2,19248,19246,19247,0,2,19248,19255,19249,0,2,43559,43570,19249,0,2,19249,19250,43558,0,2,19261,19262,43552,0,2,43552,19262,10415,0,2,10415,19262,10414,0,2,19246,19252,19247,0,2,19247,19252,19256,0,2,19264,19253,19254,0,2,19253,19264,19259,0,2,19253,19259,19260,0,2,19260,19255,19256,0,2,19253,19260,19256,0,2,19247,19256,19248,0,2,19248,19256,19255,0,2,19249,19255,19250,0,2,19253,19256,19252,0,2,19254,19252,19257,0,2,19254,19257,19258,0,2,10384,10422,19265,0,2,19265,10422,10421,0,2,10421,10422,40111,0,2,19260,19259,19261,0,2,19260,19261,19250,0,2,19250,19255,19260,0,2,19261,19259,19262,0,2,19263,10414,19262,0,2,19259,19264,19262,0,2,10421,19263,19264,0,2,19264,19263,19262,0,2,10421,19264,19265,0,2,19264,19254,19265,0,2,19254,19258,19265,0,2,19265,19258,10384,0,2,19254,19253,19252,0,2,19245,19257,19252,0,2,19252,19251,19245,0,2,19246,19266,19252,0,2,19252,19266,19251,0,2,10457,19267,19268,0,2,19251,19268,19245,0,2,19245,19268,19267,0,2,10451,10450,10452,0,2,19289,10452,19270,0,2,19269,19270,19286,0,2,19286,19270,10475,0,2,19286,10475,19271,0,2,10448,10447,19271,0,2,19271,10447,19272,0,2,19273,19272,19274,0,2,19275,19276,10446,0,2,19272,19273,45481,0,2,19272,45481,40105,0,2,40105,45481,19277,0,2,19273,19274,19276,0,2,45482,19275,10446,0,2,45482,10446,8091,0,2,8089,8090,8087,0,2,8091,10445,8090,0,2,8090,10445,8087,0,2,8086,8087,19281,0,2,8087,10445,19281,0,2,19278,19281,19279,0,2,19278,19279,19280,0,2,10434,10433,10440,0,2,10433,19280,10440,0,2,10440,19280,10441,0,2,10441,19280,19279,0,2,10441,19279,19282,0,2,10441,19282,10442,0,2,10443,10442,19282,0,2,10443,19282,40177,0,2,19282,19279,19281,0,2,19282,19281,19284,0,2,19282,19284,19285,0,2,19285,19284,10444,0,2,19281,10445,19284,0,2,19284,10445,10444,0,2,40177,19285,19283,0,2,19283,19285,40176,0,2,19280,10433,10432,0,2,19280,10432,19278,0,2,19281,19278,8084,0,2,8084,8086,19281,0,2,8084,19278,10432,0,2,19271,19272,19286,0,2,19269,19286,40108,0,2,19269,40108,19287,0,2,10379,19287,10378,0,2,19287,10379,19288,0,2,19289,10453,10452,0,2,10453,19289,10454,0,2,10454,19289,45530,0,2,10454,45530,19288,0,2,19288,45530,19269,0,2,19288,19269,19287,0,2,10380,10454,19288,0,2,10380,19288,10379,0,2,10473,10475,10449,0,2,8091,10446,10444,0,2,47615,47614,19291,0,2,19291,47614,19292,0,2,19291,19292,40135,0,2,40135,19292,40136,0,2,40136,47610,19307,0,2,19307,47610,19293,0,2,19293,19294,19295,0,2,19295,40138,19313,0,2,19314,19296,19297,0,2,19314,19297,19315,0,2,19318,19297,19298,0,2,19298,19296,40442,0,2,40139,19313,40138,0,2,19298,19297,19296,0,2,40442,19296,40139,0,2,40139,19296,19313,0,2,40178,47615,10439,0,2,19299,10434,10439,0,2,19311,10437,10438,0,2,10438,10437,10439,0,2,10439,10437,19299,0,2,19943,8082,47620,0,2,19943,47620,8080,0,2,39934,39935,19857,0,2,39934,19857,19301,0,2,19918,40306,40129,0,2,40134,40307,19302,0,2,19303,19302,19304,0,2,19303,19304,19313,0,2,19313,19304,19295,0,2,19295,19304,19305,0,2,19305,40307,19307,0,2,19307,40307,19306,0,2,19306,19308,19307,0,2,19307,19308,40135,0,2,40135,19308,19309,0,2,19311,19310,40126,0,2,19310,19311,10438,0,2,19310,10438,19312,0,2,19305,19307,19293,0,2,19305,19293,19295,0,2,19316,19315,19297,0,2,19316,19297,19317,0,2,19317,19297,19318,0,2,19317,19318,19856,0,2,19317,19856,19319,0,2,19320,19321,19826,0,2,19826,19321,19322,0,2,19826,19322,19821,0,2,19821,19322,19323,0,2,19323,19326,19849,0,2,19324,19849,19325,0,2,19325,19849,19326,0,2,19323,19322,19326,0,2,19326,19322,19327,0,2,19334,19327,19853,0,2,19328,19330,19329,0,2,40308,19329,19330,0,2,40308,19330,40309,0,2,40309,19330,40324,0,2,40324,19330,40382,0,2,40382,19854,19331,0,2,19331,19854,19332,0,2,19331,19332,19852,0,2,19331,40151,40381,0,2,19333,40381,14058,0,2,19333,14058,14059,0,2,19330,19854,40382,0,2,19853,19328,19334,0,2,19325,19335,19336,0,2,19325,19336,40425,0,2,19325,40425,19324,0,2,40425,40426,19337,0,2,19324,19337,19339,0,2,19340,19797,19792,0,2,19792,19797,19794,0,2,19792,19794,19345,0,2,19345,19794,19795,0,2,19811,19812,19344,0,2,19344,19818,19345,0,2,19345,19818,19346,0,2,19345,19346,19347,0,2,40408,19820,19348,0,2,40408,19348,39977,0,2,39978,39977,19348,0,2,39978,19348,47730,0,2,47730,19348,19349,0,2,19819,19818,47723,0,2,47723,19818,19817,0,2,47723,19817,19350,0,2,47723,19350,19351,0,2,19351,19350,19352,0,2,26350,19353,19354,0,2,19355,47713,19356,0,2,19356,19802,19787,0,2,19787,19775,19357,0,2,19357,19774,19359,0,2,19359,19774,19358,0,2,19359,19360,19790,0,2,19790,19360,19361,0,2,19362,19361,19363,0,2,19366,19368,19782,0,2,19370,19369,19363,0,2,19363,19361,19370,0,2,19371,19763,19757,0,2,19757,19763,40437,0,2,40437,19763,19725,0,2,19725,19769,19720,0,2,19720,19769,19372,0,2,19372,19769,19770,0,2,19372,19770,19373,0,2,19715,19373,19374,0,2,19715,19374,19375,0,2,19375,19374,19705,0,2,19705,19740,19713,0,2,19713,19740,19376,0,2,19712,19376,19377,0,2,19712,19377,19741,0,2,19708,19378,19379,0,2,19379,19742,19380,0,2,19380,19742,19381,0,2,19382,19381,19383,0,2,19383,19746,19384,0,2,19384,19746,19748,0,2,19384,19748,19699,0,2,19699,19748,19749,0,2,19749,19750,19385,0,2,19387,19388,19660,0,2,19660,19388,19659,0,2,19659,19388,19389,0,2,19389,19392,19390,0,2,19390,19392,19391,0,2,48106,19392,19389,0,2,48106,19389,19625,0,2,19395,19393,19394,0,2,19395,49942,49944,0,2,48045,19396,19397,0,2,19398,49943,19399,0,2,48083,48097,19400,0,2,48084,19402,19401,0,2,19401,19402,19472,0,2,19401,19472,19403,0,2,19404,19403,19471,0,2,19404,19471,19424,0,2,19424,19471,19423,0,2,19423,19471,19473,0,2,19423,19473,19621,0,2,19422,19621,19412,0,2,19412,19621,19622,0,2,19470,19405,19623,0,2,19470,19623,19406,0,2,19406,19623,19481,0,2,19406,19481,19407,0,2,19407,19482,19490,0,2,19407,19490,19492,0,2,19409,19492,19408,0,2,19470,47936,47935,0,2,19412,19413,19422,0,2,19414,47910,47918,0,2,47926,19415,19416,0,2,47926,19416,19417,0,2,47926,19417,19418,0,2,19418,19417,19419,0,2,19418,19419,19430,0,2,19418,19430,19420,0,2,19418,19420,19421,0,2,19621,19422,48596,0,2,19621,48596,19423,0,2,19427,19425,19426,0,2,19427,19426,47921,0,2,48079,19428,47922,0,2,19429,47922,47920,0,2,19434,47913,19435,0,2,19435,47913,19436,0,2,19437,47911,19449,0,2,19449,47911,19415,0,2,19449,19415,19448,0,2,19439,19438,19440,0,2,47783,47932,19441,0,2,47776,19444,19607,0,2,47776,19607,19445,0,2,48650,19445,19529,0,2,48650,19529,48653,0,2,48650,48653,19447,0,2,19447,48653,48654,0,2,19447,48654,19446,0,2,19447,19446,48650,0,2,19415,19438,19448,0,2,19449,19448,19453,0,2,19449,19453,47888,0,2,47888,19453,19450,0,2,47888,19450,19451,0,2,19452,19579,13913,0,2,13913,19579,13914,0,2,13914,19579,13916,0,2,13913,13912,19452,0,2,19452,13912,19451,0,2,13912,13911,19451,0,2,19451,13911,47888,0,2,19438,19439,19448,0,2,19448,19439,19453,0,2,19427,47921,19428,0,2,19427,19428,19404,0,2,19404,19428,19454,0,2,19428,48082,19454,0,2,19454,48082,48084,0,2,48084,19400,19402,0,2,19400,48084,48083,0,2,48083,48079,19399,0,2,19399,19455,19398,0,2,19398,19455,19458,0,2,19398,19458,48044,0,2,19399,48079,19455,0,2,19455,19457,19458,0,2,48077,19458,19459,0,2,48077,19459,48320,0,2,48320,48328,48321,0,2,48321,48328,19460,0,2,48321,19460,47905,0,2,47905,19460,19461,0,2,19461,19462,47906,0,2,47904,19469,19463,0,2,19466,19465,19467,0,2,19467,19464,19462,0,2,19467,19462,47892,0,2,47892,19462,19461,0,2,19465,19464,19467,0,2,19464,19468,19462,0,2,19462,19468,47906,0,2,47906,19468,19469,0,2,19469,19468,19463,0,2,19454,48084,19401,0,2,19424,19425,19404,0,2,19454,19403,19404,0,2,19427,19404,19425,0,2,19454,19401,19403,0,2,19412,19405,47935,0,2,47935,19405,19470,0,2,19406,19407,19410,0,2,19410,19407,19492,0,2,19410,19492,19409,0,2,19406,19410,19470,0,2,19470,19410,19411,0,2,19470,19411,47936,0,2,19471,19403,19472,0,2,19472,19474,19477,0,2,19472,19477,19473,0,2,19472,19402,19475,0,2,19472,19475,19474,0,2,19474,19475,19619,0,2,19619,19475,19624,0,2,19476,19624,19489,0,2,19489,19624,19475,0,2,19474,19619,19477,0,2,19478,19477,19479,0,2,19478,19479,19480,0,2,19407,19481,19482,0,2,19482,48085,19483,0,2,48093,48086,48089,0,2,48093,48089,19484,0,2,48093,19484,19751,0,2,19751,19615,19753,0,2,19753,19615,19485,0,2,49942,19394,19487,0,2,49942,19487,48097,0,2,19400,48097,19488,0,2,19489,19475,19402,0,2,19489,19402,19488,0,2,19488,19402,19400,0,2,19394,19486,19487,0,2,48097,19487,19488,0,2,19482,19483,19490,0,2,19490,19491,19492,0,2,19492,19491,19747,0,2,19408,19747,19746,0,2,19408,19746,19493,0,2,47940,19494,19756,0,2,47940,19756,19495,0,2,47940,19495,19496,0,2,47940,19496,47937,0,2,47937,19496,19497,0,2,47938,19497,47777,0,2,19756,19498,40454,0,2,40454,19498,19499,0,2,19499,19744,19500,0,2,19502,19503,19521,0,2,19505,19521,19504,0,2,19505,19504,19506,0,2,19505,19506,19508,0,2,19508,19506,19507,0,2,19508,19507,19509,0,2,19509,19510,19527,0,2,47745,19527,47750,0,2,47750,19527,19526,0,2,19526,19527,19511,0,2,19515,19511,19512,0,2,40418,19512,19513,0,2,40430,47737,40434,0,2,47737,19512,19514,0,2,19514,19512,19511,0,2,19515,19512,40418,0,2,19516,19525,40423,0,2,19524,19517,19531,0,2,19524,19531,19530,0,2,19518,19530,47763,0,2,47747,19518,19755,0,2,47747,19755,19501,0,2,47747,19501,19519,0,2,19519,19501,19520,0,2,19520,19522,47744,0,2,19508,47744,19522,0,2,19505,19522,47751,0,2,19505,19508,19522,0,2,19755,19518,19500,0,2,19500,19518,19523,0,2,19523,19518,47763,0,2,19500,19523,19499,0,2,19518,19524,19530,0,2,19511,19515,19525,0,2,19511,19525,19526,0,2,19497,19496,19528,0,2,19528,19606,47761,0,2,19607,47760,19445,0,2,19445,40451,19529,0,2,19445,47760,40451,0,2,40451,47760,47765,0,2,19531,40466,19533,0,2,19531,19533,19532,0,2,19532,19533,19535,0,2,19534,19533,19539,0,2,19534,19535,19533,0,2,19531,19532,19530,0,2,19536,19537,40452,0,2,40452,19537,47759,0,2,40452,47759,19604,0,2,19604,47759,19538,0,2,19538,47759,19535,0,2,19534,19539,19546,0,2,19546,19539,19544,0,2,40470,40468,40469,0,2,40469,40462,19540,0,2,19540,40462,40314,0,2,19540,40314,40313,0,2,19540,40313,19541,0,2,19540,19543,40363,0,2,19540,19541,19543,0,2,19543,19541,40355,0,2,40469,19540,40363,0,2,19544,40364,19545,0,2,19538,19547,19548,0,2,40447,19549,19550,0,2,19553,19551,19552,0,2,19553,19552,19597,0,2,19597,19552,19554,0,2,47768,47766,19568,0,2,47768,19568,19555,0,2,47768,19555,19567,0,2,19556,19555,19557,0,2,19558,19559,19566,0,2,19566,19559,19560,0,2,13946,19561,19567,0,2,19567,19561,19562,0,2,19562,19561,47785,0,2,47785,19561,13945,0,2,47785,13945,13944,0,2,13945,19561,13946,0,2,13947,19601,19563,0,2,19563,19602,40488,0,2,40488,19602,19564,0,2,40340,19564,19603,0,2,40340,19603,19565,0,2,40473,19598,19554,0,2,19558,19566,19557,0,2,19557,19566,19556,0,2,19556,19566,13946,0,2,13946,19567,19555,0,2,13946,19566,19560,0,2,19555,19568,19557,0,2,19597,47766,19569,0,2,19569,47767,19570,0,2,19570,47767,19589,0,2,19591,47771,19571,0,2,19571,47772,47821,0,2,47821,47772,19572,0,2,19572,47820,19584,0,2,19583,19573,19582,0,2,19582,19573,19574,0,2,19582,19574,19580,0,2,19580,19574,19578,0,2,19578,19574,13915,0,2,13917,19575,19576,0,2,13917,19576,19577,0,2,13915,13916,19578,0,2,19582,19580,19440,0,2,19440,19580,19439,0,2,19450,19453,19581,0,2,19452,19581,19579,0,2,19452,19451,19581,0,2,19581,19451,19450,0,2,19582,47783,19583,0,2,19573,19583,19584,0,2,19584,47774,19585,0,2,19584,19585,19572,0,2,19587,19586,19446,0,2,19587,19446,19588,0,2,19588,19570,19589,0,2,19572,19585,47821,0,2,47821,48652,19590,0,2,19590,48652,19587,0,2,19590,19587,19589,0,2,19589,19591,19590,0,2,19590,19591,47821,0,2,19578,19579,19581,0,2,19580,19581,19439,0,2,19439,19581,19453,0,2,19581,19580,19578,0,2,19569,19570,19597,0,2,40448,19597,19570,0,2,40448,19570,19592,0,2,19593,19596,40449,0,2,40449,19596,19594,0,2,19594,19596,48655,0,2,48655,19596,19595,0,2,19595,19592,19588,0,2,19592,19595,19593,0,2,19593,19595,19596,0,2,19597,19554,47766,0,2,47766,19554,19568,0,2,19568,19554,19598,0,2,19568,19598,19599,0,2,19599,19600,19557,0,2,19557,19600,19558,0,2,19558,19600,19602,0,2,19558,19602,19601,0,2,19558,19601,13947,0,2,13947,19559,19558,0,2,19601,19602,19563,0,2,19603,19599,19565,0,2,19599,19598,19565,0,2,19564,19602,19603,0,2,19602,19600,19603,0,2,19599,19603,19600,0,2,19599,19557,19568,0,2,19548,19549,19538,0,2,19538,19549,19604,0,2,19534,19546,40368,0,2,19545,19546,19544,0,2,40364,19544,40470,0,2,40364,40470,40363,0,2,40363,40470,40469,0,2,40368,19538,19534,0,2,19534,19538,19535,0,2,40452,19604,19549,0,2,19542,40355,19541,0,2,19530,19532,19537,0,2,19530,19537,47765,0,2,19537,19536,47765,0,2,47765,19536,40451,0,2,19523,47762,40455,0,2,19523,40455,19499,0,2,19499,40455,40454,0,2,47761,19606,19605,0,2,19605,19606,19495,0,2,19495,19606,19496,0,2,19496,19606,19528,0,2,47760,19607,47761,0,2,47761,19607,19528,0,2,19607,19444,19528,0,2,19528,19444,19497,0,2,19497,19444,47777,0,2,19492,19747,19408,0,2,19477,19619,19479,0,2,19479,19618,48092,0,2,48092,19618,48085,0,2,48085,19608,48088,0,2,48088,19608,19609,0,2,19610,19609,19611,0,2,19610,19611,19612,0,2,19487,19614,19476,0,2,19476,19489,19488,0,2,19488,19487,19476,0,2,19487,19486,19614,0,2,19485,19615,19611,0,2,19611,19613,19485,0,2,19613,19614,19485,0,2,19485,19614,19486,0,2,19611,19484,19612,0,2,19484,19611,19615,0,2,19484,19615,19751,0,2,19614,19613,19616,0,2,19616,19609,19617,0,2,19617,19609,19608,0,2,19617,19608,19618,0,2,19618,19608,48085,0,2,19616,19617,19624,0,2,19616,19624,19476,0,2,19614,19616,19476,0,2,19618,19624,19617,0,2,19616,19613,19609,0,2,19609,19613,19611,0,2,19479,19619,19618,0,2,19477,48090,19473,0,2,19473,48090,19620,0,2,19412,19622,19405,0,2,19405,19622,19623,0,2,19623,19622,19620,0,2,19622,19621,19620,0,2,19621,19473,19620,0,2,19619,19624,19618,0,2,19389,19752,19625,0,2,19625,19393,48050,0,2,48291,48098,19627,0,2,19628,19627,19645,0,2,19628,19645,19629,0,2,19629,19645,19647,0,2,19630,14223,48028,0,2,19630,14224,19629,0,2,19629,14224,19631,0,2,19629,19631,19628,0,2,14224,48317,19631,0,2,48292,48293,48381,0,2,48288,48294,19641,0,2,48288,19641,19632,0,2,48110,19633,19634,0,2,48110,19634,19687,0,2,19687,19634,48111,0,2,48383,19637,19639,0,2,48383,19639,19640,0,2,48381,48304,48379,0,2,48379,19638,48294,0,2,48294,19638,19641,0,2,19632,19641,19643,0,2,19643,19641,19638,0,2,19643,19638,19639,0,2,19639,19638,19640,0,2,48304,19640,48379,0,2,48379,19640,19638,0,2,19637,19635,19636,0,2,19642,19634,19633,0,2,19636,19643,19639,0,2,19636,19639,19637,0,2,19633,19636,19635,0,2,19633,19635,19642,0,2,19456,14221,48044,0,2,19627,48098,19644,0,2,19627,19644,48048,0,2,19627,48048,19645,0,2,19629,19647,19630,0,2,19646,19647,19645,0,2,19625,19752,19393,0,2,19386,19387,19648,0,2,19736,19648,19653,0,2,48094,19653,19649,0,2,19649,19666,19664,0,2,19665,19650,19651,0,2,19651,19650,19709,0,2,19652,19651,19701,0,2,19652,19665,19651,0,2,19670,40460,19654,0,2,19655,40457,19676,0,2,13616,19676,19677,0,2,19677,19656,19657,0,2,19657,19656,19658,0,2,19681,19658,49954,0,2,49954,49945,48599,0,2,19659,48598,19660,0,2,19387,19660,19648,0,2,19390,48599,19389,0,2,48599,19659,19389,0,2,19666,19649,19670,0,2,19661,13794,13795,0,2,19661,19668,13794,0,2,13794,19668,13793,0,2,19664,19666,19667,0,2,19664,19667,19663,0,2,19663,19669,48649,0,2,48649,19669,13797,0,2,48649,19662,19663,0,2,19663,19662,19664,0,2,19664,19662,19665,0,2,19662,13798,19665,0,2,19663,19667,19668,0,2,19669,19668,19661,0,2,13804,19661,13795,0,2,19661,13804,19669,0,2,19668,19669,19663,0,2,19667,19666,19670,0,2,19653,40460,19649,0,2,19649,40460,19670,0,2,19670,19672,19671,0,2,19671,19673,14357,0,2,14357,13793,19671,0,2,19671,13793,19668,0,2,19671,19668,19667,0,2,19671,19667,19670,0,2,19670,19654,19672,0,2,19673,19672,19655,0,2,19675,19655,19674,0,2,19675,19674,13615,0,2,19674,19676,13616,0,2,19674,19655,19676,0,2,13617,19677,19678,0,2,19679,19680,13619,0,2,13619,19680,19683,0,2,19679,13618,19678,0,2,13617,13662,19677,0,2,19677,13662,13616,0,2,19677,19657,19678,0,2,19678,19657,19679,0,2,19682,19680,19657,0,2,19657,19680,19679,0,2,19657,19658,19682,0,2,19390,19391,19681,0,2,19681,19391,19682,0,2,19658,19681,19682,0,2,19684,19685,19686,0,2,19688,19687,19689,0,2,19688,19689,19690,0,2,19690,19689,48384,0,2,19691,48384,48386,0,2,19691,48386,48433,0,2,48433,48386,48387,0,2,48433,48387,19692,0,2,19694,48431,19693,0,2,48432,19694,19697,0,2,48432,19697,19686,0,2,48431,13621,19693,0,2,19697,19693,19695,0,2,19697,19695,19696,0,2,19696,19695,13619,0,2,13619,19695,13620,0,2,48102,19696,19683,0,2,19683,19696,13619,0,2,48102,19684,19696,0,2,19696,19684,19697,0,2,19693,19697,19694,0,2,19686,19697,19684,0,2,13620,19695,19693,0,2,13620,19693,13621,0,2,19655,19672,40458,0,2,40458,19672,19654,0,2,19671,19672,19673,0,2,19382,19383,19384,0,2,19382,19384,19380,0,2,19380,19384,19698,0,2,19698,19384,19699,0,2,19698,19699,19700,0,2,19700,19706,19698,0,2,19698,19706,19702,0,2,19702,19708,19379,0,2,19702,19379,19380,0,2,19380,19381,19382,0,2,19708,19703,19378,0,2,19378,19703,19741,0,2,19741,19703,19704,0,2,19741,19704,19712,0,2,19712,19714,19713,0,2,19705,19713,19375,0,2,19712,19713,19376,0,2,19708,19702,19707,0,2,19706,19737,19707,0,2,19707,19737,19701,0,2,19707,19701,19651,0,2,19704,19709,19710,0,2,19704,19711,19712,0,2,19713,19714,19375,0,2,19714,19728,19375,0,2,19719,19715,19716,0,2,19719,19716,19717,0,2,19717,19718,13802,0,2,7881,19718,13800,0,2,19373,19715,19372,0,2,19372,19715,19719,0,2,19372,19719,19720,0,2,19724,19721,19722,0,2,19722,19723,19724,0,2,19721,19724,19725,0,2,19720,19721,19725,0,2,19720,19719,19727,0,2,19720,19727,19721,0,2,19721,13802,19722,0,2,19719,19717,19727,0,2,19727,13802,19721,0,2,19722,13802,13803,0,2,19727,19717,13802,0,2,19375,19728,19715,0,2,19734,19729,13799,0,2,13799,19729,19730,0,2,19731,19650,13798,0,2,13798,19650,19665,0,2,19650,19731,19732,0,2,19732,19731,19730,0,2,19728,19732,19729,0,2,19729,19732,19730,0,2,19732,19710,19650,0,2,19704,19710,19711,0,2,19711,19710,19714,0,2,19714,19710,19733,0,2,19714,19733,19728,0,2,19728,19733,19732,0,2,19732,19733,19710,0,2,19710,19709,19650,0,2,19730,19731,13799,0,2,19728,19729,19715,0,2,19715,19729,19734,0,2,19716,19734,19735,0,2,47689,13800,19735,0,2,13799,19735,19734,0,2,19716,19735,19717,0,2,19735,13800,19717,0,2,19717,13800,19718,0,2,19714,19712,19711,0,2,19707,47757,19708,0,2,19708,47757,19703,0,2,19702,19380,19698,0,2,19699,19749,19738,0,2,19699,19738,19700,0,2,19700,19738,19736,0,2,19736,19738,19648,0,2,19700,19736,19706,0,2,19706,19736,19737,0,2,19648,19738,19386,0,2,19386,19738,19385,0,2,19385,19738,19749,0,2,19377,19376,19739,0,2,47755,19739,19740,0,2,19376,19740,19739,0,2,19381,19742,19743,0,2,19745,19493,19746,0,2,19746,19747,19748,0,2,19750,19751,19385,0,2,19385,19751,19754,0,2,19385,19754,19386,0,2,19754,19752,19387,0,2,19387,19752,19388,0,2,19754,19387,19386,0,2,19752,19389,19388,0,2,19393,19752,19753,0,2,19393,19753,19394,0,2,19754,19751,19753,0,2,19486,19394,19485,0,2,19485,19394,19753,0,2,19753,19752,19754,0,2,19746,19383,19745,0,2,19744,19383,19381,0,2,19744,19381,19743,0,2,19383,19744,19745,0,2,47753,19503,19755,0,2,47753,19755,47756,0,2,19742,47753,19743,0,2,19743,47756,19744,0,2,19744,19499,19498,0,2,19744,19498,19745,0,2,19745,19498,19493,0,2,19748,19747,19749,0,2,19749,19747,19750,0,2,19756,19493,19498,0,2,19756,19494,19493,0,2,47756,19743,47753,0,2,19742,19379,19378,0,2,19369,19370,19368,0,2,19368,19370,19762,0,2,19368,19762,19371,0,2,19368,19371,19367,0,2,19367,19371,19757,0,2,19758,19757,19759,0,2,19759,19757,19760,0,2,19760,19757,40437,0,2,19757,19758,19367,0,2,19370,19361,19761,0,2,19370,19761,19762,0,2,19762,19761,19763,0,2,19762,19763,19371,0,2,19761,19361,19767,0,2,19373,19765,19766,0,2,19373,19766,19374,0,2,19374,19766,19705,0,2,19761,19767,19763,0,2,19767,19764,19768,0,2,19767,19768,19763,0,2,19763,19768,19769,0,2,19763,19769,19725,0,2,19770,19769,19768,0,2,19764,19765,19768,0,2,19768,19765,19770,0,2,19373,19770,19765,0,2,19361,19360,19767,0,2,19767,19360,19764,0,2,19771,19772,19766,0,2,19766,19772,47741,0,2,19808,19358,19773,0,2,19773,19358,19774,0,2,19774,19357,19775,0,2,19802,19775,19787,0,2,19764,19771,19765,0,2,19764,19360,19771,0,2,19771,19360,19807,0,2,19771,19807,19772,0,2,19360,19359,19807,0,2,19369,19368,19776,0,2,19366,19776,19368,0,2,19368,19367,19782,0,2,19790,19361,19362,0,2,19791,19362,19777,0,2,19777,19363,19364,0,2,19363,19777,19362,0,2,19789,19791,19778,0,2,19778,19791,19777,0,2,7908,19778,19364,0,2,7908,19364,19779,0,2,19779,19364,19780,0,2,19781,19780,19365,0,2,19781,19365,19366,0,2,19364,19778,19777,0,2,19778,19783,19789,0,2,19789,19783,19788,0,2,19788,19783,19784,0,2,19784,19785,19787,0,2,19787,19785,7905,0,2,19356,7905,19355,0,2,19355,7905,19816,0,2,19816,7905,19354,0,2,19354,19786,26350,0,2,19786,19354,7905,0,2,19787,7905,19356,0,2,19787,19357,19788,0,2,19787,19788,19784,0,2,19789,19788,19357,0,2,19789,19357,19359,0,2,19778,7908,19783,0,2,19783,7908,19784,0,2,19784,7908,19785,0,2,19780,19781,19779,0,2,19790,19362,19791,0,2,19790,19791,19359,0,2,19359,19791,19789,0,2,19344,19345,19343,0,2,19343,19345,19795,0,2,19343,19795,19342,0,2,19792,19345,19347,0,2,19792,19347,19793,0,2,19340,19792,19793,0,2,19347,19820,19793,0,2,19795,19794,19797,0,2,19795,19797,19796,0,2,40427,19796,40426,0,2,40426,19796,19337,0,2,19337,19796,19340,0,2,19340,19796,19797,0,2,19795,40436,19342,0,2,19341,19798,19809,0,2,19809,19798,19799,0,2,19799,19798,19801,0,2,19801,19800,19775,0,2,19775,19800,19774,0,2,19802,19801,19775,0,2,19801,19802,19799,0,2,19799,19802,19803,0,2,19803,19802,19356,0,2,19798,47735,19804,0,2,19773,19805,19806,0,2,19773,19806,19808,0,2,19807,19806,19772,0,2,19798,19804,19801,0,2,19801,19804,19800,0,2,19358,19808,19807,0,2,19807,19808,19806,0,2,19773,19800,19805,0,2,19805,19800,19804,0,2,19774,19800,19773,0,2,19342,19341,19809,0,2,19342,19809,19810,0,2,19799,19803,19809,0,2,19809,19803,19810,0,2,19810,19803,47713,0,2,19810,47713,19811,0,2,19811,47713,19355,0,2,19810,19343,19342,0,2,19810,19811,19343,0,2,19817,19813,19814,0,2,19817,19814,19350,0,2,19350,19814,19352,0,2,19352,19814,19815,0,2,19352,19815,19816,0,2,19354,19353,19816,0,2,19816,19353,19352,0,2,19816,19815,19355,0,2,19815,19814,19813,0,2,19815,19813,19812,0,2,19815,19812,19355,0,2,19355,19812,19811,0,2,19813,19817,19812,0,2,19812,19817,19344,0,2,19346,19818,19819,0,2,19346,19819,19347,0,2,19347,19819,19820,0,2,19820,19819,19349,0,2,19820,19349,19348,0,2,19817,19818,19344,0,2,40425,19337,19324,0,2,19323,19849,19338,0,2,19323,19338,19821,0,2,19821,19338,19847,0,2,19847,19338,19822,0,2,19822,40404,40412,0,2,40412,40404,19823,0,2,19824,19846,19825,0,2,19848,19825,19826,0,2,19320,19825,19846,0,2,19320,19846,19835,0,2,19835,19846,19827,0,2,19827,19829,19828,0,2,19828,19829,19830,0,2,19830,19832,19831,0,2,19836,19831,19832,0,2,19836,19832,19833,0,2,19833,19302,19303,0,2,19831,19834,19828,0,2,19828,19834,19316,0,2,19316,19834,19315,0,2,19315,19834,40137,0,2,19315,40137,19314,0,2,19314,40137,19303,0,2,19303,19313,19314,0,2,19830,19831,19828,0,2,19835,19319,19320,0,2,19835,19827,19828,0,2,19319,19321,19320,0,2,19825,19320,19826,0,2,19828,19316,19835,0,2,19831,19836,19834,0,2,19829,19827,19838,0,2,19829,19838,19837,0,2,19837,19838,19840,0,2,19840,19839,19841,0,2,19843,19842,39951,0,2,19843,39951,19844,0,2,19837,19830,19829,0,2,19832,19830,19917,0,2,19832,19917,19833,0,2,19845,19918,40134,0,2,40134,19918,40129,0,2,40134,19302,19845,0,2,19845,19302,19833,0,2,19844,39953,19843,0,2,19843,39953,19837,0,2,19843,19837,19840,0,2,19841,19842,19840,0,2,19840,19842,19843,0,2,19838,19827,19846,0,2,19838,19846,19824,0,2,19826,19821,19847,0,2,19826,19847,19848,0,2,19848,40411,19825,0,2,40411,40412,19824,0,2,19824,19825,40411,0,2,19847,40411,19848,0,2,19324,19339,19849,0,2,19849,19339,19338,0,2,19327,19334,19326,0,2,19326,19334,19335,0,2,19326,19335,19325,0,2,19853,19327,19850,0,2,19850,19327,40383,0,2,19850,19851,19332,0,2,19852,40154,19331,0,2,19331,40154,40151,0,2,19850,19332,19853,0,2,19328,19853,19854,0,2,19328,19854,19330,0,2,19332,19854,19853,0,2,19332,19851,40142,0,2,40142,19852,19332,0,2,40141,19855,19298,0,2,19298,19855,19318,0,2,19318,19855,19856,0,2,19855,40141,19851,0,2,19851,19850,19855,0,2,19855,19850,19856,0,2,40383,19856,19850,0,2,19319,19856,19321,0,2,40383,19327,19322,0,2,19317,19835,19316,0,2,19835,19317,19319,0,2,19296,19314,19313,0,2,19302,40307,19304,0,2,40128,19858,40127,0,2,40127,19858,19300,0,2,40127,19300,47620,0,2,19300,19858,39936,0,2,39936,19858,39935,0,2,39935,19858,19857,0,2,8080,47620,19859,0,2,19859,19300,8079,0,2,47620,19300,19859,0,2,19860,19861,19868,0,2,19868,39937,19862,0,2,39933,19863,19864,0,2,19864,19863,39931,0,2,19864,39931,19872,0,2,19864,19872,19869,0,2,19869,19872,19865,0,2,19860,19867,8079,0,2,19868,19862,19869,0,2,19868,19869,19866,0,2,19866,19869,19865,0,2,19867,19860,19866,0,2,19866,19860,19868,0,2,19862,39933,19864,0,2,19862,19864,19869,0,2,19300,19860,8079,0,2,19867,19866,19870,0,2,19870,19866,19865,0,2,19870,19865,19871,0,2,19871,19865,19872,0,2,19871,19872,7966,0,2,7966,19872,7965,0,2,19873,19874,19881,0,2,19881,19874,19882,0,2,19906,19882,19878,0,2,19906,19878,19931,0,2,19931,19878,19880,0,2,19927,19880,19875,0,2,40384,19875,19876,0,2,19876,19875,19877,0,2,19879,19882,19920,0,2,19920,19882,19874,0,2,19880,19878,19879,0,2,19879,19877,19880,0,2,19880,19877,19875,0,2,19932,7965,19881,0,2,19881,19882,19883,0,2,20059,19883,19889,0,2,20035,19889,19884,0,2,19884,19889,19885,0,2,19884,19885,19886,0,2,19884,19886,19887,0,2,19887,19886,20007,0,2,20007,19886,20008,0,2,20008,19886,19888,0,2,19888,19886,19890,0,2,19890,19886,19885,0,2,19890,19885,19889,0,2,19889,19883,19890,0,2,19890,19883,19891,0,2,19890,19891,19888,0,2,19888,19891,19905,0,2,19901,19908,19892,0,2,19892,19921,19893,0,2,19894,19922,20068,0,2,20068,19922,19895,0,2,20068,19895,19896,0,2,39984,19923,39973,0,2,19897,19898,19899,0,2,19907,19901,19904,0,2,19904,19901,19903,0,2,19904,19903,19902,0,2,19902,19903,20062,0,2,20062,19903,19894,0,2,20062,19894,20067,0,2,19894,19903,19893,0,2,19893,19903,19892,0,2,19892,19903,19901,0,2,19905,19904,20061,0,2,19905,20061,19888,0,2,19904,19905,19907,0,2,19883,20059,19881,0,2,19932,19881,20059,0,2,19882,19906,19883,0,2,19883,19906,19891,0,2,19905,19891,19906,0,2,19905,19906,19907,0,2,19901,19907,19908,0,2,19927,19875,19926,0,2,19926,19875,40384,0,2,19876,19909,39948,0,2,39943,19911,19910,0,2,19916,19911,40385,0,2,40385,40306,19918,0,2,40306,39940,19912,0,2,19912,39939,19913,0,2,19913,19915,19863,0,2,19914,39932,19915,0,2,19913,19863,39933,0,2,40385,19918,19916,0,2,19911,19916,19833,0,2,19911,19833,19917,0,2,19833,19916,19845,0,2,19845,19916,19918,0,2,19876,19877,19909,0,2,19919,19879,19920,0,2,19879,19919,19877,0,2,19919,19909,19877,0,2,19908,19921,19892,0,2,19908,19927,19921,0,2,19893,19921,19928,0,2,19893,19928,19922,0,2,19895,19922,19929,0,2,19895,19929,19923,0,2,19899,19898,40409,0,2,40386,19924,19930,0,2,40386,19930,19925,0,2,19927,19926,19921,0,2,19926,40384,19925,0,2,19926,19929,19928,0,2,19926,19925,19929,0,2,19923,19930,19898,0,2,19898,19930,19924,0,2,19898,19924,40409,0,2,19923,19929,19930,0,2,19921,19926,19928,0,2,19928,19929,19922,0,2,19898,19897,19923,0,2,19923,19897,39973,0,2,19896,19895,39984,0,2,19922,19894,19893,0,2,19927,19908,19880,0,2,19880,19908,19931,0,2,19931,19908,19907,0,2,19931,19907,19906,0,2,19873,19881,7965,0,2,7964,19932,20060,0,2,7964,20060,20058,0,2,20058,20035,48741,0,2,48741,20035,19933,0,2,19935,19934,20037,0,2,19935,20037,19936,0,2,19936,20037,19937,0,2,20042,20043,39991,0,2,39991,20043,20044,0,2,39991,20044,7959,0,2,7959,20044,19938,0,2,7959,19938,7958,0,2,7957,7958,40023,0,2,8082,19939,47620,0,2,8078,19940,8080,0,2,8080,19940,8081,0,2,8077,8076,8078,0,2,8078,8076,19940,0,2,8081,19940,19961,0,2,8081,19961,19942,0,2,8081,19942,19943,0,2,19943,19942,19944,0,2,19944,19942,19941,0,2,19941,19942,19960,0,2,8283,19944,8279,0,2,8282,8283,8278,0,2,8282,8083,8283,0,2,19944,19941,8279,0,2,8279,19941,19945,0,2,8279,19945,8278,0,2,8278,19945,47618,0,2,19946,19947,8277,0,2,8277,19947,19958,0,2,8277,19958,19948,0,2,19951,19949,19950,0,2,19952,19956,19953,0,2,19952,19953,19954,0,2,19955,8272,19952,0,2,19955,19952,19954,0,2,19953,19956,40102,0,2,40102,19956,40101,0,2,40101,19956,19951,0,2,40101,19951,19950,0,2,19957,19949,8275,0,2,8275,19949,19951,0,2,19951,19956,48843,0,2,48843,19956,48842,0,2,8272,8273,19952,0,2,48842,19956,19952,0,2,48842,19952,8273,0,2,47618,19946,8278,0,2,19957,8071,19949,0,2,19949,8071,8070,0,2,19957,19948,19958,0,2,19961,19940,8076,0,2,19961,19960,19942,0,2,19959,47619,8073,0,2,8073,47619,40038,0,2,7974,7975,8071,0,2,8071,7975,19962,0,2,19962,8068,8069,0,2,8071,19962,8070,0,2,8070,19962,8069,0,2,19962,7975,40095,0,2,19962,40095,19963,0,2,8068,19963,8067,0,2,8067,19963,8066,0,2,19964,40096,7976,0,2,40095,7975,7976,0,2,40037,19965,7970,0,2,7970,19965,19968,0,2,40029,19968,19966,0,2,19966,40028,8040,0,2,19966,19968,19967,0,2,19967,19968,19970,0,2,19970,19968,19969,0,2,19965,19969,19968,0,2,19969,7968,19977,0,2,19969,19977,19970,0,2,19970,19999,19973,0,2,19973,19999,19998,0,2,7986,19972,48744,0,2,8018,19972,19971,0,2,19971,19972,19998,0,2,19998,19972,19973,0,2,19973,19967,19970,0,2,19973,40028,19967,0,2,8018,19971,19975,0,2,8018,19975,19974,0,2,19978,7963,40027,0,2,19978,40027,20000,0,2,20000,40027,19977,0,2,20000,19977,7968,0,2,19970,19977,19999,0,2,19975,19976,19974,0,2,19974,7961,19979,0,2,19980,19981,8010,0,2,19979,7961,19997,0,2,19981,19997,19982,0,2,19981,19982,7960,0,2,19981,7960,8010,0,2,7960,39990,8015,0,2,8015,39990,19996,0,2,19995,19985,19984,0,2,19984,19985,19986,0,2,19986,19985,37466,0,2,19986,37466,19990,0,2,19990,37466,39823,0,2,19990,39823,19988,0,2,19990,19988,39986,0,2,39986,19988,19987,0,2,19990,19991,19993,0,2,19993,19991,19992,0,2,19993,19992,19986,0,2,19984,8002,19994,0,2,19984,19994,19995,0,2,19995,19994,19983,0,2,19983,19994,19996,0,2,8002,8014,19994,0,2,19986,19990,19993,0,2,19992,8002,19986,0,2,19986,8002,19984,0,2,19987,19989,39986,0,2,8014,19996,19994,0,2,19996,8014,8015,0,2,8015,8014,8013,0,2,19979,19997,19980,0,2,19980,19997,19981,0,2,7961,19974,7962,0,2,19974,19979,8017,0,2,19974,8017,8018,0,2,19971,19998,19975,0,2,19975,19998,19999,0,2,19999,40027,19976,0,2,19976,19975,19999,0,2,20000,7967,19978,0,2,19978,7967,19932,0,2,20019,20001,20053,0,2,20019,20053,20002,0,2,20002,20053,20052,0,2,20002,20052,20003,0,2,20003,20047,20010,0,2,20010,20048,20004,0,2,20004,20048,20005,0,2,20006,20033,20040,0,2,20009,20008,20061,0,2,20009,20061,20066,0,2,20009,20066,20031,0,2,20034,20031,20065,0,2,20034,20065,39968,0,2,20011,20003,20010,0,2,39960,39966,39961,0,2,39961,39966,39962,0,2,39962,39966,48746,0,2,40387,40410,20014,0,2,20014,20015,20016,0,2,20014,20016,47728,0,2,40396,47726,47725,0,2,40396,47725,20017,0,2,20017,47725,47723,0,2,47720,7922,20020,0,2,20012,39963,20011,0,2,20011,39963,20003,0,2,20003,39963,20021,0,2,20021,39963,20018,0,2,20021,20002,20003,0,2,20002,20021,20018,0,2,20019,20018,20020,0,2,20019,20020,7922,0,2,20020,20018,39964,0,2,39964,20018,39963,0,2,20020,39964,39959,0,2,39959,39964,20022,0,2,39959,20022,20023,0,2,20023,20022,20024,0,2,20028,26356,39957,0,2,39957,20029,39958,0,2,20019,47719,20001,0,2,47719,7923,7954,0,2,20007,20008,20032,0,2,20032,20008,20009,0,2,20033,20032,20031,0,2,20033,20031,20034,0,2,20009,20031,20032,0,2,20033,20034,20005,0,2,20033,20005,20054,0,2,20033,20006,20032,0,2,20034,39968,20005,0,2,20005,39968,20004,0,2,20032,20006,20007,0,2,19933,20035,19934,0,2,19934,20035,20036,0,2,20037,20036,20041,0,2,20037,20041,20038,0,2,20039,20038,20040,0,2,20040,20038,20041,0,2,20041,19887,20007,0,2,20041,20007,20006,0,2,20006,20040,20041,0,2,20041,20036,19887,0,2,19887,20036,19884,0,2,19884,20036,20035,0,2,19934,20036,20037,0,2,20037,20038,19937,0,2,40023,40024,20050,0,2,20045,39930,40025,0,2,40025,39930,20046,0,2,20046,39930,20047,0,2,20010,20047,20048,0,2,20057,20048,20049,0,2,20049,20050,20051,0,2,20050,20049,20045,0,2,20050,40024,20051,0,2,19938,20051,40024,0,2,19938,20044,20051,0,2,20051,20044,20056,0,2,20051,20056,20057,0,2,20051,20057,20049,0,2,20048,20047,39930,0,2,20048,39930,20049,0,2,20052,20046,20047,0,2,20052,20047,20003,0,2,19938,40024,7958,0,2,19937,20038,20042,0,2,20042,20038,20039,0,2,20043,20039,20056,0,2,20054,20055,20033,0,2,20033,20055,20040,0,2,20039,20055,20056,0,2,20056,20055,20054,0,2,20039,20040,20055,0,2,20056,20054,20057,0,2,20054,20005,20057,0,2,20057,20005,20048,0,2,20056,20044,20043,0,2,20039,20043,20042,0,2,19889,20058,20059,0,2,20058,19889,20035,0,2,20059,20058,20060,0,2,20059,20060,19932,0,2,20061,19904,19902,0,2,20031,20064,20065,0,2,20064,20031,20066,0,2,20064,20066,19902,0,2,19902,20066,20061,0,2,19902,20062,20064,0,2,20064,20062,20063,0,2,20063,20067,39969,0,2,39969,20067,20068,0,2,20063,20062,20067,0,2,19894,20068,20067,0,2,20071,7951,20030,0,2,20030,7951,20070,0,2,7951,20071,26063,0,2,26063,20071,7934,0,2,20070,7951,20069,0,2,20069,7952,20070,0,2,7952,20072,20070,0,2,20030,20070,20072,0,2,20030,20072,7954,0,2,7949,26197,7950,0,2,26063,7950,26196,0,2,26196,20073,26063,0,2,26063,20073,20074,0,2,36152,20073,48663,0,2,20075,48663,48662,0,2,20075,48662,20076,0,2,36971,20077,20079,0,2,36971,20079,20078,0,2,20078,20079,20080,0,2,20082,48698,36121,0,2,20082,36121,20083,0,2,20083,20085,20084,0,2,20084,20085,36123,0,2,20084,36123,36127,0,2,20088,20087,21048,0,2,20088,21048,26040,0,2,26040,21052,20089,0,2,20091,20089,20090,0,2,20091,20090,21051,0,2,20091,21051,20092,0,2,20092,26190,20093,0,2,20093,26190,20094,0,2,20095,20094,26191,0,2,20095,26191,26036,0,2,26036,26191,20096,0,2,20096,26192,20097,0,2,20097,26192,20449,0,2,20097,20098,20099,0,2,20099,48710,20101,0,2,20101,48710,20100,0,2,20101,20100,20458,0,2,20102,37556,20103,0,2,20103,37556,20455,0,2,20455,20451,20434,0,2,20455,20434,20445,0,2,20455,20445,20103,0,2,20103,20445,26182,0,2,26182,20445,20436,0,2,26182,20436,20437,0,2,26182,20437,26183,0,2,26183,20437,20104,0,2,26189,20440,20107,0,2,26189,20107,26188,0,2,26186,26188,20110,0,2,26186,20110,20106,0,2,20107,20108,20109,0,2,20106,20110,37579,0,2,20106,37579,20111,0,2,37580,20112,26028,0,2,37580,26028,20113,0,2,48723,20113,20114,0,2,20114,20113,20442,0,2,20442,20443,20115,0,2,20115,20443,20257,0,2,20115,20257,20116,0,2,20116,20257,20264,0,2,25999,20118,20119,0,2,20119,20118,20420,0,2,20119,20420,20270,0,2,20120,20121,39021,0,2,39021,20121,20381,0,2,39021,20381,20122,0,2,20122,20382,20123,0,2,20123,20382,20383,0,2,20124,20383,20125,0,2,20127,20126,20128,0,2,20127,20128,20129,0,2,20130,20131,37524,0,2,37524,37355,20132,0,2,37587,20132,37356,0,2,37587,37356,25873,0,2,25873,20355,25871,0,2,25871,20357,20133,0,2,20133,20357,20134,0,2,25864,25867,39015,0,2,25864,39015,20135,0,2,20136,20135,20137,0,2,25848,20137,37591,0,2,37363,20301,20139,0,2,20139,20301,21426,0,2,21426,20301,20141,0,2,21426,20141,20140,0,2,20141,20300,20142,0,2,20142,20319,20143,0,2,20143,20319,21417,0,2,20143,21417,20144,0,2,20144,20296,22893,0,2,22893,20296,20145,0,2,20145,20295,20146,0,2,20146,20295,22897,0,2,22900,20147,20148,0,2,22503,22502,20150,0,2,20150,22502,22501,0,2,20150,22501,20151,0,2,20150,20151,22878,0,2,22878,20151,20152,0,2,22499,37369,20166,0,2,20166,37369,37370,0,2,20166,37370,22500,0,2,20154,20153,22935,0,2,22935,22508,22934,0,2,22935,22934,20154,0,2,20154,22934,22933,0,2,20154,22933,20155,0,2,20155,22933,22932,0,2,20170,20156,20157,0,2,20157,20158,20159,0,2,20172,20159,20168,0,2,20172,20168,22908,0,2,20161,20169,20162,0,2,20156,20170,20163,0,2,20156,20163,20164,0,2,20164,20163,20171,0,2,20155,20171,20165,0,2,20155,20165,20153,0,2,20153,20165,22500,0,2,22500,20165,20166,0,2,20166,20167,22499,0,2,20166,20165,20167,0,2,22499,20167,22876,0,2,20169,20161,22910,0,2,22910,20161,20160,0,2,20170,20169,20163,0,2,20170,20162,20169,0,2,20169,22876,20167,0,2,20169,20167,20171,0,2,20169,20171,20163,0,2,20171,20167,20165,0,2,20153,20154,20155,0,2,20164,20171,22932,0,2,22932,20171,20155,0,2,20162,20172,20161,0,2,20161,20172,20160,0,2,20160,20172,22908,0,2,20162,20170,20157,0,2,20162,20157,20172,0,2,20172,20157,20159,0,2,22897,20295,20147,0,2,20147,20295,20293,0,2,20180,21407,22528,0,2,22528,21407,20181,0,2,20181,21407,20182,0,2,20182,21398,22526,0,2,22526,21398,20183,0,2,20183,21398,22518,0,2,20184,37334,20185,0,2,20187,37329,22468,0,2,22468,37329,20188,0,2,20192,20191,20193,0,2,20192,20193,20194,0,2,20194,20193,20400,0,2,20194,20400,20402,0,2,20194,20402,21397,0,2,20194,21397,20215,0,2,20215,21397,21395,0,2,20215,21395,20212,0,2,20212,21395,20195,0,2,21393,20196,20197,0,2,21393,20197,21392,0,2,21392,20197,20198,0,2,21392,20419,20202,0,2,20202,20419,20412,0,2,20202,20412,20199,0,2,20199,20200,20202,0,2,20202,20200,20201,0,2,20202,20201,37344,0,2,20202,37344,20203,0,2,20196,20204,20195,0,2,20195,20204,37346,0,2,37346,20216,20205,0,2,37346,20205,20206,0,2,20208,20207,20191,0,2,20208,20191,20192,0,2,20208,20192,20213,0,2,20208,20213,20209,0,2,20209,20213,20210,0,2,37346,20206,20211,0,2,20211,20212,20195,0,2,20211,20195,37346,0,2,20210,20206,20209,0,2,20213,20192,20214,0,2,20213,20214,20210,0,2,20215,20212,20211,0,2,20215,20211,20214,0,2,20215,20214,20194,0,2,20194,20214,20192,0,2,20482,20216,20418,0,2,20482,20418,20217,0,2,20482,20217,20218,0,2,20218,20227,20219,0,2,20219,20227,20220,0,2,20219,20220,20221,0,2,20221,20220,20484,0,2,20484,20220,20222,0,2,20222,37212,21390,0,2,20223,21390,37212,0,2,20223,37212,37257,0,2,20226,37257,37258,0,2,20225,37258,20224,0,2,20224,20496,20495,0,2,20224,20495,20225,0,2,20225,21384,20226,0,2,20226,21384,20223,0,2,37258,20225,20226,0,2,37257,20226,20223,0,2,20220,20227,20229,0,2,20229,20227,20228,0,2,20229,20228,20230,0,2,20233,20234,20235,0,2,20233,20235,20240,0,2,20235,20423,20240,0,2,20240,20423,20236,0,2,20236,20237,20481,0,2,20237,20260,20238,0,2,20238,20260,20258,0,2,20238,20258,20259,0,2,20238,20259,20239,0,2,20481,20239,20236,0,2,20240,20241,20233,0,2,20236,20239,20240,0,2,20240,20239,20241,0,2,20243,20241,20242,0,2,20243,20242,37214,0,2,37214,20242,37210,0,2,37211,20244,37256,0,2,20244,20246,20245,0,2,20245,20246,20478,0,2,20478,20246,37209,0,2,20478,37209,20425,0,2,20425,37209,37210,0,2,37210,20247,20248,0,2,20247,20241,20249,0,2,20249,20241,20239,0,2,20474,20250,20251,0,2,20474,20251,20252,0,2,20474,20252,20253,0,2,20255,20254,20438,0,2,20438,20254,20256,0,2,20440,20256,48720,0,2,20440,48720,20439,0,2,20443,20269,20257,0,2,20250,20249,20251,0,2,20265,20266,20258,0,2,20261,20260,20422,0,2,20422,20262,20263,0,2,20263,20262,20421,0,2,20263,20421,20264,0,2,20264,20117,20116,0,2,20422,20263,20261,0,2,20265,48718,20266,0,2,20251,20266,20252,0,2,20266,48718,20252,0,2,20252,48718,20253,0,2,20253,48718,20255,0,2,20256,20254,48720,0,2,20255,48719,20254,0,2,20254,48719,20267,0,2,20264,20257,20268,0,2,20268,20257,20269,0,2,20261,20265,20258,0,2,20261,20258,20260,0,2,20260,20237,20422,0,2,20270,20411,20271,0,2,20271,20411,20272,0,2,20419,21392,20272,0,2,20380,20271,20272,0,2,20380,20272,21394,0,2,20273,20274,20275,0,2,20273,20275,37351,0,2,20326,37351,20275,0,2,20326,20275,20276,0,2,20276,20275,20277,0,2,20278,20277,20398,0,2,20393,20279,20396,0,2,20393,20396,20394,0,2,20280,20281,20282,0,2,20283,20282,21412,0,2,37716,37373,37715,0,2,37715,37373,20285,0,2,20309,20285,20286,0,2,20288,20287,20289,0,2,20289,20292,20288,0,2,20289,20287,20290,0,2,20175,20290,20176,0,2,20175,20174,20173,0,2,22488,20291,20173,0,2,20291,20292,20173,0,2,20289,20175,20173,0,2,20289,20173,20292,0,2,20297,20293,20294,0,2,21421,20294,20295,0,2,21421,20295,20296,0,2,20296,20295,20145,0,2,20292,20291,20297,0,2,20297,20291,20293,0,2,20294,20293,20295,0,2,20297,20288,20292,0,2,20297,20294,20298,0,2,20298,20294,21420,0,2,20298,21420,20299,0,2,20299,20317,20300,0,2,20300,20141,20301,0,2,20299,20300,20301,0,2,20299,20301,20302,0,2,20304,37365,20305,0,2,20362,37586,20306,0,2,20306,37586,20307,0,2,20306,20307,20315,0,2,20308,37585,20309,0,2,20308,20309,20286,0,2,20310,20286,20287,0,2,37608,20312,20298,0,2,37608,20298,20299,0,2,20287,20288,20311,0,2,20311,20288,20320,0,2,20313,20310,20311,0,2,20311,20310,20287,0,2,20311,20320,20314,0,2,20311,20314,20313,0,2,20308,20313,20307,0,2,20307,20313,20315,0,2,20306,20315,20362,0,2,20313,20308,20310,0,2,20310,20308,20286,0,2,20300,20317,20318,0,2,20319,20318,21417,0,2,20319,20142,20318,0,2,20318,20142,20300,0,2,20297,20298,20320,0,2,20320,20288,20297,0,2,20175,20289,20290,0,2,20290,20287,20286,0,2,20176,20290,20177,0,2,20177,20290,20285,0,2,20177,20285,37373,0,2,20286,20285,20290,0,2,20282,20283,20280,0,2,20280,20283,20392,0,2,20392,20321,20322,0,2,20322,20321,20330,0,2,20330,20321,37371,0,2,37371,20378,20330,0,2,20322,20330,20323,0,2,20324,20327,20325,0,2,20326,20276,20325,0,2,20329,20328,20330,0,2,20329,20330,20368,0,2,20368,20330,20378,0,2,20326,20325,20327,0,2,20331,20332,37353,0,2,37353,20332,20333,0,2,20386,20334,20379,0,2,20386,20379,20335,0,2,20335,20379,20328,0,2,20335,20328,20329,0,2,20335,20329,20368,0,2,20335,20368,20336,0,2,20336,20342,20338,0,2,20336,20338,20337,0,2,37355,37524,20131,0,2,20342,20341,20370,0,2,20342,20370,20344,0,2,20344,20370,20343,0,2,20344,20343,20345,0,2,20347,20349,20348,0,2,20348,20349,37358,0,2,37358,20349,37357,0,2,20350,20367,20352,0,2,20350,20352,20351,0,2,20351,20352,20353,0,2,20354,37365,20304,0,2,37357,20367,20356,0,2,37358,20356,20355,0,2,37358,20355,37359,0,2,37359,20355,37356,0,2,37356,20355,25873,0,2,25871,20355,20356,0,2,25871,20356,20357,0,2,20358,20350,20351,0,2,20358,20351,37593,0,2,20358,37593,20359,0,2,20358,20359,20360,0,2,20350,20360,20357,0,2,20350,20357,20356,0,2,20357,20360,20134,0,2,20134,20360,25868,0,2,25868,37596,25867,0,2,37357,20349,37366,0,2,37366,20349,37367,0,2,37367,20347,20361,0,2,20362,20361,37586,0,2,37586,20363,37584,0,2,20363,20374,20364,0,2,37585,20364,20365,0,2,37585,20365,20309,0,2,20365,37715,20309,0,2,20309,37715,20285,0,2,37715,20365,20377,0,2,37715,20377,20366,0,2,37717,20366,20378,0,2,20364,37584,20363,0,2,20347,37367,20349,0,2,37357,37366,20367,0,2,20348,37362,20371,0,2,20371,20347,20348,0,2,20368,20341,20336,0,2,20336,20341,20342,0,2,20342,20344,20338,0,2,20341,20368,20369,0,2,20341,20369,20370,0,2,20370,20369,20375,0,2,20370,20375,20343,0,2,20374,20363,20346,0,2,20346,20363,20371,0,2,20361,20347,20372,0,2,20372,20347,20371,0,2,20374,20346,20345,0,2,20374,20345,20343,0,2,20361,20372,20373,0,2,20373,20363,37586,0,2,20373,37586,20361,0,2,20375,20374,20343,0,2,20376,20377,20364,0,2,20364,20377,20365,0,2,20377,20369,20378,0,2,20368,20378,20369,0,2,20375,20369,20376,0,2,20376,20369,20377,0,2,20378,20366,20377,0,2,20376,20364,20375,0,2,20375,20364,20374,0,2,20334,20333,20379,0,2,20327,20328,20332,0,2,20331,20326,20332,0,2,20328,20379,20332,0,2,20332,20379,20333,0,2,20326,20331,37351,0,2,20273,20390,20407,0,2,20407,20390,21394,0,2,21394,20390,20380,0,2,20380,20389,20121,0,2,20121,20389,20381,0,2,20381,20382,20122,0,2,20383,20387,20384,0,2,37377,20385,20391,0,2,20337,20386,20336,0,2,20336,20386,20335,0,2,20337,37377,20386,0,2,20334,20386,37377,0,2,20334,37377,20391,0,2,37024,20388,20382,0,2,37024,20382,20381,0,2,37024,20381,20389,0,2,20390,20389,20380,0,2,20382,20388,20383,0,2,20383,20388,20387,0,2,20385,20384,20391,0,2,20391,20333,20334,0,2,20384,20387,20391,0,2,20391,20387,20333,0,2,20383,20384,20125,0,2,20125,20384,20385,0,2,20125,20385,20126,0,2,20121,20120,20380,0,2,20380,20120,20271,0,2,20327,20324,20323,0,2,20327,20323,20328,0,2,20328,20323,20330,0,2,20324,20325,20409,0,2,20409,20280,20392,0,2,20280,20409,20393,0,2,20394,20281,20393,0,2,20393,20281,20280,0,2,20392,20322,20324,0,2,20392,20324,20409,0,2,20323,20324,20322,0,2,20392,20283,20321,0,2,20321,20283,37372,0,2,37372,20283,21415,0,2,37372,21415,37371,0,2,37371,21415,20284,0,2,20281,20394,21409,0,2,20397,20395,20396,0,2,20397,20396,37341,0,2,37341,20398,20401,0,2,37341,20401,37339,0,2,37339,20401,20399,0,2,20399,20401,20404,0,2,20404,20401,20408,0,2,20408,20401,20277,0,2,20277,20401,20398,0,2,20398,37341,20278,0,2,20278,37341,20396,0,2,20278,20396,20279,0,2,20394,20396,20395,0,2,20394,20395,21404,0,2,20400,20399,20402,0,2,20403,20402,20404,0,2,20405,20407,21394,0,2,20402,20399,20404,0,2,20406,20274,20273,0,2,20273,20407,20406,0,2,20406,20407,20405,0,2,20406,20405,20403,0,2,20274,20406,20408,0,2,20274,20408,20275,0,2,20406,20404,20408,0,2,20408,20277,20275,0,2,20404,20406,20403,0,2,20279,20393,20409,0,2,20410,20325,20276,0,2,20409,20410,20279,0,2,20279,20410,20278,0,2,20278,20410,20277,0,2,20270,20420,20412,0,2,20270,20412,20411,0,2,20412,20420,20421,0,2,20412,20421,20199,0,2,20199,20413,20200,0,2,20200,20413,20414,0,2,20200,20414,20423,0,2,20200,20423,20415,0,2,20415,20234,37344,0,2,20228,49956,20424,0,2,20228,20424,20231,0,2,20231,20230,20228,0,2,20417,20418,20216,0,2,20228,20217,20418,0,2,20217,20228,20227,0,2,20217,20227,20218,0,2,20200,20415,20201,0,2,20412,20419,20411,0,2,20421,20420,20264,0,2,20264,20420,20118,0,2,20264,20118,20117,0,2,20262,20422,20413,0,2,20262,20413,20199,0,2,20262,20199,20421,0,2,20413,20422,20414,0,2,20414,20422,20237,0,2,20414,20237,20423,0,2,20423,20237,20236,0,2,20423,20235,20415,0,2,20415,20235,20234,0,2,20424,49956,20416,0,2,20424,20416,20234,0,2,37344,20234,20416,0,2,20231,20424,20232,0,2,20259,20251,20249,0,2,20259,20249,20239,0,2,20251,20259,20266,0,2,37210,20248,20425,0,2,20245,20478,37204,0,2,20427,20426,37326,0,2,20427,37326,20428,0,2,37019,20480,20430,0,2,20430,20429,20472,0,2,20431,20466,20432,0,2,20432,20466,20460,0,2,20432,20460,20433,0,2,21078,20433,21076,0,2,20105,20104,20438,0,2,20438,20256,26189,0,2,20438,26189,26187,0,2,20438,26187,20105,0,2,26189,20256,20440,0,2,20440,20439,20441,0,2,20439,20269,20441,0,2,20441,20269,20443,0,2,20443,20442,48725,0,2,20443,48725,20441,0,2,20255,20438,20104,0,2,20255,20104,20471,0,2,20471,20104,20462,0,2,20462,20104,20437,0,2,20462,20437,20436,0,2,20435,20444,20436,0,2,20255,20471,20253,0,2,20436,20445,20435,0,2,20435,20445,20434,0,2,20446,20456,37015,0,2,37015,20456,20452,0,2,37015,20452,20447,0,2,48709,20454,26193,0,2,20454,20449,26192,0,2,20097,20449,20098,0,2,20449,20454,20450,0,2,21055,20447,48722,0,2,20446,20451,20456,0,2,20452,20456,20453,0,2,20451,20455,20457,0,2,20451,20457,20456,0,2,20456,20457,20459,0,2,20457,20458,20459,0,2,20459,20458,20100,0,2,20459,20100,20450,0,2,20450,20100,48710,0,2,20453,20456,20459,0,2,20453,20459,20454,0,2,20454,20459,20450,0,2,20455,37556,20457,0,2,21076,20433,20446,0,2,20446,20433,20460,0,2,20446,20460,20464,0,2,20446,20464,20434,0,2,20434,20464,20435,0,2,20464,20460,20466,0,2,20463,20465,20461,0,2,20461,20470,20462,0,2,20461,20462,20444,0,2,20463,20444,20435,0,2,20463,20435,20464,0,2,20461,20444,20463,0,2,20464,20466,20465,0,2,20464,20465,20463,0,2,20465,20466,20467,0,2,20465,20467,20468,0,2,37016,20467,20431,0,2,20431,20467,20466,0,2,20465,20468,20461,0,2,20461,20468,20469,0,2,20461,20469,20470,0,2,20470,20471,20462,0,2,20472,20467,37016,0,2,20472,20473,20469,0,2,20469,20473,20470,0,2,20470,20473,20474,0,2,20470,20474,20471,0,2,20253,20471,20474,0,2,20473,20250,20474,0,2,20472,20429,20473,0,2,20467,20472,20468,0,2,20468,20472,20469,0,2,20431,20432,37018,0,2,20431,37018,37017,0,2,20431,37017,37016,0,2,20475,37204,20478,0,2,20476,20248,20250,0,2,20476,20429,20477,0,2,20480,20477,20430,0,2,20430,20477,20429,0,2,20429,20476,20473,0,2,20473,20476,20250,0,2,20478,20425,20477,0,2,20477,20425,20248,0,2,20477,20248,20476,0,2,20478,20477,20475,0,2,37204,37327,37203,0,2,37203,37327,20426,0,2,37327,20475,20479,0,2,20477,20480,20479,0,2,20477,20479,20475,0,2,20426,37327,37326,0,2,37204,20475,37327,0,2,20248,20247,20250,0,2,20250,20247,20249,0,2,20241,20243,20233,0,2,20233,20243,20232,0,2,20233,20232,20234,0,2,20238,20239,20481,0,2,20238,20481,20237,0,2,20489,20487,20485,0,2,20489,20485,20221,0,2,21388,20221,20484,0,2,21389,20484,20222,0,2,21389,20222,21390,0,2,20221,20485,20219,0,2,20483,20218,21318,0,2,20482,20205,20216,0,2,20205,20483,20206,0,2,20206,20483,20486,0,2,20486,20483,21318,0,2,21318,20487,20488,0,2,20488,20487,20489,0,2,20490,20489,21387,0,2,20490,21387,21317,0,2,21317,21387,21319,0,2,21319,21387,21391,0,2,21319,21391,20491,0,2,20491,21391,20492,0,2,21346,20492,20493,0,2,21346,20493,21358,0,2,21358,20493,21383,0,2,21383,20493,20495,0,2,20495,20496,20494,0,2,20497,21365,21359,0,2,21344,20499,21343,0,2,20503,20502,20506,0,2,21240,20505,21370,0,2,21370,20505,20507,0,2,21370,20507,21363,0,2,21363,20507,20506,0,2,20506,20507,20504,0,2,20504,20507,21341,0,2,21341,20507,20505,0,2,20500,20501,20509,0,2,20500,20509,20508,0,2,20508,20509,37135,0,2,20509,21342,20510,0,2,20510,21342,20511,0,2,20511,20503,37120,0,2,37120,20503,20506,0,2,37120,20506,20504,0,2,20504,21341,20512,0,2,20512,37269,37122,0,2,37122,37269,37271,0,2,37122,37271,37121,0,2,37121,37271,20513,0,2,20513,37310,20514,0,2,37129,21261,21263,0,2,21263,20516,21260,0,2,21265,21260,20517,0,2,20519,20518,20515,0,2,20519,20515,20520,0,2,21180,21252,37299,0,2,37299,21252,21179,0,2,37299,21179,20521,0,2,20522,20521,20523,0,2,20522,20523,37309,0,2,20524,37309,21177,0,2,20524,21177,20525,0,2,49003,20527,21166,0,2,49003,21167,21170,0,2,49004,49045,20609,0,2,49000,20609,48999,0,2,20528,48999,20607,0,2,20535,20528,20529,0,2,20529,20607,20595,0,2,20529,20595,20533,0,2,20533,20595,20530,0,2,2360,2359,2369,0,2,20530,2359,20587,0,2,20530,20587,20531,0,2,20531,20532,20533,0,2,20529,20534,20535,0,2,20535,20536,20537,0,2,37302,20585,20582,0,2,37304,20582,20583,0,2,37304,20583,49221,0,2,49220,49221,20584,0,2,49220,20584,20575,0,2,20541,20579,20542,0,2,20542,20579,20534,0,2,20534,20529,20533,0,2,20533,20532,20534,0,2,20534,20532,20542,0,2,20541,20543,20545,0,2,20545,20544,20561,0,2,20545,20561,20557,0,2,20545,20557,20546,0,2,20546,20557,20556,0,2,20570,49228,21289,0,2,21289,49228,20566,0,2,21283,20566,20547,0,2,21283,20547,20548,0,2,21284,20548,49224,0,2,49226,20567,20550,0,2,37816,20551,20564,0,2,37821,49227,20555,0,2,37821,20555,37822,0,2,2361,20552,20553,0,2,2361,20553,20554,0,2,20557,20555,20556,0,2,20559,20546,20558,0,2,20558,20546,20556,0,2,20554,20561,20587,0,2,20587,20561,20544,0,2,20561,20554,20553,0,2,20555,20553,20552,0,2,20555,20557,20553,0,2,20553,20557,20561,0,2,20552,37822,20555,0,2,20563,20562,37816,0,2,20563,37816,20564,0,2,37815,20550,20567,0,2,37815,20567,20551,0,2,20551,20567,20564,0,2,20547,20566,20549,0,2,20547,20549,20548,0,2,20548,20549,49224,0,2,20562,20563,20558,0,2,20559,20558,20563,0,2,20559,20563,49229,0,2,49229,20563,20564,0,2,49229,20564,20565,0,2,20564,20567,20565,0,2,49226,20549,20567,0,2,20565,20567,20566,0,2,20566,20567,20549,0,2,20545,20546,20568,0,2,20568,20546,20559,0,2,20577,20569,20576,0,2,20576,20569,20570,0,2,20570,20569,20560,0,2,20571,20572,20573,0,2,20573,20572,20574,0,2,20573,20574,20575,0,2,20575,20539,20573,0,2,20573,20539,20540,0,2,20573,20540,20576,0,2,20540,20580,20577,0,2,20577,20580,20541,0,2,20576,20540,20577,0,2,20577,20541,20545,0,2,20577,20545,20568,0,2,20571,20573,20576,0,2,20571,20576,20570,0,2,20541,20542,20543,0,2,20545,20543,20544,0,2,20544,20543,20578,0,2,20587,20578,20531,0,2,20579,20541,49219,0,2,49219,20541,20580,0,2,20534,20579,20535,0,2,20535,20579,20581,0,2,20535,20581,20536,0,2,20536,20581,20582,0,2,20582,20581,20583,0,2,20575,20584,20539,0,2,20536,20582,20585,0,2,20536,20585,20537,0,2,20540,20539,20580,0,2,20580,20539,49219,0,2,20581,20579,20586,0,2,20581,20586,20583,0,2,20584,49221,20583,0,2,20538,37308,20524,0,2,20533,20530,20531,0,2,2359,2360,20587,0,2,20587,2360,20554,0,2,2361,20554,2360,0,2,2358,2359,20596,0,2,2358,20596,20588,0,2,20590,20591,36327,0,2,36327,36329,20592,0,2,20593,20592,20594,0,2,20596,20595,20597,0,2,20597,20595,20605,0,2,20597,20605,20606,0,2,20597,20606,20598,0,2,20598,20599,20600,0,2,20600,20599,49045,0,2,20600,49045,21171,0,2,20600,21171,36332,0,2,20589,20601,20590,0,2,20601,20589,20602,0,2,20601,20602,36332,0,2,36332,20602,20600,0,2,20588,20596,20597,0,2,20604,20597,20598,0,2,20588,20597,20604,0,2,20600,20603,20598,0,2,20598,20603,20604,0,2,2359,20530,20596,0,2,20596,20530,20595,0,2,20605,20595,20607,0,2,20605,20607,20608,0,2,20608,20607,48999,0,2,20609,20608,48999,0,2,20605,20608,20606,0,2,20606,20608,20599,0,2,20599,20608,20609,0,2,20609,49045,20599,0,2,20538,20524,20526,0,2,20526,20524,20525,0,2,20611,20612,20613,0,2,20613,38339,20614,0,2,20613,20614,21166,0,2,21165,20614,21151,0,2,21165,21151,20615,0,2,20615,21151,21168,0,2,21168,21151,20616,0,2,21168,20616,21169,0,2,21169,20616,36330,0,2,36330,20616,21150,0,2,20617,21150,20618,0,2,49025,20618,20619,0,2,49025,20619,49026,0,2,20620,49047,49048,0,2,20620,49048,49030,0,2,49030,49048,20621,0,2,20623,20624,49035,0,2,49035,20624,20625,0,2,36373,20626,36306,0,2,36306,20626,20627,0,2,36288,49054,20628,0,2,20628,21161,36289,0,2,36289,21161,21162,0,2,36291,21164,36300,0,2,36300,21164,20630,0,2,36300,20630,20631,0,2,20631,20630,49106,0,2,20631,49106,36384,0,2,36384,49106,37109,0,2,37109,49106,20632,0,2,20632,49106,21230,0,2,20632,20633,20634,0,2,20636,20633,20635,0,2,20636,20635,21193,0,2,20636,21193,21107,0,2,21107,21193,37186,0,2,37186,21194,37040,0,2,37040,21194,37039,0,2,21195,21196,20637,0,2,20637,21196,37182,0,2,20637,37182,36451,0,2,36451,37182,37185,0,2,37185,21202,20657,0,2,20657,21202,20638,0,2,20639,20640,20641,0,2,20641,20640,20642,0,2,20642,21002,20652,0,2,20652,21002,20644,0,2,20652,20644,20643,0,2,20643,20644,37266,0,2,20646,20645,20997,0,2,20646,20802,20647,0,2,20648,20647,20801,0,2,20643,20649,20650,0,2,20651,49513,20653,0,2,20653,20655,20654,0,2,20654,20655,20656,0,2,20656,20638,20639,0,2,20656,20639,20641,0,2,20656,20641,20654,0,2,20654,20641,20653,0,2,20653,20641,20652,0,2,20652,20650,20651,0,2,20652,20651,20653,0,2,20638,20656,20657,0,2,20657,20658,37185,0,2,37185,20658,20659,0,2,20659,20658,20660,0,2,20660,20658,20661,0,2,20658,20657,20661,0,2,20661,20657,20655,0,2,20661,20655,20662,0,2,20661,20662,20660,0,2,20660,20662,20663,0,2,20665,20664,20651,0,2,20665,20651,20650,0,2,20665,20650,37092,0,2,37092,20650,20649,0,2,37108,20805,20804,0,2,37108,20804,20669,0,2,20669,20804,20670,0,2,20671,20672,36485,0,2,20817,37137,20694,0,2,20694,37137,37142,0,2,20696,20794,20674,0,2,20696,20674,20673,0,2,37148,20673,20674,0,2,20700,20674,20699,0,2,20699,20675,35994,0,2,35994,20675,20705,0,2,35996,20705,20676,0,2,35996,20676,20677,0,2,35996,20677,35998,0,2,35998,20677,20678,0,2,35986,20681,20680,0,2,35986,20680,7440,0,2,7440,20680,7638,0,2,7638,20680,20798,0,2,20679,20681,35999,0,2,35999,20681,35986,0,2,35999,7441,35987,0,2,35990,35987,20787,0,2,35990,20787,20682,0,2,35989,20711,35993,0,2,20703,20683,20707,0,2,20684,20685,1536,0,2,20684,1536,20703,0,2,36596,1536,1534,0,2,36596,1534,20686,0,2,37154,20702,20687,0,2,20690,20689,20691,0,2,37145,20692,20694,0,2,20694,20692,20693,0,2,20693,20692,36484,0,2,20693,36484,20817,0,2,20817,36484,20672,0,2,20817,20694,20693,0,2,20694,37142,20695,0,2,20695,37142,37153,0,2,37153,20696,20673,0,2,20688,37147,37146,0,2,20688,37146,20701,0,2,20688,20701,20687,0,2,20687,20701,37154,0,2,35994,20698,20699,0,2,20699,20698,20697,0,2,20699,20697,20700,0,2,37148,20701,37146,0,2,20701,37148,37149,0,2,20701,37149,20697,0,2,20697,37149,20700,0,2,37154,20686,20702,0,2,36596,20686,35994,0,2,35994,20686,20698,0,2,20698,20686,20697,0,2,20697,20686,37154,0,2,20688,20690,37147,0,2,1534,20702,20686,0,2,1534,1533,20702,0,2,1536,36596,20703,0,2,20703,36596,36597,0,2,20703,36597,20683,0,2,20683,36597,20704,0,2,35993,20704,35991,0,2,35991,20704,35995,0,2,35995,20705,35996,0,2,20683,35993,20707,0,2,20707,35993,20706,0,2,20707,20706,20708,0,2,20707,20708,20709,0,2,20684,20709,20789,0,2,20789,36436,1538,0,2,1538,36436,20710,0,2,20710,1540,1539,0,2,20789,20685,20684,0,2,20709,20684,20703,0,2,20709,20703,20707,0,2,35993,20711,20706,0,2,20711,20713,20712,0,2,20712,20713,36434,0,2,36434,20785,20715,0,2,20715,20785,20714,0,2,20715,20714,7449,0,2,20715,7449,20716,0,2,20716,7449,20717,0,2,20716,20717,20718,0,2,20718,20717,20719,0,2,20719,20717,7451,0,2,20719,7451,20765,0,2,20719,20765,20774,0,2,20774,20765,20760,0,2,20775,20720,20781,0,2,20781,20720,20766,0,2,20781,20766,20782,0,2,20782,20766,20767,0,2,20759,20721,36515,0,2,36515,20721,20722,0,2,20744,20722,20724,0,2,20733,20744,20724,0,2,20733,20724,20723,0,2,20723,20724,20743,0,2,20743,20724,20725,0,2,20743,20725,20726,0,2,20743,20726,27168,0,2,20743,27168,27162,0,2,20743,27162,20742,0,2,20742,27162,20727,0,2,20734,36250,36249,0,2,36249,36250,20736,0,2,20730,20731,20739,0,2,20739,20731,36591,0,2,20735,20732,20744,0,2,20735,20744,20733,0,2,20741,20733,20723,0,2,20741,20723,20734,0,2,20734,20723,20729,0,2,20733,20741,20735,0,2,20735,20736,20738,0,2,20738,20736,20737,0,2,20732,20735,20738,0,2,20732,20738,20739,0,2,20739,20738,20737,0,2,20737,20740,20739,0,2,20739,36591,20732,0,2,20729,20723,20742,0,2,20742,20727,20728,0,2,20742,20728,20729,0,2,20743,20742,20723,0,2,20744,20732,20722,0,2,27167,20745,20746,0,2,27167,20746,27166,0,2,27166,20746,20747,0,2,20747,20756,20748,0,2,20748,20756,20752,0,2,49519,20748,20750,0,2,49519,20750,20749,0,2,20751,20750,20752,0,2,20751,20752,20754,0,2,20754,20752,20753,0,2,20753,20752,20756,0,2,20753,20756,20769,0,2,20751,20754,35982,0,2,20754,35975,35978,0,2,35978,35975,20755,0,2,7465,7466,7467,0,2,20749,20750,35973,0,2,20750,20748,20752,0,2,20725,20724,20757,0,2,20759,20758,20721,0,2,20722,20721,20757,0,2,20722,20757,20724,0,2,20757,20721,20758,0,2,20759,20767,20761,0,2,20761,20767,20760,0,2,20773,20761,20762,0,2,20763,20762,20764,0,2,20765,20764,20760,0,2,20766,20760,20767,0,2,20766,20720,20760,0,2,20761,20760,20762,0,2,20762,20763,20768,0,2,20747,20746,7453,0,2,20747,7453,20756,0,2,20756,7453,20769,0,2,20771,20770,20772,0,2,20773,20772,20758,0,2,20757,20772,20770,0,2,20771,20772,20768,0,2,20771,20746,20770,0,2,20770,20746,20745,0,2,20745,20725,20770,0,2,20770,20725,20757,0,2,20757,20758,20772,0,2,20761,20773,20759,0,2,20759,20773,20758,0,2,20773,20762,20772,0,2,20772,20762,20768,0,2,20760,20720,20774,0,2,20774,20720,20775,0,2,20776,20775,20783,0,2,20776,20783,20777,0,2,20777,20783,20778,0,2,20778,20781,20779,0,2,20779,20781,20780,0,2,20780,20781,20782,0,2,20775,20781,20783,0,2,20783,20781,20778,0,2,20774,20784,20719,0,2,7451,20717,7450,0,2,7450,20717,7449,0,2,20714,20785,7448,0,2,7448,20785,7445,0,2,20786,20682,20787,0,2,20786,20787,7445,0,2,7445,20787,7443,0,2,20786,7445,20785,0,2,20785,36434,20713,0,2,20682,20786,20713,0,2,20713,20786,20785,0,2,20682,20713,35989,0,2,35989,20713,20711,0,2,20706,20711,20712,0,2,20708,20712,36433,0,2,20708,36433,36436,0,2,20708,36436,20709,0,2,20709,36436,20789,0,2,20712,20708,20706,0,2,20679,35999,20678,0,2,20678,35999,35998,0,2,20676,20675,37155,0,2,20676,37155,20790,0,2,20677,20790,20678,0,2,20678,20790,20791,0,2,20800,20790,37155,0,2,20800,37155,20792,0,2,20792,37155,20967,0,2,20967,37156,20793,0,2,37152,20793,20696,0,2,37152,20696,37141,0,2,37141,20696,37153,0,2,37141,37153,37142,0,2,20696,20793,20794,0,2,20674,20794,20699,0,2,20699,20794,20675,0,2,20794,20793,37156,0,2,20794,37156,20675,0,2,20678,20791,20679,0,2,20800,20791,20790,0,2,20799,20791,20970,0,2,20799,20796,20797,0,2,20798,20797,7439,0,2,20795,20796,20970,0,2,20797,20681,20679,0,2,20799,20797,20791,0,2,20797,20798,20681,0,2,20791,20800,20970,0,2,20705,20675,20676,0,2,20676,20790,20677,0,2,20649,20648,20666,0,2,20666,20648,20801,0,2,20805,20803,20804,0,2,20803,20668,21106,0,2,21106,20668,20667,0,2,20670,20806,20807,0,2,37082,20810,20811,0,2,20821,20812,20994,0,2,20994,20822,49958,0,2,49958,20822,20823,0,2,20813,20963,20966,0,2,20813,20966,20814,0,2,20808,20816,20672,0,2,20671,20808,20672,0,2,20818,20817,20816,0,2,20816,20817,20672,0,2,20815,20820,20813,0,2,20815,20813,20814,0,2,20815,20819,20820,0,2,20820,37064,20809,0,2,20813,20820,49958,0,2,20813,49958,20823,0,2,20823,20963,20813,0,2,20812,37082,20811,0,2,20812,20821,37082,0,2,37082,20821,20809,0,2,20809,20821,20820,0,2,20821,20994,20820,0,2,20823,20822,20994,0,2,20823,20994,20995,0,2,20824,20995,20903,0,2,20826,20903,20896,0,2,20826,20896,20825,0,2,20826,20825,20827,0,2,36768,20827,20828,0,2,36768,20828,36769,0,2,20828,20908,36769,0,2,36769,20908,20845,0,2,36769,20845,20829,0,2,20831,20830,36030,0,2,36031,20954,20951,0,2,36031,20951,20832,0,2,20833,20832,20834,0,2,20833,20834,36025,0,2,36025,20834,20835,0,2,20837,7424,20945,0,2,7360,20945,7424,0,2,36074,37074,20838,0,2,36074,20838,20950,0,2,20949,20948,7361,0,2,7361,20948,20839,0,2,7361,20839,7389,0,2,7389,20839,20840,0,2,7389,20840,20956,0,2,7388,20956,20841,0,2,20920,20841,20953,0,2,20842,20844,20843,0,2,20843,20844,20830,0,2,20830,20829,20843,0,2,36956,48716,20943,0,2,20924,20943,36957,0,2,36957,20914,36958,0,2,20847,20846,20848,0,2,20849,37035,20850,0,2,37049,20916,20851,0,2,20851,20916,20852,0,2,20851,20852,20854,0,2,20853,20854,37054,0,2,37054,20854,20919,0,2,37054,20919,20855,0,2,20855,20919,20856,0,2,20855,20856,37058,0,2,37058,20856,20857,0,2,37058,20857,20868,0,2,21095,20868,20858,0,2,20859,20858,20860,0,2,20996,20865,20806,0,2,37082,20862,20810,0,2,20810,20862,20886,0,2,20886,20862,20866,0,2,20886,20866,20863,0,2,20886,20863,20876,0,2,20863,20864,20885,0,2,20885,20864,20869,0,2,20885,20869,20875,0,2,20996,20861,20865,0,2,20882,20867,20887,0,2,20882,20887,20857,0,2,20857,20887,20868,0,2,20869,20882,37057,0,2,20869,37057,20874,0,2,20884,20872,20873,0,2,20880,20900,20899,0,2,20880,20899,20881,0,2,20874,20870,20875,0,2,20875,20870,20871,0,2,20875,20871,20883,0,2,20883,20871,20872,0,2,20883,20872,20876,0,2,20876,20872,20884,0,2,20884,20873,20877,0,2,20878,20879,20812,0,2,20873,20900,20877,0,2,20877,20900,20880,0,2,20877,20880,20878,0,2,20878,20880,20879,0,2,20881,20879,20880,0,2,20874,20875,20869,0,2,20869,20864,20882,0,2,20864,20863,20882,0,2,20882,20863,20867,0,2,20812,20811,20878,0,2,20878,20811,20877,0,2,20877,20811,20884,0,2,20875,20883,20885,0,2,20863,20885,20876,0,2,20883,20876,20885,0,2,20876,20884,20886,0,2,20884,20811,20886,0,2,20886,20811,20810,0,2,20856,37057,20857,0,2,20857,37057,20882,0,2,20887,20888,20868,0,2,20868,20888,20858,0,2,20860,20888,20861,0,2,20861,20888,20889,0,2,20865,20889,20866,0,2,20866,20889,20867,0,2,20867,20889,20887,0,2,20887,20889,20888,0,2,20865,20861,20889,0,2,20806,20865,20807,0,2,20850,37035,20848,0,2,20916,20848,20846,0,2,20916,20846,20890,0,2,20891,20890,20892,0,2,20891,20892,20917,0,2,20917,20892,20893,0,2,20898,20902,20895,0,2,20898,20895,20897,0,2,20897,20895,20896,0,2,20896,20881,20897,0,2,20898,20897,20899,0,2,20898,20899,20900,0,2,20873,20872,20901,0,2,20902,20873,20894,0,2,20902,20898,20873,0,2,20873,20898,20900,0,2,20873,20901,20894,0,2,20894,20901,20893,0,2,20896,20903,20881,0,2,20881,20903,20995,0,2,20825,20896,20895,0,2,20825,20895,20904,0,2,20825,20904,20827,0,2,20904,20905,20827,0,2,20827,20905,20828,0,2,20828,20905,20906,0,2,20943,20907,36957,0,2,20828,20906,20908,0,2,20904,20895,20909,0,2,20904,20909,20905,0,2,20905,20907,20906,0,2,20893,20892,20894,0,2,20894,20892,20912,0,2,20912,20909,20902,0,2,20912,20911,20913,0,2,20909,20913,20905,0,2,20905,20913,20907,0,2,20913,20911,20907,0,2,20907,20911,36957,0,2,20911,20914,36957,0,2,20913,20909,20912,0,2,20912,20914,20911,0,2,20846,20910,20890,0,2,20890,20910,20892,0,2,20914,20912,20915,0,2,20914,20915,20910,0,2,20912,20892,20915,0,2,20915,20892,20910,0,2,20850,20848,20916,0,2,20850,20916,37049,0,2,20916,20891,20852,0,2,20891,20917,20852,0,2,20852,20917,20918,0,2,20870,20917,20871,0,2,20901,20872,20893,0,2,20893,20872,20871,0,2,20893,20871,20917,0,2,20919,20854,20918,0,2,20918,20917,20870,0,2,20918,20870,20874,0,2,20918,20854,20852,0,2,20890,20891,20916,0,2,20829,20845,20843,0,2,7389,20956,7388,0,2,20923,20924,20925,0,2,20925,20924,20926,0,2,20927,20847,20848,0,2,20927,20848,20928,0,2,20934,20932,7409,0,2,7409,7408,20934,0,2,20934,7411,20931,0,2,20931,7411,20935,0,2,20931,20935,20930,0,2,20930,20935,20929,0,2,20929,20935,20936,0,2,20848,37035,20928,0,2,20928,20937,20939,0,2,20939,20937,37025,0,2,20939,37025,20938,0,2,20930,20938,20931,0,2,20930,20929,20938,0,2,20938,20929,20939,0,2,20928,37035,20937,0,2,20941,7392,7391,0,2,20923,20940,20922,0,2,20922,20940,20942,0,2,20942,20940,20941,0,2,20942,20941,7390,0,2,20920,20953,20842,0,2,20920,20842,20921,0,2,20921,20842,36956,0,2,36956,20943,20922,0,2,20922,20943,20923,0,2,20923,20943,20924,0,2,36074,37071,37074,0,2,37074,37071,7424,0,2,20945,20947,20944,0,2,20945,20944,36034,0,2,20945,36034,20837,0,2,20837,36034,20946,0,2,20837,20946,20838,0,2,36035,20944,36023,0,2,36023,7352,36039,0,2,7359,7352,20947,0,2,20947,7352,36023,0,2,20947,36023,20944,0,2,20834,20952,20956,0,2,20834,20956,20840,0,2,20834,20840,20835,0,2,20835,20840,20839,0,2,20835,20839,20948,0,2,20948,20949,20950,0,2,20838,20836,20950,0,2,20836,20835,20950,0,2,20950,20835,20948,0,2,20834,20832,20952,0,2,20952,20832,20951,0,2,20842,20953,20844,0,2,20952,20951,20954,0,2,20952,20954,20955,0,2,20955,20954,20844,0,2,20955,20844,20953,0,2,20955,20953,20956,0,2,20955,20956,20952,0,2,20823,20975,20963,0,2,20963,20962,20985,0,2,20985,20962,20959,0,2,20985,20959,20984,0,2,20984,20959,20957,0,2,20957,20993,20958,0,2,20976,20959,20960,0,2,20961,20960,20962,0,2,20961,20962,20975,0,2,20975,20962,20963,0,2,20959,20962,20960,0,2,20957,20959,20993,0,2,20963,20985,20973,0,2,20964,36004,36001,0,2,36001,36004,20965,0,2,7437,20965,36005,0,2,7437,36005,7436,0,2,20963,20973,20966,0,2,20966,20974,37139,0,2,20793,20969,20967,0,2,20967,20969,20968,0,2,20967,20968,20792,0,2,20970,20968,20971,0,2,20972,20971,20973,0,2,20968,20970,20792,0,2,20968,20969,20971,0,2,20971,20969,20974,0,2,20973,20971,20974,0,2,20973,20974,20966,0,2,20995,20824,20823,0,2,20823,20824,20975,0,2,20975,20824,20903,0,2,20975,20903,20961,0,2,20826,20961,20903,0,2,20960,20961,20976,0,2,20826,36768,20976,0,2,20976,36768,37063,0,2,20976,37063,20977,0,2,36072,20831,20978,0,2,20978,20831,36033,0,2,36033,20979,36071,0,2,36071,20979,20980,0,2,20980,20979,36070,0,2,36070,36067,20989,0,2,20992,36068,36014,0,2,20988,20987,36011,0,2,20988,36011,20990,0,2,20990,36011,20991,0,2,20958,20991,36012,0,2,20958,36012,20986,0,2,20985,20972,20973,0,2,20972,20985,20964,0,2,20964,20985,20984,0,2,20964,20984,36004,0,2,36004,20984,20986,0,2,36005,37076,7436,0,2,20984,20957,20986,0,2,20957,20958,20986,0,2,20982,20983,20981,0,2,20981,20983,20987,0,2,20989,20992,20988,0,2,20988,20990,20989,0,2,20989,20990,20980,0,2,20980,20991,36071,0,2,36071,20991,20958,0,2,20991,20980,20990,0,2,20981,20987,36014,0,2,36014,20987,20992,0,2,20988,20992,20987,0,2,20976,20977,20959,0,2,20959,20977,20993,0,2,20826,20976,20961,0,2,20994,20812,20879,0,2,20994,20879,20995,0,2,20881,20995,20879,0,2,20670,20804,20996,0,2,20670,20996,20806,0,2,20807,20862,20808,0,2,20996,20804,20861,0,2,20861,20804,20860,0,2,20860,20804,20803,0,2,20860,20803,20997,0,2,20860,20997,20859,0,2,20999,20645,21000,0,2,37266,21000,20645,0,2,37266,20644,21000,0,2,21000,20644,21001,0,2,37189,21004,21207,0,2,37189,21207,21221,0,2,21005,21006,37187,0,2,37187,21006,21007,0,2,21007,21213,21091,0,2,21091,21213,21008,0,2,21091,21008,21009,0,2,21011,21012,37268,0,2,21013,21014,21015,0,2,21025,21015,21016,0,2,21017,21377,21024,0,2,21024,21377,21376,0,2,21019,21020,21022,0,2,21022,37260,21021,0,2,21021,37261,37262,0,2,21021,37265,21022,0,2,21022,37265,37200,0,2,37200,21023,21019,0,2,21019,21023,21376,0,2,21376,21023,21024,0,2,21016,21017,21025,0,2,21025,21017,21026,0,2,21025,21026,21027,0,2,21027,21026,21028,0,2,21027,21028,21029,0,2,21083,21032,21033,0,2,21033,37244,21086,0,2,21086,37244,21034,0,2,21088,21034,48712,0,2,21036,21037,37025,0,2,20938,21037,20931,0,2,20931,21037,20934,0,2,20934,21037,20932,0,2,21074,21039,21040,0,2,21041,21040,37011,0,2,21041,37011,21042,0,2,21044,21043,21054,0,2,21044,21054,21046,0,2,21044,21046,21045,0,2,21045,21046,21047,0,2,36995,21047,21048,0,2,36995,21048,20087,0,2,26040,21048,21052,0,2,21052,21053,20089,0,2,20089,21053,20090,0,2,21049,20090,21050,0,2,21049,21050,20448,0,2,20448,21050,48722,0,2,48722,21050,21055,0,2,20448,48709,21049,0,2,21049,48709,21051,0,2,21049,21051,20090,0,2,48709,26193,21051,0,2,21051,26193,20092,0,2,21048,21047,21052,0,2,21052,21047,21046,0,2,21052,21046,21053,0,2,20090,21053,21054,0,2,20090,21054,21050,0,2,21053,21046,21054,0,2,21050,21054,21043,0,2,21050,21043,21055,0,2,37012,37014,21056,0,2,20447,21056,37015,0,2,21056,20447,21055,0,2,21056,21055,37012,0,2,21055,21043,37012,0,2,21043,21044,21042,0,2,21042,21044,21060,0,2,21064,21057,21058,0,2,21058,21057,36986,0,2,21059,21058,36983,0,2,21059,36983,36984,0,2,21042,21060,21061,0,2,21062,21063,36984,0,2,21062,36984,20933,0,2,21062,20933,7409,0,2,36984,21063,21059,0,2,21059,21063,21064,0,2,21059,21064,21058,0,2,21064,21065,21060,0,2,21064,21063,21065,0,2,21060,21065,21061,0,2,21061,21065,21063,0,2,21042,21061,21041,0,2,21041,21061,21066,0,2,21041,21066,21074,0,2,21066,21067,21074,0,2,21074,21067,21073,0,2,21073,21067,21069,0,2,21073,21069,21038,0,2,21038,21069,21070,0,2,21068,21070,7409,0,2,21068,7409,20932,0,2,21070,21069,21062,0,2,21070,21062,7409,0,2,21062,21069,21063,0,2,21063,21069,21061,0,2,21043,21042,37012,0,2,21037,20938,37025,0,2,21037,21071,20932,0,2,20932,48711,21068,0,2,21068,48711,21038,0,2,21038,48711,21072,0,2,21039,21074,37236,0,2,21039,37236,21075,0,2,21039,21075,21040,0,2,21040,21075,37021,0,2,21040,37021,37013,0,2,37013,37021,37014,0,2,37014,21078,21076,0,2,21077,21078,21079,0,2,21077,21079,37239,0,2,21077,37239,37018,0,2,37018,20432,21077,0,2,21077,20433,21078,0,2,20433,21077,20432,0,2,21030,21031,21081,0,2,21030,21081,21080,0,2,21025,21027,21080,0,2,21027,21029,21080,0,2,21080,21029,21030,0,2,21015,21025,21080,0,2,21015,21080,21013,0,2,21013,21080,21081,0,2,21013,21081,37268,0,2,37268,21081,21082,0,2,21087,37197,21086,0,2,21087,21086,21034,0,2,21087,21034,21088,0,2,21086,21085,21084,0,2,21086,21084,21033,0,2,21033,21084,21083,0,2,21032,21083,21082,0,2,21032,21082,21031,0,2,21031,21082,21081,0,2,21376,21018,21019,0,2,37268,21012,21013,0,2,21013,21012,21382,0,2,21013,21382,21014,0,2,21015,21014,21089,0,2,21089,21378,21017,0,2,21017,21378,21377,0,2,21017,21016,21089,0,2,21091,21009,21090,0,2,21091,21090,21092,0,2,37234,21092,21093,0,2,21094,21011,37268,0,2,21011,21094,21010,0,2,21092,21090,21093,0,2,21090,21010,21093,0,2,21093,21010,21094,0,2,21010,21090,21009,0,2,21007,21006,21213,0,2,21000,21001,37078,0,2,21000,37078,20999,0,2,20999,37059,37062,0,2,21103,21097,37061,0,2,21104,37061,21098,0,2,21104,21102,21103,0,2,21104,21103,37061,0,2,21101,21102,21104,0,2,21104,21098,21100,0,2,21104,21100,21101,0,2,21100,21098,21099,0,2,21100,21099,37195,0,2,20859,20998,21105,0,2,20859,21105,20858,0,2,20998,20999,37062,0,2,20998,37062,21105,0,2,20803,21106,20997,0,2,20997,21106,20646,0,2,20997,20645,20859,0,2,20859,20645,20998,0,2,20998,20645,20999,0,2,20646,21106,20802,0,2,20647,20802,20801,0,2,20801,20802,20667,0,2,20667,20802,21106,0,2,20633,20636,20634,0,2,20634,20636,21107,0,2,20634,21107,21108,0,2,21109,21110,21117,0,2,21117,21110,21111,0,2,21114,21113,37179,0,2,21108,21107,21109,0,2,20634,21108,36386,0,2,36386,21108,21120,0,2,36386,21120,21115,0,2,21115,21120,21116,0,2,21118,21119,1520,0,2,37180,21119,21114,0,2,21114,21118,21111,0,2,21120,21117,21116,0,2,21120,21108,21109,0,2,21117,21111,21118,0,2,21118,21114,21119,0,2,21113,21114,21111,0,2,21121,21118,1520,0,2,21121,1520,1519,0,2,36296,21122,21123,0,2,36296,21123,36295,0,2,36295,21123,36298,0,2,36298,21123,21124,0,2,36298,21124,36294,0,2,36294,21124,6303,0,2,6293,21124,21123,0,2,6293,21123,6280,0,2,6280,21123,21125,0,2,21128,21126,21127,0,2,6282,21128,21148,0,2,6282,6281,21128,0,2,21128,6281,21126,0,2,21126,6281,21125,0,2,21125,6281,6280,0,2,21125,21123,21126,0,2,21126,21123,21122,0,2,21126,21122,21133,0,2,21133,21122,21129,0,2,1518,21129,1519,0,2,21127,21126,21131,0,2,21131,21126,21132,0,2,21131,21132,21130,0,2,21131,21130,21134,0,2,21134,21130,37102,0,2,1518,21130,21132,0,2,1518,21132,21129,0,2,21129,21132,21133,0,2,21126,21133,21132,0,2,21147,21127,21149,0,2,21147,21149,21141,0,2,21141,21149,21138,0,2,21138,21149,21134,0,2,21138,21134,21135,0,2,6468,21136,21137,0,2,6468,21137,6469,0,2,1515,6469,1516,0,2,21140,21139,6470,0,2,21140,36281,6464,0,2,36281,21140,6465,0,2,6465,21140,6470,0,2,6470,21139,21138,0,2,6470,21138,21135,0,2,21143,21142,21144,0,2,21145,21142,6463,0,2,6463,21140,6464,0,2,21140,6463,21141,0,2,21141,6463,21142,0,2,21140,21141,21139,0,2,6457,21146,6462,0,2,21146,21145,6462,0,2,6462,21145,6463,0,2,21142,21145,21144,0,2,21138,21139,21141,0,2,21148,21147,21143,0,2,21148,21128,21147,0,2,21143,21147,21142,0,2,21142,21147,21141,0,2,21147,21128,21127,0,2,21127,21131,21149,0,2,21134,21149,21131,0,2,21158,21150,21151,0,2,21151,20614,21152,0,2,21152,21159,21153,0,2,21153,21159,21154,0,2,21154,49017,21155,0,2,21155,49017,21156,0,2,21155,21156,49051,0,2,49051,21156,49021,0,2,49051,49021,49048,0,2,49048,20622,20621,0,2,21151,21152,21158,0,2,21158,21152,21157,0,2,21157,21152,21153,0,2,49015,21160,49013,0,2,20628,49013,21161,0,2,21161,37164,21162,0,2,21162,37164,21163,0,2,21162,21163,20629,0,2,20629,21163,21164,0,2,20629,21164,36291,0,2,21151,21150,20616,0,2,20614,21165,21166,0,2,20611,21166,20610,0,2,21166,20611,20613,0,2,20526,20525,20527,0,2,20527,20525,20610,0,2,20527,20610,21166,0,2,49003,21166,21165,0,2,49003,21165,20615,0,2,21167,20615,21168,0,2,36330,20591,21169,0,2,49003,20615,21167,0,2,21170,21167,36332,0,2,36332,21168,21169,0,2,21168,36332,21167,0,2,20525,21174,20610,0,2,20610,21174,21175,0,2,37168,21175,21176,0,2,37168,21176,21255,0,2,21255,21176,21172,0,2,21254,21173,21253,0,2,21173,21179,21252,0,2,20525,21177,21174,0,2,21174,21177,21175,0,2,21175,21177,21176,0,2,21176,21177,21172,0,2,21177,37309,21178,0,2,21177,21178,21172,0,2,21254,21172,21173,0,2,21173,20523,21179,0,2,20521,21179,20523,0,2,20523,21173,21178,0,2,21178,37309,20523,0,2,21173,21172,21178,0,2,20515,20514,20520,0,2,20520,20514,37310,0,2,20520,37310,21180,0,2,21180,37310,21181,0,2,21183,21227,21184,0,2,21183,21184,21185,0,2,21186,21187,21188,0,2,21189,20635,21237,0,2,21216,21189,21237,0,2,21216,21237,21214,0,2,21214,21236,21211,0,2,21211,21236,21190,0,2,21190,21236,21191,0,2,21008,21191,21192,0,2,21008,21192,21009,0,2,20635,21189,21193,0,2,37039,21194,21195,0,2,21195,21194,21197,0,2,21208,21197,21209,0,2,21208,21209,21198,0,2,21202,21203,20638,0,2,20638,21203,20639,0,2,20639,21203,21204,0,2,21204,21203,21205,0,2,21205,21207,21004,0,2,20639,21204,20640,0,2,21204,21205,21206,0,2,21206,21205,21004,0,2,21004,21003,21206,0,2,21206,21003,20642,0,2,21206,20642,20640,0,2,21206,20640,21204,0,2,21003,21002,20642,0,2,21202,21201,21203,0,2,21203,21201,21220,0,2,21203,21220,21205,0,2,21205,21220,21207,0,2,37184,21208,21198,0,2,37184,21198,21199,0,2,21194,21193,21197,0,2,21197,21193,21209,0,2,21209,21216,21215,0,2,21217,21210,21212,0,2,21212,21210,21211,0,2,21212,21190,21213,0,2,21213,21190,21008,0,2,21008,21190,21191,0,2,21190,21212,21211,0,2,21210,21215,21214,0,2,21215,21216,21214,0,2,21216,21209,21189,0,2,21210,21214,21211,0,2,21209,21215,21198,0,2,21198,21215,21199,0,2,21199,21215,21219,0,2,21219,21210,21222,0,2,21222,21210,21217,0,2,21222,21217,21006,0,2,21222,21006,21005,0,2,21006,21218,21213,0,2,21218,21217,21212,0,2,21218,21212,21213,0,2,21199,21219,21200,0,2,21200,21219,21220,0,2,21200,21220,21201,0,2,21221,21220,21222,0,2,21219,21222,21220,0,2,21220,21221,21207,0,2,21221,21222,21005,0,2,37186,21193,21194,0,2,20635,20633,21223,0,2,21223,20633,21228,0,2,21223,21228,37115,0,2,37114,21228,21224,0,2,37114,21224,21229,0,2,37110,21229,21225,0,2,37165,37157,37112,0,2,21226,37158,37160,0,2,21224,21228,20633,0,2,21224,20633,20632,0,2,21224,20632,21230,0,2,21224,21230,21229,0,2,21181,37310,21231,0,2,21238,21234,21245,0,2,21186,21245,21187,0,2,21187,21247,21235,0,2,21236,21214,21235,0,2,21235,21214,21237,0,2,21235,21237,21187,0,2,21187,21237,21188,0,2,21223,21188,20635,0,2,20635,21188,21237,0,2,21186,21185,21245,0,2,21245,21185,21184,0,2,21245,21184,21238,0,2,21238,21184,21227,0,2,21233,21227,37160,0,2,21233,37160,21182,0,2,21238,21227,21233,0,2,21232,21231,37270,0,2,21232,37270,21239,0,2,21239,37272,21251,0,2,21251,37272,21240,0,2,21251,21240,21242,0,2,21242,21240,21241,0,2,21242,21241,21250,0,2,21250,21243,21246,0,2,21250,21246,21244,0,2,21244,21246,21245,0,2,21245,21246,21187,0,2,21247,21246,21243,0,2,21247,21187,21246,0,2,21248,21247,21243,0,2,21248,21243,21249,0,2,21249,21243,21250,0,2,21245,21234,21244,0,2,21242,21250,21244,0,2,21244,21234,21251,0,2,21251,21234,21238,0,2,21238,21233,21251,0,2,21251,21242,21244,0,2,21181,21231,21182,0,2,21182,21231,21232,0,2,21233,21182,21232,0,2,21252,21180,21181,0,2,21181,21182,21252,0,2,21252,21182,21253,0,2,21252,21253,21173,0,2,21253,37159,21254,0,2,21172,21254,21255,0,2,21255,37161,21256,0,2,21257,21256,37163,0,2,21257,37163,38342,0,2,21161,38342,37157,0,2,21161,37157,37164,0,2,21163,37167,21258,0,2,21163,21258,21164,0,2,21164,21258,20630,0,2,21333,20517,21259,0,2,21333,21259,20518,0,2,21259,21260,20516,0,2,21259,20516,20515,0,2,21259,20515,20518,0,2,20515,20516,21261,0,2,21263,21261,20516,0,2,21262,21263,21264,0,2,21264,21263,21260,0,2,21264,21260,21265,0,2,21309,21265,21335,0,2,21266,21335,21336,0,2,21266,21336,21267,0,2,21269,21268,37321,0,2,21269,37320,21302,0,2,21331,21302,21270,0,2,21306,21300,21271,0,2,21271,37311,21272,0,2,37316,37311,21273,0,2,21273,37311,21274,0,2,37774,21274,21275,0,2,37774,21275,21276,0,2,21290,21304,21277,0,2,21277,21304,21278,0,2,21277,21278,21279,0,2,21284,21280,21281,0,2,21282,21281,21305,0,2,21282,21305,21283,0,2,21282,21283,20548,0,2,21282,20548,21284,0,2,21285,49225,21286,0,2,21286,49225,21287,0,2,21286,21287,21279,0,2,21279,21287,21277,0,2,21276,21288,37774,0,2,21276,21290,21288,0,2,21288,21290,21277,0,2,21279,21280,21286,0,2,20566,21283,21289,0,2,21289,21283,21339,0,2,21289,21339,20570,0,2,20570,21339,20571,0,2,21280,21279,21281,0,2,21281,21279,21278,0,2,21290,21276,21292,0,2,21290,21292,21291,0,2,21291,21292,21298,0,2,21291,21293,21340,0,2,21293,37321,21296,0,2,21296,37321,21294,0,2,21296,21294,21295,0,2,21293,21291,37320,0,2,37320,21291,21297,0,2,21297,21298,21302,0,2,21302,21298,21299,0,2,21306,21270,21300,0,2,21271,21300,21299,0,2,21271,21299,21301,0,2,21301,21303,21275,0,2,21275,21303,21292,0,2,21275,21274,21301,0,2,21297,21302,37320,0,2,21270,21302,21300,0,2,21302,21299,21300,0,2,21291,21298,21297,0,2,21298,21292,21303,0,2,21303,21301,21299,0,2,21303,21299,21298,0,2,21290,21291,21304,0,2,21281,21278,21305,0,2,37311,21271,21301,0,2,21271,21307,21306,0,2,21306,21307,37292,0,2,21308,37294,37295,0,2,21308,37295,37276,0,2,37276,37295,37283,0,2,21264,21265,21309,0,2,21309,21335,21266,0,2,21309,21266,37284,0,2,37284,21266,21267,0,2,37284,21267,37277,0,2,21307,21310,21311,0,2,21326,21311,21312,0,2,21326,21312,21313,0,2,21313,22453,21314,0,2,21313,21314,21324,0,2,21324,21314,21315,0,2,21315,21316,21329,0,2,20489,20490,20488,0,2,21318,20488,37222,0,2,21318,37222,20486,0,2,20208,20209,37221,0,2,20208,37221,20207,0,2,20207,37221,20190,0,2,21328,21319,21320,0,2,21320,21347,21327,0,2,21327,21347,21321,0,2,21327,21321,21323,0,2,21327,21323,21322,0,2,21315,21322,21324,0,2,21324,21325,21313,0,2,21313,21325,21326,0,2,21322,21323,21324,0,2,21324,21323,37317,0,2,21324,37317,21325,0,2,21325,37317,21326,0,2,21326,37317,37318,0,2,21326,37318,21311,0,2,21320,21327,21328,0,2,21319,21328,21329,0,2,21315,21329,21322,0,2,21329,21328,21322,0,2,21322,21328,21327,0,2,21319,21329,21317,0,2,21317,21329,21316,0,2,21271,21272,21307,0,2,21307,21272,21310,0,2,21302,21331,21269,0,2,21269,21331,21330,0,2,37276,21330,21331,0,2,21269,21330,21268,0,2,21265,20517,21332,0,2,21332,20517,21333,0,2,21265,21332,21334,0,2,21265,21334,21335,0,2,37323,20574,21337,0,2,21295,21338,21339,0,2,21339,21338,20571,0,2,21296,21305,21293,0,2,21293,21305,21340,0,2,21291,21340,21304,0,2,21304,21340,21278,0,2,21278,21340,21305,0,2,21296,21295,21339,0,2,21283,21305,21339,0,2,21339,21305,21296,0,2,20571,21338,20572,0,2,20572,21338,21337,0,2,21338,21295,21337,0,2,37272,21341,21240,0,2,21241,37245,21250,0,2,21250,37245,21249,0,2,21341,20505,21240,0,2,20502,20503,21342,0,2,20502,21342,21364,0,2,21364,21342,20501,0,2,20501,21342,20509,0,2,20511,21342,20503,0,2,21344,21343,37126,0,2,21358,21345,21346,0,2,21346,21345,21348,0,2,21346,21348,21347,0,2,21346,21347,21320,0,2,20492,21346,20491,0,2,21346,21320,20491,0,2,20491,21320,21319,0,2,21348,21345,21349,0,2,37134,37132,21351,0,2,37134,21351,37128,0,2,21349,37136,21352,0,2,21349,21352,21354,0,2,21354,21352,21353,0,2,21354,21353,37319,0,2,21354,37319,21355,0,2,21356,21355,37318,0,2,21356,37318,37317,0,2,21349,21357,21348,0,2,21348,21357,21347,0,2,21347,21357,21321,0,2,21321,21357,21355,0,2,21355,21357,21354,0,2,21354,21357,21349,0,2,21344,21345,21358,0,2,21344,21358,20499,0,2,21343,20499,20500,0,2,20500,20498,20501,0,2,20501,20498,21359,0,2,21360,21361,21362,0,2,21363,20506,21362,0,2,21362,20506,20502,0,2,20502,21360,21362,0,2,20502,21364,21360,0,2,21365,21368,21364,0,2,21365,21364,21359,0,2,21359,21364,20501,0,2,37259,21366,20496,0,2,37259,20496,20224,0,2,21365,21367,21368,0,2,21368,21367,21020,0,2,21368,21020,21018,0,2,21368,21018,21360,0,2,21360,21018,21361,0,2,21362,21361,21369,0,2,21362,21369,21363,0,2,37249,21370,21374,0,2,37249,21374,21371,0,2,37246,21371,37252,0,2,21009,21373,21010,0,2,21010,21373,21011,0,2,21011,21373,21012,0,2,21382,21380,21014,0,2,21014,21380,21381,0,2,21014,21381,21089,0,2,21382,21012,21373,0,2,37249,21240,21370,0,2,21370,21363,21369,0,2,21370,21369,21374,0,2,21374,21369,21375,0,2,21375,21376,21377,0,2,21378,21089,21381,0,2,21375,21377,21374,0,2,21374,21377,21379,0,2,21371,21374,21379,0,2,21371,21379,21381,0,2,21381,21379,21378,0,2,21379,21377,21378,0,2,21380,37252,21381,0,2,21381,37252,21371,0,2,21372,21380,21382,0,2,21372,21382,21373,0,2,21018,21376,21375,0,2,21018,21375,21361,0,2,21361,21375,21369,0,2,21367,21366,21020,0,2,21365,20497,21367,0,2,21367,20497,21366,0,2,20497,20494,20496,0,2,20497,20496,21366,0,2,20498,20500,20499,0,2,20498,21358,20494,0,2,20494,21358,21383,0,2,20494,21383,20495,0,2,21358,20498,20499,0,2,20494,20497,20498,0,2,20498,20497,21359,0,2,20225,20495,21384,0,2,21384,21386,20223,0,2,20495,20493,21384,0,2,21384,20493,21385,0,2,21385,20492,21391,0,2,20492,21385,20493,0,2,21384,21385,21386,0,2,20223,21386,21390,0,2,21387,20489,20221,0,2,21387,20221,21388,0,2,21389,21390,21385,0,2,21385,21390,21386,0,2,21389,21385,21391,0,2,21387,21389,21391,0,2,21387,21388,21389,0,2,20484,21389,21388,0,2,21392,20202,21393,0,2,20196,21393,20204,0,2,20204,21393,20203,0,2,21394,20272,20198,0,2,21394,20198,20197,0,2,21394,20197,20405,0,2,21395,20197,20196,0,2,20272,21392,20198,0,2,21397,21396,21395,0,2,20195,21395,20196,0,2,21395,21396,20197,0,2,20197,21396,20405,0,2,20405,21396,20403,0,2,20403,21396,21397,0,2,20403,21397,20402,0,2,22518,21398,21399,0,2,21399,21398,21416,0,2,20182,21416,21398,0,2,22518,21399,20184,0,2,20184,21399,21400,0,2,21401,21402,37335,0,2,37335,21402,20395,0,2,37342,37335,20397,0,2,20397,37335,20395,0,2,20182,21407,21403,0,2,21402,21404,20395,0,2,21404,21406,21408,0,2,21414,21408,21405,0,2,20179,21405,20180,0,2,21405,21408,20180,0,2,20180,21408,21407,0,2,21407,21408,21406,0,2,21404,21402,21406,0,2,21406,21402,21403,0,2,21406,21403,21407,0,2,21404,21408,20394,0,2,20394,21408,21409,0,2,20281,21413,20282,0,2,20282,21413,21412,0,2,21410,21411,20178,0,2,20178,21411,22482,0,2,22482,21411,22481,0,2,20179,22481,21405,0,2,21411,21412,22481,0,2,22481,21412,21413,0,2,21414,21413,20281,0,2,21414,20281,21409,0,2,22481,21413,21405,0,2,21405,21413,21414,0,2,21412,21411,20283,0,2,20283,21411,21415,0,2,21411,21410,21415,0,2,21402,21401,21416,0,2,21402,21416,21403,0,2,21416,20182,21403,0,2,21399,21416,21400,0,2,21400,21416,21401,0,2,20144,21417,20296,0,2,20296,21417,21418,0,2,20296,21418,21421,0,2,21417,20318,21418,0,2,21419,21418,20317,0,2,21419,20317,20299,0,2,20299,21420,21419,0,2,21419,21420,21421,0,2,21419,21421,21418,0,2,20294,21421,21420,0,2,37620,20143,21422,0,2,21423,21422,20144,0,2,21422,20143,20144,0,2,21424,20140,20142,0,2,21424,20142,25835,0,2,20142,20140,20141,0,2,37594,20139,21426,0,2,37594,21426,21425,0,2,21425,25847,37591,0,2,21425,37591,20138,0,2,20138,37594,21425,0,2,21427,21424,21428,0,2,21428,21429,25836,0,2,25836,21429,21430,0,2,25836,21430,37598,0,2,37598,21430,21431,0,2,37601,22993,21432,0,2,37601,21432,21433,0,2,37604,21433,21434,0,2,38863,23051,21436,0,2,21439,21436,23102,0,2,21439,23102,21437,0,2,21437,38879,21438,0,2,21438,25832,38978,0,2,21437,38978,21439,0,2,21437,21438,38978,0,2,21439,21440,21441,0,2,21441,21440,21442,0,2,21443,23109,21444,0,2,21444,23108,21445,0,2,21445,23108,23110,0,2,21445,23110,23112,0,2,21446,21445,21447,0,2,21458,21449,21450,0,2,21458,21450,21451,0,2,21451,21450,21452,0,2,21451,21452,21461,0,2,21461,25831,21453,0,2,21455,21476,21456,0,2,21456,25881,21457,0,2,21459,21457,21458,0,2,21458,21451,21459,0,2,21461,21453,21459,0,2,21453,21460,21459,0,2,21459,21460,21457,0,2,21457,21460,21456,0,2,21456,21460,21455,0,2,21460,21453,21454,0,2,21460,21454,21455,0,2,21461,21459,21451,0,2,21462,21657,21463,0,2,21462,21463,21464,0,2,21464,21463,21465,0,2,21465,21466,25830,0,2,25830,21466,21488,0,2,25828,21482,21454,0,2,21467,21476,25880,0,2,21457,25881,21468,0,2,21457,21468,39013,0,2,39013,25855,37643,0,2,39013,37643,21472,0,2,21472,37643,21469,0,2,21472,21469,21470,0,2,21445,21446,21471,0,2,21470,21471,21478,0,2,21470,21478,21472,0,2,39013,21472,21473,0,2,21449,21474,21448,0,2,21474,21449,21458,0,2,39013,21458,21457,0,2,25881,21456,21475,0,2,21475,21456,21476,0,2,21475,21476,21467,0,2,21477,21474,21478,0,2,21477,21478,21446,0,2,21446,21478,21471,0,2,21446,21447,21477,0,2,21477,21447,21448,0,2,21472,21478,21474,0,2,21472,21474,21473,0,2,21476,21455,21481,0,2,21483,25826,21480,0,2,21483,21480,21482,0,2,21480,21481,21454,0,2,21480,21454,21482,0,2,21481,21455,21454,0,2,21481,21480,21479,0,2,25826,21483,21486,0,2,21486,21483,21484,0,2,37696,21485,21486,0,2,37696,21486,21484,0,2,21486,21487,25826,0,2,37696,21484,37678,0,2,37678,21492,37684,0,2,25830,21488,21491,0,2,25830,21491,21489,0,2,21484,21490,37678,0,2,37678,21490,21492,0,2,21492,21490,21491,0,2,21489,21491,21490,0,2,37684,21492,21488,0,2,21491,21488,21492,0,2,21490,21484,21483,0,2,21490,21483,21482,0,2,21490,21482,21489,0,2,21488,21466,21493,0,2,21493,21466,21494,0,2,21494,21495,21509,0,2,21509,21495,21496,0,2,21496,21495,21634,0,2,21496,21634,39038,0,2,21496,39038,39046,0,2,21496,39046,21497,0,2,21498,21497,21499,0,2,21499,21497,21500,0,2,21500,21497,39039,0,2,21500,39039,21501,0,2,21501,39039,39051,0,2,37689,39051,21503,0,2,37689,21503,21502,0,2,21502,21503,21504,0,2,21504,21505,21506,0,2,21506,21505,39083,0,2,21506,39083,21507,0,2,21506,21507,39079,0,2,39079,21507,21508,0,2,21509,21497,21498,0,2,21497,21509,21496,0,2,21493,21494,37685,0,2,21493,37685,21510,0,2,37658,39146,39155,0,2,21511,39170,21512,0,2,37655,21513,21537,0,2,37671,21515,37673,0,2,21517,37673,21518,0,2,21517,21518,37669,0,2,37669,21518,21523,0,2,21522,21523,21534,0,2,21522,21534,21519,0,2,21522,21519,37539,0,2,37539,21520,21521,0,2,37539,21521,21522,0,2,21522,37535,21523,0,2,37666,25959,37664,0,2,37664,25959,37663,0,2,37663,25959,25956,0,2,37663,25956,21526,0,2,21526,37699,37661,0,2,21527,37661,37698,0,2,21527,26005,21528,0,2,39156,39157,21528,0,2,21528,26005,21529,0,2,21529,21530,21531,0,2,21531,21530,21532,0,2,21531,21532,25827,0,2,25827,26007,21487,0,2,21487,26007,25898,0,2,21487,25898,25825,0,2,25825,25898,21533,0,2,21533,25878,21476,0,2,21533,21476,21481,0,2,37673,21516,21518,0,2,21534,21523,21518,0,2,37673,21515,21516,0,2,21516,21515,21535,0,2,21535,21536,21537,0,2,21537,21513,39117,0,2,39117,21513,21512,0,2,39117,21512,39093,0,2,39093,21512,37688,0,2,39093,37688,39092,0,2,39092,37688,37687,0,2,37687,21538,21539,0,2,21539,21538,21540,0,2,21540,37689,37690,0,2,21540,37690,21541,0,2,21541,37690,37691,0,2,21541,37691,39124,0,2,39124,39118,21542,0,2,21543,21542,39122,0,2,21543,39122,21544,0,2,21543,21544,21546,0,2,21546,21544,21545,0,2,21546,21545,21547,0,2,21546,21547,21558,0,2,48747,25812,21548,0,2,21548,21549,48748,0,2,21556,48749,21550,0,2,21552,21551,21559,0,2,21552,21559,39125,0,2,39125,21559,24252,0,2,24252,24251,21554,0,2,21554,24251,21553,0,2,39125,24366,21552,0,2,21552,24366,21555,0,2,21556,21555,21557,0,2,21548,24383,48747,0,2,48747,21558,25812,0,2,21559,21551,21560,0,2,24254,21560,21561,0,2,24254,21561,21582,0,2,21581,48868,48872,0,2,21581,48872,48871,0,2,21581,48871,21562,0,2,39220,39219,21563,0,2,21563,39219,25813,0,2,21563,25813,21564,0,2,21564,21565,21586,0,2,21586,21565,21571,0,2,21571,21565,25815,0,2,21571,25815,25816,0,2,21587,25816,25821,0,2,21587,25821,21566,0,2,21567,21566,21568,0,2,21567,39243,21570,0,2,21567,21570,21571,0,2,21571,21570,21572,0,2,21573,25781,39242,0,2,21573,39242,21574,0,2,21575,21608,21576,0,2,21576,21608,21577,0,2,21585,21577,21584,0,2,21584,21577,24645,0,2,21584,24645,24646,0,2,21584,24646,21578,0,2,21583,21579,21580,0,2,48868,21581,39136,0,2,48868,39136,21582,0,2,21582,39136,39137,0,2,21582,39137,39138,0,2,21582,39138,24254,0,2,21580,21581,21562,0,2,21579,21583,21578,0,2,21583,21580,21562,0,2,21562,39220,21583,0,2,21583,21563,21584,0,2,21584,21563,21585,0,2,39216,21585,21564,0,2,39216,21564,21586,0,2,21586,21571,21573,0,2,21573,21571,21572,0,2,21587,21571,25816,0,2,21567,21587,21566,0,2,21587,21567,21571,0,2,21564,21585,21563,0,2,21563,21583,39220,0,2,21575,21576,39216,0,2,21570,39243,21588,0,2,21570,21588,25810,0,2,21570,25810,21589,0,2,21589,25810,21590,0,2,21589,21590,25783,0,2,25783,21590,21591,0,2,25805,25808,25770,0,2,25805,25770,21592,0,2,21599,21592,21593,0,2,25769,21594,21595,0,2,21595,21594,25759,0,2,21609,21596,21614,0,2,21609,21614,21597,0,2,21597,25757,21609,0,2,21609,25757,21598,0,2,21598,25777,21599,0,2,21599,25777,21600,0,2,21592,21600,25692,0,2,21592,25692,21601,0,2,21602,39238,21603,0,2,21603,39238,39180,0,2,25787,24641,25788,0,2,25788,24641,24638,0,2,25788,24638,21604,0,2,25788,21604,39240,0,2,39240,24637,39241,0,2,39241,24637,21605,0,2,21605,24637,24636,0,2,21605,24636,21606,0,2,21606,24635,21608,0,2,21608,24635,24644,0,2,21608,24644,21577,0,2,21607,21575,39242,0,2,39242,21575,21574,0,2,21575,21607,21608,0,2,21605,21606,21607,0,2,21607,21606,21608,0,2,21592,21601,25805,0,2,21592,21599,21600,0,2,21599,21593,21598,0,2,21598,21593,21609,0,2,21596,21609,25769,0,2,21596,25769,21595,0,2,25769,21609,21593,0,2,21684,21612,25776,0,2,21685,25776,25778,0,2,25717,21672,25778,0,2,25717,25778,25779,0,2,21613,25708,21597,0,2,21613,21597,21614,0,2,21613,21614,21615,0,2,21615,25758,25721,0,2,25721,25758,25754,0,2,25754,25758,25772,0,2,25754,25772,25755,0,2,25755,25772,25749,0,2,25749,25772,21644,0,2,21617,21649,21639,0,2,21617,21639,21660,0,2,21660,21618,25725,0,2,25725,21618,21619,0,2,21621,21619,21620,0,2,21621,21620,21622,0,2,21624,21654,21629,0,2,21624,21629,21625,0,2,21626,21625,21627,0,2,21628,21657,21450,0,2,21623,23098,21654,0,2,21629,21654,21656,0,2,21630,21629,21631,0,2,21630,21631,21633,0,2,21633,21631,21632,0,2,21657,21633,21463,0,2,21634,21463,39047,0,2,21634,39047,39038,0,2,21634,21495,21465,0,2,21465,21495,21466,0,2,21634,21465,21463,0,2,21494,21466,21495,0,2,21463,21633,21635,0,2,39049,39147,39148,0,2,39049,39148,21637,0,2,37694,21637,21650,0,2,39150,21650,21618,0,2,39150,21618,21660,0,2,21638,21660,21639,0,2,21639,21640,21638,0,2,39153,21640,39063,0,2,39061,39063,21645,0,2,25772,21643,21644,0,2,21645,39063,21640,0,2,21645,21640,21646,0,2,21641,21646,21649,0,2,21641,21649,21648,0,2,21641,21648,21647,0,2,21644,21643,21642,0,2,21647,21648,21642,0,2,21616,21648,21649,0,2,21616,21649,25723,0,2,21639,21646,21640,0,2,21646,21639,21649,0,2,21642,21648,21616,0,2,21642,21616,21644,0,2,21616,25749,21644,0,2,21646,21641,21645,0,2,21641,39061,21645,0,2,21619,21618,21650,0,2,21652,21650,21637,0,2,21651,21655,39147,0,2,21651,39147,21632,0,2,21651,21632,21631,0,2,21632,21635,21633,0,2,21635,21632,21636,0,2,21651,21631,21656,0,2,21650,21652,21619,0,2,21619,21652,21620,0,2,21659,21620,21653,0,2,21653,21620,21652,0,2,21653,21656,21659,0,2,21659,21656,21654,0,2,21652,21655,21653,0,2,21653,21655,21651,0,2,21655,21652,21637,0,2,21631,21629,21656,0,2,21656,21653,21651,0,2,21633,21657,21630,0,2,21630,21627,21629,0,2,21629,21627,21625,0,2,21627,21630,21628,0,2,21628,21630,21657,0,2,23098,21622,21658,0,2,23098,21658,21654,0,2,21620,21658,21622,0,2,21659,21654,21658,0,2,21659,21658,21620,0,2,21661,21615,25721,0,2,21662,25721,21663,0,2,21662,21663,21665,0,2,21665,21663,21664,0,2,21665,21664,38992,0,2,21665,38992,38999,0,2,21665,38999,25712,0,2,25712,38999,21666,0,2,25713,21666,25711,0,2,25709,25711,25720,0,2,25709,25720,21667,0,2,21667,25720,21668,0,2,21669,33302,33301,0,2,21669,33301,25715,0,2,25715,21675,21670,0,2,25716,25697,21672,0,2,25716,21672,25717,0,2,25716,21671,25697,0,2,25697,21671,21673,0,2,21679,21673,21670,0,2,21674,21670,21675,0,2,25702,21674,21676,0,2,21676,21674,21675,0,2,21676,21675,33301,0,2,33301,21675,25715,0,2,21677,21678,21679,0,2,25699,21715,21714,0,2,25699,21714,21719,0,2,25699,21719,21681,0,2,39179,21612,21683,0,2,21683,21612,21684,0,2,21612,39179,21611,0,2,21611,21691,21686,0,2,21686,21691,25690,0,2,39181,25690,21687,0,2,25681,21688,21689,0,2,25681,21689,21682,0,2,21690,21689,21692,0,2,21690,21692,25693,0,2,25693,21692,25694,0,2,39179,25694,21691,0,2,39179,21691,21611,0,2,21691,25694,21692,0,2,21688,21692,21689,0,2,21691,21692,25690,0,2,25681,21693,21688,0,2,21688,21693,21687,0,2,21693,25688,21694,0,2,21694,25688,25687,0,2,21694,25687,39237,0,2,39237,25687,24663,0,2,24663,25687,25689,0,2,24663,25689,25686,0,2,24663,25686,25670,0,2,25669,25670,21697,0,2,21696,21695,21697,0,2,21696,21697,25683,0,2,21696,25683,21708,0,2,24669,21708,21698,0,2,21698,21699,21700,0,2,21700,21699,21710,0,2,21700,21710,25659,0,2,25659,21710,25658,0,2,21701,25658,21702,0,2,21702,21703,21704,0,2,21704,21703,21705,0,2,21704,21705,21720,0,2,21705,21703,21706,0,2,21706,21703,21707,0,2,21707,21703,25658,0,2,25658,21703,21702,0,2,21708,25683,25684,0,2,21709,25684,25685,0,2,21709,25685,21711,0,2,21709,21711,21699,0,2,21699,21711,21710,0,2,25658,21710,21707,0,2,21707,21710,21711,0,2,21707,21711,21706,0,2,21706,21711,25676,0,2,21706,25676,21712,0,2,21712,25677,21705,0,2,21705,25677,21713,0,2,25666,21719,21714,0,2,25665,21715,25701,0,2,25665,25701,33290,0,2,21716,33290,33304,0,2,21716,33304,21717,0,2,33238,21717,21718,0,2,33238,21718,33283,0,2,21719,25666,21681,0,2,21705,21713,21720,0,2,21722,21720,21721,0,2,25656,21722,21723,0,2,25656,21723,21724,0,2,21725,21726,25657,0,2,25657,21726,25660,0,2,21728,21727,21729,0,2,21728,21729,39409,0,2,39409,21729,21730,0,2,21730,21731,21732,0,2,21732,21731,33203,0,2,21732,33203,39182,0,2,21733,33203,33204,0,2,21733,33204,39203,0,2,39203,33204,39204,0,2,39204,33204,21734,0,2,21735,33211,33215,0,2,39273,21738,39298,0,2,39298,21739,21740,0,2,21740,21741,21742,0,2,21742,21741,33226,0,2,21742,33226,21743,0,2,25596,21743,21744,0,2,25596,21744,21745,0,2,21747,21745,33219,0,2,21747,33219,33221,0,2,21747,21746,21748,0,2,21751,33187,21763,0,2,21763,33188,33264,0,2,33264,33268,21752,0,2,21752,33268,33267,0,2,21754,21755,21756,0,2,33260,21792,21758,0,2,21787,21759,21760,0,2,21761,21780,33263,0,2,33264,21762,21763,0,2,21751,33272,21750,0,2,25607,21764,21765,0,2,25607,21765,21785,0,2,25607,21785,21766,0,2,25584,21766,21767,0,2,25584,21767,21783,0,2,25584,21783,21768,0,2,23810,21768,21769,0,2,21770,21772,21771,0,2,21772,21784,21773,0,2,21776,21775,21777,0,2,21776,21777,25624,0,2,25624,21777,33273,0,2,25624,33273,21778,0,2,21778,33272,21782,0,2,21778,21782,25626,0,2,25626,21782,21779,0,2,21779,21762,21780,0,2,21779,21780,21781,0,2,21781,21780,21761,0,2,21762,21779,21782,0,2,21762,21782,21763,0,2,21763,21782,21751,0,2,21751,21782,33272,0,2,21778,25627,25624,0,2,25624,25627,25631,0,2,21774,21773,21783,0,2,21783,21773,21784,0,2,21770,21768,21784,0,2,21770,21784,21772,0,2,21770,21769,21768,0,2,21783,21784,21768,0,2,21785,21765,21777,0,2,21777,21765,33273,0,2,21764,25604,21765,0,2,21759,23788,21788,0,2,21788,21789,21786,0,2,21760,21786,21761,0,2,21761,21786,21781,0,2,21788,21786,21760,0,2,21788,21760,21759,0,2,21759,21787,23788,0,2,21790,21789,33023,0,2,23771,23791,23789,0,2,23786,33166,21793,0,2,21793,33166,21794,0,2,21793,21795,33252,0,2,21797,23751,21798,0,2,23778,21802,23761,0,2,23776,21806,32957,0,2,23776,32957,33404,0,2,25654,33404,23802,0,2,21800,21807,23767,0,2,21800,23767,21801,0,2,23767,21807,21812,0,2,21808,23753,21802,0,2,23761,21802,23753,0,2,21811,21809,21810,0,2,23754,21808,21809,0,2,21809,21808,21812,0,2,21810,21809,21813,0,2,21813,21798,33022,0,2,33022,21798,21814,0,2,21814,21816,21817,0,2,23735,21819,23741,0,2,23735,23741,23740,0,2,23740,23741,21820,0,2,21821,21820,21816,0,2,21949,23733,21822,0,2,21823,21822,21824,0,2,21823,21824,21825,0,2,21825,21824,23732,0,2,23732,23747,21825,0,2,21826,21827,21953,0,2,21953,21827,21828,0,2,21953,21828,21829,0,2,21829,21828,21830,0,2,33036,21830,21831,0,2,33035,33036,21832,0,2,33035,21832,21833,0,2,21833,21832,21834,0,2,21834,21832,21899,0,2,21899,21832,33309,0,2,21835,23728,21897,0,2,21897,23728,23729,0,2,23729,23730,21836,0,2,21836,23730,23746,0,2,21838,33277,21837,0,2,23727,33257,21839,0,2,21841,21840,33278,0,2,21841,33278,21843,0,2,21841,21843,21842,0,2,21842,21843,21844,0,2,21845,21844,39346,0,2,21847,21848,33243,0,2,21847,33243,21849,0,2,21850,21851,21889,0,2,21889,21851,21888,0,2,21851,21872,21852,0,2,21852,21872,21871,0,2,21852,21871,21855,0,2,21855,21871,21874,0,2,21855,21874,21853,0,2,21854,21853,21864,0,2,21855,21854,21875,0,2,21875,21854,21856,0,2,21875,21856,33152,0,2,33152,21856,21863,0,2,21857,21863,21864,0,2,21857,21864,21858,0,2,33147,21858,21859,0,2,39177,25707,21860,0,2,21860,21861,25719,0,2,21861,21862,25720,0,2,25720,21862,21668,0,2,39177,21858,25707,0,2,39177,21859,21858,0,2,21863,21856,21854,0,2,21863,21854,21864,0,2,21864,21865,21858,0,2,21864,21853,21865,0,2,21865,21853,21873,0,2,21865,21873,25706,0,2,25706,21873,21866,0,2,21870,21869,21872,0,2,21873,21853,21866,0,2,21867,21866,21874,0,2,21871,21872,21868,0,2,21868,21872,21869,0,2,21877,21875,21876,0,2,21887,33142,21878,0,2,21887,21878,21885,0,2,21885,21879,21880,0,2,21880,21879,21881,0,2,21881,21905,21891,0,2,21883,21835,21839,0,2,21883,21839,21892,0,2,21892,21839,21840,0,2,21894,21880,21881,0,2,21840,21841,21884,0,2,21845,21842,21844,0,2,21845,21886,21885,0,2,21885,21886,21887,0,2,21877,21887,21888,0,2,21852,21888,21851,0,2,21850,21889,21890,0,2,21890,21889,21886,0,2,21887,21886,21889,0,2,21890,21895,21849,0,2,21849,21895,21847,0,2,21849,33295,21890,0,2,21877,33142,21887,0,2,21845,21885,21880,0,2,21845,21880,21894,0,2,21845,21894,21884,0,2,21842,21845,21884,0,2,21842,21884,21841,0,2,21839,21835,23727,0,2,21882,21883,21891,0,2,21891,21883,21892,0,2,21891,21892,21893,0,2,21893,21892,21840,0,2,21893,21840,21884,0,2,21893,21884,21894,0,2,21894,21881,21891,0,2,21893,21894,21891,0,2,21855,21853,21854,0,2,21851,33316,21870,0,2,21870,21872,21851,0,2,21847,21895,21846,0,2,21846,21895,39346,0,2,33277,21838,23746,0,2,23746,21838,21836,0,2,21836,21896,21897,0,2,21897,21896,23727,0,2,21836,21897,23729,0,2,21899,33309,21882,0,2,21882,21891,21899,0,2,21899,21891,21905,0,2,21905,23726,21903,0,2,23726,21879,21878,0,2,21878,21879,21885,0,2,23726,21878,21900,0,2,21903,39398,23691,0,2,21903,23691,21904,0,2,21905,21904,21834,0,2,21899,21905,21834,0,2,21904,21905,21903,0,2,21903,23726,39399,0,2,39399,23726,21900,0,2,39399,21900,21901,0,2,21878,33142,21900,0,2,21900,33142,21901,0,2,21901,33142,21902,0,2,23706,23676,39400,0,2,23684,21908,23704,0,2,23684,23704,21909,0,2,23683,21910,33043,0,2,21911,23683,21912,0,2,21911,21912,21913,0,2,21913,21912,32894,0,2,21913,32894,23680,0,2,23680,32894,23682,0,2,23682,32894,33042,0,2,21914,33042,33044,0,2,21914,33044,33041,0,2,21915,32888,21991,0,2,21991,32888,21916,0,2,21991,21916,32886,0,2,21995,32886,32895,0,2,21995,32895,23630,0,2,21996,23630,23626,0,2,21996,23626,21917,0,2,21918,23625,23637,0,2,21918,23637,21964,0,2,21921,21922,21971,0,2,21971,21922,21970,0,2,21970,21922,21923,0,2,21970,21923,21976,0,2,21925,23617,21926,0,2,21928,23320,21929,0,2,21929,23320,23321,0,2,21929,23321,21998,0,2,21930,32942,21931,0,2,21999,21931,21975,0,2,21975,21932,32947,0,2,32947,21932,21933,0,2,32947,21933,32872,0,2,32947,32872,21968,0,2,21968,32872,21934,0,2,21934,32872,21958,0,2,21958,32872,32877,0,2,21958,32877,21935,0,2,21935,32876,21939,0,2,21939,32876,21936,0,2,21936,22095,21997,0,2,21997,22095,21937,0,2,21937,22083,23737,0,2,21997,32997,33000,0,2,21939,21940,21935,0,2,21940,21941,21958,0,2,21959,21942,21979,0,2,33001,21979,21943,0,2,33001,21943,21950,0,2,21950,21943,21944,0,2,21947,21938,21946,0,2,21946,21938,21949,0,2,21948,21949,21822,0,2,21948,21945,21949,0,2,21945,21948,21944,0,2,21944,21948,21822,0,2,21944,21822,21950,0,2,33009,21951,21825,0,2,21952,21826,21953,0,2,33037,33038,21953,0,2,33037,21953,21829,0,2,33037,21829,21830,0,2,33037,21830,33036,0,2,21822,21823,21950,0,2,21950,21823,21951,0,2,21955,21941,21940,0,2,21941,21955,21942,0,2,21944,21954,21945,0,2,21944,21943,21954,0,2,21954,21943,21956,0,2,21954,21956,21955,0,2,21955,21956,21942,0,2,21942,21956,21979,0,2,21935,21940,21958,0,2,21958,21941,21957,0,2,21958,21957,21934,0,2,21941,21942,21957,0,2,21957,21942,21959,0,2,21964,21963,21965,0,2,21964,21965,21983,0,2,21985,21962,21980,0,2,21980,21962,21961,0,2,21961,21962,21971,0,2,21961,21971,21966,0,2,21968,21934,21972,0,2,21969,21968,21977,0,2,21969,21977,21975,0,2,21975,32947,21969,0,2,21970,21972,21967,0,2,21967,21972,21934,0,2,21967,21966,21970,0,2,21970,21966,21971,0,2,21921,21971,21962,0,2,21921,21962,21920,0,2,21968,21972,21977,0,2,21974,21973,21927,0,2,21974,21929,21999,0,2,21973,21974,21975,0,2,21973,21975,21977,0,2,21972,21976,21977,0,2,21977,21978,21973,0,2,21972,21970,21976,0,2,21976,21923,21977,0,2,21977,21923,21978,0,2,21978,21923,21925,0,2,21973,21925,21926,0,2,21973,21926,21927,0,2,21925,21973,21978,0,2,21974,21927,21928,0,2,21928,21929,21974,0,2,21924,21925,21923,0,2,21934,21957,21967,0,2,21960,21967,21959,0,2,21967,21960,21966,0,2,21966,21960,21961,0,2,21967,21957,21959,0,2,21959,21979,21960,0,2,21960,21979,21961,0,2,21961,21979,33003,0,2,21961,33003,21980,0,2,21980,33003,21986,0,2,21981,33005,21982,0,2,21983,21993,21984,0,2,21983,21984,21918,0,2,23625,21918,21917,0,2,21918,21984,21917,0,2,21917,21984,21996,0,2,21983,21918,21964,0,2,21983,21965,21993,0,2,21993,21965,21982,0,2,21964,23637,21963,0,2,21963,23637,21919,0,2,21919,21920,21962,0,2,21980,21981,21985,0,2,21985,21982,21965,0,2,21982,21985,21981,0,2,21990,21989,21915,0,2,21990,21915,21991,0,2,21991,32886,21990,0,2,21989,21990,21992,0,2,21993,21982,33005,0,2,21993,33005,21994,0,2,21994,21988,21993,0,2,21993,21988,21992,0,2,21992,21988,21989,0,2,21984,21993,21996,0,2,21993,21992,21996,0,2,21996,21992,21995,0,2,21996,21995,23630,0,2,21992,21990,21995,0,2,21981,21980,21987,0,2,21987,21980,21986,0,2,21939,21936,21997,0,2,32997,21997,21937,0,2,21937,32998,32997,0,2,21930,21931,21998,0,2,21998,21931,21999,0,2,21998,21999,21929,0,2,21998,23321,21930,0,2,22000,23324,32943,0,2,32943,23324,22001,0,2,32943,22002,22093,0,2,32996,22002,32994,0,2,32994,22052,32995,0,2,22005,22004,32992,0,2,22005,32992,22075,0,2,22075,32992,22029,0,2,22075,22029,22076,0,2,22074,22049,22006,0,2,22069,22006,22007,0,2,22069,22007,22068,0,2,22068,22007,22008,0,2,22008,22007,22057,0,2,22008,22057,22009,0,2,22065,22009,22010,0,2,32522,22010,22011,0,2,32522,22011,22012,0,2,22012,22011,22013,0,2,22012,22013,32515,0,2,32515,22013,22014,0,2,32515,22014,32561,0,2,32561,22014,32497,0,2,32497,22014,22013,0,2,32497,22013,22053,0,2,22053,22056,22015,0,2,32496,22016,22017,0,2,22018,22017,22043,0,2,22018,22043,22019,0,2,22020,22019,22045,0,2,22020,22045,22021,0,2,22001,22031,22030,0,2,22030,22003,32995,0,2,22004,22003,22027,0,2,22004,22027,32992,0,2,32992,22027,22035,0,2,22035,22038,22028,0,2,22028,22029,32992,0,2,22027,22003,22030,0,2,22031,22001,23324,0,2,22031,22026,22032,0,2,22034,22023,22046,0,2,22031,22032,22030,0,2,22030,22032,22027,0,2,22038,22035,22036,0,2,22034,22035,22033,0,2,22034,22046,22037,0,2,22028,22038,22039,0,2,22028,22039,22040,0,2,22040,22039,22047,0,2,22040,22047,22041,0,2,22040,22041,22029,0,2,22076,22029,22050,0,2,22050,22029,22041,0,2,22050,22041,22048,0,2,22048,22041,22042,0,2,22016,22042,22044,0,2,22016,22044,22043,0,2,22043,22044,22019,0,2,22045,22039,22038,0,2,22021,22045,22037,0,2,22021,22037,22046,0,2,22021,22046,22022,0,2,22022,22046,22023,0,2,22038,22037,22045,0,2,22043,22017,22016,0,2,22044,22042,22047,0,2,22044,22047,32562,0,2,32562,22047,22039,0,2,22041,22047,22042,0,2,22042,22051,22048,0,2,22048,22054,22049,0,2,22049,22074,22076,0,2,22049,22076,22050,0,2,22049,22050,22048,0,2,22042,22015,22051,0,2,22048,22051,22054,0,2,22049,22054,22006,0,2,22029,22028,22040,0,2,22038,22036,22037,0,2,22037,22036,22034,0,2,22036,22035,22034,0,2,22033,22035,22027,0,2,22033,22027,22032,0,2,22031,23324,22026,0,2,22026,22025,22032,0,2,32943,22001,22052,0,2,32943,22052,22002,0,2,22002,22052,32994,0,2,32995,22052,22030,0,2,22052,22001,22030,0,2,22032,22025,22033,0,2,22057,49571,22009,0,2,49571,22055,22010,0,2,49571,22010,22009,0,2,22010,22055,22011,0,2,22011,22055,22056,0,2,22011,22056,22053,0,2,22011,22053,22013,0,2,22055,49571,22051,0,2,22055,22051,22056,0,2,22057,22007,22006,0,2,22051,22015,22056,0,2,22004,22005,22003,0,2,22005,22073,22058,0,2,22085,22058,22060,0,2,22085,22060,22059,0,2,22061,22070,22078,0,2,22078,22068,22062,0,2,22078,22062,49799,0,2,32956,22063,22066,0,2,32956,22066,22064,0,2,22065,22064,22009,0,2,22009,22064,22066,0,2,22009,22066,22008,0,2,22008,22066,22067,0,2,22062,22008,22067,0,2,22063,22067,22066,0,2,22062,22068,22008,0,2,22068,22078,22069,0,2,22069,22078,22070,0,2,22069,22070,22071,0,2,22060,22072,22084,0,2,22060,22058,22072,0,2,22072,22058,22073,0,2,22072,22073,22077,0,2,22072,22077,22071,0,2,22071,22077,22074,0,2,22074,22006,22069,0,2,22069,22071,22074,0,2,22073,22005,22075,0,2,22076,22074,22077,0,2,22077,22073,22075,0,2,22077,22075,22076,0,2,22084,22072,22061,0,2,22061,22072,22071,0,2,22071,22070,22061,0,2,22061,22078,22079,0,2,22061,22079,22080,0,2,22080,49798,22059,0,2,22059,49798,22081,0,2,22081,49798,32948,0,2,22081,32948,32949,0,2,22061,22080,22084,0,2,22060,22084,22080,0,2,22060,22080,22059,0,2,22059,22081,22085,0,2,22089,22086,22094,0,2,22089,22099,22087,0,2,22087,22099,32996,0,2,22087,32996,32994,0,2,22087,32993,22088,0,2,22058,22088,22005,0,2,22088,22089,22087,0,2,22094,22099,22089,0,2,22089,22085,22086,0,2,22058,22085,22088,0,2,22085,22089,22088,0,2,32949,22086,22081,0,2,32949,22090,22094,0,2,32996,22093,22002,0,2,22094,22086,32949,0,2,22090,23738,22082,0,2,22090,22082,22092,0,2,22096,22082,22095,0,2,22096,22095,32875,0,2,22096,32875,22097,0,2,22096,22097,22098,0,2,22098,22097,32873,0,2,32996,22098,22093,0,2,32996,22092,22098,0,2,22098,22092,22096,0,2,22090,22092,22091,0,2,22096,22092,22082,0,2,22094,22090,22091,0,2,22094,22091,22099,0,2,22099,22091,22092,0,2,22099,22092,32996,0,2,21923,21922,48932,0,2,21923,48932,21924,0,2,21909,23704,22100,0,2,22101,23719,22102,0,2,22101,22102,23672,0,2,23672,23709,22103,0,2,22109,22103,22104,0,2,22104,22103,23718,0,2,22104,23718,23714,0,2,22104,23714,22196,0,2,22105,22196,22197,0,2,22107,22106,33047,0,2,22107,33047,23662,0,2,22111,23663,32890,0,2,21916,22113,22114,0,2,32895,22114,22115,0,2,32895,22115,22116,0,2,23629,22116,22117,0,2,23629,22117,23640,0,2,23640,22117,22118,0,2,23640,22118,22119,0,2,22120,23624,22121,0,2,22120,22121,23641,0,2,22110,22122,23662,0,2,22110,23662,22123,0,2,22106,22124,33050,0,2,33050,22124,33051,0,2,33154,22125,22126,0,2,22127,22201,22130,0,2,22130,22201,22202,0,2,22131,22203,22235,0,2,22235,22239,22131,0,2,22131,22239,22128,0,2,33161,22129,23661,0,2,33161,23661,22126,0,2,33161,22126,22127,0,2,22128,22130,22131,0,2,22130,22202,22131,0,2,22127,22130,33161,0,2,22128,33161,22130,0,2,33052,33154,22132,0,2,22132,33156,22133,0,2,22133,33156,22134,0,2,32898,22134,22135,0,2,32898,22135,22136,0,2,22136,22138,22137,0,2,22137,22138,22118,0,2,22118,22138,22139,0,2,22119,22139,22140,0,2,22141,22140,48927,0,2,22141,48927,23256,0,2,23256,48927,22142,0,2,48901,32908,32904,0,2,48901,32904,22143,0,2,22143,32909,32611,0,2,32611,32909,32910,0,2,32611,32910,22144,0,2,23251,22147,22148,0,2,22148,23255,22150,0,2,22150,23255,22149,0,2,22150,22149,22151,0,2,22152,22151,32914,0,2,22152,32914,22153,0,2,23238,22153,32919,0,2,32919,22154,23249,0,2,38803,22678,23237,0,2,38803,23237,22156,0,2,22157,22156,38815,0,2,22342,22343,22159,0,2,22162,22160,22330,0,2,22162,22330,22161,0,2,38810,22160,22159,0,2,22159,22337,22336,0,2,22159,22336,22341,0,2,22341,22336,22163,0,2,22164,22163,22325,0,2,22164,22325,22321,0,2,22164,22321,22165,0,2,22165,22321,38821,0,2,22165,38821,22166,0,2,22357,22168,22340,0,2,22340,22168,38823,0,2,39389,38823,38824,0,2,39389,38824,22169,0,2,22169,38824,22170,0,2,22318,22170,22317,0,2,22172,22171,22339,0,2,22172,22339,22173,0,2,22176,22175,22177,0,2,22277,22177,22178,0,2,22182,22208,22209,0,2,22182,22209,22183,0,2,22183,22209,39391,0,2,39391,22209,22179,0,2,22179,22211,22180,0,2,22180,39391,22179,0,2,22182,22274,22178,0,2,22178,22274,22277,0,2,22273,22274,22182,0,2,22273,22182,22278,0,2,22278,22182,22183,0,2,39390,22278,22272,0,2,22272,22192,22185,0,2,22185,22192,22184,0,2,22185,22184,22186,0,2,22186,22188,22187,0,2,22270,22187,22249,0,2,32932,22249,22188,0,2,22187,22188,22249,0,2,22192,22191,22189,0,2,32929,22189,22190,0,2,32929,22190,22181,0,2,22189,22191,22190,0,2,22191,22183,39391,0,2,22278,22183,22191,0,2,22278,22191,22272,0,2,22272,22191,22192,0,2,22194,22221,22195,0,2,23716,22195,22217,0,2,23716,22217,23713,0,2,23713,22217,22224,0,2,23713,22224,23712,0,2,23712,22224,23715,0,2,23715,22196,23714,0,2,33056,22198,22200,0,2,22200,22198,22199,0,2,22200,22201,33055,0,2,33055,22201,22127,0,2,22201,22200,22199,0,2,22201,22199,22202,0,2,22202,22199,22131,0,2,22131,22199,22203,0,2,22335,22203,22204,0,2,22206,22205,22328,0,2,22338,22229,22207,0,2,22209,22208,22228,0,2,22209,22228,22179,0,2,22179,22228,22210,0,2,22179,22210,22211,0,2,22213,22204,22214,0,2,22214,22215,22219,0,2,22219,22215,22227,0,2,22219,22227,22216,0,2,22221,22216,22195,0,2,22195,22216,22227,0,2,22195,22227,22217,0,2,22213,22214,22219,0,2,22218,22213,22219,0,2,22212,22218,22219,0,2,22219,22216,22220,0,2,22220,22216,22222,0,2,22220,22181,22180,0,2,22219,22220,22212,0,2,22222,22216,22221,0,2,22220,22222,22181,0,2,22204,22203,22214,0,2,22214,22203,22223,0,2,22214,22223,22215,0,2,22215,22223,22226,0,2,22226,22198,22224,0,2,22224,22198,22225,0,2,22225,22197,22196,0,2,22225,22196,23715,0,2,22225,23715,22224,0,2,22224,22217,22226,0,2,22217,22227,22215,0,2,22215,22226,22217,0,2,22223,22203,22199,0,2,22223,22199,22226,0,2,22226,22199,22198,0,2,22213,22218,22205,0,2,22205,22218,32928,0,2,22205,32928,22328,0,2,22328,32928,22327,0,2,22220,22180,22212,0,2,22212,22180,32928,0,2,22229,22228,22207,0,2,22207,22228,22208,0,2,22228,22229,22210,0,2,22210,22229,22327,0,2,22327,32928,22210,0,2,32928,22218,22212,0,2,22178,22232,22323,0,2,22323,22232,22322,0,2,22322,22232,22321,0,2,22321,22232,22230,0,2,22230,22232,22234,0,2,22320,22234,22231,0,2,22173,22231,22174,0,2,22234,22232,22177,0,2,22234,22177,22233,0,2,22233,22177,22175,0,2,22234,22233,22231,0,2,22231,22233,22174,0,2,22177,22232,22178,0,2,22235,22203,22335,0,2,22235,22335,22236,0,2,22235,22236,22240,0,2,22240,32926,22238,0,2,22238,32926,22237,0,2,22238,22237,22128,0,2,22128,22239,22238,0,2,22239,22235,22238,0,2,22238,22235,22240,0,2,22105,22197,33054,0,2,22105,33054,22124,0,2,22195,32937,22194,0,2,22192,22189,22184,0,2,22189,32929,22184,0,2,22184,32929,22186,0,2,22181,22190,22180,0,2,22177,22277,22176,0,2,22176,22242,22241,0,2,22241,22242,22243,0,2,39384,22243,22264,0,2,22264,22243,22283,0,2,22265,22281,22244,0,2,22265,22244,22253,0,2,22253,22244,22245,0,2,32932,22248,22249,0,2,32932,22250,22248,0,2,22248,22250,22251,0,2,22248,22251,22247,0,2,22247,22251,22252,0,2,22246,32935,22254,0,2,22253,22254,22266,0,2,22266,22254,22255,0,2,22267,22256,33105,0,2,22267,33105,22268,0,2,22268,33105,22257,0,2,22257,22258,22260,0,2,22260,22258,22259,0,2,22260,22259,22261,0,2,22263,22264,22283,0,2,22263,22283,22281,0,2,22264,22263,22262,0,2,22262,22263,22261,0,2,22281,22265,22263,0,2,22263,22265,22266,0,2,22266,22255,22267,0,2,22256,22267,22255,0,2,22253,22245,22254,0,2,22254,22245,22246,0,2,22247,22252,22246,0,2,22266,22265,22253,0,2,22260,22269,22268,0,2,22268,22269,22267,0,2,22268,22257,22260,0,2,22266,22267,22269,0,2,22260,22261,22269,0,2,22266,22269,22263,0,2,22270,22249,22248,0,2,22248,22247,22270,0,2,22270,22247,22246,0,2,22270,22246,22245,0,2,22270,22280,22187,0,2,22187,22280,22271,0,2,22187,22271,22185,0,2,22187,22185,22186,0,2,22185,22271,22272,0,2,22272,22271,22279,0,2,22272,22279,39390,0,2,39390,22279,22282,0,2,39390,22282,22273,0,2,22274,22273,22275,0,2,22243,22276,22283,0,2,22243,22242,22276,0,2,22276,22242,22275,0,2,22275,22242,22277,0,2,22277,22242,22176,0,2,22275,22277,22274,0,2,22282,22275,22273,0,2,22279,22271,22280,0,2,22279,22280,22281,0,2,22276,22275,22283,0,2,22283,22282,22281,0,2,22282,22283,22275,0,2,22282,22279,22281,0,2,22244,22281,22280,0,2,22245,22244,22280,0,2,22245,22280,22270,0,2,22175,22176,22241,0,2,22286,22284,22285,0,2,39383,22262,22261,0,2,22241,22243,22284,0,2,22284,22243,39384,0,2,22284,39384,39383,0,2,22284,39383,22285,0,2,22285,39383,22314,0,2,22175,22241,22284,0,2,22175,22284,22174,0,2,22174,22284,22286,0,2,22174,22286,22173,0,2,22173,22286,22172,0,2,22316,22172,22287,0,2,22316,22287,22288,0,2,22291,22290,22292,0,2,22291,22292,22293,0,2,22370,39373,22295,0,2,22370,22295,22296,0,2,22370,22296,22297,0,2,22297,22296,22298,0,2,22298,22304,22299,0,2,38842,38843,22300,0,2,22302,22299,22303,0,2,22303,22299,22304,0,2,22304,22298,22305,0,2,22304,22305,23083,0,2,22306,22296,22295,0,2,22306,22305,22296,0,2,22298,22296,22305,0,2,22292,22290,22294,0,2,39371,22290,22307,0,2,22309,22310,33121,0,2,22259,22312,22261,0,2,22309,23060,22313,0,2,22309,22313,22310,0,2,22310,22313,22288,0,2,22288,22313,22289,0,2,22314,22287,22285,0,2,22287,22172,22285,0,2,22285,22172,22286,0,2,22314,39383,22312,0,2,22312,39383,22261,0,2,22315,22312,22311,0,2,22291,22307,22290,0,2,22310,22288,33121,0,2,22288,22287,22315,0,2,22315,22287,22312,0,2,22312,22287,22314,0,2,22316,22171,22172,0,2,22171,22316,22317,0,2,22318,39387,22170,0,2,22173,22339,22231,0,2,22339,22171,22319,0,2,22320,22319,38822,0,2,22234,22320,38821,0,2,22234,38821,22230,0,2,22230,38821,22321,0,2,22323,22322,22325,0,2,22323,22325,22324,0,2,22324,22325,22326,0,2,22324,22326,22338,0,2,22229,22338,22327,0,2,22327,22338,22162,0,2,22328,22327,22161,0,2,22328,22161,22329,0,2,22330,22160,38809,0,2,22330,22329,22161,0,2,22162,22161,22327,0,2,22328,22329,22206,0,2,22206,22329,22331,0,2,38813,22332,22333,0,2,38809,22334,22330,0,2,22332,22331,22333,0,2,38811,22333,22334,0,2,22334,22333,22331,0,2,22334,22331,22330,0,2,22330,22331,22329,0,2,22206,22331,22205,0,2,22205,22331,22332,0,2,22205,22332,22213,0,2,22213,22332,22204,0,2,22204,22332,22335,0,2,22337,22159,22160,0,2,22337,22160,22162,0,2,22337,22162,22336,0,2,22336,22162,22338,0,2,22336,22338,22326,0,2,22163,22336,22326,0,2,22163,22326,22325,0,2,22323,22324,22178,0,2,22178,22324,22208,0,2,22320,22231,22339,0,2,22320,22339,22319,0,2,22317,22170,22171,0,2,22171,22170,22319,0,2,38823,39389,22340,0,2,22343,22342,38559,0,2,22344,22346,22345,0,2,22345,22346,22720,0,2,22720,22346,22347,0,2,22720,22347,22348,0,2,22349,22352,22719,0,2,22719,22352,22362,0,2,22719,22362,22723,0,2,22346,22344,22347,0,2,22350,22347,22341,0,2,22350,22341,22163,0,2,22341,22347,22342,0,2,22163,22164,22350,0,2,22350,22164,22348,0,2,22348,22164,22351,0,2,22351,22166,22349,0,2,22362,22352,22355,0,2,22362,22355,22353,0,2,22364,22353,23234,0,2,23234,22353,22354,0,2,22354,22355,22361,0,2,22354,22361,22167,0,2,22354,22167,22356,0,2,22354,22356,22357,0,2,22358,22357,22340,0,2,22378,38826,22360,0,2,22378,22360,22169,0,2,22169,22360,39389,0,2,22168,22357,22356,0,2,22167,22361,22166,0,2,22166,22361,22349,0,2,22349,22361,22355,0,2,22355,22354,22353,0,2,22355,22352,22349,0,2,22165,22166,22351,0,2,22165,22351,22164,0,2,23173,22363,22353,0,2,23173,22353,22364,0,2,22364,23233,22365,0,2,22367,23171,22366,0,2,22367,22366,38825,0,2,23228,22375,22368,0,2,23229,22368,22373,0,2,39373,22370,22374,0,2,39372,22374,22371,0,2,39372,22371,22294,0,2,22294,22371,22292,0,2,22292,22371,39387,0,2,22292,39387,22318,0,2,22292,22318,22293,0,2,22293,22318,22317,0,2,22293,22317,22372,0,2,22293,22372,22291,0,2,22291,22372,22289,0,2,22289,22372,22288,0,2,22288,22372,22316,0,2,22372,22317,22316,0,2,22373,22368,22377,0,2,22297,22373,22379,0,2,22297,22379,22370,0,2,22370,22379,22374,0,2,22297,22369,22373,0,2,22375,22367,22376,0,2,22375,22376,22368,0,2,22368,22376,22377,0,2,22376,22367,38826,0,2,22376,38826,39388,0,2,22376,39388,22377,0,2,22377,39388,22379,0,2,22379,39388,22378,0,2,22379,22378,22380,0,2,22379,22380,22374,0,2,22380,39386,22371,0,2,22371,22374,22380,0,2,22379,22373,22377,0,2,23170,22367,22375,0,2,23170,22375,23221,0,2,23170,23221,22381,0,2,22383,22384,23179,0,2,23179,22384,23222,0,2,23179,23222,22386,0,2,23197,22385,22386,0,2,23197,22386,23222,0,2,23197,23222,23223,0,2,23223,23222,22387,0,2,23223,22388,23198,0,2,23198,22388,22963,0,2,23198,22963,38837,0,2,22389,38838,23160,0,2,23162,38838,23157,0,2,22392,23151,23164,0,2,23164,23151,22949,0,2,23164,22949,22948,0,2,22395,22393,22394,0,2,22395,22394,22396,0,2,22623,22396,22397,0,2,22397,22398,22399,0,2,22399,22398,22400,0,2,22400,22401,22402,0,2,22403,22947,22616,0,2,22616,22947,22404,0,2,22583,22845,22843,0,2,22583,22843,22408,0,2,22409,22408,22843,0,2,22409,22843,22410,0,2,22797,22743,22411,0,2,22797,22411,22412,0,2,22797,22414,22413,0,2,22413,22414,37802,0,2,37802,22414,22946,0,2,37802,22946,22547,0,2,22547,22415,22416,0,2,22416,22415,37783,0,2,22545,37783,22418,0,2,22545,22418,22417,0,2,22417,22418,22544,0,2,22544,22418,22419,0,2,22419,22420,22421,0,2,22426,37736,22422,0,2,22426,22422,22423,0,2,22423,22422,22465,0,2,22427,22425,22428,0,2,22427,22428,22419,0,2,22427,22419,22421,0,2,22465,22424,22423,0,2,37736,22426,22421,0,2,22426,22423,22427,0,2,22426,22427,22421,0,2,22427,22423,22425,0,2,22425,22423,22424,0,2,22419,22428,22544,0,2,22544,22428,22429,0,2,22430,22434,22433,0,2,22431,37777,49222,0,2,22543,49222,22432,0,2,22432,49222,37806,0,2,37779,37778,37775,0,2,37775,37778,22433,0,2,22435,22437,37773,0,2,37773,22437,22436,0,2,22437,22538,22438,0,2,22438,22538,22439,0,2,22438,22439,22440,0,2,22440,22439,22441,0,2,22440,22441,37312,0,2,22441,22439,22442,0,2,22452,22442,22456,0,2,22452,22456,22443,0,2,22443,22444,22445,0,2,21315,21314,22448,0,2,37226,22449,37219,0,2,37219,37223,37226,0,2,22449,37226,21316,0,2,21316,37226,20490,0,2,21316,20490,21317,0,2,22449,37217,22448,0,2,22448,37217,21315,0,2,22448,21314,22447,0,2,22447,21314,22453,0,2,22443,22446,22452,0,2,22452,22446,22450,0,2,22450,22453,21312,0,2,21312,21311,22451,0,2,21312,22451,37315,0,2,37316,22451,21272,0,2,21272,22451,21310,0,2,22451,21311,21310,0,2,21312,37315,22450,0,2,22450,37315,37313,0,2,22450,37313,22452,0,2,22446,22453,22450,0,2,22446,22447,22453,0,2,21313,21312,22453,0,2,22462,22454,22455,0,2,22455,22454,22461,0,2,22455,22442,22462,0,2,22442,22455,22456,0,2,22456,22455,37350,0,2,22456,37350,22457,0,2,22457,37350,22458,0,2,22457,22458,22443,0,2,22443,22458,22444,0,2,22444,22458,22468,0,2,22460,22459,37771,0,2,22468,22458,22459,0,2,22457,22443,22456,0,2,22462,22439,22463,0,2,22463,22539,22464,0,2,22464,22532,22531,0,2,22464,22531,22542,0,2,22542,22531,22541,0,2,37771,22465,22460,0,2,22465,22466,22460,0,2,22460,22466,37349,0,2,22460,37349,22467,0,2,22460,22467,22459,0,2,22459,22467,22468,0,2,37348,22514,22470,0,2,22473,22474,22523,0,2,22523,22474,22938,0,2,22523,22938,22522,0,2,22522,22938,22937,0,2,22522,22937,22524,0,2,22525,22475,37369,0,2,22525,37369,22476,0,2,22525,22476,22477,0,2,22477,22476,22478,0,2,22480,22481,20179,0,2,22482,22481,22480,0,2,22482,22480,22483,0,2,22483,22491,22490,0,2,22489,22484,22485,0,2,20173,22486,22487,0,2,20173,22487,22488,0,2,20291,22488,20148,0,2,20291,20148,20147,0,2,20293,20291,20147,0,2,20173,20174,22486,0,2,22486,20174,20175,0,2,22486,20175,20176,0,2,22486,20176,22485,0,2,22485,20176,22489,0,2,22490,22489,20178,0,2,22490,20178,22482,0,2,20178,22489,20177,0,2,20177,22489,20176,0,2,22483,22490,22482,0,2,22489,22490,22484,0,2,22483,22480,22479,0,2,22479,22478,22491,0,2,22492,22484,22490,0,2,22484,22492,22493,0,2,22484,22493,22505,0,2,22496,22493,22492,0,2,22484,22505,22485,0,2,22485,22505,22504,0,2,22485,22504,22486,0,2,22486,22504,22494,0,2,22486,22494,22487,0,2,22492,22490,22491,0,2,22479,22491,22483,0,2,22491,22478,22476,0,2,22491,22476,22495,0,2,20151,22496,22497,0,2,20151,22497,20152,0,2,20152,22497,22498,0,2,22495,37368,22498,0,2,22498,37368,22499,0,2,22499,37368,37369,0,2,22524,22500,22475,0,2,22491,22495,22492,0,2,22492,22495,22496,0,2,22493,22496,20151,0,2,22493,20151,22501,0,2,22501,22502,22504,0,2,22504,22502,22503,0,2,22504,22503,22494,0,2,22494,22503,20149,0,2,22494,20149,22487,0,2,22487,20149,22488,0,2,22488,20149,20148,0,2,22501,22504,22505,0,2,22501,22505,22493,0,2,22474,22473,22506,0,2,22474,22506,22507,0,2,22474,22507,22936,0,2,22936,22507,22508,0,2,22508,22507,22509,0,2,22508,22509,22940,0,2,22940,22509,22510,0,2,22806,22510,22511,0,2,22511,22510,22512,0,2,22511,22512,22506,0,2,22506,22512,22507,0,2,22506,22473,37737,0,2,22473,22472,37737,0,2,37737,22472,37732,0,2,22507,22512,22509,0,2,22509,22512,22510,0,2,22472,22471,37732,0,2,37732,22471,22513,0,2,22513,22471,22529,0,2,22514,22529,22470,0,2,22513,22529,22514,0,2,22513,22514,22515,0,2,22515,22514,37348,0,2,22515,37348,22422,0,2,22422,37348,22466,0,2,22422,22466,22465,0,2,22515,22422,37736,0,2,20187,22469,37347,0,2,22470,22517,37348,0,2,37348,22517,22516,0,2,37348,22516,37347,0,2,20187,37347,20186,0,2,20186,37347,20185,0,2,37347,22516,20185,0,2,20185,22516,20184,0,2,20184,22516,22517,0,2,20184,22517,22518,0,2,22518,22517,22530,0,2,22518,22530,20183,0,2,20183,22530,22471,0,2,22472,22473,22519,0,2,22519,22521,22520,0,2,22520,22521,37744,0,2,37744,22521,22522,0,2,22522,22521,22523,0,2,22523,22521,22519,0,2,22519,22473,22523,0,2,22525,22524,22475,0,2,22472,22519,20183,0,2,20183,22519,22526,0,2,20183,22471,22472,0,2,20182,22526,22520,0,2,20181,37743,22527,0,2,22479,22480,22527,0,2,22527,22480,22528,0,2,20180,22528,20179,0,2,22480,20179,22528,0,2,22528,20181,22527,0,2,22520,20181,20182,0,2,22519,22520,22526,0,2,22471,22530,22529,0,2,22529,22530,22470,0,2,22470,22530,22517,0,2,22468,22467,20187,0,2,22445,22444,20189,0,2,22465,22541,22424,0,2,22424,22541,22425,0,2,22425,22541,22531,0,2,22531,22532,22536,0,2,22536,22532,22533,0,2,22431,22533,22535,0,2,22431,22429,22533,0,2,22533,22429,22536,0,2,22534,22533,22537,0,2,22536,22429,22425,0,2,22536,22425,22531,0,2,22533,22534,22535,0,2,22535,22534,22430,0,2,22430,22534,22435,0,2,22435,22434,22430,0,2,22538,22534,22539,0,2,22532,22537,22533,0,2,22534,22538,22435,0,2,22435,22538,22437,0,2,22532,22464,22537,0,2,22537,22464,22539,0,2,22538,22539,22439,0,2,22463,22464,22540,0,2,22463,22540,22462,0,2,22454,22542,22461,0,2,22461,22542,22541,0,2,37771,22461,22465,0,2,22465,22461,22541,0,2,22542,22454,22540,0,2,22542,22540,22464,0,2,22540,22454,22462,0,2,22463,22439,22539,0,2,22535,22430,37777,0,2,22535,37777,22431,0,2,22431,49222,22543,0,2,22543,22417,22544,0,2,22545,22417,22416,0,2,22416,22417,22432,0,2,22416,37783,22545,0,2,22543,22432,22417,0,2,22432,22546,22547,0,2,37804,22546,22549,0,2,22549,22558,22548,0,2,22549,22548,22550,0,2,22549,22550,22551,0,2,22552,22795,22745,0,2,22566,22553,37844,0,2,37844,22553,22554,0,2,22748,22554,22567,0,2,22748,22567,22749,0,2,22749,22567,22555,0,2,22555,22565,22750,0,2,22750,22565,37798,0,2,22556,37798,37799,0,2,22546,37847,22549,0,2,22549,37847,22558,0,2,37801,22548,22559,0,2,22557,22559,37810,0,2,22557,37810,22560,0,2,22561,22562,22563,0,2,22563,22564,21277,0,2,21288,21277,22564,0,2,22555,22567,22565,0,2,22565,22567,37800,0,2,37795,37800,22553,0,2,37795,22553,37794,0,2,37794,22553,22566,0,2,22553,37800,22567,0,2,22553,22567,22554,0,2,22745,22795,37845,0,2,22745,37845,22568,0,2,22568,37845,22569,0,2,22568,22569,22747,0,2,22571,22570,22575,0,2,22571,22575,37868,0,2,37867,37868,22572,0,2,37877,22575,22576,0,2,22577,22578,22579,0,2,22579,2271,38299,0,2,22580,37874,22581,0,2,22580,22581,37870,0,2,22582,37870,37869,0,2,22582,37869,22408,0,2,22408,37869,22583,0,2,22583,37869,22735,0,2,22845,22583,22839,0,2,22839,22583,22844,0,2,22844,22583,22735,0,2,22844,22735,22407,0,2,22585,22407,37872,0,2,37932,37873,37874,0,2,37932,37874,37933,0,2,37933,37874,37859,0,2,37859,37874,2269,0,2,22585,22733,22406,0,2,22406,22733,22405,0,2,22614,22586,22587,0,2,22614,22587,22613,0,2,22613,22587,22588,0,2,22611,22588,22589,0,2,22601,22589,22734,0,2,22601,22734,22731,0,2,22601,22731,22590,0,2,22604,2488,2468,0,2,22604,2468,22591,0,2,22603,22730,22592,0,2,22595,22596,38048,0,2,22595,38048,22597,0,2,22598,22597,22608,0,2,22599,22598,22609,0,2,22599,22609,22600,0,2,22589,22600,22611,0,2,22599,22602,22594,0,2,22601,22590,22605,0,2,22601,22605,22602,0,2,22602,22605,22593,0,2,22592,22605,22603,0,2,22591,22603,22604,0,2,22604,22603,22605,0,2,22604,22605,22590,0,2,22601,22602,22606,0,2,22602,22599,22606,0,2,22606,22589,22601,0,2,22589,22606,22600,0,2,22600,22606,22599,0,2,22594,22602,22593,0,2,22597,22598,22594,0,2,22594,22598,22599,0,2,22596,2564,22607,0,2,22609,22610,22600,0,2,22600,22610,22611,0,2,22612,22611,22618,0,2,22612,22618,22613,0,2,22613,22618,22614,0,2,22404,22615,22616,0,2,22727,22617,22728,0,2,22403,22616,22617,0,2,22403,22617,22727,0,2,22614,22615,22586,0,2,22405,22586,22404,0,2,22612,22588,22611,0,2,22588,22612,22613,0,2,22611,22610,22618,0,2,22618,22610,22619,0,2,22619,22610,22609,0,2,22619,2556,22620,0,2,22728,2612,2557,0,2,2557,22621,22622,0,2,22396,22623,22724,0,2,22396,22724,22395,0,2,38846,22624,38844,0,2,38844,22624,22625,0,2,23191,22626,22627,0,2,23192,22627,38008,0,2,23192,38008,38006,0,2,23192,38006,23188,0,2,23188,38006,23186,0,2,23184,23186,22628,0,2,23184,22628,23183,0,2,23181,23183,22629,0,2,23181,22629,22630,0,2,22630,22629,22631,0,2,23217,38566,22633,0,2,22655,22634,22635,0,2,22637,22638,22654,0,2,22713,22714,22651,0,2,22651,22714,22686,0,2,22651,22686,22640,0,2,22651,22640,22641,0,2,22641,22640,22715,0,2,22642,22641,22721,0,2,22653,22642,22643,0,2,22653,22643,38828,0,2,23208,38828,22650,0,2,23208,22650,22644,0,2,22644,22650,38816,0,2,38816,22650,38819,0,2,38819,22650,22648,0,2,23177,38819,22648,0,2,22648,22647,23173,0,2,22362,23174,22645,0,2,22362,22645,22723,0,2,22723,22645,22646,0,2,22648,22650,22647,0,2,22650,22649,22647,0,2,22647,22649,22646,0,2,22647,22646,22645,0,2,22647,22645,23174,0,2,22713,22651,22652,0,2,22713,22652,22639,0,2,22651,22641,22652,0,2,23213,22652,22653,0,2,23209,22653,38828,0,2,22639,22652,23213,0,2,22639,23213,22654,0,2,22654,23212,23211,0,2,22654,23211,22656,0,2,22656,23211,22655,0,2,22655,22635,22656,0,2,22656,22637,22654,0,2,22637,22656,22636,0,2,22636,22656,22635,0,2,22639,22654,22638,0,2,22653,22652,22642,0,2,22642,22652,22641,0,2,22639,22638,22657,0,2,22658,22657,22638,0,2,22658,22638,22637,0,2,22637,22636,22658,0,2,22658,22636,38567,0,2,22658,38568,22657,0,2,22657,38568,22659,0,2,22663,38569,37996,0,2,22663,37996,22661,0,2,22663,22661,22662,0,2,22665,22666,22667,0,2,22668,22666,22669,0,2,22668,22669,22682,0,2,22671,32601,22672,0,2,22680,22672,22673,0,2,22673,22672,32602,0,2,22673,32602,22674,0,2,22675,22679,22676,0,2,22694,22695,22678,0,2,22676,22679,22677,0,2,22677,22679,23241,0,2,22679,22675,22674,0,2,22674,22675,22692,0,2,22683,22671,22680,0,2,22683,22680,22681,0,2,22681,22689,38833,0,2,38833,22689,22682,0,2,22670,22683,22681,0,2,22670,22681,38833,0,2,22671,22672,22680,0,2,22680,22673,22691,0,2,22690,38554,22684,0,2,22684,22716,22685,0,2,22685,22716,22686,0,2,22685,22686,22714,0,2,22685,22714,38831,0,2,38831,22713,22665,0,2,38831,22665,22667,0,2,22684,22685,22687,0,2,38831,22687,22685,0,2,22681,22691,22689,0,2,22691,22688,22689,0,2,22668,22689,22690,0,2,22668,22690,22684,0,2,22691,22681,22680,0,2,22688,22690,22689,0,2,22691,22692,22701,0,2,22701,22692,22699,0,2,22699,22692,22704,0,2,22697,22699,22704,0,2,22693,22704,22696,0,2,22677,22695,22676,0,2,22694,22696,22695,0,2,22695,22696,22676,0,2,22676,22696,22704,0,2,22676,22704,22675,0,2,22696,22694,22693,0,2,22693,22694,38803,0,2,22693,38803,22697,0,2,22697,22156,22698,0,2,22698,38555,38553,0,2,22701,22688,22691,0,2,22688,22701,38554,0,2,22688,38554,22690,0,2,38554,22700,22684,0,2,22699,22697,38553,0,2,38553,22697,22698,0,2,22156,22157,22698,0,2,22157,38815,22158,0,2,22157,22158,22702,0,2,22703,22702,38814,0,2,22703,38814,22343,0,2,38814,22702,38807,0,2,38807,22702,22158,0,2,22698,22157,38555,0,2,22704,22693,22697,0,2,22691,22673,22692,0,2,22675,22704,22692,0,2,22705,22706,22707,0,2,32624,22706,22711,0,2,32624,22711,22709,0,2,32624,22709,22708,0,2,22708,22709,22710,0,2,22710,22662,2595,0,2,22662,22710,22663,0,2,22663,22710,22660,0,2,22666,22712,22706,0,2,22711,22706,22712,0,2,22666,22665,22712,0,2,22712,22665,22664,0,2,22712,22659,22711,0,2,22711,22659,22709,0,2,22712,22664,22659,0,2,22709,22660,22710,0,2,22705,22669,22666,0,2,22669,22705,22682,0,2,22682,22705,38833,0,2,22657,22664,22713,0,2,22714,22713,38831,0,2,22640,22686,22715,0,2,22715,22686,22716,0,2,22641,22715,22717,0,2,22721,22717,22345,0,2,22345,22717,38558,0,2,22345,38558,22344,0,2,22344,38558,38559,0,2,22718,22345,22719,0,2,22718,22719,22723,0,2,22719,22720,22349,0,2,22349,22720,22351,0,2,22351,22720,22348,0,2,22720,22719,22345,0,2,22641,22717,22721,0,2,22722,22718,22723,0,2,22345,22718,22721,0,2,22713,22639,22657,0,2,37975,22395,22724,0,2,22724,22623,37976,0,2,37976,22623,22725,0,2,22622,22725,22397,0,2,22397,22725,22623,0,2,22725,22622,22621,0,2,22395,37975,22726,0,2,22726,22624,38845,0,2,22624,22726,22625,0,2,22625,22726,37975,0,2,22397,22399,22622,0,2,22622,22399,22727,0,2,22622,22727,2557,0,2,2557,22727,22728,0,2,22403,22727,22402,0,2,22403,22402,22835,0,2,22402,22727,22400,0,2,22400,22727,22399,0,2,22618,22615,22614,0,2,22618,22619,22615,0,2,22615,22619,22620,0,2,22615,22620,22729,0,2,22729,22620,22728,0,2,22728,22617,22616,0,2,22615,22729,22616,0,2,22616,22729,22728,0,2,22607,2564,2554,0,2,22596,22595,2553,0,2,22591,38016,22603,0,2,22603,38016,22730,0,2,22604,2267,22732,0,2,2266,2488,22732,0,2,2488,22604,22732,0,2,2267,22731,37859,0,2,22604,22590,2267,0,2,2267,22590,22731,0,2,22586,22405,22733,0,2,22586,22733,22587,0,2,22733,37872,22584,0,2,37872,22733,22585,0,2,37873,37932,22584,0,2,22584,37932,22587,0,2,22584,22587,22733,0,2,22587,37932,22588,0,2,22734,22588,37933,0,2,22734,22589,22588,0,2,22408,22409,22582,0,2,22582,22409,22736,0,2,22582,22736,37875,0,2,37875,22736,22737,0,2,22737,22736,22741,0,2,22739,22737,22738,0,2,22569,22570,22740,0,2,22737,22741,22738,0,2,22738,22741,22742,0,2,22568,22742,22743,0,2,22568,22743,22744,0,2,22745,22744,22796,0,2,22745,22796,22552,0,2,22552,22796,22746,0,2,22552,22746,37803,0,2,37803,37804,22549,0,2,22546,37804,22547,0,2,22432,22547,22416,0,2,37803,22549,22551,0,2,37803,22551,22552,0,2,22744,22745,22568,0,2,22738,22568,22747,0,2,22747,22740,22739,0,2,22739,22738,22747,0,2,22740,22747,22569,0,2,22738,22742,22568,0,2,22742,22736,22411,0,2,22743,22742,22411,0,2,22411,22736,22410,0,2,22410,22736,22409,0,2,22577,22579,37877,0,2,22577,37877,22576,0,2,22572,37868,22573,0,2,22573,37868,22574,0,2,37868,22575,22574,0,2,22570,22569,22748,0,2,22570,22748,22749,0,2,22749,22555,37860,0,2,37865,22555,22752,0,2,22752,22750,22751,0,2,22752,22751,22753,0,2,22752,22753,22759,0,2,22759,22753,22777,0,2,22759,22777,22754,0,2,22754,22777,37825,0,2,22754,37825,22755,0,2,2276,22755,22757,0,2,2276,22757,2277,0,2,2277,22757,22756,0,2,22756,22757,22778,0,2,22778,22757,22755,0,2,22778,22755,37824,0,2,37824,22755,37825,0,2,2277,22756,2278,0,2,2278,22756,22758,0,2,2276,37853,22755,0,2,22755,37853,22754,0,2,37853,37849,37850,0,2,37850,37865,22752,0,2,22752,22759,37850,0,2,37853,37850,22754,0,2,22754,37850,22759,0,2,22752,22555,22750,0,2,22773,22751,22556,0,2,22773,22556,22760,0,2,22773,22760,22761,0,2,22762,22761,37813,0,2,22762,37813,22775,0,2,22775,37813,22763,0,2,22775,22763,22791,0,2,22791,22763,22764,0,2,22764,37819,22792,0,2,22792,37819,37818,0,2,22792,37818,22788,0,2,22788,37818,37817,0,2,22788,37817,22789,0,2,22789,37817,22765,0,2,2366,2375,2367,0,2,2366,2367,22782,0,2,22782,2408,22767,0,2,2408,22782,2367,0,2,22750,37798,22751,0,2,22751,37798,22556,0,2,22556,37799,22760,0,2,22760,37799,22768,0,2,22769,22768,22770,0,2,22769,22770,22771,0,2,22772,22563,21277,0,2,21277,21287,22772,0,2,22761,22760,22768,0,2,22761,22768,22769,0,2,22751,22773,22753,0,2,22753,22773,22776,0,2,22776,22773,22774,0,2,22776,22774,22762,0,2,22775,22794,22776,0,2,22776,22794,22777,0,2,22778,22790,22779,0,2,22779,22789,22780,0,2,38295,22781,38297,0,2,38297,22782,22783,0,2,22783,22782,22767,0,2,22785,22767,22784,0,2,22785,22784,2404,0,2,2408,22784,22767,0,2,22782,38297,2366,0,2,2374,38297,22781,0,2,2374,22781,2365,0,2,2374,2366,38297,0,2,2365,22781,22786,0,2,2365,22786,22766,0,2,22780,22765,22766,0,2,22778,37824,22790,0,2,22790,37824,22787,0,2,22787,22792,22788,0,2,22789,22765,22780,0,2,22788,22789,22787,0,2,22787,22789,22790,0,2,22779,22790,22789,0,2,22778,48995,22756,0,2,22756,48995,22758,0,2,22776,22762,22775,0,2,22776,22777,22753,0,2,22775,22793,22794,0,2,22775,22791,22793,0,2,22793,22791,22792,0,2,22793,22792,22787,0,2,22792,22791,22764,0,2,22794,22793,37824,0,2,37824,22793,22787,0,2,22762,22774,22761,0,2,22761,22774,22773,0,2,22551,22550,37794,0,2,22552,22551,22795,0,2,22429,22543,22544,0,2,22543,22429,22431,0,2,22797,22796,22744,0,2,22746,22796,22413,0,2,22797,22744,22743,0,2,22410,22843,22798,0,2,22798,22799,22412,0,2,22412,22800,22797,0,2,22797,22800,22414,0,2,22414,22800,37789,0,2,37789,22800,22842,0,2,37789,22842,22802,0,2,22802,22842,22801,0,2,22802,22801,37787,0,2,37787,22809,22803,0,2,22805,22807,22806,0,2,22510,22806,22807,0,2,22807,22805,22846,0,2,22805,22804,22808,0,2,22808,22804,22809,0,2,22809,22804,22803,0,2,22811,22808,22810,0,2,22811,22810,37788,0,2,22813,22812,37843,0,2,22814,37843,37730,0,2,22814,37730,22815,0,2,22833,22815,22816,0,2,22833,22816,22817,0,2,37826,22819,22818,0,2,22818,22819,22837,0,2,22837,22819,37866,0,2,22837,37866,22825,0,2,22825,37866,22820,0,2,22821,22822,22585,0,2,22585,22822,22407,0,2,22821,22585,22406,0,2,22821,22406,22823,0,2,22821,22823,22820,0,2,22820,22823,22825,0,2,22406,22405,22823,0,2,22823,22405,22824,0,2,22823,22824,22825,0,2,37827,22826,23143,0,2,22834,22827,22970,0,2,22970,22828,22829,0,2,22817,22831,22832,0,2,22817,22832,22833,0,2,22833,22832,22814,0,2,22833,22814,22815,0,2,22970,22829,22834,0,2,23143,22834,37827,0,2,22402,37827,22835,0,2,22836,22835,22818,0,2,22836,22818,22837,0,2,23143,22827,22834,0,2,22402,22401,37827,0,2,37827,22401,22826,0,2,22405,22404,22824,0,2,22825,22824,22837,0,2,22835,22836,22403,0,2,22821,22820,37792,0,2,22822,37792,22838,0,2,22822,22838,22844,0,2,22844,22838,22839,0,2,22412,22799,22800,0,2,22800,22799,22842,0,2,37725,22799,22798,0,2,37725,22798,22843,0,2,22821,37792,22822,0,2,22841,22845,22840,0,2,22840,22845,22839,0,2,22841,37725,22845,0,2,22845,37725,22843,0,2,22844,22407,22822,0,2,22808,22811,22846,0,2,22846,22945,22941,0,2,37749,22849,22930,0,2,22930,22849,22855,0,2,22930,22855,20164,0,2,20164,22855,20156,0,2,22862,22851,22863,0,2,22864,22851,22923,0,2,22923,22858,22852,0,2,22852,22858,22924,0,2,22924,22858,22853,0,2,22922,22814,22832,0,2,22860,22855,22849,0,2,22860,22849,22856,0,2,22856,22849,37747,0,2,22856,22853,22850,0,2,22850,22853,22857,0,2,22857,22858,22851,0,2,22851,22858,22923,0,2,22858,22857,22853,0,2,22853,22856,22854,0,2,22856,37747,22854,0,2,22814,22859,37843,0,2,22814,22922,22859,0,2,22859,22922,22854,0,2,22850,22860,22856,0,2,20156,22855,20157,0,2,20157,22855,22861,0,2,37718,22862,22863,0,2,22865,22928,37834,0,2,22867,22866,22869,0,2,22867,22869,22868,0,2,22910,22875,22876,0,2,22876,22877,22499,0,2,22499,22877,22498,0,2,20152,22875,22878,0,2,22886,22880,22881,0,2,20150,22881,22503,0,2,22503,22882,20149,0,2,22900,22883,20147,0,2,20147,22883,22897,0,2,22882,22900,20149,0,2,20148,20149,22900,0,2,22884,20150,22885,0,2,22884,22885,22886,0,2,22886,22881,22884,0,2,22884,22881,20150,0,2,22886,22885,22887,0,2,22887,22906,22886,0,2,22886,22898,22880,0,2,22886,22906,22898,0,2,22898,22906,22888,0,2,22898,22888,22896,0,2,22896,22888,22895,0,2,22902,23013,22889,0,2,22889,23015,22890,0,2,21423,20144,22893,0,2,21423,22893,22892,0,2,22892,22893,22894,0,2,22892,22894,22895,0,2,20145,20146,22893,0,2,22893,20146,22894,0,2,22896,22894,22897,0,2,22896,22897,22898,0,2,22898,22897,22883,0,2,22881,22880,22899,0,2,22899,22880,22883,0,2,22883,22880,22898,0,2,22894,20146,22897,0,2,22881,22899,22882,0,2,22882,22899,22900,0,2,22881,22882,22503,0,2,22899,22883,22900,0,2,22895,22894,22896,0,2,21423,22901,22891,0,2,22891,22901,22889,0,2,22889,22890,22891,0,2,21423,22892,22901,0,2,22902,22901,22895,0,2,22902,22889,22901,0,2,22895,22901,22892,0,2,22888,22906,22903,0,2,22904,22903,22905,0,2,22905,22871,22870,0,2,22871,22905,22872,0,2,22872,22906,22873,0,2,22873,22906,22887,0,2,22873,22887,22874,0,2,22874,22887,22879,0,2,22874,22879,22875,0,2,22875,22879,22878,0,2,22875,20152,22877,0,2,22877,20152,22498,0,2,22875,22877,22876,0,2,22906,22872,22903,0,2,22903,22872,22905,0,2,22876,20169,22910,0,2,22872,22907,22909,0,2,22872,22909,22871,0,2,22871,22908,22868,0,2,22871,22868,22870,0,2,22870,22868,22869,0,2,22868,22908,20168,0,2,22868,20168,22867,0,2,22867,37719,22866,0,2,22866,37719,37834,0,2,37834,37719,22865,0,2,22865,37719,22864,0,2,22908,22909,20160,0,2,22908,22871,22909,0,2,22909,22907,20160,0,2,20160,22907,22910,0,2,22872,22873,22907,0,2,22907,22873,22874,0,2,22907,22874,22910,0,2,22910,22874,22875,0,2,23007,22869,22911,0,2,22912,22911,22866,0,2,22912,22866,22913,0,2,22914,23141,22915,0,2,22914,22915,22916,0,2,22916,22929,22918,0,2,22917,22918,22929,0,2,22917,22929,22919,0,2,22920,48895,22921,0,2,37720,22922,22831,0,2,22831,22922,22832,0,2,37720,22831,22921,0,2,22921,22831,22830,0,2,22921,22830,37793,0,2,37793,22830,22829,0,2,22869,22866,22911,0,2,22866,37834,22913,0,2,22863,22851,22864,0,2,22854,22922,22925,0,2,48894,48895,22926,0,2,22926,48895,37832,0,2,22926,22927,37833,0,2,37833,22927,22928,0,2,22928,22927,22915,0,2,22915,22927,22916,0,2,22916,37832,22929,0,2,22916,22927,37832,0,2,22926,37833,22923,0,2,22926,22923,22852,0,2,22854,22925,22853,0,2,22853,22925,22924,0,2,22862,22861,22850,0,2,22850,22861,22860,0,2,20157,22861,20158,0,2,20159,20158,37718,0,2,22867,37718,37719,0,2,22867,20168,37718,0,2,37718,20168,20159,0,2,37749,22930,22931,0,2,22931,22932,22933,0,2,22931,22933,22939,0,2,22939,22933,22934,0,2,22936,22508,22935,0,2,22936,22935,20153,0,2,22936,20153,22937,0,2,22937,20153,22500,0,2,22937,22500,22524,0,2,22937,22938,22936,0,2,22936,22938,22474,0,2,22931,22930,22932,0,2,22932,22930,20164,0,2,37749,22931,22848,0,2,22848,22931,22939,0,2,22848,22939,22940,0,2,22940,22939,22508,0,2,22508,22939,22934,0,2,22848,22940,22847,0,2,22847,22940,22941,0,2,22941,22807,22846,0,2,22846,22805,22808,0,2,22807,22941,22510,0,2,22510,22941,22940,0,2,22941,22945,22847,0,2,22847,22945,22942,0,2,22847,22942,37750,0,2,37750,22942,37748,0,2,37748,22942,22813,0,2,22813,22943,22812,0,2,22812,22943,37788,0,2,37788,22943,22811,0,2,22811,22943,22944,0,2,22944,22943,22942,0,2,22944,22942,22945,0,2,22945,22846,22944,0,2,22944,22846,22811,0,2,22943,22813,22942,0,2,22414,37789,22946,0,2,22547,22946,22415,0,2,22412,22411,22798,0,2,22798,22411,22410,0,2,22404,22947,22824,0,2,22824,22947,22837,0,2,22837,22947,22836,0,2,22836,22947,22403,0,2,22394,22393,22948,0,2,23149,22949,23151,0,2,23149,23151,22950,0,2,23152,22951,22952,0,2,22954,22955,37842,0,2,37842,22955,22959,0,2,37842,22959,37840,0,2,39393,22956,22964,0,2,39393,22964,22957,0,2,39393,22957,39392,0,2,23070,37840,22958,0,2,22958,37840,22959,0,2,22960,22959,22955,0,2,22960,22955,22961,0,2,22962,22961,23156,0,2,23226,22962,38841,0,2,23225,22963,22388,0,2,22961,22955,23155,0,2,23153,22954,22953,0,2,23153,22953,22952,0,2,23070,22957,22964,0,2,23070,22964,37840,0,2,22956,37840,22964,0,2,22952,22965,23152,0,2,23150,37841,37829,0,2,23150,37829,22967,0,2,22827,22969,22970,0,2,22929,22970,22919,0,2,22970,22929,22828,0,2,22828,22929,22920,0,2,22970,22969,22919,0,2,22917,22919,37830,0,2,23140,37838,22971,0,2,23138,22972,37761,0,2,23138,37761,22973,0,2,23137,22973,22974,0,2,23137,22974,23142,0,2,23142,22974,22975,0,2,22975,22974,22977,0,2,22977,22974,22976,0,2,22978,22976,23133,0,2,22979,22980,22981,0,2,22981,22980,22982,0,2,22982,37769,23022,0,2,23022,37769,22983,0,2,22983,22984,23021,0,2,23021,22984,22985,0,2,23021,22985,23000,0,2,37616,22985,22986,0,2,22986,23039,22987,0,2,22986,22987,37612,0,2,37612,22987,23040,0,2,37612,23040,23041,0,2,37612,23041,37613,0,2,37613,23041,22988,0,2,37613,22988,22989,0,2,22990,37614,22991,0,2,22990,22991,38858,0,2,38858,22991,22992,0,2,22994,22993,25833,0,2,22996,37610,23018,0,2,37611,22997,22998,0,2,37616,22999,23000,0,2,37616,23000,22985,0,2,23000,22999,23020,0,2,23020,22999,23001,0,2,23002,23003,23004,0,2,23004,23003,23014,0,2,23004,23014,23005,0,2,23005,23011,23010,0,2,23010,23011,23006,0,2,23006,22870,23007,0,2,23007,22870,22869,0,2,23007,22911,23008,0,2,23007,23008,23009,0,2,23009,23008,22979,0,2,23009,22979,23010,0,2,23010,22979,22981,0,2,23010,22981,23004,0,2,23004,23005,23010,0,2,23009,23010,23006,0,2,23009,23006,23007,0,2,23004,22981,23002,0,2,22870,23006,22905,0,2,23006,23011,22905,0,2,22904,22905,23011,0,2,22904,23011,23019,0,2,22904,23019,23012,0,2,23012,23019,22902,0,2,22902,22895,23012,0,2,23012,22895,22888,0,2,22888,22903,22904,0,2,22888,22904,23012,0,2,22902,23019,23013,0,2,23014,23013,23005,0,2,23013,23014,22889,0,2,22889,23014,23015,0,2,23015,23014,23003,0,2,23015,23003,23016,0,2,23016,23003,23002,0,2,23015,23016,23017,0,2,22996,23018,22997,0,2,22997,23018,23017,0,2,22997,23017,23016,0,2,22997,23016,23002,0,2,22997,23002,23001,0,2,22997,23001,22998,0,2,22998,23001,22999,0,2,23019,23011,23005,0,2,23019,23005,23013,0,2,23022,23021,22982,0,2,22982,23021,23020,0,2,22982,23020,22981,0,2,22981,23020,23001,0,2,22981,23001,23002,0,2,23022,22983,23021,0,2,23020,23021,23000,0,2,23123,22985,23023,0,2,23023,23131,23024,0,2,23024,23131,23025,0,2,23024,23025,23026,0,2,23026,23025,23027,0,2,23129,23027,37766,0,2,23129,37766,37764,0,2,23129,37764,23028,0,2,23029,23028,37770,0,2,23029,37770,23030,0,2,23031,23066,23032,0,2,23032,23071,23033,0,2,23033,23071,23074,0,2,23033,23074,23034,0,2,23034,23074,23035,0,2,23036,23126,23026,0,2,23026,23126,23024,0,2,23038,38856,23122,0,2,23122,23121,23038,0,2,23024,23037,23023,0,2,23023,23037,23123,0,2,22985,23039,22986,0,2,22988,23042,23045,0,2,23043,23100,23044,0,2,23050,23051,23048,0,2,23048,21434,23049,0,2,23049,21434,22992,0,2,23049,22992,22991,0,2,22991,37614,23045,0,2,23045,23043,23046,0,2,23046,23047,23049,0,2,23047,23050,23048,0,2,23051,23050,23044,0,2,23047,23048,23049,0,2,23049,22991,23046,0,2,23046,22991,23045,0,2,23046,23043,23050,0,2,23046,23050,23047,0,2,23043,23044,23050,0,2,37614,22989,23045,0,2,21434,21433,22992,0,2,22992,21433,21432,0,2,23048,23051,21435,0,2,21435,23051,38861,0,2,23042,22988,23052,0,2,22989,22988,23045,0,2,23041,23040,23121,0,2,23041,23121,23052,0,2,23052,23121,23088,0,2,23088,23121,38854,0,2,23087,38854,23053,0,2,23087,23053,23085,0,2,23085,23053,23054,0,2,23054,23053,23061,0,2,23054,23061,23062,0,2,23054,23062,23055,0,2,23055,23062,23056,0,2,23056,39375,23057,0,2,23058,23057,39369,0,2,23058,39369,23059,0,2,39371,22307,22308,0,2,23062,23061,23063,0,2,23063,38853,38851,0,2,38851,38853,38855,0,2,38851,38855,23064,0,2,38848,23073,23065,0,2,39394,23072,23032,0,2,23067,23068,23069,0,2,23069,23068,23070,0,2,23066,23031,23067,0,2,23031,23030,23067,0,2,23032,23072,23071,0,2,23073,23064,23035,0,2,23064,23073,38848,0,2,23072,23073,23071,0,2,23071,23073,23074,0,2,23035,23074,23073,0,2,23073,23072,23065,0,2,23075,38850,23077,0,2,23077,38850,23076,0,2,23077,23076,23078,0,2,23079,23078,39382,0,2,23080,23081,39367,0,2,23082,39365,39381,0,2,23082,39381,22303,0,2,23082,22303,22304,0,2,22304,23083,23082,0,2,23084,23082,23083,0,2,23062,23075,23056,0,2,23056,23075,39375,0,2,23089,23085,23086,0,2,23086,23085,23119,0,2,23119,23085,23054,0,2,23087,23085,23089,0,2,23087,23089,23088,0,2,23052,23088,23042,0,2,23088,38854,23087,0,2,23042,23089,23090,0,2,23045,23042,23090,0,2,23089,23086,23090,0,2,23043,23090,23100,0,2,23100,23086,23116,0,2,23100,23116,23099,0,2,23099,23116,38875,0,2,23099,38875,23091,0,2,23091,23092,23102,0,2,23102,23092,38870,0,2,38980,38983,23106,0,2,23106,38983,38984,0,2,23106,38984,23093,0,2,23093,38984,38985,0,2,23105,23093,38987,0,2,23105,38987,23094,0,2,23095,23096,23097,0,2,21624,23097,38924,0,2,21624,38924,21654,0,2,21654,38924,21623,0,2,21623,38924,38923,0,2,21623,38923,23098,0,2,23098,38923,38925,0,2,23098,38925,25727,0,2,21622,25727,21621,0,2,25727,21622,23098,0,2,23100,23099,23044,0,2,23099,23091,23102,0,2,23099,23102,23101,0,2,23101,23102,21436,0,2,23099,23101,23044,0,2,23044,23101,23051,0,2,21437,23102,38870,0,2,21437,38870,38879,0,2,21438,38879,38982,0,2,21438,38982,23107,0,2,23107,38982,38980,0,2,23107,38980,23103,0,2,23103,23104,23114,0,2,23105,23106,23093,0,2,23105,23095,23114,0,2,23106,23105,23114,0,2,23114,23104,23106,0,2,23106,23104,38980,0,2,23104,23103,38980,0,2,23107,23103,38977,0,2,38977,23103,23113,0,2,38977,23113,23108,0,2,38977,23108,23109,0,2,23109,23108,21444,0,2,23108,23113,23110,0,2,23112,23110,23111,0,2,23112,23111,21625,0,2,23112,21625,21626,0,2,21447,21626,21628,0,2,21447,21628,21448,0,2,21448,21450,21449,0,2,21450,21448,21628,0,2,21447,21445,21626,0,2,21626,21445,23112,0,2,21628,21626,21627,0,2,21625,23111,21624,0,2,21624,23111,23097,0,2,23114,23113,23103,0,2,23115,23113,23114,0,2,23114,23095,23115,0,2,23110,23115,23111,0,2,23115,23095,23097,0,2,23115,23097,23111,0,2,21438,23107,25832,0,2,23100,23090,23086,0,2,23116,23086,23119,0,2,38875,23116,23120,0,2,38873,23120,23117,0,2,38873,23117,38882,0,2,38882,23117,38885,0,2,38885,23117,23118,0,2,23119,23118,23120,0,2,23120,23118,23117,0,2,23116,23119,23120,0,2,23092,23091,38875,0,2,23043,23045,23090,0,2,23039,23123,22987,0,2,22987,23123,23040,0,2,23121,23122,38854,0,2,23038,23121,23040,0,2,23038,23040,23123,0,2,23038,23123,23127,0,2,23127,23123,23037,0,2,23053,38854,23124,0,2,23061,23124,23063,0,2,23124,23061,23053,0,2,23126,23036,23125,0,2,23126,23127,23037,0,2,23037,23024,23126,0,2,23064,23036,23035,0,2,23034,23035,23128,0,2,23029,23129,23028,0,2,23027,23129,23128,0,2,23027,23128,23026,0,2,23026,23128,23036,0,2,23029,23130,23129,0,2,23129,23130,23128,0,2,23034,23128,23130,0,2,23031,23130,23030,0,2,23034,23130,23033,0,2,23031,23032,23033,0,2,23031,23033,23130,0,2,22985,22984,23023,0,2,23023,22984,23131,0,2,22980,23133,37769,0,2,37769,23133,23132,0,2,37766,23132,37765,0,2,37765,23132,22976,0,2,22976,23132,23133,0,2,22978,23133,22980,0,2,22978,22980,22979,0,2,22982,22980,37769,0,2,22976,22978,22977,0,2,22977,22978,22979,0,2,22977,22979,23134,0,2,23134,22979,23008,0,2,23134,23008,22911,0,2,23134,22911,22912,0,2,23134,22912,23135,0,2,23135,22912,22913,0,2,23135,22913,23142,0,2,23135,23142,22975,0,2,23135,22975,22977,0,2,23135,22977,23134,0,2,22917,37830,23136,0,2,22917,23136,22918,0,2,23136,23138,22914,0,2,22914,23138,23137,0,2,23137,23138,22973,0,2,22972,23138,23139,0,2,22972,23139,22971,0,2,22971,23139,23140,0,2,37830,23140,23136,0,2,23138,23136,23139,0,2,23139,23136,23140,0,2,22916,22918,23136,0,2,22916,23136,22914,0,2,23142,23141,23137,0,2,23137,23141,22914,0,2,22827,23143,22969,0,2,22969,23143,22968,0,2,22968,23143,22826,0,2,22968,22826,23144,0,2,23147,23144,23146,0,2,23147,23146,23149,0,2,23149,23146,22948,0,2,22948,22949,23149,0,2,22948,23146,22394,0,2,22394,23146,23145,0,2,23145,23146,22398,0,2,22400,22398,22401,0,2,22401,22398,23146,0,2,23146,22826,22401,0,2,23146,23144,22826,0,2,22398,22397,23145,0,2,22394,23145,22396,0,2,22396,23145,22397,0,2,22968,23144,23147,0,2,22968,23147,23148,0,2,23148,23147,22950,0,2,22968,23148,22967,0,2,22967,23148,23150,0,2,22966,37841,23150,0,2,22966,23150,22965,0,2,22965,23150,22950,0,2,22965,22950,23152,0,2,22950,23150,23148,0,2,22950,23151,23152,0,2,23151,22392,23152,0,2,23152,22392,22951,0,2,22951,22392,23153,0,2,23153,23154,22954,0,2,22954,23154,23155,0,2,23156,23155,38839,0,2,22962,23156,38841,0,2,23155,23156,22961,0,2,23153,22391,23154,0,2,23157,38840,22390,0,2,23157,22390,23162,0,2,22390,38840,22391,0,2,23154,38840,23155,0,2,23155,38840,38839,0,2,22393,23169,23164,0,2,23164,23169,23158,0,2,23158,23169,38845,0,2,23158,38845,38847,0,2,38847,23159,23168,0,2,23159,23189,23161,0,2,23160,23187,23195,0,2,23160,23195,22389,0,2,23160,38838,23161,0,2,23161,38838,23162,0,2,23168,23162,23163,0,2,23168,23163,23158,0,2,23158,23163,23166,0,2,23158,23166,23164,0,2,23165,22392,23166,0,2,23165,22391,23153,0,2,23165,23153,22392,0,2,23164,23166,22392,0,2,22390,23167,23162,0,2,23162,23167,23163,0,2,23166,23163,23165,0,2,23165,23163,23167,0,2,23167,22390,22391,0,2,22391,23165,23167,0,2,23158,38847,23168,0,2,23161,23162,23168,0,2,23161,23168,23159,0,2,22393,23164,22948,0,2,22367,23170,23171,0,2,23171,23170,23176,0,2,23171,23176,22365,0,2,22364,22365,23172,0,2,22648,23172,23177,0,2,22648,23173,23172,0,2,22364,23172,23173,0,2,22363,23173,23174,0,2,23170,23175,23176,0,2,23177,23219,38819,0,2,38819,23219,38818,0,2,38818,23219,23220,0,2,38818,23220,38830,0,2,38830,23220,23178,0,2,23178,23220,22383,0,2,23178,22383,23179,0,2,23178,23179,23215,0,2,23215,23179,22386,0,2,23215,22386,23180,0,2,23199,23180,22385,0,2,23199,22385,23194,0,2,23199,23194,23182,0,2,23182,23194,23193,0,2,23181,23182,23183,0,2,23183,23182,23193,0,2,23183,23193,23184,0,2,23184,23193,23185,0,2,23186,23185,23187,0,2,23187,23160,23161,0,2,23161,23189,23187,0,2,23187,23189,23188,0,2,23187,23188,23186,0,2,23185,23186,23184,0,2,23188,23189,23192,0,2,23189,23159,23190,0,2,23190,23159,38847,0,2,23190,38847,23191,0,2,23191,22627,23190,0,2,23189,23190,23192,0,2,22627,23192,23190,0,2,23193,23194,23195,0,2,23195,23194,23197,0,2,23197,23196,23195,0,2,22389,23195,23196,0,2,23193,23195,23185,0,2,22389,23196,38837,0,2,38837,23196,23198,0,2,23223,23198,23197,0,2,23194,22385,23197,0,2,23196,23197,23198,0,2,23217,23202,38566,0,2,38566,23202,22632,0,2,22632,23202,38005,0,2,38005,23202,23203,0,2,22631,23203,22630,0,2,22633,23204,23205,0,2,23205,23204,23206,0,2,23205,23206,23207,0,2,38828,23208,23209,0,2,22653,23209,23213,0,2,23213,23209,23210,0,2,23210,23209,23207,0,2,23210,23207,23206,0,2,23206,23204,22655,0,2,23213,23210,23212,0,2,23212,23210,23211,0,2,22655,23211,23206,0,2,23206,23211,23210,0,2,23213,23212,22654,0,2,23199,23200,23180,0,2,23180,23200,23215,0,2,23215,23200,23201,0,2,23215,23201,38829,0,2,38829,23201,23214,0,2,38829,23214,38820,0,2,38817,38820,23205,0,2,23182,23181,23199,0,2,23199,23181,23216,0,2,23199,23216,23200,0,2,23200,23216,23218,0,2,23200,23218,23217,0,2,23217,23218,23202,0,2,23202,22630,23203,0,2,23181,22630,23218,0,2,23181,23218,23216,0,2,23218,22630,23202,0,2,23201,23217,23214,0,2,22385,23180,22386,0,2,23220,23219,23175,0,2,23220,23175,22382,0,2,23220,22382,22383,0,2,22382,23175,22381,0,2,22381,23175,23170,0,2,23177,23176,23219,0,2,23219,23176,23175,0,2,23177,23172,22365,0,2,22365,23176,23177,0,2,22381,23221,22387,0,2,22384,22387,23222,0,2,23223,22387,23227,0,2,23223,23227,22388,0,2,22388,23227,23224,0,2,22388,23224,23225,0,2,23225,23224,23230,0,2,23225,23230,23226,0,2,23227,23221,23224,0,2,23224,23221,23228,0,2,23224,23228,22368,0,2,23226,23230,23231,0,2,22961,22962,22301,0,2,22301,22962,23232,0,2,38842,23231,23230,0,2,23231,23232,22962,0,2,23230,23229,38842,0,2,23231,38842,23232,0,2,22961,22301,22960,0,2,22301,23232,22300,0,2,22300,23232,38842,0,2,22959,22960,22302,0,2,22302,22960,22301,0,2,23231,22962,23226,0,2,23229,23230,23224,0,2,22368,23229,23224,0,2,22387,23221,23227,0,2,22366,23233,22357,0,2,22366,22357,22358,0,2,22358,38825,22366,0,2,23171,22365,22366,0,2,22366,22365,23233,0,2,22357,23233,23234,0,2,22354,22357,23234,0,2,22353,22363,22362,0,2,22348,22347,22350,0,2,38559,22342,22344,0,2,22344,22342,22347,0,2,22155,22154,23235,0,2,23236,23237,22678,0,2,32924,22678,22155,0,2,32924,22155,23235,0,2,22678,32924,23236,0,2,23239,23238,23249,0,2,23249,23238,32919,0,2,23253,23239,23250,0,2,23250,23239,23240,0,2,23250,23240,23241,0,2,23241,22679,23242,0,2,23246,23247,22144,0,2,22144,23247,32608,0,2,22144,32608,32611,0,2,22146,23252,22145,0,2,22145,23252,22144,0,2,22144,23252,23246,0,2,23246,23252,23245,0,2,23245,23252,23244,0,2,23241,23240,22677,0,2,22677,23240,22695,0,2,22695,23248,22678,0,2,22678,23248,22155,0,2,22695,23240,23249,0,2,22695,23249,23248,0,2,23248,23249,22155,0,2,22155,23249,22154,0,2,23239,23249,23240,0,2,23253,23250,22150,0,2,22150,23250,22148,0,2,22148,23250,23251,0,2,23251,23241,38802,0,2,23241,23251,23250,0,2,23254,23252,22146,0,2,23253,22152,22153,0,2,22153,23238,23253,0,2,23253,23238,23239,0,2,22147,23254,23255,0,2,22147,23255,22148,0,2,23254,22146,23255,0,2,23256,23257,23621,0,2,23307,23258,23259,0,2,23259,23658,23260,0,2,23261,23260,23656,0,2,23261,23655,23305,0,2,23275,23305,23303,0,2,23262,23269,23295,0,2,23295,23269,23268,0,2,23270,23266,23267,0,2,23267,23268,23270,0,2,23270,23268,23269,0,2,23266,23270,32723,0,2,23266,32723,23271,0,2,23265,23272,23273,0,2,23265,23273,23274,0,2,23274,23264,23265,0,2,23272,23265,23266,0,2,23272,23266,23271,0,2,23266,23265,23267,0,2,23265,23264,23267,0,2,23268,23267,23263,0,2,23267,23264,23263,0,2,23303,23305,23262,0,2,23262,23305,23269,0,2,23276,23275,23302,0,2,23276,23302,23304,0,2,23276,23304,23277,0,2,23276,23277,32868,0,2,32868,23277,32869,0,2,32869,23277,23278,0,2,23278,32588,3411,0,2,3411,32588,3412,0,2,23278,3411,23279,0,2,23278,23279,32869,0,2,23304,23302,23280,0,2,23281,23280,23299,0,2,23282,23288,23287,0,2,23284,23283,23292,0,2,23284,23292,23285,0,2,23285,3425,23284,0,2,23284,3425,3415,0,2,32590,3415,3414,0,2,3412,23286,3413,0,2,23283,23287,23288,0,2,23284,3415,23283,0,2,23283,3415,32590,0,2,23283,32590,23287,0,2,23288,23296,23289,0,2,23288,23289,23290,0,2,23292,23290,23291,0,2,23292,23291,3416,0,2,23288,23290,23283,0,2,23283,23290,23292,0,2,23292,3423,23285,0,2,23288,23282,23293,0,2,23294,23295,23268,0,2,23288,23293,23296,0,2,23297,23298,32716,0,2,32716,23298,38799,0,2,32716,38799,32713,0,2,32713,38799,23274,0,2,23274,38799,23264,0,2,23293,23282,23294,0,2,23294,23299,23300,0,2,23300,23301,23303,0,2,23300,23303,23262,0,2,23300,23262,23295,0,2,23300,23295,23294,0,2,23282,23299,23294,0,2,23301,23299,23280,0,2,23299,23301,23300,0,2,23301,23302,23303,0,2,23275,23303,23302,0,2,23302,23301,23280,0,2,23275,48896,23305,0,2,23261,23305,23306,0,2,23306,23651,23261,0,2,23261,23651,23652,0,2,23261,23652,23260,0,2,23260,23652,23259,0,2,23259,23652,23307,0,2,23258,23307,23646,0,2,23646,23648,23308,0,2,23308,23648,23309,0,2,23645,23309,23310,0,2,23312,23310,23311,0,2,23312,23311,23314,0,2,23312,23314,23617,0,2,23617,23314,21926,0,2,21926,23314,23313,0,2,21926,23313,21927,0,2,21927,23313,32860,0,2,32857,23313,23314,0,2,32857,23314,23315,0,2,23315,23314,23316,0,2,23316,32862,32870,0,2,32870,32862,32861,0,2,32870,32861,23317,0,2,23319,23306,48896,0,2,21927,32860,21928,0,2,21928,32860,23320,0,2,23320,32860,32859,0,2,23320,32859,23321,0,2,23321,23322,23323,0,2,23323,23322,22000,0,2,23324,22000,23325,0,2,23324,23325,22026,0,2,22026,23325,23330,0,2,23330,23325,23331,0,2,23331,23325,23616,0,2,23326,23616,23327,0,2,23344,23333,23332,0,2,32536,23414,32941,0,2,32941,32535,22022,0,2,22022,32535,22021,0,2,22020,22021,32535,0,2,23330,23328,32939,0,2,23326,23332,23616,0,2,23616,23332,23331,0,2,23344,23332,32569,0,2,32569,23332,23326,0,2,23330,23331,23333,0,2,23333,23331,23332,0,2,23328,23333,23334,0,2,23328,23334,23335,0,2,23335,23334,23336,0,2,23614,23336,23398,0,2,23398,23336,23337,0,2,23337,23336,23338,0,2,32580,23340,23343,0,2,32580,23343,23341,0,2,23343,23342,23344,0,2,23344,23342,23334,0,2,23344,23334,23333,0,2,23334,23342,23340,0,2,23340,23342,23343,0,2,30653,32580,23345,0,2,23337,23612,23347,0,2,23404,23347,23346,0,2,23346,23347,23611,0,2,23399,23611,23348,0,2,23350,23349,30656,0,2,23350,30656,23351,0,2,23352,23435,23353,0,2,23353,23435,23354,0,2,23353,23354,23437,0,2,23355,23437,23356,0,2,23355,23356,23372,0,2,23372,23356,32457,0,2,23357,23359,23373,0,2,23373,23359,23358,0,2,23374,23359,32455,0,2,23374,32455,23360,0,2,32455,30773,23360,0,2,23378,23360,23361,0,2,481,32449,23365,0,2,49581,32451,501,0,2,32451,23366,483,0,2,483,23366,32450,0,2,32456,32458,23367,0,2,23367,32458,32459,0,2,32456,23367,23357,0,2,23356,23452,32457,0,2,23437,23355,23353,0,2,23353,23355,23368,0,2,23370,23369,23371,0,2,23370,23371,32483,0,2,49575,23372,32476,0,2,32476,23372,23373,0,2,32476,23373,32477,0,2,32477,23373,23358,0,2,23358,23359,23374,0,2,23358,23374,32540,0,2,32540,23384,23375,0,2,23375,32480,23376,0,2,32541,23377,32477,0,2,23382,23378,23379,0,2,23380,49581,23381,0,2,23380,23389,23379,0,2,23379,23389,49570,0,2,23379,49570,23382,0,2,23383,23382,23388,0,2,23383,23388,23428,0,2,23384,23383,23375,0,2,23385,23374,23378,0,2,23385,23378,23382,0,2,23383,23384,23385,0,2,23385,23384,23374,0,2,32540,23374,23384,0,2,23389,23380,23381,0,2,23386,23427,23387,0,2,23382,49570,23388,0,2,23381,486,23389,0,2,23389,486,23390,0,2,23391,23433,23429,0,2,23392,23429,23393,0,2,23392,23393,32480,0,2,23405,23425,23424,0,2,23405,23424,23395,0,2,23399,23400,23401,0,2,23399,23401,23397,0,2,23346,23615,23404,0,2,23404,23614,23398,0,2,23398,23337,23347,0,2,23398,23347,23404,0,2,23346,23611,23399,0,2,23399,23397,23615,0,2,23399,23615,23346,0,2,23399,23348,23400,0,2,23396,23395,23400,0,2,23401,23400,23420,0,2,23401,23420,23402,0,2,23401,23402,32486,0,2,32487,23402,32536,0,2,32487,32536,23329,0,2,23403,23329,23613,0,2,23403,23613,23615,0,2,23403,23615,32486,0,2,32486,23615,23397,0,2,23349,23405,23348,0,2,23405,23349,23425,0,2,23425,23349,32484,0,2,23395,23396,23405,0,2,32537,23406,23407,0,2,23408,493,494,0,2,23408,494,23409,0,2,23410,23409,500,0,2,23408,23409,23411,0,2,23408,23411,23407,0,2,23407,23411,32537,0,2,32537,23411,23418,0,2,23418,23412,23417,0,2,23417,23412,23422,0,2,23413,32535,23415,0,2,23415,32535,23414,0,2,23415,23414,32536,0,2,23415,32536,23402,0,2,23406,32537,23426,0,2,23423,23416,23417,0,2,23417,23416,23418,0,2,23420,23415,23402,0,2,23415,23420,23413,0,2,23413,23420,23419,0,2,23420,23421,23419,0,2,23419,23421,23422,0,2,23425,23416,23424,0,2,23395,23424,23423,0,2,23395,23423,23422,0,2,23423,23424,23416,0,2,23425,32484,23426,0,2,23426,32484,23394,0,2,49574,23416,23425,0,2,49574,23425,23426,0,2,23426,23394,23406,0,2,23406,23394,23393,0,2,23400,23421,23420,0,2,23422,23421,23395,0,2,23400,23395,23421,0,2,23417,23422,23423,0,2,23393,23429,23406,0,2,23389,23390,23386,0,2,23386,23390,23430,0,2,23386,23430,23427,0,2,23427,23429,23387,0,2,23387,23429,23428,0,2,23387,23428,23388,0,2,23430,23431,23427,0,2,23427,23431,23391,0,2,23427,23391,23429,0,2,23428,23429,23392,0,2,23392,32480,23428,0,2,23428,32480,23383,0,2,486,487,23390,0,2,23390,487,23430,0,2,23431,488,23391,0,2,23391,488,489,0,2,23391,489,23432,0,2,23391,23432,23433,0,2,23433,23432,23434,0,2,23407,23434,23408,0,2,23408,23434,493,0,2,491,493,23432,0,2,489,491,23432,0,2,23434,23407,23406,0,2,23434,23406,23433,0,2,23429,23433,23406,0,2,487,23431,23430,0,2,23378,23374,23360,0,2,23357,23373,32456,0,2,32456,23373,32457,0,2,32457,23373,23372,0,2,23355,23372,49575,0,2,23348,23611,23610,0,2,23348,23610,23349,0,2,23351,30656,32490,0,2,23351,32490,30648,0,2,23352,30648,23435,0,2,30657,23435,30658,0,2,30658,23435,30648,0,2,23351,30648,23352,0,2,23435,30657,23354,0,2,23354,30657,23575,0,2,23354,23575,23436,0,2,23354,23436,23437,0,2,23437,23436,32470,0,2,23437,32470,23451,0,2,23451,32470,32468,0,2,32466,32468,32467,0,2,32465,32467,23439,0,2,23439,32467,23438,0,2,23441,23440,23442,0,2,23443,23442,23581,0,2,23443,23581,23444,0,2,23445,23444,23446,0,2,23446,23579,23450,0,2,23448,23449,23582,0,2,23449,23450,23578,0,2,23578,23450,23579,0,2,23581,23579,23446,0,2,23581,23446,23444,0,2,23450,23448,23447,0,2,23447,23448,30634,0,2,23448,23450,23449,0,2,23437,23451,23356,0,2,23356,23451,23452,0,2,23452,23451,32466,0,2,23453,32464,32463,0,2,32463,23454,32473,0,2,32473,23454,30767,0,2,30767,23454,23455,0,2,23455,23454,23456,0,2,30764,23457,23559,0,2,30764,23559,30763,0,2,469,23458,23549,0,2,469,23549,23565,0,2,23460,30791,23461,0,2,23461,30791,30823,0,2,23461,30823,23462,0,2,462,23462,23463,0,2,462,23463,23464,0,2,23465,23464,23487,0,2,23465,23487,28785,0,2,28785,23487,23466,0,2,28785,23466,28784,0,2,28784,23467,23468,0,2,23468,23467,23469,0,2,23486,23469,23520,0,2,23486,23520,23470,0,2,23470,23521,28790,0,2,28790,23521,23471,0,2,451,452,23515,0,2,451,23515,23472,0,2,23473,23472,23507,0,2,23475,23473,23474,0,2,23475,23481,23476,0,2,23476,23481,23485,0,2,23476,23485,23478,0,2,23478,23485,446,0,2,446,23484,445,0,2,23477,23476,449,0,2,448,449,23478,0,2,448,23478,447,0,2,447,23478,446,0,2,23476,23478,449,0,2,449,450,23477,0,2,23477,450,23479,0,2,23475,23476,23477,0,2,23475,23477,23473,0,2,23473,23477,23479,0,2,23472,23479,450,0,2,23472,450,451,0,2,23472,23473,23479,0,2,23473,23507,23474,0,2,23474,23507,23506,0,2,23474,23506,23480,0,2,23480,30626,23482,0,2,23482,30626,28805,0,2,23480,23481,23474,0,2,23475,23474,23481,0,2,23483,23482,28805,0,2,28805,443,23483,0,2,23483,444,445,0,2,23483,445,23484,0,2,23482,23483,23484,0,2,23484,23485,23481,0,2,446,23485,23484,0,2,23482,23481,23480,0,2,23470,28790,28782,0,2,23486,23470,28782,0,2,23513,23545,23539,0,2,23488,23490,23540,0,2,23489,23490,23491,0,2,23491,23490,23492,0,2,23531,23492,23493,0,2,23531,23493,23494,0,2,23494,23573,23536,0,2,23536,23573,23535,0,2,23535,23573,23495,0,2,23535,23495,23497,0,2,23497,23450,23447,0,2,23447,30634,23496,0,2,23447,23496,23497,0,2,23497,23496,23498,0,2,23502,23500,23501,0,2,23502,23501,30624,0,2,23502,30624,23503,0,2,23525,23505,23506,0,2,23525,23506,23507,0,2,23525,23507,23508,0,2,23508,23507,23472,0,2,23508,23472,23515,0,2,23508,23509,23526,0,2,23509,23518,23541,0,2,23541,23518,23510,0,2,23512,23511,23538,0,2,23538,23511,23517,0,2,23538,23517,23522,0,2,23538,23522,23467,0,2,23538,23467,23513,0,2,23513,23467,28784,0,2,23513,28784,23466,0,2,23511,23510,23517,0,2,23514,23515,23519,0,2,23518,23517,23510,0,2,23517,23518,23522,0,2,23522,23518,23516,0,2,23522,23516,23523,0,2,23523,23516,23519,0,2,23520,23519,23521,0,2,23521,23519,23515,0,2,23471,23521,452,0,2,23521,23515,452,0,2,23519,23520,23523,0,2,23522,23523,23467,0,2,23467,23523,23469,0,2,23519,23516,23514,0,2,23515,23514,23508,0,2,23508,23514,23509,0,2,23505,23525,23504,0,2,23504,23525,23542,0,2,23504,23542,23524,0,2,23504,23524,23503,0,2,23526,23525,23508,0,2,23526,23542,23525,0,2,23500,23502,23527,0,2,23530,23527,23529,0,2,23530,23529,23528,0,2,23524,23529,23503,0,2,23503,23529,23527,0,2,23527,23502,23503,0,2,23529,23543,23528,0,2,23528,23543,23489,0,2,23450,23497,23446,0,2,23497,23495,23446,0,2,23534,23530,23531,0,2,23531,23530,23491,0,2,23531,23491,23492,0,2,23489,23491,23528,0,2,23528,23491,23530,0,2,23533,23499,23532,0,2,23532,23499,23500,0,2,23532,23500,23527,0,2,23532,23527,23530,0,2,23530,23534,23532,0,2,23532,23534,23533,0,2,23499,23533,23498,0,2,23498,23533,23535,0,2,23536,23533,23494,0,2,23494,23533,23534,0,2,23533,23536,23535,0,2,23488,23540,23537,0,2,23538,23539,23537,0,2,23538,23513,23539,0,2,23538,23537,23512,0,2,23512,23537,23540,0,2,23512,23540,23511,0,2,23511,23540,23489,0,2,23490,23489,23540,0,2,23489,23543,23511,0,2,23511,23543,23510,0,2,23510,23543,23541,0,2,23541,23542,23526,0,2,23526,23509,23541,0,2,23524,23542,23529,0,2,23529,23542,23543,0,2,23541,23543,23542,0,2,23513,23466,30824,0,2,23513,30824,23544,0,2,23545,23544,30825,0,2,23545,30825,23546,0,2,23546,23562,23547,0,2,23493,30794,23548,0,2,23493,23548,23494,0,2,23494,23548,23573,0,2,23493,23492,23490,0,2,23493,23490,30793,0,2,30793,23490,23547,0,2,23547,23490,23488,0,2,23547,23488,23546,0,2,23546,23488,23545,0,2,23488,23537,23545,0,2,23544,23545,23513,0,2,23539,23545,23537,0,2,23462,30823,23463,0,2,23463,30823,23487,0,2,23549,23458,23559,0,2,23559,23457,23550,0,2,23551,23550,23554,0,2,23551,23552,23567,0,2,23567,23552,23443,0,2,23567,23443,30787,0,2,30787,23443,23444,0,2,23442,23443,23552,0,2,23442,23552,23553,0,2,23553,23552,23554,0,2,23555,23554,23556,0,2,23555,23556,23558,0,2,32463,23558,23454,0,2,23554,23550,23556,0,2,23556,23550,23557,0,2,23556,23557,23558,0,2,23558,23557,23456,0,2,23558,23456,23454,0,2,23456,23557,30764,0,2,30764,23557,23457,0,2,30763,23559,23458,0,2,23457,23557,23550,0,2,23554,23555,23553,0,2,23553,23555,23441,0,2,23553,23441,23442,0,2,23549,23559,23560,0,2,23566,23560,23570,0,2,23566,23570,23561,0,2,23562,30788,23561,0,2,23561,30788,23563,0,2,23561,23563,23564,0,2,23564,23563,30792,0,2,23564,30792,23459,0,2,23459,23565,23564,0,2,23564,23565,23549,0,2,23549,23566,23564,0,2,23564,23566,23561,0,2,23561,23572,23562,0,2,23549,23560,23566,0,2,23560,23559,23574,0,2,23574,23559,23550,0,2,23574,23550,23551,0,2,23567,23568,23569,0,2,23561,23569,23572,0,2,23561,23570,23569,0,2,23569,23570,23567,0,2,23567,23570,23560,0,2,23567,30787,23568,0,2,23568,23571,23569,0,2,23569,23571,23572,0,2,23572,23571,23548,0,2,23573,30786,23495,0,2,23548,23571,23573,0,2,23560,23574,23567,0,2,23567,23574,23551,0,2,23452,32466,32456,0,2,32469,23577,23576,0,2,23576,23577,23580,0,2,23580,23577,23578,0,2,23578,23579,23580,0,2,23580,23579,23581,0,2,23580,23581,23576,0,2,23442,23440,23581,0,2,23581,23440,23576,0,2,23440,23439,23576,0,2,23577,32489,23578,0,2,23578,23602,23449,0,2,23449,23602,23582,0,2,23582,23602,23604,0,2,23582,23604,23608,0,2,23595,23609,30640,0,2,23595,30640,23601,0,2,23601,30640,30641,0,2,23601,30641,23583,0,2,23584,23583,30642,0,2,23584,30642,48913,0,2,23586,23584,23585,0,2,23586,23585,48915,0,2,23586,48915,23591,0,2,23586,23591,23592,0,2,23592,23591,23600,0,2,23600,23591,23587,0,2,23600,23587,23588,0,2,30635,23588,30636,0,2,23589,23587,48964,0,2,28797,23589,48963,0,2,28797,48963,23590,0,2,48965,23587,23591,0,2,23601,23592,23593,0,2,23601,23593,23595,0,2,23594,23595,23597,0,2,23594,23597,23596,0,2,23582,23596,23448,0,2,23596,23582,23594,0,2,23582,23608,23594,0,2,23594,23608,23609,0,2,23594,23609,23595,0,2,23448,23596,23598,0,2,23598,23596,23597,0,2,23597,23593,23599,0,2,23595,23593,23597,0,2,23598,23597,30635,0,2,30635,23597,23588,0,2,23593,23592,23599,0,2,23599,23592,23600,0,2,23599,23600,23588,0,2,23597,23599,23588,0,2,23586,23592,23584,0,2,23592,23601,23584,0,2,23584,23601,23583,0,2,23577,32469,32489,0,2,23578,32489,23602,0,2,23602,23603,23604,0,2,23608,23604,23607,0,2,30660,23607,30659,0,2,30659,23607,23605,0,2,32488,23606,23603,0,2,23604,23603,23606,0,2,23604,23606,23605,0,2,23604,23605,23607,0,2,23349,23610,30656,0,2,30654,23611,23347,0,2,30654,23347,23612,0,2,32580,23339,23340,0,2,32580,30653,23339,0,2,23338,23339,30653,0,2,23339,23338,23340,0,2,23334,23340,23336,0,2,23338,23336,23340,0,2,23335,23613,23328,0,2,23328,23613,23329,0,2,23613,23614,23615,0,2,23615,23614,23404,0,2,23614,23613,23336,0,2,23336,23613,23335,0,2,23616,23325,22000,0,2,23616,22000,23322,0,2,23616,23322,23327,0,2,23327,23322,32859,0,2,32859,23322,23321,0,2,23323,21930,23321,0,2,23311,32862,23316,0,2,23645,23620,23644,0,2,23644,23620,23618,0,2,23623,23619,23632,0,2,48931,23619,23618,0,2,23620,48931,23618,0,2,23619,23623,23618,0,2,23618,23623,23643,0,2,23621,23659,23256,0,2,23256,23659,22141,0,2,23659,23621,23622,0,2,23622,23623,23624,0,2,23627,23625,23626,0,2,23627,23626,23628,0,2,22116,23629,32895,0,2,23629,23628,32895,0,2,32895,23628,23630,0,2,21917,23626,23625,0,2,23631,23625,23635,0,2,23635,23632,23639,0,2,23636,23639,23633,0,2,23636,48932,21920,0,2,23633,23634,23636,0,2,23631,23635,23638,0,2,23638,23635,23636,0,2,23638,23636,21920,0,2,23631,23638,23637,0,2,23631,23637,23625,0,2,23637,23638,21919,0,2,21919,23638,21920,0,2,23639,23636,23635,0,2,23625,22121,23635,0,2,23632,23635,23624,0,2,23628,23626,23630,0,2,23627,23640,22119,0,2,22120,23641,22140,0,2,22140,23641,22119,0,2,23641,23627,22119,0,2,23629,23640,23628,0,2,23628,23640,23627,0,2,23641,22121,23627,0,2,23624,23623,23632,0,2,23623,23622,23643,0,2,23642,23643,23622,0,2,23642,23622,23621,0,2,23624,22120,23622,0,2,23621,23258,23642,0,2,23642,23258,23646,0,2,23642,23646,23643,0,2,23643,23646,23308,0,2,23643,23308,23644,0,2,23644,23308,23309,0,2,23644,23309,23645,0,2,23310,23312,23645,0,2,23644,23618,23643,0,2,23312,23647,23645,0,2,23645,23647,23620,0,2,23312,23617,23647,0,2,23309,23648,23649,0,2,23649,23648,23650,0,2,23649,23650,48897,0,2,48897,23650,48898,0,2,48898,23650,23653,0,2,48898,23653,23651,0,2,23651,23653,23652,0,2,23654,23653,23650,0,2,23654,23307,23653,0,2,23652,23653,23307,0,2,23654,23648,23646,0,2,23654,23650,23648,0,2,23269,23655,23270,0,2,23270,23656,32723,0,2,32723,23656,23657,0,2,23657,23656,23260,0,2,23657,23260,23658,0,2,23658,23259,48905,0,2,23655,23656,23270,0,2,22140,22141,23659,0,2,22140,23659,22120,0,2,22120,23659,23622,0,2,22119,22118,22139,0,2,22126,23661,23660,0,2,22126,23660,33154,0,2,33154,23660,22132,0,2,22132,23660,33155,0,2,33158,23660,23661,0,2,33158,23661,33160,0,2,33160,23661,22129,0,2,33047,22123,23662,0,2,22107,23662,22122,0,2,22107,22122,22108,0,2,22108,22122,22109,0,2,23663,22110,22123,0,2,32890,23664,22112,0,2,23663,22123,23664,0,2,23665,23666,22114,0,2,22114,22113,23665,0,2,23665,22113,22112,0,2,23665,22112,23664,0,2,22123,23667,23664,0,2,22124,22106,22105,0,2,22105,22106,22107,0,2,22109,22104,22108,0,2,22104,22196,22108,0,2,22107,22108,22105,0,2,21909,22100,21910,0,2,21910,22100,23668,0,2,23669,23668,23675,0,2,23669,23675,22122,0,2,22122,23675,23671,0,2,23669,22110,23670,0,2,23669,23670,21910,0,2,21910,23670,33043,0,2,23683,33043,21912,0,2,22110,23669,22122,0,2,22122,23671,22109,0,2,22109,23671,22103,0,2,22103,23671,23672,0,2,23672,23671,23673,0,2,23673,23671,23675,0,2,23673,23675,23674,0,2,23674,23675,23668,0,2,23674,23668,22100,0,2,39400,23676,21908,0,2,21908,23676,23704,0,2,21902,21906,23677,0,2,21906,21907,23677,0,2,23677,21907,23678,0,2,23677,23678,23691,0,2,23691,23689,23692,0,2,23692,23689,23679,0,2,23692,23679,23681,0,2,23681,23680,23682,0,2,23682,33042,21914,0,2,33024,21914,33041,0,2,23682,21914,33039,0,2,23682,33039,33034,0,2,23682,33034,23681,0,2,23679,23680,23681,0,2,21913,23680,23687,0,2,23687,23685,21911,0,2,21911,23685,23683,0,2,23683,23685,21910,0,2,21911,21913,23687,0,2,21910,23685,21909,0,2,21909,23685,23684,0,2,21908,23684,39400,0,2,23685,23686,23690,0,2,23684,23690,39400,0,2,23686,23687,23688,0,2,23678,23688,23689,0,2,23678,23689,23691,0,2,23689,23688,23679,0,2,23679,23688,23680,0,2,23680,23688,23687,0,2,23688,23678,23693,0,2,23686,23693,23690,0,2,23685,23687,23686,0,2,23688,23693,23686,0,2,23677,23691,39398,0,2,21904,23691,23692,0,2,21834,21904,21833,0,2,23681,39347,23692,0,2,23678,21907,23693,0,2,23724,23695,23696,0,2,23725,23696,23697,0,2,23697,23696,23706,0,2,23698,33139,33138,0,2,23700,33138,33137,0,2,23700,33137,23699,0,2,23700,23699,23701,0,2,23704,33046,22100,0,2,23704,23676,23703,0,2,23705,23702,23676,0,2,23705,23676,23706,0,2,23705,23701,23702,0,2,23702,23701,23720,0,2,23720,23701,23722,0,2,23720,23722,33058,0,2,23719,33058,23707,0,2,22102,23708,23710,0,2,22102,23710,23672,0,2,23672,23710,23709,0,2,23709,23710,23718,0,2,23718,23710,23711,0,2,23712,23711,23713,0,2,23713,23711,23716,0,2,23716,32937,22195,0,2,23715,23714,23712,0,2,23712,23714,23711,0,2,23711,23714,23718,0,2,23716,23711,33060,0,2,33060,23711,33059,0,2,23710,23717,23711,0,2,33059,23711,23717,0,2,23718,22103,23709,0,2,23719,23721,33058,0,2,33058,23721,23720,0,2,23720,23721,23702,0,2,23702,23721,23703,0,2,23703,23721,22101,0,2,23703,22101,33046,0,2,22101,23721,23719,0,2,22102,23719,23708,0,2,23719,23707,23708,0,2,33138,23700,23698,0,2,23698,23700,23705,0,2,23705,23706,23698,0,2,23706,23696,23698,0,2,33142,33143,21902,0,2,21902,23723,21906,0,2,23723,39397,23725,0,2,23696,23725,23724,0,2,23725,39397,23724,0,2,23723,23725,21906,0,2,21906,23725,21907,0,2,21907,23725,23697,0,2,33143,23694,21902,0,2,21902,23694,23723,0,2,23723,23694,23724,0,2,21879,23726,21881,0,2,21881,23726,21905,0,2,21882,33309,21898,0,2,21882,21898,21883,0,2,21883,21898,21835,0,2,21897,23727,21835,0,2,21832,21831,33309,0,2,33309,21831,33163,0,2,23729,23728,21827,0,2,23729,21827,23731,0,2,23729,23731,23730,0,2,23728,21835,33163,0,2,21824,23733,23732,0,2,23732,23733,23749,0,2,23747,23748,21825,0,2,21825,23748,21826,0,2,21824,21822,23733,0,2,23742,23734,21821,0,2,23742,21821,21816,0,2,21821,23734,21949,0,2,21949,23734,23733,0,2,21820,21821,23740,0,2,21819,23735,23739,0,2,23766,23739,21937,0,2,23766,21937,23737,0,2,23766,23737,23736,0,2,23737,22083,23738,0,2,23737,23738,23758,0,2,23758,23738,22090,0,2,22082,23738,22083,0,2,21937,23739,32998,0,2,23739,23735,32998,0,2,23735,23740,21947,0,2,21947,23740,21938,0,2,21818,21819,23739,0,2,21818,23739,23765,0,2,23765,23739,23766,0,2,21818,21811,21819,0,2,21819,21811,23741,0,2,21820,23741,21817,0,2,21820,21817,21816,0,2,23749,23752,23745,0,2,23745,23752,23743,0,2,23743,23752,23750,0,2,23744,23743,21796,0,2,23744,21796,33252,0,2,23744,33277,23745,0,2,23744,23745,23743,0,2,23745,23746,23730,0,2,23745,23730,23747,0,2,23747,23730,23748,0,2,23747,23732,23745,0,2,23732,23749,23745,0,2,23749,23733,23752,0,2,23752,23733,23734,0,2,23752,23734,23742,0,2,21796,23743,21797,0,2,23751,21797,23750,0,2,23751,21815,21798,0,2,21798,21815,21814,0,2,23752,23742,23750,0,2,23750,23742,21815,0,2,21814,21815,21816,0,2,21816,21815,23742,0,2,23750,21815,23751,0,2,23743,23750,21797,0,2,23741,21811,21817,0,2,21813,33022,21810,0,2,21810,33022,21817,0,2,21810,21817,21811,0,2,23753,23754,23755,0,2,23755,23754,23759,0,2,23756,23755,23757,0,2,23756,23757,32948,0,2,23760,22090,32949,0,2,22090,23760,23758,0,2,23737,23758,23736,0,2,23736,23758,23759,0,2,23755,23759,23757,0,2,23757,23759,23760,0,2,23760,23759,23758,0,2,23753,23755,32878,0,2,23753,32878,23761,0,2,21803,23761,23762,0,2,21803,23762,21804,0,2,23763,49797,23764,0,2,23764,32957,21806,0,2,23764,21806,21805,0,2,21805,21804,23764,0,2,23764,21804,23763,0,2,23759,23754,23766,0,2,23759,23766,23736,0,2,23754,23765,23766,0,2,21799,21807,23768,0,2,21799,23768,23782,0,2,23768,23769,23782,0,2,23782,23769,23770,0,2,21791,23771,23789,0,2,23787,23768,23772,0,2,23787,23772,25649,0,2,23787,25649,33023,0,2,23768,23787,23769,0,2,23768,21807,21800,0,2,23768,21800,23772,0,2,23774,23775,25653,0,2,25653,21806,23776,0,2,21805,21806,23777,0,2,23777,21806,23779,0,2,23778,23777,23780,0,2,23778,23780,21801,0,2,23779,23774,23780,0,2,23780,23777,23779,0,2,21806,23775,23779,0,2,23779,23775,23774,0,2,23780,23774,23773,0,2,23780,23773,25647,0,2,23781,23772,21801,0,2,21801,23772,21800,0,2,23781,21801,23780,0,2,21797,23771,21791,0,2,23784,21791,21792,0,2,23783,21797,21798,0,2,23783,21798,23782,0,2,23782,21798,21799,0,2,23783,23782,23770,0,2,23783,23770,23771,0,2,21796,21797,23785,0,2,21796,23785,21793,0,2,21796,21793,33252,0,2,21795,21793,21794,0,2,23786,23784,21792,0,2,23785,23784,21793,0,2,21793,23784,23786,0,2,23784,23785,21791,0,2,23785,21797,21791,0,2,23771,23770,23791,0,2,23769,23787,21788,0,2,21788,23787,33023,0,2,21788,33023,21789,0,2,21788,23788,23769,0,2,21791,23789,23790,0,2,21791,23790,21792,0,2,23791,23770,23769,0,2,23790,23789,23791,0,2,23790,23791,23788,0,2,23788,23791,23769,0,2,25642,23792,25646,0,2,25642,25646,23793,0,2,23793,25651,23794,0,2,23794,25651,23795,0,2,23795,25651,25652,0,2,23795,25652,23797,0,2,23795,23797,23796,0,2,23796,23797,23798,0,2,32964,23798,23799,0,2,32964,23799,23800,0,2,32960,23801,23802,0,2,32960,23802,32954,0,2,23795,23796,23804,0,2,25618,23806,25619,0,2,25619,23806,23807,0,2,23808,21771,21772,0,2,21769,32983,23810,0,2,25612,23810,23812,0,2,25612,23812,23811,0,2,33937,23813,23815,0,2,33937,23815,24830,0,2,33902,23815,33903,0,2,33902,33903,24825,0,2,24824,33906,23816,0,2,23816,23817,33790,0,2,23817,33913,23818,0,2,33785,23818,23819,0,2,33785,23819,33797,0,2,23819,33913,23872,0,2,23915,23821,23822,0,2,23823,23822,23869,0,2,23823,23869,23867,0,2,23825,23823,23824,0,2,23825,23824,23859,0,2,23825,23859,23826,0,2,25536,23826,23827,0,2,23828,23827,23866,0,2,23828,23866,28614,0,2,23830,23832,23831,0,2,23831,23832,33327,0,2,33327,23832,33383,0,2,33327,33383,23833,0,2,33325,23834,23835,0,2,33325,23835,23836,0,2,32511,23884,23883,0,2,32511,23883,23839,0,2,23839,33368,23840,0,2,23840,33368,23841,0,2,23908,23843,32969,0,2,23844,23845,32973,0,2,23899,32973,23846,0,2,23899,23846,23807,0,2,23807,23846,21771,0,2,21771,23846,23809,0,2,23885,32969,23843,0,2,23885,23843,49801,0,2,49801,23843,23847,0,2,23847,23909,23848,0,2,23848,23909,23894,0,2,23849,23895,23850,0,2,23849,23850,23852,0,2,23849,23852,23851,0,2,23851,23852,23853,0,2,23851,23853,23854,0,2,23854,23835,23878,0,2,23878,23835,33369,0,2,23878,33369,23855,0,2,23855,33369,33382,0,2,23855,33382,23863,0,2,23855,23863,23856,0,2,23856,23857,23876,0,2,23826,23859,23860,0,2,23826,23860,23827,0,2,23857,23861,23858,0,2,23858,23861,23860,0,2,23858,23860,23859,0,2,23827,23860,23866,0,2,28614,23866,23862,0,2,28614,23862,23829,0,2,23829,23862,23830,0,2,33383,23862,23864,0,2,33383,23864,23863,0,2,23856,23863,23865,0,2,23861,23865,23860,0,2,23860,23865,23866,0,2,23866,23865,23862,0,2,23861,23857,23865,0,2,23865,23857,23856,0,2,23863,23864,23865,0,2,23864,23862,23865,0,2,23830,23862,23832,0,2,23862,33383,23832,0,2,23833,33383,23834,0,2,23824,23867,23868,0,2,23868,23867,33384,0,2,33384,23867,23869,0,2,23869,23873,33385,0,2,33385,23874,23870,0,2,23870,23874,23871,0,2,23871,23874,23872,0,2,23872,23873,23820,0,2,23869,23822,23873,0,2,23873,23822,23820,0,2,23874,33385,23873,0,2,23820,23822,23821,0,2,23823,23867,23824,0,2,23859,23824,23858,0,2,23851,23854,23875,0,2,23851,23875,33361,0,2,33361,23875,23877,0,2,33361,23877,33362,0,2,33362,23877,23876,0,2,23856,23876,23877,0,2,23856,23877,23855,0,2,23877,23875,23878,0,2,23877,23878,23855,0,2,23851,33361,23849,0,2,23850,23880,23852,0,2,23850,23905,23880,0,2,23880,23905,23879,0,2,23880,23879,23881,0,2,23881,23882,23853,0,2,23839,33367,33368,0,2,33367,23839,23883,0,2,33367,23883,23882,0,2,23882,23838,23853,0,2,23853,23838,23837,0,2,23853,23837,23854,0,2,23854,23837,23836,0,2,23883,23884,23882,0,2,23882,23884,23838,0,2,23835,23854,23836,0,2,23852,23880,23881,0,2,23881,23853,23852,0,2,23905,23841,23879,0,2,23879,23841,33368,0,2,23850,23895,23842,0,2,23842,23895,23894,0,2,23886,23895,23893,0,2,23893,23895,23887,0,2,23893,23887,23889,0,2,23889,23887,23888,0,2,23891,23889,23890,0,2,23891,23892,23886,0,2,23886,23893,23891,0,2,23891,23893,23889,0,2,23848,23886,23892,0,2,49801,23848,23892,0,2,49801,23847,23848,0,2,23848,23894,23886,0,2,23886,23894,23895,0,2,23839,23840,23910,0,2,23910,23840,23904,0,2,23910,23904,23896,0,2,23896,23906,23900,0,2,23900,23906,23907,0,2,23900,23907,23897,0,2,23897,23907,23908,0,2,32963,23897,23898,0,2,23806,32968,23807,0,2,23807,32968,23899,0,2,32973,23899,23844,0,2,23900,23897,23901,0,2,23900,23901,33322,0,2,33322,23901,23902,0,2,23902,23901,32962,0,2,23903,23896,33322,0,2,23904,23840,23841,0,2,23904,23841,23847,0,2,23847,23841,23905,0,2,23896,23904,23906,0,2,23904,23847,23906,0,2,23906,23847,23907,0,2,23907,23847,23843,0,2,23907,23843,23908,0,2,23908,32969,23897,0,2,23909,23847,23905,0,2,23909,23905,23842,0,2,23842,23905,23850,0,2,23839,23910,32512,0,2,32512,23910,32953,0,2,23912,32953,23911,0,2,23912,23911,23913,0,2,23914,23913,22010,0,2,23912,23913,23914,0,2,23915,25535,23916,0,2,23916,25535,23917,0,2,23917,25535,23918,0,2,33394,23920,23922,0,2,23922,23920,23921,0,2,23922,23921,49563,0,2,49563,23921,23923,0,2,49563,23923,23924,0,2,49563,23924,23925,0,2,23927,23925,23926,0,2,23927,23926,23928,0,2,23927,23928,25581,0,2,25581,23928,25582,0,2,25582,49560,23929,0,2,25583,23930,33461,0,2,25583,33461,23931,0,2,23929,33466,33781,0,2,33465,23946,33786,0,2,33786,23946,33787,0,2,33787,23932,33788,0,2,23933,25533,23934,0,2,23934,25533,23935,0,2,23934,23935,23944,0,2,23935,23951,23952,0,2,23944,23952,23936,0,2,23936,23953,23942,0,2,23942,23953,49787,0,2,49787,23953,23954,0,2,49787,23954,23937,0,2,23940,23937,24011,0,2,23940,24011,23938,0,2,23939,33829,33828,0,2,23940,33828,23941,0,2,23943,33795,23944,0,2,23944,33795,23945,0,2,23934,23945,23933,0,2,25520,23939,23938,0,2,23938,23939,23940,0,2,49787,23941,23942,0,2,23942,23943,23936,0,2,23952,23944,23935,0,2,23945,23934,23944,0,2,23943,23944,23936,0,2,25531,33481,23947,0,2,23947,33470,23948,0,2,25530,23949,25534,0,2,23951,23950,33826,0,2,23952,33826,23958,0,2,23958,23957,25527,0,2,25527,23957,23956,0,2,25527,23956,23953,0,2,23954,23953,23955,0,2,23955,23953,23956,0,2,23955,23956,23957,0,2,23959,25529,33730,0,2,33730,23960,25505,0,2,25505,23960,23961,0,2,25508,23962,33732,0,2,25508,33732,23963,0,2,25515,23964,33472,0,2,25515,33472,23965,0,2,25515,23965,33734,0,2,33734,23965,23973,0,2,23969,24009,23970,0,2,23970,33759,24007,0,2,24007,33760,33621,0,2,24007,33621,33667,0,2,33667,33666,23969,0,2,23969,33666,24008,0,2,23971,23972,23967,0,2,23967,23972,23966,0,2,23966,23972,23973,0,2,23973,23972,24001,0,2,23973,24001,25514,0,2,25514,24001,25513,0,2,25513,24001,23974,0,2,23974,23975,34163,0,2,34163,23975,34166,0,2,34093,23998,23977,0,2,23977,23998,23987,0,2,23979,34162,34080,0,2,34092,34080,23996,0,2,34092,23996,34089,0,2,34089,23996,23980,0,2,33627,23981,23982,0,2,33627,23982,33626,0,2,23983,23982,23984,0,2,23983,23984,24006,0,2,24006,23984,23990,0,2,23990,23986,24004,0,2,23985,24003,23998,0,2,23998,24003,34024,0,2,24003,24004,23986,0,2,34024,23986,23991,0,2,34024,23991,23988,0,2,23987,23988,23989,0,2,23989,23988,23996,0,2,23986,34024,24003,0,2,23991,23986,23990,0,2,23991,23992,23988,0,2,23988,23992,23993,0,2,23980,23993,23994,0,2,23980,23994,34088,0,2,34088,23994,23981,0,2,23981,23994,23982,0,2,23980,23996,23993,0,2,23996,23988,23993,0,2,23991,23990,23984,0,2,23991,23984,23995,0,2,23995,23984,23982,0,2,23992,23995,23993,0,2,23993,23995,23994,0,2,23994,23995,23982,0,2,23995,23992,23991,0,2,34166,23975,23976,0,2,23976,23975,23997,0,2,24002,23985,23998,0,2,23997,23998,34093,0,2,34093,23976,23997,0,2,23997,23999,24002,0,2,23997,23975,23999,0,2,33942,23975,24000,0,2,24000,23974,33665,0,2,33665,23974,24001,0,2,33941,23972,23971,0,2,23975,23974,24000,0,2,24003,23985,33623,0,2,24003,33623,24004,0,2,24004,24005,23990,0,2,23990,24005,24006,0,2,23967,23968,23971,0,2,24007,33667,23969,0,2,23969,24008,24009,0,2,24009,24008,33622,0,2,24009,33622,23971,0,2,23968,24009,23971,0,2,24007,23969,23970,0,2,23959,33807,25529,0,2,25529,25528,33730,0,2,23937,23954,24010,0,2,23937,24010,24011,0,2,23938,24011,24012,0,2,24012,24023,24018,0,2,24012,24018,24013,0,2,25455,24019,24016,0,2,25455,24016,24015,0,2,24015,24016,24017,0,2,24017,24020,25378,0,2,25378,24021,24051,0,2,24051,24021,24044,0,2,24044,24021,24022,0,2,24044,24022,25499,0,2,25499,24022,24018,0,2,24013,24018,24014,0,2,24014,24021,24019,0,2,24019,24021,24020,0,2,24019,24020,24016,0,2,24016,24020,24017,0,2,24021,24014,24022,0,2,24022,24014,24018,0,2,24018,24023,25499,0,2,25500,24024,24025,0,2,24026,39609,39610,0,2,24026,39610,24027,0,2,24026,24027,24028,0,2,24037,39611,24029,0,2,24029,39611,24030,0,2,24030,39611,24031,0,2,33730,24032,23959,0,2,33730,25505,24033,0,2,24033,25506,24034,0,2,24035,24034,24036,0,2,24029,24036,25299,0,2,24029,25299,24037,0,2,24037,25301,24038,0,2,24040,24039,24041,0,2,24041,25490,24040,0,2,25495,24043,25496,0,2,25496,24043,24045,0,2,24045,24051,24044,0,2,24047,33833,24048,0,2,24942,24049,24944,0,2,24944,24049,25373,0,2,24050,33832,24047,0,2,24045,24043,24046,0,2,24046,33832,24050,0,2,24046,24050,24045,0,2,24051,24045,24050,0,2,24051,24050,25378,0,2,25378,24050,24047,0,2,25412,24048,24942,0,2,25412,24942,33815,0,2,33815,24942,24052,0,2,39600,24054,39588,0,2,39585,24055,24056,0,2,24056,24055,24057,0,2,33887,24058,24059,0,2,24061,33889,24062,0,2,24062,33889,33890,0,2,24062,33890,24063,0,2,24063,33893,25425,0,2,25425,33893,24064,0,2,25439,24064,39604,0,2,25439,39604,24930,0,2,24065,24940,24906,0,2,24067,24066,24068,0,2,24067,24068,24069,0,2,24069,24068,24070,0,2,24070,24902,39449,0,2,24071,39475,39465,0,2,39465,39475,24072,0,2,24073,24537,24536,0,2,24073,24536,39520,0,2,39520,24540,39521,0,2,39521,24540,24894,0,2,24894,24540,24074,0,2,24894,24074,24901,0,2,24076,24523,24075,0,2,24076,24075,24077,0,2,24076,24077,39327,0,2,39327,24077,24229,0,2,39328,39327,24106,0,2,39328,24106,24105,0,2,24078,24105,24079,0,2,39457,39426,39427,0,2,24083,39430,24084,0,2,24088,24087,39501,0,2,24088,39501,24089,0,2,24091,39431,24865,0,2,25393,24865,24862,0,2,25393,24862,24866,0,2,25392,24092,24093,0,2,24093,24092,24855,0,2,24094,24855,24861,0,2,24094,24861,24780,0,2,24780,24861,24095,0,2,24757,24095,24843,0,2,24757,39413,24096,0,2,24756,39411,24099,0,2,24104,24105,24106,0,2,24105,24104,24079,0,2,24079,24104,24107,0,2,24080,24107,24108,0,2,24109,24108,24122,0,2,24110,24109,24123,0,2,24110,24123,24125,0,2,24110,24125,24111,0,2,24111,24125,24112,0,2,24111,24112,24113,0,2,24113,24112,39502,0,2,39502,24114,24089,0,2,39502,24089,39501,0,2,24111,39419,24115,0,2,24111,24115,24110,0,2,24110,24116,24118,0,2,24118,24116,39420,0,2,24118,39420,39428,0,2,24118,39425,24109,0,2,24109,39425,24117,0,2,24108,24117,24081,0,2,24108,24081,24080,0,2,24107,24080,24079,0,2,39425,24118,39428,0,2,24116,24110,24115,0,2,39419,24111,24113,0,2,24864,24119,24120,0,2,24120,24119,24124,0,2,24121,24124,24122,0,2,24121,24122,24108,0,2,24109,24122,24123,0,2,24123,24122,24124,0,2,24123,24124,24125,0,2,24125,24119,24112,0,2,24125,24124,24119,0,2,24864,24112,24119,0,2,24112,24864,39502,0,2,24108,24107,24121,0,2,39412,39414,24150,0,2,39412,24150,24126,0,2,24126,24128,24127,0,2,24127,24100,24126,0,2,24126,24100,39412,0,2,24126,24148,24128,0,2,24130,24129,33931,0,2,33931,24131,24132,0,2,24132,24131,33926,0,2,33929,33926,39295,0,2,33929,39295,24133,0,2,33018,24134,24135,0,2,33018,24135,24136,0,2,24137,24136,24138,0,2,24137,24138,24139,0,2,24141,24140,24158,0,2,24160,39325,24142,0,2,24160,24142,24143,0,2,24144,24143,24145,0,2,24146,24145,24147,0,2,24146,24147,24151,0,2,24151,24147,39410,0,2,24151,39410,24148,0,2,24150,24148,24126,0,2,24146,24151,24149,0,2,24101,24152,24150,0,2,24148,24150,24149,0,2,24148,24149,24151,0,2,24152,24149,24150,0,2,24150,39414,24101,0,2,24101,24102,24152,0,2,24152,24102,24103,0,2,24152,24103,24153,0,2,24146,24149,24153,0,2,24153,24149,24152,0,2,24154,24153,24161,0,2,24154,24161,24155,0,2,24154,24155,24145,0,2,24145,24155,24162,0,2,24145,24162,24144,0,2,24144,24162,24163,0,2,24144,24163,24159,0,2,24159,24163,24156,0,2,24156,24164,24165,0,2,24165,24157,24158,0,2,24153,24154,24146,0,2,24159,24160,24143,0,2,24159,24143,24144,0,2,24154,24145,24146,0,2,24155,24223,24162,0,2,24162,24224,24163,0,2,24163,24202,24156,0,2,24156,24202,24164,0,2,24165,24164,24166,0,2,24166,24713,24167,0,2,39271,24169,24170,0,2,39271,24170,24714,0,2,39272,24714,39302,0,2,39272,39302,24171,0,2,24171,39300,24172,0,2,24173,24172,24174,0,2,24173,24174,39266,0,2,39266,24174,24175,0,2,24177,24176,24685,0,2,24177,24685,24178,0,2,24180,24178,24179,0,2,24180,24179,39309,0,2,24180,39309,24181,0,2,24181,39195,39196,0,2,24183,39193,24182,0,2,24183,24182,24184,0,2,24178,39316,24177,0,2,39316,24178,24180,0,2,39316,24180,24184,0,2,24184,24180,24183,0,2,24183,24180,24181,0,2,39193,24181,39196,0,2,39193,24183,24181,0,2,24172,24185,24174,0,2,24189,24718,24190,0,2,24189,24190,24726,0,2,24189,24726,24623,0,2,24623,24726,24617,0,2,24617,24726,24616,0,2,24616,24726,24191,0,2,24616,24191,24192,0,2,24193,24192,24194,0,2,24193,24194,24709,0,2,24709,24194,24711,0,2,24196,24195,24722,0,2,24198,24197,24168,0,2,24198,24168,24199,0,2,24712,24200,24201,0,2,24202,24201,24164,0,2,24164,24201,24166,0,2,24202,24203,24704,0,2,24704,24203,24204,0,2,24204,24551,24700,0,2,24206,24555,24575,0,2,24575,24555,24548,0,2,24207,24575,24208,0,2,24207,24208,24209,0,2,24209,24208,49791,0,2,24209,49791,24210,0,2,24209,24210,24578,0,2,24578,24210,24211,0,2,24519,24593,24560,0,2,24519,24560,24212,0,2,39536,24212,24213,0,2,24213,24557,24558,0,2,24214,24558,24215,0,2,24216,24217,24218,0,2,24218,24217,24219,0,2,24219,24549,48878,0,2,24221,48878,24220,0,2,24221,24220,24554,0,2,24221,24554,48879,0,2,48879,24554,24230,0,2,24075,24230,48880,0,2,24075,48880,24077,0,2,24077,48880,24222,0,2,24222,24228,24223,0,2,24223,24228,24226,0,2,24163,24224,24202,0,2,24202,24224,24203,0,2,24203,24224,24225,0,2,24225,24224,24226,0,2,24227,24226,24228,0,2,24225,24226,24552,0,2,24552,24226,24227,0,2,48880,24228,24222,0,2,24077,24222,24229,0,2,24229,39524,24106,0,2,48879,24230,24524,0,2,24231,24526,24232,0,2,39531,24232,24285,0,2,39531,24285,24233,0,2,24233,24285,24284,0,2,24233,24284,39529,0,2,24234,39528,39530,0,2,39530,39528,24325,0,2,39530,24325,24236,0,2,24235,24236,24237,0,2,24238,24240,24239,0,2,24239,24240,24241,0,2,24239,24241,24242,0,2,24239,24242,24517,0,2,24517,24242,24518,0,2,24518,24243,48862,0,2,24244,24243,24245,0,2,24244,24245,24246,0,2,24590,24247,24248,0,2,24590,24248,24584,0,2,24584,24248,24249,0,2,24249,24248,24293,0,2,24249,24293,24250,0,2,24250,24251,24587,0,2,24587,24251,24252,0,2,24587,24252,24253,0,2,24255,24254,39138,0,2,24255,39138,24260,0,2,24257,24606,24259,0,2,24259,24606,24582,0,2,24259,24582,24258,0,2,24259,24258,24255,0,2,24255,24260,24259,0,2,24259,24260,24257,0,2,24260,24256,24257,0,2,21560,24253,21559,0,2,21559,24253,24252,0,2,24261,24251,24250,0,2,24261,24250,24514,0,2,24514,24250,24262,0,2,24262,24250,24293,0,2,24262,24293,24263,0,2,24341,24263,24264,0,2,24266,24300,39127,0,2,39127,39130,24267,0,2,39619,24286,24272,0,2,39619,24272,24271,0,2,24271,24272,24273,0,2,24273,24272,24292,0,2,24273,24292,33852,0,2,33852,24292,24274,0,2,33852,24274,24275,0,2,24275,24291,24276,0,2,39545,24276,39544,0,2,39544,24276,24277,0,2,39479,24277,24278,0,2,24278,39497,24279,0,2,24279,39497,39484,0,2,24279,39484,24280,0,2,24280,39486,24281,0,2,24281,39486,39489,0,2,24281,39489,24282,0,2,39487,24283,24542,0,2,24542,24283,24284,0,2,24286,24270,39129,0,2,24286,39129,24287,0,2,24292,24288,24289,0,2,24292,24289,24290,0,2,24291,24290,39496,0,2,24291,39496,24276,0,2,24290,24291,24274,0,2,24275,24274,24291,0,2,24290,24274,24292,0,2,24292,24272,24288,0,2,24287,24288,24286,0,2,24288,24272,24286,0,2,24263,24293,24294,0,2,24263,24294,24295,0,2,24264,24295,24296,0,2,24301,24296,24297,0,2,24301,24297,24298,0,2,24301,24298,24303,0,2,24304,39128,24299,0,2,24299,39128,24300,0,2,24300,24265,24299,0,2,24304,24299,24303,0,2,24301,24303,24302,0,2,24302,24303,24265,0,2,24265,24300,24266,0,2,24265,24303,24299,0,2,24303,24298,24304,0,2,24306,24305,24307,0,2,24306,24307,24310,0,2,24306,24310,48856,0,2,48856,24310,24287,0,2,24307,24319,24308,0,2,24308,24319,24323,0,2,24309,24290,24289,0,2,24307,24308,24310,0,2,24307,24305,24319,0,2,24287,24310,24288,0,2,24309,24308,24323,0,2,24305,48855,24311,0,2,24311,48855,24327,0,2,24311,24327,24320,0,2,24320,24326,24312,0,2,24312,24326,24241,0,2,24312,24241,24313,0,2,24313,24241,24240,0,2,24317,24325,24315,0,2,39492,24315,39527,0,2,39492,39527,39491,0,2,39491,39527,24316,0,2,39490,24316,39543,0,2,39490,39543,39488,0,2,39488,39543,39487,0,2,24325,24317,24314,0,2,24312,24313,24318,0,2,24318,24313,24317,0,2,24313,24240,24317,0,2,24317,24240,24314,0,2,24312,24318,24321,0,2,24312,24319,24320,0,2,24320,24319,24311,0,2,24305,24311,24319,0,2,24319,24321,24323,0,2,24321,24318,24322,0,2,24321,24322,24323,0,2,24323,24324,24309,0,2,24309,24324,24290,0,2,24314,24237,24236,0,2,24314,24236,24325,0,2,24325,39527,24315,0,2,24237,24314,24238,0,2,24238,24314,24240,0,2,24242,24241,24326,0,2,24515,24326,24327,0,2,24327,24326,24320,0,2,48855,24304,24327,0,2,24263,24295,24264,0,2,24264,24302,24265,0,2,24301,24302,24296,0,2,24296,24302,24264,0,2,24293,24248,24294,0,2,24295,24294,39126,0,2,39126,24294,24247,0,2,24247,24294,24248,0,2,24295,39126,24296,0,2,24251,24261,21553,0,2,21553,24261,24369,0,2,24514,24262,24329,0,2,24329,24262,24342,0,2,24331,24332,24334,0,2,24331,24334,24496,0,2,24496,24334,24333,0,2,24333,24334,24503,0,2,24503,24334,24335,0,2,24510,24335,24509,0,2,24509,24335,24332,0,2,24509,24332,39627,0,2,24332,39628,24336,0,2,24337,39224,24348,0,2,24337,24348,24338,0,2,24337,24338,24508,0,2,24337,24508,24507,0,2,24337,24507,24339,0,2,24339,24507,24511,0,2,24339,24511,24509,0,2,39630,24512,24341,0,2,24341,24512,24330,0,2,24341,24330,24342,0,2,24342,24262,24341,0,2,24341,24262,24263,0,2,24341,24264,39630,0,2,24512,39630,39629,0,2,24512,39629,24340,0,2,24340,39629,39628,0,2,24336,39628,39222,0,2,24336,39222,39224,0,2,39224,39222,24343,0,2,24267,24344,39127,0,2,24348,24345,24346,0,2,25185,24347,24270,0,2,24347,24346,24269,0,2,24347,24269,24270,0,2,24267,24345,24344,0,2,24344,24345,24348,0,2,24348,24349,24338,0,2,24338,24349,39227,0,2,24350,25186,24351,0,2,24351,24352,24490,0,2,24490,24352,24353,0,2,24353,24355,24354,0,2,24354,24355,48852,0,2,48852,24355,24356,0,2,24356,24357,39634,0,2,39633,24358,24359,0,2,24359,24474,24360,0,2,24468,24476,24505,0,2,24493,24361,24494,0,2,24494,24401,24362,0,2,24363,24362,24377,0,2,24363,24377,24376,0,2,24376,24377,24364,0,2,24364,24377,24378,0,2,24364,24378,39631,0,2,24376,24364,24370,0,2,24376,24368,24375,0,2,24367,24328,24329,0,2,24375,24368,24328,0,2,24328,24368,24369,0,2,24368,24370,24369,0,2,24369,24371,21553,0,2,21553,24371,21554,0,2,21554,24371,24372,0,2,21554,24372,24366,0,2,24366,39125,21554,0,2,24369,24373,24371,0,2,24369,24370,24373,0,2,24373,24370,24364,0,2,24373,24372,24371,0,2,24368,24376,24370,0,2,24499,24363,24374,0,2,24375,24374,24376,0,2,24363,24376,24374,0,2,39631,24378,24379,0,2,24392,39643,39651,0,2,24392,39651,24395,0,2,24395,39651,24394,0,2,24394,39652,24381,0,2,24381,39649,24397,0,2,24397,39649,39647,0,2,24397,39647,39646,0,2,24383,24384,48747,0,2,24383,24385,24384,0,2,24384,24385,24400,0,2,24385,24383,24387,0,2,24387,24383,21557,0,2,24387,24386,24385,0,2,24400,24385,24386,0,2,48747,24384,21558,0,2,21558,24384,24382,0,2,21558,24382,39123,0,2,21546,39123,21543,0,2,39123,21546,21558,0,2,24378,24388,24379,0,2,24372,24365,24389,0,2,24389,24365,24380,0,2,24389,24380,39643,0,2,24389,24390,24366,0,2,24366,24390,21555,0,2,21557,21555,24391,0,2,21557,24391,24387,0,2,24393,24392,24395,0,2,39643,24392,24389,0,2,24392,24393,24390,0,2,24393,24391,24390,0,2,24390,24391,21555,0,2,24387,24395,24386,0,2,24386,24395,24394,0,2,24386,24394,24399,0,2,24399,24394,24396,0,2,24399,24396,24398,0,2,24398,24396,24381,0,2,24381,24397,24398,0,2,24381,24396,24394,0,2,24386,24399,24400,0,2,24400,24399,39644,0,2,39645,39644,39646,0,2,39646,39644,24397,0,2,24397,39644,24398,0,2,39644,24399,24398,0,2,24391,24393,24387,0,2,24387,24393,24395,0,2,24389,24366,24372,0,2,24362,24401,24377,0,2,24377,24401,24388,0,2,24402,24401,24361,0,2,24361,24401,24494,0,2,24358,24357,24403,0,2,24358,24403,24473,0,2,24473,24403,24486,0,2,24473,24486,24472,0,2,24472,24486,24404,0,2,25229,39623,24405,0,2,24405,25234,24461,0,2,24409,24407,24408,0,2,24424,24423,25230,0,2,24423,24422,24409,0,2,24413,24410,24411,0,2,24413,24411,24412,0,2,45558,24413,24412,0,2,45558,24412,24414,0,2,45557,24414,24418,0,2,24418,24416,24415,0,2,24416,24418,24417,0,2,24417,24418,24419,0,2,24419,24418,24414,0,2,24419,24414,24412,0,2,24421,24425,24422,0,2,24423,24424,24421,0,2,24421,24424,24420,0,2,24423,24421,24422,0,2,24424,24417,24420,0,2,24420,24417,24419,0,2,24419,24412,24425,0,2,24419,24425,24420,0,2,24426,24409,24410,0,2,24410,24409,24422,0,2,24410,24422,24411,0,2,24411,24422,24425,0,2,24411,24425,24412,0,2,24425,24421,24420,0,2,24469,24427,24428,0,2,24469,24428,24433,0,2,24469,24433,24470,0,2,45553,24434,24432,0,2,24428,24432,24433,0,2,24470,24433,24429,0,2,24433,24432,24431,0,2,24431,24432,25070,0,2,24434,25070,24432,0,2,24433,24431,24429,0,2,24429,24431,24430,0,2,24429,24430,24435,0,2,24437,24448,24438,0,2,24438,24439,24466,0,2,24481,24458,24441,0,2,24442,24443,24444,0,2,24458,24440,24460,0,2,24458,24460,24445,0,2,24445,24460,24446,0,2,24446,24449,24445,0,2,24447,24449,24446,0,2,24447,24446,24448,0,2,24447,24448,24437,0,2,24446,24460,24438,0,2,24446,24438,24448,0,2,24449,25068,24455,0,2,24453,24454,39652,0,2,39652,24454,24381,0,2,24449,24455,24445,0,2,24459,24456,24450,0,2,24450,24456,39090,0,2,39090,24456,24455,0,2,24445,24456,24458,0,2,24456,24445,24455,0,2,24458,24457,24441,0,2,24457,24458,24456,0,2,24456,24459,24457,0,2,24457,24459,24442,0,2,24442,24459,24443,0,2,24442,24441,24457,0,2,24440,24439,24460,0,2,24407,24426,24406,0,2,24406,24426,24461,0,2,24405,24461,24462,0,2,24405,24462,25229,0,2,24461,24426,24427,0,2,24461,24427,24469,0,2,24462,24469,24471,0,2,24435,24463,24429,0,2,24429,24463,24470,0,2,24435,24437,24464,0,2,24467,24437,24465,0,2,24466,24467,24465,0,2,24436,24437,24435,0,2,24466,24465,24438,0,2,24437,24438,24465,0,2,24437,24467,24464,0,2,24464,24467,24475,0,2,24440,24476,24466,0,2,24467,24466,24468,0,2,24467,24468,24475,0,2,24468,24466,24476,0,2,24466,24439,24440,0,2,24435,24464,24463,0,2,24471,24469,24470,0,2,24471,24470,24463,0,2,24462,24461,24469,0,2,25229,24462,24471,0,2,25229,24471,24404,0,2,24471,24463,24404,0,2,24404,24463,24472,0,2,24474,24484,24360,0,2,24474,24359,24358,0,2,24473,24474,24358,0,2,24474,24473,24484,0,2,24360,24484,24464,0,2,24360,24464,24475,0,2,24477,24482,24478,0,2,24379,24388,24478,0,2,24478,24402,24477,0,2,24477,24402,24361,0,2,24477,24361,24505,0,2,24379,24478,24479,0,2,24441,24479,24480,0,2,24441,24480,24481,0,2,24479,24441,24442,0,2,24479,24442,24444,0,2,24483,24440,24481,0,2,24481,24440,24458,0,2,24440,24477,24476,0,2,24440,24483,24477,0,2,24477,24483,24482,0,2,24483,24480,24482,0,2,24482,24480,24478,0,2,24478,24480,24479,0,2,24475,24468,24360,0,2,24464,24484,24463,0,2,24463,24484,24472,0,2,24472,24484,24473,0,2,25230,25241,24424,0,2,24403,24357,24356,0,2,24403,24356,24485,0,2,24355,24353,24487,0,2,24487,24353,39626,0,2,24487,39626,25218,0,2,24487,25218,24485,0,2,24485,25218,24486,0,2,24485,24486,24403,0,2,24485,24356,24487,0,2,24487,24356,24355,0,2,24338,39227,24488,0,2,24489,24351,24490,0,2,24489,24490,24354,0,2,24495,48850,24500,0,2,24500,48850,24493,0,2,24500,24493,24494,0,2,24499,24362,24363,0,2,24495,24500,24333,0,2,24496,24497,24498,0,2,24375,24498,24374,0,2,24497,24496,24499,0,2,24497,24499,24374,0,2,24497,24374,24498,0,2,24333,24499,24496,0,2,24499,24333,24500,0,2,24496,24501,24331,0,2,24331,24501,24502,0,2,24342,24367,24329,0,2,24502,24501,24367,0,2,24367,24501,24498,0,2,24367,24498,24375,0,2,24502,24367,24342,0,2,24502,24342,24330,0,2,24330,24513,24502,0,2,24502,24513,24331,0,2,24333,24503,24495,0,2,24510,48851,24492,0,2,24510,24492,24503,0,2,24503,24492,48850,0,2,24503,48850,24495,0,2,24503,24335,24510,0,2,24361,24493,48849,0,2,24361,48849,24504,0,2,24505,24361,24504,0,2,24506,24491,48851,0,2,24506,48851,24510,0,2,24353,24354,24490,0,2,24488,24351,24507,0,2,24507,24508,24488,0,2,24488,24508,24338,0,2,24351,24489,24507,0,2,24507,24489,24511,0,2,24351,24488,24350,0,2,24350,24488,39227,0,2,24348,24343,24344,0,2,24348,24346,24349,0,2,24267,24268,24345,0,2,39224,24343,24348,0,2,24340,39628,24332,0,2,24330,24512,24513,0,2,24512,24340,24513,0,2,24513,24340,24331,0,2,24331,24340,24332,0,2,24261,24514,24369,0,2,24514,24328,24369,0,2,24328,24514,24329,0,2,24243,24516,24515,0,2,24298,24515,24304,0,2,24304,24515,24327,0,2,24243,24515,24245,0,2,24515,24298,24245,0,2,24245,24298,24297,0,2,24245,24297,24246,0,2,24246,24297,24247,0,2,24243,24518,24516,0,2,24326,24516,24242,0,2,24242,24516,24518,0,2,24326,24515,24516,0,2,24238,24239,24521,0,2,24238,24521,24237,0,2,24239,24517,24522,0,2,24522,24517,24520,0,2,24520,24517,24518,0,2,24520,24518,24519,0,2,24519,24518,48862,0,2,24235,24237,24521,0,2,24521,24522,39538,0,2,39538,24522,39537,0,2,39537,24522,24520,0,2,39537,24520,24212,0,2,24075,24523,24230,0,2,24230,24523,24524,0,2,24524,24523,24525,0,2,24524,24525,24231,0,2,24542,24529,24530,0,2,24542,24530,24546,0,2,24546,24530,24531,0,2,24532,24531,24539,0,2,24543,24907,24544,0,2,24544,24907,24533,0,2,24544,24533,24534,0,2,24534,24280,24281,0,2,24530,24535,24536,0,2,24537,39473,24538,0,2,24536,24537,24530,0,2,24531,24530,24538,0,2,24538,24539,24531,0,2,24538,24530,24537,0,2,24530,24529,24535,0,2,24535,24529,24528,0,2,24535,24528,24541,0,2,24541,24074,24540,0,2,39520,24536,24540,0,2,24540,24536,24541,0,2,24541,24536,24535,0,2,24541,24528,24527,0,2,24231,24525,24526,0,2,24526,24527,24232,0,2,24285,24527,24528,0,2,24285,24528,24529,0,2,24285,24529,24284,0,2,24284,24529,24542,0,2,24546,24531,24532,0,2,24545,24543,24544,0,2,24544,24534,24545,0,2,24534,24281,24545,0,2,24545,24281,24282,0,2,24545,24282,24532,0,2,24532,24282,24546,0,2,39487,24542,24282,0,2,24542,24546,24282,0,2,24216,24215,24217,0,2,24217,24559,24219,0,2,24219,24559,24547,0,2,24547,24559,24548,0,2,24547,24548,24549,0,2,48878,24549,24220,0,2,24220,24206,24550,0,2,24550,24206,24205,0,2,24550,24205,24553,0,2,24551,24204,24203,0,2,24203,24225,24551,0,2,24551,24225,24552,0,2,24553,24552,24550,0,2,24550,24554,24220,0,2,24551,24552,24553,0,2,24700,24551,24205,0,2,24551,24553,24205,0,2,24206,24220,24555,0,2,24549,24219,24547,0,2,24548,24555,24549,0,2,24220,24549,24555,0,2,24593,24211,24560,0,2,24560,49791,24556,0,2,24556,24557,24213,0,2,24558,24559,24215,0,2,24560,24556,24213,0,2,24560,24213,24212,0,2,24560,24211,24210,0,2,24560,24210,49791,0,2,24703,24571,24564,0,2,24564,24571,24565,0,2,24611,24564,24610,0,2,24610,24564,24565,0,2,24610,24565,24566,0,2,24567,24576,24577,0,2,24571,24570,24565,0,2,24565,24570,24566,0,2,24570,24569,24566,0,2,24566,24569,24567,0,2,24209,24568,24207,0,2,24207,24568,24572,0,2,24573,24571,24563,0,2,24563,24571,24703,0,2,24561,24573,24562,0,2,24562,24573,24563,0,2,24573,24561,24572,0,2,24574,24561,24206,0,2,24206,24575,24574,0,2,24561,24574,24572,0,2,24574,24575,24207,0,2,24574,24207,24572,0,2,24572,24570,24571,0,2,24209,24576,24568,0,2,24568,24576,24569,0,2,24569,24576,24567,0,2,24209,24578,24576,0,2,24576,24578,24577,0,2,24578,24579,24580,0,2,24580,24581,24599,0,2,24599,24581,24601,0,2,24601,24581,24582,0,2,24582,24591,24596,0,2,24596,24591,24583,0,2,24583,24591,24588,0,2,24583,24588,24584,0,2,24586,24587,24253,0,2,24250,24587,24249,0,2,24587,24586,24249,0,2,24586,24585,24249,0,2,24590,24584,24588,0,2,24589,24588,24591,0,2,24247,24590,24246,0,2,39221,24581,24579,0,2,24579,24581,24580,0,2,24595,24579,24592,0,2,24595,24592,48862,0,2,24595,48862,24243,0,2,24592,24593,48862,0,2,48862,24593,24519,0,2,24592,24579,24211,0,2,24592,24211,24593,0,2,24212,24520,24519,0,2,24578,24211,24579,0,2,24581,24591,24582,0,2,24589,24590,24588,0,2,24246,24590,24594,0,2,24246,24594,24244,0,2,24579,24595,39221,0,2,24244,24594,24595,0,2,24244,24595,24243,0,2,24597,24584,24249,0,2,24597,24249,24585,0,2,24586,24253,21560,0,2,24586,21560,24598,0,2,24598,24258,24596,0,2,24596,24258,24582,0,2,24598,24596,24597,0,2,24596,24583,24597,0,2,24597,24585,24598,0,2,24598,24585,24586,0,2,24598,24255,24258,0,2,21560,24254,24598,0,2,24598,24254,24255,0,2,24567,24577,24599,0,2,24567,24599,24600,0,2,24600,24599,24601,0,2,24600,24601,24606,0,2,24580,24599,24577,0,2,24580,24577,24578,0,2,24611,24607,24602,0,2,24611,24602,24603,0,2,24603,24602,24604,0,2,39320,24604,24605,0,2,24605,24608,24257,0,2,24604,24602,24605,0,2,24605,24602,24607,0,2,24605,24607,24608,0,2,24257,24608,24606,0,2,24606,24608,24600,0,2,24600,24608,24609,0,2,24609,24608,24607,0,2,24567,24600,24566,0,2,24566,24600,24609,0,2,24610,24607,24611,0,2,24607,24610,24609,0,2,24609,24610,24566,0,2,24612,39318,24613,0,2,24613,39318,24614,0,2,24702,24614,48875,0,2,24702,48875,24701,0,2,24701,24615,24699,0,2,24699,24615,24192,0,2,24192,24615,24616,0,2,24618,24695,24694,0,2,24624,24625,24626,0,2,24624,24626,48874,0,2,24624,48874,24619,0,2,24619,24620,24621,0,2,24623,24622,24621,0,2,24688,24189,24620,0,2,24621,24620,24189,0,2,24619,24621,24624,0,2,24624,24621,24625,0,2,24621,24622,24625,0,2,24625,24622,24694,0,2,24694,24622,48876,0,2,24694,48876,24618,0,2,24627,24697,24628,0,2,24692,24628,24629,0,2,24631,24630,24651,0,2,24631,24651,24673,0,2,24673,24651,24632,0,2,24655,39307,24634,0,2,24634,24675,24645,0,2,24645,24675,24646,0,2,24656,24635,21606,0,2,24660,24637,39240,0,2,24660,39240,21604,0,2,24660,21604,24661,0,2,24661,21604,24638,0,2,24661,24638,24639,0,2,21694,24639,24640,0,2,21694,24640,21687,0,2,21694,21687,21693,0,2,24638,24641,24640,0,2,24640,24639,24638,0,2,24641,25787,24642,0,2,24642,24643,39181,0,2,24640,39181,21687,0,2,39181,24640,24641,0,2,39181,24641,24642,0,2,24642,21603,24643,0,2,24635,24634,24644,0,2,21577,24644,24645,0,2,24646,24676,21578,0,2,21578,24676,24652,0,2,24653,24652,24677,0,2,24677,24647,24648,0,2,24648,24647,24649,0,2,24648,24649,24654,0,2,39319,24649,48867,0,2,48867,24649,48865,0,2,48865,24649,24650,0,2,24650,24647,24651,0,2,24650,24649,24647,0,2,24651,24647,24632,0,2,21581,21580,39135,0,2,39135,21580,24653,0,2,24653,21580,24652,0,2,24652,21580,21579,0,2,24653,24648,39134,0,2,39134,24648,24654,0,2,24653,24677,24648,0,2,24652,21579,21578,0,2,24644,24634,24645,0,2,24655,24634,24635,0,2,24655,24635,24656,0,2,39303,24656,21606,0,2,39303,21606,24657,0,2,24657,21606,24636,0,2,24660,24661,24662,0,2,24662,24661,39237,0,2,39237,24663,24662,0,2,24662,24663,25671,0,2,25671,25669,24664,0,2,24664,25672,39194,0,2,39194,25672,39188,0,2,39188,25672,24665,0,2,39188,24665,24666,0,2,39187,24666,24667,0,2,24660,24662,49802,0,2,24660,49802,24659,0,2,24659,49802,24670,0,2,24670,49802,24671,0,2,39215,24671,24672,0,2,39215,24672,39195,0,2,24659,24670,24658,0,2,24658,24670,39214,0,2,24659,24658,24637,0,2,24636,24637,24657,0,2,24657,24637,24658,0,2,24633,24673,24632,0,2,24676,24646,24675,0,2,24676,24675,24674,0,2,24652,24676,24677,0,2,24632,24674,24633,0,2,24674,24675,24633,0,2,24633,24675,39307,0,2,39307,24675,24634,0,2,24632,24647,24674,0,2,24676,24674,24677,0,2,24677,24674,24647,0,2,24629,24678,48865,0,2,24629,48865,24630,0,2,24626,24627,24679,0,2,24626,24679,48874,0,2,24680,39306,24681,0,2,24681,39306,39213,0,2,39213,24682,48873,0,2,24682,24684,24683,0,2,24685,24686,24687,0,2,24683,24687,24689,0,2,24683,24689,24688,0,2,24688,24689,24718,0,2,24689,24690,24719,0,2,24719,24690,24187,0,2,24187,24690,24686,0,2,24689,24719,24188,0,2,24689,24687,24690,0,2,24690,24687,24686,0,2,24685,24687,24684,0,2,24684,24687,24683,0,2,24683,24688,24620,0,2,24685,24176,24691,0,2,24685,24691,24686,0,2,24691,24176,24175,0,2,24691,24175,24174,0,2,24627,24628,24692,0,2,24679,24693,48874,0,2,24680,48874,24693,0,2,24680,24693,39305,0,2,39305,24693,24631,0,2,24630,24631,24693,0,2,24629,24693,24692,0,2,24692,24693,24679,0,2,24630,24693,24629,0,2,24680,39305,39306,0,2,24626,24625,24694,0,2,24696,24695,24618,0,2,24626,24694,24627,0,2,24694,24695,24627,0,2,24627,24695,24697,0,2,24697,24698,48863,0,2,48863,24698,24611,0,2,24611,24698,24612,0,2,24192,24193,24699,0,2,24699,24193,24708,0,2,24699,24708,24562,0,2,24562,24708,24700,0,2,24700,24205,24561,0,2,24700,24561,24562,0,2,24561,24205,24206,0,2,24699,24562,24701,0,2,24614,24702,24613,0,2,24562,24563,24701,0,2,24701,24563,24703,0,2,24701,24703,24702,0,2,24702,24703,24613,0,2,24613,24564,24612,0,2,24564,24611,24612,0,2,24703,24564,24613,0,2,24202,24704,24201,0,2,24201,24704,24712,0,2,24198,24706,24197,0,2,24196,24197,24706,0,2,24198,24705,24706,0,2,24706,24705,24711,0,2,24709,24711,24707,0,2,24709,24707,24708,0,2,24708,24193,24709,0,2,24700,24708,24707,0,2,24700,24707,24204,0,2,24204,24707,24710,0,2,24204,24710,24704,0,2,24711,24705,24710,0,2,24711,24710,24707,0,2,24704,24710,24712,0,2,24712,24710,24705,0,2,24712,24198,24200,0,2,24712,24705,24198,0,2,24199,24713,24200,0,2,24166,24201,24713,0,2,24713,24201,24200,0,2,24724,24721,24170,0,2,24185,24720,24715,0,2,39314,24715,24716,0,2,39314,24716,24717,0,2,24717,24716,24723,0,2,24719,24723,24722,0,2,24718,24188,24190,0,2,24719,24717,24723,0,2,24719,24722,24188,0,2,24715,24720,24716,0,2,24168,24197,24724,0,2,24724,24197,24721,0,2,24714,24170,24716,0,2,24714,24716,24720,0,2,24716,24170,24721,0,2,24716,24721,24723,0,2,24723,24721,24722,0,2,24196,24722,24721,0,2,24196,24721,24197,0,2,24168,24724,24169,0,2,24724,24170,24169,0,2,24192,24191,24194,0,2,24194,24191,24195,0,2,24195,24191,24725,0,2,24195,24725,24722,0,2,24726,24725,24191,0,2,24726,24190,24725,0,2,24725,24190,24188,0,2,24725,24188,24722,0,2,24691,24174,24186,0,2,24186,24174,24185,0,2,24165,24166,24157,0,2,39310,24157,39312,0,2,39310,39312,24736,0,2,24738,24727,24732,0,2,24728,24732,39262,0,2,24728,39262,24731,0,2,24731,39262,24729,0,2,24731,24733,24728,0,2,24740,24731,24729,0,2,24732,24728,24733,0,2,24734,24733,24139,0,2,24139,24733,24731,0,2,24141,24739,24735,0,2,24735,24739,24737,0,2,24737,24739,39310,0,2,24737,39310,24736,0,2,24737,24738,24735,0,2,24158,24739,24141,0,2,24157,39310,24739,0,2,24157,24739,24158,0,2,24139,24731,24730,0,2,24730,24731,24740,0,2,24161,24153,24103,0,2,24136,24135,24751,0,2,24136,24751,24138,0,2,24138,24751,24752,0,2,24741,24748,24140,0,2,39324,24748,24749,0,2,39324,24749,24742,0,2,39498,24750,24743,0,2,24744,24743,24745,0,2,39296,24745,24751,0,2,39296,24751,24135,0,2,24745,24743,24746,0,2,24747,24746,24749,0,2,24747,24749,24748,0,2,24742,24749,24750,0,2,24742,24750,39498,0,2,24747,24748,24741,0,2,24747,24741,24752,0,2,24752,24751,24747,0,2,24745,24746,24751,0,2,24751,24746,24747,0,2,24746,24743,24750,0,2,24750,24749,24746,0,2,24138,24752,24139,0,2,24752,24741,24141,0,2,24141,24741,24140,0,2,24141,24734,24752,0,2,24752,24734,24139,0,2,24127,24128,24099,0,2,24099,24753,24754,0,2,24098,24755,24097,0,2,24098,39411,24755,0,2,24755,39411,24756,0,2,24754,24756,24099,0,2,39411,24098,39412,0,2,24099,39411,24127,0,2,24095,24757,24841,0,2,24095,24841,24762,0,2,24095,24762,24780,0,2,24780,24762,24779,0,2,24779,39499,24758,0,2,24758,39499,24759,0,2,24778,24759,24760,0,2,24778,24760,24781,0,2,39499,24779,24762,0,2,39499,24762,24761,0,2,24761,24763,24783,0,2,24783,24764,24787,0,2,24787,24765,24766,0,2,24767,24766,48882,0,2,24790,24772,24773,0,2,24784,24777,24776,0,2,24781,25476,24778,0,2,24759,24778,25390,0,2,24759,25390,24758,0,2,24758,25390,25391,0,2,24758,25391,24779,0,2,24094,24780,25391,0,2,24094,25391,24093,0,2,24092,25392,25393,0,2,24092,25393,24866,0,2,24093,24855,24094,0,2,24779,25391,24780,0,2,25476,24781,24776,0,2,25476,24776,24777,0,2,24781,24782,24784,0,2,24781,24784,24776,0,2,24775,24784,24785,0,2,24786,24789,24787,0,2,24767,24787,24766,0,2,24772,24788,24771,0,2,24771,24788,24769,0,2,24769,24788,24767,0,2,24769,24767,48882,0,2,24767,24788,24787,0,2,24787,24788,24786,0,2,24787,24789,24783,0,2,24789,24786,24775,0,2,24775,24785,24789,0,2,24775,24786,24774,0,2,24774,24786,24790,0,2,24790,24786,24772,0,2,24772,24786,24788,0,2,24790,24773,24774,0,2,24784,24782,24785,0,2,24789,24785,24783,0,2,25484,24836,24791,0,2,25488,24794,24795,0,2,24803,24810,24796,0,2,24796,24798,24797,0,2,24797,24798,24828,0,2,24828,24798,24799,0,2,24799,24798,24809,0,2,24799,24800,24801,0,2,24837,24801,24802,0,2,24801,24800,24802,0,2,24795,24803,25488,0,2,25488,24803,33820,0,2,24804,33820,24796,0,2,24796,33820,24803,0,2,25479,24806,24792,0,2,24793,24806,24794,0,2,24806,24793,24792,0,2,24794,24835,24795,0,2,24777,24784,25484,0,2,25484,24784,24775,0,2,25484,24775,24836,0,2,24836,24775,24774,0,2,24791,24836,24805,0,2,24806,24805,24835,0,2,24806,24835,24794,0,2,24795,24807,24811,0,2,24811,24834,24808,0,2,24809,24808,24800,0,2,24800,24808,24802,0,2,24808,24809,24810,0,2,24796,24810,24798,0,2,24810,24809,24798,0,2,24808,24810,24811,0,2,24811,24810,24803,0,2,24811,24803,24795,0,2,24805,24806,25479,0,2,24805,25479,24791,0,2,24771,24769,24770,0,2,24768,24769,48882,0,2,24787,24764,24765,0,2,24813,24814,24815,0,2,24813,24815,24838,0,2,24838,24815,24816,0,2,24817,33919,33924,0,2,24817,33933,24818,0,2,24833,24818,24832,0,2,24801,24819,24799,0,2,24799,24819,24829,0,2,24820,24828,33793,0,2,33793,24826,24821,0,2,24821,24827,24822,0,2,24822,24827,24823,0,2,24823,24827,24824,0,2,24823,24824,33790,0,2,33790,24824,23816,0,2,24825,24824,24827,0,2,24825,24827,33902,0,2,23815,33902,24826,0,2,24821,24826,24827,0,2,24826,24828,23814,0,2,23814,24828,24799,0,2,23814,24799,24829,0,2,24826,33793,24828,0,2,24825,33906,24824,0,2,24819,24801,24837,0,2,24839,24831,48883,0,2,24839,48883,24813,0,2,24832,24819,24831,0,2,24832,24831,24833,0,2,24833,24817,24818,0,2,24833,24831,24839,0,2,33915,24834,24811,0,2,33915,24811,24807,0,2,24774,24835,24805,0,2,24774,24805,24836,0,2,24835,24807,24795,0,2,24807,24835,24772,0,2,33914,24802,24808,0,2,33914,24808,24834,0,2,24819,24837,24831,0,2,24831,24837,33916,0,2,24831,33916,48883,0,2,24837,24802,33916,0,2,24816,33919,24838,0,2,24817,24833,33919,0,2,33919,24833,24838,0,2,24838,24833,24839,0,2,24839,24813,24838,0,2,24813,24812,24814,0,2,33918,24814,24840,0,2,24841,24757,24840,0,2,24763,24842,24764,0,2,24812,24842,24814,0,2,24814,24842,24840,0,2,24840,24842,24841,0,2,24841,24842,24763,0,2,24762,24763,24761,0,2,24841,24763,24762,0,2,24812,24765,24842,0,2,39413,24844,24845,0,2,24845,24844,39416,0,2,39416,24844,24859,0,2,24847,24851,24120,0,2,24847,24120,24124,0,2,24847,24848,24849,0,2,24850,24103,24102,0,2,24849,24850,24846,0,2,24849,24846,24847,0,2,24847,24846,24851,0,2,39513,24851,24852,0,2,24852,24856,24853,0,2,24852,24853,24866,0,2,24092,24866,24855,0,2,24855,24866,24853,0,2,24855,24853,24858,0,2,24855,24858,24861,0,2,24095,24861,24843,0,2,24843,24861,24854,0,2,24844,24854,24859,0,2,24854,24844,24843,0,2,24851,24846,24856,0,2,24857,24860,24858,0,2,24856,24857,24858,0,2,24858,24853,24856,0,2,24856,24852,24851,0,2,24857,24859,24860,0,2,24860,24859,24854,0,2,24854,24861,24860,0,2,24860,24861,24858,0,2,24857,24856,24846,0,2,24843,24844,24757,0,2,24757,24844,39413,0,2,24862,24865,24863,0,2,39513,24863,24864,0,2,24864,24863,24114,0,2,24865,39431,24863,0,2,24114,39431,24089,0,2,24862,24863,24866,0,2,24085,24086,24867,0,2,39421,24085,24867,0,2,24086,24087,24867,0,2,24884,24867,24868,0,2,24870,24871,24890,0,2,24890,24871,24872,0,2,24872,24873,24874,0,2,24874,24873,25417,0,2,24874,25417,39507,0,2,39507,25417,24875,0,2,39512,24876,24878,0,2,24878,24876,24877,0,2,24878,24877,24879,0,2,24879,39433,24881,0,2,24880,24881,24083,0,2,24083,24881,24882,0,2,24083,24882,39430,0,2,24883,24882,24881,0,2,24883,24881,39433,0,2,39430,24882,24082,0,2,24884,24868,24869,0,2,24884,24869,24889,0,2,24884,24889,24891,0,2,24880,24891,24885,0,2,24880,24885,24886,0,2,24886,24885,24887,0,2,24886,24887,39506,0,2,39506,24887,24888,0,2,39506,24888,24872,0,2,39506,24872,24874,0,2,24888,24887,24889,0,2,24889,24869,24870,0,2,24889,24870,24890,0,2,24889,24890,24888,0,2,24888,24890,24872,0,2,24889,24887,24891,0,2,24880,24886,24881,0,2,24881,24886,24879,0,2,24880,24083,24084,0,2,24880,24084,24891,0,2,24891,24084,39421,0,2,24891,39421,24884,0,2,24867,24087,39500,0,2,24867,39500,24868,0,2,24868,39500,24892,0,2,24090,24892,24089,0,2,24087,24088,39500,0,2,24076,39327,24893,0,2,24893,24894,24901,0,2,24895,39515,39514,0,2,24895,39514,24896,0,2,24900,24899,24897,0,2,24897,24899,24080,0,2,24897,24080,24898,0,2,24898,24081,39426,0,2,24080,24899,24079,0,2,24079,24899,24078,0,2,24899,24900,24078,0,2,24896,39514,24900,0,2,24894,24895,39521,0,2,24076,24893,24901,0,2,24901,24523,24076,0,2,24070,24068,24902,0,2,24902,24068,24904,0,2,24902,24904,39476,0,2,39476,24904,24903,0,2,24068,24066,24906,0,2,24940,24941,24905,0,2,24940,24905,24906,0,2,24941,24909,24932,0,2,24941,24932,24908,0,2,24941,24908,39477,0,2,39477,24908,24907,0,2,24533,24933,24936,0,2,24533,24936,24534,0,2,24907,24908,24931,0,2,24933,24533,24931,0,2,24933,24931,24937,0,2,24909,24937,24932,0,2,24911,24912,24913,0,2,24913,33884,24924,0,2,33884,33883,24924,0,2,24924,33883,24914,0,2,24916,24917,24918,0,2,24918,24917,33863,0,2,24926,24929,33860,0,2,24920,33860,39544,0,2,24927,24921,39615,0,2,24927,39615,24922,0,2,24927,24922,24923,0,2,24923,24924,24918,0,2,24918,24924,24914,0,2,24916,24918,24915,0,2,24915,24918,24914,0,2,24927,24923,24925,0,2,24925,24923,24918,0,2,24925,24919,24926,0,2,24926,33860,24920,0,2,24926,24920,24928,0,2,24925,24928,24927,0,2,24927,24928,24921,0,2,24921,24928,24920,0,2,24926,24928,24925,0,2,24918,24919,24925,0,2,24918,33863,24919,0,2,24926,24919,24929,0,2,24912,24065,24930,0,2,24065,24912,24940,0,2,24909,24940,24910,0,2,24910,24940,24911,0,2,24911,24940,24912,0,2,24937,24931,24932,0,2,24908,24932,24931,0,2,24933,24938,24934,0,2,24933,24934,24935,0,2,24279,24935,39480,0,2,24279,39480,24278,0,2,24280,24534,24936,0,2,24279,24936,24935,0,2,24279,24280,24936,0,2,24935,24936,24933,0,2,24933,24937,24938,0,2,24934,24938,24939,0,2,24922,24913,24923,0,2,24941,24940,24909,0,2,24068,24906,24904,0,2,24906,24905,24904,0,2,24904,24941,24903,0,2,24903,24941,39477,0,2,24052,24942,24943,0,2,33808,24943,24944,0,2,33808,24944,25368,0,2,25368,25367,33808,0,2,33808,25367,24945,0,2,24945,25367,25366,0,2,25366,25350,24946,0,2,25366,24946,24947,0,2,24947,24946,24948,0,2,24947,25358,25376,0,2,25376,25358,25361,0,2,25375,25360,39563,0,2,39563,25360,24949,0,2,39559,24949,24951,0,2,24950,24951,25338,0,2,24950,25338,24952,0,2,24952,25338,24953,0,2,24953,25322,24954,0,2,24955,24962,33870,0,2,33870,24962,24956,0,2,33870,24956,24957,0,2,24983,24982,24960,0,2,24960,24961,24978,0,2,24975,24956,24962,0,2,24962,24955,24963,0,2,24963,24955,25334,0,2,25334,24955,24954,0,2,24962,24963,24975,0,2,24975,24963,24964,0,2,24965,24966,24967,0,2,39621,34214,24968,0,2,25190,25181,25182,0,2,25182,25183,24980,0,2,24980,25183,24969,0,2,24971,25184,24972,0,2,24982,33879,24959,0,2,24964,24974,24984,0,2,24975,24984,24979,0,2,24979,24984,24976,0,2,24979,24976,25190,0,2,25190,24976,24977,0,2,24978,24961,24981,0,2,24956,24975,24979,0,2,24979,24981,24956,0,2,24956,24981,24961,0,2,25190,25182,24979,0,2,24979,25182,24980,0,2,24980,24981,24979,0,2,24981,24980,24978,0,2,24978,24980,24960,0,2,24983,24960,24970,0,2,24983,24970,24971,0,2,24970,24960,24969,0,2,24969,24960,24980,0,2,24982,24983,24973,0,2,24973,33879,24982,0,2,24973,24983,24972,0,2,24972,24983,24971,0,2,24967,24974,24965,0,2,24965,24974,24964,0,2,24965,25330,24985,0,2,24998,24985,25308,0,2,24997,25308,24986,0,2,25286,24986,24987,0,2,24989,24990,25290,0,2,25290,24990,24991,0,2,25290,24991,25320,0,2,24992,24994,25289,0,2,24994,24993,25003,0,2,24994,25003,25002,0,2,24994,25002,25288,0,2,25288,25002,24995,0,2,25287,24995,25284,0,2,24996,25285,24997,0,2,24997,25285,24999,0,2,24997,24999,25308,0,2,25308,24999,24998,0,2,24985,24966,24965,0,2,24966,24985,24998,0,2,34213,24999,34212,0,2,34206,25285,25283,0,2,34207,25283,25001,0,2,25006,25007,25263,0,2,25263,25007,25008,0,2,25008,25009,25262,0,2,25262,25009,25010,0,2,25262,25010,25011,0,2,25011,25010,25012,0,2,25011,25012,25013,0,2,25013,25012,25014,0,2,25014,34191,34276,0,2,34276,34183,25172,0,2,25172,25015,25017,0,2,25017,25015,25016,0,2,34269,25019,25018,0,2,25023,25022,34228,0,2,25023,34228,25034,0,2,25034,34228,25024,0,2,25034,25024,25029,0,2,25029,25024,25025,0,2,25025,25026,25028,0,2,25028,25026,25027,0,2,25027,25026,10355,0,2,25027,10355,10356,0,2,10354,10355,25025,0,2,25025,10355,25026,0,2,25025,25024,10354,0,2,10354,9528,9527,0,2,25027,10351,8147,0,2,25027,8147,8148,0,2,25027,8148,25028,0,2,25028,8343,25025,0,2,25025,8343,25029,0,2,25029,8343,25036,0,2,25029,25036,25259,0,2,25031,25248,25032,0,2,25032,25248,25033,0,2,47680,25023,25034,0,2,25259,25036,25035,0,2,25037,25036,45559,0,2,25037,45559,25258,0,2,25258,8149,25038,0,2,25038,8149,8156,0,2,25139,25038,25039,0,2,25139,25039,25243,0,2,25243,25039,25119,0,2,25243,25119,25137,0,2,25129,25040,25109,0,2,25041,25043,25042,0,2,40061,25128,25044,0,2,25044,25111,40065,0,2,40065,25111,25045,0,2,40065,25045,25076,0,2,25076,25083,25046,0,2,25049,25050,25079,0,2,25079,25050,25051,0,2,25081,25077,25053,0,2,25053,25052,39791,0,2,25053,39791,39792,0,2,48853,39792,25054,0,2,25055,25056,24430,0,2,24430,25056,24435,0,2,24435,25056,24436,0,2,24436,25056,39789,0,2,24436,39789,39678,0,2,48854,39678,39833,0,2,39833,25057,25067,0,2,25067,25057,39642,0,2,25062,25063,39657,0,2,37541,37531,25064,0,2,25066,25058,39642,0,2,25064,37531,39653,0,2,25064,39653,25065,0,2,39833,25067,48854,0,2,48854,25067,24447,0,2,24447,25067,24449,0,2,24449,25067,25068,0,2,25055,24431,25054,0,2,25080,25081,25069,0,2,25069,48853,24434,0,2,24434,48853,25070,0,2,25069,24434,25071,0,2,25071,25072,25078,0,2,25078,25072,25073,0,2,25075,25074,25076,0,2,25053,39792,25081,0,2,25053,25077,39781,0,2,39786,25053,39781,0,2,25049,25079,40054,0,2,25079,25051,25082,0,2,25079,25082,40053,0,2,25082,25051,25080,0,2,25080,25051,25081,0,2,25077,25081,25051,0,2,25082,25080,25078,0,2,25078,40053,25082,0,2,25080,25069,25071,0,2,25071,25078,25080,0,2,25076,25045,25083,0,2,25084,25083,25085,0,2,25085,25045,25111,0,2,25085,25111,25086,0,2,40082,25086,25087,0,2,25087,25089,40080,0,2,40078,25089,25100,0,2,25091,39906,40076,0,2,40076,39906,25092,0,2,25092,25093,39865,0,2,39865,25093,39908,0,2,39864,39908,39900,0,2,39900,39902,25094,0,2,25094,39902,25098,0,2,25094,25098,25095,0,2,25095,25099,39852,0,2,39852,25099,25096,0,2,39852,25096,39851,0,2,39851,25096,25097,0,2,25096,25099,39745,0,2,39745,25099,25098,0,2,25095,25098,25099,0,2,25090,40077,25100,0,2,25087,40080,25102,0,2,25102,25101,40083,0,2,40083,40082,25102,0,2,25102,40082,25087,0,2,25088,25087,25086,0,2,25088,25086,25111,0,2,25085,25086,25103,0,2,25085,25103,25084,0,2,25084,25105,25104,0,2,25104,40066,25047,0,2,25104,25047,25046,0,2,25046,25083,25104,0,2,25084,25104,25083,0,2,25085,25083,25045,0,2,25043,25041,25106,0,2,25106,25041,25107,0,2,25116,25120,25107,0,2,25108,25040,25117,0,2,25109,25107,25041,0,2,25040,25108,25109,0,2,25109,25108,25116,0,2,25109,25116,25107,0,2,25110,25106,25107,0,2,25128,25110,25121,0,2,25121,25088,25111,0,2,25088,25121,25122,0,2,25088,25122,25112,0,2,25087,25112,25089,0,2,45542,25113,25114,0,2,25114,45537,25115,0,2,25115,25116,8167,0,2,8167,25116,25117,0,2,25117,25116,25108,0,2,25137,25117,25040,0,2,25137,25040,25129,0,2,8155,25119,25039,0,2,25039,25038,8156,0,2,25117,25119,25118,0,2,8167,25117,45532,0,2,45532,25117,25118,0,2,25110,25120,45537,0,2,25110,45537,25121,0,2,25121,45537,25122,0,2,25122,25113,25112,0,2,25114,25115,25123,0,2,25123,45541,25124,0,2,45463,25125,45462,0,2,45462,25125,8175,0,2,45462,8175,8176,0,2,45462,8176,25126,0,2,25126,8176,7995,0,2,25126,7995,8177,0,2,45541,25127,25124,0,2,45463,25124,25125,0,2,25124,25127,25125,0,2,25125,25127,8175,0,2,25123,8167,8169,0,2,8167,25123,25115,0,2,25089,25112,25113,0,2,25113,45537,25114,0,2,25113,25122,45537,0,2,25088,25112,25087,0,2,25111,25044,25128,0,2,25111,25128,25121,0,2,25041,25042,25109,0,2,25109,25042,25129,0,2,25129,25042,25130,0,2,25132,25129,25130,0,2,25136,25132,25131,0,2,25134,25131,25135,0,2,25130,45549,25132,0,2,25135,25131,25132,0,2,25129,25132,25136,0,2,25136,25131,25243,0,2,25243,25131,25133,0,2,25131,25134,25133,0,2,25129,25136,25137,0,2,25038,25139,25138,0,2,25138,25139,25140,0,2,25138,25140,25257,0,2,25140,25141,25142,0,2,25145,25037,25258,0,2,25037,25145,25146,0,2,25148,25147,25245,0,2,25148,25149,25150,0,2,25150,25149,25246,0,2,25246,25149,25202,0,2,25246,25202,25151,0,2,25151,25202,25203,0,2,25151,25203,25155,0,2,25151,25155,25152,0,2,25253,25152,25168,0,2,25154,25153,25256,0,2,25167,25168,25152,0,2,25167,25152,25155,0,2,25167,25155,25156,0,2,25157,25156,34194,0,2,25157,34194,34195,0,2,25171,34195,25158,0,2,25159,25158,25160,0,2,25160,25162,25161,0,2,25163,25161,25162,0,2,25164,25261,25165,0,2,25164,25165,25163,0,2,25163,25165,25161,0,2,25161,25165,25166,0,2,25160,25166,25159,0,2,25166,25160,25161,0,2,25171,25158,25159,0,2,25171,25159,25014,0,2,25171,25014,34276,0,2,25168,25167,25169,0,2,25168,25169,25154,0,2,25154,25169,25157,0,2,25154,25157,25170,0,2,34274,25170,25171,0,2,34274,25171,34276,0,2,25168,25154,25256,0,2,25169,25167,25156,0,2,25169,25156,25157,0,2,25271,25174,34199,0,2,34199,25174,25204,0,2,25204,25223,25175,0,2,25175,25223,25176,0,2,25191,25193,25177,0,2,25178,25217,25179,0,2,25179,25217,25216,0,2,25179,25216,25180,0,2,25179,25180,25188,0,2,25179,25188,25192,0,2,25192,25188,25181,0,2,25181,25189,25183,0,2,24969,25183,24970,0,2,24971,24970,25184,0,2,25184,25185,39619,0,2,39619,25185,24286,0,2,24286,25185,24270,0,2,25185,25184,39228,0,2,39228,25184,25186,0,2,25180,39225,25188,0,2,25181,25188,25189,0,2,25183,25189,25187,0,2,25188,39225,25189,0,2,25189,39225,25187,0,2,24970,25187,25186,0,2,24970,25186,25184,0,2,24970,25183,25187,0,2,25182,25181,25183,0,2,25181,25190,25192,0,2,25192,25190,25191,0,2,25192,25191,25177,0,2,25192,25177,25178,0,2,25192,25178,25179,0,2,25190,24977,25191,0,2,25193,25191,24977,0,2,25193,24977,24968,0,2,25204,25175,34199,0,2,25272,34199,25198,0,2,24968,25194,25195,0,2,25196,34199,25175,0,2,25196,25175,25176,0,2,25196,25176,25197,0,2,25196,25197,25195,0,2,25195,25197,24968,0,2,25193,24968,25197,0,2,34199,25196,25198,0,2,25196,25195,25198,0,2,25198,25195,25194,0,2,34198,25155,25203,0,2,34198,25203,25200,0,2,25199,25200,25201,0,2,25201,25200,25203,0,2,25201,25203,25202,0,2,34198,25200,25173,0,2,25173,25200,25174,0,2,25204,25237,25205,0,2,25205,25237,25206,0,2,25205,25206,25224,0,2,25224,25206,25207,0,2,25207,25206,25238,0,2,25211,25207,25239,0,2,25211,25239,25209,0,2,25209,25239,25208,0,2,25209,25208,25210,0,2,25209,25210,25231,0,2,25207,25211,25224,0,2,25222,25225,25221,0,2,25220,25212,25213,0,2,25177,25213,25178,0,2,24486,25215,24404,0,2,24486,25218,25215,0,2,25215,25218,25216,0,2,25214,25215,25217,0,2,25214,25217,25178,0,2,25216,25217,25215,0,2,25218,39226,25216,0,2,25180,25216,39225,0,2,25218,39626,39226,0,2,25178,25213,39625,0,2,39622,25212,25221,0,2,25178,39625,25219,0,2,25178,25219,25214,0,2,39625,25213,25212,0,2,25177,25193,25213,0,2,25213,25193,25220,0,2,25220,25176,25221,0,2,25220,25221,25212,0,2,25220,25193,25197,0,2,25220,25197,25176,0,2,25222,25176,25223,0,2,25176,25222,25221,0,2,25225,25222,25223,0,2,25225,25223,25205,0,2,25205,25223,25204,0,2,25205,25224,25225,0,2,25221,25225,25233,0,2,39622,25233,25226,0,2,25228,24405,39623,0,2,39624,39623,25229,0,2,39624,25229,24404,0,2,24405,25228,25234,0,2,25234,25228,25227,0,2,25234,25227,25235,0,2,24408,25231,25230,0,2,25231,25232,25209,0,2,25232,25231,25226,0,2,25226,25231,24408,0,2,24408,25235,25226,0,2,25232,25226,25233,0,2,24461,25234,24406,0,2,24408,24407,25235,0,2,25235,24407,24406,0,2,25235,24406,25234,0,2,25225,25224,25233,0,2,25233,25224,25236,0,2,25233,25236,25232,0,2,25224,25211,25236,0,2,25232,25236,25209,0,2,25209,25236,25211,0,2,25206,25237,25238,0,2,25238,25237,25201,0,2,25174,25199,25237,0,2,25237,25204,25174,0,2,25237,25199,25201,0,2,25207,25238,25245,0,2,25207,25245,25239,0,2,25144,25143,25240,0,2,25208,25240,25210,0,2,25208,25239,25240,0,2,25240,25239,25144,0,2,25210,25241,25230,0,2,25230,25231,25210,0,2,25241,25210,25240,0,2,25241,25141,24416,0,2,24416,24417,25241,0,2,24416,25141,24415,0,2,24415,25141,25242,0,2,24415,25242,40060,0,2,40060,25242,25133,0,2,25141,25140,25242,0,2,25242,25140,25139,0,2,25242,25139,25133,0,2,25133,25139,25243,0,2,25243,25137,25136,0,2,25141,25241,25142,0,2,25142,25241,25240,0,2,25149,25245,25244,0,2,25149,25244,25202,0,2,25202,25244,25201,0,2,25201,25244,25238,0,2,25238,25244,25245,0,2,25239,25245,25144,0,2,25144,25245,25147,0,2,25148,25245,25149,0,2,25037,25146,25036,0,2,25036,25146,25035,0,2,25035,25146,25030,0,2,25030,25146,25148,0,2,25148,25146,25147,0,2,25148,25150,25030,0,2,25030,25150,25031,0,2,25031,25150,25246,0,2,25031,25246,25248,0,2,25248,25246,25247,0,2,25248,25247,25249,0,2,47681,47680,25033,0,2,47681,25033,25248,0,2,47681,25248,25249,0,2,25251,25250,25019,0,2,25019,25020,25251,0,2,25251,25023,47680,0,2,25251,47680,47681,0,2,25020,25021,25251,0,2,25251,25021,25022,0,2,25251,25022,25023,0,2,25249,25247,25252,0,2,25254,25153,25019,0,2,25019,25153,25018,0,2,25249,25252,25254,0,2,25249,25254,25250,0,2,25252,25253,25254,0,2,25250,25254,25019,0,2,25246,25151,25255,0,2,25253,25252,25255,0,2,25255,25252,25247,0,2,25255,25247,25246,0,2,25151,25152,25255,0,2,25255,25152,25253,0,2,25253,25256,25254,0,2,25254,25256,25153,0,2,25168,25256,25253,0,2,25143,25144,25145,0,2,25143,25145,25257,0,2,25257,25140,25142,0,2,25144,25147,25145,0,2,25257,25145,25258,0,2,25257,25258,25138,0,2,25138,25258,25038,0,2,8156,8149,8157,0,2,8157,8149,8150,0,2,8149,25258,45559,0,2,25029,25259,25034,0,2,25034,25259,25260,0,2,25033,25260,25032,0,2,25011,34192,25261,0,2,25011,25261,25262,0,2,25262,25261,25263,0,2,25263,25261,25264,0,2,25005,25264,25265,0,2,25274,25265,25273,0,2,25274,25273,34203,0,2,25269,25267,25268,0,2,25269,25268,25270,0,2,25269,25270,25271,0,2,25269,25271,25272,0,2,34203,25273,25266,0,2,25008,25262,25263,0,2,25274,34202,25004,0,2,25004,34202,25003,0,2,25003,34202,25002,0,2,25274,25005,25265,0,2,25005,25006,25264,0,2,25264,25006,25263,0,2,25006,25005,34201,0,2,25003,25275,25004,0,2,25004,34172,25274,0,2,25004,25275,34172,0,2,34172,25275,25282,0,2,34172,25282,25276,0,2,25278,25276,25277,0,2,25278,25277,25315,0,2,25278,25315,25279,0,2,34168,25279,25280,0,2,25314,25277,25282,0,2,34175,25282,25275,0,2,34175,25275,24993,0,2,24993,25275,25003,0,2,25276,25282,25277,0,2,24994,24992,24993,0,2,24993,24992,34175,0,2,25274,34172,25005,0,2,25005,34172,34201,0,2,25284,24995,25001,0,2,34206,25283,25000,0,2,25000,25283,34207,0,2,25001,25283,25284,0,2,24996,24997,24986,0,2,24996,24986,25286,0,2,25286,24987,24988,0,2,25287,25288,24995,0,2,24994,25288,25289,0,2,25289,25290,25320,0,2,25290,25288,25287,0,2,25288,25290,25289,0,2,25290,25287,24989,0,2,25287,24988,24989,0,2,24996,25286,25284,0,2,25291,25292,25310,0,2,25291,24991,24990,0,2,25291,25310,24991,0,2,24991,25310,25321,0,2,24992,25320,25293,0,2,34175,25293,25294,0,2,34175,25294,25295,0,2,25317,25294,25296,0,2,25296,25303,25297,0,2,24036,25298,25299,0,2,24036,34176,25298,0,2,25299,25300,25301,0,2,25301,25300,24038,0,2,24038,25300,24039,0,2,24039,25300,24041,0,2,24041,25300,25302,0,2,25309,25302,25304,0,2,25303,25296,25294,0,2,25300,25304,25302,0,2,25304,25300,25297,0,2,25297,25300,25299,0,2,25297,25299,25298,0,2,24041,25302,34174,0,2,25490,34174,25348,0,2,25348,34174,25292,0,2,25348,25292,25305,0,2,25307,24985,25329,0,2,24985,25307,25308,0,2,25308,25307,24986,0,2,24987,34208,24988,0,2,24988,34208,25306,0,2,24988,25306,24989,0,2,24989,25341,24990,0,2,24990,25341,25291,0,2,25291,25341,25292,0,2,25341,25305,25292,0,2,34174,25302,25309,0,2,25310,25309,25321,0,2,25301,24037,25299,0,2,25296,25297,39614,0,2,25313,25311,25312,0,2,25313,25312,25281,0,2,25294,25317,25295,0,2,25295,25317,25314,0,2,25277,25314,25315,0,2,25279,25315,25313,0,2,25280,25316,25510,0,2,25510,25316,25281,0,2,25281,25316,25313,0,2,25314,25317,25315,0,2,25315,25317,25311,0,2,25315,25311,25313,0,2,39614,25318,25296,0,2,25296,25318,25317,0,2,25316,25280,25279,0,2,25316,25279,25313,0,2,25314,25282,25295,0,2,25319,25320,25321,0,2,25303,25294,25319,0,2,25319,25294,25293,0,2,25319,25293,25320,0,2,25321,25320,24991,0,2,25303,25319,25304,0,2,25304,25319,25321,0,2,24957,24956,24958,0,2,24956,24961,24958,0,2,24958,24961,24959,0,2,24959,24961,24982,0,2,24982,24961,24960,0,2,24953,25338,25322,0,2,25322,25337,25326,0,2,25326,25337,25323,0,2,25323,25339,25332,0,2,25328,25339,34210,0,2,25328,34210,34209,0,2,25328,34209,25324,0,2,25324,25325,25307,0,2,25307,25325,24986,0,2,25323,25332,25326,0,2,25322,25326,24954,0,2,24954,25326,25334,0,2,24963,25334,25331,0,2,25331,25333,25327,0,2,25328,25327,25339,0,2,25328,25329,25330,0,2,25330,25329,24985,0,2,25307,25329,25324,0,2,25324,25329,25328,0,2,25328,25330,25327,0,2,25327,25330,25331,0,2,25331,25330,24965,0,2,25331,24965,24964,0,2,24964,24963,25331,0,2,25339,25327,25332,0,2,25326,25332,25333,0,2,25332,25327,25333,0,2,25333,25334,25326,0,2,25334,25333,25331,0,2,25336,25323,25337,0,2,24951,25359,25335,0,2,24951,24949,25359,0,2,24951,25335,25338,0,2,25323,25358,25339,0,2,25339,25358,25340,0,2,25365,34211,34272,0,2,25365,34272,34273,0,2,34208,34273,25306,0,2,25306,25342,25341,0,2,25306,25341,24989,0,2,25341,25342,25305,0,2,25305,25342,25343,0,2,25343,25344,25345,0,2,25345,25344,25346,0,2,25347,25346,25353,0,2,24946,25350,25353,0,2,25353,25350,25347,0,2,25345,25352,25348,0,2,25490,25348,25492,0,2,25492,25348,25352,0,2,25349,25352,25351,0,2,25349,25351,25494,0,2,25347,25350,25351,0,2,25347,25351,25352,0,2,25494,25351,25350,0,2,34174,25490,24041,0,2,25348,25305,25343,0,2,25348,25343,25345,0,2,25345,25346,25352,0,2,25352,25346,25347,0,2,25353,25346,25363,0,2,25363,25364,25353,0,2,25353,25364,24948,0,2,25353,24948,24946,0,2,25355,24948,25354,0,2,25355,25354,25340,0,2,25355,25340,25358,0,2,34211,25340,25354,0,2,34272,25354,25356,0,2,25364,25357,25356,0,2,25364,25356,25354,0,2,24948,25355,24947,0,2,24947,25355,25358,0,2,25361,25358,25336,0,2,25361,25336,25362,0,2,25360,25359,24949,0,2,25359,25360,25362,0,2,25361,25362,25375,0,2,25375,25362,25360,0,2,25359,25362,25335,0,2,25363,25357,25364,0,2,25357,25363,25344,0,2,25346,25344,25363,0,2,25343,25342,25344,0,2,25344,25342,25357,0,2,24948,25364,25354,0,2,34273,34208,25365,0,2,25323,25336,25358,0,2,25335,25362,25337,0,2,25337,25362,25336,0,2,25337,25322,25335,0,2,25335,25322,25338,0,2,25350,25366,25367,0,2,25350,25367,25368,0,2,25491,25370,25372,0,2,25491,25372,25371,0,2,33831,25371,25372,0,2,25369,25373,25372,0,2,25369,25372,25370,0,2,33831,25372,25373,0,2,24943,24942,24944,0,2,24944,25373,25369,0,2,24944,25369,25368,0,2,24052,24943,24053,0,2,24053,24943,33808,0,2,25374,24945,39587,0,2,39587,25377,33834,0,2,33834,25376,33897,0,2,33897,25376,25375,0,2,25375,25376,25361,0,2,24947,25376,25377,0,2,24947,25377,25366,0,2,25366,25377,24945,0,2,25376,33834,25377,0,2,25377,39587,24945,0,2,25379,25416,24048,0,2,24017,25380,24015,0,2,24015,25380,25456,0,2,25456,25380,25414,0,2,25456,25414,25415,0,2,25456,25415,25458,0,2,25458,25415,25381,0,2,25381,25403,25382,0,2,25475,25382,25404,0,2,25383,25384,25473,0,2,25473,25384,25452,0,2,25473,25452,25472,0,2,25472,25452,25389,0,2,25389,25452,25385,0,2,25389,25385,25388,0,2,25388,25385,25386,0,2,25386,25452,25454,0,2,25386,25454,25453,0,2,25386,25387,25388,0,2,25477,25390,24778,0,2,25391,25388,25392,0,2,25392,25388,25387,0,2,25392,25387,25393,0,2,25453,25394,24865,0,2,24865,25394,24091,0,2,24091,25394,24090,0,2,24090,25394,25397,0,2,25395,24869,25396,0,2,24868,24892,24869,0,2,24869,24892,25396,0,2,25395,25396,25397,0,2,24090,25397,24892,0,2,24892,25397,25396,0,2,24869,25395,24870,0,2,24870,25395,24871,0,2,24871,25398,25400,0,2,25400,25398,25399,0,2,25401,25405,25402,0,2,25403,25402,25405,0,2,25403,25405,25404,0,2,25404,25405,25474,0,2,25474,25405,25383,0,2,25403,25404,25382,0,2,25402,25406,25401,0,2,25401,25406,25400,0,2,25402,25403,25407,0,2,25406,25407,25447,0,2,25406,25447,25408,0,2,25408,24872,25409,0,2,25409,24872,24871,0,2,25409,24871,25400,0,2,25409,25400,25406,0,2,25407,25406,25402,0,2,24872,25408,25445,0,2,24872,25445,24873,0,2,24873,25445,39605,0,2,39605,25445,25446,0,2,39605,25446,33812,0,2,33812,25446,25410,0,2,33812,25410,25411,0,2,33814,24052,24053,0,2,33814,24053,25419,0,2,25419,24053,39601,0,2,24048,25412,25379,0,2,25379,25411,25413,0,2,25413,25411,25410,0,2,25414,25410,25448,0,2,25414,25448,25415,0,2,25381,25415,25403,0,2,25414,25380,25413,0,2,25413,25380,25416,0,2,25413,25416,25379,0,2,25411,25379,25412,0,2,25417,24873,25418,0,2,25417,25418,24875,0,2,24875,25418,25442,0,2,25442,25418,25419,0,2,25443,25420,25444,0,2,25444,39505,39510,0,2,39510,39505,39504,0,2,39510,39504,25421,0,2,25422,25423,39452,0,2,39452,25423,25434,0,2,25434,25423,25430,0,2,25424,25429,25441,0,2,25441,25429,25432,0,2,24063,25425,24062,0,2,24059,25426,25430,0,2,25428,25431,25422,0,2,25428,25422,25421,0,2,25428,24057,33886,0,2,25427,33886,33887,0,2,25427,33887,24059,0,2,25426,24059,24060,0,2,25427,24059,25431,0,2,25427,25428,33886,0,2,25425,25432,24062,0,2,24062,25432,25429,0,2,24062,25429,24061,0,2,24061,25429,25426,0,2,25426,25429,25430,0,2,24059,25430,25431,0,2,25422,25431,25423,0,2,25431,25430,25423,0,2,25430,25429,25424,0,2,25426,24060,24061,0,2,25424,25441,25433,0,2,25434,25435,39436,0,2,39436,25435,39438,0,2,39438,25435,39450,0,2,39450,25435,25436,0,2,39450,25436,39448,0,2,25437,25440,25438,0,2,25439,25440,25425,0,2,25425,25440,25432,0,2,25432,25440,25441,0,2,25440,25437,39602,0,2,25440,39602,25441,0,2,25425,24064,25439,0,2,25439,24930,25440,0,2,25440,24930,25438,0,2,25424,25433,25430,0,2,25433,25434,25430,0,2,24875,25442,25443,0,2,25443,25444,39510,0,2,25420,25443,25442,0,2,25442,25419,25420,0,2,25408,25447,25445,0,2,25445,25447,25448,0,2,25445,25448,25446,0,2,25446,25448,25410,0,2,25415,25448,25447,0,2,25415,25447,25407,0,2,25403,25415,25407,0,2,25400,25399,25401,0,2,25401,25399,25449,0,2,25401,25449,25405,0,2,24871,25395,25398,0,2,25398,25395,25450,0,2,25398,25450,25449,0,2,25398,25449,25399,0,2,25450,25454,25449,0,2,25449,25454,25451,0,2,25383,25405,25451,0,2,25451,25405,25449,0,2,25383,25451,25384,0,2,25386,25385,25452,0,2,25452,25384,25454,0,2,25454,25384,25451,0,2,25453,25454,25394,0,2,25453,25393,25386,0,2,25386,25393,25387,0,2,25394,25454,25397,0,2,25454,25450,25397,0,2,25397,25450,25395,0,2,25453,24865,25393,0,2,25392,24093,25391,0,2,25389,25388,25390,0,2,25391,25390,25388,0,2,24015,25456,25457,0,2,25457,25458,25459,0,2,25459,25458,25460,0,2,25462,25460,25461,0,2,25462,25461,25468,0,2,33819,25468,25463,0,2,33819,25463,25464,0,2,24804,33794,25465,0,2,25465,24820,25466,0,2,25466,25467,33824,0,2,33824,25467,23941,0,2,25455,25457,33818,0,2,25455,33818,24019,0,2,33818,24013,24019,0,2,24019,24013,24014,0,2,25457,25456,25458,0,2,25458,25381,25460,0,2,25460,25381,25382,0,2,25461,25382,25475,0,2,25460,25382,25461,0,2,25469,25485,25463,0,2,25463,25485,24793,0,2,25463,24793,25470,0,2,25488,25470,24794,0,2,24794,25470,24793,0,2,24793,25485,25481,0,2,25472,25471,25473,0,2,25473,25486,25474,0,2,25474,25487,25475,0,2,25475,25487,25461,0,2,25461,25487,25468,0,2,25383,25473,25474,0,2,25404,25474,25475,0,2,25472,25478,25480,0,2,25476,25477,24778,0,2,25390,25477,25389,0,2,25477,25476,25480,0,2,25477,25480,25478,0,2,25477,25478,25389,0,2,25389,25478,25472,0,2,24793,25481,24792,0,2,25481,25482,24792,0,2,25472,25482,25471,0,2,25471,25482,25481,0,2,24792,25482,25479,0,2,25483,25479,25480,0,2,25480,25479,25482,0,2,25479,25483,24791,0,2,24791,25483,25484,0,2,24777,25484,25476,0,2,25484,25483,25476,0,2,25476,25483,25480,0,2,25485,25469,25471,0,2,25473,25471,25486,0,2,25486,25471,25469,0,2,25486,25469,25487,0,2,25487,25474,25486,0,2,25471,25481,25485,0,2,25468,25469,25463,0,2,25463,25470,25464,0,2,25464,25470,25488,0,2,25464,25488,33820,0,2,24017,25416,25380,0,2,24042,24040,25493,0,2,24042,25493,25371,0,2,25371,25493,25491,0,2,25491,25489,25349,0,2,25489,25352,25349,0,2,25352,25489,25492,0,2,25489,25491,25492,0,2,24040,25490,25492,0,2,24040,25492,25493,0,2,25491,25493,25492,0,2,25491,25349,25370,0,2,25369,25370,25494,0,2,25370,25349,25494,0,2,25494,25350,25368,0,2,25494,25368,25369,0,2,24042,25371,33832,0,2,33832,24043,24042,0,2,24040,24042,24039,0,2,24039,24042,24038,0,2,24038,24042,25495,0,2,25495,24042,24043,0,2,24037,24038,24028,0,2,24028,24038,25495,0,2,24028,25495,25496,0,2,25497,25496,24045,0,2,24028,25496,25497,0,2,25497,25498,25500,0,2,25500,25498,25499,0,2,25499,24023,25500,0,2,25497,25500,24026,0,2,25497,24026,24028,0,2,24023,24024,25500,0,2,25500,24025,24026,0,2,25499,25498,24044,0,2,24044,25498,24045,0,2,24045,25498,25497,0,2,24032,33730,24033,0,2,24032,24033,25501,0,2,25501,24035,25503,0,2,25503,24035,24036,0,2,25502,25504,25518,0,2,25518,25504,24031,0,2,24031,25504,24030,0,2,24030,25504,24029,0,2,24029,25503,24036,0,2,24034,24035,24033,0,2,24033,24035,25501,0,2,24032,25501,25502,0,2,25504,25502,25503,0,2,25501,25503,25502,0,2,24033,25505,25506,0,2,25506,25505,34177,0,2,25506,34177,25507,0,2,25508,25509,23962,0,2,33733,25508,23964,0,2,23964,25508,23963,0,2,25507,34177,25509,0,2,25507,25509,25281,0,2,25281,25509,25510,0,2,25511,25510,25512,0,2,25513,25512,25514,0,2,25509,25508,33733,0,2,33733,23964,25515,0,2,24012,24011,24023,0,2,24011,24010,39606,0,2,39607,24010,39608,0,2,25518,39612,25519,0,2,23955,25516,25519,0,2,25516,25517,25519,0,2,25519,25517,25518,0,2,25518,25517,24032,0,2,25518,24032,25502,0,2,23938,24012,25520,0,2,25520,24012,25521,0,2,33818,25521,24013,0,2,24012,24013,25521,0,2,23939,25520,25525,0,2,23939,25525,33829,0,2,33829,25525,25522,0,2,25522,25523,33821,0,2,25522,33821,25524,0,2,25465,25524,24804,0,2,24804,25524,33821,0,2,24804,33821,33820,0,2,25520,25521,25525,0,2,25526,25523,25522,0,2,25522,25525,25526,0,2,39608,24010,23954,0,2,39608,23954,23955,0,2,33826,23952,23951,0,2,23936,25527,23953,0,2,25527,23936,23952,0,2,23952,23958,25527,0,2,23950,23949,25528,0,2,23950,25528,25529,0,2,23947,23948,25531,0,2,25531,25530,25532,0,2,25531,25532,23946,0,2,23946,33481,25531,0,2,23948,25530,25531,0,2,33787,23946,25532,0,2,33787,25532,23932,0,2,33788,23932,25533,0,2,33788,25533,23933,0,2,25534,23949,23950,0,2,25534,23950,25533,0,2,25533,23950,23951,0,2,25533,23951,23935,0,2,25532,25530,25534,0,2,25536,25537,25570,0,2,25570,25537,25569,0,2,25539,546,25540,0,2,33409,550,551,0,2,33442,28573,33495,0,2,25547,25546,25552,0,2,25547,25552,25554,0,2,25549,25548,25550,0,2,25550,25548,555,0,2,25553,28604,25548,0,2,25548,28604,555,0,2,25548,25554,25553,0,2,25545,33495,25551,0,2,25545,25551,25546,0,2,25546,553,25552,0,2,25552,25555,25553,0,2,25553,25555,554,0,2,25561,25544,25557,0,2,25557,25544,549,0,2,549,25544,25543,0,2,25556,25541,25558,0,2,549,25556,25557,0,2,25557,25540,548,0,2,25557,25556,25558,0,2,25557,25558,25540,0,2,544,548,546,0,2,546,548,25540,0,2,549,25543,25556,0,2,25556,25543,25559,0,2,25559,25543,23921,0,2,23921,23920,25559,0,2,25556,25559,25541,0,2,25541,25559,25542,0,2,25542,25559,23920,0,2,23923,23921,25560,0,2,25560,25544,25567,0,2,25567,25544,25561,0,2,25566,25562,33417,0,2,33417,25562,25563,0,2,33417,25564,25566,0,2,25566,25564,25565,0,2,23925,25565,49562,0,2,23925,49562,23926,0,2,25565,25564,49562,0,2,23925,23924,25565,0,2,25567,25561,25562,0,2,25562,25561,25568,0,2,25562,25566,25567,0,2,25567,25566,23924,0,2,23924,25566,25565,0,2,25560,25567,23924,0,2,25560,23924,23923,0,2,25568,25561,33427,0,2,25568,25563,25562,0,2,25561,550,33427,0,2,33427,550,33409,0,2,33409,551,33442,0,2,25544,25560,25543,0,2,25560,23921,25543,0,2,23920,33394,25542,0,2,25558,25539,25540,0,2,25539,25558,25572,0,2,25558,25541,25572,0,2,25572,25541,25538,0,2,25541,25542,25538,0,2,33394,25569,25542,0,2,25542,25569,25538,0,2,23826,25536,25570,0,2,33394,23919,25569,0,2,25569,23919,25570,0,2,23919,23918,25570,0,2,25570,23918,23826,0,2,25569,25537,25538,0,2,25538,25537,25571,0,2,25538,25571,25572,0,2,25572,25571,25573,0,2,25575,33375,25576,0,2,25575,25576,25577,0,2,25576,28615,25577,0,2,25577,28615,25539,0,2,25577,25539,25572,0,2,25574,25575,25573,0,2,25575,25577,25573,0,2,25573,25577,25572,0,2,23828,25537,23827,0,2,23828,25574,25537,0,2,25537,25574,25571,0,2,25574,25573,25571,0,2,23827,25537,25536,0,2,23826,25535,23825,0,2,23825,25535,23915,0,2,23825,23915,23823,0,2,23820,23821,25578,0,2,33783,33784,25581,0,2,23929,33781,25582,0,2,23930,25583,49560,0,2,23931,23929,25583,0,2,23820,25578,23872,0,2,23872,25578,23819,0,2,25578,33797,23819,0,2,23814,24829,23815,0,2,23815,24829,24830,0,2,21768,23810,25612,0,2,21768,25612,25584,0,2,25584,39340,25585,0,2,25585,39339,25586,0,2,25586,39339,25595,0,2,25594,25595,25610,0,2,25617,25587,25588,0,2,25617,25588,25589,0,2,25589,25588,25590,0,2,25589,25590,25591,0,2,25591,25590,39336,0,2,25610,25617,25593,0,2,25610,25593,25594,0,2,25586,25598,25600,0,2,25600,25598,25601,0,2,25601,25598,25596,0,2,25601,25596,25608,0,2,25608,25596,25609,0,2,25609,21745,21747,0,2,21745,25609,25596,0,2,25597,25596,25598,0,2,25598,25586,25595,0,2,25598,25595,25594,0,2,25591,25599,25589,0,2,25589,25599,25593,0,2,25593,25617,25589,0,2,25593,25599,25594,0,2,25591,25592,25599,0,2,25598,25594,25597,0,2,25597,25594,25599,0,2,21743,25597,25592,0,2,25592,25597,25599,0,2,21743,25596,25597,0,2,25600,25601,25602,0,2,25603,25602,21764,0,2,25604,21764,25605,0,2,25604,25605,25606,0,2,25606,25605,21749,0,2,21749,21750,25606,0,2,21764,25602,25605,0,2,21764,25607,25603,0,2,25586,25603,25607,0,2,25607,21766,25585,0,2,25585,21766,25584,0,2,25607,25585,25586,0,2,25586,25600,25603,0,2,25603,25600,25602,0,2,25601,25609,25602,0,2,25602,25609,25605,0,2,25605,25609,21749,0,2,25601,25608,25609,0,2,21748,21749,21747,0,2,25610,25595,39339,0,2,25613,25612,23811,0,2,25613,23811,33013,0,2,33013,23811,25614,0,2,25614,23811,23812,0,2,32990,32991,25615,0,2,32990,25615,25614,0,2,32990,25614,23812,0,2,25612,25613,25611,0,2,25611,25613,25616,0,2,25617,25616,39341,0,2,25617,39341,25587,0,2,25617,25610,25616,0,2,25610,39339,25616,0,2,25616,39339,25611,0,2,25584,25612,25611,0,2,21771,23809,21770,0,2,21770,23809,32983,0,2,21770,32983,21769,0,2,25643,23804,23805,0,2,25643,23805,25618,0,2,25618,25619,25620,0,2,25620,25619,25621,0,2,25621,25619,23807,0,2,23807,21771,25621,0,2,25621,33011,33010,0,2,25622,25629,25623,0,2,25633,21776,25632,0,2,25632,21776,25624,0,2,25625,25627,25626,0,2,21778,25626,25627,0,2,21775,21776,25628,0,2,21775,25628,21774,0,2,21774,25628,25630,0,2,25630,25628,25629,0,2,25630,25629,33010,0,2,25630,33010,33011,0,2,25630,33011,21773,0,2,21776,25633,25623,0,2,21776,25623,25628,0,2,25624,25631,25632,0,2,25632,25631,25625,0,2,25625,25631,25627,0,2,25623,25633,25622,0,2,25622,25644,25634,0,2,25621,33010,25620,0,2,33010,25629,25634,0,2,25634,25629,25622,0,2,33011,25621,23808,0,2,23808,25621,21771,0,2,23795,23804,23794,0,2,23794,23804,25635,0,2,23794,25635,25636,0,2,25637,25636,25645,0,2,25637,25645,39345,0,2,25637,39345,25642,0,2,25641,25650,25639,0,2,25641,25639,21786,0,2,21786,25639,33275,0,2,25638,25639,25640,0,2,25638,25640,33276,0,2,25639,25638,33275,0,2,25639,25650,25640,0,2,33276,23792,25642,0,2,33276,25642,39345,0,2,39345,25645,25633,0,2,25633,25645,25644,0,2,25644,25622,25633,0,2,33276,25640,23792,0,2,33010,25634,25620,0,2,21789,25641,21786,0,2,25650,23792,25640,0,2,23794,25636,23793,0,2,23793,25637,25642,0,2,25637,23793,25636,0,2,23804,25643,25635,0,2,25635,25643,25645,0,2,25645,25643,25644,0,2,25645,25636,25635,0,2,25644,25643,25634,0,2,25634,25643,25620,0,2,25620,25643,25618,0,2,23793,25646,33321,0,2,25648,25649,23772,0,2,33023,25649,21790,0,2,21790,25649,25650,0,2,21790,25650,25641,0,2,21790,25641,21789,0,2,25650,25648,23792,0,2,23792,25648,25646,0,2,25647,25646,25648,0,2,25648,25650,25649,0,2,23772,23781,25648,0,2,25648,23781,25647,0,2,23793,33321,25651,0,2,23774,25652,23773,0,2,25652,23774,23797,0,2,23797,25653,23799,0,2,23797,23799,23798,0,2,23797,23774,25653,0,2,23799,25654,25655,0,2,25655,25654,23802,0,2,25655,23800,23799,0,2,23800,25655,23801,0,2,33404,25654,23776,0,2,23799,25653,25654,0,2,25654,25653,23776,0,2,21736,33215,21737,0,2,21739,21737,33214,0,2,21739,33214,21740,0,2,39297,21739,21738,0,2,21739,39297,21737,0,2,21722,25656,21704,0,2,21722,21704,21720,0,2,21702,21704,25657,0,2,25657,21701,21702,0,2,25657,25660,21701,0,2,21701,25660,39408,0,2,21701,39408,25658,0,2,25658,39408,25659,0,2,25660,21727,39408,0,2,21725,25657,21724,0,2,21724,25657,25656,0,2,25656,25657,21704,0,2,21720,21713,25661,0,2,21720,25661,21721,0,2,25661,25668,33240,0,2,33240,25662,25663,0,2,33238,25664,21717,0,2,21717,25664,21716,0,2,21716,25663,33290,0,2,33290,25663,25667,0,2,33290,25667,25665,0,2,25665,25667,21715,0,2,25667,25668,21714,0,2,21714,25668,25666,0,2,25667,25663,25662,0,2,33240,25668,25662,0,2,25662,25668,25667,0,2,25668,25661,25666,0,2,21705,21706,21712,0,2,25684,21709,21708,0,2,21698,21708,21709,0,2,21709,21699,21698,0,2,21696,24668,21695,0,2,21697,21695,25669,0,2,25669,21695,25673,0,2,25670,25669,25671,0,2,25671,24663,25670,0,2,25669,25673,25672,0,2,24665,25672,25673,0,2,24666,24665,24667,0,2,24667,24665,21695,0,2,24665,25673,21695,0,2,25669,25672,24664,0,2,24668,21696,24669,0,2,24669,21696,21708,0,2,25676,25677,21712,0,2,25677,25678,21713,0,2,21713,25678,25680,0,2,21713,25680,25666,0,2,25678,25677,25679,0,2,25678,25679,25680,0,2,21681,25680,21682,0,2,21682,25680,25682,0,2,21682,25682,25681,0,2,25681,25682,21693,0,2,25680,25679,25682,0,2,25666,25680,21681,0,2,25676,25685,39236,0,2,25674,25683,21697,0,2,25684,25683,25685,0,2,25675,25685,25683,0,2,25685,25675,39236,0,2,25683,25674,25675,0,2,21697,25670,25674,0,2,25674,25670,25686,0,2,25674,25686,25675,0,2,25675,25686,25689,0,2,25689,25687,39235,0,2,39235,25687,25688,0,2,39235,25688,25679,0,2,25679,25688,25682,0,2,25675,25689,39236,0,2,39236,25689,39235,0,2,21687,25690,21688,0,2,21688,25690,21692,0,2,21611,21686,25691,0,2,25691,39180,39238,0,2,21611,25691,21610,0,2,21681,21682,21690,0,2,21681,21690,25699,0,2,25699,21690,25693,0,2,25693,25694,25698,0,2,25695,25698,39179,0,2,25695,39179,21683,0,2,25696,21683,21684,0,2,25696,21684,21685,0,2,21683,25696,25695,0,2,25695,25696,25697,0,2,25697,21673,25695,0,2,25698,25695,25700,0,2,25698,25700,21680,0,2,25698,21680,25699,0,2,21715,25699,21680,0,2,25699,25693,25698,0,2,21679,25700,21673,0,2,21673,25700,25695,0,2,21679,21680,25700,0,2,25694,39179,25698,0,2,21679,21670,21677,0,2,21677,21670,21674,0,2,21674,25702,21677,0,2,21677,25702,21678,0,2,21678,25701,21679,0,2,21679,25701,21680,0,2,21680,25701,21715,0,2,33289,21676,25703,0,2,21869,25703,21868,0,2,21868,33300,21867,0,2,21867,33300,25704,0,2,25704,21668,25705,0,2,21862,25706,25705,0,2,21867,25704,25705,0,2,21867,25705,21866,0,2,21866,25705,25706,0,2,25706,21862,25707,0,2,21860,25707,21861,0,2,21861,25707,21862,0,2,25706,25707,21865,0,2,21858,21865,25707,0,2,21862,25705,21668,0,2,21671,21670,21673,0,2,21668,33302,21667,0,2,25709,21667,25718,0,2,25709,25718,25779,0,2,25710,25779,25708,0,2,25711,25709,25710,0,2,25711,25710,25713,0,2,25713,25714,25712,0,2,25712,25714,21661,0,2,21661,25714,21613,0,2,21613,25714,25708,0,2,25713,25712,21666,0,2,21665,25712,21662,0,2,25710,25709,25779,0,2,25713,25710,25708,0,2,25713,25708,25714,0,2,33302,21669,21667,0,2,25716,21669,25715,0,2,25716,25715,21671,0,2,25716,25717,25718,0,2,25718,25717,25779,0,2,21671,25715,21670,0,2,21667,21669,25718,0,2,25718,21669,25716,0,2,25711,21666,25719,0,2,25721,21662,21661,0,2,21661,21662,25712,0,2,25735,25749,25722,0,2,25722,25723,25734,0,2,39149,25723,25748,0,2,25748,25747,25752,0,2,25725,25724,25747,0,2,25725,25747,21660,0,2,25724,25725,38926,0,2,38926,25725,25726,0,2,25724,25728,25752,0,2,25752,25728,25729,0,2,25729,25728,38931,0,2,25729,38915,25746,0,2,25746,38915,25730,0,2,25746,25730,25751,0,2,25730,25731,25732,0,2,25750,25732,25744,0,2,25750,25744,25733,0,2,25750,25733,25734,0,2,25734,25733,25737,0,2,25735,25737,25739,0,2,25735,25739,25736,0,2,25735,25736,25755,0,2,25739,25738,25741,0,2,25740,25741,25745,0,2,25740,25745,25742,0,2,25742,25745,39033,0,2,25745,25741,25743,0,2,25743,25744,25745,0,2,25732,25731,25744,0,2,25737,25733,25738,0,2,25730,25732,25751,0,2,25729,25746,25752,0,2,25724,25752,25747,0,2,21660,25747,21617,0,2,21617,25747,25748,0,2,21616,25723,25722,0,2,21616,25722,25749,0,2,25749,25735,25755,0,2,25723,21649,21617,0,2,25723,21617,25748,0,2,25723,39149,25734,0,2,25752,25753,25748,0,2,25748,25753,39149,0,2,25750,25751,25732,0,2,25737,25735,25722,0,2,25737,25722,25734,0,2,25721,25754,21663,0,2,21663,25754,25755,0,2,21663,25755,25736,0,2,25738,25739,25737,0,2,25739,25741,25736,0,2,25708,25778,25756,0,2,21615,21614,25758,0,2,21614,21596,21595,0,2,39239,25759,25763,0,2,25774,25760,25761,0,2,25762,25761,21647,0,2,25762,21647,21642,0,2,21647,25761,21641,0,2,25759,21594,25763,0,2,25763,25766,25767,0,2,39060,25764,39059,0,2,25764,25767,25799,0,2,25764,39062,25767,0,2,25807,25766,25768,0,2,25769,21593,25770,0,2,25768,25770,25807,0,2,21594,25769,25768,0,2,25763,21594,25768,0,2,25763,25768,25766,0,2,25767,25766,25807,0,2,25767,25807,25799,0,2,25764,25799,25765,0,2,39239,25763,25771,0,2,39239,25771,25774,0,2,25760,39061,25761,0,2,25761,39061,21641,0,2,25760,25774,25771,0,2,21614,21595,25758,0,2,25758,21595,25773,0,2,25758,25773,25772,0,2,25772,25773,21643,0,2,25761,25762,25774,0,2,25762,21642,21643,0,2,21595,25759,25773,0,2,25773,25759,21643,0,2,21597,25708,25757,0,2,25708,25756,25757,0,2,21672,21685,25778,0,2,25756,25778,25775,0,2,25776,21610,21600,0,2,25775,25776,21600,0,2,25775,21600,25777,0,2,25777,21598,25757,0,2,25775,25777,25756,0,2,25756,25777,25757,0,2,25775,25778,25776,0,2,25779,25778,25708,0,2,21600,21610,25692,0,2,21573,21572,25780,0,2,21573,25780,25781,0,2,25781,25780,25789,0,2,25789,25780,25782,0,2,25793,25782,25783,0,2,25783,25782,21589,0,2,25780,21589,25782,0,2,21589,25780,21572,0,2,39242,25781,25789,0,2,39242,25789,39241,0,2,39241,25789,25784,0,2,25784,25789,25785,0,2,25785,25786,25787,0,2,25787,25786,24642,0,2,25792,21602,21603,0,2,25785,25788,25784,0,2,25788,39240,25784,0,2,25787,25788,25785,0,2,25789,25782,25790,0,2,25789,25790,25785,0,2,25785,25790,25786,0,2,25782,25793,25790,0,2,25790,25792,25786,0,2,25786,25792,21603,0,2,25786,21603,24642,0,2,25791,25783,21591,0,2,21591,25804,25791,0,2,25791,25793,25783,0,2,25791,21602,25793,0,2,25793,21602,25792,0,2,25793,25792,25790,0,2,21569,25794,25810,0,2,25810,25794,39077,0,2,39077,25796,25795,0,2,25796,39075,25809,0,2,25809,39075,25797,0,2,25809,25797,25798,0,2,25800,39074,25799,0,2,25800,25801,25806,0,2,25800,25806,25798,0,2,25800,25798,39074,0,2,25796,25809,25802,0,2,25796,25802,25803,0,2,21591,25803,25804,0,2,25805,25802,25808,0,2,25808,25802,25806,0,2,25808,25806,25801,0,2,25808,25801,25770,0,2,25770,25801,25807,0,2,25801,25800,25807,0,2,25798,25806,25809,0,2,25809,25806,25802,0,2,25802,25805,25803,0,2,25803,25805,25804,0,2,25810,25795,21590,0,2,21590,25795,21591,0,2,21591,25795,25803,0,2,21588,21569,25810,0,2,25823,21588,39243,0,2,21569,21588,25823,0,2,21565,21564,25813,0,2,21565,25813,25814,0,2,25811,25814,25812,0,2,25816,25815,25811,0,2,25816,25811,25817,0,2,25817,21547,25818,0,2,25818,21547,25819,0,2,25819,21547,21545,0,2,25822,49792,25823,0,2,25823,49792,39244,0,2,39244,21569,25823,0,2,25818,25821,25816,0,2,21566,25821,39133,0,2,21566,39133,21568,0,2,21568,39133,25822,0,2,25822,25823,21568,0,2,25817,25818,25816,0,2,21565,25814,25815,0,2,25814,25811,25815,0,2,25811,25812,25817,0,2,21535,21515,21536,0,2,21536,21515,21514,0,2,21536,21514,37653,0,2,39155,39146,21511,0,2,21511,39146,25824,0,2,25824,21510,21511,0,2,21479,21480,25826,0,2,21481,21479,21533,0,2,21533,21479,25825,0,2,21487,25825,25826,0,2,25826,25825,21479,0,2,25827,21486,21485,0,2,25828,21454,21453,0,2,21465,25830,21464,0,2,21482,25828,21489,0,2,25829,21453,25831,0,2,25829,25831,21464,0,2,25829,21464,25830,0,2,21452,21462,25831,0,2,21452,25831,21461,0,2,21464,25831,21462,0,2,25828,21453,25829,0,2,21452,21450,21657,0,2,21443,38973,38975,0,2,21443,38975,23109,0,2,23109,25832,38977,0,2,21439,38864,21436,0,2,21436,38864,38863,0,2,25833,22993,37603,0,2,25833,37603,21430,0,2,21430,37603,21431,0,2,21430,21429,25834,0,2,25835,37621,21429,0,2,21429,21428,25835,0,2,25835,21428,21424,0,2,20140,21424,21426,0,2,21430,25834,25833,0,2,21428,25836,21427,0,2,21424,21427,21426,0,2,21426,21427,21425,0,2,21425,21427,25836,0,2,21425,25836,25847,0,2,25847,25837,25846,0,2,25837,37597,25838,0,2,25838,37597,37600,0,2,25838,37600,25839,0,2,25838,25839,37649,0,2,37649,37634,25840,0,2,25844,25842,37639,0,2,25844,37639,25843,0,2,25843,37639,21441,0,2,21441,21442,25843,0,2,25843,21442,25844,0,2,25849,25845,25846,0,2,25846,25845,25848,0,2,25846,25848,25847,0,2,25846,25837,25849,0,2,25849,25837,25838,0,2,37591,25847,25848,0,2,25838,37649,25849,0,2,25850,25845,25851,0,2,25850,25851,25862,0,2,25862,25851,25852,0,2,25858,37642,25857,0,2,25857,37642,25856,0,2,25856,25854,25855,0,2,25855,39013,21468,0,2,25855,21468,25856,0,2,25858,25859,25860,0,2,25860,25859,25861,0,2,25862,25863,20136,0,2,20135,20136,25865,0,2,20135,25865,25864,0,2,25864,25865,25866,0,2,25864,25866,25867,0,2,25868,25869,20134,0,2,20134,25869,20133,0,2,20133,25869,37588,0,2,20133,37588,25870,0,2,20133,25870,25871,0,2,25871,25872,25873,0,2,20136,25850,25862,0,2,25862,25852,25861,0,2,25861,25853,25860,0,2,25853,25861,25852,0,2,25863,25862,25861,0,2,20137,25850,20136,0,2,20137,25848,25850,0,2,25850,25848,25845,0,2,25863,25874,25875,0,2,25875,25874,25876,0,2,25876,25874,25884,0,2,25884,25874,25877,0,2,25877,25878,21533,0,2,25874,25879,25877,0,2,25879,25861,25859,0,2,25861,25879,25863,0,2,25863,25879,25874,0,2,25877,25879,25878,0,2,25879,25880,25878,0,2,25878,25880,21476,0,2,21467,25880,25882,0,2,21467,25882,21475,0,2,25879,25859,25880,0,2,21475,25882,25881,0,2,25881,25882,25857,0,2,25857,25856,25881,0,2,25856,21468,25881,0,2,25858,25857,25882,0,2,25858,25882,25859,0,2,25859,25882,25880,0,2,25863,25875,20136,0,2,20136,25875,25865,0,2,25865,25875,25876,0,2,25865,25876,25895,0,2,25883,25876,25884,0,2,25884,25877,25897,0,2,25897,25877,21533,0,2,20270,20271,20119,0,2,25999,20119,25885,0,2,39017,25885,39020,0,2,20124,20125,25997,0,2,25997,20125,20126,0,2,25997,20126,20127,0,2,25987,20129,20131,0,2,25987,20131,25986,0,2,25986,20131,20130,0,2,25886,25986,25887,0,2,25907,25887,25888,0,2,26026,25891,26014,0,2,26014,25891,26015,0,2,26015,25891,25892,0,2,25892,25891,37589,0,2,25894,25866,25895,0,2,26022,25895,25883,0,2,25897,21533,25898,0,2,25897,25898,25899,0,2,25898,26007,25899,0,2,25902,25900,25901,0,2,26019,25903,25924,0,2,26019,25924,26016,0,2,25906,25908,25907,0,2,25887,25907,25908,0,2,25909,25908,25922,0,2,25985,25909,25910,0,2,25910,25919,25983,0,2,25983,25919,25981,0,2,25981,25919,25911,0,2,25981,25911,25978,0,2,25912,25917,25913,0,2,25976,25913,26013,0,2,25924,26013,25916,0,2,25916,25917,25923,0,2,25923,25917,25918,0,2,25923,25918,25920,0,2,25919,25920,25911,0,2,25911,25918,25978,0,2,25920,25922,25923,0,2,25923,25922,25921,0,2,25923,25921,25905,0,2,25920,25919,25922,0,2,25921,25922,25908,0,2,25921,25908,25906,0,2,25921,25906,25905,0,2,25919,25910,25922,0,2,25922,25910,25909,0,2,25923,25904,25916,0,2,25916,25904,25924,0,2,25904,26016,25924,0,2,26013,25924,25914,0,2,25914,25924,25915,0,2,26018,25902,25903,0,2,25903,25902,25925,0,2,25903,25925,25926,0,2,25926,25925,26012,0,2,25926,26012,26000,0,2,26000,26012,25965,0,2,26000,25965,25927,0,2,25927,25965,25929,0,2,25929,25928,25962,0,2,25929,25962,25975,0,2,25977,25975,25930,0,2,25977,25930,37521,0,2,37521,25930,25931,0,2,37519,25931,25932,0,2,37394,25933,25967,0,2,37394,25967,25934,0,2,37394,25934,37393,0,2,37393,25934,25935,0,2,37431,25940,37429,0,2,25941,37705,37427,0,2,37427,37705,37425,0,2,37426,25942,25943,0,2,25943,25959,37666,0,2,37666,21525,25943,0,2,25943,25944,25945,0,2,25945,25944,37674,0,2,25945,37674,25946,0,2,25946,37545,25947,0,2,25947,25948,37490,0,2,37490,25948,37493,0,2,37493,25948,37526,0,2,25950,37481,25954,0,2,25954,37481,25951,0,2,25954,25951,25955,0,2,25954,25955,25953,0,2,25953,25955,37482,0,2,37482,25955,25952,0,2,25947,37490,25946,0,2,25943,25942,25958,0,2,21526,25957,37699,0,2,25957,21526,25956,0,2,25958,25959,25943,0,2,25959,25958,25956,0,2,25942,37425,37704,0,2,37704,37425,37705,0,2,37708,25974,25973,0,2,37708,25973,37709,0,2,37709,25973,37710,0,2,25961,37711,25966,0,2,25961,25966,25930,0,2,25930,25975,25961,0,2,25961,25975,25962,0,2,25964,25928,25965,0,2,25965,25928,25929,0,2,25928,25964,25963,0,2,25963,25962,25928,0,2,25966,25932,25931,0,2,25966,25931,25930,0,2,25933,25932,25967,0,2,25934,25967,25972,0,2,25972,25967,25960,0,2,25940,25960,37713,0,2,25940,37713,37710,0,2,25940,37710,25968,0,2,25968,37710,25973,0,2,25968,25973,25969,0,2,25969,25973,25970,0,2,25941,25970,25974,0,2,25941,25974,37705,0,2,25969,37429,25968,0,2,25968,37429,25940,0,2,25971,25940,37431,0,2,37431,25939,25971,0,2,25940,25971,25960,0,2,25960,25971,25972,0,2,25972,25936,25935,0,2,25936,25972,25937,0,2,25937,25972,25938,0,2,25972,25971,25938,0,2,25970,25973,25974,0,2,25960,25967,25932,0,2,25929,25975,25976,0,2,25929,25976,25927,0,2,25927,25976,26013,0,2,25913,25976,25977,0,2,25977,25976,25975,0,2,25912,25913,37523,0,2,25912,37522,25978,0,2,25978,37522,37520,0,2,37399,25979,37395,0,2,37395,37520,25980,0,2,37519,25932,25933,0,2,25978,37520,25981,0,2,25982,37381,25983,0,2,25983,37381,25984,0,2,25983,25984,25910,0,2,25985,25984,25986,0,2,25985,25986,25886,0,2,20129,25987,20127,0,2,25997,20127,37385,0,2,25997,37385,25988,0,2,25996,25988,25989,0,2,39031,25991,39030,0,2,39030,37571,25992,0,2,25992,37571,37411,0,2,25992,37411,37412,0,2,25992,37412,25993,0,2,25993,37412,37570,0,2,25993,37570,20115,0,2,20115,37570,20442,0,2,25991,39031,25990,0,2,25995,39017,39020,0,2,39020,20123,25995,0,2,25998,25996,25994,0,2,25994,25996,25990,0,2,25990,25996,25989,0,2,25996,25997,25988,0,2,20123,20124,25998,0,2,20123,25998,25995,0,2,25996,25998,20124,0,2,25996,20124,25997,0,2,25994,25995,25998,0,2,25885,39017,25999,0,2,25999,39018,20118,0,2,20118,39018,20117,0,2,25910,25984,25985,0,2,25985,25886,25909,0,2,25909,25886,25887,0,2,25909,25887,25908,0,2,25982,25983,25981,0,2,37520,25979,25981,0,2,26000,25927,25926,0,2,25927,26013,25914,0,2,25927,25914,25926,0,2,25926,25914,25915,0,2,25926,25915,25903,0,2,25925,25902,25901,0,2,25925,25901,26001,0,2,25925,26001,26012,0,2,26012,26001,26011,0,2,26011,26001,26002,0,2,26011,26002,26006,0,2,26006,26003,26004,0,2,26004,26003,21530,0,2,26004,21530,37698,0,2,21527,37698,26005,0,2,21530,26003,21532,0,2,21532,26003,25827,0,2,25827,26003,26008,0,2,25827,26008,26007,0,2,26007,26009,25899,0,2,21530,21529,26005,0,2,21530,26005,37698,0,2,26002,26010,26006,0,2,26006,26010,26008,0,2,26006,26008,26003,0,2,26008,26009,26007,0,2,26008,26010,26009,0,2,25899,26009,25900,0,2,25900,26009,25901,0,2,25901,26009,26010,0,2,26010,26002,25901,0,2,25901,26002,26001,0,2,26012,26011,37707,0,2,25965,37707,25964,0,2,37707,25965,26012,0,2,25903,25915,25924,0,2,25904,25923,25905,0,2,25911,25920,25918,0,2,25918,25917,25912,0,2,25913,25917,25916,0,2,25918,25912,25978,0,2,25916,26013,25913,0,2,25906,26026,26014,0,2,25906,26014,25905,0,2,25905,26014,26015,0,2,25905,26015,25904,0,2,26020,26016,25892,0,2,26020,37589,26017,0,2,25894,26017,25893,0,2,26017,25894,39022,0,2,39022,25902,26018,0,2,26019,26018,25903,0,2,26020,26019,26016,0,2,26018,26019,26017,0,2,26018,26017,39022,0,2,26020,26017,26019,0,2,26015,25892,25904,0,2,25904,25892,26016,0,2,25893,26017,37589,0,2,37589,26020,25892,0,2,26021,26022,25883,0,2,25883,25896,26021,0,2,25902,26021,25900,0,2,25900,26021,25896,0,2,25900,25896,25899,0,2,25902,39022,26021,0,2,26021,39022,26022,0,2,25884,25897,25896,0,2,25899,25896,25897,0,2,25891,26026,26023,0,2,25891,26023,26024,0,2,25870,26024,25871,0,2,26023,26025,25872,0,2,25872,25890,25873,0,2,25873,25890,37587,0,2,37587,25890,25889,0,2,26025,25890,25872,0,2,25872,25871,26024,0,2,25872,26024,26023,0,2,25890,26025,25907,0,2,26025,26026,25907,0,2,26026,26025,26023,0,2,26026,25906,25907,0,2,25887,25986,25888,0,2,25888,25986,37524,0,2,20124,20123,20383,0,2,26027,37579,20110,0,2,26027,20110,20109,0,2,26028,20441,48725,0,2,20441,26028,20440,0,2,20440,26028,20108,0,2,20108,26028,20112,0,2,20107,20440,20108,0,2,26188,20107,20109,0,2,26188,20109,20110,0,2,26184,26029,20099,0,2,20099,26029,37555,0,2,37555,20097,20099,0,2,26029,26184,20106,0,2,20106,20111,26029,0,2,26029,20111,26038,0,2,26038,20111,26030,0,2,26030,37577,26031,0,2,26178,26031,37578,0,2,26178,37578,26032,0,2,26032,37578,26174,0,2,26032,26170,26033,0,2,20095,26033,26034,0,2,20095,26034,26035,0,2,26035,20093,20094,0,2,26035,20094,20095,0,2,26036,20096,26178,0,2,20096,26037,26178,0,2,26178,26037,26038,0,2,26178,26038,26031,0,2,20093,26176,48671,0,2,26044,26039,26040,0,2,26040,26039,20088,0,2,20087,20088,26053,0,2,20087,26053,26041,0,2,20086,26041,26042,0,2,26042,26043,26194,0,2,26194,26043,20083,0,2,20083,26043,20082,0,2,26040,20089,26044,0,2,26044,20089,20091,0,2,26176,20093,48669,0,2,26034,26045,26046,0,2,26046,26045,26167,0,2,26046,26167,26120,0,2,26046,26123,48667,0,2,48667,26123,26048,0,2,26047,26048,26157,0,2,26157,26073,26049,0,2,26049,26072,26050,0,2,26051,26052,26053,0,2,26053,26052,26054,0,2,26053,26054,26041,0,2,26041,26054,26042,0,2,26042,26054,26043,0,2,26043,26054,26069,0,2,26043,26069,36141,0,2,36143,26064,26055,0,2,26055,26064,26065,0,2,48690,36154,26056,0,2,26056,36154,26057,0,2,20074,26057,26058,0,2,26058,48682,26060,0,2,26060,48682,48689,0,2,26060,48689,26059,0,2,26060,26059,20069,0,2,26061,26063,26062,0,2,26058,26062,20074,0,2,26061,26062,26058,0,2,26061,26058,26060,0,2,26062,26063,20074,0,2,20069,26061,26060,0,2,26065,26064,26068,0,2,26065,26068,48665,0,2,48665,48692,48693,0,2,48693,48692,26066,0,2,26066,26067,26052,0,2,36143,26067,26068,0,2,26068,26064,36143,0,2,26067,36143,26069,0,2,26067,26069,26054,0,2,26068,48692,48665,0,2,48692,26068,26067,0,2,26051,26053,20088,0,2,20088,26039,26051,0,2,26051,26039,26070,0,2,26070,26177,26050,0,2,26050,26177,26071,0,2,26047,26071,26048,0,2,26050,26071,26047,0,2,26050,26047,26049,0,2,26049,26047,26157,0,2,26039,26177,26070,0,2,26051,26070,26072,0,2,26051,26072,26052,0,2,26052,26072,26066,0,2,26070,26050,26072,0,2,26149,26148,26150,0,2,26149,26150,26166,0,2,26149,26166,39707,0,2,39707,26166,26075,0,2,39706,26075,26076,0,2,39704,26076,26165,0,2,39704,26165,39708,0,2,39708,26165,26077,0,2,39708,26077,39710,0,2,39710,26077,48673,0,2,39710,48673,39712,0,2,39712,48673,26158,0,2,26158,26152,26078,0,2,26091,26092,26080,0,2,26080,26089,39695,0,2,39695,26081,39684,0,2,39684,26081,37515,0,2,26083,26082,26084,0,2,26083,26084,26085,0,2,37566,26084,48735,0,2,37566,48735,26086,0,2,26090,26088,26089,0,2,26090,26089,26080,0,2,26090,26080,26092,0,2,26092,26091,26093,0,2,26100,26102,26162,0,2,26162,26102,26094,0,2,26162,26094,26095,0,2,26097,26096,37518,0,2,26086,26097,37518,0,2,26099,26100,26098,0,2,26092,26093,26098,0,2,26098,26093,26099,0,2,26100,26162,26098,0,2,26093,26091,26159,0,2,26093,26159,26138,0,2,26093,26138,26099,0,2,26100,26099,26139,0,2,26139,26142,26100,0,2,26100,26142,26101,0,2,26100,26101,26102,0,2,48696,48695,26103,0,2,26103,48727,26104,0,2,37496,26104,26141,0,2,37496,26141,26105,0,2,37496,26105,37499,0,2,26106,26105,37563,0,2,37422,26108,37413,0,2,37422,37413,37421,0,2,37414,37421,39028,0,2,26109,26127,26110,0,2,26110,26111,26180,0,2,26181,26111,26112,0,2,26181,26112,26179,0,2,48726,26113,26126,0,2,48726,26126,26114,0,2,26168,26125,26115,0,2,26122,26119,26124,0,2,26122,26124,26123,0,2,26120,26121,26117,0,2,26120,26117,26122,0,2,26117,26121,26115,0,2,26120,26122,26123,0,2,26046,26120,26123,0,2,26124,26119,26118,0,2,26048,26123,26124,0,2,26125,26114,26126,0,2,26114,26125,26168,0,2,26109,37407,26127,0,2,26110,26127,26108,0,2,37413,26108,26127,0,2,26110,26108,26111,0,2,26111,26108,26107,0,2,26111,26107,26128,0,2,26128,26107,26106,0,2,26106,37563,26128,0,2,26128,37563,37557,0,2,26128,37557,37562,0,2,37562,48694,26131,0,2,26129,26126,26130,0,2,26130,26126,26113,0,2,26112,26113,26179,0,2,48694,26129,26131,0,2,37562,26131,26128,0,2,26132,48727,26103,0,2,26132,26103,48695,0,2,26132,48695,26094,0,2,26091,26079,26133,0,2,26133,26152,26134,0,2,26134,26135,26145,0,2,26145,26135,26154,0,2,26145,26154,26136,0,2,26145,26136,26137,0,2,26099,26138,26139,0,2,26139,26138,26140,0,2,26139,26140,26144,0,2,26142,26144,37558,0,2,48734,26141,26104,0,2,26101,26142,26143,0,2,48734,26143,26141,0,2,26144,26142,26139,0,2,26138,26137,26140,0,2,26079,26078,26133,0,2,26133,26078,26152,0,2,26134,26152,26135,0,2,26147,26165,26150,0,2,26151,26155,26146,0,2,26151,26146,26147,0,2,26150,26151,26147,0,2,26135,26152,26146,0,2,26146,26152,26153,0,2,26147,26146,26153,0,2,26147,26153,26077,0,2,26147,26077,26165,0,2,26152,26158,26153,0,2,26117,26154,26122,0,2,26136,37564,37565,0,2,26137,37565,26140,0,2,37565,26137,26136,0,2,26135,26146,26154,0,2,26154,26146,26155,0,2,26154,26155,26122,0,2,26122,26155,26119,0,2,26119,26155,26151,0,2,26119,26151,26118,0,2,26118,26151,26148,0,2,26151,26150,26148,0,2,26118,26148,26156,0,2,26124,26156,26048,0,2,26048,26156,26157,0,2,26073,26157,26074,0,2,26074,26157,26149,0,2,26156,26124,26118,0,2,26156,26148,26157,0,2,26157,26148,26149,0,2,26091,26133,26159,0,2,26133,26134,26160,0,2,26133,26160,26159,0,2,26145,26160,26134,0,2,26160,26145,26137,0,2,26160,26137,26159,0,2,26159,26137,26138,0,2,26090,26161,26088,0,2,26088,26161,26087,0,2,26087,26161,26097,0,2,26097,26161,26095,0,2,26097,26095,26096,0,2,26095,26161,26162,0,2,26098,26162,26161,0,2,26098,26161,26092,0,2,26092,26161,26090,0,2,26082,48735,26084,0,2,39695,26089,26081,0,2,26081,26082,37515,0,2,26082,26164,26163,0,2,26164,26082,26081,0,2,26081,26089,26164,0,2,26089,26088,26164,0,2,26086,26163,26097,0,2,26097,26163,26087,0,2,26087,26163,26088,0,2,26088,26163,26164,0,2,26165,26076,26166,0,2,26165,26166,26150,0,2,26166,26076,26075,0,2,20093,26035,48669,0,2,48669,26035,26034,0,2,26045,26169,26167,0,2,26168,26169,26171,0,2,26168,26171,26114,0,2,26169,26168,26167,0,2,26168,26115,26121,0,2,26168,26121,26167,0,2,26167,26121,26120,0,2,26169,26045,26170,0,2,26170,26171,26169,0,2,26034,26033,26045,0,2,26045,26033,26170,0,2,26171,26174,26175,0,2,26114,26175,48726,0,2,26175,26114,26171,0,2,26173,26174,37578,0,2,26172,37581,26113,0,2,26113,37581,26179,0,2,26173,26172,26175,0,2,26173,26175,26174,0,2,26170,26174,26171,0,2,26174,26170,26032,0,2,48671,26176,26177,0,2,26039,26044,26177,0,2,26177,26044,48671,0,2,26177,26176,48670,0,2,26177,48670,26071,0,2,26178,26032,26033,0,2,26178,26033,26036,0,2,26036,26033,20095,0,2,26179,37581,37582,0,2,26179,37582,37574,0,2,26179,37574,26181,0,2,26181,37574,26180,0,2,26180,37568,26110,0,2,26110,37568,26109,0,2,26029,26037,37555,0,2,26182,26183,26184,0,2,26184,20099,20101,0,2,26186,20106,26185,0,2,26185,20106,26184,0,2,26183,26185,26184,0,2,26183,20104,26185,0,2,26185,20104,20105,0,2,26185,20105,26186,0,2,26186,20105,26187,0,2,26186,26187,26188,0,2,20103,26182,20102,0,2,20102,26182,20101,0,2,26182,26184,20101,0,2,20096,20097,37555,0,2,20094,26190,26191,0,2,20096,26191,26192,0,2,26192,26193,20454,0,2,20092,26193,26190,0,2,26190,26193,26192,0,2,20084,20086,26194,0,2,26194,20086,26042,0,2,26194,20083,20084,0,2,7933,26197,7949,0,2,48664,7950,26197,0,2,26197,7933,26198,0,2,26197,26198,48664,0,2,48664,26198,26195,0,2,26198,26314,26195,0,2,48664,26195,26199,0,2,26199,26200,26201,0,2,48662,26201,26315,0,2,48662,26315,20076,0,2,7928,7930,7943,0,2,7943,7930,7946,0,2,7930,7931,7946,0,2,26211,47718,47721,0,2,26204,47721,26203,0,2,26204,26203,7921,0,2,26208,26205,7919,0,2,26208,7919,26206,0,2,26206,26220,26221,0,2,26210,26207,26222,0,2,26345,26224,7925,0,2,26206,26221,26208,0,2,26208,26207,26209,0,2,26209,26207,26210,0,2,26213,26210,26345,0,2,26213,26345,7925,0,2,26207,26208,26221,0,2,26205,26208,26209,0,2,47721,26204,26211,0,2,26211,26204,7937,0,2,7937,26204,26212,0,2,26210,26212,26209,0,2,26209,26212,7921,0,2,26204,7921,26212,0,2,7937,26212,26213,0,2,26213,26212,26210,0,2,26211,7937,47718,0,2,39955,7917,7918,0,2,39955,7918,26214,0,2,39955,26214,39954,0,2,7921,26214,26215,0,2,7920,26215,7918,0,2,7917,39955,39958,0,2,39958,7916,7917,0,2,7916,7915,7917,0,2,7915,7914,26216,0,2,26216,26260,26217,0,2,26217,7919,7918,0,2,26205,7920,7919,0,2,7920,26205,7921,0,2,26209,7921,26205,0,2,26206,7919,26217,0,2,26206,26217,26260,0,2,26218,26260,26216,0,2,26218,26216,7914,0,2,26206,26260,26219,0,2,26206,26219,26220,0,2,26207,26265,26222,0,2,26226,7926,26306,0,2,26226,26306,7929,0,2,7929,26306,26294,0,2,7929,26294,26227,0,2,26228,26229,26329,0,2,26331,26229,26230,0,2,26230,26229,26297,0,2,26230,26297,26298,0,2,26342,26298,26231,0,2,26342,26231,26232,0,2,26338,26301,26289,0,2,26288,26289,26290,0,2,26288,26290,26284,0,2,26284,26290,26233,0,2,26271,26269,26287,0,2,26270,26234,26241,0,2,26241,26240,26236,0,2,26236,26240,26283,0,2,26237,26236,26238,0,2,26238,7269,36937,0,2,7269,26238,26239,0,2,26283,26239,26236,0,2,26241,26234,26240,0,2,26240,26234,26242,0,2,7217,26242,26278,0,2,7217,26278,26279,0,2,26250,26244,26245,0,2,26245,26244,26257,0,2,26245,26257,26246,0,2,47709,26246,26247,0,2,47709,26247,26248,0,2,26248,26247,26277,0,2,26248,26277,7900,0,2,26248,7900,26357,0,2,26248,26357,26249,0,2,7890,26249,7889,0,2,26248,26249,47709,0,2,26279,26243,7707,0,2,7707,26243,26250,0,2,7707,26250,7706,0,2,7706,26250,26251,0,2,26250,7215,26251,0,2,26251,7215,7216,0,2,7216,7729,26251,0,2,26278,26252,47717,0,2,26253,26268,26254,0,2,26255,26267,26272,0,2,26255,26272,26264,0,2,26255,26263,26281,0,2,26280,26281,26256,0,2,26275,26256,26258,0,2,26275,26258,26257,0,2,26257,26258,26259,0,2,26259,26258,26260,0,2,26259,26260,26218,0,2,26260,26266,26219,0,2,26219,26266,26262,0,2,26219,26262,26220,0,2,26221,26220,26261,0,2,26261,26220,26262,0,2,26261,26262,26281,0,2,26261,26281,26263,0,2,26264,26273,26222,0,2,26222,26273,26223,0,2,26264,26222,26265,0,2,26221,26261,26265,0,2,26221,26265,26207,0,2,26261,26264,26265,0,2,26264,26261,26263,0,2,26256,26281,26262,0,2,26262,26266,26256,0,2,26256,26266,26258,0,2,26258,26266,26260,0,2,26255,26254,26268,0,2,26255,26268,26267,0,2,26267,26268,26269,0,2,26269,26253,26270,0,2,26270,26253,26252,0,2,26270,26252,26234,0,2,26234,26252,26242,0,2,26270,26287,26269,0,2,26267,26271,26272,0,2,26272,26271,26308,0,2,26272,26308,26273,0,2,26272,26273,26264,0,2,26267,26269,26271,0,2,26279,26274,26244,0,2,26246,26257,26259,0,2,26246,26259,26276,0,2,26246,26276,26247,0,2,26247,26276,7913,0,2,26247,7913,26277,0,2,26277,7902,7901,0,2,26257,26244,26275,0,2,26274,26279,26278,0,2,26274,26278,47717,0,2,26243,26279,26244,0,2,26243,26244,26250,0,2,7900,26277,7901,0,2,7913,26276,26218,0,2,26259,26218,26276,0,2,26275,26282,26256,0,2,26256,26282,26280,0,2,26281,26280,26254,0,2,26281,26254,26255,0,2,26274,26282,26244,0,2,47717,26252,26253,0,2,26242,7217,26283,0,2,26283,7218,26239,0,2,26236,26239,26238,0,2,26285,26286,26235,0,2,26285,26235,36932,0,2,26236,26237,26241,0,2,26241,26237,36932,0,2,26241,36932,26235,0,2,26235,26286,26287,0,2,26235,26287,26241,0,2,26241,26287,26270,0,2,26286,26271,26287,0,2,26284,26233,26286,0,2,26286,26233,26271,0,2,26290,26289,26291,0,2,26290,26291,26292,0,2,26227,26294,26295,0,2,26228,26295,26296,0,2,26228,26296,26229,0,2,26229,26296,26297,0,2,26297,26296,48750,0,2,26297,48750,26298,0,2,26289,26300,26291,0,2,26289,26301,26300,0,2,26300,26301,26299,0,2,26299,26301,26231,0,2,26231,26301,26232,0,2,26298,48750,26231,0,2,26231,48750,26299,0,2,26300,26299,26302,0,2,26300,26302,26304,0,2,26304,26293,26303,0,2,26293,26309,26303,0,2,26303,26309,26307,0,2,26303,26307,26304,0,2,26307,26300,26304,0,2,26307,26292,26300,0,2,26292,26291,26300,0,2,26304,26302,26305,0,2,26228,26227,26295,0,2,26294,26306,26293,0,2,26293,26306,26225,0,2,26225,26306,7926,0,2,26293,26225,26309,0,2,26309,26223,26307,0,2,26307,26223,26273,0,2,26307,26273,26292,0,2,26292,26273,26308,0,2,26292,26308,26233,0,2,26292,26233,26290,0,2,26308,26271,26233,0,2,26223,26309,26224,0,2,7929,26227,7928,0,2,7928,26227,47716,0,2,26313,26201,26200,0,2,26313,26200,26314,0,2,26312,26310,26311,0,2,26312,26321,26201,0,2,26312,26201,26313,0,2,26313,26344,26312,0,2,26314,26200,26195,0,2,26195,26200,26199,0,2,20076,26315,20077,0,2,20077,26315,26316,0,2,20077,26316,20079,0,2,20079,26316,26317,0,2,36104,26317,26316,0,2,36104,26316,26318,0,2,26318,26316,26319,0,2,26318,26319,26321,0,2,26319,26316,26315,0,2,26315,26201,26319,0,2,26312,26311,26320,0,2,26321,26319,26201,0,2,26318,26321,26320,0,2,36106,26320,36105,0,2,36105,26311,26328,0,2,36105,26328,36107,0,2,36107,26328,48700,0,2,36107,48701,26322,0,2,36108,26322,26323,0,2,36108,26323,36109,0,2,36109,26323,26324,0,2,36110,26324,26325,0,2,26327,26326,7372,0,2,26327,7372,7371,0,2,36105,26320,26311,0,2,26333,26328,26329,0,2,26333,26329,26341,0,2,26341,26329,26331,0,2,26341,26331,26330,0,2,26339,26330,26230,0,2,26230,26330,26331,0,2,26229,26331,26329,0,2,26329,26328,26332,0,2,26332,26328,26311,0,2,26332,26228,26329,0,2,26311,26310,26332,0,2,26328,26333,48700,0,2,26335,26334,26326,0,2,26335,26326,26325,0,2,7372,26334,7379,0,2,7379,26334,26340,0,2,7378,26340,26339,0,2,26343,26339,26230,0,2,26343,26230,26298,0,2,26343,26298,26342,0,2,26336,26337,7679,0,2,7679,26337,7684,0,2,26232,26301,26336,0,2,26301,26338,26336,0,2,26336,26338,26337,0,2,7678,26337,26338,0,2,7678,26338,36933,0,2,36933,26338,26289,0,2,36933,26289,26288,0,2,26330,26339,26340,0,2,26330,26340,26341,0,2,26341,26340,26334,0,2,26326,26334,7372,0,2,26333,26341,48700,0,2,48700,26341,26334,0,2,26232,7377,26342,0,2,26232,26336,7377,0,2,7377,26336,7376,0,2,7376,26336,7679,0,2,26335,26325,26324,0,2,7928,47716,7930,0,2,47716,26310,7930,0,2,7930,26310,26344,0,2,26223,26345,26210,0,2,26223,26224,26345,0,2,7925,26224,7926,0,2,7926,26224,26225,0,2,26223,26210,26222,0,2,7903,7914,26346,0,2,7916,26354,26346,0,2,26354,7916,26355,0,2,26354,26355,26353,0,2,26353,26355,26347,0,2,26347,26348,26353,0,2,26353,26348,26351,0,2,26353,26351,26352,0,2,26349,26351,26348,0,2,26353,26352,26354,0,2,26354,26352,7903,0,2,26355,7916,20029,0,2,26355,20029,26356,0,2,39957,26356,20029,0,2,39958,20029,7916,0,2,7887,7888,26358,0,2,7887,26358,26357,0,2,7888,7889,26358,0,2,7886,7887,26357,0,2,7886,26357,26362,0,2,26360,7901,7902,0,2,7902,7907,26360,0,2,26360,7907,26359,0,2,26360,26359,19366,0,2,26360,19366,19782,0,2,26360,19782,47710,0,2,26360,47710,26361,0,2,26362,26361,26363,0,2,7886,26363,47711,0,2,7886,47711,7885,0,2,19366,26359,19781,0,2,26363,7886,26362,0,2,26361,26362,7901,0,2,26361,7901,26360,0,2,47712,7895,7894,0,2,7894,7895,7893,0,2,7894,7893,26365,0,2,26364,26365,7887,0,2,26365,26364,7894,0,2,26365,7892,7888,0,2,7888,7892,7889,0,2,7892,26365,7893,0,2,47691,7207,26366,0,2,26368,26367,26374,0,2,26368,26374,26375,0,2,26368,26375,26369,0,2,42954,26371,7142,0,2,7142,26371,26384,0,2,7142,26384,7126,0,2,7206,26372,26366,0,2,26366,26372,26373,0,2,26380,26386,47692,0,2,26380,47692,26377,0,2,26380,26377,26376,0,2,26380,26376,7197,0,2,42952,7197,26376,0,2,7198,26377,26378,0,2,26378,26388,7200,0,2,7200,26388,7201,0,2,7200,26379,26378,0,2,26378,26379,7199,0,2,26378,7199,7198,0,2,26377,7198,26376,0,2,26381,26382,26383,0,2,26371,26370,26384,0,2,26370,26369,26383,0,2,26383,26369,26381,0,2,7197,7126,26383,0,2,26384,26370,26383,0,2,26384,26383,7126,0,2,7197,26383,26382,0,2,7197,26382,26380,0,2,26380,26382,26385,0,2,26385,26382,26381,0,2,26385,26381,26375,0,2,26385,26386,26380,0,2,26381,26369,26375,0,2,26374,26367,26373,0,2,26373,26367,26366,0,2,7206,26366,7207,0,2,26386,26385,26373,0,2,26386,26373,26387,0,2,26387,26373,26372,0,2,26377,47692,47694,0,2,26377,47694,26388,0,2,26388,47694,47695,0,2,26388,47695,7201,0,2,26377,26388,26378,0,2,26385,26375,26374,0,2,47693,7204,7203,0,2,7204,47693,7205,0,2,47693,26387,7205,0,2,7205,26387,26372,0,2,26386,26387,47692,0,2,7199,26389,7198,0,2,34812,7180,26390,0,2,34812,26390,7194,0,2,26390,42953,7194,0,2,26392,42945,7119,0,2,26392,7122,26391,0,2,26391,7122,34810,0,2,26391,26394,7194,0,2,26393,26394,34810,0,2,34810,26394,26391,0,2,42953,42950,26395,0,2,42947,26391,26395,0,2,42953,26395,7194,0,2,7194,26395,26391,0,2,7143,26396,7119,0,2,26403,26396,7111,0,2,26397,7111,7144,0,2,42948,12677,26398,0,2,26398,12677,12680,0,2,12680,34397,26398,0,2,26398,34397,26428,0,2,26398,26428,26430,0,2,26398,26430,42948,0,2,42948,26430,7110,0,2,12676,12680,12677,0,2,26397,7144,7145,0,2,26397,7145,7110,0,2,7145,26399,42948,0,2,42948,26399,12677,0,2,7115,7114,26400,0,2,26401,7108,26400,0,2,26400,7108,7115,0,2,26426,7109,26402,0,2,7112,26403,26402,0,2,26402,26403,42949,0,2,26402,42949,26426,0,2,7114,7112,26400,0,2,7112,26402,26400,0,2,26400,26402,7109,0,2,26400,7109,26401,0,2,7105,7106,26404,0,2,26405,26406,26432,0,2,26406,26405,26404,0,2,26404,7106,26406,0,2,7105,26404,26407,0,2,26418,34830,26408,0,2,26409,26421,26413,0,2,26413,26421,9119,0,2,34804,26412,9237,0,2,26410,26413,26411,0,2,26409,26413,26414,0,2,26419,26451,26415,0,2,7101,26416,26456,0,2,26416,7101,26420,0,2,26416,26420,26415,0,2,26418,26417,26407,0,2,26418,26407,34830,0,2,26451,26419,26414,0,2,26418,26419,26417,0,2,26417,26419,26415,0,2,26418,26408,26419,0,2,26419,26408,26414,0,2,26414,26408,26409,0,2,26420,7104,26407,0,2,26407,26417,26420,0,2,26420,26417,26415,0,2,7103,26420,7101,0,2,26435,26437,26422,0,2,9118,26422,26423,0,2,26423,26422,26424,0,2,7109,26426,26425,0,2,26425,26426,26427,0,2,26427,26426,26428,0,2,26428,34399,9112,0,2,26428,9112,26429,0,2,26424,26429,26423,0,2,26423,26429,9114,0,2,9112,34399,9110,0,2,26427,26428,26429,0,2,26428,26426,26430,0,2,26425,26424,7109,0,2,7109,26424,26437,0,2,26421,26409,26431,0,2,26431,26432,26436,0,2,26436,26401,26437,0,2,26401,26436,7108,0,2,26405,34830,26404,0,2,34830,26405,26433,0,2,26432,26433,26405,0,2,26436,26432,7108,0,2,26432,26431,26434,0,2,26408,26434,26409,0,2,26409,26434,26431,0,2,26421,26431,26435,0,2,26437,26435,26436,0,2,26436,26435,26431,0,2,26422,26437,26424,0,2,26407,26404,34830,0,2,26439,26438,26440,0,2,26439,26440,26445,0,2,26441,26455,26442,0,2,26442,26454,26446,0,2,26446,26454,7094,0,2,26446,7094,26443,0,2,26444,26441,26442,0,2,26441,26444,26445,0,2,26445,26444,7095,0,2,26445,7095,7096,0,2,26439,26445,7718,0,2,7718,26445,7097,0,2,26443,26444,26446,0,2,26446,26444,26442,0,2,26445,26440,26441,0,2,26441,26440,26447,0,2,26447,26440,26448,0,2,26448,26440,26438,0,2,26448,26438,7100,0,2,26448,7100,26449,0,2,26449,7100,26456,0,2,26452,48783,34802,0,2,48778,26453,26410,0,2,48778,26410,26411,0,2,26451,26450,26415,0,2,26415,26450,26416,0,2,26439,7099,26438,0,2,26438,7099,7132,0,2,26438,7132,7102,0,2,26438,7102,7100,0,2,7093,26443,7094,0,2,7092,7094,26465,0,2,26465,7089,7090,0,2,7092,26465,7091,0,2,26465,7090,7091,0,2,26454,26442,26462,0,2,26462,26442,26455,0,2,26457,26456,26450,0,2,26457,26450,26460,0,2,26458,26460,26459,0,2,26458,26459,26452,0,2,26452,26459,48783,0,2,26459,26460,26451,0,2,26451,26460,26450,0,2,26450,26456,26416,0,2,26455,26447,26461,0,2,26455,26461,26462,0,2,26463,26464,26466,0,2,26464,7089,26465,0,2,26466,26464,26454,0,2,26466,26454,26462,0,2,26447,26455,26441,0,2,7094,26454,26465,0,2,26465,26454,26464,0,2,26444,26443,7095,0,2,26528,26467,48763,0,2,48763,26467,26529,0,2,26468,26529,26538,0,2,26468,26538,26469,0,2,26468,26469,48762,0,2,48762,26469,7750,0,2,26470,35667,26501,0,2,26501,35667,26471,0,2,26471,35667,26504,0,2,26504,35667,26472,0,2,26504,26472,26473,0,2,26473,26472,48835,0,2,26473,26474,26503,0,2,26854,26475,35246,0,2,26853,35245,35241,0,2,26853,35241,26852,0,2,26852,35241,26851,0,2,26851,35241,26493,0,2,26861,26493,26476,0,2,26860,26476,26492,0,2,26492,26476,26477,0,2,26492,26477,26488,0,2,26488,26478,26490,0,2,26479,26478,26489,0,2,26479,26489,26480,0,2,26479,26480,26862,0,2,26481,35382,35224,0,2,35224,35382,35378,0,2,35275,35378,35377,0,2,35275,35377,35225,0,2,35225,35377,35321,0,2,35225,35321,26482,0,2,26478,26488,26477,0,2,26476,26487,26477,0,2,26480,26489,35384,0,2,26480,35384,35279,0,2,35279,35384,26481,0,2,26479,26490,26478,0,2,26488,26490,27413,0,2,27413,26491,26488,0,2,26488,26491,26492,0,2,26492,26491,26860,0,2,26493,26861,26850,0,2,26850,26861,26494,0,2,26495,35448,26496,0,2,35448,35385,26558,0,2,26498,26554,26555,0,2,26507,26500,26506,0,2,26506,26500,26499,0,2,26506,26499,26561,0,2,26856,26502,26503,0,2,26471,26504,26502,0,2,26502,26504,26473,0,2,26502,26473,26503,0,2,26502,26507,26471,0,2,26470,26501,26550,0,2,26505,26550,26501,0,2,26506,26505,26507,0,2,26505,26471,26507,0,2,26550,26505,26506,0,2,35668,26470,26508,0,2,35668,26508,26509,0,2,26509,26508,26510,0,2,26509,26510,35661,0,2,35661,26510,26511,0,2,26512,26513,35657,0,2,35657,26513,26515,0,2,35657,26515,35656,0,2,35656,26515,26514,0,2,26513,26510,26508,0,2,26508,26470,26516,0,2,26516,26550,26515,0,2,26515,26550,26514,0,2,35662,35656,26564,0,2,35662,26564,35651,0,2,35651,26845,35665,0,2,35665,26845,26846,0,2,35665,26846,26754,0,2,35665,26754,26517,0,2,35665,26517,26518,0,2,26518,26520,35664,0,2,35664,26520,35663,0,2,26521,35676,26522,0,2,35673,26522,35675,0,2,35673,35675,48767,0,2,35673,48767,35672,0,2,35672,48767,26523,0,2,26525,48802,26526,0,2,26526,26537,26527,0,2,26527,26467,26528,0,2,26529,26467,26527,0,2,26529,26527,26537,0,2,26541,26534,26539,0,2,48766,26533,26539,0,2,48766,26539,26534,0,2,26534,26535,48766,0,2,26536,26526,48802,0,2,26529,26537,26538,0,2,26541,26539,26540,0,2,26540,26532,26531,0,2,26532,26540,48768,0,2,48768,26540,26533,0,2,26533,26540,26539,0,2,26530,26538,26535,0,2,26530,26535,26534,0,2,26536,26535,26537,0,2,26536,26537,26526,0,2,26537,26535,26538,0,2,26538,26530,26469,0,2,7751,26469,26542,0,2,26541,7753,26542,0,2,26542,7753,7751,0,2,26469,26530,26542,0,2,26530,26534,26542,0,2,26542,26534,26541,0,2,26541,26531,7745,0,2,26531,26532,7755,0,2,7755,26532,7744,0,2,7744,26532,26543,0,2,7744,26543,26544,0,2,26544,26543,48769,0,2,26544,48769,48770,0,2,26544,48770,26545,0,2,26718,26545,26546,0,2,35682,26547,26548,0,2,35680,26548,48772,0,2,35680,48772,48771,0,2,48767,48764,26523,0,2,26523,48764,48765,0,2,26543,26532,48768,0,2,26528,7084,26527,0,2,26527,7084,7082,0,2,26527,7082,26526,0,2,26526,7082,26549,0,2,26526,26549,26525,0,2,7084,7083,7082,0,2,48802,26524,26536,0,2,26516,26470,26550,0,2,26514,26550,26551,0,2,26551,26559,26552,0,2,26565,26563,26553,0,2,26554,26553,26555,0,2,35457,26556,26557,0,2,26496,26558,26556,0,2,26556,26558,26557,0,2,26496,26556,26497,0,2,26563,26552,26559,0,2,26563,26559,26561,0,2,26499,26560,26561,0,2,26561,26562,26563,0,2,26563,26562,26553,0,2,26553,26562,26555,0,2,26555,26562,26560,0,2,26560,26562,26561,0,2,26514,26551,35656,0,2,35656,26551,26564,0,2,26564,26552,26845,0,2,26845,26552,26565,0,2,26846,26565,26844,0,2,26846,26844,26750,0,2,26566,26844,26567,0,2,26567,26841,26568,0,2,35691,26570,35446,0,2,35691,35446,26571,0,2,26571,35650,26588,0,2,26588,35650,26572,0,2,26573,26572,35442,0,2,26573,35442,26574,0,2,35649,35519,26575,0,2,26575,35519,26576,0,2,26576,35519,35518,0,2,26576,35518,26577,0,2,26576,26822,26575,0,2,26575,26822,26579,0,2,26575,26579,26839,0,2,26839,26579,35690,0,2,35690,26578,26588,0,2,26578,26579,26586,0,2,26586,26579,26587,0,2,26587,26579,26822,0,2,26587,26822,26826,0,2,35685,26826,26580,0,2,26582,35684,26581,0,2,26585,26586,26587,0,2,26589,26580,26836,0,2,26589,26836,26699,0,2,26699,26836,26590,0,2,26698,26590,26830,0,2,26697,26830,26831,0,2,26697,26831,26695,0,2,26591,36854,26694,0,2,26693,26592,36856,0,2,26593,36851,26594,0,2,26594,36851,26595,0,2,26594,26595,26596,0,2,26596,26595,36845,0,2,36847,36846,36859,0,2,36859,36846,26597,0,2,26776,26598,36858,0,2,26776,36858,26775,0,2,26775,36857,26599,0,2,26601,26600,36838,0,2,26602,36837,26793,0,2,26793,36837,26794,0,2,26794,36837,26603,0,2,26603,26604,26802,0,2,26802,26604,35540,0,2,26802,35540,26801,0,2,26801,35540,35541,0,2,26801,35541,26605,0,2,26605,35541,26606,0,2,26607,49516,35549,0,2,26617,26607,26608,0,2,26610,35582,35583,0,2,26610,35583,36672,0,2,36672,35583,36674,0,2,36664,26611,26612,0,2,26612,26613,36677,0,2,26616,36678,26614,0,2,26616,26614,35732,0,2,26616,35732,26615,0,2,26612,35734,36676,0,2,26616,26615,35734,0,2,26616,35734,26612,0,2,26616,26612,36677,0,2,26616,36677,36678,0,2,26608,26609,26617,0,2,26617,26609,36667,0,2,26617,36667,36668,0,2,26617,36668,26618,0,2,26621,26619,36825,0,2,26621,36825,26620,0,2,26621,26606,26622,0,2,26619,26621,26618,0,2,26619,26618,36669,0,2,26621,26622,26618,0,2,26607,26617,26622,0,2,26607,26622,49516,0,2,26618,26622,26617,0,2,26600,26601,26599,0,2,26599,26601,26623,0,2,26623,26601,26624,0,2,26623,26624,26625,0,2,26625,26777,36859,0,2,26626,36859,26778,0,2,26626,26778,26627,0,2,26690,26774,26628,0,2,26688,26628,26632,0,2,26688,26632,26629,0,2,35716,7849,26630,0,2,26630,7849,26631,0,2,26631,7849,7847,0,2,7850,7849,35716,0,2,7851,26629,26632,0,2,48756,26634,48757,0,2,48757,26634,26774,0,2,26682,26633,26627,0,2,26774,26686,26633,0,2,26774,26633,48757,0,2,26628,26774,26634,0,2,26628,26634,26632,0,2,26627,26633,26686,0,2,7851,26632,7852,0,2,7852,26632,26640,0,2,26635,26640,26636,0,2,26638,7853,26635,0,2,7852,26640,7853,0,2,7853,26640,26635,0,2,26638,26637,26639,0,2,26639,26637,26663,0,2,26663,26637,26641,0,2,26663,26641,26786,0,2,26643,48786,26644,0,2,26645,26644,26646,0,2,26645,26646,26676,0,2,26676,26646,26810,0,2,26675,26811,26812,0,2,26675,26812,26677,0,2,26677,26812,26648,0,2,26648,26647,26673,0,2,26673,26647,26649,0,2,26650,26651,26652,0,2,26653,26671,26652,0,2,26653,26654,36894,0,2,26653,36894,26656,0,2,26655,26656,36890,0,2,26655,36890,26670,0,2,26670,36890,36888,0,2,26668,36888,36891,0,2,26668,36891,7249,0,2,26668,7249,7247,0,2,26671,26653,26656,0,2,26671,26656,26655,0,2,26671,26655,26670,0,2,26658,26657,26668,0,2,26658,26668,26669,0,2,26658,26669,26678,0,2,36887,7246,7244,0,2,26645,36886,26659,0,2,26645,26659,26644,0,2,26644,26659,26643,0,2,26643,26659,7242,0,2,26643,7242,26660,0,2,26667,26660,26661,0,2,26661,26662,26786,0,2,26786,26662,26663,0,2,26665,7854,7853,0,2,26638,26665,7853,0,2,26665,26664,26666,0,2,26666,26664,7239,0,2,26661,26786,26642,0,2,26661,26642,26667,0,2,26667,48786,26643,0,2,26643,26660,26667,0,2,7242,26659,7243,0,2,7243,26659,36900,0,2,36900,26659,36886,0,2,36900,36886,7244,0,2,26657,26674,26668,0,2,7247,26669,26668,0,2,36888,26668,26674,0,2,36888,26674,26670,0,2,26652,26671,26670,0,2,26652,26670,26650,0,2,26650,26670,26672,0,2,26673,26672,26658,0,2,26658,26672,26657,0,2,26674,26657,26672,0,2,26650,26672,36797,0,2,36797,26672,26673,0,2,26649,36797,26673,0,2,26648,26673,26677,0,2,26811,26675,26676,0,2,26677,26678,26675,0,2,26673,26658,26677,0,2,26658,26678,26677,0,2,26637,26638,26636,0,2,26636,26638,26635,0,2,26640,48756,26636,0,2,26636,48756,26679,0,2,26636,26679,26637,0,2,26637,26679,26680,0,2,26641,26680,26681,0,2,48758,26681,26682,0,2,26633,26680,48757,0,2,26632,26634,26640,0,2,26640,26634,48756,0,2,26679,48756,48757,0,2,26679,48757,26680,0,2,26629,35720,26688,0,2,26688,35720,26683,0,2,26683,35720,26684,0,2,26683,26684,26689,0,2,26690,26692,26594,0,2,26690,26594,26685,0,2,26685,26691,26686,0,2,26686,26691,26627,0,2,26685,26686,26774,0,2,26685,26774,26690,0,2,26690,26628,26687,0,2,26687,26628,26688,0,2,26688,26683,26687,0,2,26683,26689,26687,0,2,26687,26689,26690,0,2,26690,26689,48789,0,2,26692,26690,48789,0,2,26627,26691,26626,0,2,26626,26691,36847,0,2,36847,26691,36845,0,2,36845,26691,26596,0,2,26593,26692,36856,0,2,36856,26692,26693,0,2,26592,26693,26694,0,2,26695,26591,26696,0,2,26696,26591,26694,0,2,26696,26694,26773,0,2,26696,26697,26695,0,2,26699,26590,26698,0,2,26694,26693,26700,0,2,26700,48790,26773,0,2,26773,48790,48788,0,2,26701,48788,26702,0,2,26703,26704,35717,0,2,26703,35717,26705,0,2,26703,26705,26706,0,2,26703,26706,26744,0,2,26744,26706,35687,0,2,26744,35687,26707,0,2,26708,26710,26767,0,2,26709,26710,48773,0,2,26714,48794,26712,0,2,26714,26712,26713,0,2,26714,26713,26740,0,2,26714,26740,26715,0,2,26716,26715,7743,0,2,26547,26718,26546,0,2,26545,26718,26716,0,2,26545,26716,26544,0,2,26547,26717,26718,0,2,26544,26716,7744,0,2,26715,26716,26718,0,2,26715,26718,26714,0,2,26718,26717,26714,0,2,26714,26717,48794,0,2,26720,26719,26721,0,2,7867,26723,26724,0,2,7867,26724,7863,0,2,7863,26724,7868,0,2,7868,26724,26725,0,2,26725,26724,26722,0,2,26722,26724,26723,0,2,26725,26726,7862,0,2,7861,7862,35723,0,2,7867,7864,26723,0,2,7864,26742,26723,0,2,26723,26727,26722,0,2,26722,26727,26730,0,2,26730,26727,26728,0,2,26730,26728,26721,0,2,26720,26721,26729,0,2,26720,26729,35686,0,2,35686,26729,35688,0,2,26721,35726,26730,0,2,26730,35726,26722,0,2,26738,26732,26741,0,2,26738,26741,7740,0,2,7740,26741,26733,0,2,26735,26736,7742,0,2,7740,26737,26738,0,2,26738,26737,48796,0,2,26740,48796,26715,0,2,26732,26738,26713,0,2,26713,26738,26740,0,2,48796,26740,26738,0,2,26732,26713,26731,0,2,26731,26712,26739,0,2,26731,26713,26712,0,2,26739,26712,48794,0,2,7740,26734,26737,0,2,26733,26741,26743,0,2,26733,26743,7865,0,2,26741,26732,26743,0,2,7865,26743,26742,0,2,26739,26727,26742,0,2,26742,26743,26731,0,2,26731,26743,26732,0,2,26742,26731,26739,0,2,26727,26723,26742,0,2,26703,26744,26702,0,2,26702,26744,26701,0,2,26701,26744,26761,0,2,26761,26744,26707,0,2,26761,26707,26745,0,2,26758,26748,26749,0,2,26750,26566,26751,0,2,26762,26752,26772,0,2,26519,26518,26517,0,2,26762,26751,26752,0,2,26751,26517,26750,0,2,26750,26517,26754,0,2,26750,26844,26566,0,2,26566,26567,26752,0,2,26752,26567,26755,0,2,26755,26567,26568,0,2,26757,35453,26756,0,2,26757,26756,26758,0,2,26758,26749,26757,0,2,26757,26749,26755,0,2,26757,26755,26568,0,2,26568,26569,26757,0,2,26757,26569,35453,0,2,26758,26756,26816,0,2,26760,26759,26815,0,2,26699,26815,26589,0,2,26758,26816,26747,0,2,26747,26759,26760,0,2,26815,26699,26760,0,2,26759,26747,26816,0,2,26746,26747,26745,0,2,26747,26760,26745,0,2,26745,26760,26761,0,2,26761,48791,26701,0,2,26701,48791,48788,0,2,26754,26846,26750,0,2,26519,26517,26762,0,2,26762,26517,26751,0,2,26518,26519,26763,0,2,35681,26766,35677,0,2,35677,26766,26764,0,2,35679,26764,26765,0,2,26765,26764,26772,0,2,26772,26764,26753,0,2,26753,26764,26519,0,2,26519,26764,26766,0,2,26763,26766,35681,0,2,26763,26519,26766,0,2,26520,26518,26763,0,2,26753,26519,26762,0,2,26751,26566,26752,0,2,26748,26770,26768,0,2,26768,26770,26767,0,2,26768,26767,26709,0,2,26768,26709,48839,0,2,48839,26709,26769,0,2,48839,26769,26755,0,2,26758,26747,26748,0,2,26748,26747,26770,0,2,26747,26746,26770,0,2,26767,26710,26709,0,2,26708,26770,26771,0,2,26771,26745,26707,0,2,26771,26770,26745,0,2,26745,26770,26746,0,2,26770,26708,26767,0,2,26772,26753,26762,0,2,26765,26772,26709,0,2,26709,26772,26769,0,2,26769,26772,26752,0,2,26709,48773,26765,0,2,26765,48773,35679,0,2,26694,26700,26773,0,2,26594,26692,26593,0,2,26594,26596,26685,0,2,26685,26596,26691,0,2,26599,26623,26775,0,2,26775,26623,26776,0,2,26598,26776,26597,0,2,26777,26780,26778,0,2,26682,26627,26778,0,2,26778,36859,26777,0,2,26601,36838,26779,0,2,26601,26779,26624,0,2,26624,26779,36884,0,2,26780,26781,26785,0,2,26785,26781,26782,0,2,26785,26782,26788,0,2,26784,26781,36884,0,2,26781,26784,26782,0,2,26782,26784,26783,0,2,26777,26625,26780,0,2,26787,26785,48758,0,2,26681,48758,26641,0,2,48758,26682,26787,0,2,26785,26787,26780,0,2,26780,26787,26778,0,2,26778,26787,26682,0,2,26642,26788,48759,0,2,26788,26782,48759,0,2,48786,48759,26783,0,2,48786,26783,26789,0,2,26789,26790,26644,0,2,26644,26790,26646,0,2,26789,26783,36885,0,2,26789,36885,26790,0,2,26790,36885,26809,0,2,26809,36885,26791,0,2,36838,26792,26779,0,2,36838,26602,26792,0,2,26803,26602,26793,0,2,26805,26793,26794,0,2,7554,36826,7557,0,2,7557,36826,26799,0,2,7557,26799,26620,0,2,26620,26799,26621,0,2,26605,26800,26801,0,2,26795,26794,26802,0,2,26802,26794,26603,0,2,26795,26802,26796,0,2,26796,26802,26801,0,2,26796,26801,26797,0,2,26797,26801,26800,0,2,26797,26800,26798,0,2,26798,26800,26799,0,2,26605,26606,26800,0,2,26800,26606,26621,0,2,26792,26602,26791,0,2,26791,26602,26803,0,2,26791,26803,36842,0,2,36842,26803,26804,0,2,36840,26806,26808,0,2,36840,26808,36793,0,2,26797,36793,26796,0,2,26795,26796,26807,0,2,26806,26804,26807,0,2,26807,26804,26805,0,2,26805,26794,26807,0,2,26805,26804,26793,0,2,26807,26796,26808,0,2,26807,26808,26806,0,2,26804,26803,26793,0,2,26646,26790,26809,0,2,26646,26809,26810,0,2,26676,26810,26811,0,2,26648,26812,36843,0,2,26648,36843,26647,0,2,26647,26813,26649,0,2,26809,26814,26810,0,2,26810,26814,26811,0,2,26811,26814,36843,0,2,26811,36843,26812,0,2,26809,26791,26814,0,2,26814,26791,36842,0,2,26781,26780,26625,0,2,26781,26625,26624,0,2,26781,26624,36884,0,2,35685,26580,26589,0,2,35685,26589,35684,0,2,26589,26815,26581,0,2,26589,26581,35684,0,2,26815,26759,26581,0,2,26581,26816,26582,0,2,26582,26816,26756,0,2,26582,26756,26817,0,2,26817,26756,35453,0,2,26582,26817,26583,0,2,26583,26817,26570,0,2,26818,26822,26576,0,2,26818,26576,26577,0,2,26825,35523,26832,0,2,26832,35523,35706,0,2,26832,35706,26695,0,2,26819,26577,26821,0,2,26821,26577,35518,0,2,26577,26819,26823,0,2,26827,26823,26824,0,2,26825,26824,26820,0,2,26824,26823,26820,0,2,26822,26818,26826,0,2,26826,26818,26828,0,2,26826,26828,26838,0,2,26826,26838,26580,0,2,26827,26828,26577,0,2,26827,26577,26823,0,2,26827,26824,26837,0,2,26837,26824,26834,0,2,26837,26834,26829,0,2,26836,26829,26590,0,2,26590,26829,26833,0,2,26590,26833,26830,0,2,26831,26830,26833,0,2,26832,26695,26831,0,2,26833,26834,26835,0,2,26832,26831,26835,0,2,26835,26831,26833,0,2,26832,26835,26825,0,2,26825,26835,26824,0,2,26833,26829,26834,0,2,26835,26834,26824,0,2,26837,26829,26836,0,2,26837,26836,26828,0,2,26838,26828,26836,0,2,26836,26580,26838,0,2,26828,26827,26837,0,2,26577,26828,26818,0,2,35649,26575,26839,0,2,35649,26839,26574,0,2,26573,26574,26839,0,2,26567,26840,26841,0,2,26841,26840,26842,0,2,26842,26843,35460,0,2,35460,26843,26553,0,2,26553,26843,26565,0,2,26565,26843,26844,0,2,26840,26844,26843,0,2,26843,26842,26840,0,2,26567,26844,26840,0,2,26565,26846,26845,0,2,26845,35651,26564,0,2,26551,26552,26564,0,2,26511,26510,26512,0,2,26510,26513,26512,0,2,26499,26500,26857,0,2,26499,26857,26848,0,2,26847,26848,26855,0,2,26847,26855,26849,0,2,26849,26853,26850,0,2,26850,26852,26851,0,2,35246,26853,26855,0,2,35246,26855,26854,0,2,26475,26856,26474,0,2,26856,26475,26854,0,2,26852,26850,26853,0,2,26855,26848,26854,0,2,26854,26848,26857,0,2,26857,26500,26507,0,2,26857,26507,26856,0,2,26507,26502,26856,0,2,26854,26857,26856,0,2,26855,26853,26849,0,2,26555,26560,26858,0,2,26555,26858,26498,0,2,26498,26858,26849,0,2,26847,26858,26848,0,2,26499,26848,26560,0,2,26847,26849,26858,0,2,26848,26858,26560,0,2,26554,26498,26859,0,2,26859,26494,26495,0,2,26494,26859,26850,0,2,26850,26859,26849,0,2,26849,26859,26498,0,2,26554,26859,35459,0,2,35459,26495,26497,0,2,26497,26495,26496,0,2,26859,26495,35459,0,2,26476,26860,26861,0,2,26493,26850,26851,0,2,26479,26862,26863,0,2,26864,27418,35462,0,2,26864,35462,26865,0,2,26865,35462,26866,0,2,26866,35462,27416,0,2,26866,27416,27415,0,2,26871,26869,26867,0,2,26867,26869,26868,0,2,26870,26869,27429,0,2,27424,27425,26868,0,2,26868,27425,26867,0,2,26869,26870,26868,0,2,26868,26870,27424,0,2,26867,35417,26871,0,2,26867,27408,35416,0,2,35416,27408,35425,0,2,35431,35432,26892,0,2,26931,35431,26874,0,2,26931,26874,26875,0,2,26875,26874,26897,0,2,26875,26897,35628,0,2,35628,26897,26907,0,2,35628,26907,26876,0,2,26936,26877,26909,0,2,26936,26909,26878,0,2,26914,26878,26879,0,2,26880,26912,26881,0,2,26881,26912,26882,0,2,26881,26882,26943,0,2,26944,26943,26883,0,2,26944,26883,36877,0,2,36877,26883,36878,0,2,36878,26883,26884,0,2,36878,26884,36882,0,2,36882,26884,26904,0,2,26885,26906,35776,0,2,35755,26906,26886,0,2,26888,26887,26889,0,2,26888,26889,27434,0,2,27434,26889,27435,0,2,27435,26889,35750,0,2,35509,35750,26890,0,2,35428,26890,26873,0,2,26891,26873,35742,0,2,35431,26892,26874,0,2,26874,26892,35751,0,2,26874,35751,26893,0,2,26893,35751,26896,0,2,26896,35751,35759,0,2,26896,35759,26895,0,2,26895,26902,26898,0,2,26895,26898,26896,0,2,26896,26898,35629,0,2,26896,35629,26893,0,2,26907,26897,35629,0,2,26898,26901,26899,0,2,26899,26901,26900,0,2,26912,26900,26882,0,2,26898,26902,26901,0,2,26901,26902,26903,0,2,26903,35753,26904,0,2,26884,26883,26905,0,2,26905,26883,26882,0,2,26882,26900,26905,0,2,26884,26905,26904,0,2,26904,26905,26903,0,2,26943,26882,26883,0,2,26904,35753,26885,0,2,26906,26885,35754,0,2,26900,26901,26905,0,2,26893,35629,26897,0,2,26907,26908,26876,0,2,26876,26908,26909,0,2,26876,26909,26877,0,2,26898,26911,35629,0,2,26910,26911,26879,0,2,26879,26911,26880,0,2,26880,26911,26912,0,2,26898,26899,26911,0,2,26911,26899,26912,0,2,26899,26900,26912,0,2,26893,26897,26874,0,2,26892,35432,26891,0,2,26878,26914,26936,0,2,35435,26936,27407,0,2,35435,27407,35733,0,2,35435,35733,35738,0,2,35738,35733,35406,0,2,35406,26915,26916,0,2,26918,26917,26919,0,2,26918,26919,35571,0,2,35571,26919,36862,0,2,35571,36862,36863,0,2,26923,26922,36865,0,2,26923,26613,35581,0,2,35581,26613,26611,0,2,26923,36686,26922,0,2,26936,26924,26877,0,2,26925,35738,26928,0,2,26928,35738,35405,0,2,26928,26927,26925,0,2,26926,35405,26929,0,2,26929,35405,35407,0,2,35405,26926,26928,0,2,26926,26927,26928,0,2,26935,26929,26934,0,2,26934,26930,26933,0,2,26933,26930,26932,0,2,26933,26932,26931,0,2,26931,26932,35431,0,2,26933,26931,26875,0,2,26934,26933,35630,0,2,26934,35630,26935,0,2,26935,26926,26929,0,2,26926,26935,26927,0,2,26927,26935,35630,0,2,26936,26914,26937,0,2,26937,26914,26941,0,2,26941,26940,35736,0,2,35736,26940,26939,0,2,36611,26938,27397,0,2,26938,26939,26940,0,2,26948,26940,26941,0,2,26942,26914,26913,0,2,26881,26943,26944,0,2,26949,26945,27385,0,2,26949,27385,27382,0,2,26947,27382,26946,0,2,26950,26947,27405,0,2,26950,27405,27406,0,2,27382,26947,26949,0,2,26949,26947,26950,0,2,26941,26942,26948,0,2,26948,26951,27406,0,2,27406,26951,26950,0,2,26951,26942,26952,0,2,26945,26881,26944,0,2,26881,26952,26913,0,2,26913,26952,26942,0,2,26946,27382,27402,0,2,27402,27383,26953,0,2,26953,27383,36881,0,2,26953,27377,36171,0,2,36171,27377,26954,0,2,36171,26954,36880,0,2,36880,26954,26955,0,2,36880,26955,26956,0,2,36170,26956,26957,0,2,36170,26957,36166,0,2,36166,26957,36165,0,2,36166,36165,26958,0,2,26958,27380,36177,0,2,36177,27380,26959,0,2,26961,26960,26962,0,2,26962,26963,26964,0,2,26964,26963,35819,0,2,26964,27016,36164,0,2,36164,27016,26965,0,2,36164,26965,36158,0,2,36158,26965,36163,0,2,36158,36163,26966,0,2,26967,26966,36163,0,2,26969,26968,26970,0,2,27283,26971,26972,0,2,26974,26973,27031,0,2,35942,26976,35937,0,2,35937,26976,26977,0,2,35939,26977,26978,0,2,35939,26978,27036,0,2,35939,27036,26979,0,2,35939,26979,35943,0,2,35943,26979,27298,0,2,27290,26979,27052,0,2,27290,27052,26980,0,2,26980,27052,35895,0,2,26980,35895,27280,0,2,27270,35896,35897,0,2,27270,35897,26982,0,2,27269,26983,26984,0,2,35903,26984,26985,0,2,35903,26985,26986,0,2,27004,27003,35904,0,2,35904,27003,49550,0,2,49550,27001,27267,0,2,27267,27001,26987,0,2,26987,35832,26988,0,2,26988,27121,27220,0,2,27220,27121,27219,0,2,27219,27121,26989,0,2,26990,27122,27265,0,2,27089,27119,26992,0,2,26993,27115,26994,0,2,27108,26995,27118,0,2,27065,27118,26996,0,2,26998,26997,27116,0,2,27006,26998,26999,0,2,27005,27000,27001,0,2,27001,49550,27005,0,2,27005,49550,27003,0,2,27005,27003,27002,0,2,27002,27003,27004,0,2,27005,27002,27000,0,2,26997,26998,27006,0,2,26997,27006,27059,0,2,27059,27006,27007,0,2,27059,27007,27058,0,2,27058,27007,35841,0,2,35841,27007,26986,0,2,27004,26986,27007,0,2,27004,27007,27002,0,2,27002,27007,27006,0,2,27002,27006,26999,0,2,27002,26999,27000,0,2,27009,35841,27008,0,2,27009,27008,27010,0,2,27010,35857,27061,0,2,27061,35857,27011,0,2,27012,27011,35860,0,2,35947,35860,35859,0,2,35947,35859,27013,0,2,27013,35859,36162,0,2,36162,35859,35862,0,2,36161,35862,35817,0,2,35817,35861,27023,0,2,27023,27024,27014,0,2,27014,27024,27029,0,2,27015,27029,35968,0,2,27015,35968,27016,0,2,27015,27016,26964,0,2,35966,35965,26968,0,2,26968,35965,27057,0,2,27057,27017,27018,0,2,27333,27018,26971,0,2,26971,27018,26972,0,2,27019,27020,26973,0,2,35933,27020,27021,0,2,27023,27026,27024,0,2,35865,27022,27025,0,2,27026,27025,27027,0,2,27026,27027,27028,0,2,27028,27029,27024,0,2,27028,27024,27026,0,2,27031,27030,27040,0,2,27031,27040,27032,0,2,27034,27051,27035,0,2,27035,27036,26978,0,2,27035,26978,27034,0,2,27034,27045,27051,0,2,26978,27037,27034,0,2,27033,27037,26977,0,2,27033,26977,26976,0,2,27039,27031,27032,0,2,27030,27031,26973,0,2,26974,27031,26975,0,2,26976,27039,27038,0,2,26976,27038,27033,0,2,27033,27038,27042,0,2,27042,27038,27032,0,2,26975,27039,35942,0,2,35942,27039,26976,0,2,26975,27031,27039,0,2,26977,27037,26978,0,2,26973,35932,27030,0,2,27030,35932,27040,0,2,27040,35871,27041,0,2,27032,27041,27042,0,2,27037,27033,27034,0,2,27034,27033,27043,0,2,27034,27043,27044,0,2,27034,27044,27045,0,2,27045,27046,27050,0,2,27048,27047,35907,0,2,27048,35890,35923,0,2,35923,35891,27049,0,2,27050,27051,27045,0,2,27051,27053,27035,0,2,27035,27053,27036,0,2,35895,27052,27053,0,2,35895,27053,35894,0,2,35894,27053,27054,0,2,35894,27054,35893,0,2,35893,27054,27049,0,2,27049,27054,27050,0,2,27050,27054,27051,0,2,27051,27054,27053,0,2,26979,27036,27052,0,2,27050,35924,27049,0,2,27041,27032,27040,0,2,27018,27017,27055,0,2,27020,27056,27021,0,2,27333,26970,27018,0,2,27018,26970,27057,0,2,26965,27016,35966,0,2,35841,27009,27058,0,2,27058,27110,27059,0,2,27059,27110,27109,0,2,27109,27110,27060,0,2,27061,27012,35806,0,2,27063,35806,27062,0,2,27063,27062,27064,0,2,27065,27064,35809,0,2,35809,27088,27066,0,2,27067,27070,27068,0,2,27067,27068,26993,0,2,26992,27068,27105,0,2,27069,27070,27072,0,2,27072,27070,27071,0,2,35823,27072,27073,0,2,35798,27074,27081,0,2,27075,27081,27076,0,2,27075,27076,27087,0,2,27077,27087,27078,0,2,27078,27087,35810,0,2,27077,27079,35804,0,2,27077,35804,27080,0,2,27080,35798,27081,0,2,27081,27075,27080,0,2,27080,27075,27077,0,2,27087,27077,27075,0,2,27077,27078,27079,0,2,27076,27081,27073,0,2,27074,27073,27081,0,2,27073,27072,27086,0,2,27068,27070,27069,0,2,27071,27070,27088,0,2,27082,27088,35808,0,2,27087,27083,35810,0,2,27071,27085,27072,0,2,27071,27088,27084,0,2,27071,27084,27085,0,2,27072,27085,27086,0,2,27086,27087,27076,0,2,27083,27087,27084,0,2,27083,27084,27082,0,2,27082,27084,27088,0,2,27087,27086,27084,0,2,27084,27086,27085,0,2,27070,27066,27088,0,2,27068,26992,26993,0,2,35782,27089,27105,0,2,35782,27105,35784,0,2,35784,35827,27090,0,2,27090,27106,35777,0,2,35777,27106,27091,0,2,35795,27092,27443,0,2,27443,27093,35480,0,2,35480,27093,27094,0,2,27095,27094,27096,0,2,27095,27096,27097,0,2,35495,27098,27447,0,2,35495,27456,27099,0,2,27099,27456,27455,0,2,27099,27455,35746,0,2,27423,27101,27102,0,2,35291,27421,27104,0,2,27100,35372,35373,0,2,27089,35782,27119,0,2,26992,27105,27089,0,2,27090,35826,27106,0,2,27090,35827,35826,0,2,35827,35784,27105,0,2,35827,27105,27107,0,2,27069,27107,27068,0,2,27068,27107,27105,0,2,26993,26994,27067,0,2,27067,27108,27070,0,2,27067,26994,26995,0,2,27067,26995,27108,0,2,27061,35806,27063,0,2,27063,27060,27110,0,2,27063,27064,27060,0,2,27060,27064,27065,0,2,27065,26996,27109,0,2,27109,26996,26997,0,2,27109,26997,27059,0,2,27109,27060,27065,0,2,27061,27110,27010,0,2,27010,27110,27009,0,2,26997,26996,27116,0,2,27116,35833,26998,0,2,27111,27118,26995,0,2,27111,26995,27113,0,2,27111,27113,27112,0,2,35835,27112,27113,0,2,27113,26995,27114,0,2,27115,26993,26992,0,2,26995,26994,27114,0,2,27114,26994,27115,0,2,27111,27112,35833,0,2,26998,35833,26999,0,2,35833,27116,27111,0,2,27111,27116,27118,0,2,27116,26996,27118,0,2,27117,27118,27065,0,2,27065,27066,27117,0,2,27117,27066,27070,0,2,27117,27070,27108,0,2,27065,35809,27066,0,2,27118,27117,27108,0,2,26992,27119,27115,0,2,27115,27119,35830,0,2,27115,35830,27120,0,2,27120,35837,27114,0,2,27114,27115,27120,0,2,26989,27121,35839,0,2,26989,35839,26990,0,2,26990,35839,35840,0,2,26990,35840,27122,0,2,27122,35840,27123,0,2,27122,27123,26991,0,2,26987,26988,27220,0,2,26987,27220,27274,0,2,27274,27220,27273,0,2,27273,27218,27124,0,2,27144,27125,27127,0,2,27127,27125,27126,0,2,27127,27126,27128,0,2,27128,27508,27136,0,2,27141,27136,27129,0,2,31976,27130,27131,0,2,27134,27527,27530,0,2,27134,27530,27135,0,2,27128,27126,27508,0,2,27129,27136,27137,0,2,27129,27137,27138,0,2,27130,27138,27488,0,2,27130,27488,27131,0,2,27130,27129,27138,0,2,27127,27139,27204,0,2,27204,27139,27142,0,2,27201,27203,27140,0,2,31980,27140,27143,0,2,31980,27143,27141,0,2,31980,27141,27130,0,2,27136,27141,27128,0,2,27141,27143,27128,0,2,27140,27203,27143,0,2,27143,27203,27142,0,2,27143,27139,27128,0,2,27139,27143,27142,0,2,27146,27145,27278,0,2,27278,27145,27148,0,2,27278,27148,27279,0,2,27279,27148,27147,0,2,27147,27148,27322,0,2,27322,27148,27149,0,2,27321,27149,27213,0,2,27293,27213,27150,0,2,27185,27187,27151,0,2,27151,27187,27152,0,2,27152,27187,27153,0,2,27153,27188,27154,0,2,27156,27154,27155,0,2,27156,27155,27157,0,2,27157,27155,31412,0,2,27157,27158,27159,0,2,27159,27158,27169,0,2,27160,27159,27171,0,2,27160,27171,20727,0,2,27160,27163,36412,0,2,27160,36412,36414,0,2,27160,36414,27161,0,2,27161,36414,27157,0,2,27157,36414,27156,0,2,27161,27157,27159,0,2,27159,27160,27161,0,2,27160,20727,27163,0,2,27163,20727,27162,0,2,27163,27162,36411,0,2,27164,36411,27165,0,2,36419,27165,49521,0,2,49521,27167,27166,0,2,36421,27166,36420,0,2,36420,27166,20747,0,2,36420,20747,20748,0,2,27165,36411,27168,0,2,27168,20726,27165,0,2,36411,27162,27168,0,2,20727,27171,27172,0,2,20727,27172,20728,0,2,20728,27172,27173,0,2,27174,27175,27176,0,2,20729,27179,31422,0,2,20729,31422,20734,0,2,27176,27177,27174,0,2,27174,27177,27178,0,2,27174,27178,27173,0,2,27173,27178,20728,0,2,20729,20728,27179,0,2,27179,20728,27178,0,2,27171,27159,27170,0,2,27170,27159,27169,0,2,27180,31989,27181,0,2,27180,27181,27211,0,2,27211,27181,27210,0,2,27211,27210,27182,0,2,27182,27183,27184,0,2,27184,27183,27208,0,2,27184,27186,27212,0,2,27212,27186,27185,0,2,27212,27185,27150,0,2,27153,27187,27188,0,2,27185,27186,27187,0,2,27187,27186,27189,0,2,27187,27189,27188,0,2,27188,27189,27154,0,2,27154,27189,27155,0,2,27155,27189,27190,0,2,27191,27190,27208,0,2,27191,27208,27192,0,2,27193,27192,27194,0,2,27197,27196,27207,0,2,27199,27198,27200,0,2,27199,27200,27201,0,2,31979,27201,27140,0,2,27142,27203,27204,0,2,27201,27200,27202,0,2,27203,27202,27146,0,2,27146,27202,27205,0,2,27205,27202,27200,0,2,27205,27200,27198,0,2,27201,27202,27203,0,2,27204,27203,27146,0,2,27204,27144,27127,0,2,31989,27205,27181,0,2,27205,27206,27181,0,2,27181,27206,27210,0,2,27210,27206,27207,0,2,27205,27198,27206,0,2,27206,27198,31972,0,2,27206,31972,27207,0,2,27207,31972,27197,0,2,27205,31989,27146,0,2,27190,27189,27184,0,2,27190,27184,27208,0,2,27189,27186,27184,0,2,27209,27196,27194,0,2,27194,27196,27195,0,2,27196,27209,27182,0,2,27196,27182,27210,0,2,27196,27210,27207,0,2,27209,27194,27192,0,2,27209,27192,27183,0,2,27183,27192,27208,0,2,27211,27182,27184,0,2,31990,27212,27150,0,2,31992,31990,27213,0,2,27213,31990,27150,0,2,27204,27214,27144,0,2,27146,27278,27214,0,2,27214,27215,27144,0,2,27144,27215,27124,0,2,27144,27124,27125,0,2,27125,27124,27216,0,2,27217,27216,27218,0,2,27217,27218,27219,0,2,27219,27218,27220,0,2,27219,26989,27221,0,2,27219,27221,27217,0,2,27217,27221,27266,0,2,27223,35792,35794,0,2,27223,35794,27224,0,2,27224,35794,27225,0,2,27229,35367,35287,0,2,27229,35287,27247,0,2,27247,35287,35295,0,2,27249,27232,27233,0,2,27236,27234,27235,0,2,27236,27235,31964,0,2,31964,27237,31963,0,2,31963,27237,27239,0,2,27239,27237,27238,0,2,27239,27238,27240,0,2,27241,27240,27242,0,2,27241,27242,27517,0,2,27517,27242,27243,0,2,27243,27242,27244,0,2,27243,27244,31961,0,2,27243,31961,27246,0,2,31960,27245,27246,0,2,27246,27245,27478,0,2,27252,27254,27231,0,2,27252,27231,27248,0,2,27248,27231,27249,0,2,27253,27249,27233,0,2,27253,27233,27250,0,2,31965,27496,27516,0,2,35220,27260,27248,0,2,27248,27260,27251,0,2,27254,27252,27251,0,2,27251,27252,27248,0,2,27253,27248,27249,0,2,35220,27248,27253,0,2,27229,27247,27254,0,2,27254,27247,27230,0,2,27254,27230,27231,0,2,27231,35221,27249,0,2,27250,27233,27234,0,2,27250,27234,27236,0,2,27225,35365,27224,0,2,27223,27224,27255,0,2,27256,35364,27262,0,2,27256,27262,27257,0,2,27257,27262,27258,0,2,27257,27258,27510,0,2,27510,27258,27502,0,2,27502,27258,27259,0,2,27260,27261,27259,0,2,27259,27261,27502,0,2,27262,35364,27263,0,2,27262,27263,27258,0,2,27258,27263,27259,0,2,27223,27222,27264,0,2,27266,27221,27222,0,2,27222,27221,27265,0,2,27264,27222,27265,0,2,27265,27221,26990,0,2,26990,27221,26989,0,2,27217,27266,27216,0,2,27216,27266,27507,0,2,27216,27507,27125,0,2,27125,27507,27126,0,2,27216,27124,27218,0,2,27218,27273,27220,0,2,49550,27267,27268,0,2,49551,27268,27269,0,2,26984,35903,27269,0,2,27269,35903,49551,0,2,27270,36188,27275,0,2,27275,36188,27271,0,2,27272,27273,27124,0,2,27273,27272,27274,0,2,27274,27272,27271,0,2,26987,27274,27267,0,2,36189,27275,27276,0,2,27276,27275,27271,0,2,27276,27271,27277,0,2,27277,27271,27272,0,2,27277,27272,27215,0,2,27215,27272,27124,0,2,27215,27214,27277,0,2,27214,27278,27276,0,2,27214,27276,27277,0,2,27276,27278,36189,0,2,36189,35896,27270,0,2,35896,36189,26981,0,2,26981,36189,27279,0,2,26981,27279,27147,0,2,27278,27279,36189,0,2,27147,27280,26981,0,2,26973,26974,27281,0,2,27281,27282,27283,0,2,27283,27284,26971,0,2,26971,27284,35951,0,2,26971,35951,27333,0,2,27333,35951,27285,0,2,27285,35951,27343,0,2,27343,35951,35949,0,2,35944,27287,36155,0,2,35944,36155,27288,0,2,27288,36155,27298,0,2,27288,27298,27289,0,2,27289,27298,26979,0,2,27289,26979,27290,0,2,27290,26980,27291,0,2,27290,27291,27297,0,2,27297,27291,27292,0,2,31994,27313,27294,0,2,27294,27323,27295,0,2,27296,27288,27289,0,2,27296,27289,27297,0,2,27296,27297,27292,0,2,27297,27289,27290,0,2,27296,49517,27288,0,2,35943,27298,36155,0,2,35943,36155,27299,0,2,27300,36155,27287,0,2,35949,27286,27301,0,2,27301,27319,27342,0,2,27342,27330,27302,0,2,27347,27302,27303,0,2,27304,27331,35984,0,2,27305,27331,27306,0,2,27305,27306,27308,0,2,35945,27308,27310,0,2,35945,27310,27309,0,2,27309,27310,36418,0,2,36413,27153,36416,0,2,36416,27153,36414,0,2,27153,27156,36414,0,2,27156,27153,27154,0,2,27151,27152,27311,0,2,27312,27310,27308,0,2,27312,27308,27313,0,2,27323,27313,27307,0,2,27323,27307,27314,0,2,27323,27314,27315,0,2,27308,27307,27313,0,2,27314,27307,27306,0,2,27314,27306,27320,0,2,27314,27320,27316,0,2,27317,27316,27329,0,2,27317,27329,27318,0,2,27318,27329,27319,0,2,27318,27319,27286,0,2,27316,27317,27314,0,2,27315,27314,27317,0,2,27307,27308,27306,0,2,27312,27313,31994,0,2,27312,31994,27311,0,2,27311,31994,27185,0,2,31994,31993,27185,0,2,27185,31993,27150,0,2,27150,31993,27293,0,2,27213,27293,27321,0,2,27291,27321,27292,0,2,27292,27321,27293,0,2,27321,27322,27149,0,2,27321,27291,27322,0,2,27322,27291,26980,0,2,27322,26980,27280,0,2,27322,27280,27147,0,2,27294,27313,27323,0,2,27324,27323,27315,0,2,27315,27287,27324,0,2,27323,27324,27295,0,2,27295,27324,27288,0,2,27288,49517,27295,0,2,27152,27310,27311,0,2,27311,27310,27312,0,2,27331,27305,35984,0,2,35984,27305,27325,0,2,35945,27325,27308,0,2,27305,27308,27325,0,2,27303,27302,27326,0,2,27303,27326,27327,0,2,27327,27326,27328,0,2,27327,27328,27331,0,2,27331,27328,27320,0,2,27320,27328,27330,0,2,27320,27330,27316,0,2,27316,27330,27329,0,2,27286,27319,27301,0,2,27330,27328,27326,0,2,27326,27302,27330,0,2,27331,27304,27327,0,2,26970,27333,27332,0,2,26970,27332,7489,0,2,7496,27332,27333,0,2,7496,27333,27285,0,2,27335,27334,27340,0,2,27340,27344,27335,0,2,27335,27344,27359,0,2,27359,27338,27336,0,2,27359,27336,27369,0,2,27336,27338,7471,0,2,7471,27338,27337,0,2,27337,27338,27345,0,2,27346,27345,27344,0,2,27346,27344,27339,0,2,27341,27340,27342,0,2,27342,27340,27301,0,2,27301,27340,35949,0,2,27339,27344,27341,0,2,27341,27344,27340,0,2,27340,27334,27343,0,2,27340,27343,35949,0,2,27359,27344,27338,0,2,27338,27344,27345,0,2,27355,27346,35980,0,2,27355,27347,27354,0,2,27354,27347,27348,0,2,27348,35979,27349,0,2,27350,27352,27351,0,2,27350,27349,27352,0,2,27351,27352,27353,0,2,7623,27351,27353,0,2,35977,27353,27352,0,2,35979,27352,27349,0,2,27353,35977,7467,0,2,27348,27349,27354,0,2,27354,27349,27350,0,2,27354,27350,27356,0,2,27355,27354,27356,0,2,27355,27356,27346,0,2,27346,27356,27345,0,2,27345,27356,27358,0,2,27358,27350,27357,0,2,27357,7469,7470,0,2,7470,7471,27358,0,2,7470,27358,27357,0,2,27351,27357,27350,0,2,27358,27356,27350,0,2,27345,27358,27337,0,2,27361,36874,7487,0,2,7486,7487,27363,0,2,27363,7487,27362,0,2,27363,27362,27366,0,2,27366,27362,36636,0,2,36636,27362,27364,0,2,36636,27364,27368,0,2,36636,27368,27365,0,2,27366,27365,27367,0,2,27366,27367,35962,0,2,35962,27367,7474,0,2,27367,27365,27368,0,2,7474,27367,7473,0,2,7472,27336,7471,0,2,7473,27367,27368,0,2,7473,27368,7472,0,2,7472,27368,27336,0,2,27362,36874,27364,0,2,27360,27364,27361,0,2,27368,27369,27336,0,2,27360,27369,27364,0,2,27364,27369,27368,0,2,27364,36874,27361,0,2,7487,7488,27370,0,2,27285,27334,27370,0,2,27370,27334,27335,0,2,27370,27335,27361,0,2,27361,27335,27360,0,2,27361,7487,27370,0,2,26970,7489,26969,0,2,27283,26972,27281,0,2,26970,26968,27057,0,2,35966,26968,26965,0,2,26965,26968,36163,0,2,27385,26944,27371,0,2,27371,27372,27381,0,2,27373,27372,35804,0,2,27374,27373,27079,0,2,27374,27079,27375,0,2,27374,27375,27384,0,2,27384,27375,27376,0,2,27377,35812,35820,0,2,26955,27378,26956,0,2,26957,35818,36165,0,2,36165,35818,27380,0,2,26959,27379,26960,0,2,26960,27379,26962,0,2,27379,26963,26962,0,2,26964,35819,27015,0,2,27380,35819,26963,0,2,26963,27379,27380,0,2,27373,27374,27381,0,2,27382,27381,27383,0,2,27382,27383,27402,0,2,27383,27381,27384,0,2,27384,27381,27374,0,2,27385,27371,27381,0,2,27381,27372,27373,0,2,26944,36877,27371,0,2,27371,36877,35801,0,2,27371,35801,27372,0,2,26881,26913,26880,0,2,26942,26941,26914,0,2,26938,26940,27386,0,2,27394,27387,27388,0,2,27394,27388,36174,0,2,27394,36174,27389,0,2,27393,36182,27390,0,2,27390,36187,27391,0,2,27390,27392,7499,0,2,27390,7499,27396,0,2,27390,27396,27393,0,2,27398,27396,27394,0,2,27395,27396,27397,0,2,27396,7499,27397,0,2,7498,27397,7499,0,2,27395,27394,27396,0,2,27394,27395,27387,0,2,27398,27394,27389,0,2,27398,27389,36182,0,2,27396,27398,27393,0,2,27392,27390,27391,0,2,36182,27393,27398,0,2,27392,27391,7481,0,2,27388,27387,27399,0,2,27404,27400,27401,0,2,26946,27403,27401,0,2,27403,26946,27402,0,2,36875,27403,36876,0,2,36875,36876,36172,0,2,36172,36876,26953,0,2,36875,36167,27404,0,2,27404,36167,36173,0,2,26946,27401,26947,0,2,26947,27401,27405,0,2,27401,27400,27405,0,2,27405,27400,27406,0,2,27406,27386,26948,0,2,27387,27386,27406,0,2,27387,27406,27400,0,2,27387,27400,27399,0,2,27386,26940,26948,0,2,26941,35735,26937,0,2,26937,35735,27407,0,2,26937,27407,26936,0,2,26914,26879,26913,0,2,26913,26879,26880,0,2,27408,27427,35425,0,2,35425,27427,26872,0,2,26872,27427,35509,0,2,35428,26872,26890,0,2,26866,35645,26865,0,2,26865,27411,27412,0,2,27413,27414,27412,0,2,27412,26864,26865,0,2,27412,27414,26864,0,2,26864,27414,26863,0,2,26863,27414,26490,0,2,26863,26490,26479,0,2,26866,27415,27410,0,2,27410,27415,26871,0,2,27410,26871,27409,0,2,27415,27416,26871,0,2,26871,27416,26869,0,2,27417,27418,27420,0,2,27420,27418,27419,0,2,27420,27419,27421,0,2,27421,27103,27420,0,2,27103,27102,27420,0,2,27420,27102,27417,0,2,27102,27101,27417,0,2,27422,27423,27429,0,2,27427,35508,27428,0,2,27427,27428,35509,0,2,35509,27428,35750,0,2,27425,27426,26867,0,2,26867,27426,27408,0,2,27408,27426,27431,0,2,27425,27424,27453,0,2,27422,27429,27416,0,2,27429,26869,27416,0,2,27101,27423,27422,0,2,26870,27429,27454,0,2,26870,27454,27424,0,2,27424,27454,27453,0,2,27453,27457,27430,0,2,27431,27432,35508,0,2,27428,35508,27436,0,2,27428,27436,27433,0,2,27433,27436,27434,0,2,27433,27435,27428,0,2,27431,27430,27432,0,2,27432,27450,27436,0,2,27436,27450,27449,0,2,27436,27449,27437,0,2,27434,27438,26888,0,2,26887,26888,27444,0,2,35768,27444,27439,0,2,27440,35748,35770,0,2,35770,35748,27441,0,2,27442,27093,27443,0,2,27446,27444,27438,0,2,27448,27446,27437,0,2,27448,27437,27449,0,2,27446,27438,27437,0,2,27438,27444,26888,0,2,27445,27446,35747,0,2,27097,35747,27448,0,2,27097,27448,27447,0,2,27447,27448,27449,0,2,35745,27449,27450,0,2,35745,27450,27451,0,2,27454,27455,27452,0,2,27452,27455,27456,0,2,35745,27447,27449,0,2,27453,27454,27452,0,2,27452,27456,27451,0,2,27451,27456,35745,0,2,27453,27452,27457,0,2,27430,27457,27432,0,2,27457,27452,27451,0,2,27457,27451,27450,0,2,27457,27450,27432,0,2,27439,27444,27445,0,2,27445,27444,27446,0,2,35508,27432,27436,0,2,27436,27437,27434,0,2,27434,27437,27438,0,2,27431,27426,27430,0,2,27430,27426,27425,0,2,27430,27425,27453,0,2,26470,35668,35667,0,2,27459,27458,35340,0,2,27460,27459,27461,0,2,27553,27462,31954,0,2,31954,27462,31953,0,2,7068,7067,27463,0,2,27463,7067,31950,0,2,31950,27464,7063,0,2,31950,7067,27464,0,2,7064,7063,27464,0,2,7065,27464,7066,0,2,48830,27459,27460,0,2,27461,27553,7073,0,2,7073,27553,27465,0,2,27465,27466,27535,0,2,27468,27466,27467,0,2,27468,27467,27469,0,2,27468,27469,27644,0,2,27469,27645,27644,0,2,31955,27470,27471,0,2,27474,27472,27473,0,2,27474,27473,7056,0,2,35338,27524,27520,0,2,27476,35311,35310,0,2,27476,35310,27477,0,2,27476,27477,27478,0,2,27478,27477,27480,0,2,27478,27480,27479,0,2,27479,27518,27481,0,2,27481,27518,27485,0,2,27485,27518,27484,0,2,27482,35308,27483,0,2,27483,35308,27533,0,2,27483,27526,27482,0,2,27482,27526,27492,0,2,27482,27492,27484,0,2,27484,27492,27485,0,2,27241,27481,27485,0,2,27241,27485,27493,0,2,27493,27485,27491,0,2,27493,27491,27486,0,2,27486,27491,27487,0,2,27132,27131,27490,0,2,27489,27490,27485,0,2,27489,27485,27492,0,2,27491,27490,27131,0,2,27491,27131,27487,0,2,27491,27485,27490,0,2,27489,27492,27528,0,2,27528,27492,27526,0,2,27132,27490,27489,0,2,27132,27489,27133,0,2,27481,27241,27517,0,2,35307,27493,27486,0,2,35307,27486,27500,0,2,27500,27494,31962,0,2,31962,27494,27495,0,2,27495,27496,31965,0,2,27496,27497,27514,0,2,27514,27497,27513,0,2,27498,27497,27494,0,2,27138,27499,27488,0,2,27488,27499,27487,0,2,27487,27499,27500,0,2,27487,27500,27486,0,2,27500,27499,27494,0,2,27494,27499,27498,0,2,27494,27497,27495,0,2,27138,27137,27499,0,2,27499,27137,27498,0,2,27256,27257,27503,0,2,27256,27503,27504,0,2,27256,27504,27255,0,2,27255,27504,27505,0,2,27505,27504,27506,0,2,27505,27506,27222,0,2,27222,27506,27266,0,2,27266,27506,27507,0,2,27505,27222,27255,0,2,27223,27255,27222,0,2,27257,27510,27503,0,2,27508,27126,27509,0,2,27508,27509,27512,0,2,27512,27509,27501,0,2,27509,27126,27503,0,2,27509,27503,27510,0,2,27509,27510,27511,0,2,27511,27510,27502,0,2,27511,27502,27515,0,2,27515,27501,27511,0,2,27509,27511,27501,0,2,27136,27508,27512,0,2,27136,27512,27498,0,2,27136,27498,27137,0,2,27512,27501,27513,0,2,27512,27513,27498,0,2,27504,27503,27506,0,2,27507,27506,27126,0,2,27126,27506,27503,0,2,27501,27515,27514,0,2,27514,27515,27516,0,2,27516,27515,27261,0,2,35220,27516,27261,0,2,35220,27261,27260,0,2,27261,27515,27502,0,2,27498,27513,27497,0,2,27513,27501,27514,0,2,27516,27496,27514,0,2,27481,27517,27479,0,2,27479,27517,27243,0,2,27533,35309,27521,0,2,27521,35310,27519,0,2,27519,35311,35336,0,2,35336,27520,27519,0,2,27519,27520,27522,0,2,27519,27522,27521,0,2,27521,27522,27523,0,2,27521,27525,27533,0,2,27523,27525,27521,0,2,27520,27524,27522,0,2,7054,7053,27523,0,2,27523,7053,27531,0,2,27523,27531,27525,0,2,27533,27525,27532,0,2,27533,27532,27483,0,2,27528,27527,27529,0,2,27529,27133,27528,0,2,27528,27133,27489,0,2,27135,27530,7052,0,2,27530,27532,27531,0,2,27531,27532,27525,0,2,7054,27523,27522,0,2,27484,27518,35308,0,2,35309,27533,35308,0,2,27644,27536,27468,0,2,27468,27536,27534,0,2,27534,27535,27468,0,2,27468,27535,27466,0,2,27538,35256,27544,0,2,27544,35256,27540,0,2,27540,27539,35250,0,2,27540,35250,27550,0,2,27550,35250,35249,0,2,35249,35251,27547,0,2,27547,35251,35248,0,2,27548,35248,27541,0,2,27548,27541,27542,0,2,27544,27551,27537,0,2,27544,27537,27538,0,2,27540,27550,27544,0,2,27544,27550,27551,0,2,27551,27550,27546,0,2,27551,27546,27552,0,2,27552,27546,27545,0,2,27545,7074,7073,0,2,27547,27548,7074,0,2,7074,27545,27547,0,2,27547,35248,27548,0,2,27549,27548,27542,0,2,27549,27542,27543,0,2,27547,27546,27550,0,2,35249,27547,27550,0,2,27534,27552,27535,0,2,27535,27552,27465,0,2,27536,27537,27534,0,2,27551,27552,27534,0,2,27551,27534,27537,0,2,27465,27552,27545,0,2,27465,27545,7073,0,2,27466,27553,31954,0,2,7061,7062,27554,0,2,27554,7062,27555,0,2,27554,27555,35201,0,2,35201,27555,35200,0,2,35200,35341,27556,0,2,27566,34911,27558,0,2,35138,27562,27561,0,2,27572,27563,27564,0,2,27572,27564,27623,0,2,27562,27563,27561,0,2,27561,27563,27570,0,2,27570,27563,27572,0,2,27570,27572,27565,0,2,27568,27569,27635,0,2,27568,27636,27640,0,2,35202,27640,35199,0,2,27568,35202,35204,0,2,27568,35204,35198,0,2,35198,27566,27567,0,2,27567,27566,27558,0,2,27567,27558,27571,0,2,27567,27571,27565,0,2,27565,27571,27570,0,2,27565,27569,27567,0,2,27567,27569,35198,0,2,35198,27569,27568,0,2,27568,27640,35202,0,2,27570,27571,27560,0,2,27560,27571,27559,0,2,27570,27560,27561,0,2,27560,35138,27561,0,2,27571,27558,27559,0,2,27573,27572,27623,0,2,27634,27573,27620,0,2,27574,27634,27575,0,2,27621,27597,27641,0,2,27576,27597,27578,0,2,27576,27578,27577,0,2,27577,27578,35205,0,2,35205,27599,27642,0,2,27642,27599,27608,0,2,27579,35206,27473,0,2,27473,35206,27602,0,2,27595,27621,27618,0,2,27595,27618,27580,0,2,7035,31935,27581,0,2,7034,27581,27582,0,2,27582,31936,27594,0,2,27594,31936,27632,0,2,27594,27632,27583,0,2,27583,27585,27586,0,2,27583,27586,27592,0,2,27586,27587,27591,0,2,27588,27587,31934,0,2,27588,31934,27590,0,2,27588,27590,7027,0,2,7027,27590,27589,0,2,27589,27590,27631,0,2,27631,27590,27584,0,2,27586,27585,27584,0,2,27592,27591,31925,0,2,27592,31925,27593,0,2,27582,7033,7034,0,2,7034,31942,27581,0,2,31942,7035,27581,0,2,7033,27582,27593,0,2,27591,27592,27586,0,2,27592,27593,27582,0,2,27592,27582,27594,0,2,27592,27594,27583,0,2,27585,27631,27584,0,2,27580,7035,31943,0,2,27580,31943,27595,0,2,27621,27595,27596,0,2,27621,27596,27597,0,2,27601,27606,35212,0,2,27601,35212,7042,0,2,27601,27605,27602,0,2,27602,27605,7056,0,2,27604,27605,27603,0,2,27604,27603,27652,0,2,27604,27652,7054,0,2,7054,27652,7053,0,2,7053,27652,7043,0,2,7043,7044,7045,0,2,27603,27605,7042,0,2,7042,27605,27601,0,2,27606,27601,35206,0,2,35206,27601,27602,0,2,27600,27608,27599,0,2,27606,27607,27600,0,2,27600,27607,27608,0,2,7040,27606,27600,0,2,27611,27609,27598,0,2,27599,27598,27609,0,2,27599,27609,27600,0,2,7040,27600,7039,0,2,7039,27600,27609,0,2,7039,27609,27610,0,2,27609,27611,27610,0,2,27610,27611,35208,0,2,27611,27616,31944,0,2,27596,27612,27597,0,2,27598,27614,27611,0,2,27614,27613,27611,0,2,27613,27615,27612,0,2,27613,27612,7036,0,2,7036,27612,27596,0,2,27596,27595,7036,0,2,7036,27595,31943,0,2,27611,27613,27616,0,2,7037,27616,27613,0,2,7037,27613,7036,0,2,27617,27618,27575,0,2,27617,27575,27622,0,2,27617,27622,27632,0,2,27632,27622,27619,0,2,27583,27619,27622,0,2,27583,27622,27620,0,2,27634,27620,27575,0,2,27621,27633,27618,0,2,27618,27633,27575,0,2,27622,27575,27620,0,2,27620,27573,27623,0,2,27620,27623,6997,0,2,27625,27624,6998,0,2,27624,6997,6998,0,2,27620,6997,27583,0,2,27583,6997,27585,0,2,27585,6997,27626,0,2,27627,7021,27589,0,2,27589,7019,7027,0,2,7027,7019,27628,0,2,27628,7019,27629,0,2,27628,27629,27630,0,2,7026,27630,7024,0,2,7024,27630,7025,0,2,7025,27630,7018,0,2,7018,27630,27629,0,2,27589,27631,27627,0,2,27627,27631,27626,0,2,27631,27585,27626,0,2,27618,27617,27580,0,2,27583,27632,27619,0,2,27575,27633,27574,0,2,27635,27569,27565,0,2,27635,27636,27568,0,2,27574,27633,27637,0,2,27574,27637,27636,0,2,27640,27636,27637,0,2,27633,27621,27637,0,2,27574,27636,27634,0,2,27634,27636,27635,0,2,7058,27554,27638,0,2,27638,35201,27576,0,2,27639,27576,35199,0,2,27639,35199,27640,0,2,27639,27640,27641,0,2,27641,27640,27637,0,2,27576,27639,27597,0,2,27597,27639,27641,0,2,27637,27621,27641,0,2,27638,27576,27577,0,2,27638,27577,35205,0,2,27638,35205,27642,0,2,27638,27642,7057,0,2,7060,27554,7058,0,2,7060,7058,7059,0,2,7058,7057,7059,0,2,7059,35197,27643,0,2,27643,27471,27470,0,2,27643,27470,27644,0,2,27643,27644,7060,0,2,7061,7060,27645,0,2,27645,31952,7061,0,2,35197,27472,27643,0,2,7048,7050,27646,0,2,27646,7050,27647,0,2,27646,27647,7047,0,2,7047,27647,27649,0,2,27649,27647,7051,0,2,7051,27647,31985,0,2,7045,27649,27648,0,2,7045,27648,7043,0,2,7043,27648,7053,0,2,7052,27648,27649,0,2,7047,27649,7046,0,2,27655,27650,7048,0,2,27603,7042,27651,0,2,27603,27651,27652,0,2,7044,27652,27651,0,2,27653,35213,27654,0,2,27653,27654,27668,0,2,27668,35209,27667,0,2,27667,35209,7046,0,2,7046,35209,27655,0,2,27655,35209,27656,0,2,27655,27656,27665,0,2,27666,27656,27661,0,2,27666,27661,6917,0,2,6917,27661,6918,0,2,6918,35215,49545,0,2,49545,35360,27731,0,2,27718,27657,27664,0,2,27718,27664,27658,0,2,27659,27658,35207,0,2,35207,27662,35216,0,2,35216,27662,27663,0,2,35216,27663,27660,0,2,27663,35360,27660,0,2,27660,35360,35215,0,2,35207,27658,27662,0,2,27658,27664,27662,0,2,27662,27664,27663,0,2,27657,27731,27664,0,2,27664,27731,27663,0,2,49545,35215,35360,0,2,27661,35215,6918,0,2,27665,27666,27650,0,2,27665,27650,27655,0,2,27665,27656,27666,0,2,27668,27667,27651,0,2,27668,27651,27653,0,2,27651,27667,7044,0,2,7045,7044,7046,0,2,7046,7044,27667,0,2,27685,31921,7031,0,2,7032,31931,27669,0,2,27669,31931,27674,0,2,27674,31931,31930,0,2,27674,31930,31932,0,2,27674,31932,31933,0,2,27674,31933,27670,0,2,27670,27746,27671,0,2,27671,27746,27672,0,2,27775,27783,27671,0,2,27775,27671,27774,0,2,27774,27671,27673,0,2,27673,27671,27672,0,2,27671,27783,27670,0,2,27670,27783,27674,0,2,27670,31933,27764,0,2,27764,31933,27675,0,2,27677,6963,27759,0,2,6964,6963,6965,0,2,6965,6963,27677,0,2,6965,27677,27678,0,2,27678,27677,27679,0,2,27679,31764,27686,0,2,27686,31764,27680,0,2,27675,27680,27762,0,2,27762,27680,27761,0,2,27677,27676,27679,0,2,6965,27678,6967,0,2,6967,27678,27681,0,2,27681,27678,27682,0,2,27681,27682,27687,0,2,27687,7031,31917,0,2,7031,7030,27683,0,2,27683,31949,7027,0,2,7027,31949,27588,0,2,27678,27679,27682,0,2,27682,27679,27684,0,2,27684,27685,7031,0,2,27684,7031,27687,0,2,7032,27685,31931,0,2,27679,27686,27684,0,2,27684,27686,27685,0,2,6967,27681,6968,0,2,6968,27681,27687,0,2,6969,6968,27687,0,2,6973,6974,27688,0,2,27688,6974,6975,0,2,27688,6975,27689,0,2,27688,27689,27690,0,2,27688,27690,6971,0,2,6973,27688,6972,0,2,6972,27688,6971,0,2,27690,27689,27693,0,2,27693,27689,6976,0,2,27693,6976,27694,0,2,27691,27690,27695,0,2,27695,27690,27693,0,2,27695,27693,27694,0,2,6961,6962,27696,0,2,6947,6961,27696,0,2,31763,6963,31762,0,2,6963,31763,27759,0,2,6947,27696,31903,0,2,31903,27696,31904,0,2,27697,31894,1438,0,2,1438,1437,27697,0,2,6939,1435,6938,0,2,6938,1435,27698,0,2,6938,27698,1401,0,2,6938,6937,27699,0,2,27699,6936,27700,0,2,27700,27701,27737,0,2,27737,27701,27702,0,2,27702,27701,27703,0,2,27704,27703,36221,0,2,36221,27703,27705,0,2,27706,27724,27707,0,2,27707,27724,27708,0,2,27709,27708,27720,0,2,27709,27720,27710,0,2,36244,27711,27719,0,2,36244,27719,36243,0,2,36243,27719,31926,0,2,36243,31926,27772,0,2,27772,31926,27712,0,2,27714,49544,27715,0,2,27715,49544,27716,0,2,27715,27716,31947,0,2,31947,27716,27659,0,2,27732,27711,27710,0,2,27710,27720,27727,0,2,27727,27720,27721,0,2,27726,27721,27722,0,2,27726,27722,36219,0,2,27865,27722,27723,0,2,27722,27721,27724,0,2,27708,27724,27720,0,2,27722,27724,27723,0,2,6926,27723,27725,0,2,27725,27723,27706,0,2,27725,27706,6929,0,2,6929,27706,6930,0,2,27706,27723,27724,0,2,27721,27726,27727,0,2,27727,27726,27728,0,2,27727,27728,27730,0,2,27730,27728,6922,0,2,6922,6921,27729,0,2,27729,6921,6919,0,2,27731,27729,49545,0,2,6922,27728,6923,0,2,27728,27726,6923,0,2,27710,27727,27730,0,2,27729,27730,6922,0,2,27710,27730,27732,0,2,27711,27732,27719,0,2,27732,27730,27731,0,2,27718,27658,27717,0,2,27717,27658,27659,0,2,27717,27659,27716,0,2,27729,27731,27730,0,2,27732,27731,27657,0,2,27721,27720,27724,0,2,27771,27712,27716,0,2,6939,27699,6940,0,2,27733,6940,49533,0,2,49533,6940,27734,0,2,27735,27734,27736,0,2,27735,27737,27739,0,2,27739,27737,27742,0,2,27742,27737,27784,0,2,27784,27702,27738,0,2,27738,27702,27703,0,2,27738,27703,27704,0,2,27737,27735,27700,0,2,27737,27702,27784,0,2,27735,27739,27734,0,2,27734,27739,27740,0,2,27740,27739,27742,0,2,27740,27742,27741,0,2,27741,27743,27754,0,2,27754,27743,27744,0,2,27744,27743,27745,0,2,27745,27769,36236,0,2,27753,27755,27766,0,2,27753,27766,27672,0,2,27752,27672,27746,0,2,27670,27764,27747,0,2,27747,27764,27748,0,2,27748,27763,27749,0,2,27749,6960,6945,0,2,6945,27750,27749,0,2,27753,6942,27754,0,2,27754,6942,27741,0,2,27752,27746,27747,0,2,27747,27746,27670,0,2,27672,27752,27753,0,2,27747,27751,27752,0,2,27752,27751,27753,0,2,27755,27753,27754,0,2,27755,27754,27744,0,2,27755,27744,36236,0,2,27744,27745,36236,0,2,27747,27748,27756,0,2,27756,27748,27749,0,2,27756,27749,27750,0,2,27756,27751,27747,0,2,27753,27751,6942,0,2,27751,27756,6942,0,2,6960,27749,27757,0,2,27757,27765,27758,0,2,27758,27760,27759,0,2,27759,27760,27676,0,2,27676,27677,27759,0,2,27759,6962,27758,0,2,27758,6962,27757,0,2,27762,27763,27764,0,2,27764,27675,27762,0,2,27757,27749,27763,0,2,27748,27764,27763,0,2,27765,27763,27762,0,2,27765,27762,27761,0,2,27763,27765,27757,0,2,27673,27672,27766,0,2,27773,27767,36236,0,2,27773,36236,27768,0,2,27768,36236,27769,0,2,27769,27738,27704,0,2,27769,27745,27738,0,2,27745,27784,27738,0,2,27673,27766,31927,0,2,27712,27771,27773,0,2,27712,27773,27772,0,2,27771,27770,27773,0,2,27770,31927,27766,0,2,27771,27713,27770,0,2,27770,27713,31927,0,2,27775,27780,27776,0,2,27669,27777,27778,0,2,49542,27776,27779,0,2,27776,27780,27779,0,2,27779,27780,31937,0,2,27779,49543,49542,0,2,27778,49542,27781,0,2,27593,27781,7033,0,2,7033,27781,27782,0,2,7033,27782,7034,0,2,49542,27778,27777,0,2,27783,27775,27776,0,2,49542,27777,27776,0,2,27776,27777,27783,0,2,27780,27775,27774,0,2,27741,27742,27743,0,2,27745,27743,27784,0,2,27784,27743,27742,0,2,27734,6940,27736,0,2,27699,27736,6940,0,2,27735,27736,27700,0,2,27700,27736,27699,0,2,27810,31899,6928,0,2,27785,49531,49528,0,2,27868,27785,49528,0,2,27868,49528,27786,0,2,27788,27789,27790,0,2,27809,36403,49527,0,2,49527,36403,27791,0,2,49527,27791,27807,0,2,27791,27805,27792,0,2,27792,27805,27793,0,2,36398,27793,27796,0,2,36398,27796,27800,0,2,36398,27800,27794,0,2,27794,27800,27801,0,2,27794,27801,27795,0,2,36397,27795,6892,0,2,27800,27796,27797,0,2,1458,27798,31390,0,2,27799,27801,27803,0,2,6890,27795,27801,0,2,6890,27801,27799,0,2,27801,27800,27804,0,2,27801,27804,27803,0,2,27804,1460,27802,0,2,27804,27802,27803,0,2,27803,27802,6889,0,2,6889,27802,1461,0,2,27804,27800,27797,0,2,27791,36409,27805,0,2,27793,27805,27798,0,2,27793,27798,27796,0,2,27787,27789,27786,0,2,27786,27789,27788,0,2,27786,27788,27822,0,2,27823,27822,27806,0,2,27823,27806,27837,0,2,27886,36402,27808,0,2,27886,27808,27807,0,2,27807,27808,49527,0,2,49527,27806,27809,0,2,27790,27809,27822,0,2,27790,27822,27788,0,2,6928,49531,27810,0,2,6929,27810,27725,0,2,49531,6927,27810,0,2,27810,6927,6926,0,2,27810,6926,27725,0,2,6922,6923,27876,0,2,27876,27811,27863,0,2,27814,6914,27815,0,2,27842,27815,27816,0,2,27816,27861,27842,0,2,27842,27861,27817,0,2,27842,27817,27843,0,2,27843,27817,27839,0,2,27817,27875,27836,0,2,27835,27818,27819,0,2,27824,27819,27820,0,2,27824,27820,27821,0,2,27821,27820,27823,0,2,27822,27823,27786,0,2,27821,27837,27824,0,2,27824,27837,27825,0,2,27824,27825,27826,0,2,27826,27825,36230,0,2,27826,36230,27829,0,2,27829,27827,27828,0,2,27828,27827,6897,0,2,27828,6897,6898,0,2,27828,6898,27830,0,2,27830,27831,27832,0,2,27832,27831,36216,0,2,27832,36216,27833,0,2,27833,27824,27826,0,2,27826,27829,27833,0,2,27833,27829,27832,0,2,27830,27832,27828,0,2,27828,27832,27829,0,2,27824,27833,27819,0,2,27819,27833,36216,0,2,27835,27839,27836,0,2,27836,27875,27818,0,2,36216,27834,27819,0,2,27834,27835,27819,0,2,27835,27836,27818,0,2,27823,27837,27821,0,2,27837,36402,27825,0,2,27814,27815,27838,0,2,27814,27838,27844,0,2,27844,27838,36245,0,2,27841,27839,27835,0,2,27841,27835,27834,0,2,36245,27838,27843,0,2,27843,27838,27842,0,2,27842,27838,27815,0,2,27814,27844,36241,0,2,27844,27845,27857,0,2,27849,27846,27847,0,2,27847,6902,27853,0,2,27853,6902,6903,0,2,27853,6903,27848,0,2,27848,6903,6904,0,2,6904,6905,27848,0,2,27878,6902,27847,0,2,27878,27847,27846,0,2,27878,27846,27881,0,2,27845,27846,27857,0,2,27857,27846,27849,0,2,27857,27849,27850,0,2,27857,27850,6912,0,2,6912,27850,6911,0,2,27851,27852,6909,0,2,6909,27855,6908,0,2,27851,6911,27850,0,2,27851,27850,27852,0,2,27852,27850,27853,0,2,27847,27853,27850,0,2,27847,27850,27849,0,2,27854,27852,27853,0,2,6907,27854,27848,0,2,27848,6905,6907,0,2,27853,27848,27854,0,2,6909,27852,27855,0,2,27855,27852,27854,0,2,36241,27856,27813,0,2,27813,27856,27858,0,2,27813,27858,6914,0,2,6912,27856,27857,0,2,6912,6913,27856,0,2,27856,6913,27858,0,2,27814,27813,6914,0,2,6914,27859,27815,0,2,27815,27859,27812,0,2,27815,27812,27816,0,2,27860,27862,27874,0,2,27862,27860,27861,0,2,27862,27861,27816,0,2,27812,27862,27816,0,2,27811,27862,27863,0,2,27812,27863,27862,0,2,27874,27862,27811,0,2,27874,27811,27864,0,2,27873,6924,27865,0,2,27873,27865,6925,0,2,27873,6925,27872,0,2,27872,6925,27866,0,2,27867,27866,27785,0,2,27867,27785,27868,0,2,27867,27868,27870,0,2,27870,27868,27869,0,2,27869,27818,27875,0,2,27869,27875,27870,0,2,27872,27871,27874,0,2,27873,27874,6924,0,2,27874,27873,27872,0,2,27867,27872,27866,0,2,27867,27871,27872,0,2,27874,27871,27860,0,2,27860,27871,27870,0,2,27860,27870,27861,0,2,27817,27861,27875,0,2,27875,27861,27870,0,2,27785,27866,49531,0,2,49531,27866,6927,0,2,6927,27866,6925,0,2,27811,27876,27864,0,2,27874,27864,6924,0,2,6924,27864,6923,0,2,6923,27864,27876,0,2,27812,6916,27863,0,2,27666,27877,35359,0,2,36193,6902,27879,0,2,27879,27878,27880,0,2,27880,27881,36237,0,2,27878,27881,27880,0,2,6902,27878,27879,0,2,36210,27882,6895,0,2,6895,27882,6894,0,2,36395,27882,6896,0,2,36395,6896,27883,0,2,27883,6896,6897,0,2,27883,6897,36231,0,2,27884,36233,27885,0,2,27889,27887,36401,0,2,36401,27887,27886,0,2,27886,27887,27825,0,2,27825,27887,27888,0,2,27888,27889,36233,0,2,36233,27889,27885,0,2,6886,6887,6885,0,2,6887,6888,6885,0,2,6885,27891,27890,0,2,27890,27891,6877,0,2,27890,6877,6883,0,2,27892,27893,1462,0,2,27891,27892,6877,0,2,6877,27892,1473,0,2,1473,27892,1472,0,2,27891,6885,27892,0,2,27894,27895,27896,0,2,27896,27895,27897,0,2,27923,27898,27897,0,2,27898,31440,36590,0,2,36590,31440,27899,0,2,36590,27899,27900,0,2,36590,27900,36387,0,2,36590,36387,27901,0,2,27901,27902,36589,0,2,36589,27902,27903,0,2,36589,27903,27897,0,2,27908,27896,27903,0,2,27904,27903,36388,0,2,27904,36388,27905,0,2,27905,36388,31426,0,2,27905,31421,31424,0,2,27907,31424,27906,0,2,27907,27906,31395,0,2,31395,27906,31405,0,2,27903,27904,27908,0,2,27908,27909,27894,0,2,27894,27909,27910,0,2,27894,27910,6884,0,2,6884,27910,27890,0,2,27890,27910,27911,0,2,27910,27909,27911,0,2,27911,27909,6886,0,2,6886,27909,27912,0,2,27915,27914,31393,0,2,27919,27915,31420,0,2,27919,31420,27921,0,2,27921,31420,6891,0,2,27921,6891,6890,0,2,6890,6889,27921,0,2,27921,6889,27916,0,2,27916,6889,1461,0,2,27916,1461,27920,0,2,27916,27920,27917,0,2,27914,27918,27913,0,2,27914,27915,27918,0,2,27918,27915,27917,0,2,27917,27915,27919,0,2,27917,27919,27916,0,2,27920,6887,27917,0,2,27917,6887,27918,0,2,27918,6887,27913,0,2,27919,27921,27916,0,2,6886,27912,27913,0,2,27894,27896,27908,0,2,27897,27903,27896,0,2,27897,27895,27923,0,2,27923,27895,27922,0,2,27923,27922,1486,0,2,27923,1486,1487,0,2,1487,1488,27923,0,2,27923,1488,27898,0,2,27922,27894,6881,0,2,6881,27894,6884,0,2,1486,27922,6881,0,2,1482,6874,1474,0,2,27926,1473,49525,0,2,27926,49525,27924,0,2,27924,1480,27925,0,2,27925,1480,1479,0,2,27925,1479,27928,0,2,1480,27924,1481,0,2,6879,27926,27927,0,2,27926,27924,27925,0,2,27926,27925,27927,0,2,27925,27928,27927,0,2,1452,31387,1454,0,2,1454,31387,27929,0,2,1454,27929,1455,0,2,1450,1451,27930,0,2,27942,27931,27945,0,2,27942,27945,27932,0,2,49404,27932,27944,0,2,49404,27944,27933,0,2,27941,27933,27934,0,2,27934,27935,27953,0,2,6934,6935,27937,0,2,27937,6935,27938,0,2,27938,1429,1399,0,2,1429,27938,1400,0,2,1400,27938,6937,0,2,6937,27938,6936,0,2,6936,27938,6935,0,2,27937,27938,27936,0,2,27953,27936,27934,0,2,27934,27936,27939,0,2,1397,27940,27941,0,2,27941,27940,1449,0,2,27941,1449,49404,0,2,49404,1449,27942,0,2,49404,27942,27932,0,2,27939,1398,27934,0,2,27934,1398,27941,0,2,27941,1398,1397,0,2,1398,27939,1399,0,2,1399,27939,27936,0,2,1399,27936,27938,0,2,27953,27935,27952,0,2,27952,27935,27948,0,2,27947,27948,27943,0,2,1453,27945,1452,0,2,27945,27946,27944,0,2,27944,27946,49396,0,2,27944,49396,27943,0,2,27943,49396,27947,0,2,27948,27947,31895,0,2,27948,31895,27952,0,2,27952,31895,27949,0,2,27949,31895,31896,0,2,27949,31896,27950,0,2,27950,6934,27951,0,2,27951,27937,27953,0,2,27953,27937,27936,0,2,27937,27951,6934,0,2,6934,27950,6933,0,2,6933,27950,31897,0,2,6933,31897,6931,0,2,27951,27952,27949,0,2,27951,27949,27950,0,2,27946,27945,1453,0,2,27930,1451,27931,0,2,27931,1451,1452,0,2,27931,1452,27945,0,2,27932,27945,27944,0,2,27944,27943,27933,0,2,27933,27948,27935,0,2,27948,27933,27943,0,2,27934,27933,27935,0,2,1449,1448,1393,0,2,27954,1393,27955,0,2,27954,27955,31379,0,2,27956,31379,27963,0,2,27958,27956,27957,0,2,27958,27957,27962,0,2,27959,1387,49398,0,2,1387,1389,1388,0,2,1389,27960,1390,0,2,1390,27960,27961,0,2,1389,1387,27959,0,2,1389,27959,27960,0,2,27960,27959,27962,0,2,27961,27962,27957,0,2,27961,27957,27963,0,2,1392,27963,27955,0,2,27955,27963,31379,0,2,27956,27963,27957,0,2,1392,1391,27963,0,2,27963,1391,27961,0,2,27962,27961,27960,0,2,1393,27954,27942,0,2,1372,27964,27971,0,2,27971,27964,1610,0,2,1370,1368,1366,0,2,27968,1365,1363,0,2,1364,1363,1365,0,2,1366,27965,1370,0,2,1366,1365,27965,0,2,1370,27965,27966,0,2,1609,27966,27967,0,2,1609,27967,6817,0,2,6817,6816,1609,0,2,27966,27968,27967,0,2,1365,27968,27965,0,2,27965,27968,27966,0,2,6818,6123,1362,0,2,27969,1367,27970,0,2,27970,1367,1385,0,2,1385,1367,1384,0,2,27972,1368,1369,0,2,31578,1369,1371,0,2,31578,1371,31569,0,2,31569,1371,27971,0,2,27971,1371,1372,0,2,1369,31578,27972,0,2,27972,31578,27973,0,2,27975,31575,1379,0,2,27973,27974,27972,0,2,27972,27974,1383,0,2,27972,1383,1384,0,2,27972,1384,1368,0,2,31575,27975,27974,0,2,27974,27975,1383,0,2,1383,27975,27976,0,2,27975,1379,27976,0,2,1381,1379,1380,0,2,1367,27969,1365,0,2,1365,27969,1360,0,2,1365,1360,1364,0,2,1360,27969,27978,0,2,27978,27969,27977,0,2,27978,27977,27979,0,2,27979,28004,6113,0,2,6113,28004,1359,0,2,27981,28008,27982,0,2,27981,27982,1357,0,2,28003,1357,27982,0,2,28003,27982,27983,0,2,27983,27982,27984,0,2,27984,28009,27985,0,2,27985,28009,28007,0,2,27988,27986,49382,0,2,49382,27987,1388,0,2,49382,1388,27988,0,2,27988,1388,1389,0,2,27988,1389,1390,0,2,49400,27989,1391,0,2,27988,27990,27986,0,2,27988,1390,27990,0,2,31547,1416,27993,0,2,27995,1420,27996,0,2,27995,27996,49401,0,2,49401,27996,27991,0,2,27997,27996,1420,0,2,1420,27994,27997,0,2,27997,27994,27992,0,2,27992,27994,1416,0,2,27994,27993,1416,0,2,27993,27994,1419,0,2,1419,27994,1396,0,2,1396,27994,1420,0,2,1420,27995,1421,0,2,1421,27995,1422,0,2,1416,28000,27992,0,2,27991,27996,27998,0,2,27991,27998,27985,0,2,27985,27998,27999,0,2,28002,27999,28000,0,2,28000,27999,27992,0,2,27992,27999,27997,0,2,27997,27999,27996,0,2,27996,27999,27998,0,2,28000,1417,28001,0,2,28001,1417,1418,0,2,28001,1418,31548,0,2,31548,1356,28003,0,2,28000,28001,28002,0,2,27999,28002,27984,0,2,27999,27984,27985,0,2,27984,28002,28001,0,2,28003,27983,28001,0,2,31548,28003,28001,0,2,27983,27984,28001,0,2,1417,1351,1418,0,2,27986,27990,27991,0,2,27991,27990,1390,0,2,27991,1390,27989,0,2,28005,27986,28006,0,2,28005,28006,28004,0,2,28005,28004,27979,0,2,28005,27979,27977,0,2,28010,28006,28007,0,2,28010,28007,28009,0,2,28010,28009,28008,0,2,28008,28009,27984,0,2,28008,27984,27982,0,2,27985,28007,28006,0,2,27985,28006,27986,0,2,1359,28004,27980,0,2,27980,28004,28006,0,2,28010,28008,27980,0,2,28010,27980,28006,0,2,27979,6113,27978,0,2,27969,27970,1386,0,2,1358,1359,27980,0,2,5947,28011,5938,0,2,5938,28011,28012,0,2,28012,28011,31644,0,2,28026,28014,28015,0,2,28027,28015,28016,0,2,28016,28017,28024,0,2,28065,28017,28018,0,2,28018,28017,769,0,2,769,28017,28016,0,2,769,28016,28015,0,2,28015,28014,28365,0,2,5938,28012,28019,0,2,28020,28019,28026,0,2,28020,28026,28025,0,2,28021,28023,28071,0,2,28071,28023,28022,0,2,28023,28021,28024,0,2,28024,28021,28025,0,2,28027,28026,28015,0,2,28014,28026,28013,0,2,31644,28013,28012,0,2,28026,28019,28013,0,2,28013,28019,28012,0,2,28025,28026,28027,0,2,28025,28027,28024,0,2,28024,28027,28016,0,2,28028,28082,28022,0,2,28082,28068,28029,0,2,28084,28029,28063,0,2,28033,28042,31680,0,2,31680,28042,28034,0,2,28076,28035,28036,0,2,28038,28037,28049,0,2,28038,28049,28039,0,2,28038,28040,1289,0,2,28038,1289,28041,0,2,28041,1289,1290,0,2,28041,1290,28035,0,2,28035,1290,28036,0,2,28037,28041,28035,0,2,28037,28035,28034,0,2,28041,28037,28038,0,2,28032,774,28033,0,2,28033,774,28042,0,2,28045,28058,28047,0,2,28045,28047,31267,0,2,31267,28047,28046,0,2,780,28046,779,0,2,779,28046,28047,0,2,779,28047,30960,0,2,30960,28047,28048,0,2,28042,28062,28049,0,2,28049,28037,28042,0,2,28034,28042,28037,0,2,28049,28062,28050,0,2,28050,28056,28057,0,2,28050,28057,28039,0,2,28049,28050,28039,0,2,28038,28039,28040,0,2,28052,28053,1275,0,2,1275,28053,1274,0,2,1275,1274,4396,0,2,1274,28053,4373,0,2,4373,28053,28051,0,2,31195,28054,1288,0,2,1288,28054,28055,0,2,1289,28040,31195,0,2,28039,28057,28040,0,2,28040,28057,28051,0,2,28051,28057,28059,0,2,4373,28059,1273,0,2,28059,4373,28051,0,2,28062,28043,28050,0,2,28050,28043,28056,0,2,28059,28060,1273,0,2,28056,28059,28057,0,2,28043,28044,28056,0,2,28056,28058,28059,0,2,28060,28059,28045,0,2,28060,28045,28061,0,2,28060,28061,1272,0,2,1272,1273,28060,0,2,1272,28061,31268,0,2,28044,28058,28056,0,2,28058,28045,28059,0,2,28042,774,28062,0,2,774,776,28062,0,2,28062,776,28043,0,2,28043,776,777,0,2,28043,777,28044,0,2,28044,778,28058,0,2,28058,778,28048,0,2,28058,28048,28047,0,2,778,28044,777,0,2,28030,28063,28031,0,2,28031,28063,773,0,2,28381,773,28067,0,2,772,28067,28064,0,2,771,28066,28018,0,2,772,28064,28066,0,2,28066,28064,28065,0,2,28066,28065,28018,0,2,28068,28082,28067,0,2,28068,773,28029,0,2,28029,773,28063,0,2,28082,28028,28069,0,2,28082,28069,28067,0,2,28023,28028,28022,0,2,28022,28070,28071,0,2,28071,1296,28080,0,2,28080,1296,28072,0,2,28080,28072,28025,0,2,28080,28025,28021,0,2,28025,28072,28020,0,2,1296,28071,28073,0,2,28079,28074,28075,0,2,28076,28075,28077,0,2,28076,28077,31679,0,2,28070,28074,28071,0,2,28071,28074,28073,0,2,28074,28070,28077,0,2,28074,28077,28075,0,2,28079,28075,1291,0,2,1291,28075,28078,0,2,28036,28078,28076,0,2,28076,28078,28075,0,2,28074,28079,28073,0,2,28073,28079,1295,0,2,28079,1294,1295,0,2,1294,28079,1292,0,2,28021,28071,28080,0,2,28070,28081,28077,0,2,28083,28081,28082,0,2,28083,28082,28029,0,2,28082,28081,28022,0,2,28022,28081,28070,0,2,28081,28083,28077,0,2,28077,28083,31679,0,2,31679,28083,28084,0,2,28029,28084,28083,0,2,28024,28017,28023,0,2,28023,28017,28065,0,2,28023,28065,28069,0,2,28069,28028,28023,0,2,28069,28065,28064,0,2,28064,28067,28069,0,2,1284,28090,28085,0,2,28087,28085,28086,0,2,28086,31194,28052,0,2,28052,31194,28053,0,2,28054,1286,28055,0,2,28085,1286,28086,0,2,1282,28087,1276,0,2,1282,1276,1277,0,2,1276,28087,28086,0,2,1276,28086,1275,0,2,28086,28052,1275,0,2,1277,28150,28088,0,2,1284,1283,28089,0,2,1285,28148,5965,0,2,1284,28089,28090,0,2,28088,28091,1283,0,2,1283,28091,31263,0,2,1283,31263,28089,0,2,28093,28092,28094,0,2,49612,28094,28097,0,2,49612,28097,28095,0,2,28095,28097,31244,0,2,31244,28097,28096,0,2,28089,31263,28092,0,2,28092,31263,28097,0,2,28092,28097,28094,0,2,28096,28097,31263,0,2,28089,28092,28090,0,2,28090,28092,28093,0,2,28090,28093,28148,0,2,28148,28093,28098,0,2,28148,28098,28143,0,2,28143,28098,28099,0,2,28099,28100,28101,0,2,28101,28102,28141,0,2,28141,28102,28103,0,2,28140,28103,28104,0,2,28104,28112,28142,0,2,28142,28112,28113,0,2,28105,28114,28116,0,2,28116,28106,28107,0,2,28107,28106,5977,0,2,28107,5977,5958,0,2,28107,5958,5959,0,2,28107,5959,28105,0,2,5978,28106,5980,0,2,28136,28106,28115,0,2,28108,28115,28109,0,2,28111,28110,28103,0,2,28104,28103,28110,0,2,28113,28114,28105,0,2,28112,28104,28110,0,2,28110,28117,28112,0,2,28114,28117,28115,0,2,28114,28115,28116,0,2,28115,28106,28116,0,2,28114,28113,28117,0,2,28117,28113,28112,0,2,28110,28109,28117,0,2,28117,28109,28115,0,2,28120,28119,28121,0,2,28120,28121,28131,0,2,28122,28130,28123,0,2,28123,28130,31607,0,2,31607,28130,28125,0,2,28125,28130,28124,0,2,31301,28124,28126,0,2,31301,28126,28127,0,2,28127,28126,28132,0,2,28127,5856,5855,0,2,30202,28128,28129,0,2,5854,28129,28128,0,2,30202,49605,28128,0,2,28128,49605,5855,0,2,28124,28130,30297,0,2,30297,28130,28131,0,2,28131,28130,28122,0,2,28124,28133,28126,0,2,28126,28133,28132,0,2,28132,5856,28127,0,2,49599,28134,28118,0,2,28118,28134,28108,0,2,28108,28135,28115,0,2,28137,5982,28139,0,2,28139,5982,28134,0,2,28134,5982,28108,0,2,5982,28137,5983,0,2,28115,28135,28136,0,2,28136,5980,28106,0,2,28118,28108,28109,0,2,28120,28131,28122,0,2,28122,28123,28139,0,2,28139,28123,28137,0,2,28137,28123,5983,0,2,5983,28123,5914,0,2,5912,5914,28138,0,2,5912,28138,31304,0,2,31306,31303,31605,0,2,31303,31304,31605,0,2,28120,28122,28134,0,2,28134,28122,28139,0,2,5978,5977,28106,0,2,28105,5960,28113,0,2,28104,28142,28146,0,2,28104,28146,28140,0,2,28103,28140,28144,0,2,5960,5961,28113,0,2,28113,5961,28142,0,2,28145,5967,5964,0,2,28145,5964,28147,0,2,28143,28147,5965,0,2,5964,5965,28147,0,2,5966,28146,28142,0,2,28101,28141,28099,0,2,28099,28141,28143,0,2,28143,28141,28144,0,2,28145,28144,28140,0,2,28145,28140,5967,0,2,28146,5966,28140,0,2,5966,5967,28140,0,2,28145,28147,28144,0,2,28144,28147,28143,0,2,5965,28148,28143,0,2,28149,28088,28150,0,2,28149,28150,1280,0,2,1280,28150,1279,0,2,1279,28150,1281,0,2,1279,1281,31271,0,2,1270,4361,28151,0,2,1271,28151,4370,0,2,1271,4370,4371,0,2,28151,1271,1270,0,2,1254,1265,28152,0,2,31033,28152,1266,0,2,1266,28152,1265,0,2,28152,31033,1252,0,2,1249,1250,1248,0,2,1248,28156,28153,0,2,28153,28156,28154,0,2,28155,28154,4363,0,2,1267,28154,28156,0,2,28156,1250,28157,0,2,28157,1250,31038,0,2,28157,31038,31033,0,2,1266,28157,31033,0,2,28156,28157,1267,0,2,28157,1266,1267,0,2,28156,1248,1250,0,2,28158,1246,1241,0,2,1246,28158,31032,0,2,781,49808,780,0,2,49809,780,49808,0,2,49809,49808,31266,0,2,28159,31266,1245,0,2,28159,1245,1246,0,2,49808,1244,1245,0,2,28162,28160,28161,0,2,28162,28161,31656,0,2,31656,28161,28163,0,2,784,28164,783,0,2,783,28164,49585,0,2,28161,28160,782,0,2,28161,782,49585,0,2,28164,28163,49585,0,2,49585,28163,28161,0,2,28160,1242,1244,0,2,1239,1237,30879,0,2,30879,1237,31031,0,2,31031,1237,28177,0,2,31031,28177,28165,0,2,28165,28177,28178,0,2,28165,28178,28166,0,2,28166,28178,31023,0,2,31023,28178,1231,0,2,31661,28167,28174,0,2,31661,28174,28168,0,2,28168,28174,28169,0,2,28162,28171,28175,0,2,28162,28175,28160,0,2,28160,28175,1242,0,2,1242,28175,28172,0,2,1242,28172,1241,0,2,1241,28172,1240,0,2,28172,28174,28173,0,2,28173,28174,30880,0,2,30880,28174,1239,0,2,1239,28174,1238,0,2,1238,28174,28167,0,2,28169,28174,28170,0,2,28170,28174,28172,0,2,28170,28172,28175,0,2,28171,28170,28175,0,2,1236,1233,28176,0,2,28178,28177,1232,0,2,1232,28177,1233,0,2,1232,827,826,0,2,1232,826,28178,0,2,28178,826,28179,0,2,28178,28179,1231,0,2,1231,28179,1230,0,2,1230,28179,28194,0,2,28194,28179,28180,0,2,28181,28195,28192,0,2,28184,855,28183,0,2,28185,28228,28183,0,2,28187,28186,28225,0,2,28188,28187,31019,0,2,1228,31019,1226,0,2,28183,28189,28184,0,2,28228,28182,839,0,2,839,28182,850,0,2,28190,28186,28187,0,2,28192,28190,28191,0,2,28191,28190,28187,0,2,28191,28187,28188,0,2,28191,28188,28192,0,2,28181,28192,28193,0,2,28193,28194,28180,0,2,28180,28202,28193,0,2,28193,28202,28181,0,2,28186,28190,28182,0,2,28182,28190,850,0,2,850,28190,28195,0,2,847,28195,28196,0,2,28196,28195,28181,0,2,28192,28195,28190,0,2,847,28196,838,0,2,837,838,28207,0,2,835,28207,28206,0,2,833,834,28205,0,2,833,28205,832,0,2,832,28205,831,0,2,831,28205,28198,0,2,831,28198,830,0,2,28197,828,32000,0,2,28197,32000,32200,0,2,28197,830,28198,0,2,28197,28198,828,0,2,828,28198,28199,0,2,828,28199,28204,0,2,828,28204,28343,0,2,28199,28200,28201,0,2,28201,28196,28181,0,2,28181,28202,28201,0,2,28204,28202,28343,0,2,28343,28202,28203,0,2,826,28203,28180,0,2,826,28180,28179,0,2,28180,28203,28202,0,2,28202,28204,28201,0,2,28201,28204,28199,0,2,28198,28205,28199,0,2,28199,28205,28206,0,2,28206,28205,834,0,2,28196,28200,838,0,2,28196,28201,28200,0,2,28199,28206,28207,0,2,28199,28207,28200,0,2,28200,28207,838,0,2,834,31797,835,0,2,834,835,28206,0,2,1221,28208,28210,0,2,28210,28208,28254,0,2,28210,28254,28209,0,2,28209,28215,28210,0,2,28210,28215,28211,0,2,1220,28212,28219,0,2,1220,28219,28213,0,2,28213,28219,28214,0,2,28213,28214,1210,0,2,28213,1210,31184,0,2,31184,1210,32406,0,2,28213,31185,1220,0,2,1220,31185,1219,0,2,1219,31185,1217,0,2,1217,31185,31184,0,2,1217,31184,1211,0,2,1211,31184,32406,0,2,1219,1217,31186,0,2,1217,1211,1216,0,2,28211,28215,28216,0,2,28216,28215,28221,0,2,28217,1197,28220,0,2,28220,1197,1180,0,2,28220,1180,1179,0,2,28211,28216,28212,0,2,28212,28216,28219,0,2,28214,28219,28220,0,2,28218,1208,1179,0,2,49577,28214,1208,0,2,1208,28214,28220,0,2,1216,1215,31188,0,2,1217,1216,31186,0,2,31186,1216,31188,0,2,1215,31190,1213,0,2,1213,31190,31189,0,2,1207,28218,1178,0,2,1178,28218,1179,0,2,28238,28217,28221,0,2,28221,28215,28239,0,2,28239,28209,28233,0,2,28233,28209,28254,0,2,28231,28254,28242,0,2,28231,28242,28222,0,2,28241,28222,28243,0,2,32234,28243,28253,0,2,858,28229,28226,0,2,28226,28224,28225,0,2,858,28226,857,0,2,28227,28226,28186,0,2,28227,28186,28182,0,2,28186,28226,28225,0,2,857,28226,28227,0,2,857,28227,28185,0,2,28185,28227,28228,0,2,28185,28183,855,0,2,28182,28228,28227,0,2,28226,28229,28224,0,2,28250,28187,28225,0,2,28225,28224,28250,0,2,858,859,28223,0,2,28223,859,860,0,2,28254,28232,28233,0,2,28234,28233,28235,0,2,1188,28236,28235,0,2,28239,28238,28221,0,2,28238,28239,28234,0,2,28234,28235,28237,0,2,28234,28237,28238,0,2,28237,28235,28236,0,2,28234,28239,28233,0,2,28217,28238,1195,0,2,28217,1195,1205,0,2,1205,1197,28217,0,2,28236,28240,28237,0,2,28237,28240,1195,0,2,28237,1195,28238,0,2,28233,28232,28235,0,2,28232,28254,28231,0,2,28231,28241,28230,0,2,28231,28222,28241,0,2,28223,860,28253,0,2,28222,28242,28208,0,2,28208,32415,1222,0,2,32414,1223,28244,0,2,28244,1223,28245,0,2,28246,28244,28245,0,2,28253,28246,28223,0,2,28223,28246,28247,0,2,28223,28247,858,0,2,858,28247,28229,0,2,28243,28208,32414,0,2,28243,32414,28244,0,2,28245,1224,28248,0,2,28248,28251,28229,0,2,28229,28251,28224,0,2,28224,28251,28250,0,2,31019,28250,28249,0,2,31019,28249,1226,0,2,28249,28251,28248,0,2,28251,28249,28250,0,2,28252,28249,28248,0,2,28252,28248,1224,0,2,28229,28247,28248,0,2,28247,28246,28248,0,2,28248,28246,28245,0,2,28208,28243,28222,0,2,28243,28244,28253,0,2,28253,28244,28246,0,2,28208,28242,28254,0,2,28209,28239,28215,0,2,1207,1206,1209,0,2,28255,1175,28290,0,2,28255,28290,1206,0,2,1209,1206,28256,0,2,1140,1139,31183,0,2,31183,1139,28257,0,2,28258,30974,28259,0,2,28260,32226,30941,0,2,30941,32226,28261,0,2,28262,28264,28263,0,2,28265,30966,30938,0,2,30938,31043,28266,0,2,28266,31043,4458,0,2,28268,28267,28269,0,2,30969,28270,28271,0,2,31043,28271,28267,0,2,31043,28267,4458,0,2,28267,28271,28269,0,2,28269,28271,28270,0,2,28261,32226,28272,0,2,28273,30977,28274,0,2,28274,30989,28275,0,2,28275,30989,31044,0,2,31044,30989,30996,0,2,31044,30996,31045,0,2,31045,30996,30990,0,2,31045,30990,28276,0,2,32409,31047,32408,0,2,28278,31090,28277,0,2,28278,28277,4454,0,2,28277,32403,4454,0,2,4454,32403,32404,0,2,30974,28258,30973,0,2,30973,28258,28279,0,2,28279,28258,1212,0,2,1212,28258,31189,0,2,31189,28258,28259,0,2,28289,28259,30975,0,2,28289,30975,32224,0,2,32224,30975,30978,0,2,32224,30978,28260,0,2,28259,28289,1213,0,2,1213,28289,28280,0,2,30891,32225,30869,0,2,28283,28282,28284,0,2,28283,28284,28285,0,2,28285,28284,28286,0,2,28285,28286,30865,0,2,30863,28288,4463,0,2,1140,28256,1141,0,2,1141,28256,1206,0,2,1141,1206,28290,0,2,32405,1141,1173,0,2,1168,1173,1174,0,2,1168,1174,1170,0,2,1174,1176,1170,0,2,1170,1176,28293,0,2,1170,28293,28291,0,2,28291,28293,28292,0,2,28293,28294,28292,0,2,1081,28291,28292,0,2,28299,28295,28296,0,2,28296,28295,1178,0,2,28294,28299,28297,0,2,28297,1182,28298,0,2,28294,28293,28299,0,2,1080,28294,28297,0,2,1080,28297,28298,0,2,1080,28298,1079,0,2,1079,28298,1203,0,2,1176,1177,28299,0,2,28299,1177,28295,0,2,28299,28293,1176,0,2,1177,28255,28295,0,2,28295,28255,1178,0,2,1158,1129,1134,0,2,28301,1148,1083,0,2,1075,28302,1076,0,2,1076,28302,28303,0,2,28303,32319,28307,0,2,28307,32319,28304,0,2,28307,28304,32320,0,2,32329,28305,32320,0,2,1055,28308,28312,0,2,28312,28308,32304,0,2,28309,32336,32314,0,2,32314,32336,28310,0,2,32307,28308,1055,0,2,32320,1055,28307,0,2,28307,1055,28312,0,2,28303,28312,32304,0,2,28312,28303,28307,0,2,894,1075,893,0,2,895,28322,28313,0,2,28316,32130,28318,0,2,28318,32130,32137,0,2,28318,32137,32138,0,2,28318,32138,32139,0,2,28320,28319,896,0,2,896,28319,32324,0,2,28316,28318,28319,0,2,28316,28319,28320,0,2,28316,28320,28313,0,2,28313,28320,895,0,2,28316,28313,28317,0,2,28317,28313,28314,0,2,28320,896,895,0,2,895,894,893,0,2,895,893,28322,0,2,889,28315,28321,0,2,889,28321,32338,0,2,32338,28321,890,0,2,890,28321,891,0,2,28313,28322,28314,0,2,28321,28315,28323,0,2,28322,28323,28314,0,2,28314,28323,28315,0,2,28321,28323,891,0,2,891,28323,892,0,2,892,28323,28322,0,2,874,32126,32338,0,2,32126,874,28324,0,2,28324,874,28325,0,2,28324,28325,28337,0,2,28337,28325,28334,0,2,28337,28334,28335,0,2,28337,28335,28326,0,2,28327,28326,32351,0,2,32350,32351,32217,0,2,32350,32217,28336,0,2,32350,28336,28328,0,2,28328,28336,851,0,2,28328,851,28329,0,2,28328,28329,32207,0,2,32207,28329,28330,0,2,848,28330,839,0,2,28331,28333,852,0,2,28332,852,28333,0,2,28333,28335,28334,0,2,31010,28334,28325,0,2,28326,28335,28333,0,2,28326,28333,28331,0,2,28326,28331,32351,0,2,32351,28331,32217,0,2,28325,32337,31010,0,2,28334,31010,28333,0,2,28336,28331,852,0,2,28337,32216,28324,0,2,28327,875,32216,0,2,28324,32216,875,0,2,31010,873,872,0,2,873,869,872,0,2,865,866,28338,0,2,1186,28339,28338,0,2,28338,28339,864,0,2,864,28339,31008,0,2,31008,28339,1185,0,2,856,28342,28341,0,2,28341,28342,28340,0,2,28341,28340,859,0,2,856,28341,859,0,2,28184,854,28342,0,2,28184,28342,855,0,2,855,28342,856,0,2,852,853,28189,0,2,853,854,28189,0,2,854,28184,28189,0,2,28343,827,28344,0,2,28344,827,825,0,2,31662,31660,31770,0,2,818,31772,817,0,2,817,31772,816,0,2,816,31772,819,0,2,816,819,28345,0,2,819,28346,28345,0,2,28345,28346,815,0,2,28347,814,815,0,2,28347,815,28348,0,2,792,31715,791,0,2,792,791,28351,0,2,791,28349,790,0,2,28348,792,28347,0,2,815,28346,28348,0,2,28348,28346,820,0,2,792,28348,31715,0,2,31715,28348,820,0,2,794,796,31757,0,2,797,1327,800,0,2,801,800,31890,0,2,801,31890,28350,0,2,798,799,28351,0,2,28351,28352,798,0,2,28354,28353,790,0,2,790,28355,31685,0,2,31685,28355,28356,0,2,28357,28359,28385,0,2,28385,787,28383,0,2,28383,787,28358,0,2,787,28385,31713,0,2,31713,28385,28359,0,2,28359,28356,788,0,2,28359,788,31713,0,2,790,28353,28352,0,2,751,28354,31682,0,2,751,31682,752,0,2,752,31682,31686,0,2,28362,28361,28360,0,2,28362,28360,28363,0,2,28362,28363,28375,0,2,28375,28363,28367,0,2,28367,28363,28364,0,2,28364,28363,770,0,2,28365,28366,31648,0,2,28365,31648,28364,0,2,28364,31648,28367,0,2,28367,31647,28375,0,2,31710,31562,28370,0,2,28369,28370,28371,0,2,28372,28374,31634,0,2,28372,31634,31632,0,2,28368,31647,28373,0,2,28373,31647,28374,0,2,28373,28374,28370,0,2,28362,28375,28361,0,2,28405,28378,28379,0,2,28405,28379,771,0,2,772,28380,28382,0,2,772,28382,28381,0,2,28397,28381,28382,0,2,28397,28382,28384,0,2,28383,28384,28357,0,2,28357,28384,28401,0,2,28357,28385,28383,0,2,28384,28383,28386,0,2,28393,28386,28387,0,2,28393,28387,28388,0,2,28388,28387,31638,0,2,31638,28387,28389,0,2,31638,28389,28390,0,2,783,49585,28392,0,2,30965,49586,31637,0,2,28391,30965,31637,0,2,30958,28391,30961,0,2,30961,28391,28392,0,2,28392,28391,31637,0,2,28392,31637,783,0,2,28384,28386,28397,0,2,28397,28386,28393,0,2,28397,28393,28394,0,2,28394,28388,28395,0,2,28032,28396,774,0,2,28396,28032,28395,0,2,28394,773,28397,0,2,28386,28383,28398,0,2,28389,784,28390,0,2,28387,785,28389,0,2,785,28398,28358,0,2,28358,28398,28383,0,2,785,28387,28398,0,2,28398,28387,28386,0,2,28382,28380,28399,0,2,28380,28379,28400,0,2,28399,28400,28401,0,2,28359,28401,28356,0,2,28359,28357,28401,0,2,28382,28401,28384,0,2,28382,28399,28401,0,2,28400,28399,28380,0,2,28360,28404,28363,0,2,752,31686,753,0,2,28351,799,28402,0,2,28402,799,795,0,2,793,28402,795,0,2,793,795,794,0,2,28015,28365,28403,0,2,28403,28365,28364,0,2,28403,28364,770,0,2,769,28403,770,0,2,771,770,28405,0,2,28405,770,28404,0,2,28405,28376,28377,0,2,28405,28377,28378,0,2,770,28363,28404,0,2,765,31633,766,0,2,766,31633,768,0,2,768,31633,31645,0,2,768,31645,31648,0,2,768,31648,28366,0,2,31707,28406,28453,0,2,28453,28406,28420,0,2,28421,28406,28410,0,2,28410,31628,28409,0,2,28409,28452,28407,0,2,28407,28408,28409,0,2,28409,31704,28410,0,2,28421,28411,28422,0,2,28422,28411,31700,0,2,31700,28412,28423,0,2,28423,28412,28413,0,2,49589,28413,49592,0,2,49589,49592,49591,0,2,28414,1306,5749,0,2,28415,28417,49591,0,2,49591,28414,28415,0,2,28414,1308,28415,0,2,28415,1308,1309,0,2,28415,1309,28416,0,2,28417,28416,28429,0,2,28417,28429,28418,0,2,28418,28425,28419,0,2,31706,28420,28421,0,2,28421,28422,31706,0,2,31706,28422,28424,0,2,28424,28423,49588,0,2,49588,28423,28413,0,2,49588,28413,49589,0,2,31700,28423,28424,0,2,28421,28420,28406,0,2,28418,28429,28425,0,2,28425,28426,28433,0,2,28433,28426,28427,0,2,28430,28428,1310,0,2,1310,28428,1309,0,2,1310,28450,28430,0,2,28431,28432,28427,0,2,28427,28432,28433,0,2,28427,28428,28431,0,2,28431,28428,28430,0,2,28430,28450,28434,0,2,28435,28434,28436,0,2,31907,28437,28438,0,2,31907,28438,28439,0,2,28439,28438,1319,0,2,28440,28439,28441,0,2,28442,28441,28443,0,2,28442,28443,761,0,2,28442,761,762,0,2,761,28443,760,0,2,1320,28441,28439,0,2,1320,28439,1319,0,2,1319,28438,1318,0,2,28438,28437,1346,0,2,28436,28451,28444,0,2,28444,28451,28445,0,2,28444,28445,28446,0,2,28446,28445,28448,0,2,28446,28448,28447,0,2,28447,28448,1312,0,2,28448,28445,28449,0,2,31550,28449,1311,0,2,28449,1312,28448,0,2,28449,28445,1311,0,2,28445,28451,1311,0,2,1311,28451,28450,0,2,28451,28436,28450,0,2,28450,28436,28434,0,2,28436,28444,28437,0,2,28444,28446,31909,0,2,31909,28446,28447,0,2,28428,28427,28426,0,2,28428,28426,1309,0,2,1309,28426,28416,0,2,28425,28429,28426,0,2,28416,28426,28429,0,2,28415,28416,28417,0,2,1300,28407,28452,0,2,1300,28452,31629,0,2,28453,28420,28419,0,2,28453,28419,28454,0,2,28454,28425,28433,0,2,28425,28454,28419,0,2,28442,762,28455,0,2,28433,28455,28454,0,2,28455,762,28454,0,2,31761,28459,6950,0,2,31761,6950,28456,0,2,28457,28456,31892,0,2,28458,31915,49541,0,2,49541,31915,31911,0,2,31911,744,49541,0,2,28456,6950,6949,0,2,31761,745,746,0,2,31761,746,28459,0,2,28459,746,747,0,2,28459,747,6951,0,2,6951,747,1338,0,2,6951,6950,28459,0,2,740,741,739,0,2,739,741,6986,0,2,35125,730,28460,0,2,35125,28460,31848,0,2,28461,31848,31844,0,2,28461,31844,31843,0,2,28461,31843,731,0,2,731,31843,732,0,2,28461,35125,31848,0,2,28462,730,35121,0,2,28462,35121,34936,0,2,727,34936,28463,0,2,727,728,34936,0,2,34936,728,28462,0,2,28463,725,726,0,2,726,9036,723,0,2,726,723,28467,0,2,28464,28467,28465,0,2,28464,28465,28466,0,2,28464,28466,35065,0,2,28464,727,28467,0,2,28467,727,726,0,2,28470,28469,35062,0,2,28470,35062,28471,0,2,717,28472,718,0,2,718,28473,28474,0,2,28472,716,28471,0,2,28466,28468,35065,0,2,35065,28468,28486,0,2,28475,28486,28476,0,2,28476,28487,32079,0,2,32079,28487,32078,0,2,32078,28487,28481,0,2,32078,28481,28477,0,2,28477,28479,28478,0,2,28478,28479,28480,0,2,32081,28478,698,0,2,698,28480,697,0,2,698,28478,28480,0,2,28479,28477,28481,0,2,28479,28481,28485,0,2,28485,28481,28488,0,2,28485,28488,28482,0,2,28485,28482,35056,0,2,35056,28482,28483,0,2,28484,28470,28471,0,2,28486,28488,28476,0,2,28476,28488,28481,0,2,28476,28481,28487,0,2,28486,28469,28488,0,2,726,725,9036,0,2,712,35053,711,0,2,947,8961,691,0,2,688,28489,942,0,2,942,943,688,0,2,688,943,944,0,2,944,28490,688,0,2,688,28490,689,0,2,658,32188,680,0,2,658,680,28491,0,2,658,28491,657,0,2,657,28491,34938,0,2,34938,28491,682,0,2,682,28491,681,0,2,681,28491,680,0,2,657,34938,678,0,2,678,34938,655,0,2,28492,644,28506,0,2,28492,28506,28493,0,2,28493,28504,28555,0,2,624,28494,28495,0,2,28499,28495,28497,0,2,626,28499,28500,0,2,626,28500,34294,0,2,34035,28503,34031,0,2,28499,626,625,0,2,28499,625,28495,0,2,28501,625,34294,0,2,28501,34294,28502,0,2,633,628,28503,0,2,28503,628,28502,0,2,28502,628,627,0,2,28502,627,28501,0,2,34294,625,626,0,2,28497,28495,28494,0,2,28497,28494,28507,0,2,28497,28507,28496,0,2,28496,28507,28504,0,2,642,28506,28505,0,2,28505,644,643,0,2,644,28505,28506,0,2,28496,28504,642,0,2,642,28504,28506,0,2,28504,28493,28506,0,2,642,28498,28496,0,2,28496,28498,28497,0,2,34467,28508,28523,0,2,28511,28516,28512,0,2,28509,28512,28513,0,2,28509,28510,28512,0,2,28512,28510,28511,0,2,28513,28512,28514,0,2,28514,28515,649,0,2,649,8951,28514,0,2,28512,28516,28514,0,2,28514,28516,28515,0,2,651,28515,28527,0,2,651,649,28515,0,2,28557,28523,28522,0,2,28557,28522,28511,0,2,28517,28523,28518,0,2,28545,28544,28521,0,2,28521,28543,28522,0,2,28517,28522,28523,0,2,28527,28525,34937,0,2,34937,28525,28526,0,2,34937,28526,28524,0,2,652,28527,28528,0,2,28528,28529,28551,0,2,28551,28529,28530,0,2,28530,28549,28551,0,2,28551,28531,654,0,2,28532,28549,28533,0,2,28532,28533,28536,0,2,28532,28536,586,0,2,586,28536,28534,0,2,28535,28534,28537,0,2,618,28537,33704,0,2,28537,28534,28538,0,2,28537,28538,28546,0,2,28547,28546,28538,0,2,28547,28538,28539,0,2,28539,28534,28533,0,2,28533,28534,28536,0,2,28539,28541,28540,0,2,28540,28541,28529,0,2,28542,28529,28550,0,2,28542,28550,34937,0,2,28542,34937,28543,0,2,28543,34937,28524,0,2,28529,28542,28540,0,2,28547,28545,28553,0,2,28547,28553,28546,0,2,28546,619,33704,0,2,28545,28547,28544,0,2,28544,28547,28540,0,2,28540,28547,28539,0,2,28534,28539,28538,0,2,28537,28546,33704,0,2,28531,28548,655,0,2,28531,655,654,0,2,28548,28532,679,0,2,679,656,28548,0,2,28531,28551,28549,0,2,28549,28541,28533,0,2,28533,28541,28539,0,2,28541,28530,28529,0,2,28550,28529,28528,0,2,28530,28541,28549,0,2,28531,28549,28548,0,2,28548,28549,28532,0,2,653,28528,28551,0,2,653,28551,654,0,2,28515,28516,28525,0,2,28525,28516,28526,0,2,28516,28511,28526,0,2,28526,28511,28524,0,2,28524,28511,28522,0,2,28522,28543,28524,0,2,28543,28521,28542,0,2,28542,28521,28540,0,2,28540,28521,28544,0,2,28520,28519,28552,0,2,28552,28519,622,0,2,28553,28552,28546,0,2,28546,28552,619,0,2,619,28552,621,0,2,28552,622,621,0,2,28552,28553,28520,0,2,28553,28545,28520,0,2,28521,28517,28545,0,2,28521,28522,28517,0,2,28517,28518,28545,0,2,28520,28545,28519,0,2,28519,28518,28554,0,2,28519,28554,624,0,2,28507,28554,28508,0,2,624,28554,28507,0,2,28554,28518,28523,0,2,624,28507,28494,0,2,28507,28508,28555,0,2,28510,28556,28557,0,2,28510,28557,28511,0,2,28523,28557,34467,0,2,34467,28555,28508,0,2,28492,28556,644,0,2,644,28556,645,0,2,645,28556,28510,0,2,28510,28509,646,0,2,628,633,632,0,2,614,615,28558,0,2,614,28558,595,0,2,595,28558,34946,0,2,596,34945,597,0,2,597,33708,598,0,2,598,33708,28559,0,2,611,33701,28565,0,2,28560,33691,33692,0,2,28560,28563,28564,0,2,28560,28564,28565,0,2,28565,28564,611,0,2,28559,611,613,0,2,28559,613,598,0,2,28560,33692,28563,0,2,28563,33692,612,0,2,614,581,615,0,2,581,582,615,0,2,615,582,616,0,2,616,28566,584,0,2,584,585,33715,0,2,583,28566,616,0,2,583,616,582,0,2,567,569,34991,0,2,33605,28567,561,0,2,561,28567,28568,0,2,28568,28567,28571,0,2,28568,28571,28598,0,2,28598,28571,28569,0,2,28569,28571,28570,0,2,28570,28571,560,0,2,33592,28570,560,0,2,560,28571,28567,0,2,25555,553,28572,0,2,551,28573,33442,0,2,28573,552,25551,0,2,28574,547,28575,0,2,28575,547,28576,0,2,28572,28576,33380,0,2,554,33380,28577,0,2,28577,33379,28578,0,2,28606,28579,28607,0,2,28602,28603,28580,0,2,28580,28603,540,0,2,28580,540,28581,0,2,28703,28581,28582,0,2,525,28584,28581,0,2,28702,28582,28583,0,2,28583,28584,526,0,2,526,28584,525,0,2,28584,28583,28582,0,2,28584,28582,28581,0,2,538,525,28581,0,2,28581,28703,28580,0,2,28585,28586,28587,0,2,28587,28586,556,0,2,33591,28588,28589,0,2,33566,28589,33569,0,2,33566,33569,28590,0,2,28590,33569,28591,0,2,28600,28706,28707,0,2,28600,28707,28592,0,2,28592,28594,28593,0,2,28593,28594,33574,0,2,28593,33574,28595,0,2,33565,28595,33590,0,2,33565,33590,28596,0,2,28596,28597,28568,0,2,28568,28598,28596,0,2,28568,28597,561,0,2,561,28597,562,0,2,564,28599,28696,0,2,562,28599,563,0,2,28591,28706,33563,0,2,33563,28600,33564,0,2,33564,28600,28592,0,2,28600,33563,28706,0,2,556,28588,557,0,2,557,28588,558,0,2,28586,28585,28601,0,2,28708,28601,28585,0,2,28708,28585,28703,0,2,28703,28585,28580,0,2,28580,28585,28587,0,2,28580,28587,28602,0,2,556,555,28602,0,2,556,28602,28587,0,2,28603,28602,28604,0,2,28603,28604,28605,0,2,28605,554,28606,0,2,554,28577,28606,0,2,28579,28606,28577,0,2,28579,28577,28578,0,2,28603,28605,28607,0,2,555,28604,28602,0,2,540,28607,541,0,2,28581,540,538,0,2,28603,28607,540,0,2,28578,541,28579,0,2,28579,541,28607,0,2,25551,28572,553,0,2,28576,28572,552,0,2,28576,552,28575,0,2,28572,25551,552,0,2,28608,523,28609,0,2,28608,28610,28611,0,2,28608,28611,33376,0,2,33376,28611,28617,0,2,28612,25576,33370,0,2,33370,25576,33375,0,2,28613,33375,23829,0,2,28613,23830,23831,0,2,23830,28613,23829,0,2,23829,25575,28614,0,2,25576,28612,28615,0,2,28615,28612,28617,0,2,28615,28617,545,0,2,28615,545,25539,0,2,543,28617,28616,0,2,543,545,28617,0,2,28616,28617,28611,0,2,523,520,33407,0,2,33407,520,522,0,2,520,49569,522,0,2,523,28608,520,0,2,537,539,524,0,2,49569,520,33373,0,2,33373,520,33377,0,2,512,28618,513,0,2,513,28618,514,0,2,514,28619,28625,0,2,28625,28619,28620,0,2,28621,28761,28769,0,2,28769,28761,28622,0,2,28769,28622,32270,0,2,32270,28622,28624,0,2,32270,28624,28623,0,2,28623,28624,28763,0,2,28763,28624,28622,0,2,28621,28628,28620,0,2,28626,514,28625,0,2,28628,28625,28620,0,2,28626,28625,28627,0,2,28715,28627,28710,0,2,28710,28628,28711,0,2,28711,28628,28629,0,2,28628,28621,28629,0,2,28629,28630,28631,0,2,28711,28720,28632,0,2,28711,28632,28633,0,2,28634,28633,32279,0,2,28634,32279,32280,0,2,32280,32279,28635,0,2,28657,28635,28656,0,2,28719,32276,32277,0,2,32277,28637,28683,0,2,28683,28637,28638,0,2,28638,28637,28639,0,2,28638,28639,28653,0,2,28653,28639,28640,0,2,28653,28640,28718,0,2,28718,28640,32261,0,2,28650,32257,28641,0,2,28641,28642,32384,0,2,32384,28642,28643,0,2,32384,28643,28646,0,2,28646,28643,28647,0,2,28647,28643,32386,0,2,28646,28648,32385,0,2,28646,32385,1049,0,2,1049,28649,28646,0,2,28648,28646,28647,0,2,28648,28647,28645,0,2,28645,28647,28644,0,2,28648,28645,32381,0,2,1049,1050,28649,0,2,32384,28649,28650,0,2,32384,28650,28641,0,2,28638,28682,28683,0,2,28656,28655,28659,0,2,28656,28659,28658,0,2,28656,28658,28657,0,2,32280,533,532,0,2,533,32280,528,0,2,32280,28657,528,0,2,528,28657,28658,0,2,32367,32368,28583,0,2,28659,28655,28660,0,2,28660,33583,28662,0,2,33571,28665,33572,0,2,33572,28668,28666,0,2,987,28666,28667,0,2,28668,28665,28669,0,2,28670,33580,1051,0,2,33580,28671,28680,0,2,28680,28671,28672,0,2,28673,33582,28674,0,2,33582,28663,28679,0,2,28674,28654,28675,0,2,28675,28677,28717,0,2,28717,28677,28676,0,2,28717,28676,32374,0,2,32374,28676,28651,0,2,28651,28676,28652,0,2,28652,28678,28653,0,2,28653,28678,28638,0,2,28638,28678,28682,0,2,28652,28676,28678,0,2,28678,28676,28677,0,2,33582,28679,28674,0,2,28674,28675,28673,0,2,28673,28675,28672,0,2,28672,28675,28717,0,2,28672,28717,28680,0,2,28681,32373,1051,0,2,28680,28681,33580,0,2,28681,1051,33580,0,2,28674,28679,28654,0,2,28682,28677,28675,0,2,28677,28682,28678,0,2,28654,28683,28682,0,2,28670,988,28684,0,2,28668,28669,28685,0,2,28670,28684,33580,0,2,33580,28684,28669,0,2,28685,28669,28684,0,2,28685,28684,28667,0,2,28685,28667,28668,0,2,28666,28668,28667,0,2,28668,33572,28665,0,2,28709,28662,28686,0,2,28686,28662,28700,0,2,28700,28662,28687,0,2,28700,28687,28688,0,2,28699,28687,28689,0,2,28689,28690,33571,0,2,28689,33571,28691,0,2,28689,28691,33587,0,2,33587,28692,28697,0,2,28697,28692,28594,0,2,28594,28692,33574,0,2,28691,33574,28692,0,2,28693,33575,33567,0,2,33589,49564,28695,0,2,28695,35035,566,0,2,566,35035,35034,0,2,33589,565,28696,0,2,28594,28592,28697,0,2,28707,28698,28592,0,2,28592,28698,28697,0,2,28699,33587,28688,0,2,28707,28700,28698,0,2,28686,28706,28701,0,2,28701,28704,32368,0,2,28708,28703,28702,0,2,28708,28702,28704,0,2,28705,28704,28701,0,2,28705,28701,28591,0,2,28591,28701,28706,0,2,28700,28707,28686,0,2,28686,28707,28706,0,2,32368,28704,28583,0,2,28708,28704,33569,0,2,28708,33569,28601,0,2,556,28586,28588,0,2,28588,28586,28589,0,2,28586,28601,28589,0,2,28686,28701,28709,0,2,28660,28709,28661,0,2,32368,28661,28701,0,2,33587,28697,28688,0,2,28698,28688,28697,0,2,28698,28700,28688,0,2,33587,28699,28689,0,2,28660,28662,28709,0,2,28662,33583,28663,0,2,28662,28663,28687,0,2,28635,28657,32280,0,2,28712,28710,28711,0,2,28631,28711,28629,0,2,28712,28711,28633,0,2,28712,28633,28634,0,2,28715,32282,28627,0,2,28627,32282,28713,0,2,28713,28714,28626,0,2,28626,28714,32293,0,2,28713,28626,28627,0,2,32280,28715,28634,0,2,28634,28715,28710,0,2,28710,28712,28634,0,2,28656,28636,28655,0,2,28655,28636,28679,0,2,28679,28636,28719,0,2,1050,28716,28649,0,2,28649,28716,28650,0,2,28716,32374,28650,0,2,28717,32374,28681,0,2,28717,28681,28680,0,2,28650,28651,32258,0,2,32258,28651,28718,0,2,28651,28652,28718,0,2,28652,28653,28718,0,2,28719,28683,28654,0,2,32277,28683,28719,0,2,28631,28630,28720,0,2,28720,28630,32272,0,2,28720,32272,28721,0,2,28721,32272,28639,0,2,28639,32272,32260,0,2,32259,28722,28768,0,2,32259,28768,32258,0,2,32258,28768,32257,0,2,32257,28723,32256,0,2,32256,28723,28724,0,2,28724,28723,28744,0,2,28724,28744,28725,0,2,28724,28725,32263,0,2,32263,28741,28726,0,2,28726,28728,28727,0,2,28727,28728,28729,0,2,28729,28728,28737,0,2,28729,28737,28730,0,2,28730,28732,28731,0,2,28731,28732,28733,0,2,28733,28732,28734,0,2,28733,28734,28735,0,2,28735,28736,1127,0,2,1127,28736,1117,0,2,28767,28742,28738,0,2,28734,28738,28739,0,2,28765,28766,28740,0,2,28765,28740,49582,0,2,32263,28725,28741,0,2,28726,28741,28728,0,2,28728,28741,28737,0,2,28737,28741,28767,0,2,28767,28741,28742,0,2,28738,28742,28743,0,2,28738,28743,28739,0,2,28741,28725,28742,0,2,28742,28725,28743,0,2,28743,28725,28744,0,2,28739,32264,28766,0,2,28766,32264,28740,0,2,32264,28739,28743,0,2,28744,28740,32264,0,2,49582,32274,28765,0,2,28765,32274,28745,0,2,28746,28745,32265,0,2,28748,28749,28736,0,2,28736,28749,1118,0,2,28736,1118,1117,0,2,28749,28748,28750,0,2,33342,28751,28752,0,2,28752,28763,28753,0,2,28753,28763,28760,0,2,28753,28760,28754,0,2,28754,28755,33340,0,2,33346,28758,28759,0,2,33346,28759,28756,0,2,33359,28756,33358,0,2,33358,28756,28757,0,2,33351,28757,28759,0,2,33351,28759,483,0,2,483,28759,501,0,2,28758,502,28759,0,2,28758,33340,28755,0,2,28619,28761,28621,0,2,28619,28621,28620,0,2,28751,32266,32268,0,2,28751,32268,28762,0,2,32270,32269,28769,0,2,28769,32269,28630,0,2,28748,28747,32266,0,2,28748,32266,28750,0,2,28750,32266,33342,0,2,33342,32266,28751,0,2,28751,28762,28623,0,2,28622,28760,28763,0,2,28763,28752,28623,0,2,28623,28752,28751,0,2,28754,28760,28770,0,2,28736,28764,28748,0,2,28736,28735,28764,0,2,28748,28764,28747,0,2,28746,28765,28745,0,2,28766,28765,28747,0,2,28739,28766,28764,0,2,28739,28764,28734,0,2,28732,28767,28738,0,2,28732,28730,28767,0,2,28737,28767,28730,0,2,28764,28766,28747,0,2,28744,28723,28740,0,2,28740,28723,28768,0,2,28768,28723,32257,0,2,28629,28621,28769,0,2,28769,28630,28629,0,2,28627,28625,28710,0,2,28710,28625,28628,0,2,28771,28770,28760,0,2,32551,511,28618,0,2,28771,28760,28622,0,2,28771,28622,28761,0,2,28618,28771,28619,0,2,28618,28619,514,0,2,508,28772,485,0,2,32545,28773,28774,0,2,28774,504,506,0,2,504,28774,28775,0,2,28775,28772,507,0,2,28774,28773,28775,0,2,485,28772,487,0,2,487,28772,28773,0,2,28773,28772,28775,0,2,486,485,487,0,2,487,32546,23431,0,2,501,503,509,0,2,509,503,510,0,2,470,471,30785,0,2,472,28776,471,0,2,471,28776,30785,0,2,30785,28777,470,0,2,460,28786,28778,0,2,28779,28778,28780,0,2,28779,28780,28781,0,2,23469,23486,23468,0,2,28778,23468,28780,0,2,28779,460,28778,0,2,28784,28783,28785,0,2,28784,23468,28783,0,2,28783,23468,28778,0,2,28778,28786,28783,0,2,28783,28786,23465,0,2,28783,23465,28785,0,2,23464,23465,28786,0,2,456,28787,455,0,2,455,28787,28788,0,2,23471,453,28788,0,2,28788,453,28789,0,2,28788,28789,454,0,2,28788,454,455,0,2,28789,453,30630,0,2,28781,28790,28788,0,2,28781,28788,28787,0,2,28781,28787,459,0,2,28790,28781,28782,0,2,23486,28782,28780,0,2,28780,28782,28781,0,2,441,4062,28807,0,2,28807,28811,28791,0,2,28791,28811,28808,0,2,30810,28809,30803,0,2,28794,28813,28826,0,2,28826,28813,28795,0,2,28825,28795,48962,0,2,3389,48962,28796,0,2,48961,28796,28823,0,2,28823,30639,28797,0,2,28797,30639,23589,0,2,23589,30639,30638,0,2,28822,30639,28823,0,2,28800,28823,28821,0,2,28800,28821,30623,0,2,30623,28821,28801,0,2,28801,28814,28815,0,2,28801,28815,28802,0,2,28802,28815,28803,0,2,28802,28803,28804,0,2,28804,28803,28806,0,2,442,28805,28811,0,2,4062,28811,28807,0,2,30803,28809,28810,0,2,30803,28810,28792,0,2,28792,28810,28820,0,2,28792,28820,28793,0,2,28809,30810,28808,0,2,28810,28819,28818,0,2,28810,28818,28820,0,2,28793,28820,28817,0,2,28793,28817,28813,0,2,28815,28817,28816,0,2,28816,28818,28806,0,2,28806,28818,28819,0,2,28806,28819,28812,0,2,28805,28812,28811,0,2,28818,28816,28820,0,2,28820,28816,28817,0,2,28813,28817,28814,0,2,28814,28817,28815,0,2,28815,28816,28803,0,2,28816,28806,28803,0,2,28806,28812,28805,0,2,28806,28805,28804,0,2,28793,28813,28794,0,2,28795,28813,28814,0,2,28795,28814,28821,0,2,28796,48962,28821,0,2,28821,28823,28796,0,2,28814,28801,28821,0,2,28795,28821,48962,0,2,28810,28809,28819,0,2,28819,28809,28812,0,2,28812,28809,28808,0,2,28812,28808,28811,0,2,4062,442,28811,0,2,443,28805,442,0,2,30638,28799,28798,0,2,28798,28799,23499,0,2,23499,28799,23500,0,2,23500,28799,28822,0,2,23500,28822,28824,0,2,28824,28822,28823,0,2,23500,28824,23501,0,2,23501,28824,28800,0,2,28800,28824,28823,0,2,28797,23590,28823,0,2,28823,23590,48961,0,2,28795,28825,28826,0,2,28794,28826,28827,0,2,28794,28827,28828,0,2,28828,28827,28841,0,2,28841,28827,38777,0,2,48973,3492,28829,0,2,28829,28830,28831,0,2,28831,28830,3497,0,2,28831,3497,3373,0,2,3492,38778,28839,0,2,28839,38778,38607,0,2,3493,38607,28832,0,2,3494,28832,28838,0,2,28838,28833,28834,0,2,3386,48972,28835,0,2,3387,28835,48972,0,2,28837,48972,3386,0,2,28837,3386,28834,0,2,28837,28834,28836,0,2,28836,28826,28825,0,2,28836,28825,28837,0,2,28836,28834,28833,0,2,28836,28833,28826,0,2,28826,28833,38608,0,2,28826,38608,28827,0,2,3386,28835,3385,0,2,28834,3386,28838,0,2,28838,3386,3384,0,2,3384,3494,28838,0,2,3492,48973,38777,0,2,38777,48973,28840,0,2,38777,28840,28841,0,2,28842,28845,28828,0,2,28828,28845,28843,0,2,28793,28843,28792,0,2,28841,28842,28828,0,2,28828,28843,28794,0,2,28794,28843,28793,0,2,439,440,30806,0,2,439,30806,30805,0,2,3375,28842,28840,0,2,28840,28842,28841,0,2,28845,28842,28844,0,2,28844,28842,3375,0,2,28844,3375,30805,0,2,430,28866,432,0,2,430,432,28846,0,2,28847,3533,28848,0,2,28848,3533,3534,0,2,28848,3534,3529,0,2,28848,28849,28847,0,2,28847,28849,429,0,2,429,28846,432,0,2,423,359,424,0,2,422,421,361,0,2,362,420,28853,0,2,362,421,420,0,2,419,418,28850,0,2,419,28850,28851,0,2,28851,28850,28852,0,2,28851,28852,365,0,2,365,28852,366,0,2,28851,365,362,0,2,28851,362,28853,0,2,28853,419,28851,0,2,362,365,364,0,2,418,417,28850,0,2,402,358,359,0,2,358,28854,28856,0,2,28856,28854,357,0,2,346,348,28855,0,2,28856,28855,28858,0,2,28856,28858,28857,0,2,28857,28858,28859,0,2,426,28859,28860,0,2,352,30632,351,0,2,351,30632,28861,0,2,351,28861,349,0,2,349,28861,28860,0,2,349,28860,28858,0,2,28860,28859,28858,0,2,349,28855,348,0,2,28855,349,28858,0,2,426,28860,427,0,2,428,427,28862,0,2,428,28862,28863,0,2,430,28863,28864,0,2,430,28864,28865,0,2,28865,28864,354,0,2,28865,354,355,0,2,354,28864,353,0,2,352,353,30632,0,2,430,28865,28866,0,2,28869,28867,28868,0,2,28868,30504,28870,0,2,30514,30521,28871,0,2,28871,30511,30519,0,2,30519,30511,28872,0,2,28872,30510,4049,0,2,28868,28870,28869,0,2,28869,28870,30514,0,2,28869,30514,30523,0,2,30523,30514,28876,0,2,28876,30514,30513,0,2,28876,30513,28874,0,2,431,28875,28876,0,2,28876,28874,431,0,2,28856,28877,424,0,2,28856,28857,28877,0,2,3526,28857,28859,0,2,28857,424,28877,0,2,110,108,114,0,2,114,108,28878,0,2,107,28878,108,0,2,38703,28879,38705,0,2,77,76,38454,0,2,28880,38717,38716,0,2,28881,38702,38715,0,2,38716,38702,28880,0,2,28884,38711,28883,0,2,28884,28888,28885,0,2,28884,28885,28889,0,2,28889,28885,28886,0,2,28886,28885,28887,0,2,28887,28885,28888,0,2,28888,28883,30,0,2,28888,75,28887,0,2,28883,28888,28884,0,2,38712,28884,28889,0,2,28890,28891,28937,0,2,28937,28891,28892,0,2,28970,38714,28893,0,2,28970,28893,28895,0,2,28895,28893,28894,0,2,28895,28894,28940,0,2,28895,28940,28971,0,2,28971,28896,28897,0,2,28897,28896,28898,0,2,38450,89,28901,0,2,28901,28903,38451,0,2,38451,28903,28902,0,2,28902,28903,28904,0,2,28904,28903,28905,0,2,28904,28906,85,0,2,85,28906,86,0,2,28905,28906,28904,0,2,28903,28901,28905,0,2,28905,28901,89,0,2,89,28900,28907,0,2,28950,28908,28951,0,2,28908,28923,28952,0,2,28912,150,151,0,2,150,28912,28913,0,2,150,28913,28916,0,2,28916,28913,28919,0,2,28913,28912,28914,0,2,28913,28914,28915,0,2,28915,28914,28954,0,2,28915,28954,28910,0,2,28910,28911,28915,0,2,28915,28911,28919,0,2,28915,28919,28913,0,2,148,28918,147,0,2,148,149,28916,0,2,148,28917,28935,0,2,148,28935,28918,0,2,145,38724,144,0,2,145,146,147,0,2,145,147,28918,0,2,28916,28919,28933,0,2,28920,28911,28921,0,2,28921,28910,28922,0,2,28922,28909,28952,0,2,28952,28923,28922,0,2,28944,28923,28941,0,2,28944,28941,28943,0,2,28924,28938,28892,0,2,28892,28891,28925,0,2,28892,28925,28926,0,2,28925,28891,28927,0,2,30443,28889,28886,0,2,28930,28929,28931,0,2,28931,28929,30443,0,2,28891,28932,28927,0,2,28927,28932,28928,0,2,28928,28932,28929,0,2,28932,28890,38712,0,2,28932,38712,28889,0,2,28889,30443,28932,0,2,30443,28929,28932,0,2,28890,28932,28891,0,2,28892,28926,28942,0,2,28933,28942,28934,0,2,28917,28934,28935,0,2,28935,28928,38724,0,2,28918,28935,145,0,2,145,28935,38724,0,2,28919,28911,28933,0,2,28933,28911,28920,0,2,28934,28917,28933,0,2,28933,28917,28916,0,2,28942,28926,28934,0,2,28934,28926,28936,0,2,28934,28936,28935,0,2,28936,28926,28927,0,2,28936,28927,28928,0,2,28927,28926,28925,0,2,38714,28937,28893,0,2,28893,28937,28938,0,2,28893,28938,28894,0,2,28940,28939,28941,0,2,28941,28939,28943,0,2,28943,28939,28924,0,2,28892,28938,28937,0,2,28924,28892,28942,0,2,28924,28942,28920,0,2,28924,28920,28943,0,2,28943,28920,28921,0,2,28943,28921,28944,0,2,28922,28923,28944,0,2,28922,28944,28921,0,2,28923,28908,28948,0,2,28923,28948,28945,0,2,28946,28945,28907,0,2,28907,28900,28946,0,2,28945,28946,28947,0,2,28945,28947,28923,0,2,28923,28947,28941,0,2,28941,28947,28971,0,2,28971,28940,28941,0,2,28940,28894,28939,0,2,28907,28945,28950,0,2,28950,28945,28948,0,2,28950,28948,28908,0,2,28909,28922,28910,0,2,28910,28921,28911,0,2,28949,28907,28950,0,2,28949,28950,28951,0,2,28951,28952,38761,0,2,38761,28952,38721,0,2,38721,28952,28956,0,2,28956,28952,28909,0,2,28956,28909,28953,0,2,28953,28909,28954,0,2,28954,28914,28955,0,2,28954,28955,28953,0,2,28953,28955,28957,0,2,28953,28957,28956,0,2,28956,28957,38720,0,2,38720,28957,28958,0,2,38720,28958,38632,0,2,38722,38621,28961,0,2,28961,38621,38622,0,2,38622,38623,105,0,2,105,38623,92,0,2,28910,28954,28909,0,2,28908,28952,28951,0,2,90,28949,28959,0,2,28951,28959,28949,0,2,90,28959,28960,0,2,91,28960,38722,0,2,38722,28961,91,0,2,28960,91,38762,0,2,28960,38762,90,0,2,91,28961,38622,0,2,28899,28898,28900,0,2,28900,28898,28946,0,2,28898,28896,28946,0,2,28946,28896,28947,0,2,28898,38453,28962,0,2,28963,28964,28965,0,2,28965,28964,28970,0,2,28965,28970,28966,0,2,28966,28970,28895,0,2,28882,28967,28964,0,2,38454,28964,28968,0,2,28969,28962,38453,0,2,28969,28968,28962,0,2,28962,28968,28963,0,2,28967,28970,28964,0,2,28898,28962,28897,0,2,28897,28965,28971,0,2,28897,28962,28965,0,2,28965,28966,28971,0,2,28971,28966,28895,0,2,28965,28962,28963,0,2,28972,30,50001,0,2,2902,2897,3781,0,2,2902,3781,3783,0,2,2,49643,29,0,2,4,2,28,0,2,28973,28,16,0,2,18,16,28,0,2,49641,16,49646,0,2,49639,49646,49647,0,2,3796,3807,28974,0,2,28975,3808,3742,0,2,28975,3742,29259,0,2,29259,3742,3741,0,2,28982,28976,28977,0,2,28982,28977,28978,0,2,28978,28977,28980,0,2,28978,28980,28979,0,2,28979,28980,3744,0,2,28979,28983,28978,0,2,28978,28983,28981,0,2,28978,28981,28982,0,2,3812,28982,3813,0,2,3813,28982,3820,0,2,3820,28982,28981,0,2,3820,28981,28983,0,2,28983,28984,3824,0,2,3824,3822,28983,0,2,3744,28980,3743,0,2,28980,28977,3743,0,2,3810,28976,28982,0,2,3810,28982,3811,0,2,3811,28982,3812,0,2,28985,3732,3733,0,2,3730,3732,3828,0,2,3732,28985,3828,0,2,28985,3733,3735,0,2,4794,28986,4795,0,2,4795,28986,49656,0,2,4767,49656,29994,0,2,49656,28986,29994,0,2,4794,28988,28987,0,2,28987,28988,28989,0,2,28989,28988,3851,0,2,28989,3851,29963,0,2,28989,29963,28990,0,2,28990,28991,4776,0,2,4776,28991,4775,0,2,4776,29991,28990,0,2,28990,29991,28989,0,2,28987,28989,4766,0,2,28992,4753,29131,0,2,29131,29197,30139,0,2,30139,29197,28993,0,2,30139,28993,28994,0,2,30139,28994,29211,0,2,28995,28996,28997,0,2,28997,28996,28998,0,2,28997,28998,28999,0,2,28999,28998,29213,0,2,28999,29213,29138,0,2,29138,29213,29000,0,2,29002,29000,29001,0,2,29002,29001,29003,0,2,29002,29003,29084,0,2,29003,29011,29078,0,2,29078,29011,29007,0,2,30044,29004,29005,0,2,29006,29009,4634,0,2,29006,4634,30038,0,2,29005,29004,29007,0,2,29005,29007,29011,0,2,29005,29011,29008,0,2,29005,29008,29009,0,2,29010,29009,29008,0,2,29005,29009,29006,0,2,29001,29010,29003,0,2,29003,29010,29011,0,2,29011,29010,29008,0,2,29000,29002,29138,0,2,29138,29002,29082,0,2,29138,29082,29083,0,2,29135,29063,29064,0,2,29135,29064,29065,0,2,30046,29014,29021,0,2,29021,29025,30049,0,2,30049,29025,30050,0,2,30050,29025,30051,0,2,30051,29025,29017,0,2,29017,29026,29018,0,2,29018,30026,29015,0,2,29016,30052,30051,0,2,29015,29016,29018,0,2,29018,29016,29019,0,2,29018,29019,29017,0,2,30051,29019,29016,0,2,29021,29014,29020,0,2,29021,29020,29022,0,2,29022,29023,29024,0,2,29025,29024,29026,0,2,29059,29027,29067,0,2,29071,29067,29027,0,2,29026,29027,29018,0,2,29018,29027,30072,0,2,30072,29029,29028,0,2,29028,29029,29030,0,2,29028,29030,29031,0,2,29032,29033,29034,0,2,29034,29033,30147,0,2,30147,30076,29035,0,2,29041,29036,29037,0,2,29038,29037,30074,0,2,29038,30074,30077,0,2,30184,29057,30186,0,2,30187,29039,30359,0,2,30359,29039,4702,0,2,29039,29040,4702,0,2,4702,29040,29101,0,2,29036,29041,30076,0,2,29035,29041,29042,0,2,30149,29042,29043,0,2,29043,29044,30126,0,2,30126,29044,30125,0,2,29045,30125,29044,0,2,29045,29044,29046,0,2,29038,29047,29037,0,2,29037,29047,29041,0,2,29041,29047,29042,0,2,29042,29047,29048,0,2,29042,29048,29043,0,2,29043,29048,29044,0,2,29047,29038,29048,0,2,29048,29038,29046,0,2,29048,29046,29044,0,2,29038,30077,29046,0,2,30076,29041,29035,0,2,29049,29031,29050,0,2,29049,29050,29051,0,2,29051,29050,29086,0,2,29051,29052,30075,0,2,30075,29052,29054,0,2,29054,29052,29053,0,2,29054,29053,29055,0,2,29054,29055,29036,0,2,29036,29055,29056,0,2,29056,29116,29057,0,2,29056,29057,29058,0,2,29058,29057,30184,0,2,29049,29051,29032,0,2,30072,29027,29059,0,2,30072,29059,29029,0,2,29029,29059,29060,0,2,29060,29059,29061,0,2,29060,29061,29080,0,2,29066,29062,29063,0,2,29066,29063,29083,0,2,29063,29062,29064,0,2,30045,29074,29065,0,2,29065,29074,29012,0,2,29062,29066,29080,0,2,29059,29067,29061,0,2,29061,29067,29068,0,2,29062,29070,30045,0,2,29064,29062,30045,0,2,29070,29062,29069,0,2,29069,29062,29080,0,2,29069,29080,29061,0,2,29069,29061,29068,0,2,29069,29068,29070,0,2,29070,29068,29071,0,2,29070,29071,29023,0,2,29070,29023,29072,0,2,29070,29072,30045,0,2,30045,29072,29074,0,2,29074,29072,29073,0,2,29073,29075,29074,0,2,29074,29013,29012,0,2,29014,29075,29020,0,2,29020,29072,29022,0,2,29022,29072,29023,0,2,29073,29072,29020,0,2,29020,29075,29073,0,2,29087,29077,29078,0,2,29087,29078,29007,0,2,29003,29078,29079,0,2,29079,29076,29002,0,2,29002,29076,29081,0,2,29060,29080,29081,0,2,29060,29081,29029,0,2,29029,29081,29076,0,2,29076,29079,29077,0,2,29077,29079,29078,0,2,29080,29066,29082,0,2,29083,29082,29066,0,2,29080,29082,29081,0,2,29081,29082,29002,0,2,29079,29002,29084,0,2,29079,29084,29003,0,2,29029,29085,29030,0,2,29030,29085,29050,0,2,29050,29031,29030,0,2,29029,29089,29085,0,2,29086,29088,29087,0,2,29087,29088,29077,0,2,29077,29088,29089,0,2,29077,29089,29076,0,2,29076,29089,29029,0,2,29088,29086,29085,0,2,29087,29122,29090,0,2,29094,29092,29128,0,2,29094,29128,29093,0,2,29126,4697,29093,0,2,29093,4697,29097,0,2,29093,29097,29094,0,2,29094,29096,29092,0,2,29092,29096,29095,0,2,29092,29095,29091,0,2,29091,29095,29053,0,2,29091,29053,29052,0,2,29055,29053,29095,0,2,29118,29096,29097,0,2,4697,29106,29120,0,2,29098,29103,29113,0,2,29113,29103,29099,0,2,29099,29103,29040,0,2,29040,29039,29100,0,2,29100,30186,29057,0,2,30186,29100,30187,0,2,29040,29103,29101,0,2,29109,29104,29105,0,2,29105,29104,29106,0,2,29105,29106,4696,0,2,4696,29106,4697,0,2,4696,4701,29105,0,2,29107,29108,29109,0,2,29109,29108,29102,0,2,29105,29107,29109,0,2,29109,29102,4693,0,2,29109,4693,29104,0,2,29104,4693,29103,0,2,29103,4693,29101,0,2,4701,4695,29105,0,2,29105,4695,29107,0,2,29107,29110,29108,0,2,29107,4695,29110,0,2,29106,29104,29098,0,2,29098,29104,29103,0,2,29097,29096,29094,0,2,29055,29111,29112,0,2,29112,29113,29114,0,2,29115,29114,29116,0,2,29115,29116,29056,0,2,29115,29056,29055,0,2,29113,29099,29114,0,2,29099,29117,29114,0,2,29114,29117,29116,0,2,29099,29040,29100,0,2,29099,29100,29117,0,2,29117,29100,29057,0,2,29117,29057,29116,0,2,29112,29114,29115,0,2,29115,29055,29112,0,2,29111,29096,29118,0,2,29118,29097,4697,0,2,29096,29111,29095,0,2,29055,29095,29111,0,2,29112,29111,29118,0,2,29112,29118,29119,0,2,29119,29120,29106,0,2,29106,29098,29119,0,2,29119,29098,29113,0,2,29119,29113,29112,0,2,4697,29120,29118,0,2,29120,29119,29118,0,2,29091,29052,29121,0,2,29091,29121,29090,0,2,29090,29121,29086,0,2,29086,29121,29051,0,2,29051,29121,29052,0,2,29091,29090,29092,0,2,29092,29090,29122,0,2,29092,29122,29124,0,2,29124,29123,29128,0,2,29128,29092,29124,0,2,29124,29122,29087,0,2,29128,29123,30043,0,2,29127,29126,29093,0,2,29126,29127,4698,0,2,29127,29128,30043,0,2,29128,29127,29093,0,2,29124,29087,29123,0,2,29123,29087,29007,0,2,29007,29004,29123,0,2,29004,30044,29123,0,2,29123,30044,30043,0,2,29087,29090,29086,0,2,29085,29086,29050,0,2,29026,29017,29025,0,2,29025,29021,29022,0,2,29022,29024,29025,0,2,30139,29156,29131,0,2,29159,29160,29174,0,2,29174,29160,29129,0,2,29172,29129,29130,0,2,30138,29130,29159,0,2,30138,29159,29131,0,2,29131,29156,30138,0,2,29169,30138,29132,0,2,29169,29132,29168,0,2,29168,29132,49619,0,2,29134,29135,29065,0,2,28997,28999,29137,0,2,29137,29135,29157,0,2,29157,29135,29134,0,2,29135,29137,29136,0,2,29136,29137,28999,0,2,29135,29136,29063,0,2,29063,29136,29083,0,2,29083,29136,29138,0,2,28999,29138,29136,0,2,29134,29065,29012,0,2,29134,29012,29154,0,2,29154,29012,29139,0,2,29152,29139,29140,0,2,29151,29142,29152,0,2,29152,29142,29141,0,2,29152,29141,29153,0,2,30140,29141,29142,0,2,30140,29142,29183,0,2,29142,29151,29143,0,2,49986,29144,29147,0,2,29144,29145,29146,0,2,29148,29146,29014,0,2,29014,29146,29075,0,2,29148,29147,29144,0,2,29144,29146,29148,0,2,29145,29143,29149,0,2,29143,29151,29149,0,2,29145,29149,29140,0,2,29145,29140,29146,0,2,29146,29140,29150,0,2,29012,29013,29139,0,2,29140,29139,29150,0,2,29013,29075,29150,0,2,29150,29075,29146,0,2,29149,29151,29152,0,2,29149,29152,29140,0,2,29154,29139,29153,0,2,29153,29182,29154,0,2,29134,29154,29133,0,2,29167,30140,29183,0,2,29183,29142,29143,0,2,29153,29141,29182,0,2,29182,29141,29155,0,2,29132,30138,29158,0,2,29158,29137,29157,0,2,29134,29133,29157,0,2,29157,29133,29158,0,2,29158,29133,49619,0,2,29158,49619,29132,0,2,29159,29130,29160,0,2,29160,29130,29129,0,2,29131,29159,28992,0,2,4754,28992,29179,0,2,4754,29179,4755,0,2,4754,4755,4756,0,2,29186,29196,29162,0,2,29162,29161,29175,0,2,29162,29175,29181,0,2,29163,29165,49620,0,2,49620,29165,29164,0,2,3773,29164,29165,0,2,29165,29163,29166,0,2,29169,29168,29130,0,2,29168,49619,29170,0,2,29168,29170,29130,0,2,29130,29170,29172,0,2,29167,29166,29171,0,2,29171,29166,29163,0,2,29171,29172,29167,0,2,29167,29172,29155,0,2,29170,29155,29172,0,2,29129,29172,29173,0,2,29172,29171,29173,0,2,29129,29173,29174,0,2,29174,29173,29175,0,2,29177,29175,29161,0,2,29177,29161,29178,0,2,29196,29178,29161,0,2,29196,29161,29162,0,2,29175,29177,29174,0,2,29176,29174,29177,0,2,29174,29176,29159,0,2,29159,29176,29179,0,2,29159,29179,28992,0,2,29176,29177,29179,0,2,29179,29177,4755,0,2,4755,29177,29180,0,2,29177,29178,29180,0,2,29173,29181,29175,0,2,29167,29183,29166,0,2,29173,29171,29181,0,2,29181,29171,29184,0,2,29181,29184,29185,0,2,29185,29184,3777,0,2,29162,29185,29186,0,2,29178,29196,29195,0,2,29180,29195,29187,0,2,29187,29195,29188,0,2,29187,4759,4758,0,2,29187,29188,29189,0,2,29186,29191,29196,0,2,29191,29194,29192,0,2,29189,29192,29193,0,2,29193,29192,29194,0,2,29193,29194,4761,0,2,4761,4760,29193,0,2,29189,29188,29192,0,2,29192,29188,29190,0,2,29192,29190,29191,0,2,29189,29193,4760,0,2,29272,29194,29191,0,2,29272,29191,49621,0,2,3771,49621,49622,0,2,29190,29188,29195,0,2,29190,29195,29196,0,2,29190,29196,29191,0,2,29181,29185,29162,0,2,29171,29163,29184,0,2,29178,29195,29180,0,2,4755,29180,29187,0,2,29187,4758,4755,0,2,4753,4752,29131,0,2,29131,4752,29197,0,2,28994,29215,29198,0,2,29198,29215,29207,0,2,29198,29207,29199,0,2,29199,29203,30024,0,2,30024,29203,29200,0,2,29200,29203,29209,0,2,29200,29209,30023,0,2,29202,29203,29205,0,2,29205,29203,29207,0,2,29204,29205,4630,0,2,29202,29205,29204,0,2,4630,29205,29206,0,2,29206,29207,29215,0,2,29208,29214,4750,0,2,29206,29205,29207,0,2,29207,29203,29199,0,2,29203,29202,29209,0,2,29209,29201,30023,0,2,29201,29209,4633,0,2,4633,29210,29201,0,2,28995,29211,28996,0,2,28996,29211,29212,0,2,28998,29200,29213,0,2,28994,29198,29211,0,2,29211,29198,29212,0,2,29198,29199,29212,0,2,29197,4751,29216,0,2,29216,4751,4750,0,2,29216,4750,29214,0,2,29214,29206,29215,0,2,29215,28994,28993,0,2,29215,28993,29216,0,2,29216,28993,29197,0,2,29215,29216,29214,0,2,4781,4750,4751,0,2,4751,29197,4752,0,2,29217,4748,4636,0,2,29221,29220,30377,0,2,30377,4560,4561,0,2,6153,6152,29222,0,2,29222,6152,6150,0,2,6150,5647,29222,0,2,5647,6150,5646,0,2,6154,6153,29222,0,2,5647,5666,5648,0,2,29223,5664,5662,0,2,5664,29223,5666,0,2,5666,29223,5648,0,2,1714,1715,29253,0,2,1714,29253,5655,0,2,31352,5668,31351,0,2,29226,29225,29255,0,2,29226,29255,29227,0,2,29226,29227,29228,0,2,29244,29226,29228,0,2,29244,29228,29242,0,2,29242,29229,29243,0,2,29229,1726,1725,0,2,29245,1725,29230,0,2,29245,29230,29231,0,2,29248,29231,29232,0,2,29867,29234,5566,0,2,29232,29231,29230,0,2,1725,1724,29230,0,2,29230,1724,29232,0,2,29232,1724,29233,0,2,29233,1724,29235,0,2,49436,29235,29237,0,2,49436,29237,29236,0,2,29236,29237,5564,0,2,49436,29236,5565,0,2,29233,29235,49436,0,2,29233,49436,29234,0,2,29235,1724,29238,0,2,29237,29238,29239,0,2,29240,29239,1740,0,2,1730,29239,29238,0,2,29235,29238,29237,0,2,1728,29241,1719,0,2,29241,1728,1727,0,2,29241,1727,1726,0,2,1726,29229,29241,0,2,29241,29229,1719,0,2,1719,29229,29242,0,2,1719,29242,1718,0,2,29227,1718,29228,0,2,29228,1718,29242,0,2,29244,29242,29243,0,2,29244,29243,29245,0,2,29245,29243,1725,0,2,29226,29246,29225,0,2,29225,29246,29224,0,2,29226,29244,1701,0,2,1701,29244,1694,0,2,29244,29245,1694,0,2,1694,29247,29895,0,2,1694,29245,29231,0,2,1694,29231,29247,0,2,29247,29231,29248,0,2,29248,29232,29249,0,2,29251,29249,29878,0,2,29251,29878,29250,0,2,29249,29251,29252,0,2,1696,29252,1697,0,2,1697,29252,29250,0,2,29250,29252,29251,0,2,29253,1715,29255,0,2,29255,1715,29227,0,2,29227,1715,29254,0,2,29254,1718,29227,0,2,1716,29254,1715,0,2,29253,29255,31351,0,2,29255,29225,31351,0,2,31351,29225,29224,0,2,29256,29257,29258,0,2,3744,29256,29258,0,2,29259,3741,29260,0,2,29260,3741,3839,0,2,29260,3839,3843,0,2,29260,3843,29259,0,2,29259,3843,28975,0,2,28975,3843,29261,0,2,28975,29261,3752,0,2,3840,49658,49657,0,2,3840,49657,29262,0,2,3840,29262,3841,0,2,3841,29262,4768,0,2,3762,29264,29262,0,2,29264,29263,29262,0,2,29264,29265,29263,0,2,49626,29263,29265,0,2,49626,29265,3761,0,2,3761,29265,3787,0,2,3787,29265,29266,0,2,29266,29264,29267,0,2,29264,29266,29265,0,2,3785,3787,29268,0,2,3785,29268,29269,0,2,29270,29269,29274,0,2,29274,29269,29273,0,2,29273,29995,29996,0,2,29996,29285,29271,0,2,29996,29271,3770,0,2,29996,3770,29273,0,2,29273,3770,29272,0,2,29274,29273,29275,0,2,29274,29275,29276,0,2,29279,29278,29277,0,2,29278,29279,29280,0,2,29280,29279,3792,0,2,29280,29270,29276,0,2,29276,29270,29274,0,2,29280,29276,29278,0,2,29280,3792,29281,0,2,29281,29270,29280,0,2,3793,29279,29277,0,2,29282,29277,29278,0,2,29278,29276,29282,0,2,29282,49623,29277,0,2,3771,49622,49623,0,2,29282,3771,49623,0,2,29282,29276,3771,0,2,3771,29276,29275,0,2,29272,29275,29273,0,2,3770,29271,4761,0,2,29271,29285,3769,0,2,3769,29285,29289,0,2,29289,29285,29286,0,2,29286,29287,29288,0,2,29288,29289,29286,0,2,3768,3769,29289,0,2,3768,29289,3766,0,2,3765,3766,29997,0,2,29997,3766,29288,0,2,29288,3766,29289,0,2,3785,29269,29290,0,2,29290,29269,29281,0,2,29281,29269,29270,0,2,29291,3682,3746,0,2,3823,3822,3826,0,2,29293,29292,29294,0,2,29294,29295,29300,0,2,29300,29295,29296,0,2,29296,29295,29937,0,2,29296,29297,4797,0,2,29297,29296,3724,0,2,3724,29296,3723,0,2,29296,29937,3723,0,2,3723,29937,29936,0,2,3723,29936,3722,0,2,3722,29936,29298,0,2,29299,29298,29936,0,2,29299,29936,3719,0,2,29299,3719,3720,0,2,3720,3721,29299,0,2,29294,29300,29293,0,2,4800,29293,29301,0,2,29293,4800,29292,0,2,4800,3818,29292,0,2,29303,29293,29302,0,2,29303,29302,4799,0,2,4799,29302,4797,0,2,4799,4797,4798,0,2,29301,29303,29304,0,2,29304,29303,4799,0,2,29293,29300,29302,0,2,4797,29302,29296,0,2,4798,29305,29304,0,2,29304,3830,3831,0,2,3830,29304,29305,0,2,3830,29305,3829,0,2,3829,29305,29306,0,2,3829,29306,3728,0,2,3728,3844,3829,0,2,29297,29307,4797,0,2,4797,29307,4798,0,2,4798,29307,29305,0,2,3738,3836,29308,0,2,3738,3736,3836,0,2,3738,29308,3739,0,2,3739,29308,3740,0,2,3838,3839,29308,0,2,29308,3839,3740,0,2,3839,3741,3740,0,2,3814,3815,3832,0,2,3832,3815,3831,0,2,3831,3815,3816,0,2,29309,4801,29295,0,2,29295,4801,29310,0,2,29310,3719,29936,0,2,3719,29310,3718,0,2,3718,29310,3717,0,2,4801,3717,29310,0,2,29292,29309,29294,0,2,3718,29321,3720,0,2,3720,29321,29311,0,2,29311,29313,49638,0,2,49638,29313,29312,0,2,29312,29313,29315,0,2,29312,29315,5540,0,2,5540,29315,5541,0,2,5541,29315,5349,0,2,5349,29315,3709,0,2,3709,29315,29314,0,2,29322,29313,29311,0,2,29313,29314,29315,0,2,29311,49638,29316,0,2,29311,29316,3720,0,2,3718,29317,29318,0,2,29318,29317,3691,0,2,29317,3718,3716,0,2,29317,3716,29319,0,2,29317,29319,3691,0,2,3691,29319,29320,0,2,29320,29319,3689,0,2,29321,3718,29318,0,2,29311,29321,29322,0,2,29322,3694,29313,0,2,29313,3694,3696,0,2,29313,3696,29314,0,2,29314,3696,3709,0,2,3691,3690,29323,0,2,29323,3690,4830,0,2,3691,29323,3692,0,2,3692,29323,29324,0,2,3696,29325,3708,0,2,3708,29325,29326,0,2,3708,29326,3697,0,2,3697,29326,3698,0,2,3698,29327,3699,0,2,4824,3699,29332,0,2,29327,3698,29326,0,2,29325,29328,29330,0,2,29330,29328,29329,0,2,29328,29324,29329,0,2,29329,29324,4830,0,2,4830,29324,29323,0,2,29325,3696,3695,0,2,29325,3695,29328,0,2,29328,3695,29324,0,2,29324,3695,3693,0,2,29330,29331,29326,0,2,29326,29331,29327,0,2,29326,29325,29330,0,2,29327,29331,29332,0,2,29327,29332,3699,0,2,1794,1793,5350,0,2,1792,5350,1793,0,2,29333,5332,29746,0,2,5268,5331,5250,0,2,29334,1804,3704,0,2,29334,3704,29335,0,2,29335,29355,3668,0,2,3668,29355,29336,0,2,3668,29336,3667,0,2,3667,29336,3666,0,2,29337,3666,29339,0,2,29337,29339,29338,0,2,29338,29339,29340,0,2,29340,29339,29356,0,2,29340,29356,4824,0,2,29338,29340,29362,0,2,29362,29340,29332,0,2,29362,29332,29363,0,2,29363,29332,29341,0,2,29341,29342,29343,0,2,29343,29342,4823,0,2,4823,29342,29330,0,2,29330,29342,29341,0,2,29332,29340,4824,0,2,3665,29344,29348,0,2,29348,29344,29345,0,2,29345,29344,29346,0,2,29346,29364,29373,0,2,29373,29364,29347,0,2,29373,29347,4836,0,2,4836,29347,4829,0,2,3666,29337,29344,0,2,29344,29337,29346,0,2,3665,29348,3664,0,2,29348,29349,3664,0,2,3664,29349,29350,0,2,3663,29350,29351,0,2,29352,4834,29351,0,2,29351,4834,3661,0,2,29351,3661,3663,0,2,3661,3662,3663,0,2,29350,3663,3664,0,2,29351,29350,29371,0,2,3668,3669,29335,0,2,29335,3669,29334,0,2,29334,3669,29358,0,2,29358,3669,29357,0,2,29357,3671,29353,0,2,29353,3671,3672,0,2,29335,3704,29354,0,2,29335,29354,29355,0,2,29336,29355,3666,0,2,29339,3666,29355,0,2,29339,29355,29356,0,2,29356,29355,3702,0,2,4824,29356,3702,0,2,29334,29358,1806,0,2,1806,29358,1807,0,2,1807,29358,29357,0,2,1807,29357,29359,0,2,1807,29359,1809,0,2,1809,29359,29360,0,2,1809,29360,3673,0,2,3673,29360,29361,0,2,29364,29343,29347,0,2,29347,29343,29365,0,2,29347,29365,4829,0,2,4829,29365,4821,0,2,4821,29365,4830,0,2,29365,29343,4823,0,2,29343,29364,29341,0,2,29341,29364,29363,0,2,29364,29346,29363,0,2,29363,29346,29362,0,2,29362,29346,29337,0,2,29362,29337,29338,0,2,4820,29366,29367,0,2,29320,29366,4822,0,2,29320,4822,3690,0,2,3690,4822,4830,0,2,3655,29368,4847,0,2,4847,29368,3657,0,2,4847,3657,4849,0,2,4849,3657,27,0,2,29369,4807,4825,0,2,4814,29369,4818,0,2,4838,29370,3676,0,2,3676,29370,4815,0,2,29370,4825,4815,0,2,4815,4825,4807,0,2,29372,29352,29371,0,2,29371,29352,29351,0,2,29349,29371,29350,0,2,29372,29349,29373,0,2,29373,29345,29346,0,2,29373,29349,29345,0,2,29348,29345,29349,0,2,1778,1779,29374,0,2,1778,29374,1777,0,2,29374,1779,1780,0,2,29374,1780,1781,0,2,1781,29375,29374,0,2,1777,29374,29375,0,2,3714,3689,29319,0,2,3714,29319,3716,0,2,29321,29318,29376,0,2,29376,3692,3693,0,2,3693,3694,29376,0,2,29376,3694,29322,0,2,29376,29322,29321,0,2,3692,29376,3691,0,2,3691,29376,29318,0,2,5259,5252,5265,0,2,5259,5265,29377,0,2,29377,5266,5263,0,2,3706,3705,29378,0,2,29378,29380,1799,0,2,1799,29380,1800,0,2,1800,29380,29381,0,2,1803,1802,3703,0,2,3703,1802,3701,0,2,3701,29379,3700,0,2,3705,3698,29379,0,2,3705,29379,29378,0,2,29378,29379,29380,0,2,29381,3701,1802,0,2,3701,29381,29380,0,2,3701,29380,29379,0,2,29378,1799,1798,0,2,29378,1798,3706,0,2,49638,29312,49637,0,2,49637,29312,5539,0,2,5341,29386,29382,0,2,29382,29384,29383,0,2,29383,29384,5347,0,2,5347,29384,1784,0,2,1784,29384,5343,0,2,5343,29384,5344,0,2,5344,29384,29385,0,2,5334,29385,29386,0,2,29386,29385,29382,0,2,29385,5334,5346,0,2,29385,5346,5344,0,2,5347,5342,29383,0,2,29383,5342,29382,0,2,5341,5340,29386,0,2,5068,5293,5295,0,2,4824,3700,3699,0,2,1881,2827,49965,0,2,49965,2827,29387,0,2,2820,29387,2826,0,2,1881,49965,29389,0,2,4962,49964,29396,0,2,29396,29390,49459,0,2,29390,29393,4938,0,2,4938,29393,29391,0,2,4937,4944,29391,0,2,29391,4944,4938,0,2,4938,4939,29390,0,2,29393,29390,29392,0,2,29393,29392,29388,0,2,29388,29392,29387,0,2,29387,29392,49965,0,2,29393,29388,2820,0,2,2820,29388,29387,0,2,29391,29393,29394,0,2,29391,29394,4937,0,2,4937,29394,4936,0,2,4936,29394,4935,0,2,4935,29394,2819,0,2,2819,29394,2820,0,2,4962,29396,4961,0,2,4961,29396,29395,0,2,4961,29395,1885,0,2,1885,1882,4961,0,2,1890,29397,4941,0,2,1890,4941,1889,0,2,29398,29399,2803,0,2,29398,29400,4915,0,2,1815,4975,4991,0,2,1815,1813,4975,0,2,29401,29402,29403,0,2,29403,29402,29405,0,2,29403,29405,1891,0,2,4956,1891,29404,0,2,29404,29405,29406,0,2,1884,29406,1883,0,2,1883,29406,4960,0,2,4960,29402,29401,0,2,4960,29401,1849,0,2,1849,29401,1848,0,2,29406,29405,4960,0,2,4960,29405,29402,0,2,29405,29404,1891,0,2,1891,1892,29403,0,2,29403,1892,29412,0,2,29412,29410,29407,0,2,29408,29407,1846,0,2,1846,29407,1845,0,2,1845,29407,29409,0,2,1893,29410,29412,0,2,1841,29409,29410,0,2,29407,29410,29409,0,2,1845,29409,1843,0,2,1843,29409,1841,0,2,1833,1841,29411,0,2,49304,29411,1893,0,2,1841,29410,29411,0,2,29411,29410,1893,0,2,1893,29412,1892,0,2,29403,29412,29401,0,2,29401,29412,29408,0,2,29408,29412,29407,0,2,29425,29413,29748,0,2,29425,29748,29426,0,2,29426,29748,29414,0,2,29426,29414,29415,0,2,29415,29414,29416,0,2,5273,29417,5275,0,2,5273,5272,29417,0,2,29417,5272,29416,0,2,29419,5249,29418,0,2,29419,29418,5029,0,2,5029,29418,29423,0,2,5028,29423,5270,0,2,5270,29423,29420,0,2,5270,29420,29421,0,2,49263,29421,29415,0,2,49263,29415,29416,0,2,5270,29421,29422,0,2,29422,29421,49263,0,2,5270,29422,49262,0,2,5029,5030,29419,0,2,29419,5030,5248,0,2,29419,5248,5249,0,2,5249,29413,29418,0,2,29420,29423,29418,0,2,29420,29418,29424,0,2,29424,29418,29413,0,2,29420,29424,29425,0,2,29426,29415,29421,0,2,29426,29421,29425,0,2,29425,29421,29420,0,2,29413,29425,29424,0,2,5025,5024,5307,0,2,5307,5024,5309,0,2,5025,5307,5100,0,2,5304,5303,38197,0,2,29510,38197,38196,0,2,38196,5316,29839,0,2,29514,29427,29428,0,2,29430,29429,29431,0,2,29527,29431,29432,0,2,29602,29601,29435,0,2,29800,29435,49318,0,2,29800,49318,5103,0,2,5107,29436,29438,0,2,29436,29437,29438,0,2,29436,5102,5103,0,2,29508,49440,29439,0,2,29508,29439,29509,0,2,29509,29439,38193,0,2,29509,38193,29638,0,2,29638,29440,29441,0,2,49243,29441,49244,0,2,49243,49244,37887,0,2,29443,29442,29444,0,2,29443,29444,29445,0,2,29443,29445,29446,0,2,38241,37889,29457,0,2,38241,29457,29449,0,2,29449,29457,29448,0,2,29448,29459,29450,0,2,38275,38236,29451,0,2,2293,29451,29452,0,2,2293,29452,29456,0,2,29453,29474,29454,0,2,29454,29474,29472,0,2,29454,29472,29473,0,2,29454,29473,2290,0,2,2290,29473,2289,0,2,2289,29473,29455,0,2,29455,2512,2289,0,2,2289,2512,2508,0,2,29453,29454,29456,0,2,29454,2291,29456,0,2,2293,29456,2292,0,2,2292,29456,2291,0,2,29447,29446,37889,0,2,37889,29446,29457,0,2,29448,29458,29459,0,2,29459,37884,29460,0,2,29459,29460,29461,0,2,29459,29461,29450,0,2,38235,29461,29504,0,2,38235,29504,29462,0,2,29462,29504,29463,0,2,29462,29463,29505,0,2,29462,29505,29464,0,2,38302,29464,29465,0,2,29465,29466,29467,0,2,29467,29466,38114,0,2,29482,29468,29469,0,2,38232,29469,29481,0,2,38232,29481,29480,0,2,29470,1986,29471,0,2,29472,29471,29473,0,2,29472,29474,29471,0,2,29471,29474,38110,0,2,38110,29474,29475,0,2,38110,29475,38239,0,2,38239,29475,29476,0,2,38238,29478,29476,0,2,29479,29476,29475,0,2,29476,29478,29477,0,2,29474,29453,29475,0,2,29475,29453,29479,0,2,29455,29473,2645,0,2,2645,29473,1987,0,2,1987,29473,1986,0,2,29471,1986,29473,0,2,1986,29470,1985,0,2,1985,29470,29480,0,2,29480,29481,1984,0,2,1984,29481,29469,0,2,1984,29469,2003,0,2,1984,1985,29480,0,2,29469,38232,29482,0,2,38114,29482,29467,0,2,38114,29468,29482,0,2,29461,29460,29504,0,2,29504,29460,37884,0,2,29483,37884,29486,0,2,29486,37884,29458,0,2,29458,29446,29485,0,2,29485,29446,29445,0,2,29445,29444,29484,0,2,38190,29442,38191,0,2,38305,38191,49244,0,2,49244,38191,37887,0,2,29442,37887,38191,0,2,29459,29458,37884,0,2,29448,29457,29458,0,2,29458,29457,29446,0,2,29458,29485,29486,0,2,29483,29486,29487,0,2,29483,29487,29505,0,2,29487,29488,29466,0,2,29466,29488,29490,0,2,29490,29488,29489,0,2,29490,29489,38116,0,2,29491,38217,38119,0,2,38119,38217,29492,0,2,38159,29493,38221,0,2,38159,38221,38224,0,2,38159,38224,29494,0,2,29496,29495,38223,0,2,38223,29497,38167,0,2,38167,29497,38187,0,2,38186,29498,29499,0,2,38186,29499,38167,0,2,29503,29500,29501,0,2,29501,29502,5322,0,2,5322,29502,49440,0,2,5321,29500,29503,0,2,38120,29492,29493,0,2,29492,38217,29493,0,2,37884,29483,29504,0,2,29504,29483,29463,0,2,29463,29483,29505,0,2,29486,29485,29506,0,2,29506,29507,38303,0,2,29445,29484,29485,0,2,29485,29484,29507,0,2,29485,29507,29506,0,2,29638,38193,29440,0,2,49440,29508,29428,0,2,29428,29508,29429,0,2,29429,29508,29509,0,2,29429,29509,29637,0,2,29637,29509,29638,0,2,5304,38197,29810,0,2,29810,38197,29510,0,2,29510,38196,29839,0,2,29837,29512,29513,0,2,29513,29515,29838,0,2,29515,29513,29514,0,2,29512,29514,29513,0,2,29511,29427,29514,0,2,29511,29514,29512,0,2,29514,29528,29515,0,2,29515,29528,29516,0,2,29517,29526,49246,0,2,29517,49246,29518,0,2,29833,29529,29519,0,2,29519,29520,29521,0,2,29521,29520,29522,0,2,29522,29520,29523,0,2,29522,29523,29524,0,2,29812,29524,29523,0,2,29525,29523,49246,0,2,29526,29517,29432,0,2,29432,29517,29527,0,2,29517,29516,29527,0,2,29431,29527,29430,0,2,29430,29528,29429,0,2,29429,29528,29428,0,2,29527,29516,29430,0,2,29516,29528,29430,0,2,29528,29514,29428,0,2,29525,49246,29526,0,2,29523,29520,49246,0,2,29518,29529,29530,0,2,29530,29529,29838,0,2,29530,29838,29515,0,2,29529,29834,29838,0,2,29530,29516,29518,0,2,29518,29516,29517,0,2,29516,29530,29515,0,2,4955,29531,29535,0,2,29535,29531,29532,0,2,29532,29531,4953,0,2,4953,2790,29532,0,2,29532,2790,29533,0,2,29533,2789,29534,0,2,29534,2730,29535,0,2,29535,2730,4955,0,2,29533,29534,29532,0,2,29532,29534,29535,0,2,49456,2786,29536,0,2,29536,38484,3088,0,2,29536,2732,38484,0,2,1937,1938,38482,0,2,1964,29553,29537,0,2,29537,29553,1963,0,2,29537,1963,29538,0,2,29538,2650,38482,0,2,38482,2650,29539,0,2,38482,29539,1937,0,2,1937,29539,1936,0,2,1936,29539,1935,0,2,1935,29539,2651,0,2,2651,29539,2650,0,2,29551,1964,2021,0,2,2021,1964,29540,0,2,29540,38474,29541,0,2,29542,38478,2049,0,2,2049,38478,29544,0,2,29544,38478,29543,0,2,29544,29543,3158,0,2,29542,2050,29545,0,2,29546,29547,29548,0,2,29547,29546,29545,0,2,29548,2051,29546,0,2,29546,29540,29545,0,2,29545,29540,29541,0,2,29545,29541,29542,0,2,29540,29546,2021,0,2,29540,1964,38474,0,2,29549,38474,1964,0,2,29549,1964,29537,0,2,29551,2021,29550,0,2,2020,29550,2021,0,2,1965,29551,2019,0,2,1965,2019,1966,0,2,1966,2019,2064,0,2,29550,2019,29551,0,2,29553,29552,2653,0,2,2657,29552,1967,0,2,2657,1968,2654,0,2,2654,1968,29554,0,2,29554,1968,1969,0,2,1968,2657,1967,0,2,29552,1966,1967,0,2,1966,29552,1965,0,2,1965,29552,29553,0,2,29553,2649,1965,0,2,38231,2655,2656,0,2,38231,2656,2654,0,2,29555,29559,38230,0,2,38230,29559,29556,0,2,1972,29558,29560,0,2,29555,1971,29559,0,2,2016,1972,29559,0,2,29559,29560,29556,0,2,29556,29560,29557,0,2,29558,29557,29560,0,2,2016,29559,1971,0,2,1971,29555,2017,0,2,2017,29555,29554,0,2,29562,29561,29556,0,2,29562,29556,49451,0,2,1976,49451,1974,0,2,29562,1977,29561,0,2,1959,1977,1958,0,2,29561,1977,38231,0,2,38231,1977,2655,0,2,29563,29566,49453,0,2,29563,49453,1978,0,2,29566,1976,29564,0,2,29565,1975,2000,0,2,1976,1975,29564,0,2,29564,1975,29565,0,2,29565,1981,29564,0,2,29564,1981,29566,0,2,29566,1981,29567,0,2,29566,29567,49452,0,2,49452,29567,1980,0,2,29568,29569,29570,0,2,29570,29569,5026,0,2,5026,29569,5276,0,2,5276,29569,5027,0,2,5027,29569,29568,0,2,29570,5026,29571,0,2,29576,29582,29586,0,2,29576,29586,5290,0,2,29576,5290,29575,0,2,29575,5290,5281,0,2,29575,5281,5280,0,2,29575,5280,29572,0,2,29575,29572,29573,0,2,29573,29572,29574,0,2,29572,5280,5279,0,2,29582,29576,29571,0,2,29576,29575,29571,0,2,29571,29575,29573,0,2,29570,29573,29568,0,2,29568,29573,29574,0,2,5289,5281,5290,0,2,5026,5099,29571,0,2,29571,5099,29580,0,2,29580,29579,29581,0,2,29581,29577,29583,0,2,29584,29583,29578,0,2,5095,29578,5096,0,2,29578,29577,5097,0,2,5098,29577,29581,0,2,5098,29581,29579,0,2,5099,29818,29580,0,2,29580,29818,29816,0,2,29580,29816,29579,0,2,29583,29577,29578,0,2,29582,29571,29580,0,2,29582,29580,29581,0,2,29582,29581,29583,0,2,29586,29582,29583,0,2,29586,29583,29584,0,2,29584,29585,5073,0,2,5093,29585,5095,0,2,5074,5093,5091,0,2,5095,29585,29578,0,2,29578,29585,29584,0,2,5073,29586,29584,0,2,5278,29574,29572,0,2,29572,5279,5278,0,2,29588,5114,5119,0,2,29588,5119,29590,0,2,29590,5119,29594,0,2,29589,29588,29590,0,2,29589,29590,49320,0,2,49320,29590,5120,0,2,5120,29743,49322,0,2,49323,29739,49321,0,2,49321,29739,29592,0,2,49321,29592,5113,0,2,5120,29605,29743,0,2,29593,29594,29597,0,2,29597,29594,49314,0,2,49314,29594,5119,0,2,49314,5119,49316,0,2,49316,5119,5118,0,2,29593,29595,29590,0,2,29590,29595,29605,0,2,29596,29593,29597,0,2,29596,29597,29598,0,2,29599,29598,29820,0,2,29630,49313,29601,0,2,29601,49313,29819,0,2,29601,29819,29435,0,2,29601,29602,29630,0,2,29603,29595,29596,0,2,29604,29603,5126,0,2,29603,29604,5121,0,2,29603,5121,29605,0,2,29603,29605,29595,0,2,29596,29595,29593,0,2,5126,29603,5125,0,2,29628,5125,29599,0,2,29598,29599,29596,0,2,29599,5125,29596,0,2,5125,29628,5124,0,2,29603,29596,5125,0,2,29606,49337,29741,0,2,29741,49337,29607,0,2,6543,49337,29608,0,2,29608,49338,29609,0,2,29609,49338,49339,0,2,29609,49339,29613,0,2,29609,49420,6588,0,2,29610,49419,29611,0,2,29693,29729,29617,0,2,29617,29729,29692,0,2,29613,29614,29615,0,2,29615,29614,29616,0,2,29617,29616,29618,0,2,29619,29618,29620,0,2,29620,29624,29621,0,2,29621,29624,29622,0,2,29621,29622,29651,0,2,29622,29625,29718,0,2,29718,29625,29717,0,2,29715,29625,29623,0,2,29625,29622,29624,0,2,29623,29625,29624,0,2,29620,29618,29727,0,2,29620,29727,49311,0,2,29599,29627,29628,0,2,29627,29599,29820,0,2,29716,29820,29629,0,2,29631,29629,29632,0,2,29632,29629,29434,0,2,29434,29629,29630,0,2,29434,29630,29602,0,2,29630,29629,29600,0,2,29600,29629,29820,0,2,29627,29820,29716,0,2,29716,29629,29631,0,2,49966,29433,29633,0,2,29724,29633,29634,0,2,29634,29635,29636,0,2,29636,29635,29637,0,2,29637,29638,29725,0,2,29725,29638,37913,0,2,29720,29639,29680,0,2,29649,29720,29640,0,2,29641,29679,29642,0,2,29642,29676,29643,0,2,29645,29643,29644,0,2,29645,29646,29665,0,2,29665,37914,29647,0,2,29665,29647,29648,0,2,29649,29648,29650,0,2,29710,49215,29622,0,2,29622,49215,49214,0,2,29622,49214,29651,0,2,29621,29651,29620,0,2,29620,29651,29619,0,2,29681,29619,49214,0,2,29681,49214,29694,0,2,29694,49214,29652,0,2,29694,29652,29653,0,2,29655,29654,29656,0,2,29657,49216,37921,0,2,37921,49216,29658,0,2,29658,29660,29659,0,2,37918,29659,6434,0,2,29661,29660,29658,0,2,29661,29658,49216,0,2,37922,29709,29655,0,2,29655,29709,29662,0,2,29655,29662,29654,0,2,37922,29655,29656,0,2,29656,38374,29657,0,2,29657,38374,38375,0,2,29657,38375,29663,0,2,29657,29663,49216,0,2,49216,29663,29667,0,2,29667,29663,29666,0,2,29664,38376,37914,0,2,49215,29710,29650,0,2,49215,29650,29647,0,2,29647,29650,29648,0,2,37914,29665,29664,0,2,29666,29665,29646,0,2,29666,29646,29667,0,2,29667,29646,49194,0,2,49194,29646,49218,0,2,29668,29644,29669,0,2,29668,29669,29670,0,2,29670,29669,29671,0,2,29670,29671,37908,0,2,37908,29671,37911,0,2,37911,29671,37912,0,2,37911,37912,29672,0,2,37910,29672,29673,0,2,37887,29675,49243,0,2,29671,29669,29676,0,2,29671,29676,29642,0,2,29671,29642,37912,0,2,37912,29642,29677,0,2,37912,29677,29678,0,2,29679,29640,29680,0,2,29720,29680,29640,0,2,29679,29678,29677,0,2,29679,29677,29642,0,2,29646,29645,49218,0,2,49218,29645,29644,0,2,29665,29666,29664,0,2,29663,29664,29666,0,2,29618,29619,29681,0,2,29618,29681,29682,0,2,29695,29684,29693,0,2,49209,49241,29687,0,2,29688,49172,29689,0,2,29689,49172,29690,0,2,29690,49204,49148,0,2,49148,49204,49147,0,2,49147,49204,6359,0,2,29693,29684,29612,0,2,29612,49421,49212,0,2,29612,49212,29611,0,2,29611,49212,6542,0,2,29611,6542,29610,0,2,29618,29682,29617,0,2,29615,29691,29692,0,2,29692,29691,29617,0,2,29695,29693,29683,0,2,29683,29693,29617,0,2,29683,29617,29682,0,2,29615,29616,29691,0,2,29691,29616,29617,0,2,29681,29694,29682,0,2,29682,29694,29683,0,2,29683,29694,29695,0,2,29695,29697,29698,0,2,29698,29662,29699,0,2,29696,29699,29662,0,2,29696,29662,29708,0,2,29708,29662,29709,0,2,29654,29662,29698,0,2,29654,29698,29697,0,2,29653,38373,29697,0,2,29697,38373,29654,0,2,29695,29698,29699,0,2,29706,29701,29702,0,2,29702,49166,29703,0,2,29707,29703,29685,0,2,29702,29703,29704,0,2,29706,29704,29699,0,2,29706,29699,29700,0,2,29699,29705,29695,0,2,29695,29705,29684,0,2,29705,29707,49421,0,2,49421,29684,29705,0,2,29699,29704,29705,0,2,29702,29704,29706,0,2,29703,29707,29704,0,2,29685,49421,29707,0,2,29705,29704,29707,0,2,29699,29696,29700,0,2,29700,29696,37915,0,2,29700,37915,29701,0,2,29723,29711,29712,0,2,29713,29712,29714,0,2,29715,29623,29626,0,2,29714,29715,29716,0,2,29714,29716,29631,0,2,29627,29716,29626,0,2,29626,29716,29715,0,2,29625,29715,29717,0,2,29718,29717,29711,0,2,29711,29717,29712,0,2,29712,29717,29714,0,2,29714,29717,29715,0,2,29622,29718,29710,0,2,29650,29710,29719,0,2,29720,29719,29721,0,2,29637,29725,29722,0,2,29722,29719,29711,0,2,29722,29711,29723,0,2,29723,29636,29722,0,2,29722,29636,29637,0,2,29636,29723,29634,0,2,29634,29723,29724,0,2,29723,29712,29724,0,2,29724,29712,29713,0,2,29724,29713,29632,0,2,29724,29632,49966,0,2,49966,29633,29724,0,2,29632,29713,29631,0,2,29722,29725,29721,0,2,29722,29721,29719,0,2,29711,29719,29718,0,2,29718,29719,29710,0,2,29645,29665,29643,0,2,29679,29641,29640,0,2,29640,29641,29648,0,2,29640,29648,29649,0,2,29650,29719,29649,0,2,29649,29719,29720,0,2,29720,29721,29639,0,2,29639,29721,37913,0,2,37913,29721,29725,0,2,29429,29637,29635,0,2,29429,29635,29431,0,2,29431,29633,29432,0,2,29432,29633,29433,0,2,29633,29431,29635,0,2,29633,29635,29634,0,2,29632,29434,49966,0,2,29623,29624,49311,0,2,29616,29614,29726,0,2,29726,29727,29616,0,2,29616,29727,29618,0,2,29727,29726,49310,0,2,29612,29611,29729,0,2,29729,49419,29692,0,2,29612,29729,29693,0,2,29729,29611,49419,0,2,29609,49370,29608,0,2,49370,6543,29608,0,2,49337,6543,29607,0,2,6543,29735,29607,0,2,6543,6544,29735,0,2,29734,6544,29730,0,2,29734,29730,29731,0,2,29732,29731,6547,0,2,29732,6547,49332,0,2,29732,49332,6550,0,2,29732,29733,29737,0,2,49343,29734,29736,0,2,29737,29733,29738,0,2,6549,29592,29738,0,2,29738,29592,29739,0,2,29738,29739,29740,0,2,29737,29740,29736,0,2,29740,29737,29738,0,2,6549,29738,29733,0,2,6550,29733,29732,0,2,29734,29737,29736,0,2,6544,29734,29735,0,2,29735,29734,49343,0,2,29732,29737,29731,0,2,29734,29731,29737,0,2,6547,29731,29730,0,2,5122,49337,29604,0,2,29604,49337,29606,0,2,29606,29741,29742,0,2,29606,29742,5121,0,2,5121,29742,29743,0,2,29742,49342,49322,0,2,49322,49342,29591,0,2,49322,29743,29742,0,2,29744,5010,1820,0,2,29748,29413,5012,0,2,5012,29413,29745,0,2,5012,29745,5011,0,2,29745,29413,5249,0,2,29745,5249,29746,0,2,29745,29746,29747,0,2,29747,29746,5250,0,2,5011,29745,29747,0,2,5012,49269,29748,0,2,29748,49269,5013,0,2,29750,29416,29414,0,2,29750,29414,5013,0,2,5013,29414,29748,0,2,5013,5014,29750,0,2,29750,5014,5016,0,2,29749,29751,5275,0,2,5275,29417,29749,0,2,29749,29417,29416,0,2,29749,29416,29750,0,2,29750,5016,29749,0,2,5275,29751,5018,0,2,5016,5017,29751,0,2,29751,5017,5018,0,2,29751,29749,5016,0,2,5288,5301,29752,0,2,29752,5281,5287,0,2,29752,5287,5288,0,2,5279,5301,5277,0,2,5288,5287,29933,0,2,29933,5287,5282,0,2,5282,5284,29935,0,2,29935,5284,5285,0,2,29935,5285,5286,0,2,5070,5071,29755,0,2,5076,29753,5136,0,2,5070,5072,5071,0,2,5071,29754,29755,0,2,5071,5137,29754,0,2,5136,29753,29754,0,2,5137,29757,5075,0,2,29756,29587,29757,0,2,5075,29757,29758,0,2,5090,29758,5074,0,2,5073,5074,29587,0,2,29587,29758,29757,0,2,5074,29758,29587,0,2,5137,5071,29757,0,2,29756,29757,29759,0,2,29759,29757,5071,0,2,5149,5079,29763,0,2,29763,5079,29765,0,2,29763,29765,5179,0,2,5179,29765,5180,0,2,5180,29765,29760,0,2,5180,29760,5187,0,2,5187,29760,5181,0,2,5182,5181,5082,0,2,29760,29767,5181,0,2,5082,5181,29767,0,2,5182,5082,5183,0,2,5183,5082,29761,0,2,5084,29762,5147,0,2,5147,29762,29761,0,2,5147,29761,5083,0,2,5083,29761,5082,0,2,29763,5178,29764,0,2,29763,29764,5149,0,2,29765,29766,29767,0,2,29765,29767,29760,0,2,5080,29767,29766,0,2,29775,29772,29774,0,2,29786,29769,6542,0,2,6542,29769,29770,0,2,6542,29770,29610,0,2,29771,29770,29774,0,2,29771,29774,29772,0,2,29772,6557,29773,0,2,29771,29773,6553,0,2,29771,29772,29773,0,2,29774,29770,29769,0,2,29769,29768,29774,0,2,29775,29774,6583,0,2,29775,6583,29776,0,2,6558,29776,6559,0,2,6583,6582,29776,0,2,6559,29776,49364,0,2,29776,6558,29775,0,2,6583,29790,6582,0,2,6582,29790,29792,0,2,29792,29790,29789,0,2,29792,29789,29777,0,2,29778,29777,29789,0,2,29779,29778,29782,0,2,29779,29782,29781,0,2,29795,29780,6578,0,2,29780,6577,6571,0,2,6571,6578,29780,0,2,29780,29781,6577,0,2,29782,29783,49207,0,2,49207,29783,49372,0,2,29782,29778,29783,0,2,29785,29786,49371,0,2,49371,29786,6541,0,2,29787,29788,29790,0,2,6583,29768,29790,0,2,29790,29768,29787,0,2,29786,29785,29787,0,2,29787,29785,29788,0,2,29789,29783,29778,0,2,29789,29790,29788,0,2,29783,29789,29784,0,2,29784,29789,29788,0,2,29784,29788,29785,0,2,6581,6582,6566,0,2,6581,6566,29791,0,2,6566,29792,29777,0,2,6582,29792,6566,0,2,6567,29793,6568,0,2,6581,29791,6580,0,2,29778,29794,6569,0,2,6569,29794,29795,0,2,29778,29779,29794,0,2,29794,29779,29781,0,2,29794,29781,29795,0,2,29795,29781,29780,0,2,6735,6668,6570,0,2,6570,6668,6568,0,2,6663,29798,29799,0,2,29796,29799,29797,0,2,29797,6749,29796,0,2,29800,5104,29802,0,2,29800,29802,29801,0,2,29435,29801,49307,0,2,29435,49307,29602,0,2,29800,29801,29435,0,2,5104,5096,29802,0,2,29802,29805,29803,0,2,29804,29812,29525,0,2,29802,29803,29801,0,2,29801,29803,49307,0,2,5096,5097,29802,0,2,29802,5097,29805,0,2,29805,5098,29806,0,2,29524,29812,29815,0,2,29522,29524,29814,0,2,29522,29814,29807,0,2,29807,5310,29808,0,2,29808,29809,29835,0,2,29835,29809,29810,0,2,29811,29810,29510,0,2,29839,29811,29510,0,2,5308,5304,5312,0,2,5312,5304,29809,0,2,5304,29810,29809,0,2,5310,29807,29814,0,2,5310,29814,5305,0,2,29806,29812,29804,0,2,29806,29804,29805,0,2,29812,29523,29525,0,2,29805,5097,5098,0,2,5098,29813,29806,0,2,29806,29813,29815,0,2,29814,29815,29817,0,2,29817,29815,29816,0,2,29816,29815,29813,0,2,5311,29817,29816,0,2,5311,29818,5100,0,2,5311,5100,5307,0,2,5307,5306,5311,0,2,5100,29818,5099,0,2,29818,5311,29816,0,2,29814,29524,29815,0,2,29815,29812,29806,0,2,49315,29600,29598,0,2,29598,29597,49314,0,2,49313,29630,49315,0,2,49315,29630,29600,0,2,29600,29820,29598,0,2,49318,29435,29819,0,2,49318,29821,5103,0,2,5103,29821,29436,0,2,29436,29821,29437,0,2,5139,5144,5138,0,2,5150,5148,5080,0,2,5080,5148,5081,0,2,5081,29822,5083,0,2,29822,5147,5083,0,2,49347,29823,5159,0,2,5159,29823,5158,0,2,29823,29831,5158,0,2,5166,29824,29830,0,2,5172,29830,29825,0,2,5172,29825,29826,0,2,29826,29825,29827,0,2,29826,29827,29828,0,2,29828,29827,49351,0,2,49351,29827,29829,0,2,49350,29829,49346,0,2,49345,29830,29824,0,2,29830,49346,29825,0,2,29825,49346,29829,0,2,29825,29829,29827,0,2,5172,29826,5168,0,2,29823,29824,29831,0,2,5155,29831,29824,0,2,5243,5063,49439,0,2,5243,49439,29832,0,2,5048,49439,5222,0,2,5048,5047,49439,0,2,49439,5047,29832,0,2,5243,29832,5242,0,2,5242,29832,5046,0,2,5048,5222,6686,0,2,5048,6686,5049,0,2,5222,5221,6686,0,2,6686,5221,5220,0,2,5232,5218,5219,0,2,5222,49439,5223,0,2,5223,5063,5230,0,2,5064,5063,5243,0,2,29835,29833,29808,0,2,29808,29521,29807,0,2,29807,29521,29522,0,2,29808,29833,29521,0,2,29834,29836,29838,0,2,29811,29835,29810,0,2,29833,29835,29834,0,2,29836,29834,29835,0,2,29836,29835,29811,0,2,29836,29811,29837,0,2,29837,29811,29839,0,2,29513,29838,29837,0,2,29838,29836,29837,0,2,29837,29839,29511,0,2,29511,29512,29837,0,2,5506,5505,29843,0,2,29843,5505,29844,0,2,29841,29840,5415,0,2,5413,29840,29842,0,2,29842,29840,29841,0,2,29842,29841,5409,0,2,5413,29842,5354,0,2,5354,5399,5413,0,2,5354,29842,1768,0,2,29842,1767,1768,0,2,1768,1767,5427,0,2,5511,5510,5512,0,2,5511,5512,5494,0,2,5510,5508,5512,0,2,5512,5508,5506,0,2,5506,29843,5513,0,2,29843,29844,5513,0,2,5513,29844,29846,0,2,29845,5440,5532,0,2,29845,5439,5491,0,2,5524,5500,5469,0,2,5480,1758,29847,0,2,29847,1758,5551,0,2,1763,5615,29853,0,2,29853,5615,5613,0,2,29853,5613,29852,0,2,29852,29850,29849,0,2,29849,29850,5616,0,2,5616,29850,49431,0,2,29851,29850,29852,0,2,29851,29852,5613,0,2,29853,29852,1762,0,2,1762,1763,29853,0,2,1762,29852,29854,0,2,29854,29852,29849,0,2,5596,29854,29857,0,2,29857,29854,5595,0,2,5596,29857,29855,0,2,5593,29855,29857,0,2,5594,29857,5595,0,2,29855,5593,29856,0,2,29856,5605,29855,0,2,5593,1639,29856,0,2,29856,1639,5592,0,2,29856,5592,5597,0,2,29858,5620,29859,0,2,29860,49427,5614,0,2,5614,49427,29859,0,2,5614,29859,5613,0,2,5613,29859,29851,0,2,5405,49424,29861,0,2,29859,49429,49431,0,2,29859,49431,29851,0,2,5627,49428,5369,0,2,5369,49428,5628,0,2,29864,5418,29865,0,2,29865,5418,5417,0,2,29863,29864,29862,0,2,5614,29862,29866,0,2,5614,29866,49424,0,2,49424,29860,5614,0,2,5614,5615,29863,0,2,29863,5419,29864,0,2,29863,29862,5614,0,2,5419,29863,29848,0,2,29848,29863,5615,0,2,29864,29865,29862,0,2,29862,29865,29861,0,2,29862,29861,29866,0,2,29866,29861,49424,0,2,29865,5417,5407,0,2,29865,5407,29861,0,2,5406,29861,5407,0,2,5567,5568,29867,0,2,5568,5569,29868,0,2,29868,29870,29869,0,2,29869,29870,29875,0,2,29871,29875,29873,0,2,29871,29873,29872,0,2,1698,29872,29873,0,2,1698,29873,29874,0,2,1673,29903,1681,0,2,1698,29874,1699,0,2,1699,29874,29903,0,2,1699,29903,1673,0,2,29870,29868,5569,0,2,29870,29876,29875,0,2,29875,29876,29873,0,2,29876,5633,29877,0,2,29876,29877,29874,0,2,29874,29877,29903,0,2,29876,29874,29873,0,2,29878,29871,29250,0,2,5567,29867,5566,0,2,29867,29879,29234,0,2,29234,29879,29880,0,2,29234,29880,29233,0,2,29233,29249,29232,0,2,29249,29880,29869,0,2,29869,29880,29879,0,2,29233,29880,29249,0,2,29868,29879,5568,0,2,5568,29879,29867,0,2,29879,29868,29869,0,2,29878,29869,29871,0,2,29871,29869,29875,0,2,29878,29249,29869,0,2,29881,1672,29891,0,2,29886,29882,29883,0,2,29884,29883,29885,0,2,29885,1669,29884,0,2,29884,1682,29883,0,2,29883,1682,29886,0,2,29890,1683,29887,0,2,29887,1683,29888,0,2,29888,1687,1689,0,2,1689,1691,29894,0,2,29887,29894,29889,0,2,29887,29889,29891,0,2,29887,29891,29890,0,2,29891,1682,29890,0,2,29887,29888,29894,0,2,29891,29889,29881,0,2,29881,29889,29892,0,2,1703,29892,29893,0,2,1703,29881,29892,0,2,1695,29893,1702,0,2,29889,29894,29892,0,2,31366,31326,1691,0,2,1691,31326,29894,0,2,1685,1687,1683,0,2,1683,1687,29888,0,2,29895,29252,1695,0,2,29895,29247,29248,0,2,29895,29248,29252,0,2,29252,29248,29249,0,2,29239,29240,5563,0,2,29239,5563,29237,0,2,1765,1764,29896,0,2,1765,29896,5470,0,2,5470,29896,5471,0,2,5471,29896,29897,0,2,5471,29897,1760,0,2,29896,1764,29899,0,2,29898,29897,29899,0,2,29898,29899,1761,0,2,1761,29899,1762,0,2,1762,29899,1763,0,2,1763,29899,29848,0,2,29848,29899,1764,0,2,29898,1760,29897,0,2,29897,29896,29899,0,2,29900,5603,29240,0,2,1739,5562,1740,0,2,5562,1739,29901,0,2,5562,29901,5561,0,2,5561,29901,5559,0,2,5559,29901,29902,0,2,29902,1741,5559,0,2,29903,29877,29904,0,2,5572,29904,29877,0,2,29904,5572,1681,0,2,1681,29903,29904,0,2,1629,6652,29905,0,2,1628,1629,29905,0,2,1628,29905,6654,0,2,6654,29905,6644,0,2,29907,1673,1674,0,2,29882,1674,31452,0,2,49975,31451,6186,0,2,29882,31452,29883,0,2,1674,29882,29907,0,2,29907,29882,1671,0,2,29907,1671,1673,0,2,1660,29912,29908,0,2,29909,29908,6211,0,2,6211,29908,6198,0,2,6198,29908,29910,0,2,6203,29910,29911,0,2,1660,29911,29912,0,2,29911,29910,29912,0,2,29912,29910,29908,0,2,31342,29914,29916,0,2,31342,29916,1665,0,2,1660,29913,1661,0,2,1665,29913,31342,0,2,31342,29913,1660,0,2,29909,6213,31343,0,2,6213,6216,31343,0,2,31343,6216,29915,0,2,31343,29915,29914,0,2,29914,29915,31337,0,2,29914,31337,29916,0,2,29913,1665,29917,0,2,1662,29917,1664,0,2,1664,29917,1665,0,2,29917,1662,1661,0,2,29917,1661,29913,0,2,6210,6209,29918,0,2,29918,6218,6210,0,2,29918,6209,29919,0,2,29919,6219,29918,0,2,6092,6091,6220,0,2,6091,1613,6220,0,2,1615,29920,6762,0,2,6762,29920,29921,0,2,29922,29921,6694,0,2,6694,49362,6703,0,2,6703,49362,29923,0,2,29923,29924,29925,0,2,29925,6656,29926,0,2,29926,6656,6661,0,2,29926,6661,29927,0,2,29926,29927,29931,0,2,6661,6657,29927,0,2,29931,29927,6690,0,2,29931,6690,6692,0,2,6692,6690,6633,0,2,1623,6656,29928,0,2,1623,29928,1622,0,2,1622,29928,1621,0,2,1621,29928,1619,0,2,1619,29928,29929,0,2,29929,29930,29924,0,2,6703,29923,6693,0,2,6693,29923,29931,0,2,29931,29923,29926,0,2,29926,29923,29925,0,2,6694,49976,29922,0,2,29932,6756,6762,0,2,6756,29932,29922,0,2,29921,29922,29932,0,2,29921,29932,6762,0,2,29920,1616,29921,0,2,5495,29846,5465,0,2,5497,5465,29844,0,2,29844,5465,29846,0,2,29934,5041,5040,0,2,29934,5040,5039,0,2,29934,29933,29935,0,2,29935,29933,5282,0,2,29933,29934,5288,0,2,5041,29934,29935,0,2,5041,29935,5286,0,2,29295,29310,29937,0,2,29309,29295,29294,0,2,29310,29936,29937,0,2,5448,29938,5447,0,2,5447,29938,29952,0,2,5447,29952,3848,0,2,29940,29941,29960,0,2,29960,29941,29967,0,2,3856,29943,29948,0,2,29948,30030,29947,0,2,29947,29987,30005,0,2,29947,30005,29946,0,2,29946,30005,29944,0,2,29944,3860,3859,0,2,29944,3859,29945,0,2,29944,29945,29946,0,2,3857,29946,4787,0,2,29946,29945,4787,0,2,4618,3856,3857,0,2,29947,29946,29948,0,2,29941,29940,29953,0,2,29941,29953,29949,0,2,29949,30028,29951,0,2,29951,30028,29950,0,2,29950,30029,30007,0,2,30007,30029,30012,0,2,30012,29988,1754,0,2,29950,30007,30008,0,2,29950,30008,29951,0,2,29951,30008,29942,0,2,29949,29951,29941,0,2,29941,29951,29942,0,2,29938,29939,29952,0,2,29949,29953,29956,0,2,30010,29956,29957,0,2,30010,29957,29958,0,2,29958,5530,5450,0,2,5449,5530,29955,0,2,5449,29955,5448,0,2,5448,29955,29954,0,2,29953,29954,29955,0,2,29953,29955,29956,0,2,29956,29955,29957,0,2,29957,29955,5530,0,2,5530,29958,29957,0,2,29953,29938,29954,0,2,29954,29938,5448,0,2,29958,5450,5452,0,2,5452,5453,29958,0,2,29956,30010,30028,0,2,29956,30028,29949,0,2,29953,29940,29939,0,2,29953,29939,29938,0,2,29959,29966,29965,0,2,29959,29952,29966,0,2,29966,29952,29939,0,2,29940,29960,29962,0,2,29962,29960,29961,0,2,29962,29961,29963,0,2,29963,29961,3852,0,2,29962,29963,29964,0,2,29964,29965,29966,0,2,29940,29962,29939,0,2,29939,29962,29966,0,2,29966,29962,29964,0,2,29960,29967,29961,0,2,29968,4608,3865,0,2,29968,3865,5637,0,2,29969,3871,29970,0,2,29972,4559,29219,0,2,29972,29219,29218,0,2,29219,4559,29220,0,2,4559,29970,4560,0,2,4560,29970,3871,0,2,4560,3871,3872,0,2,3872,4561,4560,0,2,3870,29971,29970,0,2,3870,29970,29972,0,2,29972,29970,4559,0,2,29973,29976,4552,0,2,29976,3870,29972,0,2,29977,3870,29976,0,2,3870,29977,29985,0,2,29985,29977,29978,0,2,29980,4643,3864,0,2,4643,29980,29981,0,2,29981,29980,29979,0,2,29981,29979,29983,0,2,29983,29979,29982,0,2,29983,29982,29984,0,2,29983,29984,4641,0,2,29984,29974,29975,0,2,29974,29984,29973,0,2,29973,29984,29976,0,2,29984,29982,29976,0,2,29981,29983,4648,0,2,4648,29983,4641,0,2,29975,4640,29984,0,2,29984,4640,4641,0,2,29979,29980,29985,0,2,29979,29985,29978,0,2,29980,3864,4616,0,2,29980,4616,29985,0,2,3867,29985,4616,0,2,30012,1754,29986,0,2,1756,30013,29989,0,2,29989,30013,29990,0,2,29989,29990,5454,0,2,29991,4765,4766,0,2,4765,3767,29992,0,2,29992,3767,3766,0,2,4765,29992,29993,0,2,28986,29993,29994,0,2,4767,29994,3763,0,2,3766,3765,29992,0,2,29992,3764,29994,0,2,29994,3764,3763,0,2,29994,29993,29992,0,2,3764,29992,3765,0,2,29268,30000,29269,0,2,29269,30000,29995,0,2,29269,29995,29273,0,2,29997,29288,29999,0,2,29999,29288,29287,0,2,29999,29287,30000,0,2,29996,29995,29287,0,2,29287,29995,30000,0,2,29286,29285,29996,0,2,29286,29996,29287,0,2,3765,29997,3764,0,2,3764,29997,49973,0,2,3764,49973,29267,0,2,29267,49973,29266,0,2,29998,29266,29999,0,2,29999,30000,29998,0,2,29998,30000,29268,0,2,29998,29268,3787,0,2,4775,28991,30001,0,2,4774,30001,3853,0,2,3853,30001,3852,0,2,3852,30001,28991,0,2,4622,3855,30002,0,2,29943,30002,30009,0,2,29943,3856,30002,0,2,30002,3856,4622,0,2,4623,4618,30003,0,2,30003,30031,4619,0,2,30003,4619,4620,0,2,30003,4620,4623,0,2,3857,3856,29948,0,2,3857,29948,29946,0,2,29944,30005,30004,0,2,30004,30005,30006,0,2,30006,30005,1753,0,2,1753,30005,29987,0,2,1753,29987,1754,0,2,1754,29987,29986,0,2,29986,30007,30012,0,2,30009,29942,30008,0,2,30007,29986,30008,0,2,30008,29986,30009,0,2,30009,29986,30030,0,2,30009,30030,29943,0,2,30014,30011,29990,0,2,29990,30011,5453,0,2,5453,30011,29958,0,2,29958,30011,30010,0,2,30011,30014,30029,0,2,30029,30014,30012,0,2,30014,29990,30013,0,2,30015,30013,1756,0,2,30012,30014,30015,0,2,30015,29988,30012,0,2,30013,30015,30014,0,2,4626,4627,30016,0,2,30017,4627,4625,0,2,4785,30017,4625,0,2,4785,4625,30018,0,2,30018,4620,30019,0,2,4620,30018,4621,0,2,4621,30018,4625,0,2,30019,4619,4664,0,2,4664,4619,4663,0,2,30019,4629,30018,0,2,4774,4626,30016,0,2,4774,30016,4773,0,2,4652,4657,30020,0,2,30020,4657,30034,0,2,4652,30020,30021,0,2,4652,30021,4651,0,2,30035,30022,4649,0,2,29201,29010,30023,0,2,29199,30024,29212,0,2,29212,30024,28996,0,2,28996,30024,28998,0,2,30024,29200,28998,0,2,30023,29010,30025,0,2,30025,29000,29213,0,2,29213,29200,30025,0,2,30025,29200,30023,0,2,29000,30025,29001,0,2,29010,29201,29009,0,2,29009,29201,29210,0,2,30026,30143,30145,0,2,30026,30145,29015,0,2,29028,29031,30143,0,2,29028,30143,30073,0,2,30073,30143,30026,0,2,30065,30052,30027,0,2,29016,29015,30052,0,2,29015,30027,30052,0,2,29950,30028,30029,0,2,30011,30029,30010,0,2,30010,30029,30028,0,2,30030,29948,29943,0,2,29947,30030,29987,0,2,29987,30030,29986,0,2,30022,4642,4648,0,2,4619,30031,4662,0,2,4662,30031,30032,0,2,30032,4646,30033,0,2,30033,4646,30034,0,2,30032,30033,4658,0,2,30032,4658,4662,0,2,4662,4663,4619,0,2,4646,30032,30031,0,2,30021,30035,4651,0,2,30022,30035,30021,0,2,30022,30021,4647,0,2,30021,30020,30034,0,2,30035,4649,4650,0,2,4650,4654,30035,0,2,30035,4654,4651,0,2,3862,1750,3864,0,2,3864,1750,3863,0,2,3863,1750,5637,0,2,3861,1750,3862,0,2,1750,3861,1751,0,2,1751,3861,30036,0,2,30004,30036,3860,0,2,3860,30036,3861,0,2,3860,29944,30004,0,2,29210,4634,29009,0,2,30037,30040,30038,0,2,30038,30040,30039,0,2,30039,29006,30038,0,2,30038,4635,30037,0,2,30037,29217,30040,0,2,30040,29125,30041,0,2,29005,30041,30044,0,2,29005,29006,30041,0,2,30041,29006,30039,0,2,30041,30039,30040,0,2,30040,29217,30042,0,2,30040,30042,29125,0,2,29125,30042,29127,0,2,30041,29125,30043,0,2,30041,30043,30044,0,2,29127,30043,29125,0,2,30042,29217,4636,0,2,29127,30042,4698,0,2,30045,29065,29064,0,2,29027,29026,29023,0,2,29027,29023,29071,0,2,29024,29023,29026,0,2,29014,30046,29148,0,2,29147,29148,30046,0,2,30046,30048,49986,0,2,49986,30048,30141,0,2,49633,49632,29143,0,2,29143,49632,49631,0,2,29143,49631,29183,0,2,29145,49633,29143,0,2,30142,30048,30049,0,2,30068,30050,30051,0,2,30068,30051,30066,0,2,30066,30051,30052,0,2,30065,30027,30053,0,2,30065,30053,30058,0,2,30057,30053,30054,0,2,30057,30054,30055,0,2,30055,30158,30056,0,2,30056,30176,30058,0,2,30056,30058,30057,0,2,30057,30055,30056,0,2,30065,30058,30064,0,2,30071,30059,30062,0,2,30071,30061,30060,0,2,30069,49995,49991,0,2,30069,30047,30068,0,2,30182,30061,30062,0,2,30061,30071,30062,0,2,30176,30159,30058,0,2,30065,30066,30052,0,2,30067,30066,49618,0,2,30069,30071,49995,0,2,30070,30071,30069,0,2,30070,30069,49618,0,2,49618,30069,30067,0,2,30069,30068,30067,0,2,30067,30068,30066,0,2,30059,30063,30064,0,2,30063,30070,49618,0,2,30064,30063,30065,0,2,30063,30059,30071,0,2,29021,30049,30046,0,2,30026,30072,30073,0,2,30026,29018,30072,0,2,30072,29028,30073,0,2,29037,29056,30074,0,2,30077,30074,30184,0,2,30184,30074,29058,0,2,29058,30074,29056,0,2,29037,29036,29056,0,2,29036,30076,29054,0,2,29054,30076,30075,0,2,29051,30075,29032,0,2,29032,30075,29033,0,2,30075,30076,29033,0,2,29033,30076,30147,0,2,29045,30078,30125,0,2,30125,30078,30312,0,2,30125,30312,30079,0,2,30079,30312,30313,0,2,30079,30313,30080,0,2,30080,30314,30081,0,2,30081,30339,30082,0,2,30338,30337,30084,0,2,30084,30337,30085,0,2,30084,30085,30086,0,2,30086,30085,30317,0,2,30086,30317,30087,0,2,30095,30093,30091,0,2,30095,30091,30088,0,2,30114,30095,30090,0,2,30114,30090,30115,0,2,30088,30091,30089,0,2,30089,30091,30092,0,2,30095,30088,30090,0,2,30328,30093,30327,0,2,30327,30093,30087,0,2,30087,30093,30094,0,2,30087,30094,30086,0,2,30093,30095,30094,0,2,30094,30095,30123,0,2,30123,30095,30096,0,2,30124,30116,30134,0,2,30134,30116,30097,0,2,30134,30097,30135,0,2,30135,30097,30098,0,2,30135,30098,30099,0,2,30101,30100,30113,0,2,30101,30113,38757,0,2,38757,30113,30166,0,2,30166,30113,30102,0,2,30169,30102,30100,0,2,30169,30100,30103,0,2,30103,30104,38759,0,2,49810,49811,30105,0,2,30105,49811,38759,0,2,30104,30103,30099,0,2,30104,30099,30107,0,2,30104,30107,30108,0,2,30104,30108,30105,0,2,30105,30108,30106,0,2,49810,30106,49992,0,2,37,49992,30109,0,2,30099,30098,30107,0,2,30107,30110,30108,0,2,30108,30110,30109,0,2,30108,30109,30106,0,2,30109,30110,30111,0,2,30112,40,54,0,2,30112,38760,30111,0,2,30111,38760,38,0,2,30099,30103,30100,0,2,30102,30113,30100,0,2,30114,30115,30124,0,2,30124,30115,30116,0,2,30116,30117,30097,0,2,30097,30117,30098,0,2,30107,30098,30117,0,2,30107,30117,30110,0,2,30121,30117,30118,0,2,30118,30116,30115,0,2,30118,30117,30116,0,2,30124,30096,30114,0,2,30114,30096,30095,0,2,30115,30122,30118,0,2,30118,30122,30121,0,2,30117,30121,30110,0,2,30110,30121,30119,0,2,30110,30119,30120,0,2,30110,30120,30111,0,2,30111,30120,30112,0,2,30122,38756,30119,0,2,30122,30115,38756,0,2,38756,30115,30090,0,2,30122,30119,30121,0,2,30086,30094,30123,0,2,30096,30124,30136,0,2,30096,30136,38758,0,2,38758,30136,30084,0,2,30082,30339,30083,0,2,30083,30339,30338,0,2,29046,30077,29045,0,2,30125,30079,30080,0,2,30125,30080,30126,0,2,30126,30127,30128,0,2,30126,30128,29043,0,2,29043,30128,30149,0,2,30179,30137,30129,0,2,30132,30131,30133,0,2,30166,30083,38757,0,2,38757,30083,30338,0,2,30101,38757,30134,0,2,30101,30134,30135,0,2,30135,30099,30100,0,2,30135,30100,30101,0,2,30134,38757,30124,0,2,30124,38757,30136,0,2,30083,30166,30082,0,2,30082,30166,30133,0,2,30082,30133,30131,0,2,30081,30131,30127,0,2,30127,30131,30130,0,2,30128,30127,30129,0,2,30128,30129,30137,0,2,30128,30137,30149,0,2,30129,30127,30130,0,2,30080,30081,30126,0,2,29137,29158,28997,0,2,28997,29158,28995,0,2,28995,29158,30138,0,2,28995,30138,29156,0,2,28995,30139,29211,0,2,49619,29133,29154,0,2,49619,29154,29182,0,2,29155,29141,30140,0,2,29155,30140,29167,0,2,30142,30049,30141,0,2,30048,30142,30141,0,2,30050,30141,30049,0,2,30141,30050,30047,0,2,30047,30050,30068,0,2,29017,29019,30051,0,2,30143,29031,30144,0,2,30144,29031,29049,0,2,30144,29049,29032,0,2,29015,30145,30146,0,2,29015,30146,30157,0,2,30157,30027,29015,0,2,30146,30145,30143,0,2,30146,30143,30144,0,2,30157,30146,30151,0,2,30151,30146,30150,0,2,30148,30147,29035,0,2,30148,29035,29042,0,2,30148,29042,30149,0,2,30144,29034,30150,0,2,30150,29034,30181,0,2,30054,30151,30152,0,2,30152,30179,30158,0,2,30158,30179,30153,0,2,30179,30129,30153,0,2,30153,30129,30130,0,2,30149,30137,30148,0,2,30150,30181,30151,0,2,30151,30181,30152,0,2,30152,30154,30179,0,2,30179,30154,30155,0,2,30137,30179,30155,0,2,30156,30157,30054,0,2,30156,30054,30053,0,2,30156,30053,30027,0,2,30156,30027,30157,0,2,30151,30054,30157,0,2,30054,30152,30055,0,2,30055,30152,30158,0,2,30146,30144,30150,0,2,30155,29034,30147,0,2,30155,30147,30148,0,2,30053,30057,30058,0,2,30058,30159,30059,0,2,30159,30062,30059,0,2,30158,30180,30056,0,2,30062,30159,30182,0,2,30180,30158,30160,0,2,30162,30165,30163,0,2,30165,30164,30163,0,2,30165,30132,30133,0,2,30133,30166,30171,0,2,30168,30169,30103,0,2,30167,30170,30172,0,2,30171,30166,30102,0,2,30165,30133,30164,0,2,30163,30164,30172,0,2,30173,30172,49984,0,2,49984,30172,30170,0,2,30167,30172,30164,0,2,30173,49984,30061,0,2,30173,30061,30174,0,2,30180,30161,30177,0,2,30180,30177,30176,0,2,30176,30177,30175,0,2,30175,30177,30178,0,2,30175,30178,30174,0,2,30173,30178,30172,0,2,30172,30178,30163,0,2,30163,30178,30177,0,2,30163,30177,30162,0,2,30176,30175,30159,0,2,30177,30161,30162,0,2,30162,30161,30160,0,2,30162,30160,30132,0,2,30162,30132,30165,0,2,30161,30180,30160,0,2,30160,30153,30130,0,2,30056,30180,30176,0,2,30160,30130,30132,0,2,30132,30130,30131,0,2,30154,30152,30181,0,2,30154,30181,30155,0,2,30155,30181,29034,0,2,30155,30148,30137,0,2,30081,30082,30131,0,2,30159,30175,30182,0,2,30061,30182,30174,0,2,30174,30178,30173,0,2,30167,30171,30183,0,2,30169,30183,30102,0,2,30183,30169,30168,0,2,30167,30183,30170,0,2,30183,30168,30170,0,2,30077,30078,29045,0,2,30078,30077,30184,0,2,30078,30184,30185,0,2,30185,30184,30357,0,2,30357,30184,30186,0,2,30357,30186,30187,0,2,4567,30189,30188,0,2,4567,30188,4566,0,2,30189,4567,4582,0,2,4582,4567,4581,0,2,30194,4583,4584,0,2,30192,4584,30190,0,2,4585,30190,4670,0,2,30191,30190,4563,0,2,4563,4591,4544,0,2,4563,4544,4562,0,2,30192,30191,4564,0,2,30192,4564,30193,0,2,30193,4564,4565,0,2,30193,4565,4566,0,2,30193,4566,30188,0,2,4591,4563,30190,0,2,4591,30190,4585,0,2,30190,30191,30192,0,2,30188,30189,4583,0,2,30188,4583,30194,0,2,30188,30194,30193,0,2,30193,30194,30192,0,2,30192,30194,4584,0,2,30265,30262,30266,0,2,30266,30262,30263,0,2,30241,30255,30196,0,2,30197,30196,30198,0,2,30198,30256,30199,0,2,30199,30256,30200,0,2,49605,30202,30201,0,2,30201,30202,31308,0,2,31308,30202,30203,0,2,30203,28129,30199,0,2,30199,30200,31308,0,2,31308,30200,30242,0,2,31308,30242,30201,0,2,30241,30406,30263,0,2,30241,30263,30195,0,2,30205,4512,30206,0,2,30205,30206,30207,0,2,30206,31287,30208,0,2,30208,31287,3883,0,2,3883,31287,31286,0,2,3883,30266,30208,0,2,30208,30263,30207,0,2,30207,30263,30406,0,2,30207,30406,30205,0,2,30208,30207,30206,0,2,30263,30208,30266,0,2,30266,3883,3882,0,2,3883,31286,49615,0,2,4512,30205,3935,0,2,3935,30205,31284,0,2,30205,30204,31284,0,2,31284,30204,30209,0,2,30211,30214,30212,0,2,30211,30212,30268,0,2,30268,30212,30267,0,2,30267,30212,30198,0,2,30197,30198,30213,0,2,30197,30213,30240,0,2,30240,30213,31256,0,2,31256,30213,30210,0,2,31256,30210,30209,0,2,30214,30210,30213,0,2,30212,30213,30198,0,2,30212,30214,30213,0,2,30215,30209,30231,0,2,30215,30231,30230,0,2,30230,30231,30216,0,2,30229,30216,31254,0,2,30229,31254,30924,0,2,30229,30924,30225,0,2,30226,30924,30217,0,2,30227,30217,30603,0,2,30227,30603,30218,0,2,30218,30603,30604,0,2,30604,30599,30597,0,2,30218,30597,30219,0,2,30906,30219,30548,0,2,30906,30548,30220,0,2,30904,30220,3943,0,2,3944,3943,30221,0,2,3944,30221,3946,0,2,3946,30221,30526,0,2,4502,30525,30222,0,2,30222,30552,4501,0,2,30525,4502,3945,0,2,30604,30597,30218,0,2,30226,30911,30223,0,2,30224,30225,30226,0,2,30226,30225,30924,0,2,30226,30217,30227,0,2,30227,30218,30910,0,2,30225,30228,30229,0,2,30216,30229,30230,0,2,30215,30230,30228,0,2,30228,30230,30229,0,2,30209,30210,30231,0,2,30233,30211,30268,0,2,30233,30268,30270,0,2,30270,31278,30271,0,2,30271,31278,30234,0,2,30234,30269,30236,0,2,30236,30269,30235,0,2,30236,30235,30237,0,2,30236,30237,30275,0,2,30275,30237,30238,0,2,30273,31610,30277,0,2,30276,30239,30306,0,2,30238,30306,31610,0,2,31610,30306,30239,0,2,31610,30239,30277,0,2,30211,30232,30214,0,2,30214,30232,30210,0,2,30210,30232,30231,0,2,30231,30232,31252,0,2,30196,30240,30241,0,2,30196,30197,30240,0,2,30204,30241,30240,0,2,49605,30201,5853,0,2,5853,30201,30242,0,2,5853,30242,5862,0,2,5862,30242,30243,0,2,5862,30243,30244,0,2,5852,30244,30245,0,2,31292,30245,30246,0,2,31290,30252,30251,0,2,31290,30251,4534,0,2,30246,30245,30261,0,2,30246,30261,30247,0,2,30247,30254,30249,0,2,30249,30254,30260,0,2,30264,30262,30248,0,2,30248,6164,4520,0,2,30248,4520,30264,0,2,30264,4520,30249,0,2,4520,30250,30249,0,2,30249,30250,30251,0,2,30247,30249,30251,0,2,30250,4534,30251,0,2,30252,30247,30251,0,2,30247,30252,30246,0,2,30244,30243,30259,0,2,30245,30244,30259,0,2,30258,30255,30260,0,2,30260,30255,30195,0,2,30195,30255,30241,0,2,30200,30256,30243,0,2,30243,30256,30257,0,2,30243,30257,30259,0,2,30243,30242,30200,0,2,30256,30196,30258,0,2,30256,30258,30257,0,2,30257,30258,30254,0,2,30257,30254,30253,0,2,30257,30253,30259,0,2,30196,30256,30198,0,2,30258,30260,30254,0,2,30254,30247,30253,0,2,30253,30247,30261,0,2,30245,30259,30261,0,2,30261,30259,30253,0,2,30249,30260,30264,0,2,30262,30264,30263,0,2,30195,30263,30260,0,2,30260,30263,30264,0,2,30248,30262,30265,0,2,30248,30265,4519,0,2,3882,4517,30265,0,2,3882,30265,30266,0,2,30198,30199,30267,0,2,30267,30199,5860,0,2,30267,5860,5859,0,2,30267,5859,30268,0,2,30270,30268,31278,0,2,30234,31278,5858,0,2,30234,5858,30269,0,2,30269,31608,30235,0,2,5854,5860,28129,0,2,28129,5860,30199,0,2,28129,30203,30202,0,2,30273,30272,30274,0,2,30273,30274,30275,0,2,31609,30275,30274,0,2,30271,30274,30272,0,2,30239,30276,30286,0,2,30239,30286,30277,0,2,30277,30279,30278,0,2,30278,30279,30289,0,2,30278,30289,31261,0,2,31261,30289,30288,0,2,31261,30288,31235,0,2,31235,30288,30281,0,2,31235,30281,30280,0,2,30280,30281,31233,0,2,31233,30281,31274,0,2,31233,31274,30310,0,2,31233,30310,31245,0,2,49612,30310,30282,0,2,30283,49610,31277,0,2,31277,49610,30284,0,2,31277,30284,30285,0,2,30285,30300,28102,0,2,28102,28111,28103,0,2,28102,28101,30285,0,2,30285,28101,31277,0,2,30277,30278,30273,0,2,30278,31228,30272,0,2,30272,30273,30278,0,2,30287,30304,30288,0,2,30277,30286,30279,0,2,31274,30288,30290,0,2,30291,30290,30304,0,2,30291,30304,30283,0,2,30292,30303,30293,0,2,30293,30303,49609,0,2,49609,30303,30294,0,2,30296,31611,30297,0,2,30297,31611,28133,0,2,30297,28133,28124,0,2,30297,28131,30296,0,2,30296,28121,30295,0,2,30296,28131,28121,0,2,30295,28121,30298,0,2,30295,30298,30294,0,2,30294,30298,49609,0,2,30299,30298,30300,0,2,30299,30300,30285,0,2,30300,30298,30301,0,2,30300,30301,28111,0,2,28111,30301,30302,0,2,30302,49599,28109,0,2,28109,49599,28118,0,2,28109,28110,30302,0,2,28110,28111,30302,0,2,28111,28102,30300,0,2,28119,30301,28121,0,2,28121,30301,30298,0,2,30301,28119,30302,0,2,28119,49599,30302,0,2,30292,30283,30304,0,2,30292,30304,30303,0,2,30303,30304,30287,0,2,30303,30287,30276,0,2,30276,30287,30286,0,2,30306,30238,30237,0,2,30306,30307,30305,0,2,30305,30307,30294,0,2,30305,30294,30303,0,2,30305,30303,30276,0,2,30294,30307,30295,0,2,30295,30307,30308,0,2,30309,31608,28132,0,2,28132,28133,30309,0,2,30306,30305,30276,0,2,30304,30290,30288,0,2,30283,30282,30291,0,2,30288,30289,30287,0,2,30287,30289,30286,0,2,30286,30289,30279,0,2,30078,30311,30312,0,2,30314,30313,30337,0,2,30339,30081,30314,0,2,30312,30311,30315,0,2,30317,30367,30087,0,2,30087,30367,30318,0,2,30319,30344,30346,0,2,30329,30346,30348,0,2,30329,30348,30325,0,2,30325,30413,30323,0,2,30323,30413,30322,0,2,30322,30413,30410,0,2,30322,30410,30321,0,2,30322,30321,30320,0,2,30330,30320,226,0,2,30320,30330,30322,0,2,30322,30330,30324,0,2,30322,30324,30323,0,2,30325,30323,30324,0,2,30325,30324,30334,0,2,30325,30334,30326,0,2,30327,30319,30328,0,2,30327,30318,30344,0,2,30319,30326,30328,0,2,30319,30346,30326,0,2,30326,30346,30329,0,2,30326,30329,30325,0,2,30330,226,30335,0,2,30324,30330,30334,0,2,30332,30331,224,0,2,30332,224,30333,0,2,224,30334,30335,0,2,30335,30334,30330,0,2,30331,30334,224,0,2,30331,30332,30326,0,2,30326,30332,30328,0,2,30331,30326,30334,0,2,30321,216,30320,0,2,217,30320,216,0,2,30340,30317,30085,0,2,30312,30315,30316,0,2,30312,30316,30313,0,2,30313,30316,30336,0,2,30339,30314,30338,0,2,30337,30338,30314,0,2,30337,30313,30336,0,2,30337,30336,30085,0,2,30085,30336,30340,0,2,30317,30340,30367,0,2,30336,30316,30340,0,2,30340,30316,30367,0,2,30315,30311,30341,0,2,30315,30341,30342,0,2,30367,30316,30342,0,2,30342,30316,30315,0,2,30341,30311,30343,0,2,30343,30311,30078,0,2,30343,30370,30350,0,2,30343,30350,30341,0,2,30341,30350,30349,0,2,30367,30349,30344,0,2,30344,30345,30346,0,2,30346,30345,30347,0,2,30325,30366,30413,0,2,30325,30348,30366,0,2,30348,30346,30347,0,2,30344,30349,30345,0,2,30350,30370,30479,0,2,30478,30479,30356,0,2,30478,30356,30351,0,2,30352,30351,4692,0,2,4692,4690,30353,0,2,4692,30353,30352,0,2,30352,30353,30355,0,2,30475,30355,30407,0,2,30484,30363,238,0,2,30484,238,237,0,2,30354,30355,30353,0,2,241,30353,242,0,2,30353,241,30354,0,2,30354,241,261,0,2,30354,261,239,0,2,30354,239,30407,0,2,30355,30475,30352,0,2,30352,30475,30351,0,2,30479,30370,30356,0,2,30474,30356,30185,0,2,30474,30185,30357,0,2,30351,30358,4692,0,2,30357,30187,30358,0,2,30358,30187,30359,0,2,30358,30359,4692,0,2,30356,30474,30351,0,2,30349,30350,30360,0,2,30364,30361,30365,0,2,30365,30361,30362,0,2,30365,30362,30408,0,2,30408,30362,30363,0,2,30349,30360,30345,0,2,30345,30360,30347,0,2,30347,30360,30364,0,2,30412,30364,30365,0,2,30347,30364,30348,0,2,30348,30364,30412,0,2,30348,30412,30366,0,2,30342,30341,30349,0,2,30342,30349,30367,0,2,30318,30367,30344,0,2,61,30369,30368,0,2,61,30368,63,0,2,63,30368,34,0,2,30369,51,74,0,2,30369,72,71,0,2,30369,74,72,0,2,30369,71,30368,0,2,51,30369,61,0,2,30078,30185,30343,0,2,30343,30185,30370,0,2,30356,30370,30185,0,2,29034,30144,29032,0,2,30371,4637,4675,0,2,4676,30371,4678,0,2,4678,30371,4675,0,2,4678,4675,4673,0,2,4679,4678,30372,0,2,30372,30374,4680,0,2,30372,4680,4679,0,2,4673,4747,30372,0,2,30372,4747,30381,0,2,30372,30381,30373,0,2,30373,30381,4703,0,2,30372,30373,30374,0,2,4704,4681,30373,0,2,30373,4681,30374,0,2,29221,4546,29220,0,2,4558,29220,4546,0,2,4545,4546,29221,0,2,4545,29221,30379,0,2,30375,29221,30376,0,2,30376,29221,30377,0,2,30376,30377,3875,0,2,3875,30377,4561,0,2,4561,3874,3875,0,2,30376,30378,30375,0,2,30375,30378,30379,0,2,30379,4544,4545,0,2,30379,30378,30380,0,2,30379,30380,4544,0,2,4544,30380,3878,0,2,4700,29126,4698,0,2,4743,4546,30382,0,2,4585,30382,4591,0,2,4591,30382,4545,0,2,4593,3880,30383,0,2,30383,30384,4596,0,2,4596,4595,30383,0,2,30384,3880,3881,0,2,30386,3894,3913,0,2,30386,3913,30387,0,2,30388,30387,30389,0,2,30388,30389,4730,0,2,4730,30389,30390,0,2,30390,4728,4730,0,2,30387,3913,3923,0,2,30387,3923,30389,0,2,3923,3918,30389,0,2,30389,3918,30390,0,2,30391,30388,30394,0,2,30394,30388,30392,0,2,30394,30392,4732,0,2,30394,4732,30395,0,2,30388,30391,30387,0,2,30387,30391,30386,0,2,3892,30391,30394,0,2,3892,30394,30393,0,2,4717,30393,30395,0,2,30395,30393,30394,0,2,30396,30428,4721,0,2,4721,30428,4720,0,2,4720,30428,4725,0,2,4720,4725,4734,0,2,4723,30485,30396,0,2,30396,30485,30397,0,2,30396,30397,30428,0,2,30397,30485,205,0,2,342,197,341,0,2,197,205,341,0,2,30397,205,30398,0,2,30400,30399,332,0,2,331,332,30399,0,2,331,30399,202,0,2,332,30460,30458,0,2,30401,312,333,0,2,30401,333,30458,0,2,30458,333,332,0,2,311,281,312,0,2,278,280,275,0,2,275,280,276,0,2,276,280,311,0,2,311,280,281,0,2,278,279,280,0,2,30385,30384,30402,0,2,30402,30384,3881,0,2,49615,30402,3882,0,2,3882,30402,3881,0,2,30403,30402,49615,0,2,30385,30402,30404,0,2,30404,30402,30403,0,2,30404,30403,4569,0,2,30404,4569,4571,0,2,30405,4514,3933,0,2,4515,4507,4509,0,2,4515,4509,30405,0,2,30406,30241,30204,0,2,30406,30204,30205,0,2,4686,29102,4685,0,2,245,258,244,0,2,244,258,260,0,2,244,260,261,0,2,237,262,263,0,2,237,263,30481,0,2,240,244,261,0,2,30355,30354,30407,0,2,238,30363,30407,0,2,30363,30475,30407,0,2,30408,30363,30484,0,2,30408,30484,30409,0,2,30414,235,30410,0,2,30321,30410,215,0,2,215,30410,214,0,2,214,30410,233,0,2,233,30410,235,0,2,233,211,214,0,2,235,30414,236,0,2,236,30414,30409,0,2,30409,30414,30411,0,2,30412,30411,30366,0,2,30409,30411,30408,0,2,30408,30411,30365,0,2,30411,30412,30365,0,2,30366,30411,30413,0,2,30413,30414,30410,0,2,30414,30413,30411,0,2,215,30417,216,0,2,30417,215,30415,0,2,30415,215,213,0,2,30415,213,30416,0,2,30416,213,212,0,2,30417,284,216,0,2,30420,30400,332,0,2,30415,30416,283,0,2,283,30416,30418,0,2,30423,30421,30419,0,2,30419,30421,30418,0,2,283,30418,30421,0,2,283,30421,313,0,2,313,30421,30422,0,2,332,30422,30420,0,2,30420,30422,30423,0,2,30423,30422,30421,0,2,30423,30419,208,0,2,30423,208,206,0,2,30420,30423,30400,0,2,210,208,212,0,2,30416,212,30418,0,2,30419,30418,208,0,2,209,30427,207,0,2,207,30427,30398,0,2,207,30398,204,0,2,30424,209,266,0,2,30424,266,30425,0,2,30425,265,30426,0,2,30426,265,234,0,2,30426,4726,30425,0,2,209,30424,30427,0,2,30427,30397,30398,0,2,4726,4725,30425,0,2,30425,4725,30424,0,2,30424,4725,30428,0,2,30424,30428,30427,0,2,30427,30428,30397,0,2,266,265,30425,0,2,207,204,206,0,2,206,204,203,0,2,30450,38732,30429,0,2,30429,30430,38736,0,2,38739,38744,30452,0,2,30430,30429,30431,0,2,30431,38728,30432,0,2,30433,30452,30432,0,2,30452,30433,38739,0,2,30434,38739,30433,0,2,38749,30434,30435,0,2,38749,30435,49983,0,2,49983,30435,30436,0,2,30436,30435,30438,0,2,30438,30437,30436,0,2,30436,30437,75,0,2,30438,30439,30441,0,2,30438,30441,30437,0,2,30439,30434,30440,0,2,30439,30440,30441,0,2,75,30441,28886,0,2,30441,75,30437,0,2,30434,30433,30432,0,2,30434,30432,30440,0,2,30440,30432,38730,0,2,30440,38730,28886,0,2,28886,38730,30442,0,2,28886,30442,30443,0,2,30443,30442,30445,0,2,38725,30445,30444,0,2,30442,38731,30445,0,2,30444,30445,38727,0,2,30440,28886,30441,0,2,30431,30429,38732,0,2,38732,30446,38726,0,2,30446,30447,142,0,2,30446,142,143,0,2,30447,303,30451,0,2,30451,303,30448,0,2,30451,30448,139,0,2,305,303,30449,0,2,305,30449,30450,0,2,30451,141,30447,0,2,30447,30446,303,0,2,30449,38732,30450,0,2,38732,30449,30446,0,2,30446,30449,303,0,2,30430,30452,38736,0,2,38736,30452,38744,0,2,30461,301,30453,0,2,30453,301,30454,0,2,30454,301,275,0,2,30454,275,276,0,2,30454,276,273,0,2,30453,30454,30455,0,2,30453,30455,182,0,2,30456,274,311,0,2,30456,311,312,0,2,30456,312,30401,0,2,274,30456,30467,0,2,30467,30456,30457,0,2,30459,30401,30458,0,2,30459,30458,30460,0,2,30459,30460,30463,0,2,30460,331,30464,0,2,30456,30401,30457,0,2,30467,30457,30462,0,2,30461,30453,182,0,2,30455,30454,30468,0,2,30468,30454,273,0,2,30468,273,274,0,2,30462,30457,30459,0,2,30462,30459,30463,0,2,30464,30463,30460,0,2,30459,30457,30401,0,2,272,30465,30466,0,2,274,30467,30468,0,2,30455,30468,30472,0,2,30469,30472,30470,0,2,316,30471,30466,0,2,316,30466,30465,0,2,30466,30471,30467,0,2,30467,30471,30470,0,2,30467,30470,30472,0,2,30472,30468,30467,0,2,30471,316,317,0,2,30471,317,30470,0,2,30470,317,30469,0,2,30469,181,30472,0,2,181,30469,183,0,2,183,30469,180,0,2,180,30469,317,0,2,251,4710,247,0,2,247,4710,4711,0,2,30473,257,4736,0,2,4736,4735,30473,0,2,30474,30358,30351,0,2,30474,30357,30358,0,2,30475,30476,30351,0,2,30478,30476,30477,0,2,30479,30477,30360,0,2,30479,30360,30350,0,2,30478,30351,30476,0,2,30362,30361,30477,0,2,30361,30364,30477,0,2,30477,30364,30360,0,2,30363,30362,30475,0,2,30478,30477,30479,0,2,30333,30092,30091,0,2,30480,30093,30328,0,2,30328,30332,30480,0,2,30480,30332,30333,0,2,30333,30091,30480,0,2,30481,263,30482,0,2,30482,263,30473,0,2,30482,255,30483,0,2,30483,255,256,0,2,30483,30481,30482,0,2,30484,236,30409,0,2,341,205,340,0,2,340,205,30485,0,2,340,30485,4723,0,2,30486,192,191,0,2,327,30486,30487,0,2,30487,30486,30488,0,2,30487,30488,324,0,2,30488,30486,191,0,2,30487,323,327,0,2,30464,201,268,0,2,131,30499,30489,0,2,162,30491,152,0,2,30491,162,30490,0,2,133,30489,30490,0,2,133,30490,162,0,2,152,30491,30492,0,2,30493,153,30494,0,2,30493,30494,30495,0,2,30495,30494,30496,0,2,30495,30496,30500,0,2,30497,153,30493,0,2,154,30493,156,0,2,156,30493,30498,0,2,156,30498,157,0,2,30493,30495,30498,0,2,30499,30496,38723,0,2,38723,30496,30494,0,2,38723,30494,153,0,2,38723,153,30492,0,2,30496,30499,30501,0,2,129,30501,166,0,2,131,30501,30499,0,2,30496,30501,30500,0,2,30500,30501,129,0,2,30500,129,30502,0,2,30500,30502,128,0,2,30489,30499,30490,0,2,30490,30499,30491,0,2,28865,355,30503,0,2,28865,30503,28866,0,2,28866,30503,28875,0,2,28875,30503,28867,0,2,28867,30503,356,0,2,28867,356,335,0,2,28867,335,336,0,2,28867,336,28868,0,2,28868,336,3907,0,2,28868,3907,3906,0,2,28868,3906,30504,0,2,30504,3906,3903,0,2,30504,3903,30505,0,2,30506,30505,30507,0,2,30522,30509,30510,0,2,30510,30509,4047,0,2,30510,4047,4049,0,2,30510,28872,30511,0,2,30510,30511,30522,0,2,30522,30511,30508,0,2,4047,30509,28873,0,2,30506,30512,30504,0,2,30504,30512,28870,0,2,28870,30512,30514,0,2,30514,30512,30521,0,2,30505,30506,30504,0,2,3903,3902,30505,0,2,30505,3902,3901,0,2,30505,3901,30507,0,2,30507,3901,3900,0,2,30507,3900,30508,0,2,30513,30514,28871,0,2,28874,30513,38774,0,2,38774,30513,4052,0,2,38774,4052,4054,0,2,30816,4053,30515,0,2,30816,30515,30516,0,2,30811,30516,4065,0,2,4065,30808,30811,0,2,30516,30515,4065,0,2,4065,30515,4064,0,2,4064,30515,4053,0,2,4049,4050,28872,0,2,28872,4050,30517,0,2,30517,4050,30518,0,2,30517,30518,28872,0,2,28872,30518,30519,0,2,30518,4052,30519,0,2,4052,30518,4053,0,2,4053,30518,4051,0,2,30519,4052,28871,0,2,30508,30511,30520,0,2,30521,30520,28871,0,2,30521,30512,30520,0,2,30512,30506,30520,0,2,30520,30506,30508,0,2,28871,30520,30511,0,2,30508,3900,30522,0,2,30522,3900,4082,0,2,30509,30522,4082,0,2,30509,4082,28873,0,2,28875,28867,30523,0,2,30523,28867,28869,0,2,30523,28876,28875,0,2,337,343,49805,0,2,4502,30524,3953,0,2,30524,30555,3953,0,2,3953,30555,3954,0,2,3954,30555,3897,0,2,30525,3946,30526,0,2,30525,30526,30543,0,2,30529,30528,30530,0,2,30529,30530,30542,0,2,30568,30542,30531,0,2,30531,30542,30532,0,2,30532,30542,30530,0,2,30532,30530,30540,0,2,30533,30540,30534,0,2,30593,30534,30535,0,2,30594,30535,30536,0,2,30594,30536,30605,0,2,30605,30536,30547,0,2,30547,30536,30537,0,2,30536,30539,30537,0,2,30537,30528,30544,0,2,30544,30528,30538,0,2,30527,30538,30529,0,2,30538,30528,30529,0,2,30528,30541,30530,0,2,30540,30530,30539,0,2,30540,30539,30534,0,2,30534,30539,30535,0,2,30530,30541,30539,0,2,30528,30537,30541,0,2,30537,30539,30541,0,2,30535,30539,30536,0,2,30558,30543,30545,0,2,30543,30526,30544,0,2,30545,30544,30538,0,2,30545,30543,30544,0,2,30545,30538,30527,0,2,30544,30546,30537,0,2,30537,30546,30547,0,2,30548,30547,30220,0,2,30220,30546,30221,0,2,30221,3943,30220,0,2,30220,30547,30546,0,2,30221,30546,30526,0,2,30526,30546,30544,0,2,4026,4027,4030,0,2,4026,4030,30617,0,2,4028,4030,4027,0,2,30549,4029,4028,0,2,30549,4028,4266,0,2,3967,4091,4118,0,2,4096,4429,30550,0,2,4096,30550,32447,0,2,30551,3973,4421,0,2,4428,4421,4422,0,2,4421,4428,30551,0,2,30551,4428,4429,0,2,4432,4421,4408,0,2,30551,4429,4094,0,2,30551,4094,3975,0,2,4421,3973,4408,0,2,4408,3973,3972,0,2,3973,30551,3975,0,2,3976,3975,4094,0,2,4096,4095,4429,0,2,4429,4095,4094,0,2,4072,4074,4006,0,2,30552,30222,30525,0,2,30525,30543,30552,0,2,30552,30543,30558,0,2,30552,30558,3956,0,2,30555,30524,3997,0,2,3997,30553,30554,0,2,30554,4010,3997,0,2,4010,30555,3997,0,2,4012,30553,3995,0,2,4012,3995,30571,0,2,30571,3995,30556,0,2,3999,30557,3998,0,2,3897,30555,4010,0,2,30558,30545,3957,0,2,3957,30545,30570,0,2,30570,30545,30527,0,2,30570,30527,30559,0,2,30559,30529,30568,0,2,30931,30567,30560,0,2,30931,30560,3959,0,2,4014,3959,3960,0,2,3960,3959,30560,0,2,3960,30560,30561,0,2,30587,30564,30565,0,2,30565,30531,30532,0,2,30531,30565,30563,0,2,30567,30566,30561,0,2,30567,30561,30560,0,2,30561,30566,30562,0,2,30562,30566,30579,0,2,30531,30563,30566,0,2,30531,30566,30568,0,2,30568,30566,30567,0,2,30559,30568,30570,0,2,30570,30568,30569,0,2,30569,30568,30931,0,2,30529,30559,30527,0,2,4000,4001,30556,0,2,30556,4001,30571,0,2,30553,4012,30554,0,2,30557,3999,3994,0,2,3994,3999,30556,0,2,30556,3999,4000,0,2,3989,30573,3968,0,2,30830,30581,30702,0,2,30702,30583,30574,0,2,30702,30574,30701,0,2,30701,30574,30700,0,2,30700,30576,30698,0,2,30698,30576,30834,0,2,30698,30834,30575,0,2,30575,30834,4340,0,2,4340,30834,4341,0,2,30834,4342,4341,0,2,30576,30574,30577,0,2,30578,30901,4346,0,2,30576,30700,30574,0,2,30579,30574,30580,0,2,30562,30581,30582,0,2,30582,30581,30830,0,2,30582,30830,30573,0,2,30573,30572,30582,0,2,30582,30572,3961,0,2,30582,3961,3960,0,2,30582,3960,30562,0,2,30562,3960,30561,0,2,30702,30581,30583,0,2,30583,30581,30562,0,2,30583,30562,30580,0,2,30583,30580,30574,0,2,30580,30562,30579,0,2,30564,30579,30563,0,2,30577,30574,30584,0,2,30564,30584,30579,0,2,30579,30584,30574,0,2,30585,30946,4348,0,2,4348,30946,30586,0,2,30588,30586,30587,0,2,30588,30587,30532,0,2,30532,30587,30565,0,2,30586,30588,30589,0,2,30589,30588,30532,0,2,30532,30540,30589,0,2,4350,4349,30590,0,2,30590,4349,30589,0,2,4350,30590,4352,0,2,4352,30592,4353,0,2,4353,30592,30591,0,2,30591,30592,30593,0,2,31199,30593,30594,0,2,31199,30594,4400,0,2,4400,30594,31200,0,2,31200,30594,30595,0,2,31200,30595,30596,0,2,30596,30605,30548,0,2,30548,30219,30596,0,2,30596,30219,30597,0,2,30598,30597,30599,0,2,30599,30604,30600,0,2,30603,30914,30604,0,2,30604,30914,30602,0,2,30604,30602,30600,0,2,30600,30602,30601,0,2,30605,30547,30548,0,2,30535,30594,30593,0,2,30594,30605,30595,0,2,30595,30605,30596,0,2,30593,30592,30534,0,2,30534,30592,4352,0,2,30534,4352,30533,0,2,30590,30589,30533,0,2,4353,30591,4354,0,2,4354,30591,4398,0,2,4398,30606,4354,0,2,4356,4354,30606,0,2,30577,30585,30578,0,2,30835,30832,30831,0,2,30835,30831,4345,0,2,30834,30832,4342,0,2,30573,3989,30572,0,2,3977,30607,30608,0,2,4093,30607,3976,0,2,3976,30607,3981,0,2,3981,30607,3977,0,2,3977,30608,30609,0,2,30608,4113,30609,0,2,30609,4113,3967,0,2,30611,4071,4019,0,2,30611,4019,4116,0,2,4116,4020,30611,0,2,4019,4071,4017,0,2,4128,4127,30612,0,2,4138,4268,4137,0,2,4137,4268,30612,0,2,4137,30612,30613,0,2,30613,30612,4267,0,2,4100,30614,4267,0,2,4269,30613,4273,0,2,4273,30613,30615,0,2,4273,30615,4284,0,2,4273,30616,4269,0,2,30618,4026,30617,0,2,30618,30617,4031,0,2,30618,4031,30619,0,2,30619,4031,4032,0,2,30620,28802,30621,0,2,30621,30627,30622,0,2,23504,23503,30622,0,2,30622,23503,30620,0,2,30622,30620,30621,0,2,30620,30624,30623,0,2,30623,28801,30620,0,2,30620,28801,28802,0,2,23503,30624,30620,0,2,30623,30624,23501,0,2,30623,23501,28800,0,2,30625,28802,30626,0,2,30625,30626,23480,0,2,28805,30626,28804,0,2,28804,30626,28802,0,2,28802,30625,30621,0,2,30625,23480,23505,0,2,23505,23480,23506,0,2,23505,30627,30625,0,2,30625,30627,30621,0,2,30622,30627,23504,0,2,23504,30627,23505,0,2,23509,23514,23516,0,2,23516,23518,23509,0,2,23523,23520,23469,0,2,23470,23520,23521,0,2,30628,454,28789,0,2,30629,30669,28789,0,2,30629,28789,30630,0,2,30629,30630,30665,0,2,30665,30630,30666,0,2,30666,30630,30631,0,2,30630,453,30631,0,2,4052,30513,28871,0,2,28863,28862,30632,0,2,30632,28862,28861,0,2,30632,353,28863,0,2,28863,353,28864,0,2,4043,30674,4057,0,2,30633,30674,4040,0,2,30633,4040,446,0,2,446,445,30633,0,2,30633,445,4058,0,2,30674,30633,4057,0,2,4057,30633,4048,0,2,4048,30633,4058,0,2,23496,30634,30635,0,2,30636,28798,30637,0,2,30637,28798,23499,0,2,23499,23498,30637,0,2,30636,30637,23496,0,2,23496,30635,30636,0,2,30637,23498,23496,0,2,30636,23588,30638,0,2,30636,30638,28798,0,2,23589,30638,23587,0,2,23587,30638,23588,0,2,30635,30634,23598,0,2,23598,30634,23448,0,2,30639,28822,28799,0,2,30639,28799,30638,0,2,30641,30642,23583,0,2,30644,30645,30650,0,2,30650,30645,30646,0,2,30646,30645,30661,0,2,30646,30661,30647,0,2,30647,30659,30658,0,2,30647,30658,30648,0,2,30647,30648,30649,0,2,30649,30648,32490,0,2,30650,30646,30649,0,2,30650,30649,30651,0,2,48960,30651,23612,0,2,48960,23612,30652,0,2,48959,23337,23338,0,2,48907,23338,30653,0,2,30653,23345,3403,0,2,3403,23345,3404,0,2,3404,23345,3406,0,2,30653,3403,48907,0,2,48907,48908,23338,0,2,23338,48908,48959,0,2,23337,48959,23612,0,2,23611,30654,23610,0,2,23612,30651,30654,0,2,30654,32491,30655,0,2,30656,30655,32490,0,2,30654,30655,23610,0,2,23610,30655,30656,0,2,23575,30657,23606,0,2,23606,30657,23605,0,2,30657,30658,23605,0,2,23605,30658,30659,0,2,30659,30647,30660,0,2,23607,30660,23609,0,2,30640,23609,30660,0,2,30640,30660,30641,0,2,30641,30660,30661,0,2,30661,30645,30662,0,2,30661,30662,30641,0,2,30641,30662,30642,0,2,48912,30642,30643,0,2,30643,30642,30662,0,2,30643,30662,30644,0,2,30644,30662,30645,0,2,30647,30661,30660,0,2,23609,23608,23607,0,2,30704,30691,30663,0,2,30704,30663,30664,0,2,30664,30663,30688,0,2,30664,30688,30668,0,2,30668,30688,30676,0,2,30668,30676,30802,0,2,30802,30676,30677,0,2,30802,30677,30665,0,2,30665,30677,30678,0,2,30665,30678,30629,0,2,30665,30666,30667,0,2,30668,30667,448,0,2,450,30667,30666,0,2,452,30666,30631,0,2,30629,30678,30669,0,2,30669,30678,30670,0,2,30670,30678,30679,0,2,30670,30680,30671,0,2,30671,4038,30673,0,2,30671,30673,30672,0,2,30672,30628,30669,0,2,30669,30670,30672,0,2,454,30628,30672,0,2,454,30672,30673,0,2,4038,456,30673,0,2,30671,30672,30670,0,2,4041,4040,30674,0,2,30674,4043,4042,0,2,30674,4042,4041,0,2,30690,4026,30675,0,2,30675,4026,30618,0,2,30675,30618,30619,0,2,30619,30686,30689,0,2,30689,30686,30676,0,2,30676,30686,30677,0,2,30679,30678,30687,0,2,4037,30671,30681,0,2,4037,30681,4035,0,2,30671,30680,30681,0,2,4034,30682,30684,0,2,30684,30682,30683,0,2,30684,30683,4032,0,2,4032,4132,30684,0,2,4035,30681,30685,0,2,30685,30681,4034,0,2,30681,30680,4034,0,2,30683,30687,30686,0,2,30619,30683,30686,0,2,30619,4032,30683,0,2,4034,30680,30682,0,2,30683,30682,30687,0,2,30686,30687,30678,0,2,30686,30678,30677,0,2,30679,30687,30682,0,2,30680,30670,30679,0,2,30676,30688,30689,0,2,30689,30688,30663,0,2,30689,30663,30690,0,2,30689,30690,30675,0,2,30691,30690,30663,0,2,4145,4146,30692,0,2,30692,4146,4147,0,2,4147,4148,30692,0,2,30692,4148,4144,0,2,30693,4144,4270,0,2,30616,4144,4148,0,2,4270,4272,4278,0,2,4278,4272,4279,0,2,4169,30714,30695,0,2,30714,30694,30695,0,2,4340,4339,30575,0,2,30575,4339,30696,0,2,49617,30696,30697,0,2,30697,30696,3970,0,2,4338,30696,4339,0,2,30698,30699,30700,0,2,30702,30701,30830,0,2,30575,30696,30698,0,2,30696,49617,30698,0,2,30698,49617,30699,0,2,30700,30699,30701,0,2,4117,4118,4091,0,2,4488,4111,4096,0,2,4096,4111,4095,0,2,30664,448,447,0,2,4039,447,4040,0,2,447,4039,30664,0,2,30664,4039,30704,0,2,448,30664,30668,0,2,4266,4132,30549,0,2,4131,4130,4141,0,2,30705,30706,4150,0,2,4150,30706,4149,0,2,30705,4150,30707,0,2,30705,30707,4253,0,2,4253,4252,30705,0,2,30706,30705,4251,0,2,30706,4251,30708,0,2,4250,30709,30708,0,2,4250,30708,4251,0,2,4149,30706,30710,0,2,30710,30693,4270,0,2,30693,30710,30708,0,2,30706,30708,30710,0,2,30711,4253,30797,0,2,30797,4253,30707,0,2,30713,30694,30714,0,2,30694,30712,4151,0,2,4151,30712,4150,0,2,4150,30712,30707,0,2,30720,30801,4240,0,2,4240,30801,30800,0,2,30715,30800,30716,0,2,4171,30716,30717,0,2,4241,4171,4177,0,2,4171,4241,30716,0,2,30716,4241,30715,0,2,30719,4178,4180,0,2,30719,30798,30799,0,2,4242,30719,4179,0,2,4178,30719,30799,0,2,4178,30799,30718,0,2,4178,30718,4177,0,2,4177,30718,4241,0,2,30714,30720,30713,0,2,30713,30720,30721,0,2,30713,30721,30797,0,2,30797,30721,30711,0,2,30720,4240,30721,0,2,30721,4240,4239,0,2,30721,4239,4238,0,2,30714,4169,30720,0,2,30720,4169,30801,0,2,30694,30713,30797,0,2,30694,30797,30712,0,2,30712,30797,30707,0,2,30671,4037,4038,0,2,4136,4148,4147,0,2,4136,4147,4142,0,2,4156,30722,4155,0,2,4204,30723,30749,0,2,30725,32439,32394,0,2,32394,30727,30726,0,2,30726,30727,30728,0,2,30729,30728,30730,0,2,30729,30730,31081,0,2,30729,31081,30731,0,2,30731,31081,31068,0,2,30732,30734,30733,0,2,30733,30734,31074,0,2,30733,31074,30739,0,2,30739,31074,30735,0,2,30738,30736,30737,0,2,30738,30739,30735,0,2,30740,31157,32400,0,2,32400,31157,31149,0,2,32400,31149,32396,0,2,32396,31149,31150,0,2,31150,30741,31147,0,2,31147,32428,30742,0,2,30742,30743,30745,0,2,30745,30743,30744,0,2,30745,30744,32435,0,2,32402,32435,30724,0,2,32402,30724,30725,0,2,32435,32402,30745,0,2,30745,32402,30742,0,2,30739,31154,30733,0,2,30733,31154,32401,0,2,30725,30724,32439,0,2,30746,4449,31083,0,2,31083,4449,4448,0,2,30750,30746,30747,0,2,30750,30747,30748,0,2,30748,30747,31084,0,2,32439,31087,32394,0,2,32394,31087,30727,0,2,32439,30748,31084,0,2,30748,30749,30750,0,2,30750,30749,30723,0,2,30750,30723,4450,0,2,30751,30755,30752,0,2,4204,30749,4203,0,2,4203,30749,32440,0,2,4203,32440,30753,0,2,32437,30753,30754,0,2,32437,30754,32436,0,2,30754,32439,30724,0,2,30753,32437,30755,0,2,30753,30755,30751,0,2,30753,30751,4203,0,2,30752,30755,30756,0,2,472,30756,30757,0,2,30758,30757,32436,0,2,30758,32436,32438,0,2,30758,32438,30759,0,2,30759,30744,31164,0,2,30744,30759,32438,0,2,30744,32438,32435,0,2,4202,4203,30751,0,2,470,28777,30760,0,2,30760,28777,4235,0,2,30761,30765,30762,0,2,30762,30765,30763,0,2,30763,30765,30764,0,2,30764,30765,23455,0,2,30766,30768,30767,0,2,30767,30768,30769,0,2,30770,30769,30771,0,2,23364,30775,481,0,2,30775,23364,30771,0,2,30771,23364,23363,0,2,30771,23363,30772,0,2,30771,30772,32538,0,2,32538,30772,32539,0,2,30773,32539,30772,0,2,30773,30772,30774,0,2,23362,30774,23363,0,2,23363,30774,30772,0,2,23362,23361,30774,0,2,30774,23361,23360,0,2,30771,32538,30770,0,2,30777,477,30775,0,2,30777,30775,30771,0,2,30775,477,480,0,2,30775,480,30776,0,2,30776,480,481,0,2,479,480,477,0,2,476,30777,30778,0,2,30778,30769,30768,0,2,30778,30777,30769,0,2,30769,30777,30771,0,2,30764,23455,23456,0,2,23455,30766,30767,0,2,30763,23458,30762,0,2,30762,23458,4235,0,2,23455,30779,30780,0,2,23455,30780,30766,0,2,30766,30780,30781,0,2,30766,30781,30768,0,2,30783,30781,30780,0,2,30768,30781,30778,0,2,30778,30781,476,0,2,476,30781,30782,0,2,31168,30782,474,0,2,30782,30781,30783,0,2,30782,30783,30784,0,2,30784,30785,474,0,2,474,30785,31167,0,2,474,30782,30784,0,2,30784,28777,30785,0,2,30785,28776,31167,0,2,23455,30765,30779,0,2,30765,30761,30779,0,2,28777,30780,30761,0,2,28777,30761,30762,0,2,30780,30779,30761,0,2,23571,23568,23573,0,2,23568,30786,23573,0,2,23568,30787,30786,0,2,23535,23497,23498,0,2,30788,23546,30789,0,2,30789,30790,30791,0,2,30791,23460,30789,0,2,23563,30789,30792,0,2,23459,30792,23460,0,2,23460,30792,30789,0,2,23563,30788,30789,0,2,23547,23562,30793,0,2,30793,30795,30794,0,2,30794,23493,30793,0,2,30793,23562,30795,0,2,30795,23562,23572,0,2,23572,23548,30794,0,2,23572,30794,30795,0,2,23462,463,23461,0,2,23461,463,30796,0,2,30796,23460,23461,0,2,463,464,30796,0,2,4257,4194,461,0,2,23487,30823,30824,0,2,30824,23466,23487,0,2,28779,28781,459,0,2,459,4261,28779,0,2,4249,4246,30799,0,2,4249,30799,30798,0,2,4249,30798,4245,0,2,4245,30798,4244,0,2,4244,30798,4242,0,2,30718,4239,30715,0,2,4239,30718,4246,0,2,30718,30799,4246,0,2,30693,30708,30709,0,2,4170,30800,30801,0,2,4170,30801,4169,0,2,4170,30717,30800,0,2,30800,30717,30716,0,2,4260,4262,458,0,2,458,4263,4260,0,2,30802,30665,30667,0,2,30802,30667,30668,0,2,4040,447,446,0,2,28792,28843,30803,0,2,30803,28843,28845,0,2,30803,28845,30804,0,2,30804,28845,28844,0,2,30804,28844,30805,0,2,30809,30805,30806,0,2,30806,440,30807,0,2,30807,440,30808,0,2,30807,30808,28791,0,2,28791,30808,28807,0,2,30806,30807,30809,0,2,30804,30809,30810,0,2,30804,30810,30803,0,2,30805,30809,30804,0,2,30807,28791,28808,0,2,30807,28808,30810,0,2,30807,30810,30809,0,2,28807,30808,441,0,2,30813,30812,30814,0,2,38775,30813,30814,0,2,38775,30814,3372,0,2,3372,30814,436,0,2,3372,435,38775,0,2,38775,435,434,0,2,434,4056,30815,0,2,30815,4056,4055,0,2,30815,4055,30816,0,2,30816,4055,4053,0,2,30817,30816,30516,0,2,30817,30516,30819,0,2,30819,30516,30811,0,2,433,4056,434,0,2,434,435,3532,0,2,437,436,30814,0,2,437,30814,30818,0,2,30818,30814,30812,0,2,437,30818,3498,0,2,3498,30818,438,0,2,438,30818,30812,0,2,30812,30819,440,0,2,440,30819,30811,0,2,30817,30815,30816,0,2,30819,30812,30813,0,2,30819,30813,30817,0,2,23565,23459,467,0,2,23565,467,469,0,2,4235,23458,469,0,2,4201,4200,4227,0,2,467,23459,30820,0,2,466,30820,464,0,2,464,30820,30796,0,2,30796,30820,23460,0,2,23460,30820,23459,0,2,30820,466,467,0,2,30821,4236,30822,0,2,4200,30822,4199,0,2,4199,30822,4229,0,2,4236,30821,4231,0,2,4234,470,30760,0,2,4231,30760,4235,0,2,30760,4231,4234,0,2,30752,4233,30751,0,2,30790,30823,30791,0,2,30790,30825,30824,0,2,30790,30824,30823,0,2,23546,30825,30789,0,2,30789,30825,30790,0,2,30825,23544,30824,0,2,30826,4440,4441,0,2,30826,4441,32424,0,2,4166,30826,32422,0,2,4166,32422,30827,0,2,4437,4439,4438,0,2,4439,4437,30828,0,2,4439,30828,4321,0,2,4437,4436,30828,0,2,30697,3985,3984,0,2,3984,49617,30697,0,2,30829,3969,30701,0,2,30573,30830,3968,0,2,3968,30830,3969,0,2,30833,30577,30578,0,2,30831,30578,4346,0,2,30831,4346,4345,0,2,30576,30577,30833,0,2,30832,30833,30831,0,2,30831,30833,30578,0,2,30832,30834,30576,0,2,30835,4345,30836,0,2,30832,30835,4342,0,2,4343,4342,30836,0,2,30836,4342,30835,0,2,30838,4345,30837,0,2,30849,30837,4346,0,2,4346,30837,4345,0,2,4344,30838,30860,0,2,30839,30840,30855,0,2,30855,30840,30841,0,2,30855,30841,4457,0,2,4457,30841,30854,0,2,30854,30841,30842,0,2,30854,30842,30843,0,2,30854,30843,30845,0,2,30845,30843,30844,0,2,30845,30844,31042,0,2,31042,30844,30852,0,2,30848,30847,30862,0,2,30848,30862,30861,0,2,30848,30861,30849,0,2,30849,30861,30850,0,2,30837,30850,30838,0,2,30850,30837,30849,0,2,30853,30955,30851,0,2,30853,4466,30852,0,2,30852,4466,31042,0,2,30854,4461,4457,0,2,4457,4461,4459,0,2,30854,30845,4461,0,2,30934,30839,30860,0,2,30860,30839,4472,0,2,4471,4472,30839,0,2,4471,30839,30855,0,2,30855,30937,4456,0,2,30855,4456,30856,0,2,30857,4456,30858,0,2,30857,30858,30859,0,2,30859,4454,4470,0,2,4470,4454,4469,0,2,4453,4469,32404,0,2,32404,4469,4454,0,2,4456,30857,30856,0,2,30858,4456,4455,0,2,30856,4471,30855,0,2,30937,30855,28268,0,2,28268,30855,4457,0,2,4472,4473,30860,0,2,30860,30838,30850,0,2,4466,28288,31040,0,2,31040,28288,30863,0,2,30863,4463,1260,0,2,1260,4463,4465,0,2,28287,30863,30898,0,2,30898,30864,30897,0,2,30897,1258,1256,0,2,1258,30897,1259,0,2,30898,30897,28286,0,2,28286,30897,30865,0,2,30865,1255,30866,0,2,28282,28283,30867,0,2,28282,30867,30868,0,2,30869,30868,30870,0,2,30869,30870,30891,0,2,30890,30871,30872,0,2,30890,30872,32218,0,2,32414,30873,1223,0,2,1223,30873,30874,0,2,31027,30884,30881,0,2,31027,30881,30876,0,2,31026,30876,1249,0,2,31026,1249,1247,0,2,1247,31721,30877,0,2,30877,31721,31722,0,2,31722,1240,31025,0,2,31025,1240,30878,0,2,31025,30878,31031,0,2,30879,31031,30880,0,2,30879,30880,1239,0,2,30880,31031,28173,0,2,28173,31031,30878,0,2,28173,30878,1240,0,2,1240,31722,1241,0,2,30884,32227,30881,0,2,30881,32227,32233,0,2,30881,32233,30882,0,2,30881,30882,30883,0,2,1249,30883,1250,0,2,30883,1249,30876,0,2,30883,30876,30881,0,2,1223,30874,28245,0,2,28245,30874,32229,0,2,30888,30875,32227,0,2,30888,32227,30884,0,2,30884,31030,30885,0,2,30885,31030,31021,0,2,30885,31021,30886,0,2,1226,30887,30886,0,2,30886,30887,30888,0,2,30886,30888,30885,0,2,30887,28252,30888,0,2,30888,28252,1225,0,2,30888,1225,30875,0,2,30885,30888,30884,0,2,30871,30889,30872,0,2,30873,32218,30872,0,2,30870,30871,30890,0,2,30870,30890,30891,0,2,30868,30869,28281,0,2,30868,28281,28282,0,2,28283,28285,30866,0,2,30866,28285,30865,0,2,1255,1254,30866,0,2,30866,1254,1253,0,2,30866,1253,1251,0,2,30866,1251,28283,0,2,1251,31034,30867,0,2,30868,30867,30892,0,2,30868,30892,30870,0,2,30867,31034,30892,0,2,1255,30865,30897,0,2,1256,1257,1265,0,2,1265,1257,30893,0,2,1265,30893,30894,0,2,30894,1266,1265,0,2,1256,1265,1254,0,2,1266,30894,1267,0,2,1267,30894,1268,0,2,1268,30894,30895,0,2,30895,30894,4365,0,2,30895,4365,4364,0,2,4367,4365,30893,0,2,4367,30893,1257,0,2,4367,1257,4366,0,2,30893,4365,30894,0,2,31270,4366,1257,0,2,4366,31270,4387,0,2,4387,31270,30896,0,2,1260,30864,30898,0,2,1260,30898,30863,0,2,1259,30897,1260,0,2,1260,30897,30864,0,2,30564,30587,30899,0,2,30899,30587,30946,0,2,30946,30587,30586,0,2,30564,30899,30900,0,2,30585,30577,30900,0,2,30564,30900,30584,0,2,30584,30900,30577,0,2,30901,30585,4348,0,2,4348,4347,30901,0,2,4348,30902,4347,0,2,30849,4347,30848,0,2,30848,4347,30902,0,2,4349,30903,30947,0,2,30906,30905,30907,0,2,30911,30908,3936,0,2,30911,3936,30223,0,2,30908,30911,30909,0,2,30909,30911,30910,0,2,30909,30910,30907,0,2,30907,30910,30219,0,2,30906,30220,30905,0,2,30220,30904,30905,0,2,30906,30907,30219,0,2,30218,30219,30910,0,2,30909,30907,30908,0,2,30908,30907,30912,0,2,30908,30912,30913,0,2,30913,30912,3942,0,2,30904,3942,30912,0,2,30904,30912,30905,0,2,30905,30912,30907,0,2,30913,3936,30908,0,2,30914,30217,30925,0,2,30602,30914,30915,0,2,30916,30917,30922,0,2,30922,30917,30918,0,2,30918,30919,31222,0,2,31222,30919,31224,0,2,31224,30919,30920,0,2,31257,31255,31258,0,2,31258,31255,30211,0,2,31258,30211,30233,0,2,30602,30915,30601,0,2,30601,30915,30921,0,2,30601,30921,31206,0,2,31206,30921,30916,0,2,30922,30918,31223,0,2,31249,31207,49616,0,2,31219,30923,1279,0,2,30918,31222,31223,0,2,30922,31223,31207,0,2,30916,30921,30915,0,2,30914,30603,30217,0,2,30217,30924,30925,0,2,30928,30925,30926,0,2,30928,30926,30918,0,2,30928,30918,30917,0,2,30928,30917,30927,0,2,30927,30917,30916,0,2,30914,30925,30927,0,2,30914,30927,30915,0,2,30915,30927,30916,0,2,30925,30928,30927,0,2,30931,30568,30567,0,2,30929,30557,3958,0,2,30929,3958,30930,0,2,4499,30557,4500,0,2,4500,30557,3994,0,2,3994,3995,4500,0,2,30557,4499,3958,0,2,30930,30931,3959,0,2,30860,30850,30932,0,2,30932,30934,30860,0,2,30850,30861,30932,0,2,30932,30861,30933,0,2,30933,30861,30862,0,2,30933,30862,30949,0,2,30953,30949,30847,0,2,30934,30932,30935,0,2,30843,30842,30933,0,2,30843,30933,30950,0,2,30843,30950,30844,0,2,30844,30950,30852,0,2,30842,30841,30935,0,2,30935,30936,30934,0,2,30934,30936,30839,0,2,30839,30936,30840,0,2,30936,30935,30840,0,2,30935,30932,30842,0,2,30842,30932,30933,0,2,28267,28268,4457,0,2,28267,4457,4458,0,2,4458,4457,4459,0,2,28265,30944,30939,0,2,28263,30939,31041,0,2,28263,31041,30943,0,2,30943,30942,30940,0,2,30940,30942,28284,0,2,30940,28282,30941,0,2,28284,28282,30940,0,2,28284,30942,28286,0,2,28286,30942,30898,0,2,30898,30942,28287,0,2,30942,30943,28287,0,2,28263,30943,28262,0,2,28262,30943,30940,0,2,28262,30940,28261,0,2,30940,30941,28261,0,2,4458,4460,28266,0,2,28266,4460,30938,0,2,30938,4460,31039,0,2,30938,31039,28265,0,2,28265,31039,30944,0,2,30939,30944,30945,0,2,30939,30945,31041,0,2,28268,28269,30937,0,2,30937,28269,4455,0,2,4327,4435,4407,0,2,30946,30585,30900,0,2,30946,30900,30899,0,2,30947,30903,30902,0,2,30902,4348,30947,0,2,30954,30948,30952,0,2,4405,30952,4355,0,2,4355,30952,30948,0,2,30949,30953,30846,0,2,30949,30846,30853,0,2,30949,30853,30950,0,2,30950,30853,30852,0,2,30950,30933,30949,0,2,30955,30853,30846,0,2,30955,30846,30951,0,2,30948,30954,30903,0,2,30954,30952,30953,0,2,30953,30952,30951,0,2,30953,30847,30954,0,2,30954,30847,30903,0,2,30955,4464,30851,0,2,30956,4464,30951,0,2,30956,30951,30952,0,2,30956,30952,4405,0,2,30951,4464,30955,0,2,4465,1264,1263,0,2,1263,1264,1262,0,2,4465,1263,30957,0,2,31269,31196,4358,0,2,4359,4380,4370,0,2,4372,4380,31198,0,2,30958,778,30959,0,2,30959,30964,28391,0,2,28391,30964,30965,0,2,28391,30958,30959,0,2,30960,30958,30961,0,2,30963,30961,30962,0,2,30963,30962,781,0,2,779,30961,30963,0,2,30961,28392,30962,0,2,30962,28392,782,0,2,30958,30960,778,0,2,777,776,30964,0,2,30964,776,775,0,2,30964,775,30965,0,2,30964,30959,777,0,2,777,30959,778,0,2,31198,4380,4359,0,2,28265,30939,30966,0,2,30966,30967,30970,0,2,30970,30967,30968,0,2,30969,31044,28270,0,2,28274,28275,28273,0,2,28273,28275,30968,0,2,28273,30968,28272,0,2,28272,30968,30967,0,2,28272,30967,28264,0,2,28264,30967,28263,0,2,28263,30967,30939,0,2,28275,30970,30968,0,2,28275,30969,30970,0,2,30966,30970,31043,0,2,30966,31043,30938,0,2,30989,28274,30971,0,2,30985,30972,30973,0,2,30985,30973,28279,0,2,30974,30973,30976,0,2,30974,30976,30975,0,2,30971,28274,30977,0,2,30971,30977,30976,0,2,30976,30977,30978,0,2,30976,30978,30975,0,2,30974,30975,28259,0,2,30971,30976,30972,0,2,30972,30976,30973,0,2,30977,28273,32226,0,2,30989,30971,30987,0,2,30989,30987,30996,0,2,30996,30987,30988,0,2,30996,30988,30995,0,2,31000,30981,1139,0,2,31000,1139,30982,0,2,31062,30983,1137,0,2,31062,1137,31063,0,2,1139,30981,30984,0,2,28279,30984,30985,0,2,30972,30985,30986,0,2,30987,30971,30972,0,2,30987,30972,30986,0,2,28279,28257,30984,0,2,30984,28257,1139,0,2,30984,30981,30985,0,2,30985,30981,30980,0,2,30985,30980,30986,0,2,30986,30988,30987,0,2,30980,30979,30986,0,2,30986,30979,30995,0,2,30986,30995,30988,0,2,31046,30990,30997,0,2,31050,30991,30992,0,2,31055,31058,30993,0,2,30999,30993,30998,0,2,30994,30998,30991,0,2,30995,30994,30996,0,2,30996,30994,30990,0,2,30990,30994,30997,0,2,30997,30994,30991,0,2,30993,31058,30992,0,2,30993,30992,30998,0,2,30998,30992,30991,0,2,30995,30979,30994,0,2,30994,30979,30998,0,2,30999,30980,30981,0,2,30999,30981,31000,0,2,31002,31055,30993,0,2,31001,31002,30999,0,2,31001,30999,31000,0,2,30999,30998,30980,0,2,30980,30998,30979,0,2,31000,30982,31001,0,2,31001,30982,30983,0,2,31001,30983,31062,0,2,864,31008,871,0,2,31005,31004,31011,0,2,31015,31006,31003,0,2,31015,31004,31006,0,2,31006,31004,31005,0,2,31005,31007,31006,0,2,31006,31007,31018,0,2,31018,31007,31009,0,2,31018,31009,870,0,2,31018,870,31008,0,2,31008,870,871,0,2,31007,852,28332,0,2,28332,28333,31009,0,2,31009,28333,31010,0,2,870,31009,31010,0,2,31007,28332,31009,0,2,31005,31011,854,0,2,854,31011,31012,0,2,854,31012,28342,0,2,31011,31004,31012,0,2,28340,31012,31013,0,2,31014,31016,31015,0,2,31004,31015,31016,0,2,31004,31016,31012,0,2,31016,31017,31012,0,2,863,31015,31003,0,2,28340,28342,31012,0,2,31018,31008,31003,0,2,31019,28187,28250,0,2,1226,30886,31020,0,2,31020,31022,1227,0,2,1227,31022,1230,0,2,31020,1227,1226,0,2,31020,30886,31021,0,2,31020,31021,31022,0,2,31022,31021,1231,0,2,28166,31023,31029,0,2,28166,31029,31024,0,2,31722,31025,30877,0,2,1247,30877,31024,0,2,1247,31024,31026,0,2,31029,31023,1231,0,2,31029,31021,31030,0,2,31029,31030,31028,0,2,31028,31030,31027,0,2,31027,31030,30884,0,2,31029,31028,31024,0,2,30876,31026,31027,0,2,31027,31026,31028,0,2,31028,31026,31024,0,2,30877,31025,28165,0,2,30877,28165,31024,0,2,31024,28165,28166,0,2,1231,31021,31029,0,2,1229,1230,28194,0,2,1229,28194,28193,0,2,1247,1248,28153,0,2,4361,28159,28155,0,2,28154,28155,31032,0,2,28154,31032,28153,0,2,31032,28155,1246,0,2,4361,1269,28159,0,2,28159,1269,31266,0,2,31033,31036,1252,0,2,1252,31036,31037,0,2,1252,31037,31034,0,2,31034,31035,30892,0,2,30883,31038,1250,0,2,31038,31036,31033,0,2,31037,31035,31034,0,2,31036,31038,30882,0,2,30883,30882,31038,0,2,31039,4460,31042,0,2,31039,31042,30944,0,2,30945,30944,31040,0,2,31040,30944,4466,0,2,30945,31040,31041,0,2,31041,31040,28287,0,2,31041,28287,30943,0,2,30863,28287,31040,0,2,31042,4466,30944,0,2,30969,31043,30970,0,2,31044,30969,28275,0,2,28270,31044,31045,0,2,28270,31045,28276,0,2,28270,28276,28269,0,2,31047,28276,31046,0,2,31046,31048,32412,0,2,32412,31048,31089,0,2,32412,31089,31090,0,2,31049,31048,31050,0,2,31049,31050,31051,0,2,31051,31050,30992,0,2,31051,30992,31058,0,2,31050,31048,30991,0,2,30991,31048,30997,0,2,30997,31048,31046,0,2,30990,31046,28276,0,2,31089,31048,31049,0,2,31049,31051,31052,0,2,31052,31051,31053,0,2,31054,31059,31075,0,2,31075,31059,32434,0,2,31059,31055,30736,0,2,30736,31055,31056,0,2,30736,31056,1135,0,2,1135,31056,31057,0,2,31002,31057,31056,0,2,31002,31056,31055,0,2,31055,31059,31058,0,2,31058,31059,31060,0,2,31061,31053,31060,0,2,31060,31053,31051,0,2,31054,31060,31059,0,2,31058,31060,31051,0,2,31002,31001,31057,0,2,31057,31001,31062,0,2,1135,31057,31063,0,2,31063,31057,31062,0,2,30737,30736,1135,0,2,30736,32434,31059,0,2,31089,31049,31052,0,2,31089,31052,31064,0,2,31064,31070,31076,0,2,31064,31076,31066,0,2,31066,31076,31065,0,2,31065,32403,31066,0,2,31066,32403,32411,0,2,31068,31067,31069,0,2,32392,32425,31070,0,2,31071,31053,31061,0,2,31088,31072,30734,0,2,30732,30731,30734,0,2,30734,30731,31088,0,2,31073,31054,31075,0,2,31054,31073,31061,0,2,31061,31073,31072,0,2,31072,31073,30734,0,2,30734,31073,31074,0,2,31073,31075,31074,0,2,31074,31075,30735,0,2,31053,31071,31052,0,2,31052,31071,31064,0,2,31064,31071,31070,0,2,31070,32425,31076,0,2,32425,32392,31069,0,2,31077,31081,30730,0,2,31077,30730,31082,0,2,31077,31082,31079,0,2,31077,31079,31078,0,2,31078,31079,4448,0,2,31083,30747,30746,0,2,4448,4449,4447,0,2,4448,4447,31078,0,2,31078,4447,4446,0,2,31078,4446,31077,0,2,31077,31080,31081,0,2,31081,31080,31068,0,2,31068,31080,31067,0,2,31083,31085,31086,0,2,31083,31086,31084,0,2,30747,31083,31084,0,2,31085,31079,31082,0,2,4448,31079,31083,0,2,31083,31079,31085,0,2,31087,32439,31084,0,2,31084,31086,31087,0,2,30727,31087,31085,0,2,31086,31085,31087,0,2,30727,31085,30728,0,2,31085,31082,30728,0,2,30728,31082,30730,0,2,31068,31069,30731,0,2,30731,31069,31088,0,2,31088,32391,31072,0,2,31072,32391,31061,0,2,31069,32392,31088,0,2,32411,31089,31066,0,2,31066,31089,31064,0,2,31089,32411,31090,0,2,30738,30737,31091,0,2,31092,31091,1158,0,2,31093,1131,1108,0,2,31095,31093,31094,0,2,31095,31094,31106,0,2,31095,31106,31107,0,2,31096,31107,31097,0,2,31096,31097,31098,0,2,31099,31097,31111,0,2,31099,31111,31100,0,2,32416,32420,31103,0,2,31143,31101,31145,0,2,31101,31103,31108,0,2,31103,31104,31105,0,2,31105,31104,31111,0,2,31105,31111,31106,0,2,31094,31102,31109,0,2,31094,31093,31102,0,2,31102,31093,1093,0,2,31103,31105,31109,0,2,31109,31105,31094,0,2,31094,31105,31106,0,2,31103,32420,31104,0,2,1094,1096,31108,0,2,31108,1096,31101,0,2,31108,31110,1094,0,2,31102,31110,31109,0,2,31103,31109,31108,0,2,31108,31109,31110,0,2,31099,31098,31097,0,2,31111,31097,31106,0,2,31107,31106,31097,0,2,1131,31093,31160,0,2,31113,31114,31115,0,2,31115,31114,32432,0,2,28735,32431,28733,0,2,28735,1127,32431,0,2,31115,32432,1115,0,2,31115,1115,1099,0,2,1099,31116,31115,0,2,31116,31112,31115,0,2,31115,31112,31113,0,2,31112,1100,31113,0,2,31113,1100,32429,0,2,32429,1100,31117,0,2,31118,31117,1114,0,2,31118,1114,31121,0,2,31121,1114,31119,0,2,31119,1088,31120,0,2,31121,31120,32237,0,2,31121,32237,31122,0,2,31124,32252,28727,0,2,31124,28727,31127,0,2,31125,28731,31129,0,2,31129,28731,32430,0,2,32430,28731,32433,0,2,28733,32433,28731,0,2,28730,28731,31125,0,2,28730,31125,28729,0,2,28729,31125,31127,0,2,31124,31127,31123,0,2,31127,31126,31123,0,2,31123,31126,31122,0,2,31122,31118,31121,0,2,31120,31121,31119,0,2,1089,1088,1090,0,2,1088,31119,1090,0,2,1090,31119,1103,0,2,1114,31117,1105,0,2,31128,1105,31117,0,2,31117,31118,32429,0,2,32429,31126,31129,0,2,31125,31129,31127,0,2,31127,31129,31126,0,2,32429,31118,31126,0,2,31126,31118,31122,0,2,31176,1126,33355,0,2,31176,33355,31175,0,2,31175,33355,31130,0,2,31175,31130,31174,0,2,31174,31130,31131,0,2,31131,31133,31132,0,2,31132,33352,31134,0,2,31134,33352,31135,0,2,33360,31136,31173,0,2,31136,478,31137,0,2,30758,30759,31140,0,2,32416,31143,32417,0,2,31144,31143,31145,0,2,31101,31143,31103,0,2,31103,31143,32416,0,2,31100,31165,31099,0,2,31099,31166,31098,0,2,31098,31166,31146,0,2,30743,30742,32428,0,2,31148,30741,31149,0,2,31096,31098,32427,0,2,32427,31098,31146,0,2,32428,31146,30743,0,2,30741,31150,31149,0,2,31152,31156,31092,0,2,31152,31092,1134,0,2,30740,31154,31155,0,2,31156,31153,31092,0,2,31153,31156,31155,0,2,31153,31155,31154,0,2,30740,31155,31157,0,2,31151,31157,31156,0,2,31156,31157,31155,0,2,31151,31149,31157,0,2,31154,30739,31153,0,2,31149,31151,31148,0,2,31148,31151,31161,0,2,31158,31161,31163,0,2,31158,31163,32427,0,2,31096,32427,31159,0,2,31096,31159,31107,0,2,31107,31159,31095,0,2,31093,31095,31160,0,2,31162,31160,31161,0,2,1131,31160,31162,0,2,1130,31162,31152,0,2,1130,31152,1134,0,2,31156,31152,31151,0,2,31095,31159,31160,0,2,31160,31159,31163,0,2,31160,31163,31161,0,2,32427,31163,31159,0,2,30743,31146,31164,0,2,31164,31146,31166,0,2,31166,31099,31165,0,2,31165,31100,32420,0,2,32420,31142,31165,0,2,31165,31141,31166,0,2,31166,31141,31164,0,2,31164,30744,30743,0,2,31165,31142,31172,0,2,31140,30759,31164,0,2,31140,31164,31141,0,2,31172,31141,31165,0,2,30758,472,30757,0,2,30758,32441,472,0,2,472,32441,28776,0,2,28776,32441,31167,0,2,473,31180,31168,0,2,475,31168,477,0,2,31168,474,473,0,2,32441,31139,31167,0,2,31167,31139,473,0,2,31136,31137,31169,0,2,31136,31169,31173,0,2,31173,31169,31170,0,2,31170,31171,32418,0,2,31170,32418,31173,0,2,31170,32443,31171,0,2,31171,32442,31172,0,2,31131,31132,31174,0,2,31175,31179,1097,0,2,1097,31179,31144,0,2,1097,31144,31145,0,2,1097,31176,31175,0,2,1126,31176,1097,0,2,1126,1097,1098,0,2,31179,31178,31144,0,2,31144,31178,31143,0,2,31143,31178,32417,0,2,32417,31177,32419,0,2,32417,31178,31177,0,2,31177,31178,31179,0,2,31177,31179,31132,0,2,31177,31132,31134,0,2,31132,31179,31174,0,2,31177,31134,31135,0,2,31177,31135,33360,0,2,480,479,31181,0,2,31181,479,478,0,2,31181,478,31136,0,2,478,31168,31180,0,2,477,31168,478,0,2,31137,31180,31169,0,2,31169,31180,31138,0,2,31138,31180,473,0,2,473,31139,31138,0,2,31180,31137,478,0,2,31136,33360,31181,0,2,28272,28264,28262,0,2,28272,28262,28261,0,2,28257,31182,31183,0,2,31183,31182,32407,0,2,32407,31182,32406,0,2,31185,28213,31184,0,2,31186,31188,31187,0,2,31188,1215,1214,0,2,31190,1215,1216,0,2,31189,31190,31191,0,2,1211,31191,1216,0,2,1216,31191,31190,0,2,30903,30847,30902,0,2,31192,31212,31193,0,2,31193,4393,4377,0,2,4377,4393,4392,0,2,31193,4377,31192,0,2,4376,4392,31197,0,2,4394,1278,4397,0,2,4394,4397,4396,0,2,31194,28086,1286,0,2,1286,28054,31194,0,2,31194,28054,31195,0,2,31195,28040,28051,0,2,31195,28051,31194,0,2,28051,28053,31194,0,2,4388,4385,4382,0,2,4382,4378,4384,0,2,4384,4378,31196,0,2,4358,31196,4378,0,2,4358,4376,4359,0,2,4376,4358,4377,0,2,4376,31197,4359,0,2,4359,31197,31198,0,2,31199,4398,30591,0,2,31199,30591,30593,0,2,4400,4398,31199,0,2,31200,30596,30598,0,2,30597,30598,30596,0,2,4401,4400,31200,0,2,4401,31200,31201,0,2,31209,31202,30599,0,2,31209,30599,30600,0,2,30599,31202,30598,0,2,30598,31202,31201,0,2,30598,31201,31200,0,2,31192,31203,31211,0,2,31211,31203,31204,0,2,31211,31204,31205,0,2,31205,31204,31206,0,2,31206,30916,31207,0,2,31207,30916,30922,0,2,31208,31249,49616,0,2,31208,49616,30923,0,2,31207,31249,31206,0,2,31206,31249,31205,0,2,31209,30600,30601,0,2,31209,30601,31204,0,2,31204,30601,31206,0,2,31209,31210,31202,0,2,31202,31210,31201,0,2,4401,31201,4402,0,2,4402,31201,31210,0,2,31209,31204,31210,0,2,31204,31203,31210,0,2,31192,31211,31214,0,2,31192,31214,31212,0,2,31212,31213,4393,0,2,4395,31213,31212,0,2,4395,31212,31218,0,2,31218,31212,31214,0,2,31218,31214,31217,0,2,31217,31214,31215,0,2,31208,31215,31216,0,2,31208,31216,31249,0,2,31215,31208,31217,0,2,31218,31217,30923,0,2,31218,30923,31219,0,2,30923,31217,31208,0,2,31215,31214,31211,0,2,31211,31205,31215,0,2,31215,31205,31216,0,2,4393,31193,31212,0,2,31280,31223,31221,0,2,31224,31221,31222,0,2,49616,31207,31220,0,2,31222,31221,31223,0,2,31223,31280,31220,0,2,31239,31224,31225,0,2,31239,31225,31238,0,2,31238,31225,31250,0,2,31238,31250,31251,0,2,31238,31251,31226,0,2,31288,31227,31228,0,2,31221,31224,31239,0,2,31239,31230,31229,0,2,31231,31230,31237,0,2,31243,31241,31232,0,2,31232,31236,31245,0,2,31245,31236,31233,0,2,30280,31234,31235,0,2,31241,31237,31236,0,2,31241,31236,31232,0,2,31236,31237,31233,0,2,31233,31237,31234,0,2,31234,31237,31230,0,2,31226,31279,31238,0,2,31238,31279,31230,0,2,31230,31279,31234,0,2,31234,31279,31235,0,2,31230,31239,31238,0,2,31262,31243,28096,0,2,28096,31243,31244,0,2,31244,31232,31245,0,2,30280,31233,31234,0,2,31232,31244,31243,0,2,31243,31242,31241,0,2,31231,31241,31247,0,2,31246,31260,31220,0,2,31247,31246,31220,0,2,31231,31247,31240,0,2,31240,31247,31280,0,2,31241,31248,31247,0,2,31231,31237,31241,0,2,31248,31241,31242,0,2,31242,31243,31262,0,2,31280,31221,31240,0,2,31240,31221,31229,0,2,31229,31221,31239,0,2,31240,31229,31231,0,2,31231,31229,31230,0,2,30920,31250,31225,0,2,31225,31224,30920,0,2,31257,31250,31252,0,2,31281,30216,30231,0,2,30918,31253,30919,0,2,30918,30926,31253,0,2,31253,30926,31254,0,2,31254,30216,31253,0,2,31281,30231,31252,0,2,31257,31252,31255,0,2,31250,30920,31252,0,2,31252,30920,31281,0,2,31255,31252,30232,0,2,30211,31255,30232,0,2,30204,31256,30209,0,2,30204,30240,31256,0,2,31251,31250,31257,0,2,31257,31258,31251,0,2,31258,31259,31227,0,2,31227,31259,31228,0,2,31258,30233,31259,0,2,31228,31259,30272,0,2,30272,31259,30271,0,2,30271,31259,30270,0,2,30270,31259,30233,0,2,31308,30203,30199,0,2,30923,31260,31273,0,2,30923,31273,1279,0,2,31226,31251,31258,0,2,31226,31258,31227,0,2,31228,30278,31288,0,2,31235,31279,31261,0,2,31262,31263,28091,0,2,28095,31244,31245,0,2,28095,31245,30310,0,2,31262,28096,31263,0,2,31246,31264,31260,0,2,31262,31264,31242,0,2,31242,31264,31246,0,2,31246,31247,31248,0,2,31265,1270,31268,0,2,31265,31268,31267,0,2,31267,31268,28045,0,2,1270,31265,1269,0,2,31266,1269,49809,0,2,780,49809,28046,0,2,31268,1270,4371,0,2,31268,28061,28045,0,2,31269,4369,4384,0,2,31269,4384,31196,0,2,4360,31269,4358,0,2,30896,31270,1259,0,2,31219,31271,31218,0,2,31218,31271,4395,0,2,1280,31272,28149,0,2,28149,31272,28091,0,2,28091,31272,31262,0,2,31264,31262,31272,0,2,31264,31272,1280,0,2,31264,1280,31273,0,2,31273,1280,1279,0,2,31273,31260,31264,0,2,31274,30290,30291,0,2,31274,30291,30310,0,2,28093,28094,28098,0,2,28098,28094,31276,0,2,28098,31276,31275,0,2,28099,28098,31275,0,2,31275,31276,28100,0,2,28100,31276,31277,0,2,31275,28100,28099,0,2,28100,31277,28101,0,2,30282,30310,30291,0,2,30268,5859,31278,0,2,5858,31278,5859,0,2,31279,31226,31227,0,2,31280,31247,31220,0,2,31220,31207,31223,0,2,30919,31253,31281,0,2,30920,30919,31281,0,2,31282,30215,31283,0,2,31283,30224,3936,0,2,31283,3936,3937,0,2,31283,3937,31282,0,2,31282,3937,3934,0,2,31282,31284,30209,0,2,30228,31283,30215,0,2,30226,30227,30911,0,2,4508,3884,31285,0,2,31285,31286,31287,0,2,31285,31287,4510,0,2,4510,31287,4513,0,2,4513,31287,30206,0,2,31279,31227,31288,0,2,31261,31288,30278,0,2,31261,31279,31288,0,2,30252,31290,30246,0,2,30246,31290,31289,0,2,31291,31289,31290,0,2,4534,31291,31290,0,2,5851,30245,5850,0,2,30245,5851,5852,0,2,30245,31292,5850,0,2,5850,31292,31590,0,2,5850,31590,31293,0,2,5850,31293,5883,0,2,5883,31293,5885,0,2,5885,31293,31588,0,2,5885,31588,5886,0,2,31294,31289,31589,0,2,31589,31289,31295,0,2,31295,31289,4540,0,2,31289,31294,30246,0,2,31296,5906,31297,0,2,31296,31297,49600,0,2,49600,31297,31298,0,2,31298,49608,31299,0,2,49604,49607,31305,0,2,49604,31305,31300,0,2,28127,5855,31300,0,2,28127,31300,31301,0,2,31301,31305,31302,0,2,5907,31303,31297,0,2,31303,5907,31304,0,2,31306,31605,31302,0,2,28124,31301,31302,0,2,31605,28125,31302,0,2,31302,28125,28124,0,2,31301,31300,31305,0,2,31302,31305,31306,0,2,31306,31307,31303,0,2,31303,31307,31297,0,2,31305,49607,31306,0,2,31306,49607,49608,0,2,31306,49608,31307,0,2,31307,49608,31298,0,2,31307,31298,31297,0,2,30926,30924,31254,0,2,30926,30925,30924,0,2,4712,3890,31309,0,2,31309,248,247,0,2,247,4711,31309,0,2,4712,31309,4579,0,2,4579,31309,4711,0,2,4576,4714,4715,0,2,4743,30382,4585,0,2,4584,4671,30190,0,2,30190,4671,4670,0,2,29219,4558,4550,0,2,29218,29219,4550,0,2,4551,4552,29218,0,2,29218,4552,29972,0,2,29976,29972,4552,0,2,29977,29976,29982,0,2,29982,29979,29978,0,2,29982,29978,29977,0,2,3875,3874,6153,0,2,3876,6153,6154,0,2,3875,6153,30376,0,2,30376,6153,3876,0,2,6162,6161,31320,0,2,31320,6161,6170,0,2,31310,6170,5653,0,2,5653,6170,6171,0,2,5653,5654,31321,0,2,31321,5654,31311,0,2,31321,31311,31315,0,2,31321,31315,31312,0,2,31312,31315,4525,0,2,4526,4525,31314,0,2,31313,31314,31316,0,2,31314,31313,6145,0,2,4525,31315,31316,0,2,4525,31316,31314,0,2,31311,31317,31315,0,2,31315,31317,31316,0,2,5653,31321,31318,0,2,31318,31310,5653,0,2,31319,31318,4524,0,2,31319,6167,6163,0,2,31319,6163,31320,0,2,31320,6163,6162,0,2,31320,6170,31310,0,2,31320,31310,31319,0,2,4524,31318,31321,0,2,4524,31321,31312,0,2,6144,6142,6145,0,2,6145,6142,6140,0,2,5676,6128,31322,0,2,5682,31322,31324,0,2,31322,5682,5676,0,2,5676,5682,6127,0,2,6127,5682,6126,0,2,31322,6130,31323,0,2,31323,6130,1706,0,2,1706,31449,5684,0,2,5684,31449,31538,0,2,5684,5828,1706,0,2,1706,5828,31323,0,2,31323,31324,31322,0,2,4599,5644,31325,0,2,6151,3872,31325,0,2,31325,3872,4599,0,2,4616,3863,4615,0,2,4615,3863,3865,0,2,1702,29893,31326,0,2,31326,29893,29892,0,2,31326,31366,1702,0,2,6057,6063,31327,0,2,31327,31334,31328,0,2,31330,31328,31335,0,2,31330,31335,6053,0,2,6053,31329,6054,0,2,6053,6043,31330,0,2,31328,31330,31333,0,2,6033,6045,6046,0,2,6033,6046,31331,0,2,6033,31331,6032,0,2,6045,6033,31332,0,2,31333,31370,31328,0,2,31333,6045,31332,0,2,31332,6059,31333,0,2,31333,6059,31370,0,2,31370,6059,31369,0,2,6063,6056,31327,0,2,31327,6056,31334,0,2,31334,6056,31329,0,2,31336,1665,29916,0,2,6067,31336,6068,0,2,31336,29916,6068,0,2,6068,29916,31337,0,2,6068,31337,31339,0,2,31339,31337,31338,0,2,6106,31339,31338,0,2,6106,31455,6107,0,2,6107,31455,6087,0,2,6107,6087,6105,0,2,6107,6086,6071,0,2,6071,6086,6072,0,2,6086,6073,6072,0,2,6072,6073,6822,0,2,31338,31337,31340,0,2,31341,31340,6216,0,2,6216,31340,29915,0,2,29915,31340,31337,0,2,31338,31340,31455,0,2,31338,31455,6106,0,2,31342,1660,29908,0,2,31342,29908,31343,0,2,29908,29909,31343,0,2,31343,29914,31342,0,2,31348,31347,1707,0,2,31348,31344,31346,0,2,31346,31448,1705,0,2,1705,31349,31346,0,2,31346,31349,31347,0,2,31347,31348,31346,0,2,1707,5673,31350,0,2,31350,5673,1710,0,2,31350,1710,1686,0,2,1686,1709,31345,0,2,1686,31345,31344,0,2,1686,31344,31350,0,2,31350,31344,1707,0,2,1707,31344,31348,0,2,5668,29253,31351,0,2,31352,31351,29224,0,2,31357,31353,6131,0,2,6136,31355,31354,0,2,31354,31355,5675,0,2,5675,31355,31356,0,2,31356,31358,31364,0,2,31364,31357,5674,0,2,5674,31357,1711,0,2,1711,31357,6131,0,2,31357,31364,31358,0,2,31357,31358,31353,0,2,31355,31358,31356,0,2,31358,31355,6146,0,2,6146,31355,6136,0,2,31359,31354,5675,0,2,31359,6137,31354,0,2,6137,31359,6143,0,2,31317,6134,31313,0,2,31313,31316,31317,0,2,5875,5896,31360,0,2,5875,31360,5873,0,2,5873,31360,5895,0,2,5893,5895,5821,0,2,5821,5895,31361,0,2,5877,31361,5896,0,2,5707,5706,5799,0,2,5799,5706,5817,0,2,5799,5790,5707,0,2,31450,4527,31362,0,2,31314,6145,4526,0,2,4526,6145,31362,0,2,31450,31362,6140,0,2,31364,31363,31356,0,2,5675,31356,31363,0,2,1690,31365,49435,0,2,1690,49435,31367,0,2,1690,31367,31366,0,2,31368,31367,49435,0,2,29224,31368,31352,0,2,29224,29246,31368,0,2,31368,1692,31367,0,2,1692,31368,29246,0,2,31366,1691,1690,0,2,31365,1690,1712,0,2,1712,1690,1688,0,2,6061,6057,31369,0,2,31369,6057,31327,0,2,31369,31327,31370,0,2,31370,31327,31328,0,2,6045,31333,6044,0,2,31330,6044,31333,0,2,6046,6047,31568,0,2,6046,31568,31331,0,2,5689,31371,6038,0,2,31372,6116,6118,0,2,31372,6118,6120,0,2,6120,6121,31372,0,2,31373,1385,49390,0,2,49390,1383,1382,0,2,31380,1450,31377,0,2,31377,1450,31378,0,2,31377,31378,49402,0,2,49402,31378,27956,0,2,49402,27956,27958,0,2,27956,31378,31379,0,2,31377,49402,31380,0,2,1387,31373,31374,0,2,1387,31374,49398,0,2,31385,1450,31381,0,2,1471,1470,1481,0,2,1470,1469,31383,0,2,1470,31383,31382,0,2,31382,31383,31384,0,2,31385,31386,1468,0,2,31385,1468,1451,0,2,31385,31381,31386,0,2,31386,31381,31384,0,2,31383,1467,31386,0,2,1468,31388,31387,0,2,49403,1466,1458,0,2,1466,49403,31388,0,2,31381,31380,31384,0,2,27929,31388,31389,0,2,27929,31389,1455,0,2,31388,27929,31387,0,2,1457,31390,36409,0,2,36409,31390,27805,0,2,27805,31390,27798,0,2,27797,27796,27798,0,2,1456,31389,36410,0,2,36410,31389,1457,0,2,36410,1457,36403,0,2,36403,1457,36409,0,2,31420,27915,31391,0,2,31391,27915,31392,0,2,31392,27915,31393,0,2,31392,31393,31399,0,2,31402,31394,31395,0,2,31395,31394,27907,0,2,27907,31394,31400,0,2,31400,31397,31396,0,2,31400,31396,27905,0,2,31396,31397,31398,0,2,31397,27912,31398,0,2,31398,27912,27909,0,2,27908,31398,27909,0,2,31398,27908,31396,0,2,31396,27908,27904,0,2,31396,27904,27905,0,2,31402,31399,31393,0,2,31393,31401,31394,0,2,31402,31393,31394,0,2,31393,27914,31401,0,2,27914,27913,31401,0,2,31401,27913,27912,0,2,27912,31397,31394,0,2,27912,31394,31401,0,2,27905,31424,31400,0,2,31400,31424,27907,0,2,31403,31399,31402,0,2,31403,31405,31404,0,2,31404,36215,31392,0,2,31392,31399,31403,0,2,31392,31403,31404,0,2,31418,31405,31406,0,2,31406,31407,31408,0,2,31411,31410,31413,0,2,27190,31412,27155,0,2,27190,27191,31412,0,2,31412,27191,31413,0,2,31412,31413,31414,0,2,31412,31414,27157,0,2,27157,31414,27158,0,2,31414,31410,31415,0,2,31415,31410,36205,0,2,36205,31409,31415,0,2,27158,31415,31416,0,2,31416,31415,31409,0,2,31416,31409,31408,0,2,31416,31408,31407,0,2,31416,31407,31417,0,2,31417,31407,31425,0,2,31425,31407,31406,0,2,31417,31425,27175,0,2,27158,31416,27169,0,2,27170,31417,27172,0,2,27172,31417,27173,0,2,27170,27172,27171,0,2,27173,31417,27174,0,2,27174,31417,27175,0,2,27169,31417,27170,0,2,27169,31416,31417,0,2,31415,27158,31414,0,2,31405,31418,31404,0,2,31404,36201,31419,0,2,31419,36201,6893,0,2,31419,6893,6892,0,2,6892,6891,31420,0,2,36215,31404,31419,0,2,31405,31403,31395,0,2,31395,31403,31402,0,2,31426,31427,31421,0,2,31421,31427,31422,0,2,31422,36250,20734,0,2,31421,27179,31423,0,2,31423,27179,27178,0,2,27179,31421,31422,0,2,27905,31426,31421,0,2,27178,27177,31423,0,2,31423,27177,31424,0,2,31424,27176,27906,0,2,31424,27177,27176,0,2,27906,27176,27175,0,2,27906,27175,31425,0,2,31425,31406,31405,0,2,31425,31405,27906,0,2,36388,31439,31426,0,2,31426,31435,31427,0,2,31427,31435,36251,0,2,36251,31435,31436,0,2,36251,31436,31428,0,2,31428,20737,31429,0,2,31429,20737,20736,0,2,20730,31430,31442,0,2,31431,31432,1493,0,2,20740,31430,20730,0,2,20730,31442,20731,0,2,20731,31442,31431,0,2,20780,31434,36514,0,2,36514,31434,1493,0,2,36514,1493,1494,0,2,20731,31431,31433,0,2,31433,31431,31434,0,2,20731,31433,36591,0,2,31422,31427,36250,0,2,31426,31439,31435,0,2,31445,31436,36387,0,2,31447,1491,36491,0,2,1491,31447,31437,0,2,27901,36387,31438,0,2,27901,31438,27902,0,2,27902,31438,31439,0,2,27902,31439,36388,0,2,27902,36388,27903,0,2,31437,27900,27899,0,2,31437,27899,1489,0,2,1488,31440,27898,0,2,31438,31435,31439,0,2,31436,31445,31428,0,2,31428,31445,31441,0,2,31441,31446,31430,0,2,31430,31446,31442,0,2,31443,31442,36252,0,2,36252,31442,31444,0,2,36491,31444,31447,0,2,31446,31441,31445,0,2,31446,31444,31442,0,2,31444,31446,31447,0,2,31447,31446,31445,0,2,31428,31441,20737,0,2,20737,31441,20740,0,2,20740,31441,31430,0,2,31431,31442,31443,0,2,31431,31443,31432,0,2,31346,31344,31532,0,2,31532,31533,31448,0,2,31448,31533,1704,0,2,31448,1704,31449,0,2,31448,31449,1705,0,2,31532,31448,31346,0,2,4529,5880,5870,0,2,5870,5871,4530,0,2,5870,4530,4529,0,2,6187,6186,31451,0,2,31451,49975,31452,0,2,31452,1674,31451,0,2,6187,31451,1677,0,2,1677,31451,1676,0,2,29883,31452,29885,0,2,6186,31454,49975,0,2,31453,1668,31452,0,2,31452,1668,29885,0,2,1663,1664,6185,0,2,6087,31455,6214,0,2,6214,31455,31341,0,2,31341,31455,31340,0,2,31456,1593,31525,0,2,1593,31456,1594,0,2,1594,31456,1595,0,2,1597,1595,31456,0,2,1597,31456,31457,0,2,31458,31457,31526,0,2,31458,31526,31461,0,2,31461,31526,1591,0,2,1591,31526,1592,0,2,31457,31458,31459,0,2,31459,31458,31461,0,2,1591,31462,31461,0,2,31459,31461,1599,0,2,1599,31461,31462,0,2,1599,31462,1602,0,2,1602,31462,36584,0,2,1602,36584,31463,0,2,31463,36584,36585,0,2,36585,6864,31469,0,2,31469,6864,31468,0,2,31465,31464,31467,0,2,36505,31474,31468,0,2,31474,36505,31464,0,2,31465,31467,31466,0,2,31467,31464,36505,0,2,1602,31463,31469,0,2,31469,31473,31470,0,2,31470,31473,31475,0,2,31470,31475,31500,0,2,31470,31500,31471,0,2,31471,31499,31494,0,2,31471,31472,1600,0,2,1600,31472,1374,0,2,31494,31472,31471,0,2,31468,31474,31473,0,2,31468,31473,31469,0,2,31473,31474,31475,0,2,31500,31464,31465,0,2,31497,36509,31476,0,2,31476,31477,31478,0,2,31479,31519,36508,0,2,36508,1490,31481,0,2,31481,1490,31480,0,2,31480,1490,1489,0,2,31481,31480,31482,0,2,31523,31502,31484,0,2,31523,31484,31524,0,2,31485,31503,31504,0,2,31485,31504,31486,0,2,31485,31486,31487,0,2,31522,31488,31489,0,2,31522,31489,31490,0,2,31490,31489,31491,0,2,31490,31491,31492,0,2,31493,36392,31499,0,2,31499,36392,31494,0,2,31583,36393,36392,0,2,31583,36392,31493,0,2,31493,31492,31491,0,2,31493,31491,31583,0,2,31495,36583,31496,0,2,31476,31478,31496,0,2,31465,31497,31498,0,2,31465,31498,31499,0,2,31465,31499,31500,0,2,31495,31481,36583,0,2,36583,31481,31483,0,2,1489,31501,31480,0,2,31480,31501,31482,0,2,31482,31501,31510,0,2,31482,31510,31502,0,2,31502,31483,31482,0,2,31483,31481,31482,0,2,31484,36390,31503,0,2,31503,36390,49523,0,2,49523,1485,1484,0,2,31484,31503,31524,0,2,31503,49523,31504,0,2,31504,49523,1484,0,2,31504,1484,31505,0,2,31486,31505,6873,0,2,1483,31505,1484,0,2,31486,31504,31505,0,2,31506,31507,1376,0,2,31508,31486,6873,0,2,31508,31509,31507,0,2,31507,31509,1376,0,2,1378,31509,31508,0,2,31486,31508,31507,0,2,31440,36389,31501,0,2,31501,36389,31510,0,2,31510,36390,31502,0,2,31511,31520,1575,0,2,1576,31520,31514,0,2,1576,31514,31512,0,2,31513,31512,31514,0,2,31513,31514,31515,0,2,31517,31515,31516,0,2,1581,31516,6870,0,2,31515,31517,31513,0,2,31518,36519,1580,0,2,31519,31514,31520,0,2,31519,31520,36508,0,2,36508,31520,31511,0,2,36508,31511,1490,0,2,1490,31511,1491,0,2,1491,31511,1575,0,2,31465,31466,31497,0,2,31497,31466,36509,0,2,31464,31500,31474,0,2,31500,31475,31474,0,2,31471,31500,31499,0,2,31499,31498,31493,0,2,31493,31498,31492,0,2,31492,31498,31497,0,2,31492,31497,31476,0,2,31492,31476,31490,0,2,31521,31490,31496,0,2,31521,31496,36583,0,2,31496,31490,31476,0,2,31490,31521,31522,0,2,31523,31522,36582,0,2,31523,36582,31502,0,2,31502,36582,31483,0,2,31488,31522,31523,0,2,31485,31524,31503,0,2,31485,31487,31524,0,2,31487,31488,31524,0,2,31524,31488,31523,0,2,31463,36585,31469,0,2,31457,1598,1597,0,2,1597,1596,1595,0,2,31457,31456,31525,0,2,31526,31525,31527,0,2,31526,31457,31525,0,2,31527,31528,6842,0,2,6842,31528,6847,0,2,6847,31531,31529,0,2,31529,31531,6225,0,2,6847,31529,6845,0,2,6845,31529,31530,0,2,31530,6844,6845,0,2,31530,31529,6807,0,2,6807,31529,6225,0,2,6846,6224,31531,0,2,31531,6224,6225,0,2,6846,31531,6847,0,2,6060,31533,31532,0,2,31535,31533,6060,0,2,1704,31533,31534,0,2,31536,31534,6036,0,2,31536,6036,6035,0,2,31536,6035,5688,0,2,31535,6036,31534,0,2,31535,31534,31533,0,2,6036,31535,6034,0,2,5688,5687,31536,0,2,31536,5687,31537,0,2,5686,31538,5687,0,2,31538,31537,5687,0,2,31536,31537,31534,0,2,1704,31534,31449,0,2,31534,31537,31449,0,2,31449,31537,31538,0,2,6000,5826,5827,0,2,5826,6000,5999,0,2,31539,6000,5830,0,2,5830,5827,5828,0,2,5827,5830,6000,0,2,31330,6043,6044,0,2,31539,5830,5831,0,2,31539,5831,31540,0,2,31540,6001,31539,0,2,31539,6001,6000,0,2,31540,5831,5998,0,2,31540,5998,31687,0,2,5815,5814,5818,0,2,5818,6006,5815,0,2,31541,31542,5803,0,2,5803,31542,5802,0,2,5803,5804,31541,0,2,5823,5820,5992,0,2,5691,5696,31543,0,2,31543,5696,5688,0,2,5699,5698,5997,0,2,5997,5697,31544,0,2,31544,5697,6008,0,2,31544,6008,31693,0,2,6008,5697,6007,0,2,1409,1414,1410,0,2,1410,1414,1413,0,2,1410,1413,1412,0,2,1414,1409,31546,0,2,31546,1409,31545,0,2,1405,1408,1313,0,2,31545,1408,31546,0,2,31546,1408,1405,0,2,31546,1405,1406,0,2,1351,1417,1415,0,2,1415,1417,31547,0,2,31548,1418,31549,0,2,31548,31549,1356,0,2,6009,1356,1355,0,2,1355,1356,31549,0,2,1354,6025,1352,0,2,1352,1353,1354,0,2,6022,6024,31550,0,2,1349,31550,6024,0,2,1404,1403,31551,0,2,31551,1437,31552,0,2,1404,31551,49410,0,2,1344,1316,31553,0,2,31553,1316,31560,0,2,31556,1441,31557,0,2,49540,31557,31558,0,2,31559,1344,31553,0,2,31559,31553,31558,0,2,31558,31553,49540,0,2,1442,31558,31557,0,2,31556,31557,31555,0,2,31555,31557,49540,0,2,31555,49540,31554,0,2,1316,1444,31560,0,2,31560,1444,1443,0,2,1443,31554,31560,0,2,31560,31554,31553,0,2,756,754,753,0,2,757,756,28361,0,2,31561,31563,757,0,2,28361,31561,757,0,2,757,755,756,0,2,756,753,31686,0,2,756,31686,28361,0,2,28361,31686,28360,0,2,28368,31561,28375,0,2,31561,28368,31562,0,2,31561,31562,31563,0,2,31563,31562,31710,0,2,31563,31710,31564,0,2,31563,31564,758,0,2,758,757,31563,0,2,31564,31710,760,0,2,760,31710,28369,0,2,760,28369,28371,0,2,28369,31710,28370,0,2,762,761,31565,0,2,762,31565,28453,0,2,31561,28361,28375,0,2,31568,31566,31567,0,2,31371,6039,6038,0,2,6040,6039,31567,0,2,31371,31567,6039,0,2,31567,31371,31568,0,2,31568,31371,31331,0,2,31566,31568,6047,0,2,31339,6069,6068,0,2,31572,1375,31573,0,2,31573,1375,31509,0,2,31509,1377,31573,0,2,31573,31574,31572,0,2,1377,31575,31574,0,2,1377,31574,31573,0,2,31572,31574,27973,0,2,31572,27973,31571,0,2,31571,27973,31570,0,2,31570,27973,31578,0,2,27974,27973,31575,0,2,31575,27973,31574,0,2,31509,1375,1376,0,2,31569,27971,1610,0,2,31569,1610,31577,0,2,31577,1610,1373,0,2,31577,1373,49384,0,2,31577,49384,31576,0,2,31576,49385,31571,0,2,31571,49385,31572,0,2,31571,31570,31576,0,2,31576,31570,31577,0,2,31569,31577,31570,0,2,1375,31572,31579,0,2,31580,31579,31581,0,2,31488,31487,31581,0,2,31581,31487,31506,0,2,31581,31506,31580,0,2,1376,31580,31506,0,2,31579,31584,31581,0,2,31581,31584,31582,0,2,31581,31582,31488,0,2,31583,31582,31584,0,2,31582,31583,31489,0,2,31582,31489,31488,0,2,31583,31491,31489,0,2,1471,1472,1462,0,2,1462,1472,27892,0,2,1462,1464,1471,0,2,1464,1463,1471,0,2,31335,31334,31329,0,2,31329,6053,31335,0,2,31334,31335,31328,0,2,31535,6060,6034,0,2,5994,5824,5993,0,2,5993,5823,5992,0,2,5823,5993,5824,0,2,31585,5886,31586,0,2,31585,31586,5867,0,2,5867,31586,4532,0,2,31585,5867,5865,0,2,5886,31588,31586,0,2,31586,31588,31587,0,2,31587,31588,31295,0,2,31295,31588,31589,0,2,31587,31295,4532,0,2,31587,4532,31586,0,2,31588,31293,31589,0,2,31589,31293,31590,0,2,31589,31590,31294,0,2,31294,31590,31292,0,2,5864,31585,5865,0,2,31591,49597,5894,0,2,5894,5844,31591,0,2,31591,5872,5890,0,2,5845,5844,31595,0,2,31595,5844,5717,0,2,5717,31592,5801,0,2,5844,5894,5717,0,2,5717,5894,31592,0,2,31593,5846,5897,0,2,5897,5903,31593,0,2,5847,31593,5903,0,2,31594,31595,5717,0,2,5845,31595,5897,0,2,5717,5718,31594,0,2,31594,5718,31601,0,2,31601,31599,31600,0,2,31600,31599,5782,0,2,5782,31599,31596,0,2,31598,31597,5783,0,2,31597,31598,31596,0,2,5782,31596,31598,0,2,5722,31597,5720,0,2,5720,31597,31596,0,2,5720,31596,5719,0,2,5719,31596,31599,0,2,31600,5898,31601,0,2,31601,5898,31594,0,2,31602,5725,5723,0,2,31602,5723,31603,0,2,5725,31602,5727,0,2,5727,31602,31604,0,2,5727,31604,49595,0,2,49594,49595,31592,0,2,31304,5907,5910,0,2,5910,5912,31304,0,2,31304,28138,31605,0,2,31607,5914,28123,0,2,5914,31607,28138,0,2,31607,31606,28138,0,2,28138,31606,31605,0,2,31605,31606,28125,0,2,28125,31606,31607,0,2,5856,28132,31608,0,2,5856,31608,30269,0,2,30307,30235,30309,0,2,30307,30309,30308,0,2,30309,30235,31608,0,2,30235,30307,30237,0,2,30237,30307,30306,0,2,30269,5858,5856,0,2,30271,30234,30274,0,2,31609,30274,30234,0,2,31609,30234,30236,0,2,30236,30275,31609,0,2,28133,31611,30309,0,2,30308,30309,31611,0,2,30308,31611,30296,0,2,30296,30295,30308,0,2,5798,5705,31624,0,2,31624,5705,31612,0,2,5704,31614,5808,0,2,5704,5808,5703,0,2,5744,31616,31615,0,2,5704,31615,31614,0,2,31614,31615,31613,0,2,31615,31616,31613,0,2,31613,31616,31612,0,2,5808,31614,5815,0,2,31616,5744,31617,0,2,31618,31617,31619,0,2,31618,31619,31698,0,2,31698,31619,31695,0,2,31698,31695,6012,0,2,6012,31695,31691,0,2,5740,5739,31620,0,2,31620,5754,5753,0,2,31641,5941,5954,0,2,31623,31622,5932,0,2,31623,5932,5931,0,2,31622,31623,31621,0,2,5931,5927,31623,0,2,31621,31623,5767,0,2,31621,5767,5768,0,2,31625,5932,31622,0,2,5928,5777,5766,0,2,5928,5766,5767,0,2,5928,5767,31623,0,2,5798,31624,5793,0,2,5793,31624,5794,0,2,5794,31624,5758,0,2,5736,5773,5735,0,2,31625,31622,31642,0,2,31622,31621,31642,0,2,31642,31621,5951,0,2,31641,5951,5768,0,2,5768,5951,31621,0,2,31626,31625,31642,0,2,31626,31642,5950,0,2,31629,28452,31627,0,2,1298,766,767,0,2,31644,28011,31630,0,2,31630,28011,31631,0,2,31631,28011,5947,0,2,31630,31631,767,0,2,31627,1299,31629,0,2,765,764,31633,0,2,31633,764,31632,0,2,28374,28372,28370,0,2,760,28371,761,0,2,761,28371,31565,0,2,28371,28370,28372,0,2,5974,31626,5936,0,2,5936,31626,31635,0,2,31635,31626,31636,0,2,31636,31626,5950,0,2,5948,5946,5945,0,2,28394,28393,28388,0,2,31638,28390,49586,0,2,49586,28390,31637,0,2,31637,28390,783,0,2,31638,49586,49587,0,2,31638,49587,28395,0,2,31638,28395,28388,0,2,5984,5931,5932,0,2,31639,31616,31640,0,2,31618,31640,31617,0,2,31617,31640,31616,0,2,5752,5755,31640,0,2,31640,5755,31639,0,2,5952,31641,5954,0,2,28014,28013,28366,0,2,28366,28013,31643,0,2,31644,31630,31643,0,2,31644,31643,28013,0,2,31634,28374,31646,0,2,31634,31646,31645,0,2,31634,31645,31633,0,2,766,768,767,0,2,767,31643,31630,0,2,31646,28374,31647,0,2,31647,28368,28375,0,2,31647,31648,31646,0,2,31646,31648,31645,0,2,31648,31647,28367,0,2,31650,31667,31651,0,2,31651,31667,31718,0,2,31651,31718,31717,0,2,31651,31717,31652,0,2,31652,31653,31654,0,2,31654,31653,31659,0,2,31654,31659,31663,0,2,31656,31655,28170,0,2,31656,28170,28171,0,2,31656,28171,28162,0,2,28170,31655,28169,0,2,28169,31655,31657,0,2,31657,31659,31661,0,2,31661,31659,31658,0,2,31655,31663,31657,0,2,31657,31663,31659,0,2,31659,31653,31660,0,2,31660,31658,31659,0,2,28169,31657,28168,0,2,28168,31657,31661,0,2,31661,31658,31662,0,2,31662,1235,31661,0,2,28167,31661,1235,0,2,31654,31651,31652,0,2,31666,31663,31655,0,2,31666,31655,31664,0,2,31665,31664,28164,0,2,28164,31664,28163,0,2,31656,31664,31655,0,2,31656,28163,31664,0,2,31666,31670,31671,0,2,31671,31670,31667,0,2,31649,31667,31668,0,2,31649,31668,786,0,2,786,31668,785,0,2,785,31668,31669,0,2,31669,31665,784,0,2,31668,31667,31669,0,2,31669,31667,31670,0,2,31665,31670,31666,0,2,31665,31666,31664,0,2,31670,31665,31669,0,2,31666,31671,31650,0,2,31663,31666,31650,0,2,31663,31650,31654,0,2,31654,31650,31651,0,2,786,31712,31649,0,2,31672,31712,31711,0,2,31672,31711,31673,0,2,31649,31718,31667,0,2,31652,31674,31765,0,2,5973,31676,31677,0,2,31677,31676,31675,0,2,31675,31676,5957,0,2,49613,31675,31678,0,2,5957,31678,31675,0,2,28076,31679,28034,0,2,28033,31680,28032,0,2,28032,31680,28030,0,2,28030,31680,28084,0,2,28034,28084,31680,0,2,28030,28084,28063,0,2,28034,28035,28076,0,2,28379,28380,28066,0,2,28379,28378,28400,0,2,28405,28404,28360,0,2,28405,28360,28376,0,2,31681,28376,31682,0,2,28377,31683,28378,0,2,28378,31683,28400,0,2,28400,31683,28401,0,2,28356,28401,31684,0,2,31684,28377,31685,0,2,31684,31685,28356,0,2,31685,31681,31682,0,2,790,31685,28354,0,2,28354,31685,31682,0,2,28377,31684,31683,0,2,28377,31681,31685,0,2,31681,28377,28376,0,2,31686,31682,28376,0,2,6003,31687,5702,0,2,31540,31687,6003,0,2,31689,31688,5703,0,2,31689,5703,5702,0,2,5744,31688,31696,0,2,5744,31696,31619,0,2,31689,5701,5700,0,2,6011,31694,6009,0,2,6009,31694,31692,0,2,31692,31694,31693,0,2,31693,5699,31544,0,2,31544,5699,5997,0,2,5699,49593,5700,0,2,5700,49593,31690,0,2,31690,49593,31691,0,2,31691,49593,31694,0,2,31694,6011,31691,0,2,31691,31695,31690,0,2,31689,5700,31696,0,2,31619,31696,31695,0,2,31690,31695,31696,0,2,31690,31696,5700,0,2,31619,31617,5744,0,2,31689,31696,31688,0,2,5745,5742,31697,0,2,5743,6013,31697,0,2,31618,31698,5743,0,2,5743,31698,6013,0,2,31702,31701,31699,0,2,31699,28412,31702,0,2,31702,28412,31700,0,2,31700,28411,31705,0,2,31702,1303,5740,0,2,5740,5741,31702,0,2,28407,31703,28408,0,2,31704,28421,28410,0,2,31704,28409,28408,0,2,28421,31704,28411,0,2,31705,28411,28408,0,2,31705,28408,1301,0,2,1301,28408,31703,0,2,28420,31706,28419,0,2,28419,31706,28418,0,2,31707,763,31708,0,2,28410,28406,31708,0,2,31708,28406,31707,0,2,763,764,31708,0,2,31708,764,31628,0,2,31708,31628,28410,0,2,31628,28452,28409,0,2,31627,31628,764,0,2,31709,31905,1333,0,2,31709,1333,1319,0,2,31713,31711,31712,0,2,31711,31713,789,0,2,31711,789,31673,0,2,31673,789,31714,0,2,31714,28349,791,0,2,28349,31714,789,0,2,31673,31714,31775,0,2,31775,31714,820,0,2,31715,820,31714,0,2,31720,31672,31718,0,2,31718,31716,31717,0,2,31717,31716,31652,0,2,31719,31775,31716,0,2,31672,31719,31718,0,2,31718,31719,31716,0,2,31672,31720,31712,0,2,31712,31720,31649,0,2,31649,31720,31718,0,2,28164,784,31665,0,2,31031,28165,31025,0,2,31722,31721,31723,0,2,31723,31721,1247,0,2,31722,31723,1241,0,2,1241,31723,28158,0,2,28158,31723,1247,0,2,814,28347,31756,0,2,31725,31726,31758,0,2,31758,31726,31727,0,2,31728,31746,31756,0,2,31756,31746,31729,0,2,31729,31746,31745,0,2,31729,31745,31753,0,2,31729,31753,31774,0,2,31774,31753,31730,0,2,31887,31732,31731,0,2,31731,31732,31749,0,2,31731,31749,31821,0,2,31821,31735,31815,0,2,31815,31735,31733,0,2,31814,31733,31783,0,2,31783,31755,31785,0,2,31754,31734,31735,0,2,31754,31735,31750,0,2,31736,31751,31786,0,2,31830,31829,31737,0,2,31830,31737,31738,0,2,31739,31738,31828,0,2,31863,31744,31741,0,2,31859,31860,805,0,2,31860,31742,805,0,2,805,31742,31743,0,2,31727,31743,31728,0,2,31728,31743,31744,0,2,31728,31744,31740,0,2,31740,31746,31728,0,2,31745,31746,31747,0,2,31747,31748,31752,0,2,31749,31752,31736,0,2,31749,31736,31750,0,2,31751,31736,31748,0,2,31828,31748,31747,0,2,31748,31736,31752,0,2,31786,31751,31829,0,2,31747,31752,31753,0,2,31753,31752,31730,0,2,31730,31752,31749,0,2,31821,31749,31750,0,2,31821,31750,31735,0,2,31733,31735,31734,0,2,31733,31734,31755,0,2,31745,31747,31753,0,2,31732,31730,31749,0,2,31747,31746,31828,0,2,31727,31726,31743,0,2,31743,31726,805,0,2,31742,31741,31743,0,2,31743,31741,31744,0,2,31736,31786,31750,0,2,31750,31786,31787,0,2,31750,31787,31754,0,2,31733,31755,31783,0,2,31756,31729,814,0,2,31728,31756,31757,0,2,31728,31757,31724,0,2,31758,31727,31724,0,2,31724,31727,31728,0,2,31758,802,31725,0,2,31725,802,803,0,2,31725,803,804,0,2,31758,31724,28350,0,2,28350,31724,31759,0,2,744,31760,49541,0,2,49541,31760,28458,0,2,28458,31760,28457,0,2,28456,28457,31760,0,2,28456,31760,31761,0,2,745,31761,31760,0,2,6964,28457,31762,0,2,28457,6964,28458,0,2,6964,6966,28458,0,2,27759,31763,27696,0,2,27759,27696,6962,0,2,27760,27761,31764,0,2,31764,27761,27680,0,2,31764,27679,27676,0,2,31764,27676,27760,0,2,31653,31765,31769,0,2,31716,31766,31674,0,2,31674,31766,31767,0,2,32003,31768,31776,0,2,31768,32003,31765,0,2,31674,31767,31765,0,2,31765,31767,31768,0,2,32003,31769,31765,0,2,31653,31769,31660,0,2,31660,31769,31770,0,2,31662,31770,821,0,2,821,31770,32002,0,2,32002,31770,31771,0,2,32003,31771,31769,0,2,31769,31771,31770,0,2,31772,818,31767,0,2,818,31773,31767,0,2,31767,31773,31768,0,2,31776,31773,31889,0,2,31776,31889,31777,0,2,31778,31777,31824,0,2,31824,31888,31887,0,2,31732,31886,31730,0,2,31730,31886,31774,0,2,814,31774,815,0,2,815,31774,28345,0,2,31773,31776,31768,0,2,31767,31766,31772,0,2,31772,31766,31775,0,2,31772,31775,49971,0,2,31772,49971,819,0,2,819,49971,820,0,2,31776,31777,32004,0,2,32004,31777,31997,0,2,31778,31826,31779,0,2,31779,31826,31818,0,2,31779,31818,31780,0,2,32010,31781,31819,0,2,32011,31819,31782,0,2,31782,31783,31784,0,2,31813,31785,31734,0,2,31734,31754,31787,0,2,31786,31834,31787,0,2,31834,31835,31787,0,2,31787,31835,31836,0,2,31734,31836,31788,0,2,31790,31812,35094,0,2,31790,35094,31791,0,2,32012,31791,31792,0,2,32012,31792,31793,0,2,31793,31792,35048,0,2,31793,35048,31794,0,2,31794,35048,35046,0,2,31794,35046,32014,0,2,31794,32014,31795,0,2,32013,32204,32205,0,2,31797,32204,31798,0,2,31799,31798,31800,0,2,31799,31800,32021,0,2,32021,31800,31801,0,2,32021,31801,32015,0,2,32014,31802,31795,0,2,31795,31796,32012,0,2,31801,31800,31803,0,2,31803,31798,31802,0,2,31803,31802,32014,0,2,31803,31800,31798,0,2,31798,32204,31802,0,2,32013,31796,32204,0,2,31796,31795,32204,0,2,32204,31795,31802,0,2,31793,31794,31795,0,2,31791,32012,31804,0,2,31804,32012,31784,0,2,31804,31784,35099,0,2,31785,31809,31789,0,2,31809,31785,31813,0,2,31791,31804,31790,0,2,31788,31836,31805,0,2,31808,31806,31807,0,2,31809,31808,35097,0,2,31809,35097,31810,0,2,31810,35097,31811,0,2,31810,31811,31812,0,2,31812,31790,31810,0,2,31810,31790,31789,0,2,31805,31806,31788,0,2,31788,31806,31813,0,2,31809,31813,31808,0,2,31808,31813,31806,0,2,31734,31785,31755,0,2,31785,35099,31783,0,2,31783,35099,31784,0,2,31733,31814,31816,0,2,31815,31733,31816,0,2,31815,31816,31820,0,2,31820,31816,31822,0,2,31822,31817,31818,0,2,31818,31817,31780,0,2,31780,31817,31781,0,2,31781,31817,31819,0,2,31819,31817,31816,0,2,31817,31822,31816,0,2,31821,31815,31820,0,2,31820,31822,31823,0,2,31820,31823,31827,0,2,31820,31827,31821,0,2,31821,31827,31731,0,2,31823,31822,31825,0,2,31823,31825,31827,0,2,31887,31827,31824,0,2,31824,31826,31778,0,2,31778,31997,31777,0,2,31824,31825,31826,0,2,31826,31825,31818,0,2,31827,31825,31824,0,2,31825,31822,31818,0,2,31827,31887,31731,0,2,31783,31782,31814,0,2,31814,31782,31819,0,2,31814,31819,31816,0,2,31737,31828,31738,0,2,31737,31829,31751,0,2,31751,31748,31737,0,2,31828,31737,31748,0,2,31829,31830,31831,0,2,31832,31831,31833,0,2,31832,31869,31834,0,2,31832,31786,31829,0,2,31829,31831,31832,0,2,31786,31832,31834,0,2,31836,31835,31877,0,2,31877,31835,31837,0,2,31877,31837,31870,0,2,31877,31870,31838,0,2,31840,31841,31842,0,2,31842,31841,35102,0,2,31843,31842,732,0,2,31844,31845,31849,0,2,31849,31845,35119,0,2,35119,31845,35067,0,2,32058,35067,31846,0,2,31846,35067,31847,0,2,730,729,28460,0,2,28460,729,31847,0,2,31847,729,31846,0,2,28460,31847,31848,0,2,31848,31845,31844,0,2,31848,31847,31845,0,2,31844,31849,35120,0,2,31844,35120,31843,0,2,31843,35120,31842,0,2,7014,733,31850,0,2,7014,31850,31851,0,2,31851,31850,31852,0,2,31868,31871,31853,0,2,31853,31871,31874,0,2,31853,31874,31865,0,2,31854,31869,31855,0,2,31854,31855,31865,0,2,31865,31855,31864,0,2,31864,31862,31856,0,2,31856,31862,31857,0,2,31856,31857,31858,0,2,31859,31858,31860,0,2,31858,31857,31860,0,2,31742,31860,31741,0,2,31863,31741,31861,0,2,31830,31862,31878,0,2,31878,31862,31864,0,2,31857,31741,31860,0,2,31741,31857,31861,0,2,31858,742,31856,0,2,31856,742,741,0,2,31864,31856,740,0,2,31864,740,31865,0,2,31855,31833,31864,0,2,31865,31866,31853,0,2,31853,31866,31880,0,2,31880,31867,31868,0,2,31868,31867,31884,0,2,31868,31884,31871,0,2,31865,740,31866,0,2,741,740,31856,0,2,31868,31853,31880,0,2,31869,31854,31835,0,2,31835,31834,31869,0,2,31835,31854,31837,0,2,31870,31837,31839,0,2,31839,31838,31870,0,2,31873,31871,31872,0,2,31873,31872,31839,0,2,31873,31839,31837,0,2,31871,31852,31872,0,2,31841,31872,31850,0,2,31841,31850,35102,0,2,35102,31850,733,0,2,31841,31839,31872,0,2,31839,31841,31840,0,2,31850,31872,31852,0,2,31837,31854,31873,0,2,31873,31874,31871,0,2,31874,31873,31865,0,2,31865,31873,31854,0,2,31839,31840,31838,0,2,31838,31840,31875,0,2,31875,31807,31876,0,2,31836,31877,31805,0,2,31805,31877,31838,0,2,31805,31838,31876,0,2,31875,31876,31838,0,2,31876,31807,31806,0,2,31876,31806,31805,0,2,31832,31833,31869,0,2,31869,31833,31855,0,2,31878,31831,31830,0,2,31830,31738,31861,0,2,31861,31738,31879,0,2,31879,31738,31739,0,2,31879,31739,31740,0,2,31879,31740,31744,0,2,31879,31744,31863,0,2,31879,31863,31861,0,2,31830,31861,31862,0,2,31878,31864,31833,0,2,31878,31833,31831,0,2,31880,35110,31881,0,2,31880,31881,31867,0,2,31867,31881,31882,0,2,31883,31882,7013,0,2,31883,7013,736,0,2,737,31882,31885,0,2,31882,31883,31867,0,2,31867,31883,31884,0,2,31871,31884,31852,0,2,35110,738,31885,0,2,31885,738,7012,0,2,7012,738,6974,0,2,31887,816,31732,0,2,31732,816,31886,0,2,31774,31886,28345,0,2,28345,31886,816,0,2,31888,31824,31889,0,2,31889,817,31888,0,2,31888,817,31887,0,2,31740,31739,31746,0,2,31746,31739,31828,0,2,801,28350,31759,0,2,31891,31890,812,0,2,812,811,31891,0,2,31891,811,810,0,2,31891,802,28350,0,2,28350,31890,31891,0,2,802,31891,810,0,2,812,31890,749,0,2,28456,6949,6948,0,2,28456,6948,31892,0,2,28457,31892,31762,0,2,6952,6948,6949,0,2,6948,6952,31902,0,2,1440,1439,49536,0,2,49416,31894,6941,0,2,6941,31894,27697,0,2,49532,6941,27733,0,2,27733,6941,27697,0,2,27733,27697,1436,0,2,1436,6940,27733,0,2,6934,6933,6935,0,2,6935,27701,27700,0,2,6936,6935,27700,0,2,27699,6937,6936,0,2,31895,31901,31896,0,2,31896,31901,31897,0,2,27950,31896,31897,0,2,31895,49394,31898,0,2,31898,49394,49408,0,2,31898,49408,31899,0,2,31899,49408,6928,0,2,31898,31899,31901,0,2,31898,31901,31895,0,2,31899,31900,31901,0,2,31900,31897,31901,0,2,27701,6935,6932,0,2,6932,6935,6933,0,2,1440,6952,6958,0,2,31902,31903,31904,0,2,31762,31892,6948,0,2,31904,31762,6948,0,2,31762,31904,31763,0,2,31763,31904,27696,0,2,31906,6956,31905,0,2,6955,6956,31906,0,2,1442,6953,6955,0,2,6955,6953,6954,0,2,1442,6955,31906,0,2,31906,31905,31709,0,2,31906,31709,1317,0,2,31906,1317,1442,0,2,1317,31709,1318,0,2,28436,28437,31907,0,2,31908,28439,28440,0,2,28436,31907,28435,0,2,28435,31907,31908,0,2,31908,31907,28439,0,2,28435,31908,28431,0,2,28431,31908,28432,0,2,28432,28440,28455,0,2,28455,28433,28432,0,2,28434,28435,28431,0,2,28434,28431,28430,0,2,1316,31909,1315,0,2,804,809,807,0,2,804,807,805,0,2,743,31910,6980,0,2,6981,31910,31911,0,2,6981,31911,31913,0,2,31913,31911,31912,0,2,31914,6967,6968,0,2,31914,6968,31928,0,2,31914,31928,31912,0,2,31912,31928,31913,0,2,6980,31910,6981,0,2,6967,31914,6966,0,2,6966,31914,31915,0,2,31915,31912,31911,0,2,31915,28458,6966,0,2,31915,31914,31912,0,2,6969,31917,31916,0,2,31919,6970,31916,0,2,27687,31917,6969,0,2,31917,7031,27683,0,2,31917,27683,31916,0,2,31916,27683,31918,0,2,31916,31918,31920,0,2,31916,31920,31919,0,2,31919,7026,6972,0,2,6972,7024,7023,0,2,7026,7024,6972,0,2,6972,7023,6973,0,2,31919,31920,7026,0,2,7026,31920,27630,0,2,27630,31920,27628,0,2,31921,7032,31923,0,2,31923,7032,31922,0,2,31923,31922,7028,0,2,7028,7029,31923,0,2,31923,7029,31924,0,2,31923,31924,31921,0,2,7028,31922,27781,0,2,7028,27781,31925,0,2,7028,31925,27591,0,2,31941,31940,27714,0,2,31941,27714,27715,0,2,27712,27717,27716,0,2,27717,27712,31926,0,2,31926,27718,27717,0,2,31927,27713,27714,0,2,6981,31913,27695,0,2,27695,31913,31928,0,2,31928,6968,27692,0,2,31928,27692,27691,0,2,27691,27695,31928,0,2,27685,27686,31929,0,2,31929,27686,31930,0,2,31929,31931,27685,0,2,31929,31930,31931,0,2,31932,27680,27675,0,2,27680,31932,31930,0,2,27680,31930,27686,0,2,27675,31933,31932,0,2,27683,7030,31949,0,2,27588,31949,7029,0,2,31934,27587,27586,0,2,31934,27586,27584,0,2,27584,27590,31934,0,2,7021,27627,6996,0,2,6996,27627,27625,0,2,27625,27627,27624,0,2,27624,27627,27626,0,2,27624,27626,6997,0,2,7035,27580,31935,0,2,31935,27580,27617,0,2,31935,27617,27632,0,2,31935,31936,27581,0,2,27581,31936,27582,0,2,31938,27782,49543,0,2,31937,31938,27779,0,2,49543,27782,27781,0,2,31939,31948,31940,0,2,31939,31940,31941,0,2,31939,31941,31946,0,2,31948,31942,31938,0,2,31943,31948,31939,0,2,31943,31939,7037,0,2,31943,7037,7036,0,2,31944,31946,31945,0,2,31945,31946,31947,0,2,31945,31947,27659,0,2,7037,31939,31946,0,2,31943,7035,31948,0,2,7035,31942,31948,0,2,31946,31941,31947,0,2,31947,31941,27715,0,2,31938,31942,7034,0,2,31937,31940,31948,0,2,31937,31948,31938,0,2,31949,7030,31924,0,2,31949,31924,7029,0,2,27632,31936,31935,0,2,27565,27573,27635,0,2,27635,27573,27634,0,2,7062,7061,31952,0,2,7062,31952,31950,0,2,31950,27467,31951,0,2,31951,27467,31953,0,2,31951,27463,31950,0,2,7063,7062,31950,0,2,27467,31952,27469,0,2,27469,31952,27645,0,2,31952,27467,31950,0,2,31953,27467,31954,0,2,31954,27467,27466,0,2,31958,35335,35306,0,2,35306,35335,31960,0,2,35306,31960,31959,0,2,31959,31960,27246,0,2,31959,27246,35312,0,2,35312,27246,31961,0,2,35313,31961,27244,0,2,27240,27238,27242,0,2,27242,27238,27244,0,2,31960,35333,27245,0,2,27245,35333,35334,0,2,27245,35334,35311,0,2,27245,35311,27476,0,2,27478,27245,27476,0,2,35311,35332,35336,0,2,31963,27239,31962,0,2,31962,27239,27500,0,2,31962,27495,31963,0,2,27250,27236,31965,0,2,31965,31966,27495,0,2,27495,31966,31963,0,2,31965,27236,31966,0,2,31966,27236,31964,0,2,31964,31963,31966,0,2,27131,27132,31976,0,2,31976,31967,31975,0,2,35219,6907,31969,0,2,35219,31969,31968,0,2,31968,31969,31970,0,2,31970,31969,6906,0,2,31971,31970,31974,0,2,31971,31974,31978,0,2,31978,31974,31973,0,2,31978,31973,27199,0,2,31970,6906,31974,0,2,31974,36191,31973,0,2,31974,6906,6904,0,2,6904,36191,31974,0,2,36191,36190,31973,0,2,31973,36190,27199,0,2,27199,36190,31972,0,2,6905,6904,6906,0,2,31968,31970,31967,0,2,31967,31970,31975,0,2,31975,31977,31976,0,2,27199,27201,31978,0,2,31978,27201,31979,0,2,31979,31977,31978,0,2,31979,27140,31980,0,2,31979,31980,31977,0,2,31977,31980,31976,0,2,31976,31980,27130,0,2,31977,31975,31978,0,2,6910,31982,27135,0,2,6910,27135,7051,0,2,31985,7050,31983,0,2,31983,7050,6913,0,2,6915,27859,31987,0,2,31987,27859,31984,0,2,31984,27858,6913,0,2,31983,6911,31985,0,2,31985,6911,31986,0,2,7049,31987,7048,0,2,31987,31984,6913,0,2,31987,6913,7048,0,2,7048,6913,7050,0,2,27134,31981,27527,0,2,27527,31981,27529,0,2,27529,31981,31988,0,2,27529,31988,27133,0,2,31988,31967,27133,0,2,27133,31967,27132,0,2,31967,31988,31968,0,2,31967,31976,27132,0,2,31991,27148,27145,0,2,27180,31990,31992,0,2,27212,31990,27211,0,2,27211,27184,27212,0,2,31990,27180,27211,0,2,31989,27180,31992,0,2,31989,31992,31991,0,2,27149,31992,27213,0,2,31992,27149,31991,0,2,31991,27149,27148,0,2,31989,31991,27145,0,2,31995,27293,31993,0,2,31995,31993,27294,0,2,31995,27294,49517,0,2,49517,27294,27295,0,2,31993,31994,27294,0,2,27293,31995,27292,0,2,27292,31995,49517,0,2,27292,49517,27296,0,2,31938,7034,27782,0,2,27690,27691,31996,0,2,31996,27691,27692,0,2,6969,6970,27692,0,2,27692,6970,31996,0,2,27690,31996,6971,0,2,6971,31996,6970,0,2,31998,31997,31778,0,2,31998,31778,31779,0,2,31997,31998,32202,0,2,31997,32202,31999,0,2,32005,829,32000,0,2,32001,28344,825,0,2,825,824,32001,0,2,32001,824,32006,0,2,32006,824,823,0,2,31776,32004,32003,0,2,32003,32004,31771,0,2,31771,32004,31999,0,2,31771,31999,32002,0,2,32002,31999,32005,0,2,32002,32005,32006,0,2,32001,32006,32000,0,2,32000,32006,32005,0,2,32004,31997,31999,0,2,821,32002,822,0,2,32002,32006,822,0,2,822,32006,823,0,2,32005,31999,829,0,2,829,31999,32202,0,2,829,32202,32200,0,2,32007,32008,832,0,2,832,32008,32203,0,2,832,32203,833,0,2,832,831,32007,0,2,32007,831,32201,0,2,31998,31779,32007,0,2,31779,31780,32007,0,2,32007,31780,32008,0,2,32008,31780,31781,0,2,32008,31781,32009,0,2,32009,31781,32010,0,2,32009,32010,32011,0,2,31796,32011,31782,0,2,31795,32012,31793,0,2,31784,32012,31782,0,2,31796,32013,32011,0,2,32011,32013,32009,0,2,32011,32010,31819,0,2,32014,32023,32025,0,2,32025,32023,32015,0,2,32015,32023,32016,0,2,32017,32016,32024,0,2,32016,32017,32348,0,2,32016,32348,32026,0,2,32026,32348,32347,0,2,32026,32347,32206,0,2,32206,32347,32018,0,2,843,844,32019,0,2,32019,844,32020,0,2,32019,32020,32018,0,2,882,32017,32024,0,2,882,32024,32022,0,2,32014,35046,32023,0,2,32016,32023,32024,0,2,31803,32014,32025,0,2,31803,32025,31801,0,2,31801,32025,32015,0,2,32027,32028,32029,0,2,32101,32030,32031,0,2,32028,32031,32032,0,2,32028,32032,32029,0,2,32029,32033,32040,0,2,32035,32034,32069,0,2,32035,32069,32045,0,2,32045,32069,32036,0,2,32036,32098,32215,0,2,32214,32215,32099,0,2,32214,32099,32038,0,2,32038,32099,32039,0,2,32039,32099,32097,0,2,32039,32097,32090,0,2,32039,32090,32089,0,2,32039,32089,32165,0,2,32165,32037,32039,0,2,32038,32039,32037,0,2,32034,32035,32040,0,2,32027,32041,881,0,2,881,32041,35089,0,2,32041,32035,35088,0,2,35088,32035,32045,0,2,35088,32045,32043,0,2,32042,32043,32044,0,2,32042,32044,880,0,2,880,35082,878,0,2,878,35082,877,0,2,32043,32045,32044,0,2,32041,35088,35089,0,2,32035,32041,32040,0,2,32029,32040,32041,0,2,32029,32041,32027,0,2,32040,32033,32034,0,2,32034,32033,32046,0,2,32047,32107,32105,0,2,32047,32105,32048,0,2,32049,32048,35044,0,2,886,32056,32079,0,2,32079,32056,32054,0,2,32079,32054,35064,0,2,32054,32055,35127,0,2,35127,32055,32067,0,2,728,32067,28462,0,2,28462,32067,729,0,2,729,32067,31846,0,2,32067,32055,31846,0,2,32058,32055,32054,0,2,32058,32054,32056,0,2,32057,32056,887,0,2,32056,32057,32058,0,2,32058,32057,32060,0,2,32058,32060,32059,0,2,32059,32060,35113,0,2,35113,35068,35051,0,2,35068,35073,32061,0,2,32061,35073,32062,0,2,32063,32062,32065,0,2,32065,32064,32066,0,2,32066,32064,883,0,2,31846,32055,32058,0,2,35127,32067,35066,0,2,35066,32067,32068,0,2,727,32068,32067,0,2,32034,32046,32069,0,2,32093,32069,32046,0,2,32047,32048,32049,0,2,32086,32049,32071,0,2,32086,32071,32175,0,2,32175,32071,32073,0,2,32072,32074,32174,0,2,32174,32074,32082,0,2,32174,32082,32172,0,2,32172,32082,694,0,2,32172,700,713,0,2,32049,35044,32071,0,2,32071,35044,32050,0,2,32085,32052,32083,0,2,32083,32052,32106,0,2,32083,32106,32053,0,2,32083,32053,32075,0,2,32083,32075,32084,0,2,32075,32053,32076,0,2,28477,32076,32077,0,2,28477,32077,32078,0,2,28476,32079,35064,0,2,32077,32076,32080,0,2,32076,32053,32080,0,2,32076,28477,28478,0,2,32074,28478,32081,0,2,32074,32081,32082,0,2,28478,32074,32084,0,2,28478,32084,32076,0,2,32076,32084,32075,0,2,32072,32084,32074,0,2,32085,32083,32084,0,2,32085,32084,32072,0,2,32072,32073,32085,0,2,32085,32073,32050,0,2,32050,32073,32071,0,2,32052,32085,32051,0,2,32051,32085,32050,0,2,32091,32092,32087,0,2,32090,32166,32089,0,2,32089,32166,32165,0,2,32092,32091,32070,0,2,32092,32070,32107,0,2,32107,32047,32092,0,2,32092,32047,32086,0,2,32070,32091,32093,0,2,32093,32094,32095,0,2,32069,32095,32036,0,2,32036,32095,32098,0,2,32069,32093,32095,0,2,32093,32091,32094,0,2,32098,32094,32096,0,2,32097,32096,32090,0,2,32098,32099,32215,0,2,32095,32094,32098,0,2,32097,32098,32096,0,2,32090,32096,32088,0,2,32088,32096,32100,0,2,32109,32100,32087,0,2,32096,32094,32100,0,2,32100,32094,32087,0,2,32087,32094,32091,0,2,32030,32101,882,0,2,882,32101,32027,0,2,32027,32101,32028,0,2,32104,32103,32051,0,2,35043,35044,32048,0,2,35043,32048,32105,0,2,32029,32032,32033,0,2,35044,32104,32050,0,2,32050,32104,32051,0,2,32030,32022,35042,0,2,35042,32022,32102,0,2,32102,883,32103,0,2,32052,32103,885,0,2,32052,885,32106,0,2,32106,885,32053,0,2,32052,32051,32103,0,2,32046,32033,32107,0,2,32105,32107,32032,0,2,32032,32107,32033,0,2,32107,32070,32046,0,2,32088,32100,32108,0,2,32108,32100,32109,0,2,32109,32087,32110,0,2,32088,32108,32163,0,2,32088,32163,32090,0,2,32159,32108,32109,0,2,32110,35037,32111,0,2,32111,35037,32171,0,2,32160,35012,32112,0,2,32112,35012,35010,0,2,35010,32113,32164,0,2,32113,32114,32116,0,2,32115,32117,32149,0,2,32149,32118,32168,0,2,32168,32118,32119,0,2,32168,32119,32209,0,2,32209,32155,32120,0,2,32120,32155,32156,0,2,32121,32122,32146,0,2,32123,32146,32125,0,2,32123,32125,32124,0,2,32125,32146,32126,0,2,32126,32146,32122,0,2,889,888,32127,0,2,32127,32121,32120,0,2,32127,32120,32158,0,2,32127,32158,32128,0,2,32127,32128,28315,0,2,28315,32128,28314,0,2,28317,28314,32129,0,2,28317,32129,32130,0,2,28317,32130,28316,0,2,32137,32130,32136,0,2,32137,32136,32131,0,2,32136,35002,34999,0,2,32132,34999,32133,0,2,32132,32133,910,0,2,910,32133,32134,0,2,910,32134,32135,0,2,32132,34998,32136,0,2,32132,32136,34999,0,2,32138,32137,32141,0,2,32138,32141,32139,0,2,32139,32141,35033,0,2,32139,35033,32140,0,2,32140,35033,34979,0,2,34979,899,898,0,2,34979,898,32140,0,2,32137,32131,911,0,2,32137,911,32141,0,2,35033,32141,32142,0,2,35033,32142,914,0,2,32144,900,32143,0,2,34978,34979,32145,0,2,32145,34979,914,0,2,32145,32143,34978,0,2,34978,32143,900,0,2,32127,28315,889,0,2,888,32126,32122,0,2,32127,888,32121,0,2,32121,888,32122,0,2,32124,32125,32147,0,2,876,32147,875,0,2,875,32147,32125,0,2,32117,32148,32149,0,2,32149,32148,32150,0,2,32153,32150,32151,0,2,32153,32151,32152,0,2,32153,32152,32154,0,2,32153,32154,32155,0,2,32155,32154,32156,0,2,32156,32157,32158,0,2,32128,35000,32129,0,2,32129,28314,32128,0,2,32158,32120,32156,0,2,32155,32209,32119,0,2,32155,32119,32153,0,2,32153,32119,32118,0,2,32153,32118,32150,0,2,32150,32118,32149,0,2,35030,35031,32161,0,2,35030,32161,32111,0,2,32111,32161,32162,0,2,32112,32159,32161,0,2,32112,32161,32160,0,2,32160,32161,35031,0,2,32111,32162,32110,0,2,32162,32159,32109,0,2,32162,32109,32110,0,2,32161,32159,32162,0,2,32163,32164,32090,0,2,32090,32164,32166,0,2,32165,32166,35014,0,2,35014,32166,32116,0,2,32113,32116,32166,0,2,32113,32166,32164,0,2,32163,32112,32164,0,2,32164,32112,35010,0,2,32165,35014,32167,0,2,32165,32167,32037,0,2,32037,32167,35015,0,2,35015,32167,32168,0,2,32168,32167,32149,0,2,32168,32169,35015,0,2,32163,32108,32112,0,2,32112,32108,32159,0,2,713,32171,35039,0,2,713,35039,32172,0,2,32172,32173,32174,0,2,32072,32174,32173,0,2,32072,32173,32073,0,2,32073,32173,35040,0,2,32073,35040,32175,0,2,32086,32176,32177,0,2,32086,32177,32092,0,2,32176,32086,32175,0,2,32171,713,32170,0,2,35030,32111,32170,0,2,32170,32111,32171,0,2,703,704,949,0,2,681,32186,32180,0,2,32186,32179,32180,0,2,32180,32179,32181,0,2,32183,32182,32178,0,2,32183,32178,32184,0,2,32179,32182,32181,0,2,32180,32181,683,0,2,32180,683,681,0,2,32181,9276,683,0,2,953,32184,929,0,2,953,940,32184,0,2,32184,940,32183,0,2,32183,941,32182,0,2,32182,941,32185,0,2,32182,32185,32181,0,2,32181,32185,9276,0,2,9276,32185,684,0,2,684,32185,685,0,2,32185,942,686,0,2,32187,32186,32188,0,2,680,32188,32186,0,2,32189,590,583,0,2,32189,32190,671,0,2,671,32190,957,0,2,955,908,957,0,2,908,670,957,0,2,32190,32189,32191,0,2,32191,32189,959,0,2,32192,575,574,0,2,577,576,575,0,2,1073,960,32193,0,2,32198,32193,32196,0,2,980,32196,32194,0,2,32194,32195,980,0,2,32196,980,979,0,2,32196,979,32197,0,2,32198,32197,32199,0,2,32199,978,32198,0,2,32197,32198,32196,0,2,32195,32194,34950,0,2,32195,34950,33562,0,2,32195,33562,981,0,2,28192,28188,1229,0,2,1229,28188,1228,0,2,31019,1228,28188,0,2,1229,28193,28192,0,2,32201,831,830,0,2,32201,830,32200,0,2,32201,32200,32202,0,2,32202,31998,32201,0,2,32201,31998,32007,0,2,32296,861,31017,0,2,31017,861,31013,0,2,861,862,28231,0,2,833,32204,31797,0,2,31797,31798,31799,0,2,32009,32205,32008,0,2,32008,32205,32203,0,2,833,32203,32204,0,2,32204,32203,32205,0,2,32009,32013,32205,0,2,32015,32026,32206,0,2,32206,32018,32021,0,2,32021,32018,32020,0,2,32021,32015,32206,0,2,28328,32207,841,0,2,32350,28328,32342,0,2,32342,28328,32343,0,2,32343,28328,32353,0,2,32353,841,32344,0,2,841,32353,28328,0,2,32123,32211,35016,0,2,32208,32210,32169,0,2,32208,32169,32209,0,2,32168,32209,32169,0,2,32209,32120,32208,0,2,32120,32121,32208,0,2,32208,32123,32210,0,2,32210,32123,35016,0,2,32123,32208,32146,0,2,32146,32208,32121,0,2,32123,32124,32211,0,2,32212,32213,32037,0,2,32037,32213,32038,0,2,32038,32213,32214,0,2,32214,35082,32215,0,2,32215,35082,880,0,2,32215,880,32044,0,2,32215,32044,32036,0,2,32036,32044,32045,0,2,32211,32212,35016,0,2,32147,32211,32124,0,2,32212,32211,35083,0,2,35083,32211,32147,0,2,32147,877,35083,0,2,28327,32216,28326,0,2,28326,32216,28337,0,2,28336,32217,28331,0,2,814,31729,31774,0,2,30874,30873,30872,0,2,32222,31188,1214,0,2,31188,32222,31187,0,2,31187,49579,32219,0,2,32219,49579,28211,0,2,31186,31187,32219,0,2,1218,32219,28211,0,2,1218,28211,28212,0,2,30890,32220,32221,0,2,32225,32221,28280,0,2,28280,1214,1213,0,2,1214,28280,32221,0,2,32225,30891,32221,0,2,32221,30891,30890,0,2,32220,30890,32223,0,2,32220,32223,49578,0,2,49578,49579,31187,0,2,32220,49578,32222,0,2,32220,32222,32221,0,2,32221,32222,1214,0,2,28280,28289,32224,0,2,32224,28260,32225,0,2,32225,28260,30941,0,2,32225,30941,30869,0,2,30869,30941,28281,0,2,32224,32225,28280,0,2,32226,28260,30978,0,2,30978,30977,32226,0,2,32227,30875,32230,0,2,32228,32230,32229,0,2,32228,32229,30874,0,2,30875,32229,32230,0,2,30874,30872,32228,0,2,32228,30872,30889,0,2,32230,32228,32231,0,2,32231,30889,30892,0,2,30870,30892,30871,0,2,30892,30889,30871,0,2,32231,32228,30889,0,2,32227,32230,32232,0,2,32227,32232,32233,0,2,32230,32231,32232,0,2,32233,32232,30882,0,2,1251,30867,28283,0,2,867,866,868,0,2,868,866,869,0,2,866,865,869,0,2,872,869,865,0,2,865,871,870,0,2,865,870,872,0,2,860,28230,32234,0,2,32234,28230,28241,0,2,32234,28241,28243,0,2,32235,1152,32388,0,2,49580,1151,32387,0,2,1149,32389,1150,0,2,1086,32236,1085,0,2,1085,32236,1148,0,2,1086,1087,32235,0,2,32235,1087,1089,0,2,32235,1089,1152,0,2,1152,1162,32388,0,2,32237,32254,32253,0,2,32238,28301,32239,0,2,32239,28301,32247,0,2,32382,32240,32241,0,2,32241,32240,32313,0,2,32241,32313,32334,0,2,32241,32334,1060,0,2,32334,32313,28311,0,2,28311,32313,28310,0,2,32240,1084,32242,0,2,32244,32248,32245,0,2,32244,32245,32246,0,2,32246,32245,32247,0,2,32245,32248,32243,0,2,32245,32243,32239,0,2,32245,32239,32247,0,2,32238,32239,32253,0,2,32253,32239,32251,0,2,32251,32243,32248,0,2,32250,32248,32244,0,2,32250,32244,32249,0,2,32249,32252,31124,0,2,32249,31124,32250,0,2,32250,31124,31123,0,2,32248,32250,32251,0,2,32251,32250,31123,0,2,32251,32237,32253,0,2,32237,32251,31123,0,2,32237,31123,31122,0,2,32249,32244,28644,0,2,32249,28644,32252,0,2,32237,31120,32254,0,2,32238,32253,1085,0,2,1085,32253,32254,0,2,1085,32254,1087,0,2,31120,1087,32254,0,2,32255,32379,32381,0,2,32255,32381,28645,0,2,32255,28645,32246,0,2,32246,28645,32244,0,2,32244,28645,28644,0,2,32262,28643,28642,0,2,32262,28642,28724,0,2,28642,28641,32256,0,2,28641,32257,32256,0,2,32257,28650,32258,0,2,32258,28718,32259,0,2,32259,28718,32261,0,2,32260,28640,28639,0,2,32260,32261,28640,0,2,32259,32261,28722,0,2,32256,28724,28642,0,2,28643,32262,32386,0,2,32263,32262,28724,0,2,32264,28743,28744,0,2,28746,32265,32268,0,2,28746,32268,32266,0,2,28746,32266,28747,0,2,32265,32267,32268,0,2,32268,32267,28762,0,2,32267,32271,32269,0,2,32267,32269,28762,0,2,28762,32269,32270,0,2,32272,32269,32271,0,2,32272,32271,32273,0,2,32273,32260,32272,0,2,32260,32273,28722,0,2,32273,28745,28722,0,2,28722,28745,32274,0,2,28722,32274,28768,0,2,28721,28632,28720,0,2,28632,28721,32278,0,2,32278,28721,32277,0,2,32278,32277,32276,0,2,32275,32276,28719,0,2,32275,28719,28636,0,2,28637,28721,28639,0,2,28633,28632,32278,0,2,28633,32278,32279,0,2,28635,32275,28636,0,2,32278,32276,32279,0,2,32279,32276,32275,0,2,32279,32275,28635,0,2,32280,32281,32282,0,2,28715,32280,32282,0,2,32280,532,32281,0,2,32282,32281,28713,0,2,28713,32281,532,0,2,28713,532,28714,0,2,28714,32283,32293,0,2,532,32284,28714,0,2,28714,32284,32283,0,2,32284,33406,32283,0,2,32283,33406,516,0,2,515,32285,33336,0,2,32286,32287,32291,0,2,32291,32287,33331,0,2,32291,33331,32558,0,2,32288,32290,32545,0,2,32289,32290,32558,0,2,32289,32545,32290,0,2,32291,32558,32550,0,2,32291,32550,32292,0,2,514,32293,513,0,2,32292,515,33336,0,2,32292,33336,32286,0,2,515,516,32285,0,2,33336,33401,32286,0,2,32296,31017,32294,0,2,32294,31017,31016,0,2,32294,31016,31014,0,2,32294,32295,32296,0,2,32296,32295,862,0,2,32296,862,861,0,2,31006,31018,31003,0,2,32298,866,32297,0,2,32300,32297,32339,0,2,32300,32339,32301,0,2,32301,32339,893,0,2,32339,867,892,0,2,866,32298,28338,0,2,28338,32298,1186,0,2,32298,32297,32299,0,2,32299,32297,32300,0,2,32302,1202,32301,0,2,32302,32301,32303,0,2,32302,1077,1202,0,2,1202,32300,32301,0,2,32303,32301,1075,0,2,32303,1075,1076,0,2,32303,1076,28303,0,2,32305,32304,28308,0,2,32302,32304,1077,0,2,1077,32304,32305,0,2,32305,32316,1079,0,2,1079,1078,32305,0,2,32305,1078,1077,0,2,32305,28308,32307,0,2,32305,32307,32306,0,2,32306,32307,32308,0,2,32309,32311,1082,0,2,32309,1082,32318,0,2,1082,32311,32312,0,2,32312,32311,32242,0,2,32312,32242,1084,0,2,32242,32313,32240,0,2,32311,32310,32242,0,2,32242,32310,32313,0,2,32315,32310,32311,0,2,32315,32311,32309,0,2,32318,28292,32317,0,2,32309,32308,32307,0,2,32309,32307,32314,0,2,28309,32314,32307,0,2,32309,32314,32315,0,2,32310,32314,28310,0,2,32315,32314,32310,0,2,32305,32306,32316,0,2,32316,32306,32308,0,2,32308,32309,32318,0,2,32318,32317,32316,0,2,896,32324,28302,0,2,28303,28302,32319,0,2,32327,32328,32323,0,2,32327,32323,32326,0,2,32326,32323,32325,0,2,32325,32323,32324,0,2,32324,32323,32319,0,2,32324,32319,28302,0,2,32325,32324,28319,0,2,32327,32326,897,0,2,32327,897,32356,0,2,32327,32356,32358,0,2,32358,999,32327,0,2,32328,32327,999,0,2,32328,999,32322,0,2,32325,897,32326,0,2,28304,32319,32323,0,2,28304,32323,32328,0,2,32321,32328,32331,0,2,32321,28304,32328,0,2,32328,32322,32331,0,2,28304,32321,32320,0,2,32321,32331,32329,0,2,32329,32333,1057,0,2,1057,32333,32332,0,2,1057,32332,1058,0,2,1057,28305,32329,0,2,32329,32320,32321,0,2,998,32330,32333,0,2,998,32333,32331,0,2,32332,32369,1058,0,2,1058,32369,28306,0,2,32333,32330,32332,0,2,32333,32329,32331,0,2,32330,32362,32332,0,2,1058,28306,28311,0,2,28311,28306,1059,0,2,28311,1059,32334,0,2,32334,1059,1060,0,2,1061,1059,32377,0,2,1058,28311,1056,0,2,1056,28311,32335,0,2,1056,32335,28305,0,2,28305,32335,32336,0,2,49583,32336,28309,0,2,49583,28309,1055,0,2,32336,49583,28305,0,2,890,891,873,0,2,873,32337,890,0,2,890,32337,32338,0,2,874,32338,32337,0,2,873,891,869,0,2,869,891,868,0,2,868,891,892,0,2,867,32339,32297,0,2,32340,32349,32355,0,2,32355,32349,32341,0,2,35085,32354,32344,0,2,35085,32344,32345,0,2,32345,32344,843,0,2,32345,843,32019,0,2,32345,32019,32018,0,2,32018,32347,32345,0,2,32346,32345,32347,0,2,32346,32347,32348,0,2,32349,32350,32341,0,2,32341,32350,32342,0,2,32351,32349,28327,0,2,32349,32351,32350,0,2,32352,32343,32353,0,2,32352,32353,35084,0,2,35084,32353,32344,0,2,35084,32344,32354,0,2,877,32147,32355,0,2,32355,32147,32340,0,2,32355,879,878,0,2,32358,32356,898,0,2,32357,1024,49584,0,2,49584,1024,997,0,2,898,1025,32358,0,2,32358,1025,999,0,2,34968,1029,32359,0,2,32360,32359,32361,0,2,32361,32359,1030,0,2,1030,32359,1029,0,2,1028,1029,1033,0,2,32369,32362,32363,0,2,1038,32363,32362,0,2,1046,32364,1062,0,2,1035,1045,1046,0,2,1045,1035,1044,0,2,1044,1035,1043,0,2,32366,528,32365,0,2,32365,528,28658,0,2,32366,32365,32367,0,2,32367,28583,32366,0,2,28583,526,32366,0,2,28658,28659,32365,0,2,32365,28659,32367,0,2,32367,28659,32368,0,2,28660,32368,28659,0,2,28660,28661,32368,0,2,32332,32362,32369,0,2,32369,32363,28306,0,2,1023,32370,32371,0,2,1034,32371,32370,0,2,1023,32371,1002,0,2,1002,32371,1001,0,2,1039,1023,32372,0,2,32374,28716,32373,0,2,28716,1050,32373,0,2,28681,32374,32373,0,2,32376,32375,33572,0,2,32376,33572,28666,0,2,987,986,32376,0,2,987,32376,28666,0,2,1036,32377,32363,0,2,32363,1038,1036,0,2,32336,32335,28310,0,2,28310,32335,28311,0,2,1063,1054,32378,0,2,32378,1054,1053,0,2,32378,1053,32379,0,2,32379,1053,32381,0,2,32379,32255,32383,0,2,32379,32383,32378,0,2,32378,32383,32380,0,2,32378,32380,32241,0,2,32241,32380,32382,0,2,32241,1060,32378,0,2,32378,1060,1063,0,2,32383,32255,32246,0,2,32382,32380,32383,0,2,32383,32240,32382,0,2,32383,32247,32240,0,2,32247,32383,32246,0,2,1048,1049,32385,0,2,28646,28649,32384,0,2,1052,1048,32385,0,2,1053,1052,32381,0,2,32381,1052,32385,0,2,28648,32381,32385,0,2,32386,32262,28726,0,2,28726,32262,32263,0,2,32386,28726,32252,0,2,32386,32252,28647,0,2,32252,28726,28727,0,2,32252,28644,28647,0,2,1182,28297,28299,0,2,28296,1182,28299,0,2,49580,32387,32388,0,2,32387,1086,32388,0,2,32388,1086,32235,0,2,32387,1151,32389,0,2,32389,1086,32387,0,2,1161,32390,49580,0,2,1149,1148,32236,0,2,32236,1086,32389,0,2,32236,32389,1149,0,2,32390,1145,49580,0,2,1159,1129,1158,0,2,30739,30738,31153,0,2,31153,30738,31091,0,2,31153,31091,31092,0,2,30735,31075,32434,0,2,31071,32391,32392,0,2,32392,32391,31088,0,2,32392,31070,31071,0,2,31061,32391,31071,0,2,30731,32399,30729,0,2,30729,32393,30728,0,2,30728,32393,30726,0,2,32402,32395,30742,0,2,30742,32395,31147,0,2,32396,31150,30726,0,2,32397,32396,32393,0,2,32398,32393,30729,0,2,32399,30731,30732,0,2,30729,32399,32398,0,2,32397,32398,32400,0,2,31154,30740,32401,0,2,32401,30740,32400,0,2,32401,32400,32398,0,2,30733,32401,30732,0,2,32401,32398,30732,0,2,32398,32399,30732,0,2,32398,32397,32393,0,2,32393,32396,30726,0,2,30726,31150,32394,0,2,32394,31150,31147,0,2,32394,31147,32395,0,2,32397,32400,32396,0,2,32394,32395,30725,0,2,32395,32402,30725,0,2,31065,4443,32403,0,2,32403,4443,32404,0,2,49576,4453,32404,0,2,32405,1139,1140,0,2,1140,32407,28256,0,2,32407,1140,31183,0,2,28256,32407,1209,0,2,28211,49579,1221,0,2,1221,49579,32415,0,2,28279,1212,31182,0,2,31182,28257,28279,0,2,32408,4455,32409,0,2,32409,4455,28269,0,2,31047,32409,28276,0,2,28276,32409,28269,0,2,4455,32408,32410,0,2,28278,32410,31090,0,2,31090,32410,32408,0,2,32411,32403,28277,0,2,28277,31090,32411,0,2,31047,31046,32412,0,2,32412,31090,32408,0,2,32412,32408,31047,0,2,32223,30890,32413,0,2,32413,30890,32218,0,2,32413,32218,30873,0,2,32413,30873,32414,0,2,32413,32414,1222,0,2,1222,32415,32413,0,2,32413,32415,32223,0,2,32223,32415,49578,0,2,31142,32420,32416,0,2,32418,32416,32417,0,2,32417,32419,32418,0,2,32418,31171,31142,0,2,31142,31171,31172,0,2,31142,32416,32418,0,2,31173,32418,32419,0,2,31111,31104,32420,0,2,31111,32420,31100,0,2,28764,28735,28734,0,2,32424,4442,32422,0,2,30827,32422,4446,0,2,4446,32422,32421,0,2,4446,32421,4445,0,2,30827,32423,4165,0,2,4165,32423,4163,0,2,4452,32423,30827,0,2,4452,30827,4447,0,2,4447,30827,4446,0,2,32422,30826,32424,0,2,32421,32422,4442,0,2,4442,4443,4444,0,2,4442,4444,32421,0,2,32421,4444,4445,0,2,32425,31069,31067,0,2,31067,31065,32425,0,2,32425,31065,31076,0,2,32426,31148,31158,0,2,32426,31158,32427,0,2,31146,32428,32427,0,2,32427,32428,32426,0,2,32426,30741,31148,0,2,30741,32426,31147,0,2,31147,32426,32428,0,2,31152,31162,31151,0,2,31151,31162,31161,0,2,31114,31113,32430,0,2,32433,28733,32431,0,2,1127,32432,32433,0,2,32433,32432,31114,0,2,32433,31114,32430,0,2,32433,32431,1127,0,2,1134,1129,1128,0,2,28300,1128,1133,0,2,1128,28300,1134,0,2,32434,30736,30738,0,2,32434,30738,30735,0,2,30724,32435,30754,0,2,30754,32435,32438,0,2,32436,30754,32438,0,2,30749,30748,32440,0,2,30753,32440,30754,0,2,32439,30754,32440,0,2,32439,32440,30748,0,2,31138,31139,32443,0,2,32441,30758,32442,0,2,32442,30758,31140,0,2,32442,31140,31141,0,2,32442,31141,31172,0,2,32442,32443,31139,0,2,32442,31139,32441,0,2,32442,31171,32443,0,2,31170,31169,32443,0,2,30755,32437,32436,0,2,30755,32436,30757,0,2,30757,30756,30755,0,2,32444,4211,4158,0,2,32446,4212,32445,0,2,32446,32445,30722,0,2,30722,4156,32446,0,2,32446,4156,4157,0,2,32446,4157,4308,0,2,30550,4430,32447,0,2,30550,4428,4430,0,2,482,31181,32448,0,2,32448,31181,31135,0,2,32448,31135,33352,0,2,482,32448,32449,0,2,32449,32448,33350,0,2,32449,32450,23365,0,2,23365,32450,23366,0,2,32453,32451,23380,0,2,32452,23380,23379,0,2,32452,23379,23378,0,2,32452,23378,23361,0,2,23361,23362,32453,0,2,23361,32453,32452,0,2,32452,32453,23380,0,2,23362,23363,32453,0,2,23363,23365,32451,0,2,32451,23365,23366,0,2,23363,32451,32453,0,2,23365,23363,23364,0,2,23365,23364,481,0,2,30774,23360,30773,0,2,30773,32455,32454,0,2,32454,32455,23359,0,2,32454,23359,23357,0,2,23357,23367,32454,0,2,32539,30773,32454,0,2,32456,32457,23452,0,2,32459,23453,32475,0,2,32475,23453,32463,0,2,23453,32459,32458,0,2,23453,32458,32460,0,2,32460,32458,32466,0,2,32466,32458,32456,0,2,32459,32475,23367,0,2,32467,32460,32466,0,2,32468,32466,23451,0,2,32460,32467,32461,0,2,32462,23555,23558,0,2,32462,23558,32463,0,2,32462,32463,32464,0,2,32464,23453,32460,0,2,32462,32464,32461,0,2,32461,32464,32460,0,2,23441,23555,32465,0,2,23441,32465,23440,0,2,23440,32465,23439,0,2,23555,32462,32461,0,2,23555,32461,32465,0,2,23445,30787,23444,0,2,23445,30786,30787,0,2,30786,23445,23495,0,2,23495,23445,23446,0,2,32468,32470,23438,0,2,32469,23438,32470,0,2,32469,32470,23436,0,2,23438,32469,23576,0,2,23438,23576,23439,0,2,23438,32467,32468,0,2,30769,30770,32471,0,2,32471,30770,32538,0,2,32538,32472,32474,0,2,32474,32472,32473,0,2,32473,32472,32463,0,2,32463,32472,32475,0,2,30767,32471,32474,0,2,30767,32474,32473,0,2,32474,32471,32538,0,2,32475,32472,32454,0,2,32475,32454,23367,0,2,32479,32484,32481,0,2,32478,32477,23377,0,2,32478,23377,32479,0,2,23376,32479,23377,0,2,32484,32479,23394,0,2,23394,32479,23376,0,2,23394,23376,23393,0,2,23393,23376,32480,0,2,23383,32480,23375,0,2,32478,32481,32482,0,2,32482,32481,23371,0,2,49575,32476,23371,0,2,32483,23371,32481,0,2,32478,32479,32481,0,2,32483,32481,32484,0,2,32483,32484,23350,0,2,23350,32484,23349,0,2,32483,23350,23370,0,2,32485,23370,23350,0,2,32485,23350,23351,0,2,23369,23370,32485,0,2,23369,32485,23368,0,2,23403,32486,32487,0,2,32487,32486,23402,0,2,23401,32486,23397,0,2,23403,32487,23329,0,2,23436,23575,32488,0,2,32488,23575,23606,0,2,23436,32488,32469,0,2,32469,32488,23603,0,2,32469,23603,32489,0,2,32489,23603,23602,0,2,32490,30655,32491,0,2,30654,30651,32491,0,2,32491,30649,32490,0,2,30646,30647,30649,0,2,30651,30649,32491,0,2,32485,23351,23352,0,2,32485,23352,23353,0,2,23419,23422,32492,0,2,32492,23422,23412,0,2,32492,23412,32493,0,2,496,32568,23410,0,2,23410,32568,23411,0,2,23411,23409,23410,0,2,32493,499,32492,0,2,32492,499,498,0,2,32492,498,32533,0,2,32533,497,32534,0,2,22019,32534,497,0,2,22019,497,22018,0,2,22018,32566,32494,0,2,22018,32494,32495,0,2,22017,32495,32496,0,2,22016,32496,22042,0,2,22042,32496,22015,0,2,22015,32496,22053,0,2,22053,32496,32497,0,2,32561,32498,32532,0,2,32499,32500,32529,0,2,32529,32500,32501,0,2,32529,32501,32528,0,2,32528,32501,32503,0,2,32503,32502,32504,0,2,32503,32504,32527,0,2,32527,33326,32526,0,2,32526,33326,32505,0,2,32506,32505,32514,0,2,32506,32514,33324,0,2,33324,33323,32507,0,2,32510,32508,32524,0,2,32522,33402,22010,0,2,23914,33402,32524,0,2,23914,32524,32509,0,2,32509,32524,32508,0,2,23914,32509,23912,0,2,32508,32510,32511,0,2,32512,32511,23839,0,2,32512,32953,23912,0,2,32511,32512,32508,0,2,32508,32512,32509,0,2,32509,32512,23912,0,2,32513,23836,23837,0,2,23837,23838,32513,0,2,32513,23838,33323,0,2,32510,33323,32511,0,2,32511,33323,23884,0,2,23884,33323,23838,0,2,32514,32505,23833,0,2,32514,23833,23834,0,2,32515,32561,32532,0,2,32532,32498,32516,0,2,32516,32498,32499,0,2,32499,32517,32516,0,2,32516,32517,32518,0,2,32518,32517,32530,0,2,32518,32530,32506,0,2,32506,33324,32507,0,2,32507,32520,32519,0,2,32519,32520,32521,0,2,32518,32506,32521,0,2,32521,32506,32519,0,2,32520,32507,32510,0,2,32524,33402,32522,0,2,32510,32524,32520,0,2,32520,32524,32523,0,2,32523,32524,32525,0,2,22012,32525,32522,0,2,32522,32525,32524,0,2,32521,33339,32518,0,2,33339,32521,32523,0,2,32521,32520,32523,0,2,32506,32530,32505,0,2,32505,32530,32526,0,2,32527,32526,32528,0,2,32527,32528,32503,0,2,32529,32530,32517,0,2,32529,32528,32526,0,2,32529,32526,32530,0,2,32516,32531,32532,0,2,32532,32531,32950,0,2,32532,32950,32515,0,2,32515,32950,22012,0,2,32499,32529,32517,0,2,22017,22018,32495,0,2,22019,22020,32534,0,2,32534,22020,32535,0,2,23413,23419,32533,0,2,32533,23419,32492,0,2,23413,32533,32534,0,2,23413,32534,32535,0,2,23329,32536,32940,0,2,32941,23414,32535,0,2,23418,23416,49574,0,2,32537,23418,49574,0,2,32537,49574,23426,0,2,23375,23376,23377,0,2,32538,32539,32472,0,2,32482,23371,32476,0,2,32476,32477,32478,0,2,32476,32478,32482,0,2,32539,32454,32472,0,2,32541,32477,23358,0,2,32541,32540,23377,0,2,32540,32541,23358,0,2,23377,32540,23375,0,2,32554,492,32542,0,2,32554,32542,32553,0,2,32545,32560,32543,0,2,32544,32543,490,0,2,32544,490,489,0,2,489,488,32544,0,2,32544,488,32546,0,2,32545,32543,32544,0,2,32545,32544,28773,0,2,28773,32544,32546,0,2,32546,487,28773,0,2,32545,28774,32288,0,2,32288,28774,506,0,2,32288,506,32547,0,2,32288,32547,32290,0,2,32290,32547,32548,0,2,32290,32548,32550,0,2,32290,32550,32558,0,2,32547,32549,32548,0,2,32548,32549,32550,0,2,32549,512,32550,0,2,32550,512,32292,0,2,512,513,32292,0,2,32293,515,513,0,2,513,515,32292,0,2,32547,506,32551,0,2,32552,28770,511,0,2,511,32551,32552,0,2,32551,32549,32547,0,2,506,505,32551,0,2,32551,505,32552,0,2,32552,505,28770,0,2,32542,490,32553,0,2,32501,32554,32559,0,2,32559,32554,32555,0,2,32558,32557,32560,0,2,32558,32560,32289,0,2,32557,32558,33331,0,2,32557,33331,32556,0,2,32556,33331,32559,0,2,32556,32559,32555,0,2,32554,32553,32555,0,2,32555,32553,32556,0,2,32553,32560,32556,0,2,32556,32560,32557,0,2,32565,32499,32498,0,2,32567,32498,32494,0,2,32494,32498,32561,0,2,32496,32495,32497,0,2,32497,32495,32561,0,2,32495,32494,32561,0,2,22045,22019,32562,0,2,32562,22019,22044,0,2,32500,32563,32501,0,2,32501,32563,32554,0,2,32554,32563,492,0,2,32564,500,494,0,2,32567,32564,32565,0,2,32498,32567,32565,0,2,32567,32494,32566,0,2,495,32566,499,0,2,499,32566,22018,0,2,32566,495,32567,0,2,32568,496,23412,0,2,23412,496,32493,0,2,23412,23418,32568,0,2,32568,23418,23411,0,2,23396,23400,23348,0,2,23396,23348,23405,0,2,23343,23344,23341,0,2,23341,23344,32569,0,2,32569,23326,32577,0,2,32577,23326,32570,0,2,32575,32579,32572,0,2,32858,32863,32573,0,2,32572,32573,3409,0,2,32572,3409,32574,0,2,32858,32573,32572,0,2,32571,32575,32570,0,2,32572,32574,32575,0,2,32575,32574,32576,0,2,32575,32576,32570,0,2,32574,3408,32576,0,2,32576,3408,32577,0,2,32570,32576,32577,0,2,32569,32577,23341,0,2,3408,32578,32577,0,2,32577,32578,23341,0,2,23341,32578,32580,0,2,32580,32578,3406,0,2,3406,3408,3407,0,2,3406,32578,3408,0,2,32570,23326,23327,0,2,32571,32859,32579,0,2,3406,23345,32580,0,2,32581,3404,3405,0,2,32581,3433,3404,0,2,3433,32581,3431,0,2,3431,32581,32586,0,2,3430,32582,32729,0,2,32729,32582,32583,0,2,32583,32582,3439,0,2,3439,32582,3438,0,2,3438,32582,32585,0,2,32585,32582,32586,0,2,32586,32582,3430,0,2,32585,32586,32587,0,2,32586,32581,32587,0,2,32587,32581,3405,0,2,3430,32729,3429,0,2,3430,3431,32586,0,2,23281,23286,23280,0,2,23280,23286,32588,0,2,23280,32588,23277,0,2,23277,32588,23278,0,2,23277,23304,23280,0,2,3412,32588,23286,0,2,23286,23281,32590,0,2,32590,23281,32589,0,2,32589,23299,23282,0,2,23299,32589,23281,0,2,32589,23287,32590,0,2,23287,32589,23282,0,2,32590,3414,23286,0,2,23294,23268,23263,0,2,23294,23263,23293,0,2,23298,23296,32591,0,2,32591,23296,23293,0,2,32591,23293,23263,0,2,32592,23272,32721,0,2,32592,32721,32612,0,2,32715,32606,38791,0,2,32595,38791,32717,0,2,32717,38791,38790,0,2,38790,38791,38792,0,2,38790,38792,38789,0,2,38789,38792,38550,0,2,32596,32597,38549,0,2,32632,32598,32599,0,2,32618,32599,32600,0,2,22671,32600,32601,0,2,22672,32708,32602,0,2,32602,32708,32603,0,2,32603,32604,22674,0,2,22674,32604,32605,0,2,22674,32605,22679,0,2,22679,32605,23242,0,2,23242,32605,32616,0,2,23243,23242,32616,0,2,32606,32594,23243,0,2,23244,32594,32593,0,2,23244,32593,23245,0,2,23247,32607,32608,0,2,32608,32607,32613,0,2,32613,32614,32609,0,2,32609,32614,32610,0,2,32610,32614,48904,0,2,48904,32614,48924,0,2,48904,48924,48905,0,2,48905,48924,23658,0,2,32608,32613,32611,0,2,32611,48900,22143,0,2,23246,32612,23247,0,2,23247,32612,32607,0,2,32607,32721,32613,0,2,32613,32721,32614,0,2,23657,32615,32723,0,2,32722,32615,32614,0,2,32614,32615,48924,0,2,32614,32721,32720,0,2,32614,32720,32722,0,2,32612,32721,32607,0,2,22674,32602,32603,0,2,32600,22671,22683,0,2,32600,22683,32617,0,2,32617,22683,22670,0,2,32600,32617,32618,0,2,32619,32618,32631,0,2,32620,32622,32621,0,2,38543,32622,22708,0,2,38543,22708,32623,0,2,22710,32623,22708,0,2,22708,32622,32624,0,2,22706,32624,32625,0,2,22706,32625,22707,0,2,22705,22707,38833,0,2,32624,32622,32625,0,2,32618,32619,32599,0,2,32705,32704,38834,0,2,32693,32700,32635,0,2,32693,32635,32627,0,2,3271,32627,32636,0,2,32636,32635,32638,0,2,32621,32633,32620,0,2,32620,32630,32631,0,2,32619,32631,32630,0,2,32619,32630,32599,0,2,32599,32630,32632,0,2,32620,32633,32630,0,2,32630,32633,32634,0,2,32634,49967,38835,0,2,38835,49967,32628,0,2,38835,32628,32638,0,2,32635,32636,32627,0,2,32628,49967,32629,0,2,32629,49967,32633,0,2,32684,32636,32658,0,2,32628,32629,32637,0,2,32628,32637,32658,0,2,32628,32658,32638,0,2,32638,32658,32636,0,2,3259,32636,32684,0,2,32639,3259,32685,0,2,32639,32685,32640,0,2,32640,32685,32686,0,2,32640,32686,32641,0,2,32641,32686,32642,0,2,32641,32642,32681,0,2,32681,32642,32643,0,2,32650,32651,2539,0,2,32645,32668,32669,0,2,2538,32647,32648,0,2,2538,32648,32649,0,2,32649,32675,32650,0,2,2539,32651,32671,0,2,32671,32651,32652,0,2,32652,38088,32656,0,2,32654,38086,32655,0,2,32655,38086,2621,0,2,2621,2620,32655,0,2,32657,32673,32656,0,2,32657,32654,32655,0,2,32654,32657,32653,0,2,32653,32657,32656,0,2,32652,32656,32671,0,2,32655,2540,32657,0,2,2540,32673,32657,0,2,2547,2621,38086,0,2,2547,38086,2622,0,2,2625,2624,2600,0,2,2600,2624,32691,0,2,32662,32690,32689,0,2,32658,32689,32684,0,2,32689,32658,32662,0,2,32662,32658,32637,0,2,32662,32637,32659,0,2,32660,32629,32661,0,2,32661,32629,32621,0,2,32629,32660,32637,0,2,32637,32660,32659,0,2,32663,2599,32664,0,2,32691,32664,2600,0,2,32664,32691,32690,0,2,32664,32690,32663,0,2,32663,32690,32662,0,2,32662,32659,32663,0,2,32663,32659,2599,0,2,32664,2599,2600,0,2,2597,38548,32665,0,2,32665,32661,38543,0,2,38543,32661,32621,0,2,38543,32621,32622,0,2,32667,38087,38591,0,2,38591,38087,48994,0,2,38084,38088,32643,0,2,32643,38088,32644,0,2,38086,32666,2622,0,2,2622,32666,2623,0,2,32646,32669,32648,0,2,32646,32648,32647,0,2,32648,32669,32668,0,2,32648,32668,32649,0,2,32670,2539,32671,0,2,32670,32671,32672,0,2,32672,32671,32674,0,2,32674,32671,32656,0,2,32674,32656,32673,0,2,32673,38089,32674,0,2,32650,32675,38075,0,2,32650,38075,32651,0,2,32651,38075,32644,0,2,32644,38076,32676,0,2,38071,32677,32679,0,2,32678,32679,32680,0,2,32680,32679,3274,0,2,32678,32680,32683,0,2,32678,32683,32682,0,2,32682,32683,32681,0,2,32681,32683,32641,0,2,32682,32681,32676,0,2,32682,38579,32678,0,2,38579,32682,32676,0,2,32681,32643,32676,0,2,32676,32643,32644,0,2,32678,38579,32679,0,2,32679,38579,38071,0,2,32640,32641,32683,0,2,3260,32639,32680,0,2,32680,32639,32683,0,2,32683,32639,32640,0,2,32686,32687,32642,0,2,32685,3259,32684,0,2,32684,32689,32688,0,2,32688,32689,32690,0,2,32688,32690,32692,0,2,38591,32692,32667,0,2,32666,32667,2623,0,2,2623,32667,2624,0,2,32667,32692,2624,0,2,2624,32692,32691,0,2,32690,32691,32692,0,2,32684,32688,32685,0,2,32685,32688,32686,0,2,32686,32688,32687,0,2,32687,32688,32692,0,2,32687,32692,38591,0,2,32693,32694,32699,0,2,32699,32694,32695,0,2,32695,32694,32696,0,2,32696,32694,32627,0,2,32627,3270,32696,0,2,32697,32695,32698,0,2,32698,3257,32806,0,2,32698,32695,3257,0,2,3257,32695,32696,0,2,32695,32697,32699,0,2,32699,32700,32693,0,2,32627,32694,32693,0,2,38834,32626,32705,0,2,32705,32701,38784,0,2,32705,38784,32703,0,2,32703,38784,32702,0,2,32702,32598,32703,0,2,32598,32632,32703,0,2,32705,32626,32700,0,2,32632,32704,32703,0,2,32703,32704,32705,0,2,32617,22670,32706,0,2,32617,32706,32618,0,2,32618,32706,32631,0,2,32702,38549,32598,0,2,32598,38549,32707,0,2,32598,32707,32599,0,2,32599,32707,32600,0,2,32600,32707,32601,0,2,32601,38797,32708,0,2,32708,38797,32709,0,2,32710,38792,38793,0,2,38793,38792,38791,0,2,32601,32708,22672,0,2,38800,32708,32709,0,2,38800,32709,32710,0,2,23272,32592,23273,0,2,32713,23273,32711,0,2,32712,32711,32612,0,2,32612,32711,32592,0,2,23273,32592,32711,0,2,32712,32612,23246,0,2,23246,23245,32712,0,2,32712,23245,32593,0,2,32593,32594,32715,0,2,32715,32594,32606,0,2,32715,38791,32595,0,2,23273,32713,23274,0,2,32713,32711,32714,0,2,32716,32714,32715,0,2,32716,32715,32595,0,2,32715,32714,32712,0,2,32712,32714,32711,0,2,32712,32593,32715,0,2,32713,32714,32716,0,2,23289,23297,32718,0,2,23289,32718,23290,0,2,23298,23289,23296,0,2,23289,23298,23297,0,2,23297,32717,32718,0,2,32718,32717,38798,0,2,23290,32718,38798,0,2,32716,32595,32717,0,2,32716,32717,23297,0,2,23271,32719,23272,0,2,23272,32719,32720,0,2,23272,32720,32721,0,2,32720,32719,32722,0,2,32615,32722,32719,0,2,32615,32719,32723,0,2,32723,32719,23271,0,2,32724,32726,32725,0,2,32725,32726,32727,0,2,48922,3429,3428,0,2,32728,32726,3432,0,2,3432,32726,32724,0,2,3429,48922,3431,0,2,3431,48922,32728,0,2,32726,32728,32727,0,2,32584,3427,32729,0,2,32584,32729,32583,0,2,3429,32729,3427,0,2,3427,32584,3426,0,2,32730,3424,32731,0,2,32814,32731,32732,0,2,32731,3423,32732,0,2,3423,32731,3424,0,2,3420,38787,32746,0,2,32746,38787,32733,0,2,32746,32733,32794,0,2,32746,32794,32791,0,2,32791,32794,32734,0,2,32791,32734,32735,0,2,32735,32734,32772,0,2,32735,32772,32773,0,2,32735,32773,32736,0,2,48970,32736,32782,0,2,48970,32782,32783,0,2,32757,32783,32737,0,2,32757,32737,32738,0,2,32738,32737,32789,0,2,32738,32789,32739,0,2,32789,32788,32740,0,2,32740,32741,32739,0,2,32739,32741,32742,0,2,32742,32741,3465,0,2,32754,3465,32743,0,2,32753,32743,32751,0,2,32746,32792,3395,0,2,32746,3395,3420,0,2,32792,32745,3395,0,2,3395,32745,3394,0,2,32745,32744,32747,0,2,32745,32747,3394,0,2,3394,32747,3391,0,2,3391,48949,48947,0,2,48947,48949,48954,0,2,3391,3393,3394,0,2,32747,32752,32748,0,2,32747,32748,48949,0,2,48949,32748,48952,0,2,48950,48952,32751,0,2,48950,32751,32749,0,2,32750,32749,32751,0,2,32751,32752,32753,0,2,32753,32752,32744,0,2,32744,32752,32747,0,2,32752,32751,32748,0,2,32751,32743,32750,0,2,32750,32743,3465,0,2,32743,32753,32754,0,2,32738,32739,32742,0,2,32753,48967,32754,0,2,32754,48967,32755,0,2,32755,48967,32756,0,2,32757,32738,32755,0,2,32757,32755,32756,0,2,32738,32742,32755,0,2,32755,32742,32754,0,2,32740,32739,32789,0,2,3461,32740,32788,0,2,3461,32788,32758,0,2,32758,32788,32759,0,2,32760,32759,32787,0,2,32760,32787,32761,0,2,32761,32762,32763,0,2,32763,32762,32764,0,2,32764,32762,32765,0,2,32764,32765,32766,0,2,32766,32785,3456,0,2,3456,32785,32786,0,2,3456,32786,3455,0,2,3455,32786,3482,0,2,32767,32768,32801,0,2,32801,32768,32784,0,2,32801,32784,32769,0,2,32802,32769,38545,0,2,32802,38545,32770,0,2,32770,38545,32797,0,2,32771,48977,32697,0,2,32697,48977,32772,0,2,32772,48977,32773,0,2,32775,38547,38546,0,2,32775,38546,32769,0,2,32776,32761,32777,0,2,32777,32761,32778,0,2,32778,32787,32779,0,2,32779,32780,32783,0,2,32777,32779,32781,0,2,32779,32783,32781,0,2,32781,32783,32782,0,2,32775,32769,32784,0,2,32775,32784,32776,0,2,32776,32765,32762,0,2,32768,32765,32776,0,2,32768,32776,32784,0,2,32785,32766,32768,0,2,32768,32766,32765,0,2,32785,32768,32786,0,2,32776,32762,32761,0,2,32778,32761,32787,0,2,32787,32759,32790,0,2,32790,32759,32788,0,2,32790,32788,32789,0,2,32790,32789,32737,0,2,32783,32780,32737,0,2,32737,32780,32790,0,2,32790,32780,32787,0,2,32792,32746,32791,0,2,32792,32791,48969,0,2,32792,32793,32745,0,2,32745,32793,32744,0,2,32744,32793,32753,0,2,32794,38551,32734,0,2,32782,32736,32774,0,2,32774,32736,32773,0,2,32795,38551,32794,0,2,32795,32794,32733,0,2,32795,32733,38787,0,2,32772,38551,32697,0,2,32697,32698,32771,0,2,32771,32698,32796,0,2,32800,32807,32808,0,2,32808,32803,32799,0,2,32799,3482,32800,0,2,32802,32801,32769,0,2,32807,32802,32798,0,2,32798,32802,32770,0,2,32801,32802,32800,0,2,32800,32802,32807,0,2,32800,32808,32799,0,2,32767,32801,32800,0,2,32767,32800,3482,0,2,3251,32803,3252,0,2,3252,32803,32809,0,2,32796,32698,32806,0,2,32805,32796,32804,0,2,32805,32804,32798,0,2,32798,32770,32805,0,2,32796,32805,32771,0,2,32771,32805,32797,0,2,32797,32805,32770,0,2,32798,3255,32807,0,2,32807,3255,32808,0,2,32808,3255,32809,0,2,32808,32809,32803,0,2,3255,32798,32804,0,2,32796,32810,32804,0,2,32811,3396,3440,0,2,32811,3440,3397,0,2,32811,3397,48975,0,2,48975,3397,32812,0,2,3396,32811,3422,0,2,3422,32811,32813,0,2,3422,32813,32814,0,2,3422,32814,32732,0,2,32816,32817,48937,0,2,48937,32817,32818,0,2,32817,32819,32818,0,2,3398,32817,32816,0,2,32811,48975,32813,0,2,32813,48975,32815,0,2,32813,32815,32814,0,2,3479,3450,32821,0,2,32821,3450,32820,0,2,32823,32835,3484,0,2,32823,3484,3483,0,2,32823,3483,32820,0,2,3484,3445,3483,0,2,3450,32822,32820,0,2,32820,32822,32823,0,2,32821,32820,3468,0,2,32824,32799,32825,0,2,3251,3250,32825,0,2,32825,3250,3249,0,2,32824,32825,3453,0,2,3453,32825,3249,0,2,32833,32827,32828,0,2,32833,32828,32835,0,2,32835,32828,32836,0,2,32836,32828,32829,0,2,32829,32828,38773,0,2,32829,38773,32830,0,2,32830,38773,38780,0,2,38780,38779,3382,0,2,38780,3382,32830,0,2,32830,32832,32829,0,2,3382,32831,32830,0,2,32831,3442,32832,0,2,32832,3442,3443,0,2,3442,32831,3383,0,2,32830,32831,32832,0,2,32833,32826,3246,0,2,32833,3246,32827,0,2,3451,32834,32822,0,2,32822,32834,32823,0,2,32833,32835,32834,0,2,32834,32835,32823,0,2,3484,32835,32836,0,2,3484,32836,3443,0,2,3443,32836,32832,0,2,32832,32836,32829,0,2,3452,3248,32826,0,2,3248,3247,32826,0,2,32826,3247,3246,0,2,3251,3252,32837,0,2,3330,3250,32839,0,2,32839,3250,32838,0,2,32837,3250,3251,0,2,3250,32837,32838,0,2,3248,3329,32840,0,2,3248,32840,32841,0,2,32841,32840,32843,0,2,32841,32843,3245,0,2,3245,32843,3313,0,2,3313,32843,3314,0,2,3245,3247,32841,0,2,3313,3312,3245,0,2,3245,3312,32842,0,2,3244,32842,3312,0,2,32842,38767,3245,0,2,3327,32844,3314,0,2,3310,3314,3307,0,2,3307,3314,32845,0,2,3307,32845,3315,0,2,3315,32845,3291,0,2,3314,32843,3327,0,2,3314,32844,32845,0,2,3291,32845,32844,0,2,32837,3252,32846,0,2,32837,32846,38596,0,2,38596,32846,3269,0,2,3269,38593,32852,0,2,32851,32855,32848,0,2,32851,32848,38587,0,2,32850,38587,32847,0,2,32849,32848,38592,0,2,32849,3263,32848,0,2,32848,3263,32847,0,2,32850,38586,38587,0,2,32855,32851,38599,0,2,38595,32852,32853,0,2,32853,32854,32839,0,2,32852,38599,32853,0,2,32853,38599,3332,0,2,32853,3332,32854,0,2,3330,32839,32854,0,2,32847,38587,32848,0,2,32848,32855,38592,0,2,38592,32855,32852,0,2,32846,3253,3269,0,2,32858,32856,32857,0,2,32858,32857,23315,0,2,32856,32858,32579,0,2,32579,32858,32572,0,2,32856,32579,32859,0,2,32856,32859,32860,0,2,32860,23313,32857,0,2,32857,32856,32860,0,2,23310,32861,32862,0,2,23316,32870,32863,0,2,32863,32858,23315,0,2,23315,23316,32863,0,2,32864,32871,32865,0,2,32871,32866,23279,0,2,32871,23279,32865,0,2,32865,23279,3411,0,2,32865,3411,3434,0,2,32869,23279,32866,0,2,32869,32866,32867,0,2,32867,32866,32870,0,2,32870,23317,32867,0,2,32867,23317,23318,0,2,32867,23318,32868,0,2,32867,32868,32869,0,2,32866,32871,32870,0,2,32863,32864,32573,0,2,32863,32870,32871,0,2,32871,32864,32863,0,2,32874,21933,32873,0,2,32874,32873,22097,0,2,32874,22097,32875,0,2,32872,32874,32877,0,2,32874,32875,32877,0,2,32877,32875,32876,0,2,32876,32875,22095,0,2,21937,22095,22083,0,2,22083,22095,22082,0,2,22095,21936,32876,0,2,32876,21935,32877,0,2,32874,32872,21933,0,2,23762,23761,32878,0,2,21811,21818,21809,0,2,21809,21818,23754,0,2,21823,21825,21951,0,2,21825,21826,32879,0,2,32879,32880,33008,0,2,33004,32885,32882,0,2,21988,33029,21989,0,2,32879,21826,32883,0,2,32879,32883,32884,0,2,32879,32884,32880,0,2,32885,32880,32884,0,2,32880,32885,32881,0,2,22114,32886,21916,0,2,22113,21916,32887,0,2,22113,32887,22112,0,2,21916,32888,32887,0,2,32887,32888,32889,0,2,32889,32888,33045,0,2,32890,32889,22111,0,2,32889,32890,22112,0,2,32889,22112,32887,0,2,32892,32888,32891,0,2,32891,32888,21915,0,2,32891,21915,33041,0,2,33041,33044,32891,0,2,32891,33044,32892,0,2,32892,32893,32888,0,2,32888,32893,33045,0,2,32886,22114,32895,0,2,22115,22114,23666,0,2,22115,23666,32901,0,2,32901,23666,33049,0,2,32901,33049,32896,0,2,32896,32897,32899,0,2,32899,32897,32898,0,2,32900,32899,22137,0,2,22117,22137,22118,0,2,22137,32899,22136,0,2,22136,32899,32898,0,2,32901,32900,22117,0,2,22117,22116,32901,0,2,32900,32901,32896,0,2,32900,32896,32899,0,2,32900,22137,22117,0,2,23666,23665,33049,0,2,22135,32902,32905,0,2,32905,32902,32907,0,2,32909,32903,32912,0,2,32909,32912,32911,0,2,22149,32912,32921,0,2,22149,32921,22151,0,2,22136,22135,32905,0,2,32908,32903,32904,0,2,22136,32905,22138,0,2,22138,32905,48925,0,2,48925,32905,32908,0,2,32908,32905,32907,0,2,32903,32908,32907,0,2,32906,22135,22134,0,2,22135,32906,32902,0,2,32904,32903,22143,0,2,22143,32903,32909,0,2,32910,32911,22146,0,2,22146,32911,23255,0,2,22146,22145,32910,0,2,32910,22145,22144,0,2,23255,32911,22149,0,2,32912,22149,32911,0,2,32910,32909,32911,0,2,48926,32908,48901,0,2,48926,48901,22142,0,2,32908,48926,48925,0,2,32912,32903,32913,0,2,32915,32925,32916,0,2,32916,32925,32917,0,2,32919,32918,22154,0,2,32918,32919,32917,0,2,32917,32919,32916,0,2,32919,22153,32916,0,2,32916,22153,32915,0,2,32915,22153,32914,0,2,22154,32918,23235,0,2,32920,32914,22151,0,2,32913,48930,32912,0,2,32912,48930,32921,0,2,22147,23251,32922,0,2,32922,23251,38802,0,2,23243,32594,32922,0,2,32922,32594,23244,0,2,32922,23244,22147,0,2,22147,23244,23254,0,2,23254,23244,23252,0,2,23236,32924,32923,0,2,32924,32918,32927,0,2,32925,22237,32926,0,2,23236,32923,38805,0,2,22332,38805,22335,0,2,22332,38813,38805,0,2,22335,38805,22236,0,2,32923,32924,32927,0,2,32927,32918,32925,0,2,32925,32926,32927,0,2,38805,32923,22236,0,2,22236,32923,22240,0,2,32927,32926,22240,0,2,32927,22240,32923,0,2,22180,22211,32928,0,2,22210,32928,22211,0,2,32929,22181,22193,0,2,22193,22181,22222,0,2,22194,22193,22221,0,2,22221,22193,22222,0,2,22194,32936,22193,0,2,22193,32936,32931,0,2,22193,32931,32930,0,2,22186,32930,22188,0,2,32930,32931,22188,0,2,22188,32931,32932,0,2,32932,32931,22250,0,2,32933,22250,39403,0,2,32933,39403,39402,0,2,32933,39402,33083,0,2,32934,32935,22246,0,2,33083,33082,22251,0,2,22251,33082,22252,0,2,22250,32933,22251,0,2,33083,22251,32933,0,2,22186,32929,32930,0,2,32930,32929,22193,0,2,33061,32937,23716,0,2,33061,23716,33060,0,2,32936,22194,32937,0,2,32931,32936,33061,0,2,32931,33061,32938,0,2,32931,32938,22250,0,2,22025,22026,23330,0,2,22025,23330,32939,0,2,32939,32940,22025,0,2,22025,32940,22024,0,2,32939,23328,23329,0,2,23329,32940,32939,0,2,32940,32536,22023,0,2,32940,22023,22024,0,2,32941,22023,32536,0,2,32941,22022,22023,0,2,22025,22024,22033,0,2,22033,22024,22034,0,2,21930,23323,32942,0,2,32944,23323,32943,0,2,32944,32946,32942,0,2,32942,32946,32945,0,2,32945,21932,21931,0,2,21931,21932,21975,0,2,21932,32945,21933,0,2,21933,32945,32946,0,2,32873,21933,32946,0,2,32873,32946,22098,0,2,22098,32946,22093,0,2,23323,32944,32942,0,2,23323,22000,32943,0,2,32944,32943,22093,0,2,32944,22093,32946,0,2,32945,21931,32942,0,2,32947,21968,21969,0,2,22003,22005,22088,0,2,32948,23757,32949,0,2,22086,22085,22081,0,2,32525,22012,32950,0,2,32956,22064,32951,0,2,32959,32951,23902,0,2,23902,32951,23903,0,2,23903,32951,33403,0,2,33403,32951,32952,0,2,23896,23903,32953,0,2,23910,23896,32953,0,2,32951,22064,32952,0,2,33403,32952,23911,0,2,22067,22063,32954,0,2,32954,22063,32955,0,2,32955,22063,32956,0,2,32956,32951,32959,0,2,32956,32959,32955,0,2,32955,32960,32954,0,2,33404,22062,32954,0,2,32958,32957,22079,0,2,32958,22079,49799,0,2,49799,22079,22078,0,2,32957,32958,33404,0,2,32957,23764,22079,0,2,23764,49797,22079,0,2,23802,33404,32954,0,2,32954,22062,22067,0,2,32959,32962,32960,0,2,32959,23902,32962,0,2,32960,32962,32961,0,2,32960,32961,23801,0,2,23801,32961,32964,0,2,23801,32964,23800,0,2,32965,32961,32963,0,2,23897,32963,23901,0,2,23901,32963,32962,0,2,32962,32963,32961,0,2,32963,23898,32965,0,2,23798,32964,32966,0,2,23798,32966,23803,0,2,23798,23803,23796,0,2,23796,23803,23804,0,2,32964,32965,32966,0,2,32966,32965,23805,0,2,23805,32967,25618,0,2,25618,32967,23806,0,2,32967,23805,23898,0,2,32965,23898,23805,0,2,23805,23804,32966,0,2,32967,32970,32968,0,2,32968,32970,32969,0,2,32968,32969,23885,0,2,32968,23885,23899,0,2,23899,23885,23844,0,2,32968,23806,32967,0,2,32970,32967,23898,0,2,32970,23898,23897,0,2,32969,32970,23897,0,2,23845,23844,49800,0,2,49800,23892,23891,0,2,23845,49800,32971,0,2,23846,32973,32975,0,2,32975,32973,32974,0,2,32975,32974,32976,0,2,32976,32977,32985,0,2,33907,32985,33366,0,2,33907,33366,32978,0,2,32980,32979,23888,0,2,32980,23888,33388,0,2,33388,23888,23887,0,2,32982,32972,23890,0,2,32982,23890,23889,0,2,23888,32979,23889,0,2,23889,32979,32982,0,2,32972,32971,23890,0,2,23890,32971,23891,0,2,23891,32971,49800,0,2,23846,32975,23809,0,2,23809,32975,32983,0,2,32983,32975,32976,0,2,32989,32976,32984,0,2,32984,32976,32985,0,2,32987,32986,32980,0,2,32980,32986,32979,0,2,32979,32986,32988,0,2,32979,32988,32982,0,2,32982,32988,32978,0,2,32983,32976,23810,0,2,23810,32976,32989,0,2,32991,32990,32984,0,2,32984,32990,32989,0,2,23810,32989,23812,0,2,23812,32989,32990,0,2,32971,32972,23845,0,2,32973,23845,32974,0,2,32974,23845,32972,0,2,32992,22035,22028,0,2,32995,22003,22088,0,2,32994,32993,22087,0,2,32994,32995,32993,0,2,32993,32995,22088,0,2,32998,21947,32997,0,2,32997,21947,21946,0,2,21946,21945,32999,0,2,21940,21939,32999,0,2,21940,32999,21955,0,2,21955,32999,21954,0,2,21954,32999,21945,0,2,21946,32999,33000,0,2,21946,33000,32997,0,2,21997,33000,21939,0,2,21939,33000,32999,0,2,33001,33002,21986,0,2,21979,33001,33003,0,2,21986,33003,33001,0,2,21962,21985,21919,0,2,21965,21963,21985,0,2,21919,21985,21963,0,2,21981,21987,33007,0,2,21981,33007,33004,0,2,33004,32882,21994,0,2,33004,21994,33005,0,2,33004,33005,21981,0,2,21994,32882,21988,0,2,33004,33007,32881,0,2,32881,33007,33006,0,2,32881,33006,32880,0,2,32880,33006,33008,0,2,32881,32885,33004,0,2,33007,21987,33002,0,2,33002,21987,21986,0,2,33001,33008,33002,0,2,33008,33009,32879,0,2,33008,33006,33002,0,2,33008,33001,21951,0,2,21950,21951,33001,0,2,21951,33009,33008,0,2,32879,33009,21825,0,2,21821,21949,21938,0,2,21938,23740,21821,0,2,21802,23778,21801,0,2,23754,23753,21808,0,2,21802,21801,23767,0,2,21808,21802,23767,0,2,23767,21812,21808,0,2,33011,21772,21773,0,2,25614,25615,33935,0,2,33935,33021,33012,0,2,33012,33013,33935,0,2,33935,33013,25614,0,2,25613,33013,33014,0,2,25613,33014,25616,0,2,25616,33014,39341,0,2,39342,33016,33017,0,2,39342,33017,33018,0,2,33019,33018,33021,0,2,33019,33021,33020,0,2,33021,33018,33017,0,2,33017,33012,33021,0,2,33017,33015,33012,0,2,33017,33016,33015,0,2,21809,21812,21813,0,2,21812,21807,21799,0,2,21812,21799,21813,0,2,21814,21817,33022,0,2,32882,33029,21988,0,2,21989,33024,21915,0,2,33024,21989,33026,0,2,33026,21989,33025,0,2,33026,33025,33027,0,2,33027,33025,33040,0,2,33027,33040,33028,0,2,33026,33027,33024,0,2,21989,33029,33025,0,2,33025,33029,33030,0,2,33030,32885,32884,0,2,33025,33030,33040,0,2,33040,33030,32884,0,2,33040,32884,33031,0,2,33034,39347,23681,0,2,39347,33034,21833,0,2,21833,33034,33035,0,2,33035,33034,33033,0,2,33035,33033,33036,0,2,33036,33033,33032,0,2,33036,33032,33037,0,2,33032,33031,33037,0,2,33037,33031,33038,0,2,21953,33038,21952,0,2,21826,21952,32883,0,2,21952,33038,32883,0,2,33034,33039,33033,0,2,33028,33040,33033,0,2,33028,33033,33039,0,2,33027,33028,33024,0,2,33024,33041,21915,0,2,33024,33028,21914,0,2,21914,33028,33039,0,2,33033,33040,33032,0,2,33032,33040,33031,0,2,33029,32882,33030,0,2,32885,33030,32882,0,2,33042,32894,21912,0,2,21912,33043,33042,0,2,33042,33043,33044,0,2,33044,33043,32893,0,2,33044,32893,32892,0,2,23670,33045,33043,0,2,33043,33045,32893,0,2,21910,23668,23669,0,2,33045,23670,32889,0,2,32889,23670,22111,0,2,23663,22111,22110,0,2,22110,22111,23670,0,2,23667,22123,33048,0,2,23664,23667,23665,0,2,23665,23667,33049,0,2,22101,23672,33046,0,2,33046,23672,23673,0,2,33046,23673,23674,0,2,33046,23674,22100,0,2,23710,23708,23717,0,2,33047,22106,33050,0,2,33047,33050,33053,0,2,33048,33053,32897,0,2,23667,32897,33049,0,2,33049,32897,32896,0,2,32897,23667,33048,0,2,33053,33048,33047,0,2,33050,33051,33052,0,2,22132,22133,33052,0,2,33052,22133,33050,0,2,32897,33053,32898,0,2,32898,33053,22133,0,2,32898,22133,22134,0,2,33050,22133,33053,0,2,33154,33052,22125,0,2,22125,33051,22124,0,2,33038,32884,32883,0,2,22125,22124,33055,0,2,33055,22124,33054,0,2,33055,33054,33056,0,2,33055,33056,22200,0,2,33056,33054,22197,0,2,33056,22197,22225,0,2,22225,22198,33056,0,2,22125,33055,22126,0,2,22126,33055,22127,0,2,33057,23717,23708,0,2,33057,23708,23707,0,2,33057,23707,33058,0,2,33059,23717,39406,0,2,39406,23717,33077,0,2,33057,33077,23717,0,2,33061,39405,32938,0,2,22250,32938,39403,0,2,32937,33061,32936,0,2,23702,23703,23676,0,2,23699,33063,33062,0,2,33062,33063,33064,0,2,33064,33063,33151,0,2,33065,39006,33136,0,2,33136,39006,33098,0,2,33136,33098,33066,0,2,39012,33066,33067,0,2,33065,33068,33135,0,2,33065,33135,33069,0,2,33064,33069,33062,0,2,33062,33070,23699,0,2,23699,33070,23722,0,2,23722,33070,33071,0,2,33070,33089,33071,0,2,33071,33089,33072,0,2,33073,33072,33078,0,2,33073,39401,33074,0,2,33076,33074,33075,0,2,33076,33075,33077,0,2,33077,33057,33058,0,2,33077,33058,33076,0,2,33058,23722,33076,0,2,33074,33076,33072,0,2,33076,23722,33071,0,2,33072,33076,33071,0,2,33072,33134,33078,0,2,33086,33080,33082,0,2,33082,33081,32934,0,2,32935,33081,33106,0,2,33106,39360,32935,0,2,32935,39360,22254,0,2,22254,39360,22255,0,2,33081,32935,32934,0,2,33083,33084,33086,0,2,33086,33084,33079,0,2,33083,33086,33082,0,2,33084,33083,39402,0,2,39401,33073,33084,0,2,39401,33084,39402,0,2,33079,33084,33078,0,2,33084,33073,33078,0,2,33080,33081,33082,0,2,33106,33081,33085,0,2,33085,33080,33107,0,2,33107,33080,39359,0,2,33086,33079,33108,0,2,33108,33079,33087,0,2,33088,33135,33068,0,2,33069,33135,33062,0,2,33070,33062,33089,0,2,33089,33134,33072,0,2,33087,33088,33090,0,2,33111,33091,33092,0,2,33093,33094,33124,0,2,38950,33094,38951,0,2,38951,33094,39011,0,2,38951,39011,38953,0,2,33095,39009,33096,0,2,33097,33098,38902,0,2,38902,33098,33099,0,2,33098,33097,33066,0,2,33096,33101,33100,0,2,33092,33101,39010,0,2,39010,33094,33093,0,2,33096,39009,33101,0,2,33125,33124,33094,0,2,33116,33124,33102,0,2,33102,33124,33103,0,2,33104,33133,22257,0,2,33115,33105,22256,0,2,33115,22256,33113,0,2,33113,22256,39360,0,2,33114,39360,33106,0,2,33114,33106,33085,0,2,33114,33085,33107,0,2,33107,33108,33109,0,2,33109,33108,39385,0,2,33109,39385,33110,0,2,33110,39385,33111,0,2,33110,33111,33092,0,2,33110,33092,33116,0,2,33116,33092,33093,0,2,33091,33111,39385,0,2,33091,39385,33090,0,2,33109,33112,33107,0,2,33107,33112,33114,0,2,33103,33114,33102,0,2,33103,33113,33114,0,2,33115,33104,33105,0,2,33105,33104,22257,0,2,33114,33112,33102,0,2,33102,33112,33116,0,2,33116,33112,33109,0,2,33116,33109,33110,0,2,22257,33133,22258,0,2,22258,39396,22259,0,2,33121,33117,39362,0,2,33121,39362,33122,0,2,33122,39362,39380,0,2,33122,39380,33120,0,2,33120,39380,33118,0,2,23057,33119,23056,0,2,33118,39377,33120,0,2,23059,39358,23058,0,2,33122,33120,33123,0,2,33123,23058,39358,0,2,22312,22259,33117,0,2,22312,33117,22311,0,2,33121,22311,33117,0,2,33116,33093,33124,0,2,33103,33124,33125,0,2,33103,33125,39353,0,2,33104,39353,39351,0,2,33104,39351,33126,0,2,33127,33126,33128,0,2,33127,33128,33129,0,2,33130,39376,33131,0,2,33131,39376,39364,0,2,33131,39364,39363,0,2,39396,39363,39361,0,2,39396,39361,22259,0,2,38892,33130,33129,0,2,33129,33130,33131,0,2,33129,33131,33127,0,2,33129,33132,38892,0,2,33104,33126,33133,0,2,22258,33133,39396,0,2,33104,33115,39353,0,2,39353,33115,33103,0,2,33087,33090,39385,0,2,33087,39385,33108,0,2,33086,33108,39359,0,2,39359,33108,33107,0,2,22255,39360,22256,0,2,33087,33079,33078,0,2,33087,33078,33088,0,2,33088,33078,33134,0,2,33134,33089,33135,0,2,33135,33089,33062,0,2,23699,23722,23701,0,2,39012,33136,33066,0,2,33064,33065,33069,0,2,33068,33065,33136,0,2,33068,33136,39012,0,2,33140,33139,33141,0,2,33145,23694,33144,0,2,33144,23694,33143,0,2,33142,21877,21876,0,2,33142,21876,33143,0,2,33146,21857,33147,0,2,33147,21857,21858,0,2,38903,33149,33148,0,2,33149,39002,39004,0,2,33149,39004,33148,0,2,33150,33140,33146,0,2,33146,33140,33141,0,2,33146,33141,33153,0,2,33140,39007,33139,0,2,33139,39007,33138,0,2,33138,39007,39005,0,2,33138,39005,33137,0,2,33137,39005,33063,0,2,33063,39005,33151,0,2,33065,39003,39006,0,2,39003,33065,33064,0,2,39003,33064,33151,0,2,33146,33147,33150,0,2,33148,33150,38903,0,2,38903,33150,33147,0,2,33152,33144,21876,0,2,33152,21876,21875,0,2,21863,33153,33145,0,2,21863,33145,33152,0,2,33152,33145,33144,0,2,33153,21863,33146,0,2,33146,21863,21857,0,2,23694,33145,33153,0,2,33153,33141,23695,0,2,33153,23695,23724,0,2,23724,23694,33153,0,2,23695,33141,33139,0,2,23695,33139,23696,0,2,23696,33139,23698,0,2,33137,33063,23699,0,2,22132,33155,33156,0,2,33156,32906,22134,0,2,32907,32902,32913,0,2,32913,32902,33157,0,2,33156,33155,32906,0,2,32906,33155,33157,0,2,33158,48929,33159,0,2,33158,33159,33155,0,2,33155,33159,33157,0,2,33157,33159,48930,0,2,48930,33159,48929,0,2,33155,23660,33158,0,2,33158,33160,32920,0,2,32920,33160,32914,0,2,33158,32920,48929,0,2,48930,32913,33157,0,2,22129,33161,33162,0,2,32925,32918,32917,0,2,23235,32918,32924,0,2,32925,32915,33162,0,2,22237,33162,33161,0,2,32925,33162,22237,0,2,32914,33160,32915,0,2,32915,33160,33162,0,2,33162,33160,22129,0,2,22128,22237,33161,0,2,21826,23748,21827,0,2,21827,23728,21828,0,2,21830,33163,21831,0,2,23728,33163,21828,0,2,21828,33163,21830,0,2,23731,21827,23748,0,2,33031,32884,33038,0,2,21813,21799,21798,0,2,33165,33166,23786,0,2,33166,33164,21794,0,2,21794,33164,33251,0,2,33251,33164,33255,0,2,21794,33251,21795,0,2,33164,33166,39229,0,2,33247,33167,33270,0,2,33247,33270,33176,0,2,33176,33270,33196,0,2,33176,33196,33175,0,2,33169,33168,33170,0,2,33171,33170,33172,0,2,33191,33173,33171,0,2,33176,33177,39230,0,2,39230,33177,33248,0,2,33245,33248,33178,0,2,33179,33178,33192,0,2,33179,33199,33180,0,2,21726,33197,25660,0,2,25660,33197,33181,0,2,33200,33181,33182,0,2,33182,33190,33236,0,2,33236,33190,33193,0,2,33236,33193,33183,0,2,33183,33193,33184,0,2,33183,33184,33194,0,2,33183,33194,33185,0,2,33186,33268,33188,0,2,33188,21763,33187,0,2,33188,33187,33189,0,2,33188,33189,33224,0,2,33185,33186,33224,0,2,33185,33224,33183,0,2,33183,33224,33232,0,2,21749,21748,21750,0,2,21748,33187,21750,0,2,21750,33187,21751,0,2,33187,21748,33189,0,2,21746,33222,33189,0,2,33189,33222,33224,0,2,21746,33189,21748,0,2,33182,33181,33197,0,2,33182,33197,33191,0,2,33182,33191,33190,0,2,33173,33191,33198,0,2,33173,33198,33192,0,2,33192,33198,33199,0,2,33192,33199,33179,0,2,33173,33192,33174,0,2,33173,33174,33171,0,2,33191,33172,33190,0,2,33190,33172,33193,0,2,33184,33193,33194,0,2,33168,33195,33266,0,2,33266,33195,21755,0,2,21755,33195,33269,0,2,33269,33195,33196,0,2,33168,33169,33195,0,2,33170,33168,33194,0,2,33172,33170,33194,0,2,33172,33194,33193,0,2,33197,33198,33191,0,2,33197,21726,33198,0,2,33198,21726,33199,0,2,21726,21725,33199,0,2,33180,33199,21725,0,2,25660,33181,21727,0,2,21727,33181,33200,0,2,33200,33201,21729,0,2,21729,33201,33235,0,2,21729,33235,33202,0,2,21730,33202,21731,0,2,33203,21731,33216,0,2,33203,33216,33204,0,2,33204,33216,21734,0,2,33207,33206,33208,0,2,33208,33205,33209,0,2,33209,33205,21734,0,2,33212,33210,21741,0,2,33206,33205,33208,0,2,21734,33205,39204,0,2,39204,33205,33206,0,2,33206,33207,21735,0,2,21735,33207,33211,0,2,33207,33208,33210,0,2,33210,33208,33225,0,2,33225,33208,33209,0,2,33210,33212,33207,0,2,33207,33212,33213,0,2,33213,33212,33214,0,2,21740,33214,21741,0,2,33214,33212,21741,0,2,33207,33213,33211,0,2,33211,33213,33215,0,2,33215,33213,21737,0,2,21737,33213,33214,0,2,21734,33216,33217,0,2,33228,33220,33219,0,2,33219,33220,33221,0,2,33222,33223,33224,0,2,33228,33219,21744,0,2,21744,33219,21745,0,2,21734,33217,33209,0,2,33209,33217,33225,0,2,33227,33228,33226,0,2,33226,33228,21744,0,2,33226,21744,21743,0,2,33225,33217,33218,0,2,33225,33218,33220,0,2,33227,33225,33220,0,2,33227,33220,33228,0,2,33216,21731,33234,0,2,33216,33234,33217,0,2,33234,33235,33229,0,2,39338,33229,33230,0,2,39338,33230,33231,0,2,33224,33223,33232,0,2,33232,33223,33231,0,2,33232,33231,33183,0,2,33183,33231,33236,0,2,33217,33234,33229,0,2,33217,33229,33218,0,2,33218,33229,39338,0,2,33218,39338,33233,0,2,33221,33220,33233,0,2,33233,33220,33218,0,2,33230,33235,33237,0,2,33237,33235,33201,0,2,33202,33235,33234,0,2,33202,33234,21731,0,2,33235,33230,33229,0,2,33230,33236,33231,0,2,33230,33237,33236,0,2,33182,33236,33237,0,2,33182,33237,33200,0,2,33200,33237,33201,0,2,33200,21729,21727,0,2,21725,21724,33180,0,2,33180,21724,21723,0,2,33180,21723,33306,0,2,33306,21723,33307,0,2,33307,21723,33239,0,2,33307,33239,33305,0,2,25663,25664,33240,0,2,33240,33305,21721,0,2,21721,33305,33239,0,2,21721,33239,21722,0,2,21722,33239,21723,0,2,21721,25661,33240,0,2,25663,21716,25664,0,2,33180,33306,33179,0,2,33238,33305,33240,0,2,33240,25664,33238,0,2,33179,33308,33241,0,2,33241,33308,33281,0,2,33241,33281,33244,0,2,33244,33281,33242,0,2,33285,33243,33319,0,2,33285,33319,33242,0,2,33245,33313,33246,0,2,33245,33246,33248,0,2,33248,33246,39230,0,2,39230,33247,33176,0,2,33176,33175,33177,0,2,33245,33178,33244,0,2,33244,33178,33241,0,2,33249,33192,33178,0,2,33174,33192,33249,0,2,33174,33249,33175,0,2,33249,33248,33175,0,2,33175,33248,33177,0,2,33171,33174,33170,0,2,33170,33174,33169,0,2,33174,33175,33169,0,2,33169,33175,33196,0,2,33169,33196,33195,0,2,33166,33165,39229,0,2,39229,33165,33167,0,2,33167,33165,21757,0,2,21757,33165,33260,0,2,33260,33165,23786,0,2,33260,23786,21792,0,2,21792,23790,21758,0,2,21758,23790,21787,0,2,21787,23790,23788,0,2,33164,39229,33250,0,2,33250,33246,33259,0,2,21795,33251,33252,0,2,33252,33251,21837,0,2,21838,21837,33253,0,2,33251,33255,33253,0,2,33251,33253,21837,0,2,21838,33253,33256,0,2,21838,33256,21896,0,2,21896,33256,23727,0,2,23727,33256,33257,0,2,33257,33310,33258,0,2,33258,33310,33254,0,2,33258,33254,33259,0,2,33250,33259,33164,0,2,33259,33254,33255,0,2,33259,33255,33164,0,2,21896,21836,21838,0,2,33265,21787,21760,0,2,33265,21760,33263,0,2,33263,21760,21761,0,2,21787,33265,21758,0,2,33265,33261,21758,0,2,33260,33261,21757,0,2,21757,33261,33262,0,2,33261,33265,33262,0,2,21754,33265,33263,0,2,21753,21754,21752,0,2,21752,21754,33263,0,2,21780,21762,21752,0,2,21752,21762,33264,0,2,21780,21752,33263,0,2,21754,21756,33265,0,2,33262,33265,21756,0,2,21755,21754,21753,0,2,21753,33267,33266,0,2,33267,33268,33186,0,2,33188,33268,33264,0,2,21752,33267,21753,0,2,21755,33269,21756,0,2,21756,33269,33262,0,2,33262,33269,33270,0,2,33262,33270,21757,0,2,21757,33270,33167,0,2,33270,33269,33196,0,2,21753,33266,21755,0,2,33185,33194,33271,0,2,33266,33271,33168,0,2,33168,33271,33194,0,2,33185,33271,33186,0,2,33186,33271,33267,0,2,33273,25604,25606,0,2,33273,25606,21750,0,2,33273,21750,21778,0,2,21778,21750,33272,0,2,33273,21765,25604,0,2,25626,21779,33274,0,2,33274,21781,33275,0,2,33274,33275,25638,0,2,25626,33274,25625,0,2,25625,33274,25638,0,2,21786,33275,21781,0,2,25625,25638,33276,0,2,25625,33276,25632,0,2,25629,25628,25623,0,2,33277,23744,33252,0,2,33277,33252,21837,0,2,39346,21886,21845,0,2,33320,21846,21844,0,2,33320,33278,33315,0,2,33244,33314,33245,0,2,33320,21843,33278,0,2,33311,33279,33258,0,2,33258,33279,33280,0,2,33280,33279,21839,0,2,33280,21839,33257,0,2,33280,33257,33258,0,2,33278,21840,33279,0,2,33281,33284,33285,0,2,33285,33299,33296,0,2,33296,33299,33286,0,2,33292,21718,21717,0,2,33292,21717,33304,0,2,33292,33304,33288,0,2,39231,33288,33291,0,2,39231,33291,33289,0,2,39231,33289,39233,0,2,21869,39233,25703,0,2,25703,39233,33289,0,2,25702,33291,33290,0,2,25701,21678,33290,0,2,33290,21678,25702,0,2,33289,33291,21676,0,2,21676,33291,25702,0,2,21718,33292,33287,0,2,33287,33292,33293,0,2,33293,33318,33294,0,2,33286,33293,33294,0,2,33286,33294,33295,0,2,33287,33293,33286,0,2,33296,33286,33297,0,2,33297,33286,33295,0,2,33285,33296,33243,0,2,33285,33242,33281,0,2,33296,33297,33243,0,2,33243,33297,21849,0,2,21849,33297,33295,0,2,33299,33298,33286,0,2,33286,33298,33287,0,2,33287,33298,21718,0,2,33282,33299,33284,0,2,33282,33284,33281,0,2,33285,33284,33299,0,2,33299,33282,33298,0,2,33282,33283,33298,0,2,33298,33283,21718,0,2,21868,25703,33300,0,2,33301,33300,21676,0,2,21676,33300,25703,0,2,33301,33302,33300,0,2,33302,25704,33300,0,2,21668,25704,33302,0,2,33291,33303,33290,0,2,33290,33303,33304,0,2,33288,33304,33303,0,2,33305,33238,33283,0,2,33305,33283,33307,0,2,33307,33283,33282,0,2,33306,33307,33179,0,2,33179,33307,33308,0,2,33308,33307,33281,0,2,33281,33307,33282,0,2,21835,21898,33163,0,2,33163,21898,33309,0,2,33256,33253,33310,0,2,33256,33310,33257,0,2,33254,33310,33253,0,2,33311,33312,33313,0,2,33245,33314,33313,0,2,33313,33314,33311,0,2,33314,33315,33311,0,2,33311,33315,33279,0,2,33279,33315,33278,0,2,33316,21851,21850,0,2,33316,21850,33317,0,2,33317,21850,21890,0,2,33317,21890,33295,0,2,33295,33294,33317,0,2,33318,33316,33317,0,2,33318,33317,33294,0,2,33318,39234,33316,0,2,33316,39234,21870,0,2,33319,33243,21848,0,2,33242,33319,33315,0,2,33244,33242,33314,0,2,33314,33242,33315,0,2,33315,33319,33320,0,2,33320,33319,21848,0,2,21847,21846,21848,0,2,21848,21846,33320,0,2,33312,33258,33259,0,2,33312,33311,33258,0,2,23783,23771,21797,0,2,33321,25647,23773,0,2,23773,25652,33321,0,2,25651,33321,25652,0,2,25647,33321,25646,0,2,33011,23808,21772,0,2,32510,32507,33323,0,2,32513,33323,33324,0,2,33325,33324,32514,0,2,32513,33324,33325,0,2,32513,33325,23836,0,2,23834,33325,32514,0,2,23833,32505,33326,0,2,23833,33326,33327,0,2,33327,33326,33328,0,2,33327,33328,33329,0,2,49567,33329,32504,0,2,49567,32504,32502,0,2,33330,32502,33331,0,2,33331,32287,33330,0,2,33331,32502,32559,0,2,32559,32502,32503,0,2,32559,32503,32501,0,2,32504,33329,32527,0,2,32527,33329,33328,0,2,33328,33326,32527,0,2,23831,33332,33338,0,2,33335,33334,518,0,2,517,518,33336,0,2,517,33336,32285,0,2,33335,33337,33334,0,2,33334,33337,33333,0,2,33333,33337,33374,0,2,33338,28613,23831,0,2,33327,33329,23831,0,2,23831,33329,33332,0,2,33339,32523,32525,0,2,33339,32525,32950,0,2,33339,32950,32531,0,2,32531,32516,33339,0,2,33339,32516,32518,0,2,28753,1123,28752,0,2,28752,1123,33341,0,2,1123,28753,33340,0,2,33340,28753,28754,0,2,33342,28752,33341,0,2,33341,1125,33342,0,2,1125,28749,28750,0,2,28749,1125,1119,0,2,28750,33342,1125,0,2,1123,33340,33343,0,2,33343,33340,28758,0,2,28758,33346,33343,0,2,33343,33346,33344,0,2,1122,33344,33345,0,2,28756,33345,33346,0,2,33346,33345,33344,0,2,28756,33359,33345,0,2,33345,33359,33347,0,2,33349,33348,31130,0,2,31133,33359,33353,0,2,33353,33359,33358,0,2,33353,33358,33350,0,2,33350,33351,32450,0,2,32450,33351,483,0,2,33350,32448,33353,0,2,33353,32448,33352,0,2,33353,33352,31132,0,2,33353,31132,31133,0,2,31130,33348,31131,0,2,31131,33348,31133,0,2,1122,33347,33348,0,2,1121,1122,33348,0,2,1121,33348,33354,0,2,33354,33348,33349,0,2,33356,33355,1126,0,2,33355,33349,31130,0,2,33354,33349,33357,0,2,33354,33357,1118,0,2,33354,1118,1119,0,2,33357,33349,33356,0,2,1116,33356,1126,0,2,33355,33356,33349,0,2,1118,33357,1117,0,2,1117,33357,33356,0,2,511,28770,28771,0,2,28771,28618,511,0,2,33358,28757,33351,0,2,33350,33358,33351,0,2,31133,33348,33359,0,2,33348,33347,33359,0,2,502,501,28759,0,2,1119,1121,33354,0,2,28756,28759,28757,0,2,32419,31177,33360,0,2,23895,23849,33365,0,2,33365,23849,33361,0,2,23894,23909,23842,0,2,33386,33361,33362,0,2,33362,33363,33389,0,2,33389,33363,33364,0,2,33364,33385,23870,0,2,33361,33386,33365,0,2,33365,33386,23887,0,2,23887,23895,33365,0,2,32981,32977,48889,0,2,32974,48889,32976,0,2,32976,48889,32977,0,2,32985,32977,33366,0,2,32978,33366,32982,0,2,32982,33366,32981,0,2,32981,33366,32977,0,2,23879,33368,23881,0,2,33368,33367,23881,0,2,23881,33367,23882,0,2,23878,23875,23854,0,2,33369,23835,23834,0,2,33369,23834,33383,0,2,33371,33370,33372,0,2,33371,33372,33378,0,2,33378,33372,33335,0,2,33378,33335,33373,0,2,33335,33372,33337,0,2,33337,33372,33374,0,2,33374,33372,33370,0,2,33374,33370,33375,0,2,33375,28613,33374,0,2,33374,28613,33338,0,2,28612,33371,33376,0,2,33377,28608,33376,0,2,33373,33377,33378,0,2,33378,33377,33376,0,2,33376,28617,28612,0,2,33370,33371,28612,0,2,33376,33371,33378,0,2,542,28610,28609,0,2,541,28609,524,0,2,541,524,539,0,2,524,28609,523,0,2,542,28616,28610,0,2,28610,28616,28611,0,2,544,33379,33381,0,2,33381,33380,33408,0,2,33381,33408,544,0,2,544,546,545,0,2,544,33408,547,0,2,33379,28577,33381,0,2,33381,28577,33380,0,2,33382,33369,33383,0,2,33383,23863,33382,0,2,23858,23824,23868,0,2,23868,33384,23876,0,2,23876,33384,33362,0,2,33362,33384,33363,0,2,23876,23857,23868,0,2,33363,33384,33364,0,2,33364,33384,33385,0,2,33386,33362,33389,0,2,33386,33389,33387,0,2,33386,33387,33388,0,2,33388,32987,32980,0,2,33388,23887,33386,0,2,33388,33387,32987,0,2,32987,48886,33390,0,2,33392,33390,33391,0,2,33906,33391,48884,0,2,32987,33390,32986,0,2,32986,33390,33392,0,2,33392,33393,32988,0,2,32988,33909,32978,0,2,32978,33909,33907,0,2,33392,32988,32986,0,2,33389,33364,33387,0,2,23828,28614,25574,0,2,25574,28614,25575,0,2,23918,25535,23826,0,2,33394,23922,33395,0,2,33394,33395,23919,0,2,23917,23918,33395,0,2,23917,33395,33396,0,2,33397,25578,23821,0,2,33398,33395,23922,0,2,33395,33398,33396,0,2,33396,33398,33399,0,2,33396,33399,33397,0,2,33784,25580,23927,0,2,25580,33400,23927,0,2,23927,33400,23925,0,2,25581,33784,23927,0,2,25580,25579,33399,0,2,33399,25579,33397,0,2,25578,33397,33797,0,2,33797,33397,25579,0,2,23915,23916,23821,0,2,23917,33396,23916,0,2,33396,33397,23916,0,2,23916,33397,23821,0,2,25575,23829,33375,0,2,33332,33329,49567,0,2,518,33334,33401,0,2,33401,33334,32286,0,2,32287,32286,49566,0,2,32287,49566,33330,0,2,518,33401,33336,0,2,33334,33333,32286,0,2,33402,23914,22010,0,2,33403,23911,32953,0,2,23903,33403,32953,0,2,32952,22065,23913,0,2,23913,22065,22010,0,2,22064,22065,32952,0,2,32958,49799,33404,0,2,22062,33404,49799,0,2,33322,23902,23903,0,2,32289,32560,32545,0,2,517,32285,33405,0,2,33405,32285,516,0,2,33405,516,33406,0,2,530,531,33406,0,2,531,521,33405,0,2,33405,521,517,0,2,522,521,33407,0,2,521,531,33407,0,2,531,33405,33406,0,2,28711,28631,28720,0,2,28721,28637,32277,0,2,28635,28636,28656,0,2,537,33407,536,0,2,537,536,535,0,2,33407,537,524,0,2,539,538,540,0,2,33408,33380,28576,0,2,33408,28576,547,0,2,33428,33441,33429,0,2,33429,33441,33410,0,2,33412,33411,33483,0,2,33412,33483,33413,0,2,33461,23930,33414,0,2,33414,23930,33780,0,2,33423,33416,33422,0,2,33422,33416,33430,0,2,33417,33418,25564,0,2,33426,33427,33419,0,2,33420,33412,33421,0,2,33421,33412,33489,0,2,33489,33488,33421,0,2,33422,33421,33423,0,2,33415,33423,33424,0,2,33423,33421,33424,0,2,33414,33780,33425,0,2,33414,33425,33460,0,2,33460,33425,33487,0,2,33425,33424,33487,0,2,33487,33424,33488,0,2,33415,33424,33425,0,2,33415,33425,33780,0,2,33422,33419,33420,0,2,33419,33422,33430,0,2,33422,33420,33421,0,2,33419,33427,33428,0,2,33428,33427,33409,0,2,25568,33427,33426,0,2,25568,33426,25563,0,2,33428,33429,33419,0,2,33419,33429,33420,0,2,33420,33429,33412,0,2,33489,33412,33413,0,2,33429,33410,33411,0,2,33429,33411,33412,0,2,33417,25563,33418,0,2,33418,25563,33430,0,2,25563,33426,33430,0,2,33419,33430,33426,0,2,33400,49563,23925,0,2,25554,25548,33445,0,2,33445,25548,25549,0,2,25549,33431,33446,0,2,33446,33431,33432,0,2,33433,33510,33447,0,2,33447,33510,33434,0,2,33447,33434,33435,0,2,33435,33434,33436,0,2,33435,33436,33543,0,2,33542,33543,33525,0,2,33438,33514,33502,0,2,33502,33514,33439,0,2,33440,33410,33504,0,2,33504,33410,33494,0,2,33494,33410,33441,0,2,33442,33441,33428,0,2,33442,33428,33409,0,2,33538,25545,33443,0,2,33443,33444,33448,0,2,33448,33444,25547,0,2,33452,33448,33445,0,2,33452,33445,25549,0,2,25549,33446,33452,0,2,33446,33432,33453,0,2,33453,33432,33433,0,2,33453,33433,33447,0,2,33537,33443,33449,0,2,33449,33443,33448,0,2,33449,33448,33452,0,2,33449,33452,33450,0,2,33451,33450,33446,0,2,33451,33446,33453,0,2,33446,33450,33452,0,2,33443,25545,33444,0,2,25545,25546,33444,0,2,25545,33538,33495,0,2,33495,33494,33442,0,2,33410,33440,33411,0,2,33411,33440,33735,0,2,33455,33454,33456,0,2,33455,33456,33484,0,2,33754,33476,33752,0,2,33493,33752,33751,0,2,33493,33751,33492,0,2,33492,33751,33457,0,2,33414,33460,33459,0,2,33414,33459,33461,0,2,33461,33459,33458,0,2,33463,33462,33468,0,2,33465,33463,33464,0,2,33465,33464,33481,0,2,33465,33481,23946,0,2,33466,23929,23931,0,2,23931,33462,33463,0,2,33462,23931,33458,0,2,33458,23931,33461,0,2,23931,33463,33466,0,2,33466,33463,33465,0,2,33462,33458,33467,0,2,33470,33469,33727,0,2,33473,33472,23964,0,2,33473,23964,23963,0,2,23965,33472,23966,0,2,23965,23966,23973,0,2,33472,33756,23966,0,2,23966,33756,33755,0,2,23966,33755,33480,0,2,23968,33479,24009,0,2,23968,23967,33480,0,2,23967,23966,33480,0,2,33467,33474,33758,0,2,33755,33748,33747,0,2,33755,33747,33745,0,2,33755,33745,33480,0,2,33480,33745,33475,0,2,33478,33476,33753,0,2,33753,33477,33761,0,2,33753,33761,33759,0,2,33759,33478,33753,0,2,33746,33478,23970,0,2,33746,23970,33479,0,2,33475,33746,33479,0,2,33467,33758,33468,0,2,33468,33758,33469,0,2,33462,33467,33468,0,2,33463,33468,33464,0,2,33481,33464,33469,0,2,33469,33470,33481,0,2,33481,33470,23947,0,2,33754,33752,33456,0,2,33454,33455,33482,0,2,33482,33455,33483,0,2,33483,33455,33484,0,2,33483,33484,33413,0,2,33493,33492,33487,0,2,33487,33492,33491,0,2,33459,33486,33490,0,2,33459,33490,33458,0,2,33486,33459,33491,0,2,33459,33460,33491,0,2,33491,33460,33487,0,2,33488,33489,33493,0,2,33493,33489,33485,0,2,33485,33489,33484,0,2,33484,33489,33413,0,2,33488,33493,33487,0,2,33490,33744,33747,0,2,33457,33744,33491,0,2,33744,33490,33486,0,2,33744,33486,33491,0,2,33491,33492,33457,0,2,33493,33485,33752,0,2,33752,33485,33484,0,2,33752,33484,33456,0,2,33747,33467,33490,0,2,33490,33467,33458,0,2,33437,33543,33436,0,2,33447,33540,33453,0,2,33453,33540,33451,0,2,25554,33445,25547,0,2,25547,33445,33448,0,2,33494,33495,33504,0,2,33503,33498,33438,0,2,33438,33498,33539,0,2,33438,33539,33499,0,2,33499,33539,33541,0,2,33525,33500,33542,0,2,33496,33497,33502,0,2,33502,33497,33501,0,2,33502,33501,33503,0,2,33502,33503,33438,0,2,33494,33441,33442,0,2,33495,33538,33504,0,2,33504,33537,33440,0,2,33440,33537,33496,0,2,33505,25550,556,0,2,33507,33506,559,0,2,559,33506,558,0,2,558,33506,557,0,2,556,557,33505,0,2,33505,557,33506,0,2,33431,33509,33432,0,2,33509,33431,33505,0,2,33431,25549,33505,0,2,33505,25549,25550,0,2,33505,33506,33509,0,2,33509,33506,33507,0,2,33509,33507,33432,0,2,33432,33507,33433,0,2,33433,33507,33510,0,2,33434,33511,33518,0,2,33600,33597,33517,0,2,33517,33512,33437,0,2,33437,33512,33513,0,2,33513,33523,33516,0,2,33541,33607,33610,0,2,33541,33610,33499,0,2,33438,33499,33611,0,2,33438,33611,33514,0,2,33515,33439,33736,0,2,33515,33736,33454,0,2,33541,33500,33607,0,2,33607,33500,33525,0,2,33516,33437,33513,0,2,33437,33516,33543,0,2,33437,33436,33517,0,2,33517,33436,33518,0,2,33518,33436,33434,0,2,33518,33601,33517,0,2,33517,33601,33600,0,2,33517,33597,33512,0,2,33512,33597,33544,0,2,33512,33544,33519,0,2,33520,33521,34466,0,2,34466,33521,33522,0,2,33522,33560,608,0,2,608,33560,34955,0,2,34955,34956,607,0,2,607,34956,606,0,2,33512,33519,33513,0,2,33513,33519,33523,0,2,33516,33523,33524,0,2,33516,33524,33525,0,2,33523,33519,33526,0,2,33528,33526,33536,0,2,33528,33536,33724,0,2,33721,33724,33529,0,2,33531,33532,33533,0,2,33533,612,28562,0,2,33533,33532,33534,0,2,33533,33534,612,0,2,28563,612,604,0,2,28563,604,28564,0,2,33718,33530,609,0,2,609,33530,33535,0,2,33535,33530,33529,0,2,33529,33724,33535,0,2,33535,33724,33536,0,2,33535,33536,34466,0,2,33519,33520,33526,0,2,33520,33536,33526,0,2,33520,34466,33536,0,2,33450,33451,33498,0,2,33450,33498,33503,0,2,33450,33503,33501,0,2,33537,33501,33497,0,2,33537,33497,33496,0,2,33450,33501,33449,0,2,33449,33501,33537,0,2,33537,33538,33443,0,2,33504,33538,33537,0,2,33498,33451,33539,0,2,33539,33540,33541,0,2,33500,33541,33542,0,2,33539,33451,33540,0,2,33543,33542,33435,0,2,33540,33542,33541,0,2,33544,33597,33545,0,2,33544,33545,33558,0,2,33557,33546,34994,0,2,33547,34994,34996,0,2,33547,34996,33548,0,2,33547,33555,34953,0,2,33551,33552,34959,0,2,34959,33552,606,0,2,34959,606,34956,0,2,606,33552,605,0,2,605,33552,33554,0,2,33554,573,33553,0,2,33554,33553,604,0,2,603,33553,574,0,2,574,33553,573,0,2,33552,33551,33554,0,2,573,33554,33550,0,2,33554,33551,33550,0,2,33550,33555,572,0,2,572,33555,33547,0,2,33547,33556,34994,0,2,34994,33556,33557,0,2,33557,33559,33558,0,2,33558,33559,33561,0,2,33561,33559,33521,0,2,33561,33521,33520,0,2,33559,33560,33521,0,2,33521,33560,33522,0,2,33546,33557,33558,0,2,33544,33558,33519,0,2,33561,33520,33519,0,2,33519,33558,33561,0,2,33556,33547,34953,0,2,28591,33569,28705,0,2,28601,33569,28589,0,2,28590,33563,28569,0,2,28598,33564,33565,0,2,33564,28592,28593,0,2,28595,33565,28593,0,2,33564,28593,33565,0,2,33565,28596,28598,0,2,33563,33564,28598,0,2,33563,28598,28569,0,2,28591,33563,28590,0,2,33566,28570,33592,0,2,28570,33566,28569,0,2,28569,33566,28590,0,2,28595,33574,33567,0,2,33567,33574,28693,0,2,33568,33590,33567,0,2,562,33568,28599,0,2,28687,28663,28664,0,2,28687,28664,28689,0,2,28689,28664,33570,0,2,28689,33570,28690,0,2,28690,33570,33579,0,2,28690,33579,28665,0,2,28690,28665,33571,0,2,33571,33572,33573,0,2,33572,32375,33573,0,2,33573,28691,33571,0,2,28691,33573,32375,0,2,28691,32375,33578,0,2,33578,28693,33574,0,2,33578,33574,28691,0,2,28694,33576,49564,0,2,28694,33575,33576,0,2,32375,32376,33576,0,2,32376,986,33576,0,2,33576,986,49564,0,2,49564,986,33577,0,2,49564,33577,35035,0,2,28693,33578,33575,0,2,33575,33578,33576,0,2,28665,33579,28669,0,2,28669,33579,28671,0,2,33580,28669,28671,0,2,28671,33581,28672,0,2,33581,28664,28673,0,2,28673,28672,33581,0,2,28664,33581,33570,0,2,33570,33581,33579,0,2,33579,33581,28671,0,2,28673,28664,33582,0,2,28664,28663,33582,0,2,28663,33583,28679,0,2,28679,33583,28655,0,2,28655,33583,28660,0,2,1013,1012,33584,0,2,33584,1012,33585,0,2,33584,33585,1014,0,2,33586,33585,1016,0,2,1011,33585,1012,0,2,33586,965,1015,0,2,1015,1014,33586,0,2,33586,1014,33585,0,2,965,33586,1016,0,2,33587,28691,28692,0,2,28595,33567,33590,0,2,33567,33588,33568,0,2,33568,33588,28696,0,2,28696,33588,33589,0,2,33589,33588,28694,0,2,33589,28694,49564,0,2,33567,33575,33588,0,2,33588,33575,28694,0,2,28596,33590,28597,0,2,28597,33590,33568,0,2,28597,33568,562,0,2,33591,33566,33592,0,2,33592,558,28588,0,2,33508,560,33593,0,2,33508,33593,33602,0,2,33599,33604,33598,0,2,33598,33604,33594,0,2,33594,33606,33595,0,2,33598,33595,33596,0,2,33596,34995,33597,0,2,33597,34995,33545,0,2,33558,33545,33546,0,2,33594,33595,33598,0,2,33600,33601,33599,0,2,33600,33599,33598,0,2,33600,33596,33597,0,2,33596,33600,33598,0,2,33599,33601,33511,0,2,33602,33511,33434,0,2,33602,33434,33510,0,2,33602,33593,33511,0,2,33511,33593,33599,0,2,33518,33511,33601,0,2,559,33508,33510,0,2,559,33510,33507,0,2,33508,33602,33510,0,2,33593,560,33603,0,2,33604,33603,33605,0,2,33594,33605,561,0,2,33594,561,563,0,2,33605,33603,28567,0,2,28567,33603,560,0,2,33593,33603,33599,0,2,33599,33603,33604,0,2,33604,33605,33594,0,2,33606,33594,563,0,2,33606,563,49565,0,2,49565,28599,564,0,2,563,28599,49565,0,2,566,564,565,0,2,34991,49565,567,0,2,33606,568,33595,0,2,33607,33525,33612,0,2,33612,33525,33524,0,2,33524,33523,33526,0,2,33524,33526,33527,0,2,33524,33527,33612,0,2,33609,33802,33514,0,2,33611,33610,33609,0,2,33609,33610,33608,0,2,33608,33610,33607,0,2,33608,33607,33612,0,2,33611,33609,33514,0,2,33499,33610,33611,0,2,33612,33726,33613,0,2,33775,33613,33615,0,2,33615,33613,33614,0,2,33615,33614,33765,0,2,33765,33614,33616,0,2,33616,33719,34023,0,2,34023,33719,33680,0,2,33766,34023,33767,0,2,33767,34023,33671,0,2,34023,33951,33671,0,2,33671,33951,33950,0,2,33671,33950,33617,0,2,33619,33617,33618,0,2,33619,33618,34026,0,2,33619,34026,33771,0,2,33771,34985,33620,0,2,33769,33621,33770,0,2,33666,33943,24008,0,2,24008,33943,33622,0,2,33621,33769,33945,0,2,33621,33945,33661,0,2,33661,33945,33623,0,2,33623,33952,24004,0,2,24005,33947,33625,0,2,24005,33625,33624,0,2,33624,33625,34015,0,2,33624,34015,34028,0,2,33624,34028,23983,0,2,23983,34028,33626,0,2,33627,33626,33628,0,2,33627,33628,34087,0,2,34087,33628,34067,0,2,34067,33628,34043,0,2,34067,34043,34160,0,2,33633,33631,33630,0,2,33630,33631,33660,0,2,33660,33631,34284,0,2,33660,34284,33632,0,2,33660,33632,34046,0,2,33660,34047,33630,0,2,34065,33633,34066,0,2,34066,33633,34049,0,2,33634,34051,34060,0,2,34052,33637,34157,0,2,34157,33637,33638,0,2,34154,33638,34328,0,2,34154,34328,34327,0,2,34154,34327,34155,0,2,34155,34327,34100,0,2,34101,34100,34321,0,2,34101,34321,33639,0,2,33639,34321,34469,0,2,33639,34469,33640,0,2,33640,34469,33641,0,2,34145,33641,34102,0,2,33642,34838,34837,0,2,33642,34837,33643,0,2,33642,33643,33644,0,2,33644,33643,34835,0,2,33649,34470,33648,0,2,33648,34323,33645,0,2,33645,34323,33646,0,2,33649,33645,33659,0,2,33653,33654,33655,0,2,33649,33659,33650,0,2,33651,34833,34410,0,2,34410,34833,33652,0,2,33652,34834,8942,0,2,33659,33653,33650,0,2,33650,33653,33651,0,2,33648,33645,33649,0,2,33645,33646,33647,0,2,33645,33647,33659,0,2,33653,33659,33654,0,2,33654,33659,34320,0,2,33657,33656,33655,0,2,33656,8943,33655,0,2,33654,34320,33655,0,2,33655,34320,33657,0,2,9270,8945,33658,0,2,9270,33658,28505,0,2,33656,33657,33658,0,2,33658,8945,33656,0,2,34160,34043,33629,0,2,33626,23982,23983,0,2,33624,23983,24006,0,2,33624,24006,24005,0,2,33623,23985,33662,0,2,33623,33662,33661,0,2,33661,33662,33667,0,2,33667,33621,33661,0,2,33668,33662,33663,0,2,33664,33663,24000,0,2,33664,33665,33943,0,2,33668,33666,33667,0,2,33663,33664,33943,0,2,33943,33666,33663,0,2,33663,33666,33668,0,2,33662,33668,33667,0,2,33619,33669,33617,0,2,33617,33669,33670,0,2,34960,33716,28561,0,2,33673,33688,33674,0,2,33684,33676,34006,0,2,33686,34006,34005,0,2,33686,34005,33677,0,2,33677,34003,33678,0,2,33679,33678,34020,0,2,33679,34023,33680,0,2,33678,33681,33682,0,2,34463,33682,33687,0,2,33683,33676,33684,0,2,33685,33684,34006,0,2,33685,34006,33686,0,2,33678,33686,33677,0,2,33680,33678,33679,0,2,33675,33683,33689,0,2,33683,33684,33689,0,2,33689,33684,33674,0,2,33674,33684,33687,0,2,33687,34962,33673,0,2,33673,34962,34960,0,2,33673,34960,28561,0,2,28561,33688,33673,0,2,33673,33674,33687,0,2,33688,33691,33689,0,2,33690,33689,33691,0,2,33690,33691,33700,0,2,33692,33691,33688,0,2,33674,33688,33689,0,2,33675,33689,33690,0,2,33675,33690,33698,0,2,33675,33698,33693,0,2,34291,34286,33703,0,2,34291,33703,34288,0,2,34288,33703,33695,0,2,34288,33695,621,0,2,621,33695,620,0,2,34286,33694,33697,0,2,33697,33694,33696,0,2,33697,33696,33699,0,2,33699,33696,33698,0,2,33699,33698,33700,0,2,33701,28560,28565,0,2,33700,33691,33701,0,2,33701,33691,28560,0,2,28562,33692,33688,0,2,33690,33700,33698,0,2,33693,33698,33696,0,2,33697,33699,33712,0,2,33697,33712,33702,0,2,33697,33705,33703,0,2,33703,33705,33695,0,2,619,620,33713,0,2,619,33713,33704,0,2,33704,33713,33714,0,2,33704,33714,618,0,2,618,33714,33715,0,2,618,33715,28535,0,2,33705,33697,33702,0,2,33706,33712,33707,0,2,33707,33712,33700,0,2,33707,33700,33701,0,2,33707,33701,611,0,2,33707,611,28559,0,2,28559,33708,33707,0,2,33707,33708,33706,0,2,34942,33709,597,0,2,34942,597,34945,0,2,597,33709,33708,0,2,33706,33708,33709,0,2,33706,33709,33702,0,2,33702,33709,33710,0,2,33710,33711,33705,0,2,33710,33705,33702,0,2,33700,33712,33699,0,2,33702,33712,33706,0,2,33705,33711,33695,0,2,33695,33711,620,0,2,620,33711,33713,0,2,33714,33713,34944,0,2,34944,33713,34943,0,2,33710,34943,33711,0,2,33711,34943,33713,0,2,33697,33703,34286,0,2,33675,33693,33981,0,2,33675,33981,33683,0,2,33676,33980,34006,0,2,28561,33716,33531,0,2,28561,33531,33533,0,2,33533,28562,28561,0,2,33716,34961,33717,0,2,33717,33531,33716,0,2,33717,34961,33718,0,2,33718,34961,33725,0,2,33718,33725,33529,0,2,33718,33529,33530,0,2,33680,33719,33672,0,2,33672,33719,33720,0,2,33720,33719,33529,0,2,33529,33719,33721,0,2,33528,33723,33526,0,2,33526,33723,33527,0,2,33723,33528,33724,0,2,33723,33724,33722,0,2,33720,33529,34464,0,2,34464,33529,33725,0,2,34464,33725,34961,0,2,33722,33614,33726,0,2,33722,33726,33723,0,2,33723,33726,33527,0,2,33614,33613,33726,0,2,33527,33726,33612,0,2,33616,33614,34465,0,2,33616,34465,33719,0,2,33672,33720,34464,0,2,33756,33472,33757,0,2,33757,33472,33473,0,2,33471,33473,23963,0,2,33471,23963,33727,0,2,33729,33731,33825,0,2,33729,33825,23949,0,2,33729,23949,25530,0,2,23948,33728,33729,0,2,33729,33728,23960,0,2,33729,23960,33731,0,2,33731,23960,33730,0,2,33731,33730,25528,0,2,33732,23960,33728,0,2,33825,33731,25528,0,2,33727,23963,33732,0,2,33727,33732,33728,0,2,23962,23961,23960,0,2,23962,23960,33732,0,2,25514,25512,25515,0,2,33733,25515,25512,0,2,25514,25515,33734,0,2,25514,33734,23973,0,2,25512,25510,33733,0,2,33733,25510,25509,0,2,25511,25512,25513,0,2,25546,25547,33444,0,2,25551,33495,28573,0,2,33440,33496,33735,0,2,33482,33735,33515,0,2,33439,33515,33502,0,2,33502,33515,33735,0,2,33502,33735,33496,0,2,33515,33454,33482,0,2,33483,33411,33482,0,2,33482,33411,33735,0,2,33739,33738,33740,0,2,33772,33740,33741,0,2,33742,33775,33803,0,2,33609,33608,33742,0,2,33742,33608,33613,0,2,33613,33608,33612,0,2,33456,33454,33736,0,2,33737,33798,33738,0,2,33738,33798,33740,0,2,33752,33476,33750,0,2,33457,33750,33743,0,2,33744,33743,33745,0,2,33745,33749,33746,0,2,33746,33476,33478,0,2,33746,33475,33745,0,2,33744,33745,33747,0,2,33747,33748,33474,0,2,33474,33467,33747,0,2,33749,33745,33743,0,2,33749,33743,33750,0,2,33749,33750,33746,0,2,33476,33746,33750,0,2,33744,33457,33743,0,2,33457,33751,33750,0,2,33750,33751,33752,0,2,33476,33754,33753,0,2,33738,33754,33737,0,2,33737,33754,33456,0,2,33456,33736,33737,0,2,33738,33739,33477,0,2,33477,33753,33754,0,2,33754,33738,33477,0,2,33756,33757,33748,0,2,33748,33757,33474,0,2,33756,33748,33755,0,2,33474,33757,33758,0,2,33727,33469,33471,0,2,33469,33758,33471,0,2,33471,33758,33473,0,2,33473,33758,33757,0,2,33480,33475,23968,0,2,23968,33475,33479,0,2,24009,33479,23970,0,2,33478,33759,23970,0,2,33759,33761,24007,0,2,24007,33761,33760,0,2,33477,33739,33762,0,2,33768,33763,33804,0,2,33768,33804,33764,0,2,33669,33805,33777,0,2,33669,33777,33806,0,2,33806,33777,33778,0,2,33766,33765,33616,0,2,33766,33616,34023,0,2,33767,33671,33617,0,2,33767,33617,33670,0,2,33670,33669,33806,0,2,33768,33764,33620,0,2,33768,33620,33769,0,2,33768,33769,33762,0,2,33762,33769,33770,0,2,33762,33770,33760,0,2,33760,33761,33762,0,2,33762,33761,33477,0,2,33762,33763,33768,0,2,33620,33764,33771,0,2,33771,33764,33805,0,2,33771,33805,33619,0,2,33619,33805,33669,0,2,33670,33806,33765,0,2,33621,33760,33770,0,2,33763,33762,33739,0,2,33763,33739,33740,0,2,33804,33805,33764,0,2,33777,33805,33776,0,2,33776,33805,33772,0,2,33776,33772,33741,0,2,33776,33741,33773,0,2,33776,33773,33778,0,2,33774,33778,33775,0,2,33774,33775,33615,0,2,33773,33775,33778,0,2,33777,33776,33778,0,2,33670,33765,33767,0,2,33767,33765,33766,0,2,33416,33423,33779,0,2,33418,33779,23930,0,2,23930,33779,33780,0,2,33780,33779,33415,0,2,33415,33779,33423,0,2,33781,33466,33465,0,2,25581,33782,33783,0,2,33790,23817,33789,0,2,33789,23817,23818,0,2,33789,23818,33788,0,2,33787,33788,23818,0,2,33790,33789,33788,0,2,33790,33788,23933,0,2,33790,23933,33791,0,2,33791,23933,23945,0,2,33792,23945,33795,0,2,33792,33795,33796,0,2,33792,33796,33793,0,2,33792,33793,24821,0,2,24796,24797,33794,0,2,24796,33794,24804,0,2,33794,24820,25465,0,2,25466,24820,33796,0,2,25467,33796,33795,0,2,33795,23943,25467,0,2,25467,23943,23942,0,2,25467,23942,23941,0,2,33796,25467,25466,0,2,24820,33793,33796,0,2,24797,24828,24820,0,2,24797,24820,33794,0,2,33790,33791,24823,0,2,24823,33791,24822,0,2,33792,24821,24822,0,2,33786,33787,23818,0,2,33786,23818,33785,0,2,33785,25579,25580,0,2,33797,25579,33785,0,2,33784,33783,33785,0,2,33785,33783,33786,0,2,33783,33782,33786,0,2,33465,33786,33782,0,2,25581,25582,33782,0,2,33782,25582,33781,0,2,33798,33736,33439,0,2,33801,33798,33802,0,2,33801,33802,33799,0,2,33799,33802,33609,0,2,33609,33742,33799,0,2,33801,33799,34984,0,2,33801,34984,33800,0,2,33801,33800,33798,0,2,33798,33800,33740,0,2,33800,34984,33741,0,2,33514,33802,33439,0,2,33439,33802,33798,0,2,34984,33799,33803,0,2,33803,33775,33773,0,2,33742,33803,33799,0,2,33740,33800,33741,0,2,33740,33772,33804,0,2,33740,33804,33763,0,2,33772,33805,33804,0,2,33806,33778,33774,0,2,33806,33774,33765,0,2,23958,33826,33807,0,2,33807,33826,25529,0,2,23955,23957,25516,0,2,25516,23957,33807,0,2,33807,23957,23958,0,2,23959,25516,33807,0,2,25516,23959,25517,0,2,25517,23959,24032,0,2,24053,33808,39601,0,2,39601,33808,25374,0,2,25374,33808,24945,0,2,25419,39601,39600,0,2,25419,39600,25420,0,2,25444,39600,33809,0,2,39505,33810,39504,0,2,39504,33810,25428,0,2,39504,25428,25421,0,2,25428,33810,24056,0,2,24056,33811,39585,0,2,39585,33811,39599,0,2,24056,24057,25428,0,2,39600,25444,25420,0,2,25419,25418,33814,0,2,33814,25418,33813,0,2,33813,25418,33812,0,2,33813,33812,25411,0,2,24052,33814,33813,0,2,24052,33813,33815,0,2,25412,33815,25411,0,2,33815,33813,25411,0,2,25459,25460,33816,0,2,33816,25460,25462,0,2,33816,25462,33817,0,2,33819,33817,25468,0,2,25468,33817,25462,0,2,33816,25526,25459,0,2,33818,25457,25459,0,2,25526,33816,25523,0,2,33817,33819,33821,0,2,33821,33819,25464,0,2,33821,25464,33820,0,2,33821,25523,33817,0,2,25526,33822,25459,0,2,25526,25525,33822,0,2,33822,25521,33818,0,2,33818,25459,33822,0,2,25521,33822,25525,0,2,25524,25465,33823,0,2,33824,33823,25466,0,2,25466,33823,25465,0,2,23948,33470,33728,0,2,33728,33470,33727,0,2,33825,25528,23949,0,2,23950,25529,33826,0,2,49787,33827,23941,0,2,33824,23941,33828,0,2,33828,33829,25522,0,2,33824,33828,33823,0,2,25524,33823,25522,0,2,25522,33823,33828,0,2,23939,33828,23940,0,2,33830,33831,25373,0,2,25371,33831,33832,0,2,25373,24049,33830,0,2,33830,24049,33833,0,2,33832,33833,24047,0,2,33833,33831,33830,0,2,24047,25416,25378,0,2,25378,25416,24017,0,2,24942,24048,24049,0,2,24049,24048,33833,0,2,39587,33834,33900,0,2,39587,33900,39589,0,2,39586,33900,33901,0,2,39584,33901,33835,0,2,39584,33835,39598,0,2,39598,33835,39596,0,2,39598,39596,33836,0,2,39549,33837,39564,0,2,39549,39564,39571,0,2,39549,39571,33838,0,2,33839,39547,24915,0,2,24915,39547,33840,0,2,24915,33840,24916,0,2,24916,33840,33841,0,2,24917,33841,33842,0,2,33844,33845,33846,0,2,33848,33875,33849,0,2,33848,33849,33850,0,2,33851,33880,33854,0,2,33854,33880,33852,0,2,33853,33859,33854,0,2,33854,33859,33851,0,2,33853,33854,33855,0,2,33855,33854,33852,0,2,33852,24275,33855,0,2,33855,24275,39545,0,2,33855,39545,33853,0,2,33853,39545,33856,0,2,33853,33856,33861,0,2,33861,33862,33857,0,2,33857,33862,33864,0,2,33857,33864,33858,0,2,33858,33851,33859,0,2,33858,33859,33857,0,2,33857,33859,33853,0,2,33861,33857,33853,0,2,33851,33858,33850,0,2,39545,24275,24276,0,2,33856,33860,33861,0,2,33862,24919,33863,0,2,33862,33842,33845,0,2,33862,33845,33844,0,2,33845,33842,33843,0,2,33842,33862,33863,0,2,33864,33862,33844,0,2,33864,33844,33848,0,2,33848,33844,33846,0,2,33858,33848,33850,0,2,33848,33858,33864,0,2,24917,33842,33863,0,2,24919,33862,24929,0,2,33862,33861,24929,0,2,24929,33861,33860,0,2,33848,33846,33875,0,2,33875,33846,33847,0,2,33875,33847,33865,0,2,33865,39576,33872,0,2,33872,39576,33866,0,2,24953,33866,24952,0,2,33875,33865,33867,0,2,33867,33865,33873,0,2,33867,33873,33868,0,2,33868,33869,39617,0,2,39617,33869,24958,0,2,39617,24958,24959,0,2,24958,33869,33871,0,2,24958,33871,24957,0,2,24957,33871,33870,0,2,33868,33873,33871,0,2,33868,33871,33869,0,2,33870,33871,33873,0,2,33874,33872,33866,0,2,33874,33866,24953,0,2,33874,24953,24954,0,2,33865,33872,33873,0,2,33873,33872,39616,0,2,33874,39616,33872,0,2,33849,33875,33867,0,2,33849,33867,33876,0,2,33877,33876,33878,0,2,33878,33876,33879,0,2,33850,33849,33877,0,2,33880,39618,24271,0,2,24271,39618,39619,0,2,33850,33877,33851,0,2,33877,33880,33851,0,2,24271,24273,33880,0,2,33868,39617,33876,0,2,33868,33876,33867,0,2,33845,39574,33846,0,2,33846,39574,33847,0,2,24917,24916,33841,0,2,24915,24914,33839,0,2,33839,24914,33895,0,2,33839,33895,33881,0,2,33895,33882,33893,0,2,33895,24914,33882,0,2,33882,24914,33883,0,2,33882,24064,33893,0,2,33884,24913,24912,0,2,33882,33883,24064,0,2,33839,33881,33885,0,2,39548,33896,33892,0,2,39548,33892,33891,0,2,39548,33891,39550,0,2,33837,24058,39565,0,2,39597,39565,33886,0,2,24058,33887,39565,0,2,24058,33888,24060,0,2,24060,33888,33889,0,2,24060,33889,24061,0,2,24060,24059,24058,0,2,24058,33837,33888,0,2,33889,33888,33891,0,2,33889,33891,33890,0,2,33890,33892,24063,0,2,24063,33892,33893,0,2,33888,33837,39549,0,2,33888,39549,33891,0,2,33893,33892,33894,0,2,33893,33894,33895,0,2,33881,33894,33896,0,2,33896,33894,33892,0,2,33885,33881,33896,0,2,33892,33890,33891,0,2,33900,33834,33897,0,2,33899,33897,25375,0,2,39563,33835,33899,0,2,33898,33899,33835,0,2,33899,33898,33897,0,2,33898,33900,33897,0,2,33835,33901,33898,0,2,33902,24827,24826,0,2,24825,33903,33904,0,2,33904,33903,33911,0,2,33393,33911,33909,0,2,33909,32988,33393,0,2,33393,33905,33911,0,2,33911,33905,33904,0,2,33904,33906,24825,0,2,33904,33905,33391,0,2,33904,33391,33906,0,2,33391,33905,33392,0,2,33392,33905,33393,0,2,33911,33903,23813,0,2,23813,33903,23815,0,2,33910,32991,33908,0,2,33910,33908,33909,0,2,33909,33908,33907,0,2,32985,33907,33908,0,2,32991,32984,33908,0,2,33908,32984,32985,0,2,33910,33909,33911,0,2,23813,33910,33911,0,2,48884,23816,33906,0,2,23816,48884,33912,0,2,33912,48884,48885,0,2,33912,48885,33913,0,2,33913,23819,23818,0,2,33913,23817,33912,0,2,33912,23817,23816,0,2,23932,25532,25534,0,2,25534,25533,23932,0,2,33464,33468,33469,0,2,24770,33914,24834,0,2,24770,24834,24771,0,2,24771,24834,33915,0,2,24771,33915,24772,0,2,24772,33915,24807,0,2,24770,24769,33914,0,2,33914,24769,33916,0,2,33914,33916,24802,0,2,24769,24768,33916,0,2,48882,24766,24765,0,2,48882,24765,24812,0,2,33918,33917,33922,0,2,33918,33922,24815,0,2,24815,33922,24816,0,2,33918,24840,33917,0,2,33917,24840,24096,0,2,33922,24096,33920,0,2,33920,24096,24097,0,2,24097,24755,33920,0,2,33920,24755,33921,0,2,33921,24755,24756,0,2,33921,24756,33923,0,2,33921,33919,24816,0,2,33921,24816,33922,0,2,33921,33922,33920,0,2,33919,33921,33923,0,2,24096,33922,33917,0,2,24096,24840,24757,0,2,24814,33918,24815,0,2,33924,33925,33930,0,2,33930,24132,33929,0,2,33929,24132,33926,0,2,33927,33932,33924,0,2,33924,33932,24817,0,2,33927,33924,33930,0,2,33927,33930,33928,0,2,33927,33928,33019,0,2,33019,33928,33929,0,2,33929,24133,33019,0,2,33929,33928,33930,0,2,33932,33933,24817,0,2,33933,33936,24818,0,2,24818,33936,33934,0,2,33934,33936,33937,0,2,33934,33937,24829,0,2,24830,24829,33937,0,2,33938,33936,33935,0,2,33938,33935,25615,0,2,33935,33936,33021,0,2,33937,33936,33938,0,2,32991,33938,25615,0,2,32991,33910,33938,0,2,33938,33910,23813,0,2,24832,24818,33934,0,2,24829,24819,33934,0,2,33932,33927,33020,0,2,33932,33020,33933,0,2,33933,33020,33936,0,2,24756,24754,33939,0,2,24754,33925,33939,0,2,33923,33939,33940,0,2,33923,33940,33919,0,2,33919,33940,33924,0,2,33925,33924,33939,0,2,33939,33924,33940,0,2,33729,25530,23948,0,2,23971,33622,33941,0,2,33941,33622,33943,0,2,33941,33665,24001,0,2,24001,23972,33941,0,2,24000,33665,33664,0,2,24000,33663,33942,0,2,33943,33665,33941,0,2,33945,33769,33944,0,2,33945,33953,33623,0,2,33623,33953,33952,0,2,24004,33952,33946,0,2,24004,33946,24005,0,2,34014,33947,33948,0,2,34013,33948,34011,0,2,34011,33948,33949,0,2,34011,33949,33950,0,2,33618,33949,33948,0,2,33950,33949,33617,0,2,33946,34025,24005,0,2,24005,34025,33947,0,2,34026,33946,33771,0,2,33771,33946,34985,0,2,33620,33944,33769,0,2,33946,33952,34985,0,2,34985,33952,33953,0,2,34011,33950,34012,0,2,33954,34021,34022,0,2,33954,34022,33966,0,2,33956,33954,33955,0,2,34016,33956,33957,0,2,34016,33957,33998,0,2,33957,33964,33958,0,2,33958,33964,34039,0,2,33958,34039,33959,0,2,33959,34039,33960,0,2,33960,34038,33961,0,2,33961,33962,33963,0,2,33963,33962,33993,0,2,33962,34036,33993,0,2,33964,33957,33955,0,2,33964,33955,34038,0,2,34038,33955,33965,0,2,33965,33967,33966,0,2,33955,33967,33965,0,2,33955,33954,33967,0,2,33967,33954,33966,0,2,34037,33966,33968,0,2,34037,33968,34004,0,2,33969,33970,34001,0,2,34001,33970,34007,0,2,34001,34007,33971,0,2,34001,33971,34000,0,2,34000,33971,33991,0,2,33991,33972,630,0,2,630,33972,34009,0,2,34009,33985,629,0,2,629,34010,33973,0,2,33973,34010,33974,0,2,33975,33974,33976,0,2,33982,33978,33986,0,2,33979,33980,33676,0,2,33676,33683,33979,0,2,34008,33979,33986,0,2,33979,33683,33986,0,2,33986,33683,33981,0,2,33986,33981,33982,0,2,33982,33983,33984,0,2,33982,33984,33978,0,2,33982,33981,33983,0,2,33984,33983,33696,0,2,33696,33694,33984,0,2,33984,33694,33976,0,2,33984,33976,33977,0,2,33984,33977,33978,0,2,33696,33983,33693,0,2,33693,33983,33981,0,2,33978,33977,34010,0,2,33986,33985,34009,0,2,33986,34009,34008,0,2,33986,33978,33985,0,2,33976,33974,33977,0,2,33977,33974,34010,0,2,33973,33987,627,0,2,33987,34289,625,0,2,625,34289,33988,0,2,33988,33990,33989,0,2,33989,34290,623,0,2,33989,28495,33988,0,2,33987,625,28501,0,2,627,628,33973,0,2,34037,33992,33993,0,2,33993,631,33963,0,2,33999,33996,34285,0,2,33999,34285,33960,0,2,33960,34285,33997,0,2,33959,34041,33958,0,2,33958,33998,33957,0,2,33959,33960,33997,0,2,33999,33960,33961,0,2,33999,33961,33994,0,2,33994,33961,33963,0,2,33999,33994,33995,0,2,33996,33999,33995,0,2,33991,33992,34000,0,2,34000,34037,34004,0,2,34001,34004,33969,0,2,33992,34037,34000,0,2,33993,33992,631,0,2,34004,33968,34002,0,2,34002,33968,34003,0,2,34002,34003,33677,0,2,34005,34004,33677,0,2,33969,34005,34006,0,2,33969,34006,33970,0,2,33970,33979,34007,0,2,33971,34007,33972,0,2,33971,33972,33991,0,2,33979,34008,34007,0,2,34007,34008,33972,0,2,33972,34008,34009,0,2,629,33985,34010,0,2,33978,34010,33985,0,2,33979,33970,33980,0,2,33970,34006,33980,0,2,33677,34004,34002,0,2,34004,34005,33969,0,2,34020,34021,34012,0,2,33948,34013,34014,0,2,34018,34012,33954,0,2,33625,34014,34015,0,2,34016,34017,33956,0,2,33956,34017,34018,0,2,33956,34018,33954,0,2,33954,34012,34021,0,2,34013,34017,34014,0,2,34017,34016,34014,0,2,34014,34016,34015,0,2,34013,34018,34017,0,2,34015,34016,34019,0,2,34019,33998,33958,0,2,33998,34019,34016,0,2,34014,33625,33947,0,2,34018,34013,34011,0,2,33950,33951,34012,0,2,34012,33951,34020,0,2,34020,33678,34003,0,2,34020,34003,34021,0,2,34021,34003,34022,0,2,34003,33968,34022,0,2,33966,34022,33968,0,2,34020,33951,33679,0,2,33679,33951,34023,0,2,33956,33955,33957,0,2,33942,33662,23985,0,2,33942,23985,24002,0,2,33662,33942,33663,0,2,23999,33942,24002,0,2,34024,23988,23998,0,2,23998,23988,23987,0,2,33946,34026,34025,0,2,34025,34026,33948,0,2,33948,34026,33618,0,2,33948,33947,34025,0,2,34027,34015,34019,0,2,34019,33958,34041,0,2,34041,33959,34283,0,2,34283,33959,33997,0,2,34015,34027,34028,0,2,33994,34029,33995,0,2,34030,34035,34317,0,2,34317,34031,34392,0,2,34392,34031,636,0,2,34031,34317,34035,0,2,34035,34030,34034,0,2,34034,34030,34029,0,2,34029,33994,635,0,2,34032,635,34033,0,2,33963,631,34033,0,2,34032,34033,632,0,2,34032,632,633,0,2,34033,635,33963,0,2,33963,635,33994,0,2,34034,635,634,0,2,634,28503,34035,0,2,634,633,28503,0,2,34036,33965,33993,0,2,33993,33965,34037,0,2,33966,34037,33965,0,2,33965,34036,34038,0,2,34038,34036,33962,0,2,33962,33961,34038,0,2,33960,34039,34038,0,2,34038,34039,33964,0,2,33626,34028,33628,0,2,33628,34028,34027,0,2,33628,34027,34040,0,2,34042,34040,34041,0,2,34042,34041,33631,0,2,33631,33633,34042,0,2,33628,34044,34043,0,2,34043,34044,33629,0,2,33629,34044,34045,0,2,33633,34045,34042,0,2,34042,34045,34044,0,2,34042,34044,34040,0,2,34044,33628,34040,0,2,34045,33633,34065,0,2,34047,33660,34046,0,2,34047,34046,34048,0,2,33634,34059,34048,0,2,34048,34049,33630,0,2,33630,34047,34048,0,2,33630,34049,33633,0,2,34049,34048,34059,0,2,34048,34050,34051,0,2,34060,34051,33635,0,2,33635,34051,34057,0,2,33635,34057,33636,0,2,33636,34057,34052,0,2,34052,34057,34053,0,2,34051,33634,34048,0,2,34046,34056,34048,0,2,34048,34056,34050,0,2,34050,34056,34057,0,2,34050,34057,34051,0,2,34056,34293,34053,0,2,34057,34056,34053,0,2,34030,34058,34029,0,2,34030,34317,34058,0,2,34058,34317,34055,0,2,34058,34055,34054,0,2,34059,33634,34060,0,2,34059,34060,34097,0,2,34143,34144,34062,0,2,34062,34063,34097,0,2,34064,34065,34066,0,2,34065,34247,34160,0,2,34247,34246,34067,0,2,34067,34246,34245,0,2,34068,34069,34262,0,2,34068,34262,34086,0,2,34086,34262,34244,0,2,34086,34244,34070,0,2,34090,34251,34071,0,2,34074,34178,34096,0,2,34096,34178,34075,0,2,34077,34167,34076,0,2,34076,34167,34166,0,2,34076,34166,23976,0,2,34096,34077,34074,0,2,34078,23978,34091,0,2,34078,34091,34074,0,2,34074,34091,49559,0,2,23978,23979,34079,0,2,23978,34079,34091,0,2,34079,23979,34080,0,2,34079,34080,34090,0,2,34090,34080,34081,0,2,34090,34081,34249,0,2,34090,34249,34251,0,2,34243,34249,34081,0,2,34243,34081,34092,0,2,34243,34092,34082,0,2,34083,34088,34084,0,2,33627,34084,23981,0,2,34082,34083,34086,0,2,34082,34086,34070,0,2,34083,34084,34085,0,2,34086,34085,34068,0,2,34085,34086,34083,0,2,34084,33627,34087,0,2,34084,34087,34085,0,2,34085,34087,34245,0,2,34067,34245,34087,0,2,34245,34068,34085,0,2,23981,34084,34088,0,2,34088,34083,34089,0,2,34089,34082,34092,0,2,34088,34089,23980,0,2,34090,34071,34091,0,2,34090,34091,34079,0,2,34072,34091,34071,0,2,34080,34092,34081,0,2,23978,34078,34094,0,2,34094,34078,34076,0,2,34093,23977,34094,0,2,34093,34094,23976,0,2,23976,34094,34076,0,2,34074,34077,34078,0,2,34078,34077,34076,0,2,34167,34077,34096,0,2,34167,34096,34095,0,2,34075,34095,34096,0,2,34143,34062,34117,0,2,34066,34063,34064,0,2,34063,34059,34097,0,2,34062,34097,34117,0,2,34117,34097,34061,0,2,34061,34097,34060,0,2,33635,33636,34115,0,2,34115,33636,34159,0,2,34159,34098,34114,0,2,34114,34098,34156,0,2,34156,34155,34112,0,2,34112,34155,34099,0,2,34099,34100,34101,0,2,33640,33641,34145,0,2,34145,34102,34107,0,2,34107,34102,34103,0,2,34103,34104,34105,0,2,34105,34104,34106,0,2,9286,34152,34106,0,2,34106,34152,34105,0,2,34103,34105,34107,0,2,34109,34471,34110,0,2,34110,34471,34111,0,2,34110,34111,34099,0,2,34113,34133,34114,0,2,34114,34133,34115,0,2,34115,34116,34061,0,2,34061,34118,34117,0,2,34143,34117,34118,0,2,34143,34118,34128,0,2,34128,34119,9548,0,2,9548,34119,9547,0,2,34120,34126,9545,0,2,9547,34119,34120,0,2,34120,34119,34121,0,2,34121,34123,34122,0,2,34122,34123,34127,0,2,34127,34123,34132,0,2,34127,34130,34124,0,2,34127,34124,34125,0,2,34122,34126,34121,0,2,34126,34120,34121,0,2,34122,34127,34125,0,2,34119,34128,34129,0,2,34134,34130,34131,0,2,34134,34131,34111,0,2,34111,34131,34099,0,2,34112,34132,34113,0,2,34113,34132,34133,0,2,34131,34130,34112,0,2,34112,34130,34132,0,2,34133,34132,34123,0,2,34133,34123,34129,0,2,34115,34133,34116,0,2,34116,34118,34061,0,2,34118,34129,34128,0,2,34129,34116,34133,0,2,34129,34118,34116,0,2,34130,34134,34124,0,2,34124,34134,34335,0,2,34124,34335,34125,0,2,34130,34127,34132,0,2,34123,34121,34129,0,2,34129,34121,34119,0,2,34128,9548,34135,0,2,34135,9548,34136,0,2,34136,34479,34236,0,2,34236,34479,34472,0,2,34236,34472,34137,0,2,34137,34472,34141,0,2,34137,34141,34142,0,2,34137,34142,34480,0,2,34480,34142,34235,0,2,34234,34235,34482,0,2,34138,34140,34477,0,2,34138,34477,34139,0,2,34235,34142,34140,0,2,34235,34140,34482,0,2,34144,34136,34238,0,2,34238,34136,34236,0,2,34143,34128,34135,0,2,34143,34135,34144,0,2,34136,34144,34135,0,2,33640,34110,33639,0,2,33639,34110,34101,0,2,34131,34112,34099,0,2,34101,34110,34099,0,2,34110,33640,34109,0,2,34109,33640,34145,0,2,34109,34145,34108,0,2,34108,34145,34107,0,2,34106,34104,34146,0,2,12649,34146,34147,0,2,34147,34150,34148,0,2,34148,34149,8937,0,2,8937,34149,8939,0,2,8937,8939,8938,0,2,8939,34149,8940,0,2,8940,34150,34406,0,2,34406,34150,34147,0,2,34148,34150,34149,0,2,8940,34149,34150,0,2,8937,12650,34148,0,2,12649,9287,34146,0,2,9287,9286,34146,0,2,34146,9286,34106,0,2,9285,8934,9542,0,2,9542,8934,34151,0,2,9285,9542,34152,0,2,9285,34152,9286,0,2,9541,34153,9542,0,2,34102,34408,34103,0,2,34100,34099,34155,0,2,34158,34098,34157,0,2,34157,34098,34052,0,2,33636,34052,34159,0,2,34159,34052,34098,0,2,34155,34156,34154,0,2,34154,34156,34158,0,2,34154,34158,33638,0,2,33638,34158,34157,0,2,34060,33635,34061,0,2,34061,33635,34115,0,2,34115,34159,34114,0,2,34114,34156,34113,0,2,34113,34156,34112,0,2,34049,34059,34063,0,2,34049,34063,34066,0,2,33629,34065,34160,0,2,33629,34045,34065,0,2,34160,34247,34067,0,2,34094,23977,34161,0,2,34094,34161,23978,0,2,34162,23989,23996,0,2,34162,23996,34080,0,2,23989,34161,23987,0,2,23987,34161,23977,0,2,34161,23989,34162,0,2,23978,34161,23979,0,2,34162,23979,34161,0,2,23999,23975,33942,0,2,25513,23974,34164,0,2,34164,34166,34173,0,2,34164,34173,34165,0,2,34165,25280,25511,0,2,25511,25280,25510,0,2,34164,25511,25513,0,2,25511,34164,34165,0,2,34173,34166,34167,0,2,34168,34169,25279,0,2,34168,34075,34169,0,2,25279,34169,25278,0,2,34171,34169,34170,0,2,34171,34170,34200,0,2,34171,34200,25276,0,2,34172,25276,34201,0,2,25280,34165,34168,0,2,34173,34167,34095,0,2,34095,34168,34173,0,2,34173,34168,34165,0,2,25276,25278,34171,0,2,25278,34169,34171,0,2,34174,25309,25310,0,2,34174,25310,25292,0,2,25282,34175,25295,0,2,25293,34175,24992,0,2,25311,25318,39613,0,2,39613,25318,34176,0,2,25311,39613,25312,0,2,23962,25509,23961,0,2,23961,34177,25505,0,2,25507,25281,25312,0,2,34178,34074,49559,0,2,34178,49559,34073,0,2,34169,34075,34178,0,2,34179,25007,25006,0,2,34170,34178,34200,0,2,34200,34178,34073,0,2,34200,34073,25007,0,2,34200,25007,34179,0,2,34180,25009,25008,0,2,25008,25007,34180,0,2,25007,34073,34180,0,2,34073,34072,34180,0,2,34180,34072,34071,0,2,34180,34071,34189,0,2,34190,34250,34248,0,2,34190,34248,34181,0,2,34185,34182,34183,0,2,34185,34183,34184,0,2,34184,34183,34276,0,2,34184,34276,34191,0,2,34185,34186,34182,0,2,34182,34186,34187,0,2,34187,34186,25010,0,2,25010,34186,25012,0,2,34181,34187,34190,0,2,34190,34187,34188,0,2,34189,34188,25009,0,2,34189,25009,34180,0,2,25009,34188,25010,0,2,25010,34188,34187,0,2,34182,34187,34181,0,2,34250,34190,34189,0,2,34189,34190,34188,0,2,34185,34184,34191,0,2,34191,25014,25012,0,2,34191,25012,34185,0,2,34185,25012,34186,0,2,34071,34251,34189,0,2,34189,34251,34250,0,2,25165,25261,34192,0,2,25165,34192,25166,0,2,25261,25164,25264,0,2,25164,25265,25264,0,2,25265,25164,25163,0,2,25265,25163,25266,0,2,25266,25163,25162,0,2,25267,25266,25162,0,2,25162,25268,25267,0,2,25162,25160,25268,0,2,25268,25160,34193,0,2,25268,34193,34196,0,2,34196,34193,34194,0,2,34194,34193,34195,0,2,34195,34193,25158,0,2,25158,34193,25160,0,2,25268,34196,25270,0,2,25270,34196,25173,0,2,34197,34196,34194,0,2,34197,34194,25156,0,2,25271,34199,25272,0,2,25271,25270,25173,0,2,25173,34196,34197,0,2,25173,34197,34198,0,2,25271,25173,25174,0,2,34198,34197,25155,0,2,25155,34197,25156,0,2,25266,25273,25265,0,2,34201,34200,34179,0,2,34201,34179,25006,0,2,34201,25276,34200,0,2,34202,25274,34203,0,2,34202,34203,25000,0,2,25000,34204,34205,0,2,25000,34205,34206,0,2,34204,25000,34203,0,2,25000,34207,34202,0,2,34207,25001,25002,0,2,34207,25002,34202,0,2,25325,34209,34208,0,2,34208,34209,25365,0,2,25325,25324,34209,0,2,34211,34210,25340,0,2,25340,34210,25339,0,2,34211,25365,34209,0,2,34211,34209,34210,0,2,24986,25325,24987,0,2,34206,34219,34212,0,2,34212,34214,34213,0,2,34213,34214,34218,0,2,34218,24967,24998,0,2,24998,24967,24966,0,2,24967,34218,39621,0,2,39621,34218,34214,0,2,25194,34214,34215,0,2,25198,34215,25272,0,2,25269,25272,34216,0,2,25269,34216,34217,0,2,34217,34204,25267,0,2,25267,34204,34203,0,2,25267,34203,25266,0,2,34204,34217,34205,0,2,25272,34215,34216,0,2,34215,34219,34216,0,2,34205,34217,34216,0,2,25198,25194,34215,0,2,34214,34212,34219,0,2,34206,34212,25285,0,2,34213,34218,24999,0,2,24999,34218,24998,0,2,34205,34216,34206,0,2,34206,34216,34219,0,2,25035,25030,34220,0,2,34220,25030,25031,0,2,25031,25032,34220,0,2,25032,25260,34220,0,2,25035,34220,25260,0,2,25035,25260,25259,0,2,25024,34222,9528,0,2,9528,10354,25024,0,2,34222,25024,34228,0,2,34222,34221,9528,0,2,34221,34222,34223,0,2,34227,34225,34224,0,2,34269,34226,25020,0,2,34269,25020,25019,0,2,25020,34226,25021,0,2,25021,34226,34225,0,2,25021,34225,34227,0,2,25021,34227,25022,0,2,25022,34227,34223,0,2,25022,34223,34228,0,2,34228,34223,34222,0,2,34229,9530,34221,0,2,34229,34221,34223,0,2,34223,34227,34229,0,2,34229,34227,34230,0,2,34235,34234,34267,0,2,34235,34267,34268,0,2,34235,34268,34480,0,2,34137,34480,34236,0,2,34238,34237,34239,0,2,34239,34237,34252,0,2,34239,34252,34064,0,2,34065,34064,34252,0,2,34065,34252,34247,0,2,34246,34279,34240,0,2,34264,34241,34260,0,2,34181,34265,34182,0,2,34182,34265,34183,0,2,34264,34181,34241,0,2,34241,34248,34242,0,2,34242,34248,34243,0,2,34243,34070,34242,0,2,34241,34242,34244,0,2,34240,34069,34068,0,2,34240,34068,34245,0,2,34240,34245,34246,0,2,34181,34248,34241,0,2,34243,34248,34249,0,2,34249,34250,34251,0,2,34250,34249,34248,0,2,34247,34252,34278,0,2,34247,34278,34246,0,2,34252,34237,34253,0,2,34263,34260,34281,0,2,34281,34260,34261,0,2,34281,34261,34262,0,2,34262,34261,34244,0,2,34244,34261,34241,0,2,34241,34261,34260,0,2,34260,34263,34264,0,2,34264,34263,25015,0,2,34265,34264,25015,0,2,34265,25015,25172,0,2,25172,34183,34265,0,2,34265,34181,34264,0,2,34263,34258,25015,0,2,34266,34268,34254,0,2,34254,34268,34255,0,2,34255,34268,34267,0,2,34480,34268,34266,0,2,34255,34267,34256,0,2,34237,34266,34253,0,2,34253,34266,34254,0,2,34238,34236,34237,0,2,34144,34238,34062,0,2,34230,34227,34231,0,2,34231,34227,34224,0,2,47679,34224,34225,0,2,47679,34225,34226,0,2,47679,34226,34269,0,2,34231,34224,34232,0,2,34234,34233,34267,0,2,34267,34233,34232,0,2,34267,34232,34257,0,2,34258,34270,34271,0,2,34271,25016,25015,0,2,34259,34257,34270,0,2,34259,34270,34258,0,2,34271,25015,34258,0,2,34259,34258,34263,0,2,34256,34267,34257,0,2,34257,34232,34270,0,2,34270,34232,47679,0,2,34271,47679,34269,0,2,25166,25014,25159,0,2,25014,25166,25013,0,2,25166,34192,25013,0,2,25013,34192,25011,0,2,25306,34273,25357,0,2,25357,34273,25356,0,2,25356,34273,34272,0,2,34211,25354,34272,0,2,25357,25342,25306,0,2,25286,24988,25284,0,2,25284,24988,25287,0,2,39620,24968,24977,0,2,39620,24977,24976,0,2,25171,25170,34195,0,2,34195,25170,25157,0,2,25170,34274,25154,0,2,25018,25153,34275,0,2,25154,34275,25153,0,2,25154,34274,34275,0,2,25017,25018,34275,0,2,25017,34275,34277,0,2,34277,34275,34274,0,2,34277,34274,34276,0,2,34276,25172,34277,0,2,25172,25017,34277,0,2,34236,34480,34266,0,2,34236,34266,34237,0,2,34253,34278,34252,0,2,34279,34253,34254,0,2,34278,34253,34279,0,2,34254,34255,34279,0,2,34279,34255,34256,0,2,34279,34256,34280,0,2,34281,34280,34282,0,2,34281,34282,34263,0,2,34280,34256,34282,0,2,34279,34280,34240,0,2,34240,34280,34069,0,2,34262,34069,34281,0,2,34280,34281,34069,0,2,34279,34246,34278,0,2,34259,34263,34282,0,2,34259,34282,34257,0,2,34257,34282,34256,0,2,34027,34019,34040,0,2,34040,34019,34041,0,2,34284,33997,33632,0,2,33997,34285,33632,0,2,33632,34285,34056,0,2,34056,34046,33632,0,2,34284,33631,34041,0,2,34033,630,632,0,2,630,34033,631,0,2,34009,629,630,0,2,630,629,632,0,2,33973,33974,33987,0,2,34292,33975,33976,0,2,34292,33976,34286,0,2,34292,34286,34291,0,2,621,34290,34288,0,2,34288,34290,34287,0,2,34287,33990,34292,0,2,34292,33990,34289,0,2,33988,34289,33990,0,2,33989,33990,34287,0,2,33989,34287,34290,0,2,34286,33976,33694,0,2,34287,34291,34288,0,2,34291,34287,34292,0,2,33987,33974,34289,0,2,34289,33974,33975,0,2,34289,33975,34292,0,2,34041,34283,34284,0,2,34283,33997,34284,0,2,34285,33996,34056,0,2,34056,33996,34293,0,2,34293,33996,33995,0,2,34058,33995,34029,0,2,33995,34058,34054,0,2,34293,34054,34053,0,2,34054,34293,33995,0,2,34031,34294,636,0,2,636,34294,637,0,2,637,34294,28500,0,2,637,28500,34295,0,2,34326,34295,638,0,2,638,34295,34296,0,2,640,639,641,0,2,28498,641,28499,0,2,28498,28499,28497,0,2,34326,637,34295,0,2,641,34297,28499,0,2,28499,34297,28500,0,2,28500,34297,34295,0,2,34295,34297,34296,0,2,34296,34297,639,0,2,639,34297,641,0,2,28503,28502,34031,0,2,9070,9132,34298,0,2,34298,9132,9130,0,2,34298,9130,9060,0,2,9267,9265,34299,0,2,34299,9261,34300,0,2,34300,9261,34301,0,2,34300,9267,34299,0,2,34302,9079,34304,0,2,34302,34304,9102,0,2,34308,34304,34303,0,2,34303,34304,9081,0,2,9081,9082,34305,0,2,34306,34305,9136,0,2,34307,34306,9099,0,2,9099,34309,34307,0,2,34307,34309,34303,0,2,34307,34303,34305,0,2,34308,34303,9100,0,2,34308,9100,9101,0,2,9100,34303,34309,0,2,34308,9101,9102,0,2,9102,9103,34302,0,2,9078,34310,9105,0,2,9105,34310,9103,0,2,9103,34310,34302,0,2,34305,9083,9136,0,2,9096,9136,34312,0,2,9096,34312,34311,0,2,34315,34316,34424,0,2,34424,34316,34313,0,2,34313,34316,9086,0,2,9086,34316,9085,0,2,34316,34315,34312,0,2,34312,34315,34314,0,2,9247,34314,9094,0,2,34314,9247,34311,0,2,34311,34312,34314,0,2,34424,9091,34315,0,2,34314,34315,9094,0,2,9094,34315,9091,0,2,34316,9084,9085,0,2,9079,9081,34304,0,2,34304,34308,9102,0,2,33658,34318,28505,0,2,34318,33658,33657,0,2,34318,33657,34320,0,2,34318,34320,34319,0,2,34325,34323,34321,0,2,34321,34100,34322,0,2,34322,34100,34327,0,2,34321,34323,34469,0,2,34469,34323,33648,0,2,33646,34323,34330,0,2,33646,34330,34324,0,2,33646,34324,33647,0,2,34324,639,640,0,2,34324,640,33647,0,2,639,34324,34296,0,2,34296,34324,34330,0,2,34296,34330,638,0,2,638,34330,34325,0,2,34326,34325,34322,0,2,34326,34322,34391,0,2,34391,34322,34327,0,2,34391,34327,34390,0,2,34390,34327,34328,0,2,34390,34328,34329,0,2,34329,33638,34388,0,2,34388,33638,33637,0,2,33638,34329,34328,0,2,34323,34325,34330,0,2,34325,34321,34322,0,2,9545,9549,34331,0,2,34331,9546,9545,0,2,9549,9534,34331,0,2,34476,34331,9532,0,2,9531,34476,9552,0,2,9549,9536,9535,0,2,9549,9535,9534,0,2,9534,9533,34331,0,2,34331,9533,9532,0,2,9537,34332,34485,0,2,34485,34332,34486,0,2,34333,34486,9538,0,2,34333,9538,9539,0,2,34333,34153,9541,0,2,34333,9541,34486,0,2,9538,34486,34332,0,2,9538,34332,34336,0,2,34334,34471,34108,0,2,34108,34471,34109,0,2,34108,9540,9539,0,2,34108,9539,34334,0,2,34334,9539,9538,0,2,34334,9538,34335,0,2,34335,34336,34125,0,2,34335,9538,34336,0,2,34336,9544,34125,0,2,34125,9544,34122,0,2,34335,34134,34334,0,2,34108,34107,9540,0,2,9540,34107,34105,0,2,34153,9540,34152,0,2,34337,34338,12644,0,2,12644,34338,12643,0,2,34337,12644,12718,0,2,34337,12721,34338,0,2,34338,12721,12640,0,2,12732,12640,12721,0,2,12593,12725,12726,0,2,12726,12725,34340,0,2,12726,34340,12727,0,2,12633,34340,34339,0,2,12728,12634,12730,0,2,12634,12635,12730,0,2,12730,12635,12636,0,2,12634,12728,12633,0,2,34340,12725,34339,0,2,12725,34341,34339,0,2,12725,12724,34341,0,2,42958,34341,12724,0,2,12592,34342,34343,0,2,34343,34342,12830,0,2,34343,12830,12827,0,2,12827,12830,12828,0,2,12828,12829,34345,0,2,34344,42814,34346,0,2,34346,42814,42815,0,2,34346,42815,34345,0,2,12815,34345,12789,0,2,12815,12828,34345,0,2,34345,12829,34346,0,2,34344,34346,12776,0,2,34344,12776,12589,0,2,34347,12589,34348,0,2,34348,34381,34380,0,2,34348,34380,42497,0,2,34360,34372,34349,0,2,34349,34372,34373,0,2,34349,34373,34350,0,2,42496,34350,12970,0,2,12970,34352,34351,0,2,12968,34351,34352,0,2,12968,34352,12971,0,2,34353,34354,34355,0,2,34355,34354,34357,0,2,34357,34354,34350,0,2,34357,34350,42496,0,2,34359,34355,34356,0,2,12787,12585,12785,0,2,12785,12585,34356,0,2,12584,34356,34355,0,2,12584,34355,34357,0,2,12584,34357,34358,0,2,34358,34357,42496,0,2,34358,42496,12970,0,2,34358,12970,34351,0,2,34358,34351,12898,0,2,12967,12898,34351,0,2,34356,12585,34359,0,2,34359,34353,34355,0,2,34350,34354,34349,0,2,34360,34349,34353,0,2,34360,34353,34380,0,2,34380,34353,42497,0,2,34353,34349,34354,0,2,34348,12780,34347,0,2,12589,34361,34348,0,2,34348,34361,34368,0,2,34369,34368,34362,0,2,34364,34363,12751,0,2,34363,34362,34365,0,2,12742,34365,12744,0,2,12591,12744,42824,0,2,12744,12743,12742,0,2,34363,34366,12751,0,2,12751,34366,34367,0,2,12751,34367,12739,0,2,34367,34366,12742,0,2,34363,34365,34366,0,2,34366,34365,12742,0,2,34362,12590,34365,0,2,34365,12590,42824,0,2,34348,34368,34369,0,2,34369,34362,34370,0,2,34370,34362,34363,0,2,34370,34363,34364,0,2,34370,34364,34377,0,2,34370,34377,34371,0,2,34371,34377,34379,0,2,34379,34377,34376,0,2,34379,34376,34372,0,2,34376,34377,7173,0,2,34376,7173,34374,0,2,34374,12969,34375,0,2,34375,12969,12970,0,2,34375,12970,34350,0,2,34350,34373,34375,0,2,34375,34373,34376,0,2,34375,34376,34374,0,2,34376,34373,34372,0,2,12969,34374,7158,0,2,7158,34374,7173,0,2,7156,7173,34377,0,2,34377,34364,7156,0,2,34378,34370,34371,0,2,34378,34371,34379,0,2,34378,34379,34380,0,2,34380,34379,34372,0,2,34380,34372,34360,0,2,34378,34380,34381,0,2,34369,34378,34381,0,2,34369,34381,34348,0,2,34368,12590,34362,0,2,34368,34361,12590,0,2,12583,12967,34382,0,2,12782,34383,12897,0,2,12782,12584,34383,0,2,12941,12937,34384,0,2,34384,12937,12935,0,2,34385,12935,12857,0,2,34385,12857,12856,0,2,12935,34385,34384,0,2,34384,34385,12940,0,2,12940,34385,12856,0,2,12935,12937,12936,0,2,12873,12937,12941,0,2,12873,12941,34386,0,2,12941,12795,34386,0,2,34386,12795,12794,0,2,34387,12870,12869,0,2,12868,12287,12869,0,2,34053,33637,34052,0,2,34053,34054,34388,0,2,34388,34054,34055,0,2,34055,34389,34329,0,2,34329,34389,34390,0,2,34388,34055,34329,0,2,34389,34055,34317,0,2,34389,34317,34390,0,2,34390,34317,34392,0,2,34390,34392,34391,0,2,34053,34388,33637,0,2,34394,28498,34319,0,2,34393,34320,33659,0,2,34393,33659,33647,0,2,33647,640,34393,0,2,34393,640,34394,0,2,34393,34394,34319,0,2,34393,34319,34320,0,2,33651,33653,33655,0,2,34396,34395,9108,0,2,34396,9108,9107,0,2,9108,34395,9109,0,2,9109,34395,9101,0,2,34396,9107,12693,0,2,34396,12693,9106,0,2,12681,34397,12680,0,2,9241,34398,12681,0,2,12681,34398,34397,0,2,34398,9110,34399,0,2,34398,34399,34397,0,2,34397,34399,26428,0,2,34401,12683,12684,0,2,34401,12684,34422,0,2,9121,34400,9122,0,2,9122,34400,12685,0,2,12685,34400,34422,0,2,12683,34401,9244,0,2,9244,34401,34422,0,2,33650,33651,33644,0,2,33644,34410,34402,0,2,34409,34407,34402,0,2,34402,34407,33644,0,2,33644,34407,34403,0,2,33644,34403,33642,0,2,34403,34407,34404,0,2,34403,34404,34405,0,2,34468,34405,34406,0,2,34468,34406,34147,0,2,34406,34405,34404,0,2,34409,8941,34407,0,2,34404,34407,8941,0,2,33642,34405,34838,0,2,34408,34838,34104,0,2,34104,34838,34146,0,2,34104,34103,34408,0,2,34838,34405,34146,0,2,34405,34468,34146,0,2,33644,34835,33650,0,2,34835,33649,33650,0,2,8942,34409,33652,0,2,34409,34402,33652,0,2,33652,34402,34410,0,2,12695,12660,12659,0,2,12672,12671,34416,0,2,34414,34413,34415,0,2,34414,12770,12758,0,2,12758,34413,34414,0,2,12770,12769,12758,0,2,34412,12760,34411,0,2,34411,34416,12671,0,2,34416,12658,12672,0,2,34412,12670,34415,0,2,12670,34412,34411,0,2,12670,34411,12673,0,2,12673,34411,12671,0,2,34415,34413,34412,0,2,34417,12674,34418,0,2,34418,12674,34419,0,2,34419,12674,34420,0,2,12672,12660,12661,0,2,12665,12688,34421,0,2,34421,12688,34418,0,2,34421,12664,12665,0,2,34423,34422,34400,0,2,34423,34400,9120,0,2,9120,34400,9121,0,2,9091,34424,9246,0,2,34425,8970,8971,0,2,8970,34425,8969,0,2,8979,34425,8971,0,2,8971,34428,34426,0,2,34427,34426,34428,0,2,34426,34429,8971,0,2,8971,34429,9055,0,2,8971,9055,8979,0,2,8970,8969,34439,0,2,34439,8969,34430,0,2,34430,34443,34843,0,2,34843,34443,34431,0,2,34843,34431,34438,0,2,34438,34431,34432,0,2,34432,34433,34436,0,2,34436,34433,34434,0,2,35053,8978,34445,0,2,8978,8977,34434,0,2,34434,34435,34436,0,2,8976,34435,34434,0,2,34845,35077,8975,0,2,34437,8975,8974,0,2,8975,35077,717,0,2,34435,35077,34436,0,2,34442,34439,34840,0,2,34442,34840,34440,0,2,34442,34440,34441,0,2,34428,8971,34441,0,2,34441,8971,34442,0,2,8971,8970,34442,0,2,34442,8970,34439,0,2,34430,34843,34847,0,2,706,714,34444,0,2,34444,714,715,0,2,34446,34457,34456,0,2,34446,34456,34455,0,2,34454,34455,34447,0,2,34454,34447,34448,0,2,34433,34448,34459,0,2,34433,34459,34434,0,2,34449,34448,34450,0,2,8967,34452,34453,0,2,34453,8969,8968,0,2,34453,8968,8967,0,2,8969,34453,34430,0,2,34430,34453,34443,0,2,34451,8965,34450,0,2,34450,8965,34449,0,2,8965,34454,34449,0,2,34448,34432,34450,0,2,34450,34432,34431,0,2,34450,34431,34451,0,2,34451,34431,8966,0,2,8966,34453,34452,0,2,34453,8966,34443,0,2,8966,34431,34443,0,2,34448,34433,34432,0,2,34448,34449,34454,0,2,34454,8964,34455,0,2,34447,34455,34456,0,2,34447,34456,34458,0,2,34447,34458,34448,0,2,34455,8958,8960,0,2,34455,8960,34446,0,2,34446,8960,34457,0,2,34457,34445,34456,0,2,34445,8978,34459,0,2,34445,34459,34458,0,2,34459,34448,34458,0,2,34445,34458,34456,0,2,34434,34459,8978,0,2,34444,34445,34457,0,2,34457,706,34444,0,2,9105,34460,9078,0,2,9078,34460,9104,0,2,34460,9105,12689,0,2,34831,34395,9106,0,2,9106,34395,34396,0,2,34831,9106,9105,0,2,9065,9069,9252,0,2,9252,9069,9067,0,2,9252,9067,34461,0,2,34462,9065,9077,0,2,9077,9065,9248,0,2,9066,9065,34462,0,2,9066,34462,9254,0,2,9071,9254,9077,0,2,9077,9254,34462,0,2,9065,9252,9248,0,2,34463,33687,33685,0,2,33681,33672,34464,0,2,34464,34961,33681,0,2,33672,33678,33680,0,2,33678,33672,33681,0,2,33721,33719,34465,0,2,33721,34465,33724,0,2,33724,34465,33722,0,2,34466,33522,33535,0,2,33535,33522,609,0,2,623,34290,622,0,2,28557,28556,34467,0,2,34467,28556,28492,0,2,34467,28492,28493,0,2,34467,28493,28555,0,2,34126,34122,9544,0,2,34147,34146,34468,0,2,34102,33641,34470,0,2,34835,34470,33649,0,2,33648,34470,34469,0,2,34470,33641,34469,0,2,34408,34102,34470,0,2,34408,34470,34837,0,2,34837,34470,34835,0,2,34134,34111,34471,0,2,34471,34334,34134,0,2,34158,34156,34098,0,2,34141,34472,34473,0,2,34141,34473,34474,0,2,34474,34473,34475,0,2,34474,34475,34477,0,2,34477,34140,34474,0,2,34474,34140,34142,0,2,34474,34142,34141,0,2,34473,34472,34478,0,2,34478,9546,34473,0,2,34475,34473,9531,0,2,34331,34476,9546,0,2,9531,34473,34476,0,2,34476,34473,9546,0,2,9531,34139,34475,0,2,34475,34139,34477,0,2,34136,9548,34478,0,2,34479,34478,34472,0,2,34478,34479,34136,0,2,34481,34233,34482,0,2,34230,34483,34229,0,2,34229,34483,9530,0,2,9530,34483,34484,0,2,34138,34484,34482,0,2,34138,34482,34140,0,2,34482,34233,34234,0,2,34230,34231,34483,0,2,34483,34231,34481,0,2,34483,34481,34482,0,2,34231,34232,34481,0,2,34481,34232,34233,0,2,34063,34239,34064,0,2,34063,34062,34239,0,2,34239,34062,34238,0,2,9543,34486,9541,0,2,34499,34485,34486,0,2,9537,34485,34487,0,2,9537,34487,9535,0,2,34487,34499,34488,0,2,34488,34499,34489,0,2,34488,34489,34609,0,2,34609,34489,34490,0,2,34492,34490,34491,0,2,34492,34491,34493,0,2,34492,34493,34494,0,2,34494,34497,34496,0,2,34495,34496,8930,0,2,8930,34496,34497,0,2,12621,34498,34493,0,2,34498,34497,34493,0,2,34493,34497,34494,0,2,34491,34490,8931,0,2,8931,34490,34489,0,2,8931,34489,8932,0,2,8932,34489,9543,0,2,9543,34151,8932,0,2,34487,34485,34499,0,2,34499,34486,9543,0,2,34499,9543,34489,0,2,34487,34488,34500,0,2,34500,34501,9533,0,2,9533,34501,9532,0,2,34500,34488,34609,0,2,34500,34609,34501,0,2,34502,8929,8930,0,2,34502,8930,34630,0,2,34629,34630,34498,0,2,34498,34630,8930,0,2,8929,34502,34632,0,2,8929,34632,34691,0,2,34691,9409,34503,0,2,34692,34503,34693,0,2,34691,34692,8929,0,2,34495,34694,34690,0,2,34495,34690,34504,0,2,34614,34686,34506,0,2,9524,34506,34687,0,2,9524,34687,9522,0,2,34691,42537,34507,0,2,34691,34507,9409,0,2,34508,9400,9401,0,2,34508,9401,9413,0,2,34508,9413,9399,0,2,34510,34509,34511,0,2,34511,34509,9401,0,2,9412,34509,34510,0,2,9394,34510,9393,0,2,9393,34510,34511,0,2,9393,34511,34512,0,2,34513,34512,34515,0,2,34512,34513,9393,0,2,34512,34511,34514,0,2,34512,34514,34515,0,2,34515,34514,9665,0,2,34515,9665,9390,0,2,9390,9665,9391,0,2,9664,9391,9665,0,2,9394,9398,34510,0,2,34510,9398,9412,0,2,9392,34515,9469,0,2,9392,9469,9468,0,2,9466,34517,34516,0,2,34517,49795,9458,0,2,9466,34516,9467,0,2,9467,34516,9460,0,2,9460,34516,9459,0,2,9459,34516,34518,0,2,34518,34516,34519,0,2,34519,34517,9458,0,2,34523,34520,34521,0,2,34521,10229,10342,0,2,10342,10228,34522,0,2,10342,34522,34521,0,2,34521,34522,34523,0,2,10231,34523,10232,0,2,10232,34537,10233,0,2,10233,34537,34540,0,2,10233,34540,34524,0,2,34524,34540,34525,0,2,34527,34526,34539,0,2,34528,34536,34529,0,2,34531,10226,34542,0,2,34542,10226,34532,0,2,43577,34532,34533,0,2,43577,34533,43573,0,2,43573,34533,34534,0,2,10223,34534,10224,0,2,34532,10225,34533,0,2,34533,10225,10224,0,2,34533,10224,34534,0,2,34531,34530,34535,0,2,34536,34535,34529,0,2,34535,34530,34529,0,2,34523,34522,10232,0,2,10232,34522,34537,0,2,34537,34522,34538,0,2,34538,34522,10227,0,2,34538,10227,34535,0,2,34538,34535,34536,0,2,34537,34538,34540,0,2,34525,34540,34526,0,2,34538,34541,34526,0,2,34526,34541,34539,0,2,34539,34541,34528,0,2,34528,34541,34536,0,2,34536,34541,34538,0,2,10229,34521,34520,0,2,34542,34532,34543,0,2,34542,34543,34544,0,2,34544,34550,34545,0,2,34545,34546,43560,0,2,34548,34549,43562,0,2,34543,43574,34550,0,2,34545,34550,34551,0,2,34545,34551,34546,0,2,34550,34544,34543,0,2,34532,43577,34543,0,2,34531,34542,34530,0,2,34530,34542,34544,0,2,34555,34553,34554,0,2,8698,34553,34555,0,2,34555,34556,34557,0,2,8665,34557,34558,0,2,8665,43767,8667,0,2,8667,43767,34562,0,2,34562,43767,34559,0,2,34560,34559,34563,0,2,8704,9743,34563,0,2,34563,9743,34560,0,2,9743,8621,34560,0,2,34562,34561,9753,0,2,8704,34563,34566,0,2,34566,34563,34564,0,2,34564,34563,34559,0,2,43767,8665,34558,0,2,34558,34556,34564,0,2,34564,34556,34565,0,2,34565,34556,34555,0,2,34565,34555,34554,0,2,34565,34554,34566,0,2,34565,34566,34564,0,2,8710,34566,34554,0,2,34558,34557,34556,0,2,34557,8665,43711,0,2,34557,43711,34555,0,2,8714,34567,34599,0,2,34599,34567,34568,0,2,34568,34567,8630,0,2,34597,34568,8630,0,2,34597,8630,34569,0,2,34569,8366,8365,0,2,8365,34570,34571,0,2,34571,34570,34572,0,2,34571,34572,34573,0,2,34589,34573,9573,0,2,34575,34576,34587,0,2,34587,34576,9745,0,2,9745,34576,34577,0,2,34577,43000,34578,0,2,34578,43000,34579,0,2,9575,34579,34580,0,2,8738,9575,8740,0,2,8740,8742,8741,0,2,8742,34581,9373,0,2,9373,34581,9433,0,2,9576,8742,8740,0,2,8740,8739,8771,0,2,9575,8738,8736,0,2,8736,8734,34582,0,2,8736,34582,9575,0,2,9575,34582,34579,0,2,34579,34582,34578,0,2,34583,9750,34584,0,2,34583,34584,34578,0,2,34578,34584,34577,0,2,34577,34584,9745,0,2,9745,34585,34586,0,2,34574,34575,34587,0,2,34587,9745,34586,0,2,34583,34578,8733,0,2,8733,34578,34582,0,2,8733,34582,8734,0,2,9575,34580,43018,0,2,34577,34576,43000,0,2,34572,43001,34573,0,2,34572,34570,8363,0,2,34569,8365,34596,0,2,34571,34573,34588,0,2,34587,34586,34574,0,2,34574,34586,43547,0,2,43547,34586,34590,0,2,43547,34590,34591,0,2,34591,34590,9746,0,2,34592,9747,8626,0,2,34592,8626,34593,0,2,43548,8714,34599,0,2,43548,34599,34594,0,2,43548,34594,34591,0,2,34591,34594,43547,0,2,43547,34594,34595,0,2,34588,34595,34571,0,2,34571,34595,34600,0,2,34571,34600,34596,0,2,34596,34598,34597,0,2,34597,34598,34568,0,2,34597,34569,34596,0,2,34588,34589,34595,0,2,34585,34590,34586,0,2,8365,34571,34596,0,2,34568,34598,34599,0,2,34599,34598,34594,0,2,34595,34594,34600,0,2,34596,34600,34598,0,2,34594,34598,34600,0,2,8771,34601,34602,0,2,34602,34601,34603,0,2,34602,34603,34604,0,2,34604,8773,8768,0,2,34604,8768,8769,0,2,34602,34604,8769,0,2,8771,8739,34601,0,2,9530,34484,34139,0,2,34139,34484,34138,0,2,9530,34139,34605,0,2,34605,34139,9552,0,2,34605,9552,9551,0,2,9551,9550,34605,0,2,9530,34605,9529,0,2,9529,34605,9550,0,2,9551,34606,34608,0,2,34608,34606,34607,0,2,34609,34490,34608,0,2,34608,34490,34618,0,2,34618,34610,34619,0,2,34619,34610,34613,0,2,34619,34613,34612,0,2,34612,34613,34611,0,2,9524,34612,34506,0,2,34506,34612,34611,0,2,34494,34611,34613,0,2,34490,34492,34618,0,2,34613,34492,34494,0,2,34610,34618,34492,0,2,34492,34613,34610,0,2,34506,34611,34614,0,2,34614,34611,34494,0,2,34494,34496,34614,0,2,34614,34504,34505,0,2,34504,34614,34496,0,2,34504,34496,34495,0,2,9551,34608,34615,0,2,9551,34615,9526,0,2,34616,10353,9526,0,2,9526,9527,9550,0,2,9526,9550,9551,0,2,9526,34617,34616,0,2,34616,34617,9524,0,2,9524,34617,34619,0,2,34617,34615,34619,0,2,34619,34615,34618,0,2,34619,34612,9524,0,2,34615,34608,34618,0,2,34501,34609,34607,0,2,34607,9532,34501,0,2,34609,34608,34607,0,2,12700,12702,34622,0,2,8938,34622,34620,0,2,8938,34620,12651,0,2,34621,34620,42818,0,2,42818,34620,34623,0,2,34623,34622,34624,0,2,34624,34622,12702,0,2,12651,34620,34621,0,2,8938,8939,34622,0,2,34622,8939,12700,0,2,12619,42538,34629,0,2,34631,34625,42536,0,2,42538,12619,34626,0,2,42538,34626,34627,0,2,42538,34627,34628,0,2,12620,12619,34629,0,2,34630,34629,34625,0,2,34630,34625,34631,0,2,34632,34631,42537,0,2,34630,34631,34502,0,2,34634,34633,34641,0,2,34634,34641,34635,0,2,34635,34656,34636,0,2,34636,34656,34637,0,2,34638,34640,42531,0,2,34638,42531,42530,0,2,34638,42530,34636,0,2,34639,34640,42993,0,2,34637,34638,34636,0,2,34638,42993,34640,0,2,34633,12618,34641,0,2,34641,12618,34652,0,2,34653,34652,34642,0,2,34646,12617,34643,0,2,42542,34643,12616,0,2,34644,12617,34642,0,2,34644,34642,34652,0,2,34644,34627,12617,0,2,34627,34644,12618,0,2,12617,34646,34642,0,2,34645,42541,42560,0,2,34647,42569,34648,0,2,34649,34648,34650,0,2,34654,34650,42526,0,2,34651,42520,34652,0,2,34652,34653,34651,0,2,34651,34653,34654,0,2,34654,34653,34647,0,2,34654,34647,34649,0,2,34651,34654,42526,0,2,34650,34654,34649,0,2,34648,34649,34647,0,2,34647,34642,34646,0,2,34642,34647,34653,0,2,34647,34646,42569,0,2,42560,34646,34645,0,2,34652,12618,34644,0,2,42530,34655,34635,0,2,42530,34635,34636,0,2,34635,34655,34634,0,2,34637,34656,8921,0,2,8921,34656,34657,0,2,34658,34657,42525,0,2,34658,42525,42523,0,2,34658,42523,34659,0,2,42983,34659,42524,0,2,42983,42524,34660,0,2,34660,42524,42988,0,2,34660,42988,42978,0,2,42978,42988,34661,0,2,34661,34662,34668,0,2,34668,34662,34663,0,2,34668,34663,34664,0,2,34664,34663,46809,0,2,34664,46809,46810,0,2,34667,46810,34665,0,2,34667,34665,34666,0,2,34666,34665,12161,0,2,34666,12161,12162,0,2,42994,34667,8912,0,2,8912,34667,8892,0,2,8892,34667,12164,0,2,34667,42994,46810,0,2,46802,12169,8889,0,2,46802,8889,46804,0,2,46804,8889,8888,0,2,8888,34669,8867,0,2,8884,8869,8885,0,2,34669,8888,8887,0,2,8869,8887,8885,0,2,43216,9304,34670,0,2,34670,9304,34671,0,2,34671,9304,34672,0,2,34672,34673,9347,0,2,9304,34673,34672,0,2,9348,34674,34675,0,2,34676,34675,9353,0,2,34675,34674,9306,0,2,9349,9348,34677,0,2,9349,34677,9309,0,2,9309,34677,9307,0,2,9348,34676,34677,0,2,9307,34677,34676,0,2,9348,34675,34676,0,2,43242,9946,34679,0,2,10060,34679,9977,0,2,9977,34679,9947,0,2,34680,34681,47678,0,2,47678,34681,34682,0,2,43240,34685,34684,0,2,43240,34684,43239,0,2,45635,45630,34684,0,2,45630,43229,43239,0,2,45630,43239,34684,0,2,34681,10062,34682,0,2,34682,10062,45638,0,2,34682,45638,34683,0,2,34504,9399,34505,0,2,34505,9399,34689,0,2,34505,34689,34686,0,2,34686,34688,34687,0,2,34686,34687,34506,0,2,34687,34688,9522,0,2,9522,34688,9521,0,2,9521,34688,34689,0,2,34688,34686,34689,0,2,34686,34614,34505,0,2,9399,34504,34508,0,2,34508,34504,34690,0,2,9400,34690,9411,0,2,9400,9411,9410,0,2,34690,34694,9411,0,2,34691,34503,34692,0,2,34693,9411,34694,0,2,34692,34694,8929,0,2,34695,9400,9410,0,2,34695,9401,9400,0,2,9409,9289,34702,0,2,34702,9289,34696,0,2,34697,9406,9405,0,2,9289,9290,34696,0,2,34696,9290,34698,0,2,34698,9290,9291,0,2,34696,34698,34697,0,2,9409,34702,34700,0,2,34503,34700,34701,0,2,9402,34701,9403,0,2,9403,34701,34700,0,2,34703,34700,34702,0,2,34696,34697,34702,0,2,34702,34697,34703,0,2,34703,9405,9404,0,2,34700,9404,9403,0,2,9404,9405,9660,0,2,9405,34703,34697,0,2,9409,34700,34503,0,2,34701,9402,9408,0,2,9640,9651,9650,0,2,9640,9650,9657,0,2,34710,9658,9635,0,2,34704,9636,34723,0,2,34704,34723,34709,0,2,34709,34723,34722,0,2,34709,34722,34717,0,2,34706,34705,9675,0,2,9675,9674,34718,0,2,34717,34718,34716,0,2,34707,43055,43056,0,2,34707,43056,34708,0,2,34709,34708,34711,0,2,34709,34711,34704,0,2,9635,34704,34711,0,2,9635,34711,34710,0,2,34710,34711,34712,0,2,34714,34712,34725,0,2,34713,34725,9632,0,2,34725,34713,34714,0,2,34712,34714,34710,0,2,34713,34715,34714,0,2,34714,34715,9634,0,2,34714,9634,34710,0,2,34710,9634,9658,0,2,9648,9634,34715,0,2,9648,34715,9633,0,2,9633,34715,34713,0,2,34708,34716,34707,0,2,34707,34716,34719,0,2,34708,34709,34716,0,2,34716,34709,34717,0,2,9675,34718,34706,0,2,34706,34718,34717,0,2,34706,34717,34705,0,2,34716,34718,34719,0,2,34719,9676,9673,0,2,9673,34707,34719,0,2,34719,34718,9676,0,2,9674,9676,34718,0,2,34729,9675,34705,0,2,43047,34705,34717,0,2,43047,34717,34720,0,2,43047,34720,34721,0,2,34721,34720,9295,0,2,34722,34723,34724,0,2,34723,9636,34724,0,2,9635,9636,34704,0,2,9295,34720,8916,0,2,8916,34720,34722,0,2,8916,34722,34724,0,2,34725,34712,43056,0,2,43056,34712,34708,0,2,34708,34712,34711,0,2,9293,42979,34726,0,2,34726,42979,42984,0,2,34726,8915,8916,0,2,34726,8916,9293,0,2,9299,9298,34727,0,2,34728,34727,9296,0,2,9296,34727,9298,0,2,34727,34729,43048,0,2,34727,43048,9299,0,2,34727,34728,34729,0,2,34729,34728,8910,0,2,34423,9120,9099,0,2,9098,34423,9099,0,2,34742,9155,9156,0,2,34742,9156,34730,0,2,34730,34731,34741,0,2,34741,34731,34745,0,2,34741,34745,34740,0,2,34738,34733,34734,0,2,34735,34802,34736,0,2,34736,34802,48778,0,2,34736,48778,34737,0,2,34736,34737,9153,0,2,34736,9153,34738,0,2,34738,9153,34739,0,2,34738,34739,34733,0,2,34730,34741,9152,0,2,9152,34741,34743,0,2,9153,34743,34739,0,2,34741,34740,34743,0,2,34740,34732,34739,0,2,34732,34733,34739,0,2,34738,34734,34735,0,2,34735,34736,34738,0,2,34730,9156,34744,0,2,34744,9156,9158,0,2,34730,34744,34731,0,2,34731,34746,34745,0,2,34732,34740,34745,0,2,34731,34744,34747,0,2,34731,34747,34746,0,2,34747,9160,34748,0,2,34733,34788,34793,0,2,34733,34793,34734,0,2,34734,34750,34735,0,2,34735,34750,35195,0,2,34735,35195,34801,0,2,34801,35194,34763,0,2,34763,34751,34806,0,2,34753,34751,34752,0,2,34753,34752,48775,0,2,34754,34753,34757,0,2,34754,34757,26460,0,2,26460,34757,26457,0,2,34756,34759,26461,0,2,26461,34759,34795,0,2,26461,34795,26462,0,2,34756,34755,34758,0,2,34758,34759,34756,0,2,26461,26447,34756,0,2,34756,26447,26448,0,2,34756,26448,26449,0,2,34756,26449,34755,0,2,26449,26456,34755,0,2,34755,26456,26457,0,2,26462,34795,26466,0,2,26466,34795,26463,0,2,34755,26457,34757,0,2,34758,34757,48775,0,2,48775,34757,34753,0,2,34755,34757,34758,0,2,34759,34758,34760,0,2,34800,34760,34797,0,2,34797,34760,48774,0,2,34797,48774,34761,0,2,48777,34761,48813,0,2,48813,34761,35183,0,2,35183,34761,48774,0,2,35183,48774,35185,0,2,34762,34751,34763,0,2,34764,34780,34774,0,2,34774,34780,34773,0,2,34773,34780,34790,0,2,34773,34790,34765,0,2,34765,34790,34789,0,2,34765,34789,9165,0,2,34763,34764,34762,0,2,34762,34764,34775,0,2,34767,34766,34779,0,2,34767,34779,48836,0,2,48811,34768,48818,0,2,48818,34768,48817,0,2,48817,48836,35158,0,2,34770,34777,34771,0,2,35192,34771,34778,0,2,35192,34778,34772,0,2,34774,34778,34775,0,2,34775,34778,34776,0,2,34776,34771,34777,0,2,34776,34777,34766,0,2,34766,35184,34776,0,2,34775,34764,34774,0,2,34762,34775,35184,0,2,34776,34778,34771,0,2,34778,34774,34772,0,2,48817,34768,48836,0,2,34769,48836,34779,0,2,34769,34779,48816,0,2,34777,48816,34766,0,2,34766,48816,34779,0,2,35158,48836,34769,0,2,34790,34791,34792,0,2,34790,34792,34789,0,2,34789,34792,34794,0,2,34781,34782,9199,0,2,9199,34782,9163,0,2,9163,34782,34783,0,2,9163,34783,34784,0,2,34784,34783,34786,0,2,9161,34786,34785,0,2,9161,9162,34786,0,2,9161,34785,35196,0,2,35196,34785,48781,0,2,34787,34783,34749,0,2,34749,34783,34788,0,2,34787,34749,48781,0,2,34785,34786,34783,0,2,34785,34783,34787,0,2,34785,34787,48781,0,2,34783,34782,34788,0,2,9162,34784,34786,0,2,9199,9164,34781,0,2,34781,9164,34794,0,2,34791,34790,34780,0,2,34780,34764,34763,0,2,34794,48819,34789,0,2,34789,48819,9165,0,2,34763,35194,34780,0,2,34780,35194,34791,0,2,34791,35195,34792,0,2,34792,35195,34750,0,2,34734,34793,34750,0,2,34750,34793,34794,0,2,34794,34793,34781,0,2,34781,34793,34782,0,2,34793,34788,34782,0,2,34794,34792,34750,0,2,34751,34762,35185,0,2,34751,35185,34752,0,2,34752,35185,48774,0,2,34759,34800,34795,0,2,34795,34800,26463,0,2,26463,34800,34796,0,2,34797,34798,34799,0,2,34799,34798,48776,0,2,34799,48776,7088,0,2,7088,48776,7087,0,2,34799,34796,34797,0,2,34760,34800,34759,0,2,34796,34800,34797,0,2,26460,26458,34754,0,2,34735,34801,34803,0,2,34803,34801,34806,0,2,34803,34806,26452,0,2,34803,26452,34802,0,2,34735,34803,34802,0,2,34802,26453,48778,0,2,26412,34804,26411,0,2,34806,34801,34763,0,2,34805,34806,34751,0,2,34805,34751,34753,0,2,34753,34754,34805,0,2,34805,34754,34806,0,2,26452,34806,26458,0,2,34788,34733,34732,0,2,34788,34732,48782,0,2,48782,34732,34745,0,2,48782,34745,48780,0,2,48780,34745,34746,0,2,35196,34746,34747,0,2,35196,34747,9161,0,2,9161,34747,34748,0,2,9150,9237,26412,0,2,9151,9150,34807,0,2,34808,9150,26412,0,2,26412,26411,9116,0,2,9116,26411,9117,0,2,26411,26413,9117,0,2,9117,26413,9119,0,2,9149,34809,9113,0,2,9113,34809,9114,0,2,9114,34808,9115,0,2,9115,34808,26412,0,2,9115,26412,9116,0,2,34808,9114,34809,0,2,34809,34807,34808,0,2,34808,34807,9150,0,2,7122,7124,34810,0,2,7196,26393,34810,0,2,7196,34810,7124,0,2,34811,34823,7193,0,2,7193,34823,34822,0,2,7193,34822,34813,0,2,7193,34813,34812,0,2,7187,34818,34814,0,2,34814,34818,7182,0,2,41803,34816,34819,0,2,41803,34819,34817,0,2,7182,34818,34815,0,2,34820,34815,34821,0,2,34816,34815,34820,0,2,34816,34820,34819,0,2,34819,34820,34817,0,2,34820,34821,26379,0,2,26379,7200,34820,0,2,34820,7200,34817,0,2,7187,34814,7186,0,2,7193,26394,34811,0,2,34811,26393,34824,0,2,34811,34824,34823,0,2,34813,34822,7187,0,2,34822,34823,34821,0,2,7187,34822,34818,0,2,34818,34822,34815,0,2,34815,34822,34821,0,2,34821,34823,7199,0,2,7199,34823,26389,0,2,26389,34824,42952,0,2,42952,26393,7195,0,2,42952,34824,26393,0,2,34823,34824,26389,0,2,34821,7199,26379,0,2,34827,34828,7873,0,2,34827,7873,7209,0,2,34827,7209,34825,0,2,34827,34825,34826,0,2,34826,34825,7208,0,2,26366,34826,7208,0,2,26366,26367,34826,0,2,34827,34826,42951,0,2,34827,42951,7715,0,2,34827,7715,34828,0,2,7709,7218,7217,0,2,7705,7704,7312,0,2,7312,7704,7224,0,2,7224,7703,34829,0,2,7704,7703,7224,0,2,48751,34829,7700,0,2,7700,34829,7701,0,2,34830,26433,26434,0,2,26434,26408,34830,0,2,26434,26433,26432,0,2,26427,26429,26424,0,2,26424,26425,26427,0,2,34831,9101,34395,0,2,34831,9105,9103,0,2,34831,9103,9101,0,2,9073,9253,9074,0,2,9073,9072,9077,0,2,9073,9077,9253,0,2,34836,34834,34832,0,2,34832,34833,8943,0,2,34832,34834,33652,0,2,34832,33652,34833,0,2,34834,34836,12709,0,2,33651,33655,34833,0,2,34833,33655,8943,0,2,33643,34837,34835,0,2,34837,34838,34408,0,2,34839,8959,8958,0,2,8958,8957,34839,0,2,34839,8957,8962,0,2,34892,9189,8992,0,2,34441,34440,8972,0,2,8972,34440,34841,0,2,34440,34840,34841,0,2,34841,34840,34437,0,2,34437,34840,34842,0,2,34842,34847,34846,0,2,34846,34847,34843,0,2,34846,34843,34438,0,2,34438,34432,34844,0,2,34846,34845,34842,0,2,34844,34845,34846,0,2,34844,34846,34438,0,2,34845,34844,35077,0,2,34845,8975,34842,0,2,34842,8975,34437,0,2,35077,34844,34436,0,2,34436,34844,34432,0,2,34840,34847,34842,0,2,34430,34847,34439,0,2,34439,34847,34840,0,2,34848,724,34933,0,2,34933,34932,34856,0,2,34856,34932,34855,0,2,34855,34932,34931,0,2,34850,34849,34925,0,2,9026,9025,34922,0,2,9026,34922,9050,0,2,34925,34924,34850,0,2,34849,34850,34851,0,2,34855,34851,9024,0,2,34853,9022,34854,0,2,34852,9023,34853,0,2,34853,9023,9022,0,2,9022,9037,34854,0,2,725,724,34848,0,2,34848,34856,48822,0,2,34851,34855,34849,0,2,34849,34855,34931,0,2,34848,34933,34856,0,2,48822,34856,34855,0,2,725,34854,9037,0,2,9024,34851,34850,0,2,724,28463,49972,0,2,49972,28463,34936,0,2,34857,9047,34858,0,2,9047,34857,34924,0,2,9024,34857,34860,0,2,34859,34860,34864,0,2,9023,34860,34859,0,2,34861,9020,34862,0,2,34862,9021,34863,0,2,34862,9020,9021,0,2,34860,34857,34864,0,2,9046,34864,34858,0,2,34857,34858,34864,0,2,35080,34865,9051,0,2,8990,9051,34865,0,2,34865,9046,34866,0,2,9046,34858,34867,0,2,34867,34858,9048,0,2,34867,9048,34869,0,2,34869,9048,9049,0,2,8992,34867,34868,0,2,34893,34868,34870,0,2,34867,8992,34866,0,2,34867,34866,9046,0,2,34870,34869,34871,0,2,34871,34869,9049,0,2,34867,34869,34868,0,2,34868,34869,34870,0,2,34889,8993,34872,0,2,34873,34874,35148,0,2,35148,34874,35149,0,2,35149,34874,34921,0,2,34916,34921,34875,0,2,34921,34874,34920,0,2,8995,34874,34873,0,2,8995,34873,34872,0,2,34875,34921,34895,0,2,34877,34895,34878,0,2,34877,34878,34879,0,2,35136,34879,34880,0,2,34882,34881,35144,0,2,35136,34880,34881,0,2,34881,34880,34883,0,2,34881,34883,35145,0,2,34883,34884,35146,0,2,35146,34884,35147,0,2,35147,34884,7001,0,2,34883,35146,35145,0,2,34880,34879,34883,0,2,34884,35134,7001,0,2,7001,35134,9033,0,2,9032,9033,35132,0,2,9032,35132,34918,0,2,9035,34885,34888,0,2,34888,34885,34917,0,2,34917,34885,8996,0,2,34886,34887,34883,0,2,9049,34888,34871,0,2,34895,34921,34886,0,2,34895,34886,34878,0,2,34879,34878,34883,0,2,34883,34878,34886,0,2,8993,34889,9185,0,2,8993,9185,34891,0,2,9185,34889,34890,0,2,34890,34889,34873,0,2,34890,34873,9184,0,2,9184,34873,35148,0,2,9184,35148,9183,0,2,34891,34894,34892,0,2,34891,34892,8993,0,2,8993,34892,34893,0,2,34893,34892,8992,0,2,34872,34873,34889,0,2,9182,34916,34875,0,2,9182,34875,34876,0,2,34876,9167,9182,0,2,34876,34875,34895,0,2,9169,34877,34896,0,2,34901,34900,35345,0,2,34901,35345,7066,0,2,7066,35345,35343,0,2,34898,34899,34902,0,2,34902,34903,34905,0,2,34905,34903,34904,0,2,34905,34904,35347,0,2,34905,35347,35163,0,2,35163,35347,34906,0,2,35163,34906,7069,0,2,35163,7069,7070,0,2,35346,34901,7066,0,2,34898,34902,9170,0,2,9170,34902,35324,0,2,35324,9171,9170,0,2,34897,9169,34896,0,2,9169,9168,34877,0,2,34877,34879,34907,0,2,34907,34879,35136,0,2,34907,35136,34915,0,2,34908,35137,34909,0,2,34908,34909,34914,0,2,34914,34909,27560,0,2,34877,34907,34896,0,2,34896,34907,34910,0,2,35349,34908,34914,0,2,34912,34914,27558,0,2,34912,27558,34911,0,2,34913,34912,35351,0,2,34912,34913,34914,0,2,34914,34913,35349,0,2,27558,34914,27559,0,2,27559,34914,27560,0,2,35137,34908,34910,0,2,35137,34910,34915,0,2,34915,34910,34907,0,2,9167,34876,9168,0,2,9168,34876,34877,0,2,34895,34877,34876,0,2,35149,34921,34916,0,2,8997,34870,34871,0,2,8997,34871,34917,0,2,8994,8996,35132,0,2,34888,34917,34871,0,2,34885,34918,8996,0,2,8996,34918,35132,0,2,8994,35132,34919,0,2,34919,34886,34920,0,2,34919,34920,8994,0,2,34920,34886,34921,0,2,9027,9050,34922,0,2,9028,34923,34926,0,2,35107,34923,34922,0,2,9028,9027,34923,0,2,34923,9027,34922,0,2,9025,34924,34922,0,2,34924,34925,34922,0,2,34922,34925,35107,0,2,35107,34925,35104,0,2,34926,34923,35107,0,2,34927,34928,35103,0,2,35105,35103,7005,0,2,35103,35105,34927,0,2,34927,34849,34928,0,2,34928,35126,35128,0,2,35128,35126,34930,0,2,35128,34930,34929,0,2,34929,34930,732,0,2,732,34930,731,0,2,731,34930,35124,0,2,35124,34930,35126,0,2,35126,34931,34932,0,2,34934,34932,34933,0,2,35121,34935,34936,0,2,9067,9069,9068,0,2,9068,34461,9067,0,2,9145,8968,34425,0,2,34937,28550,28528,0,2,34937,28528,28527,0,2,34939,9279,653,0,2,683,9279,682,0,2,34939,653,654,0,2,9279,34939,682,0,2,682,34939,34938,0,2,654,655,34939,0,2,34939,655,34938,0,2,583,959,32189,0,2,34940,33715,33714,0,2,33714,34944,34940,0,2,34944,617,34940,0,2,34940,617,33715,0,2,34943,33710,34942,0,2,34942,33710,33709,0,2,34945,34946,34941,0,2,34941,34947,617,0,2,34941,34946,28558,0,2,596,34946,34945,0,2,34941,28558,34947,0,2,34945,34941,34944,0,2,34944,34941,617,0,2,34944,34943,34945,0,2,34945,34943,34942,0,2,616,28558,615,0,2,596,595,34946,0,2,596,597,599,0,2,32192,573,34949,0,2,34949,34948,33562,0,2,33562,34948,33549,0,2,33549,34948,572,0,2,33550,572,34948,0,2,34948,34949,573,0,2,574,573,32192,0,2,33562,34950,34949,0,2,34949,34950,32192,0,2,32192,34950,575,0,2,575,34950,577,0,2,34952,577,32194,0,2,34952,32194,34951,0,2,32196,34951,32194,0,2,32196,32193,34951,0,2,960,34952,32193,0,2,32194,577,34950,0,2,33550,33551,34953,0,2,33550,34953,33555,0,2,34954,34953,34958,0,2,34954,34958,34955,0,2,34955,34958,34956,0,2,34956,34958,34959,0,2,34959,34958,33551,0,2,34954,34955,33560,0,2,33560,33559,34957,0,2,33560,34957,34954,0,2,34954,34957,33556,0,2,33556,34957,33557,0,2,33557,34957,33559,0,2,33556,34953,34954,0,2,33551,34958,34953,0,2,608,610,33718,0,2,33716,34960,34961,0,2,33682,34962,33687,0,2,34962,33682,33681,0,2,34962,33681,34961,0,2,34962,34961,34960,0,2,578,961,960,0,2,957,34963,956,0,2,964,34963,34964,0,2,34963,957,34964,0,2,668,34965,588,0,2,588,34965,676,0,2,34965,668,34966,0,2,665,34966,664,0,2,664,34966,668,0,2,34965,34966,665,0,2,34967,902,964,0,2,32360,34967,32359,0,2,34967,965,34968,0,2,34968,965,966,0,2,966,1029,34968,0,2,969,1011,970,0,2,968,1011,969,0,2,968,969,1004,0,2,34969,32134,35003,0,2,34969,35003,35027,0,2,35027,35003,32148,0,2,35027,32148,35028,0,2,35028,32148,35004,0,2,35006,934,35011,0,2,35011,934,35028,0,2,35028,934,933,0,2,35028,933,34970,0,2,35023,34970,34971,0,2,35026,34972,34974,0,2,34974,34972,34973,0,2,34975,34974,34976,0,2,34975,34976,35025,0,2,34973,925,34974,0,2,34974,925,34976,0,2,909,34976,925,0,2,34973,34972,926,0,2,34970,933,932,0,2,34970,932,34971,0,2,34971,932,34977,0,2,932,928,34977,0,2,900,899,34978,0,2,34978,899,34979,0,2,916,918,34981,0,2,34981,918,917,0,2,34981,917,34980,0,2,916,34981,915,0,2,915,34981,34982,0,2,34982,34981,34983,0,2,34983,906,34982,0,2,904,915,34982,0,2,34983,34981,34980,0,2,33803,33773,34984,0,2,34984,33773,33741,0,2,33685,33686,34463,0,2,33682,34463,33678,0,2,33678,34463,33686,0,2,34985,33953,33944,0,2,33944,33953,33945,0,2,34985,33944,33620,0,2,33774,33615,33765,0,2,34986,34993,34990,0,2,34990,34993,34992,0,2,34989,34992,34987,0,2,34987,34988,568,0,2,568,34988,33595,0,2,33595,34988,33596,0,2,33596,34988,34995,0,2,568,34989,34987,0,2,34986,34990,570,0,2,34990,34991,570,0,2,570,34991,569,0,2,34991,34992,34989,0,2,34992,34991,34990,0,2,34987,34992,34993,0,2,34987,34993,34994,0,2,34987,34994,34995,0,2,34995,34994,33546,0,2,34995,33546,33545,0,2,34988,34987,34995,0,2,34994,34993,34996,0,2,33548,34997,33549,0,2,33548,34996,34997,0,2,34986,571,34997,0,2,34986,34997,34993,0,2,34997,34996,34993,0,2,609,33522,608,0,2,32136,34998,32131,0,2,32131,34998,911,0,2,32154,35013,32157,0,2,32154,32157,32156,0,2,32157,35000,32158,0,2,32158,35000,32128,0,2,35000,35001,32129,0,2,32129,35001,32130,0,2,32130,35001,32136,0,2,32136,35001,32157,0,2,32136,32157,35002,0,2,35002,35013,34999,0,2,35013,35002,32157,0,2,32157,35001,35000,0,2,32133,34999,32152,0,2,32133,32152,32151,0,2,32148,32117,35004,0,2,35004,32117,32115,0,2,35005,35006,32114,0,2,32114,35006,35011,0,2,35006,35005,935,0,2,935,35005,35007,0,2,35008,35007,35032,0,2,35010,35005,32113,0,2,32113,35005,32114,0,2,32116,32114,35011,0,2,32116,35011,32115,0,2,32115,35011,35004,0,2,35010,35012,35007,0,2,35005,35010,35007,0,2,35013,32152,34999,0,2,35013,32154,32152,0,2,32133,32151,32134,0,2,32134,32151,35003,0,2,32116,32115,35014,0,2,32167,35014,32115,0,2,32167,32115,32149,0,2,35016,32169,32210,0,2,35015,32169,35016,0,2,35016,32212,32037,0,2,35016,32037,35015,0,2,35017,926,32187,0,2,35017,32188,924,0,2,924,32188,659,0,2,32188,35017,32187,0,2,32187,926,35018,0,2,32187,35018,32186,0,2,32186,35018,35019,0,2,35019,35020,32178,0,2,32178,32182,35019,0,2,35019,32182,32179,0,2,35019,32179,32186,0,2,35018,926,35021,0,2,35018,35021,35020,0,2,35020,32184,32178,0,2,35020,35019,35018,0,2,35020,35021,35022,0,2,928,35022,927,0,2,35022,35021,927,0,2,35017,924,925,0,2,920,922,923,0,2,923,921,920,0,2,32134,34969,35024,0,2,35024,34969,35023,0,2,35023,34969,35027,0,2,32134,35024,35025,0,2,35025,35024,34975,0,2,35026,35024,35023,0,2,35026,35023,34972,0,2,34972,35023,34971,0,2,35023,35027,34970,0,2,34970,35027,35028,0,2,35011,35028,35004,0,2,35024,35026,34975,0,2,34975,35026,34974,0,2,35029,35031,701,0,2,701,35030,32170,0,2,32160,35031,35029,0,2,701,35031,35030,0,2,35012,32160,35032,0,2,35012,35032,35007,0,2,32160,35029,35032,0,2,928,929,35022,0,2,35022,929,32184,0,2,35022,32184,35020,0,2,32140,898,32356,0,2,32140,32356,32139,0,2,32139,32356,897,0,2,32139,897,28318,0,2,28318,897,28319,0,2,914,34979,35033,0,2,984,35034,1019,0,2,28661,28709,28701,0,2,35034,1069,569,0,2,33577,35034,35035,0,2,35036,900,1031,0,2,899,35036,898,0,2,35037,32110,32092,0,2,32092,32177,35037,0,2,32177,32176,35037,0,2,35037,32176,35038,0,2,32092,32110,32087,0,2,35037,35038,35039,0,2,35037,35039,32171,0,2,35040,35038,32176,0,2,35040,32176,32175,0,2,35040,32173,35041,0,2,35039,35041,32172,0,2,32172,35041,32173,0,2,35039,35038,35041,0,2,35041,35038,35040,0,2,32104,35042,32103,0,2,32103,35042,32102,0,2,32031,35042,35043,0,2,35043,32032,32031,0,2,32031,32030,35042,0,2,32105,32032,35043,0,2,32104,35044,35042,0,2,32022,32024,35045,0,2,35045,32024,32023,0,2,35047,35048,31792,0,2,35047,35046,35048,0,2,35046,35045,32023,0,2,32022,35045,35049,0,2,32022,35049,32102,0,2,32102,35049,32066,0,2,32066,35093,32065,0,2,32065,35093,32063,0,2,32062,32063,35050,0,2,32062,35050,32061,0,2,35050,35052,35051,0,2,35116,35117,31875,0,2,31875,35117,31807,0,2,35045,35046,35049,0,2,714,693,715,0,2,715,693,35053,0,2,716,35054,28471,0,2,28471,35054,28484,0,2,696,697,28480,0,2,696,28480,35056,0,2,35056,28480,28479,0,2,28485,35056,28479,0,2,35056,28483,35055,0,2,35055,28483,28484,0,2,32080,32053,35057,0,2,35057,32053,885,0,2,35057,35058,32080,0,2,32080,35058,32077,0,2,32079,32078,886,0,2,886,32078,32077,0,2,28482,28488,28470,0,2,28470,28488,28469,0,2,28483,28482,28484,0,2,28484,28482,28470,0,2,28469,28468,35059,0,2,35059,28468,721,0,2,35059,721,35061,0,2,35063,35061,721,0,2,35063,721,720,0,2,722,721,35060,0,2,35060,721,28468,0,2,35060,28468,28466,0,2,722,35060,28465,0,2,28465,35060,28466,0,2,28486,28468,28469,0,2,35062,28469,35059,0,2,28473,718,28472,0,2,28472,28471,28473,0,2,28473,28471,35062,0,2,35059,35061,35062,0,2,35062,35061,28473,0,2,28473,35061,28474,0,2,35061,35063,28474,0,2,28474,35063,9009,0,2,9009,35063,720,0,2,9009,720,719,0,2,28486,28475,35065,0,2,35065,28475,35074,0,2,35074,28475,35064,0,2,35074,35064,32054,0,2,32054,35127,35074,0,2,28476,35064,28475,0,2,35065,35066,28464,0,2,28464,35066,32068,0,2,28464,32068,727,0,2,35067,32058,32059,0,2,35067,32059,35119,0,2,32059,35113,35119,0,2,35120,31849,35114,0,2,35120,35114,35115,0,2,35120,35115,31840,0,2,35068,35113,32060,0,2,35069,35070,35071,0,2,35071,35070,35058,0,2,35071,35058,35072,0,2,35072,35057,884,0,2,35070,32060,32057,0,2,35070,32057,887,0,2,887,35058,35070,0,2,35070,35069,32060,0,2,35068,32060,35073,0,2,35073,35071,35100,0,2,35100,35071,35072,0,2,35066,35065,35074,0,2,701,708,702,0,2,35008,35032,35075,0,2,35008,35075,35009,0,2,948,35009,35075,0,2,948,35075,35076,0,2,948,35076,947,0,2,702,703,35075,0,2,702,35075,35032,0,2,947,937,948,0,2,948,936,35009,0,2,35032,35029,702,0,2,702,35029,701,0,2,35078,9204,8986,0,2,35078,8986,8988,0,2,8988,9191,35078,0,2,9044,9017,35079,0,2,9044,35079,34863,0,2,9044,34863,35080,0,2,9023,35080,34863,0,2,9019,9041,722,0,2,9040,9041,9019,0,2,35054,695,696,0,2,35054,35055,28484,0,2,696,35055,35054,0,2,32213,32212,35083,0,2,32213,35083,32214,0,2,32214,35083,35082,0,2,35082,35083,877,0,2,32042,879,32343,0,2,35086,32343,32352,0,2,35086,32352,35084,0,2,35085,32346,32348,0,2,32346,35085,32345,0,2,35087,35085,35089,0,2,35089,35085,35111,0,2,35086,35087,35088,0,2,35089,35088,35087,0,2,32042,32343,35086,0,2,32064,35090,883,0,2,35090,32064,35091,0,2,35091,32064,32065,0,2,35091,32065,32062,0,2,35091,32062,35100,0,2,35073,35100,32062,0,2,35090,35091,884,0,2,884,35091,35072,0,2,35072,35091,35100,0,2,35049,35046,35047,0,2,35093,35047,31792,0,2,35092,31792,31791,0,2,35092,31791,35094,0,2,35049,35047,32066,0,2,32066,35047,35093,0,2,35093,31792,35092,0,2,35093,35092,32063,0,2,32063,35094,35098,0,2,35096,35117,35052,0,2,35096,35052,35050,0,2,35096,35050,35097,0,2,35117,35096,31807,0,2,31807,35096,31808,0,2,35096,35097,31808,0,2,31811,35097,35095,0,2,31811,35095,35098,0,2,32063,35092,35094,0,2,35094,31812,31811,0,2,31811,35098,35094,0,2,31789,31790,35099,0,2,35099,31785,31789,0,2,35099,31790,31804,0,2,32063,35098,35050,0,2,35050,35095,35097,0,2,32012,31796,31782,0,2,31734,31787,31836,0,2,31884,31883,736,0,2,31884,736,734,0,2,31852,31884,31851,0,2,35101,34929,35102,0,2,35102,733,35101,0,2,35128,34929,35101,0,2,34928,35128,35103,0,2,35104,34927,35105,0,2,35104,35105,35107,0,2,35107,35105,35106,0,2,35106,34926,35107,0,2,34927,35104,34849,0,2,34849,35104,34925,0,2,35129,34926,35108,0,2,35109,7008,35108,0,2,35109,35108,34926,0,2,7004,35109,34926,0,2,7004,34926,35106,0,2,7017,735,49548,0,2,737,7007,7013,0,2,31882,31881,31885,0,2,31885,31881,35110,0,2,35086,35084,35087,0,2,35087,35084,32354,0,2,35087,32354,35085,0,2,35111,35085,32348,0,2,35111,32348,35112,0,2,35112,32348,32017,0,2,35111,35112,881,0,2,881,35112,32027,0,2,32027,35112,32017,0,2,881,35089,35111,0,2,879,32342,32343,0,2,35051,35052,35113,0,2,35113,35052,35118,0,2,35051,35068,32061,0,2,35051,32061,35050,0,2,35116,31875,35115,0,2,35116,35115,35114,0,2,35116,35114,35118,0,2,35116,35118,35117,0,2,35117,35118,35052,0,2,35118,35114,31849,0,2,35119,35118,31849,0,2,35118,35119,35113,0,2,31840,35115,31875,0,2,35120,31840,31842,0,2,34934,35122,35123,0,2,35126,35123,35124,0,2,35124,35123,35122,0,2,35122,35125,35124,0,2,35124,35125,731,0,2,35121,35122,34935,0,2,34935,35122,34934,0,2,34934,35123,34932,0,2,34932,35123,35126,0,2,34931,35126,34928,0,2,34935,34934,49972,0,2,724,49972,34933,0,2,34933,49972,34934,0,2,34935,49972,34936,0,2,35073,32060,35069,0,2,35071,35073,35069,0,2,35128,35101,7015,0,2,7015,7005,35128,0,2,35128,7005,35103,0,2,9029,35129,35130,0,2,35130,35129,35108,0,2,35130,35108,35326,0,2,9029,35130,35131,0,2,6992,7003,6991,0,2,34887,34886,34919,0,2,34887,34919,35132,0,2,34883,34887,34884,0,2,9033,34887,35132,0,2,34887,35134,34884,0,2,34882,35135,35139,0,2,34881,35139,35136,0,2,35139,35135,35137,0,2,35137,35135,34909,0,2,34909,35135,35138,0,2,35137,34915,35139,0,2,35139,34915,35136,0,2,35135,34882,35138,0,2,35138,34882,27562,0,2,35139,34881,34882,0,2,27562,34882,35140,0,2,35140,34882,35144,0,2,35143,35140,35141,0,2,35143,35141,6996,0,2,35143,6996,27625,0,2,35143,27562,35140,0,2,27562,35143,27563,0,2,35140,35144,35141,0,2,35141,35144,35142,0,2,35142,35144,35145,0,2,35147,35145,35146,0,2,34881,35145,35144,0,2,35145,35147,35142,0,2,35147,35325,35142,0,2,35149,9183,35148,0,2,35150,9230,9166,0,2,9166,9230,35156,0,2,35150,9166,35153,0,2,35150,35153,9231,0,2,9231,35153,35151,0,2,9232,9231,35151,0,2,9232,35151,35152,0,2,9232,35152,48821,0,2,48821,35152,34765,0,2,35191,35152,35151,0,2,35191,35151,35153,0,2,9232,48821,48820,0,2,35155,35157,34770,0,2,34770,35157,34769,0,2,35153,9166,35154,0,2,35154,9166,35156,0,2,35154,35156,35155,0,2,35158,34769,35157,0,2,35156,9179,35155,0,2,35155,9179,35190,0,2,35189,35159,35160,0,2,35163,35161,35162,0,2,35163,35162,34905,0,2,35161,35163,35164,0,2,35161,35164,35188,0,2,35161,35188,35165,0,2,35167,35168,35174,0,2,35186,35170,35169,0,2,35169,35170,7081,0,2,35171,35172,48826,0,2,48824,48826,48825,0,2,48825,48826,48823,0,2,48825,48823,27458,0,2,35188,35173,48823,0,2,27458,48823,35173,0,2,35161,35165,48808,0,2,48818,48805,35167,0,2,48818,35167,48811,0,2,48811,35167,35174,0,2,48811,35174,48812,0,2,48812,35174,35175,0,2,35175,35186,48837,0,2,35177,35175,35176,0,2,35177,35176,35178,0,2,35178,35176,35187,0,2,35178,35187,48815,0,2,35178,48815,48814,0,2,35179,48814,48813,0,2,35179,48813,35180,0,2,35180,48813,35182,0,2,34766,35181,35184,0,2,35184,35181,35182,0,2,34762,35184,35185,0,2,35183,35185,35184,0,2,35184,35182,35183,0,2,35181,35180,35182,0,2,35175,35174,35186,0,2,35186,35169,48837,0,2,48837,35169,48838,0,2,35169,7081,7083,0,2,35169,7083,48838,0,2,48838,7083,7084,0,2,48838,7084,35187,0,2,48815,35187,7085,0,2,35167,48805,35166,0,2,35166,48805,48808,0,2,35166,48808,35165,0,2,35188,35164,7070,0,2,35188,7070,35173,0,2,35163,7070,35164,0,2,35159,35189,35158,0,2,35159,35158,35157,0,2,35159,35157,35190,0,2,35159,35190,9181,0,2,35152,35191,34772,0,2,34772,35191,35192,0,2,35154,35193,35153,0,2,35153,35193,35191,0,2,35191,35193,35192,0,2,35192,35193,34771,0,2,34771,35193,34770,0,2,35195,34791,35194,0,2,34801,35195,35194,0,2,48780,34746,35196,0,2,35143,27564,27563,0,2,6998,35143,27625,0,2,35197,7059,7057,0,2,34911,27566,35198,0,2,35200,35199,27576,0,2,35200,27576,35201,0,2,35200,27556,35199,0,2,35199,27556,35202,0,2,27556,27557,35202,0,2,35202,27557,35203,0,2,35202,35203,35204,0,2,35198,35204,35203,0,2,35198,35203,34911,0,2,35205,27598,27599,0,2,27608,27607,27579,0,2,27579,27607,35206,0,2,27606,35206,27607,0,2,27598,35205,27578,0,2,27597,27612,27578,0,2,27578,27612,27615,0,2,27615,27614,27578,0,2,27578,27614,27598,0,2,31944,31945,35208,0,2,35207,31945,27659,0,2,35208,31945,35207,0,2,35216,27660,35217,0,2,35328,35214,27656,0,2,35328,27656,35209,0,2,35209,27668,27654,0,2,35218,27654,35211,0,2,35211,7041,35210,0,2,35210,7041,7039,0,2,7038,35208,35207,0,2,7038,35210,27610,0,2,27610,35210,7039,0,2,7039,7041,7040,0,2,35212,35211,35213,0,2,35213,35211,27654,0,2,35212,35213,7042,0,2,7042,35213,27653,0,2,27651,7042,27653,0,2,27656,35214,27661,0,2,27661,35214,35215,0,2,35215,35214,35328,0,2,35215,35328,27660,0,2,35217,35218,35211,0,2,35211,35210,35217,0,2,35207,35216,7038,0,2,7038,35216,35210,0,2,35210,35216,35217,0,2,35218,35217,27660,0,2,35218,27660,35328,0,2,27532,27530,27527,0,2,27532,27527,27528,0,2,27532,27528,27526,0,2,27532,27526,27483,0,2,35219,31968,31988,0,2,35219,31988,31981,0,2,35219,31981,6908,0,2,6908,31981,27134,0,2,6908,27134,31982,0,2,6908,31982,6909,0,2,6909,31982,6910,0,2,27253,31965,35220,0,2,27250,31965,27253,0,2,27234,27233,27232,0,2,35297,35221,35276,0,2,35276,35221,35222,0,2,35276,35222,35223,0,2,35378,35223,35224,0,2,35275,35225,35273,0,2,35273,35225,35227,0,2,35227,35225,35226,0,2,35271,35227,35228,0,2,35231,35229,35230,0,2,35317,35230,35229,0,2,35317,35229,35233,0,2,35233,35229,35232,0,2,35232,35228,35265,0,2,35232,35265,35270,0,2,35232,35270,35233,0,2,35236,35261,35319,0,2,35319,35261,35237,0,2,35237,35261,35269,0,2,35238,35268,35239,0,2,35243,26483,26484,0,2,35239,35243,35238,0,2,35238,35243,35240,0,2,35246,35240,35245,0,2,35241,26485,26486,0,2,35244,35243,26484,0,2,35243,35244,35240,0,2,35245,35242,35241,0,2,35245,26853,35246,0,2,35240,35246,35238,0,2,35247,26475,35318,0,2,27541,35248,35356,0,2,35251,35249,35353,0,2,35251,35353,35356,0,2,35251,35356,35248,0,2,26474,35358,35254,0,2,35254,35318,26475,0,2,26475,26474,35254,0,2,35318,35254,35253,0,2,35318,35253,35252,0,2,35253,35254,35358,0,2,35252,35253,27541,0,2,27541,35253,27542,0,2,35250,27539,35355,0,2,35258,31958,35257,0,2,35255,31958,35256,0,2,35255,35256,27538,0,2,31957,27538,27537,0,2,27539,31958,35258,0,2,27539,35258,35355,0,2,31958,27539,35256,0,2,35256,27539,27540,0,2,31958,35306,35257,0,2,35258,35257,35259,0,2,35236,35262,35261,0,2,35231,35300,35263,0,2,35263,35316,27238,0,2,35258,35259,35354,0,2,35354,35259,35260,0,2,35240,35244,35245,0,2,35269,35268,35238,0,2,35264,26483,35239,0,2,35266,35264,35267,0,2,35267,35228,35226,0,2,35267,35226,35266,0,2,35228,35227,35226,0,2,35264,35265,35267,0,2,26483,35243,35239,0,2,35234,35239,35268,0,2,35268,35269,35235,0,2,35235,35269,35261,0,2,35235,35234,35268,0,2,35264,35239,35234,0,2,35270,35234,35235,0,2,35270,35235,35233,0,2,35234,35270,35265,0,2,35234,35265,35264,0,2,26483,35266,26482,0,2,26482,35266,35226,0,2,26482,35226,35225,0,2,35378,35275,35223,0,2,35223,35275,35274,0,2,35276,35274,35322,0,2,35322,35274,35273,0,2,35322,35273,35271,0,2,35271,35228,35272,0,2,35272,35228,35299,0,2,35263,35298,35231,0,2,35227,35271,35273,0,2,35273,35274,35275,0,2,35223,35274,35276,0,2,35223,35222,35224,0,2,35224,35222,35277,0,2,35224,35277,35278,0,2,35224,35278,26481,0,2,35279,35280,26480,0,2,26480,35280,26862,0,2,35280,26481,35281,0,2,35281,26481,35278,0,2,35281,35278,35283,0,2,35282,35283,35294,0,2,35282,35294,35288,0,2,35288,35296,35284,0,2,35286,35284,35296,0,2,35286,35296,35287,0,2,35367,27229,27228,0,2,35283,35282,35289,0,2,35504,35289,35291,0,2,35291,35289,35290,0,2,35506,35369,35376,0,2,35506,35376,35507,0,2,35507,35376,35372,0,2,35507,35372,27423,0,2,27423,35372,27429,0,2,27429,35372,27100,0,2,35292,35277,35293,0,2,35293,27247,35294,0,2,35288,35294,27247,0,2,35288,27247,35295,0,2,35296,35295,35287,0,2,35295,35296,35288,0,2,27247,35293,27230,0,2,27231,27230,35221,0,2,35221,35297,27249,0,2,27249,35297,27232,0,2,27230,35293,35221,0,2,35283,35278,35292,0,2,35292,35278,35277,0,2,35293,35222,35221,0,2,35277,35222,35293,0,2,26481,35280,35279,0,2,27235,35272,35298,0,2,27237,35298,35263,0,2,35263,27238,27237,0,2,27237,31964,35298,0,2,35298,31964,27235,0,2,35272,35299,35298,0,2,35272,27235,35322,0,2,35272,35322,35271,0,2,35231,35298,35229,0,2,35298,35299,35229,0,2,35229,35299,35232,0,2,35232,35299,35228,0,2,35231,35305,35300,0,2,35300,35305,35301,0,2,35301,35302,35259,0,2,35301,35305,35302,0,2,35304,35262,35302,0,2,35302,35262,35303,0,2,35236,35303,35262,0,2,35236,35260,35303,0,2,35303,35260,35302,0,2,35302,35260,35259,0,2,35306,31959,35257,0,2,35257,31959,35315,0,2,35263,35300,35316,0,2,27500,27239,35307,0,2,35307,27241,27493,0,2,27241,35307,27240,0,2,27240,35307,27239,0,2,35309,27477,35310,0,2,35311,27519,35310,0,2,35310,27521,35309,0,2,35309,35308,27480,0,2,27480,35308,27518,0,2,27480,27518,27479,0,2,27477,35309,27480,0,2,27478,27479,27243,0,2,27246,27478,27243,0,2,35312,31961,35313,0,2,35314,35313,35300,0,2,35300,35301,35314,0,2,35312,35313,31959,0,2,35314,35301,35315,0,2,31959,35313,35315,0,2,35315,35313,35314,0,2,27238,35316,27244,0,2,27244,35316,35313,0,2,35300,35313,35316,0,2,35305,35231,35230,0,2,35305,35230,35304,0,2,35233,35235,35262,0,2,35233,35262,35317,0,2,35235,35261,35262,0,2,35237,35318,35252,0,2,35237,35252,35319,0,2,35246,26475,35247,0,2,35237,35269,35318,0,2,35318,35269,35238,0,2,35318,35238,35247,0,2,35247,35238,35246,0,2,35358,26474,26473,0,2,26485,35242,35320,0,2,26484,26483,26482,0,2,26484,35321,35320,0,2,35242,26484,35320,0,2,26484,35242,35244,0,2,26485,35380,26486,0,2,35276,35322,35297,0,2,35297,35322,27232,0,2,27232,35322,27234,0,2,35293,35294,35292,0,2,35292,35294,35283,0,2,35282,35288,35323,0,2,35290,35282,35323,0,2,35324,9172,9171,0,2,9172,35324,9173,0,2,7000,7001,6999,0,2,6999,7001,35133,0,2,6999,35133,7002,0,2,6994,6999,7002,0,2,6991,7003,7011,0,2,6991,7011,6990,0,2,7003,35131,35130,0,2,7020,35141,35325,0,2,35142,35325,35141,0,2,6991,6993,7002,0,2,7010,35130,35326,0,2,7011,7003,7010,0,2,7010,7003,35130,0,2,35326,35108,35327,0,2,35327,35108,7008,0,2,6998,27623,27564,0,2,35143,6998,27564,0,2,27654,35218,35328,0,2,27654,35328,35209,0,2,27473,27472,35197,0,2,27642,27608,7057,0,2,7057,27608,27579,0,2,27471,27472,35329,0,2,35329,27472,27474,0,2,35329,27474,27475,0,2,35331,35337,35332,0,2,35331,35332,35334,0,2,35334,35333,35255,0,2,31958,35255,35335,0,2,35333,31960,35335,0,2,35333,35335,35255,0,2,35311,35334,35332,0,2,35336,35332,35338,0,2,35338,35332,35337,0,2,35338,35337,35330,0,2,35336,35338,27520,0,2,35338,35329,27475,0,2,27475,27524,35338,0,2,27471,35330,31955,0,2,31955,35330,31956,0,2,31956,35331,31957,0,2,31957,35331,35255,0,2,35255,35331,35334,0,2,35331,31956,35337,0,2,35330,35337,31956,0,2,31955,27536,27470,0,2,27470,27536,27644,0,2,31955,31956,27536,0,2,27536,31956,27537,0,2,27537,31956,31957,0,2,35255,27538,31957,0,2,35339,27463,31951,0,2,35339,7070,27463,0,2,7070,35339,7071,0,2,7071,35339,31951,0,2,7071,31951,27462,0,2,35340,27462,27553,0,2,27553,27461,35340,0,2,27462,35340,27458,0,2,27462,27458,35173,0,2,27462,35173,7071,0,2,27461,27459,35340,0,2,31953,27462,31951,0,2,35200,27555,35341,0,2,35342,35343,35352,0,2,35344,35352,35343,0,2,35344,35343,35345,0,2,35344,35345,34900,0,2,35341,35342,27556,0,2,27556,35342,27557,0,2,34900,34901,34903,0,2,34903,34901,34904,0,2,34903,34902,34900,0,2,34900,34902,34899,0,2,35346,34906,35347,0,2,35346,35347,34904,0,2,34901,35346,34904,0,2,34902,34905,35348,0,2,35324,35348,9174,0,2,35324,9174,9173,0,2,35348,35324,34902,0,2,34899,34898,35349,0,2,35349,34898,35350,0,2,35350,34908,35349,0,2,34899,35349,34913,0,2,34899,34913,35351,0,2,34899,35351,34900,0,2,34900,35351,35344,0,2,35350,34898,34897,0,2,34910,34908,35350,0,2,35201,27638,27554,0,2,34912,35352,35344,0,2,34912,35344,35351,0,2,35352,27557,35342,0,2,35352,34912,34911,0,2,35352,34911,35203,0,2,35203,27557,35352,0,2,7065,35342,35341,0,2,7065,35341,7064,0,2,7064,35341,7063,0,2,7063,35341,27555,0,2,27555,7062,7063,0,2,7065,35343,35342,0,2,35258,35354,35355,0,2,35355,35354,35353,0,2,35353,35249,35355,0,2,35355,35249,35250,0,2,35354,35260,35353,0,2,35353,35260,35356,0,2,35260,35236,35356,0,2,35356,35236,35357,0,2,35356,35357,27541,0,2,35357,35236,35319,0,2,35357,35319,35252,0,2,35252,27541,35357,0,2,27543,27542,35253,0,2,48834,35253,35358,0,2,35358,26473,48834,0,2,48834,26473,48835,0,2,26474,26856,26503,0,2,35265,35228,35267,0,2,35322,27235,27234,0,2,31978,31975,31971,0,2,31971,31975,31970,0,2,6916,7049,35359,0,2,35359,27877,6920,0,2,6920,6921,6922,0,2,6920,6922,27876,0,2,6920,27877,6919,0,2,35360,27663,27731,0,2,27260,27259,27251,0,2,35362,35361,27228,0,2,27228,27254,35362,0,2,35362,27254,27251,0,2,35362,27251,35361,0,2,35361,27251,27259,0,2,35361,27259,27263,0,2,35361,27263,35363,0,2,35363,27263,35364,0,2,49557,35364,27256,0,2,49557,27256,27255,0,2,27226,35363,35364,0,2,27226,35364,35365,0,2,35364,49557,35365,0,2,27255,27224,49557,0,2,35367,35366,49558,0,2,35367,49558,35287,0,2,27227,35366,27228,0,2,27228,35366,35367,0,2,35368,35463,35479,0,2,35284,35463,35285,0,2,35285,35463,35368,0,2,35285,35368,35371,0,2,35370,35369,35291,0,2,35370,35291,35290,0,2,35290,35323,35370,0,2,35369,35370,35371,0,2,35371,35370,35285,0,2,35371,35368,35375,0,2,35371,35375,35376,0,2,35376,35369,35371,0,2,35479,35375,35368,0,2,35372,35376,35373,0,2,35373,35376,35374,0,2,35374,35376,35375,0,2,35320,35321,35377,0,2,35320,35379,26485,0,2,35320,35377,35379,0,2,26477,35381,26478,0,2,26486,35383,26487,0,2,26487,35383,35381,0,2,26487,35381,26477,0,2,26486,35380,35383,0,2,35383,35380,35382,0,2,35381,35383,35384,0,2,35381,35384,26489,0,2,35383,35382,26481,0,2,35384,35383,26481,0,2,35380,26485,35379,0,2,35377,35378,35379,0,2,35379,35378,35380,0,2,35241,26486,26493,0,2,26860,26491,35385,0,2,35385,26491,35386,0,2,35385,35386,35449,0,2,35449,35386,35387,0,2,35450,35387,35388,0,2,35450,35388,35451,0,2,35451,35388,35389,0,2,35390,35389,35388,0,2,35390,35388,35391,0,2,35391,35388,35387,0,2,35386,26491,35392,0,2,35386,35392,35387,0,2,35387,35392,35438,0,2,35438,35393,35436,0,2,35436,35393,35394,0,2,35521,35637,35633,0,2,35521,35633,35395,0,2,35396,35636,35397,0,2,35398,35635,35399,0,2,35399,35635,35423,0,2,35399,35423,35512,0,2,35512,35423,35400,0,2,35400,35424,35514,0,2,35514,35424,35401,0,2,26917,35404,26916,0,2,35404,36869,35403,0,2,36869,35402,35403,0,2,35403,35402,35412,0,2,35403,35412,35408,0,2,35404,35405,26916,0,2,26916,35405,35406,0,2,35406,35405,35738,0,2,35407,35405,35408,0,2,35408,35405,35404,0,2,26929,35407,35408,0,2,35408,35412,26929,0,2,26929,35412,35409,0,2,26929,35409,26934,0,2,35409,35412,35411,0,2,35409,35411,35410,0,2,35410,35411,35424,0,2,35424,35411,35401,0,2,35411,35412,35401,0,2,35401,35412,35413,0,2,35402,35413,35412,0,2,26934,35409,35410,0,2,26934,35410,26930,0,2,26930,35410,35433,0,2,26930,35433,35414,0,2,35416,35418,35417,0,2,26871,35417,35418,0,2,26871,35418,27409,0,2,35638,35418,35639,0,2,35639,35418,35419,0,2,35639,35419,35415,0,2,35741,35415,35427,0,2,35741,35427,35414,0,2,35741,35414,35420,0,2,35741,35420,35421,0,2,35421,35420,35422,0,2,35422,35420,35434,0,2,35422,35434,35635,0,2,35635,35434,35423,0,2,35400,35423,35424,0,2,35416,35419,35418,0,2,35416,35417,26867,0,2,35419,35425,35426,0,2,35419,35426,35415,0,2,35415,35426,35427,0,2,35425,26872,35426,0,2,35426,26872,35427,0,2,35427,26872,35428,0,2,35427,35428,35429,0,2,35414,35430,26932,0,2,35414,26932,26930,0,2,26932,35430,35431,0,2,35431,35430,35432,0,2,35430,35429,35432,0,2,35432,35429,26873,0,2,26873,35429,35428,0,2,35414,35427,35430,0,2,35430,35427,35429,0,2,35423,35434,35424,0,2,35424,35434,35433,0,2,35424,35433,35410,0,2,35435,26924,26936,0,2,26877,26924,26925,0,2,26925,26924,35738,0,2,35436,35437,35438,0,2,35438,35437,35391,0,2,35438,35391,35387,0,2,35394,35637,35436,0,2,35436,35637,35439,0,2,35439,35444,35440,0,2,35441,35443,35445,0,2,35445,35443,35442,0,2,35443,35444,35439,0,2,35442,35443,35647,0,2,35443,35441,35444,0,2,35444,35441,35440,0,2,35437,35440,35390,0,2,35391,35437,35390,0,2,35650,35445,35442,0,2,35650,35442,26572,0,2,35441,35445,35390,0,2,35441,35390,35440,0,2,35389,35446,35452,0,2,35437,35436,35440,0,2,35440,35436,35439,0,2,35438,35392,35447,0,2,35438,35447,35393,0,2,35392,26491,35447,0,2,26558,35385,35449,0,2,26558,35449,35450,0,2,35450,35449,35387,0,2,26558,35450,26557,0,2,26557,35450,35451,0,2,35452,35451,35389,0,2,35452,35454,35455,0,2,35455,35454,35453,0,2,35455,35453,26569,0,2,26570,35454,35446,0,2,26570,26817,35454,0,2,35454,26817,35453,0,2,35452,35455,35451,0,2,35451,35455,26557,0,2,26557,35455,35456,0,2,26554,35459,35460,0,2,35460,26553,26554,0,2,35459,35461,35460,0,2,35461,35458,26842,0,2,26842,35460,35461,0,2,26557,35456,35457,0,2,35457,35458,26556,0,2,26556,35458,35461,0,2,35448,26495,26494,0,2,35448,26494,26861,0,2,35448,26861,26860,0,2,27104,27421,27419,0,2,27419,27418,26863,0,2,26863,27418,26864,0,2,27418,27417,35462,0,2,27417,27101,35462,0,2,27416,35462,27422,0,2,27422,35462,27101,0,2,27104,27419,26862,0,2,26862,27419,26863,0,2,27103,27421,35291,0,2,27103,35291,35369,0,2,35290,35289,35282,0,2,35382,35380,35378,0,2,27516,35220,31965,0,2,27228,35361,27227,0,2,35366,35488,49558,0,2,49558,35488,35787,0,2,49558,35787,35487,0,2,35284,35286,35463,0,2,35479,35464,35484,0,2,35484,35464,35465,0,2,35484,35465,35466,0,2,35484,35466,35467,0,2,35483,35467,35767,0,2,35483,35767,35468,0,2,35470,35469,27225,0,2,27225,35794,35470,0,2,35481,35472,35796,0,2,35481,35796,35473,0,2,35473,35796,27443,0,2,27443,35480,35473,0,2,35473,35480,35481,0,2,35481,35474,35475,0,2,35475,35474,35485,0,2,35485,35476,35483,0,2,35467,35483,35499,0,2,35467,35499,35477,0,2,35486,35477,35493,0,2,35486,35493,35478,0,2,35478,35479,35486,0,2,35481,35480,35474,0,2,35482,35470,35471,0,2,35482,35471,35475,0,2,35481,35475,35472,0,2,35472,35475,35471,0,2,35475,35485,35482,0,2,35483,35468,35485,0,2,35482,35485,35468,0,2,35486,35479,35484,0,2,35465,35464,35487,0,2,35465,35487,35787,0,2,35488,35366,35489,0,2,35489,35366,27227,0,2,35489,27227,35492,0,2,35492,27227,35490,0,2,35490,27227,35361,0,2,35490,35361,35363,0,2,35490,35363,27226,0,2,27226,35365,35491,0,2,35490,35491,35492,0,2,35491,35490,27226,0,2,35487,35464,35463,0,2,35463,35464,35479,0,2,35375,35479,35374,0,2,35494,27099,35746,0,2,35373,35374,35746,0,2,35746,35374,35493,0,2,35746,35493,35494,0,2,35479,35478,35374,0,2,35374,35478,35493,0,2,35494,35497,35785,0,2,35495,35785,27098,0,2,27098,35785,27095,0,2,35493,35477,35496,0,2,35497,35496,35498,0,2,35498,35496,35499,0,2,35498,35499,35474,0,2,35493,35496,35494,0,2,35494,35496,35497,0,2,35496,35477,35499,0,2,35474,35476,35485,0,2,35476,35499,35483,0,2,35474,35480,35500,0,2,35500,35480,27094,0,2,27094,27095,35500,0,2,35500,27095,35786,0,2,35500,35786,35498,0,2,35489,35492,35501,0,2,35501,35492,35503,0,2,35469,35502,27225,0,2,27225,35502,35365,0,2,35365,35502,35503,0,2,35503,35491,35365,0,2,35491,35503,35492,0,2,35289,35504,35505,0,2,35505,35281,35283,0,2,35505,35283,35289,0,2,35281,35505,35280,0,2,35280,35505,26862,0,2,26862,35505,35504,0,2,26862,35504,27104,0,2,27104,35504,35291,0,2,27423,27102,35506,0,2,27423,35506,35507,0,2,35369,35506,27103,0,2,27103,35506,27102,0,2,27427,27408,35508,0,2,27408,27431,35508,0,2,35509,26890,26872,0,2,35414,35433,35434,0,2,35414,35434,35420,0,2,35398,35399,35511,0,2,35398,35511,35520,0,2,35510,35520,35522,0,2,35522,35520,35648,0,2,35648,35520,35511,0,2,35648,35511,35649,0,2,35649,35511,35519,0,2,35511,35399,35518,0,2,35518,35399,35512,0,2,35513,35512,35400,0,2,35513,35400,35529,0,2,35529,35400,35514,0,2,35529,35514,35515,0,2,35740,35515,35516,0,2,35516,35413,35402,0,2,35514,35517,35515,0,2,35515,35517,35516,0,2,35516,35517,35413,0,2,35413,35517,35401,0,2,35401,35517,35514,0,2,35511,35518,35519,0,2,35513,35518,35512,0,2,35518,35513,26821,0,2,26821,35530,26819,0,2,35510,35397,35520,0,2,35397,35398,35520,0,2,35397,35510,35396,0,2,35439,35521,35443,0,2,35396,35522,35395,0,2,35522,35646,35395,0,2,35646,35521,35395,0,2,35637,35521,35439,0,2,35396,35510,35522,0,2,35521,35646,35443,0,2,35523,35524,35531,0,2,35531,35524,35620,0,2,35524,26820,35525,0,2,35526,35527,35740,0,2,35740,35527,35528,0,2,35529,35530,35513,0,2,35513,35530,26821,0,2,35529,35515,35528,0,2,26825,35524,35523,0,2,35706,35692,26591,0,2,26591,26695,35706,0,2,35523,35531,35624,0,2,35620,35524,35525,0,2,35523,35624,35532,0,2,35532,35624,35533,0,2,35707,35533,35534,0,2,35534,35558,35702,0,2,49813,35535,35697,0,2,35535,35556,35555,0,2,35535,35555,35536,0,2,35537,35536,36857,0,2,35538,35546,26600,0,2,26600,35546,36839,0,2,36839,35546,35539,0,2,35548,35545,36860,0,2,36860,35545,35542,0,2,36860,35542,35708,0,2,35552,35708,35547,0,2,35552,35547,35554,0,2,35626,35547,35544,0,2,35545,35544,35542,0,2,35544,35545,35540,0,2,35544,35540,35539,0,2,35544,35539,35626,0,2,35626,35539,35546,0,2,35539,35540,26604,0,2,35542,35544,35708,0,2,35708,35544,35547,0,2,35543,35554,35547,0,2,35541,35540,35545,0,2,35545,35548,35541,0,2,35541,35548,26606,0,2,26606,35548,26622,0,2,49516,35548,35549,0,2,35551,35552,35588,0,2,35592,35552,35554,0,2,35592,35554,35553,0,2,35554,35555,35556,0,2,35597,35556,35601,0,2,35560,35700,35557,0,2,35557,35700,35702,0,2,35557,35702,35558,0,2,35615,35558,35559,0,2,35622,35559,35533,0,2,35533,35559,35534,0,2,35534,35559,35558,0,2,35560,35561,49813,0,2,49813,35561,35601,0,2,35561,35560,35710,0,2,35561,35710,35600,0,2,35562,35600,35710,0,2,35562,35710,35595,0,2,35595,35710,35711,0,2,35563,35709,35712,0,2,35563,35712,35607,0,2,35607,35712,35606,0,2,35564,35613,35565,0,2,35565,35566,35572,0,2,35526,35567,35619,0,2,35526,35619,35525,0,2,35526,35740,35567,0,2,35618,35567,35617,0,2,35567,35740,35568,0,2,35569,36868,35570,0,2,35571,36863,35570,0,2,35570,36863,26920,0,2,35570,26920,35612,0,2,35612,26920,35572,0,2,35573,35572,49814,0,2,35573,49814,36685,0,2,35573,36685,49959,0,2,35575,36684,35587,0,2,35575,35587,36872,0,2,35576,35577,35578,0,2,26609,26608,35584,0,2,35584,35576,35580,0,2,35583,35580,35586,0,2,26611,35586,35581,0,2,26611,36674,35586,0,2,35586,36674,35583,0,2,35580,35583,35584,0,2,26609,35584,35582,0,2,35576,35584,35577,0,2,35576,35587,35580,0,2,35587,35585,35586,0,2,35586,35585,35581,0,2,35586,35580,35587,0,2,35576,36872,35587,0,2,26608,26607,35579,0,2,26608,35579,35584,0,2,35584,35579,35577,0,2,35577,35579,35578,0,2,35576,35578,36872,0,2,35549,35589,26607,0,2,26607,35589,35579,0,2,35588,35590,35551,0,2,35551,35590,35589,0,2,35589,35590,35579,0,2,35579,35590,35578,0,2,35588,35552,35591,0,2,35591,35592,35602,0,2,35591,35602,35593,0,2,35594,35562,35608,0,2,35608,35595,35563,0,2,35562,35595,35608,0,2,35594,35602,35596,0,2,35598,35600,35599,0,2,35562,35594,35599,0,2,35599,35594,35596,0,2,35599,35596,35598,0,2,35562,35599,35600,0,2,35561,35600,35601,0,2,35601,35598,35597,0,2,35601,35600,35598,0,2,35556,35597,35553,0,2,35592,35591,35552,0,2,35598,35553,35597,0,2,35592,35598,35596,0,2,35592,35596,35602,0,2,35553,35554,35556,0,2,35588,35591,35593,0,2,35593,35602,35578,0,2,35578,35602,36872,0,2,35578,35590,35593,0,2,35593,35590,35588,0,2,35575,36871,35610,0,2,35604,35605,35573,0,2,35604,35573,49959,0,2,35607,35609,35608,0,2,35594,35608,35609,0,2,35594,35609,36871,0,2,35610,35609,35611,0,2,35610,35611,35603,0,2,35603,35606,35605,0,2,35603,35605,35604,0,2,35610,36871,35609,0,2,35609,35607,35611,0,2,35603,35611,35606,0,2,35606,35611,35607,0,2,35608,35563,35607,0,2,35606,35564,35605,0,2,35605,35564,35565,0,2,35605,35572,35573,0,2,35605,35565,35572,0,2,49959,35574,35604,0,2,35604,35574,35603,0,2,35602,35594,36871,0,2,35569,35570,35612,0,2,35569,35566,35568,0,2,35566,35617,35568,0,2,35568,35617,35567,0,2,35566,35613,35617,0,2,35615,35559,35614,0,2,35617,35616,35621,0,2,35617,35621,35618,0,2,35525,35619,35620,0,2,35619,35567,35618,0,2,35618,35621,35623,0,2,35619,35623,35620,0,2,35617,35613,35616,0,2,35621,35616,35614,0,2,35621,35614,35559,0,2,35621,35559,35622,0,2,35621,35622,35623,0,2,35623,35622,35624,0,2,35624,35622,35533,0,2,35624,35531,35623,0,2,35566,35565,35613,0,2,35549,35548,36860,0,2,35549,35550,35551,0,2,35549,35551,35589,0,2,26600,26599,35538,0,2,36857,35536,35625,0,2,35625,35543,35538,0,2,35538,35543,35626,0,2,35538,35626,35546,0,2,35536,35555,35625,0,2,35625,35555,35543,0,2,35554,35543,35555,0,2,35556,35535,35601,0,2,35601,35535,49813,0,2,35627,26823,26819,0,2,35627,26819,35530,0,2,35627,35530,35529,0,2,35527,35526,35525,0,2,35527,35525,26820,0,2,35527,26820,26823,0,2,35527,26823,35627,0,2,35527,35627,35528,0,2,35528,35627,35529,0,2,35630,26875,35628,0,2,26908,26907,35629,0,2,35629,26911,26908,0,2,26908,26910,26909,0,2,26909,26910,26879,0,2,26879,26878,26909,0,2,26876,26877,26925,0,2,26925,26927,35628,0,2,35628,26876,26925,0,2,26927,35630,35628,0,2,26875,35630,26933,0,2,27411,35645,35394,0,2,35631,35644,35632,0,2,35633,35632,35641,0,2,35633,35641,35395,0,2,35395,35641,35634,0,2,35395,35634,35396,0,2,35396,35634,35636,0,2,35643,35422,35397,0,2,35397,35422,35635,0,2,35632,35633,35631,0,2,35394,35631,35637,0,2,35633,35637,35631,0,2,27411,35394,35393,0,2,27411,35393,27412,0,2,27412,35447,27413,0,2,27413,35447,26491,0,2,35447,27412,35393,0,2,35638,27409,35418,0,2,35632,35638,35641,0,2,35641,35638,35642,0,2,35642,35639,35640,0,2,35638,35639,35642,0,2,35639,35415,35640,0,2,35415,35421,35640,0,2,35641,35642,35634,0,2,35634,35642,35643,0,2,35643,35642,35640,0,2,35422,35640,35421,0,2,35422,35643,35640,0,2,35638,35632,27409,0,2,27409,35632,27410,0,2,26866,27410,35644,0,2,35632,35644,27410,0,2,35644,35631,26866,0,2,26866,35631,35645,0,2,35631,35394,35645,0,2,35645,27411,26865,0,2,35643,35636,35634,0,2,35636,35643,35397,0,2,35397,35635,35398,0,2,26487,26476,26493,0,2,35646,35522,35647,0,2,35647,35443,35646,0,2,35649,26574,35648,0,2,35648,26574,35442,0,2,35442,35647,35648,0,2,35648,35647,35522,0,2,35445,35650,35389,0,2,35389,35650,26571,0,2,35445,35389,35390,0,2,26558,26496,35448,0,2,35448,26860,35385,0,2,26559,26551,26506,0,2,26559,26506,26561,0,2,26506,26551,26550,0,2,35662,35655,35656,0,2,35656,35655,35652,0,2,35659,35653,35671,0,2,35671,35653,35673,0,2,35670,35671,35654,0,2,35670,35654,48803,0,2,35653,35652,35674,0,2,26522,35674,26521,0,2,35674,35652,26521,0,2,26521,35652,35663,0,2,35663,35652,35655,0,2,26512,35658,35669,0,2,35653,35659,35657,0,2,35657,35659,26512,0,2,26512,35659,35658,0,2,35653,35657,35656,0,2,35653,35656,35652,0,2,26512,35660,26511,0,2,35661,26511,48801,0,2,35661,48801,7078,0,2,26509,35661,48828,0,2,48828,35661,7078,0,2,35655,35662,35663,0,2,35663,35662,35664,0,2,35651,35665,35666,0,2,35651,35666,35662,0,2,35662,35666,35664,0,2,35664,35666,26518,0,2,26518,35666,35665,0,2,26472,35667,35668,0,2,26472,35668,7076,0,2,26472,7076,7075,0,2,7076,35668,26509,0,2,35660,26512,35669,0,2,35660,35669,35670,0,2,48803,26524,35670,0,2,35670,26524,35660,0,2,35659,35671,35658,0,2,48803,35654,26523,0,2,26523,35654,35672,0,2,35673,35674,26522,0,2,35653,35674,35673,0,2,35671,35673,35654,0,2,35654,35673,35672,0,2,35675,26522,35676,0,2,48771,35676,35680,0,2,35682,35681,35677,0,2,35678,26711,26717,0,2,35678,26717,26547,0,2,35678,35677,35679,0,2,35678,35679,26711,0,2,26711,48794,26717,0,2,26711,35679,48773,0,2,26764,35679,35677,0,2,26763,35681,26520,0,2,35663,26520,35676,0,2,35663,35676,26521,0,2,35681,35680,26520,0,2,35680,35681,26548,0,2,26548,35681,35682,0,2,35682,35677,35678,0,2,35682,35678,26547,0,2,48771,48770,35676,0,2,48770,35675,35676,0,2,26508,26516,26513,0,2,26516,26515,26513,0,2,35446,35389,26571,0,2,26588,26572,35690,0,2,26578,26586,35683,0,2,35683,26586,26585,0,2,26588,26578,35683,0,2,26571,35683,35691,0,2,35691,35683,26584,0,2,26584,35683,26585,0,2,35683,26571,26588,0,2,26583,26584,35684,0,2,35684,26585,35685,0,2,35685,26585,26826,0,2,26826,26585,26587,0,2,26584,26585,35684,0,2,35684,26582,26583,0,2,26720,35686,26771,0,2,26720,26771,26719,0,2,26719,26771,26707,0,2,26719,26707,35687,0,2,26771,35686,26708,0,2,35686,35688,26710,0,2,35686,26710,26708,0,2,48773,35688,35689,0,2,26721,26728,26729,0,2,26729,26728,35689,0,2,26729,35689,35688,0,2,26839,35690,26573,0,2,35690,26572,26573,0,2,26570,35691,26583,0,2,26583,35691,26584,0,2,35692,35706,35705,0,2,35692,35705,35693,0,2,35701,35703,36850,0,2,36850,35703,35695,0,2,35695,35703,35696,0,2,35537,36844,35535,0,2,35537,35535,35536,0,2,35535,36844,35697,0,2,49813,35698,35699,0,2,35699,35698,35703,0,2,35699,35703,35700,0,2,35700,35703,35701,0,2,35700,35701,35702,0,2,35702,35701,35694,0,2,35702,35694,35704,0,2,35693,35704,35694,0,2,35696,35703,35698,0,2,35704,35693,35707,0,2,35704,35707,35534,0,2,35534,35702,35704,0,2,35698,49813,35697,0,2,36844,35696,35698,0,2,36844,35698,35697,0,2,35707,35705,35533,0,2,35533,35705,35532,0,2,35532,35705,35706,0,2,35532,35706,35523,0,2,35705,35707,35693,0,2,36853,35692,35693,0,2,36853,35693,36852,0,2,36852,35693,35694,0,2,36851,35694,35701,0,2,35708,35552,35551,0,2,35708,35551,35550,0,2,35550,35549,36860,0,2,35613,35564,36861,0,2,36861,35712,35614,0,2,35614,35712,35709,0,2,35558,35709,35557,0,2,35710,35560,35711,0,2,35560,35557,35711,0,2,35711,35709,35563,0,2,35712,36861,35606,0,2,35606,36861,35564,0,2,35709,35711,35557,0,2,35558,35615,35709,0,2,35615,35614,35709,0,2,35613,36861,35616,0,2,35456,35713,35458,0,2,35458,35457,35456,0,2,35455,26569,35456,0,2,35456,26569,35713,0,2,35713,26569,26568,0,2,35713,26568,26841,0,2,26841,26842,35713,0,2,35713,26842,35458,0,2,26752,26755,26769,0,2,35727,26706,35714,0,2,35721,35715,35722,0,2,35722,35715,26630,0,2,26630,35715,35716,0,2,35718,35715,35721,0,2,35718,35721,35717,0,2,35717,35721,26705,0,2,26705,35721,35714,0,2,26706,26705,35714,0,2,35715,35718,35719,0,2,35719,35720,26629,0,2,26629,35716,35719,0,2,35719,35716,35715,0,2,35717,26704,35718,0,2,35718,26704,35719,0,2,35714,35721,48754,0,2,48754,35721,35722,0,2,35724,35722,26630,0,2,35724,26630,26631,0,2,35723,7862,35724,0,2,35724,26631,7847,0,2,35724,7847,35723,0,2,7862,26726,35724,0,2,26726,26725,35725,0,2,35725,26725,35726,0,2,26722,35726,26725,0,2,35714,48754,35727,0,2,35687,35727,26719,0,2,26721,26719,35727,0,2,35727,35687,26706,0,2,7857,7856,7843,0,2,7835,7845,7856,0,2,7856,7845,7843,0,2,35728,7836,26666,0,2,35728,26666,7238,0,2,35728,7238,7237,0,2,7278,7237,7238,0,2,7237,7236,35728,0,2,35728,7236,7836,0,2,7837,7234,7838,0,2,7838,7234,7839,0,2,7840,35729,7841,0,2,7839,7234,35730,0,2,7839,35730,35729,0,2,35730,7234,7233,0,2,7841,35729,7842,0,2,26556,35461,26497,0,2,26497,35461,35459,0,2,26915,26614,36679,0,2,26915,36679,26919,0,2,35731,36862,36680,0,2,27407,35732,35733,0,2,35732,26614,35733,0,2,35406,35733,26915,0,2,26915,35733,26614,0,2,35734,26615,35735,0,2,35735,26941,35736,0,2,35735,35736,35734,0,2,35736,26939,35737,0,2,35736,35737,35734,0,2,27407,35735,35732,0,2,35732,35735,26615,0,2,35435,35738,26924,0,2,35516,35739,35740,0,2,35740,35528,35515,0,2,35569,35568,35739,0,2,35739,35568,35740,0,2,35421,35415,35741,0,2,35742,35749,35743,0,2,35743,35749,26887,0,2,35743,26887,35768,0,2,26891,35742,35744,0,2,35744,35742,35743,0,2,27447,35745,35495,0,2,35495,35745,27456,0,2,35746,27455,27454,0,2,35746,27454,27100,0,2,35746,27100,35373,0,2,27097,27447,27098,0,2,35747,27096,27445,0,2,27445,27096,35748,0,2,35748,27096,27094,0,2,35748,27094,35765,0,2,35765,27094,27093,0,2,27097,27096,35747,0,2,27439,27445,27440,0,2,27440,27445,35748,0,2,35785,35495,27099,0,2,35785,27099,35494,0,2,35467,35477,35486,0,2,35742,26873,26890,0,2,35749,26889,26887,0,2,35749,35742,26890,0,2,35749,26890,26889,0,2,26889,26890,35750,0,2,35750,27428,27435,0,2,35751,26892,35752,0,2,35751,35752,35759,0,2,35759,35752,35756,0,2,35762,35754,35760,0,2,35760,35754,35764,0,2,35764,35754,35758,0,2,26903,35758,35753,0,2,26885,35753,35754,0,2,35754,35762,26906,0,2,26906,35762,26886,0,2,35755,35743,35768,0,2,35743,35755,35744,0,2,35752,35744,35756,0,2,35752,26892,26891,0,2,35752,26891,35744,0,2,35755,26886,35744,0,2,35744,26886,35757,0,2,35744,35757,35756,0,2,35756,35757,35762,0,2,35757,26886,35762,0,2,26903,26902,35763,0,2,26903,35763,35758,0,2,35761,35764,35759,0,2,35760,35764,35761,0,2,35761,35756,35762,0,2,35756,35761,35759,0,2,35761,35762,35760,0,2,35759,35764,26894,0,2,26894,35763,26895,0,2,26895,35763,26902,0,2,27429,27100,27454,0,2,35765,27093,27442,0,2,27442,27441,35765,0,2,35765,27441,35748,0,2,35466,35788,35766,0,2,35766,35790,35502,0,2,35767,35467,35466,0,2,35466,35766,35767,0,2,35767,35766,35468,0,2,26887,27444,35768,0,2,35768,27439,35769,0,2,35769,27439,27440,0,2,35769,27440,49555,0,2,49555,27440,35770,0,2,35770,27441,49552,0,2,49552,27441,35771,0,2,49552,35771,35825,0,2,35825,35772,35824,0,2,35824,35772,35821,0,2,35821,35772,35773,0,2,35795,27091,35773,0,2,35795,35773,27092,0,2,27092,35773,35774,0,2,27092,35774,27442,0,2,27442,35771,27441,0,2,35773,35772,35774,0,2,35774,35772,35771,0,2,35771,27442,35774,0,2,35771,35772,35825,0,2,35768,35769,35755,0,2,35755,35769,35775,0,2,35775,26906,35755,0,2,26906,35775,35776,0,2,35779,35797,35471,0,2,35779,35471,35791,0,2,35791,35471,35470,0,2,35471,35797,35472,0,2,35472,35797,35796,0,2,35777,27091,35778,0,2,35778,27091,35795,0,2,35795,35797,35779,0,2,27090,35777,35780,0,2,35780,35793,35781,0,2,27122,35781,27265,0,2,35781,27122,26991,0,2,35781,26991,35783,0,2,35783,26991,35782,0,2,35782,35829,27119,0,2,35782,35784,35783,0,2,35781,35783,35780,0,2,35780,35783,35784,0,2,35780,35784,27090,0,2,27095,27097,27098,0,2,27442,27443,27092,0,2,35786,27095,35785,0,2,35498,35786,35497,0,2,35785,35497,35786,0,2,35487,35463,35286,0,2,35487,35286,49558,0,2,35788,35465,35787,0,2,35787,35488,35789,0,2,35466,35465,35788,0,2,35788,35787,35789,0,2,35503,35502,35790,0,2,35789,35790,35766,0,2,35503,35790,35501,0,2,35501,35790,35789,0,2,35501,35789,35488,0,2,35501,35488,35489,0,2,35792,27264,35793,0,2,35793,27264,35781,0,2,35792,27223,27264,0,2,35781,27264,27265,0,2,35779,35791,35778,0,2,35778,35791,35793,0,2,35793,35780,35777,0,2,35792,35793,35791,0,2,35468,35766,35469,0,2,35469,35766,35502,0,2,35469,35470,35482,0,2,35469,35482,35468,0,2,35792,35791,35794,0,2,35470,35794,35791,0,2,35795,35796,35797,0,2,27443,35796,35795,0,2,35799,35803,35800,0,2,35804,27372,35802,0,2,35802,27372,35801,0,2,35802,35801,35803,0,2,35798,27080,35803,0,2,35798,35803,35799,0,2,35803,27080,35802,0,2,35802,27080,35804,0,2,27373,35804,27079,0,2,27376,27375,35814,0,2,35805,35807,35806,0,2,27062,35807,35808,0,2,27062,35808,27064,0,2,27064,35808,35809,0,2,27088,35809,35808,0,2,27082,35808,35807,0,2,27082,35807,27083,0,2,35810,35807,35805,0,2,27083,35807,35810,0,2,35810,35805,35814,0,2,35810,35814,27375,0,2,35810,27375,27079,0,2,27377,27376,35814,0,2,27377,35814,35812,0,2,35812,35814,35811,0,2,35812,35811,35813,0,2,27012,35813,35806,0,2,35806,35813,35811,0,2,35806,35811,35805,0,2,35816,35815,36161,0,2,36161,35817,35816,0,2,35818,35816,27014,0,2,35818,27014,27380,0,2,27380,27014,35819,0,2,35818,26957,35816,0,2,35815,35816,26957,0,2,35815,26957,26956,0,2,35817,27023,35816,0,2,27014,35816,27023,0,2,27378,26955,35820,0,2,35823,35828,27072,0,2,35823,27073,35822,0,2,35822,27073,35821,0,2,35821,27073,27074,0,2,27074,35798,35824,0,2,35825,35824,36883,0,2,35825,36883,49556,0,2,49556,36883,36882,0,2,49556,36882,36879,0,2,36879,26885,35776,0,2,26885,36879,26904,0,2,36882,26904,36879,0,2,27074,35824,35821,0,2,35826,35822,27106,0,2,27106,35822,27091,0,2,27091,35822,35773,0,2,35773,35822,35821,0,2,35822,35826,35823,0,2,35826,35827,35823,0,2,35823,35827,35828,0,2,27072,35828,27069,0,2,27069,35828,27107,0,2,27107,35828,35827,0,2,35798,35799,35824,0,2,35829,26991,27123,0,2,35829,27123,35830,0,2,26987,27001,35832,0,2,27001,27000,35834,0,2,27112,27000,35833,0,2,26999,35833,27000,0,2,35832,27001,35834,0,2,35836,35834,35835,0,2,35831,35836,35838,0,2,35831,35838,35837,0,2,27114,35837,27113,0,2,27113,35837,35838,0,2,27113,35838,35835,0,2,35835,35838,35836,0,2,35831,35837,27120,0,2,35832,35834,35836,0,2,35832,35836,35831,0,2,35839,26988,35832,0,2,35839,35832,35831,0,2,26988,35839,27121,0,2,35840,27120,35830,0,2,27120,35840,35831,0,2,35831,35840,35839,0,2,27123,35840,35830,0,2,35830,27119,35829,0,2,26991,35829,35782,0,2,26986,26985,35841,0,2,35841,26985,35842,0,2,27008,35841,35842,0,2,27008,35842,35853,0,2,35842,35843,35851,0,2,35856,35844,35845,0,2,35845,35916,35846,0,2,35847,35848,35915,0,2,35854,35915,35849,0,2,35854,35849,35858,0,2,35850,35852,35851,0,2,35851,35852,35853,0,2,35853,35852,27008,0,2,27008,35852,27010,0,2,27010,35852,35857,0,2,35853,35842,35851,0,2,35851,35855,35854,0,2,35915,35854,35847,0,2,35847,35846,35916,0,2,35846,35847,35854,0,2,35851,35856,35855,0,2,35855,35856,35846,0,2,35846,35856,35845,0,2,35855,35846,35854,0,2,35851,35843,35856,0,2,35852,35850,35857,0,2,27011,35857,35858,0,2,27011,35858,35860,0,2,35860,35858,35849,0,2,35859,35849,35862,0,2,35859,35860,35849,0,2,27023,35861,27026,0,2,35864,35866,35865,0,2,35928,35914,35926,0,2,35926,35914,35925,0,2,35925,35914,35867,0,2,35925,35867,35868,0,2,35925,35868,35926,0,2,35926,35868,35885,0,2,35885,35869,35880,0,2,35885,35880,35870,0,2,35870,27041,35927,0,2,35927,27041,35871,0,2,35871,27040,35932,0,2,27042,35876,27043,0,2,27044,35876,35879,0,2,27044,35879,27046,0,2,35909,35877,35882,0,2,35909,35882,35910,0,2,35910,35882,35873,0,2,35906,35873,35918,0,2,35906,35918,35917,0,2,35874,35917,35845,0,2,35874,35845,35844,0,2,35874,35844,35875,0,2,35875,35844,35887,0,2,35887,35844,35843,0,2,35843,35844,35856,0,2,27046,35872,27050,0,2,27050,35872,35924,0,2,27046,27045,27044,0,2,35876,35880,35879,0,2,35879,35880,35878,0,2,35878,35877,35909,0,2,35909,35872,35878,0,2,35872,27046,35878,0,2,35878,27046,35879,0,2,27041,35870,27042,0,2,27042,35870,35876,0,2,35870,35880,35876,0,2,35878,35880,35881,0,2,35881,35884,35882,0,2,35882,35918,35873,0,2,35882,35877,35881,0,2,35878,35881,35877,0,2,35882,35884,35918,0,2,35911,35883,35868,0,2,35911,35868,35867,0,2,35884,35881,35883,0,2,35881,35880,35869,0,2,35869,35868,35881,0,2,35881,35868,35883,0,2,35868,35869,35885,0,2,35885,35870,35927,0,2,35849,35915,35862,0,2,35858,35857,35850,0,2,27112,35835,35834,0,2,27112,35834,27000,0,2,35887,35843,35886,0,2,26985,35886,35842,0,2,35842,35886,35843,0,2,26985,26984,35886,0,2,35886,35900,35887,0,2,35887,35900,35888,0,2,35902,35888,35899,0,2,35902,35899,35889,0,2,35902,35889,35890,0,2,35890,35891,35923,0,2,27049,35891,35892,0,2,27049,35892,35893,0,2,35893,35892,35894,0,2,35894,35892,35895,0,2,35895,35892,27280,0,2,26981,27280,35892,0,2,26981,35892,35896,0,2,26982,35897,49518,0,2,26982,49518,35899,0,2,35899,49518,35898,0,2,35898,35889,35899,0,2,26982,35899,26983,0,2,26983,35899,35900,0,2,26983,35900,26984,0,2,26984,35900,35886,0,2,35900,35899,35888,0,2,35889,35898,35890,0,2,35890,35898,35891,0,2,35892,35891,35901,0,2,35892,35901,35896,0,2,35896,35901,35897,0,2,35897,35901,49518,0,2,35890,27048,35902,0,2,35902,35875,35887,0,2,35888,35902,35887,0,2,27048,35907,35902,0,2,35875,35902,35905,0,2,35875,35905,35874,0,2,35874,35905,35917,0,2,35903,26986,35904,0,2,27004,35904,26986,0,2,35858,35850,35854,0,2,35854,35850,35851,0,2,35917,35905,35906,0,2,35906,35905,35907,0,2,35906,35907,27047,0,2,35908,27047,35924,0,2,35910,35908,35909,0,2,35909,35908,35872,0,2,27047,35908,35910,0,2,27047,35910,35906,0,2,35906,35910,35873,0,2,35924,35872,35908,0,2,35883,35911,35921,0,2,35883,35921,35918,0,2,35913,35911,35867,0,2,35912,35911,35913,0,2,35920,35913,35866,0,2,35920,35866,35919,0,2,35919,35848,35847,0,2,35867,35914,35913,0,2,35914,35866,35913,0,2,35866,35848,35919,0,2,35866,35864,35848,0,2,35848,35864,35863,0,2,35848,35863,35915,0,2,35916,35845,35917,0,2,35916,35917,35922,0,2,35922,35917,35918,0,2,35847,35916,35919,0,2,35912,35920,35921,0,2,35912,35921,35911,0,2,35912,35913,35920,0,2,35919,35916,35920,0,2,35920,35916,35922,0,2,35920,35922,35921,0,2,35918,35921,35922,0,2,27043,35876,27044,0,2,27043,27033,27042,0,2,35924,27047,35923,0,2,27047,27048,35923,0,2,35924,35923,27049,0,2,35927,35926,35885,0,2,35929,35926,35927,0,2,35926,35929,35928,0,2,35914,35935,35934,0,2,35914,35934,35866,0,2,35914,35928,35935,0,2,35929,35927,35871,0,2,35929,35871,35932,0,2,35930,35936,35935,0,2,35935,35936,27022,0,2,35935,27022,35934,0,2,35934,27022,35865,0,2,35865,27025,35864,0,2,35864,27025,35931,0,2,35817,35931,35861,0,2,35817,35862,35931,0,2,35931,35862,35863,0,2,35931,35863,35864,0,2,35936,35930,27021,0,2,27021,35930,35932,0,2,27021,35932,35933,0,2,35933,35932,26973,0,2,35933,26973,27020,0,2,35932,35930,35929,0,2,35929,35930,35928,0,2,35928,35930,35935,0,2,35866,35934,35865,0,2,35936,27021,35970,0,2,27022,35970,27025,0,2,35970,27022,35936,0,2,35941,27299,27300,0,2,35940,35941,35942,0,2,35940,35942,35937,0,2,35937,26977,35940,0,2,35940,26977,35939,0,2,35941,35940,35943,0,2,35941,35943,27299,0,2,35939,35943,35940,0,2,35944,27288,27324,0,2,27287,35944,27324,0,2,35945,27309,35974,0,2,35974,27309,20749,0,2,20749,27309,49519,0,2,35945,35974,27325,0,2,27012,35860,35813,0,2,35813,35860,35947,0,2,35813,35947,35946,0,2,35946,35947,27378,0,2,27378,35947,27013,0,2,35946,35812,35813,0,2,26972,27019,27281,0,2,27281,27019,26973,0,2,27283,27282,27284,0,2,27284,27282,35948,0,2,35949,35948,27286,0,2,27286,35948,35950,0,2,27286,35950,27318,0,2,27318,35950,35938,0,2,35948,35949,27284,0,2,27284,35949,35951,0,2,35948,35952,35950,0,2,35950,35952,35954,0,2,35954,27300,35938,0,2,35954,35938,35950,0,2,35954,35941,27300,0,2,35941,35954,35953,0,2,35938,35955,27318,0,2,27318,35955,27317,0,2,27317,35955,27315,0,2,27315,35955,27287,0,2,27020,27019,27056,0,2,27056,27019,27055,0,2,27282,27281,35952,0,2,27281,26974,35952,0,2,35952,26974,35953,0,2,35953,26974,26975,0,2,35953,26975,35942,0,2,35953,35942,35941,0,2,36874,27362,7487,0,2,7486,27363,35956,0,2,35957,35956,35958,0,2,7478,35961,7476,0,2,7476,35961,36637,0,2,7476,36637,35962,0,2,35962,36637,27366,0,2,35962,7474,7475,0,2,35960,35959,35958,0,2,35960,35958,35963,0,2,35961,35963,36637,0,2,35963,35961,35960,0,2,35956,27363,35958,0,2,7486,35956,7485,0,2,7485,35956,7484,0,2,7484,35956,35957,0,2,35957,35958,35959,0,2,35957,35959,36180,0,2,7482,7483,35964,0,2,7478,7479,35964,0,2,35964,7479,36873,0,2,36873,7481,35964,0,2,35964,7481,7482,0,2,7478,35964,35961,0,2,35961,35964,35960,0,2,35960,35964,35959,0,2,35964,7483,35959,0,2,7495,7493,26969,0,2,7495,26969,7489,0,2,7489,7496,7495,0,2,7495,7496,7497,0,2,7497,7496,7488,0,2,36157,27017,35965,0,2,36157,35965,35966,0,2,36157,35966,35967,0,2,35967,35966,35968,0,2,27017,27057,35965,0,2,27055,27017,36157,0,2,27055,36157,35969,0,2,27055,35969,27056,0,2,27056,35969,35970,0,2,27025,35970,27027,0,2,35970,27021,27056,0,2,35969,36157,27027,0,2,35969,27027,35970,0,2,36157,35967,36156,0,2,36156,35967,27028,0,2,27028,35967,35968,0,2,35968,27029,27028,0,2,35972,35971,35973,0,2,35972,35973,35983,0,2,35983,35973,20750,0,2,35983,20750,20751,0,2,20749,35973,35971,0,2,27325,35974,35971,0,2,35971,35974,20749,0,2,35975,20754,20753,0,2,20755,35975,35976,0,2,20755,35976,7465,0,2,35977,20755,7465,0,2,35977,7465,7467,0,2,35977,27352,20755,0,2,20755,27352,35978,0,2,35978,35979,35982,0,2,35982,35979,27348,0,2,35985,27348,27303,0,2,35985,27303,27327,0,2,27348,27347,27303,0,2,27302,27347,35980,0,2,27341,27342,35981,0,2,35981,27342,27302,0,2,35981,27302,35980,0,2,27347,27355,35980,0,2,35979,35978,27352,0,2,35978,35982,20754,0,2,35983,20751,35985,0,2,35983,35985,35972,0,2,35971,35972,35984,0,2,35971,35984,27325,0,2,35972,35985,27327,0,2,35972,27327,27304,0,2,35987,7442,20788,0,2,35987,7441,7442,0,2,35986,7441,35999,0,2,35987,35990,35997,0,2,35997,35990,35988,0,2,35991,35988,35989,0,2,35991,35989,35993,0,2,35989,35988,20682,0,2,20682,35988,35990,0,2,35992,35991,35995,0,2,35991,35992,35988,0,2,35988,35992,35997,0,2,20683,20704,35993,0,2,20705,36597,35994,0,2,20705,35995,36597,0,2,36597,35995,20704,0,2,35992,35996,35997,0,2,35997,35996,35998,0,2,35997,35998,35999,0,2,35996,35992,35995,0,2,35999,35987,35997,0,2,20800,20792,20970,0,2,36002,20797,20796,0,2,20796,36000,7438,0,2,7437,7438,36000,0,2,20795,36000,20796,0,2,7437,36000,20965,0,2,20965,36000,20795,0,2,20795,20970,20971,0,2,20795,20971,20965,0,2,20965,20971,36001,0,2,20964,36001,20972,0,2,20972,36001,20971,0,2,7438,36002,20796,0,2,20797,36002,7439,0,2,36005,36003,36007,0,2,36004,20986,36003,0,2,20965,36003,36005,0,2,36005,36007,36009,0,2,36005,36009,37076,0,2,36007,36003,20986,0,2,36007,20986,36012,0,2,36012,36006,36007,0,2,36007,36006,36009,0,2,37076,36009,37075,0,2,37075,36009,36008,0,2,36008,36009,36010,0,2,20983,36010,20987,0,2,20983,36008,36010,0,2,36009,36006,36013,0,2,36013,36006,36011,0,2,36011,36006,36012,0,2,36009,36013,36010,0,2,36010,36013,20987,0,2,20987,36013,36011,0,2,20991,36011,36012,0,2,36056,36014,36015,0,2,36050,36051,36016,0,2,36018,36029,36048,0,2,36048,36029,36019,0,2,36020,36046,36027,0,2,36044,36021,36022,0,2,36042,36022,36023,0,2,36034,36035,20946,0,2,20836,36024,36025,0,2,20833,36025,36036,0,2,36026,36021,36020,0,2,20832,20833,36028,0,2,36046,36028,36027,0,2,36036,36027,20833,0,2,20833,36027,36028,0,2,36036,36026,36027,0,2,36027,36026,36020,0,2,36028,36046,36019,0,2,36028,36019,36029,0,2,36028,36029,20832,0,2,20832,36029,36031,0,2,20954,36031,36030,0,2,20954,36030,20830,0,2,36031,36032,36030,0,2,36032,36031,36018,0,2,36032,36018,20979,0,2,20979,36033,36032,0,2,36030,36032,20831,0,2,20830,20831,20829,0,2,36032,36033,20831,0,2,36029,36018,36031,0,2,20979,36018,36017,0,2,36025,20835,20836,0,2,36024,20836,20838,0,2,36024,20838,20946,0,2,36034,20944,36035,0,2,36037,36035,36038,0,2,36036,36025,36024,0,2,36036,36024,36037,0,2,36035,36037,20946,0,2,20946,36037,36024,0,2,36036,36038,36026,0,2,36026,36066,36021,0,2,36023,36039,36042,0,2,36042,36039,36040,0,2,36065,36040,36041,0,2,36065,36041,7348,0,2,36065,36064,36040,0,2,36042,36040,36043,0,2,36042,36043,36022,0,2,36022,36043,36044,0,2,36044,36054,36021,0,2,36021,36054,36062,0,2,36062,36045,36020,0,2,36020,36045,36046,0,2,36046,36045,36047,0,2,36046,36047,36048,0,2,36047,36049,36050,0,2,36050,36049,36051,0,2,36015,36051,36049,0,2,36015,36049,36052,0,2,36054,36063,36772,0,2,36772,7426,36060,0,2,36060,7426,7427,0,2,36056,36015,36052,0,2,36014,36056,36058,0,2,36014,36058,36057,0,2,20982,36057,7432,0,2,7432,36057,7430,0,2,7430,36057,36058,0,2,7430,36058,36059,0,2,36055,36060,36059,0,2,36059,36058,36055,0,2,36055,36058,36771,0,2,36771,36058,36056,0,2,20982,20981,36057,0,2,36057,20981,36014,0,2,36052,36061,36056,0,2,36056,36061,36771,0,2,36052,36049,36053,0,2,36062,36053,36045,0,2,36045,36053,36047,0,2,36047,36053,36049,0,2,36053,36062,36052,0,2,36052,36062,36061,0,2,36061,36062,36054,0,2,36772,36063,36043,0,2,36772,36043,7425,0,2,7425,36043,36064,0,2,36043,36063,36044,0,2,36044,36063,36054,0,2,36065,7348,36639,0,2,36040,36064,36043,0,2,36048,36019,36046,0,2,36021,36062,36020,0,2,36039,36041,36040,0,2,36041,36039,7351,0,2,36041,7351,7350,0,2,36022,36066,36023,0,2,36023,36066,36035,0,2,36035,36066,36038,0,2,36021,36066,36022,0,2,36016,36017,36050,0,2,36017,36016,20979,0,2,36016,36067,36070,0,2,36069,36068,20992,0,2,20992,20989,36069,0,2,20989,36067,36069,0,2,36069,36067,36051,0,2,36069,36051,36015,0,2,36069,36015,36068,0,2,36068,36015,36014,0,2,36016,36051,36067,0,2,20989,20980,36070,0,2,20978,36033,36071,0,2,37063,36072,20977,0,2,36072,20978,20977,0,2,20950,20949,36073,0,2,20950,36073,36074,0,2,36085,36075,36076,0,2,36076,36075,36089,0,2,36076,36089,36077,0,2,36078,36077,36952,0,2,36952,36077,36953,0,2,36078,36951,36088,0,2,36088,36951,36087,0,2,36715,36079,36080,0,2,36081,36716,36082,0,2,36081,36082,36083,0,2,36083,36084,7360,0,2,36083,36085,36086,0,2,36086,36085,36076,0,2,36083,36086,36081,0,2,36081,36086,36087,0,2,36087,36086,36088,0,2,36088,36086,36076,0,2,36077,36078,36076,0,2,36088,36076,36078,0,2,36091,36077,36089,0,2,36075,36090,36089,0,2,36090,36074,36091,0,2,36090,36091,36089,0,2,36091,36074,7362,0,2,36093,36990,36092,0,2,36093,7419,36991,0,2,7419,36093,7400,0,2,36092,36990,36094,0,2,7400,36093,36092,0,2,37072,36094,7401,0,2,7401,36094,7402,0,2,7402,36094,36990,0,2,7402,36096,7403,0,2,7403,36096,7383,0,2,36096,7402,36095,0,2,37007,37004,36098,0,2,36098,48699,36099,0,2,36101,36102,36103,0,2,36108,36103,36104,0,2,36104,26318,36106,0,2,36106,26318,26320,0,2,36106,36105,36107,0,2,36104,36106,36108,0,2,26325,36112,36110,0,2,36111,36110,36112,0,2,36113,36112,26325,0,2,36113,26325,26326,0,2,26326,26327,36113,0,2,26327,36130,36114,0,2,36115,37007,36111,0,2,36111,37007,36098,0,2,36098,36099,36111,0,2,36111,36112,36115,0,2,36115,36112,36113,0,2,36115,36113,36114,0,2,36114,36113,26327,0,2,36111,36099,36110,0,2,36099,36100,36110,0,2,26324,36110,36100,0,2,26324,36100,36109,0,2,36109,36100,36101,0,2,36109,36101,36103,0,2,36108,36109,36103,0,2,36107,26322,36106,0,2,36106,26322,36108,0,2,36104,36103,26317,0,2,20079,26317,20080,0,2,20080,26317,36117,0,2,36116,36117,36118,0,2,36119,36118,36117,0,2,36119,36117,36120,0,2,36100,36120,36101,0,2,36101,36120,36102,0,2,36102,36117,26317,0,2,36102,26317,36103,0,2,36117,36102,36120,0,2,20080,36117,20081,0,2,48698,20081,36121,0,2,48698,20080,20081,0,2,36117,36116,20081,0,2,20081,36116,36121,0,2,36121,36116,36122,0,2,36122,36123,20085,0,2,36116,36118,36122,0,2,36122,36118,36124,0,2,36122,36124,36125,0,2,36123,36125,36126,0,2,36123,36126,36974,0,2,36123,36974,36127,0,2,20086,36127,36128,0,2,20086,36128,36994,0,2,20086,36994,26041,0,2,26041,36994,20087,0,2,20087,36994,36995,0,2,36096,36095,36097,0,2,36097,36095,36954,0,2,7383,36096,36097,0,2,7383,36097,36129,0,2,36131,36130,48721,0,2,36131,48721,7369,0,2,7369,36135,36132,0,2,7369,36132,7370,0,2,36135,36133,36136,0,2,7373,7380,36137,0,2,36137,7374,36753,0,2,36753,7374,7375,0,2,36753,7375,36134,0,2,7374,36137,7380,0,2,7372,7379,7371,0,2,7371,7379,36133,0,2,7371,36133,36135,0,2,7380,7381,7374,0,2,7379,7373,36133,0,2,36133,7373,36136,0,2,36137,36136,7373,0,2,36132,36135,36136,0,2,36970,20076,20077,0,2,36139,36138,36140,0,2,36140,48697,36141,0,2,36140,36141,36142,0,2,36142,36141,26069,0,2,36142,26069,36143,0,2,36142,36143,36139,0,2,36139,36143,36144,0,2,36148,36144,36145,0,2,36149,36145,36146,0,2,36149,36146,48688,0,2,36144,36143,26055,0,2,36145,26055,36146,0,2,26055,36145,36144,0,2,48688,36146,48666,0,2,36146,26055,26065,0,2,36146,26065,48666,0,2,36970,36138,36147,0,2,36148,36145,36150,0,2,36150,36145,36149,0,2,36150,36149,36151,0,2,36150,36151,36152,0,2,20074,20073,48691,0,2,20074,48691,26057,0,2,26057,48691,26056,0,2,36152,48663,36150,0,2,36148,36150,36153,0,2,36148,36153,36147,0,2,36147,36153,48663,0,2,36147,48663,20075,0,2,48663,36153,36150,0,2,36147,20075,36970,0,2,36970,20075,20076,0,2,36149,48688,48690,0,2,36149,48690,36151,0,2,48687,36154,48688,0,2,48688,36154,48690,0,2,27300,27299,36155,0,2,27025,27026,35931,0,2,35931,27026,35861,0,2,36156,27028,27027,0,2,27027,36157,36156,0,2,26964,36164,26962,0,2,26962,36164,26966,0,2,26962,26966,26961,0,2,26961,26966,26967,0,2,26961,26967,36159,0,2,36159,26967,7491,0,2,36159,7491,7492,0,2,36159,7492,36160,0,2,7484,36160,7492,0,2,27015,35819,27014,0,2,27015,27014,27029,0,2,36161,35815,36162,0,2,27013,36162,27378,0,2,27378,36162,26956,0,2,26956,36162,35815,0,2,36162,35862,36161,0,2,36163,26968,7490,0,2,7490,26968,26969,0,2,7490,7491,36163,0,2,36163,7491,26967,0,2,36164,36158,26966,0,2,27380,27379,26959,0,2,36165,27380,26958,0,2,36166,36167,36168,0,2,36166,36168,36170,0,2,36168,36169,36170,0,2,36170,36169,36880,0,2,36880,26956,36170,0,2,36171,36169,36172,0,2,36172,36168,36875,0,2,36875,36168,36167,0,2,36173,36167,36166,0,2,36173,36166,26958,0,2,27399,36174,27388,0,2,36174,36178,36175,0,2,36182,27389,36175,0,2,36175,27389,36174,0,2,36174,27399,36178,0,2,36175,36178,36176,0,2,36173,36177,36178,0,2,36173,36178,27399,0,2,36177,36173,26958,0,2,26959,36176,36177,0,2,36177,36176,36178,0,2,27399,27400,36173,0,2,36168,36172,36169,0,2,36172,26953,36171,0,2,27387,27395,27386,0,2,26950,26951,26952,0,2,26950,26952,26881,0,2,26881,26945,26950,0,2,26945,26949,26950,0,2,36160,35957,36179,0,2,36179,36180,36181,0,2,36181,36180,7483,0,2,36181,7483,36186,0,2,36186,27391,36187,0,2,36182,36187,27390,0,2,36179,35957,36180,0,2,27391,7482,7481,0,2,27391,36186,7482,0,2,7482,36186,7483,0,2,36160,36179,36183,0,2,36183,36179,36181,0,2,36183,36181,36184,0,2,26960,36184,36185,0,2,36185,36176,26959,0,2,36185,26959,26960,0,2,36184,26960,36183,0,2,36187,36185,36186,0,2,36186,36185,36181,0,2,36185,36184,36181,0,2,27055,27019,26972,0,2,27055,26972,27018,0,2,36183,26960,26961,0,2,26961,36159,36183,0,2,36183,36159,36160,0,2,35904,49551,35903,0,2,27269,36188,26982,0,2,27269,26982,26983,0,2,26982,36188,27270,0,2,36188,27269,27268,0,2,27268,27274,27271,0,2,27268,27267,27274,0,2,36188,27268,27271,0,2,36227,36190,36191,0,2,36227,36191,36192,0,2,36227,36192,27879,0,2,27879,36192,36193,0,2,36193,36192,6904,0,2,6904,36192,36191,0,2,36194,36195,36239,0,2,36194,36239,36214,0,2,36214,36239,36196,0,2,36211,36196,6896,0,2,27197,36194,27196,0,2,27196,36194,27195,0,2,6895,36199,36213,0,2,36213,36199,36197,0,2,36213,36197,36207,0,2,36207,36197,36198,0,2,36198,36200,36201,0,2,36201,36200,6893,0,2,6893,36200,36199,0,2,6893,36199,6894,0,2,36199,36200,36197,0,2,36197,36200,36198,0,2,36198,36201,36204,0,2,36198,36204,36202,0,2,36202,36204,36203,0,2,31406,31408,36203,0,2,31406,36203,36204,0,2,31418,36204,36201,0,2,31418,36201,31404,0,2,31406,36204,31418,0,2,31408,31409,36205,0,2,31408,36205,36203,0,2,36203,36205,36206,0,2,36203,36206,36202,0,2,36202,36206,36198,0,2,36198,36206,36207,0,2,36207,36206,31411,0,2,36212,31411,36208,0,2,36212,36208,27193,0,2,36212,27193,36209,0,2,36211,36214,36196,0,2,36209,36214,36210,0,2,36209,36210,6895,0,2,36209,6895,36213,0,2,6896,36210,36211,0,2,36210,36214,36211,0,2,31411,36212,36213,0,2,31411,36213,36207,0,2,36213,36212,36209,0,2,27193,27194,36209,0,2,36209,27194,36214,0,2,27194,27195,36214,0,2,36214,27195,36194,0,2,27193,36208,27192,0,2,36206,31410,31411,0,2,31419,6892,31420,0,2,31392,36215,31391,0,2,31391,36215,31420,0,2,36196,36240,6897,0,2,27830,6900,27831,0,2,36216,27831,36217,0,2,36216,36217,27841,0,2,27839,27840,27843,0,2,27840,27839,27841,0,2,27841,27834,36216,0,2,36217,36218,27841,0,2,27841,36218,27840,0,2,27840,36218,36245,0,2,27840,36245,27843,0,2,36217,27831,6900,0,2,36219,6923,27726,0,2,27708,36223,27707,0,2,27707,36223,36220,0,2,36220,36224,27769,0,2,36220,27769,27704,0,2,27704,36221,36220,0,2,27769,36224,27768,0,2,27707,36220,36222,0,2,6930,36222,27705,0,2,6930,27706,36222,0,2,36222,27706,27707,0,2,27705,36222,36221,0,2,36221,36222,36220,0,2,36223,27708,36244,0,2,36223,36244,36243,0,2,36223,36243,27768,0,2,36223,27768,36224,0,2,6899,6898,36240,0,2,36190,36227,36225,0,2,36225,36227,36226,0,2,36225,36226,36194,0,2,36227,27879,36228,0,2,36228,27879,27880,0,2,36226,36227,36228,0,2,36226,36228,36195,0,2,36190,36225,31972,0,2,36229,36239,36195,0,2,36229,36195,27880,0,2,27880,36195,36228,0,2,31986,6910,7051,0,2,27818,27869,27823,0,2,27823,27869,27786,0,2,27786,27869,27868,0,2,27818,27820,27819,0,2,27823,27820,27818,0,2,36230,27825,27888,0,2,36230,27827,27829,0,2,36230,36232,27827,0,2,27827,36231,6897,0,2,36232,36233,36231,0,2,36231,36233,27883,0,2,27883,36233,36395,0,2,36233,36232,27888,0,2,36230,27888,36232,0,2,36395,36233,27884,0,2,36232,36231,27827,0,2,27723,6926,27865,0,2,27705,36234,6930,0,2,6930,36234,36235,0,2,36235,36234,6931,0,2,36234,27705,27703,0,2,36234,27703,6932,0,2,27703,27701,6932,0,2,36234,6932,6931,0,2,6899,36238,6900,0,2,36237,36238,36229,0,2,36237,36229,27880,0,2,36229,36238,36239,0,2,36239,36240,36196,0,2,36239,36238,36240,0,2,27857,36241,27844,0,2,27857,27856,36241,0,2,36241,27813,27814,0,2,6920,36242,35359,0,2,6916,35359,36242,0,2,6916,36242,27863,0,2,27708,27709,36244,0,2,27768,36243,27772,0,2,27711,36244,27709,0,2,27711,27709,27710,0,2,36242,6920,27876,0,2,36242,27876,27863,0,2,36245,36218,36247,0,2,36247,36218,36246,0,2,6900,6901,36217,0,2,36217,6901,36246,0,2,36217,36246,36218,0,2,36246,6901,36247,0,2,27844,36245,27845,0,2,27845,36247,36248,0,2,27845,36248,27846,0,2,27846,36248,27881,0,2,27881,36248,6901,0,2,36245,36247,27845,0,2,20741,20734,36249,0,2,36249,20736,20735,0,2,20736,36250,31429,0,2,36252,36264,36253,0,2,36253,36264,1576,0,2,31432,36253,36254,0,2,31432,36254,1492,0,2,1492,36254,36255,0,2,1492,36255,36256,0,2,36256,36255,36260,0,2,36256,36260,36257,0,2,36252,36253,31432,0,2,36252,31432,31443,0,2,1576,1577,36253,0,2,36253,1577,36259,0,2,36253,36259,36254,0,2,36254,36259,36255,0,2,1577,1578,36259,0,2,36259,1578,36255,0,2,36255,1578,36260,0,2,36260,1578,36593,0,2,36260,36593,6501,0,2,36260,6501,36263,0,2,36261,6500,6499,0,2,36261,6499,36262,0,2,36261,36262,1496,0,2,1496,36262,6255,0,2,36260,36263,36261,0,2,36260,36261,36257,0,2,36257,36261,36258,0,2,6500,36261,36263,0,2,36252,36491,36264,0,2,31433,31434,36517,0,2,36517,31434,20780,0,2,20780,36265,20779,0,2,36267,36266,36511,0,2,36272,20778,36267,0,2,36272,36267,36268,0,2,1542,1544,1543,0,2,36511,36268,36267,0,2,36267,20778,36266,0,2,36266,20778,20779,0,2,36427,36270,1541,0,2,20776,20777,36271,0,2,36271,36272,36427,0,2,36271,20777,36272,0,2,36427,36272,36270,0,2,36265,36513,20779,0,2,20779,36513,36266,0,2,36511,36510,1545,0,2,36511,1545,36268,0,2,36268,1545,36269,0,2,1545,1544,36269,0,2,36268,36269,1541,0,2,1541,36269,36595,0,2,1549,1543,36274,0,2,36274,1543,36273,0,2,36274,36273,1500,0,2,36274,1500,1502,0,2,1502,36275,36274,0,2,36275,1549,36274,0,2,1500,36273,36594,0,2,6480,6475,1568,0,2,1567,36279,36277,0,2,1567,36277,36278,0,2,36278,36277,6467,0,2,21136,6467,6466,0,2,6466,6467,36277,0,2,6466,36277,36279,0,2,36279,1567,36276,0,2,36276,1568,36279,0,2,36279,1568,36280,0,2,36280,1568,6460,0,2,36280,6466,36279,0,2,36280,6460,36281,0,2,36281,49957,6464,0,2,6464,49957,6462,0,2,36281,6465,6466,0,2,36281,6466,36280,0,2,36278,1508,1567,0,2,6302,6301,36292,0,2,36292,6301,36282,0,2,36283,36301,36284,0,2,36283,36284,36285,0,2,36285,36284,36286,0,2,36285,36286,36303,0,2,36285,36303,36287,0,2,36287,36303,36304,0,2,36287,36304,36288,0,2,36288,20628,36289,0,2,36288,36289,36287,0,2,36287,36289,36285,0,2,36290,36283,36285,0,2,36285,36289,36290,0,2,36290,36289,21162,0,2,36282,36290,36291,0,2,36282,36291,36292,0,2,36293,36294,6303,0,2,36293,6302,36292,0,2,36291,36300,36292,0,2,36292,36300,36293,0,2,36293,36300,36294,0,2,36295,36298,36296,0,2,36296,36385,36297,0,2,36297,21116,21121,0,2,21121,21116,21117,0,2,21121,21117,21118,0,2,36297,21121,1519,0,2,36297,1519,21129,0,2,36297,21129,36296,0,2,21129,21122,36296,0,2,36299,20631,36384,0,2,20631,36299,36300,0,2,36300,36299,36298,0,2,36300,36298,36294,0,2,20629,36291,36290,0,2,20629,36290,21162,0,2,36282,36283,36290,0,2,36283,36282,36301,0,2,6299,36301,6301,0,2,6301,36301,36282,0,2,36301,6299,36284,0,2,36284,6299,6297,0,2,36303,36286,36302,0,2,36303,36302,36305,0,2,36304,36305,20627,0,2,36304,20627,36288,0,2,20627,36305,36306,0,2,36306,36305,49057,0,2,36306,49057,36307,0,2,36374,36307,36308,0,2,49023,36309,36310,0,2,36311,36310,6445,0,2,49509,36311,36370,0,2,49509,36370,36312,0,2,36313,36312,36371,0,2,36377,36382,36346,0,2,36377,36346,49507,0,2,49507,36346,36315,0,2,49506,36315,2339,0,2,38271,49043,2343,0,2,38271,2343,36316,0,2,36317,36333,36318,0,2,36318,36333,36319,0,2,36320,36322,36321,0,2,36321,36322,36323,0,2,36323,36324,36325,0,2,20593,49232,36326,0,2,20593,36326,20592,0,2,20592,36326,38330,0,2,36323,20593,36321,0,2,20617,36328,36329,0,2,20592,36329,20594,0,2,20594,36329,36328,0,2,36329,36327,36330,0,2,36329,36330,20617,0,2,20617,36330,21150,0,2,20617,36331,36328,0,2,36328,36331,49231,0,2,36328,49231,36321,0,2,36327,20591,36330,0,2,20591,20590,20601,0,2,20591,20601,21169,0,2,36320,36319,36333,0,2,36320,36333,49040,0,2,49040,36333,36335,0,2,49040,36335,36334,0,2,36334,36335,36337,0,2,36334,36337,36336,0,2,36341,36338,2341,0,2,36367,2340,36339,0,2,36367,36339,36340,0,2,36367,36340,2337,0,2,2337,36340,2338,0,2,2337,2338,36348,0,2,2340,36368,36345,0,2,36338,36342,36343,0,2,36338,36343,36337,0,2,49039,38332,36324,0,2,36324,38332,36325,0,2,36342,36341,2335,0,2,36337,36343,2345,0,2,36337,2345,36336,0,2,36336,2345,2346,0,2,36336,2346,49039,0,2,49039,2346,38332,0,2,2346,2347,38332,0,2,36342,36338,36341,0,2,36338,36337,36344,0,2,2342,36344,36318,0,2,2342,36318,36316,0,2,36317,36344,36335,0,2,36337,36335,36344,0,2,36344,36317,36318,0,2,36344,2342,36338,0,2,36338,2342,2341,0,2,36320,49040,36322,0,2,36322,49040,49039,0,2,36322,49039,36323,0,2,36323,49039,36324,0,2,2339,36339,49043,0,2,36339,2340,49043,0,2,49043,2340,2343,0,2,36315,36346,36347,0,2,36347,36346,6320,0,2,6320,36346,38371,0,2,36348,6321,36349,0,2,36349,6321,6442,0,2,36352,36369,36350,0,2,36352,36350,36351,0,2,36351,36350,49235,0,2,36352,36351,38253,0,2,36353,36362,36355,0,2,36353,36355,49234,0,2,36354,36355,36356,0,2,36356,36365,36358,0,2,36365,36364,36357,0,2,2311,36357,38251,0,2,36358,36365,36357,0,2,2335,36354,36360,0,2,36360,36354,36356,0,2,36358,36359,36356,0,2,36356,36359,36360,0,2,36357,2311,36358,0,2,36358,2311,36361,0,2,2333,36361,38272,0,2,2312,36361,2311,0,2,36361,2333,36359,0,2,36361,36359,36358,0,2,36354,49234,36355,0,2,36355,36362,36363,0,2,36365,36363,36364,0,2,36365,36355,36363,0,2,36365,36356,36355,0,2,36353,36366,36367,0,2,36366,2336,36368,0,2,36366,36368,36367,0,2,36367,2337,36353,0,2,36353,2337,36369,0,2,36353,49234,36366,0,2,36348,36350,2337,0,2,36369,2337,36350,0,2,36311,6445,49955,0,2,36311,49955,36370,0,2,36312,36370,6316,0,2,36312,6316,36371,0,2,36372,6316,36370,0,2,36370,49955,36372,0,2,6445,6444,49955,0,2,36373,36306,36307,0,2,36373,36307,36374,0,2,36373,36374,20625,0,2,20625,36374,36381,0,2,20625,36381,49035,0,2,49035,36381,36375,0,2,38270,36375,36376,0,2,49507,38267,36377,0,2,36383,38267,36378,0,2,36379,36378,36376,0,2,36379,36376,49508,0,2,49508,36376,36380,0,2,36380,36376,36375,0,2,36380,36375,36381,0,2,36377,38267,36383,0,2,36377,36383,36382,0,2,36382,36383,36314,0,2,36304,36303,36305,0,2,36384,37109,36385,0,2,36385,37109,21115,0,2,21115,21116,36385,0,2,36385,21116,36297,0,2,36384,36385,36299,0,2,31447,27900,31437,0,2,31447,31445,27900,0,2,27900,31445,36387,0,2,36387,31436,31438,0,2,31438,31436,31435,0,2,36389,1488,1487,0,2,31510,36389,36390,0,2,36390,31484,31502,0,2,36389,1487,36390,0,2,36390,1487,49523,0,2,31584,31579,36391,0,2,36393,36391,31494,0,2,36393,31494,36392,0,2,31494,36391,31472,0,2,31584,36391,36393,0,2,31583,31584,36393,0,2,27882,36394,36396,0,2,27882,36396,6894,0,2,36395,36394,27882,0,2,27884,36399,36395,0,2,36395,36399,36394,0,2,36396,36394,36399,0,2,6894,36396,36397,0,2,36397,36396,27794,0,2,27795,36397,27794,0,2,36400,36399,27885,0,2,27885,27889,27792,0,2,27792,27889,36401,0,2,27792,36401,27791,0,2,27791,36401,27807,0,2,36400,36398,36399,0,2,36398,27794,36399,0,2,36399,27794,36396,0,2,36398,36400,27793,0,2,36400,27885,27793,0,2,27793,27885,27792,0,2,27807,36401,27886,0,2,27825,36402,27886,0,2,27885,36399,27884,0,2,36409,27791,36403,0,2,36403,27809,36408,0,2,36408,27809,27790,0,2,36408,27790,36404,0,2,36408,36404,36405,0,2,1456,36405,1455,0,2,1455,36405,1454,0,2,1454,36405,36407,0,2,36407,36406,49393,0,2,36404,36406,36405,0,2,36406,36407,36405,0,2,1454,36407,1453,0,2,1453,36407,27946,0,2,1456,36410,36408,0,2,1456,36408,36405,0,2,36408,36410,36403,0,2,6888,27893,27892,0,2,6888,27892,6885,0,2,36412,27163,36411,0,2,36412,36411,36416,0,2,27153,36413,27152,0,2,36416,36414,36412,0,2,36416,36411,27164,0,2,36416,27164,36415,0,2,36419,49521,27166,0,2,36419,27164,27165,0,2,36413,36416,36417,0,2,36416,36415,36417,0,2,27152,36417,27310,0,2,27310,36417,36418,0,2,36419,27166,36421,0,2,36420,20748,49519,0,2,36420,49519,36421,0,2,36421,27309,36419,0,2,36419,27309,36415,0,2,36415,27164,36419,0,2,36415,36418,36417,0,2,27152,36413,36417,0,2,27341,35981,27339,0,2,27339,35981,35980,0,2,20753,7454,36422,0,2,36422,7454,7455,0,2,7452,7455,20763,0,2,20768,7455,7454,0,2,7458,7459,7452,0,2,36423,20718,36428,0,2,36423,36428,36429,0,2,36425,36424,36435,0,2,20710,36435,36424,0,2,20710,36424,1540,0,2,36426,36424,36427,0,2,36427,36429,36271,0,2,36271,36429,36428,0,2,20718,20719,20784,0,2,20784,20774,20775,0,2,20775,20776,20784,0,2,20718,20784,36428,0,2,36428,20784,20776,0,2,36428,20776,36271,0,2,36427,36424,36429,0,2,36426,1540,36424,0,2,36424,36425,36429,0,2,36429,36425,36430,0,2,36431,20715,20716,0,2,20716,20718,36431,0,2,36431,20718,36423,0,2,36431,36423,36430,0,2,36430,36423,36429,0,2,20715,36431,36434,0,2,36434,36431,36430,0,2,36434,36430,36433,0,2,36433,36430,36432,0,2,36432,36430,36425,0,2,36433,20712,36434,0,2,36433,36432,36436,0,2,36425,36435,36432,0,2,36432,36435,36436,0,2,20710,36436,36435,0,2,36437,1538,36442,0,2,1556,36441,36442,0,2,36439,1506,1509,0,2,1506,1510,1509,0,2,1509,36438,36439,0,2,36439,36438,1552,0,2,1552,36438,36440,0,2,36441,36440,36442,0,2,1530,36442,36440,0,2,1557,36442,36443,0,2,36443,36442,1530,0,2,36443,1530,1532,0,2,36442,1557,36437,0,2,1531,36444,1532,0,2,1558,36478,36445,0,2,36444,37177,37103,0,2,37103,37177,37105,0,2,37105,37177,36446,0,2,36448,37098,37099,0,2,36448,37099,36475,0,2,36475,37099,36449,0,2,36449,37099,1526,0,2,36449,1526,1525,0,2,1525,1524,36449,0,2,36475,36466,36450,0,2,36456,36450,36467,0,2,20659,20660,36453,0,2,20659,36453,36451,0,2,36451,36453,20637,0,2,20637,36454,36452,0,2,36452,36454,37179,0,2,36452,37179,21112,0,2,20659,36451,37185,0,2,20637,36452,21195,0,2,36454,36455,37179,0,2,36454,20637,36453,0,2,20660,20663,36456,0,2,36456,36463,36464,0,2,36464,36463,36457,0,2,36464,36457,36458,0,2,36458,37093,36465,0,2,36465,37093,37096,0,2,36460,36459,37084,0,2,36460,37084,37091,0,2,36460,37091,37085,0,2,36483,37085,36461,0,2,36462,36461,20669,0,2,36462,20669,20670,0,2,36462,20670,20671,0,2,20663,20664,36456,0,2,36456,20664,36463,0,2,36457,36463,37094,0,2,37093,36458,36457,0,2,20660,36456,36467,0,2,36456,36464,36450,0,2,36465,36447,37098,0,2,36465,37096,37107,0,2,36450,36464,36458,0,2,36450,36466,36467,0,2,36467,36466,36469,0,2,36467,36469,36468,0,2,36468,36469,36470,0,2,36468,36470,36476,0,2,36468,36476,36455,0,2,36455,36454,36453,0,2,36455,36453,36468,0,2,36468,20660,36467,0,2,36470,36469,37178,0,2,36470,37178,36477,0,2,36477,37178,36471,0,2,36473,36472,37181,0,2,36472,36473,1516,0,2,1516,36473,1515,0,2,1515,36473,36474,0,2,36474,36475,36449,0,2,36474,36449,1524,0,2,36474,1524,1515,0,2,36473,36471,36474,0,2,36474,36471,36475,0,2,36476,36477,37179,0,2,37179,36455,36476,0,2,36475,36450,36448,0,2,36448,36450,36458,0,2,36448,36458,36465,0,2,36465,37098,36448,0,2,1532,36444,36478,0,2,36478,36444,36488,0,2,36478,36488,36479,0,2,36479,20702,1533,0,2,36479,1533,36445,0,2,36479,36445,36478,0,2,36479,36480,36486,0,2,36489,36490,49514,0,2,49514,36490,36481,0,2,49514,36481,36482,0,2,36482,36481,36460,0,2,36460,36483,36482,0,2,37085,36483,36460,0,2,49514,36482,37150,0,2,20689,37150,20691,0,2,20689,49514,37150,0,2,36484,20692,36485,0,2,20691,36485,20692,0,2,20702,36479,36486,0,2,20702,36486,20687,0,2,36489,49514,20690,0,2,36489,20690,36487,0,2,36487,20690,20688,0,2,36486,36487,20688,0,2,36486,20688,20687,0,2,36489,36487,36480,0,2,36487,36486,36480,0,2,36489,36488,36490,0,2,36490,36488,36444,0,2,36490,36444,37103,0,2,36489,36480,36488,0,2,36488,36480,36479,0,2,31413,31410,31414,0,2,31411,31413,36208,0,2,36208,31413,27192,0,2,27192,31413,27191,0,2,36250,31427,36251,0,2,36251,31428,31429,0,2,36251,31429,36250,0,2,36491,1575,36264,0,2,31514,31519,36493,0,2,36493,31519,31479,0,2,36493,36494,31516,0,2,31516,31515,36493,0,2,36493,31515,31514,0,2,6870,31516,36494,0,2,31477,36494,36495,0,2,31477,36495,31478,0,2,31477,6862,36494,0,2,31477,36509,6862,0,2,6862,36509,31466,0,2,36495,36494,36493,0,2,36495,36493,31479,0,2,31513,31517,36497,0,2,36497,31517,36519,0,2,36519,31518,36496,0,2,36496,31518,6502,0,2,36496,6501,36497,0,2,31513,36497,31512,0,2,1577,31512,36497,0,2,6242,36499,36500,0,2,36500,36499,36501,0,2,36500,6496,6242,0,2,6242,6496,36502,0,2,6500,36502,6499,0,2,6500,36498,36502,0,2,36502,36498,6242,0,2,6868,6858,6859,0,2,6866,6859,6865,0,2,6865,36578,6866,0,2,36503,36504,36581,0,2,36581,36504,36586,0,2,36504,36505,36586,0,2,6863,36503,36506,0,2,6863,36506,36507,0,2,6862,36507,6870,0,2,6860,36506,36503,0,2,6860,36503,6859,0,2,31495,36495,31479,0,2,31495,31479,36508,0,2,31481,31495,36508,0,2,36495,31495,31496,0,2,31478,36495,31496,0,2,31477,31476,36509,0,2,36510,1496,36594,0,2,36512,36510,36511,0,2,36512,36511,36492,0,2,36492,36258,36512,0,2,36510,36512,1496,0,2,36258,1496,36512,0,2,36511,36266,36492,0,2,1496,1497,36594,0,2,36594,1497,1498,0,2,1495,36492,36513,0,2,36513,36492,36266,0,2,36513,36265,36514,0,2,36513,36514,1495,0,2,1495,36514,1494,0,2,36514,36265,20780,0,2,36518,20782,20767,0,2,36518,20767,20759,0,2,36518,20759,36515,0,2,36518,36515,36516,0,2,36516,36515,36591,0,2,36591,36515,20732,0,2,36516,36517,36518,0,2,1580,36519,1581,0,2,1581,36519,31516,0,2,31516,36519,31517,0,2,36520,6486,6495,0,2,36520,6495,36521,0,2,36520,36521,6237,0,2,36520,6237,49083,0,2,49083,6237,6236,0,2,6236,36522,6505,0,2,6505,36522,6504,0,2,6235,6233,49092,0,2,6235,49092,36559,0,2,36559,49092,36523,0,2,36523,36524,36525,0,2,36525,36524,49090,0,2,49090,36524,36526,0,2,36526,36524,36527,0,2,36526,36527,37174,0,2,36526,37174,36528,0,2,6270,36529,36553,0,2,6270,36553,36530,0,2,36530,36553,36531,0,2,36532,36531,36533,0,2,36533,36531,36534,0,2,36534,36551,36535,0,2,36535,36548,36536,0,2,36536,36548,49122,0,2,49121,36546,6524,0,2,36538,36537,6593,0,2,6593,36537,6592,0,2,6524,36546,36539,0,2,36540,36547,36541,0,2,36542,36543,49100,0,2,36587,36544,36545,0,2,6232,36545,6233,0,2,36546,36547,36540,0,2,36540,36539,36546,0,2,36547,36546,36548,0,2,36547,36548,36549,0,2,49097,36554,36550,0,2,36550,36554,36551,0,2,36550,36551,36531,0,2,36550,36531,36552,0,2,36552,36553,37173,0,2,37173,36553,37170,0,2,37170,36553,36529,0,2,36553,36552,36531,0,2,36554,36535,36551,0,2,36534,36531,36551,0,2,36535,36554,36549,0,2,36535,36549,36548,0,2,49122,36548,36546,0,2,36555,36541,36556,0,2,36555,36556,36557,0,2,36533,36534,36558,0,2,36558,36534,49124,0,2,36531,36532,36530,0,2,36523,36525,49086,0,2,36523,49086,36559,0,2,6235,36559,6234,0,2,6448,36560,6305,0,2,36561,6298,6296,0,2,36561,6296,6304,0,2,36560,37169,36302,0,2,36302,37169,49055,0,2,36302,49055,36305,0,2,36561,6305,36302,0,2,36561,36302,36286,0,2,36286,36284,36561,0,2,36561,36284,6297,0,2,36562,36563,36564,0,2,36564,36563,6268,0,2,6268,36563,6267,0,2,6267,36563,36565,0,2,36565,36563,6287,0,2,6287,36563,6290,0,2,36565,6286,36566,0,2,36566,6286,6284,0,2,36566,6284,6451,0,2,6453,6452,6283,0,2,6453,6283,21148,0,2,6453,21148,21143,0,2,21143,21144,6453,0,2,6283,6452,6451,0,2,6451,6450,36566,0,2,6271,36567,6270,0,2,6270,36567,36528,0,2,36528,36567,6269,0,2,6269,36567,36564,0,2,36564,36567,6271,0,2,36564,6271,36562,0,2,36568,6851,6834,0,2,6834,6854,36568,0,2,36568,6854,36569,0,2,36568,36569,6857,0,2,36570,6851,1590,0,2,1590,6851,1589,0,2,36571,6835,36570,0,2,36572,36570,1590,0,2,36572,1590,36573,0,2,36573,1591,36574,0,2,36573,36574,36572,0,2,36572,36574,36575,0,2,6843,36575,1592,0,2,1592,36575,36574,0,2,1592,36574,1591,0,2,36575,6836,6849,0,2,36572,36575,6849,0,2,36572,6849,36571,0,2,36572,36571,36570,0,2,36576,6245,36577,0,2,6249,36577,1584,0,2,1584,36577,6871,0,2,36577,6245,1583,0,2,36577,1583,6871,0,2,36576,36577,6249,0,2,1588,36579,36580,0,2,1588,36580,31460,0,2,36579,36578,36580,0,2,36503,36581,6859,0,2,6859,36581,6865,0,2,31521,36583,36582,0,2,36582,31522,31521,0,2,36582,36583,31483,0,2,31460,36580,36584,0,2,31460,36584,31462,0,2,36580,36578,36585,0,2,36585,36578,6864,0,2,36584,36580,36585,0,2,36586,36505,31468,0,2,36587,6231,36588,0,2,36589,27897,27898,0,2,27898,36590,36589,0,2,36589,36590,27901,0,2,36516,36591,36517,0,2,36591,31433,36517,0,2,36518,36517,20780,0,2,36518,20780,20782,0,2,6467,6469,36278,0,2,6492,6494,6257,0,2,6257,6256,6492,0,2,6256,36592,6492,0,2,6492,36592,6252,0,2,36510,36594,1543,0,2,36510,1543,1545,0,2,36273,1543,36594,0,2,36269,1544,36595,0,2,36595,1544,1542,0,2,36268,1541,36270,0,2,1553,1541,36595,0,2,36268,36270,36272,0,2,20778,36272,20777,0,2,36596,35994,36597,0,2,27348,35985,20751,0,2,20751,35982,27348,0,2,20791,20797,20679,0,2,7469,7626,36599,0,2,36599,7626,7522,0,2,36599,36600,7469,0,2,7470,36600,7501,0,2,7501,7502,7473,0,2,7473,7502,7474,0,2,7475,36604,36602,0,2,7475,36602,7576,0,2,7477,7576,36603,0,2,7576,7477,7475,0,2,36605,36604,7502,0,2,36604,36605,36601,0,2,7502,36604,7474,0,2,36605,7595,36601,0,2,36601,36602,36604,0,2,36606,7590,36607,0,2,36609,36607,36608,0,2,36609,36608,36610,0,2,36609,36610,36611,0,2,36611,27397,7498,0,2,36611,7498,36609,0,2,36607,7590,36608,0,2,36613,36612,36614,0,2,36614,36616,36615,0,2,36617,7581,36618,0,2,36618,7581,36619,0,2,36618,36619,36661,0,2,36661,36619,36621,0,2,36621,36619,36620,0,2,36655,36622,36623,0,2,36655,36623,36666,0,2,36666,36626,36624,0,2,36624,36626,36630,0,2,36620,36619,36632,0,2,36621,36620,36625,0,2,36621,36625,36622,0,2,36626,36631,36632,0,2,36632,36625,36620,0,2,36632,36627,36630,0,2,36630,36627,36629,0,2,36629,36627,36628,0,2,36629,36628,7587,0,2,36629,36624,36630,0,2,36630,36626,36632,0,2,36631,36626,36623,0,2,36666,36623,36626,0,2,36632,36631,36625,0,2,36631,36623,36625,0,2,36622,36625,36623,0,2,36627,36632,36619,0,2,36617,36616,7579,0,2,7578,36610,36608,0,2,36607,7500,36606,0,2,36606,7500,36603,0,2,36601,7595,36633,0,2,36605,7502,7503,0,2,36634,7628,7440,0,2,7627,36634,7632,0,2,7632,36634,7639,0,2,7639,7631,7632,0,2,7440,7639,36634,0,2,7480,36607,36635,0,2,36182,36175,36187,0,2,27300,27287,35955,0,2,35948,27282,35952,0,2,27329,27330,27319,0,2,27330,27342,27319,0,2,36636,27365,27366,0,2,36637,35963,35958,0,2,36637,35958,27363,0,2,27363,27366,36637,0,2,36638,36064,36065,0,2,36638,36065,36639,0,2,7347,7345,36640,0,2,36640,36638,36639,0,2,36641,7504,7616,0,2,36641,7616,7530,0,2,7530,7529,36641,0,2,7506,36641,7507,0,2,7506,7504,36641,0,2,7529,7526,36641,0,2,36641,7526,7507,0,2,7527,7526,7528,0,2,7598,7599,7609,0,2,7598,7608,36643,0,2,7609,7338,36644,0,2,36646,36644,36645,0,2,36646,36645,36647,0,2,36648,7546,36649,0,2,36647,36648,36649,0,2,36647,36649,36646,0,2,36646,36649,36650,0,2,36650,7570,7544,0,2,7609,36644,7608,0,2,7608,36644,36651,0,2,36646,36650,36651,0,2,36651,36644,36646,0,2,7591,7583,36652,0,2,36654,36656,36655,0,2,36655,36656,36657,0,2,36658,36657,26609,0,2,26609,35582,36658,0,2,36658,35582,26610,0,2,36658,26610,36659,0,2,36659,26610,36673,0,2,36659,36673,36660,0,2,36660,36673,36662,0,2,36660,36662,36661,0,2,36661,36662,36663,0,2,36615,36663,36675,0,2,36615,36675,36614,0,2,36614,36675,36664,0,2,36614,36664,36613,0,2,36613,36664,36676,0,2,36613,36676,35737,0,2,36612,36613,26939,0,2,26939,26938,36612,0,2,36612,26938,36610,0,2,35737,26939,36613,0,2,35737,36676,35734,0,2,36658,36659,36657,0,2,36657,36659,36622,0,2,36657,36622,36655,0,2,36655,36666,36654,0,2,36654,36666,36665,0,2,36654,36665,36653,0,2,36665,36666,36624,0,2,36622,36659,36671,0,2,36622,36671,36621,0,2,26609,36657,36667,0,2,36668,36667,36656,0,2,36656,36667,36657,0,2,26618,36668,36669,0,2,36668,36656,36669,0,2,36628,36627,7581,0,2,7581,36627,36619,0,2,7581,7582,36628,0,2,36628,7582,36670,0,2,7586,36670,7585,0,2,7582,7585,36670,0,2,36628,36670,7587,0,2,36615,36618,36661,0,2,36661,36663,36615,0,2,36618,36615,36616,0,2,36618,36616,36617,0,2,36671,36659,36660,0,2,36671,36660,36661,0,2,36621,36671,36661,0,2,36663,36662,36672,0,2,36672,36662,36673,0,2,36672,36673,26610,0,2,36672,36674,36675,0,2,36675,36674,36664,0,2,36674,26611,36664,0,2,36664,26612,36676,0,2,36677,26613,36681,0,2,36677,36681,36678,0,2,36678,36681,35731,0,2,26614,36678,36679,0,2,36678,35731,36680,0,2,36678,36680,36679,0,2,26919,36679,36862,0,2,36679,36680,36862,0,2,26613,26612,26611,0,2,36865,36681,26923,0,2,26923,35581,36682,0,2,36682,35581,35585,0,2,35574,36683,36684,0,2,26923,36682,36686,0,2,35574,49959,36683,0,2,36683,36686,36682,0,2,26922,36686,36685,0,2,26922,36685,49814,0,2,26922,49814,26921,0,2,7602,7603,7345,0,2,7602,7345,7344,0,2,7603,7604,7345,0,2,7664,7357,7355,0,2,7664,7355,36687,0,2,7664,36687,36690,0,2,36689,7354,37066,0,2,37067,7359,36084,0,2,36084,36083,36082,0,2,36084,7359,7360,0,2,7353,37067,37066,0,2,36691,36698,36692,0,2,36712,36692,36694,0,2,36712,36694,36693,0,2,36693,36694,7646,0,2,7646,36694,7647,0,2,7647,36694,7648,0,2,7648,36694,36695,0,2,7649,7648,36696,0,2,36696,36706,36697,0,2,7653,7660,7650,0,2,7653,7650,36697,0,2,36697,7650,36696,0,2,7650,7649,36696,0,2,36694,36692,36698,0,2,36691,36687,36688,0,2,36687,36691,36690,0,2,36694,36698,36695,0,2,36695,36698,36699,0,2,36695,36699,36708,0,2,36708,36699,36700,0,2,36703,36700,36701,0,2,36703,36701,36702,0,2,36703,36702,36707,0,2,36707,36702,36720,0,2,36704,36705,36697,0,2,36697,36705,7653,0,2,36704,36697,36706,0,2,36704,36706,36707,0,2,36704,36707,36720,0,2,7652,36705,7655,0,2,36703,36707,36700,0,2,36700,36707,36706,0,2,36700,36706,36708,0,2,36708,36706,36696,0,2,36708,36696,7648,0,2,36708,7648,36695,0,2,36699,36698,36709,0,2,36699,36709,36701,0,2,36699,36701,36700,0,2,36698,36691,36709,0,2,7646,7645,36693,0,2,36693,7645,36710,0,2,36693,36710,36711,0,2,36693,36711,36712,0,2,36712,36711,36713,0,2,7663,36711,7662,0,2,7662,36711,36714,0,2,36711,36710,36714,0,2,36714,36710,7644,0,2,36712,36713,36692,0,2,36692,36713,36691,0,2,36691,36713,36690,0,2,36687,7355,7354,0,2,36687,7354,36688,0,2,36688,7354,36689,0,2,20947,7360,7359,0,2,36715,36080,36081,0,2,36715,36081,36087,0,2,36716,36081,36080,0,2,36079,36717,36718,0,2,36079,36718,36080,0,2,36080,36718,36716,0,2,36718,36717,36719,0,2,36719,36717,36721,0,2,36719,36721,36702,0,2,36720,36702,36732,0,2,36938,36732,36733,0,2,36733,36732,36721,0,2,36733,36721,36723,0,2,36723,36721,36722,0,2,36729,36087,36951,0,2,36087,36729,36715,0,2,36724,36079,36715,0,2,36724,36715,36729,0,2,36727,36946,36730,0,2,36727,36730,36728,0,2,36727,36728,36729,0,2,36729,36728,36724,0,2,36731,36730,36944,0,2,36731,36944,36726,0,2,36731,36722,36724,0,2,36722,36731,36723,0,2,36723,36731,36725,0,2,36725,36731,36726,0,2,36944,36730,36946,0,2,36728,36730,36731,0,2,36728,36731,36724,0,2,36722,36721,36717,0,2,36732,36702,36721,0,2,36701,36719,36702,0,2,36734,36733,36723,0,2,36734,36723,36725,0,2,36732,36938,36764,0,2,36764,36938,36735,0,2,36735,36938,36736,0,2,36746,36736,36737,0,2,36737,36738,36741,0,2,36737,36741,36739,0,2,36739,36741,36740,0,2,36740,36741,7683,0,2,7683,36741,36742,0,2,7683,36742,7684,0,2,7684,36742,36134,0,2,7683,36743,36740,0,2,36739,36740,36752,0,2,36739,36752,36744,0,2,36744,36757,36745,0,2,36745,36766,36735,0,2,36745,36735,36746,0,2,36744,36745,36746,0,2,36744,36746,36739,0,2,36737,36739,36746,0,2,36752,36743,36747,0,2,36757,36747,7682,0,2,36749,7682,36748,0,2,36749,36748,36750,0,2,7323,36751,7680,0,2,7680,36751,7681,0,2,7682,7691,36748,0,2,36751,36748,7681,0,2,36743,36752,36740,0,2,36741,36943,36742,0,2,36742,36943,36753,0,2,36137,36754,36136,0,2,36136,36754,36132,0,2,36134,36742,36753,0,2,36137,36753,36940,0,2,36137,36940,36754,0,2,36755,36756,7343,0,2,7343,36756,7344,0,2,7344,36756,7611,0,2,7343,7601,36755,0,2,36750,36745,36749,0,2,36749,36745,36757,0,2,36749,36757,7682,0,2,36757,36752,36747,0,2,36752,36757,36744,0,2,36758,36760,36761,0,2,36758,36761,36763,0,2,36763,36761,36762,0,2,36735,36736,36746,0,2,36735,36766,36763,0,2,36760,36758,36759,0,2,36735,36763,36764,0,2,36764,36720,36732,0,2,36760,36759,7654,0,2,36760,7654,7655,0,2,36762,36761,36765,0,2,36762,36765,36720,0,2,36762,36720,36764,0,2,36764,36763,36762,0,2,7325,36759,36750,0,2,36750,36766,36745,0,2,36758,36766,36750,0,2,36758,36750,36759,0,2,7525,7612,36642,0,2,36642,7612,7508,0,2,36767,36072,37063,0,2,36767,37063,36768,0,2,36768,36769,36767,0,2,36769,20829,36767,0,2,20831,36072,36767,0,2,36770,36055,36771,0,2,36770,36771,36054,0,2,36061,36054,36771,0,2,36055,36770,36772,0,2,36054,36772,36770,0,2,36772,36060,36055,0,2,36773,36774,7668,0,2,7668,36774,36775,0,2,36776,36775,36778,0,2,36776,36778,36777,0,2,36777,36778,7644,0,2,7644,36778,7643,0,2,36777,7645,36776,0,2,36776,7645,7334,0,2,36776,7334,7335,0,2,7335,36779,36776,0,2,36776,36779,36775,0,2,36775,36779,7667,0,2,36774,7339,36775,0,2,36775,7340,36778,0,2,36778,7340,7643,0,2,7341,7643,7340,0,2,7339,7340,36775,0,2,7341,36780,7601,0,2,7601,36780,7599,0,2,7599,36780,7609,0,2,7609,36780,7339,0,2,7550,36782,36781,0,2,36781,36782,7338,0,2,7338,36782,36644,0,2,36644,36782,36645,0,2,36832,7552,36783,0,2,36834,36788,36787,0,2,36787,36788,49515,0,2,49515,36789,36821,0,2,36821,36789,26798,0,2,26798,36789,26797,0,2,26797,36789,36793,0,2,36793,36789,36790,0,2,36794,36790,36788,0,2,36794,36788,36801,0,2,36801,36788,36835,0,2,36801,36835,36791,0,2,36792,36791,36836,0,2,36784,36792,36785,0,2,36793,36794,36840,0,2,36793,36790,36794,0,2,36794,36801,36795,0,2,36794,36795,36840,0,2,36796,36795,26813,0,2,36796,26813,26647,0,2,36806,36804,36797,0,2,26649,36806,36797,0,2,36797,36804,26650,0,2,26650,36804,26651,0,2,36798,36808,36799,0,2,36798,36799,26654,0,2,36895,26651,36798,0,2,36807,36798,26651,0,2,36800,36801,36805,0,2,36805,36801,36791,0,2,36805,36791,36792,0,2,36805,36792,36802,0,2,36802,36792,36803,0,2,36803,36804,36802,0,2,36802,36804,36805,0,2,26813,36795,26649,0,2,36804,36806,36805,0,2,26651,36804,36803,0,2,26651,36803,36807,0,2,36807,36803,36809,0,2,36807,36809,36798,0,2,36798,36809,36808,0,2,36808,36809,36810,0,2,36811,36810,36818,0,2,36811,36818,7336,0,2,36811,7336,36812,0,2,36813,7332,36814,0,2,36813,36814,36816,0,2,36816,36814,36815,0,2,36816,36815,36817,0,2,36816,36817,36799,0,2,26654,36799,36894,0,2,36799,36817,36894,0,2,7333,7332,36812,0,2,7333,36812,7335,0,2,7335,36812,36779,0,2,7336,36818,7552,0,2,7552,36818,36783,0,2,7336,36779,36812,0,2,36808,36820,36799,0,2,36799,36820,36816,0,2,36816,36820,36813,0,2,36812,7332,36819,0,2,36812,36819,36811,0,2,7332,36813,36819,0,2,36819,36813,36820,0,2,36810,36811,36819,0,2,36810,36819,36820,0,2,36810,36820,36808,0,2,36823,36809,36803,0,2,36805,36806,36800,0,2,36792,36784,36803,0,2,36803,36784,36823,0,2,36801,36800,36795,0,2,36795,36800,36806,0,2,36795,36806,26649,0,2,36790,49515,36788,0,2,49515,36821,36822,0,2,36822,36821,36826,0,2,36826,36821,26799,0,2,26799,36821,26798,0,2,36783,36818,36810,0,2,36810,36809,36783,0,2,36783,36809,36823,0,2,36783,36823,36831,0,2,36831,36823,36784,0,2,36824,7332,7661,0,2,36824,7661,7659,0,2,36824,7659,7658,0,2,36814,36824,7658,0,2,36647,7548,7547,0,2,7547,36648,36647,0,2,36647,36645,7548,0,2,36645,36782,7548,0,2,36825,7567,26620,0,2,36825,26619,36669,0,2,7566,36669,36653,0,2,36653,36669,36656,0,2,36654,36653,36656,0,2,36669,7566,36825,0,2,7549,7551,7572,0,2,36826,7554,36822,0,2,7554,36827,36822,0,2,36787,36822,36827,0,2,36787,36827,36834,0,2,36834,36827,36828,0,2,36834,36828,36786,0,2,36786,36828,36785,0,2,36785,36830,36784,0,2,36784,36830,36831,0,2,36831,36830,36833,0,2,36831,36833,36832,0,2,36832,36783,36831,0,2,36830,36785,36828,0,2,36827,36829,36828,0,2,36828,36829,36830,0,2,36830,36829,7553,0,2,36830,7553,36833,0,2,36835,36836,36791,0,2,36788,36834,36835,0,2,36836,36785,36792,0,2,36785,36836,36786,0,2,36786,36836,36835,0,2,36786,36835,36834,0,2,26602,36838,36837,0,2,36837,36838,26603,0,2,26603,36838,36839,0,2,26600,36839,36838,0,2,36839,35539,26603,0,2,26604,26603,35539,0,2,26804,26806,36841,0,2,36841,26806,36840,0,2,36841,36840,36796,0,2,36796,36840,36795,0,2,26804,36841,36842,0,2,36842,36841,36843,0,2,36843,26814,36842,0,2,36857,36858,35537,0,2,35537,36858,36844,0,2,35696,36844,36849,0,2,35696,36849,36848,0,2,35695,36845,26595,0,2,26597,36849,26598,0,2,26598,36849,36858,0,2,36846,36847,36848,0,2,36846,36848,26597,0,2,26597,36848,36849,0,2,36848,36847,35695,0,2,35695,36847,36845,0,2,36849,36844,36858,0,2,35696,36848,35695,0,2,35701,36850,36851,0,2,36853,36852,36855,0,2,35692,36853,36854,0,2,35692,36854,26591,0,2,36853,36855,36854,0,2,36856,36855,36852,0,2,26595,36851,36850,0,2,26595,36850,35695,0,2,26694,36854,26592,0,2,36854,36855,26592,0,2,26593,36856,36852,0,2,36851,26593,36852,0,2,36852,35694,36851,0,2,36857,35625,35538,0,2,36857,35538,26599,0,2,26775,36858,36857,0,2,26791,26779,26792,0,2,36859,26597,26776,0,2,26623,26625,26776,0,2,26776,26625,36859,0,2,35550,36860,35708,0,2,35574,36684,35575,0,2,35574,35575,35610,0,2,35603,35574,35610,0,2,26920,36863,26921,0,2,26921,36863,36864,0,2,26921,36864,26922,0,2,26922,36864,36865,0,2,36863,36862,36864,0,2,36864,36862,35731,0,2,36864,35731,36865,0,2,36681,36865,35731,0,2,36683,36682,36866,0,2,36866,36682,35585,0,2,36683,36866,36684,0,2,36684,36866,35587,0,2,36866,35585,35587,0,2,26923,36681,26613,0,2,26918,36869,35404,0,2,36867,36868,35739,0,2,35739,36868,35569,0,2,26918,35571,36869,0,2,35571,35570,36868,0,2,36869,36867,35402,0,2,35402,36867,35739,0,2,35402,35739,35516,0,2,36869,35571,36868,0,2,36868,36867,36869,0,2,7578,7579,36616,0,2,7578,36870,36610,0,2,36612,36870,36614,0,2,36614,36870,36616,0,2,7578,36616,36870,0,2,36871,35575,36872,0,2,36871,36872,35602,0,2,36635,7499,27392,0,2,36873,36635,27392,0,2,36611,36610,26938,0,2,36185,36187,36176,0,2,36176,36187,36175,0,2,36173,27400,27404,0,2,27403,36875,27401,0,2,36875,27404,27401,0,2,36876,27403,27402,0,2,27402,26953,36876,0,2,35801,36877,36878,0,2,35800,36878,36882,0,2,35801,36878,35800,0,2,35803,35801,35800,0,2,35775,35769,35776,0,2,36879,35776,49554,0,2,36880,36169,36171,0,2,26955,26954,35820,0,2,35820,26954,27377,0,2,27377,26953,36881,0,2,27384,27376,27383,0,2,27383,27376,36881,0,2,36881,27376,27377,0,2,35800,36882,35799,0,2,35799,36882,36883,0,2,35799,36883,35824,0,2,36884,36885,26784,0,2,26791,36884,26779,0,2,26784,36885,26783,0,2,26645,26676,36886,0,2,26669,36887,26678,0,2,26669,7246,36887,0,2,26676,36887,36886,0,2,7244,36886,36887,0,2,26676,26675,36887,0,2,36887,26675,26678,0,2,7250,36892,36889,0,2,36889,36897,7250,0,2,36892,7250,36890,0,2,36888,36890,36891,0,2,36890,7250,36891,0,2,36891,7250,7249,0,2,36889,36892,7328,0,2,7328,36892,36893,0,2,36890,36893,36892,0,2,7329,7328,36894,0,2,7329,36894,7330,0,2,7328,7329,7656,0,2,26653,26652,36895,0,2,36895,26652,26651,0,2,26654,36895,36798,0,2,7328,36893,36894,0,2,36894,36893,26656,0,2,26656,36893,36890,0,2,36897,36889,7252,0,2,36897,7252,36896,0,2,36897,36896,36898,0,2,36897,36898,36899,0,2,7248,36899,36913,0,2,7248,36913,7247,0,2,7247,36913,36924,0,2,36924,36903,7245,0,2,7245,36903,36900,0,2,7245,36901,36924,0,2,36924,36901,7247,0,2,36899,7248,7249,0,2,36896,36909,36898,0,2,36915,36902,36903,0,2,36905,36903,36924,0,2,36905,36924,36904,0,2,36904,36924,36913,0,2,36904,36913,36912,0,2,36914,36905,7281,0,2,7281,36906,36907,0,2,7256,36907,36908,0,2,7256,36908,36909,0,2,36909,36896,36910,0,2,36907,7256,7257,0,2,7281,36907,36911,0,2,36907,36906,36908,0,2,36908,36912,36909,0,2,36909,36912,36898,0,2,36898,36912,36899,0,2,36899,36912,36913,0,2,36912,36908,36904,0,2,36904,36908,36906,0,2,36904,36906,36905,0,2,36905,36906,7281,0,2,36915,36914,36917,0,2,36915,36917,36902,0,2,36902,36917,36916,0,2,36902,36916,36900,0,2,36900,36916,7243,0,2,36915,36903,36914,0,2,36914,36903,36905,0,2,36914,7283,36918,0,2,36914,36918,36917,0,2,36920,36919,7279,0,2,7279,36919,36926,0,2,7279,36926,36921,0,2,36921,36922,7280,0,2,7280,36922,36918,0,2,7280,36918,7283,0,2,36920,7279,7278,0,2,36920,7278,36923,0,2,7238,36923,7278,0,2,36900,36903,36902,0,2,7256,36909,36910,0,2,7256,36910,7255,0,2,36917,36918,36922,0,2,36916,36917,36922,0,2,36916,36922,36925,0,2,36925,36922,36926,0,2,48785,36926,36927,0,2,26661,7241,36927,0,2,26661,36927,7240,0,2,7240,36927,36923,0,2,36923,36927,36920,0,2,36920,36927,36919,0,2,36919,36927,36926,0,2,36921,7287,7279,0,2,7301,7305,7275,0,2,7295,7302,7276,0,2,7277,7276,7278,0,2,7305,7302,7275,0,2,7304,7234,36928,0,2,36928,7305,7304,0,2,7258,7317,7319,0,2,7687,7688,36929,0,2,7687,36929,7677,0,2,7677,36929,36930,0,2,7676,36930,36931,0,2,26237,36931,36932,0,2,36932,36931,36930,0,2,7677,36930,7676,0,2,7677,7676,7675,0,2,26285,36929,26288,0,2,26288,26284,26286,0,2,26288,36929,36933,0,2,36933,36929,7688,0,2,7688,7678,36933,0,2,36929,26285,36930,0,2,36930,26285,36932,0,2,36936,7676,36931,0,2,36936,36931,36937,0,2,7268,7267,36935,0,2,36934,36935,7266,0,2,36934,7266,7265,0,2,36934,7673,7674,0,2,36934,7674,36935,0,2,7676,36936,7674,0,2,7674,36936,36935,0,2,36935,36936,7268,0,2,7268,36936,36937,0,2,36931,26237,36937,0,2,36937,26237,26238,0,2,36943,36741,36738,0,2,36943,36738,36726,0,2,36726,36738,36725,0,2,36734,36737,36736,0,2,36738,36737,36725,0,2,36725,36737,36734,0,2,36734,36736,36938,0,2,36734,36938,36733,0,2,36722,36717,36079,0,2,36953,36077,7364,0,2,36951,36078,36939,0,2,7368,7366,7382,0,2,36754,36941,36132,0,2,36132,36941,7370,0,2,36753,36942,36940,0,2,36940,36942,36754,0,2,36941,36754,36949,0,2,36754,36942,36949,0,2,36753,36943,36942,0,2,36943,36726,36942,0,2,36942,36945,36949,0,2,36949,36945,36947,0,2,36949,36947,36941,0,2,36942,36726,36945,0,2,36945,36726,36944,0,2,36945,36944,36946,0,2,36945,36946,36947,0,2,36947,36946,36950,0,2,36947,36950,36941,0,2,36941,36950,36948,0,2,36941,36948,7370,0,2,7370,36948,7368,0,2,7368,36948,36939,0,2,36939,36948,36951,0,2,36950,36946,36727,0,2,36948,36950,36951,0,2,36951,36727,36729,0,2,36952,36939,36078,0,2,7368,36939,36953,0,2,36953,36939,36952,0,2,7368,36953,7366,0,2,7366,36953,7365,0,2,7365,36953,7364,0,2,36131,7370,7368,0,2,36114,36129,36097,0,2,36114,36097,36954,0,2,36114,36954,36115,0,2,36115,36954,37007,0,2,36095,7402,36990,0,2,7400,37072,37045,0,2,37045,37072,36955,0,2,37048,36955,7414,0,2,20843,36956,20842,0,2,20924,36957,36958,0,2,20924,36958,20926,0,2,20926,36958,20847,0,2,20927,20926,20847,0,2,20847,36958,20846,0,2,20927,20928,36960,0,2,36960,20928,20939,0,2,36960,20939,36959,0,2,36959,20939,20929,0,2,36959,20929,20936,0,2,20927,36960,36961,0,2,36963,7406,7405,0,2,7405,7394,36967,0,2,36961,36960,36959,0,2,36961,36959,36962,0,2,36962,36959,36963,0,2,7406,36963,20936,0,2,20936,36963,36959,0,2,20927,36961,36965,0,2,36965,36961,36962,0,2,36965,36962,36964,0,2,36964,36968,20941,0,2,36964,20941,20940,0,2,36965,20925,20926,0,2,36965,20926,20927,0,2,36965,36964,20925,0,2,20925,36964,20940,0,2,20941,7391,7390,0,2,20942,20920,20921,0,2,20942,20921,20922,0,2,36968,36964,36966,0,2,36963,36966,36962,0,2,36962,36966,36964,0,2,36967,7392,36968,0,2,36968,7392,20941,0,2,36968,36966,36967,0,2,36967,36966,7405,0,2,36130,26327,48721,0,2,36130,36129,36114,0,2,26321,26312,26320,0,2,36147,36138,36969,0,2,36147,36969,36148,0,2,36148,36969,36144,0,2,36144,36969,36139,0,2,36140,36142,36139,0,2,36139,36969,36138,0,2,36970,20077,36971,0,2,20078,20080,36972,0,2,36972,48698,36140,0,2,36140,48698,48697,0,2,36972,36140,36138,0,2,36972,36138,36971,0,2,36971,36138,36970,0,2,20078,36972,36971,0,2,26052,26067,26054,0,2,20085,36121,36122,0,2,36119,36124,36118,0,2,36119,37005,36124,0,2,36124,37005,36997,0,2,36125,36973,36999,0,2,36125,36999,36126,0,2,36974,36126,36975,0,2,36974,36975,36992,0,2,36992,36975,36976,0,2,36993,36992,36977,0,2,36993,36977,36996,0,2,36996,36977,36978,0,2,36996,36978,36979,0,2,36979,36978,21064,0,2,36979,21064,21060,0,2,36979,21060,21044,0,2,36979,21044,21045,0,2,21064,36978,21057,0,2,21057,36978,36977,0,2,36992,36976,36977,0,2,36976,36980,36985,0,2,36985,36980,36981,0,2,36981,36982,36983,0,2,36981,7397,36982,0,2,36984,36982,20933,0,2,36984,36983,36982,0,2,36977,36986,21057,0,2,36986,36985,21058,0,2,21058,36985,36983,0,2,36983,36985,36981,0,2,36985,36986,36976,0,2,36976,36986,36977,0,2,7399,36987,37002,0,2,36991,37002,36988,0,2,36989,36990,36093,0,2,36989,36093,36991,0,2,36989,36991,36988,0,2,37002,36991,7399,0,2,36974,36992,36127,0,2,36127,36992,36993,0,2,36127,36993,36128,0,2,36128,36993,36995,0,2,36128,36995,36994,0,2,21047,36995,36996,0,2,21047,36996,21045,0,2,21045,36996,36979,0,2,36993,36996,36995,0,2,36125,36124,36973,0,2,36997,37001,37010,0,2,37010,37001,36998,0,2,36998,37000,36999,0,2,36999,37000,36975,0,2,36976,36975,36980,0,2,36975,37000,36980,0,2,36980,37000,36981,0,2,36981,37000,36998,0,2,36987,37006,37002,0,2,37002,37006,37009,0,2,37009,37006,37003,0,2,37004,37003,36098,0,2,36098,37003,36119,0,2,36119,37003,37005,0,2,37005,37003,37006,0,2,37005,37006,36997,0,2,36988,37002,37009,0,2,36989,37009,37008,0,2,37008,37009,37007,0,2,37007,36954,37008,0,2,37008,36954,36095,0,2,36989,37008,36990,0,2,36990,37008,36095,0,2,37009,36989,36988,0,2,37003,37004,37009,0,2,37009,37004,37007,0,2,36987,37001,37006,0,2,37006,37001,36997,0,2,36975,36126,36999,0,2,36999,36973,37010,0,2,37010,36973,36997,0,2,36997,36973,36124,0,2,37012,21042,37011,0,2,37012,37011,21040,0,2,37012,21040,37013,0,2,37014,37012,37013,0,2,37014,21076,21056,0,2,21056,21076,37015,0,2,37015,21076,20446,0,2,20428,37017,37018,0,2,37019,20430,37016,0,2,37016,20430,20472,0,2,37016,37017,37019,0,2,20480,37019,20428,0,2,37020,48717,37237,0,2,37237,48717,37021,0,2,37237,37021,21075,0,2,37237,21075,37022,0,2,37022,21075,37236,0,2,37021,48717,37014,0,2,37240,37242,37018,0,2,37240,37018,37239,0,2,37020,37239,21079,0,2,37017,20428,37019,0,2,20272,20411,20419,0,2,20390,20273,37023,0,2,37023,20273,37352,0,2,37023,37352,37024,0,2,37023,37024,20389,0,2,37023,20389,20390,0,2,20325,20410,20409,0,2,20410,20276,20277,0,2,20937,37035,37034,0,2,20937,37034,37025,0,2,37025,37034,37026,0,2,37026,37034,37027,0,2,37026,37027,37028,0,2,37038,37028,37029,0,2,37038,37029,37228,0,2,37228,37029,37030,0,2,37030,37196,37031,0,2,37031,37196,37032,0,2,37031,37032,37230,0,2,37230,37032,37081,0,2,37230,37081,21007,0,2,37033,37027,37055,0,2,37055,37027,37052,0,2,37052,37027,20849,0,2,37052,20849,37050,0,2,37050,20849,20850,0,2,37027,37034,20849,0,2,37034,37035,20849,0,2,37027,37033,37028,0,2,37028,37033,37029,0,2,37037,37036,21087,0,2,21036,37036,21037,0,2,21037,37036,21071,0,2,21071,37036,21035,0,2,37036,37037,21035,0,2,21035,37037,21088,0,2,21088,37037,21087,0,2,37025,37026,21036,0,2,21036,37026,37028,0,2,21036,37028,37036,0,2,37038,37228,37227,0,2,37028,37038,37036,0,2,37036,37038,21087,0,2,37039,21195,36452,0,2,37039,36452,21112,0,2,21113,21111,21112,0,2,21112,21111,37039,0,2,37039,21111,37040,0,2,37180,21114,36477,0,2,37041,7399,37042,0,2,7421,7395,37042,0,2,37042,7395,7396,0,2,37042,7396,37043,0,2,37043,7410,7398,0,2,7398,37041,37043,0,2,7398,36987,37041,0,2,37044,37045,7417,0,2,7417,37045,37046,0,2,37047,37046,37048,0,2,37047,37048,7413,0,2,37046,37047,7417,0,2,37051,20850,37049,0,2,37056,37049,20851,0,2,20850,37051,37050,0,2,37052,37050,37051,0,2,37052,37051,37053,0,2,37053,20853,37054,0,2,37054,20855,21097,0,2,21097,21103,37054,0,2,37054,21103,21102,0,2,37054,21102,37053,0,2,37053,21102,37052,0,2,37052,21102,37055,0,2,37033,37055,21101,0,2,37033,21101,21100,0,2,37051,37049,37053,0,2,37053,37049,37056,0,2,37056,20851,20854,0,2,20854,20853,37056,0,2,37056,20853,37053,0,2,37057,20919,20918,0,2,37057,20918,20874,0,2,37057,20856,20919,0,2,37062,21095,21105,0,2,21095,37058,20868,0,2,20855,37058,21097,0,2,21097,37058,21096,0,2,21096,37058,21095,0,2,37059,20999,37078,0,2,37059,37078,37060,0,2,37059,37060,37077,0,2,37059,37077,21096,0,2,21096,37077,37061,0,2,37061,37077,37194,0,2,37061,37194,21098,0,2,37061,21097,21096,0,2,37062,21096,21095,0,2,37062,37059,21096,0,2,21100,37195,37033,0,2,37033,37195,37029,0,2,20826,20827,36768,0,2,37064,20819,20818,0,2,37064,20818,20809,0,2,20809,20818,20816,0,2,20808,20671,20807,0,2,20807,20671,20670,0,2,20819,37064,20820,0,2,20897,20881,20899,0,2,36956,20922,20921,0,2,36704,36720,36765,0,2,36765,36761,36705,0,2,36705,36704,36765,0,2,7655,36705,36761,0,2,7655,36761,36760,0,2,36719,36701,37065,0,2,37065,36701,36688,0,2,37065,36688,36689,0,2,36701,36709,36688,0,2,36691,36688,36709,0,2,7330,36894,36817,0,2,36689,37070,36718,0,2,36719,37065,36718,0,2,36718,37065,36689,0,2,36718,37068,36716,0,2,36716,37069,36082,0,2,37070,36689,37066,0,2,37066,37067,37070,0,2,37070,37067,37068,0,2,37068,37067,37069,0,2,37068,37069,36716,0,2,36082,37069,36084,0,2,37068,36718,37070,0,2,37069,37067,36084,0,2,36074,36090,37071,0,2,37071,36090,36075,0,2,37071,36075,36085,0,2,7416,36955,37072,0,2,7416,37072,7401,0,2,7415,36955,7416,0,2,37073,37045,37044,0,2,37073,7400,37045,0,2,20914,20910,36958,0,2,36958,20910,20846,0,2,36066,36026,36038,0,2,36018,36048,36017,0,2,36017,36048,36050,0,2,36050,36048,36047,0,2,20837,20838,37074,0,2,37074,7424,20837,0,2,37076,37075,7435,0,2,36071,20958,20978,0,2,20978,20958,20977,0,2,20993,20977,20958,0,2,20644,21002,21001,0,2,37193,21002,21003,0,2,37060,37193,37077,0,2,37060,37078,21002,0,2,21002,37078,21001,0,2,21002,37193,37060,0,2,37190,37080,37081,0,2,21003,21004,37079,0,2,21004,37189,37079,0,2,37082,20816,20862,0,2,20862,20816,20808,0,2,20667,37083,37089,0,2,37086,37083,37084,0,2,37085,37091,20805,0,2,37085,20805,37108,0,2,37084,36459,37086,0,2,37086,37087,37089,0,2,20666,37092,20649,0,2,37092,20666,37088,0,2,37083,37086,37089,0,2,37089,37088,20666,0,2,37088,37089,37087,0,2,20667,37089,20801,0,2,20801,37089,20666,0,2,37086,36459,37090,0,2,37086,37090,37087,0,2,20667,20668,37083,0,2,37083,20668,37084,0,2,37084,20668,37091,0,2,20805,37091,20668,0,2,37094,37092,37095,0,2,37095,37087,37093,0,2,37093,36457,37095,0,2,37095,36457,37094,0,2,37092,37094,20665,0,2,20665,37094,20664,0,2,36463,20664,37094,0,2,37092,37088,37095,0,2,37087,37090,37093,0,2,37093,37090,37096,0,2,37087,37095,37088,0,2,37098,36447,37097,0,2,37097,36447,37101,0,2,37097,37101,37100,0,2,37100,37099,37097,0,2,37097,37099,37098,0,2,1527,37100,37101,0,2,1527,37101,1528,0,2,37101,36447,36446,0,2,1527,1526,37100,0,2,37100,1526,37099,0,2,21135,21134,37102,0,2,37102,1517,21135,0,2,21135,1517,21136,0,2,21136,1517,21137,0,2,36459,36460,37106,0,2,37106,36460,36481,0,2,37106,36481,37103,0,2,37103,36481,36490,0,2,37106,37104,37107,0,2,36465,37104,36447,0,2,36447,37104,36446,0,2,36446,37104,37105,0,2,37103,37105,37106,0,2,37106,37105,37104,0,2,36459,37106,37107,0,2,37104,36465,37107,0,2,36461,37085,37108,0,2,37108,20669,36461,0,2,20634,36386,20632,0,2,20632,36386,37109,0,2,21115,37109,36386,0,2,37114,21229,37110,0,2,37111,37110,37112,0,2,37111,37117,37113,0,2,37114,37113,37115,0,2,37115,37113,37116,0,2,37116,21185,21186,0,2,21186,21188,37116,0,2,37115,37116,21188,0,2,37115,21188,21223,0,2,21185,37116,37113,0,2,21185,37113,37117,0,2,21227,37118,37160,0,2,37118,21227,21183,0,2,37117,37111,37118,0,2,37160,37118,21226,0,2,37118,37111,21226,0,2,21226,37111,37112,0,2,37118,21183,37117,0,2,37115,21228,37114,0,2,37114,37110,37113,0,2,37113,37110,37111,0,2,37112,37110,37165,0,2,37165,37110,21225,0,2,20510,20511,37123,0,2,37123,20511,37119,0,2,37119,37120,37122,0,2,20512,37122,37120,0,2,37120,37119,20511,0,2,37120,20504,20512,0,2,37122,37121,37123,0,2,37135,37125,20508,0,2,37126,37125,21350,0,2,21350,37136,37126,0,2,37126,20508,37125,0,2,37125,37124,37132,0,2,37132,37124,21351,0,2,37127,21351,37123,0,2,37127,37123,37121,0,2,37127,37121,37275,0,2,37127,37275,37274,0,2,37128,37274,37129,0,2,37128,37129,37286,0,2,37129,37274,21261,0,2,37134,37286,37280,0,2,37134,37280,37130,0,2,37287,21353,37131,0,2,37134,37131,37132,0,2,37132,37131,37133,0,2,37133,37136,21350,0,2,21353,21352,37133,0,2,21353,37133,37131,0,2,37133,21352,37136,0,2,37130,37287,37131,0,2,37130,37131,37134,0,2,37286,37134,37128,0,2,37132,37133,37125,0,2,37125,37133,21350,0,2,37127,37128,21351,0,2,37122,37123,37119,0,2,37123,37124,37135,0,2,20509,20510,37135,0,2,37126,21343,20508,0,2,21343,20500,20508,0,2,37126,37136,21344,0,2,21344,37136,21349,0,2,37135,37124,37125,0,2,37135,20510,37123,0,2,37124,37123,21351,0,2,21344,21349,21345,0,2,20818,37137,20817,0,2,37143,20815,37138,0,2,20966,37139,20814,0,2,37139,20974,37140,0,2,20974,20969,37140,0,2,37140,20969,20793,0,2,37140,20793,37152,0,2,37140,37152,37141,0,2,37139,37144,37138,0,2,37143,37141,37142,0,2,37143,37142,37137,0,2,37143,37137,20819,0,2,37139,37138,20814,0,2,20814,37138,20815,0,2,20819,37137,20818,0,2,20671,36485,36462,0,2,37144,37143,37138,0,2,37140,37144,37139,0,2,37143,37144,37141,0,2,20694,20695,37145,0,2,37145,20695,37148,0,2,37145,37148,37146,0,2,37146,37147,37145,0,2,20695,20673,37148,0,2,20700,37149,20674,0,2,20674,37149,37148,0,2,37151,37150,36482,0,2,36482,36483,37151,0,2,37151,36483,36461,0,2,37151,36462,36485,0,2,36462,37151,36461,0,2,20691,37150,36485,0,2,36485,37150,37151,0,2,37144,37140,37141,0,2,20673,20695,37153,0,2,37154,20701,20697,0,2,20690,49514,20689,0,2,37155,20675,37156,0,2,37155,37156,20967,0,2,36599,7615,36600,0,2,37112,37157,21226,0,2,21226,37157,37162,0,2,21226,37162,37158,0,2,37158,37161,37159,0,2,37160,37159,21253,0,2,21253,21182,37160,0,2,37159,37160,37158,0,2,37159,37161,21254,0,2,21254,37161,21255,0,2,37162,37161,37158,0,2,37161,37162,21256,0,2,37157,37163,37162,0,2,37162,37163,21256,0,2,21163,37164,37167,0,2,37164,37157,37165,0,2,37167,37165,21225,0,2,37166,21225,21229,0,2,21229,21230,37166,0,2,21225,37166,21258,0,2,21225,21258,37167,0,2,37167,37164,37165,0,2,37168,20612,20611,0,2,20612,37168,38343,0,2,20612,38343,38341,0,2,20612,38341,38339,0,2,20612,38339,20613,0,2,36560,6307,37169,0,2,36533,36558,6306,0,2,37171,36527,37172,0,2,36529,37174,37170,0,2,37175,49094,49096,0,2,49094,37175,49099,0,2,37171,37170,37174,0,2,37171,37174,36527,0,2,37170,49099,37173,0,2,37173,49099,36552,0,2,36552,49099,37175,0,2,36550,36552,37175,0,2,36550,37175,49097,0,2,49097,37175,49096,0,2,37174,36529,36528,0,2,36438,1529,37176,0,2,37176,37101,37177,0,2,36444,1531,37177,0,2,37177,1531,37176,0,2,37176,1531,36438,0,2,37176,1528,37101,0,2,1528,37176,1529,0,2,37177,37101,36446,0,2,36475,36471,37178,0,2,36475,37178,36466,0,2,36469,36466,37178,0,2,36299,36296,36298,0,2,37179,21113,21112,0,2,36459,37107,37090,0,2,37090,37107,37096,0,2,36477,36476,36470,0,2,37181,37180,36473,0,2,37181,21119,37180,0,2,37182,21196,37183,0,2,37183,21195,21197,0,2,21197,21208,37183,0,2,37183,21208,37184,0,2,37183,37184,37185,0,2,37185,37184,21202,0,2,21202,37184,21201,0,2,21201,37184,21199,0,2,21201,21199,21200,0,2,37183,37185,37182,0,2,21111,21110,37040,0,2,21110,21109,37186,0,2,37186,21109,21107,0,2,37189,21221,37188,0,2,37188,21221,21005,0,2,37188,21005,37187,0,2,21007,37081,37187,0,2,37081,37080,37187,0,2,37187,37080,37188,0,2,37080,37079,37188,0,2,37188,37079,37189,0,2,37190,21099,21098,0,2,37081,37032,37190,0,2,37080,37190,37191,0,2,37194,37192,21098,0,2,21098,37192,37191,0,2,21098,37191,37190,0,2,37080,37191,37192,0,2,21003,37079,37193,0,2,37193,37079,37192,0,2,37192,37079,37080,0,2,37194,37077,37193,0,2,37029,37195,37030,0,2,37030,37195,37196,0,2,37195,21099,37196,0,2,37032,37196,37190,0,2,37038,37227,21087,0,2,21087,37227,37197,0,2,21030,21029,37198,0,2,21030,37198,37238,0,2,37238,37199,21031,0,2,21031,37199,21032,0,2,21031,21030,37238,0,2,21026,21017,21024,0,2,37200,37265,37201,0,2,37205,37201,37202,0,2,37202,20426,37206,0,2,37200,21024,21023,0,2,21028,21026,37205,0,2,37205,37202,37206,0,2,37206,20426,20427,0,2,37205,37206,21028,0,2,21028,37206,37207,0,2,37207,37206,20427,0,2,37205,21026,21024,0,2,37205,21024,37200,0,2,37200,37201,37205,0,2,37208,37202,37264,0,2,37208,37255,20245,0,2,20245,37255,20244,0,2,20245,37204,37208,0,2,37202,37208,20426,0,2,20426,37208,37203,0,2,37209,20246,20244,0,2,20247,37210,20242,0,2,37210,37209,37211,0,2,37211,37209,20244,0,2,20230,20243,37216,0,2,20230,37216,20229,0,2,20229,37216,37215,0,2,20229,37215,20220,0,2,20222,20220,37215,0,2,20222,37215,37212,0,2,37213,37214,37210,0,2,37257,37212,37211,0,2,37211,37212,37213,0,2,37210,37211,37213,0,2,37212,37215,37213,0,2,37215,37216,37213,0,2,20230,20231,20243,0,2,20243,20231,20232,0,2,21316,21315,37217,0,2,21316,37217,22449,0,2,22448,37218,22449,0,2,22449,37218,37219,0,2,37328,37219,37218,0,2,37218,22448,37220,0,2,37220,22448,22447,0,2,22445,22446,22443,0,2,22446,22445,22447,0,2,22447,22445,37220,0,2,37218,37220,20189,0,2,20189,37220,22445,0,2,37225,20190,37221,0,2,37224,37221,37222,0,2,37221,37224,37225,0,2,37224,37222,37223,0,2,37224,37223,37219,0,2,37224,37219,37225,0,2,37225,37219,37328,0,2,20486,37222,37221,0,2,37223,37222,20488,0,2,37223,20488,37226,0,2,37226,20488,20490,0,2,20486,37221,20209,0,2,37228,37030,37229,0,2,37231,37229,37230,0,2,37231,37230,21092,0,2,21092,37230,21091,0,2,21092,37234,37231,0,2,37229,37030,37031,0,2,37229,37031,37230,0,2,21007,21091,37230,0,2,37197,37227,37232,0,2,37232,37227,37231,0,2,37229,37231,37228,0,2,37228,37231,37227,0,2,37197,37232,21085,0,2,21084,21085,37233,0,2,21084,37233,21093,0,2,21084,21093,37325,0,2,37325,21093,21094,0,2,21093,37233,37234,0,2,37234,37233,37231,0,2,37231,37233,37232,0,2,37244,21033,37243,0,2,37235,37199,48715,0,2,48715,37199,37238,0,2,48715,37238,37022,0,2,48714,37236,21074,0,2,37241,37020,37198,0,2,37022,37238,37237,0,2,37237,37238,37020,0,2,37020,37238,37198,0,2,37020,37241,37239,0,2,37207,37240,21029,0,2,37207,21029,21028,0,2,21029,37240,37198,0,2,37198,37240,37241,0,2,37241,37240,37239,0,2,20428,37242,20427,0,2,20427,37242,37207,0,2,37199,37235,21032,0,2,37235,21033,21032,0,2,21033,37235,37243,0,2,37244,37243,21034,0,2,21069,21067,21066,0,2,21066,21061,21069,0,2,36473,36477,36471,0,2,36473,37180,36477,0,2,21191,21236,37250,0,2,37248,21248,37251,0,2,37251,21248,21249,0,2,37251,21249,37252,0,2,37252,21249,37245,0,2,37252,37245,37246,0,2,37246,37245,37247,0,2,37247,37249,21371,0,2,21371,37246,37247,0,2,37247,37245,21241,0,2,37247,21241,37249,0,2,37249,21241,21240,0,2,21247,21248,21235,0,2,21248,37248,21235,0,2,21236,21235,37250,0,2,37250,37248,37253,0,2,37250,37253,21192,0,2,21192,21191,37250,0,2,37253,37248,37251,0,2,37253,37251,21380,0,2,37253,21380,21372,0,2,21380,37251,37252,0,2,21192,37253,21373,0,2,21192,21373,21009,0,2,21373,37253,21372,0,2,37263,37265,21021,0,2,37263,21021,37262,0,2,37254,20244,37255,0,2,37211,37256,37257,0,2,20224,37258,37254,0,2,20224,37254,37262,0,2,20224,37262,37261,0,2,37254,37258,37256,0,2,20224,37261,37259,0,2,21020,21366,37260,0,2,37260,37259,37261,0,2,37259,37260,21366,0,2,21020,37260,21022,0,2,37260,37261,21021,0,2,37263,37262,37255,0,2,37255,37208,37264,0,2,37255,37264,37263,0,2,37263,37264,37265,0,2,37265,37264,37201,0,2,37201,37264,37202,0,2,37254,37255,37262,0,2,20643,37266,20649,0,2,20646,20647,37267,0,2,37267,20647,37266,0,2,20646,37267,20645,0,2,20645,37267,37266,0,2,20652,20643,20650,0,2,20649,37266,20648,0,2,20652,20641,20642,0,2,21083,37325,21082,0,2,21082,37325,37268,0,2,21341,37272,20512,0,2,20512,37272,37273,0,2,37269,37273,37270,0,2,37271,37270,37310,0,2,37271,37310,20513,0,2,37270,37271,37269,0,2,37273,37269,20512,0,2,37273,37272,21239,0,2,37273,21239,37270,0,2,21239,21251,21233,0,2,21233,21232,21239,0,2,37121,20513,37275,0,2,37275,20513,20514,0,2,37275,20514,20515,0,2,37274,37275,21261,0,2,21261,37275,20515,0,2,21262,37129,21263,0,2,21330,37277,37322,0,2,37322,37277,21267,0,2,37277,21330,37283,0,2,37283,21330,37276,0,2,37322,21268,21330,0,2,21308,37276,37278,0,2,37278,21306,37279,0,2,37279,21306,37292,0,2,21308,37278,37279,0,2,37276,21331,37278,0,2,37278,21331,21270,0,2,37278,21270,21306,0,2,37281,37280,37285,0,2,37281,37285,37282,0,2,37282,37295,37294,0,2,37283,37285,37284,0,2,37286,37129,21262,0,2,37285,37280,21264,0,2,37286,21262,37280,0,2,37280,21262,21264,0,2,37285,21264,21309,0,2,37285,21309,37284,0,2,37277,37283,37284,0,2,37280,37281,37130,0,2,37291,37292,21311,0,2,21311,37292,21307,0,2,37292,37291,37290,0,2,37292,37290,37293,0,2,37289,37288,37294,0,2,37282,37294,37281,0,2,37294,21308,37293,0,2,37294,37293,37289,0,2,37293,21308,37279,0,2,37293,37279,37292,0,2,37293,37290,37289,0,2,37130,37281,37287,0,2,37287,37281,37294,0,2,37287,37294,37288,0,2,37295,37282,37283,0,2,37283,37282,37285,0,2,21180,37299,37298,0,2,20519,20520,37298,0,2,37298,20520,21180,0,2,37302,37297,20585,0,2,20521,20522,37296,0,2,20522,37297,37296,0,2,37296,37297,37301,0,2,20521,37296,37298,0,2,20521,37298,37299,0,2,37300,37296,37301,0,2,37301,37297,37302,0,2,37302,20582,37304,0,2,37302,37304,37301,0,2,37301,37304,37303,0,2,37303,37305,21333,0,2,21333,20518,37303,0,2,37303,20518,37300,0,2,37303,37300,37301,0,2,20518,20519,37300,0,2,37300,20519,37298,0,2,37300,37298,37296,0,2,37303,37304,37307,0,2,37303,37307,37305,0,2,37305,37307,37306,0,2,37305,21332,21333,0,2,20538,20537,37308,0,2,37308,20537,20585,0,2,37308,20585,37297,0,2,37309,37308,37297,0,2,37309,37297,20522,0,2,37309,20524,37308,0,2,37270,21231,37310,0,2,37311,21301,21274,0,2,21273,21274,37772,0,2,37772,22438,22440,0,2,22442,37314,22441,0,2,22441,37314,37312,0,2,21273,37312,37316,0,2,21273,22440,37312,0,2,37311,37316,21272,0,2,37314,22442,37313,0,2,37313,22442,22452,0,2,37312,37314,37315,0,2,37312,37315,22451,0,2,37313,37315,37314,0,2,22451,37316,37312,0,2,21311,37318,37291,0,2,37291,37318,21355,0,2,37291,21355,37290,0,2,37290,21355,37289,0,2,37289,21355,37319,0,2,37289,37319,37288,0,2,37288,37319,21353,0,2,37288,21353,37287,0,2,37323,37324,37322,0,2,37322,37324,21268,0,2,37322,21267,37323,0,2,20574,37323,21336,0,2,21336,37323,21267,0,2,37320,37321,21293,0,2,21295,21294,21337,0,2,21294,37321,21337,0,2,21337,37321,37324,0,2,21337,37324,37323,0,2,21268,37324,37321,0,2,21269,37321,37320,0,2,37317,21323,21356,0,2,21355,21356,21321,0,2,21321,21356,21323,0,2,21022,37200,21019,0,2,21018,21020,21019,0,2,37268,37325,21094,0,2,37326,20479,20480,0,2,20428,37326,20480,0,2,20247,20242,20241,0,2,49956,20228,20418,0,2,20205,20482,20218,0,2,20218,20483,20205,0,2,20485,20487,20219,0,2,20219,20487,20218,0,2,37218,20189,37328,0,2,37328,20189,20188,0,2,20188,37329,20190,0,2,20190,37329,37343,0,2,20190,37343,20207,0,2,20207,37343,37330,0,2,37333,37334,37336,0,2,37336,37337,37333,0,2,37333,37337,37332,0,2,37332,37337,37338,0,2,37332,37338,37331,0,2,37331,37338,20193,0,2,37331,20193,20191,0,2,20193,37338,37340,0,2,37342,37337,37336,0,2,37342,37336,37335,0,2,37337,37339,37338,0,2,37338,37339,37340,0,2,20193,37340,20400,0,2,20400,37340,37339,0,2,37341,37342,20397,0,2,37341,37339,37342,0,2,37342,37339,37337,0,2,37331,20191,20207,0,2,37331,20207,37330,0,2,37335,37336,21401,0,2,21401,37336,37334,0,2,21401,37334,21400,0,2,21400,37334,20184,0,2,37334,37333,20185,0,2,20185,37333,37332,0,2,20186,37332,37331,0,2,20185,37332,20186,0,2,37330,20186,37331,0,2,20186,37330,37343,0,2,37343,20187,20186,0,2,20187,37343,37329,0,2,20190,37225,20188,0,2,37225,37328,20188,0,2,20201,20415,37344,0,2,20203,37344,37345,0,2,20203,37345,20204,0,2,37346,20204,37345,0,2,37346,37345,20216,0,2,20216,37345,20417,0,2,37347,22469,37348,0,2,37348,22469,37349,0,2,37348,37349,22466,0,2,20187,22467,22469,0,2,37216,20243,37214,0,2,37214,37213,37216,0,2,37258,37257,37256,0,2,37352,49512,37024,0,2,37352,20273,37351,0,2,37352,37351,49512,0,2,37351,20331,49512,0,2,49512,20331,37353,0,2,37353,20333,20387,0,2,37353,20387,20388,0,2,20339,37354,20338,0,2,20338,37354,20337,0,2,20339,20340,37376,0,2,37376,20340,37355,0,2,20131,20129,37355,0,2,37355,20129,37375,0,2,37375,20129,20128,0,2,37354,20339,37376,0,2,37355,20340,37361,0,2,37355,37361,20132,0,2,20132,37360,37356,0,2,37356,37360,37359,0,2,20348,37359,37360,0,2,20132,37361,37360,0,2,20348,37358,37359,0,2,37362,37374,20371,0,2,20371,37374,20346,0,2,20353,20352,37363,0,2,37363,20352,37364,0,2,37364,20352,20354,0,2,37367,37365,37366,0,2,20352,37365,20354,0,2,20316,20305,37367,0,2,20316,37367,20361,0,2,37367,20305,37365,0,2,20361,20362,20316,0,2,20367,37366,37365,0,2,37365,20352,20367,0,2,21409,21408,21414,0,2,22496,22495,22497,0,2,37370,37369,22475,0,2,22475,22500,37370,0,2,20150,22878,22885,0,2,22887,22885,22879,0,2,22885,22878,22879,0,2,37371,37717,20378,0,2,37372,37371,20321,0,2,20284,21415,21410,0,2,21410,20178,20177,0,2,37716,20284,37373,0,2,20177,37373,21410,0,2,20340,37374,37361,0,2,37361,37374,37362,0,2,37361,37362,37360,0,2,37360,37362,20348,0,2,20340,20339,37374,0,2,37374,20339,20345,0,2,37374,20345,20346,0,2,37376,37355,37375,0,2,37376,37375,37379,0,2,37376,37379,37354,0,2,37375,20128,37379,0,2,37379,20128,37378,0,2,37378,20128,20126,0,2,37378,20126,20385,0,2,37378,20385,37377,0,2,37379,37378,37354,0,2,37354,37378,37377,0,2,20337,37354,37377,0,2,20127,25987,37380,0,2,25986,25984,25987,0,2,25987,25984,37380,0,2,37382,25984,37381,0,2,37382,37381,37383,0,2,37383,25982,37397,0,2,37397,25982,37399,0,2,37382,37384,37380,0,2,37380,37384,37385,0,2,37380,37385,20127,0,2,25989,25988,37403,0,2,37403,25988,37385,0,2,37403,37385,37384,0,2,25990,25989,37404,0,2,37404,25989,37403,0,2,37404,37403,37386,0,2,37404,37386,37387,0,2,37387,37386,37388,0,2,37388,37400,39023,0,2,39023,37400,37389,0,2,37390,37392,37391,0,2,37391,37393,25935,0,2,37393,37391,37392,0,2,37394,25980,25933,0,2,25933,25980,37519,0,2,37392,37390,37396,0,2,37392,37396,37395,0,2,37392,37395,37394,0,2,37394,37395,25980,0,2,37396,37390,37398,0,2,37396,37398,37397,0,2,37397,37398,37383,0,2,37395,37396,37399,0,2,37396,37397,37399,0,2,25979,37399,25981,0,2,25981,37399,25982,0,2,37390,37389,37398,0,2,37389,37400,37398,0,2,37398,37400,37401,0,2,37402,37386,37403,0,2,37401,37400,37402,0,2,37402,37400,37386,0,2,37388,37386,37400,0,2,37398,37401,37383,0,2,37383,37401,37382,0,2,37382,37401,37384,0,2,37384,37401,37403,0,2,37393,37392,37394,0,2,37406,37408,37569,0,2,37569,37408,37583,0,2,37583,37408,37407,0,2,37404,37387,37405,0,2,37405,37387,37410,0,2,37405,37410,37406,0,2,37406,37410,37408,0,2,39027,37409,37387,0,2,39027,37387,37388,0,2,37409,37408,37410,0,2,37409,37410,37387,0,2,37408,37409,37407,0,2,37407,37409,39028,0,2,25990,37404,25991,0,2,25991,37404,37405,0,2,25991,37571,39030,0,2,26127,37407,37413,0,2,37413,37407,39028,0,2,37413,39028,37421,0,2,37414,39025,37415,0,2,37415,39025,39024,0,2,37415,39024,37391,0,2,37391,39024,37390,0,2,37415,37391,37416,0,2,37415,37416,37420,0,2,37417,26106,37419,0,2,37419,26106,37418,0,2,37419,37418,37422,0,2,37422,37418,26108,0,2,26108,37418,26107,0,2,26107,37418,26106,0,2,37417,37419,37420,0,2,37420,37419,37414,0,2,37422,37421,37414,0,2,37422,37414,37419,0,2,37415,37420,37414,0,2,26106,37417,26105,0,2,26105,37417,37499,0,2,37391,25935,37416,0,2,37416,25935,25936,0,2,37416,25936,37433,0,2,37433,25937,37423,0,2,37423,37432,37483,0,2,37483,37432,49793,0,2,37486,37430,37424,0,2,37486,37424,37491,0,2,37491,37424,25949,0,2,25949,37424,37428,0,2,37492,37427,37425,0,2,37492,37425,37426,0,2,37426,37425,25942,0,2,25970,37427,37428,0,2,25970,37428,37424,0,2,37429,25969,37424,0,2,25969,25970,37424,0,2,25970,25941,37427,0,2,37429,37424,37430,0,2,37430,49793,37431,0,2,37430,37431,37429,0,2,25936,25937,37433,0,2,25937,25938,37423,0,2,37432,37423,25938,0,2,37416,37433,37420,0,2,37420,37433,37434,0,2,37420,37434,37417,0,2,37435,37433,37494,0,2,37435,37494,37436,0,2,37436,37494,37437,0,2,37437,37482,25952,0,2,37437,25952,37438,0,2,37438,25952,25955,0,2,37438,25955,37439,0,2,37504,37440,37441,0,2,37442,25948,37506,0,2,37506,25948,37443,0,2,37446,37448,39656,0,2,37447,37448,37449,0,2,37447,37449,37450,0,2,39683,37450,37451,0,2,39683,37451,39682,0,2,39682,37451,39667,0,2,39682,39667,37514,0,2,37452,37453,39715,0,2,39715,37453,37454,0,2,39715,37454,39716,0,2,37455,39716,39893,0,2,37455,39893,37456,0,2,37480,37457,39809,0,2,37480,39809,37458,0,2,37458,39809,39733,0,2,37475,37459,37460,0,2,37460,39733,37462,0,2,37461,37462,37471,0,2,37471,37462,39738,0,2,37471,39738,37463,0,2,37463,39738,37465,0,2,37464,37465,37467,0,2,37467,37465,37466,0,2,37467,37466,19985,0,2,37466,37465,39738,0,2,37467,19983,37468,0,2,37468,39988,37470,0,2,37470,39988,7957,0,2,7957,39988,7958,0,2,39920,37469,39919,0,2,39919,37469,37468,0,2,39919,37468,37470,0,2,37468,37469,37467,0,2,19985,19995,37467,0,2,19995,19983,37467,0,2,37462,37461,37460,0,2,37472,37461,37471,0,2,37472,37471,37473,0,2,37473,37463,37464,0,2,37464,37467,37469,0,2,37465,37464,37463,0,2,37471,37463,37473,0,2,37460,37461,37474,0,2,37459,37475,37476,0,2,37459,37476,37477,0,2,37456,37479,37455,0,2,37456,37457,37479,0,2,37479,37457,37478,0,2,37478,37457,37480,0,2,37480,37458,37477,0,2,37480,37477,37478,0,2,37475,37460,37474,0,2,37458,39733,37460,0,2,37458,37460,37459,0,2,37439,25955,25951,0,2,25951,37481,37439,0,2,37439,37481,37440,0,2,37440,25950,37441,0,2,37441,37491,37525,0,2,37525,37491,25949,0,2,25949,37488,37525,0,2,37488,37526,37525,0,2,37441,25950,37491,0,2,37481,25950,37440,0,2,25953,37482,37483,0,2,37485,37484,49793,0,2,49793,37430,37485,0,2,37483,37484,37485,0,2,37485,37486,25950,0,2,25950,37486,37491,0,2,25945,37489,37426,0,2,25945,37426,25943,0,2,37493,37489,37490,0,2,25946,37490,37489,0,2,25946,37489,25945,0,2,37493,37526,37488,0,2,37487,37488,25949,0,2,25950,25954,37485,0,2,37485,25954,37483,0,2,37483,25954,25953,0,2,37485,37430,37486,0,2,25949,37428,37487,0,2,37487,37492,37493,0,2,37493,37492,37489,0,2,37493,37488,37487,0,2,37487,37428,37427,0,2,37487,37427,37492,0,2,37489,37492,37426,0,2,37437,37494,37482,0,2,37482,37494,37483,0,2,37433,37423,37494,0,2,37494,37423,37483,0,2,37433,37435,37434,0,2,37434,37435,37436,0,2,37499,37495,37496,0,2,37496,37495,37500,0,2,37500,37497,26104,0,2,26104,37497,26103,0,2,26096,37498,37501,0,2,26096,37501,37518,0,2,37500,26104,37496,0,2,37499,37417,37434,0,2,37495,37499,37434,0,2,37495,37434,37436,0,2,37436,37437,37495,0,2,37495,37437,37500,0,2,37500,37437,37497,0,2,37498,37438,37501,0,2,37501,37438,37502,0,2,37507,37505,37506,0,2,37507,39654,37508,0,2,37567,39655,39656,0,2,37567,39656,37447,0,2,37567,37447,37450,0,2,37567,37450,26085,0,2,37567,26085,26084,0,2,37450,39683,26085,0,2,26085,39683,26083,0,2,26083,39683,37509,0,2,37511,37510,39714,0,2,39714,37510,37512,0,2,37512,37510,37513,0,2,37452,37513,37514,0,2,37509,37514,37510,0,2,37509,37510,37511,0,2,37513,37510,37514,0,2,26083,37509,37515,0,2,37505,37507,37516,0,2,37505,37516,37504,0,2,37516,37517,37503,0,2,37503,37504,37516,0,2,37516,37508,37517,0,2,37517,37518,37501,0,2,37517,37501,37502,0,2,37516,37507,37508,0,2,37517,37508,37566,0,2,37517,37566,37518,0,2,37518,37566,26086,0,2,37505,37504,37441,0,2,37504,37503,37440,0,2,37440,37503,37439,0,2,37503,37502,37439,0,2,37439,37502,37438,0,2,37438,37498,37437,0,2,37437,37498,37497,0,2,37520,37519,25980,0,2,25931,37519,37521,0,2,25977,37521,37523,0,2,25977,37523,25913,0,2,25912,37523,37522,0,2,37520,37395,25979,0,2,37520,37522,37519,0,2,37519,37522,37521,0,2,37522,37523,37521,0,2,20130,37524,25986,0,2,25888,37524,25889,0,2,37442,37525,37526,0,2,37525,37442,37441,0,2,37442,37526,25948,0,2,25948,25947,37443,0,2,37443,25947,37551,0,2,37443,37551,37444,0,2,37444,37551,37527,0,2,37445,37550,37548,0,2,37528,39662,37529,0,2,37528,37529,37547,0,2,37531,37541,37546,0,2,37532,25063,37533,0,2,21521,37533,37534,0,2,21523,37535,37668,0,2,37535,21522,37534,0,2,21522,21521,37534,0,2,21521,21520,37533,0,2,37533,21520,37532,0,2,21520,37536,39657,0,2,39657,37536,37537,0,2,37537,37538,25062,0,2,25062,37538,25061,0,2,25061,37538,25060,0,2,21520,37539,37540,0,2,37540,37539,21519,0,2,37542,37543,37544,0,2,37544,37543,37545,0,2,37544,37534,37542,0,2,37677,37546,37553,0,2,37553,37546,37554,0,2,37554,37546,37547,0,2,37527,37549,37550,0,2,37552,37527,37551,0,2,37552,37551,37543,0,2,37543,37542,37552,0,2,37552,37542,37553,0,2,37549,37553,37554,0,2,37549,37554,37529,0,2,37529,37554,37547,0,2,37553,37549,37552,0,2,37542,37677,37553,0,2,37543,37551,25947,0,2,37676,37534,37544,0,2,37676,37544,37545,0,2,37545,25946,37676,0,2,37550,37549,37548,0,2,37548,37529,39662,0,2,37548,37549,37529,0,2,37552,37549,37527,0,2,37541,37530,37547,0,2,37531,37546,37677,0,2,37541,25064,37530,0,2,37444,37527,37445,0,2,37445,37527,37550,0,2,39681,37548,39662,0,2,26038,26037,26029,0,2,26038,26030,26031,0,2,20096,37555,26037,0,2,20457,37556,20458,0,2,20101,20458,20102,0,2,20102,20458,37556,0,2,26105,26141,37557,0,2,37557,26141,26143,0,2,37557,26143,37558,0,2,37559,37561,26144,0,2,37559,26144,26140,0,2,26144,37561,37558,0,2,26140,37565,37559,0,2,37559,37565,26125,0,2,37560,37561,37559,0,2,37559,26125,37560,0,2,37558,37561,48694,0,2,37558,48694,37562,0,2,37562,37557,37558,0,2,37557,37563,26105,0,2,26115,26125,26116,0,2,26116,26125,37565,0,2,26117,26116,37564,0,2,26117,37564,26154,0,2,26136,26154,37564,0,2,26116,37565,37564,0,2,37508,39655,37566,0,2,37566,37567,26084,0,2,37568,26180,37573,0,2,37569,37570,37411,0,2,37571,37405,37406,0,2,37571,37406,37411,0,2,37569,37411,37406,0,2,37405,37571,25991,0,2,37411,37570,37412,0,2,37570,37572,20442,0,2,20442,37572,20114,0,2,37569,37572,37570,0,2,26180,37574,37573,0,2,37568,37573,37572,0,2,48724,37575,37576,0,2,37577,37578,26031,0,2,37577,26030,26027,0,2,20111,37579,26030,0,2,37579,26027,26030,0,2,37576,26027,20109,0,2,37576,20109,20112,0,2,37576,20112,37580,0,2,37580,20113,48723,0,2,37575,48724,37582,0,2,37575,37582,37581,0,2,48724,37574,37582,0,2,26109,37568,37583,0,2,37583,37407,26109,0,2,37569,37583,37568,0,2,37584,20364,37585,0,2,37584,37585,20307,0,2,37584,20307,37586,0,2,37585,20308,20307,0,2,37714,20315,20314,0,2,37714,20314,20312,0,2,20320,20312,20314,0,2,20314,20315,20313,0,2,20312,20320,20298,0,2,20132,37587,25889,0,2,25889,37524,20132,0,2,25891,26024,37588,0,2,25891,37588,37589,0,2,37589,37588,25869,0,2,37590,25867,25866,0,2,25867,37590,25868,0,2,25868,37590,25869,0,2,25870,37588,26024,0,2,37589,25869,37590,0,2,37589,37590,25893,0,2,25893,37590,25894,0,2,20360,20359,37595,0,2,37596,37595,20138,0,2,37596,20138,37591,0,2,37596,37591,20137,0,2,37593,37592,20359,0,2,20359,37592,37595,0,2,37595,37592,20138,0,2,20353,37363,20139,0,2,20353,37593,20351,0,2,37592,37593,37594,0,2,37594,20138,37592,0,2,20139,37594,20353,0,2,20360,37595,25868,0,2,25868,37595,37596,0,2,25867,37596,39015,0,2,20135,39015,20137,0,2,37597,25837,37598,0,2,37598,21431,37597,0,2,37597,21431,37599,0,2,37600,37599,37602,0,2,37600,37602,37607,0,2,37607,37602,37628,0,2,37628,37602,37604,0,2,22993,37601,37603,0,2,37603,37601,37602,0,2,37603,37602,21431,0,2,21431,37602,37599,0,2,37602,37601,37604,0,2,37601,21433,37604,0,2,37606,23048,21435,0,2,23048,37606,21434,0,2,21434,37606,37605,0,2,21434,37605,37604,0,2,37607,25839,37600,0,2,37599,37600,37597,0,2,37608,20299,20302,0,2,25836,25837,25847,0,2,25836,37598,25837,0,2,21422,21423,22891,0,2,21422,22891,37609,0,2,22890,23017,23018,0,2,22891,22890,37609,0,2,37610,22996,37611,0,2,37611,22996,22997,0,2,37611,22998,37615,0,2,37615,22998,22999,0,2,37615,22999,37616,0,2,37616,22986,37612,0,2,37614,37613,22989,0,2,37613,37614,37612,0,2,37612,37614,37616,0,2,37611,37615,38857,0,2,37610,37617,37624,0,2,37624,37617,22995,0,2,37610,37611,37617,0,2,37617,37611,38857,0,2,37620,37619,37621,0,2,37620,37621,25835,0,2,37620,25835,20143,0,2,23018,37623,22890,0,2,22890,37623,37609,0,2,37609,37622,21422,0,2,21422,37622,37620,0,2,37622,37609,37623,0,2,23018,37610,37623,0,2,37622,37623,37618,0,2,37622,37618,37619,0,2,37618,37623,37610,0,2,37618,37610,37624,0,2,37622,37619,37620,0,2,37624,22995,37625,0,2,37624,37625,37626,0,2,37626,37625,25833,0,2,25833,25834,37626,0,2,25833,37625,22994,0,2,37624,37626,37618,0,2,37618,37626,37619,0,2,37627,37364,20303,0,2,20303,37364,20354,0,2,20303,20354,20304,0,2,20303,20302,37627,0,2,20302,20301,37627,0,2,37364,37627,37363,0,2,25851,25845,25849,0,2,37647,25851,25849,0,2,37647,25849,37649,0,2,37628,25839,37607,0,2,37631,37635,37630,0,2,37631,37630,37632,0,2,21441,38864,21439,0,2,38862,37639,37638,0,2,38862,37638,37632,0,2,37632,37638,37631,0,2,38862,21441,37639,0,2,37639,25842,37633,0,2,37637,37633,37640,0,2,37637,37640,37634,0,2,37637,37634,37636,0,2,37636,37634,25839,0,2,25839,37634,37649,0,2,25840,37634,37640,0,2,37640,37633,25841,0,2,25841,37633,25842,0,2,38862,37632,38860,0,2,38860,37632,37630,0,2,37630,37605,37606,0,2,37605,37630,37635,0,2,37605,37635,37629,0,2,37605,37629,37604,0,2,37604,37629,37628,0,2,25839,37628,37636,0,2,37628,37629,37636,0,2,37636,37629,37637,0,2,37638,37633,37637,0,2,37638,37637,37631,0,2,37639,37633,37638,0,2,37631,37637,37635,0,2,37635,37637,37629,0,2,25840,37640,37646,0,2,37646,37640,37641,0,2,37646,37641,25860,0,2,25860,37641,25858,0,2,25858,37641,37642,0,2,25855,25854,37643,0,2,37643,25854,25844,0,2,25844,37644,37645,0,2,37645,37644,37641,0,2,37645,25841,25842,0,2,25842,25844,37645,0,2,37641,37640,37645,0,2,37645,37640,25841,0,2,25844,25854,37644,0,2,25854,25856,37644,0,2,37644,25856,37642,0,2,37642,37641,37644,0,2,25840,37646,37649,0,2,25851,37647,25852,0,2,25860,25853,37646,0,2,37646,25853,37648,0,2,37646,37648,37649,0,2,37649,37648,37647,0,2,37647,37648,25852,0,2,25852,37648,25853,0,2,25894,37590,25866,0,2,25895,25866,25865,0,2,25883,25895,25876,0,2,37650,37651,37652,0,2,37650,37652,37660,0,2,37670,21514,37672,0,2,37672,21514,21515,0,2,37653,37651,37654,0,2,37653,37654,39158,0,2,37653,39158,37655,0,2,21513,37655,37656,0,2,21512,37656,21511,0,2,37656,21512,21513,0,2,37651,37653,37652,0,2,21527,39157,37651,0,2,37651,37650,21527,0,2,37651,39157,37654,0,2,37654,39157,39156,0,2,37654,39156,39158,0,2,39158,39156,37657,0,2,39158,37657,37656,0,2,21511,37656,39155,0,2,39155,37657,37658,0,2,25824,37684,21493,0,2,25824,21493,21510,0,2,37650,37660,37661,0,2,37661,21527,37650,0,2,37661,37660,21526,0,2,21526,37660,37670,0,2,21526,37670,37662,0,2,37664,37665,37666,0,2,37666,37665,21524,0,2,37666,21524,21525,0,2,21524,37665,37667,0,2,21517,37669,37667,0,2,37667,37665,37671,0,2,37671,37665,37664,0,2,37667,37671,21517,0,2,21523,37668,37669,0,2,37663,21526,37662,0,2,37662,37670,37672,0,2,37663,37662,37672,0,2,37663,37672,37671,0,2,37663,37671,37664,0,2,37672,21515,37671,0,2,37671,37673,21517,0,2,21514,37652,37653,0,2,21514,37670,37652,0,2,37652,37670,37660,0,2,37533,37677,37542,0,2,37533,37542,37534,0,2,25944,21524,37675,0,2,37675,21524,37668,0,2,37675,37668,37535,0,2,37674,25944,37676,0,2,25943,21525,25944,0,2,25944,21525,21524,0,2,37678,37659,37679,0,2,21485,37680,21531,0,2,37682,37658,37657,0,2,37658,37682,37659,0,2,37682,37681,37683,0,2,37682,37683,37679,0,2,37679,37683,21485,0,2,37679,37659,37682,0,2,37681,37680,37683,0,2,37683,37680,21485,0,2,37678,37684,37659,0,2,39170,21510,37685,0,2,21499,37685,21509,0,2,21499,21509,21498,0,2,37686,39170,21500,0,2,37686,21500,37687,0,2,37687,21500,21501,0,2,21499,21500,39170,0,2,21510,39170,21511,0,2,39170,37686,21512,0,2,21512,37686,37688,0,2,37688,37686,37687,0,2,37687,21501,21538,0,2,21538,21501,39051,0,2,21538,39051,37689,0,2,21538,37689,21540,0,2,37689,21502,37690,0,2,37690,21502,37691,0,2,37691,21502,39081,0,2,37691,39120,39124,0,2,37692,39051,39039,0,2,39040,39041,39065,0,2,39041,39042,39071,0,2,39071,39042,37693,0,2,37695,39070,37694,0,2,37695,37694,21650,0,2,37695,21650,39150,0,2,39041,39071,39065,0,2,21531,25827,21485,0,2,21485,37696,37679,0,2,37678,37679,37696,0,2,37697,26006,26004,0,2,26004,37698,37661,0,2,26004,37661,39171,0,2,39171,37699,37700,0,2,37699,25957,37700,0,2,37700,37702,39159,0,2,39159,37702,37701,0,2,37707,37701,25964,0,2,25964,37701,25963,0,2,25963,37701,37703,0,2,37703,37701,37702,0,2,37703,37702,37704,0,2,37703,37704,37705,0,2,37704,37702,37706,0,2,37706,37702,37700,0,2,37700,25957,25956,0,2,37700,25956,37706,0,2,25942,37706,25958,0,2,25958,37706,25956,0,2,37706,25942,37704,0,2,26004,39171,37697,0,2,37707,26011,37697,0,2,37697,26011,26006,0,2,25974,37708,37705,0,2,37705,37708,37703,0,2,37708,25963,37703,0,2,37708,37709,25962,0,2,37708,25962,25963,0,2,25961,25962,37709,0,2,37709,37710,25961,0,2,25961,37710,37711,0,2,37711,37710,37712,0,2,37711,37712,25966,0,2,25966,37712,25932,0,2,25932,37712,25960,0,2,25960,37712,37713,0,2,37713,37712,37710,0,2,20302,20303,20312,0,2,20302,20312,37608,0,2,20312,20303,37714,0,2,37714,20303,20304,0,2,37714,20304,20305,0,2,37714,20305,20316,0,2,20316,20315,37714,0,2,37715,20366,37716,0,2,37716,20366,37717,0,2,20284,37716,37371,0,2,20363,20373,20371,0,2,20371,20373,20372,0,2,37718,22863,37719,0,2,37719,22863,22864,0,2,22862,20158,22861,0,2,22851,22862,22850,0,2,22852,22924,48894,0,2,48894,22926,22852,0,2,37720,22925,22922,0,2,37730,37843,37721,0,2,37730,37721,37731,0,2,37731,37721,37722,0,2,37724,22841,22840,0,2,37725,22841,37726,0,2,37725,37726,22799,0,2,22841,37727,37726,0,2,37726,37727,22842,0,2,22842,22799,37726,0,2,22841,37723,37727,0,2,22809,22801,37729,0,2,37729,22810,22808,0,2,37729,22808,22809,0,2,22809,37787,22801,0,2,22801,22842,37728,0,2,37727,37728,22842,0,2,22841,37724,37723,0,2,37723,37724,37722,0,2,37843,22812,37721,0,2,37721,22812,37722,0,2,22812,37788,37722,0,2,37722,37788,37723,0,2,37731,37722,37724,0,2,37369,37368,22476,0,2,22476,37368,22495,0,2,37740,37732,37733,0,2,37733,37734,37739,0,2,37739,37734,37735,0,2,37752,37735,22420,0,2,37752,22420,37786,0,2,37786,22420,22419,0,2,22420,37735,22421,0,2,22421,37735,37734,0,2,22421,37734,37736,0,2,22515,37736,37733,0,2,22515,37733,22513,0,2,37734,37733,37736,0,2,37733,37732,22513,0,2,37737,37732,37740,0,2,22506,37737,22511,0,2,37738,37735,37752,0,2,37735,37738,37739,0,2,37739,37738,37740,0,2,37740,37738,37741,0,2,37740,37741,37737,0,2,37737,37741,22511,0,2,37740,37733,37739,0,2,37738,37751,37742,0,2,22511,37741,22806,0,2,22806,37741,37742,0,2,37738,37742,37741,0,2,37742,22805,22806,0,2,22477,22527,37745,0,2,22477,37745,22525,0,2,22477,22478,22479,0,2,22477,22479,22527,0,2,22520,37744,37743,0,2,37743,37744,22527,0,2,22527,37744,37745,0,2,37743,20181,22520,0,2,37744,22522,22524,0,2,22524,22525,37744,0,2,22525,37745,37744,0,2,22849,37746,37747,0,2,22854,37747,22859,0,2,22849,37748,37746,0,2,37746,37748,22813,0,2,37750,37748,37749,0,2,37750,37749,22848,0,2,22848,22847,37750,0,2,37749,37748,22849,0,2,22804,22805,37742,0,2,22804,37742,37751,0,2,37738,37752,37751,0,2,37753,37761,37754,0,2,37762,37754,37761,0,2,37762,37761,37755,0,2,37762,37755,37763,0,2,37763,37755,37756,0,2,23068,37757,23070,0,2,23070,37757,22957,0,2,22957,37757,37759,0,2,22957,37759,39392,0,2,39392,37759,37760,0,2,39392,37760,37758,0,2,37758,37760,22971,0,2,22971,37760,22972,0,2,37759,37756,37755,0,2,37756,37759,37757,0,2,37760,37759,37755,0,2,37760,37755,22972,0,2,22972,37755,37761,0,2,37761,37753,22973,0,2,37762,37763,23028,0,2,23028,37763,37770,0,2,37762,23028,37764,0,2,37762,37764,37754,0,2,37754,37764,37765,0,2,37754,37765,37753,0,2,37765,22976,37753,0,2,37765,37764,37766,0,2,37767,37768,37769,0,2,37769,37768,22983,0,2,37769,23132,37767,0,2,37767,23132,37766,0,2,22983,37768,22984,0,2,22984,37768,23131,0,2,23131,37768,23025,0,2,37768,37767,23025,0,2,23025,37767,37766,0,2,23025,37766,23027,0,2,37770,37763,37756,0,2,23030,37770,23068,0,2,23030,23068,23067,0,2,37757,23068,37770,0,2,37757,37770,37756,0,2,22976,22974,37753,0,2,22459,22458,37771,0,2,37771,22458,37350,0,2,22455,22461,37350,0,2,37350,22461,37771,0,2,37772,21274,37774,0,2,37772,37774,22436,0,2,22436,22564,37773,0,2,37774,21288,22436,0,2,22436,21288,22564,0,2,37772,22436,22437,0,2,22562,37807,37775,0,2,22433,22434,37775,0,2,37775,22434,37776,0,2,37776,22564,22563,0,2,37776,22563,22562,0,2,37776,22562,37775,0,2,22434,22435,37776,0,2,37777,22433,37778,0,2,37777,37778,49222,0,2,49222,37778,37779,0,2,49222,37779,37806,0,2,22564,37776,37773,0,2,37773,37776,22435,0,2,22804,37780,22803,0,2,22803,37780,37781,0,2,22803,37781,37787,0,2,37787,37781,37782,0,2,37782,37781,37784,0,2,37784,37783,37785,0,2,37783,22415,37785,0,2,37783,37784,22418,0,2,22418,37784,37786,0,2,22418,37786,22419,0,2,37752,37786,37781,0,2,37784,37781,37786,0,2,37781,37780,37751,0,2,37781,37751,37752,0,2,37723,37788,22810,0,2,37727,22810,37729,0,2,37727,37729,37728,0,2,37728,37729,22801,0,2,22810,37727,37723,0,2,37789,22802,37790,0,2,37789,37790,22946,0,2,22946,37790,37785,0,2,37790,37787,37782,0,2,37782,37784,37790,0,2,37790,37784,37785,0,2,37787,37790,22802,0,2,37731,37724,37791,0,2,22816,22815,37792,0,2,37792,22815,37730,0,2,37792,37730,22838,0,2,22838,37730,37731,0,2,22838,37731,37791,0,2,22838,37791,22839,0,2,22839,37791,22840,0,2,22817,37831,22830,0,2,22830,22831,22817,0,2,22920,37793,22828,0,2,22828,37793,22829,0,2,37832,22927,22926,0,2,22795,37794,22566,0,2,22795,22551,37794,0,2,37795,37794,37801,0,2,37795,37801,37796,0,2,37798,37797,37799,0,2,37798,37800,37797,0,2,37797,37800,37795,0,2,37795,37796,37797,0,2,37800,37798,22565,0,2,37794,22550,37801,0,2,22795,22566,37845,0,2,37845,22566,37844,0,2,37802,22547,37804,0,2,22413,37802,37804,0,2,22413,37804,22746,0,2,22746,37804,37803,0,2,37848,37809,37805,0,2,22558,37805,22548,0,2,37846,22432,37806,0,2,37808,37806,37779,0,2,37808,37779,37807,0,2,37807,37779,37775,0,2,37846,37808,37848,0,2,37848,37808,37809,0,2,37809,37808,37807,0,2,37809,37807,22562,0,2,37809,22562,22561,0,2,22561,22560,37809,0,2,37809,22560,37810,0,2,37809,37810,37805,0,2,22548,37805,22559,0,2,22559,37805,37810,0,2,37846,37806,37808,0,2,22561,22770,37811,0,2,22561,37811,22560,0,2,22560,37811,22557,0,2,37811,22770,22768,0,2,37811,22768,37799,0,2,37799,22557,37811,0,2,22770,22561,22771,0,2,22561,22563,22772,0,2,22561,22772,22771,0,2,37823,22769,37812,0,2,37823,37812,49223,0,2,37823,49223,37813,0,2,37813,49230,22763,0,2,22763,49230,37814,0,2,37814,20550,22764,0,2,22764,20550,37815,0,2,37815,20551,37816,0,2,37818,37816,37817,0,2,2365,22766,2363,0,2,2363,22766,37820,0,2,37820,22766,22765,0,2,37820,22765,37817,0,2,37819,22764,37815,0,2,22763,37814,22764,0,2,37819,37815,37818,0,2,37818,37815,37816,0,2,37817,37816,37820,0,2,37820,49227,2363,0,2,2363,49227,37821,0,2,2373,2364,37822,0,2,37822,2364,37821,0,2,2364,2363,37821,0,2,20562,49227,37820,0,2,20562,37820,37816,0,2,37823,37813,22761,0,2,37823,22761,22769,0,2,37824,37825,22794,0,2,22794,37825,22777,0,2,22830,37831,22829,0,2,37826,22829,22819,0,2,22829,37826,22834,0,2,22835,37827,22818,0,2,22818,37827,22834,0,2,22818,22834,37826,0,2,22919,22969,37828,0,2,37828,22967,37835,0,2,37835,22967,37829,0,2,22967,37828,22968,0,2,22919,37828,37830,0,2,22817,37866,37831,0,2,37866,22819,37831,0,2,37831,22819,22829,0,2,22920,22929,37832,0,2,22920,37832,48895,0,2,48894,22924,22925,0,2,22865,22864,37833,0,2,37833,22864,22923,0,2,37833,22928,22865,0,2,22913,37834,23141,0,2,37834,22928,23141,0,2,23141,22928,22915,0,2,23140,37830,37835,0,2,23140,37836,37838,0,2,37836,23140,37835,0,2,37836,37835,37829,0,2,37836,37829,37841,0,2,37836,37841,37837,0,2,37836,37837,37838,0,2,22971,37838,37758,0,2,37758,37838,37837,0,2,37758,37837,39392,0,2,39392,37837,37839,0,2,39393,37839,22966,0,2,39393,22966,22956,0,2,37840,22956,37842,0,2,22954,37842,22953,0,2,22953,37842,22952,0,2,37839,37837,37841,0,2,37839,37841,22966,0,2,22956,22966,22965,0,2,22956,22965,37842,0,2,37842,22965,22952,0,2,37843,22859,22813,0,2,37746,22813,37747,0,2,22550,22548,37801,0,2,37801,22559,37796,0,2,37796,22559,37797,0,2,22559,22557,37797,0,2,37799,37797,22557,0,2,37844,22554,22569,0,2,37844,22569,37845,0,2,22569,22554,22748,0,2,37847,37846,37848,0,2,37847,37848,22558,0,2,22558,37848,37805,0,2,37847,22546,37846,0,2,37846,22546,22432,0,2,37850,37849,37862,0,2,2275,37852,37851,0,2,2275,37851,37849,0,2,37849,37851,37862,0,2,37849,37853,2275,0,2,37851,37852,37854,0,2,37854,22577,37855,0,2,37855,22577,37856,0,2,37855,37856,37861,0,2,37863,37861,37856,0,2,37863,37856,22576,0,2,37863,22576,22575,0,2,22576,37856,22577,0,2,22577,37854,37857,0,2,37857,37854,37852,0,2,37857,37852,2273,0,2,37857,2273,2272,0,2,37857,2272,22578,0,2,22577,37857,22578,0,2,22579,22578,2271,0,2,37858,2270,2269,0,2,38299,2271,37858,0,2,37858,2271,37878,0,2,37880,37878,2271,0,2,38299,37858,2269,0,2,38299,2269,22580,0,2,37859,22731,22734,0,2,37863,37860,37861,0,2,37862,37865,37850,0,2,37861,37862,37855,0,2,37855,37851,37854,0,2,37851,37855,37862,0,2,22575,22570,37863,0,2,37860,37863,22749,0,2,37865,37862,37864,0,2,37864,37862,37861,0,2,37864,37861,37860,0,2,37860,22555,37865,0,2,37865,37864,37860,0,2,37751,37780,22804,0,2,22817,22816,37866,0,2,22820,37866,22816,0,2,22742,22741,22736,0,2,22952,22951,23153,0,2,22737,22739,37867,0,2,22737,37867,22572,0,2,22737,22572,37875,0,2,37875,22572,22573,0,2,37867,22739,22740,0,2,22571,22740,22570,0,2,22740,22571,37868,0,2,22740,37868,37867,0,2,37869,37870,37871,0,2,37872,22407,22735,0,2,37872,22735,37871,0,2,37871,22735,37869,0,2,22584,37872,37873,0,2,37871,37870,22581,0,2,37871,22581,37873,0,2,37873,22581,37874,0,2,2269,37874,22580,0,2,37873,37872,37871,0,2,22582,37875,37870,0,2,37870,37875,37876,0,2,37870,37876,22580,0,2,37876,22573,38391,0,2,37877,22574,22575,0,2,37877,38391,22574,0,2,22574,38391,22573,0,2,37876,38391,22580,0,2,22580,38391,38299,0,2,37875,22573,37876,0,2,37878,37880,37879,0,2,2286,37879,37880,0,2,2286,37880,37881,0,2,37881,22578,2272,0,2,2272,2285,37881,0,2,37881,2285,2286,0,2,37881,37880,2271,0,2,37878,37879,2270,0,2,2270,37879,38092,0,2,2270,2268,2269,0,2,2268,2270,2266,0,2,2266,2270,38092,0,2,38390,37882,37883,0,2,37883,38283,2510,0,2,29446,29447,37885,0,2,37888,37885,37886,0,2,29673,37886,37910,0,2,29673,29674,37886,0,2,37888,37886,37887,0,2,29443,37888,29442,0,2,29442,37888,37887,0,2,37887,37886,29675,0,2,37886,29674,29675,0,2,37885,37888,29443,0,2,37885,29443,29446,0,2,29447,37889,37885,0,2,37885,37889,37909,0,2,37909,37889,38244,0,2,37909,38244,37890,0,2,37891,37892,2300,0,2,37891,2300,37893,0,2,37908,37893,29670,0,2,49192,29668,37894,0,2,37894,38381,37895,0,2,37895,38381,2304,0,2,37895,2304,38384,0,2,38384,2304,37896,0,2,38384,37896,37897,0,2,37897,38382,37898,0,2,2306,2307,37898,0,2,37898,2307,37899,0,2,38389,37900,37905,0,2,38347,37901,38348,0,2,38348,37901,37902,0,2,37902,37901,38352,0,2,38352,37901,38370,0,2,38370,37904,37903,0,2,37903,37904,37900,0,2,37905,37906,37901,0,2,37901,38347,37905,0,2,37905,37900,37906,0,2,37905,38347,38345,0,2,37899,2308,37907,0,2,2308,37899,2307,0,2,29668,49192,29644,0,2,29644,49192,49218,0,2,37893,37908,37891,0,2,37891,37908,37890,0,2,37890,37908,37911,0,2,37890,37911,37909,0,2,37885,37909,37886,0,2,37886,37909,37910,0,2,37910,37909,37911,0,2,37911,29672,37910,0,2,29673,29672,37912,0,2,37912,29678,29673,0,2,29673,29639,37913,0,2,29673,37913,29674,0,2,29674,37913,29675,0,2,29675,37913,49243,0,2,29648,29641,29665,0,2,29665,29641,29643,0,2,29641,29642,29643,0,2,37914,38376,49242,0,2,49242,38376,29652,0,2,29652,38376,29653,0,2,29696,29708,37915,0,2,37915,29708,37929,0,2,37929,29708,37916,0,2,37920,37923,37917,0,2,6434,37919,37918,0,2,37918,37919,37920,0,2,37920,37930,37923,0,2,37923,37930,37916,0,2,37920,37917,37918,0,2,29659,37918,37917,0,2,29659,37917,29658,0,2,37922,29656,37923,0,2,37922,37923,29709,0,2,37923,37916,29709,0,2,29709,37916,29708,0,2,29656,29657,37921,0,2,29658,37917,37921,0,2,37921,37917,29656,0,2,37917,37923,29656,0,2,29701,37915,37924,0,2,29701,37924,37925,0,2,29701,37925,29702,0,2,29702,37925,37926,0,2,49165,37926,49184,0,2,37927,38360,37928,0,2,37924,37915,37929,0,2,37929,37930,38358,0,2,38358,37930,37931,0,2,37931,37930,37920,0,2,37931,37920,38353,0,2,38353,37920,37919,0,2,37930,37929,37916,0,2,6388,6389,6599,0,2,6599,6389,6366,0,2,22588,37932,37933,0,2,22734,37933,37859,0,2,22594,22593,37935,0,2,37935,22593,37934,0,2,37934,38051,2553,0,2,22595,37935,2553,0,2,22595,22597,37935,0,2,2575,2614,2574,0,2,2574,2551,2567,0,2,2574,2614,2551,0,2,37936,2614,2552,0,2,2572,2573,37937,0,2,2572,37937,37938,0,2,37938,37939,37948,0,2,37938,37948,2571,0,2,37938,2571,2572,0,2,37938,37937,2602,0,2,2548,2605,2604,0,2,2548,2604,37937,0,2,37937,2604,2602,0,2,2602,37939,37938,0,2,2548,37937,2617,0,2,2617,37937,2550,0,2,37937,2573,2550,0,2,2550,2573,2551,0,2,2603,2625,37940,0,2,37940,2625,37941,0,2,37940,37941,2606,0,2,2606,37941,37951,0,2,37944,37942,37954,0,2,37954,37943,37953,0,2,37954,37953,37944,0,2,37944,37953,2593,0,2,37945,37944,2593,0,2,37945,2593,37946,0,2,37946,2593,2592,0,2,37946,2592,2591,0,2,37944,37945,37942,0,2,37942,37945,37947,0,2,37947,37945,37949,0,2,2571,37948,37950,0,2,37950,37948,37949,0,2,37942,37947,37951,0,2,2606,37951,37939,0,2,37945,37946,37949,0,2,37949,37946,2591,0,2,37949,2590,37950,0,2,37950,2590,37952,0,2,37952,2570,2571,0,2,37952,2571,37950,0,2,2590,37949,2591,0,2,37952,2590,2589,0,2,37943,2595,37953,0,2,37953,2595,2594,0,2,2597,37943,37958,0,2,2597,37958,37955,0,2,2599,2598,2601,0,2,2601,2598,37956,0,2,38542,37956,37957,0,2,37942,37957,37954,0,2,37956,2598,37955,0,2,37956,37955,37958,0,2,37956,37958,37957,0,2,37957,37958,37954,0,2,37954,37958,37943,0,2,2568,2569,37961,0,2,2584,37960,2587,0,2,2587,37959,2589,0,2,37952,2589,37959,0,2,37959,2587,37960,0,2,37960,2569,2570,0,2,37960,2584,37961,0,2,37961,37962,2568,0,2,37962,37961,2583,0,2,2588,37963,2587,0,2,2587,37963,2586,0,2,37965,37963,37964,0,2,37965,37964,38012,0,2,37965,38012,37986,0,2,37986,37967,37966,0,2,37966,37967,37968,0,2,37968,38010,37979,0,2,37979,37970,37969,0,2,37969,37970,37971,0,2,2581,37971,37972,0,2,37973,37972,37974,0,2,37973,37974,22724,0,2,22724,37974,37975,0,2,22724,37976,37973,0,2,2582,37973,37977,0,2,37977,37973,37976,0,2,37976,22725,37977,0,2,37977,22725,22621,0,2,37972,37973,2581,0,2,37972,37978,37974,0,2,37978,37972,37971,0,2,37971,37970,38044,0,2,37971,38044,37978,0,2,37974,37978,22625,0,2,22625,37978,38045,0,2,22625,38045,38844,0,2,2581,2580,37971,0,2,37971,2580,37969,0,2,37981,37980,37983,0,2,37981,37983,37966,0,2,37966,37983,37982,0,2,37966,37982,2586,0,2,2583,2585,37984,0,2,37985,37984,37980,0,2,37985,37980,37979,0,2,37985,37979,37969,0,2,37985,37969,2580,0,2,2580,2579,37985,0,2,2579,2578,37985,0,2,37985,2578,37984,0,2,37980,37984,2585,0,2,2585,37983,37980,0,2,37968,37979,37981,0,2,37968,37981,37966,0,2,37986,37966,37965,0,2,37979,37980,37981,0,2,37965,37966,2586,0,2,2586,37963,37965,0,2,37970,37979,38010,0,2,37970,38010,37987,0,2,37987,38010,37988,0,2,38007,37988,37991,0,2,38007,37991,37989,0,2,37989,37991,38011,0,2,37990,22628,23186,0,2,37990,23186,37989,0,2,37967,37986,37991,0,2,2588,38002,37963,0,2,37992,38001,37993,0,2,37993,37994,38572,0,2,37995,38571,38570,0,2,38570,37996,38569,0,2,22660,22709,22659,0,2,22661,38000,37998,0,2,37998,38000,37997,0,2,2592,37998,37999,0,2,2592,37999,37994,0,2,37994,37999,38572,0,2,38571,37997,38000,0,2,38571,38000,37996,0,2,37996,38000,22661,0,2,38572,37999,37997,0,2,37997,37999,37998,0,2,37998,2592,2593,0,2,38571,38572,37997,0,2,38002,2588,38575,0,2,38575,2588,37992,0,2,2588,2590,37992,0,2,37992,2590,38001,0,2,37994,37993,38001,0,2,2590,2591,38001,0,2,38001,2591,37994,0,2,38002,38576,38003,0,2,38003,38576,38004,0,2,38004,38005,23203,0,2,37989,23186,38006,0,2,37989,38006,38007,0,2,38007,38006,38008,0,2,22627,22626,38008,0,2,38008,22626,38009,0,2,38009,37987,37988,0,2,38007,38009,37988,0,2,38009,38007,38008,0,2,37967,37991,37988,0,2,37967,37988,37968,0,2,37968,37988,38010,0,2,38012,38014,37990,0,2,37991,37986,38011,0,2,38011,37986,38012,0,2,38011,38012,37990,0,2,38011,37990,37989,0,2,38015,38013,38003,0,2,38015,38003,22631,0,2,23203,22631,38004,0,2,38004,22631,38003,0,2,38002,38003,37964,0,2,38002,37964,37963,0,2,38003,38013,37964,0,2,38012,38013,38014,0,2,22628,38014,22629,0,2,22628,22629,23183,0,2,22628,37990,38014,0,2,22629,38014,38015,0,2,38015,38014,38013,0,2,38015,22631,22629,0,2,38016,22591,2265,0,2,2530,38019,2264,0,2,38019,2530,38018,0,2,38019,38018,38017,0,2,38019,38020,2264,0,2,38017,2265,38020,0,2,38017,38020,38019,0,2,22730,38016,38052,0,2,22730,38052,38051,0,2,2553,38051,38024,0,2,2553,38024,38021,0,2,38051,38023,38024,0,2,38021,38024,38023,0,2,38051,37934,22730,0,2,22730,37934,22592,0,2,22592,37934,22593,0,2,2626,2531,38029,0,2,38029,2531,38026,0,2,2260,38093,2261,0,2,38093,2260,38026,0,2,38026,2260,38025,0,2,38026,38025,2111,0,2,2111,2536,38027,0,2,2535,38027,38053,0,2,38053,38027,2536,0,2,2536,2110,2112,0,2,38030,38028,2535,0,2,2535,38028,38027,0,2,38027,38028,2111,0,2,2111,38028,38026,0,2,38026,38028,38029,0,2,2626,38029,38030,0,2,38030,38029,38028,0,2,2109,38025,2108,0,2,2108,38025,2260,0,2,2131,2136,48985,0,2,2131,48985,38032,0,2,48985,2137,48986,0,2,38033,38034,38042,0,2,38042,38034,38035,0,2,38035,38034,38036,0,2,38035,38036,2106,0,2,2106,2105,38035,0,2,38035,38037,38042,0,2,38042,38037,38040,0,2,38038,38095,2104,0,2,38038,2104,2103,0,2,2103,2102,38038,0,2,38038,2102,38039,0,2,38038,2639,38095,0,2,38095,2640,38040,0,2,38040,2640,2141,0,2,2143,2141,2640,0,2,2141,38041,38042,0,2,38033,38042,38041,0,2,2141,38042,38040,0,2,2105,2104,38035,0,2,38035,2104,38037,0,2,38094,38036,38034,0,2,2106,2493,2505,0,2,2500,2506,2492,0,2,2610,2609,38046,0,2,38043,2610,38046,0,2,38044,22626,38045,0,2,38045,22626,38844,0,2,38844,22626,23191,0,2,38009,22626,38044,0,2,38009,38044,37987,0,2,37987,38044,37970,0,2,38045,37978,38044,0,2,2555,22607,38046,0,2,38046,22607,38043,0,2,38047,22608,38048,0,2,38048,22608,22597,0,2,38047,38048,22607,0,2,22607,38048,22596,0,2,38022,38021,38049,0,2,2619,38022,38049,0,2,38021,38023,38049,0,2,38049,38023,38050,0,2,38050,2522,2616,0,2,38050,2616,2619,0,2,38050,2619,38049,0,2,38023,38052,38050,0,2,38050,38052,2521,0,2,38017,2521,2265,0,2,2521,38052,2265,0,2,2265,38052,38016,0,2,37939,37951,37947,0,2,37947,37948,37939,0,2,38053,2537,2538,0,2,2536,2537,38053,0,2,2534,38053,2528,0,2,2528,38053,2538,0,2,2536,2112,38054,0,2,38054,2112,38055,0,2,38054,38055,38056,0,2,38054,38056,32646,0,2,32646,38056,38057,0,2,32646,38057,32669,0,2,32669,38057,38058,0,2,38060,38059,38061,0,2,38060,38061,38063,0,2,38063,38061,38062,0,2,38063,38062,38064,0,2,38063,38064,38073,0,2,38065,38066,38067,0,2,38068,38067,38437,0,2,38069,38070,32677,0,2,32677,38070,38580,0,2,32677,38580,38082,0,2,32677,38082,32679,0,2,32677,38071,38072,0,2,38072,38078,38073,0,2,38063,38073,38074,0,2,38079,38074,38075,0,2,32644,38075,38076,0,2,38076,38077,32676,0,2,32676,38077,38579,0,2,38074,38080,38063,0,2,38063,38080,38060,0,2,38075,32675,38079,0,2,38079,32675,32668,0,2,38079,32668,32645,0,2,38080,32645,38060,0,2,38060,32645,38058,0,2,38058,32645,32669,0,2,38080,38074,32645,0,2,32645,38074,38079,0,2,38074,38073,38078,0,2,38074,38078,38077,0,2,38074,38077,38075,0,2,38075,38077,38076,0,2,38071,38579,38078,0,2,38071,38078,38072,0,2,32677,38072,38069,0,2,38069,38067,38068,0,2,38069,38068,38070,0,2,38072,38081,38069,0,2,38067,38081,38065,0,2,38081,38067,38069,0,2,38065,38081,38064,0,2,38081,38072,38073,0,2,38580,38581,38082,0,2,3274,32679,38082,0,2,32646,32647,38054,0,2,2537,2536,32647,0,2,32647,2536,38054,0,2,38057,38056,2113,0,2,38057,2113,2114,0,2,38057,2114,38058,0,2,38058,2114,38060,0,2,38060,2114,38059,0,2,38062,38083,38064,0,2,38064,38083,38065,0,2,38065,38083,2125,0,2,32643,32642,38084,0,2,38084,32642,48994,0,2,38085,48994,32653,0,2,32656,38085,32653,0,2,32654,32653,38086,0,2,32666,38086,38087,0,2,32666,38087,32667,0,2,38086,32653,38087,0,2,38087,32653,48994,0,2,32656,38088,38085,0,2,48994,38085,38084,0,2,38084,38085,38088,0,2,32644,38088,32651,0,2,32651,38088,32652,0,2,38089,2527,32670,0,2,2527,2529,32670,0,2,2527,38089,38090,0,2,38089,38091,38090,0,2,38090,2526,2527,0,2,38026,2531,38093,0,2,2261,38093,38392,0,2,2107,2493,38094,0,2,2107,38094,2254,0,2,2254,38094,2258,0,2,2258,2257,2254,0,2,2254,2257,2259,0,2,2516,2514,2071,0,2,2514,2516,2513,0,2,2515,2102,2502,0,2,2517,2502,2102,0,2,38095,38040,38037,0,2,38037,2104,38095,0,2,38097,2241,38096,0,2,2215,38099,2216,0,2,38099,38096,2216,0,2,2216,38096,2241,0,2,38097,38096,48988,0,2,38097,48988,38098,0,2,38097,38098,2232,0,2,2232,38098,2218,0,2,48988,38096,48987,0,2,48987,38096,38099,0,2,48987,38099,48991,0,2,48991,38099,38100,0,2,38100,38636,38101,0,2,2223,38101,2225,0,2,2225,38101,38102,0,2,38102,38103,2226,0,2,2226,38103,38104,0,2,2226,38104,38107,0,2,38102,2226,2225,0,2,38099,2215,38100,0,2,38100,2215,38663,0,2,38663,2215,2214,0,2,38663,2214,38639,0,2,38639,2214,38105,0,2,38107,3541,38106,0,2,38106,3542,2224,0,2,2224,3542,2126,0,2,2126,3542,3543,0,2,2225,38106,2224,0,2,2222,2224,38108,0,2,38108,2128,2129,0,2,38108,2129,38109,0,2,2219,2129,2115,0,2,2129,2219,38109,0,2,2219,2221,38109,0,2,2221,2222,38109,0,2,38109,2222,38108,0,2,2224,2126,38108,0,2,38108,2126,2128,0,2,2128,2126,2127,0,2,29470,29471,38110,0,2,38111,1983,38133,0,2,38133,1983,38112,0,2,38112,29469,29468,0,2,38112,29468,38132,0,2,38132,29468,38113,0,2,38113,29468,38114,0,2,38116,38115,29490,0,2,38114,29466,38115,0,2,38115,29466,29490,0,2,29487,29466,29465,0,2,29487,29465,29505,0,2,29464,29505,29465,0,2,38114,38115,38113,0,2,38113,38118,38117,0,2,38117,38118,38128,0,2,38128,38118,38119,0,2,38126,29492,38120,0,2,38126,38120,38131,0,2,38123,38121,38122,0,2,38123,38122,38142,0,2,38123,38142,38163,0,2,38123,38163,38124,0,2,38131,38124,38125,0,2,38126,38125,38129,0,2,38126,38129,38128,0,2,38128,38127,38183,0,2,38128,38183,38117,0,2,38128,38119,29492,0,2,29492,38126,38128,0,2,38126,38131,38125,0,2,38129,38125,38227,0,2,38129,38130,38127,0,2,38129,38127,38128,0,2,38121,38123,38131,0,2,38131,38123,38124,0,2,38120,38158,38131,0,2,38131,38158,38121,0,2,38119,38118,29491,0,2,38132,38184,38133,0,2,38133,38184,38229,0,2,38133,38229,38134,0,2,38172,38135,38136,0,2,38173,38175,38178,0,2,38173,38178,38137,0,2,38137,38178,38179,0,2,38137,38179,38138,0,2,38137,38139,49293,0,2,38140,38142,38141,0,2,38141,38142,38161,0,2,38141,38161,38143,0,2,38143,38161,38152,0,2,38143,38152,38144,0,2,49247,38144,38145,0,2,38146,38145,38149,0,2,38146,38149,38148,0,2,38148,38149,38147,0,2,38148,38147,5325,0,2,38148,5325,49256,0,2,49256,5325,5324,0,2,38147,38149,5315,0,2,5315,38149,38153,0,2,38153,38149,38150,0,2,38152,38151,38144,0,2,38144,38151,38145,0,2,38149,38145,38150,0,2,38150,38145,38151,0,2,5315,38153,5317,0,2,5317,38153,5318,0,2,38153,38150,38154,0,2,38154,38150,38151,0,2,38154,38151,38155,0,2,38155,38160,38156,0,2,38156,38160,38157,0,2,38156,38157,29494,0,2,38120,29493,38158,0,2,38158,29493,38159,0,2,38159,29494,38157,0,2,38159,38157,38162,0,2,38156,29494,29495,0,2,38155,38156,38154,0,2,38151,38152,38155,0,2,38155,38152,38160,0,2,38160,38152,38161,0,2,38160,38161,38157,0,2,38161,38142,38162,0,2,38122,38162,38142,0,2,38142,38140,38163,0,2,38124,38163,38227,0,2,38124,38227,38125,0,2,38140,38139,38163,0,2,38163,38139,38228,0,2,49454,38130,38129,0,2,38161,38162,38157,0,2,38159,38162,38122,0,2,38159,38122,38158,0,2,38153,38165,5318,0,2,5320,38165,38166,0,2,38186,38167,38187,0,2,38167,38168,38223,0,2,38223,38168,29496,0,2,38168,38154,38156,0,2,38156,29495,38168,0,2,38168,29495,29496,0,2,38168,38166,38154,0,2,38154,38166,38165,0,2,38154,38165,38153,0,2,5320,38211,5321,0,2,38211,5320,38169,0,2,38169,5320,38166,0,2,38169,38166,38168,0,2,38169,38168,38167,0,2,38169,38167,29499,0,2,38137,49293,38173,0,2,38170,49449,38174,0,2,38174,49449,49447,0,2,38174,49447,38171,0,2,38177,49448,38136,0,2,38136,49448,38172,0,2,38135,38172,38134,0,2,38173,38174,38176,0,2,38175,38176,38177,0,2,38177,38176,38171,0,2,38177,38136,38175,0,2,38176,38175,38173,0,2,38173,49293,38170,0,2,38173,38170,38174,0,2,38174,38171,38176,0,2,38137,38138,38228,0,2,38137,38228,38139,0,2,38179,38178,38180,0,2,38179,38180,38181,0,2,49454,38181,38130,0,2,38130,38181,38182,0,2,38182,38181,38180,0,2,38180,38178,38136,0,2,38136,38178,38175,0,2,38130,38182,38127,0,2,38127,38182,38183,0,2,38183,38182,38184,0,2,38184,38182,38229,0,2,38133,38112,38132,0,2,38111,38133,38134,0,2,38111,38134,38172,0,2,29491,38116,29489,0,2,29489,38214,38218,0,2,38218,38214,38215,0,2,38219,38218,38216,0,2,38219,38216,38225,0,2,38185,38186,38187,0,2,38186,38185,29498,0,2,29498,38185,38188,0,2,29498,38188,38189,0,2,38200,38189,38378,0,2,38201,38378,29484,0,2,38201,29484,38199,0,2,38199,29484,29444,0,2,38199,29444,38190,0,2,5322,49440,38194,0,2,29427,29511,38195,0,2,38197,5303,38198,0,2,5302,5313,38198,0,2,38198,5313,5314,0,2,38197,5314,38196,0,2,5314,38147,38196,0,2,38196,38147,5316,0,2,5316,38147,5315,0,2,5314,38197,38198,0,2,29839,5316,38195,0,2,29839,38195,29511,0,2,5316,5317,38195,0,2,29427,38194,29428,0,2,29428,38194,49440,0,2,29442,38190,29444,0,2,38200,29498,38189,0,2,38200,38201,38205,0,2,38200,38205,49245,0,2,38200,49245,29498,0,2,38200,38378,38201,0,2,29499,38206,38210,0,2,38210,38206,38212,0,2,38212,38202,38306,0,2,38306,38202,38307,0,2,38307,38202,38203,0,2,38203,38199,38192,0,2,38192,38199,38190,0,2,38190,38191,38305,0,2,38305,38192,38190,0,2,38199,38204,38201,0,2,38201,38204,38205,0,2,38199,38203,38204,0,2,38205,38204,38202,0,2,38205,38202,38206,0,2,38206,38202,38212,0,2,38202,38204,38203,0,2,38209,29502,38208,0,2,38209,38208,38193,0,2,38193,38208,29440,0,2,29502,38207,38208,0,2,38209,29439,49440,0,2,38207,29502,29500,0,2,29500,29502,29501,0,2,38211,38212,38306,0,2,38210,38212,38211,0,2,29499,38210,38169,0,2,38210,38211,38169,0,2,5321,38211,38306,0,2,38188,38185,38216,0,2,38188,38216,38304,0,2,38304,38216,38213,0,2,38214,29488,29487,0,2,29489,29488,38214,0,2,38215,38213,38216,0,2,38216,38185,38225,0,2,38216,38218,38215,0,2,29489,38218,29491,0,2,29491,38220,38217,0,2,38217,38220,29493,0,2,38187,29497,38185,0,2,29497,38223,38222,0,2,38222,38223,38224,0,2,29494,38224,29495,0,2,29495,38224,38223,0,2,38222,38224,38221,0,2,38222,38226,29497,0,2,29497,38226,38225,0,2,38225,38185,29497,0,2,38225,38226,38219,0,2,38219,38226,38220,0,2,38226,38221,38220,0,2,38220,38221,29493,0,2,38226,38222,38221,0,2,38220,29491,38219,0,2,38219,29491,38218,0,2,38121,38158,38122,0,2,38164,38227,38163,0,2,38164,38163,38228,0,2,38129,38227,49454,0,2,49454,38227,38164,0,2,38180,38136,38135,0,2,38180,38135,38182,0,2,38182,38135,38229,0,2,38229,38135,38134,0,2,38230,29556,29561,0,2,38230,29561,38231,0,2,2654,38230,38231,0,2,2654,29555,38230,0,2,29470,38240,29480,0,2,29480,38240,38232,0,2,29482,38232,38233,0,2,29482,38233,29467,0,2,29467,38233,38234,0,2,29477,29464,38302,0,2,29464,29477,29478,0,2,29464,29478,29462,0,2,29462,38238,38235,0,2,29461,38235,38236,0,2,38275,29450,29461,0,2,38275,29461,38236,0,2,29478,38238,29462,0,2,38237,29452,38236,0,2,38236,38235,38237,0,2,38236,29452,29451,0,2,29479,38238,29476,0,2,29479,29453,29456,0,2,29479,29456,38237,0,2,38237,29456,29452,0,2,38237,38235,38238,0,2,29477,38234,29476,0,2,29476,38234,38239,0,2,38110,38239,38240,0,2,38110,38240,29470,0,2,38232,38240,38233,0,2,38240,38239,38233,0,2,38233,38239,38234,0,2,29467,38234,29465,0,2,38379,29487,29486,0,2,38278,38242,38246,0,2,38246,2483,2299,0,2,38246,38242,2483,0,2,2298,38242,2297,0,2,38242,38278,2297,0,2,2297,38278,38243,0,2,38243,38276,2295,0,2,2295,38276,38298,0,2,2295,38298,2294,0,2,2295,2297,38243,0,2,37889,38241,38244,0,2,38244,38245,37890,0,2,37890,38245,37891,0,2,37891,38245,38246,0,2,37891,38246,37892,0,2,37892,38246,2299,0,2,38278,38246,38244,0,2,38278,38244,38241,0,2,38244,38246,38245,0,2,2299,38247,2300,0,2,2300,38247,2301,0,2,2459,2457,2458,0,2,2459,2463,2457,0,2,2457,2306,2458,0,2,38248,2456,38249,0,2,38249,2456,2463,0,2,2462,38249,38250,0,2,2461,38250,2460,0,2,2460,38250,2463,0,2,38250,38249,2463,0,2,2463,2456,2457,0,2,2456,38248,2308,0,2,37907,38251,38252,0,2,38252,38251,36364,0,2,36364,36363,37903,0,2,36363,36362,37903,0,2,37903,36362,36352,0,2,36352,36362,36369,0,2,36369,36362,36353,0,2,36352,38370,37903,0,2,37903,37900,36364,0,2,36364,37900,38252,0,2,38252,37900,37907,0,2,37899,37907,37900,0,2,36364,38251,36357,0,2,2313,38251,2315,0,2,2315,38251,37907,0,2,38253,36351,38254,0,2,38254,36351,36349,0,2,38370,38253,38352,0,2,38370,36352,38253,0,2,38255,6424,6322,0,2,38256,6339,6342,0,2,6341,6342,6340,0,2,6342,6339,6340,0,2,6346,6339,38256,0,2,6346,38256,38259,0,2,6346,38259,38258,0,2,38258,6435,6346,0,2,38259,38257,38258,0,2,6347,38257,38260,0,2,38260,38257,38259,0,2,6605,6347,38260,0,2,49508,36312,36379,0,2,36379,36383,36378,0,2,36383,36313,36314,0,2,36312,36313,36379,0,2,36379,36313,36383,0,2,38262,38263,38266,0,2,38266,38263,38264,0,2,38264,38263,36318,0,2,36318,38263,36316,0,2,38264,36318,49031,0,2,38264,49031,38265,0,2,38261,38268,38267,0,2,38262,38266,38261,0,2,38261,38266,38268,0,2,38268,49028,38269,0,2,38270,38269,49036,0,2,38267,38268,38269,0,2,38267,38269,38270,0,2,36376,36378,38270,0,2,38270,36378,38267,0,2,36316,38263,38271,0,2,38267,49507,38261,0,2,38261,49507,49506,0,2,38261,49506,49042,0,2,49042,49506,2339,0,2,38319,2334,38272,0,2,38272,2334,2333,0,2,2334,38319,2344,0,2,2345,38319,38321,0,2,2345,38321,38322,0,2,2347,38322,2348,0,2,38272,36361,38273,0,2,38273,36361,2312,0,2,38273,2312,2332,0,2,2332,2312,38369,0,2,2332,38369,2310,0,2,2332,2310,2331,0,2,2331,2454,2330,0,2,2328,2329,2330,0,2,2454,2331,2309,0,2,2309,2331,2310,0,2,38276,38275,38298,0,2,38277,38274,38276,0,2,38276,38243,38277,0,2,29449,38277,38241,0,2,38277,29449,38274,0,2,38274,29449,29448,0,2,38243,38278,38277,0,2,38277,38278,38241,0,2,38275,38274,29450,0,2,29450,38274,29448,0,2,2470,2485,38279,0,2,2282,38280,2285,0,2,38282,38280,38279,0,2,38282,38279,2485,0,2,2485,38281,38283,0,2,38280,38282,2286,0,2,2286,38282,37882,0,2,37882,38282,37883,0,2,37883,38282,38283,0,2,2290,2510,29454,0,2,29454,2510,2291,0,2,38283,38282,2485,0,2,2282,38287,38285,0,2,2283,38317,38316,0,2,38316,38317,2321,0,2,38316,2321,2320,0,2,2321,38317,2322,0,2,38287,38292,38285,0,2,38285,38292,38284,0,2,38284,38292,2323,0,2,38284,2323,38286,0,2,38317,38286,2322,0,2,38284,38286,38317,0,2,38287,38288,38300,0,2,38300,38288,2280,0,2,2280,38288,2284,0,2,38291,38300,38301,0,2,38291,38301,2416,0,2,38291,2416,38289,0,2,38289,2417,38290,0,2,38290,2325,2324,0,2,38291,38289,38290,0,2,38291,38290,38292,0,2,38292,38290,2323,0,2,2323,38290,2324,0,2,38287,38291,38292,0,2,38293,38294,2414,0,2,38294,38293,38296,0,2,22781,38296,48996,0,2,2406,38296,38293,0,2,38295,38296,22781,0,2,38296,38295,38294,0,2,38294,38295,38297,0,2,38294,38297,22783,0,2,22785,22783,22767,0,2,38294,22783,2405,0,2,48995,2407,22758,0,2,38275,29451,38298,0,2,38299,37877,22579,0,2,38287,38300,38291,0,2,2279,2416,38301,0,2,2279,38301,2274,0,2,2274,38301,38300,0,2,2274,38300,2280,0,2,48995,22778,22779,0,2,38234,29477,38302,0,2,38302,29465,38234,0,2,38214,38303,38215,0,2,38215,38303,38213,0,2,38213,38303,38304,0,2,38306,29500,5321,0,2,38306,38307,29500,0,2,38207,29500,38192,0,2,38192,38307,38203,0,2,29500,38307,38192,0,2,38281,2485,38308,0,2,2322,38286,38309,0,2,38309,38286,38310,0,2,38309,38312,38311,0,2,38312,2326,38311,0,2,38311,2326,38314,0,2,38309,38310,38313,0,2,38313,2324,2444,0,2,38313,2444,2443,0,2,38311,38314,38309,0,2,38316,2320,38315,0,2,2474,38315,2319,0,2,38316,38315,2474,0,2,2474,2473,38316,0,2,2442,2452,38312,0,2,38272,38273,38320,0,2,38320,38273,2432,0,2,38320,2432,2433,0,2,38320,2433,38323,0,2,38320,38323,38318,0,2,38318,38319,38272,0,2,38272,38320,38318,0,2,38319,38318,38321,0,2,2348,38322,38323,0,2,2348,38323,2434,0,2,2434,38323,2433,0,2,2434,2420,2421,0,2,2434,2421,2348,0,2,38321,38318,38323,0,2,38323,38322,38321,0,2,38312,38309,2443,0,2,2443,38309,38313,0,2,38312,2443,2442,0,2,49012,2404,38324,0,2,38324,2404,2403,0,2,38324,2403,2399,0,2,2399,2396,38324,0,2,38324,2412,49012,0,2,2399,2403,2400,0,2,2400,2403,2401,0,2,38325,2401,2403,0,2,38325,2403,2402,0,2,2425,38326,38327,0,2,38327,38326,2431,0,2,2431,2424,2422,0,2,2422,2424,2423,0,2,2424,2431,38326,0,2,2431,2401,38327,0,2,38327,38325,38328,0,2,38328,38325,2410,0,2,38328,2425,38327,0,2,38325,38327,2401,0,2,2350,2349,38329,0,2,38329,2352,36326,0,2,36326,49232,38329,0,2,38329,49232,2350,0,2,2347,38331,38332,0,2,36325,38332,2350,0,2,36325,2350,49232,0,2,36326,2352,38333,0,2,38333,2352,2427,0,2,38333,2427,38335,0,2,36326,38333,38330,0,2,20590,38334,20589,0,2,20589,38334,38336,0,2,38336,38334,2353,0,2,2353,38334,38333,0,2,38330,38333,36327,0,2,36327,38333,20590,0,2,20590,38333,38334,0,2,38333,38335,2353,0,2,20602,38336,20600,0,2,20600,38336,20603,0,2,38336,38337,20603,0,2,20603,38337,20604,0,2,20604,2356,2357,0,2,2356,20604,38337,0,2,20601,36332,21169,0,2,20614,38338,21152,0,2,21152,38338,21159,0,2,38338,20614,38339,0,2,49015,38340,21160,0,2,38339,38340,38338,0,2,38338,38340,21159,0,2,49015,21159,38340,0,2,38341,21256,21160,0,2,21160,21256,21257,0,2,49013,21257,21161,0,2,49013,21160,21257,0,2,21257,38342,21161,0,2,21256,38341,38343,0,2,21256,38343,21255,0,2,38344,2385,2437,0,2,38391,37877,38299,0,2,38345,38346,38388,0,2,38388,38346,38384,0,2,38384,38346,38349,0,2,38384,38349,38385,0,2,38345,38389,37905,0,2,38345,38347,38346,0,2,38346,38347,38348,0,2,38346,38348,38349,0,2,38350,6431,6417,0,2,38350,6417,38385,0,2,38350,38385,38349,0,2,6418,38350,37902,0,2,38350,38349,37902,0,2,37902,38349,38348,0,2,6418,37902,38351,0,2,38351,37902,38352,0,2,38352,38253,38254,0,2,38352,38254,38351,0,2,6404,38354,6405,0,2,6405,38354,37919,0,2,6405,37919,6406,0,2,37919,38354,38353,0,2,38356,37928,38360,0,2,49184,38360,37927,0,2,38360,49185,38362,0,2,38362,49185,38357,0,2,38357,38358,37931,0,2,38357,37931,38359,0,2,38357,38359,38362,0,2,38362,38359,38361,0,2,38361,38359,38354,0,2,38354,38359,38353,0,2,38353,38359,37931,0,2,38356,38360,38355,0,2,38355,38360,38361,0,2,38360,38362,38361,0,2,38354,6404,38363,0,2,38364,38363,6401,0,2,6401,6400,38364,0,2,38364,6400,6399,0,2,38364,6399,38365,0,2,38355,38365,38356,0,2,38364,38365,38355,0,2,38364,38355,38363,0,2,38363,38355,38361,0,2,38363,38361,38354,0,2,38366,6402,6401,0,2,38363,6404,38366,0,2,6404,6403,38366,0,2,6409,6402,6403,0,2,6402,6409,38367,0,2,38367,6437,6402,0,2,2308,2314,38368,0,2,38369,38368,2310,0,2,2308,38368,2315,0,2,37904,38370,37906,0,2,6443,38371,36314,0,2,2476,2460,38372,0,2,2476,38372,2477,0,2,2477,38372,2483,0,2,2460,2476,2461,0,2,2461,2476,2319,0,2,2319,2476,2475,0,2,2319,2475,2474,0,2,38372,2299,2483,0,2,2299,2459,38247,0,2,38372,2459,2299,0,2,29669,29644,29643,0,2,38376,38375,38373,0,2,29654,38373,38374,0,2,29654,38374,29656,0,2,38375,38374,38373,0,2,38375,38376,29664,0,2,38375,29664,29663,0,2,38373,29653,38376,0,2,29680,29639,29678,0,2,29678,29639,29673,0,2,29680,29678,29679,0,2,29506,38303,38379,0,2,29506,38379,29486,0,2,38304,38303,38377,0,2,38189,38188,38377,0,2,38377,38188,38304,0,2,38377,38303,29507,0,2,38377,29507,38189,0,2,38189,29507,38378,0,2,29507,29484,38378,0,2,38379,38303,38214,0,2,38214,29487,38379,0,2,38249,2462,38380,0,2,38380,2462,2316,0,2,38380,38248,38249,0,2,37897,37896,38382,0,2,38382,2306,37898,0,2,29668,29670,37894,0,2,37894,29670,38383,0,2,37894,38383,38381,0,2,29670,37893,38383,0,2,38383,37893,2303,0,2,38383,2303,38381,0,2,38384,38385,49200,0,2,49198,49200,6415,0,2,49198,6415,38386,0,2,49197,6414,6413,0,2,38386,6420,49197,0,2,38384,49200,37895,0,2,38385,6417,49200,0,2,49200,6417,6415,0,2,38384,37897,38388,0,2,38389,37899,37900,0,2,37899,38389,37898,0,2,38388,37897,38389,0,2,37897,37898,38389,0,2,38280,2282,38279,0,2,38279,2282,2481,0,2,38279,2481,2470,0,2,2288,2509,2511,0,2,2511,2509,2498,0,2,2510,2509,2288,0,2,37883,2288,38390,0,2,38393,38392,38093,0,2,38393,2518,38392,0,2,2181,38395,2175,0,2,2181,2175,38396,0,2,38396,2175,38394,0,2,38396,38394,38398,0,2,2180,38396,38398,0,2,2180,38398,2172,0,2,38396,2180,38397,0,2,38396,38397,2181,0,2,38394,2175,2174,0,2,2039,2157,38399,0,2,2039,38399,2158,0,2,2158,38399,2159,0,2,38399,2157,38400,0,2,2060,2022,38402,0,2,38402,38403,1970,0,2,38403,38402,2027,0,2,38402,1970,2018,0,2,2018,2060,38402,0,2,2064,38404,1966,0,2,2064,2063,38404,0,2,38404,2063,2061,0,2,2184,2160,2186,0,2,2184,2186,38405,0,2,2152,2156,38406,0,2,38406,2156,38407,0,2,38408,38407,38409,0,2,38407,2156,38401,0,2,38407,38401,38409,0,2,38406,38407,38410,0,2,38406,38410,2151,0,2,2151,38410,2192,0,2,38414,2193,38412,0,2,38414,38412,38411,0,2,38411,2043,38416,0,2,2043,38411,2042,0,2,2042,38411,38412,0,2,2042,38412,38409,0,2,38409,38412,38408,0,2,38408,38412,2193,0,2,38407,38408,38410,0,2,2193,38414,2195,0,2,2195,38414,38413,0,2,2195,38413,2196,0,2,38413,38414,38411,0,2,38413,38411,38415,0,2,38415,38416,38417,0,2,38417,38416,38418,0,2,38417,38418,2200,0,2,2200,38418,2210,0,2,2210,2202,2200,0,2,38413,38417,38419,0,2,38413,38419,2196,0,2,38419,38417,2199,0,2,2199,38417,2200,0,2,38417,38413,38415,0,2,2211,38418,38416,0,2,38416,38415,38411,0,2,2037,2038,2158,0,2,38401,2157,2039,0,2,38401,2039,2040,0,2,38401,2040,38409,0,2,2194,2195,38423,0,2,38423,2195,38420,0,2,38420,2229,38421,0,2,38421,2229,38422,0,2,38420,38421,38423,0,2,38423,38421,38640,0,2,38423,38640,38424,0,2,38423,38424,38425,0,2,38425,38424,38426,0,2,38425,38426,38410,0,2,38410,38426,38105,0,2,38410,2193,38425,0,2,38425,2193,2194,0,2,38425,2194,38423,0,2,38420,2195,3175,0,2,3219,3217,3221,0,2,3221,3217,3222,0,2,2252,2120,38427,0,2,38428,38427,38429,0,2,38430,3281,38429,0,2,38429,38427,38430,0,2,38430,38427,2120,0,2,2252,38427,38434,0,2,38434,38427,38428,0,2,38435,38428,38431,0,2,38431,38438,38432,0,2,38432,38438,38588,0,2,38066,2118,38436,0,2,38432,2118,38433,0,2,38428,38435,38434,0,2,38435,38433,38434,0,2,38434,38433,2123,0,2,2123,38433,2119,0,2,2119,38433,2118,0,2,38436,38432,38588,0,2,38432,38433,38431,0,2,38431,38433,38435,0,2,38432,38436,2118,0,2,38066,38436,38067,0,2,38588,3283,38436,0,2,38436,3283,38437,0,2,38436,38437,38067,0,2,3282,38438,38429,0,2,38429,38438,38431,0,2,38429,38431,38428,0,2,3586,113,3591,0,2,28878,38439,114,0,2,38439,28878,38440,0,2,38440,28878,38704,0,2,38704,28878,107,0,2,38443,38442,2923,0,2,38442,109,2923,0,2,2923,109,2925,0,2,38441,38460,38444,0,2,85,87,38446,0,2,38446,87,38458,0,2,38458,87,38448,0,2,38448,87,97,0,2,97,87,86,0,2,38458,38448,38445,0,2,38441,38449,38447,0,2,38447,38449,96,0,2,96,38448,97,0,2,95,38447,96,0,2,38441,38444,38449,0,2,96,38449,38448,0,2,38448,38449,38445,0,2,38445,38449,38444,0,2,38450,28901,38451,0,2,28900,38452,28899,0,2,38455,78,38452,0,2,38452,78,28899,0,2,28899,78,38453,0,2,28899,38453,28898,0,2,28964,38454,28882,0,2,38453,78,28969,0,2,38701,28969,78,0,2,28969,38701,28968,0,2,28968,38701,38454,0,2,38454,38701,77,0,2,38455,38452,38451,0,2,38451,38452,28900,0,2,38451,28900,38450,0,2,38455,38451,38456,0,2,38456,38451,28902,0,2,38455,38456,79,0,2,84,38456,28902,0,2,84,28904,85,0,2,85,38446,3634,0,2,84,85,38457,0,2,81,3635,38700,0,2,38700,3635,3633,0,2,81,38456,84,0,2,81,84,38457,0,2,81,38457,3635,0,2,3635,38457,3634,0,2,3634,38457,85,0,2,3634,3626,3614,0,2,3615,3614,3616,0,2,3626,3634,38446,0,2,3626,38446,38458,0,2,3626,38458,3625,0,2,3625,38458,3624,0,2,3623,3624,38459,0,2,38443,38459,38460,0,2,38443,38460,38442,0,2,38468,38443,2922,0,2,38463,38466,38467,0,2,2910,3621,38461,0,2,38461,3621,3620,0,2,38461,3620,38462,0,2,38463,38462,38464,0,2,38464,3619,3622,0,2,38464,38462,3619,0,2,3619,38462,3620,0,2,38461,38462,38467,0,2,38467,38462,38463,0,2,38463,38464,38465,0,2,3622,38465,38464,0,2,38463,38465,2922,0,2,2922,38465,38468,0,2,38463,2921,38466,0,2,38461,38467,2920,0,2,38467,38466,2920,0,2,2920,38466,2921,0,2,38443,38468,38459,0,2,38468,3623,38459,0,2,38468,38465,3623,0,2,3624,38458,38459,0,2,38458,38445,38459,0,2,38459,38445,38444,0,2,38459,38444,38460,0,2,38442,38460,38441,0,2,3614,3626,3616,0,2,2058,2059,2048,0,2,2048,2059,2055,0,2,38469,3150,38470,0,2,38470,2205,38469,0,2,2207,38470,2203,0,2,2203,38470,3150,0,2,38471,1949,3059,0,2,38471,3059,3154,0,2,38477,3158,29543,0,2,3158,38477,3155,0,2,38479,38475,38472,0,2,38481,38483,38473,0,2,38473,38474,29549,0,2,38474,38475,38476,0,2,38476,38475,38477,0,2,38477,38475,38479,0,2,38474,38476,29541,0,2,29541,38476,29542,0,2,29542,38476,38478,0,2,29543,38478,38477,0,2,3155,38477,38479,0,2,38476,38477,38478,0,2,38474,38473,38475,0,2,38472,38475,38483,0,2,38483,38475,38473,0,2,38473,29549,38481,0,2,3155,38479,49726,0,2,49726,38479,38472,0,2,49726,38472,38480,0,2,38480,1938,3102,0,2,38480,1940,49726,0,2,38480,38481,1938,0,2,1938,38481,38482,0,2,29538,38482,29537,0,2,38472,38483,38480,0,2,38480,38483,38481,0,2,29537,38481,29549,0,2,29537,38482,38481,0,2,38486,3108,38484,0,2,38486,38484,38485,0,2,38485,2732,2733,0,2,2733,2735,38485,0,2,38485,2736,38486,0,2,38486,2736,2737,0,2,38486,2737,49466,0,2,38486,49466,3108,0,2,2732,38485,38484,0,2,2715,2736,2735,0,2,49504,2715,2716,0,2,49504,2716,2717,0,2,1946,1945,38487,0,2,38487,1945,38488,0,2,38489,38488,3070,0,2,38489,38487,38488,0,2,1945,3074,38488,0,2,38490,1946,38487,0,2,38489,3149,38487,0,2,38487,3149,38490,0,2,38490,38491,1948,0,2,1948,38491,38492,0,2,38492,38641,1949,0,2,1949,1948,38492,0,2,1948,1946,38490,0,2,38490,3148,38491,0,2,38491,3148,38494,0,2,38491,38494,38492,0,2,38492,38494,38493,0,2,38493,38494,3064,0,2,38493,3064,3062,0,2,3064,38494,3066,0,2,3066,38494,3147,0,2,38494,3148,3147,0,2,3070,3071,38495,0,2,38495,3071,3115,0,2,38495,3069,3070,0,2,3003,3019,38496,0,2,38496,38498,38497,0,2,38497,38498,3016,0,2,3016,38498,3015,0,2,38496,3019,38498,0,2,38498,3019,38499,0,2,38496,38497,3004,0,2,38496,3004,3003,0,2,3014,38501,38521,0,2,3014,38521,38502,0,2,38502,38521,38503,0,2,38503,38521,38504,0,2,38504,38518,3027,0,2,38518,3025,3026,0,2,3026,3025,3043,0,2,3026,3027,38518,0,2,3027,38505,38504,0,2,38505,3027,2993,0,2,38505,2993,38506,0,2,38506,38508,38507,0,2,38507,38508,38514,0,2,38509,38514,38510,0,2,38509,38510,38682,0,2,38682,38510,38511,0,2,38682,38511,38683,0,2,2952,38511,38512,0,2,2952,38512,2953,0,2,38511,38510,38512,0,2,38512,38510,38515,0,2,38515,38510,38514,0,2,38506,2993,38513,0,2,38506,38513,38508,0,2,38508,38513,38514,0,2,38514,38513,38515,0,2,38515,38513,3028,0,2,38515,2953,38512,0,2,2953,38515,38693,0,2,38693,38515,3028,0,2,3028,38513,2993,0,2,38504,38505,38516,0,2,38504,38516,38503,0,2,38502,38503,38517,0,2,38502,38517,3012,0,2,38502,3012,3014,0,2,38518,38500,38519,0,2,38519,38500,38520,0,2,38520,38499,3023,0,2,38500,38518,38501,0,2,38501,38518,38521,0,2,38521,38518,38504,0,2,38520,38500,3015,0,2,38520,3015,38499,0,2,3023,38499,3021,0,2,38499,3015,38498,0,2,2992,2997,38522,0,2,38530,38522,38523,0,2,28883,2918,3641,0,2,49717,38525,38528,0,2,49721,38524,2998,0,2,49721,49716,38524,0,2,49721,49997,49717,0,2,38526,38525,49997,0,2,2918,38525,3641,0,2,2918,38527,38525,0,2,38525,38527,49713,0,2,38525,49713,38528,0,2,38528,49713,38531,0,2,38529,38539,49715,0,2,49715,38539,38522,0,2,38528,38531,38529,0,2,38529,38531,38539,0,2,2998,38524,38523,0,2,38523,38524,38530,0,2,2992,38522,38535,0,2,2992,38535,38532,0,2,38534,38533,38540,0,2,38536,38540,38535,0,2,38536,38535,38539,0,2,49712,38537,38531,0,2,49712,38531,38538,0,2,38537,38539,38531,0,2,38532,38535,38533,0,2,38540,38533,38535,0,2,38539,38535,38522,0,2,38406,2151,2182,0,2,38541,2091,2098,0,2,38541,2098,2015,0,2,2015,2028,38541,0,2,29559,1972,29560,0,2,37951,38542,37942,0,2,38542,2601,37956,0,2,38548,2599,32659,0,2,2597,32665,2596,0,2,38545,38544,32797,0,2,32797,38544,32771,0,2,38544,38545,38546,0,2,38546,38545,32769,0,2,48976,38544,32774,0,2,32774,38544,38546,0,2,32774,38546,38547,0,2,38547,32781,32782,0,2,32782,32774,38547,0,2,38547,32775,32776,0,2,32776,32777,38547,0,2,38547,32777,32781,0,2,38548,32659,32660,0,2,38548,32660,32661,0,2,32665,38548,32661,0,2,38795,32596,38549,0,2,38549,32702,38795,0,2,38789,38550,38796,0,2,38789,38796,38788,0,2,32795,32699,38551,0,2,38551,32699,32697,0,2,32699,32795,38783,0,2,38783,32795,38787,0,2,32699,38783,32700,0,2,2595,2596,22710,0,2,22710,2596,32623,0,2,38543,32623,32665,0,2,32665,32623,2596,0,2,22689,22668,22682,0,2,22684,22700,38552,0,2,38552,38836,38555,0,2,38555,38836,38553,0,2,22701,22699,38554,0,2,38554,22699,38553,0,2,38560,38555,38556,0,2,38560,38556,38557,0,2,38557,22717,22715,0,2,22343,38559,22703,0,2,22702,22703,38556,0,2,22702,38556,22157,0,2,22157,38556,38555,0,2,38556,22703,38557,0,2,22703,38558,38557,0,2,38557,38558,22717,0,2,38552,38555,38560,0,2,38560,38557,38561,0,2,22716,38561,22715,0,2,38561,22716,38560,0,2,38560,22716,38552,0,2,38561,38557,22715,0,2,38552,22716,22684,0,2,22666,22706,22705,0,2,38562,38572,38571,0,2,38562,38571,38563,0,2,38563,38571,37995,0,2,38574,38563,22635,0,2,38574,22635,22634,0,2,38574,22634,38564,0,2,38564,22634,38565,0,2,22632,38565,38566,0,2,38566,22655,23204,0,2,23204,22633,38566,0,2,38565,22634,38566,0,2,38566,22634,22655,0,2,22635,38563,22636,0,2,22636,38563,38567,0,2,38568,38567,38569,0,2,38568,38569,22660,0,2,22660,22659,38568,0,2,38568,22658,38567,0,2,37995,38567,38563,0,2,38567,37995,38570,0,2,38567,38570,38569,0,2,23205,23214,22633,0,2,23214,23205,38820,0,2,22660,38569,22663,0,2,37996,38570,38571,0,2,38573,38562,38574,0,2,38573,38574,38564,0,2,38574,38562,38563,0,2,38572,38577,37993,0,2,37993,38577,38576,0,2,37993,38576,37992,0,2,37992,38576,38575,0,2,38002,38575,38576,0,2,38562,38577,38572,0,2,38562,38573,38577,0,2,38577,38573,38578,0,2,38564,38565,38573,0,2,38578,38573,22632,0,2,22632,38005,38578,0,2,38577,38578,38576,0,2,38578,38005,38004,0,2,38578,38004,38576,0,2,38078,38579,38077,0,2,38070,38068,38583,0,2,38583,38068,38582,0,2,38583,38582,3285,0,2,3285,38582,3283,0,2,38582,38437,3283,0,2,38437,38582,38068,0,2,38070,38583,38580,0,2,38584,38583,3286,0,2,3286,38585,38584,0,2,32850,38585,38586,0,2,38585,3326,38586,0,2,38586,3326,3287,0,2,38586,3287,3288,0,2,38586,3288,38587,0,2,38583,38584,38581,0,2,3320,38589,38590,0,2,38590,38589,3282,0,2,3282,38589,38438,0,2,38438,38589,38588,0,2,3269,3268,38593,0,2,38593,3268,3267,0,2,38593,3267,38594,0,2,38593,38594,32852,0,2,32852,38594,38592,0,2,3267,32849,38594,0,2,38594,32849,38592,0,2,32837,38596,32838,0,2,32853,32838,38595,0,2,38595,32838,38596,0,2,38595,38596,3269,0,2,3269,32852,38595,0,2,32838,32853,32839,0,2,3482,32786,32767,0,2,32767,32786,32768,0,2,3460,38598,38597,0,2,3460,32759,32760,0,2,3460,32760,38598,0,2,32763,38598,32761,0,2,32764,3457,32763,0,2,38598,32763,38597,0,2,38597,32763,3457,0,2,38599,32852,32855,0,2,38599,32851,3334,0,2,38587,3334,32851,0,2,3332,38599,3334,0,2,3332,3334,3333,0,2,3292,3288,3337,0,2,3337,3288,3293,0,2,3293,38601,3298,0,2,3293,3287,38601,0,2,38601,3287,38600,0,2,38600,3296,3295,0,2,38600,3295,38601,0,2,3298,38601,3295,0,2,3320,3284,38589,0,2,38589,3284,38588,0,2,3284,3320,3319,0,2,2120,2121,38602,0,2,38602,3340,3339,0,2,49804,116,49803,0,2,49803,116,115,0,2,3227,3239,38603,0,2,3227,38603,3309,0,2,3229,38603,3239,0,2,3310,38604,3317,0,2,3317,38604,3311,0,2,3311,38604,3228,0,2,3311,3228,3243,0,2,3243,3228,38605,0,2,38605,3228,3229,0,2,3229,3230,38605,0,2,3366,38606,3365,0,2,3365,38606,3488,0,2,28833,28838,38607,0,2,38607,28838,28832,0,2,3528,3527,38609,0,2,38609,3527,426,0,2,38609,426,427,0,2,38609,427,428,0,2,429,28849,428,0,2,428,28849,38609,0,2,38609,28849,28848,0,2,38609,28848,3528,0,2,28861,28862,427,0,2,28861,427,28860,0,2,38611,38612,38610,0,2,38611,38610,38614,0,2,38611,38614,3509,0,2,38612,38613,3512,0,2,3512,38613,3506,0,2,28831,3502,48974,0,2,38614,3525,3509,0,2,38616,38615,3309,0,2,38616,3309,3308,0,2,158,127,125,0,2,158,125,157,0,2,127,158,170,0,2,170,158,128,0,2,38619,38618,38625,0,2,38619,38625,38620,0,2,38622,38621,38630,0,2,38622,38630,38623,0,2,38623,38630,38624,0,2,38624,38625,38626,0,2,38626,38625,38618,0,2,124,38618,125,0,2,38626,38618,123,0,2,38626,123,122,0,2,38627,122,120,0,2,38627,120,38628,0,2,122,38627,38624,0,2,122,38624,38626,0,2,38623,38624,38628,0,2,38628,38624,38627,0,2,38623,38628,38629,0,2,38623,38629,92,0,2,92,38629,119,0,2,92,119,93,0,2,38629,38628,120,0,2,38624,38630,38625,0,2,38625,38630,38620,0,2,38620,38630,38621,0,2,155,38619,28958,0,2,155,28958,28957,0,2,28957,28955,30497,0,2,30497,28955,153,0,2,153,28955,38631,0,2,152,38631,28912,0,2,28912,38631,28914,0,2,28914,38631,28955,0,2,38619,38620,28958,0,2,28958,38620,38632,0,2,38722,38632,38621,0,2,38621,38632,38620,0,2,38634,38633,38635,0,2,38635,38640,38421,0,2,38421,38422,38635,0,2,38635,38422,38634,0,2,38102,38101,38636,0,2,38636,38663,38633,0,2,38633,38102,38636,0,2,38637,38104,38103,0,2,38637,38103,38638,0,2,38638,38103,38102,0,2,38633,38634,38102,0,2,38102,38634,38638,0,2,38637,38638,38634,0,2,38637,38634,38422,0,2,38639,38426,38640,0,2,38639,38640,38635,0,2,38424,38640,38426,0,2,38105,38426,38639,0,2,38633,38639,38635,0,2,38492,38493,38641,0,2,38641,38493,3062,0,2,38641,3062,3059,0,2,38641,3059,1949,0,2,3140,3142,3139,0,2,3142,38642,3139,0,2,3142,38643,38642,0,2,38642,38643,3052,0,2,38642,3052,3053,0,2,3052,38643,3051,0,2,38643,3143,3051,0,2,3142,38517,38684,0,2,38684,38517,38503,0,2,38644,3560,3559,0,2,3559,3557,3168,0,2,38644,38645,38646,0,2,38646,38645,38647,0,2,38646,38647,3192,0,2,3192,2945,38646,0,2,38646,2945,2943,0,2,38646,2943,38644,0,2,3192,38647,3167,0,2,3167,38647,3168,0,2,38647,38645,3168,0,2,3168,38645,3559,0,2,3559,38645,38644,0,2,38648,3191,38649,0,2,38649,3191,3197,0,2,38648,2947,3192,0,2,2948,2947,3047,0,2,2947,38648,3047,0,2,3047,38648,38649,0,2,3190,38650,3049,0,2,3049,38650,3050,0,2,38678,3172,2198,0,2,38678,2198,3189,0,2,2930,38665,2931,0,2,2931,38665,38651,0,2,2931,38651,3579,0,2,3579,38651,38652,0,2,3579,38652,3576,0,2,2928,38653,38654,0,2,38658,38654,2964,0,2,38656,2964,38655,0,2,38655,38675,2956,0,2,38655,2956,38657,0,2,38657,2956,2957,0,2,38657,38656,38655,0,2,2928,38654,38658,0,2,2926,2927,38658,0,2,38658,2927,2928,0,2,2962,2987,38660,0,2,38659,38661,38660,0,2,38660,38661,38662,0,2,49709,49710,48982,0,2,38662,2962,38660,0,2,38663,38636,38100,0,2,38633,38663,38639,0,2,117,390,382,0,2,382,390,383,0,2,3580,2935,38688,0,2,2931,3580,2933,0,2,3579,3580,2931,0,2,3575,3577,3576,0,2,3576,3577,3579,0,2,38664,38651,38666,0,2,38666,38651,38665,0,2,38666,38665,38667,0,2,38666,38667,2968,0,2,2968,38667,2970,0,2,38668,38664,38672,0,2,38672,38664,38669,0,2,38669,38664,38666,0,2,38669,38666,2976,0,2,38669,38670,38672,0,2,38672,38670,38671,0,2,38672,38671,38674,0,2,38672,38674,38673,0,2,38673,38674,38654,0,2,38654,38653,38673,0,2,38654,38674,2964,0,2,2964,38674,38655,0,2,38655,38674,38676,0,2,38655,38676,38675,0,2,2965,38675,38676,0,2,2965,38676,38671,0,2,2965,38671,38670,0,2,38676,38674,38671,0,2,2967,2965,38670,0,2,38668,38672,38673,0,2,3144,3049,3051,0,2,3051,3049,3050,0,2,3143,3144,3051,0,2,38677,38678,3189,0,2,3172,38678,3170,0,2,3170,38678,38677,0,2,3189,3188,38677,0,2,38680,38679,38681,0,2,38680,38681,38509,0,2,38680,38509,38682,0,2,38680,38682,38679,0,2,38679,38682,3194,0,2,3194,38682,3193,0,2,2951,3193,38683,0,2,3193,38682,38683,0,2,38514,38509,38507,0,2,38516,38507,38687,0,2,38516,38687,38684,0,2,38516,38684,38503,0,2,38684,38685,38643,0,2,38684,38643,3142,0,2,38643,38685,3143,0,2,3143,38685,38686,0,2,38686,38685,38687,0,2,38685,38684,38687,0,2,38686,38681,38679,0,2,38516,38505,38506,0,2,38506,38507,38516,0,2,38681,38686,38687,0,2,38681,38687,38507,0,2,38507,38509,38681,0,2,38688,2933,3580,0,2,38688,2934,2933,0,2,38689,2954,2973,0,2,38689,2973,2966,0,2,2958,2956,38690,0,2,38690,2956,2955,0,2,38690,2955,38699,0,2,38691,38692,38534,0,2,38532,38533,38534,0,2,2988,38692,38693,0,2,38694,38693,38699,0,2,38699,38693,38691,0,2,38693,38694,2954,0,2,38694,38699,2955,0,2,2958,38690,2986,0,2,38695,2986,38696,0,2,38534,38696,38691,0,2,38695,38696,38697,0,2,38695,38697,38698,0,2,38695,38698,2987,0,2,2987,38698,38660,0,2,38696,2986,38699,0,2,38699,38691,38696,0,2,38690,38699,2986,0,2,3632,82,83,0,2,3632,83,38700,0,2,3632,38700,3633,0,2,3610,38701,78,0,2,28881,76,38702,0,2,76,28881,38454,0,2,38454,28881,28882,0,2,88,89,102,0,2,102,89,38765,0,2,38703,107,106,0,2,107,38703,38704,0,2,38704,38703,38706,0,2,94,93,38705,0,2,38706,49803,115,0,2,38440,38704,38706,0,2,94,38705,28879,0,2,38705,38706,38703,0,2,28890,28937,38711,0,2,38711,28937,38707,0,2,38710,38709,38708,0,2,38708,38709,38707,0,2,38707,38709,38711,0,2,38709,38710,38711,0,2,28890,38711,38712,0,2,38712,38711,28884,0,2,28937,38714,38707,0,2,38707,38714,38708,0,2,38708,28880,38710,0,2,28880,38713,38717,0,2,38717,38713,28967,0,2,28967,38713,38714,0,2,28970,28967,38714,0,2,28967,38715,38716,0,2,28967,38716,38717,0,2,38702,38716,38715,0,2,28881,38715,28882,0,2,28882,38715,28967,0,2,38708,38714,38713,0,2,28938,28924,28894,0,2,28894,28924,28939,0,2,38702,38719,2918,0,2,38719,3636,49786,0,2,3638,38718,3607,0,2,38719,38702,3608,0,2,38721,28956,38720,0,2,38720,38632,38721,0,2,38721,38632,38722,0,2,30492,30491,38723,0,2,30499,38723,30491,0,2,144,38724,38725,0,2,38725,28931,30445,0,2,30445,28931,30443,0,2,144,38725,30444,0,2,30446,143,144,0,2,30446,144,30444,0,2,30444,38727,38726,0,2,30444,38726,30446,0,2,38726,38727,38728,0,2,38728,38727,38729,0,2,38728,38729,30432,0,2,30432,38729,38730,0,2,38729,38727,38731,0,2,38730,38729,38731,0,2,38730,38731,30442,0,2,38728,38732,38726,0,2,30431,38732,38728,0,2,38725,38724,28930,0,2,28930,28931,38725,0,2,30450,38735,38733,0,2,30450,38733,305,0,2,305,38733,306,0,2,306,38733,38734,0,2,38734,38735,295,0,2,295,307,38734,0,2,30450,30429,38735,0,2,38733,38735,38734,0,2,38735,30429,295,0,2,295,38736,38737,0,2,38737,38743,73,0,2,71,73,38743,0,2,71,38743,38738,0,2,38738,38743,38739,0,2,38739,38743,38744,0,2,38739,38740,38738,0,2,38738,38747,38741,0,2,38741,38747,38742,0,2,38738,38741,71,0,2,38749,38740,30434,0,2,38743,38737,38736,0,2,38736,295,30429,0,2,38736,38744,38743,0,2,295,38737,38745,0,2,38737,50,38745,0,2,38745,50,38746,0,2,49,38746,50,0,2,30435,30439,30438,0,2,30435,30434,30439,0,2,30431,30432,30452,0,2,38748,38749,49983,0,2,38748,49983,38747,0,2,70,38742,38747,0,2,38749,38748,38740,0,2,38740,38748,38738,0,2,38738,38748,38747,0,2,30431,30452,30430,0,2,292,293,38750,0,2,38750,293,38751,0,2,38751,293,48,0,2,38751,48,47,0,2,292,38750,288,0,2,292,288,290,0,2,38750,38751,222,0,2,46,51,60,0,2,63,60,61,0,2,51,61,60,0,2,46,60,45,0,2,45,60,58,0,2,38752,53,45,0,2,38752,45,58,0,2,313,312,38753,0,2,38753,312,281,0,2,222,38751,47,0,2,38752,65,41,0,2,40,30112,30120,0,2,40,30120,38755,0,2,38755,30120,30119,0,2,38755,30119,38756,0,2,38755,38756,38754,0,2,38754,38756,42,0,2,42,38756,30090,0,2,42,30090,30088,0,2,42,30088,30089,0,2,30338,30084,30136,0,2,30338,30136,38757,0,2,38758,30086,30123,0,2,30123,30096,38758,0,2,38758,30084,30086,0,2,30314,30080,30313,0,2,30164,30133,30171,0,2,30171,30167,30164,0,2,30168,49984,30170,0,2,30168,30103,38759,0,2,49984,30168,49811,0,2,30061,49810,49992,0,2,30168,38759,49811,0,2,38760,39,55,0,2,38760,55,36,0,2,36,30060,66,0,2,30109,30111,37,0,2,37,30111,38,0,2,36,35,67,0,2,75,28886,28887,0,2,28960,28959,38761,0,2,38761,28959,28951,0,2,38761,38721,38722,0,2,38762,38765,90,0,2,38762,38763,38765,0,2,102,38765,38764,0,2,38764,38765,38763,0,2,3358,38770,3357,0,2,3357,38770,3356,0,2,3356,38770,38766,0,2,3244,3354,3355,0,2,3244,3355,38766,0,2,3244,38766,38767,0,2,3245,38767,32827,0,2,3245,32827,3246,0,2,3356,38766,3355,0,2,3358,38772,38770,0,2,38770,38772,38768,0,2,32828,32827,38768,0,2,38769,38770,38768,0,2,32827,38767,38768,0,2,38768,38767,38769,0,2,38769,38767,38766,0,2,38769,38766,38770,0,2,38771,3358,3489,0,2,38771,3489,3379,0,2,3379,3381,38771,0,2,38772,38780,38773,0,2,38772,38773,38768,0,2,38773,32828,38768,0,2,433,38774,4054,0,2,30463,269,271,0,2,30463,271,30462,0,2,30462,271,272,0,2,30463,30464,269,0,2,269,30464,268,0,2,30815,30817,38775,0,2,38775,30817,30813,0,2,30815,38775,434,0,2,38610,38776,3367,0,2,3511,38776,38610,0,2,38614,38610,3367,0,2,3506,3505,3369,0,2,3512,3511,38610,0,2,38610,38612,3512,0,2,3498,438,3374,0,2,3374,3500,3498,0,2,38777,38778,3492,0,2,38778,38777,38607,0,2,28833,38607,38608,0,2,38608,38607,28827,0,2,38780,38772,3358,0,2,38780,3358,38779,0,2,38779,3358,38771,0,2,38779,38771,3381,0,2,38781,3452,32826,0,2,38781,32826,3451,0,2,3452,38781,3453,0,2,3453,38781,3454,0,2,3456,3480,38782,0,2,3458,38782,3449,0,2,3449,38782,3480,0,2,32764,32766,3457,0,2,32760,32761,38598,0,2,32779,32787,32780,0,2,38787,3419,38783,0,2,3419,3418,38784,0,2,38783,3419,32701,0,2,32705,32700,32701,0,2,32701,32700,38783,0,2,38785,3418,38786,0,2,38786,3418,3422,0,2,3422,3418,38787,0,2,3422,38787,3421,0,2,38788,38785,3417,0,2,3417,38785,38786,0,2,38789,38788,23291,0,2,23291,38788,3416,0,2,38789,38798,38790,0,2,32717,38790,38798,0,2,32710,32709,32596,0,2,32596,32709,32597,0,2,32709,38797,32597,0,2,32596,38550,32710,0,2,32710,38550,38792,0,2,32710,38793,38794,0,2,38794,38793,38801,0,2,32710,38794,38800,0,2,38794,38801,32604,0,2,32604,32603,38794,0,2,32596,38796,38550,0,2,32596,38795,38796,0,2,3419,38784,32701,0,2,38784,38796,32702,0,2,38796,38795,32702,0,2,32707,38549,38797,0,2,38797,38549,32597,0,2,32707,38797,32601,0,2,38789,23291,38798,0,2,38798,23291,23290,0,2,23298,32591,38799,0,2,32708,38800,38794,0,2,38794,32603,32708,0,2,38791,32606,38793,0,2,38801,38793,32606,0,2,38801,32606,32616,0,2,32604,38801,32616,0,2,32604,32616,32605,0,2,23241,23242,23243,0,2,23241,23243,38802,0,2,32922,38802,23243,0,2,38803,22694,22678,0,2,38803,22156,22697,0,2,23207,23209,23208,0,2,38804,23236,38805,0,2,23236,38804,38812,0,2,38807,22158,38808,0,2,38808,38806,38809,0,2,38810,38809,22160,0,2,38809,38806,22334,0,2,22334,38806,38811,0,2,38809,38810,38808,0,2,22158,38806,38808,0,2,38811,38806,38812,0,2,38811,38812,38813,0,2,38813,38812,38804,0,2,38813,38804,38805,0,2,38811,38813,22333,0,2,38810,22159,38814,0,2,38814,22159,22343,0,2,38810,38814,38808,0,2,38808,38814,38807,0,2,38812,38815,23237,0,2,38812,23237,23236,0,2,38812,38806,38815,0,2,23237,38815,22156,0,2,22722,22723,22646,0,2,22644,38816,38817,0,2,38817,38816,38819,0,2,38817,38819,38818,0,2,38820,38817,38818,0,2,38820,38818,38830,0,2,22382,22381,22384,0,2,22384,22383,22382,0,2,38822,22319,38823,0,2,38823,22319,38824,0,2,22321,22325,22322,0,2,22166,38821,22167,0,2,22167,38821,22320,0,2,22167,22320,22356,0,2,22358,22340,22359,0,2,22358,22359,38825,0,2,38825,22359,38826,0,2,38825,38826,22367,0,2,22375,23228,23221,0,2,22718,22722,38827,0,2,22722,22646,38827,0,2,38827,22646,22649,0,2,38827,22649,22643,0,2,22643,22649,38828,0,2,38828,22649,22650,0,2,22643,22642,38827,0,2,22642,22721,38827,0,2,38827,22721,22718,0,2,23208,22644,38817,0,2,23208,38817,23207,0,2,23205,23207,38817,0,2,38830,23178,38829,0,2,38829,23178,23215,0,2,38829,38820,38830,0,2,22667,22666,22668,0,2,22687,38831,22667,0,2,22687,22667,22684,0,2,22668,22684,22667,0,2,32625,32622,32631,0,2,32631,32622,32620,0,2,32631,38832,32625,0,2,32625,38832,22707,0,2,22707,38832,38833,0,2,22670,38833,32706,0,2,32631,32706,38832,0,2,38832,32706,38833,0,2,32704,32634,38834,0,2,38834,38835,32626,0,2,32626,38835,32635,0,2,32634,32704,32632,0,2,32632,32630,32634,0,2,32634,38835,38834,0,2,32638,32635,38835,0,2,22700,38554,38836,0,2,22700,38836,38552,0,2,38836,38554,38553,0,2,22389,38837,38839,0,2,22389,38839,38838,0,2,38838,38839,23157,0,2,38837,38841,38839,0,2,23157,38839,38840,0,2,23156,38839,38841,0,2,23226,38841,23225,0,2,38841,22963,23225,0,2,38837,22963,38841,0,2,22373,22369,23229,0,2,23229,22369,38843,0,2,23229,38843,38842,0,2,38843,22369,22297,0,2,38843,22297,22298,0,2,22298,22299,38843,0,2,23187,23185,23195,0,2,38844,23191,38846,0,2,22624,38846,38845,0,2,38845,23169,22726,0,2,22726,23169,22395,0,2,22393,22395,23169,0,2,38845,38846,38847,0,2,23191,38847,38846,0,2,37975,37974,22625,0,2,2570,37952,37959,0,2,2570,37959,37960,0,2,38849,23064,38848,0,2,38849,23076,38850,0,2,38849,38850,23063,0,2,23063,38850,23062,0,2,23062,38850,23075,0,2,23063,38851,38849,0,2,38849,38851,23064,0,2,38852,23076,38848,0,2,38848,23076,38849,0,2,23076,38852,23078,0,2,23078,38852,39382,0,2,39382,38852,23080,0,2,38852,38848,23065,0,2,38852,23065,23080,0,2,23080,23065,23081,0,2,38853,23063,23124,0,2,38853,23124,23122,0,2,23122,23124,38854,0,2,38855,38853,38856,0,2,23126,38856,23127,0,2,23127,38856,23038,0,2,23122,38856,38853,0,2,38855,38856,23125,0,2,23126,23125,38856,0,2,38855,23125,23064,0,2,23064,23125,23036,0,2,37615,38859,38857,0,2,38857,38859,22994,0,2,22994,22995,38857,0,2,38857,22995,37617,0,2,22890,23015,23017,0,2,37619,37626,25834,0,2,37619,25834,37621,0,2,38858,38859,37615,0,2,38859,38858,21432,0,2,38859,21432,22993,0,2,22993,22994,38859,0,2,21432,38858,22992,0,2,22990,38858,37615,0,2,22990,37615,37616,0,2,22990,37616,37614,0,2,38861,38860,37630,0,2,38861,37630,37606,0,2,38861,37606,21435,0,2,38860,38861,38863,0,2,38860,38863,38862,0,2,38864,21441,38862,0,2,38864,38862,38863,0,2,21436,23051,23101,0,2,38881,38969,38886,0,2,38881,38889,38868,0,2,38868,38889,38890,0,2,38868,38890,38867,0,2,38868,38867,38872,0,2,38872,38867,38869,0,2,38878,38871,39357,0,2,38870,38876,38981,0,2,39357,38981,38876,0,2,38869,38871,38872,0,2,38873,38874,38875,0,2,38875,38874,38876,0,2,39357,38876,38878,0,2,38878,38876,38874,0,2,38878,38874,38877,0,2,38878,38877,38872,0,2,38873,38877,38874,0,2,38872,38871,38878,0,2,38876,23092,38875,0,2,38875,23120,38873,0,2,23092,38876,38870,0,2,38870,38981,38879,0,2,38873,38882,38877,0,2,38877,38882,38880,0,2,38877,38880,38872,0,2,38872,38880,38868,0,2,38868,38880,38881,0,2,38969,38881,38882,0,2,38880,38882,38881,0,2,38882,38885,38969,0,2,38885,23118,38866,0,2,38866,23118,38865,0,2,23119,38865,23118,0,2,23119,23054,38865,0,2,23056,38884,23055,0,2,38970,38865,38884,0,2,38884,38865,23054,0,2,38884,23054,23055,0,2,38866,38865,38970,0,2,38866,38970,38885,0,2,38885,38970,38886,0,2,38886,38972,38889,0,2,38887,39376,38972,0,2,38887,38972,38888,0,2,38888,38972,38971,0,2,39376,33130,38889,0,2,38889,33130,38890,0,2,38890,33130,38892,0,2,38890,38892,38891,0,2,38890,38891,38867,0,2,38891,38892,39352,0,2,39352,39348,38893,0,2,38967,38893,38894,0,2,38934,38943,38896,0,2,38965,38896,38897,0,2,38940,38897,38942,0,2,38940,38942,38959,0,2,38940,38959,38898,0,2,38898,38959,38899,0,2,38996,39001,39000,0,2,38996,39000,38995,0,2,38995,39000,38901,0,2,38901,39000,38902,0,2,39176,39174,39002,0,2,39176,39002,33149,0,2,39176,33149,38903,0,2,38903,33147,21859,0,2,38905,38904,38906,0,2,38907,38908,38913,0,2,39035,39036,38910,0,2,39035,38910,38911,0,2,38908,38909,25742,0,2,38904,38905,38900,0,2,38905,38906,38912,0,2,38912,38906,38907,0,2,38907,38913,38912,0,2,38914,25730,38915,0,2,38932,38915,25729,0,2,38932,25729,38931,0,2,38918,38917,38920,0,2,38919,23095,23105,0,2,38917,38916,38920,0,2,38928,39172,38921,0,2,38928,38921,38922,0,2,38922,38923,23096,0,2,23096,38923,23097,0,2,38922,23095,38919,0,2,38922,38919,38928,0,2,23095,38922,23096,0,2,39407,38921,25727,0,2,39407,25727,38923,0,2,38923,38924,23097,0,2,38925,38923,25727,0,2,25727,38921,38927,0,2,25727,38927,25726,0,2,25726,38927,38926,0,2,25728,25724,38926,0,2,38927,38921,39172,0,2,38918,38920,39172,0,2,38918,39172,38928,0,2,38931,38929,38916,0,2,38916,38929,38920,0,2,38931,25728,38929,0,2,38920,38929,39172,0,2,38906,38988,38907,0,2,38907,38988,38909,0,2,38907,38909,38908,0,2,38899,38900,38905,0,2,38899,38905,38930,0,2,38912,38930,38905,0,2,38899,38930,38898,0,2,38898,38930,38914,0,2,38966,38914,38915,0,2,38966,38915,38932,0,2,38932,38931,38933,0,2,38933,38939,38964,0,2,38964,38939,38934,0,2,38934,38939,38935,0,2,38934,38935,38936,0,2,38936,38935,38937,0,2,38937,38935,38938,0,2,38918,38928,38938,0,2,38918,38938,38935,0,2,38918,38935,38917,0,2,38917,38935,38939,0,2,38917,38939,38933,0,2,38917,38933,38916,0,2,38916,38933,38931,0,2,38938,38919,23094,0,2,38938,23094,38937,0,2,23094,38919,23105,0,2,38898,38914,38966,0,2,38897,38941,38965,0,2,38897,38940,38941,0,2,38940,38898,38966,0,2,38896,38943,38944,0,2,38896,38944,38897,0,2,38897,38944,38958,0,2,38897,38958,38942,0,2,38944,38945,38954,0,2,38954,38945,38946,0,2,38946,39349,38947,0,2,38947,39354,38948,0,2,38955,38950,38951,0,2,38955,38951,38952,0,2,38952,38951,38953,0,2,38952,38953,38956,0,2,38956,38953,38957,0,2,33095,38957,38953,0,2,38947,38948,38946,0,2,38946,38948,38954,0,2,38954,38950,38955,0,2,38950,38954,38949,0,2,38949,38954,38948,0,2,38954,38955,38944,0,2,38944,38955,38958,0,2,38955,38952,38958,0,2,38942,38958,38959,0,2,38900,38960,38957,0,2,38957,38960,38956,0,2,38956,38960,38959,0,2,38959,38958,38952,0,2,38959,38960,38899,0,2,38899,38960,38900,0,2,38946,38945,38894,0,2,38946,38894,38893,0,2,38946,38893,39349,0,2,39349,38893,39348,0,2,38894,38945,38895,0,2,38895,38945,38943,0,2,38943,38945,38944,0,2,38867,38891,38961,0,2,39355,38963,38962,0,2,38962,38963,38986,0,2,38986,38943,38934,0,2,38934,38896,38964,0,2,38964,38896,38965,0,2,38964,38965,38933,0,2,38965,38941,38933,0,2,38933,38941,38932,0,2,38966,38932,38940,0,2,38940,38932,38941,0,2,38943,38986,38895,0,2,38895,38986,38963,0,2,38895,38963,38894,0,2,38894,38963,39355,0,2,38894,39355,38967,0,2,39352,38893,38967,0,2,38891,39352,38961,0,2,38961,39352,39355,0,2,38961,39355,38968,0,2,38961,38968,38869,0,2,38961,38869,38867,0,2,38886,38889,38881,0,2,38886,38969,38885,0,2,38889,38972,39376,0,2,38970,38884,38883,0,2,38970,38883,38971,0,2,38971,38972,38886,0,2,21442,38973,38974,0,2,39014,38974,21443,0,2,39014,21443,21444,0,2,25844,21442,38974,0,2,25844,38974,37643,0,2,37643,38974,21469,0,2,21469,38974,21470,0,2,21442,21440,38975,0,2,25832,23107,38977,0,2,38975,25832,23109,0,2,38975,38976,25832,0,2,38976,21439,38978,0,2,21440,21439,38976,0,2,21440,38976,38975,0,2,38983,38980,38979,0,2,38979,38980,38982,0,2,38979,38982,38981,0,2,38981,38982,38879,0,2,38985,38986,38936,0,2,38936,38986,38934,0,2,38985,38936,38987,0,2,38985,38987,23093,0,2,38936,38937,38987,0,2,38986,38985,38962,0,2,38906,38904,38997,0,2,38906,38997,38988,0,2,38988,38997,38989,0,2,39036,38989,38910,0,2,21666,38999,38993,0,2,38993,38998,39173,0,2,39173,38998,39175,0,2,39175,38994,38901,0,2,38901,38994,38995,0,2,38995,38989,38997,0,2,38989,38995,38910,0,2,38900,38996,38904,0,2,38904,38996,38997,0,2,38997,38996,38995,0,2,38993,38999,38998,0,2,39175,38990,38994,0,2,38994,38990,38910,0,2,38910,38995,38994,0,2,38990,39175,38991,0,2,38991,39175,38998,0,2,38991,38998,38992,0,2,38910,38990,38911,0,2,38911,38990,38991,0,2,38911,38991,38992,0,2,25719,21666,38993,0,2,25719,38993,21860,0,2,39036,38909,38988,0,2,38988,38989,39036,0,2,39001,38996,38900,0,2,38902,33099,39174,0,2,39005,39004,33151,0,2,33151,39004,39003,0,2,33098,39006,33099,0,2,39003,39002,39006,0,2,39006,39002,33099,0,2,39002,39003,39004,0,2,33140,33150,39007,0,2,39007,33150,33148,0,2,39007,33148,39004,0,2,39004,39005,39007,0,2,39002,39174,33099,0,2,33097,38902,39000,0,2,33097,39000,39008,0,2,39008,39000,39001,0,2,39001,38900,38957,0,2,39008,39001,33096,0,2,33096,39001,33095,0,2,33095,39001,38957,0,2,39010,33101,39009,0,2,39010,39009,39011,0,2,39011,39009,38953,0,2,39011,33094,39010,0,2,39009,33095,38953,0,2,33092,33091,33101,0,2,33101,33091,33100,0,2,33100,33067,33096,0,2,33096,33067,33066,0,2,33096,33066,39008,0,2,39008,33066,33097,0,2,33100,33091,33067,0,2,33067,33090,39012,0,2,33091,33090,33067,0,2,39013,21473,21458,0,2,21458,21473,21474,0,2,21470,38974,39014,0,2,39014,21444,21471,0,2,21444,21445,21471,0,2,21443,38974,38973,0,2,39015,37596,20137,0,2,25995,25994,39017,0,2,39017,25994,39019,0,2,39019,39016,39018,0,2,39018,39016,20117,0,2,39018,25999,39019,0,2,39019,25999,39017,0,2,20123,39020,20122,0,2,39020,25885,20122,0,2,20122,25885,39021,0,2,39021,25885,20119,0,2,20271,20120,39021,0,2,20271,39021,20119,0,2,39022,25894,25895,0,2,39022,25895,26022,0,2,39023,37389,39024,0,2,39024,39025,39026,0,2,39024,39026,39023,0,2,39023,39026,39027,0,2,39023,39027,37388,0,2,39025,37414,39028,0,2,39025,39028,39026,0,2,39026,39028,39027,0,2,39027,39028,37409,0,2,37390,39024,37389,0,2,25993,20115,20116,0,2,20116,20117,39029,0,2,39029,39016,25992,0,2,25992,39016,39030,0,2,39030,39032,39031,0,2,39029,25992,25993,0,2,39029,25993,20116,0,2,25990,39031,25994,0,2,25994,39031,39032,0,2,39032,39016,39019,0,2,39016,39029,20117,0,2,25994,39032,39019,0,2,21489,25828,25829,0,2,21489,25829,25830,0,2,25741,25738,25743,0,2,25743,25738,25733,0,2,25743,25733,25744,0,2,25745,25744,39033,0,2,39033,25744,25731,0,2,25682,25688,21693,0,2,25711,25719,21861,0,2,25711,21861,25720,0,2,39034,21663,25736,0,2,25736,25741,39034,0,2,39034,25741,25740,0,2,38992,21664,38911,0,2,21664,39035,38911,0,2,39037,39036,39034,0,2,39036,39035,39034,0,2,39036,39037,38909,0,2,39037,25740,38909,0,2,38909,25740,25742,0,2,21664,39034,39035,0,2,21493,37684,21488,0,2,39039,21497,37692,0,2,37692,21497,39040,0,2,39041,39046,39045,0,2,39041,39045,39044,0,2,39041,39044,39042,0,2,37693,39042,39043,0,2,39050,39043,39044,0,2,39050,39044,39045,0,2,39040,21497,39046,0,2,39040,39046,39041,0,2,39047,39050,39038,0,2,39038,39050,39045,0,2,39045,39046,39038,0,2,39048,39050,39049,0,2,39049,39050,39147,0,2,39070,39049,37694,0,2,37694,39049,21637,0,2,39049,39070,39048,0,2,39048,39070,37693,0,2,37693,39043,39048,0,2,39048,39043,39050,0,2,21635,39047,21463,0,2,21635,21636,39047,0,2,39050,39047,21636,0,2,21636,39147,39050,0,2,39051,37692,39040,0,2,39051,39040,39052,0,2,21503,39052,21504,0,2,21504,39052,39053,0,2,21504,39053,21505,0,2,21505,39053,39054,0,2,39054,39053,39055,0,2,39057,39055,39056,0,2,39057,39056,39058,0,2,39057,39058,39059,0,2,39060,39063,39061,0,2,39060,39061,25760,0,2,25760,25771,39062,0,2,39062,25771,25763,0,2,39062,25763,25767,0,2,39060,39062,25764,0,2,39059,39058,39060,0,2,39060,39058,39063,0,2,39057,39054,39055,0,2,39072,39055,39064,0,2,39065,39066,39040,0,2,39065,39064,39066,0,2,39066,39064,39067,0,2,39052,39040,39066,0,2,39052,39066,39053,0,2,39053,39066,39067,0,2,39053,39067,39055,0,2,39056,39055,39072,0,2,39072,39068,39069,0,2,39152,39069,37693,0,2,39152,37693,39070,0,2,37693,39069,39071,0,2,39071,39068,39072,0,2,39071,39072,39065,0,2,39065,39072,39064,0,2,39068,39071,39069,0,2,21505,39054,39083,0,2,39082,39083,39073,0,2,39054,25765,39073,0,2,39073,25765,25799,0,2,25807,25800,25799,0,2,25765,39057,39059,0,2,39074,25798,25797,0,2,21508,25797,39075,0,2,39076,39075,25796,0,2,39076,25796,39077,0,2,39077,25794,39076,0,2,39075,39076,39078,0,2,39075,39078,21508,0,2,21508,39078,39079,0,2,39079,39119,21506,0,2,21506,39119,39081,0,2,21502,39080,39081,0,2,21506,39080,21504,0,2,39080,21506,39081,0,2,39074,39073,25799,0,2,39073,39074,39082,0,2,25797,21508,39074,0,2,39074,21508,39082,0,2,21508,21507,39082,0,2,39082,21507,39083,0,2,39052,21503,39051,0,2,39083,39054,39073,0,2,39168,39144,39084,0,2,39084,39144,39145,0,2,39085,39169,39648,0,2,39085,39648,39638,0,2,39085,39638,39086,0,2,39086,39638,39087,0,2,39637,24453,39115,0,2,39115,24453,24452,0,2,39115,24452,39088,0,2,39115,39088,39089,0,2,39089,37538,39112,0,2,39112,37538,37537,0,2,25060,37538,39089,0,2,25060,39089,39088,0,2,24450,39090,39088,0,2,25059,25060,39091,0,2,25059,39091,25058,0,2,25058,39091,25068,0,2,25067,39642,25068,0,2,25068,39642,25058,0,2,25060,39088,39090,0,2,25060,39090,39091,0,2,21540,21541,39160,0,2,21540,39160,21539,0,2,39093,39095,39094,0,2,21535,39094,21516,0,2,21516,39094,39096,0,2,21516,39096,21518,0,2,21518,39096,39097,0,2,39097,39096,39108,0,2,39099,39103,39114,0,2,39114,39103,39100,0,2,39100,39103,39101,0,2,39101,39103,39102,0,2,39102,39103,39111,0,2,39111,39103,39104,0,2,39099,39104,39103,0,2,39111,39107,39102,0,2,39101,39102,39105,0,2,39105,39102,39163,0,2,39105,39163,39167,0,2,39105,39167,39106,0,2,39169,39106,39084,0,2,39111,39098,39107,0,2,39098,39097,39107,0,2,39097,39108,39107,0,2,39107,39108,39109,0,2,39109,39108,39110,0,2,39110,39094,39095,0,2,21518,39097,21534,0,2,21534,39097,21519,0,2,21519,39097,39098,0,2,21519,39098,39111,0,2,39111,39104,37536,0,2,37537,39099,39112,0,2,39099,37537,37536,0,2,39099,39114,39113,0,2,39116,39113,39086,0,2,39114,39100,39086,0,2,39086,39100,39085,0,2,39099,39113,39112,0,2,39112,39113,39116,0,2,39112,39116,39115,0,2,39112,39115,39089,0,2,39116,39086,39087,0,2,39087,39637,39116,0,2,39637,39115,39116,0,2,39099,37536,39104,0,2,21520,37540,37536,0,2,37536,37540,39111,0,2,21520,39657,37532,0,2,39117,39093,39094,0,2,39094,21535,39117,0,2,39117,21535,21537,0,2,39108,39096,39110,0,2,21542,39118,39122,0,2,39119,39120,39081,0,2,39119,39078,39132,0,2,39132,49792,39121,0,2,39121,49792,25822,0,2,39121,25822,25820,0,2,39132,39121,39118,0,2,39118,39121,25820,0,2,39118,25820,39122,0,2,39132,39118,39119,0,2,39119,39079,39078,0,2,39081,39120,37691,0,2,39119,39118,39120,0,2,39120,39118,39124,0,2,21545,21544,25819,0,2,21558,21547,25817,0,2,21558,25817,25812,0,2,21548,25812,21549,0,2,25819,21544,25820,0,2,39122,25820,21544,0,2,39123,24382,39142,0,2,21542,39142,39143,0,2,21542,39143,39124,0,2,21541,39124,39144,0,2,39142,21542,21543,0,2,39142,21543,39123,0,2,24382,39645,39142,0,2,21551,21552,21550,0,2,21550,21552,21556,0,2,39125,24252,21554,0,2,24296,39126,24297,0,2,24297,39126,24247,0,2,24300,39128,39127,0,2,24267,39130,24268,0,2,24268,48856,39129,0,2,24287,39129,48856,0,2,48856,24268,39131,0,2,39131,24268,39130,0,2,39127,39128,39130,0,2,24270,24269,39129,0,2,39129,24269,24268,0,2,39132,39078,39076,0,2,21569,39244,25794,0,2,25794,39244,39076,0,2,39132,39076,39244,0,2,39132,39244,49792,0,2,39133,25821,25818,0,2,39133,25818,25819,0,2,39133,25819,25822,0,2,24653,39134,39135,0,2,39135,39136,21581,0,2,39135,39134,39141,0,2,39141,24654,39139,0,2,39140,24256,24260,0,2,39141,39137,39136,0,2,39141,39139,39137,0,2,39137,39139,39140,0,2,39141,39134,24654,0,2,39141,39136,39135,0,2,39143,39142,39645,0,2,39124,39143,39144,0,2,39144,39143,39145,0,2,39647,39145,39646,0,2,39647,39084,39145,0,2,39145,39143,39646,0,2,37684,25824,37659,0,2,21637,39148,21655,0,2,21655,39148,39147,0,2,21632,39147,21636,0,2,21619,21621,25726,0,2,21619,25726,25725,0,2,39149,25753,25746,0,2,39149,25746,25751,0,2,39149,25751,25750,0,2,25734,39149,25750,0,2,25752,25746,25753,0,2,25727,25726,21621,0,2,21660,21638,39150,0,2,39150,21638,39151,0,2,39150,39151,37695,0,2,37695,39151,39152,0,2,37695,39152,39070,0,2,39151,21638,21640,0,2,39151,21640,39153,0,2,39151,39153,39152,0,2,39152,39153,39069,0,2,39154,39153,39063,0,2,39056,39154,39058,0,2,39056,39072,39154,0,2,39154,39072,39069,0,2,39058,39154,39063,0,2,39043,39042,39044,0,2,37657,39155,37656,0,2,37657,39156,37682,0,2,37682,39156,21528,0,2,21528,39157,21527,0,2,39158,37656,37655,0,2,39171,37700,39159,0,2,37681,21528,21529,0,2,21531,37680,21529,0,2,21529,37680,37681,0,2,37681,37682,21528,0,2,39092,37687,39161,0,2,39161,37687,21539,0,2,39161,21539,39160,0,2,39093,39092,39161,0,2,39093,39161,39162,0,2,39162,39163,39109,0,2,39109,39163,39102,0,2,39107,39109,39102,0,2,39109,39110,39162,0,2,39162,39110,39095,0,2,39162,39095,39093,0,2,39161,39164,39162,0,2,39162,39164,39165,0,2,39162,39165,39163,0,2,39163,39165,39167,0,2,39161,39160,39164,0,2,39164,39160,39165,0,2,39165,39160,39166,0,2,39165,39166,39168,0,2,39165,39168,39167,0,2,39167,39168,39106,0,2,39106,39168,39084,0,2,39168,39166,39144,0,2,39144,39166,21541,0,2,39100,39101,39105,0,2,39100,39106,39169,0,2,39169,39085,39100,0,2,39106,39100,39105,0,2,21499,39170,37685,0,2,37701,37707,39171,0,2,39171,37707,37697,0,2,39059,25764,25765,0,2,39060,25760,39062,0,2,38926,38927,39172,0,2,38926,39172,25728,0,2,38929,25728,39172,0,2,39033,25731,38913,0,2,39033,38913,25742,0,2,25742,38913,38908,0,2,25730,38914,38913,0,2,25730,38913,25731,0,2,38993,39173,39178,0,2,39178,39173,39176,0,2,39176,39173,39174,0,2,39174,39175,38902,0,2,39176,38903,39178,0,2,39178,38903,21859,0,2,38902,39175,38901,0,2,39173,39175,39174,0,2,21860,38993,39177,0,2,39177,38993,39178,0,2,39178,21859,39177,0,2,21685,21672,25696,0,2,21672,25697,25696,0,2,21612,21610,25776,0,2,21612,21611,21610,0,2,21610,25691,39238,0,2,21686,25690,39180,0,2,21603,39180,24643,0,2,39180,25690,24643,0,2,24643,25690,39181,0,2,39329,39182,21733,0,2,39329,21733,39183,0,2,39183,39205,39335,0,2,39335,39205,39184,0,2,39184,39207,39185,0,2,39334,39185,39186,0,2,39334,39186,39331,0,2,39331,39186,39187,0,2,39187,39186,39189,0,2,39187,39189,24666,0,2,24666,39189,39188,0,2,39188,39189,39190,0,2,39190,48892,39197,0,2,39197,48892,39191,0,2,39191,39245,39192,0,2,39245,39249,39201,0,2,39201,39249,39193,0,2,39201,39193,39196,0,2,39194,39188,39190,0,2,39194,39198,39199,0,2,24672,24671,24664,0,2,39194,39199,24664,0,2,24664,39199,24672,0,2,24664,24671,25671,0,2,39200,39197,39192,0,2,39197,39191,39192,0,2,39200,39192,39201,0,2,39201,39192,39245,0,2,39194,39190,39198,0,2,39197,39198,39190,0,2,39198,39197,39199,0,2,39200,39201,39195,0,2,39195,39201,39196,0,2,39200,39199,39197,0,2,39195,24672,39200,0,2,39200,24672,39199,0,2,39185,39334,39184,0,2,39202,39331,39187,0,2,39182,33203,21733,0,2,39183,21733,39203,0,2,39205,21735,39206,0,2,39206,21735,33215,0,2,33206,21735,39204,0,2,39204,21735,39205,0,2,39204,39205,39203,0,2,39183,39203,39205,0,2,39205,39206,39184,0,2,39184,39206,39207,0,2,39209,39247,48893,0,2,39209,48893,39186,0,2,39285,39209,39208,0,2,39285,39208,39280,0,2,39285,39248,39209,0,2,39209,39248,39247,0,2,39209,39186,39185,0,2,39209,39185,39208,0,2,39208,39185,39207,0,2,39195,24181,39210,0,2,39210,24181,39309,0,2,39211,49788,39212,0,2,39306,39212,39213,0,2,39309,24179,49788,0,2,39213,49789,24682,0,2,39195,39210,39214,0,2,24670,24671,39215,0,2,39215,39195,39214,0,2,39215,39214,24670,0,2,39214,39210,24657,0,2,21576,21577,21585,0,2,21576,21585,39216,0,2,21562,48871,39218,0,2,39218,48871,48870,0,2,48870,48869,39217,0,2,39217,48869,21561,0,2,21561,21560,39217,0,2,39217,21560,21551,0,2,39217,21551,21550,0,2,48870,21550,39218,0,2,21550,48870,39217,0,2,25813,39219,25814,0,2,25814,39219,25812,0,2,25812,39219,21549,0,2,21549,39219,48748,0,2,21550,48749,39218,0,2,39218,48749,48748,0,2,39219,39220,48748,0,2,48748,39220,21562,0,2,48748,21562,39218,0,2,24594,24590,24589,0,2,24589,24591,39221,0,2,39221,24595,24594,0,2,24581,39221,24591,0,2,24266,39127,39223,0,2,24266,39223,39222,0,2,39223,24344,24343,0,2,24343,39222,39223,0,2,24344,39223,39127,0,2,24339,39224,24337,0,2,24351,25186,25187,0,2,24351,39225,24352,0,2,24352,39225,39226,0,2,39226,39225,25216,0,2,39225,24351,25187,0,2,25186,24350,39228,0,2,39228,24350,39227,0,2,39228,39227,24347,0,2,24347,39227,24349,0,2,24347,24349,24346,0,2,24347,25185,39228,0,2,39229,33167,33247,0,2,39229,33247,39230,0,2,33250,39230,33246,0,2,33246,33312,33259,0,2,33312,33246,33313,0,2,39230,33250,39229,0,2,33288,39231,39232,0,2,39232,39231,39233,0,2,39232,39233,21870,0,2,21870,39233,21869,0,2,39234,39232,21870,0,2,39232,33293,33288,0,2,33293,39232,33318,0,2,33318,39232,39234,0,2,21871,21868,21867,0,2,39236,39235,25676,0,2,25676,39235,25677,0,2,25677,39235,25679,0,2,39237,24661,24639,0,2,24637,24660,24659,0,2,39237,24639,21694,0,2,25692,21602,21601,0,2,21601,21602,25791,0,2,39238,21602,25692,0,2,39238,25692,21610,0,2,25762,39239,25774,0,2,25759,39239,21643,0,2,39239,25762,21643,0,2,25804,25805,21601,0,2,25804,21601,25791,0,2,21574,21575,39216,0,2,21573,21574,21586,0,2,21586,21574,39216,0,2,25784,39240,39241,0,2,39242,39241,21607,0,2,21567,21568,39243,0,2,39243,21568,25823,0,2,39245,39191,39246,0,2,39246,39191,39247,0,2,39246,39247,39248,0,2,39247,48890,48893,0,2,39245,39246,39249,0,2,39250,39249,39251,0,2,39250,39251,39252,0,2,39252,39288,39254,0,2,39254,39253,39277,0,2,39254,39277,39255,0,2,39255,39277,39256,0,2,39261,39259,39283,0,2,39261,39283,39260,0,2,39260,39274,39261,0,2,39261,24729,39262,0,2,39258,39259,39263,0,2,39263,39259,39262,0,2,39262,39259,39261,0,2,39262,24732,39263,0,2,39263,24732,24727,0,2,39263,24727,39264,0,2,39257,39264,39256,0,2,39256,39264,39265,0,2,39255,39265,24171,0,2,39255,24171,39254,0,2,39254,24172,24173,0,2,24173,24184,24182,0,2,39252,24182,39250,0,2,39250,39193,39249,0,2,24182,39252,24173,0,2,39252,39254,24173,0,2,24173,39266,24184,0,2,24184,39266,39316,0,2,39250,24182,39193,0,2,24172,39254,24171,0,2,39255,39256,39265,0,2,39257,39258,39264,0,2,39264,39258,39263,0,2,39264,39267,39265,0,2,39267,39264,24727,0,2,24727,39311,39267,0,2,39268,39270,39269,0,2,39269,39270,39313,0,2,39313,24169,39269,0,2,39269,24169,39271,0,2,39268,39269,39272,0,2,39268,39272,39267,0,2,39267,39272,39265,0,2,39271,39272,39269,0,2,24714,39272,39271,0,2,24729,39261,39273,0,2,24729,39273,39292,0,2,39292,39273,39298,0,2,21738,39273,39274,0,2,21738,39274,39297,0,2,39261,39274,39273,0,2,39248,39285,39275,0,2,39275,39285,39276,0,2,39276,39283,39284,0,2,39284,39253,39288,0,2,39288,39253,39254,0,2,39256,39277,39299,0,2,39256,39299,39257,0,2,39257,39299,39258,0,2,39258,39299,39278,0,2,39259,39258,39278,0,2,39248,39275,39246,0,2,39246,39275,39279,0,2,39246,39279,39249,0,2,39282,39280,39281,0,2,39282,39281,21736,0,2,21736,39281,33215,0,2,33215,39281,39206,0,2,21736,39260,39282,0,2,39278,39283,39259,0,2,39283,39282,39260,0,2,39283,39278,39284,0,2,39283,39276,39282,0,2,39282,39276,39285,0,2,39282,39285,39280,0,2,39280,39208,39207,0,2,39280,39207,39281,0,2,39281,39207,39206,0,2,39279,39286,39287,0,2,39279,39287,39251,0,2,39251,39287,39252,0,2,39287,39286,39276,0,2,39276,39284,39287,0,2,39287,39284,39288,0,2,39287,39288,39252,0,2,39276,39286,39275,0,2,39279,39275,39286,0,2,39251,39249,39279,0,2,39292,39289,39290,0,2,39292,39290,39291,0,2,39291,39344,24137,0,2,24139,24730,24137,0,2,24137,24730,39291,0,2,39291,24730,24740,0,2,39291,24740,39292,0,2,39289,39292,39298,0,2,24729,39292,24740,0,2,24137,39344,24136,0,2,33018,33019,24133,0,2,39295,33926,24131,0,2,39295,24131,39294,0,2,39294,24131,39293,0,2,39293,24744,39294,0,2,24744,24745,39294,0,2,39294,24745,39296,0,2,24133,39295,24134,0,2,39295,39296,24134,0,2,24134,39296,24135,0,2,39295,39294,39296,0,2,39297,39260,21736,0,2,39297,21736,21737,0,2,21738,21739,39298,0,2,39299,39284,39278,0,2,39284,39299,39253,0,2,39253,39299,39277,0,2,39300,24171,39302,0,2,39314,39315,39301,0,2,39301,39315,24691,0,2,39301,24691,24186,0,2,39314,39301,24715,0,2,24715,39301,24186,0,2,24715,24186,24185,0,2,39300,24185,24172,0,2,24185,39300,24720,0,2,24720,39300,39302,0,2,39302,24714,24720,0,2,39309,49788,39303,0,2,39303,24657,39210,0,2,24656,39303,39211,0,2,39308,39211,39304,0,2,24631,24673,39305,0,2,39305,24673,39304,0,2,39212,39306,39304,0,2,39212,39304,39211,0,2,39304,39306,39305,0,2,24673,24633,39304,0,2,39304,24633,39307,0,2,24656,39211,24655,0,2,24655,39211,39308,0,2,39308,39304,39307,0,2,39308,39307,24655,0,2,39303,39210,39309,0,2,39311,24737,24736,0,2,24737,39311,24727,0,2,24727,24738,24737,0,2,24738,24732,24733,0,2,24738,24733,24735,0,2,24733,24734,24735,0,2,24735,24734,24141,0,2,39267,39311,39268,0,2,39268,39311,24167,0,2,39312,24167,24736,0,2,24736,24167,39311,0,2,39268,24167,39270,0,2,24168,24169,39313,0,2,24168,39313,24199,0,2,24199,39313,24713,0,2,39313,39270,24713,0,2,24713,39270,24167,0,2,39315,24187,24686,0,2,24686,24691,39315,0,2,39315,39314,24717,0,2,24717,24719,24187,0,2,24187,39315,24717,0,2,24177,24175,24176,0,2,24175,24177,39316,0,2,39316,39266,24175,0,2,24623,24621,24189,0,2,24718,24189,24688,0,2,24615,24701,48875,0,2,24697,39317,24698,0,2,24698,39317,24612,0,2,24612,39317,39318,0,2,39318,39317,24614,0,2,24697,24695,39317,0,2,24695,24696,39317,0,2,48863,24611,24603,0,2,24603,24604,48866,0,2,48866,24604,39320,0,2,48866,39320,39319,0,2,39319,39320,39321,0,2,39319,39321,39140,0,2,39320,24605,39321,0,2,39140,39321,24256,0,2,24256,39321,24605,0,2,24159,24156,24160,0,2,39325,24160,24158,0,2,24158,24160,24165,0,2,24165,24160,24156,0,2,39498,39322,24742,0,2,24742,39322,24147,0,2,24147,39322,39410,0,2,24742,39323,39324,0,2,24748,39324,24140,0,2,39322,24129,39410,0,2,39410,24128,24148,0,2,24128,39410,24129,0,2,24145,24143,39323,0,2,24147,24145,39323,0,2,24147,39323,24742,0,2,39323,24142,39324,0,2,39324,24142,39325,0,2,39324,39325,24140,0,2,24158,24140,39325,0,2,24222,24155,24161,0,2,24222,24161,39522,0,2,24222,39522,24229,0,2,24229,39522,39524,0,2,24222,24223,24155,0,2,24223,24226,24162,0,2,24162,24226,24224,0,2,24105,24078,39328,0,2,39328,24078,39326,0,2,39326,24893,39327,0,2,39327,39328,39326,0,2,39329,39332,39202,0,2,39329,39202,39333,0,2,39333,39202,39330,0,2,39330,39202,39187,0,2,39330,39187,24667,0,2,24667,24668,39330,0,2,39330,24668,39333,0,2,39332,39329,39183,0,2,24669,39333,24668,0,2,24669,39182,39333,0,2,39333,39182,39329,0,2,39331,39202,39332,0,2,39331,39332,39334,0,2,39334,39332,39335,0,2,39334,39335,39184,0,2,39183,39335,39332,0,2,33222,33221,33233,0,2,39289,39337,39290,0,2,21740,39337,39298,0,2,39298,39337,39289,0,2,21740,39336,39337,0,2,39337,39336,25590,0,2,39336,21742,25591,0,2,25591,21742,25592,0,2,25592,21742,21743,0,2,21740,21742,39336,0,2,33226,21741,33227,0,2,33227,21741,33210,0,2,33227,33210,33225,0,2,33178,33248,33249,0,2,21749,25609,21747,0,2,21747,33221,21746,0,2,21746,33221,33222,0,2,33233,39338,33222,0,2,39338,33231,33223,0,2,39339,25585,39340,0,2,39340,25584,25611,0,2,39340,25611,39339,0,2,33015,39341,33014,0,2,33015,33014,33012,0,2,33012,33014,33013,0,2,25587,39341,39343,0,2,39343,39341,33015,0,2,33015,33016,39343,0,2,39342,33018,24136,0,2,24136,39344,39342,0,2,39342,39344,33016,0,2,25587,39343,25588,0,2,25590,25588,39337,0,2,39337,25588,39290,0,2,39291,39290,39344,0,2,39343,39290,25588,0,2,39343,33016,39344,0,2,39343,39344,39290,0,2,21785,21777,21775,0,2,25630,21773,21774,0,2,33276,39345,25632,0,2,25632,39345,25633,0,2,21774,21783,21775,0,2,21775,21783,21767,0,2,21767,21766,21785,0,2,21785,21775,21767,0,2,21895,21890,39346,0,2,23692,39347,21904,0,2,21904,39347,21833,0,2,21852,21855,21875,0,2,21852,21875,21888,0,2,21888,21875,21877,0,2,38913,38914,38930,0,2,39010,33093,33092,0,2,33125,33094,38949,0,2,38949,33094,38950,0,2,39349,39348,33132,0,2,33132,33128,39349,0,2,39349,39350,38947,0,2,39349,33128,39350,0,2,39351,39350,33126,0,2,33126,39350,33128,0,2,38892,33132,39352,0,2,39352,33132,39348,0,2,39350,39351,38947,0,2,38947,39351,39354,0,2,39354,39351,39353,0,2,38948,39354,38949,0,2,33125,38949,39353,0,2,38968,39355,38962,0,2,38968,38962,38985,0,2,38968,38985,38984,0,2,38968,38984,38983,0,2,39356,38968,38983,0,2,38869,39356,38871,0,2,38871,39356,39357,0,2,38983,38979,39356,0,2,39356,38979,39357,0,2,39357,38979,38981,0,2,22313,23060,22307,0,2,22313,22307,22289,0,2,22307,22291,22289,0,2,33121,33122,22309,0,2,22309,33122,33123,0,2,22309,33123,39358,0,2,22307,23060,22308,0,2,23059,23060,39358,0,2,22309,39358,23060,0,2,23058,33123,39377,0,2,33120,39377,33123,0,2,33086,39359,33080,0,2,33080,33085,33081,0,2,39360,33114,33113,0,2,39361,33117,22259,0,2,39362,39361,39363,0,2,33117,39361,39362,0,2,39363,39364,39362,0,2,39362,39364,39380,0,2,23066,23067,39365,0,2,39365,23067,23069,0,2,23081,23084,22306,0,2,22306,23084,23083,0,2,22306,23083,22305,0,2,22306,22295,23081,0,2,23081,22295,39366,0,2,23081,39366,39367,0,2,39367,39366,39368,0,2,39382,39368,22308,0,2,39369,22308,23059,0,2,23059,22308,23060,0,2,22308,39370,39371,0,2,22290,39371,22294,0,2,22294,39371,39372,0,2,39372,39374,39373,0,2,39373,39374,39366,0,2,22374,39372,39373,0,2,22295,39373,39366,0,2,22308,39368,39370,0,2,39370,39368,39374,0,2,39366,39374,39368,0,2,39374,39372,39370,0,2,39367,39368,23080,0,2,39368,39382,23080,0,2,39369,23057,23079,0,2,23079,23057,39375,0,2,23079,39375,23078,0,2,23078,39375,23077,0,2,33119,38883,38884,0,2,33119,38884,23056,0,2,38883,33119,38971,0,2,38971,33119,39378,0,2,38971,39378,38888,0,2,39376,38887,39364,0,2,33119,23057,39377,0,2,38888,39378,39379,0,2,38888,39379,38887,0,2,33119,39377,39378,0,2,39378,39377,39379,0,2,38887,39379,39380,0,2,38887,39380,39364,0,2,33118,39380,39379,0,2,39381,39365,23069,0,2,22303,39381,22302,0,2,23079,39382,39369,0,2,39369,39382,22308,0,2,39383,39384,22262,0,2,39384,22264,22262,0,2,22315,22311,33121,0,2,22315,33121,22288,0,2,23077,39375,23075,0,2,39387,39386,22169,0,2,39387,22169,22170,0,2,22371,39386,39387,0,2,38824,22319,22170,0,2,38822,38823,22168,0,2,38822,22168,22356,0,2,22169,39386,22378,0,2,39388,38826,22378,0,2,22380,22378,39386,0,2,39389,22360,22359,0,2,39389,22359,22340,0,2,38822,22356,22320,0,2,39390,22273,22278,0,2,22190,39391,22180,0,2,22338,22207,22208,0,2,22208,22324,22338,0,2,37839,39393,39392,0,2,39381,22958,22302,0,2,39381,23069,22958,0,2,22958,23069,23070,0,2,39394,39365,23082,0,2,23066,39365,39394,0,2,23082,23084,39394,0,2,39394,23084,39395,0,2,39394,39395,23072,0,2,23084,23081,39395,0,2,23072,39395,23065,0,2,23065,39395,23081,0,2,23066,39394,23032,0,2,23130,23029,23030,0,2,33127,33131,39363,0,2,33127,39363,39396,0,2,33133,33126,39396,0,2,39396,33126,33127,0,2,23057,23058,39377,0,2,22301,22299,22302,0,2,38843,22299,22300,0,2,22300,22299,22301,0,2,33135,33088,33134,0,2,33090,33068,39012,0,2,33068,33090,33088,0,2,23724,39397,23723,0,2,21902,23677,21901,0,2,21901,23677,39398,0,2,21901,39398,39399,0,2,21903,39399,39398,0,2,23690,23693,21907,0,2,23690,21907,23697,0,2,23697,23706,39400,0,2,23697,39400,23690,0,2,39402,39403,39404,0,2,39404,39403,39405,0,2,39404,39405,33075,0,2,33075,39406,33077,0,2,39401,39404,33074,0,2,33075,33074,39404,0,2,39403,32938,39405,0,2,33075,39405,33060,0,2,33075,33060,39406,0,2,39406,33060,33059,0,2,33060,39405,33061,0,2,33082,32934,22252,0,2,22252,32934,22246,0,2,38923,38922,39407,0,2,39407,38922,38921,0,2,39408,21727,21728,0,2,39408,21728,25659,0,2,25659,21728,39409,0,2,24669,21698,21732,0,2,21732,21698,21700,0,2,21732,21700,39409,0,2,21732,39409,21730,0,2,25659,39409,21700,0,2,21732,39182,24669,0,2,33936,33020,33021,0,2,24143,24142,39323,0,2,24127,39411,39412,0,2,24127,39412,24100,0,2,24096,39413,24097,0,2,39413,24098,24097,0,2,39414,39416,39415,0,2,39415,39416,24859,0,2,39413,24845,39417,0,2,39413,39417,24098,0,2,39417,24845,39412,0,2,39412,24098,39417,0,2,39416,39414,24845,0,2,39412,24845,39414,0,2,39414,39415,24101,0,2,24850,39415,39418,0,2,24850,39418,24846,0,2,24850,24102,39415,0,2,39415,24102,24101,0,2,24103,24850,39523,0,2,24850,24849,39523,0,2,39523,24849,24104,0,2,24846,39418,24857,0,2,24857,39418,24859,0,2,24859,39418,39415,0,2,24863,24852,24866,0,2,24863,39513,24852,0,2,39513,24864,24120,0,2,24086,39419,24087,0,2,39419,24086,24116,0,2,39419,24116,24115,0,2,39420,24085,39421,0,2,39420,39421,39422,0,2,39422,39423,39424,0,2,39424,39427,39425,0,2,39425,39426,24117,0,2,24081,24117,39426,0,2,39426,39425,39427,0,2,39427,39424,39423,0,2,39425,39428,39424,0,2,39424,39428,39422,0,2,39422,39428,39420,0,2,39421,39429,39422,0,2,39422,39429,39423,0,2,39423,39429,39430,0,2,39421,24084,39429,0,2,39429,24084,39430,0,2,24085,39420,24086,0,2,24090,24089,39431,0,2,39431,24091,24090,0,2,39431,24114,24863,0,2,24883,39433,39451,0,2,39451,39433,39432,0,2,39432,39433,39434,0,2,39434,39433,39435,0,2,39434,39435,39438,0,2,39438,39435,39437,0,2,39437,39452,39436,0,2,39437,39436,39438,0,2,39440,39439,39448,0,2,39440,39449,39441,0,2,39443,39467,39466,0,2,39447,39444,39445,0,2,39447,39445,39446,0,2,39442,39447,39441,0,2,39450,39448,39439,0,2,39448,24069,24070,0,2,39448,24070,39440,0,2,39440,24070,39449,0,2,39441,39449,39442,0,2,39449,24071,39442,0,2,39438,39450,39432,0,2,39432,39469,39451,0,2,39461,24883,39451,0,2,39432,39434,39438,0,2,39450,39439,39432,0,2,25434,39436,39452,0,2,25422,39452,39503,0,2,39423,24082,39456,0,2,39456,24082,39455,0,2,39455,24082,39460,0,2,39455,39460,39453,0,2,39423,39456,39427,0,2,39427,39456,39457,0,2,39458,39525,39472,0,2,39472,39525,39518,0,2,39472,39518,39519,0,2,39472,39519,24896,0,2,24896,39519,24895,0,2,39472,24896,24900,0,2,39460,39459,39462,0,2,39460,24082,39459,0,2,39459,24082,24882,0,2,39459,24882,39461,0,2,39459,39461,39462,0,2,39462,39461,39446,0,2,39441,39468,39440,0,2,39441,39447,39468,0,2,39468,39447,39446,0,2,39446,39445,39462,0,2,39460,39462,39445,0,2,39453,39445,39463,0,2,39453,39463,39466,0,2,39453,39466,39516,0,2,39516,39467,24073,0,2,24073,39467,39464,0,2,24073,39464,24537,0,2,24537,39464,39473,0,2,39473,39464,39467,0,2,39473,39467,24072,0,2,24072,39467,39465,0,2,39465,39467,39443,0,2,39467,39516,39466,0,2,39444,39463,39445,0,2,39443,39442,39465,0,2,39465,39442,24071,0,2,39460,39445,39453,0,2,24882,24883,39461,0,2,39461,39451,39470,0,2,39470,39451,39469,0,2,39470,39469,39468,0,2,39468,39469,39440,0,2,39440,39469,39439,0,2,39439,39469,39432,0,2,39468,39446,39470,0,2,39470,39446,39461,0,2,39458,39471,39525,0,2,39458,39457,39471,0,2,39471,39457,39456,0,2,24898,39458,39472,0,2,24898,39472,24897,0,2,39472,24900,24897,0,2,24898,39426,39458,0,2,39458,39426,39457,0,2,39474,24539,39473,0,2,39474,39473,39475,0,2,24539,24538,39473,0,2,39475,39473,24072,0,2,24902,39476,39449,0,2,39449,39476,24071,0,2,24539,39474,24543,0,2,24543,39474,24907,0,2,24907,39474,39477,0,2,39477,39474,39475,0,2,24067,25438,24066,0,2,24066,25438,24906,0,2,24906,25438,24930,0,2,24906,24930,24065,0,2,25438,24067,25437,0,2,25437,24067,24069,0,2,25437,24069,39448,0,2,24924,24923,24913,0,2,24911,24938,24910,0,2,24909,24910,24937,0,2,24910,24938,24937,0,2,24922,24939,24938,0,2,24922,24938,24913,0,2,24913,24938,24911,0,2,39478,24921,24920,0,2,39478,24920,39479,0,2,24277,39479,39544,0,2,39478,39479,39480,0,2,39479,24278,39480,0,2,39481,39480,24934,0,2,24935,24934,39480,0,2,39480,39481,39478,0,2,39478,39481,24921,0,2,24277,24276,39496,0,2,24277,39496,39495,0,2,24277,39495,39482,0,2,39482,39495,39483,0,2,39482,39483,39497,0,2,39497,39483,39484,0,2,39484,39485,39486,0,2,39489,39488,24282,0,2,39487,24282,39488,0,2,39485,39488,39489,0,2,39485,39489,39486,0,2,24316,39490,39491,0,2,24317,39492,24318,0,2,24317,24315,39492,0,2,39485,39490,39488,0,2,39485,39484,39490,0,2,39490,39484,39493,0,2,39491,39493,39494,0,2,39491,39494,39492,0,2,39492,39494,24318,0,2,39493,39491,39490,0,2,39484,39483,39493,0,2,39493,39483,39494,0,2,24322,39495,24323,0,2,24323,39495,24324,0,2,24324,39495,39496,0,2,24290,24324,39496,0,2,39494,24322,24318,0,2,39483,24322,39494,0,2,39483,39495,24322,0,2,39486,24280,39484,0,2,39497,24278,39482,0,2,39482,24278,24277,0,2,24129,39322,39498,0,2,24129,39498,33931,0,2,24744,39498,24743,0,2,24744,39293,39498,0,2,39498,39293,33931,0,2,24129,24130,24128,0,2,33931,39293,24131,0,2,24132,24753,33931,0,2,33931,24753,24130,0,2,24132,33930,24753,0,2,24753,24099,24128,0,2,24130,24753,24128,0,2,24760,39499,24761,0,2,24760,24761,24782,0,2,24760,24782,24781,0,2,39499,24760,24759,0,2,24088,24089,39500,0,2,39500,24089,24892,0,2,39501,24113,39502,0,2,39502,24864,24114,0,2,25422,39503,25421,0,2,39505,25444,33809,0,2,24756,33939,33923,0,2,24764,24842,24765,0,2,24763,24764,24783,0,2,24886,39506,24878,0,2,24878,39506,39507,0,2,24878,39507,39512,0,2,24879,24886,24878,0,2,39512,39507,24875,0,2,24874,39507,39506,0,2,39512,39511,24876,0,2,39435,24877,24876,0,2,24879,24877,39433,0,2,39435,39433,24877,0,2,39437,39435,39508,0,2,39503,39508,25421,0,2,39437,39508,39452,0,2,39503,39452,39508,0,2,39511,39508,39435,0,2,39508,39511,39509,0,2,39508,39509,39510,0,2,39510,39509,25443,0,2,39510,25421,39508,0,2,25443,39511,39512,0,2,25443,39512,24875,0,2,24087,39419,39501,0,2,39501,39419,24113,0,2,39513,24120,24851,0,2,24121,24107,24848,0,2,24848,24107,24104,0,2,24848,24104,24849,0,2,24121,24848,24847,0,2,24121,24847,24124,0,2,24078,24900,39514,0,2,24893,39515,24894,0,2,24894,39515,24895,0,2,39515,24893,39326,0,2,39515,39326,39514,0,2,39514,39326,24078,0,2,39455,39453,39454,0,2,39454,39453,39516,0,2,39526,39516,39517,0,2,39526,39517,39518,0,2,39518,39517,39519,0,2,39526,39518,39525,0,2,39516,39526,39454,0,2,39517,39516,24073,0,2,24073,39520,39517,0,2,39517,39520,39519,0,2,24895,39519,39521,0,2,39524,39522,39523,0,2,39523,39522,24103,0,2,39524,39523,24104,0,2,39524,24104,24106,0,2,24103,39522,24161,0,2,39525,39471,39454,0,2,39454,39526,39525,0,2,39454,39471,39455,0,2,39456,39455,39471,0,2,39466,39444,39443,0,2,39447,39442,39444,0,2,39444,39442,39443,0,2,24543,24545,24532,0,2,24543,24532,24539,0,2,24525,24523,24901,0,2,24525,24901,24074,0,2,24525,24074,24526,0,2,24526,24074,24527,0,2,24074,24541,24527,0,2,39543,24316,39527,0,2,39487,39543,24283,0,2,24234,39529,39528,0,2,24284,24283,39529,0,2,48861,39530,24235,0,2,24235,39530,24236,0,2,39529,24234,24233,0,2,24233,24234,39531,0,2,39532,24234,39530,0,2,39532,39530,48861,0,2,48858,48861,39533,0,2,48860,39534,39541,0,2,48860,39541,24218,0,2,24218,39541,24216,0,2,24216,39541,39535,0,2,24216,39535,39539,0,2,24215,39539,24214,0,2,39536,39537,24212,0,2,39542,39538,24214,0,2,39542,24214,39540,0,2,39540,24214,39539,0,2,24214,39538,39536,0,2,39539,39535,39540,0,2,39540,39535,39534,0,2,39540,39534,39533,0,2,39533,39534,48858,0,2,39535,39541,39534,0,2,24521,39538,39542,0,2,39540,39533,39542,0,2,24521,39542,24235,0,2,24235,39542,39533,0,2,24235,39533,48861,0,2,39536,24213,24214,0,2,24214,24213,24558,0,2,24325,39528,39527,0,2,39527,39528,39529,0,2,39527,39529,39543,0,2,39543,39529,24283,0,2,39544,33856,39545,0,2,39479,24920,39544,0,2,39544,33860,33856,0,2,33841,33840,39546,0,2,33885,39579,33839,0,2,33839,39579,39547,0,2,33840,39547,39579,0,2,39581,33885,39548,0,2,39581,39548,39550,0,2,39550,33891,33838,0,2,39549,33838,33891,0,2,33896,39548,33885,0,2,39581,39550,33838,0,2,39581,33838,39551,0,2,39552,39573,39553,0,2,39577,39553,39591,0,2,39577,39591,39575,0,2,39555,39556,39592,0,2,39556,39557,39558,0,2,39559,39594,39560,0,2,39562,33835,39563,0,2,39562,39563,39561,0,2,39561,24949,39560,0,2,39560,24949,39559,0,2,39559,24951,24950,0,2,39563,33899,25375,0,2,39563,24949,39561,0,2,39596,33835,39562,0,2,39596,39562,39568,0,2,39568,39569,39567,0,2,39567,39569,39564,0,2,39567,39564,33837,0,2,39567,33837,39565,0,2,39565,39597,39566,0,2,39565,39566,39567,0,2,39568,39567,39566,0,2,39562,39561,39568,0,2,39568,39561,39569,0,2,39570,39558,39557,0,2,39558,39570,39560,0,2,39569,39595,39564,0,2,39564,39595,39571,0,2,39595,39570,39571,0,2,39571,39551,33838,0,2,39551,39571,39570,0,2,39551,39570,39572,0,2,39572,39570,39557,0,2,39572,39557,39590,0,2,39590,39553,39572,0,2,39572,39553,39573,0,2,39561,39560,39569,0,2,39574,33845,33843,0,2,33866,39576,39555,0,2,39576,33865,39554,0,2,39554,33847,39575,0,2,39574,39575,33847,0,2,33865,33847,39554,0,2,39553,39577,39552,0,2,39578,39577,39582,0,2,39578,39582,39579,0,2,39579,39582,39546,0,2,39546,33840,39579,0,2,39580,39578,39581,0,2,39580,39581,39551,0,2,39552,39578,39580,0,2,39552,39580,39573,0,2,39573,39580,39572,0,2,39572,39580,39551,0,2,39578,39552,39577,0,2,39578,39579,33885,0,2,39578,33885,39581,0,2,33841,39546,33842,0,2,33842,39546,33843,0,2,33843,39546,39582,0,2,39582,39577,39574,0,2,39582,39574,33843,0,2,33877,33849,33876,0,2,33836,39597,39583,0,2,39598,24055,39584,0,2,24055,39585,39584,0,2,39584,39585,39586,0,2,39584,39586,33901,0,2,39586,39589,33900,0,2,39585,39599,39586,0,2,39589,24054,39587,0,2,39587,24054,25374,0,2,39589,39586,39588,0,2,39588,39586,39599,0,2,39597,33886,39583,0,2,39583,33886,24057,0,2,39583,24057,24055,0,2,33836,39583,39598,0,2,39598,39583,24055,0,2,39591,39556,39555,0,2,39591,39555,39554,0,2,39554,39575,39591,0,2,39556,39591,39590,0,2,39557,39556,39590,0,2,39593,39592,39556,0,2,39593,39556,39558,0,2,39558,39594,24950,0,2,24950,39594,39559,0,2,39555,39592,33866,0,2,33866,39592,24952,0,2,39554,39555,39576,0,2,24950,39593,39558,0,2,39593,24950,24952,0,2,39593,24952,39592,0,2,39560,39570,39595,0,2,39595,39569,39560,0,2,39568,39566,39596,0,2,39596,39566,39597,0,2,39596,39597,33836,0,2,24056,33810,33811,0,2,33811,33810,39505,0,2,33811,39505,33809,0,2,39588,39599,33809,0,2,39588,33809,39600,0,2,25374,24054,39601,0,2,39601,24054,39600,0,2,25437,39603,39602,0,2,39603,25435,25433,0,2,25435,39603,25436,0,2,39448,25436,25437,0,2,25437,25436,39603,0,2,25435,25434,25433,0,2,24064,33883,39604,0,2,39604,33883,33884,0,2,39604,33884,24912,0,2,39604,24912,24930,0,2,25418,24873,39605,0,2,39605,33812,25418,0,2,24054,39589,39588,0,2,25487,25469,25468,0,2,23945,33792,24822,0,2,33791,23945,24822,0,2,24024,24023,39606,0,2,39606,24023,24011,0,2,24024,39607,24025,0,2,24025,39607,39609,0,2,39606,24010,39607,0,2,39606,39607,24024,0,2,39607,39608,39609,0,2,39609,39608,25519,0,2,39609,25519,39612,0,2,25519,39608,23955,0,2,24027,39610,24031,0,2,24027,24031,39611,0,2,24031,39612,25518,0,2,39612,24031,39609,0,2,39609,24031,39610,0,2,24048,25416,24047,0,2,24037,24028,24027,0,2,24037,24027,39611,0,2,24034,25506,39613,0,2,39613,25506,25507,0,2,24034,39613,24036,0,2,24036,39613,34176,0,2,25312,39613,25507,0,2,34176,25318,39614,0,2,39614,25297,25298,0,2,39614,25298,34176,0,2,25443,39509,39511,0,2,24903,39477,39475,0,2,39475,39476,24903,0,2,39615,24921,39481,0,2,24922,39615,24939,0,2,24939,39615,39481,0,2,24939,39481,24934,0,2,33874,24954,39616,0,2,39616,24954,24955,0,2,39616,24955,33870,0,2,33870,33873,39616,0,2,39617,24959,33879,0,2,39617,33879,33876,0,2,33878,33879,24973,0,2,33878,24973,24972,0,2,39619,24972,25184,0,2,33878,33880,33877,0,2,39618,33878,39619,0,2,24972,39619,33878,0,2,39618,33880,33878,0,2,24346,24345,24269,0,2,24269,24345,24268,0,2,24975,24964,24984,0,2,39620,24976,24984,0,2,39620,24984,24974,0,2,39620,24974,24967,0,2,39620,39621,24968,0,2,24511,24489,24506,0,2,24491,24506,24354,0,2,24354,24506,24489,0,2,24511,24506,24509,0,2,24509,24506,24510,0,2,24499,24500,24362,0,2,24362,24500,24494,0,2,39622,25221,25233,0,2,25228,39623,25219,0,2,25219,39623,39624,0,2,25215,25214,39624,0,2,39624,25214,25219,0,2,39622,25228,39625,0,2,39625,25228,25219,0,2,25228,39622,25227,0,2,25227,39622,25226,0,2,25212,39622,39625,0,2,25215,39624,24404,0,2,24353,24352,39626,0,2,39626,24352,39226,0,2,24332,24336,39627,0,2,39627,24336,24339,0,2,39629,39630,24265,0,2,24265,39630,24264,0,2,39629,24265,24266,0,2,24266,39222,39629,0,2,39629,39222,39628,0,2,24328,24367,24375,0,2,24498,24501,24496,0,2,24373,39631,24372,0,2,24372,39631,24365,0,2,39631,24373,24364,0,2,24380,24365,24444,0,2,24444,24365,24379,0,2,24479,24444,24379,0,2,24459,24450,24451,0,2,24459,24451,24443,0,2,24388,24378,24377,0,2,24402,24478,24388,0,2,24402,24388,24401,0,2,39632,24505,24504,0,2,39632,24359,24360,0,2,39632,24360,24468,0,2,39632,24468,24505,0,2,24359,39632,39633,0,2,39633,39632,39636,0,2,24358,39633,39634,0,2,39636,39635,39634,0,2,39634,24357,24358,0,2,39636,48849,39635,0,2,39633,39636,39634,0,2,39632,24504,39636,0,2,39636,24504,48849,0,2,24407,24409,24426,0,2,24426,24410,45554,0,2,24426,45554,24427,0,2,24436,24447,24437,0,2,24450,39088,24452,0,2,24453,39637,24454,0,2,39638,24454,39087,0,2,39087,24454,39637,0,2,24452,24451,24450,0,2,39824,39639,39641,0,2,39641,39639,39640,0,2,39641,39640,25065,0,2,25065,25066,39641,0,2,39824,39641,39642,0,2,39824,39642,25057,0,2,25066,25065,25061,0,2,25061,25059,25066,0,2,25066,25059,25058,0,2,25060,25059,25061,0,2,24443,24451,39650,0,2,39650,24451,24452,0,2,24444,24443,24380,0,2,24380,24443,39643,0,2,24400,39644,24384,0,2,24384,39644,39645,0,2,24384,39645,24382,0,2,39645,39646,39143,0,2,39648,39647,39649,0,2,39649,24381,24454,0,2,39084,39647,39169,0,2,39169,39647,39648,0,2,39648,39649,39638,0,2,39638,39649,24454,0,2,24452,24453,39650,0,2,39650,24453,39652,0,2,39650,39651,39643,0,2,39643,24443,39650,0,2,39650,39652,39651,0,2,39651,39652,24394,0,2,25061,39653,25062,0,2,25062,39653,25063,0,2,25063,39653,37531,0,2,39653,25061,25065,0,2,37442,37506,37441,0,2,37441,37506,37505,0,2,37506,37443,37507,0,2,37443,37444,37507,0,2,37507,37444,39654,0,2,39654,37446,39656,0,2,39656,37448,37447,0,2,37446,39654,37445,0,2,39656,39655,39654,0,2,39655,37508,39654,0,2,37676,37675,37534,0,2,37535,37534,37675,0,2,37676,25944,37675,0,2,25062,39657,37537,0,2,39657,25063,37532,0,2,25063,37531,37677,0,2,37677,37533,25063,0,2,37547,37546,37541,0,2,39639,39876,39658,0,2,39639,39658,39659,0,2,39659,39658,39679,0,2,39679,39680,39660,0,2,39660,39680,39661,0,2,39660,39661,39668,0,2,39878,39668,37528,0,2,39662,37449,37448,0,2,39662,37528,39663,0,2,37449,39664,39665,0,2,37449,39665,39666,0,2,37451,39666,39667,0,2,37514,39667,39799,0,2,37514,39799,37452,0,2,37451,37450,39666,0,2,39666,37450,37449,0,2,37449,39663,39664,0,2,39663,37449,39662,0,2,39664,39663,39668,0,2,39887,39661,39669,0,2,39830,39829,39670,0,2,39670,39829,39671,0,2,39670,39671,39834,0,2,39671,39672,39673,0,2,39787,39673,39675,0,2,39674,39675,39794,0,2,39675,39826,39676,0,2,39676,39826,39825,0,2,39676,39825,39677,0,2,39669,39661,39680,0,2,39680,39679,39658,0,2,37548,39681,37448,0,2,37548,37448,37445,0,2,39662,37448,39681,0,2,37448,37446,37445,0,2,39682,37514,37509,0,2,37509,39683,39682,0,2,39685,39693,39686,0,2,39689,39687,39688,0,2,39689,39709,39690,0,2,39687,39690,39711,0,2,26080,39685,39691,0,2,39691,39685,39686,0,2,39691,39686,39687,0,2,39687,39689,39690,0,2,39687,39686,39688,0,2,39692,39688,39686,0,2,39685,39684,39693,0,2,39693,39684,37511,0,2,39693,37511,39694,0,2,39686,39694,39692,0,2,39692,39694,39697,0,2,39692,39697,39698,0,2,39699,39689,39688,0,2,39699,39688,39698,0,2,39694,39686,39693,0,2,37511,39684,37509,0,2,37509,39684,37515,0,2,26080,39695,39685,0,2,39685,39695,39684,0,2,39696,39691,39687,0,2,39696,39687,39711,0,2,39694,39714,39697,0,2,48677,39700,48676,0,2,48676,39700,48679,0,2,48679,48674,39701,0,2,39701,48674,39722,0,2,39701,39722,48689,0,2,48689,39722,39702,0,2,48689,39702,39732,0,2,48689,39732,26059,0,2,39703,39700,39704,0,2,26076,39704,39705,0,2,26075,39706,48686,0,2,26075,48686,39707,0,2,39707,48686,48666,0,2,48666,48686,48688,0,2,39708,39703,39704,0,2,39708,39710,39709,0,2,39709,39710,39690,0,2,39690,39710,39711,0,2,39710,39712,39711,0,2,39712,26158,26078,0,2,39712,26078,39713,0,2,39713,26078,48729,0,2,48729,26079,26091,0,2,39712,39713,39711,0,2,39711,39713,39696,0,2,39696,39713,39691,0,2,39709,39703,39708,0,2,39709,39689,39703,0,2,39703,39689,39699,0,2,37512,39715,48737,0,2,48737,39715,39716,0,2,37512,48736,39714,0,2,39714,48736,39697,0,2,37452,39715,37513,0,2,39715,37512,37513,0,2,37511,39714,39694,0,2,39717,48736,39718,0,2,39720,37455,37479,0,2,39929,37479,37478,0,2,39717,39718,39721,0,2,39722,39721,39723,0,2,39722,39723,39702,0,2,39702,39723,39731,0,2,39731,39723,39729,0,2,7955,39724,39725,0,2,39725,39726,39727,0,2,39727,7955,39725,0,2,7955,39728,39724,0,2,39728,39730,39724,0,2,39724,39730,39729,0,2,7955,20053,39728,0,2,7954,7953,39730,0,2,39730,7953,39729,0,2,39729,7953,39731,0,2,39731,7952,39732,0,2,39732,7952,20069,0,2,20069,26059,39732,0,2,39702,39731,39732,0,2,39733,39809,39734,0,2,39736,39735,39737,0,2,39737,39822,39736,0,2,39736,39822,39738,0,2,39805,39733,39734,0,2,39740,39810,39806,0,2,39742,39741,39897,0,2,39742,39897,39816,0,2,39758,39743,39744,0,2,39746,39744,25098,0,2,39746,25098,39902,0,2,25098,39744,39745,0,2,39744,39746,39760,0,2,39760,39746,39901,0,2,39760,39901,39899,0,2,39760,39899,39748,0,2,39747,39748,39759,0,2,39749,39750,39907,0,2,39903,39904,39759,0,2,39903,39759,39748,0,2,39904,39750,39759,0,2,39907,39750,39904,0,2,39750,39751,39752,0,2,39747,39752,39754,0,2,39747,39754,39753,0,2,39754,40042,39814,0,2,39757,39756,39743,0,2,39743,39758,39757,0,2,39755,39757,39753,0,2,39814,39755,39753,0,2,39814,39753,39754,0,2,39757,39758,39747,0,2,39757,39747,39753,0,2,39758,39744,39760,0,2,39758,39760,39747,0,2,39747,39759,39752,0,2,39752,39759,39750,0,2,39748,39747,39760,0,2,39744,39743,39745,0,2,25096,39764,25097,0,2,39745,39743,39764,0,2,39745,39764,25096,0,2,39743,39898,39764,0,2,39764,39898,39761,0,2,39761,39762,39763,0,2,39763,40044,25097,0,2,25097,39764,39763,0,2,39763,39764,39761,0,2,39896,39741,39804,0,2,39804,39806,39765,0,2,39882,39895,39889,0,2,39882,39889,39766,0,2,39767,39768,39880,0,2,39880,39768,39890,0,2,39890,39770,39769,0,2,39769,39770,37453,0,2,37453,37452,39769,0,2,39846,39879,39803,0,2,39884,39846,39771,0,2,39843,39847,39772,0,2,39772,39847,39848,0,2,39772,39848,39870,0,2,39870,39848,39773,0,2,39849,39838,39774,0,2,39775,39776,39861,0,2,39776,39777,39784,0,2,39777,39836,39779,0,2,39779,39836,39778,0,2,39779,39778,39780,0,2,39781,39782,39780,0,2,39780,39782,39779,0,2,39783,39784,39777,0,2,39783,39777,39779,0,2,39781,25077,39782,0,2,39782,40074,39783,0,2,39783,40074,40050,0,2,39784,40050,39785,0,2,39784,39785,39858,0,2,39861,39776,39784,0,2,39861,39784,39858,0,2,39783,39779,39782,0,2,39674,39786,39787,0,2,39787,39675,39674,0,2,39788,39674,39794,0,2,39794,39675,39676,0,2,39786,39674,25052,0,2,25052,39674,39788,0,2,39790,39788,39793,0,2,39790,39793,39789,0,2,39789,25056,39790,0,2,39790,39791,39788,0,2,39788,39791,25052,0,2,39791,39790,39792,0,2,25054,39792,39790,0,2,25054,39790,25055,0,2,39788,39794,39793,0,2,39789,39793,39678,0,2,39676,39793,39794,0,2,39678,39793,39677,0,2,39677,39793,39676,0,2,39781,39780,39786,0,2,39786,39780,39797,0,2,39786,39797,39787,0,2,39787,39797,39795,0,2,39837,39777,39796,0,2,39796,39777,39776,0,2,39836,39777,39837,0,2,39780,39778,39797,0,2,39778,39795,39797,0,2,39787,39795,39834,0,2,39787,39834,39671,0,2,39803,39879,39798,0,2,39799,39666,39800,0,2,39801,39800,39665,0,2,39801,39665,39802,0,2,39844,39887,39669,0,2,39800,39666,39665,0,2,39802,39665,39886,0,2,39799,39800,39798,0,2,39798,39800,39803,0,2,39666,39799,39667,0,2,37452,39799,39769,0,2,39798,39879,39769,0,2,39741,39896,39897,0,2,39820,39805,39808,0,2,39806,39804,39741,0,2,39806,39810,39765,0,2,39765,39810,39895,0,2,39889,39895,39807,0,2,39734,39808,39805,0,2,39808,39807,39820,0,2,39820,39807,39739,0,2,39739,39807,39810,0,2,39821,39805,39820,0,2,39820,39739,39811,0,2,39811,39739,39740,0,2,39740,39817,39812,0,2,39811,39812,19988,0,2,19988,39812,39817,0,2,19988,39817,19987,0,2,19989,19987,39819,0,2,39986,39813,39814,0,2,39986,39814,39987,0,2,39987,39814,40042,0,2,39987,40042,7998,0,2,39814,39813,39755,0,2,39755,39813,39756,0,2,19989,39815,39756,0,2,19989,39756,39813,0,2,19987,39817,39819,0,2,19989,39819,39742,0,2,19989,39742,39815,0,2,39815,39742,39816,0,2,39819,39818,39741,0,2,39741,39818,39806,0,2,39806,39818,39740,0,2,39739,39810,39740,0,2,39822,39823,39738,0,2,39738,39823,37466,0,2,39737,39735,39821,0,2,39805,39821,39735,0,2,39817,39818,39819,0,2,39742,39819,39741,0,2,39876,39639,39824,0,2,40049,39677,39825,0,2,39675,39673,39826,0,2,39826,39673,39825,0,2,39825,39673,39672,0,2,39832,39827,39828,0,2,39829,39830,39828,0,2,39828,39830,39845,0,2,39831,39845,39669,0,2,39669,39680,39831,0,2,39845,39831,39832,0,2,39845,39832,39828,0,2,39828,39827,39829,0,2,39671,39829,39672,0,2,39672,39829,39827,0,2,39672,39827,39825,0,2,40049,39825,39827,0,2,40049,39827,39876,0,2,39876,39827,39832,0,2,39677,40049,39833,0,2,39677,39833,39678,0,2,39833,40049,25057,0,2,25057,40049,39824,0,2,39835,39795,39836,0,2,39776,39775,39796,0,2,39796,39838,39837,0,2,39837,39838,39836,0,2,39836,39838,39835,0,2,39835,39838,39839,0,2,39836,39795,39778,0,2,39834,39795,39840,0,2,39840,39795,39835,0,2,39771,39842,39843,0,2,39802,39771,39846,0,2,39771,39802,39886,0,2,39771,39886,39842,0,2,39886,39844,39842,0,2,39830,39842,39845,0,2,39845,39842,39844,0,2,39845,39844,39669,0,2,39801,39802,39846,0,2,39800,39801,39803,0,2,39801,39846,39803,0,2,39842,39847,39843,0,2,39773,39848,39849,0,2,39849,39848,39839,0,2,39849,39839,39838,0,2,39842,39830,39841,0,2,39839,39848,39841,0,2,39840,39839,39670,0,2,39772,39870,39867,0,2,39867,39870,39869,0,2,39867,39869,39850,0,2,39852,39851,39850,0,2,39852,39850,39875,0,2,39875,39850,39869,0,2,39909,25095,39871,0,2,39909,39871,39863,0,2,39863,39872,39854,0,2,39854,39872,39874,0,2,39854,39874,39860,0,2,39853,39854,39855,0,2,40075,39866,39856,0,2,39858,39785,40067,0,2,39856,39866,39859,0,2,39854,39860,39855,0,2,39855,39860,39866,0,2,39856,39859,39862,0,2,39856,39862,39857,0,2,39857,39862,39858,0,2,39858,40067,39857,0,2,39858,39862,39861,0,2,39860,39859,39866,0,2,39854,39853,39863,0,2,39865,39855,40076,0,2,39865,40076,25092,0,2,39865,39864,39855,0,2,40076,39855,39866,0,2,39855,39864,39853,0,2,39850,39851,40045,0,2,39850,40045,39867,0,2,25094,25095,39868,0,2,25094,39868,39900,0,2,39869,39871,39875,0,2,25095,39875,39871,0,2,39871,39873,39872,0,2,39873,39849,39774,0,2,39873,39774,39872,0,2,39849,39873,39773,0,2,39773,39873,39871,0,2,39871,39869,39773,0,2,39773,39869,39870,0,2,39863,39871,39872,0,2,39774,39775,39874,0,2,39874,39862,39859,0,2,39862,39874,39775,0,2,39775,39861,39862,0,2,39859,39860,39874,0,2,39874,39872,39774,0,2,39876,39824,40049,0,2,39680,39658,39831,0,2,39673,39787,39671,0,2,39659,39640,39639,0,2,39659,39679,39877,0,2,39877,39679,39660,0,2,39660,39668,39878,0,2,39878,37528,37547,0,2,39877,37530,39640,0,2,39659,39877,39640,0,2,37530,25064,39640,0,2,25065,39640,25064,0,2,37530,39877,39878,0,2,39878,39877,39660,0,2,39767,39880,39881,0,2,39767,39881,40043,0,2,40043,39881,40046,0,2,40045,40046,39867,0,2,39767,40043,39766,0,2,39882,39766,40048,0,2,40048,40047,39883,0,2,39882,40048,39883,0,2,39765,39895,39883,0,2,39883,39895,39882,0,2,39765,39883,39804,0,2,39804,39883,40047,0,2,39804,40047,39762,0,2,39762,40047,39763,0,2,39881,39880,39885,0,2,39846,39884,39885,0,2,39885,39884,39881,0,2,40046,39881,39884,0,2,39771,39843,39884,0,2,39884,39843,40046,0,2,39846,39885,39879,0,2,39879,39885,39890,0,2,39890,39885,39880,0,2,39879,39890,39769,0,2,39665,39664,39886,0,2,39886,39887,39844,0,2,39661,39887,39668,0,2,39886,39664,39887,0,2,39887,39664,39668,0,2,39867,40046,39772,0,2,39772,40046,39843,0,2,39767,39766,39889,0,2,39888,39807,39891,0,2,39891,39807,39808,0,2,39767,39889,39768,0,2,39889,39888,39768,0,2,39768,39888,39894,0,2,39894,39888,39891,0,2,39894,39891,39892,0,2,39892,39891,39893,0,2,39893,39891,39809,0,2,39893,39809,37457,0,2,37457,37456,39893,0,2,37453,39770,37454,0,2,37454,39770,39894,0,2,39768,39894,39890,0,2,39890,39894,39770,0,2,39716,37454,39892,0,2,39716,39892,39893,0,2,39894,39892,37454,0,2,39809,39808,39734,0,2,39809,39891,39808,0,2,39895,39810,39807,0,2,39898,39816,39761,0,2,39816,39897,39761,0,2,39761,39897,39762,0,2,39762,39897,39896,0,2,39762,39896,39804,0,2,39743,39756,39898,0,2,39898,39756,39815,0,2,39815,39816,39898,0,2,39899,39900,39908,0,2,39899,39901,39900,0,2,39900,39901,39902,0,2,39746,39902,39901,0,2,39903,39908,25093,0,2,39908,39903,39899,0,2,39906,25091,39905,0,2,39749,7996,39750,0,2,39905,39907,39904,0,2,39903,25093,39904,0,2,39904,25093,39905,0,2,25093,25092,39906,0,2,39864,39900,39868,0,2,39864,39868,39853,0,2,39853,39868,39863,0,2,39909,39863,39868,0,2,39864,39865,39908,0,2,39735,37462,39805,0,2,39805,37462,39733,0,2,39735,39736,37462,0,2,37462,39736,39738,0,2,37461,37472,39910,0,2,37461,39910,37474,0,2,37474,39910,39913,0,2,37474,39913,37475,0,2,39929,37478,39926,0,2,39929,39926,39912,0,2,39912,39927,39725,0,2,39912,39725,48732,0,2,48732,39725,39724,0,2,39911,37476,37475,0,2,39911,37475,39913,0,2,39914,39913,39928,0,2,39914,39928,39915,0,2,39914,39915,39923,0,2,39923,39915,39916,0,2,39918,39919,7956,0,2,39918,39917,39919,0,2,39919,39917,39920,0,2,39920,39917,39916,0,2,39921,39727,39922,0,2,39923,39922,39924,0,2,39922,39923,39921,0,2,39727,39726,39922,0,2,39922,39726,39925,0,2,39922,39925,39924,0,2,39914,39924,39913,0,2,39913,39924,39925,0,2,39912,39926,39927,0,2,39925,39927,39926,0,2,39913,39925,39911,0,2,37476,39911,39925,0,2,37476,39925,39926,0,2,39926,37478,37476,0,2,39918,39921,39917,0,2,39917,39921,39916,0,2,39916,39921,39923,0,2,39928,39913,39910,0,2,37478,37477,37476,0,2,48731,39929,39912,0,2,39929,48731,39720,0,2,37479,39929,39720,0,2,39927,39925,39726,0,2,39726,39725,39927,0,2,39930,20045,20049,0,2,19873,7965,39931,0,2,39931,7965,19872,0,2,19874,19873,39932,0,2,19873,39931,19863,0,2,19873,19863,39932,0,2,39932,19863,19915,0,2,19919,19920,19914,0,2,19919,19914,39942,0,2,39940,19914,39939,0,2,39939,19914,19915,0,2,19914,39940,39942,0,2,19861,39937,19868,0,2,39933,39937,39934,0,2,39933,39934,19913,0,2,39933,19862,39937,0,2,39936,19860,19300,0,2,19860,39936,19861,0,2,39934,39937,39935,0,2,39935,39937,39936,0,2,39937,19861,39936,0,2,19913,39934,19301,0,2,19913,19301,39938,0,2,39938,19912,19913,0,2,39939,19912,39940,0,2,39942,39940,39941,0,2,39941,40385,19911,0,2,19911,39943,39941,0,2,39941,19909,39942,0,2,19919,39942,19909,0,2,39939,19915,19913,0,2,39952,39943,19910,0,2,39952,19910,39944,0,2,39952,39944,19844,0,2,39945,39946,39947,0,2,39948,39950,39949,0,2,39948,39949,19876,0,2,19844,39951,39945,0,2,19876,39949,40384,0,2,39948,39943,39950,0,2,39950,39943,39947,0,2,39947,39943,39952,0,2,39947,39952,39945,0,2,39945,39952,19844,0,2,19844,39944,39953,0,2,19837,39953,19830,0,2,39944,19910,19917,0,2,19917,19830,39944,0,2,39941,39943,39948,0,2,39954,26214,40402,0,2,40402,26214,39959,0,2,40402,39959,20023,0,2,39954,39956,39955,0,2,39955,39956,39957,0,2,39955,39957,39958,0,2,20020,39959,47720,0,2,20024,20022,39960,0,2,20024,39960,39961,0,2,39962,48746,40410,0,2,20013,39960,20022,0,2,20012,20013,39963,0,2,20022,39964,39963,0,2,20022,39963,20013,0,2,20024,39961,20025,0,2,20025,39961,20026,0,2,20012,39965,20013,0,2,20013,39965,39966,0,2,39965,20065,20064,0,2,39965,20064,20063,0,2,20065,39965,20012,0,2,20065,20012,39968,0,2,20011,39968,20012,0,2,39966,39965,39967,0,2,20013,39966,39960,0,2,39966,39967,48746,0,2,40410,48746,39969,0,2,40410,39969,20014,0,2,20014,39969,39970,0,2,20014,39970,19896,0,2,39970,20068,19896,0,2,20015,39985,39971,0,2,39971,39985,39972,0,2,39974,39973,19897,0,2,39974,19897,19899,0,2,19899,19900,39975,0,2,39975,19900,19842,0,2,39975,19842,19841,0,2,19823,19841,19839,0,2,19841,19823,39983,0,2,39983,40403,40407,0,2,39976,40405,40408,0,2,39977,39978,39979,0,2,19899,39980,39974,0,2,39974,39980,47729,0,2,39974,47729,39981,0,2,39981,47729,47731,0,2,39981,39972,39973,0,2,39971,39972,47724,0,2,20015,39971,20016,0,2,39981,39973,39974,0,2,19899,39975,39980,0,2,39980,39975,39982,0,2,39980,39982,47729,0,2,47729,39982,39979,0,2,39979,39982,39983,0,2,39979,39983,40407,0,2,40408,39977,40407,0,2,40408,40407,39976,0,2,39977,39979,40407,0,2,39983,39982,19841,0,2,19823,19839,19824,0,2,39973,39972,39984,0,2,39984,39985,19896,0,2,39984,39972,39985,0,2,20015,20014,19896,0,2,20015,19896,39985,0,2,19988,39822,39737,0,2,19988,39737,39811,0,2,39822,19988,39823,0,2,39986,19989,39813,0,2,19991,19990,39986,0,2,39986,39987,19991,0,2,8000,19991,39987,0,2,19996,39990,39989,0,2,39989,7958,39988,0,2,19996,39989,19983,0,2,19983,39989,39988,0,2,39988,37468,19983,0,2,39991,39992,20042,0,2,20042,39992,19937,0,2,7961,19936,19997,0,2,7959,19982,39991,0,2,39991,19982,39992,0,2,39992,19936,19937,0,2,39992,19997,19936,0,2,7959,7958,39990,0,2,39990,7958,39989,0,2,8019,8016,39994,0,2,8019,39994,39993,0,2,8016,8001,39994,0,2,8020,39993,39995,0,2,8026,39996,8025,0,2,39996,8026,39995,0,2,39994,8001,39997,0,2,39993,39997,39998,0,2,39993,39998,39995,0,2,39995,39998,39996,0,2,8000,7999,39999,0,2,7997,8027,7998,0,2,8000,39999,39997,0,2,39997,39999,39998,0,2,39998,39999,40000,0,2,40000,39996,39998,0,2,39999,7999,40000,0,2,7999,8027,40000,0,2,39996,40000,8025,0,2,8025,40000,8027,0,2,40002,7993,40001,0,2,8047,40002,40010,0,2,8047,40010,8048,0,2,40002,8047,40009,0,2,40004,40009,40003,0,2,40004,40003,40005,0,2,40006,40007,8029,0,2,8029,40007,40008,0,2,40008,40007,7984,0,2,7984,40007,7983,0,2,7983,40007,40006,0,2,7983,40006,8030,0,2,8030,40006,48740,0,2,8030,48740,40003,0,2,40003,48740,40005,0,2,7985,8029,40028,0,2,40028,40008,8040,0,2,8040,40008,7984,0,2,40002,40009,40004,0,2,40002,40004,7993,0,2,7993,40004,7992,0,2,8047,7981,40009,0,2,40009,7981,40003,0,2,40002,40001,40010,0,2,40010,40001,7994,0,2,40011,40013,40012,0,2,8052,40013,8053,0,2,40013,40011,8053,0,2,8053,40011,7994,0,2,8185,40014,40012,0,2,40010,7994,8048,0,2,8048,7994,40011,0,2,8048,40011,40014,0,2,40012,40014,40011,0,2,40014,8049,8048,0,2,8179,7995,8260,0,2,8179,8260,45547,0,2,45547,8260,8261,0,2,8176,8260,7995,0,2,40016,8260,8259,0,2,40016,40020,40015,0,2,40015,40020,8303,0,2,40017,8303,8257,0,2,40018,40017,8256,0,2,8256,8302,40018,0,2,40018,40019,40017,0,2,40019,8264,8303,0,2,40019,8303,40017,0,2,8257,8303,40020,0,2,40020,40016,8259,0,2,40020,8259,8258,0,2,40020,8258,40021,0,2,8257,40021,45459,0,2,8257,45459,40022,0,2,40021,8258,8173,0,2,8258,8259,8174,0,2,45459,45458,40022,0,2,40022,8222,8255,0,2,8255,8222,8254,0,2,8254,8222,8223,0,2,8230,8331,8221,0,2,40022,8255,8256,0,2,40004,7991,7992,0,2,40004,40005,7991,0,2,37470,7956,39919,0,2,37469,39920,37464,0,2,39920,39915,37464,0,2,39910,37473,39928,0,2,37473,37464,39928,0,2,39928,37464,39915,0,2,39918,7956,40023,0,2,39918,20050,20045,0,2,20050,39918,40023,0,2,40024,40023,7958,0,2,19935,19936,7961,0,2,19935,7961,7962,0,2,19935,7962,40026,0,2,40026,7962,48742,0,2,7963,19976,40027,0,2,19977,40027,19999,0,2,40029,19966,40030,0,2,40030,19966,8040,0,2,40030,8040,8045,0,2,40030,8045,40031,0,2,40031,40115,40030,0,2,40115,7971,40032,0,2,40032,7971,7970,0,2,40032,7970,40029,0,2,40030,40115,40032,0,2,40030,40032,40029,0,2,8045,40033,40031,0,2,40031,40033,40034,0,2,40034,40033,40035,0,2,40035,40033,8041,0,2,40031,40034,40036,0,2,40036,40034,40035,0,2,19968,40029,7970,0,2,7971,8075,40037,0,2,40037,8076,40116,0,2,40116,8076,8077,0,2,40116,8077,40117,0,2,19867,40117,8079,0,2,8079,40117,8077,0,2,8076,40037,8075,0,2,8075,7971,8074,0,2,8074,7971,40039,0,2,7971,40115,40039,0,2,40040,8073,7973,0,2,40040,7973,40041,0,2,7973,8073,7972,0,2,40039,7972,40038,0,2,40038,7972,8073,0,2,40041,40100,19947,0,2,19947,8072,40041,0,2,40041,8072,40040,0,2,8074,40038,19960,0,2,8074,19960,19961,0,2,19960,40038,19945,0,2,19945,40038,47619,0,2,25097,40045,39851,0,2,40045,40044,40046,0,2,40046,40044,40043,0,2,40045,25097,40044,0,2,39766,40044,40048,0,2,40047,40044,39763,0,2,40047,40048,40044,0,2,39909,39868,25095,0,2,39658,39876,39832,0,2,25048,40050,40051,0,2,25048,40051,25049,0,2,40050,25048,40052,0,2,40050,40052,39785,0,2,40053,25078,25073,0,2,25073,25074,40053,0,2,40053,25074,25079,0,2,25074,25075,40054,0,2,25047,40054,25046,0,2,25074,40054,25079,0,2,40054,25075,25046,0,2,25075,25076,25046,0,2,25076,40055,40065,0,2,45549,40057,45557,0,2,45549,45557,40058,0,2,25134,40060,25133,0,2,25134,25135,40058,0,2,48848,40056,40057,0,2,40057,40056,40059,0,2,40057,40059,45557,0,2,40058,24418,24415,0,2,40060,40058,24415,0,2,40058,40060,25134,0,2,40055,40056,40062,0,2,40055,40062,40061,0,2,40061,40062,40063,0,2,25130,45548,45549,0,2,40055,40061,40065,0,2,25044,40065,40061,0,2,40061,40063,25106,0,2,25106,25128,40061,0,2,25106,40063,25043,0,2,40063,40064,25043,0,2,25043,40064,25042,0,2,40056,48848,40062,0,2,40062,48848,40063,0,2,40052,25048,40066,0,2,40066,25048,25047,0,2,40050,39784,39783,0,2,40050,40074,40051,0,2,25049,40051,25050,0,2,25105,40068,40066,0,2,39785,40052,40066,0,2,40066,25104,25105,0,2,25105,40073,40068,0,2,40066,40068,39785,0,2,39785,40068,40067,0,2,40067,40068,40072,0,2,40072,40081,40069,0,2,39857,40067,40072,0,2,39857,40072,39856,0,2,39856,40072,40071,0,2,39856,40071,40075,0,2,40075,40071,40070,0,2,40070,40071,40069,0,2,40069,40071,40072,0,2,40068,40073,40072,0,2,25077,40074,39782,0,2,40074,25077,25051,0,2,40074,25051,40051,0,2,25050,40051,25051,0,2,39839,39840,39835,0,2,39670,39839,39841,0,2,39670,39841,39830,0,2,25049,40054,25047,0,2,25047,25048,25049,0,2,39796,39775,39838,0,2,39838,39775,39774,0,2,40081,40079,40069,0,2,40079,40080,40078,0,2,40069,40079,40070,0,2,40070,25091,40075,0,2,40075,25091,40076,0,2,40075,40076,39866,0,2,40077,40079,25100,0,2,25100,40079,40078,0,2,40078,40080,25089,0,2,40079,40077,40070,0,2,25091,40070,40077,0,2,40081,25101,40079,0,2,40079,25101,40080,0,2,25102,40080,25101,0,2,25101,40081,40083,0,2,40081,40072,40073,0,2,25103,25105,25084,0,2,40082,40083,25103,0,2,25105,25103,40083,0,2,40083,40081,40073,0,2,25103,25086,40082,0,2,39754,39752,39751,0,2,40042,39751,7997,0,2,39751,40042,39754,0,2,7997,39751,7996,0,2,39750,7996,39751,0,2,8188,8187,40085,0,2,40085,40089,8189,0,2,8189,40089,40086,0,2,8327,40086,40094,0,2,40087,40094,40084,0,2,40087,40084,40088,0,2,40094,40086,40084,0,2,40084,40086,40089,0,2,40089,40085,40084,0,2,8189,40086,40090,0,2,40090,40086,8328,0,2,8328,40091,40090,0,2,40090,40091,8211,0,2,8211,40091,8198,0,2,8324,40091,8328,0,2,8324,8190,40091,0,2,40091,8190,8198,0,2,8198,8190,8191,0,2,8325,40092,8264,0,2,8325,8265,8329,0,2,40092,8326,8327,0,2,40092,8327,40094,0,2,40086,8327,8328,0,2,8264,40093,8262,0,2,8264,40092,40093,0,2,40093,40092,40094,0,2,40094,40087,40093,0,2,40096,8062,40095,0,2,40096,19964,8061,0,2,40096,8061,8062,0,2,7976,40096,40095,0,2,19963,40095,8063,0,2,19963,8063,8064,0,2,19963,8064,8065,0,2,19963,8065,8066,0,2,7977,40097,48846,0,2,48845,48846,40125,0,2,40122,40098,8043,0,2,8043,40098,8044,0,2,8044,40098,40099,0,2,40098,40125,40099,0,2,40099,40125,40097,0,2,48846,40097,40125,0,2,8044,40100,40041,0,2,40101,8067,40112,0,2,40101,40112,40102,0,2,40102,40112,40103,0,2,40103,8195,19953,0,2,19950,19949,8069,0,2,8069,19949,8070,0,2,19954,19953,8193,0,2,19277,40104,40105,0,2,40106,10378,40107,0,2,40106,40107,40104,0,2,40104,40107,40108,0,2,19272,40108,19286,0,2,40108,19272,40105,0,2,40108,40107,19287,0,2,10377,40104,19277,0,2,10377,19277,10376,0,2,40114,10411,10409,0,2,40114,10409,10427,0,2,40114,10427,10426,0,2,10420,10386,40109,0,2,40109,10386,10387,0,2,40109,10389,40110,0,2,40109,40110,40111,0,2,10420,40109,40111,0,2,19263,40111,10416,0,2,40111,40110,10416,0,2,10389,40109,10387,0,2,8270,8272,8321,0,2,8194,8321,19955,0,2,19955,8321,8272,0,2,8313,8105,40113,0,2,40113,8319,8313,0,2,10425,10424,40114,0,2,10424,10431,10383,0,2,40115,7972,40039,0,2,40118,40116,40117,0,2,19867,19870,40117,0,2,40117,19870,40118,0,2,40118,19870,40119,0,2,40119,19870,19871,0,2,40118,40119,40116,0,2,7969,40119,19871,0,2,8033,40120,40124,0,2,8041,8034,8042,0,2,8042,8034,40124,0,2,8034,8041,40121,0,2,8037,40121,8039,0,2,8039,40121,8040,0,2,40033,40121,8041,0,2,40121,8037,8034,0,2,8033,8032,40120,0,2,48845,40122,40123,0,2,40124,40123,8042,0,2,8042,40123,40122,0,2,40122,48845,40098,0,2,40098,48845,40125,0,2,8032,7979,40120,0,2,40127,47620,19939,0,2,19858,40128,19857,0,2,19857,40128,40132,0,2,40132,40128,40130,0,2,40132,40130,40131,0,2,40129,40133,19308,0,2,40129,19308,40134,0,2,40134,19308,19306,0,2,40133,40131,19308,0,2,40128,40126,40130,0,2,40130,40126,19310,0,2,40130,19310,40131,0,2,40131,19310,19309,0,2,40131,19309,19308,0,2,40135,19309,19291,0,2,10438,10439,19312,0,2,19312,47615,19291,0,2,19312,19291,19309,0,2,19312,19309,19310,0,2,40136,19307,40135,0,2,19939,19311,40127,0,2,40127,19311,40126,0,2,40127,40126,40128,0,2,7969,20000,7968,0,2,19301,19857,40132,0,2,39938,40132,40133,0,2,19833,19303,40137,0,2,19833,40137,19836,0,2,40138,19295,19294,0,2,19298,40442,40140,0,2,40476,40444,40145,0,2,40476,40145,40475,0,2,40440,40475,40474,0,2,40148,40147,14057,0,2,14057,40147,40149,0,2,14057,40149,14056,0,2,14056,40149,14055,0,2,40149,40147,40150,0,2,40149,40150,14055,0,2,14055,40150,14054,0,2,40147,40146,40150,0,2,40148,14058,40153,0,2,40153,14058,40151,0,2,40151,14058,40381,0,2,40141,40142,19851,0,2,40142,40154,19852,0,2,40148,40153,40147,0,2,40152,40153,40151,0,2,40152,40151,40154,0,2,40142,40143,40154,0,2,40141,19298,40142,0,2,40142,19298,40140,0,2,40143,40140,40144,0,2,40143,40142,40140,0,2,40444,40155,40156,0,2,40444,40156,40158,0,2,40444,40158,40145,0,2,40145,40158,14051,0,2,47612,40138,19294,0,2,47610,19294,19293,0,2,40138,47612,40139,0,2,40156,40157,47617,0,2,40156,47617,40158,0,2,40158,47617,14051,0,2,47613,40160,40161,0,2,40163,10443,43563,0,2,43563,40164,43566,0,2,43566,40164,40165,0,2,40166,40165,40175,0,2,40166,40175,40167,0,2,40166,40167,40198,0,2,40198,40196,40166,0,2,40166,40196,40168,0,2,40166,40168,40165,0,2,40165,40168,40199,0,2,40164,43563,40170,0,2,40170,40173,40169,0,2,40175,40165,40169,0,2,40169,40165,40164,0,2,40169,40164,40170,0,2,43563,10443,40170,0,2,40170,40177,40172,0,2,40172,40177,19283,0,2,40172,19283,40171,0,2,40172,40171,10448,0,2,40172,10448,10476,0,2,10476,10474,40173,0,2,40173,10474,10472,0,2,40173,10472,40174,0,2,40167,40174,10472,0,2,40167,40175,40174,0,2,40174,40175,40173,0,2,40173,40175,40169,0,2,40173,40170,40172,0,2,40172,10476,40173,0,2,10448,40171,19274,0,2,19274,40171,40176,0,2,19290,10444,10446,0,2,10446,19276,19290,0,2,19290,19276,40176,0,2,40177,40170,10443,0,2,10443,40163,10442,0,2,10442,40163,10440,0,2,47617,40159,14050,0,2,14050,40159,40180,0,2,14050,40180,14049,0,2,47613,40179,40160,0,2,40160,40179,40180,0,2,40180,40179,14049,0,2,14049,40179,14048,0,2,40180,40159,40160,0,2,40157,40156,47612,0,2,47612,40156,40155,0,2,14114,40181,40182,0,2,40182,40181,40183,0,2,40183,40184,40187,0,2,40187,40184,40186,0,2,40186,40184,40185,0,2,40186,40185,19180,0,2,19179,40185,40184,0,2,14097,40187,14098,0,2,14098,40187,40188,0,2,40247,40188,40186,0,2,40187,14097,40183,0,2,40186,40188,40187,0,2,40207,40183,43568,0,2,40181,43568,40183,0,2,43568,40189,40207,0,2,40207,40189,40287,0,2,40287,40189,40190,0,2,40190,40189,40192,0,2,40190,40192,40191,0,2,40190,40191,19176,0,2,19176,19177,40190,0,2,19178,40218,40190,0,2,40190,40218,40287,0,2,19178,40190,19177,0,2,40189,14117,40192,0,2,19176,40191,40195,0,2,19176,40195,19175,0,2,19175,40195,40193,0,2,40193,40195,40194,0,2,40194,40195,40196,0,2,40197,40196,40198,0,2,19232,40197,10471,0,2,10471,40197,40198,0,2,40197,40194,40196,0,2,14117,40199,40192,0,2,40192,40199,40191,0,2,40196,40195,40200,0,2,40199,40200,40191,0,2,40191,40200,40195,0,2,19173,10482,40202,0,2,40202,10482,40204,0,2,40202,40204,40203,0,2,40203,40204,19131,0,2,19131,40204,40205,0,2,19221,40205,10483,0,2,40201,19173,19174,0,2,19167,19172,40203,0,2,19172,40206,40203,0,2,40203,40206,40202,0,2,40202,40206,19173,0,2,40193,40194,40201,0,2,40201,40194,19234,0,2,19234,40194,19233,0,2,40183,40207,40184,0,2,40184,40207,19179,0,2,40209,40258,40210,0,2,40210,40211,40234,0,2,40226,40211,40212,0,2,40226,40212,18628,0,2,18628,40212,40213,0,2,40214,40213,40257,0,2,40214,40257,40215,0,2,40219,40217,40216,0,2,40216,19178,19177,0,2,40216,40217,19178,0,2,40215,40217,40219,0,2,40220,40219,40221,0,2,40220,40221,18626,0,2,18626,40221,40222,0,2,40222,45653,40223,0,2,18626,40222,18624,0,2,18624,40222,40224,0,2,40222,40223,40224,0,2,40224,40223,19172,0,2,40224,19172,19167,0,2,40219,40216,45652,0,2,45652,40221,40219,0,2,18626,40225,40220,0,2,40220,40225,40215,0,2,40215,40225,40214,0,2,40215,40219,40220,0,2,40226,18628,18629,0,2,40226,18629,40227,0,2,40227,18629,18631,0,2,40227,18631,40228,0,2,40227,40228,40229,0,2,40227,40229,40232,0,2,40232,40229,40230,0,2,40232,40230,40231,0,2,40231,40230,10726,0,2,40231,10726,40241,0,2,40231,40233,40227,0,2,40231,40227,40232,0,2,40227,40233,40226,0,2,40226,40233,40211,0,2,40211,40233,40234,0,2,47608,40236,40244,0,2,40244,40236,40243,0,2,40243,40236,40238,0,2,40243,40238,40237,0,2,40237,40238,10727,0,2,18600,40238,40239,0,2,40239,40236,40240,0,2,40240,40236,47608,0,2,47608,40235,40240,0,2,40240,40235,40241,0,2,40241,40235,40231,0,2,40239,40240,40242,0,2,40239,40242,18600,0,2,18600,40242,10726,0,2,40238,18600,10727,0,2,40240,40241,40242,0,2,40242,40241,10726,0,2,10726,40230,10725,0,2,10724,40230,40229,0,2,40236,40239,40238,0,2,40237,14034,40243,0,2,40244,14033,40245,0,2,40245,40251,40246,0,2,40246,40249,19180,0,2,40246,19180,40208,0,2,19180,40249,40247,0,2,40247,40249,40248,0,2,40248,40249,40250,0,2,40250,40249,40251,0,2,40250,40251,40253,0,2,40250,40253,40252,0,2,14033,40253,40245,0,2,40253,14033,40254,0,2,40253,40254,40252,0,2,14100,14099,14031,0,2,40254,40255,40252,0,2,40252,40255,14099,0,2,14039,40254,14033,0,2,40249,40246,40251,0,2,40251,40245,40253,0,2,14033,40244,40243,0,2,40234,40235,40210,0,2,40235,47608,40210,0,2,40210,47608,40209,0,2,40209,40246,40208,0,2,40245,40246,40209,0,2,40234,40233,40235,0,2,40231,40235,40233,0,2,18629,18628,18630,0,2,40258,40208,40262,0,2,40256,40257,40212,0,2,40212,40257,40213,0,2,40259,40212,40211,0,2,40212,40259,40256,0,2,40256,40259,40258,0,2,40256,40258,40262,0,2,40209,40208,40258,0,2,40210,40258,40259,0,2,40210,40259,40211,0,2,40260,40218,19178,0,2,19178,40217,40260,0,2,40260,40217,40215,0,2,40260,40215,40257,0,2,40218,40260,40261,0,2,40262,40208,40261,0,2,40262,40261,40260,0,2,40260,40257,40262,0,2,40262,40257,40256,0,2,14013,14014,47626,0,2,14013,47626,40265,0,2,14044,40265,40263,0,2,14038,40263,14012,0,2,14012,40263,40266,0,2,14012,40266,47627,0,2,14125,40268,14010,0,2,40268,40267,40269,0,2,40273,40269,40266,0,2,47627,40266,40269,0,2,40269,40267,47627,0,2,14010,40268,40269,0,2,14010,40269,40270,0,2,47605,47604,40272,0,2,14131,40271,40273,0,2,40271,40270,40273,0,2,40273,40270,40269,0,2,40270,14008,14010,0,2,40274,10729,40276,0,2,40276,18602,40275,0,2,40276,40275,18609,0,2,18608,10730,18609,0,2,18609,10730,40274,0,2,40274,40276,18609,0,2,18609,40275,18597,0,2,18599,40275,18602,0,2,18608,18609,10738,0,2,10738,40277,40278,0,2,10738,40279,18608,0,2,18597,18610,40277,0,2,10734,10735,10741,0,2,18610,10735,40278,0,2,18610,40278,40277,0,2,40277,10738,18609,0,2,18632,18612,18614,0,2,18614,18612,18613,0,2,18619,18971,40280,0,2,18619,40280,18973,0,2,18973,40280,40281,0,2,40284,40281,40282,0,2,40282,47623,45654,0,2,45654,47623,40283,0,2,40281,40284,18974,0,2,18974,40284,18625,0,2,40284,40282,18627,0,2,18625,18627,40285,0,2,18627,18625,40284,0,2,18625,40285,18626,0,2,18627,40286,40214,0,2,40214,40286,45654,0,2,40286,40282,45654,0,2,40282,40286,18627,0,2,40218,19179,40287,0,2,40287,19179,40207,0,2,40289,40288,40291,0,2,40289,40291,40290,0,2,40291,40292,40293,0,2,40293,40292,40298,0,2,40293,40298,40297,0,2,40293,40297,19240,0,2,10466,19240,10464,0,2,40293,19240,10466,0,2,10466,10467,40294,0,2,10466,40294,40293,0,2,40293,40294,40291,0,2,10467,10468,40294,0,2,40294,10468,10470,0,2,40294,10470,40291,0,2,40291,10470,40290,0,2,40290,10470,40289,0,2,40289,10470,10469,0,2,19240,40297,40295,0,2,40296,19237,40295,0,2,40295,19237,19240,0,2,10454,40297,40298,0,2,10454,40298,10453,0,2,40299,40291,40288,0,2,40291,40299,40292,0,2,10451,40298,40292,0,2,40302,43647,43645,0,2,40302,43645,43646,0,2,19231,40301,10484,0,2,10484,40301,43647,0,2,10484,43647,40302,0,2,40302,19226,10484,0,2,40205,40204,10482,0,2,40205,10482,40303,0,2,19173,40201,10482,0,2,10483,40205,40303,0,2,19174,40305,40193,0,2,40193,40305,19175,0,2,40305,40304,19177,0,2,19177,40304,40216,0,2,19176,19175,19177,0,2,19177,19175,40305,0,2,40129,40306,40133,0,2,40133,40306,39938,0,2,39938,40306,19912,0,2,40307,40134,19306,0,2,40307,19305,19304,0,2,19334,19328,19329,0,2,40309,40376,40320,0,2,40320,40376,40375,0,2,40310,40375,40373,0,2,40310,40374,40311,0,2,40311,40371,40312,0,2,40318,40312,19542,0,2,40318,19542,40313,0,2,40313,40314,40424,0,2,40323,40424,40315,0,2,40316,40317,40321,0,2,40321,40317,40413,0,2,40413,40317,19336,0,2,40313,40424,40318,0,2,40318,40323,40319,0,2,40318,40319,40312,0,2,40312,40319,40311,0,2,40311,40319,40323,0,2,40321,40322,40316,0,2,40316,40322,40315,0,2,40323,40322,40310,0,2,40315,40322,40323,0,2,40311,40323,40310,0,2,40313,19542,19541,0,2,40376,40324,40325,0,2,40376,40325,40377,0,2,40328,40326,40327,0,2,40372,40328,40329,0,2,40372,40329,40477,0,2,40330,40336,40446,0,2,40446,40336,40331,0,2,40473,40331,40340,0,2,40330,40332,40336,0,2,40336,40332,40334,0,2,40336,40334,40333,0,2,40336,40335,40331,0,2,40336,40333,40335,0,2,40333,40334,40337,0,2,14086,14063,40337,0,2,40337,14063,40338,0,2,40335,40338,40339,0,2,40341,40339,19564,0,2,40341,19564,40340,0,2,40335,40339,40341,0,2,40335,40341,40340,0,2,40335,40340,40331,0,2,40335,40333,40338,0,2,40338,40333,40337,0,2,40372,40477,40342,0,2,40343,40353,40344,0,2,40371,40344,40345,0,2,40371,40345,40312,0,2,40342,40477,40350,0,2,40346,40349,40358,0,2,40358,40351,40347,0,2,40347,40351,40445,0,2,40347,40445,19550,0,2,19550,40445,19551,0,2,40358,40349,40351,0,2,40330,40446,40348,0,2,40330,40348,40349,0,2,40330,40349,40350,0,2,40350,40477,40330,0,2,40446,40351,40348,0,2,40348,40351,40349,0,2,40342,40350,40352,0,2,40352,40370,40369,0,2,40352,40369,40353,0,2,40366,40353,40354,0,2,40354,40356,40355,0,2,40360,40370,40367,0,2,40367,40370,40357,0,2,40359,40357,40358,0,2,40347,19550,19549,0,2,40359,19549,19548,0,2,40347,19549,40359,0,2,40359,19548,19547,0,2,40367,40357,19547,0,2,19547,40357,40359,0,2,40363,40362,40364,0,2,40363,19543,40365,0,2,40365,40361,40362,0,2,40365,40362,40363,0,2,40360,40361,40356,0,2,40356,40361,40365,0,2,40356,40365,40355,0,2,40366,40355,19542,0,2,40366,19542,40344,0,2,40344,19542,40345,0,2,40355,40365,19543,0,2,40360,40367,19546,0,2,19546,40367,40368,0,2,40368,19547,19538,0,2,40367,19547,40368,0,2,40360,19546,40361,0,2,40361,19546,19545,0,2,40361,19545,40362,0,2,40364,40362,19545,0,2,40370,40360,40369,0,2,40353,40369,40354,0,2,40354,40369,40356,0,2,40369,40360,40356,0,2,40354,40355,40366,0,2,40366,40344,40353,0,2,40352,40343,40342,0,2,40343,40352,40353,0,2,40350,40346,40352,0,2,40352,40346,40357,0,2,40357,40346,40358,0,2,40357,40370,40352,0,2,40328,40372,40374,0,2,40344,40371,40343,0,2,40343,40371,40342,0,2,40371,40374,40372,0,2,40372,40342,40371,0,2,40328,40374,40373,0,2,40328,40373,40326,0,2,40373,40374,40310,0,2,40324,40376,40309,0,2,40376,40377,40375,0,2,40375,40377,40373,0,2,40374,40371,40311,0,2,40324,40382,40325,0,2,40378,40380,19333,0,2,40378,19333,14059,0,2,40326,40379,40327,0,2,40379,40326,40378,0,2,40378,40326,40380,0,2,40380,40326,40377,0,2,40380,40377,40325,0,2,40380,40325,40381,0,2,40381,40325,40382,0,2,40381,40382,19331,0,2,40308,19335,19329,0,2,19334,19329,19335,0,2,19856,40383,19321,0,2,19321,40383,19322,0,2,39949,39950,40384,0,2,40384,39950,19925,0,2,20010,20004,20011,0,2,20011,20004,39968,0,2,20000,7969,7966,0,2,7966,7969,19871,0,2,39941,39940,40385,0,2,39940,40306,40385,0,2,19925,39950,40386,0,2,39950,39946,40386,0,2,47728,40400,40387,0,2,40387,40400,40397,0,2,39962,40397,40388,0,2,20026,40388,47734,0,2,40388,40397,40401,0,2,47734,40388,40389,0,2,40389,40395,40390,0,2,40391,40390,40392,0,2,40392,40393,26356,0,2,26356,40393,26355,0,2,26347,26355,40393,0,2,47722,19353,26349,0,2,26349,19353,26350,0,2,40392,40390,40394,0,2,40394,40390,40398,0,2,40394,40398,40399,0,2,40394,40399,47722,0,2,19353,47722,19352,0,2,19352,40399,19351,0,2,19351,40399,40398,0,2,19351,40398,20017,0,2,20017,40398,40395,0,2,40396,40389,40401,0,2,40396,40400,47726,0,2,40389,40396,40395,0,2,40395,40396,20017,0,2,40389,40388,40401,0,2,40395,40398,40390,0,2,40399,19352,47722,0,2,47728,40387,20014,0,2,40397,40400,40401,0,2,40396,40401,40400,0,2,47726,40400,47728,0,2,40402,39956,39954,0,2,47734,20027,47714,0,2,26217,7918,7915,0,2,26217,7915,26216,0,2,19830,39953,39944,0,2,19834,19836,40137,0,2,19838,19824,19839,0,2,19839,19840,19838,0,2,40403,19823,40404,0,2,39976,40406,40405,0,2,19793,40405,19340,0,2,40405,19793,40408,0,2,40404,40406,40403,0,2,40403,39983,19823,0,2,40406,39976,40407,0,2,40403,40406,40407,0,2,40404,19822,40406,0,2,19793,19820,40408,0,2,39951,40409,39946,0,2,39946,40409,40386,0,2,40386,40409,19924,0,2,19899,40409,19900,0,2,19900,40409,39951,0,2,19900,39951,19842,0,2,20068,39970,39969,0,2,40387,40397,40410,0,2,40410,40397,39962,0,2,40411,19847,40412,0,2,19823,19824,40412,0,2,19847,19822,40412,0,2,19335,40413,19336,0,2,19335,40308,40413,0,2,40413,40308,40321,0,2,40308,40309,40321,0,2,40321,40309,40322,0,2,40322,40309,40320,0,2,40320,40375,40322,0,2,40322,40375,40310,0,2,40326,40373,40377,0,2,40316,40315,40414,0,2,40414,40416,40415,0,2,40415,40416,40422,0,2,40420,40422,40463,0,2,40420,40463,40417,0,2,40420,40417,19515,0,2,40420,19515,40418,0,2,40418,19513,40421,0,2,40421,40419,40415,0,2,40421,40415,40422,0,2,40420,40421,40422,0,2,40421,40420,40418,0,2,19515,40417,19525,0,2,19525,40417,40423,0,2,40416,40414,40424,0,2,40315,40424,40414,0,2,40425,19336,40317,0,2,40428,40429,47736,0,2,47736,40429,40434,0,2,40434,40429,40430,0,2,40421,40430,40419,0,2,40419,40430,40431,0,2,40431,40429,40432,0,2,40426,40432,40427,0,2,40426,40433,40432,0,2,40426,40425,40433,0,2,40433,40425,40317,0,2,40427,40432,40428,0,2,40428,40432,40429,0,2,40431,40430,40429,0,2,40421,19513,40430,0,2,40316,40435,40433,0,2,40432,40435,40431,0,2,40431,40435,40419,0,2,40415,40316,40414,0,2,40316,40415,40435,0,2,40419,40435,40415,0,2,40316,40433,40317,0,2,40427,40428,40436,0,2,40436,40428,19341,0,2,40436,19341,19342,0,2,40428,47736,19341,0,2,40436,19795,19796,0,2,40436,19796,40427,0,2,7884,7885,19726,0,2,19726,7885,47711,0,2,47711,19759,19760,0,2,40438,19726,19760,0,2,40438,19760,40437,0,2,7884,19726,40438,0,2,40438,40437,19724,0,2,40438,19724,19723,0,2,7884,40438,40439,0,2,40440,40152,40475,0,2,40440,40474,40146,0,2,40152,40440,40153,0,2,40153,40440,40147,0,2,40147,40440,40146,0,2,40146,14053,40150,0,2,40144,40140,40443,0,2,40443,40140,40442,0,2,40443,40442,40155,0,2,40155,40442,40139,0,2,40155,40444,40443,0,2,40144,40443,40444,0,2,40346,40350,40349,0,2,40351,40446,40445,0,2,40445,40446,40472,0,2,40472,40446,40331,0,2,40445,40472,19551,0,2,19597,40448,19553,0,2,40448,19592,40453,0,2,40453,19592,19593,0,2,40447,19550,40453,0,2,40453,19551,40448,0,2,19550,19551,40453,0,2,19549,40447,40449,0,2,19529,40451,40450,0,2,40451,19536,40450,0,2,19536,40452,40450,0,2,40450,40452,19594,0,2,40449,19594,40452,0,2,40449,40453,19593,0,2,40449,40452,19549,0,2,19756,40454,40455,0,2,19756,40455,19495,0,2,19495,40455,19605,0,2,19665,19652,40456,0,2,40456,19652,48094,0,2,19664,40456,19649,0,2,19649,40456,48094,0,2,40458,19654,48095,0,2,40457,40458,40459,0,2,40459,40458,49946,0,2,40458,40457,19655,0,2,40457,40459,19676,0,2,19676,40459,19656,0,2,19676,19656,19677,0,2,48095,19654,48096,0,2,48096,19654,40460,0,2,48598,40461,19660,0,2,19660,40461,19648,0,2,19648,40461,19653,0,2,19653,40461,40460,0,2,40460,40461,48598,0,2,40463,40469,40417,0,2,40417,40469,40465,0,2,40417,40465,40464,0,2,40464,40465,40467,0,2,19517,40466,19531,0,2,40466,19517,40467,0,2,40467,19517,40464,0,2,40464,19517,40423,0,2,40464,40423,40417,0,2,40463,40422,40416,0,2,40416,40462,40463,0,2,40314,40416,40424,0,2,40345,19542,40312,0,2,19544,19539,40471,0,2,19544,40471,40470,0,2,40470,40471,40468,0,2,40469,40463,40462,0,2,19539,19533,40466,0,2,19539,40466,40471,0,2,40471,40466,40467,0,2,40465,40469,40468,0,2,40465,40468,40471,0,2,40467,40465,40471,0,2,19551,40472,19552,0,2,19552,40472,40473,0,2,19598,40473,19565,0,2,40473,40472,40331,0,2,19554,19552,40473,0,2,40329,40328,40479,0,2,40479,40328,40327,0,2,14060,40327,40379,0,2,40441,14053,40474,0,2,40146,40474,14053,0,2,14052,40441,14051,0,2,14051,40475,40145,0,2,40475,14051,40474,0,2,40475,40152,40476,0,2,40154,40143,40476,0,2,40476,40143,40144,0,2,40444,40476,40144,0,2,40477,40332,40330,0,2,40477,40329,40334,0,2,40334,40329,40479,0,2,40334,40479,40478,0,2,14086,40478,14062,0,2,14086,40337,40478,0,2,40477,40334,40332,0,2,40478,40479,14062,0,2,14061,14062,40479,0,2,14060,40479,40327,0,2,40488,19564,40339,0,2,19563,40490,13947,0,2,13949,14065,14066,0,2,13949,14066,40480,0,2,14023,14021,13951,0,2,13951,14021,40481,0,2,13952,40481,14020,0,2,14064,40339,14067,0,2,14064,40488,40339,0,2,14071,14082,40482,0,2,14068,14082,14073,0,2,14145,13950,40483,0,2,14145,40483,40484,0,2,14145,40484,40485,0,2,40485,40484,40610,0,2,40485,40610,40486,0,2,40486,40615,40487,0,2,40486,40487,14146,0,2,40486,14146,40485,0,2,40485,14146,14145,0,2,13948,14145,14146,0,2,40484,40483,13951,0,2,40488,14064,40489,0,2,13949,40489,14065,0,2,13949,40490,40489,0,2,40489,40490,19563,0,2,40489,19563,40488,0,2,14118,14127,14123,0,2,14118,14123,14122,0,2,40491,14123,14124,0,2,40250,40252,40492,0,2,40492,40252,14099,0,2,11623,10743,40518,0,2,11623,40518,47559,0,2,47540,40493,47541,0,2,47540,47541,40494,0,2,40495,47542,47548,0,2,47537,40495,47527,0,2,47537,47527,40496,0,2,40497,47528,47538,0,2,47538,47530,47533,0,2,47533,47530,47532,0,2,40500,40499,47558,0,2,47558,11369,40500,0,2,40500,11369,40501,0,2,40500,11368,40499,0,2,11621,11367,40502,0,2,11602,40503,11620,0,2,11620,40503,40502,0,2,11383,40504,45933,0,2,45933,40504,40505,0,2,40507,40506,47673,0,2,40504,11591,40505,0,2,11591,11382,40505,0,2,40505,11382,40508,0,2,40505,40508,47673,0,2,40505,47673,40506,0,2,40509,10712,40510,0,2,40509,40510,47664,0,2,10711,40510,10712,0,2,40511,19005,19008,0,2,40511,19007,10677,0,2,40511,10677,19005,0,2,19008,19005,19019,0,2,14043,14041,40512,0,2,14043,40512,14042,0,2,40517,14042,40512,0,2,47580,40517,40513,0,2,40513,40517,47578,0,2,40514,47578,40516,0,2,18581,40516,10732,0,2,18581,18582,40516,0,2,40516,18582,40515,0,2,40516,40515,40514,0,2,18587,40515,18588,0,2,18588,40515,18582,0,2,10732,40516,10731,0,2,40516,47578,40517,0,2,10731,40516,40517,0,2,18607,18603,40523,0,2,18607,40523,10743,0,2,10743,40523,40521,0,2,10743,40521,40518,0,2,40519,18603,40529,0,2,40519,45523,40531,0,2,40519,40531,40522,0,2,40530,47549,40520,0,2,40524,47550,40521,0,2,40531,40530,40525,0,2,40531,40525,40522,0,2,40522,40523,18603,0,2,40524,40521,40523,0,2,40523,40522,40525,0,2,40523,40525,40524,0,2,40524,40525,40520,0,2,40525,40530,40520,0,2,18603,40519,40522,0,2,40519,40529,40526,0,2,40527,47624,10719,0,2,47624,40527,10720,0,2,10720,40527,45522,0,2,10720,45522,40526,0,2,10720,40526,40528,0,2,40528,40526,40529,0,2,10721,10720,40528,0,2,40529,18605,18604,0,2,47546,40530,40531,0,2,47546,40531,45523,0,2,14079,14080,40532,0,2,40532,14080,14109,0,2,14022,14122,40533,0,2,40533,14122,40537,0,2,40537,14122,40491,0,2,40491,14122,14123,0,2,14022,40533,14023,0,2,40533,40537,14021,0,2,14021,40537,40538,0,2,14019,13953,40543,0,2,40543,13953,40534,0,2,40543,40534,40540,0,2,40535,40536,14126,0,2,14126,40536,14125,0,2,14125,40536,14124,0,2,14124,40536,40491,0,2,40491,40539,40537,0,2,40538,40539,40534,0,2,40534,40539,40535,0,2,40534,14020,40538,0,2,40537,40539,40538,0,2,40539,40491,40536,0,2,40539,40536,40535,0,2,40534,40535,40540,0,2,40542,40540,14007,0,2,40542,14007,14006,0,2,40542,14006,40541,0,2,14007,40540,40535,0,2,14126,14009,40535,0,2,40535,14009,14007,0,2,40543,40541,14005,0,2,14005,14004,40543,0,2,40543,14004,14019,0,2,40541,40543,40542,0,2,40540,40542,40543,0,2,13957,14137,13958,0,2,13958,14137,14138,0,2,13958,14138,40544,0,2,13959,13958,40544,0,2,18545,40547,18536,0,2,18536,40547,18535,0,2,18536,18541,18545,0,2,40547,40545,40546,0,2,40545,18544,40546,0,2,40547,18545,40545,0,2,40545,18545,18527,0,2,18535,40547,18127,0,2,18127,40547,18155,0,2,18156,40559,40548,0,2,40548,40560,40550,0,2,40550,40560,40551,0,2,40557,40551,40552,0,2,40557,40552,40553,0,2,18113,40554,18144,0,2,40553,40554,40555,0,2,18136,40555,40554,0,2,40548,40550,40549,0,2,18126,18156,18128,0,2,18128,18156,40548,0,2,18128,40548,40549,0,2,40551,40557,40556,0,2,40556,40557,40558,0,2,40558,40555,18135,0,2,40555,40558,40553,0,2,40557,40553,40558,0,2,40889,18124,40559,0,2,40548,40559,40560,0,2,18122,40562,18123,0,2,18123,40562,18124,0,2,18124,40562,40561,0,2,40561,40560,18124,0,2,18124,40560,40559,0,2,11692,10769,40563,0,2,40564,13952,40565,0,2,40565,40570,40566,0,2,40606,40567,40569,0,2,40569,40567,40568,0,2,40569,40568,13955,0,2,40568,40567,40570,0,2,13952,40570,40565,0,2,40570,40567,40566,0,2,14158,14167,40571,0,2,40571,14167,14157,0,2,40571,14157,40572,0,2,40572,14157,40574,0,2,40574,14157,40573,0,2,40574,40573,14170,0,2,14170,40573,14169,0,2,40574,14170,14171,0,2,40576,40575,14157,0,2,40573,14157,40575,0,2,40576,14156,40575,0,2,14158,40571,14159,0,2,14159,40577,40707,0,2,13961,13962,40578,0,2,40578,13962,40579,0,2,40681,40579,40581,0,2,40581,40579,40580,0,2,40581,40580,40582,0,2,40581,40582,40583,0,2,40583,40598,40585,0,2,40585,40598,40599,0,2,40599,40600,13298,0,2,40784,40581,13300,0,2,13300,40581,40583,0,2,13300,40583,40584,0,2,40584,13299,13300,0,2,40584,40583,40585,0,2,40584,40585,13298,0,2,40579,13962,40580,0,2,40591,40586,13988,0,2,40591,13988,40587,0,2,40595,40596,40588,0,2,40578,40579,14176,0,2,40578,14176,14173,0,2,13988,40586,40589,0,2,13962,40589,40580,0,2,40580,40589,40586,0,2,40586,40582,40580,0,2,40590,40591,40587,0,2,40590,40587,40596,0,2,40582,40598,40583,0,2,40582,40591,40598,0,2,40598,40591,40592,0,2,40593,40594,13244,0,2,40594,40593,40597,0,2,18099,40594,40595,0,2,40588,18099,40595,0,2,40596,40595,40597,0,2,40596,40597,40592,0,2,40592,40597,40593,0,2,40596,40592,40590,0,2,40592,40599,40598,0,2,40599,40592,40593,0,2,40593,40600,40599,0,2,40611,40602,40603,0,2,40604,40603,14152,0,2,40606,40605,40567,0,2,14152,40605,40607,0,2,40608,40607,40569,0,2,40605,40606,40607,0,2,40607,40606,40569,0,2,14152,40603,40605,0,2,40605,40603,40602,0,2,40605,40602,40567,0,2,40567,40602,40601,0,2,40567,40601,40566,0,2,40566,40601,40609,0,2,40566,40609,40565,0,2,40609,40615,40610,0,2,40610,40615,40486,0,2,40612,40614,40611,0,2,40611,40614,40602,0,2,14151,40612,40613,0,2,40604,40613,40612,0,2,40604,40612,40611,0,2,40604,40611,40603,0,2,40602,40614,40601,0,2,40601,40614,40609,0,2,40609,40614,40615,0,2,40615,14149,40487,0,2,40565,40609,40564,0,2,40616,40670,40620,0,2,40616,40620,40617,0,2,40619,40618,40620,0,2,40621,40619,47946,0,2,47946,40668,14164,0,2,47946,14164,47945,0,2,40650,40729,40622,0,2,40626,40667,40754,0,2,13404,40754,13403,0,2,13404,40626,40754,0,2,40626,40627,40625,0,2,40625,40627,40629,0,2,40625,40629,40624,0,2,40627,40628,40629,0,2,40630,40629,40644,0,2,40630,40644,40631,0,2,47947,40632,40633,0,2,40633,40632,40648,0,2,40633,40648,40640,0,2,40633,40640,40634,0,2,40621,40634,40635,0,2,40621,40635,40636,0,2,40613,40617,40637,0,2,40637,40617,40618,0,2,40637,40618,40636,0,2,40636,40618,40619,0,2,40636,40619,40621,0,2,40604,40616,40617,0,2,40613,40637,40638,0,2,40638,40636,40635,0,2,14180,40635,40639,0,2,40639,40640,40641,0,2,14182,40641,14183,0,2,14183,40641,40648,0,2,14183,40648,40642,0,2,40642,40644,40643,0,2,40643,40644,40645,0,2,40645,40644,40649,0,2,14187,40646,14188,0,2,14183,40642,40643,0,2,13935,40643,40645,0,2,13935,40645,40646,0,2,40646,14187,14186,0,2,14186,40647,40646,0,2,40641,14181,40639,0,2,40635,40634,40639,0,2,40639,40634,40640,0,2,40640,40648,40641,0,2,40648,40632,40631,0,2,40648,40631,40642,0,2,40642,40631,40644,0,2,40644,40629,40649,0,2,40649,40628,40645,0,2,40645,40628,13405,0,2,40649,40629,40628,0,2,40636,40638,40637,0,2,40629,40630,40624,0,2,40624,40630,40623,0,2,40729,40650,40651,0,2,40729,40651,40728,0,2,40758,40651,40657,0,2,40657,40658,47953,0,2,40657,47953,40652,0,2,40653,40656,40712,0,2,40712,40656,13342,0,2,40654,13321,13320,0,2,40655,40653,40652,0,2,40655,40652,13322,0,2,47953,13322,40652,0,2,40655,13322,13321,0,2,40653,40655,40656,0,2,40654,13319,40656,0,2,40656,13319,13342,0,2,40654,40656,13321,0,2,13321,40656,40655,0,2,40651,40650,40658,0,2,40651,40658,40657,0,2,40660,13325,13323,0,2,40661,40659,14163,0,2,14163,40725,40662,0,2,14163,14162,40661,0,2,40661,14162,40685,0,2,40661,40685,40660,0,2,40661,40660,40659,0,2,40650,40663,40658,0,2,40658,40663,40725,0,2,40662,40725,40663,0,2,40623,40622,40664,0,2,40623,40664,40624,0,2,40624,40664,40665,0,2,40665,40664,40666,0,2,40665,40666,40667,0,2,40667,40666,40774,0,2,40667,40626,40625,0,2,40665,40667,40625,0,2,40665,40625,40624,0,2,40668,47946,40670,0,2,40670,47946,40620,0,2,40620,47946,40619,0,2,40617,40620,40618,0,2,40668,40670,40669,0,2,40669,40670,14166,0,2,14166,40670,14153,0,2,40670,40616,14153,0,2,14152,14153,40616,0,2,40577,14159,40672,0,2,40672,14159,40571,0,2,40673,40572,40574,0,2,40673,40574,40674,0,2,40781,40675,40780,0,2,40780,40675,40711,0,2,40711,40675,47950,0,2,40711,47950,14176,0,2,47950,40675,40676,0,2,40676,40674,40574,0,2,40676,40574,14171,0,2,40672,40571,40677,0,2,40683,40678,40708,0,2,13305,40708,40679,0,2,13302,40680,40710,0,2,13302,40710,13301,0,2,13302,13301,14269,0,2,40678,40677,40673,0,2,40678,40673,40708,0,2,40708,40673,40674,0,2,40708,40674,40781,0,2,40572,40673,40677,0,2,40672,40677,40682,0,2,40682,40677,40678,0,2,40682,40678,40683,0,2,40577,40672,40684,0,2,40707,40684,40706,0,2,40706,40694,40689,0,2,40660,40685,13325,0,2,13325,40685,40686,0,2,40686,40704,40687,0,2,40699,40687,40688,0,2,40688,40689,40690,0,2,40690,40689,40692,0,2,40690,40692,40691,0,2,40691,40692,14266,0,2,14266,40692,13306,0,2,40689,40694,40696,0,2,40689,40696,40692,0,2,40696,40694,40693,0,2,40696,40693,40695,0,2,40708,13305,40693,0,2,40708,40693,40683,0,2,40683,40693,40682,0,2,40682,40693,40694,0,2,40682,40694,40684,0,2,40684,40694,40706,0,2,40695,40693,13305,0,2,40682,40684,40672,0,2,40695,13306,40696,0,2,40692,40696,13306,0,2,40704,40686,40685,0,2,40686,40687,13326,0,2,40703,40697,40691,0,2,40691,40697,40690,0,2,40690,40697,40688,0,2,40688,40697,40699,0,2,40697,40703,40698,0,2,40699,40698,13326,0,2,13326,40687,40699,0,2,40698,40699,40697,0,2,13326,40698,49949,0,2,49949,40698,40702,0,2,40700,40702,40701,0,2,40700,40701,13310,0,2,13310,13311,13338,0,2,13310,13338,40700,0,2,40701,40702,40703,0,2,40701,40703,49950,0,2,49950,40703,40691,0,2,40691,14265,49950,0,2,40702,40698,40703,0,2,40685,14162,40704,0,2,40704,14162,14161,0,2,40704,14161,40687,0,2,40687,14161,40705,0,2,40706,40689,40688,0,2,40706,40688,40705,0,2,40687,40705,40688,0,2,14161,40707,40705,0,2,40705,40707,40706,0,2,40707,40577,40684,0,2,40782,40781,40709,0,2,40680,40709,40710,0,2,40710,40711,40681,0,2,40709,40680,13303,0,2,40709,13303,40782,0,2,40782,13303,40679,0,2,40782,40679,40708,0,2,13342,13343,40712,0,2,40712,13343,40766,0,2,14261,13343,13341,0,2,13343,13342,13341,0,2,13341,13342,13340,0,2,14572,13341,13340,0,2,14572,13340,14570,0,2,14570,13340,40713,0,2,40713,13339,13317,0,2,13339,40713,13340,0,2,14570,40713,41827,0,2,14556,14322,14540,0,2,14556,14557,14321,0,2,14321,14557,14467,0,2,14467,14557,14558,0,2,14467,14558,14320,0,2,14503,14502,40714,0,2,40714,14502,48629,0,2,40714,48629,14594,0,2,40714,14515,14503,0,2,14513,14503,14515,0,2,14516,14515,40715,0,2,40715,14517,14516,0,2,14594,40715,14515,0,2,14594,14515,40714,0,2,14597,40716,14595,0,2,14595,40716,14594,0,2,14594,40716,40715,0,2,14597,14596,40716,0,2,40716,14596,40717,0,2,40716,40717,40715,0,2,40717,14596,14517,0,2,14593,14517,14596,0,2,40718,40722,40719,0,2,40718,40719,40720,0,2,40668,40722,40718,0,2,40662,40718,14163,0,2,47948,40721,40722,0,2,40722,40721,40719,0,2,40723,40721,14160,0,2,14160,40707,40723,0,2,40721,40723,40719,0,2,40721,47948,14160,0,2,40701,49950,13310,0,2,40718,40720,14163,0,2,40724,40658,40725,0,2,14163,40724,40725,0,2,40758,40726,40651,0,2,40651,40726,40728,0,2,40728,40726,40773,0,2,40773,40727,40728,0,2,40773,40726,40759,0,2,40773,40759,40761,0,2,40773,40761,40730,0,2,40771,40730,40731,0,2,40769,40731,40732,0,2,40769,40732,40767,0,2,40733,40764,40734,0,2,40734,40764,13345,0,2,40734,13345,40742,0,2,40742,13345,13346,0,2,40742,13346,48405,0,2,40742,48405,40735,0,2,40743,40735,40736,0,2,40736,40735,40757,0,2,13348,13384,40757,0,2,40757,13384,40736,0,2,40736,13386,40737,0,2,40739,40750,40740,0,2,48403,40740,40767,0,2,48403,40767,40733,0,2,48403,40734,40741,0,2,40741,40734,40742,0,2,40741,40742,40735,0,2,40736,40737,40743,0,2,40743,40737,48403,0,2,40743,48403,40741,0,2,40741,40735,40743,0,2,13394,13395,40744,0,2,40744,13395,40746,0,2,40746,13395,40745,0,2,40746,40745,40756,0,2,40746,40756,40748,0,2,40748,40756,40747,0,2,40748,40747,40738,0,2,40748,40738,40737,0,2,40748,40737,13386,0,2,40739,40738,40749,0,2,40749,40756,40750,0,2,40752,40776,40753,0,2,40753,13403,40754,0,2,40774,40754,40667,0,2,40739,40749,40750,0,2,40740,40750,40751,0,2,40740,40751,40768,0,2,40768,40751,40776,0,2,40768,40776,40752,0,2,40746,40748,40744,0,2,13395,13397,40745,0,2,40756,40745,40755,0,2,40755,13401,40778,0,2,40778,13401,13402,0,2,40778,13402,40779,0,2,40747,40756,40749,0,2,40747,40749,40738,0,2,40756,40755,40750,0,2,40750,40755,40751,0,2,13388,40744,13387,0,2,40744,40748,13387,0,2,13386,13387,40748,0,2,13384,13348,13349,0,2,13347,13348,40757,0,2,40653,40726,40652,0,2,40652,40726,40657,0,2,40726,40758,40657,0,2,40760,40759,40762,0,2,40760,40762,40763,0,2,40763,40732,40731,0,2,40763,40731,40761,0,2,40763,40761,40760,0,2,40760,40761,40759,0,2,40730,40761,40731,0,2,40759,40726,40653,0,2,40759,40653,40762,0,2,40763,40764,40733,0,2,13344,40764,40765,0,2,40765,40764,40763,0,2,48425,40765,40762,0,2,48425,40762,40653,0,2,40765,40766,13344,0,2,40763,40733,40732,0,2,40767,40732,40733,0,2,40765,40763,40762,0,2,40769,40767,40768,0,2,40768,40767,40740,0,2,40768,40752,40769,0,2,40769,40752,40775,0,2,40769,40775,40770,0,2,40772,40773,40730,0,2,40727,40773,40772,0,2,40666,40664,40772,0,2,40666,40772,40771,0,2,40771,40772,40730,0,2,40666,40771,40774,0,2,40774,40770,40775,0,2,40774,40775,40754,0,2,40754,40775,40753,0,2,40775,40752,40753,0,2,40771,40770,40774,0,2,40771,40731,40770,0,2,40770,40731,40769,0,2,13403,40753,40777,0,2,40777,40776,40778,0,2,40777,40778,40779,0,2,40755,40778,40751,0,2,40751,40778,40776,0,2,40772,40664,40727,0,2,40729,40728,40727,0,2,40729,40727,40622,0,2,40622,40727,40664,0,2,40781,40674,40676,0,2,40781,40676,40675,0,2,40781,40780,40709,0,2,40709,40780,40710,0,2,40781,40782,40708,0,2,40710,40780,40711,0,2,40783,14176,40579,0,2,40783,40579,40681,0,2,40681,40711,40783,0,2,14176,40783,40711,0,2,40784,13301,40681,0,2,40681,13301,40710,0,2,40681,40581,40784,0,2,14143,13992,40785,0,2,40785,13992,13993,0,2,40785,13993,14128,0,2,40785,14128,13994,0,2,40785,13994,13995,0,2,40786,40785,13996,0,2,40786,13996,40787,0,2,40786,40787,13968,0,2,13968,13967,14143,0,2,40786,14143,40785,0,2,14143,40786,13968,0,2,13998,40787,13997,0,2,13969,40787,13998,0,2,13969,13998,13999,0,2,13996,40785,13995,0,2,41680,13963,18150,0,2,41680,18150,41679,0,2,41679,18150,41678,0,2,18149,40788,41678,0,2,18135,13975,40558,0,2,40562,18144,40554,0,2,40562,40554,40552,0,2,40562,40552,40561,0,2,40561,40552,40560,0,2,40551,40560,40552,0,2,40789,40544,14140,0,2,13970,13982,40791,0,2,40791,13982,40790,0,2,40790,13982,13981,0,2,14133,13997,47607,0,2,47607,13997,13996,0,2,47607,13996,14135,0,2,14133,47607,14132,0,2,14132,47607,40792,0,2,47603,14132,40792,0,2,47603,40792,40272,0,2,40272,40792,14131,0,2,14012,47627,14011,0,2,10753,10752,11641,0,2,11641,10752,40793,0,2,10750,40793,10751,0,2,10751,40793,10752,0,2,11658,10753,11640,0,2,11640,10753,11637,0,2,40897,11637,11635,0,2,11636,11653,11667,0,2,11667,11653,40794,0,2,11667,40794,11652,0,2,11667,11652,11634,0,2,40833,40844,40795,0,2,40795,40797,40796,0,2,40797,40795,11632,0,2,11632,11655,11631,0,2,40795,40844,11632,0,2,11632,40844,11633,0,2,11632,40798,40797,0,2,40797,40798,11684,0,2,11684,40798,11647,0,2,40799,11678,11685,0,2,11680,40800,40803,0,2,40803,40800,40801,0,2,40800,11682,40812,0,2,11680,40803,11359,0,2,40804,40813,40807,0,2,11360,40803,40804,0,2,40804,40803,40813,0,2,40813,40803,40801,0,2,40811,40812,40814,0,2,40814,47570,40810,0,2,40810,47570,47515,0,2,40810,47515,40815,0,2,40810,40815,40805,0,2,40807,40813,40809,0,2,40807,40809,40808,0,2,40807,40808,40802,0,2,40802,40808,11421,0,2,11421,40808,40816,0,2,40816,40808,40809,0,2,40805,40809,40806,0,2,40806,40809,40813,0,2,40810,40805,40806,0,2,40810,40806,40814,0,2,40814,40806,40811,0,2,40811,40806,40813,0,2,40813,40801,40811,0,2,40811,40801,40812,0,2,47571,40812,11682,0,2,47571,11682,47572,0,2,47572,11682,11361,0,2,40812,47571,40814,0,2,40815,47515,11606,0,2,40815,11606,11607,0,2,40805,40815,40809,0,2,40809,40815,40816,0,2,40816,40815,11607,0,2,40817,11390,11397,0,2,40817,11397,11396,0,2,40819,40818,11450,0,2,40819,11450,11449,0,2,11449,40820,11428,0,2,11449,11428,40821,0,2,40821,11428,11427,0,2,11449,40821,40819,0,2,40819,40822,40818,0,2,40818,40822,11409,0,2,40818,11409,11408,0,2,40822,40819,11411,0,2,11411,40819,11413,0,2,40819,40821,11413,0,2,11413,40821,11427,0,2,40818,11408,40823,0,2,40823,11408,11405,0,2,40823,11405,11404,0,2,40823,11404,10697,0,2,10697,10698,40823,0,2,40824,18121,18068,0,2,18519,18067,40825,0,2,11692,40563,11693,0,2,11693,40563,40826,0,2,40826,10768,11694,0,2,40827,11699,40862,0,2,40862,11699,40852,0,2,40852,40828,40829,0,2,40829,40830,40831,0,2,40831,40830,40832,0,2,40796,40833,40795,0,2,40796,40834,40836,0,2,40836,40834,40835,0,2,40835,40834,11677,0,2,40835,11675,40836,0,2,40836,40837,40838,0,2,40836,40838,40796,0,2,11677,40834,11676,0,2,11676,40834,11685,0,2,11685,40834,40796,0,2,40838,40869,40832,0,2,40844,40833,40839,0,2,40839,40840,40843,0,2,40843,40840,40841,0,2,40842,40845,11660,0,2,40842,11636,11634,0,2,40842,11634,40841,0,2,40841,11634,40843,0,2,40843,40844,40839,0,2,11633,40844,11652,0,2,11634,11652,40843,0,2,11652,40844,40843,0,2,11636,40842,11660,0,2,11661,40845,40846,0,2,40846,40848,40847,0,2,40845,40842,40848,0,2,40848,40840,40849,0,2,40849,40840,40864,0,2,40849,40864,40850,0,2,40848,40842,40841,0,2,40848,40841,40840,0,2,40845,40848,40846,0,2,40828,40852,40850,0,2,40848,40849,40847,0,2,40852,40851,40850,0,2,40850,40851,40849,0,2,40849,40851,40847,0,2,11702,40847,40851,0,2,40832,40853,40831,0,2,40831,40853,40868,0,2,40831,40868,40867,0,2,40854,40866,40860,0,2,40860,11352,40855,0,2,40855,11350,40856,0,2,40857,11690,11695,0,2,11696,11697,40884,0,2,11690,40857,40859,0,2,40859,40857,11689,0,2,40831,40867,40829,0,2,40829,40854,40885,0,2,40885,40854,40860,0,2,40854,40829,40867,0,2,40827,40862,40883,0,2,40827,40883,11698,0,2,40829,40861,40862,0,2,40829,40862,40852,0,2,11699,40851,40852,0,2,40883,40862,40861,0,2,40829,40828,40863,0,2,40863,40828,40850,0,2,40863,40850,40864,0,2,40829,40863,40830,0,2,40864,40839,40865,0,2,40832,40865,40838,0,2,40865,40832,40863,0,2,40865,40863,40864,0,2,40863,40832,40830,0,2,40839,40833,40865,0,2,40865,40833,40838,0,2,40838,40833,40796,0,2,40839,40864,40840,0,2,40837,40836,11675,0,2,11675,11355,11354,0,2,11354,11353,40870,0,2,40870,11353,40866,0,2,40866,40854,40867,0,2,40866,40867,40868,0,2,40868,40853,40870,0,2,40853,40869,40837,0,2,40853,40837,40870,0,2,11354,40870,11675,0,2,11675,40870,40837,0,2,40868,40870,40866,0,2,11353,40871,40866,0,2,40866,40872,40860,0,2,40860,40872,11352,0,2,40866,40871,40872,0,2,11352,11350,40855,0,2,40877,11350,40873,0,2,40874,11688,40875,0,2,40874,40875,40878,0,2,40857,40878,11689,0,2,11689,40878,40875,0,2,40874,40877,40876,0,2,40876,40877,40873,0,2,11688,40874,11348,0,2,11348,40874,40876,0,2,40876,40873,11349,0,2,11349,40873,11350,0,2,11350,40877,40856,0,2,11352,40872,11477,0,2,40872,40871,11477,0,2,40877,40878,40857,0,2,40877,40857,40856,0,2,40874,40878,40877,0,2,40879,40858,11696,0,2,40856,40898,40881,0,2,40881,40898,40879,0,2,40882,40879,40880,0,2,40860,40855,40885,0,2,40885,40855,40881,0,2,40882,40885,40881,0,2,40882,40881,40879,0,2,11719,11718,40909,0,2,40909,11718,11734,0,2,11734,11718,11689,0,2,11734,11689,40875,0,2,11734,40875,11735,0,2,40882,40880,40883,0,2,40882,40883,40861,0,2,11698,40883,40884,0,2,40884,40880,40879,0,2,40884,40879,11696,0,2,40829,40885,40861,0,2,40861,40885,40882,0,2,40889,40886,18153,0,2,18153,40886,18152,0,2,18152,40886,18119,0,2,40887,40886,40888,0,2,40888,40886,40889,0,2,18154,18543,40889,0,2,40889,18543,40888,0,2,40891,40890,40892,0,2,40925,40890,40891,0,2,40925,40891,40922,0,2,40922,40891,40893,0,2,40923,40894,10757,0,2,11659,10757,40894,0,2,18575,11659,40894,0,2,40891,40892,40893,0,2,40895,40893,11664,0,2,40893,40895,18575,0,2,40893,18575,40894,0,2,40890,40925,40896,0,2,11635,40896,40897,0,2,40898,40858,40879,0,2,40898,40856,40857,0,2,40858,40898,11695,0,2,40857,11695,40898,0,2,11574,40899,11468,0,2,11468,40899,11469,0,2,41218,40900,11460,0,2,11465,41222,41221,0,2,40902,40903,11466,0,2,40902,11466,40904,0,2,41222,40903,40902,0,2,40904,40901,40902,0,2,40901,40904,41218,0,2,41221,41214,11543,0,2,11542,41213,11541,0,2,11548,11547,40905,0,2,40905,11547,11512,0,2,11545,41225,11544,0,2,11544,41225,11543,0,2,11566,40906,11565,0,2,11565,40906,11506,0,2,11567,11506,40906,0,2,11553,11567,40906,0,2,40906,11554,11553,0,2,11556,40906,11566,0,2,11553,11465,11567,0,2,11567,11465,11568,0,2,40909,41467,40907,0,2,40907,41465,40908,0,2,40908,41465,11721,0,2,11721,11720,40908,0,2,40909,11734,41467,0,2,41467,11734,11735,0,2,40909,40908,11719,0,2,11719,40908,11720,0,2,40909,40907,40908,0,2,40920,45985,11429,0,2,11429,45985,45986,0,2,46018,40910,40911,0,2,40911,45981,46015,0,2,46015,45981,40912,0,2,40912,45980,40917,0,2,40917,45991,40913,0,2,40917,40913,40919,0,2,40919,10560,11439,0,2,10560,40919,40914,0,2,10560,40914,40915,0,2,10560,40915,10561,0,2,47640,40915,40916,0,2,40914,40919,40913,0,2,40914,40913,40915,0,2,40915,40913,45990,0,2,40915,45990,40916,0,2,40912,40917,46014,0,2,46014,40917,40918,0,2,46014,40918,11440,0,2,40919,40918,40917,0,2,10557,11429,45986,0,2,10557,45986,46018,0,2,45985,40920,40921,0,2,40921,40920,10556,0,2,11419,47513,11420,0,2,40802,11420,40807,0,2,18573,18574,47593,0,2,47593,18574,47591,0,2,40893,40894,40922,0,2,40894,40923,40922,0,2,40922,40923,40924,0,2,40922,40924,40925,0,2,40925,40897,40896,0,2,40897,40925,40924,0,2,40927,11503,11580,0,2,40926,11586,11580,0,2,11580,11586,40927,0,2,11503,40927,11502,0,2,11502,40927,11586,0,2,11502,11586,11585,0,2,11502,11585,11436,0,2,11338,17979,11343,0,2,11339,11343,17983,0,2,17983,11343,17979,0,2,41033,40929,40930,0,2,41045,40930,40931,0,2,40931,40930,41093,0,2,40931,41093,40932,0,2,40932,41094,40933,0,2,40932,40933,41057,0,2,41057,40933,40934,0,2,41063,40934,40949,0,2,40935,40950,41062,0,2,41062,40950,40936,0,2,41000,40937,40938,0,2,40950,40937,40936,0,2,40938,40937,40950,0,2,40934,40933,41032,0,2,40934,41032,40939,0,2,41002,40939,41099,0,2,41002,41099,40940,0,2,40940,41098,40942,0,2,40942,41098,40941,0,2,40942,40941,40943,0,2,40945,40948,40946,0,2,40946,40948,17981,0,2,40946,17981,17982,0,2,40944,40943,40945,0,2,40945,40943,40947,0,2,40945,40947,40948,0,2,40948,40947,17981,0,2,40949,40950,40935,0,2,40938,40950,41100,0,2,40938,41100,40951,0,2,40951,41100,41207,0,2,40951,41207,40952,0,2,40999,41001,40953,0,2,40999,40953,40954,0,2,40953,11009,40954,0,2,40954,11007,40955,0,2,11005,40955,11006,0,2,11006,40955,11007,0,2,40956,40958,40957,0,2,40957,40958,40936,0,2,40936,40958,41062,0,2,41062,40959,41061,0,2,41061,40959,40960,0,2,41061,40960,41060,0,2,41060,40960,40961,0,2,40987,40962,40963,0,2,40987,40963,40964,0,2,40990,40966,40986,0,2,40986,40966,40996,0,2,40986,40996,40967,0,2,40967,40968,40969,0,2,40969,40968,41561,0,2,40969,41561,40970,0,2,40970,41561,41494,0,2,41040,40981,41493,0,2,41040,41493,40971,0,2,41040,40971,40972,0,2,40972,40971,41085,0,2,41084,41085,41489,0,2,41084,41489,40973,0,2,40990,40986,40974,0,2,40975,40974,40976,0,2,40975,40976,41055,0,2,41055,40976,41957,0,2,41055,41957,40977,0,2,40977,41957,41054,0,2,41054,40978,41050,0,2,40979,40982,40980,0,2,40981,40980,41494,0,2,41494,40980,40970,0,2,40970,40980,40982,0,2,40982,40979,40983,0,2,40983,40979,41051,0,2,40978,41051,41050,0,2,41051,40978,40983,0,2,40983,40978,40985,0,2,40983,40985,40984,0,2,40984,41919,40986,0,2,40984,40986,40967,0,2,40986,41919,40974,0,2,40970,40982,40983,0,2,40970,40983,40969,0,2,40984,40967,40969,0,2,40984,40969,40983,0,2,40960,40959,41210,0,2,40988,40958,40956,0,2,41210,40988,40955,0,2,40989,41210,11005,0,2,11005,11003,40989,0,2,40989,40960,41210,0,2,40960,40989,40963,0,2,40960,40963,40961,0,2,40961,40963,40962,0,2,11003,11002,40989,0,2,40989,11002,40963,0,2,40963,11002,40964,0,2,40987,40964,11001,0,2,40987,11001,40965,0,2,40966,40998,40991,0,2,40966,40991,40996,0,2,40996,40991,40992,0,2,40996,40992,40995,0,2,40995,40992,10935,0,2,40994,10935,17889,0,2,40991,40998,40993,0,2,10935,40994,40995,0,2,40995,40994,40968,0,2,40995,40968,40967,0,2,40990,40998,40966,0,2,40967,40996,40995,0,2,11001,11000,40965,0,2,40990,40965,40997,0,2,40990,40997,40998,0,2,40998,40997,10998,0,2,11000,40997,40965,0,2,40993,40998,10998,0,2,11005,41210,40955,0,2,40955,40988,40956,0,2,40954,40955,40956,0,2,40954,40956,40999,0,2,41001,40999,41000,0,2,40952,41001,40951,0,2,40999,40956,40957,0,2,40999,40957,41000,0,2,40951,41000,40938,0,2,40937,41000,40957,0,2,40937,40957,40936,0,2,40951,41001,41000,0,2,40934,40939,40949,0,2,40949,40939,41002,0,2,41004,41013,41103,0,2,41103,41013,41005,0,2,41103,41005,41209,0,2,41209,41005,41006,0,2,41209,41006,41007,0,2,41162,41008,41014,0,2,41162,41014,41009,0,2,41160,41010,41023,0,2,41160,41023,41011,0,2,41124,41011,11181,0,2,41002,40940,41003,0,2,41003,40940,41012,0,2,41003,41012,41030,0,2,41007,41006,41008,0,2,41008,41006,41014,0,2,41021,41015,41420,0,2,41021,41420,41022,0,2,41022,41420,41016,0,2,41016,41420,41017,0,2,41017,41028,41406,0,2,41406,41028,40944,0,2,41016,11184,41022,0,2,41014,41015,41009,0,2,41019,41009,41018,0,2,41019,41018,11183,0,2,41019,11183,41946,0,2,41946,11183,11182,0,2,11183,41018,41020,0,2,41020,41018,41021,0,2,41015,41021,41009,0,2,41009,41021,41018,0,2,41020,41022,11184,0,2,41021,41022,41020,0,2,41019,41946,41023,0,2,41019,41023,41010,0,2,41013,41004,41030,0,2,41030,41004,41003,0,2,41012,40940,40942,0,2,41012,40942,41024,0,2,41027,41026,41028,0,2,41027,41028,41029,0,2,41024,40942,40943,0,2,41024,40943,41025,0,2,41025,40943,40944,0,2,41025,40944,41026,0,2,41026,40944,41028,0,2,41012,41024,41030,0,2,41013,41030,41027,0,2,41013,41027,41005,0,2,41005,41027,41006,0,2,41014,41006,41029,0,2,41024,41025,41030,0,2,41030,41025,41026,0,2,41030,41026,41027,0,2,40933,41094,41031,0,2,40933,41031,41032,0,2,40928,40929,17978,0,2,17978,40929,41034,0,2,41034,40929,41033,0,2,41034,41044,41043,0,2,41035,41043,41036,0,2,41088,41036,41037,0,2,41037,41047,41472,0,2,41472,41047,41471,0,2,41471,41049,41038,0,2,41079,41038,41039,0,2,40972,41041,41040,0,2,41040,41041,40981,0,2,40981,41041,40980,0,2,41042,40979,41049,0,2,41049,40979,40980,0,2,40972,41039,41041,0,2,41041,41039,41038,0,2,41041,41038,40980,0,2,41036,41043,41037,0,2,41037,41043,41044,0,2,41037,41044,41045,0,2,41047,41046,41048,0,2,41049,41048,41042,0,2,41042,41048,41046,0,2,41042,41046,41051,0,2,41051,41046,41052,0,2,41051,41052,41050,0,2,41051,40979,41042,0,2,41050,41052,41053,0,2,41050,41053,41054,0,2,41054,41056,40977,0,2,41052,40931,40932,0,2,41052,40932,41053,0,2,41053,40932,41056,0,2,41056,40932,41057,0,2,41056,41057,41058,0,2,41056,41058,40977,0,2,40977,41058,41055,0,2,41056,41054,41053,0,2,41058,41059,41055,0,2,41055,41059,40975,0,2,41059,40961,40962,0,2,40961,41059,41060,0,2,41062,41061,40935,0,2,40935,41061,40949,0,2,40949,41061,41063,0,2,41058,41063,41059,0,2,41063,41058,40934,0,2,40934,41058,41057,0,2,41061,41060,41063,0,2,41063,41060,41059,0,2,40975,41059,40962,0,2,40975,40962,40987,0,2,40975,40987,40974,0,2,40974,40987,40965,0,2,40974,40965,40990,0,2,41052,41046,40931,0,2,40931,41046,41047,0,2,40931,41047,41045,0,2,41045,41047,41037,0,2,41047,41048,41471,0,2,41471,41048,41049,0,2,41038,41049,40980,0,2,40930,41045,41044,0,2,40930,41044,41034,0,2,40930,41034,41033,0,2,17976,41034,41043,0,2,17976,41043,41035,0,2,41035,41036,41089,0,2,41089,41065,41064,0,2,41064,41065,41484,0,2,41484,41065,41485,0,2,41066,41086,41067,0,2,41069,41067,41068,0,2,41069,41068,41070,0,2,41069,41070,41071,0,2,41072,41071,41073,0,2,41073,41071,41081,0,2,10835,41075,40973,0,2,40973,41075,41084,0,2,10835,40973,10834,0,2,41069,41071,41473,0,2,41067,41481,41066,0,2,41473,41076,41069,0,2,41069,41076,41481,0,2,41069,41481,41067,0,2,41068,41067,41086,0,2,41068,41086,41077,0,2,41078,41077,41079,0,2,41079,41039,41078,0,2,41080,41078,41082,0,2,41080,41082,41081,0,2,41073,41081,41075,0,2,41073,41075,41074,0,2,41074,41075,10833,0,2,41082,41078,41083,0,2,41082,41083,41084,0,2,41084,41075,41081,0,2,41084,41081,41082,0,2,10835,10833,41075,0,2,40972,41085,41083,0,2,40972,41083,41039,0,2,41039,41083,41078,0,2,41469,41086,41087,0,2,41086,41469,41077,0,2,41077,41469,41470,0,2,41077,41470,41079,0,2,41086,41066,41087,0,2,41485,41065,41066,0,2,41066,41065,41087,0,2,41087,41065,41468,0,2,41468,41065,41089,0,2,41468,41089,41088,0,2,41089,41036,41088,0,2,41089,17975,41035,0,2,41089,41064,17975,0,2,41090,40928,40947,0,2,41090,40947,40941,0,2,40941,40947,40943,0,2,17981,40947,40928,0,2,40928,41090,41091,0,2,40928,41091,40929,0,2,40929,41092,40930,0,2,40930,41092,41093,0,2,41093,41031,41094,0,2,41093,41094,40932,0,2,41031,41093,41095,0,2,41095,41093,41092,0,2,41095,41092,40929,0,2,41095,40929,41091,0,2,41032,41031,41096,0,2,41096,41095,41097,0,2,41097,41095,41091,0,2,41097,41091,41098,0,2,41098,41091,41090,0,2,41098,41090,40941,0,2,41098,40940,41097,0,2,41097,40940,41099,0,2,41097,41099,41096,0,2,41096,41099,40939,0,2,41096,40939,41032,0,2,41095,41096,41031,0,2,41003,41004,41102,0,2,41102,41004,41100,0,2,41100,41101,41207,0,2,41002,41003,41102,0,2,40949,41002,40950,0,2,41002,41102,40950,0,2,40950,41102,41100,0,2,41100,41004,41103,0,2,41100,41103,41101,0,2,41101,41103,41209,0,2,41101,41209,41207,0,2,41207,41209,41208,0,2,41208,41209,41104,0,2,41104,41121,41120,0,2,41106,41120,41105,0,2,41106,41105,41107,0,2,41106,41107,41111,0,2,41107,41108,41111,0,2,41111,41116,41109,0,2,41110,41109,10969,0,2,10969,41109,41116,0,2,41111,41112,41113,0,2,41113,41112,41114,0,2,41207,41115,40952,0,2,41118,41117,41119,0,2,41118,41119,41205,0,2,41119,41107,41105,0,2,41120,41121,41122,0,2,41122,41121,41162,0,2,41122,41162,41161,0,2,41159,41161,41160,0,2,41159,41160,41123,0,2,41125,41123,41160,0,2,41125,41160,41011,0,2,41011,41124,41125,0,2,41125,41124,41945,0,2,41125,41945,41126,0,2,41126,41127,41128,0,2,41128,41201,41572,0,2,41127,41126,41129,0,2,41127,41129,41171,0,2,41171,41129,41133,0,2,41133,41129,41130,0,2,41133,41130,41131,0,2,41133,41131,41132,0,2,41174,41134,41135,0,2,41135,41134,41154,0,2,41172,41135,41148,0,2,41172,41148,41137,0,2,41137,41148,41136,0,2,41137,41136,41176,0,2,41139,41138,41146,0,2,41139,41146,41143,0,2,41139,41140,42426,0,2,42426,11066,42423,0,2,42423,11065,11064,0,2,11065,42423,11066,0,2,11066,41140,11067,0,2,11067,41140,41141,0,2,11067,41141,41142,0,2,41142,16925,11068,0,2,41142,41950,11067,0,2,11066,42426,41140,0,2,41141,41140,41139,0,2,41141,41139,41143,0,2,41141,41143,41149,0,2,41149,41143,41145,0,2,41149,41145,11143,0,2,11143,41145,41144,0,2,41144,41145,41146,0,2,41146,41138,41147,0,2,41147,41138,41148,0,2,41148,41138,41136,0,2,41142,41141,41149,0,2,41142,41149,16925,0,2,16925,41149,41150,0,2,41150,11141,41947,0,2,41947,11141,11140,0,2,11141,41150,11143,0,2,41150,41149,11143,0,2,41134,16883,41151,0,2,41151,16883,41153,0,2,41151,41153,41152,0,2,41152,41153,11146,0,2,16882,11146,41153,0,2,16882,41153,11148,0,2,11148,41153,16883,0,2,11146,41156,41152,0,2,41154,41147,41148,0,2,41147,41154,41152,0,2,11145,41144,41156,0,2,41156,41144,41155,0,2,41144,41146,41155,0,2,41155,41146,41147,0,2,41155,41147,41152,0,2,41155,41152,41156,0,2,11145,41156,11146,0,2,41148,41135,41154,0,2,41152,41154,41151,0,2,41151,41154,41134,0,2,11151,41132,41131,0,2,11151,41131,11152,0,2,41131,41157,11153,0,2,11153,11152,41131,0,2,41129,41126,41945,0,2,41129,41945,41130,0,2,41123,41125,41573,0,2,41123,41573,41158,0,2,41158,41573,41205,0,2,41205,41119,41158,0,2,41158,41119,41105,0,2,41123,41158,41159,0,2,41161,41159,41122,0,2,41161,41162,41009,0,2,41161,41009,41010,0,2,41161,41010,41160,0,2,41008,41162,41007,0,2,41007,41162,41121,0,2,41007,41121,41104,0,2,41120,41122,41105,0,2,41122,41159,41105,0,2,41105,41159,41158,0,2,41107,41119,41117,0,2,41117,41108,41107,0,2,41116,41108,41925,0,2,41925,41108,10968,0,2,10968,41108,41163,0,2,10968,41163,41164,0,2,41187,41164,41197,0,2,41187,41197,41188,0,2,41184,41188,41165,0,2,41184,41165,41166,0,2,41186,41189,41190,0,2,41186,41190,41167,0,2,41168,41169,41175,0,2,41175,41169,41170,0,2,41171,41170,41127,0,2,41173,41133,41172,0,2,41133,41132,41172,0,2,41172,41132,41174,0,2,41174,41135,41172,0,2,41133,41173,41171,0,2,41171,41173,41170,0,2,41170,41173,41175,0,2,41136,41138,42427,0,2,41136,42427,41177,0,2,42424,41179,41185,0,2,41185,42421,41180,0,2,41183,41180,42428,0,2,10967,42436,10966,0,2,10966,42436,10965,0,2,10965,42436,42432,0,2,10965,42432,41182,0,2,41182,42432,42431,0,2,41182,42431,41181,0,2,41181,42431,42433,0,2,42433,11061,41181,0,2,10965,41182,11060,0,2,10965,11060,11059,0,2,41183,42432,41184,0,2,41183,41184,41180,0,2,41180,41184,41166,0,2,41189,41186,41166,0,2,41166,41186,41185,0,2,41166,41185,41180,0,2,42424,41185,41186,0,2,42424,41186,41167,0,2,41167,41168,41178,0,2,41178,41168,41177,0,2,41167,41178,42424,0,2,10967,41187,42436,0,2,42436,41187,42432,0,2,41164,41187,10967,0,2,41187,41188,42432,0,2,42432,41188,41184,0,2,41138,41139,42427,0,2,41175,41176,41168,0,2,41177,41168,41136,0,2,41136,41168,41176,0,2,41176,41175,41137,0,2,41137,41175,41173,0,2,41137,41173,41172,0,2,41166,41165,41196,0,2,41167,41190,41168,0,2,41168,41190,41169,0,2,41169,41191,41192,0,2,41192,41191,41202,0,2,41202,41195,41206,0,2,41206,41195,41193,0,2,41193,41194,41196,0,2,41169,41190,41191,0,2,41191,41190,41195,0,2,41191,41195,41202,0,2,41190,41189,41194,0,2,41194,41189,41196,0,2,41199,41165,41197,0,2,41197,41165,41188,0,2,41169,41192,41170,0,2,41163,41198,41164,0,2,41164,41198,41197,0,2,41197,41198,41199,0,2,41193,41200,41206,0,2,41206,41201,41202,0,2,41199,41200,41165,0,2,41165,41200,41196,0,2,41196,41200,41193,0,2,41163,41108,41117,0,2,41163,41117,41198,0,2,41198,41117,41199,0,2,41199,41117,41203,0,2,41201,41203,41204,0,2,41205,41204,41118,0,2,41118,41204,41203,0,2,41199,41203,41200,0,2,41200,41203,41206,0,2,41206,41203,41201,0,2,41170,41128,41127,0,2,41201,41128,41202,0,2,41202,41128,41192,0,2,41192,41128,41170,0,2,41106,41111,41113,0,2,41106,41113,41120,0,2,41120,41113,41104,0,2,41104,41113,41208,0,2,41207,41208,41115,0,2,41115,41208,41114,0,2,41114,41208,41113,0,2,41104,41209,41007,0,2,41062,40958,40959,0,2,40959,40958,41210,0,2,40988,41210,40958,0,2,40968,40994,41564,0,2,41564,40994,41563,0,2,11582,11577,11581,0,2,11581,11584,11582,0,2,11550,41211,11489,0,2,46021,41212,41213,0,2,41214,41213,11542,0,2,41214,11542,11543,0,2,41214,11484,41213,0,2,11541,41213,41215,0,2,11541,41215,40905,0,2,41215,41216,40905,0,2,40905,41216,11548,0,2,11550,11548,41211,0,2,41211,11548,41216,0,2,41213,41212,41215,0,2,11489,41211,11488,0,2,41211,41216,11488,0,2,11488,41216,11486,0,2,11486,41216,41212,0,2,11486,41212,46021,0,2,11462,11464,11461,0,2,11461,41217,11460,0,2,11460,41217,41218,0,2,41218,41217,40901,0,2,11461,11464,41217,0,2,40901,41217,41219,0,2,40901,41219,41220,0,2,41220,41221,41222,0,2,41220,41219,41221,0,2,41221,41219,11483,0,2,41219,41217,11482,0,2,11349,40899,41223,0,2,41223,40899,11574,0,2,11554,11569,41224,0,2,11554,41224,47660,0,2,47660,41224,11572,0,2,11572,41224,11573,0,2,11573,41224,11574,0,2,11349,41223,40876,0,2,40876,41223,11348,0,2,41225,11465,41221,0,2,41225,41221,11543,0,2,41222,40902,41220,0,2,41220,40902,40901,0,2,11569,41228,41226,0,2,11569,41226,41227,0,2,11569,41227,41229,0,2,41234,11569,41229,0,2,41229,11332,11570,0,2,11570,11332,11686,0,2,11570,11686,41230,0,2,11686,11332,11333,0,2,11570,41230,41231,0,2,41231,41223,41234,0,2,41234,41223,11574,0,2,41234,11574,41224,0,2,41224,11569,41234,0,2,41223,41231,11348,0,2,11348,41231,41230,0,2,41232,11786,41233,0,2,41233,11786,11571,0,2,11331,11571,11786,0,2,11786,41232,11787,0,2,41234,41229,11570,0,2,13160,11197,13161,0,2,13161,11197,11784,0,2,13161,11784,41236,0,2,13161,41236,41235,0,2,11198,41236,41237,0,2,41237,41236,11783,0,2,41237,11783,41247,0,2,41247,11782,11787,0,2,41238,11199,41239,0,2,41240,41246,11778,0,2,41240,11778,41244,0,2,41241,41242,11200,0,2,11200,41242,11201,0,2,11203,41245,11204,0,2,11204,41245,11776,0,2,41244,41241,41240,0,2,11776,41245,11804,0,2,41245,41244,11804,0,2,41244,41245,41241,0,2,41241,41245,11202,0,2,41241,11202,41242,0,2,11203,41243,41245,0,2,41245,41243,11202,0,2,11200,41238,41241,0,2,11200,11199,41238,0,2,41239,41240,41238,0,2,11199,11198,41239,0,2,41237,41247,41246,0,2,41239,41237,41240,0,2,41240,41237,41246,0,2,11198,41237,41239,0,2,41246,41247,41250,0,2,41246,41250,11778,0,2,11778,41250,41248,0,2,11801,11778,11779,0,2,11779,11778,41248,0,2,41248,41250,41249,0,2,11787,41250,41247,0,2,11156,41260,41258,0,2,41258,41257,41251,0,2,41251,41257,41256,0,2,41256,41305,16802,0,2,41256,16805,41252,0,2,41256,41252,41251,0,2,11156,41258,41252,0,2,41252,41258,41251,0,2,41256,41257,41254,0,2,41254,18292,41253,0,2,41253,18293,41255,0,2,41256,41304,41305,0,2,41256,41254,41304,0,2,41304,41254,41255,0,2,41255,41254,41253,0,2,18347,18292,41254,0,2,18347,41254,18346,0,2,18346,41254,41257,0,2,18346,41257,18345,0,2,18345,41257,41258,0,2,18345,41258,18344,0,2,18344,41258,41259,0,2,18344,41259,18343,0,2,41259,41258,41260,0,2,41260,11157,41259,0,2,11154,41261,41262,0,2,41262,41261,16808,0,2,16808,41261,16804,0,2,16804,41261,16803,0,2,16803,41261,11155,0,2,16803,11155,41252,0,2,41252,16805,16803,0,2,13148,13157,41263,0,2,41263,13157,13155,0,2,13148,41263,13147,0,2,41264,14671,41265,0,2,41264,41265,41273,0,2,41590,41589,41267,0,2,41590,41267,41268,0,2,41269,41268,41270,0,2,41269,41270,41271,0,2,41276,41271,41597,0,2,41276,41597,41272,0,2,41590,41268,41278,0,2,41590,41278,41266,0,2,41266,41278,41273,0,2,41273,41278,41274,0,2,41264,41274,14672,0,2,14672,41274,14673,0,2,14673,41274,14674,0,2,14674,41277,41275,0,2,41279,41275,41276,0,2,41283,41272,41597,0,2,41283,41597,16791,0,2,41276,41275,41271,0,2,41271,41275,41269,0,2,41269,41275,41277,0,2,41269,41277,41278,0,2,41274,41278,14674,0,2,41278,41277,14674,0,2,41278,41268,41269,0,2,14674,41275,14676,0,2,14676,41275,41279,0,2,14676,41279,41280,0,2,41280,41279,41282,0,2,41280,41282,41281,0,2,41280,41281,11182,0,2,11182,41281,41285,0,2,11182,41285,41946,0,2,41946,41285,11181,0,2,41279,41276,41282,0,2,41282,41276,41272,0,2,41282,41272,41284,0,2,41284,41272,41283,0,2,41284,41283,41290,0,2,41284,41290,41285,0,2,41285,41290,41286,0,2,11179,41287,41291,0,2,41287,11179,41288,0,2,41287,41288,41286,0,2,41286,41288,41289,0,2,41286,41289,41285,0,2,41285,41289,11181,0,2,41285,41281,41284,0,2,41284,41281,41282,0,2,41286,41290,41292,0,2,41286,41292,41287,0,2,41287,41292,41291,0,2,41291,41292,16790,0,2,16790,11178,41291,0,2,16791,41292,41283,0,2,41283,41292,41290,0,2,41264,41273,41274,0,2,16792,16791,11162,0,2,16792,11162,11177,0,2,16798,16799,41293,0,2,41293,16799,41313,0,2,41293,41313,41294,0,2,41295,41294,41297,0,2,41295,41297,41314,0,2,41295,41314,41296,0,2,41297,41306,41307,0,2,41332,41298,41299,0,2,41299,41311,41300,0,2,41300,41311,41312,0,2,41300,41312,41301,0,2,41301,41312,16800,0,2,41300,41301,41302,0,2,41300,41302,41303,0,2,41303,41302,41310,0,2,41303,41310,41364,0,2,18295,41364,41310,0,2,18295,41310,41599,0,2,16801,41305,41304,0,2,41302,16801,41310,0,2,41599,41310,16801,0,2,41294,41313,41297,0,2,41297,41313,41306,0,2,41298,41307,41299,0,2,41309,16815,41308,0,2,41308,11147,16813,0,2,41308,16813,41293,0,2,41293,41294,41309,0,2,41309,41294,41295,0,2,41293,41309,41308,0,2,16798,41293,16797,0,2,16797,41293,16813,0,2,11147,41308,16814,0,2,41308,16815,16814,0,2,16800,16801,41302,0,2,16800,41302,41301,0,2,41311,41299,41307,0,2,41311,41307,41306,0,2,16800,41312,16799,0,2,41311,41306,41312,0,2,41312,41306,41313,0,2,41313,16799,41312,0,2,41297,41307,41314,0,2,41314,41307,18193,0,2,18193,41307,41298,0,2,16826,41296,41316,0,2,41316,41296,41315,0,2,41315,18194,41316,0,2,16826,41316,41317,0,2,41317,41316,18194,0,2,18193,41315,41314,0,2,41314,41315,41296,0,2,41317,18194,16828,0,2,16828,18196,16843,0,2,16829,16843,41318,0,2,18226,18197,41318,0,2,18196,18226,16843,0,2,41318,16843,18226,0,2,41318,18197,41377,0,2,41378,41319,41320,0,2,41320,41319,18198,0,2,41378,41377,41319,0,2,41319,41377,18197,0,2,41318,41377,41321,0,2,41318,41321,16829,0,2,18208,18198,18227,0,2,18207,41322,18200,0,2,18200,41322,18201,0,2,41322,18202,18201,0,2,16838,16837,16839,0,2,16822,16874,16821,0,2,16821,16874,16872,0,2,11131,11129,41323,0,2,11137,41323,42205,0,2,11137,42205,41324,0,2,11138,41324,41325,0,2,11139,41325,41326,0,2,11139,41326,16914,0,2,41327,11129,11128,0,2,17683,17603,41328,0,2,17683,41328,41331,0,2,17603,17683,41329,0,2,17603,41329,17604,0,2,17606,41329,17607,0,2,17732,17605,17606,0,2,17732,17606,17607,0,2,17607,41329,17682,0,2,17682,41329,17683,0,2,41331,17539,17623,0,2,17539,41331,17520,0,2,41330,17602,17522,0,2,17602,41330,41328,0,2,41330,17520,41331,0,2,17539,17519,17623,0,2,41332,41299,41333,0,2,41333,41299,41300,0,2,41333,41300,41334,0,2,41335,41365,18233,0,2,18233,41365,41336,0,2,18233,41336,42209,0,2,18232,41336,41367,0,2,18232,41367,41359,0,2,41359,41367,41337,0,2,41337,41367,41368,0,2,41337,41368,41362,0,2,41338,41362,41361,0,2,18238,41361,41339,0,2,18238,41339,18178,0,2,18178,41339,41340,0,2,41633,41372,41373,0,2,41633,41373,41343,0,2,18296,41343,41344,0,2,41344,41364,18295,0,2,41344,18295,18296,0,2,42229,41634,41345,0,2,42229,41345,41346,0,2,42229,41346,41340,0,2,41340,41346,18176,0,2,41340,18176,18178,0,2,18176,41346,18175,0,2,18175,41346,18307,0,2,18307,18308,41352,0,2,41352,18308,41347,0,2,41357,41347,42233,0,2,41357,42233,41348,0,2,41357,41348,41356,0,2,18274,41349,18371,0,2,41348,41349,18461,0,2,41348,18461,41356,0,2,41356,18461,41355,0,2,41349,41350,18461,0,2,41348,18371,41349,0,2,18175,18307,41351,0,2,41351,18307,41352,0,2,41353,41352,41347,0,2,41353,41347,41357,0,2,41351,41352,41354,0,2,18174,41354,41353,0,2,41352,41353,41354,0,2,18174,41353,41355,0,2,41355,41353,41356,0,2,18238,41358,41361,0,2,41361,41358,41338,0,2,41338,41358,41337,0,2,41338,41337,41362,0,2,41336,18232,42209,0,2,18179,41359,41360,0,2,41359,41337,41360,0,2,41358,41360,41337,0,2,41339,41361,41374,0,2,41339,41374,41375,0,2,41374,41361,41362,0,2,41339,41375,41340,0,2,41335,18233,41363,0,2,41335,41363,41333,0,2,41333,41363,18192,0,2,18233,18190,41363,0,2,41334,41300,41303,0,2,41334,41303,41365,0,2,41334,41365,41335,0,2,41303,41364,41365,0,2,41376,41373,41372,0,2,41376,41372,41370,0,2,41376,41370,41366,0,2,41362,41368,41369,0,2,41369,41370,41371,0,2,41371,41370,41372,0,2,41344,41365,41364,0,2,41365,41344,41373,0,2,41344,41343,41373,0,2,41369,41368,41366,0,2,41366,41370,41369,0,2,41367,41366,41368,0,2,41362,41369,41374,0,2,41341,41375,41374,0,2,41341,41374,41369,0,2,41341,41369,41342,0,2,41342,41369,18302,0,2,18302,41369,41371,0,2,41373,41376,41365,0,2,41365,41376,41336,0,2,41376,41366,41336,0,2,41333,18192,41332,0,2,42207,41377,41378,0,2,41394,41378,41379,0,2,41381,41380,18037,0,2,18033,41382,41381,0,2,41381,41382,41380,0,2,41392,41382,41876,0,2,41391,41388,16876,0,2,41391,16876,16877,0,2,41391,16877,16835,0,2,16835,16877,16849,0,2,16849,16877,41386,0,2,41386,16879,41387,0,2,16840,41386,41387,0,2,16876,41388,16875,0,2,41389,41871,16834,0,2,16834,41871,41384,0,2,16834,41390,41391,0,2,41388,41391,41390,0,2,41385,41388,41390,0,2,41385,41390,41384,0,2,41384,41390,16834,0,2,16834,41391,16833,0,2,16833,41391,16835,0,2,41392,41380,41382,0,2,41380,41392,41393,0,2,41393,41877,41394,0,2,41378,41394,42207,0,2,41394,41379,41393,0,2,41393,41379,41380,0,2,41383,41392,41876,0,2,41378,41320,41395,0,2,41379,41378,41395,0,2,41395,42239,41379,0,2,41379,42239,41380,0,2,41380,42239,18037,0,2,18035,18034,18037,0,2,18035,18037,42238,0,2,18037,42239,42238,0,2,11330,11571,41227,0,2,11330,41227,41396,0,2,41396,41226,41228,0,2,41396,41227,41226,0,2,11330,41396,11557,0,2,11239,11237,11929,0,2,11929,11237,11243,0,2,11925,11924,41398,0,2,41398,11924,41399,0,2,41399,11864,41398,0,2,11863,41398,11864,0,2,41399,11924,41400,0,2,41399,41400,11864,0,2,11864,41400,11865,0,2,11865,41400,11231,0,2,11924,11923,41400,0,2,46885,41398,11863,0,2,41401,11753,46022,0,2,41401,46022,11326,0,2,11788,41232,41233,0,2,11745,11744,11747,0,2,11745,11747,40946,0,2,17982,41402,40946,0,2,40944,41404,41406,0,2,40944,40945,41404,0,2,41404,40945,41403,0,2,41403,40945,40946,0,2,17982,11337,41402,0,2,41402,11337,11745,0,2,41402,11745,40946,0,2,11745,11337,11336,0,2,11747,41403,40946,0,2,11747,41405,41403,0,2,41403,41405,41406,0,2,41403,41406,41404,0,2,41405,11748,41406,0,2,11748,41407,41406,0,2,41406,41407,41017,0,2,41017,41407,41016,0,2,41016,41407,11185,0,2,11201,41410,41408,0,2,41412,41408,41419,0,2,46026,13137,41409,0,2,13136,41409,13059,0,2,41419,41408,41410,0,2,41419,41410,46026,0,2,41411,11201,41408,0,2,41411,41408,41412,0,2,41412,46041,41411,0,2,41413,46041,41439,0,2,41439,46041,41414,0,2,46042,41414,41418,0,2,46042,41418,41442,0,2,41442,41418,41415,0,2,41442,41415,13136,0,2,13136,41415,41416,0,2,41416,41415,41417,0,2,41412,41419,41417,0,2,41417,41419,41416,0,2,41417,41415,41418,0,2,41418,46041,41412,0,2,41412,41417,41418,0,2,13136,41416,41409,0,2,41409,41416,41419,0,2,41409,41419,46026,0,2,11793,11798,11796,0,2,11796,11755,11794,0,2,11796,11794,11793,0,2,11780,41401,11326,0,2,11326,11518,11325,0,2,11326,11325,11780,0,2,11802,11803,11797,0,2,11797,11799,11802,0,2,41396,11556,11557,0,2,11556,41396,11555,0,2,11555,41396,41228,0,2,41028,41017,41420,0,2,41028,41420,41029,0,2,41029,41420,41014,0,2,41014,41420,41015,0,2,41421,11185,11187,0,2,41421,11187,41422,0,2,41422,11187,14681,0,2,14681,14680,41422,0,2,41422,41423,41424,0,2,14675,41424,14673,0,2,14673,41424,14672,0,2,14672,41424,41423,0,2,41423,41422,14680,0,2,11185,41421,11184,0,2,11184,41421,41457,0,2,41020,14677,41425,0,2,41425,14677,41426,0,2,41425,41426,41280,0,2,41425,41280,11182,0,2,41425,11182,11183,0,2,41425,11183,41020,0,2,41280,41426,14676,0,2,14666,41427,41430,0,2,41430,41427,41428,0,2,41430,41428,41429,0,2,41429,14668,41430,0,2,14666,41430,14667,0,2,41427,13167,41432,0,2,41432,41431,13199,0,2,13200,41431,41433,0,2,14721,41433,13167,0,2,13167,41433,41432,0,2,41427,41432,41428,0,2,41429,41428,41588,0,2,41429,41588,14668,0,2,14668,41588,41434,0,2,14668,41434,41435,0,2,41435,41434,41265,0,2,41265,41434,41273,0,2,13155,13161,41436,0,2,41436,13161,41235,0,2,41436,41235,41438,0,2,41438,41235,11198,0,2,13155,41436,13154,0,2,13154,41436,13162,0,2,41436,41437,13162,0,2,13162,41437,41443,0,2,13154,13162,13152,0,2,41437,41438,41439,0,2,41438,41437,41436,0,2,11198,41439,41438,0,2,41441,13055,13056,0,2,13055,41442,13056,0,2,13135,13056,41442,0,2,41443,13055,13054,0,2,41439,41443,41437,0,2,13051,13052,41444,0,2,41444,13052,41449,0,2,41444,41449,41451,0,2,41451,41449,41448,0,2,41451,41448,41452,0,2,41452,41448,41445,0,2,41448,41441,13057,0,2,41448,13057,41446,0,2,41448,41446,41445,0,2,41445,41446,41447,0,2,41447,41446,13067,0,2,41445,41447,41453,0,2,41453,41447,13069,0,2,41453,13069,13072,0,2,13072,13091,41453,0,2,41441,41448,41440,0,2,41440,41448,46043,0,2,46043,41448,41449,0,2,13051,41444,41450,0,2,41450,13089,13050,0,2,13089,41450,41451,0,2,41451,41450,41444,0,2,41452,41453,13091,0,2,41453,41452,41445,0,2,41452,13090,41451,0,2,13048,41455,13047,0,2,13047,41455,13046,0,2,13117,41455,41454,0,2,41454,41455,13048,0,2,13114,13115,13117,0,2,13114,13117,41456,0,2,13114,41456,13086,0,2,13087,13086,13110,0,2,41422,41424,41457,0,2,41457,41424,41458,0,2,14677,41457,41458,0,2,14677,41458,41426,0,2,41426,41458,14675,0,2,41424,14675,41458,0,2,41422,41457,41421,0,2,41459,11339,41460,0,2,41459,41460,41461,0,2,41461,41460,17976,0,2,41461,41035,41462,0,2,41461,41462,41463,0,2,41463,41464,11739,0,2,11739,41464,41495,0,2,11739,41495,11738,0,2,41466,11738,41496,0,2,41466,41496,17974,0,2,41465,40907,41466,0,2,41465,41466,17974,0,2,41463,41462,41464,0,2,41464,41462,17975,0,2,41461,41463,41459,0,2,41459,41463,11739,0,2,41459,11739,11340,0,2,40907,41467,41466,0,2,41467,11737,41466,0,2,41466,11737,11738,0,2,17983,41460,11339,0,2,41469,41468,41470,0,2,41038,41079,41471,0,2,41471,41079,41470,0,2,41471,41470,41472,0,2,41088,41037,41472,0,2,41088,41472,41468,0,2,41468,41472,41470,0,2,41469,41087,41468,0,2,41077,41078,41068,0,2,41068,41078,41080,0,2,41068,41080,41070,0,2,41473,41071,41072,0,2,41473,41072,41476,0,2,41072,41073,41474,0,2,41475,10832,41477,0,2,41072,41474,41475,0,2,41475,41474,10832,0,2,10832,41474,10831,0,2,10831,41474,10840,0,2,10840,41474,41074,0,2,41478,41476,41477,0,2,41475,41477,41072,0,2,41072,41477,41476,0,2,41477,17950,41478,0,2,41479,41478,41487,0,2,41076,41508,41480,0,2,41076,41480,41481,0,2,41481,41480,41482,0,2,41485,41482,41483,0,2,41484,41483,41535,0,2,41485,41066,41482,0,2,41482,41066,41481,0,2,41485,41483,41484,0,2,41508,41076,41486,0,2,41508,41486,41479,0,2,41479,41486,41478,0,2,41076,41473,41486,0,2,41486,41473,41478,0,2,41478,17950,41487,0,2,41487,17950,41528,0,2,40973,41489,41488,0,2,41488,41489,41490,0,2,41490,41491,41497,0,2,41497,41491,42418,0,2,42418,17939,41497,0,2,41492,42418,41491,0,2,41492,41491,41493,0,2,41493,41491,40971,0,2,41493,40981,41494,0,2,41491,41490,40971,0,2,40971,41490,41085,0,2,41085,41490,41489,0,2,41070,41080,41081,0,2,41071,41070,41081,0,2,41495,41464,17975,0,2,41495,17975,41496,0,2,41496,11738,41495,0,2,41499,41490,41497,0,2,40973,41488,41500,0,2,41497,17938,41499,0,2,17938,41498,41499,0,2,41488,41499,41498,0,2,41488,41498,41500,0,2,41500,41498,41540,0,2,41499,41488,41490,0,2,41501,17885,17884,0,2,17884,17885,17879,0,2,41501,10926,10927,0,2,41501,41502,17885,0,2,17819,41502,41501,0,2,17819,41501,10927,0,2,41503,41533,17960,0,2,17960,41533,41504,0,2,17960,41504,17961,0,2,17960,17959,41503,0,2,17923,41505,16994,0,2,17923,17922,17920,0,2,16994,41505,16995,0,2,10850,41505,17923,0,2,17930,17920,17925,0,2,17931,17930,17926,0,2,17926,17930,17925,0,2,17932,17931,17926,0,2,41483,41482,41506,0,2,41506,41482,41507,0,2,41507,41482,41480,0,2,41508,41507,41480,0,2,41506,41507,17973,0,2,17972,17973,41507,0,2,17972,41507,41509,0,2,41509,41507,41508,0,2,41509,41508,41510,0,2,41510,41487,17951,0,2,17951,17952,41510,0,2,41508,41479,41510,0,2,41510,41479,41487,0,2,41533,41513,41517,0,2,41533,41517,41514,0,2,41514,41517,41515,0,2,10825,41515,41516,0,2,41517,41522,41530,0,2,41519,41518,41520,0,2,41519,41520,41538,0,2,41538,41520,17947,0,2,41538,17947,41539,0,2,41539,17947,41536,0,2,41536,17947,17946,0,2,41518,41521,41520,0,2,41518,41519,41523,0,2,41523,41522,41512,0,2,41512,41522,41513,0,2,41512,17956,41523,0,2,41518,41523,41524,0,2,41518,41524,41525,0,2,41528,41529,41511,0,2,41528,41511,17952,0,2,41528,17950,41527,0,2,41527,17950,41477,0,2,41527,41477,17949,0,2,41527,17949,41526,0,2,41526,17949,17948,0,2,41526,17948,17947,0,2,41526,17947,41521,0,2,17948,10830,17947,0,2,41525,41524,41527,0,2,41527,41524,41528,0,2,41528,41524,41529,0,2,41511,41529,17955,0,2,41525,41527,41526,0,2,41524,17956,41529,0,2,41529,17956,17955,0,2,17956,41524,41523,0,2,41518,41525,41521,0,2,17947,41520,41521,0,2,41517,41530,41515,0,2,41530,41531,41515,0,2,41515,41531,10827,0,2,41515,10827,41516,0,2,10827,41531,17944,0,2,17963,41504,41533,0,2,41515,41532,41514,0,2,41532,17963,41514,0,2,41514,17963,41533,0,2,41533,41503,41534,0,2,41533,41534,41513,0,2,41517,41513,41522,0,2,41519,41530,41523,0,2,41523,41530,41522,0,2,17955,17953,41511,0,2,41511,17953,17952,0,2,41917,17995,17998,0,2,41535,41483,41506,0,2,10841,10842,10838,0,2,41536,17946,17945,0,2,41530,41519,41538,0,2,41537,41538,41539,0,2,41537,41539,41536,0,2,41536,17945,17944,0,2,41531,41530,41538,0,2,41538,41537,41531,0,2,17944,41531,41536,0,2,41536,41531,41537,0,2,41540,10836,10834,0,2,41540,10834,40973,0,2,41500,41540,40973,0,2,41541,41542,10869,0,2,10869,41542,10870,0,2,16997,41542,10866,0,2,17910,17911,17913,0,2,17913,17911,17912,0,2,11085,11086,11084,0,2,42150,17507,41543,0,2,41545,41543,41544,0,2,17507,41544,41543,0,2,17609,17508,42150,0,2,17609,42150,17610,0,2,17610,42150,17611,0,2,17611,41547,17612,0,2,17612,41547,17613,0,2,41546,17613,41545,0,2,41546,41545,41544,0,2,41546,41544,17036,0,2,41543,41547,17611,0,2,17613,41547,41545,0,2,41545,41547,41543,0,2,17608,17508,17609,0,2,17507,42150,17508,0,2,17619,17615,41548,0,2,41548,41549,17624,0,2,41548,17624,17620,0,2,41548,17620,17619,0,2,41551,42127,41550,0,2,17899,17898,41553,0,2,17899,41553,10902,0,2,10902,41553,41554,0,2,41559,41554,17447,0,2,10902,41555,41556,0,2,17821,10912,41558,0,2,17821,41558,41557,0,2,41557,41556,17823,0,2,17823,41556,41555,0,2,17823,41555,17822,0,2,17822,10900,10899,0,2,17822,41555,10900,0,2,10900,41555,10901,0,2,10901,41555,41559,0,2,17043,17018,41560,0,2,17003,17005,17006,0,2,10868,10871,10865,0,2,10865,41542,41541,0,2,41541,10868,10865,0,2,41562,41564,41565,0,2,41565,41564,41563,0,2,41561,41564,41562,0,2,41564,41561,40968,0,2,41562,41565,41566,0,2,41562,41566,41567,0,2,41567,41566,41492,0,2,10933,41492,10934,0,2,41492,41493,41567,0,2,41493,41494,41567,0,2,41567,41494,41562,0,2,41563,10934,41565,0,2,41565,10934,41566,0,2,41492,41566,10934,0,2,41569,41115,41568,0,2,41110,10969,41920,0,2,41110,41920,41570,0,2,41570,10970,41569,0,2,41569,10970,40952,0,2,41569,40952,41115,0,2,40952,11010,41001,0,2,41001,11010,40953,0,2,41569,41568,41570,0,2,41570,41568,41110,0,2,41568,41571,41110,0,2,41112,41571,41114,0,2,41115,41114,41568,0,2,41568,41114,41571,0,2,41110,41571,41109,0,2,41111,41109,41112,0,2,41573,41572,41204,0,2,41573,41204,41205,0,2,41201,41204,41572,0,2,41125,41126,41573,0,2,41573,41126,41572,0,2,41128,41572,41126,0,2,13209,41794,41574,0,2,41574,42440,13211,0,2,13211,13210,41574,0,2,41574,13210,13209,0,2,18462,18268,41575,0,2,41575,18169,18270,0,2,18270,18169,41673,0,2,18270,41673,18170,0,2,18462,41575,18269,0,2,18269,41575,18270,0,2,41350,41576,41577,0,2,41577,41576,18384,0,2,18384,18381,41577,0,2,41350,41577,18273,0,2,41582,18370,41579,0,2,41579,41646,41580,0,2,41580,41646,41644,0,2,41580,41644,41581,0,2,41580,41581,41582,0,2,41580,41582,41579,0,2,41578,41582,18372,0,2,18372,41582,41581,0,2,41583,11165,41584,0,2,41583,41584,13196,0,2,13196,41584,13197,0,2,13197,41584,41585,0,2,13197,41585,41586,0,2,41434,41588,41591,0,2,41588,41428,41587,0,2,41587,41428,41432,0,2,41432,13199,41587,0,2,41587,13199,41586,0,2,41586,13199,13197,0,2,41586,41585,41589,0,2,41586,41589,41598,0,2,41598,41589,41590,0,2,41598,41590,41591,0,2,41591,41590,41266,0,2,41584,41592,41585,0,2,41585,41592,41589,0,2,41589,41592,41267,0,2,41267,41592,41593,0,2,41267,41593,41594,0,2,41594,11164,41595,0,2,41595,11164,11163,0,2,41595,11163,11162,0,2,41595,11162,41597,0,2,41594,41593,11164,0,2,11164,41593,11165,0,2,11165,41593,41584,0,2,41584,41593,41592,0,2,41267,41594,41268,0,2,41268,41594,41270,0,2,41271,41270,41596,0,2,41271,41596,41597,0,2,41597,41596,41595,0,2,41594,41595,41270,0,2,41270,41595,41596,0,2,41591,41588,41598,0,2,41586,41598,41587,0,2,14670,41435,41265,0,2,41273,41434,41591,0,2,41591,41266,41273,0,2,41255,41600,41599,0,2,41599,41600,18295,0,2,41304,41255,16801,0,2,16801,41255,41599,0,2,41255,18293,41600,0,2,41600,18293,18295,0,2,41601,11139,16914,0,2,41601,16914,16860,0,2,41601,16860,16861,0,2,16861,16856,41601,0,2,41131,41602,11179,0,2,41157,41131,11179,0,2,16793,11153,41157,0,2,41603,18349,41605,0,2,41604,41605,18365,0,2,41604,18365,18366,0,2,18365,41605,41606,0,2,41611,41608,18285,0,2,41611,18285,41607,0,2,41630,41607,18285,0,2,18284,18285,41608,0,2,41609,41608,18349,0,2,41609,18284,41608,0,2,18365,41610,18286,0,2,18365,41606,41610,0,2,41606,41611,41607,0,2,41605,18349,41606,0,2,41606,18349,41611,0,2,41608,41611,18349,0,2,41603,41604,18350,0,2,18350,41604,41612,0,2,18350,41612,41648,0,2,41648,41612,41613,0,2,18366,41612,41604,0,2,41604,41603,41605,0,2,41614,18366,18365,0,2,18366,41614,41616,0,2,41616,41614,41615,0,2,41616,41615,18359,0,2,18360,41614,18362,0,2,18362,41614,18365,0,2,41616,18359,41617,0,2,41617,18359,18367,0,2,41618,41626,41619,0,2,41619,41626,41620,0,2,41621,18282,41622,0,2,41621,41622,18283,0,2,18283,41622,41623,0,2,41623,41622,41624,0,2,41623,41624,41625,0,2,18347,18291,41625,0,2,41625,18291,41623,0,2,41622,18282,41620,0,2,41622,41620,41624,0,2,41625,41624,18292,0,2,41624,41620,41626,0,2,18292,41626,18293,0,2,18292,41624,41626,0,2,18283,41623,41627,0,2,41628,41627,18291,0,2,41628,18291,18290,0,2,41623,18291,41627,0,2,18290,41629,41628,0,2,18288,41628,18287,0,2,18287,41628,41629,0,2,18287,41629,18289,0,2,41628,18288,41631,0,2,41631,18288,41630,0,2,41632,41630,41656,0,2,41632,41607,41630,0,2,41631,41627,41628,0,2,18282,18281,18320,0,2,18282,18320,18319,0,2,41633,41343,18321,0,2,41633,18321,18298,0,2,41633,18298,18299,0,2,41372,41633,18299,0,2,41372,18299,41371,0,2,41371,18299,18302,0,2,41342,18302,18303,0,2,41342,18303,41341,0,2,41341,18303,41634,0,2,41634,18304,18306,0,2,41345,18306,18307,0,2,41345,18307,41346,0,2,18304,41634,18303,0,2,18316,18300,41635,0,2,18325,18369,18312,0,2,18368,18312,18369,0,2,41639,18327,18280,0,2,41638,18280,18349,0,2,18378,18460,18459,0,2,41636,18377,18378,0,2,18378,18459,41636,0,2,18278,41637,41653,0,2,18280,41638,41639,0,2,18279,41640,41637,0,2,41637,41640,41639,0,2,41637,41639,41638,0,2,41641,41638,18349,0,2,41641,18349,41603,0,2,41603,18350,41641,0,2,41643,41642,18351,0,2,18378,18377,18351,0,2,41646,18377,41644,0,2,41581,41644,18373,0,2,18373,18375,18374,0,2,18373,41644,18375,0,2,18375,41644,41645,0,2,18351,18377,41643,0,2,41643,18377,41646,0,2,41647,18350,41642,0,2,41648,41613,18352,0,2,18352,41613,41617,0,2,41642,41643,41650,0,2,41650,41643,41646,0,2,41650,41646,41579,0,2,41649,41642,41650,0,2,41653,41652,18370,0,2,18370,41652,41579,0,2,41579,41652,41650,0,2,18276,41651,18277,0,2,41651,18276,18310,0,2,18310,18276,42232,0,2,18310,42232,18305,0,2,41651,18368,18278,0,2,41651,18278,18277,0,2,18277,18278,41653,0,2,41653,41637,41652,0,2,41652,41637,41647,0,2,41652,41647,41649,0,2,41652,41649,41650,0,2,41647,41642,41649,0,2,18377,41645,41644,0,2,41619,41654,41618,0,2,41618,41654,18318,0,2,41618,18318,18296,0,2,18318,41654,18297,0,2,41654,41619,18319,0,2,18319,41619,41620,0,2,18319,41620,18282,0,2,41657,11170,11168,0,2,41657,11168,18333,0,2,18333,41656,41657,0,2,11170,41657,18332,0,2,41658,18338,41659,0,2,41658,41659,41660,0,2,13193,41660,13194,0,2,13194,41660,41659,0,2,13194,41659,13205,0,2,13205,41659,18338,0,2,41660,13193,41662,0,2,13191,41663,41662,0,2,41662,41663,41661,0,2,18287,18332,41657,0,2,18358,18341,41664,0,2,41664,18357,18358,0,2,18168,41665,41666,0,2,41667,41666,18167,0,2,41667,18167,41668,0,2,41668,18248,18481,0,2,18481,18249,41668,0,2,18249,41669,41668,0,2,41668,41669,41670,0,2,41668,41670,41667,0,2,41669,18250,41671,0,2,41671,18170,41673,0,2,41673,18169,41670,0,2,41670,18169,41672,0,2,41670,41672,41667,0,2,41670,41669,41673,0,2,41673,41669,41671,0,2,41666,41667,41672,0,2,18170,41671,18253,0,2,41666,41665,18167,0,2,18167,18166,41668,0,2,41668,18166,18248,0,2,18248,18166,18488,0,2,41674,18467,18264,0,2,18264,18467,18466,0,2,18264,18466,18469,0,2,41675,18094,18093,0,2,41676,18139,18141,0,2,41676,18147,18146,0,2,18146,18147,41677,0,2,41677,41678,40788,0,2,41686,40588,41679,0,2,41679,40596,41680,0,2,41680,40596,40587,0,2,40596,41679,40588,0,2,41679,41678,41686,0,2,41681,41686,18100,0,2,41686,41678,41677,0,2,41686,41677,18100,0,2,18100,41677,41698,0,2,41683,41698,41682,0,2,41683,41682,18104,0,2,18104,41682,18105,0,2,18100,41698,18101,0,2,18101,41698,41683,0,2,18104,41684,41685,0,2,18103,41685,41684,0,2,18104,41685,18101,0,2,18104,18101,41683,0,2,18098,41686,41681,0,2,41677,40788,41687,0,2,41677,41687,18146,0,2,41687,40788,18148,0,2,41695,41750,41779,0,2,41693,41779,41749,0,2,41693,41749,41688,0,2,41688,41749,14298,0,2,18160,41689,41690,0,2,18160,41690,14295,0,2,14295,41690,14296,0,2,14296,41690,14309,0,2,14309,41690,14297,0,2,14297,41690,41689,0,2,41692,41749,41691,0,2,18092,41691,41748,0,2,18092,41748,18083,0,2,41691,18092,41692,0,2,41749,41692,14299,0,2,41695,41693,41696,0,2,41696,41693,41694,0,2,41675,41694,18158,0,2,41689,18160,41694,0,2,41693,41688,41694,0,2,41688,14298,41689,0,2,41688,41689,41694,0,2,41695,41696,18472,0,2,18472,41696,41697,0,2,18472,41697,18081,0,2,18093,18081,41675,0,2,41675,18081,41697,0,2,41675,41697,41694,0,2,41694,41697,41696,0,2,41682,41698,18141,0,2,41705,13240,41704,0,2,41699,41795,41700,0,2,41700,41795,41701,0,2,41700,41701,41703,0,2,41703,41701,14396,0,2,14396,14462,41703,0,2,41702,14462,14318,0,2,41702,41706,41700,0,2,41706,41702,14318,0,2,41700,41703,41702,0,2,41699,41700,41706,0,2,14316,41705,41704,0,2,41706,14316,41704,0,2,41706,14318,14316,0,2,41706,41704,41699,0,2,41699,41704,41709,0,2,13240,41707,41704,0,2,41704,41707,41709,0,2,41707,13248,41708,0,2,41709,41708,41699,0,2,41708,41709,41707,0,2,14544,14547,14543,0,2,14550,14548,14549,0,2,14558,14557,41710,0,2,41711,14327,14328,0,2,14329,41711,14328,0,2,41711,14479,14327,0,2,14327,14479,14326,0,2,14326,14479,14480,0,2,14392,14480,41712,0,2,14329,14330,41713,0,2,41713,14330,41714,0,2,41714,41723,41713,0,2,41718,41716,14605,0,2,41718,14605,41717,0,2,41717,14605,14339,0,2,14339,14606,41717,0,2,41717,14606,14601,0,2,41717,14601,41718,0,2,41718,14601,41719,0,2,14600,41719,14601,0,2,41711,14600,41720,0,2,41720,41721,14479,0,2,41721,41722,41817,0,2,41817,14480,41721,0,2,41721,14480,14479,0,2,14605,41716,41726,0,2,41726,41716,41713,0,2,41723,41728,41727,0,2,41727,41728,14334,0,2,14334,41728,14333,0,2,41726,41713,41724,0,2,41724,41713,41723,0,2,41724,41723,41727,0,2,41724,41727,41725,0,2,41724,41725,41726,0,2,41725,41727,14335,0,2,14336,14372,14335,0,2,14372,41725,14335,0,2,14384,14383,14469,0,2,14378,14385,14469,0,2,14469,14385,14384,0,2,12976,41729,12975,0,2,12975,41729,41731,0,2,12974,41731,41730,0,2,12961,12973,41730,0,2,12961,41730,12962,0,2,12962,41730,14379,0,2,41730,41731,14379,0,2,14379,41731,41729,0,2,12973,41737,41730,0,2,41731,12974,41732,0,2,41732,12974,41733,0,2,41733,41739,41736,0,2,41736,41739,41734,0,2,13016,41734,13018,0,2,41734,13032,41736,0,2,41736,13032,41732,0,2,41733,41736,41732,0,2,41731,41732,12975,0,2,41735,12975,13031,0,2,13031,12975,41732,0,2,12974,41737,41733,0,2,41733,41737,12972,0,2,41733,12972,41739,0,2,41739,12972,41738,0,2,41738,12972,7159,0,2,41739,41738,41734,0,2,13013,13014,13020,0,2,13013,13020,41740,0,2,41740,13020,13027,0,2,41741,7185,13030,0,2,41741,13030,13027,0,2,13021,13022,13027,0,2,41741,13027,13022,0,2,41742,41743,13019,0,2,7168,13019,13024,0,2,13019,41743,13020,0,2,41744,41742,41745,0,2,41745,7183,41744,0,2,7183,13021,41744,0,2,41742,41744,41743,0,2,41743,41744,13021,0,2,13017,7163,7167,0,2,34815,34816,7182,0,2,7182,34816,41804,0,2,7182,41804,13023,0,2,41746,14300,14301,0,2,18083,41748,41747,0,2,41691,41749,41779,0,2,41747,41748,41750,0,2,13279,41751,13278,0,2,13266,41751,13288,0,2,13288,41751,13279,0,2,41753,41768,41752,0,2,41753,41752,41754,0,2,41775,41754,41766,0,2,41775,41766,41767,0,2,41775,41767,41762,0,2,41762,41767,41755,0,2,41755,41767,41787,0,2,41755,41787,41785,0,2,41755,41785,41756,0,2,41755,41756,41757,0,2,41765,41757,41764,0,2,41764,41757,41776,0,2,41764,41776,41758,0,2,41758,41701,41759,0,2,41759,13265,41760,0,2,41759,41760,41764,0,2,41764,41760,41765,0,2,41765,41760,13277,0,2,41765,13277,41763,0,2,41761,41763,41753,0,2,41753,41763,13278,0,2,41762,41761,41775,0,2,13277,13278,41763,0,2,41758,41759,41764,0,2,41757,41765,41755,0,2,41765,41761,41762,0,2,41761,41765,41763,0,2,41755,41765,41762,0,2,41767,41766,41774,0,2,41789,41774,14409,0,2,14409,41774,41771,0,2,41787,41774,41789,0,2,41754,41775,41753,0,2,13278,41751,41768,0,2,41768,13266,41752,0,2,41754,41752,41769,0,2,41754,41769,41772,0,2,41772,41769,13273,0,2,41772,13273,13272,0,2,13273,41769,13268,0,2,41773,41754,41770,0,2,41773,41770,41771,0,2,41754,41772,41770,0,2,41770,41772,13272,0,2,41754,41773,41766,0,2,41771,41774,41773,0,2,41774,41766,41773,0,2,41751,13266,41768,0,2,13267,13268,13266,0,2,41753,13278,41768,0,2,41775,41761,41753,0,2,14458,41776,14399,0,2,14400,41777,14401,0,2,14401,41777,14438,0,2,14438,41777,14399,0,2,41819,14446,14448,0,2,14448,14450,41819,0,2,18158,18103,18157,0,2,13179,13214,18424,0,2,41748,41691,41779,0,2,41779,41750,41748,0,2,18092,18089,18088,0,2,41783,41780,18422,0,2,18419,18422,41780,0,2,18419,41780,18418,0,2,18418,41780,18085,0,2,41781,18425,13229,0,2,13177,13229,18425,0,2,14419,18423,41781,0,2,14629,14624,41782,0,2,14629,41782,14628,0,2,14304,18428,41783,0,2,41784,41783,18422,0,2,41783,41784,14304,0,2,41784,13232,14304,0,2,14315,14314,14305,0,2,14314,14315,14312,0,2,41787,41789,41792,0,2,41787,41792,41798,0,2,41785,41798,41786,0,2,14402,41788,41786,0,2,41786,41788,41785,0,2,41785,41787,41798,0,2,41756,41785,41788,0,2,41756,41788,14438,0,2,41756,14438,14399,0,2,41757,41756,14399,0,2,41757,14399,41776,0,2,41792,41789,41790,0,2,14407,41790,41789,0,2,14407,41789,14414,0,2,41791,41790,14435,0,2,41790,14407,14435,0,2,41790,41791,41792,0,2,41793,41794,13176,0,2,41574,41794,42440,0,2,42440,41794,41793,0,2,13261,14311,13250,0,2,14398,41701,41758,0,2,14398,41758,14458,0,2,14458,41758,41776,0,2,13265,41759,41795,0,2,14397,41701,14398,0,2,41759,41701,41795,0,2,41708,41796,41699,0,2,41699,41796,41795,0,2,41796,13265,41795,0,2,41752,13268,41769,0,2,41752,13266,13268,0,2,41786,41798,41797,0,2,41786,41797,14403,0,2,14403,41797,14436,0,2,14436,41797,14435,0,2,14435,41797,41791,0,2,41798,41792,41797,0,2,41797,41792,41791,0,2,41800,14655,41799,0,2,41799,14655,14656,0,2,14656,14665,41799,0,2,41800,41799,41801,0,2,41800,41801,14653,0,2,13169,41801,41799,0,2,14653,14655,41800,0,2,13002,13001,13029,0,2,13002,13029,41816,0,2,13002,41816,41802,0,2,41805,7184,41803,0,2,41803,7184,41804,0,2,41803,41804,34816,0,2,41803,34817,41805,0,2,41805,41806,41802,0,2,41802,41806,41807,0,2,41807,41806,41808,0,2,41808,41806,41809,0,2,41808,41809,41810,0,2,41810,41809,41811,0,2,41811,7201,7202,0,2,41811,7202,41810,0,2,41810,7202,41812,0,2,41812,12989,42826,0,2,41812,42826,41814,0,2,41814,42826,41813,0,2,41815,41813,12991,0,2,41813,42826,12990,0,2,41813,12990,12991,0,2,12990,42826,12988,0,2,41811,41809,34817,0,2,34817,41809,41805,0,2,41809,41806,41805,0,2,41802,41807,13002,0,2,13005,41807,41808,0,2,13005,41808,41815,0,2,41815,41808,41814,0,2,41810,41814,41808,0,2,41810,41812,41814,0,2,41814,41813,41815,0,2,41807,13005,13002,0,2,41805,41802,41816,0,2,41816,7184,41805,0,2,14480,41817,41712,0,2,14325,14391,41818,0,2,14391,41712,41818,0,2,41817,48625,41712,0,2,41712,48625,41818,0,2,41819,14396,14439,0,2,41826,14325,41818,0,2,41826,41818,14481,0,2,41822,14481,41821,0,2,41820,41823,14504,0,2,41823,41820,14506,0,2,41823,14506,41821,0,2,41822,14506,14508,0,2,14506,41822,41821,0,2,14481,14482,41821,0,2,41824,14502,14504,0,2,41824,14504,41823,0,2,41821,14482,41825,0,2,14501,41825,14500,0,2,14500,41825,14499,0,2,14499,41825,14482,0,2,41821,41825,41823,0,2,41823,41825,41824,0,2,48625,14481,41818,0,2,14324,41826,14508,0,2,14508,41826,41822,0,2,41822,41826,14481,0,2,14535,14533,14532,0,2,14535,14532,14536,0,2,41827,40713,13317,0,2,41827,13317,13315,0,2,13340,13342,13319,0,2,13337,13329,13336,0,2,13336,13329,13335,0,2,41828,18161,18158,0,2,18106,18107,41828,0,2,41828,18107,18161,0,2,41828,41829,18106,0,2,18106,41829,18105,0,2,13259,13258,41830,0,2,41830,13258,14292,0,2,41830,14292,14293,0,2,14541,14561,41832,0,2,41832,41843,41833,0,2,14546,14542,41834,0,2,41834,14542,41845,0,2,41835,14289,13299,0,2,14289,41835,14270,0,2,14275,41835,14273,0,2,41835,14275,14270,0,2,41835,13299,14273,0,2,14273,13299,40584,0,2,14279,41831,13293,0,2,14279,13293,41836,0,2,41836,13293,41837,0,2,41837,14546,41834,0,2,14546,13291,14544,0,2,41836,41838,41842,0,2,41842,41838,41839,0,2,41839,41838,41844,0,2,14285,41844,41840,0,2,14285,41840,14286,0,2,14282,41839,41841,0,2,14288,41841,14285,0,2,14285,41841,41844,0,2,41844,41841,41839,0,2,41839,14282,41842,0,2,41842,14282,14278,0,2,41840,41844,41845,0,2,41840,41845,41833,0,2,14286,41840,41843,0,2,41833,41843,41840,0,2,41834,41845,41838,0,2,41838,41845,41844,0,2,41834,41838,41837,0,2,14274,13296,41831,0,2,41831,13296,13294,0,2,18043,18490,18044,0,2,41846,18042,18492,0,2,18492,18042,18245,0,2,18247,41847,18492,0,2,41847,18496,18491,0,2,18042,18244,18245,0,2,18251,18244,18041,0,2,18251,18041,18040,0,2,18040,42222,41849,0,2,41849,42222,41848,0,2,41849,41848,42223,0,2,41849,42223,41850,0,2,41852,41850,41851,0,2,41849,41850,18242,0,2,18241,18242,41853,0,2,18241,41853,41854,0,2,41354,18172,41854,0,2,41854,18172,18241,0,2,41854,41853,41354,0,2,18242,41850,41856,0,2,41856,41850,41855,0,2,41856,41855,41853,0,2,18175,41853,41855,0,2,41853,18242,41856,0,2,41850,41852,41855,0,2,41855,41852,18177,0,2,18177,42230,18178,0,2,18243,41849,18242,0,2,41857,42237,41858,0,2,41858,41861,41864,0,2,41864,41861,18048,0,2,42237,41857,41859,0,2,41859,41857,41860,0,2,10788,41860,41857,0,2,18044,41861,41862,0,2,41863,42237,18041,0,2,41863,18041,18042,0,2,41863,18042,41862,0,2,41863,41862,41861,0,2,42237,41863,41858,0,2,10786,41864,18048,0,2,41858,41864,41857,0,2,41857,41864,10788,0,2,41860,10788,10789,0,2,10789,18038,41860,0,2,41860,18038,41859,0,2,41867,10795,41865,0,2,41865,10795,41868,0,2,41865,41868,41866,0,2,41865,18026,41867,0,2,10794,41867,10793,0,2,10793,41867,18027,0,2,41868,41913,41901,0,2,41382,18213,41869,0,2,41869,18213,18031,0,2,41869,18031,41873,0,2,41870,41871,41383,0,2,41383,41871,41389,0,2,41383,41876,41870,0,2,18031,41872,41873,0,2,41873,41872,41880,0,2,41873,41880,41899,0,2,41873,41899,41870,0,2,41870,41899,41874,0,2,41875,41385,41384,0,2,41875,41384,41874,0,2,41874,41384,41871,0,2,41874,41871,41870,0,2,41382,41869,41876,0,2,41870,41876,41873,0,2,41873,41876,41869,0,2,41392,41383,41877,0,2,41877,41383,16832,0,2,41393,41392,41877,0,2,41394,41877,16831,0,2,41394,16831,16830,0,2,16848,16832,41878,0,2,16848,41878,41879,0,2,41879,41389,16833,0,2,16848,16831,16832,0,2,16867,41388,41385,0,2,16867,41385,16868,0,2,16868,41385,41885,0,2,41875,41874,41899,0,2,41881,41880,41900,0,2,41881,41900,41901,0,2,41868,41901,41866,0,2,41881,10796,41880,0,2,41880,10796,41882,0,2,41875,41883,42193,0,2,42193,41887,41875,0,2,41875,41887,41884,0,2,41875,41884,41385,0,2,41385,41884,41885,0,2,41891,11136,41886,0,2,41886,11136,41887,0,2,41888,41886,11112,0,2,11110,41889,16990,0,2,16990,41889,10806,0,2,10806,41889,10805,0,2,41889,11110,11111,0,2,41889,11111,16989,0,2,10805,41889,41890,0,2,41889,16989,41890,0,2,11112,41890,16989,0,2,41890,11112,10804,0,2,10804,11112,41886,0,2,10804,41886,41887,0,2,41884,41887,11136,0,2,41887,18014,10804,0,2,41891,41888,11114,0,2,41891,11114,41897,0,2,41886,41888,41891,0,2,41892,41891,41897,0,2,41893,41895,42198,0,2,11124,42198,41894,0,2,11124,41894,11123,0,2,11123,41894,16985,0,2,41897,41893,41892,0,2,41892,41893,11135,0,2,41893,41897,41895,0,2,16987,41894,41896,0,2,42191,41896,41898,0,2,41894,41895,41896,0,2,41896,41895,41897,0,2,41896,41897,41898,0,2,41895,41894,42198,0,2,41875,41899,41883,0,2,41883,41899,41882,0,2,41882,41899,41880,0,2,41900,41880,41872,0,2,41872,18030,41900,0,2,41900,18030,41901,0,2,41866,41901,18030,0,2,16867,16866,41388,0,2,41388,16866,16875,0,2,16866,16867,41902,0,2,41902,16867,16868,0,2,16866,41902,16870,0,2,16870,11133,41903,0,2,41903,11133,11132,0,2,41903,16871,16870,0,2,11133,16870,41902,0,2,41902,16868,11134,0,2,16868,41904,11134,0,2,41904,11135,11134,0,2,10781,10782,18049,0,2,18499,10776,18514,0,2,18514,10776,10777,0,2,10793,18493,18025,0,2,10793,18025,41905,0,2,41906,18020,41907,0,2,18007,41907,18022,0,2,18007,41910,41906,0,2,41908,18016,18015,0,2,41908,18015,41909,0,2,41909,41913,41908,0,2,41915,18016,41910,0,2,41915,41910,41914,0,2,41914,41910,18007,0,2,41914,18007,18013,0,2,18007,41906,41907,0,2,18016,41908,41911,0,2,41912,41908,41913,0,2,41912,41913,41868,0,2,41912,18018,41908,0,2,18016,41911,41910,0,2,41910,41911,41906,0,2,41906,41911,18018,0,2,41503,17958,41534,0,2,41916,17957,41512,0,2,41534,17958,41916,0,2,41534,41916,41513,0,2,41513,41916,41512,0,2,17995,41917,17968,0,2,17968,41917,17986,0,2,17967,17968,17986,0,2,17986,41917,17999,0,2,17999,41917,17987,0,2,17986,10774,10773,0,2,17003,41918,17002,0,2,41919,40984,40985,0,2,41919,40985,41957,0,2,41957,40985,41054,0,2,40978,41054,40985,0,2,41920,41921,41924,0,2,41924,41921,41922,0,2,41924,41922,41923,0,2,10972,10971,41923,0,2,41923,10971,41924,0,2,41920,41924,41570,0,2,10973,41923,41922,0,2,41944,10973,41922,0,2,41921,41925,41922,0,2,41932,41928,41929,0,2,41922,41925,41926,0,2,41922,41926,41944,0,2,41926,41928,41944,0,2,41944,41928,41932,0,2,41944,41932,41931,0,2,41930,41931,10981,0,2,41930,10981,10975,0,2,10981,41931,10977,0,2,10977,41932,41929,0,2,10977,41929,10978,0,2,41929,41933,10978,0,2,10978,41933,10979,0,2,10979,41933,10980,0,2,41931,41932,10977,0,2,41926,41925,10968,0,2,41926,10968,41928,0,2,41928,10968,41927,0,2,10968,10967,41927,0,2,41928,41927,41929,0,2,41927,42103,41929,0,2,41934,10973,41944,0,2,41934,41944,10974,0,2,41934,10974,41930,0,2,41934,41930,41935,0,2,41934,41935,11014,0,2,11014,10973,41934,0,2,41930,10974,41931,0,2,11027,11057,42435,0,2,11027,42435,41936,0,2,41936,42435,41937,0,2,41937,10994,41938,0,2,41937,41938,41939,0,2,41939,41938,11022,0,2,41939,11022,41940,0,2,10994,41967,41938,0,2,41967,11028,41938,0,2,41938,11028,11021,0,2,41938,11021,11022,0,2,41940,11022,11023,0,2,11023,41942,41940,0,2,41940,41942,41941,0,2,41941,41942,11024,0,2,11014,41935,41943,0,2,11015,41943,11042,0,2,41943,11012,11014,0,2,41945,41124,11180,0,2,41945,11180,41130,0,2,41130,11180,41602,0,2,41131,41130,41602,0,2,41011,41023,41946,0,2,41946,11181,41011,0,2,41947,11140,16913,0,2,16924,16925,41947,0,2,41947,16925,41150,0,2,41947,16913,16924,0,2,11064,11065,17528,0,2,17528,11065,41948,0,2,41948,41950,41949,0,2,41949,41950,41951,0,2,41951,41950,11068,0,2,11069,11070,11068,0,2,11068,11070,41951,0,2,41950,41948,11066,0,2,11066,41948,11065,0,2,17548,17580,17542,0,2,41952,16908,16927,0,2,41952,16927,16926,0,2,16926,16905,41952,0,2,16926,16927,16928,0,2,16928,16927,16910,0,2,16910,16911,16928,0,2,16926,16928,16904,0,2,16928,16911,16929,0,2,16929,16911,41953,0,2,16919,41953,41954,0,2,16918,41954,16917,0,2,16911,41954,41953,0,2,16918,16919,41954,0,2,16918,16917,42206,0,2,42206,16917,16916,0,2,42206,16916,16915,0,2,41955,41956,16914,0,2,41957,40976,40974,0,2,40974,41919,41957,0,2,40991,40993,40992,0,2,40992,40993,41958,0,2,41958,10936,10935,0,2,10935,40992,41958,0,2,10936,41958,10937,0,2,10938,10937,10939,0,2,41958,10997,10937,0,2,10937,10997,41959,0,2,10937,41959,10939,0,2,41959,41960,10939,0,2,41963,41962,41961,0,2,41961,10996,11018,0,2,11018,10996,11039,0,2,10996,41961,41962,0,2,41962,41963,17845,0,2,41978,41961,41964,0,2,41978,41964,41965,0,2,41978,41965,41977,0,2,41977,41965,41966,0,2,41967,41966,11028,0,2,41967,10994,41980,0,2,41980,10994,41968,0,2,41980,41968,41982,0,2,41982,41968,41969,0,2,10994,10993,41968,0,2,41968,10993,41969,0,2,17809,10991,10990,0,2,17809,10990,17808,0,2,41970,17807,41971,0,2,41971,17807,42002,0,2,41971,17808,41970,0,2,17806,17807,17805,0,2,17809,17810,10991,0,2,10991,17810,41973,0,2,41973,17810,41969,0,2,41970,41972,17807,0,2,17807,41972,17805,0,2,41973,41969,10993,0,2,10993,10992,41973,0,2,10991,41973,11056,0,2,11056,41973,10992,0,2,41966,41965,11028,0,2,11028,41965,41964,0,2,11028,41964,10995,0,2,10995,41964,11018,0,2,11018,41964,41961,0,2,41963,41961,10942,0,2,41960,41959,41974,0,2,41974,10996,41962,0,2,41974,41962,41960,0,2,10997,41958,40993,0,2,17842,17843,17853,0,2,10944,41979,10945,0,2,10945,41979,41975,0,2,10945,41975,41989,0,2,41975,41979,41988,0,2,41988,41979,41977,0,2,41988,41977,41976,0,2,41966,41976,41977,0,2,41961,41978,10942,0,2,41978,41979,10942,0,2,10942,41979,10944,0,2,41988,41976,41981,0,2,41981,41976,41980,0,2,41967,41980,41966,0,2,41966,41980,41976,0,2,10949,41983,41984,0,2,41984,17812,10949,0,2,10949,17812,41985,0,2,10949,41986,41983,0,2,41983,41986,41982,0,2,41982,41986,10948,0,2,41982,10948,41987,0,2,41982,41987,41981,0,2,41981,41987,41988,0,2,41975,41988,41989,0,2,41989,41988,10946,0,2,10946,41988,41987,0,2,41982,41981,41980,0,2,11035,11019,41990,0,2,41990,11018,11039,0,2,11039,10999,41990,0,2,41990,10999,11037,0,2,41990,11037,11036,0,2,41990,11036,11035,0,2,17827,17826,41991,0,2,17897,41992,41991,0,2,41993,10909,10910,0,2,10909,41993,41992,0,2,41991,41992,41993,0,2,17827,41991,41993,0,2,10913,10914,41995,0,2,41995,10920,41994,0,2,41995,41994,10913,0,2,10913,41993,10910,0,2,17826,42186,41991,0,2,41991,42186,17897,0,2,41996,10910,41997,0,2,41996,41997,41998,0,2,41997,10908,10907,0,2,10908,41997,17824,0,2,17824,41997,10910,0,2,10910,41996,10911,0,2,41996,41998,10912,0,2,10904,41998,10905,0,2,10905,41998,10907,0,2,10907,41998,41997,0,2,42001,17806,42006,0,2,42001,42006,41999,0,2,42001,41999,42000,0,2,42002,42001,42003,0,2,42002,42003,42004,0,2,42004,42003,10954,0,2,42004,10954,17814,0,2,17814,42005,42004,0,2,42002,42004,41971,0,2,41971,42004,42005,0,2,41971,42005,17808,0,2,17808,42005,17813,0,2,42003,42001,42000,0,2,42006,17795,42007,0,2,42006,42007,41999,0,2,42007,17794,17793,0,2,42007,17793,41999,0,2,41999,17793,42000,0,2,17666,17642,17672,0,2,17672,17642,17669,0,2,42008,17107,17106,0,2,42099,17107,17262,0,2,17262,17107,42009,0,2,42010,42009,42008,0,2,42010,42008,17104,0,2,42363,42010,42362,0,2,17228,42362,17227,0,2,42363,17261,42010,0,2,42010,17261,42009,0,2,42009,17261,17257,0,2,17107,42008,42009,0,2,42359,17649,17659,0,2,17659,17649,17648,0,2,17294,17293,42012,0,2,42012,17293,17656,0,2,42023,42013,42022,0,2,42022,42013,17291,0,2,17302,42013,42012,0,2,17303,42113,42114,0,2,17340,17306,17289,0,2,17340,17289,17303,0,2,17303,42114,17340,0,2,42014,17286,17092,0,2,42014,17092,42015,0,2,42014,42015,42016,0,2,17055,42016,17054,0,2,42014,42019,17091,0,2,42017,42018,17056,0,2,17470,17056,42018,0,2,42014,42016,42019,0,2,42019,42016,17055,0,2,17091,42019,42017,0,2,17286,42014,17091,0,2,42020,17091,42017,0,2,42020,42017,42021,0,2,42021,17078,17077,0,2,42021,17077,17089,0,2,42021,17089,42020,0,2,17089,17090,42020,0,2,42020,17090,17091,0,2,17078,42021,17056,0,2,17056,42021,42017,0,2,17289,42025,42022,0,2,42022,42025,42023,0,2,42023,42024,42357,0,2,42357,42024,17296,0,2,42023,42025,42024,0,2,17099,42024,42026,0,2,17099,42026,17287,0,2,17287,42026,17288,0,2,42026,42024,42025,0,2,42026,42025,17288,0,2,17296,42024,17297,0,2,17289,42022,17291,0,2,41977,41979,41978,0,2,42027,17414,17404,0,2,42049,42030,42031,0,2,42033,42032,42030,0,2,42033,42030,42029,0,2,42031,42030,42032,0,2,42033,42029,42034,0,2,42034,42029,42028,0,2,42034,42028,17377,0,2,17377,17376,42034,0,2,42034,17376,42036,0,2,42034,42036,42035,0,2,42035,42036,17351,0,2,17420,42036,17376,0,2,42034,42035,42033,0,2,42033,42035,42037,0,2,42032,42038,42040,0,2,42032,42033,42038,0,2,42038,42033,42037,0,2,42032,42040,42031,0,2,42038,42037,42039,0,2,42038,42039,42257,0,2,42038,42257,42040,0,2,42040,42257,42041,0,2,42042,42041,42258,0,2,42042,42258,17070,0,2,17070,42258,17426,0,2,42041,42043,42040,0,2,42040,42043,42031,0,2,42041,42042,42043,0,2,42031,42043,42044,0,2,42031,42044,42049,0,2,42044,17069,42049,0,2,42046,42045,42054,0,2,17063,42054,42048,0,2,17063,42048,17064,0,2,17064,42048,42256,0,2,17069,42048,42054,0,2,17069,42054,42049,0,2,42045,42046,42029,0,2,42045,42029,42030,0,2,42029,42046,42028,0,2,42028,42046,42050,0,2,42050,17062,42051,0,2,42051,17062,17061,0,2,17061,17429,42051,0,2,42051,17429,17430,0,2,42051,17430,17377,0,2,42051,17377,42028,0,2,17379,17377,42052,0,2,17379,42052,17431,0,2,17062,42050,17063,0,2,17063,42050,42054,0,2,42054,42050,42046,0,2,42058,42057,17783,0,2,17783,42057,17779,0,2,42057,42058,42059,0,2,42059,42058,17781,0,2,42059,17781,17780,0,2,42058,17740,42355,0,2,42355,17740,17742,0,2,42063,17768,42061,0,2,42060,42063,42061,0,2,17768,42063,17746,0,2,17110,42062,17109,0,2,17645,17639,42060,0,2,42060,17639,42063,0,2,17746,42063,42062,0,2,42063,17639,17109,0,2,42063,17109,42062,0,2,17114,17129,42064,0,2,17129,17112,42065,0,2,17128,17171,17120,0,2,17120,17171,42065,0,2,17174,17173,42066,0,2,42066,42067,17167,0,2,17167,42067,42068,0,2,17176,42068,42067,0,2,17174,42066,17175,0,2,17114,17131,42069,0,2,42069,17370,17114,0,2,17370,42069,17117,0,2,17118,42069,17131,0,2,42070,42306,42071,0,2,42306,42413,42071,0,2,42071,17115,17168,0,2,17168,17115,17175,0,2,17168,17175,42066,0,2,17139,17154,42072,0,2,42072,17154,17147,0,2,42072,17147,17146,0,2,17147,17140,17145,0,2,17145,17140,42073,0,2,17145,42073,17144,0,2,17144,42073,17143,0,2,42073,17140,17142,0,2,17143,42073,17142,0,2,42074,17151,17201,0,2,42074,42403,17166,0,2,42074,17166,17151,0,2,17151,17166,17152,0,2,42327,42403,42075,0,2,42327,42075,17197,0,2,17197,42075,17203,0,2,17203,42075,17196,0,2,17196,42075,42403,0,2,17166,42403,42327,0,2,42333,42077,42076,0,2,42333,42076,42334,0,2,42334,42076,42398,0,2,42076,42077,42085,0,2,42085,42078,42081,0,2,42079,42078,42095,0,2,42079,42095,42086,0,2,42079,42086,42080,0,2,42079,42080,42081,0,2,42081,42078,42079,0,2,42083,42082,17204,0,2,17204,42082,17189,0,2,17189,42082,42084,0,2,42084,42082,42085,0,2,42085,42077,42084,0,2,42085,42082,42078,0,2,42086,42095,17236,0,2,17236,42095,17235,0,2,17236,42087,42086,0,2,42088,17237,17215,0,2,17215,17237,17238,0,2,17215,17238,42090,0,2,17123,42090,42376,0,2,42376,42090,42091,0,2,42093,17185,17184,0,2,17123,17215,42090,0,2,42086,42087,42094,0,2,17233,42399,42094,0,2,17233,42094,42089,0,2,42399,42086,42094,0,2,42094,42087,42089,0,2,42088,42089,17237,0,2,17237,42089,42087,0,2,17254,42370,42096,0,2,42096,42370,17231,0,2,17231,42371,17250,0,2,17254,42096,42088,0,2,42088,42096,42089,0,2,17255,17122,42101,0,2,42101,17122,42097,0,2,42097,17122,17121,0,2,17121,17110,42097,0,2,42097,17110,42098,0,2,17110,17108,42098,0,2,42098,17108,42099,0,2,42099,17108,17641,0,2,17255,42101,42100,0,2,42099,17259,42098,0,2,17259,42100,42098,0,2,42098,42100,42101,0,2,42098,42101,42097,0,2,42099,17262,17259,0,2,17262,17257,17259,0,2,42102,17802,17801,0,2,10965,10980,42103,0,2,42103,10980,41933,0,2,42103,41933,41929,0,2,42123,17625,42129,0,2,42128,42104,41550,0,2,41550,42104,17624,0,2,17624,42104,42129,0,2,41551,41550,41549,0,2,41551,41549,17336,0,2,17336,41549,41548,0,2,17614,17337,17336,0,2,17336,41548,17615,0,2,17336,17615,17614,0,2,42106,42105,17678,0,2,42106,17516,42105,0,2,42133,42121,17674,0,2,17674,42121,42109,0,2,17675,42109,42122,0,2,17675,42122,42112,0,2,42111,42120,42130,0,2,42130,42143,42111,0,2,42112,42122,42115,0,2,17342,42114,42116,0,2,17342,42116,42115,0,2,42115,42116,42112,0,2,42112,42116,42113,0,2,42113,42116,42114,0,2,17627,42132,17670,0,2,17670,17650,17627,0,2,42118,17686,42117,0,2,42118,42117,42119,0,2,42119,42120,42133,0,2,42133,42120,42121,0,2,42133,42108,42119,0,2,42119,42108,42118,0,2,42118,42108,42132,0,2,42121,42122,42109,0,2,42115,42122,42110,0,2,42110,42122,42111,0,2,42122,42121,42111,0,2,42121,42120,42111,0,2,42130,42120,42129,0,2,42129,42120,42123,0,2,42117,42123,42119,0,2,42119,42123,42120,0,2,42110,42124,17342,0,2,42110,17342,42115,0,2,42124,42125,17342,0,2,17342,42125,17330,0,2,42125,42124,42126,0,2,42126,42144,42127,0,2,41550,42144,42128,0,2,41550,42127,42144,0,2,42127,42131,42126,0,2,42126,42131,42125,0,2,42108,42133,17673,0,2,42108,17673,17671,0,2,42108,17671,17670,0,2,17670,42132,42108,0,2,42133,17674,42136,0,2,42136,42135,42134,0,2,42134,42135,17655,0,2,17655,42135,17664,0,2,17299,42135,42109,0,2,17674,42109,42136,0,2,42136,42109,42135,0,2,42136,42134,17654,0,2,42136,17654,17673,0,2,42136,17673,42133,0,2,17673,17654,17672,0,2,42125,17331,17330,0,2,17310,42138,42137,0,2,41552,42137,42140,0,2,41552,42140,42139,0,2,42146,42137,41552,0,2,42146,41552,17319,0,2,42146,17319,42147,0,2,42147,17319,17317,0,2,42147,17317,42141,0,2,42016,42015,42142,0,2,17054,42016,42142,0,2,42145,42143,42144,0,2,42145,42144,42126,0,2,42126,42124,42145,0,2,42145,42124,42110,0,2,42145,42110,42111,0,2,42145,42111,42143,0,2,42143,42130,42104,0,2,42104,42130,42129,0,2,42104,42128,42143,0,2,42143,42128,42144,0,2,42137,42146,17310,0,2,17310,42146,17309,0,2,17309,42146,42147,0,2,17309,42147,42148,0,2,42148,42147,42141,0,2,17093,42148,17095,0,2,17095,42148,42141,0,2,17053,17054,42142,0,2,17514,42149,42163,0,2,42163,42149,17565,0,2,17565,42149,17564,0,2,41543,17611,42150,0,2,42151,42152,17512,0,2,17512,42152,42153,0,2,42153,42154,42155,0,2,42168,17568,42155,0,2,42153,42155,11077,0,2,42153,11077,17512,0,2,42156,16981,42157,0,2,42157,16961,16953,0,2,42157,16953,16951,0,2,42157,16951,42156,0,2,42156,16951,16950,0,2,11098,16958,10862,0,2,10862,16958,11099,0,2,16958,16956,11101,0,2,11101,16956,16957,0,2,11101,16957,42158,0,2,42159,42158,42160,0,2,42158,42159,11102,0,2,11102,11100,42158,0,2,42158,11100,11101,0,2,42158,16957,42160,0,2,11098,42161,16958,0,2,16958,42161,16959,0,2,11093,42161,42162,0,2,11093,42162,11095,0,2,42162,42161,11098,0,2,42163,42164,42152,0,2,42163,42152,17514,0,2,42163,17565,42164,0,2,42165,16937,42167,0,2,42166,16984,16936,0,2,16984,42166,16937,0,2,16943,42165,42167,0,2,42167,16937,11122,0,2,11122,16937,42166,0,2,42168,42155,42154,0,2,42154,17593,42168,0,2,42168,17593,17567,0,2,42153,42152,42164,0,2,42153,42164,42154,0,2,17019,17022,42169,0,2,42169,17031,17019,0,2,17019,17031,17033,0,2,17505,17450,17460,0,2,17460,17450,17455,0,2,17455,17450,17454,0,2,17505,17460,17459,0,2,17456,42170,42171,0,2,42170,42254,42171,0,2,17098,17097,42174,0,2,42174,17097,17096,0,2,42174,17096,42175,0,2,42175,17096,17076,0,2,42173,42174,42172,0,2,42172,17100,42173,0,2,42176,42174,42175,0,2,42176,42175,17074,0,2,16967,16946,42177,0,2,42177,16946,42156,0,2,16949,42156,16946,0,2,16976,16975,16966,0,2,16976,16951,16975,0,2,42178,17500,17497,0,2,17014,42178,17024,0,2,17024,42178,17496,0,2,17496,42178,17497,0,2,17913,10892,42180,0,2,11097,42179,42181,0,2,11097,42181,11096,0,2,42179,10860,42180,0,2,17910,17913,10860,0,2,10860,17913,42180,0,2,42180,10892,42179,0,2,42179,10892,42181,0,2,11090,42181,10892,0,2,11090,10892,17499,0,2,17499,17014,11089,0,2,11089,11090,17499,0,2,17915,42182,17916,0,2,17915,17916,10887,0,2,42182,17917,17916,0,2,17820,17821,17822,0,2,17820,17822,10899,0,2,41993,42183,17827,0,2,17828,17827,42183,0,2,17828,42183,17829,0,2,42183,41993,10921,0,2,10921,41993,10913,0,2,10921,10913,41994,0,2,17829,42183,10921,0,2,42184,42185,10921,0,2,10921,42185,10922,0,2,17833,17477,17476,0,2,10915,10893,42243,0,2,42187,11094,11095,0,2,16974,42188,42181,0,2,42181,42188,11096,0,2,11096,42188,11091,0,2,11091,42188,42187,0,2,42187,42188,11092,0,2,42189,16954,16982,0,2,16982,16949,42189,0,2,42190,11117,11116,0,2,42190,11116,11115,0,2,42190,11115,42191,0,2,11117,42190,16979,0,2,16979,42190,42192,0,2,42159,16979,42192,0,2,16989,11111,42192,0,2,42192,11111,42159,0,2,42193,18014,41887,0,2,42193,41883,10803,0,2,42193,10803,42197,0,2,41883,41882,10803,0,2,49978,10816,10817,0,2,49978,10817,42194,0,2,10817,10815,42194,0,2,42194,10814,10809,0,2,41882,10796,42195,0,2,41882,42195,10802,0,2,41882,10802,10803,0,2,42196,10801,10815,0,2,42196,10815,10817,0,2,42196,10817,42197,0,2,10816,42197,10817,0,2,11133,11134,42200,0,2,42199,42198,11124,0,2,41893,42200,11135,0,2,11115,11116,42204,0,2,42204,11116,42201,0,2,11119,42201,11118,0,2,11118,42201,11117,0,2,11117,42201,11116,0,2,42191,11115,42204,0,2,42203,42204,42201,0,2,42203,42201,11120,0,2,42203,11120,11121,0,2,42201,11119,42202,0,2,42201,42202,11120,0,2,42191,42204,16987,0,2,16987,42204,42203,0,2,16987,42203,16988,0,2,11121,16988,42203,0,2,42200,42198,42199,0,2,11133,42200,42199,0,2,41323,11129,42205,0,2,41324,42205,16919,0,2,41324,16919,16918,0,2,16918,42206,41324,0,2,41324,42206,41325,0,2,41325,42206,41326,0,2,41326,42206,16915,0,2,41953,41327,11128,0,2,11129,41327,42205,0,2,42205,41327,16919,0,2,16830,41321,42207,0,2,16830,42207,41394,0,2,42208,18182,18228,0,2,42209,42212,42210,0,2,42209,42211,42212,0,2,42212,42211,18229,0,2,18229,42211,18231,0,2,18229,18235,42212,0,2,42212,18235,18236,0,2,42216,42214,18216,0,2,42216,18216,18219,0,2,42217,42218,42215,0,2,42215,42218,18181,0,2,42216,42215,42214,0,2,42214,42215,42213,0,2,42218,42219,18181,0,2,18181,42219,18182,0,2,18182,42219,18183,0,2,42219,42218,18225,0,2,42218,42217,42220,0,2,42220,42216,18219,0,2,42216,42220,42217,0,2,42220,42221,18221,0,2,42220,18221,18222,0,2,18221,42221,18218,0,2,42224,41848,42222,0,2,42231,42223,18217,0,2,42231,18217,18216,0,2,18217,42223,41848,0,2,18217,41848,42224,0,2,42224,42222,18039,0,2,41850,42223,41851,0,2,41851,42223,42225,0,2,41851,42225,42226,0,2,41851,42226,41852,0,2,41852,42226,42230,0,2,41852,42230,18177,0,2,42223,42231,42225,0,2,42225,42231,42227,0,2,42225,42227,42226,0,2,18039,41859,18038,0,2,18241,42228,18252,0,2,42228,18253,18252,0,2,42229,41341,41634,0,2,41341,42229,41375,0,2,41375,42229,41340,0,2,42231,18216,42214,0,2,42231,42214,42227,0,2,42227,42214,18237,0,2,18237,42214,42213,0,2,18309,42232,41347,0,2,41347,42232,42233,0,2,42233,42232,18276,0,2,42233,18276,18275,0,2,18275,41348,42233,0,2,42234,41669,18249,0,2,18249,42235,42234,0,2,42234,42235,18246,0,2,18481,18248,18488,0,2,42235,18480,18246,0,2,18246,18480,18245,0,2,18053,18247,42236,0,2,42236,18247,18480,0,2,18250,18253,41671,0,2,42237,41859,18039,0,2,42220,18222,18215,0,2,41334,41335,41333,0,2,18036,18035,42238,0,2,42240,42212,18236,0,2,18188,42240,18236,0,2,18236,18187,18188,0,2,18188,18187,18204,0,2,42212,42240,42210,0,2,41366,41367,41336,0,2,41637,41638,41647,0,2,41641,41647,41638,0,2,42241,10872,10863,0,2,42241,10863,11099,0,2,17941,17940,42242,0,2,42182,17915,17914,0,2,10888,17915,10887,0,2,17917,42182,10890,0,2,42184,10920,17900,0,2,17058,17462,42244,0,2,17058,42244,42245,0,2,42246,17430,17473,0,2,17432,42247,17471,0,2,17471,42247,17472,0,2,17472,42247,17473,0,2,42246,17473,42247,0,2,17484,42249,42248,0,2,42248,42249,17469,0,2,42249,42411,17438,0,2,17438,42411,17458,0,2,42249,17438,17469,0,2,42170,17435,17060,0,2,17062,17064,42251,0,2,42251,17064,42256,0,2,17062,42251,17061,0,2,17061,42251,42252,0,2,42253,42256,17067,0,2,42252,42255,42253,0,2,42170,42253,42254,0,2,42250,42252,42253,0,2,42250,42253,17060,0,2,17060,42253,42170,0,2,42254,42253,17067,0,2,17066,42254,17065,0,2,17066,17065,17080,0,2,42256,42253,42255,0,2,42251,42256,42255,0,2,42254,17067,17065,0,2,42256,42048,42047,0,2,42041,42257,17349,0,2,42041,17349,42258,0,2,42259,17375,17414,0,2,17374,42259,42027,0,2,17374,42027,17404,0,2,17403,17360,17404,0,2,17404,17360,17374,0,2,17414,42027,42259,0,2,17364,17412,17411,0,2,17364,17411,42261,0,2,42260,42261,17390,0,2,17390,42261,17411,0,2,17364,42261,17365,0,2,17365,42261,17366,0,2,17366,42261,42262,0,2,42263,42279,42264,0,2,42264,42279,17391,0,2,42264,42278,42266,0,2,42266,42278,42276,0,2,42277,17722,42265,0,2,42265,17722,42056,0,2,42265,42056,17721,0,2,17721,42268,42265,0,2,42265,42275,42276,0,2,42276,42275,42266,0,2,42263,42264,42267,0,2,42268,42272,42270,0,2,42366,42270,42269,0,2,42271,42269,42351,0,2,42272,42268,17755,0,2,17755,17754,42273,0,2,17755,42273,42272,0,2,42272,42273,42270,0,2,42270,42273,42269,0,2,42269,42273,42351,0,2,42351,42273,17753,0,2,42263,42267,42274,0,2,42263,42274,17367,0,2,42264,42266,42267,0,2,42266,42275,42267,0,2,42277,42265,42276,0,2,17391,17392,42264,0,2,42264,17392,42278,0,2,17391,42279,17396,0,2,17396,42279,42260,0,2,42260,42279,42261,0,2,42263,42262,42279,0,2,42262,42261,42279,0,2,17388,17410,17409,0,2,17388,17409,17408,0,2,17387,17408,42280,0,2,17408,17387,17388,0,2,17408,17407,42280,0,2,17405,42280,17406,0,2,17406,42280,17407,0,2,42281,17413,42053,0,2,42281,42053,17432,0,2,17432,42053,17431,0,2,42282,17349,17350,0,2,42282,17350,42286,0,2,42285,42286,42283,0,2,42283,42286,17351,0,2,17424,42282,42284,0,2,42286,42285,42284,0,2,42286,42284,42282,0,2,42284,42285,42295,0,2,42295,42285,42294,0,2,42283,17351,17423,0,2,42283,42294,42285,0,2,42286,17350,42287,0,2,42286,42287,17351,0,2,17349,42282,17424,0,2,17425,42258,17349,0,2,17425,17349,17424,0,2,42291,17277,42288,0,2,42288,17277,42289,0,2,42288,42289,17278,0,2,17278,42289,17268,0,2,42291,42290,17276,0,2,42290,42291,42292,0,2,42292,42291,49979,0,2,49979,42291,42288,0,2,17162,17269,42293,0,2,17269,17268,42293,0,2,17162,42296,17161,0,2,17161,42296,42295,0,2,17423,42300,42283,0,2,42283,42300,42294,0,2,42295,42296,42284,0,2,42284,42296,42297,0,2,17427,42297,42299,0,2,17427,17279,17425,0,2,17427,17424,42297,0,2,17424,42284,42297,0,2,42297,42296,42298,0,2,42299,42298,42289,0,2,42297,42298,42299,0,2,42035,17351,42037,0,2,42045,42049,42054,0,2,42318,17365,42302,0,2,17365,42318,17364,0,2,17364,42318,42301,0,2,42301,42318,42315,0,2,42301,42315,42313,0,2,42313,17361,17362,0,2,42301,42313,17362,0,2,42303,42304,42319,0,2,42306,42309,42413,0,2,42307,42303,17366,0,2,17366,42303,42302,0,2,42307,17367,42311,0,2,42311,42349,42308,0,2,42308,42349,42310,0,2,42307,42311,42304,0,2,42304,42311,42321,0,2,42308,42309,42306,0,2,42308,42306,42311,0,2,42311,42306,42305,0,2,42311,42305,42321,0,2,42313,42315,42314,0,2,42314,42315,42316,0,2,42314,42316,42326,0,2,42316,42322,42317,0,2,42313,42314,17359,0,2,42315,42318,42323,0,2,42323,42318,42312,0,2,42312,42303,42319,0,2,42303,42312,42302,0,2,42302,42312,42318,0,2,42319,42304,42320,0,2,42320,42304,42321,0,2,42317,42320,17143,0,2,17143,42320,17144,0,2,17144,42320,42321,0,2,17144,42321,42305,0,2,42306,42070,42305,0,2,42305,42070,17144,0,2,42312,42319,42322,0,2,42322,42319,42320,0,2,42320,42317,42322,0,2,42312,42322,42323,0,2,42315,42323,42316,0,2,17155,42324,42325,0,2,17155,42325,17141,0,2,17141,42325,42317,0,2,42317,42325,42316,0,2,42316,42325,42326,0,2,42326,17357,17358,0,2,17358,42314,42326,0,2,17358,17359,42314,0,2,42326,42325,17357,0,2,17357,42325,42324,0,2,42327,17197,17164,0,2,17164,17197,42329,0,2,42329,17197,42332,0,2,42329,42332,42328,0,2,42329,42328,42330,0,2,42329,42330,42331,0,2,42344,17270,42339,0,2,42331,42339,17270,0,2,42328,17199,42333,0,2,42328,42333,42338,0,2,42339,42331,42330,0,2,42339,42330,42338,0,2,42338,42330,42328,0,2,17199,42328,42332,0,2,42345,42338,42334,0,2,42345,42334,42340,0,2,42346,42340,42342,0,2,42346,42342,42341,0,2,42338,42333,42334,0,2,42334,42398,42335,0,2,42340,42335,42342,0,2,42341,42342,42343,0,2,42341,42343,17246,0,2,17246,42343,42337,0,2,42335,42336,42342,0,2,42340,42334,42335,0,2,42339,42338,42345,0,2,42339,42345,42344,0,2,42341,17230,42346,0,2,42345,42340,42344,0,2,42344,42340,42346,0,2,42343,42342,42336,0,2,42336,42337,42343,0,2,17360,17372,17374,0,2,42071,17168,17169,0,2,42347,42349,42366,0,2,42347,42366,42269,0,2,42310,42347,42348,0,2,42348,42347,42269,0,2,42348,42269,42271,0,2,42348,42271,17368,0,2,42348,17368,42310,0,2,42366,42349,42274,0,2,42274,42349,17367,0,2,17368,42271,42350,0,2,17762,42350,42351,0,2,17762,42351,17752,0,2,42351,42350,42271,0,2,42354,17760,17756,0,2,17756,42353,42354,0,2,42352,17743,42353,0,2,17751,17760,17750,0,2,17760,42354,17750,0,2,17750,42354,17744,0,2,17744,42354,42353,0,2,42355,17756,17780,0,2,42355,17780,17781,0,2,17781,42058,42355,0,2,17717,17758,17754,0,2,42357,17660,42356,0,2,42013,42356,42012,0,2,42356,42013,42357,0,2,17660,42357,17296,0,2,17660,42358,17659,0,2,17659,42358,42359,0,2,17649,42359,42011,0,2,42359,42358,17218,0,2,42359,17218,17217,0,2,17217,42011,42359,0,2,17218,42358,17295,0,2,42358,17660,17295,0,2,17297,17100,17219,0,2,17297,17219,42360,0,2,17297,42360,17101,0,2,17101,42360,17283,0,2,17226,17227,42361,0,2,42361,17227,42362,0,2,42361,42362,42010,0,2,42363,42362,17251,0,2,42363,17251,17253,0,2,42363,17253,17261,0,2,17251,17256,42372,0,2,17251,42362,17256,0,2,17646,42364,17640,0,2,42357,42013,42023,0,2,17287,17098,17099,0,2,17297,42024,17100,0,2,17100,42024,17099,0,2,42276,42278,42277,0,2,42270,42366,42365,0,2,42268,42365,42275,0,2,42275,42365,42267,0,2,42274,42267,42366,0,2,42365,42366,42267,0,2,42268,42270,42365,0,2,42275,42265,42268,0,2,42268,17721,17755,0,2,17330,42138,17341,0,2,17648,42368,42364,0,2,42361,17104,17103,0,2,17104,42361,42010,0,2,42361,17103,17226,0,2,42372,42371,17251,0,2,17251,42371,17252,0,2,42371,42369,17252,0,2,17252,42369,42370,0,2,42370,42369,17231,0,2,17231,42369,42371,0,2,42372,17250,42371,0,2,42368,17641,17640,0,2,17640,42364,42368,0,2,17134,42377,42373,0,2,42373,42377,42375,0,2,42373,42375,17184,0,2,17184,42375,42093,0,2,42093,42375,42374,0,2,42093,42374,42092,0,2,42092,42374,17124,0,2,17133,42374,42375,0,2,42376,42092,17124,0,2,42376,42091,42092,0,2,17134,42373,17177,0,2,42377,17133,42375,0,2,17209,17208,17207,0,2,42386,17207,17206,0,2,42386,17206,42378,0,2,42406,17204,42382,0,2,42383,42381,42385,0,2,42383,42385,17191,0,2,17191,42385,17190,0,2,42381,42380,42406,0,2,42381,42406,42382,0,2,42384,17189,42084,0,2,17190,42385,42384,0,2,42386,42389,42387,0,2,42387,42389,42388,0,2,42387,42388,17194,0,2,17194,17211,42387,0,2,42387,17211,17209,0,2,42387,17209,42386,0,2,42386,17209,17207,0,2,42389,42386,42378,0,2,42391,42378,42379,0,2,42391,42379,42392,0,2,17192,42392,42393,0,2,42391,17192,42390,0,2,42391,42390,42388,0,2,42391,42392,17192,0,2,42389,42391,42388,0,2,42391,42389,42378,0,2,42392,42380,42381,0,2,42380,42392,42379,0,2,42383,42393,42381,0,2,17189,42384,42385,0,2,42382,17189,42381,0,2,42381,17189,42385,0,2,42093,42394,17186,0,2,42093,17186,17185,0,2,42394,42093,42395,0,2,42090,17240,42091,0,2,42091,17240,17242,0,2,42091,17242,42395,0,2,42395,17242,42396,0,2,42395,42396,42394,0,2,17241,17242,17240,0,2,42092,42091,42395,0,2,42092,42395,42093,0,2,17177,17176,17170,0,2,42397,42335,42398,0,2,42397,42398,42085,0,2,42085,42081,42397,0,2,42076,42085,42398,0,2,42335,42397,42336,0,2,42397,42081,42080,0,2,42080,42086,42399,0,2,42337,42336,42399,0,2,42399,42336,42080,0,2,42080,42336,42397,0,2,42390,17194,42388,0,2,42402,17269,17162,0,2,42402,17162,42400,0,2,42400,17162,17161,0,2,17269,42402,42401,0,2,42401,17164,42329,0,2,42329,42331,42401,0,2,17164,42401,17165,0,2,17165,42401,42402,0,2,17165,42402,42400,0,2,42405,17187,42404,0,2,17206,42405,42378,0,2,42378,42405,42379,0,2,42379,42407,42406,0,2,42406,42380,42379,0,2,42405,42404,42379,0,2,17188,42407,42404,0,2,42408,17204,42406,0,2,42408,42406,42407,0,2,42407,42379,42404,0,2,42409,17371,42410,0,2,42409,42410,17749,0,2,17274,17280,42290,0,2,17274,42290,17264,0,2,17458,42411,17505,0,2,17792,42000,17793,0,2,42309,42308,42412,0,2,42412,42308,42310,0,2,42412,42310,17369,0,2,17369,42310,17368,0,2,17369,42414,42412,0,2,42412,42414,17115,0,2,42412,17115,42413,0,2,17116,17115,42414,0,2,42413,42309,42412,0,2,17369,17116,42414,0,2,17883,42415,17866,0,2,17866,42415,17865,0,2,42415,17883,17876,0,2,42415,42416,17865,0,2,10854,17939,42417,0,2,42417,17939,42418,0,2,41492,10933,42418,0,2,42418,10933,42417,0,2,10855,10854,42417,0,2,10855,42417,10933,0,2,16924,16913,41956,0,2,16912,16924,41956,0,2,42433,42429,42419,0,2,42419,42429,42420,0,2,42430,42421,41179,0,2,41179,42421,41185,0,2,42430,42424,42422,0,2,42430,42422,11064,0,2,11064,42422,42423,0,2,42423,42424,42425,0,2,41179,42424,42430,0,2,42424,42423,42422,0,2,41178,42425,42424,0,2,42425,41178,42426,0,2,41178,41177,42426,0,2,42426,41177,42427,0,2,42426,42427,41139,0,2,11064,11063,42430,0,2,42421,42430,42420,0,2,41180,42421,42428,0,2,41183,42428,42429,0,2,42429,42428,42421,0,2,42421,42420,42429,0,2,11063,11062,42430,0,2,42432,41183,42431,0,2,42431,41183,42433,0,2,42434,11022,11029,0,2,41939,41936,41937,0,2,41194,41195,41190,0,2,41194,41193,41195,0,2,42437,42438,17563,0,2,17563,17562,42437,0,2,17564,42438,17565,0,2,42438,17592,17563,0,2,42438,42437,17561,0,2,17565,42438,17561,0,2,17566,17561,42437,0,2,17705,10960,17800,0,2,17705,17800,10961,0,2,10961,17701,17705,0,2,18459,18388,18376,0,2,18459,18376,41636,0,2,13209,18438,42439,0,2,13186,13187,13185,0,2,13185,13187,13213,0,2,13183,13185,13217,0,2,13217,13185,13182,0,2,42440,13212,13211,0,2,14659,14658,42441,0,2,42441,14658,14657,0,2,42441,14657,14638,0,2,14657,14664,42442,0,2,42442,14664,14656,0,2,42442,14638,14657,0,2,14634,14617,42443,0,2,14662,42448,42444,0,2,42444,42445,42446,0,2,42444,42446,14662,0,2,42448,42443,42447,0,2,42448,42447,42444,0,2,42444,42447,42445,0,2,42445,42447,14616,0,2,42443,42448,14634,0,2,14634,42448,14635,0,2,42448,42449,14660,0,2,14660,14659,14635,0,2,14660,14635,42448,0,2,14661,42449,14662,0,2,42449,42448,14662,0,2,14722,13165,14725,0,2,14717,14720,14746,0,2,14737,42453,14730,0,2,14730,14729,14737,0,2,42453,14737,14738,0,2,42453,14738,14699,0,2,14699,14700,42453,0,2,14700,12963,42453,0,2,42453,12963,42451,0,2,42451,42450,42452,0,2,42452,14706,14705,0,2,42452,42450,14706,0,2,12963,42450,42451,0,2,14730,42453,14731,0,2,42453,42451,14731,0,2,14731,42451,14732,0,2,14732,42451,42452,0,2,42452,14705,14645,0,2,13041,14739,14711,0,2,12957,42454,42455,0,2,12957,12958,42454,0,2,14710,42459,42454,0,2,42454,42459,42456,0,2,42455,42454,42456,0,2,42455,42456,12577,0,2,12577,12578,42455,0,2,42456,42459,42457,0,2,42457,12577,42456,0,2,12577,42457,13039,0,2,13039,42457,13040,0,2,42458,13040,42457,0,2,42458,42457,42459,0,2,14710,42454,13042,0,2,13042,42454,12958,0,2,13042,12958,42460,0,2,12959,42460,12958,0,2,12959,13044,42460,0,2,42461,12881,12919,0,2,12919,12918,42461,0,2,12893,13118,13119,0,2,42464,42463,42462,0,2,42462,42463,12874,0,2,12874,12794,42462,0,2,42465,42464,12951,0,2,12951,12884,42465,0,2,42465,12884,12883,0,2,42465,12883,42466,0,2,42466,12882,42812,0,2,42812,42467,12921,0,2,12920,42467,42812,0,2,12951,42464,42462,0,2,12806,42469,12811,0,2,12806,12811,12810,0,2,12260,42469,12261,0,2,42469,14759,12261,0,2,14760,14759,12805,0,2,12805,14759,12806,0,2,12806,14759,42469,0,2,14760,12805,42468,0,2,14760,42468,12262,0,2,12262,42468,12263,0,2,42468,12805,12263,0,2,12843,12263,12804,0,2,12804,12263,12805,0,2,12479,14762,42471,0,2,42471,42472,12478,0,2,12478,42472,12477,0,2,12258,42473,12259,0,2,12258,12260,42473,0,2,42474,12483,42472,0,2,42474,42472,42475,0,2,42475,42472,42471,0,2,42475,14763,42474,0,2,42476,42477,12081,0,2,42476,12080,42477,0,2,12079,12439,12077,0,2,12078,12077,46791,0,2,46791,12077,42480,0,2,46791,42480,12072,0,2,12072,42480,42478,0,2,42478,42479,14796,0,2,42478,42480,42479,0,2,42479,42480,42481,0,2,42480,12077,42481,0,2,42481,12077,12076,0,2,12074,14799,12444,0,2,42482,12444,14799,0,2,12814,12947,42820,0,2,12814,42820,42483,0,2,49796,12803,42960,0,2,42483,49796,12610,0,2,12816,12789,12814,0,2,12814,42483,12816,0,2,13105,13106,13094,0,2,16754,42484,11953,0,2,11953,42484,11955,0,2,42484,16754,11952,0,2,42484,11952,42485,0,2,42487,42485,42486,0,2,11955,42484,42487,0,2,11955,42487,42488,0,2,16748,11943,11942,0,2,11942,16747,16748,0,2,16747,11942,16740,0,2,42484,42485,42487,0,2,42488,42487,16748,0,2,16748,42487,11943,0,2,42487,42486,11943,0,2,42486,42485,42489,0,2,42486,42489,11944,0,2,11944,42489,42502,0,2,42502,42493,16763,0,2,42490,13086,13087,0,2,42490,13087,13106,0,2,13085,42490,42491,0,2,42491,42490,13106,0,2,42491,13106,13105,0,2,47505,13084,13085,0,2,13085,42491,42492,0,2,42492,42491,13105,0,2,47505,13085,42492,0,2,13096,13102,42492,0,2,42492,13102,13083,0,2,13105,13096,42492,0,2,42492,13083,47505,0,2,16757,11949,11948,0,2,42494,11948,11947,0,2,42494,11947,11946,0,2,11945,42493,11946,0,2,11948,42494,16757,0,2,16757,42494,42495,0,2,16759,42495,11952,0,2,16759,11952,13124,0,2,11952,42495,42485,0,2,42485,42495,42489,0,2,16759,16757,42495,0,2,16756,16757,16759,0,2,42497,34359,12585,0,2,12585,12781,42497,0,2,14751,42498,12572,0,2,12572,42498,13119,0,2,13119,42498,12893,0,2,12922,12921,42499,0,2,42499,12921,12876,0,2,42499,12876,12928,0,2,42499,12928,12875,0,2,12926,12876,12927,0,2,12921,42467,12876,0,2,12927,12876,42467,0,2,12922,42499,12924,0,2,12924,42463,12922,0,2,12924,42499,12875,0,2,12565,12566,11954,0,2,12565,11954,12564,0,2,12564,11954,42501,0,2,14757,42501,11956,0,2,42501,14757,12564,0,2,11956,42501,11955,0,2,11943,42486,11944,0,2,42494,42503,42495,0,2,42494,11946,42503,0,2,42503,42493,42502,0,2,42503,42502,42489,0,2,42503,42489,42495,0,2,12253,12254,12504,0,2,12253,12504,14766,0,2,12504,12503,14765,0,2,14765,12503,42504,0,2,12250,42504,12500,0,2,12500,42504,12503,0,2,12251,42504,42505,0,2,12251,42505,42510,0,2,42510,42505,42506,0,2,42516,42508,34650,0,2,34650,42508,42526,0,2,42509,42563,42506,0,2,42506,42563,42510,0,2,42506,42507,42509,0,2,42509,42507,42516,0,2,42509,42516,34650,0,2,34650,34648,42562,0,2,34650,42562,42509,0,2,42506,42505,42515,0,2,42511,42515,42512,0,2,42511,42512,42514,0,2,42514,42512,42513,0,2,42514,42513,42519,0,2,42519,42513,42965,0,2,42965,42513,12114,0,2,42506,42515,42507,0,2,42507,42515,42511,0,2,42507,42511,42516,0,2,42518,42514,42519,0,2,42514,42518,42517,0,2,42514,42517,42511,0,2,42511,42517,42516,0,2,34656,42990,34657,0,2,42520,34651,42521,0,2,42520,42521,42522,0,2,42522,42521,42989,0,2,42523,42524,34659,0,2,42522,42989,42525,0,2,42525,42989,42523,0,2,42527,42526,42508,0,2,42518,42527,42517,0,2,42521,34651,42526,0,2,34652,42520,34641,0,2,8927,34699,42535,0,2,42535,34699,42528,0,2,42529,42528,9288,0,2,9288,9292,34507,0,2,34507,9292,9289,0,2,8927,42535,8928,0,2,34699,42530,42531,0,2,34699,42531,42532,0,2,42532,42531,34640,0,2,34699,42532,9291,0,2,9291,42532,8926,0,2,42532,42533,8925,0,2,34655,42530,8927,0,2,34634,34655,8927,0,2,42533,42532,34639,0,2,34639,42532,34640,0,2,42535,42528,42529,0,2,42534,42529,9288,0,2,42536,42537,34631,0,2,42536,34625,34628,0,2,42538,34625,34629,0,2,34625,42538,34628,0,2,34627,42539,34628,0,2,42540,12614,34645,0,2,34645,12614,42543,0,2,34645,42543,42541,0,2,42540,34645,42542,0,2,42540,12616,12620,0,2,12616,42540,42542,0,2,34643,42542,34645,0,2,12614,42575,42543,0,2,42558,42557,42577,0,2,42822,42578,42545,0,2,42822,42545,42546,0,2,42548,42553,12813,0,2,42551,42550,42552,0,2,42552,42550,42549,0,2,12812,42553,42547,0,2,12612,42547,42546,0,2,42555,42554,42559,0,2,42555,42559,42565,0,2,42565,42559,42548,0,2,42556,42822,42553,0,2,42556,42548,42559,0,2,42548,42556,42553,0,2,42554,42557,42558,0,2,42558,42577,42544,0,2,42557,42541,42574,0,2,42574,42541,42543,0,2,42554,42558,42559,0,2,12614,42540,12615,0,2,12614,12615,12600,0,2,12615,42540,12620,0,2,34646,42560,42569,0,2,42561,42560,42554,0,2,42561,42554,42570,0,2,42563,42571,42510,0,2,42570,42554,42555,0,2,42570,42555,42564,0,2,42564,42555,42565,0,2,42567,42573,42566,0,2,42566,42573,42572,0,2,42568,42572,42565,0,2,42572,42568,42566,0,2,42565,42548,42550,0,2,42550,42548,42549,0,2,42549,42548,12813,0,2,42568,42550,42566,0,2,42566,42550,42551,0,2,42566,42551,12808,0,2,42550,42568,42565,0,2,42554,42560,42541,0,2,34648,42569,42561,0,2,34648,42561,42562,0,2,42560,42561,42569,0,2,42571,42562,42570,0,2,42570,42562,42561,0,2,42571,42570,42564,0,2,42565,42572,42564,0,2,42564,42572,42571,0,2,42571,42572,42573,0,2,42510,42573,12251,0,2,42563,42562,42571,0,2,42574,42575,42576,0,2,42574,42576,42557,0,2,42557,42576,42577,0,2,42576,12604,42577,0,2,42578,12607,42545,0,2,42578,42544,12604,0,2,42544,42577,12604,0,2,42580,12560,42711,0,2,42580,42711,42712,0,2,42580,42712,42579,0,2,42579,12548,42580,0,2,12382,12381,42581,0,2,42582,12327,42583,0,2,42583,42584,42589,0,2,42590,42585,42586,0,2,42587,42709,42591,0,2,42592,42726,42593,0,2,12368,12369,46037,0,2,42598,42588,42596,0,2,42598,42596,42591,0,2,42591,42596,42590,0,2,42591,42709,42592,0,2,42591,42592,42593,0,2,42591,42595,42598,0,2,42598,42595,42594,0,2,12369,42594,42593,0,2,42593,42594,42595,0,2,42593,42595,42591,0,2,42591,42590,42587,0,2,42587,42590,42586,0,2,42585,42590,42589,0,2,42589,42590,42588,0,2,42588,42590,42596,0,2,42594,12369,12370,0,2,42594,12370,42597,0,2,42597,12370,12371,0,2,42597,12371,42599,0,2,42725,42588,42599,0,2,12329,12328,42599,0,2,42599,12328,42725,0,2,42725,42582,42583,0,2,42588,42725,42589,0,2,42725,12328,42582,0,2,42599,42588,42597,0,2,42588,42598,42597,0,2,42597,42598,42594,0,2,12383,12304,12381,0,2,12381,12304,42600,0,2,12381,42600,42581,0,2,42581,42600,12325,0,2,12325,42600,12327,0,2,42583,12327,42600,0,2,42583,42600,42601,0,2,12304,42601,42600,0,2,12323,14885,42628,0,2,42628,14885,42602,0,2,42603,42602,42648,0,2,42603,42648,14883,0,2,42603,14883,42604,0,2,42604,14883,42629,0,2,42629,14883,14882,0,2,42602,42603,42627,0,2,42627,42603,42604,0,2,42627,42604,42605,0,2,42606,42605,42607,0,2,42606,42607,42608,0,2,42609,42608,42610,0,2,42612,42613,42614,0,2,42614,42613,46577,0,2,42616,42615,42617,0,2,42616,42617,42618,0,2,42618,42617,42750,0,2,42618,42750,42619,0,2,42619,42750,42620,0,2,42619,42620,42624,0,2,42621,42609,42610,0,2,42621,42610,42623,0,2,42623,42610,42611,0,2,42623,42611,42622,0,2,42622,42611,42612,0,2,42621,42623,42624,0,2,42624,42623,42622,0,2,42616,42618,46864,0,2,46864,42618,42625,0,2,46864,42625,42622,0,2,42622,42625,42624,0,2,42618,42619,42625,0,2,42625,42619,42624,0,2,42621,42624,42741,0,2,42741,42624,42746,0,2,42608,42609,42606,0,2,42605,42606,42626,0,2,42605,42626,42627,0,2,42632,42629,42646,0,2,42632,42646,42607,0,2,42608,42631,42610,0,2,42607,42605,42632,0,2,42632,42605,42604,0,2,42632,42604,42629,0,2,42629,14882,42630,0,2,42630,42633,42634,0,2,42634,42635,42636,0,2,42634,42636,42647,0,2,42647,42636,12053,0,2,42647,12053,12054,0,2,42634,42633,42635,0,2,42636,42635,42637,0,2,42637,42638,12051,0,2,12051,42638,42639,0,2,12051,12052,42637,0,2,12052,12053,42637,0,2,42637,12053,42636,0,2,14882,46056,42630,0,2,42630,46056,42633,0,2,42646,42629,42640,0,2,42640,42629,42630,0,2,42630,42634,42640,0,2,42640,42634,42641,0,2,42640,42641,42646,0,2,46563,42645,42646,0,2,42646,42645,42607,0,2,42646,46564,46563,0,2,42646,42641,46564,0,2,42641,46557,46564,0,2,46564,46557,42644,0,2,42642,42647,12054,0,2,42642,42641,42647,0,2,42647,42641,42634,0,2,14885,14884,42602,0,2,42602,14884,42648,0,2,14883,42648,15665,0,2,15665,42648,14884,0,2,15192,42650,42656,0,2,15192,42656,15194,0,2,42650,15613,15612,0,2,15612,42651,42690,0,2,42652,42653,42681,0,2,42681,42653,42654,0,2,15186,42685,12357,0,2,42656,42689,15194,0,2,15194,42689,42657,0,2,42691,42662,42659,0,2,42660,42659,42661,0,2,42660,42661,15202,0,2,15204,42661,42687,0,2,42687,42662,46597,0,2,46597,42662,42663,0,2,46597,42663,42664,0,2,42664,42663,42665,0,2,42665,42690,42651,0,2,42651,42652,42665,0,2,42665,42652,42679,0,2,42665,42679,42664,0,2,42666,42664,42667,0,2,42667,42680,42668,0,2,42668,42680,42677,0,2,42668,42677,42669,0,2,42669,42683,42675,0,2,42671,42676,42672,0,2,15216,15217,42672,0,2,42672,15217,42673,0,2,42673,47230,42674,0,2,42673,42674,42671,0,2,42671,42674,42675,0,2,42672,42673,42671,0,2,42670,42676,42671,0,2,42670,42675,42683,0,2,42683,42669,42677,0,2,42678,42680,42679,0,2,42664,42679,42680,0,2,42664,42680,42667,0,2,42680,42678,42677,0,2,42679,42652,42681,0,2,42679,42681,42678,0,2,42678,42681,42677,0,2,42681,42654,42682,0,2,42682,42654,42684,0,2,42682,42684,42683,0,2,15185,42694,15186,0,2,42682,42683,42677,0,2,42682,42677,42681,0,2,42684,42685,42694,0,2,42694,42685,15186,0,2,42685,42684,42655,0,2,42655,42684,42654,0,2,42694,42683,42684,0,2,46503,15205,42686,0,2,46503,42686,42700,0,2,42695,42700,42686,0,2,42695,42686,42703,0,2,42703,42686,42666,0,2,42703,42666,42667,0,2,42686,15204,42687,0,2,15205,15204,42686,0,2,42686,42687,42666,0,2,42661,42659,42687,0,2,42687,42659,42662,0,2,42663,42693,42688,0,2,42690,42688,42689,0,2,42690,42689,42692,0,2,42690,42692,15612,0,2,15612,42692,42650,0,2,42690,42665,42688,0,2,42688,42665,42663,0,2,42660,42691,42659,0,2,42658,42691,15200,0,2,42658,15200,15198,0,2,42658,15198,15195,0,2,42658,15195,42657,0,2,42658,42657,42691,0,2,42691,42657,42662,0,2,42663,42662,42693,0,2,42693,42662,42657,0,2,42650,42692,42656,0,2,42656,42692,42689,0,2,42657,42689,42693,0,2,42688,42693,42689,0,2,42694,15185,15671,0,2,15671,15185,15672,0,2,15672,15185,15673,0,2,12360,15673,15186,0,2,15186,15673,15185,0,2,42669,42675,47235,0,2,42696,42695,47233,0,2,15211,47233,42697,0,2,42697,47231,42698,0,2,42698,47231,15214,0,2,15214,15213,42698,0,2,42700,42695,42696,0,2,15210,42696,15211,0,2,15210,15211,42701,0,2,47233,15211,42696,0,2,15210,46504,42696,0,2,42696,46504,42702,0,2,42696,42702,42700,0,2,42700,42702,46503,0,2,47235,42695,42703,0,2,47235,42703,42669,0,2,42668,42669,42703,0,2,42703,42667,42668,0,2,47235,42675,47234,0,2,42704,42705,12547,0,2,12548,12547,42580,0,2,42580,12547,42705,0,2,42580,42705,12560,0,2,42706,12562,42714,0,2,42585,42714,42586,0,2,42586,42707,42587,0,2,42587,42707,42709,0,2,42709,42707,11958,0,2,42709,11958,42710,0,2,42710,11958,42708,0,2,42709,42710,42592,0,2,42586,42714,12562,0,2,12562,42706,12561,0,2,12561,42706,42711,0,2,12561,42711,12560,0,2,42713,42579,42712,0,2,42712,42711,42706,0,2,42712,42706,42714,0,2,42714,42585,12300,0,2,12300,42585,42589,0,2,12300,42589,42584,0,2,12300,42584,12543,0,2,12543,42584,42715,0,2,42715,42584,42583,0,2,42715,42583,42601,0,2,42715,42601,12302,0,2,42715,12302,12543,0,2,42714,12300,42713,0,2,42714,42713,42712,0,2,42737,16746,16741,0,2,16767,42717,16777,0,2,16774,42717,42718,0,2,16774,16777,42717,0,2,42719,16773,16778,0,2,16778,16773,16774,0,2,42719,42721,42720,0,2,13127,42720,42721,0,2,16769,42719,16771,0,2,16771,42719,42720,0,2,16760,42721,16778,0,2,16770,16772,16779,0,2,16770,16779,42722,0,2,16770,42722,42723,0,2,42723,42724,46025,0,2,42723,46025,16785,0,2,42723,16785,16768,0,2,42724,16779,13064,0,2,13064,13061,42724,0,2,42724,42723,42722,0,2,42725,42583,42589,0,2,42726,42710,11961,0,2,42726,11961,42727,0,2,42727,11961,42728,0,2,42708,11961,42710,0,2,42710,42726,42592,0,2,42593,42726,46037,0,2,42593,46037,12369,0,2,42728,16752,12379,0,2,12379,16752,12378,0,2,42729,42730,42731,0,2,42732,42731,42737,0,2,42732,42737,16743,0,2,42733,42732,11932,0,2,16744,11932,42732,0,2,42733,11932,11933,0,2,42729,16730,16729,0,2,11963,16728,11964,0,2,11964,12377,11963,0,2,11963,16729,16728,0,2,11963,16753,16729,0,2,16729,16753,42729,0,2,42729,42731,42733,0,2,42733,42731,42732,0,2,11933,42734,42733,0,2,42733,42734,16730,0,2,16730,42734,16732,0,2,16730,42729,42733,0,2,16732,42734,42735,0,2,16732,42735,16733,0,2,16733,42735,46028,0,2,42730,42736,42731,0,2,42731,42736,16746,0,2,42731,16746,42737,0,2,16746,42736,42716,0,2,42736,42730,16751,0,2,42736,16751,11962,0,2,42736,11962,16750,0,2,16750,42716,42736,0,2,42738,16744,11936,0,2,42738,11936,11208,0,2,42738,11208,11930,0,2,16781,16786,46025,0,2,42739,12321,42740,0,2,42739,42740,12309,0,2,12309,42740,12310,0,2,12322,42626,42741,0,2,12322,42741,42742,0,2,42742,42744,42743,0,2,42743,42744,12313,0,2,42743,12312,42745,0,2,42743,42745,42742,0,2,42742,42741,42746,0,2,42742,42746,42744,0,2,42744,42746,42768,0,2,42768,42746,42747,0,2,42768,42747,12314,0,2,12314,42747,42620,0,2,12314,42620,42748,0,2,42748,42620,42750,0,2,42749,42750,42758,0,2,42749,42758,42759,0,2,42749,42759,42751,0,2,42751,42759,42752,0,2,46855,42755,42756,0,2,46843,46575,46845,0,2,46843,46845,14803,0,2,46843,14803,14802,0,2,42755,42754,42757,0,2,42756,42757,42763,0,2,42756,42755,42757,0,2,42755,46856,42754,0,2,42760,42761,42759,0,2,42752,42759,42753,0,2,42750,42617,42758,0,2,42758,42617,42760,0,2,42766,42762,42757,0,2,42757,42762,42763,0,2,42760,42617,42764,0,2,42760,42764,42765,0,2,42766,42765,42767,0,2,42766,42767,42762,0,2,42765,42766,42761,0,2,42765,42761,42760,0,2,42617,42615,42764,0,2,42750,42749,42748,0,2,12314,12313,42768,0,2,42768,12313,42744,0,2,42751,42752,12315,0,2,42752,42753,42769,0,2,12317,46857,12318,0,2,42624,42747,42746,0,2,42626,42770,42741,0,2,42741,42770,42621,0,2,42626,42606,42770,0,2,42770,42606,42621,0,2,42627,42626,46891,0,2,42627,46891,42628,0,2,42628,46891,12323,0,2,12412,12390,12410,0,2,12412,12475,12390,0,2,12412,12474,12475,0,2,42771,12474,12413,0,2,12486,12487,42470,0,2,12519,12535,42772,0,2,12535,12234,42772,0,2,42772,12234,12233,0,2,42772,12233,12520,0,2,42773,14795,42477,0,2,42773,42477,42797,0,2,46848,42774,42775,0,2,42790,42802,42788,0,2,42780,42779,42781,0,2,42782,42781,46437,0,2,42782,46437,46438,0,2,42782,46438,46439,0,2,46439,12131,42785,0,2,46439,42785,42786,0,2,46439,42786,42782,0,2,42781,42782,42780,0,2,42780,42782,42786,0,2,42785,42784,42786,0,2,42786,42784,42787,0,2,42786,42787,42780,0,2,42784,42785,42783,0,2,46793,42787,42777,0,2,42777,42787,42788,0,2,42789,42809,42790,0,2,42790,42809,42776,0,2,42788,42789,42790,0,2,42787,42784,42788,0,2,42788,42784,42789,0,2,42788,42802,42777,0,2,42777,42802,42791,0,2,42791,42802,42806,0,2,46735,42806,42807,0,2,46735,42807,42792,0,2,46735,42792,46419,0,2,46419,42792,46728,0,2,46728,42792,46789,0,2,46729,46789,46595,0,2,46729,46595,42793,0,2,42793,46595,46836,0,2,46427,46426,42794,0,2,46592,42794,46838,0,2,42795,46592,46839,0,2,42795,46839,42796,0,2,42796,46839,12063,0,2,42796,12063,12062,0,2,12063,46839,12064,0,2,12064,46838,46837,0,2,46837,46595,46594,0,2,46837,46594,12064,0,2,42791,46793,42777,0,2,42773,42797,12227,0,2,42797,42774,12227,0,2,12227,42774,12086,0,2,42477,12080,42797,0,2,42797,12080,12078,0,2,42797,12078,42798,0,2,42798,12078,42799,0,2,42798,42799,42805,0,2,42805,42799,12070,0,2,42805,12070,42800,0,2,42800,12070,42801,0,2,42800,42801,42790,0,2,42802,42801,42803,0,2,42803,12068,42804,0,2,42798,42805,42775,0,2,42775,42805,42776,0,2,42775,42774,42798,0,2,42790,42801,42802,0,2,42802,42803,42806,0,2,42807,42806,42808,0,2,42808,42806,42803,0,2,42808,42803,42804,0,2,42808,42804,12066,0,2,42790,42776,42800,0,2,42809,42775,42776,0,2,42809,42789,42783,0,2,42784,42783,42789,0,2,42470,12487,12507,0,2,12507,12487,12488,0,2,12507,12488,12491,0,2,12491,12488,12527,0,2,12310,42740,42810,0,2,12310,42810,12312,0,2,12312,42810,42745,0,2,12559,12870,12285,0,2,12285,12870,34387,0,2,12559,12277,12870,0,2,12870,12277,42811,0,2,12277,12544,42811,0,2,42465,12923,42464,0,2,12923,42465,42466,0,2,12923,42466,42812,0,2,12923,42812,12921,0,2,12902,12907,12903,0,2,12903,12907,12908,0,2,12903,12908,12786,0,2,12786,12908,12904,0,2,12903,48840,12909,0,2,42813,12789,34345,0,2,42813,34345,42815,0,2,12588,42814,34344,0,2,42814,12588,12587,0,2,12788,42813,42815,0,2,12788,42815,12905,0,2,12906,12905,12587,0,2,12905,42815,12587,0,2,12587,42815,42814,0,2,12829,12777,12776,0,2,34346,12829,12776,0,2,34342,12777,12830,0,2,42816,42817,34621,0,2,42817,12653,34621,0,2,34621,12653,12651,0,2,8938,12651,8937,0,2,12653,42817,12763,0,2,12657,42816,12659,0,2,12659,42816,42818,0,2,12659,42818,12695,0,2,42816,34621,42818,0,2,12606,12605,12824,0,2,12606,12824,12825,0,2,12824,12605,42962,0,2,42962,12605,12603,0,2,12608,12823,49794,0,2,42962,12603,42961,0,2,42961,12603,12775,0,2,12600,12821,42961,0,2,12803,49796,42819,0,2,42821,42559,42558,0,2,42821,42558,42544,0,2,42822,42544,42578,0,2,42544,42822,42556,0,2,42544,42556,42821,0,2,42553,42822,42547,0,2,42547,42822,42546,0,2,34383,12898,12897,0,2,7169,42823,7170,0,2,7170,42823,42825,0,2,12744,34365,42824,0,2,42825,42823,7173,0,2,7155,42825,7156,0,2,42825,7173,7156,0,2,41738,13018,41734,0,2,42826,12989,7203,0,2,12988,47684,12987,0,2,12987,47685,13796,0,2,47683,12987,13796,0,2,14497,42828,42829,0,2,42829,14496,14493,0,2,14495,14493,14496,0,2,14493,14492,42829,0,2,14494,42830,14493,0,2,42832,13813,42854,0,2,14492,42833,48646,0,2,48646,42833,14498,0,2,14498,42833,42835,0,2,14493,42830,42856,0,2,14493,42856,14492,0,2,14492,42856,42833,0,2,13863,42834,42855,0,2,42833,42834,42835,0,2,13863,13834,42834,0,2,42846,14494,14368,0,2,42846,14368,42838,0,2,42846,42838,42840,0,2,42846,42840,42848,0,2,42848,42840,42837,0,2,42848,42837,42843,0,2,42836,42843,13825,0,2,13825,42843,42837,0,2,13825,42837,13824,0,2,13824,42837,42840,0,2,42840,42838,42841,0,2,42841,13607,42839,0,2,13824,42840,42839,0,2,42839,42840,42841,0,2,13823,42839,13607,0,2,42838,42842,42841,0,2,14369,42842,14368,0,2,14368,42842,42838,0,2,42842,13608,42841,0,2,42841,13608,13607,0,2,14494,42846,42847,0,2,42844,42845,13813,0,2,42845,42844,42836,0,2,42836,13825,13826,0,2,13826,13827,42836,0,2,42836,13827,13828,0,2,42836,13828,42845,0,2,42844,42843,42836,0,2,42847,42846,42848,0,2,42847,42848,42849,0,2,42848,42843,42849,0,2,14494,42847,42830,0,2,42831,42847,42832,0,2,42849,42843,42832,0,2,42832,42843,42844,0,2,42844,13813,42832,0,2,14368,14494,14495,0,2,14368,14495,14367,0,2,14367,14495,42850,0,2,42850,14495,14496,0,2,42850,14496,42852,0,2,42852,14496,42851,0,2,42851,14496,42853,0,2,42828,42853,42829,0,2,42829,42853,14496,0,2,14366,42850,42852,0,2,14365,42852,14604,0,2,14365,14604,14361,0,2,14604,42852,42851,0,2,42851,42853,14603,0,2,14603,42853,42828,0,2,42832,42854,42831,0,2,42831,42854,42855,0,2,42855,42854,13865,0,2,42855,13865,13863,0,2,13830,13865,42854,0,2,42831,42855,42856,0,2,42831,42856,42830,0,2,42833,42856,42834,0,2,42834,42856,42855,0,2,13873,13872,13867,0,2,42857,13358,42858,0,2,42859,42858,13373,0,2,42859,13373,13820,0,2,42860,13821,42861,0,2,13812,42862,13822,0,2,13822,42862,13818,0,2,13818,42862,13821,0,2,13812,13811,42862,0,2,42862,13811,42863,0,2,42871,42863,13809,0,2,42871,13809,42864,0,2,42866,42874,42865,0,2,42867,42866,42869,0,2,42867,42869,42868,0,2,42869,42870,42885,0,2,42885,42870,13603,0,2,42866,42867,42874,0,2,42874,42867,42873,0,2,42874,42873,42864,0,2,42864,42873,42871,0,2,42871,42873,42872,0,2,42871,42872,42863,0,2,42863,42872,42861,0,2,42867,42888,42873,0,2,42875,42889,42892,0,2,42892,42889,42876,0,2,42876,42884,42877,0,2,48645,42877,13602,0,2,48645,13602,13601,0,2,48645,13601,13600,0,2,48645,13600,42878,0,2,42883,13357,42879,0,2,42879,42891,42880,0,2,42879,42880,42878,0,2,42878,42880,48645,0,2,13600,13599,42878,0,2,42878,13599,42881,0,2,42878,42881,42879,0,2,42879,42881,42882,0,2,42879,42882,42883,0,2,13850,42883,42882,0,2,13850,42882,14256,0,2,42881,13599,13378,0,2,42881,13378,42882,0,2,13599,13420,13378,0,2,42876,42889,42884,0,2,42884,42885,42886,0,2,42886,42885,13603,0,2,42877,42886,13715,0,2,42877,13715,13602,0,2,13603,13715,42886,0,2,42867,42868,42888,0,2,42890,42868,42869,0,2,42890,42869,42885,0,2,42885,42884,42890,0,2,42890,42884,42889,0,2,42889,42875,42887,0,2,42887,42875,42859,0,2,42859,13820,42860,0,2,42872,42873,42888,0,2,42872,42887,42861,0,2,42861,42887,42860,0,2,42887,42888,42889,0,2,42889,42888,42890,0,2,42890,42888,42868,0,2,42888,42887,42872,0,2,42859,42875,42858,0,2,42858,42875,42892,0,2,42857,42891,42879,0,2,42879,13357,42857,0,2,42857,13357,13358,0,2,42891,42857,42892,0,2,42891,42892,42880,0,2,13379,13378,13420,0,2,49969,13421,13419,0,2,13419,13421,42893,0,2,13419,42893,42937,0,2,42894,42934,42896,0,2,42894,42896,42895,0,2,42895,42896,13422,0,2,42895,13422,13423,0,2,13422,42896,13421,0,2,13421,42896,42893,0,2,42896,42934,42935,0,2,42893,42896,42935,0,2,42905,42897,42899,0,2,42905,42899,42898,0,2,42901,42900,42910,0,2,42901,42930,48021,0,2,42904,42908,42905,0,2,42905,42908,42897,0,2,13884,42907,42908,0,2,42908,42907,48406,0,2,48406,42907,13414,0,2,13414,42907,13413,0,2,42903,42906,42904,0,2,42904,42906,42908,0,2,42897,42908,48406,0,2,42897,48406,48408,0,2,42937,48408,48407,0,2,42906,13884,42908,0,2,48068,14212,42903,0,2,42909,42902,47986,0,2,42902,48021,47986,0,2,47986,48021,14209,0,2,42902,42909,14211,0,2,42899,48070,42900,0,2,42900,48070,42910,0,2,42901,42910,42911,0,2,42928,42911,42912,0,2,42928,42912,42913,0,2,42931,42912,42914,0,2,42914,42932,48400,0,2,42915,13728,42916,0,2,48354,42916,42917,0,2,42917,42916,14234,0,2,42917,14234,14233,0,2,42916,13427,13428,0,2,42916,13428,14234,0,2,13428,13731,14234,0,2,14233,14232,42917,0,2,42917,14232,48354,0,2,42916,48354,42918,0,2,42918,42919,42920,0,2,42914,42920,42921,0,2,42914,42921,42931,0,2,42931,42921,42927,0,2,42927,42921,42925,0,2,48023,42927,42925,0,2,42925,42922,48023,0,2,48023,42922,48018,0,2,48013,42923,48014,0,2,48401,42924,42926,0,2,42926,42925,42921,0,2,42925,42926,42922,0,2,42922,42926,48014,0,2,42922,48014,48018,0,2,48018,48014,42923,0,2,42928,48024,42929,0,2,42930,42901,42911,0,2,42930,42911,42929,0,2,42929,42911,42928,0,2,42928,42913,42927,0,2,42927,42913,42931,0,2,42913,42912,42931,0,2,42915,48400,42932,0,2,42932,42933,13424,0,2,13424,42933,42938,0,2,13424,42938,13423,0,2,13423,42938,42895,0,2,42936,42937,42893,0,2,42932,42914,42933,0,2,48073,48072,42911,0,2,42914,42912,42933,0,2,42933,42912,48428,0,2,42895,42938,42894,0,2,42894,42938,48428,0,2,42918,42915,42916,0,2,48073,42910,48070,0,2,48070,42899,48071,0,2,48071,42899,42897,0,2,42937,42936,48408,0,2,48408,42936,42897,0,2,42939,13714,49953,0,2,49953,13714,13719,0,2,13698,42940,13697,0,2,13698,13699,42940,0,2,42940,13699,13717,0,2,42940,13695,13696,0,2,13696,13697,42940,0,2,13764,42941,13789,0,2,13789,42941,13788,0,2,13788,42941,42942,0,2,13774,42942,13700,0,2,13700,42942,13766,0,2,13766,42942,42941,0,2,42943,13008,12995,0,2,12995,13008,13007,0,2,12995,13007,12994,0,2,12994,13007,13006,0,2,12994,13006,12993,0,2,13007,42944,12991,0,2,12762,12765,12658,0,2,12762,12658,12760,0,2,12762,12760,12761,0,2,12658,34416,12760,0,2,12760,34416,34411,0,2,42949,26397,7110,0,2,42946,42945,26395,0,2,26395,42945,42947,0,2,26395,42950,42946,0,2,26391,42947,26392,0,2,26392,42947,42945,0,2,7110,7145,42948,0,2,42949,26403,26397,0,2,7146,42950,7147,0,2,42950,7146,7144,0,2,42950,7144,42946,0,2,26368,42951,26367,0,2,42951,26368,7716,0,2,42951,7716,7715,0,2,26367,42951,34826,0,2,42953,26390,7147,0,2,7147,42950,42953,0,2,7131,42954,42955,0,2,7131,42955,7129,0,2,42955,42954,7127,0,2,42954,7717,26371,0,2,26371,7717,42956,0,2,42956,7716,26368,0,2,26368,26369,42956,0,2,26369,26370,42956,0,2,7717,7131,7827,0,2,42957,7826,47706,0,2,7826,42957,7097,0,2,7097,42957,7827,0,2,7716,7827,42957,0,2,7716,42957,7719,0,2,7719,7714,7716,0,2,12631,12632,34341,0,2,12643,34338,12640,0,2,12643,12640,42959,0,2,12641,12642,12640,0,2,12640,12642,42959,0,2,12645,12716,12715,0,2,12715,12654,12645,0,2,12645,12654,12655,0,2,42960,12610,49796,0,2,42961,12602,42962,0,2,42567,42566,12808,0,2,42551,12807,12808,0,2,12118,12119,12114,0,2,12114,12119,42963,0,2,12114,42963,12113,0,2,42965,42964,34661,0,2,42965,34661,42988,0,2,34661,42964,34662,0,2,34662,42964,42966,0,2,34662,42966,34663,0,2,34663,42966,42967,0,2,34663,42967,46809,0,2,42968,42975,42969,0,2,42970,42973,42971,0,2,46813,12158,12159,0,2,46813,12159,42972,0,2,42969,42972,42968,0,2,46813,42972,42970,0,2,42970,42972,42969,0,2,46813,42970,42971,0,2,14774,42971,42973,0,2,14774,42973,12110,0,2,12110,42973,42977,0,2,42977,42973,42974,0,2,42974,42973,42970,0,2,42974,42970,42969,0,2,12110,42977,12111,0,2,42968,46809,42975,0,2,42974,42975,42976,0,2,42974,42976,42977,0,2,42975,42974,42969,0,2,42976,42975,42967,0,2,42967,42975,46809,0,2,42978,34661,34668,0,2,42978,34668,42979,0,2,42979,34668,42984,0,2,42979,9293,42980,0,2,42978,42981,34660,0,2,42981,42978,42980,0,2,42980,9293,42982,0,2,42981,42980,42982,0,2,9293,8917,42982,0,2,42982,8917,8919,0,2,34660,42981,42983,0,2,34659,42983,34658,0,2,42982,8919,42981,0,2,42984,8913,34726,0,2,34726,8913,8915,0,2,42983,42981,8920,0,2,8920,42981,8919,0,2,42985,34658,8920,0,2,34658,42983,8920,0,2,42985,8921,34658,0,2,34658,8921,34657,0,2,42987,14767,42986,0,2,42987,42986,42515,0,2,42987,42515,42505,0,2,42987,14768,14767,0,2,42515,42986,12117,0,2,42515,12117,42512,0,2,12117,12115,42512,0,2,42512,12115,42513,0,2,42513,12115,12114,0,2,12114,42964,42965,0,2,42965,42988,42519,0,2,42519,42988,42524,0,2,42519,42524,42523,0,2,42519,42523,42518,0,2,42518,42523,42989,0,2,42521,42526,42989,0,2,42527,42989,42526,0,2,42517,42527,42508,0,2,34657,42990,42525,0,2,42525,42990,42522,0,2,42990,42991,42522,0,2,42522,42991,42520,0,2,42990,34635,42991,0,2,42991,34641,42520,0,2,34638,42992,42993,0,2,42992,34638,34637,0,2,34637,8921,42992,0,2,42992,8921,8922,0,2,42992,8922,8923,0,2,8923,42993,42992,0,2,34668,42994,42984,0,2,42984,42994,8913,0,2,42994,34668,34664,0,2,34664,46810,42994,0,2,34724,9636,42995,0,2,8917,42995,8918,0,2,8918,42995,9641,0,2,42516,42517,42508,0,2,42504,14768,42505,0,2,42505,14768,42987,0,2,34631,34632,34502,0,2,43040,42996,42997,0,2,43040,42997,43041,0,2,43041,42997,9470,0,2,43041,9470,9474,0,2,42996,9470,42997,0,2,9418,9419,9420,0,2,9415,9417,9420,0,2,9437,42998,9477,0,2,9477,42998,9476,0,2,9578,9580,42999,0,2,42999,9573,34573,0,2,42999,9580,9573,0,2,34589,9573,34575,0,2,34575,9574,34576,0,2,34576,9574,34580,0,2,43000,34580,34579,0,2,34580,43000,34576,0,2,34575,34574,34589,0,2,9578,42999,43001,0,2,8363,43001,34572,0,2,43001,42999,34573,0,2,9518,43003,43002,0,2,43003,9396,43002,0,2,9511,9510,43004,0,2,9511,43004,9515,0,2,43004,9510,43028,0,2,43004,43028,8349,0,2,8349,10350,43004,0,2,9515,43004,10352,0,2,10352,43004,43005,0,2,10350,43005,43004,0,2,43007,9559,10349,0,2,43007,10349,43006,0,2,43006,10339,8354,0,2,9556,43006,9501,0,2,10336,10340,43008,0,2,10337,10339,10336,0,2,10336,10339,10340,0,2,10335,10334,10330,0,2,10335,10330,43014,0,2,10336,43008,43013,0,2,43009,10331,43010,0,2,43010,43011,10337,0,2,10337,43011,10338,0,2,43010,10337,43009,0,2,43009,10336,43013,0,2,43013,10331,43009,0,2,10338,43011,43012,0,2,43012,10332,10338,0,2,43014,43013,43008,0,2,43008,10335,43014,0,2,8352,9566,43015,0,2,43015,9566,9501,0,2,10230,34520,10330,0,2,43014,10330,34520,0,2,43013,10231,10331,0,2,43013,43014,10231,0,2,10231,43014,34520,0,2,10331,10231,10333,0,2,43017,10297,43016,0,2,10297,8632,43016,0,2,43017,43016,8370,0,2,8368,43017,8369,0,2,8370,43016,43578,0,2,43578,43016,43762,0,2,9571,9577,9572,0,2,9576,43018,43020,0,2,43018,43019,43020,0,2,43020,43019,9435,0,2,9435,43019,9577,0,2,9571,9435,9577,0,2,9522,9521,43021,0,2,9522,43021,9523,0,2,9523,43021,9513,0,2,43022,8342,43023,0,2,43023,43024,43025,0,2,43024,43023,8341,0,2,8341,43023,8342,0,2,43025,43022,43023,0,2,8345,8346,43027,0,2,8144,43026,8346,0,2,43028,9510,9568,0,2,43028,9568,8351,0,2,10285,8351,8350,0,2,43029,9509,9518,0,2,9518,9516,43029,0,2,43029,9516,9507,0,2,9593,9592,9490,0,2,9490,9592,43030,0,2,43030,9592,9591,0,2,43030,43032,43031,0,2,43031,43032,43035,0,2,43031,43035,9488,0,2,43030,9591,43032,0,2,43032,9590,43035,0,2,43035,9590,9588,0,2,43035,9588,43033,0,2,43033,9588,43034,0,2,9488,43035,43033,0,2,9494,43036,9489,0,2,34517,34519,34516,0,2,9583,9487,43037,0,2,43037,9478,9583,0,2,9488,43037,9487,0,2,43038,9487,9584,0,2,43039,9598,9458,0,2,43039,9458,49795,0,2,43039,43040,43041,0,2,43040,49795,9469,0,2,9469,42996,43040,0,2,9468,9469,49795,0,2,49795,43040,43039,0,2,9474,9456,43041,0,2,9404,9663,43042,0,2,43042,9664,43043,0,2,9403,43042,43043,0,2,9403,9404,43042,0,2,9456,9455,43044,0,2,9456,43044,9589,0,2,9589,43044,9587,0,2,9587,43044,43045,0,2,43045,43044,9455,0,2,43045,9455,9453,0,2,9586,9452,9451,0,2,9586,43033,9452,0,2,9452,43033,43045,0,2,9452,43045,9453,0,2,9406,34697,34698,0,2,9295,9294,34721,0,2,34721,9294,43046,0,2,43047,34721,43046,0,2,43047,43046,43048,0,2,43047,43048,34705,0,2,34705,43048,34729,0,2,8900,8827,8826,0,2,8900,8826,43049,0,2,8901,8825,43050,0,2,8901,43050,8903,0,2,8901,8900,43049,0,2,8901,43049,8825,0,2,8823,8903,43050,0,2,8825,8824,43050,0,2,8904,43051,8902,0,2,8904,8902,8906,0,2,8906,8902,8822,0,2,8906,8905,8904,0,2,8908,43052,8909,0,2,8909,43052,43053,0,2,43194,43054,9686,0,2,43054,43053,9686,0,2,9686,43053,43052,0,2,43054,9675,8910,0,2,43054,8910,43053,0,2,34707,9673,43055,0,2,43056,43055,9671,0,2,9671,43055,9669,0,2,9669,43055,9672,0,2,9672,43055,9673,0,2,34725,43056,9671,0,2,9670,9632,34725,0,2,9670,34725,9671,0,2,9368,9366,43057,0,2,9368,43057,8812,0,2,43057,9366,9367,0,2,9367,43069,43061,0,2,43058,43061,43059,0,2,43058,43059,43060,0,2,43060,43059,43071,0,2,43060,43071,9614,0,2,43060,43057,43058,0,2,43058,9367,43061,0,2,9367,43058,43057,0,2,43059,43061,43062,0,2,9371,43062,43070,0,2,9371,43070,43063,0,2,45468,43064,43065,0,2,43065,43066,43068,0,2,43068,43066,43073,0,2,43068,43067,8745,0,2,8745,8744,9372,0,2,43073,43067,43068,0,2,45468,43068,8745,0,2,45468,8745,9372,0,2,43073,43066,43069,0,2,43069,43066,43061,0,2,43061,43066,43070,0,2,43070,43062,43061,0,2,43063,43064,9423,0,2,45468,9372,9422,0,2,45468,9422,9423,0,2,43064,45468,9423,0,2,43063,43070,43064,0,2,9614,43071,9370,0,2,9370,43071,43062,0,2,43071,43059,43062,0,2,43072,9366,8758,0,2,8746,43073,8759,0,2,9366,9365,8758,0,2,8758,9365,43074,0,2,8763,43074,43076,0,2,43096,43075,9355,0,2,9355,43075,9365,0,2,9365,43075,43074,0,2,43074,43075,43076,0,2,43076,43075,9364,0,2,43076,9364,9690,0,2,43075,43096,9364,0,2,9690,9364,43077,0,2,9728,9729,9701,0,2,9701,9729,9716,0,2,9617,9679,43078,0,2,43078,9679,9616,0,2,43078,9616,43079,0,2,9616,43080,43079,0,2,9616,9615,43080,0,2,9370,43062,43080,0,2,9370,43080,9615,0,2,43062,9371,43080,0,2,43080,9371,43079,0,2,43086,9426,43085,0,2,43085,9426,43082,0,2,43085,43082,43084,0,2,43084,43082,9427,0,2,43083,43085,43084,0,2,43084,9381,43083,0,2,43083,9619,43087,0,2,43083,43087,43085,0,2,43085,43087,43086,0,2,43086,43087,43081,0,2,43081,43078,43088,0,2,43091,43089,43090,0,2,43090,43089,9426,0,2,43091,43088,43079,0,2,43079,43088,43078,0,2,43089,43091,9430,0,2,43091,43090,43088,0,2,43088,43090,43086,0,2,43088,43086,43081,0,2,43086,43090,9426,0,2,43093,43092,8749,0,2,8747,8749,8746,0,2,43093,8751,43092,0,2,43092,8751,8754,0,2,8754,8751,8753,0,2,43092,8754,8746,0,2,8753,43094,8755,0,2,8751,8752,43094,0,2,43094,8752,45467,0,2,43094,45467,43095,0,2,43095,34601,8755,0,2,43095,8755,43094,0,2,9359,9361,43096,0,2,9361,9357,9362,0,2,43098,8819,43097,0,2,43097,8819,9362,0,2,43104,43106,43103,0,2,43104,43103,43318,0,2,8848,43318,43103,0,2,8848,43103,8849,0,2,8849,43103,8818,0,2,8851,43100,8853,0,2,8851,43101,8818,0,2,8849,43101,8850,0,2,8849,8818,43101,0,2,43100,8851,8818,0,2,43106,43102,43103,0,2,43103,43102,8818,0,2,43102,43106,8819,0,2,43106,43104,43105,0,2,43099,8819,43106,0,2,43107,43173,43323,0,2,43323,43173,43172,0,2,43323,43172,43324,0,2,43324,43172,43108,0,2,43108,43109,43161,0,2,43113,43109,43110,0,2,43113,43110,43111,0,2,9910,9909,9931,0,2,43113,43114,43115,0,2,43115,43135,43116,0,2,43115,43116,43161,0,2,43161,43116,43108,0,2,43327,43117,43118,0,2,43118,43139,43119,0,2,43546,43160,43120,0,2,43153,43120,43128,0,2,43153,43127,43545,0,2,43545,43127,43121,0,2,9774,9796,43134,0,2,43120,43160,43119,0,2,43120,43119,43139,0,2,43139,43123,43129,0,2,43129,43123,43124,0,2,43124,43123,43125,0,2,43124,43125,43138,0,2,43138,9830,43126,0,2,43126,9773,43131,0,2,43130,43131,43133,0,2,43128,43127,43153,0,2,43133,43121,43127,0,2,43133,43127,43128,0,2,43133,43128,43129,0,2,43129,43128,43120,0,2,43129,43124,43133,0,2,43133,43124,43130,0,2,43131,43130,43126,0,2,43124,43138,43130,0,2,43130,43138,43126,0,2,43131,9794,43132,0,2,43132,43133,43131,0,2,43132,9774,43134,0,2,43132,43134,43121,0,2,43121,43134,43122,0,2,43132,43121,43133,0,2,43117,43116,43135,0,2,43137,43135,43115,0,2,43125,43136,43137,0,2,9830,43138,43137,0,2,43137,43138,43125,0,2,43136,43125,43123,0,2,43136,43123,43139,0,2,43139,43118,43136,0,2,43136,43118,43117,0,2,43136,43135,43137,0,2,9830,43137,43142,0,2,43140,43162,9911,0,2,9908,43141,43164,0,2,43164,43141,10112,0,2,43164,10112,9830,0,2,9830,10112,9829,0,2,9830,43142,43164,0,2,43323,43143,43107,0,2,43322,43177,43107,0,2,43107,43143,43322,0,2,43322,43144,43145,0,2,8807,43321,43147,0,2,43147,43321,43146,0,2,43322,43143,43144,0,2,43144,43157,43146,0,2,43146,43157,43147,0,2,43148,43160,43546,0,2,43150,43151,43155,0,2,43155,43151,8802,0,2,8802,43151,8801,0,2,8801,43151,43545,0,2,8801,43545,43152,0,2,43121,43122,43545,0,2,43545,43122,43152,0,2,43546,43120,43544,0,2,43150,43153,43545,0,2,43546,43544,43149,0,2,43544,43120,43153,0,2,43544,43153,43150,0,2,8806,43147,43148,0,2,8806,43148,43546,0,2,43147,8806,8807,0,2,43155,8802,43156,0,2,43154,43155,8803,0,2,8803,43155,43156,0,2,8806,43546,43149,0,2,8806,43149,43154,0,2,43154,43149,43155,0,2,43150,43155,43149,0,2,43144,43143,43158,0,2,43144,43158,43157,0,2,43157,43158,43159,0,2,43157,43159,43148,0,2,43157,43148,43147,0,2,43160,43159,43327,0,2,43160,43327,43119,0,2,43119,43327,43118,0,2,43160,43148,43159,0,2,43113,43115,43161,0,2,43113,43161,43109,0,2,43113,43112,43162,0,2,43142,43163,43164,0,2,9908,43164,43140,0,2,43140,43164,43114,0,2,43140,43114,43162,0,2,43162,43112,9931,0,2,43113,43162,43114,0,2,43113,43111,43112,0,2,43112,43111,9931,0,2,9931,43111,43170,0,2,9931,9909,43162,0,2,43162,9909,9911,0,2,43109,43171,43110,0,2,43110,43171,43176,0,2,43167,43176,43165,0,2,9938,43166,10081,0,2,43165,43166,9935,0,2,43165,9935,43167,0,2,43110,43176,43167,0,2,43110,43167,43111,0,2,43111,43167,43168,0,2,43168,43167,9935,0,2,9935,9934,43168,0,2,43169,9927,9928,0,2,43170,9929,9931,0,2,43168,43170,43111,0,2,43170,43168,9928,0,2,9928,43168,43169,0,2,9929,43170,9928,0,2,43169,43168,9934,0,2,43169,9934,9932,0,2,43109,43108,43171,0,2,43176,43171,43172,0,2,43176,43172,43173,0,2,43165,43173,43174,0,2,43174,43178,43175,0,2,9936,10081,43175,0,2,43175,10081,43166,0,2,43175,43166,43174,0,2,43174,43166,43165,0,2,43165,43176,43173,0,2,43173,43107,43174,0,2,43174,43107,43177,0,2,43174,43177,43178,0,2,9937,43175,43179,0,2,43179,43175,43178,0,2,43178,8855,43179,0,2,43179,8856,9937,0,2,8855,43178,43177,0,2,43108,43172,43171,0,2,43180,9739,8718,0,2,45471,8718,43181,0,2,43181,9814,9813,0,2,43181,9813,8613,0,2,43181,8613,8612,0,2,9811,9810,8618,0,2,8618,9810,9809,0,2,8618,9809,43182,0,2,43182,9809,43183,0,2,9809,9808,43183,0,2,9807,8602,43184,0,2,9807,43184,9816,0,2,8602,8687,43184,0,2,43182,43185,8688,0,2,8688,43185,8687,0,2,43186,43187,8594,0,2,8594,43187,8595,0,2,8595,43187,43188,0,2,8595,43188,8596,0,2,43189,43187,43190,0,2,43189,43190,43191,0,2,43191,43190,8686,0,2,43191,8686,8600,0,2,43189,43191,10119,0,2,43189,8597,43187,0,2,43187,8597,43188,0,2,43192,43193,8685,0,2,10121,8685,8590,0,2,8590,8685,8591,0,2,8591,8592,9868,0,2,8685,43193,8591,0,2,8591,43193,8592,0,2,43193,43192,8593,0,2,8593,43192,8594,0,2,43193,8593,8592,0,2,43192,43186,8594,0,2,43192,8685,43186,0,2,43186,8685,8686,0,2,43097,9357,8816,0,2,8821,43098,8817,0,2,43098,43097,8817,0,2,9686,9685,43194,0,2,43194,9677,9674,0,2,43054,43194,9674,0,2,43195,43196,8834,0,2,8834,43196,8839,0,2,43198,43214,43197,0,2,43198,43197,34670,0,2,43198,34670,43199,0,2,43199,34670,34671,0,2,43199,34671,43200,0,2,43207,43199,43200,0,2,43207,43200,43201,0,2,43204,43203,9332,0,2,43204,9332,9329,0,2,43204,9329,9317,0,2,43204,9317,43205,0,2,43207,43206,43208,0,2,43207,43208,43209,0,2,43209,43208,9325,0,2,9325,43208,43210,0,2,9323,9321,9322,0,2,9321,9324,9320,0,2,9320,9324,43210,0,2,9324,9327,43210,0,2,9319,9320,43211,0,2,43212,43211,43208,0,2,43210,43208,43211,0,2,43210,43211,9320,0,2,9319,43211,43212,0,2,9319,43212,43205,0,2,43205,43212,43213,0,2,43204,43213,43203,0,2,43203,43213,43202,0,2,43202,43213,43206,0,2,43202,43206,43201,0,2,43201,43206,43207,0,2,9316,9317,9328,0,2,43198,43199,43214,0,2,43209,43214,43207,0,2,43203,43202,43215,0,2,43201,43200,43215,0,2,43201,43215,43202,0,2,34670,43197,43216,0,2,43216,43197,46870,0,2,43216,46870,9305,0,2,12213,12214,43217,0,2,43217,12214,12190,0,2,43217,12191,12213,0,2,12214,12213,12220,0,2,12189,43219,43218,0,2,12189,43218,12182,0,2,12182,43218,12190,0,2,12190,43218,43217,0,2,12167,12166,12226,0,2,12167,12226,12180,0,2,12222,12215,43220,0,2,43212,43208,43206,0,2,43206,43213,43212,0,2,9323,8861,43221,0,2,43221,8861,8854,0,2,8854,8861,43101,0,2,8862,8842,43222,0,2,43222,8842,8843,0,2,8862,43222,8850,0,2,8858,43222,43223,0,2,43222,8843,43223,0,2,9323,43224,8842,0,2,43224,8843,8842,0,2,8843,43224,43225,0,2,43225,10095,10087,0,2,43226,10095,43225,0,2,43226,43225,43224,0,2,10095,43226,10097,0,2,10096,10097,43226,0,2,9321,43226,9322,0,2,43226,43224,9322,0,2,8844,8843,10094,0,2,8843,43225,10094,0,2,10094,43225,10087,0,2,10094,10087,10071,0,2,10089,43227,9316,0,2,9316,43227,9317,0,2,9317,43227,9318,0,2,9328,9329,9314,0,2,9331,9329,9332,0,2,9331,9311,9330,0,2,9919,9939,43245,0,2,43245,9940,43228,0,2,43251,43228,43239,0,2,43251,43239,43229,0,2,43229,43235,43230,0,2,43230,43235,43231,0,2,43232,43238,43297,0,2,43232,43297,10117,0,2,43232,10117,43234,0,2,43234,43253,43254,0,2,43231,43254,43230,0,2,43254,43238,43234,0,2,43234,43238,43232,0,2,43233,10117,43297,0,2,43229,45630,43235,0,2,45626,43236,45624,0,2,45626,45624,43237,0,2,43293,43238,43254,0,2,43235,43236,43231,0,2,43231,43236,45626,0,2,43293,45626,43237,0,2,43231,43293,43254,0,2,43240,43239,43228,0,2,43240,43228,9940,0,2,43241,43240,43244,0,2,9944,47676,9942,0,2,9944,9942,9943,0,2,9942,47677,43243,0,2,47677,43244,43243,0,2,43243,43244,9940,0,2,9940,43244,43240,0,2,43240,43241,34685,0,2,34685,43241,34683,0,2,34683,43241,34682,0,2,43245,43228,43246,0,2,43245,43246,9919,0,2,43247,43246,43249,0,2,43249,43246,43251,0,2,43249,43251,43250,0,2,43250,43229,43230,0,2,43229,43250,43251,0,2,43248,43249,43252,0,2,43254,43252,43230,0,2,43248,43252,43253,0,2,43252,43249,43250,0,2,43252,43250,43230,0,2,43247,43249,9925,0,2,9925,43255,9923,0,2,9923,43255,9920,0,2,43253,43234,43255,0,2,43253,43255,43248,0,2,43248,43255,9925,0,2,43248,9925,43249,0,2,9920,45430,43256,0,2,9920,43256,9921,0,2,9921,43256,10102,0,2,9920,43255,45430,0,2,9899,9900,9901,0,2,9899,9901,43256,0,2,43256,9901,10102,0,2,43247,9919,43246,0,2,8409,10118,43258,0,2,43258,10118,43295,0,2,43258,43295,43257,0,2,43257,43295,43296,0,2,43257,43296,8408,0,2,43257,8408,43298,0,2,43258,43259,45415,0,2,45414,8410,8409,0,2,45414,8409,45415,0,2,43258,45415,8409,0,2,43298,8407,43257,0,2,43257,8407,43258,0,2,43258,8405,43259,0,2,45416,43259,8404,0,2,43258,8407,8405,0,2,43264,43268,43269,0,2,43260,43268,43262,0,2,43260,43262,43263,0,2,10054,43263,10053,0,2,43263,43262,10053,0,2,10052,43264,43265,0,2,43261,43265,43269,0,2,43269,43265,43264,0,2,43264,10052,43268,0,2,10052,43262,43268,0,2,43270,43266,43265,0,2,43265,43261,43270,0,2,43267,43260,43263,0,2,8406,8407,45639,0,2,43260,43267,8406,0,2,43260,8406,43268,0,2,43268,43272,43269,0,2,43269,43274,43261,0,2,43261,43274,43276,0,2,43261,43276,43270,0,2,43271,10050,43276,0,2,43276,10050,43270,0,2,43268,8406,43272,0,2,43274,43275,43276,0,2,43276,43275,43287,0,2,43276,43287,43271,0,2,43271,43287,43281,0,2,43281,45622,10049,0,2,10049,45622,43277,0,2,10049,43277,43278,0,2,43278,45584,43279,0,2,43279,45584,43280,0,2,10047,43280,9983,0,2,10047,9983,10056,0,2,9983,43280,9981,0,2,9981,43280,45584,0,2,9981,45584,10057,0,2,10056,10046,10047,0,2,43280,10047,43279,0,2,43300,43274,43273,0,2,43273,43274,43269,0,2,43273,43269,43272,0,2,43271,43281,10050,0,2,10050,43281,10049,0,2,43286,45593,10006,0,2,45593,43283,43282,0,2,43283,43284,10005,0,2,10005,43284,10048,0,2,43283,10005,43282,0,2,43283,10049,43284,0,2,10048,43279,43285,0,2,43285,43279,10047,0,2,10004,43285,10046,0,2,10046,43285,10047,0,2,43283,43286,10050,0,2,45593,43286,43283,0,2,45585,43287,45617,0,2,45617,43275,43289,0,2,45617,43289,43288,0,2,43288,43289,43299,0,2,43291,43296,43301,0,2,43301,43296,43292,0,2,43301,43292,43237,0,2,43237,43292,43293,0,2,43297,43238,43294,0,2,43294,43238,43293,0,2,43293,43292,43294,0,2,43294,43292,43295,0,2,43295,43292,43296,0,2,43233,43297,47674,0,2,43296,43291,8408,0,2,8408,43291,43290,0,2,8408,43290,43299,0,2,8408,43299,43298,0,2,43273,45639,43298,0,2,43273,43298,43299,0,2,43299,43289,43273,0,2,43273,43289,43300,0,2,43300,43289,43275,0,2,43287,43275,45617,0,2,43300,43275,43274,0,2,43314,9913,10102,0,2,43305,43302,43303,0,2,43304,43316,43306,0,2,43304,43306,9912,0,2,43304,9912,9916,0,2,43303,43316,43304,0,2,43306,43315,10099,0,2,43314,9914,43305,0,2,9905,9906,9904,0,2,9904,9906,43302,0,2,43302,43305,9903,0,2,9903,43305,9914,0,2,9893,43307,45429,0,2,45426,9890,43308,0,2,45429,43307,9890,0,2,45422,9893,45429,0,2,10117,10116,43309,0,2,43234,43309,43255,0,2,43234,10117,43309,0,2,43163,43115,43114,0,2,43163,43142,43137,0,2,43163,43137,43115,0,2,43141,9907,43310,0,2,43310,9906,43312,0,2,9908,9907,43141,0,2,10109,10111,43311,0,2,10105,10110,43311,0,2,43311,10110,10109,0,2,10111,43312,43311,0,2,43311,43312,10105,0,2,43313,43305,43303,0,2,43313,9913,43314,0,2,43313,43314,43305,0,2,43303,43304,43313,0,2,10098,43315,9907,0,2,9906,43315,43316,0,2,9906,43316,43303,0,2,9906,43303,43302,0,2,43315,9906,9907,0,2,43306,43316,43315,0,2,9913,43313,43304,0,2,9913,43304,9916,0,2,9931,9929,9930,0,2,43318,43317,43104,0,2,43317,43319,43104,0,2,43319,43320,43321,0,2,43319,43321,8809,0,2,43321,43320,43146,0,2,43322,43145,43317,0,2,43317,43145,43319,0,2,43319,43145,43320,0,2,43145,43146,43320,0,2,43104,43319,43105,0,2,43105,43319,43099,0,2,43099,43319,8809,0,2,9799,9787,9792,0,2,43158,43143,43323,0,2,43158,43323,43324,0,2,43158,43324,43325,0,2,43325,43324,43326,0,2,43159,43326,43327,0,2,43326,43159,43325,0,2,43325,43159,43158,0,2,43327,43326,43117,0,2,43117,43326,43116,0,2,43116,43326,43108,0,2,43146,43145,43144,0,2,9845,45424,43328,0,2,43330,43329,45431,0,2,45431,43331,9863,0,2,9863,43331,9871,0,2,9871,43331,9873,0,2,9873,9872,9871,0,2,8574,9860,9871,0,2,9871,9860,9863,0,2,9863,43330,45431,0,2,43329,43330,43328,0,2,10133,10134,8568,0,2,8568,10134,43332,0,2,8564,8588,43332,0,2,43332,8588,43333,0,2,43332,43333,8567,0,2,43332,8567,8568,0,2,10135,43332,10134,0,2,43334,43813,43335,0,2,43335,43813,10141,0,2,43335,43505,43504,0,2,43376,43504,43336,0,2,43370,43336,43369,0,2,43369,43336,43368,0,2,43368,43336,43367,0,2,43337,10143,43338,0,2,43338,10143,10144,0,2,43338,10144,43339,0,2,43339,10144,10147,0,2,43786,43339,43340,0,2,43786,43340,43341,0,2,43341,43342,43785,0,2,43785,43342,43343,0,2,43343,43342,43803,0,2,43343,43803,43417,0,2,43417,43803,43344,0,2,43344,43345,43468,0,2,43344,43468,43346,0,2,43347,44995,43418,0,2,43418,44995,43348,0,2,43348,44992,43349,0,2,43421,44991,43351,0,2,43351,44991,43350,0,2,43351,43350,43352,0,2,43351,43352,43353,0,2,43353,43352,43354,0,2,43419,43354,43401,0,2,43419,43401,43756,0,2,43419,43756,43355,0,2,43356,43355,43768,0,2,43356,43768,43358,0,2,43356,43358,43357,0,2,43357,43358,43403,0,2,43357,43403,43359,0,2,43359,43361,43360,0,2,43360,43361,43377,0,2,43377,43362,43363,0,2,43429,43363,43364,0,2,43430,43364,43365,0,2,43366,43339,43786,0,2,43339,43366,43338,0,2,43338,43366,43337,0,2,43337,43366,43365,0,2,43337,43365,43367,0,2,43367,43365,43364,0,2,43367,43364,43368,0,2,43368,43517,43369,0,2,43370,43369,43371,0,2,43370,43371,43372,0,2,43375,43373,8563,0,2,43375,8563,43374,0,2,43375,43374,43376,0,2,43376,43374,43335,0,2,43334,43335,43374,0,2,43376,43370,43375,0,2,43375,43370,43372,0,2,43336,43370,43376,0,2,43504,43376,43335,0,2,43368,43364,43363,0,2,43368,43363,43517,0,2,43517,43363,43362,0,2,43517,43362,43516,0,2,43524,43362,43377,0,2,43524,43377,43361,0,2,43524,43361,43378,0,2,43523,43378,43405,0,2,43523,43405,43406,0,2,43523,43406,43379,0,2,43523,43379,43723,0,2,43723,43379,43380,0,2,43380,43379,43407,0,2,43380,43407,43382,0,2,43382,43407,43381,0,2,43383,43399,43393,0,2,43393,43399,43384,0,2,43393,43384,43385,0,2,43385,43759,43391,0,2,43386,44857,43390,0,2,43390,8517,44856,0,2,8395,43387,43388,0,2,8397,43388,43389,0,2,8397,43389,43754,0,2,43387,8395,44856,0,2,44856,8395,43390,0,2,43390,8395,8394,0,2,43390,8394,10169,0,2,43390,10169,43386,0,2,10169,8393,43386,0,2,43386,8393,43391,0,2,43386,43391,44859,0,2,8393,43392,43391,0,2,43391,43392,43385,0,2,43385,43392,43393,0,2,43393,10167,8392,0,2,43378,43361,43359,0,2,43378,43359,43405,0,2,43394,43769,43404,0,2,43394,43404,43395,0,2,43395,43404,43396,0,2,43396,43397,43402,0,2,43402,43397,43398,0,2,43402,43398,43382,0,2,43399,43398,43397,0,2,43399,43397,43757,0,2,43401,43400,43756,0,2,43398,43399,43383,0,2,43359,43403,43405,0,2,43405,43403,43394,0,2,43394,43403,43769,0,2,43406,43405,43394,0,2,43406,43394,43407,0,2,43406,43407,43379,0,2,43369,43517,43371,0,2,43363,43429,43408,0,2,43363,43408,43377,0,2,43411,43412,43414,0,2,43414,43412,43413,0,2,43414,43413,43415,0,2,43414,43415,43347,0,2,43347,43415,43416,0,2,43416,43343,43417,0,2,43347,43416,43346,0,2,43346,43417,43344,0,2,43417,43346,43416,0,2,43347,43418,43414,0,2,43418,43348,43422,0,2,43422,43423,43428,0,2,43428,43423,43424,0,2,43428,43424,43427,0,2,43427,43424,43355,0,2,43355,43424,43419,0,2,43419,43424,43420,0,2,43354,43419,43353,0,2,43353,43419,43420,0,2,43353,43420,43351,0,2,43351,43420,43421,0,2,43424,43421,43420,0,2,43348,43349,43422,0,2,43377,43408,43360,0,2,43360,43408,43409,0,2,43426,43427,43357,0,2,43357,43427,43356,0,2,43355,43356,43427,0,2,43428,43410,43422,0,2,43422,43410,43411,0,2,43422,43411,43418,0,2,43418,43411,43414,0,2,43425,43410,43426,0,2,43410,43428,43426,0,2,43429,43434,43431,0,2,43430,43434,43364,0,2,43434,43429,43364,0,2,43408,43429,43431,0,2,43408,43431,43432,0,2,43432,43431,43433,0,2,43412,43433,43413,0,2,43408,43432,43409,0,2,43431,43434,43433,0,2,43433,43434,43413,0,2,43422,43349,43423,0,2,43423,43349,43421,0,2,43421,43424,43423,0,2,43347,43435,43436,0,2,43833,43440,43441,0,2,43441,43440,43483,0,2,43441,43483,43442,0,2,43442,43483,43481,0,2,43443,43480,45053,0,2,45053,43480,43479,0,2,43479,43477,44934,0,2,44934,43477,43476,0,2,44901,44933,44900,0,2,44901,44900,44942,0,2,44901,44942,44902,0,2,44902,44942,44941,0,2,44823,44941,44892,0,2,44823,44892,43444,0,2,44822,43445,43497,0,2,44822,43497,43446,0,2,43446,43498,44821,0,2,44821,43498,43447,0,2,43447,43448,43449,0,2,43449,43448,43450,0,2,43450,43451,44817,0,2,44817,43451,43452,0,2,43452,43451,43454,0,2,43454,43451,43453,0,2,43454,43453,43460,0,2,43873,43460,43884,0,2,43884,43460,43457,0,2,43457,43455,43456,0,2,43457,43456,43797,0,2,43457,43797,43883,0,2,43883,43458,44886,0,2,8431,8429,8430,0,2,43457,43460,43461,0,2,43457,43461,43455,0,2,43455,43461,43462,0,2,43462,43493,44896,0,2,44896,43493,43463,0,2,44896,43463,43464,0,2,44944,43464,43500,0,2,44944,43500,43808,0,2,43491,43465,44893,0,2,43491,44893,43501,0,2,43491,43501,43466,0,2,43466,43345,43467,0,2,43344,43467,43345,0,2,43345,43470,43469,0,2,43345,43469,43468,0,2,43468,43469,43435,0,2,43468,43435,43346,0,2,43346,43435,43347,0,2,43345,43466,43470,0,2,43470,43466,43502,0,2,43470,43502,44895,0,2,43470,44895,43488,0,2,43487,43488,43486,0,2,43471,43473,43472,0,2,43472,43473,43474,0,2,43474,43473,43478,0,2,43478,43475,43477,0,2,43477,43475,43476,0,2,43477,43479,43478,0,2,43479,43480,43474,0,2,43481,43480,43443,0,2,43478,43479,43474,0,2,43483,43482,43481,0,2,43482,43484,43472,0,2,43483,43485,43482,0,2,43482,43485,43484,0,2,43484,43471,43472,0,2,43474,43482,43472,0,2,43483,43440,43485,0,2,43833,43439,43440,0,2,43439,43485,43440,0,2,43471,43484,45321,0,2,43471,45321,43486,0,2,43487,43489,43488,0,2,43488,43489,43469,0,2,43435,43469,43489,0,2,43435,43489,43436,0,2,43436,43489,43437,0,2,43488,43469,43470,0,2,43481,43482,43480,0,2,43480,43482,43474,0,2,43471,43486,43473,0,2,43473,43486,44899,0,2,43473,44899,43490,0,2,43490,44899,44942,0,2,43490,44942,44900,0,2,43460,43453,43461,0,2,43461,43453,43492,0,2,43461,43492,43462,0,2,43462,43492,43493,0,2,43495,43497,43496,0,2,44893,43496,43445,0,2,44893,43445,43444,0,2,43445,43496,43497,0,2,43446,43497,43498,0,2,43498,43494,43447,0,2,43447,43494,43448,0,2,43448,43493,43492,0,2,43448,43492,43499,0,2,43448,43499,43450,0,2,43450,43499,43451,0,2,43494,43498,43463,0,2,43463,43498,43495,0,2,43498,43497,43495,0,2,43464,43463,43500,0,2,43463,43495,43500,0,2,43808,43500,43496,0,2,43808,43496,43465,0,2,43465,43496,44893,0,2,43466,43501,43502,0,2,43451,43499,43453,0,2,43453,43499,43492,0,2,43339,10147,43340,0,2,43340,10147,10148,0,2,43341,43340,43342,0,2,43802,43342,10149,0,2,10149,43342,43340,0,2,43504,43503,43336,0,2,43504,43505,43503,0,2,43503,43505,10143,0,2,10143,43337,43503,0,2,43367,43336,43503,0,2,43503,43337,43367,0,2,9861,9857,43507,0,2,9861,43507,43330,0,2,43330,43507,43328,0,2,9857,9841,43507,0,2,43507,9841,9843,0,2,43507,9843,43328,0,2,43508,9838,8598,0,2,8598,9838,43188,0,2,8598,9835,43508,0,2,8598,43509,9835,0,2,9835,9839,9833,0,2,9834,9835,9833,0,2,9839,9835,43509,0,2,43510,9766,43511,0,2,8599,43511,9766,0,2,43511,43540,43512,0,2,43511,43512,43510,0,2,8676,8681,8677,0,2,8676,8677,10123,0,2,8675,43520,43514,0,2,43531,43515,43516,0,2,43516,43515,43517,0,2,43371,43518,43519,0,2,43519,43518,43514,0,2,43519,43514,43520,0,2,43514,43518,43515,0,2,43515,43518,43517,0,2,43517,43518,43371,0,2,43516,43362,43531,0,2,43531,43362,43524,0,2,43531,43524,8674,0,2,8672,8674,43530,0,2,8672,43530,43521,0,2,43522,43530,43523,0,2,43523,43530,43524,0,2,43524,43378,43523,0,2,43522,43525,43521,0,2,43521,43525,8669,0,2,43521,8669,8679,0,2,43521,8679,8671,0,2,43521,8671,8672,0,2,8668,43713,43528,0,2,43528,43713,43527,0,2,43528,43527,43529,0,2,43528,43529,8666,0,2,8666,43529,8665,0,2,8665,43529,8664,0,2,43526,8668,8691,0,2,43525,43522,43723,0,2,43723,43522,43523,0,2,43525,43723,43724,0,2,8674,43524,43530,0,2,43521,43530,43522,0,2,8674,8675,43531,0,2,43515,43531,43514,0,2,43514,43531,8675,0,2,8570,8576,43532,0,2,43532,8576,8577,0,2,43532,10131,10132,0,2,10132,8569,8570,0,2,10132,8570,43532,0,2,8579,10131,43532,0,2,43534,43533,9817,0,2,9817,9816,9803,0,2,9780,43534,9779,0,2,43534,9780,43533,0,2,43533,9780,43535,0,2,9780,43536,43535,0,2,43535,43536,43541,0,2,9801,9804,9820,0,2,9820,9804,43537,0,2,9820,43537,8796,0,2,8796,43537,9806,0,2,9821,9820,8796,0,2,43534,9817,9802,0,2,9802,9817,9803,0,2,9804,43539,43537,0,2,43537,43539,43538,0,2,43538,9806,43537,0,2,43541,43511,43513,0,2,9789,43540,9790,0,2,43540,43541,9790,0,2,9790,43541,43536,0,2,9781,43512,9789,0,2,43512,43540,9789,0,2,43542,9851,9768,0,2,9791,9779,43543,0,2,9823,43543,9802,0,2,43534,9802,9779,0,2,9779,9802,43543,0,2,43543,9823,9824,0,2,43543,9824,9791,0,2,43544,43150,43149,0,2,43151,43150,43545,0,2,43070,43066,43065,0,2,43065,43064,43070,0,2,9421,9429,9425,0,2,9428,9429,9376,0,2,9425,9422,9421,0,2,9429,9421,9375,0,2,9430,9423,9424,0,2,43091,43063,9430,0,2,8770,8767,8774,0,2,8770,8774,8735,0,2,34562,34560,34561,0,2,8722,8787,9715,0,2,34595,34589,43547,0,2,43547,34589,34574,0,2,34592,34593,43548,0,2,43548,34593,8714,0,2,43549,34528,34529,0,2,43561,43549,43550,0,2,43561,43550,43558,0,2,43551,34544,34545,0,2,34544,43551,34530,0,2,34530,43551,34529,0,2,43551,43550,34529,0,2,34529,43550,43549,0,2,43553,43557,43556,0,2,43553,43556,43552,0,2,43549,43557,34528,0,2,34528,43557,43553,0,2,43554,43553,43552,0,2,43554,43552,10415,0,2,34539,34528,43553,0,2,34539,43553,43555,0,2,43555,43553,43554,0,2,34527,8126,8127,0,2,8126,34527,43555,0,2,8126,43555,43554,0,2,8126,43554,8125,0,2,34526,34527,8127,0,2,34527,34539,43555,0,2,43556,43557,19250,0,2,19250,43557,43561,0,2,19250,43561,43558,0,2,43559,43558,43550,0,2,43559,43550,43560,0,2,43560,43550,43551,0,2,43560,43551,34545,0,2,43559,19249,43558,0,2,43556,19250,19261,0,2,43561,43557,43549,0,2,34546,34548,34547,0,2,34546,34547,43560,0,2,34548,34546,34549,0,2,34551,34549,34546,0,2,34549,34551,10215,0,2,34549,10215,43562,0,2,43562,10215,10295,0,2,10295,10214,43562,0,2,40295,40297,10454,0,2,40114,10426,10425,0,2,40163,43563,40162,0,2,40162,10440,40163,0,2,43563,43567,40162,0,2,40179,43567,43564,0,2,14117,43565,14116,0,2,14116,43567,43566,0,2,43563,43566,43567,0,2,43565,43564,14116,0,2,14116,43564,43567,0,2,14116,43566,40165,0,2,43564,43565,43568,0,2,43564,43568,43569,0,2,40179,43564,14048,0,2,14048,43569,14115,0,2,14115,43569,40181,0,2,40162,43567,47613,0,2,47613,43567,40179,0,2,43569,14048,43564,0,2,43571,19248,43570,0,2,43571,43570,34548,0,2,34548,43570,34547,0,2,19248,19249,43570,0,2,19248,43571,10460,0,2,43562,10460,34548,0,2,34548,10460,43571,0,2,43573,43572,10220,0,2,43573,10220,10219,0,2,10223,10221,43572,0,2,43573,10219,43576,0,2,43576,10218,43574,0,2,43574,10218,43575,0,2,43575,34551,34550,0,2,43576,43574,34543,0,2,43576,43577,43573,0,2,34543,43577,43576,0,2,43573,34534,43572,0,2,43572,34534,10223,0,2,43578,43762,43760,0,2,43578,43760,8633,0,2,8633,43580,43581,0,2,10205,10204,10207,0,2,10298,10300,10347,0,2,43548,34591,34592,0,2,34592,34591,9746,0,2,9746,9747,34592,0,2,8657,8660,43582,0,2,8657,43582,8658,0,2,10185,10186,43583,0,2,8634,43583,10182,0,2,43596,43595,8641,0,2,8641,43595,8643,0,2,8381,43584,43594,0,2,43594,43585,43586,0,2,43605,43589,43590,0,2,43591,43680,43593,0,2,43593,43587,43588,0,2,43605,43590,43591,0,2,43605,43591,43593,0,2,43593,43588,43605,0,2,43587,8382,43586,0,2,43586,8382,43594,0,2,8381,43594,8382,0,2,43598,43610,8662,0,2,43608,43596,8649,0,2,43608,8649,43610,0,2,43598,43597,43599,0,2,43598,43599,43611,0,2,43611,43600,43601,0,2,43601,43600,43602,0,2,43602,43739,43603,0,2,43604,43603,8388,0,2,43604,8388,8386,0,2,43603,43604,43614,0,2,43614,43604,43606,0,2,43613,43606,43605,0,2,43589,43605,43606,0,2,43589,43606,43592,0,2,43592,43606,43604,0,2,43592,43604,8386,0,2,43605,43588,43613,0,2,43607,43616,43612,0,2,43612,43616,43608,0,2,43608,43616,43585,0,2,43595,43609,43584,0,2,43595,43584,8643,0,2,43609,43595,43596,0,2,43609,43596,43585,0,2,43585,43596,43608,0,2,43598,43611,43610,0,2,43608,43610,43612,0,2,43611,43601,43612,0,2,43612,43615,43607,0,2,43607,43615,43613,0,2,43606,43613,43614,0,2,43603,43614,43602,0,2,43613,43615,43614,0,2,43614,43615,43602,0,2,43602,43615,43601,0,2,43584,43609,43594,0,2,43594,43609,43585,0,2,43585,43616,43617,0,2,43586,43585,43617,0,2,43617,43616,43607,0,2,43607,43613,43617,0,2,43617,43588,43587,0,2,43587,43586,43617,0,2,43613,43588,43617,0,2,10195,43622,43653,0,2,43621,43622,10195,0,2,43620,8380,8381,0,2,43620,8381,43619,0,2,43619,43618,43623,0,2,43623,43618,43682,0,2,43623,43682,43681,0,2,43681,43624,43625,0,2,43624,43679,43625,0,2,43625,43679,43683,0,2,43625,43683,43635,0,2,43635,43683,43626,0,2,43626,43628,43627,0,2,43627,43628,43629,0,2,43639,43630,45705,0,2,45705,45709,43660,0,2,43660,43631,10485,0,2,10486,43631,10489,0,2,10487,10486,10488,0,2,10488,10486,10489,0,2,43632,43623,43640,0,2,43632,43640,43633,0,2,43635,43626,43627,0,2,43635,43627,43636,0,2,43636,43637,43663,0,2,43663,43637,43638,0,2,43638,43637,43639,0,2,43638,43639,45705,0,2,43629,43639,43637,0,2,43629,43637,43627,0,2,43636,43627,43637,0,2,43634,43633,43635,0,2,43635,43633,43625,0,2,43625,43640,43681,0,2,43681,43640,43623,0,2,43633,43640,43625,0,2,43619,43623,43620,0,2,43620,43623,43632,0,2,43621,43620,43622,0,2,43622,43633,43641,0,2,43641,43633,43634,0,2,43635,43636,43634,0,2,43653,43636,43642,0,2,43652,43644,43650,0,2,43650,43644,43648,0,2,43648,43644,43645,0,2,43645,43647,43648,0,2,43648,43647,43649,0,2,43648,43649,43650,0,2,45650,43651,43652,0,2,43652,43651,10202,0,2,10202,10192,43643,0,2,43643,10193,43642,0,2,43643,10192,10193,0,2,43642,10193,43653,0,2,43641,43653,43622,0,2,43653,43641,43636,0,2,43636,43641,43634,0,2,43652,43650,45650,0,2,10191,10478,43654,0,2,43654,10478,43655,0,2,43654,43655,10190,0,2,10190,43655,10198,0,2,10478,10191,10465,0,2,10465,10191,43656,0,2,43656,10191,45650,0,2,43656,45649,10479,0,2,43647,40300,43649,0,2,43649,40300,19228,0,2,43652,43643,43658,0,2,43644,43652,43658,0,2,43658,43643,43657,0,2,43657,43643,43642,0,2,43636,43663,43657,0,2,43657,43663,43658,0,2,43659,43645,43644,0,2,43659,43644,43658,0,2,43646,43645,43660,0,2,45705,43660,43661,0,2,43660,10485,43646,0,2,43657,43642,43636,0,2,43662,43661,43660,0,2,43662,43660,43645,0,2,43658,43662,43659,0,2,43659,43662,43645,0,2,43661,43662,43663,0,2,43661,43663,43638,0,2,43662,43658,43663,0,2,45705,43661,43638,0,2,43632,43633,43622,0,2,43632,43622,43620,0,2,10493,10494,43666,0,2,43629,43666,43639,0,2,43630,10494,10492,0,2,43630,10492,45641,0,2,45641,10492,10491,0,2,43665,10493,43664,0,2,43664,10493,43666,0,2,43664,43666,43628,0,2,43628,43666,43629,0,2,43628,43626,43664,0,2,45702,43665,45700,0,2,45700,43665,43667,0,2,43667,10495,45699,0,2,45699,10495,45640,0,2,19219,45640,10500,0,2,45640,19219,45699,0,2,43668,10500,43669,0,2,43672,43669,10001,0,2,43672,10001,43670,0,2,43670,16656,43671,0,2,43670,43671,43672,0,2,43672,43668,43669,0,2,16657,43673,43668,0,2,16657,43668,43671,0,2,43671,43668,43672,0,2,45694,43671,16656,0,2,10501,10500,43673,0,2,43673,10500,43668,0,2,10001,43669,43688,0,2,43688,43669,43674,0,2,43674,10499,43675,0,2,43675,43690,43676,0,2,43676,10497,43677,0,2,43677,10497,43678,0,2,43678,43683,43679,0,2,43678,43679,10041,0,2,10041,43679,43680,0,2,43680,43679,43624,0,2,43680,43624,43681,0,2,43680,43681,43682,0,2,43680,43682,8383,0,2,43618,8382,43682,0,2,8382,8383,43682,0,2,10496,43665,43683,0,2,43665,43664,43683,0,2,43683,43664,43626,0,2,10497,10496,43678,0,2,43678,10496,43683,0,2,43677,43678,10039,0,2,43677,10039,43684,0,2,43684,10039,45600,0,2,43684,45600,43685,0,2,43685,45595,43686,0,2,43688,43674,45590,0,2,45591,43689,43687,0,2,43687,43689,43675,0,2,43687,43675,45595,0,2,45595,43675,43686,0,2,43686,43675,43684,0,2,43684,43685,43686,0,2,43684,43676,43677,0,2,43676,43684,43675,0,2,43675,43689,43674,0,2,45591,45590,43689,0,2,43689,45590,43674,0,2,43674,43669,10500,0,2,43674,10500,10499,0,2,43675,10499,43690,0,2,10497,43690,10499,0,2,43676,43690,10497,0,2,16651,16684,43691,0,2,16652,45582,16667,0,2,16652,16667,16651,0,2,16651,16667,16684,0,2,16684,16666,43692,0,2,43692,16666,16676,0,2,43692,16676,43694,0,2,43693,16663,16662,0,2,43693,16662,43692,0,2,16684,43692,16662,0,2,16663,43693,16664,0,2,16664,43693,43692,0,2,16664,43692,43694,0,2,16709,16710,16641,0,2,43698,11301,45754,0,2,16703,43698,43699,0,2,43700,43699,43701,0,2,43701,43702,10518,0,2,10518,43702,10520,0,2,10518,43700,43701,0,2,43699,43700,16702,0,2,43699,16702,16703,0,2,43698,16703,43696,0,2,43695,43703,43696,0,2,43696,43703,43697,0,2,43704,43697,43703,0,2,43705,8697,43733,0,2,43599,43706,43735,0,2,43748,43707,43733,0,2,43765,43709,43710,0,2,43724,43766,43714,0,2,43724,43714,43525,0,2,43710,43709,8664,0,2,43710,8664,43527,0,2,43527,8664,43529,0,2,43713,43712,43527,0,2,43527,43712,43710,0,2,43710,43712,43722,0,2,43722,43712,43766,0,2,43712,43714,43766,0,2,43712,43713,43714,0,2,43714,43713,8668,0,2,43714,8668,43526,0,2,43714,43526,8669,0,2,43714,8669,43525,0,2,43733,43707,43705,0,2,43705,43707,43706,0,2,43706,43707,43735,0,2,8697,8663,43733,0,2,43708,8663,43711,0,2,43708,43711,8664,0,2,8664,43709,43708,0,2,43716,43747,43746,0,2,43716,43746,43717,0,2,43716,43717,43719,0,2,43719,43727,43720,0,2,43721,43722,43726,0,2,43726,43722,43766,0,2,43380,43715,43726,0,2,43726,43715,43725,0,2,43766,43380,43726,0,2,43726,43725,43721,0,2,43721,43725,43720,0,2,43725,43716,43720,0,2,43720,43716,43719,0,2,43717,43718,43719,0,2,43719,43718,43727,0,2,43727,43718,43729,0,2,43742,43729,43718,0,2,43742,43718,43728,0,2,43717,43745,43718,0,2,43745,43728,43718,0,2,43727,43729,43731,0,2,43731,43729,43730,0,2,43731,43730,43732,0,2,43765,43732,43709,0,2,43709,43732,43708,0,2,8663,43708,43733,0,2,43708,43732,43733,0,2,43730,43741,43748,0,2,43748,43741,43734,0,2,43748,43734,43707,0,2,43707,43734,43737,0,2,43707,43737,43736,0,2,43707,43736,43735,0,2,43735,43600,43599,0,2,43599,43600,43611,0,2,43599,43597,43706,0,2,43705,43706,8699,0,2,8699,43706,43597,0,2,43600,43736,43739,0,2,43600,43739,43602,0,2,43600,43735,43736,0,2,43739,43738,8389,0,2,43738,43739,43737,0,2,43737,43739,43736,0,2,43737,43734,43740,0,2,43740,43734,43744,0,2,43744,43734,43741,0,2,43730,43729,43741,0,2,43741,43729,43744,0,2,43744,43729,43742,0,2,43750,43742,43728,0,2,43750,43728,43743,0,2,43743,43745,8391,0,2,8392,8391,43383,0,2,8392,43383,43393,0,2,43740,43744,43742,0,2,43728,43745,43743,0,2,43745,43746,43383,0,2,43383,8391,43745,0,2,43745,43717,43746,0,2,43383,43746,43398,0,2,43398,43746,43382,0,2,43382,43746,43747,0,2,43732,43730,43748,0,2,43732,43748,43733,0,2,43727,43731,43720,0,2,43720,43731,43749,0,2,43749,43731,43732,0,2,43720,43749,43721,0,2,43380,43382,43715,0,2,43715,43382,43747,0,2,43716,43725,43747,0,2,43747,43725,43715,0,2,43750,43751,10170,0,2,8391,43752,43743,0,2,43743,43752,43751,0,2,43384,43399,43757,0,2,43384,43757,43758,0,2,43384,43758,43385,0,2,43389,43388,43753,0,2,43753,43388,10161,0,2,43753,10161,10162,0,2,10161,43388,43387,0,2,43389,43753,8399,0,2,8399,43753,8400,0,2,8400,43753,10162,0,2,43389,8399,43754,0,2,8398,43754,43755,0,2,43754,8399,43755,0,2,43400,43397,43396,0,2,43400,43396,43756,0,2,43355,43756,43768,0,2,43404,43756,43396,0,2,43769,43768,43404,0,2,43404,43768,43756,0,2,43758,43772,43759,0,2,43759,43385,43758,0,2,10176,10024,8386,0,2,10024,10176,10174,0,2,43603,43739,8389,0,2,8638,10188,43764,0,2,43764,10188,43579,0,2,43764,43579,8633,0,2,43763,43760,43761,0,2,43761,43760,43762,0,2,8632,43762,43016,0,2,8636,43763,43761,0,2,43760,43764,8633,0,2,43760,43763,43764,0,2,43764,43763,8638,0,2,43749,43732,43765,0,2,43749,43765,43710,0,2,43749,43710,43721,0,2,43710,43722,43721,0,2,43766,43724,43380,0,2,43380,43724,43723,0,2,34558,34564,34559,0,2,34558,34559,43767,0,2,8675,8565,43520,0,2,43371,43519,43372,0,2,43373,43375,10125,0,2,10125,43375,43372,0,2,10135,8564,43332,0,2,43768,43769,43358,0,2,43358,43769,43403,0,2,43400,43770,43397,0,2,43397,43770,43757,0,2,43757,43770,43772,0,2,43757,43772,43758,0,2,43771,43773,43354,0,2,43771,43354,44994,0,2,44994,43354,43352,0,2,44947,43772,43771,0,2,43771,43772,43773,0,2,43773,43772,43770,0,2,43354,43773,43401,0,2,43401,43773,43400,0,2,43400,43773,43770,0,2,44947,43774,43775,0,2,44947,43775,45313,0,2,45313,43775,43780,0,2,43776,43777,44948,0,2,44948,43777,44867,0,2,43828,44867,43777,0,2,43828,43777,43778,0,2,43778,43777,43781,0,2,43778,43781,43829,0,2,43829,43781,43779,0,2,43776,43780,43779,0,2,43776,43779,43781,0,2,43776,43781,43777,0,2,43775,43774,43782,0,2,43775,43782,43783,0,2,43775,43783,43780,0,2,43780,43783,43779,0,2,43771,43774,44947,0,2,43394,43395,43407,0,2,43381,43395,43402,0,2,43381,43402,43382,0,2,43381,43407,43395,0,2,43402,43395,43396,0,2,43771,44994,43782,0,2,43782,43774,43771,0,2,43425,43357,43359,0,2,43425,43359,43360,0,2,43360,43409,43425,0,2,43425,43426,43357,0,2,43409,43412,43411,0,2,43409,43411,43410,0,2,43433,43412,43432,0,2,43430,43366,43784,0,2,43785,43784,43786,0,2,43785,43786,43341,0,2,43366,43786,43784,0,2,43430,43784,43434,0,2,43434,43784,43787,0,2,43413,43787,43415,0,2,43787,43413,43434,0,2,43784,43785,43787,0,2,43415,43787,43416,0,2,43416,43787,43785,0,2,43416,43785,43343,0,2,10142,43788,10154,0,2,43788,43792,43789,0,2,43788,43789,10153,0,2,10153,43789,43794,0,2,10152,43790,43796,0,2,43796,43790,8428,0,2,44886,8428,43459,0,2,8428,43790,43791,0,2,43791,43790,43794,0,2,43791,43794,43792,0,2,43791,43792,43795,0,2,43789,43792,43794,0,2,43792,43793,43795,0,2,43795,8425,8426,0,2,43791,43795,8426,0,2,43791,8426,8428,0,2,43797,43458,43883,0,2,43458,43797,43798,0,2,43798,43805,43799,0,2,43798,43799,43800,0,2,43800,43799,10150,0,2,43802,10150,43801,0,2,43803,43801,43344,0,2,43344,43801,43467,0,2,43802,43803,43342,0,2,43801,43803,43802,0,2,43800,10151,43798,0,2,43798,10151,43804,0,2,43796,43458,43804,0,2,43804,43458,43798,0,2,43797,43456,43798,0,2,43798,43456,44898,0,2,43798,44898,43805,0,2,43799,43805,44897,0,2,43799,44897,43806,0,2,43799,43806,43807,0,2,43807,43467,43801,0,2,43807,43801,10150,0,2,43807,10150,43799,0,2,43807,43806,43808,0,2,43808,43465,43807,0,2,43458,43796,44886,0,2,44886,43796,8428,0,2,10153,10154,43788,0,2,10142,43505,43809,0,2,43793,43810,43811,0,2,43811,43812,8422,0,2,8422,8423,43811,0,2,8423,8424,43811,0,2,43811,8424,43795,0,2,43811,43795,43793,0,2,43793,43792,43809,0,2,43809,43792,43788,0,2,43809,43788,10142,0,2,43811,43810,43812,0,2,8422,43812,8420,0,2,8420,43812,43813,0,2,43813,43812,10141,0,2,43793,43809,43810,0,2,43812,43810,10141,0,2,10141,43810,43809,0,2,43814,8560,8543,0,2,43814,8543,8544,0,2,43816,43815,43817,0,2,43816,43817,44866,0,2,43816,44866,43828,0,2,43816,43828,8438,0,2,43816,8438,43840,0,2,8499,43840,8437,0,2,8437,43840,8438,0,2,43819,43818,43820,0,2,43819,43820,43827,0,2,43827,43820,44981,0,2,44981,43821,43822,0,2,43822,43821,44969,0,2,43822,44969,43823,0,2,8440,43823,8442,0,2,8442,44967,45305,0,2,45305,44967,43824,0,2,43824,43826,43825,0,2,43825,43826,8493,0,2,43819,43827,8439,0,2,8439,43827,43823,0,2,43823,43827,43822,0,2,43822,43827,44981,0,2,8438,43828,43818,0,2,43818,43828,43820,0,2,43820,43828,43778,0,2,43830,43832,44979,0,2,44979,43831,43829,0,2,43829,43831,43778,0,2,44979,43829,43830,0,2,43829,43779,43830,0,2,43439,43833,43834,0,2,44976,43837,43833,0,2,44976,43832,43837,0,2,43837,43832,43838,0,2,44989,43838,43830,0,2,44989,43830,43779,0,2,43830,43838,43832,0,2,43836,43835,43834,0,2,43836,43834,43837,0,2,43837,43834,43833,0,2,43439,43834,43438,0,2,43833,43441,44976,0,2,8499,43839,43840,0,2,43839,8500,43815,0,2,43816,43840,43815,0,2,43815,43840,43839,0,2,43841,8549,8433,0,2,8433,8550,43842,0,2,43842,43843,43867,0,2,43867,43843,8452,0,2,8550,43844,43842,0,2,43842,43844,43843,0,2,43848,43850,8444,0,2,43848,8444,8446,0,2,43849,8444,43850,0,2,43849,43850,43856,0,2,43856,43850,43863,0,2,8444,43849,8443,0,2,8443,43851,43855,0,2,43855,43851,43852,0,2,43855,43852,43853,0,2,43853,43852,43859,0,2,43854,8439,8440,0,2,43853,43854,43855,0,2,43855,43854,8440,0,2,43855,8440,8441,0,2,43855,8441,8443,0,2,8443,43849,43851,0,2,43851,43849,43856,0,2,43856,44996,43851,0,2,43851,44996,43857,0,2,43851,43857,43852,0,2,43852,43857,43858,0,2,43852,43858,43859,0,2,8436,43858,43860,0,2,43860,43858,43857,0,2,8436,43860,8435,0,2,43861,43846,43845,0,2,43861,43845,8434,0,2,8434,43845,43844,0,2,43856,43863,44996,0,2,44996,43863,43847,0,2,43848,43862,43863,0,2,43863,43862,43865,0,2,43863,43865,43864,0,2,43864,43865,45306,0,2,43864,45306,8451,0,2,43863,43850,43848,0,2,43848,44079,43862,0,2,43862,44079,43865,0,2,43865,44079,45307,0,2,43844,43845,43843,0,2,43843,43845,8452,0,2,43863,43864,43847,0,2,43847,43864,43866,0,2,43847,43866,43846,0,2,43866,8452,43846,0,2,43846,8452,43845,0,2,8452,8453,43867,0,2,43867,8453,44836,0,2,43867,44836,43868,0,2,43871,43868,43869,0,2,43871,43869,43893,0,2,43871,43893,44829,0,2,43871,44829,43878,0,2,43878,44828,43876,0,2,43871,43877,43891,0,2,43891,43877,43892,0,2,43892,43875,44838,0,2,44838,43875,43886,0,2,43886,43875,43874,0,2,43886,43874,43872,0,2,43872,43874,43873,0,2,43873,43874,43454,0,2,43454,43874,43879,0,2,43877,43876,43892,0,2,43875,43879,43874,0,2,43875,43892,43876,0,2,43878,43876,43877,0,2,43870,43879,43875,0,2,43875,43876,43870,0,2,43870,44812,43879,0,2,43879,44812,43452,0,2,43879,43452,43454,0,2,43454,43460,43873,0,2,44945,43880,43881,0,2,44887,43882,43885,0,2,44887,43885,43883,0,2,43883,43885,43457,0,2,43881,43880,43882,0,2,43882,43884,43885,0,2,43885,43884,43457,0,2,43873,43884,43872,0,2,43884,43882,43872,0,2,43872,43882,43880,0,2,43888,43889,43890,0,2,43888,43890,43891,0,2,43891,43892,43887,0,2,43891,43887,43888,0,2,43892,44838,43887,0,2,43872,43880,43886,0,2,43869,44833,43893,0,2,43893,44833,44829,0,2,44828,44831,44832,0,2,44828,44832,44827,0,2,44827,44832,43894,0,2,44827,43894,44826,0,2,44826,43894,44810,0,2,43894,44830,43895,0,2,43895,44830,44786,0,2,44786,44830,43896,0,2,44834,43897,43898,0,2,43898,43899,43900,0,2,45001,8459,8490,0,2,8455,45001,8491,0,2,8459,45001,8458,0,2,43900,44189,45088,0,2,45088,44189,43901,0,2,45088,43901,45089,0,2,45089,43901,43902,0,2,43903,44050,43904,0,2,43903,43904,44179,0,2,44049,44179,43905,0,2,44049,43905,43906,0,2,44051,43906,44181,0,2,43907,44181,43908,0,2,43907,43908,44161,0,2,43910,43912,43911,0,2,43911,43912,44765,0,2,44784,44765,43913,0,2,43915,43914,44123,0,2,43915,44123,43916,0,2,43916,44123,44222,0,2,43917,44220,44217,0,2,43917,44217,44108,0,2,44217,43918,44095,0,2,44095,43918,44094,0,2,44094,43918,44121,0,2,44121,45181,45041,0,2,44120,45041,45040,0,2,44120,45040,44119,0,2,44112,44119,43919,0,2,44112,43919,43920,0,2,43921,45125,45047,0,2,44117,45047,43922,0,2,44117,43922,43923,0,2,43923,45035,43924,0,2,44104,45037,43925,0,2,43925,43926,44769,0,2,44769,43963,43964,0,2,44776,43927,43928,0,2,44781,44776,43928,0,2,44781,43928,45011,0,2,45011,43928,43929,0,2,45011,45020,43930,0,2,44058,45145,43931,0,2,43944,43933,43934,0,2,45409,43934,43935,0,2,43935,43937,43936,0,2,43936,43937,43938,0,2,43938,43937,43939,0,2,45066,45079,43940,0,2,43940,45068,45076,0,2,45068,45083,45069,0,2,45069,45083,43941,0,2,43932,43943,43944,0,2,43944,43943,43942,0,2,45080,45082,45079,0,2,43932,45034,43943,0,2,43943,45034,43946,0,2,43943,43946,43947,0,2,45071,43947,43948,0,2,45071,43948,45072,0,2,45072,43948,43949,0,2,45072,43949,44003,0,2,44965,43950,44004,0,2,44965,44004,43951,0,2,45141,43951,43952,0,2,43952,43953,43954,0,2,43954,43953,44023,0,2,44023,43953,43956,0,2,43956,44006,43955,0,2,43956,43955,43957,0,2,43957,43991,44014,0,2,44014,43991,43992,0,2,44015,43992,43995,0,2,44086,43958,44087,0,2,44088,44008,43959,0,2,43959,44009,45035,0,2,45035,44009,43960,0,2,43962,44011,45147,0,2,45147,44011,43926,0,2,43963,44011,43964,0,2,43964,44011,44013,0,2,43927,44773,44013,0,2,44773,43964,44013,0,2,43963,44769,43926,0,2,43926,44011,43963,0,2,44087,43958,43965,0,2,44087,43965,44008,0,2,44008,43965,43966,0,2,44009,43966,43967,0,2,45133,43967,43978,0,2,45133,43978,45019,0,2,45019,43978,43968,0,2,45021,43968,43969,0,2,43974,44001,43970,0,2,43946,45015,43947,0,2,43973,44000,43975,0,2,43975,44000,44001,0,2,43975,44001,43974,0,2,43974,43976,45015,0,2,45015,43976,43947,0,2,43947,43976,43948,0,2,43974,43970,43976,0,2,43976,43970,43948,0,2,43949,43948,43971,0,2,43971,43948,43970,0,2,43973,43969,44000,0,2,43972,43930,43977,0,2,43972,43977,43973,0,2,43973,43977,43969,0,2,43977,43930,45021,0,2,43977,45021,43969,0,2,43969,43968,45029,0,2,43979,43967,43997,0,2,43996,43997,43980,0,2,45026,43981,43982,0,2,45026,43982,45027,0,2,44007,45027,43983,0,2,44002,44007,43983,0,2,43983,43984,43985,0,2,43985,43984,43993,0,2,43993,43984,43986,0,2,43993,43986,43987,0,2,43998,43988,43980,0,2,43987,43986,43998,0,2,43998,43986,43988,0,2,43982,43981,43984,0,2,43982,43984,43983,0,2,43981,43988,43986,0,2,43986,43984,43981,0,2,43983,43985,43989,0,2,43989,43985,43950,0,2,44004,45144,44005,0,2,44005,43990,43955,0,2,43955,43990,43957,0,2,43957,43990,43991,0,2,43950,43985,45144,0,2,45144,43993,43990,0,2,43990,43993,43991,0,2,43991,43993,43987,0,2,43998,43992,43987,0,2,43987,43992,43991,0,2,44005,45144,43990,0,2,43992,43994,43995,0,2,43995,43958,44085,0,2,43992,43998,43994,0,2,43994,43980,43958,0,2,43958,43980,43965,0,2,43994,43958,43995,0,2,45027,43982,43983,0,2,43988,43981,43996,0,2,43996,43980,43988,0,2,43978,43967,43979,0,2,43967,43966,43997,0,2,43997,43966,43965,0,2,43997,43965,43980,0,2,44000,45027,44001,0,2,44001,45024,43970,0,2,43970,45024,44007,0,2,43970,44007,43971,0,2,44007,44002,43971,0,2,44003,44002,44966,0,2,44003,43949,44002,0,2,44002,43949,43971,0,2,44002,43989,44966,0,2,44966,43989,43950,0,2,44004,43950,45144,0,2,43951,44004,43952,0,2,44006,44005,43955,0,2,43989,44002,43983,0,2,45027,44007,45024,0,2,45029,44000,43969,0,2,45029,43968,43999,0,2,43999,43968,43978,0,2,45133,44009,43967,0,2,43966,44009,43959,0,2,43966,43959,44008,0,2,43960,44009,45132,0,2,43960,45132,43961,0,2,43961,45132,43962,0,2,43962,45132,44010,0,2,44011,44010,44012,0,2,44012,45023,45011,0,2,45011,43929,44012,0,2,43962,44010,44011,0,2,43929,43928,44013,0,2,44013,43928,43927,0,2,43929,44013,44012,0,2,44012,44013,44011,0,2,44021,44014,44015,0,2,44017,44015,45056,0,2,45056,43995,44085,0,2,45056,44085,44016,0,2,44016,45054,45055,0,2,44016,45055,45056,0,2,44020,44023,44021,0,2,44015,44018,44021,0,2,44021,44018,44020,0,2,44017,44018,44015,0,2,43954,44023,44070,0,2,44022,44059,43932,0,2,43932,43944,44022,0,2,45141,43952,44022,0,2,44022,43952,43954,0,2,44020,44019,44023,0,2,44070,44023,44024,0,2,44030,44024,44026,0,2,44030,44026,44025,0,2,44027,44078,8479,0,2,8479,44078,44028,0,2,44026,44028,44078,0,2,8481,44024,44029,0,2,8481,44029,8482,0,2,8482,45055,8483,0,2,8483,45055,8489,0,2,8489,45055,45054,0,2,44017,44019,44018,0,2,44029,44019,44017,0,2,44070,44030,44957,0,2,44957,44031,44032,0,2,44032,45033,44033,0,2,44034,45000,44059,0,2,44059,45000,44035,0,2,44059,44035,43931,0,2,43931,44035,44058,0,2,44036,44058,44035,0,2,44036,44035,44038,0,2,44780,44919,44925,0,2,44780,44925,44924,0,2,44780,44924,44774,0,2,44774,44924,44772,0,2,44772,44924,44039,0,2,44772,44039,44040,0,2,44040,44042,44770,0,2,44770,44042,44041,0,2,44041,44042,44043,0,2,44053,45008,44052,0,2,44052,44044,44045,0,2,44045,44044,44046,0,2,44045,44046,44047,0,2,43906,44807,44049,0,2,44049,44807,43903,0,2,43903,44179,44049,0,2,44048,43906,44051,0,2,44048,44051,44045,0,2,44045,44051,44052,0,2,44052,44051,44055,0,2,44052,44055,43907,0,2,44052,43907,44053,0,2,44053,43907,44054,0,2,43910,44054,43909,0,2,43909,44054,44161,0,2,44161,44054,43907,0,2,43907,44055,44181,0,2,44181,44055,44051,0,2,44048,44045,44047,0,2,44036,44056,44778,0,2,44036,44778,45012,0,2,45012,44778,44777,0,2,45012,44777,45009,0,2,45009,44777,44781,0,2,44036,44038,44056,0,2,45145,44057,45146,0,2,44057,45145,44058,0,2,44057,44058,44036,0,2,43932,44059,43931,0,2,44038,44035,45000,0,2,44038,45000,44060,0,2,44060,45000,44033,0,2,44060,44033,45030,0,2,45030,44076,44061,0,2,44922,44062,44910,0,2,44062,44063,44064,0,2,44064,44063,44065,0,2,44065,44066,44938,0,2,44938,44066,44067,0,2,44067,44066,44936,0,2,44937,44936,44075,0,2,44937,44075,44987,0,2,44987,44075,8494,0,2,44066,44068,44936,0,2,44066,44065,44068,0,2,44068,44063,44076,0,2,44076,44063,44061,0,2,44061,44063,44922,0,2,44068,44065,44063,0,2,44922,44063,44062,0,2,44060,45030,44069,0,2,44060,44069,44037,0,2,44037,44069,44919,0,2,44037,44038,44060,0,2,44033,44034,44032,0,2,44070,44957,44071,0,2,44071,44957,44032,0,2,44032,44034,44071,0,2,44022,44071,44059,0,2,44059,44071,44034,0,2,44071,44022,44070,0,2,44022,43954,44070,0,2,44070,44024,44030,0,2,44025,44026,44078,0,2,44025,44078,44031,0,2,44031,44078,44999,0,2,44031,44999,44072,0,2,44074,44073,44075,0,2,44074,44075,44077,0,2,44068,44077,44936,0,2,44936,44077,44075,0,2,44075,8495,8494,0,2,44068,44076,44077,0,2,44077,44076,45032,0,2,44077,45032,44074,0,2,44078,44082,44999,0,2,44999,44082,8447,0,2,44999,8447,44079,0,2,45307,8447,44080,0,2,44080,8454,8448,0,2,8456,8454,44080,0,2,44072,44999,44998,0,2,44072,44998,44997,0,2,44072,44997,44073,0,2,44072,44073,44074,0,2,44080,44082,44081,0,2,44081,44082,44083,0,2,44083,44082,44956,0,2,44081,8457,8456,0,2,8456,44080,44081,0,2,8447,44082,44080,0,2,44083,44084,44081,0,2,44081,44084,8457,0,2,44084,8477,8458,0,2,8477,44084,44083,0,2,45048,44086,44087,0,2,44088,44087,44008,0,2,44085,44086,44016,0,2,44016,44086,45126,0,2,45126,44086,45048,0,2,44085,43958,44086,0,2,43995,45056,44015,0,2,44015,44014,43992,0,2,43957,44014,44021,0,2,43957,44021,43956,0,2,43956,44021,44023,0,2,43943,43947,43942,0,2,44117,43923,44105,0,2,44091,45128,44092,0,2,44093,44091,44092,0,2,44110,44092,44090,0,2,44110,44090,44096,0,2,44096,44090,44097,0,2,44097,44089,44104,0,2,44097,44104,43925,0,2,44097,43925,44098,0,2,44100,44102,44101,0,2,44101,44102,44108,0,2,44108,44102,43917,0,2,43917,44102,43916,0,2,43916,44102,43915,0,2,44103,43915,44102,0,2,44097,44098,44099,0,2,44099,44100,44097,0,2,44097,44100,44096,0,2,44090,44089,44097,0,2,45037,44104,43924,0,2,43924,44104,44105,0,2,43924,44105,43923,0,2,44104,44089,44105,0,2,44093,44092,44106,0,2,44106,44092,44110,0,2,44106,44110,44107,0,2,44108,44109,44101,0,2,44101,44109,44107,0,2,44107,44109,44106,0,2,44109,45129,44106,0,2,44106,45129,44093,0,2,44107,44110,44096,0,2,44107,44096,44100,0,2,44101,44107,44100,0,2,43920,44111,44112,0,2,44091,44113,44122,0,2,45128,44122,44115,0,2,45128,44115,44114,0,2,44114,44115,44116,0,2,44116,44115,44111,0,2,44111,44115,44112,0,2,44114,44116,44117,0,2,44117,44116,45047,0,2,45047,44116,44111,0,2,44091,44093,44113,0,2,44113,44093,44118,0,2,44112,44113,44119,0,2,44119,44113,44118,0,2,45041,44120,44121,0,2,44120,44119,44118,0,2,44093,45129,44118,0,2,44118,44094,44120,0,2,44120,44094,44121,0,2,44094,44118,45129,0,2,44122,44113,44112,0,2,44122,44112,44115,0,2,43920,43921,44111,0,2,44123,43914,43913,0,2,44123,43913,44124,0,2,44124,44125,45044,0,2,44723,44125,44126,0,2,44127,44128,44725,0,2,44725,44128,44129,0,2,44725,44129,44130,0,2,45161,44143,44141,0,2,44136,45302,44132,0,2,44136,44132,44133,0,2,44133,44134,44650,0,2,44133,44650,44135,0,2,44136,44708,45302,0,2,44136,44137,44707,0,2,44135,44137,44136,0,2,44135,44136,44133,0,2,44133,44132,44138,0,2,44761,44138,44139,0,2,44140,44139,45303,0,2,44140,45303,44144,0,2,44144,44131,44143,0,2,44143,44131,44141,0,2,44129,44142,44130,0,2,44130,44142,45161,0,2,44142,44143,45161,0,2,44145,44174,44676,0,2,44676,44174,44146,0,2,44148,44149,45159,0,2,45159,44149,44247,0,2,44256,45177,44151,0,2,44154,44153,44155,0,2,44155,44156,44759,0,2,44159,44162,44160,0,2,43909,44161,44162,0,2,44163,44162,44159,0,2,44163,44159,44185,0,2,44163,44185,44164,0,2,44256,44164,45177,0,2,44164,44158,45177,0,2,45177,44158,44157,0,2,44256,44150,44164,0,2,44164,44150,44165,0,2,44164,44165,44166,0,2,44166,44165,44167,0,2,44163,44167,44171,0,2,44163,44171,44162,0,2,44162,44171,43910,0,2,44126,44169,44724,0,2,44724,44169,44127,0,2,43910,44168,43912,0,2,44170,43912,44169,0,2,44170,44169,44126,0,2,43910,43909,44162,0,2,44163,44164,44166,0,2,44166,44167,44163,0,2,43910,44171,44168,0,2,44168,44171,44129,0,2,44142,44129,44171,0,2,44142,44171,44172,0,2,45151,44167,44165,0,2,44142,44172,44173,0,2,44174,44145,44173,0,2,44173,44145,44144,0,2,44173,44144,44143,0,2,44173,44143,44142,0,2,45151,44172,44167,0,2,44167,44172,44171,0,2,44129,44128,44168,0,2,44168,44128,44169,0,2,44169,44128,44127,0,2,43908,44160,44161,0,2,44160,44162,44161,0,2,44159,44160,45090,0,2,44159,45090,44175,0,2,44175,45090,44176,0,2,44175,44176,44177,0,2,44177,44176,44178,0,2,44178,43905,44179,0,2,43905,44180,43906,0,2,43906,44180,44181,0,2,44179,43904,44178,0,2,44183,44759,44156,0,2,44183,44156,44157,0,2,44183,44157,44184,0,2,44184,44157,44158,0,2,44184,44158,44175,0,2,44175,44158,44185,0,2,44175,44177,44184,0,2,44158,44164,44185,0,2,44175,44185,44159,0,2,44178,43904,44182,0,2,44759,44186,44187,0,2,44187,44186,44188,0,2,44188,43901,44189,0,2,44182,44186,44183,0,2,44183,44186,44759,0,2,44154,44191,44756,0,2,44154,44756,44153,0,2,44192,45093,44254,0,2,44254,45093,44193,0,2,44254,44193,45222,0,2,44196,44195,44740,0,2,44196,44740,44197,0,2,44197,44740,44198,0,2,44197,44198,44199,0,2,44197,44199,44200,0,2,44737,44200,45178,0,2,44228,44229,44201,0,2,44228,44201,44202,0,2,44207,44203,44204,0,2,44204,44203,44205,0,2,8468,8467,44206,0,2,44206,43921,43920,0,2,43921,44206,8469,0,2,44207,44204,45042,0,2,44207,45042,44223,0,2,44223,45042,44224,0,2,44224,45042,44209,0,2,44209,45181,44210,0,2,44210,45181,44211,0,2,44211,45181,44212,0,2,44211,44212,45180,0,2,45180,44212,44213,0,2,44213,44218,44718,0,2,45130,44214,45044,0,2,44214,44218,44215,0,2,44215,44218,44216,0,2,44215,44216,44220,0,2,44220,44216,44217,0,2,43918,44218,44219,0,2,44218,44213,44219,0,2,43918,44212,44121,0,2,44212,43918,44219,0,2,44121,44212,45181,0,2,43918,44216,44218,0,2,44215,44220,44222,0,2,44215,44222,44221,0,2,44220,43917,43916,0,2,44220,43916,44222,0,2,44221,44222,44124,0,2,44123,44124,44222,0,2,44217,44216,43918,0,2,44207,44223,44202,0,2,44224,44210,44225,0,2,44225,44210,44211,0,2,44226,44230,44227,0,2,44227,44230,44229,0,2,44227,44229,44225,0,2,44227,44225,44211,0,2,44223,44224,44202,0,2,44224,44228,44202,0,2,44228,44225,44229,0,2,45179,44230,44231,0,2,44231,44230,44226,0,2,44231,44226,44735,0,2,44231,44735,44232,0,2,44232,44728,44233,0,2,44233,44728,44733,0,2,44234,44727,44702,0,2,44702,44727,44235,0,2,44702,44235,44703,0,2,44699,44702,44704,0,2,44699,44704,44236,0,2,45104,44194,44238,0,2,44238,44194,45097,0,2,45104,45105,45127,0,2,45127,44258,44240,0,2,44240,44258,44239,0,2,44241,44240,44242,0,2,44255,44242,44684,0,2,44255,44684,44243,0,2,44149,44150,44247,0,2,44247,44150,44248,0,2,44247,44248,44246,0,2,44249,44250,44244,0,2,44244,44250,44251,0,2,44253,44252,44192,0,2,44192,44252,44153,0,2,44192,44254,44253,0,2,44254,45222,44243,0,2,44243,45222,44255,0,2,44255,44241,44242,0,2,44253,44254,44243,0,2,44253,44243,44252,0,2,44252,44243,44251,0,2,44251,44243,44244,0,2,44252,44251,44151,0,2,44151,44152,44252,0,2,44252,44152,44153,0,2,44251,44250,44257,0,2,44251,44257,44151,0,2,44150,44256,44248,0,2,44257,44249,44248,0,2,44248,44256,44257,0,2,44257,44256,44151,0,2,44244,44245,44249,0,2,44249,44245,44246,0,2,45105,44237,45127,0,2,45127,44237,44258,0,2,44239,44259,44667,0,2,44667,44259,44260,0,2,44260,44662,44685,0,2,44685,44662,44686,0,2,44686,45152,44261,0,2,44692,45299,44523,0,2,44523,45299,45154,0,2,44502,45154,44262,0,2,44263,45155,44264,0,2,44264,45153,44265,0,2,44265,44541,44266,0,2,44267,44266,44539,0,2,44268,44538,44270,0,2,44270,44538,44269,0,2,44270,44269,44271,0,2,44270,44271,44272,0,2,44272,44271,44273,0,2,44273,44568,44277,0,2,44274,44276,44275,0,2,44275,44566,44274,0,2,44566,44275,44277,0,2,45282,44280,44281,0,2,45224,44526,44527,0,2,44284,44528,44285,0,2,44527,44284,44286,0,2,44286,44284,44287,0,2,44286,44287,45227,0,2,45227,44287,44497,0,2,45227,44497,44288,0,2,44290,44441,45235,0,2,45235,44441,44444,0,2,44291,44444,44292,0,2,44293,44292,44294,0,2,45231,44295,44429,0,2,45231,44429,45232,0,2,44296,44325,44297,0,2,44296,44297,44298,0,2,44298,45391,44412,0,2,44299,44411,44359,0,2,44299,44359,44300,0,2,45252,44301,45261,0,2,44303,44302,44361,0,2,44303,44361,44304,0,2,44303,44304,44305,0,2,44305,44304,44306,0,2,44306,44318,44307,0,2,44306,44307,45273,0,2,45273,44307,44308,0,2,45273,44308,44508,0,2,44309,44508,45276,0,2,44309,45276,44514,0,2,44310,45275,45368,0,2,45359,45358,44313,0,2,44314,45349,44315,0,2,45350,45363,44317,0,2,44317,45363,44316,0,2,44316,45198,44317,0,2,44317,45198,45213,0,2,44307,44318,44354,0,2,44307,44354,44321,0,2,44307,44321,44319,0,2,44373,44319,44320,0,2,44320,44321,44337,0,2,44337,44321,44354,0,2,44322,44366,44340,0,2,44340,44366,44323,0,2,44339,44356,44324,0,2,44341,44324,45392,0,2,44325,45232,44326,0,2,44325,44326,44327,0,2,44327,44328,44330,0,2,44327,44330,44329,0,2,44330,44331,44342,0,2,44342,44331,44332,0,2,44333,44334,44335,0,2,44337,44322,44320,0,2,44322,44340,44336,0,2,44338,44339,44344,0,2,44344,44339,44324,0,2,44339,44340,44323,0,2,44325,44327,44297,0,2,45392,44297,44327,0,2,45392,44327,44341,0,2,44341,44327,44329,0,2,44341,44344,44324,0,2,44338,44344,44343,0,2,44338,44343,44345,0,2,44345,44343,44342,0,2,44330,44342,44343,0,2,44330,44343,44329,0,2,44343,44344,44329,0,2,44341,44329,44344,0,2,44333,44345,44332,0,2,44338,44345,44333,0,2,44336,44333,44335,0,2,44326,45232,44353,0,2,44326,44353,45408,0,2,44346,45408,45386,0,2,44346,45386,44347,0,2,44347,45387,44348,0,2,44348,44351,44349,0,2,44349,44351,44350,0,2,44432,44350,44352,0,2,44432,44352,44295,0,2,45232,44429,44353,0,2,45387,44351,44348,0,2,44351,45387,44350,0,2,44350,45387,44352,0,2,44429,45407,45386,0,2,44429,45386,44353,0,2,44353,45386,45408,0,2,44429,44352,45407,0,2,44319,44321,44320,0,2,44318,44304,44354,0,2,44354,44304,44357,0,2,44354,44357,44365,0,2,44337,44365,44355,0,2,44363,44364,45390,0,2,44339,44323,44356,0,2,44356,44323,44367,0,2,44356,44367,45390,0,2,44318,44306,44304,0,2,44357,44361,44362,0,2,44362,44361,44358,0,2,44362,44358,44359,0,2,44300,44359,44358,0,2,44360,44358,44361,0,2,44360,44361,44302,0,2,44361,44357,44304,0,2,44300,44358,44301,0,2,44301,44358,44360,0,2,44362,44359,44364,0,2,44364,44359,44411,0,2,44364,44363,44362,0,2,44365,44357,44362,0,2,44362,44363,44365,0,2,44355,44365,44363,0,2,44354,44365,44337,0,2,44337,44355,44366,0,2,44366,44322,44337,0,2,44366,44355,44367,0,2,44366,44367,44323,0,2,44363,45390,44367,0,2,44363,44367,44355,0,2,44368,44307,44319,0,2,44308,44307,44368,0,2,44369,44368,44370,0,2,44370,45279,44369,0,2,45369,45368,44369,0,2,44369,44372,44368,0,2,45369,44369,44371,0,2,44371,44369,45279,0,2,44311,44371,45279,0,2,45275,44372,44369,0,2,45275,44369,45368,0,2,45275,44310,44514,0,2,44368,44372,44308,0,2,44308,44372,44508,0,2,44368,44319,45278,0,2,45278,44373,45277,0,2,45277,44373,44374,0,2,44319,44373,45278,0,2,44374,44373,44320,0,2,44374,44320,44322,0,2,44335,44374,44336,0,2,44336,44374,44322,0,2,44368,45278,44370,0,2,45261,44301,44360,0,2,44360,44302,45261,0,2,44300,44397,44408,0,2,44300,44408,44299,0,2,44414,44404,44409,0,2,45242,44375,45241,0,2,45241,44375,44399,0,2,44399,44375,44406,0,2,44376,44406,44398,0,2,44376,44398,44377,0,2,44377,44398,44378,0,2,45289,44378,45250,0,2,45289,45250,44379,0,2,44394,44379,45251,0,2,44394,45251,44380,0,2,44392,44380,44381,0,2,44382,45274,44383,0,2,44384,45287,44386,0,2,44386,44385,44384,0,2,44383,45287,44391,0,2,44387,44388,44389,0,2,45289,44379,44390,0,2,44390,44379,44389,0,2,44389,44379,44394,0,2,44389,44394,44387,0,2,44393,44392,44381,0,2,44392,44393,44382,0,2,44382,44391,44392,0,2,44380,44392,44394,0,2,44387,44394,44391,0,2,44394,44392,44391,0,2,45250,44378,44395,0,2,44396,44397,45248,0,2,44395,44378,44398,0,2,44397,45247,44408,0,2,44395,44398,44396,0,2,44406,44376,44399,0,2,45241,44399,45246,0,2,44402,45238,45240,0,2,44400,45236,45227,0,2,44400,45227,44288,0,2,44400,44401,45236,0,2,45236,44401,45240,0,2,45240,44401,44405,0,2,45240,44405,44402,0,2,45242,45382,44403,0,2,44404,44414,44413,0,2,44413,44410,44404,0,2,44414,44409,44375,0,2,44414,44375,44403,0,2,44403,44375,45242,0,2,45238,44402,45241,0,2,44400,44288,44401,0,2,44401,44288,45228,0,2,44408,44407,44409,0,2,44408,44409,44299,0,2,44299,44409,44410,0,2,44410,44409,44404,0,2,44407,44408,45247,0,2,44407,45247,44398,0,2,44407,44398,44406,0,2,44410,44412,44411,0,2,44411,44412,44364,0,2,44412,44410,44413,0,2,44412,44413,44298,0,2,44298,44413,44296,0,2,45243,44296,44413,0,2,45243,44413,44414,0,2,44292,44293,44291,0,2,44289,44497,44415,0,2,44415,44454,44416,0,2,44448,44418,44447,0,2,44447,44418,44452,0,2,44447,44452,44451,0,2,44420,44457,44423,0,2,44422,44423,44421,0,2,44421,44483,44422,0,2,44422,44483,44486,0,2,44423,44422,45383,0,2,44423,45383,44477,0,2,44420,44477,44436,0,2,44425,44426,44450,0,2,44450,44426,44427,0,2,44445,44439,44430,0,2,44445,44430,44428,0,2,44428,44431,44292,0,2,44292,44431,44294,0,2,44352,44429,44295,0,2,44430,44431,44428,0,2,44431,44432,44294,0,2,44294,44432,44295,0,2,44433,44440,44349,0,2,44349,44440,45385,0,2,44434,44437,44438,0,2,44436,44435,44424,0,2,44424,44435,44425,0,2,44435,44438,44425,0,2,44425,44438,44426,0,2,44426,44437,44427,0,2,44437,44434,45385,0,2,44437,44426,44438,0,2,44445,44427,44439,0,2,44439,44440,44433,0,2,44440,44439,44427,0,2,44439,44433,44430,0,2,44432,44431,44430,0,2,44427,44437,44440,0,2,44440,44437,45385,0,2,44433,44350,44432,0,2,44446,44443,44441,0,2,44446,44441,44290,0,2,44446,44290,44442,0,2,44446,44442,45175,0,2,44446,45175,44449,0,2,44443,44292,44444,0,2,44443,44444,44441,0,2,44428,44292,44443,0,2,44428,44443,44445,0,2,44445,44443,44446,0,2,44445,44446,44449,0,2,44450,44427,44445,0,2,44450,44445,44449,0,2,44420,44436,44419,0,2,44419,44436,44424,0,2,45175,44447,44450,0,2,45175,44450,44449,0,2,44450,44447,44425,0,2,44447,45175,44448,0,2,44419,44424,44451,0,2,44451,44424,44425,0,2,44451,44425,44447,0,2,44477,44420,44423,0,2,44592,44452,44458,0,2,44458,44452,44456,0,2,44458,44456,44591,0,2,44591,44456,44416,0,2,44453,44416,44454,0,2,44530,44455,44285,0,2,44530,44285,44529,0,2,44452,44418,44456,0,2,44456,44418,44417,0,2,44456,44417,44416,0,2,44454,44415,44455,0,2,44451,44452,44592,0,2,44451,44592,44419,0,2,44420,44419,44457,0,2,44457,44419,44458,0,2,44457,44458,44607,0,2,44457,44607,44593,0,2,44457,44593,44423,0,2,44423,44593,44421,0,2,44459,45334,44460,0,2,44460,45334,44461,0,2,44460,44461,44462,0,2,44462,44461,44463,0,2,44464,44463,44465,0,2,44467,45356,45353,0,2,44467,45353,45354,0,2,44467,45354,44469,0,2,44469,45354,44468,0,2,44469,44468,44470,0,2,44470,44347,44471,0,2,44471,44348,44495,0,2,44495,44348,44472,0,2,44495,44472,44473,0,2,44481,44473,44478,0,2,44481,44478,44474,0,2,45384,44476,44477,0,2,44477,44476,44436,0,2,44436,44476,44435,0,2,44435,44476,44438,0,2,44438,44474,44434,0,2,44434,44474,44478,0,2,44474,44438,44475,0,2,44475,44438,44476,0,2,45356,44467,44466,0,2,44459,44460,44421,0,2,44421,44460,44483,0,2,44496,44482,45384,0,2,45384,44482,44480,0,2,44480,44482,44479,0,2,44480,44479,44474,0,2,44474,44479,44481,0,2,44474,44475,44480,0,2,44479,44482,44489,0,2,44483,44460,44462,0,2,44483,44462,44484,0,2,44485,45338,45337,0,2,45338,44485,44465,0,2,44465,44485,44464,0,2,44486,44487,44482,0,2,44482,44487,44489,0,2,44487,44484,44464,0,2,44487,44464,44488,0,2,44488,44490,44487,0,2,44487,44490,44489,0,2,44489,44490,44491,0,2,44495,44473,44491,0,2,44473,44481,44491,0,2,44491,44481,44489,0,2,44491,44490,44494,0,2,44491,44494,44492,0,2,44492,44494,44493,0,2,44491,44492,44495,0,2,44495,44492,44470,0,2,44470,44471,44495,0,2,44486,44482,44496,0,2,44464,44485,44488,0,2,44488,44485,44490,0,2,44490,44485,44494,0,2,44494,44485,44493,0,2,44493,44485,45388,0,2,44493,45388,44467,0,2,44467,45388,44466,0,2,44470,44492,44469,0,2,44493,44469,44492,0,2,44469,44493,44467,0,2,44484,44487,44486,0,2,44484,44486,44483,0,2,44289,44288,44497,0,2,44455,44415,44285,0,2,44497,44287,44415,0,2,44415,44287,44285,0,2,44284,44285,44287,0,2,44268,44270,44278,0,2,44268,44278,44498,0,2,44267,44499,44266,0,2,44262,44263,44500,0,2,44501,44263,44499,0,2,44263,44501,44500,0,2,44262,44500,45259,0,2,44262,45259,44502,0,2,44502,45259,45258,0,2,45297,45258,45266,0,2,44504,44503,44521,0,2,44504,44521,44309,0,2,44506,44522,45270,0,2,44506,45270,44507,0,2,44507,45272,44508,0,2,44508,45272,45273,0,2,44507,44508,44506,0,2,44506,44508,44505,0,2,44309,44519,44504,0,2,44504,44519,44509,0,2,44697,44516,44510,0,2,44510,44516,44511,0,2,45364,44511,45365,0,2,45365,44516,44515,0,2,44512,44515,44513,0,2,44513,44514,44310,0,2,44511,44516,45365,0,2,44515,44516,44520,0,2,44509,44520,44697,0,2,44509,44697,44695,0,2,44697,44520,44516,0,2,44509,44517,44504,0,2,44503,44517,44518,0,2,44503,44518,45297,0,2,44503,45297,45267,0,2,45267,45297,45266,0,2,44519,44514,44520,0,2,44520,44514,44513,0,2,44520,44513,44515,0,2,44520,44509,44519,0,2,44521,44522,44506,0,2,44506,44505,44521,0,2,44521,44505,44309,0,2,44521,44503,45267,0,2,44521,45267,44522,0,2,45154,44502,44523,0,2,44264,44265,44266,0,2,44499,44264,44266,0,2,44270,44535,44536,0,2,44536,44535,44524,0,2,44279,44524,44280,0,2,44281,44280,44525,0,2,44281,44525,44282,0,2,44282,44525,44283,0,2,44274,44283,44525,0,2,44283,44274,44526,0,2,44526,44274,44527,0,2,44528,45169,44529,0,2,44529,45169,44534,0,2,44529,44534,44530,0,2,44454,44530,44453,0,2,44453,44531,44532,0,2,44532,44531,45174,0,2,44532,45174,44533,0,2,44533,45174,44576,0,2,44576,45174,44564,0,2,44564,45174,45170,0,2,45170,45173,45168,0,2,45168,45173,44534,0,2,45168,44534,45169,0,2,44453,44530,44531,0,2,44530,44454,44455,0,2,44530,44534,44531,0,2,44531,44534,45173,0,2,44528,44284,45172,0,2,44276,44525,44535,0,2,44270,44272,44535,0,2,44535,44272,44276,0,2,44525,44276,44274,0,2,44276,44272,44275,0,2,44275,44272,44273,0,2,44275,44273,44277,0,2,44524,44535,44525,0,2,44524,44525,44280,0,2,44524,44279,44536,0,2,44270,44536,44278,0,2,44278,44536,44279,0,2,44538,44268,44537,0,2,44269,44538,45116,0,2,45116,44538,45115,0,2,45112,44537,44539,0,2,44658,44540,44541,0,2,44541,44540,44266,0,2,44540,44539,44266,0,2,44539,44537,44267,0,2,44268,44267,44537,0,2,44570,44543,44544,0,2,44545,44649,44134,0,2,44647,44546,44574,0,2,44547,44762,44548,0,2,44547,44548,44549,0,2,44549,44548,45216,0,2,44549,45216,44550,0,2,45221,44550,45323,0,2,45221,45323,44690,0,2,44635,44552,44553,0,2,44635,44553,45326,0,2,44635,45326,44554,0,2,44557,44555,44556,0,2,44557,44556,44558,0,2,45374,44559,44643,0,2,44642,44641,45376,0,2,44642,45376,44560,0,2,44567,45171,45172,0,2,44566,44277,44567,0,2,44567,44277,44568,0,2,44588,44568,44569,0,2,44588,44569,44587,0,2,44587,44569,44542,0,2,44587,44542,44584,0,2,44584,44542,44570,0,2,44586,44571,44572,0,2,44642,44573,44575,0,2,44575,44573,44572,0,2,45325,44572,45399,0,2,44570,44544,45399,0,2,44575,45324,44574,0,2,44574,45324,44647,0,2,45399,44572,44571,0,2,44542,44569,44271,0,2,44273,44271,44569,0,2,44273,44569,44568,0,2,44542,44271,44269,0,2,44564,45170,44581,0,2,44577,44576,44579,0,2,44578,44561,45396,0,2,44561,44578,44573,0,2,44576,44564,44579,0,2,44562,44589,44580,0,2,44562,44577,44589,0,2,44589,44577,44579,0,2,44583,44581,44565,0,2,44579,44564,44581,0,2,44579,44581,44582,0,2,44585,44582,44583,0,2,44585,44583,44584,0,2,44585,44584,44571,0,2,44585,44571,44586,0,2,44570,44571,44584,0,2,44584,44583,44587,0,2,44587,44583,44565,0,2,44583,44582,44581,0,2,44568,44588,44567,0,2,44566,44567,45172,0,2,45171,44567,44588,0,2,44588,44587,44565,0,2,44585,44586,44582,0,2,44589,44586,44572,0,2,44589,44572,44580,0,2,44580,44572,44578,0,2,44582,44586,44589,0,2,44589,44579,44582,0,2,44533,44576,44563,0,2,44533,44563,44612,0,2,44532,44533,44590,0,2,44416,44453,44591,0,2,44591,44532,44590,0,2,44458,44419,44592,0,2,44607,44609,44593,0,2,44593,44609,44594,0,2,44597,44595,44596,0,2,44597,44596,44598,0,2,44629,44599,45333,0,2,45333,44599,45332,0,2,45331,44599,45328,0,2,45331,45328,45329,0,2,45328,44625,44600,0,2,44600,44625,44624,0,2,44631,44600,44623,0,2,44615,44624,44601,0,2,44616,44601,45401,0,2,44605,44621,44606,0,2,44606,44595,44608,0,2,44608,44595,44609,0,2,44608,44609,44607,0,2,44458,44591,44607,0,2,44607,44591,44608,0,2,44608,44591,44590,0,2,44603,44604,44610,0,2,45394,44610,44605,0,2,44611,44605,44612,0,2,44611,44612,44563,0,2,44612,44605,44606,0,2,44604,44605,44610,0,2,45394,44617,45400,0,2,45400,44613,45402,0,2,45402,44613,45397,0,2,45397,45377,44614,0,2,44615,45375,44623,0,2,44615,44616,44614,0,2,44615,44601,44616,0,2,44617,45395,45396,0,2,45396,45395,44562,0,2,44602,45401,44618,0,2,44603,44622,44619,0,2,44603,44619,44620,0,2,44604,44621,44605,0,2,44596,44621,44620,0,2,44620,44604,44603,0,2,44603,44610,44622,0,2,44622,44610,44602,0,2,44622,44602,44618,0,2,44622,44618,44630,0,2,44604,44620,44621,0,2,45401,44601,44618,0,2,44615,44623,44624,0,2,44624,44623,44600,0,2,44626,44624,44625,0,2,44601,44626,44618,0,2,44618,44626,44627,0,2,44627,45328,44628,0,2,44628,44599,44629,0,2,44628,44629,44598,0,2,44598,44620,44619,0,2,44598,44619,44628,0,2,44627,44626,44625,0,2,44625,45328,44627,0,2,44618,44627,44630,0,2,44622,44630,44619,0,2,44619,44630,44628,0,2,44628,44630,44627,0,2,44624,44626,44601,0,2,44562,44611,44577,0,2,44640,44643,44641,0,2,44643,44559,44641,0,2,44641,44559,45376,0,2,44560,45376,45397,0,2,45397,45376,45377,0,2,44600,44631,45203,0,2,44600,45203,44632,0,2,44633,44632,44634,0,2,44633,44634,45363,0,2,44600,44632,45328,0,2,44554,45373,44555,0,2,44635,45219,44552,0,2,45367,44552,44551,0,2,44551,44552,45219,0,2,44636,44555,45218,0,2,45218,44555,44557,0,2,45219,44635,44636,0,2,44635,44554,44636,0,2,44550,45221,44549,0,2,44549,45217,44638,0,2,44638,45217,44637,0,2,44638,44637,45374,0,2,44638,45374,44644,0,2,44645,44547,44646,0,2,44646,44639,44645,0,2,44645,44639,44640,0,2,44645,44640,44574,0,2,44574,44640,44575,0,2,44575,44640,44641,0,2,44575,44641,44642,0,2,44642,44560,44573,0,2,44561,44573,44560,0,2,44640,44639,44643,0,2,44643,44639,44646,0,2,44643,44646,44644,0,2,44644,44646,44638,0,2,45374,44643,44644,0,2,44574,44546,44645,0,2,44547,44645,44546,0,2,44638,44646,44549,0,2,44549,44646,44547,0,2,44647,44134,44138,0,2,44647,44138,44761,0,2,44133,44138,44134,0,2,44544,44543,44545,0,2,44545,44543,44648,0,2,44545,44648,44649,0,2,44137,44135,44650,0,2,44137,44650,44652,0,2,44652,44650,44651,0,2,44653,44652,44656,0,2,44653,44656,44706,0,2,44654,44706,44656,0,2,44654,44656,44655,0,2,44661,44657,44660,0,2,44660,44657,44658,0,2,44664,44658,44659,0,2,44541,44659,44658,0,2,44658,44664,44660,0,2,44649,44650,44134,0,2,44686,44662,45152,0,2,44663,44662,45296,0,2,44663,45296,44259,0,2,44663,44259,44659,0,2,44659,44259,44664,0,2,44665,44258,44237,0,2,44258,44665,44666,0,2,44666,44665,44660,0,2,44660,44664,44666,0,2,44258,44666,44239,0,2,44239,44666,44259,0,2,44660,44665,45109,0,2,44660,45109,44661,0,2,44240,44239,44667,0,2,44240,44667,44242,0,2,44667,44260,44668,0,2,44680,44668,44669,0,2,44669,44668,44685,0,2,44669,44685,45183,0,2,44669,45183,45214,0,2,45214,45183,44670,0,2,44670,45183,45189,0,2,45215,44670,44671,0,2,45215,44671,44672,0,2,44671,45191,44673,0,2,44671,44673,44672,0,2,44672,44673,44674,0,2,44674,44673,44675,0,2,44674,44675,45300,0,2,44676,45300,44145,0,2,44684,44242,44679,0,2,44679,44242,44667,0,2,44679,44667,44678,0,2,44678,44667,44668,0,2,44669,45214,44680,0,2,44678,44680,44681,0,2,44678,44681,44682,0,2,44682,44681,44683,0,2,44682,44683,44676,0,2,44676,44683,45300,0,2,44674,45300,44683,0,2,44681,44680,45214,0,2,44674,44683,44672,0,2,44668,44680,44678,0,2,44676,44146,44677,0,2,44677,45182,44682,0,2,44678,44682,45182,0,2,44678,45182,44679,0,2,44243,44684,44244,0,2,44682,44676,44677,0,2,44687,44693,44688,0,2,44688,44693,44689,0,2,44690,44691,44551,0,2,44691,44689,45364,0,2,45364,44689,44511,0,2,44687,44261,44692,0,2,44692,44696,44693,0,2,44693,44687,44692,0,2,44694,44517,44695,0,2,44693,44696,44510,0,2,44693,44510,44689,0,2,44695,44696,44694,0,2,44694,44696,44692,0,2,44695,44697,44696,0,2,44696,44697,44510,0,2,44689,44510,44511,0,2,44509,44695,44517,0,2,44685,44668,44260,0,2,45109,44665,44236,0,2,44699,44698,45100,0,2,44702,45106,44700,0,2,44702,44700,44234,0,2,44234,44700,44232,0,2,44232,44233,44234,0,2,44700,45106,44701,0,2,44231,44701,45179,0,2,45179,44701,44736,0,2,44736,45100,45099,0,2,44737,45099,45098,0,2,44197,45098,44196,0,2,44195,45103,44238,0,2,44238,45097,44195,0,2,44700,44701,44232,0,2,44232,44701,44231,0,2,45106,44702,44699,0,2,44699,44236,44698,0,2,44699,45100,45106,0,2,44704,44702,44703,0,2,44704,44703,44705,0,2,45124,44705,45166,0,2,45124,45166,45108,0,2,45108,45166,44707,0,2,45108,44707,44706,0,2,45108,44706,44654,0,2,45166,44705,45163,0,2,45166,45163,44708,0,2,44708,45163,44709,0,2,44708,44709,44141,0,2,44706,44707,44653,0,2,44707,44137,44653,0,2,44653,44137,44652,0,2,44705,44703,44710,0,2,45165,44726,44712,0,2,45149,44713,44130,0,2,44130,44713,44714,0,2,45148,44714,44730,0,2,45148,44730,44715,0,2,44719,44729,44721,0,2,44721,44729,44716,0,2,44716,44717,44213,0,2,44213,44717,45180,0,2,44718,45130,44722,0,2,44718,44722,44721,0,2,44724,44720,44126,0,2,44126,44720,44723,0,2,44723,44721,44722,0,2,44719,44721,44720,0,2,44721,44723,44720,0,2,45130,45044,44722,0,2,44722,45044,44723,0,2,44715,44724,45148,0,2,44714,45148,44725,0,2,44714,44725,44130,0,2,44720,44724,44715,0,2,44720,44715,44719,0,2,44721,44716,44718,0,2,44713,44712,44730,0,2,44730,44712,44731,0,2,44731,44712,44726,0,2,44727,44726,45165,0,2,44727,45165,44711,0,2,44727,44711,44235,0,2,44235,44711,44710,0,2,44232,44735,44728,0,2,44733,44728,44734,0,2,44734,44717,44732,0,2,44732,44717,44716,0,2,44732,44716,44729,0,2,44730,44729,44715,0,2,44729,44730,44731,0,2,44729,44731,44733,0,2,44733,44734,44732,0,2,44733,44731,44726,0,2,44715,44729,44719,0,2,44734,44735,44227,0,2,44734,44728,44735,0,2,44229,44230,45178,0,2,44737,44736,45099,0,2,44736,44737,45178,0,2,44197,44737,45098,0,2,44200,44737,44197,0,2,44735,44226,44227,0,2,44210,44224,44209,0,2,44229,45178,44201,0,2,44201,45178,44739,0,2,44201,44738,44203,0,2,44741,44739,44742,0,2,44743,44199,44198,0,2,44200,44199,44742,0,2,44200,44742,44739,0,2,44200,44739,45178,0,2,44739,44741,44201,0,2,44201,44741,44738,0,2,44741,44742,44753,0,2,44753,44742,44754,0,2,44754,44742,44743,0,2,44744,44195,45095,0,2,45095,44195,45097,0,2,44207,44202,44203,0,2,44203,44202,44201,0,2,45222,44193,44194,0,2,44194,44193,45097,0,2,44191,44154,44745,0,2,44746,44190,44747,0,2,44747,44189,8461,0,2,44189,43900,8461,0,2,8461,43900,8460,0,2,44747,8461,44748,0,2,44949,44952,44749,0,2,44749,44952,44750,0,2,45092,44750,44751,0,2,45092,44751,44752,0,2,44738,44752,44954,0,2,44738,44954,44203,0,2,44752,44753,45092,0,2,45092,44753,44754,0,2,44741,44753,44738,0,2,44738,44753,44752,0,2,44191,44745,44755,0,2,44755,44745,44949,0,2,44745,44746,44949,0,2,44949,44746,44748,0,2,45092,44757,44750,0,2,44750,44757,44749,0,2,44749,44757,44758,0,2,44749,44758,44755,0,2,44749,44755,44949,0,2,44747,44748,44746,0,2,44189,44747,44187,0,2,44189,44187,44188,0,2,44190,44746,44745,0,2,44190,44745,44154,0,2,44190,44760,44747,0,2,44760,44187,44747,0,2,44760,44155,44759,0,2,44155,44760,44154,0,2,44154,44760,44190,0,2,44759,44187,44760,0,2,44152,45177,44156,0,2,44155,44153,44156,0,2,44152,44156,44153,0,2,44156,45177,44157,0,2,44144,45301,44140,0,2,44140,45301,44764,0,2,44764,45301,44675,0,2,44139,44763,44761,0,2,45398,44762,44763,0,2,44761,44546,44647,0,2,44547,44546,44762,0,2,44762,44546,44761,0,2,44763,44139,44764,0,2,44139,44140,44764,0,2,44131,44144,45303,0,2,44124,43913,44765,0,2,44170,44765,43912,0,2,44124,44765,45131,0,2,44124,45131,44125,0,2,43913,43914,44766,0,2,44767,44766,45046,0,2,44767,45046,44768,0,2,44768,45022,44770,0,2,44768,44770,44767,0,2,44767,44770,44041,0,2,44767,44041,44771,0,2,44771,44041,44043,0,2,44782,43964,44773,0,2,44782,44773,44772,0,2,44773,43927,44774,0,2,44780,44774,44775,0,2,44779,44775,44776,0,2,44779,44776,44777,0,2,44777,44778,44056,0,2,44780,44037,44919,0,2,44780,44775,44037,0,2,44037,44775,44779,0,2,44037,44779,44038,0,2,44038,44779,44056,0,2,44781,44777,44776,0,2,44774,44772,44773,0,2,43964,44782,44769,0,2,44769,44782,45022,0,2,44784,44783,44785,0,2,43911,44785,44054,0,2,43911,44054,43910,0,2,43911,44765,44785,0,2,44785,44765,44784,0,2,44784,43913,44783,0,2,44783,44766,44771,0,2,44771,44766,44767,0,2,44783,43913,44766,0,2,44785,44783,45008,0,2,45008,44783,44043,0,2,44043,44783,44771,0,2,45008,44053,44785,0,2,44785,44053,44054,0,2,43896,44834,43898,0,2,43895,44786,44808,0,2,44808,44800,44787,0,2,44808,44787,44809,0,2,44809,44787,44788,0,2,44788,44801,44813,0,2,44813,44801,44818,0,2,44790,44789,44791,0,2,44792,44791,44793,0,2,44794,44793,44798,0,2,44794,44798,44795,0,2,44796,44932,44929,0,2,45005,44797,44798,0,2,45003,44798,44793,0,2,45003,44793,44791,0,2,44798,44797,44795,0,2,44795,44797,44799,0,2,44932,44796,44799,0,2,44932,44799,45004,0,2,45004,44799,44797,0,2,44786,44800,44808,0,2,44801,44787,44802,0,2,44801,44802,45139,0,2,45139,44802,45138,0,2,44803,45138,44804,0,2,44803,44804,44047,0,2,44802,44805,44806,0,2,44806,44805,44807,0,2,44806,44807,44048,0,2,44048,44807,43906,0,2,44802,44806,45138,0,2,45138,44806,44804,0,2,44804,44806,44047,0,2,43903,44807,44800,0,2,44807,44805,44800,0,2,44800,44805,44802,0,2,44800,44802,44787,0,2,44787,44801,44788,0,2,44808,44809,44810,0,2,44810,44809,44816,0,2,44810,44816,44811,0,2,44809,44788,44816,0,2,44816,44788,44813,0,2,44816,44813,44814,0,2,43450,44815,43449,0,2,43450,44817,44815,0,2,44815,44817,44811,0,2,44814,44811,44816,0,2,44812,44811,43452,0,2,43452,44811,44817,0,2,44813,44818,44814,0,2,44814,44818,44790,0,2,44814,44790,44819,0,2,44819,44790,44820,0,2,44819,44820,44821,0,2,44821,44820,43446,0,2,43446,44820,44792,0,2,43446,44792,44822,0,2,44823,44940,44903,0,2,44823,44903,44902,0,2,44902,44941,44823,0,2,44823,43444,44824,0,2,44823,44824,44940,0,2,44822,44824,43445,0,2,43445,44824,43444,0,2,44821,43447,43449,0,2,44821,43449,44819,0,2,44819,43449,44815,0,2,44819,44815,44814,0,2,44790,44791,44820,0,2,44820,44791,44792,0,2,44792,44825,44822,0,2,44790,44818,44789,0,2,44826,44810,44811,0,2,44811,44812,44826,0,2,44826,44812,44827,0,2,44828,43878,44831,0,2,44831,43878,44829,0,2,44810,43894,44808,0,2,43896,44830,44834,0,2,43897,8490,8459,0,2,43897,8459,43899,0,2,43899,43898,43897,0,2,44831,44829,44835,0,2,44835,44829,44833,0,2,8491,44835,44833,0,2,44835,44834,44831,0,2,44831,44834,44830,0,2,44835,43897,44834,0,2,43869,43868,44836,0,2,44836,8453,8450,0,2,43867,43868,43842,0,2,43842,43868,43889,0,2,43888,43887,44837,0,2,44837,43887,44838,0,2,44837,44838,43880,0,2,43880,44838,43886,0,2,8433,44946,43841,0,2,43880,44945,44837,0,2,44840,8415,44841,0,2,44841,8415,44839,0,2,8417,44842,8416,0,2,8416,44842,44843,0,2,8416,44843,44841,0,2,44840,44844,8415,0,2,44844,10164,8415,0,2,44842,44845,44843,0,2,44843,44845,8583,0,2,44845,44842,45434,0,2,45434,44842,8417,0,2,44845,8586,8582,0,2,44846,8587,9875,0,2,9875,8587,9873,0,2,9875,9873,9874,0,2,44846,9875,9876,0,2,44846,9876,44847,0,2,8581,44846,44847,0,2,44848,44847,9877,0,2,9877,9882,44848,0,2,9877,44847,9876,0,2,9879,9878,45317,0,2,45317,45318,9880,0,2,45318,9886,9880,0,2,9880,9886,8410,0,2,9882,44850,9883,0,2,9882,9883,44851,0,2,44851,44855,44853,0,2,44853,44855,44852,0,2,44853,44852,45438,0,2,45438,44852,8411,0,2,44854,45414,45413,0,2,44854,45413,8411,0,2,8411,44852,44854,0,2,44855,44851,9884,0,2,9884,44851,9883,0,2,44855,9881,44854,0,2,44855,44854,44852,0,2,8519,43387,44856,0,2,8522,8517,44857,0,2,8522,44857,44858,0,2,44858,44857,44859,0,2,44859,43391,44871,0,2,44871,43391,43759,0,2,44859,44857,43386,0,2,44858,44860,44861,0,2,44861,44860,44862,0,2,8503,44862,44863,0,2,44864,44865,8502,0,2,8502,44865,44866,0,2,8502,44866,43817,0,2,44866,44867,43828,0,2,44867,44865,44948,0,2,44948,44865,44868,0,2,44868,44864,44869,0,2,45314,44871,43759,0,2,44864,44863,44869,0,2,44869,44863,44862,0,2,44869,44862,44870,0,2,44870,44862,44871,0,2,44862,44860,44871,0,2,44871,44860,44859,0,2,44859,44860,44858,0,2,44864,44868,44865,0,2,44866,44865,44867,0,2,44862,8503,44861,0,2,8503,8516,44861,0,2,44861,8516,44858,0,2,44872,44873,9882,0,2,9882,44873,44848,0,2,44873,44872,8584,0,2,8513,8512,8514,0,2,8514,8512,44874,0,2,8514,44874,44876,0,2,8521,44875,44878,0,2,8521,44874,44875,0,2,8518,44875,10159,0,2,10159,44875,44874,0,2,8521,44876,44874,0,2,8515,44876,8521,0,2,45439,44877,10160,0,2,45439,10160,10163,0,2,10160,10159,10163,0,2,44878,8522,44880,0,2,8520,44878,44879,0,2,44879,44878,44880,0,2,44879,44880,8516,0,2,8427,8536,44881,0,2,8427,44881,8429,0,2,44881,8541,8430,0,2,8430,8541,8532,0,2,8430,8429,44881,0,2,10152,43796,44882,0,2,44882,10151,44884,0,2,44884,10151,44883,0,2,44884,44883,10149,0,2,44884,10149,10148,0,2,44884,10148,44885,0,2,44884,44885,44882,0,2,44882,44885,10152,0,2,10152,44885,43794,0,2,10153,44885,10146,0,2,10146,44885,10148,0,2,44887,44886,44889,0,2,43882,44887,44889,0,2,43882,44889,44888,0,2,8429,44888,43459,0,2,44888,44889,43459,0,2,43459,44889,44886,0,2,8429,8431,44888,0,2,44888,8431,44890,0,2,8432,43841,44891,0,2,44891,44890,8431,0,2,44888,44890,43882,0,2,43444,44892,44893,0,2,43496,43500,43495,0,2,44895,44899,43488,0,2,43486,43488,44899,0,2,43501,44893,44894,0,2,44894,44893,44892,0,2,44896,43464,44897,0,2,44896,44897,44898,0,2,43455,44898,43456,0,2,43455,43462,44898,0,2,44898,43462,44896,0,2,44898,44897,43805,0,2,43490,44900,43475,0,2,43475,44900,43476,0,2,43476,44900,44933,0,2,43478,43473,43475,0,2,43475,43473,43490,0,2,44796,44903,44939,0,2,44799,44939,44795,0,2,44799,44796,44939,0,2,44901,44904,44933,0,2,44933,44904,44928,0,2,44933,44928,44905,0,2,44906,44905,44909,0,2,44906,44909,44064,0,2,44906,44064,44938,0,2,44938,44064,44065,0,2,44907,44908,44928,0,2,44928,44908,44909,0,2,44062,44909,44910,0,2,45136,44912,44926,0,2,44926,44912,44913,0,2,44913,44803,44047,0,2,45136,44926,44911,0,2,44920,44914,44915,0,2,44921,44920,44917,0,2,44918,44917,44925,0,2,44918,44925,44919,0,2,44919,44069,44918,0,2,45031,44921,44918,0,2,44921,44931,44920,0,2,44931,44914,44920,0,2,44931,44921,44910,0,2,44921,44917,44918,0,2,44917,44915,44923,0,2,44923,44915,44042,0,2,44042,44915,44916,0,2,44042,44040,44923,0,2,44923,44040,44039,0,2,44923,44039,44924,0,2,44924,44925,44923,0,2,44923,44925,44917,0,2,44920,44915,44917,0,2,44046,44927,44926,0,2,44913,44047,44926,0,2,44926,44047,44046,0,2,44046,44044,44927,0,2,44927,44044,44916,0,2,44916,44915,44927,0,2,44911,44926,44927,0,2,44911,44927,44914,0,2,44914,44927,44915,0,2,44062,44064,44909,0,2,44904,44907,44928,0,2,44909,44905,44928,0,2,44907,44904,44796,0,2,44907,44796,44929,0,2,44907,44929,44908,0,2,44908,44929,44930,0,2,44908,44930,44909,0,2,44909,44930,44931,0,2,44909,44931,44910,0,2,44929,44932,44914,0,2,44914,44932,44911,0,2,44929,44914,44930,0,2,44931,44930,44914,0,2,43476,44933,44905,0,2,43476,44905,44934,0,2,44934,44905,44906,0,2,45053,44934,44935,0,2,44935,44067,45051,0,2,44936,45051,44067,0,2,44906,44938,44934,0,2,44934,44938,44935,0,2,44938,44067,44935,0,2,44901,44902,44904,0,2,44904,44902,44903,0,2,44904,44903,44796,0,2,44792,44793,44825,0,2,44825,44793,44794,0,2,44939,44794,44795,0,2,44825,44794,44824,0,2,44824,44794,44940,0,2,44824,44822,44825,0,2,44794,44939,44940,0,2,44943,44941,44942,0,2,44943,44942,44899,0,2,44894,44943,43502,0,2,43502,44943,44895,0,2,44895,44943,44899,0,2,44943,44894,44941,0,2,44941,44894,44892,0,2,43808,43806,44944,0,2,44944,43806,44897,0,2,44897,43464,44944,0,2,43841,44946,44945,0,2,44946,44837,44945,0,2,44945,43881,44890,0,2,44890,44891,44945,0,2,43882,44890,43881,0,2,44946,8433,43889,0,2,43889,8433,43842,0,2,43889,43888,44946,0,2,44946,43888,44837,0,2,8554,8551,8553,0,2,8551,8554,8555,0,2,8555,8499,8551,0,2,44868,44869,45312,0,2,44868,45312,45308,0,2,45308,45312,45313,0,2,44947,45309,43772,0,2,43772,45309,43759,0,2,44184,44177,44178,0,2,44183,44178,44182,0,2,44186,44182,43902,0,2,43902,44182,44050,0,2,44050,44182,43904,0,2,44950,44748,8461,0,2,8465,45134,8464,0,2,44950,44951,44748,0,2,44748,44951,44949,0,2,44949,44951,44952,0,2,44953,44751,8466,0,2,44953,8466,8468,0,2,8465,8466,45134,0,2,44751,44953,44954,0,2,44751,44954,44752,0,2,44203,44954,44205,0,2,44205,44954,44206,0,2,44206,44954,8468,0,2,44953,8468,44954,0,2,44951,45134,44952,0,2,44952,45134,44955,0,2,44952,44955,44750,0,2,44750,44955,44751,0,2,44955,45134,8466,0,2,44955,8466,44751,0,2,44950,8463,44951,0,2,44082,44078,44956,0,2,44956,44078,44027,0,2,44025,44031,44957,0,2,44030,44025,44957,0,2,43951,45141,44958,0,2,44958,45141,45143,0,2,45143,44959,45017,0,2,45412,45018,44960,0,2,45412,44960,44961,0,2,44003,44966,44962,0,2,45143,45017,44958,0,2,44958,45412,44964,0,2,44964,45412,44961,0,2,44961,44960,45411,0,2,44961,45411,44963,0,2,44965,43951,44958,0,2,43950,44965,44966,0,2,44965,44964,44962,0,2,44966,44965,44962,0,2,44962,44964,44963,0,2,44961,44963,44964,0,2,8442,43823,44967,0,2,44967,43823,44968,0,2,44968,43823,44969,0,2,44968,44969,44983,0,2,44968,44983,44970,0,2,44970,44972,45304,0,2,45304,44972,44971,0,2,44988,44972,44973,0,2,44982,44973,44974,0,2,44974,44984,44975,0,2,43821,44975,44969,0,2,44980,44974,44975,0,2,44980,44975,43821,0,2,44974,44978,44977,0,2,43441,44977,44976,0,2,44976,44977,43832,0,2,44977,44978,43832,0,2,43832,44978,44979,0,2,44979,44978,44980,0,2,44979,44980,43831,0,2,43778,43831,44981,0,2,43778,44981,43820,0,2,44981,43831,43821,0,2,43831,44980,43821,0,2,44977,43441,44982,0,2,44977,44982,44974,0,2,44972,44970,44983,0,2,44972,44983,44973,0,2,44973,44983,44984,0,2,44984,44974,44973,0,2,44967,44968,43824,0,2,43824,44968,44985,0,2,44985,44968,44970,0,2,43824,44985,43826,0,2,43826,44985,45049,0,2,43826,45049,44986,0,2,44986,45049,44987,0,2,44987,8494,44986,0,2,8494,8493,44986,0,2,44986,8493,43826,0,2,43481,44973,43442,0,2,43442,44973,44982,0,2,43442,44982,43441,0,2,44973,43481,44988,0,2,44972,44988,44971,0,2,44971,44988,43443,0,2,43838,44989,44990,0,2,43838,44990,43837,0,2,43837,44990,43836,0,2,43836,44990,44991,0,2,44991,44990,43350,0,2,43350,44989,43352,0,2,43352,44989,44994,0,2,43836,44991,43835,0,2,43835,44991,44992,0,2,43348,44995,44992,0,2,44992,44995,44993,0,2,44992,44993,43835,0,2,43835,44993,43438,0,2,43438,43834,43835,0,2,43438,44993,43437,0,2,43437,44993,43436,0,2,43349,44992,44991,0,2,43349,44991,43421,0,2,44989,43783,44994,0,2,43782,44994,43783,0,2,43783,44989,43779,0,2,44989,43350,44990,0,2,44995,43347,43436,0,2,44995,43436,44993,0,2,43860,43857,44996,0,2,8496,8495,44997,0,2,8496,44997,44998,0,2,8496,44998,43848,0,2,44072,44032,44031,0,2,44032,44072,45033,0,2,44033,45033,45032,0,2,44033,45032,45030,0,2,44033,45000,44034,0,2,8457,8458,45001,0,2,44791,44789,45002,0,2,45003,44791,45002,0,2,44798,45003,45006,0,2,44798,45006,45005,0,2,44797,45005,45135,0,2,44797,45135,45004,0,2,45004,45135,45136,0,2,45004,45136,44932,0,2,45007,45002,45137,0,2,45137,45002,44789,0,2,45003,45002,45006,0,2,45002,45007,45006,0,2,44932,45136,44911,0,2,44916,44044,45008,0,2,44043,44042,45008,0,2,45008,44042,44916,0,2,45008,44044,44052,0,2,45009,45010,45012,0,2,45012,45010,45013,0,2,45012,45013,44057,0,2,44057,44036,45012,0,2,44057,45013,45146,0,2,45013,45010,43972,0,2,43972,45010,43930,0,2,45011,43930,45009,0,2,45011,45009,44781,0,2,43930,45010,45009,0,2,45013,43972,43973,0,2,45013,43973,45014,0,2,45014,43973,43975,0,2,43975,43974,45015,0,2,45016,45015,43946,0,2,45013,45014,45146,0,2,45146,45014,45016,0,2,45015,45016,43975,0,2,43975,45016,45014,0,2,43944,43934,45142,0,2,45142,43934,44959,0,2,44959,43934,45409,0,2,45017,45409,45084,0,2,45017,45084,45018,0,2,45017,44959,45409,0,2,45023,45019,45020,0,2,45023,45020,45011,0,2,45019,43968,45021,0,2,43930,45020,45021,0,2,45021,45020,45019,0,2,43925,44769,45045,0,2,45045,44769,45022,0,2,45045,45022,44768,0,2,45045,44768,45046,0,2,45023,44010,45019,0,2,45019,44010,45132,0,2,45024,44001,45027,0,2,43979,45025,43978,0,2,43996,43979,43997,0,2,43996,43981,45026,0,2,45026,45025,43996,0,2,45027,45028,45026,0,2,45026,45028,45025,0,2,45029,43999,45028,0,2,45028,43999,45025,0,2,45025,43999,43978,0,2,45028,45027,45029,0,2,45029,45027,44000,0,2,44922,45031,44069,0,2,44069,45031,44918,0,2,44069,45030,44922,0,2,45031,44922,44910,0,2,44910,44921,45031,0,2,44061,44922,45030,0,2,45030,45032,44076,0,2,44074,45032,45033,0,2,44074,45033,44072,0,2,43932,43931,45034,0,2,43946,45034,43931,0,2,45035,43960,45036,0,2,45035,45036,43924,0,2,43924,45036,45037,0,2,45037,45036,43962,0,2,43962,45036,43961,0,2,43961,45036,43960,0,2,44205,45039,44204,0,2,45038,43919,44119,0,2,45038,44119,45040,0,2,45038,45040,44208,0,2,44209,44208,45181,0,2,45181,44208,45041,0,2,44208,45040,45041,0,2,43919,45038,45042,0,2,45042,45038,44208,0,2,44208,44209,45042,0,2,43919,45042,45039,0,2,45043,44205,44206,0,2,45039,44205,45043,0,2,45043,44206,43920,0,2,45043,43920,45039,0,2,45039,43920,43919,0,2,44204,45039,45042,0,2,44227,44211,44734,0,2,44734,44211,44717,0,2,44723,45044,44125,0,2,45044,44214,44221,0,2,44221,44214,44215,0,2,43914,43915,44103,0,2,45045,44103,44099,0,2,45045,44099,44098,0,2,45045,44098,43925,0,2,45045,45046,44103,0,2,44099,44102,44100,0,2,44102,44099,44103,0,2,43914,44103,45046,0,2,43914,45046,44766,0,2,45035,43923,43959,0,2,43959,43923,44088,0,2,44088,43923,43922,0,2,44088,43922,44087,0,2,44087,43922,45047,0,2,44087,45047,45048,0,2,45051,44936,45050,0,2,45050,44987,45049,0,2,44987,45050,44937,0,2,44937,45050,44936,0,2,45051,45050,44971,0,2,45050,45304,44971,0,2,44935,45051,44971,0,2,44935,44971,45052,0,2,43443,45052,44971,0,2,43443,45053,45052,0,2,45052,45053,44935,0,2,44934,45053,43479,0,2,8471,45054,8470,0,2,8487,8488,8472,0,2,8472,8488,45086,0,2,45086,8489,45054,0,2,44029,44017,8482,0,2,8482,44017,45056,0,2,8482,45056,45055,0,2,43952,44004,44005,0,2,43952,44005,43953,0,2,43953,44005,44006,0,2,43953,44006,43956,0,2,44958,45017,45412,0,2,45412,45017,45018,0,2,45018,45077,44960,0,2,45411,44960,45057,0,2,45057,45063,45058,0,2,45085,45060,43938,0,2,43938,45060,45061,0,2,45061,45060,45062,0,2,45062,45057,45077,0,2,45057,45062,45063,0,2,45063,45065,45064,0,2,45064,45085,45066,0,2,45085,45064,45060,0,2,45060,45064,45065,0,2,45060,45065,45062,0,2,45065,45063,45062,0,2,45058,45063,45067,0,2,45058,45067,45059,0,2,45079,45066,43939,0,2,45066,45085,43939,0,2,43939,45085,43938,0,2,43940,45067,45066,0,2,45066,45067,45064,0,2,45075,45076,45068,0,2,45075,45068,45069,0,2,45069,43941,45070,0,2,45070,43941,45071,0,2,45070,45071,45073,0,2,45073,45071,45072,0,2,45072,44003,45073,0,2,45078,45058,45075,0,2,45058,45059,45075,0,2,45075,45059,45076,0,2,45076,45059,43940,0,2,45070,45078,45075,0,2,45078,45070,45074,0,2,45074,45070,45073,0,2,45069,45070,45075,0,2,44003,44962,45073,0,2,45073,44962,45074,0,2,44962,45410,45074,0,2,45071,43941,43947,0,2,43947,43941,43942,0,2,44963,45411,45410,0,2,44963,45410,44962,0,2,44960,45077,45057,0,2,45018,45084,45077,0,2,45077,45084,45061,0,2,45062,45077,45061,0,2,45057,45058,45411,0,2,45411,45058,45078,0,2,45064,45067,45063,0,2,45067,43940,45059,0,2,43939,43937,45079,0,2,45079,43937,45080,0,2,45080,43937,43935,0,2,43933,43945,43934,0,2,43945,43935,43934,0,2,43933,45081,43945,0,2,43940,45082,45068,0,2,43940,45079,45082,0,2,45082,45080,43945,0,2,45082,43945,45081,0,2,45081,43933,43944,0,2,43944,43942,45081,0,2,45083,45081,43941,0,2,45082,45081,45083,0,2,43941,45081,43942,0,2,45084,45409,43936,0,2,43936,43938,45084,0,2,45084,43938,45061,0,2,45083,45068,45082,0,2,8473,8476,8465,0,2,45054,8471,45086,0,2,8471,45087,45086,0,2,45089,44786,43896,0,2,45089,43896,43898,0,2,45089,43898,45088,0,2,45088,43898,43900,0,2,44800,44786,43903,0,2,44786,45089,43903,0,2,43903,45089,44050,0,2,44176,45090,44180,0,2,44176,44180,43905,0,2,44181,44180,43908,0,2,43908,44180,44160,0,2,44178,44176,43905,0,2,45090,44160,44180,0,2,45138,44803,45007,0,2,45007,44803,45091,0,2,45006,45091,45005,0,2,45006,45007,45091,0,2,44743,44742,44199,0,2,44757,45092,44754,0,2,44755,44758,44191,0,2,44758,44757,45096,0,2,45096,44757,44754,0,2,44191,44758,45094,0,2,45093,44192,45094,0,2,45094,44192,44756,0,2,45094,44756,44191,0,2,44756,44192,44153,0,2,44758,45096,45094,0,2,45094,45095,45093,0,2,45093,45095,44193,0,2,45096,44754,44743,0,2,45096,44743,44744,0,2,45094,45096,45095,0,2,45096,44744,45095,0,2,45095,45097,44193,0,2,44744,44743,44740,0,2,44740,44743,44198,0,2,44740,44195,44744,0,2,45098,45099,45100,0,2,45098,45100,45102,0,2,45105,45101,44236,0,2,44236,45101,44698,0,2,44698,45101,45102,0,2,44698,45102,45100,0,2,45098,45102,44196,0,2,44196,45102,45103,0,2,45103,45101,45104,0,2,44196,45103,44195,0,2,44238,45103,45104,0,2,45103,45102,45101,0,2,45104,45101,45105,0,2,44237,45105,44665,0,2,44665,45105,44236,0,2,45106,45100,44736,0,2,45106,44736,44701,0,2,45107,45108,45109,0,2,45109,45108,44654,0,2,45109,44654,44661,0,2,44661,44654,44655,0,2,45109,44236,45107,0,2,44704,45107,44236,0,2,44655,45114,44661,0,2,44661,45114,45110,0,2,44661,45110,44657,0,2,44540,45110,45111,0,2,44540,45111,44539,0,2,44539,45111,45112,0,2,45112,45111,45113,0,2,45121,45113,44651,0,2,44652,44651,45114,0,2,45114,44655,44656,0,2,45114,44656,44652,0,2,44651,45113,45114,0,2,45122,45123,45115,0,2,45115,45118,45116,0,2,44269,45116,45117,0,2,45118,45117,45116,0,2,45118,45123,45119,0,2,44649,45120,44650,0,2,44650,45120,45121,0,2,44650,45121,44651,0,2,45122,45121,45119,0,2,45115,45123,45118,0,2,44542,44269,45223,0,2,45223,44570,44542,0,2,44269,45117,45223,0,2,45115,44537,45112,0,2,45115,45112,45122,0,2,45112,45113,45122,0,2,45122,45113,45121,0,2,45113,45111,45114,0,2,45114,45111,45110,0,2,44540,44658,45110,0,2,45124,45108,45107,0,2,45124,45107,44704,0,2,44704,44705,45124,0,2,45048,45125,45126,0,2,45126,45125,8470,0,2,45126,8470,45054,0,2,45126,45054,44016,0,2,45048,45047,45125,0,2,44194,45104,45127,0,2,44194,45127,44241,0,2,44241,45127,44240,0,2,44091,44122,45128,0,2,44095,44094,45129,0,2,44217,44109,44108,0,2,44217,44095,44109,0,2,44109,44095,45129,0,2,44218,44214,45130,0,2,44218,45130,44718,0,2,44733,44726,44233,0,2,44726,44727,44233,0,2,44233,44727,44234,0,2,44703,44235,44710,0,2,44125,45131,44170,0,2,44170,45131,44765,0,2,44090,45128,44114,0,2,44090,44114,44089,0,2,45132,44009,45133,0,2,45132,45133,45019,0,2,8463,8464,45134,0,2,45134,44951,8463,0,2,44117,44105,44114,0,2,44073,44997,44075,0,2,44075,44997,8495,0,2,45135,45091,44912,0,2,44913,44912,44803,0,2,45136,45135,44912,0,2,45007,45137,45138,0,2,45138,45137,45140,0,2,45138,45140,45139,0,2,45139,45140,44801,0,2,45137,44789,45140,0,2,45140,44789,44818,0,2,45140,44818,44801,0,2,43927,44776,44775,0,2,43927,44775,44774,0,2,45141,44022,45142,0,2,44959,45143,45142,0,2,43985,43993,45144,0,2,43931,45016,43946,0,2,43931,45145,45016,0,2,45016,45145,45146,0,2,45147,43926,43925,0,2,43925,45037,45147,0,2,45147,45037,43962,0,2,44105,44089,44114,0,2,44221,44124,45044,0,2,44724,44127,45148,0,2,45148,44127,44725,0,2,45149,44130,45161,0,2,44173,44172,45150,0,2,45150,44172,45151,0,2,45150,44147,44146,0,2,44146,44174,45150,0,2,45150,44174,44173,0,2,44147,45150,44148,0,2,45150,45151,44148,0,2,44148,45151,44165,0,2,44165,44150,44149,0,2,44165,44149,44148,0,2,44659,45158,44663,0,2,45158,45157,44662,0,2,44662,45157,45152,0,2,45152,45156,44261,0,2,45153,44264,45155,0,2,45155,44263,45154,0,2,45154,44263,44262,0,2,45153,45155,45156,0,2,45156,45155,45154,0,2,45156,45154,45299,0,2,45156,45152,45157,0,2,45156,45157,45153,0,2,45153,45157,45158,0,2,45153,45158,44265,0,2,44662,44663,45158,0,2,45159,44247,44246,0,2,45159,44246,44245,0,2,45159,44245,44146,0,2,44146,44147,45159,0,2,44148,45159,44147,0,2,45149,45161,45160,0,2,45160,45161,45162,0,2,45162,45161,44141,0,2,45162,44709,45160,0,2,45160,45163,44710,0,2,45162,44141,44709,0,2,45160,44709,45163,0,2,44710,45163,44705,0,2,45165,45164,44711,0,2,45165,44712,45164,0,2,45164,44712,45149,0,2,45164,45149,45160,0,2,45164,45160,44711,0,2,44707,45166,44136,0,2,44136,45166,44708,0,2,45302,44708,44131,0,2,44141,44131,44708,0,2,44648,44543,45119,0,2,45119,44543,45118,0,2,45119,45120,44648,0,2,44648,45120,44649,0,2,44385,44278,44384,0,2,44268,44498,45167,0,2,44268,45167,44267,0,2,45167,44499,44267,0,2,44386,44501,44385,0,2,44385,44501,44498,0,2,44498,44501,45167,0,2,45167,44501,44499,0,2,45171,44588,45169,0,2,45169,44588,44565,0,2,45169,44565,45168,0,2,45168,44565,44581,0,2,45168,44581,45170,0,2,45171,45169,44528,0,2,45171,44528,45172,0,2,45172,44527,44566,0,2,44274,44566,44527,0,2,44415,45176,44289,0,2,45176,44415,44416,0,2,45175,45379,44417,0,2,44418,44448,44417,0,2,44417,44448,45175,0,2,44416,44417,45176,0,2,45177,44152,44151,0,2,44711,45160,44710,0,2,44230,45179,45178,0,2,44736,45178,45179,0,2,45180,44717,44211,0,2,44684,44679,44244,0,2,44679,45182,44244,0,2,44244,45182,44245,0,2,44245,45182,44146,0,2,44146,45182,44677,0,2,45296,44662,44260,0,2,44685,45194,45183,0,2,45183,45194,45193,0,2,45183,45193,45184,0,2,45184,45193,45185,0,2,45184,45185,45186,0,2,45186,45185,45192,0,2,45188,45187,45190,0,2,45398,45216,44548,0,2,45189,45186,45188,0,2,45188,45186,45187,0,2,45188,45190,44671,0,2,44671,45190,45191,0,2,44675,44673,44764,0,2,44764,44673,45191,0,2,45191,45190,45398,0,2,44764,45191,44763,0,2,45189,45188,44670,0,2,44670,45188,44671,0,2,45186,45189,45184,0,2,45184,45189,45183,0,2,44690,45322,44691,0,2,45192,45185,45298,0,2,45298,44691,45322,0,2,45298,45322,45192,0,2,45298,45185,44688,0,2,45185,45193,44688,0,2,44688,45193,44687,0,2,44687,45193,44261,0,2,44261,45193,45194,0,2,44261,45194,44686,0,2,44686,45194,44685,0,2,45365,44515,44512,0,2,45365,44512,45195,0,2,45195,44512,45196,0,2,45199,45204,45207,0,2,44634,45199,44316,0,2,44316,45199,45198,0,2,45198,45199,45208,0,2,44316,45363,44634,0,2,44634,45200,45205,0,2,45205,45200,45201,0,2,45202,45201,45200,0,2,45202,45200,44632,0,2,44634,44632,45200,0,2,45202,44632,45203,0,2,44634,45205,45199,0,2,45199,45205,45204,0,2,45207,45204,45206,0,2,45207,45206,45212,0,2,45209,45212,45197,0,2,45207,45212,45208,0,2,45212,45209,45208,0,2,45208,45199,45207,0,2,45205,44553,45204,0,2,45204,44553,45210,0,2,45204,45210,45211,0,2,45204,45211,45206,0,2,45367,45211,45210,0,2,45367,45210,44552,0,2,44552,45210,44553,0,2,45206,45211,45366,0,2,45206,45366,45212,0,2,45205,45201,44553,0,2,44317,45213,44313,0,2,44313,44314,45350,0,2,44313,45350,44317,0,2,45198,45208,45213,0,2,45197,45195,45196,0,2,45215,45214,44670,0,2,44681,45215,44683,0,2,44683,45215,44672,0,2,45398,45190,45187,0,2,45216,45187,44550,0,2,45187,45216,45398,0,2,44637,45217,45218,0,2,44636,45220,45219,0,2,44551,45219,44690,0,2,44690,45219,45220,0,2,44690,45220,45221,0,2,45220,45218,45221,0,2,45218,45217,45221,0,2,45221,45217,44549,0,2,45222,44194,44241,0,2,44241,44255,45222,0,2,44541,44265,44659,0,2,44659,44265,45158,0,2,45118,44543,45223,0,2,45223,44543,44570,0,2,45223,45117,45118,0,2,44283,45225,45226,0,2,44283,45226,44282,0,2,44282,45226,44281,0,2,44283,44526,45225,0,2,45225,44526,45224,0,2,45224,44527,44286,0,2,45224,44286,45227,0,2,45224,45227,45236,0,2,45234,44405,44401,0,2,45234,44401,45228,0,2,44405,45234,45381,0,2,44293,44294,45230,0,2,45230,45231,45243,0,2,45243,45231,45232,0,2,45243,45232,44296,0,2,44325,44296,45232,0,2,44295,45231,44294,0,2,45231,45230,44294,0,2,45230,45233,45229,0,2,44293,45229,44291,0,2,44291,45229,45381,0,2,45235,45381,45234,0,2,45235,44444,44291,0,2,45235,44291,45381,0,2,45234,45228,45235,0,2,45225,45224,45236,0,2,45225,45236,45405,0,2,45405,45238,45237,0,2,45405,45239,45238,0,2,45236,45239,45405,0,2,45238,45239,45240,0,2,45236,45240,45239,0,2,45405,45226,45225,0,2,45241,44402,45242,0,2,45242,44402,45382,0,2,45382,45229,45233,0,2,45229,45382,45381,0,2,44403,45244,44414,0,2,44414,45244,45243,0,2,45243,45244,45230,0,2,45382,45233,44403,0,2,44403,45233,45244,0,2,45244,45233,45230,0,2,45406,45237,45245,0,2,44399,44376,45245,0,2,44399,45245,45246,0,2,45246,45238,45241,0,2,45238,45246,45237,0,2,45246,45245,45237,0,2,44407,44406,44409,0,2,44409,44406,44375,0,2,45226,45405,45292,0,2,45226,45292,45283,0,2,45226,45283,44281,0,2,45247,44397,44396,0,2,44396,44398,45247,0,2,45253,44396,45248,0,2,45248,44300,44301,0,2,45248,44301,45253,0,2,44396,45253,45249,0,2,44396,45249,45251,0,2,44395,45251,45250,0,2,45251,44395,44396,0,2,45253,44301,45252,0,2,45250,45251,44379,0,2,44380,45251,45249,0,2,44380,45249,44381,0,2,45252,45249,45253,0,2,45255,45265,45256,0,2,45256,45265,45268,0,2,45256,45268,45257,0,2,45257,45258,45260,0,2,45260,45258,45259,0,2,45260,45274,45257,0,2,45295,45260,45259,0,2,45255,45262,45265,0,2,45255,45254,45262,0,2,45262,45254,45261,0,2,44303,45263,44302,0,2,44302,45263,45261,0,2,45261,45263,45262,0,2,45262,45263,45264,0,2,45295,45259,44500,0,2,45258,45257,45266,0,2,45266,45257,45268,0,2,45266,45268,45267,0,2,45267,45268,45269,0,2,45267,45269,44522,0,2,44522,45269,45270,0,2,45270,45269,45264,0,2,45264,45269,45262,0,2,45262,45269,45265,0,2,45265,45269,45268,0,2,44305,44306,45273,0,2,44305,45272,45271,0,2,45271,45272,44507,0,2,44305,45271,44303,0,2,44303,45271,45263,0,2,45263,45271,45270,0,2,45263,45270,45264,0,2,44507,45270,45271,0,2,45249,45252,44381,0,2,44381,45254,44393,0,2,44393,45254,45256,0,2,45274,45256,45257,0,2,44393,45256,45274,0,2,44393,45274,44382,0,2,45274,45260,44383,0,2,45260,45295,44383,0,2,44381,45252,45254,0,2,45254,45255,45256,0,2,44300,45248,44397,0,2,44514,45276,45275,0,2,44508,44372,45276,0,2,45276,44372,45275,0,2,45279,45277,45280,0,2,45277,44374,44335,0,2,45278,45277,45279,0,2,45278,45279,44370,0,2,45280,44311,45279,0,2,45281,45294,45284,0,2,45281,45284,45282,0,2,45281,45282,45283,0,2,45283,45282,44281,0,2,45289,44390,45294,0,2,45294,44390,45284,0,2,45284,44390,44388,0,2,45284,44388,45285,0,2,45285,44384,45286,0,2,44384,44278,45286,0,2,44384,45285,44387,0,2,44384,44387,45287,0,2,45287,44383,44386,0,2,44387,45285,44388,0,2,44389,44388,44390,0,2,45284,45288,45282,0,2,45282,45288,44280,0,2,44280,45288,44279,0,2,44279,45288,45286,0,2,44279,45286,44278,0,2,45286,45288,45285,0,2,45285,45288,45284,0,2,45292,45281,45283,0,2,45291,45404,45293,0,2,45293,45403,45289,0,2,45289,45403,44378,0,2,45292,45290,45291,0,2,45291,45293,45292,0,2,45292,45293,45281,0,2,45281,45293,45294,0,2,45289,45294,45293,0,2,44501,44386,44500,0,2,44500,44386,45295,0,2,45295,44386,44383,0,2,44259,44666,44664,0,2,44260,44259,45296,0,2,44502,45258,45297,0,2,44502,45297,44523,0,2,44523,45297,44518,0,2,44692,44518,44694,0,2,44694,44518,44517,0,2,44518,44692,44523,0,2,44517,44503,44504,0,2,44689,45298,44688,0,2,44689,44691,45298,0,2,45156,45299,44261,0,2,45299,44692,44261,0,2,44145,45300,45301,0,2,45301,45300,44675,0,2,45301,44144,44145,0,2,45302,45303,44132,0,2,45303,45302,44131,0,2,44132,45303,44138,0,2,43902,43901,44186,0,2,44186,43901,44188,0,2,44812,43870,44827,0,2,44827,43870,43876,0,2,43876,44828,44827,0,2,43890,43889,43868,0,2,43890,43868,43871,0,2,43890,43871,43891,0,2,8435,43860,44996,0,2,44996,43847,8435,0,2,8435,43847,43846,0,2,8435,43846,43861,0,2,44969,44975,44983,0,2,44983,44975,44984,0,2,45049,44985,45304,0,2,45304,44985,44970,0,2,45049,45304,45050,0,2,43825,45305,43824,0,2,8450,8451,45306,0,2,45307,45306,43865,0,2,8450,45306,8448,0,2,45306,45307,8448,0,2,43776,44948,45308,0,2,45308,44948,44868,0,2,43776,45308,43780,0,2,43780,45308,45313,0,2,43759,45309,45314,0,2,45309,45310,45311,0,2,44870,45311,45312,0,2,44870,45312,44869,0,2,45312,45311,45313,0,2,45313,45311,45310,0,2,45313,45310,44947,0,2,44947,45310,45309,0,2,45311,45314,45309,0,2,44871,45314,45311,0,2,44871,45311,44870,0,2,10162,44877,45439,0,2,10162,45439,45315,0,2,45315,45439,8401,0,2,8401,10162,45315,0,2,45317,9878,45316,0,2,45426,45429,9890,0,2,45318,45317,43308,0,2,45318,43308,9888,0,2,45318,9888,9886,0,2,9886,9888,9887,0,2,45317,45316,43308,0,2,45426,43308,45316,0,2,45319,10043,45320,0,2,45319,45320,10026,0,2,10028,45320,10043,0,2,43487,43437,43489,0,2,43484,43485,45321,0,2,45321,43485,43439,0,2,45321,43438,43437,0,2,43438,45321,43439,0,2,43487,43486,45321,0,2,45321,43437,43487,0,2,43491,43466,43467,0,2,43491,43467,43807,0,2,43807,43465,43491,0,2,44830,43894,44832,0,2,44830,44832,44831,0,2,44040,44770,45022,0,2,44040,45022,44782,0,2,45322,44690,45323,0,2,45322,45323,45192,0,2,45192,45323,45186,0,2,45186,45323,45187,0,2,45187,45323,44550,0,2,44555,44636,44554,0,2,44621,44596,44595,0,2,44621,44595,44606,0,2,44609,44595,44594,0,2,44563,44576,44577,0,2,44577,44611,44563,0,2,45325,45399,45324,0,2,45325,45324,44575,0,2,45325,44575,44572,0,2,44647,45324,44545,0,2,44545,45324,44544,0,2,44545,44134,44647,0,2,44554,45326,45327,0,2,45373,44554,45327,0,2,45326,44553,45201,0,2,45328,44599,44628,0,2,44620,44598,44596,0,2,44633,45329,44632,0,2,44632,45329,45328,0,2,45331,45332,44599,0,2,45329,45330,45331,0,2,44629,45333,45341,0,2,45334,45361,44461,0,2,44461,45361,45335,0,2,44461,45335,44463,0,2,44463,45335,45339,0,2,44465,45339,45345,0,2,44465,45345,45338,0,2,45346,45343,45336,0,2,45346,45336,45338,0,2,45338,45336,45337,0,2,44463,45339,44465,0,2,45339,45335,45360,0,2,45340,45360,45333,0,2,45333,45360,45341,0,2,45347,45342,44315,0,2,45347,44315,45349,0,2,45343,45349,45344,0,2,45343,45344,45336,0,2,45336,45355,45337,0,2,45345,45340,45346,0,2,45345,45346,45338,0,2,45345,45360,45340,0,2,45345,45339,45360,0,2,45340,45342,45346,0,2,45346,45342,45347,0,2,45346,45347,45343,0,2,45340,45332,45348,0,2,45348,45331,45330,0,2,45331,45348,45332,0,2,45333,45332,45340,0,2,45342,45340,45348,0,2,45342,45348,44315,0,2,45350,44315,45330,0,2,45350,44314,44315,0,2,45330,44315,45348,0,2,45349,44314,45344,0,2,45344,45358,45351,0,2,45351,45358,45357,0,2,45357,45358,44334,0,2,44335,44334,45389,0,2,44335,45389,45277,0,2,45277,45389,45280,0,2,45344,45351,45336,0,2,45352,44332,44331,0,2,45352,44331,45353,0,2,45352,45353,45356,0,2,44330,44328,45354,0,2,45354,44328,44468,0,2,44468,44346,44470,0,2,45353,45393,45354,0,2,45336,45351,45355,0,2,45337,45355,44466,0,2,44466,45355,45352,0,2,45352,45355,45351,0,2,45351,44332,45352,0,2,44466,45352,45356,0,2,45351,45357,44332,0,2,44333,44332,45357,0,2,44333,45357,44334,0,2,44314,44313,45344,0,2,45344,44313,45358,0,2,45358,45359,45389,0,2,45389,45359,44312,0,2,45389,44312,45280,0,2,45280,44312,44311,0,2,45341,45360,45361,0,2,45335,45361,45360,0,2,44629,45341,44598,0,2,44598,45341,45362,0,2,45362,45341,45361,0,2,45362,45361,45334,0,2,44598,45362,44597,0,2,44597,45362,45334,0,2,44597,45334,44459,0,2,44594,44459,44421,0,2,44421,44593,44594,0,2,44459,44594,44597,0,2,44597,44594,44595,0,2,45329,44633,45363,0,2,45330,45363,45350,0,2,45363,45330,45329,0,2,45364,44551,44691,0,2,45364,45365,45366,0,2,45366,45365,45195,0,2,45366,45195,45197,0,2,45366,45197,45212,0,2,45364,45366,45367,0,2,45364,45367,44551,0,2,45366,45211,45367,0,2,45196,44512,44310,0,2,45196,44310,45368,0,2,45368,45369,45196,0,2,45196,45369,45370,0,2,45370,45197,45196,0,2,45197,45370,45209,0,2,45208,45209,45371,0,2,45208,45371,45213,0,2,45213,45359,44313,0,2,45359,45213,45371,0,2,45371,45209,45372,0,2,45372,45209,44371,0,2,44371,45209,45370,0,2,44371,45370,45369,0,2,45359,45371,44312,0,2,44312,45371,44311,0,2,44311,45371,45372,0,2,44311,45372,44371,0,2,44512,44513,44310,0,2,44631,45373,45203,0,2,45203,45373,45202,0,2,45202,45373,45327,0,2,45202,45327,45201,0,2,45201,45327,45326,0,2,44637,45218,44557,0,2,45374,44557,44558,0,2,44557,45374,44637,0,2,45374,45375,45378,0,2,45378,45375,44615,0,2,45374,45378,44559,0,2,44559,45378,45376,0,2,45377,45376,45378,0,2,45377,45378,44614,0,2,44614,45378,44615,0,2,45374,44558,45375,0,2,45375,44558,44623,0,2,44623,44558,44556,0,2,44623,44556,44631,0,2,44631,44556,45373,0,2,45373,44556,44555,0,2,44573,44578,44572,0,2,44139,44138,45303,0,2,44462,44463,44484,0,2,44484,44463,44464,0,2,44612,44606,44608,0,2,44612,44608,44533,0,2,44533,44608,44590,0,2,44531,45173,45174,0,2,45174,45173,45170,0,2,44289,45380,44290,0,2,44290,45380,44442,0,2,44442,45379,45175,0,2,45380,45379,44442,0,2,45381,44402,44405,0,2,45382,44402,45381,0,2,44347,44348,44471,0,2,44346,44347,44470,0,2,44489,44481,44479,0,2,44486,44496,45383,0,2,44486,45383,44422,0,2,44477,45383,45384,0,2,45383,44496,45384,0,2,44350,44433,44349,0,2,44434,44478,45385,0,2,44472,44349,45385,0,2,44478,44473,45385,0,2,45385,44473,44472,0,2,44472,44348,44349,0,2,45386,45407,45387,0,2,45387,45407,44352,0,2,44346,44468,45408,0,2,45408,44327,44326,0,2,44327,45408,44328,0,2,44485,45337,45388,0,2,45388,45337,44466,0,2,45384,44480,44475,0,2,44475,44476,45384,0,2,45358,45389,44334,0,2,44324,44356,45390,0,2,44324,45390,45391,0,2,45391,44298,45392,0,2,45392,44298,44297,0,2,45391,45392,44324,0,2,44364,44412,45391,0,2,45391,45390,44364,0,2,44338,44336,44340,0,2,44338,44340,44339,0,2,44331,44330,45393,0,2,44331,45393,45353,0,2,45354,45393,44330,0,2,44288,44289,44290,0,2,44290,45228,44288,0,2,45228,44290,45235,0,2,44605,44611,45394,0,2,44611,45395,45394,0,2,45394,45395,44617,0,2,44562,45395,44611,0,2,44617,45396,44613,0,2,44613,45396,44561,0,2,44561,44560,44613,0,2,44613,44560,45397,0,2,44613,45400,44617,0,2,44548,44762,45398,0,2,45191,45398,44763,0,2,45399,44571,44570,0,2,45324,45399,44544,0,2,44610,45394,45400,0,2,44610,45400,44602,0,2,44602,45400,45401,0,2,45401,45400,45402,0,2,45402,45397,44614,0,2,45401,45402,44616,0,2,44614,44616,45402,0,2,45290,45405,45237,0,2,45292,45405,45290,0,2,45293,45404,45403,0,2,45406,45245,45404,0,2,45404,45245,44376,0,2,45404,44376,44377,0,2,45406,45404,45291,0,2,45406,45291,45290,0,2,45406,45290,45237,0,2,45408,44468,44328,0,2,43935,43936,45409,0,2,45411,45078,45410,0,2,45410,45078,45074,0,2,8401,45439,10155,0,2,8402,10156,45417,0,2,8403,8402,45417,0,2,45417,10156,45416,0,2,45416,10156,45413,0,2,45416,45413,45414,0,2,45416,45415,43259,0,2,45414,45415,45416,0,2,45417,45416,8404,0,2,8403,45417,8404,0,2,9882,44851,44872,0,2,44872,44851,45418,0,2,44853,45418,44851,0,2,44872,45418,8584,0,2,9875,45431,45419,0,2,9893,45422,43506,0,2,43506,45422,9844,0,2,9844,45422,45421,0,2,45423,45420,45424,0,2,45423,45424,45421,0,2,45421,45424,9844,0,2,9878,44849,45427,0,2,45427,44849,45425,0,2,45423,45421,45425,0,2,45425,45428,45427,0,2,45427,45428,45426,0,2,45426,45428,45429,0,2,45427,45316,9878,0,2,45316,45427,45426,0,2,45425,45421,45428,0,2,45428,45421,45429,0,2,45422,45429,45421,0,2,10116,9899,45430,0,2,45430,9899,43256,0,2,45430,43255,43309,0,2,45430,43309,10116,0,2,45419,45431,43329,0,2,45435,45434,8418,0,2,8418,10137,45435,0,2,45435,45433,45434,0,2,45433,45432,45434,0,2,45434,45432,8586,0,2,45424,45420,45419,0,2,45424,45419,43328,0,2,43328,45419,43329,0,2,44848,8581,44847,0,2,44848,44873,8581,0,2,8582,8583,44845,0,2,8414,44840,45436,0,2,45436,44840,45418,0,2,45436,45418,44853,0,2,45418,44840,8584,0,2,45436,45437,8414,0,2,8412,8413,45438,0,2,45437,45436,45438,0,2,45437,45438,8413,0,2,8412,45438,8411,0,2,44853,45438,45436,0,2,34524,34525,45440,0,2,10250,45443,45441,0,2,45445,10247,45441,0,2,45441,45443,45442,0,2,45442,45443,45444,0,2,45440,45444,10251,0,2,45444,45443,10251,0,2,10247,45445,10243,0,2,10243,45445,45446,0,2,45442,45446,45441,0,2,45441,45446,45445,0,2,10247,10250,45441,0,2,10251,10248,45440,0,2,10248,10256,45440,0,2,45440,10256,10260,0,2,45440,10260,34524,0,2,45447,8138,8216,0,2,8216,8138,8242,0,2,45456,45447,45448,0,2,8154,8141,45449,0,2,45449,8141,45450,0,2,45455,8212,45451,0,2,45455,45450,8333,0,2,8333,45450,8213,0,2,45529,8213,45450,0,2,8214,8213,45452,0,2,45452,8213,45448,0,2,45452,45448,45447,0,2,45452,45447,8216,0,2,45448,8213,45529,0,2,8163,45453,8164,0,2,8164,45453,45454,0,2,45454,45453,45455,0,2,45455,45453,45450,0,2,45453,45449,45450,0,2,8164,45454,8165,0,2,8141,8140,45529,0,2,45529,8140,45448,0,2,8140,45456,45448,0,2,8221,8331,45457,0,2,45458,8331,8222,0,2,8331,45458,8332,0,2,8332,45458,45459,0,2,8332,45459,8173,0,2,8173,45459,40021,0,2,45542,45463,45460,0,2,45544,45461,25090,0,2,25090,45461,39907,0,2,39907,45461,39749,0,2,39749,45461,45464,0,2,45464,45463,45462,0,2,45461,45544,45464,0,2,45464,45544,45463,0,2,45463,45544,45460,0,2,39749,45464,8178,0,2,39907,39905,25090,0,2,40077,25090,25091,0,2,25091,25090,39905,0,2,45465,10345,10304,0,2,8364,45465,10305,0,2,8364,10305,10307,0,2,10345,45466,10303,0,2,45467,34604,34603,0,2,45468,43065,43068,0,2,9711,9704,9714,0,2,9711,9714,45469,0,2,45469,9714,8800,0,2,8800,9712,45469,0,2,8779,8784,8783,0,2,8779,8783,8778,0,2,9697,8724,9694,0,2,9700,9723,9699,0,2,9700,9699,9698,0,2,43181,8612,45471,0,2,8786,8722,8788,0,2,8788,8720,8786,0,2,9703,9717,9718,0,2,9703,9718,9777,0,2,43183,9808,45472,0,2,45472,9816,43184,0,2,45472,43184,43183,0,2,45473,8660,45474,0,2,45473,45474,8659,0,2,45474,8705,8659,0,2,45476,45475,9812,0,2,45476,9812,8614,0,2,45477,45476,8614,0,2,45475,45476,45478,0,2,45478,45476,8615,0,2,45478,8615,8607,0,2,8615,45476,45477,0,2,8609,8610,45479,0,2,8609,45479,45478,0,2,45478,8607,8609,0,2,45478,45479,8611,0,2,9777,9718,9719,0,2,43574,43575,34550,0,2,10184,43580,8633,0,2,10198,43655,10189,0,2,10189,43655,8377,0,2,8376,8377,10477,0,2,10477,8377,43655,0,2,43655,10478,10477,0,2,10410,8101,10409,0,2,10409,8101,10427,0,2,45480,10406,10407,0,2,45482,45481,19275,0,2,45482,8091,8092,0,2,45482,8093,45481,0,2,45481,8093,19277,0,2,19276,19275,19273,0,2,19273,19275,45481,0,2,18957,18780,45483,0,2,18891,45483,45484,0,2,18951,18894,45484,0,2,18891,45484,18892,0,2,18892,45484,18894,0,2,18891,18890,45483,0,2,45483,18890,18957,0,2,45485,18956,18960,0,2,45485,18959,18955,0,2,45485,18955,18956,0,2,18960,18956,18888,0,2,18960,18888,18884,0,2,18893,18953,45672,0,2,45672,45769,18783,0,2,18946,18812,45486,0,2,45486,18812,18811,0,2,18946,45486,45487,0,2,45487,18947,18946,0,2,45490,45489,45488,0,2,45488,18871,18818,0,2,45490,45488,18818,0,2,45489,45491,45492,0,2,45501,45499,45495,0,2,18796,45495,18790,0,2,18790,45495,45496,0,2,18790,45496,45497,0,2,18790,45497,18789,0,2,45502,45493,18823,0,2,18823,45493,45499,0,2,18823,45499,45498,0,2,45498,45499,45500,0,2,45500,45499,45501,0,2,45500,45501,18792,0,2,18791,45501,45495,0,2,45500,18820,18819,0,2,45492,45491,45511,0,2,45492,45511,45502,0,2,45493,45502,45503,0,2,45503,45512,45777,0,2,45777,45512,45504,0,2,45777,45504,45494,0,2,45494,45504,45496,0,2,45497,45504,45513,0,2,45506,45505,18798,0,2,18798,45505,45507,0,2,45507,45504,45512,0,2,45509,18799,45503,0,2,45726,45509,45510,0,2,45511,45510,45509,0,2,45511,45509,45503,0,2,45503,45508,45512,0,2,45507,45512,45508,0,2,18799,45508,45503,0,2,45503,45502,45511,0,2,45508,18799,18798,0,2,45508,18798,45507,0,2,45505,45513,45507,0,2,45507,45513,45504,0,2,45505,45506,18797,0,2,45505,18797,45513,0,2,45497,45513,18789,0,2,18789,45513,18797,0,2,45504,45497,45496,0,2,45494,45496,45495,0,2,45499,45494,45495,0,2,18917,18929,18912,0,2,18927,18926,18912,0,2,18929,18911,18914,0,2,45515,18866,45516,0,2,45514,45516,45518,0,2,45514,45515,45516,0,2,18866,45517,45516,0,2,18835,45518,18836,0,2,45517,18836,45516,0,2,45518,45516,18836,0,2,45518,18840,45514,0,2,45519,45898,45520,0,2,45520,45898,45897,0,2,45520,45897,45521,0,2,45520,45521,40527,0,2,45520,40527,45519,0,2,45519,40527,10719,0,2,45522,45523,40526,0,2,40526,45523,40519,0,2,45523,45522,47546,0,2,45521,47546,45522,0,2,45524,10413,45525,0,2,8134,45525,10412,0,2,8136,45526,45527,0,2,45525,8134,8135,0,2,45526,45525,45527,0,2,45527,45525,8135,0,2,34526,8127,45528,0,2,34526,45528,34525,0,2,45440,34525,45444,0,2,45444,34525,45528,0,2,10332,10258,10257,0,2,10332,10257,10338,0,2,10277,10280,10265,0,2,10266,10284,10280,0,2,10280,10284,10265,0,2,8141,45529,45450,0,2,8239,10359,8251,0,2,8284,8276,8290,0,2,8290,8276,8289,0,2,8284,8286,8285,0,2,19270,19269,45530,0,2,45530,19289,19270,0,2,45451,45531,45455,0,2,45531,45454,45455,0,2,8165,45454,45531,0,2,8165,45531,8166,0,2,8166,45533,45532,0,2,8169,45532,8168,0,2,8168,45532,45533,0,2,8168,45533,45457,0,2,8166,45531,45533,0,2,8220,45533,45531,0,2,25118,45534,45532,0,2,8166,45532,45534,0,2,8166,45534,8165,0,2,8165,45534,45536,0,2,45536,45534,45535,0,2,45534,25118,45535,0,2,45535,25118,8155,0,2,25119,8155,25118,0,2,45536,8160,8164,0,2,25115,45537,25116,0,2,25120,25116,45537,0,2,8243,8231,8233,0,2,8243,8233,8235,0,2,8244,45538,8245,0,2,45538,8244,8243,0,2,8243,8235,45538,0,2,45538,8235,8253,0,2,45538,8253,8245,0,2,45539,8253,8249,0,2,45539,8249,8248,0,2,8238,8249,8253,0,2,45539,8247,8245,0,2,45539,8245,8253,0,2,8222,40022,45458,0,2,45540,8170,45541,0,2,45540,8171,8170,0,2,10403,10402,10374,0,2,10403,8111,10405,0,2,25124,45463,45542,0,2,25089,25113,45460,0,2,25100,45543,25090,0,2,25090,45543,45544,0,2,45544,45543,45460,0,2,45542,45460,25113,0,2,25100,25089,45543,0,2,45543,25089,45460,0,2,25114,25123,45542,0,2,45542,25123,25124,0,2,45464,25126,8178,0,2,8178,25126,8177,0,2,45464,45462,25126,0,2,40015,8263,8261,0,2,8261,8263,45545,0,2,8208,8050,8184,0,2,8184,8050,8185,0,2,8202,8201,8195,0,2,8195,8201,8196,0,2,8066,8202,45546,0,2,45546,40103,40112,0,2,40103,45546,8195,0,2,8202,8066,8065,0,2,45547,8261,45545,0,2,25130,25042,45548,0,2,45548,25042,40064,0,2,40064,40063,48848,0,2,40064,48848,40057,0,2,25135,45549,40058,0,2,40064,40057,45548,0,2,45548,40057,45549,0,2,40056,40055,45550,0,2,40056,45550,45552,0,2,25074,25073,25076,0,2,25076,25073,45550,0,2,25076,45550,40055,0,2,40056,45552,40059,0,2,45551,45557,40059,0,2,45551,40059,45552,0,2,45551,45552,25073,0,2,45551,25073,45558,0,2,45558,25073,25072,0,2,45558,45556,24413,0,2,24413,45556,45555,0,2,24413,45555,45553,0,2,24428,24427,24432,0,2,24432,24427,45554,0,2,24432,45554,45553,0,2,45553,45554,24410,0,2,45553,24410,24413,0,2,45556,45558,25071,0,2,25071,45558,25072,0,2,45556,25071,45555,0,2,25071,24434,45555,0,2,45555,24434,45553,0,2,25073,45552,45550,0,2,24418,40058,45557,0,2,45557,45551,24414,0,2,24414,45551,45558,0,2,25070,48853,25054,0,2,25070,25054,24431,0,2,48853,25069,25081,0,2,45559,47682,45561,0,2,45561,43022,43025,0,2,43025,45560,45561,0,2,43024,8341,45562,0,2,43024,45562,8340,0,2,8340,45562,8338,0,2,45562,8341,45565,0,2,45565,8342,45563,0,2,45564,8345,43027,0,2,45564,43027,45565,0,2,45564,45565,45563,0,2,45565,43027,45562,0,2,43026,45562,43027,0,2,10415,8125,43554,0,2,43559,34547,43570,0,2,34547,43559,43560,0,2,9947,34679,10067,0,2,9956,45567,45568,0,2,45568,45567,9996,0,2,9997,9996,45567,0,2,9997,45567,45570,0,2,45570,45567,9959,0,2,9960,9961,45569,0,2,9957,9959,45567,0,2,9997,45570,9998,0,2,9998,45570,45578,0,2,45571,45578,45580,0,2,45571,9998,45578,0,2,45570,9959,45572,0,2,45570,45572,45573,0,2,45579,45573,45574,0,2,16669,45574,45573,0,2,45575,45573,45572,0,2,45575,45572,45576,0,2,45576,45572,9959,0,2,16669,45573,45575,0,2,16669,45575,16675,0,2,16675,45575,45577,0,2,45577,45576,9960,0,2,45577,9960,45569,0,2,45576,45577,45575,0,2,9960,45576,9959,0,2,45570,45573,45578,0,2,45573,45579,45578,0,2,45578,45579,45580,0,2,45589,45580,16654,0,2,16654,45580,45579,0,2,16654,45579,16653,0,2,45581,16653,16652,0,2,45582,45579,45574,0,2,45579,45582,16653,0,2,16653,45582,16652,0,2,45581,10000,16653,0,2,45568,10059,9956,0,2,9990,9981,10057,0,2,9990,45583,9981,0,2,9981,45583,9982,0,2,10056,9982,9984,0,2,9984,9982,9985,0,2,9988,9987,9985,0,2,9985,9982,45583,0,2,9985,45583,9988,0,2,9988,45583,9989,0,2,43277,10057,45584,0,2,43277,45584,43278,0,2,10057,43277,45622,0,2,45614,45622,43281,0,2,45614,43281,45585,0,2,43287,45585,43281,0,2,10003,10058,45586,0,2,45587,45571,45588,0,2,45580,45589,45588,0,2,45580,45588,45571,0,2,10034,45588,45592,0,2,45590,45592,9999,0,2,45590,9999,43688,0,2,45592,45590,45591,0,2,45592,45591,10034,0,2,45591,45597,10034,0,2,45589,45592,45588,0,2,10005,45586,10033,0,2,10005,10033,43282,0,2,43282,10033,45593,0,2,45593,10033,10007,0,2,43687,45595,45594,0,2,45594,45595,45598,0,2,10031,45598,45596,0,2,45596,45598,45599,0,2,45596,45599,10037,0,2,45597,43687,45594,0,2,43687,45597,45591,0,2,10034,45597,10035,0,2,10035,45597,45594,0,2,45598,45595,43685,0,2,45598,43685,45599,0,2,45599,43685,45600,0,2,45599,45600,10038,0,2,10038,10037,45599,0,2,10039,10038,45600,0,2,45601,9340,9339,0,2,45601,9339,9345,0,2,45601,9345,9337,0,2,46872,45602,16671,0,2,16671,45602,16672,0,2,16581,16672,9966,0,2,9966,16672,45602,0,2,45602,9963,9964,0,2,45602,9964,9966,0,2,46873,45606,45604,0,2,46873,45604,16577,0,2,16578,16577,45604,0,2,45605,45604,45606,0,2,45605,45607,45604,0,2,45604,45607,16578,0,2,45608,16597,43694,0,2,43694,16597,16665,0,2,16577,45608,46873,0,2,16680,9967,45603,0,2,16682,16681,45609,0,2,45609,16668,16669,0,2,45609,16669,16679,0,2,16679,16669,16675,0,2,45610,16578,16593,0,2,16569,16570,16571,0,2,10064,10063,10062,0,2,34681,10064,10062,0,2,45612,9980,45611,0,2,45612,45611,45621,0,2,45612,45621,45613,0,2,45613,45621,45614,0,2,45613,45614,45616,0,2,45615,45616,45623,0,2,45623,45616,45617,0,2,45623,45617,45618,0,2,45618,45617,43288,0,2,45616,45615,45613,0,2,45613,45619,45612,0,2,45612,45619,45620,0,2,45612,45620,10063,0,2,10063,9980,45612,0,2,45619,45613,45636,0,2,45636,45613,45615,0,2,10063,45620,10062,0,2,45617,45616,45585,0,2,45585,45616,45614,0,2,45614,45621,45622,0,2,45622,45621,45611,0,2,45622,45611,10057,0,2,45623,45618,45627,0,2,45627,45618,45625,0,2,45627,45625,45624,0,2,45625,43291,43301,0,2,43291,45625,43290,0,2,43290,45625,43288,0,2,43290,43288,43299,0,2,43301,43237,45625,0,2,45625,43237,45624,0,2,45625,45618,43288,0,2,45627,45624,45628,0,2,45628,45624,45629,0,2,45629,45624,43236,0,2,45631,45628,45629,0,2,45630,45629,43235,0,2,45633,45634,45632,0,2,45633,45632,45615,0,2,45633,45615,45623,0,2,45633,45623,45627,0,2,45627,45628,45633,0,2,45634,45635,45632,0,2,45632,45635,45636,0,2,45632,45636,45615,0,2,45631,45629,45630,0,2,45630,45635,45631,0,2,45635,34684,34685,0,2,34685,34683,45637,0,2,45637,45620,45619,0,2,45637,45619,45636,0,2,45637,45636,34685,0,2,34685,45636,45635,0,2,34683,45638,45637,0,2,45637,45638,45620,0,2,45620,45638,10062,0,2,45635,45634,45631,0,2,43235,45629,43236,0,2,45628,45631,45634,0,2,43272,8406,45639,0,2,45639,43273,43272,0,2,10051,43286,10006,0,2,10007,10051,10006,0,2,10495,10497,10498,0,2,10495,10498,45640,0,2,43639,43666,43630,0,2,43630,43666,10494,0,2,43630,45641,45706,0,2,45642,45641,10491,0,2,45642,10503,45643,0,2,45644,45691,45661,0,2,45661,45691,19212,0,2,45643,10503,45645,0,2,45645,45691,45644,0,2,45645,45644,45643,0,2,45646,19214,10508,0,2,45646,10508,45647,0,2,45647,10508,45695,0,2,45695,10508,45694,0,2,10506,45694,10508,0,2,16635,16634,45648,0,2,16638,16639,16636,0,2,16638,16636,16635,0,2,10450,40299,10473,0,2,10450,10473,10449,0,2,40288,10473,40299,0,2,40288,10472,10473,0,2,45649,43656,45650,0,2,45649,45650,43649,0,2,43649,45650,43650,0,2,45649,43649,19228,0,2,40305,19174,45651,0,2,45651,19174,40206,0,2,45651,40206,40223,0,2,40223,45653,45651,0,2,40304,45651,45652,0,2,40304,45652,40216,0,2,45653,40222,45652,0,2,40221,45652,40222,0,2,40304,40305,45651,0,2,18644,47622,18645,0,2,18616,18752,45655,0,2,18616,45655,45656,0,2,45656,45655,18766,0,2,18750,18766,45655,0,2,18615,18767,18614,0,2,18767,18615,45656,0,2,18616,45656,18615,0,2,19225,10486,10487,0,2,19209,19125,45658,0,2,45658,19208,45659,0,2,45658,45659,45657,0,2,45658,45657,10487,0,2,10487,45657,19225,0,2,19208,45658,19125,0,2,45658,10487,19209,0,2,19209,10487,19210,0,2,19210,10487,45660,0,2,10490,45660,10488,0,2,10488,45660,10487,0,2,10490,45643,45644,0,2,45661,19215,45662,0,2,45661,45662,45644,0,2,45644,45662,45663,0,2,45644,45663,10490,0,2,45665,19115,45666,0,2,19113,45666,19121,0,2,19121,45666,19115,0,2,19124,19115,45665,0,2,19124,45665,19116,0,2,19124,19116,19183,0,2,19117,45664,19118,0,2,19118,45664,19119,0,2,19119,45664,19120,0,2,19116,45665,19117,0,2,19117,45665,45664,0,2,45666,19113,45667,0,2,45666,45667,19120,0,2,45666,19120,45664,0,2,45668,45671,18954,0,2,45668,18954,18781,0,2,19190,45669,45668,0,2,19190,45677,45669,0,2,45676,45670,19187,0,2,45676,19187,19199,0,2,19187,45670,19188,0,2,19188,45670,18778,0,2,45670,45677,19189,0,2,19190,19189,45677,0,2,45681,45671,18952,0,2,45671,45710,18782,0,2,18782,45710,18953,0,2,18953,45710,19089,0,2,18953,19089,45768,0,2,18953,45768,45672,0,2,45769,45672,45673,0,2,45674,19096,19097,0,2,45675,19195,45676,0,2,45676,19195,19194,0,2,45677,45678,45669,0,2,45678,19112,45669,0,2,45678,45677,19194,0,2,19199,45675,45676,0,2,45670,45676,45677,0,2,45677,45676,19194,0,2,45679,45682,45680,0,2,45681,45680,45683,0,2,45681,45683,19093,0,2,19093,45683,19090,0,2,19090,45683,45682,0,2,45680,45682,45683,0,2,45680,19191,45679,0,2,45679,45684,45685,0,2,45685,45684,45689,0,2,45685,45689,19090,0,2,45685,19090,45682,0,2,45685,45682,45679,0,2,45684,19111,45689,0,2,45689,19122,19109,0,2,45687,45686,19109,0,2,45690,19091,45688,0,2,19091,45690,19092,0,2,19092,45690,19109,0,2,19092,19109,45686,0,2,19109,45690,45689,0,2,45690,45688,19090,0,2,19122,45689,19111,0,2,45690,19090,45689,0,2,19212,45691,19106,0,2,19106,45691,45692,0,2,19106,45692,10504,0,2,45693,10506,10504,0,2,45693,16657,10506,0,2,10506,16657,45694,0,2,45647,45695,16650,0,2,45647,16650,16648,0,2,45646,45647,16648,0,2,45694,16655,45695,0,2,45697,45698,45696,0,2,45696,45698,19216,0,2,45698,45697,19217,0,2,19217,45697,19218,0,2,45696,45645,10503,0,2,45696,10503,45697,0,2,19218,45697,10503,0,2,19219,45698,45699,0,2,45700,45703,45701,0,2,45701,45704,10492,0,2,10492,45704,10491,0,2,45701,45702,45700,0,2,45699,45698,45703,0,2,45699,45703,45700,0,2,45698,19217,45703,0,2,45692,45691,45645,0,2,19217,19218,45704,0,2,45703,45704,45701,0,2,45704,45703,19217,0,2,19216,10502,45696,0,2,19218,10491,45704,0,2,45641,45642,45706,0,2,45706,45642,45709,0,2,45706,45709,45705,0,2,45706,45705,43630,0,2,45707,10489,45708,0,2,45707,45708,45709,0,2,45707,45709,45642,0,2,10489,43631,45708,0,2,45709,45708,43660,0,2,43660,45708,43631,0,2,45643,10490,45642,0,2,19097,19098,45674,0,2,45674,19098,45710,0,2,16688,10510,19097,0,2,19097,10509,16688,0,2,45711,16688,16708,0,2,16643,16644,16632,0,2,19151,19158,45712,0,2,45712,19159,19151,0,2,45713,18716,18717,0,2,19152,45714,19160,0,2,45714,19158,19160,0,2,18726,18727,45715,0,2,45715,18727,45716,0,2,18646,45716,18727,0,2,18738,45715,45716,0,2,18838,18656,18851,0,2,18699,18702,18704,0,2,45718,18660,45719,0,2,45718,45719,45720,0,2,45720,45719,45721,0,2,45721,45916,18670,0,2,18699,18669,18670,0,2,18670,18669,45721,0,2,18668,45721,18669,0,2,18659,45718,45720,0,2,18659,45720,18668,0,2,18668,45720,45721,0,2,18849,18659,45717,0,2,18667,45717,18668,0,2,18668,45717,18659,0,2,18839,45722,18837,0,2,18837,45722,18838,0,2,18839,45515,45723,0,2,45515,45514,45723,0,2,45724,18813,45730,0,2,45724,45730,18807,0,2,45729,18800,18787,0,2,18787,18800,18786,0,2,18785,18786,45725,0,2,18786,18800,45725,0,2,45725,18800,45728,0,2,18802,18803,45726,0,2,18816,18804,18803,0,2,18803,18804,45726,0,2,45726,18804,45727,0,2,45726,45727,18801,0,2,18801,45727,45728,0,2,45728,45727,18806,0,2,18806,45727,18805,0,2,18805,45727,18808,0,2,18804,18808,45727,0,2,18806,45725,45728,0,2,18800,45729,18799,0,2,45730,45731,18784,0,2,19099,45732,19086,0,2,19099,19086,19088,0,2,19099,45733,45732,0,2,19100,10515,16704,0,2,10515,19100,10514,0,2,10514,19100,45733,0,2,45733,19100,45732,0,2,10514,45733,10512,0,2,19100,16704,19101,0,2,45733,19099,10512,0,2,45734,45738,45735,0,2,45734,45735,10522,0,2,10522,45735,45736,0,2,10522,45736,10523,0,2,45734,45737,45738,0,2,45736,45735,45739,0,2,45736,45739,45780,0,2,45780,45739,10597,0,2,10597,45739,45788,0,2,45788,45740,45755,0,2,45755,45740,45741,0,2,45741,45740,45742,0,2,45741,45742,45753,0,2,45741,45753,11312,0,2,11312,45753,45743,0,2,45743,45753,45742,0,2,45743,45742,45737,0,2,45737,45751,45744,0,2,45744,45751,45746,0,2,45744,45746,45745,0,2,45745,11307,45744,0,2,11307,45743,45744,0,2,45744,45743,45737,0,2,45747,45749,10520,0,2,10520,45749,45748,0,2,45748,45749,45752,0,2,45749,45750,45751,0,2,45751,45752,45749,0,2,45752,45737,18795,0,2,45751,45737,45752,0,2,45738,45737,45742,0,2,45738,45742,45740,0,2,45738,45740,45735,0,2,45739,45740,45788,0,2,45737,45734,18795,0,2,45747,45750,45749,0,2,45751,45750,45746,0,2,11302,45750,45770,0,2,11302,45770,11301,0,2,43701,45754,43702,0,2,45754,45747,43702,0,2,43702,45747,10520,0,2,45750,45747,45770,0,2,45756,45741,11312,0,2,10595,45757,46012,0,2,45755,45741,45757,0,2,45757,45741,45758,0,2,45758,45741,45756,0,2,10597,10598,45780,0,2,45780,10598,10599,0,2,11312,11307,11310,0,2,11310,11307,11308,0,2,11310,11309,11311,0,2,45759,11306,11320,0,2,45759,10618,45760,0,2,45756,45760,45758,0,2,45760,11306,45759,0,2,10621,10613,10647,0,2,45761,10649,45762,0,2,45762,10649,45825,0,2,45763,10619,45762,0,2,45762,10619,10620,0,2,45762,10620,45764,0,2,45762,45764,45761,0,2,10621,45764,10620,0,2,16711,16712,16713,0,2,19088,45765,45766,0,2,19088,19086,45765,0,2,45765,18949,45767,0,2,45765,45767,45766,0,2,45766,45767,45673,0,2,45673,45672,45768,0,2,45767,18784,45673,0,2,45769,45731,18813,0,2,18813,45731,45730,0,2,45770,45754,11301,0,2,43696,43697,43698,0,2,43698,45772,11300,0,2,45773,43704,11220,0,2,45774,11220,11221,0,2,11300,45772,11299,0,2,11299,45772,11223,0,2,11223,45772,11222,0,2,11222,45772,11221,0,2,11221,45772,45774,0,2,43704,45773,43697,0,2,43697,45773,45774,0,2,45774,45773,11220,0,2,45774,45772,43698,0,2,45774,43698,43697,0,2,11218,16617,45775,0,2,11219,45775,45776,0,2,11219,45776,11883,0,2,11886,45776,45775,0,2,11217,43704,43703,0,2,10517,18796,18790,0,2,10517,18790,19105,0,2,45511,45491,45510,0,2,45491,45489,45510,0,2,45510,45489,18802,0,2,45490,18802,45489,0,2,45493,45503,45777,0,2,45777,45494,45499,0,2,45777,45499,45493,0,2,45778,18794,18795,0,2,18795,18942,45778,0,2,45778,18942,45779,0,2,45780,10523,45736,0,2,45780,10600,10601,0,2,45780,10601,10523,0,2,10599,10598,45781,0,2,45781,10598,45782,0,2,45781,45782,45783,0,2,45783,45782,45790,0,2,45783,45790,45784,0,2,10598,10597,45782,0,2,45782,10597,45787,0,2,45789,10596,46010,0,2,46010,10595,45796,0,2,45796,10595,10594,0,2,45796,10594,10593,0,2,10595,46010,10596,0,2,45788,10596,45787,0,2,45788,45787,10597,0,2,45787,10596,45789,0,2,45787,45789,46008,0,2,45787,46008,45784,0,2,45787,45784,45790,0,2,45787,45790,45782,0,2,10599,45781,45791,0,2,45791,45781,45792,0,2,45793,45794,47653,0,2,47653,45794,45784,0,2,45784,45785,47652,0,2,47652,45785,45786,0,2,45784,45794,45783,0,2,10600,10599,45791,0,2,45792,10525,45791,0,2,45791,10525,10600,0,2,10525,10524,10600,0,2,10600,10524,10601,0,2,45792,45781,45793,0,2,45793,45781,45794,0,2,45794,45781,45783,0,2,45786,45785,10589,0,2,45795,46010,45796,0,2,45836,45796,10593,0,2,10589,10590,10588,0,2,10589,10588,45786,0,2,10590,10591,45815,0,2,45815,10591,45831,0,2,45815,45831,45797,0,2,45798,45799,45800,0,2,45800,45799,45801,0,2,45800,45801,45806,0,2,45800,45806,45809,0,2,45809,45810,45811,0,2,45811,45803,45802,0,2,45802,45803,45816,0,2,45816,45803,10584,0,2,10585,45817,10584,0,2,45804,45803,45811,0,2,45804,45811,45805,0,2,45964,45805,45810,0,2,45964,45810,45806,0,2,45964,45806,10628,0,2,10628,45806,45807,0,2,45808,10652,10651,0,2,10652,45808,45801,0,2,45801,45808,45806,0,2,45808,45807,45806,0,2,45809,45806,45810,0,2,45803,45804,10583,0,2,45803,10583,10584,0,2,45957,45804,45805,0,2,45800,45809,45798,0,2,45811,45812,45798,0,2,45798,45812,45832,0,2,45832,45812,45797,0,2,45811,45798,45809,0,2,45811,45802,45812,0,2,10590,45815,10588,0,2,45814,10588,45815,0,2,45814,45815,45816,0,2,45816,45815,45797,0,2,45816,45797,45812,0,2,47659,45814,45817,0,2,10591,10592,45818,0,2,45819,45820,47643,0,2,47643,45820,10635,0,2,47643,10635,10653,0,2,45821,45820,45822,0,2,45822,45823,45826,0,2,45826,45823,45825,0,2,45825,45823,45824,0,2,45825,45824,45763,0,2,45763,45829,45830,0,2,45830,45760,10618,0,2,45763,45762,45825,0,2,45826,10649,10636,0,2,10636,45821,45826,0,2,45822,45826,45821,0,2,45820,45819,45822,0,2,45822,45819,45828,0,2,45822,45828,45823,0,2,45823,45828,45827,0,2,45827,45828,45837,0,2,45828,45819,10592,0,2,10592,45819,45818,0,2,45823,45827,45824,0,2,45824,10593,10594,0,2,45824,10594,45763,0,2,45763,10594,45829,0,2,10594,46012,45829,0,2,45829,46012,45830,0,2,45819,47643,45818,0,2,45818,45831,10591,0,2,45797,45831,45832,0,2,45808,10651,10630,0,2,45807,10630,10629,0,2,45807,10629,10628,0,2,10628,10627,45964,0,2,45839,10654,45833,0,2,45833,10654,10634,0,2,16617,16618,16725,0,2,16725,16618,16619,0,2,11218,45771,11220,0,2,11220,43704,11218,0,2,11301,43698,11300,0,2,45834,11849,11850,0,2,45834,11850,11862,0,2,11887,45834,11862,0,2,11869,11227,46879,0,2,46879,11227,11858,0,2,45835,11882,11849,0,2,45754,43699,43698,0,2,45754,43701,43699,0,2,18794,45748,45752,0,2,18794,18793,45748,0,2,45748,18793,10521,0,2,45795,45836,45837,0,2,45795,45837,46011,0,2,46011,45837,10592,0,2,45795,45796,45836,0,2,45838,10636,10638,0,2,45839,45833,10639,0,2,45839,10639,10640,0,2,10639,45833,45840,0,2,10638,45840,45833,0,2,10638,45833,45838,0,2,18931,18932,45858,0,2,18831,45858,18913,0,2,18913,45841,45842,0,2,18831,18830,45858,0,2,45858,18830,18931,0,2,18921,18829,18830,0,2,18914,45843,18928,0,2,45843,18825,18928,0,2,45851,18920,45844,0,2,45844,45841,45852,0,2,45846,45845,10529,0,2,45848,45846,10530,0,2,45848,10530,45847,0,2,45847,10530,45859,0,2,45847,45859,18666,0,2,45847,18666,18665,0,2,45847,18665,45848,0,2,45848,45857,45853,0,2,45849,45850,45851,0,2,45851,45850,18901,0,2,45849,45851,45844,0,2,45849,45844,45852,0,2,45849,45852,45856,0,2,45856,45852,45853,0,2,45853,45854,45846,0,2,45846,45854,45845,0,2,45853,45846,45848,0,2,45850,45849,45855,0,2,45853,45857,45856,0,2,45849,45856,45855,0,2,45855,45856,18664,0,2,18664,45856,10532,0,2,10532,45856,45857,0,2,18665,45857,45848,0,2,18666,45859,45861,0,2,45846,10529,10530,0,2,10530,10529,46000,0,2,45844,45842,45841,0,2,45841,18913,45858,0,2,45841,45858,45845,0,2,10528,45845,18932,0,2,18932,45845,45858,0,2,45859,19082,45860,0,2,47662,45860,19084,0,2,19084,45860,19083,0,2,45859,45860,45861,0,2,45861,45869,18666,0,2,19046,45869,45862,0,2,19046,45862,45863,0,2,45863,45947,19048,0,2,45865,18666,45864,0,2,18666,45869,45864,0,2,45864,45869,19046,0,2,19046,45866,45864,0,2,45864,45866,45867,0,2,45864,45867,47663,0,2,45864,47663,45865,0,2,45865,47663,10531,0,2,10531,18665,45865,0,2,45866,19044,45867,0,2,45867,19044,45868,0,2,45867,45868,47663,0,2,47663,45868,19081,0,2,45869,45861,45948,0,2,45948,45861,45860,0,2,19083,45870,19084,0,2,45870,45871,19084,0,2,45870,45883,45871,0,2,45871,45883,45872,0,2,45872,45883,10539,0,2,45883,45873,10539,0,2,45874,45873,45875,0,2,45874,45875,45876,0,2,45940,45876,45886,0,2,45886,45996,45877,0,2,45877,45996,46002,0,2,45877,46002,45888,0,2,45888,47661,47654,0,2,47654,47661,45793,0,2,47654,45793,47653,0,2,45886,45876,45996,0,2,45996,45876,45878,0,2,45878,45876,45884,0,2,45884,45882,46001,0,2,46001,45882,45879,0,2,19082,46000,45881,0,2,45881,46000,45880,0,2,19083,45881,45879,0,2,19083,45879,45882,0,2,19083,45882,45870,0,2,45885,45884,45875,0,2,45882,45885,45870,0,2,45870,45885,45883,0,2,45883,45885,45873,0,2,45873,45885,45875,0,2,45882,45884,45885,0,2,45884,45876,45875,0,2,47657,45887,45888,0,2,45888,45887,45877,0,2,45877,45887,47651,0,2,45877,47651,45886,0,2,45889,45792,45793,0,2,45889,45793,47661,0,2,45903,10671,18986,0,2,18986,10671,18982,0,2,45891,45890,10676,0,2,45890,45891,10675,0,2,10714,18687,45892,0,2,45892,18687,18992,0,2,45892,18992,45893,0,2,45893,18992,19021,0,2,45893,19021,10712,0,2,45893,10712,40509,0,2,45894,10714,45892,0,2,45894,45892,45899,0,2,45899,45892,47666,0,2,45899,47666,45895,0,2,45895,47666,47667,0,2,45896,47667,47671,0,2,45896,47669,45897,0,2,45897,47669,47547,0,2,45897,47547,45521,0,2,45521,47547,47546,0,2,47667,45896,45895,0,2,45899,45895,45898,0,2,45898,45895,45897,0,2,45897,45895,45896,0,2,10717,10715,45898,0,2,10717,45898,45519,0,2,45894,45899,10715,0,2,10715,45899,45898,0,2,45902,45901,45903,0,2,45903,45901,45904,0,2,19079,45904,45901,0,2,19079,45901,45906,0,2,45902,10672,45901,0,2,45901,45905,45906,0,2,45907,45906,45908,0,2,45907,45908,18843,0,2,18843,45908,18660,0,2,18660,45908,45719,0,2,45908,45906,45909,0,2,45908,45909,45719,0,2,45719,45909,45721,0,2,45721,45912,45916,0,2,45910,45913,10692,0,2,45913,45911,10693,0,2,10693,45911,10672,0,2,45912,45905,45913,0,2,45912,45913,19015,0,2,19015,45913,45910,0,2,45911,45913,45905,0,2,45912,45721,45909,0,2,10672,45911,45901,0,2,45901,45911,45905,0,2,45909,45905,45912,0,2,18670,45916,45917,0,2,45906,45914,45900,0,2,45900,45914,18663,0,2,45906,45907,45914,0,2,18662,45914,45907,0,2,18662,45907,18843,0,2,18662,18843,18661,0,2,45915,18848,18849,0,2,18850,18848,45915,0,2,18850,45915,45723,0,2,45723,45915,18839,0,2,18658,18839,45915,0,2,18682,18681,19011,0,2,19011,18681,19012,0,2,10680,45917,45916,0,2,45916,45912,19015,0,2,45910,10679,19015,0,2,10669,19054,10668,0,2,10668,19054,45919,0,2,45918,19054,10669,0,2,45918,10669,19052,0,2,45921,45920,19058,0,2,45920,45921,45919,0,2,45919,45922,10668,0,2,19058,45920,19056,0,2,19056,45920,19063,0,2,10708,11594,11384,0,2,11384,11383,45933,0,2,11384,10710,10708,0,2,11596,45923,45931,0,2,45923,11593,45924,0,2,45924,11593,45929,0,2,45929,45925,45926,0,2,45926,45925,45930,0,2,45930,45927,45926,0,2,45926,45928,45929,0,2,45929,45928,45924,0,2,45928,11402,45924,0,2,45924,11401,45923,0,2,45923,11401,11592,0,2,45923,11592,45931,0,2,11401,45924,11402,0,2,11596,45931,11595,0,2,11593,45932,45929,0,2,40506,40509,45933,0,2,40506,45933,40505,0,2,11594,10706,45934,0,2,11594,45934,45932,0,2,45932,45934,45925,0,2,45925,45934,45930,0,2,45934,10706,10705,0,2,10705,45930,45934,0,2,10702,10695,45935,0,2,10702,45935,45939,0,2,45938,45939,45937,0,2,45939,45935,45936,0,2,10666,45937,45936,0,2,10666,10665,45937,0,2,45927,10666,45936,0,2,45927,45936,45926,0,2,45926,45936,45935,0,2,10702,10701,10695,0,2,10695,10701,10699,0,2,10703,10661,10701,0,2,10662,10703,45938,0,2,45939,45936,45937,0,2,45939,45938,10702,0,2,10702,45938,10703,0,2,45940,45941,45876,0,2,45876,45941,45942,0,2,45876,45942,45874,0,2,45943,10554,40818,0,2,10698,10704,10552,0,2,10552,10704,10660,0,2,45871,19085,45945,0,2,45945,45862,45948,0,2,45871,45945,19084,0,2,19084,45945,47662,0,2,19070,19069,10537,0,2,10538,45947,45946,0,2,10538,45946,19085,0,2,19085,45946,45945,0,2,45862,45945,45946,0,2,45862,45946,45947,0,2,45862,45947,45863,0,2,45947,10538,19048,0,2,45945,45948,47662,0,2,45948,45862,45869,0,2,45944,10544,45949,0,2,19037,45949,19039,0,2,19038,19039,45950,0,2,45950,19039,45951,0,2,45950,45951,47645,0,2,47645,45951,10578,0,2,19039,10541,45952,0,2,19039,45952,45951,0,2,45951,45952,10578,0,2,19038,45950,19036,0,2,19036,45950,45954,0,2,19036,45954,45966,0,2,45966,45954,45953,0,2,45953,10567,10568,0,2,19035,10568,19033,0,2,10567,45953,45954,0,2,45955,10579,10581,0,2,45955,10581,10602,0,2,10579,45955,10578,0,2,10578,45955,47647,0,2,45956,47648,45957,0,2,45956,45957,45958,0,2,45958,45957,45960,0,2,45959,45960,45805,0,2,47648,10583,45957,0,2,45960,45957,45805,0,2,45964,10627,45961,0,2,45961,10627,45962,0,2,10563,45961,45963,0,2,45963,45961,45962,0,2,45805,45964,45959,0,2,45961,45959,45964,0,2,45959,10603,45960,0,2,10603,45958,45960,0,2,45962,45988,10562,0,2,45953,19035,45965,0,2,45966,45953,45965,0,2,45967,45965,19034,0,2,45967,19034,45969,0,2,45966,45967,19036,0,2,19036,45967,19037,0,2,19037,45968,45949,0,2,45949,45968,45944,0,2,45965,45967,45966,0,2,45967,45969,19037,0,2,19037,45969,45968,0,2,45968,45969,10547,0,2,45968,10547,45944,0,2,45970,45971,47636,0,2,45978,45972,45974,0,2,45978,45974,45973,0,2,45973,45974,10574,0,2,45973,10574,10605,0,2,45973,10605,10575,0,2,45973,10575,45977,0,2,45973,45977,47639,0,2,47639,45977,45975,0,2,10562,45975,45976,0,2,45976,45977,10575,0,2,10575,10576,10563,0,2,10575,10563,45976,0,2,45976,10563,45963,0,2,45975,45977,45976,0,2,45978,45973,47638,0,2,45978,47638,47637,0,2,45978,47637,45983,0,2,45983,47637,45979,0,2,45980,45979,40917,0,2,40917,45979,45991,0,2,45981,40911,45982,0,2,45981,45982,45983,0,2,45979,45981,45983,0,2,45981,45980,40912,0,2,45987,45978,45983,0,2,45987,45983,45982,0,2,45987,45982,45984,0,2,46018,45986,40910,0,2,40911,40910,45982,0,2,45985,45984,45986,0,2,45986,45984,40910,0,2,40910,45984,45982,0,2,45985,40921,45984,0,2,45972,45987,47636,0,2,45987,45972,45978,0,2,10574,45974,10573,0,2,10573,45974,45971,0,2,45971,45974,47636,0,2,47636,45974,45972,0,2,47640,10562,45988,0,2,45988,10626,47640,0,2,10626,45988,10629,0,2,10626,10629,10631,0,2,10631,10629,10630,0,2,10631,10632,45989,0,2,45989,10632,10624,0,2,10624,10632,10623,0,2,40913,45991,45990,0,2,47639,45975,45990,0,2,47639,45990,45991,0,2,40916,45990,10562,0,2,10562,45990,45975,0,2,45992,10540,45995,0,2,45992,45995,45994,0,2,45994,45995,45993,0,2,45994,45993,45874,0,2,45994,45874,45942,0,2,45874,45993,45873,0,2,45873,45993,45995,0,2,19040,45992,45994,0,2,19040,45994,45942,0,2,19040,45942,10580,0,2,10580,45942,10581,0,2,10581,45942,45941,0,2,46001,45879,45880,0,2,45998,45997,45999,0,2,46000,45999,45880,0,2,45880,45997,46001,0,2,45880,45999,45997,0,2,46001,45997,46002,0,2,46002,45997,45998,0,2,46006,45998,46003,0,2,45998,45999,46003,0,2,46003,45999,46004,0,2,46003,46004,10528,0,2,46001,45878,45884,0,2,45878,46001,45996,0,2,45996,46001,46002,0,2,46006,46003,10527,0,2,46006,46005,45998,0,2,45998,46005,46002,0,2,45888,46002,46005,0,2,45888,46005,46007,0,2,46007,46005,46006,0,2,46007,46006,47661,0,2,47661,46006,45889,0,2,46009,46008,45795,0,2,45795,46008,46010,0,2,46009,45785,46008,0,2,46008,45785,45784,0,2,46008,45789,46010,0,2,46011,46009,45795,0,2,10589,45785,46011,0,2,46011,45785,46009,0,2,46012,45757,45758,0,2,46012,45758,45830,0,2,45830,45758,45760,0,2,11311,45756,11310,0,2,11310,45756,11312,0,2,45830,10618,10619,0,2,45830,10619,45763,0,2,10633,10643,46013,0,2,46013,10643,10609,0,2,45761,45764,10647,0,2,10647,45764,10621,0,2,46013,10609,10655,0,2,10655,10623,46013,0,2,10633,46013,10623,0,2,40912,46014,46015,0,2,40911,46015,46016,0,2,40911,46016,46018,0,2,46015,46017,46016,0,2,46018,46016,11444,0,2,46018,11444,10557,0,2,11550,11520,11549,0,2,11549,11520,11539,0,2,11539,11538,11549,0,2,11547,11549,11538,0,2,11443,11437,11446,0,2,11446,11437,11500,0,2,11545,11544,11551,0,2,11545,11551,11509,0,2,11545,11509,11552,0,2,46020,11517,11263,0,2,11263,11323,46020,0,2,11513,11537,11514,0,2,11514,11515,11513,0,2,11511,11513,11515,0,2,41216,41215,41212,0,2,11484,46021,41213,0,2,11485,46021,11484,0,2,11552,11509,11508,0,2,11916,11259,46023,0,2,11259,11292,46023,0,2,13097,13126,13079,0,2,13097,13079,13125,0,2,46024,13126,13097,0,2,46024,16766,13126,0,2,13061,13062,42724,0,2,42724,13062,46025,0,2,46025,13062,13063,0,2,46025,13063,16781,0,2,46028,46027,11213,0,2,11213,46027,11212,0,2,11933,11934,46028,0,2,11933,46028,42735,0,2,42735,42734,11933,0,2,46036,16606,46031,0,2,46036,46031,46032,0,2,46032,46031,16599,0,2,46032,16599,46033,0,2,46032,46033,46034,0,2,46034,46033,16736,0,2,46032,46034,16733,0,2,16732,46034,16731,0,2,16731,46034,16736,0,2,46030,16606,46035,0,2,46030,46035,46029,0,2,16606,46036,46035,0,2,46030,46029,16608,0,2,16608,46029,46877,0,2,42726,42727,46039,0,2,42726,46039,46037,0,2,12379,46038,46039,0,2,46039,42727,12379,0,2,42723,16768,16770,0,2,13133,46040,13131,0,2,13133,13128,46040,0,2,41446,13057,13058,0,2,13058,13067,41446,0,2,41240,41241,41238,0,2,41413,41411,46041,0,2,46041,41418,41414,0,2,41443,41439,41414,0,2,41443,41414,46042,0,2,41449,13052,46043,0,2,13053,46043,13052,0,2,13083,13123,11951,0,2,11197,11196,11784,0,2,16779,42724,42722,0,2,15651,15660,15652,0,2,46044,15660,46047,0,2,15662,46044,46045,0,2,15662,46045,46051,0,2,46051,46045,46054,0,2,46046,46045,46044,0,2,46046,46044,46047,0,2,46047,15660,46049,0,2,46047,46049,46048,0,2,46048,46049,14877,0,2,14877,46049,46050,0,2,14877,46050,14875,0,2,15632,46050,15650,0,2,15650,46050,46049,0,2,15650,46049,15651,0,2,15651,46049,15660,0,2,46048,14878,46046,0,2,46046,46047,46048,0,2,15661,46044,15662,0,2,15662,46051,15663,0,2,15663,46051,46052,0,2,46052,46051,46053,0,2,46052,46053,15664,0,2,14881,15664,46053,0,2,46053,46051,46054,0,2,46052,42649,15663,0,2,46054,14879,46060,0,2,46057,46711,42639,0,2,46057,42639,42638,0,2,46055,46056,14880,0,2,42638,42637,46055,0,2,42637,42635,46055,0,2,46055,42635,46056,0,2,46058,46059,46068,0,2,46068,46059,46070,0,2,46068,46069,46058,0,2,46058,46069,46057,0,2,46057,46069,46711,0,2,46057,42638,46058,0,2,46058,42638,14880,0,2,46058,14880,46059,0,2,46059,14880,46054,0,2,14880,42638,46055,0,2,46059,46061,46070,0,2,46060,46059,46054,0,2,46054,46046,14879,0,2,46059,46060,46061,0,2,46061,14879,46062,0,2,46063,46062,46073,0,2,46063,46073,46064,0,2,46063,46064,46071,0,2,46071,46064,46065,0,2,46065,46064,14895,0,2,46065,14895,14896,0,2,46065,14896,46066,0,2,46710,46066,14897,0,2,46068,46067,46069,0,2,46068,46070,46067,0,2,46067,46070,46071,0,2,46067,46071,46065,0,2,46071,46070,46063,0,2,46063,46070,46062,0,2,46062,46070,46061,0,2,46066,14896,14897,0,2,14879,14878,46062,0,2,14878,46072,46062,0,2,46062,46072,46073,0,2,46073,46072,14876,0,2,46073,14876,46064,0,2,14887,46074,14888,0,2,14888,46074,46906,0,2,46906,46074,14837,0,2,46906,14837,14836,0,2,46074,14838,14837,0,2,46074,14887,14886,0,2,46074,14886,46075,0,2,46075,14886,14874,0,2,14874,14871,46075,0,2,46079,15188,46076,0,2,46079,46077,46078,0,2,46079,46078,46080,0,2,46080,46078,42653,0,2,46080,42653,46081,0,2,46081,42653,42652,0,2,46081,42652,42651,0,2,46076,46077,46079,0,2,46076,15188,15187,0,2,15187,47490,46076,0,2,46482,46079,46080,0,2,16727,11964,16728,0,2,46085,46083,46084,0,2,46202,46085,46086,0,2,46086,46087,46088,0,2,46088,47225,46089,0,2,12359,46091,46092,0,2,12359,46092,46093,0,2,46093,46092,46095,0,2,46093,46095,46094,0,2,46197,46095,47226,0,2,46197,47226,46096,0,2,46096,46175,47220,0,2,47220,46175,46180,0,2,47244,46179,46174,0,2,46174,47247,47244,0,2,46178,46097,46176,0,2,46195,46178,46176,0,2,46195,46176,46098,0,2,46098,46176,46099,0,2,46189,46099,46100,0,2,15830,46100,15832,0,2,15835,46102,46162,0,2,15835,46162,46619,0,2,46624,46105,46161,0,2,46145,46260,46144,0,2,46144,46260,46106,0,2,46144,46106,46107,0,2,46107,46249,46108,0,2,46108,46249,46109,0,2,46110,46109,46158,0,2,46640,46264,46247,0,2,46640,46247,46330,0,2,46639,46330,46111,0,2,46111,46331,46112,0,2,46340,46341,46156,0,2,46156,46341,46113,0,2,46156,46113,46118,0,2,46118,46113,46114,0,2,46115,46907,46114,0,2,46118,46117,46653,0,2,46121,46120,46122,0,2,46132,46122,46123,0,2,15815,46124,46127,0,2,15815,46127,46125,0,2,46127,46124,46644,0,2,46127,46644,46129,0,2,46127,46129,46125,0,2,46125,46129,46128,0,2,46128,46129,46126,0,2,46126,46131,46130,0,2,46130,46131,15852,0,2,15852,15848,46130,0,2,15815,15814,46124,0,2,46124,15814,46133,0,2,46124,46133,46123,0,2,46123,46133,46132,0,2,46152,46134,15814,0,2,46133,46134,46136,0,2,46136,46134,46152,0,2,46134,46133,15814,0,2,46122,46132,46121,0,2,46653,46156,46118,0,2,46653,46119,46156,0,2,46156,46119,46121,0,2,46121,46119,46120,0,2,46132,46133,46135,0,2,46135,46136,46137,0,2,46635,46137,46138,0,2,46635,46138,46139,0,2,46139,46138,46155,0,2,46139,46155,46140,0,2,46140,46155,46141,0,2,46140,46141,46634,0,2,46636,46623,46630,0,2,46630,46142,46631,0,2,46143,46146,46144,0,2,46633,46144,46107,0,2,46144,46146,46145,0,2,46145,46624,46161,0,2,46145,46146,46624,0,2,46631,46142,46143,0,2,46146,46142,46624,0,2,46105,46624,46147,0,2,46105,46147,46148,0,2,46148,46150,46149,0,2,46151,46620,46622,0,2,46151,46622,46141,0,2,47500,46151,15812,0,2,46137,46136,46152,0,2,46138,46152,46154,0,2,46154,15814,46153,0,2,46154,46152,15814,0,2,46136,46135,46133,0,2,46138,46154,46155,0,2,46154,46153,46155,0,2,46141,46155,46151,0,2,46151,46155,15812,0,2,46153,15812,46155,0,2,46132,46135,46121,0,2,46907,15955,46117,0,2,46114,46907,46117,0,2,46114,46117,46118,0,2,46674,46156,46121,0,2,46674,46121,46157,0,2,46673,46157,46137,0,2,46673,46137,46642,0,2,46642,46137,46635,0,2,46137,46157,46135,0,2,46135,46157,46121,0,2,46110,46158,46264,0,2,46104,46103,46160,0,2,46104,46160,46159,0,2,46159,46160,46232,0,2,46103,46619,46160,0,2,46102,46101,47238,0,2,46102,47238,46162,0,2,46162,47238,46163,0,2,46231,46163,47239,0,2,47239,46165,46164,0,2,46233,46165,46166,0,2,46166,47246,46167,0,2,46167,47246,46168,0,2,46168,47227,47228,0,2,46170,47225,46087,0,2,46087,46086,46171,0,2,46171,46086,46085,0,2,46087,47225,46088,0,2,46166,46165,47246,0,2,46172,46173,46174,0,2,46173,47227,46168,0,2,46168,47246,46173,0,2,46173,47246,47247,0,2,46173,47247,46174,0,2,46172,46175,46096,0,2,46096,47226,46172,0,2,46175,46174,46180,0,2,46180,46174,46179,0,2,46172,46174,46175,0,2,47227,46173,46172,0,2,46099,46176,46177,0,2,46099,46177,46100,0,2,46100,46177,15832,0,2,46179,47244,46178,0,2,46178,46194,46179,0,2,47219,46193,46182,0,2,15179,15675,46182,0,2,46182,15675,46183,0,2,46184,46185,46186,0,2,46186,46185,46187,0,2,46186,46187,47182,0,2,47182,46187,46188,0,2,46188,46604,47189,0,2,47189,46604,47188,0,2,47188,46604,46189,0,2,47187,46192,47185,0,2,47185,46192,46190,0,2,46981,46190,46983,0,2,46983,46191,15828,0,2,46983,46192,46191,0,2,46191,46192,15829,0,2,47188,15829,47187,0,2,47187,15829,46192,0,2,46187,46185,46605,0,2,46605,46185,46193,0,2,46195,46194,46178,0,2,46097,46178,47244,0,2,46195,46098,46194,0,2,46605,46196,46194,0,2,46605,46193,46196,0,2,46194,46196,46179,0,2,46179,46196,46180,0,2,46182,46184,15179,0,2,46095,46197,46094,0,2,47221,46096,47220,0,2,46096,47221,46197,0,2,12359,12358,46091,0,2,46091,46198,46089,0,2,46198,46205,46199,0,2,46086,46199,46202,0,2,46202,46200,46201,0,2,46201,12354,46082,0,2,46082,46203,46201,0,2,46202,46201,46085,0,2,46085,46201,46203,0,2,46085,46203,46083,0,2,46199,46086,46198,0,2,46198,46086,46088,0,2,46198,46088,46089,0,2,46089,46090,46091,0,2,46091,46204,46198,0,2,46207,46205,46206,0,2,46207,46206,12356,0,2,46207,12356,46210,0,2,46205,46207,46208,0,2,46206,46204,12361,0,2,12361,46204,12358,0,2,12358,46204,46091,0,2,46204,46205,46198,0,2,46199,46205,46208,0,2,46199,46208,46202,0,2,46202,46208,46200,0,2,46200,46208,46209,0,2,46209,46210,12355,0,2,46209,12355,12362,0,2,46200,46209,12354,0,2,46082,12354,12352,0,2,46201,46200,12354,0,2,12354,46209,12362,0,2,46208,46207,46209,0,2,46209,46207,46210,0,2,12353,12352,12354,0,2,46211,46213,46083,0,2,46211,46082,46212,0,2,46212,16554,46468,0,2,46468,16554,46467,0,2,46227,46214,46215,0,2,46215,12018,46216,0,2,46215,46216,46218,0,2,46218,46216,46217,0,2,46218,46217,46219,0,2,46219,46217,46237,0,2,46219,46237,46220,0,2,46219,46220,46221,0,2,46222,46221,46168,0,2,46168,47228,46222,0,2,46222,46223,46219,0,2,46219,46221,46222,0,2,47228,46169,46222,0,2,46222,46169,46223,0,2,46223,46225,46224,0,2,46224,46171,46084,0,2,46224,46084,46083,0,2,46224,46083,46229,0,2,46229,46083,46213,0,2,46085,46084,46171,0,2,46170,46225,46169,0,2,46169,46225,46223,0,2,46225,46170,46087,0,2,46225,46087,46171,0,2,46225,46171,46224,0,2,46218,46226,46227,0,2,46218,46227,46215,0,2,46226,46218,46219,0,2,46223,46224,46226,0,2,46226,46224,46228,0,2,46226,46228,46227,0,2,46227,46229,46214,0,2,46214,46229,46213,0,2,46224,46229,46228,0,2,46168,46221,46167,0,2,46167,46221,46234,0,2,46167,46234,46166,0,2,46166,46234,46233,0,2,46165,46233,46230,0,2,46165,46230,46164,0,2,46164,46230,46231,0,2,46231,46252,46603,0,2,46221,46220,46234,0,2,46255,46233,46234,0,2,46255,46234,46235,0,2,46235,46234,46236,0,2,46236,46234,46220,0,2,46236,46220,46237,0,2,46237,46217,46239,0,2,46239,46217,46238,0,2,46239,46238,46258,0,2,46258,46266,46240,0,2,46240,46241,46242,0,2,46263,46270,46243,0,2,46243,46244,46245,0,2,46245,46244,46329,0,2,46246,46245,46247,0,2,46261,46246,46247,0,2,46247,46158,46261,0,2,46625,46248,46249,0,2,46250,46249,46107,0,2,46253,46106,46251,0,2,46251,46260,46252,0,2,46252,46231,46251,0,2,46231,46230,46251,0,2,46251,46230,46253,0,2,46254,46250,46253,0,2,46230,46233,46253,0,2,46254,46253,46233,0,2,46254,46233,46255,0,2,46256,46242,46478,0,2,46240,46242,46257,0,2,46242,46256,46257,0,2,46240,46257,46258,0,2,46258,46236,46239,0,2,46239,46236,46237,0,2,46235,46236,46257,0,2,46257,46236,46258,0,2,46235,46256,46255,0,2,46255,46256,46259,0,2,46255,46259,46254,0,2,46254,46259,46625,0,2,46254,46625,46250,0,2,46250,46107,46106,0,2,46250,46106,46253,0,2,46251,46106,46260,0,2,46252,46260,46232,0,2,46232,46260,46161,0,2,46161,46260,46145,0,2,46109,46249,46248,0,2,46246,46261,46262,0,2,46246,46262,46245,0,2,46245,46262,46243,0,2,46261,46248,46262,0,2,46263,46262,46479,0,2,46263,46479,46478,0,2,46263,46243,46262,0,2,46247,46264,46158,0,2,46261,46158,46248,0,2,46238,46217,46216,0,2,46258,46238,12019,0,2,46238,46216,12019,0,2,12019,46216,12018,0,2,12018,46265,12017,0,2,12017,46265,16551,0,2,12018,46215,46265,0,2,46265,46215,46214,0,2,46469,46214,46213,0,2,46265,46214,16551,0,2,46240,46266,46267,0,2,16497,46267,46266,0,2,46240,46267,46241,0,2,46242,46241,46269,0,2,46242,46269,46478,0,2,46478,46269,46263,0,2,46263,46269,46268,0,2,46263,46268,46343,0,2,46343,46268,16502,0,2,16515,46269,16501,0,2,46267,16501,46241,0,2,16501,46269,46241,0,2,46342,46244,46272,0,2,46336,46273,46274,0,2,46274,46317,46316,0,2,46276,46275,46298,0,2,46298,46294,46334,0,2,46115,46278,46116,0,2,46116,46278,46279,0,2,15953,15954,46292,0,2,15953,46292,46320,0,2,46320,46292,46327,0,2,46291,46297,15901,0,2,46291,15901,15900,0,2,46282,15901,46283,0,2,46284,46285,46288,0,2,46288,46285,46304,0,2,46288,46304,46286,0,2,46286,46303,46290,0,2,46287,46303,15912,0,2,46288,46286,46744,0,2,46742,46289,46290,0,2,46303,46287,46290,0,2,46290,46287,46742,0,2,46286,46290,46289,0,2,46283,46284,46282,0,2,46297,46291,46281,0,2,46293,46294,46298,0,2,46334,46294,46277,0,2,46277,46294,46278,0,2,46278,46294,46279,0,2,46279,46294,15954,0,2,15954,46294,46292,0,2,46327,46292,46280,0,2,46291,46280,46281,0,2,46280,46325,46327,0,2,46293,46295,46280,0,2,46280,46295,46281,0,2,46281,46295,46300,0,2,46281,46300,46301,0,2,46281,46301,46296,0,2,46296,46285,46283,0,2,15901,46297,46283,0,2,46283,46297,46296,0,2,46296,46297,46281,0,2,46292,46294,46293,0,2,46298,46275,46299,0,2,46305,46301,46759,0,2,46308,46759,46302,0,2,46303,46286,46306,0,2,46306,46286,46304,0,2,46309,46304,46285,0,2,46283,46285,46284,0,2,46296,46305,46285,0,2,46304,46309,46306,0,2,46303,46306,46307,0,2,46301,46305,46296,0,2,46305,46759,46308,0,2,46305,46308,46285,0,2,46285,46308,46309,0,2,46307,46306,46302,0,2,46302,46306,46309,0,2,46302,46309,46308,0,2,46293,46299,46295,0,2,46299,46300,46295,0,2,46299,46293,46298,0,2,46299,46275,46310,0,2,46299,46310,46300,0,2,46300,46310,46319,0,2,46314,46319,46313,0,2,46313,46319,46318,0,2,46318,46676,46311,0,2,46318,46311,46312,0,2,46312,16508,16507,0,2,16508,46471,16510,0,2,46314,46313,46895,0,2,46314,46895,46315,0,2,46314,46315,46319,0,2,46319,46315,46301,0,2,46301,46315,46759,0,2,46301,46300,46319,0,2,46318,46319,46317,0,2,46317,46274,46318,0,2,46318,46274,46676,0,2,46316,46310,46275,0,2,46310,46316,46319,0,2,46317,46319,46316,0,2,46680,15953,46320,0,2,46680,46320,46321,0,2,46321,46320,46322,0,2,46321,46322,46323,0,2,46323,46322,46324,0,2,46322,46320,46324,0,2,46324,46325,15898,0,2,15898,46325,15899,0,2,15899,46325,46326,0,2,46291,46326,46280,0,2,46280,46326,46325,0,2,46324,46327,46325,0,2,46327,46324,46320,0,2,15954,15961,46279,0,2,46272,46244,46271,0,2,46272,46271,16513,0,2,46272,16513,46328,0,2,46328,16513,46471,0,2,16513,46271,16512,0,2,46245,46329,46330,0,2,46330,46329,46342,0,2,46330,46342,46111,0,2,46338,46332,46679,0,2,46679,46333,46335,0,2,46679,46335,46334,0,2,46298,46334,46276,0,2,46276,46334,46335,0,2,46337,46333,46679,0,2,46337,46679,46332,0,2,46276,46335,46336,0,2,46336,46274,46316,0,2,46336,46316,46275,0,2,46335,46333,46336,0,2,46336,46337,46273,0,2,46341,46339,46677,0,2,46341,46677,46278,0,2,46341,46278,46115,0,2,46112,46338,46340,0,2,46338,46112,46332,0,2,46112,46331,46332,0,2,46338,46339,46340,0,2,46340,46339,46341,0,2,46113,46341,46114,0,2,46114,46341,46115,0,2,46245,46330,46247,0,2,46342,46272,46331,0,2,46342,46331,46111,0,2,46332,46331,46328,0,2,46329,46244,46342,0,2,46328,46273,46332,0,2,46332,46273,46337,0,2,46271,46244,46243,0,2,46263,46343,46270,0,2,46270,46343,46344,0,2,46270,46344,46271,0,2,46271,46344,16512,0,2,46468,46211,46212,0,2,12352,12014,46082,0,2,46082,12014,46212,0,2,46203,46082,46083,0,2,46211,46083,46082,0,2,11974,46354,12005,0,2,12005,46354,46345,0,2,46348,46346,46347,0,2,46348,46347,46349,0,2,46350,11989,11980,0,2,11980,11989,12003,0,2,11990,11989,12194,0,2,12194,11989,46350,0,2,12194,46350,46349,0,2,12194,46349,46347,0,2,46350,11980,11979,0,2,46350,11979,46351,0,2,46350,46351,46349,0,2,46349,46351,46352,0,2,46349,46352,46348,0,2,46348,46352,46353,0,2,46353,46345,46346,0,2,46353,46346,46348,0,2,46351,11978,46352,0,2,12208,46355,46354,0,2,46354,46355,46345,0,2,46345,46355,46346,0,2,46354,11974,46357,0,2,12206,12207,11972,0,2,12206,11972,46356,0,2,12206,46356,16585,0,2,16585,8875,12204,0,2,16585,12204,12206,0,2,12207,12208,46357,0,2,46357,12208,46354,0,2,12207,46357,11972,0,2,46356,11972,46358,0,2,46356,46358,16585,0,2,16595,46358,11971,0,2,11972,11971,46358,0,2,46346,46355,46359,0,2,12209,46359,46355,0,2,46359,46347,46346,0,2,12194,12195,11990,0,2,46360,12193,46362,0,2,46362,12193,46361,0,2,46362,46866,46797,0,2,12193,12210,46361,0,2,46363,46360,46362,0,2,46362,46361,46866,0,2,46206,12357,12356,0,2,12356,12357,47490,0,2,12355,12356,47490,0,2,11975,12005,46345,0,2,46364,46345,46353,0,2,46352,11978,46353,0,2,11975,46345,46364,0,2,11977,46365,46446,0,2,46446,46365,46366,0,2,16550,46366,16549,0,2,46470,16549,46367,0,2,46367,16549,46374,0,2,46367,46374,46375,0,2,46375,46377,46376,0,2,46371,46376,46378,0,2,46368,46378,46397,0,2,46903,46369,46370,0,2,46378,46368,46373,0,2,46378,46373,46371,0,2,16528,46371,46904,0,2,16528,46904,46372,0,2,16528,46372,16529,0,2,46373,46368,46369,0,2,46371,16527,46376,0,2,16549,46366,46374,0,2,46374,46366,46365,0,2,46376,46377,46378,0,2,46378,46377,46777,0,2,46378,46777,46380,0,2,46380,46777,46379,0,2,46397,46380,46381,0,2,46381,46382,46383,0,2,46383,46382,46767,0,2,46391,46384,46385,0,2,46391,46385,46386,0,2,46386,46761,46391,0,2,46391,16539,46392,0,2,46392,16539,46387,0,2,46392,46387,46388,0,2,46749,46766,46751,0,2,46749,46751,46389,0,2,46389,46751,46390,0,2,46390,46751,46753,0,2,46390,46753,16536,0,2,16536,16541,46390,0,2,46782,46390,16541,0,2,46398,46392,46388,0,2,46398,46388,46393,0,2,46394,46393,46395,0,2,46395,46370,46396,0,2,46396,46370,46369,0,2,46369,46368,46396,0,2,46381,46394,46397,0,2,46397,46394,46396,0,2,46394,46381,46383,0,2,46396,46394,46395,0,2,46393,46394,46398,0,2,46394,46383,46767,0,2,46394,46767,46398,0,2,46398,46767,46773,0,2,46773,46384,46391,0,2,46398,46773,46392,0,2,46392,46773,46391,0,2,46380,46397,46378,0,2,46388,46766,46393,0,2,46386,46385,46760,0,2,46760,46385,46399,0,2,46399,46400,46401,0,2,46783,46784,46402,0,2,46402,46784,46435,0,2,46404,46403,42781,0,2,42781,46403,46437,0,2,46404,46727,46403,0,2,46403,46727,46435,0,2,46431,46405,46406,0,2,46409,46406,46430,0,2,16457,16456,46407,0,2,46407,16456,46408,0,2,46412,46414,46409,0,2,46409,46414,46410,0,2,46407,46408,46430,0,2,46430,46408,46412,0,2,46430,46412,46409,0,2,16456,16491,46408,0,2,46408,16491,46411,0,2,46408,46411,46412,0,2,46414,46412,46413,0,2,46413,46756,46414,0,2,46414,46756,46410,0,2,46410,46756,46401,0,2,46412,46411,46725,0,2,46412,46725,46413,0,2,16457,46407,46415,0,2,46415,46788,46416,0,2,46416,46787,46417,0,2,46417,46418,46741,0,2,46741,46418,46734,0,2,46741,46734,46736,0,2,46740,46422,46428,0,2,16458,46415,46429,0,2,46429,46415,46416,0,2,46424,46421,46429,0,2,46424,46429,46428,0,2,46424,46428,46422,0,2,46424,46422,46423,0,2,46423,46422,46730,0,2,46423,46730,46425,0,2,46423,46425,16486,0,2,46424,46423,46421,0,2,16459,46425,42793,0,2,16459,42793,46426,0,2,46426,42793,46836,0,2,16459,46426,16485,0,2,16485,46427,16484,0,2,16484,46427,46593,0,2,46417,46428,46416,0,2,16458,46429,46421,0,2,46415,46430,46788,0,2,46430,46415,46407,0,2,46430,46406,46788,0,2,46788,46406,46405,0,2,46431,46432,46401,0,2,46401,46432,46410,0,2,46410,46432,46409,0,2,46409,46432,46431,0,2,46409,46431,46406,0,2,46401,46783,46431,0,2,46431,46783,46402,0,2,46433,46434,46770,0,2,46770,46434,46785,0,2,46385,46400,46399,0,2,46401,46400,46783,0,2,46403,46435,46434,0,2,46433,46436,46441,0,2,46441,46436,46445,0,2,46445,46774,12004,0,2,46439,46438,46442,0,2,46439,46442,46444,0,2,46439,46444,12133,0,2,12133,11985,46440,0,2,46440,11985,11997,0,2,12133,12132,46439,0,2,12131,46439,12132,0,2,46440,11997,11996,0,2,46440,11996,12133,0,2,46433,46441,46437,0,2,46437,46441,46438,0,2,46438,46441,46442,0,2,46444,46443,11985,0,2,11985,12133,46444,0,2,46443,46444,46442,0,2,46443,46442,46445,0,2,46445,46442,46441,0,2,11983,46443,46445,0,2,11983,46445,12004,0,2,11976,11977,46446,0,2,46446,16559,11976,0,2,16559,16553,46447,0,2,16557,46447,12015,0,2,16557,12015,46448,0,2,16559,46447,16558,0,2,16558,46447,16556,0,2,46449,46459,46451,0,2,46449,46451,46450,0,2,46450,46451,46456,0,2,46456,46451,16543,0,2,46452,16544,46453,0,2,46453,16544,16528,0,2,46453,16528,16529,0,2,46453,16529,46454,0,2,46454,46456,46455,0,2,46455,46452,46453,0,2,46453,46454,46455,0,2,46452,46455,16543,0,2,16543,46455,46456,0,2,16544,46452,16542,0,2,16542,46452,16543,0,2,46456,46454,46450,0,2,46450,46454,46458,0,2,46450,46458,46449,0,2,46457,46458,46454,0,2,16531,16532,16530,0,2,16532,46458,16530,0,2,16530,46458,46457,0,2,16529,46457,46454,0,2,16532,46465,46458,0,2,46449,46463,46459,0,2,46459,46460,46461,0,2,12032,46461,12033,0,2,12033,46460,16495,0,2,16495,46460,46462,0,2,46462,46460,46463,0,2,46463,46460,46459,0,2,16495,46462,16534,0,2,46473,46464,46461,0,2,46473,46461,12032,0,2,46461,46464,46459,0,2,16532,46466,46465,0,2,46465,46466,46463,0,2,46463,46466,46462,0,2,46465,46463,46449,0,2,46211,46468,46213,0,2,46213,46468,46469,0,2,46468,46467,46469,0,2,46469,16551,46214,0,2,16551,46469,16552,0,2,16552,46469,46467,0,2,16549,46470,16547,0,2,46470,46902,16526,0,2,16512,46344,16514,0,2,46471,46312,46311,0,2,46312,46471,16508,0,2,16513,16510,46471,0,2,12030,46477,46473,0,2,12030,46473,12031,0,2,12031,46473,12032,0,2,46473,46477,46464,0,2,46464,46477,46475,0,2,46464,46475,46474,0,2,46476,46474,12028,0,2,12028,46474,12029,0,2,12029,46474,46475,0,2,46451,46459,46474,0,2,46474,46459,46464,0,2,46451,46474,46476,0,2,46477,46894,46475,0,2,46478,46479,46259,0,2,46259,46479,46625,0,2,46625,46479,46248,0,2,46248,46479,46262,0,2,46478,46259,46256,0,2,16547,46470,12021,0,2,15189,46480,46481,0,2,15612,15611,42651,0,2,46480,15189,46080,0,2,46080,15189,15670,0,2,46080,15670,46482,0,2,46481,46480,46483,0,2,46481,46483,15611,0,2,15611,46483,42651,0,2,46080,46081,46480,0,2,46480,46081,46483,0,2,46483,46081,42651,0,2,14915,46484,14857,0,2,46485,14857,46486,0,2,46485,46486,46487,0,2,46487,15206,46488,0,2,46487,46488,46489,0,2,46487,46489,46485,0,2,15237,46489,46488,0,2,15208,15237,46488,0,2,15237,15208,15236,0,2,15236,15208,15235,0,2,15235,15208,47486,0,2,46494,47486,46505,0,2,46494,46505,15209,0,2,46494,15209,46490,0,2,46494,46490,46492,0,2,46490,46491,46492,0,2,46492,46491,46493,0,2,46493,46491,15231,0,2,46493,15232,15233,0,2,46493,15233,46492,0,2,46492,15233,46494,0,2,15235,47486,15234,0,2,46505,47486,15208,0,2,46484,46486,14857,0,2,46484,14915,14858,0,2,46484,14858,46495,0,2,46495,46496,15640,0,2,15640,46496,46497,0,2,46497,46496,14859,0,2,46497,14859,14860,0,2,15640,15639,46495,0,2,46495,15639,46484,0,2,47487,14861,46498,0,2,46499,46501,46500,0,2,47487,46500,14862,0,2,46499,46500,46498,0,2,46498,46500,47487,0,2,15278,15279,15281,0,2,15278,15281,46502,0,2,46502,14851,15278,0,2,14858,14915,14922,0,2,46496,14858,14859,0,2,14859,14858,14922,0,2,14859,14922,14850,0,2,46503,42702,46504,0,2,46503,46504,15207,0,2,15207,15206,46503,0,2,46503,15206,15205,0,2,46504,46505,15207,0,2,15207,46505,15208,0,2,46506,15276,14861,0,2,14861,15276,46507,0,2,14861,46507,46498,0,2,46508,14842,47481,0,2,46508,47481,46499,0,2,46498,46508,46499,0,2,14842,46508,14848,0,2,46509,46507,15276,0,2,46507,46509,46498,0,2,46498,46509,46508,0,2,46508,46509,14848,0,2,16348,46510,46511,0,2,46514,46511,14841,0,2,46512,46514,46513,0,2,46512,16341,46511,0,2,46512,46511,46514,0,2,46511,16341,16348,0,2,46515,46513,46516,0,2,46515,46516,15765,0,2,14935,46517,15763,0,2,15763,46517,46518,0,2,46518,15779,15763,0,2,46518,46529,15777,0,2,15777,46529,46532,0,2,15775,46532,15785,0,2,15785,46519,15786,0,2,15786,46519,15788,0,2,46530,46522,15754,0,2,46519,46520,15788,0,2,15788,46520,15755,0,2,15785,15762,15775,0,2,15765,46523,46515,0,2,46523,16342,46515,0,2,46525,46528,46526,0,2,46527,46526,15932,0,2,16342,46524,46700,0,2,46524,15767,46525,0,2,46525,15767,46528,0,2,46529,47309,46533,0,2,46520,46519,46521,0,2,46521,46533,46530,0,2,46530,46531,46522,0,2,46519,15785,47310,0,2,47310,15785,46532,0,2,47310,46532,46533,0,2,46533,46532,46529,0,2,46543,46535,46547,0,2,46535,15755,46520,0,2,46530,15754,46534,0,2,46534,15754,46547,0,2,46534,46547,46535,0,2,46530,46534,46521,0,2,46520,46521,46535,0,2,46535,46521,46534,0,2,46536,46543,46552,0,2,46552,46544,46545,0,2,46552,46545,46537,0,2,46552,46537,15792,0,2,15792,46537,15803,0,2,15803,46537,15802,0,2,15802,46537,15736,0,2,15736,46537,15737,0,2,15737,46537,16028,0,2,16028,46537,46545,0,2,16027,46548,15738,0,2,15738,46548,46538,0,2,46538,46540,46549,0,2,46549,46540,46539,0,2,15742,46539,15741,0,2,15750,15741,15751,0,2,15741,46539,15751,0,2,15751,46539,46540,0,2,15751,46540,15752,0,2,46541,46548,46542,0,2,46547,46542,46543,0,2,46552,46543,46542,0,2,46552,46542,46544,0,2,46545,46544,16027,0,2,15753,15752,46540,0,2,46547,46546,46542,0,2,46542,46546,46541,0,2,46546,15753,46541,0,2,46541,15753,46540,0,2,46546,47303,15753,0,2,46540,46538,46541,0,2,46538,46548,46541,0,2,46542,46548,46544,0,2,46544,46548,16027,0,2,46539,15742,15740,0,2,46539,15740,46549,0,2,46549,15740,15739,0,2,15739,46550,46549,0,2,46549,46550,46538,0,2,46538,46550,15738,0,2,15756,46536,46551,0,2,46536,46552,46551,0,2,46551,46552,15792,0,2,15804,15802,46553,0,2,15980,46554,46556,0,2,46556,46554,46555,0,2,46554,15979,46555,0,2,15974,46555,15979,0,2,15980,46556,15981,0,2,15976,15981,46556,0,2,15855,15856,15973,0,2,15855,15973,15994,0,2,15855,15994,15998,0,2,15855,15998,15999,0,2,15998,15994,15995,0,2,42642,14812,46557,0,2,46557,14812,46558,0,2,46557,46558,42644,0,2,14812,12056,46558,0,2,46558,42643,46559,0,2,46559,42643,46560,0,2,42644,46558,46561,0,2,46562,46566,46563,0,2,46563,46566,42631,0,2,42644,46561,46564,0,2,46563,46564,46562,0,2,46558,46559,46561,0,2,46559,46567,46565,0,2,46565,42613,46566,0,2,46566,42613,42612,0,2,46566,42612,42611,0,2,46565,46566,46562,0,2,46565,46562,46559,0,2,46559,46562,46561,0,2,46566,42611,42631,0,2,42610,42631,42611,0,2,42613,46565,46567,0,2,42613,46567,46568,0,2,46568,46569,46577,0,2,46577,46569,46571,0,2,46571,46569,46574,0,2,46571,46574,46570,0,2,46570,42767,46571,0,2,46571,42767,42765,0,2,42762,42767,42763,0,2,42763,42767,46575,0,2,46575,46576,46845,0,2,46845,46576,46572,0,2,46573,46574,46587,0,2,46587,46574,12061,0,2,46575,46570,46576,0,2,46572,46576,46573,0,2,46570,46575,42767,0,2,42613,46568,46577,0,2,42614,46577,42615,0,2,42614,42615,42616,0,2,42615,46577,46571,0,2,42765,42764,46571,0,2,46571,42764,42615,0,2,12059,12060,46578,0,2,12059,46578,46560,0,2,46560,46578,46567,0,2,46567,46559,46560,0,2,46567,46578,46568,0,2,46568,46578,46579,0,2,46568,46579,46569,0,2,46569,46579,46574,0,2,46578,12060,46579,0,2,46579,12060,46580,0,2,46574,46580,12061,0,2,12061,46580,12060,0,2,46580,46574,46579,0,2,46581,46582,46589,0,2,46589,46582,16464,0,2,12059,46560,46581,0,2,46581,46560,46583,0,2,46581,46583,46582,0,2,46582,46583,46584,0,2,46584,46583,46722,0,2,46584,46722,46719,0,2,46584,16465,16464,0,2,46584,16464,46582,0,2,12059,46581,46585,0,2,46585,46586,12061,0,2,12061,46586,46587,0,2,46587,46586,46835,0,2,46587,46835,46588,0,2,46588,46835,42796,0,2,12062,46588,42796,0,2,46834,46590,46833,0,2,46833,46590,46589,0,2,46586,46590,46835,0,2,46586,46585,46581,0,2,46581,46589,46586,0,2,46592,46427,42794,0,2,46593,46591,46831,0,2,46593,46831,16460,0,2,42795,46591,46592,0,2,46592,46593,46427,0,2,46427,16485,46426,0,2,46591,46593,46592,0,2,42795,46834,46591,0,2,12064,46594,12065,0,2,12065,46594,14808,0,2,46594,46595,46596,0,2,46596,46595,46789,0,2,46596,46789,12066,0,2,42664,42666,46597,0,2,46597,42666,42687,0,2,46598,16354,46599,0,2,46600,16357,16390,0,2,46600,16390,46601,0,2,46599,46602,46598,0,2,46598,16353,46703,0,2,46598,46703,16354,0,2,14826,16351,16364,0,2,14826,16364,16350,0,2,16350,16364,12046,0,2,12045,12046,16364,0,2,16351,16352,16363,0,2,16363,16352,16353,0,2,16363,16353,16368,0,2,16368,16353,46598,0,2,16368,46598,46602,0,2,46602,46601,16362,0,2,46599,46601,46602,0,2,46603,46252,47495,0,2,46619,47495,46160,0,2,46160,47495,46232,0,2,46232,47495,46252,0,2,46231,47239,46164,0,2,46100,15830,47188,0,2,46100,47188,46189,0,2,47188,15830,15829,0,2,46099,46189,46604,0,2,46604,46187,46605,0,2,46605,46194,46098,0,2,46605,46098,46604,0,2,46604,46098,46099,0,2,15832,46101,15834,0,2,15835,15834,46102,0,2,46101,46102,15834,0,2,46607,15836,15835,0,2,15836,46607,15824,0,2,46607,46606,15824,0,2,46616,46104,46159,0,2,46616,46159,46617,0,2,46617,46608,46149,0,2,46148,46149,46608,0,2,46608,46159,46105,0,2,46608,46105,46148,0,2,46159,46608,46617,0,2,15821,46610,46611,0,2,15817,46611,46612,0,2,15816,46612,46614,0,2,15816,46614,46613,0,2,46613,46614,15810,0,2,15810,46614,46150,0,2,46612,46611,47499,0,2,47499,46611,46610,0,2,47499,46615,46616,0,2,47499,46616,46617,0,2,46616,46615,46609,0,2,46615,47499,46610,0,2,15817,46618,46611,0,2,46611,46618,15820,0,2,46611,15820,15821,0,2,15820,46618,15819,0,2,46610,15821,46975,0,2,46610,46975,46615,0,2,46616,46609,46104,0,2,46104,46609,15823,0,2,46103,46606,46607,0,2,46606,46103,15823,0,2,15823,46103,46104,0,2,46103,46607,46619,0,2,15835,46619,46607,0,2,46150,46621,46620,0,2,46620,46151,47500,0,2,47500,46150,46620,0,2,46621,46148,46147,0,2,46622,46620,46623,0,2,46623,46620,46147,0,2,46621,46147,46620,0,2,46141,46622,46636,0,2,46636,46622,46623,0,2,46624,46623,46147,0,2,46624,46142,46630,0,2,46624,46630,46623,0,2,46250,46625,46249,0,2,46109,46110,46626,0,2,46626,46110,46627,0,2,46110,46675,46632,0,2,46632,46675,46641,0,2,46632,46641,46628,0,2,46628,46641,46629,0,2,46629,46636,46630,0,2,46629,46631,46628,0,2,46631,46632,46628,0,2,46631,46627,46632,0,2,46631,46143,46627,0,2,46627,46143,46626,0,2,46143,46633,46626,0,2,46626,46633,46108,0,2,46626,46108,46109,0,2,46107,46108,46633,0,2,46629,46641,46634,0,2,46634,46641,46140,0,2,46141,46636,46629,0,2,46141,46629,46634,0,2,46140,46641,46139,0,2,46139,46641,46637,0,2,46139,46637,46642,0,2,46642,46637,46638,0,2,46638,46639,46673,0,2,46673,46639,46111,0,2,46330,46639,46640,0,2,46640,46675,46264,0,2,46264,46675,46110,0,2,46139,46642,46635,0,2,46157,46673,46674,0,2,46156,46674,46340,0,2,46340,46674,46112,0,2,46642,46638,46673,0,2,46123,46646,46124,0,2,46124,46646,46643,0,2,46124,46643,46644,0,2,46644,46643,15857,0,2,46129,46644,46652,0,2,46126,46129,46647,0,2,46126,46647,46131,0,2,46646,46123,46662,0,2,46646,46662,46645,0,2,46645,46662,46657,0,2,46657,15859,15858,0,2,15858,46645,46657,0,2,46643,46646,15857,0,2,46646,46645,15857,0,2,46644,15857,46651,0,2,46651,15857,46650,0,2,46651,46649,46652,0,2,46652,46649,46647,0,2,46652,46647,46129,0,2,46131,46648,15852,0,2,15852,46648,47473,0,2,46648,46649,15854,0,2,15854,46649,46650,0,2,15854,46650,15999,0,2,46652,46644,46651,0,2,46119,46654,46120,0,2,46120,46654,46656,0,2,46120,46656,46655,0,2,46662,46655,46656,0,2,46662,46656,46657,0,2,46657,46656,15859,0,2,15859,46656,46658,0,2,15859,46658,46659,0,2,46659,47504,46967,0,2,46660,46967,46665,0,2,46665,47504,46661,0,2,46661,47504,46659,0,2,46659,46667,15859,0,2,46655,46662,46122,0,2,46122,46662,46123,0,2,46655,46122,46120,0,2,46119,46653,46663,0,2,46663,46664,46666,0,2,46661,46666,15862,0,2,15862,46665,46661,0,2,46666,46658,46668,0,2,46659,46658,46661,0,2,46661,46658,46666,0,2,46665,15861,46660,0,2,46967,46660,15860,0,2,46967,46667,46659,0,2,46119,46663,46654,0,2,46654,46663,46668,0,2,46668,46663,46666,0,2,46654,46668,46656,0,2,46656,46668,46658,0,2,15863,46666,46664,0,2,15863,46664,15956,0,2,46664,46669,15955,0,2,46117,46669,46653,0,2,46653,46669,46663,0,2,46663,46669,46664,0,2,15863,15862,46666,0,2,46670,15970,46671,0,2,46671,15971,15860,0,2,46671,15860,46670,0,2,15972,15964,46672,0,2,15966,46672,15965,0,2,46111,46112,46674,0,2,46111,46674,46673,0,2,46337,46336,46333,0,2,46639,46637,46640,0,2,46637,46639,46638,0,2,46637,46641,46675,0,2,46637,46675,46640,0,2,46328,46471,46273,0,2,46273,46471,46311,0,2,46273,46311,46676,0,2,46676,46274,46273,0,2,46338,46678,46677,0,2,46334,46678,46679,0,2,46679,46678,46338,0,2,46338,46677,46339,0,2,46677,46678,46277,0,2,46334,46277,46678,0,2,46277,46278,46677,0,2,15895,46321,46323,0,2,15867,46321,46682,0,2,46680,46321,15867,0,2,15896,46323,15898,0,2,15898,46323,46324,0,2,15898,15897,15896,0,2,15869,15868,46681,0,2,46681,46682,46321,0,2,46681,46321,15895,0,2,46684,46683,46682,0,2,15865,46683,15941,0,2,46683,46684,15941,0,2,15941,46684,15940,0,2,15940,46684,15870,0,2,46682,46683,15867,0,2,15867,46683,46685,0,2,15865,46685,46683,0,2,46687,16374,16373,0,2,46687,46690,46688,0,2,16375,15950,46688,0,2,46688,15950,46687,0,2,46692,16373,16389,0,2,16389,16373,16372,0,2,16373,46692,46687,0,2,46687,46692,46690,0,2,16375,46688,46689,0,2,46689,46688,46691,0,2,46688,46690,46691,0,2,46691,46690,46692,0,2,16389,16372,16385,0,2,16355,46599,16354,0,2,46697,15766,46693,0,2,15780,46693,46694,0,2,15780,46694,46696,0,2,15766,46695,46693,0,2,15780,46696,15779,0,2,15779,46696,15763,0,2,15763,46696,15764,0,2,15782,46697,46693,0,2,46526,46527,46698,0,2,46700,46699,46701,0,2,46701,16345,46700,0,2,46700,46524,46699,0,2,46524,46525,46699,0,2,46699,46525,46698,0,2,46525,46526,46698,0,2,46701,46699,46702,0,2,46701,46702,16394,0,2,46701,16394,14830,0,2,46699,46698,46702,0,2,46702,46698,16394,0,2,16394,46698,16395,0,2,16395,46698,46527,0,2,46703,15930,16354,0,2,46703,16396,15930,0,2,46704,14898,46706,0,2,46706,14898,46705,0,2,46706,46705,46707,0,2,46706,46707,46715,0,2,46715,46707,12049,0,2,12049,46707,14823,0,2,14823,46707,14824,0,2,14900,46704,46708,0,2,46708,46704,46712,0,2,46708,46712,46713,0,2,46708,46713,46709,0,2,46709,46713,46711,0,2,46709,46711,46069,0,2,46709,46069,46067,0,2,46065,46710,46709,0,2,46709,46710,46708,0,2,46709,46067,46065,0,2,46065,46066,46710,0,2,42639,46711,46714,0,2,42639,46714,12050,0,2,12050,46714,46715,0,2,46704,46706,46712,0,2,46713,46712,46714,0,2,46713,46714,46711,0,2,46712,46706,46715,0,2,46712,46715,46714,0,2,16406,46716,16407,0,2,14816,16407,46716,0,2,46723,46719,46718,0,2,46718,46719,12058,0,2,46718,12058,12057,0,2,46718,12057,46720,0,2,46718,46720,46717,0,2,46717,46720,46721,0,2,46717,46721,46716,0,2,12055,46721,46720,0,2,12058,46719,46722,0,2,46718,46717,16406,0,2,46718,16406,46723,0,2,46723,16406,46764,0,2,16406,46717,46716,0,2,46413,46725,46724,0,2,46724,46725,16453,0,2,46724,16453,16537,0,2,46738,46727,46726,0,2,46726,46792,46733,0,2,46733,46792,46732,0,2,46735,46732,42806,0,2,42806,46732,42791,0,2,42791,46732,42778,0,2,42791,42778,46793,0,2,46726,46727,46792,0,2,46792,46727,46404,0,2,46792,46404,42779,0,2,46419,46728,46420,0,2,46728,46789,46729,0,2,46729,42793,46730,0,2,46729,46730,46728,0,2,46728,46730,46420,0,2,46419,46731,46735,0,2,46787,46418,46417,0,2,46734,46418,46737,0,2,46734,46733,46732,0,2,46732,46735,46734,0,2,46734,46735,46736,0,2,46735,46731,46736,0,2,46733,46734,46737,0,2,46737,46418,46738,0,2,46738,46786,46402,0,2,46402,46435,46738,0,2,46738,46726,46737,0,2,46737,46726,46733,0,2,46727,46738,46435,0,2,46736,46731,46741,0,2,46741,46731,46740,0,2,46740,46731,46739,0,2,46740,46739,46422,0,2,46422,46739,46730,0,2,46730,46739,46420,0,2,46740,46428,46741,0,2,15910,15883,46742,0,2,15910,46742,15923,0,2,15923,46742,15911,0,2,15885,46743,15884,0,2,15884,46743,15883,0,2,46742,46743,46289,0,2,46743,15885,46289,0,2,46289,15885,46286,0,2,46286,15885,46744,0,2,15908,46744,15885,0,2,15908,15885,15886,0,2,15887,46284,46288,0,2,15887,46288,46744,0,2,15887,46744,15908,0,2,46745,15923,15911,0,2,46746,15914,15915,0,2,15911,46746,46745,0,2,46745,46746,15920,0,2,46745,15920,15916,0,2,15914,46746,46742,0,2,46742,46746,15911,0,2,46389,46748,46749,0,2,46749,46748,46750,0,2,16534,46747,12035,0,2,46751,46766,46388,0,2,46751,46388,46387,0,2,46752,46751,46387,0,2,46752,46387,16539,0,2,46752,16539,46753,0,2,46752,46753,46751,0,2,16536,46753,16540,0,2,16494,16536,16540,0,2,16540,46753,16539,0,2,16539,46391,46761,0,2,46761,46754,16538,0,2,16538,46754,46724,0,2,46724,46754,46413,0,2,46413,46754,46755,0,2,46756,46755,46760,0,2,46401,46756,46399,0,2,46756,46413,46755,0,2,46755,46754,46760,0,2,16538,46724,16537,0,2,46754,46761,46760,0,2,12030,12031,46757,0,2,46757,46307,46302,0,2,46307,46757,46765,0,2,46765,46758,46303,0,2,46758,15912,46303,0,2,46757,46302,12030,0,2,12030,46302,46472,0,2,46759,46315,46472,0,2,46759,46472,46302,0,2,16360,16362,46601,0,2,16360,46601,16390,0,2,46756,46760,46399,0,2,46386,46760,46761,0,2,46762,16470,46763,0,2,46763,16470,16455,0,2,16402,16471,46762,0,2,16402,46762,16467,0,2,16467,46762,16468,0,2,16468,46762,16469,0,2,16469,46762,46763,0,2,16402,16467,16403,0,2,16403,16467,46890,0,2,16403,46890,16404,0,2,46764,16466,46723,0,2,46764,16409,16404,0,2,46764,16404,16466,0,2,46307,46765,46303,0,2,46765,46757,12031,0,2,16534,46750,46747,0,2,46747,46750,46748,0,2,46749,16533,46766,0,2,46766,16533,46395,0,2,46749,46750,16533,0,2,46395,16533,46370,0,2,46370,16533,16531,0,2,46393,46766,46395,0,2,46776,46775,46771,0,2,46771,46775,46774,0,2,46771,46774,46769,0,2,46436,46770,46769,0,2,46769,46384,46771,0,2,46776,46771,46768,0,2,46768,46772,46767,0,2,46436,46433,46770,0,2,46769,46770,46384,0,2,46384,46772,46771,0,2,46768,46771,46772,0,2,46772,46384,46773,0,2,46767,46772,46773,0,2,46770,46385,46384,0,2,46445,46436,46774,0,2,46436,46769,46774,0,2,11981,46776,46382,0,2,46382,46381,11981,0,2,46381,46380,11981,0,2,11979,46379,46777,0,2,11979,46777,46778,0,2,46779,46778,46777,0,2,46779,46777,46377,0,2,11978,46778,46780,0,2,46781,46375,46374,0,2,46380,11982,11981,0,2,46768,46382,46776,0,2,46775,12004,46774,0,2,46782,46747,46748,0,2,46782,46748,46389,0,2,46389,46390,46782,0,2,46400,46385,46770,0,2,46400,46770,46785,0,2,46400,46785,46783,0,2,46435,46784,46434,0,2,46434,46784,46785,0,2,46785,46784,46783,0,2,46404,42781,42779,0,2,46405,46786,46787,0,2,46787,46416,46405,0,2,46405,46416,46788,0,2,46786,46405,46431,0,2,46786,46431,46402,0,2,46786,46738,46418,0,2,46786,46418,46787,0,2,46419,46420,46731,0,2,46731,46420,46739,0,2,42792,42807,42808,0,2,42792,42808,46789,0,2,42808,12066,46789,0,2,42803,42801,12068,0,2,12068,42801,12069,0,2,46790,12070,42799,0,2,42799,12078,46791,0,2,42799,46791,46790,0,2,46790,46791,12071,0,2,46790,12071,12070,0,2,42800,42776,42805,0,2,46845,14805,14803,0,2,14805,46845,46572,0,2,42778,46792,42779,0,2,42778,46732,46792,0,2,42778,42779,46793,0,2,42780,42787,46793,0,2,42780,46793,42779,0,2,11995,11997,11998,0,2,12001,11986,11987,0,2,12001,11998,46794,0,2,11998,11997,46794,0,2,46796,46363,46797,0,2,46796,46797,12142,0,2,46866,12142,46797,0,2,46363,46795,46360,0,2,46360,46795,12194,0,2,46363,46362,46797,0,2,46796,46798,46363,0,2,12197,46795,46798,0,2,46363,46798,46795,0,2,46799,12191,46800,0,2,12191,43217,46800,0,2,46800,43217,43218,0,2,46800,43218,12140,0,2,12140,43218,43219,0,2,12140,43219,46801,0,2,46801,12139,12140,0,2,46799,46866,12192,0,2,46802,46804,46803,0,2,46804,8888,8867,0,2,8867,8866,46804,0,2,8866,9305,46804,0,2,46804,9305,46803,0,2,46803,9305,46805,0,2,46805,9305,46806,0,2,46806,9305,8865,0,2,46806,8865,8890,0,2,8890,8865,46807,0,2,8865,8864,46807,0,2,8829,8828,8894,0,2,8829,46807,46808,0,2,8864,46808,46807,0,2,46807,8829,8894,0,2,42968,42972,46865,0,2,42968,46865,46809,0,2,12161,46809,46865,0,2,12161,34665,46809,0,2,46809,34665,46810,0,2,12139,46801,46811,0,2,46811,46801,12223,0,2,46814,12107,12108,0,2,46812,12158,46813,0,2,12158,46812,12156,0,2,46813,42971,46812,0,2,46826,46815,46816,0,2,46816,46821,14784,0,2,14784,46821,14789,0,2,46816,14784,46817,0,2,12093,46818,14781,0,2,12093,46819,14794,0,2,46819,14781,14780,0,2,46819,12093,14781,0,2,14784,46818,46817,0,2,46814,46830,12106,0,2,12106,46830,46828,0,2,46814,12108,14787,0,2,14787,12108,14788,0,2,46814,14787,46815,0,2,46815,14787,46820,0,2,46821,46816,46820,0,2,46820,46816,46815,0,2,46821,46820,46822,0,2,46821,46822,14789,0,2,46822,46820,14787,0,2,46823,46816,46817,0,2,46823,46817,46824,0,2,12098,46825,12096,0,2,12094,46817,46818,0,2,12094,46818,12093,0,2,12092,12093,14794,0,2,12104,46828,12152,0,2,46828,46827,46829,0,2,12102,46829,12101,0,2,46825,12101,46824,0,2,46824,12101,46823,0,2,46823,12101,46826,0,2,46826,12101,46829,0,2,12101,46825,12098,0,2,12098,12100,12101,0,2,12102,12103,46829,0,2,46829,12103,12152,0,2,46829,12152,46828,0,2,46829,46827,46826,0,2,46826,46816,46823,0,2,46826,46827,46815,0,2,46815,46827,46830,0,2,46830,46827,46828,0,2,46830,46814,46815,0,2,16461,16460,46831,0,2,46831,46591,46834,0,2,16461,46831,46832,0,2,16461,46832,16462,0,2,16462,46832,16463,0,2,46832,46831,46833,0,2,46589,16464,16463,0,2,46832,46833,16463,0,2,16463,46833,46589,0,2,46834,46833,46831,0,2,46835,46834,42795,0,2,42795,42796,46835,0,2,46834,46835,46590,0,2,46574,46573,46576,0,2,46576,46570,46574,0,2,14805,12062,12063,0,2,14805,12063,14806,0,2,46836,46595,46837,0,2,42794,46426,46836,0,2,42794,46836,46837,0,2,42794,46837,46838,0,2,46592,46838,46839,0,2,46838,12064,46839,0,2,14801,46840,14802,0,2,46842,14801,14796,0,2,14801,46842,46840,0,2,14802,46840,46843,0,2,46843,46844,46575,0,2,46575,46844,42763,0,2,42763,46844,42756,0,2,46841,42756,46844,0,2,46843,46840,46844,0,2,46844,46840,46841,0,2,12127,46846,12135,0,2,12128,46846,12130,0,2,12130,46846,46847,0,2,42809,46847,46848,0,2,42809,46848,42775,0,2,42774,46848,12086,0,2,46848,46847,12086,0,2,46849,46850,12245,0,2,12245,46850,46851,0,2,46851,46850,46852,0,2,46851,46852,14778,0,2,14777,46852,46853,0,2,46853,14782,14783,0,2,14782,46853,46850,0,2,46852,46850,46853,0,2,46850,46849,14782,0,2,14782,46849,14781,0,2,46853,14783,14786,0,2,14786,14776,46853,0,2,14776,14777,46853,0,2,14786,14783,14784,0,2,14780,46849,14779,0,2,14779,46849,12533,0,2,14779,12533,12243,0,2,12199,46854,12147,0,2,46854,12146,12147,0,2,46855,46841,12074,0,2,46855,12074,12444,0,2,46855,12444,42755,0,2,12443,12444,42482,0,2,12443,42482,12442,0,2,12442,42482,12075,0,2,12442,12075,12460,0,2,12460,12441,12442,0,2,42754,46857,42753,0,2,42754,46856,46857,0,2,42753,46857,42769,0,2,42769,46857,12317,0,2,12318,46857,12319,0,2,12319,46857,46856,0,2,12319,46856,12320,0,2,42754,42753,46858,0,2,46858,42753,42759,0,2,46858,42759,42761,0,2,46858,42761,42766,0,2,42754,46858,42757,0,2,42751,12542,46859,0,2,46859,12542,46860,0,2,46859,46860,46861,0,2,46861,46860,46862,0,2,46861,46862,46863,0,2,46863,46862,12412,0,2,46863,12412,46892,0,2,12412,46862,12541,0,2,12541,46862,46860,0,2,12539,12540,12414,0,2,12539,12414,46860,0,2,12539,46860,12542,0,2,42751,46859,42749,0,2,46864,42622,42612,0,2,46864,42612,42614,0,2,46864,42614,42616,0,2,12154,12105,12153,0,2,12106,12105,12154,0,2,12154,12156,12106,0,2,46814,12106,12107,0,2,12107,12106,12156,0,2,14788,12108,12109,0,2,14773,14788,14774,0,2,14774,14788,12109,0,2,46865,42972,12159,0,2,46866,46361,12192,0,2,16571,45610,16569,0,2,8884,8885,8878,0,2,8878,46867,46868,0,2,46868,46869,8883,0,2,46868,46867,46869,0,2,46869,46867,8876,0,2,46867,8878,8877,0,2,8885,8886,8879,0,2,8878,46868,8884,0,2,8884,46868,8871,0,2,8883,8871,46868,0,2,16563,12008,11970,0,2,46870,43197,46871,0,2,46871,43197,43214,0,2,46871,43214,9326,0,2,46870,46871,8830,0,2,8869,34669,8887,0,2,46872,16671,45569,0,2,45569,9961,46872,0,2,12009,12008,16561,0,2,16561,12008,12007,0,2,16561,12007,16562,0,2,16589,16587,16588,0,2,45606,46873,16677,0,2,16677,46873,16678,0,2,16678,46873,45608,0,2,45606,16677,45603,0,2,16575,16660,16663,0,2,46875,46876,46878,0,2,46878,46876,46877,0,2,46877,46876,16608,0,2,46876,46875,16610,0,2,46875,46878,46874,0,2,11230,11294,11295,0,2,11230,11295,46880,0,2,46880,11295,11319,0,2,46880,11319,11228,0,2,46880,11228,11229,0,2,46881,11231,46882,0,2,11306,11311,11309,0,2,11218,11219,45771,0,2,11827,11830,11828,0,2,46883,11846,11873,0,2,11845,46884,11846,0,2,46884,11845,11844,0,2,46885,11863,11871,0,2,46885,11871,11847,0,2,46885,11847,11846,0,2,11846,46884,46885,0,2,46887,11818,46886,0,2,11839,11250,46887,0,2,11816,11841,16789,0,2,46877,46029,16735,0,2,46888,16604,16602,0,2,16609,46876,46888,0,2,46888,16602,16609,0,2,16733,46036,46032,0,2,11818,11820,11838,0,2,11818,11838,46886,0,2,11838,11820,11840,0,2,11247,11844,11911,0,2,11247,46885,11844,0,2,11844,46885,46884,0,2,11244,11915,11236,0,2,46889,46780,46365,0,2,46365,46780,46781,0,2,46365,46781,46374,0,2,46365,11977,46889,0,2,46375,46781,46377,0,2,46377,46781,46779,0,2,46781,46780,46779,0,2,46779,46780,46778,0,2,12104,12153,12105,0,2,16481,16479,46890,0,2,46890,16479,16466,0,2,16465,16466,16479,0,2,16467,16482,16481,0,2,16467,16481,46890,0,2,16475,46725,46411,0,2,46557,42641,42642,0,2,46891,42626,12322,0,2,42608,42607,42645,0,2,42608,42645,42631,0,2,42631,42645,46563,0,2,12313,12314,46863,0,2,46861,46863,12314,0,2,12313,46863,46892,0,2,12312,46893,12411,0,2,12411,46893,46892,0,2,46892,46893,12313,0,2,42472,12395,12477,0,2,46894,46895,46896,0,2,46896,46895,16507,0,2,16507,46895,46313,0,2,46318,46312,46313,0,2,46313,46312,16507,0,2,16505,16506,46896,0,2,46894,46896,46475,0,2,46896,16507,16505,0,2,16521,12029,46897,0,2,16521,46897,46900,0,2,46900,46898,46901,0,2,46901,46898,16520,0,2,46898,46899,16503,0,2,16506,46897,12029,0,2,46900,46897,46898,0,2,46897,16504,46899,0,2,46897,46899,46898,0,2,16517,46899,16504,0,2,16503,16524,16520,0,2,16520,46898,16503,0,2,16522,12026,12027,0,2,46476,12025,16543,0,2,46476,16543,46451,0,2,16529,46372,16530,0,2,16530,46372,46903,0,2,16530,46903,46370,0,2,46902,46470,46367,0,2,46902,46367,46375,0,2,46375,46376,46902,0,2,46902,46376,16527,0,2,46903,46904,46373,0,2,46903,46372,46904,0,2,46903,46373,46369,0,2,11978,46780,46889,0,2,14891,46905,14833,0,2,14835,46905,46906,0,2,46906,46905,14891,0,2,14835,46906,14836,0,2,14888,46906,14889,0,2,46907,46909,46908,0,2,46908,46909,15864,0,2,46908,15864,15956,0,2,15955,46907,46908,0,2,15773,46910,15772,0,2,15772,46910,15776,0,2,15772,15776,15965,0,2,15800,15990,15989,0,2,15965,46672,15964,0,2,15730,15729,15805,0,2,15730,15805,46912,0,2,46912,16040,16009,0,2,15730,46912,15731,0,2,15805,16040,46912,0,2,46913,47465,46914,0,2,46915,46914,16084,0,2,16084,46914,47465,0,2,46915,16065,16066,0,2,46915,16066,46916,0,2,46914,46915,46916,0,2,46916,16067,46914,0,2,16084,16065,46915,0,2,46927,46917,16319,0,2,46917,46923,47316,0,2,47316,46923,47315,0,2,15743,15744,46920,0,2,47314,46920,46918,0,2,46919,46918,46920,0,2,46919,46920,46922,0,2,46919,46922,46921,0,2,15743,47315,46923,0,2,15743,46923,15742,0,2,15742,46923,15740,0,2,15740,46923,46926,0,2,46929,46926,46925,0,2,46929,46925,46930,0,2,16320,46925,46927,0,2,46927,46925,46926,0,2,46930,46925,16320,0,2,46930,16320,46924,0,2,46927,46926,46917,0,2,46926,46923,46917,0,2,15740,46926,15739,0,2,46926,46929,15739,0,2,15739,46929,46928,0,2,15138,16027,15738,0,2,15138,15738,46928,0,2,15138,46928,15139,0,2,15139,46928,46929,0,2,15139,46929,46930,0,2,15130,46931,46924,0,2,46924,46931,46930,0,2,46931,15131,15133,0,2,46931,15133,46930,0,2,46932,15747,15746,0,2,15746,15750,46932,0,2,15749,14956,46922,0,2,46922,46920,15749,0,2,15749,46920,15744,0,2,15749,15744,15746,0,2,46933,46939,46921,0,2,46921,46939,46919,0,2,46919,46939,14959,0,2,46919,14959,46918,0,2,46918,14959,47318,0,2,14959,46939,46934,0,2,46937,46935,46933,0,2,46937,46933,46936,0,2,46936,15302,15303,0,2,46936,15303,46937,0,2,46937,15303,46938,0,2,46937,46938,15593,0,2,15305,46938,15303,0,2,46934,46939,46935,0,2,46935,46939,46933,0,2,46940,15592,46948,0,2,46941,47294,46950,0,2,46950,47294,15355,0,2,46950,15355,15354,0,2,15353,46942,46943,0,2,15353,46943,15352,0,2,15357,15352,15359,0,2,15359,15352,46943,0,2,46944,46952,46945,0,2,46945,46952,14991,0,2,46945,46953,46944,0,2,46944,46953,46946,0,2,46947,46946,46965,0,2,46947,46965,46966,0,2,46949,46947,46948,0,2,46949,46948,46941,0,2,46941,46950,46949,0,2,46949,46950,15354,0,2,46949,15354,46951,0,2,46951,15354,46942,0,2,46951,46942,46952,0,2,46951,46952,46944,0,2,46947,46949,46951,0,2,46947,46951,46946,0,2,46946,46951,46944,0,2,46945,14991,14987,0,2,46945,14987,46954,0,2,46945,46954,46953,0,2,46953,46954,46957,0,2,46956,46964,46955,0,2,46965,46946,46955,0,2,46955,46946,46956,0,2,46953,46957,46946,0,2,46946,46957,46956,0,2,46954,14988,46957,0,2,46957,14988,14989,0,2,46957,14989,46956,0,2,46956,14989,46958,0,2,46958,46963,46964,0,2,46959,46960,46966,0,2,46966,46960,46961,0,2,46966,46961,46940,0,2,15595,46961,46960,0,2,15595,46960,15596,0,2,15596,46960,46959,0,2,15596,46959,46963,0,2,46958,46962,46963,0,2,46963,14964,14963,0,2,46963,14963,15596,0,2,46963,46962,14964,0,2,46956,46958,46964,0,2,46964,46963,46959,0,2,46964,46959,46965,0,2,46964,46965,46955,0,2,46947,46966,46948,0,2,46948,46966,46940,0,2,46966,46965,46959,0,2,46665,15862,15861,0,2,15995,15997,15998,0,2,15997,15993,15992,0,2,15990,15798,15985,0,2,15995,15996,46967,0,2,46967,15993,15995,0,2,46131,46647,46649,0,2,46649,46648,46131,0,2,46650,46649,46651,0,2,46968,15807,15806,0,2,46968,15806,15841,0,2,15840,46969,15818,0,2,15818,46970,46971,0,2,46618,15818,46971,0,2,46969,47475,15818,0,2,15818,47475,46970,0,2,46970,47475,46991,0,2,46970,46991,46985,0,2,46985,46991,15725,0,2,15708,47502,47501,0,2,47201,47236,46974,0,2,15708,47501,15709,0,2,15709,47501,15710,0,2,15820,47502,46975,0,2,15822,47497,46976,0,2,15822,46975,47497,0,2,46975,15821,15820,0,2,46975,47502,46977,0,2,46975,46977,47497,0,2,47502,15708,46977,0,2,46977,15708,46978,0,2,47209,46980,47192,0,2,47209,47192,46981,0,2,46981,46982,46190,0,2,46981,46983,46984,0,2,46981,46984,47209,0,2,46970,46985,46986,0,2,15711,46987,46988,0,2,15711,46988,15712,0,2,15712,46988,46989,0,2,15711,46986,46987,0,2,46986,46985,46990,0,2,46990,46985,15725,0,2,46990,15844,46986,0,2,46986,15844,46987,0,2,15157,46989,15156,0,2,15844,15722,47493,0,2,47493,15722,46992,0,2,47039,46994,46993,0,2,15154,46993,46994,0,2,46993,15154,47493,0,2,46995,15713,46996,0,2,46996,15712,46995,0,2,46997,15704,46998,0,2,15704,15705,46998,0,2,46999,47001,47000,0,2,46999,47000,15721,0,2,46999,15721,15169,0,2,46999,15169,15168,0,2,47000,47001,15378,0,2,15378,47001,47002,0,2,15470,47002,15167,0,2,15167,47001,46999,0,2,15167,46999,15168,0,2,47006,47007,47004,0,2,15226,47004,15255,0,2,15226,15255,47005,0,2,15257,47021,47005,0,2,47005,47021,15226,0,2,47007,47006,47009,0,2,47008,47009,47215,0,2,47008,47215,47199,0,2,47008,47199,15173,0,2,47008,47007,47009,0,2,47006,15223,47009,0,2,47009,15223,47217,0,2,47218,47217,42699,0,2,47218,42699,15215,0,2,47004,47010,15255,0,2,47011,47010,47012,0,2,47011,47012,47013,0,2,15401,47012,47003,0,2,47012,15401,15400,0,2,15400,15399,47013,0,2,47013,15399,15383,0,2,47012,15400,47013,0,2,47016,47013,15383,0,2,47016,15383,47014,0,2,47014,15383,47015,0,2,47015,15384,15253,0,2,47015,15253,47014,0,2,47013,47016,47011,0,2,47011,47016,47017,0,2,47011,47017,15255,0,2,47011,15255,47010,0,2,47016,47014,47017,0,2,47017,47014,15254,0,2,15254,47014,15253,0,2,47017,15254,15255,0,2,47012,47018,47003,0,2,47003,47018,47008,0,2,47003,47008,15381,0,2,47012,47010,47018,0,2,47008,47018,47007,0,2,47018,47010,47007,0,2,47004,47007,47010,0,2,47019,47020,15227,0,2,15227,47020,47021,0,2,47021,47020,42698,0,2,47020,47023,42698,0,2,42698,47023,15212,0,2,47020,47019,47023,0,2,47023,47019,47176,0,2,47023,47176,46491,0,2,47023,46491,47022,0,2,47022,46491,46490,0,2,47022,15212,47023,0,2,47024,15723,47025,0,2,47025,15723,47027,0,2,47027,15724,47026,0,2,47026,15724,16072,0,2,47027,47026,47025,0,2,47025,47029,47024,0,2,47026,16073,47058,0,2,47058,16073,47028,0,2,47029,47058,47030,0,2,47029,47030,47031,0,2,47029,47031,47032,0,2,47033,47051,47052,0,2,47033,47052,47034,0,2,47034,47035,47050,0,2,47050,47035,47168,0,2,47050,47168,15148,0,2,15148,47168,15147,0,2,47047,15149,47036,0,2,47463,47042,47037,0,2,47037,47042,47038,0,2,47037,47038,47040,0,2,46994,47040,47041,0,2,15474,47041,47044,0,2,15474,47044,15153,0,2,15153,47044,47038,0,2,47043,15150,15151,0,2,47040,47044,47041,0,2,47038,47044,47040,0,2,15150,47043,47463,0,2,15151,15152,47043,0,2,47043,15152,47038,0,2,47043,47038,47042,0,2,47039,47045,47040,0,2,47045,47046,47037,0,2,47037,47046,47036,0,2,47036,47046,47047,0,2,47047,47032,47048,0,2,47048,47032,47051,0,2,47048,47051,47033,0,2,47032,47049,47029,0,2,47026,47058,47025,0,2,47025,47058,47029,0,2,47024,47029,47049,0,2,47045,47049,47046,0,2,47049,47032,47046,0,2,47032,47047,47046,0,2,15149,47463,47036,0,2,47047,47048,47050,0,2,47048,47033,47050,0,2,47034,47050,47033,0,2,47051,47032,47059,0,2,47051,47059,47057,0,2,47051,47057,47052,0,2,47052,47057,47164,0,2,47164,47053,47054,0,2,47054,47053,16066,0,2,16066,16063,47054,0,2,47052,47164,47034,0,2,47055,47028,16069,0,2,47055,16069,47056,0,2,47056,16069,16068,0,2,47056,16067,46916,0,2,46916,47057,47059,0,2,47164,47057,46916,0,2,47164,46916,47053,0,2,16069,47028,16071,0,2,47028,47055,47058,0,2,47030,47058,47059,0,2,47031,47030,47059,0,2,47031,47059,47032,0,2,47058,47055,47059,0,2,47027,15723,15724,0,2,46992,47039,47493,0,2,47493,47039,46993,0,2,47060,15150,16050,0,2,47060,16050,47061,0,2,47061,47068,47062,0,2,15458,47064,47063,0,2,47063,47064,47065,0,2,47065,47064,47062,0,2,47062,47064,47060,0,2,47060,47064,15458,0,2,47065,47062,47066,0,2,47066,47062,47067,0,2,47067,16049,16048,0,2,16048,16049,16046,0,2,16045,16046,16049,0,2,16049,47067,47068,0,2,47062,47068,47067,0,2,47067,16048,16047,0,2,47067,16047,15435,0,2,47066,47067,15435,0,2,47060,47061,47062,0,2,47069,16068,47070,0,2,15731,47070,16070,0,2,47069,47070,47071,0,2,47071,47070,15731,0,2,47071,15731,16010,0,2,47072,15465,15464,0,2,47072,15463,15468,0,2,15463,47072,15464,0,2,15468,15467,47072,0,2,15480,15482,15475,0,2,47073,15425,47074,0,2,47074,15527,15509,0,2,47074,15509,47073,0,2,47075,15524,47093,0,2,47075,47093,47076,0,2,47075,47076,47077,0,2,47077,47076,47079,0,2,47079,47076,47078,0,2,47079,47078,47086,0,2,47079,47086,47084,0,2,47084,47086,47085,0,2,47085,47086,47080,0,2,47081,47080,47082,0,2,15523,47075,47151,0,2,47151,47075,47077,0,2,47083,47151,47084,0,2,47083,47084,47085,0,2,47079,47084,47077,0,2,47077,47084,47151,0,2,47095,47086,47087,0,2,47087,47078,15539,0,2,15539,47078,15538,0,2,15538,47078,47089,0,2,15538,47089,47088,0,2,47088,47089,47091,0,2,47088,47091,47090,0,2,15536,47090,15535,0,2,15534,15535,15533,0,2,15535,47090,47091,0,2,47451,47091,47092,0,2,47451,47092,47093,0,2,47093,47092,47076,0,2,47091,47089,47092,0,2,47092,47089,47078,0,2,47092,47078,47076,0,2,47078,47087,47086,0,2,15535,47091,15533,0,2,15533,47091,47094,0,2,47091,47451,47094,0,2,15536,15561,47090,0,2,15539,15540,47087,0,2,47087,15540,47095,0,2,47086,47095,47097,0,2,47086,47097,47096,0,2,47096,47097,47098,0,2,47098,47097,15543,0,2,15542,15543,15541,0,2,15543,47097,15541,0,2,15541,47097,47095,0,2,15541,47095,15540,0,2,47099,47101,47100,0,2,47100,47101,47080,0,2,47100,47080,47086,0,2,47100,47086,47096,0,2,47100,47096,47099,0,2,47080,47101,47082,0,2,47103,47102,47104,0,2,47105,15053,47364,0,2,15053,47105,47106,0,2,15058,16197,15547,0,2,15547,16197,16196,0,2,15547,16196,47108,0,2,47108,16196,47107,0,2,15547,47108,15546,0,2,47108,47107,15546,0,2,15546,47107,15545,0,2,15545,47107,47109,0,2,47109,47107,47105,0,2,47105,47107,47106,0,2,47105,47104,47109,0,2,15545,47109,47110,0,2,47109,47104,47102,0,2,47109,47102,47110,0,2,15544,47110,47098,0,2,47098,47110,47099,0,2,47110,47102,47101,0,2,47110,47101,47099,0,2,47101,47102,47111,0,2,47111,47082,47101,0,2,47102,47103,47111,0,2,47111,47367,47112,0,2,47113,15037,47112,0,2,47112,15037,47111,0,2,47112,15036,47114,0,2,47112,47114,47113,0,2,47113,47114,15048,0,2,15036,15045,47114,0,2,15045,47384,47115,0,2,15045,47115,47114,0,2,47114,47115,15048,0,2,47115,15044,15042,0,2,15042,15049,47115,0,2,47115,47384,15044,0,2,15038,47121,47126,0,2,47127,47118,47116,0,2,47127,47116,47085,0,2,47085,47116,47083,0,2,47083,47116,47152,0,2,47152,47116,47117,0,2,47117,47116,47118,0,2,47117,47118,47388,0,2,47390,47388,47119,0,2,47389,47123,47120,0,2,47120,15331,47389,0,2,47119,47388,47121,0,2,47119,47121,47122,0,2,47119,47122,15040,0,2,47123,15040,47124,0,2,14997,47387,47128,0,2,47128,47387,15332,0,2,47128,15332,47124,0,2,47124,15332,47120,0,2,47124,47120,47123,0,2,47123,47389,15040,0,2,15040,47389,47119,0,2,15333,15332,47125,0,2,47125,16257,15334,0,2,47125,15334,15361,0,2,47118,47126,47388,0,2,47388,47126,47121,0,2,47118,47127,47126,0,2,15038,47126,47081,0,2,47081,47126,47127,0,2,47081,47127,47080,0,2,47080,47127,47085,0,2,15038,47122,47121,0,2,15040,15041,47124,0,2,47124,15041,47128,0,2,47131,15370,15368,0,2,47131,15368,47129,0,2,47129,15368,15365,0,2,15365,15368,15366,0,2,15365,15410,47129,0,2,47129,15410,47130,0,2,47129,47130,47131,0,2,15370,47131,15312,0,2,47132,15323,47484,0,2,15312,47131,47132,0,2,15505,15504,15102,0,2,15100,15102,15104,0,2,47133,15101,15493,0,2,47133,47476,47134,0,2,47133,47134,47136,0,2,47136,47134,16093,0,2,16093,47134,16092,0,2,47133,47136,47135,0,2,16101,47135,47136,0,2,16093,16092,47137,0,2,47137,16092,47138,0,2,47139,47140,16274,0,2,47453,16274,47140,0,2,47453,47140,15110,0,2,15110,47140,47138,0,2,15110,47138,16090,0,2,16092,16090,47138,0,2,16103,16093,47137,0,2,16103,47137,47141,0,2,47139,47141,47140,0,2,47140,47141,47138,0,2,47138,47141,47137,0,2,16103,47141,16105,0,2,47142,47450,47143,0,2,47143,47450,16098,0,2,15560,47144,15568,0,2,15562,47144,15560,0,2,15088,47145,15086,0,2,47145,47147,47146,0,2,47146,47147,47148,0,2,47148,16094,47146,0,2,16094,16095,47146,0,2,47146,16095,47149,0,2,16095,16101,47149,0,2,47149,16101,16096,0,2,47149,16096,16099,0,2,16099,16096,16142,0,2,47135,16094,15098,0,2,15098,16094,47148,0,2,47146,47149,47145,0,2,47145,47149,15086,0,2,15086,47149,16100,0,2,16100,47149,16099,0,2,47145,15088,47147,0,2,47147,15088,15089,0,2,47147,15089,15090,0,2,15090,15095,47147,0,2,47147,15095,47452,0,2,47152,47117,15416,0,2,15416,47117,15520,0,2,15520,47390,47150,0,2,15413,47150,15330,0,2,15413,15330,15329,0,2,15523,47151,15522,0,2,15522,47151,47152,0,2,47152,47151,47083,0,2,15007,15016,16218,0,2,15338,15360,47153,0,2,15335,47155,47154,0,2,47154,47155,15346,0,2,15346,47155,47156,0,2,47156,47155,14995,0,2,15346,47156,15348,0,2,14993,14992,15353,0,2,15353,14992,14991,0,2,15353,14991,46952,0,2,47155,15334,14995,0,2,15334,16257,14995,0,2,16257,47125,14996,0,2,47065,47066,47157,0,2,47157,15433,47158,0,2,47063,47065,47157,0,2,47158,15433,15479,0,2,15459,47158,15479,0,2,15459,15457,47158,0,2,16075,47459,47162,0,2,16075,47162,47159,0,2,47160,47159,47162,0,2,47160,47161,16058,0,2,16058,47161,16060,0,2,16060,47161,16061,0,2,16061,47161,47160,0,2,16061,47160,16062,0,2,16062,47160,47162,0,2,16062,47162,47163,0,2,16060,16056,16058,0,2,47164,47167,47034,0,2,47034,47167,47035,0,2,47168,47035,47165,0,2,47163,47165,47166,0,2,47163,47166,47167,0,2,47167,47166,47035,0,2,47035,47166,47165,0,2,15147,47168,16076,0,2,15147,16076,15146,0,2,16075,16076,47459,0,2,47164,47054,47167,0,2,47163,47167,16062,0,2,47163,47459,47165,0,2,47174,15315,47170,0,2,47174,47170,47169,0,2,47169,47170,15311,0,2,47169,15311,47484,0,2,47172,47173,15322,0,2,47172,15322,47277,0,2,47172,47277,47171,0,2,47172,47171,47483,0,2,47169,47173,47485,0,2,47169,47485,47174,0,2,15315,47174,47254,0,2,15315,47254,15316,0,2,15316,47254,15321,0,2,47483,47173,47172,0,2,15311,47170,15312,0,2,15312,47170,15313,0,2,15313,47170,15315,0,2,47131,47175,47132,0,2,47175,47131,47130,0,2,15411,15324,47175,0,2,47132,47175,15324,0,2,15228,15229,47019,0,2,47019,15229,47176,0,2,47019,15227,15228,0,2,46491,47176,15229,0,2,46491,15229,15231,0,2,15706,46973,47178,0,2,46972,15706,47178,0,2,46973,15706,47237,0,2,47237,15706,15718,0,2,15718,15706,15705,0,2,15718,15705,15679,0,2,15679,15705,15704,0,2,46973,47177,47178,0,2,46972,47178,46979,0,2,46972,46979,46978,0,2,46972,46978,15708,0,2,47178,47177,47202,0,2,47192,47202,47179,0,2,47190,47180,47191,0,2,47191,47180,47181,0,2,47191,47181,46982,0,2,46982,47181,47186,0,2,47182,47193,46186,0,2,47183,46184,46186,0,2,47182,46188,47184,0,2,47182,47184,47186,0,2,47186,47184,47185,0,2,47185,47184,47187,0,2,47187,47184,47188,0,2,47188,47184,47189,0,2,47185,46190,47186,0,2,47186,46190,46982,0,2,47190,47191,47192,0,2,47190,47192,47179,0,2,46982,46981,47191,0,2,47202,47192,46980,0,2,47202,46980,46979,0,2,47202,46979,47178,0,2,46981,47192,47191,0,2,47186,47181,47182,0,2,47182,47181,47193,0,2,47181,47180,47193,0,2,47193,47180,47194,0,2,47193,47194,47183,0,2,47183,47194,47195,0,2,47195,47196,15676,0,2,47196,15176,15676,0,2,15175,15176,47197,0,2,47203,47197,47196,0,2,47196,47197,15176,0,2,47198,47213,47199,0,2,47213,47198,47197,0,2,15175,47197,47198,0,2,47197,47203,15683,0,2,15683,47200,15682,0,2,47236,47201,46973,0,2,46973,47201,47177,0,2,47202,47208,47179,0,2,47190,47179,47180,0,2,47494,47203,47196,0,2,47206,47180,47179,0,2,47180,47206,47494,0,2,47194,47180,47196,0,2,47201,46974,47207,0,2,15683,47205,47197,0,2,47197,47205,47213,0,2,47199,47212,15174,0,2,47203,47204,15683,0,2,15683,47204,47200,0,2,47200,47204,47206,0,2,47207,47200,47208,0,2,47201,47208,47177,0,2,47177,47208,47202,0,2,47201,47207,47208,0,2,15682,47200,47207,0,2,47179,47208,47200,0,2,47193,47183,46186,0,2,46979,46980,47209,0,2,47209,46984,15825,0,2,47209,15825,47210,0,2,47210,46978,46979,0,2,47210,46979,47209,0,2,46984,46983,15827,0,2,47212,15698,15174,0,2,15698,47212,47205,0,2,47212,47199,47213,0,2,47213,47205,47212,0,2,15178,15175,47214,0,2,47216,47214,47217,0,2,47217,47214,47009,0,2,47009,47214,47215,0,2,15178,47214,47216,0,2,15178,47216,15610,0,2,15610,47216,47217,0,2,47217,47218,15610,0,2,15610,47218,15222,0,2,15222,47218,15215,0,2,15675,47241,46183,0,2,46183,47222,47219,0,2,47219,47220,46181,0,2,46181,47220,46180,0,2,47220,47219,47221,0,2,47221,47222,46197,0,2,46197,47222,46094,0,2,47219,47222,47221,0,2,47222,47241,46094,0,2,12359,46093,47223,0,2,46183,47219,46182,0,2,47242,47224,46092,0,2,47242,46092,46090,0,2,47242,46090,47492,0,2,47492,46090,46089,0,2,47492,46089,47225,0,2,46090,46092,46091,0,2,47226,47224,47243,0,2,47226,47243,47227,0,2,47227,47243,47228,0,2,47228,47229,46170,0,2,46170,47229,47225,0,2,46170,46169,47228,0,2,46172,47226,47227,0,2,42699,47231,47230,0,2,47230,47231,47232,0,2,47232,47233,47234,0,2,42675,42674,47234,0,2,47234,42674,47232,0,2,47232,42674,47230,0,2,42673,15217,47230,0,2,47230,15217,42699,0,2,42695,47235,47233,0,2,47234,47233,47235,0,2,47233,47232,42697,0,2,42697,47232,47231,0,2,15214,47231,42699,0,2,47236,46973,47237,0,2,47237,15718,15678,0,2,47237,15678,47236,0,2,47236,15678,15677,0,2,47236,15677,46974,0,2,46177,46176,47240,0,2,46177,47240,47238,0,2,47238,47240,47239,0,2,47239,46163,47238,0,2,46177,47238,15832,0,2,15832,47238,46101,0,2,47496,46163,46603,0,2,46231,46603,46163,0,2,47206,47179,47200,0,2,15181,15182,46093,0,2,46093,15182,47223,0,2,15181,46093,46094,0,2,15181,46094,47241,0,2,47241,47222,46183,0,2,47224,47242,47243,0,2,47243,47242,47229,0,2,47243,47229,47228,0,2,46097,47244,47245,0,2,46097,47245,46176,0,2,47240,46176,47245,0,2,47240,47245,47239,0,2,47239,47245,46165,0,2,47245,47244,46165,0,2,46165,47244,47247,0,2,46165,47247,47246,0,2,15243,47248,47249,0,2,15264,47249,15265,0,2,47251,47252,15319,0,2,15319,47252,47258,0,2,47251,15319,47253,0,2,47251,47253,47250,0,2,47250,47253,15321,0,2,47254,47250,15321,0,2,47255,47250,47254,0,2,47256,47255,47483,0,2,47256,47483,47171,0,2,47256,47171,47257,0,2,47257,47171,47278,0,2,47255,47256,47250,0,2,47250,47256,47251,0,2,47251,47257,47252,0,2,47258,47252,15320,0,2,47252,47257,47278,0,2,47256,47257,47251,0,2,15287,15291,47259,0,2,47259,15291,47260,0,2,15601,47260,15291,0,2,15290,47262,47261,0,2,15290,47261,15294,0,2,47262,15290,15289,0,2,47284,47262,47283,0,2,47283,47262,15289,0,2,15295,47261,47266,0,2,47263,47266,47264,0,2,47265,15599,15598,0,2,47265,15598,47264,0,2,47264,15598,47263,0,2,15295,47266,15296,0,2,47266,47263,15296,0,2,15296,47263,47267,0,2,47267,47263,15598,0,2,47267,15598,47268,0,2,47268,15598,15299,0,2,47267,47268,15298,0,2,15298,47268,15299,0,2,15599,47265,15301,0,2,15301,47265,47269,0,2,47265,47264,47269,0,2,47269,47264,47271,0,2,47269,47271,47270,0,2,47270,47271,47272,0,2,47270,47272,47273,0,2,15305,15304,47273,0,2,47273,15304,47270,0,2,15304,15301,47270,0,2,47270,15301,47269,0,2,47273,47280,47292,0,2,47292,47280,15306,0,2,15306,47280,47274,0,2,15306,47274,15307,0,2,15307,47282,15308,0,2,15308,47282,47275,0,2,15308,47275,47276,0,2,15310,47277,15322,0,2,47171,47277,47278,0,2,47277,47276,47278,0,2,47277,15310,47279,0,2,47277,47279,47276,0,2,47279,15309,47276,0,2,47276,15309,15308,0,2,47264,47266,47271,0,2,47266,47261,47271,0,2,47272,47271,47281,0,2,47272,47281,47280,0,2,47280,47281,47274,0,2,47261,47262,47271,0,2,47271,47284,47281,0,2,47281,47284,47283,0,2,47281,47283,15307,0,2,15307,47283,47282,0,2,47271,47262,47284,0,2,15335,15336,15361,0,2,47278,47276,15288,0,2,15288,47276,47275,0,2,15288,47275,47282,0,2,47282,47283,15288,0,2,15288,47283,15289,0,2,15601,15606,47260,0,2,47260,15606,47285,0,2,47260,47285,47259,0,2,47259,47285,15320,0,2,15320,47285,15273,0,2,47285,15606,15292,0,2,47285,15292,15273,0,2,14952,47286,16338,0,2,47288,14939,14938,0,2,47288,14938,47488,0,2,47488,14938,14937,0,2,47488,14937,47287,0,2,47287,46516,47489,0,2,46513,47489,46516,0,2,47287,14937,14936,0,2,47287,14936,46516,0,2,46516,14936,14935,0,2,14939,47288,14841,0,2,14841,47288,46514,0,2,14841,46511,47289,0,2,14910,47289,16349,0,2,16349,47289,46510,0,2,46510,47289,46511,0,2,47290,47480,14951,0,2,47290,14951,14950,0,2,14843,47482,14842,0,2,14843,47480,47482,0,2,47482,47480,47290,0,2,47274,47281,15307,0,2,47280,47273,47272,0,2,47292,47293,47295,0,2,47291,47292,47294,0,2,47294,47292,47295,0,2,47294,47295,15355,0,2,15355,47295,15356,0,2,47294,46941,46948,0,2,47294,46948,47291,0,2,47291,46948,15592,0,2,15343,15356,47296,0,2,47296,15356,47295,0,2,47295,47293,47296,0,2,15590,47297,47296,0,2,47296,47297,15343,0,2,14928,47298,14929,0,2,14929,47298,14930,0,2,14930,47298,47299,0,2,47301,47299,47300,0,2,47301,47300,47308,0,2,47308,47302,47303,0,2,46522,47303,15754,0,2,47299,15747,47300,0,2,47300,15747,47304,0,2,47300,47304,47305,0,2,47305,47302,47308,0,2,47305,47308,47300,0,2,47305,47304,46932,0,2,14932,47307,46531,0,2,14930,47299,47306,0,2,47306,47299,47301,0,2,47306,47301,47307,0,2,47307,47301,47308,0,2,47308,46522,46531,0,2,46522,47308,47303,0,2,47307,47308,46531,0,2,46531,46530,47309,0,2,47309,46530,46533,0,2,46519,47310,46521,0,2,46521,47310,46533,0,2,47309,14932,46531,0,2,47298,15748,47311,0,2,47311,15748,15747,0,2,15747,46932,47304,0,2,15747,47299,47311,0,2,47311,47299,47298,0,2,46918,47318,47314,0,2,47314,47315,15743,0,2,47316,47315,47312,0,2,47316,47312,47317,0,2,46917,47316,47317,0,2,16318,47317,16316,0,2,16316,47317,47313,0,2,47317,16319,46917,0,2,47314,15743,46920,0,2,47315,47314,47318,0,2,47318,47312,47315,0,2,14966,14990,47319,0,2,14966,47319,14967,0,2,14967,47319,14968,0,2,47319,14990,47327,0,2,47320,16310,47321,0,2,47321,16310,16309,0,2,47321,16309,16308,0,2,47324,47326,47322,0,2,47322,47326,14969,0,2,47322,14969,47323,0,2,47322,47323,14968,0,2,14968,47319,47322,0,2,47322,47319,47324,0,2,47321,47327,47320,0,2,47321,16308,47327,0,2,47327,16308,47324,0,2,16308,47325,47324,0,2,47324,47325,47326,0,2,47326,47325,14971,0,2,47327,16311,47320,0,2,47325,16307,14971,0,2,15116,15452,16286,0,2,16286,15452,47328,0,2,47332,15117,47329,0,2,47329,15117,15118,0,2,15119,16334,47330,0,2,47330,16334,47329,0,2,47329,16334,47331,0,2,47329,47331,47332,0,2,47328,47332,16333,0,2,16333,16332,47328,0,2,47328,16332,16286,0,2,16335,16328,47333,0,2,16328,14967,47333,0,2,47335,47334,47323,0,2,47335,47323,16329,0,2,47335,16329,15120,0,2,15120,16329,47336,0,2,16055,47336,16331,0,2,47336,16056,15120,0,2,16329,16330,47336,0,2,47336,16330,16331,0,2,47337,47335,47338,0,2,47338,16057,47337,0,2,16082,47338,15120,0,2,15120,47338,47335,0,2,15072,16227,47443,0,2,15072,47443,16229,0,2,47442,15072,16229,0,2,16226,47339,47340,0,2,47340,47341,47343,0,2,16230,47343,47341,0,2,16230,16224,47343,0,2,47341,47340,47339,0,2,16222,47341,16225,0,2,16225,47341,47339,0,2,16225,47339,16226,0,2,16226,47340,15071,0,2,15071,47340,47342,0,2,15071,47342,15070,0,2,15070,47342,15069,0,2,47342,47340,47343,0,2,47346,47343,16224,0,2,47346,16224,47344,0,2,15069,47345,15068,0,2,15068,47345,47435,0,2,47345,15069,47346,0,2,15069,47342,47346,0,2,47346,47342,47343,0,2,16233,16232,47347,0,2,47347,16232,47348,0,2,47347,47348,47349,0,2,47349,47348,16164,0,2,16164,16166,47349,0,2,47347,47349,47350,0,2,47347,47350,16158,0,2,16180,47350,47349,0,2,47348,16232,16164,0,2,16232,47446,16164,0,2,15056,47351,47357,0,2,15056,47357,15055,0,2,15055,47357,15054,0,2,47351,16159,47352,0,2,15024,47352,47353,0,2,15024,47353,16215,0,2,16215,47353,47355,0,2,47354,47353,16160,0,2,16160,47353,47352,0,2,16160,47352,16159,0,2,16215,47355,47415,0,2,47415,47355,47356,0,2,47356,47427,15022,0,2,15022,15023,47356,0,2,47356,15023,47415,0,2,47352,15024,47351,0,2,15054,47357,15025,0,2,15054,15025,15026,0,2,15054,15026,47358,0,2,15026,15052,47358,0,2,15025,47357,15024,0,2,15024,47357,47351,0,2,15028,47359,15051,0,2,15051,47359,47365,0,2,15051,47365,47362,0,2,47104,47362,47363,0,2,47104,47363,47103,0,2,47104,47105,47362,0,2,47362,47105,47364,0,2,47362,47364,15051,0,2,47359,47369,47365,0,2,47362,47365,47366,0,2,47362,47366,47367,0,2,47367,47366,47368,0,2,47359,47360,47369,0,2,47365,47369,47366,0,2,47366,47370,47368,0,2,47368,47370,15035,0,2,15035,47370,47371,0,2,15035,47371,15034,0,2,15034,47371,47361,0,2,47361,47371,47360,0,2,47371,47370,47369,0,2,47371,47369,47360,0,2,47369,47370,47366,0,2,47372,47373,16205,0,2,16205,47438,47372,0,2,15018,47372,16204,0,2,47372,47438,16204,0,2,16217,47440,16203,0,2,16203,47440,47374,0,2,47378,47375,47428,0,2,47378,47428,47376,0,2,47376,47428,47414,0,2,47376,47414,47377,0,2,47377,15023,47376,0,2,47375,47378,47382,0,2,47382,47378,47379,0,2,47379,47380,47382,0,2,47382,47380,47374,0,2,47374,47380,15021,0,2,47374,15021,16203,0,2,47376,47381,47378,0,2,47381,47379,47378,0,2,47384,15035,47383,0,2,47383,15035,47385,0,2,15035,15034,47385,0,2,47385,15034,47386,0,2,47385,47386,15002,0,2,47125,15361,15333,0,2,47387,14996,47125,0,2,47387,47125,15332,0,2,47390,15520,47388,0,2,15331,15330,47389,0,2,15330,47390,47119,0,2,47390,15330,47150,0,2,15330,47119,47389,0,2,47391,14979,16282,0,2,47391,16282,14976,0,2,14976,16282,16281,0,2,14977,47391,14976,0,2,14975,14976,16281,0,2,47392,16267,47399,0,2,47392,47399,47393,0,2,47393,47400,47405,0,2,47405,47400,47403,0,2,47396,47394,47395,0,2,47395,16109,16108,0,2,47395,16108,47396,0,2,16109,47395,16110,0,2,47395,47394,16111,0,2,16111,47394,47397,0,2,15074,16112,47400,0,2,15076,16292,16291,0,2,16291,16292,47398,0,2,47398,16292,47393,0,2,47393,16292,47400,0,2,47398,47399,16291,0,2,47393,47399,47398,0,2,47401,47400,47397,0,2,47397,47400,16112,0,2,47403,47400,47401,0,2,47404,47392,47393,0,2,47402,47405,47403,0,2,47393,47405,47404,0,2,47403,47406,16269,0,2,47403,16269,47402,0,2,47403,47401,47406,0,2,16276,47406,16273,0,2,16273,47406,47396,0,2,16273,47396,16271,0,2,16271,47396,16108,0,2,47396,47406,47394,0,2,47394,47406,47401,0,2,47397,47394,47401,0,2,16132,47407,16135,0,2,16135,47407,16118,0,2,16107,16136,16116,0,2,16116,16136,16118,0,2,16119,16118,47407,0,2,16144,47408,15552,0,2,15551,47408,15062,0,2,15551,15062,47409,0,2,15550,47409,15549,0,2,16330,14970,16334,0,2,16334,14970,47331,0,2,14970,14972,16333,0,2,16333,47331,14970,0,2,15117,47332,15452,0,2,47328,15452,47332,0,2,16266,16290,47410,0,2,16267,47410,47399,0,2,47410,16267,16266,0,2,16298,16300,16299,0,2,16299,16300,16295,0,2,16211,16212,16209,0,2,16209,16212,47417,0,2,16209,47417,16208,0,2,16208,47417,47413,0,2,16208,47413,47411,0,2,16208,47411,16207,0,2,16207,47411,47412,0,2,47412,47411,47375,0,2,47438,47412,47382,0,2,47382,47412,47375,0,2,47413,47429,47414,0,2,47415,47418,47416,0,2,47415,47416,16215,0,2,47415,47377,47418,0,2,47429,47417,47436,0,2,47436,16213,47418,0,2,47436,47418,47429,0,2,47429,47413,47417,0,2,47439,16207,47412,0,2,16209,16210,16211,0,2,47419,47420,16202,0,2,16202,47420,47423,0,2,16202,47423,47426,0,2,47423,47420,47421,0,2,47421,47420,47422,0,2,47421,47422,47427,0,2,47427,47422,15022,0,2,47422,47420,15021,0,2,15021,47420,47419,0,2,47354,16161,47425,0,2,16161,47424,47425,0,2,16172,47426,16162,0,2,16172,47448,47426,0,2,47353,47354,47355,0,2,47355,47354,47356,0,2,47354,47425,47356,0,2,47356,47425,47427,0,2,47423,47421,47424,0,2,47425,47424,47427,0,2,47427,47424,47421,0,2,47414,47428,47413,0,2,47413,47428,47411,0,2,47411,47428,47375,0,2,47414,47429,47377,0,2,47377,47429,47418,0,2,15066,16189,47430,0,2,47430,16189,16157,0,2,47431,16194,16156,0,2,16156,16194,16190,0,2,16156,16155,15063,0,2,16156,15063,15081,0,2,16156,15081,16157,0,2,47432,47435,16158,0,2,47347,47433,47434,0,2,16231,47434,47344,0,2,47434,47433,47344,0,2,47344,47433,47435,0,2,47435,47433,16158,0,2,15066,47430,15065,0,2,16158,47433,47347,0,2,47347,47434,16233,0,2,47363,47362,47367,0,2,47111,47103,47363,0,2,47363,47367,47111,0,2,16212,16213,47436,0,2,47436,47417,16212,0,2,16206,47373,15017,0,2,16206,15017,47437,0,2,47373,16206,47439,0,2,47373,47439,16205,0,2,47439,47412,16205,0,2,16205,47412,47438,0,2,47374,47440,47382,0,2,47382,47440,47438,0,2,47442,16133,16134,0,2,16134,15073,15072,0,2,16112,15073,47397,0,2,47397,15073,16111,0,2,16111,15073,16134,0,2,15072,47442,16134,0,2,15009,15013,16219,0,2,16207,47437,16208,0,2,16225,47443,16228,0,2,16228,47443,16220,0,2,16220,47443,47441,0,2,47444,15548,15549,0,2,47445,47444,15549,0,2,15062,47445,47409,0,2,47409,47445,15549,0,2,47446,16201,47447,0,2,16163,16164,47447,0,2,47446,47447,16164,0,2,47448,16163,47447,0,2,47448,47447,47426,0,2,16200,16202,16201,0,2,16201,16202,47447,0,2,16202,16200,47419,0,2,16215,16214,16198,0,2,16215,16198,15024,0,2,47449,16184,15060,0,2,16098,16149,16124,0,2,16124,16149,16148,0,2,16153,47142,16116,0,2,16154,47450,16153,0,2,16153,47450,47142,0,2,16242,15003,16243,0,2,15524,15525,47451,0,2,47451,15525,47094,0,2,47451,47093,15524,0,2,15095,15096,15097,0,2,47148,47147,47452,0,2,47453,15109,47456,0,2,47456,15109,15108,0,2,47456,15108,47454,0,2,47455,47454,15451,0,2,15451,15450,47455,0,2,47455,47456,47454,0,2,15446,47457,47456,0,2,47453,47456,47457,0,2,47457,15112,15111,0,2,15115,15112,15448,0,2,15448,15112,47457,0,2,47457,15111,47453,0,2,47455,15450,47456,0,2,47456,15450,15446,0,2,47454,15108,47458,0,2,47458,15108,16139,0,2,16138,47458,15107,0,2,16076,47168,47459,0,2,47142,47143,47460,0,2,47139,16105,47141,0,2,47461,16113,47460,0,2,47460,47143,47461,0,2,47463,47043,47042,0,2,47040,47045,47037,0,2,47463,47037,47036,0,2,46916,47059,47055,0,2,47055,47056,46916,0,2,15731,46912,16009,0,2,47464,47071,16036,0,2,16036,16037,16034,0,2,47071,47464,47465,0,2,47071,47465,46913,0,2,16037,16036,47071,0,2,47071,46913,47069,0,2,16067,47069,46914,0,2,47466,16010,16008,0,2,47466,16008,47469,0,2,47467,16015,16039,0,2,47467,47470,16018,0,2,47467,16018,47468,0,2,47468,16018,16016,0,2,16018,47470,47469,0,2,47468,16015,47467,0,2,47466,47469,16037,0,2,16037,47469,47470,0,2,16037,47470,16011,0,2,16011,47470,16039,0,2,47470,47467,16039,0,2,15978,47472,15853,0,2,47472,47471,47473,0,2,47473,47471,47474,0,2,47473,47474,15807,0,2,47474,15974,15806,0,2,15974,47474,46555,0,2,46555,47474,47471,0,2,15807,47474,15806,0,2,15851,15852,15807,0,2,15807,15852,47473,0,2,47472,47473,15853,0,2,15846,15845,15843,0,2,15846,15843,47475,0,2,47476,47133,15493,0,2,47476,15493,15105,0,2,47476,15105,47134,0,2,47134,15105,15106,0,2,15497,15492,47477,0,2,47477,15101,15104,0,2,15504,15497,15104,0,2,15104,15497,47477,0,2,15568,15558,15560,0,2,15560,15558,47478,0,2,15537,47478,15556,0,2,15556,47478,15557,0,2,15581,15327,15580,0,2,16149,16098,47450,0,2,47479,47441,15075,0,2,47479,15075,16219,0,2,47069,46913,46914,0,2,16339,14951,47480,0,2,47482,47290,47481,0,2,47481,14842,47482,0,2,47485,47173,47483,0,2,47483,47255,47485,0,2,47484,47173,47169,0,2,47485,47255,47254,0,2,47485,47254,47174,0,2,15241,15284,15282,0,2,15265,15242,15233,0,2,15233,15232,15265,0,2,47486,46494,15234,0,2,15234,46494,15233,0,2,47488,47287,47489,0,2,47288,47488,46514,0,2,46514,47488,47489,0,2,46514,47489,46513,0,2,46694,46523,15764,0,2,14839,16348,14837,0,2,14839,14837,14838,0,2,49806,14870,14869,0,2,49806,14869,46074,0,2,46074,14869,14838,0,2,42655,47491,42685,0,2,42685,47491,12357,0,2,42653,46078,42654,0,2,46078,46077,42655,0,2,42655,46077,47490,0,2,46077,46076,47490,0,2,47491,42655,47490,0,2,47490,12357,47491,0,2,47242,47492,47229,0,2,47229,47492,47225,0,2,46180,46196,46181,0,2,46196,46193,46181,0,2,46181,46193,47219,0,2,46182,46193,46184,0,2,46184,46193,46185,0,2,46187,46604,46188,0,2,46988,46987,47493,0,2,47493,46987,15844,0,2,15154,46989,46988,0,2,47494,47206,47204,0,2,47494,47204,47203,0,2,46105,46159,46232,0,2,46161,46105,46232,0,2,47496,47495,46162,0,2,46619,46162,47495,0,2,46162,46163,47496,0,2,47496,46603,47495,0,2,46095,47224,47226,0,2,46092,47224,46095,0,2,15823,15822,46976,0,2,46976,47497,47210,0,2,47210,47497,46978,0,2,46978,47497,46977,0,2,47210,15825,46976,0,2,47498,47499,46617,0,2,47498,46617,46614,0,2,46614,46617,46149,0,2,47499,47498,46612,0,2,46612,47498,46614,0,2,47502,15819,47503,0,2,15710,47503,15713,0,2,47503,15710,47501,0,2,47503,47501,47502,0,2,15819,46971,46986,0,2,46986,46971,46970,0,2,47503,15819,46986,0,2,47503,46986,15713,0,2,15713,46986,15711,0,2,15716,46998,15705,0,2,47504,46665,46967,0,2,15968,15772,15965,0,2,11949,13082,13081,0,2,11949,13081,13080,0,2,13083,11951,47505,0,2,11484,11483,11497,0,2,47506,11417,47507,0,2,47507,11417,11419,0,2,11417,47506,11418,0,2,11418,47506,47508,0,2,11357,47508,47509,0,2,11357,47509,47510,0,2,47510,47509,11481,0,2,11481,47509,11416,0,2,11416,47509,47511,0,2,47509,47508,47511,0,2,47511,47508,47506,0,2,40832,40869,40853,0,2,40869,40838,40837,0,2,47512,11418,11359,0,2,47512,11359,47513,0,2,47513,11359,11360,0,2,47513,40804,40807,0,2,40807,11420,47513,0,2,47513,11360,40804,0,2,40817,11396,11389,0,2,11391,11398,11397,0,2,11606,47515,47516,0,2,11605,47516,47514,0,2,47569,11604,47517,0,2,47517,11604,11605,0,2,11379,47634,47518,0,2,11379,47518,11380,0,2,11380,47518,11381,0,2,47518,47633,11381,0,2,47519,47518,11376,0,2,47518,47519,47633,0,2,47630,47522,47536,0,2,11614,11380,11385,0,2,47521,47520,47524,0,2,47521,47524,47630,0,2,47630,47524,47522,0,2,47520,47633,47519,0,2,47520,47519,47523,0,2,11376,47563,47519,0,2,47523,47519,47563,0,2,47520,47523,47524,0,2,47523,47522,47524,0,2,47629,47536,47535,0,2,47629,47535,47534,0,2,47668,47534,47525,0,2,47525,47529,47526,0,2,47526,47529,47527,0,2,47548,47527,40495,0,2,47531,47530,47535,0,2,47535,47530,47528,0,2,47527,47529,40496,0,2,40496,47529,40497,0,2,40497,47529,47528,0,2,47529,47525,47528,0,2,47528,47525,47534,0,2,47538,47528,47530,0,2,47530,47531,47561,0,2,47522,47531,47536,0,2,47532,11372,47539,0,2,47539,11372,11370,0,2,47533,47532,40498,0,2,47533,40498,40495,0,2,47533,40495,47537,0,2,47531,47535,47536,0,2,47535,47528,47534,0,2,40496,40497,47537,0,2,47533,47537,47538,0,2,47538,47537,40497,0,2,40494,40498,47539,0,2,47540,40494,47539,0,2,40498,40494,47542,0,2,40498,47542,40495,0,2,47532,47539,40498,0,2,47541,40493,47550,0,2,47541,47550,47543,0,2,47543,47550,40524,0,2,47541,47543,40494,0,2,40524,40520,47543,0,2,47543,40520,47545,0,2,47543,47542,40494,0,2,47543,47545,47542,0,2,47546,47549,40530,0,2,47546,47547,47549,0,2,47549,47547,47545,0,2,47545,47547,47544,0,2,47544,47547,47526,0,2,47548,47544,47527,0,2,47527,47544,47526,0,2,47548,47542,47544,0,2,47545,47544,47542,0,2,47549,47545,40520,0,2,11371,47539,11370,0,2,47561,11372,47532,0,2,11645,47551,11670,0,2,11645,11670,47552,0,2,11363,11670,47551,0,2,11670,11648,47552,0,2,11645,11644,47551,0,2,47551,11644,47554,0,2,47554,11644,47553,0,2,47554,47553,11626,0,2,47554,11626,11627,0,2,47551,47554,47555,0,2,11627,47555,47554,0,2,11627,11624,11364,0,2,11627,11364,47555,0,2,11626,47553,47628,0,2,11626,47628,47556,0,2,10745,11626,47556,0,2,11644,11656,47553,0,2,47553,11656,47557,0,2,47553,47557,47628,0,2,11642,11641,40793,0,2,47556,47628,10746,0,2,10746,47628,10750,0,2,10750,47628,40793,0,2,40793,47628,47557,0,2,47557,11642,40793,0,2,18578,10746,10750,0,2,10750,10749,18578,0,2,10747,18590,10745,0,2,18590,18584,10744,0,2,47558,40499,47559,0,2,47559,40499,11622,0,2,40518,40521,47550,0,2,47550,40493,40518,0,2,11374,11373,47560,0,2,47522,47560,47531,0,2,47531,47560,47561,0,2,47532,47530,47561,0,2,47561,47560,11373,0,2,47522,47523,47560,0,2,47560,47523,47565,0,2,47523,47563,47565,0,2,47563,47564,47565,0,2,47565,47564,47562,0,2,47562,47567,47566,0,2,47567,47564,47568,0,2,47564,47567,47562,0,2,47563,11375,47564,0,2,47564,11375,47568,0,2,47560,47565,11374,0,2,11362,47569,11628,0,2,11628,47569,47572,0,2,47570,47573,47514,0,2,47570,47514,47516,0,2,47515,47570,47516,0,2,47570,40814,47573,0,2,47573,40814,47571,0,2,47573,47571,47572,0,2,47572,11361,11628,0,2,11605,47514,47517,0,2,47514,47573,47517,0,2,47569,47517,47573,0,2,47569,47573,47572,0,2,11371,47558,47574,0,2,47574,47558,47559,0,2,47574,47559,40518,0,2,47574,40518,40493,0,2,47574,40493,47540,0,2,47574,47540,11371,0,2,11371,47540,47539,0,2,40514,47576,47577,0,2,40513,47578,47590,0,2,40513,47590,47589,0,2,47579,47586,47580,0,2,47582,47584,47583,0,2,47582,47583,47581,0,2,47581,47583,14043,0,2,47580,40513,47579,0,2,47583,47584,14044,0,2,14044,47584,47585,0,2,47584,47586,47585,0,2,47584,47582,47586,0,2,47586,47582,47580,0,2,47582,47581,47580,0,2,47587,14013,47585,0,2,47586,47579,47588,0,2,47587,47588,18571,0,2,47588,47587,47585,0,2,47588,47585,47586,0,2,47579,47589,47588,0,2,47588,47589,14015,0,2,47590,47578,47577,0,2,14016,47590,47599,0,2,40515,18587,47575,0,2,47575,18587,10748,0,2,47577,47576,47590,0,2,11625,11365,11364,0,2,11659,18576,18557,0,2,18557,18576,10759,0,2,11710,47591,47596,0,2,47596,47591,11707,0,2,11705,11713,10763,0,2,18576,18575,18572,0,2,47592,47593,47594,0,2,18552,47594,10761,0,2,47593,11710,47594,0,2,47594,11710,10761,0,2,10762,47595,11706,0,2,10761,11710,47595,0,2,11710,47596,47595,0,2,47595,47596,11707,0,2,47595,11707,11706,0,2,47599,47590,47576,0,2,14018,10749,47597,0,2,47597,47598,14017,0,2,47597,14017,14018,0,2,14017,47598,47599,0,2,47599,47598,47600,0,2,47600,47598,18559,0,2,18531,18533,47601,0,2,47601,18533,18568,0,2,47603,18568,47602,0,2,18542,47602,18568,0,2,47601,18567,18566,0,2,47604,18567,40272,0,2,18567,47604,18566,0,2,47604,47605,40264,0,2,40264,47605,14014,0,2,47605,14131,47626,0,2,47626,14131,40273,0,2,14014,47605,47626,0,2,14008,14130,47606,0,2,47606,14130,40792,0,2,40792,47607,47606,0,2,14045,14028,14079,0,2,14045,14079,40532,0,2,40244,40245,47608,0,2,47608,40245,40209,0,2,40161,40160,47609,0,2,40161,47609,47610,0,2,47610,47609,47611,0,2,47612,19294,47611,0,2,47611,19294,47610,0,2,19292,40161,40136,0,2,40136,40161,47610,0,2,40161,19292,47613,0,2,47613,19292,47614,0,2,47613,47614,40162,0,2,40162,47614,47615,0,2,40162,47615,10440,0,2,10440,47615,40178,0,2,47609,40160,40159,0,2,47609,40159,47616,0,2,47616,40159,40157,0,2,47612,47611,40157,0,2,40157,47611,47616,0,2,47611,47609,47616,0,2,40159,47617,40157,0,2,19945,19941,19960,0,2,19945,47619,19959,0,2,47618,19959,8072,0,2,47618,8072,19947,0,2,19947,19946,47618,0,2,19959,47618,19945,0,2,40131,40133,40132,0,2,14053,14054,40150,0,2,40280,18970,47621,0,2,47621,18970,18968,0,2,47621,18968,18630,0,2,47622,18642,18645,0,2,40280,47621,47623,0,2,40282,40281,47623,0,2,47623,40281,40280,0,2,47621,18630,47623,0,2,47623,18630,40283,0,2,18636,10719,47624,0,2,18635,18636,47624,0,2,18635,47624,18611,0,2,18671,47625,18706,0,2,18706,47625,18707,0,2,40266,47626,40273,0,2,47575,10748,47576,0,2,10748,14017,47576,0,2,47576,14017,47599,0,2,40265,47626,40263,0,2,40263,47626,40266,0,2,47579,40513,47589,0,2,47577,47578,40514,0,2,47576,40514,47575,0,2,40515,47575,40514,0,2,47630,47629,47631,0,2,47630,47631,47521,0,2,40508,47632,47673,0,2,47521,47632,47520,0,2,47520,47632,47633,0,2,11381,47633,47632,0,2,47630,47536,47629,0,2,11376,47518,47634,0,2,47635,45970,47636,0,2,47636,45987,45984,0,2,47636,45984,40921,0,2,40921,10556,10555,0,2,40921,10555,10571,0,2,47636,40921,47635,0,2,47635,40921,10571,0,2,47639,47638,45973,0,2,47638,47639,47637,0,2,47637,47639,45991,0,2,47637,45991,45979,0,2,10553,47641,45943,0,2,45943,47641,10554,0,2,10554,47641,10571,0,2,10571,47641,10569,0,2,40915,47640,10561,0,2,47642,10626,10625,0,2,47642,47640,10626,0,2,45801,45799,45813,0,2,45798,45832,45799,0,2,45799,45832,45813,0,2,47643,10653,45831,0,2,45831,10653,45813,0,2,45831,45818,47643,0,2,45831,45813,45832,0,2,47645,10578,10577,0,2,10565,47647,47646,0,2,45958,10603,45955,0,2,45955,10603,47646,0,2,47646,10603,10564,0,2,47646,10564,10565,0,2,45817,45816,10584,0,2,45812,45802,45816,0,2,10587,10586,45887,0,2,10587,45887,47657,0,2,47649,10585,47648,0,2,47649,47648,10582,0,2,47649,10582,47650,0,2,45886,47651,47650,0,2,45940,45886,47650,0,2,45940,47650,10582,0,2,10585,47649,10586,0,2,45887,10586,47651,0,2,10586,47649,47650,0,2,10586,47650,47651,0,2,45816,45817,45814,0,2,10588,47655,45786,0,2,45786,47655,47652,0,2,45784,47652,47656,0,2,45784,47656,47653,0,2,45888,47654,47657,0,2,47653,47656,47654,0,2,47654,47656,47658,0,2,47654,47658,47657,0,2,47655,47656,47652,0,2,45735,45740,45739,0,2,10587,47657,47658,0,2,10587,47658,47659,0,2,47655,47659,47656,0,2,47656,47659,47658,0,2,45888,46007,47661,0,2,45948,45860,47662,0,2,47663,19081,10532,0,2,10532,19081,10533,0,2,10532,10531,47663,0,2,45841,45854,45852,0,2,45845,45854,45841,0,2,10534,19081,45868,0,2,45852,45854,45853,0,2,47664,10710,45933,0,2,47664,45933,40509,0,2,47664,40510,10710,0,2,11384,11594,47665,0,2,11384,47665,11383,0,2,11383,47665,11597,0,2,45892,45893,47670,0,2,47670,40507,47673,0,2,47631,47629,47671,0,2,47671,47629,47668,0,2,47671,47668,45896,0,2,45896,47668,47669,0,2,47669,47525,47526,0,2,47669,47526,47547,0,2,47666,45892,47670,0,2,45893,40507,47670,0,2,40506,40507,40509,0,2,40509,40507,45893,0,2,47670,47673,47667,0,2,47667,47673,47671,0,2,47671,47673,47631,0,2,47521,47672,47632,0,2,47632,47672,47673,0,2,47631,47673,47672,0,2,47672,47521,47631,0,2,47668,47629,47534,0,2,47525,47669,47668,0,2,18809,18808,18815,0,2,18815,18808,18816,0,2,47674,43297,43295,0,2,34679,10060,47675,0,2,47675,10060,10061,0,2,47675,10061,34680,0,2,47675,34680,47678,0,2,43242,34679,47675,0,2,43242,47675,9944,0,2,9944,47675,47678,0,2,47676,47678,34682,0,2,9944,47678,47676,0,2,47677,43241,43244,0,2,34682,43241,47677,0,2,34682,47677,47676,0,2,47677,9942,47676,0,2,9466,9465,9468,0,2,9468,9465,9392,0,2,9401,34509,9413,0,2,47680,25034,25260,0,2,25033,47680,25260,0,2,25251,47681,25250,0,2,25250,47681,25249,0,2,47682,43022,45561,0,2,43022,47682,8344,0,2,8344,47682,25036,0,2,12622,12623,12620,0,2,12992,47683,13035,0,2,47684,12988,42826,0,2,47684,42826,7203,0,2,47684,7203,7204,0,2,47685,47686,42827,0,2,42827,47686,7207,0,2,42827,7207,47687,0,2,47687,7207,47691,0,2,7206,7207,47686,0,2,12987,47684,7204,0,2,7206,47686,7205,0,2,12987,7204,47685,0,2,47685,7204,47686,0,2,47687,47688,13801,0,2,47689,13801,13800,0,2,13801,47689,47690,0,2,47687,47690,13797,0,2,47687,13797,42827,0,2,47687,47691,47688,0,2,47688,47691,7208,0,2,7203,47695,47693,0,2,47693,47695,47694,0,2,47692,26387,47693,0,2,42957,47706,7719,0,2,47701,7719,47705,0,2,47705,7719,47706,0,2,47696,47702,47697,0,2,47697,47702,47703,0,2,47699,47703,7721,0,2,47699,7721,7720,0,2,47696,47697,47698,0,2,7824,47698,7825,0,2,47697,47703,47698,0,2,47698,47703,47699,0,2,47699,47700,7825,0,2,47699,7720,47700,0,2,47700,7720,47701,0,2,47700,47701,47705,0,2,7808,47703,7810,0,2,7808,7810,7809,0,2,7809,7807,7808,0,2,7811,7810,47702,0,2,47703,47702,7810,0,2,7787,47704,7790,0,2,7790,47704,7788,0,2,7093,7824,7825,0,2,7825,47705,7095,0,2,7095,47705,7096,0,2,7097,7096,7826,0,2,7826,7096,47706,0,2,7096,47705,47706,0,2,47698,7824,47696,0,2,47696,7821,7822,0,2,47696,7824,7821,0,2,7821,7824,7093,0,2,47707,7813,7800,0,2,7814,7813,7805,0,2,47708,7801,7803,0,2,47707,47708,7805,0,2,7805,47708,7804,0,2,7804,47708,7803,0,2,7801,47708,47707,0,2,26246,47709,7214,0,2,7214,47709,7890,0,2,7890,47709,26249,0,2,26246,7214,26245,0,2,26245,7214,7215,0,2,26245,7215,26250,0,2,26361,47710,19758,0,2,26361,19758,47711,0,2,47711,19758,19759,0,2,19758,47710,19367,0,2,19367,47710,19782,0,2,7888,7887,26365,0,2,26361,47711,26363,0,2,19776,19366,19365,0,2,19776,19365,19363,0,2,19363,19365,19780,0,2,19363,19780,19364,0,2,26264,26263,26255,0,2,26274,47717,26282,0,2,26282,47717,26280,0,2,47713,19803,19356,0,2,40391,26356,20028,0,2,40389,20027,47734,0,2,40389,40390,20027,0,2,20027,40390,40391,0,2,40392,26356,40391,0,2,20027,20028,47714,0,2,47714,20028,39957,0,2,39956,40402,39957,0,2,39957,40402,47714,0,2,26305,26302,48750,0,2,48750,26302,26299,0,2,26304,26305,26293,0,2,26293,26305,47715,0,2,26293,47715,26295,0,2,26227,26228,47716,0,2,47716,26228,26332,0,2,47716,26332,26310,0,2,26295,26294,26293,0,2,26225,26224,26309,0,2,26254,26280,47717,0,2,26254,47717,26253,0,2,26202,47721,47718,0,2,47718,7924,26202,0,2,7924,7939,26202,0,2,26202,7939,7923,0,2,7922,7923,47719,0,2,7923,7922,26202,0,2,7922,47720,26202,0,2,26202,47720,47721,0,2,47721,47720,26203,0,2,26347,40393,40394,0,2,26347,40394,26348,0,2,26348,40394,47722,0,2,26348,47722,26349,0,2,47723,47725,47732,0,2,47732,47725,47727,0,2,39981,47724,39972,0,2,47725,47726,47727,0,2,47726,47728,47727,0,2,47727,47728,47733,0,2,47727,47733,47724,0,2,39978,47730,47731,0,2,47730,19349,47727,0,2,47727,19349,47732,0,2,47723,47732,19819,0,2,47727,47724,47730,0,2,39978,47731,47729,0,2,47731,47730,47724,0,2,47724,39981,47731,0,2,39979,39978,47729,0,2,47732,19349,19819,0,2,47728,20016,47733,0,2,47733,20016,39971,0,2,47733,39971,47724,0,2,20023,20024,20025,0,2,20026,39961,39962,0,2,39962,40388,20026,0,2,20025,40402,20023,0,2,40402,20025,47714,0,2,47714,20025,47734,0,2,20025,20026,47734,0,2,47723,19351,20017,0,2,47737,40430,19513,0,2,47735,19798,19341,0,2,47735,19341,47736,0,2,47736,40434,47735,0,2,19513,19512,47737,0,2,19804,47735,40434,0,2,47738,19804,40434,0,2,40434,47737,47738,0,2,47738,47737,47743,0,2,47743,47737,19514,0,2,19806,47739,47740,0,2,19507,19506,47741,0,2,47741,19772,19507,0,2,19806,19805,47739,0,2,19806,47740,19507,0,2,19806,19507,19772,0,2,47741,19506,47742,0,2,19705,47742,19740,0,2,19705,19766,47742,0,2,47742,19766,47741,0,2,19766,19765,19771,0,2,19507,47740,19509,0,2,19509,47740,19510,0,2,19510,47740,47739,0,2,47738,47743,19805,0,2,19805,47743,47739,0,2,47739,47743,19510,0,2,19509,47745,19508,0,2,19508,47745,47744,0,2,19509,19527,47745,0,2,19520,47745,47746,0,2,19520,47746,19519,0,2,47749,19524,47747,0,2,47747,19524,19518,0,2,47747,19519,47749,0,2,47749,19519,47746,0,2,19524,47749,19517,0,2,19517,47748,40423,0,2,19525,19516,19526,0,2,19526,19516,47750,0,2,47750,19516,47748,0,2,47749,47748,19517,0,2,47748,19516,40423,0,2,19501,19502,47751,0,2,19522,19520,47751,0,2,47751,19520,19501,0,2,19505,47751,19521,0,2,47751,19502,19521,0,2,19502,19501,19755,0,2,19502,19755,19503,0,2,19503,47754,19521,0,2,19521,47754,47752,0,2,19521,47752,19504,0,2,47742,19506,19504,0,2,19503,47753,47754,0,2,47754,47753,19742,0,2,19742,19378,47754,0,2,47754,19378,19741,0,2,19377,47752,19741,0,2,19504,47752,47755,0,2,19504,47755,47742,0,2,47742,47755,19740,0,2,19739,47755,19377,0,2,47752,47754,19741,0,2,19744,47756,19500,0,2,19500,47756,19755,0,2,47757,19707,19651,0,2,47757,19651,19709,0,2,47757,19704,19703,0,2,19731,13798,47758,0,2,13799,19731,47758,0,2,13799,47758,19735,0,2,19735,47758,47690,0,2,19735,47690,47689,0,2,47743,19514,19510,0,2,19510,19514,19511,0,2,19510,19511,19527,0,2,47759,19532,19535,0,2,19537,19532,47759,0,2,47761,19605,47764,0,2,47764,19605,47762,0,2,40455,47762,19605,0,2,47765,47760,47764,0,2,47764,47760,47761,0,2,47765,47764,47763,0,2,47765,47763,19530,0,2,47764,47762,47763,0,2,47763,47762,19523,0,2,40448,19551,19553,0,2,47766,47767,19569,0,2,47766,47768,47769,0,2,47769,47768,13918,0,2,47769,13918,47770,0,2,47769,47770,47771,0,2,19571,47770,47772,0,2,19577,19576,47772,0,2,47771,19591,47767,0,2,47771,47767,47769,0,2,47769,47767,47766,0,2,47773,47768,19567,0,2,47776,47775,19444,0,2,19444,47775,47777,0,2,47778,47779,47780,0,2,19441,47782,47783,0,2,47777,47778,47938,0,2,47938,47778,47780,0,2,47938,47780,19443,0,2,19443,47780,47941,0,2,47777,47775,47778,0,2,47778,47781,47779,0,2,47782,47784,47783,0,2,47779,47782,47780,0,2,47779,47781,47784,0,2,47784,47774,19584,0,2,19567,19562,13920,0,2,47785,13944,47809,0,2,47809,13944,47786,0,2,19562,47785,13923,0,2,13923,47785,47809,0,2,13939,14191,47787,0,2,13943,47787,47786,0,2,47786,47787,47822,0,2,47787,13943,13939,0,2,13923,47809,47788,0,2,47792,47790,47791,0,2,47792,47791,47793,0,2,47795,14189,13934,0,2,47793,47794,47795,0,2,47793,47796,47792,0,2,47792,47796,47807,0,2,47792,47807,47790,0,2,47790,47807,47797,0,2,47797,47798,47799,0,2,47801,47798,47806,0,2,47806,47798,47807,0,2,47800,47799,47801,0,2,47801,47799,47798,0,2,47798,47797,47807,0,2,47790,47797,47802,0,2,47790,47802,13937,0,2,13933,47808,13934,0,2,13933,47803,47796,0,2,47796,47803,47804,0,2,47804,47805,47806,0,2,47804,47806,47807,0,2,47807,47796,47804,0,2,13933,47796,47808,0,2,47808,47793,47795,0,2,13934,47808,47795,0,2,47791,47790,13937,0,2,47791,13937,47942,0,2,47791,47794,47793,0,2,47797,47799,47789,0,2,47797,47789,47802,0,2,47789,47799,47788,0,2,47788,47800,13924,0,2,47788,13924,13923,0,2,47809,47786,47822,0,2,13924,47800,13913,0,2,13913,47800,47818,0,2,47810,47818,47801,0,2,47810,47801,47811,0,2,47811,47805,47812,0,2,47812,47805,47804,0,2,47804,47803,47813,0,2,47804,47813,47812,0,2,47812,47929,47811,0,2,13933,13932,47803,0,2,47803,13932,47814,0,2,47803,47814,47813,0,2,47813,47814,47901,0,2,47897,47815,47954,0,2,47897,47954,47816,0,2,47817,13927,13901,0,2,47817,13902,47816,0,2,47812,47813,47929,0,2,47805,47811,47806,0,2,47806,47811,47801,0,2,13913,13914,13924,0,2,47801,47818,47800,0,2,13936,47942,13937,0,2,47802,47789,13938,0,2,47819,19575,13915,0,2,47819,13915,19574,0,2,19575,47819,19576,0,2,19576,47819,47772,0,2,19572,47819,47820,0,2,19573,47820,19574,0,2,19574,47820,47819,0,2,47820,19573,19584,0,2,47821,19591,19571,0,2,47809,47822,47788,0,2,47789,47822,13938,0,2,13938,47822,47787,0,2,47789,47788,47822,0,2,47929,47813,13910,0,2,13910,47813,47900,0,2,13910,47900,13909,0,2,40630,40631,40632,0,2,40632,40622,40623,0,2,40623,40630,40632,0,2,47823,40663,40650,0,2,47823,40650,40622,0,2,40622,40632,47947,0,2,13934,14189,13930,0,2,13930,48426,13934,0,2,13928,14186,47824,0,2,13928,47824,13927,0,2,13927,47824,14195,0,2,47825,14251,47826,0,2,14251,47827,47826,0,2,47826,47827,13894,0,2,13894,47827,47828,0,2,13894,47828,13892,0,2,13892,47828,13399,0,2,14251,47825,13895,0,2,14251,13895,13406,0,2,14187,14195,47824,0,2,14187,47824,14186,0,2,47829,13901,47852,0,2,47830,47831,47877,0,2,47877,47831,47832,0,2,47834,47895,47835,0,2,47835,47895,47868,0,2,47880,47835,47903,0,2,47836,47837,14218,0,2,14217,47837,47839,0,2,14217,47839,47842,0,2,47837,47836,47838,0,2,47837,47838,47839,0,2,47839,47838,47856,0,2,47839,47856,47840,0,2,47841,48331,48423,0,2,14216,48423,48041,0,2,47840,47841,47842,0,2,47840,47842,47839,0,2,47843,47907,47862,0,2,47861,47844,47858,0,2,47956,47846,47957,0,2,47846,47847,47848,0,2,47848,47847,47871,0,2,47848,47871,14198,0,2,14198,47871,47909,0,2,14198,47909,14197,0,2,14197,47909,47908,0,2,14197,47908,47962,0,2,47962,47908,47854,0,2,47854,47908,47849,0,2,47854,47849,13899,0,2,13899,47849,47853,0,2,13899,47853,47850,0,2,47850,47853,47851,0,2,47830,47829,47831,0,2,47831,47829,47852,0,2,47831,47852,47851,0,2,47851,47852,13900,0,2,13900,14195,47850,0,2,47850,14195,13899,0,2,13899,13898,47854,0,2,47850,47851,13900,0,2,47853,47831,47851,0,2,47853,48330,47831,0,2,47831,48330,47832,0,2,14196,47854,47825,0,2,14198,47961,47848,0,2,47862,47855,47843,0,2,47843,47855,47856,0,2,47840,47856,47857,0,2,47840,47857,47860,0,2,14201,47860,47859,0,2,14201,47859,14200,0,2,14200,47859,47863,0,2,47845,47863,47858,0,2,47858,47863,47859,0,2,47859,47860,47857,0,2,47859,47857,47861,0,2,47844,47861,47862,0,2,47859,47861,47858,0,2,47845,47956,47863,0,2,14200,47863,47864,0,2,47856,47855,47857,0,2,47861,47857,47862,0,2,47843,47856,47838,0,2,47833,47865,47834,0,2,47866,47895,47896,0,2,47866,47896,47870,0,2,47866,47870,47867,0,2,47867,47870,47845,0,2,47845,47847,47956,0,2,47868,47895,47866,0,2,47866,47869,47868,0,2,47895,47834,47865,0,2,47868,47869,47907,0,2,47907,47869,47862,0,2,47862,47869,47844,0,2,47869,47867,47844,0,2,47844,47867,47858,0,2,47858,47867,47845,0,2,47956,47847,47846,0,2,47847,47870,47871,0,2,47847,47845,47870,0,2,47870,47896,47909,0,2,47909,47871,47870,0,2,47877,47832,47872,0,2,47876,47872,47873,0,2,47873,47872,47878,0,2,47873,47878,47882,0,2,47873,47882,47884,0,2,47873,47884,47874,0,2,13905,47874,13906,0,2,47873,47874,47876,0,2,13905,47876,47874,0,2,47876,47875,47877,0,2,47876,47877,47872,0,2,47877,13903,47830,0,2,13903,47877,47875,0,2,47875,13926,13903,0,2,47830,13903,47829,0,2,19464,19465,19468,0,2,47879,47835,47880,0,2,47835,47879,47834,0,2,47834,47879,19465,0,2,47834,19465,47833,0,2,19465,47879,19468,0,2,19468,47879,19463,0,2,19463,47879,47880,0,2,19463,47880,47904,0,2,47878,47833,47881,0,2,47882,47881,47883,0,2,47882,47883,47884,0,2,47884,47883,47885,0,2,13906,19431,19432,0,2,13906,19432,19433,0,2,13906,19433,13907,0,2,13907,19433,13908,0,2,47887,13908,19435,0,2,13910,47886,13911,0,2,47886,13910,47887,0,2,47887,13910,13909,0,2,47887,13909,13908,0,2,47887,19435,19436,0,2,47887,19436,19437,0,2,47887,47889,47886,0,2,47886,47889,47888,0,2,47886,47888,13911,0,2,47889,47887,19437,0,2,19437,19449,47889,0,2,47889,19449,47888,0,2,19435,13908,19434,0,2,19434,13908,19433,0,2,47916,19431,47890,0,2,47916,47890,19430,0,2,19430,47890,47891,0,2,47893,47892,19461,0,2,47894,47891,47885,0,2,47894,47885,47883,0,2,47885,47891,47890,0,2,47891,47894,48594,0,2,47891,48594,19429,0,2,47894,47892,47893,0,2,47833,47878,47865,0,2,47865,47878,47872,0,2,47865,47872,47832,0,2,47854,13896,47825,0,2,13896,47854,13898,0,2,47901,47814,47815,0,2,47901,47815,47897,0,2,47901,47897,47898,0,2,47899,47898,47902,0,2,13925,13909,47899,0,2,47899,13909,47898,0,2,47900,47898,13909,0,2,47901,47898,47900,0,2,13925,47899,13926,0,2,13926,47899,13902,0,2,47898,47897,47902,0,2,47902,13902,47899,0,2,13902,47902,47816,0,2,47902,47897,47816,0,2,47882,47878,47881,0,2,47884,47885,47890,0,2,47884,47890,47874,0,2,47874,47890,19431,0,2,47874,19431,13906,0,2,19466,47881,19465,0,2,19465,47881,47833,0,2,19467,47892,19466,0,2,47892,47894,19466,0,2,47894,47883,19466,0,2,19466,47883,47881,0,2,47904,47880,47903,0,2,47904,47903,47838,0,2,47838,47836,47904,0,2,47904,47836,48324,0,2,19469,47904,48324,0,2,19469,48324,48321,0,2,47906,48321,47905,0,2,47905,19461,47906,0,2,19469,48321,47906,0,2,47903,47835,47907,0,2,47907,47835,47868,0,2,47903,47907,47838,0,2,47838,47907,47843,0,2,47908,47896,47849,0,2,47908,47909,47896,0,2,47930,47783,19582,0,2,47930,19582,19440,0,2,19438,19415,47910,0,2,19415,47911,19416,0,2,47911,47912,19416,0,2,47911,19437,47912,0,2,47913,19434,47914,0,2,47914,19434,47915,0,2,47915,19432,19431,0,2,19431,47916,47915,0,2,47915,47916,47917,0,2,47915,47917,47914,0,2,47914,47917,19417,0,2,19417,47917,19419,0,2,47913,47914,19417,0,2,47913,19417,47912,0,2,19417,19416,47912,0,2,19432,47915,19433,0,2,19433,47915,19434,0,2,47913,47912,19436,0,2,19436,47912,19437,0,2,48595,47919,19426,0,2,48595,19426,19425,0,2,19426,47924,47921,0,2,47921,47924,47920,0,2,47921,47920,47922,0,2,47922,19428,47921,0,2,19429,47920,47923,0,2,19429,47923,47927,0,2,47927,47923,19420,0,2,19421,47924,47925,0,2,47925,47910,19415,0,2,19415,47926,47925,0,2,47925,47926,19421,0,2,19421,19420,47923,0,2,47923,47924,19421,0,2,19421,47926,19418,0,2,47910,47925,47918,0,2,47918,47925,47919,0,2,47925,47924,47919,0,2,47919,47924,19426,0,2,47924,47923,47920,0,2,19420,19430,47927,0,2,19429,47927,47891,0,2,47891,47927,19430,0,2,19430,19419,47917,0,2,47917,47916,19430,0,2,19414,47918,47928,0,2,47928,47918,47919,0,2,47928,47919,48595,0,2,47810,47811,47929,0,2,47771,47770,19571,0,2,47772,47770,19577,0,2,19577,47770,13918,0,2,13919,13918,47773,0,2,13919,47773,19567,0,2,13919,19567,13920,0,2,47773,13918,47768,0,2,47930,19440,19438,0,2,19438,47910,47931,0,2,47931,19414,47932,0,2,47932,19414,47933,0,2,47932,47933,19442,0,2,19442,47933,19413,0,2,19414,47931,47910,0,2,19438,47931,47930,0,2,47930,47931,47932,0,2,47932,47783,47930,0,2,19441,47932,19442,0,2,47941,19442,47934,0,2,47941,47934,47939,0,2,47939,47934,47935,0,2,47939,47935,47936,0,2,47935,47934,19412,0,2,47938,47937,19497,0,2,47937,47938,47939,0,2,47937,47939,19411,0,2,19411,47939,47936,0,2,47941,47939,19443,0,2,47939,47938,19443,0,2,47940,19410,19494,0,2,19494,19410,19409,0,2,19494,19409,19408,0,2,19408,19493,19494,0,2,47774,47784,47781,0,2,47774,47781,47775,0,2,47775,47781,47778,0,2,47782,19441,47941,0,2,19442,47941,19441,0,2,47941,47780,47782,0,2,47794,47791,47942,0,2,47794,47942,47943,0,2,47943,47942,14182,0,2,47794,47943,47795,0,2,47944,40633,40634,0,2,47944,40621,47945,0,2,47946,47945,40621,0,2,40634,40621,47944,0,2,47944,47947,40633,0,2,47947,47944,47945,0,2,47947,47945,47823,0,2,47945,40663,47823,0,2,40622,47947,47823,0,2,40671,14160,47948,0,2,47948,14165,40671,0,2,40609,40610,40564,0,2,40564,40610,40484,0,2,13959,40544,47949,0,2,47949,40544,40789,0,2,13991,47949,40789,0,2,13961,47949,13991,0,2,40556,40558,18134,0,2,47950,40676,14171,0,2,13298,40585,40599,0,2,40586,40591,40582,0,2,13323,13324,47951,0,2,47952,47951,13322,0,2,13322,47951,13321,0,2,13321,47951,13324,0,2,13334,13332,13324,0,2,13321,13324,13320,0,2,40658,40724,47953,0,2,40724,40659,47953,0,2,14188,40646,13412,0,2,13412,40646,40645,0,2,13405,13412,40645,0,2,47955,47816,47954,0,2,13929,48427,14185,0,2,47954,48427,47955,0,2,47954,47815,13931,0,2,47955,13927,47817,0,2,47957,47864,47956,0,2,47956,47864,47863,0,2,47987,14199,47958,0,2,14199,47848,47958,0,2,47959,47958,47961,0,2,47961,47958,47848,0,2,47962,14196,47960,0,2,47961,14198,14197,0,2,47961,14197,47960,0,2,47960,14197,47962,0,2,47960,13893,47961,0,2,47961,13893,47959,0,2,47959,13893,13892,0,2,13892,13890,47959,0,2,47959,13890,47987,0,2,47987,13890,47963,0,2,47987,47963,47964,0,2,47864,47968,47969,0,2,47969,47966,47965,0,2,47965,47966,47967,0,2,47967,47966,47995,0,2,47967,47995,14214,0,2,47969,47968,47970,0,2,47969,47970,47971,0,2,47980,47970,47981,0,2,47972,47971,47979,0,2,47972,47979,47973,0,2,14202,14213,47974,0,2,47974,14213,47973,0,2,14204,47975,14205,0,2,14208,14207,14209,0,2,14209,14207,47976,0,2,14209,47976,47986,0,2,14207,14205,47976,0,2,47978,47973,47985,0,2,47985,47973,47979,0,2,47971,47970,47980,0,2,47971,47980,47983,0,2,47983,47980,47982,0,2,47985,47979,47984,0,2,47984,47979,47983,0,2,47979,47971,47983,0,2,47980,48054,47982,0,2,47974,47978,47977,0,2,47974,47977,47975,0,2,47975,47977,14205,0,2,14205,47977,47976,0,2,47974,47973,47978,0,2,47978,47994,47977,0,2,47976,47977,47986,0,2,47959,47987,47958,0,2,14199,47987,47964,0,2,14199,47964,47988,0,2,47988,47964,47968,0,2,47988,47968,47864,0,2,47864,47969,14200,0,2,14214,14201,47967,0,2,47967,14201,47965,0,2,47965,14200,47969,0,2,13398,13397,13396,0,2,13398,13396,47989,0,2,47989,13396,13888,0,2,13398,47989,48051,0,2,48051,47989,13889,0,2,48056,13886,47990,0,2,48056,47990,47991,0,2,47992,47991,47990,0,2,47992,14212,47993,0,2,47993,14212,14210,0,2,48060,14210,47994,0,2,47994,47978,47985,0,2,42909,47994,14210,0,2,47994,47986,47977,0,2,13886,13885,47990,0,2,47972,14213,47995,0,2,47995,47966,47972,0,2,48040,48038,14203,0,2,48040,14203,47996,0,2,47996,14204,47997,0,2,47997,48081,47998,0,2,47999,47998,48000,0,2,47999,48000,48001,0,2,48326,48002,48003,0,2,48003,48002,48005,0,2,48003,48318,48004,0,2,48029,48004,48317,0,2,48333,48006,48007,0,2,48333,48007,48008,0,2,48333,48008,48319,0,2,48319,48008,14227,0,2,14227,48008,14228,0,2,14228,48008,14229,0,2,14229,48008,14230,0,2,14230,48008,48076,0,2,14230,48076,48009,0,2,48009,48010,14231,0,2,48017,48002,48001,0,2,48012,48011,48013,0,2,48015,42924,48017,0,2,48015,48017,48016,0,2,48074,48016,48001,0,2,48001,48016,48017,0,2,48005,48017,48006,0,2,48014,42924,48015,0,2,42923,48013,48018,0,2,48018,48013,48022,0,2,48022,48020,48019,0,2,14209,48021,14208,0,2,48025,14208,48011,0,2,48011,48020,48022,0,2,48011,48022,48013,0,2,48020,48011,14208,0,2,48020,14208,48019,0,2,48019,14208,42930,0,2,42930,14208,48021,0,2,42930,42929,48019,0,2,48019,42929,48022,0,2,48022,42929,48024,0,2,48024,42928,42927,0,2,48024,42927,48023,0,2,48022,48024,48018,0,2,48023,48018,48024,0,2,48001,48000,48074,0,2,48074,48000,48025,0,2,48025,48026,14207,0,2,14207,14208,48025,0,2,48025,48011,48074,0,2,48025,48000,48026,0,2,14207,48026,14206,0,2,48026,48000,47998,0,2,47998,48081,48026,0,2,47999,48001,48002,0,2,47999,48002,48326,0,2,47999,48326,48042,0,2,48037,48042,48031,0,2,48031,48027,14222,0,2,48028,48027,48029,0,2,48028,14221,14222,0,2,14222,48030,48031,0,2,48031,48030,48032,0,2,14216,48033,48035,0,2,14216,48035,48034,0,2,14216,48034,14217,0,2,48032,48030,48034,0,2,48034,48030,14218,0,2,48030,14222,14220,0,2,48034,48035,48032,0,2,48032,48035,48033,0,2,48031,48032,48037,0,2,48037,48033,48036,0,2,48036,48033,48041,0,2,48041,48033,14216,0,2,48042,48037,48080,0,2,48042,48080,47998,0,2,47998,47999,48042,0,2,14204,47996,14203,0,2,48039,48038,48040,0,2,48039,48424,48036,0,2,48036,48424,48080,0,2,48037,48036,48080,0,2,48036,48041,48039,0,2,48039,48041,48038,0,2,48038,48041,14215,0,2,48031,48042,48027,0,2,48028,14222,48027,0,2,48042,48326,48027,0,2,48029,48027,48004,0,2,48004,48027,48326,0,2,48004,48326,48003,0,2,19646,48043,14223,0,2,19646,14223,19647,0,2,19647,14223,19630,0,2,14221,14223,48044,0,2,14223,48043,48044,0,2,19398,48044,48045,0,2,19398,48045,19397,0,2,48046,48048,19396,0,2,19396,48048,48047,0,2,48047,48050,19395,0,2,48050,19393,19395,0,2,48047,19395,49944,0,2,19396,48045,48046,0,2,48044,48043,48045,0,2,48046,48045,19646,0,2,19646,48045,48043,0,2,48046,19646,19645,0,2,48046,19645,48048,0,2,48048,19644,48049,0,2,48049,19626,48050,0,2,48050,48047,48049,0,2,48049,48047,48048,0,2,48049,19644,48098,0,2,47963,13890,48051,0,2,47964,47963,47981,0,2,48051,13889,47963,0,2,13889,48053,48052,0,2,48054,47980,48052,0,2,48052,47963,13889,0,2,47981,47963,47980,0,2,48052,48053,48057,0,2,48052,48057,48054,0,2,47982,48054,48057,0,2,48053,13887,48055,0,2,48059,48055,48056,0,2,48058,48056,47991,0,2,48057,48053,48055,0,2,47982,48058,48061,0,2,48056,48058,48059,0,2,48055,48059,48057,0,2,48057,48059,48058,0,2,47983,47982,48061,0,2,47983,48061,47984,0,2,47984,48061,48060,0,2,48060,48061,14210,0,2,14210,48061,47993,0,2,47993,47991,47992,0,2,47991,47993,48058,0,2,48060,47994,47985,0,2,47985,47984,48060,0,2,48063,48062,48064,0,2,48063,48064,48065,0,2,13383,48065,14254,0,2,14254,48064,13385,0,2,13385,48064,48062,0,2,13413,48066,13414,0,2,13413,48062,48066,0,2,48066,48062,48063,0,2,48065,13382,48063,0,2,13350,13349,48067,0,2,13349,14528,48067,0,2,13841,48067,14579,0,2,42898,42904,42905,0,2,14211,14212,48068,0,2,42898,42899,42900,0,2,42902,14211,42900,0,2,42900,14211,48068,0,2,42900,48068,42898,0,2,42900,42901,42902,0,2,48021,42902,42901,0,2,42904,42898,48068,0,2,42904,48068,42903,0,2,13415,13414,48066,0,2,13415,48066,48063,0,2,13415,48069,13381,0,2,13415,13381,13417,0,2,42936,48071,42897,0,2,48073,42934,42894,0,2,48072,42894,48428,0,2,42934,48073,48070,0,2,42935,42934,48071,0,2,48071,42936,42893,0,2,48071,42893,42935,0,2,48071,42934,48070,0,2,48072,42912,42911,0,2,48014,48015,48012,0,2,48012,48015,48016,0,2,48012,48013,48014,0,2,48074,48011,48012,0,2,48017,48075,48006,0,2,48075,48017,42924,0,2,48075,42924,48076,0,2,19456,48044,48077,0,2,48077,48044,19458,0,2,19459,19458,19457,0,2,48078,47922,19429,0,2,19457,48078,48329,0,2,19457,48329,19459,0,2,48078,19457,48079,0,2,48078,48079,47922,0,2,19455,48079,19457,0,2,47998,48080,47997,0,2,48081,47997,14206,0,2,14204,14205,14206,0,2,14204,14206,47997,0,2,14206,48026,48081,0,2,14202,14203,48038,0,2,48083,48082,48079,0,2,48079,48082,19428,0,2,48082,48083,48084,0,2,48092,48085,19482,0,2,48087,19483,48085,0,2,19483,48087,48086,0,2,48088,19609,19610,0,2,48088,48087,48085,0,2,48086,48087,19610,0,2,48086,19610,48089,0,2,19612,19484,48089,0,2,19612,48089,19610,0,2,19610,48087,48088,0,2,48597,47933,19414,0,2,48597,19414,47928,0,2,47933,48597,19413,0,2,19413,48597,19422,0,2,19412,47934,19413,0,2,47934,19442,19413,0,2,48091,19623,19620,0,2,48091,19620,48090,0,2,48090,19477,19478,0,2,48092,19480,19479,0,2,19482,19481,19480,0,2,19482,19480,48092,0,2,19478,48091,48090,0,2,48091,19480,19481,0,2,48091,19481,19623,0,2,19480,48091,19478,0,2,19490,19483,48086,0,2,19751,19750,48093,0,2,48093,19750,19491,0,2,48093,19491,48086,0,2,19491,19490,48086,0,2,19491,19750,19747,0,2,19653,48094,19737,0,2,19737,48094,19701,0,2,19653,19737,19736,0,2,19701,48094,19652,0,2,19675,19673,19655,0,2,19673,19675,13792,0,2,13792,19675,13614,0,2,13614,19675,13615,0,2,40458,48095,49946,0,2,49946,49945,40459,0,2,48096,40460,48598,0,2,19395,19394,49942,0,2,48105,48098,48099,0,2,48105,48099,48100,0,2,48103,48100,48101,0,2,48103,48101,48102,0,2,48100,48103,48104,0,2,48104,19682,19391,0,2,48104,48103,19682,0,2,19682,19683,19680,0,2,19683,19682,48102,0,2,48102,19682,48103,0,2,48049,48098,48105,0,2,48105,48104,19391,0,2,48104,48105,48100,0,2,48049,48105,19626,0,2,19626,48105,48106,0,2,19392,48106,19391,0,2,48106,48050,19626,0,2,19391,48106,48105,0,2,48221,48101,48107,0,2,48107,48219,48108,0,2,19685,48108,48109,0,2,48109,19688,19686,0,2,19686,19685,48109,0,2,19688,48109,19687,0,2,19687,48109,48110,0,2,19633,48110,48218,0,2,19689,19687,48111,0,2,19689,48111,48385,0,2,48241,48217,48112,0,2,48113,48174,48173,0,2,48113,48173,48114,0,2,48113,48114,48115,0,2,48115,48114,48172,0,2,48115,48172,48234,0,2,48234,48172,48116,0,2,48234,48116,48235,0,2,48235,48116,48117,0,2,48235,48117,48118,0,2,48145,48120,48193,0,2,48145,48196,48121,0,2,48252,48122,48123,0,2,48124,48144,49815,0,2,49815,48144,48143,0,2,48124,49815,13444,0,2,48124,13444,48126,0,2,48124,48126,48127,0,2,48124,48127,48137,0,2,48137,48127,48125,0,2,48137,48125,48123,0,2,48250,48129,48249,0,2,48249,48130,48245,0,2,48245,48130,48248,0,2,48248,48130,13523,0,2,13523,13546,48248,0,2,48131,13523,48129,0,2,48131,48129,48135,0,2,48131,48135,48132,0,2,13543,48132,13524,0,2,13446,13524,48133,0,2,48133,13524,48132,0,2,48126,48134,48127,0,2,48127,48134,48128,0,2,48133,48134,13445,0,2,13445,48134,48126,0,2,13445,48126,13444,0,2,13523,48130,48129,0,2,48129,48130,48249,0,2,48135,48129,48128,0,2,48135,48128,48134,0,2,48134,48132,48135,0,2,48129,48250,48128,0,2,48128,48250,48251,0,2,48128,48251,48125,0,2,48125,48127,48128,0,2,48123,48122,48136,0,2,48123,48136,48137,0,2,48124,48137,48142,0,2,48124,48142,48144,0,2,13597,48141,48140,0,2,13597,48140,48562,0,2,13597,48562,13440,0,2,13440,48562,13439,0,2,13439,48562,13438,0,2,48142,48136,48138,0,2,48142,48138,48144,0,2,48141,13443,48140,0,2,48140,13443,48143,0,2,48140,48143,48144,0,2,48140,48144,48139,0,2,48139,48144,48138,0,2,48142,48137,48136,0,2,48145,48121,48164,0,2,48145,48146,48120,0,2,48120,48146,48119,0,2,48119,48146,48147,0,2,48147,48146,48148,0,2,48147,48148,48236,0,2,48236,48148,49851,0,2,48236,49851,48233,0,2,48233,48149,48150,0,2,48150,48149,48151,0,2,48237,48152,48153,0,2,48154,48153,49846,0,2,48154,49846,49847,0,2,48154,49847,48155,0,2,48156,13515,48157,0,2,48157,13515,13514,0,2,48158,48157,13588,0,2,48158,13635,13634,0,2,48160,48159,13637,0,2,13635,48158,48160,0,2,48160,48158,48159,0,2,48159,48158,13588,0,2,48157,48158,48156,0,2,48156,48158,13633,0,2,13633,48158,13634,0,2,48159,13583,13637,0,2,13637,48161,13491,0,2,13583,13587,13637,0,2,13637,13587,48161,0,2,13491,48161,13492,0,2,13492,48161,13581,0,2,13493,13492,13581,0,2,48151,48149,48152,0,2,48162,48163,49845,0,2,48163,48162,48152,0,2,48163,48152,48149,0,2,48152,48162,48153,0,2,48119,48147,48189,0,2,48189,48147,48118,0,2,48145,48166,48146,0,2,48121,48122,48164,0,2,48253,48254,48167,0,2,48166,48165,48244,0,2,48166,48244,48243,0,2,48166,48167,48165,0,2,48164,48253,48145,0,2,48145,48253,48166,0,2,48122,48252,48164,0,2,48114,48170,48171,0,2,48114,48171,48172,0,2,48114,48173,48170,0,2,48170,48173,48169,0,2,48173,48174,48169,0,2,48169,48174,48112,0,2,48169,48112,48168,0,2,48112,48217,48168,0,2,48168,48175,48176,0,2,19637,48176,19635,0,2,19635,48176,48175,0,2,19635,48175,19642,0,2,19642,48175,48111,0,2,48169,48168,48176,0,2,48169,48176,48180,0,2,48177,48180,48178,0,2,48179,48303,48178,0,2,19637,48180,48176,0,2,48179,48178,48180,0,2,48169,48180,48170,0,2,48170,48180,48177,0,2,48170,48177,48171,0,2,48199,48181,48182,0,2,48199,48182,48183,0,2,48183,48182,48201,0,2,48183,48201,48300,0,2,48183,48300,48301,0,2,48183,48301,48184,0,2,48185,48184,48186,0,2,48188,48187,48191,0,2,48188,48191,48189,0,2,48188,48189,48190,0,2,48190,48189,48118,0,2,48189,48191,48119,0,2,48119,48191,48192,0,2,48119,48192,48120,0,2,48192,48197,48120,0,2,48120,48197,48193,0,2,48145,48193,48196,0,2,48365,48196,48194,0,2,48194,48196,48364,0,2,48364,48196,48195,0,2,48195,48196,48211,0,2,48211,48193,48197,0,2,48196,48193,48211,0,2,48186,48187,48185,0,2,48185,48187,48190,0,2,48190,48187,48188,0,2,48181,48171,48182,0,2,48171,48181,48172,0,2,48172,48181,48199,0,2,48172,48199,48116,0,2,48116,48199,48117,0,2,48198,48184,48185,0,2,48198,48185,48190,0,2,48184,48198,48183,0,2,48190,48118,48117,0,2,48198,48117,48199,0,2,48198,48199,48183,0,2,48171,48177,48178,0,2,48171,48178,48182,0,2,48178,48303,48182,0,2,48182,48303,48302,0,2,48182,48302,48200,0,2,48182,48200,48201,0,2,48301,14240,48202,0,2,48186,48202,48203,0,2,48203,48202,14239,0,2,48203,14239,48204,0,2,48204,48205,48203,0,2,48203,48205,48206,0,2,48195,48357,48207,0,2,48186,48210,48187,0,2,48187,48210,48191,0,2,48191,48210,48192,0,2,48186,48184,48202,0,2,48202,48184,48301,0,2,48210,48203,48208,0,2,48208,48206,48209,0,2,48209,48206,48357,0,2,48209,48357,48195,0,2,48192,48210,48197,0,2,48197,48210,48208,0,2,48197,48208,48211,0,2,48211,48208,48209,0,2,48209,48195,48211,0,2,48210,48186,48203,0,2,48206,48208,48203,0,2,48204,14239,48212,0,2,48213,48212,48214,0,2,48213,48214,48216,0,2,48213,48216,48372,0,2,48372,48216,48373,0,2,14236,48373,14237,0,2,48214,48212,48215,0,2,48214,48215,48347,0,2,48214,48347,48399,0,2,48214,48399,48216,0,2,48216,48399,14237,0,2,14237,48373,48216,0,2,48356,48215,48212,0,2,48356,48212,14239,0,2,48204,48212,48205,0,2,48217,48241,48385,0,2,48217,48385,48111,0,2,48111,48175,48217,0,2,48217,48175,48168,0,2,48110,48109,48108,0,2,48110,48108,48218,0,2,19633,48218,48290,0,2,19633,48290,19643,0,2,19643,48290,19632,0,2,48218,48108,48219,0,2,48218,48219,48290,0,2,48289,48220,48107,0,2,48289,48107,48101,0,2,48107,48220,48219,0,2,19685,48221,48108,0,2,48108,48221,48107,0,2,19685,19684,48221,0,2,19684,48102,48221,0,2,48221,48102,48101,0,2,48113,48232,48174,0,2,48174,48232,48231,0,2,48174,48231,48112,0,2,48112,48231,48240,0,2,48240,48222,48223,0,2,48223,48222,48224,0,2,48223,48224,48390,0,2,48390,48224,48389,0,2,48389,48224,48388,0,2,48388,48224,48225,0,2,48388,48225,13629,0,2,48225,48224,48239,0,2,48567,48239,48226,0,2,13632,48228,48227,0,2,48229,48228,48230,0,2,48230,48240,48231,0,2,48151,48231,48232,0,2,48151,48232,48150,0,2,48232,48113,48150,0,2,48150,48113,48115,0,2,48150,48235,48233,0,2,48115,48234,48150,0,2,48150,48234,48235,0,2,48236,48235,48118,0,2,48236,48118,48147,0,2,48236,48233,48235,0,2,48228,48229,48238,0,2,48238,48229,48237,0,2,48238,48237,48153,0,2,48152,48237,48151,0,2,48229,48230,48237,0,2,48151,48237,48231,0,2,48237,48230,48231,0,2,48153,48154,48238,0,2,48155,48156,13633,0,2,48155,13633,48227,0,2,48155,48227,48238,0,2,48238,48227,48228,0,2,48155,48238,48154,0,2,48224,48222,48239,0,2,48228,48226,48239,0,2,48228,48239,48230,0,2,48230,48239,48222,0,2,48239,48567,13630,0,2,48239,13630,48225,0,2,48112,48240,48241,0,2,48241,48240,48223,0,2,49851,48148,49850,0,2,49850,48148,48243,0,2,48166,48148,48146,0,2,48166,48243,48148,0,2,48243,48242,49850,0,2,48244,48165,48245,0,2,48245,48165,48249,0,2,13520,48246,13521,0,2,48245,48246,48247,0,2,48245,48247,48244,0,2,48244,48247,48243,0,2,48245,48248,48246,0,2,13522,13521,48246,0,2,13522,48248,13546,0,2,48249,48167,48254,0,2,48249,48254,48250,0,2,48251,48250,48252,0,2,48252,48250,48253,0,2,48253,48164,48252,0,2,48251,48252,48123,0,2,48123,48125,48251,0,2,48250,48254,48253,0,2,48249,48165,48167,0,2,48242,48243,48247,0,2,48242,48247,13519,0,2,48247,48246,13519,0,2,13550,13520,13563,0,2,13549,13547,13567,0,2,13567,13547,48255,0,2,13549,13567,13541,0,2,13541,13567,13538,0,2,48256,13463,48279,0,2,48259,48265,48258,0,2,48259,48258,48260,0,2,49887,48260,48276,0,2,48276,48260,48258,0,2,48276,48258,48261,0,2,48268,48256,48277,0,2,48277,48256,48262,0,2,48277,48262,48257,0,2,48263,48267,48264,0,2,48257,48264,48265,0,2,48257,48265,48259,0,2,48265,48266,48258,0,2,48264,48267,48265,0,2,48265,13451,48266,0,2,48266,13451,13467,0,2,48266,13467,13456,0,2,13451,48265,48267,0,2,13451,48267,13468,0,2,13468,48267,48263,0,2,48266,13456,48261,0,2,48257,48262,48264,0,2,48264,48262,13450,0,2,48256,48268,48269,0,2,48269,48268,48270,0,2,48269,49880,13463,0,2,13463,49880,13460,0,2,48269,13463,48256,0,2,48270,48268,48271,0,2,48271,49889,49885,0,2,49885,49889,48272,0,2,49885,48272,48273,0,2,49882,48273,48272,0,2,49882,48272,48274,0,2,48278,49898,48260,0,2,48268,48277,48271,0,2,48277,48257,49898,0,2,49898,48257,48259,0,2,48280,48279,13462,0,2,48280,13462,13449,0,2,13462,48279,13463,0,2,48279,48280,48256,0,2,48262,48256,48280,0,2,48262,48280,13450,0,2,13450,13648,13479,0,2,13479,48263,13450,0,2,48264,13450,48263,0,2,13648,13450,48281,0,2,13648,48281,13480,0,2,13449,13486,48281,0,2,48281,13486,13480,0,2,48281,13450,13449,0,2,13449,13450,48280,0,2,49940,48282,13584,0,2,13582,48282,48283,0,2,48283,48282,13579,0,2,13578,13579,48284,0,2,48285,48284,13569,0,2,13578,48284,48285,0,2,13578,48285,13496,0,2,13496,48285,13497,0,2,13497,48285,13569,0,2,13579,48282,49940,0,2,13579,49940,48284,0,2,48287,13689,48286,0,2,48286,13688,13666,0,2,48286,13666,48287,0,2,13661,48287,13666,0,2,48100,48099,48289,0,2,48288,48220,48295,0,2,48295,48220,48289,0,2,48289,48101,48100,0,2,48288,19632,48220,0,2,48220,19632,48219,0,2,48219,19632,48290,0,2,48293,19628,19631,0,2,48293,19631,48296,0,2,48293,48292,19628,0,2,48381,48294,48292,0,2,48292,48294,48291,0,2,48291,48288,48295,0,2,48295,48289,48099,0,2,48099,48098,48295,0,2,48295,48098,48291,0,2,48291,19627,48292,0,2,48292,19627,19628,0,2,48288,48291,48294,0,2,48296,19631,48315,0,2,48315,19631,48317,0,2,48296,48297,48380,0,2,48306,48313,48298,0,2,48298,48313,14243,0,2,48298,14243,14242,0,2,48298,14242,48299,0,2,48298,48299,48312,0,2,48312,48299,48201,0,2,48201,48299,48300,0,2,48300,48299,48301,0,2,48301,14242,14240,0,2,48303,48179,48304,0,2,48303,48304,48305,0,2,48308,48305,48310,0,2,48311,48310,48306,0,2,48311,48306,48307,0,2,48307,48306,48298,0,2,48305,48308,48303,0,2,48303,48308,48309,0,2,48200,48302,48311,0,2,48311,48302,48309,0,2,48309,48308,48310,0,2,48309,48310,48311,0,2,48312,48307,48298,0,2,48311,48307,48200,0,2,48200,48307,48312,0,2,48200,48312,48201,0,2,48301,48299,14242,0,2,14245,48313,48314,0,2,48314,48315,14225,0,2,48296,48315,48316,0,2,48306,48316,48313,0,2,48313,48316,48314,0,2,48314,48316,48315,0,2,48306,48297,48316,0,2,48316,48297,48296,0,2,14225,14226,48314,0,2,48314,14226,14245,0,2,14245,14244,48313,0,2,48296,48380,48293,0,2,48317,48004,48318,0,2,14226,48318,48319,0,2,14226,48319,14227,0,2,14226,14225,48318,0,2,48318,14225,48317,0,2,48322,48320,48321,0,2,48322,48321,48324,0,2,48325,48323,14219,0,2,48322,48324,48323,0,2,48323,48324,14219,0,2,14218,14219,47836,0,2,14219,48324,47836,0,2,48320,48322,48325,0,2,48320,48325,14220,0,2,48320,14220,48077,0,2,48077,14220,19456,0,2,48320,19459,48329,0,2,19461,19460,47893,0,2,47893,19460,48594,0,2,47893,48594,47894,0,2,19460,48328,48327,0,2,48327,48328,48329,0,2,48320,48329,48328,0,2,47896,47895,48330,0,2,48330,47853,47896,0,2,47896,47853,47849,0,2,47865,47832,48330,0,2,47865,48330,47895,0,2,14215,48331,48332,0,2,14215,48332,14201,0,2,14201,48332,47860,0,2,48331,14215,48423,0,2,48331,47841,48332,0,2,48332,47841,47840,0,2,48332,47840,47860,0,2,48003,48333,48318,0,2,48319,48318,48333,0,2,48333,48003,48005,0,2,48333,48005,48006,0,2,48297,48306,48310,0,2,13547,13564,48334,0,2,48255,13547,48335,0,2,48335,13547,13534,0,2,13533,13534,48334,0,2,13533,48334,13544,0,2,48334,13534,13547,0,2,49894,13533,13544,0,2,13544,13532,49894,0,2,48341,48335,48336,0,2,48345,49896,49897,0,2,48337,49897,49893,0,2,48337,49892,48338,0,2,48339,48343,49890,0,2,48339,49890,48340,0,2,48341,48336,48339,0,2,48339,48340,48342,0,2,48339,48342,13536,0,2,48343,48339,48344,0,2,48338,48343,49891,0,2,48336,48344,48339,0,2,48343,48344,49891,0,2,48338,49891,48337,0,2,48339,13536,48341,0,2,13536,13535,48341,0,2,48341,13535,48255,0,2,48341,48255,48335,0,2,48343,48338,49890,0,2,49896,48345,48336,0,2,49897,48337,48345,0,2,48345,48337,49891,0,2,48336,49891,48344,0,2,48336,48345,49891,0,2,48346,14228,48377,0,2,48008,48007,48076,0,2,48076,48007,48075,0,2,14229,14230,48378,0,2,48347,48378,48348,0,2,48398,48348,48349,0,2,14231,48348,48378,0,2,14231,48378,14230,0,2,48349,14231,48010,0,2,14232,48349,48353,0,2,13730,13725,48350,0,2,48007,48006,48075,0,2,42924,48014,42926,0,2,42921,42920,48402,0,2,48402,42920,42919,0,2,42919,48010,48351,0,2,48351,48010,48352,0,2,48352,48010,48009,0,2,14232,48353,48354,0,2,42918,48354,42919,0,2,42919,48354,48353,0,2,42919,48353,48010,0,2,48353,48349,48010,0,2,48378,48347,48355,0,2,48356,48355,48347,0,2,48206,48213,48367,0,2,48206,48367,48357,0,2,48357,48358,48207,0,2,48358,48368,48360,0,2,48360,48368,48359,0,2,48360,48556,48361,0,2,48361,48556,49852,0,2,48361,49852,48362,0,2,48362,49852,48363,0,2,48362,48363,48139,0,2,48139,48561,48140,0,2,48139,48138,48362,0,2,48362,48194,48361,0,2,48138,48136,48362,0,2,48196,48365,48121,0,2,48362,48365,48194,0,2,48194,48364,48360,0,2,48360,48361,48194,0,2,48364,48358,48360,0,2,48364,48195,48207,0,2,48364,48207,48358,0,2,48362,48136,48365,0,2,48121,48365,48122,0,2,48206,48205,48213,0,2,48213,48205,48212,0,2,48394,13433,48366,0,2,48366,48367,48371,0,2,48213,48371,48367,0,2,48367,48366,48357,0,2,48357,48366,48358,0,2,48366,13433,48358,0,2,48358,13433,48368,0,2,48359,48369,48370,0,2,48369,48359,13434,0,2,48359,48368,13433,0,2,48394,48366,13432,0,2,13432,48366,48371,0,2,48372,13432,48371,0,2,48372,48371,48213,0,2,13432,48372,48373,0,2,48374,48373,14236,0,2,14236,14235,48376,0,2,48376,14235,48375,0,2,48375,13429,13430,0,2,48375,13430,48376,0,2,14236,48376,48374,0,2,48374,13432,48373,0,2,48374,48376,13430,0,2,48374,13430,13431,0,2,48355,48377,48378,0,2,48378,48377,14228,0,2,48378,14228,14229,0,2,48377,48355,14248,0,2,48381,48379,48294,0,2,48310,48305,48380,0,2,48310,48380,48297,0,2,48305,48304,48382,0,2,48382,48304,48381,0,2,48380,48382,48293,0,2,48293,48382,48381,0,2,48380,48305,48382,0,2,48383,48179,48180,0,2,19637,48383,48180,0,2,48383,19640,48304,0,2,48383,48304,48179,0,2,48429,19690,48384,0,2,48429,48384,19691,0,2,48384,19689,48385,0,2,48384,48385,48389,0,2,48384,48389,48386,0,2,48387,13628,19692,0,2,19692,13628,48434,0,2,13628,48387,13629,0,2,13629,48387,48388,0,2,48387,48386,48388,0,2,48241,48223,48390,0,2,48389,48388,48386,0,2,48241,48390,48385,0,2,48390,48389,48385,0,2,48346,14244,14227,0,2,14246,48346,48377,0,2,48377,14248,14247,0,2,48377,14247,14246,0,2,48391,13433,48394,0,2,48395,48391,48392,0,2,48392,48391,48393,0,2,48393,48391,48394,0,2,48393,48394,13431,0,2,13434,13433,48391,0,2,13434,48391,48395,0,2,13434,13709,48369,0,2,48369,13709,13435,0,2,13709,13434,48395,0,2,13709,48395,48396,0,2,13708,48396,48397,0,2,48395,48392,48593,0,2,48395,48593,48396,0,2,48396,48593,48397,0,2,48349,14235,48398,0,2,48348,48398,48399,0,2,48348,48399,48347,0,2,48400,42918,42920,0,2,42914,48400,42920,0,2,48400,42915,42918,0,2,48009,48076,48352,0,2,42919,48351,48402,0,2,48352,48076,48401,0,2,48401,48076,42924,0,2,48352,48401,48351,0,2,48351,48401,48402,0,2,48402,48401,42926,0,2,47969,47971,47966,0,2,47972,47966,47971,0,2,47981,47968,47964,0,2,14200,47965,14201,0,2,47970,47968,47981,0,2,40739,48403,40738,0,2,40738,48403,40737,0,2,40739,40740,48403,0,2,40734,48403,40733,0,2,13400,13401,48404,0,2,13400,48404,13399,0,2,13891,13399,48404,0,2,13398,48404,13397,0,2,13397,48404,40745,0,2,40755,40745,13401,0,2,13401,40745,48404,0,2,13347,40757,48405,0,2,48405,40757,40735,0,2,48408,48406,48407,0,2,48407,48406,13416,0,2,13416,48406,13414,0,2,48409,13380,49969,0,2,48069,13415,13382,0,2,48067,48410,13350,0,2,13352,13350,48410,0,2,48067,13841,48410,0,2,48410,13841,13857,0,2,49947,13855,13876,0,2,13876,48411,48419,0,2,48419,48411,48412,0,2,13871,48412,48413,0,2,48415,48413,13838,0,2,13838,48413,13878,0,2,48413,48412,13878,0,2,13878,48412,48414,0,2,13879,48414,48411,0,2,48411,13876,13855,0,2,13871,48419,48412,0,2,48416,48415,13869,0,2,13869,48415,13870,0,2,13870,48415,13837,0,2,13870,13837,13862,0,2,48415,48416,48413,0,2,48413,48416,13871,0,2,13871,48416,48417,0,2,48419,13871,48417,0,2,13872,48418,13868,0,2,13868,48418,48416,0,2,13868,48416,13869,0,2,48416,48418,48417,0,2,13877,48420,48419,0,2,48419,48420,13876,0,2,13876,48420,13875,0,2,13882,14527,14526,0,2,13882,14526,48421,0,2,48422,48421,14598,0,2,14581,48422,14598,0,2,14525,48421,14526,0,2,14525,14578,14524,0,2,14216,47842,48423,0,2,48423,47842,47841,0,2,48039,48040,48424,0,2,48424,48040,47996,0,2,48424,47996,48080,0,2,40765,48425,40766,0,2,48425,40653,40712,0,2,48425,40712,40766,0,2,48426,14185,13931,0,2,48426,13932,13934,0,2,13934,13932,13933,0,2,47954,13931,48427,0,2,42912,48072,48428,0,2,42894,48072,48073,0,2,19688,19690,48429,0,2,48432,48429,48430,0,2,48431,19694,48430,0,2,48430,19694,48432,0,2,48432,19686,48429,0,2,48429,19686,19688,0,2,48429,19691,48430,0,2,48430,19691,48433,0,2,48430,48433,48431,0,2,48431,48433,13624,0,2,13624,48433,19692,0,2,49854,48434,13629,0,2,49854,13629,49855,0,2,48522,13626,48436,0,2,48522,48436,48530,0,2,48438,48439,49865,0,2,48439,48521,48440,0,2,48440,48441,48442,0,2,48442,48443,48444,0,2,48478,48444,48477,0,2,48477,48444,48573,0,2,48477,48573,48481,0,2,48481,48549,48445,0,2,48445,48549,48548,0,2,48445,48548,48446,0,2,48446,48554,48500,0,2,48500,48553,48501,0,2,48501,48553,48447,0,2,48501,48447,48486,0,2,48486,48447,48448,0,2,48502,48448,48449,0,2,48450,48545,48451,0,2,48518,48452,48546,0,2,48518,48546,48527,0,2,48518,48527,48453,0,2,48534,48453,48454,0,2,48455,48456,48505,0,2,48505,48456,48457,0,2,49865,48439,48504,0,2,48504,48439,48512,0,2,48487,48516,48488,0,2,48459,48488,48485,0,2,48460,48485,48461,0,2,48460,48461,48484,0,2,48484,48461,49863,0,2,48484,49863,48462,0,2,48462,49863,48494,0,2,48494,49863,48469,0,2,48494,48469,48470,0,2,48466,48470,48468,0,2,48468,48472,48463,0,2,48470,48466,48467,0,2,48474,48464,48463,0,2,48463,48464,48468,0,2,48466,48468,48465,0,2,48470,48469,48471,0,2,48470,48471,48468,0,2,48471,48472,48468,0,2,48472,48473,48463,0,2,48474,48476,48475,0,2,48475,48476,48479,0,2,48480,48479,48477,0,2,48477,48479,48478,0,2,48478,48517,48442,0,2,48440,48512,48439,0,2,48440,48442,48513,0,2,48442,48444,48478,0,2,48478,48479,48517,0,2,48517,48479,49868,0,2,48498,48481,48482,0,2,48489,48495,49861,0,2,48489,49861,48460,0,2,48489,48460,48484,0,2,48485,48460,49861,0,2,48485,48500,48459,0,2,48486,48487,48488,0,2,48486,48488,48459,0,2,48489,48493,48490,0,2,48490,48493,48467,0,2,48490,48467,48491,0,2,48491,48465,48492,0,2,48475,48492,48474,0,2,48489,48484,48462,0,2,48489,48462,48493,0,2,48493,48494,48467,0,2,48491,48466,48465,0,2,48465,48464,48492,0,2,48492,48464,48474,0,2,48466,48491,48467,0,2,48470,48467,48494,0,2,48494,48493,48462,0,2,48483,48495,48496,0,2,48497,48496,48490,0,2,48497,48490,48491,0,2,48491,48492,48497,0,2,48490,48496,48489,0,2,48489,48496,48495,0,2,48483,48496,48497,0,2,48483,48497,48482,0,2,48482,48497,48499,0,2,48482,48499,48498,0,2,48480,48481,48498,0,2,48480,48498,48479,0,2,48479,48498,48475,0,2,48499,48475,48498,0,2,48481,48445,48482,0,2,48482,48445,48483,0,2,48483,48445,48446,0,2,48483,48446,48495,0,2,48500,48485,48446,0,2,48500,48501,48459,0,2,48459,48501,48486,0,2,48486,48448,48487,0,2,48487,48448,48502,0,2,48487,48502,48458,0,2,48458,48502,48503,0,2,48503,48502,48504,0,2,48503,48504,48512,0,2,48504,48502,48505,0,2,48504,48505,48457,0,2,48504,48457,49865,0,2,48481,48480,48477,0,2,48508,48506,48473,0,2,48463,48473,48507,0,2,48474,48507,48476,0,2,48474,48463,48507,0,2,48516,48461,48488,0,2,48488,48461,48485,0,2,49863,48461,49862,0,2,48473,49862,48508,0,2,49862,48461,48508,0,2,48506,48514,48515,0,2,48509,48514,48508,0,2,48508,48514,48506,0,2,48508,48461,48509,0,2,48509,48511,48510,0,2,48511,48503,48512,0,2,48512,48440,48511,0,2,48503,48511,48458,0,2,48510,48511,48513,0,2,48514,48517,48515,0,2,48509,48510,48514,0,2,48513,48511,48440,0,2,48458,48511,48487,0,2,48487,48511,48516,0,2,48516,48509,48461,0,2,48509,48516,48511,0,2,48476,49868,48479,0,2,49868,48515,48517,0,2,48517,48514,48442,0,2,48442,48514,48510,0,2,48442,48510,48513,0,2,48452,48518,48451,0,2,48453,48451,48518,0,2,48442,48441,48519,0,2,48442,48519,48443,0,2,48443,48519,48575,0,2,48520,48519,48521,0,2,48520,48521,49856,0,2,49856,48521,48438,0,2,48440,48521,48441,0,2,48441,48521,48519,0,2,48439,48438,48521,0,2,13626,49860,48436,0,2,13626,48522,13681,0,2,13681,48522,13627,0,2,48522,48530,13441,0,2,48434,49854,48435,0,2,48140,48561,48562,0,2,48139,48363,48561,0,2,48454,48453,48524,0,2,48524,48453,48525,0,2,48525,48527,48555,0,2,13489,48555,48526,0,2,13489,13444,48555,0,2,48524,48525,48523,0,2,48525,48453,48527,0,2,48555,48527,48526,0,2,48454,48524,48455,0,2,48455,48524,48528,0,2,48455,48528,48456,0,2,48457,48456,49865,0,2,49865,48456,48529,0,2,48529,48531,49853,0,2,49853,48531,48530,0,2,48456,48528,48529,0,2,48529,48528,48531,0,2,48524,48532,48528,0,2,48534,48454,48533,0,2,48533,48454,48502,0,2,48502,48454,48455,0,2,48502,48455,48505,0,2,48533,48502,48449,0,2,48533,48449,48450,0,2,48533,48450,48534,0,2,48451,48534,48450,0,2,48450,48449,48535,0,2,48535,48449,48536,0,2,48535,48536,48537,0,2,48537,48538,48539,0,2,48539,13642,13640,0,2,48539,48538,48540,0,2,13639,48552,48544,0,2,48544,48552,48542,0,2,48544,48542,48543,0,2,48543,48542,13637,0,2,48541,13639,13643,0,2,13647,13638,48544,0,2,48544,13638,13639,0,2,13637,48542,48160,0,2,48540,48541,13643,0,2,48450,48535,48545,0,2,13640,48545,48539,0,2,48545,13640,48451,0,2,48451,13640,48452,0,2,13640,13482,48452,0,2,48452,13482,48546,0,2,13489,48526,13445,0,2,13445,48526,13488,0,2,13488,48526,48547,0,2,48547,48526,48546,0,2,48547,48546,13483,0,2,13488,48547,13484,0,2,48526,48527,48546,0,2,48539,48545,48537,0,2,48537,48545,48535,0,2,48447,48536,48448,0,2,48448,48536,48449,0,2,48536,48447,48553,0,2,48540,48538,48554,0,2,48540,48554,48541,0,2,48541,48554,48548,0,2,48550,48548,48549,0,2,48552,13639,48551,0,2,48551,13639,48550,0,2,48550,13639,48541,0,2,48550,48541,48548,0,2,48537,48553,48538,0,2,48554,48446,48548,0,2,48555,13444,49815,0,2,48360,48359,48556,0,2,48556,48359,48370,0,2,48370,48557,49852,0,2,49852,48557,48559,0,2,48559,48363,49852,0,2,48557,48370,48369,0,2,48557,48369,13435,0,2,13435,48558,48557,0,2,48557,48558,48559,0,2,48559,48560,48363,0,2,48560,48558,13437,0,2,48560,13437,13438,0,2,48560,13438,48562,0,2,48560,48562,48561,0,2,48561,48363,48560,0,2,48560,48559,48558,0,2,13712,13711,13436,0,2,48564,13436,13711,0,2,48564,13654,48563,0,2,13654,48564,13655,0,2,13655,48564,48565,0,2,48564,13711,48565,0,2,48565,13711,48566,0,2,48566,13772,13773,0,2,49855,13630,49857,0,2,48568,48567,13631,0,2,48568,13631,48569,0,2,48570,48571,48569,0,2,48569,48571,48572,0,2,48572,48571,48444,0,2,48481,48573,48574,0,2,48554,48538,48553,0,2,48550,48549,49941,0,2,48550,49941,48551,0,2,48551,49941,13636,0,2,48542,48552,13636,0,2,13636,48552,48551,0,2,49941,48549,48574,0,2,48574,48549,48481,0,2,13632,48570,13631,0,2,48570,48569,13631,0,2,48568,48569,48572,0,2,48568,48572,49858,0,2,48575,49858,48443,0,2,49858,48572,48444,0,2,49858,48444,48443,0,2,48567,49857,13630,0,2,49866,13634,48577,0,2,49866,48577,48576,0,2,48574,48576,49941,0,2,48577,13634,13635,0,2,48577,13635,13636,0,2,48240,48230,48222,0,2,48587,48588,48578,0,2,13652,48587,13668,0,2,13650,13668,13687,0,2,13650,13687,13686,0,2,13688,13668,48587,0,2,13652,13668,13651,0,2,13651,13668,13650,0,2,13649,13673,13651,0,2,48579,48580,48581,0,2,48566,13773,48565,0,2,48565,13773,13771,0,2,48565,13771,48581,0,2,48581,48582,48565,0,2,48581,13771,48579,0,2,48579,13771,48584,0,2,48579,48584,48583,0,2,48583,48584,13785,0,2,13785,48584,48585,0,2,13657,48583,13669,0,2,13669,48583,13658,0,2,13768,48585,48584,0,2,13771,13769,48584,0,2,48565,48582,13655,0,2,48582,48581,48580,0,2,48579,48583,48580,0,2,48580,48583,13657,0,2,13655,13656,48586,0,2,48586,13656,48578,0,2,48586,48578,48588,0,2,13655,48586,13670,0,2,13670,48586,13671,0,2,13671,48586,48588,0,2,13671,48588,13672,0,2,13672,48588,48587,0,2,13672,48587,13652,0,2,13703,13705,48589,0,2,48590,48589,48592,0,2,48590,48592,13598,0,2,13703,48589,48591,0,2,48591,48589,13732,0,2,48591,13732,13731,0,2,48589,48590,13732,0,2,13598,48592,48593,0,2,13598,48593,48393,0,2,48393,48593,48392,0,2,13707,48397,13706,0,2,13705,13706,48589,0,2,13705,13769,13706,0,2,48589,13706,48592,0,2,48592,48397,48593,0,2,48592,13706,48397,0,2,19460,48327,48594,0,2,19429,48594,48078,0,2,48594,48327,48078,0,2,48078,48327,48329,0,2,48595,19425,19424,0,2,47928,48595,48596,0,2,47928,48596,48597,0,2,19422,48597,48596,0,2,48595,19424,48596,0,2,48596,19424,19423,0,2,48598,19659,48096,0,2,48096,19659,48599,0,2,7874,34828,7714,0,2,7714,7719,7874,0,2,47701,7874,7719,0,2,13744,48600,13743,0,2,13743,48600,48601,0,2,48601,48600,48612,0,2,48601,48612,48606,0,2,48601,48602,48613,0,2,48602,48603,48604,0,2,48604,48603,13748,0,2,48603,48602,48606,0,2,48603,48606,48605,0,2,48605,48606,48607,0,2,48607,48606,48608,0,2,48609,48608,48605,0,2,48605,48608,48611,0,2,48605,48611,48603,0,2,48603,48611,13734,0,2,13734,48611,48610,0,2,48610,48612,48615,0,2,48615,48612,48600,0,2,48602,48601,48606,0,2,48606,48612,48608,0,2,48610,48611,48608,0,2,48602,48604,48613,0,2,13743,48601,48613,0,2,48614,13744,13745,0,2,48614,48610,48615,0,2,48610,48614,48616,0,2,13691,48616,13746,0,2,13744,48614,48600,0,2,48607,48608,48609,0,2,48607,48609,48605,0,2,48617,13737,13736,0,2,13736,13735,48617,0,2,13735,13734,48617,0,2,48617,13734,48619,0,2,48619,13734,13692,0,2,13692,48618,48619,0,2,48619,48618,48620,0,2,48621,48620,48618,0,2,48621,48618,13694,0,2,48620,42865,13737,0,2,48620,13737,48617,0,2,48620,48617,48619,0,2,13746,48616,48614,0,2,13751,13750,13606,0,2,13751,48622,13750,0,2,13750,48622,13738,0,2,13751,13752,48622,0,2,48622,13752,13753,0,2,13795,13794,48623,0,2,13795,48623,48624,0,2,48624,47683,13796,0,2,48624,13796,13795,0,2,13794,13793,48623,0,2,48623,13793,12986,0,2,48623,12986,48624,0,2,12986,14354,14351,0,2,14371,14352,14358,0,2,14350,14371,14349,0,2,41817,41722,48625,0,2,48625,41722,14483,0,2,48627,48626,14500,0,2,14500,48626,48631,0,2,14500,48631,14501,0,2,14501,48631,48628,0,2,48629,14502,48628,0,2,14488,14489,48626,0,2,48626,14489,48631,0,2,48628,48631,48630,0,2,48629,48630,14595,0,2,48630,48631,14489,0,2,14490,48630,14489,0,2,48630,48629,48628,0,2,14488,48626,48627,0,2,14488,48627,14485,0,2,14497,42829,14487,0,2,41825,14501,41824,0,2,13835,14597,48632,0,2,48632,14597,14595,0,2,48633,14490,42835,0,2,42835,42834,48633,0,2,48633,42834,13834,0,2,48634,13811,13810,0,2,13811,48634,48635,0,2,48638,13809,48643,0,2,48638,48643,48640,0,2,48640,48643,48636,0,2,48637,48636,13826,0,2,13826,48636,48642,0,2,13826,48642,13827,0,2,48638,48640,48639,0,2,48638,48639,13807,0,2,13807,48639,13749,0,2,13823,13606,48639,0,2,13823,48639,48640,0,2,13749,48639,13606,0,2,48640,48641,13823,0,2,48641,48637,13825,0,2,13825,48637,13826,0,2,48637,48641,48636,0,2,48636,48641,48640,0,2,48634,48642,13809,0,2,13809,48635,48634,0,2,48634,13827,48642,0,2,48642,48636,48643,0,2,48643,13809,48642,0,2,13814,13813,42845,0,2,13814,42845,13812,0,2,13812,42845,13810,0,2,13372,13818,13819,0,2,13604,42865,42874,0,2,13604,42874,13808,0,2,13604,13808,13807,0,2,42892,42876,48644,0,2,42880,42892,48644,0,2,42892,42857,42858,0,2,48644,42876,42877,0,2,48644,42877,48645,0,2,48644,48645,42880,0,2,14487,42829,14492,0,2,14487,14492,48646,0,2,14491,14487,48646,0,2,48647,41715,41714,0,2,14542,48648,41845,0,2,41845,48648,41833,0,2,41833,48648,41832,0,2,14544,13291,14545,0,2,14381,14378,14469,0,2,14330,48647,41714,0,2,48649,47690,47758,0,2,47746,47748,47749,0,2,47746,47745,47748,0,2,47748,47745,47750,0,2,19709,19704,47757,0,2,47776,19445,48650,0,2,47776,48651,47775,0,2,47775,48651,47774,0,2,48651,19586,47774,0,2,19587,48652,19586,0,2,19586,47821,19585,0,2,48652,47821,19586,0,2,19588,19589,19587,0,2,47776,48650,48651,0,2,48651,48650,19446,0,2,48651,19446,19586,0,2,19588,19446,48654,0,2,48655,48654,48653,0,2,40450,48655,19529,0,2,19588,48654,19595,0,2,48654,48655,19595,0,2,19585,47774,19586,0,2,40450,19594,48655,0,2,19570,19588,19592,0,2,48655,48653,19529,0,2,19520,47744,47745,0,2,19338,40405,40406,0,2,19338,40406,19822,0,2,19339,19337,19340,0,2,40405,19339,19340,0,2,40405,19338,19339,0,2,48704,7221,48656,0,2,48656,48706,48704,0,2,7228,48657,48705,0,2,48703,48705,7307,0,2,48703,7307,7314,0,2,7228,48706,48658,0,2,48658,48706,48656,0,2,48656,7310,48658,0,2,48658,7310,48659,0,2,48657,7228,7229,0,2,48657,7229,48660,0,2,7271,48661,7272,0,2,7272,48661,48660,0,2,7271,7306,48661,0,2,48661,7306,7307,0,2,48661,7307,48705,0,2,48661,48705,48660,0,2,48657,48660,48705,0,2,7228,48658,7227,0,2,7227,48658,48659,0,2,7227,48659,7226,0,2,7311,48659,7310,0,2,26344,26310,26312,0,2,26201,48662,26199,0,2,26199,48662,48663,0,2,26199,48663,48664,0,2,48664,48663,26196,0,2,48664,26196,7950,0,2,26196,48663,20073,0,2,48672,48665,26074,0,2,26074,48665,26073,0,2,26073,48665,48693,0,2,26065,48665,48666,0,2,48666,48665,48672,0,2,48666,48672,39707,0,2,48670,48667,26071,0,2,26071,48667,26048,0,2,26046,48668,26034,0,2,26034,48668,48669,0,2,26176,48669,48670,0,2,48670,48668,48667,0,2,48667,48668,26046,0,2,26044,20091,48671,0,2,48671,20091,20092,0,2,48671,20092,20093,0,2,39707,48672,26149,0,2,26149,48672,26074,0,2,26153,26158,48673,0,2,26077,26153,48673,0,2,48679,39699,39698,0,2,48679,39698,48674,0,2,39699,48679,39703,0,2,39703,48679,39700,0,2,39697,48674,39698,0,2,48675,39697,39717,0,2,39717,39697,48736,0,2,39697,48675,48674,0,2,48674,48675,39722,0,2,39722,48675,39721,0,2,48679,39701,48680,0,2,48680,48681,48676,0,2,48676,48681,48684,0,2,48676,48684,48677,0,2,39700,48677,48728,0,2,48728,48677,48685,0,2,48685,48678,39705,0,2,48680,48676,48679,0,2,48680,48682,48681,0,2,48681,48682,48683,0,2,48683,48682,26058,0,2,48681,48683,48684,0,2,48685,48684,48678,0,2,48678,48684,48687,0,2,48684,48683,48687,0,2,48687,48683,36154,0,2,39701,48689,48680,0,2,48686,39706,39705,0,2,48686,39705,48678,0,2,48678,48687,48688,0,2,48678,48688,48686,0,2,36154,48683,26057,0,2,48683,26058,26057,0,2,36151,48690,48691,0,2,36151,48691,36152,0,2,20073,36152,48691,0,2,48691,48690,26056,0,2,26067,26066,48692,0,2,26066,26049,48693,0,2,48693,26049,26073,0,2,37561,37560,48694,0,2,48729,26078,26079,0,2,48734,26101,26143,0,2,26095,26094,48695,0,2,48695,26096,26095,0,2,48695,48696,26096,0,2,37498,26096,48696,0,2,37498,48696,37497,0,2,37497,48696,26103,0,2,26043,36141,48697,0,2,26043,48697,20082,0,2,48697,48698,20082,0,2,36972,20080,48698,0,2,36100,36099,48699,0,2,36119,48699,36098,0,2,36100,48699,36120,0,2,36120,48699,36119,0,2,26323,48702,26324,0,2,48701,26323,26322,0,2,48700,26334,26335,0,2,48700,48701,36107,0,2,48702,48701,48700,0,2,48702,48700,26335,0,2,48702,26335,26324,0,2,48702,26323,48701,0,2,7228,48705,48706,0,2,7314,48704,48703,0,2,48703,48704,48705,0,2,48705,48704,48706,0,2,7263,7308,7306,0,2,7263,7306,7292,0,2,7308,7263,48707,0,2,7264,48707,48708,0,2,48708,48707,7263,0,2,7678,7684,26337,0,2,26129,26125,26126,0,2,26125,26129,37560,0,2,37560,26129,48694,0,2,26173,37578,37577,0,2,26173,37577,26172,0,2,37576,26172,37577,0,2,37576,37575,26172,0,2,26172,37575,37581,0,2,20453,20454,48709,0,2,20453,48709,20448,0,2,20453,20448,48722,0,2,20098,48710,20099,0,2,48710,20098,20450,0,2,20450,20098,20449,0,2,48720,20254,20267,0,2,20267,20265,20261,0,2,20264,20268,20263,0,2,20263,20268,20261,0,2,36079,36724,36722,0,2,48711,20932,21071,0,2,21071,21035,48711,0,2,48711,21035,21088,0,2,48711,21088,21072,0,2,21072,21088,48712,0,2,21072,48712,21073,0,2,48712,48713,21073,0,2,21073,48713,21074,0,2,21074,48713,48714,0,2,48714,48713,37243,0,2,37243,48713,21034,0,2,21034,48713,48712,0,2,48714,37243,37235,0,2,48714,37235,48715,0,2,48715,37022,37236,0,2,48715,37236,48714,0,2,20943,48716,20906,0,2,48716,20845,20908,0,2,20943,20906,20907,0,2,20908,20906,48716,0,2,20843,20845,36956,0,2,36956,20845,48716,0,2,20909,20895,20902,0,2,48717,37020,21079,0,2,48717,21079,21078,0,2,21078,37014,48717,0,2,48719,20255,48718,0,2,48719,48718,20265,0,2,20267,20268,48720,0,2,48720,20268,20269,0,2,48720,20269,20439,0,2,48721,26327,7371,0,2,48722,20447,20452,0,2,20452,20453,48722,0,2,26130,26113,26112,0,2,48724,37580,48723,0,2,48724,37576,37580,0,2,48723,20114,37574,0,2,37574,20114,37572,0,2,37574,37572,37573,0,2,37569,37568,37572,0,2,20442,20113,48725,0,2,48725,20113,26028,0,2,25972,25935,25934,0,2,26175,26172,48726,0,2,48726,26172,26113,0,2,26131,26129,26130,0,2,26131,26130,26112,0,2,26131,26112,26128,0,2,26128,26112,26111,0,2,39111,37540,21519,0,2,48727,26132,48734,0,2,48734,26132,26102,0,2,48734,26102,26101,0,2,37566,39655,37567,0,2,39704,39700,48728,0,2,39713,48729,39691,0,2,39691,48729,26091,0,2,39691,26091,26080,0,2,39705,39704,48728,0,2,39698,39688,39692,0,2,7932,7946,7931,0,2,39729,39723,48733,0,2,48733,39723,48730,0,2,48733,48730,48731,0,2,48731,48730,39720,0,2,39720,48730,39719,0,2,39719,48730,39718,0,2,39718,48730,39721,0,2,39723,39721,48730,0,2,48733,48731,48732,0,2,48732,39724,48733,0,2,39724,39729,48733,0,2,39912,48732,48731,0,2,48734,26104,48727,0,2,48684,48685,48677,0,2,48735,26082,26163,0,2,37512,48737,48736,0,2,48736,48737,39718,0,2,39718,48737,39719,0,2,39719,48737,37455,0,2,39719,37455,39720,0,2,37455,48737,39716,0,2,48675,39717,39721,0,2,37477,37458,37459,0,2,39914,39923,39924,0,2,48743,48740,48739,0,2,48739,48740,40006,0,2,48739,40006,8029,0,2,48739,8029,7986,0,2,48742,7962,19976,0,2,19976,7962,19974,0,2,48741,19933,40026,0,2,48741,40026,7964,0,2,48741,7964,20058,0,2,40026,48742,7964,0,2,7964,48742,7963,0,2,40026,19933,19935,0,2,19935,19933,19934,0,2,40005,48740,48738,0,2,48738,48740,48743,0,2,40005,48738,7991,0,2,7989,7991,8005,0,2,8005,7991,48738,0,2,7986,48744,48739,0,2,48744,7987,48743,0,2,48743,7987,8006,0,2,48743,8006,48738,0,2,48743,48739,48744,0,2,8046,8038,48745,0,2,39965,20063,39967,0,2,39967,20063,48746,0,2,37668,21524,37667,0,2,37667,37669,37668,0,2,21537,21536,37655,0,2,37655,21536,37653,0,2,21548,48748,24383,0,2,24383,48748,21557,0,2,48748,48749,21557,0,2,48749,21556,21557,0,2,21556,21552,21555,0,2,37444,37445,39654,0,2,26305,48750,26296,0,2,47715,26305,26296,0,2,26296,26295,47715,0,2,7225,48751,7697,0,2,7697,48751,7700,0,2,7697,7696,7225,0,2,7225,7696,48753,0,2,48752,48753,7693,0,2,7693,48753,7694,0,2,7227,48752,7692,0,2,7692,48752,7693,0,2,48753,7696,7694,0,2,35730,7842,35729,0,2,7848,7834,7846,0,2,7858,7846,7841,0,2,7847,7848,7846,0,2,7847,7846,35723,0,2,48754,35722,26726,0,2,48754,26726,35725,0,2,35722,35724,26726,0,2,48754,35725,35727,0,2,35727,35725,35726,0,2,35727,35726,26721,0,2,7793,7817,48755,0,2,7819,48755,7817,0,2,7856,7852,7853,0,2,7856,7853,7835,0,2,7835,7853,7854,0,2,26682,26681,26633,0,2,26633,26681,26680,0,2,48758,26785,26788,0,2,26641,48758,26786,0,2,48758,26788,26786,0,2,26786,26788,26642,0,2,48759,26667,26642,0,2,7759,7749,48760,0,2,7759,48760,7758,0,2,7798,7792,48755,0,2,7791,7784,7792,0,2,7828,48761,7829,0,2,7829,48761,7750,0,2,26468,48762,48763,0,2,48763,7086,7085,0,2,7086,48763,48761,0,2,7750,48761,48762,0,2,48763,26529,26468,0,2,26528,48763,7085,0,2,7090,7089,7761,0,2,7765,7761,26464,0,2,26464,7761,7089,0,2,7790,7791,7792,0,2,48755,7792,7793,0,2,7792,7798,7790,0,2,48768,26533,48764,0,2,48764,48766,48765,0,2,26536,48765,48766,0,2,48766,48764,26533,0,2,48764,48767,26543,0,2,48764,26543,48768,0,2,48769,35675,48770,0,2,48772,26546,26545,0,2,48770,48771,26545,0,2,26545,48771,48772,0,2,48772,26548,26546,0,2,26546,26548,26547,0,2,48769,26543,35675,0,2,35675,26543,48767,0,2,48773,26710,35688,0,2,48775,34760,34758,0,2,48775,34752,48774,0,2,48774,34760,48775,0,2,7085,48776,48815,0,2,48815,48776,48814,0,2,35182,48813,35183,0,2,48776,34798,48777,0,2,48777,34798,34761,0,2,34761,34798,34797,0,2,48813,48814,48777,0,2,48777,48814,48776,0,2,48779,48778,26411,0,2,48778,48779,34737,0,2,34804,34737,48779,0,2,48782,34749,34788,0,2,34749,48780,48781,0,2,48781,48780,35196,0,2,34749,48782,48780,0,2,48783,26453,34802,0,2,48784,26453,48783,0,2,26414,26413,48784,0,2,48784,26413,26410,0,2,48784,26410,26453,0,2,48784,26451,26414,0,2,26451,48784,48783,0,2,48783,26459,26451,0,2,7278,7276,7237,0,2,36922,36921,36926,0,2,7241,48785,36927,0,2,36926,48785,36925,0,2,36925,48785,36916,0,2,36916,48785,7243,0,2,7243,48785,7242,0,2,7242,48785,7241,0,2,7239,26664,26639,0,2,26664,26665,26638,0,2,26638,26639,26664,0,2,26639,26663,7239,0,2,7239,26663,26662,0,2,7240,7239,26662,0,2,26662,26661,7240,0,2,26667,48759,48786,0,2,48787,26703,26702,0,2,48787,26702,48788,0,2,48787,48788,48790,0,2,26692,48789,26693,0,2,48789,26689,48790,0,2,48790,26689,26684,0,2,48790,26684,48787,0,2,48787,26684,26703,0,2,26703,26684,26704,0,2,26704,26684,35720,0,2,48789,48790,26700,0,2,48789,26700,26693,0,2,26761,26760,48791,0,2,48791,26760,26699,0,2,48792,48788,48791,0,2,48792,48791,26698,0,2,26699,26698,48791,0,2,48788,48792,26696,0,2,26696,48792,26697,0,2,26697,48792,26830,0,2,26830,48792,26698,0,2,26696,26773,48788,0,2,48794,48793,26739,0,2,26739,48793,26727,0,2,26727,48793,26728,0,2,48794,48795,48793,0,2,48793,48795,35689,0,2,48795,48794,26711,0,2,26711,48773,48795,0,2,7743,48796,26737,0,2,26734,26736,26737,0,2,26736,26735,26737,0,2,26737,26735,7743,0,2,7743,26715,48796,0,2,48798,48797,7772,0,2,48798,7772,7771,0,2,48798,7771,7752,0,2,7758,48760,7771,0,2,7752,7771,48760,0,2,48760,7748,7752,0,2,26735,48797,7757,0,2,7757,48797,48798,0,2,48799,7773,7776,0,2,48799,7783,7770,0,2,7774,7770,7775,0,2,7775,7770,7783,0,2,26549,7080,48800,0,2,48800,48801,35660,0,2,35660,48801,26511,0,2,7080,48801,48800,0,2,7080,7078,48801,0,2,48800,35660,48802,0,2,48800,48802,26525,0,2,26524,48802,35660,0,2,26523,48765,48803,0,2,26524,48803,26536,0,2,35671,35670,35658,0,2,35658,35670,35669,0,2,48804,35170,35186,0,2,35186,35174,48804,0,2,48804,35174,35168,0,2,35172,35168,35166,0,2,35166,35168,35167,0,2,35168,35172,48804,0,2,35172,35171,48804,0,2,35170,48804,35171,0,2,35189,35160,48805,0,2,48805,35160,48808,0,2,48807,48806,9174,0,2,48807,9174,35348,0,2,9181,48806,35159,0,2,35160,48806,48808,0,2,35161,48808,35162,0,2,35162,48807,34905,0,2,34905,48807,35348,0,2,48807,35162,48808,0,2,48807,48808,48806,0,2,34767,48810,35180,0,2,35180,48810,35179,0,2,35178,35179,35177,0,2,35175,35177,48812,0,2,48811,48809,34768,0,2,48812,48809,48811,0,2,35178,48814,35179,0,2,35179,48809,48812,0,2,48812,35177,35179,0,2,35180,35181,34767,0,2,34766,34767,35181,0,2,48810,34767,34768,0,2,48810,34768,48809,0,2,48836,34768,34767,0,2,34891,9185,9186,0,2,34891,9186,34894,0,2,35154,35155,34770,0,2,34770,35193,35154,0,2,34769,48816,34770,0,2,35189,48805,48817,0,2,48817,48805,48818,0,2,48817,35158,35189,0,2,48819,9234,9233,0,2,48821,9233,48820,0,2,48821,34765,9165,0,2,48821,9165,9233,0,2,9233,9165,48819,0,2,34854,34848,34853,0,2,34848,48822,34853,0,2,34853,48822,34852,0,2,34848,34854,725,0,2,34855,9024,48822,0,2,48822,9024,34852,0,2,34859,35080,9023,0,2,35350,34897,34896,0,2,35350,34896,34910,0,2,35165,35188,48823,0,2,48823,48826,35172,0,2,35165,48823,35166,0,2,35166,48823,35172,0,2,35171,48824,48827,0,2,48827,48824,48825,0,2,7079,35171,7078,0,2,7079,7081,35170,0,2,7079,35170,35171,0,2,7078,35171,48827,0,2,7078,48827,48828,0,2,48828,48827,48829,0,2,48829,48830,27460,0,2,7077,48829,48831,0,2,48831,48829,48833,0,2,48832,48833,7074,0,2,7074,48833,7072,0,2,7072,48833,27460,0,2,7077,48831,7076,0,2,7076,48831,7075,0,2,48832,7075,48831,0,2,48825,48830,48829,0,2,27459,48825,27458,0,2,48829,27460,48833,0,2,48829,7077,48828,0,2,48825,48829,48827,0,2,27543,48834,48835,0,2,7075,48835,26472,0,2,48834,27543,35253,0,2,48835,7075,48832,0,2,48835,48832,27549,0,2,27549,27543,48835,0,2,9017,9018,35079,0,2,34862,35079,34861,0,2,34861,35079,9018,0,2,35176,35175,48837,0,2,35176,48837,48838,0,2,35176,48838,35187,0,2,26748,26768,26749,0,2,26755,26749,48839,0,2,26768,48839,26749,0,2,26520,35680,35676,0,2,26782,26783,48759,0,2,26374,26373,26385,0,2,12910,12909,12895,0,2,12903,12786,48840,0,2,11341,48841,11346,0,2,11346,48841,11687,0,2,11738,48841,11739,0,2,11739,48841,11340,0,2,11340,48841,11341,0,2,40036,40035,7973,0,2,40122,7973,40035,0,2,8286,19946,8277,0,2,8286,8277,8285,0,2,8276,8275,8289,0,2,19951,48843,48844,0,2,8274,48843,48842,0,2,48842,8273,8274,0,2,48844,8275,19951,0,2,10376,8094,8097,0,2,8193,19953,8196,0,2,8196,8197,8193,0,2,8193,8197,8192,0,2,8067,8066,40112,0,2,40112,8066,45546,0,2,48845,40124,40120,0,2,48845,40120,48847,0,2,48847,48846,48845,0,2,48846,48847,7977,0,2,7977,48847,7979,0,2,7979,48847,40120,0,2,7977,7979,7978,0,2,48845,40123,40124,0,2,24493,48850,48849,0,2,39635,48849,48851,0,2,48851,48849,24492,0,2,48851,24491,39635,0,2,39635,24491,48852,0,2,39635,48852,39634,0,2,39634,48852,24356,0,2,48852,24491,24354,0,2,24492,48849,48850,0,2,25081,39792,48853,0,2,48854,24447,39678,0,2,24436,39678,24447,0,2,39848,39842,39841,0,2,39842,39848,39847,0,2,24455,25068,39091,0,2,39091,39090,24455,0,2,39627,24339,24509,0,2,48855,24305,39128,0,2,48855,39128,24304,0,2,39130,39128,39131,0,2,39131,24306,48856,0,2,39128,24305,39131,0,2,24309,24310,24308,0,2,24289,24288,24310,0,2,24289,24310,24309,0,2,24234,39532,39531,0,2,39531,39532,48857,0,2,48859,48857,48858,0,2,48859,48858,48860,0,2,48860,48858,39534,0,2,48861,48858,48857,0,2,48861,48857,39532,0,2,48859,24231,24232,0,2,48859,24232,48857,0,2,48857,24232,39531,0,2,24571,24573,24572,0,2,24601,24582,24606,0,2,24605,24257,24256,0,2,48866,48864,24603,0,2,24697,48863,24628,0,2,24628,48863,24678,0,2,24678,48863,24603,0,2,24678,24603,48864,0,2,24678,48864,48865,0,2,48865,48864,48867,0,2,48867,48866,39319,0,2,39319,39139,24654,0,2,39139,39319,39140,0,2,48866,48867,48864,0,2,48865,24650,24630,0,2,24630,24650,24651,0,2,39317,24696,24614,0,2,24614,24696,48875,0,2,48868,21582,48869,0,2,48869,21582,21561,0,2,48871,48872,48870,0,2,48870,48872,48869,0,2,48869,48872,48868,0,2,24680,24681,24619,0,2,24619,24681,48873,0,2,24619,48873,24620,0,2,48873,24682,24683,0,2,24683,24620,48873,0,2,39213,48873,24681,0,2,24680,24619,48874,0,2,48875,24617,24616,0,2,48875,24618,48876,0,2,24622,24623,48876,0,2,24623,24617,48876,0,2,48876,24617,48875,0,2,24260,39138,39140,0,2,39140,39138,39137,0,2,21607,39241,21605,0,2,48859,48860,48877,0,2,48878,48877,24218,0,2,48878,24218,24219,0,2,48877,48878,48879,0,2,48877,48879,48859,0,2,48859,48879,24524,0,2,48878,24221,48879,0,2,48881,24554,24550,0,2,24554,48881,48880,0,2,48880,48881,24227,0,2,48881,24550,24552,0,2,24227,24228,48880,0,2,24812,24813,48882,0,2,48882,24813,48883,0,2,48882,48883,24768,0,2,24768,48883,33916,0,2,24753,33930,24754,0,2,24754,33930,33925,0,2,24157,24166,39312,0,2,39312,24166,24167,0,2,33391,48885,48884,0,2,33913,48885,23872,0,2,48886,48887,33390,0,2,33390,48887,33391,0,2,33391,48887,48885,0,2,48887,23870,23871,0,2,48887,23871,48885,0,2,48885,23871,23872,0,2,48886,32987,33387,0,2,23870,48887,48888,0,2,23870,48888,33364,0,2,48887,48886,48888,0,2,48886,33387,48888,0,2,48888,33387,33364,0,2,32972,32982,32981,0,2,32972,32981,48889,0,2,48889,32974,32972,0,2,48890,39247,39191,0,2,48893,48890,48891,0,2,39189,39186,48891,0,2,39189,48891,39190,0,2,39190,48891,48892,0,2,39191,48892,48890,0,2,48892,48891,48890,0,2,39186,48893,48891,0,2,48894,22925,48895,0,2,22925,37720,48895,0,2,48895,37720,22921,0,2,22921,37793,22920,0,2,22150,22151,22152,0,2,22150,22152,23253,0,2,32591,23263,38799,0,2,38799,23263,23264,0,2,48896,23306,23305,0,2,48896,23275,23276,0,2,48896,23276,23319,0,2,23276,32868,23319,0,2,23319,32868,23318,0,2,23319,23318,48898,0,2,48898,23318,48897,0,2,23319,48898,23306,0,2,23306,48898,23651,0,2,48904,48903,23257,0,2,48904,23257,32610,0,2,32610,23257,48902,0,2,32610,48902,48899,0,2,32610,48899,32609,0,2,32613,32609,32611,0,2,32611,32609,48900,0,2,48900,48899,48901,0,2,48900,48901,22143,0,2,22142,48901,48902,0,2,22142,48902,23257,0,2,22142,23257,23256,0,2,48899,48902,48901,0,2,23257,48903,23621,0,2,23621,48903,23258,0,2,48899,48900,32609,0,2,48904,48905,48903,0,2,48903,48905,23259,0,2,48903,23259,23258,0,2,23309,23649,23310,0,2,23310,23649,32861,0,2,32861,23649,48897,0,2,23317,48897,23318,0,2,32861,48897,23317,0,2,32865,3434,3410,0,2,32573,3410,3409,0,2,3410,32573,32864,0,2,48906,3438,32585,0,2,48959,48908,48909,0,2,48909,48910,48911,0,2,48911,48910,30644,0,2,30644,48910,30643,0,2,30643,48910,48918,0,2,30643,48918,3401,0,2,48912,3401,48913,0,2,23584,48913,3400,0,2,23584,3400,23585,0,2,23585,3400,3399,0,2,23585,3399,48914,0,2,48914,48935,48923,0,2,48923,48935,3398,0,2,23591,48916,48965,0,2,48916,23591,48915,0,2,23585,48914,48915,0,2,48915,48914,48916,0,2,48916,48914,48948,0,2,48916,48948,48917,0,2,48917,48938,48963,0,2,48963,48938,48946,0,2,48963,48946,23590,0,2,48961,23590,48947,0,2,48913,30642,48912,0,2,3401,48912,30643,0,2,3400,48913,48921,0,2,48907,3402,48908,0,2,48908,3402,48909,0,2,48909,3402,48918,0,2,48909,48918,48910,0,2,48918,3402,48920,0,2,32724,48919,3403,0,2,48919,32724,32725,0,2,48919,32725,48920,0,2,3401,48920,48921,0,2,32819,48921,32725,0,2,32819,32725,32727,0,2,32725,48921,48920,0,2,32819,32727,48922,0,2,32819,48922,32818,0,2,32818,48922,48937,0,2,48937,48922,3428,0,2,48948,48914,48923,0,2,48923,32812,48941,0,2,48941,32812,3397,0,2,3398,32812,48923,0,2,32615,23657,48924,0,2,23657,23658,48924,0,2,32913,32903,32907,0,2,48925,48928,22138,0,2,48928,22142,48927,0,2,22142,48928,48926,0,2,48926,48928,48925,0,2,48927,22140,48928,0,2,48928,22140,22139,0,2,48929,32920,22151,0,2,48929,22151,48930,0,2,48930,22151,32921,0,2,23634,48931,21924,0,2,23634,21924,48932,0,2,23634,23633,48931,0,2,48931,23633,23619,0,2,48931,23620,23647,0,2,48931,23647,21924,0,2,21924,23647,21925,0,2,21920,48932,21921,0,2,21921,48932,21922,0,2,23647,23617,21925,0,2,23632,23619,23639,0,2,23639,23619,23633,0,2,48936,32730,32731,0,2,48936,32731,48933,0,2,32816,48933,32815,0,2,32815,48933,32814,0,2,48934,32817,3398,0,2,48934,3398,48935,0,2,48935,48914,48934,0,2,48934,48914,3399,0,2,32816,48937,48933,0,2,48937,3428,48936,0,2,48936,3428,32730,0,2,48965,48916,48917,0,2,48938,48917,48939,0,2,48938,48939,48940,0,2,48940,48939,48942,0,2,48942,48939,48941,0,2,48944,48942,48943,0,2,48943,48942,3440,0,2,48943,3440,3395,0,2,48938,48940,48945,0,2,48946,48945,3392,0,2,3392,48947,48946,0,2,48946,48947,23590,0,2,48946,48938,48945,0,2,3392,48945,3393,0,2,3393,48945,48940,0,2,48943,3393,48944,0,2,48940,48942,48944,0,2,48939,48917,48948,0,2,48939,48948,48923,0,2,48941,3397,48942,0,2,48942,3397,3440,0,2,48941,48939,48923,0,2,3391,32747,48949,0,2,48953,48950,48951,0,2,48950,32749,48951,0,2,48950,48953,48952,0,2,48956,3387,48955,0,2,48955,3387,3388,0,2,48953,48956,48955,0,2,48953,48955,48954,0,2,48954,48955,3388,0,2,48952,48953,48949,0,2,48953,48954,48949,0,2,48951,48957,48956,0,2,48956,48957,3387,0,2,48951,48956,48953,0,2,48958,48957,48971,0,2,28835,48957,48958,0,2,28835,48958,3385,0,2,3475,3385,48958,0,2,48959,48909,48911,0,2,48959,48911,30652,0,2,30652,48911,48960,0,2,30652,23612,48959,0,2,30651,48960,30650,0,2,48960,48911,30650,0,2,30644,30650,48911,0,2,28796,48961,3389,0,2,3389,48961,3390,0,2,48961,48947,3390,0,2,3390,48947,48954,0,2,48962,3389,3388,0,2,48962,3388,28825,0,2,28825,3388,28837,0,2,48963,23589,48964,0,2,48964,23587,48965,0,2,48965,48917,48964,0,2,48964,48917,48963,0,2,48966,32793,32792,0,2,48966,32792,48969,0,2,48966,48967,32793,0,2,32793,48967,32753,0,2,32756,48967,48966,0,2,32756,48966,48968,0,2,48968,48966,48969,0,2,48968,48969,32791,0,2,32791,32735,48968,0,2,48968,48970,32756,0,2,32756,48970,32757,0,2,48970,48968,32735,0,2,48970,32735,32736,0,2,32757,48970,32783,0,2,48957,48951,48971,0,2,48971,48951,32749,0,2,28837,3388,48972,0,2,48974,3501,48973,0,2,48974,48973,28829,0,2,48975,32812,32816,0,2,32816,32815,48975,0,2,48977,32771,48976,0,2,48976,32771,38544,0,2,32773,48977,32774,0,2,32774,48977,48976,0,2,3255,32804,48978,0,2,48978,32804,32810,0,2,3601,48979,48980,0,2,2906,48980,48981,0,2,48981,48980,48979,0,2,3600,48980,2906,0,2,2904,49718,49785,0,2,49785,49718,3604,0,2,49710,2912,2911,0,2,48982,2910,49711,0,2,2910,2911,2909,0,2,2220,38100,48983,0,2,48983,38100,38101,0,2,48983,38101,2223,0,2,48990,48984,48985,0,2,48985,48984,38032,0,2,48984,48990,2220,0,2,2220,48983,2221,0,2,2221,48983,2223,0,2,2248,2249,2133,0,2,48985,48986,48989,0,2,48989,48990,48985,0,2,38098,48988,2243,0,2,2243,48988,48987,0,2,2243,48987,48986,0,2,2220,48990,38100,0,2,48990,48989,48991,0,2,48990,48991,38100,0,2,48987,48991,48989,0,2,48989,48986,48987,0,2,2236,2212,2213,0,2,2218,2144,2233,0,2,2233,2232,2218,0,2,48993,2167,2168,0,2,48993,2168,48992,0,2,2167,48993,2632,0,2,2632,48993,2631,0,2,2631,48993,2630,0,2,48993,2639,2630,0,2,2134,2246,2249,0,2,2249,2246,2133,0,2,32649,32650,2539,0,2,2539,32670,2529,0,2,48994,32642,38591,0,2,38591,32642,32687,0,2,3262,38584,38585,0,2,3262,38585,32850,0,2,3262,38581,38584,0,2,3288,3334,38587,0,2,2182,2153,38406,0,2,2251,2126,3543,0,2,38025,2109,2255,0,2,48995,48996,38296,0,2,22786,48996,22780,0,2,48996,22779,22780,0,2,22786,22781,48996,0,2,48996,48995,22779,0,2,2408,2367,48997,0,2,2408,48997,2409,0,2,2382,2409,48997,0,2,2409,2382,48998,0,2,2402,48998,2382,0,2,20607,20529,20528,0,2,48999,20528,49000,0,2,49000,20528,20537,0,2,49001,49000,20538,0,2,49001,20538,20526,0,2,20538,49000,20537,0,2,20537,20528,20535,0,2,20609,49001,49004,0,2,21170,49004,49002,0,2,21170,49002,49003,0,2,20527,49003,49002,0,2,49001,49002,49004,0,2,49001,20526,49002,0,2,49002,20526,20527,0,2,49004,21170,21171,0,2,2357,2356,49006,0,2,49006,49005,49007,0,2,49010,49007,49008,0,2,49008,49009,2378,0,2,49008,2378,49010,0,2,49010,2377,49006,0,2,49006,2377,2357,0,2,2377,49010,2378,0,2,49006,49007,49010,0,2,49007,2354,49011,0,2,49007,49011,49008,0,2,49011,38335,2427,0,2,49011,2427,49233,0,2,49011,49233,49008,0,2,49008,49233,49009,0,2,2427,2426,49233,0,2,38335,49011,2353,0,2,2353,49011,2354,0,2,2354,49007,2355,0,2,2356,49005,49006,0,2,2358,2377,2376,0,2,38322,2347,2346,0,2,38331,2347,2348,0,2,2404,2405,22785,0,2,2414,2405,49012,0,2,49012,2413,2414,0,2,2458,2306,2305,0,2,2464,2458,2305,0,2,21154,21159,49015,0,2,49015,49014,49016,0,2,49017,49016,49038,0,2,49017,49038,49018,0,2,49018,49038,49019,0,2,49022,49019,49020,0,2,49022,49020,20626,0,2,49022,20626,49037,0,2,49037,20626,36373,0,2,49037,36373,20625,0,2,20626,49020,20627,0,2,20627,49020,49019,0,2,21156,49018,49021,0,2,20624,20623,49021,0,2,20624,49021,49037,0,2,49037,49021,49022,0,2,49022,49021,49018,0,2,20623,20622,49048,0,2,20623,49048,49021,0,2,21156,49017,49018,0,2,49016,49017,21154,0,2,49016,21154,49015,0,2,49018,49019,49022,0,2,49016,49014,49038,0,2,49019,49038,49053,0,2,49019,49053,20627,0,2,49054,49014,20628,0,2,20628,49014,49013,0,2,36374,36308,49023,0,2,49023,36308,36309,0,2,2355,49007,49005,0,2,20617,20618,36331,0,2,36331,20618,49025,0,2,49026,49027,49041,0,2,49041,49027,49031,0,2,49031,49027,49032,0,2,49032,49027,49033,0,2,49032,49033,49030,0,2,38270,49036,36375,0,2,49036,38269,20621,0,2,20621,38269,49028,0,2,49028,38268,49029,0,2,49029,38268,38266,0,2,49030,49029,49032,0,2,49031,49032,38265,0,2,49029,38266,49032,0,2,38265,49032,38266,0,2,49028,49029,49030,0,2,49027,49026,49034,0,2,49034,49049,49033,0,2,49033,49049,20620,0,2,49034,49033,49027,0,2,49035,36375,49036,0,2,49035,49036,20623,0,2,20623,49036,20622,0,2,20621,49028,49030,0,2,49030,49033,20620,0,2,49037,20625,20624,0,2,49038,49014,49054,0,2,49039,49040,36334,0,2,49039,36334,36336,0,2,36320,36321,49231,0,2,36320,49231,49041,0,2,49041,49231,49026,0,2,36320,49041,36319,0,2,36319,49031,36318,0,2,49031,36319,49041,0,2,36317,36335,36333,0,2,38265,38266,38264,0,2,38262,38261,49042,0,2,49043,49042,2339,0,2,49043,38271,49044,0,2,38271,38263,49044,0,2,49044,38263,38262,0,2,49043,49044,49042,0,2,49042,49044,38262,0,2,36321,20593,36328,0,2,36328,20593,20594,0,2,20618,21150,21158,0,2,49045,49004,21171,0,2,38343,37168,21255,0,2,20618,21158,49046,0,2,49046,21158,21157,0,2,49050,21155,49047,0,2,21155,49050,21154,0,2,20618,49046,20619,0,2,49052,49047,20620,0,2,49048,49047,49051,0,2,49052,20620,49049,0,2,49052,49049,20619,0,2,20619,49049,49026,0,2,49050,49052,21153,0,2,21153,49052,21157,0,2,49050,49047,49052,0,2,49051,49047,21155,0,2,21157,49052,49046,0,2,49049,49034,49026,0,2,49054,36288,49053,0,2,49054,49053,49038,0,2,49056,36305,49055,0,2,49056,49055,49060,0,2,49056,49060,49057,0,2,49057,49060,49061,0,2,49057,49061,49058,0,2,49055,37169,49060,0,2,49058,49061,49062,0,2,49058,49062,49063,0,2,49059,49058,49063,0,2,37169,6307,49060,0,2,49060,6307,49061,0,2,36305,49056,49057,0,2,36307,49057,49058,0,2,36308,49058,6313,0,2,36308,6313,36309,0,2,49059,6313,49058,0,2,49058,36308,36307,0,2,49071,6268,49074,0,2,49071,49074,49091,0,2,49091,49074,49090,0,2,49090,49064,49085,0,2,49085,49064,49065,0,2,49066,49065,49067,0,2,49067,49068,49084,0,2,49084,49068,6486,0,2,49084,6486,36520,0,2,49068,49069,6487,0,2,6487,49069,6264,0,2,6264,49072,6484,0,2,6484,6487,6264,0,2,49068,49067,49069,0,2,49065,49070,49067,0,2,6268,49071,6269,0,2,6269,49071,36528,0,2,36528,36529,6270,0,2,6270,36530,6446,0,2,36528,49071,36526,0,2,21144,21145,6454,0,2,21145,21146,6454,0,2,6454,21146,6455,0,2,6482,6455,49073,0,2,6483,49073,6265,0,2,49072,49073,6263,0,2,6263,49073,6455,0,2,6263,6455,6490,0,2,6265,49073,49072,0,2,6482,49073,6483,0,2,6267,6266,49078,0,2,49074,6268,49078,0,2,6266,49075,49077,0,2,49077,49075,49079,0,2,49077,49079,49076,0,2,49076,49079,49070,0,2,49076,49070,49065,0,2,49077,49074,49078,0,2,49077,49078,6266,0,2,49065,49064,49076,0,2,49076,49064,49077,0,2,49064,49090,49077,0,2,49077,49090,49074,0,2,49079,6265,6264,0,2,6265,49079,49075,0,2,49079,6264,49070,0,2,49070,6264,49069,0,2,49080,49065,49081,0,2,49066,49084,49088,0,2,49088,49084,49082,0,2,49082,49083,6236,0,2,36520,49083,49084,0,2,49084,49083,49082,0,2,49066,49081,49065,0,2,49066,49067,49084,0,2,49065,49080,49085,0,2,49085,49080,49086,0,2,49086,6234,36559,0,2,49087,49088,49082,0,2,49087,6234,49089,0,2,49087,49089,49088,0,2,49066,49088,49081,0,2,49081,49088,49089,0,2,49081,49089,49080,0,2,49080,49089,49086,0,2,49089,6234,49086,0,2,49086,36525,49085,0,2,49085,36525,49090,0,2,49090,36526,49091,0,2,6236,49087,49082,0,2,49098,36544,49100,0,2,49098,49100,49105,0,2,49105,49100,36543,0,2,6233,36545,49092,0,2,36523,49092,49103,0,2,36523,49103,49104,0,2,49104,49093,37171,0,2,37172,36524,49104,0,2,49104,36524,36523,0,2,37171,49093,37170,0,2,37170,49093,49099,0,2,49095,36557,49096,0,2,49096,36557,36556,0,2,49096,36556,49097,0,2,36554,49097,36549,0,2,36549,49097,36547,0,2,49097,36556,36541,0,2,49097,36541,36547,0,2,49096,49094,49095,0,2,36557,49095,36542,0,2,36542,49095,36543,0,2,36543,49095,49105,0,2,36544,49098,36545,0,2,49105,49095,49094,0,2,49105,49094,49099,0,2,49100,36588,49101,0,2,36588,49100,36587,0,2,49100,49101,36542,0,2,49102,6798,6805,0,2,49102,6805,36555,0,2,36555,36540,36541,0,2,36555,36557,49102,0,2,49102,36557,36542,0,2,49102,36542,6798,0,2,6798,36542,49101,0,2,49071,49091,36526,0,2,49092,36545,49098,0,2,49098,49105,49104,0,2,49104,49105,49093,0,2,49093,49105,49099,0,2,49104,49103,49098,0,2,49103,49092,49098,0,2,49106,20630,37166,0,2,37166,20630,21258,0,2,37166,21230,49106,0,2,6486,6485,49107,0,2,49107,6485,6250,0,2,36539,49108,6523,0,2,36539,6523,6524,0,2,6526,6523,49108,0,2,6526,49108,6803,0,2,6803,49108,6804,0,2,6523,6526,6522,0,2,6805,6804,36555,0,2,36555,6804,36540,0,2,36539,36540,49108,0,2,49108,36540,6804,0,2,49109,36538,6593,0,2,49110,6593,6594,0,2,49111,49110,6610,0,2,49110,49111,6593,0,2,6593,49111,49109,0,2,49109,49111,6310,0,2,36537,36538,6524,0,2,6794,6800,6227,0,2,49113,6794,6227,0,2,49113,6227,49114,0,2,49113,49114,6792,0,2,6514,6792,6513,0,2,6792,49114,6513,0,2,49116,49115,49117,0,2,49116,6623,49118,0,2,49118,6623,49119,0,2,6515,49115,49116,0,2,6515,49116,49118,0,2,6623,6622,49119,0,2,6621,49119,6622,0,2,6759,49120,6758,0,2,6758,49120,6760,0,2,6758,6760,6757,0,2,6757,6760,6762,0,2,49122,49121,49112,0,2,49122,49112,36536,0,2,49121,49122,36546,0,2,49124,49123,49062,0,2,6307,49124,49061,0,2,49061,49124,49062,0,2,49062,49123,49063,0,2,49063,49123,6309,0,2,49063,6309,6312,0,2,49124,6308,49123,0,2,49123,6308,6309,0,2,36537,6524,6525,0,2,6591,6590,49125,0,2,49125,6590,6529,0,2,49125,6529,6530,0,2,49127,6392,49128,0,2,49127,49128,49143,0,2,6594,49143,6597,0,2,6592,6591,49126,0,2,6592,49126,6593,0,2,6593,49126,6594,0,2,49129,49127,49126,0,2,49129,49126,6591,0,2,6393,6591,49130,0,2,6393,49130,49132,0,2,6393,49132,49145,0,2,49146,6533,49134,0,2,49146,49134,6360,0,2,6360,49134,6534,0,2,6591,49125,49130,0,2,49125,6530,49131,0,2,49125,49131,49130,0,2,49132,49130,49131,0,2,49134,49133,6535,0,2,6535,6534,49134,0,2,49133,49134,6533,0,2,6533,49132,6532,0,2,6533,49145,49132,0,2,6532,49132,6531,0,2,6531,49132,49131,0,2,6362,6393,49145,0,2,6716,49135,49136,0,2,6791,49135,6716,0,2,6725,6719,49136,0,2,6719,6715,49136,0,2,49139,6721,49137,0,2,49137,6629,6630,0,2,49139,49138,6745,0,2,6745,49138,6631,0,2,6630,6631,49138,0,2,6629,49137,49140,0,2,49140,49137,49141,0,2,49140,49141,6764,0,2,6764,49141,6627,0,2,6764,6627,6628,0,2,49140,6764,6629,0,2,49137,6721,49141,0,2,6630,49138,49137,0,2,49121,36538,49109,0,2,49109,6310,49121,0,2,6310,49112,49121,0,2,6610,6608,49142,0,2,6610,49142,49111,0,2,49111,49142,6310,0,2,6310,49142,6311,0,2,6598,49143,49128,0,2,49128,6365,6598,0,2,49127,49143,6594,0,2,6616,6615,49144,0,2,6366,49144,6367,0,2,6615,6367,49144,0,2,49144,6366,6369,0,2,6801,6517,6518,0,2,6801,6518,6520,0,2,6518,6519,6520,0,2,49118,49119,6516,0,2,49118,6516,6515,0,2,49119,6619,6516,0,2,6362,49145,6394,0,2,49147,49149,49151,0,2,49148,49151,49418,0,2,49148,49418,29690,0,2,49148,49147,49151,0,2,49149,6360,6534,0,2,49149,6534,49150,0,2,49149,49150,49151,0,2,6534,6536,49150,0,2,49152,49156,49153,0,2,49153,49156,49418,0,2,49418,49156,49154,0,2,49154,49156,49158,0,2,49154,49158,49155,0,2,49152,49153,49150,0,2,49150,49153,49151,0,2,49151,49153,49418,0,2,49150,6536,49152,0,2,49152,6538,49156,0,2,49156,49157,49158,0,2,49158,49157,6539,0,2,49158,6539,6540,0,2,49158,6540,49155,0,2,6538,49157,49156,0,2,6361,6394,49146,0,2,6533,49146,49145,0,2,29690,49172,49159,0,2,49159,49172,49160,0,2,49203,49175,6354,0,2,6354,49175,49161,0,2,49161,49175,49162,0,2,49163,49169,49164,0,2,29703,49166,49168,0,2,29703,49168,29685,0,2,49166,29702,37926,0,2,37926,49165,49166,0,2,49166,49165,49169,0,2,49168,49169,49167,0,2,29687,49167,49174,0,2,29687,49174,29688,0,2,49174,49167,49163,0,2,49163,49167,49169,0,2,29687,49241,49167,0,2,49166,49169,49168,0,2,49165,49164,49169,0,2,49165,49184,49164,0,2,49164,49184,49170,0,2,49164,49170,49163,0,2,49161,49163,49170,0,2,37927,37928,6353,0,2,49163,49161,49162,0,2,49171,37927,6353,0,2,49171,6382,49161,0,2,49171,49161,49170,0,2,49171,49170,37927,0,2,49184,37927,49170,0,2,49162,49175,49174,0,2,49162,49174,49163,0,2,49172,29688,49160,0,2,49175,49173,49174,0,2,29688,49174,49160,0,2,49160,49174,49173,0,2,6354,6355,49203,0,2,49177,49176,49178,0,2,49203,49178,49181,0,2,49181,49178,49176,0,2,49175,49203,49181,0,2,49175,49181,49179,0,2,49159,49179,49176,0,2,49180,49183,49204,0,2,49179,49181,49176,0,2,49159,49176,49182,0,2,49159,49182,49180,0,2,49180,49182,49183,0,2,49183,49182,6396,0,2,6396,49182,6358,0,2,49176,49177,49182,0,2,49182,49177,6358,0,2,6358,49177,6357,0,2,6357,49177,6384,0,2,6374,37928,38356,0,2,6352,6374,38356,0,2,6352,38356,38365,0,2,6399,6352,38365,0,2,37925,38357,49185,0,2,49184,49185,38360,0,2,49185,49184,37926,0,2,6407,29659,29660,0,2,6407,29660,49186,0,2,49186,29660,29661,0,2,49186,29661,49187,0,2,49186,49187,49188,0,2,49188,49187,49189,0,2,49202,49189,49199,0,2,49199,49191,49196,0,2,37894,37895,49190,0,2,49196,49190,49199,0,2,49187,29661,49217,0,2,49189,49187,49193,0,2,49189,49193,49191,0,2,49192,49195,49218,0,2,49192,37894,49190,0,2,49192,49190,49196,0,2,49193,49194,49195,0,2,49195,49196,49193,0,2,49193,49196,49191,0,2,49192,49196,49195,0,2,49193,49187,49194,0,2,49191,49199,49189,0,2,6407,49188,38387,0,2,38387,49188,6413,0,2,49197,6413,49202,0,2,49201,49198,49199,0,2,49199,49190,49201,0,2,37895,49201,49190,0,2,49201,37895,49198,0,2,49198,37895,49200,0,2,49198,38386,49199,0,2,49199,38386,49202,0,2,49189,49202,6413,0,2,49189,6413,49188,0,2,49188,6407,49186,0,2,6407,49238,29659,0,2,49239,6409,6403,0,2,49239,6403,49240,0,2,49177,49178,6384,0,2,6384,49178,6356,0,2,6356,49178,49203,0,2,6355,6356,49203,0,2,49159,49160,49179,0,2,49205,6575,6538,0,2,6538,6536,49205,0,2,49205,6536,6535,0,2,6575,49206,6537,0,2,6537,49206,49372,0,2,6575,6576,49206,0,2,49206,6576,49207,0,2,49207,49372,49206,0,2,6576,6577,49207,0,2,29782,49207,29781,0,2,29781,49207,6577,0,2,49155,49208,49154,0,2,49154,49208,29689,0,2,29689,49208,29688,0,2,29688,49208,29687,0,2,49155,49210,49208,0,2,49208,49210,49209,0,2,49209,29687,49208,0,2,49155,49211,49210,0,2,6540,6541,49211,0,2,49211,6541,49212,0,2,6542,49212,6541,0,2,49210,49211,49213,0,2,49210,49213,49209,0,2,49209,49213,29686,0,2,6540,49211,49155,0,2,49211,49212,49213,0,2,29686,49213,29685,0,2,29694,29653,29697,0,2,29694,29697,29695,0,2,29619,29651,49214,0,2,49216,49217,29661,0,2,49216,29667,49217,0,2,49187,49217,49194,0,2,49217,29667,49194,0,2,49218,49195,49194,0,2,37924,37929,38358,0,2,37924,38358,38357,0,2,38357,37925,37924,0,2,49185,37926,37925,0,2,49050,21153,21154,0,2,20532,20531,20578,0,2,20578,20543,20542,0,2,20578,20542,20532,0,2,20544,20578,20587,0,2,49219,20539,20586,0,2,20586,20579,49219,0,2,20583,20586,20584,0,2,49220,20575,21335,0,2,21335,20575,21336,0,2,20575,20574,21336,0,2,49220,37306,49221,0,2,49221,37306,37307,0,2,49221,37307,37304,0,2,20569,20577,20568,0,2,20568,20559,20569,0,2,49220,21335,21334,0,2,20574,20572,21337,0,2,37305,37306,21332,0,2,21332,37306,21334,0,2,20611,20610,21175,0,2,20611,21175,37168,0,2,21292,21276,21275,0,2,22771,37812,22769,0,2,49223,37812,21285,0,2,49223,21285,49224,0,2,21284,49224,21286,0,2,21286,49224,21285,0,2,49224,20549,49226,0,2,22771,22772,49225,0,2,49225,22772,21287,0,2,22771,49225,37812,0,2,37812,49225,21285,0,2,49223,49224,49226,0,2,20558,20556,49227,0,2,49227,20556,20555,0,2,49227,20562,20558,0,2,21282,21284,21281,0,2,49229,49228,20560,0,2,20560,20559,49229,0,2,49229,20565,49228,0,2,49228,20565,20566,0,2,20560,49228,20570,0,2,49230,37813,49223,0,2,49223,49226,49230,0,2,37814,49230,20550,0,2,20550,49230,49226,0,2,22444,22468,20188,0,2,22444,20188,20189,0,2,49231,36331,49025,0,2,49231,49025,49026,0,2,36314,36313,6443,0,2,36323,36325,49232,0,2,49233,2426,2425,0,2,2425,2379,49233,0,2,49233,2379,49009,0,2,49234,2335,2336,0,2,49234,2336,36366,0,2,49235,36349,36351,0,2,6325,6323,49237,0,2,49238,6411,49239,0,2,49239,6411,6410,0,2,49238,49239,49240,0,2,49168,49167,49241,0,2,49209,29686,49241,0,2,49241,29686,29685,0,2,49241,29685,49168,0,2,6342,6317,38256,0,2,38256,6317,6343,0,2,38256,6343,38259,0,2,38259,6343,38260,0,2,38260,6343,36372,0,2,37914,49242,29647,0,2,29647,49242,49215,0,2,49242,29652,49214,0,2,49214,49215,49242,0,2,29669,29643,29676,0,2,2319,2317,2461,0,2,49243,37913,29638,0,2,49243,29638,29441,0,2,29441,29440,38208,0,2,38208,38207,29441,0,2,38305,49244,38192,0,2,38192,49244,29441,0,2,49245,38206,29499,0,2,29498,49245,29499,0,2,38205,38206,49245,0,2,29529,29518,29519,0,2,29520,29519,49246,0,2,49246,29519,29518,0,2,29433,29804,29525,0,2,29804,29803,29805,0,2,29432,29433,29525,0,2,29525,29526,29432,0,2,29503,29501,5319,0,2,38144,49247,49274,0,2,49274,49247,49248,0,2,49248,49247,49249,0,2,49276,49249,49303,0,2,49250,49252,49251,0,2,49303,49249,49250,0,2,49250,49249,49253,0,2,49250,49253,49252,0,2,49252,49253,49270,0,2,49270,49253,49271,0,2,49270,49271,49254,0,2,49254,49271,49255,0,2,49254,49255,49256,0,2,49256,49255,38148,0,2,49258,49257,5019,0,2,5019,49257,5020,0,2,49252,49257,49251,0,2,49251,49257,49259,0,2,49257,49258,49259,0,2,49258,5018,49259,0,2,49259,5018,5017,0,2,49259,5017,1825,0,2,5017,5015,1825,0,2,1825,5015,1824,0,2,38144,49274,38143,0,2,29833,29834,29529,0,2,29521,29833,29519,0,2,5024,5025,49260,0,2,5271,49260,5276,0,2,5271,49262,49260,0,2,5024,49260,49261,0,2,5023,49261,49262,0,2,49260,49262,49261,0,2,5272,5023,49263,0,2,49263,5023,29422,0,2,5022,5021,5324,0,2,5013,49269,49264,0,2,5015,49264,49265,0,2,5015,49265,1824,0,2,1823,1824,49265,0,2,1823,49265,5328,0,2,49266,49267,49268,0,2,49269,49267,49264,0,2,49267,49266,49264,0,2,49264,49266,49265,0,2,49268,5328,49266,0,2,49266,5328,49265,0,2,49269,5327,49267,0,2,49254,49256,5020,0,2,49254,5020,49270,0,2,49252,49270,49257,0,2,49257,49270,5020,0,2,49272,49271,49253,0,2,49272,49253,49249,0,2,38148,49255,38146,0,2,38146,49272,49247,0,2,49247,49272,49249,0,2,49271,49272,38146,0,2,49271,38146,49255,0,2,49247,38145,38146,0,2,49249,49276,49294,0,2,49249,49294,49248,0,2,49248,49294,49273,0,2,49274,49273,49275,0,2,49275,49273,49289,0,2,49275,49289,49292,0,2,38141,49292,38140,0,2,49273,49274,49248,0,2,49274,49275,38143,0,2,38143,49275,38141,0,2,38141,49275,49292,0,2,49276,49303,49277,0,2,49441,49277,49278,0,2,49278,49279,49441,0,2,49441,49279,49285,0,2,49285,49279,49280,0,2,49285,49280,49286,0,2,49286,49280,49283,0,2,49286,49283,49281,0,2,49281,49283,49442,0,2,49442,49283,1916,0,2,49442,1916,49443,0,2,49283,49280,49282,0,2,49283,49282,49298,0,2,49283,49298,1916,0,2,49284,49285,49287,0,2,49287,49285,49286,0,2,49287,49286,49290,0,2,49290,49446,49288,0,2,38170,49293,49288,0,2,49288,49293,49289,0,2,49288,49289,49290,0,2,49290,49289,49287,0,2,49287,49289,49291,0,2,49273,49291,49289,0,2,38140,49292,38139,0,2,38139,49292,49293,0,2,49289,49293,49292,0,2,49273,49294,49291,0,2,49294,49287,49291,0,2,49287,49294,49284,0,2,49295,49251,1826,0,2,49295,1826,49278,0,2,49279,49278,49296,0,2,49296,49278,1932,0,2,49296,1932,49302,0,2,49296,49302,49297,0,2,49298,49297,1917,0,2,49302,49299,49300,0,2,49300,49299,49455,0,2,49300,49455,1918,0,2,1918,49455,1919,0,2,49297,49300,1917,0,2,1917,49300,1918,0,2,49300,49297,49302,0,2,49299,49302,49301,0,2,49279,49296,49282,0,2,49282,49297,49298,0,2,49282,49280,49279,0,2,49282,49296,49297,0,2,49277,49303,49295,0,2,49295,49278,49277,0,2,49295,49303,49251,0,2,49251,49303,49250,0,2,1842,1841,1833,0,2,49304,1894,49305,0,2,1833,29411,1831,0,2,1831,29411,49305,0,2,1831,49305,1895,0,2,49304,49305,29411,0,2,1842,1833,49306,0,2,49307,29803,49966,0,2,49307,49966,29434,0,2,29434,29602,49307,0,2,5125,49308,5126,0,2,5126,49308,5127,0,2,5127,49308,49309,0,2,5127,49309,29728,0,2,49310,49312,49311,0,2,29626,49312,29627,0,2,49312,29626,29623,0,2,49312,29623,49311,0,2,49310,49311,29727,0,2,49318,29819,49317,0,2,49317,29819,49313,0,2,49316,49313,49315,0,2,49316,49315,49314,0,2,49314,49315,29598,0,2,49316,49317,49313,0,2,49316,5118,49317,0,2,49317,5118,49319,0,2,5113,29588,29589,0,2,49322,49320,5120,0,2,49320,49323,29589,0,2,49323,49320,49322,0,2,49323,49321,29589,0,2,49321,5113,29589,0,2,49324,5111,5112,0,2,5111,49324,5110,0,2,5110,49325,5109,0,2,5109,49325,49326,0,2,49326,49325,49327,0,2,5184,49327,49330,0,2,49330,49327,49328,0,2,49328,49327,49325,0,2,49325,5110,6549,0,2,6549,5110,49324,0,2,49328,6550,6548,0,2,49329,6548,5188,0,2,49328,6548,49330,0,2,49330,6548,49329,0,2,5109,49326,29762,0,2,5183,49326,5184,0,2,49327,5184,49326,0,2,5184,49330,5182,0,2,5182,49330,49329,0,2,5182,49329,49331,0,2,5189,49331,5188,0,2,6556,6554,29773,0,2,6556,29773,6557,0,2,29773,6554,6553,0,2,29739,49323,29591,0,2,49333,6548,49332,0,2,6547,49334,49332,0,2,49332,49334,49333,0,2,49333,49334,5188,0,2,5188,49334,5200,0,2,49334,49335,5200,0,2,6586,49335,49336,0,2,6586,49336,49369,0,2,49334,49336,49335,0,2,6548,49333,5188,0,2,49338,49337,5122,0,2,49338,5122,49339,0,2,49339,5122,29728,0,2,49339,29728,29614,0,2,29614,29613,49339,0,2,49337,49338,29608,0,2,29609,29613,49420,0,2,5124,49309,49308,0,2,49312,5123,29627,0,2,29627,5123,29628,0,2,5124,29628,5123,0,2,49340,49341,5115,0,2,5115,49341,5114,0,2,5119,5114,5118,0,2,5118,5114,49341,0,2,5118,49341,49319,0,2,49319,49341,29437,0,2,49341,49340,5108,0,2,29437,49341,5108,0,2,29740,29739,29591,0,2,29741,49342,29742,0,2,29740,29591,29736,0,2,29736,29591,49342,0,2,29736,49342,49343,0,2,49343,49342,29741,0,2,29735,49343,29607,0,2,49343,29741,29607,0,2,49317,49319,29821,0,2,49317,29821,49318,0,2,5141,5143,5139,0,2,5139,5140,5141,0,2,49344,49366,6565,0,2,49344,5210,6579,0,2,49345,49346,29830,0,2,29823,49347,49345,0,2,29823,49345,29824,0,2,49345,49347,49348,0,2,5163,49349,5162,0,2,49349,5163,49350,0,2,49349,49350,49348,0,2,49352,5163,5164,0,2,5164,5165,5056,0,2,5161,49349,49348,0,2,5161,49348,5160,0,2,5160,49348,49347,0,2,49345,49348,49346,0,2,49346,49348,49350,0,2,49351,29829,49352,0,2,49352,29829,49350,0,2,6636,6689,6662,0,2,6637,6662,6689,0,2,49353,6638,6639,0,2,49354,6640,6674,0,2,6674,6640,6641,0,2,6639,6640,49353,0,2,49354,49353,6640,0,2,6208,1628,49355,0,2,49355,49356,6094,0,2,6094,49356,6095,0,2,6095,1627,29906,0,2,6095,29906,1620,0,2,1620,1619,49357,0,2,49357,1618,49361,0,2,49361,1618,49359,0,2,1617,1616,1615,0,2,1618,1617,1615,0,2,1618,1615,49359,0,2,49359,49358,49361,0,2,49358,49359,49360,0,2,49359,1615,49360,0,2,1620,49375,1621,0,2,1621,49375,1626,0,2,49356,1627,6095,0,2,49358,6096,49361,0,2,6096,6095,49361,0,2,49357,6095,1620,0,2,49357,49361,6095,0,2,29929,29928,29930,0,2,29930,29925,29924,0,2,29924,29923,1617,0,2,1617,29923,49362,0,2,1617,49362,1616,0,2,49362,6694,29921,0,2,29921,1616,49362,0,2,29930,29928,6656,0,2,49363,6098,6091,0,2,49363,6091,6092,0,2,6094,49363,6093,0,2,6093,49363,6092,0,2,6585,6584,5196,0,2,6563,5196,6559,0,2,5196,6584,6559,0,2,6559,6584,6558,0,2,49364,29776,6581,0,2,6580,49364,6581,0,2,49344,49367,49366,0,2,6565,49366,49365,0,2,49367,49365,49366,0,2,6589,6588,49420,0,2,49369,6545,49368,0,2,49368,6545,49370,0,2,49368,49370,6588,0,2,6588,49370,29609,0,2,29791,49367,49344,0,2,49344,6579,29791,0,2,5208,5209,5211,0,2,6569,6568,29793,0,2,29777,29778,6569,0,2,29777,6569,29793,0,2,29784,29785,49371,0,2,49371,49372,29784,0,2,29784,49372,29783,0,2,5054,49374,49373,0,2,5234,5231,5051,0,2,6691,6705,49417,0,2,6691,49417,6701,0,2,6691,6633,6705,0,2,1620,29906,49375,0,2,49377,6195,49376,0,2,49376,49433,5586,0,2,1648,1635,49376,0,2,49376,1635,49377,0,2,1633,49377,1635,0,2,49432,6192,6193,0,2,6511,6786,49380,0,2,6772,49380,6788,0,2,1607,49381,1606,0,2,1606,49381,6808,0,2,6808,49381,6814,0,2,6830,1609,6831,0,2,6831,1609,6816,0,2,6831,6816,1608,0,2,31507,31506,31487,0,2,31507,31487,31486,0,2,27987,49382,28005,0,2,28005,49382,27986,0,2,1386,27987,27969,0,2,27969,27987,27977,0,2,1373,1374,49384,0,2,49384,1374,49383,0,2,49384,49383,31576,0,2,31576,49383,49385,0,2,49385,49383,31579,0,2,31579,31572,49385,0,2,1484,1485,6880,0,2,1484,6880,1483,0,2,1483,49386,6875,0,2,1483,6880,49386,0,2,49387,1478,49388,0,2,49402,49389,31380,0,2,49402,31376,49389,0,2,49389,31376,49388,0,2,31373,49390,31374,0,2,49390,1477,31374,0,2,31374,1477,49391,0,2,1477,49387,49391,0,2,49391,49387,49388,0,2,49391,49388,31376,0,2,49391,31376,31375,0,2,49390,1382,1381,0,2,49390,1381,1477,0,2,1481,1470,1480,0,2,1480,1470,31382,0,2,49388,31382,49524,0,2,49388,49524,49389,0,2,49389,49524,31380,0,2,49388,1479,31382,0,2,49525,1481,27924,0,2,27928,1478,49392,0,2,1450,27930,31378,0,2,31378,27930,31379,0,2,27954,31379,27942,0,2,27942,31379,27930,0,2,36404,27790,27789,0,2,36404,49405,49393,0,2,49393,49405,49407,0,2,49393,49407,49395,0,2,49395,49407,49394,0,2,31895,27947,49394,0,2,49394,27947,49396,0,2,49394,49396,49395,0,2,36404,49393,36406,0,2,49393,49396,27946,0,2,49393,27946,36407,0,2,49395,49396,49393,0,2,27822,27809,27806,0,2,27958,27962,49397,0,2,49397,27962,27959,0,2,49397,27959,31375,0,2,31375,27959,49398,0,2,31375,49398,49391,0,2,49391,49398,31374,0,2,27977,27987,28005,0,2,27991,27989,49399,0,2,49399,27989,49400,0,2,49400,27955,1394,0,2,49400,1394,49399,0,2,49399,1394,49401,0,2,49399,49401,27991,0,2,49401,1394,1422,0,2,49401,1422,27995,0,2,49397,31375,31376,0,2,27958,49397,49402,0,2,49402,49397,31376,0,2,49403,31389,31388,0,2,49404,27933,27941,0,2,36404,27789,49405,0,2,49405,27789,27787,0,2,49405,27787,49406,0,2,49406,49528,49529,0,2,49529,49528,49531,0,2,49405,49406,49407,0,2,49407,49530,49408,0,2,49406,49409,49407,0,2,49394,49407,49408,0,2,49410,31551,31552,0,2,31894,31893,1438,0,2,1438,31893,1443,0,2,49411,31894,49416,0,2,49539,49411,49412,0,2,49412,49411,49535,0,2,49412,49535,6946,0,2,6946,49535,49414,0,2,49414,49415,27750,0,2,27750,49415,6944,0,2,49414,27750,6945,0,2,49414,6945,6946,0,2,6946,6947,49413,0,2,49413,31903,49538,0,2,49413,49538,49539,0,2,49413,49539,49412,0,2,31903,49413,6947,0,2,49413,49412,6946,0,2,6944,49415,6943,0,2,31894,49411,31893,0,2,6085,6104,6100,0,2,6085,6100,6220,0,2,49417,6632,6698,0,2,6697,6698,6630,0,2,6698,6699,49417,0,2,6697,6696,6699,0,2,6732,6730,6736,0,2,6736,6733,6732,0,2,49160,49173,49179,0,2,49179,49173,49175,0,2,29689,29690,49418,0,2,49418,49154,29689,0,2,29613,29615,49420,0,2,49420,29615,29692,0,2,29692,49419,29610,0,2,29692,29610,49420,0,2,29612,29684,49421,0,2,49213,49212,29685,0,2,29685,49212,49421,0,2,49371,6539,6537,0,2,6537,49372,49371,0,2,6734,6707,6753,0,2,6729,6728,6708,0,2,29930,6656,29925,0,2,49422,5393,5392,0,2,1625,1623,1622,0,2,5425,5424,5366,0,2,5425,5366,5403,0,2,5403,5387,5426,0,2,5405,49423,49424,0,2,49424,49423,49425,0,2,29859,49427,29858,0,2,49427,29860,49425,0,2,49425,29860,49424,0,2,49423,49426,49425,0,2,49427,49426,29858,0,2,29858,49426,49428,0,2,29858,49428,5620,0,2,49430,5623,5612,0,2,5612,5623,5619,0,2,5624,49430,49429,0,2,49429,29859,5620,0,2,49430,49431,49429,0,2,49431,49430,5612,0,2,49438,5621,49437,0,2,49437,5621,5627,0,2,49433,49376,49379,0,2,49379,49378,49432,0,2,49379,49432,49433,0,2,6195,49379,49376,0,2,5606,5566,5598,0,2,5598,5566,5600,0,2,5566,5565,5600,0,2,5598,49434,5605,0,2,5605,49434,5596,0,2,5596,49434,1762,0,2,5596,1762,29854,0,2,1713,5669,49435,0,2,49435,5669,31352,0,2,49435,31352,31368,0,2,1713,49435,31365,0,2,5602,5564,5563,0,2,5563,5564,29237,0,2,49436,5565,5566,0,2,49436,5566,29234,0,2,3865,3863,5637,0,2,30375,30379,29221,0,2,29849,5616,5611,0,2,5611,5594,5595,0,2,5595,29849,5611,0,2,49437,5369,5370,0,2,49437,5370,5371,0,2,49437,5371,49438,0,2,49438,5371,5626,0,2,49437,5627,5369,0,2,5063,5223,49439,0,2,29828,5169,29826,0,2,5168,29826,5169,0,2,49350,5163,49352,0,2,49351,5164,5056,0,2,5236,5225,5058,0,2,29755,29754,29753,0,2,49440,29502,38209,0,2,49276,49277,49441,0,2,49276,49441,49284,0,2,49284,49441,49285,0,2,49286,49281,49290,0,2,49290,49281,49446,0,2,49443,1914,49444,0,2,1980,49444,1979,0,2,1979,49444,1914,0,2,49443,49444,49446,0,2,49443,49446,49442,0,2,49442,49446,49281,0,2,49450,49445,29567,0,2,49450,29567,1981,0,2,49288,49446,38170,0,2,38171,49447,49505,0,2,38171,49505,38177,0,2,38177,49505,1982,0,2,38177,1982,49448,0,2,49448,1982,38111,0,2,49448,38111,38172,0,2,49450,49447,49449,0,2,49450,49449,49445,0,2,49445,49449,49444,0,2,49449,38170,49446,0,2,1974,49451,29557,0,2,29557,49451,29556,0,2,29566,49452,49453,0,2,1980,49453,49452,0,2,38164,38228,38138,0,2,38138,38179,49454,0,2,49454,38179,38181,0,2,49454,38164,38138,0,2,1930,1897,49455,0,2,49456,29536,3088,0,2,3088,1901,49456,0,2,49457,4941,29397,0,2,49457,29397,49458,0,2,4940,49459,29390,0,2,4940,29390,4939,0,2,29396,49459,29395,0,2,49459,49458,29395,0,2,29395,49458,29397,0,2,2708,2713,2709,0,2,2709,2713,2675,0,2,2717,49460,2740,0,2,2717,2740,49461,0,2,49461,2740,2738,0,2,49462,2740,49460,0,2,49462,49460,2769,0,2,2717,49461,49504,0,2,49460,2718,2769,0,2,2769,2718,2691,0,2,2769,2691,2770,0,2,2769,2743,49462,0,2,2740,49462,2742,0,2,2742,49462,2743,0,2,49465,3086,3084,0,2,3084,3086,49464,0,2,49464,3086,49463,0,2,3086,3087,49463,0,2,49466,2737,49463,0,2,49463,2739,49464,0,2,3111,3113,3077,0,2,3109,3077,3110,0,2,49468,49469,49470,0,2,49470,49469,2686,0,2,49471,49470,2687,0,2,49470,49471,2695,0,2,49470,2695,49468,0,2,2687,49470,2777,0,2,2683,49472,49469,0,2,49469,49468,2697,0,2,2772,49473,49479,0,2,49479,49474,49728,0,2,49728,49474,49475,0,2,49475,2783,49476,0,2,49476,2783,49477,0,2,49728,49478,2773,0,2,49728,2773,49479,0,2,49473,2748,49479,0,2,49479,2748,49474,0,2,49475,49678,2783,0,2,2764,49473,2765,0,2,2765,49473,2772,0,2,2682,2684,2683,0,2,49480,49495,49481,0,2,2774,49481,2772,0,2,2765,2772,49482,0,2,49482,49501,49484,0,2,49501,2772,49481,0,2,2772,49501,49482,0,2,49501,49495,49483,0,2,49497,49486,49496,0,2,49496,49486,49494,0,2,49489,49494,49487,0,2,2885,49489,2884,0,2,2884,49489,49488,0,2,49490,49488,49491,0,2,49491,49487,49492,0,2,49483,49493,49484,0,2,49484,49493,49494,0,2,49494,49486,49485,0,2,49493,49483,49491,0,2,49483,49495,49491,0,2,49491,49495,49490,0,2,49495,2684,49490,0,2,49491,49488,49487,0,2,49487,49488,49489,0,2,49494,49489,49496,0,2,49496,49489,2885,0,2,49496,2885,2891,0,2,49486,49497,49485,0,2,49485,49497,49498,0,2,49484,49485,49498,0,2,49484,2762,49482,0,2,49985,49500,49499,0,2,49484,49501,49483,0,2,49501,49481,49495,0,2,2685,49480,2776,0,2,49480,49481,2776,0,2,2776,49481,49502,0,2,2774,2782,49502,0,2,2774,49502,49481,0,2,2721,2714,2722,0,2,2724,2721,2734,0,2,2734,2721,49503,0,2,2734,49503,2716,0,2,49503,2721,2719,0,2,49503,2719,2716,0,2,49504,49461,2737,0,2,2737,2736,49504,0,2,49504,2736,2715,0,2,49447,49450,49505,0,2,49505,49450,1982,0,2,1982,49450,1981,0,2,1982,1981,29565,0,2,38115,38118,38113,0,2,38115,38116,38118,0,2,38118,38116,29491,0,2,38184,38132,38113,0,2,38113,38117,38184,0,2,38184,38117,38183,0,2,36348,49235,36350,0,2,36348,36349,49235,0,2,38371,36346,36382,0,2,36314,38371,36382,0,2,36315,49506,49507,0,2,49508,49509,36312,0,2,49508,36380,49510,0,2,49508,49510,49509,0,2,49024,6612,36309,0,2,36380,36381,49511,0,2,36380,49511,49510,0,2,49509,49510,36311,0,2,36310,36311,49510,0,2,36310,49510,49511,0,2,36374,49023,36381,0,2,36381,49023,49511,0,2,49023,36310,49511,0,2,6308,36535,36536,0,2,36534,36535,49124,0,2,49124,36535,6308,0,2,36524,37172,36527,0,2,6389,6369,6366,0,2,6326,6408,49237,0,2,49237,6408,6325,0,2,6443,36313,36371,0,2,20344,20339,20338,0,2,20344,20345,20339,0,2,49512,37353,20388,0,2,49512,20388,37024,0,2,49513,20662,20653,0,2,20653,20662,20655,0,2,20663,20662,20664,0,2,20651,20664,49513,0,2,20647,20648,37266,0,2,20865,20866,20807,0,2,20807,20866,20862,0,2,20867,20863,20866,0,2,20798,20680,20681,0,2,37147,20690,20691,0,2,37147,20691,20692,0,2,20692,37145,37147,0,2,36843,36841,26647,0,2,26647,36841,36796,0,2,36789,49515,36790,0,2,26622,35548,49516,0,2,35901,35891,49518,0,2,49518,35891,35898,0,2,7454,7453,20771,0,2,20771,20768,7454,0,2,20726,20725,49520,0,2,49520,20725,20745,0,2,20745,27167,49520,0,2,49521,49520,27167,0,2,49521,27165,49520,0,2,49520,27165,20726,0,2,20722,20732,36515,0,2,6475,6480,6261,0,2,6261,6474,6475,0,2,1571,1570,49522,0,2,49522,1572,1571,0,2,1486,1485,49523,0,2,49523,1487,1486,0,2,49524,31382,31384,0,2,49524,31384,31380,0,2,1472,1471,49525,0,2,49525,1471,1481,0,2,49525,1473,1472,0,2,27774,31927,49526,0,2,49526,31927,27714,0,2,27774,49526,27780,0,2,27780,49526,31940,0,2,27714,31940,49526,0,2,27806,49527,27837,0,2,27837,49527,36402,0,2,36402,49527,27808,0,2,49406,27787,49528,0,2,49528,27787,27786,0,2,49409,49406,49529,0,2,49529,49531,49409,0,2,49530,6928,49408,0,2,49530,49407,49409,0,2,6928,49530,49531,0,2,49530,49409,49531,0,2,49416,6941,49532,0,2,49533,49534,49532,0,2,49532,49534,6943,0,2,49532,6943,49415,0,2,6943,49534,6942,0,2,49532,49415,49416,0,2,49416,49415,49414,0,2,49416,49414,49535,0,2,49416,49535,49411,0,2,31893,49411,49537,0,2,49537,49411,49539,0,2,49537,49539,49538,0,2,49536,49538,31902,0,2,49536,31902,6952,0,2,6952,1440,49536,0,2,49536,1439,49537,0,2,31893,49537,1439,0,2,49536,49537,49538,0,2,49538,31903,31902,0,2,1315,31909,28447,0,2,1315,28447,1313,0,2,27698,1402,31545,0,2,49540,31553,31554,0,2,27765,27760,27758,0,2,27761,27760,27765,0,2,27755,27767,27766,0,2,27767,27755,36236,0,2,27779,31938,49543,0,2,49542,49543,27781,0,2,27777,27669,27674,0,2,49544,27714,27713,0,2,49544,27713,27771,0,2,27771,27716,49544,0,2,27719,27732,27657,0,2,27729,6919,6918,0,2,27729,6918,49545,0,2,31982,27134,27135,0,2,49547,49546,6995,0,2,6995,7020,49547,0,2,49547,7020,35325,0,2,35325,7000,49547,0,2,49547,7000,49546,0,2,27836,27839,27817,0,2,31880,31866,740,0,2,31880,740,739,0,2,49548,7013,7007,0,2,49548,735,7013,0,2,49549,27927,27928,0,2,27928,49392,49549,0,2,36194,27197,36225,0,2,36225,27197,31972,0,2,49550,27268,49551,0,2,49551,35904,49550,0,2,35812,35946,35820,0,2,35820,35946,27378,0,2,27078,35810,27079,0,2,36879,49553,49556,0,2,49552,35825,49553,0,2,35770,49552,49553,0,2,35770,49553,49554,0,2,35770,49554,49555,0,2,49555,49554,35776,0,2,49555,35776,35769,0,2,36879,49554,49553,0,2,49556,49553,35825,0,2,35764,35758,26894,0,2,35763,26894,35758,0,2,26903,26905,26901,0,2,26938,27386,27395,0,2,26938,27395,27397,0,2,35806,35807,27062,0,2,49557,27224,35365,0,2,49558,35286,35287,0,2,35288,35284,35323,0,2,35370,35323,35285,0,2,35329,35338,35330,0,2,27524,27475,27522,0,2,27522,27475,7054,0,2,27475,27474,7055,0,2,7055,27474,7056,0,2,35381,26489,26478,0,2,35050,35098,35095,0,2,26411,34804,48779,0,2,34243,34082,34070,0,2,49559,34091,34072,0,2,49559,34072,34073,0,2,33416,33418,33430,0,2,49561,23930,49560,0,2,49560,25582,23928,0,2,23930,49561,33418,0,2,33418,49561,25564,0,2,25564,49561,49562,0,2,49562,49561,23928,0,2,23928,23926,49562,0,2,49561,49560,23928,0,2,33447,33435,33542,0,2,33447,33542,33540,0,2,49563,33400,23922,0,2,23922,33400,33398,0,2,23915,23822,23823,0,2,23869,33385,33384,0,2,25580,33399,33398,0,2,33400,25580,33398,0,2,33591,28589,33566,0,2,49564,35035,28695,0,2,49565,564,567,0,2,566,567,564,0,2,49566,33332,49567,0,2,49567,32502,33330,0,2,49566,32286,33333,0,2,49567,33330,49566,0,2,33332,49568,33338,0,2,33332,49566,49568,0,2,33338,49568,33333,0,2,33333,49568,49566,0,2,521,522,49569,0,2,32500,32499,32565,0,2,32565,32564,32500,0,2,32500,32564,32563,0,2,32564,494,32563,0,2,23389,23386,49570,0,2,49570,23386,23387,0,2,49570,23387,23388,0,2,490,32543,32560,0,2,32560,32553,490,0,2,49572,49571,22057,0,2,22057,22006,49572,0,2,22051,49572,22054,0,2,22054,49572,22006,0,2,49572,22051,49571,0,2,21803,21804,49573,0,2,49573,21804,23777,0,2,23761,49573,23778,0,2,23778,49573,23777,0,2,21805,23777,21804,0,2,23371,23369,49575,0,2,49575,23369,23368,0,2,49575,23368,23355,0,2,23353,23368,32485,0,2,49576,32404,4443,0,2,32406,1210,49577,0,2,49577,1210,28214,0,2,28220,1179,1208,0,2,28221,28217,28220,0,2,28221,28220,28216,0,2,28216,28220,28219,0,2,31187,32222,49578,0,2,49580,32388,1162,0,2,32429,31129,31113,0,2,31113,31129,32430,0,2,32271,32267,32273,0,2,32273,32267,28745,0,2,32265,28745,32267,0,2,28719,28654,28679,0,2,32270,28623,28762,0,2,501,484,49581,0,2,32451,49581,23380,0,2,28755,28754,28770,0,2,28768,32274,49582,0,2,28740,28768,49582,0,2,32357,49584,1025,0,2,999,1025,1000,0,2,1000,1025,49584,0,2,31036,31035,31037,0,2,30892,31035,32231,0,2,32232,32231,31035,0,2,31035,31036,32232,0,2,32232,31036,30882,0,2,31679,28084,28034,0,2,49585,782,28392,0,2,783,28390,784,0,2,49586,30965,49587,0,2,28395,49587,28396,0,2,28396,49587,775,0,2,28282,28281,30941,0,2,1233,28177,1237,0,2,1237,28176,1233,0,2,31672,31673,31719,0,2,31719,31673,31775,0,2,28455,28440,28442,0,2,28442,28440,28441,0,2,28440,28432,31908,0,2,28424,28418,31706,0,2,28417,28418,49588,0,2,28417,49588,49589,0,2,49589,49591,28417,0,2,28418,28424,49588,0,2,49590,1306,28414,0,2,49590,28414,49591,0,2,49590,49591,1305,0,2,1305,49591,49592,0,2,1305,49592,5751,0,2,5751,49592,28413,0,2,28413,28412,31699,0,2,49590,1305,1306,0,2,1355,6026,1354,0,2,1354,6026,6025,0,2,1304,31699,31701,0,2,31693,31694,49593,0,2,49593,5699,31693,0,2,6017,6009,1355,0,2,27967,1363,6818,0,2,27967,6818,6817,0,2,27968,1363,27967,0,2,31562,28373,28370,0,2,28373,31562,28368,0,2,5757,5758,31624,0,2,31624,31612,5757,0,2,5757,31612,5756,0,2,5770,5734,5771,0,2,5713,49596,49594,0,2,49594,49596,49595,0,2,49596,5727,49595,0,2,31592,5894,5714,0,2,49597,5891,5873,0,2,49597,5873,5895,0,2,5811,5726,5810,0,2,5721,5720,5719,0,2,5721,5719,49598,0,2,49598,5716,49614,0,2,49599,28119,28120,0,2,28120,28134,49599,0,2,5902,5990,31296,0,2,5902,31296,49600,0,2,5902,49600,5849,0,2,5849,49600,49601,0,2,49601,49600,31298,0,2,5883,49602,5851,0,2,5851,49602,31299,0,2,31299,49602,31298,0,2,5718,49598,5719,0,2,49605,49606,5855,0,2,5855,49606,31300,0,2,31300,49606,49604,0,2,49607,49604,49603,0,2,49607,49603,49608,0,2,5853,49606,49605,0,2,49608,49603,31299,0,2,30298,30299,49609,0,2,49609,30299,30284,0,2,49609,30284,49610,0,2,49609,49610,30293,0,2,30293,49610,30292,0,2,30292,49610,30283,0,2,49611,31277,31276,0,2,31277,49611,30283,0,2,49611,30282,30283,0,2,49611,31276,28094,0,2,1285,28090,28148,0,2,1286,28085,28090,0,2,1282,28088,1283,0,2,30282,49611,49612,0,2,49612,49611,28094,0,2,28095,30310,49612,0,2,49613,5975,31675,0,2,31602,31603,49614,0,2,49614,5721,49598,0,2,5721,49614,31603,0,2,49614,5715,31604,0,2,49614,31604,31602,0,2,31286,31285,49615,0,2,49615,31285,3884,0,2,49616,31220,31260,0,2,49616,31260,30923,0,2,4377,4391,31192,0,2,28272,32226,28273,0,2,49617,30829,30699,0,2,49618,30066,30063,0,2,30063,30066,30065,0,2,49619,29182,29170,0,2,30002,3855,3854,0,2,29967,29941,3854,0,2,3854,29941,29942,0,2,3854,29942,30002,0,2,29942,30009,30002,0,2,49621,29186,29185,0,2,49621,29185,3777,0,2,3777,29184,3776,0,2,29186,49621,29191,0,2,3778,49620,29164,0,2,49620,3778,3775,0,2,3776,49620,3775,0,2,3777,49622,49621,0,2,49622,29284,49623,0,2,29277,49623,29283,0,2,29283,49623,29284,0,2,29163,49620,29184,0,2,29184,49620,3776,0,2,3760,49627,49624,0,2,49624,3755,49625,0,2,49626,49625,4768,0,2,49625,49626,49624,0,2,49624,49626,3761,0,2,3755,49624,49627,0,2,49627,3788,49628,0,2,49628,3759,49629,0,2,3757,49629,3759,0,2,49628,49629,49627,0,2,3788,49627,3760,0,2,3760,49624,3761,0,2,49630,29290,29281,0,2,29166,29183,29165,0,2,29165,29183,49631,0,2,29165,49631,49635,0,2,29165,49635,3773,0,2,49632,49635,49631,0,2,49632,49633,49634,0,2,49634,29145,29144,0,2,29145,49634,49633,0,2,49635,49632,49634,0,2,3773,49986,49991,0,2,5539,49636,49637,0,2,49637,49636,49638,0,2,29316,49638,3721,0,2,49638,49636,3721,0,2,3721,49636,5537,0,2,49639,49647,3681,0,2,3681,3747,49640,0,2,49640,3747,13,0,2,15,49640,13,0,2,3747,3681,3682,0,2,3681,49640,49642,0,2,15,28973,49641,0,2,49642,49639,3681,0,2,49642,49640,49641,0,2,49639,49642,49646,0,2,49646,49642,49641,0,2,49643,1,49644,0,2,49644,2859,29,0,2,49646,49652,49647,0,2,49646,16,49645,0,2,49645,16,17,0,2,4851,19,18,0,2,18,19,49649,0,2,49649,49648,49645,0,2,49645,17,49649,0,2,49649,17,18,0,2,4851,4850,19,0,2,49649,19,20,0,2,49649,20,49648,0,2,3679,49650,3678,0,2,3678,49650,49651,0,2,3677,49650,3674,0,2,3677,49651,49650,0,2,49648,49652,49645,0,2,49645,49652,49646,0,2,3679,49652,49650,0,2,3679,49647,49652,0,2,49650,49652,49648,0,2,20,19,26,0,2,49653,4831,24,0,2,49653,24,25,0,2,49654,49655,3,0,2,1,3,49655,0,2,49657,49656,3762,0,2,29262,49657,3762,0,2,49657,49658,49656,0,2,4793,49656,49658,0,2,2684,2682,49490,0,2,2682,2884,49490,0,2,49490,2884,49488,0,2,49659,2893,49660,0,2,2892,49660,2893,0,2,2877,2879,2878,0,2,2688,2778,2771,0,2,2749,49665,49662,0,2,49664,49666,3127,0,2,49664,3127,49663,0,2,49664,2748,49662,0,2,49662,49666,49664,0,2,49666,49662,49665,0,2,2749,2760,49661,0,2,49665,2749,3126,0,2,49667,3124,3126,0,2,49763,49667,49700,0,2,49700,49699,49692,0,2,49692,49698,49693,0,2,49693,49698,49668,0,2,49668,49698,49669,0,2,49682,49669,49680,0,2,49661,49680,49669,0,2,49661,49669,49701,0,2,49661,49701,49670,0,2,49670,49667,3126,0,2,3126,2749,49661,0,2,3126,49661,49670,0,2,49667,49763,3124,0,2,49671,3122,3121,0,2,49671,3121,49672,0,2,49465,49674,49672,0,2,49672,49674,49671,0,2,49673,49671,49675,0,2,49673,49762,3122,0,2,49673,3122,49671,0,2,49671,49674,49675,0,2,49673,49675,49676,0,2,49673,49676,3125,0,2,49665,3127,49666,0,2,49674,3082,49675,0,2,3127,49676,49678,0,2,49678,49676,49677,0,2,49677,49676,49675,0,2,49677,49675,49679,0,2,49679,49675,3082,0,2,3125,49762,49673,0,2,49663,3127,49678,0,2,2744,49679,2741,0,2,2741,3083,2739,0,2,49464,2739,3084,0,2,3084,2739,3083,0,2,2739,2742,2741,0,2,49677,49679,2747,0,2,49679,2744,2747,0,2,49680,49681,49696,0,2,49669,49682,49683,0,2,49683,49702,49684,0,2,49683,49684,49705,0,2,49669,49683,49668,0,2,49668,49683,49705,0,2,49668,49705,49694,0,2,49694,49705,3133,0,2,49691,49686,3132,0,2,3123,3132,49687,0,2,49688,49763,49690,0,2,49690,49763,49689,0,2,49690,49689,49691,0,2,49691,49689,49692,0,2,49691,49692,49693,0,2,49685,49693,49694,0,2,49685,49694,3133,0,2,49694,49693,49668,0,2,49691,49693,49685,0,2,49690,49691,3132,0,2,49690,3132,3123,0,2,49692,49689,49700,0,2,49689,49763,49700,0,2,3121,3123,3120,0,2,3129,3120,49695,0,2,3129,49695,3130,0,2,3130,49695,49687,0,2,3007,49687,3132,0,2,3007,3131,49687,0,2,49687,3131,3130,0,2,3123,49687,49695,0,2,49691,49685,49686,0,2,49680,49696,49682,0,2,49682,49696,49697,0,2,2758,49697,49696,0,2,49699,49669,49698,0,2,49698,49692,49699,0,2,49699,49700,49667,0,2,49701,49699,49670,0,2,49667,49670,49699,0,2,49701,49669,49699,0,2,3123,49688,49690,0,2,49684,49703,3001,0,2,49703,49702,49704,0,2,49704,3000,49703,0,2,49697,49702,49683,0,2,49697,49683,49682,0,2,3001,3000,3029,0,2,49705,49684,49706,0,2,49705,49706,3133,0,2,49684,3018,49706,0,2,3011,3009,3017,0,2,3013,3012,3017,0,2,3017,3012,3011,0,2,49714,38697,38696,0,2,49714,38696,38540,0,2,38534,38540,38696,0,2,38698,49707,38660,0,2,38660,49707,38659,0,2,38659,49707,49708,0,2,49708,49707,38537,0,2,38537,49707,49714,0,2,38537,49714,38539,0,2,38539,49714,38536,0,2,38537,49712,49708,0,2,38659,49708,2913,0,2,38659,2913,49709,0,2,38659,49709,38661,0,2,38662,38661,49709,0,2,49709,2913,49710,0,2,2962,49711,2963,0,2,48982,49711,38662,0,2,38662,49711,2962,0,2,2960,2962,2961,0,2,2914,49712,38538,0,2,2914,49713,2917,0,2,2917,49713,2916,0,2,49713,38527,2916,0,2,38536,49714,38540,0,2,49707,38697,49714,0,2,38697,49707,38698,0,2,49715,38522,38530,0,2,38529,49715,49716,0,2,38524,49716,38530,0,2,38530,49716,49715,0,2,49716,49721,49717,0,2,49716,49717,38529,0,2,38531,49713,38538,0,2,2963,49711,2920,0,2,3601,48980,49718,0,2,49718,48980,3600,0,2,38718,3636,38719,0,2,38718,38719,3608,0,2,2917,2916,2915,0,2,49997,49721,49719,0,2,3040,49719,49720,0,2,49720,49721,2998,0,2,3036,49722,3038,0,2,3020,3001,3029,0,2,49723,3031,49724,0,2,49722,49724,3030,0,2,49724,49722,49723,0,2,49723,49722,3036,0,2,3019,3021,38499,0,2,49725,3073,3072,0,2,49725,3070,38488,0,2,49725,38488,3074,0,2,49725,3074,3073,0,2,3156,3155,49726,0,2,49726,1941,3156,0,2,49727,1939,3099,0,2,49476,49477,49728,0,2,49478,49728,49477,0,2,4928,49729,2810,0,2,2811,49729,49730,0,2,2811,49730,4930,0,2,49737,2832,49770,0,2,49734,49731,49732,0,2,49731,49770,49732,0,2,49732,4896,4897,0,2,49764,49770,49733,0,2,49734,49733,49731,0,2,49736,4897,4898,0,2,4898,49768,49736,0,2,4897,49736,49734,0,2,49734,49736,49733,0,2,49733,49736,49735,0,2,49736,49768,49735,0,2,4903,49738,2807,0,2,4903,49764,49739,0,2,49739,49764,49765,0,2,49739,49765,2867,0,2,49738,49739,2867,0,2,49738,2806,2807,0,2,2866,49741,49740,0,2,49990,49741,2863,0,2,2863,49741,49742,0,2,49742,49741,2867,0,2,49743,2820,2823,0,2,29359,29357,29353,0,2,49748,1856,49744,0,2,49744,1856,2821,0,2,49744,2821,2817,0,2,49747,2829,49746,0,2,49746,2829,2813,0,2,49746,2813,49745,0,2,49746,49745,2811,0,2,4930,2816,49747,0,2,49747,2816,2815,0,2,4930,49747,49746,0,2,4930,49746,2811,0,2,49748,49744,49743,0,2,49749,1858,1875,0,2,49749,1875,49750,0,2,49750,49760,1863,0,2,1875,1874,49750,0,2,1858,49749,49751,0,2,49752,49749,49750,0,2,49752,49750,49753,0,2,1863,1862,49753,0,2,1863,49753,49750,0,2,49752,49753,1860,0,2,49752,1860,1859,0,2,1859,49754,49752,0,2,49752,49754,49749,0,2,49749,49754,49751,0,2,49751,49754,49773,0,2,1860,49753,1861,0,2,49753,1862,1861,0,2,49755,49760,49750,0,2,49755,49750,1874,0,2,1874,1872,49755,0,2,49755,1871,49756,0,2,49756,1869,1864,0,2,1864,1869,49757,0,2,49758,49757,49783,0,2,49758,49783,49759,0,2,49759,2839,49758,0,2,49758,2839,1865,0,2,49758,1865,1877,0,2,49758,1877,49757,0,2,2839,49759,1866,0,2,1866,49759,1867,0,2,1864,1863,49760,0,2,49756,49760,49755,0,2,49755,1872,1871,0,2,49756,1871,49761,0,2,2813,4900,49745,0,2,49745,4900,2812,0,2,49493,49491,49492,0,2,3124,49763,49762,0,2,49762,49763,49688,0,2,49484,49498,2762,0,2,49499,2762,49498,0,2,49494,49493,49487,0,2,49487,49493,49492,0,2,49764,49733,49735,0,2,49767,49768,49765,0,2,49765,50000,49766,0,2,2867,49766,49742,0,2,49742,49766,2863,0,2,49768,49767,49735,0,2,49735,49767,49764,0,2,49764,49767,49765,0,2,49765,49768,50000,0,2,49731,49733,49770,0,2,49770,2832,49732,0,2,49732,2832,49769,0,2,49732,49769,4896,0,2,4896,49769,4895,0,2,4895,49769,3643,0,2,3643,49769,2852,0,2,2850,2852,2833,0,2,2852,49769,2833,0,2,2833,49769,2832,0,2,4897,4896,4895,0,2,2831,4902,49771,0,2,49771,4902,4901,0,2,49771,4901,49772,0,2,49772,4901,2814,0,2,49772,2814,49773,0,2,49773,2814,2829,0,2,1880,1879,49774,0,2,49774,1879,2833,0,2,1879,1880,1878,0,2,1880,49774,49771,0,2,1880,49771,1859,0,2,1859,49771,49772,0,2,2832,2831,2833,0,2,2833,2831,49774,0,2,49774,2831,49771,0,2,2846,2845,49775,0,2,49775,2845,49776,0,2,49775,3642,2846,0,2,49778,49777,2845,0,2,2845,49777,49776,0,2,3643,2851,3642,0,2,49779,4894,3643,0,2,49730,49729,4928,0,2,2830,4900,49780,0,2,1854,2824,2825,0,2,29359,29353,29360,0,2,29360,29353,29361,0,2,49777,49782,49776,0,2,49776,49782,49781,0,2,49777,49778,49782,0,2,49782,49778,4891,0,2,49782,4891,4889,0,2,4889,4893,49782,0,2,49761,1869,49756,0,2,1869,49783,49757,0,2,49783,1869,49759,0,2,4854,4853,2862,0,2,2862,4853,3655,0,2,30105,38759,30104,0,2,49785,3604,49784,0,2,49785,49784,49786,0,2,49785,49786,2903,0,2,49785,2903,2904,0,2,49786,49784,3605,0,2,38718,3638,3636,0,2,16242,47385,15002,0,2,47437,16207,16206,0,2,33685,33687,33684,0,2,23937,23940,33827,0,2,23937,33827,49787,0,2,39213,39212,49788,0,2,24178,49789,24179,0,2,24179,49789,49788,0,2,49788,49789,39213,0,2,49789,24178,24684,0,2,24684,24178,24685,0,2,24684,24682,49789,0,2,24194,24195,24706,0,2,24706,24195,24196,0,2,24696,24618,48875,0,2,24706,24711,24194,0,2,24215,24559,24217,0,2,24559,24558,24548,0,2,49790,24548,24558,0,2,49790,24558,24557,0,2,49790,24557,24556,0,2,24548,49790,24208,0,2,24208,49790,49791,0,2,24208,24575,24548,0,2,24569,24570,24572,0,2,24569,24572,24568,0,2,25822,25819,25820,0,2,25939,37431,49793,0,2,25939,49793,37432,0,2,25938,25939,37432,0,2,25018,25017,34269,0,2,34269,25017,25016,0,2,34269,25016,34271,0,2,12695,42818,34623,0,2,34623,34620,34622,0,2,12825,12607,12606,0,2,49794,12818,12608,0,2,9468,49795,34517,0,2,12947,12831,42820,0,2,42820,12831,42819,0,2,49796,42820,42819,0,2,13084,47505,11951,0,2,16593,16594,16570,0,2,16570,16569,16593,0,2,16593,16569,45610,0,2,16655,16650,45695,0,2,11884,45771,11219,0,2,33569,28704,28705,0,2,49798,22080,49797,0,2,49797,22080,22079,0,2,23756,32948,23762,0,2,49798,49797,23763,0,2,32948,49798,23762,0,2,23762,32878,23756,0,2,21804,49798,23763,0,2,21804,23762,49798,0,2,23892,49800,49801,0,2,23885,49801,23844,0,2,21803,49573,23761,0,2,49802,24662,25671,0,2,25671,24671,49802,0,2,28930,38724,28928,0,2,28928,28935,28936,0,2,38706,38705,49803,0,2,49803,38705,93,0,2,49803,93,118,0,2,49804,49803,118,0,2,340,339,49805,0,2,49805,339,338,0,2,338,337,49805,0,2,49805,341,340,0,2,14871,14870,49806,0,2,46074,46075,49806,0,2,49806,46075,14871,0,2,45403,45404,44377,0,2,44377,44378,45403,0,2,44537,45115,44538,0,2,45176,45379,45380,0,2,45380,44289,45176,0,2,49808,1245,31266,0,2,1269,31265,49809,0,2,49809,31265,31267,0,2,49809,31267,28046,0,2,32355,32341,879,0,2,879,32341,32342,0,2,49810,30105,30106,0,2,30106,30109,49992,0,2,38754,49812,38755,0,2,38755,49812,40,0,2,49812,38754,65,0,2,30957,1263,30896,0,2,35700,35560,35699,0,2,35699,35560,49813,0,2,35612,35572,35566,0,2,35572,26920,49814,0,2,49814,26920,26921,0,2,26919,26917,26916,0,2,26919,26916,26915,0,2,49815,48523,48525,0,2,48525,48555,49815,0,2,13510,49816,13559,0,2,13510,13559,13501,0,2,13501,13559,13516,0,2,13516,13502,13501,0,2,49816,13560,13559,0,2,13568,49822,49819,0,2,49819,13497,13568,0,2,49824,49821,49818,0,2,49819,49825,13495,0,2,13495,13496,49819,0,2,49820,49818,49821,0,2,49817,49822,49824,0,2,49824,49822,49821,0,2,49817,49819,49822,0,2,49820,49823,13589,0,2,49820,13589,13492,0,2,13492,13589,13594,0,2,49823,49820,49821,0,2,49823,49821,49822,0,2,49824,49829,49817,0,2,49817,49829,49828,0,2,49817,49828,49825,0,2,49826,49827,49825,0,2,49825,49827,13495,0,2,49825,49819,49817,0,2,49828,49830,49826,0,2,49826,49825,49828,0,2,49828,49829,49830,0,2,49826,49830,13494,0,2,49826,13494,48283,0,2,13494,49830,13580,0,2,13580,49830,49829,0,2,49831,49832,13503,0,2,13504,13553,49835,0,2,49835,13553,13554,0,2,49833,13554,13452,0,2,49833,49937,49834,0,2,49835,13505,13504,0,2,49835,13554,49834,0,2,49833,49834,13554,0,2,13452,13554,13556,0,2,13551,49836,49832,0,2,49832,49836,13503,0,2,13562,49831,13561,0,2,13561,49831,49837,0,2,13503,49837,49831,0,2,13552,13566,13555,0,2,13552,13551,13566,0,2,13566,13551,13565,0,2,13551,13550,13565,0,2,49838,13539,13563,0,2,49838,13541,13548,0,2,13563,13539,13550,0,2,49939,49840,49841,0,2,13594,13595,49842,0,2,49842,13595,49839,0,2,13595,13499,49839,0,2,49839,13499,49843,0,2,49843,13499,13596,0,2,49843,13596,49844,0,2,49844,13475,49843,0,2,49845,49848,49846,0,2,49845,49846,48153,0,2,48153,48162,49845,0,2,49848,49847,49846,0,2,49847,49849,48156,0,2,48156,49849,13515,0,2,48156,48155,49847,0,2,49851,49850,13517,0,2,48149,48233,48163,0,2,48163,48233,49851,0,2,49849,49847,49848,0,2,49852,48556,48370,0,2,49860,48435,49854,0,2,49860,49854,49859,0,2,49854,49855,49859,0,2,49859,49855,49856,0,2,49856,49855,48520,0,2,48519,48520,49857,0,2,49858,49857,48567,0,2,49858,48567,48568,0,2,49858,48575,49857,0,2,49857,48575,48519,0,2,48520,49855,49857,0,2,49859,48438,48437,0,2,49860,49859,48437,0,2,48437,48436,49860,0,2,48475,48499,48492,0,2,48492,48499,48497,0,2,48507,48506,48515,0,2,48473,48506,48507,0,2,48495,48446,49861,0,2,49861,48446,48485,0,2,49862,48473,49864,0,2,49862,49864,49863,0,2,49863,49864,48469,0,2,48469,49864,48471,0,2,49864,48472,48471,0,2,49864,48473,48472,0,2,48438,49865,49853,0,2,48436,48438,49853,0,2,48529,49853,49865,0,2,48436,48437,48438,0,2,49866,48576,49867,0,2,48444,49867,48573,0,2,48574,48573,48576,0,2,48573,49867,48576,0,2,48444,48571,49867,0,2,49867,48571,49866,0,2,13634,49866,48570,0,2,48570,49866,48571,0,2,49868,48476,48507,0,2,49868,48507,48515,0,2,13540,49869,49870,0,2,13540,49870,49877,0,2,13464,49871,49872,0,2,13464,49872,49876,0,2,49876,49872,49873,0,2,13457,13456,49874,0,2,49874,49875,49873,0,2,49873,49875,49876,0,2,13464,49876,49870,0,2,49870,49875,49877,0,2,13455,49877,49874,0,2,13455,49874,13456,0,2,13457,49874,49878,0,2,49879,49881,48275,0,2,49879,48275,13458,0,2,49879,13458,49878,0,2,49878,13458,13457,0,2,49872,49871,13465,0,2,13465,49871,13459,0,2,49872,49879,49873,0,2,49879,49878,49873,0,2,13464,49870,49880,0,2,49880,49869,13460,0,2,49869,49880,49870,0,2,49869,13540,13548,0,2,49869,13548,13541,0,2,48276,13458,48275,0,2,48273,49882,49883,0,2,48273,49883,49886,0,2,13466,49883,49884,0,2,13466,49884,49881,0,2,49883,49882,49884,0,2,48273,49886,49885,0,2,49885,49886,13459,0,2,13459,49886,13465,0,2,13459,48271,49885,0,2,49882,48274,49884,0,2,49884,48274,48275,0,2,13458,48276,48261,0,2,49887,48276,48274,0,2,48275,48274,48276,0,2,49888,49887,48274,0,2,49888,48274,48272,0,2,49888,48272,49889,0,2,13466,13465,49886,0,2,49886,49883,13466,0,2,49889,48271,48277,0,2,49889,48277,49898,0,2,49887,49888,48260,0,2,48278,49889,49898,0,2,49889,48278,49888,0,2,13531,48340,49890,0,2,49892,49890,48338,0,2,49892,48337,49893,0,2,13531,49893,13532,0,2,49893,13531,49892,0,2,13531,49890,49892,0,2,49893,49897,49894,0,2,49894,49897,13533,0,2,49894,13532,49893,0,2,48255,13535,13538,0,2,48335,13534,49895,0,2,49895,49897,49896,0,2,49895,49896,48335,0,2,48335,49896,48336,0,2,13534,13533,49895,0,2,49898,48259,48260,0,2,48261,48258,48266,0,2,48278,48260,49888,0,2,49884,48275,49881,0,2,49876,49875,49870,0,2,49875,49874,49877,0,2,49899,49911,49900,0,2,49901,49900,49902,0,2,49901,49902,49915,0,2,49915,49902,49920,0,2,49919,49903,49904,0,2,49905,49906,49930,0,2,49930,49906,49931,0,2,49931,49906,49932,0,2,49932,49909,49907,0,2,49908,49911,49899,0,2,49904,49903,49912,0,2,49904,49912,49906,0,2,49906,49909,49932,0,2,49904,49906,49905,0,2,49912,49903,49910,0,2,49900,49910,49902,0,2,49900,49911,49910,0,2,49910,49911,49912,0,2,49912,49911,49909,0,2,49907,49909,49908,0,2,49908,49909,49911,0,2,49906,49912,49909,0,2,49903,49902,49910,0,2,49900,49901,49899,0,2,49899,49901,13593,0,2,49914,49913,49933,0,2,49933,49913,49915,0,2,49915,49913,13593,0,2,49915,13593,49901,0,2,13592,13593,49913,0,2,49933,49915,49920,0,2,49920,49902,49916,0,2,49916,49902,49903,0,2,49903,49919,49916,0,2,49918,49917,49905,0,2,49904,49905,49919,0,2,49905,49917,49919,0,2,49916,49919,49917,0,2,49920,49916,49921,0,2,49921,49922,49914,0,2,49913,49914,13469,0,2,49916,49917,49921,0,2,49925,49926,49927,0,2,13507,49927,13474,0,2,13474,49927,49926,0,2,13474,49926,13473,0,2,49927,49936,49928,0,2,49927,49928,49925,0,2,49925,49928,49924,0,2,49925,49924,49929,0,2,49930,49918,49905,0,2,49925,49929,49926,0,2,49930,49931,49929,0,2,49931,49932,13472,0,2,49931,13472,13473,0,2,49926,49931,13473,0,2,49931,49926,49929,0,2,49921,49923,49922,0,2,49914,49933,49921,0,2,49934,49914,49922,0,2,49914,49934,13469,0,2,49924,49928,49922,0,2,49922,49928,49935,0,2,49935,49928,49936,0,2,49935,49936,49834,0,2,49834,49936,49835,0,2,49834,49937,49935,0,2,49935,49937,49934,0,2,49934,49937,13469,0,2,49935,49934,49922,0,2,49924,49922,49923,0,2,13469,49937,49833,0,2,49924,49923,49929,0,2,49917,49918,49921,0,2,49921,49918,49923,0,2,49923,49918,49929,0,2,49918,49930,49929,0,2,13471,13470,49840,0,2,49840,49839,13476,0,2,13476,49839,13475,0,2,49843,13475,49839,0,2,49840,13470,49841,0,2,13472,49907,49938,0,2,13472,49938,13470,0,2,49907,13472,49932,0,2,49908,49938,49907,0,2,49839,49840,49939,0,2,13570,13569,48284,0,2,48284,49940,13570,0,2,13512,13571,49940,0,2,49940,13571,13570,0,2,49940,13584,13512,0,2,49829,49824,49818,0,2,49829,49818,13580,0,2,48576,48577,49941,0,2,49941,48577,13636,0,2,13520,13519,48246,0,2,19625,48050,48106,0,2,49942,48097,49943,0,2,49943,48097,48083,0,2,49943,48083,19399,0,2,49944,19397,19396,0,2,19397,49943,19398,0,2,49943,19397,49944,0,2,49943,49944,49942,0,2,49954,19658,49945,0,2,40459,49945,19656,0,2,49945,49946,48599,0,2,48599,49946,48095,0,2,48599,48095,48096,0,2,49920,49921,49933,0,2,48604,13743,48613,0,2,49947,13844,13843,0,2,13356,13861,13843,0,2,13844,13356,13843,0,2,49948,13840,13882,0,2,49948,48421,48422,0,2,49949,40702,40700,0,2,49950,14265,13308,0,2,14563,13307,14267,0,2,14561,49951,41832,0,2,41832,49951,41843,0,2,41843,49951,14267,0,2,14563,14267,49951,0,2,14561,14563,49951,0,2,41841,14288,14282,0,2,13332,13331,49952,0,2,13337,13318,13329,0,2,14565,14536,14532,0,2,13715,13713,49953,0,2,13719,13715,49953,0,2,13726,13725,13717,0,2,13717,13725,13733,0,2,13717,13733,13727,0,2,19776,19363,19369,0,2,48599,19390,49954,0,2,49954,19390,19681,0,2,39811,39740,39812,0,2,39737,39821,39811,0,2,39811,39821,39820,0,2,40318,40424,40323,0,2,18148,40788,18149,0,2,40659,40660,13323,0,2,49159,49180,29690,0,2,49204,29690,49180,0,2,38345,38388,38389,0,2,38296,2406,2407,0,2,2407,48995,38296,0,2,6318,6345,6322,0,2,6322,6345,6341,0,2,20418,20417,49956,0,2,49956,20417,20416,0,2,20416,20417,37345,0,2,37345,37344,20416,0,2,20206,20210,20211,0,2,49957,36281,6460,0,2,49957,6460,6461,0,2,49957,6461,6462,0,2,49958,20820,20994,0,2,36686,36683,49959,0,2,49959,36685,36686,0,2,1868,1867,49759,0,2,1868,49759,1869,0,2,49960,4859,4861,0,2,4861,4859,4862,0,2,4859,49960,4856,0,2,4877,3671,3670,0,2,49961,3670,3669,0,2,4877,3670,49962,0,2,4877,49962,4869,0,2,49962,3670,49961,0,2,3655,2857,2862,0,2,4854,2862,49963,0,2,4854,49963,3644,0,2,2862,2861,49963,0,2,49740,49741,49990,0,2,49964,4962,49965,0,2,49965,4962,29389,0,2,49965,29392,49964,0,2,49964,29392,29396,0,2,29396,29392,29390,0,2,2632,2633,2635,0,2,29804,29433,29803,0,2,29803,29433,49966,0,2,29714,29631,29713,0,2,32634,32633,49967,0,2,2479,2473,2475,0,2,2475,2478,2479,0,2,49968,47603,47602,0,2,49968,47602,14134,0,2,14134,14133,49968,0,2,40923,10757,11638,0,2,40924,40923,11638,0,2,49969,13420,13421,0,2,42938,42933,48428,0,2,42240,18189,18190,0,2,42240,18190,42210,0,2,49970,1601,1603,0,2,49970,1605,1599,0,2,49970,1599,1602,0,2,6837,6836,36575,0,2,6837,36575,6843,0,2,6837,6843,6841,0,2,820,49971,31775,0,2,31775,31766,31716,0,2,36427,1541,36426,0,2,49973,29997,29999,0,2,49973,29999,29266,0,2,0,3800,49974,0,2,29243,29229,1725,0,2,49975,31454,31453,0,2,31453,31452,49975,0,2,5964,28055,5965,0,2,49977,49976,6695,0,2,29922,49976,49977,0,2,10808,10807,49978,0,2,10809,10808,42194,0,2,10808,49978,42194,0,2,10806,10816,49978,0,2,49978,10807,10806,0,2,42192,42190,16980,0,2,41888,11113,11114,0,2,11113,16980,42191,0,2,42191,16980,42190,0,2,17432,17381,42281,0,2,17267,17272,49979,0,2,17244,49981,49980,0,2,17243,49980,17241,0,2,49980,17243,17244,0,2,49981,17205,49980,0,2,49980,17205,49982,0,2,49982,17205,17188,0,2,17241,49980,49982,0,2,2864,2865,49740,0,2,2864,49740,49993,0,2,2914,38538,49713,0,2,38747,49983,70,0,2,49983,30436,30,0,2,30061,49984,49811,0,2,49991,3772,29283,0,2,3773,49991,29283,0,2,49499,49498,49985,0,2,49985,49498,2886,0,2,49985,2886,2887,0,2,3640,2903,49786,0,2,30046,49986,29147,0,2,49986,30141,49991,0,2,1,49655,49644,0,2,49717,38528,38529,0,2,49988,49987,49990,0,2,49497,2886,49498,0,2,49779,3643,3642,0,2,70,49983,30,0,2,28883,38711,38710,0,2,49986,49634,29144,0,2,49992,30060,30061,0,2,49717,49997,38525,0,2,49995,30071,30060,0,2,49993,49987,2869,0,2,49993,2895,49994,0,2,2872,49994,2870,0,2,2870,49994,2895,0,2,49987,49988,2900,0,2,2900,49988,2897,0,2,49494,49485,49484,0,2,2854,49781,2853,0,2,2872,2891,2882,0,2,2872,2882,2881,0,2,2881,2882,2878,0,2,2891,2872,49496,0,2,49496,2872,2871,0,2,30063,30071,30070,0,2,3757,3759,3794,0,2,30069,30141,30047,0,2,30141,30069,49991,0,2,38702,49989,3608,0,2,3779,2854,49644,0,2,49500,2767,2761,0,2,3781,49998,3780,0,2,49998,3781,2897,0,2,49781,2854,4898,0,2,2899,3039,2900,0,2,2854,49988,50000,0,2,50000,4898,2854,0,2,2897,49988,2854,0,2,49988,2863,50000,0,2,50001,3641,2902,0,2,38526,49997,2757,0,2,49999,2901,3039,0,2,49987,49993,49990,0,2,69,68,67,0,2,31,70,30,0,2,169,171,28854,0,2,178,186,132,0,2,309,284,38753,0,2,344,191,193,0,2,196,342,343,0,2,334,343,335,0,2,170,169,406,0,2,413,410,396,0,2,592,589,672,0,2,599,613,600,0,2,711,698,712,0,2,994,995,1004,0,2,1062,32364,1054,0,2,962,1074,580,0,2,964,1074,963,0,2,580,958,581,0,2,902,903,905,0,2,1162,1164,1160,0,2,1146,1169,1145,0,2,1202,1201,32300,0,2,1329,1328,1320,0,2,1423,1434,1431,0,2,27993,1419,1411,0,2,6939,31551,1403,0,2,1565,1526,1527,0,2,1564,1563,1565,0,2,1573,1569,1574,0,2,1662,1659,1661,0,2,1887,1889,1888,0,2,1903,1904,1923,0,2,49278,1826,1932,0,2,1961,1912,1911,0,2,2008,2007,2009,0,2,38097,2232,2231,0,2,2144,2146,2217,0,2,2402,2380,38325,0,2,2390,2325,2415,0,2,2387,2441,2395,0,2,2384,2432,38273,0,2,2468,2467,2265,0,2,2495,2492,2506,0,2,2494,2261,2262,0,2,1990,2513,2499,0,2,1990,2514,2513,0,2,2561,2580,2582,0,2,2554,2562,2608,0,2,2564,2607,2565,0,2,2615,2617,2618,0,2,2619,2618,37936,0,2,2637,2638,2101,0,2,2643,1993,1992,0,2,1978,1958,29562,0,2,2708,2670,2671,0,2,2751,2750,49996,0,2,2782,2780,2775,0,2,2787,2785,2728,0,2,2692,2792,2779,0,2,2794,2701,2700,0,2,2824,2826,2825,0,2,2880,2881,2879,0,2,2946,2971,2944,0,2,2976,2974,2967,0,2,2959,2987,2960,0,2,2997,38532,2990,0,2,3024,3022,3033,0,2,3030,3000,3037,0,2,2997,2991,2996,0,2,3108,3119,3088,0,2,3091,3090,3089,0,2,3181,3183,3178,0,2,3356,3359,3357,0,2,3475,3485,3385,0,2,3379,3489,3486,0,2,3521,3518,3536,0,2,3216,3218,3544,0,2,3200,3559,3560,0,2,3565,3563,3198,0,2,3555,3556,3554,0,2,3208,3570,3569,0,2,3603,2908,2911,0,2,80,38700,83,0,2,3639,3612,3602,0,2,29290,3790,3788,0,2,3798,3800,3799,0,2,3802,3756,3796,0,2,3749,3748,29258,0,2,3819,3686,3817,0,2,3985,3981,3984,0,2,4048,4058,4063,0,2,4023,4044,4075,0,2,4113,4092,4486,0,2,4020,4491,4089,0,2,4189,4187,4192,0,2,4196,4248,4197,0,2,4120,4122,4266,0,2,4288,4286,4283,0,2,4413,4414,4416,0,2,4414,4420,4419,0,2,4412,4410,4417,0,2,4407,4435,4436,0,2,4314,4479,4313,0,2,4119,4489,4121,0,2,4087,4022,4023,0,2,4589,4572,4576,0,2,3869,3870,29985,0,2,3866,3867,4615,0,2,4653,4617,4647,0,2,4765,29991,4764,0,2,3849,4796,4788,0,2,4836,4827,29352,0,2,25,4843,4845,0,2,4871,3664,3663,0,2,4886,3672,4887,0,2,4863,4862,1868,0,2,2812,2810,49745,0,2,2805,2806,4923,0,2,4923,2804,2803,0,2,4926,4918,4920,0,2,2676,2678,2677,0,2,4945,1887,1888,0,2,2727,2729,2789,0,2,2661,29531,2662,0,2,4973,1811,4980,0,2,5008,4990,5005,0,2,5117,5129,5130,0,2,5144,5149,5138,0,2,5227,5240,5228,0,2,5236,5240,5237,0,2,5264,5257,1796,0,2,1789,1790,5251,0,2,5284,5282,5283,0,2,5314,5313,5325,0,2,5006,5329,5004,0,2,4998,1800,1801,0,2,5350,5348,3710,0,2,1787,5345,1788,0,2,5417,5408,5409,0,2,5421,5401,5400,0,2,5515,5495,5525,0,2,5458,5529,5459,0,2,5540,5541,5542,0,2,1779,1778,5435,0,2,5430,5431,5547,0,2,1770,1768,5427,0,2,1649,5585,5588,0,2,1643,5580,5589,0,2,1637,5630,5376,0,2,5589,5591,5590,0,2,5581,5634,5579,0,2,4605,5641,4604,0,2,5738,5762,5739,0,2,31703,5943,5773,0,2,5780,5783,5784,0,2,5810,5708,5811,0,2,5874,5873,5881,0,2,5882,5901,5902,0,2,5976,1293,5969,0,2,5900,5905,5990,0,2,5698,5834,5695,0,2,5804,5824,5994,0,2,5820,5823,5709,0,2,6019,6016,6018,0,2,6126,5680,6125,0,2,6138,6140,6142,0,2,6146,6147,31358,0,2,6149,31311,5654,0,2,30250,6164,4521,0,2,5651,6171,6175,0,2,1685,1684,1709,0,2,1632,1631,6195,0,2,6206,29911,6194,0,2,6245,36576,6246,0,2,6294,6295,6284,0,2,6281,6295,6280,0,2,6278,36293,6303,0,2,6333,6436,6335,0,2,6343,6317,6316,0,2,6345,6317,6344,0,2,6433,6425,6424,0,2,6350,6330,6377,0,2,6348,6436,6435,0,2,6442,6441,6426,0,2,6497,6255,36262,0,2,6553,6586,6587,0,2,49142,6606,6311,0,2,6530,6528,6519,0,2,6650,6652,6651,0,2,6689,6633,6637,0,2,6712,6711,6572,0,2,6752,6743,6706,0,2,49977,6755,29922,0,2,6811,6076,6077,0,2,1595,1596,6808,0,2,1585,1589,6832,0,2,6838,6853,6848,0,2,742,6984,6982,0,2,6978,6979,6980,0,2,41745,7166,7175,0,2,7157,7160,7158,0,2,7303,7236,7237,0,2,7278,7279,7277,0,2,7390,37047,7413,0,2,7514,7528,7536,0,2,7538,7594,7505,0,2,7540,7542,7539,0,2,7611,7612,7602,0,2,7509,7610,7507,0,2,7433,20982,7431,0,2,7663,7665,7664,0,2,7723,7722,7702,0,2,7816,7803,7802,0,2,7695,7869,7870,0,2,7875,7871,7726,0,2,7212,7727,7216,0,2,7209,7898,34825,0,2,8015,8013,8011,0,2,8030,7982,7983,0,2,8204,8062,8210,0,2,8230,8221,8232,0,2,8244,8228,8229,0,2,8280,8281,8282,0,2,8290,8289,8288,0,2,8304,8306,8305,0,2,8268,8267,8309,0,2,8508,8528,8524,0,2,8529,8538,8533,0,2,8529,8533,8509,0,2,8557,8532,8558,0,2,8677,8683,10123,0,2,8625,8655,8626,0,2,8753,8744,8745,0,2,8750,8756,43093,0,2,8725,8724,8782,0,2,8829,43195,8833,0,2,9031,9034,34918,0,2,8983,9054,9002,0,2,9175,9176,9172,0,2,9173,9174,9181,0,2,9175,9180,9179,0,2,9156,9211,9157,0,2,8982,9210,8981,0,2,34748,9206,9202,0,2,9190,9192,9191,0,2,34743,9237,9152,0,2,9062,9058,9057,0,2,652,9280,651,0,2,9549,9545,34126,0,2,9396,9520,9521,0,2,9511,9519,9395,0,2,9518,9509,9395,0,2,9506,9505,9560,0,2,9416,9417,9415,0,2,9614,9683,9681,0,2,9678,9680,9677,0,2,9726,9727,9731,0,2,9730,43156,9729,0,2,8717,43180,8612,0,2,34585,9751,34590,0,2,8729,9758,9757,0,2,8730,9755,8732,0,2,9831,9832,9798,0,2,9841,9857,9856,0,2,9956,9955,9969,0,2,10027,10039,10042,0,2,45586,10035,10033,0,2,10082,43243,10084,0,2,10068,9946,10077,0,2,10113,10108,10114,0,2,9900,9895,9901,0,2,9887,10118,8409,0,2,10133,10136,10134,0,2,10133,10132,10136,0,2,43334,10138,8562,0,2,10140,10138,10139,0,2,10139,10127,10140,0,2,10196,10177,10179,0,2,10196,10199,10197,0,2,10199,10195,10194,0,2,8378,10208,8379,0,2,10272,8143,10270,0,2,10263,10290,10288,0,2,43572,10222,10291,0,2,10314,10318,10319,0,2,10402,10399,10400,0,2,10619,10618,10620,0,2,10632,10651,10633,0,2,10986,10989,11046,0,2,11280,11281,11268,0,2,11269,11277,11279,0,2,11431,11432,46019,0,2,46019,11454,11424,0,2,11473,11475,11474,0,2,11459,11479,11458,0,2,11535,11534,11520,0,2,11520,11534,11523,0,2,11439,10559,11492,0,2,11510,11509,11551,0,2,11480,11578,11457,0,2,40926,11580,11578,0,2,11587,11582,11583,0,2,11585,11583,11584,0,2,11388,11611,11608,0,2,11410,11388,11409,0,2,47566,11603,11598,0,2,40859,11716,11690,0,2,11332,11740,11331,0,2,11518,11324,11325,0,2,11805,11771,11777,0,2,11810,11809,11795,0,2,16788,11841,11842,0,2,11880,11215,11836,0,2,11909,11897,11824,0,2,11919,11258,11920,0,2,11815,11255,11919,0,2,11918,11917,11238,0,2,11917,11914,11237,0,2,12212,8881,12192,0,2,42785,12131,42783,0,2,12089,12231,12237,0,2,12362,12349,12353,0,2,12248,14770,12496,0,2,12532,12495,12505,0,2,12426,12514,12471,0,2,14790,12517,12518,0,2,12414,12413,12541,0,2,12707,8946,8947,0,2,12722,12724,12596,0,2,12592,12593,12746,0,2,12747,12773,12729,0,2,12848,12849,12268,0,2,12868,12872,12866,0,2,12889,12888,12575,0,2,12919,12881,12925,0,2,12944,12943,12939,0,2,12839,42960,12803,0,2,12791,12798,12790,0,2,12793,12951,12950,0,2,42462,12950,12951,0,2,7159,12971,12969,0,2,12979,13028,13009,0,2,12984,12983,12982,0,2,12962,14708,13043,0,2,13093,13072,13073,0,2,13135,13059,13058,0,2,13238,13239,13255,0,2,13448,13483,13485,0,2,13562,13561,13557,0,2,13627,13439,13683,0,2,13694,13716,48621,0,2,13614,13762,13613,0,2,13614,13761,13762,0,2,13599,13600,13422,0,2,13966,14141,14139,0,2,40268,14031,40267,0,2,14105,14104,14106,0,2,14096,14095,14113,0,2,14139,14138,13967,0,2,14167,14158,14168,0,2,14175,13957,14174,0,2,14177,14172,14170,0,2,14182,47942,14181,0,2,14250,13408,47828,0,2,13888,13393,13392,0,2,48065,13351,13382,0,2,13351,13352,14255,0,2,13344,14259,14260,0,2,14284,13305,14288,0,2,14281,14282,14283,0,2,14352,14353,14355,0,2,14359,14370,13609,0,2,14648,14437,14404,0,2,14444,14445,14443,0,2,14395,14325,14465,0,2,14383,14384,14386,0,2,14377,12977,12978,0,2,14336,14376,14375,0,2,41725,14475,14337,0,2,14551,14599,14510,0,2,14582,14586,14583,0,2,13240,41705,13242,0,2,13231,41784,18422,0,2,14646,14647,14645,0,2,13164,14666,14667,0,2,14703,14707,14704,0,2,14712,14684,14685,0,2,13037,13038,12576,0,2,12571,13120,12572,0,2,12283,12929,12568,0,2,14770,14769,12249,0,2,14785,14789,14773,0,2,14850,14914,46502,0,2,14853,14918,14854,0,2,14944,14946,14933,0,2,16218,15011,15007,0,2,15042,14999,15049,0,2,15140,15135,16029,0,2,15249,15373,15389,0,2,15409,15390,15389,0,2,15390,15409,15372,0,2,15327,15410,15364,0,2,15118,15454,16043,0,2,15460,15462,15459,0,2,15431,15492,15489,0,2,15496,15497,15503,0,2,15556,15550,15539,0,2,15547,15546,15548,0,2,15579,15589,15309,0,2,15642,15643,15638,0,2,46486,15201,15202,0,2,15669,12325,12326,0,2,15696,15695,15169,0,2,15688,15717,15699,0,2,15724,46990,15725,0,2,12037,15918,15916,0,2,15783,15949,46697,0,2,15871,15926,15870,0,2,15737,16028,16029,0,2,47071,16010,47466,0,2,15128,15129,16321,0,2,16083,16078,16079,0,2,16136,16107,16109,0,2,16109,16110,16135,0,2,15505,15094,15500,0,2,16181,16182,16183,0,2,16235,16200,16234,0,2,14987,14978,46954,0,2,14983,14985,14984,0,2,14983,14981,14980,0,2,16309,16310,16312,0,2,16307,16315,14971,0,2,16330,16334,16331,0,2,14911,14923,14939,0,2,15876,15877,16371,0,2,16387,46692,16386,0,2,16397,16367,16362,0,2,16352,16391,16393,0,2,16437,16397,12041,0,2,16414,16412,46764,0,2,16401,16416,16422,0,2,16476,16477,16400,0,2,12030,46472,46894,0,2,46901,16522,16521,0,2,16560,16561,16556,0,2,12014,12013,16555,0,2,11971,11970,16595,0,2,16631,16630,16626,0,2,16680,16674,16670,0,2,16697,16692,16698,0,2,16714,16644,16643,0,2,16717,16649,16658,0,2,16615,16614,16621,0,2,16765,13077,16766,0,2,16775,42717,16776,0,2,16845,16847,16836,0,2,16852,16853,16858,0,2,11147,16884,16882,0,2,16902,16900,16899,0,2,16899,16931,16930,0,2,16891,16900,16898,0,2,16947,11081,11080,0,2,16942,16945,16941,0,2,17012,16998,17011,0,2,10862,42162,11098,0,2,17026,11084,17025,0,2,17031,17034,17030,0,2,17157,42327,17158,0,2,17150,17153,17154,0,2,17170,17171,17178,0,2,17181,17149,17148,0,2,17125,42374,17126,0,2,17239,17238,17245,0,2,17233,17232,17247,0,2,17103,17102,17226,0,2,17305,17288,17289,0,2,17287,17288,17304,0,2,17313,42139,17312,0,2,17322,17325,17326,0,2,17407,17362,17406,0,2,17459,17460,17464,0,2,17494,17495,17493,0,2,17494,17500,10894,0,2,17493,17495,17501,0,2,17047,17046,17045,0,2,17540,17553,17552,0,2,17553,17525,17552,0,2,42168,17575,17568,0,2,17560,17583,17559,0,2,17562,17563,17588,0,2,17513,17688,17514,0,2,17513,42151,17609,0,2,17698,16909,16908,0,2,17756,17757,17780,0,2,17748,17745,17768,0,2,10962,17799,17816,0,2,10893,10916,10894,0,2,41992,17824,10909,0,2,17871,17867,17870,0,2,17865,17867,17866,0,2,10904,10903,41557,0,2,10891,10890,17907,0,2,17911,17918,17909,0,2,10850,17923,17924,0,2,18142,18110,18108,0,2,13970,40549,40550,0,2,18076,18163,18162,0,2,18323,18330,18329,0,2,18321,18297,18323,0,2,41629,18345,18343,0,2,13188,18356,18437,0,2,18470,41747,18471,0,2,18470,18262,18265,0,2,18082,18257,41750,0,2,18073,18121,18072,0,2,18057,18056,18478,0,2,18511,18502,18508,0,2,10782,18498,10783,0,2,18518,18516,18517,0,2,10773,18520,10772,0,2,10774,10775,18520,0,2,18527,18545,18537,0,2,10755,10754,11639,0,2,18560,10754,18561,0,2,18579,18580,18583,0,2,18678,18691,18677,0,2,18737,18730,18725,0,2,18716,18761,18742,0,2,18743,18722,18739,0,2,18841,18833,18845,0,2,18881,18895,18814,0,2,18890,18944,18895,0,2,18897,18899,18898,0,2,18870,18915,18906,0,2,18937,18936,18938,0,2,18816,18803,18878,0,2,18961,18774,18775,0,2,18646,18647,18689,0,2,10718,10717,45519,0,2,18678,19014,18679,0,2,19009,18994,19010,0,2,19214,19091,19092,0,2,19139,18958,18776,0,2,19128,19200,19206,0,2,19219,10500,10501,0,2,19223,19220,45657,0,2,40301,19231,19230,0,2,19242,19243,19241,0,2,19274,19272,10447,0,2,19473,19471,19472,0,2,13946,19555,19556,0,2,19578,13916,19579,0,2,19636,19633,19643,0,2,19634,19642,48111,0,2,13804,13797,19669,0,2,19706,19707,19702,0,2,19716,19715,19734,0,2,19358,19807,19359,0,2,19344,19343,19811,0,2,19859,8079,8078,0,2,19879,19878,19882,0,2,19911,19917,19910,0,2,19925,19930,19929,0,2,19923,39984,19895,0,2,8068,19962,19963,0,2,19972,8018,48744,0,2,20019,20002,20018,0,2,19888,20061,20008,0,2,20211,20210,20214,0,2,20315,20316,20362,0,2,20358,20360,20350,0,2,20356,20367,20350,0,2,20327,20332,20326,0,2,20424,20234,20232,0,2,20266,20259,20258,0,2,20446,20434,20451,0,2,20444,20462,20436,0,2,20599,20598,20606,0,2,20739,20740,20730,0,2,20764,20762,20760,0,2,20788,20787,35987,0,2,20799,20970,20796,0,2,20668,20803,20805,0,2,20858,20888,20860,0,2,20894,20912,20902,0,2,7411,20934,7408,0,2,20844,20954,20830,0,2,20841,20956,20953,0,2,21040,21041,21074,0,2,21038,21070,21068,0,2,21072,21073,21038,0,2,21086,37197,21085,0,2,21016,21015,21089,0,2,20657,20656,20655,0,2,21120,21109,21117,0,2,21137,1516,6469,0,2,21171,21170,36332,0,2,21189,21209,21193,0,2,21217,21218,21006,0,2,21219,21215,21210,0,2,21260,21259,20517,0,2,21280,21284,21286,0,2,21360,21364,21368,0,2,20209,20206,20486,0,2,20202,20203,21393,0,2,20317,21418,20318,0,2,25835,20142,20143,0,2,21477,21448,21474,0,2,21578,21583,21584,0,2,21690,21682,21689,0,2,21874,21866,21853,0,2,21946,21949,21945,0,2,21956,21943,21979,0,2,21995,21990,32886,0,2,21999,21975,21974,0,2,22190,22191,39391,0,2,22175,22174,22233,0,2,22182,22178,22208,0,2,22269,22261,22263,0,2,22442,22439,22462,0,2,22497,22495,22498,0,2,22428,22425,22429,0,2,22539,22534,22537,0,2,22605,22592,22593,0,2,22404,22586,22615,0,2,23173,22647,23174,0,2,22674,22692,22673,0,2,22657,22659,22664,0,2,22665,22713,22664,0,2,22780,22766,22786,0,2,37777,22430,22433,0,2,22413,22796,22797,0,2,22855,22860,22861,0,2,22954,23155,22955,0,2,22988,23041,23052,0,2,23042,23088,23089,0,2,23113,23115,23110,0,2,23123,23039,22985,0,2,22913,23141,23142,0,2,22950,23147,23149,0,2,38840,23154,22391,0,2,22363,23174,22362,0,2,23217,22633,23214,0,2,23217,23201,23200,0,2,22364,23234,23233,0,2,22159,22341,22342,0,2,23333,23328,23330,0,2,23385,23382,23383,0,2,494,500,23409,0,2,493,23434,23432,0,2,23484,23481,23482,0,2,23494,23534,23531,0,2,23487,23464,23463,0,2,23554,23552,23551,0,2,23311,23316,23314,0,2,23634,48932,23636,0,2,22121,23624,23635,0,2,23627,22121,23625,0,2,23307,23654,23646,0,2,23305,23655,23269,0,2,23656,23655,23261,0,2,22123,33047,33048,0,2,23663,23664,32890,0,2,22105,22108,22196,0,2,23685,23690,23684,0,2,23704,23703,33046,0,2,23705,23700,23701,0,2,23735,21947,32998,0,2,33277,23746,23745,0,2,25647,23781,23780,0,2,23775,21806,25653,0,2,23872,23874,23873,0,2,23997,24002,23998,0,2,24020,24021,25378,0,2,33832,24046,24043,0,2,24109,24117,24108,0,2,24110,24118,24109,0,2,24312,24321,24319,0,2,24392,24390,24389,0,2,25055,24430,24431,0,2,24480,24483,24481,0,2,24477,24505,24476,0,2,24424,25241,24417,0,2,24423,24409,24408,0,2,24334,24332,24335,0,2,24239,24522,24521,0,2,24285,24232,24527,0,2,24583,24584,24597,0,2,24658,39214,24657,0,2,24629,24628,24678,0,2,24689,24188,24718,0,2,24679,24627,24692,0,2,24199,24200,24198,0,2,24783,24785,24782,0,2,24800,24799,24809,0,2,24826,23814,23815,0,2,24774,24773,24835,0,2,24835,24773,24772,0,2,24783,24782,24761,0,2,24891,24887,24885,0,2,24884,39421,24867,0,2,24229,24106,39327,0,2,24898,24080,24081,0,2,24931,24533,24907,0,2,24905,24941,24904,0,2,25053,39786,25052,0,2,25119,25117,25137,0,2,25107,25120,25110,0,2,25128,25106,25110,0,2,45549,25135,25132,0,2,24423,24408,25230,0,2,25226,25235,25227,0,2,25199,25174,25200,0,2,25240,25143,25142,0,2,25147,25146,25145,0,2,25143,25257,25142,0,2,25283,25285,25284,0,2,34212,24999,25285,0,2,25285,24996,25284,0,2,25289,25320,24992,0,2,25304,25297,25303,0,2,25317,25318,25311,0,2,25304,25321,25309,0,2,25414,25413,25410,0,2,25428,25427,25431,0,2,25406,25408,25409,0,2,24015,25457,25455,0,2,25480,25482,25472,0,2,25503,24029,25504,0,2,24026,24025,39609,0,2,25552,25553,25554,0,2,25583,23929,49560,0,2,23801,25655,23802,0,2,21715,25667,21714,0,2,25666,25661,21713,0,2,24668,24667,21695,0,2,25685,25676,21711,0,2,21615,21661,21613,0,2,25769,25770,25768,0,2,21684,25776,21685,0,2,21572,21570,21589,0,2,25795,25810,39077,0,2,25795,25796,25803,0,2,21487,21486,25827,0,2,21462,21452,21657,0,2,25834,21429,37621,0,2,25971,25939,25938,0,2,25884,25896,25883,0,2,25890,25907,25889,0,2,25889,25907,25888,0,2,20112,20109,20108,0,2,26117,26115,26116,0,2,26132,26094,26102,0,2,26143,26142,37558,0,2,26049,26066,26072,0,2,26180,26111,26181,0,2,26187,26189,26188,0,2,26190,26192,26191,0,2,36127,20086,20084,0,2,7918,26215,26214,0,2,26253,26269,26268,0,2,26275,26244,26282,0,2,26242,26252,26278,0,2,26283,26240,26242,0,2,26342,7377,26343,0,2,26352,26351,26350,0,2,26349,26350,26351,0,2,7903,26346,26354,0,2,26389,42952,26376,0,2,26401,7109,26437,0,2,26422,26421,26435,0,2,7097,26445,7096,0,2,26501,26471,26505,0,2,26531,26541,26540,0,2,26536,48766,26535,0,2,7239,7238,26666,0,2,26672,26670,26674,0,2,36859,26626,36847,0,2,48786,26789,26644,0,2,26799,26800,26621,0,2,36793,26808,26796,0,2,26794,26795,26807,0,2,26816,26581,26759,0,2,26578,35690,26579,0,2,26565,26552,26563,0,2,35432,26873,26891,0,2,26942,26951,26948,0,2,27038,27039,27032,0,2,27052,27036,27053,0,2,27076,27073,27086,0,2,27012,27061,27011,0,2,27110,27061,27063,0,2,27009,27110,27058,0,2,27127,27128,27139,0,2,27130,27141,27129,0,2,27146,31989,27145,0,2,27209,27183,27182,0,2,27214,27204,27146,0,2,27228,27229,27254,0,2,27275,36189,27270,0,2,27311,27185,27151,0,2,27331,27320,27306,0,2,27334,27285,27343,0,2,27358,7471,27337,0,2,27335,27359,27360,0,2,27369,27360,27359,0,2,27385,27381,27382,0,2,27385,26945,26944,0,2,27414,27413,26490,0,2,27433,27434,27435,0,2,27446,27448,35747,0,2,27488,27487,27131,0,2,27495,27497,27496,0,2,27531,7052,27530,0,2,27135,7052,7051,0,2,27482,27484,35308,0,2,27548,27549,7074,0,2,27547,27545,27546,0,2,27465,27553,27466,0,2,27614,27615,27613,0,2,27645,7060,27644,0,2,27472,27471,27643,0,2,27649,7045,7046,0,2,27682,27684,27687,0,2,6988,6987,7022,0,2,27766,27767,27770,0,2,27767,27773,27770,0,2,27774,27673,31927,0,2,1400,6938,1401,0,2,27855,27854,6907,0,2,27871,27867,27870,0,2,36199,6895,6894,0,2,27922,27895,27894,0,2,27952,27951,27953,0,2,27942,27930,27931,0,2,1395,1447,1426,0,2,1395,1448,1447,0,2,1609,1372,27966,0,2,1368,1370,1369,0,2,1379,1381,27976,0,2,27986,27991,27985,0,2,28413,31699,5751,0,2,773,28068,28067,0,2,28135,28108,5982,0,2,28116,28107,28105,0,2,28103,28144,28141,0,2,28197,32200,830,0,2,32295,1189,28235,0,2,1222,32414,28208,0,2,28291,1167,1170,0,2,31014,31015,863,0,2,788,28356,28355,0,2,773,28381,28397,0,2,28395,28032,28394,0,2,28353,28354,751,0,2,28424,28422,31700,0,2,28454,762,28453,0,2,28525,28527,28515,0,2,28518,28519,28545,0,2,28508,28554,28523,0,2,28504,28507,28555,0,2,28562,612,33692,0,2,28606,28607,28605,0,2,28682,28675,28654,0,2,33589,28695,565,0,2,28704,28702,28583,0,2,28582,28702,28703,0,2,28699,28688,28687,0,2,28650,32374,28651,0,2,28738,28734,28732,0,2,28765,28746,28747,0,2,28761,28619,28771,0,2,23486,28780,23468,0,2,23471,28788,28790,0,2,38607,3493,28839,0,2,368,3573,369,0,2,189,347,187,0,2,28916,28917,148,0,2,28933,28920,28942,0,2,150,28916,149,0,2,28900,89,38450,0,2,28896,28971,28947,0,2,28968,28964,28963,0,2,3807,3758,28974,0,2,28983,28979,28984,0,2,3822,3820,28983,0,2,29013,29074,29075,0,2,29068,29067,29071,0,2,29085,29089,29088,0,2,30187,29100,29039,0,2,29013,29150,29139,0,2,29152,29153,29139,0,2,30138,29169,29130,0,2,29170,29182,29155,0,2,29209,29202,4633,0,2,29296,29302,29300,0,2,29303,29301,29293,0,2,29307,29306,29305,0,2,29355,29354,3702,0,2,29349,29372,29371,0,2,29375,1781,1776,0,2,29385,29384,29382,0,2,2820,29394,29393,0,2,1848,29401,29408,0,2,2508,2512,1990,0,2,29555,2654,29554,0,2,29570,29571,29573,0,2,5278,29568,29574,0,2,5113,29592,6549,0,2,29700,29701,29706,0,2,29624,29620,49311,0,2,6583,29774,29768,0,2,29798,29797,29799,0,2,5045,5242,5046,0,2,5046,29832,5047,0,2,5593,29857,5594,0,2,1689,29894,29888,0,2,29892,29894,31326,0,2,3850,29965,29964,0,2,29970,29971,29969,0,2,28989,29991,4766,0,2,3787,29266,29998,0,2,3764,29267,3763,0,2,4618,30031,30003,0,2,29010,29001,30025,0,2,30034,4647,30021,0,2,30059,30064,30058,0,2,30048,30046,30049,0,2,30081,30127,30126,0,2,29156,30139,28995,0,2,30160,30158,30153,0,2,30182,30175,30174,0,2,30183,30171,30102,0,2,30226,30223,30224,0,2,30258,30196,30255,0,2,30319,30327,30344,0,2,30087,30318,30327,0,2,239,238,30407,0,2,30372,4678,4673,0,2,4700,4698,4699,0,2,30382,4546,4545,0,2,4690,242,30353,0,2,30423,206,30400,0,2,30418,212,208,0,2,38727,30445,38731,0,2,30447,141,142,0,2,30461,182,138,0,2,4731,257,30473,0,2,30476,30362,30477,0,2,30362,30476,30475,0,2,30093,30480,30091,0,2,30518,4050,4051,0,2,30508,30506,30507,0,2,30563,30579,30566,0,2,30563,30565,30564,0,2,30568,30529,30542,0,2,3957,3956,30558,0,2,4352,30590,30533,0,2,30589,30540,30533,0,2,30589,4349,30586,0,2,4020,30610,30611,0,2,4267,30614,30613,0,2,4273,4271,30616,0,2,30615,30613,30614,0,2,30628,28789,30669,0,2,30682,30680,30679,0,2,30689,30675,30619,0,2,4251,30705,4252,0,2,481,30775,30776,0,2,23546,30788,23562,0,2,4279,4272,4286,0,2,30701,3969,30830,0,2,30829,30701,30699,0,2,30576,30833,30832,0,2,4344,30860,4473,0,2,4462,28288,4466,0,2,30897,1256,1255,0,2,30585,30901,30578,0,2,30847,30848,30902,0,2,30847,30949,30862,0,2,30953,30951,30846,0,2,30961,779,30960,0,2,30967,30966,30939,0,2,31002,30993,30999,0,2,28159,1246,28155,0,2,30935,30841,30840,0,2,28271,31043,30969,0,2,31060,31054,31061,0,2,28727,28729,31127,0,2,31128,31117,1100,0,2,31148,31161,31158,0,2,31175,31174,31179,0,2,33360,31135,31181,0,2,31249,31216,31205,0,2,31246,31248,31242,0,2,30288,31274,30281,0,2,30216,31281,31253,0,2,30227,30910,30911,0,2,31294,31292,30246,0,2,31310,31318,31319,0,2,4527,4526,31362,0,2,1383,49390,1385,0,2,31384,31383,31386,0,2,31397,31400,31394,0,2,31424,31421,31423,0,2,31434,31431,1493,0,2,31466,31467,6863,0,2,6843,31527,6842,0,2,31570,31578,31569,0,2,31594,5897,31595,0,2,5725,5724,5723,0,2,30273,30275,31610,0,2,30275,30238,31610,0,2,5739,5754,31620,0,2,31632,31634,31633,0,2,31667,31650,31671,0,2,31716,31674,31652,0,2,31684,28401,31683,0,2,31686,28376,28360,0,2,5699,5700,5834,0,2,5702,5703,6003,0,2,28411,31704,28408,0,2,31627,28452,31628,0,2,31714,791,31715,0,2,31724,31757,31759,0,2,31788,31813,31734,0,2,31789,31809,31810,0,2,31847,35067,31845,0,2,31862,31861,31857,0,2,31824,31777,31889,0,2,816,31887,817,0,2,27733,49533,49532,0,2,31726,804,805,0,2,27628,31920,31918,0,2,31926,27719,27718,0,2,31944,7037,31946,0,2,27573,27565,27572,0,2,31972,27198,27199,0,2,32000,28344,32001,0,2,32015,32016,32026,0,2,727,32067,728,0,2,32097,32099,32098,0,2,32086,32047,32049,0,2,32046,32070,32093,0,2,32031,32028,32101,0,2,686,685,32185,0,2,670,671,957,0,2,31013,31012,31017,0,2,28253,860,32234,0,2,32239,32243,32251,0,2,32260,28722,32261,0,2,32272,28630,32269,0,2,32291,32292,32286,0,2,893,1075,32301,0,2,32313,32310,28310,0,2,32308,32318,32316,0,2,998,32331,32322,0,2,32389,1151,1150,0,2,32405,30982,1139,0,2,32407,32406,1209,0,2,31169,31138,32443,0,2,32461,32467,32465,0,2,30767,30769,32471,0,2,497,32533,498,0,2,22039,22045,32562,0,2,32571,32579,32575,0,2,23327,32859,32571,0,2,23327,32571,32570,0,2,32606,23243,32616,0,2,32629,32633,32621,0,2,32668,32675,32649,0,2,48922,32727,32728,0,2,32751,48952,32748,0,2,32754,32742,3465,0,2,32777,32778,32779,0,2,32806,32810,32796,0,2,32772,32734,38551,0,2,3483,3468,32820,0,2,32862,23311,23310,0,2,32878,23755,23756,0,2,23754,21818,23765,0,2,22115,32901,22116,0,2,22034,22024,22023,0,2,32949,23757,23760,0,2,32960,32955,32959,0,2,32965,32964,32961,0,2,32966,23804,23803,0,2,33006,33007,33002,0,2,33052,33051,22125,0,2,33073,33074,33072,0,2,33115,33113,33103,0,2,33128,33132,33129,0,2,21876,33144,33143,0,2,32902,32906,33157,0,2,23730,23731,23748,0,2,33186,33188,33224,0,2,21730,21729,33202,0,2,33179,33241,33178,0,2,33171,33172,33191,0,2,33253,33255,33254,0,2,33260,21758,33261,0,2,33266,33267,33271,0,2,21781,33274,21779,0,2,39346,21844,21846,0,2,21844,21843,33320,0,2,21839,33279,21840,0,2,21887,21889,21888,0,2,33333,33374,33338,0,2,32506,32507,32519,0,2,33345,33347,1122,0,2,33360,31173,32419,0,2,28608,28609,28610,0,2,23857,23858,23868,0,2,23918,23919,33395,0,2,32952,23913,23911,0,2,23900,33322,23896,0,2,33424,33421,33488,0,2,33525,33543,33516,0,2,32375,33576,33578,0,2,28696,28599,33568,0,2,33592,28588,33591,0,2,28561,28562,33688,0,2,33613,33775,33742,0,2,33736,33798,33737,0,2,33785,25580,33784,0,2,33465,33782,33781,0,2,33817,25523,33816,0,2,23941,33827,23940,0,2,33832,33831,33833,0,2,33880,24273,33852,0,2,33895,33894,33881,0,2,39565,33887,33886,0,2,33900,33898,33901,0,2,33019,33020,33927,0,2,33938,23813,33937,0,2,24832,33934,24819,0,2,33618,33617,33949,0,2,34000,34004,34001,0,2,34012,34018,34011,0,2,34089,34083,34082,0,2,34095,34075,34168,0,2,34152,9542,34153,0,2,34163,34164,23974,0,2,34177,23961,25509,0,2,34169,34178,34170,0,2,34164,34163,34166,0,2,25002,25001,24995,0,2,34208,24987,25325,0,2,34214,25194,24968,0,2,34217,25267,25269,0,2,34214,34219,34215,0,2,34070,34244,34242,0,2,34224,47679,34232,0,2,34031,28502,34294,0,2,34306,34307,34305,0,2,34303,9081,34305,0,2,34326,638,34325,0,2,9540,34105,34152,0,2,34340,12633,12728,0,2,34378,34369,34370,0,2,12869,12287,34387,0,2,34326,34391,34392,0,2,34405,33642,34403,0,2,8941,34409,8942,0,2,33651,34410,33644,0,2,8976,34434,8977,0,2,34482,34484,34483,0,2,9535,34487,34500,0,2,10228,10227,34522,0,2,34538,34526,34540,0,2,34520,10230,10229,0,2,34553,8702,8701,0,2,9576,34581,8742,0,2,34589,34588,34573,0,2,34615,34617,9526,0,2,34646,34643,34645,0,2,34667,34666,12164,0,2,34694,34692,34693,0,2,34700,34703,9404,0,2,34717,34722,34720,0,2,34775,34776,35184,0,2,34773,34772,34774,0,2,34806,34754,26458,0,2,26394,26393,34811,0,2,34863,35079,34862,0,2,34898,9170,34897,0,2,34928,34849,34931,0,2,616,34947,28558,0,2,34952,34951,32193,0,2,609,608,33718,0,2,34968,32359,34967,0,2,34967,32360,902,0,2,34972,34971,34977,0,2,33722,34465,33614,0,2,571,33549,34997,0,2,35009,936,35008,0,2,935,35007,35008,0,2,32150,32148,35003,0,2,35003,32151,32150,0,2,35021,926,927,0,2,35042,35044,35043,0,2,35055,696,35056,0,2,35075,703,35076,0,2,34740,34739,34743,0,2,734,31851,31884,0,2,35066,35074,35127,0,2,9033,35134,34887,0,2,34909,35138,27560,0,2,35155,35190,35157,0,2,35190,9179,9181,0,2,7041,35211,35212,0,2,35242,35245,35244,0,2,35242,26485,35241,0,2,35266,26483,35264,0,2,35304,35302,35305,0,2,35259,35257,35315,0,2,35315,35301,35259,0,2,35230,35317,35304,0,2,35317,35262,35304,0,2,26482,35321,26484,0,2,6996,35141,7020,0,2,35326,35327,7010,0,2,35329,35330,27471,0,2,6920,6919,6921,0,2,35416,35425,35419,0,2,35403,35408,35404,0,2,35452,35446,35454,0,2,35476,35474,35499,0,2,35500,35498,35474,0,2,26820,35524,26825,0,2,35547,35626,35543,0,2,35584,35583,35582,0,2,35563,35595,35711,0,2,35598,35592,35553,0,2,35612,35566,35569,0,2,35618,35623,35619,0,2,35620,35623,35531,0,2,26911,26910,26908,0,2,26493,26486,26487,0,2,35720,35719,26704,0,2,35467,35486,35484,0,2,35754,35753,35758,0,2,26895,35759,26894,0,2,35795,35779,35778,0,2,35789,35766,35788,0,2,35778,35793,35777,0,2,35805,35811,35814,0,2,35918,35884,35883,0,2,35902,35907,35905,0,2,35915,35863,35862,0,2,35953,35954,35952,0,2,35966,27016,35968,0,2,35972,27304,35984,0,2,20965,36004,36003,0,2,36037,36038,36036,0,2,36016,36070,20979,0,2,36074,36073,7362,0,2,36122,36125,36123,0,2,31410,36206,36205,0,2,31419,31420,36215,0,2,36220,36223,36224,0,2,36195,36194,36226,0,2,27768,27772,27773,0,2,6899,36240,36238,0,2,36249,20735,20741,0,2,38330,36327,20592,0,2,36345,36341,2341,0,2,2342,36316,2343,0,2,36415,27309,36418,0,2,35980,27346,27339,0,2,1530,36440,36438,0,2,36478,36443,1532,0,2,36468,36453,20660,0,2,36497,6501,36593,0,2,36496,36497,36519,0,2,6859,6866,6868,0,2,36561,6304,6305,0,2,6305,36560,36302,0,2,6851,36570,6835,0,2,35955,35938,27300,0,2,7526,7527,36642,0,2,36675,36663,36672,0,2,7353,7359,37067,0,2,7691,7681,36748,0,2,36766,36758,36763,0,2,36767,20829,20831,0,2,36775,7667,7668,0,2,36774,36773,7338,0,2,36787,49515,36822,0,2,36856,26592,36855,0,2,35616,36861,35614,0,2,26918,35404,26917,0,2,36612,36610,36870,0,2,36884,26791,36885,0,2,26654,26653,36895,0,2,7249,36897,36899,0,2,26285,26288,26286,0,2,36951,36950,36727,0,2,20940,20923,20925,0,2,36966,36963,7405,0,2,20085,20083,36121,0,2,36998,36999,37010,0,2,37242,20428,37018,0,2,36477,21114,37179,0,2,37042,37043,37041,0,2,21101,37055,21102,0,2,21095,20858,21105,0,2,20809,20816,37082,0,2,21183,21185,37117,0,2,37127,37274,37128,0,2,20815,37143,20819,0,2,20672,36484,36485,0,2,38342,37163,37157,0,2,36296,36299,36385,0,2,21196,21195,37183,0,2,21110,37186,37040,0,2,37193,37192,37194,0,2,37190,37196,21099,0,2,37203,37208,37204,0,2,37232,37233,21085,0,2,37207,37242,37240,0,2,37250,21235,37248,0,2,20244,37254,37256,0,2,21083,21084,37325,0,2,21273,37772,22440,0,2,37327,20479,37326,0,2,20487,21318,20218,0,2,20399,20400,37339,0,2,37349,22469,22467,0,2,20356,37358,37357,0,2,20284,21410,37373,0,2,37383,37381,25982,0,2,25984,37382,37380,0,2,37401,37402,37403,0,2,37483,49793,37484,0,2,26083,37515,26082,0,2,37503,37517,37502,0,2,37545,37543,25947,0,2,37576,37577,26027,0,2,20353,37594,37593,0,2,22995,22994,37625,0,2,37363,37627,20301,0,2,37674,37676,25946,0,2,21509,37685,21494,0,2,37661,37699,39171,0,2,37717,37371,37716,0,2,37718,20158,22862,0,2,22850,22857,22851,0,2,22974,22973,37753,0,2,37772,22437,22438,0,2,37791,37724,22840,0,2,22946,37785,22415,0,2,22969,22968,37828,0,2,37835,37830,37828,0,2,37747,22813,22859,0,2,2270,37858,37878,0,2,37863,22570,22749,0,2,37792,22820,22816,0,2,37906,37900,37904,0,2,2553,37935,37934,0,2,22594,37935,22597,0,2,2551,2614,37936,0,2,37948,37947,37949,0,2,37960,37961,2569,0,2,37964,38013,38012,0,2,2111,2110,2536,0,2,2136,2137,48985,0,2,38051,38052,38023,0,2,2493,38036,38094,0,2,1983,29469,38112,0,2,38193,29439,38209,0,2,38237,38238,29479,0,2,38275,38276,38274,0,2,2510,38283,2291,0,2,2325,38290,2417,0,2,2322,38309,38314,0,2,2412,38324,2396,0,2,38331,2350,38332,0,2,20588,20604,2357,0,2,38336,20602,20589,0,2,38341,21160,38340,0,2,38339,38341,38340,0,2,38363,38366,6401,0,2,37901,37906,38370,0,2,2303,2304,38381,0,2,38394,2174,38398,0,2,38066,38065,2125,0,2,37942,38542,37957,0,2,38559,38558,22703,0,2,38573,38565,22632,0,2,38580,38583,38581,0,2,2120,38602,3339,0,2,38615,38616,3303,0,2,398,399,38617,0,2,38618,124,123,0,2,38662,49709,48982,0,2,2967,38670,38669,0,2,38693,38692,38691,0,2,38440,38706,115,0,2,38713,28880,38708,0,2,28880,28883,38710,0,2,38740,38739,30434,0,2,38761,38722,28960,0,2,38774,433,28874,0,2,28827,38607,38777,0,2,22158,38815,38806,0,2,22387,22384,22381,0,2,32635,32700,32626,0,2,23051,38863,38861,0,2,38928,38919,38938,0,2,38952,38956,38959,0,2,39352,38967,39355,0,2,38971,38886,38970,0,2,25832,38976,38978,0,2,21442,38975,38973,0,2,38937,23094,38987,0,2,38999,38992,38998,0,2,21471,21470,39014,0,2,39016,39032,39030,0,2,39037,39034,25740,0,2,21663,39034,21664,0,2,39055,39067,39064,0,2,39080,21502,21504,0,2,39057,25765,39054,0,2,39086,39113,39114,0,2,39094,39110,39096,0,2,37658,37659,39146,0,2,25824,39146,37659,0,2,39069,39153,39154,0,2,21541,39166,39160,0,2,39171,39159,37701,0,2,24594,24589,39221,0,2,33303,33291,33288,0,2,33292,33288,33293,0,2,21874,21871,21867,0,2,25770,21593,21592,0,2,21686,39180,25691,0,2,24171,39265,39272,0,2,24133,24134,33018,0,2,39297,39274,39260,0,2,49788,39211,39303,0,2,33223,33222,39338,0,2,21890,21886,39346,0,2,33036,21831,21832,0,2,38912,38913,38930,0,2,39353,38949,39354,0,2,38869,38968,39356,0,2,39372,39371,39370,0,2,39377,33118,39379,0,2,38826,22359,22360,0,2,22958,22959,22302,0,2,23035,23036,23128,0,2,39402,39404,39401,0,2,24082,39423,39430,0,2,24086,39420,24116,0,2,39444,39466,39463,0,2,39475,24071,39476,0,2,39511,39435,24876,0,2,39520,39521,39519,0,2,39537,39536,39538,0,2,24215,24216,39539,0,2,39594,39558,39560,0,2,39574,39577,39575,0,2,39591,39553,39590,0,2,33811,33809,39599,0,2,25441,39602,25433,0,2,25433,39602,39603,0,2,39621,39620,24967,0,2,39224,24339,24336,0,2,39631,24379,24365,0,2,39641,25066,39642,0,2,39663,37528,39668,0,2,39706,26076,39705,0,2,39728,20001,39730,0,2,39756,39757,39755,0,2,39790,25056,25055,0,2,39798,39769,39799,0,2,39740,39818,39817,0,2,39875,25095,39852,0,2,37530,39878,37547,0,2,39889,39807,39888,0,2,39903,39748,39899,0,2,25093,39906,39905,0,2,39910,37472,37473,0,2,39916,39915,39920,0,2,19874,39932,19920,0,2,39932,19914,19920,0,2,39951,39946,39945,0,2,39950,39947,39946,0,2,19909,39941,39948,0,2,39975,19841,39982,0,2,19991,8000,19992,0,2,39993,39994,39997,0,2,40008,40028,8029,0,2,19967,40028,19966,0,2,40043,40044,39766,0,2,39831,39658,39832,0,2,39840,39670,39834,0,2,40083,40073,25105,0,2,40085,8187,40084,0,2,8326,40092,8325,0,2,8069,40101,19950,0,2,40105,40104,40108,0,2,40107,10378,19287,0,2,40110,10417,10416,0,2,10439,47615,19312,0,2,47612,40155,40139,0,2,19233,40194,40197,0,2,40272,14131,47605,0,2,40288,40289,10472,0,2,40301,40300,43647,0,2,39938,19301,40132,0,2,40381,19333,40380,0,2,40433,40435,40432,0,2,19726,47711,19760,0,2,40437,19725,19724,0,2,40439,40438,19723,0,2,40447,40453,40449,0,2,19665,40456,19664,0,2,40416,40314,40462,0,2,19565,40473,40340,0,2,40474,14051,40441,0,2,40476,40152,40154,0,2,40334,40478,40337,0,2,14060,14061,40479,0,2,14071,40482,14070,0,2,11363,11621,40502,0,2,14020,40534,13953,0,2,18544,18543,40546,0,2,40595,40594,40597,0,2,40592,40591,40590,0,2,40571,40572,40677,0,2,40718,40662,14164,0,2,14163,40659,40724,0,2,40753,40776,40777,0,2,40553,40552,40554,0,2,11641,11637,10753,0,2,40871,11353,11477,0,2,40856,40881,40855,0,2,40884,40883,40880,0,2,40893,40892,11664,0,2,11338,11343,11342,0,2,41010,41009,41019,0,2,41029,41006,41027,0,2,41085,41084,41083,0,2,41145,41143,41146,0,2,41182,41181,11060,0,2,41189,41166,41196,0,2,41118,41203,41117,0,2,41108,41116,41111,0,2,11332,41229,11740,0,2,41259,11157,11159,0,2,18208,18207,18200,0,2,17629,17732,17607,0,2,41328,41330,41331,0,2,41353,41357,41356,0,2,41397,11237,11239,0,2,41400,11923,11232,0,2,14667,41430,14668,0,2,41431,41432,41433,0,2,41451,13090,13089,0,2,13110,13086,41456,0,2,41474,41073,41074,0,2,41478,41473,41476,0,2,10886,16999,10878,0,2,41506,11721,41535,0,2,10902,41559,41555,0,2,10970,11010,40952,0,2,41571,41112,41109,0,2,18370,41582,41578,0,2,41598,41588,41587,0,2,14670,41265,14671,0,2,41607,41610,41606,0,2,18305,18306,18304,0,2,41345,41634,18306,0,2,18350,41647,41641,0,2,41653,18370,18277,0,2,18334,41655,18340,0,2,41661,41660,41662,0,2,18141,18139,18140,0,2,41676,18146,18139,0,2,14299,14298,41749,0,2,41779,41693,41695,0,2,41703,14462,41702,0,2,41713,41716,14329,0,2,41767,41774,41787,0,2,13262,13261,13250,0,2,13319,13339,13340,0,2,41836,41837,41838,0,2,18243,18040,41849,0,2,41863,41861,41858,0,2,18027,41867,18026,0,2,41867,10794,10795,0,2,41884,11136,41885,0,2,18018,41911,41908,0,2,41914,17961,41915,0,2,41521,41525,41526,0,2,41570,41924,10971,0,2,41949,17527,41948,0,2,10990,41970,17808,0,2,10942,10944,10943,0,2,41982,17811,41983,0,2,41995,10914,10915,0,2,42018,42017,42019,0,2,42018,42019,17055,0,2,42052,17377,17430,0,2,42028,42050,42051,0,2,42049,42045,42030,0,2,42413,17115,42071,0,2,42174,42173,17098,0,2,42172,42174,42176,0,2,17833,17476,17832,0,2,10800,10802,42195,0,2,42200,41893,42198,0,2,41321,41377,42207,0,2,42215,42216,42217,0,2,18309,18305,42232,0,2,18485,18479,18482,0,2,18481,18488,18482,0,2,10851,17009,10848,0,2,17485,17486,17484,0,2,42251,42255,42252,0,2,17067,42256,42047,0,2,42307,42304,42303,0,2,42323,42322,42316,0,2,42071,17169,42070,0,2,42393,42392,42381,0,2,41561,41562,41494,0,2,42423,42425,42426,0,2,11062,42420,42430,0,2,41183,42429,42433,0,2,14645,14732,42452,0,2,12890,12881,42461,0,2,42498,12889,12893,0,2,14754,14752,42500,0,2,14756,12564,14757,0,2,11954,11955,42501,0,2,11946,42493,42503,0,2,42528,9292,9288,0,2,42534,42535,42529,0,2,42535,42534,8928,0,2,42541,42557,42554,0,2,42509,42562,42563,0,2,42571,42573,42510,0,2,42543,42575,42574,0,2,12328,12327,42582,0,2,42602,42627,42628,0,2,42675,42670,42671,0,2,15200,42691,42660,0,2,16777,16774,16773,0,2,42719,16778,42721,0,2,42759,42758,42760,0,2,42620,42747,42624,0,2,42774,42797,42798,0,2,42556,42559,42821,0,2,42832,42847,42849,0,2,42847,42831,42830,0,2,42866,42870,42869,0,2,42874,42864,13808,0,2,42862,42863,42861,0,2,42862,42861,13821,0,2,42860,42887,42859,0,2,42877,42884,42886,0,2,42911,42910,48073,0,2,26371,42956,26370,0,2,12632,34339,34341,0,2,42958,12631,34341,0,2,42551,42552,12807,0,2,42978,42979,42980,0,2,42518,42989,42527,0,2,34635,34641,42991,0,2,34635,42990,34656,0,2,42995,8917,34724,0,2,9420,9417,9418,0,2,9501,43006,8354,0,2,43011,43010,43012,0,2,8352,9565,9566,0,2,9521,9512,43021,0,2,43026,43027,8346,0,2,9507,9516,9553,0,2,9489,43036,9593,0,2,8746,8759,8747,0,2,9689,9690,43077,0,2,8753,8751,43094,0,2,8749,43092,8746,0,2,43105,43099,43106,0,2,43139,43129,43120,0,2,43136,43117,43135,0,2,43114,43164,43163,0,2,9813,9812,8613,0,2,8618,43182,8617,0,2,43190,43187,43186,0,2,43097,8816,8817,0,2,9676,9674,9677,0,2,43204,43205,43213,0,2,9317,9329,9328,0,2,43207,43214,43199,0,2,12168,12167,12180,0,2,8850,43222,8858,0,2,45626,43293,43231,0,2,43252,43254,43253,0,2,43251,43246,43228,0,2,43294,43295,43297,0,2,43315,10098,10099,0,2,8847,43317,43318,0,2,43324,43108,43326,0,2,43426,43428,43427,0,2,43425,43409,43410,0,2,43430,43365,43366,0,2,43494,43493,43448,0,2,43493,43494,43463,0,2,9783,43510,43512,0,2,9375,9376,9429,0,2,34562,34559,34560,0,2,43556,19261,43552,0,2,43575,10215,34551,0,2,43578,8633,43581,0,2,8649,8662,43610,0,2,43612,43601,43615,0,2,43610,43611,43612,0,2,43652,10202,43643,0,2,45650,10191,43651,0,2,43750,10170,8390,0,2,8388,43603,8389,0,2,43409,43432,43412,0,2,10152,43794,43790,0,2,8501,43815,8500,0,2,43878,43877,43871,0,2,43980,43994,43998,0,2,44029,44024,44019,0,2,44019,44024,44023,0,2,44080,8448,45307,0,2,44020,44018,44019,0,2,44090,44092,45128,0,2,43921,45047,44111,0,2,43912,44168,44169,0,2,44213,44212,44219,0,2,44246,44248,44249,0,2,44250,44249,44257,0,2,44528,44529,44285,0,2,44332,44345,44342,0,2,44333,44336,44338,0,2,44391,44382,44383,0,2,44299,44410,44411,0,2,44430,44433,44432,0,2,44505,44508,44309,0,2,44514,44519,44309,0,2,44499,44263,44264,0,2,44527,45172,44284,0,2,44562,44578,45396,0,2,44562,44580,44578,0,2,44591,44453,44532,0,2,44716,44213,44718,0,2,44714,44713,44730,0,2,44729,44733,44732,0,2,44225,44228,44224,0,2,44761,44763,44762,0,2,44777,44056,44779,0,2,44772,44040,44782,0,2,44806,44048,44047,0,2,44814,44815,44811,0,2,43894,43895,44808,0,2,44857,8517,43390,0,2,43794,44885,10153,0,2,43883,44886,44887,0,2,43501,44894,43502,0,2,44939,44903,44940,0,2,44945,44891,43841,0,2,44183,44184,44178,0,2,44958,44964,44965,0,2,44978,44974,44980,0,2,44988,43481,43443,0,2,8455,8457,45001,0,2,45023,44012,44010,0,2,43979,43996,45025,0,2,44999,44079,44998,0,2,43945,45080,43935,0,2,45087,8472,45086,0,2,45089,43902,44050,0,2,45122,45119,45123,0,2,45121,45120,45119,0,2,44658,44657,45110,0,2,44125,44170,44126,0,2,44912,45091,44803,0,2,45135,45005,45091,0,2,44022,43944,45142,0,2,45141,45142,45143,0,2,45149,44712,44713,0,2,44278,44385,44498,0,2,45176,44417,45379,0,2,45214,45215,44681,0,2,45220,44636,45218,0,2,45229,44293,45230,0,2,45272,44305,45273,0,2,45261,45254,45252,0,2,44387,44391,45287,0,2,45319,10026,10045,0,2,10012,10043,45319,0,2,45343,45347,45349,0,2,45387,44347,45386,0,2,45420,9875,45419,0,2,9877,45425,44849,0,2,45425,9877,45423,0,2,45452,8216,8215,0,2,34604,45467,8727,0,2,19282,19285,40177,0,2,45672,18783,18893,0,2,45498,45500,18819,0,2,40527,45521,45522,0,2,10412,45525,10413,0,2,8159,8157,8151,0,2,8165,45536,8164,0,2,8170,25127,45541,0,2,8195,45546,8202,0,2,8180,45547,45545,0,2,45628,45634,45633,0,2,45640,10498,10500,0,2,45652,45651,45653,0,2,45665,45666,45664,0,2,45670,19189,18778,0,2,45700,43667,45699,0,2,18837,45515,18839,0,2,11312,45743,11307,0,2,45768,45766,45673,0,2,45754,45770,45747,0,2,45775,11219,11218,0,2,10589,46011,10592,0,2,45804,45957,10583,0,2,45811,45810,45805,0,2,45825,10649,45826,0,2,45827,10593,45824,0,2,45807,45808,10630,0,2,11887,11862,11893,0,2,45880,45879,45881,0,2,45909,45906,45905,0,2,45900,19079,45906,0,2,10680,45916,19015,0,2,45921,45922,45919,0,2,45929,45932,45925,0,2,40818,40823,45943,0,2,10544,10543,45949,0,2,45981,45979,45980,0,2,46015,46014,46017,0,2,11445,46019,11432,0,2,46027,46028,11934,0,2,46029,46035,16735,0,2,42633,46056,42635,0,2,46060,14879,46061,0,2,46142,46146,46143,0,2,46138,46137,46152,0,2,46983,46190,46192,0,2,46206,46205,46204,0,2,46226,46219,46223,0,2,46228,46229,46227,0,2,46235,46257,46256,0,2,46248,46158,46109,0,2,46269,16515,46268,0,2,46293,46280,46292,0,2,46276,46336,46275,0,2,46328,46331,46272,0,2,46271,46243,46270,0,2,46373,46904,46371,0,2,46368,46397,46396,0,2,46416,46428,46429,0,2,46433,46403,46434,0,2,46433,46437,46403,0,2,46447,16557,16556,0,2,46458,46465,46449,0,2,46461,46460,12033,0,2,16514,46344,46343,0,2,14858,46496,46495,0,2,15639,15201,46484,0,2,46505,46504,15210,0,2,15777,46532,15775,0,2,12056,42643,46558,0,2,46562,46564,46561,0,2,46590,46586,46589,0,2,46594,46596,14808,0,2,46150,46148,46621,0,2,46629,46630,46631,0,2,46627,46110,46632,0,2,46144,46633,46143,0,2,46669,46117,15955,0,2,15869,46681,15895,0,2,46686,15889,15904,0,2,46693,46695,46694,0,2,14824,46707,46705,0,2,46710,14900,46708,0,2,42793,46425,46730,0,2,46741,46428,46417,0,2,46743,46742,15883,0,2,46768,46767,46382,0,2,11986,12001,46794,0,2,43219,12189,46801,0,2,12107,12156,46812,0,2,46847,42809,42783,0,2,46849,14780,14781,0,2,42766,42757,46858,0,2,46883,11873,11910,0,2,11926,46885,11247,0,2,11839,46887,46886,0,2,46791,12072,12071,0,2,42609,42621,42606,0,2,12411,12311,12312,0,2,14835,14833,46905,0,2,46922,14956,46921,0,2,46995,15712,15714,0,2,47001,15167,47002,0,2,15380,47003,15381,0,2,47008,15173,15381,0,2,16073,16071,47028,0,2,47098,47099,47096,0,2,15504,15104,15102,0,2,47135,15098,47133,0,2,47189,47184,46188,0,2,47180,47494,47196,0,2,47194,47196,47195,0,2,15175,47215,47214,0,2,15181,47241,15180,0,2,47248,15265,47249,0,2,47313,47312,47318,0,2,47312,47313,47317,0,2,47327,47324,47319,0,2,47327,14990,16311,0,2,47346,47344,47345,0,2,47344,47435,47345,0,2,47117,47388,15520,0,2,16292,15074,47400,0,2,47416,47418,16213,0,2,47432,16158,15066,0,2,47430,16157,15065,0,2,15097,47452,15095,0,2,47168,47165,47459,0,2,46078,42655,42654,0,2,47493,15154,46988,0,2,46150,46614,46149,0,2,15838,46613,15809,0,2,11613,11380,11614,0,2,11645,47552,11646,0,2,10762,10761,47595,0,2,14135,47606,47607,0,2,10564,10603,10604,0,2,47646,47647,45955,0,2,47670,47667,47666,0,2,47679,34271,34270,0,2,12615,12620,12623,0,2,7204,7205,47686,0,2,13801,47690,47687,0,2,47693,47694,47692,0,2,7825,47698,47699,0,2,47703,7808,7721,0,2,7813,47707,7805,0,2,20028,20027,40391,0,2,40393,40392,40394,0,2,19804,47738,19805,0,2,47755,47752,19377,0,2,40358,40347,40359,0,2,47767,19591,19589,0,2,47779,47784,47782,0,2,47793,47808,47796,0,2,47799,47800,47788,0,2,19572,47772,47819,0,2,47857,47855,47862,0,2,47867,47869,47866,0,2,47900,47813,47901,0,2,47783,47784,19583,0,2,47784,19584,19583,0,2,47940,47937,19411,0,2,47940,19411,19410,0,2,13332,13320,13324,0,2,13929,47955,48427,0,2,47955,47817,47816,0,2,14213,47972,47973,0,2,48009,14231,14230,0,2,48017,48005,48002,0,2,48033,48037,48032,0,2,48047,49944,19396,0,2,47980,47963,48052,0,2,48058,47982,48057,0,2,48061,48058,47993,0,2,48065,48064,14254,0,2,48012,48016,48074,0,2,48133,48132,48134,0,2,13543,48131,48132,0,2,48166,48253,48167,0,2,48117,48198,48190,0,2,13632,48226,48228,0,2,13522,48246,48248,0,2,48309,48302,48303,0,2,48317,14225,48315,0,2,48322,48323,48325,0,2,48122,48365,48136,0,2,48356,14248,48355,0,2,48402,42926,42921,0,2,13382,13415,48063,0,2,48412,48411,48414,0,2,47997,48080,47996,0,2,13628,13629,48434,0,2,48464,48465,48468,0,2,48451,48453,48534,0,2,48523,48532,48524,0,2,48546,13482,13483,0,2,48553,48537,48536,0,2,48500,48554,48553,0,2,13688,48587,48578,0,2,13785,13658,48583,0,2,48608,48612,48610,0,2,48614,48615,48600,0,2,14541,41832,48648,0,2,48649,47758,19662,0,2,48669,48668,48670,0,2,48682,48680,48689,0,2,20268,20267,20261,0,2,20267,48719,20265,0,2,48723,37574,48724,0,2,48728,48685,39705,0,2,26163,26086,48735,0,2,39969,48746,20063,0,2,26665,7855,7854,0,2,48763,48762,48761,0,2,26637,26680,26641,0,2,26728,48793,35689,0,2,35689,48795,48773,0,2,48800,26525,26549,0,2,26536,48803,48765,0,2,35160,35159,48806,0,2,48809,35179,48810,0,2,34777,34770,48816,0,2,48824,35171,48826,0,2,48832,48831,48833,0,2,48825,27459,48830,0,2,24305,24306,39131,0,2,24654,24649,39319,0,2,48875,24616,24615,0,2,24524,24231,48859,0,2,48860,24218,48877,0,2,24552,24227,48881,0,2,48880,24230,24554,0,2,3410,32864,32865,0,2,48928,22139,22138,0,2,32814,48933,32731,0,2,3399,32817,48934,0,2,48936,48933,48937,0,2,3393,48940,48944,0,2,3500,3501,48974,0,2,38064,38081,38073,0,2,2255,2110,38025,0,2,20609,49000,49001,0,2,22785,2405,22783,0,2,20622,49036,20621,0,2,49015,49013,49014,0,2,49046,49052,20619,0,2,36288,20627,49053,0,2,49067,49070,49069,0,2,49104,37171,37172,0,2,36538,49121,6524,0,2,49138,49139,49137,0,2,6597,49143,6598,0,2,6594,49126,49127,0,2,49145,49146,6394,0,2,49197,49202,38386,0,2,36587,49100,36544,0,2,20539,20584,20586,0,2,20559,20560,20569,0,2,49220,21334,37306,0,2,20593,36323,49232,0,2,38192,29441,38207,0,2,5322,29427,5323,0,2,5323,5319,29501,0,2,49263,29416,5272,0,2,29821,49319,29437,0,2,29591,49323,49322,0,2,5188,49331,49329,0,2,49368,6586,49369,0,2,6580,29791,6579,0,2,1648,49376,5586,0,2,1479,1480,31382,0,2,6701,49417,6699,0,2,49425,49426,49427,0,2,5164,49351,49352,0,2,49284,49294,49276,0,2,49449,49446,49444,0,2,49459,4940,49458,0,2,3109,3111,3077,0,2,2697,49468,2696,0,2,20662,49513,20664,0,2,36421,49519,27309,0,2,7453,20746,20771,0,2,31940,31937,27780,0,2,27783,27777,27674,0,2,27719,27657,27718,0,2,27887,27889,27888,0,2,35285,35323,35284,0,2,33418,33416,33779,0,2,49578,32415,49579,0,2,484,23381,49581,0,2,49587,30965,775,0,2,6026,31549,1351,0,2,31298,49602,49601,0,2,30299,30285,30284,0,2,49640,15,49641,0,2,49643,49644,29,0,2,3120,3123,49695,0,2,49702,49703,49684,0,2,49720,49719,49721,0,2,3031,3030,49724,0,2,3103,49727,3099,0,2,49476,49728,49475,0,2,49734,49732,4897,0,2,49739,49738,4903,0,2,29398,4915,29399,0,2,1864,49760,49756,0,2,50000,2863,49766,0,2,2825,1853,1854,0,2,49790,24556,49791,0,2,24438,24460,24439,0,2,12823,12825,49794,0,2,42483,42820,49796,0,2,49800,23844,49801,0,2,28930,28928,28929,0,2,49810,30061,49811,0,2,65,40,49812,0,2,13539,49838,13548,0,2,49851,13517,48163,0,2,48436,49853,48530,0,2,48438,49859,49856,0,2,13533,49897,49895,0,2,49873,49878,49874,0,2,49839,49939,49842,0,2,19658,19656,49945,0,2,48421,49948,13882,0,2,13332,49952,13320,0,2,2327,2439,2318,0,2,49970,1602,1601,0,2,6901,36248,36247,0,2,31195,1288,1289,0,2,2757,49999,2755,0] -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/male02/Male02_bin.bin b/examples/obj/male02/Male02_bin.bin index 303d157e..b3bafdcd 100644 Binary files a/examples/obj/male02/Male02_bin.bin and b/examples/obj/male02/Male02_bin.bin differ diff --git a/examples/obj/male02/Male02_bin.js b/examples/obj/male02/Male02_bin.js index b0665bae..e370b090 100644 --- a/examples/obj/male02/Male02_bin.js +++ b/examples/obj/male02/Male02_bin.js @@ -1,23 +1,24 @@ -// Converted from: ../../examples/obj/male02/male02.obj -// vertices: 2746 -// faces: 5004 -// materials: 5 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "male02.obj", + "generatedBy" : "OBJConverter", + "vertices" : 2746, + "faces" : 5004, + "normals" : 2769, + "uvs" : 3275, + "materials" : 5 + }, "materials": [ { "DbgColor" : 15658734, "DbgIndex" : 0, "DbgName" : "male-02-1noCullingID_male-02-1noCulling.JP", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.64000000000000001, 0.64000000000000001, 0.64000000000000001], - "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001], + "colorDiffuse" : [0.64, 0.64, 0.64], + "colorSpecular" : [0.165, 0.165, 0.165], "illumination" : 2, "mapDiffuse" : "male-02-1noCulling.JPG", "opticalDensity" : 1.0, @@ -30,8 +31,8 @@ var model = { "DbgIndex" : 1, "DbgName" : "orig_02_-_Defaul1noCu_orig_02_-_Defaul1noCu", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.64000000000000001, 0.64000000000000001, 0.64000000000000001], - "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001], + "colorDiffuse" : [0.64, 0.64, 0.64], + "colorSpecular" : [0.165, 0.165, 0.165], "illumination" : 2, "mapDiffuse" : "orig_02_-_Defaul1noCulling.JPG", "opticalDensity" : 1.0, @@ -44,8 +45,8 @@ var model = { "DbgIndex" : 2, "DbgName" : "FrontColorNoCullingID_orig_02_-_Defaul1noCu", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.80000000000000004, 0.80000000000000004, 0.80000000000000004], - "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001], + "colorDiffuse" : [0.8, 0.8, 0.8], + "colorSpecular" : [0.165, 0.165, 0.165], "illumination" : 2, "mapDiffuse" : "orig_02_-_Defaul1noCulling.JPG", "opticalDensity" : 1.0, @@ -58,8 +59,8 @@ var model = { "DbgIndex" : 3, "DbgName" : "_01_-_Default1noCulli__01_-_Default1noCulli", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.64000000000000001, 0.64000000000000001, 0.64000000000000001], - "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001], + "colorDiffuse" : [0.64, 0.64, 0.64], + "colorSpecular" : [0.165, 0.165, 0.165], "illumination" : 2, "mapDiffuse" : "01_-_Default1noCulling.JPG", "opticalDensity" : 1.0, @@ -72,8 +73,8 @@ var model = { "DbgIndex" : 4, "DbgName" : "FrontColorNoCullingID_male-02-1noCulling.JP", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.80000000000000004, 0.80000000000000004, 0.80000000000000004], - "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001], + "colorDiffuse" : [0.8, 0.8, 0.8], + "colorSpecular" : [0.165, 0.165, 0.165], "illumination" : 2, "mapDiffuse" : "male-02-1noCulling.JPG", "opticalDensity" : 1.0, @@ -83,7 +84,4 @@ var model = { "buffers": "Male02_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/male02/Male02_slim.js b/examples/obj/male02/Male02_slim.js index 2560b3dc..7837c657 100644 --- a/examples/obj/male02/Male02_slim.js +++ b/examples/obj/male02/Male02_slim.js @@ -1,18 +1,17 @@ -// Converted from: ../../examples/obj/male02/male02.obj -// vertices: 2746 -// faces: 5004 -// normals: 2769 -// colors: 0 -// uvs: 3275 -// materials: 5 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 2, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "male02.obj", + "generatedBy" : "OBJConverter", + "vertices" : 2746, + "faces" : 5004, + "normals" : 2769, + "colors" : 0, + "uvs" : 3275, + "materials" : 5 + }, "scale" : 100.000000, @@ -100,7 +99,4 @@ var model = { "faces": [42,0,1,2,0,0,1,2,0,1,2,42,0,3,1,0,0,3,1,0,3,1,42,3,0,4,0,3,0,4,3,0,4,42,10,9,7,0,5,6,7,5,6,7,42,10,11,9,0,5,8,6,5,8,6,42,10,12,11,0,5,9,8,5,9,8,42,12,10,13,0,9,5,10,9,5,10,42,13,10,14,0,10,5,11,10,5,11,42,10,7,14,0,5,7,11,5,7,11,42,7,15,14,0,7,12,11,7,12,11,42,15,7,4,0,12,7,13,12,7,4,42,4,0,15,0,4,0,14,4,0,12,42,15,0,16,0,14,0,15,12,0,13,42,0,2,16,0,0,2,15,0,2,13,42,2,17,16,0,2,16,15,2,14,13,42,2,18,17,0,2,17,16,2,15,14,42,2,19,18,0,2,18,17,2,16,15,42,1,19,2,0,1,18,2,1,16,2,42,56,55,11,0,19,20,21,17,18,8,42,56,57,55,0,19,22,20,17,19,18,42,56,58,57,0,19,23,22,17,20,19,42,56,59,58,0,19,24,23,17,21,20,42,12,59,56,0,25,24,19,9,21,17,42,12,60,59,0,25,26,24,9,22,21,42,12,13,60,0,9,10,27,9,10,22,42,61,60,13,0,28,27,10,23,22,10,42,61,62,60,0,28,29,27,23,24,22,42,61,63,62,0,28,30,29,23,25,24,42,63,61,64,0,30,28,31,25,23,26,42,64,61,65,0,31,28,32,26,23,27,42,65,61,13,0,32,28,10,27,23,10,42,65,13,66,0,32,10,33,27,10,28,42,13,14,66,0,10,11,33,10,11,28,42,66,14,67,0,33,11,34,28,11,29,42,14,15,67,0,11,12,34,11,12,29,42,67,15,16,0,35,14,15,29,12,13,42,67,16,68,0,36,37,38,29,13,30,42,69,68,16,0,39,38,37,31,30,13,42,70,68,69,0,40,38,39,32,30,31,42,70,65,68,0,41,32,42,32,27,30,42,64,65,70,0,31,32,41,26,27,32,42,64,70,71,0,31,41,43,26,32,33,42,70,69,71,0,40,39,44,32,31,33,42,72,71,69,0,45,44,39,34,33,31,42,73,71,72,0,46,43,47,35,33,34,42,73,74,71,0,46,48,43,35,36,33,42,74,73,75,0,48,46,49,36,35,37,42,73,76,75,0,46,50,49,35,38,37,42,77,76,73,0,51,50,46,39,38,35,42,76,77,78,0,50,51,52,38,39,40,42,77,79,78,0,51,53,52,39,41,40,42,79,77,80,0,53,51,54,41,39,42,42,77,72,80,0,51,47,54,39,34,42,42,77,73,72,0,51,46,47,39,35,34,42,80,72,81,0,55,45,56,42,34,43,42,72,69,81,0,45,39,56,34,31,43,42,69,82,81,0,39,57,56,31,44,43,42,69,17,82,0,39,58,57,31,14,44,42,69,16,17,0,39,37,58,31,13,14,42,17,83,82,0,58,59,57,14,45,44,42,17,84,83,0,58,60,59,14,46,45,42,17,85,84,0,58,61,60,14,47,46,42,17,86,85,0,58,62,61,14,48,47,42,18,86,17,0,17,63,16,15,48,14,42,18,87,86,0,17,64,63,15,49,48,42,88,87,18,0,65,64,17,50,49,15,42,88,89,87,0,65,66,64,50,51,49,42,90,89,88,0,67,66,65,52,51,50,42,91,89,90,0,68,66,67,53,51,52,42,92,89,91,0,69,66,68,54,51,53,42,92,93,89,0,70,71,72,54,55,51,42,94,93,92,0,73,74,75,56,55,54,42,94,95,93,0,73,76,74,56,57,55,42,59,95,94,0,24,76,73,21,57,56,42,96,95,59,0,77,76,24,58,57,21,42,96,97,95,0,77,78,76,58,59,57,42,96,98,97,0,77,79,78,58,60,59,42,96,62,98,0,77,80,79,58,24,60,42,62,96,60,0,80,77,26,24,58,22,42,60,96,59,0,26,77,24,22,58,21,42,62,99,98,0,80,81,79,24,61,60,42,62,63,99,0,29,30,82,24,25,61,42,63,100,99,0,30,83,82,25,62,61,42,100,63,74,0,83,30,48,62,25,36,42,63,64,74,0,30,31,48,25,26,36,42,74,64,71,0,48,31,43,36,26,33,42,75,100,74,0,49,83,48,37,62,36,42,100,75,101,0,83,49,84,62,37,63,42,101,75,102,0,84,49,85,63,37,64,42,75,76,102,0,49,50,85,37,38,64,42,76,103,102,0,50,86,85,38,65,64,42,76,78,103,0,50,52,86,38,40,65,42,103,78,104,0,86,52,87,65,40,66,42,104,78,105,0,87,52,88,66,40,67,42,78,106,105,0,52,89,88,40,68,67,42,78,79,106,0,52,53,89,40,41,68,42,79,107,106,0,90,91,92,41,69,68,42,107,79,108,0,91,90,93,69,41,70,42,79,109,108,0,90,94,93,41,71,70,42,109,79,80,0,95,53,54,71,41,42,42,109,80,110,0,96,55,97,71,42,72,42,80,81,110,0,55,56,97,42,43,72,42,81,111,110,0,56,98,97,43,73,72,42,81,82,111,0,56,57,98,43,44,73,42,82,112,111,0,57,99,98,44,74,73,42,82,83,112,0,57,59,99,44,45,74,42,112,83,113,0,99,59,100,74,45,75,42,83,114,113,0,59,101,100,45,76,75,42,83,115,114,0,59,102,101,45,77,76,42,83,84,115,0,59,60,102,45,46,77,42,84,116,115,0,60,103,102,46,78,77,42,85,116,84,0,61,103,60,47,78,46,42,85,117,116,0,61,104,103,47,79,78,42,87,117,85,0,105,104,61,49,79,47,42,87,118,117,0,105,106,104,49,80,79,42,87,119,118,0,105,107,106,49,81,80,42,87,120,119,0,105,108,107,49,82,81,42,89,120,87,0,72,108,105,51,82,49,42,93,120,89,0,71,108,72,55,82,51,42,93,121,120,0,71,109,108,55,83,82,42,95,121,93,0,76,110,74,57,83,55,42,95,97,121,0,76,78,110,57,59,83,42,97,122,121,0,78,111,110,59,84,83,42,123,122,97,0,112,111,78,85,84,59,42,123,124,122,0,112,113,111,85,86,84,42,123,125,124,0,112,114,113,85,87,86,42,123,126,125,0,112,115,114,85,88,87,42,98,126,123,0,79,115,112,60,88,85,42,99,126,98,0,81,115,79,61,88,60,42,99,127,126,0,81,116,115,61,89,88,42,99,100,127,0,82,83,117,61,62,89,42,100,101,127,0,83,84,117,62,63,89,42,127,101,128,0,117,84,118,89,63,90,42,101,129,128,0,84,119,118,63,91,90,42,101,102,129,0,84,85,119,63,64,91,42,102,130,129,0,85,120,119,64,92,91,42,102,131,130,0,85,121,120,64,93,92,42,103,131,102,0,86,121,85,65,93,64,42,103,132,131,0,86,122,121,65,94,93,42,103,104,132,0,86,87,122,65,66,94,42,104,133,132,0,87,123,122,66,95,94,42,104,105,133,0,87,88,123,66,67,95,42,105,134,133,0,124,125,126,67,96,95,42,106,134,105,0,92,125,124,68,96,67,42,106,135,134,0,92,127,125,68,97,96,42,106,107,135,0,92,91,127,68,69,97,42,135,107,136,0,127,91,128,97,69,98,42,136,107,137,0,128,91,129,98,69,99,42,107,108,137,0,91,93,129,69,70,99,42,137,108,138,0,129,93,130,99,70,100,42,108,139,138,0,93,131,130,70,101,100,42,108,109,139,0,93,94,131,70,71,101,42,109,140,139,0,94,132,131,71,102,101,42,109,110,140,0,96,97,133,71,72,102,42,110,141,140,0,97,134,133,72,103,102,42,110,142,141,0,97,135,134,72,104,103,42,110,111,142,0,97,98,135,72,73,104,42,111,143,142,0,98,136,135,73,105,104,42,111,112,143,0,98,99,136,73,74,105,42,143,112,144,0,136,99,137,105,74,106,42,112,113,144,0,99,100,137,74,75,106,42,144,113,145,0,137,100,138,106,75,107,42,113,146,145,0,100,139,138,75,108,107,42,113,114,146,0,100,101,139,75,76,108,42,114,147,146,0,101,140,139,76,109,108,42,114,115,147,0,101,102,140,76,77,109,42,115,148,147,0,102,141,140,77,110,109,42,115,149,148,0,102,142,141,77,111,110,42,116,149,115,0,103,142,102,78,111,77,42,116,150,149,0,103,143,142,78,112,111,42,117,150,116,0,104,143,103,79,112,78,42,118,150,117,0,106,143,104,80,112,79,42,118,151,150,0,106,144,143,80,113,112,42,118,151,152,0,145,146,147,80,113,114,42,153,151,118,0,148,144,106,115,113,80,42,153,154,151,0,148,149,144,115,116,113,42,155,154,153,0,150,149,148,117,116,115,42,155,156,154,0,150,151,149,117,118,116,42,157,156,155,0,152,151,150,119,118,117,42,157,158,156,0,152,153,151,119,120,118,42,159,158,157,0,154,153,152,121,120,119,42,159,160,158,0,154,155,153,121,122,120,42,161,160,159,0,156,155,154,123,122,121,42,161,162,160,0,156,157,155,123,124,122,42,161,163,162,0,156,158,157,123,125,124,42,161,164,163,0,156,159,158,123,126,125,42,165,164,161,0,160,159,156,127,126,123,42,165,166,164,0,160,161,159,127,128,126,42,167,166,165,0,162,161,160,129,128,127,42,167,168,166,0,162,163,161,129,130,128,42,169,168,167,0,164,163,162,131,130,129,42,169,170,168,0,164,165,163,131,132,130,42,171,170,169,0,166,165,164,133,132,131,42,128,170,171,0,167,165,166,90,132,133,42,128,172,170,0,167,168,165,90,134,132,42,128,129,172,0,118,119,169,90,91,134,42,129,173,172,0,119,170,169,91,135,134,42,129,130,173,0,119,120,170,91,92,135,42,130,174,173,0,120,171,170,92,136,135,42,130,175,174,0,120,172,171,92,137,136,42,130,131,175,0,120,121,172,92,93,137,42,131,176,175,0,121,173,172,93,138,137,42,131,132,176,0,121,122,173,93,94,138,42,132,177,176,0,122,174,173,94,139,138,42,132,133,177,0,122,123,174,94,95,139,42,133,178,177,0,123,175,174,95,140,139,42,133,179,178,0,126,176,177,95,141,140,42,134,179,133,0,125,176,126,96,141,95,42,180,179,134,0,178,176,125,142,141,96,42,179,180,181,0,176,178,179,141,142,143,42,180,182,181,0,178,180,179,142,144,143,42,180,183,182,0,178,181,180,142,145,144,42,184,183,180,0,182,181,178,146,145,142,42,183,184,185,0,181,182,183,145,146,147,42,184,136,185,0,182,128,183,146,98,147,42,184,135,136,0,182,127,128,146,97,98,42,135,184,134,0,127,182,125,97,146,96,42,134,184,180,0,125,182,178,96,146,142,42,185,136,186,0,183,128,184,147,98,148,42,136,137,186,0,128,129,184,98,99,148,42,186,137,187,0,184,129,185,148,99,149,42,137,138,187,0,129,130,185,99,100,149,42,138,188,187,0,130,186,185,100,150,149,42,138,189,188,0,130,187,186,100,151,150,42,139,189,138,0,131,187,130,101,151,100,42,139,190,189,0,131,188,187,101,152,151,42,140,190,139,0,132,188,131,102,152,101,42,140,141,190,0,132,189,188,102,103,152,42,141,191,190,0,189,190,188,103,153,152,42,191,141,192,0,190,189,191,153,103,154,42,142,192,141,0,135,192,134,104,154,103,42,142,143,192,0,135,136,192,104,105,154,42,143,193,192,0,136,193,192,105,155,154,42,143,144,193,0,136,137,193,105,106,155,42,193,144,194,0,193,137,194,155,106,156,42,144,145,194,0,137,138,194,106,107,156,42,194,145,195,0,194,138,195,156,107,157,42,145,196,195,0,138,196,195,107,158,157,42,145,146,196,0,138,139,196,107,108,158,42,146,197,196,0,139,197,196,108,159,158,42,146,147,197,0,139,140,197,108,109,159,42,147,198,197,0,140,198,197,109,160,159,42,147,148,198,0,140,141,198,109,110,160,42,148,199,198,0,141,199,198,110,161,160,42,148,149,199,0,141,142,199,110,111,161,42,149,200,199,0,142,200,199,111,162,161,42,149,201,200,0,142,201,200,111,163,162,42,149,202,201,0,142,202,201,111,164,163,42,150,202,149,0,143,202,142,112,164,111,42,150,203,202,0,143,203,202,112,165,164,42,151,203,150,0,144,203,143,113,165,112,42,154,203,151,0,149,203,144,116,165,113,42,154,204,203,0,149,204,203,116,166,165,42,156,204,154,0,151,204,149,118,166,116,42,156,205,204,0,151,205,204,118,167,166,42,156,158,205,0,151,153,205,118,120,167,42,158,206,205,0,153,206,205,120,168,167,42,160,206,158,0,155,206,153,122,168,120,42,160,207,206,0,155,207,206,122,169,168,42,162,207,160,0,157,207,155,124,169,122,42,162,208,207,0,157,208,207,124,170,169,42,162,209,208,0,157,209,208,124,171,170,42,163,209,162,0,158,209,157,125,171,124,42,163,210,209,0,158,210,209,125,172,171,42,211,210,163,0,211,210,158,173,172,125,42,211,212,210,0,211,212,210,173,174,172,42,213,212,211,0,213,212,211,175,174,173,42,214,212,213,0,214,212,213,176,174,175,42,214,215,212,0,214,215,212,176,177,174,42,216,215,214,0,216,215,214,178,177,176,42,216,217,215,0,216,217,215,178,179,177,42,216,218,217,0,218,219,220,178,180,179,42,219,218,216,0,221,219,218,181,180,178,42,219,220,218,0,221,222,219,181,182,180,42,221,220,219,0,223,222,221,183,182,181,42,220,221,222,0,222,223,224,182,183,184,42,221,223,222,0,223,225,224,183,185,184,42,221,224,223,0,223,226,225,183,186,185,42,224,221,225,0,226,223,227,186,183,187,42,225,221,219,0,227,223,221,187,183,181,42,225,219,226,0,227,221,228,187,181,188,42,226,219,216,0,228,221,218,188,181,178,42,226,216,214,0,229,216,214,188,178,176,42,226,214,227,0,229,214,230,188,176,189,42,227,214,213,0,230,214,213,189,176,175,42,228,227,213,0,231,230,213,190,189,175,42,229,227,228,0,232,230,231,191,189,190,42,229,226,227,0,232,229,230,191,188,189,42,229,230,226,0,232,233,229,191,192,188,42,231,230,229,0,234,233,232,193,192,191,42,231,232,230,0,235,236,237,193,194,192,42,173,232,231,0,170,236,235,135,194,193,42,173,174,232,0,170,171,236,135,136,194,42,174,224,232,0,171,226,236,136,186,194,42,174,175,224,0,171,172,226,136,137,186,42,224,175,223,0,226,172,225,186,137,185,42,175,233,223,0,172,238,225,137,195,185,42,175,176,233,0,172,173,238,137,138,195,42,176,234,233,0,173,239,238,138,196,195,42,176,177,234,0,173,174,239,138,139,196,42,177,235,234,0,174,240,239,139,197,196,42,177,178,235,0,174,175,240,139,140,197,42,178,193,235,0,175,193,240,140,155,197,42,178,236,193,0,241,242,243,140,198,155,42,237,236,178,0,244,242,241,199,198,140,42,238,236,237,0,245,242,244,200,198,199,42,236,238,239,0,242,245,246,198,200,201,42,240,239,238,0,247,246,245,202,201,200,42,240,241,239,0,247,248,246,202,203,201,42,242,241,240,0,249,248,247,204,203,202,42,242,243,241,0,249,250,248,204,205,203,42,244,243,242,0,251,250,249,206,205,204,42,244,245,243,0,251,252,250,206,207,205,42,246,245,244,0,253,252,251,208,207,206,42,246,247,245,0,253,254,252,208,209,207,42,246,248,247,0,253,255,254,208,210,209,42,249,248,246,0,256,257,258,211,210,208,42,250,248,249,0,259,257,256,212,210,211,42,250,251,248,0,259,260,257,212,213,210,42,250,252,251,0,259,261,260,212,214,213,42,250,253,252,0,259,262,261,212,215,214,42,249,253,250,0,256,262,259,211,215,212,42,254,253,249,0,263,262,256,216,215,211,42,254,255,253,0,263,264,262,216,217,215,42,256,255,254,0,265,264,263,218,217,216,42,256,257,255,0,265,266,264,218,219,217,42,256,258,257,0,265,267,266,218,220,219,42,259,258,256,0,268,267,265,221,220,218,42,259,260,258,0,268,269,267,221,222,220,42,259,261,260,0,268,270,269,221,223,222,42,261,259,262,0,270,268,271,223,221,224,42,262,259,263,0,271,268,272,224,221,225,42,259,256,263,0,268,265,272,221,218,225,42,263,256,254,0,272,265,263,225,218,216,42,263,254,264,0,272,263,273,225,216,226,42,264,254,249,0,273,263,256,226,216,211,42,249,246,264,0,256,258,273,211,208,226,42,264,246,244,0,273,258,274,226,208,206,42,264,244,265,0,273,274,275,226,206,227,42,265,244,242,0,275,274,276,227,206,204,42,265,242,266,0,275,276,277,227,204,228,42,266,242,240,0,277,276,278,228,204,202,42,266,240,267,0,277,278,279,228,202,229,42,267,240,238,0,279,278,280,229,202,200,42,267,238,181,0,279,280,179,229,200,143,42,181,238,237,0,179,280,281,143,200,199,42,179,181,237,0,176,179,281,141,143,199,42,179,237,178,0,176,281,177,141,199,140,42,181,182,267,0,179,180,279,143,144,229,42,182,268,267,0,180,282,279,144,230,229,42,182,269,268,0,180,283,282,144,231,230,42,183,269,182,0,181,283,180,145,231,144,42,269,183,270,0,283,181,284,231,145,232,42,183,185,270,0,181,183,284,145,147,232,42,270,185,271,0,284,183,285,232,147,233,42,185,186,271,0,183,184,285,147,148,233,42,271,186,272,0,285,184,286,233,148,234,42,186,187,272,0,184,185,286,148,149,234,42,187,273,272,0,185,287,286,149,235,234,42,187,188,273,0,185,186,287,149,150,235,42,188,274,273,0,186,288,287,150,236,235,42,188,275,274,0,186,289,288,150,237,236,42,189,275,188,0,187,289,186,151,237,150,42,189,276,275,0,187,290,289,151,238,237,42,190,276,189,0,188,290,187,152,238,151,42,190,191,276,0,188,190,290,152,153,238,42,191,236,276,0,190,242,290,153,198,238,42,236,191,192,0,242,190,191,198,153,154,42,236,192,193,0,242,191,243,198,154,155,42,276,236,239,0,290,242,246,238,198,201,42,276,239,241,0,290,246,248,238,201,203,42,241,275,276,0,248,289,290,203,237,238,42,243,275,241,0,250,289,248,205,237,203,42,243,274,275,0,250,288,289,205,236,237,42,245,274,243,0,252,288,250,207,236,205,42,245,277,274,0,252,291,288,207,239,236,42,247,277,245,0,254,291,252,209,239,207,42,247,278,277,0,254,292,291,209,240,239,42,279,278,247,0,293,292,254,241,240,209,42,279,280,278,0,293,294,292,241,242,240,42,279,281,280,0,293,295,294,241,243,242,42,248,281,279,0,255,295,293,210,243,241,42,248,282,281,0,255,296,295,210,244,243,42,248,283,282,0,257,297,298,210,245,244,42,251,283,248,0,260,297,257,213,245,210,42,251,284,283,0,260,299,297,213,246,245,42,251,252,284,0,260,261,299,213,214,246,42,252,285,284,0,261,300,299,214,247,246,42,286,285,252,0,301,300,261,248,247,214,42,286,287,285,0,301,302,300,248,249,247,42,286,288,287,0,301,303,302,248,250,249,42,255,288,286,0,264,303,301,217,250,248,42,255,257,288,0,264,266,303,217,219,250,42,257,289,288,0,266,304,303,219,251,250,42,258,289,257,0,267,304,266,220,251,219,42,260,289,258,0,269,304,267,222,251,220,42,260,290,289,0,269,305,304,222,252,251,42,260,291,290,0,269,306,305,222,253,252,42,261,291,260,0,270,306,269,223,253,222,42,261,269,291,0,270,283,306,223,231,253,42,269,261,268,0,283,270,282,231,223,230,42,268,261,262,0,282,270,271,230,223,224,42,268,262,266,0,282,271,277,230,224,228,42,266,262,265,0,277,271,275,228,224,227,42,262,263,265,0,271,272,275,224,225,227,42,265,263,264,0,275,272,273,227,225,226,42,267,268,266,0,279,282,277,229,230,228,42,269,270,291,0,283,284,306,231,232,253,42,291,270,292,0,306,284,307,253,232,254,42,270,271,292,0,284,285,307,232,233,254,42,292,271,293,0,307,285,308,254,233,255,42,271,272,293,0,285,286,308,233,234,255,42,272,294,293,0,286,309,308,234,256,255,42,272,273,294,0,286,287,309,234,235,256,42,273,277,294,0,287,291,309,235,239,256,42,273,274,277,0,287,288,291,235,236,239,42,294,277,278,0,309,291,292,256,239,240,42,294,278,295,0,309,292,310,256,240,257,42,295,278,280,0,310,292,294,257,240,242,42,295,280,296,0,310,294,311,257,242,258,42,296,280,297,0,311,294,312,258,242,259,42,281,297,280,0,295,312,294,243,259,242,42,281,298,297,0,295,313,312,243,260,259,42,299,298,281,0,314,313,295,261,260,243,42,299,300,298,0,314,315,313,261,262,260,42,299,301,300,0,316,317,318,261,263,262,42,302,301,299,0,319,317,316,264,263,261,42,302,303,301,0,319,320,317,264,265,263,42,302,304,303,0,319,321,320,264,266,265,42,283,304,302,0,297,321,319,245,266,264,42,283,284,304,0,297,299,321,245,246,266,42,284,305,304,0,299,322,321,246,267,266,42,285,305,284,0,300,322,299,247,267,246,42,285,306,305,0,300,323,322,247,268,267,42,285,287,306,0,300,302,323,247,249,268,42,287,307,306,0,302,324,323,249,269,268,42,287,308,307,0,302,325,324,249,270,269,42,288,308,287,0,303,325,302,250,270,249,42,288,289,308,0,303,304,325,250,251,270,42,289,309,308,0,304,326,325,251,271,270,42,310,309,289,0,327,326,304,272,271,251,42,310,311,309,0,327,328,326,272,273,271,42,296,311,310,0,311,328,327,258,273,272,42,296,297,311,0,311,312,328,258,259,273,42,311,297,312,0,328,312,329,273,259,274,42,298,312,297,0,313,329,312,260,274,259,42,298,313,312,0,313,330,329,260,275,274,42,300,313,298,0,315,330,313,262,275,260,42,300,314,313,0,315,331,330,262,276,275,42,315,314,300,0,332,333,318,277,276,262,42,315,316,314,0,332,334,333,277,278,276,42,315,317,316,0,332,335,334,277,279,278,42,315,318,317,0,332,336,335,277,280,279,42,301,318,315,0,317,336,332,263,280,277,42,301,303,318,0,317,320,336,263,265,280,42,303,319,318,0,320,337,336,265,281,280,42,320,319,303,0,338,337,320,282,281,265,42,320,321,319,0,338,339,337,282,283,281,42,320,322,321,0,338,340,339,282,284,283,42,305,322,320,0,322,340,338,267,284,282,42,305,306,322,0,322,323,340,267,268,284,42,306,323,322,0,323,341,340,268,285,284,42,306,307,323,0,323,324,341,268,269,285,42,307,324,323,0,324,342,341,269,286,285,42,325,324,307,0,343,342,324,287,286,269,42,325,326,324,0,343,344,342,287,288,286,42,327,326,325,0,345,344,343,289,288,287,42,327,328,326,0,345,346,344,289,290,288,42,327,312,328,0,345,329,346,289,274,290,42,311,312,327,0,328,329,345,273,274,289,42,311,327,309,0,328,345,326,273,289,271,42,309,327,325,0,326,345,343,271,289,287,42,309,325,308,0,326,343,325,271,287,270,42,308,325,307,0,325,343,324,270,287,269,42,313,328,312,0,330,346,329,275,290,274,42,313,329,328,0,330,347,346,275,291,290,42,314,329,313,0,331,347,330,276,291,275,42,314,330,329,0,331,348,347,276,292,291,42,314,316,330,0,333,334,349,276,278,292,42,331,330,316,0,350,349,334,293,292,278,42,331,332,330,0,350,351,349,293,294,292,42,332,331,333,0,351,350,352,294,293,295,42,331,334,333,0,350,353,352,293,296,295,42,331,335,334,0,350,354,353,293,297,296,42,331,316,335,0,350,334,354,293,278,297,42,335,316,317,0,354,334,335,297,278,279,42,336,335,317,0,355,354,335,298,297,279,42,336,337,335,0,355,356,354,298,299,297,42,336,338,337,0,355,357,356,298,300,299,42,336,339,338,0,355,358,357,298,301,300,42,340,339,336,0,359,358,355,302,301,298,42,340,341,339,0,359,360,358,302,303,301,42,319,341,340,0,337,360,359,281,303,302,42,319,321,341,0,337,339,360,281,283,303,42,321,342,341,0,339,361,360,283,304,303,42,321,343,342,0,339,362,361,283,305,304,42,322,343,321,0,340,362,339,284,305,283,42,322,323,343,0,340,341,362,284,285,305,42,323,344,343,0,341,363,362,285,306,305,42,324,344,323,0,342,363,341,286,306,285,42,324,345,344,0,342,364,363,286,307,306,42,326,345,324,0,344,364,342,288,307,286,42,326,346,345,0,344,365,364,288,308,307,42,326,328,346,0,344,346,365,288,290,308,42,329,346,328,0,347,365,346,291,308,290,42,329,347,346,0,347,366,365,291,309,308,42,330,347,329,0,348,366,347,292,309,291,42,332,347,330,0,367,366,348,294,309,292,42,332,348,347,0,367,368,366,294,310,309,42,332,349,348,0,367,369,368,294,311,310,42,332,333,349,0,351,352,370,294,295,311,42,350,349,333,0,371,372,373,312,311,295,42,350,351,349,0,371,374,372,312,313,311,42,350,352,351,0,371,375,374,312,314,313,42,350,353,352,0,371,376,375,312,315,314,42,354,353,350,0,377,376,371,316,315,312,42,355,353,354,0,378,379,380,317,315,316,42,356,353,355,0,381,379,378,318,315,317,42,356,352,353,0,381,382,379,318,314,315,42,356,357,352,0,381,383,382,318,319,314,42,356,358,357,0,381,384,383,318,320,319,42,359,358,356,0,385,384,381,321,320,318,42,344,358,359,0,363,384,385,306,320,321,42,345,358,344,0,364,384,363,307,320,306,42,345,360,358,0,364,386,384,307,322,320,42,345,346,360,0,364,365,386,307,308,322,42,347,360,346,0,366,386,365,309,322,308,42,348,360,347,0,368,386,366,310,322,309,42,357,360,348,0,383,386,368,319,322,310,42,358,360,357,0,384,386,383,320,322,319,42,348,351,357,0,368,387,383,310,313,319,42,349,351,348,0,369,387,368,311,313,310,42,351,352,357,0,387,382,383,313,314,319,42,344,359,343,0,363,385,362,306,321,305,42,343,359,342,0,362,385,361,305,321,304,42,342,359,355,0,361,385,378,304,321,317,42,355,359,356,0,378,385,381,317,321,318,42,342,355,361,0,361,378,388,304,317,323,42,355,354,361,0,378,380,388,317,316,323,42,361,354,362,0,388,380,389,323,316,324,42,362,354,350,0,390,377,371,324,316,312,42,338,362,350,0,391,390,371,300,324,312,42,339,362,338,0,358,389,357,301,324,300,42,339,361,362,0,358,388,389,301,323,324,42,339,341,361,0,358,360,388,301,303,323,42,341,342,361,0,360,361,388,303,304,323,42,338,350,337,0,391,371,392,300,312,299,42,337,350,334,0,392,371,393,299,312,296,42,334,350,333,0,393,371,373,296,312,295,42,335,337,334,0,354,356,353,297,299,296,42,319,340,318,0,337,359,336,281,302,280,42,318,340,317,0,336,359,335,280,302,279,42,336,317,340,0,355,335,359,298,279,302,42,305,320,304,0,322,338,321,267,282,266,42,304,320,303,0,321,338,320,266,282,265,42,300,301,315,0,318,317,332,262,263,277,42,363,296,310,0,394,311,327,325,258,272,42,363,295,296,0,394,310,311,325,257,258,42,293,295,363,0,308,310,394,255,257,325,42,293,294,295,0,308,309,310,255,256,257,42,292,293,363,0,307,308,394,254,255,325,42,290,292,363,0,305,307,394,252,254,325,42,291,292,290,0,306,307,305,253,254,252,42,290,363,310,0,305,394,327,252,325,272,42,290,310,289,0,305,327,304,252,272,251,42,283,302,282,0,297,319,298,245,264,244,42,302,299,282,0,319,316,298,264,261,244,42,282,299,281,0,296,314,295,244,261,243,42,255,286,253,0,264,301,262,217,248,215,42,253,286,252,0,262,301,261,215,248,214,42,248,279,247,0,255,293,254,210,241,209,42,235,193,194,0,240,193,194,197,155,156,42,235,194,364,0,240,194,395,197,156,326,42,364,194,195,0,395,194,195,326,156,157,42,364,195,365,0,395,195,396,326,157,327,42,195,196,365,0,195,196,396,157,158,327,42,196,366,365,0,196,397,396,158,328,327,42,196,197,366,0,196,197,397,158,159,328,42,197,367,366,0,197,398,397,159,329,328,42,197,198,367,0,197,198,398,159,160,329,42,198,368,367,0,198,399,398,160,330,329,42,198,369,368,0,198,400,399,160,331,330,42,198,199,369,0,198,199,400,160,161,331,42,199,370,369,0,199,401,400,161,332,331,42,199,200,370,0,199,200,401,161,162,332,42,201,370,200,0,201,401,200,163,332,162,42,201,371,370,0,201,402,401,163,333,332,42,372,371,201,0,403,402,201,334,333,163,42,372,373,371,0,403,404,402,334,335,333,42,372,373,374,0,405,406,407,334,335,336,42,372,375,373,0,403,408,404,334,337,335,42,204,375,372,0,204,408,403,166,337,334,42,204,205,375,0,204,205,408,166,167,337,42,205,376,375,0,205,409,408,167,338,337,42,205,206,376,0,205,206,409,167,168,338,42,206,377,376,0,206,410,409,168,339,338,42,206,378,377,0,206,411,410,168,340,339,42,207,378,206,0,207,411,206,169,340,168,42,207,379,378,0,207,412,411,169,341,340,42,208,379,207,0,208,412,207,170,341,169,42,208,380,379,0,208,413,412,170,342,341,42,381,380,208,0,414,413,208,343,342,170,42,381,382,380,0,414,415,413,343,344,342,42,383,382,381,0,416,415,414,345,344,343,42,383,384,382,0,416,417,415,345,346,344,42,383,385,384,0,416,418,417,347,347,347,42,386,385,383,0,419,418,416,348,349,345,42,386,387,385,0,419,420,418,348,350,349,42,386,388,387,0,419,421,420,348,351,350,42,389,388,386,0,422,421,419,352,351,348,42,389,390,388,0,422,423,421,352,353,351,42,217,390,389,0,217,423,422,179,353,352,42,217,391,390,0,220,424,425,179,354,353,42,217,218,391,0,220,219,424,179,180,354,42,218,392,391,0,219,426,424,180,355,354,42,218,220,392,0,219,222,426,180,182,355,42,392,220,393,0,426,222,427,355,182,356,42,220,222,393,0,222,224,427,182,184,356,42,393,222,394,0,427,224,428,356,184,357,42,222,233,394,0,224,238,428,184,195,357,42,223,233,222,0,225,238,224,185,195,184,42,233,234,394,0,238,239,428,195,196,357,42,394,234,395,0,428,239,429,357,196,358,42,234,396,395,0,239,430,429,196,359,358,42,234,364,396,0,239,395,430,196,326,359,42,234,235,364,0,239,240,395,196,197,326,42,364,365,396,0,395,396,430,326,327,359,42,396,365,397,0,430,396,431,359,327,360,42,365,366,397,0,396,397,431,327,328,360,42,366,398,397,0,397,432,431,328,361,360,42,366,367,398,0,397,398,432,328,329,361,42,367,399,398,0,398,433,432,329,362,361,42,367,368,399,0,398,399,433,329,330,362,42,368,400,399,0,399,434,433,330,363,362,42,368,401,400,0,399,435,434,330,364,363,42,368,369,401,0,399,400,435,330,331,364,42,369,402,401,0,400,436,435,331,365,364,42,369,370,402,0,400,401,436,331,332,365,42,370,371,402,0,401,402,436,332,333,365,42,371,403,402,0,402,437,436,333,366,365,42,371,373,403,0,402,404,437,333,335,366,42,373,404,403,0,404,438,437,335,367,366,42,373,404,405,0,406,439,440,335,367,368,42,373,406,404,0,404,441,438,335,369,367,42,375,406,373,0,408,441,404,337,369,335,42,375,376,406,0,408,409,441,337,338,369,42,376,377,406,0,409,410,441,338,339,369,42,377,407,406,0,410,442,441,339,370,369,42,377,408,407,0,410,443,442,339,371,370,42,378,408,377,0,411,443,410,340,371,339,42,378,409,408,0,411,444,443,340,372,371,42,379,409,378,0,412,444,411,341,372,340,42,379,410,409,0,412,445,444,341,373,372,42,380,410,379,0,413,445,412,342,373,341,42,380,411,410,0,413,446,445,342,374,373,42,382,411,380,0,415,446,413,344,374,342,42,382,412,411,0,415,447,446,344,375,374,42,384,412,382,0,417,447,415,346,375,344,42,384,413,412,0,417,448,447,346,376,375,42,414,413,384,0,449,448,417,377,376,346,42,414,415,413,0,449,450,448,377,378,376,42,414,416,415,0,449,451,450,377,379,378,42,417,416,414,0,452,451,449,380,379,377,42,417,418,416,0,452,453,451,380,381,379,42,419,418,417,0,454,453,452,382,381,380,42,420,418,419,0,455,453,454,383,381,382,42,418,420,421,0,453,455,456,381,383,384,42,420,422,421,0,455,457,456,383,385,384,42,420,423,422,0,455,458,457,383,386,385,42,424,423,420,0,459,458,455,387,386,383,42,424,425,423,0,459,460,458,387,388,386,42,426,425,424,0,461,460,459,389,388,387,42,426,427,425,0,462,463,464,389,390,388,42,426,428,427,0,462,465,463,389,391,390,42,429,428,426,0,466,465,462,392,391,389,42,429,430,428,0,466,467,465,392,393,391,42,390,430,429,0,425,467,466,353,393,392,42,390,391,430,0,425,424,467,353,354,393,42,391,431,430,0,424,468,467,354,394,393,42,391,392,431,0,424,426,468,354,355,394,42,431,392,432,0,468,426,469,394,355,395,42,392,393,432,0,426,427,469,355,356,395,42,432,393,433,0,469,427,470,395,356,396,42,393,394,433,0,427,428,470,356,357,396,42,433,394,395,0,470,428,429,396,357,358,42,433,395,434,0,470,429,471,396,358,397,42,434,395,435,0,471,429,472,397,358,398,42,395,396,435,0,429,430,472,358,359,398,42,435,396,397,0,472,430,431,398,359,360,42,435,397,436,0,472,431,473,398,360,399,42,398,436,397,0,432,473,431,361,399,360,42,398,437,436,0,432,474,473,361,400,399,42,399,437,398,0,433,474,432,362,400,361,42,399,438,437,0,433,475,474,362,401,400,42,400,438,399,0,434,475,433,363,401,362,42,400,439,438,0,434,476,475,363,402,401,42,400,440,439,0,434,477,476,363,403,402,42,401,440,400,0,435,477,434,364,403,363,42,401,441,440,0,435,478,477,364,404,403,42,402,441,401,0,436,478,435,365,404,364,42,403,441,402,0,437,478,436,366,404,365,42,403,442,441,0,437,479,478,366,405,404,42,404,442,403,0,438,479,437,367,405,366,42,404,443,442,0,438,480,479,367,406,405,42,407,443,404,0,442,480,438,370,406,367,42,407,444,443,0,442,481,480,370,407,406,42,408,444,407,0,443,481,442,371,407,370,42,408,445,444,0,443,482,481,371,408,407,42,409,445,408,0,444,482,443,372,408,371,42,409,446,445,0,444,483,482,372,409,408,42,410,446,409,0,445,483,444,373,409,372,42,410,447,446,0,445,484,483,373,410,409,42,411,447,410,0,446,484,445,374,410,373,42,412,447,411,0,447,484,446,375,410,374,42,412,448,447,0,447,485,484,375,411,410,42,413,448,412,0,448,485,447,376,411,375,42,413,449,448,0,448,486,485,376,412,411,42,415,449,413,0,450,486,448,378,412,376,42,415,450,449,0,450,487,486,378,413,412,42,451,450,415,0,488,487,450,414,413,378,42,451,452,450,0,488,489,487,414,415,413,42,453,452,451,0,490,489,488,416,415,414,42,454,452,453,0,491,489,490,417,415,416,42,454,455,452,0,491,492,489,417,418,415,42,455,456,452,0,492,493,489,418,419,415,42,452,456,457,0,489,493,494,415,419,420,42,456,458,457,0,493,495,494,419,421,420,42,457,458,459,0,494,495,496,420,421,422,42,458,460,459,0,495,497,496,421,423,422,42,459,460,461,0,496,497,498,422,423,424,42,460,462,461,0,497,499,498,423,425,424,42,461,462,463,0,498,499,500,424,425,426,42,463,462,464,0,500,499,501,426,425,427,42,464,462,465,0,501,499,502,427,425,428,42,464,465,466,0,501,502,503,427,428,429,42,466,465,467,0,503,502,504,429,428,430,42,466,467,468,0,503,504,505,429,430,431,42,469,466,468,0,506,503,505,432,429,431,42,470,466,469,0,507,503,506,433,429,432,42,470,464,466,0,507,501,503,433,427,429,42,471,464,470,0,508,501,507,434,427,433,42,471,463,464,0,508,500,501,434,426,427,42,472,463,471,0,509,500,508,435,426,434,42,461,463,472,0,498,500,509,424,426,435,42,461,472,473,0,498,509,510,424,435,436,42,473,472,474,0,510,509,511,436,435,437,42,474,472,471,0,511,509,508,437,435,434,42,474,471,475,0,511,508,512,437,434,438,42,475,471,470,0,512,508,507,438,434,433,42,475,470,476,0,512,507,513,438,433,439,42,476,470,477,0,513,507,514,439,433,440,42,477,470,478,0,514,507,515,440,433,441,42,478,470,469,0,515,507,506,441,433,432,42,478,469,479,0,515,506,516,441,432,442,42,479,469,480,0,516,506,517,442,432,443,42,469,468,480,0,506,505,517,432,431,443,42,481,479,480,0,518,516,517,444,442,443,42,481,482,479,0,518,519,516,444,445,442,42,481,483,482,0,518,520,519,444,446,445,42,484,483,481,0,521,520,518,447,446,444,42,484,485,483,0,521,522,520,447,448,446,42,486,485,484,0,523,522,521,449,448,447,42,486,487,485,0,523,524,522,449,450,448,42,488,487,486,0,525,524,523,451,450,449,42,488,489,487,0,525,526,524,451,452,450,42,490,489,488,0,527,526,525,453,452,451,42,490,491,489,0,527,528,526,453,454,452,42,492,491,490,0,529,528,527,455,454,453,42,492,493,491,0,529,530,528,455,456,454,42,494,493,492,0,531,530,529,457,456,455,42,494,495,493,0,531,532,530,457,458,456,42,431,495,494,0,468,532,531,394,458,457,42,431,432,495,0,468,469,532,394,395,458,42,495,432,496,0,532,469,533,458,395,459,42,432,433,496,0,469,470,533,395,396,459,42,496,433,434,0,533,470,471,459,396,397,42,496,434,497,0,533,471,534,459,397,460,42,497,434,498,0,534,471,535,460,397,461,42,434,435,498,0,471,472,535,397,398,461,42,498,435,436,0,535,472,473,461,398,399,42,498,436,499,0,535,473,536,461,399,462,42,437,499,436,0,474,536,473,400,462,399,42,437,500,499,0,474,537,536,400,463,462,42,438,500,437,0,475,537,474,401,463,400,42,438,501,500,0,475,538,537,401,464,463,42,439,501,438,0,476,538,475,402,464,401,42,439,502,501,0,476,539,538,402,465,464,42,439,503,502,0,476,540,539,402,466,465,42,440,503,439,0,477,540,476,403,466,402,42,440,504,503,0,477,541,540,403,467,466,42,441,504,440,0,478,541,477,404,467,403,42,442,504,441,0,479,541,478,405,467,404,42,442,505,504,0,479,542,541,405,468,467,42,443,505,442,0,480,542,479,406,468,405,42,443,506,505,0,480,543,542,406,469,468,42,444,506,443,0,481,543,480,407,469,406,42,444,507,506,0,481,544,543,407,470,469,42,444,445,507,0,481,482,544,407,408,470,42,445,508,507,0,482,545,544,408,471,470,42,445,509,508,0,482,546,545,408,472,471,42,446,509,445,0,483,546,482,409,472,408,42,447,509,446,0,484,546,483,410,472,409,42,448,509,447,0,485,546,484,411,472,410,42,448,510,509,0,485,547,546,411,473,472,42,449,510,448,0,486,547,485,412,473,411,42,449,511,510,0,486,548,547,412,474,473,42,450,511,449,0,487,548,486,413,474,412,42,450,457,511,0,487,494,548,413,420,474,42,452,457,450,0,489,494,487,415,420,413,42,457,512,511,0,494,549,548,420,475,474,42,457,459,512,0,494,496,549,420,422,475,42,459,473,512,0,496,510,549,422,436,475,42,459,461,473,0,496,498,510,422,424,436,42,512,473,513,0,549,510,550,475,436,476,42,473,474,513,0,510,511,550,436,437,476,42,513,474,514,0,550,511,551,476,437,477,42,514,474,475,0,551,511,512,477,437,438,42,514,475,515,0,551,512,552,477,438,478,42,515,475,476,0,552,512,513,478,438,439,42,515,476,516,0,552,513,553,478,439,479,42,516,476,517,0,553,513,554,479,439,480,42,517,476,477,0,554,513,514,480,439,440,42,518,517,477,0,555,554,514,481,480,440,42,519,517,518,0,556,554,555,482,480,481,42,519,520,517,0,556,557,554,482,483,480,42,502,520,519,0,539,557,556,465,483,482,42,503,520,502,0,540,557,539,466,483,465,42,503,521,520,0,540,558,557,466,484,483,42,504,521,503,0,541,558,540,467,484,466,42,505,521,504,0,542,558,541,468,484,467,42,505,522,521,0,542,559,558,468,485,484,42,506,522,505,0,543,559,542,469,485,468,42,506,523,522,0,543,560,559,469,486,485,42,506,507,523,0,543,544,560,469,470,486,42,507,524,523,0,544,561,560,470,487,486,42,507,508,524,0,544,545,561,470,471,487,42,508,525,524,0,545,562,561,471,488,487,42,510,525,508,0,547,562,545,473,488,471,42,511,525,510,0,548,562,547,474,488,473,42,511,512,525,0,548,549,562,474,475,488,42,512,513,525,0,549,550,562,475,476,488,42,525,513,524,0,562,550,561,488,476,487,42,524,513,514,0,561,550,551,487,476,477,42,523,524,514,0,560,561,551,486,487,477,42,523,514,515,0,560,551,552,486,477,478,42,523,515,522,0,560,552,559,486,478,485,42,522,515,516,0,559,552,553,485,478,479,42,522,516,521,0,559,553,558,485,479,484,42,521,516,520,0,558,553,557,484,479,483,42,520,516,517,0,557,553,554,483,479,480,42,510,508,509,0,547,545,546,473,471,472,42,502,519,526,0,539,556,563,465,482,489,42,526,519,527,0,563,556,564,489,482,490,42,519,518,527,0,556,555,564,482,481,490,42,527,518,528,0,564,555,565,490,481,491,42,518,529,528,0,555,566,565,481,492,491,42,518,477,529,0,555,514,566,481,440,492,42,529,477,478,0,566,514,515,492,440,441,42,529,478,482,0,566,515,519,492,441,445,42,482,478,479,0,519,515,516,445,441,442,42,529,482,483,0,566,519,520,492,445,446,42,528,529,483,0,565,566,520,491,492,446,42,528,483,485,0,565,520,522,491,446,448,42,530,528,485,0,567,565,522,493,491,448,42,527,528,530,0,564,565,567,490,491,493,42,531,527,530,0,568,564,567,494,490,493,42,526,527,531,0,563,564,568,489,490,494,42,532,526,531,0,569,563,568,495,489,494,42,501,526,532,0,538,563,569,464,489,495,42,502,526,501,0,539,563,538,465,489,464,42,501,532,500,0,538,569,537,464,495,463,42,500,532,533,0,537,569,570,463,495,496,42,533,532,534,0,570,569,571,496,495,497,42,532,531,534,0,569,568,571,495,494,497,42,534,531,535,0,571,568,572,497,494,498,42,535,531,530,0,572,568,567,498,494,493,42,487,535,530,0,524,572,567,450,498,493,42,489,535,487,0,526,572,524,452,498,450,42,489,536,535,0,526,573,572,452,499,498,42,491,536,489,0,528,573,526,454,499,452,42,491,537,536,0,528,574,573,454,500,499,42,493,537,491,0,530,574,528,456,500,454,42,493,538,537,0,530,575,574,456,501,500,42,495,538,493,0,532,575,530,458,501,456,42,495,496,538,0,532,533,575,458,459,501,42,538,496,497,0,575,533,534,501,459,460,42,538,497,539,0,575,534,576,501,460,502,42,539,497,540,0,576,534,577,502,460,503,42,497,498,540,0,534,535,577,460,461,503,42,540,498,499,0,577,535,536,503,461,462,42,540,499,533,0,577,536,570,503,462,496,42,500,533,499,0,537,570,536,463,496,462,42,541,540,533,0,578,577,570,504,503,496,42,539,540,541,0,576,577,578,502,503,504,42,537,539,541,0,574,576,578,500,502,504,42,538,539,537,0,575,576,574,501,502,500,42,537,541,536,0,574,578,573,500,504,499,42,536,541,534,0,573,578,571,499,504,497,42,541,533,534,0,578,570,571,504,496,497,42,536,534,535,0,573,571,572,499,497,498,42,487,530,485,0,524,567,522,450,493,448,42,542,431,494,0,579,468,531,505,394,457,42,430,431,542,0,467,468,579,393,394,505,42,430,542,428,0,467,579,465,393,505,391,42,542,543,428,0,579,580,465,505,506,391,42,543,542,544,0,580,579,581,506,505,507,42,542,494,544,0,579,531,581,505,457,507,42,544,494,492,0,581,531,529,507,457,455,42,544,492,545,0,581,529,582,507,455,508,42,545,492,490,0,582,529,527,508,455,453,42,490,546,545,0,527,583,582,453,509,508,42,546,490,488,0,583,527,525,509,453,451,42,546,488,547,0,583,525,584,509,451,510,42,547,488,486,0,584,525,523,510,451,449,42,547,486,548,0,584,523,585,510,449,511,42,548,486,549,0,585,523,586,511,449,512,42,486,484,549,0,523,521,586,449,447,512,42,549,484,550,0,586,521,587,512,447,513,42,484,481,550,0,521,518,587,447,444,513,42,550,481,480,0,587,518,517,513,444,443,42,551,547,548,0,588,584,585,514,510,511,42,552,547,551,0,589,584,588,515,510,514,42,552,553,547,0,589,590,584,515,516,510,42,553,552,554,0,590,589,591,516,515,517,42,553,554,555,0,590,591,592,516,517,518,42,555,554,556,0,592,591,593,518,517,519,42,555,556,557,0,592,593,594,518,519,520,42,557,556,558,0,594,593,595,520,519,521,42,557,558,559,0,594,595,596,520,521,522,42,559,558,560,0,596,595,597,522,521,523,42,560,558,561,0,597,595,598,523,521,524,42,562,560,561,0,599,597,598,525,523,524,42,563,560,562,0,600,597,599,526,523,525,42,563,564,560,0,600,601,597,526,527,523,42,565,564,563,0,602,601,600,528,527,526,42,565,566,564,0,602,603,601,528,529,527,42,425,566,565,0,464,603,602,388,529,528,42,425,427,566,0,464,463,603,388,390,529,42,427,567,566,0,463,604,603,390,530,529,42,543,567,427,0,580,604,463,506,530,390,42,567,543,568,0,604,580,605,530,506,531,42,543,544,568,0,580,581,605,506,507,531,42,568,544,545,0,605,581,582,531,507,508,42,545,569,568,0,582,606,605,508,532,531,42,545,546,569,0,582,583,606,508,509,532,42,546,553,569,0,583,590,606,509,516,532,42,553,546,547,0,590,583,584,516,509,510,42,569,553,555,0,606,590,592,532,516,518,42,569,555,570,0,606,592,607,532,518,533,42,570,555,557,0,607,592,594,533,518,520,42,570,557,571,0,607,594,608,533,520,534,42,571,557,559,0,608,594,596,534,520,522,42,571,559,564,0,608,596,601,534,522,527,42,564,559,560,0,601,596,597,527,522,523,42,566,571,564,0,603,608,601,529,534,527,42,567,571,566,0,604,608,603,530,534,529,42,567,570,571,0,604,607,608,530,533,534,42,568,570,567,0,605,607,604,531,533,530,42,568,569,570,0,605,606,607,531,532,533,42,428,543,427,0,465,580,463,391,506,390,42,425,565,423,0,460,609,458,388,528,386,42,423,565,572,0,458,609,610,386,528,535,42,565,563,572,0,609,611,610,528,526,535,42,572,563,573,0,610,611,612,535,526,536,42,563,562,573,0,611,613,612,526,525,536,42,573,562,574,0,612,613,614,536,525,537,42,562,575,574,0,613,615,614,525,538,537,42,562,561,575,0,599,598,616,525,524,538,42,573,574,576,0,612,614,617,536,537,539,42,577,573,576,0,618,612,617,540,536,539,42,572,573,577,0,610,612,618,535,536,540,42,422,572,577,0,457,610,618,385,535,540,42,423,572,422,0,458,610,457,386,535,385,42,422,577,578,0,457,618,619,385,540,541,42,578,577,579,0,619,618,620,541,540,542,42,577,576,579,0,618,617,620,540,539,542,42,578,579,580,0,619,620,621,541,542,543,42,581,578,580,0,622,619,621,544,541,543,42,421,578,581,0,456,619,622,384,541,544,42,421,422,578,0,456,457,619,384,385,541,42,582,421,581,0,623,456,622,545,384,544,42,418,421,582,0,453,456,623,381,384,545,42,416,418,582,0,451,453,623,379,381,545,42,416,582,451,0,451,623,488,379,545,414,42,451,582,453,0,488,623,490,414,545,416,42,582,581,453,0,623,622,490,545,544,416,42,453,581,454,0,490,622,491,416,544,417,42,581,580,454,0,622,621,491,544,543,417,42,415,416,451,0,450,451,488,378,379,414,42,406,407,404,0,441,442,438,369,370,367,42,390,429,388,0,423,624,421,353,392,351,42,388,429,583,0,421,624,625,351,392,546,42,429,426,583,0,624,461,625,392,389,546,42,583,426,424,0,625,461,459,546,389,387,42,583,424,419,0,625,459,454,546,387,382,42,419,424,420,0,454,459,455,382,387,383,42,387,583,419,0,420,625,454,350,546,382,42,388,583,387,0,421,625,420,351,546,350,42,419,417,387,0,454,452,420,382,380,350,42,387,417,385,0,420,452,418,350,380,349,42,417,414,385,0,452,449,418,380,377,349,42,385,414,384,0,418,449,417,349,377,346,42,404,584,405,0,439,626,440,367,547,368,42,404,585,584,0,439,627,626,367,548,547,42,585,586,584,0,628,629,630,548,549,547,42,585,587,586,0,628,631,629,548,550,549,42,588,587,585,0,632,631,628,551,550,548,42,588,589,587,0,632,633,631,551,552,550,42,590,589,588,0,634,633,632,553,552,551,42,590,591,589,0,634,635,633,553,554,552,42,592,591,590,0,636,635,634,555,554,553,42,593,591,592,0,637,635,636,556,554,555,42,593,594,591,0,637,638,635,556,557,554,42,595,594,593,0,639,638,637,558,557,556,42,595,596,594,0,639,640,638,558,559,557,42,597,596,595,0,641,640,639,560,559,558,42,597,598,596,0,641,642,640,560,561,559,42,599,598,597,0,643,642,641,562,561,560,42,599,600,598,0,643,644,642,562,563,561,42,601,600,599,0,645,644,643,564,563,562,42,601,602,600,0,645,646,644,564,565,563,42,603,602,601,0,647,646,645,566,565,564,42,603,604,602,0,647,648,646,566,567,565,42,605,604,603,0,649,648,647,568,567,566,42,605,606,604,0,649,650,648,568,569,567,42,607,606,605,0,651,650,649,570,569,568,42,607,608,606,0,651,652,650,570,571,569,42,609,608,607,0,653,652,651,572,571,570,42,609,610,608,0,653,654,652,572,573,571,42,611,610,609,0,655,654,653,574,573,572,42,611,612,610,0,655,656,654,574,575,573,42,613,612,611,0,657,656,655,576,575,574,42,613,614,612,0,657,658,656,576,577,575,42,615,614,613,0,659,658,657,578,577,576,42,615,616,614,0,659,660,658,578,579,577,42,617,616,615,0,661,660,659,580,579,578,42,617,618,616,0,661,662,660,580,581,579,42,619,618,617,0,663,662,661,582,581,580,42,619,620,618,0,663,664,662,582,583,581,42,621,620,619,0,665,664,663,584,583,582,42,621,622,620,0,665,666,664,584,585,583,42,623,622,621,0,667,666,665,586,585,584,42,623,624,622,0,667,668,666,586,587,585,42,625,624,623,0,669,668,667,588,587,586,42,625,626,624,0,669,670,668,588,589,587,42,627,626,625,0,671,670,669,590,589,588,42,627,628,626,0,671,672,670,590,591,589,42,629,628,627,0,673,672,671,592,591,590,42,629,630,628,0,673,674,672,592,593,591,42,631,630,629,0,675,674,673,594,593,592,42,632,630,631,0,676,677,678,595,593,594,42,632,633,630,0,676,679,677,595,596,593,42,632,634,633,0,676,680,679,595,597,596,42,632,635,634,0,676,681,680,595,598,597,42,636,635,632,0,682,681,676,599,598,595,42,637,635,636,0,683,684,685,600,598,599,42,638,635,637,0,686,684,683,601,598,600,42,638,634,635,0,686,687,684,601,597,598,42,639,634,638,0,688,687,686,602,597,601,42,639,633,634,0,688,689,687,602,596,597,42,628,633,639,0,672,689,688,591,596,602,42,628,630,633,0,672,674,689,591,593,596,42,628,639,626,0,672,688,670,591,602,589,42,626,639,640,0,670,688,690,589,602,603,42,639,638,640,0,688,686,690,602,601,603,42,640,638,641,0,690,686,691,603,601,604,42,641,638,637,0,691,686,683,604,601,600,42,641,637,642,0,691,683,692,604,600,605,42,642,637,643,0,692,683,693,605,600,606,42,637,636,643,0,683,685,693,600,599,606,42,644,643,636,0,694,693,685,607,606,599,42,645,643,644,0,695,693,694,608,606,607,42,645,646,643,0,695,696,693,608,609,606,42,647,646,645,0,697,696,695,610,609,608,42,647,648,646,0,697,698,696,610,611,609,42,649,648,647,0,699,698,697,612,611,610,42,649,650,648,0,699,700,698,612,613,611,42,649,651,650,0,699,701,700,612,614,613,42,652,651,649,0,702,703,704,615,614,612,42,653,651,652,0,705,703,702,616,614,615,42,653,654,651,0,705,706,703,616,617,614,42,653,655,654,0,705,707,706,616,618,617,42,656,655,653,0,708,707,705,619,618,616,42,656,657,655,0,708,709,707,619,620,618,42,657,656,658,0,709,708,710,620,619,621,42,658,656,659,0,710,708,711,621,619,622,42,656,653,659,0,708,705,711,619,616,622,42,659,653,652,0,711,705,702,622,616,615,42,660,659,652,0,712,711,702,623,622,615,42,658,659,660,0,710,711,712,621,622,623,42,658,660,661,0,710,712,713,621,623,624,42,661,660,662,0,713,712,714,624,623,625,42,660,663,662,0,712,715,714,623,626,625,42,663,660,664,0,715,712,716,626,623,627,42,660,652,664,0,712,702,716,623,615,627,42,664,652,647,0,716,702,717,627,615,610,42,652,649,647,0,702,704,717,615,612,610,42,664,647,665,0,716,717,718,627,610,628,42,665,647,645,0,718,717,719,628,610,608,42,666,665,645,0,720,718,719,629,628,608,42,667,665,666,0,721,718,720,630,628,629,42,663,665,667,0,715,718,721,626,628,630,42,663,664,665,0,715,716,718,626,627,628,42,663,667,668,0,715,721,722,626,630,631,42,667,632,668,0,723,676,724,630,595,631,42,666,632,667,0,725,676,723,629,595,630,42,666,644,632,0,725,726,676,629,607,595,42,666,645,644,0,720,719,727,629,608,607,42,644,636,632,0,726,682,676,607,599,595,42,668,632,631,0,724,676,678,631,595,594,42,662,668,631,0,714,722,675,625,631,594,42,662,663,668,0,714,715,722,625,626,631,42,629,662,631,0,673,714,675,592,625,594,42,661,662,629,0,713,714,673,624,625,592,42,627,661,629,0,671,713,673,590,624,592,42,658,661,627,0,710,713,671,621,624,590,42,658,627,625,0,710,671,669,621,590,588,42,669,658,625,0,728,710,669,632,621,588,42,669,657,658,0,728,709,710,632,620,621,42,670,657,669,0,729,709,728,633,620,632,42,657,670,671,0,709,729,730,620,633,634,42,670,672,671,0,729,731,730,633,635,634,42,670,673,672,0,729,732,731,633,636,635,42,673,670,674,0,732,729,733,636,633,637,42,674,670,669,0,733,729,728,637,633,632,42,674,669,621,0,733,728,665,637,632,584,42,621,669,623,0,665,728,667,584,632,586,42,669,625,623,0,728,669,667,632,588,586,42,619,674,621,0,663,733,665,582,637,584,42,675,674,619,0,734,733,663,638,637,582,42,675,673,674,0,734,732,733,638,636,637,42,676,673,675,0,735,732,734,639,636,638,42,673,676,677,0,732,735,736,636,639,640,42,676,678,677,0,735,737,736,639,641,640,42,676,679,678,0,735,738,737,639,642,641,42,679,676,680,0,738,735,739,642,639,643,42,680,676,675,0,739,735,734,643,639,638,42,680,675,617,0,739,734,661,643,638,580,42,617,675,619,0,661,734,663,580,638,582,42,615,680,617,0,659,739,661,578,643,580,42,681,680,615,0,740,739,659,644,643,578,42,681,679,680,0,740,738,739,644,642,643,42,682,679,681,0,741,738,740,645,642,644,42,679,682,683,0,738,741,742,642,645,646,42,682,684,683,0,741,743,742,645,647,646,42,682,685,684,0,741,744,743,645,648,647,42,685,682,686,0,744,741,745,648,645,649,42,686,682,681,0,745,741,740,649,645,644,42,686,681,613,0,745,740,657,649,644,576,42,613,681,615,0,657,740,659,576,644,578,42,611,686,613,0,655,745,657,574,649,576,42,687,686,611,0,746,745,655,650,649,574,42,687,685,686,0,746,744,745,650,648,649,42,688,685,687,0,747,744,746,651,648,650,42,685,688,689,0,744,747,748,648,651,652,42,688,690,689,0,747,749,748,651,653,652,42,688,691,690,0,747,750,749,651,654,653,42,691,688,692,0,750,747,751,654,651,655,42,692,688,687,0,751,747,746,655,651,650,42,692,687,609,0,751,746,653,655,650,572,42,609,687,611,0,653,746,655,572,650,574,42,607,692,609,0,651,751,653,570,655,572,42,693,692,607,0,752,751,651,656,655,570,42,693,691,692,0,752,750,751,656,654,655,42,694,691,693,0,753,750,752,657,654,656,42,694,695,691,0,753,754,750,657,658,654,42,694,696,695,0,753,755,754,657,659,658,42,697,696,694,0,756,755,753,660,659,657,42,698,696,697,0,757,755,756,661,659,660,42,698,699,696,0,757,758,755,661,662,659,42,700,699,698,0,759,760,761,663,662,661,42,700,701,699,0,759,762,760,663,664,662,42,702,701,700,0,763,762,759,665,664,663,42,702,703,701,0,763,764,762,665,666,664,42,704,703,702,0,765,764,763,667,666,665,42,704,705,703,0,765,766,764,667,668,666,42,706,705,704,0,767,766,765,669,668,667,42,706,707,705,0,767,768,766,669,670,668,42,708,707,706,0,769,768,767,671,670,669,42,708,709,707,0,769,770,768,671,672,670,42,710,709,708,0,771,770,769,673,672,671,42,710,711,709,0,771,772,770,673,674,672,42,712,711,710,0,773,772,771,675,674,673,42,712,713,711,0,773,774,772,675,676,674,42,714,713,712,0,775,774,773,677,676,675,42,714,715,713,0,775,776,774,677,678,676,42,716,715,714,0,777,776,775,679,678,677,42,716,717,715,0,777,778,776,679,680,678,42,718,717,716,0,779,778,777,681,680,679,42,718,719,717,0,779,780,778,681,682,680,42,720,719,718,0,781,780,779,683,682,681,42,720,721,719,0,781,782,780,683,684,682,42,722,721,720,0,783,782,781,685,684,683,42,722,723,721,0,783,784,782,685,686,684,42,724,723,722,0,785,784,783,687,686,685,42,724,725,723,0,785,786,784,687,688,686,42,724,726,725,0,785,787,786,687,689,688,42,727,726,724,0,788,787,785,690,689,687,42,727,728,726,0,788,789,787,690,691,689,42,729,728,727,0,790,789,788,692,691,690,42,729,730,728,0,790,791,789,692,693,691,42,729,731,730,0,790,792,791,692,694,693,42,732,731,729,0,793,792,790,695,694,692,42,732,733,731,0,793,794,792,695,696,694,42,734,733,732,0,795,794,793,697,696,695,42,733,734,735,0,794,795,796,696,697,698,42,734,736,735,0,795,797,796,697,699,698,42,734,737,736,0,795,798,797,697,700,699,42,737,734,738,0,798,795,799,700,697,701,42,738,734,732,0,799,795,793,701,697,695,42,738,732,739,0,799,793,800,701,695,702,42,739,732,729,0,800,793,790,702,695,692,42,729,727,739,0,790,788,800,692,690,702,42,739,727,724,0,800,788,785,702,690,687,42,739,724,740,0,800,785,801,702,687,703,42,740,724,722,0,801,785,783,703,687,685,42,740,722,741,0,801,783,802,703,685,704,42,741,722,720,0,802,783,781,704,685,683,42,741,720,742,0,802,781,803,704,683,705,42,742,720,718,0,803,781,779,705,683,681,42,743,742,718,0,804,803,779,706,705,681,42,743,744,742,0,804,805,803,706,707,705,42,745,744,743,0,806,805,804,708,707,706,42,745,746,744,0,806,807,805,708,709,707,42,747,746,745,0,808,807,806,710,709,708,42,746,747,748,0,807,808,809,709,710,711,42,747,749,748,0,808,810,809,710,712,711,42,747,750,749,0,808,811,810,710,713,712,42,750,747,751,0,811,808,812,713,710,714,42,751,747,745,0,812,808,806,714,710,708,42,751,745,752,0,812,806,813,714,708,715,42,752,745,743,0,813,806,804,715,708,706,42,752,743,716,0,813,804,777,715,706,679,42,716,743,718,0,777,804,779,679,706,681,42,714,752,716,0,775,813,777,677,715,679,42,753,752,714,0,814,813,775,716,715,677,42,753,751,752,0,814,812,813,716,714,715,42,754,751,753,0,815,812,814,717,714,716,42,754,750,751,0,815,811,812,717,713,714,42,755,750,754,0,816,811,815,718,713,717,42,750,755,756,0,811,816,817,713,718,719,42,755,757,756,0,816,818,817,718,720,719,42,755,758,757,0,816,819,818,718,721,720,42,758,755,759,0,819,816,820,721,718,722,42,759,755,754,0,820,816,815,722,718,717,42,759,754,760,0,820,815,821,722,717,723,42,760,754,753,0,821,815,814,723,717,716,42,753,712,760,0,814,773,821,716,675,723,42,712,753,714,0,773,814,775,675,716,677,42,760,712,710,0,821,773,771,723,675,673,42,760,710,761,0,821,771,822,723,673,724,42,761,710,708,0,822,771,769,724,673,671,42,762,761,708,0,823,822,769,725,724,671,42,762,763,761,0,823,824,822,725,726,724,42,764,763,762,0,825,824,823,727,726,725,42,764,765,763,0,825,826,824,727,728,726,42,766,765,764,0,827,826,825,729,728,727,42,765,766,767,0,826,827,828,728,729,730,42,766,768,767,0,827,829,828,729,731,730,42,766,769,768,0,827,830,829,729,732,731,42,769,766,770,0,830,827,831,732,729,733,42,770,766,764,0,831,827,825,733,729,727,42,770,764,771,0,831,825,832,733,727,734,42,771,764,762,0,832,825,823,734,727,725,42,771,762,706,0,832,823,767,734,725,669,42,706,762,708,0,767,823,769,669,725,671,42,704,771,706,0,765,832,767,667,734,669,42,772,771,704,0,833,832,765,735,734,667,42,772,770,771,0,833,831,832,735,733,734,42,773,770,772,0,834,831,833,736,733,735,42,773,769,770,0,834,830,831,736,732,733,42,774,769,773,0,835,830,834,737,732,736,42,769,774,775,0,830,835,836,732,737,738,42,774,776,775,0,835,837,836,737,739,738,42,774,777,776,0,835,838,837,737,740,739,42,777,774,778,0,838,835,839,740,737,741,42,778,774,773,0,839,835,834,741,737,736,42,778,773,779,0,839,834,840,741,736,742,42,779,773,772,0,840,834,833,742,736,735,42,779,772,702,0,840,833,763,742,735,665,42,702,772,704,0,763,833,765,665,735,667,42,779,702,700,0,840,763,759,742,665,663,42,780,779,700,0,841,840,759,743,742,663,42,780,778,779,0,841,839,840,743,741,742,42,781,778,780,0,842,839,841,744,741,743,42,777,778,781,0,838,839,842,740,741,744,42,782,777,781,0,843,838,842,745,740,744,42,777,782,783,0,838,843,844,740,745,746,42,782,784,783,0,843,845,844,745,747,746,42,782,785,784,0,843,846,845,745,748,747,42,785,782,786,0,846,843,847,748,745,749,42,782,781,786,0,843,842,847,745,744,749,42,786,781,787,0,847,842,848,749,744,750,42,787,781,780,0,848,842,841,750,744,743,42,787,780,788,0,848,841,849,750,743,751,42,780,698,788,0,841,761,849,743,661,751,42,780,700,698,0,841,759,761,743,663,661,42,788,698,697,0,850,757,756,751,661,660,42,789,788,697,0,851,850,756,752,751,660,42,790,788,789,0,852,850,851,753,751,752,42,787,788,790,0,848,849,853,750,751,753,42,791,787,790,0,854,848,853,754,750,753,42,791,786,787,0,854,847,848,754,749,750,42,792,786,791,0,855,847,854,755,749,754,42,792,785,786,0,855,846,847,755,748,749,42,792,793,785,0,855,856,846,755,756,748,42,792,794,793,0,855,857,856,755,757,756,42,794,792,795,0,857,855,858,757,755,758,42,795,792,791,0,858,855,854,758,755,754,42,795,791,796,0,858,854,859,758,754,759,42,796,791,790,0,859,854,853,759,754,753,42,796,790,797,0,860,852,861,759,753,760,42,797,790,789,0,861,852,851,760,753,752,42,797,789,798,0,861,851,862,760,752,761,42,798,789,799,0,862,851,863,761,752,762,42,789,697,799,0,851,756,863,752,660,762,42,799,697,800,0,863,756,864,762,660,763,42,697,694,800,0,756,753,864,660,657,763,42,800,694,693,0,864,753,752,763,657,656,42,800,693,605,0,864,752,649,763,656,568,42,605,693,607,0,649,752,651,568,656,570,42,603,800,605,0,647,864,649,566,763,568,42,603,799,800,0,647,863,864,566,762,763,42,601,799,603,0,645,863,647,564,762,566,42,601,798,799,0,645,862,863,564,761,762,42,599,798,601,0,643,862,645,562,761,564,42,801,798,599,0,865,862,643,764,761,562,42,801,797,798,0,865,861,862,764,760,761,42,802,797,801,0,866,861,865,765,760,764,42,802,796,797,0,866,860,861,765,759,760,42,802,803,796,0,866,867,860,765,766,759,42,804,803,802,0,868,867,866,767,766,765,42,804,795,803,0,869,858,870,767,758,766,42,804,805,795,0,869,871,858,767,768,758,42,806,805,804,0,872,871,869,769,768,767,42,806,807,805,0,872,873,871,769,770,768,42,807,808,805,0,873,874,871,770,771,768,42,807,809,808,0,873,875,874,770,772,771,42,809,810,808,0,875,876,874,772,773,771,42,809,811,810,0,875,877,876,772,774,773,42,810,811,812,0,876,877,878,773,774,775,42,811,813,812,0,877,879,878,774,776,775,42,813,814,812,0,879,880,878,776,777,775,42,813,815,814,0,879,881,880,776,778,777,42,815,816,814,0,881,882,880,778,779,777,42,817,816,815,0,883,882,881,780,779,778,42,817,818,816,0,883,884,882,780,781,779,42,819,818,817,0,885,884,883,782,781,780,42,819,820,818,0,885,886,884,782,783,781,42,821,820,819,0,887,886,885,784,783,782,42,820,821,584,0,886,887,630,783,784,547,42,405,584,821,0,440,626,888,368,547,784,42,405,821,822,0,440,888,889,368,784,785,42,822,821,823,0,889,888,890,785,784,786,42,823,821,819,0,890,888,891,786,784,782,42,823,819,400,0,890,891,892,786,782,363,42,400,819,817,0,892,891,893,363,782,780,42,368,823,400,0,894,890,892,330,786,363,42,368,824,823,0,894,895,890,330,787,786,42,198,824,368,0,896,895,894,160,787,330,42,198,825,824,0,896,897,895,160,788,787,42,114,825,198,0,898,897,896,76,788,160,42,114,826,825,0,898,899,897,76,789,788,42,83,826,114,0,900,899,898,45,789,76,42,83,827,826,0,900,901,899,45,790,789,42,17,827,83,0,902,901,900,14,790,45,42,17,828,827,0,902,903,901,14,791,790,42,17,86,828,0,902,904,903,14,48,791,42,87,828,86,0,905,903,904,49,791,48,42,87,829,828,0,905,906,903,49,792,791,42,87,118,829,0,905,145,906,49,80,792,42,118,152,829,0,145,147,906,80,114,792,42,829,152,830,0,906,147,907,792,114,793,42,830,152,831,0,907,147,908,793,114,794,42,152,832,831,0,147,909,908,114,795,794,42,151,832,152,0,146,909,147,113,795,114,42,151,372,832,0,146,405,909,113,334,795,42,372,374,832,0,405,407,909,334,336,795,42,832,374,833,0,909,407,910,795,336,796,42,833,374,822,0,910,407,889,796,336,785,42,374,405,822,0,407,440,889,336,368,785,42,374,373,405,0,407,406,440,336,335,368,42,824,833,822,0,895,910,889,787,796,785,42,825,833,824,0,897,910,895,788,796,787,42,825,831,833,0,897,908,910,788,794,796,42,826,831,825,0,899,908,897,789,794,788,42,830,831,826,0,907,908,899,793,794,789,42,827,830,826,0,901,907,899,790,793,789,42,828,830,827,0,903,907,901,791,793,790,42,828,829,830,0,903,906,907,791,792,793,42,832,833,831,0,909,910,908,795,796,794,42,824,822,823,0,895,889,890,787,785,786,42,87,85,86,0,105,61,62,49,47,48,42,584,586,820,0,630,629,886,547,549,783,42,586,818,820,0,629,884,886,549,781,783,42,818,586,834,0,884,629,911,781,549,797,42,586,835,834,0,629,912,911,549,798,797,42,587,835,586,0,631,912,629,550,798,549,42,587,836,835,0,631,913,912,550,799,798,42,589,836,587,0,633,913,631,552,799,550,42,589,837,836,0,633,914,913,552,800,799,42,591,837,589,0,635,914,633,554,800,552,42,594,837,591,0,638,914,635,557,800,554,42,594,838,837,0,638,915,914,557,801,800,42,596,838,594,0,640,915,638,559,801,557,42,596,839,838,0,640,916,915,559,802,801,42,598,839,596,0,642,916,640,561,802,559,42,598,840,839,0,642,917,916,561,803,802,42,600,840,598,0,644,917,642,563,803,561,42,600,841,840,0,644,918,917,563,804,803,42,602,841,600,0,646,918,644,565,804,563,42,602,842,841,0,646,919,918,565,805,804,42,604,842,602,0,648,919,646,567,805,565,42,604,843,842,0,648,920,919,567,806,805,42,606,843,604,0,650,920,648,569,806,567,42,606,844,843,0,650,921,920,569,807,806,42,608,844,606,0,652,921,650,571,807,569,42,608,845,844,0,652,922,921,571,808,807,42,610,845,608,0,654,922,652,573,808,571,42,610,846,845,0,654,923,922,573,809,808,42,610,847,846,0,654,924,923,573,810,809,42,612,847,610,0,656,924,654,575,810,573,42,612,848,847,0,656,925,924,575,811,810,42,614,848,612,0,658,925,656,577,811,575,42,614,849,848,0,658,926,925,577,812,811,42,616,849,614,0,660,926,658,579,812,577,42,616,850,849,0,660,927,926,579,813,812,42,618,850,616,0,662,927,660,581,813,579,42,618,851,850,0,662,928,927,581,814,813,42,620,851,618,0,664,928,662,583,814,581,42,620,852,851,0,664,929,928,583,815,814,42,622,852,620,0,666,929,664,585,815,583,42,622,853,852,0,666,930,929,585,816,815,42,624,853,622,0,668,930,666,587,816,585,42,624,640,853,0,668,690,930,587,603,816,42,626,640,624,0,670,690,668,589,603,587,42,640,854,853,0,690,931,930,603,817,816,42,640,641,854,0,690,691,931,603,604,817,42,854,641,642,0,931,691,692,817,604,605,42,854,642,855,0,931,692,932,817,605,818,42,855,642,646,0,932,692,696,818,605,609,42,642,643,646,0,692,693,696,605,606,609,42,855,646,648,0,932,696,698,818,609,611,42,856,855,648,0,933,932,698,819,818,611,42,854,855,856,0,931,932,933,817,818,819,42,857,854,856,0,934,931,933,820,817,819,42,858,854,857,0,935,931,934,821,817,820,42,852,854,858,0,929,931,935,815,817,821,42,853,854,852,0,930,931,929,816,817,815,42,852,858,851,0,929,935,928,815,821,814,42,851,858,859,0,928,935,936,814,821,822,42,859,858,860,0,936,935,937,822,821,823,42,860,858,857,0,937,935,934,823,821,820,42,860,857,861,0,937,934,938,823,820,824,42,857,650,861,0,934,700,938,820,613,824,42,857,856,650,0,934,933,700,820,819,613,42,856,648,650,0,933,698,700,819,611,613,42,651,861,650,0,701,938,700,614,824,613,42,651,654,861,0,701,939,938,614,617,824,42,654,862,861,0,939,940,938,617,825,824,42,654,863,862,0,939,941,940,617,826,825,42,655,863,654,0,707,942,706,618,826,617,42,655,671,863,0,707,730,942,618,634,826,42,657,671,655,0,709,730,707,620,634,618,42,671,864,863,0,730,943,942,634,827,826,42,671,672,864,0,730,731,943,634,635,827,42,672,865,864,0,731,944,943,635,828,827,42,672,677,865,0,731,736,944,635,640,828,42,673,677,672,0,732,736,731,636,640,635,42,677,866,865,0,736,945,944,640,829,828,42,677,678,866,0,736,737,945,640,641,829,42,678,867,866,0,737,946,945,641,830,829,42,678,683,867,0,737,742,946,641,646,830,42,679,683,678,0,738,742,737,642,646,641,42,683,868,867,0,742,947,946,646,831,830,42,683,684,868,0,742,743,947,646,647,831,42,684,869,868,0,743,948,947,647,832,831,42,684,689,869,0,743,748,948,647,652,832,42,685,689,684,0,744,748,743,648,652,647,42,689,870,869,0,748,949,948,652,833,832,42,689,690,870,0,748,749,949,652,653,833,42,690,871,870,0,749,950,949,653,834,833,42,690,695,871,0,749,754,950,653,658,834,42,691,695,690,0,750,754,749,654,658,653,42,695,872,871,0,754,951,950,658,835,834,42,695,696,872,0,754,755,951,658,659,835,42,699,872,696,0,758,951,755,662,835,659,42,873,872,699,0,952,953,954,836,835,662,42,873,874,872,0,952,955,953,836,837,835,42,875,874,873,0,956,955,952,838,837,836,42,875,876,874,0,956,957,955,838,839,837,42,877,876,875,0,958,957,956,840,839,838,42,878,876,877,0,959,957,958,841,839,840,42,879,876,878,0,960,957,959,842,839,841,42,879,880,876,0,960,961,957,842,843,839,42,839,880,879,0,916,961,960,802,843,842,42,840,880,839,0,917,961,916,803,843,802,42,840,881,880,0,917,962,961,803,844,843,42,841,881,840,0,918,962,917,804,844,803,42,841,882,881,0,918,963,962,804,845,844,42,842,882,841,0,919,963,918,805,845,804,42,842,883,882,0,919,964,963,805,846,845,42,843,883,842,0,920,964,919,806,846,805,42,843,884,883,0,920,965,964,806,847,846,42,844,884,843,0,921,965,920,807,847,806,42,844,885,884,0,921,966,965,807,848,847,42,845,885,844,0,922,966,921,808,848,807,42,845,886,885,0,922,967,966,808,849,848,42,846,886,845,0,923,967,922,809,849,808,42,846,887,886,0,923,968,967,809,850,849,42,847,887,846,0,924,968,923,810,850,809,42,847,888,887,0,924,969,968,810,851,850,42,848,888,847,0,925,969,924,811,851,810,42,848,889,888,0,925,970,969,811,852,851,42,849,889,848,0,926,970,925,812,852,811,42,849,859,889,0,926,936,970,812,822,852,42,850,859,849,0,927,936,926,813,822,812,42,851,859,850,0,928,936,927,814,822,813,42,889,859,890,0,970,936,971,852,822,853,42,890,859,860,0,971,936,937,853,822,823,42,890,860,862,0,971,937,940,853,823,825,42,860,861,862,0,937,938,940,823,824,825,42,890,862,891,0,971,940,972,853,825,854,42,863,891,862,0,941,972,940,826,854,825,42,863,864,891,0,941,973,972,826,827,854,42,864,892,891,0,973,974,972,827,855,854,42,864,865,892,0,973,975,974,827,828,855,42,865,893,892,0,975,976,974,828,856,855,42,865,866,893,0,975,977,976,828,829,856,42,866,894,893,0,977,978,976,829,857,856,42,866,867,894,0,977,979,978,829,830,857,42,867,895,894,0,979,980,978,830,858,857,42,867,896,895,0,979,981,980,830,859,858,42,867,868,896,0,979,982,981,830,831,859,42,868,897,896,0,982,983,981,831,860,859,42,868,869,897,0,982,984,983,831,832,860,42,869,898,897,0,984,985,983,832,861,860,42,870,898,869,0,986,985,984,833,861,832,42,870,899,898,0,986,987,985,833,862,861,42,871,899,870,0,988,987,986,834,862,833,42,871,874,899,0,988,955,987,834,837,862,42,872,874,871,0,953,955,988,835,837,834,42,876,899,874,0,957,987,955,839,862,837,42,876,900,899,0,957,989,987,839,863,862,42,880,900,876,0,961,989,957,843,863,839,42,880,881,900,0,961,962,989,843,844,863,42,881,901,900,0,962,990,989,844,864,863,42,881,882,901,0,962,963,990,844,845,864,42,882,902,901,0,963,991,990,845,865,864,42,882,883,902,0,963,964,991,845,846,865,42,883,903,902,0,964,992,991,846,866,865,42,883,884,903,0,964,965,992,846,847,866,42,884,904,903,0,965,993,992,847,867,866,42,884,885,904,0,965,966,993,847,848,867,42,885,905,904,0,966,994,993,848,868,867,42,885,886,905,0,966,967,994,848,849,868,42,886,906,905,0,967,995,994,849,869,868,42,886,887,906,0,967,968,995,849,850,869,42,887,907,906,0,968,996,995,850,870,869,42,887,888,907,0,968,969,996,850,851,870,42,888,890,907,0,969,971,996,851,853,870,42,888,889,890,0,969,970,971,851,852,853,42,907,890,891,0,996,971,972,870,853,854,42,892,907,891,0,974,996,972,855,870,854,42,906,907,892,0,995,996,974,869,870,855,42,893,906,892,0,976,995,974,856,869,855,42,905,906,893,0,994,995,976,868,869,856,42,894,905,893,0,978,994,976,857,868,856,42,904,905,894,0,993,994,978,867,868,857,42,904,894,895,0,993,978,980,867,857,858,42,903,904,895,0,992,993,980,866,867,858,42,903,895,896,0,992,980,981,866,858,859,42,902,903,896,0,991,992,981,865,866,859,42,902,896,897,0,991,981,983,865,859,860,42,901,902,897,0,990,991,983,864,865,860,42,901,897,898,0,990,983,985,864,860,861,42,900,901,898,0,989,990,985,863,864,861,42,900,898,899,0,989,985,987,863,861,862,42,839,879,838,0,916,960,915,802,842,801,42,838,879,908,0,915,960,997,801,842,871,42,908,879,878,0,997,960,959,871,842,841,42,908,878,909,0,997,959,998,871,841,872,42,909,878,877,0,998,959,958,872,841,840,42,909,877,910,0,998,958,999,872,840,873,42,910,877,911,0,999,958,1000,873,840,874,42,911,877,912,0,1000,958,1001,874,840,875,42,877,913,912,0,958,1002,1001,840,876,875,42,877,875,913,0,958,956,1002,840,838,876,42,913,875,914,0,1002,956,1003,876,838,877,42,914,875,873,0,1003,956,952,877,838,836,42,914,873,701,0,1003,952,1004,877,836,664,42,701,873,699,0,1004,952,954,664,836,662,42,701,703,914,0,1004,1005,1003,664,666,877,42,915,914,703,0,1006,1003,1005,878,877,666,42,913,914,915,0,1002,1003,1006,876,877,878,42,913,915,916,0,1002,1006,1007,876,878,879,42,916,915,917,0,1007,1006,1008,879,878,880,42,705,917,915,0,1009,1008,1006,668,880,878,42,707,917,705,0,1010,1008,1009,670,880,668,42,707,918,917,0,1010,1011,1008,670,881,880,42,709,918,707,0,1012,1011,1010,672,881,670,42,709,919,918,0,1012,1013,1011,672,882,881,42,711,919,709,0,1014,1013,1012,674,882,672,42,711,920,919,0,1014,1015,1013,674,883,882,42,711,921,920,0,1014,1016,1015,674,884,883,42,713,921,711,0,1017,1016,1014,676,884,674,42,713,922,921,0,1017,1018,1016,676,885,884,42,715,922,713,0,1019,1018,1017,678,885,676,42,715,923,922,0,1019,1020,1018,678,886,885,42,717,923,715,0,1021,1020,1019,680,886,678,42,717,924,923,0,1021,1022,1020,680,887,886,42,719,924,717,0,1023,1022,1021,682,887,680,42,719,925,924,0,1023,1024,1022,682,888,887,42,721,925,719,0,1025,1024,1023,684,888,682,42,721,926,925,0,1025,1026,1024,684,889,888,42,723,926,721,0,1027,1026,1025,686,889,684,42,723,927,926,0,1027,1028,1026,686,890,889,42,725,927,723,0,1029,1028,1027,688,890,686,42,725,928,927,0,1029,1030,1028,688,891,890,42,726,928,725,0,1031,1030,1029,689,891,688,42,726,929,928,0,1031,1032,1030,689,892,891,42,726,930,929,0,1031,1033,1032,689,893,892,42,728,930,726,0,789,1034,787,691,893,689,42,931,930,728,0,1035,1034,789,894,893,691,42,931,932,930,0,1035,1036,1034,894,895,893,42,933,932,931,0,676,726,725,896,895,894,42,933,934,932,0,676,682,726,896,897,895,42,935,934,933,0,681,682,676,898,897,896,42,936,934,935,0,1037,1038,1039,899,897,898,42,936,937,934,0,1037,1040,1038,899,900,897,42,938,937,936,0,1041,1040,1037,901,900,899,42,938,929,937,0,1041,1032,1040,901,892,900,42,939,929,938,0,1042,1032,1041,902,892,901,42,939,928,929,0,1042,1030,1032,902,891,892,42,940,928,939,0,1043,1030,1042,903,891,902,42,940,927,928,0,1043,1028,1030,903,890,891,42,941,927,940,0,1044,1028,1043,904,890,903,42,941,926,927,0,1044,1026,1028,904,889,890,42,942,926,941,0,1045,1026,1044,905,889,904,42,942,925,926,0,1045,1024,1026,905,888,889,42,943,925,942,0,1046,1024,1045,906,888,905,42,943,924,925,0,1046,1022,1024,906,887,888,42,944,924,943,0,1047,1022,1046,907,887,906,42,923,924,944,0,1020,1022,1047,886,887,907,42,945,923,944,0,1048,1020,1047,908,886,907,42,922,923,945,0,1018,1020,1048,885,886,908,42,946,922,945,0,1049,1018,1048,909,885,908,42,921,922,946,0,1016,1018,1049,884,885,909,42,947,921,946,0,1050,1016,1049,910,884,909,42,947,920,921,0,1050,1015,1016,910,883,884,42,948,920,947,0,1051,1015,1050,911,883,910,42,948,919,920,0,1051,1013,1015,911,882,883,42,949,919,948,0,1052,1013,1051,912,882,911,42,949,918,919,0,1052,1011,1013,912,881,882,42,950,918,949,0,1053,1011,1052,913,881,912,42,950,917,918,0,1053,1008,1011,913,880,881,42,916,917,950,0,1007,1008,1053,879,880,913,42,951,916,950,0,1054,1007,1053,914,879,913,42,952,916,951,0,1055,1007,1054,915,879,914,42,952,913,916,0,1055,1002,1007,915,876,879,42,953,913,952,0,1056,1002,1055,916,876,915,42,953,912,913,0,1056,1001,1002,916,875,876,42,954,912,953,0,1057,1001,1056,917,875,916,42,954,911,912,0,1057,1000,1001,917,874,875,42,955,911,954,0,1058,1000,1057,918,874,917,42,955,956,911,0,1058,1059,1000,918,919,874,42,816,956,955,0,882,1059,1058,779,919,918,42,818,956,816,0,884,1059,882,781,919,779,42,818,834,956,0,884,911,1059,781,797,919,42,834,910,956,0,911,999,1059,797,873,919,42,835,910,834,0,912,999,911,798,873,797,42,835,909,910,0,912,998,999,798,872,873,42,836,909,835,0,913,998,912,799,872,798,42,836,908,909,0,913,997,998,799,871,872,42,837,908,836,0,914,997,913,800,871,799,42,837,838,908,0,914,915,997,800,801,871,42,956,910,911,0,1059,999,1000,919,873,874,42,816,955,814,0,882,1058,880,779,918,777,42,814,955,957,0,880,1058,1060,777,918,920,42,957,955,954,0,1060,1058,1057,920,918,917,42,957,954,958,0,1060,1057,1061,920,917,921,42,958,954,953,0,1061,1057,1056,921,917,916,42,959,958,953,0,1062,1061,1056,922,921,916,42,960,958,959,0,1063,1061,1062,923,921,922,42,960,961,958,0,1063,1064,1061,923,924,921,42,962,961,960,0,1065,1064,1063,925,924,923,42,962,810,961,0,1065,876,1064,925,773,924,42,808,810,962,0,874,876,1065,771,773,925,42,794,808,962,0,857,874,1065,757,771,925,42,805,808,794,0,871,874,857,768,771,757,42,805,794,795,0,871,857,858,768,757,758,42,794,962,793,0,857,1065,856,757,925,756,42,793,962,960,0,856,1065,1063,756,925,923,42,793,960,963,0,856,1063,1066,756,923,926,42,963,960,959,0,1066,1063,1062,926,923,922,42,963,959,964,0,1066,1062,1067,926,922,927,42,964,959,952,0,1067,1062,1055,927,922,915,42,959,953,952,0,1062,1056,1055,922,916,915,42,964,952,951,0,1067,1055,1054,927,915,914,42,965,964,951,0,1068,1067,1054,928,927,914,42,784,964,965,0,845,1067,1068,747,927,928,42,784,963,964,0,845,1066,1067,747,926,927,42,785,963,784,0,846,1066,845,748,926,747,42,785,793,963,0,846,856,1066,748,756,926,42,783,784,965,0,844,845,1068,746,747,928,42,783,965,966,0,844,1068,1069,746,928,929,42,966,965,967,0,1069,1068,1070,929,928,930,42,965,951,967,0,1068,1054,1070,928,914,930,42,951,950,967,0,1054,1053,1070,914,913,930,42,967,950,949,0,1070,1053,1052,930,913,912,42,967,949,968,0,1070,1052,1071,930,912,931,42,968,949,948,0,1071,1052,1051,931,912,911,42,968,948,969,0,1071,1051,1072,931,911,932,42,969,948,947,0,1072,1051,1050,932,911,910,42,969,947,970,0,1072,1050,1073,932,910,933,42,970,947,946,0,1073,1050,1049,933,910,909,42,970,946,971,0,1073,1049,1074,933,909,934,42,971,946,945,0,1074,1049,1048,934,909,908,42,971,945,972,0,1074,1048,1075,934,908,935,42,972,945,944,0,1075,1048,1047,935,908,907,42,972,944,973,0,1075,1047,1076,935,907,936,42,973,944,943,0,1076,1047,1046,936,907,906,42,973,943,974,0,1076,1046,1077,936,906,937,42,974,943,975,0,1077,1046,1078,937,906,938,42,943,942,975,0,1046,1045,1078,906,905,938,42,975,942,976,0,1078,1045,1079,938,905,939,42,942,941,976,0,1045,1044,1079,905,904,939,42,976,941,977,0,1079,1044,1080,939,904,940,42,941,940,977,0,1044,1043,1080,904,903,940,42,977,940,939,0,1080,1043,1042,940,903,902,42,977,939,938,0,1080,1042,1041,940,902,901,42,977,938,978,0,1080,1041,1081,940,901,941,42,978,938,936,0,1081,1041,1037,941,901,899,42,978,936,979,0,1081,1037,1082,941,899,942,42,979,936,935,0,1082,1037,1039,942,899,898,42,979,935,980,0,1082,1039,1083,942,898,943,42,980,935,933,0,680,681,676,943,898,896,42,981,980,933,0,679,680,676,944,943,896,42,982,980,981,0,1084,1083,1085,945,943,944,42,982,979,980,0,1084,1082,1083,945,942,943,42,983,979,982,0,1086,1082,1084,946,942,945,42,983,978,979,0,1086,1081,1082,946,941,942,42,983,977,978,0,1086,1080,1081,946,940,941,42,977,983,984,0,1080,1086,1087,940,946,947,42,985,984,983,0,1088,1087,1086,948,947,946,42,985,986,984,0,1088,1089,1087,948,949,947,42,987,986,985,0,1090,1089,1088,950,949,948,42,987,746,986,0,1090,807,1089,950,709,949,42,746,987,744,0,807,1090,805,709,950,707,42,744,987,988,0,805,1090,1091,707,950,951,42,988,987,985,0,1091,1090,1088,951,950,948,42,988,985,989,0,1091,1088,1092,951,948,952,42,989,985,983,0,1092,1088,1086,952,948,946,42,989,983,982,0,1092,1086,1084,952,946,945,42,736,989,982,0,797,1092,1084,699,952,945,42,737,989,736,0,798,1092,797,700,952,699,42,737,988,989,0,798,1091,1092,700,951,952,42,990,988,737,0,1093,1091,798,953,951,700,42,744,988,990,0,805,1091,1093,707,951,953,42,744,990,742,0,805,1093,803,707,953,705,42,742,990,741,0,803,1093,802,705,953,704,42,990,740,741,0,1093,801,802,953,703,704,42,990,739,740,0,1093,800,801,953,702,703,42,990,738,739,0,1093,799,800,953,701,702,42,990,737,738,0,1093,798,799,953,700,701,42,736,982,981,0,797,1084,1085,699,945,944,42,736,981,735,0,797,1085,796,699,944,698,42,981,933,735,0,679,676,677,944,896,698,42,735,933,733,0,677,676,678,698,896,696,42,733,933,731,0,678,676,724,696,896,694,42,933,730,731,0,676,723,724,896,693,694,42,933,931,730,0,676,725,723,896,894,693,42,730,931,728,0,791,1035,789,693,894,691,42,746,748,986,0,807,809,1089,709,711,949,42,986,748,991,0,1089,809,1094,949,711,954,42,748,992,991,0,809,1095,1094,711,955,954,42,748,749,992,0,809,810,1095,711,712,955,42,749,993,992,0,810,1096,1095,712,956,955,42,749,756,993,0,810,817,1096,712,719,956,42,750,756,749,0,811,817,810,713,719,712,42,756,994,993,0,817,1097,1096,719,957,956,42,756,757,994,0,817,818,1097,719,720,957,42,757,995,994,0,818,1098,1097,720,958,957,42,757,996,995,0,818,1099,1098,720,959,958,42,758,996,757,0,819,1099,818,721,959,720,42,758,765,996,0,819,826,1099,721,728,959,42,765,758,763,0,826,819,824,728,721,726,42,763,758,759,0,824,819,820,726,721,722,42,763,759,761,0,824,820,822,726,722,724,42,761,759,760,0,822,820,821,724,722,723,42,765,767,996,0,826,828,1099,728,730,959,42,996,767,997,0,1099,828,1100,959,730,960,42,767,998,997,0,828,1101,1100,730,961,960,42,767,999,998,0,828,1102,1101,730,962,961,42,767,768,999,0,828,829,1102,730,731,962,42,768,1000,999,0,829,1103,1102,731,963,962,42,768,775,1000,0,829,836,1103,731,738,963,42,769,775,768,0,830,836,829,732,738,731,42,775,1001,1000,0,836,1104,1103,738,964,963,42,775,776,1001,0,836,837,1104,738,739,964,42,776,966,1001,0,837,1069,1104,739,929,964,42,776,783,966,0,837,844,1069,739,746,929,42,777,783,776,0,838,844,837,740,746,739,42,1001,966,968,0,1104,1069,1071,964,929,931,42,966,967,968,0,1069,1070,1071,929,930,931,42,1001,968,969,0,1104,1071,1072,964,931,932,42,1000,1001,969,0,1103,1104,1072,963,964,932,42,1000,969,970,0,1103,1072,1073,963,932,933,42,999,1000,970,0,1102,1103,1073,962,963,933,42,999,970,971,0,1102,1073,1074,962,933,934,42,998,999,971,0,1101,1102,1074,961,962,934,42,998,971,972,0,1101,1074,1075,961,934,935,42,998,972,997,0,1101,1075,1100,961,935,960,42,997,972,973,0,1100,1075,1076,960,935,936,42,997,973,995,0,1100,1076,1098,960,936,958,42,995,973,974,0,1098,1076,1077,958,936,937,42,994,995,974,0,1097,1098,1077,957,958,937,42,994,974,975,0,1097,1077,1078,957,937,938,42,993,994,975,0,1096,1097,1078,956,957,938,42,992,993,975,0,1095,1096,1078,955,956,938,42,992,975,976,0,1095,1078,1079,955,938,939,42,991,992,976,0,1094,1095,1079,954,955,939,42,991,976,977,0,1094,1079,1080,954,939,940,42,991,977,984,0,1094,1080,1087,954,940,947,42,986,991,984,0,1089,1094,1087,949,954,947,42,996,997,995,0,1099,1100,1098,959,960,958,42,810,812,961,0,876,878,1064,773,775,924,42,961,812,957,0,1064,878,1060,924,775,920,42,812,814,957,0,878,880,1060,775,777,920,42,961,957,958,0,1064,1060,1061,924,920,921,42,930,937,929,0,1033,1040,1032,893,900,892,42,930,932,937,0,1033,1105,1040,893,895,900,42,932,934,937,0,1105,1038,1040,895,897,900,42,703,705,915,0,1005,1009,1006,666,668,878,42,806,804,1002,0,1106,868,1107,769,767,965,42,1002,804,802,0,1107,868,866,965,767,765,42,1002,802,1003,0,1107,866,1108,965,765,966,42,1003,802,801,0,1108,866,865,966,765,764,42,801,597,1003,0,865,641,1108,764,560,966,42,801,599,597,0,865,643,641,764,562,560,42,595,1003,597,0,639,1108,641,558,966,560,42,1004,1003,595,0,1109,1108,639,967,966,558,42,1004,1002,1003,0,1109,1107,1108,967,965,966,42,1005,1002,1004,0,1110,1107,1109,968,965,967,42,1005,806,1002,0,1110,1106,1107,968,769,965,42,1006,1005,1004,0,1111,1110,1109,969,968,967,42,1006,1004,593,0,1111,1109,637,969,967,556,42,593,1004,595,0,637,1109,639,556,967,558,42,592,1006,593,0,636,1111,637,555,969,556,42,803,795,796,0,870,858,859,766,758,759,42,215,217,389,0,215,217,422,177,179,352,42,215,389,1007,0,215,422,1112,177,352,970,42,1007,389,386,0,1112,422,419,970,352,348,42,1007,386,383,0,1112,419,416,970,348,345,42,1007,383,1008,0,1112,416,1113,970,345,971,42,1008,383,381,0,1113,416,414,971,345,343,42,1008,381,209,0,1113,414,209,971,343,171,42,208,209,381,0,208,209,414,170,171,343,42,209,210,1008,0,209,210,1113,171,172,971,42,1007,1008,210,0,1112,1113,210,970,971,172,42,210,212,1007,0,210,212,1112,172,174,970,42,212,215,1007,0,212,215,1112,174,177,970,42,204,372,203,0,204,403,203,166,334,165,42,203,372,202,0,203,403,202,165,334,164,42,202,372,201,0,202,403,201,164,334,163,42,232,224,225,0,236,226,227,194,186,187,42,232,225,226,0,236,227,228,194,187,188,42,232,226,230,0,236,228,237,194,188,192,42,172,173,231,0,169,170,235,134,135,193,42,172,231,1009,0,168,234,1114,134,193,972,42,1009,231,229,0,1114,234,232,972,193,191,42,1009,229,1010,0,1114,232,1115,972,191,973,42,1010,229,228,0,1115,232,231,973,191,190,42,166,1010,228,0,161,1115,231,128,973,190,42,168,1010,166,0,163,1115,161,130,973,128,42,168,1009,1010,0,163,1114,1115,130,972,973,42,170,1009,168,0,165,1114,163,132,972,130,42,172,1009,170,0,168,1114,165,134,972,132,42,166,228,1011,0,161,231,1116,128,190,974,42,1011,228,211,0,1116,231,211,974,190,173,42,228,213,211,0,231,213,211,190,175,173,42,164,1011,211,0,159,1116,211,126,974,173,42,166,1011,164,0,161,1116,159,128,974,126,42,164,211,163,0,159,211,158,126,173,125,42,127,128,171,0,116,167,166,89,90,133,42,126,127,171,0,115,116,166,88,89,133,42,126,171,125,0,115,166,114,88,133,87,42,171,169,125,0,166,164,114,133,131,87,42,125,169,1012,0,114,164,1117,87,131,975,42,1012,169,1013,0,1117,164,1118,975,131,976,42,1013,169,167,0,1118,164,162,976,131,129,42,1013,167,1014,0,1118,162,1119,976,129,977,42,1014,167,165,0,1119,162,160,977,129,127,42,1014,165,1015,0,1119,160,1120,977,127,978,42,1015,165,161,0,1120,160,156,978,127,123,42,1015,161,1016,0,1120,156,1121,978,123,979,42,161,159,1016,0,156,154,1121,123,121,979,42,1016,159,1017,0,1121,154,1122,979,121,980,42,159,157,1017,0,154,152,1122,121,119,980,42,1017,157,155,0,1122,152,150,980,119,117,42,1017,155,1018,0,1122,150,1123,980,117,981,42,1018,155,153,0,1123,150,148,981,117,115,42,1018,153,1019,0,1123,148,1124,981,115,982,42,118,1019,153,0,106,1124,148,80,982,115,42,119,1019,118,0,107,1124,106,81,982,80,42,119,1020,1019,0,107,1125,1124,81,983,982,42,119,1021,1020,0,107,1126,1125,81,984,983,42,120,1021,119,0,108,1126,107,82,984,81,42,120,1022,1021,0,108,1127,1126,82,985,984,42,122,1022,120,0,1128,1127,108,84,985,82,42,122,124,1022,0,111,113,1129,84,86,985,42,124,1023,1022,0,113,1130,1129,86,986,985,42,124,1012,1023,0,113,1117,1130,86,975,986,42,124,125,1012,0,113,114,1117,86,87,975,42,1023,1012,1024,0,1130,1117,1131,986,975,987,42,1012,1013,1024,0,1117,1118,1131,975,976,987,42,1024,1013,1025,0,1131,1118,1132,987,976,988,42,1025,1013,1014,0,1132,1118,1119,988,976,977,42,1025,1014,1026,0,1132,1119,1133,988,977,989,42,1026,1014,1015,0,1133,1119,1120,989,977,978,42,1026,1015,1027,0,1133,1120,1134,989,978,990,42,1015,1016,1027,0,1120,1121,1134,978,979,990,42,1027,1016,1028,0,1134,1121,1135,990,979,991,42,1016,1017,1028,0,1121,1122,1135,979,980,991,42,1028,1017,1018,0,1135,1122,1123,991,980,981,42,1028,1018,1029,0,1135,1123,1136,991,981,992,42,1029,1018,1019,0,1136,1123,1124,992,981,982,42,1020,1029,1019,0,1125,1136,1124,983,992,982,42,1020,1030,1029,0,1125,1137,1136,983,993,992,42,1031,1030,1020,0,1138,1137,1125,994,993,983,42,1032,1030,1031,0,1139,1137,1138,995,993,994,42,1032,1033,1030,0,1139,1140,1137,995,996,993,42,1032,1034,1033,0,1141,1142,1143,995,997,996,42,1032,1035,1034,0,1141,1144,1142,995,998,997,42,1036,1035,1032,0,1145,1144,1141,999,998,995,42,1037,1035,1036,0,1146,1144,1145,1000,998,999,42,1037,1038,1035,0,1146,1147,1144,1000,1001,998,42,1039,1038,1037,0,1148,1147,1146,1002,1001,1000,42,1039,1040,1038,0,1148,1149,1147,1002,1003,1001,42,1041,1040,1039,0,1150,1149,1148,1004,1003,1002,42,1041,1042,1040,0,1150,1151,1149,1004,1005,1003,42,1043,1042,1041,0,1152,1151,1150,1006,1005,1004,42,1044,1042,1043,0,1153,1151,1152,1007,1005,1006,42,1042,1044,1045,0,1151,1153,1154,1005,1007,1008,42,1044,1046,1045,0,1153,1155,1154,1007,1009,1008,42,1044,1047,1046,0,1153,1156,1155,1007,1010,1009,42,1048,1047,1044,0,1157,1156,1153,1011,1010,1007,42,1049,1047,1048,0,1158,1156,1157,1012,1010,1011,42,1049,1050,1047,0,1158,1159,1156,1012,1013,1010,42,1049,1051,1050,0,1158,1160,1159,1012,1014,1013,42,1052,1051,1049,0,1161,1160,1158,1015,1014,1012,42,1053,1051,1052,0,1162,1160,1161,1016,1014,1015,42,1054,1051,1053,0,1163,1160,1162,1017,1014,1016,42,1054,1055,1051,0,1163,1164,1160,1017,1018,1014,42,1056,1055,1054,0,1165,1164,1163,1019,1018,1017,42,1056,1057,1055,0,1165,1166,1164,1019,1020,1018,42,1056,1058,1057,0,1165,1167,1166,1019,1021,1020,42,1059,1058,1056,0,1168,1167,1165,1022,1021,1019,42,1059,1060,1058,0,1168,1169,1167,1022,1023,1021,42,1061,1060,1059,0,1170,1169,1168,1024,1023,1022,42,1060,1061,1062,0,1169,1170,1171,1023,1024,1025,42,1061,1063,1062,0,1170,1172,1171,1024,1026,1025,42,1061,1064,1063,0,1170,1173,1172,1024,1027,1026,42,1064,1061,1065,0,1173,1170,1174,1027,1024,1028,42,1065,1061,1059,0,1174,1170,1168,1028,1024,1022,42,1065,1059,1066,0,1174,1168,1175,1028,1022,1029,42,1066,1059,1056,0,1175,1168,1165,1029,1022,1019,42,1056,1054,1066,0,1165,1163,1175,1019,1017,1029,42,1066,1054,1053,0,1175,1163,1162,1029,1017,1016,42,1066,1053,1067,0,1175,1162,1176,1029,1016,1030,42,1067,1053,1052,0,1176,1162,1161,1030,1016,1015,42,1067,1052,1068,0,1176,1161,1177,1030,1015,1031,42,1068,1052,1069,0,1177,1161,1178,1031,1015,1032,42,1052,1049,1069,0,1161,1158,1178,1015,1012,1032,42,1069,1049,1048,0,1178,1158,1157,1032,1012,1011,42,1069,1048,1070,0,1178,1157,1179,1032,1011,1033,42,1070,1048,1043,0,1179,1157,1152,1033,1011,1006,42,1048,1044,1043,0,1157,1153,1152,1011,1007,1006,42,1070,1043,1071,0,1179,1152,1180,1033,1006,1034,42,1071,1043,1041,0,1180,1152,1150,1034,1006,1004,42,1071,1041,1072,0,1180,1150,1181,1034,1004,1035,42,1072,1041,1039,0,1181,1150,1148,1035,1004,1002,42,1072,1039,1073,0,1181,1148,1182,1035,1002,1036,42,1073,1039,1037,0,1182,1148,1146,1036,1002,1000,42,1073,1037,1074,0,1182,1146,1183,1036,1000,1037,42,1074,1037,1036,0,1183,1146,1145,1037,1000,999,42,1075,1074,1036,0,1184,1185,1186,1038,1037,999,42,1023,1074,1075,0,1130,1185,1184,986,1037,1038,42,1023,1024,1074,0,1130,1131,1185,986,987,1037,42,1024,1076,1074,0,1131,1187,1185,987,1039,1037,42,1024,1077,1076,0,1131,1188,1187,987,1040,1039,42,1024,1025,1077,0,1131,1132,1188,987,988,1040,42,1025,1026,1077,0,1132,1133,1188,988,989,1040,42,1077,1026,1078,0,1189,1190,1191,1040,989,1041,42,1078,1026,1079,0,1191,1190,1192,1041,989,1042,42,1079,1026,1027,0,1192,1190,1193,1042,989,990,42,1079,1027,1080,0,1192,1193,1194,1042,990,1043,42,1080,1027,1028,0,1195,1196,1197,1043,990,991,42,1080,1028,1081,0,1195,1197,1198,1043,991,1044,42,1081,1028,1082,0,1198,1197,1199,1044,991,1045,42,1082,1028,1083,0,1199,1197,1200,1045,991,1046,42,1083,1028,1029,0,1201,1135,1136,1046,991,992,42,1083,1029,1030,0,1201,1136,1137,1046,992,993,42,1030,1033,1083,0,1137,1140,1201,993,996,1046,42,1082,1083,1033,0,1199,1200,1143,1045,1046,996,42,1034,1082,1033,0,1142,1199,1143,997,1045,996,42,1084,1082,1034,0,1202,1199,1142,1047,1045,997,42,1084,1081,1082,0,1202,1198,1199,1047,1044,1045,42,1081,1084,1085,0,1198,1202,1203,1044,1047,1048,42,1085,1084,1086,0,1203,1202,1204,1048,1047,1049,42,1086,1084,1087,0,1204,1202,1205,1049,1047,1050,42,1088,1087,1084,0,1206,1205,1202,1051,1050,1047,42,1088,1089,1087,0,1206,1207,1205,1051,1052,1050,42,1038,1089,1088,0,1147,1207,1206,1001,1052,1051,42,1038,1040,1089,0,1147,1149,1207,1001,1003,1052,42,1040,1090,1089,0,1149,1208,1207,1003,1053,1052,42,1040,1042,1090,0,1149,1151,1208,1003,1005,1053,42,1042,1045,1090,0,1151,1154,1208,1005,1008,1053,42,1090,1045,1091,0,1208,1154,1209,1053,1008,1054,42,1045,1092,1091,0,1154,1210,1209,1008,1055,1054,42,1045,1046,1092,0,1154,1155,1210,1008,1009,1055,42,1092,1046,1093,0,1210,1155,1211,1055,1009,1056,42,1093,1046,1094,0,1211,1155,1212,1056,1009,1057,42,1046,1047,1094,0,1155,1156,1212,1009,1010,1057,42,1094,1047,1050,0,1212,1156,1159,1057,1010,1013,42,1094,1050,1095,0,1212,1159,1213,1057,1013,1058,42,1095,1050,1096,0,1213,1159,1214,1058,1013,1059,42,1051,1096,1050,0,1160,1214,1159,1014,1059,1013,42,1051,1097,1096,0,1160,1215,1214,1014,1060,1059,42,1055,1097,1051,0,1164,1215,1160,1018,1060,1014,42,1055,1098,1097,0,1164,1216,1215,1018,1061,1060,42,1057,1098,1055,0,1166,1216,1164,1020,1061,1018,42,1057,1099,1098,0,1166,1217,1216,1020,1062,1061,42,1057,1100,1099,0,1166,1218,1217,1020,1063,1062,42,1058,1100,1057,0,1167,1218,1166,1021,1063,1020,42,1058,1101,1100,0,1167,1219,1218,1021,1064,1063,42,1060,1101,1058,0,1169,1219,1167,1023,1064,1021,42,1101,1060,1102,0,1219,1169,1220,1064,1023,1065,42,1060,1062,1102,0,1169,1171,1220,1023,1025,1065,42,1102,1062,1103,0,1221,1222,1223,1065,1025,1066,42,1062,1104,1103,0,1222,1224,1223,1025,1067,1066,42,1062,1063,1104,0,1222,1225,1224,1025,1026,1067,42,1063,1105,1104,0,1225,1226,1224,1026,1068,1067,42,1063,1106,1105,0,1225,1227,1226,1026,1069,1068,42,1064,1106,1063,0,1173,1228,1172,1027,1069,1026,42,1064,1107,1106,0,1173,1229,1228,1027,1070,1069,42,1107,1064,1108,0,1229,1173,1230,1070,1027,1071,42,1108,1064,1065,0,1230,1173,1174,1071,1027,1028,42,1108,1065,1067,0,1230,1174,1176,1071,1028,1030,42,1067,1065,1066,0,1176,1174,1175,1030,1028,1029,42,1068,1108,1067,0,1177,1230,1176,1031,1071,1030,42,1109,1108,1068,0,1231,1230,1177,1072,1071,1031,42,1109,1107,1108,0,1231,1229,1230,1072,1070,1071,42,1110,1107,1109,0,1232,1229,1231,1073,1070,1072,42,1107,1110,1111,0,1229,1232,1233,1070,1073,1074,42,1110,1112,1111,0,1232,1234,1233,1073,1075,1074,42,1110,1113,1112,0,1232,1235,1234,1073,1076,1075,42,1113,1110,1114,0,1235,1232,1236,1076,1073,1077,42,1114,1110,1109,0,1236,1232,1231,1077,1073,1072,42,1114,1109,1115,0,1236,1231,1237,1077,1072,1078,42,1115,1109,1068,0,1237,1231,1177,1078,1072,1031,42,1068,1069,1115,0,1177,1178,1237,1031,1032,1078,42,1069,1070,1115,0,1178,1179,1237,1032,1033,1078,42,1115,1070,1116,0,1237,1179,1238,1078,1033,1079,42,1116,1070,1071,0,1238,1179,1180,1079,1033,1034,42,1116,1071,1117,0,1238,1180,1239,1079,1034,1080,42,1117,1071,1072,0,1239,1180,1181,1080,1034,1035,42,1117,1072,1118,0,1239,1181,1240,1080,1035,1081,42,1118,1072,1073,0,1240,1181,1182,1081,1035,1036,42,1076,1118,1073,0,1241,1240,1182,1039,1081,1036,42,1076,1077,1118,0,1241,1189,1240,1039,1040,1081,42,1118,1077,1078,0,1240,1189,1191,1081,1040,1041,42,1118,1078,1119,0,1240,1191,1242,1081,1041,1082,42,1078,1079,1119,0,1191,1192,1242,1041,1042,1082,42,1113,1119,1079,0,1235,1242,1192,1076,1082,1042,42,1119,1113,1114,0,1242,1235,1236,1082,1076,1077,42,1119,1114,1116,0,1242,1236,1238,1082,1077,1079,42,1116,1114,1115,0,1238,1236,1237,1079,1077,1078,42,1117,1119,1116,0,1239,1242,1238,1080,1082,1079,42,1118,1119,1117,0,1240,1242,1239,1081,1082,1080,42,1113,1079,1080,0,1235,1192,1194,1076,1042,1043,42,1112,1113,1080,0,1234,1235,1194,1075,1076,1043,42,1112,1080,1081,0,1243,1195,1198,1075,1043,1044,42,1112,1081,1085,0,1243,1198,1203,1075,1044,1048,42,1111,1112,1085,0,1244,1243,1203,1074,1075,1048,42,1111,1085,1086,0,1244,1203,1204,1074,1048,1049,42,1106,1111,1086,0,1227,1244,1204,1069,1074,1049,42,1107,1111,1106,0,1229,1233,1228,1070,1074,1069,42,1106,1086,1105,0,1227,1204,1226,1069,1049,1068,42,1105,1086,1087,0,1226,1204,1205,1068,1049,1050,42,1105,1087,1120,0,1226,1205,1245,1068,1050,1083,42,1089,1120,1087,0,1207,1245,1205,1052,1083,1050,42,1089,1090,1120,0,1207,1208,1245,1052,1053,1083,42,1090,1091,1120,0,1208,1209,1245,1053,1054,1083,42,1104,1120,1091,0,1224,1245,1209,1067,1083,1054,42,1104,1105,1120,0,1224,1226,1245,1067,1068,1083,42,1103,1104,1091,0,1223,1224,1209,1066,1067,1054,42,1103,1091,1092,0,1223,1209,1210,1066,1054,1055,42,1103,1092,1121,0,1223,1210,1246,1066,1055,1084,42,1121,1092,1093,0,1246,1210,1211,1084,1055,1056,42,1121,1093,1122,0,1246,1211,1247,1084,1056,1085,42,1093,1123,1122,0,1211,1248,1247,1056,1086,1085,42,1093,1094,1123,0,1211,1212,1248,1056,1057,1086,42,1123,1094,1095,0,1248,1212,1213,1086,1057,1058,42,1123,1095,1124,0,1248,1213,1249,1086,1058,1087,42,1124,1095,1125,0,1249,1213,1250,1087,1058,1088,42,1095,1096,1125,0,1213,1214,1250,1058,1059,1088,42,1125,1096,1126,0,1250,1214,1251,1088,1059,1089,42,1097,1126,1096,0,1215,1251,1214,1060,1089,1059,42,1097,1127,1126,0,1215,1252,1251,1060,1090,1089,42,1098,1127,1097,0,1216,1252,1215,1061,1090,1060,42,1098,1128,1127,0,1216,1253,1252,1061,1091,1090,42,1099,1128,1098,0,1217,1253,1216,1062,1091,1061,42,1099,1129,1128,0,1217,1254,1253,1062,1092,1091,42,1130,1129,1099,0,1255,1254,1217,1093,1092,1062,42,1130,1131,1129,0,1255,1256,1254,1093,1094,1092,42,1132,1131,1130,0,1257,1256,1255,1095,1094,1093,42,1132,1133,1131,0,1257,1258,1256,1095,1096,1094,42,1132,1134,1133,0,1257,1259,1258,1095,1097,1096,42,1102,1134,1132,0,1220,1259,1257,1065,1097,1095,42,1102,1122,1134,0,1221,1247,1260,1065,1085,1097,42,1102,1121,1122,0,1221,1246,1247,1065,1084,1085,42,1102,1103,1121,0,1221,1223,1246,1065,1066,1084,42,1134,1122,1135,0,1260,1247,1261,1097,1085,1098,42,1122,1136,1135,0,1247,1262,1261,1085,1099,1098,42,1122,1123,1136,0,1247,1248,1262,1085,1086,1099,42,1123,1124,1136,0,1248,1249,1262,1086,1087,1099,42,1136,1124,1137,0,1262,1249,1263,1099,1087,1100,42,1124,1138,1137,0,1249,1264,1263,1087,1101,1100,42,1124,1125,1138,0,1249,1250,1264,1087,1088,1101,42,1138,1125,1139,0,1264,1250,1265,1101,1088,1102,42,1125,1126,1139,0,1250,1251,1265,1088,1089,1102,42,1139,1126,1140,0,1265,1251,1266,1102,1089,1103,42,1127,1140,1126,0,1252,1266,1251,1090,1103,1089,42,1127,1141,1140,0,1252,1267,1266,1090,1104,1103,42,1128,1141,1127,0,1253,1267,1252,1091,1104,1090,42,1128,1142,1141,0,1253,1268,1267,1091,1105,1104,42,1129,1142,1128,0,1254,1268,1253,1092,1105,1091,42,1129,1143,1142,0,1254,1269,1268,1092,1106,1105,42,1131,1143,1129,0,1256,1269,1254,1094,1106,1092,42,1131,1144,1143,0,1256,1270,1269,1094,1107,1106,42,1133,1144,1131,0,1258,1270,1256,1096,1107,1094,42,1133,1145,1144,0,1258,1271,1270,1096,1108,1107,42,1133,1135,1145,0,1258,1272,1271,1096,1098,1108,42,1134,1135,1133,0,1259,1272,1258,1097,1098,1096,42,1135,1146,1145,0,1272,1273,1271,1098,1109,1108,42,1135,1136,1146,0,1261,1262,1274,1098,1099,1109,42,1136,1137,1146,0,1262,1263,1274,1099,1100,1109,42,1146,1137,1147,0,1274,1263,1275,1109,1100,1110,42,1137,1148,1147,0,1263,1276,1275,1100,1111,1110,42,1137,1138,1148,0,1263,1264,1276,1100,1101,1111,42,1138,1149,1148,0,1264,1277,1276,1101,1112,1111,42,1138,1139,1149,0,1264,1265,1277,1101,1102,1112,42,1149,1139,1150,0,1277,1265,1278,1112,1102,1113,42,1139,1140,1150,0,1265,1266,1278,1102,1103,1113,42,1150,1140,1151,0,1278,1266,1279,1113,1103,1114,42,1141,1151,1140,0,1267,1279,1266,1104,1114,1103,42,1141,1152,1151,0,1267,1280,1279,1104,1115,1114,42,1142,1152,1141,0,1268,1280,1267,1105,1115,1104,42,1142,1153,1152,0,1268,1281,1280,1105,1116,1115,42,1143,1153,1142,0,1269,1281,1268,1106,1116,1105,42,1143,1154,1153,0,1269,1282,1281,1106,1117,1116,42,1144,1154,1143,0,1270,1282,1269,1107,1117,1106,42,1144,1155,1154,0,1270,1283,1282,1107,1118,1117,42,1145,1155,1144,0,1271,1283,1270,1108,1118,1107,42,1145,1156,1155,0,1271,1284,1283,1108,1119,1118,42,1145,1146,1156,0,1271,1273,1284,1108,1109,1119,42,1146,1147,1156,0,1273,1285,1284,1109,1110,1119,42,1156,1147,1157,0,1284,1285,1286,1119,1110,1120,42,1147,1158,1157,0,1285,1287,1286,1110,1121,1120,42,1147,1148,1158,0,1275,1276,1288,1110,1111,1121,42,1148,1159,1158,0,1276,1289,1288,1111,1122,1121,42,1148,1149,1159,0,1276,1277,1289,1111,1112,1122,42,1149,1160,1159,0,1277,1290,1289,1112,1123,1122,42,1149,1150,1160,0,1277,1278,1290,1112,1113,1123,42,1160,1150,1161,0,1290,1278,1291,1123,1113,1124,42,1150,1151,1161,0,1278,1279,1291,1113,1114,1124,42,1161,1151,1162,0,1291,1279,1292,1124,1114,1125,42,1152,1162,1151,0,1280,1292,1279,1115,1125,1114,42,1152,1163,1162,0,1280,1293,1292,1115,1126,1125,42,1153,1163,1152,0,1281,1293,1280,1116,1126,1115,42,1153,1164,1163,0,1281,1294,1293,1116,1127,1126,42,1154,1164,1153,0,1282,1294,1281,1117,1127,1116,42,1154,1165,1164,0,1282,1295,1294,1117,1128,1127,42,1155,1165,1154,0,1283,1295,1282,1118,1128,1117,42,1166,1165,1155,0,1296,1295,1283,1129,1128,1118,42,1167,1165,1166,0,1297,1295,1296,1130,1128,1129,42,1168,1165,1167,0,1298,1295,1297,1131,1128,1130,42,1168,1164,1165,0,1298,1294,1295,1131,1127,1128,42,1168,1169,1164,0,1298,1299,1294,1131,1132,1127,42,1168,1170,1169,0,1298,1300,1299,1131,1133,1132,42,1168,1171,1170,0,1298,1301,1300,1131,1134,1133,42,1167,1171,1168,0,1297,1301,1298,1130,1134,1131,42,1167,1172,1171,0,1297,1302,1301,1130,1135,1134,42,1173,1172,1167,0,1303,1302,1297,1136,1135,1130,42,1174,1172,1173,0,1304,1302,1303,1137,1135,1136,42,1175,1172,1174,0,371,392,393,1138,1135,1137,42,1175,1171,1172,0,371,391,392,1138,1134,1135,42,1170,1171,1175,0,390,391,371,1133,1134,1138,42,1176,1170,1175,0,377,390,371,1139,1133,1138,42,1169,1170,1176,0,1299,1300,1305,1132,1133,1139,42,1169,1176,1177,0,1299,1305,1306,1132,1139,1140,42,1178,1177,1176,0,1307,1306,1305,1141,1140,1139,42,1178,1179,1177,0,1307,1308,1306,1141,1142,1140,42,1180,1179,1178,0,1309,1308,1307,1143,1142,1141,42,1180,1181,1179,0,1309,1310,1308,1143,1144,1142,42,1181,1180,1182,0,1310,1309,1311,1144,1143,1145,42,1180,1175,1182,0,375,371,374,1143,1138,1145,42,1178,1175,1180,0,376,371,375,1141,1138,1143,42,1178,1176,1175,0,376,377,371,1141,1139,1138,42,1182,1175,1183,0,374,371,372,1145,1138,1146,42,1175,1184,1183,0,371,373,372,1138,1147,1146,42,1175,1174,1184,0,371,393,373,1138,1137,1147,42,1184,1174,1185,0,1312,1304,1313,1147,1137,1148,42,1185,1174,1173,0,1313,1304,1303,1148,1137,1136,42,1185,1173,1157,0,1313,1303,1286,1148,1136,1120,42,1173,1166,1157,0,1303,1296,1286,1136,1129,1120,42,1167,1166,1173,0,1297,1296,1303,1130,1129,1136,42,1157,1166,1156,0,1286,1296,1284,1120,1129,1119,42,1156,1166,1155,0,1284,1296,1283,1119,1129,1118,42,1158,1185,1157,0,1287,1313,1286,1121,1148,1120,42,1186,1185,1158,0,1314,1313,1287,1149,1148,1121,42,1185,1186,1184,0,1313,1314,1312,1148,1149,1147,42,1186,1183,1184,0,1314,1315,1312,1149,1146,1147,42,1186,1187,1183,0,1316,1317,1318,1149,1150,1146,42,1159,1187,1186,0,1289,1317,1316,1122,1150,1149,42,1160,1187,1159,0,1290,1317,1289,1123,1150,1122,42,1160,1181,1187,0,1290,1310,1317,1123,1144,1150,42,1160,1161,1181,0,1290,1291,1310,1123,1124,1144,42,1181,1161,1179,0,1310,1291,1308,1144,1124,1142,42,1161,1162,1179,0,1291,1292,1308,1124,1125,1142,42,1179,1162,1177,0,1308,1292,1306,1142,1125,1140,42,1177,1162,1163,0,1306,1292,1293,1140,1125,1126,42,1169,1177,1163,0,1299,1306,1293,1132,1140,1126,42,1169,1163,1164,0,1299,1293,1294,1132,1126,1127,42,1187,1181,1182,0,1317,1310,1311,1150,1144,1145,42,1187,1182,1183,0,1317,1311,1318,1150,1145,1146,42,1159,1186,1158,0,1289,1316,1288,1122,1149,1121,42,1188,1102,1132,0,1319,1220,1257,1151,1065,1095,42,1101,1102,1188,0,1219,1220,1319,1064,1065,1151,42,1101,1188,1100,0,1219,1319,1218,1064,1151,1063,42,1188,1130,1100,0,1319,1255,1218,1151,1093,1063,42,1188,1132,1130,0,1319,1257,1255,1151,1095,1093,42,1100,1130,1099,0,1218,1255,1217,1063,1093,1062,42,1074,1076,1073,0,1183,1241,1182,1037,1039,1036,42,1035,1038,1088,0,1144,1147,1206,998,1001,1051,42,1035,1088,1034,0,1144,1206,1142,998,1051,997,42,1034,1088,1084,0,1142,1206,1202,997,1051,1047,42,1022,1023,1075,0,1129,1130,1184,985,986,1038,42,1022,1075,1021,0,1127,1320,1126,985,1038,984,42,1021,1075,1031,0,1126,1320,1138,984,1038,994,42,1031,1075,1036,0,1138,1320,1321,994,1038,999,42,1036,1032,1031,0,1321,1139,1138,999,995,994,42,1021,1031,1020,0,1126,1138,1125,984,994,983,42,122,120,121,0,1128,108,109,84,82,83,42,97,98,123,0,78,79,112,59,60,85,42,58,59,94,0,23,24,73,20,21,56,42,94,92,58,0,73,75,23,56,54,20,42,58,92,91,0,23,75,1322,20,54,53,42,58,91,57,0,23,1322,22,20,53,19,42,57,91,1189,0,22,1322,1323,19,53,1152,42,1189,91,90,0,1324,68,67,1152,53,52,42,24,1189,90,0,1325,1324,67,1153,1152,52,42,21,24,90,0,1326,1325,67,1154,1153,52,42,21,90,88,0,1326,67,65,1154,52,50,42,19,21,88,0,18,1326,65,16,1154,50,42,19,88,18,0,18,65,17,16,50,15,42,65,66,68,0,32,33,42,27,28,30,42,66,67,68,0,33,34,42,28,29,30,42,12,56,11,0,25,19,21,9,17,8,42,4,5,3,1,1327,1328,1329,4,1155,3,42,4,6,5,1,1327,1330,1328,4,1156,1155,42,7,6,4,1,1331,1330,1327,7,1156,4,42,7,8,6,1,1331,1332,1330,7,1157,1156,42,9,7,8,1,1333,1331,1332,6,7,1157,42,20,19,1,1,1334,1335,1336,1158,16,1,42,20,21,19,1,1334,1337,1335,1158,1154,16,42,22,21,20,1,1338,1337,1334,1159,1154,1158,42,23,21,22,1,1339,1337,1338,1160,1154,1159,42,23,24,21,1,1339,1340,1337,1160,1153,1154,42,23,25,24,1,1339,1341,1340,1160,1161,1153,42,23,26,25,1,1339,1342,1341,1160,1162,1161,42,23,27,26,1,1339,1343,1342,1160,1163,1162,42,23,28,27,1,1339,1344,1343,1160,1164,1163,42,23,29,28,1,1339,1345,1344,1160,1165,1164,42,22,29,23,1,1338,1345,1339,1159,1165,1160,42,30,29,22,1,1346,1345,1338,1166,1165,1159,42,30,31,29,1,1346,1347,1345,1166,1167,1165,42,30,32,31,1,1346,1348,1347,1166,1168,1167,42,33,32,30,1,1349,1348,1346,1169,1168,1166,42,33,34,32,1,1349,1350,1348,1169,1170,1168,42,35,34,33,1,1351,1350,1349,1171,1170,1169,42,35,36,34,1,1351,1352,1350,1171,1172,1170,42,35,37,36,1,1351,1353,1352,1171,1173,1172,42,37,35,5,1,1353,1351,1328,1173,1171,1155,42,35,33,5,1,1351,1349,1328,1171,1169,1155,42,5,33,30,1,1328,1349,1346,1155,1169,1166,42,5,30,3,1,1328,1346,1329,1155,1166,3,42,30,1,3,1,1346,1336,1329,1166,1,3,42,30,22,1,1,1346,1338,1336,1166,1159,1,42,22,20,1,1,1338,1334,1336,1159,1158,1,42,6,37,5,1,1330,1353,1328,1156,1173,1155,42,6,38,37,1,1330,1354,1353,1156,1174,1173,42,6,39,38,1,1330,1355,1354,1156,1175,1174,42,8,39,6,1,1332,1355,1330,1157,1175,1156,42,8,40,39,1,1332,1356,1355,1157,1176,1175,42,41,40,8,1,1357,1356,1332,1177,1176,1157,42,42,40,41,1,1358,1359,1360,1178,1176,1177,42,42,43,40,1,1358,1361,1359,1178,1179,1176,42,42,44,43,1,1358,1362,1361,1178,1180,1179,42,45,44,42,1,1363,1362,1358,1181,1180,1178,42,45,46,44,1,1363,1364,1362,1181,1182,1180,42,46,45,47,1,1364,1363,1362,1182,1181,1183,42,47,45,48,1,1362,1363,1358,1183,1181,1184,42,45,49,48,1,1363,1365,1358,1181,1185,1184,42,45,50,49,1,1363,1366,1365,1181,1186,1185,42,45,51,50,1,1363,1365,1366,1181,1187,1186,42,45,42,51,1,1363,1358,1365,1181,1178,1187,42,42,41,51,1,1358,1360,1365,1178,1177,1187,42,51,41,52,1,1367,1357,1368,1187,1177,1188,42,52,41,8,1,1368,1357,1332,1188,1177,1157,42,9,8,52,1,1333,1332,1368,6,1157,1188,42,53,52,9,1,1369,1368,1333,1189,1188,6,42,53,51,52,1,1369,1367,1368,1189,1187,1188,42,50,51,53,1,1370,1367,1369,1186,1187,1189,42,49,50,53,1,1371,1372,1373,1185,1186,1189,42,49,53,54,1,1371,1373,1374,1185,1189,1190,42,53,55,54,1,1373,1375,1374,1189,18,1190,42,53,11,55,1,1373,1376,1375,1189,8,18,42,53,9,11,1,1369,1333,1377,1189,6,8,42,1189,24,25,1,1378,1340,1341,1152,1153,1161,42,1190,1189,25,1,1379,1380,1341,1191,1152,1161,42,57,1189,1190,1,1381,1380,1379,19,1152,1191,42,1191,57,1190,1,1382,1381,1379,1192,19,1191,42,1191,55,57,1,1382,1375,1381,1192,18,19,42,54,55,1191,1,1374,1375,1382,1190,18,1192,42,1192,54,1191,1,1383,1374,1382,1193,1190,1192,42,49,54,1192,1,1371,1374,1383,1185,1190,1193,42,48,49,1192,1,1358,1365,1360,1184,1185,1193,42,48,1192,1193,1,1358,1360,1359,1184,1193,1194,42,1192,1191,1193,1,1383,1382,1384,1193,1192,1194,42,1193,1191,1194,1,1384,1382,1385,1194,1192,1195,42,1194,1191,1190,1,1385,1382,1379,1195,1192,1191,42,1194,1190,1195,1,1385,1379,1386,1195,1191,1196,42,1190,1196,1195,1,1379,1387,1386,1191,1197,1196,42,1190,25,1196,1,1379,1341,1387,1191,1161,1197,42,1196,25,1197,1,1387,1341,1388,1197,1161,1198,42,1197,25,26,1,1388,1341,1342,1198,1161,1162,42,26,1198,1197,1,1342,1389,1388,1162,1199,1198,42,27,1198,26,1,1343,1389,1342,1163,1199,1162,42,27,1199,1198,1,1343,1390,1389,1163,1200,1199,42,28,1199,27,1,1344,1390,1343,1164,1200,1163,42,28,1200,1199,1,1344,1391,1390,1164,1201,1200,42,28,1201,1200,1,1344,1392,1391,1164,1202,1201,42,29,1201,28,1,1345,1392,1344,1165,1202,1164,42,31,1201,29,1,1347,1392,1345,1167,1202,1165,42,31,1202,1201,1,1347,1393,1392,1167,1203,1202,42,31,1203,1202,1,1347,1394,1393,1167,1204,1203,42,32,1203,31,1,1348,1394,1347,1168,1204,1167,42,34,1203,32,1,1350,1394,1348,1170,1204,1168,42,1204,1203,34,1,1395,1394,1350,1205,1204,1170,42,1204,1205,1203,1,1395,1396,1394,1205,1206,1204,42,1206,1205,1204,1,1397,1396,1395,1207,1206,1205,42,1206,1207,1205,1,1397,1398,1396,1207,1208,1206,42,1208,1207,1206,1,1399,1398,1397,1209,1208,1207,42,1208,1209,1207,1,1399,1400,1398,1209,1210,1208,42,1210,1209,1208,1,1401,1400,1399,1211,1210,1209,42,1210,1211,1209,1,1401,1402,1400,1211,1212,1210,42,1212,1211,1210,1,1403,1402,1401,1213,1212,1211,42,1212,1213,1211,1,1403,1404,1402,1213,1214,1212,42,1214,1213,1212,1,1405,1404,1403,1215,1214,1213,42,1214,1215,1213,1,1405,1406,1404,1215,1216,1214,42,1214,1216,1215,1,1405,1407,1406,1215,1217,1216,42,1214,1217,1216,1,1405,1408,1407,1215,1218,1217,42,1218,1217,1214,1,1409,1408,1405,1219,1218,1215,42,1218,1219,1217,1,1409,1410,1408,1219,1220,1218,42,1220,1219,1218,1,1411,1410,1409,1221,1220,1219,42,1221,1219,1220,1,1412,1410,1411,1222,1220,1221,42,1222,1219,1221,1,1413,1410,1412,1223,1220,1222,42,1223,1219,1222,1,1414,1410,1413,1224,1220,1223,42,1219,1223,1217,1,1410,1414,1408,1220,1224,1218,42,1223,1224,1217,1,1414,1415,1408,1224,1225,1218,42,1225,1224,1223,1,1416,1415,1414,1226,1225,1224,42,1226,1224,1225,1,1417,1415,1416,1227,1225,1226,42,1227,1224,1226,1,1418,1415,1417,1228,1225,1227,42,1216,1224,1227,1,1407,1415,1418,1217,1225,1228,42,1217,1224,1216,1,1408,1415,1407,1218,1225,1217,42,1216,1227,1228,1,1407,1418,1419,1217,1228,1229,42,1228,1227,1229,1,1419,1418,1420,1229,1228,1230,42,1227,1230,1229,1,1418,1421,1420,1228,1231,1230,42,1227,1226,1230,1,1418,1417,1421,1228,1227,1231,42,1231,1230,1226,1,1422,1421,1417,1232,1231,1227,42,1232,1230,1231,1,1423,1421,1422,1233,1231,1232,42,1232,1233,1230,1,1423,1424,1421,1233,1234,1231,42,1234,1233,1232,1,1425,1424,1423,1235,1234,1233,42,1233,1234,1235,1,1424,1425,1426,1234,1235,1236,42,1234,1236,1235,1,1425,1427,1426,1235,1237,1236,42,1237,1236,1234,1,1428,1427,1425,1238,1237,1235,42,1237,1238,1236,1,1428,1429,1427,1238,1239,1237,42,1237,1239,1238,1,1428,1430,1429,1238,1240,1239,42,1240,1239,1237,1,1431,1430,1428,1241,1240,1238,42,1240,1199,1239,1,1431,1390,1430,1241,1200,1240,42,1198,1199,1240,1,1389,1390,1431,1199,1200,1241,42,1241,1198,1240,1,1432,1389,1431,1242,1199,1241,42,1197,1198,1241,1,1388,1389,1432,1198,1199,1242,42,1196,1197,1241,1,1387,1388,1432,1197,1198,1242,42,1242,1196,1241,1,1433,1387,1432,1243,1197,1242,42,1195,1196,1242,1,1386,1387,1433,1196,1197,1243,42,1195,1242,1243,1,1386,1433,1434,1196,1243,1244,42,1243,1242,1244,1,1434,1433,1435,1244,1243,1245,42,1244,1242,1245,1,1435,1433,1436,1245,1243,1246,42,1242,1246,1245,1,1433,1437,1436,1243,1247,1246,42,1242,1241,1246,1,1433,1432,1437,1243,1242,1247,42,1246,1241,1247,1,1437,1432,1438,1247,1242,1248,42,1241,1248,1247,1,1432,1439,1438,1242,1249,1248,42,1241,1240,1248,1,1432,1431,1439,1242,1241,1249,42,1248,1240,1237,1,1439,1431,1428,1249,1241,1238,42,1248,1237,1249,1,1439,1428,1440,1249,1238,1250,42,1249,1237,1250,1,1440,1428,1441,1250,1238,1251,42,1250,1237,1234,1,1441,1428,1425,1251,1238,1235,42,1250,1234,1251,1,1441,1425,1442,1251,1235,1252,42,1234,1232,1251,1,1425,1423,1442,1235,1233,1252,42,1251,1232,1252,1,1442,1423,1443,1252,1233,1253,42,1232,1231,1252,1,1423,1422,1443,1233,1232,1253,42,1231,1253,1252,1,1422,1444,1443,1232,1254,1253,42,1231,1254,1253,1,1422,1445,1444,1232,1255,1254,42,1231,1226,1254,1,1422,1417,1445,1232,1227,1255,42,1226,1225,1254,1,1417,1416,1445,1227,1226,1255,42,1253,1254,1225,1,1444,1445,1416,1254,1255,1226,42,1253,1225,1255,1,1444,1416,1446,1254,1226,1256,42,1256,1255,1225,1,1447,1446,1416,1257,1256,1226,42,1257,1255,1256,1,1448,1446,1447,1258,1256,1257,42,1253,1255,1257,1,1444,1446,1448,1254,1256,1258,42,1258,1253,1257,1,1449,1444,1448,1259,1254,1258,42,1259,1253,1258,1,1450,1444,1449,1260,1254,1259,42,1252,1253,1259,1,1443,1444,1450,1253,1254,1260,42,1252,1259,1260,1,1443,1450,1451,1253,1260,1261,42,1260,1259,1261,1,1451,1450,1452,1261,1260,1262,42,1258,1261,1259,1,1449,1452,1450,1259,1262,1260,42,1258,1262,1261,1,1449,1453,1452,1259,1263,1262,42,1258,1263,1262,1,1449,1454,1453,1259,1264,1263,42,1258,1264,1263,1,1449,1455,1454,1259,1265,1264,42,1257,1264,1258,1,1448,1455,1449,1258,1265,1259,42,1257,1265,1264,1,1448,1456,1455,1258,1266,1265,42,1257,1266,1265,1,1448,1457,1456,1258,1267,1266,42,1267,1266,1257,1,1458,1457,1448,1268,1267,1258,42,1268,1266,1267,1,1459,1457,1458,1269,1267,1268,42,1268,1269,1266,1,1459,1460,1457,1269,1270,1267,42,1270,1269,1268,1,1461,1460,1459,1271,1270,1269,42,1271,1269,1270,1,1462,1460,1461,1272,1270,1271,42,1272,1269,1271,1,1463,1460,1462,1273,1270,1272,42,1273,1269,1272,1,1464,1460,1463,1274,1270,1273,42,1273,1274,1269,1,1464,1465,1460,1274,1275,1270,42,1273,1275,1274,1,1464,1466,1465,1274,1276,1275,42,1276,1275,1273,1,1467,1466,1464,1277,1276,1274,42,1277,1275,1276,1,1468,1466,1467,1278,1276,1277,42,1278,1275,1277,1,1469,1466,1468,1279,1276,1278,42,1278,1279,1275,1,1469,1470,1466,1279,1280,1276,42,1264,1279,1278,1,1455,1470,1469,1265,1280,1279,42,1265,1279,1264,1,1456,1470,1455,1266,1280,1265,42,1266,1279,1265,1,1457,1470,1456,1267,1280,1266,42,1266,1274,1279,1,1457,1465,1470,1267,1275,1280,42,1266,1269,1274,1,1457,1460,1465,1267,1270,1275,42,1275,1279,1274,1,1466,1470,1465,1276,1280,1275,42,1264,1278,1280,1,1455,1469,1471,1265,1279,1281,42,1280,1278,1277,1,1471,1469,1468,1281,1279,1278,42,1281,1280,1277,1,1472,1471,1468,1282,1281,1278,42,1261,1280,1281,1,1452,1471,1472,1262,1281,1282,42,1262,1280,1261,1,1453,1471,1452,1263,1281,1262,42,1263,1280,1262,1,1454,1471,1453,1264,1281,1263,42,1264,1280,1263,1,1455,1471,1454,1265,1281,1264,42,1282,1261,1281,1,1473,1452,1472,1283,1262,1282,42,1260,1261,1282,1,1451,1452,1473,1261,1262,1283,42,1260,1282,1283,1,1451,1473,1474,1261,1283,1284,42,1282,1284,1283,1,1473,1475,1474,1283,1285,1284,42,1282,1281,1284,1,1473,1472,1475,1283,1282,1285,42,1284,1281,1277,1,1475,1472,1468,1285,1282,1278,42,1284,1277,1285,1,1475,1468,1476,1285,1278,1286,42,1285,1277,1276,1,1476,1468,1467,1286,1278,1277,42,1286,1285,1276,1,1477,1476,1467,1287,1286,1277,42,1286,1287,1285,1,1477,1478,1476,1287,1288,1286,42,1288,1287,1286,1,1479,1478,1477,1289,1288,1287,42,1283,1287,1288,1,1474,1478,1479,1284,1288,1289,42,1283,1285,1287,1,1474,1476,1478,1284,1286,1288,42,1283,1284,1285,1,1474,1475,1476,1284,1285,1286,42,1289,1283,1288,1,1480,1474,1479,1290,1284,1289,42,1260,1283,1289,1,1451,1474,1480,1261,1284,1290,42,1290,1260,1289,1,1481,1451,1480,1291,1261,1290,42,1291,1260,1290,1,1482,1451,1481,1292,1261,1291,42,1292,1260,1291,1,1483,1451,1482,1293,1261,1292,42,1292,1251,1260,1,1483,1442,1451,1293,1252,1261,42,1293,1251,1292,1,1484,1442,1483,1294,1252,1293,42,1293,1250,1251,1,1484,1441,1442,1294,1251,1252,42,1249,1250,1293,1,1440,1441,1484,1250,1251,1294,42,1248,1249,1293,1,1439,1440,1484,1249,1250,1294,42,1247,1248,1293,1,1438,1439,1484,1248,1249,1294,42,1247,1293,1292,1,1438,1484,1483,1248,1294,1293,42,1294,1247,1292,1,1485,1438,1483,1295,1248,1293,42,1246,1247,1294,1,1437,1438,1485,1247,1248,1295,42,1245,1246,1294,1,1436,1437,1485,1246,1247,1295,42,1245,1294,1295,1,1436,1485,1486,1246,1295,1296,42,1295,1294,1296,1,1486,1485,1487,1296,1295,1297,42,1294,1292,1296,1,1485,1483,1487,1295,1293,1297,42,1296,1292,1291,1,1487,1483,1482,1297,1293,1292,42,1296,1291,1297,1,1487,1482,1488,1297,1292,1298,42,1297,1291,1298,1,1488,1482,1489,1298,1292,1299,42,1291,1290,1298,1,1482,1481,1489,1292,1291,1299,42,1298,1290,1299,1,1489,1481,1490,1299,1291,1300,42,1299,1290,1300,1,1490,1481,1491,1300,1291,1301,42,1300,1290,1289,1,1491,1481,1480,1301,1291,1290,42,1300,1289,1301,1,1491,1480,1492,1301,1290,1302,42,1289,1288,1301,1,1480,1479,1492,1290,1289,1302,42,1301,1288,1302,1,1492,1479,1493,1302,1289,1303,42,1302,1288,1303,1,1493,1479,1494,1303,1289,1304,42,1288,1286,1303,1,1479,1477,1494,1289,1287,1304,42,1303,1286,1304,1,1494,1477,1495,1304,1287,1305,42,1304,1286,1305,1,1495,1477,1496,1305,1287,1306,42,1305,1286,1306,1,1496,1477,1497,1306,1287,1307,42,1286,1276,1306,1,1477,1467,1497,1287,1277,1307,42,1276,1273,1306,1,1467,1464,1497,1277,1274,1307,42,1306,1273,1307,1,1497,1464,1498,1307,1274,1308,42,1307,1273,1272,1,1498,1464,1463,1308,1274,1273,42,1307,1272,1308,1,1498,1463,1499,1308,1273,1309,42,1308,1272,1271,1,1499,1463,1462,1309,1273,1272,42,1308,1271,1309,1,1499,1462,1500,1309,1272,1310,42,1309,1271,1310,1,1500,1462,1501,1310,1272,1311,42,1310,1271,1267,1,1501,1462,1458,1311,1272,1268,42,1271,1270,1267,1,1462,1461,1458,1272,1271,1268,42,1270,1268,1267,1,1461,1459,1458,1271,1269,1268,42,1310,1267,1256,1,1501,1458,1447,1311,1268,1257,42,1267,1257,1256,1,1458,1448,1447,1268,1258,1257,42,1310,1256,1311,1,1501,1447,1502,1311,1257,1312,42,1256,1222,1311,1,1447,1413,1502,1257,1223,1312,42,1256,1312,1222,1,1447,1503,1413,1257,1313,1223,42,1256,1225,1312,1,1447,1416,1503,1257,1226,1313,42,1312,1225,1223,1,1503,1416,1414,1313,1226,1224,42,1312,1223,1222,1,1503,1414,1413,1313,1224,1223,42,1311,1222,1221,1,1502,1413,1412,1312,1223,1222,42,1311,1221,1313,1,1502,1412,1504,1312,1222,1314,42,1313,1221,1314,1,1504,1412,1505,1314,1222,1315,42,1221,1220,1314,1,1412,1411,1505,1222,1221,1315,42,1314,1220,1315,1,1505,1411,1506,1315,1221,1316,42,1315,1220,1316,1,1506,1411,1507,1316,1221,1317,42,1316,1220,1317,1,1507,1411,1508,1317,1221,1318,42,1317,1220,1218,1,1508,1411,1409,1318,1221,1219,42,1317,1218,1318,1,1508,1409,1509,1318,1219,1319,42,1318,1218,1319,1,1509,1409,1510,1319,1219,1320,42,1218,1214,1319,1,1409,1405,1510,1219,1215,1320,42,1319,1214,1212,1,1510,1405,1403,1320,1215,1213,42,1212,1210,1319,1,1403,1401,1510,1213,1211,1320,42,1319,1210,1318,1,1510,1401,1509,1320,1211,1319,42,1320,1318,1210,1,1511,1509,1401,1321,1319,1211,42,1316,1318,1320,1,1507,1509,1511,1317,1319,1321,42,1316,1317,1318,1,1507,1508,1509,1317,1318,1319,42,1315,1316,1320,1,1506,1507,1511,1316,1317,1321,42,1315,1320,1208,1,1506,1511,1399,1316,1321,1209,42,1320,1210,1208,1,1511,1401,1399,1321,1211,1209,42,1314,1315,1208,1,1505,1506,1399,1315,1316,1209,42,1314,1208,1206,1,1505,1399,1397,1315,1209,1207,42,1314,1206,1321,1,1505,1397,1512,1315,1207,1322,42,1321,1206,1322,1,1512,1397,1513,1322,1207,1323,42,1322,1206,1323,1,1513,1397,1514,1323,1207,1324,42,1323,1206,1204,1,1514,1397,1395,1324,1207,1205,42,1323,1204,36,1,1514,1395,1352,1324,1205,1172,42,36,1204,34,1,1352,1395,1350,1172,1205,1170,42,1324,1323,36,1,1515,1514,1352,1325,1324,1172,42,1325,1323,1324,1,1516,1514,1515,1326,1324,1325,42,1325,1322,1323,1,1516,1513,1514,1326,1323,1324,42,1325,1321,1322,1,1516,1512,1513,1326,1322,1323,42,1313,1321,1325,1,1504,1512,1516,1314,1322,1326,42,1313,1314,1321,1,1504,1505,1512,1314,1315,1322,42,1326,1313,1325,1,1517,1504,1516,1327,1314,1326,42,1309,1313,1326,1,1500,1504,1517,1310,1314,1327,42,1309,1311,1313,1,1500,1502,1504,1310,1312,1314,42,1309,1310,1311,1,1500,1501,1502,1310,1311,1312,42,1327,1309,1326,1,1518,1500,1517,1328,1310,1327,42,1328,1309,1327,1,1519,1500,1518,1329,1310,1328,42,1329,1309,1328,1,1520,1500,1519,1330,1310,1329,42,1329,1330,1309,1,1520,1521,1500,1330,1331,1310,42,1304,1330,1329,1,1495,1521,1520,1305,1331,1330,42,1304,1305,1330,1,1495,1496,1521,1305,1306,1331,42,1305,1306,1330,1,1496,1497,1521,1306,1307,1331,42,1330,1306,1307,1,1521,1497,1498,1331,1307,1308,42,1330,1307,1308,1,1521,1498,1499,1331,1308,1309,42,1309,1330,1308,1,1500,1521,1499,1310,1331,1309,42,1331,1304,1329,1,1522,1495,1520,1332,1305,1330,42,1302,1304,1331,1,1493,1495,1522,1303,1305,1332,42,1302,1303,1304,1,1493,1494,1495,1303,1304,1305,42,1332,1302,1331,1,1523,1493,1522,1333,1303,1332,42,1301,1302,1332,1,1492,1493,1523,1302,1303,1333,42,1333,1301,1332,1,1524,1492,1523,1334,1302,1333,42,1334,1301,1333,1,1525,1492,1524,1335,1302,1334,42,1300,1301,1334,1,1491,1492,1525,1301,1302,1335,42,1335,1300,1334,1,1526,1491,1525,1336,1301,1335,42,1336,1300,1335,1,1527,1491,1526,1337,1301,1336,42,1299,1300,1336,1,1490,1491,1527,1300,1301,1337,42,1337,1299,1336,1,1528,1490,1527,1338,1300,1337,42,1337,1338,1299,1,1528,1529,1490,1338,1339,1300,42,1337,1339,1338,1,1528,1530,1529,1338,1340,1339,42,1337,1340,1339,1,1528,1531,1530,1338,1341,1340,42,1341,1340,1337,1,1532,1531,1528,1342,1341,1338,42,1342,1340,1341,1,1533,1531,1532,1343,1341,1342,42,1343,1340,1342,1,1534,1531,1533,1344,1341,1343,42,1344,1340,1343,1,1535,1531,1534,1345,1341,1344,42,1340,1344,1339,1,1531,1535,1530,1341,1345,1340,42,1344,1338,1339,1,1535,1529,1530,1345,1339,1340,42,1345,1338,1344,1,1536,1529,1535,1346,1339,1345,42,1345,1298,1338,1,1536,1489,1529,1346,1299,1339,42,1297,1298,1345,1,1488,1489,1536,1298,1299,1346,42,1346,1297,1345,1,1537,1488,1536,1347,1298,1346,42,1295,1297,1346,1,1486,1488,1537,1296,1298,1347,42,1295,1296,1297,1,1486,1487,1488,1296,1297,1298,42,1347,1295,1346,1,1538,1486,1537,1348,1296,1347,42,1347,1245,1295,1,1538,1436,1486,1348,1246,1296,42,1348,1245,1347,1,1539,1436,1538,1349,1246,1348,42,1244,1245,1348,1,1435,1436,1539,1245,1246,1349,42,1349,1244,1348,1,1540,1435,1539,1350,1245,1349,42,1350,1244,1349,1,1541,1435,1540,1351,1245,1350,42,1350,1243,1244,1,1541,1434,1435,1351,1244,1245,42,1350,1351,1243,1,1541,1542,1434,1351,1352,1244,42,1352,1351,1350,1,1543,1542,1541,1353,1352,1351,42,1353,1351,1352,1,1544,1542,1543,1354,1352,1353,42,1353,1354,1351,1,1544,1545,1542,1354,1355,1352,42,1353,1355,1354,1,1546,1547,1548,1354,1356,1355,42,1356,1355,1353,1,1549,1547,1546,1357,1356,1354,42,1355,1356,1357,1,1547,1549,1550,1356,1357,1358,42,1356,1358,1357,1,1551,1552,1553,1357,1359,1358,42,1356,1359,1358,1,1551,1554,1552,1357,1360,1359,42,1360,1359,1356,1,1555,1554,1551,1361,1360,1357,42,1360,1361,1359,1,1555,1556,1554,1361,1362,1360,42,1362,1361,1360,1,1557,1556,1555,1363,1362,1361,42,1361,1362,1363,1,1556,1557,1558,1362,1363,1364,42,1362,1364,1363,1,1557,1559,1558,1363,1365,1364,42,1364,1362,1353,1,1560,1561,1546,1365,1363,1354,42,1362,1360,1353,1,1561,1562,1546,1363,1361,1354,42,1353,1360,1356,1,1546,1562,1549,1354,1361,1357,42,1363,1364,1353,1,1558,1559,1544,1364,1365,1354,42,1363,1353,1352,1,1558,1544,1543,1364,1354,1353,42,1363,1352,1361,1,1558,1543,1556,1364,1353,1362,42,1361,1352,1350,1,1556,1543,1541,1362,1353,1351,42,1361,1350,1359,1,1556,1541,1554,1362,1351,1360,42,1359,1350,1358,1,1554,1541,1552,1360,1351,1359,42,1350,1349,1358,1,1541,1540,1552,1351,1350,1359,42,1357,1358,1349,1,1553,1552,1540,1358,1359,1350,42,1357,1349,1348,1,1553,1540,1539,1358,1350,1349,42,1357,1348,1365,1,1553,1539,1563,1358,1349,1366,42,1348,1347,1365,1,1539,1538,1563,1349,1348,1366,42,1347,1366,1365,1,1538,1564,1563,1348,1367,1366,42,1347,1367,1366,1,1538,1565,1564,1348,1368,1367,42,1347,1368,1367,1,1538,1566,1565,1348,1369,1368,42,1347,1346,1368,1,1538,1537,1566,1348,1347,1369,42,1368,1346,1369,1,1566,1537,1567,1369,1347,1370,42,1346,1345,1369,1,1537,1536,1567,1347,1346,1370,42,1369,1345,1344,1,1567,1536,1535,1370,1346,1345,42,1369,1344,1343,1,1567,1535,1534,1370,1345,1344,42,1369,1343,1370,1,1567,1534,1568,1370,1344,1371,42,1370,1343,1342,1,1568,1534,1533,1371,1344,1343,42,1342,1371,1370,1,1533,1569,1568,1343,1372,1371,42,1342,1372,1371,1,1533,1570,1569,1343,1373,1372,42,1373,1372,1342,1,1571,1570,1533,1374,1373,1343,42,1374,1372,1373,1,1572,1570,1571,1375,1373,1374,42,1375,1372,1374,1,1573,1570,1572,1376,1373,1375,42,1371,1372,1375,1,1569,1570,1573,1372,1373,1376,42,1376,1371,1375,1,1574,1569,1573,1377,1372,1376,42,1370,1371,1376,1,1568,1569,1574,1371,1372,1377,42,1369,1370,1376,1,1567,1568,1574,1370,1371,1377,42,1369,1376,1367,1,1567,1574,1565,1370,1377,1368,42,1367,1376,1377,1,1565,1574,1575,1368,1377,1378,42,1376,1378,1377,1,1574,1576,1575,1377,1379,1378,42,1376,1375,1378,1,1574,1573,1576,1377,1376,1379,42,1375,1379,1378,1,1573,1577,1576,1376,1380,1379,42,1379,1375,1374,1,1577,1573,1572,1380,1376,1375,42,1374,1336,1379,1,1572,1527,1577,1375,1337,1380,42,1374,1373,1336,1,1572,1571,1527,1375,1374,1337,42,1336,1373,1380,1,1527,1571,1578,1337,1374,1381,42,1380,1373,1341,1,1578,1571,1532,1381,1374,1342,42,1341,1373,1342,1,1532,1571,1533,1342,1374,1343,42,1380,1341,1337,1,1578,1532,1528,1381,1342,1338,42,1336,1380,1337,1,1527,1578,1528,1337,1381,1338,42,1336,1335,1379,1,1527,1526,1577,1337,1336,1380,42,1335,1381,1379,1,1526,1579,1577,1336,1382,1380,42,1335,1334,1381,1,1526,1525,1579,1336,1335,1382,42,1381,1334,1382,1,1579,1525,1580,1382,1335,1383,42,1334,1333,1382,1,1525,1524,1580,1335,1334,1383,42,1333,1383,1382,1,1524,1581,1580,1334,1384,1383,42,1333,1332,1383,1,1524,1523,1581,1334,1333,1384,42,1383,1332,1384,1,1581,1523,1582,1384,1333,1385,42,1332,1331,1384,1,1523,1522,1582,1333,1332,1385,42,1384,1331,1385,1,1582,1522,1583,1385,1332,1386,42,1385,1331,1386,1,1583,1522,1584,1386,1332,1387,42,1386,1331,1329,1,1584,1522,1520,1387,1332,1330,42,1386,1329,1328,1,1584,1520,1519,1387,1330,1329,42,1386,1328,1387,1,1584,1519,1585,1387,1329,1388,42,1387,1328,1388,1,1585,1519,1586,1388,1329,1389,42,1388,1328,1327,1,1586,1519,1518,1389,1329,1328,42,1389,1388,1327,1,1587,1586,1518,1390,1389,1328,42,1390,1388,1389,1,1588,1586,1587,1391,1389,1390,42,1390,1391,1388,1,1588,1589,1586,1391,1392,1389,42,1392,1391,1390,1,1590,1589,1588,1393,1392,1391,42,1392,1393,1391,1,1590,1591,1589,1393,1394,1392,42,1392,1394,1393,1,1590,1592,1591,1393,1395,1394,42,1395,1394,1392,1,1593,1592,1590,1396,1395,1393,42,1396,1394,1395,1,1594,1592,1593,1397,1395,1396,42,1397,1394,1396,1,1595,1592,1594,1398,1395,1397,42,1394,1397,1398,1,1592,1595,1596,1395,1398,1399,42,1397,1399,1398,1,1595,1597,1596,1398,1400,1399,42,1400,1399,1397,1,1598,1597,1595,1401,1400,1398,42,1401,1400,1402,1,1599,1598,1600,1402,1401,1403,42,1402,1400,1403,1,1600,1598,1601,1403,1401,1404,42,1396,1403,1400,1,1594,1601,1598,1397,1404,1401,42,1404,1403,1396,1,1602,1601,1594,1405,1404,1397,42,1405,1403,1404,1,1603,1601,1602,1406,1404,1405,42,1405,1402,1403,1,1603,1600,1601,1406,1403,1404,42,1405,1406,1402,1,1603,1604,1600,1406,1407,1403,42,1407,1406,1405,1,1605,1604,1603,1408,1407,1406,42,1407,1408,1406,1,1605,1606,1604,1408,1409,1407,42,1409,1408,1407,1,1607,1606,1605,1410,1409,1408,42,1410,1408,1409,1,1608,1606,1607,1411,1409,1410,42,1410,1411,1408,1,1608,1609,1606,1411,1412,1409,42,1410,1383,1411,1,1608,1581,1609,1411,1384,1412,42,1412,1383,1410,1,1610,1581,1608,1413,1384,1411,42,1413,1383,1412,1,1611,1581,1610,1414,1384,1413,42,1413,1382,1383,1,1611,1580,1581,1414,1383,1384,42,1381,1382,1413,1,1579,1580,1611,1382,1383,1414,42,1414,1381,1413,1,1612,1579,1611,1415,1382,1414,42,1378,1381,1414,1,1576,1579,1612,1379,1382,1415,42,1379,1381,1378,1,1577,1579,1576,1380,1382,1379,42,1377,1378,1414,1,1575,1576,1612,1378,1379,1415,42,1377,1414,1415,1,1575,1612,1613,1378,1415,1416,42,1416,1415,1414,1,1614,1613,1612,1417,1416,1415,42,1366,1415,1416,1,1564,1613,1614,1367,1416,1417,42,1366,1377,1415,1,1564,1575,1613,1367,1378,1416,42,1366,1367,1377,1,1564,1565,1575,1367,1368,1378,42,1365,1366,1416,1,1563,1564,1614,1366,1367,1417,42,1365,1416,1417,1,1563,1614,1615,1366,1417,1418,42,1417,1416,1418,1,1615,1614,1616,1418,1417,1419,42,1416,1413,1418,1,1614,1611,1616,1417,1414,1419,42,1416,1414,1413,1,1614,1612,1611,1417,1415,1414,42,1419,1418,1413,1,1617,1616,1611,1420,1419,1414,42,1420,1418,1419,1,1618,1616,1617,1421,1419,1420,42,1421,1418,1420,1,1619,1616,1618,1422,1419,1421,42,1417,1418,1421,1,1615,1616,1619,1418,1419,1422,42,1417,1421,1422,1,1615,1619,1620,1418,1422,1423,42,1422,1421,1423,1,1620,1619,1621,1423,1422,1424,42,1423,1421,1420,1,1621,1619,1618,1424,1422,1421,42,1423,1420,1424,1,1621,1618,1622,1424,1421,1425,42,1424,1420,1425,1,1622,1618,1623,1425,1421,1426,42,1420,1419,1425,1,1618,1617,1623,1421,1420,1426,42,1419,1410,1425,1,1617,1608,1623,1420,1411,1426,42,1419,1412,1410,1,1617,1610,1608,1420,1413,1411,42,1413,1412,1419,1,1611,1610,1617,1414,1413,1420,42,1426,1425,1410,1,1624,1623,1608,1427,1426,1411,42,1427,1425,1426,1,1625,1623,1624,1428,1426,1427,42,1427,1424,1425,1,1625,1622,1623,1428,1425,1426,42,1428,1424,1427,1,1626,1622,1625,1429,1425,1428,42,1423,1424,1428,1,1621,1622,1626,1424,1425,1429,42,1429,1423,1428,1,1627,1621,1626,1430,1424,1429,42,1429,1430,1423,1,1627,1628,1621,1430,1431,1424,42,1431,1430,1429,1,1629,1628,1627,1432,1431,1430,42,1431,1432,1430,1,1629,1630,1628,1432,1433,1431,42,1431,1433,1432,1,1629,1631,1630,1432,1434,1433,42,1434,1433,1431,1,1632,1633,1634,1435,1434,1432,42,1434,1435,1433,1,1632,1635,1633,1435,1436,1434,42,1434,47,1435,1,1632,1362,1635,1435,1183,1436,42,1434,46,47,1,1632,1364,1362,1435,1182,1183,42,1436,46,1434,1,1636,1364,1632,1437,1182,1435,42,46,1436,1437,1,1364,1636,1632,1182,1437,1438,42,1437,1436,1431,1,1632,1636,1634,1438,1437,1432,42,1436,1434,1431,1,1636,1632,1634,1437,1435,1432,42,1437,1431,1438,1,1632,1634,1633,1438,1432,1439,42,1438,1431,1429,1,1637,1629,1627,1439,1432,1430,42,1438,1429,1439,1,1637,1627,1638,1439,1430,1440,42,1439,1429,1440,1,1638,1627,1639,1440,1430,1441,42,1429,1428,1440,1,1627,1626,1639,1430,1429,1441,42,1440,1428,1427,1,1639,1626,1625,1441,1429,1428,42,1440,1427,1441,1,1639,1625,1640,1441,1428,1442,42,1427,1426,1441,1,1625,1624,1640,1428,1427,1442,42,1441,1426,1442,1,1640,1624,1641,1442,1427,1443,42,1426,1443,1442,1,1624,1642,1641,1427,1444,1443,42,1426,1409,1443,1,1624,1607,1642,1427,1410,1444,42,1426,1410,1409,1,1624,1608,1607,1427,1411,1410,42,1443,1409,1444,1,1642,1607,1643,1444,1410,1445,42,1409,1407,1444,1,1607,1605,1643,1410,1408,1445,42,1444,1407,1445,1,1643,1605,1644,1445,1408,1446,42,1407,1405,1445,1,1605,1603,1644,1408,1406,1446,42,1405,1404,1445,1,1603,1602,1644,1406,1405,1446,42,1445,1404,1446,1,1644,1602,1645,1446,1405,1447,42,1446,1404,1396,1,1645,1602,1594,1447,1405,1397,42,1396,1395,1446,1,1594,1593,1645,1397,1396,1447,42,1447,1446,1395,1,1646,1645,1593,1448,1447,1396,42,1445,1446,1447,1,1644,1645,1646,1446,1447,1448,42,1448,1445,1447,1,1647,1644,1646,1449,1446,1448,42,1444,1445,1448,1,1643,1644,1647,1445,1446,1449,42,1442,1444,1448,1,1641,1643,1647,1443,1445,1449,42,1443,1444,1442,1,1642,1643,1641,1444,1445,1443,42,1442,1448,1449,1,1641,1647,1648,1443,1449,1450,42,1449,1448,1450,1,1648,1647,1649,1450,1449,1451,42,1448,1447,1450,1,1647,1646,1649,1449,1448,1451,42,1450,1447,1451,1,1649,1646,1650,1451,1448,1452,42,1447,1390,1451,1,1646,1588,1650,1448,1391,1452,42,1447,1392,1390,1,1646,1590,1588,1448,1393,1391,42,1447,1395,1392,1,1646,1593,1590,1448,1396,1393,42,1451,1390,1389,1,1650,1588,1587,1452,1391,1390,42,1451,1389,1452,1,1650,1587,1651,1452,1390,1453,42,1452,1389,1453,1,1651,1587,1652,1453,1390,1454,42,1389,1327,1453,1,1587,1518,1652,1390,1328,1454,42,1453,1327,1326,1,1652,1518,1517,1454,1328,1327,42,1453,1326,1454,1,1652,1517,1653,1454,1327,1455,42,1454,1326,1324,1,1653,1517,1515,1455,1327,1325,42,1326,1325,1324,1,1517,1516,1515,1327,1326,1325,42,1454,1324,1455,1,1653,1515,1654,1455,1325,1456,42,1455,1324,36,1,1654,1515,1352,1456,1325,1172,42,1456,1455,36,1,1655,1654,1352,1457,1456,1172,42,1457,1455,1456,1,1656,1654,1655,1458,1456,1457,42,1457,1454,1455,1,1656,1653,1654,1458,1455,1456,42,1452,1454,1457,1,1651,1653,1656,1453,1455,1458,42,1452,1453,1454,1,1651,1652,1653,1453,1454,1455,42,1449,1452,1457,1,1648,1651,1656,1450,1453,1458,42,1449,1451,1452,1,1648,1650,1651,1450,1452,1453,42,1449,1450,1451,1,1648,1649,1650,1450,1451,1452,42,1458,1449,1457,1,1657,1648,1656,1459,1450,1458,42,1441,1449,1458,1,1640,1648,1657,1442,1450,1459,42,1441,1442,1449,1,1640,1641,1648,1442,1443,1450,42,1459,1441,1458,1,1658,1640,1657,1460,1442,1459,42,1460,1441,1459,1,1659,1640,1658,1461,1442,1460,42,1440,1441,1460,1,1639,1640,1659,1441,1442,1461,42,1439,1440,1460,1,1638,1639,1659,1440,1441,1461,42,1439,1460,1461,1,1638,1659,1660,1440,1461,1462,42,1461,1460,1459,1,1660,1659,1658,1462,1461,1460,42,1461,1459,1462,1,1661,1550,1662,1462,1460,1463,42,1463,1462,1459,1,1663,1662,1550,1464,1463,1460,42,1464,1462,1463,1,1664,1662,1663,1465,1463,1464,42,1464,1465,1462,1,1664,1635,1662,1465,1466,1463,42,44,1465,1464,1,1362,1635,1664,1180,1466,1465,42,44,1437,1465,1,1362,1632,1635,1180,1438,1466,42,46,1437,44,1,1364,1632,1362,1182,1438,1180,42,1465,1437,1438,1,1635,1632,1633,1466,1438,1439,42,1465,1438,1466,1,1635,1633,1665,1466,1439,1467,42,1466,1438,1439,1,1666,1637,1638,1467,1439,1440,42,1466,1439,1461,1,1666,1638,1660,1467,1440,1462,42,1465,1466,1461,1,1635,1665,1661,1466,1467,1462,42,1465,1461,1462,1,1635,1661,1662,1466,1462,1463,42,44,1464,43,1,1362,1664,1361,1180,1465,1179,42,1464,1467,43,1,1664,1667,1361,1465,1468,1179,42,1464,1463,1467,1,1664,1663,1667,1465,1464,1468,42,1467,1463,1459,1,1667,1663,1550,1468,1464,1460,42,1467,1459,1468,1,1667,1550,1547,1468,1460,1469,42,1469,1468,1459,1,1549,1547,1550,1470,1469,1460,42,1468,1469,1470,1,1547,1549,1546,1469,1470,1471,42,1469,1471,1470,1,1549,1562,1546,1470,1472,1471,42,1472,1471,1469,1,1668,1669,1670,1473,1472,1470,42,1473,1471,1472,1,1671,1669,1668,1474,1472,1473,42,1473,1474,1471,1,1671,1672,1669,1474,1475,1472,42,1474,1473,1475,1,1672,1671,1673,1475,1474,1476,42,1473,1476,1475,1,1671,1674,1673,1474,1477,1476,42,1473,1477,1476,1,1671,1675,1674,1474,1478,1477,42,1472,1477,1473,1,1668,1675,1671,1473,1478,1474,42,1472,1478,1477,1,1668,1676,1675,1473,1479,1478,42,1472,1469,1478,1,1668,1670,1676,1473,1470,1479,42,1469,1459,1478,1,1670,1658,1676,1470,1460,1479,42,1478,1459,1479,1,1676,1658,1677,1479,1460,1480,42,1459,1458,1479,1,1658,1657,1677,1460,1459,1480,42,1458,1480,1479,1,1657,1678,1677,1459,1481,1480,42,1458,1457,1480,1,1657,1656,1678,1459,1458,1481,42,1480,1457,1456,1,1678,1656,1655,1481,1458,1457,42,1480,1456,1481,1,1678,1655,1679,1481,1457,1482,42,1481,1456,38,1,1679,1655,1354,1482,1457,1174,42,38,1456,37,1,1354,1655,1353,1174,1457,1173,42,1456,36,37,1,1655,1352,1353,1457,1172,1173,42,1482,1481,38,1,1680,1679,1354,1483,1482,1174,42,1483,1481,1482,1,1681,1679,1680,1484,1482,1483,42,1477,1481,1483,1,1675,1679,1681,1478,1482,1484,42,1477,1480,1481,1,1675,1678,1679,1478,1481,1482,42,1479,1480,1477,1,1677,1678,1675,1480,1481,1478,42,1478,1479,1477,1,1676,1677,1675,1479,1480,1478,42,1477,1483,1476,1,1675,1681,1674,1478,1484,1477,42,1476,1483,1470,1,1674,1681,1682,1477,1484,1471,42,1470,1483,1482,1,1682,1681,1680,1471,1484,1483,42,1468,1470,1482,1,1547,1546,1548,1469,1471,1483,42,39,1468,1482,1,1683,1547,1548,1175,1469,1483,42,40,1468,39,1,1359,1547,1683,1176,1469,1175,42,40,1467,1468,1,1359,1667,1547,1176,1468,1469,42,43,1467,40,1,1361,1667,1359,1179,1468,1176,42,1482,38,39,1,1548,1684,1683,1483,1174,1175,42,1470,1475,1476,1,1682,1673,1674,1471,1476,1477,42,1484,1475,1470,1,1685,1673,1682,1485,1476,1471,42,1484,1474,1475,1,1685,1672,1673,1485,1475,1476,42,1474,1484,1470,1,1561,1560,1546,1475,1485,1471,42,1471,1474,1470,1,1562,1561,1546,1472,1475,1471,42,1435,47,1485,1,1635,1362,1664,1436,1183,1486,42,47,1486,1485,1,1362,1361,1664,1183,1487,1486,42,47,48,1486,1,1362,1358,1361,1183,1184,1487,42,48,1193,1486,1,1358,1359,1361,1184,1194,1487,42,1487,1486,1193,1,1667,1361,1359,1488,1487,1194,42,1485,1486,1487,1,1664,1361,1667,1486,1487,1488,42,1485,1487,1488,1,1664,1667,1663,1486,1488,1489,42,1487,1357,1488,1,1667,1550,1663,1488,1358,1489,42,1487,1355,1357,1,1667,1547,1550,1488,1356,1358,42,1487,1193,1355,1,1667,1359,1547,1488,1194,1356,42,1355,1193,1194,1,1547,1359,1683,1356,1194,1195,42,1355,1194,1354,1,1547,1683,1548,1356,1195,1355,42,1194,1195,1354,1,1683,1684,1548,1195,1196,1355,42,1354,1195,1243,1,1545,1386,1434,1355,1196,1244,42,1354,1243,1351,1,1545,1434,1542,1355,1244,1352,42,1488,1357,1489,1,1663,1550,1662,1489,1358,1490,42,1489,1357,1490,1,1662,1550,1661,1490,1358,1491,42,1357,1491,1490,1,1553,1686,1687,1358,1492,1491,42,1357,1365,1491,1,1553,1563,1686,1358,1366,1492,42,1491,1365,1492,1,1686,1563,1688,1492,1366,1493,42,1365,1417,1492,1,1563,1615,1688,1366,1418,1493,42,1492,1417,1422,1,1688,1615,1620,1493,1418,1423,42,1492,1422,1432,1,1688,1620,1630,1493,1423,1433,42,1432,1422,1423,1,1630,1620,1621,1433,1423,1424,42,1430,1432,1423,1,1628,1630,1621,1431,1433,1424,42,1432,1493,1492,1,1630,1689,1688,1433,1494,1493,42,1433,1493,1432,1,1631,1689,1630,1434,1494,1433,42,1433,1494,1493,1,1631,1690,1689,1434,1495,1494,42,1433,1435,1494,1,1633,1635,1665,1434,1436,1495,42,1435,1490,1494,1,1635,1661,1665,1436,1491,1495,42,1435,1489,1490,1,1635,1662,1661,1436,1490,1491,42,1485,1489,1435,1,1664,1662,1635,1486,1490,1436,42,1485,1488,1489,1,1664,1663,1662,1486,1489,1490,42,1494,1490,1493,1,1690,1687,1689,1495,1491,1494,42,1490,1491,1493,1,1687,1686,1689,1491,1492,1494,42,1491,1492,1493,1,1686,1688,1689,1492,1493,1494,42,1383,1384,1411,1,1581,1582,1609,1384,1385,1412,42,1411,1384,1385,1,1609,1582,1583,1412,1385,1386,42,1411,1385,1408,1,1609,1583,1606,1412,1386,1409,42,1408,1385,1495,1,1606,1583,1691,1409,1386,1496,42,1495,1385,1386,1,1691,1583,1584,1496,1386,1387,42,1495,1386,1401,1,1691,1584,1599,1496,1387,1402,42,1401,1386,1387,1,1599,1584,1585,1402,1387,1388,42,1401,1387,1398,1,1599,1585,1596,1402,1388,1399,42,1398,1387,1391,1,1596,1585,1589,1399,1388,1392,42,1387,1388,1391,1,1585,1586,1589,1388,1389,1392,42,1398,1391,1393,1,1596,1589,1591,1399,1392,1394,42,1394,1398,1393,1,1592,1596,1591,1395,1399,1394,42,1398,1399,1401,1,1596,1597,1599,1399,1400,1402,42,1406,1495,1401,1,1604,1691,1599,1407,1496,1402,42,1406,1408,1495,1,1604,1606,1691,1407,1409,1496,42,1406,1401,1402,1,1604,1599,1600,1407,1402,1403,42,1396,1400,1397,1,1594,1598,1595,1397,1401,1398,42,1368,1369,1367,1,1566,1567,1565,1369,1370,1368,42,1338,1298,1299,1,1529,1489,1490,1339,1299,1300,42,1251,1252,1260,1,1442,1443,1451,1252,1253,1261,42,1199,1200,1239,1,1390,1391,1430,1200,1201,1240,42,1239,1200,1496,1,1430,1391,1692,1240,1201,1497,42,1201,1496,1200,1,1392,1692,1391,1202,1497,1201,42,1201,1497,1496,1,1392,1693,1692,1202,1498,1497,42,1498,1497,1201,1,1694,1693,1392,1499,1498,1202,42,1499,1497,1498,1,1695,1693,1694,1500,1498,1499,42,1500,1497,1499,1,1696,1693,1695,1501,1498,1500,42,1501,1497,1500,1,1697,1693,1696,1502,1498,1501,42,1496,1497,1501,1,1692,1693,1697,1497,1498,1502,42,1238,1496,1501,1,1429,1692,1697,1239,1497,1502,42,1239,1496,1238,1,1430,1692,1429,1240,1497,1239,42,1238,1501,1502,1,1429,1697,1698,1239,1502,1503,42,1502,1501,1500,1,1698,1697,1696,1503,1502,1501,42,1502,1500,1503,1,1698,1696,1699,1503,1501,1504,42,1503,1500,1504,1,1699,1696,1700,1504,1501,1505,42,1504,1500,1499,1,1700,1696,1695,1505,1501,1500,42,1504,1499,1207,1,1700,1695,1398,1505,1500,1208,42,1207,1499,1498,1,1398,1695,1694,1208,1500,1499,42,1207,1498,1205,1,1398,1694,1396,1208,1499,1206,42,1205,1498,1202,1,1396,1694,1393,1206,1499,1203,42,1202,1498,1201,1,1393,1694,1392,1203,1499,1202,42,1205,1202,1203,1,1396,1393,1394,1206,1203,1204,42,1209,1504,1207,1,1400,1700,1398,1210,1505,1208,42,1209,1505,1504,1,1400,1701,1700,1210,1506,1505,42,1211,1505,1209,1,1402,1701,1400,1212,1506,1210,42,1211,1506,1505,1,1402,1702,1701,1212,1507,1506,42,1211,1507,1506,1,1402,1703,1702,1212,1508,1507,42,1213,1507,1211,1,1404,1703,1402,1214,1508,1212,42,1508,1507,1213,1,1704,1703,1404,1509,1508,1214,42,1508,1506,1507,1,1704,1702,1703,1509,1507,1508,42,1509,1506,1508,1,1705,1702,1704,1510,1507,1509,42,1503,1506,1509,1,1699,1702,1705,1504,1507,1510,42,1505,1506,1503,1,1701,1702,1699,1506,1507,1504,42,1505,1503,1504,1,1701,1699,1700,1506,1504,1505,42,1503,1509,1502,1,1699,1705,1698,1504,1510,1503,42,1510,1502,1509,1,1706,1698,1705,1511,1503,1510,42,1238,1502,1510,1,1429,1698,1706,1239,1503,1511,42,1236,1238,1510,1,1427,1429,1706,1237,1239,1511,42,1236,1510,1511,1,1427,1706,1707,1237,1511,1512,42,1510,1508,1511,1,1706,1704,1707,1511,1509,1512,42,1510,1509,1508,1,1706,1705,1704,1511,1510,1509,42,1511,1508,1512,1,1707,1704,1708,1512,1509,1513,42,1508,1213,1512,1,1704,1404,1708,1509,1214,1513,42,1213,1228,1512,1,1404,1419,1708,1214,1229,1513,42,1215,1228,1213,1,1406,1419,1404,1216,1229,1214,42,1215,1216,1228,1,1406,1407,1419,1216,1217,1229,42,1228,1513,1512,1,1419,1709,1708,1229,1514,1513,42,1228,1229,1513,1,1419,1420,1709,1229,1230,1514,42,1229,1514,1513,1,1420,1710,1709,1230,1515,1514,42,1229,1515,1514,1,1420,1711,1710,1230,1516,1515,42,1229,1233,1515,1,1420,1424,1711,1230,1234,1516,42,1229,1230,1233,1,1420,1421,1424,1230,1231,1234,42,1515,1233,1516,1,1711,1424,1712,1516,1234,1517,42,1233,1235,1516,1,1424,1426,1712,1234,1236,1517,42,1516,1235,1517,1,1712,1426,1713,1517,1236,1518,42,1236,1517,1235,1,1427,1713,1426,1237,1518,1236,42,1236,1511,1517,1,1427,1707,1713,1237,1512,1518,42,1514,1517,1511,1,1710,1713,1707,1515,1518,1512,42,1514,1516,1517,1,1710,1712,1713,1515,1517,1518,42,1515,1516,1514,1,1711,1712,1710,1516,1517,1515,42,1514,1511,1513,1,1710,1707,1709,1515,1512,1514,42,1513,1511,1512,1,1709,1707,1708,1514,1512,1513,42,1400,1401,1399,2,1714,1715,1716,1401,1402,1400,42,1518,1519,1520,0,1717,1718,1719,1519,1520,1521,42,1518,1521,1519,0,1717,1720,1718,1519,1522,1520,42,1521,1518,1522,0,1720,1717,1721,1522,1519,1523,42,1522,1523,1521,0,1721,1722,1720,1523,1524,1522,42,1522,1524,1523,0,1721,1723,1722,1523,1525,1524,42,1525,1524,1522,0,1724,1723,1721,1526,1525,1523,42,1526,1524,1525,0,1725,1723,1724,1527,1525,1526,42,1526,1527,1524,0,1725,1726,1723,1527,1528,1525,42,1528,1527,1526,0,1727,1726,1725,1529,1528,1527,42,1528,1529,1527,0,1727,1728,1726,1529,1530,1528,42,1530,1529,1528,0,1729,1728,1727,1531,1530,1529,42,1529,1530,1531,0,1728,1730,1731,1532,1532,1532,42,1530,1532,1531,0,1730,1732,1731,1533,1533,1533,42,1530,1533,1532,0,1730,1733,1732,1534,1534,1534,42,1533,1530,1534,0,1734,1729,1735,1535,1531,1536,42,1534,1530,1528,0,1735,1729,1727,1536,1531,1529,42,1534,1528,1535,0,1735,1727,1736,1536,1529,1537,42,1535,1528,1526,0,1736,1727,1725,1537,1529,1527,42,1535,1526,1536,0,1736,1725,1737,1537,1527,1538,42,1536,1526,1525,0,1737,1725,1724,1538,1527,1526,42,1525,1537,1536,0,1738,1739,1740,1539,1539,1539,42,1538,1537,1525,0,1741,1739,1738,1540,1540,1540,42,1539,1537,1538,0,1742,1739,1743,1541,1541,1541,42,1537,1539,1540,0,1739,1742,1744,1542,1542,1542,42,1540,1539,1541,0,1745,1746,1747,1543,1544,1545,42,1541,1539,1542,0,1747,1746,1748,1545,1544,1546,42,1539,1520,1542,0,1746,1719,1748,1544,1521,1546,42,1543,1520,1539,0,1749,1750,1751,1542,1542,1542,42,1518,1520,1543,0,1717,1719,1752,1519,1521,1547,42,1518,1543,1544,0,1717,1752,1753,1519,1547,1548,42,1544,1543,1545,0,1753,1752,1754,1548,1547,1549,42,1545,1543,1538,0,1755,1749,1741,1542,1542,1542,42,1538,1543,1539,0,1741,1749,1751,1542,1542,1542,42,1538,1522,1545,0,1756,1721,1754,1550,1523,1549,42,1525,1522,1538,0,1724,1721,1756,1526,1523,1550,42,1522,1544,1545,0,1721,1753,1754,1523,1548,1549,42,1522,1518,1544,0,1721,1717,1753,1523,1519,1548,42,1542,1520,1519,0,1748,1719,1718,1546,1521,1520,42,1521,1542,1519,0,1720,1748,1718,1522,1546,1520,42,1521,1523,1542,0,1720,1722,1748,1522,1524,1546,42,1523,1541,1542,0,1722,1747,1748,1524,1545,1546,42,1523,1546,1541,0,1722,1757,1747,1524,1551,1545,42,1524,1546,1523,0,1723,1757,1722,1525,1551,1524,42,1524,1527,1546,0,1723,1726,1757,1525,1528,1551,42,1527,1547,1546,0,1726,1758,1757,1528,1552,1551,42,1527,1529,1547,0,1726,1728,1758,1528,1530,1552,42,1529,1531,1547,0,1728,1731,1758,1530,1553,1552,42,1547,1531,1548,0,1758,1731,1759,1552,1553,1554,42,1531,1549,1548,0,1731,1760,1759,1553,1555,1554,42,1531,1532,1549,0,1731,1732,1760,1556,1556,1556,42,1532,1550,1549,0,1732,1761,1760,1557,1558,1555,42,1532,1551,1550,0,1762,1763,1764,1557,1559,1558,42,1532,1552,1551,0,1765,1766,1767,1557,1560,1559,42,1533,1552,1532,0,1734,1766,1765,1535,1560,1557,42,1552,1533,1534,0,1766,1734,1735,1560,1535,1536,42,1552,1534,1553,0,1766,1735,1768,1560,1536,1561,42,1553,1534,1535,0,1768,1735,1736,1561,1536,1537,42,1554,1553,1535,0,1769,1768,1736,1562,1561,1537,42,1553,1554,1555,0,1768,1769,1770,1561,1562,1563,42,1554,1556,1555,0,1771,1772,1773,1564,1564,1564,42,1557,1556,1554,0,1774,1775,1771,1564,1564,1564,42,1556,1557,1558,0,1775,1774,1776,1565,1565,1565,42,1557,1559,1558,0,1777,1778,1776,1564,1564,1564,42,1560,1559,1557,0,1779,1778,1777,1566,1566,1566,42,1560,1561,1559,0,1779,1780,1778,1567,1567,1567,42,1562,1561,1560,0,1781,1780,1779,1568,1568,1568,42,1562,1563,1561,0,1781,1782,1780,1569,1570,1571,42,1537,1563,1562,0,1739,1782,1781,1572,1570,1569,42,1537,1540,1563,0,1739,1744,1782,1573,1573,1573,42,1563,1540,1541,0,1783,1745,1747,1570,1543,1545,42,1563,1541,1564,0,1783,1747,1784,1570,1545,1574,42,1565,1564,1541,0,1785,1784,1747,1575,1574,1545,42,1561,1564,1565,0,1786,1784,1785,1571,1574,1575,42,1561,1563,1564,0,1786,1783,1784,1571,1570,1574,42,1561,1565,1566,0,1786,1785,1787,1571,1575,1576,42,1548,1566,1565,0,1759,1787,1785,1554,1576,1575,42,1567,1566,1548,0,1788,1787,1759,1577,1576,1554,42,1567,1568,1566,0,1788,1789,1787,1577,1578,1576,42,1569,1568,1567,0,1790,1789,1788,1579,1578,1577,42,1570,1568,1569,0,1791,1789,1790,1580,1578,1579,42,1570,1558,1568,0,1791,1792,1789,1580,1581,1578,42,1556,1558,1570,0,1772,1776,1793,1565,1565,1565,42,1556,1570,1571,0,1772,1793,1794,1565,1565,1565,42,1572,1571,1570,0,1795,1796,1791,1582,1583,1580,42,1573,1571,1572,0,1797,1798,1799,1584,1583,1582,42,1573,1555,1571,0,1797,1770,1798,1584,1563,1583,42,1553,1555,1573,0,1768,1770,1797,1561,1563,1584,42,1552,1553,1573,0,1766,1768,1797,1560,1561,1584,42,1552,1573,1551,0,1766,1797,1767,1560,1584,1559,42,1551,1573,1572,0,1767,1797,1799,1559,1584,1582,42,1551,1572,1574,0,1763,1795,1800,1559,1582,1585,42,1574,1572,1569,0,1800,1795,1790,1585,1582,1579,42,1572,1570,1569,0,1795,1791,1790,1582,1580,1579,42,1569,1567,1574,0,1790,1788,1800,1579,1577,1585,42,1574,1567,1549,0,1800,1788,1801,1585,1577,1555,42,1549,1567,1548,0,1801,1788,1759,1555,1577,1554,42,1574,1549,1550,0,1800,1801,1764,1585,1555,1558,42,1550,1551,1574,0,1764,1763,1800,1558,1559,1585,42,1555,1556,1571,0,1773,1772,1794,1564,1564,1564,42,1558,1561,1568,0,1792,1786,1789,1581,1571,1578,42,1558,1559,1561,0,1792,1802,1786,1586,1586,1586,42,1568,1561,1566,0,1789,1786,1787,1578,1571,1576,42,1547,1548,1565,0,1758,1759,1785,1552,1554,1575,42,1546,1547,1565,0,1757,1758,1785,1551,1552,1575,42,1546,1565,1541,0,1757,1785,1747,1551,1575,1545,42,1536,1537,1562,0,1740,1739,1781,1538,1572,1569,42,1536,1562,1535,0,1740,1781,1803,1538,1569,1537,42,1535,1562,1560,0,1803,1781,1779,1568,1568,1568,42,1535,1560,1557,0,1803,1779,1777,1566,1566,1566,42,1535,1557,1575,0,1803,1777,1804,1587,1587,1587,42,1575,1557,1554,0,1804,1777,1771,1564,1564,1564,42,1554,1535,1575,0,1769,1736,1805,1588,1588,1588,42,1576,1577,1578,0,1806,1807,1808,1589,1590,1591,42,1577,1576,1579,0,1807,1806,1809,1590,1589,1592,42,1580,1577,1579,0,1810,1807,1809,1593,1590,1592,42,1577,1580,1581,0,1811,1812,1813,1594,1594,1594,42,1581,1580,1582,0,1814,1810,1815,1595,1593,1596,42,1582,1580,1579,0,1815,1810,1809,1596,1593,1592,42,1576,1582,1579,0,1806,1815,1809,1589,1596,1592,42,1582,1576,1583,0,1815,1806,1816,1596,1589,1597,42,1584,1582,1583,0,1817,1815,1816,1598,1596,1597,42,1584,1585,1582,0,1817,1818,1815,1598,1599,1596,42,1586,1585,1584,0,1819,1818,1817,1600,1599,1598,42,1586,1587,1585,0,1819,1820,1818,1600,1601,1599,42,1588,1587,1586,0,1821,1820,1819,1602,1601,1600,42,1588,1589,1587,0,1821,1822,1820,1602,1603,1601,42,1590,1589,1588,0,1823,1822,1821,1604,1603,1602,42,1590,1591,1589,0,1823,1824,1822,1605,1605,1605,42,1592,1591,1590,0,1825,1824,1823,1605,1605,1605,42,1592,1593,1591,0,1825,1826,1824,1606,1606,1606,42,1593,1592,1594,0,1827,1828,1829,1607,1608,1609,42,1592,1595,1594,0,1828,1830,1829,1608,1610,1609,42,1592,1596,1595,0,1831,1832,1833,1608,1611,1610,42,1596,1592,1597,0,1834,1825,1835,1611,1608,1612,42,1597,1592,1590,0,1835,1825,1823,1605,1605,1605,42,1597,1590,1598,0,1835,1823,1836,1612,1604,1613,42,1598,1590,1588,0,1836,1823,1821,1613,1604,1602,42,1598,1588,1599,0,1836,1821,1837,1613,1602,1614,42,1599,1588,1586,0,1837,1821,1819,1614,1602,1600,42,1599,1586,1600,0,1837,1819,1838,1614,1600,1615,42,1600,1586,1584,0,1838,1819,1817,1615,1600,1598,42,1600,1584,1601,0,1838,1817,1839,1615,1598,1616,42,1601,1584,1583,0,1839,1817,1816,1616,1598,1597,42,1601,1583,1602,0,1839,1816,1840,1616,1597,1617,42,1583,1576,1602,0,1816,1806,1840,1597,1589,1617,42,1576,1578,1602,0,1806,1808,1840,1589,1591,1617,42,1601,1602,1578,0,1839,1840,1808,1616,1617,1591,42,1603,1601,1578,0,1841,1839,1808,1618,1616,1591,42,1600,1601,1603,0,1838,1839,1841,1615,1616,1618,42,1604,1600,1603,0,1842,1838,1841,1619,1615,1618,42,1605,1600,1604,0,1843,1838,1842,1620,1615,1619,42,1605,1606,1600,0,1843,1844,1838,1620,1621,1615,42,1607,1606,1605,0,1845,1844,1843,1622,1621,1620,42,1607,1599,1606,0,1845,1837,1844,1622,1614,1621,42,1607,1608,1599,0,1845,1846,1837,1622,1623,1614,42,1609,1608,1607,0,1847,1846,1845,1624,1623,1622,42,1610,1608,1609,0,1848,1846,1847,1625,1623,1624,42,1610,1598,1608,0,1848,1836,1846,1625,1613,1623,42,1597,1598,1610,0,1849,1836,1848,1612,1613,1625,42,1611,1597,1610,0,1850,1849,1848,1626,1612,1625,42,1596,1597,1611,0,1832,1849,1850,1611,1612,1626,42,1596,1611,1595,0,1832,1850,1833,1611,1626,1610,42,1595,1611,1612,0,1833,1850,1851,1610,1626,1627,42,1611,1613,1612,0,1850,1852,1851,1626,1628,1627,42,1613,1611,1610,0,1852,1850,1848,1628,1626,1625,42,1613,1610,1609,0,1852,1848,1847,1628,1625,1624,42,1614,1613,1609,0,1853,1852,1847,1629,1628,1624,42,1612,1613,1614,0,1851,1852,1853,1627,1628,1629,42,1612,1614,1615,0,1851,1853,1854,1627,1629,1630,42,1614,1616,1615,0,1855,1856,1857,1631,1631,1631,42,1614,1617,1616,0,1855,1858,1856,1632,1632,1632,42,1614,1609,1617,0,1853,1847,1859,1629,1624,1633,42,1617,1609,1607,0,1859,1847,1845,1633,1624,1622,42,1617,1607,1618,0,1859,1845,1860,1634,1634,1634,42,1619,1618,1607,0,1861,1862,1863,1635,1635,1635,42,1619,1620,1618,0,1861,1864,1862,1636,1636,1636,42,1621,1620,1619,0,1865,1864,1861,1636,1636,1636,42,1621,1622,1620,0,1865,1866,1864,1636,1636,1636,42,1621,1623,1622,0,1867,1868,1869,1637,1637,1637,42,1624,1623,1621,0,1870,1868,1867,1638,1639,1640,42,1624,1625,1623,0,1870,1871,1868,1638,1641,1639,42,1626,1625,1624,0,1872,1871,1870,1642,1641,1638,42,1626,1615,1625,0,1872,1873,1871,1642,1630,1641,42,1626,1612,1615,0,1872,1874,1873,1642,1627,1630,42,1595,1612,1626,0,1830,1874,1872,1610,1627,1642,42,1594,1595,1626,0,1829,1830,1872,1609,1610,1642,42,1594,1626,1624,0,1829,1872,1870,1609,1642,1638,42,1594,1624,1627,0,1829,1870,1875,1609,1638,1643,42,1624,1621,1627,0,1870,1867,1875,1638,1640,1643,42,1627,1621,1628,0,1875,1867,1876,1643,1640,1644,42,1621,1629,1628,0,1867,1877,1876,1640,1645,1644,42,1621,1630,1629,0,1867,1878,1877,1640,1646,1645,42,1631,1630,1621,0,1879,1880,1865,1647,1646,1640,42,1631,1632,1630,0,1879,1881,1880,1647,1648,1646,42,1605,1632,1631,0,1882,1881,1879,1620,1648,1647,42,1605,1604,1632,0,1882,1883,1881,1649,1649,1649,42,1603,1632,1604,0,1884,1881,1883,1594,1594,1594,42,1632,1603,1633,0,1881,1884,1885,1650,1650,1650,42,1603,1577,1633,0,1884,1811,1885,1650,1650,1650,42,1603,1578,1577,0,1884,1886,1811,1650,1650,1650,42,1633,1577,1581,0,1885,1811,1813,1594,1594,1594,42,1632,1633,1581,0,1881,1885,1813,1594,1594,1594,42,1632,1581,1634,0,1881,1813,1887,1594,1594,1594,42,1634,1581,1582,0,1888,1814,1815,1651,1595,1596,42,1634,1582,1585,0,1888,1815,1818,1651,1596,1599,42,1629,1634,1585,0,1877,1888,1818,1645,1651,1599,42,1630,1634,1629,0,1878,1888,1877,1646,1651,1645,42,1632,1634,1630,0,1881,1887,1880,1652,1652,1652,42,1629,1585,1587,0,1877,1818,1820,1645,1599,1601,42,1628,1629,1587,0,1876,1877,1820,1644,1645,1601,42,1628,1587,1589,0,1876,1820,1822,1644,1601,1603,42,1591,1628,1589,0,1889,1876,1822,1653,1644,1603,42,1627,1628,1591,0,1875,1876,1889,1643,1644,1653,42,1591,1593,1627,0,1889,1827,1875,1653,1607,1643,42,1593,1594,1627,0,1827,1829,1875,1607,1609,1643,42,1607,1605,1631,0,1863,1882,1879,1622,1620,1647,42,1607,1631,1619,0,1863,1879,1861,1654,1654,1654,42,1619,1631,1621,0,1861,1879,1865,1655,1655,1655,42,1615,1616,1625,0,1857,1856,1890,1631,1631,1631,42,1616,1623,1625,0,1856,1891,1890,1631,1631,1631,42,1616,1620,1623,0,1892,1893,1891,1631,1631,1631,42,1620,1616,1617,0,1893,1892,1858,1631,1631,1631,42,1617,1618,1620,0,1858,1862,1864,1631,1631,1631,42,1620,1622,1623,0,1864,1866,1891,1631,1631,1631,42,1598,1599,1608,0,1836,1837,1846,1613,1614,1623,42,1599,1600,1606,0,1837,1838,1844,1614,1615,1621,42,1635,1636,1637,3,1894,1895,1896,1656,1657,1658,42,1636,1635,1638,3,1895,1894,1897,1657,1656,1659,42,1638,1639,1636,3,1897,1898,1895,1659,1660,1657,42,1639,1638,1640,3,1899,1900,1901,1660,1659,1661,42,1640,1638,1641,3,1901,1900,1902,1661,1659,1662,42,1638,1635,1641,3,1897,1894,1903,1659,1656,1662,42,1635,1642,1641,3,1894,1904,1903,1656,1663,1662,42,1642,1635,1643,3,1904,1894,1905,1663,1656,1664,42,1635,1637,1643,3,1894,1896,1905,1656,1658,1664,42,1643,1637,1644,3,1906,1907,1908,1664,1658,1665,42,1644,1637,1645,3,1908,1909,1910,1665,1658,1666,42,1637,1646,1645,3,1909,1911,1910,1658,1667,1666,42,1637,1647,1646,3,1909,1912,1911,1658,1668,1667,42,1637,1636,1647,3,1909,1913,1912,1658,1657,1668,42,1646,1647,1648,3,1914,1915,1916,1667,1668,1669,42,1648,1647,1649,3,1916,1915,1917,1669,1668,1670,42,1648,1649,1650,3,1916,1917,1918,1669,1670,1671,42,1649,1651,1650,3,1919,1920,1921,1670,1672,1671,42,1650,1651,1652,3,1921,1920,1922,1671,1672,1673,42,1650,1652,1653,3,1921,1922,1923,1671,1673,1674,42,1652,1654,1653,3,1924,1925,1926,1673,1675,1674,42,1653,1654,1655,3,1926,1925,1927,1674,1675,1676,42,1653,1655,1656,3,1926,1927,1928,1674,1676,1677,42,1656,1655,1657,3,1928,1927,1929,1677,1676,1678,42,1656,1657,1658,3,1928,1929,1930,1677,1678,1679,42,1658,1657,1659,3,1930,1929,1931,1679,1678,1680,42,1657,1660,1659,3,1929,1932,1931,1678,1681,1680,42,1659,1660,1661,3,1931,1932,1933,1680,1681,1682,42,1662,1653,1656,3,1934,1923,1935,1683,1674,1677,42,1662,1650,1653,3,1934,1921,1923,1683,1671,1674,42,1663,1650,1662,3,1936,1918,1937,1684,1671,1683,42,1648,1650,1663,3,1916,1918,1936,1669,1671,1684,42,1645,1648,1663,3,1938,1916,1936,1666,1669,1684,42,1645,1646,1648,3,1938,1914,1916,1666,1667,1669,42,1664,1645,1663,3,1939,1938,1936,1685,1666,1684,42,1664,1663,1665,3,1939,1936,1940,1685,1684,1686,42,1666,1664,1665,3,1941,1939,1940,1687,1685,1686,42,1667,1666,1665,3,1942,1941,1940,1688,1687,1686,42,1668,1666,1667,3,1943,1941,1942,1689,1687,1688,42,1663,1662,1669,3,1936,1937,1944,1684,1683,1690,42,1670,1663,1669,3,1940,1936,1944,1691,1684,1690,42,1671,1670,1669,3,1945,1940,1944,1692,1691,1690,42,1670,1671,1672,3,1940,1945,1942,1691,1692,1693,42,1673,1672,1671,3,1946,1942,1945,1694,1693,1692,42,1662,1656,1674,3,1934,1935,1947,1683,1677,1695,42,1675,1662,1674,3,1948,1934,1947,1696,1683,1695,42,1675,1674,1676,3,1948,1947,1949,1696,1695,1697,42,1675,1676,1677,3,1948,1949,1950,1696,1697,1698,42,1678,1677,1676,3,1951,1950,1949,1699,1698,1697,42,1644,1645,1679,3,1908,1910,1952,1665,1666,1700,42,1680,1644,1679,3,1953,1908,1952,1701,1665,1700,42,1681,1644,1680,3,1954,1908,1953,1702,1665,1701,42,1681,1643,1644,3,1954,1906,1908,1702,1664,1665,42,1642,1643,1681,3,1904,1905,1955,1663,1664,1702,42,1682,1642,1681,3,1956,1904,1955,1703,1663,1702,42,1642,1682,1641,3,1904,1956,1903,1663,1703,1662,42,1641,1682,1683,3,1903,1956,1957,1662,1703,1704,42,1682,1684,1683,3,1956,1958,1957,1703,1705,1704,42,1682,1685,1684,3,1956,1959,1958,1703,1706,1705,42,1685,1682,1686,3,1959,1956,1960,1707,1707,1707,42,1686,1682,1681,3,1960,1956,1955,1708,1703,1702,42,1687,1685,1686,3,1961,1959,1960,1709,1709,1709,42,1687,1684,1685,3,1961,1958,1959,1710,1705,1706,42,1688,1681,1680,3,1962,1954,1953,1711,1702,1701,42,1689,1688,1680,3,1963,1962,1953,1712,1711,1701,42,1690,1688,1689,3,1964,1962,1963,1713,1711,1712,42,1690,1689,1691,3,1964,1963,1965,1713,1712,1714,42,1689,1680,1691,3,1963,1953,1965,1712,1701,1714,42,1691,1680,1679,3,1965,1953,1952,1714,1701,1700,42,1640,1641,1692,3,1901,1902,1966,1661,1662,1715,42,1692,1641,1693,3,1966,1902,1967,1715,1662,1716,42,1692,1693,1694,3,1966,1967,1968,1715,1716,1717,42,1694,1693,1695,3,1968,1967,1969,1717,1716,1718,42,1694,1695,1696,3,1968,1969,1970,1717,1718,1719,42,1695,1697,1696,3,1969,1971,1970,1718,1720,1719,42,1692,1694,1698,3,1972,1973,1974,1715,1717,1721,42,1698,1694,1699,3,1974,1973,1975,1721,1717,1722,42,1700,1698,1699,3,1976,1974,1975,1723,1721,1722,42,1698,1700,1701,3,1974,1976,1977,1721,1723,1724,42,1700,1702,1701,3,1976,1978,1977,1723,1725,1724,42,1702,1700,1699,3,1978,1976,1975,1725,1723,1722,42,1698,1701,1703,3,1974,1977,1979,1721,1724,1726,42,1704,1698,1703,3,1980,1974,1979,1727,1721,1726,42,1704,1692,1698,3,1980,1972,1974,1727,1715,1721,42,1705,1692,1704,3,1981,1972,1980,1728,1715,1727,42,1705,1640,1692,3,1981,1982,1972,1728,1661,1715,42,1706,1640,1705,3,1983,1982,1981,1729,1661,1728,42,1639,1640,1706,3,1984,1982,1983,1660,1661,1729,42,1706,1705,1707,3,1983,1981,1985,1729,1728,1730,42,1705,1708,1707,3,1981,1986,1985,1728,1731,1730,42,1705,1704,1708,3,1981,1980,1986,1728,1727,1731,42,1704,1703,1708,3,1980,1979,1986,1727,1726,1731,42,1708,1703,1709,3,1987,1988,1989,1731,1726,1732,42,1709,1703,1710,3,1989,1988,1990,1732,1726,1733,42,1710,1703,1711,3,1990,1988,1991,1733,1726,1734,42,1710,1711,1712,3,1990,1991,1992,1733,1734,1735,42,1712,1711,1713,3,1992,1991,1993,1735,1734,1736,42,1712,1713,1714,3,1992,1993,1994,1735,1736,1737,42,1710,1712,1714,3,1990,1992,1994,1733,1735,1737,42,1710,1714,1715,3,1990,1994,1995,1733,1737,1738,42,1716,1710,1715,3,1996,1990,1995,1739,1733,1738,42,1709,1710,1716,3,1989,1990,1996,1732,1733,1739,42,1717,1709,1716,3,1997,1989,1996,1740,1732,1739,42,1717,1708,1709,3,1997,1987,1989,1740,1731,1732,42,1707,1708,1717,3,1998,1987,1997,1730,1731,1740,42,1718,1707,1717,3,1999,1998,1997,1741,1730,1740,42,1706,1707,1718,3,2000,1998,1999,1729,1730,1741,42,1718,1717,1719,3,1999,1997,2001,1741,1740,1742,42,1717,1716,1719,3,1997,1996,2001,1740,1739,1742,42,1719,1716,1720,3,2002,2003,2004,1742,1739,1743,42,1720,1716,1715,3,2004,2003,2005,1743,1739,1738,42,1720,1715,1721,3,2004,2005,2006,1743,1738,1744,42,1715,1722,1721,3,2005,2007,2006,1738,1745,1744,42,1715,1723,1722,3,2005,2008,2007,1738,1746,1745,42,1723,1724,1722,3,2008,2009,2007,1746,1747,1745,42,1725,1719,1720,3,2010,2002,2004,1748,1742,1743,42,1726,1719,1725,3,2011,2002,2010,1749,1742,1748,42,1718,1719,1726,3,2012,2002,2011,1741,1742,1749,42,1727,1726,1725,3,2013,2011,2010,1750,1749,1748,42,1725,1728,1727,3,2010,2014,2013,1748,1751,1750,42,1725,1729,1728,3,2010,2015,2014,1748,1752,1751,42,1725,1730,1729,3,2010,2016,2015,1748,1753,1752,42,1725,1720,1730,3,2010,2004,2016,1748,1743,1753,42,1720,1731,1730,3,2004,2017,2016,1743,1754,1753,42,1720,1732,1731,3,2004,2018,2017,1743,1755,1754,42,1732,1733,1731,3,2018,2019,2017,1755,1756,1754,42,1732,1734,1733,3,2018,2020,2019,1755,1757,1756,42,1735,1733,1734,3,2021,2019,2020,1758,1756,1757,42,1735,1736,1733,3,2021,2022,2019,1758,1759,1756,42,1733,1736,1731,3,2019,2022,2017,1756,1759,1754,42,1737,1731,1736,3,2023,2017,2022,1760,1754,1759,42,1731,1737,1730,3,2017,2023,2016,1754,1760,1753,42,1737,1738,1730,3,2023,2024,2016,1760,1761,1753,42,1730,1738,1729,3,2016,2024,2015,1753,1761,1752,42,1729,1738,1739,3,2015,2024,2025,1752,1761,1762,42,1729,1739,1728,3,2015,2025,2026,1752,1762,1751,42,1740,1741,1742,3,2027,2028,2029,1763,1764,1765,42,1741,1740,1743,3,2028,2027,2030,1764,1763,1766,42,1743,1744,1741,3,2030,2031,2028,1766,1767,1764,42,1744,1743,1745,3,2032,2033,2034,1767,1766,1768,42,1745,1743,1746,3,2034,2033,2035,1768,1766,1769,42,1743,1740,1746,3,2030,2027,2036,1766,1763,1769,42,1740,1747,1746,3,2027,2037,2036,1763,1770,1769,42,1747,1740,1748,3,2037,2027,2038,1770,1763,1771,42,1740,1742,1748,3,2027,2029,2038,1763,1765,1771,42,1748,1742,1749,3,2039,2040,2041,1771,1765,1772,42,1749,1742,1750,3,2041,2042,2043,1772,1765,1773,42,1742,1751,1750,3,2042,2044,2043,1765,1774,1773,42,1742,1741,1751,3,2042,2045,2044,1765,1764,1774,42,1741,1752,1751,3,2045,2046,2044,1764,1775,1774,42,1751,1752,1753,3,2047,2048,2049,1774,1775,1776,42,1752,1754,1753,3,2048,2050,2049,1775,1777,1776,42,1753,1754,1755,3,2049,2050,2051,1776,1777,1778,42,1755,1754,1756,3,2052,2053,2054,1778,1777,1779,42,1754,1757,1756,3,2053,2055,2054,1777,1780,1779,42,1757,1758,1756,3,2056,2057,2058,1780,1781,1779,42,1758,1759,1756,3,2057,2059,2058,1781,1782,1779,42,1756,1759,1760,3,2058,2059,2060,1779,1782,1783,42,1759,1761,1760,3,2059,2061,2060,1782,1784,1783,42,1760,1761,1762,3,2060,2061,2062,1783,1784,1785,42,1761,1763,1762,3,2061,2063,2062,1784,1786,1785,42,1761,1764,1763,3,2061,2064,2063,1784,1787,1786,42,1763,1764,1765,3,2063,2064,2065,1786,1787,1788,42,1755,1756,1760,3,2052,2054,2066,1778,1779,1783,42,1755,1760,1766,3,2052,2066,2067,1778,1783,1789,42,1766,1760,1767,3,2067,2066,2068,1789,1783,1790,42,1768,1766,1767,3,2069,2067,2068,1791,1789,1790,42,1768,1767,1769,3,2069,2068,2070,1791,1790,1792,42,1768,1769,1770,3,2069,2070,2071,1791,1792,1793,42,1771,1770,1769,3,2072,2071,2070,1794,1793,1792,42,1772,1755,1766,3,2073,2051,2074,1795,1778,1789,42,1772,1753,1755,3,2073,2049,2051,1795,1776,1778,42,1750,1753,1772,3,2075,2049,2073,1773,1776,1795,42,1750,1751,1753,3,2075,2047,2049,1773,1774,1776,42,1773,1750,1772,3,2076,2075,2073,1796,1773,1795,42,1774,1773,1772,3,2077,2076,2073,1797,1796,1795,42,1773,1774,1775,3,2076,2077,2078,1796,1797,1798,42,1775,1774,1776,3,2078,2077,2079,1798,1797,1799,42,1775,1776,1777,3,2078,2079,2080,1798,1799,1800,42,1772,1766,1778,3,2073,2074,2081,1795,1789,1801,42,1779,1772,1778,3,2082,2073,2081,1802,1795,1801,42,1779,1778,1780,3,2082,2081,2083,1802,1801,1803,42,1779,1780,1781,3,2082,2083,2084,1802,1803,1804,42,1781,1780,1782,3,2084,2083,2085,1804,1803,1805,42,1749,1750,1783,3,2041,2043,2086,1772,1773,1806,42,1784,1749,1783,3,2087,2041,2086,1807,1772,1806,42,1784,1785,1749,3,2087,2088,2041,1807,1808,1772,42,1784,1786,1785,3,2087,2089,2088,1807,1809,1808,42,1786,1784,1787,3,2089,2087,2090,1809,1807,1810,42,1784,1788,1787,3,2087,2091,2090,1807,1811,1810,42,1784,1783,1788,3,2087,2086,2091,1807,1806,1811,42,1787,1788,1789,3,2090,2091,2092,1810,1811,1812,42,1786,1787,1789,3,2089,2090,2092,1809,1810,1812,42,1749,1785,1748,3,2041,2088,2039,1772,1808,1771,42,1747,1748,1785,3,2037,2038,2093,1770,1771,1808,42,1790,1747,1785,3,2094,2037,2093,1813,1770,1808,42,1747,1790,1746,3,2037,2094,2036,1770,1813,1769,42,1746,1790,1791,3,2036,2094,2095,1769,1813,1814,42,1790,1792,1791,3,2094,2096,2095,1813,1815,1814,42,1790,1793,1792,3,2094,2097,2096,1813,1816,1815,42,1793,1790,1794,3,2097,2094,2098,1816,1813,1817,42,1790,1785,1794,3,2094,2093,2098,1813,1808,1817,42,1795,1793,1794,3,2099,2097,2098,1818,1816,1817,42,1792,1793,1795,3,2096,2097,2099,1815,1816,1818,42,1745,1746,1796,3,2034,2035,2100,1768,1769,1819,42,1746,1797,1796,3,2035,2101,2100,1769,1820,1819,42,1797,1798,1796,3,2101,2102,2100,1820,1821,1819,42,1798,1797,1799,3,2102,2101,2103,1821,1820,1822,42,1798,1799,1800,3,2102,2103,2104,1821,1822,1823,42,1800,1799,1801,3,2104,2103,2105,1823,1822,1824,42,1796,1798,1802,3,2106,2107,2108,1819,1821,1825,42,1802,1798,1803,3,2108,2107,2109,1825,1821,1826,42,1802,1803,1804,3,2108,2109,2110,1825,1826,1827,42,1804,1803,1805,3,2110,2109,2111,1827,1826,1828,42,1806,1804,1805,3,2112,2110,2111,1829,1827,1828,42,1802,1804,1806,3,2108,2110,2112,1825,1827,1829,42,1807,1802,1806,3,2113,2108,2112,1830,1825,1829,42,1808,1802,1807,3,2114,2108,2113,1831,1825,1830,42,1808,1796,1802,3,2114,2106,2108,1831,1819,1825,42,1809,1796,1808,3,2115,2106,2114,1832,1819,1831,42,1809,1745,1796,3,2115,2116,2106,1832,1768,1819,42,1810,1745,1809,3,2117,2116,2115,1833,1768,1832,42,1744,1745,1810,3,2118,2116,2117,1767,1768,1833,42,1810,1809,1811,3,2117,2115,2119,1833,1832,1834,42,1811,1809,1812,3,2119,2115,2120,1834,1832,1835,42,1809,1808,1812,3,2115,2114,2120,1832,1831,1835,42,1812,1808,1807,3,2120,2114,2113,1835,1831,1830,42,1813,1812,1807,3,2121,2122,2123,1836,1835,1830,42,1814,1812,1813,3,2124,2122,2121,1837,1835,1836,42,1814,1811,1812,3,2124,2125,2122,1837,1834,1835,42,1815,1811,1814,3,2126,2125,2124,1838,1834,1837,42,1810,1811,1815,3,2127,2125,2126,1833,1834,1838,42,1815,1814,1816,3,2126,2124,2128,1838,1837,1839,42,1816,1814,1817,3,2128,2124,2129,1839,1837,1840,42,1813,1817,1814,3,2121,2129,2124,1836,1840,1837,42,1813,1818,1817,3,2121,2130,2129,1836,1841,1840,42,1813,1807,1818,3,2121,2123,2130,1836,1830,1841,42,1818,1807,1819,3,2130,2123,2131,1841,1830,1842,42,1818,1819,1820,3,2130,2131,2132,1841,1842,1843,42,1820,1819,1821,3,2132,2131,2133,1843,1842,1844,42,1822,1820,1821,3,2134,2132,2133,1845,1843,1844,42,1818,1820,1822,3,2130,2132,2134,1841,1843,1845,42,1823,1818,1822,3,2135,2130,2134,1846,1841,1845,42,1817,1818,1823,3,2129,2130,2135,1840,1841,1846,42,1817,1823,1824,3,2136,2137,2138,1840,1846,1847,42,1824,1823,1825,3,2138,2137,2139,1847,1846,1848,42,1825,1823,1826,3,2139,2137,2140,1848,1846,1849,42,1823,1827,1826,3,2137,2141,2140,1846,1850,1849,42,1826,1827,1828,3,2140,2141,2142,1849,1850,1851,42,1816,1817,1824,3,2143,2136,2138,1839,1840,1847,42,1829,1816,1824,3,2144,2143,2138,1852,1839,1847,42,1815,1816,1829,3,2145,2143,2144,1838,1839,1852,42,1830,1815,1829,3,2146,2145,2144,1853,1838,1852,42,1829,1831,1830,3,2144,2147,2146,1852,1854,1853,42,1831,1829,1832,3,2147,2144,2148,1854,1852,1855,42,1832,1829,1833,3,2148,2144,2149,1855,1852,1856,42,1829,1824,1833,3,2144,2138,2149,1852,1847,1856,42,1824,1834,1833,3,2138,2150,2149,1847,1857,1856,42,1824,1835,1834,3,2138,2151,2150,1847,1858,1857,42,1834,1835,1836,3,2150,2151,2152,1857,1858,1859,42,1835,1837,1836,3,2151,2153,2152,1858,1860,1859,42,1836,1837,1838,3,2152,2153,2154,1859,1860,1861,42,1838,1839,1836,3,2154,2155,2152,1861,1862,1859,42,1836,1839,1834,3,2152,2155,2150,1859,1862,1857,42,1839,1840,1834,3,2155,2156,2150,1862,1863,1857,42,1833,1834,1840,3,2149,2150,2156,1856,1857,1863,42,1833,1840,1841,3,2149,2156,2157,1856,1863,1864,42,1833,1841,1832,3,2149,2157,2148,1856,1864,1855,42,1832,1841,1842,3,2148,2157,2158,1855,1864,1865,42,1842,1841,1843,3,2159,2160,2161,1865,1864,1866,42,1843,1841,1844,3,2161,2160,2162,1866,1864,1867,42,1845,1843,1844,3,2163,2161,2162,1868,1866,1867,42,1845,1844,1846,3,2163,2162,2164,1868,1867,1869,42,1843,1847,1842,3,2165,2166,2167,1866,1870,1865,42,1843,1848,1847,3,2165,2168,2166,1866,1871,1870,42,1843,1849,1848,3,2165,2169,2168,1866,1872,1871,42,1849,1850,1848,3,2169,2170,2168,1872,1873,1871,42,1832,1842,1831,3,2148,2158,2171,1855,1865,1854,42,1851,1852,1853,3,2172,2173,2174,1874,1875,1876,42,1851,1854,1852,3,2175,2176,2177,1874,1877,1875,42,1854,1851,1855,3,2176,2175,2178,1877,1874,1878,42,1855,1856,1854,3,2179,2180,2181,1878,1879,1877,42,1857,1856,1855,3,2182,2180,2179,1880,1879,1878,42,1857,1858,1856,3,2183,2184,2185,1880,1881,1879,42,1856,1858,1859,3,2185,2184,2186,1879,1881,1882,42,1859,1858,1860,3,2187,2180,2181,1882,1881,1883,42,1858,1861,1860,3,2180,2179,2181,1881,1884,1883,42,1858,1862,1861,3,2180,2182,2179,1881,1885,1884,42,1860,1861,1863,3,2176,2178,2175,1883,1884,1886,42,1860,1863,1864,3,2176,2175,2177,1883,1886,1887,42,1864,1863,1865,3,2173,2172,2174,1887,1886,1888,42,1863,1866,1865,3,2172,2188,2174,1886,1889,1888,42,1865,1866,1867,3,2174,2188,2189,1888,1889,1890,42,1865,1867,1868,3,2174,2189,2190,1888,1890,1891,42,1867,1869,1868,3,2191,2192,2190,1890,1892,1891,42,1868,1869,1870,3,2190,2192,2193,1891,1892,1893,42,1868,1870,1871,3,2190,2193,2194,1891,1893,1894,42,1871,1870,1872,3,2194,2193,2195,1894,1893,1895,42,1870,1873,1872,3,2193,2196,2195,1893,1896,1895,42,1872,1873,1874,3,2195,2196,2197,1895,1896,1897,42,1874,1875,1872,3,2197,2198,2195,1897,1898,1895,42,1875,1876,1872,3,2198,2199,2195,1898,1899,1895,42,1876,1871,1872,3,2199,2194,2195,1899,1894,1895,42,1876,1865,1871,3,2199,2174,2194,1899,1888,1894,42,1864,1865,1876,3,2173,2174,2199,1887,1888,1899,42,1877,1864,1876,3,2200,2173,2199,1900,1887,1899,42,1878,1864,1877,3,2201,2177,2202,1901,1887,1900,42,1879,1864,1878,3,2203,2177,2201,1902,1887,1901,42,1879,1860,1864,3,2203,2176,2177,1902,1883,1887,42,1880,1860,1879,3,2204,2181,2205,1903,1883,1902,42,1860,1880,1859,3,2181,2204,2187,1883,1903,1882,42,1859,1880,1881,3,2187,2204,2206,1882,1903,1904,42,1881,1880,1882,3,2206,2204,2207,1904,1903,1905,42,1880,1879,1882,3,2204,2205,2207,1903,1902,1905,42,1882,1879,1878,3,2208,2203,2201,1905,1902,1901,42,1882,1878,1883,3,2208,2201,2209,1905,1901,1906,42,1883,1878,1877,3,2209,2201,2202,1906,1901,1900,42,1883,1877,1884,3,2209,2202,2210,1906,1900,1907,42,1884,1877,1876,3,2211,2200,2199,1907,1900,1899,42,1884,1876,1885,3,2211,2199,2212,1907,1899,1908,42,1886,1884,1885,3,2213,2211,2212,1909,1907,1908,42,1883,1884,1887,3,2209,2210,2214,1906,1907,1910,42,1888,1883,1887,3,2215,2209,2214,1911,1906,1910,42,1889,1883,1888,3,2216,2209,2215,1912,1906,1911,42,1889,1882,1883,3,2216,2208,2209,1912,1905,1906,42,1890,1889,1888,3,2217,2216,2215,1913,1912,1911,42,1890,1888,1887,3,2217,2215,2214,1913,1911,1910,42,1881,1882,1891,3,2206,2207,2218,1904,1905,1914,42,1892,1881,1891,3,2219,2206,2218,1915,1904,1914,42,1893,1881,1892,3,2220,2206,2219,1916,1904,1915,42,1881,1893,1894,3,2206,2220,2221,1904,1916,1917,42,1859,1881,1894,3,2187,2206,2221,1882,1904,1917,42,1859,1894,1895,3,2186,2222,2223,1882,1917,1918,42,1895,1894,1896,3,2223,2222,2224,1918,1917,1919,42,1894,1897,1896,3,2222,2225,2224,1917,1920,1919,42,1897,1898,1896,3,2225,2226,2224,1920,1921,1919,42,1897,1899,1898,3,2225,2227,2226,1920,1922,1921,42,1895,1896,1900,3,2187,2221,2206,1918,1919,1923,42,1901,1900,1896,3,2220,2206,2221,1924,1923,1919,42,1900,1901,1902,3,2206,2220,2219,1923,1924,1925,42,1901,1903,1902,3,2220,2228,2219,1924,1926,1925,42,1900,1902,1904,3,2206,2219,2218,1923,1925,1927,42,1902,1905,1904,3,2219,2229,2218,1925,1928,1927,42,1900,1904,1906,3,2206,2218,2207,1923,1927,1929,42,1907,1900,1906,3,2204,2206,2207,1930,1923,1929,42,1895,1900,1907,3,2187,2206,2204,1918,1923,1930,42,1854,1895,1907,3,2181,2187,2204,1877,1918,1930,42,1856,1895,1854,3,2180,2187,2181,1879,1918,1877,42,1856,1859,1895,3,2185,2186,2223,1879,1882,1918,42,1854,1907,1908,3,2181,2204,2205,1877,1930,1931,42,1907,1906,1908,3,2204,2207,2205,1930,1929,1931,42,1908,1906,1909,3,2203,2208,2201,1931,1929,1932,42,1909,1906,1910,3,2201,2208,2209,1932,1929,1933,42,1906,1911,1910,3,2208,2216,2209,1929,1934,1933,42,1910,1911,1912,3,2209,2216,2215,1933,1934,1935,42,1911,1913,1912,3,2216,2217,2215,1934,1936,1935,42,1912,1913,1914,3,2215,2217,2230,1935,1936,1937,42,1910,1912,1914,3,2209,2215,2230,1933,1935,1937,42,1914,1915,1910,3,2230,2210,2209,1937,1938,1933,42,1910,1916,1915,3,2209,2202,2210,1933,1939,1938,42,1910,1909,1916,3,2209,2201,2202,1933,1932,1939,42,1852,1909,1916,3,2177,2201,2202,1875,1932,1939,42,1852,1908,1909,3,2177,2203,2201,1875,1931,1932,42,1854,1908,1852,3,2176,2203,2177,1877,1931,1875,42,1852,1916,1917,3,2173,2200,2199,1875,1939,1940,42,1916,1915,1917,3,2200,2211,2199,1939,1938,1940,42,1917,1915,1918,3,2199,2211,2212,1940,1938,1941,42,1915,1919,1918,3,2211,2213,2212,1938,1942,1941,42,1852,1917,1853,3,2173,2199,2174,1875,1940,1876,42,1853,1917,1920,3,2174,2199,2194,1876,1940,1943,42,1917,1921,1920,3,2199,2195,2194,1940,1944,1943,42,1922,1921,1917,3,2198,2195,2199,1945,1944,1940,42,1923,1921,1922,3,2197,2195,2198,1946,1944,1945,42,1923,1924,1921,3,2197,2196,2195,1946,1947,1944,42,1921,1924,1925,3,2195,2196,2193,1944,1947,1948,42,1921,1925,1920,3,2195,2193,2194,1944,1948,1943,42,1926,1920,1925,3,2190,2194,2193,1949,1943,1948,42,1853,1920,1926,3,2174,2194,2190,1876,1943,1949,42,1927,1853,1926,3,2189,2174,2190,1950,1876,1949,42,1928,1853,1927,3,2188,2174,2189,1951,1876,1950,42,1851,1853,1928,3,2172,2174,2188,1874,1876,1951,42,1926,1927,1929,3,2190,2191,2192,1949,1950,1952,42,1926,1925,1929,3,2190,2193,2192,1949,1948,1952,42,1930,1893,1892,3,2228,2220,2219,1953,1916,1915,42,1931,1892,1891,3,2229,2219,2218,1954,1915,1914,42,1871,1865,1868,3,2194,2174,2190,1894,1888,1891,42,1932,1933,1934,3,2231,2232,2233,1955,1956,1957,42,1933,1932,1935,3,2232,2231,2234,1956,1955,1958,42,1935,1932,1936,3,2235,2236,2237,1958,1955,1959,42,1936,1932,1937,3,2237,2238,2239,1959,1955,1960,42,1932,1938,1937,3,2238,2240,2239,1955,1961,1960,42,1938,1932,1934,3,2240,2238,2241,1961,1955,1957,42,1938,1934,1939,3,2240,2241,2242,1961,1957,1962,42,1939,1934,1940,3,2242,2241,2243,1962,1957,1963,42,1934,1941,1940,3,2241,2244,2243,1957,1964,1963,42,1934,1942,1941,3,2233,2245,2246,1957,1965,1964,42,1933,1942,1934,3,2232,2245,2233,1956,1965,1957,42,1933,1943,1942,3,2232,2247,2245,1956,1966,1965,42,1933,1944,1943,3,2232,2248,2247,1956,1967,1966,42,1933,1945,1944,3,2232,2249,2248,1956,1968,1967,42,1945,1933,1935,3,2249,2232,2234,1968,1956,1958,42,1945,1935,1946,3,2249,2234,2250,1968,1958,1969,42,1946,1935,1936,3,2251,2235,2237,1969,1958,1959,42,1936,1947,1946,3,2237,2252,2251,1959,1970,1969,42,1947,1936,1948,3,2252,2237,2253,1970,1959,1971,42,1936,1937,1948,3,2237,2239,2253,1959,1960,1971,42,1948,1937,1949,3,2254,2255,2256,1971,1960,1972,42,1937,1950,1949,3,2255,2257,2256,1960,1973,1972,42,1937,1938,1950,3,2255,2258,2257,1960,1961,1973,42,1938,1939,1950,3,2258,2259,2257,1961,1962,1973,42,1939,1951,1950,3,2259,2260,2257,1962,1974,1973,42,1951,1939,1940,3,2260,2259,2261,1974,1962,1963,42,1951,1940,1952,3,2260,2261,2262,1974,1963,1975,42,1940,1953,1952,3,2261,2263,2262,1963,1976,1975,42,1940,1954,1953,3,2261,2264,2263,1963,1977,1976,42,1940,1941,1954,3,2243,2244,2265,1963,1964,1977,42,1941,1955,1954,3,2246,2266,2267,1964,1978,1977,42,1942,1955,1941,3,2245,2266,2246,1965,1978,1964,42,1942,1956,1955,3,2245,2268,2266,1965,1979,1978,42,1943,1956,1942,3,2247,2268,2245,1966,1979,1965,42,1943,1957,1956,3,2269,2270,2271,1966,1980,1979,42,1957,1943,1944,3,2270,2269,2272,1980,1966,1967,42,1957,1944,1958,3,2270,2272,2273,1980,1967,1981,42,1958,1944,1959,3,2273,2272,2274,1981,1967,1982,42,1944,1960,1959,3,2248,2275,2276,1967,1983,1982,42,1945,1960,1944,3,2249,2275,2248,1968,1983,1967,42,1960,1945,1946,3,2275,2249,2250,1983,1968,1969,42,1961,1960,1946,3,2277,2275,2250,1984,1983,1969,42,1962,1960,1961,3,2278,2275,2277,1985,1983,1984,42,1960,1962,1963,3,2275,2278,2279,1983,1985,1986,42,1962,1964,1963,3,2278,2280,2279,1985,1987,1986,42,1964,1962,1961,3,2280,2278,2277,1987,1985,1984,42,1960,1963,1959,3,2275,2279,2276,1983,1986,1982,42,1958,1959,1965,3,2273,2274,2281,1981,1982,1988,42,1965,1959,1966,3,2281,2274,2282,1988,1982,1989,42,1967,1965,1966,3,2283,2281,2282,1990,1988,1989,42,1968,1967,1966,3,2284,2283,2282,1991,1990,1989,42,1958,1965,1969,3,2285,2286,2287,1981,1988,1992,42,1969,1965,1970,3,2287,2286,2288,1992,1988,1993,42,1969,1970,1971,3,2287,2288,2289,1992,1993,1994,42,1971,1970,1972,3,2289,2288,2290,1994,1993,1995,42,1973,1971,1972,3,2291,2289,2290,1996,1994,1995,42,1969,1971,1973,3,2287,2289,2291,1992,1994,1996,42,1969,1973,1974,3,2287,2291,2292,1992,1996,1997,42,1975,1969,1974,3,2293,2287,2292,1998,1992,1997,42,1975,1958,1969,3,2293,2285,2287,1998,1981,1992,42,1976,1958,1975,3,2294,2285,2293,1999,1981,1998,42,1976,1957,1958,3,2294,2295,2285,1999,1980,1981,42,1957,1976,1977,3,2295,2294,2296,1980,1999,2000,42,1976,1978,1977,3,2294,2297,2296,1999,2001,2000,42,1976,1979,1978,3,2294,2298,2297,1999,2002,2001,42,1976,1975,1979,3,2294,2293,2298,1999,1998,2002,42,1975,1974,1979,3,2293,2292,2298,1998,1997,2002,42,1979,1974,1980,3,2299,2300,2301,2002,1997,2003,42,1980,1974,1981,3,2301,2300,2302,2003,1997,2004,42,1981,1974,1982,3,2302,2300,2303,2004,1997,2005,42,1981,1982,1983,3,2302,2303,2304,2004,2005,2006,42,1983,1982,1984,3,2304,2303,2305,2006,2005,2007,42,1984,1985,1983,3,2305,2306,2304,2007,2008,2006,42,1981,1983,1985,3,2302,2304,2306,2004,2006,2008,42,1981,1985,1986,3,2302,2306,2307,2004,2008,2009,42,1987,1981,1986,3,2308,2302,2307,2010,2004,2009,42,1980,1981,1987,3,2301,2302,2308,2003,2004,2010,42,1988,1980,1987,3,2309,2301,2308,2011,2003,2010,42,1988,1979,1980,3,2309,2299,2301,2011,2002,2003,42,1988,1978,1979,3,2309,2310,2299,2011,2001,2002,42,1978,1988,1989,3,2310,2309,2311,2001,2011,2012,42,1989,1988,1990,3,2311,2309,2312,2012,2011,2013,42,1988,1987,1990,3,2309,2308,2312,2011,2010,2013,42,1990,1987,1991,3,2313,2314,2315,2013,2010,2014,42,1991,1987,1986,3,2315,2314,2316,2014,2010,2009,42,1991,1986,1992,3,2315,2316,2317,2014,2009,2015,42,1992,1986,1993,3,2317,2316,2318,2015,2009,2016,42,1986,1994,1993,3,2316,2319,2318,2009,2017,2016,42,1994,1995,1993,3,2319,2320,2318,2017,2018,2016,42,1991,1992,1996,3,2315,2321,2322,2014,2015,2019,42,1996,1992,1997,3,2322,2321,2323,2019,2015,2020,42,1992,1998,1997,3,2321,2324,2323,2015,2021,2020,42,1998,1999,1997,3,2324,2325,2323,2021,2022,2020,42,1999,2000,1997,3,2325,2326,2323,2022,2023,2020,42,1997,2000,1996,3,2323,2326,2322,2020,2023,2019,42,2000,2001,1996,3,2326,2327,2322,2023,2024,2019,42,1996,2001,2002,3,2322,2327,2328,2019,2024,2025,42,2001,2003,2002,3,2327,2329,2328,2024,2026,2025,42,2002,2003,2004,3,2328,2329,2330,2025,2026,2027,42,2003,2005,2004,3,2329,2331,2330,2026,2028,2027,42,2005,2003,2006,3,2332,2333,2334,2028,2026,2029,42,2006,2003,2007,3,2334,2333,2335,2029,2026,2030,42,2007,2008,2006,3,2335,2336,2334,2030,2031,2029,42,2009,2008,2007,3,2337,2336,2335,2032,2031,2030,42,2006,2010,2005,3,2338,2339,2340,2029,2033,2028,42,2006,2011,2010,3,2338,2341,2339,2029,2034,2033,42,2012,2011,2006,3,2342,2341,2338,2035,2034,2029,42,2012,2013,2011,3,2342,2343,2341,2035,2036,2034,42,2010,2014,2005,3,2344,2345,2346,2033,2037,2028,42,2014,2010,2015,3,2345,2344,2347,2037,2033,2038,42,2015,2010,2016,3,2347,2344,2348,2038,2033,2039,42,2015,2016,2017,3,2347,2348,2349,2038,2039,2040,42,2016,2018,2017,3,2348,2350,2349,2039,2041,2040,42,2017,2018,2019,3,2349,2350,2351,2040,2041,2042,42,2018,2020,2019,3,2350,2352,2351,2041,2043,2042,42,2019,2020,2021,3,2351,2352,2353,2042,2043,2044,42,2020,2022,2021,3,2352,2354,2353,2043,2045,2044,42,2021,2022,2023,3,2353,2354,2355,2044,2045,2046,42,2024,2021,2023,3,2356,2353,2355,2047,2044,2046,42,2019,2021,2024,3,2351,2353,2356,2042,2044,2047,42,2025,2019,2024,3,2357,2351,2356,2048,2042,2047,42,2017,2019,2025,3,2349,2351,2357,2040,2042,2048,42,2015,2017,2025,3,2347,2349,2357,2038,2040,2048,42,2015,2025,2026,3,2347,2357,2358,2038,2048,2049,42,2026,2025,2027,3,2358,2359,2360,2049,2048,2050,42,2025,2028,2027,3,2359,2361,2360,2048,2051,2050,42,2025,2029,2028,3,2359,2362,2361,2048,2052,2051,42,2025,2030,2029,3,2359,2363,2362,2048,2053,2052,42,2030,2031,2029,3,2363,2364,2362,2053,2054,2052,42,2026,2027,2032,3,2358,2360,2365,2049,2050,2055,42,2027,2033,2032,3,2366,2367,2368,2050,2056,2055,42,2027,2034,2033,3,2366,2369,2367,2050,2057,2056,42,2027,2035,2034,3,2366,2370,2369,2050,2058,2057,42,2035,2036,2034,3,2370,2371,2369,2058,2059,2057,42,2035,2037,2036,3,2370,2372,2371,2058,2060,2059,42,2037,2038,2036,3,2372,2373,2371,2060,2061,2059,42,2033,2034,2039,3,2374,2375,2376,2056,2057,2062,42,2039,2034,2040,3,2376,2375,2377,2062,2057,2063,42,2040,2034,2041,3,2377,2375,2378,2063,2057,2064,42,2040,2041,2042,3,2377,2378,2379,2063,2064,2065,42,2040,2042,2043,3,2377,2379,2380,2063,2065,2066,42,2043,2042,2044,3,2381,2382,2383,2066,2065,2067,42,2042,2045,2044,3,2382,2384,2383,2065,2068,2067,42,2042,2046,2045,3,2382,2385,2384,2065,2069,2068,42,2045,2046,2047,3,2384,2385,2386,2068,2069,2070,42,2045,2047,2048,3,2384,2386,2387,2068,2070,2071,42,2044,2045,2048,3,2383,2384,2387,2067,2068,2071,42,2044,2048,2049,3,2383,2387,2388,2067,2071,2072,42,2044,2049,2050,3,2383,2388,2389,2067,2072,2073,42,2050,2049,2051,3,2389,2388,2390,2073,2072,2074,42,2049,2052,2051,3,2391,2392,2393,2072,2075,2074,42,2049,2053,2052,3,2391,2394,2392,2072,2076,2075,42,2054,2053,2049,3,2395,2394,2391,2077,2076,2072,42,2054,2055,2053,3,2395,2396,2394,2077,2078,2076,42,2054,2056,2055,3,2395,2397,2396,2077,2079,2078,42,2053,2057,2052,3,2394,2398,2392,2076,2080,2075,42,2053,2058,2057,3,2394,2399,2398,2076,2081,2080,42,2059,2058,2053,3,2400,2399,2394,2082,2081,2076,42,2059,2060,2058,3,2400,2401,2399,2082,2083,2081,42,2061,2060,2059,3,2402,2401,2400,2084,2083,2082,42,2061,2062,2060,3,2402,2403,2401,2084,2085,2083,42,2063,2062,2061,3,2404,2403,2402,2086,2085,2084,42,2058,2064,2057,3,2405,2406,2407,2081,2087,2080,42,2058,2065,2064,3,2405,2408,2406,2081,2088,2087,42,2066,2065,2058,3,2409,2408,2405,2089,2088,2081,42,2066,2067,2065,3,2409,2410,2408,2089,2090,2088,42,2068,2067,2066,3,2411,2410,2409,2091,2090,2089,42,2064,2065,2069,3,2406,2408,2412,2087,2088,2092,42,2065,2070,2069,3,2408,2413,2412,2088,2093,2092,42,2071,2070,2065,3,2410,2413,2408,2094,2093,2088,42,2071,2072,2070,3,2410,2414,2413,2094,2095,2093,42,2073,2072,2071,3,2415,2414,2410,2096,2095,2094,42,2072,2073,2074,3,2414,2415,2416,2095,2096,2097,42,2075,2072,2074,3,2417,2414,2416,2098,2095,2097,42,2070,2072,2075,3,2413,2414,2417,2093,2095,2098,42,2076,2070,2075,3,2418,2413,2417,2099,2093,2098,42,2069,2070,2076,3,2412,2413,2418,2092,2093,2099,42,2077,2069,2076,3,2419,2412,2418,2100,2092,2099,42,2077,2078,2069,3,2419,2420,2412,2100,2101,2092,42,2079,2078,2077,3,2421,2420,2419,2102,2101,2100,42,2079,2080,2078,3,2422,2423,2424,2102,2103,2101,42,2081,2080,2079,3,2425,2423,2422,2104,2103,2102,42,2081,2082,2080,3,2425,2426,2423,2104,2105,2103,42,2081,2083,2082,3,2427,2428,2429,2104,2106,2105,42,2084,2083,2081,3,2430,2428,2427,2107,2106,2104,42,2085,2083,2084,3,2431,2432,2433,2108,2106,2107,42,2085,2086,2083,3,2431,2434,2432,2108,2109,2106,42,2085,2087,2086,3,2435,2436,2437,2108,2110,2109,42,2088,2087,2085,3,2438,2436,2435,2111,2110,2108,42,2088,2089,2087,3,2438,2439,2436,2111,2112,2110,42,2090,2089,2088,3,2440,2439,2438,2113,2112,2111,42,2090,2091,2089,3,2441,2442,2443,2113,2114,2112,42,1953,2091,2090,3,2444,2442,2441,1976,2114,2113,42,1953,2092,2091,3,2444,2445,2442,1976,2115,2114,42,1954,2092,1953,3,2446,2445,2444,1977,2115,1976,42,1955,2092,1954,3,2447,2448,2449,1978,2115,1977,42,1955,2093,2092,3,2447,2450,2448,1978,2116,2115,42,1977,2093,1955,3,2451,2450,2447,2000,2116,1978,42,1977,1989,2093,3,2451,2311,2450,2000,2012,2116,42,1977,1978,1989,3,2451,2310,2311,2000,2001,2012,42,2093,1989,2094,3,2452,2453,2454,2116,2012,2117,42,1989,2095,2094,3,2453,2455,2454,2012,2118,2117,42,1989,2096,2095,3,2453,2456,2455,2012,2119,2118,42,1989,1990,2096,3,2453,2313,2456,2012,2013,2119,42,2096,1990,1991,3,2456,2313,2315,2119,2013,2014,42,2096,1991,2002,3,2456,2315,2328,2119,2014,2025,42,1991,1996,2002,3,2315,2322,2328,2014,2019,2025,42,2096,2002,2004,3,2456,2328,2330,2119,2025,2027,42,2096,2004,2097,3,2456,2330,2457,2119,2027,2120,42,2097,2004,2005,3,2458,2330,2331,2120,2027,2028,42,2097,2005,2098,3,2459,2346,2460,2120,2028,2121,42,2098,2005,2014,3,2460,2346,2345,2121,2028,2037,42,2098,2014,2099,3,2460,2345,2461,2121,2037,2122,42,2099,2014,2100,3,2461,2345,2462,2122,2037,2123,42,2014,2026,2100,3,2345,2358,2462,2037,2049,2123,42,2015,2026,2014,3,2347,2358,2345,2038,2049,2037,42,2026,2032,2100,3,2358,2365,2462,2049,2055,2123,42,2099,2100,2032,3,2461,2462,2365,2122,2123,2055,42,2099,2032,2101,3,2461,2365,2463,2122,2055,2124,42,2101,2032,2102,3,2464,2368,2465,2124,2055,2125,42,2032,2033,2102,3,2368,2367,2465,2055,2056,2125,42,2033,2103,2102,3,2374,2466,2467,2056,2126,2125,42,2103,2033,2039,3,2466,2374,2376,2126,2056,2062,42,2039,2104,2103,3,2376,2468,2466,2062,2127,2126,42,2039,2043,2104,3,2376,2380,2468,2062,2066,2127,42,2039,2040,2043,3,2376,2377,2380,2062,2063,2066,42,2043,2050,2104,3,2381,2389,2469,2066,2073,2127,42,2043,2044,2050,3,2381,2383,2389,2066,2067,2073,42,2105,2104,2050,3,2470,2469,2389,2128,2127,2073,42,2104,2105,2106,3,2469,2470,2471,2127,2128,2129,42,2107,2106,2105,3,2472,2471,2470,2130,2129,2128,42,2108,2106,2107,3,2473,2474,2475,2131,2129,2130,42,2108,2101,2106,3,2473,2464,2474,2131,2124,2129,42,2108,2099,2101,3,2476,2461,2463,2131,2122,2124,42,2109,2099,2108,3,2477,2461,2476,2132,2122,2131,42,2110,2099,2109,3,2478,2461,2477,2133,2122,2132,42,2110,2098,2099,3,2478,2460,2461,2133,2121,2122,42,2110,2097,2098,3,2479,2459,2460,2133,2120,2121,42,2110,2095,2097,3,2480,2455,2457,2133,2118,2120,42,2094,2095,2110,3,2454,2455,2480,2117,2118,2133,42,2089,2094,2110,3,2443,2454,2480,2112,2117,2133,42,2091,2094,2089,3,2442,2454,2443,2114,2117,2112,42,2093,2094,2091,3,2452,2454,2442,2116,2117,2114,42,2092,2093,2091,3,2445,2452,2442,2115,2116,2114,42,2089,2110,2087,3,2439,2478,2436,2112,2133,2110,42,2087,2110,2109,3,2436,2478,2477,2110,2133,2132,42,2087,2109,2086,3,2436,2477,2437,2110,2132,2109,42,2086,2109,2108,3,2437,2477,2476,2109,2132,2131,42,2086,2108,2107,3,2434,2473,2475,2109,2131,2130,42,2086,2107,2083,3,2434,2475,2432,2109,2130,2106,42,2083,2107,2111,3,2428,2472,2481,2106,2130,2134,42,2107,2105,2111,3,2472,2470,2481,2130,2128,2134,42,2111,2105,2051,3,2481,2470,2390,2134,2128,2074,42,2050,2051,2105,3,2389,2390,2470,2073,2074,2128,42,2111,2051,2112,3,2481,2390,2482,2134,2074,2135,42,2112,2051,2113,3,2483,2393,2484,2135,2074,2136,42,2113,2051,2052,3,2484,2393,2392,2136,2074,2075,42,2113,2052,2078,3,2484,2392,2424,2136,2075,2101,42,2078,2052,2057,3,2424,2392,2398,2101,2075,2080,42,2078,2057,2064,3,2420,2407,2406,2101,2080,2087,42,2078,2064,2069,3,2420,2406,2412,2101,2087,2092,42,2080,2113,2078,3,2423,2484,2424,2103,2136,2101,42,2080,2112,2113,3,2423,2483,2484,2103,2135,2136,42,2082,2112,2080,3,2426,2483,2423,2105,2135,2103,42,2111,2112,2082,3,2481,2482,2429,2134,2135,2105,42,2083,2111,2082,3,2428,2481,2429,2106,2134,2105,42,2095,2096,2097,3,2455,2456,2457,2118,2119,2120,42,2101,2102,2106,3,2464,2465,2474,2124,2125,2129,42,2106,2102,2103,3,2485,2467,2466,2129,2125,2126,42,2103,2104,2106,3,2466,2468,2485,2126,2127,2129,42,1956,1977,1955,3,2486,2296,2487,1979,2000,1978,42,1957,1977,1956,3,2295,2296,2486,1980,2000,1979,42,2114,1953,2090,3,2488,2489,2490,2137,1976,2113,42,1952,1953,2114,3,2491,2489,2488,1975,1976,2137,42,2115,1952,2114,3,2492,2491,2488,2138,1975,2137,42,2116,1952,2115,3,2493,2491,2492,2139,1975,2138,42,1951,1952,2116,3,2260,2262,2494,1974,1975,2139,42,1950,1951,2116,3,2257,2260,2494,1973,1974,2139,42,1950,2116,2117,3,2257,2494,2495,1973,2139,2140,42,2116,2118,2117,3,2493,2496,2497,2139,2141,2140,42,2116,2115,2118,3,2493,2492,2496,2139,2138,2141,42,2115,2119,2118,3,2498,2499,2500,2138,2142,2141,42,2115,2120,2119,3,2501,2502,2503,2138,2143,2142,42,2115,2121,2120,3,2501,2504,2502,2138,2144,2143,42,2115,2114,2121,3,2501,2505,2504,2138,2137,2144,42,2121,2114,2122,3,2504,2505,2506,2144,2137,2145,42,2114,2090,2122,3,2505,2507,2506,2137,2113,2145,42,2122,2090,2088,3,2506,2507,2508,2145,2113,2111,42,2122,2088,2123,3,2509,2510,2511,2145,2111,2146,42,2123,2088,2085,3,2511,2510,2512,2146,2111,2108,42,2123,2085,2124,3,2513,2514,2515,2146,2108,2147,42,2124,2085,2084,3,2515,2514,2516,2147,2108,2107,42,2124,2084,2125,3,2515,2516,2517,2147,2107,2148,42,2125,2084,2081,3,2517,2516,2518,2148,2107,2104,42,2125,2081,2126,3,2519,2520,2521,2148,2104,2149,42,2126,2081,2079,3,2521,2520,2522,2149,2104,2102,42,2081,2079,2127,3,2523,2524,2525,2104,2102,2150,42,2128,2081,2079,3,2526,2527,2528,2151,2104,2102,42,2128,2079,2129,3,2526,2528,2529,2151,2102,2152,42,2130,2128,2129,3,2530,2526,2529,2153,2151,2152,42,2130,2129,2131,3,2530,2529,2531,2153,2152,2154,42,2132,2130,2131,3,2532,2530,2531,2155,2153,2154,42,2132,2131,2133,3,2532,2531,2533,2155,2154,2156,42,2134,2081,2127,3,2534,2523,2525,2157,2104,2150,42,2135,2134,2127,3,2535,2534,2525,2158,2157,2150,42,2136,2134,2135,3,2536,2534,2535,2159,2157,2158,42,2137,2136,2135,3,2532,2536,2535,2160,2159,2158,42,2138,2136,2137,3,2537,2536,2532,2161,2159,2160,42,2138,2137,2139,3,2537,2532,2538,2161,2160,2162,42,2126,2079,2140,3,2521,2522,2539,2149,2102,2163,42,2140,2079,2141,3,2540,2541,2542,2163,2102,2164,42,2079,2142,2141,3,2541,2543,2542,2102,2165,2164,42,2079,2077,2142,3,2421,2419,2544,2102,2100,2165,42,2077,2076,2142,3,2419,2418,2544,2100,2099,2165,42,2142,2076,2143,3,2543,2545,2546,2165,2099,2166,42,2076,2075,2143,3,2545,2547,2546,2099,2098,2166,42,2075,2144,2143,3,2547,2548,2546,2098,2167,2166,42,2145,2144,2075,3,2549,2548,2547,2168,2167,2098,42,2145,2146,2144,3,2549,2550,2548,2168,2169,2167,42,2147,2146,2145,3,2551,2550,2549,2170,2169,2168,42,2146,2148,2144,3,2550,2552,2548,2169,2171,2167,42,2146,2149,2148,3,2550,2553,2552,2169,2172,2171,42,2150,2149,2146,3,2554,2553,2550,2173,2172,2169,42,2149,2150,2151,3,2553,2554,2555,2172,2173,2174,42,2152,2149,2151,3,2556,2553,2555,2175,2172,2174,42,2148,2149,2152,3,2552,2553,2556,2171,2172,2175,42,2153,2148,2152,3,2557,2552,2556,2176,2171,2175,42,2154,2148,2153,3,2558,2552,2557,2177,2171,2176,42,2144,2148,2154,3,2548,2552,2558,2167,2171,2177,42,2143,2144,2154,3,2546,2548,2558,2166,2167,2177,42,2142,2143,2154,3,2543,2546,2558,2165,2166,2177,42,2141,2142,2154,3,2542,2543,2558,2164,2165,2177,42,2141,2154,2153,3,2542,2558,2557,2164,2177,2176,42,2141,2153,2140,3,2542,2557,2540,2164,2176,2163,42,2140,2153,2155,3,2559,2560,2561,2163,2176,2178,42,2155,2153,2152,3,2561,2560,2562,2178,2176,2175,42,2155,2152,2156,3,2561,2562,2563,2178,2175,2179,42,2152,2151,2156,3,2562,2564,2563,2175,2174,2179,42,2156,2151,2157,3,2563,2564,2565,2179,2174,2180,42,2151,2158,2157,3,2564,2566,2565,2174,2181,2180,42,2159,2155,2156,3,2567,2568,2569,2182,2178,2179,42,2160,2155,2159,3,2570,2568,2567,2183,2178,2182,42,2160,2140,2155,3,2570,2539,2568,2183,2163,2178,42,2160,2126,2140,3,2570,2521,2539,2183,2149,2163,42,2160,2125,2126,3,2570,2519,2521,2183,2148,2149,42,2161,2125,2160,3,2571,2519,2570,2184,2148,2183,42,2162,2125,2161,3,2572,2573,2574,2185,2148,2184,42,2163,2125,2162,3,2575,2517,2576,2186,2148,2185,42,2163,2124,2125,3,2575,2515,2517,2186,2147,2148,42,2164,2124,2163,3,2577,2515,2575,2187,2147,2186,42,2164,2123,2124,3,2577,2513,2515,2187,2146,2147,42,2164,2122,2123,3,2578,2509,2511,2187,2145,2146,42,2121,2122,2164,3,2579,2509,2578,2144,2145,2187,42,2121,2164,2165,3,2579,2578,2580,2144,2187,2188,42,2164,2163,2165,3,2577,2575,2581,2187,2186,2188,42,2163,2166,2165,3,2575,2582,2581,2186,2189,2188,42,2163,2167,2166,3,2575,2583,2582,2186,2190,2189,42,2163,2162,2167,3,2575,2576,2583,2186,2185,2190,42,2167,2162,2161,3,2584,2572,2574,2190,2185,2184,42,2161,2168,2167,3,2574,2585,2584,2184,2191,2190,42,2168,2161,2159,3,2586,2571,2567,2191,2184,2182,42,2161,2160,2159,3,2571,2570,2567,2184,2183,2182,42,2159,2169,2168,3,2567,2587,2586,2182,2192,2191,42,2159,2156,2169,3,2567,2569,2587,2182,2179,2192,42,2169,2156,2170,3,2587,2569,2588,2192,2179,2193,42,2169,2170,2171,3,2587,2588,2589,2192,2193,2194,42,2170,2172,2171,3,2588,2590,2589,2193,2195,2194,42,2173,2171,2172,3,2591,2589,2590,2196,2194,2195,42,2174,2171,2173,3,2592,2589,2591,2197,2194,2196,42,2169,2171,2174,3,2587,2589,2592,2192,2194,2197,42,2168,2169,2174,3,2586,2587,2592,2191,2192,2197,42,2168,2174,2175,3,2585,2593,2594,2191,2197,2198,42,2174,2176,2175,3,2593,2595,2594,2197,2199,2198,42,2174,2177,2176,3,2593,2596,2595,2197,2200,2199,42,2177,2178,2176,3,2596,2597,2595,2200,2201,2199,42,2179,2175,2176,3,2598,2599,2600,2202,2198,2199,42,2166,2175,2179,3,2582,2599,2598,2189,2198,2202,42,2166,2167,2175,3,2582,2583,2599,2189,2190,2198,42,2167,2168,2175,3,2584,2585,2594,2190,2191,2198,42,2165,2166,2179,3,2581,2582,2598,2188,2189,2202,42,2165,2179,2180,3,2581,2598,2601,2188,2202,2203,42,2180,2179,2181,3,2601,2598,2602,2203,2202,2204,42,2179,2176,2181,3,2598,2600,2602,2202,2199,2204,42,2176,2182,2181,3,2600,2603,2602,2199,2205,2204,42,2183,2181,2182,3,2604,2602,2603,2206,2204,2205,42,2180,2181,2183,3,2601,2602,2604,2203,2204,2206,42,2184,2180,2183,3,2605,2606,2607,2207,2203,2206,42,2165,2180,2184,3,2580,2606,2605,2188,2203,2207,42,2120,2165,2184,3,2608,2580,2605,2143,2188,2207,42,2121,2165,2120,3,2579,2580,2608,2144,2188,2143,42,2120,2184,2185,3,2502,2609,2610,2143,2207,2208,42,2184,2186,2185,3,2609,2611,2610,2207,2209,2208,42,2184,2187,2186,3,2609,2612,2611,2207,2210,2209,42,2187,2188,2186,3,2612,2613,2611,2210,2211,2209,42,2187,2189,2188,3,2612,2614,2613,2210,2212,2211,42,2189,2190,2188,3,2614,2615,2613,2212,2213,2211,42,2119,2120,2185,3,2503,2502,2610,2142,2143,2208,42,2119,2185,2191,3,2503,2610,2616,2142,2208,2214,42,2191,2185,2192,3,2616,2610,2617,2214,2208,2215,42,2185,2193,2192,3,2610,2618,2617,2208,2216,2215,42,2192,2193,2194,3,2617,2618,2619,2215,2216,2217,42,2119,2191,2118,3,2499,2620,2500,2142,2214,2141,42,2118,2191,2195,3,2500,2620,2621,2141,2214,2218,42,2195,2191,2196,3,2621,2620,2622,2218,2214,2219,42,2191,2197,2196,3,2620,2623,2622,2214,2220,2219,42,2198,2196,2197,3,2624,2622,2623,2221,2219,2220,42,2117,2118,2195,3,2497,2496,2625,2140,2141,2218,42,2199,2117,2195,3,2626,2497,2625,2222,2140,2218,42,1949,2117,2199,3,2256,2495,2627,1972,2140,2222,42,1949,1950,2117,3,2256,2257,2495,1972,1973,2140,42,1949,2199,2200,3,2256,2627,2628,1972,2222,2223,42,2201,1949,2200,3,2629,2256,2628,2224,1972,2223,42,1948,1949,2201,3,2254,2256,2629,1971,1972,2224,42,1948,2201,2202,3,2254,2629,2630,1971,2224,2225,42,2202,2201,2203,3,2630,2629,2631,2225,2224,2226,42,2203,2201,2204,3,2631,2629,2632,2226,2224,2227,42,2201,2200,2204,3,2629,2628,2632,2224,2223,2227,42,2205,2203,2204,3,2633,2631,2632,2228,2226,2227,42,2202,2203,2205,3,2630,2631,2633,2225,2226,2228,42,2199,2195,2206,3,2626,2625,2634,2222,2218,2229,42,2207,2199,2206,3,2635,2626,2634,2230,2222,2229,42,2207,2206,2208,3,2635,2634,2636,2230,2229,2231,42,2209,2207,2208,3,2637,2635,2636,2232,2230,2231,42,2210,2209,2208,3,2638,2637,2636,2233,2232,2231,42,2184,2183,2211,3,2605,2607,2639,2207,2206,2234,42,2183,2212,2211,3,2607,2640,2639,2206,2235,2234,42,1947,1948,2213,3,2252,2253,2641,1970,1971,2236,42,2214,1947,2213,3,2642,2252,2641,2237,1970,2236,42,2215,1947,2214,3,2643,2252,2642,2238,1970,2237,42,1947,2215,1946,3,2252,2643,2251,1970,2238,1969,42,2216,2215,2214,3,2644,2643,2642,2239,2238,2237,42,2216,2214,2213,3,2644,2642,2641,2239,2237,2236,42,2217,2218,2219,3,2645,2646,2647,2240,2241,2242,42,2218,2217,2220,3,2646,2645,2648,2241,2240,2243,42,2220,2217,2221,3,2648,2645,2649,2243,2240,2244,42,2217,2222,2221,3,2645,2650,2649,2240,2245,2244,42,2222,2217,2223,3,2650,2645,2651,2245,2240,2246,42,2223,2217,2219,3,2651,2645,2647,2246,2240,2242,42,2224,2222,2223,3,2652,2650,2651,2247,2245,2246,42,2222,2224,2225,3,2650,2652,2653,2245,2247,2248,42,2221,2222,2225,3,2649,2650,2653,2244,2245,2248,42,2226,2218,2220,3,2654,2646,2648,2249,2241,2243,42,2218,2226,2227,3,2646,2654,2655,2241,2249,2250,42,2226,2228,2227,3,2654,2656,2655,2249,2251,2250,42,2227,2228,2229,3,2655,2656,2657,2250,2251,2252,42,2228,2230,2229,3,2656,2658,2657,2251,2253,2252,42,2229,2230,2231,3,2657,2658,2659,2252,2253,2254,42,2231,2230,2232,3,2660,2661,2662,2254,2253,2255,42,2231,2232,2233,3,2660,2662,2663,2254,2255,2256,42,2233,2232,2234,3,2663,2662,2664,2256,2255,2257,42,2232,2235,2234,3,2662,2665,2664,2255,2258,2257,42,2232,2236,2235,3,2662,2666,2665,2255,2259,2258,42,2236,2237,2235,3,2667,2668,2669,2259,2260,2258,42,2236,2238,2237,3,2670,2671,2672,2259,2261,2260,42,2236,2239,2238,3,2670,2673,2671,2259,2262,2261,42,2238,2240,2237,3,2671,2674,2672,2261,2263,2260,42,2237,2240,2241,3,2672,2674,2675,2260,2263,2264,42,2241,2240,2242,3,2675,2674,2676,2264,2263,2265,42,2240,2243,2242,3,2674,2677,2676,2263,2266,2265,42,2243,2244,2242,3,2677,2678,2676,2266,2267,2265,42,2241,2242,2245,3,2679,2677,2676,2264,2265,2268,42,2245,2242,2246,3,2676,2677,2680,2268,2265,2269,42,2246,2242,2247,3,2680,2677,2681,2269,2265,2270,42,2247,2248,2246,3,2681,2678,2680,2270,2271,2269,42,2237,2241,2249,3,2668,2682,2683,2260,2264,2272,42,2237,2249,2235,3,2668,2683,2669,2260,2272,2258,42,2250,2235,2249,3,2684,2669,2683,2273,2258,2272,42,2234,2235,2250,3,2664,2665,2685,2257,2258,2273,42,2251,2234,2250,3,2686,2664,2685,2274,2257,2273,42,2233,2234,2251,3,2663,2664,2686,2256,2257,2274,42,2252,2251,2250,3,2687,2686,2685,2275,2274,2273,42,2252,2250,2253,3,2687,2685,2688,2275,2273,2276,42,2252,2253,2254,3,2687,2688,2689,2275,2276,2277,42,2255,2231,2233,3,2690,2660,2663,2278,2254,2256,42,2255,2233,2256,3,2690,2663,2686,2278,2256,2279,42,2257,2255,2256,3,2691,2690,2686,2280,2278,2279,42,2257,2256,2258,3,2691,2686,2687,2280,2279,2281,42,2259,2257,2258,3,2692,2691,2687,2282,2280,2281,42,2260,2229,2231,3,2693,2657,2659,2283,2252,2254,42,2227,2229,2260,3,2655,2657,2693,2250,2252,2283,42,2261,2227,2260,3,2694,2655,2693,2284,2250,2283,42,2261,2260,2262,3,2694,2693,2695,2284,2283,2285,42,2262,2260,2263,3,2695,2693,2696,2285,2283,2286,42,2260,2231,2263,3,2693,2659,2696,2283,2254,2286,42,2264,2262,2263,3,2697,2695,2696,2287,2285,2286,42,2265,2262,2264,3,2698,2695,2697,2288,2285,2287,42,2265,2266,2262,3,2698,2699,2695,2288,2289,2285,42,2266,2261,2262,3,2699,2694,2695,2289,2284,2285,42,2218,2227,2219,3,2646,2655,2647,2241,2250,2242,42,2267,2226,2220,3,2700,2701,2702,2290,2249,2243,42,2226,2267,2268,3,2701,2700,2703,2249,2290,2291,42,2268,2267,2269,3,2703,2700,2704,2291,2290,2292,42,2267,2270,2269,3,2700,2705,2704,2290,2293,2292,42,2270,2267,2220,3,2705,2700,2702,2293,2290,2243,42,2270,2220,2271,3,2705,2702,2706,2293,2243,2294,42,2272,2270,2271,3,2707,2705,2706,2295,2293,2294,42,2270,2272,2273,3,2705,2707,2708,2293,2295,2296,42,2273,2272,2274,3,2708,2707,2709,2296,2295,2297,42,2274,2272,2275,3,2709,2707,2710,2297,2295,2298,42,2272,2271,2275,3,2707,2706,2710,2295,2294,2298,42,2269,2270,2273,3,2704,2705,2708,2292,2293,2296,42,2268,2269,2276,3,2703,2711,2712,2291,2292,2299,42,2276,2269,2277,3,2712,2711,2713,2299,2292,2300,42,2269,2278,2277,3,2711,2714,2713,2292,2301,2300,42,2278,2279,2277,3,2714,2715,2713,2301,2302,2300,42,2277,2279,2280,3,2713,2715,2716,2300,2302,2303,42,2281,2277,2280,3,2717,2713,2716,2304,2300,2303,42,2281,2276,2277,3,2717,2712,2713,2304,2299,2300,42,2282,2276,2281,3,2718,2712,2717,2305,2299,2304,42,2283,2276,2282,3,2719,2712,2718,2306,2299,2305,42,2283,2268,2276,3,2719,2703,2712,2306,2291,2299,42,2284,2268,2283,3,2720,2703,2719,2307,2291,2306,42,2226,2268,2284,3,2701,2703,2720,2249,2291,2307,42,2284,2283,2285,3,2720,2719,2721,2307,2306,2308,42,2285,2283,2282,3,2721,2719,2718,2308,2306,2305,42,2286,2285,2282,3,2662,2661,2660,2309,2308,2305,42,2286,2282,2287,3,2662,2660,2663,2309,2305,2310,42,2282,2288,2287,3,2660,2690,2663,2305,2311,2310,42,2287,2288,2289,3,2663,2690,2686,2310,2311,2312,42,2288,2290,2289,3,2690,2691,2686,2311,2313,2312,42,2289,2290,2291,3,2686,2691,2687,2312,2313,2314,42,2290,2292,2291,3,2691,2692,2687,2313,2315,2314,42,2286,2287,2293,3,2662,2663,2664,2309,2310,2316,42,2293,2287,2294,3,2664,2663,2686,2316,2310,2317,42,2293,2294,2295,3,2664,2686,2685,2316,2317,2318,42,2294,2296,2295,3,2686,2687,2685,2317,2319,2318,42,2295,2296,2297,3,2685,2687,2688,2318,2319,2320,42,2296,2298,2297,3,2687,2689,2688,2319,2321,2320,42,2299,2293,2295,3,2665,2664,2685,2322,2316,2318,42,2286,2293,2299,3,2662,2664,2665,2309,2316,2322,42,2300,2286,2299,3,2666,2662,2665,2323,2309,2322,42,2299,2301,2300,3,2669,2668,2667,2322,2324,2323,42,2299,2302,2301,3,2669,2722,2668,2322,2325,2324,42,2295,2302,2299,3,2684,2722,2669,2318,2325,2322,42,2301,2302,2303,3,2668,2722,2682,2324,2325,2326,42,2301,2303,2304,3,2672,2675,2723,2324,2326,2327,42,2303,2305,2304,3,2675,2676,2723,2326,2328,2327,42,2303,2306,2305,3,2679,2676,2677,2326,2329,2328,42,2306,2307,2305,3,2676,2680,2677,2329,2330,2328,42,2307,2308,2305,3,2680,2681,2677,2330,2331,2328,42,2307,2309,2308,3,2680,2678,2681,2330,2332,2331,42,2305,2310,2304,3,2676,2724,2723,2328,2333,2327,42,2305,2311,2310,3,2676,2678,2724,2328,2334,2333,42,2301,2304,2312,3,2672,2723,2671,2324,2327,2335,42,2301,2312,2300,3,2672,2671,2670,2324,2335,2323,42,2300,2312,2313,3,2670,2671,2673,2323,2335,2336,42,2314,2315,2316,0,2725,2726,2727,2337,2338,2339,42,2314,2317,2315,0,2725,2728,2726,2337,2340,2338,42,2317,2314,2318,0,2729,2730,2731,2340,2337,2341,42,2318,2319,2317,0,2731,2732,2729,2341,2342,2340,42,2320,2319,2318,0,2733,2732,2731,2343,2342,2341,42,2320,2321,2319,0,2733,2734,2732,2343,2344,2342,42,2320,2322,2321,0,2733,2735,2734,2343,2345,2344,42,2322,2320,2323,0,2735,2733,2736,2345,2343,2346,42,2323,2320,2324,0,2736,2733,2737,2346,2343,2347,42,2320,2314,2324,0,2733,2730,2737,2343,2337,2347,42,2318,2314,2320,0,2731,2730,2733,2341,2337,2343,42,2324,2314,2325,0,2738,2725,2739,2347,2337,2348,42,2325,2326,2324,0,2739,2740,2738,2348,2349,2347,42,2327,2326,2325,0,2741,2740,2739,2350,2349,2348,42,2326,2327,2328,0,2740,2741,2742,2349,2350,2351,42,2328,2327,2329,0,2742,2741,2743,2351,2350,2352,42,2329,2327,2330,0,2743,2741,2744,2352,2350,2353,42,2327,2331,2330,0,2741,2745,2744,2350,2354,2353,42,2327,2325,2331,0,2741,2739,2745,2350,2348,2354,42,2325,2316,2331,0,2739,2727,2745,2348,2339,2354,42,2325,2314,2316,0,2739,2725,2727,2348,2337,2339,42,2331,2316,2315,0,2745,2727,2726,2354,2339,2338,42,2331,2315,2332,0,2745,2726,2746,2354,2338,2355,42,2332,2315,2317,0,2746,2726,2728,2355,2338,2340,42,2332,2317,2321,0,2747,2729,2734,2355,2340,2344,42,2321,2317,2319,0,2734,2729,2732,2344,2340,2342,42,2333,2332,2321,0,2748,2747,2734,2356,2355,2344,42,2330,2332,2333,0,2744,2746,2749,2353,2355,2356,42,2330,2331,2332,0,2744,2745,2746,2353,2354,2355,42,2334,2330,2333,0,2750,2744,2749,2357,2353,2356,42,2334,2329,2330,0,2750,2743,2744,2357,2352,2353,42,2335,2329,2334,0,2751,2743,2750,2358,2352,2357,42,2335,2336,2329,0,2751,2752,2743,2358,2359,2352,42,2337,2336,2335,0,2753,2752,2751,2360,2359,2358,42,2337,2338,2336,0,2753,2754,2752,2360,2361,2359,42,2339,2338,2337,0,2755,2754,2753,2362,2361,2360,42,2339,2340,2338,0,2755,2756,2754,2362,2363,2361,42,2341,2340,2339,0,2757,2756,2755,2364,2363,2362,42,2342,2340,2341,0,2758,2756,2757,2365,2363,2364,42,2342,2343,2340,0,2758,2759,2756,2365,2366,2363,42,2342,2344,2343,0,2758,2760,2759,2365,2367,2366,42,2345,2344,2342,0,2761,2760,2758,2368,2367,2365,42,2346,2344,2345,0,2762,2760,2761,2369,2367,2368,42,2346,2347,2344,0,2762,2763,2760,2369,2370,2367,42,2346,2348,2347,0,2762,2764,2763,2369,2371,2370,42,2346,2349,2348,0,2762,2765,2764,2369,2372,2371,42,2350,2349,2346,0,2766,2765,2762,2373,2372,2369,42,2350,2351,2349,0,2766,2767,2765,2373,2374,2372,42,2351,2352,2349,0,2767,2768,2765,2374,2375,2372,42,2353,2352,2351,0,2769,2768,2767,2376,2375,2374,42,2353,2354,2352,0,2769,2770,2768,2376,2377,2375,42,2355,2354,2353,0,2771,2770,2769,2378,2377,2376,42,2355,2356,2354,0,2771,2772,2770,2378,2379,2377,42,2355,2357,2356,0,2771,2773,2772,2378,2380,2379,42,2357,2358,2356,0,2773,2774,2772,2380,2381,2379,42,2356,2358,2359,0,2772,2774,2775,2379,2381,2382,42,2360,2359,2358,0,2776,2775,2774,2383,2382,2381,42,2360,2361,2359,0,2776,2777,2775,2383,2384,2382,42,2360,2362,2361,0,2776,2778,2777,2383,2385,2384,42,2362,2363,2361,0,2778,2779,2777,2385,2386,2384,42,2364,2363,2362,0,2780,2781,2782,2387,2386,2385,42,2364,2341,2363,0,2780,2757,2781,2387,2364,2386,42,2365,2341,2364,0,2783,2757,2780,2388,2364,2387,42,2365,2342,2341,0,2783,2758,2757,2388,2365,2364,42,2345,2342,2365,0,2761,2758,2783,2368,2365,2388,42,2365,2366,2345,0,2783,2784,2761,2388,2389,2368,42,2350,2345,2366,0,2766,2761,2784,2373,2368,2389,42,2350,2346,2345,0,2766,2762,2761,2373,2369,2368,42,2363,2341,2339,0,2781,2757,2755,2386,2364,2362,42,2363,2339,2367,0,2779,2785,2786,2386,2362,2390,42,2339,2337,2367,0,2785,2787,2786,2362,2360,2390,42,2367,2337,2368,0,2786,2787,2788,2390,2360,2391,42,2368,2337,2335,0,2788,2787,2789,2391,2360,2358,42,2368,2335,2369,0,2788,2789,2790,2391,2358,2392,42,2369,2335,2334,0,2790,2789,2791,2392,2358,2357,42,2369,2334,2370,0,2790,2791,2792,2392,2357,2393,42,2334,2333,2370,0,2791,2748,2792,2357,2356,2393,42,2370,2333,2322,0,2792,2748,2735,2393,2356,2345,42,2333,2321,2322,0,2748,2734,2735,2356,2344,2345,42,2370,2322,2371,0,2792,2735,2793,2393,2345,2394,42,2371,2322,2323,0,2793,2735,2736,2394,2345,2346,42,2371,2323,2326,0,2793,2736,2794,2394,2346,2349,42,2323,2324,2326,0,2736,2737,2794,2346,2347,2349,42,2371,2326,2372,0,2793,2794,2795,2394,2349,2395,42,2328,2372,2326,0,2742,2796,2740,2351,2395,2349,42,2328,2373,2372,0,2742,2797,2796,2351,2396,2395,42,2328,2374,2373,0,2742,2798,2797,2351,2397,2396,42,2375,2374,2328,0,2799,2798,2742,2398,2397,2351,42,2375,2376,2374,0,2799,2800,2798,2398,2399,2397,42,2377,2376,2375,0,2801,2800,2799,2400,2399,2398,42,2377,2378,2376,0,2801,2802,2800,2400,2401,2399,42,2379,2378,2377,0,2803,2802,2801,2402,2401,2400,42,2379,2380,2378,0,2803,2804,2802,2402,2403,2401,42,2381,2380,2379,0,2805,2804,2803,2404,2403,2402,42,2381,2382,2380,0,2805,2806,2804,2404,2405,2403,42,2381,2383,2382,0,2805,2807,2806,2404,2406,2405,42,2384,2383,2381,0,2808,2807,2805,2407,2406,2404,42,2384,2385,2383,0,2808,2809,2807,2407,2408,2406,42,2386,2385,2384,0,2810,2809,2808,2409,2408,2407,42,2387,2385,2386,0,2811,2809,2810,2410,2408,2409,42,2387,2388,2385,0,2811,2812,2809,2410,2411,2408,42,2387,2389,2388,0,2811,2813,2812,2410,2412,2411,42,2387,2356,2389,0,2811,2772,2813,2410,2379,2412,42,2354,2356,2387,0,2770,2772,2811,2377,2379,2410,42,2354,2387,2352,0,2770,2811,2768,2377,2410,2375,42,2352,2387,2386,0,2768,2811,2810,2375,2410,2409,42,2349,2352,2386,0,2765,2768,2810,2372,2375,2409,42,2349,2386,2348,0,2765,2810,2764,2372,2409,2371,42,2348,2386,2384,0,2764,2810,2808,2371,2409,2407,42,2348,2384,2390,0,2764,2808,2814,2371,2407,2413,42,2390,2384,2381,0,2814,2808,2805,2413,2407,2404,42,2390,2381,2379,0,2814,2805,2803,2413,2404,2402,42,2390,2379,2391,0,2814,2803,2815,2413,2402,2414,42,2379,2377,2391,0,2803,2801,2815,2402,2400,2414,42,2391,2377,2375,0,2815,2801,2799,2414,2400,2398,42,2391,2375,2392,0,2815,2799,2816,2414,2398,2415,42,2392,2375,2393,0,2816,2799,2817,2415,2398,2416,42,2375,2328,2393,0,2799,2742,2817,2398,2351,2416,42,2393,2328,2329,0,2817,2742,2743,2416,2351,2352,42,2393,2329,2336,0,2817,2743,2752,2416,2352,2359,42,2393,2336,2338,0,2817,2752,2754,2416,2359,2361,42,2392,2393,2338,0,2816,2817,2754,2415,2416,2361,42,2392,2338,2340,0,2816,2754,2756,2415,2361,2363,42,2343,2392,2340,0,2759,2816,2756,2366,2415,2363,42,2344,2392,2343,0,2760,2816,2759,2367,2415,2366,42,2344,2391,2392,0,2760,2815,2816,2367,2414,2415,42,2347,2391,2344,0,2763,2815,2760,2370,2414,2367,42,2347,2390,2391,0,2763,2814,2815,2370,2413,2414,42,2347,2348,2390,0,2763,2764,2814,2370,2371,2413,42,2356,2394,2389,0,2772,2818,2813,2379,2417,2412,42,2356,2359,2394,0,2772,2775,2818,2379,2382,2417,42,2359,2367,2394,0,2775,2786,2818,2382,2390,2417,42,2361,2367,2359,0,2777,2786,2775,2384,2390,2382,42,2363,2367,2361,0,2779,2786,2777,2386,2390,2384,42,2394,2367,2395,0,2818,2786,2819,2417,2390,2418,42,2395,2367,2368,0,2819,2786,2788,2418,2390,2391,42,2395,2368,2396,0,2819,2788,2820,2418,2391,2419,42,2368,2369,2396,0,2788,2790,2820,2391,2392,2419,42,2369,2371,2396,0,2790,2793,2820,2392,2394,2419,42,2369,2370,2371,0,2790,2792,2793,2392,2393,2394,42,2396,2371,2397,0,2820,2793,2821,2419,2394,2420,42,2397,2371,2398,0,2821,2793,2822,2420,2394,2421,42,2371,2372,2398,0,2793,2795,2822,2394,2395,2421,42,2372,2373,2398,0,2795,2823,2822,2395,2396,2421,42,2398,2373,2399,0,2822,2823,2824,2421,2396,2422,42,2373,2400,2399,0,2797,2825,2826,2396,2423,2422,42,2374,2400,2373,0,2798,2825,2797,2397,2423,2396,42,2401,2400,2374,0,2827,2825,2798,2424,2423,2397,42,2401,2402,2400,0,2827,2828,2825,2424,2425,2423,42,2401,2403,2402,0,2827,2829,2828,2424,2426,2425,42,2401,2404,2403,0,2827,2830,2829,2424,2427,2426,42,2376,2404,2401,0,2800,2830,2827,2399,2427,2424,42,2376,2405,2404,0,2800,2831,2830,2399,2428,2427,42,2376,2406,2405,0,2800,2832,2831,2399,2429,2428,42,2407,2406,2376,0,2833,2832,2800,2430,2429,2399,42,2407,2408,2406,0,2833,2834,2832,2430,2431,2429,42,2407,2409,2408,0,2833,2835,2834,2430,2432,2431,42,2407,2410,2409,0,2833,2836,2835,2430,2433,2432,42,2378,2410,2407,0,2802,2836,2833,2401,2433,2430,42,2378,2411,2410,0,2802,2837,2836,2401,2434,2433,42,2378,2412,2411,0,2802,2838,2837,2401,2435,2434,42,2413,2412,2378,0,2839,2838,2802,2436,2435,2401,42,2413,2414,2412,0,2839,2840,2838,2436,2437,2435,42,2413,2415,2414,0,2839,2841,2840,2436,2438,2437,42,2413,2416,2415,0,2839,2842,2841,2436,2439,2438,42,2380,2416,2413,0,2804,2842,2839,2403,2439,2436,42,2380,2417,2416,0,2804,2843,2842,2403,2440,2439,42,2380,2418,2417,0,2804,2844,2843,2403,2441,2440,42,2419,2418,2380,0,2845,2844,2804,2442,2441,2403,42,2419,2420,2418,0,2845,2846,2844,2442,2443,2441,42,2419,2421,2420,0,2845,2847,2846,2442,2444,2443,42,2419,2422,2421,0,2845,2848,2847,2442,2445,2444,42,2382,2422,2419,0,2806,2848,2845,2405,2445,2442,42,2382,2423,2422,0,2806,2849,2848,2405,2446,2445,42,2383,2423,2382,0,2807,2849,2806,2406,2446,2405,42,2424,2423,2383,0,2850,2849,2807,2447,2446,2406,42,2424,2425,2423,0,2850,2851,2849,2447,2448,2446,42,2424,2426,2425,0,2850,2852,2851,2447,2449,2448,42,2388,2426,2424,0,2812,2852,2850,2411,2449,2447,42,2388,2427,2426,0,2812,2853,2852,2411,2450,2449,42,2388,2389,2427,0,2812,2813,2853,2411,2412,2450,42,2389,2394,2427,0,2813,2818,2853,2412,2417,2450,42,2427,2394,2395,0,2853,2818,2819,2450,2417,2418,42,2427,2395,2428,0,2853,2819,2854,2450,2418,2451,42,2395,2396,2428,0,2819,2820,2854,2418,2419,2451,42,2428,2396,2429,0,2854,2820,2855,2451,2419,2452,42,2429,2396,2397,0,2855,2820,2821,2452,2419,2420,42,2429,2397,2430,0,2855,2821,2856,2452,2420,2453,42,2397,2431,2430,0,2821,2857,2856,2420,2454,2453,42,2397,2405,2431,0,2821,2858,2857,2420,2428,2454,42,2397,2432,2404,0,2821,2859,2860,2420,2455,2427,42,2397,2433,2432,0,2821,2861,2859,2420,2456,2455,42,2398,2433,2397,0,2822,2861,2821,2421,2456,2420,42,2398,2399,2433,0,2822,2824,2861,2421,2422,2456,42,2399,2434,2433,0,2824,2862,2861,2422,2457,2456,42,2399,2435,2434,0,2824,2863,2862,2422,2458,2457,42,2399,2400,2435,0,2826,2825,2864,2422,2423,2458,42,2400,2402,2435,0,2825,2828,2864,2423,2425,2458,42,2435,2402,2436,0,2864,2828,2865,2458,2425,2459,42,2437,2436,2402,0,2866,2865,2828,2460,2459,2425,42,2437,2438,2436,0,2866,2867,2865,2460,2461,2459,42,2437,2439,2438,0,2866,2868,2867,2460,2462,2461,42,2437,2440,2439,0,2866,2869,2868,2460,2463,2462,42,2403,2440,2437,0,2829,2869,2866,2426,2463,2460,42,2403,2441,2440,0,2829,2870,2869,2426,2464,2463,42,2404,2441,2403,0,2830,2870,2829,2427,2464,2426,42,2432,2441,2404,0,2859,2871,2860,2455,2464,2427,42,2432,2442,2441,0,2859,2872,2871,2455,2465,2464,42,2433,2442,2432,0,2861,2872,2859,2456,2465,2455,42,2442,2433,2434,0,2872,2861,2862,2465,2456,2457,42,2434,2443,2442,0,2862,2873,2872,2457,2466,2465,42,2434,2444,2443,0,2862,2874,2873,2457,2467,2466,42,2435,2444,2434,0,2863,2874,2862,2458,2467,2457,42,2436,2444,2435,0,2865,2875,2864,2459,2467,2458,42,2436,2445,2444,0,2865,2876,2875,2459,2468,2467,42,2436,2438,2445,0,2865,2867,2876,2459,2461,2468,42,2446,2445,2438,0,2877,2876,2867,2469,2468,2461,42,2446,2447,2445,0,2877,2878,2876,2469,2470,2468,42,2448,2447,2446,0,2879,2878,2877,2471,2470,2469,42,2449,2447,2448,0,2880,2881,2882,2472,2470,2471,42,2449,2450,2447,0,2880,2883,2881,2472,2473,2470,42,2449,2451,2450,0,2880,2884,2883,2472,2474,2473,42,2451,2449,2448,0,2884,2880,2882,2474,2472,2471,42,2452,2451,2448,0,2885,2884,2882,2475,2474,2471,42,2453,2451,2452,0,2886,2884,2885,2476,2474,2475,42,2451,2453,2443,0,2884,2886,2873,2474,2476,2466,42,2442,2443,2453,0,2872,2873,2886,2465,2466,2476,42,2442,2453,2440,0,2872,2886,2887,2465,2476,2463,42,2440,2453,2452,0,2887,2886,2885,2463,2476,2475,42,2440,2452,2439,0,2869,2888,2868,2463,2475,2462,42,2439,2452,2448,0,2868,2888,2879,2462,2475,2471,42,2439,2448,2454,0,2868,2879,2889,2462,2471,2477,42,2454,2448,2446,0,2889,2879,2877,2477,2471,2469,42,2454,2446,2438,0,2889,2877,2867,2477,2469,2461,42,2454,2438,2439,0,2889,2867,2868,2477,2461,2462,42,2442,2440,2441,0,2872,2887,2871,2465,2463,2464,42,2451,2443,2455,0,2884,2873,2890,2474,2466,2478,42,2444,2455,2443,0,2874,2890,2873,2467,2478,2466,42,2444,2445,2455,0,2874,2891,2890,2467,2468,2478,42,2445,2447,2455,0,2891,2881,2890,2468,2470,2478,42,2455,2447,2450,0,2890,2881,2883,2478,2470,2473,42,2455,2450,2451,0,2890,2883,2884,2478,2473,2474,42,2403,2437,2402,0,2829,2866,2828,2426,2460,2425,42,2406,2431,2405,0,2832,2892,2831,2429,2454,2428,42,2406,2456,2431,0,2832,2893,2892,2429,2479,2454,42,2406,2408,2456,0,2832,2834,2893,2429,2431,2479,42,2408,2457,2456,0,2834,2894,2893,2431,2480,2479,42,2458,2457,2408,0,2895,2894,2834,2481,2480,2431,42,2458,2459,2457,0,2895,2896,2894,2481,2482,2480,42,2458,2460,2459,0,2895,2897,2896,2481,2483,2482,42,2458,2461,2460,0,2895,2898,2897,2481,2484,2483,42,2409,2461,2458,0,2835,2898,2895,2432,2484,2481,42,2409,2462,2461,0,2835,2899,2898,2432,2485,2484,42,2410,2462,2409,0,2836,2899,2835,2433,2485,2432,42,2410,2463,2462,0,2900,2901,2902,2433,2486,2485,42,2429,2463,2410,0,2855,2901,2900,2452,2486,2433,42,2429,2430,2463,0,2855,2856,2901,2452,2453,2486,42,2463,2430,2464,0,2901,2856,2903,2486,2453,2487,42,2464,2430,2465,0,2903,2856,2904,2487,2453,2488,42,2431,2465,2430,0,2857,2904,2856,2454,2488,2453,42,2431,2456,2465,0,2857,2905,2904,2454,2479,2488,42,2456,2466,2465,0,2905,2906,2904,2479,2489,2488,42,2457,2466,2456,0,2894,2907,2893,2480,2489,2479,42,2457,2467,2466,0,2894,2908,2907,2480,2490,2489,42,2459,2467,2457,0,2896,2908,2894,2482,2490,2480,42,2468,2467,2459,0,2909,2908,2896,2491,2490,2482,42,2467,2468,2469,0,2908,2909,2910,2490,2491,2492,42,2470,2469,2468,0,2911,2910,2909,2493,2492,2491,42,2471,2469,2470,0,2912,2913,2914,2494,2492,2493,42,2471,2472,2469,0,2912,2915,2913,2494,2495,2492,42,2473,2472,2471,0,2916,2915,2912,2496,2495,2494,42,2473,2474,2472,0,2916,2917,2915,2496,2497,2495,42,2473,2475,2474,0,2916,2918,2917,2496,2498,2497,42,2473,2476,2475,0,2916,2919,2918,2496,2499,2498,42,2477,2476,2473,0,2920,2919,2916,2500,2499,2496,42,2461,2476,2477,0,2921,2919,2920,2484,2499,2500,42,2464,2476,2461,0,2903,2919,2921,2487,2499,2484,42,2464,2475,2476,0,2903,2918,2919,2487,2498,2499,42,2464,2465,2475,0,2903,2904,2918,2487,2488,2498,42,2465,2466,2475,0,2904,2906,2918,2488,2489,2498,42,2466,2474,2475,0,2906,2917,2918,2489,2497,2498,42,2466,2467,2474,0,2906,2922,2917,2489,2490,2497,42,2467,2469,2474,0,2922,2913,2917,2490,2492,2497,42,2474,2469,2472,0,2917,2913,2915,2497,2492,2495,42,2462,2464,2461,0,2902,2903,2921,2485,2487,2484,42,2463,2464,2462,0,2901,2903,2902,2486,2487,2485,42,2460,2461,2477,0,2897,2898,2923,2483,2484,2500,42,2460,2477,2470,0,2897,2923,2911,2483,2500,2493,42,2477,2473,2470,0,2920,2916,2914,2500,2496,2493,42,2473,2471,2470,0,2916,2912,2914,2496,2494,2493,42,2460,2470,2478,0,2897,2911,2924,2483,2493,2501,42,2478,2470,2468,0,2924,2911,2909,2501,2493,2491,42,2459,2478,2468,0,2896,2924,2909,2482,2501,2491,42,2460,2478,2459,0,2897,2924,2896,2483,2501,2482,42,2411,2412,2479,0,2837,2838,2925,2434,2435,2502,42,2412,2480,2479,0,2838,2926,2925,2435,2503,2502,42,2412,2414,2480,0,2838,2840,2926,2435,2437,2503,42,2414,2481,2480,0,2840,2927,2926,2437,2504,2503,42,2482,2481,2414,0,2928,2927,2840,2505,2504,2437,42,2482,2483,2481,0,2928,2929,2927,2505,2506,2504,42,2484,2483,2482,0,2930,2929,2928,2507,2506,2505,42,2484,2485,2483,0,2930,2931,2929,2507,2508,2506,42,2484,2486,2485,0,2930,2932,2931,2507,2509,2508,42,2484,2487,2486,0,2930,2933,2932,2507,2510,2509,42,2484,2488,2487,0,2930,2934,2933,2507,2511,2510,42,2482,2488,2484,0,2928,2934,2930,2505,2511,2507,42,2415,2488,2482,0,2841,2934,2928,2438,2511,2505,42,2415,2489,2488,0,2841,2935,2934,2438,2512,2511,42,2415,2416,2489,0,2841,2842,2935,2438,2439,2512,42,2416,2490,2489,0,2936,2937,2938,2439,2513,2512,42,2491,2490,2416,0,2939,2937,2936,2514,2513,2439,42,2491,2492,2490,0,2939,2940,2937,2514,2515,2513,42,2491,2429,2492,0,2939,2855,2940,2514,2452,2515,42,2491,2428,2429,0,2939,2854,2855,2514,2451,2452,42,2426,2428,2491,0,2852,2854,2939,2449,2451,2514,42,2427,2428,2426,0,2853,2854,2852,2450,2451,2449,42,2425,2426,2491,0,2851,2852,2939,2448,2449,2514,42,2425,2491,2493,0,2851,2939,2941,2448,2514,2516,42,2491,2494,2493,0,2939,2942,2941,2514,2517,2516,42,2491,2417,2494,0,2939,2943,2942,2514,2440,2517,42,2491,2416,2417,0,2939,2936,2943,2514,2439,2440,42,2417,2418,2494,0,2843,2844,2944,2440,2441,2517,42,2418,2495,2494,0,2844,2945,2944,2441,2518,2517,42,2418,2420,2495,0,2844,2846,2945,2441,2443,2518,42,2420,2496,2495,0,2846,2946,2945,2443,2519,2518,42,2420,2497,2496,0,2846,2947,2946,2443,2520,2519,42,2421,2497,2420,0,2847,2947,2846,2444,2520,2443,42,2421,2498,2497,0,2847,2948,2947,2444,2521,2520,42,2421,2499,2498,0,2847,2949,2948,2444,2522,2521,42,2421,2422,2499,0,2847,2848,2949,2444,2445,2522,42,2422,2500,2499,0,2848,2950,2949,2445,2523,2522,42,2422,2425,2500,0,2848,2851,2950,2445,2448,2523,42,2423,2425,2422,0,2849,2851,2848,2446,2448,2445,42,2425,2493,2500,0,2851,2941,2950,2448,2516,2523,42,2500,2493,2501,0,2950,2941,2951,2523,2516,2524,42,2501,2493,2502,0,2951,2941,2952,2524,2516,2525,42,2494,2502,2493,0,2942,2952,2941,2517,2525,2516,42,2494,2495,2502,0,2942,2953,2952,2517,2518,2525,42,2495,2503,2502,0,2953,2954,2952,2518,2526,2525,42,2495,2496,2503,0,2945,2946,2955,2518,2519,2526,42,2496,2504,2503,0,2946,2956,2955,2519,2527,2526,42,2496,2505,2504,0,2946,2957,2956,2519,2528,2527,42,2497,2505,2496,0,2947,2957,2946,2520,2528,2519,42,2497,2506,2505,0,2947,2958,2957,2520,2529,2528,42,2497,2498,2506,0,2947,2948,2958,2520,2521,2529,42,2506,2498,2507,0,2958,2948,2959,2529,2521,2530,42,2498,2508,2507,0,2948,2960,2959,2521,2531,2530,42,2501,2508,2498,0,2951,2960,2948,2524,2531,2521,42,2501,2509,2508,0,2951,2961,2960,2524,2532,2531,42,2501,2502,2509,0,2951,2952,2961,2524,2525,2532,42,2502,2503,2509,0,2952,2954,2961,2525,2526,2532,42,2503,2510,2509,0,2954,2962,2961,2526,2533,2532,42,2503,2504,2510,0,2954,2963,2962,2526,2527,2533,42,2504,2511,2510,0,2963,2964,2962,2527,2534,2533,42,2504,2512,2511,0,2956,2965,2966,2527,2535,2534,42,2505,2512,2504,0,2957,2965,2956,2528,2535,2527,42,2505,2513,2512,0,2957,2967,2965,2528,2536,2535,42,2506,2513,2505,0,2958,2967,2957,2529,2536,2528,42,2506,2514,2513,0,2958,2968,2967,2529,2537,2536,42,2506,2507,2514,0,2958,2959,2968,2529,2530,2537,42,2507,2515,2514,0,2959,2969,2968,2530,2538,2537,42,2507,2508,2515,0,2959,2960,2969,2530,2531,2538,42,2508,2509,2515,0,2960,2961,2969,2531,2532,2538,42,2515,2509,2510,0,2969,2961,2962,2538,2532,2533,42,2515,2510,2516,0,2969,2962,2970,2538,2533,2539,42,2510,2511,2516,0,2962,2964,2970,2533,2534,2539,42,2517,2516,2511,0,2971,2970,2964,2540,2539,2534,42,2515,2516,2517,0,2969,2970,2971,2538,2539,2540,42,2515,2517,2514,0,2969,2971,2968,2538,2540,2537,42,2517,2511,2514,0,2971,2964,2968,2540,2534,2537,42,2514,2511,2512,0,2968,2966,2965,2537,2534,2535,42,2513,2514,2512,0,2967,2968,2965,2536,2537,2535,42,2501,2498,2499,0,2951,2948,2949,2524,2521,2522,42,2499,2500,2501,0,2949,2950,2951,2522,2523,2524,42,2429,2479,2492,0,2855,2972,2940,2452,2502,2515,42,2479,2518,2492,0,2972,2973,2940,2502,2541,2515,42,2479,2480,2518,0,2972,2974,2973,2502,2503,2541,42,2480,2519,2518,0,2974,2975,2973,2503,2542,2541,42,2481,2519,2480,0,2927,2976,2926,2504,2542,2503,42,2481,2520,2519,0,2927,2977,2976,2504,2543,2542,42,2483,2520,2481,0,2929,2977,2927,2506,2543,2504,42,2521,2520,2483,0,2978,2977,2929,2544,2543,2506,42,2521,2522,2520,0,2978,2979,2977,2544,2545,2543,42,2486,2522,2521,0,2932,2979,2978,2509,2545,2544,42,2523,2522,2486,0,2980,2981,2982,2546,2545,2509,42,2523,2524,2522,0,2980,2983,2981,2546,2547,2545,42,2525,2524,2523,0,2984,2983,2980,2548,2547,2546,42,2525,2526,2524,0,2984,2985,2983,2548,2549,2547,42,2525,2527,2526,0,2984,2986,2985,2548,2550,2549,42,2528,2527,2525,0,2987,2986,2984,2551,2550,2548,42,2529,2527,2528,0,2988,2986,2987,2552,2550,2551,42,2529,2518,2527,0,2988,2973,2986,2552,2541,2550,42,2529,2492,2518,0,2988,2940,2973,2552,2515,2541,42,2490,2492,2529,0,2937,2940,2988,2513,2515,2552,42,2490,2529,2489,0,2937,2988,2938,2513,2552,2512,42,2489,2529,2488,0,2938,2988,2989,2512,2552,2511,42,2529,2528,2488,0,2988,2987,2989,2552,2551,2511,42,2488,2528,2487,0,2989,2987,2990,2511,2551,2510,42,2487,2528,2525,0,2990,2987,2984,2510,2551,2548,42,2487,2525,2486,0,2990,2984,2982,2510,2548,2509,42,2525,2523,2486,0,2984,2980,2982,2548,2546,2509,42,2518,2519,2527,0,2973,2975,2986,2541,2542,2550,42,2519,2526,2527,0,2975,2985,2986,2542,2549,2550,42,2519,2520,2526,0,2975,2991,2985,2542,2543,2549,42,2520,2522,2526,0,2991,2981,2985,2543,2545,2549,42,2526,2522,2524,0,2985,2981,2983,2549,2545,2547,42,2486,2521,2485,0,2932,2978,2931,2509,2544,2508,42,2483,2485,2521,0,2929,2931,2978,2506,2508,2544,42,2415,2482,2414,0,2841,2928,2840,2438,2505,2437,42,2409,2458,2408,0,2835,2895,2834,2432,2481,2431,42,2388,2424,2383,0,2812,2850,2807,2411,2447,2406,42,2388,2383,2385,0,2812,2807,2809,2411,2406,2408,42,2382,2419,2380,0,2806,2845,2804,2405,2442,2403,42,2380,2413,2378,0,2804,2839,2802,2403,2436,2401,42,2378,2407,2376,0,2802,2833,2800,2401,2430,2399,42,2374,2376,2401,0,2798,2800,2827,2397,2399,2424,42,2397,2404,2405,4,2992,2993,2994,2420,2427,2428,42,2429,2410,2411,4,2995,2996,2997,2452,2433,2434,42,2429,2411,2479,4,2998,2999,3000,2452,2434,2502,42,2530,2531,2532,0,3001,3002,3003,2553,2554,2555,42,2530,2533,2531,0,3004,3005,3006,2553,2556,2554,42,2533,2530,2534,0,3005,3004,3007,2556,2553,2557,42,2535,2533,2534,0,3008,3005,3007,2558,2556,2557,42,2531,2533,2535,0,3006,3005,3008,2554,2556,2558,42,2531,2535,2536,0,3006,3008,3009,2554,2558,2559,42,2536,2535,2537,0,3009,3008,3010,2559,2558,2560,42,2537,2535,2538,0,3010,3008,3011,2560,2558,2561,42,2538,2535,2539,0,3011,3008,3012,2561,2558,2562,42,2535,2534,2539,0,3008,3007,3012,2558,2557,2562,42,2530,2539,2534,0,3004,3012,3007,2553,2562,2557,42,2539,2530,2540,0,3012,3004,3013,2562,2553,2563,42,2540,2541,2539,0,3013,3014,3012,2563,2564,2562,42,2542,2541,2540,0,3015,3014,3013,2565,2564,2563,42,2542,2543,2541,0,3015,3016,3014,2565,2566,2564,42,2542,2544,2543,0,3015,3017,3016,2565,2567,2566,42,2545,2544,2542,0,3018,3019,3020,2568,2567,2565,42,2546,2544,2545,0,3021,3019,3018,2569,2567,2568,42,2546,2547,2544,0,3021,3022,3019,2569,2570,2567,42,2546,2548,2547,0,3021,3023,3022,2569,2571,2570,42,2548,2546,2549,0,3023,3021,3024,2571,2569,2572,42,2549,2546,2550,0,3024,3021,3025,2572,2569,2573,42,2546,2551,2550,0,3021,3026,3025,2569,2574,2573,42,2546,2545,2551,0,3021,3018,3026,2569,2568,2574,42,2551,2545,2552,0,3026,3018,3027,2574,2568,2575,42,2552,2545,2553,0,3027,3018,3028,2575,2568,2576,42,2545,2542,2553,0,3018,3020,3028,2568,2565,2576,42,2553,2542,2540,0,3028,3020,3029,2576,2565,2563,42,2553,2540,2532,0,3028,3029,3003,2576,2563,2555,42,2540,2530,2532,0,3029,3001,3003,2563,2553,2555,42,2553,2532,2554,0,3028,3003,3030,2576,2555,2577,42,2532,2531,2554,0,3003,3002,3030,2555,2554,2577,42,2552,2554,2531,0,3027,3030,3002,2575,2577,2554,42,2552,2553,2554,0,3027,3028,3030,2575,2576,2577,42,2552,2531,2536,0,3027,3002,3031,2575,2554,2559,42,2552,2536,2551,0,3027,3031,3026,2575,2559,2574,42,2551,2536,2537,0,3026,3031,3032,2574,2559,2560,42,2551,2537,2550,0,3026,3032,3025,2574,2560,2573,42,2550,2537,2555,0,3025,3032,3033,2573,2560,2578,42,2537,2556,2555,0,3010,3034,3035,2560,2579,2578,42,2537,2538,2556,0,3010,3011,3034,2560,2561,2579,42,2541,2556,2538,0,3014,3034,3011,2564,2579,2561,42,2541,2543,2556,0,3014,3016,3034,2564,2566,2579,42,2557,2556,2543,0,3036,3034,3016,2580,2579,2566,42,2557,2558,2556,0,3036,3037,3034,2580,2581,2579,42,2559,2558,2557,0,3038,3037,3036,2582,2581,2580,42,2560,2558,2559,0,3039,3037,3038,2583,2581,2582,42,2560,2561,2558,0,3039,3040,3037,2583,2584,2581,42,2562,2561,2560,0,3041,3040,3039,2585,2584,2583,42,2562,2563,2561,0,3041,3042,3040,2585,2586,2584,42,2564,2563,2562,0,3043,3042,3041,2587,2586,2585,42,2564,2565,2563,0,3043,3044,3042,2587,2588,2586,42,2566,2565,2564,0,3045,3044,3043,2589,2588,2587,42,2567,2565,2566,0,3046,3044,3045,2590,2588,2589,42,2567,2568,2565,0,3046,3047,3044,2590,2591,2588,42,2569,2568,2567,0,3048,3047,3046,2592,2591,2590,42,2569,2570,2568,0,3048,3049,3047,2592,2593,2591,42,2569,2571,2570,0,3048,3050,3049,2592,2594,2593,42,2572,2571,2569,0,3051,3050,3048,2595,2594,2592,42,2573,2571,2572,0,3052,3050,3051,2596,2594,2595,42,2573,2574,2571,0,3052,3053,3050,2596,2597,2594,42,2573,2575,2574,0,3052,3054,3053,2596,2598,2597,42,2576,2575,2573,0,3055,3054,3052,2599,2598,2596,42,2577,2575,2576,0,3056,3054,3055,2600,2598,2599,42,2577,2578,2575,0,3056,3057,3054,2600,2601,2598,42,2577,2579,2578,0,3056,3058,3057,2600,2602,2601,42,2580,2579,2577,0,3059,3060,3056,2603,2602,2600,42,2579,2580,2581,0,3060,3059,3061,2602,2603,2604,42,2580,2582,2581,0,3059,3062,3061,2603,2605,2604,42,2582,2580,2583,0,3062,3059,3063,2605,2603,2606,42,2583,2580,2577,0,3063,3059,3056,2606,2603,2600,42,2577,2584,2583,0,3056,3064,3063,2600,2607,2606,42,2577,2576,2584,0,3056,3055,3064,2600,2599,2607,42,2584,2576,2585,0,3064,3055,3065,2607,2599,2608,42,2585,2576,2573,0,3065,3055,3052,2608,2599,2596,42,2585,2573,2586,0,3065,3052,3066,2608,2596,2609,42,2573,2572,2586,0,3052,3051,3066,2596,2595,2609,42,2586,2572,2587,0,3066,3051,3067,2609,2595,2610,42,2587,2572,2569,0,3067,3051,3048,2610,2595,2592,42,2587,2569,2588,0,3067,3048,3068,2610,2592,2611,42,2588,2569,2567,0,3068,3048,3046,2611,2592,2590,42,2588,2567,2566,0,3068,3046,3045,2611,2590,2589,42,2589,2588,2566,0,3069,3068,3045,2612,2611,2589,42,2589,2590,2588,0,3069,3070,3068,2612,2613,2611,42,2589,2591,2590,0,3069,3071,3070,2612,2614,2613,42,2592,2591,2589,0,3072,3071,3069,2615,2614,2612,42,2592,2593,2591,0,3072,3073,3071,2615,2616,2614,42,2594,2593,2592,0,3074,3073,3072,2617,2616,2615,42,2594,2595,2593,0,3074,3075,3073,2617,2618,2616,42,2596,2595,2594,0,3076,3075,3074,2619,2618,2617,42,2596,2597,2595,0,3076,3077,3075,2619,2620,2618,42,2598,2597,2596,0,3078,3077,3076,2621,2620,2619,42,2598,2599,2597,0,3078,3079,3077,2621,2622,2620,42,2599,2600,2597,0,3079,3080,3077,2622,2623,2620,42,2600,2601,2597,0,3080,3081,3077,2623,2624,2620,42,2600,2602,2601,0,3080,3082,3081,2623,2625,2624,42,2600,2603,2602,0,3080,3083,3082,2623,2626,2625,42,2603,2604,2602,0,3083,3084,3082,2626,2627,2625,42,2605,2604,2603,0,3085,3084,3083,2628,2627,2626,42,2605,2606,2604,0,3086,3087,3088,2628,2629,2627,42,2607,2606,2605,0,3089,3087,3086,2630,2629,2628,42,2607,2608,2606,0,3089,3090,3087,2630,2631,2629,42,2609,2608,2607,0,3091,3090,3089,2632,2631,2630,42,2609,2610,2608,0,3091,3092,3090,2632,2633,2631,42,2611,2610,2609,0,3093,3092,3091,2634,2633,2632,42,2612,2610,2611,0,3094,3092,3093,2635,2633,2634,42,2612,2613,2610,0,3094,3095,3092,2635,2636,2633,42,2614,2613,2612,0,3096,3095,3094,2637,2636,2635,42,2614,2615,2613,0,3096,3097,3095,2637,2638,2636,42,2614,2616,2615,0,3096,3098,3097,2637,2639,2638,42,2616,2617,2615,0,3098,3099,3097,2639,2640,2638,42,2598,2617,2616,0,3078,3099,3098,2621,2640,2639,42,2598,2596,2617,0,3078,3076,3099,2621,2619,2640,42,2596,2618,2617,0,3076,3100,3099,2619,2641,2640,42,2594,2618,2596,0,3074,3100,3076,2617,2641,2619,42,2592,2618,2594,0,3072,3100,3074,2615,2641,2617,42,2592,2619,2618,0,3072,3101,3100,2615,2642,2641,42,2592,2589,2619,0,3072,3069,3101,2615,2612,2642,42,2619,2589,2566,0,3101,3069,3045,2642,2612,2589,42,2619,2566,2620,0,3101,3045,3102,2642,2589,2643,42,2620,2566,2564,0,3102,3045,3043,2643,2589,2587,42,2620,2564,2621,0,3102,3043,3103,2643,2587,2644,42,2621,2564,2622,0,3103,3043,3104,2644,2587,2645,42,2622,2564,2562,0,3104,3043,3041,2645,2587,2585,42,2622,2562,2623,0,3104,3041,3105,2645,2585,2646,42,2623,2562,2560,0,3105,3041,3039,2646,2585,2583,42,2623,2560,2624,0,3105,3039,3106,2646,2583,2647,42,2624,2560,2559,0,3106,3039,3038,2647,2583,2582,42,2625,2624,2559,0,3107,3106,3038,2648,2647,2582,42,2625,2626,2624,0,3107,3108,3106,2648,2649,2647,42,2627,2626,2625,0,3109,3110,3111,2650,2649,2648,42,2627,2628,2626,0,3109,3112,3110,2650,2651,2649,42,2628,2627,2629,0,3112,3109,3113,2651,2650,2652,42,2629,2627,2549,0,3113,3109,3024,2652,2650,2572,42,2627,2548,2549,0,3109,3023,3024,2650,2571,2572,42,2548,2627,2625,0,3023,3109,3111,2571,2650,2648,42,2548,2625,2547,0,3023,3111,3022,2571,2648,2570,42,2547,2625,2559,0,3114,3107,3038,2570,2648,2582,42,2547,2559,2557,0,3114,3038,3036,2570,2582,2580,42,2544,2547,2557,0,3017,3114,3036,2567,2570,2580,42,2544,2557,2543,0,3017,3036,3016,2567,2580,2566,42,2549,2630,2629,0,3024,3115,3113,2572,2653,2652,42,2549,2550,2630,0,3024,3025,3115,2572,2573,2653,42,2630,2550,2631,0,3115,3025,3116,2653,2573,2654,42,2550,2632,2631,0,3025,3117,3116,2573,2655,2654,42,2550,2555,2632,0,3025,3033,3117,2573,2578,2655,42,2555,2633,2632,0,3035,3118,3119,2578,2656,2655,42,2555,2556,2633,0,3035,3034,3118,2578,2579,2656,42,2556,2634,2633,0,3034,3120,3118,2579,2657,2656,42,2558,2634,2556,0,3037,3120,3034,2581,2657,2579,42,2558,2635,2634,0,3037,3121,3120,2581,2658,2657,42,2561,2635,2558,0,3040,3121,3037,2584,2658,2581,42,2561,2636,2635,0,3040,3122,3121,2584,2659,2658,42,2563,2636,2561,0,3042,3122,3040,2586,2659,2584,42,2563,2568,2636,0,3042,3047,3122,2586,2591,2659,42,2565,2568,2563,0,3044,3047,3042,2588,2591,2586,42,2568,2637,2636,0,3047,3123,3122,2591,2660,2659,42,2568,2570,2637,0,3047,3049,3123,2591,2593,2660,42,2570,2638,2637,0,3049,3124,3123,2593,2661,2660,42,2570,2571,2638,0,3049,3050,3124,2593,2594,2661,42,2571,2639,2638,0,3050,3125,3124,2594,2662,2661,42,2571,2574,2639,0,3050,3053,3125,2594,2597,2662,42,2639,2574,2640,0,3125,3053,3126,2662,2597,2663,42,2640,2574,2575,0,3126,3053,3054,2663,2597,2598,42,2640,2575,2641,0,3126,3054,3127,2663,2598,2664,42,2641,2575,2578,0,3127,3054,3057,2664,2598,2601,42,2579,2641,2578,0,3058,3127,3057,2602,2664,2601,42,2579,2640,2641,0,3058,3126,3127,2602,2663,2664,42,2579,2581,2640,0,3058,3128,3126,2602,2604,2663,42,2581,2639,2640,0,3128,3125,3126,2604,2662,2663,42,2581,2642,2639,0,3128,3129,3125,2604,2665,2662,42,2582,2642,2581,0,3062,3130,3061,2605,2665,2604,42,2582,2643,2642,0,3062,3131,3130,2605,2666,2665,42,2643,2582,2584,0,3131,3062,3064,2666,2605,2607,42,2582,2583,2584,0,3062,3063,3064,2605,2606,2607,42,2643,2584,2585,0,3131,3064,3065,2666,2607,2608,42,2644,2643,2585,0,3132,3131,3065,2667,2666,2608,42,2643,2644,2645,0,3131,3132,3133,2666,2667,2668,42,2644,2646,2645,0,3132,3134,3133,2667,2669,2668,42,2644,2647,2646,0,3132,3135,3134,2667,2670,2669,42,2586,2647,2644,0,3066,3135,3132,2609,2670,2667,42,2587,2647,2586,0,3067,3135,3066,2610,2670,2609,42,2590,2647,2587,0,3070,3135,3067,2613,2670,2610,42,2647,2590,2648,0,3135,3070,3136,2670,2613,2671,42,2590,2649,2648,0,3070,3137,3136,2613,2672,2671,42,2650,2649,2590,0,3138,3137,3070,2673,2672,2613,42,2650,2651,2649,0,3138,3139,3137,2673,2674,2672,42,2652,2651,2650,0,3140,3139,3138,2675,2674,2673,42,2653,2651,2652,0,3141,3139,3140,2676,2674,2675,42,2653,2654,2651,0,3142,3143,3144,2676,2677,2674,42,2653,2655,2654,0,3142,3145,3143,2676,2678,2677,42,2653,2656,2655,0,3142,3146,3145,2676,2679,2678,42,2657,2656,2653,0,3147,3146,3142,2680,2679,2676,42,2658,2656,2657,0,3148,3146,3147,2681,2679,2680,42,2658,2659,2656,0,3148,3149,3146,2681,2682,2679,42,2660,2659,2658,0,3150,3149,3148,2683,2682,2681,42,2660,2661,2659,0,3150,3151,3149,2683,2684,2682,42,2662,2661,2660,0,3152,3151,3150,2685,2684,2683,42,2662,2656,2661,0,3152,3146,3151,2685,2679,2684,42,2662,2655,2656,0,3152,3145,3146,2685,2678,2679,42,2663,2655,2662,0,3153,3145,3152,2686,2678,2685,42,2663,2654,2655,0,3153,3143,3145,2686,2677,2678,42,2664,2654,2663,0,3154,3143,3153,2687,2677,2686,42,2665,2654,2664,0,3155,3143,3154,2688,2677,2687,42,2649,2654,2665,0,3156,3143,3155,2672,2677,2688,42,2651,2654,2649,0,3144,3143,3156,2674,2677,2672,42,2649,2665,2636,0,3156,3155,3122,2672,2688,2659,42,2636,2665,2666,0,3122,3155,3157,2659,2688,2689,42,2665,2664,2666,0,3155,3154,3157,2688,2687,2689,42,2667,2666,2664,0,3158,3157,3154,2690,2689,2687,42,2667,2668,2666,0,3158,3159,3157,2690,2691,2689,42,2669,2668,2667,0,3160,3161,3162,2692,2691,2690,42,2669,2670,2668,0,3160,3163,3161,2692,2693,2691,42,2652,2670,2669,0,3140,3163,3160,2675,2693,2692,42,2650,2670,2652,0,3138,3163,3140,2673,2693,2675,42,2671,2670,2650,0,3164,3163,3138,2694,2693,2673,42,2670,2671,2672,0,3163,3164,3165,2693,2694,2695,42,2671,2673,2672,0,3164,3166,3165,2694,2696,2695,42,2674,2673,2671,0,3167,3166,3164,2697,2696,2694,42,2674,2675,2673,0,3167,3168,3166,2697,2698,2696,42,2676,2675,2674,0,3169,3168,3167,2699,2698,2697,42,2677,2675,2676,0,3170,3168,3169,2700,2698,2699,42,2677,2678,2675,0,3171,3172,3173,2700,2701,2698,42,2677,2679,2678,0,3171,3174,3172,2700,2702,2701,42,2677,2680,2679,0,3171,3175,3174,2700,2703,2702,42,2681,2680,2677,0,3176,3175,3171,2704,2703,2700,42,2682,2680,2681,0,3177,3175,3176,2705,2703,2704,42,2682,2683,2680,0,3177,3178,3175,2705,2706,2703,42,2684,2683,2682,0,3179,3178,3177,2707,2706,2705,42,2684,2685,2683,0,3179,3180,3178,2707,2708,2706,42,2686,2685,2684,0,3181,3180,3179,2709,2708,2707,42,2686,2680,2685,0,3181,3175,3180,2709,2703,2708,42,2686,2679,2680,0,3181,3174,3175,2709,2702,2703,42,2687,2679,2686,0,3182,3174,3181,2710,2702,2709,42,2678,2679,2687,0,3172,3174,3182,2701,2702,2710,42,2688,2678,2687,0,3183,3172,3182,2711,2701,2710,42,2689,2678,2688,0,3184,3172,3183,2712,2701,2711,42,2673,2678,2689,0,3185,3172,3184,2696,2701,2712,42,2675,2678,2673,0,3173,3172,3185,2698,2701,2696,42,2673,2689,2635,0,3185,3184,3121,2696,2712,2658,42,2635,2689,2690,0,3121,3184,3186,2658,2712,2713,42,2689,2688,2690,0,3184,3183,3186,2712,2711,2713,42,2691,2690,2688,0,3187,3186,3183,2714,2713,2711,42,2691,2692,2690,0,3187,3188,3186,2714,2715,2713,42,2693,2692,2691,0,3189,3190,3191,2716,2715,2714,42,2693,2694,2692,0,3189,3192,3190,2716,2717,2715,42,2676,2694,2693,0,3169,3192,3189,2699,2717,2716,42,2674,2694,2676,0,3167,3192,3169,2697,2717,2699,42,2695,2694,2674,0,3193,3192,3167,2718,2717,2697,42,2694,2695,2696,0,3192,3193,3194,2717,2718,2719,42,2697,2696,2695,0,3195,3194,3193,2720,2719,2718,42,2697,2634,2696,0,3196,3120,3197,2720,2657,2719,42,2697,2698,2634,0,3196,3198,3120,2720,2721,2657,42,2697,2699,2698,0,3196,3199,3198,2720,2722,2721,42,2700,2699,2697,0,3200,3199,3196,2723,2722,2720,42,2701,2699,2700,0,3201,3199,3200,2724,2722,2723,42,2701,2702,2699,0,3201,3202,3199,2724,2725,2722,42,2701,2703,2702,0,3201,3203,3202,2724,2726,2725,42,2704,2703,2701,0,3204,3203,3201,2727,2726,2724,42,2705,2703,2704,0,3205,3203,3204,2728,2726,2727,42,2705,2706,2703,0,3205,3206,3203,2728,2729,2726,42,2707,2706,2705,0,3207,3206,3205,2730,2729,2728,42,2707,2708,2706,0,3207,3208,3206,2730,2731,2729,42,2709,2708,2707,0,3209,3208,3207,2732,2731,2730,42,2709,2703,2708,0,3209,3203,3208,2732,2726,2731,42,2709,2702,2703,0,3209,3202,3203,2732,2725,2726,42,2710,2702,2709,0,3210,3202,3209,2733,2725,2732,42,2699,2702,2710,0,3199,3202,3210,2722,2725,2733,42,2711,2699,2710,0,3211,3199,3210,2734,2722,2733,42,2711,2698,2699,0,3211,3198,3199,2734,2721,2722,42,2712,2698,2711,0,3212,3198,3211,2735,2721,2734,42,2634,2698,2712,0,3120,3198,3212,2657,2721,2735,42,2634,2712,2633,0,3120,3212,3118,2657,2735,2656,42,2713,2633,2712,0,3213,3118,3212,2736,2656,2735,42,2713,2632,2633,0,3213,3119,3118,2736,2655,2656,42,2714,2632,2713,0,3214,3117,3215,2737,2655,2736,42,2714,2631,2632,0,3214,3116,3117,2737,2654,2655,42,2631,2714,2715,0,3116,3214,3216,2654,2737,2738,42,2715,2714,2716,0,3216,3214,3217,2738,2737,2739,42,2716,2714,2717,0,3217,3214,3218,2739,2737,2740,42,2717,2714,2713,0,3218,3214,3215,2740,2737,2736,42,2717,2713,2718,0,3218,3215,3219,2740,2736,2741,42,2718,2713,2712,0,3220,3213,3212,2741,2736,2735,42,2718,2712,2711,0,3220,3212,3211,2741,2735,2734,42,2719,2718,2711,0,3221,3220,3211,2742,2741,2734,42,2720,2718,2719,0,3222,3219,3223,2743,2741,2742,42,2720,2717,2718,0,3222,3218,3219,2743,2740,2741,42,2717,2720,2721,0,3218,3222,3224,2740,2743,2744,42,2720,2722,2721,0,3222,3225,3224,2743,2745,2744,42,2720,2723,2722,0,3222,3226,3225,2743,2746,2745,42,2723,2720,2719,0,3226,3222,3223,2746,2743,2742,42,2723,2719,2724,0,3226,3223,3227,2746,2742,2747,42,2724,2719,2710,0,3228,3221,3210,2747,2742,2733,42,2719,2711,2710,0,3221,3211,3210,2742,2734,2733,42,2724,2710,2709,0,3228,3210,3209,2747,2733,2732,42,2724,2709,2707,0,3228,3209,3207,2747,2732,2730,42,2725,2724,2707,0,3229,3227,3230,2748,2747,2730,42,2725,2723,2724,0,3229,3226,3227,2748,2746,2747,42,2723,2725,2726,0,3226,3229,3231,2746,2748,2749,42,2726,2725,2705,0,3231,3229,3232,2749,2748,2728,42,2725,2707,2705,0,3229,3230,3232,2748,2730,2728,42,2726,2705,2722,0,3231,3232,3225,2749,2728,2745,42,2705,2704,2722,0,3232,3233,3225,2728,2727,2745,42,2722,2704,2721,0,3225,3233,3224,2745,2727,2744,42,2721,2704,2701,0,3224,3233,3234,2744,2727,2724,42,2721,2701,2716,0,3224,3234,3217,2744,2724,2739,42,2701,2700,2716,0,3234,3235,3217,2724,2723,2739,42,2716,2700,2715,0,3217,3235,3216,2739,2723,2738,42,2715,2700,2697,0,3216,3235,3195,2738,2723,2720,42,2715,2697,2695,0,3216,3195,3193,2738,2720,2718,42,2695,2631,2715,0,3193,3116,3216,2718,2654,2738,42,2630,2631,2695,0,3115,3116,3193,2653,2654,2718,42,2727,2630,2695,0,3236,3115,3193,2750,2653,2718,42,2593,2630,2727,0,3073,3115,3236,2616,2653,2750,42,2629,2630,2593,0,3113,3115,3073,2652,2653,2616,42,2595,2629,2593,0,3075,3113,3073,2618,2652,2616,42,2595,2728,2629,0,3075,3237,3113,2618,2751,2652,42,2601,2728,2595,0,3081,3237,3075,2624,2751,2618,42,2601,2628,2728,0,3081,3112,3237,2624,2651,2751,42,2601,2602,2628,0,3081,3082,3112,2624,2625,2651,42,2628,2602,2626,0,3112,3082,3110,2651,2625,2649,42,2602,2604,2626,0,3082,3084,3110,2625,2627,2649,42,2626,2604,2624,0,3108,3088,3106,2649,2627,2647,42,2604,2606,2624,0,3088,3087,3106,2627,2629,2647,42,2606,2623,2624,0,3087,3105,3106,2629,2646,2647,42,2608,2623,2606,0,3090,3105,3087,2631,2646,2629,42,2608,2622,2623,0,3090,3104,3105,2631,2645,2646,42,2610,2622,2608,0,3092,3104,3090,2633,2645,2631,42,2610,2621,2622,0,3092,3103,3104,2633,2644,2645,42,2613,2621,2610,0,3095,3103,3092,2636,2644,2633,42,2615,2621,2613,0,3097,3103,3095,2638,2644,2636,42,2729,2621,2615,0,3238,3103,3097,2752,2644,2638,42,2620,2621,2729,0,3102,3103,3238,2643,2644,2752,42,2619,2620,2729,0,3101,3102,3238,2642,2643,2752,42,2619,2729,2618,0,3101,3238,3100,2642,2752,2641,42,2618,2729,2617,0,3100,3238,3099,2641,2752,2640,42,2617,2729,2615,0,3099,3238,3097,2640,2752,2638,42,2728,2628,2629,0,3237,3112,3113,2751,2651,2652,42,2597,2601,2595,0,3077,3081,3075,2620,2624,2618,42,2593,2727,2591,0,3073,3236,3071,2616,2750,2614,42,2591,2727,2671,0,3071,3236,3164,2614,2750,2694,42,2727,2695,2671,0,3236,3193,3164,2750,2718,2694,42,2671,2695,2674,0,3164,3193,3167,2694,2718,2697,42,2591,2671,2590,0,3071,3164,3070,2614,2694,2613,42,2590,2671,2650,0,3070,3164,3138,2613,2694,2673,42,2717,2721,2716,0,3218,3224,3217,2740,2744,2739,42,2723,2726,2722,0,3226,3231,3225,2746,2749,2745,42,2703,2706,2708,0,3203,3206,3208,2726,2729,2731,42,2694,2696,2692,0,3192,3194,3190,2717,2719,2715,42,2692,2634,2690,0,3188,3120,3186,2715,2657,2713,42,2635,2690,2634,0,3121,3186,3120,2658,2713,2657,42,2676,2693,2730,0,3169,3189,3239,2699,2716,2753,42,2693,2731,2730,0,3189,3240,3239,2716,2754,2753,42,2731,2693,2691,0,3240,3189,3191,2754,2716,2714,42,2731,2691,2732,0,3240,3191,3241,2754,2714,2755,42,2732,2691,2688,0,3242,3187,3183,2755,2714,2711,42,2732,2688,2687,0,3242,3183,3182,2755,2711,2710,42,2733,2732,2687,0,3243,3242,3182,2756,2755,2710,42,2734,2732,2733,0,3244,3241,3245,2757,2755,2756,42,2734,2731,2732,0,3244,3240,3241,2757,2754,2755,42,2731,2734,2735,0,3240,3244,3246,2754,2757,2758,42,2734,2736,2735,0,3244,3247,3246,2757,2759,2758,42,2734,2737,2736,0,3244,3248,3247,2757,2760,2759,42,2737,2734,2733,0,3248,3244,3245,2760,2757,2756,42,2737,2733,2684,0,3248,3245,3249,2760,2756,2707,42,2684,2733,2686,0,3179,3243,3181,2707,2756,2709,42,2733,2687,2686,0,3243,3182,3181,2756,2710,2709,42,2737,2684,2682,0,3248,3249,3250,2760,2707,2705,42,2736,2737,2682,0,3247,3248,3250,2759,2760,2705,42,2736,2682,2735,0,3247,3250,3246,2759,2705,2758,42,2682,2681,2735,0,3250,3251,3246,2705,2704,2758,42,2735,2681,2730,0,3246,3251,3239,2758,2704,2753,42,2730,2681,2677,0,3239,3251,3170,2753,2704,2700,42,2730,2677,2676,0,3239,3170,3169,2753,2700,2699,42,2731,2735,2730,0,3240,3246,3239,2754,2758,2753,42,2673,2635,2672,0,3185,3121,3252,2696,2658,2695,42,2670,2672,2668,0,3163,3165,3161,2693,2695,2691,42,2668,2635,2666,0,3159,3121,3157,2691,2658,2689,42,2636,2666,2635,0,3122,3157,3121,2659,2689,2658,42,2680,2683,2685,0,3175,3178,3180,2703,2706,2708,42,2652,2669,2738,0,3140,3160,3253,2675,2692,2761,42,2669,2739,2738,0,3160,3254,3253,2692,2762,2761,42,2739,2669,2667,0,3254,3160,3162,2762,2692,2690,42,2739,2667,2740,0,3254,3162,3255,2762,2690,2763,42,2740,2667,2664,0,3256,3158,3154,2763,2690,2687,42,2740,2664,2663,0,3256,3154,3153,2763,2687,2686,42,2741,2740,2663,0,3257,3256,3153,2764,2763,2686,42,2742,2740,2741,0,3258,3255,3259,2765,2763,2764,42,2742,2739,2740,0,3258,3254,3255,2765,2762,2763,42,2739,2742,2743,0,3254,3258,3260,2762,2765,2766,42,2742,2744,2743,0,3258,3261,3260,2765,2767,2766,42,2742,2745,2744,0,3258,3262,3261,2765,2768,2767,42,2745,2742,2741,0,3262,3258,3259,2768,2765,2764,42,2745,2741,2660,0,3262,3259,3263,2768,2764,2683,42,2660,2741,2662,0,3150,3257,3152,2683,2764,2685,42,2741,2663,2662,0,3257,3153,3152,2764,2686,2685,42,2745,2660,2658,0,3262,3263,3264,2768,2683,2681,42,2744,2745,2658,0,3261,3262,3264,2767,2768,2681,42,2743,2744,2658,0,3260,3261,3264,2766,2767,2681,42,2658,2657,2743,0,3264,3265,3260,2681,2680,2766,42,2743,2657,2738,0,3260,3265,3253,2766,2680,2761,42,2738,2657,2653,0,3253,3265,3141,2761,2680,2676,42,2738,2653,2652,0,3253,3141,3140,2761,2676,2675,42,2739,2743,2738,0,3254,3260,3253,2762,2766,2761,42,2649,2636,2648,0,3156,3122,3266,2672,2659,2671,42,2646,2648,2636,0,3267,3266,3122,2669,2671,2659,42,2647,2648,2646,0,3135,3136,3134,2670,2671,2669,42,2646,2636,2637,0,3267,3122,3123,2669,2659,2660,42,2645,2646,2637,0,3268,3267,3123,2668,2669,2660,42,2645,2637,2638,0,3268,3123,3124,2668,2660,2661,42,2642,2645,2638,0,3129,3268,3124,2665,2668,2661,42,2643,2645,2642,0,3131,3133,3130,2666,2668,2665,42,2642,2638,2639,0,3129,3124,3125,2665,2661,2662,42,2661,2656,2659,0,3151,3146,3149,2684,2679,2682,42,2588,2590,2587,0,3068,3070,3067,2611,2613,2610,42,2586,2644,2585,0,3066,3132,3065,2609,2667,2608,42,2538,2539,2541,0,3011,3012,3014,2561,2562,2564,42,2692,2696,2634,4,3269,3270,3271,2715,2719,2657,42,2668,2672,2635,4,3272,3273,3274,2691,2695,2658] -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/terrain.js b/examples/obj/terrain.js index 257e9d8d..ea9390d7 100644 --- a/examples/obj/terrain.js +++ b/examples/obj/terrain.js @@ -1,20 +1,6 @@ -/* - * File generated with Blender 2.56 Exporter - * https://github.com/mrdoob/three.js/tree/master/utils/exporters/blender/ - * - * vertices: 4225 - * faces: 8192 - * normals: 4225 - * uvs: 4225 - * colors: 0 - * materials: 1 - * edges: 0 - * - */ +{ -var model = { - - "version" : 2, + "metadata": { "formatVersion" : 3 }, "scale" : 10.000000, @@ -35,12 +21,6 @@ var model = { "uvs": [[0.984375,0.015625,1.000000,0.031250,1.000000,0.015625,0.984375,0.000000,0.968750,0.000000,1.000000,0.000000,0.984375,0.031250,0.968750,0.015625,0.968750,0.031250,0.953125,0.015625,0.953125,0.000000,0.937500,0.000000,0.953125,0.031250,0.937500,0.015625,0.937500,0.031250,0.921875,0.031250,0.921875,0.015625,0.906250,0.031250,0.921875,0.000000,0.906250,0.015625,0.906250,0.000000,0.890625,0.031250,0.890625,0.015625,0.875000,0.031250,0.890625,0.000000,0.875000,0.015625,0.875000,0.000000,0.859375,0.031250,0.859375,0.015625,0.843750,0.031250,0.859375,0.000000,0.843750,0.015625,0.843750,0.000000,0.828125,0.031250,0.828125,0.015625,0.812500,0.031250,0.828125,0.000000,0.812500,0.015625,0.812500,0.000000,0.796875,0.031250,0.796875,0.015625,0.781250,0.031250,0.796875,0.000000,0.781250,0.015625,0.781250,0.000000,0.765625,0.031250,0.765625,0.015625,0.750000,0.031250,0.765625,0.000000,0.750000,0.015625,0.750000,0.000000,0.734375,0.015625,0.734375,0.000000,0.718750,0.000000,0.734375,0.031250,0.718750,0.015625,0.718750,0.031250,0.703125,0.031250,0.703125,0.015625,0.687500,0.031250,0.703125,0.000000,0.687500,0.015625,0.687500,0.000000,0.671875,0.031250,0.671875,0.015625,0.656250,0.031250,0.671875,0.000000,0.656250,0.015625,0.656250,0.000000,0.640625,0.031250,0.640625,0.015625,0.625000,0.031250,0.640625,0.000000,0.625000,0.015625,0.625000,0.000000,0.609375,0.015625,0.609375,0.000000,0.593750,0.000000,0.609375,0.031250,0.593750,0.015625,0.593750,0.031250,0.578125,0.015625,0.578125,0.000000,0.562500,0.000000,0.578125,0.031250,0.562500,0.015625,0.562500,0.031250,0.546875,0.031250,0.546875,0.015625,0.531250,0.031250,0.546875,0.000000,0.531250,0.015625,0.531250,0.000000,0.515625,0.031250,0.515625,0.015625,0.500000,0.031250,0.515625,0.000000,0.500000,0.015625,0.500000,0.000000,0.484375,0.015625,0.484375,0.000000,0.468750,0.000000,0.484375,0.031250,0.468750,0.015625,0.468750,0.031250,0.453125,0.015625,0.453125,0.000000,0.437500,0.000000,0.453125,0.031250,0.437500,0.015625,0.437500,0.031250,0.421875,0.015625,0.421875,0.000000,0.406250,0.000000,0.421875,0.031250,0.406250,0.015625,0.406250,0.031250,0.390625,0.015625,0.390625,0.000000,0.375000,0.000000,0.390625,0.031250,0.375000,0.015625,0.375000,0.031250,0.359375,0.015625,0.359375,0.000000,0.343750,0.000000,0.359375,0.031250,0.343750,0.015625,0.343750,0.031250,0.328125,0.031250,0.328125,0.015625,0.312500,0.031250,0.328125,0.000000,0.312500,0.015625,0.312500,0.000000,0.296875,0.031250,0.296875,0.015625,0.281250,0.031250,0.296875,0.000000,0.281250,0.015625,0.281250,0.000000,0.265625,0.031250,0.265625,0.015625,0.250000,0.031250,0.265625,0.000000,0.250000,0.015625,0.250000,0.000000,0.234375,0.015625,0.234375,0.000000,0.218750,0.000000,0.234375,0.031250,0.218750,0.015625,0.218750,0.031250,0.203125,0.015625,0.203125,0.000000,0.187500,0.000000,0.203125,0.031250,0.187500,0.015625,0.187500,0.031250,0.171875,0.015625,0.171875,0.000000,0.156250,0.000000,0.171875,0.031250,0.156250,0.015625,0.156250,0.031250,0.140625,0.015625,0.140625,0.000000,0.125000,0.000000,0.140625,0.031250,0.125000,0.015625,0.125000,0.031250,0.109375,0.031250,0.109375,0.015625,0.093750,0.031250,0.109375,0.000000,0.093750,0.015625,0.093750,0.000000,0.078125,0.031250,0.078125,0.015625,0.062500,0.031250,0.078125,0.000000,0.062500,0.015625,0.062500,0.000000,0.046875,0.031250,0.046875,0.015625,0.031250,0.031250,0.046875,0.000000,0.031250,0.015625,0.031250,0.000000,0.015625,0.015625,0.015625,0.000000,0.000000,0.000000,0.015625,0.031250,0.000000,0.015625,0.000000,0.031250,0.984375,0.046875,1.000000,0.062500,1.000000,0.046875,0.984375,0.062500,0.968750,0.046875,0.968750,0.062500,0.953125,0.046875,0.953125,0.062500,0.937500,0.046875,0.937500,0.062500,0.921875,0.062500,0.921875,0.046875,0.906250,0.062500,0.906250,0.046875,0.890625,0.062500,0.890625,0.046875,0.875000,0.062500,0.875000,0.046875,0.859375,0.046875,0.859375,0.062500,0.843750,0.046875,0.843750,0.062500,0.828125,0.046875,0.828125,0.062500,0.812500,0.046875,0.812500,0.062500,0.796875,0.046875,0.796875,0.062500,0.781250,0.046875,0.781250,0.062500,0.765625,0.046875,0.765625,0.062500,0.750000,0.046875,0.750000,0.062500,0.734375,0.062500,0.734375,0.046875,0.718750,0.062500,0.718750,0.046875,0.703125,0.062500,0.703125,0.046875,0.687500,0.062500,0.687500,0.046875,0.671875,0.046875,0.671875,0.062500,0.656250,0.046875,0.656250,0.062500,0.640625,0.046875,0.640625,0.062500,0.625000,0.046875,0.625000,0.062500,0.609375,0.062500,0.609375,0.046875,0.593750,0.062500,0.593750,0.046875,0.578125,0.062500,0.578125,0.046875,0.562500,0.062500,0.562500,0.046875,0.546875,0.046875,0.546875,0.062500,0.531250,0.046875,0.531250,0.062500,0.515625,0.062500,0.515625,0.046875,0.500000,0.062500,0.500000,0.046875,0.484375,0.062500,0.484375,0.046875,0.468750,0.062500,0.468750,0.046875,0.453125,0.062500,0.453125,0.046875,0.437500,0.062500,0.437500,0.046875,0.421875,0.046875,0.421875,0.062500,0.406250,0.046875,0.406250,0.062500,0.390625,0.062500,0.390625,0.046875,0.375000,0.062500,0.375000,0.046875,0.359375,0.062500,0.359375,0.046875,0.343750,0.062500,0.343750,0.046875,0.328125,0.062500,0.328125,0.046875,0.312500,0.062500,0.312500,0.046875,0.296875,0.062500,0.296875,0.046875,0.281250,0.062500,0.281250,0.046875,0.265625,0.062500,0.265625,0.046875,0.250000,0.062500,0.250000,0.046875,0.234375,0.046875,0.234375,0.062500,0.218750,0.046875,0.218750,0.062500,0.203125,0.062500,0.203125,0.046875,0.187500,0.062500,0.187500,0.046875,0.171875,0.046875,0.171875,0.062500,0.156250,0.046875,0.156250,0.062500,0.140625,0.062500,0.140625,0.046875,0.125000,0.062500,0.125000,0.046875,0.109375,0.046875,0.109375,0.062500,0.093750,0.046875,0.093750,0.062500,0.078125,0.046875,0.078125,0.062500,0.062500,0.046875,0.062500,0.062500,0.046875,0.046875,0.046875,0.062500,0.031250,0.046875,0.031250,0.062500,0.015625,0.062500,0.015625,0.046875,0.000000,0.062500,0.000000,0.046875,0.984375,0.093750,1.000000,0.093750,1.000000,0.078125,0.984375,0.078125,0.968750,0.093750,0.968750,0.078125,0.953125,0.093750,0.953125,0.078125,0.937500,0.093750,0.937500,0.078125,0.921875,0.078125,0.921875,0.093750,0.906250,0.078125,0.906250,0.093750,0.890625,0.093750,0.890625,0.078125,0.875000,0.093750,0.875000,0.078125,0.859375,0.093750,0.859375,0.078125,0.843750,0.093750,0.843750,0.078125,0.828125,0.093750,0.828125,0.078125,0.812500,0.093750,0.812500,0.078125,0.796875,0.093750,0.796875,0.078125,0.781250,0.093750,0.781250,0.078125,0.765625,0.078125,0.765625,0.093750,0.750000,0.078125,0.750000,0.093750,0.734375,0.093750,0.734375,0.078125,0.718750,0.093750,0.718750,0.078125,0.703125,0.093750,0.703125,0.078125,0.687500,0.093750,0.687500,0.078125,0.671875,0.093750,0.671875,0.078125,0.656250,0.093750,0.656250,0.078125,0.640625,0.093750,0.640625,0.078125,0.625000,0.093750,0.625000,0.078125,0.609375,0.093750,0.609375,0.078125,0.593750,0.093750,0.593750,0.078125,0.578125,0.093750,0.578125,0.078125,0.562500,0.093750,0.562500,0.078125,0.546875,0.093750,0.546875,0.078125,0.531250,0.093750,0.531250,0.078125,0.515625,0.093750,0.515625,0.078125,0.500000,0.093750,0.500000,0.078125,0.484375,0.078125,0.484375,0.093750,0.468750,0.078125,0.468750,0.093750,0.453125,0.093750,0.453125,0.078125,0.437500,0.093750,0.437500,0.078125,0.421875,0.093750,0.421875,0.078125,0.406250,0.093750,0.406250,0.078125,0.390625,0.078125,0.390625,0.093750,0.375000,0.078125,0.375000,0.093750,0.359375,0.093750,0.359375,0.078125,0.343750,0.093750,0.343750,0.078125,0.328125,0.078125,0.328125,0.093750,0.312500,0.078125,0.312500,0.093750,0.296875,0.093750,0.296875,0.078125,0.281250,0.093750,0.281250,0.078125,0.265625,0.078125,0.265625,0.093750,0.250000,0.078125,0.250000,0.093750,0.234375,0.078125,0.234375,0.093750,0.218750,0.078125,0.218750,0.093750,0.203125,0.078125,0.203125,0.093750,0.187500,0.078125,0.187500,0.093750,0.171875,0.078125,0.171875,0.093750,0.156250,0.078125,0.156250,0.093750,0.140625,0.078125,0.140625,0.093750,0.125000,0.078125,0.125000,0.093750,0.109375,0.093750,0.109375,0.078125,0.093750,0.093750,0.093750,0.078125,0.078125,0.093750,0.078125,0.078125,0.062500,0.093750,0.062500,0.078125,0.046875,0.078125,0.046875,0.093750,0.031250,0.078125,0.031250,0.093750,0.015625,0.078125,0.015625,0.093750,0.000000,0.078125,0.000000,0.093750,0.984375,0.109375,1.000000,0.125000,1.000000,0.109375,0.984375,0.125000,0.968750,0.109375,0.968750,0.125000,0.953125,0.125000,0.953125,0.109375,0.937500,0.125000,0.937500,0.109375,0.921875,0.125000,0.921875,0.109375,0.906250,0.125000,0.906250,0.109375,0.890625,0.109375,0.890625,0.125000,0.875000,0.109375,0.875000,0.125000,0.859375,0.109375,0.859375,0.125000,0.843750,0.109375,0.843750,0.125000,0.828125,0.125000,0.828125,0.109375,0.812500,0.125000,0.812500,0.109375,0.796875,0.125000,0.796875,0.109375,0.781250,0.125000,0.781250,0.109375,0.765625,0.125000,0.765625,0.109375,0.750000,0.125000,0.750000,0.109375,0.734375,0.109375,0.734375,0.125000,0.718750,0.109375,0.718750,0.125000,0.703125,0.125000,0.703125,0.109375,0.687500,0.125000,0.687500,0.109375,0.671875,0.125000,0.671875,0.109375,0.656250,0.125000,0.656250,0.109375,0.640625,0.125000,0.640625,0.109375,0.625000,0.125000,0.625000,0.109375,0.609375,0.125000,0.609375,0.109375,0.593750,0.125000,0.593750,0.109375,0.578125,0.109375,0.578125,0.125000,0.562500,0.109375,0.562500,0.125000,0.546875,0.125000,0.546875,0.109375,0.531250,0.125000,0.531250,0.109375,0.515625,0.125000,0.515625,0.109375,0.500000,0.125000,0.500000,0.109375,0.484375,0.109375,0.484375,0.125000,0.468750,0.109375,0.468750,0.125000,0.453125,0.109375,0.453125,0.125000,0.437500,0.109375,0.437500,0.125000,0.421875,0.109375,0.421875,0.125000,0.406250,0.109375,0.406250,0.125000,0.390625,0.109375,0.390625,0.125000,0.375000,0.109375,0.375000,0.125000,0.359375,0.109375,0.359375,0.125000,0.343750,0.109375,0.343750,0.125000,0.328125,0.109375,0.328125,0.125000,0.312500,0.109375,0.312500,0.125000,0.296875,0.109375,0.296875,0.125000,0.281250,0.109375,0.281250,0.125000,0.265625,0.109375,0.265625,0.125000,0.250000,0.109375,0.250000,0.125000,0.234375,0.109375,0.234375,0.125000,0.218750,0.109375,0.218750,0.125000,0.203125,0.109375,0.203125,0.125000,0.187500,0.109375,0.187500,0.125000,0.171875,0.109375,0.171875,0.125000,0.156250,0.109375,0.156250,0.125000,0.140625,0.109375,0.140625,0.125000,0.125000,0.109375,0.125000,0.125000,0.109375,0.125000,0.109375,0.109375,0.093750,0.125000,0.093750,0.109375,0.078125,0.125000,0.078125,0.109375,0.062500,0.125000,0.062500,0.109375,0.046875,0.109375,0.046875,0.125000,0.031250,0.109375,0.031250,0.125000,0.015625,0.125000,0.015625,0.109375,0.000000,0.125000,0.000000,0.109375,0.984375,0.156250,1.000000,0.156250,1.000000,0.140625,0.984375,0.140625,0.968750,0.156250,0.968750,0.140625,0.953125,0.140625,0.953125,0.156250,0.937500,0.140625,0.937500,0.156250,0.921875,0.140625,0.921875,0.156250,0.906250,0.140625,0.906250,0.156250,0.890625,0.156250,0.890625,0.140625,0.875000,0.156250,0.875000,0.140625,0.859375,0.156250,0.859375,0.140625,0.843750,0.156250,0.843750,0.140625,0.828125,0.156250,0.828125,0.140625,0.812500,0.156250,0.812500,0.140625,0.796875,0.156250,0.796875,0.140625,0.781250,0.156250,0.781250,0.140625,0.765625,0.156250,0.765625,0.140625,0.750000,0.156250,0.750000,0.140625,0.734375,0.156250,0.734375,0.140625,0.718750,0.156250,0.718750,0.140625,0.703125,0.140625,0.703125,0.156250,0.687500,0.140625,0.687500,0.156250,0.671875,0.156250,0.671875,0.140625,0.656250,0.156250,0.656250,0.140625,0.640625,0.156250,0.640625,0.140625,0.625000,0.156250,0.625000,0.140625,0.609375,0.156250,0.609375,0.140625,0.593750,0.156250,0.593750,0.140625,0.578125,0.156250,0.578125,0.140625,0.562500,0.156250,0.562500,0.140625,0.546875,0.156250,0.546875,0.140625,0.531250,0.156250,0.531250,0.140625,0.515625,0.156250,0.515625,0.140625,0.500000,0.156250,0.500000,0.140625,0.484375,0.140625,0.484375,0.156250,0.468750,0.140625,0.468750,0.156250,0.453125,0.140625,0.453125,0.156250,0.437500,0.140625,0.437500,0.156250,0.421875,0.140625,0.421875,0.156250,0.406250,0.140625,0.406250,0.156250,0.390625,0.156250,0.390625,0.140625,0.375000,0.156250,0.375000,0.140625,0.359375,0.140625,0.359375,0.156250,0.343750,0.140625,0.343750,0.156250,0.328125,0.140625,0.328125,0.156250,0.312500,0.140625,0.312500,0.156250,0.296875,0.140625,0.296875,0.156250,0.281250,0.140625,0.281250,0.156250,0.265625,0.140625,0.265625,0.156250,0.250000,0.140625,0.250000,0.156250,0.234375,0.140625,0.234375,0.156250,0.218750,0.140625,0.218750,0.156250,0.203125,0.140625,0.203125,0.156250,0.187500,0.140625,0.187500,0.156250,0.171875,0.140625,0.171875,0.156250,0.156250,0.140625,0.156250,0.156250,0.140625,0.140625,0.140625,0.156250,0.125000,0.140625,0.125000,0.156250,0.109375,0.156250,0.109375,0.140625,0.093750,0.156250,0.093750,0.140625,0.078125,0.156250,0.078125,0.140625,0.062500,0.156250,0.062500,0.140625,0.046875,0.156250,0.046875,0.140625,0.031250,0.156250,0.031250,0.140625,0.015625,0.140625,0.015625,0.156250,0.000000,0.140625,0.000000,0.156250,0.984375,0.171875,1.000000,0.187500,1.000000,0.171875,0.984375,0.187500,0.968750,0.171875,0.968750,0.187500,0.953125,0.171875,0.953125,0.187500,0.937500,0.171875,0.937500,0.187500,0.921875,0.171875,0.921875,0.187500,0.906250,0.171875,0.906250,0.187500,0.890625,0.171875,0.890625,0.187500,0.875000,0.171875,0.875000,0.187500,0.859375,0.187500,0.859375,0.171875,0.843750,0.187500,0.843750,0.171875,0.828125,0.187500,0.828125,0.171875,0.812500,0.187500,0.812500,0.171875,0.796875,0.187500,0.796875,0.171875,0.781250,0.187500,0.781250,0.171875,0.765625,0.187500,0.765625,0.171875,0.750000,0.187500,0.750000,0.171875,0.734375,0.187500,0.734375,0.171875,0.718750,0.187500,0.718750,0.171875,0.703125,0.187500,0.703125,0.171875,0.687500,0.187500,0.687500,0.171875,0.671875,0.171875,0.671875,0.187500,0.656250,0.171875,0.656250,0.187500,0.640625,0.187500,0.640625,0.171875,0.625000,0.187500,0.625000,0.171875,0.609375,0.187500,0.609375,0.171875,0.593750,0.187500,0.593750,0.171875,0.578125,0.187500,0.578125,0.171875,0.562500,0.187500,0.562500,0.171875,0.546875,0.187500,0.546875,0.171875,0.531250,0.187500,0.531250,0.171875,0.515625,0.187500,0.515625,0.171875,0.500000,0.187500,0.500000,0.171875,0.484375,0.187500,0.484375,0.171875,0.468750,0.187500,0.468750,0.171875,0.453125,0.171875,0.453125,0.187500,0.437500,0.171875,0.437500,0.187500,0.421875,0.187500,0.421875,0.171875,0.406250,0.187500,0.406250,0.171875,0.390625,0.187500,0.390625,0.171875,0.375000,0.187500,0.375000,0.171875,0.359375,0.171875,0.359375,0.187500,0.343750,0.171875,0.343750,0.187500,0.328125,0.171875,0.328125,0.187500,0.312500,0.171875,0.312500,0.187500,0.296875,0.171875,0.296875,0.187500,0.281250,0.171875,0.281250,0.187500,0.265625,0.171875,0.265625,0.187500,0.250000,0.171875,0.250000,0.187500,0.234375,0.171875,0.234375,0.187500,0.218750,0.171875,0.218750,0.187500,0.203125,0.187500,0.203125,0.171875,0.187500,0.187500,0.187500,0.171875,0.171875,0.171875,0.171875,0.187500,0.156250,0.171875,0.156250,0.187500,0.140625,0.187500,0.140625,0.171875,0.125000,0.187500,0.125000,0.171875,0.109375,0.171875,0.109375,0.187500,0.093750,0.171875,0.093750,0.187500,0.078125,0.187500,0.078125,0.171875,0.062500,0.187500,0.062500,0.171875,0.046875,0.171875,0.046875,0.187500,0.031250,0.171875,0.031250,0.187500,0.015625,0.187500,0.015625,0.171875,0.000000,0.187500,0.000000,0.171875,0.984375,0.203125,1.000000,0.218750,1.000000,0.203125,0.984375,0.218750,0.968750,0.203125,0.968750,0.218750,0.953125,0.203125,0.953125,0.218750,0.937500,0.203125,0.937500,0.218750,0.921875,0.203125,0.921875,0.218750,0.906250,0.203125,0.906250,0.218750,0.890625,0.203125,0.890625,0.218750,0.875000,0.203125,0.875000,0.218750,0.859375,0.218750,0.859375,0.203125,0.843750,0.218750,0.843750,0.203125,0.828125,0.218750,0.828125,0.203125,0.812500,0.218750,0.812500,0.203125,0.796875,0.218750,0.796875,0.203125,0.781250,0.218750,0.781250,0.203125,0.765625,0.218750,0.765625,0.203125,0.750000,0.218750,0.750000,0.203125,0.734375,0.218750,0.734375,0.203125,0.718750,0.218750,0.718750,0.203125,0.703125,0.218750,0.703125,0.203125,0.687500,0.218750,0.687500,0.203125,0.671875,0.218750,0.671875,0.203125,0.656250,0.218750,0.656250,0.203125,0.640625,0.218750,0.640625,0.203125,0.625000,0.218750,0.625000,0.203125,0.609375,0.203125,0.609375,0.218750,0.593750,0.203125,0.593750,0.218750,0.578125,0.218750,0.578125,0.203125,0.562500,0.218750,0.562500,0.203125,0.546875,0.218750,0.546875,0.203125,0.531250,0.218750,0.531250,0.203125,0.515625,0.218750,0.515625,0.203125,0.500000,0.218750,0.500000,0.203125,0.484375,0.218750,0.484375,0.203125,0.468750,0.218750,0.468750,0.203125,0.453125,0.218750,0.453125,0.203125,0.437500,0.218750,0.437500,0.203125,0.421875,0.218750,0.421875,0.203125,0.406250,0.218750,0.406250,0.203125,0.390625,0.203125,0.390625,0.218750,0.375000,0.203125,0.375000,0.218750,0.359375,0.218750,0.359375,0.203125,0.343750,0.218750,0.343750,0.203125,0.328125,0.218750,0.328125,0.203125,0.312500,0.218750,0.312500,0.203125,0.296875,0.218750,0.296875,0.203125,0.281250,0.218750,0.281250,0.203125,0.265625,0.218750,0.265625,0.203125,0.250000,0.218750,0.250000,0.203125,0.234375,0.218750,0.234375,0.203125,0.218750,0.218750,0.218750,0.203125,0.203125,0.218750,0.203125,0.203125,0.187500,0.218750,0.187500,0.203125,0.171875,0.203125,0.171875,0.218750,0.156250,0.203125,0.156250,0.218750,0.140625,0.203125,0.140625,0.218750,0.125000,0.203125,0.125000,0.218750,0.109375,0.203125,0.109375,0.218750,0.093750,0.203125,0.093750,0.218750,0.078125,0.218750,0.078125,0.203125,0.062500,0.218750,0.062500,0.203125,0.046875,0.203125,0.046875,0.218750,0.031250,0.203125,0.031250,0.218750,0.015625,0.218750,0.015625,0.203125,0.000000,0.218750,0.000000,0.203125,0.984375,0.234375,1.000000,0.250000,1.000000,0.234375,0.984375,0.250000,0.968750,0.234375,0.968750,0.250000,0.953125,0.234375,0.953125,0.250000,0.937500,0.234375,0.937500,0.250000,0.921875,0.234375,0.921875,0.250000,0.906250,0.234375,0.906250,0.250000,0.890625,0.250000,0.890625,0.234375,0.875000,0.250000,0.875000,0.234375,0.859375,0.234375,0.859375,0.250000,0.843750,0.234375,0.843750,0.250000,0.828125,0.250000,0.828125,0.234375,0.812500,0.250000,0.812500,0.234375,0.796875,0.234375,0.796875,0.250000,0.781250,0.234375,0.781250,0.250000,0.765625,0.234375,0.765625,0.250000,0.750000,0.234375,0.750000,0.250000,0.734375,0.250000,0.734375,0.234375,0.718750,0.250000,0.718750,0.234375,0.703125,0.250000,0.703125,0.234375,0.687500,0.250000,0.687500,0.234375,0.671875,0.250000,0.671875,0.234375,0.656250,0.250000,0.656250,0.234375,0.640625,0.250000,0.640625,0.234375,0.625000,0.250000,0.625000,0.234375,0.609375,0.250000,0.609375,0.234375,0.593750,0.250000,0.593750,0.234375,0.578125,0.250000,0.578125,0.234375,0.562500,0.250000,0.562500,0.234375,0.546875,0.234375,0.546875,0.250000,0.531250,0.234375,0.531250,0.250000,0.515625,0.250000,0.515625,0.234375,0.500000,0.250000,0.500000,0.234375,0.484375,0.250000,0.484375,0.234375,0.468750,0.250000,0.468750,0.234375,0.453125,0.250000,0.453125,0.234375,0.437500,0.250000,0.437500,0.234375,0.421875,0.250000,0.421875,0.234375,0.406250,0.250000,0.406250,0.234375,0.390625,0.250000,0.390625,0.234375,0.375000,0.250000,0.375000,0.234375,0.359375,0.250000,0.359375,0.234375,0.343750,0.250000,0.343750,0.234375,0.328125,0.250000,0.328125,0.234375,0.312500,0.250000,0.312500,0.234375,0.296875,0.250000,0.296875,0.234375,0.281250,0.250000,0.281250,0.234375,0.265625,0.250000,0.265625,0.234375,0.250000,0.250000,0.250000,0.234375,0.234375,0.250000,0.234375,0.234375,0.218750,0.250000,0.218750,0.234375,0.203125,0.250000,0.203125,0.234375,0.187500,0.250000,0.187500,0.234375,0.171875,0.234375,0.171875,0.250000,0.156250,0.234375,0.156250,0.250000,0.140625,0.234375,0.140625,0.250000,0.125000,0.234375,0.125000,0.250000,0.109375,0.234375,0.109375,0.250000,0.093750,0.234375,0.093750,0.250000,0.078125,0.250000,0.078125,0.234375,0.062500,0.250000,0.062500,0.234375,0.046875,0.234375,0.046875,0.250000,0.031250,0.234375,0.031250,0.250000,0.015625,0.250000,0.015625,0.234375,0.000000,0.250000,0.000000,0.234375,0.984375,0.265625,1.000000,0.281250,1.000000,0.265625,0.984375,0.281250,0.968750,0.265625,0.968750,0.281250,0.953125,0.265625,0.953125,0.281250,0.937500,0.265625,0.937500,0.281250,0.921875,0.281250,0.921875,0.265625,0.906250,0.281250,0.906250,0.265625,0.890625,0.265625,0.890625,0.281250,0.875000,0.265625,0.875000,0.281250,0.859375,0.281250,0.859375,0.265625,0.843750,0.281250,0.843750,0.265625,0.828125,0.281250,0.828125,0.265625,0.812500,0.281250,0.812500,0.265625,0.796875,0.281250,0.796875,0.265625,0.781250,0.281250,0.781250,0.265625,0.765625,0.281250,0.765625,0.265625,0.750000,0.281250,0.750000,0.265625,0.734375,0.265625,0.734375,0.281250,0.718750,0.265625,0.718750,0.281250,0.703125,0.281250,0.703125,0.265625,0.687500,0.281250,0.687500,0.265625,0.671875,0.265625,0.671875,0.281250,0.656250,0.265625,0.656250,0.281250,0.640625,0.281250,0.640625,0.265625,0.625000,0.281250,0.625000,0.265625,0.609375,0.281250,0.609375,0.265625,0.593750,0.281250,0.593750,0.265625,0.578125,0.281250,0.578125,0.265625,0.562500,0.281250,0.562500,0.265625,0.546875,0.281250,0.546875,0.265625,0.531250,0.281250,0.531250,0.265625,0.515625,0.265625,0.515625,0.281250,0.500000,0.265625,0.500000,0.281250,0.484375,0.281250,0.484375,0.265625,0.468750,0.281250,0.468750,0.265625,0.453125,0.281250,0.453125,0.265625,0.437500,0.281250,0.437500,0.265625,0.421875,0.281250,0.421875,0.265625,0.406250,0.281250,0.406250,0.265625,0.390625,0.281250,0.390625,0.265625,0.375000,0.281250,0.375000,0.265625,0.359375,0.265625,0.359375,0.281250,0.343750,0.265625,0.343750,0.281250,0.328125,0.265625,0.328125,0.281250,0.312500,0.265625,0.312500,0.281250,0.296875,0.265625,0.296875,0.281250,0.281250,0.265625,0.281250,0.281250,0.265625,0.281250,0.265625,0.265625,0.250000,0.281250,0.250000,0.265625,0.234375,0.265625,0.234375,0.281250,0.218750,0.265625,0.218750,0.281250,0.203125,0.281250,0.203125,0.265625,0.187500,0.281250,0.187500,0.265625,0.171875,0.265625,0.171875,0.281250,0.156250,0.265625,0.156250,0.281250,0.140625,0.265625,0.140625,0.281250,0.125000,0.265625,0.125000,0.281250,0.109375,0.265625,0.109375,0.281250,0.093750,0.265625,0.093750,0.281250,0.078125,0.265625,0.078125,0.281250,0.062500,0.265625,0.062500,0.281250,0.046875,0.281250,0.046875,0.265625,0.031250,0.281250,0.031250,0.265625,0.015625,0.265625,0.015625,0.281250,0.000000,0.265625,0.000000,0.281250,0.984375,0.296875,1.000000,0.312500,1.000000,0.296875,0.984375,0.312500,0.968750,0.296875,0.968750,0.312500,0.953125,0.312500,0.953125,0.296875,0.937500,0.312500,0.937500,0.296875,0.921875,0.296875,0.921875,0.312500,0.906250,0.296875,0.906250,0.312500,0.890625,0.312500,0.890625,0.296875,0.875000,0.312500,0.875000,0.296875,0.859375,0.296875,0.859375,0.312500,0.843750,0.296875,0.843750,0.312500,0.828125,0.312500,0.828125,0.296875,0.812500,0.312500,0.812500,0.296875,0.796875,0.296875,0.796875,0.312500,0.781250,0.296875,0.781250,0.312500,0.765625,0.296875,0.765625,0.312500,0.750000,0.296875,0.750000,0.312500,0.734375,0.296875,0.734375,0.312500,0.718750,0.296875,0.718750,0.312500,0.703125,0.312500,0.703125,0.296875,0.687500,0.312500,0.687500,0.296875,0.671875,0.312500,0.671875,0.296875,0.656250,0.312500,0.656250,0.296875,0.640625,0.312500,0.640625,0.296875,0.625000,0.312500,0.625000,0.296875,0.609375,0.312500,0.609375,0.296875,0.593750,0.312500,0.593750,0.296875,0.578125,0.312500,0.578125,0.296875,0.562500,0.312500,0.562500,0.296875,0.546875,0.312500,0.546875,0.296875,0.531250,0.312500,0.531250,0.296875,0.515625,0.296875,0.515625,0.312500,0.500000,0.296875,0.500000,0.312500,0.484375,0.296875,0.484375,0.312500,0.468750,0.296875,0.468750,0.312500,0.453125,0.296875,0.453125,0.312500,0.437500,0.296875,0.437500,0.312500,0.421875,0.312500,0.421875,0.296875,0.406250,0.312500,0.406250,0.296875,0.390625,0.296875,0.390625,0.312500,0.375000,0.296875,0.375000,0.312500,0.359375,0.312500,0.359375,0.296875,0.343750,0.312500,0.343750,0.296875,0.328125,0.296875,0.328125,0.312500,0.312500,0.296875,0.312500,0.312500,0.296875,0.296875,0.296875,0.312500,0.281250,0.296875,0.281250,0.312500,0.265625,0.296875,0.265625,0.312500,0.250000,0.296875,0.250000,0.312500,0.234375,0.296875,0.234375,0.312500,0.218750,0.296875,0.218750,0.312500,0.203125,0.312500,0.203125,0.296875,0.187500,0.312500,0.187500,0.296875,0.171875,0.312500,0.171875,0.296875,0.156250,0.312500,0.156250,0.296875,0.140625,0.296875,0.140625,0.312500,0.125000,0.296875,0.125000,0.312500,0.109375,0.296875,0.109375,0.312500,0.093750,0.296875,0.093750,0.312500,0.078125,0.312500,0.078125,0.296875,0.062500,0.312500,0.062500,0.296875,0.046875,0.312500,0.046875,0.296875,0.031250,0.312500,0.031250,0.296875,0.015625,0.312500,0.015625,0.296875,0.000000,0.312500,0.000000,0.296875,0.984375,0.343750,1.000000,0.343750,1.000000,0.328125,0.984375,0.328125,0.968750,0.343750,0.968750,0.328125,0.953125,0.328125,0.953125,0.343750,0.937500,0.328125,0.937500,0.343750,0.921875,0.328125,0.921875,0.343750,0.906250,0.328125,0.906250,0.343750,0.890625,0.328125,0.890625,0.343750,0.875000,0.328125,0.875000,0.343750,0.859375,0.343750,0.859375,0.328125,0.843750,0.343750,0.843750,0.328125,0.828125,0.328125,0.828125,0.343750,0.812500,0.328125,0.812500,0.343750,0.796875,0.328125,0.796875,0.343750,0.781250,0.328125,0.781250,0.343750,0.765625,0.328125,0.765625,0.343750,0.750000,0.328125,0.750000,0.343750,0.734375,0.328125,0.734375,0.343750,0.718750,0.328125,0.718750,0.343750,0.703125,0.328125,0.703125,0.343750,0.687500,0.328125,0.687500,0.343750,0.671875,0.328125,0.671875,0.343750,0.656250,0.328125,0.656250,0.343750,0.640625,0.343750,0.640625,0.328125,0.625000,0.343750,0.625000,0.328125,0.609375,0.328125,0.609375,0.343750,0.593750,0.328125,0.593750,0.343750,0.578125,0.343750,0.578125,0.328125,0.562500,0.343750,0.562500,0.328125,0.546875,0.343750,0.546875,0.328125,0.531250,0.343750,0.531250,0.328125,0.515625,0.328125,0.515625,0.343750,0.500000,0.328125,0.500000,0.343750,0.484375,0.328125,0.484375,0.343750,0.468750,0.328125,0.468750,0.343750,0.453125,0.343750,0.453125,0.328125,0.437500,0.343750,0.437500,0.328125,0.421875,0.328125,0.421875,0.343750,0.406250,0.328125,0.406250,0.343750,0.390625,0.328125,0.390625,0.343750,0.375000,0.328125,0.375000,0.343750,0.359375,0.343750,0.359375,0.328125,0.343750,0.343750,0.343750,0.328125,0.328125,0.343750,0.328125,0.328125,0.312500,0.343750,0.312500,0.328125,0.296875,0.343750,0.296875,0.328125,0.281250,0.343750,0.281250,0.328125,0.265625,0.343750,0.265625,0.328125,0.250000,0.343750,0.250000,0.328125,0.234375,0.343750,0.234375,0.328125,0.218750,0.343750,0.218750,0.328125,0.203125,0.343750,0.203125,0.328125,0.187500,0.343750,0.187500,0.328125,0.171875,0.328125,0.171875,0.343750,0.156250,0.328125,0.156250,0.343750,0.140625,0.343750,0.140625,0.328125,0.125000,0.343750,0.125000,0.328125,0.109375,0.343750,0.109375,0.328125,0.093750,0.343750,0.093750,0.328125,0.078125,0.343750,0.078125,0.328125,0.062500,0.343750,0.062500,0.328125,0.046875,0.328125,0.046875,0.343750,0.031250,0.328125,0.031250,0.343750,0.015625,0.328125,0.015625,0.343750,0.000000,0.328125,0.000000,0.343750,0.984375,0.375000,1.000000,0.375000,1.000000,0.359375,0.984375,0.359375,0.968750,0.375000,0.968750,0.359375,0.953125,0.375000,0.953125,0.359375,0.937500,0.375000,0.937500,0.359375,0.921875,0.359375,0.921875,0.375000,0.906250,0.359375,0.906250,0.375000,0.890625,0.375000,0.890625,0.359375,0.875000,0.375000,0.875000,0.359375,0.859375,0.359375,0.859375,0.375000,0.843750,0.359375,0.843750,0.375000,0.828125,0.375000,0.828125,0.359375,0.812500,0.375000,0.812500,0.359375,0.796875,0.359375,0.796875,0.375000,0.781250,0.359375,0.781250,0.375000,0.765625,0.359375,0.765625,0.375000,0.750000,0.359375,0.750000,0.375000,0.734375,0.375000,0.734375,0.359375,0.718750,0.375000,0.718750,0.359375,0.703125,0.359375,0.703125,0.375000,0.687500,0.359375,0.687500,0.375000,0.671875,0.359375,0.671875,0.375000,0.656250,0.359375,0.656250,0.375000,0.640625,0.359375,0.640625,0.375000,0.625000,0.359375,0.625000,0.375000,0.609375,0.375000,0.609375,0.359375,0.593750,0.375000,0.593750,0.359375,0.578125,0.359375,0.578125,0.375000,0.562500,0.359375,0.562500,0.375000,0.546875,0.375000,0.546875,0.359375,0.531250,0.375000,0.531250,0.359375,0.515625,0.359375,0.515625,0.375000,0.500000,0.359375,0.500000,0.375000,0.484375,0.359375,0.484375,0.375000,0.468750,0.359375,0.468750,0.375000,0.453125,0.359375,0.453125,0.375000,0.437500,0.359375,0.437500,0.375000,0.421875,0.359375,0.421875,0.375000,0.406250,0.359375,0.406250,0.375000,0.390625,0.375000,0.390625,0.359375,0.375000,0.375000,0.375000,0.359375,0.359375,0.375000,0.359375,0.359375,0.343750,0.375000,0.343750,0.359375,0.328125,0.375000,0.328125,0.359375,0.312500,0.375000,0.312500,0.359375,0.296875,0.375000,0.296875,0.359375,0.281250,0.375000,0.281250,0.359375,0.265625,0.359375,0.265625,0.375000,0.250000,0.359375,0.250000,0.375000,0.234375,0.375000,0.234375,0.359375,0.218750,0.375000,0.218750,0.359375,0.203125,0.375000,0.203125,0.359375,0.187500,0.375000,0.187500,0.359375,0.171875,0.375000,0.171875,0.359375,0.156250,0.375000,0.156250,0.359375,0.140625,0.375000,0.140625,0.359375,0.125000,0.375000,0.125000,0.359375,0.109375,0.375000,0.109375,0.359375,0.093750,0.375000,0.093750,0.359375,0.078125,0.375000,0.078125,0.359375,0.062500,0.375000,0.062500,0.359375,0.046875,0.359375,0.046875,0.375000,0.031250,0.359375,0.031250,0.375000,0.015625,0.375000,0.015625,0.359375,0.000000,0.375000,0.000000,0.359375,0.984375,0.406250,1.000000,0.406250,1.000000,0.390625,0.984375,0.390625,0.968750,0.406250,0.968750,0.390625,0.953125,0.406250,0.953125,0.390625,0.937500,0.406250,0.937500,0.390625,0.921875,0.390625,0.921875,0.406250,0.906250,0.390625,0.906250,0.406250,0.890625,0.390625,0.890625,0.406250,0.875000,0.390625,0.875000,0.406250,0.859375,0.390625,0.859375,0.406250,0.843750,0.390625,0.843750,0.406250,0.828125,0.406250,0.828125,0.390625,0.812500,0.406250,0.812500,0.390625,0.796875,0.390625,0.796875,0.406250,0.781250,0.390625,0.781250,0.406250,0.765625,0.406250,0.765625,0.390625,0.750000,0.406250,0.750000,0.390625,0.734375,0.406250,0.734375,0.390625,0.718750,0.406250,0.718750,0.390625,0.703125,0.390625,0.703125,0.406250,0.687500,0.390625,0.687500,0.406250,0.671875,0.390625,0.671875,0.406250,0.656250,0.390625,0.656250,0.406250,0.640625,0.406250,0.640625,0.390625,0.625000,0.406250,0.625000,0.390625,0.609375,0.390625,0.609375,0.406250,0.593750,0.390625,0.593750,0.406250,0.578125,0.390625,0.578125,0.406250,0.562500,0.390625,0.562500,0.406250,0.546875,0.406250,0.546875,0.390625,0.531250,0.406250,0.531250,0.390625,0.515625,0.406250,0.515625,0.390625,0.500000,0.406250,0.500000,0.390625,0.484375,0.390625,0.484375,0.406250,0.468750,0.390625,0.468750,0.406250,0.453125,0.406250,0.453125,0.390625,0.437500,0.406250,0.437500,0.390625,0.421875,0.390625,0.421875,0.406250,0.406250,0.390625,0.406250,0.406250,0.390625,0.406250,0.390625,0.390625,0.375000,0.406250,0.375000,0.390625,0.359375,0.406250,0.359375,0.390625,0.343750,0.406250,0.343750,0.390625,0.328125,0.390625,0.328125,0.406250,0.312500,0.390625,0.312500,0.406250,0.296875,0.390625,0.296875,0.406250,0.281250,0.390625,0.281250,0.406250,0.265625,0.406250,0.265625,0.390625,0.250000,0.406250,0.250000,0.390625,0.234375,0.406250,0.234375,0.390625,0.218750,0.406250,0.218750,0.390625,0.203125,0.390625,0.203125,0.406250,0.187500,0.390625,0.187500,0.406250,0.171875,0.406250,0.171875,0.390625,0.156250,0.406250,0.156250,0.390625,0.140625,0.390625,0.140625,0.406250,0.125000,0.390625,0.125000,0.406250,0.109375,0.390625,0.109375,0.406250,0.093750,0.390625,0.093750,0.406250,0.078125,0.406250,0.078125,0.390625,0.062500,0.406250,0.062500,0.390625,0.046875,0.406250,0.046875,0.390625,0.031250,0.406250,0.031250,0.390625,0.015625,0.390625,0.015625,0.406250,0.000000,0.390625,0.000000,0.406250,0.984375,0.437500,1.000000,0.437500,1.000000,0.421875,0.984375,0.421875,0.968750,0.437500,0.968750,0.421875,0.953125,0.437500,0.953125,0.421875,0.937500,0.437500,0.937500,0.421875,0.921875,0.421875,0.921875,0.437500,0.906250,0.421875,0.906250,0.437500,0.890625,0.437500,0.890625,0.421875,0.875000,0.437500,0.875000,0.421875,0.859375,0.421875,0.859375,0.437500,0.843750,0.421875,0.843750,0.437500,0.828125,0.421875,0.828125,0.437500,0.812500,0.421875,0.812500,0.437500,0.796875,0.437500,0.796875,0.421875,0.781250,0.437500,0.781250,0.421875,0.765625,0.421875,0.765625,0.437500,0.750000,0.421875,0.750000,0.437500,0.734375,0.421875,0.734375,0.437500,0.718750,0.421875,0.718750,0.437500,0.703125,0.421875,0.703125,0.437500,0.687500,0.421875,0.687500,0.437500,0.671875,0.421875,0.671875,0.437500,0.656250,0.421875,0.656250,0.437500,0.640625,0.421875,0.640625,0.437500,0.625000,0.421875,0.625000,0.437500,0.609375,0.421875,0.609375,0.437500,0.593750,0.421875,0.593750,0.437500,0.578125,0.437500,0.578125,0.421875,0.562500,0.437500,0.562500,0.421875,0.546875,0.421875,0.546875,0.437500,0.531250,0.421875,0.531250,0.437500,0.515625,0.437500,0.515625,0.421875,0.500000,0.437500,0.500000,0.421875,0.484375,0.437500,0.484375,0.421875,0.468750,0.437500,0.468750,0.421875,0.453125,0.437500,0.453125,0.421875,0.437500,0.437500,0.437500,0.421875,0.421875,0.437500,0.421875,0.421875,0.406250,0.437500,0.406250,0.421875,0.390625,0.421875,0.390625,0.437500,0.375000,0.421875,0.375000,0.437500,0.359375,0.437500,0.359375,0.421875,0.343750,0.437500,0.343750,0.421875,0.328125,0.437500,0.328125,0.421875,0.312500,0.437500,0.312500,0.421875,0.296875,0.437500,0.296875,0.421875,0.281250,0.437500,0.281250,0.421875,0.265625,0.437500,0.265625,0.421875,0.250000,0.437500,0.250000,0.421875,0.234375,0.437500,0.234375,0.421875,0.218750,0.437500,0.218750,0.421875,0.203125,0.421875,0.203125,0.437500,0.187500,0.421875,0.187500,0.437500,0.171875,0.421875,0.171875,0.437500,0.156250,0.421875,0.156250,0.437500,0.140625,0.421875,0.140625,0.437500,0.125000,0.421875,0.125000,0.437500,0.109375,0.421875,0.109375,0.437500,0.093750,0.421875,0.093750,0.437500,0.078125,0.437500,0.078125,0.421875,0.062500,0.437500,0.062500,0.421875,0.046875,0.437500,0.046875,0.421875,0.031250,0.437500,0.031250,0.421875,0.015625,0.437500,0.015625,0.421875,0.000000,0.437500,0.000000,0.421875,0.984375,0.453125,1.000000,0.468750,1.000000,0.453125,0.984375,0.468750,0.968750,0.453125,0.968750,0.468750,0.953125,0.453125,0.953125,0.468750,0.937500,0.453125,0.937500,0.468750,0.921875,0.453125,0.921875,0.468750,0.906250,0.453125,0.906250,0.468750,0.890625,0.468750,0.890625,0.453125,0.875000,0.468750,0.875000,0.453125,0.859375,0.468750,0.859375,0.453125,0.843750,0.468750,0.843750,0.453125,0.828125,0.468750,0.828125,0.453125,0.812500,0.468750,0.812500,0.453125,0.796875,0.468750,0.796875,0.453125,0.781250,0.468750,0.781250,0.453125,0.765625,0.453125,0.765625,0.468750,0.750000,0.453125,0.750000,0.468750,0.734375,0.453125,0.734375,0.468750,0.718750,0.453125,0.718750,0.468750,0.703125,0.453125,0.703125,0.468750,0.687500,0.453125,0.687500,0.468750,0.671875,0.468750,0.671875,0.453125,0.656250,0.468750,0.656250,0.453125,0.640625,0.468750,0.640625,0.453125,0.625000,0.468750,0.625000,0.453125,0.609375,0.468750,0.609375,0.453125,0.593750,0.468750,0.593750,0.453125,0.578125,0.468750,0.578125,0.453125,0.562500,0.468750,0.562500,0.453125,0.546875,0.453125,0.546875,0.468750,0.531250,0.453125,0.531250,0.468750,0.515625,0.453125,0.515625,0.468750,0.500000,0.453125,0.500000,0.468750,0.484375,0.468750,0.484375,0.453125,0.468750,0.468750,0.468750,0.453125,0.453125,0.468750,0.453125,0.453125,0.437500,0.468750,0.437500,0.453125,0.421875,0.468750,0.421875,0.453125,0.406250,0.468750,0.406250,0.453125,0.390625,0.453125,0.390625,0.468750,0.375000,0.453125,0.375000,0.468750,0.359375,0.453125,0.359375,0.468750,0.343750,0.453125,0.343750,0.468750,0.328125,0.453125,0.328125,0.468750,0.312500,0.453125,0.312500,0.468750,0.296875,0.468750,0.296875,0.453125,0.281250,0.468750,0.281250,0.453125,0.265625,0.468750,0.265625,0.453125,0.250000,0.468750,0.250000,0.453125,0.234375,0.468750,0.234375,0.453125,0.218750,0.468750,0.218750,0.453125,0.203125,0.453125,0.203125,0.468750,0.187500,0.453125,0.187500,0.468750,0.171875,0.453125,0.171875,0.468750,0.156250,0.453125,0.156250,0.468750,0.140625,0.453125,0.140625,0.468750,0.125000,0.453125,0.125000,0.468750,0.109375,0.453125,0.109375,0.468750,0.093750,0.453125,0.093750,0.468750,0.078125,0.468750,0.078125,0.453125,0.062500,0.468750,0.062500,0.453125,0.046875,0.468750,0.046875,0.453125,0.031250,0.468750,0.031250,0.453125,0.015625,0.453125,0.015625,0.468750,0.000000,0.453125,0.000000,0.468750,0.984375,0.484375,1.000000,0.500000,1.000000,0.484375,0.984375,0.500000,0.968750,0.484375,0.968750,0.500000,0.953125,0.500000,0.953125,0.484375,0.937500,0.500000,0.937500,0.484375,0.921875,0.500000,0.921875,0.484375,0.906250,0.500000,0.906250,0.484375,0.890625,0.500000,0.890625,0.484375,0.875000,0.500000,0.875000,0.484375,0.859375,0.500000,0.859375,0.484375,0.843750,0.500000,0.843750,0.484375,0.828125,0.500000,0.828125,0.484375,0.812500,0.500000,0.812500,0.484375,0.796875,0.500000,0.796875,0.484375,0.781250,0.500000,0.781250,0.484375,0.765625,0.500000,0.765625,0.484375,0.750000,0.500000,0.750000,0.484375,0.734375,0.500000,0.734375,0.484375,0.718750,0.500000,0.718750,0.484375,0.703125,0.484375,0.703125,0.500000,0.687500,0.484375,0.687500,0.500000,0.671875,0.500000,0.671875,0.484375,0.656250,0.500000,0.656250,0.484375,0.640625,0.500000,0.640625,0.484375,0.625000,0.500000,0.625000,0.484375,0.609375,0.500000,0.609375,0.484375,0.593750,0.500000,0.593750,0.484375,0.578125,0.500000,0.578125,0.484375,0.562500,0.500000,0.562500,0.484375,0.546875,0.484375,0.546875,0.500000,0.531250,0.484375,0.531250,0.500000,0.515625,0.484375,0.515625,0.500000,0.500000,0.484375,0.500000,0.500000,0.484375,0.500000,0.484375,0.484375,0.468750,0.500000,0.468750,0.484375,0.453125,0.500000,0.453125,0.484375,0.437500,0.500000,0.437500,0.484375,0.421875,0.484375,0.421875,0.500000,0.406250,0.484375,0.406250,0.500000,0.390625,0.484375,0.390625,0.500000,0.375000,0.484375,0.375000,0.500000,0.359375,0.500000,0.359375,0.484375,0.343750,0.500000,0.343750,0.484375,0.328125,0.500000,0.328125,0.484375,0.312500,0.500000,0.312500,0.484375,0.296875,0.484375,0.296875,0.500000,0.281250,0.484375,0.281250,0.500000,0.265625,0.500000,0.265625,0.484375,0.250000,0.500000,0.250000,0.484375,0.234375,0.500000,0.234375,0.484375,0.218750,0.500000,0.218750,0.484375,0.203125,0.500000,0.203125,0.484375,0.187500,0.500000,0.187500,0.484375,0.171875,0.500000,0.171875,0.484375,0.156250,0.500000,0.156250,0.484375,0.140625,0.500000,0.140625,0.484375,0.125000,0.500000,0.125000,0.484375,0.109375,0.500000,0.109375,0.484375,0.093750,0.500000,0.093750,0.484375,0.078125,0.484375,0.078125,0.500000,0.062500,0.484375,0.062500,0.500000,0.046875,0.484375,0.046875,0.500000,0.031250,0.484375,0.031250,0.500000,0.015625,0.484375,0.015625,0.500000,0.000000,0.484375,0.000000,0.500000,0.984375,0.515625,1.000000,0.531250,1.000000,0.515625,0.984375,0.531250,0.968750,0.515625,0.968750,0.531250,0.953125,0.531250,0.953125,0.515625,0.937500,0.531250,0.937500,0.515625,0.921875,0.531250,0.921875,0.515625,0.906250,0.531250,0.906250,0.515625,0.890625,0.531250,0.890625,0.515625,0.875000,0.531250,0.875000,0.515625,0.859375,0.531250,0.859375,0.515625,0.843750,0.531250,0.843750,0.515625,0.828125,0.531250,0.828125,0.515625,0.812500,0.531250,0.812500,0.515625,0.796875,0.531250,0.796875,0.515625,0.781250,0.531250,0.781250,0.515625,0.765625,0.531250,0.765625,0.515625,0.750000,0.531250,0.750000,0.515625,0.734375,0.515625,0.734375,0.531250,0.718750,0.515625,0.718750,0.531250,0.703125,0.531250,0.703125,0.515625,0.687500,0.531250,0.687500,0.515625,0.671875,0.531250,0.671875,0.515625,0.656250,0.531250,0.656250,0.515625,0.640625,0.515625,0.640625,0.531250,0.625000,0.515625,0.625000,0.531250,0.609375,0.531250,0.609375,0.515625,0.593750,0.531250,0.593750,0.515625,0.578125,0.531250,0.578125,0.515625,0.562500,0.531250,0.562500,0.515625,0.546875,0.531250,0.546875,0.515625,0.531250,0.531250,0.531250,0.515625,0.515625,0.515625,0.515625,0.531250,0.500000,0.515625,0.500000,0.531250,0.484375,0.515625,0.484375,0.531250,0.468750,0.515625,0.468750,0.531250,0.453125,0.531250,0.453125,0.515625,0.437500,0.531250,0.437500,0.515625,0.421875,0.531250,0.421875,0.515625,0.406250,0.531250,0.406250,0.515625,0.390625,0.531250,0.390625,0.515625,0.375000,0.531250,0.375000,0.515625,0.359375,0.515625,0.359375,0.531250,0.343750,0.515625,0.343750,0.531250,0.328125,0.515625,0.328125,0.531250,0.312500,0.515625,0.312500,0.531250,0.296875,0.515625,0.296875,0.531250,0.281250,0.515625,0.281250,0.531250,0.265625,0.531250,0.265625,0.515625,0.250000,0.531250,0.250000,0.515625,0.234375,0.531250,0.234375,0.515625,0.218750,0.531250,0.218750,0.515625,0.203125,0.531250,0.203125,0.515625,0.187500,0.531250,0.187500,0.515625,0.171875,0.531250,0.171875,0.515625,0.156250,0.531250,0.156250,0.515625,0.140625,0.531250,0.140625,0.515625,0.125000,0.531250,0.125000,0.515625,0.109375,0.515625,0.109375,0.531250,0.093750,0.515625,0.093750,0.531250,0.078125,0.515625,0.078125,0.531250,0.062500,0.515625,0.062500,0.531250,0.046875,0.515625,0.046875,0.531250,0.031250,0.515625,0.031250,0.531250,0.015625,0.515625,0.015625,0.531250,0.000000,0.515625,0.000000,0.531250,0.984375,0.546875,1.000000,0.562500,1.000000,0.546875,0.984375,0.562500,0.968750,0.546875,0.968750,0.562500,0.953125,0.562500,0.953125,0.546875,0.937500,0.562500,0.937500,0.546875,0.921875,0.562500,0.921875,0.546875,0.906250,0.562500,0.906250,0.546875,0.890625,0.562500,0.890625,0.546875,0.875000,0.562500,0.875000,0.546875,0.859375,0.546875,0.859375,0.562500,0.843750,0.546875,0.843750,0.562500,0.828125,0.562500,0.828125,0.546875,0.812500,0.562500,0.812500,0.546875,0.796875,0.546875,0.796875,0.562500,0.781250,0.546875,0.781250,0.562500,0.765625,0.562500,0.765625,0.546875,0.750000,0.562500,0.750000,0.546875,0.734375,0.562500,0.734375,0.546875,0.718750,0.562500,0.718750,0.546875,0.703125,0.546875,0.703125,0.562500,0.687500,0.546875,0.687500,0.562500,0.671875,0.546875,0.671875,0.562500,0.656250,0.546875,0.656250,0.562500,0.640625,0.546875,0.640625,0.562500,0.625000,0.546875,0.625000,0.562500,0.609375,0.562500,0.609375,0.546875,0.593750,0.562500,0.593750,0.546875,0.578125,0.562500,0.578125,0.546875,0.562500,0.562500,0.562500,0.546875,0.546875,0.546875,0.546875,0.562500,0.531250,0.546875,0.531250,0.562500,0.515625,0.562500,0.515625,0.546875,0.500000,0.562500,0.500000,0.546875,0.484375,0.546875,0.484375,0.562500,0.468750,0.546875,0.468750,0.562500,0.453125,0.546875,0.453125,0.562500,0.437500,0.546875,0.437500,0.562500,0.421875,0.546875,0.421875,0.562500,0.406250,0.546875,0.406250,0.562500,0.390625,0.546875,0.390625,0.562500,0.375000,0.546875,0.375000,0.562500,0.359375,0.562500,0.359375,0.546875,0.343750,0.562500,0.343750,0.546875,0.328125,0.562500,0.328125,0.546875,0.312500,0.562500,0.312500,0.546875,0.296875,0.562500,0.296875,0.546875,0.281250,0.562500,0.281250,0.546875,0.265625,0.546875,0.265625,0.562500,0.250000,0.546875,0.250000,0.562500,0.234375,0.562500,0.234375,0.546875,0.218750,0.562500,0.218750,0.546875,0.203125,0.562500,0.203125,0.546875,0.187500,0.562500,0.187500,0.546875,0.171875,0.562500,0.171875,0.546875,0.156250,0.562500,0.156250,0.546875,0.140625,0.562500,0.140625,0.546875,0.125000,0.562500,0.125000,0.546875,0.109375,0.546875,0.109375,0.562500,0.093750,0.546875,0.093750,0.562500,0.078125,0.546875,0.078125,0.562500,0.062500,0.546875,0.062500,0.562500,0.046875,0.546875,0.046875,0.562500,0.031250,0.546875,0.031250,0.562500,0.015625,0.546875,0.015625,0.562500,0.000000,0.546875,0.000000,0.562500,0.984375,0.593750,1.000000,0.593750,1.000000,0.578125,0.984375,0.578125,0.968750,0.593750,0.968750,0.578125,0.953125,0.578125,0.953125,0.593750,0.937500,0.578125,0.937500,0.593750,0.921875,0.578125,0.921875,0.593750,0.906250,0.578125,0.906250,0.593750,0.890625,0.593750,0.890625,0.578125,0.875000,0.593750,0.875000,0.578125,0.859375,0.593750,0.859375,0.578125,0.843750,0.593750,0.843750,0.578125,0.828125,0.578125,0.828125,0.593750,0.812500,0.578125,0.812500,0.593750,0.796875,0.593750,0.796875,0.578125,0.781250,0.593750,0.781250,0.578125,0.765625,0.578125,0.765625,0.593750,0.750000,0.578125,0.750000,0.593750,0.734375,0.593750,0.734375,0.578125,0.718750,0.593750,0.718750,0.578125,0.703125,0.593750,0.703125,0.578125,0.687500,0.593750,0.687500,0.578125,0.671875,0.593750,0.671875,0.578125,0.656250,0.593750,0.656250,0.578125,0.640625,0.578125,0.640625,0.593750,0.625000,0.578125,0.625000,0.593750,0.609375,0.593750,0.609375,0.578125,0.593750,0.593750,0.593750,0.578125,0.578125,0.593750,0.578125,0.578125,0.562500,0.593750,0.562500,0.578125,0.546875,0.593750,0.546875,0.578125,0.531250,0.593750,0.531250,0.578125,0.515625,0.593750,0.515625,0.578125,0.500000,0.593750,0.500000,0.578125,0.484375,0.578125,0.484375,0.593750,0.468750,0.578125,0.468750,0.593750,0.453125,0.578125,0.453125,0.593750,0.437500,0.578125,0.437500,0.593750,0.421875,0.578125,0.421875,0.593750,0.406250,0.578125,0.406250,0.593750,0.390625,0.578125,0.390625,0.593750,0.375000,0.578125,0.375000,0.593750,0.359375,0.578125,0.359375,0.593750,0.343750,0.578125,0.343750,0.593750,0.328125,0.578125,0.328125,0.593750,0.312500,0.578125,0.312500,0.593750,0.296875,0.593750,0.296875,0.578125,0.281250,0.593750,0.281250,0.578125,0.265625,0.578125,0.265625,0.593750,0.250000,0.578125,0.250000,0.593750,0.234375,0.578125,0.234375,0.593750,0.218750,0.578125,0.218750,0.593750,0.203125,0.593750,0.203125,0.578125,0.187500,0.593750,0.187500,0.578125,0.171875,0.593750,0.171875,0.578125,0.156250,0.593750,0.156250,0.578125,0.140625,0.593750,0.140625,0.578125,0.125000,0.593750,0.125000,0.578125,0.109375,0.593750,0.109375,0.578125,0.093750,0.593750,0.093750,0.578125,0.078125,0.578125,0.078125,0.593750,0.062500,0.578125,0.062500,0.593750,0.046875,0.578125,0.046875,0.593750,0.031250,0.578125,0.031250,0.593750,0.015625,0.578125,0.015625,0.593750,0.000000,0.578125,0.000000,0.593750,0.984375,0.625000,1.000000,0.625000,1.000000,0.609375,0.984375,0.609375,0.968750,0.625000,0.968750,0.609375,0.953125,0.625000,0.953125,0.609375,0.937500,0.625000,0.937500,0.609375,0.921875,0.625000,0.921875,0.609375,0.906250,0.625000,0.906250,0.609375,0.890625,0.625000,0.890625,0.609375,0.875000,0.625000,0.875000,0.609375,0.859375,0.609375,0.859375,0.625000,0.843750,0.609375,0.843750,0.625000,0.828125,0.625000,0.828125,0.609375,0.812500,0.625000,0.812500,0.609375,0.796875,0.609375,0.796875,0.625000,0.781250,0.609375,0.781250,0.625000,0.765625,0.625000,0.765625,0.609375,0.750000,0.625000,0.750000,0.609375,0.734375,0.625000,0.734375,0.609375,0.718750,0.625000,0.718750,0.609375,0.703125,0.625000,0.703125,0.609375,0.687500,0.625000,0.687500,0.609375,0.671875,0.625000,0.671875,0.609375,0.656250,0.625000,0.656250,0.609375,0.640625,0.625000,0.640625,0.609375,0.625000,0.625000,0.625000,0.609375,0.609375,0.609375,0.609375,0.625000,0.593750,0.609375,0.593750,0.625000,0.578125,0.625000,0.578125,0.609375,0.562500,0.625000,0.562500,0.609375,0.546875,0.625000,0.546875,0.609375,0.531250,0.625000,0.531250,0.609375,0.515625,0.625000,0.515625,0.609375,0.500000,0.625000,0.500000,0.609375,0.484375,0.609375,0.484375,0.625000,0.468750,0.609375,0.468750,0.625000,0.453125,0.609375,0.453125,0.625000,0.437500,0.609375,0.437500,0.625000,0.421875,0.609375,0.421875,0.625000,0.406250,0.609375,0.406250,0.625000,0.390625,0.609375,0.390625,0.625000,0.375000,0.609375,0.375000,0.625000,0.359375,0.625000,0.359375,0.609375,0.343750,0.625000,0.343750,0.609375,0.328125,0.609375,0.328125,0.625000,0.312500,0.609375,0.312500,0.625000,0.296875,0.625000,0.296875,0.609375,0.281250,0.625000,0.281250,0.609375,0.265625,0.625000,0.265625,0.609375,0.250000,0.625000,0.250000,0.609375,0.234375,0.625000,0.234375,0.609375,0.218750,0.625000,0.218750,0.609375,0.203125,0.609375,0.203125,0.625000,0.187500,0.609375,0.187500,0.625000,0.171875,0.625000,0.171875,0.609375,0.156250,0.625000,0.156250,0.609375,0.140625,0.609375,0.140625,0.625000,0.125000,0.609375,0.125000,0.625000,0.109375,0.625000,0.109375,0.609375,0.093750,0.625000,0.093750,0.609375,0.078125,0.609375,0.078125,0.625000,0.062500,0.609375,0.062500,0.625000,0.046875,0.609375,0.046875,0.625000,0.031250,0.609375,0.031250,0.625000,0.015625,0.609375,0.015625,0.625000,0.000000,0.609375,0.000000,0.625000,0.984375,0.656250,1.000000,0.656250,1.000000,0.640625,0.984375,0.640625,0.968750,0.656250,0.968750,0.640625,0.953125,0.656250,0.953125,0.640625,0.937500,0.656250,0.937500,0.640625,0.921875,0.656250,0.921875,0.640625,0.906250,0.656250,0.906250,0.640625,0.890625,0.656250,0.890625,0.640625,0.875000,0.656250,0.875000,0.640625,0.859375,0.640625,0.859375,0.656250,0.843750,0.640625,0.843750,0.656250,0.828125,0.656250,0.828125,0.640625,0.812500,0.656250,0.812500,0.640625,0.796875,0.640625,0.796875,0.656250,0.781250,0.640625,0.781250,0.656250,0.765625,0.656250,0.765625,0.640625,0.750000,0.656250,0.750000,0.640625,0.734375,0.640625,0.734375,0.656250,0.718750,0.640625,0.718750,0.656250,0.703125,0.656250,0.703125,0.640625,0.687500,0.656250,0.687500,0.640625,0.671875,0.656250,0.671875,0.640625,0.656250,0.656250,0.656250,0.640625,0.640625,0.656250,0.640625,0.640625,0.625000,0.656250,0.625000,0.640625,0.609375,0.656250,0.609375,0.640625,0.593750,0.656250,0.593750,0.640625,0.578125,0.656250,0.578125,0.640625,0.562500,0.656250,0.562500,0.640625,0.546875,0.640625,0.546875,0.656250,0.531250,0.640625,0.531250,0.656250,0.515625,0.656250,0.515625,0.640625,0.500000,0.656250,0.500000,0.640625,0.484375,0.656250,0.484375,0.640625,0.468750,0.656250,0.468750,0.640625,0.453125,0.656250,0.453125,0.640625,0.437500,0.656250,0.437500,0.640625,0.421875,0.640625,0.421875,0.656250,0.406250,0.640625,0.406250,0.656250,0.390625,0.640625,0.390625,0.656250,0.375000,0.640625,0.375000,0.656250,0.359375,0.640625,0.359375,0.656250,0.343750,0.640625,0.343750,0.656250,0.328125,0.656250,0.328125,0.640625,0.312500,0.656250,0.312500,0.640625,0.296875,0.656250,0.296875,0.640625,0.281250,0.656250,0.281250,0.640625,0.265625,0.656250,0.265625,0.640625,0.250000,0.656250,0.250000,0.640625,0.234375,0.656250,0.234375,0.640625,0.218750,0.656250,0.218750,0.640625,0.203125,0.656250,0.203125,0.640625,0.187500,0.656250,0.187500,0.640625,0.171875,0.640625,0.171875,0.656250,0.156250,0.640625,0.156250,0.656250,0.140625,0.640625,0.140625,0.656250,0.125000,0.640625,0.125000,0.656250,0.109375,0.640625,0.109375,0.656250,0.093750,0.640625,0.093750,0.656250,0.078125,0.656250,0.078125,0.640625,0.062500,0.656250,0.062500,0.640625,0.046875,0.656250,0.046875,0.640625,0.031250,0.656250,0.031250,0.640625,0.015625,0.640625,0.015625,0.656250,0.000000,0.640625,0.000000,0.656250,0.984375,0.671875,1.000000,0.687500,1.000000,0.671875,0.984375,0.687500,0.968750,0.671875,0.968750,0.687500,0.953125,0.671875,0.953125,0.687500,0.937500,0.671875,0.937500,0.687500,0.921875,0.687500,0.921875,0.671875,0.906250,0.687500,0.906250,0.671875,0.890625,0.687500,0.890625,0.671875,0.875000,0.687500,0.875000,0.671875,0.859375,0.687500,0.859375,0.671875,0.843750,0.687500,0.843750,0.671875,0.828125,0.671875,0.828125,0.687500,0.812500,0.671875,0.812500,0.687500,0.796875,0.671875,0.796875,0.687500,0.781250,0.671875,0.781250,0.687500,0.765625,0.687500,0.765625,0.671875,0.750000,0.687500,0.750000,0.671875,0.734375,0.671875,0.734375,0.687500,0.718750,0.671875,0.718750,0.687500,0.703125,0.687500,0.703125,0.671875,0.687500,0.687500,0.687500,0.671875,0.671875,0.687500,0.671875,0.671875,0.656250,0.687500,0.656250,0.671875,0.640625,0.687500,0.640625,0.671875,0.625000,0.687500,0.625000,0.671875,0.609375,0.687500,0.609375,0.671875,0.593750,0.687500,0.593750,0.671875,0.578125,0.687500,0.578125,0.671875,0.562500,0.687500,0.562500,0.671875,0.546875,0.671875,0.546875,0.687500,0.531250,0.671875,0.531250,0.687500,0.515625,0.671875,0.515625,0.687500,0.500000,0.671875,0.500000,0.687500,0.484375,0.671875,0.484375,0.687500,0.468750,0.671875,0.468750,0.687500,0.453125,0.671875,0.453125,0.687500,0.437500,0.671875,0.437500,0.687500,0.421875,0.687500,0.421875,0.671875,0.406250,0.687500,0.406250,0.671875,0.390625,0.671875,0.390625,0.687500,0.375000,0.671875,0.375000,0.687500,0.359375,0.671875,0.359375,0.687500,0.343750,0.671875,0.343750,0.687500,0.328125,0.687500,0.328125,0.671875,0.312500,0.687500,0.312500,0.671875,0.296875,0.687500,0.296875,0.671875,0.281250,0.687500,0.281250,0.671875,0.265625,0.687500,0.265625,0.671875,0.250000,0.687500,0.250000,0.671875,0.234375,0.687500,0.234375,0.671875,0.218750,0.687500,0.218750,0.671875,0.203125,0.687500,0.203125,0.671875,0.187500,0.687500,0.187500,0.671875,0.171875,0.687500,0.171875,0.671875,0.156250,0.687500,0.156250,0.671875,0.140625,0.687500,0.140625,0.671875,0.125000,0.687500,0.125000,0.671875,0.109375,0.671875,0.109375,0.687500,0.093750,0.671875,0.093750,0.687500,0.078125,0.687500,0.078125,0.671875,0.062500,0.687500,0.062500,0.671875,0.046875,0.671875,0.046875,0.687500,0.031250,0.671875,0.031250,0.687500,0.015625,0.671875,0.015625,0.687500,0.000000,0.671875,0.000000,0.687500,0.984375,0.718750,1.000000,0.718750,1.000000,0.703125,0.984375,0.703125,0.968750,0.718750,0.968750,0.703125,0.953125,0.703125,0.953125,0.718750,0.937500,0.703125,0.937500,0.718750,0.921875,0.718750,0.921875,0.703125,0.906250,0.718750,0.906250,0.703125,0.890625,0.718750,0.890625,0.703125,0.875000,0.718750,0.875000,0.703125,0.859375,0.718750,0.859375,0.703125,0.843750,0.718750,0.843750,0.703125,0.828125,0.703125,0.828125,0.718750,0.812500,0.703125,0.812500,0.718750,0.796875,0.703125,0.796875,0.718750,0.781250,0.703125,0.781250,0.718750,0.765625,0.703125,0.765625,0.718750,0.750000,0.703125,0.750000,0.718750,0.734375,0.718750,0.734375,0.703125,0.718750,0.718750,0.718750,0.703125,0.703125,0.718750,0.703125,0.703125,0.687500,0.718750,0.687500,0.703125,0.671875,0.718750,0.671875,0.703125,0.656250,0.718750,0.656250,0.703125,0.640625,0.703125,0.640625,0.718750,0.625000,0.703125,0.625000,0.718750,0.609375,0.718750,0.609375,0.703125,0.593750,0.718750,0.593750,0.703125,0.578125,0.703125,0.578125,0.718750,0.562500,0.703125,0.562500,0.718750,0.546875,0.703125,0.546875,0.718750,0.531250,0.703125,0.531250,0.718750,0.515625,0.703125,0.515625,0.718750,0.500000,0.703125,0.500000,0.718750,0.484375,0.703125,0.484375,0.718750,0.468750,0.703125,0.468750,0.718750,0.453125,0.703125,0.453125,0.718750,0.437500,0.703125,0.437500,0.718750,0.421875,0.718750,0.421875,0.703125,0.406250,0.718750,0.406250,0.703125,0.390625,0.718750,0.390625,0.703125,0.375000,0.718750,0.375000,0.703125,0.359375,0.718750,0.359375,0.703125,0.343750,0.718750,0.343750,0.703125,0.328125,0.703125,0.328125,0.718750,0.312500,0.703125,0.312500,0.718750,0.296875,0.718750,0.296875,0.703125,0.281250,0.718750,0.281250,0.703125,0.265625,0.718750,0.265625,0.703125,0.250000,0.718750,0.250000,0.703125,0.234375,0.703125,0.234375,0.718750,0.218750,0.703125,0.218750,0.718750,0.203125,0.703125,0.203125,0.718750,0.187500,0.703125,0.187500,0.718750,0.171875,0.718750,0.171875,0.703125,0.156250,0.718750,0.156250,0.703125,0.140625,0.718750,0.140625,0.703125,0.125000,0.718750,0.125000,0.703125,0.109375,0.703125,0.109375,0.718750,0.093750,0.703125,0.093750,0.718750,0.078125,0.718750,0.078125,0.703125,0.062500,0.718750,0.062500,0.703125,0.046875,0.703125,0.046875,0.718750,0.031250,0.703125,0.031250,0.718750,0.015625,0.703125,0.015625,0.718750,0.000000,0.703125,0.000000,0.718750,0.984375,0.734375,1.000000,0.750000,1.000000,0.734375,0.984375,0.750000,0.968750,0.734375,0.968750,0.750000,0.953125,0.750000,0.953125,0.734375,0.937500,0.750000,0.937500,0.734375,0.921875,0.750000,0.921875,0.734375,0.906250,0.750000,0.906250,0.734375,0.890625,0.734375,0.890625,0.750000,0.875000,0.734375,0.875000,0.750000,0.859375,0.750000,0.859375,0.734375,0.843750,0.750000,0.843750,0.734375,0.828125,0.734375,0.828125,0.750000,0.812500,0.734375,0.812500,0.750000,0.796875,0.734375,0.796875,0.750000,0.781250,0.734375,0.781250,0.750000,0.765625,0.734375,0.765625,0.750000,0.750000,0.734375,0.750000,0.750000,0.734375,0.750000,0.734375,0.734375,0.718750,0.750000,0.718750,0.734375,0.703125,0.750000,0.703125,0.734375,0.687500,0.750000,0.687500,0.734375,0.671875,0.750000,0.671875,0.734375,0.656250,0.750000,0.656250,0.734375,0.640625,0.750000,0.640625,0.734375,0.625000,0.750000,0.625000,0.734375,0.609375,0.734375,0.609375,0.750000,0.593750,0.734375,0.593750,0.750000,0.578125,0.750000,0.578125,0.734375,0.562500,0.750000,0.562500,0.734375,0.546875,0.734375,0.546875,0.750000,0.531250,0.734375,0.531250,0.750000,0.515625,0.734375,0.515625,0.750000,0.500000,0.734375,0.500000,0.750000,0.484375,0.734375,0.484375,0.750000,0.468750,0.734375,0.468750,0.750000,0.453125,0.734375,0.453125,0.750000,0.437500,0.734375,0.437500,0.750000,0.421875,0.750000,0.421875,0.734375,0.406250,0.750000,0.406250,0.734375,0.390625,0.750000,0.390625,0.734375,0.375000,0.750000,0.375000,0.734375,0.359375,0.750000,0.359375,0.734375,0.343750,0.750000,0.343750,0.734375,0.328125,0.734375,0.328125,0.750000,0.312500,0.734375,0.312500,0.750000,0.296875,0.734375,0.296875,0.750000,0.281250,0.734375,0.281250,0.750000,0.265625,0.750000,0.265625,0.734375,0.250000,0.750000,0.250000,0.734375,0.234375,0.750000,0.234375,0.734375,0.218750,0.750000,0.218750,0.734375,0.203125,0.750000,0.203125,0.734375,0.187500,0.750000,0.187500,0.734375,0.171875,0.750000,0.171875,0.734375,0.156250,0.750000,0.156250,0.734375,0.140625,0.750000,0.140625,0.734375,0.125000,0.750000,0.125000,0.734375,0.109375,0.734375,0.109375,0.750000,0.093750,0.734375,0.093750,0.750000,0.078125,0.734375,0.078125,0.750000,0.062500,0.734375,0.062500,0.750000,0.046875,0.734375,0.046875,0.750000,0.031250,0.734375,0.031250,0.750000,0.015625,0.750000,0.015625,0.734375,0.000000,0.750000,0.000000,0.734375,0.984375,0.765625,1.000000,0.781250,1.000000,0.765625,0.984375,0.781250,0.968750,0.765625,0.968750,0.781250,0.953125,0.765625,0.953125,0.781250,0.937500,0.765625,0.937500,0.781250,0.921875,0.765625,0.921875,0.781250,0.906250,0.765625,0.906250,0.781250,0.890625,0.781250,0.890625,0.765625,0.875000,0.781250,0.875000,0.765625,0.859375,0.765625,0.859375,0.781250,0.843750,0.765625,0.843750,0.781250,0.828125,0.765625,0.828125,0.781250,0.812500,0.765625,0.812500,0.781250,0.796875,0.765625,0.796875,0.781250,0.781250,0.765625,0.781250,0.781250,0.765625,0.765625,0.765625,0.781250,0.750000,0.765625,0.750000,0.781250,0.734375,0.781250,0.734375,0.765625,0.718750,0.781250,0.718750,0.765625,0.703125,0.765625,0.703125,0.781250,0.687500,0.765625,0.687500,0.781250,0.671875,0.765625,0.671875,0.781250,0.656250,0.765625,0.656250,0.781250,0.640625,0.781250,0.640625,0.765625,0.625000,0.781250,0.625000,0.765625,0.609375,0.781250,0.609375,0.765625,0.593750,0.781250,0.593750,0.765625,0.578125,0.765625,0.578125,0.781250,0.562500,0.765625,0.562500,0.781250,0.546875,0.765625,0.546875,0.781250,0.531250,0.765625,0.531250,0.781250,0.515625,0.765625,0.515625,0.781250,0.500000,0.765625,0.500000,0.781250,0.484375,0.765625,0.484375,0.781250,0.468750,0.765625,0.468750,0.781250,0.453125,0.765625,0.453125,0.781250,0.437500,0.765625,0.437500,0.781250,0.421875,0.781250,0.421875,0.765625,0.406250,0.781250,0.406250,0.765625,0.390625,0.781250,0.390625,0.765625,0.375000,0.781250,0.375000,0.765625,0.359375,0.781250,0.359375,0.765625,0.343750,0.781250,0.343750,0.765625,0.328125,0.781250,0.328125,0.765625,0.312500,0.781250,0.312500,0.765625,0.296875,0.781250,0.296875,0.765625,0.281250,0.781250,0.281250,0.765625,0.265625,0.765625,0.265625,0.781250,0.250000,0.765625,0.250000,0.781250,0.234375,0.765625,0.234375,0.781250,0.218750,0.765625,0.218750,0.781250,0.203125,0.765625,0.203125,0.781250,0.187500,0.765625,0.187500,0.781250,0.171875,0.781250,0.171875,0.765625,0.156250,0.781250,0.156250,0.765625,0.140625,0.781250,0.140625,0.765625,0.125000,0.781250,0.125000,0.765625,0.109375,0.781250,0.109375,0.765625,0.093750,0.781250,0.093750,0.765625,0.078125,0.765625,0.078125,0.781250,0.062500,0.765625,0.062500,0.781250,0.046875,0.781250,0.046875,0.765625,0.031250,0.781250,0.031250,0.765625,0.015625,0.765625,0.015625,0.781250,0.000000,0.765625,0.000000,0.781250,0.984375,0.796875,1.000000,0.812500,1.000000,0.796875,0.984375,0.812500,0.968750,0.796875,0.968750,0.812500,0.953125,0.796875,0.953125,0.812500,0.937500,0.796875,0.937500,0.812500,0.921875,0.812500,0.921875,0.796875,0.906250,0.812500,0.906250,0.796875,0.890625,0.796875,0.890625,0.812500,0.875000,0.796875,0.875000,0.812500,0.859375,0.796875,0.859375,0.812500,0.843750,0.796875,0.843750,0.812500,0.828125,0.796875,0.828125,0.812500,0.812500,0.796875,0.812500,0.812500,0.796875,0.796875,0.796875,0.812500,0.781250,0.796875,0.781250,0.812500,0.765625,0.796875,0.765625,0.812500,0.750000,0.796875,0.750000,0.812500,0.734375,0.796875,0.734375,0.812500,0.718750,0.796875,0.718750,0.812500,0.703125,0.796875,0.703125,0.812500,0.687500,0.796875,0.687500,0.812500,0.671875,0.796875,0.671875,0.812500,0.656250,0.796875,0.656250,0.812500,0.640625,0.812500,0.640625,0.796875,0.625000,0.812500,0.625000,0.796875,0.609375,0.812500,0.609375,0.796875,0.593750,0.812500,0.593750,0.796875,0.578125,0.812500,0.578125,0.796875,0.562500,0.812500,0.562500,0.796875,0.546875,0.796875,0.546875,0.812500,0.531250,0.796875,0.531250,0.812500,0.515625,0.796875,0.515625,0.812500,0.500000,0.796875,0.500000,0.812500,0.484375,0.796875,0.484375,0.812500,0.468750,0.796875,0.468750,0.812500,0.453125,0.796875,0.453125,0.812500,0.437500,0.796875,0.437500,0.812500,0.421875,0.812500,0.421875,0.796875,0.406250,0.812500,0.406250,0.796875,0.390625,0.812500,0.390625,0.796875,0.375000,0.812500,0.375000,0.796875,0.359375,0.812500,0.359375,0.796875,0.343750,0.812500,0.343750,0.796875,0.328125,0.812500,0.328125,0.796875,0.312500,0.812500,0.312500,0.796875,0.296875,0.812500,0.296875,0.796875,0.281250,0.812500,0.281250,0.796875,0.265625,0.796875,0.265625,0.812500,0.250000,0.796875,0.250000,0.812500,0.234375,0.796875,0.234375,0.812500,0.218750,0.796875,0.218750,0.812500,0.203125,0.796875,0.203125,0.812500,0.187500,0.796875,0.187500,0.812500,0.171875,0.812500,0.171875,0.796875,0.156250,0.812500,0.156250,0.796875,0.140625,0.796875,0.140625,0.812500,0.125000,0.796875,0.125000,0.812500,0.109375,0.796875,0.109375,0.812500,0.093750,0.796875,0.093750,0.812500,0.078125,0.812500,0.078125,0.796875,0.062500,0.812500,0.062500,0.796875,0.046875,0.796875,0.046875,0.812500,0.031250,0.796875,0.031250,0.812500,0.015625,0.796875,0.015625,0.812500,0.000000,0.796875,0.000000,0.812500,0.984375,0.843750,1.000000,0.843750,1.000000,0.828125,0.984375,0.828125,0.968750,0.843750,0.968750,0.828125,0.953125,0.828125,0.953125,0.843750,0.937500,0.828125,0.937500,0.843750,0.921875,0.828125,0.921875,0.843750,0.906250,0.828125,0.906250,0.843750,0.890625,0.828125,0.890625,0.843750,0.875000,0.828125,0.875000,0.843750,0.859375,0.828125,0.859375,0.843750,0.843750,0.828125,0.843750,0.843750,0.828125,0.843750,0.828125,0.828125,0.812500,0.843750,0.812500,0.828125,0.796875,0.843750,0.796875,0.828125,0.781250,0.843750,0.781250,0.828125,0.765625,0.828125,0.765625,0.843750,0.750000,0.828125,0.750000,0.843750,0.734375,0.828125,0.734375,0.843750,0.718750,0.828125,0.718750,0.843750,0.703125,0.828125,0.703125,0.843750,0.687500,0.828125,0.687500,0.843750,0.671875,0.828125,0.671875,0.843750,0.656250,0.828125,0.656250,0.843750,0.640625,0.828125,0.640625,0.843750,0.625000,0.828125,0.625000,0.843750,0.609375,0.843750,0.609375,0.828125,0.593750,0.843750,0.593750,0.828125,0.578125,0.828125,0.578125,0.843750,0.562500,0.828125,0.562500,0.843750,0.546875,0.828125,0.546875,0.843750,0.531250,0.828125,0.531250,0.843750,0.515625,0.828125,0.515625,0.843750,0.500000,0.828125,0.500000,0.843750,0.484375,0.828125,0.484375,0.843750,0.468750,0.828125,0.468750,0.843750,0.453125,0.843750,0.453125,0.828125,0.437500,0.843750,0.437500,0.828125,0.421875,0.828125,0.421875,0.843750,0.406250,0.828125,0.406250,0.843750,0.390625,0.828125,0.390625,0.843750,0.375000,0.828125,0.375000,0.843750,0.359375,0.843750,0.359375,0.828125,0.343750,0.843750,0.343750,0.828125,0.328125,0.828125,0.328125,0.843750,0.312500,0.828125,0.312500,0.843750,0.296875,0.843750,0.296875,0.828125,0.281250,0.843750,0.281250,0.828125,0.265625,0.828125,0.265625,0.843750,0.250000,0.828125,0.250000,0.843750,0.234375,0.828125,0.234375,0.843750,0.218750,0.828125,0.218750,0.843750,0.203125,0.843750,0.203125,0.828125,0.187500,0.843750,0.187500,0.828125,0.171875,0.843750,0.171875,0.828125,0.156250,0.843750,0.156250,0.828125,0.140625,0.843750,0.140625,0.828125,0.125000,0.843750,0.125000,0.828125,0.109375,0.843750,0.109375,0.828125,0.093750,0.843750,0.093750,0.828125,0.078125,0.828125,0.078125,0.843750,0.062500,0.828125,0.062500,0.843750,0.046875,0.828125,0.046875,0.843750,0.031250,0.828125,0.031250,0.843750,0.015625,0.843750,0.015625,0.828125,0.000000,0.843750,0.000000,0.828125,0.984375,0.875000,1.000000,0.875000,1.000000,0.859375,0.984375,0.859375,0.968750,0.875000,0.968750,0.859375,0.953125,0.859375,0.953125,0.875000,0.937500,0.859375,0.937500,0.875000,0.921875,0.859375,0.921875,0.875000,0.906250,0.859375,0.906250,0.875000,0.890625,0.875000,0.890625,0.859375,0.875000,0.875000,0.875000,0.859375,0.859375,0.875000,0.859375,0.859375,0.843750,0.875000,0.843750,0.859375,0.828125,0.859375,0.828125,0.875000,0.812500,0.859375,0.812500,0.875000,0.796875,0.859375,0.796875,0.875000,0.781250,0.859375,0.781250,0.875000,0.765625,0.859375,0.765625,0.875000,0.750000,0.859375,0.750000,0.875000,0.734375,0.859375,0.734375,0.875000,0.718750,0.859375,0.718750,0.875000,0.703125,0.859375,0.703125,0.875000,0.687500,0.859375,0.687500,0.875000,0.671875,0.875000,0.671875,0.859375,0.656250,0.875000,0.656250,0.859375,0.640625,0.859375,0.640625,0.875000,0.625000,0.859375,0.625000,0.875000,0.609375,0.875000,0.609375,0.859375,0.593750,0.875000,0.593750,0.859375,0.578125,0.859375,0.578125,0.875000,0.562500,0.859375,0.562500,0.875000,0.546875,0.859375,0.546875,0.875000,0.531250,0.859375,0.531250,0.875000,0.515625,0.875000,0.515625,0.859375,0.500000,0.875000,0.500000,0.859375,0.484375,0.875000,0.484375,0.859375,0.468750,0.875000,0.468750,0.859375,0.453125,0.875000,0.453125,0.859375,0.437500,0.875000,0.437500,0.859375,0.421875,0.859375,0.421875,0.875000,0.406250,0.859375,0.406250,0.875000,0.390625,0.859375,0.390625,0.875000,0.375000,0.859375,0.375000,0.875000,0.359375,0.859375,0.359375,0.875000,0.343750,0.859375,0.343750,0.875000,0.328125,0.859375,0.328125,0.875000,0.312500,0.859375,0.312500,0.875000,0.296875,0.875000,0.296875,0.859375,0.281250,0.875000,0.281250,0.859375,0.265625,0.859375,0.265625,0.875000,0.250000,0.859375,0.250000,0.875000,0.234375,0.875000,0.234375,0.859375,0.218750,0.875000,0.218750,0.859375,0.203125,0.859375,0.203125,0.875000,0.187500,0.859375,0.187500,0.875000,0.171875,0.859375,0.171875,0.875000,0.156250,0.859375,0.156250,0.875000,0.140625,0.875000,0.140625,0.859375,0.125000,0.875000,0.125000,0.859375,0.109375,0.875000,0.109375,0.859375,0.093750,0.875000,0.093750,0.859375,0.078125,0.875000,0.078125,0.859375,0.062500,0.875000,0.062500,0.859375,0.046875,0.859375,0.046875,0.875000,0.031250,0.859375,0.031250,0.875000,0.015625,0.875000,0.015625,0.859375,0.000000,0.875000,0.000000,0.859375,0.984375,0.906250,1.000000,0.906250,1.000000,0.890625,0.984375,0.890625,0.968750,0.906250,0.968750,0.890625,0.953125,0.906250,0.953125,0.890625,0.937500,0.906250,0.937500,0.890625,0.921875,0.890625,0.921875,0.906250,0.906250,0.890625,0.906250,0.906250,0.890625,0.906250,0.890625,0.890625,0.875000,0.906250,0.875000,0.890625,0.859375,0.906250,0.859375,0.890625,0.843750,0.906250,0.843750,0.890625,0.828125,0.890625,0.828125,0.906250,0.812500,0.890625,0.812500,0.906250,0.796875,0.890625,0.796875,0.906250,0.781250,0.890625,0.781250,0.906250,0.765625,0.890625,0.765625,0.906250,0.750000,0.890625,0.750000,0.906250,0.734375,0.890625,0.734375,0.906250,0.718750,0.890625,0.718750,0.906250,0.703125,0.906250,0.703125,0.890625,0.687500,0.906250,0.687500,0.890625,0.671875,0.890625,0.671875,0.906250,0.656250,0.890625,0.656250,0.906250,0.640625,0.890625,0.640625,0.906250,0.625000,0.890625,0.625000,0.906250,0.609375,0.906250,0.609375,0.890625,0.593750,0.906250,0.593750,0.890625,0.578125,0.890625,0.578125,0.906250,0.562500,0.890625,0.562500,0.906250,0.546875,0.890625,0.546875,0.906250,0.531250,0.890625,0.531250,0.906250,0.515625,0.890625,0.515625,0.906250,0.500000,0.890625,0.500000,0.906250,0.484375,0.890625,0.484375,0.906250,0.468750,0.890625,0.468750,0.906250,0.453125,0.890625,0.453125,0.906250,0.437500,0.890625,0.437500,0.906250,0.421875,0.890625,0.421875,0.906250,0.406250,0.890625,0.406250,0.906250,0.390625,0.890625,0.390625,0.906250,0.375000,0.890625,0.375000,0.906250,0.359375,0.890625,0.359375,0.906250,0.343750,0.890625,0.343750,0.906250,0.328125,0.890625,0.328125,0.906250,0.312500,0.890625,0.312500,0.906250,0.296875,0.890625,0.296875,0.906250,0.281250,0.890625,0.281250,0.906250,0.265625,0.906250,0.265625,0.890625,0.250000,0.906250,0.250000,0.890625,0.234375,0.890625,0.234375,0.906250,0.218750,0.890625,0.218750,0.906250,0.203125,0.906250,0.203125,0.890625,0.187500,0.906250,0.187500,0.890625,0.171875,0.890625,0.171875,0.906250,0.156250,0.890625,0.156250,0.906250,0.140625,0.890625,0.140625,0.906250,0.125000,0.890625,0.125000,0.906250,0.109375,0.906250,0.109375,0.890625,0.093750,0.906250,0.093750,0.890625,0.078125,0.906250,0.078125,0.890625,0.062500,0.906250,0.062500,0.890625,0.046875,0.906250,0.046875,0.890625,0.031250,0.906250,0.031250,0.890625,0.015625,0.890625,0.015625,0.906250,0.000000,0.890625,0.000000,0.906250,0.984375,0.937500,1.000000,0.937500,1.000000,0.921875,0.984375,0.921875,0.968750,0.937500,0.968750,0.921875,0.953125,0.921875,0.953125,0.937500,0.937500,0.921875,0.937500,0.937500,0.921875,0.937500,0.921875,0.921875,0.906250,0.937500,0.906250,0.921875,0.890625,0.937500,0.890625,0.921875,0.875000,0.937500,0.875000,0.921875,0.859375,0.921875,0.859375,0.937500,0.843750,0.921875,0.843750,0.937500,0.828125,0.921875,0.828125,0.937500,0.812500,0.921875,0.812500,0.937500,0.796875,0.921875,0.796875,0.937500,0.781250,0.921875,0.781250,0.937500,0.765625,0.921875,0.765625,0.937500,0.750000,0.921875,0.750000,0.937500,0.734375,0.921875,0.734375,0.937500,0.718750,0.921875,0.718750,0.937500,0.703125,0.921875,0.703125,0.937500,0.687500,0.921875,0.687500,0.937500,0.671875,0.921875,0.671875,0.937500,0.656250,0.921875,0.656250,0.937500,0.640625,0.921875,0.640625,0.937500,0.625000,0.921875,0.625000,0.937500,0.609375,0.921875,0.609375,0.937500,0.593750,0.921875,0.593750,0.937500,0.578125,0.921875,0.578125,0.937500,0.562500,0.921875,0.562500,0.937500,0.546875,0.937500,0.546875,0.921875,0.531250,0.937500,0.531250,0.921875,0.515625,0.921875,0.515625,0.937500,0.500000,0.921875,0.500000,0.937500,0.484375,0.921875,0.484375,0.937500,0.468750,0.921875,0.468750,0.937500,0.453125,0.921875,0.453125,0.937500,0.437500,0.921875,0.437500,0.937500,0.421875,0.937500,0.421875,0.921875,0.406250,0.937500,0.406250,0.921875,0.390625,0.937500,0.390625,0.921875,0.375000,0.937500,0.375000,0.921875,0.359375,0.921875,0.359375,0.937500,0.343750,0.921875,0.343750,0.937500,0.328125,0.921875,0.328125,0.937500,0.312500,0.921875,0.312500,0.937500,0.296875,0.921875,0.296875,0.937500,0.281250,0.921875,0.281250,0.937500,0.265625,0.937500,0.265625,0.921875,0.250000,0.937500,0.250000,0.921875,0.234375,0.937500,0.234375,0.921875,0.218750,0.937500,0.218750,0.921875,0.203125,0.937500,0.203125,0.921875,0.187500,0.937500,0.187500,0.921875,0.171875,0.937500,0.171875,0.921875,0.156250,0.937500,0.156250,0.921875,0.140625,0.937500,0.140625,0.921875,0.125000,0.937500,0.125000,0.921875,0.109375,0.921875,0.109375,0.937500,0.093750,0.921875,0.093750,0.937500,0.078125,0.937500,0.078125,0.921875,0.062500,0.937500,0.062500,0.921875,0.046875,0.937500,0.046875,0.921875,0.031250,0.937500,0.031250,0.921875,0.015625,0.921875,0.015625,0.937500,0.000000,0.921875,0.000000,0.937500,0.984375,0.953125,1.000000,0.968750,1.000000,0.953125,0.984375,0.968750,0.968750,0.953125,0.968750,0.968750,0.953125,0.953125,0.953125,0.968750,0.937500,0.953125,0.937500,0.968750,0.921875,0.968750,0.921875,0.953125,0.906250,0.968750,0.906250,0.953125,0.890625,0.968750,0.890625,0.953125,0.875000,0.968750,0.875000,0.953125,0.859375,0.968750,0.859375,0.953125,0.843750,0.968750,0.843750,0.953125,0.828125,0.953125,0.828125,0.968750,0.812500,0.953125,0.812500,0.968750,0.796875,0.953125,0.796875,0.968750,0.781250,0.953125,0.781250,0.968750,0.765625,0.968750,0.765625,0.953125,0.750000,0.968750,0.750000,0.953125,0.734375,0.968750,0.734375,0.953125,0.718750,0.968750,0.718750,0.953125,0.703125,0.968750,0.703125,0.953125,0.687500,0.968750,0.687500,0.953125,0.671875,0.968750,0.671875,0.953125,0.656250,0.968750,0.656250,0.953125,0.640625,0.953125,0.640625,0.968750,0.625000,0.953125,0.625000,0.968750,0.609375,0.953125,0.609375,0.968750,0.593750,0.953125,0.593750,0.968750,0.578125,0.953125,0.578125,0.968750,0.562500,0.953125,0.562500,0.968750,0.546875,0.953125,0.546875,0.968750,0.531250,0.953125,0.531250,0.968750,0.515625,0.953125,0.515625,0.968750,0.500000,0.953125,0.500000,0.968750,0.484375,0.953125,0.484375,0.968750,0.468750,0.953125,0.468750,0.968750,0.453125,0.953125,0.453125,0.968750,0.437500,0.953125,0.437500,0.968750,0.421875,0.953125,0.421875,0.968750,0.406250,0.953125,0.406250,0.968750,0.390625,0.953125,0.390625,0.968750,0.375000,0.953125,0.375000,0.968750,0.359375,0.968750,0.359375,0.953125,0.343750,0.968750,0.343750,0.953125,0.328125,0.953125,0.328125,0.968750,0.312500,0.953125,0.312500,0.968750,0.296875,0.953125,0.296875,0.968750,0.281250,0.953125,0.281250,0.968750,0.265625,0.968750,0.265625,0.953125,0.250000,0.968750,0.250000,0.953125,0.234375,0.968750,0.234375,0.953125,0.218750,0.968750,0.218750,0.953125,0.203125,0.968750,0.203125,0.953125,0.187500,0.968750,0.187500,0.953125,0.171875,0.953125,0.171875,0.968750,0.156250,0.953125,0.156250,0.968750,0.140625,0.953125,0.140625,0.968750,0.125000,0.953125,0.125000,0.968750,0.109375,0.953125,0.109375,0.968750,0.093750,0.953125,0.093750,0.968750,0.078125,0.968750,0.078125,0.953125,0.062500,0.968750,0.062500,0.953125,0.046875,0.953125,0.046875,0.968750,0.031250,0.953125,0.031250,0.968750,0.015625,0.953125,0.015625,0.968750,0.000000,0.953125,0.000000,0.968750,0.984375,0.984375,1.000000,1.000000,1.000000,0.984375,0.984375,1.000000,0.968750,0.984375,0.968750,1.000000,0.953125,0.984375,0.953125,1.000000,0.937500,0.984375,0.937500,1.000000,0.921875,0.984375,0.921875,1.000000,0.906250,0.984375,0.906250,1.000000,0.890625,0.984375,0.890625,1.000000,0.875000,0.984375,0.875000,1.000000,0.859375,0.984375,0.859375,1.000000,0.843750,0.984375,0.843750,1.000000,0.828125,0.984375,0.828125,1.000000,0.812500,0.984375,0.812500,1.000000,0.796875,0.984375,0.796875,1.000000,0.781250,0.984375,0.781250,1.000000,0.765625,1.000000,0.765625,0.984375,0.750000,1.000000,0.750000,0.984375,0.734375,1.000000,0.734375,0.984375,0.718750,1.000000,0.718750,0.984375,0.703125,1.000000,0.703125,0.984375,0.687500,1.000000,0.687500,0.984375,0.671875,1.000000,0.671875,0.984375,0.656250,1.000000,0.656250,0.984375,0.640625,0.984375,0.640625,1.000000,0.625000,0.984375,0.625000,1.000000,0.609375,1.000000,0.609375,0.984375,0.593750,1.000000,0.593750,0.984375,0.578125,0.984375,0.578125,1.000000,0.562500,0.984375,0.562500,1.000000,0.546875,0.984375,0.546875,1.000000,0.531250,0.984375,0.531250,1.000000,0.515625,0.984375,0.515625,1.000000,0.500000,0.984375,0.500000,1.000000,0.484375,0.984375,0.484375,1.000000,0.468750,0.984375,0.468750,1.000000,0.453125,0.984375,0.453125,1.000000,0.437500,0.984375,0.437500,1.000000,0.421875,0.984375,0.421875,1.000000,0.406250,0.984375,0.406250,1.000000,0.390625,1.000000,0.390625,0.984375,0.375000,1.000000,0.375000,0.984375,0.359375,0.984375,0.359375,1.000000,0.343750,0.984375,0.343750,1.000000,0.328125,1.000000,0.328125,0.984375,0.312500,1.000000,0.312500,0.984375,0.296875,0.984375,0.296875,1.000000,0.281250,0.984375,0.281250,1.000000,0.265625,0.984375,0.265625,1.000000,0.250000,0.984375,0.250000,1.000000,0.234375,0.984375,0.234375,1.000000,0.218750,0.984375,0.218750,1.000000,0.203125,0.984375,0.203125,1.000000,0.187500,0.984375,0.187500,1.000000,0.171875,1.000000,0.171875,0.984375,0.156250,1.000000,0.156250,0.984375,0.140625,0.984375,0.140625,1.000000,0.125000,0.984375,0.125000,1.000000,0.109375,1.000000,0.109375,0.984375,0.093750,1.000000,0.093750,0.984375,0.078125,0.984375,0.078125,1.000000,0.062500,0.984375,0.062500,1.000000,0.046875,0.984375,0.031250,0.984375,0.046875,1.000000,0.031250,1.000000,0.015625,0.984375,0.015625,1.000000,0.000000,0.984375,0.000000,1.000000]], - "faces": [42,3201,1055,2811,0,0,1,2,0,1,2,42,2811,2198,3201,0,2,3,0,2,3,0,42,1087,3201,2198,0,4,0,3,4,0,3,42,2198,2811,1088,0,3,2,5,3,2,5,42,2056,1055,3201,0,6,1,0,6,1,0,42,3201,2664,2056,0,0,7,6,0,7,6,42,1054,2056,2664,0,8,6,7,8,6,7,42,2664,3201,1087,0,7,0,4,7,0,4,42,3202,1054,2664,0,9,8,7,9,8,7,42,2664,2454,3202,0,7,10,9,7,10,9,42,1086,3202,2454,0,11,9,10,11,9,10,42,2454,2664,1087,0,10,7,4,10,7,4,42,2292,1054,3202,0,12,8,9,12,8,9,42,3202,3047,2292,0,9,13,12,9,13,12,42,1053,2292,3047,0,14,12,13,14,12,13,42,3047,3202,1086,0,13,9,11,13,9,11,42,2289,1053,3047,0,15,14,13,15,14,13,42,3047,3203,2289,0,13,16,15,13,16,15,42,1052,2289,3203,0,17,15,16,17,15,16,42,3203,3047,1086,0,16,13,11,16,13,11,42,3203,1086,2430,0,16,11,18,16,11,18,42,2430,2643,3203,0,18,19,16,18,19,16,42,1052,3203,2643,0,17,16,19,17,16,19,42,2643,2430,1085,0,19,18,20,19,18,20,42,2121,1052,2643,0,21,17,19,21,17,19,42,2643,3204,2121,0,19,22,21,19,22,21,42,1051,2121,3204,0,23,21,22,23,21,22,42,3204,2643,1085,0,22,19,20,22,19,20,42,3204,1085,2158,0,22,20,24,22,20,24,42,2158,2746,3204,0,24,25,22,24,25,22,42,1051,3204,2746,0,23,22,25,23,22,25,42,2746,2158,1084,0,25,24,26,25,24,26,42,2778,1051,2746,0,27,23,25,27,23,25,42,2746,3205,2778,0,25,28,27,25,28,27,42,1050,2778,3205,0,29,27,28,29,27,28,42,3205,2746,1084,0,28,25,26,28,25,26,42,3205,1084,2931,0,28,26,30,28,26,30,42,2931,1428,3205,0,30,31,28,30,31,28,42,1050,3205,1428,0,29,28,31,29,28,31,42,1428,2931,1083,0,31,30,32,31,30,32,42,2896,1050,1428,0,33,29,31,33,29,31,42,1428,3206,2896,0,31,34,33,31,34,33,42,1049,2896,3206,0,35,33,34,35,33,34,42,3206,1428,1083,0,34,31,32,34,31,32,42,3206,1083,3052,0,34,32,36,34,32,36,42,3052,1407,3206,0,36,37,34,36,37,34,42,1049,3206,1407,0,35,34,37,35,34,37,42,1407,3052,1082,0,37,36,38,37,36,38,42,2769,1049,1407,0,39,35,37,39,35,37,42,1407,3207,2769,0,37,40,39,37,40,39,42,1048,2769,3207,0,41,39,40,41,39,40,42,3207,1407,1082,0,40,37,38,40,37,38,42,3207,1082,2901,0,40,38,42,40,38,42,42,2901,1672,3207,0,42,43,40,42,43,40,42,1048,3207,1672,0,41,40,43,41,40,43,42,1672,2901,1081,0,43,42,44,43,42,44,42,3145,1048,1672,0,45,41,43,45,41,43,42,1672,3208,3145,0,43,46,45,43,46,45,42,1047,3145,3208,0,47,45,46,47,45,46,42,3208,1672,1081,0,46,43,44,46,43,44,42,3208,1081,2243,0,46,44,48,46,44,48,42,2243,1661,3208,0,48,49,46,48,49,46,42,1047,3208,1661,0,47,46,49,47,46,49,42,1661,2243,1080,0,49,48,50,49,48,50,42,3209,1047,1661,0,51,47,49,51,47,49,42,1661,2357,3209,0,49,52,51,49,52,51,42,1079,3209,2357,0,53,51,52,53,51,52,42,2357,1661,1080,0,52,49,50,52,49,50,42,1109,1047,3209,0,54,47,51,54,47,51,42,3209,2034,1109,0,51,55,54,51,55,54,42,1046,1109,2034,0,56,54,55,56,54,55,42,2034,3209,1079,0,55,51,53,55,51,53,42,1115,1046,2034,0,57,56,55,57,56,55,42,2034,3210,1115,0,55,58,57,55,58,57,42,1045,1115,3210,0,59,57,58,59,57,58,42,3210,2034,1079,0,58,55,53,58,55,53,42,3210,1079,2321,0,58,53,60,58,53,60,42,2321,1905,3210,0,60,61,58,60,61,58,42,1045,3210,1905,0,59,58,61,59,58,61,42,1905,2321,1078,0,61,60,62,61,60,62,42,3198,1045,1905,0,63,59,61,63,59,61,42,1905,3211,3198,0,61,64,63,61,64,63,42,1044,3198,3211,0,65,63,64,65,63,64,42,3211,1905,1078,0,64,61,62,64,61,62,42,3211,1078,2331,0,64,62,66,64,62,66,42,2331,1733,3211,0,66,67,64,66,67,64,42,1044,3211,1733,0,65,64,67,65,64,67,42,1733,2331,1077,0,67,66,68,67,66,68,42,2691,1044,1733,0,69,65,67,69,65,67,42,1733,3212,2691,0,67,70,69,67,70,69,42,1043,2691,3212,0,71,69,70,71,69,70,42,3212,1733,1077,0,70,67,68,70,67,68,42,3212,1077,1777,0,70,68,72,70,68,72,42,1777,1333,3212,0,72,73,70,72,73,70,42,1043,3212,1333,0,71,70,73,71,70,73,42,1333,1777,1076,0,73,72,74,73,72,74,42,3213,1043,1333,0,75,71,73,75,71,73,42,1333,1783,3213,0,73,76,75,73,76,75,42,1075,3213,1783,0,77,75,76,77,75,76,42,1783,1333,1076,0,76,73,74,76,73,74,42,2917,1043,3213,0,78,71,75,78,71,75,42,3213,1286,2917,0,75,79,78,75,79,78,42,1042,2917,1286,0,80,78,79,80,78,79,42,1286,3213,1075,0,79,75,77,79,75,77,42,3214,1042,1286,0,81,80,79,81,80,79,42,1286,1874,3214,0,79,82,81,79,82,81,42,1074,3214,1874,0,83,81,82,83,81,82,42,1874,1286,1075,0,82,79,77,82,79,77,42,2791,1042,3214,0,84,80,81,84,80,81,42,3214,1304,2791,0,81,85,84,81,85,84,42,1041,2791,1304,0,86,84,85,86,84,85,42,1304,3214,1074,0,85,81,83,85,81,83,42,2668,1041,1304,0,87,86,85,87,86,85,42,1304,3215,2668,0,85,88,87,85,88,87,42,1040,2668,3215,0,89,87,88,89,87,88,42,3215,1304,1074,0,88,85,83,88,85,83,42,3215,1074,1753,0,88,83,90,88,83,90,42,1753,2911,3215,0,90,91,88,90,91,88,42,1040,3215,2911,0,89,88,91,89,88,91,42,2911,1753,1073,0,91,90,92,91,90,92,42,2244,1040,2911,0,93,89,91,93,89,91,42,2911,3216,2244,0,91,94,93,91,94,93,42,1039,2244,3216,0,95,93,94,95,93,94,42,3216,2911,1073,0,94,91,92,94,91,92,42,3216,1073,2423,0,94,92,96,94,92,96,42,2423,2895,3216,0,96,97,94,96,97,94,42,1039,3216,2895,0,95,94,97,95,94,97,42,2895,2423,1072,0,97,96,98,97,96,98,42,3217,1039,2895,0,99,95,97,99,95,97,42,2895,2546,3217,0,97,100,99,97,100,99,42,1071,3217,2546,0,101,99,100,101,99,100,42,2546,2895,1072,0,100,97,98,100,97,98,42,2359,1039,3217,0,102,95,99,102,95,99,42,3217,2880,2359,0,99,103,102,99,103,102,42,1038,2359,2880,0,104,102,103,104,102,103,42,2880,3217,1071,0,103,99,101,103,99,101,42,3218,1038,2880,0,105,104,103,105,104,103,42,2880,2395,3218,0,103,106,105,103,106,105,42,1070,3218,2395,0,107,105,106,107,105,106,42,2395,2880,1071,0,106,103,101,106,103,101,42,2563,1038,3218,0,108,104,105,108,104,105,42,3218,1194,2563,0,105,109,108,105,109,108,42,1037,2563,1194,0,110,108,109,110,108,109,42,1194,3218,1070,0,109,105,107,109,105,107,42,3219,1037,1194,0,111,110,109,111,110,109,42,1194,2709,3219,0,109,112,111,109,112,111,42,1069,3219,2709,0,113,111,112,113,111,112,42,2709,1194,1070,0,112,109,107,112,109,107,42,2560,1037,3219,0,114,110,111,114,110,111,42,3219,1329,2560,0,111,115,114,111,115,114,42,1036,2560,1329,0,116,114,115,116,114,115,42,1329,3219,1069,0,115,111,113,115,111,113,42,3220,1036,1329,0,117,116,115,117,116,115,42,1329,2963,3220,0,115,118,117,115,118,117,42,1068,3220,2963,0,119,117,118,119,117,118,42,2963,1329,1069,0,118,115,113,118,115,113,42,2860,1036,3220,0,120,116,117,120,116,117,42,3220,1497,2860,0,117,121,120,117,121,120,42,1035,2860,1497,0,122,120,121,122,120,121,42,1497,3220,1068,0,121,117,119,121,117,119,42,3221,1035,1497,0,123,122,121,123,122,121,42,1497,3006,3221,0,121,124,123,121,124,123,42,1067,3221,3006,0,125,123,124,125,123,124,42,3006,1497,1068,0,124,121,119,124,121,119,42,2844,1035,3221,0,126,122,123,126,122,123,42,3221,1353,2844,0,123,127,126,123,127,126,42,1034,2844,1353,0,128,126,127,128,126,127,42,1353,3221,1067,0,127,123,125,127,123,125,42,2626,1034,1353,0,129,128,127,129,128,127,42,1353,3222,2626,0,127,130,129,127,130,129,42,1033,2626,3222,0,131,129,130,131,129,130,42,3222,1353,1067,0,130,127,125,130,127,125,42,3222,1067,2736,0,130,125,132,130,125,132,42,2736,1127,3222,0,132,133,130,132,133,130,42,1033,3222,1127,0,131,130,133,131,130,133,42,1127,2736,1066,0,133,132,134,133,132,134,42,2502,1033,1127,0,135,131,133,135,131,133,42,1127,3223,2502,0,133,136,135,133,136,135,42,1032,2502,3223,0,137,135,136,137,135,136,42,3223,1127,1066,0,136,133,134,136,133,134,42,3223,1066,2647,0,136,134,138,136,134,138,42,2647,1961,3223,0,138,139,136,138,139,136,42,1032,3223,1961,0,137,136,139,137,136,139,42,1961,2647,1065,0,139,138,140,139,138,140,42,1285,1032,1961,0,141,137,139,141,137,139,42,1961,3224,1285,0,139,142,141,139,142,141,42,1031,1285,3224,0,143,141,142,143,141,142,42,3224,1961,1065,0,142,139,140,142,139,140,42,3224,1065,2527,0,142,140,144,142,140,144,42,2527,1944,3224,0,144,145,142,144,145,142,42,1031,3224,1944,0,143,142,145,143,142,145,42,1944,2527,1064,0,145,144,146,145,144,146,42,3225,1031,1944,0,147,143,145,147,143,145,42,1944,1575,3225,0,145,148,147,145,148,147,42,1063,3225,1575,0,149,147,148,149,147,148,42,1575,1944,1064,0,148,145,146,148,145,146,42,2517,1031,3225,0,150,143,147,150,143,147,42,3225,1145,2517,0,147,151,150,147,151,150,42,1030,2517,1145,0,152,150,151,152,150,151,42,1145,3225,1063,0,151,147,149,151,147,149,42,3226,1030,1145,0,153,152,151,153,152,151,42,1145,1741,3226,0,151,154,153,151,154,153,42,1062,3226,1741,0,155,153,154,155,153,154,42,1741,1145,1063,0,154,151,149,154,151,149,42,2659,1030,3226,0,156,152,153,156,152,153,42,3226,1158,2659,0,153,157,156,153,157,156,42,1029,2659,1158,0,158,156,157,158,156,157,42,1158,3226,1062,0,157,153,155,157,153,155,42,3227,1029,1158,0,159,158,157,159,158,157,42,1158,1617,3227,0,157,160,159,157,160,159,42,1061,3227,1617,0,161,159,160,161,159,160,42,1617,1158,1062,0,160,157,155,160,157,155,42,2421,1029,3227,0,162,158,159,162,158,159,42,3227,1464,2421,0,159,163,162,159,163,162,42,1028,2421,1464,0,164,162,163,164,162,163,42,1464,3227,1061,0,163,159,161,163,159,161,42,3228,1028,1464,0,165,164,163,165,164,163,42,1464,1515,3228,0,163,166,165,163,166,165,42,1060,3228,1515,0,167,165,166,167,165,166,42,1515,1464,1061,0,166,163,161,166,163,161,42,2426,1028,3228,0,168,164,165,168,164,165,42,3228,3188,2426,0,165,169,168,165,169,168,42,1027,2426,3188,0,170,168,169,170,168,169,42,3188,3228,1060,0,169,165,167,169,165,167,42,2448,1027,3188,0,171,170,169,171,170,169,42,3188,3229,2448,0,169,172,171,169,172,171,42,1026,2448,3229,0,173,171,172,173,171,172,42,3229,3188,1060,0,172,169,167,172,169,167,42,3229,1060,1518,0,172,167,174,172,167,174,42,1518,1219,3229,0,174,175,172,174,175,172,42,1026,3229,1219,0,173,172,175,173,172,175,42,1219,1518,1059,0,175,174,176,175,174,176,42,2459,1026,1219,0,177,173,175,177,173,175,42,1219,3230,2459,0,175,178,177,175,178,177,42,1025,2459,3230,0,179,177,178,179,177,178,42,3230,1219,1059,0,178,175,176,178,175,176,42,3230,1059,1541,0,178,176,180,178,176,180,42,1541,1105,3230,0,180,181,178,180,181,178,42,1025,3230,1105,0,179,178,181,179,178,181,42,1105,1541,1058,0,181,180,182,181,180,182,42,2257,1025,1105,0,183,179,181,183,179,181,42,1105,3231,2257,0,181,184,183,181,184,183,42,1023,2257,3231,0,185,183,184,185,183,184,42,3231,1105,1058,0,184,181,182,184,181,182,42,3231,1058,1493,0,184,182,186,184,182,186,42,1493,2515,3231,0,186,187,184,186,187,184,42,1023,3231,2515,0,185,184,187,185,184,187,42,2515,1493,1056,0,187,186,188,187,186,188,42,3232,1023,2515,0,189,185,187,189,185,187,42,2515,1962,3232,0,187,190,189,187,190,189,42,1057,3232,1962,0,191,189,190,191,189,190,42,1962,2515,1056,0,190,187,188,190,187,188,42,2302,1023,3232,0,192,185,189,192,185,189,42,3232,2383,2302,0,189,193,192,189,193,192,42,1024,2302,2383,0,194,192,193,194,192,193,42,2383,3232,1057,0,193,189,191,193,189,191,42,3233,1022,2633,0,195,196,197,195,196,197,42,2633,2056,3233,0,197,6,195,197,6,195,42,1054,3233,2056,0,8,195,6,8,195,6,42,2056,2633,1055,0,6,197,1,6,197,1,42,2564,1022,3233,0,198,196,195,198,196,195,42,3233,2481,2564,0,195,199,198,195,199,198,42,1021,2564,2481,0,200,198,199,200,198,199,42,2481,3233,1054,0,199,195,8,199,195,8,42,3234,1021,2481,0,201,200,199,201,200,199,42,2481,2292,3234,0,199,12,201,199,12,201,42,1053,3234,2292,0,14,201,12,14,201,12,42,2292,2481,1054,0,12,199,8,12,199,8,42,2817,1021,3234,0,202,200,201,202,200,201,42,3234,2875,2817,0,201,203,202,201,203,202,42,1020,2817,2875,0,204,202,203,204,202,203,42,2875,3234,1053,0,203,201,14,203,201,14,42,2792,1020,2875,0,205,204,203,205,204,203,42,2875,3235,2792,0,203,206,205,203,206,205,42,1019,2792,3235,0,207,205,206,207,205,206,42,3235,2875,1053,0,206,203,14,206,203,14,42,3235,1053,2289,0,206,14,15,206,14,15,42,2289,2586,3235,0,15,208,206,15,208,206,42,1019,3235,2586,0,207,206,208,207,206,208,42,2586,2289,1052,0,208,15,17,208,15,17,42,2649,1019,2586,0,209,207,208,209,207,208,42,2586,3236,2649,0,208,210,209,208,210,209,42,1018,2649,3236,0,211,209,210,211,209,210,42,3236,2586,1052,0,210,208,17,210,208,17,42,3236,1052,2121,0,210,17,21,210,17,21,42,2121,2577,3236,0,21,212,210,21,212,210,42,1018,3236,2577,0,211,210,212,211,210,212,42,2577,2121,1051,0,212,21,23,212,21,23,42,3237,1018,2577,0,213,211,212,213,211,212,42,2577,2778,3237,0,212,27,213,212,27,213,42,1050,3237,2778,0,29,213,27,29,213,27,42,2778,2577,1051,0,27,212,23,27,212,23,42,1142,1018,3237,0,214,211,213,214,211,213,42,3237,1201,1142,0,213,215,214,213,215,214,42,1017,1142,1201,0,216,214,215,216,214,215,42,1201,3237,1050,0,215,213,29,215,213,29,42,3238,1017,1201,0,217,216,215,217,216,215,42,1201,2896,3238,0,215,33,217,215,33,217,42,1049,3238,2896,0,35,217,33,35,217,33,42,2896,1201,1050,0,33,215,29,33,215,29,42,1302,1017,3238,0,218,216,217,218,216,217,42,3238,1213,1302,0,217,219,218,217,219,218,42,1016,1302,1213,0,220,218,219,220,218,219,42,1213,3238,1049,0,219,217,35,219,217,35,42,3239,1016,1213,0,221,220,219,221,220,219,42,1213,2769,3239,0,219,39,221,219,39,221,42,1048,3239,2769,0,41,221,39,41,221,39,42,2769,1213,1049,0,39,219,35,39,219,35,42,1143,1016,3239,0,222,220,221,222,220,221,42,3239,2547,1143,0,221,223,222,221,223,222,42,1015,1143,2547,0,224,222,223,224,222,223,42,2547,3239,1048,0,223,221,41,223,221,41,42,3240,1015,2547,0,225,224,223,225,224,223,42,2547,3145,3240,0,223,45,225,223,45,225,42,1047,3240,3145,0,47,225,45,47,225,45,42,3145,2547,1048,0,45,223,41,45,223,41,42,2713,1015,3240,0,226,224,225,226,224,225,42,3240,2766,2713,0,225,227,226,225,227,226,42,1014,2713,2766,0,228,226,227,228,226,227,42,2766,3240,1047,0,227,225,47,227,225,47,42,2728,1014,2766,0,229,228,227,229,228,227,42,2766,3241,2728,0,227,230,229,227,230,229,42,1013,2728,3241,0,231,229,230,231,229,230,42,3241,2766,1047,0,230,227,47,230,227,47,42,3241,1047,1109,0,230,47,54,230,47,54,42,1109,2915,3241,0,54,232,230,54,232,230,42,1013,3241,2915,0,231,230,232,231,230,232,42,2915,1109,1046,0,232,54,56,232,54,56,42,2686,1013,2915,0,233,231,232,233,231,232,42,2915,3242,2686,0,232,234,233,232,234,233,42,1012,2686,3242,0,235,233,234,235,233,234,42,3242,2915,1046,0,234,232,56,234,232,56,42,3242,1046,1115,0,234,56,57,234,56,57,42,1115,2744,3242,0,57,236,234,57,236,234,42,1012,3242,2744,0,235,234,236,235,234,236,42,2744,1115,1045,0,236,57,59,236,57,59,42,3243,1012,2744,0,237,235,236,237,235,236,42,2744,3198,3243,0,236,63,237,236,63,237,42,1044,3243,3198,0,65,237,63,65,237,63,42,3198,2744,1045,0,63,236,59,63,236,59,42,2692,1012,3243,0,238,235,237,238,235,237,42,3243,2609,2692,0,237,239,238,237,239,238,42,1011,2692,2609,0,240,238,239,240,238,239,42,2609,3243,1044,0,239,237,65,239,237,65,42,3244,1011,2609,0,241,240,239,241,240,239,42,2609,2691,3244,0,239,69,241,239,69,241,42,1043,3244,2691,0,71,241,69,71,241,69,42,2691,2609,1044,0,69,239,65,69,239,65,42,2232,1011,3244,0,242,240,241,242,240,241,42,3244,2149,2232,0,241,243,242,241,243,242,42,1010,2232,2149,0,244,242,243,244,242,243,42,2149,3244,1043,0,243,241,71,243,241,71,42,2369,1010,2149,0,245,244,243,245,244,243,42,2149,3245,2369,0,243,246,245,243,246,245,42,1009,2369,3245,0,247,245,246,247,245,246,42,3245,2149,1043,0,246,243,71,246,243,71,42,3245,1043,2917,0,246,71,78,246,71,78,42,2917,2164,3245,0,78,248,246,78,248,246,42,1009,3245,2164,0,247,246,248,247,246,248,42,2164,2917,1042,0,248,78,80,248,78,80,42,2258,1009,2164,0,249,247,248,249,247,248,42,2164,3246,2258,0,248,250,249,248,250,249,42,1008,2258,3246,0,251,249,250,251,249,250,42,3246,2164,1042,0,250,248,80,250,248,80,42,3246,1042,2791,0,250,80,84,250,80,84,42,2791,2176,3246,0,84,252,250,84,252,250,42,1008,3246,2176,0,251,250,252,251,250,252,42,2176,2791,1041,0,252,84,86,252,84,86,42,3247,1008,2176,0,253,251,252,253,251,252,42,2176,2668,3247,0,252,87,253,252,87,253,42,1040,3247,2668,0,89,253,87,89,253,87,42,2668,2176,1041,0,87,252,86,87,252,86,42,2111,1008,3247,0,254,251,253,254,251,253,42,3247,2710,2111,0,253,255,254,253,255,254,42,1007,2111,2710,0,256,254,255,256,254,255,42,2710,3247,1040,0,255,253,89,255,253,89,42,2779,1007,2710,0,257,256,255,257,256,255,42,2710,3248,2779,0,255,258,257,255,258,257,42,1006,2779,3248,0,259,257,258,259,257,258,42,3248,2710,1040,0,258,255,89,258,255,89,42,3248,1040,2244,0,258,89,93,258,89,93,42,2244,2698,3248,0,93,260,258,93,260,258,42,1006,3248,2698,0,259,258,260,259,258,260,42,2698,2244,1039,0,260,93,95,260,93,95,42,2820,1006,2698,0,261,259,260,261,259,260,42,2698,3249,2820,0,260,262,261,260,262,261,42,1005,2820,3249,0,263,261,262,263,261,262,42,3249,2698,1039,0,262,260,95,262,260,95,42,3249,1039,2359,0,262,95,102,262,95,102,42,2359,2747,3249,0,102,264,262,102,264,262,42,1005,3249,2747,0,263,262,264,263,262,264,42,2747,2359,1038,0,264,102,104,264,102,104,42,3085,1005,2747,0,265,263,264,265,263,264,42,2747,3250,3085,0,264,266,265,264,266,265,42,1004,3085,3250,0,267,265,266,267,265,266,42,3250,2747,1038,0,266,264,104,266,264,104,42,3250,1038,2563,0,266,104,108,266,104,108,42,2563,3132,3250,0,108,268,266,108,268,266,42,1004,3250,3132,0,267,266,268,267,266,268,42,3132,2563,1037,0,268,108,110,268,108,110,42,3251,1004,3132,0,269,267,268,269,267,268,42,3132,2560,3251,0,268,114,269,268,114,269,42,1036,3251,2560,0,116,269,114,116,269,114,42,2560,3132,1037,0,114,268,110,114,268,110,42,3121,1004,3251,0,270,267,269,270,267,269,42,3251,1162,3121,0,269,271,270,269,271,270,42,1003,3121,1162,0,272,270,271,272,270,271,42,1162,3251,1036,0,271,269,116,271,269,116,42,1240,1003,1162,0,273,272,271,273,272,271,42,1162,3252,1240,0,271,274,273,271,274,273,42,1002,1240,3252,0,275,273,274,275,273,274,42,3252,1162,1036,0,274,271,116,274,271,116,42,3252,1036,2860,0,274,116,120,274,116,120,42,2860,1291,3252,0,120,276,274,120,276,274,42,1002,3252,1291,0,275,274,276,275,274,276,42,1291,2860,1035,0,276,120,122,276,120,122,42,3027,1002,1291,0,277,275,276,277,275,276,42,1291,3253,3027,0,276,278,277,276,278,277,42,1001,3027,3253,0,279,277,278,279,277,278,42,3253,1291,1035,0,278,276,122,278,276,122,42,3253,1035,2844,0,278,122,126,278,122,126,42,2844,3074,3253,0,126,280,278,126,280,278,42,1001,3253,3074,0,279,278,280,279,278,280,42,3074,2844,1034,0,280,126,128,280,126,128,42,3161,1001,3074,0,281,279,280,281,279,280,42,3074,3254,3161,0,280,282,281,280,282,281,42,1000,3161,3254,0,283,281,282,283,281,282,42,3254,3074,1034,0,282,280,128,282,280,128,42,3254,1034,2626,0,282,128,129,282,128,129,42,2626,3088,3254,0,129,284,282,129,284,282,42,1000,3254,3088,0,283,282,284,283,282,284,42,3088,2626,1033,0,284,129,131,284,129,131,42,3028,1000,3088,0,285,283,284,285,283,284,42,3088,3255,3028,0,284,286,285,284,286,285,42,999,3028,3255,0,287,285,286,287,285,286,42,3255,3088,1033,0,286,284,131,286,284,131,42,3255,1033,2502,0,286,131,135,286,131,135,42,2502,2812,3255,0,135,288,286,135,288,286,42,999,3255,2812,0,287,286,288,287,286,288,42,2812,2502,1032,0,288,135,137,288,135,137,42,2918,999,2812,0,289,287,288,289,287,288,42,2812,3256,2918,0,288,290,289,288,290,289,42,998,2918,3256,0,291,289,290,291,289,290,42,3256,2812,1032,0,290,288,137,290,288,137,42,3256,1032,1285,0,290,137,141,290,137,141,42,1285,2828,3256,0,141,292,290,141,292,290,42,998,3256,2828,0,291,290,292,291,290,292,42,2828,1285,1031,0,292,141,143,292,141,143,42,3257,998,2828,0,293,291,292,293,291,292,42,2828,2517,3257,0,292,150,293,292,150,293,42,1030,3257,2517,0,152,293,150,152,293,150,42,2517,2828,1031,0,150,292,143,150,292,143,42,1956,998,3257,0,294,291,293,294,291,293,42,3257,2036,1956,0,293,295,294,293,295,294,42,997,1956,2036,0,296,294,295,296,294,295,42,2036,3257,1030,0,295,293,152,295,293,152,42,1828,997,2036,0,297,296,295,297,296,295,42,2036,3258,1828,0,295,298,297,295,298,297,42,996,1828,3258,0,299,297,298,299,297,298,42,3258,2036,1030,0,298,295,152,298,295,152,42,3258,1030,2659,0,298,152,156,298,152,156,42,2659,1924,3258,0,156,300,298,156,300,298,42,996,3258,1924,0,299,298,300,299,298,300,42,1924,2659,1029,0,300,156,158,300,156,158,42,3259,996,1924,0,301,299,300,301,299,300,42,1924,2421,3259,0,300,162,301,300,162,301,42,1028,3259,2421,0,164,301,162,164,301,162,42,2421,1924,1029,0,162,300,158,162,300,158,42,1835,996,3259,0,302,299,301,302,299,301,42,3259,2317,1835,0,301,303,302,301,303,302,42,995,1835,2317,0,304,302,303,304,302,303,42,2317,3259,1028,0,303,301,164,303,301,164,42,1856,995,2317,0,305,304,303,305,304,303,42,2317,3260,1856,0,303,306,305,303,306,305,42,994,1856,3260,0,307,305,306,307,305,306,42,3260,2317,1028,0,306,303,164,306,303,164,42,3260,1028,2426,0,306,164,168,306,164,168,42,2426,1958,3260,0,168,308,306,168,308,306,42,994,3260,1958,0,307,306,308,307,306,308,42,1958,2426,1027,0,308,168,170,308,168,170,42,3261,994,1958,0,309,307,308,309,307,308,42,1958,2448,3261,0,308,171,309,308,171,309,42,1026,3261,2448,0,173,309,171,173,309,171,42,2448,1958,1027,0,171,308,170,171,308,170,42,1876,994,3261,0,310,307,309,310,307,309,42,3261,2091,1876,0,309,311,310,309,311,310,42,993,1876,2091,0,312,310,311,312,310,311,42,2091,3261,1026,0,311,309,173,311,309,173,42,3262,993,2091,0,313,312,311,313,312,311,42,2091,2459,3262,0,311,177,313,311,177,313,42,1025,3262,2459,0,179,313,177,179,313,177,42,2459,2091,1026,0,177,311,173,177,311,173,42,1895,993,3262,0,314,312,313,314,312,313,42,3262,1987,1895,0,313,315,314,313,315,314,42,992,1895,1987,0,316,314,315,316,314,315,42,1987,3262,1025,0,315,313,179,315,313,179,42,3263,992,1987,0,317,316,315,317,316,315,42,1987,2257,3263,0,315,183,317,315,183,317,42,1023,3263,2257,0,185,317,183,185,317,183,42,2257,1987,1025,0,183,315,179,183,315,179,42,1792,992,3263,0,318,316,317,318,316,317,42,3263,2994,1792,0,317,319,318,317,319,318,42,990,1792,2994,0,320,318,319,320,318,319,42,2994,3263,1023,0,319,317,185,319,317,185,42,1734,990,2994,0,321,320,319,321,320,319,42,2994,3264,1734,0,319,322,321,319,322,321,42,991,1734,3264,0,323,321,322,323,321,322,42,3264,2994,1023,0,322,319,185,322,319,185,42,3264,1023,2302,0,322,185,192,322,185,192,42,2302,1821,3264,0,192,324,322,192,324,322,42,991,3264,1821,0,323,322,324,323,322,324,42,1821,2302,1024,0,324,192,194,324,192,194,42,3086,989,3113,0,325,326,327,325,326,327,42,3113,3265,3086,0,327,328,325,327,328,325,42,988,3086,3265,0,329,325,328,329,325,328,42,3265,3113,1022,0,328,327,196,328,327,196,42,3265,1022,2564,0,328,196,198,328,196,198,42,2564,2967,3265,0,198,330,328,198,330,328,42,988,3265,2967,0,329,328,330,329,328,330,42,2967,2564,1021,0,330,198,200,330,198,200,42,1320,988,2967,0,331,329,330,331,329,330,42,2967,3266,1320,0,330,332,331,330,332,331,42,987,1320,3266,0,333,331,332,333,331,332,42,3266,2967,1021,0,332,330,200,332,330,200,42,3266,1021,2817,0,332,200,202,332,200,202,42,2817,1206,3266,0,202,334,332,202,334,332,42,987,3266,1206,0,333,332,334,333,332,334,42,1206,2817,1020,0,334,202,204,334,202,204,42,3267,987,1206,0,335,333,334,335,333,334,42,1206,2792,3267,0,334,205,335,334,205,335,42,1019,3267,2792,0,207,335,205,207,335,205,42,2792,1206,1020,0,205,334,204,205,334,204,42,1165,987,3267,0,336,333,335,336,333,335,42,3267,3067,1165,0,335,337,336,335,337,336,42,986,1165,3067,0,338,336,337,338,336,337,42,3067,3267,1019,0,337,335,207,337,335,207,42,3146,986,3067,0,339,338,337,339,338,337,42,3067,3268,3146,0,337,340,339,337,340,339,42,985,3146,3268,0,341,339,340,341,339,340,42,3268,3067,1019,0,340,337,207,340,337,207,42,3268,1019,2649,0,340,207,209,340,207,209,42,2649,3049,3268,0,209,342,340,209,342,340,42,985,3268,3049,0,341,340,342,341,340,342,42,3049,2649,1018,0,342,209,211,342,209,211,42,1697,985,3049,0,343,341,342,343,341,342,42,3049,3269,1697,0,342,344,343,342,344,343,42,984,1697,3269,0,345,343,344,345,343,344,42,3269,3049,1018,0,344,342,211,344,342,211,42,3269,1018,1142,0,344,211,214,344,211,214,42,1142,1725,3269,0,214,346,344,214,346,344,42,984,3269,1725,0,345,344,346,345,344,346,42,1725,1142,1017,0,346,214,216,346,214,216,42,1816,984,1725,0,347,345,346,347,345,346,42,1725,3270,1816,0,346,348,347,346,348,347,42,983,1816,3270,0,349,347,348,349,347,348,42,3270,1725,1017,0,348,346,216,348,346,216,42,3270,1017,1302,0,348,216,218,348,216,218,42,1302,1712,3270,0,218,350,348,218,350,348,42,983,3270,1712,0,349,348,350,349,348,350,42,1712,1302,1016,0,350,218,220,350,218,220,42,1635,983,1712,0,351,349,350,351,349,350,42,1712,3271,1635,0,350,352,351,350,352,351,42,982,1635,3271,0,353,351,352,353,351,352,42,3271,1712,1016,0,352,350,220,352,350,220,42,3271,1016,1143,0,352,220,222,352,220,222,42,1143,2067,3271,0,222,354,352,222,354,352,42,982,3271,2067,0,353,352,354,353,352,354,42,2067,1143,1015,0,354,222,224,354,222,224,42,3272,982,2067,0,355,353,354,355,353,354,42,2067,2713,3272,0,354,226,355,354,226,355,42,1014,3272,2713,0,228,355,226,228,355,226,42,2713,2067,1015,0,226,354,224,226,354,224,42,2181,982,3272,0,356,353,355,356,353,355,42,3272,2201,2181,0,355,357,356,355,357,356,42,981,2181,2201,0,358,356,357,358,356,357,42,2201,3272,1014,0,357,355,228,357,355,228,42,2138,981,2201,0,359,358,357,359,358,357,42,2201,3273,2138,0,357,360,359,357,360,359,42,980,2138,3273,0,361,359,360,361,359,360,42,3273,2201,1014,0,360,357,228,360,357,228,42,3273,1014,2728,0,360,228,229,360,228,229,42,2728,2303,3273,0,229,362,360,229,362,360,42,980,3273,2303,0,361,360,362,361,360,362,42,2303,2728,1013,0,362,229,231,362,229,231,42,2141,980,2303,0,363,361,362,363,361,362,42,2303,3274,2141,0,362,364,363,362,364,363,42,979,2141,3274,0,365,363,364,365,363,364,42,3274,2303,1013,0,364,362,231,364,362,231,42,3274,1013,2686,0,364,231,233,364,231,233,42,2686,2169,3274,0,233,366,364,233,366,364,42,979,3274,2169,0,365,364,366,365,364,366,42,2169,2686,1012,0,366,233,235,366,233,235,42,1566,979,2169,0,367,365,366,367,365,366,42,2169,3275,1566,0,366,368,367,366,368,367,42,978,1566,3275,0,369,367,368,369,367,368,42,3275,2169,1012,0,368,366,235,368,366,235,42,3275,1012,2692,0,368,235,238,368,235,238,42,2692,1591,3275,0,238,370,368,238,370,368,42,978,3275,1591,0,369,368,370,369,368,370,42,1591,2692,1011,0,370,238,240,370,238,240,42,1721,978,1591,0,371,369,370,371,369,370,42,1591,3276,1721,0,370,372,371,370,372,371,42,977,1721,3276,0,373,371,372,373,371,372,42,3276,1591,1011,0,372,370,240,372,370,240,42,3276,1011,2232,0,372,240,242,372,240,242,42,2232,1602,3276,0,242,374,372,242,374,372,42,977,3276,1602,0,373,372,374,373,372,374,42,1602,2232,1010,0,374,242,244,374,242,244,42,1861,977,1602,0,375,373,374,375,373,374,42,1602,3277,1861,0,374,376,375,374,376,375,42,976,1861,3277,0,377,375,376,377,375,376,42,3277,1602,1010,0,376,374,244,376,374,244,42,3277,1010,2369,0,376,244,245,376,244,245,42,2369,1619,3277,0,245,378,376,245,378,376,42,976,3277,1619,0,377,376,378,377,376,378,42,1619,2369,1009,0,378,245,247,378,245,247,42,1722,976,1619,0,379,377,378,379,377,378,42,1619,3278,1722,0,378,380,379,378,380,379,42,975,1722,3278,0,381,379,380,381,379,380,42,3278,1619,1009,0,380,378,247,380,378,247,42,3278,1009,2258,0,380,247,249,380,247,249,42,2258,1603,3278,0,249,382,380,249,382,380,42,975,3278,1603,0,381,380,382,381,380,382,42,1603,2258,1008,0,382,249,251,382,249,251,42,1567,975,1603,0,383,381,382,383,381,382,42,1603,3279,1567,0,382,384,383,382,384,383,42,974,1567,3279,0,385,383,384,385,383,384,42,3279,1603,1008,0,384,382,251,384,382,251,42,3279,1008,2111,0,384,251,254,384,251,254,42,2111,3183,3279,0,254,386,384,254,386,384,42,974,3279,3183,0,385,384,386,385,384,386,42,3183,2111,1007,0,386,254,256,386,254,256,42,1217,974,3183,0,387,385,386,387,385,386,42,3183,3280,1217,0,386,388,387,386,388,387,42,973,1217,3280,0,389,387,388,389,387,388,42,3280,3183,1007,0,388,386,256,388,386,256,42,3280,1007,2779,0,388,256,257,388,256,257,42,2779,1245,3280,0,257,390,388,257,390,388,42,973,3280,1245,0,389,388,390,389,388,390,42,1245,2779,1006,0,390,257,259,390,257,259,42,3281,973,1245,0,391,389,390,391,389,390,42,1245,2820,3281,0,390,261,391,390,261,391,42,1005,3281,2820,0,263,391,261,263,391,261,42,2820,1245,1006,0,261,390,259,261,390,259,42,1211,973,3281,0,392,389,391,392,389,391,42,3281,1107,1211,0,391,393,392,391,393,392,42,972,1211,1107,0,394,392,393,394,392,393,42,1107,3281,1005,0,393,391,263,393,391,263,42,1502,972,1107,0,395,394,393,395,394,393,42,1107,3282,1502,0,393,396,395,393,396,395,42,971,1502,3282,0,397,395,396,397,395,396,42,3282,1107,1005,0,396,393,263,396,393,263,42,3282,1005,3085,0,396,263,265,396,263,265,42,3085,1549,3282,0,265,398,396,265,398,396,42,971,3282,1549,0,397,396,398,397,396,398,42,1549,3085,1004,0,398,265,267,398,265,267,42,1488,971,1549,0,399,397,398,399,397,398,42,1549,3283,1488,0,398,400,399,398,400,399,42,970,1488,3283,0,401,399,400,401,399,400,42,3283,1549,1004,0,400,398,267,400,398,267,42,3283,1004,3121,0,400,267,270,400,267,270,42,3121,1669,3283,0,270,402,400,270,402,400,42,970,3283,1669,0,401,400,402,401,400,402,42,1669,3121,1003,0,402,270,272,402,270,272,42,3284,970,1669,0,403,401,402,403,401,402,42,1669,1240,3284,0,402,273,403,402,273,403,42,1002,3284,1240,0,275,403,273,275,403,273,42,1240,1669,1003,0,273,402,272,273,402,272,42,1801,970,3284,0,404,401,403,404,401,403,42,3284,1726,1801,0,403,405,404,403,405,404,42,969,1801,1726,0,406,404,405,406,404,405,42,1726,3284,1002,0,405,403,275,405,403,275,42,1425,969,1726,0,407,406,405,407,406,405,42,1726,3285,1425,0,405,408,407,405,408,407,42,968,1425,3285,0,409,407,408,409,407,408,42,3285,1726,1002,0,408,405,275,408,405,275,42,3285,1002,3027,0,408,275,277,408,275,277,42,3027,1467,3285,0,277,410,408,277,410,408,42,968,3285,1467,0,409,408,410,409,408,410,42,1467,3027,1001,0,410,277,279,410,277,279,42,3286,968,1467,0,411,409,410,411,409,410,42,1467,3161,3286,0,410,281,411,410,281,411,42,1000,3286,3161,0,283,411,281,283,411,281,42,3161,1467,1001,0,281,410,279,281,410,279,42,1538,968,3286,0,412,409,411,412,409,411,42,3286,1460,1538,0,411,413,412,411,413,412,42,967,1538,1460,0,414,412,413,414,412,413,42,1460,3286,1000,0,413,411,283,413,411,283,42,1435,967,1460,0,415,414,413,415,414,413,42,1460,3287,1435,0,413,416,415,413,416,415,42,966,1435,3287,0,417,415,416,417,415,416,42,3287,1460,1000,0,416,413,283,416,413,283,42,3287,1000,3028,0,416,283,285,416,283,285,42,3028,2266,3287,0,285,418,416,285,418,416,42,966,3287,2266,0,417,416,418,417,416,418,42,2266,3028,999,0,418,285,287,418,285,287,42,3288,966,2266,0,419,417,418,419,417,418,42,2266,2918,3288,0,418,289,419,418,289,419,42,998,3288,2918,0,291,419,289,291,419,289,42,2918,2266,999,0,289,418,287,289,418,287,42,2358,966,3288,0,420,417,419,420,417,419,42,3288,2281,2358,0,419,421,420,419,421,420,42,965,2358,2281,0,422,420,421,422,420,421,42,2281,3288,998,0,421,419,291,421,419,291,42,3289,965,2281,0,423,422,421,423,422,421,42,2281,1956,3289,0,421,294,423,421,294,423,42,997,3289,1956,0,296,423,294,296,423,294,42,1956,2281,998,0,294,421,291,294,421,291,42,1334,965,3289,0,424,422,423,424,422,423,42,3289,1519,1334,0,423,425,424,423,425,424,42,964,1334,1519,0,426,424,425,426,424,425,42,1519,3289,997,0,425,423,296,425,423,296,42,3290,964,1519,0,427,426,425,427,426,425,42,1519,1828,3290,0,425,297,427,425,297,427,42,996,3290,1828,0,299,427,297,299,427,297,42,1828,1519,997,0,297,425,296,297,425,296,42,1338,964,3290,0,428,426,427,428,426,427,42,3290,1398,1338,0,427,429,428,427,429,428,42,963,1338,1398,0,430,428,429,430,428,429,42,1398,3290,996,0,429,427,299,429,427,299,42,3291,963,1398,0,431,430,429,431,430,429,42,1398,1835,3291,0,429,302,431,429,302,431,42,995,3291,1835,0,304,431,302,304,431,302,42,1835,1398,996,0,302,429,299,302,429,299,42,1359,963,3291,0,432,430,431,432,430,431,42,3291,1805,1359,0,431,433,432,431,433,432,42,962,1359,1805,0,434,432,433,434,432,433,42,1805,3291,995,0,433,431,304,433,431,304,42,3292,962,1805,0,435,434,433,435,434,433,42,1805,1856,3292,0,433,305,435,433,305,435,42,994,3292,1856,0,307,435,305,307,435,305,42,1856,1805,995,0,305,433,304,305,433,304,42,1376,962,3292,0,436,434,435,436,434,435,42,3292,1433,1376,0,435,437,436,435,437,436,42,961,1376,1433,0,438,436,437,438,436,437,42,1433,3292,994,0,437,435,307,437,435,307,42,1387,961,1433,0,439,438,437,439,438,437,42,1433,3293,1387,0,437,440,439,437,440,439,42,960,1387,3293,0,441,439,440,441,439,440,42,3293,1433,994,0,440,437,307,440,437,307,42,3293,994,1876,0,440,307,310,440,307,310,42,1876,1562,3293,0,310,442,440,310,442,440,42,960,3293,1562,0,441,440,442,441,440,442,42,1562,1876,993,0,442,310,312,442,310,312,42,1503,960,1562,0,443,441,442,443,441,442,42,1562,3294,1503,0,442,444,443,442,444,443,42,959,1503,3294,0,445,443,444,445,443,444,42,3294,1562,993,0,444,442,312,444,442,312,42,3294,993,1895,0,444,312,314,444,312,314,42,1895,1434,3294,0,314,446,444,314,446,444,42,959,3294,1434,0,445,444,446,445,444,446,42,1434,1895,992,0,446,314,316,446,314,316,42,3295,959,1434,0,447,445,446,447,445,446,42,1434,1792,3295,0,446,318,447,446,318,447,42,990,3295,1792,0,320,447,318,320,447,318,42,1792,1434,992,0,318,446,316,318,446,316,42,1271,959,3295,0,448,445,447,448,445,447,42,3295,1411,1271,0,447,449,448,447,449,448,42,957,1271,1411,0,450,448,449,450,448,449,42,1411,3295,990,0,449,447,320,449,447,320,42,3296,957,1411,0,451,450,449,451,450,449,42,1411,1734,3296,0,449,321,451,449,321,451,42,991,3296,1734,0,323,451,321,323,451,321,42,1734,1411,990,0,321,449,320,321,449,320,42,1202,957,3296,0,452,450,451,452,450,451,42,3296,1278,1202,0,451,453,452,451,453,452,42,958,1202,1278,0,454,452,453,454,452,453,42,1278,3296,991,0,453,451,323,453,451,323,42,3297,956,1535,0,455,456,457,455,456,457,42,1535,3086,3297,0,457,325,455,457,325,455,42,988,3297,3086,0,329,455,325,329,455,325,42,3086,1535,989,0,325,457,326,325,457,326,42,1723,956,3297,0,458,456,455,458,456,455,42,3297,1770,1723,0,455,459,458,455,459,458,42,955,1723,1770,0,460,458,459,460,458,459,42,1770,3297,988,0,459,455,329,459,455,329,42,1829,955,1770,0,461,460,459,461,460,459,42,1770,3298,1829,0,459,462,461,459,462,461,42,954,1829,3298,0,463,461,462,463,461,462,42,3298,1770,988,0,462,459,329,462,459,329,42,3298,988,1320,0,462,329,331,462,329,331,42,1320,1757,3298,0,331,464,462,331,464,462,42,954,3298,1757,0,463,462,464,463,462,464,42,1757,1320,987,0,464,331,333,464,331,333,42,1680,954,1757,0,465,463,464,465,463,464,42,1757,3299,1680,0,464,466,465,464,466,465,42,953,1680,3299,0,467,465,466,467,465,466,42,3299,1757,987,0,466,464,333,466,464,333,42,3299,987,1165,0,466,333,336,466,333,336,42,1165,1470,3299,0,336,468,466,336,468,466,42,953,3299,1470,0,467,466,468,467,466,468,42,1470,1165,986,0,468,336,338,468,336,338,42,3300,953,1470,0,469,467,468,469,467,468,42,1470,3146,3300,0,468,339,469,468,339,469,42,985,3300,3146,0,341,469,339,341,469,339,42,3146,1470,986,0,339,468,338,339,468,338,42,1561,953,3300,0,470,467,469,470,467,469,42,3300,1480,1561,0,469,471,470,469,471,470,42,952,1561,1480,0,472,470,471,472,470,471,42,1480,3300,985,0,471,469,341,471,469,341,42,3301,952,1480,0,473,472,471,473,472,471,42,1480,1697,3301,0,471,343,473,471,343,473,42,984,3301,1697,0,345,473,343,345,473,343,42,1697,1480,985,0,343,471,341,343,471,341,42,2209,952,3301,0,474,472,473,474,472,473,42,3301,2264,2209,0,473,475,474,473,475,474,42,951,2209,2264,0,476,474,475,476,474,475,42,2264,3301,984,0,475,473,345,475,473,345,42,2166,951,2264,0,477,476,475,477,476,475,42,2264,3302,2166,0,475,478,477,475,478,477,42,950,2166,3302,0,479,477,478,479,477,478,42,3302,2264,984,0,478,475,345,478,475,345,42,3302,984,1816,0,478,345,347,478,345,347,42,1816,2215,3302,0,347,480,478,347,480,478,42,950,3302,2215,0,479,478,480,479,478,480,42,2215,1816,983,0,480,347,349,480,347,349,42,2182,950,2215,0,481,479,480,481,479,480,42,2215,3303,2182,0,480,482,481,480,482,481,42,949,2182,3303,0,483,481,482,483,481,482,42,3303,2215,983,0,482,480,349,482,480,349,42,3303,983,1635,0,482,349,351,482,349,351,42,1635,1565,3303,0,351,484,482,351,484,482,42,949,3303,1565,0,483,482,484,483,482,484,42,1565,1635,982,0,484,351,353,484,351,353,42,1613,949,1565,0,485,483,484,485,483,484,42,1565,3304,1613,0,484,486,485,484,486,485,42,948,1613,3304,0,487,485,486,487,485,486,42,3304,1565,982,0,486,484,353,486,484,353,42,3304,982,2181,0,486,353,356,486,353,356,42,2181,1662,3304,0,356,488,486,356,488,486,42,948,3304,1662,0,487,486,488,487,486,488,42,1662,2181,981,0,488,356,358,488,356,358,42,3305,948,1662,0,489,487,488,489,487,488,42,1662,2138,3305,0,488,359,489,488,359,489,42,980,3305,2138,0,361,489,359,361,489,359,42,2138,1662,981,0,359,488,358,359,488,358,42,1618,948,3305,0,490,487,489,490,487,489,42,3305,1800,1618,0,489,491,490,489,491,490,42,947,1618,1800,0,492,490,491,492,490,491,42,1800,3305,980,0,491,489,361,491,489,361,42,1710,947,1800,0,493,492,491,493,492,491,42,1800,3306,1710,0,491,494,493,491,494,493,42,946,1710,3306,0,495,493,494,495,493,494,42,3306,1800,980,0,494,491,361,494,491,361,42,3306,980,2141,0,494,361,363,494,361,363,42,2141,1622,3306,0,363,496,494,363,496,494,42,946,3306,1622,0,495,494,496,495,494,496,42,1622,2141,979,0,496,363,365,496,363,365,42,3089,946,1622,0,497,495,496,497,495,496,42,1622,3307,3089,0,496,498,497,496,498,497,42,945,3089,3307,0,499,497,498,499,497,498,42,3307,1622,979,0,498,496,365,498,496,365,42,3307,979,1566,0,498,365,367,498,365,367,42,1566,3162,3307,0,367,500,498,367,500,498,42,945,3307,3162,0,499,498,500,499,498,500,42,3162,1566,978,0,500,367,369,500,367,369,42,1099,945,3162,0,501,499,500,501,499,500,42,3162,3308,1099,0,500,502,501,500,502,501,42,944,1099,3308,0,503,501,502,503,501,502,42,3308,3162,978,0,502,500,369,502,500,369,42,3308,978,1721,0,502,369,371,502,369,371,42,1721,3173,3308,0,371,504,502,371,504,502,42,944,3308,3173,0,503,502,504,503,502,504,42,3173,1721,977,0,504,371,373,504,371,373,42,1214,944,3173,0,505,503,504,505,503,504,42,3173,3309,1214,0,504,506,505,504,506,505,42,943,1214,3309,0,507,505,506,507,505,506,42,3309,3173,977,0,506,504,373,506,504,373,42,3309,977,1861,0,506,373,375,506,373,375,42,1861,3163,3309,0,375,508,506,375,508,506,42,943,3309,3163,0,507,506,508,507,506,508,42,3163,1861,976,0,508,375,377,508,375,377,42,3310,943,3163,0,509,507,508,509,507,508,42,3163,1722,3310,0,508,379,509,508,379,509,42,975,3310,1722,0,381,509,379,381,509,379,42,1722,3163,976,0,379,508,377,379,508,377,42,3189,943,3310,0,510,507,509,510,507,509,42,3310,3147,3189,0,509,511,510,509,511,510,42,942,3189,3147,0,512,510,511,512,510,511,42,3147,3310,975,0,511,509,381,511,509,381,42,2983,942,3147,0,513,512,511,513,512,511,42,3147,3311,2983,0,511,514,513,511,514,513,42,941,2983,3311,0,515,513,514,515,513,514,42,3311,3147,975,0,514,511,381,514,511,381,42,3311,975,1567,0,514,381,383,514,381,383,42,1567,1594,3311,0,383,516,514,383,516,514,42,941,3311,1594,0,515,514,516,515,514,516,42,1594,1567,974,0,516,383,385,516,383,385,42,1639,941,1594,0,517,515,516,517,515,516,42,1594,3312,1639,0,516,518,517,516,518,517,42,940,1639,3312,0,519,517,518,519,517,518,42,3312,1594,974,0,518,516,385,518,516,385,42,3312,974,1217,0,518,385,387,518,385,387,42,1217,1730,3312,0,387,520,518,387,520,518,42,940,3312,1730,0,519,518,520,519,518,520,42,1730,1217,973,0,520,387,389,520,387,389,42,3313,940,1730,0,521,519,520,521,519,520,42,1730,1211,3313,0,520,392,521,520,392,521,42,972,3313,1211,0,394,521,392,394,521,392,42,1211,1730,973,0,392,520,389,392,520,389,42,1679,940,3313,0,522,519,521,522,519,521,42,3313,1628,1679,0,521,523,522,521,523,522,42,939,1679,1628,0,524,522,523,524,522,523,42,1628,3313,972,0,523,521,394,523,521,394,42,3314,939,1628,0,525,524,523,525,524,523,42,1628,1502,3314,0,523,395,525,523,395,525,42,971,3314,1502,0,397,525,395,397,525,395,42,1502,1628,972,0,395,523,394,395,523,394,42,1951,939,3314,0,526,524,525,526,524,525,42,3314,2031,1951,0,525,527,526,525,527,526,42,938,1951,2031,0,528,526,527,528,526,527,42,2031,3314,971,0,527,525,397,527,525,397,42,3315,938,2031,0,529,528,527,529,528,527,42,2031,1488,3315,0,527,399,529,527,399,529,42,970,3315,1488,0,401,529,399,401,529,399,42,1488,2031,971,0,399,527,397,399,527,397,42,1842,938,3315,0,530,528,529,530,528,529,42,3315,2195,1842,0,529,531,530,529,531,530,42,937,1842,2195,0,532,530,531,532,530,531,42,2195,3315,970,0,531,529,401,531,529,401,42,3316,937,2195,0,533,532,531,533,532,531,42,2195,1801,3316,0,531,404,533,531,404,533,42,969,3316,1801,0,406,533,404,406,533,404,42,1801,2195,970,0,404,531,401,404,531,401,42,2253,937,3316,0,534,532,533,534,532,533,42,3316,2203,2253,0,533,535,534,533,535,534,42,936,2253,2203,0,536,534,535,536,534,535,42,2203,3316,969,0,535,533,406,535,533,406,42,3317,936,2203,0,537,536,535,537,536,535,42,2203,1425,3317,0,535,407,537,535,407,537,42,968,3317,1425,0,409,537,407,409,537,407,42,1425,2203,969,0,407,535,406,407,535,406,42,1843,936,3317,0,538,536,537,538,536,537,42,3317,1941,1843,0,537,539,538,537,539,538,42,935,1843,1941,0,540,538,539,540,538,539,42,1941,3317,968,0,539,537,409,539,537,409,42,3318,935,1941,0,541,540,539,541,540,539,42,1941,1538,3318,0,539,412,541,539,412,541,42,967,3318,1538,0,414,541,412,414,541,412,42,1538,1941,968,0,412,539,409,412,539,409,42,2023,935,3318,0,542,540,541,542,540,541,42,3318,1972,2023,0,541,543,542,541,543,542,42,934,2023,1972,0,544,542,543,544,542,543,42,1972,3318,967,0,543,541,414,543,541,414,42,3319,934,1972,0,545,544,543,545,544,543,42,1972,1435,3319,0,543,415,545,543,415,545,42,966,3319,1435,0,417,545,415,417,545,415,42,1435,1972,967,0,415,543,414,415,543,414,42,1893,934,3319,0,546,544,545,546,544,545,42,3319,1698,1893,0,545,547,546,545,547,546,42,933,1893,1698,0,548,546,547,548,546,547,42,1698,3319,966,0,547,545,417,547,545,417,42,3320,933,1698,0,549,548,547,549,548,547,42,1698,2358,3320,0,547,420,549,547,420,549,42,965,3320,2358,0,422,549,420,422,549,420,42,2358,1698,966,0,420,547,417,420,547,417,42,2853,933,3320,0,550,548,549,550,548,549,42,3320,2934,2853,0,549,551,550,549,551,550,42,932,2853,2934,0,552,550,551,552,550,551,42,2934,3320,965,0,551,549,422,551,549,422,42,3321,932,2934,0,553,552,551,553,552,551,42,2934,1334,3321,0,551,424,553,551,424,553,42,964,3321,1334,0,426,553,424,426,553,424,42,1334,2934,965,0,424,551,422,424,551,422,42,2858,932,3321,0,554,552,553,554,552,553,42,3321,3068,2858,0,553,555,554,553,555,554,42,931,2858,3068,0,556,554,555,556,554,555,42,3068,3321,964,0,555,553,426,555,553,426,42,3322,931,3068,0,557,556,555,557,556,555,42,3068,1338,3322,0,555,428,557,555,428,557,42,963,3322,1338,0,430,557,428,430,557,428,42,1338,3068,964,0,428,555,426,428,555,426,42,2878,931,3322,0,558,556,557,558,556,557,42,3322,2946,2878,0,557,559,558,557,559,558,42,930,2878,2946,0,560,558,559,560,558,559,42,2946,3322,963,0,559,557,430,559,557,430,42,3323,930,2946,0,561,560,559,561,560,559,42,2946,1359,3323,0,559,432,561,559,432,561,42,962,3323,1359,0,434,561,432,434,561,432,42,1359,2946,963,0,432,559,430,432,559,430,42,2891,930,3323,0,562,560,561,562,560,561,42,3323,1236,2891,0,561,563,562,561,563,562,42,929,2891,1236,0,564,562,563,564,562,563,42,1236,3323,962,0,563,561,434,563,561,434,42,3324,929,1236,0,565,564,563,565,564,563,42,1236,1376,3324,0,563,436,565,563,436,565,42,961,3324,1376,0,438,565,436,438,565,436,42,1376,1236,962,0,436,563,434,436,563,434,42,2909,929,3324,0,566,564,565,566,564,565,42,3324,2980,2909,0,565,567,566,565,567,566,42,928,2909,2980,0,568,566,567,568,566,567,42,2980,3324,961,0,567,565,438,567,565,438,42,3024,928,2980,0,569,568,567,569,568,567,42,2980,3325,3024,0,567,570,569,567,570,569,42,927,3024,3325,0,571,569,570,571,569,570,42,3325,2980,961,0,570,567,438,570,567,438,42,3325,961,1387,0,570,438,439,570,438,439,42,1387,3105,3325,0,439,572,570,439,572,570,42,927,3325,3105,0,571,570,572,571,570,572,42,3105,1387,960,0,572,439,441,572,439,441,42,3007,927,3105,0,573,571,572,573,571,572,42,3105,3326,3007,0,572,574,573,572,574,573,42,926,3007,3326,0,575,573,574,575,573,574,42,3326,3105,960,0,574,572,441,574,572,441,42,3326,960,1503,0,574,441,443,574,441,443,42,1503,2947,3326,0,443,576,574,443,576,574,42,926,3326,2947,0,575,574,576,575,574,576,42,2947,1503,959,0,576,443,445,576,443,445,42,3327,926,2947,0,577,575,576,577,575,576,42,2947,1271,3327,0,576,448,577,576,448,577,42,957,3327,1271,0,450,577,448,450,577,448,42,1271,2947,959,0,448,576,445,448,576,445,42,2782,926,3327,0,578,575,577,578,575,577,42,3327,1840,2782,0,577,579,578,577,579,578,42,924,2782,1840,0,580,578,579,580,578,579,42,1840,3327,957,0,579,577,450,579,577,450,42,2719,924,1840,0,581,580,579,581,580,579,42,1840,3328,2719,0,579,582,581,579,582,581,42,925,2719,3328,0,583,581,582,583,581,582,42,3328,1840,957,0,582,579,450,582,579,450,42,3328,957,1202,0,582,450,452,582,450,452,42,1202,2806,3328,0,452,584,582,452,584,582,42,925,3328,2806,0,583,582,584,583,582,584,42,2806,1202,958,0,584,452,454,584,452,454,42,2233,923,1969,0,585,586,587,585,586,587,42,1969,3329,2233,0,587,588,585,587,588,585,42,922,2233,3329,0,589,585,588,589,585,588,42,3329,1969,956,0,588,587,456,588,587,456,42,3329,956,1723,0,588,456,458,588,456,458,42,1723,2199,3329,0,458,590,588,458,590,588,42,922,3329,2199,0,589,588,590,589,588,590,42,2199,1723,955,0,590,458,460,590,458,460,42,3330,922,2199,0,591,589,590,591,589,590,42,2199,1829,3330,0,590,461,591,590,461,591,42,954,3330,1829,0,463,591,461,463,591,461,42,1829,2199,955,0,461,590,460,461,590,460,42,2344,922,3330,0,592,589,591,592,589,591,42,3330,2177,2344,0,591,593,592,591,593,592,42,921,2344,2177,0,594,592,593,594,592,593,42,2177,3330,954,0,593,591,463,593,591,463,42,3331,921,2177,0,595,594,593,595,594,593,42,2177,1680,3331,0,593,465,595,593,465,595,42,953,3331,1680,0,467,595,465,467,595,465,42,1680,2177,954,0,465,593,463,465,593,463,42,2223,921,3331,0,596,594,595,596,594,595,42,3331,1936,2223,0,595,597,596,595,597,596,42,920,2223,1936,0,598,596,597,598,596,597,42,1936,3331,953,0,597,595,467,597,595,467,42,2088,920,1936,0,599,598,597,599,598,597,42,1936,3332,2088,0,597,600,599,597,600,599,42,919,2088,3332,0,601,599,600,601,599,600,42,3332,1936,953,0,600,597,467,600,597,467,42,3332,953,1561,0,600,467,470,600,467,470,42,1561,1922,3332,0,470,602,600,470,602,600,42,919,3332,1922,0,601,600,602,601,600,602,42,1922,1561,952,0,602,470,472,602,470,472,42,2699,919,1922,0,603,601,602,603,601,602,42,1922,3333,2699,0,602,604,603,602,604,603,42,918,2699,3333,0,605,603,604,605,603,604,42,3333,1922,952,0,604,602,472,604,602,472,42,3333,952,2209,0,604,472,474,604,472,474,42,2209,2821,3333,0,474,606,604,474,606,604,42,918,3333,2821,0,605,604,606,605,604,606,42,2821,2209,951,0,606,474,476,606,474,476,42,2711,918,2821,0,607,605,606,607,605,606,42,2821,3334,2711,0,606,608,607,606,608,607,42,917,2711,3334,0,609,607,608,609,607,608,42,3334,2821,951,0,608,606,476,608,606,476,42,3334,951,2166,0,608,476,477,608,476,477,42,2166,2703,3334,0,477,610,608,477,610,608,42,917,3334,2703,0,609,608,610,609,608,610,42,2703,2166,950,0,610,477,479,610,477,479,42,2672,917,2703,0,611,609,610,611,609,610,42,2703,3335,2672,0,610,612,611,610,612,611,42,916,2672,3335,0,613,611,612,613,611,612,42,3335,2703,950,0,612,610,479,612,610,479,42,3335,950,2182,0,612,479,481,612,479,481,42,2182,3065,3335,0,481,614,612,481,614,612,42,916,3335,3065,0,613,612,614,613,612,614,42,3065,2182,949,0,614,481,483,614,481,483,42,3190,916,3065,0,615,613,614,615,613,614,42,3065,3336,3190,0,614,616,615,614,616,615,42,915,3190,3336,0,617,615,616,617,615,616,42,3336,3065,949,0,616,614,483,616,614,483,42,3336,949,1613,0,616,483,485,616,483,485,42,1613,3186,3336,0,485,618,616,485,618,616,42,915,3336,3186,0,617,616,618,617,616,618,42,3186,1613,948,0,618,485,487,618,485,487,42,1292,915,3186,0,619,617,618,619,617,618,42,3186,3337,1292,0,618,620,619,618,620,619,42,914,1292,3337,0,621,619,620,621,619,620,42,3337,3186,948,0,620,618,487,620,618,487,42,3337,948,1618,0,620,487,490,620,487,490,42,1618,3148,3337,0,490,622,620,490,622,620,42,914,3337,3148,0,621,620,622,621,620,622,42,3148,1618,947,0,622,490,492,622,490,492,42,3338,914,3148,0,623,621,622,623,621,622,42,3148,1710,3338,0,622,493,623,622,493,623,42,946,3338,1710,0,495,623,493,495,623,493,42,1710,3148,947,0,493,622,492,493,622,492,42,1163,914,3338,0,624,621,623,624,621,623,42,3338,3164,1163,0,623,625,624,623,625,624,42,913,1163,3164,0,626,624,625,626,624,625,42,3164,3338,946,0,625,623,495,625,623,495,42,2657,913,3164,0,627,626,625,627,626,625,42,3164,3339,2657,0,625,628,627,625,628,627,42,912,2657,3339,0,629,627,628,629,627,628,42,3339,3164,946,0,628,625,495,628,625,495,42,3339,946,3089,0,628,495,497,628,495,497,42,3089,2652,3339,0,497,630,628,497,630,628,42,912,3339,2652,0,629,628,630,629,628,630,42,2652,3089,945,0,630,497,499,630,497,499,42,2777,912,2652,0,631,629,630,631,629,630,42,2652,3340,2777,0,630,632,631,630,632,631,42,911,2777,3340,0,633,631,632,633,631,632,42,3340,2652,945,0,632,630,499,632,630,499,42,3340,945,1099,0,632,499,501,632,499,501,42,1099,2640,3340,0,501,634,632,501,634,632,42,911,3340,2640,0,633,632,634,633,632,634,42,2640,1099,944,0,634,501,503,634,501,503,42,2905,911,2640,0,635,633,634,635,633,634,42,2640,3341,2905,0,634,636,635,634,636,635,42,910,2905,3341,0,637,635,636,637,635,636,42,3341,2640,944,0,636,634,503,636,634,503,42,3341,944,1214,0,636,503,505,636,503,505,42,1214,2627,3341,0,505,638,636,505,638,636,42,910,3341,2627,0,637,636,638,637,636,638,42,2627,1214,943,0,638,505,507,638,505,507,42,2548,910,2627,0,639,637,638,639,637,638,42,2627,3342,2548,0,638,640,639,638,640,639,42,909,2548,3342,0,641,639,640,641,639,640,42,3342,2627,943,0,640,638,507,640,638,507,42,3342,943,3189,0,640,507,510,640,507,510,42,3189,2537,3342,0,510,642,640,510,642,640,42,909,3342,2537,0,641,640,642,641,640,642,42,2537,3189,942,0,642,510,512,642,510,512,42,2541,909,2537,0,643,641,642,643,641,642,42,2537,3343,2541,0,642,644,643,642,644,643,42,908,2541,3343,0,645,643,644,645,643,644,42,3343,2537,942,0,644,642,512,644,642,512,42,3343,942,2983,0,644,512,513,644,512,513,42,2983,2115,3343,0,513,646,644,513,646,644,42,908,3343,2115,0,645,644,646,645,644,646,42,2115,2983,941,0,646,513,515,646,513,515,42,2304,908,2115,0,647,645,646,647,645,646,42,2115,3344,2304,0,646,648,647,646,648,647,42,907,2304,3344,0,649,647,648,649,647,648,42,3344,2115,941,0,648,646,515,648,646,515,42,3344,941,1639,0,648,515,517,648,515,517,42,1639,2291,3344,0,517,650,648,517,650,648,42,907,3344,2291,0,649,648,650,649,648,650,42,2291,1639,940,0,650,517,519,650,517,519,42,3345,907,2291,0,651,649,650,651,649,650,42,2291,1679,3345,0,650,522,651,650,522,651,42,939,3345,1679,0,524,651,522,524,651,522,42,1679,2291,940,0,522,650,519,522,650,519,42,2284,907,3345,0,652,649,651,652,649,651,42,3345,2142,2284,0,651,653,652,651,653,652,42,906,2284,2142,0,654,652,653,654,652,653,42,2142,3345,939,0,653,651,524,653,651,524,42,3346,906,2142,0,655,654,653,655,654,653,42,2142,1951,3346,0,653,526,655,653,526,655,42,938,3346,1951,0,528,655,526,528,655,526,42,1951,2142,939,0,526,653,524,526,653,524,42,2610,906,3346,0,656,654,655,656,654,655,42,3346,2472,2610,0,655,657,656,655,657,656,42,905,2610,2472,0,658,656,657,658,656,657,42,2472,3346,938,0,657,655,528,657,655,528,42,3347,905,2472,0,659,658,657,659,658,657,42,2472,1842,3347,0,657,530,659,657,530,659,42,937,3347,1842,0,532,659,530,532,659,530,42,1842,2472,938,0,530,657,528,530,657,528,42,2487,905,3347,0,660,658,659,660,658,659,42,3347,2750,2487,0,659,661,660,659,661,660,42,904,2487,2750,0,662,660,661,662,660,661,42,2750,3347,937,0,661,659,532,661,659,532,42,2879,904,2750,0,663,662,661,663,662,661,42,2750,3348,2879,0,661,664,663,661,664,663,42,903,2879,3348,0,665,663,664,665,663,664,42,3348,2750,937,0,664,661,532,664,661,532,42,3348,937,2253,0,664,532,534,664,532,534,42,2253,2739,3348,0,534,666,664,534,666,664,42,903,3348,2739,0,665,664,666,665,664,666,42,2739,2253,936,0,666,534,536,666,534,536,42,3349,903,2739,0,667,665,666,667,665,666,42,2739,1843,3349,0,666,538,667,666,538,667,42,935,3349,1843,0,540,667,538,540,667,538,42,1843,2739,936,0,538,666,536,538,666,536,42,2495,903,3349,0,668,665,667,668,665,667,42,3349,2489,2495,0,667,669,668,667,669,668,42,902,2495,2489,0,670,668,669,670,668,669,42,2489,3349,935,0,669,667,540,669,667,540,42,3350,902,2489,0,671,670,669,671,670,669,42,2489,2023,3350,0,669,542,671,669,542,671,42,934,3350,2023,0,544,671,542,544,671,542,42,2023,2489,935,0,542,669,540,542,669,540,42,2648,902,3350,0,672,670,671,672,670,671,42,3350,2503,2648,0,671,673,672,671,673,672,42,901,2648,2503,0,674,672,673,674,672,673,42,2503,3350,934,0,673,671,544,673,671,544,42,3351,901,2503,0,675,674,673,675,674,673,42,2503,1893,3351,0,673,546,675,673,546,675,42,933,3351,1893,0,548,675,546,548,675,546,42,1893,2503,934,0,546,673,544,546,673,544,42,2408,901,3351,0,676,674,675,676,674,675,42,3351,1190,2408,0,675,677,676,675,677,676,42,900,2408,1190,0,678,676,677,678,676,677,42,1190,3351,933,0,677,675,548,677,675,548,42,3352,900,1190,0,679,678,677,679,678,677,42,1190,2853,3352,0,677,550,679,677,550,679,42,932,3352,2853,0,552,679,550,552,679,550,42,2853,1190,933,0,550,677,548,550,677,548,42,2412,900,3352,0,680,678,679,680,678,679,42,3352,2402,2412,0,679,681,680,679,681,680,42,899,2412,2402,0,682,680,681,682,680,681,42,2402,3352,932,0,681,679,552,681,679,552,42,3353,899,2402,0,683,682,681,683,682,681,42,2402,2858,3353,0,681,554,683,681,554,683,42,931,3353,2858,0,556,683,554,556,683,554,42,2858,2402,932,0,554,681,552,554,681,552,42,2432,899,3353,0,684,682,683,684,682,683,42,3353,2565,2432,0,683,685,684,683,685,684,42,898,2432,2565,0,686,684,685,686,684,685,42,2565,3353,931,0,685,683,556,685,683,556,42,3354,898,2565,0,687,686,685,687,686,685,42,2565,2878,3354,0,685,558,687,685,558,687,42,930,3354,2878,0,560,687,558,560,687,558,42,2878,2565,931,0,558,685,556,558,685,556,42,2446,898,3354,0,688,686,687,688,686,687,42,3354,2438,2446,0,687,689,688,687,689,688,42,897,2446,2438,0,690,688,689,690,688,689,42,2438,3354,930,0,689,687,560,689,687,560,42,3355,897,2438,0,691,690,689,691,690,689,42,2438,2891,3355,0,689,562,691,689,562,691,42,929,3355,2891,0,564,691,562,564,691,562,42,2891,2438,930,0,562,689,560,562,689,560,42,2457,897,3355,0,692,690,691,692,690,691,42,3355,2848,2457,0,691,693,692,691,693,692,42,896,2457,2848,0,694,692,693,694,692,693,42,2848,3355,929,0,693,691,564,693,691,564,42,3356,896,2848,0,695,694,693,695,694,693,42,2848,2909,3356,0,693,566,695,693,566,695,42,928,3356,2909,0,568,695,566,568,695,566,42,2909,2848,929,0,566,693,564,566,693,564,42,2841,896,3356,0,696,694,695,696,694,695,42,3356,2439,2841,0,695,697,696,695,697,696,42,895,2841,2439,0,698,696,697,698,696,697,42,2439,3356,928,0,697,695,568,697,695,568,42,2578,895,2439,0,699,698,697,699,698,697,42,2439,3357,2578,0,697,700,699,697,700,699,42,894,2578,3357,0,701,699,700,701,699,700,42,3357,2439,928,0,700,697,568,700,697,568,42,3357,928,3024,0,700,568,569,700,568,569,42,3024,2566,3357,0,569,702,700,569,702,700,42,894,3357,2566,0,701,700,702,701,700,702,42,2566,3024,927,0,702,569,571,702,569,571,42,2549,894,2566,0,703,701,702,703,701,702,42,2566,3358,2549,0,702,704,703,702,704,703,42,893,2549,3358,0,705,703,704,705,703,704,42,3358,2566,927,0,704,702,571,704,702,571,42,3358,927,3007,0,704,571,573,704,571,573,42,3007,2403,3358,0,573,706,704,573,706,704,42,893,3358,2403,0,705,704,706,705,704,706,42,2403,3007,926,0,706,573,575,706,573,575,42,2159,893,2403,0,707,705,706,707,705,706,42,2403,3359,2159,0,706,708,707,706,708,707,42,891,2159,3359,0,709,707,708,709,707,708,42,3359,2403,926,0,708,706,575,708,706,575,42,3359,926,2782,0,708,575,578,708,575,578,42,2782,2575,3359,0,578,710,708,578,710,708,42,891,3359,2575,0,709,708,710,709,708,710,42,2575,2782,924,0,710,578,580,710,578,580,42,3360,891,2575,0,711,709,710,711,709,710,42,2575,2719,3360,0,710,581,711,710,581,711,42,925,3360,2719,0,583,711,581,583,711,581,42,2719,2575,924,0,581,710,580,581,710,580,42,2214,891,3360,0,712,709,711,712,709,711,42,3360,2265,2214,0,711,713,712,711,713,712,42,892,2214,2265,0,714,712,713,714,712,713,42,2265,3360,925,0,713,711,583,713,711,583,42,3361,890,2553,0,715,716,717,715,716,717,42,2553,2233,3361,0,717,585,715,717,585,715,42,922,3361,2233,0,589,715,585,589,715,585,42,2233,2553,923,0,585,717,586,585,717,586,42,2715,890,3361,0,718,716,715,718,716,715,42,3361,2798,2715,0,715,719,718,715,719,718,42,889,2715,2798,0,720,718,719,720,718,719,42,2798,3361,922,0,719,715,589,719,715,589,42,3362,889,2798,0,721,720,719,721,720,719,42,2798,2344,3362,0,719,592,721,719,592,721,42,921,3362,2344,0,594,721,592,594,721,592,42,2344,2798,922,0,592,719,589,592,719,589,42,2864,889,3362,0,722,720,721,722,720,721,42,3362,2810,2864,0,721,723,722,721,723,722,42,888,2864,2810,0,724,722,723,724,722,723,42,2810,3362,921,0,723,721,594,723,721,594,42,3363,888,2810,0,725,724,723,725,724,723,42,2810,2223,3363,0,723,596,725,723,596,725,42,920,3363,2223,0,598,725,596,598,725,596,42,2223,2810,921,0,596,723,594,596,723,594,42,2716,888,3363,0,726,724,725,726,724,725,42,3363,2534,2716,0,725,727,726,725,727,726,42,887,2716,2534,0,728,726,727,728,726,727,42,2534,3363,920,0,727,725,598,727,725,598,42,3364,887,2534,0,729,728,727,729,728,727,42,2534,2088,3364,0,727,599,729,727,599,729,42,919,3364,2088,0,601,729,599,601,729,599,42,2088,2534,920,0,599,727,598,599,727,598,42,3184,887,3364,0,730,728,729,730,728,729,42,3364,1135,3184,0,729,731,730,729,731,730,42,886,3184,1135,0,732,730,731,732,730,731,42,1135,3364,919,0,731,729,601,731,729,601,42,3192,886,1135,0,733,732,731,733,732,731,42,1135,3365,3192,0,731,734,733,731,734,733,42,885,3192,3365,0,735,733,734,735,733,734,42,3365,1135,919,0,734,731,601,734,731,601,42,3365,919,2699,0,734,601,603,734,601,603,42,2699,1289,3365,0,603,736,734,603,736,734,42,885,3365,1289,0,735,734,736,735,734,736,42,1289,2699,918,0,736,603,605,736,603,605,42,3168,885,1289,0,737,735,736,737,735,736,42,1289,3366,3168,0,736,738,737,736,738,737,42,884,3168,3366,0,739,737,738,739,737,738,42,3366,1289,918,0,738,736,605,738,736,605,42,3366,918,2711,0,738,605,607,738,605,607,42,2711,1116,3366,0,607,740,738,607,740,738,42,884,3366,1116,0,739,738,740,739,738,740,42,1116,2711,917,0,740,607,609,740,607,609,42,3169,884,1116,0,741,739,740,741,739,740,42,1116,3367,3169,0,740,742,741,740,742,741,42,883,3169,3367,0,743,741,742,743,741,742,42,3367,1116,917,0,742,740,609,742,740,609,42,3367,917,2672,0,742,609,611,742,609,611,42,2672,2598,3367,0,611,744,742,611,744,742,42,883,3367,2598,0,743,742,744,743,742,744,42,2598,2672,916,0,744,611,613,744,611,613,42,2738,883,2598,0,745,743,744,745,743,744,42,2598,3368,2738,0,744,746,745,744,746,745,42,882,2738,3368,0,747,745,746,747,745,746,42,3368,2598,916,0,746,744,613,746,744,613,42,3368,916,3190,0,746,613,615,746,613,615,42,3190,2681,3368,0,615,748,746,615,748,746,42,882,3368,2681,0,747,746,748,747,746,748,42,2681,3190,915,0,748,615,617,748,615,617,42,2885,882,2681,0,749,747,748,749,747,748,42,2681,3369,2885,0,748,750,749,748,750,749,42,881,2885,3369,0,751,749,750,751,749,750,42,3369,2681,915,0,750,748,617,750,748,617,42,3369,915,1292,0,750,617,619,750,617,619,42,1292,2696,3369,0,619,752,750,619,752,750,42,881,3369,2696,0,751,750,752,751,750,752,42,2696,1292,914,0,752,619,621,752,619,621,42,2759,881,2696,0,753,751,752,753,751,752,42,2696,3370,2759,0,752,754,753,752,754,753,42,880,2759,3370,0,755,753,754,755,753,754,42,3370,2696,914,0,754,752,621,754,752,621,42,3370,914,1163,0,754,621,624,754,621,624,42,1163,2707,3370,0,624,756,754,624,756,754,42,880,3370,2707,0,755,754,756,755,754,756,42,2707,1163,913,0,756,624,626,756,624,626,42,3371,880,2707,0,757,755,756,757,755,756,42,2707,2657,3371,0,756,627,757,756,627,757,42,912,3371,2657,0,629,757,627,629,757,627,42,2657,2707,913,0,627,756,626,627,756,626,42,2077,880,3371,0,758,755,757,758,755,757,42,3371,2145,2077,0,757,759,758,757,759,758,42,879,2077,2145,0,760,758,759,760,758,759,42,2145,3371,912,0,759,757,629,759,757,629,42,2192,879,2145,0,761,760,759,761,760,759,42,2145,3372,2192,0,759,762,761,759,762,761,42,878,2192,3372,0,763,761,762,763,761,762,42,3372,2145,912,0,762,759,629,762,759,629,42,3372,912,2777,0,762,629,631,762,629,631,42,2777,2133,3372,0,631,764,762,631,764,762,42,878,3372,2133,0,763,762,764,763,762,764,42,2133,2777,911,0,764,631,633,764,631,633,42,2236,878,2133,0,765,763,764,765,763,764,42,2133,3373,2236,0,764,766,765,764,766,765,42,877,2236,3373,0,767,765,766,767,765,766,42,3373,2133,911,0,766,764,633,766,764,633,42,3373,911,2905,0,766,633,635,766,633,635,42,2905,2186,3373,0,635,768,766,635,768,766,42,877,3373,2186,0,767,766,768,767,766,768,42,2186,2905,910,0,768,635,637,768,635,637,42,1990,877,2186,0,769,767,768,769,767,768,42,2186,3374,1990,0,768,770,769,768,770,769,42,876,1990,3374,0,771,769,770,771,769,770,42,3374,2186,910,0,770,768,637,770,768,637,42,3374,910,2548,0,770,637,639,770,637,639,42,2548,2054,3374,0,639,772,770,639,772,770,42,876,3374,2054,0,771,770,772,771,770,772,42,2054,2548,909,0,772,639,641,772,639,641,42,2028,876,2054,0,773,771,772,773,771,772,42,2054,3375,2028,0,772,774,773,772,774,773,42,875,2028,3375,0,775,773,774,775,773,774,42,3375,2054,909,0,774,772,641,774,772,641,42,3375,909,2541,0,774,641,643,774,641,643,42,2541,2763,3375,0,643,776,774,643,776,774,42,875,3375,2763,0,775,774,776,775,774,776,42,2763,2541,908,0,776,643,645,776,643,645,42,2802,875,2763,0,777,775,776,777,775,776,42,2763,3376,2802,0,776,778,777,776,778,777,42,874,2802,3376,0,779,777,778,779,777,778,42,3376,2763,908,0,778,776,645,778,776,645,42,3376,908,2304,0,778,645,647,778,645,647,42,2304,2886,3376,0,647,780,778,647,780,778,42,874,3376,2886,0,779,778,780,779,778,780,42,2886,2304,907,0,780,647,649,780,647,649,42,2973,874,2886,0,781,779,780,781,779,780,42,2886,3377,2973,0,780,782,781,780,782,781,42,873,2973,3377,0,783,781,782,783,781,782,42,3377,2886,907,0,782,780,649,782,780,649,42,3377,907,2284,0,782,649,652,782,649,652,42,2284,3060,3377,0,652,784,782,652,784,782,42,873,3377,3060,0,783,782,784,783,782,784,42,3060,2284,906,0,784,652,654,784,652,654,42,3378,873,3060,0,785,783,784,785,783,784,42,3060,2610,3378,0,784,656,785,784,656,785,42,905,3378,2610,0,658,785,656,658,785,656,42,2610,3060,906,0,656,784,654,656,784,654,42,3123,873,3378,0,786,783,785,786,783,785,42,3378,3071,3123,0,785,787,786,785,787,786,42,872,3123,3071,0,788,786,787,788,786,787,42,3071,3378,905,0,787,785,658,787,785,658,42,2974,872,3071,0,789,788,787,789,788,787,42,3071,3379,2974,0,787,790,789,787,790,789,42,871,2974,3379,0,791,789,790,791,789,790,42,3379,3071,905,0,790,787,658,790,787,658,42,3379,905,2487,0,790,658,660,790,658,660,42,2487,1182,3379,0,660,792,790,660,792,790,42,871,3379,1182,0,791,790,792,791,790,792,42,1182,2487,904,0,792,660,662,792,660,662,42,1263,871,1182,0,793,791,792,793,791,792,42,1182,3380,1263,0,792,794,793,792,794,793,42,870,1263,3380,0,795,793,794,795,793,794,42,3380,1182,904,0,794,792,662,794,792,662,42,3380,904,2879,0,794,662,663,794,662,663,42,2879,1207,3380,0,663,796,794,663,796,794,42,870,3380,1207,0,795,794,796,795,794,796,42,1207,2879,903,0,796,663,665,796,663,665,42,3381,870,1207,0,797,795,796,797,795,796,42,1207,2495,3381,0,796,668,797,796,668,797,42,902,3381,2495,0,670,797,668,670,797,668,42,2495,1207,903,0,668,796,665,668,796,665,42,3012,870,3381,0,798,795,797,798,795,797,42,3381,3096,3012,0,797,799,798,797,799,798,42,869,3012,3096,0,800,798,799,800,798,799,42,3096,3381,902,0,799,797,670,799,797,670,42,3382,869,3096,0,801,800,799,801,800,799,42,3096,2648,3382,0,799,672,801,799,672,801,42,901,3382,2648,0,674,801,672,674,801,672,42,2648,3096,902,0,672,799,670,672,799,670,42,2916,869,3382,0,802,800,801,802,800,801,42,3382,2988,2916,0,801,803,802,801,803,802,42,868,2916,2988,0,804,802,803,804,802,803,42,2988,3382,901,0,803,801,674,803,801,674,42,3383,868,2988,0,805,804,803,805,804,803,42,2988,2408,3383,0,803,676,805,803,676,805,42,900,3383,2408,0,678,805,676,678,805,676,42,2408,2988,901,0,676,803,674,676,803,674,42,2920,868,3383,0,806,804,805,806,804,805,42,3383,2865,2920,0,805,807,806,805,807,806,42,867,2920,2865,0,808,806,807,808,806,807,42,2865,3383,900,0,807,805,678,807,805,678,42,3384,867,2865,0,809,808,807,809,808,807,42,2865,2412,3384,0,807,680,809,807,680,809,42,899,3384,2412,0,682,809,680,682,809,680,42,2412,2865,900,0,680,807,678,680,807,678,42,1880,867,3384,0,810,808,809,810,808,809,42,3384,1937,1880,0,809,811,810,809,811,810,42,866,1880,1937,0,812,810,811,812,810,811,42,1937,3384,899,0,811,809,682,811,809,682,42,3385,866,1937,0,813,812,811,813,812,811,42,1937,2432,3385,0,811,684,813,811,684,813,42,898,3385,2432,0,686,813,684,686,813,684,42,2432,1937,899,0,684,811,682,684,811,682,42,1897,866,3385,0,814,812,813,814,812,813,42,3385,2076,1897,0,813,815,814,813,815,814,42,865,1897,2076,0,816,814,815,816,814,815,42,2076,3385,898,0,815,813,686,815,813,686,42,1909,865,2076,0,817,816,815,817,816,815,42,2076,3386,1909,0,815,818,817,815,818,817,42,864,1909,3386,0,819,817,818,819,817,818,42,3386,2076,898,0,818,815,686,818,815,686,42,3386,898,2446,0,818,686,688,818,686,688,42,2446,1973,3386,0,688,820,818,688,820,818,42,864,3386,1973,0,819,818,820,819,818,820,42,1973,2446,897,0,820,688,690,820,688,690,42,3387,864,1973,0,821,819,820,821,819,820,42,1973,2457,3387,0,820,692,821,820,692,821,42,896,3387,2457,0,694,821,692,694,821,692,42,2457,1973,897,0,692,820,690,692,820,690,42,2282,864,3387,0,822,819,821,822,819,821,42,3387,2334,2282,0,821,823,822,821,823,822,42,863,2282,2334,0,824,822,823,824,822,823,42,2334,3387,896,0,823,821,694,823,821,694,42,2267,863,2334,0,825,824,823,825,824,823,42,2334,3388,2267,0,823,826,825,823,826,825,42,862,2267,3388,0,827,825,826,827,825,826,42,3388,2334,896,0,826,823,694,826,823,694,42,3388,896,2841,0,826,694,696,826,694,696,42,2841,1938,3388,0,696,828,826,696,828,826,42,862,3388,1938,0,827,826,828,827,826,828,42,1938,2841,895,0,828,696,698,828,696,698,42,3389,862,1938,0,829,827,828,829,827,828,42,1938,2578,3389,0,828,699,829,828,699,829,42,894,3389,2578,0,701,829,699,701,829,699,42,2578,1938,895,0,699,828,698,699,828,698,42,2006,862,3389,0,830,827,829,830,827,829,42,3389,2044,2006,0,829,831,830,829,831,830,42,861,2006,2044,0,832,830,831,832,830,831,42,2044,3389,894,0,831,829,701,831,829,701,42,2001,861,2044,0,833,832,831,833,832,831,42,2044,3390,2001,0,831,834,833,831,834,833,42,860,2001,3390,0,835,833,834,835,833,834,42,3390,2044,894,0,834,831,701,834,831,701,42,3390,894,2549,0,834,701,703,834,701,703,42,2549,1911,3390,0,703,836,834,703,836,834,42,860,3390,1911,0,835,834,836,835,834,836,42,1911,2549,893,0,836,703,705,836,703,705,42,3391,860,1911,0,837,835,836,837,835,836,42,1911,2159,3391,0,836,707,837,836,707,837,42,891,3391,2159,0,709,837,707,709,837,707,42,2159,1911,893,0,707,836,705,707,836,705,42,1604,860,3391,0,838,835,837,838,835,837,42,3391,3081,1604,0,837,839,838,837,839,838,42,858,1604,3081,0,840,838,839,840,838,839,42,3081,3391,891,0,839,837,709,839,837,709,42,1670,858,3081,0,841,840,839,841,840,839,42,3081,3392,1670,0,839,842,841,839,842,841,42,859,1670,3392,0,843,841,842,843,841,842,42,3392,3081,891,0,842,839,709,842,839,709,42,3392,891,2214,0,842,709,712,842,709,712,42,2214,1743,3392,0,712,844,842,712,844,842,42,859,3392,1743,0,843,842,844,843,842,844,42,1743,2214,892,0,844,712,714,844,712,714,42,3393,857,3061,0,845,846,847,845,846,847,42,3061,2715,3393,0,847,718,845,847,718,845,42,889,3393,2715,0,720,845,718,720,845,718,42,2715,3061,890,0,718,847,716,718,847,716,42,1141,857,3393,0,848,846,845,848,846,845,42,3393,1196,1141,0,845,849,848,845,849,848,42,856,1141,1196,0,850,848,849,850,848,849,42,1196,3393,889,0,849,845,720,849,845,720,42,3394,856,1196,0,851,850,849,851,850,849,42,1196,2864,3394,0,849,722,851,849,722,851,42,888,3394,2864,0,724,851,722,724,851,722,42,2864,1196,889,0,722,849,720,722,849,720,42,1268,856,3394,0,852,850,851,852,850,851,42,3394,1183,1268,0,851,853,852,851,853,852,42,855,1268,1183,0,854,852,853,854,852,853,42,1183,3394,888,0,853,851,724,853,851,724,42,3395,855,1183,0,855,854,853,855,854,853,42,1183,2716,3395,0,853,726,855,853,726,855,42,887,3395,2716,0,728,855,726,728,855,726,42,2716,1183,888,0,726,853,724,726,853,724,42,1095,855,3395,0,856,854,855,856,854,855,42,3395,3139,1095,0,855,857,856,855,857,856,42,854,1095,3139,0,858,856,857,858,856,857,42,3139,3395,887,0,857,855,728,857,855,728,42,3396,854,3139,0,859,858,857,859,858,857,42,3139,3184,3396,0,857,730,859,857,730,859,42,886,3396,3184,0,732,859,730,732,859,730,42,3184,3139,887,0,730,857,728,730,857,728,42,1632,854,3396,0,860,858,859,860,858,859,42,3396,1682,1632,0,859,861,860,859,861,860,42,853,1632,1682,0,862,860,861,862,860,861,42,1682,3396,886,0,861,859,732,861,859,732,42,1596,853,1682,0,863,862,861,863,862,861,42,1682,3397,1596,0,861,864,863,861,864,863,42,852,1596,3397,0,865,863,864,865,863,864,42,3397,1682,886,0,864,861,732,864,861,732,42,3397,886,3192,0,864,732,733,864,732,733,42,3192,1784,3397,0,733,866,864,733,866,864,42,852,3397,1784,0,865,864,866,865,864,866,42,1784,3192,885,0,866,733,735,866,733,735,42,1600,852,1784,0,867,865,866,867,865,866,42,1784,3398,1600,0,866,868,867,866,868,867,42,851,1600,3398,0,869,867,868,869,867,868,42,3398,1784,885,0,868,866,735,868,866,735,42,3398,885,3168,0,868,735,737,868,735,737,42,3168,1652,3398,0,737,870,868,737,870,868,42,851,3398,1652,0,869,868,870,869,868,870,42,1652,3168,884,0,870,737,739,870,737,739,42,1551,851,1652,0,871,869,870,871,869,870,42,1652,3399,1551,0,870,872,871,870,872,871,42,850,1551,3399,0,873,871,872,873,871,872,42,3399,1652,884,0,872,870,739,872,870,739,42,3399,884,3169,0,872,739,741,872,739,741,42,3169,2134,3399,0,741,874,872,741,874,872,42,850,3399,2134,0,873,872,874,873,872,874,42,2134,3169,883,0,874,741,743,874,741,743,42,2229,850,2134,0,875,873,874,875,873,874,42,2134,3400,2229,0,874,876,875,874,876,875,42,849,2229,3400,0,877,875,876,877,875,876,42,3400,2134,883,0,876,874,743,876,874,743,42,3400,883,2738,0,876,743,745,876,743,745,42,2738,2146,3400,0,745,878,876,745,878,876,42,849,3400,2146,0,877,876,878,877,876,878,42,2146,2738,882,0,878,745,747,878,745,747,42,2368,849,2146,0,879,877,878,879,877,878,42,2146,3401,2368,0,878,880,879,878,880,879,42,848,2368,3401,0,881,879,880,881,879,880,42,3401,2146,882,0,880,878,747,880,878,747,42,3401,882,2885,0,880,747,749,880,747,749,42,2885,2162,3401,0,749,882,880,749,882,880,42,848,3401,2162,0,881,880,882,881,880,882,42,2162,2885,881,0,882,749,751,882,749,751,42,2230,848,2162,0,883,881,882,883,881,882,42,2162,3402,2230,0,882,884,883,882,884,883,42,847,2230,3402,0,885,883,884,885,883,884,42,3402,2162,881,0,884,882,751,884,882,751,42,3402,881,2759,0,884,751,753,884,751,753,42,2759,2147,3402,0,753,886,884,753,886,884,42,847,3402,2147,0,885,884,886,885,884,886,42,2147,2759,880,0,886,753,755,886,753,755,42,1552,847,2147,0,887,885,886,887,885,886,42,2147,3403,1552,0,886,888,887,886,888,887,42,846,1552,3403,0,889,887,888,889,887,888,42,3403,2147,880,0,888,886,755,888,886,755,42,3403,880,2077,0,888,755,758,888,755,758,42,2077,1607,3403,0,758,890,888,758,890,888,42,846,3403,1607,0,889,888,890,889,888,890,42,1607,2077,879,0,890,758,760,890,758,760,42,1739,846,1607,0,891,889,890,891,889,890,42,1607,3404,1739,0,890,892,891,890,892,891,42,845,1739,3404,0,893,891,892,893,891,892,42,3404,1607,879,0,892,890,760,892,890,760,42,3404,879,2192,0,892,760,761,892,760,761,42,2192,1788,3404,0,761,894,892,761,894,892,42,845,3404,1788,0,893,892,894,893,892,894,42,1788,2192,878,0,894,761,763,894,761,763,42,3405,845,1788,0,895,893,894,895,893,894,42,1788,2236,3405,0,894,765,895,894,765,895,42,877,3405,2236,0,767,895,765,767,895,765,42,2236,1788,878,0,765,894,763,765,894,763,42,1737,845,3405,0,896,893,895,896,893,895,42,3405,1647,1737,0,895,897,896,895,897,896,42,844,1737,1647,0,898,896,897,898,896,897,42,1647,3405,877,0,897,895,767,897,895,767,42,1504,844,1647,0,899,898,897,899,898,897,42,1647,3406,1504,0,897,900,899,897,900,899,42,843,1504,3406,0,901,899,900,901,899,900,42,3406,1647,877,0,900,897,767,900,897,767,42,3406,877,1990,0,900,767,769,900,767,769,42,1990,1550,3406,0,769,902,900,769,902,900,42,843,3406,1550,0,901,900,902,901,900,902,42,1550,1990,876,0,902,769,771,902,769,771,42,1489,843,1550,0,903,901,902,903,901,902,42,1550,3407,1489,0,902,904,903,902,904,903,42,842,1489,3407,0,905,903,904,905,903,904,42,3407,1550,876,0,904,902,771,904,902,771,42,3407,876,2028,0,904,771,773,904,771,773,42,2028,1136,3407,0,773,906,904,773,906,904,42,842,3407,1136,0,905,904,906,905,904,906,42,1136,2028,875,0,906,773,775,906,773,775,42,1269,842,1136,0,907,905,906,907,905,906,42,1136,3408,1269,0,906,908,907,906,908,907,42,841,1269,3408,0,909,907,908,909,907,908,42,3408,1136,875,0,908,906,775,908,906,775,42,3408,875,2802,0,908,775,777,908,775,777,42,2802,1184,3408,0,777,910,908,777,910,908,42,841,3408,1184,0,909,908,910,909,908,910,42,1184,2802,874,0,910,777,779,910,777,779,42,2150,841,1184,0,911,909,910,911,909,910,42,1184,3409,2150,0,910,912,911,910,912,911,42,840,2150,3409,0,913,911,912,913,911,912,42,3409,1184,874,0,912,910,779,912,910,779,42,3409,874,2973,0,912,779,781,912,779,781,42,2973,2237,3409,0,781,914,912,781,914,912,42,840,3409,2237,0,913,912,914,913,912,914,42,2237,2973,873,0,914,781,783,914,781,783,42,2274,840,2237,0,915,913,914,915,913,914,42,2237,3410,2274,0,914,916,915,914,916,915,42,839,2274,3410,0,917,915,916,917,915,916,42,3410,2237,873,0,916,914,783,916,914,783,42,3410,873,3123,0,916,783,786,916,783,786,42,3123,2220,3410,0,786,918,916,786,918,916,42,839,3410,2220,0,917,916,918,917,916,918,42,2220,3123,872,0,918,786,788,918,786,788,42,2163,839,2220,0,919,917,918,919,917,918,42,2220,3411,2163,0,918,920,919,918,920,919,42,838,2163,3411,0,921,919,920,921,919,920,42,3411,2220,872,0,920,918,788,920,918,788,42,3411,872,2974,0,920,788,789,920,788,789,42,2974,2512,3411,0,789,922,920,789,922,920,42,838,3411,2512,0,921,920,922,921,920,922,42,2512,2974,871,0,922,789,791,922,789,791,42,3412,838,2512,0,923,921,922,923,921,922,42,2512,1263,3412,0,922,793,923,922,793,923,42,870,3412,1263,0,795,923,793,795,923,793,42,1263,2512,871,0,793,922,791,793,922,791,42,2584,838,3412,0,924,921,923,924,921,923,42,3412,2524,2584,0,923,925,924,923,925,924,42,837,2584,2524,0,926,924,925,926,924,925,42,2524,3412,870,0,925,923,795,925,923,795,42,2079,837,2524,0,927,926,925,927,926,925,42,2524,3413,2079,0,925,928,927,925,928,927,42,836,2079,3413,0,929,927,928,929,927,928,42,3413,2524,870,0,928,925,795,928,925,795,42,3413,870,3012,0,928,795,798,928,795,798,42,3012,2285,3413,0,798,930,928,798,930,928,42,836,3413,2285,0,929,928,930,929,928,930,42,2285,3012,869,0,930,798,800,930,798,800,42,2085,836,2285,0,931,929,930,931,929,930,42,2285,3414,2085,0,930,932,931,930,932,931,42,835,2085,3414,0,933,931,932,933,931,932,42,3414,2285,869,0,932,930,800,932,930,800,42,3414,869,2916,0,932,800,802,932,800,802,42,2916,2152,3414,0,802,934,932,802,934,932,42,835,3414,2152,0,933,932,934,933,932,934,42,2152,2916,868,0,934,802,804,934,802,804,42,2101,835,2152,0,935,933,934,935,933,934,42,2152,3415,2101,0,934,936,935,934,936,935,42,834,2101,3415,0,937,935,936,937,935,936,42,3415,2152,868,0,936,934,804,936,934,804,42,3415,868,2920,0,936,804,806,936,804,806,42,2920,3109,3415,0,806,938,936,806,938,936,42,834,3415,3109,0,937,936,938,937,936,938,42,3109,2920,867,0,938,806,808,938,806,808,42,2107,834,3109,0,939,937,938,939,937,938,42,3109,3416,2107,0,938,940,939,938,940,939,42,833,2107,3416,0,941,939,940,941,939,940,42,3416,3109,867,0,940,938,808,940,938,808,42,3416,867,1880,0,940,808,810,940,808,810,42,1880,2193,3416,0,810,942,940,810,942,940,42,833,3416,2193,0,941,940,942,941,940,942,42,2193,1880,866,0,942,810,812,942,810,812,42,2116,833,2193,0,943,941,942,943,941,942,42,2193,3417,2116,0,942,944,943,942,944,943,42,832,2116,3417,0,945,943,944,945,943,944,42,3417,2193,866,0,944,942,812,944,942,812,42,3417,866,1897,0,944,812,814,944,812,814,42,1897,2335,3417,0,814,946,944,814,946,944,42,832,3417,2335,0,945,944,946,945,944,946,42,2335,1897,865,0,946,814,816,946,814,816,42,2241,832,2335,0,947,945,946,947,945,946,42,2335,3418,2241,0,946,948,947,946,948,947,42,831,2241,3418,0,949,947,948,949,947,948,42,3418,2335,865,0,948,946,816,948,946,816,42,3418,865,1909,0,948,816,817,948,816,817,42,1909,2194,3418,0,817,950,948,817,950,948,42,831,3418,2194,0,949,948,950,949,948,950,42,2194,1909,864,0,950,817,819,950,817,819,42,3419,831,2194,0,951,949,950,951,949,950,42,2194,2282,3419,0,950,822,951,950,822,951,42,863,3419,2282,0,824,951,822,824,951,822,42,2282,2194,864,0,822,950,819,822,950,819,42,2491,831,3419,0,952,949,951,952,949,951,42,3419,2585,2491,0,951,953,952,951,953,952,42,830,2491,2585,0,954,952,953,954,952,953,42,2585,3419,863,0,953,951,824,953,951,824,42,3420,830,2585,0,955,954,953,955,954,953,42,2585,2267,3420,0,953,825,955,953,825,955,42,862,3420,2267,0,827,955,825,827,955,825,42,2267,2585,863,0,825,953,824,825,953,824,42,2476,830,3420,0,956,954,955,956,954,955,42,3420,2153,2476,0,955,957,956,955,957,956,42,829,2476,2153,0,958,956,957,958,956,957,42,2153,3420,862,0,957,955,827,957,955,827,42,3421,829,2153,0,959,958,957,959,958,957,42,2153,2006,3421,0,957,830,959,957,830,959,42,861,3421,2006,0,832,959,830,832,959,830,42,2006,2153,862,0,830,957,827,830,957,827,42,2204,829,3421,0,960,958,959,960,958,959,42,3421,2286,2204,0,959,961,960,959,961,960,42,828,2204,2286,0,962,960,961,962,960,961,42,2286,3421,861,0,961,959,832,961,959,832,42,1920,828,2286,0,963,962,961,963,962,961,42,2286,3422,1920,0,961,964,963,961,964,963,42,827,1920,3422,0,965,963,964,965,963,964,42,3422,2286,861,0,964,961,832,964,961,832,42,3422,861,2001,0,964,832,833,964,832,833,42,2001,2013,3422,0,833,966,964,833,966,964,42,827,3422,2013,0,965,964,966,965,964,966,42,2013,2001,860,0,966,833,835,966,833,835,42,3423,827,2013,0,967,965,966,967,965,966,42,2013,1604,3423,0,966,838,967,966,838,967,42,858,3423,1604,0,840,967,838,840,967,838,42,1604,2013,860,0,838,966,835,838,966,835,42,1813,827,3423,0,968,965,967,968,965,967,42,3423,2207,1813,0,967,969,968,967,969,968,42,825,1813,2207,0,970,968,969,970,968,969,42,2207,3423,858,0,969,967,840,969,967,840,42,1891,825,2207,0,971,970,969,971,970,969,42,2207,3424,1891,0,969,972,971,969,972,971,42,826,1891,3424,0,973,971,972,973,971,972,42,3424,2207,858,0,972,969,840,972,969,840,42,3424,858,1670,0,972,840,841,972,840,841,42,1670,1998,3424,0,841,974,972,841,974,972,42,826,3424,1998,0,973,972,974,973,972,974,42,1998,1670,859,0,974,841,843,974,841,843,42,3425,824,2217,0,975,976,977,975,976,977,42,2217,1141,3425,0,977,848,975,977,848,975,42,856,3425,1141,0,850,975,848,850,975,848,42,1141,2217,857,0,848,977,846,848,977,846,42,2389,824,3425,0,978,976,975,978,976,975,42,3425,2475,2389,0,975,979,978,975,979,978,42,823,2389,2475,0,980,978,979,980,978,979,42,2475,3425,856,0,979,975,850,979,975,850,42,3426,823,2475,0,981,980,979,981,980,979,42,2475,1268,3426,0,979,852,981,979,852,981,42,855,3426,1268,0,854,981,852,854,981,852,42,1268,2475,856,0,852,979,850,852,979,850,42,2347,823,3426,0,982,980,981,982,980,981,42,3426,2429,2347,0,981,983,982,981,983,982,42,822,2347,2429,0,984,982,983,984,982,983,42,2429,3426,855,0,983,981,854,983,981,854,42,3427,822,2429,0,985,984,983,985,984,983,42,2429,1095,3427,0,983,856,985,983,856,985,42,854,3427,1095,0,858,985,856,858,985,856,42,1095,2429,855,0,856,983,854,856,983,854,42,2353,822,3427,0,986,984,985,986,984,985,42,3427,2310,2353,0,985,987,986,985,987,986,42,821,2353,2310,0,988,986,987,988,986,987,42,2310,3427,854,0,987,985,858,987,985,858,42,2854,821,2310,0,989,988,987,989,988,987,42,2310,3428,2854,0,987,990,989,987,990,989,42,820,2854,3428,0,991,989,990,991,989,990,42,3428,2310,854,0,990,987,858,990,987,858,42,3428,854,1632,0,990,858,860,990,858,860,42,1632,2936,3428,0,860,992,990,860,992,990,42,820,3428,2936,0,991,990,992,991,990,992,42,2936,1632,853,0,992,860,862,992,860,862,42,3429,820,2936,0,993,991,992,993,991,992,42,2936,1596,3429,0,992,863,993,992,863,993,42,852,3429,1596,0,865,993,863,865,993,863,42,1596,2936,853,0,863,992,862,863,992,862,42,2861,820,3429,0,994,991,993,994,991,993,42,3429,3070,2861,0,993,995,994,993,995,994,42,819,2861,3070,0,996,994,995,996,994,995,42,3070,3429,852,0,995,993,865,995,993,865,42,2940,819,3070,0,997,996,995,997,996,995,42,3070,3430,2940,0,995,998,997,995,998,997,42,818,2940,3430,0,999,997,998,999,997,998,42,3430,3070,852,0,998,995,865,998,995,865,42,3430,852,1600,0,998,865,867,998,865,867,42,1600,2900,3430,0,867,1000,998,867,1000,998,42,818,3430,2900,0,999,998,1000,999,998,1000,42,2900,1600,851,0,1000,867,869,1000,867,869,42,3431,818,2900,0,1001,999,1000,1001,999,1000,42,2900,1551,3431,0,1000,871,1001,1000,871,1001,42,850,3431,1551,0,873,1001,871,873,1001,871,42,1551,2900,851,0,871,1000,869,871,1000,869,42,2822,818,3431,0,1002,999,1001,1002,999,1001,42,3431,2365,2822,0,1001,1003,1002,1001,1003,1002,42,817,2822,2365,0,1004,1002,1003,1004,1002,1003,42,2365,3431,850,0,1003,1001,873,1003,1001,873,42,3432,817,2365,0,1005,1004,1003,1005,1004,1003,42,2365,2229,3432,0,1003,875,1005,1003,875,1005,42,849,3432,2229,0,877,1005,875,877,1005,875,42,2229,2365,850,0,875,1003,873,875,1003,873,42,2440,817,3432,0,1006,1004,1005,1006,1004,1005,42,3432,2378,2440,0,1005,1007,1006,1005,1007,1006,42,816,2440,2378,0,1008,1006,1007,1008,1006,1007,42,2378,3432,849,0,1007,1005,877,1007,1005,877,42,2568,816,2378,0,1009,1008,1007,1009,1008,1007,42,2378,3433,2568,0,1007,1010,1009,1007,1010,1009,42,815,2568,3433,0,1011,1009,1010,1011,1009,1010,42,3433,2378,849,0,1010,1007,877,1010,1007,877,42,3433,849,2368,0,1010,877,879,1010,877,879,42,2368,2366,3433,0,879,1012,1010,879,1012,1010,42,815,3433,2366,0,1011,1010,1012,1011,1010,1012,42,2366,2368,848,0,1012,879,881,1012,879,881,42,2413,815,2366,0,1013,1011,1012,1013,1011,1012,42,2366,3434,2413,0,1012,1014,1013,1012,1014,1013,42,814,2413,3434,0,1015,1013,1014,1015,1013,1014,42,3434,2366,848,0,1014,1012,881,1014,1012,881,42,3434,848,2230,0,1014,881,883,1014,881,883,42,2230,2355,3434,0,883,1016,1014,883,1016,1014,42,814,3434,2355,0,1015,1014,1016,1015,1014,1016,42,2355,2230,847,0,1016,883,885,1016,883,885,42,1675,814,2355,0,1017,1015,1016,1017,1015,1016,42,2355,3435,1675,0,1016,1018,1017,1016,1018,1017,42,813,1675,3435,0,1019,1017,1018,1019,1017,1018,42,3435,2355,847,0,1018,1016,885,1018,1016,885,42,3435,847,1552,0,1018,885,887,1018,885,887,42,1552,1868,3435,0,887,1020,1018,887,1020,1018,42,813,3435,1868,0,1019,1018,1020,1019,1018,1020,42,1868,1552,846,0,1020,887,889,1020,887,889,42,1959,813,1868,0,1021,1019,1020,1021,1019,1020,42,1868,3436,1959,0,1020,1022,1021,1020,1022,1021,42,812,1959,3436,0,1023,1021,1022,1023,1021,1022,42,3436,1868,846,0,1022,1020,889,1022,1020,889,42,3436,846,1739,0,1022,889,891,1022,889,891,42,1739,2014,3436,0,891,1024,1022,891,1024,1022,42,812,3436,2014,0,1023,1022,1024,1023,1022,1024,42,2014,1739,845,0,1024,891,893,1024,891,893,42,1997,812,2014,0,1025,1023,1024,1025,1023,1024,42,2014,3437,1997,0,1024,1026,1025,1024,1026,1025,42,811,1997,3437,0,1027,1025,1026,1027,1025,1026,42,3437,2014,845,0,1026,1024,893,1026,1024,893,42,3437,845,1737,0,1026,893,896,1026,893,896,42,1737,1906,3437,0,896,1028,1026,896,1028,1026,42,811,3437,1906,0,1027,1026,1028,1027,1026,1028,42,1906,1737,844,0,1028,896,898,1028,896,898,42,1706,811,1906,0,1029,1027,1028,1029,1027,1028,42,1906,3438,1706,0,1028,1030,1029,1028,1030,1029,42,810,1706,3438,0,1031,1029,1030,1031,1029,1030,42,3438,1906,844,0,1030,1028,898,1030,1028,898,42,3438,844,1504,0,1030,898,899,1030,898,899,42,1504,1754,3438,0,899,1032,1030,899,1032,1030,42,810,3438,1754,0,1031,1030,1032,1031,1030,1032,42,1754,1504,843,0,1032,899,901,1032,899,901,42,3439,810,1754,0,1033,1031,1032,1033,1031,1032,42,1754,1489,3439,0,1032,903,1033,1032,903,1033,42,842,3439,1489,0,905,1033,903,905,1033,903,42,1489,1754,843,0,903,1032,901,903,1032,901,42,1615,810,3439,0,1034,1031,1033,1034,1031,1033,42,3439,2460,1615,0,1033,1035,1034,1033,1035,1034,42,809,1615,2460,0,1036,1034,1035,1036,1034,1035,42,2460,3439,842,0,1035,1033,905,1035,1033,905,42,2559,809,2460,0,1037,1036,1035,1037,1036,1035,42,2460,3440,2559,0,1035,1038,1037,1035,1038,1037,42,808,2559,3440,0,1039,1037,1038,1039,1037,1038,42,3440,2460,842,0,1038,1035,905,1038,1035,905,42,3440,842,1269,0,1038,905,907,1038,905,907,42,1269,2473,3440,0,907,1040,1038,907,1040,1038,42,808,3440,2473,0,1039,1038,1040,1039,1038,1040,42,2473,1269,841,0,1040,907,909,1040,907,909,42,2673,808,2473,0,1041,1039,1040,1041,1039,1040,42,2473,3441,2673,0,1040,1042,1041,1040,1042,1041,42,807,2673,3441,0,1043,1041,1042,1043,1041,1042,42,3441,2473,841,0,1042,1040,909,1042,1040,909,42,3441,841,2150,0,1042,909,911,1042,909,911,42,2150,2729,3441,0,911,1044,1042,911,1044,1042,42,807,3441,2729,0,1043,1042,1044,1043,1042,1044,42,2729,2150,840,0,1044,911,913,1044,911,913,42,2826,807,2729,0,1045,1043,1044,1045,1043,1044,42,2729,3442,2826,0,1044,1046,1045,1044,1046,1045,42,806,2826,3442,0,1047,1045,1046,1047,1045,1046,42,3442,2729,840,0,1046,1044,913,1046,1044,913,42,3442,840,2274,0,1046,913,915,1046,913,915,42,2274,2748,3442,0,915,1048,1046,915,1048,1046,42,806,3442,2748,0,1047,1046,1048,1047,1046,1048,42,2748,2274,839,0,1048,915,917,1048,915,917,42,2706,806,2748,0,1049,1047,1048,1049,1047,1048,42,2748,3443,2706,0,1048,1050,1049,1048,1050,1049,42,805,2706,3443,0,1051,1049,1050,1051,1049,1050,42,3443,2748,839,0,1050,1048,917,1050,1048,917,42,3443,839,2163,0,1050,917,919,1050,917,919,42,2163,3029,3443,0,919,1052,1050,919,1052,1050,42,805,3443,3029,0,1051,1050,1052,1051,1050,1052,42,3029,2163,838,0,1052,919,921,1052,919,921,42,2601,805,3029,0,1053,1051,1052,1053,1051,1052,42,3029,3444,2601,0,1052,1054,1053,1052,1054,1053,42,804,2601,3444,0,1055,1053,1054,1055,1053,1054,42,3444,3029,838,0,1054,1052,921,1054,1052,921,42,3444,838,2584,0,1054,921,924,1054,921,924,42,2584,2655,3444,0,924,1056,1054,924,1056,1054,42,804,3444,2655,0,1055,1054,1056,1055,1054,1056,42,2655,2584,837,0,1056,924,926,1056,924,926,42,2604,804,2655,0,1057,1055,1056,1057,1055,1056,42,2655,3445,2604,0,1056,1058,1057,1056,1058,1057,42,803,2604,3445,0,1059,1057,1058,1059,1057,1058,42,3445,2655,837,0,1058,1056,926,1058,1056,926,42,3445,837,2079,0,1058,926,927,1058,926,927,42,2079,2793,3445,0,927,1060,1058,927,1060,1058,42,803,3445,2793,0,1059,1058,1060,1059,1058,1060,42,2793,2079,836,0,1060,927,929,1060,927,929,42,2631,803,2793,0,1061,1059,1060,1061,1059,1060,42,2793,3446,2631,0,1060,1062,1061,1060,1062,1061,42,802,2631,3446,0,1063,1061,1062,1063,1061,1062,42,3446,2793,836,0,1062,1060,929,1062,1060,929,42,3446,836,2085,0,1062,929,931,1062,929,931,42,2085,2678,3446,0,931,1064,1062,931,1064,1062,42,802,3446,2678,0,1063,1062,1064,1063,1062,1064,42,2678,2085,835,0,1064,931,933,1064,931,933,42,2645,802,2678,0,1065,1063,1064,1065,1063,1064,42,2678,3447,2645,0,1064,1066,1065,1064,1066,1065,42,801,2645,3447,0,1067,1065,1066,1067,1065,1066,42,3447,2678,835,0,1066,1064,933,1066,1064,933,42,3447,835,2101,0,1066,933,935,1066,933,935,42,2101,2567,3447,0,935,1068,1066,935,1068,1066,42,801,3447,2567,0,1067,1066,1068,1067,1066,1068,42,2567,2101,834,0,1068,935,937,1068,935,937,42,1588,801,2567,0,1069,1067,1068,1069,1067,1068,42,2567,3448,1588,0,1068,1070,1069,1068,1070,1069,42,800,1588,3448,0,1071,1069,1070,1071,1069,1070,42,3448,2567,834,0,1070,1068,937,1070,1068,937,42,3448,834,2107,0,1070,937,939,1070,937,939,42,2107,1640,3448,0,939,1072,1070,939,1072,1070,42,800,3448,1640,0,1071,1070,1072,1071,1070,1072,42,1640,2107,833,0,1072,939,941,1072,939,941,42,1718,800,1640,0,1073,1071,1072,1073,1071,1072,42,1640,3449,1718,0,1072,1074,1073,1072,1074,1073,42,799,1718,3449,0,1075,1073,1074,1075,1073,1074,42,3449,1640,833,0,1074,1072,941,1074,1072,941,42,3449,833,2116,0,1074,941,943,1074,941,943,42,2116,1765,3449,0,943,1076,1074,943,1076,1074,42,799,3449,1765,0,1075,1074,1076,1075,1074,1076,42,1765,2116,832,0,1076,943,945,1076,943,945,42,1708,799,1765,0,1077,1075,1076,1077,1075,1076,42,1765,3450,1708,0,1076,1078,1077,1076,1078,1077,42,798,1708,3450,0,1079,1077,1078,1079,1077,1078,42,3450,1765,832,0,1078,1076,945,1078,1076,945,42,3450,832,2241,0,1078,945,947,1078,945,947,42,2241,1620,3450,0,947,1080,1078,947,1080,1078,42,798,3450,1620,0,1079,1078,1080,1079,1078,1080,42,1620,2241,831,0,1080,947,949,1080,947,949,42,3451,798,1620,0,1081,1079,1080,1081,1079,1080,42,1620,2491,3451,0,1080,952,1081,1080,952,1081,42,830,3451,2491,0,954,1081,952,954,1081,952,42,2491,1620,831,0,952,1080,949,952,1080,949,42,1968,798,3451,0,1082,1079,1081,1082,1079,1081,42,3451,2018,1968,0,1081,1083,1082,1081,1083,1082,42,797,1968,2018,0,1084,1082,1083,1084,1082,1083,42,2018,3451,830,0,1083,1081,954,1083,1081,954,42,3452,797,2018,0,1085,1084,1083,1085,1084,1083,42,2018,2476,3452,0,1083,956,1085,1083,956,1085,42,829,3452,2476,0,958,1085,956,958,1085,956,42,2476,2018,830,0,956,1083,954,956,1083,954,42,1960,797,3452,0,1086,1084,1085,1086,1084,1085,42,3452,1592,1960,0,1085,1087,1086,1085,1087,1086,42,796,1960,1592,0,1088,1086,1087,1088,1086,1087,42,1592,3452,829,0,1087,1085,958,1087,1085,958,42,3453,796,1592,0,1089,1088,1087,1089,1088,1087,42,1592,2204,3453,0,1087,960,1089,1087,960,1089,42,828,3453,2204,0,962,1089,960,962,1089,960,42,2204,1592,829,0,960,1087,958,960,1087,958,42,1779,796,3453,0,1090,1088,1089,1090,1088,1089,42,3453,1703,1779,0,1089,1091,1090,1089,1091,1090,42,795,1779,1703,0,1092,1090,1091,1092,1090,1091,42,1703,3453,828,0,1091,1089,962,1091,1089,962,42,1375,795,1703,0,1093,1092,1091,1093,1092,1091,42,1703,3454,1375,0,1091,1094,1093,1091,1094,1093,42,794,1375,3454,0,1095,1093,1094,1095,1093,1094,42,3454,1703,828,0,1094,1091,962,1094,1091,962,42,3454,828,1920,0,1094,962,963,1094,962,963,42,1920,1429,3454,0,963,1096,1094,963,1096,1094,42,794,3454,1429,0,1095,1094,1096,1095,1094,1096,42,1429,1920,827,0,1096,963,965,1096,963,965,42,3455,794,1429,0,1097,1095,1096,1097,1095,1096,42,1429,1813,3455,0,1096,968,1097,1096,968,1097,42,825,3455,1813,0,970,1097,968,970,1097,968,42,1813,1429,827,0,968,1096,965,968,1096,965,42,1293,794,3455,0,1098,1095,1097,1098,1095,1097,42,3455,2752,1293,0,1097,1099,1098,1097,1099,1098,42,792,1293,2752,0,1100,1098,1099,1100,1098,1099,42,2752,3455,825,0,1099,1097,970,1099,1097,970,42,1367,792,2752,0,1101,1100,1099,1101,1100,1099,42,2752,3456,1367,0,1099,1102,1101,1099,1102,1101,42,793,1367,3456,0,1103,1101,1102,1103,1101,1102,42,3456,2752,825,0,1102,1099,970,1102,1099,970,42,3456,825,1891,0,1102,970,971,1102,970,971,42,1891,1408,3456,0,971,1104,1102,971,1104,1102,42,793,3456,1408,0,1103,1102,1104,1103,1102,1104,42,1408,1891,826,0,1104,971,973,1104,971,973,42,3457,791,2745,0,1105,1106,1107,1105,1106,1107,42,2745,2389,3457,0,1107,978,1105,1107,978,1105,42,823,3457,2389,0,980,1105,978,980,1105,978,42,2389,2745,824,0,978,1107,976,978,1107,976,42,2852,791,3457,0,1108,1106,1105,1108,1106,1105,42,3457,3093,2852,0,1105,1109,1108,1105,1109,1108,42,790,2852,3093,0,1110,1108,1109,1110,1108,1109,42,3093,3457,823,0,1109,1105,980,1109,1105,980,42,3458,790,3093,0,1111,1110,1109,1111,1110,1109,42,3093,2347,3458,0,1109,982,1111,1109,982,1111,42,822,3458,2347,0,984,1111,982,984,1111,982,42,2347,3093,823,0,982,1109,980,982,1109,980,42,2866,790,3458,0,1112,1110,1111,1112,1110,1111,42,3458,2964,2866,0,1111,1113,1112,1111,1113,1112,42,789,2866,2964,0,1114,1112,1113,1114,1112,1113,42,2964,3458,822,0,1113,1111,984,1113,1111,984,42,2823,789,2964,0,1115,1114,1113,1115,1114,1113,42,2964,3459,2823,0,1113,1116,1115,1113,1116,1115,42,788,2823,3459,0,1117,1115,1116,1117,1115,1116,42,3459,2964,822,0,1116,1113,984,1116,1113,984,42,3459,822,2353,0,1116,984,986,1116,984,986,42,2353,2803,3459,0,986,1118,1116,986,1118,1116,42,788,3459,2803,0,1117,1116,1118,1117,1116,1118,42,2803,2353,821,0,1118,986,988,1118,986,988,42,3460,788,2803,0,1119,1117,1118,1119,1117,1118,42,2803,2854,3460,0,1118,989,1119,1118,989,1119,42,820,3460,2854,0,991,1119,989,991,1119,989,42,2854,2803,821,0,989,1118,988,989,1118,988,42,1225,788,3460,0,1120,1117,1119,1120,1117,1119,42,3460,1368,1225,0,1119,1121,1120,1119,1121,1120,42,787,1225,1368,0,1122,1120,1121,1122,1120,1121,42,1368,3460,820,0,1121,1119,991,1121,1119,991,42,1452,787,1368,0,1123,1122,1121,1123,1122,1121,42,1368,3461,1452,0,1121,1124,1123,1121,1124,1123,42,786,1452,3461,0,1125,1123,1124,1125,1123,1124,42,3461,1368,820,0,1124,1121,991,1124,1121,991,42,3461,820,2861,0,1124,991,994,1124,991,994,42,2861,1318,3461,0,994,1126,1124,994,1126,1124,42,786,3461,1318,0,1125,1124,1126,1125,1124,1126,42,1318,2861,819,0,1126,994,996,1126,994,996,42,1326,786,1318,0,1127,1125,1126,1127,1125,1126,42,1318,3462,1326,0,1126,1128,1127,1126,1128,1127,42,785,1326,3462,0,1129,1127,1128,1129,1127,1128,42,3462,1318,819,0,1128,1126,996,1128,1126,996,42,3462,819,2940,0,1128,996,997,1128,996,997,42,2940,1330,3462,0,997,1130,1128,997,1130,1128,42,785,3462,1330,0,1129,1128,1130,1129,1128,1130,42,1330,2940,818,0,1130,997,999,1130,997,999,42,1197,785,1330,0,1131,1129,1130,1131,1129,1130,42,1330,3463,1197,0,1130,1132,1131,1130,1132,1131,42,784,1197,3463,0,1133,1131,1132,1133,1131,1132,42,3463,1330,818,0,1132,1130,999,1132,1130,999,42,3463,818,2822,0,1132,999,1002,1132,999,1002,42,2822,1877,3463,0,1002,1134,1132,1002,1134,1132,42,784,3463,1877,0,1133,1132,1134,1133,1132,1134,42,1877,2822,817,0,1134,1002,1004,1134,1002,1004,42,1851,784,1877,0,1135,1133,1134,1135,1133,1134,42,1877,3464,1851,0,1134,1136,1135,1134,1136,1135,42,783,1851,3464,0,1137,1135,1136,1137,1135,1136,42,3464,1877,817,0,1136,1134,1004,1136,1134,1004,42,3464,817,2440,0,1136,1004,1006,1136,1004,1006,42,2440,1857,3464,0,1006,1138,1136,1006,1138,1136,42,783,3464,1857,0,1137,1136,1138,1137,1136,1138,42,1857,2440,816,0,1138,1006,1008,1138,1006,1008,42,3465,783,1857,0,1139,1137,1138,1139,1137,1138,42,1857,2568,3465,0,1138,1009,1139,1138,1009,1139,42,815,3465,2568,0,1011,1139,1009,1011,1139,1009,42,2568,1857,816,0,1009,1138,1008,1009,1138,1008,42,1995,783,3465,0,1140,1137,1139,1140,1137,1139,42,3465,1844,1995,0,1139,1141,1140,1139,1141,1140,42,782,1995,1844,0,1142,1140,1141,1142,1140,1141,42,1844,3465,815,0,1141,1139,1011,1141,1139,1011,42,1093,782,1844,0,1143,1142,1141,1143,1142,1141,42,1844,3466,1093,0,1141,1144,1143,1141,1144,1143,42,781,1093,3466,0,1145,1143,1144,1145,1143,1144,42,3466,1844,815,0,1144,1141,1011,1144,1141,1011,42,3466,815,2413,0,1144,1011,1013,1144,1011,1013,42,2413,1232,3466,0,1013,1146,1144,1013,1146,1144,42,781,3466,1232,0,1145,1144,1146,1145,1144,1146,42,1232,2413,814,0,1146,1013,1015,1146,1013,1015,42,3467,781,1232,0,1147,1145,1146,1147,1145,1146,42,1232,1675,3467,0,1146,1017,1147,1146,1017,1147,42,813,3467,1675,0,1019,1147,1017,1019,1147,1017,42,1675,1232,814,0,1017,1146,1015,1017,1146,1015,42,1091,781,3467,0,1148,1145,1147,1148,1145,1147,42,3467,1360,1091,0,1147,1149,1148,1147,1149,1148,42,780,1091,1360,0,1150,1148,1149,1150,1148,1149,42,1360,3467,813,0,1149,1147,1019,1149,1147,1019,42,1402,780,1360,0,1151,1150,1149,1151,1150,1149,42,1360,3468,1402,0,1149,1152,1151,1149,1152,1151,42,779,1402,3468,0,1153,1151,1152,1153,1151,1152,42,3468,1360,813,0,1152,1149,1019,1152,1149,1019,42,3468,813,1959,0,1152,1019,1021,1152,1019,1021,42,1959,1527,3468,0,1021,1154,1152,1021,1154,1152,42,779,3468,1527,0,1153,1152,1154,1153,1152,1154,42,1527,1959,812,0,1154,1021,1023,1154,1021,1023,42,1383,779,1527,0,1155,1153,1154,1155,1153,1154,42,1527,3469,1383,0,1154,1156,1155,1154,1156,1155,42,778,1383,3469,0,1157,1155,1156,1157,1155,1156,42,3469,1527,812,0,1156,1154,1023,1156,1154,1023,42,3469,812,1997,0,1156,1023,1025,1156,1023,1025,42,1997,1388,3469,0,1025,1158,1156,1025,1158,1156,42,778,3469,1388,0,1157,1156,1158,1157,1156,1158,42,1388,1997,811,0,1158,1025,1027,1158,1025,1027,42,1149,778,1388,0,1159,1157,1158,1159,1157,1158,42,1388,3470,1149,0,1158,1160,1159,1158,1160,1159,42,777,1149,3470,0,1161,1159,1160,1161,1159,1160,42,3470,1388,811,0,1160,1158,1027,1160,1158,1027,42,3470,811,1706,0,1160,1027,1029,1160,1027,1029,42,1706,1154,3470,0,1029,1162,1160,1029,1162,1160,42,777,3470,1154,0,1161,1160,1162,1161,1160,1162,42,1154,1706,810,0,1162,1029,1031,1162,1029,1031,42,3167,777,1154,0,1163,1161,1162,1163,1161,1162,42,1154,3471,3167,0,1162,1164,1163,1162,1164,1163,42,776,3167,3471,0,1165,1163,1164,1165,1163,1164,42,3471,1154,810,0,1164,1162,1031,1164,1162,1031,42,3471,810,1615,0,1164,1031,1034,1164,1031,1034,42,1615,3038,3471,0,1034,1166,1164,1034,1166,1164,42,776,3471,3038,0,1165,1164,1166,1165,1164,1166,42,3038,1615,809,0,1166,1034,1036,1166,1034,1036,42,3472,776,3038,0,1167,1165,1166,1167,1165,1166,42,3038,2559,3472,0,1166,1037,1167,1166,1037,1167,42,808,3472,2559,0,1039,1167,1037,1039,1167,1037,42,2559,3038,809,0,1037,1166,1036,1037,1166,1036,42,3014,776,3472,0,1168,1165,1167,1168,1165,1167,42,3472,3022,3014,0,1167,1169,1168,1167,1169,1168,42,775,3014,3022,0,1170,1168,1169,1170,1168,1169,42,3022,3472,808,0,1169,1167,1039,1169,1167,1039,42,3174,775,3022,0,1171,1170,1169,1171,1170,1169,42,3022,3473,3174,0,1169,1172,1171,1169,1172,1171,42,774,3174,3473,0,1173,1171,1172,1173,1171,1172,42,3473,3022,808,0,1172,1169,1039,1172,1169,1039,42,3473,808,2673,0,1172,1039,1041,1172,1039,1041,42,2673,1176,3473,0,1041,1174,1172,1041,1174,1172,42,774,3473,1176,0,1173,1172,1174,1173,1172,1174,42,1176,2673,807,0,1174,1041,1043,1174,1041,1043,42,1185,774,1176,0,1175,1173,1174,1175,1173,1174,42,1176,3474,1185,0,1174,1176,1175,1174,1176,1175,42,773,1185,3474,0,1177,1175,1176,1177,1175,1176,42,3474,1176,807,0,1176,1174,1043,1176,1174,1043,42,3474,807,2826,0,1176,1043,1045,1176,1043,1045,42,2826,1192,3474,0,1045,1178,1176,1045,1178,1176,42,773,3474,1192,0,1177,1176,1178,1177,1176,1178,42,1192,2826,806,0,1178,1045,1047,1178,1045,1047,42,3092,773,1192,0,1179,1177,1178,1179,1177,1178,42,1192,3475,3092,0,1178,1180,1179,1178,1180,1179,42,772,3092,3475,0,1181,1179,1180,1181,1179,1180,42,3475,1192,806,0,1180,1178,1047,1180,1178,1047,42,3475,806,2706,0,1180,1047,1049,1180,1047,1049,42,2706,1491,3475,0,1049,1182,1180,1049,1182,1180,42,772,3475,1491,0,1181,1180,1182,1181,1180,1182,42,1491,2706,805,0,1182,1049,1051,1182,1049,1051,42,3097,772,1491,0,1183,1181,1182,1183,1181,1182,42,1491,3476,3097,0,1182,1184,1183,1182,1184,1183,42,771,3097,3476,0,1185,1183,1184,1185,1183,1184,42,3476,1491,805,0,1184,1182,1051,1184,1182,1051,42,3476,805,2601,0,1184,1051,1053,1184,1051,1053,42,2601,1101,3476,0,1053,1186,1184,1053,1186,1184,42,771,3476,1101,0,1185,1184,1186,1185,1184,1186,42,1101,2601,804,0,1186,1053,1055,1186,1053,1055,42,3477,771,1101,0,1187,1185,1186,1187,1185,1186,42,1101,2604,3477,0,1186,1057,1187,1186,1057,1187,42,803,3477,2604,0,1059,1187,1057,1059,1187,1057,42,2604,1101,804,0,1057,1186,1055,1057,1186,1055,42,3116,771,3477,0,1188,1185,1187,1188,1185,1187,42,3477,1252,3116,0,1187,1189,1188,1187,1189,1188,42,770,3116,1252,0,1190,1188,1189,1190,1188,1189,42,1252,3477,803,0,1189,1187,1059,1189,1187,1059,42,3478,770,1252,0,1191,1190,1189,1191,1190,1189,42,1252,2631,3478,0,1189,1061,1191,1189,1061,1191,42,802,3478,2631,0,1063,1191,1061,1063,1191,1061,42,2631,1252,803,0,1061,1189,1059,1061,1189,1059,42,3126,770,3478,0,1192,1190,1191,1192,1190,1191,42,3478,1125,3126,0,1191,1193,1192,1191,1193,1192,42,769,3126,1125,0,1194,1192,1193,1194,1192,1193,42,1125,3478,802,0,1193,1191,1063,1193,1191,1063,42,3479,769,1125,0,1195,1194,1193,1195,1194,1193,42,1125,2645,3479,0,1193,1065,1195,1193,1065,1195,42,801,3479,2645,0,1067,1195,1065,1067,1195,1065,42,2645,1125,802,0,1065,1193,1063,1065,1193,1063,42,3135,769,3479,0,1196,1194,1195,1196,1194,1195,42,3479,2078,3135,0,1195,1197,1196,1195,1197,1196,42,768,3135,2078,0,1198,1196,1197,1198,1196,1197,42,2078,3479,801,0,1197,1195,1067,1197,1195,1067,42,1929,768,2078,0,1199,1198,1197,1199,1198,1197,42,2078,3480,1929,0,1197,1200,1199,1197,1200,1199,42,767,1929,3480,0,1201,1199,1200,1201,1199,1200,42,3480,2078,801,0,1200,1197,1067,1200,1197,1067,42,3480,801,1588,0,1200,1067,1069,1200,1067,1069,42,1588,1124,3480,0,1069,1202,1200,1069,1202,1200,42,767,3480,1124,0,1201,1200,1202,1201,1200,1202,42,1124,1588,800,0,1202,1069,1071,1202,1069,1071,42,3481,767,1124,0,1203,1201,1202,1203,1201,1202,42,1124,1718,3481,0,1202,1073,1203,1202,1073,1203,42,799,3481,1718,0,1075,1203,1073,1075,1203,1073,42,1718,1124,800,0,1073,1202,1071,1073,1202,1071,42,1111,767,3481,0,1204,1201,1203,1204,1201,1203,42,3481,1251,1111,0,1203,1205,1204,1203,1205,1204,42,766,1111,1251,0,1206,1204,1205,1206,1204,1205,42,1251,3481,799,0,1205,1203,1075,1205,1203,1075,42,1092,766,1251,0,1207,1206,1205,1207,1206,1205,42,1251,3482,1092,0,1205,1208,1207,1205,1208,1207,42,765,1092,3482,0,1209,1207,1208,1209,1207,1208,42,3482,1251,799,0,1208,1205,1075,1208,1205,1075,42,3482,799,1708,0,1208,1075,1077,1208,1075,1077,42,1708,1100,3482,0,1077,1210,1208,1077,1210,1208,42,765,3482,1100,0,1209,1208,1210,1209,1208,1210,42,1100,1708,798,0,1210,1077,1079,1210,1077,1079,42,3483,765,1100,0,1211,1209,1210,1211,1209,1210,42,1100,1968,3483,0,1210,1082,1211,1210,1082,1211,42,797,3483,1968,0,1084,1211,1082,1084,1211,1082,42,1968,1100,798,0,1082,1210,1079,1082,1210,1079,42,1352,765,3483,0,1212,1209,1211,1212,1209,1211,42,3483,1490,1352,0,1211,1213,1212,1211,1213,1212,42,764,1352,1490,0,1214,1212,1213,1214,1212,1213,42,1490,3483,797,0,1213,1211,1084,1213,1211,1084,42,3484,764,1490,0,1215,1214,1213,1215,1214,1213,42,1490,1960,3484,0,1213,1086,1215,1213,1086,1215,42,796,3484,1960,0,1088,1215,1086,1088,1215,1086,42,1960,1490,797,0,1086,1213,1084,1086,1213,1084,42,1325,764,3484,0,1216,1214,1215,1216,1214,1215,42,3484,1191,1325,0,1215,1217,1216,1215,1217,1216,42,763,1325,1191,0,1218,1216,1217,1218,1216,1217,42,1191,3484,796,0,1217,1215,1088,1217,1215,1088,42,3485,763,1191,0,1219,1218,1217,1219,1218,1217,42,1191,1779,3485,0,1217,1090,1219,1217,1090,1219,42,795,3485,1779,0,1092,1219,1090,1092,1219,1090,42,1779,1191,796,0,1090,1217,1088,1090,1217,1088,42,1171,763,3485,0,1220,1218,1219,1220,1218,1219,42,3485,1175,1171,0,1219,1221,1220,1219,1221,1220,42,762,1171,1175,0,1222,1220,1221,1222,1220,1221,42,1175,3485,795,0,1221,1219,1092,1221,1219,1092,42,3486,762,1175,0,1223,1222,1221,1223,1222,1221,42,1175,1375,3486,0,1221,1093,1223,1221,1093,1223,42,794,3486,1375,0,1095,1223,1093,1095,1223,1093,42,1375,1175,795,0,1093,1221,1092,1093,1221,1092,42,2870,762,3486,0,1224,1222,1223,1224,1222,1223,42,3486,3044,2870,0,1223,1225,1224,1223,1225,1224,42,761,2870,3044,0,1226,1224,1225,1226,1224,1225,42,3044,3486,794,0,1225,1223,1095,1225,1223,1095,42,2797,761,3044,0,1227,1226,1225,1227,1226,1225,42,3044,3487,2797,0,1225,1228,1227,1225,1228,1227,42,759,2797,3487,0,1229,1227,1228,1229,1227,1228,42,3487,3044,794,0,1228,1225,1095,1228,1225,1095,42,3487,794,1293,0,1228,1095,1098,1228,1095,1098,42,1293,3196,3487,0,1098,1230,1228,1098,1230,1228,42,759,3487,3196,0,1229,1228,1230,1229,1228,1230,42,3196,1293,792,0,1230,1098,1100,1230,1098,1100,42,3488,759,3196,0,1231,1229,1230,1231,1229,1230,42,3196,1367,3488,0,1230,1101,1231,1230,1101,1231,42,793,3488,1367,0,1103,1231,1101,1103,1231,1101,42,1367,3196,792,0,1101,1230,1100,1101,1230,1100,42,2869,759,3488,0,1232,1229,1231,1232,1229,1231,42,3488,3051,2869,0,1231,1233,1232,1231,1233,1232,42,760,2869,3051,0,1234,1232,1233,1234,1232,1233,42,3051,3488,793,0,1233,1231,1103,1233,1231,1103,42,3489,758,1300,0,1235,1236,1237,1235,1236,1237,42,1300,2852,3489,0,1237,1108,1235,1237,1108,1235,42,790,3489,2852,0,1110,1235,1108,1110,1235,1108,42,2852,1300,791,0,1108,1237,1106,1108,1237,1106,42,1257,758,3489,0,1238,1236,1235,1238,1236,1235,42,3489,1450,1257,0,1235,1239,1238,1235,1239,1238,42,757,1257,1450,0,1240,1238,1239,1240,1238,1239,42,1450,3489,790,0,1239,1235,1110,1239,1235,1110,42,1218,757,1450,0,1241,1240,1239,1241,1240,1239,42,1450,3490,1218,0,1239,1242,1241,1239,1242,1241,42,756,1218,3490,0,1243,1241,1242,1243,1241,1242,42,3490,1450,790,0,1242,1239,1110,1242,1239,1110,42,3490,790,2866,0,1242,1110,1112,1242,1110,1112,42,2866,1270,3490,0,1112,1244,1242,1112,1244,1242,42,756,3490,1270,0,1243,1242,1244,1243,1242,1244,42,1270,2866,789,0,1244,1112,1114,1244,1112,1114,42,3491,756,1270,0,1245,1243,1244,1245,1243,1244,42,1270,2823,3491,0,1244,1115,1245,1244,1115,1245,42,788,3491,2823,0,1117,1245,1115,1117,1245,1115,42,2823,1270,789,0,1115,1244,1114,1115,1244,1114,42,1224,756,3491,0,1246,1243,1245,1246,1243,1245,42,3491,1134,1224,0,1245,1247,1246,1245,1247,1246,42,755,1224,1134,0,1248,1246,1247,1248,1246,1247,42,1134,3491,788,0,1247,1245,1117,1247,1245,1117,42,1839,755,1134,0,1249,1248,1247,1249,1248,1247,42,1134,3492,1839,0,1247,1250,1249,1247,1250,1249,42,754,1839,3492,0,1251,1249,1250,1251,1249,1250,42,3492,1134,788,0,1250,1247,1117,1250,1247,1117,42,3492,788,1225,0,1250,1117,1120,1250,1117,1120,42,1225,1764,3492,0,1120,1252,1250,1120,1252,1250,42,754,3492,1764,0,1251,1250,1252,1251,1250,1252,42,1764,1225,787,0,1252,1120,1122,1252,1120,1122,42,3493,754,1764,0,1253,1251,1252,1253,1251,1252,42,1764,1452,3493,0,1252,1123,1253,1252,1123,1253,42,786,3493,1452,0,1125,1253,1123,1125,1253,1123,42,1452,1764,787,0,1123,1252,1122,1123,1252,1122,42,2010,754,3493,0,1254,1251,1253,1254,1251,1253,42,3493,1773,2010,0,1253,1255,1254,1253,1255,1254,42,753,2010,1773,0,1256,1254,1255,1256,1254,1255,42,1773,3493,786,0,1255,1253,1125,1255,1253,1125,42,1871,753,1773,0,1257,1256,1255,1257,1256,1255,42,1773,3494,1871,0,1255,1258,1257,1255,1258,1257,42,752,1871,3494,0,1259,1257,1258,1259,1257,1258,42,3494,1773,786,0,1258,1255,1125,1258,1255,1125,42,3494,786,1326,0,1258,1125,1127,1258,1125,1127,42,1326,1787,3494,0,1127,1260,1258,1127,1260,1258,42,752,3494,1787,0,1259,1258,1260,1259,1258,1260,42,1787,1326,785,0,1260,1127,1129,1260,1127,1129,42,3495,752,1787,0,1261,1259,1260,1261,1259,1260,42,1787,1197,3495,0,1260,1131,1261,1260,1131,1261,42,784,3495,1197,0,1133,1261,1131,1133,1261,1131,42,1197,1787,785,0,1131,1260,1129,1131,1260,1129,42,1729,752,3495,0,1262,1259,1261,1262,1259,1261,42,3495,1246,1729,0,1261,1263,1262,1261,1263,1262,42,751,1729,1246,0,1264,1262,1263,1264,1262,1263,42,1246,3495,784,0,1263,1261,1133,1263,1261,1133,42,3496,751,1246,0,1265,1264,1263,1265,1264,1263,42,1246,1851,3496,0,1263,1135,1265,1263,1135,1265,42,783,3496,1851,0,1137,1265,1135,1137,1265,1135,42,1851,1246,784,0,1135,1263,1133,1135,1263,1133,42,1314,751,3496,0,1266,1264,1265,1266,1264,1265,42,3496,1233,1314,0,1265,1267,1266,1265,1267,1266,42,750,1314,1233,0,1268,1266,1267,1268,1266,1267,42,1233,3496,783,0,1267,1265,1137,1267,1265,1137,42,3497,750,1233,0,1269,1268,1267,1269,1268,1267,42,1233,1995,3497,0,1267,1140,1269,1267,1140,1269,42,782,3497,1995,0,1142,1269,1140,1142,1269,1140,42,1995,1233,783,0,1140,1267,1137,1140,1267,1137,42,1358,750,3497,0,1270,1268,1269,1270,1268,1269,42,3497,1276,1358,0,1269,1271,1270,1269,1271,1270,42,749,1358,1276,0,1272,1270,1271,1272,1270,1271,42,1276,3497,782,0,1271,1269,1142,1271,1269,1142,42,2677,749,1276,0,1273,1272,1271,1273,1272,1271,42,1276,3498,2677,0,1271,1274,1273,1271,1274,1273,42,748,2677,3498,0,1275,1273,1274,1275,1273,1274,42,3498,1276,782,0,1274,1271,1142,1274,1271,1142,42,3498,782,1093,0,1274,1142,1143,1274,1142,1143,42,1093,2735,3498,0,1143,1276,1274,1143,1276,1274,42,748,3498,2735,0,1275,1274,1276,1275,1274,1276,42,2735,1093,781,0,1276,1143,1145,1276,1143,1145,42,2717,748,2735,0,1277,1275,1276,1277,1275,1276,42,2735,3499,2717,0,1276,1278,1277,1276,1278,1277,42,747,2717,3499,0,1279,1277,1278,1279,1277,1278,42,3499,2735,781,0,1278,1276,1145,1278,1276,1145,42,3499,781,1091,0,1278,1145,1148,1278,1145,1148,42,1091,2908,3499,0,1148,1280,1278,1148,1280,1278,42,747,3499,2908,0,1279,1278,1280,1279,1278,1280,42,2908,1091,780,0,1280,1148,1150,1280,1148,1150,42,2960,747,2908,0,1281,1279,1280,1281,1279,1280,42,2908,3500,2960,0,1280,1282,1281,1280,1282,1281,42,746,2960,3500,0,1283,1281,1282,1283,1281,1282,42,3500,2908,780,0,1282,1280,1150,1282,1280,1150,42,3500,780,1402,0,1282,1150,1151,1282,1150,1151,42,1402,3023,3500,0,1151,1284,1282,1151,1284,1282,42,746,3500,3023,0,1283,1282,1284,1283,1282,1284,42,3023,1402,779,0,1284,1151,1153,1284,1151,1153,42,2616,746,3023,0,1285,1283,1284,1285,1283,1284,42,3023,3501,2616,0,1284,1286,1285,1284,1286,1285,42,745,2616,3501,0,1287,1285,1286,1287,1285,1286,42,3501,3023,779,0,1286,1284,1153,1286,1284,1153,42,3501,779,1383,0,1286,1153,1155,1286,1153,1155,42,1383,2666,3501,0,1155,1288,1286,1155,1288,1286,42,745,3501,2666,0,1287,1286,1288,1287,1286,1288,42,2666,1383,778,0,1288,1155,1157,1288,1155,1157,42,2762,745,2666,0,1289,1287,1288,1289,1287,1288,42,2666,3502,2762,0,1288,1290,1289,1288,1290,1289,42,744,2762,3502,0,1291,1289,1290,1291,1289,1290,42,3502,2666,778,0,1290,1288,1157,1290,1288,1157,42,3502,778,1149,0,1290,1157,1159,1290,1157,1159,42,1149,2679,3502,0,1159,1292,1290,1159,1292,1290,42,744,3502,2679,0,1291,1290,1292,1291,1290,1292,42,2679,1149,777,0,1292,1159,1161,1292,1159,1161,42,2615,744,2679,0,1293,1291,1292,1293,1291,1292,42,2679,3503,2615,0,1292,1294,1293,1292,1294,1293,42,743,2615,3503,0,1295,1293,1294,1295,1293,1294,42,3503,2679,777,0,1294,1292,1161,1294,1292,1161,42,3503,777,3167,0,1294,1161,1163,1294,1161,1163,42,3167,1343,3503,0,1163,1296,1294,1163,1296,1294,42,743,3503,1343,0,1295,1294,1296,1295,1294,1296,42,1343,3167,776,0,1296,1163,1165,1296,1163,1165,42,3504,743,1343,0,1297,1295,1296,1297,1295,1296,42,1343,3014,3504,0,1296,1168,1297,1296,1168,1297,42,775,3504,3014,0,1170,1297,1168,1170,1297,1168,42,3014,1343,776,0,1168,1296,1165,1168,1296,1165,42,1451,743,3504,0,1298,1295,1297,1298,1295,1297,42,3504,1373,1451,0,1297,1299,1298,1297,1299,1298,42,742,1451,1373,0,1300,1298,1299,1300,1298,1299,42,1373,3504,775,0,1299,1297,1170,1299,1297,1170,42,3505,742,1373,0,1301,1300,1299,1301,1300,1299,42,1373,3174,3505,0,1299,1171,1301,1299,1171,1301,42,774,3505,3174,0,1173,1301,1171,1173,1301,1171,42,3174,1373,775,0,1171,1299,1170,1171,1299,1170,42,1585,742,3505,0,1302,1300,1301,1302,1300,1301,42,3505,1637,1585,0,1301,1303,1302,1301,1303,1302,42,741,1585,1637,0,1304,1302,1303,1304,1302,1303,42,1637,3505,774,0,1303,1301,1173,1303,1301,1173,42,3506,741,1637,0,1305,1304,1303,1305,1304,1303,42,1637,1185,3506,0,1303,1175,1305,1303,1175,1305,42,773,3506,1185,0,1177,1305,1175,1177,1305,1175,42,1185,1637,774,0,1175,1303,1173,1175,1303,1173,42,1485,741,3506,0,1306,1304,1305,1306,1304,1305,42,3506,1540,1485,0,1305,1307,1306,1305,1307,1306,42,740,1485,1540,0,1308,1306,1307,1308,1306,1307,42,1540,3506,773,0,1307,1305,1177,1307,1305,1177,42,1487,740,1540,0,1309,1308,1307,1309,1308,1307,42,1540,3507,1487,0,1307,1310,1309,1307,1310,1309,42,739,1487,3507,0,1311,1309,1310,1311,1309,1310,42,3507,1540,773,0,1310,1307,1177,1310,1307,1177,42,3507,773,3092,0,1310,1177,1179,1310,1177,1179,42,3092,1957,3507,0,1179,1312,1310,1179,1312,1310,42,739,3507,1957,0,1311,1310,1312,1311,1310,1312,42,1957,3092,772,0,1312,1179,1181,1312,1179,1181,42,3508,739,1957,0,1313,1311,1312,1313,1311,1312,42,1957,3097,3508,0,1312,1183,1313,1312,1183,1313,42,771,3508,3097,0,1185,1313,1183,1185,1313,1183,42,3097,1957,772,0,1183,1312,1181,1183,1312,1181,42,1511,739,3508,0,1314,1311,1313,1314,1311,1313,42,3508,1560,1511,0,1313,1315,1314,1313,1315,1314,42,738,1511,1560,0,1316,1314,1315,1316,1314,1315,42,1560,3508,771,0,1315,1313,1185,1315,1313,1185,42,1524,738,1560,0,1317,1316,1315,1317,1316,1315,42,1560,3509,1524,0,1315,1318,1317,1315,1318,1317,42,737,1524,3509,0,1319,1317,1318,1319,1317,1318,42,3509,1560,771,0,1318,1315,1185,1318,1315,1185,42,3509,771,3116,0,1318,1185,1188,1318,1185,1188,42,3116,1714,3509,0,1188,1320,1318,1188,1320,1318,42,737,3509,1714,0,1319,1318,1320,1319,1318,1320,42,1714,3116,770,0,1320,1188,1190,1320,1188,1190,42,3510,737,1714,0,1321,1319,1320,1321,1319,1320,42,1714,3126,3510,0,1320,1192,1321,1320,1192,1321,42,769,3510,3126,0,1194,1321,1192,1194,1321,1192,42,3126,1714,770,0,1192,1320,1190,1192,1320,1190,42,1537,737,3510,0,1322,1319,1321,1322,1319,1321,42,3510,1581,1537,0,1321,1323,1322,1321,1323,1322,42,736,1537,1581,0,1324,1322,1323,1324,1322,1323,42,1581,3510,769,0,1323,1321,1194,1323,1321,1194,42,3511,736,1581,0,1325,1324,1323,1325,1324,1323,42,1581,3135,3511,0,1323,1196,1325,1323,1196,1325,42,768,3511,3135,0,1198,1325,1196,1198,1325,1196,42,3135,1581,769,0,1196,1323,1194,1196,1323,1194,42,2404,736,3511,0,1326,1324,1325,1326,1324,1325,42,3511,2485,2404,0,1325,1327,1326,1325,1327,1326,42,735,2404,2485,0,1328,1326,1327,1328,1326,1327,42,2485,3511,768,0,1327,1325,1198,1327,1325,1198,42,3512,735,2485,0,1329,1328,1327,1329,1328,1327,42,2485,1929,3512,0,1327,1199,1329,1327,1199,1329,42,767,3512,1929,0,1201,1329,1199,1201,1329,1199,42,1929,2485,768,0,1199,1327,1198,1199,1327,1198,42,2390,735,3512,0,1330,1328,1329,1330,1328,1329,42,3512,2607,2390,0,1329,1331,1330,1329,1331,1330,42,734,2390,2607,0,1332,1330,1331,1332,1330,1331,42,2607,3512,767,0,1331,1329,1201,1331,1329,1201,42,3513,734,2607,0,1333,1332,1331,1333,1332,1331,42,2607,1111,3513,0,1331,1204,1333,1331,1204,1333,42,766,3513,1111,0,1206,1333,1204,1206,1333,1204,42,1111,2607,767,0,1204,1331,1201,1204,1331,1201,42,2642,734,3513,0,1334,1332,1333,1334,1332,1333,42,3513,2724,2642,0,1333,1335,1334,1333,1335,1334,42,733,2642,2724,0,1336,1334,1335,1336,1334,1335,42,2724,3513,766,0,1335,1333,1206,1335,1333,1206,42,2639,733,2724,0,1337,1336,1335,1337,1336,1335,42,2724,3514,2639,0,1335,1338,1337,1335,1338,1337,42,732,2639,3514,0,1339,1337,1338,1339,1337,1338,42,3514,2724,766,0,1338,1335,1206,1338,1335,1206,42,3514,766,1092,0,1338,1206,1207,1338,1206,1207,42,1092,2591,3514,0,1207,1340,1338,1207,1340,1338,42,732,3514,2591,0,1339,1338,1340,1339,1338,1340,42,2591,1092,765,0,1340,1207,1209,1340,1207,1209,42,3001,732,2591,0,1341,1339,1340,1341,1339,1340,42,2591,3515,3001,0,1340,1342,1341,1340,1342,1341,42,731,3001,3515,0,1343,1341,1342,1343,1341,1342,42,3515,2591,765,0,1342,1340,1209,1342,1340,1209,42,3515,765,1352,0,1342,1209,1212,1342,1209,1212,42,1352,2945,3515,0,1212,1344,1342,1212,1344,1342,42,731,3515,2945,0,1343,1342,1344,1343,1342,1344,42,2945,1352,764,0,1344,1212,1214,1344,1212,1214,42,3516,731,2945,0,1345,1343,1344,1345,1343,1344,42,2945,1325,3516,0,1344,1216,1345,1344,1216,1345,42,763,3516,1325,0,1218,1345,1216,1218,1345,1216,42,1325,2945,764,0,1216,1344,1214,1216,1344,1214,42,2863,731,3516,0,1346,1343,1345,1346,1343,1345,42,3516,2674,2863,0,1345,1347,1346,1345,1347,1346,42,730,2863,2674,0,1348,1346,1347,1348,1346,1347,42,2674,3516,763,0,1347,1345,1218,1347,1345,1218,42,3517,730,2674,0,1349,1348,1347,1349,1348,1347,42,2674,1171,3517,0,1347,1220,1349,1347,1220,1349,42,762,3517,1171,0,1222,1349,1220,1222,1349,1220,42,1171,2674,763,0,1220,1347,1218,1220,1347,1218,42,2705,730,3517,0,1350,1348,1349,1350,1348,1349,42,3517,2654,2705,0,1349,1351,1350,1349,1351,1350,42,729,2705,2654,0,1352,1350,1351,1352,1350,1351,42,2654,3517,762,0,1351,1349,1222,1351,1349,1222,42,2322,729,2654,0,1353,1352,1351,1353,1352,1351,42,2654,3518,2322,0,1351,1354,1353,1351,1354,1353,42,728,2322,3518,0,1355,1353,1354,1355,1353,1354,42,3518,2654,762,0,1354,1351,1222,1354,1351,1222,42,3518,762,2870,0,1354,1222,1224,1354,1222,1224,42,2870,2396,3518,0,1224,1356,1354,1224,1356,1354,42,728,3518,2396,0,1355,1354,1356,1355,1354,1356,42,2396,2870,761,0,1356,1224,1226,1356,1224,1226,42,2325,728,2396,0,1357,1355,1356,1357,1355,1356,42,2396,3519,2325,0,1356,1358,1357,1356,1358,1357,42,726,2325,3519,0,1359,1357,1358,1359,1357,1358,42,3519,2396,761,0,1358,1356,1226,1358,1356,1226,42,3519,761,2797,0,1358,1226,1227,1358,1226,1227,42,2797,1665,3519,0,1227,1360,1358,1227,1360,1358,42,726,3519,1665,0,1359,1358,1360,1359,1358,1360,42,1665,2797,759,0,1360,1227,1229,1360,1227,1229,42,2260,726,1665,0,1361,1359,1360,1361,1359,1360,42,1665,3520,2260,0,1360,1362,1361,1360,1362,1361,42,727,2260,3520,0,1363,1361,1362,1363,1361,1362,42,3520,1665,759,0,1362,1360,1229,1362,1360,1229,42,3520,759,2869,0,1362,1229,1232,1362,1229,1232,42,2869,2379,3520,0,1232,1364,1362,1232,1364,1362,42,727,3520,2379,0,1363,1362,1364,1363,1362,1364,42,2379,2869,760,0,1364,1232,1234,1364,1232,1234,42,1692,725,1810,0,1365,1366,1367,1365,1366,1367,42,1810,3521,1692,0,1367,1368,1365,1367,1368,1365,42,724,1692,3521,0,1369,1365,1368,1369,1365,1368,42,3521,1810,758,0,1368,1367,1236,1368,1367,1236,42,3521,758,1257,0,1368,1236,1238,1368,1236,1238,42,1257,1916,3521,0,1238,1370,1368,1238,1370,1368,42,724,3521,1916,0,1369,1368,1370,1369,1368,1370,42,1916,1257,757,0,1370,1238,1240,1370,1238,1240,42,3522,724,1916,0,1371,1369,1370,1371,1369,1370,42,1916,1218,3522,0,1370,1241,1371,1370,1241,1371,42,756,3522,1218,0,1243,1371,1241,1243,1371,1241,42,1218,1916,757,0,1241,1370,1240,1241,1370,1240,42,1702,724,3522,0,1372,1369,1371,1372,1369,1371,42,3522,1776,1702,0,1371,1373,1372,1371,1373,1372,42,723,1702,1776,0,1374,1372,1373,1374,1372,1373,42,1776,3522,756,0,1373,1371,1243,1373,1371,1243,42,3523,723,1776,0,1375,1374,1373,1375,1374,1373,42,1776,1224,3523,0,1373,1246,1375,1373,1246,1375,42,755,3523,1224,0,1248,1375,1246,1248,1375,1246,42,1224,1776,756,0,1246,1373,1243,1246,1373,1243,42,2185,723,3523,0,1376,1374,1375,1376,1374,1375,42,3523,2261,2185,0,1375,1377,1376,1375,1377,1376,42,722,2185,2261,0,1378,1376,1377,1378,1376,1377,42,2261,3523,755,0,1377,1375,1248,1377,1375,1248,42,3524,722,2261,0,1379,1378,1377,1379,1378,1377,42,2261,1839,3524,0,1377,1249,1379,1377,1249,1379,42,754,3524,1839,0,1251,1379,1249,1251,1379,1249,42,1839,2261,755,0,1249,1377,1248,1249,1377,1248,42,2327,722,3524,0,1380,1378,1379,1380,1378,1379,42,3524,2272,2327,0,1379,1381,1380,1379,1381,1380,42,721,2327,2272,0,1382,1380,1381,1382,1380,1381,42,2272,3524,754,0,1381,1379,1251,1381,1379,1251,42,2468,721,2272,0,1383,1382,1381,1383,1382,1381,42,2272,3525,2468,0,1381,1384,1383,1381,1384,1383,42,720,2468,3525,0,1385,1383,1384,1385,1383,1384,42,3525,2272,754,0,1384,1381,1251,1384,1381,1251,42,3525,754,2010,0,1384,1251,1254,1384,1251,1254,42,2010,2287,3525,0,1254,1386,1384,1254,1386,1384,42,720,3525,2287,0,1385,1384,1386,1385,1384,1386,42,2287,2010,753,0,1386,1254,1256,1386,1254,1256,42,3526,720,2287,0,1387,1385,1386,1387,1385,1386,42,2287,1871,3526,0,1386,1257,1387,1386,1257,1387,42,752,3526,1871,0,1259,1387,1257,1259,1387,1257,42,1871,2287,753,0,1257,1386,1256,1257,1386,1256,42,2326,720,3526,0,1388,1385,1387,1388,1385,1387,42,3526,2271,2326,0,1387,1389,1388,1387,1389,1388,42,719,2326,2271,0,1390,1388,1389,1390,1388,1389,42,2271,3526,752,0,1389,1387,1259,1389,1387,1259,42,3527,719,2271,0,1391,1390,1389,1391,1390,1389,42,2271,1729,3527,0,1389,1262,1391,1389,1262,1391,42,751,3527,1729,0,1264,1391,1262,1264,1391,1262,42,1729,2271,752,0,1262,1389,1259,1262,1389,1259,42,2184,719,3527,0,1392,1390,1391,1392,1390,1391,42,3527,2795,2184,0,1391,1393,1392,1391,1393,1392,42,718,2184,2795,0,1394,1392,1393,1394,1392,1393,42,2795,3527,751,0,1393,1391,1264,1393,1391,1264,42,3528,718,2795,0,1395,1394,1393,1395,1394,1393,42,2795,1314,3528,0,1393,1266,1395,1393,1266,1395,42,750,3528,1314,0,1268,1395,1266,1268,1395,1266,42,1314,2795,751,0,1266,1393,1264,1266,1393,1264,42,2894,718,3528,0,1396,1394,1395,1396,1394,1395,42,3528,2962,2894,0,1395,1397,1396,1395,1397,1396,42,717,2894,2962,0,1398,1396,1397,1398,1396,1397,42,2962,3528,750,0,1397,1395,1268,1397,1395,1268,42,3529,717,2962,0,1399,1398,1397,1399,1398,1397,42,2962,1358,3529,0,1397,1270,1399,1397,1270,1399,42,749,3529,1358,0,1272,1399,1270,1272,1399,1270,42,1358,2962,750,0,1270,1397,1268,1270,1397,1268,42,2890,717,3529,0,1400,1398,1399,1400,1398,1399,42,3529,2833,2890,0,1399,1401,1400,1399,1401,1400,42,716,2890,2833,0,1402,1400,1401,1402,1400,1401,42,2833,3529,749,0,1401,1399,1272,1401,1399,1272,42,3530,716,2833,0,1403,1402,1401,1403,1402,1401,42,2833,2677,3530,0,1401,1273,1403,1401,1273,1403,42,748,3530,2677,0,1275,1403,1273,1275,1403,1273,42,2677,2833,749,0,1273,1401,1272,1273,1401,1272,42,2119,716,3530,0,1404,1402,1403,1404,1402,1403,42,3530,2206,2119,0,1403,1405,1404,1403,1405,1404,42,715,2119,2206,0,1406,1404,1405,1406,1404,1405,42,2206,3530,748,0,1405,1403,1275,1405,1403,1275,42,3531,715,2206,0,1407,1406,1405,1407,1406,1405,42,2206,2717,3531,0,1405,1277,1407,1405,1277,1407,42,747,3531,2717,0,1279,1407,1277,1279,1407,1277,42,2717,2206,748,0,1277,1405,1275,1277,1405,1275,42,2112,715,3531,0,1408,1406,1407,1408,1406,1407,42,3531,2329,2112,0,1407,1409,1408,1407,1409,1408,42,714,2112,2329,0,1410,1408,1409,1410,1408,1409,42,2329,3531,747,0,1409,1407,1279,1409,1407,1279,42,2425,714,2329,0,1411,1410,1409,1411,1410,1409,42,2329,3532,2425,0,1409,1412,1411,1409,1412,1411,42,713,2425,3532,0,1413,1411,1412,1413,1411,1412,42,3532,2329,747,0,1412,1409,1279,1412,1409,1279,42,3532,747,2960,0,1412,1279,1281,1412,1279,1281,42,2960,2364,3532,0,1281,1414,1412,1281,1414,1412,42,713,3532,2364,0,1413,1412,1414,1413,1412,1414,42,2364,2960,746,0,1414,1281,1283,1414,1281,1283,42,3533,713,2364,0,1415,1413,1414,1415,1413,1414,42,2364,2616,3533,0,1414,1285,1415,1414,1285,1415,42,745,3533,2616,0,1287,1415,1285,1287,1415,1285,42,2616,2364,746,0,1285,1414,1283,1285,1414,1283,42,2049,713,3533,0,1416,1413,1415,1416,1413,1415,42,3533,2114,2049,0,1415,1417,1416,1415,1417,1416,42,712,2049,2114,0,1418,1416,1417,1418,1416,1417,42,2114,3533,745,0,1417,1415,1287,1417,1415,1287,42,2156,712,2114,0,1419,1418,1417,1419,1418,1417,42,2114,3534,2156,0,1417,1420,1419,1417,1420,1419,42,711,2156,3534,0,1421,1419,1420,1421,1419,1420,42,3534,2114,745,0,1420,1417,1287,1420,1417,1287,42,3534,745,2762,0,1420,1287,1289,1420,1287,1289,42,2762,2104,3534,0,1289,1422,1420,1289,1422,1420,42,711,3534,2104,0,1421,1420,1422,1421,1420,1422,42,2104,2762,744,0,1422,1289,1291,1422,1289,1291,42,2055,711,2104,0,1423,1421,1422,1423,1421,1422,42,2104,3535,2055,0,1422,1424,1423,1422,1424,1423,42,710,2055,3535,0,1425,1423,1424,1425,1423,1424,42,3535,2104,744,0,1424,1422,1291,1424,1422,1291,42,3535,744,2615,0,1424,1291,1293,1424,1291,1293,42,2615,1869,3535,0,1293,1426,1424,1293,1426,1424,42,710,3535,1869,0,1425,1424,1426,1425,1424,1426,42,1869,2615,743,0,1426,1293,1295,1426,1293,1295,42,3536,710,1869,0,1427,1425,1426,1427,1425,1426,42,1869,1451,3536,0,1426,1298,1427,1426,1298,1427,42,742,3536,1451,0,1300,1427,1298,1300,1427,1298,42,1451,1869,743,0,1298,1426,1295,1298,1426,1295,42,1943,710,3536,0,1428,1425,1427,1428,1425,1427,42,3536,1889,1943,0,1427,1429,1428,1427,1429,1428,42,709,1943,1889,0,1430,1428,1429,1430,1428,1429,42,1889,3536,742,0,1429,1427,1300,1429,1427,1300,42,3537,709,1889,0,1431,1430,1429,1431,1430,1429,42,1889,1585,3537,0,1429,1302,1431,1429,1302,1431,42,741,3537,1585,0,1304,1431,1302,1304,1431,1302,42,1585,1889,742,0,1302,1429,1300,1302,1429,1300,42,1963,709,3537,0,1432,1430,1431,1432,1430,1431,42,3537,2188,1963,0,1431,1433,1432,1431,1433,1432,42,708,1963,2188,0,1434,1432,1433,1434,1432,1433,42,2188,3537,741,0,1433,1431,1304,1433,1431,1304,42,1970,708,2188,0,1435,1434,1433,1435,1434,1433,42,2188,3538,1970,0,1433,1436,1435,1433,1436,1435,42,707,1970,3538,0,1437,1435,1436,1437,1435,1436,42,3538,2188,741,0,1436,1433,1304,1436,1433,1304,42,3538,741,1485,0,1436,1304,1306,1436,1304,1306,42,1485,2065,3538,0,1306,1438,1436,1306,1438,1436,42,707,3538,2065,0,1437,1436,1438,1437,1436,1438,42,2065,1485,740,0,1438,1306,1308,1438,1306,1308,42,3539,707,2065,0,1439,1437,1438,1439,1437,1438,42,2065,1487,3539,0,1438,1309,1439,1438,1309,1439,42,739,3539,1487,0,1311,1439,1309,1311,1439,1309,42,1487,2065,740,0,1309,1438,1308,1309,1438,1308,42,1991,707,3539,0,1440,1437,1439,1440,1437,1439,42,3539,2479,1991,0,1439,1441,1440,1439,1441,1440,42,706,1991,2479,0,1442,1440,1441,1442,1440,1441,42,2479,3539,739,0,1441,1439,1311,1441,1439,1311,42,3540,706,2479,0,1443,1442,1441,1443,1442,1441,42,2479,1511,3540,0,1441,1314,1443,1441,1314,1443,42,738,3540,1511,0,1316,1443,1314,1316,1443,1314,42,1511,2479,739,0,1314,1441,1311,1314,1441,1311,42,2000,706,3540,0,1444,1442,1443,1444,1442,1443,42,3540,2096,2000,0,1443,1445,1444,1443,1445,1444,42,705,2000,2096,0,1446,1444,1445,1446,1444,1445,42,2096,3540,738,0,1445,1443,1316,1445,1443,1316,42,2017,705,2096,0,1447,1446,1445,1447,1446,1445,42,2096,3541,2017,0,1445,1448,1447,1445,1448,1447,42,704,2017,3541,0,1449,1447,1448,1449,1447,1448,42,3541,2096,738,0,1448,1445,1316,1448,1445,1316,42,3541,738,1524,0,1448,1316,1317,1448,1316,1317,42,1524,2235,3541,0,1317,1450,1448,1317,1450,1448,42,704,3541,2235,0,1449,1448,1450,1449,1448,1450,42,2235,1524,737,0,1450,1317,1319,1450,1317,1319,42,2109,704,2235,0,1451,1449,1450,1451,1449,1450,42,2235,3542,2109,0,1450,1452,1451,1450,1452,1451,42,703,2109,3542,0,1453,1451,1452,1453,1451,1452,42,3542,2235,737,0,1452,1450,1319,1452,1450,1319,42,3542,737,1537,0,1452,1319,1322,1452,1319,1322,42,1537,2095,3542,0,1322,1454,1452,1322,1454,1452,42,703,3542,2095,0,1453,1452,1454,1453,1452,1454,42,2095,1537,736,0,1454,1322,1324,1454,1322,1324,42,2904,703,2095,0,1455,1453,1454,1455,1453,1454,42,2095,3543,2904,0,1454,1456,1455,1454,1456,1455,42,702,2904,3543,0,1457,1455,1456,1457,1455,1456,42,3543,2095,736,0,1456,1454,1324,1456,1454,1324,42,3543,736,2404,0,1456,1324,1326,1456,1324,1326,42,2404,3004,3543,0,1326,1458,1456,1326,1458,1456,42,702,3543,3004,0,1457,1456,1458,1457,1456,1458,42,3004,2404,735,0,1458,1326,1328,1458,1326,1328,42,2877,702,3004,0,1459,1457,1458,1459,1457,1458,42,3004,3544,2877,0,1458,1460,1459,1458,1460,1459,42,701,2877,3544,0,1461,1459,1460,1461,1459,1460,42,3544,3004,735,0,1460,1458,1328,1460,1458,1328,42,3544,735,2390,0,1460,1328,1330,1460,1328,1330,42,2390,2064,3544,0,1330,1462,1460,1330,1462,1460,42,701,3544,2064,0,1461,1460,1462,1461,1460,1462,42,2064,2390,734,0,1462,1330,1332,1462,1330,1332,42,2082,701,2064,0,1463,1461,1462,1463,1461,1462,42,2064,3545,2082,0,1462,1464,1463,1462,1464,1463,42,700,2082,3545,0,1465,1463,1464,1465,1463,1464,42,3545,2064,734,0,1464,1462,1332,1464,1462,1332,42,3545,734,2642,0,1464,1332,1334,1464,1332,1334,42,2642,2187,3545,0,1334,1466,1464,1334,1466,1464,42,700,3545,2187,0,1465,1464,1466,1465,1464,1466,42,2187,2642,733,0,1466,1334,1336,1466,1334,1336,42,2313,700,2187,0,1467,1465,1466,1467,1465,1466,42,2187,3546,2313,0,1466,1468,1467,1466,1468,1467,42,699,2313,3546,0,1469,1467,1468,1469,1467,1468,42,3546,2187,733,0,1468,1466,1336,1468,1466,1336,42,3546,733,2639,0,1468,1336,1337,1468,1336,1337,42,2639,2419,3546,0,1337,1470,1468,1337,1470,1468,42,699,3546,2419,0,1469,1468,1470,1469,1468,1470,42,2419,2639,732,0,1470,1337,1339,1470,1337,1339,42,3547,699,2419,0,1471,1469,1470,1471,1469,1470,42,2419,3001,3547,0,1470,1341,1471,1470,1341,1471,42,731,3547,3001,0,1343,1471,1341,1343,1471,1341,42,3001,2419,732,0,1341,1470,1339,1341,1470,1339,42,2431,699,3547,0,1472,1469,1471,1472,1469,1471,42,3547,2409,2431,0,1471,1473,1472,1471,1473,1472,42,698,2431,2409,0,1474,1472,1473,1474,1472,1473,42,2409,3547,731,0,1473,1471,1343,1473,1471,1343,42,2275,698,2409,0,1475,1474,1473,1475,1474,1473,42,2409,3548,2275,0,1473,1476,1475,1473,1476,1475,42,697,2275,3548,0,1477,1475,1476,1477,1475,1476,42,3548,2409,731,0,1476,1473,1343,1476,1473,1343,42,3548,731,2863,0,1476,1343,1346,1476,1343,1346,42,2863,2117,3548,0,1346,1478,1476,1346,1478,1476,42,697,3548,2117,0,1477,1476,1478,1477,1476,1478,42,2117,2863,730,0,1478,1346,1348,1478,1346,1348,42,2154,697,2117,0,1479,1477,1478,1479,1477,1478,42,2117,3549,2154,0,1478,1480,1479,1478,1480,1479,42,696,2154,3549,0,1481,1479,1480,1481,1479,1480,42,3549,2117,730,0,1480,1478,1348,1480,1478,1348,42,3549,730,2705,0,1480,1348,1350,1480,1348,1350,42,2705,2131,3549,0,1350,1482,1480,1350,1482,1480,42,696,3549,2131,0,1481,1480,1482,1481,1480,1482,42,2131,2705,729,0,1482,1350,1352,1482,1350,1352,42,1752,696,2131,0,1483,1481,1482,1483,1481,1482,42,2131,3550,1752,0,1482,1484,1483,1482,1484,1483,42,695,1752,3550,0,1485,1483,1484,1485,1483,1484,42,3550,2131,729,0,1484,1482,1352,1484,1482,1352,42,3550,729,2322,0,1484,1352,1353,1484,1352,1353,42,2322,1855,3550,0,1353,1486,1484,1353,1486,1484,42,695,3550,1855,0,1485,1484,1486,1485,1484,1486,42,1855,2322,728,0,1486,1353,1355,1486,1353,1355,42,3551,695,1855,0,1487,1485,1486,1487,1485,1486,42,1855,2325,3551,0,1486,1357,1487,1486,1357,1487,42,726,3551,2325,0,1359,1487,1357,1359,1487,1357,42,2325,1855,728,0,1357,1486,1355,1357,1486,1355,42,1786,695,3551,0,1488,1485,1487,1488,1485,1487,42,3551,2179,1786,0,1487,1489,1488,1487,1489,1488,42,693,1786,2179,0,1490,1488,1489,1490,1488,1489,42,2179,3551,726,0,1489,1487,1359,1489,1487,1359,42,3552,693,2179,0,1491,1490,1489,1491,1490,1489,42,2179,2260,3552,0,1489,1361,1491,1489,1361,1491,42,727,3552,2260,0,1363,1491,1361,1363,1491,1361,42,2260,2179,726,0,1361,1489,1359,1361,1489,1359,42,1720,693,3552,0,1492,1490,1491,1492,1490,1491,42,3552,1812,1720,0,1491,1493,1492,1491,1493,1492,42,694,1720,1812,0,1494,1492,1493,1494,1492,1493,42,1812,3552,727,0,1493,1491,1363,1493,1491,1363,42,2224,692,2273,0,1495,1496,1497,1495,1496,1497,42,2273,3553,2224,0,1497,1498,1495,1497,1498,1495,42,691,2224,3553,0,1499,1495,1498,1499,1495,1498,42,3553,2273,725,0,1498,1497,1366,1498,1497,1366,42,3553,725,1692,0,1498,1366,1365,1498,1366,1365,42,1692,2410,3553,0,1365,1500,1498,1365,1500,1498,42,691,3553,2410,0,1499,1498,1500,1499,1498,1500,42,2410,1692,724,0,1500,1365,1369,1500,1365,1369,42,2315,691,2410,0,1501,1499,1500,1501,1499,1500,42,2410,3554,2315,0,1500,1502,1501,1500,1502,1501,42,690,2315,3554,0,1503,1501,1502,1503,1501,1502,42,3554,2410,724,0,1502,1500,1369,1502,1500,1369,42,3554,724,1702,0,1502,1369,1372,1502,1369,1372,42,1702,2231,3554,0,1372,1504,1502,1372,1504,1502,42,690,3554,2231,0,1503,1502,1504,1503,1502,1504,42,2231,1702,723,0,1504,1372,1374,1504,1372,1374,42,3555,690,2231,0,1505,1503,1504,1505,1503,1504,42,2231,2185,3555,0,1504,1376,1505,1504,1376,1505,42,722,3555,2185,0,1378,1505,1376,1378,1505,1376,42,2185,2231,723,0,1376,1504,1374,1376,1504,1374,42,2727,690,3555,0,1506,1503,1505,1506,1503,1505,42,3555,2776,2727,0,1505,1507,1506,1505,1507,1506,42,689,2727,2776,0,1508,1506,1507,1508,1506,1507,42,2776,3555,722,0,1507,1505,1378,1507,1505,1378,42,2873,689,2776,0,1509,1508,1507,1509,1508,1507,42,2776,3556,2873,0,1507,1510,1509,1507,1510,1509,42,688,2873,3556,0,1511,1509,1510,1511,1509,1510,42,3556,2776,722,0,1510,1507,1378,1510,1507,1378,42,3556,722,2327,0,1510,1378,1380,1510,1378,1380,42,2327,2787,3556,0,1380,1512,1510,1380,1512,1510,42,688,3556,2787,0,1511,1510,1512,1511,1510,1512,42,2787,2327,721,0,1512,1380,1382,1512,1380,1382,42,3557,688,2787,0,1513,1511,1512,1513,1511,1512,42,2787,2468,3557,0,1512,1383,1513,1512,1383,1513,42,720,3557,2468,0,1385,1513,1383,1385,1513,1383,42,2468,2787,721,0,1383,1512,1382,1383,1512,1382,42,2987,688,3557,0,1514,1511,1513,1514,1511,1513,42,3557,2775,2987,0,1513,1515,1514,1513,1515,1514,42,687,2987,2775,0,1516,1514,1515,1516,1514,1515,42,2775,3557,720,0,1515,1513,1385,1515,1513,1385,42,2843,687,2775,0,1517,1516,1515,1517,1516,1515,42,2775,3558,2843,0,1515,1518,1517,1515,1518,1517,42,686,2843,3558,0,1519,1517,1518,1519,1517,1518,42,3558,2775,720,0,1518,1515,1385,1518,1515,1385,42,3558,720,2326,0,1518,1385,1388,1518,1385,1388,42,2326,2765,3558,0,1388,1520,1518,1388,1520,1518,42,686,3558,2765,0,1519,1518,1520,1519,1518,1520,42,2765,2326,719,0,1520,1388,1390,1520,1388,1390,42,3559,686,2765,0,1521,1519,1520,1521,1519,1520,42,2765,2184,3559,0,1520,1392,1521,1520,1392,1521,42,718,3559,2184,0,1394,1521,1392,1394,1521,1392,42,2184,2765,719,0,1392,1520,1390,1392,1520,1390,42,2625,686,3559,0,1522,1519,1521,1522,1519,1521,42,3559,2276,2625,0,1521,1523,1522,1521,1523,1522,42,685,2625,2276,0,1524,1522,1523,1524,1522,1523,42,2276,3559,718,0,1523,1521,1394,1523,1521,1394,42,3560,685,2276,0,1525,1524,1523,1525,1524,1523,42,2276,2894,3560,0,1523,1396,1525,1523,1396,1525,42,717,3560,2894,0,1398,1525,1396,1398,1525,1396,42,2894,2276,718,0,1396,1523,1394,1396,1523,1394,42,2349,685,3560,0,1526,1524,1525,1526,1524,1525,42,3560,2405,2349,0,1525,1527,1526,1525,1527,1526,42,684,2349,2405,0,1528,1526,1527,1528,1526,1527,42,2405,3560,717,0,1527,1525,1398,1527,1525,1398,42,2385,684,2405,0,1529,1528,1527,1529,1528,1527,42,2405,3561,2385,0,1527,1530,1529,1527,1530,1529,42,683,2385,3561,0,1531,1529,1530,1531,1529,1530,42,3561,2405,717,0,1530,1527,1398,1530,1527,1398,42,3561,717,2890,0,1530,1398,1400,1530,1398,1400,42,2890,2314,3561,0,1400,1532,1530,1400,1532,1530,42,683,3561,2314,0,1531,1530,1532,1531,1530,1532,42,2314,2890,716,0,1532,1400,1402,1532,1400,1402,42,3562,683,2314,0,1533,1531,1532,1533,1531,1532,42,2314,2119,3562,0,1532,1404,1533,1532,1404,1533,42,715,3562,2119,0,1406,1533,1404,1406,1533,1404,42,2119,2314,716,0,1404,1532,1402,1404,1532,1402,42,1599,683,3562,0,1534,1531,1533,1534,1531,1533,42,3562,1678,1599,0,1533,1535,1534,1533,1535,1534,42,682,1599,1678,0,1536,1534,1535,1536,1534,1535,42,1678,3562,715,0,1535,1533,1406,1535,1533,1406,42,3563,682,1678,0,1537,1536,1535,1537,1536,1535,42,1678,2112,3563,0,1535,1408,1537,1535,1408,1537,42,714,3563,2112,0,1410,1537,1408,1410,1537,1408,42,2112,1678,715,0,1408,1535,1406,1408,1535,1406,42,1514,682,3563,0,1538,1536,1537,1538,1536,1537,42,3563,1854,1514,0,1537,1539,1538,1537,1539,1538,42,681,1514,1854,0,1540,1538,1539,1540,1538,1539,42,1854,3563,714,0,1539,1537,1410,1539,1537,1410,42,3564,681,1854,0,1541,1540,1539,1541,1540,1539,42,1854,2425,3564,0,1539,1411,1541,1539,1411,1541,42,713,3564,2425,0,1413,1541,1411,1413,1541,1411,42,2425,1854,714,0,1411,1539,1410,1411,1539,1410,42,1932,681,3564,0,1542,1540,1541,1542,1540,1541,42,3564,1875,1932,0,1541,1543,1542,1541,1543,1542,42,680,1932,1875,0,1544,1542,1543,1544,1542,1543,42,1875,3564,713,0,1543,1541,1413,1543,1541,1413,42,1513,680,1875,0,1545,1544,1543,1545,1544,1543,42,1875,3565,1513,0,1543,1546,1545,1543,1546,1545,42,679,1513,3565,0,1547,1545,1546,1547,1545,1546,42,3565,1875,713,0,1546,1543,1413,1546,1543,1413,42,3565,713,2049,0,1546,1413,1416,1546,1413,1416,42,2049,1590,3565,0,1416,1548,1546,1416,1548,1546,42,679,3565,1590,0,1547,1546,1548,1547,1546,1548,42,1590,2049,712,0,1548,1416,1418,1548,1416,1418,42,3566,679,1590,0,1549,1547,1548,1549,1547,1548,42,1590,2156,3566,0,1548,1419,1549,1548,1419,1549,42,711,3566,2156,0,1421,1549,1419,1421,1549,1419,42,2156,1590,712,0,1419,1548,1418,1419,1548,1418,42,1664,679,3566,0,1550,1547,1549,1550,1547,1549,42,3566,1616,1664,0,1549,1551,1550,1549,1551,1550,42,678,1664,1616,0,1552,1550,1551,1552,1550,1551,42,1616,3566,711,0,1551,1549,1421,1551,1549,1421,42,1545,678,1616,0,1553,1552,1551,1553,1552,1551,42,1616,3567,1545,0,1551,1554,1553,1551,1554,1553,42,677,1545,3567,0,1555,1553,1554,1555,1553,1554,42,3567,1616,711,0,1554,1551,1421,1554,1551,1421,42,3567,711,2055,0,1554,1421,1423,1554,1421,1423,42,2055,2418,3567,0,1423,1556,1554,1423,1556,1554,42,677,3567,2418,0,1555,1554,1556,1555,1554,1556,42,2418,2055,710,0,1556,1423,1425,1556,1423,1425,42,3568,677,2418,0,1557,1555,1556,1557,1555,1556,42,2418,1943,3568,0,1556,1428,1557,1556,1428,1557,42,709,3568,1943,0,1430,1557,1428,1430,1557,1428,42,1943,2418,710,0,1428,1556,1425,1428,1556,1425,42,2499,677,3568,0,1558,1555,1557,1558,1555,1557,42,3568,2590,2499,0,1557,1559,1558,1557,1559,1558,42,676,2499,2590,0,1560,1558,1559,1560,1558,1559,42,2590,3568,709,0,1559,1557,1430,1559,1557,1430,42,3569,676,2590,0,1561,1560,1559,1561,1560,1559,42,2590,1963,3569,0,1559,1432,1561,1559,1432,1561,42,708,3569,1963,0,1434,1561,1432,1434,1561,1432,42,1963,2590,709,0,1432,1559,1430,1432,1559,1430,42,2507,676,3569,0,1562,1560,1561,1562,1560,1561,42,3569,2723,2507,0,1561,1563,1562,1561,1563,1562,42,675,2507,2723,0,1564,1562,1563,1564,1562,1563,42,2723,3569,708,0,1563,1561,1434,1563,1561,1434,42,3570,675,2723,0,1565,1564,1563,1565,1564,1563,42,2723,1970,3570,0,1563,1435,1565,1563,1435,1565,42,707,3570,1970,0,1437,1565,1435,1437,1565,1435,42,1970,2723,708,0,1435,1563,1434,1435,1563,1434,42,2531,675,3570,0,1566,1564,1565,1566,1564,1565,42,3570,2606,2531,0,1565,1567,1566,1565,1567,1566,42,674,2531,2606,0,1568,1566,1567,1568,1566,1567,42,2606,3570,707,0,1567,1565,1437,1567,1565,1437,42,3571,674,2606,0,1569,1568,1567,1569,1568,1567,42,2606,1991,3571,0,1567,1440,1569,1567,1440,1569,42,706,3571,1991,0,1442,1569,1440,1442,1569,1440,42,1991,2606,707,0,1440,1567,1437,1440,1567,1437,42,2539,674,3571,0,1570,1568,1569,1570,1568,1569,42,3571,3020,2539,0,1569,1571,1570,1569,1571,1570,42,673,2539,3020,0,1572,1570,1571,1572,1570,1571,42,3020,3571,706,0,1571,1569,1442,1571,1569,1442,42,2558,673,3020,0,1573,1572,1571,1573,1572,1571,42,3020,3572,2558,0,1571,1574,1573,1571,1574,1573,42,672,2558,3572,0,1575,1573,1574,1575,1573,1574,42,3572,3020,706,0,1574,1571,1442,1574,1571,1442,42,3572,706,2000,0,1574,1442,1444,1574,1442,1444,42,2000,2637,3572,0,1444,1576,1574,1444,1576,1574,42,672,3572,2637,0,1575,1574,1576,1575,1574,1576,42,2637,2000,705,0,1576,1444,1446,1576,1444,1446,42,2671,672,2637,0,1577,1575,1576,1577,1575,1576,42,2637,3573,2671,0,1576,1578,1577,1576,1578,1577,42,671,2671,3573,0,1579,1577,1578,1579,1577,1578,42,3573,2637,705,0,1578,1576,1446,1578,1576,1446,42,3573,705,2017,0,1578,1446,1447,1578,1446,1447,42,2017,2754,3573,0,1447,1580,1578,1447,1580,1578,42,671,3573,2754,0,1579,1578,1580,1579,1578,1580,42,2754,2017,704,0,1580,1447,1449,1580,1447,1449,42,2661,671,2754,0,1581,1579,1580,1581,1579,1580,42,2754,3574,2661,0,1580,1582,1581,1580,1582,1581,42,670,2661,3574,0,1583,1581,1582,1583,1581,1582,42,3574,2754,704,0,1582,1580,1449,1582,1580,1449,42,3574,704,2109,0,1582,1449,1451,1582,1449,1451,42,2109,2605,3574,0,1451,1584,1582,1451,1584,1582,42,670,3574,2605,0,1583,1582,1584,1583,1582,1584,42,2605,2109,703,0,1584,1451,1453,1584,1451,1453,42,1316,670,2605,0,1585,1583,1584,1585,1583,1584,42,2605,3575,1316,0,1584,1586,1585,1584,1586,1585,42,669,1316,3575,0,1587,1585,1586,1587,1585,1586,42,3575,2605,703,0,1586,1584,1453,1586,1584,1453,42,3575,703,2904,0,1586,1453,1455,1586,1453,1455,42,2904,1405,3575,0,1455,1588,1586,1455,1588,1586,42,669,3575,1405,0,1587,1586,1588,1587,1586,1588,42,1405,2904,702,0,1588,1455,1457,1588,1455,1457,42,3576,669,1405,0,1589,1587,1588,1589,1587,1588,42,1405,2877,3576,0,1588,1459,1589,1588,1459,1589,42,701,3576,2877,0,1461,1589,1459,1461,1589,1459,42,2877,1405,702,0,1459,1588,1457,1459,1588,1457,42,1311,669,3576,0,1590,1587,1589,1590,1587,1589,42,3576,1525,1311,0,1589,1591,1590,1589,1591,1590,42,668,1311,1525,0,1592,1590,1591,1592,1590,1591,42,1525,3576,701,0,1591,1589,1461,1591,1589,1461,42,1674,668,1525,0,1593,1592,1591,1593,1592,1591,42,1525,3577,1674,0,1591,1594,1593,1591,1594,1593,42,667,1674,3577,0,1595,1593,1594,1595,1593,1594,42,3577,1525,701,0,1594,1591,1461,1594,1591,1461,42,3577,701,2082,0,1594,1461,1463,1594,1461,1463,42,2082,1626,3577,0,1463,1596,1594,1463,1596,1594,42,667,3577,1626,0,1595,1594,1596,1595,1594,1596,42,1626,2082,700,0,1596,1463,1465,1596,1463,1465,42,1797,667,1626,0,1597,1595,1596,1597,1595,1596,42,1626,3578,1797,0,1596,1598,1597,1596,1598,1597,42,666,1797,3578,0,1599,1597,1598,1599,1597,1598,42,3578,1626,700,0,1598,1596,1465,1598,1596,1465,42,3578,700,2313,0,1598,1465,1467,1598,1465,1467,42,2313,1892,3578,0,1467,1600,1598,1467,1600,1598,42,666,3578,1892,0,1599,1598,1600,1599,1598,1600,42,1892,2313,699,0,1600,1467,1469,1600,1467,1469,42,1918,666,1892,0,1601,1599,1600,1601,1599,1600,42,1892,3579,1918,0,1600,1602,1601,1600,1602,1601,42,665,1918,3579,0,1603,1601,1602,1603,1601,1602,42,3579,1892,699,0,1602,1600,1469,1602,1600,1469,42,3579,699,2431,0,1602,1469,1472,1602,1469,1472,42,2431,1853,3579,0,1472,1604,1602,1472,1604,1602,42,665,3579,1853,0,1603,1602,1604,1603,1602,1604,42,1853,2431,698,0,1604,1472,1474,1604,1472,1474,42,1791,665,1853,0,1605,1603,1604,1605,1603,1604,42,1853,3580,1791,0,1604,1606,1605,1604,1606,1605,42,664,1791,3580,0,1607,1605,1606,1607,1605,1606,42,3580,1853,698,0,1606,1604,1474,1606,1604,1474,42,3580,698,2275,0,1606,1474,1475,1606,1474,1475,42,2275,1601,3580,0,1475,1608,1606,1475,1608,1606,42,664,3580,1601,0,1607,1606,1608,1607,1606,1608,42,1601,2275,697,0,1608,1475,1477,1608,1475,1477,42,1642,664,1601,0,1609,1607,1608,1609,1607,1608,42,1601,3581,1642,0,1608,1610,1609,1608,1610,1609,42,663,1642,3581,0,1611,1609,1610,1611,1609,1610,42,3581,1601,697,0,1610,1608,1477,1610,1608,1477,42,3581,697,2154,0,1610,1477,1479,1610,1477,1479,42,2154,1589,3581,0,1479,1612,1610,1479,1612,1610,42,663,3581,1589,0,1611,1610,1612,1611,1610,1612,42,1589,2154,696,0,1612,1479,1481,1612,1479,1481,42,1195,663,1589,0,1613,1611,1612,1613,1611,1612,42,1589,3582,1195,0,1612,1614,1613,1612,1614,1613,42,662,1195,3582,0,1615,1613,1614,1615,1613,1614,42,3582,1589,696,0,1614,1612,1481,1614,1612,1481,42,3582,696,1752,0,1614,1481,1483,1614,1481,1483,42,1752,1424,3582,0,1483,1616,1614,1483,1616,1614,42,662,3582,1424,0,1615,1614,1616,1615,1614,1616,42,1424,1752,695,0,1616,1483,1485,1616,1483,1485,42,3583,662,1424,0,1617,1615,1616,1617,1615,1616,42,1424,1786,3583,0,1616,1488,1617,1616,1488,1617,42,693,3583,1786,0,1490,1617,1488,1490,1617,1488,42,1786,1424,695,0,1488,1616,1485,1488,1616,1485,42,1242,662,3583,0,1618,1615,1617,1618,1615,1617,42,3583,2702,1242,0,1617,1619,1618,1617,1619,1618,42,660,1242,2702,0,1620,1618,1619,1620,1618,1619,42,2702,3583,693,0,1619,1617,1490,1619,1617,1490,42,1169,660,2702,0,1621,1620,1619,1621,1620,1619,42,2702,3584,1169,0,1619,1622,1621,1619,1622,1621,42,661,1169,3584,0,1623,1621,1622,1623,1621,1622,42,3584,2702,693,0,1622,1619,1490,1622,1619,1490,42,3584,693,1720,0,1622,1490,1492,1622,1490,1492,42,1720,1294,3584,0,1492,1624,1622,1492,1624,1622,42,661,3584,1294,0,1623,1622,1624,1623,1622,1624,42,1294,1720,694,0,1624,1492,1494,1624,1492,1494,42,3045,659,2836,0,1625,1626,1627,1625,1626,1627,42,2836,3585,3045,0,1627,1628,1625,1627,1628,1625,42,658,3045,3585,0,1629,1625,1628,1629,1625,1628,42,3585,2836,692,0,1628,1627,1496,1628,1627,1496,42,3585,692,2224,0,1628,1496,1495,1628,1496,1495,42,2224,2794,3585,0,1495,1630,1628,1495,1630,1628,42,658,3585,2794,0,1629,1628,1630,1629,1628,1630,42,2794,2224,691,0,1630,1495,1499,1630,1495,1499,42,2922,658,2794,0,1631,1629,1630,1631,1629,1630,42,2794,3586,2922,0,1630,1632,1631,1630,1632,1631,42,657,2922,3586,0,1633,1631,1632,1633,1631,1632,42,3586,2794,691,0,1632,1630,1499,1632,1630,1499,42,3586,691,2315,0,1632,1499,1501,1632,1499,1501,42,2315,2807,3586,0,1501,1634,1632,1501,1634,1632,42,657,3586,2807,0,1633,1632,1634,1633,1632,1634,42,2807,2315,690,0,1634,1501,1503,1634,1501,1503,42,3587,657,2807,0,1635,1633,1634,1635,1633,1634,42,2807,2727,3587,0,1634,1506,1635,1634,1506,1635,42,689,3587,2727,0,1508,1635,1506,1508,1635,1506,42,2727,2807,690,0,1506,1634,1503,1506,1634,1503,42,1178,657,3587,0,1636,1633,1635,1636,1633,1635,42,3587,1241,1178,0,1635,1637,1636,1635,1637,1636,42,656,1178,1241,0,1638,1636,1637,1638,1636,1637,42,1241,3587,689,0,1637,1635,1508,1637,1635,1508,42,3588,656,1241,0,1639,1638,1637,1639,1638,1637,42,1241,2873,3588,0,1637,1509,1639,1637,1509,1639,42,688,3588,2873,0,1511,1639,1509,1511,1639,1509,42,2873,1241,689,0,1509,1637,1508,1509,1637,1508,42,1310,656,3588,0,1640,1638,1639,1640,1638,1639,42,3588,1228,1310,0,1639,1641,1640,1639,1641,1640,42,655,1310,1228,0,1642,1640,1641,1642,1640,1641,42,1228,3588,688,0,1641,1639,1511,1641,1639,1511,42,3589,655,1228,0,1643,1642,1641,1643,1642,1641,42,1228,2987,3589,0,1641,1514,1643,1641,1514,1643,42,687,3589,2987,0,1516,1643,1514,1516,1643,1514,42,2987,1228,688,0,1514,1641,1511,1514,1641,1511,42,1441,655,3589,0,1644,1642,1643,1644,1642,1643,42,3589,1212,1441,0,1643,1645,1644,1643,1645,1644,42,654,1441,1212,0,1646,1644,1645,1646,1644,1645,42,1212,3589,687,0,1645,1643,1516,1645,1643,1516,42,3195,654,1212,0,1647,1646,1645,1647,1646,1645,42,1212,3590,3195,0,1645,1648,1647,1645,1648,1647,42,653,3195,3590,0,1649,1647,1648,1649,1647,1648,42,3590,1212,687,0,1648,1645,1516,1648,1645,1516,42,3590,687,2843,0,1648,1516,1517,1648,1516,1517,42,2843,1122,3590,0,1517,1650,1648,1517,1650,1648,42,653,3590,1122,0,1649,1648,1650,1649,1648,1650,42,1122,2843,686,0,1650,1517,1519,1650,1517,1519,42,3591,653,1122,0,1651,1649,1650,1651,1649,1650,42,1122,2625,3591,0,1650,1522,1651,1650,1522,1651,42,685,3591,2625,0,1524,1651,1522,1524,1651,1522,42,2625,1122,686,0,1522,1650,1519,1522,1650,1519,42,3191,653,3591,0,1652,1649,1651,1652,1649,1651,42,3591,1790,3191,0,1651,1653,1652,1651,1653,1652,42,652,3191,1790,0,1654,1652,1653,1654,1652,1653,42,1790,3591,685,0,1653,1651,1524,1653,1651,1524,42,1915,652,1790,0,1655,1654,1653,1655,1654,1653,42,1790,3592,1915,0,1653,1656,1655,1653,1656,1655,42,651,1915,3592,0,1657,1655,1656,1657,1655,1656,42,3592,1790,685,0,1656,1653,1524,1656,1653,1524,42,3592,685,2349,0,1656,1524,1526,1656,1524,1526,42,2349,1979,3592,0,1526,1658,1656,1526,1658,1656,42,651,3592,1979,0,1657,1656,1658,1657,1656,1658,42,1979,2349,684,0,1658,1526,1528,1658,1526,1528,42,1902,651,1979,0,1659,1657,1658,1659,1657,1658,42,1979,3593,1902,0,1658,1660,1659,1658,1660,1659,42,650,1902,3593,0,1661,1659,1660,1661,1659,1660,42,3593,1979,684,0,1660,1658,1528,1660,1658,1528,42,3593,684,2385,0,1660,1528,1529,1660,1528,1529,42,2385,1811,3593,0,1529,1662,1660,1529,1662,1660,42,650,3593,1811,0,1661,1660,1662,1661,1660,1662,42,1811,2385,683,0,1662,1529,1531,1662,1529,1531,42,3594,650,1811,0,1663,1661,1662,1663,1661,1662,42,1811,1599,3594,0,1662,1534,1663,1662,1534,1663,42,682,3594,1599,0,1536,1663,1534,1536,1663,1534,42,1599,1811,683,0,1534,1662,1531,1534,1662,1531,42,1133,650,3594,0,1664,1661,1663,1664,1661,1663,42,3594,3181,1133,0,1663,1665,1664,1663,1665,1664,42,649,1133,3181,0,1666,1664,1665,1666,1664,1665,42,3181,3594,682,0,1665,1663,1536,1665,1663,1536,42,3595,649,3181,0,1667,1666,1665,1667,1666,1665,42,3181,1514,3595,0,1665,1538,1667,1665,1538,1667,42,681,3595,1514,0,1540,1667,1538,1540,1667,1538,42,1514,3181,682,0,1538,1665,1536,1538,1665,1536,42,3152,649,3595,0,1668,1666,1667,1668,1666,1667,42,3595,1340,3152,0,1667,1669,1668,1667,1669,1668,42,648,3152,1340,0,1670,1668,1669,1670,1668,1669,42,1340,3595,681,0,1669,1667,1540,1669,1667,1540,42,1415,648,1340,0,1671,1670,1669,1671,1670,1669,42,1340,3596,1415,0,1669,1672,1671,1669,1672,1671,42,647,1415,3596,0,1673,1671,1672,1673,1671,1672,42,3596,1340,681,0,1672,1669,1540,1672,1669,1540,42,3596,681,1932,0,1672,1540,1542,1672,1540,1542,42,1932,1328,3596,0,1542,1674,1672,1542,1674,1672,42,647,3596,1328,0,1673,1672,1674,1673,1672,1674,42,1328,1932,680,0,1674,1542,1544,1674,1542,1544,42,3597,647,1328,0,1675,1673,1674,1675,1673,1674,42,1328,1513,3597,0,1674,1545,1675,1674,1545,1675,42,679,3597,1513,0,1547,1675,1545,1547,1675,1545,42,1513,1328,680,0,1545,1674,1544,1545,1674,1544,42,3160,647,3597,0,1676,1673,1675,1676,1673,1675,42,3597,3200,3160,0,1675,1677,1676,1675,1677,1676,42,646,3160,3200,0,1678,1676,1677,1678,1676,1677,42,3200,3597,679,0,1677,1675,1547,1677,1675,1547,42,3598,646,3200,0,1679,1678,1677,1679,1678,1677,42,3200,1664,3598,0,1677,1550,1679,1677,1550,1679,42,678,3598,1664,0,1552,1679,1550,1552,1679,1550,42,1664,3200,679,0,1550,1677,1547,1550,1677,1547,42,1168,646,3598,0,1680,1678,1679,1680,1678,1679,42,3598,1097,1168,0,1679,1681,1680,1679,1681,1680,42,645,1168,1097,0,1682,1680,1681,1682,1680,1681,42,1097,3598,678,0,1681,1679,1552,1681,1679,1552,42,3076,645,1097,0,1683,1682,1681,1683,1682,1681,42,1097,3599,3076,0,1681,1684,1683,1681,1684,1683,42,644,3076,3599,0,1685,1683,1684,1685,1683,1684,42,3599,1097,678,0,1684,1681,1552,1684,1681,1552,42,3599,678,1545,0,1684,1552,1553,1684,1552,1553,42,1545,2979,3599,0,1553,1686,1684,1553,1686,1684,42,644,3599,2979,0,1685,1684,1686,1685,1684,1686,42,2979,1545,677,0,1686,1553,1555,1686,1553,1555,42,3080,644,2979,0,1687,1685,1686,1687,1685,1686,42,2979,3600,3080,0,1686,1688,1687,1686,1688,1687,42,643,3080,3600,0,1689,1687,1688,1689,1687,1688,42,3600,2979,677,0,1688,1686,1555,1688,1686,1555,42,3600,677,2499,0,1688,1555,1558,1688,1555,1558,42,2499,3128,3600,0,1558,1690,1688,1558,1690,1688,42,643,3600,3128,0,1689,1688,1690,1689,1688,1690,42,3128,2499,676,0,1690,1558,1560,1690,1558,1560,42,3601,643,3128,0,1691,1689,1690,1691,1689,1690,42,3128,2507,3601,0,1690,1562,1691,1690,1562,1691,42,675,3601,2507,0,1564,1691,1562,1564,1691,1562,42,2507,3128,676,0,1562,1690,1560,1562,1690,1560,42,3104,643,3601,0,1692,1689,1691,1692,1689,1691,42,3601,1138,3104,0,1691,1693,1692,1691,1693,1692,42,642,3104,1138,0,1694,1692,1693,1694,1692,1693,42,1138,3601,675,0,1693,1691,1564,1693,1691,1564,42,3114,642,1138,0,1695,1694,1693,1695,1694,1693,42,1138,3602,3114,0,1693,1696,1695,1693,1696,1695,42,641,3114,3602,0,1697,1695,1696,1697,1695,1696,42,3602,1138,675,0,1696,1693,1564,1696,1693,1564,42,3602,675,2531,0,1696,1564,1566,1696,1564,1566,42,2531,3158,3602,0,1566,1698,1696,1566,1698,1696,42,641,3602,3158,0,1697,1696,1698,1697,1696,1698,42,3158,2531,674,0,1698,1566,1568,1698,1566,1568,42,3603,641,3158,0,1699,1697,1698,1699,1697,1698,42,3158,2539,3603,0,1698,1570,1699,1698,1570,1699,42,673,3603,2539,0,1572,1699,1570,1572,1699,1570,42,2539,3158,674,0,1570,1698,1568,1570,1698,1568,42,3125,641,3603,0,1700,1697,1699,1700,1697,1699,42,3603,1448,3125,0,1699,1701,1700,1699,1701,1700,42,640,3125,1448,0,1702,1700,1701,1702,1700,1701,42,1448,3603,673,0,1701,1699,1572,1701,1699,1572,42,1382,640,1448,0,1703,1702,1701,1703,1702,1701,42,1448,3604,1382,0,1701,1704,1703,1701,1704,1703,42,639,1382,3604,0,1705,1703,1704,1705,1703,1704,42,3604,1448,673,0,1704,1701,1572,1704,1701,1572,42,3604,673,2558,0,1704,1572,1573,1704,1572,1573,42,2558,3157,3604,0,1573,1706,1704,1573,1706,1704,42,639,3604,3157,0,1705,1704,1706,1705,1704,1706,42,3157,2558,672,0,1706,1573,1575,1706,1573,1575,42,1102,639,3157,0,1707,1705,1706,1707,1705,1706,42,3157,3605,1102,0,1706,1708,1707,1706,1708,1707,42,638,1102,3605,0,1709,1707,1708,1709,1707,1708,42,3605,3157,672,0,1708,1706,1575,1708,1706,1575,42,3605,672,2671,0,1708,1575,1577,1708,1575,1577,42,2671,1137,3605,0,1577,1710,1708,1577,1710,1708,42,638,3605,1137,0,1709,1708,1710,1709,1708,1710,42,1137,2671,671,0,1710,1577,1579,1710,1577,1579,42,3606,638,1137,0,1711,1709,1710,1711,1709,1710,42,1137,2661,3606,0,1710,1581,1711,1710,1581,1711,42,670,3606,2661,0,1583,1711,1581,1583,1711,1581,42,2661,1137,671,0,1581,1710,1579,1581,1710,1579,42,3194,638,3606,0,1712,1709,1711,1712,1709,1711,42,3606,3127,3194,0,1711,1713,1712,1711,1713,1712,42,637,3194,3127,0,1714,1712,1713,1714,1712,1713,42,3127,3606,670,0,1713,1711,1583,1713,1711,1583,42,3607,637,3127,0,1715,1714,1713,1715,1714,1713,42,3127,1316,3607,0,1713,1585,1715,1713,1585,1715,42,669,3607,1316,0,1587,1715,1585,1587,1715,1585,42,1316,3127,670,0,1585,1713,1583,1585,1713,1583,42,1873,637,3607,0,1716,1714,1715,1716,1714,1715,42,3607,1930,1873,0,1715,1717,1716,1715,1717,1716,42,636,1873,1930,0,1718,1716,1717,1718,1716,1717,42,1930,3607,669,0,1717,1715,1587,1717,1715,1587,42,1837,636,1930,0,1719,1718,1717,1719,1718,1717,42,1930,3608,1837,0,1717,1720,1719,1717,1720,1719,42,635,1837,3608,0,1721,1719,1720,1721,1719,1720,42,3608,1930,669,0,1720,1717,1587,1720,1717,1587,42,3608,669,1311,0,1720,1587,1590,1720,1587,1590,42,1311,1096,3608,0,1590,1722,1720,1590,1722,1720,42,635,3608,1096,0,1721,1720,1722,1721,1720,1722,42,1096,1311,668,0,1722,1590,1592,1722,1590,1592,42,1155,635,1096,0,1723,1721,1722,1723,1721,1722,42,1096,3609,1155,0,1722,1724,1723,1722,1724,1723,42,634,1155,3609,0,1725,1723,1724,1725,1723,1724,42,3609,1096,668,0,1724,1722,1592,1724,1722,1592,42,3609,668,1674,0,1724,1592,1593,1724,1592,1593,42,1674,3199,3609,0,1593,1726,1724,1593,1726,1724,42,634,3609,3199,0,1725,1724,1726,1725,1724,1726,42,3199,1674,667,0,1726,1593,1595,1726,1593,1595,42,3610,634,3199,0,1727,1725,1726,1727,1725,1726,42,3199,1797,3610,0,1726,1597,1727,1726,1597,1727,42,666,3610,1797,0,1599,1727,1597,1599,1727,1597,42,1797,3199,667,0,1597,1726,1595,1597,1726,1595,42,1275,634,3610,0,1728,1725,1727,1728,1725,1727,42,3610,1327,1275,0,1727,1729,1728,1727,1729,1728,42,633,1275,1327,0,1730,1728,1729,1730,1728,1729,42,1327,3610,666,0,1729,1727,1599,1729,1727,1599,42,1432,633,1327,0,1731,1730,1729,1731,1730,1729,42,1327,3611,1432,0,1729,1732,1731,1729,1732,1731,42,632,1432,3611,0,1733,1731,1732,1733,1731,1732,42,3611,1327,666,0,1732,1729,1599,1732,1729,1599,42,3611,666,1918,0,1732,1599,1601,1732,1599,1601,42,1918,1339,3611,0,1601,1734,1732,1601,1734,1732,42,632,3611,1339,0,1733,1732,1734,1733,1732,1734,42,1339,1918,665,0,1734,1601,1603,1734,1601,1603,42,3612,632,1339,0,1735,1733,1734,1735,1733,1734,42,1339,1791,3612,0,1734,1605,1735,1734,1605,1735,42,664,3612,1791,0,1607,1735,1605,1607,1735,1605,42,1791,1339,665,0,1605,1734,1603,1605,1734,1603,42,1274,632,3612,0,1736,1733,1735,1736,1733,1735,42,3612,3180,1274,0,1735,1737,1736,1735,1737,1736,42,631,1274,3180,0,1738,1736,1737,1738,1736,1737,42,3180,3612,664,0,1737,1735,1607,1737,1735,1607,42,3613,631,3180,0,1739,1738,1737,1739,1738,1737,42,3180,1642,3613,0,1737,1609,1739,1737,1609,1739,42,663,3613,1642,0,1611,1739,1609,1611,1739,1609,42,1642,3180,664,0,1609,1737,1607,1609,1737,1607,42,2927,631,3613,0,1740,1738,1739,1740,1738,1739,42,3613,3000,2927,0,1739,1741,1740,1739,1741,1740,42,630,2927,3000,0,1742,1740,1741,1742,1740,1741,42,3000,3613,663,0,1741,1739,1611,1741,1739,1611,42,2939,630,3000,0,1743,1742,1741,1743,1742,1741,42,3000,3614,2939,0,1741,1744,1743,1741,1744,1743,42,629,2939,3614,0,1745,1743,1744,1745,1743,1744,42,3614,3000,663,0,1744,1741,1611,1744,1741,1611,42,3614,663,1195,0,1744,1611,1613,1744,1611,1613,42,1195,3143,3614,0,1613,1746,1744,1613,1746,1744,42,629,3614,3143,0,1745,1744,1746,1745,1744,1746,42,3143,1195,662,0,1746,1613,1615,1746,1613,1615,42,2972,629,3143,0,1747,1745,1746,1747,1745,1746,42,3143,3615,2972,0,1746,1748,1747,1746,1748,1747,42,627,2972,3615,0,1749,1747,1748,1749,1747,1748,42,3615,3143,662,0,1748,1746,1615,1748,1746,1615,42,3615,662,1242,0,1748,1615,1618,1748,1615,1618,42,1242,1249,3615,0,1618,1750,1748,1618,1750,1748,42,627,3615,1249,0,1749,1748,1750,1749,1748,1750,42,1249,1242,660,0,1750,1618,1620,1750,1618,1620,42,3616,627,1249,0,1751,1749,1750,1751,1749,1750,42,1249,1169,3616,0,1750,1621,1751,1750,1621,1751,42,661,3616,1169,0,1623,1751,1621,1623,1751,1621,42,1169,1249,660,0,1621,1750,1620,1621,1750,1620,42,2910,627,3616,0,1752,1749,1751,1752,1749,1751,42,3616,2971,2910,0,1751,1753,1752,1751,1753,1752,42,628,2910,2971,0,1754,1752,1753,1754,1752,1753,42,2971,3616,661,0,1753,1751,1623,1753,1751,1623,42,1529,626,1332,0,1755,1756,1757,1755,1756,1757,42,1332,3617,1529,0,1757,1758,1755,1757,1758,1755,42,625,1529,3617,0,1759,1755,1758,1759,1755,1758,42,3617,1332,659,0,1758,1757,1626,1758,1757,1626,42,3617,659,3045,0,1758,1626,1625,1758,1626,1625,42,3045,1344,3617,0,1625,1760,1758,1625,1760,1758,42,625,3617,1344,0,1759,1758,1760,1759,1758,1760,42,1344,3045,658,0,1760,1625,1629,1760,1625,1629,42,1414,625,1344,0,1761,1759,1760,1761,1759,1760,42,1344,3618,1414,0,1760,1762,1761,1760,1762,1761,42,624,1414,3618,0,1763,1761,1762,1763,1761,1762,42,3618,1344,658,0,1762,1760,1629,1762,1760,1629,42,3618,658,2922,0,1762,1629,1631,1762,1629,1631,42,2922,1357,3618,0,1631,1764,1762,1631,1764,1762,42,624,3618,1357,0,1763,1762,1764,1763,1762,1764,42,1357,2922,657,0,1764,1631,1633,1764,1631,1633,42,3619,624,1357,0,1765,1763,1764,1765,1763,1764,42,1357,1178,3619,0,1764,1636,1765,1764,1636,1765,42,656,3619,1178,0,1638,1765,1636,1638,1765,1636,42,1178,1357,657,0,1636,1764,1633,1636,1764,1633,42,1794,624,3619,0,1766,1763,1765,1766,1763,1765,42,3619,1884,1794,0,1765,1767,1766,1765,1767,1766,42,623,1794,1884,0,1768,1766,1767,1768,1766,1767,42,1884,3619,656,0,1767,1765,1638,1767,1765,1638,42,1923,623,1884,0,1769,1768,1767,1769,1768,1767,42,1884,3620,1923,0,1767,1770,1769,1767,1770,1769,42,622,1923,3620,0,1771,1769,1770,1771,1769,1770,42,3620,1884,656,0,1770,1767,1638,1770,1767,1638,42,3620,656,1310,0,1770,1638,1640,1770,1638,1640,42,1310,1865,3620,0,1640,1772,1770,1640,1772,1770,42,622,3620,1865,0,1771,1770,1772,1771,1770,1772,42,1865,1310,655,0,1772,1640,1642,1772,1640,1642,42,3621,622,1865,0,1773,1771,1772,1773,1771,1772,42,1865,1441,3621,0,1772,1644,1773,1772,1644,1773,42,654,3621,1441,0,1646,1773,1644,1646,1773,1644,42,1441,1865,655,0,1644,1772,1642,1644,1772,1642,42,1982,622,3621,0,1774,1771,1773,1774,1771,1773,42,3621,1917,1982,0,1773,1775,1774,1773,1775,1774,42,621,1982,1917,0,1776,1774,1775,1776,1774,1775,42,1917,3621,654,0,1775,1773,1646,1775,1773,1646,42,3622,621,1917,0,1777,1776,1775,1777,1776,1775,42,1917,3195,3622,0,1775,1647,1777,1775,1647,1777,42,653,3622,3195,0,1649,1777,1647,1649,1777,1647,42,3195,1917,654,0,1647,1775,1646,1647,1775,1646,42,1686,621,3622,0,1778,1776,1777,1778,1776,1777,42,3622,1772,1686,0,1777,1779,1778,1777,1779,1778,42,620,1686,1772,0,1780,1778,1779,1780,1778,1779,42,1772,3622,653,0,1779,1777,1649,1779,1777,1649,42,1735,620,1772,0,1781,1780,1779,1781,1780,1779,42,1772,3623,1735,0,1779,1782,1781,1779,1782,1781,42,619,1735,3623,0,1783,1781,1782,1783,1781,1782,42,3623,1772,653,0,1782,1779,1649,1782,1779,1649,42,3623,653,3191,0,1782,1649,1652,1782,1649,1652,42,3191,1416,3623,0,1652,1784,1782,1652,1784,1782,42,619,3623,1416,0,1783,1782,1784,1783,1782,1784,42,1416,3191,652,0,1784,1652,1654,1784,1652,1654,42,3624,619,1416,0,1785,1783,1784,1785,1783,1784,42,1416,1915,3624,0,1784,1655,1785,1784,1655,1785,42,651,3624,1915,0,1657,1785,1655,1657,1785,1655,42,1915,1416,652,0,1655,1784,1654,1655,1784,1654,42,1456,619,3624,0,1786,1783,1785,1786,1783,1785,42,3624,1533,1456,0,1785,1787,1786,1785,1787,1786,42,618,1456,1533,0,1788,1786,1787,1788,1786,1787,42,1533,3624,651,0,1787,1785,1657,1787,1785,1657,42,3625,618,1533,0,1789,1788,1787,1789,1788,1787,42,1533,1902,3625,0,1787,1659,1789,1787,1659,1789,42,650,3625,1902,0,1661,1789,1659,1661,1789,1659,42,1902,1533,651,0,1659,1787,1657,1659,1787,1657,42,2689,618,3625,0,1790,1788,1789,1790,1788,1789,42,3625,2768,2689,0,1789,1791,1790,1789,1791,1790,42,617,2689,2768,0,1792,1790,1791,1792,1790,1791,42,2768,3625,650,0,1791,1789,1661,1791,1789,1661,42,3626,617,2768,0,1793,1792,1791,1793,1792,1791,42,2768,1133,3626,0,1791,1664,1793,1791,1664,1793,42,649,3626,1133,0,1666,1793,1664,1666,1793,1664,42,1133,2768,650,0,1664,1791,1661,1664,1791,1661,42,2832,617,3626,0,1794,1792,1793,1794,1792,1793,42,3626,2781,2832,0,1793,1795,1794,1793,1795,1794,42,616,2832,2781,0,1796,1794,1795,1796,1794,1795,42,2781,3626,649,0,1795,1793,1666,1795,1793,1666,42,3627,616,2781,0,1797,1796,1795,1797,1796,1795,42,2781,3152,3627,0,1795,1668,1797,1795,1668,1797,42,648,3627,3152,0,1670,1797,1668,1670,1797,1668,42,3152,2781,649,0,1668,1795,1666,1668,1795,1666,42,2688,616,3627,0,1798,1796,1797,1798,1796,1797,42,3627,3043,2688,0,1797,1799,1798,1797,1799,1798,42,615,2688,3043,0,1800,1798,1799,1800,1798,1799,42,3043,3627,648,0,1799,1797,1670,1799,1797,1670,42,3628,615,3043,0,1801,1800,1799,1801,1800,1799,42,3043,1415,3628,0,1799,1671,1801,1799,1671,1801,42,647,3628,1415,0,1673,1801,1671,1673,1801,1671,42,1415,3043,648,0,1671,1799,1670,1671,1799,1670,42,3110,615,3628,0,1802,1800,1801,1802,1800,1801,42,3628,3056,3110,0,1801,1803,1802,1801,1803,1802,42,614,3110,3056,0,1804,1802,1803,1804,1802,1803,42,3056,3628,647,0,1803,1801,1673,1803,1801,1673,42,3629,614,3056,0,1805,1804,1803,1805,1804,1803,42,3056,3160,3629,0,1803,1676,1805,1803,1676,1805,42,646,3629,3160,0,1678,1805,1676,1678,1805,1676,42,3160,3056,647,0,1676,1803,1673,1676,1803,1673,42,2725,614,3629,0,1806,1804,1805,1806,1804,1805,42,3629,2805,2725,0,1805,1807,1806,1805,1807,1806,42,613,2725,2805,0,1808,1806,1807,1808,1806,1807,42,2805,3629,646,0,1807,1805,1678,1807,1805,1678,42,2617,613,2805,0,1809,1808,1807,1809,1808,1807,42,2805,3630,2617,0,1807,1810,1809,1807,1810,1809,42,612,2617,3630,0,1811,1809,1810,1811,1809,1810,42,3630,2805,646,0,1810,1807,1678,1810,1807,1678,42,3630,646,1168,0,1810,1678,1680,1810,1678,1680,42,1168,2701,3630,0,1680,1812,1810,1680,1812,1810,42,612,3630,2701,0,1811,1810,1812,1811,1810,1812,42,2701,1168,645,0,1812,1680,1682,1812,1680,1682,42,3631,612,2701,0,1813,1811,1812,1813,1811,1812,42,2701,3076,3631,0,1812,1683,1813,1812,1683,1813,42,644,3631,3076,0,1685,1813,1683,1685,1813,1683,42,3076,2701,645,0,1683,1812,1682,1683,1812,1682,42,2620,612,3631,0,1814,1811,1813,1814,1811,1813,42,3631,1510,2620,0,1813,1815,1814,1813,1815,1814,42,611,2620,1510,0,1816,1814,1815,1816,1814,1815,42,1510,3631,644,0,1815,1813,1685,1815,1813,1685,42,1573,611,1510,0,1817,1816,1815,1817,1816,1815,42,1510,3632,1573,0,1815,1818,1817,1815,1818,1817,42,610,1573,3632,0,1819,1817,1818,1819,1817,1818,42,3632,1510,644,0,1818,1815,1685,1818,1815,1685,42,3632,644,3080,0,1818,1685,1687,1818,1685,1687,42,3080,1659,3632,0,1687,1820,1818,1687,1820,1818,42,610,3632,1659,0,1819,1818,1820,1819,1818,1820,42,1659,3080,643,0,1820,1687,1689,1820,1687,1689,42,1593,610,1659,0,1821,1819,1820,1821,1819,1820,42,1659,3633,1593,0,1820,1822,1821,1820,1822,1821,42,609,1593,3633,0,1823,1821,1822,1823,1821,1822,42,3633,1659,643,0,1822,1820,1689,1822,1820,1689,42,3633,643,3104,0,1822,1689,1692,1822,1689,1692,42,3104,1807,3633,0,1692,1824,1822,1692,1824,1822,42,609,3633,1807,0,1823,1822,1824,1823,1822,1824,42,1807,3104,642,0,1824,1692,1694,1824,1692,1694,42,1606,609,1807,0,1825,1823,1824,1825,1823,1824,42,1807,3634,1606,0,1824,1826,1825,1824,1826,1825,42,608,1606,3634,0,1827,1825,1826,1827,1825,1826,42,3634,1807,642,0,1826,1824,1694,1826,1824,1694,42,3634,642,3114,0,1826,1694,1695,1826,1694,1695,42,3114,1683,3634,0,1695,1828,1826,1695,1828,1826,42,608,3634,1683,0,1827,1826,1828,1827,1826,1828,42,1683,3114,641,0,1828,1695,1697,1828,1695,1697,42,2016,608,1683,0,1829,1827,1828,1829,1827,1828,42,1683,3635,2016,0,1828,1830,1829,1828,1830,1829,42,607,2016,3635,0,1831,1829,1830,1831,1829,1830,42,3635,1683,641,0,1830,1828,1697,1830,1828,1697,42,3635,641,3125,0,1830,1697,1700,1830,1697,1700,42,3125,2080,3635,0,1700,1832,1830,1700,1832,1830,42,607,3635,2080,0,1831,1830,1832,1831,1830,1832,42,2080,3125,640,0,1832,1700,1702,1832,1700,1702,42,3636,607,2080,0,1833,1831,1832,1833,1831,1832,42,2080,1382,3636,0,1832,1703,1833,1832,1703,1833,42,639,3636,1382,0,1705,1833,1703,1705,1833,1703,42,1382,2080,640,0,1703,1832,1702,1703,1832,1702,42,1999,607,3636,0,1834,1831,1833,1834,1831,1833,42,3636,1658,1999,0,1833,1835,1834,1833,1835,1834,42,606,1999,1658,0,1836,1834,1835,1836,1834,1835,42,1658,3636,639,0,1835,1833,1705,1835,1833,1705,42,1696,606,1658,0,1837,1836,1835,1837,1836,1835,42,1658,3637,1696,0,1835,1838,1837,1835,1838,1837,42,605,1696,3637,0,1839,1837,1838,1839,1837,1838,42,3637,1658,639,0,1838,1835,1705,1838,1835,1705,42,3637,639,1102,0,1838,1705,1707,1838,1705,1707,42,1102,1775,3637,0,1707,1840,1838,1707,1840,1838,42,605,3637,1775,0,1839,1838,1840,1839,1838,1840,42,1775,1102,638,0,1840,1707,1709,1840,1707,1709,42,1685,605,1775,0,1841,1839,1840,1841,1839,1840,42,1775,3638,1685,0,1840,1842,1841,1840,1842,1841,42,604,1685,3638,0,1843,1841,1842,1843,1841,1842,42,3638,1775,638,0,1842,1840,1709,1842,1840,1709,42,3638,638,3194,0,1842,1709,1712,1842,1709,1712,42,3194,1636,3638,0,1712,1844,1842,1712,1844,1842,42,604,3638,1636,0,1843,1842,1844,1843,1842,1844,42,1636,3194,637,0,1844,1712,1714,1844,1712,1714,42,2600,604,1636,0,1845,1843,1844,1845,1843,1844,42,1636,3639,2600,0,1844,1846,1845,1844,1846,1845,42,603,2600,3639,0,1847,1845,1846,1847,1845,1846,42,3639,1636,637,0,1846,1844,1714,1846,1844,1714,42,3639,637,1873,0,1846,1714,1716,1846,1714,1716,42,1873,2525,3639,0,1716,1848,1846,1716,1848,1846,42,603,3639,2525,0,1847,1846,1848,1847,1846,1848,42,2525,1873,636,0,1848,1716,1718,1848,1716,1718,42,2458,603,2525,0,1849,1847,1848,1849,1847,1848,42,2525,3640,2458,0,1848,1850,1849,1848,1850,1849,42,602,2458,3640,0,1851,1849,1850,1851,1849,1850,42,3640,2525,636,0,1850,1848,1718,1850,1848,1718,42,3640,636,1837,0,1850,1718,1719,1850,1718,1719,42,1837,2774,3640,0,1719,1852,1850,1719,1852,1850,42,602,3640,2774,0,1851,1850,1852,1851,1850,1852,42,2774,1837,635,0,1852,1719,1721,1852,1719,1721,42,2835,602,2774,0,1853,1851,1852,1853,1851,1852,42,2774,3641,2835,0,1852,1854,1853,1852,1854,1853,42,601,2835,3641,0,1855,1853,1854,1855,1853,1854,42,3641,2774,635,0,1854,1852,1721,1854,1852,1721,42,3641,635,1155,0,1854,1721,1723,1854,1721,1723,42,1155,2757,3641,0,1723,1856,1854,1723,1856,1854,42,601,3641,2757,0,1855,1854,1856,1855,1854,1856,42,2757,1155,634,0,1856,1723,1725,1856,1723,1725,42,3642,601,2757,0,1857,1855,1856,1857,1855,1856,42,2757,1275,3642,0,1856,1728,1857,1856,1728,1857,42,633,3642,1275,0,1730,1857,1728,1730,1857,1728,42,1275,2757,634,0,1728,1856,1725,1728,1856,1725,42,2978,601,3642,0,1858,1855,1857,1858,1855,1857,42,3642,3037,2978,0,1857,1859,1858,1857,1859,1858,42,600,2978,3037,0,1860,1858,1859,1860,1858,1859,42,3037,3642,633,0,1859,1857,1730,1859,1857,1730,42,3643,600,3037,0,1861,1860,1859,1861,1860,1859,42,3037,1432,3643,0,1859,1731,1861,1859,1731,1861,42,632,3643,1432,0,1733,1861,1731,1733,1861,1731,42,1432,3037,633,0,1731,1859,1730,1731,1859,1730,42,3103,600,3643,0,1862,1860,1861,1862,1860,1861,42,3643,3021,3103,0,1861,1863,1862,1861,1863,1862,42,599,3103,3021,0,1864,1862,1863,1864,1862,1863,42,3021,3643,632,0,1863,1861,1733,1863,1861,1733,42,3644,599,3021,0,1865,1864,1863,1865,1864,1863,42,3021,1274,3644,0,1863,1736,1865,1863,1736,1865,42,631,3644,1274,0,1738,1865,1736,1738,1865,1736,42,1274,3021,632,0,1736,1863,1733,1736,1863,1733,42,2926,599,3644,0,1866,1864,1865,1866,1864,1865,42,3644,2840,2926,0,1865,1867,1866,1865,1867,1866,42,598,2926,2840,0,1868,1866,1867,1868,1866,1867,42,2840,3644,631,0,1867,1865,1738,1867,1865,1738,42,3645,598,2840,0,1869,1868,1867,1869,1868,1867,42,2840,2927,3645,0,1867,1740,1869,1867,1740,1869,42,630,3645,2927,0,1742,1869,1740,1742,1869,1740,42,2927,2840,631,0,1740,1867,1738,1740,1867,1738,42,2401,598,3645,0,1870,1868,1869,1870,1868,1869,42,3645,2455,2401,0,1869,1871,1870,1869,1871,1870,42,597,2401,2455,0,1872,1870,1871,1872,1870,1871,42,2455,3645,630,0,1871,1869,1742,1871,1869,1742,42,2360,597,2455,0,1873,1872,1871,1873,1872,1871,42,2455,3646,2360,0,1871,1874,1873,1871,1874,1873,42,596,2360,3646,0,1875,1873,1874,1875,1873,1874,42,3646,2455,630,0,1874,1871,1742,1874,1871,1742,42,3646,630,2939,0,1874,1742,1743,1874,1742,1743,42,2939,2557,3646,0,1743,1876,1874,1743,1876,1874,42,596,3646,2557,0,1875,1874,1876,1875,1874,1876,42,2557,2939,629,0,1876,1743,1745,1876,1743,1745,42,2256,596,2557,0,1877,1875,1876,1877,1875,1876,42,2557,3647,2256,0,1876,1878,1877,1876,1878,1877,42,594,2256,3647,0,1879,1877,1878,1879,1877,1878,42,3647,2557,629,0,1878,1876,1745,1878,1876,1745,42,3647,629,2972,0,1878,1745,1747,1878,1745,1747,42,2972,1864,3647,0,1747,1880,1878,1747,1880,1878,42,594,3647,1864,0,1879,1878,1880,1879,1878,1880,42,1864,2972,627,0,1880,1747,1749,1880,1747,1749,42,2328,594,1864,0,1881,1879,1880,1881,1879,1880,42,1864,3648,2328,0,1880,1882,1881,1880,1882,1881,42,595,2328,3648,0,1883,1881,1882,1883,1881,1882,42,3648,1864,627,0,1882,1880,1749,1882,1880,1749,42,3648,627,2910,0,1882,1749,1752,1882,1749,1752,42,2910,2422,3648,0,1752,1884,1882,1752,1884,1882,42,595,3648,2422,0,1883,1882,1884,1883,1882,1884,42,2422,2910,628,0,1884,1752,1754,1884,1752,1754,42,3649,593,1883,0,1885,1886,1887,1885,1886,1887,42,1883,1529,3649,0,1887,1755,1885,1887,1755,1885,42,625,3649,1529,0,1759,1885,1755,1759,1885,1755,42,1529,1883,626,0,1755,1887,1756,1755,1887,1756,42,2051,593,3649,0,1888,1886,1885,1888,1886,1885,42,3649,1898,2051,0,1885,1889,1888,1885,1889,1888,42,592,2051,1898,0,1890,1888,1889,1890,1888,1889,42,1898,3649,625,0,1889,1885,1759,1889,1885,1759,42,3650,592,1898,0,1891,1890,1889,1891,1890,1889,42,1898,1414,3650,0,1889,1761,1891,1889,1761,1891,42,624,3650,1414,0,1763,1891,1761,1763,1891,1761,42,1414,1898,625,0,1761,1889,1759,1761,1889,1759,42,1908,592,3650,0,1892,1890,1891,1892,1890,1891,42,3650,1882,1908,0,1891,1893,1892,1891,1893,1892,42,591,1908,1882,0,1894,1892,1893,1894,1892,1893,42,1882,3650,624,0,1893,1891,1763,1893,1891,1763,42,3651,591,1882,0,1895,1894,1893,1895,1894,1893,42,1882,1794,3651,0,1893,1766,1895,1893,1766,1895,42,623,3651,1794,0,1768,1895,1766,1768,1895,1766,42,1794,1882,624,0,1766,1893,1763,1766,1893,1763,42,2277,591,3651,0,1896,1894,1895,1896,1894,1895,42,3651,2388,2277,0,1895,1897,1896,1895,1897,1896,42,590,2277,2388,0,1898,1896,1897,1898,1896,1897,42,2388,3651,623,0,1897,1895,1768,1897,1895,1768,42,2462,590,2388,0,1899,1898,1897,1899,1898,1897,42,2388,3652,2462,0,1897,1900,1899,1897,1900,1899,42,589,2462,3652,0,1901,1899,1900,1901,1899,1900,42,3652,2388,623,0,1900,1897,1768,1900,1897,1768,42,3652,623,1923,0,1900,1768,1769,1900,1768,1769,42,1923,2582,3652,0,1769,1902,1900,1769,1902,1900,42,589,3652,2582,0,1901,1900,1902,1901,1900,1902,42,2582,1923,622,0,1902,1769,1771,1902,1769,1771,42,2456,589,2582,0,1903,1901,1902,1903,1901,1902,42,2582,3653,2456,0,1902,1904,1903,1902,1904,1903,42,588,2456,3653,0,1905,1903,1904,1905,1903,1904,42,3653,2582,622,0,1904,1902,1771,1904,1902,1771,42,3653,622,1982,0,1904,1771,1774,1904,1771,1774,42,1982,2434,3653,0,1774,1906,1904,1774,1906,1904,42,588,3653,2434,0,1905,1904,1906,1905,1904,1906,42,2434,1982,621,0,1906,1774,1776,1906,1774,1776,42,2225,588,2434,0,1907,1905,1906,1907,1905,1906,42,2434,3654,2225,0,1906,1908,1907,1906,1908,1907,42,587,2225,3654,0,1909,1907,1908,1909,1907,1908,42,3654,2434,621,0,1908,1906,1776,1908,1906,1776,42,3654,621,1686,0,1908,1776,1778,1908,1776,1778,42,1686,2337,3654,0,1778,1910,1908,1778,1910,1908,42,587,3654,2337,0,1909,1908,1910,1909,1908,1910,42,2337,1686,620,0,1910,1778,1780,1910,1778,1780,42,2210,587,2337,0,1911,1909,1910,1911,1909,1910,42,2337,3655,2210,0,1910,1912,1911,1910,1912,1911,42,586,2210,3655,0,1913,1911,1912,1913,1911,1912,42,3655,2337,620,0,1912,1910,1780,1912,1910,1780,42,3655,620,1735,0,1912,1780,1781,1912,1780,1781,42,1735,2985,3655,0,1781,1914,1912,1781,1914,1912,42,586,3655,2985,0,1913,1912,1914,1913,1912,1914,42,2985,1735,619,0,1914,1781,1783,1914,1781,1783,42,3656,586,2985,0,1915,1913,1914,1915,1913,1914,42,2985,1456,3656,0,1914,1786,1915,1914,1786,1915,42,618,3656,1456,0,1788,1915,1786,1788,1915,1786,42,1456,2985,619,0,1786,1914,1783,1786,1914,1783,42,3057,586,3656,0,1916,1913,1915,1916,1913,1915,42,3656,3042,3057,0,1915,1917,1916,1915,1917,1916,42,585,3057,3042,0,1918,1916,1917,1918,1916,1917,42,3042,3656,618,0,1917,1915,1788,1917,1915,1788,42,3657,585,3042,0,1919,1918,1917,1919,1918,1917,42,3042,2689,3657,0,1917,1790,1919,1917,1790,1919,42,617,3657,2689,0,1792,1919,1790,1792,1919,1790,42,2689,3042,618,0,1790,1917,1788,1790,1917,1788,42,2137,585,3657,0,1920,1918,1919,1920,1918,1919,42,3657,2251,2137,0,1919,1921,1920,1919,1921,1920,42,584,2137,2251,0,1922,1920,1921,1922,1920,1921,42,2251,3657,617,0,1921,1919,1792,1921,1919,1792,42,3658,584,2251,0,1923,1922,1921,1923,1922,1921,42,2251,2832,3658,0,1921,1794,1923,1921,1794,1923,42,616,3658,2832,0,1796,1923,1794,1796,1923,1794,42,2832,2251,617,0,1794,1921,1792,1794,1921,1792,42,2259,584,3658,0,1924,1922,1923,1924,1922,1923,42,3658,2239,2259,0,1923,1925,1924,1923,1925,1924,42,583,2259,2239,0,1926,1924,1925,1926,1924,1925,42,2239,3658,616,0,1925,1923,1796,1925,1923,1796,42,2144,583,2239,0,1927,1926,1925,1927,1926,1925,42,2239,3659,2144,0,1925,1928,1927,1925,1928,1927,42,582,2144,3659,0,1929,1927,1928,1929,1927,1928,42,3659,2239,616,0,1928,1925,1796,1928,1925,1796,42,3659,616,2688,0,1928,1796,1798,1928,1796,1798,42,2688,2529,3659,0,1798,1930,1928,1798,1930,1928,42,582,3659,2529,0,1929,1928,1930,1929,1928,1930,42,2529,2688,615,0,1930,1798,1800,1930,1798,1800,42,2571,582,2529,0,1931,1929,1930,1931,1929,1930,42,2529,3660,2571,0,1930,1932,1931,1930,1932,1931,42,581,2571,3660,0,1933,1931,1932,1933,1931,1932,42,3660,2529,615,0,1932,1930,1800,1932,1930,1800,42,3660,615,3110,0,1932,1800,1802,1932,1800,1802,42,3110,2536,3660,0,1802,1934,1932,1802,1934,1932,42,581,3660,2536,0,1933,1932,1934,1933,1932,1934,42,2536,3110,614,0,1934,1802,1804,1934,1802,1804,42,2068,581,2536,0,1935,1933,1934,1935,1933,1934,42,2536,3661,2068,0,1934,1936,1935,1934,1936,1935,42,580,2068,3661,0,1937,1935,1936,1937,1935,1936,42,3661,2536,614,0,1936,1934,1804,1936,1934,1804,42,3661,614,2725,0,1936,1804,1806,1936,1804,1806,42,2725,2306,3661,0,1806,1938,1936,1806,1938,1936,42,580,3661,2306,0,1937,1936,1938,1937,1936,1938,42,2306,2725,613,0,1938,1806,1808,1938,1806,1808,42,2071,580,2306,0,1939,1937,1938,1939,1937,1938,42,2306,3662,2071,0,1938,1940,1939,1938,1940,1939,42,579,2071,3662,0,1941,1939,1940,1941,1939,1940,42,3662,2306,613,0,1940,1938,1808,1940,1938,1808,42,3662,613,2617,0,1940,1808,1809,1940,1808,1809,42,2617,2171,3662,0,1809,1942,1940,1809,1942,1940,42,579,3662,2171,0,1941,1940,1942,1941,1940,1942,42,2171,2617,612,0,1942,1809,1811,1942,1809,1811,42,3663,579,2171,0,1943,1941,1942,1943,1941,1942,42,2171,2620,3663,0,1942,1814,1943,1942,1814,1943,42,611,3663,2620,0,1816,1943,1814,1816,1943,1814,42,2620,2171,612,0,1814,1942,1811,1814,1942,1811,42,2090,579,3663,0,1944,1941,1943,1944,1941,1943,42,3663,2070,2090,0,1943,1945,1944,1943,1945,1944,42,578,2090,2070,0,1946,1944,1945,1946,1944,1945,42,2070,3663,611,0,1945,1943,1816,1945,1943,1816,42,3664,578,2070,0,1947,1946,1945,1947,1946,1945,42,2070,1573,3664,0,1945,1817,1947,1945,1817,1947,42,610,3664,1573,0,1819,1947,1817,1819,1947,1817,42,1573,2070,611,0,1817,1945,1816,1817,1945,1816,42,2135,578,3664,0,1948,1946,1947,1948,1946,1947,42,3664,2161,2135,0,1947,1949,1948,1947,1949,1948,42,577,2135,2161,0,1950,1948,1949,1950,1948,1949,42,2161,3664,610,0,1949,1947,1819,1949,1947,1819,42,2148,577,2161,0,1951,1950,1949,1951,1950,1949,42,2161,3665,2148,0,1949,1952,1951,1949,1952,1951,42,576,2148,3665,0,1953,1951,1952,1953,1951,1952,42,3665,2161,610,0,1952,1949,1819,1952,1949,1819,42,3665,610,1593,0,1952,1819,1821,1952,1819,1821,42,1593,2309,3665,0,1821,1954,1952,1821,1954,1952,42,576,3665,2309,0,1953,1952,1954,1953,1952,1954,42,2309,1593,609,0,1954,1821,1823,1954,1821,1823,42,2270,576,2309,0,1955,1953,1954,1955,1953,1954,42,2309,3666,2270,0,1954,1956,1955,1954,1956,1955,42,575,2270,3666,0,1957,1955,1956,1957,1955,1956,42,3666,2309,609,0,1956,1954,1823,1956,1954,1823,42,3666,609,1606,0,1956,1823,1825,1956,1823,1825,42,1606,2160,3666,0,1825,1958,1956,1825,1958,1956,42,575,3666,2160,0,1957,1956,1958,1957,1956,1958,42,2160,1606,608,0,1958,1825,1827,1958,1825,1827,42,2528,575,2160,0,1959,1957,1958,1959,1957,1958,42,2160,3667,2528,0,1958,1960,1959,1958,1960,1959,42,574,2528,3667,0,1961,1959,1960,1961,1959,1960,42,3667,2160,608,0,1960,1958,1827,1960,1958,1827,42,3667,608,2016,0,1960,1827,1829,1960,1827,1829,42,2016,2552,3667,0,1829,1962,1960,1829,1962,1960,42,574,3667,2552,0,1961,1960,1962,1961,1960,1962,42,2552,2016,607,0,1962,1829,1831,1962,1829,1831,42,3668,574,2552,0,1963,1961,1962,1963,1961,1962,42,2552,1999,3668,0,1962,1834,1963,1962,1834,1963,42,606,3668,1999,0,1836,1963,1834,1836,1963,1834,42,1999,2552,607,0,1834,1962,1831,1834,1962,1831,42,2500,574,3668,0,1964,1961,1963,1964,1961,1963,42,3668,2124,2500,0,1963,1965,1964,1963,1965,1964,42,573,2500,2124,0,1966,1964,1965,1966,1964,1965,42,2124,3668,606,0,1965,1963,1836,1965,1963,1836,42,3669,573,2124,0,1967,1966,1965,1967,1966,1965,42,2124,1696,3669,0,1965,1837,1967,1965,1837,1967,42,605,3669,1696,0,1839,1967,1837,1839,1967,1837,42,1696,2124,606,0,1837,1965,1836,1837,1965,1836,42,2234,573,3669,0,1968,1966,1967,1968,1966,1967,42,3669,2255,2234,0,1967,1969,1968,1967,1969,1968,42,572,2234,2255,0,1970,1968,1969,1970,1968,1969,42,2255,3669,605,0,1969,1967,1839,1969,1967,1839,42,3670,572,2255,0,1971,1970,1969,1971,1970,1969,42,2255,1685,3670,0,1969,1841,1971,1969,1841,1971,42,604,3670,1685,0,1843,1971,1841,1843,1971,1841,42,1685,2255,605,0,1841,1969,1839,1841,1969,1839,42,2995,572,3670,0,1972,1970,1971,1972,1970,1971,42,3670,3032,2995,0,1971,1973,1972,1971,1973,1972,42,571,2995,3032,0,1974,1972,1973,1974,1972,1973,42,3032,3670,604,0,1973,1971,1843,1973,1971,1843,42,3120,571,3032,0,1975,1974,1973,1975,1974,1973,42,3032,3671,3120,0,1973,1976,1975,1973,1976,1975,42,570,3120,3671,0,1977,1975,1976,1977,1975,1976,42,3671,3032,604,0,1976,1973,1843,1976,1973,1843,42,3671,604,2600,0,1976,1843,1845,1976,1843,1845,42,2600,3011,3671,0,1845,1978,1976,1845,1978,1976,42,570,3671,3011,0,1977,1976,1978,1977,1976,1978,42,3011,2600,603,0,1978,1845,1847,1978,1845,1847,42,2958,570,3011,0,1979,1977,1978,1979,1977,1978,42,3011,3672,2958,0,1978,1980,1979,1978,1980,1979,42,569,2958,3672,0,1981,1979,1980,1981,1979,1980,42,3672,3011,603,0,1980,1978,1847,1980,1978,1847,42,3672,603,2458,0,1980,1847,1849,1980,1847,1849,42,2458,2197,3672,0,1849,1982,1980,1849,1982,1980,42,569,3672,2197,0,1981,1980,1982,1981,1980,1982,42,2197,2458,602,0,1982,1849,1851,1982,1849,1851,42,2320,569,2197,0,1983,1981,1982,1983,1981,1982,42,2197,3673,2320,0,1982,1984,1983,1982,1984,1983,42,568,2320,3673,0,1985,1983,1984,1985,1983,1984,42,3673,2197,602,0,1984,1982,1851,1984,1982,1851,42,3673,602,2835,0,1984,1851,1853,1984,1851,1853,42,2835,2205,3673,0,1853,1986,1984,1853,1986,1984,42,568,3673,2205,0,1985,1984,1986,1985,1984,1986,42,2205,2835,601,0,1986,1853,1855,1986,1853,1855,42,3674,568,2205,0,1987,1985,1986,1987,1985,1986,42,2205,2978,3674,0,1986,1858,1987,1986,1858,1987,42,600,3674,2978,0,1860,1987,1858,1860,1987,1858,42,2978,2205,601,0,1858,1986,1855,1858,1986,1855,42,2437,568,3674,0,1988,1985,1987,1988,1985,1987,42,3674,2463,2437,0,1987,1989,1988,1987,1989,1988,42,567,2437,2463,0,1990,1988,1989,1990,1988,1989,42,2463,3674,600,0,1989,1987,1860,1989,1987,1860,42,3675,567,2463,0,1991,1990,1989,1991,1990,1989,42,2463,3103,3675,0,1989,1862,1991,1989,1862,1991,42,599,3675,3103,0,1864,1991,1862,1864,1991,1862,42,3103,2463,600,0,1862,1989,1860,1862,1989,1860,42,2386,567,3675,0,1992,1990,1991,1992,1990,1991,42,3675,2416,2386,0,1991,1993,1992,1991,1993,1992,42,566,2386,2416,0,1994,1992,1993,1994,1992,1993,42,2416,3675,599,0,1993,1991,1864,1993,1991,1864,42,3676,566,2416,0,1995,1994,1993,1995,1994,1993,42,2416,2926,3676,0,1993,1866,1995,1993,1866,1995,42,598,3676,2926,0,1868,1995,1866,1868,1995,1866,42,2926,2416,599,0,1866,1993,1864,1866,1993,1864,42,2398,566,3676,0,1996,1994,1995,1996,1994,1995,42,3676,2295,2398,0,1995,1997,1996,1995,1997,1996,42,565,2398,2295,0,1998,1996,1997,1998,1996,1997,42,2295,3676,598,0,1997,1995,1868,1997,1995,1868,42,3677,565,2295,0,1999,1998,1997,1999,1998,1997,42,2295,2401,3677,0,1997,1870,1999,1997,1870,1999,42,597,3677,2401,0,1872,1999,1870,1872,1999,1870,42,2401,2295,598,0,1870,1997,1868,1870,1997,1868,42,1833,565,3677,0,2000,1998,1999,2000,1998,1999,42,3677,1859,1833,0,1999,2001,2000,1999,2001,2000,42,564,1833,1859,0,2002,2000,2001,2002,2000,2001,42,1859,3677,597,0,2001,1999,1872,2001,1999,1872,42,1838,564,1859,0,2003,2002,2001,2003,2002,2001,42,1859,3678,1838,0,2001,2004,2003,2001,2004,2003,42,563,1838,3678,0,2005,2003,2004,2005,2003,2004,42,3678,1859,597,0,2004,2001,1872,2004,2001,1872,42,3678,597,2360,0,2004,1872,1873,2004,1872,1873,42,2360,2020,3678,0,1873,2006,2004,1873,2006,2004,42,563,3678,2020,0,2005,2004,2006,2005,2004,2006,42,2020,2360,596,0,2006,1873,1875,2006,1873,1875,42,1747,563,2020,0,2007,2005,2006,2007,2005,2006,42,2020,3679,1747,0,2006,2008,2007,2006,2008,2007,42,561,1747,3679,0,2009,2007,2008,2009,2007,2008,42,3679,2020,596,0,2008,2006,1875,2008,2006,1875,42,3679,596,2256,0,2008,1875,1877,2008,1875,1877,42,2256,2400,3679,0,1877,2010,2008,1877,2010,2008,42,561,3679,2400,0,2009,2008,2010,2009,2008,2010,42,2400,2256,594,0,2010,1877,1879,2010,1877,1879,42,3680,561,2400,0,2011,2009,2010,2011,2009,2010,42,2400,2328,3680,0,2010,1881,2011,2010,1881,2011,42,595,3680,2328,0,1883,2011,1881,1883,2011,1881,42,2328,2400,594,0,1881,2010,1879,1881,2010,1879,42,1806,561,3680,0,2012,2009,2011,2012,2009,2011,42,3680,1820,1806,0,2011,2013,2012,2011,2013,2012,42,562,1806,1820,0,2014,2012,2013,2014,2012,2013,42,1820,3680,595,0,2013,2011,1883,2013,2011,1883,42,3681,560,2417,0,2015,2016,2017,2015,2016,2017,42,2417,2051,3681,0,2017,1888,2015,2017,1888,2015,42,592,3681,2051,0,1890,2015,1888,1890,2015,1888,42,2051,2417,593,0,1888,2017,1886,1888,2017,1886,42,2594,560,3681,0,2018,2016,2015,2018,2016,2015,42,3681,2399,2594,0,2015,2019,2018,2015,2019,2018,42,559,2594,2399,0,2020,2018,2019,2020,2018,2019,42,2399,3681,592,0,2019,2015,1890,2019,2015,1890,42,2445,559,2399,0,2021,2020,2019,2021,2020,2019,42,2399,3682,2445,0,2019,2022,2021,2019,2022,2021,42,558,2445,3682,0,2023,2021,2022,2023,2021,2022,42,3682,2399,592,0,2022,2019,1890,2022,2019,1890,42,3682,592,1908,0,2022,1890,1892,2022,1890,1892,42,1908,2387,3682,0,1892,2024,2022,1892,2024,2022,42,558,3682,2387,0,2023,2022,2024,2023,2022,2024,42,2387,1908,591,0,2024,1892,1894,2024,1892,1894,42,2756,558,2387,0,2025,2023,2024,2025,2023,2024,42,2387,3683,2756,0,2024,2026,2025,2024,2026,2025,42,557,2756,3683,0,2027,2025,2026,2027,2025,2026,42,3683,2387,591,0,2026,2024,1894,2026,2024,1894,42,3683,591,2277,0,2026,1894,1896,2026,1894,1896,42,2277,2959,3683,0,1896,2028,2026,1896,2028,2026,42,557,3683,2959,0,2027,2026,2028,2027,2026,2028,42,2959,2277,590,0,2028,1896,1898,2028,1896,1898,42,3017,557,2959,0,2029,2027,2028,2029,2027,2028,42,2959,3684,3017,0,2028,2030,2029,2028,2030,2029,42,556,3017,3684,0,2031,2029,2030,2031,2029,2030,42,3684,2959,590,0,2030,2028,1898,2030,2028,1898,42,3684,590,2462,0,2030,1898,1899,2030,1898,1899,42,2462,3100,3684,0,1899,2032,2030,1899,2032,2030,42,556,3684,3100,0,2031,2030,2032,2031,2030,2032,42,3100,2462,589,0,2032,1899,1901,2032,1899,1901,42,3053,556,3100,0,2033,2031,2032,2033,2031,2032,42,3100,3685,3053,0,2032,2034,2033,2032,2034,2033,42,555,3053,3685,0,2035,2033,2034,2035,2033,2034,42,3685,3100,589,0,2034,2032,1901,2034,2032,1901,42,3685,589,2456,0,2034,1901,1903,2034,1901,1903,42,2456,2996,3685,0,1903,2036,2034,1903,2036,2034,42,555,3685,2996,0,2035,2034,2036,2035,2034,2036,42,2996,2456,588,0,2036,1903,1905,2036,1903,1905,42,2773,555,2996,0,2037,2035,2036,2037,2035,2036,42,2996,3686,2773,0,2036,2038,2037,2036,2038,2037,42,554,2773,3686,0,2039,2037,2038,2039,2037,2038,42,3686,2996,588,0,2038,2036,1905,2038,2036,1905,42,3686,588,2225,0,2038,1905,1907,2038,1905,1907,42,2225,2859,3686,0,1907,2040,2038,1907,2040,2038,42,554,3686,2859,0,2039,2038,2040,2039,2038,2040,42,2859,2225,587,0,2040,1907,1909,2040,1907,1909,42,2687,554,2859,0,2041,2039,2040,2041,2039,2040,42,2859,3687,2687,0,2040,2042,2041,2040,2042,2041,42,553,2687,3687,0,2043,2041,2042,2043,2041,2042,42,3687,2859,587,0,2042,2040,1909,2042,2040,1909,42,3687,587,2210,0,2042,1909,1911,2042,1909,1911,42,2210,2501,3687,0,1911,2044,2042,1911,2044,2042,42,553,3687,2501,0,2043,2042,2044,2043,2042,2044,42,2501,2210,586,0,2044,1911,1913,2044,1911,1913,42,2581,553,2501,0,2045,2043,2044,2045,2043,2044,42,2501,3688,2581,0,2044,2046,2045,2044,2046,2045,42,552,2581,3688,0,2047,2045,2046,2047,2045,2046,42,3688,2501,586,0,2046,2044,1913,2046,2044,1913,42,3688,586,3057,0,2046,1913,1916,2046,1913,1916,42,3057,2523,3688,0,1916,2048,2046,1916,2048,2046,42,552,3688,2523,0,2047,2046,2048,2047,2046,2048,42,2523,3057,585,0,2048,1916,1918,2048,1916,1918,42,1638,552,2523,0,2049,2047,2048,2049,2047,2048,42,2523,3689,1638,0,2048,2050,2049,2048,2050,2049,42,551,1638,3689,0,2051,2049,2050,2051,2049,2050,42,3689,2523,585,0,2050,2048,1918,2050,2048,1918,42,3689,585,2137,0,2050,1918,1920,2050,1918,1920,42,2137,1695,3689,0,1920,2052,2050,1920,2052,2050,42,551,3689,1695,0,2051,2050,2052,2051,2050,2052,42,1695,2137,584,0,2052,1920,1922,2052,1920,1922,42,3690,551,1695,0,2053,2051,2052,2053,2051,2052,42,1695,2259,3690,0,2052,1924,2053,2052,1924,2053,42,583,3690,2259,0,1926,2053,1924,1926,2053,1924,42,2259,1695,584,0,1924,2052,1922,1924,2052,1922,42,1795,551,3690,0,2054,2051,2053,2054,2051,2053,42,3690,1719,1795,0,2053,2055,2054,2053,2055,2054,42,550,1795,1719,0,2056,2054,2055,2056,2054,2055,42,1719,3690,583,0,2055,2053,1926,2055,2053,1926,42,1671,550,1719,0,2057,2056,2055,2057,2056,2055,42,1719,3691,1671,0,2055,2058,2057,2055,2058,2057,42,549,1671,3691,0,2059,2057,2058,2059,2057,2058,42,3691,1719,583,0,2058,2055,1926,2058,2055,1926,42,3691,583,2144,0,2058,1926,1927,2058,1926,1927,42,2144,2015,3691,0,1927,2060,2058,1927,2060,2058,42,549,3691,2015,0,2059,2058,2060,2059,2058,2060,42,2015,2144,582,0,2060,1927,1929,2060,1927,1929,42,1568,549,2015,0,2061,2059,2060,2061,2059,2060,42,2015,3692,1568,0,2060,2062,2061,2060,2062,2061,42,548,1568,3692,0,2063,2061,2062,2063,2061,2062,42,3692,2015,582,0,2062,2060,1929,2062,2060,1929,42,3692,582,2571,0,2062,1929,1931,2062,1929,1931,42,2571,1624,3692,0,1931,2064,2062,1931,2064,2062,42,548,3692,1624,0,2063,2062,2064,2063,2062,2064,42,1624,2571,581,0,2064,1931,1933,2064,1931,1933,42,1570,548,1624,0,2065,2063,2064,2065,2063,2064,42,1624,3693,1570,0,2064,2066,2065,2064,2066,2065,42,547,1570,3693,0,2067,2065,2066,2067,2065,2066,42,3693,1624,581,0,2066,2064,1933,2066,2064,1933,42,3693,581,2068,0,2066,1933,1935,2066,1933,1935,42,2068,1763,3693,0,1935,2068,2066,1935,2068,2066,42,547,3693,1763,0,2067,2066,2068,2067,2066,2068,42,1763,2068,580,0,2068,1935,1937,2068,1935,1937,42,1595,547,1763,0,2069,2067,2068,2069,2067,2068,42,1763,3694,1595,0,2068,2070,2069,2068,2070,2069,42,546,1595,3694,0,2071,2069,2070,2071,2069,2070,42,3694,1763,580,0,2070,2068,1937,2070,2068,1937,42,3694,580,2071,0,2070,1937,1939,2070,1937,1939,42,2071,1645,3694,0,1939,2072,2070,1939,2072,2070,42,546,3694,1645,0,2071,2070,2072,2071,2070,2072,42,1645,2071,579,0,2072,1939,1941,2072,1939,1941,42,3695,546,1645,0,2073,2071,2072,2073,2071,2072,42,1645,2090,3695,0,2072,1944,2073,2072,1944,2073,42,578,3695,2090,0,1946,2073,1944,1946,2073,1944,42,2090,1645,579,0,1944,2072,1941,1944,2072,1941,42,1608,546,3695,0,2074,2071,2073,2074,2071,2073,42,3695,2595,1608,0,2073,2075,2074,2073,2075,2074,42,545,1608,2595,0,2076,2074,2075,2076,2074,2075,42,2595,3695,578,0,2075,2073,1946,2075,2073,1946,42,3696,545,2595,0,2077,2076,2075,2077,2076,2075,42,2595,2135,3696,0,2075,1948,2077,2075,1948,2077,42,577,3696,2135,0,1950,2077,1948,1950,2077,1948,42,2135,2595,578,0,1948,2075,1946,1948,2075,1946,42,2680,545,3696,0,2078,2076,2077,2078,2076,2077,42,3696,2737,2680,0,2077,2079,2078,2077,2079,2078,42,544,2680,2737,0,2080,2078,2079,2080,2078,2079,42,2737,3696,577,0,2079,2077,1950,2079,2077,1950,42,2804,544,2737,0,2081,2080,2079,2081,2080,2079,42,2737,3697,2804,0,2079,2082,2081,2079,2082,2081,42,543,2804,3697,0,2083,2081,2082,2083,2081,2082,42,3697,2737,577,0,2082,2079,1950,2082,2079,1950,42,3697,577,2148,0,2082,1950,1951,2082,1950,1951,42,2148,2855,3697,0,1951,2084,2082,1951,2084,2082,42,543,3697,2855,0,2083,2082,2084,2083,2082,2084,42,2855,2148,576,0,2084,1951,1953,2084,1951,1953,42,2790,543,2855,0,2085,2083,2084,2085,2083,2084,42,2855,3698,2790,0,2084,2086,2085,2084,2086,2085,42,542,2790,3698,0,2087,2085,2086,2087,2085,2086,42,3698,2855,576,0,2086,2084,1953,2086,2084,1953,42,3698,576,2270,0,2086,1953,1955,2086,1953,1955,42,2270,2708,3698,0,1955,2088,2086,1955,2088,2086,42,542,3698,2708,0,2087,2086,2088,2087,2086,2088,42,2708,2270,575,0,2088,1955,1957,2088,1955,1957,42,3699,542,2708,0,2089,2087,2088,2089,2087,2088,42,2708,2528,3699,0,2088,1959,2089,2088,1959,2089,42,574,3699,2528,0,1961,2089,1959,1961,2089,1959,42,2528,2708,575,0,1959,2088,1957,1959,2088,1957,42,3041,542,3699,0,2090,2087,2089,2090,2087,2089,42,3699,3087,3041,0,2089,2091,2090,2089,2091,2090,42,541,3041,3087,0,2092,2090,2091,2092,2090,2091,42,3087,3699,574,0,2091,2089,1961,2091,2089,1961,42,3700,541,3087,0,2093,2092,2091,2093,2092,2091,42,3087,2500,3700,0,2091,1964,2093,2091,1964,2093,42,573,3700,2500,0,1966,2093,1964,1966,2093,1964,42,2500,3087,574,0,1964,2091,1961,1964,2091,1961,42,3035,541,3700,0,2094,2092,2093,2094,2092,2093,42,3700,2684,3035,0,2093,2095,2094,2093,2095,2094,42,540,3035,2684,0,2096,2094,2095,2096,2094,2095,42,2684,3700,573,0,2095,2093,1966,2095,2093,1966,42,2872,540,2684,0,2097,2096,2095,2097,2096,2095,42,2684,3701,2872,0,2095,2098,2097,2095,2098,2097,42,539,2872,3701,0,2099,2097,2098,2099,2097,2098,42,3701,2684,573,0,2098,2095,1966,2098,2095,1966,42,3701,573,2234,0,2098,1966,1968,2098,1966,1968,42,2234,2786,3701,0,1968,2100,2098,1968,2100,2098,42,539,3701,2786,0,2099,2098,2100,2099,2098,2100,42,2786,2234,572,0,2100,1968,1970,2100,1968,1970,42,1406,539,2786,0,2101,2099,2100,2101,2099,2100,42,2786,3702,1406,0,2100,2102,2101,2100,2102,2101,42,538,1406,3702,0,2103,2101,2102,2103,2101,2102,42,3702,2786,572,0,2102,2100,1970,2102,2100,1970,42,3702,572,2995,0,2102,1970,1972,2102,1970,1972,42,2995,1455,3702,0,1972,2104,2102,1972,2104,2102,42,538,3702,1455,0,2103,2102,2104,2103,2102,2104,42,1455,2995,571,0,2104,1972,1974,2104,1972,1974,42,3703,538,1455,0,2105,2103,2104,2105,2103,2104,42,1455,3120,3703,0,2104,1975,2105,2104,1975,2105,42,570,3703,3120,0,1977,2105,1975,1977,2105,1975,42,3120,1455,571,0,1975,2104,1974,1975,2104,1974,42,1509,538,3703,0,2106,2103,2105,2106,2103,2105,42,3703,1440,1509,0,2105,2107,2106,2105,2107,2106,42,537,1509,1440,0,2108,2106,2107,2108,2106,2107,42,1440,3703,570,0,2107,2105,1977,2107,2105,1977,42,1401,537,1440,0,2109,2108,2107,2109,2108,2107,42,1440,3704,1401,0,2107,2110,2109,2107,2110,2109,42,536,1401,3704,0,2111,2109,2110,2111,2109,2110,42,3704,1440,570,0,2110,2107,1977,2110,2107,1977,42,3704,570,2958,0,2110,1977,1979,2110,1977,1979,42,2958,1713,3704,0,1979,2112,2110,1979,2112,2110,42,536,3704,1713,0,2111,2110,2112,2111,2110,2112,42,1713,2958,569,0,2112,1979,1981,2112,1979,1981,42,1774,536,1713,0,2113,2111,2112,2113,2111,2112,42,1713,3705,1774,0,2112,2114,2113,2112,2114,2113,42,535,1774,3705,0,2115,2113,2114,2115,2113,2114,42,3705,1713,569,0,2114,2112,1981,2114,2112,1981,42,3705,569,2320,0,2114,1981,1983,2114,1981,1983,42,2320,1694,3705,0,1983,2116,2114,1983,2116,2114,42,535,3705,1694,0,2115,2114,2116,2115,2114,2116,42,1694,2320,568,0,2116,1983,1985,2116,1983,1985,42,1863,535,1694,0,2117,2115,2116,2117,2115,2116,42,1694,3706,1863,0,2116,2118,2117,2116,2118,2117,42,534,1863,3706,0,2119,2117,2118,2119,2117,2118,42,3706,1694,568,0,2118,2116,1985,2118,2116,1985,42,3706,568,2437,0,2118,1985,1988,2118,1985,1988,42,2437,2053,3706,0,1988,2120,2118,1988,2120,2118,42,534,3706,2053,0,2119,2118,2120,2119,2118,2120,42,2053,2437,567,0,2120,1988,1990,2120,1988,1990,42,1881,534,2053,0,2121,2119,2120,2121,2119,2120,42,2053,3707,1881,0,2120,2122,2121,2120,2122,2121,42,533,1881,3707,0,2123,2121,2122,2123,2121,2122,42,3707,2053,567,0,2122,2120,1990,2122,2120,1990,42,3707,567,2386,0,2122,1990,1992,2122,1990,1992,42,2386,1939,3707,0,1992,2124,2122,1992,2124,2122,42,533,3707,1939,0,2123,2122,2124,2123,2122,2124,42,1939,2386,566,0,2124,1992,1994,2124,1992,1994,42,1832,533,1939,0,2125,2123,2124,2125,2123,2124,42,1939,3708,1832,0,2124,2126,2125,2124,2126,2125,42,532,1832,3708,0,2127,2125,2126,2127,2125,2126,42,3708,1939,566,0,2126,2124,1994,2126,2124,1994,42,3708,566,2398,0,2126,1994,1996,2126,1994,1996,42,2398,1760,3708,0,1996,2128,2126,1996,2128,2126,42,532,3708,1760,0,2127,2126,2128,2127,2126,2128,42,1760,2398,565,0,2128,1996,1998,2128,1996,1998,42,1315,532,1760,0,2129,2127,2128,2129,2127,2128,42,1760,3709,1315,0,2128,2130,2129,2128,2130,2129,42,531,1315,3709,0,2131,2129,2130,2131,2129,2130,42,3709,1760,565,0,2130,2128,1998,2130,2128,1998,42,3709,565,1833,0,2130,1998,2000,2130,1998,2000,42,1833,1372,3709,0,2000,2132,2130,2000,2132,2130,42,531,3709,1372,0,2131,2130,2132,2131,2130,2132,42,1372,1833,564,0,2132,2000,2002,2132,2000,2002,42,3710,531,1372,0,2133,2131,2132,2133,2131,2132,42,1372,1838,3710,0,2132,2003,2133,2132,2003,2133,42,563,3710,1838,0,2005,2133,2003,2005,2133,2003,42,1838,1372,564,0,2003,2132,2002,2003,2132,2002,42,1532,531,3710,0,2134,2131,2133,2134,2131,2133,42,3710,1319,1532,0,2133,2135,2134,2133,2135,2134,42,530,1532,1319,0,2136,2134,2135,2136,2134,2135,42,1319,3710,563,0,2135,2133,2005,2135,2133,2005,42,3711,530,1319,0,2137,2136,2135,2137,2136,2135,42,1319,1747,3711,0,2135,2007,2137,2135,2007,2137,42,561,3711,1747,0,2009,2137,2007,2009,2137,2007,42,1747,1319,563,0,2007,2135,2005,2007,2135,2005,42,1223,530,3711,0,2138,2136,2137,2138,2136,2137,42,3711,2942,1223,0,2137,2139,2138,2137,2139,2138,42,528,1223,2942,0,2140,2138,2139,2140,2138,2139,42,2942,3711,561,0,2139,2137,2009,2139,2137,2009,42,3712,528,2942,0,2141,2140,2139,2141,2140,2139,42,2942,1806,3712,0,2139,2012,2141,2139,2012,2141,42,562,3712,1806,0,2014,2141,2012,2014,2141,2012,42,1806,2942,561,0,2012,2139,2009,2012,2139,2009,42,1290,528,3712,0,2142,2140,2141,2142,2140,2141,42,3712,1331,1290,0,2141,2143,2142,2141,2143,2142,42,529,1290,1331,0,2144,2142,2143,2144,2142,2143,42,1331,3712,562,0,2143,2141,2014,2143,2141,2014,42,3713,527,2938,0,2145,2146,2147,2145,2146,2147,42,2938,2594,3713,0,2147,2018,2145,2147,2018,2145,42,559,3713,2594,0,2020,2145,2018,2020,2145,2018,42,2594,2938,560,0,2018,2147,2016,2018,2147,2016,42,2788,527,3713,0,2148,2146,2145,2148,2146,2145,42,3713,2925,2788,0,2145,2149,2148,2145,2149,2148,42,526,2788,2925,0,2150,2148,2149,2150,2148,2149,42,2925,3713,559,0,2149,2145,2020,2149,2145,2020,42,2957,526,2925,0,2151,2150,2149,2151,2150,2149,42,2925,3714,2957,0,2149,2152,2151,2149,2152,2151,42,525,2957,3714,0,2153,2151,2152,2153,2151,2152,42,3714,2925,559,0,2152,2149,2020,2152,2149,2020,42,3714,559,2445,0,2152,2020,2021,2152,2020,2021,42,2445,1262,3714,0,2021,2154,2152,2021,2154,2152,42,525,3714,1262,0,2153,2152,2154,2153,2152,2154,42,1262,2445,558,0,2154,2021,2023,2154,2021,2023,42,2950,525,1262,0,2155,2153,2154,2155,2153,2154,42,1262,3715,2950,0,2154,2156,2155,2154,2156,2155,42,524,2950,3715,0,2157,2155,2156,2157,2155,2156,42,3715,1262,558,0,2156,2154,2023,2156,2154,2023,42,3715,558,2756,0,2156,2023,2025,2156,2023,2025,42,2756,1397,3715,0,2025,2158,2156,2025,2158,2156,42,524,3715,1397,0,2157,2156,2158,2157,2156,2158,42,1397,2756,557,0,2158,2025,2027,2158,2025,2027,42,1123,524,1397,0,2159,2157,2158,2159,2157,2158,42,1397,3716,1123,0,2158,2160,2159,2158,2160,2159,42,523,1123,3716,0,2161,2159,2160,2161,2159,2160,42,3716,1397,557,0,2160,2158,2027,2160,2158,2027,42,3716,557,3017,0,2160,2027,2029,2160,2027,2029,42,3017,1555,3716,0,2029,2162,2160,2029,2162,2160,42,523,3716,1555,0,2161,2160,2162,2161,2160,2162,42,1555,3017,556,0,2162,2029,2031,2162,2029,2031,42,1113,523,1555,0,2163,2161,2162,2163,2161,2162,42,1555,3717,1113,0,2162,2164,2163,2162,2164,2163,42,522,1113,3717,0,2165,2163,2164,2165,2163,2164,42,3717,1555,556,0,2164,2162,2031,2164,2162,2031,42,3717,556,3053,0,2164,2031,2033,2164,2031,2033,42,3053,1420,3717,0,2033,2166,2164,2033,2166,2164,42,522,3717,1420,0,2165,2164,2166,2165,2164,2166,42,1420,3053,555,0,2166,2033,2035,2166,2033,2035,42,3040,522,1420,0,2167,2165,2166,2167,2165,2166,42,1420,3718,3040,0,2166,2168,2167,2166,2168,2167,42,521,3040,3718,0,2169,2167,2168,2169,2167,2168,42,3718,1420,555,0,2168,2166,2035,2168,2166,2035,42,3718,555,2773,0,2168,2035,2037,2168,2035,2037,42,2773,1189,3718,0,2037,2170,2168,2037,2170,2168,42,521,3718,1189,0,2169,2168,2170,2169,2168,2170,42,1189,2773,554,0,2170,2037,2039,2170,2037,2039,42,2919,521,1189,0,2171,2169,2170,2171,2169,2170,42,1189,3719,2919,0,2170,2172,2171,2170,2172,2171,42,520,2919,3719,0,2173,2171,2172,2173,2171,2172,42,3719,1189,554,0,2172,2170,2039,2172,2170,2039,42,3719,554,2687,0,2172,2039,2041,2172,2039,2041,42,2687,2025,3719,0,2041,2174,2172,2041,2174,2172,42,520,3719,2025,0,2173,2172,2174,2173,2172,2174,42,2025,2687,553,0,2174,2041,2043,2174,2041,2043,42,1687,520,2025,0,2175,2173,2174,2175,2173,2174,42,2025,3720,1687,0,2174,2176,2175,2174,2176,2175,42,519,1687,3720,0,2177,2175,2176,2177,2175,2176,42,3720,2025,553,0,2176,2174,2043,2176,2174,2043,42,3720,553,2581,0,2176,2043,2045,2176,2043,2045,42,2581,2012,3720,0,2045,2178,2176,2045,2178,2176,42,519,3720,2012,0,2177,2176,2178,2177,2176,2178,42,2012,2581,552,0,2178,2045,2047,2178,2045,2047,42,3721,519,2012,0,2179,2177,2178,2179,2177,2178,42,2012,1638,3721,0,2178,2049,2179,2178,2049,2179,42,551,3721,1638,0,2051,2179,2049,2051,2179,2049,42,1638,2012,552,0,2049,2178,2047,2049,2178,2047,42,2924,519,3721,0,2180,2177,2179,2180,2177,2179,42,3721,1210,2924,0,2179,2181,2180,2179,2181,2180,42,518,2924,1210,0,2182,2180,2181,2182,2180,2181,42,1210,3721,551,0,2181,2179,2051,2181,2179,2051,42,3066,518,1210,0,2183,2182,2181,2183,2182,2181,42,1210,3722,3066,0,2181,2184,2183,2181,2184,2183,42,517,3066,3722,0,2185,2183,2184,2185,2183,2184,42,3722,1210,551,0,2184,2181,2051,2184,2181,2051,42,3722,551,1795,0,2184,2051,2054,2184,2051,2054,42,1795,1227,3722,0,2054,2186,2184,2054,2186,2184,42,517,3722,1227,0,2185,2184,2186,2185,2184,2186,42,1227,1795,550,0,2186,2054,2056,2186,2054,2056,42,2827,517,1227,0,2187,2185,2186,2187,2185,2186,42,1227,3723,2827,0,2186,2188,2187,2186,2188,2187,42,516,2827,3723,0,2189,2187,2188,2189,2187,2188,42,3723,1227,550,0,2188,2186,2056,2188,2186,2056,42,3723,550,1671,0,2188,2056,2057,2188,2056,2057,42,1671,1522,3723,0,2057,2190,2188,2057,2190,2188,42,516,3723,1522,0,2189,2188,2190,2189,2188,2190,42,1522,1671,549,0,2190,2057,2059,2190,2057,2059,42,3724,516,1522,0,2191,2189,2190,2191,2189,2190,42,1522,1568,3724,0,2190,2061,2191,2190,2061,2191,42,548,3724,1568,0,2063,2191,2061,2063,2191,2061,42,1568,1522,549,0,2061,2190,2059,2061,2190,2059,42,2834,516,3724,0,2192,2189,2191,2192,2189,2191,42,3724,1121,2834,0,2191,2193,2192,2191,2193,2192,42,515,2834,1121,0,2194,2192,2193,2194,2192,2193,42,1121,3724,548,0,2193,2191,2063,2193,2191,2063,42,2857,515,1121,0,2195,2194,2193,2195,2194,2193,42,1121,3725,2857,0,2193,2196,2195,2193,2196,2195,42,514,2857,3725,0,2197,2195,2196,2197,2195,2196,42,3725,1121,548,0,2196,2193,2063,2196,2193,2063,42,3725,548,1570,0,2196,2063,2065,2196,2063,2065,42,1570,1283,3725,0,2065,2198,2196,2065,2198,2196,42,514,3725,1283,0,2197,2196,2198,2197,2196,2198,42,1283,1570,547,0,2198,2065,2067,2198,2065,2067,42,2871,514,1283,0,2199,2197,2198,2199,2197,2198,42,1283,3726,2871,0,2198,2200,2199,2198,2200,2199,42,513,2871,3726,0,2201,2199,2200,2201,2199,2200,42,3726,1283,547,0,2200,2198,2067,2200,2198,2067,42,3726,547,1595,0,2200,2067,2069,2200,2067,2069,42,1595,1151,3726,0,2069,2202,2200,2069,2202,2200,42,513,3726,1151,0,2201,2200,2202,2201,2200,2202,42,1151,1595,546,0,2202,2069,2071,2202,2069,2071,42,2884,513,1151,0,2203,2201,2202,2203,2201,2202,42,1151,3727,2884,0,2202,2204,2203,2202,2204,2203,42,512,2884,3727,0,2205,2203,2204,2205,2203,2204,42,3727,1151,546,0,2204,2202,2071,2204,2202,2071,42,3727,546,1608,0,2204,2071,2074,2204,2071,2074,42,1608,3153,3727,0,2074,2206,2204,2074,2206,2204,42,512,3727,3153,0,2205,2204,2206,2205,2204,2206,42,3153,1608,545,0,2206,2074,2076,2206,2074,2076,42,3728,512,3153,0,2207,2205,2206,2207,2205,2206,42,3153,2680,3728,0,2206,2078,2207,2206,2078,2207,42,544,3728,2680,0,2080,2207,2078,2080,2207,2078,42,2680,3153,545,0,2078,2206,2076,2078,2206,2076,42,2720,512,3728,0,2208,2205,2207,2208,2205,2207,42,3728,1150,2720,0,2207,2209,2208,2207,2209,2208,42,511,2720,1150,0,2210,2208,2209,2210,2208,2209,42,1150,3728,544,0,2209,2207,2080,2209,2207,2080,42,3729,511,1150,0,2211,2210,2209,2211,2210,2209,42,1150,2804,3729,0,2209,2081,2211,2209,2081,2211,42,543,3729,2804,0,2083,2211,2081,2083,2211,2081,42,2804,1150,544,0,2081,2209,2080,2081,2209,2080,42,2982,511,3729,0,2212,2210,2211,2212,2210,2211,42,3729,1282,2982,0,2211,2213,2212,2211,2213,2212,42,510,2982,1282,0,2214,2212,2213,2214,2212,2213,42,1282,3729,543,0,2213,2211,2083,2213,2211,2083,42,2956,510,1282,0,2215,2214,2213,2215,2214,2213,42,1282,3730,2956,0,2213,2216,2215,2213,2216,2215,42,509,2956,3730,0,2217,2215,2216,2217,2215,2216,42,3730,1282,543,0,2216,2213,2083,2216,2213,2083,42,3730,543,2790,0,2216,2083,2085,2216,2083,2085,42,2790,1120,3730,0,2085,2218,2216,2085,2218,2216,42,509,3730,1120,0,2217,2216,2218,2217,2216,2218,42,1120,2790,542,0,2218,2085,2087,2218,2085,2087,42,1094,509,1120,0,2219,2217,2218,2219,2217,2218,42,1120,3731,1094,0,2218,2220,2219,2218,2220,2219,42,508,1094,3731,0,2221,2219,2220,2221,2219,2220,42,3731,1120,542,0,2220,2218,2087,2220,2218,2087,42,3731,542,3041,0,2220,2087,2090,2220,2087,2090,42,3041,1521,3731,0,2090,2222,2220,2090,2222,2220,42,508,3731,1521,0,2221,2220,2222,2221,2220,2222,42,1521,3041,541,0,2222,2090,2092,2222,2090,2092,42,3182,508,1521,0,2223,2221,2222,2223,2221,2222,42,1521,3732,3182,0,2222,2224,2223,2222,2224,2223,42,507,3182,3732,0,2225,2223,2224,2225,2223,2224,42,3732,1521,541,0,2224,2222,2092,2224,2222,2092,42,3732,541,3035,0,2224,2092,2094,2224,2092,2094,42,3035,1226,3732,0,2094,2226,2224,2094,2226,2224,42,507,3732,1226,0,2225,2224,2226,2225,2224,2226,42,1226,3035,540,0,2226,2094,2096,2226,2094,2096,42,3733,507,1226,0,2227,2225,2226,2227,2225,2226,42,1226,2872,3733,0,2226,2097,2227,2226,2097,2227,42,539,3733,2872,0,2099,2227,2097,2099,2227,2097,42,2872,1226,540,0,2097,2226,2096,2097,2226,2096,42,3054,507,3733,0,2228,2225,2227,2228,2225,2227,42,3733,1209,3054,0,2227,2229,2228,2227,2229,2228,42,506,3054,1209,0,2230,2228,2229,2230,2228,2229,42,1209,3733,539,0,2229,2227,2099,2229,2227,2099,42,3734,506,1209,0,2231,2230,2229,2231,2230,2229,42,1209,1406,3734,0,2229,2101,2231,2229,2101,2231,42,538,3734,1406,0,2103,2231,2101,2103,2231,2101,42,1406,1209,539,0,2101,2229,2099,2101,2229,2099,42,1557,506,3734,0,2232,2230,2231,2232,2230,2231,42,3734,2011,1557,0,2231,2233,2232,2231,2233,2232,42,505,1557,2011,0,2234,2232,2233,2234,2232,2233,42,2011,3734,538,0,2233,2231,2103,2233,2231,2103,42,3735,505,2011,0,2235,2234,2233,2235,2234,2233,42,2011,1509,3735,0,2233,2106,2235,2233,2106,2235,42,537,3735,1509,0,2108,2235,2106,2108,2235,2106,42,1509,2011,538,0,2106,2233,2103,2106,2233,2103,42,1711,505,3735,0,2236,2234,2235,2236,2234,2235,42,3735,2024,1711,0,2235,2237,2236,2235,2237,2236,42,504,1711,2024,0,2238,2236,2237,2238,2236,2237,42,2024,3735,537,0,2237,2235,2108,2237,2235,2108,42,1556,504,2024,0,2239,2238,2237,2239,2238,2237,42,2024,3736,1556,0,2237,2240,2239,2237,2240,2239,42,503,1556,3736,0,2241,2239,2240,2241,2239,2240,42,3736,2024,537,0,2240,2237,2108,2240,2237,2108,42,3736,537,1401,0,2240,2108,2109,2240,2108,2109,42,1401,1188,3736,0,2109,2242,2240,2109,2242,2240,42,503,3736,1188,0,2241,2240,2242,2241,2240,2242,42,1188,1401,536,0,2242,2109,2111,2242,2109,2111,42,3119,503,1188,0,2243,2241,2242,2243,2241,2242,42,1188,3737,3119,0,2242,2244,2243,2242,2244,2243,42,502,3119,3737,0,2245,2243,2244,2245,2243,2244,42,3737,1188,536,0,2244,2242,2111,2244,2242,2111,42,3737,536,1774,0,2244,2111,2113,2244,2111,2113,42,1774,1419,3737,0,2113,2246,2244,2113,2246,2244,42,502,3737,1419,0,2245,2244,2246,2245,2244,2246,42,1419,1774,535,0,2246,2113,2115,2246,2113,2115,42,3129,502,1419,0,2247,2245,2246,2247,2245,2246,42,1419,3738,3129,0,2246,2248,2247,2246,2248,2247,42,501,3129,3738,0,2249,2247,2248,2249,2247,2248,42,3738,1419,535,0,2248,2246,2115,2248,2246,2115,42,3738,535,1863,0,2248,2115,2117,2248,2115,2117,42,1863,1554,3738,0,2117,2250,2248,2117,2250,2248,42,501,3738,1554,0,2249,2248,2250,2249,2248,2250,42,1554,1863,534,0,2250,2117,2119,2250,2117,2119,42,3098,501,1554,0,2251,2249,2250,2251,2249,2250,42,1554,3739,3098,0,2250,2252,2251,2250,2252,2251,42,500,3098,3739,0,2253,2251,2252,2253,2251,2252,42,3739,1554,534,0,2252,2250,2119,2252,2250,2119,42,3739,534,1881,0,2252,2119,2121,2252,2119,2121,42,1881,1396,3739,0,2121,2254,2252,2121,2254,2252,42,500,3739,1396,0,2253,2252,2254,2253,2252,2254,42,1396,1881,533,0,2254,2121,2123,2254,2121,2123,42,3101,500,1396,0,2255,2253,2254,2255,2253,2254,42,1396,3740,3101,0,2254,2256,2255,2254,2256,2255,42,499,3101,3740,0,2257,2255,2256,2257,2255,2256,42,3740,1396,533,0,2256,2254,2123,2256,2254,2123,42,3740,533,1832,0,2256,2123,2125,2256,2123,2125,42,1832,1261,3740,0,2125,2258,2256,2125,2258,2256,42,499,3740,1261,0,2257,2256,2258,2257,2256,2258,42,1261,1832,532,0,2258,2125,2127,2258,2125,2127,42,3741,499,1261,0,2259,2257,2258,2259,2257,2258,42,1261,1315,3741,0,2258,2129,2259,2258,2129,2259,42,531,3741,1315,0,2131,2259,2129,2131,2259,2129,42,1315,1261,532,0,2129,2258,2127,2129,2258,2127,42,2628,499,3741,0,2260,2257,2259,2260,2257,2259,42,3741,2944,2628,0,2259,2261,2260,2259,2261,2260,42,498,2628,2944,0,2262,2260,2261,2262,2260,2261,42,2944,3741,531,0,2261,2259,2131,2261,2259,2131,42,3742,498,2944,0,2263,2262,2261,2263,2262,2261,42,2944,1532,3742,0,2261,2134,2263,2261,2134,2263,42,530,3742,1532,0,2136,2263,2134,2136,2263,2134,42,1532,2944,531,0,2134,2261,2131,2134,2261,2131,42,2770,498,3742,0,2264,2262,2263,2264,2262,2263,42,3742,2952,2770,0,2263,2265,2264,2263,2265,2264,42,497,2770,2952,0,2266,2264,2265,2266,2264,2265,42,2952,3742,530,0,2265,2263,2136,2265,2263,2136,42,3743,497,2952,0,2267,2266,2265,2267,2266,2265,42,2952,1223,3743,0,2265,2138,2267,2265,2138,2267,42,528,3743,1223,0,2140,2267,2138,2140,2267,2138,42,1223,2952,530,0,2138,2265,2136,2138,2265,2136,42,2397,497,3743,0,2268,2266,2267,2268,2266,2267,42,3743,3118,2397,0,2267,2269,2268,2267,2269,2268,42,495,2397,3118,0,2270,2268,2269,2270,2268,2269,42,3118,3743,528,0,2269,2267,2140,2269,2267,2140,42,3744,495,3118,0,2271,2270,2269,2271,2270,2269,42,3118,1290,3744,0,2269,2142,2271,2269,2142,2271,42,529,3744,1290,0,2144,2271,2142,2144,2271,2142,42,1290,3118,528,0,2142,2269,2140,2142,2269,2140,42,2504,495,3744,0,2272,2270,2271,2272,2270,2271,42,3744,2968,2504,0,2271,2273,2272,2271,2273,2272,42,496,2504,2968,0,2274,2272,2273,2274,2272,2273,42,2968,3744,529,0,2273,2271,2144,2273,2271,2144,42,3745,494,3108,0,2275,2276,2277,2275,2276,2277,42,3108,2788,3745,0,2277,2148,2275,2277,2148,2275,42,526,3745,2788,0,2150,2275,2148,2150,2275,2148,42,2788,3108,527,0,2148,2277,2146,2148,2277,2146,42,1098,494,3745,0,2278,2276,2275,2278,2276,2275,42,3745,3144,1098,0,2275,2279,2278,2275,2279,2278,42,493,1098,3144,0,2280,2278,2279,2280,2278,2279,42,3144,3745,526,0,2279,2275,2150,2279,2275,2150,42,1356,493,3144,0,2281,2280,2279,2281,2280,2279,42,3144,3746,1356,0,2279,2282,2281,2279,2282,2281,42,492,1356,3746,0,2283,2281,2282,2283,2281,2282,42,3746,3144,526,0,2282,2279,2150,2282,2279,2150,42,3746,526,2957,0,2282,2150,2151,2282,2150,2151,42,2957,1412,3746,0,2151,2284,2282,2151,2284,2282,42,492,3746,1412,0,2283,2282,2284,2283,2282,2284,42,1412,2957,525,0,2284,2151,2153,2284,2151,2153,42,1404,492,1412,0,2285,2283,2284,2285,2283,2284,42,1412,3747,1404,0,2284,2286,2285,2284,2286,2285,42,491,1404,3747,0,2287,2285,2286,2287,2285,2286,42,3747,1412,525,0,2286,2284,2153,2286,2284,2153,42,3747,525,2950,0,2286,2153,2155,2286,2153,2155,42,2950,1571,3747,0,2155,2288,2286,2155,2288,2286,42,491,3747,1571,0,2287,2286,2288,2287,2286,2288,42,1571,2950,524,0,2288,2155,2157,2288,2155,2157,42,1643,491,1571,0,2289,2287,2288,2289,2287,2288,42,1571,3748,1643,0,2288,2290,2289,2288,2290,2289,42,490,1643,3748,0,2291,2289,2290,2291,2289,2290,42,3748,1571,524,0,2290,2288,2157,2290,2288,2157,42,3748,524,1123,0,2290,2157,2159,2290,2157,2159,42,1123,1704,3748,0,2159,2292,2290,2159,2292,2290,42,490,3748,1704,0,2291,2290,2292,2291,2290,2292,42,1704,1123,523,0,2292,2159,2161,2292,2159,2161,42,3749,490,1704,0,2293,2291,2292,2293,2291,2292,42,1704,1113,3749,0,2292,2163,2293,2292,2163,2293,42,522,3749,1113,0,2165,2293,2163,2165,2293,2163,42,1113,1704,523,0,2163,2292,2161,2163,2292,2161,42,1297,490,3749,0,2294,2291,2293,2294,2291,2293,42,3749,1347,1297,0,2293,2295,2294,2293,2295,2294,42,489,1297,1347,0,2296,2294,2295,2296,2294,2295,42,1347,3749,522,0,2295,2293,2165,2295,2293,2165,42,1444,489,1347,0,2297,2296,2295,2297,2296,2295,42,1347,3750,1444,0,2295,2298,2297,2295,2298,2297,42,488,1444,3750,0,2299,2297,2298,2299,2297,2298,42,3750,1347,522,0,2298,2295,2165,2298,2295,2165,42,3750,522,3040,0,2298,2165,2167,2298,2165,2167,42,3040,1361,3750,0,2167,2300,2298,2167,2300,2298,42,488,3750,1361,0,2299,2298,2300,2299,2298,2300,42,1361,3040,521,0,2300,2167,2169,2300,2167,2169,42,3751,488,1361,0,2301,2299,2300,2301,2299,2300,42,1361,2919,3751,0,2300,2171,2301,2300,2171,2301,42,520,3751,2919,0,2173,2301,2171,2173,2301,2171,42,2919,1361,521,0,2171,2300,2169,2171,2300,2169,42,1296,488,3751,0,2302,2299,2301,2302,2299,2301,42,3751,3197,1296,0,2301,2303,2302,2301,2303,2302,42,487,1296,3197,0,2304,2302,2303,2304,2302,2303,42,3197,3751,520,0,2303,2301,2173,2303,2301,2173,42,1172,487,3197,0,2305,2304,2303,2305,2304,2303,42,3197,3752,1172,0,2303,2306,2305,2303,2306,2305,42,486,1172,3752,0,2307,2305,2306,2307,2305,2306,42,3752,3197,520,0,2306,2303,2173,2306,2303,2173,42,3752,520,1687,0,2306,2173,2175,2306,2173,2175,42,1687,1106,3752,0,2175,2308,2306,2175,2308,2306,42,486,3752,1106,0,2307,2306,2308,2307,2306,2308,42,1106,1687,519,0,2308,2175,2177,2308,2175,2177,42,2381,486,1106,0,2309,2307,2308,2309,2307,2308,42,1106,3753,2381,0,2308,2310,2309,2308,2310,2309,42,485,2381,3753,0,2311,2309,2310,2311,2309,2310,42,3753,1106,519,0,2310,2308,2177,2310,2308,2177,42,3753,519,2924,0,2310,2177,2180,2310,2177,2180,42,2924,2441,3753,0,2180,2312,2310,2180,2312,2310,42,485,3753,2441,0,2311,2310,2312,2311,2310,2312,42,2441,2924,518,0,2312,2180,2182,2312,2180,2182,42,3754,485,2441,0,2313,2311,2312,2313,2311,2312,42,2441,3066,3754,0,2312,2183,2313,2312,2183,2313,42,517,3754,3066,0,2185,2313,2183,2185,2313,2183,42,3066,2441,518,0,2183,2312,2182,2183,2312,2182,42,2283,485,3754,0,2314,2311,2313,2314,2311,2313,42,3754,2336,2283,0,2313,2315,2314,2313,2315,2314,42,484,2283,2336,0,2316,2314,2315,2316,2314,2315,42,2336,3754,517,0,2315,2313,2185,2315,2313,2185,42,3755,484,2336,0,2317,2316,2315,2317,2316,2315,42,2336,2827,3755,0,2315,2187,2317,2315,2187,2317,42,516,3755,2827,0,2189,2317,2187,2189,2317,2187,42,2827,2336,517,0,2187,2315,2185,2187,2315,2185,42,2288,484,3755,0,2318,2316,2317,2318,2316,2317,42,3755,2740,2288,0,2317,2319,2318,2317,2319,2318,42,483,2288,2740,0,2320,2318,2319,2320,2318,2319,42,2740,3755,516,0,2319,2317,2189,2319,2317,2189,42,3756,483,2740,0,2321,2320,2319,2321,2320,2319,42,2740,2834,3756,0,2319,2192,2321,2319,2192,2321,42,515,3756,2834,0,2194,2321,2192,2194,2321,2192,42,2834,2740,516,0,2192,2319,2189,2192,2319,2189,42,2311,483,3756,0,2322,2320,2321,2322,2320,2321,42,3756,2354,2311,0,2321,2323,2322,2321,2323,2322,42,482,2311,2354,0,2324,2322,2323,2324,2322,2323,42,2354,3756,515,0,2323,2321,2194,2323,2321,2194,42,2323,482,2354,0,2325,2324,2323,2325,2324,2323,42,2354,3757,2323,0,2323,2326,2325,2323,2326,2325,42,481,2323,3757,0,2327,2325,2326,2327,2325,2326,42,3757,2354,515,0,2326,2323,2194,2326,2323,2194,42,3757,515,2857,0,2326,2194,2195,2326,2194,2195,42,2857,2505,3757,0,2195,2328,2326,2195,2328,2326,42,481,3757,2505,0,2327,2326,2328,2327,2326,2328,42,2505,2857,514,0,2328,2195,2197,2328,2195,2197,42,2333,481,2505,0,2329,2327,2328,2329,2327,2328,42,2505,3758,2333,0,2328,2330,2329,2328,2330,2329,42,480,2333,3758,0,2331,2329,2330,2331,2329,2330,42,3758,2505,514,0,2330,2328,2197,2330,2328,2197,42,3758,514,2871,0,2330,2197,2199,2330,2197,2199,42,2871,2376,3758,0,2199,2332,2330,2199,2332,2330,42,480,3758,2376,0,2331,2330,2332,2331,2330,2332,42,2376,2871,513,0,2332,2199,2201,2332,2199,2201,42,3759,480,2376,0,2333,2331,2332,2333,2331,2332,42,2376,2884,3759,0,2332,2203,2333,2332,2203,2333,42,512,3759,2884,0,2205,2333,2203,2205,2333,2203,42,2884,2376,513,0,2203,2332,2201,2203,2332,2201,42,2191,480,3759,0,2334,2331,2333,2334,2331,2333,42,3759,2240,2191,0,2333,2335,2334,2333,2335,2334,42,479,2191,2240,0,2336,2334,2335,2336,2334,2335,42,2240,3759,512,0,2335,2333,2205,2335,2333,2205,42,2175,479,2240,0,2337,2336,2335,2337,2336,2335,42,2240,3760,2175,0,2335,2338,2337,2335,2338,2337,42,478,2175,3760,0,2339,2337,2338,2339,2337,2338,42,3760,2240,512,0,2338,2335,2205,2338,2335,2205,42,3760,512,2720,0,2338,2205,2208,2338,2205,2208,42,2720,1305,3760,0,2208,2340,2338,2208,2340,2338,42,478,3760,1305,0,2339,2338,2340,2339,2338,2340,42,1305,2720,511,0,2340,2208,2210,2340,2208,2210,42,3761,478,1305,0,2341,2339,2340,2341,2339,2340,42,1305,2982,3761,0,2340,2212,2341,2340,2212,2341,42,510,3761,2982,0,2214,2341,2212,2214,2341,2212,42,2982,1305,511,0,2212,2340,2210,2212,2340,2210,42,1364,478,3761,0,2342,2339,2341,2342,2339,2341,42,3761,1417,1364,0,2341,2343,2342,2341,2343,2342,42,477,1364,1417,0,2344,2342,2343,2344,2342,2343,42,1417,3761,510,0,2343,2341,2214,2343,2341,2214,42,3762,477,1417,0,2345,2344,2343,2345,2344,2343,42,1417,2956,3762,0,2343,2215,2345,2343,2215,2345,42,509,3762,2956,0,2217,2345,2215,2217,2345,2215,42,2956,1417,510,0,2215,2343,2214,2215,2343,2214,42,1355,477,3762,0,2346,2344,2345,2346,2344,2345,42,3762,1277,1355,0,2345,2347,2346,2345,2347,2346,42,476,1355,1277,0,2348,2346,2347,2348,2346,2347,42,1277,3762,509,0,2347,2345,2217,2347,2345,2217,42,3763,476,1277,0,2349,2348,2347,2349,2348,2347,42,1277,1094,3763,0,2347,2219,2349,2347,2219,2349,42,508,3763,1094,0,2221,2349,2219,2221,2349,2219,42,1094,1277,509,0,2219,2347,2217,2219,2347,2217,42,1732,476,3763,0,2350,2348,2349,2350,2348,2349,42,3763,1641,1732,0,2349,2351,2350,2349,2351,2350,42,475,1732,1641,0,2352,2350,2351,2352,2350,2351,42,1641,3763,508,0,2351,2349,2221,2351,2349,2221,42,3764,475,1641,0,2353,2352,2351,2353,2352,2351,42,1641,3182,3764,0,2351,2223,2353,2351,2223,2353,42,507,3764,3182,0,2225,2353,2223,2225,2353,2223,42,3182,1641,508,0,2223,2351,2221,2223,2351,2221,42,1572,475,3764,0,2354,2352,2353,2354,2352,2353,42,3764,1374,1572,0,2353,2355,2354,2353,2355,2354,42,474,1572,1374,0,2356,2354,2355,2356,2354,2355,42,1374,3764,507,0,2355,2353,2225,2355,2353,2225,42,1437,474,1374,0,2357,2356,2355,2357,2356,2355,42,1374,3765,1437,0,2355,2358,2357,2355,2358,2357,42,473,1437,3765,0,2359,2357,2358,2359,2357,2358,42,3765,1374,507,0,2358,2355,2225,2358,2355,2225,42,3765,507,3054,0,2358,2225,2228,2358,2225,2228,42,3054,1346,3765,0,2228,2360,2358,2228,2360,2358,42,473,3765,1346,0,2359,2358,2360,2359,2358,2360,42,1346,3054,506,0,2360,2228,2230,2360,2228,2230,42,2069,473,1346,0,2361,2359,2360,2361,2359,2360,42,1346,3766,2069,0,2360,2362,2361,2360,2362,2361,42,472,2069,3766,0,2363,2361,2362,2363,2361,2362,42,3766,1346,506,0,2362,2360,2230,2362,2360,2230,42,3766,506,1557,0,2362,2230,2232,2362,2230,2232,42,1557,2136,3766,0,2232,2364,2362,2232,2364,2362,42,472,3766,2136,0,2363,2362,2364,2363,2362,2364,42,2136,1557,505,0,2364,2232,2234,2364,2232,2234,42,2180,472,2136,0,2365,2363,2364,2365,2363,2364,42,2136,3767,2180,0,2364,2366,2365,2364,2366,2365,42,471,2180,3767,0,2367,2365,2366,2367,2365,2366,42,3767,2136,505,0,2366,2364,2234,2366,2364,2234,42,3767,505,1711,0,2366,2234,2236,2366,2234,2236,42,1711,2120,3767,0,2236,2368,2366,2236,2368,2366,42,471,3767,2120,0,2367,2366,2368,2367,2366,2368,42,2120,1711,504,0,2368,2236,2238,2368,2236,2238,42,3768,471,2120,0,2369,2367,2368,2369,2367,2368,42,2120,1556,3768,0,2368,2239,2369,2368,2239,2369,42,503,3768,1556,0,2241,2369,2239,2241,2369,2239,42,1556,2120,504,0,2239,2368,2238,2239,2368,2238,42,2026,471,3768,0,2370,2367,2369,2370,2367,2369,42,3768,2482,2026,0,2369,2371,2370,2369,2371,2370,42,470,2026,2482,0,2372,2370,2371,2372,2370,2371,42,2482,3768,503,0,2371,2369,2241,2371,2369,2241,42,2543,470,2482,0,2373,2372,2371,2373,2372,2371,42,2482,3769,2543,0,2371,2374,2373,2371,2374,2373,42,469,2543,3769,0,2375,2373,2374,2375,2373,2374,42,3769,2482,503,0,2374,2371,2241,2374,2371,2241,42,3769,503,3119,0,2374,2241,2243,2374,2241,2243,42,3119,2621,3769,0,2243,2376,2374,2243,2376,2374,42,469,3769,2621,0,2375,2374,2376,2375,2374,2376,42,2621,3119,502,0,2376,2243,2245,2376,2243,2245,42,2506,469,2621,0,2377,2375,2376,2377,2375,2376,42,2621,3770,2506,0,2376,2378,2377,2376,2378,2377,42,468,2506,3770,0,2379,2377,2378,2379,2377,2378,42,3770,2621,502,0,2378,2376,2245,2378,2376,2245,42,3770,502,3129,0,2378,2245,2247,2378,2245,2247,42,3129,2721,3770,0,2247,2380,2378,2247,2380,2378,42,468,3770,2721,0,2379,2378,2380,2379,2378,2380,42,2721,3129,501,0,2380,2247,2249,2380,2247,2249,42,2513,468,2721,0,2381,2379,2380,2381,2379,2380,42,2721,3771,2513,0,2380,2382,2381,2380,2382,2381,42,467,2513,3771,0,2383,2381,2382,2383,2381,2382,42,3771,2721,501,0,2382,2380,2249,2382,2380,2249,42,3771,501,3098,0,2382,2249,2251,2382,2249,2251,42,3098,2596,3771,0,2251,2384,2382,2251,2384,2382,42,467,3771,2596,0,2383,2382,2384,2383,2382,2384,42,2596,3098,500,0,2384,2251,2253,2384,2251,2253,42,1953,467,2596,0,2385,2383,2384,2385,2383,2384,42,2596,3772,1953,0,2384,2386,2385,2384,2386,2385,42,466,1953,3772,0,2387,2385,2386,2387,2385,2386,42,3772,2596,500,0,2386,2384,2253,2386,2384,2253,42,3772,500,3101,0,2386,2253,2255,2386,2253,2255,42,3101,2033,3772,0,2255,2388,2386,2255,2388,2386,42,466,3772,2033,0,2387,2386,2388,2387,2386,2388,42,2033,3101,499,0,2388,2255,2257,2388,2255,2257,42,3773,466,2033,0,2389,2387,2388,2389,2387,2388,42,2033,2628,3773,0,2388,2260,2389,2388,2260,2389,42,498,3773,2628,0,2262,2389,2260,2262,2389,2260,42,2628,2033,499,0,2260,2388,2257,2260,2388,2257,42,2087,466,3773,0,2390,2387,2389,2390,2387,2389,42,3773,2039,2087,0,2389,2391,2390,2389,2391,2390,42,465,2087,2039,0,2392,2390,2391,2392,2390,2391,42,2039,3773,498,0,2391,2389,2262,2391,2389,2262,42,3774,465,2039,0,2393,2392,2391,2393,2392,2391,42,2039,2770,3774,0,2391,2264,2393,2391,2264,2393,42,497,3774,2770,0,2266,2393,2264,2266,2393,2264,42,2770,2039,498,0,2264,2391,2262,2264,2391,2262,42,2221,465,3774,0,2394,2392,2393,2394,2392,2393,42,3774,2050,2221,0,2393,2395,2394,2393,2395,2394,42,464,2221,2050,0,2396,2394,2395,2396,2394,2395,42,2050,3774,497,0,2395,2393,2266,2395,2393,2266,42,3775,464,2050,0,2397,2396,2395,2397,2396,2395,42,2050,2397,3775,0,2395,2268,2397,2395,2268,2397,42,495,3775,2397,0,2270,2397,2268,2270,2397,2268,42,2397,2050,497,0,2268,2395,2266,2268,2395,2266,42,1872,464,3775,0,2398,2396,2397,2398,2396,2397,42,3775,1471,1872,0,2397,2399,2398,2397,2399,2398,42,462,1872,1471,0,2400,2398,2399,2400,2398,2399,42,1471,3775,495,0,2399,2397,2270,2399,2397,2270,42,3776,462,1471,0,2401,2400,2399,2401,2400,2399,42,1471,2504,3776,0,2399,2272,2401,2399,2272,2401,42,496,3776,2504,0,2274,2401,2272,2274,2401,2272,42,2504,1471,495,0,2272,2399,2270,2272,2399,2270,42,1952,462,3776,0,2402,2400,2401,2402,2400,2401,42,3776,2038,1952,0,2401,2403,2402,2401,2403,2402,42,463,1952,2038,0,2404,2402,2403,2404,2402,2403,42,2038,3776,496,0,2403,2401,2274,2403,2401,2274,42,1621,461,1644,0,2405,2406,2407,2405,2406,2407,42,1644,3777,1621,0,2407,2408,2405,2407,2408,2405,42,460,1621,3777,0,2409,2405,2408,2409,2405,2408,42,3777,1644,494,0,2408,2407,2276,2408,2407,2276,42,3777,494,1098,0,2408,2276,2278,2408,2276,2278,42,1098,1512,3777,0,2278,2410,2408,2278,2410,2408,42,460,3777,1512,0,2409,2408,2410,2409,2408,2410,42,1512,1098,493,0,2410,2278,2280,2410,2278,2280,42,3778,460,1512,0,2411,2409,2410,2411,2409,2410,42,1512,1356,3778,0,2410,2281,2411,2410,2281,2411,42,492,3778,1356,0,2283,2411,2281,2283,2411,2281,42,1356,1512,493,0,2281,2410,2280,2281,2410,2280,42,1934,460,3778,0,2412,2409,2411,2412,2409,2411,42,3778,1971,1934,0,2411,2413,2412,2411,2413,2412,42,459,1934,1971,0,2414,2412,2413,2414,2412,2413,42,1971,3778,492,0,2413,2411,2283,2413,2411,2283,42,3779,459,1971,0,2415,2414,2413,2415,2414,2413,42,1971,1404,3779,0,2413,2285,2415,2413,2285,2415,42,491,3779,1404,0,2287,2415,2285,2287,2415,2285,42,1404,1971,492,0,2285,2413,2283,2285,2413,2283,42,1921,459,3779,0,2416,2414,2415,2416,2414,2415,42,3779,2075,1921,0,2415,2417,2416,2415,2417,2416,42,458,1921,2075,0,2418,2416,2417,2418,2416,2417,42,2075,3779,491,0,2417,2415,2287,2417,2415,2287,42,2219,458,2075,0,2419,2418,2417,2419,2418,2417,42,2075,3780,2219,0,2417,2420,2419,2417,2420,2419,42,457,2219,3780,0,2421,2419,2420,2421,2419,2420,42,3780,2075,491,0,2420,2417,2287,2420,2417,2287,42,3780,491,1643,0,2420,2287,2289,2420,2287,2289,42,1643,2110,3780,0,2289,2422,2420,2289,2422,2420,42,457,3780,2110,0,2421,2420,2422,2421,2420,2422,42,2110,1643,490,0,2422,2289,2291,2422,2289,2291,42,1834,457,2110,0,2423,2421,2422,2423,2421,2422,42,2110,3781,1834,0,2422,2424,2423,2422,2424,2423,42,456,1834,3781,0,2425,2423,2424,2425,2423,2424,42,3781,2110,490,0,2424,2422,2291,2424,2422,2291,42,3781,490,1297,0,2424,2291,2294,2424,2291,2294,42,1297,1860,3781,0,2294,2426,2424,2294,2426,2424,42,456,3781,1860,0,2425,2424,2426,2425,2424,2426,42,1860,1297,489,0,2426,2294,2296,2426,2294,2296,42,3782,456,1860,0,2427,2425,2426,2427,2425,2426,42,1860,1444,3782,0,2426,2297,2427,2426,2297,2427,42,488,3782,1444,0,2299,2427,2297,2299,2427,2297,42,1444,1860,489,0,2297,2426,2296,2297,2426,2296,42,1980,456,3782,0,2428,2425,2427,2428,2425,2427,42,3782,1846,1980,0,2427,2429,2428,2427,2429,2428,42,455,1980,1846,0,2430,2428,2429,2430,2428,2429,42,1846,3782,488,0,2429,2427,2299,2429,2427,2299,42,1841,455,1846,0,2431,2430,2429,2431,2430,2429,42,1846,3783,1841,0,2429,2432,2431,2429,2432,2431,42,454,1841,3783,0,2433,2431,2432,2433,2431,2432,42,3783,1846,488,0,2432,2429,2299,2432,2429,2299,42,3783,488,1296,0,2432,2299,2302,2432,2299,2302,42,1296,2663,3783,0,2302,2434,2432,2302,2434,2432,42,454,3783,2663,0,2433,2432,2434,2433,2432,2434,42,2663,1296,487,0,2434,2302,2304,2434,2302,2304,42,3784,454,2663,0,2435,2433,2434,2435,2433,2434,42,2663,1172,3784,0,2434,2305,2435,2434,2305,2435,42,486,3784,1172,0,2307,2435,2305,2307,2435,2305,42,1172,2663,487,0,2305,2434,2304,2305,2434,2304,42,2785,454,3784,0,2436,2433,2435,2436,2433,2435,42,3784,2675,2785,0,2435,2437,2436,2435,2437,2436,42,453,2785,2675,0,2438,2436,2437,2438,2436,2437,42,2675,3784,486,0,2437,2435,2307,2437,2435,2307,42,1756,453,2675,0,2439,2438,2437,2439,2438,2437,42,2675,3785,1756,0,2437,2440,2439,2437,2440,2439,42,452,1756,3785,0,2441,2439,2440,2441,2439,2440,42,3785,2675,486,0,2440,2437,2307,2440,2437,2307,42,3785,486,2381,0,2440,2307,2309,2440,2307,2309,42,2381,1919,3785,0,2309,2442,2440,2309,2442,2440,42,452,3785,1919,0,2441,2440,2442,2441,2440,2442,42,1919,2381,485,0,2442,2309,2311,2442,2309,2311,42,1762,452,1919,0,2443,2441,2442,2443,2441,2442,42,1919,3786,1762,0,2442,2444,2443,2442,2444,2443,42,451,1762,3786,0,2445,2443,2444,2445,2443,2444,42,3786,1919,485,0,2444,2442,2311,2444,2442,2311,42,3786,485,2283,0,2444,2311,2314,2444,2311,2314,42,2283,1781,3786,0,2314,2446,2444,2314,2446,2444,42,451,3786,1781,0,2445,2444,2446,2445,2444,2446,42,1781,2283,484,0,2446,2314,2316,2446,2314,2316,42,1780,451,1781,0,2447,2445,2446,2447,2445,2446,42,1781,3787,1780,0,2446,2448,2447,2446,2448,2447,42,450,1780,3787,0,2449,2447,2448,2449,2447,2448,42,3787,1781,484,0,2448,2446,2316,2448,2446,2316,42,3787,484,2288,0,2448,2316,2318,2448,2316,2318,42,2288,2200,3787,0,2318,2450,2448,2318,2450,2448,42,450,3787,2200,0,2449,2448,2450,2449,2448,2450,42,2200,2288,483,0,2450,2318,2320,2450,2318,2320,42,3788,450,2200,0,2451,2449,2450,2451,2449,2450,42,2200,2311,3788,0,2450,2322,2451,2450,2322,2451,42,482,3788,2311,0,2324,2451,2322,2324,2451,2322,42,2311,2200,483,0,2322,2450,2320,2322,2450,2320,42,1793,450,3788,0,2452,2449,2451,2452,2449,2451,42,3788,1815,1793,0,2451,2453,2452,2451,2453,2452,42,449,1793,1815,0,2454,2452,2453,2454,2452,2453,42,1815,3788,482,0,2453,2451,2324,2453,2451,2324,42,1804,449,1815,0,2455,2454,2453,2455,2454,2453,42,1815,3789,1804,0,2453,2456,2455,2453,2456,2455,42,448,1804,3789,0,2457,2455,2456,2457,2455,2456,42,3789,1815,482,0,2456,2453,2324,2456,2453,2324,42,3789,482,2323,0,2456,2324,2325,2456,2324,2325,42,2323,1983,3789,0,2325,2458,2456,2325,2458,2456,42,448,3789,1983,0,2457,2456,2458,2457,2456,2458,42,1983,2323,481,0,2458,2325,2327,2458,2325,2327,42,1933,448,1983,0,2459,2457,2458,2459,2457,2458,42,1983,3790,1933,0,2458,2460,2459,2458,2460,2459,42,447,1933,3790,0,2461,2459,2460,2461,2459,2460,42,3790,1983,481,0,2460,2458,2327,2460,2458,2327,42,3790,481,2333,0,2460,2327,2329,2460,2327,2329,42,2333,1814,3790,0,2329,2462,2460,2329,2462,2460,42,447,3790,1814,0,2461,2460,2462,2461,2460,2462,42,1814,2333,480,0,2462,2329,2331,2462,2329,2331,42,1630,447,1814,0,2463,2461,2462,2463,2461,2462,42,1814,3791,1630,0,2462,2464,2463,2462,2464,2463,42,446,1630,3791,0,2465,2463,2464,2465,2463,2464,42,3791,1814,480,0,2464,2462,2331,2464,2462,2331,42,3791,480,2191,0,2464,2331,2334,2464,2331,2334,42,2191,1681,3791,0,2334,2466,2464,2334,2466,2464,42,446,3791,1681,0,2465,2464,2466,2465,2464,2466,42,1681,2191,479,0,2466,2334,2336,2466,2334,2336,42,1610,446,1681,0,2467,2465,2466,2467,2465,2466,42,1681,3792,1610,0,2466,2468,2467,2466,2468,2467,42,445,1610,3792,0,2469,2467,2468,2469,2467,2468,42,3792,1681,479,0,2468,2466,2336,2468,2466,2336,42,3792,479,2175,0,2468,2336,2337,2468,2336,2337,42,2175,1796,3792,0,2337,2470,2468,2337,2470,2468,42,445,3792,1796,0,2469,2468,2470,2469,2468,2470,42,1796,2175,478,0,2470,2337,2339,2470,2337,2339,42,3793,445,1796,0,2471,2469,2470,2471,2469,2470,42,1796,1364,3793,0,2470,2342,2471,2470,2342,2471,42,477,3793,1364,0,2344,2471,2342,2344,2471,2342,42,1364,1796,478,0,2342,2470,2339,2342,2470,2339,42,1879,445,3793,0,2472,2469,2471,2472,2469,2471,42,3793,1935,1879,0,2471,2473,2472,2471,2473,2472,42,444,1879,1935,0,2474,2472,2473,2474,2472,2473,42,1935,3793,477,0,2473,2471,2344,2473,2471,2344,42,3794,444,1935,0,2475,2474,2473,2475,2474,2473,42,1935,1355,3794,0,2473,2346,2475,2473,2346,2475,42,476,3794,1355,0,2348,2475,2346,2348,2475,2346,42,1355,1935,477,0,2346,2473,2344,2346,2473,2344,42,2105,444,3794,0,2476,2474,2475,2476,2474,2475,42,3794,2157,2105,0,2475,2477,2476,2475,2477,2476,42,443,2105,2157,0,2478,2476,2477,2478,2476,2477,42,2157,3794,476,0,2477,2475,2348,2477,2475,2348,42,3795,443,2157,0,2479,2478,2477,2479,2478,2477,42,2157,1732,3795,0,2477,2350,2479,2477,2350,2479,42,475,3795,1732,0,2352,2479,2350,2352,2479,2350,42,1732,2157,476,0,2350,2477,2348,2350,2477,2348,42,2226,443,3795,0,2480,2478,2479,2480,2478,2479,42,3795,2143,2226,0,2479,2481,2480,2479,2481,2480,42,442,2226,2143,0,2482,2480,2481,2482,2480,2481,42,2143,3795,475,0,2481,2479,2352,2481,2479,2352,42,3796,442,2143,0,2483,2482,2481,2483,2482,2481,42,2143,1572,3796,0,2481,2354,2483,2481,2354,2483,42,474,3796,1572,0,2356,2483,2354,2356,2483,2354,42,1572,2143,475,0,2354,2481,2352,2354,2481,2352,42,2083,442,3796,0,2484,2482,2483,2484,2482,2483,42,3796,1867,2083,0,2483,2485,2484,2483,2485,2484,42,441,2083,1867,0,2486,2484,2485,2486,2484,2485,42,1867,3796,474,0,2485,2483,2356,2485,2483,2356,42,3797,441,1867,0,2487,2486,2485,2487,2486,2485,42,1867,1437,3797,0,2485,2357,2487,2485,2357,2487,42,473,3797,1437,0,2359,2487,2357,2359,2487,2357,42,1437,1867,474,0,2357,2485,2356,2357,2485,2356,42,1976,441,3797,0,2488,2486,2487,2488,2486,2487,42,3797,1885,1976,0,2487,2489,2488,2487,2489,2488,42,440,1976,1885,0,2490,2488,2489,2490,2488,2489,42,1885,3797,473,0,2489,2487,2359,2489,2487,2359,42,3798,440,1885,0,2491,2490,2489,2491,2490,2489,42,1885,2069,3798,0,2489,2361,2491,2489,2361,2491,42,472,3798,2069,0,2363,2491,2361,2363,2491,2361,42,2069,1885,473,0,2361,2489,2359,2361,2489,2359,42,2602,440,3798,0,2492,2490,2491,2492,2490,2491,42,3798,2658,2602,0,2491,2493,2492,2491,2493,2492,42,439,2602,2658,0,2494,2492,2493,2494,2492,2493,42,2658,3798,472,0,2493,2491,2363,2493,2491,2363,42,2569,439,2658,0,2495,2494,2493,2495,2494,2493,42,2658,3799,2569,0,2493,2496,2495,2493,2496,2495,42,438,2569,3799,0,2497,2495,2496,2497,2495,2496,42,3799,2658,472,0,2496,2493,2363,2496,2493,2363,42,3799,472,2180,0,2496,2363,2365,2496,2363,2365,42,2180,2611,3799,0,2365,2498,2496,2365,2498,2496,42,438,3799,2611,0,2497,2496,2498,2497,2496,2498,42,2611,2180,471,0,2498,2365,2367,2498,2365,2367,42,3800,438,2611,0,2499,2497,2498,2499,2497,2498,42,2611,2026,3800,0,2498,2370,2499,2498,2370,2499,42,470,3800,2026,0,2372,2499,2370,2372,2499,2370,42,2026,2611,471,0,2370,2498,2367,2370,2498,2367,42,2583,438,3800,0,2500,2497,2499,2500,2497,2499,42,3800,1985,2583,0,2499,2501,2500,2499,2501,2500,42,437,2583,1985,0,2502,2500,2501,2502,2500,2501,42,1985,3800,470,0,2501,2499,2372,2501,2499,2372,42,3801,437,1985,0,2503,2502,2501,2503,2502,2501,42,1985,2543,3801,0,2501,2373,2503,2501,2373,2503,42,469,3801,2543,0,2375,2503,2373,2375,2503,2373,42,2543,1985,470,0,2373,2501,2372,2373,2501,2372,42,2029,437,3801,0,2504,2502,2503,2504,2502,2503,42,3801,2066,2029,0,2503,2505,2504,2503,2505,2504,42,436,2029,2066,0,2506,2504,2505,2506,2504,2505,42,2066,3801,469,0,2505,2503,2375,2505,2503,2375,42,2030,436,2066,0,2507,2506,2505,2507,2506,2505,42,2066,3802,2030,0,2505,2508,2507,2505,2508,2507,42,435,2030,3802,0,2509,2507,2508,2509,2507,2508,42,3802,2066,469,0,2508,2505,2375,2508,2505,2375,42,3802,469,2506,0,2508,2375,2377,2508,2375,2377,42,2506,2196,3802,0,2377,2510,2508,2377,2510,2508,42,435,3802,2196,0,2509,2508,2510,2509,2508,2510,42,2196,2506,468,0,2510,2377,2379,2510,2377,2379,42,2100,435,2196,0,2511,2509,2510,2511,2509,2510,42,2196,3803,2100,0,2510,2512,2511,2510,2512,2511,42,434,2100,3803,0,2513,2511,2512,2513,2511,2512,42,3803,2196,468,0,2512,2510,2379,2512,2510,2379,42,3803,468,2513,0,2512,2379,2381,2512,2379,2381,42,2513,2032,3803,0,2381,2514,2512,2381,2514,2512,42,434,3803,2032,0,2513,2512,2514,2513,2512,2514,42,2032,2513,467,0,2514,2381,2383,2514,2381,2383,42,1453,434,2032,0,2515,2513,2514,2515,2513,2514,42,2032,3804,1453,0,2514,2516,2515,2514,2516,2515,42,433,1453,3804,0,2517,2515,2516,2517,2515,2516,42,3804,2032,467,0,2516,2514,2383,2516,2514,2383,42,3804,467,1953,0,2516,2383,2385,2516,2383,2385,42,1953,1496,3804,0,2385,2518,2516,2385,2518,2516,42,433,3804,1496,0,2517,2516,2518,2517,2516,2518,42,1496,1953,466,0,2518,2385,2387,2518,2385,2387,42,1586,433,1496,0,2519,2517,2518,2519,2517,2518,42,1496,3805,1586,0,2518,2520,2519,2518,2520,2519,42,432,1586,3805,0,2521,2519,2520,2521,2519,2520,42,3805,1496,466,0,2520,2518,2387,2520,2518,2387,42,3805,466,2087,0,2520,2387,2390,2520,2387,2390,42,2087,1508,3805,0,2390,2522,2520,2390,2522,2520,42,432,3805,1508,0,2521,2520,2522,2521,2520,2522,42,1508,2087,465,0,2522,2390,2392,2522,2390,2392,42,3806,432,1508,0,2523,2521,2522,2523,2521,2522,42,1508,2221,3806,0,2522,2394,2523,2522,2394,2523,42,464,3806,2221,0,2396,2523,2394,2396,2523,2394,42,2221,1508,465,0,2394,2522,2392,2394,2522,2392,42,1715,432,3806,0,2524,2521,2523,2524,2521,2523,42,3806,1495,1715,0,2523,2525,2524,2523,2525,2524,42,431,1715,1495,0,2526,2524,2525,2526,2524,2525,42,1495,3806,464,0,2525,2523,2396,2525,2523,2396,42,3807,431,1495,0,2527,2526,2525,2527,2526,2525,42,1495,1872,3807,0,2525,2398,2527,2525,2398,2527,42,462,3807,1872,0,2400,2527,2398,2400,2527,2398,42,1872,1495,464,0,2398,2525,2396,2398,2525,2396,42,1421,431,3807,0,2528,2526,2527,2528,2526,2527,42,3807,2084,1421,0,2527,2529,2528,2527,2529,2528,42,429,1421,2084,0,2530,2528,2529,2530,2528,2529,42,2084,3807,462,0,2529,2527,2400,2529,2527,2400,42,3808,429,2084,0,2531,2530,2529,2531,2530,2529,42,2084,1952,3808,0,2529,2402,2531,2529,2402,2531,42,463,3808,1952,0,2404,2531,2402,2404,2531,2402,42,1952,2084,462,0,2402,2529,2400,2402,2529,2400,42,1345,429,3808,0,2532,2530,2531,2532,2530,2531,42,3808,1482,1345,0,2531,2533,2532,2531,2533,2532,42,430,1345,1482,0,2534,2532,2533,2534,2532,2533,42,1482,3808,463,0,2533,2531,2404,2533,2531,2404,42,2190,428,2202,0,2535,2536,2537,2535,2536,2537,42,2202,3809,2190,0,2537,2538,2535,2537,2538,2535,42,427,2190,3809,0,2539,2535,2538,2539,2535,2538,42,3809,2202,461,0,2538,2537,2406,2538,2537,2406,42,3809,461,1621,0,2538,2406,2405,2538,2406,2405,42,1621,2106,3809,0,2405,2540,2538,2405,2540,2538,42,427,3809,2106,0,2539,2538,2540,2539,2538,2540,42,2106,1621,460,0,2540,2405,2409,2540,2405,2409,42,2442,427,2106,0,2541,2539,2540,2541,2539,2540,42,2106,3810,2442,0,2540,2542,2541,2540,2542,2541,42,426,2442,3810,0,2543,2541,2542,2543,2541,2542,42,3810,2106,460,0,2542,2540,2409,2542,2540,2409,42,3810,460,1934,0,2542,2409,2412,2542,2409,2412,42,1934,2490,3810,0,2412,2544,2542,2412,2544,2542,42,426,3810,2490,0,2543,2542,2544,2543,2542,2544,42,2490,1934,459,0,2544,2412,2414,2544,2412,2414,42,2351,426,2490,0,2545,2543,2544,2545,2543,2544,42,2490,3811,2351,0,2544,2546,2545,2544,2546,2545,42,425,2351,3811,0,2547,2545,2546,2547,2545,2546,42,3811,2490,459,0,2546,2544,2414,2546,2544,2414,42,3811,459,1921,0,2546,2414,2416,2546,2414,2416,42,1921,2669,3811,0,2416,2548,2546,2416,2548,2546,42,425,3811,2669,0,2547,2546,2548,2547,2546,2548,42,2669,1921,458,0,2548,2416,2418,2548,2416,2418,42,2767,425,2669,0,2549,2547,2548,2549,2547,2548,42,2669,3812,2767,0,2548,2550,2549,2548,2550,2549,42,424,2767,3812,0,2551,2549,2550,2551,2549,2550,42,3812,2669,458,0,2550,2548,2418,2550,2548,2418,42,3812,458,2219,0,2550,2418,2419,2550,2418,2419,42,2219,2682,3812,0,2419,2552,2550,2419,2552,2550,42,424,3812,2682,0,2551,2550,2552,2551,2550,2552,42,2682,2219,457,0,2552,2419,2421,2552,2419,2421,42,3813,424,2682,0,2553,2551,2552,2553,2551,2552,42,2682,1834,3813,0,2552,2423,2553,2552,2423,2553,42,456,3813,1834,0,2425,2553,2423,2425,2553,2423,42,1834,2682,457,0,2423,2552,2421,2423,2552,2421,42,2350,424,3813,0,2554,2551,2553,2554,2551,2553,42,3813,2406,2350,0,2553,2555,2554,2553,2555,2554,42,423,2350,2406,0,2556,2554,2555,2556,2554,2555,42,2406,3813,456,0,2555,2553,2425,2555,2553,2425,42,2508,423,2406,0,2557,2556,2555,2557,2556,2555,42,2406,3814,2508,0,2555,2558,2557,2555,2558,2557,42,422,2508,3814,0,2559,2557,2558,2559,2557,2558,42,3814,2406,456,0,2558,2555,2425,2558,2555,2425,42,3814,456,1980,0,2558,2425,2428,2558,2425,2428,42,1980,2427,3814,0,2428,2560,2558,2428,2560,2558,42,422,3814,2427,0,2559,2558,2560,2559,2558,2560,42,2427,1980,455,0,2560,2428,2430,2560,2428,2430,42,3815,422,2427,0,2561,2559,2560,2561,2559,2560,42,2427,1841,3815,0,2560,2431,2561,2560,2431,2561,42,454,3815,1841,0,2433,2561,2431,2433,2561,2431,42,1841,2427,455,0,2431,2560,2430,2431,2560,2430,42,2380,422,3815,0,2562,2559,2561,2562,2559,2561,42,3815,2172,2380,0,2561,2563,2562,2561,2563,2562,42,421,2380,2172,0,2564,2562,2563,2564,2562,2563,42,2172,3815,454,0,2563,2561,2433,2563,2561,2433,42,1580,421,2172,0,2565,2564,2563,2565,2564,2563,42,2172,3816,1580,0,2563,2566,2565,2563,2566,2565,42,420,1580,3816,0,2567,2565,2566,2567,2565,2566,42,3816,2172,454,0,2566,2563,2433,2566,2563,2433,42,3816,454,2785,0,2566,2433,2436,2566,2433,2436,42,2785,1666,3816,0,2436,2568,2566,2436,2568,2566,42,420,3816,1666,0,2567,2566,2568,2567,2566,2568,42,1666,2785,453,0,2568,2436,2438,2568,2436,2438,42,1587,420,1666,0,2569,2567,2568,2569,2567,2568,42,1666,3817,1587,0,2568,2570,2569,2568,2570,2569,42,419,1587,3817,0,2571,2569,2570,2571,2569,2570,42,3817,1666,453,0,2570,2568,2438,2570,2568,2438,42,3817,453,1756,0,2570,2438,2439,2570,2438,2439,42,1756,1803,3817,0,2439,2572,2570,2439,2572,2570,42,419,3817,1803,0,2571,2570,2572,2571,2570,2572,42,1803,1756,452,0,2572,2439,2441,2572,2439,2441,42,1612,419,1803,0,2573,2571,2572,2573,2571,2572,42,1803,3818,1612,0,2572,2574,2573,2572,2574,2573,42,418,1612,3818,0,2575,2573,2574,2575,2573,2574,42,3818,1803,452,0,2574,2572,2441,2574,2572,2441,42,3818,452,1762,0,2574,2441,2443,2574,2441,2443,42,1762,1689,3818,0,2443,2576,2574,2443,2576,2574,42,418,3818,1689,0,2575,2574,2576,2575,2574,2576,42,1689,1762,451,0,2576,2443,2445,2576,2443,2445,42,1623,418,1689,0,2577,2575,2576,2577,2575,2576,42,1689,3819,1623,0,2576,2578,2577,2576,2578,2577,42,417,1623,3819,0,2579,2577,2578,2579,2577,2578,42,3819,1689,451,0,2578,2576,2445,2578,2576,2445,42,3819,451,1780,0,2578,2445,2447,2578,2445,2447,42,1780,2103,3819,0,2447,2580,2578,2447,2580,2578,42,417,3819,2103,0,2579,2578,2580,2579,2578,2580,42,2103,1780,450,0,2580,2447,2449,2580,2447,2449,42,1633,417,2103,0,2581,2579,2580,2581,2579,2580,42,2103,3820,1633,0,2580,2582,2581,2580,2582,2581,42,416,1633,3820,0,2583,2581,2582,2583,2581,2582,42,3820,2103,450,0,2582,2580,2449,2582,2580,2449,42,3820,450,1793,0,2582,2449,2452,2582,2449,2452,42,1793,1724,3820,0,2452,2584,2582,2452,2584,2582,42,416,3820,1724,0,2583,2582,2584,2583,2582,2584,42,1724,1793,449,0,2584,2452,2454,2584,2452,2454,42,3821,416,1724,0,2585,2583,2584,2585,2583,2584,42,1724,1804,3821,0,2584,2455,2585,2584,2455,2585,42,448,3821,1804,0,2457,2585,2455,2457,2585,2455,42,1804,1724,449,0,2455,2584,2454,2455,2584,2454,42,1759,416,3821,0,2586,2583,2585,2586,2583,2585,42,3821,1831,1759,0,2585,2587,2586,2585,2587,2586,42,415,1759,1831,0,2588,2586,2587,2588,2586,2587,42,1831,3821,448,0,2587,2585,2457,2587,2585,2457,42,1746,415,1831,0,2589,2588,2587,2589,2588,2587,42,1831,3822,1746,0,2587,2590,2589,2587,2590,2589,42,414,1746,3822,0,2591,2589,2590,2591,2589,2590,42,3822,1831,448,0,2590,2587,2457,2590,2587,2457,42,3822,448,1933,0,2590,2457,2459,2590,2457,2459,42,1933,1688,3822,0,2459,2592,2590,2459,2592,2590,42,414,3822,1688,0,2591,2590,2592,2591,2590,2592,42,1688,1933,447,0,2592,2459,2461,2592,2459,2461,42,1463,414,1688,0,2593,2591,2592,2593,2591,2592,42,1688,3823,1463,0,2592,2594,2593,2592,2594,2593,42,413,1463,3823,0,2595,2593,2594,2595,2593,2594,42,3823,1688,447,0,2594,2592,2461,2594,2592,2461,42,3823,447,1630,0,2594,2461,2463,2594,2461,2463,42,1630,1543,3823,0,2463,2596,2594,2463,2596,2594,42,413,3823,1543,0,2595,2594,2596,2595,2594,2596,42,1543,1630,446,0,2596,2463,2465,2596,2463,2465,42,1459,413,1543,0,2597,2595,2596,2597,2595,2596,42,1543,3824,1459,0,2596,2598,2597,2596,2598,2597,42,412,1459,3824,0,2599,2597,2598,2599,2597,2598,42,3824,1543,446,0,2598,2596,2465,2598,2596,2465,42,3824,446,1610,0,2598,2465,2467,2598,2465,2467,42,1610,2734,3824,0,2467,2600,2598,2467,2600,2598,42,412,3824,2734,0,2599,2598,2600,2599,2598,2600,42,2734,1610,445,0,2600,2467,2469,2600,2467,2469,42,3825,412,2734,0,2601,2599,2600,2601,2599,2600,42,2734,1879,3825,0,2600,2472,2601,2600,2472,2601,42,444,3825,1879,0,2474,2601,2472,2474,2601,2472,42,1879,2734,445,0,2472,2600,2469,2472,2600,2469,42,2889,412,3825,0,2602,2599,2601,2602,2599,2601,42,3825,2830,2889,0,2601,2603,2602,2601,2603,2602,42,411,2889,2830,0,2604,2602,2603,2604,2602,2603,42,2830,3825,444,0,2603,2601,2474,2603,2601,2474,42,3826,411,2830,0,2605,2604,2603,2605,2604,2603,42,2830,2105,3826,0,2603,2476,2605,2603,2476,2605,42,443,3826,2105,0,2478,2605,2476,2478,2605,2476,42,2105,2830,444,0,2476,2603,2474,2476,2603,2474,42,2998,411,3826,0,2606,2604,2605,2606,2604,2605,42,3826,3084,2998,0,2605,2607,2606,2605,2607,2606,42,410,2998,3084,0,2608,2606,2607,2608,2606,2607,42,3084,3826,443,0,2607,2605,2478,2607,2605,2478,42,3827,410,3084,0,2609,2608,2607,2609,2608,2607,42,3084,2226,3827,0,2607,2480,2609,2607,2480,2609,42,442,3827,2226,0,2482,2609,2480,2482,2609,2480,42,2226,3084,443,0,2480,2607,2478,2480,2607,2478,42,3115,410,3827,0,2610,2608,2609,2610,2608,2609,42,3827,3064,3115,0,2609,2611,2610,2609,2611,2610,42,409,3115,3064,0,2612,2610,2611,2612,2610,2611,42,3064,3827,442,0,2611,2609,2482,2611,2609,2482,42,3828,409,3064,0,2613,2612,2611,2613,2612,2611,42,3064,2083,3828,0,2611,2484,2613,2611,2484,2613,42,441,3828,2083,0,2486,2613,2484,2486,2613,2484,42,2083,3064,442,0,2484,2611,2482,2484,2611,2482,42,2993,409,3828,0,2614,2612,2613,2614,2612,2613,42,3828,2813,2993,0,2613,2615,2614,2613,2615,2614,42,408,2993,2813,0,2616,2614,2615,2616,2614,2615,42,2813,3828,441,0,2615,2613,2486,2615,2613,2486,42,2849,408,2813,0,2617,2616,2615,2617,2616,2615,42,2813,3829,2849,0,2615,2618,2617,2615,2618,2617,42,407,2849,3829,0,2619,2617,2618,2619,2617,2618,42,3829,2813,441,0,2618,2615,2486,2618,2615,2486,42,3829,441,1976,0,2618,2486,2488,2618,2486,2488,42,1976,2801,3829,0,2488,2620,2618,2488,2620,2618,42,407,3829,2801,0,2619,2618,2620,2619,2618,2620,42,2801,1976,440,0,2620,2488,2490,2620,2488,2490,42,3830,407,2801,0,2621,2619,2620,2621,2619,2620,42,2801,2602,3830,0,2620,2492,2621,2620,2492,2621,42,439,3830,2602,0,2494,2621,2492,2494,2621,2492,42,2602,2801,440,0,2492,2620,2490,2492,2620,2490,42,1348,407,3830,0,2622,2619,2621,2622,2619,2621,42,3830,1559,1348,0,2621,2623,2622,2621,2623,2622,42,406,1348,1559,0,2624,2622,2623,2624,2622,2623,42,1559,3830,439,0,2623,2621,2494,2623,2621,2494,42,1362,406,1559,0,2625,2624,2623,2625,2624,2623,42,1559,3831,1362,0,2623,2626,2625,2623,2626,2625,42,405,1362,3831,0,2627,2625,2626,2627,2625,2626,42,3831,1559,439,0,2626,2623,2494,2626,2623,2494,42,3831,439,2569,0,2626,2494,2495,2626,2494,2495,42,2569,1446,3831,0,2495,2628,2626,2495,2628,2626,42,405,3831,1446,0,2627,2626,2628,2627,2626,2628,42,1446,2569,438,0,2628,2495,2497,2628,2495,2497,42,1322,405,1446,0,2629,2627,2628,2629,2627,2628,42,1446,3832,1322,0,2628,2630,2629,2628,2630,2629,42,404,1322,3832,0,2631,2629,2630,2631,2629,2630,42,3832,1446,438,0,2630,2628,2497,2630,2628,2497,42,3832,438,2583,0,2630,2497,2500,2630,2497,2500,42,2583,1799,3832,0,2500,2632,2630,2500,2632,2630,42,404,3832,1799,0,2631,2630,2632,2631,2630,2632,42,1799,2583,437,0,2632,2500,2502,2632,2500,2502,42,1852,404,1799,0,2633,2631,2632,2633,2631,2632,42,1799,3833,1852,0,2632,2634,2633,2632,2634,2633,42,403,1852,3833,0,2635,2633,2634,2635,2633,2634,42,3833,1799,437,0,2634,2632,2502,2634,2632,2502,42,3833,437,2029,0,2634,2502,2504,2634,2502,2504,42,2029,1955,3833,0,2504,2636,2634,2504,2636,2634,42,403,3833,1955,0,2635,2634,2636,2635,2634,2636,42,1955,2029,436,0,2636,2504,2506,2636,2504,2506,42,3834,403,1955,0,2637,2635,2636,2637,2635,2636,42,1955,2030,3834,0,2636,2507,2637,2636,2507,2637,42,435,3834,2030,0,2509,2637,2507,2509,2637,2507,42,2030,1955,436,0,2507,2636,2506,2507,2636,2506,42,2081,403,3834,0,2638,2635,2637,2638,2635,2637,42,3834,1901,2081,0,2637,2639,2638,2637,2639,2638,42,402,2081,1901,0,2640,2638,2639,2640,2638,2639,42,1901,3834,435,0,2639,2637,2509,2639,2637,2509,42,1975,402,1901,0,2641,2640,2639,2641,2640,2639,42,1901,3835,1975,0,2639,2642,2641,2639,2642,2641,42,401,1975,3835,0,2643,2641,2642,2643,2641,2642,42,3835,1901,435,0,2642,2639,2509,2642,2639,2509,42,3835,435,2100,0,2642,2509,2511,2642,2509,2511,42,2100,1913,3835,0,2511,2644,2642,2511,2644,2642,42,401,3835,1913,0,2643,2642,2644,2643,2642,2644,42,1913,2100,434,0,2644,2511,2513,2644,2511,2513,42,3836,401,1913,0,2645,2643,2644,2645,2643,2644,42,1913,1453,3836,0,2644,2515,2645,2644,2515,2645,42,433,3836,1453,0,2517,2645,2515,2517,2645,2515,42,1453,1913,434,0,2515,2644,2513,2515,2644,2513,42,1309,401,3836,0,2646,2643,2645,2646,2643,2645,42,3836,1391,1309,0,2645,2647,2646,2645,2647,2646,42,400,1309,1391,0,2648,2646,2647,2648,2646,2647,42,1391,3836,433,0,2647,2645,2517,2647,2645,2517,42,1436,400,1391,0,2649,2648,2647,2649,2648,2647,42,1391,3837,1436,0,2647,2650,2649,2647,2650,2649,42,399,1436,3837,0,2651,2649,2650,2651,2649,2650,42,3837,1391,433,0,2650,2647,2517,2650,2647,2517,42,3837,433,1586,0,2650,2517,2519,2650,2517,2519,42,1586,1379,3837,0,2519,2652,2650,2519,2652,2650,42,399,3837,1379,0,2651,2650,2652,2651,2650,2652,42,1379,1586,432,0,2652,2519,2521,2652,2519,2521,42,3838,399,1379,0,2653,2651,2652,2653,2651,2652,42,1379,1715,3838,0,2652,2524,2653,2652,2524,2653,42,431,3838,1715,0,2526,2653,2524,2526,2653,2524,42,1715,1379,432,0,2524,2652,2521,2524,2652,2521,42,1544,399,3838,0,2654,2651,2653,2654,2651,2653,42,3838,1366,1544,0,2653,2655,2654,2653,2655,2654,42,398,1544,1366,0,2656,2654,2655,2656,2654,2655,42,1366,3838,431,0,2655,2653,2526,2655,2653,2526,42,3839,398,1366,0,2657,2656,2655,2657,2656,2655,42,1366,1421,3839,0,2655,2528,2657,2655,2528,2657,42,429,3839,1421,0,2530,2657,2528,2530,2657,2528,42,1421,1366,431,0,2528,2655,2526,2528,2655,2526,42,1254,398,3839,0,2658,2656,2657,2658,2656,2657,42,3839,2970,1254,0,2657,2659,2658,2657,2659,2658,42,396,1254,2970,0,2660,2658,2659,2660,2658,2659,42,2970,3839,429,0,2659,2657,2530,2659,2657,2530,42,3840,396,2970,0,2661,2660,2659,2661,2660,2659,42,2970,1345,3840,0,2659,2532,2661,2659,2532,2661,42,430,3840,1345,0,2534,2661,2532,2534,2661,2532,42,1345,2970,429,0,2532,2659,2530,2532,2659,2530,42,1181,396,3840,0,2662,2660,2661,2662,2660,2661,42,3840,1273,1181,0,2661,2663,2662,2661,2663,2662,42,397,1181,1273,0,2664,2662,2663,2664,2662,2663,42,1273,3840,430,0,2663,2661,2534,2663,2661,2534,42,3055,395,3142,0,2665,2666,2667,2665,2666,2667,42,3142,3841,3055,0,2667,2668,2665,2667,2668,2665,42,394,3055,3841,0,2669,2665,2668,2669,2665,2668,42,3841,3142,428,0,2668,2667,2536,2668,2667,2536,42,3841,428,2190,0,2668,2536,2535,2668,2536,2535,42,2190,2999,3841,0,2535,2670,2668,2535,2670,2668,42,394,3841,2999,0,2669,2668,2670,2669,2668,2670,42,2999,2190,427,0,2670,2535,2539,2670,2535,2539,42,1235,394,2999,0,2671,2669,2670,2671,2669,2670,42,2999,3842,1235,0,2670,2672,2671,2670,2672,2671,42,393,1235,3842,0,2673,2671,2672,2673,2671,2672,42,3842,2999,427,0,2672,2670,2539,2672,2670,2539,42,3842,427,2442,0,2672,2539,2541,2672,2539,2541,42,2442,1205,3842,0,2541,2674,2672,2541,2674,2672,42,393,3842,1205,0,2673,2672,2674,2673,2672,2674,42,1205,2442,426,0,2674,2541,2543,2674,2541,2543,42,1110,393,1205,0,2675,2673,2674,2675,2673,2674,42,1205,3843,1110,0,2674,2676,2675,2674,2676,2675,42,392,1110,3843,0,2677,2675,2676,2677,2675,2676,42,3843,1205,426,0,2676,2674,2543,2676,2674,2543,42,3843,426,2351,0,2676,2543,2545,2676,2543,2545,42,2351,1484,3843,0,2545,2678,2676,2545,2678,2676,42,392,3843,1484,0,2677,2676,2678,2677,2676,2678,42,1484,2351,425,0,2678,2545,2547,2678,2545,2547,42,1494,392,1484,0,2679,2677,2678,2679,2677,2678,42,1484,3844,1494,0,2678,2680,2679,2678,2680,2679,42,391,1494,3844,0,2681,2679,2680,2681,2679,2680,42,3844,1484,425,0,2680,2678,2547,2680,2678,2547,42,3844,425,2767,0,2680,2547,2549,2680,2547,2549,42,2767,1473,3844,0,2549,2682,2680,2549,2682,2680,42,391,3844,1473,0,2681,2680,2682,2681,2680,2682,42,1473,2767,424,0,2682,2549,2551,2682,2549,2551,42,3845,391,1473,0,2683,2681,2682,2683,2681,2682,42,1473,2350,3845,0,2682,2554,2683,2682,2554,2683,42,423,3845,2350,0,2556,2683,2554,2556,2683,2554,42,2350,1473,424,0,2554,2682,2551,2554,2682,2551,42,1114,391,3845,0,2684,2681,2683,2684,2681,2683,42,3845,1231,1114,0,2683,2685,2684,2683,2685,2684,42,390,1114,1231,0,2686,2684,2685,2686,2684,2685,42,1231,3845,423,0,2685,2683,2556,2685,2683,2556,42,1264,390,1231,0,2687,2686,2685,2687,2686,2685,42,1231,3846,1264,0,2685,2688,2687,2685,2688,2687,42,389,1264,3846,0,2689,2687,2688,2689,2687,2688,42,3846,1231,423,0,2688,2685,2556,2688,2685,2556,42,3846,423,2508,0,2688,2556,2557,2688,2556,2557,42,2508,1244,3846,0,2557,2690,2688,2557,2690,2688,42,389,3846,1244,0,2689,2688,2690,2689,2688,2690,42,1244,2508,422,0,2690,2557,2559,2690,2557,2559,42,3847,389,1244,0,2691,2689,2690,2691,2689,2690,42,1244,2380,3847,0,2690,2562,2691,2690,2562,2691,42,421,3847,2380,0,2564,2691,2562,2564,2691,2562,42,2380,1244,422,0,2562,2690,2559,2562,2690,2559,42,3154,389,3847,0,2692,2689,2691,2692,2689,2691,42,3847,2072,3154,0,2691,2693,2692,2691,2693,2692,42,388,3154,2072,0,2694,2692,2693,2694,2692,2693,42,2072,3847,421,0,2693,2691,2564,2693,2691,2564,42,3159,388,2072,0,2695,2694,2693,2695,2694,2693,42,2072,3848,3159,0,2693,2696,2695,2693,2696,2695,42,387,3159,3848,0,2697,2695,2696,2697,2695,2696,42,3848,2072,421,0,2696,2693,2564,2696,2693,2564,42,3848,421,1580,0,2696,2564,2565,2696,2564,2565,42,1580,1132,3848,0,2565,2698,2696,2565,2698,2696,42,387,3848,1132,0,2697,2696,2698,2697,2696,2698,42,1132,1580,420,0,2698,2565,2567,2698,2565,2567,42,3849,387,1132,0,2699,2697,2698,2699,2697,2698,42,1132,1587,3849,0,2698,2569,2699,2698,2569,2699,42,419,3849,1587,0,2571,2699,2569,2571,2699,2569,42,1587,1132,420,0,2569,2698,2567,2569,2698,2567,42,3177,387,3849,0,2700,2697,2699,2700,2697,2699,42,3849,1299,3177,0,2699,2701,2700,2699,2701,2700,42,386,3177,1299,0,2702,2700,2701,2702,2700,2701,42,1299,3849,419,0,2701,2699,2571,2701,2699,2571,42,3185,386,1299,0,2703,2702,2701,2703,2702,2701,42,1299,3850,3185,0,2701,2704,2703,2701,2704,2703,42,385,3185,3850,0,2705,2703,2704,2705,2703,2704,42,3850,1299,419,0,2704,2701,2571,2704,2701,2571,42,3850,419,1612,0,2704,2571,2573,2704,2571,2573,42,1612,1167,3850,0,2573,2706,2704,2573,2706,2704,42,385,3850,1167,0,2705,2704,2706,2705,2704,2706,42,1167,1612,418,0,2706,2573,2575,2706,2573,2575,42,3193,385,1167,0,2707,2705,2706,2707,2705,2706,42,1167,3851,3193,0,2706,2708,2707,2706,2708,2707,42,384,3193,3851,0,2709,2707,2708,2709,2707,2708,42,3851,1167,418,0,2708,2706,2575,2708,2706,2575,42,3851,418,1623,0,2708,2575,2577,2708,2575,2577,42,1623,1577,3851,0,2577,2710,2708,2577,2710,2708,42,384,3851,1577,0,2709,2708,2710,2709,2708,2710,42,1577,1623,417,0,2710,2577,2579,2710,2577,2579,42,1465,384,1577,0,2711,2709,2710,2711,2709,2710,42,1577,3852,1465,0,2710,2712,2711,2710,2712,2711,42,383,1465,3852,0,2713,2711,2712,2713,2711,2712,42,3852,1577,417,0,2712,2710,2579,2712,2710,2579,42,3852,417,1633,0,2712,2579,2581,2712,2579,2581,42,1633,1166,3852,0,2581,2714,2712,2581,2714,2712,42,383,3852,1166,0,2713,2712,2714,2713,2712,2714,42,1166,1633,416,0,2714,2581,2583,2714,2581,2583,42,1174,383,1166,0,2715,2713,2714,2715,2713,2714,42,1166,3853,1174,0,2714,2716,2715,2714,2716,2715,42,382,1174,3853,0,2717,2715,2716,2717,2715,2716,42,3853,1166,416,0,2716,2714,2583,2716,2714,2583,42,3853,416,1759,0,2716,2583,2586,2716,2583,2586,42,1759,1298,3853,0,2586,2718,2716,2586,2718,2716,42,382,3853,1298,0,2717,2716,2718,2717,2716,2718,42,1298,1759,415,0,2718,2586,2588,2718,2586,2588,42,1153,382,1298,0,2719,2717,2718,2719,2717,2718,42,1298,3854,1153,0,2718,2720,2719,2718,2720,2719,42,381,1153,3854,0,2721,2719,2720,2721,2719,2720,42,3854,1298,415,0,2720,2718,2588,2720,2718,2588,42,3854,415,1746,0,2720,2588,2589,2720,2588,2589,42,1746,1131,3854,0,2589,2722,2720,2589,2722,2720,42,381,3854,1131,0,2721,2720,2722,2721,2720,2722,42,1131,1746,414,0,2722,2589,2591,2722,2589,2591,42,3855,381,1131,0,2723,2721,2722,2723,2721,2722,42,1131,1463,3855,0,2722,2593,2723,2722,2593,2723,42,413,3855,1463,0,2595,2723,2593,2595,2723,2593,42,1463,1131,414,0,2593,2722,2591,2593,2722,2591,42,3016,381,3855,0,2724,2721,2723,2724,2721,2723,42,3855,3124,3016,0,2723,2725,2724,2723,2725,2724,42,380,3016,3124,0,2726,2724,2725,2726,2724,2725,42,3124,3855,413,0,2725,2723,2595,2725,2723,2595,42,2981,380,3124,0,2727,2726,2725,2727,2726,2725,42,3124,3856,2981,0,2725,2728,2727,2725,2728,2727,42,379,2981,3856,0,2729,2727,2728,2729,2727,2728,42,3856,3124,413,0,2728,2725,2595,2728,2725,2595,42,3856,413,1459,0,2728,2595,2597,2728,2595,2597,42,1459,1243,3856,0,2597,2730,2728,2597,2730,2728,42,379,3856,1243,0,2729,2728,2730,2729,2728,2730,42,1243,1459,412,0,2730,2597,2599,2730,2597,2599,42,1250,379,1243,0,2731,2729,2730,2731,2729,2730,42,1243,3857,1250,0,2730,2732,2731,2730,2732,2731,42,378,1250,3857,0,2733,2731,2732,2733,2731,2732,42,3857,1243,412,0,2732,2730,2599,2732,2730,2599,42,3857,412,2889,0,2732,2599,2602,2732,2599,2602,42,2889,1230,3857,0,2602,2734,2732,2602,2734,2732,42,378,3857,1230,0,2733,2732,2734,2733,2732,2734,42,1230,2889,411,0,2734,2602,2604,2734,2602,2604,42,1370,378,1230,0,2735,2733,2734,2735,2733,2734,42,1230,3858,1370,0,2734,2736,2735,2734,2736,2735,42,377,1370,3858,0,2737,2735,2736,2737,2735,2736,42,3858,1230,411,0,2736,2734,2604,2736,2734,2604,42,3858,411,2998,0,2736,2604,2606,2736,2604,2606,42,2998,1472,3858,0,2606,2738,2736,2606,2738,2736,42,377,3858,1472,0,2737,2736,2738,2737,2736,2738,42,1472,2998,410,0,2738,2606,2608,2738,2606,2608,42,3859,377,1472,0,2739,2737,2738,2739,2737,2738,42,1472,3115,3859,0,2738,2610,2739,2738,2610,2739,42,409,3859,3115,0,2612,2739,2610,2612,2739,2610,42,3115,1472,410,0,2610,2738,2608,2610,2738,2608,42,1507,377,3859,0,2740,2737,2739,2740,2737,2739,42,3859,1483,1507,0,2739,2741,2740,2739,2741,2740,42,376,1507,1483,0,2742,2740,2741,2742,2740,2741,42,1483,3859,409,0,2741,2739,2612,2741,2739,2612,42,3860,376,1483,0,2743,2742,2741,2743,2742,2741,42,1483,2993,3860,0,2741,2614,2743,2741,2614,2743,42,408,3860,2993,0,2616,2743,2614,2616,2743,2614,42,2993,1483,409,0,2614,2741,2612,2614,2741,2612,42,1371,376,3860,0,2744,2742,2743,2744,2742,2743,42,3860,1203,1371,0,2743,2745,2744,2743,2745,2744,42,375,1371,1203,0,2746,2744,2745,2746,2744,2745,42,1203,3860,408,0,2745,2743,2616,2745,2743,2616,42,3861,375,1203,0,2747,2746,2745,2747,2746,2745,42,1203,2849,3861,0,2745,2617,2747,2745,2617,2747,42,407,3861,2849,0,2619,2747,2617,2619,2747,2617,42,2849,1203,408,0,2617,2745,2616,2617,2745,2616,42,1845,375,3861,0,2748,2746,2747,2748,2746,2747,42,3861,1977,1845,0,2747,2749,2748,2747,2749,2748,42,374,1845,1977,0,2750,2748,2749,2750,2748,2749,42,1977,3861,407,0,2749,2747,2619,2749,2747,2619,42,1858,374,1977,0,2751,2750,2749,2751,2750,2749,42,1977,3862,1858,0,2749,2752,2751,2749,2752,2751,42,373,1858,3862,0,2753,2751,2752,2753,2751,2752,42,3862,1977,407,0,2752,2749,2619,2752,2749,2619,42,3862,407,1348,0,2752,2619,2622,2752,2619,2622,42,1348,2102,3862,0,2622,2754,2752,2622,2754,2752,42,373,3862,2102,0,2753,2752,2754,2753,2752,2754,42,2102,1348,406,0,2754,2622,2624,2754,2622,2624,42,1823,373,2102,0,2755,2753,2754,2755,2753,2754,42,2102,3863,1823,0,2754,2756,2755,2754,2756,2755,42,372,1823,3863,0,2757,2755,2756,2757,2755,2756,42,3863,2102,406,0,2756,2754,2624,2756,2754,2624,42,3863,406,1362,0,2756,2624,2625,2756,2624,2625,42,1362,1950,3863,0,2625,2758,2756,2625,2758,2756,42,372,3863,1950,0,2757,2756,2758,2757,2756,2758,42,1950,1362,405,0,2758,2625,2627,2758,2625,2627,42,1825,372,1950,0,2759,2757,2758,2759,2757,2758,42,1950,3864,1825,0,2758,2760,2759,2758,2760,2759,42,371,1825,3864,0,2761,2759,2760,2761,2759,2760,42,3864,1950,405,0,2760,2758,2627,2760,2758,2627,42,3864,405,1322,0,2760,2627,2629,2760,2627,2629,42,1322,1272,3864,0,2629,2762,2760,2629,2762,2760,42,371,3864,1272,0,2761,2760,2762,2761,2760,2762,42,1272,1322,404,0,2762,2629,2631,2762,2629,2631,42,1389,371,1272,0,2763,2761,2762,2763,2761,2762,42,1272,3865,1389,0,2762,2764,2763,2762,2764,2763,42,370,1389,3865,0,2765,2763,2764,2765,2763,2764,42,3865,1272,404,0,2764,2762,2631,2764,2762,2631,42,3865,404,1852,0,2764,2631,2633,2764,2631,2633,42,1852,1365,3865,0,2633,2766,2764,2633,2766,2764,42,370,3865,1365,0,2765,2764,2766,2765,2764,2766,42,1365,1852,403,0,2766,2633,2635,2766,2633,2635,42,1528,370,1365,0,2767,2765,2766,2767,2765,2766,42,1365,3866,1528,0,2766,2768,2767,2766,2768,2767,42,369,1528,3866,0,2769,2767,2768,2769,2767,2768,42,3866,1365,403,0,2768,2766,2635,2768,2766,2635,42,3866,403,2081,0,2768,2635,2638,2768,2635,2638,42,2081,1378,3866,0,2638,2770,2768,2638,2770,2768,42,369,3866,1378,0,2769,2768,2770,2769,2768,2770,42,1378,2081,402,0,2770,2638,2640,2770,2638,2640,42,3867,369,1378,0,2771,2769,2770,2771,2769,2770,42,1378,1975,3867,0,2770,2641,2771,2770,2641,2771,42,401,3867,1975,0,2643,2771,2641,2643,2771,2641,42,1975,1378,402,0,2641,2770,2640,2641,2770,2640,42,1413,369,3867,0,2772,2769,2771,2772,2769,2771,42,3867,1390,1413,0,2771,2773,2772,2771,2773,2772,42,368,1413,1390,0,2774,2772,2773,2774,2772,2773,42,1390,3867,401,0,2773,2771,2643,2773,2771,2643,42,3868,368,1390,0,2775,2774,2773,2775,2774,2773,42,1390,1309,3868,0,2773,2646,2775,2773,2646,2775,42,400,3868,1309,0,2648,2775,2646,2648,2775,2646,42,1309,1390,401,0,2646,2773,2643,2646,2773,2643,42,2839,368,3868,0,2776,2774,2775,2776,2774,2775,42,3868,2969,2839,0,2775,2777,2776,2775,2777,2776,42,367,2839,2969,0,2778,2776,2777,2778,2776,2777,42,2969,3868,400,0,2777,2775,2648,2777,2775,2648,42,3869,367,2969,0,2779,2778,2777,2779,2778,2777,42,2969,1436,3869,0,2777,2649,2779,2777,2649,2779,42,399,3869,1436,0,2651,2779,2649,2651,2779,2649,42,1436,2969,400,0,2649,2777,2648,2649,2777,2648,42,2949,367,3869,0,2780,2778,2779,2780,2778,2779,42,3869,2953,2949,0,2779,2781,2780,2779,2781,2780,42,366,2949,2953,0,2782,2780,2781,2782,2780,2781,42,2953,3869,399,0,2781,2779,2651,2781,2779,2651,42,3003,366,2953,0,2783,2782,2781,2783,2782,2781,42,2953,3870,3003,0,2781,2784,2783,2781,2784,2783,42,365,3003,3870,0,2785,2783,2784,2785,2783,2784,42,3870,2953,399,0,2784,2781,2651,2784,2781,2651,42,3870,399,1544,0,2784,2651,2654,2784,2651,2654,42,1544,3008,3870,0,2654,2786,2784,2654,2786,2784,42,365,3870,3008,0,2785,2784,2786,2785,2784,2786,42,3008,1544,398,0,2786,2654,2656,2786,2654,2656,42,2851,365,3008,0,2787,2785,2786,2787,2785,2786,42,3008,3871,2851,0,2786,2788,2787,2786,2788,2787,42,363,2851,3871,0,2789,2787,2788,2789,2787,2788,42,3871,3008,398,0,2788,2786,2656,2788,2786,2656,42,3871,398,1254,0,2788,2656,2658,2788,2656,2658,42,1254,1386,3871,0,2658,2790,2788,2658,2790,2788,42,363,3871,1386,0,2789,2788,2790,2789,2788,2790,42,1386,1254,396,0,2790,2658,2660,2790,2658,2660,42,3872,363,1386,0,2791,2789,2790,2791,2789,2790,42,1386,1181,3872,0,2790,2662,2791,2790,2662,2791,42,397,3872,1181,0,2664,2791,2662,2664,2791,2662,42,1181,1386,396,0,2662,2790,2660,2662,2790,2660,42,2772,363,3872,0,2792,2789,2791,2792,2789,2791,42,3872,2876,2772,0,2791,2793,2792,2791,2793,2792,42,364,2772,2876,0,2794,2792,2793,2794,2792,2793,42,2876,3872,397,0,2793,2791,2664,2793,2791,2664,42,3873,362,1501,0,2795,2796,2797,2795,2796,2797,42,1501,3055,3873,0,2797,2665,2795,2797,2665,2795,42,394,3873,3055,0,2669,2795,2665,2669,2795,2665,42,3055,1501,395,0,2665,2797,2666,2665,2797,2666,42,1597,362,3873,0,2798,2796,2795,2798,2796,2795,42,3873,1676,1597,0,2795,2799,2798,2795,2799,2798,42,361,1597,1676,0,2800,2798,2799,2800,2798,2799,42,1676,3873,394,0,2799,2795,2669,2799,2795,2669,42,3874,361,1676,0,2801,2800,2799,2801,2800,2799,42,1676,1235,3874,0,2799,2671,2801,2799,2671,2801,42,393,3874,1235,0,2673,2801,2671,2673,2801,2671,42,1235,1676,394,0,2671,2799,2669,2671,2799,2669,42,1748,361,3874,0,2802,2800,2801,2802,2800,2801,42,3874,1690,1748,0,2801,2803,2802,2801,2803,2802,42,360,1748,1690,0,2804,2802,2803,2804,2802,2803,42,1690,3874,393,0,2803,2801,2673,2803,2801,2673,42,1598,360,1690,0,2805,2804,2803,2805,2804,2803,42,1690,3875,1598,0,2803,2806,2805,2803,2806,2805,42,359,1598,3875,0,2807,2805,2806,2807,2805,2806,42,3875,1690,393,0,2806,2803,2673,2806,2803,2673,42,3875,393,1110,0,2806,2673,2675,2806,2673,2675,42,1110,1965,3875,0,2675,2808,2806,2675,2808,2806,42,359,3875,1965,0,2807,2806,2808,2807,2806,2808,42,1965,1110,392,0,2808,2675,2677,2808,2675,2677,42,2035,359,1965,0,2809,2807,2808,2809,2807,2808,42,1965,3876,2035,0,2808,2810,2809,2808,2810,2809,42,358,2035,3876,0,2811,2809,2810,2811,2809,2810,42,3876,1965,392,0,2810,2808,2677,2810,2808,2677,42,3876,392,1494,0,2810,2677,2679,2810,2677,2679,42,1494,1989,3876,0,2679,2812,2810,2679,2812,2810,42,358,3876,1989,0,2811,2810,2812,2811,2810,2812,42,1989,1494,391,0,2812,2679,2681,2812,2679,2681,42,1631,358,1989,0,2813,2811,2812,2813,2811,2812,42,1989,3877,1631,0,2812,2814,2813,2812,2814,2813,42,357,1631,3877,0,2815,2813,2814,2815,2813,2814,42,3877,1989,391,0,2814,2812,2681,2814,2812,2681,42,3877,391,1114,0,2814,2681,2684,2814,2681,2684,42,1114,1717,3877,0,2684,2816,2814,2684,2816,2814,42,357,3877,1717,0,2815,2814,2816,2815,2814,2816,42,1717,1114,390,0,2816,2684,2686,2816,2684,2686,42,3878,357,1717,0,2817,2815,2816,2817,2815,2816,42,1717,1264,3878,0,2816,2687,2817,2816,2687,2817,42,389,3878,1264,0,2689,2817,2687,2689,2817,2687,42,1264,1717,390,0,2687,2816,2686,2687,2816,2686,42,1530,357,3878,0,2818,2815,2817,2818,2815,2817,42,3878,1609,1530,0,2817,2819,2818,2817,2819,2818,42,356,1530,1609,0,2820,2818,2819,2820,2818,2819,42,1609,3878,389,0,2819,2817,2689,2819,2817,2689,42,3879,356,1609,0,2821,2820,2819,2821,2820,2819,42,1609,3154,3879,0,2819,2692,2821,2819,2692,2821,42,388,3879,3154,0,2694,2821,2692,2694,2821,2692,42,3154,1609,389,0,2692,2819,2689,2692,2819,2689,42,1536,356,3879,0,2822,2820,2821,2822,2820,2821,42,3879,1479,1536,0,2821,2823,2822,2821,2823,2822,42,355,1536,1479,0,2824,2822,2823,2824,2822,2823,42,1479,3879,388,0,2823,2821,2694,2823,2821,2694,42,2614,355,1479,0,2825,2824,2823,2825,2824,2823,42,1479,3880,2614,0,2823,2826,2825,2823,2826,2825,42,354,2614,3880,0,2827,2825,2826,2827,2825,2826,42,3880,1479,388,0,2826,2823,2694,2826,2823,2694,42,3880,388,3159,0,2826,2694,2695,2826,2694,2695,42,3159,2694,3880,0,2695,2828,2826,2695,2828,2826,42,354,3880,2694,0,2827,2826,2828,2827,2826,2828,42,2694,3159,387,0,2828,2695,2697,2828,2695,2697,42,3881,354,2694,0,2829,2827,2828,2829,2827,2828,42,2694,3177,3881,0,2828,2700,2829,2828,2700,2829,42,386,3881,3177,0,2702,2829,2700,2702,2829,2700,42,3177,2694,387,0,2700,2828,2697,2700,2828,2697,42,2629,354,3881,0,2830,2827,2829,2830,2827,2829,42,3881,2838,2629,0,2829,2831,2830,2829,2831,2830,42,353,2629,2838,0,2832,2830,2831,2832,2830,2831,42,2838,3881,386,0,2831,2829,2702,2831,2829,2702,42,2641,353,2838,0,2833,2832,2831,2833,2832,2831,42,2838,3882,2641,0,2831,2834,2833,2831,2834,2833,42,352,2641,3882,0,2835,2833,2834,2835,2833,2834,42,3882,2838,386,0,2834,2831,2702,2834,2831,2702,42,3882,386,3185,0,2834,2702,2703,2834,2702,2703,42,3185,2722,3882,0,2703,2836,2834,2703,2836,2834,42,352,3882,2722,0,2835,2834,2836,2835,2834,2836,42,2722,3185,385,0,2836,2703,2705,2836,2703,2705,42,3031,352,2722,0,2837,2835,2836,2837,2835,2836,42,2722,3883,3031,0,2836,2838,2837,2836,2838,2837,42,351,3031,3883,0,2839,2837,2838,2839,2837,2838,42,3883,2722,385,0,2838,2836,2705,2838,2836,2705,42,3883,385,3193,0,2838,2705,2707,2838,2705,2707,42,3193,3107,3883,0,2707,2840,2838,2707,2840,2838,42,351,3883,3107,0,2839,2838,2840,2839,2838,2840,42,3107,3193,384,0,2840,2707,2709,2840,2707,2709,42,3009,351,3107,0,2841,2839,2840,2841,2839,2840,42,3107,3884,3009,0,2840,2842,2841,2840,2842,2841,42,350,3009,3884,0,2843,2841,2842,2843,2841,2842,42,3884,3107,384,0,2842,2840,2709,2842,2840,2709,42,3884,384,1465,0,2842,2709,2711,2842,2709,2711,42,1465,2695,3884,0,2711,2844,2842,2711,2844,2842,42,350,3884,2695,0,2843,2842,2844,2843,2842,2844,42,2695,1465,383,0,2844,2711,2713,2844,2711,2713,42,2731,350,2695,0,2845,2843,2844,2845,2843,2844,42,2695,3885,2731,0,2844,2846,2845,2844,2846,2845,42,349,2731,3885,0,2847,2845,2846,2847,2845,2846,42,3885,2695,383,0,2846,2844,2713,2846,2844,2713,42,3885,383,1174,0,2846,2713,2715,2846,2713,2715,42,1174,2809,3885,0,2715,2848,2846,2715,2848,2846,42,349,3885,2809,0,2847,2846,2848,2847,2846,2848,42,2809,1174,382,0,2848,2715,2717,2848,2715,2717,42,2726,349,2809,0,2849,2847,2848,2849,2847,2848,42,2809,3886,2726,0,2848,2850,2849,2848,2850,2849,42,348,2726,3886,0,2851,2849,2850,2851,2849,2850,42,3886,2809,382,0,2850,2848,2717,2850,2848,2717,42,3886,382,1153,0,2850,2717,2719,2850,2717,2719,42,1153,2667,3886,0,2719,2852,2850,2719,2852,2850,42,348,3886,2667,0,2851,2850,2852,2851,2850,2852,42,2667,1153,381,0,2852,2719,2721,2852,2719,2721,42,3887,348,2667,0,2853,2851,2852,2853,2851,2852,42,2667,3016,3887,0,2852,2724,2853,2852,2724,2853,42,380,3887,3016,0,2726,2853,2724,2726,2853,2724,42,3016,2667,381,0,2724,2852,2721,2724,2852,2721,42,2570,348,3887,0,2854,2851,2853,2854,2851,2853,42,3887,2510,2570,0,2853,2855,2854,2853,2855,2854,42,347,2570,2510,0,2856,2854,2855,2856,2854,2855,42,2510,3887,380,0,2855,2853,2726,2855,2853,2726,42,3888,347,2510,0,2857,2856,2855,2857,2856,2855,42,2510,2981,3888,0,2855,2727,2857,2855,2727,2857,42,379,3888,2981,0,2729,2857,2727,2729,2857,2727,42,2981,2510,380,0,2727,2855,2726,2727,2855,2726,42,2415,347,3888,0,2858,2856,2857,2858,2856,2857,42,3888,1707,2415,0,2857,2859,2858,2857,2859,2858,42,346,2415,1707,0,2860,2858,2859,2860,2858,2859,42,1707,3888,379,0,2859,2857,2729,2859,2857,2729,42,3889,346,1707,0,2861,2860,2859,2861,2860,2859,42,1707,1250,3889,0,2859,2731,2861,2859,2731,2861,42,378,3889,1250,0,2733,2861,2731,2733,2861,2731,42,1250,1707,379,0,2731,2859,2729,2731,2859,2729,42,1738,346,3889,0,2862,2860,2861,2862,2860,2861,42,3889,1677,1738,0,2861,2863,2862,2861,2863,2862,42,345,1738,1677,0,2864,2862,2863,2864,2862,2863,42,1677,3889,378,0,2863,2861,2733,2863,2861,2733,42,3890,345,1677,0,2865,2864,2863,2865,2864,2863,42,1677,1370,3890,0,2863,2735,2865,2863,2735,2865,42,377,3890,1370,0,2737,2865,2735,2737,2865,2735,42,1370,1677,378,0,2735,2863,2733,2735,2863,2733,42,1888,345,3890,0,2866,2864,2865,2866,2864,2865,42,3890,1978,1888,0,2865,2867,2866,2865,2867,2866,42,344,1888,1978,0,2868,2866,2867,2868,2866,2867,42,1978,3890,377,0,2867,2865,2737,2867,2865,2737,42,2019,344,1978,0,2869,2868,2867,2869,2868,2867,42,1978,3891,2019,0,2867,2870,2869,2867,2870,2869,42,343,2019,3891,0,2871,2869,2870,2871,2869,2870,42,3891,1978,377,0,2870,2867,2737,2870,2867,2737,42,3891,377,1507,0,2870,2737,2740,2870,2737,2740,42,1507,1966,3891,0,2740,2872,2870,2740,2872,2870,42,343,3891,1966,0,2871,2870,2872,2871,2870,2872,42,1966,1507,376,0,2872,2740,2742,2872,2740,2742,42,3892,343,1966,0,2873,2871,2872,2873,2871,2872,42,1966,1371,3892,0,2872,2744,2873,2872,2744,2873,42,375,3892,1371,0,2746,2873,2744,2746,2873,2744,42,1371,1966,376,0,2744,2872,2742,2744,2872,2742,42,1819,343,3892,0,2874,2871,2873,2874,2871,2873,42,3892,1769,1819,0,2873,2875,2874,2873,2875,2874,42,342,1819,1769,0,2876,2874,2875,2876,2874,2875,42,1769,3892,375,0,2875,2873,2746,2875,2873,2746,42,3893,342,1769,0,2877,2876,2875,2877,2876,2875,42,1769,1845,3893,0,2875,2748,2877,2875,2748,2877,42,374,3893,1845,0,2750,2877,2748,2750,2877,2748,42,1845,1769,375,0,2748,2875,2746,2748,2875,2746,42,2367,342,3893,0,2878,2876,2877,2878,2876,2877,42,3893,2428,2367,0,2877,2879,2878,2877,2879,2878,42,341,2367,2428,0,2880,2878,2879,2880,2878,2879,42,2428,3893,374,0,2879,2877,2750,2879,2877,2750,42,2338,341,2428,0,2881,2880,2879,2881,2880,2879,42,2428,3894,2338,0,2879,2882,2881,2879,2882,2881,42,340,2338,3894,0,2883,2881,2882,2883,2881,2882,42,3894,2428,374,0,2882,2879,2750,2882,2879,2750,42,3894,374,1858,0,2882,2750,2751,2882,2750,2751,42,1858,2526,3894,0,2751,2884,2882,2751,2884,2882,42,340,3894,2526,0,2883,2882,2884,2883,2882,2884,42,2526,1858,373,0,2884,2751,2753,2884,2751,2753,42,2339,340,2526,0,2885,2883,2884,2885,2883,2884,42,2526,3895,2339,0,2884,2886,2885,2884,2886,2885,42,339,2339,3895,0,2887,2885,2886,2887,2885,2886,42,3895,2526,373,0,2886,2884,2753,2886,2884,2753,42,3895,373,1823,0,2886,2753,2755,2886,2753,2755,42,1823,2392,3895,0,2755,2888,2886,2755,2888,2886,42,339,3895,2392,0,2887,2886,2888,2887,2886,2888,42,2392,1823,372,0,2888,2755,2757,2888,2755,2757,42,2299,339,2392,0,2889,2887,2888,2889,2887,2888,42,2392,3896,2299,0,2888,2890,2889,2888,2890,2889,42,338,2299,3896,0,2891,2889,2890,2891,2889,2890,42,3896,2392,372,0,2890,2888,2757,2890,2888,2757,42,3896,372,1825,0,2890,2757,2759,2890,2757,2759,42,1825,2882,3896,0,2759,2892,2890,2759,2892,2890,42,338,3896,2882,0,2891,2890,2892,2891,2890,2892,42,2882,1825,371,0,2892,2759,2761,2892,2759,2761,42,2965,338,2882,0,2893,2891,2892,2893,2891,2892,42,2882,3897,2965,0,2892,2894,2893,2892,2894,2893,42,337,2965,3897,0,2895,2893,2894,2895,2893,2894,42,3897,2882,371,0,2894,2892,2761,2894,2892,2761,42,3897,371,1389,0,2894,2761,2763,2894,2761,2763,42,1389,2897,3897,0,2763,2896,2894,2763,2896,2894,42,337,3897,2897,0,2895,2894,2896,2895,2894,2896,42,2897,1389,370,0,2896,2763,2765,2896,2763,2765,42,3117,337,2897,0,2897,2895,2896,2897,2895,2896,42,2897,3898,3117,0,2896,2898,2897,2896,2898,2897,42,336,3117,3898,0,2899,2897,2898,2899,2897,2898,42,3898,2897,370,0,2898,2896,2765,2898,2896,2765,42,3898,370,1528,0,2898,2765,2767,2898,2765,2767,42,1528,2912,3898,0,2767,2900,2898,2767,2900,2898,42,336,3898,2912,0,2899,2898,2900,2899,2898,2900,42,2912,1528,369,0,2900,2767,2769,2900,2767,2769,42,2966,336,2912,0,2901,2899,2900,2901,2899,2900,42,2912,3899,2966,0,2900,2902,2901,2900,2902,2901,42,335,2966,3899,0,2903,2901,2902,2903,2901,2902,42,3899,2912,369,0,2902,2900,2769,2902,2900,2769,42,3899,369,1413,0,2902,2769,2772,2902,2769,2772,42,1413,2898,3899,0,2772,2904,2902,2772,2904,2902,42,335,3899,2898,0,2903,2902,2904,2903,2902,2904,42,2898,1413,368,0,2904,2772,2774,2904,2772,2774,42,2300,335,2898,0,2905,2903,2904,2905,2903,2904,42,2898,3900,2300,0,2904,2906,2905,2904,2906,2905,42,334,2300,3900,0,2907,2905,2906,2907,2905,2906,42,3900,2898,368,0,2906,2904,2774,2906,2904,2774,42,3900,368,2839,0,2906,2774,2776,2906,2774,2776,42,2839,2348,3900,0,2776,2908,2906,2776,2908,2906,42,334,3900,2348,0,2907,2906,2908,2907,2906,2908,42,2348,2839,367,0,2908,2776,2778,2908,2776,2778,42,3901,334,2348,0,2909,2907,2908,2909,2907,2908,42,2348,2949,3901,0,2908,2780,2909,2908,2780,2909,42,366,3901,2949,0,2782,2909,2780,2782,2909,2780,42,2949,2348,367,0,2780,2908,2778,2780,2908,2778,42,2478,334,3901,0,2910,2907,2909,2910,2907,2909,42,3901,2530,2478,0,2909,2911,2910,2909,2911,2910,42,333,2478,2530,0,2912,2910,2911,2912,2910,2911,42,2530,3901,366,0,2911,2909,2782,2911,2909,2782,42,2471,333,2530,0,2913,2912,2911,2913,2912,2911,42,2530,3902,2471,0,2911,2914,2913,2911,2914,2913,42,332,2471,3902,0,2915,2913,2914,2915,2913,2914,42,3902,2530,366,0,2914,2911,2782,2914,2911,2782,42,3902,366,3003,0,2914,2782,2783,2914,2782,2783,42,3003,2382,3902,0,2783,2916,2914,2783,2916,2914,42,332,3902,2382,0,2915,2914,2916,2915,2914,2916,42,2382,3003,365,0,2916,2783,2785,2916,2783,2785,42,3903,332,2382,0,2917,2915,2916,2917,2915,2916,42,2382,2851,3903,0,2916,2787,2917,2916,2787,2917,42,363,3903,2851,0,2789,2917,2787,2789,2917,2787,42,2851,2382,365,0,2787,2916,2785,2787,2916,2785,42,2293,332,3903,0,2918,2915,2917,2918,2915,2917,42,3903,1910,2293,0,2917,2919,2918,2917,2919,2918,42,330,2293,1910,0,2920,2918,2919,2920,2918,2919,42,1910,3903,363,0,2919,2917,2789,2919,2917,2789,42,3904,330,1910,0,2921,2920,2919,2921,2920,2919,42,1910,2772,3904,0,2919,2792,2921,2919,2792,2921,42,364,3904,2772,0,2794,2921,2792,2794,2921,2792,42,2772,1910,363,0,2792,2919,2789,2792,2919,2789,42,2228,330,3904,0,2922,2920,2921,2922,2920,2921,42,3904,2294,2228,0,2921,2923,2922,2921,2923,2922,42,331,2228,2294,0,2924,2922,2923,2924,2922,2923,42,2294,3904,364,0,2923,2921,2794,2923,2921,2794,42,2170,329,1967,0,2925,2926,2927,2925,2926,2927,42,1967,3905,2170,0,2927,2928,2925,2927,2928,2925,42,328,2170,3905,0,2929,2925,2928,2929,2925,2928,42,3905,1967,362,0,2928,2927,2796,2928,2927,2796,42,3905,362,1597,0,2928,2796,2798,2928,2796,2798,42,1597,2218,3905,0,2798,2930,2928,2798,2930,2928,42,328,3905,2218,0,2929,2928,2930,2929,2928,2930,42,2218,1597,361,0,2930,2798,2800,2930,2798,2800,42,3906,328,2218,0,2931,2929,2930,2931,2929,2930,42,2218,1748,3906,0,2930,2802,2931,2930,2802,2931,42,360,3906,1748,0,2804,2931,2802,2804,2931,2802,42,1748,2218,361,0,2802,2930,2800,2802,2930,2800,42,2290,328,3906,0,2932,2929,2931,2932,2929,2931,42,3906,2208,2290,0,2931,2933,2932,2931,2933,2932,42,327,2290,2208,0,2934,2932,2933,2934,2932,2933,42,2208,3906,360,0,2933,2931,2804,2933,2931,2804,42,2178,327,2208,0,2935,2934,2933,2935,2934,2933,42,2208,3907,2178,0,2933,2936,2935,2933,2936,2935,42,326,2178,3907,0,2937,2935,2936,2937,2935,2936,42,3907,2208,360,0,2936,2933,2804,2936,2933,2804,42,3907,360,1598,0,2936,2804,2805,2936,2804,2805,42,1598,2494,3907,0,2805,2938,2936,2805,2938,2936,42,326,3907,2494,0,2937,2936,2938,2937,2936,2938,42,2494,1598,359,0,2938,2805,2807,2938,2805,2807,42,2593,326,2494,0,2939,2937,2938,2939,2937,2938,42,2494,3908,2593,0,2938,2940,2939,2938,2940,2939,42,325,2593,3908,0,2941,2939,2940,2941,2939,2940,42,3908,2494,359,0,2940,2938,2807,2940,2938,2807,42,3908,359,2035,0,2940,2807,2809,2940,2807,2809,42,2035,2511,3908,0,2809,2942,2940,2809,2942,2940,42,325,3908,2511,0,2941,2940,2942,2941,2940,2942,42,2511,2035,358,0,2942,2809,2811,2942,2809,2811,42,2092,325,2511,0,2943,2941,2942,2943,2941,2942,42,2511,3909,2092,0,2942,2944,2943,2942,2944,2943,42,324,2092,3909,0,2945,2943,2944,2945,2943,2944,42,3909,2511,358,0,2944,2942,2811,2944,2942,2811,42,3909,358,1631,0,2944,2811,2813,2944,2811,2813,42,1631,2268,3909,0,2813,2946,2944,2813,2946,2944,42,324,3909,2268,0,2945,2944,2946,2945,2944,2946,42,2268,1631,357,0,2946,2813,2815,2946,2813,2815,42,3910,324,2268,0,2947,2945,2946,2947,2945,2946,42,2268,1530,3910,0,2946,2818,2947,2946,2818,2947,42,356,3910,1530,0,2820,2947,2818,2820,2947,2818,42,1530,2268,357,0,2818,2946,2815,2818,2946,2815,42,2098,324,3910,0,2948,2945,2947,2948,2945,2947,42,3910,2139,2098,0,2947,2949,2948,2947,2949,2948,42,323,2098,2139,0,2950,2948,2949,2950,2948,2949,42,2139,3910,356,0,2949,2947,2820,2949,2947,2820,42,3911,323,2139,0,2951,2950,2949,2951,2950,2949,42,2139,1536,3911,0,2949,2822,2951,2949,2822,2951,42,355,3911,1536,0,2824,2951,2822,2824,2951,2822,42,1536,2139,356,0,2822,2949,2820,2822,2949,2820,42,2108,323,3911,0,2952,2950,2951,2952,2950,2951,42,3911,3095,2108,0,2951,2953,2952,2951,2953,2952,42,322,2108,3095,0,2954,2952,2953,2954,2952,2953,42,3095,3911,355,0,2953,2951,2824,2953,2951,2824,42,3912,322,3095,0,2955,2954,2953,2955,2954,2953,42,3095,2614,3912,0,2953,2825,2955,2953,2825,2955,42,354,3912,2614,0,2827,2955,2825,2827,2955,2825,42,2614,3095,355,0,2825,2953,2824,2825,2953,2824,42,2118,322,3912,0,2956,2954,2955,2956,2954,2955,42,3912,2173,2118,0,2955,2957,2956,2955,2957,2956,42,321,2118,2173,0,2958,2956,2957,2958,2956,2957,42,2173,3912,354,0,2957,2955,2827,2957,2955,2827,42,2132,321,2173,0,2959,2958,2957,2959,2958,2957,42,2173,3913,2132,0,2957,2960,2959,2957,2960,2959,42,320,2132,3913,0,2961,2959,2960,2961,2959,2960,42,3913,2173,354,0,2960,2957,2827,2960,2957,2827,42,3913,354,2629,0,2960,2827,2830,2960,2827,2830,42,2629,2324,3913,0,2830,2962,2960,2830,2962,2960,42,320,3913,2324,0,2961,2960,2962,2961,2960,2962,42,2324,2629,353,0,2962,2830,2832,2962,2830,2832,42,2254,320,2324,0,2963,2961,2962,2963,2961,2962,42,2324,3914,2254,0,2962,2964,2963,2962,2964,2963,42,319,2254,3914,0,2965,2963,2964,2965,2963,2964,42,3914,2324,353,0,2964,2962,2832,2964,2962,2832,42,3914,353,2641,0,2964,2832,2833,2964,2832,2833,42,2641,2174,3914,0,2833,2966,2964,2833,2966,2964,42,319,3914,2174,0,2965,2964,2966,2965,2964,2966,42,2174,2641,352,0,2966,2833,2835,2966,2833,2835,42,2514,319,2174,0,2967,2965,2966,2967,2965,2966,42,2174,3915,2514,0,2966,2968,2967,2966,2968,2967,42,318,2514,3915,0,2969,2967,2968,2969,2967,2968,42,3915,2174,352,0,2968,2966,2835,2968,2966,2835,42,3915,352,3031,0,2968,2835,2837,2968,2835,2837,42,3031,2574,3915,0,2837,2970,2968,2837,2970,2968,42,318,3915,2574,0,2969,2968,2970,2969,2968,2970,42,2574,3031,351,0,2970,2837,2839,2970,2837,2839,42,3916,318,2574,0,2971,2969,2970,2971,2969,2970,42,2574,3009,3916,0,2970,2841,2971,2970,2841,2971,42,350,3916,3009,0,2843,2971,2841,2843,2971,2841,42,3009,2574,351,0,2841,2970,2839,2841,2970,2839,42,2486,318,3916,0,2972,2969,2971,2972,2969,2971,42,3916,2140,2486,0,2971,2973,2972,2971,2973,2972,42,317,2486,2140,0,2974,2972,2973,2974,2972,2973,42,2140,3916,350,0,2973,2971,2843,2973,2971,2843,42,2216,317,2140,0,2975,2974,2973,2975,2974,2973,42,2140,3917,2216,0,2973,2976,2975,2973,2976,2975,42,316,2216,3917,0,2977,2975,2976,2977,2975,2976,42,3917,2140,350,0,2976,2973,2843,2976,2973,2843,42,3917,350,2731,0,2976,2843,2845,2976,2843,2845,42,2731,2269,3917,0,2845,2978,2976,2845,2978,2976,42,316,3917,2269,0,2977,2976,2978,2977,2976,2978,42,2269,2731,349,0,2978,2845,2847,2978,2845,2847,42,3918,316,2269,0,2979,2977,2978,2979,2977,2978,42,2269,2726,3918,0,2978,2849,2979,2978,2849,2979,42,348,3918,2726,0,2851,2979,2849,2851,2979,2849,42,2726,2269,349,0,2849,2978,2847,2849,2978,2847,42,1992,316,3918,0,2980,2977,2979,2980,2977,2979,42,3918,2058,1992,0,2979,2981,2980,2979,2981,2980,42,315,1992,2058,0,2982,2980,2981,2982,2980,2981,42,2058,3918,348,0,2981,2979,2851,2981,2979,2851,42,3919,315,2058,0,2983,2982,2981,2983,2982,2981,42,2058,2570,3919,0,2981,2854,2983,2981,2854,2983,42,347,3919,2570,0,2856,2983,2854,2856,2983,2854,42,2570,2058,348,0,2854,2981,2851,2854,2981,2851,42,2093,315,3919,0,2984,2982,2983,2984,2982,2983,42,3919,2045,2093,0,2983,2985,2984,2983,2985,2984,42,314,2093,2045,0,2986,2984,2985,2986,2984,2985,42,2045,3919,347,0,2985,2983,2856,2985,2983,2856,42,3920,314,2045,0,2987,2986,2985,2987,2986,2985,42,2045,2415,3920,0,2985,2858,2987,2985,2858,2987,42,346,3920,2415,0,2860,2987,2858,2860,2987,2858,42,2415,2045,347,0,2858,2985,2856,2858,2985,2856,42,1954,314,3920,0,2988,2986,2987,2988,2986,2987,42,3920,2278,1954,0,2987,2989,2988,2987,2989,2988,42,313,1954,2278,0,2990,2988,2989,2990,2988,2989,42,2278,3920,346,0,2989,2987,2860,2989,2987,2860,42,3921,313,2278,0,2991,2990,2989,2991,2990,2989,42,2278,1738,3921,0,2989,2862,2991,2989,2862,2991,42,345,3921,1738,0,2864,2991,2862,2864,2991,2862,42,1738,2278,346,0,2862,2989,2860,2862,2989,2860,42,2345,313,3921,0,2992,2990,2991,2992,2990,2991,42,3921,2296,2345,0,2991,2993,2992,2991,2993,2992,42,312,2345,2296,0,2994,2992,2993,2994,2992,2993,42,2296,3921,345,0,2993,2991,2864,2993,2991,2864,42,3922,312,2296,0,2995,2994,2993,2995,2994,2993,42,2296,1888,3922,0,2993,2866,2995,2993,2866,2995,42,344,3922,1888,0,2868,2995,2866,2868,2995,2866,42,1888,2296,345,0,2866,2993,2864,2866,2993,2864,42,2466,312,3922,0,2996,2994,2995,2996,2994,2995,42,3922,2551,2466,0,2995,2997,2996,2995,2997,2996,42,311,2466,2551,0,2998,2996,2997,2998,2996,2997,42,2551,3922,344,0,2997,2995,2868,2997,2995,2868,42,2420,311,2551,0,2999,2998,2997,2999,2998,2997,42,2551,3923,2420,0,2997,3000,2999,2997,3000,2999,42,310,2420,3923,0,3001,2999,3000,3001,2999,3000,42,3923,2551,344,0,3000,2997,2868,3000,2997,2868,42,3923,344,2019,0,3000,2868,2869,3000,2868,2869,42,2019,2497,3923,0,2869,3002,3000,2869,3002,3000,42,310,3923,2497,0,3001,3000,3002,3001,3000,3002,42,2497,2019,343,0,3002,2869,2871,3002,2869,2871,42,2433,310,2497,0,3003,3001,3002,3003,3001,3002,42,2497,3924,2433,0,3002,3004,3003,3002,3004,3003,42,309,2433,3924,0,3005,3003,3004,3005,3003,3004,42,3924,2497,343,0,3004,3002,2871,3004,3002,2871,42,3924,343,1819,0,3004,2871,2874,3004,2871,2874,42,1819,2372,3924,0,2874,3006,3004,2874,3006,3004,42,309,3924,2372,0,3005,3004,3006,3005,3004,3006,42,2372,1819,342,0,3006,2874,2876,3006,2874,2876,42,2928,309,2372,0,3007,3005,3006,3007,3005,3006,42,2372,3925,2928,0,3006,3008,3007,3006,3008,3007,42,308,2928,3925,0,3009,3007,3008,3009,3007,3008,42,3925,2372,342,0,3008,3006,2876,3008,3006,2876,42,3925,342,2367,0,3008,2876,2878,3008,2876,2878,42,2367,3005,3925,0,2878,3010,3008,2878,3010,3008,42,308,3925,3005,0,3009,3008,3010,3009,3008,3010,42,3005,2367,341,0,3010,2878,2880,3010,2878,2880,42,3926,308,3005,0,3011,3009,3010,3011,3009,3010,42,3005,2338,3926,0,3010,2881,3011,3010,2881,3011,42,340,3926,2338,0,2883,3011,2881,2883,3011,2881,42,2338,3005,341,0,2881,3010,2880,2881,3010,2880,42,2933,308,3926,0,3012,3009,3011,3012,3009,3011,42,3926,3136,2933,0,3011,3013,3012,3011,3013,3012,42,307,2933,3136,0,3014,3012,3013,3014,3012,3013,42,3136,3926,340,0,3013,3011,2883,3013,3011,2883,42,3018,307,3136,0,3015,3014,3013,3015,3014,3013,42,3136,3927,3018,0,3013,3016,3015,3013,3016,3015,42,306,3018,3927,0,3017,3015,3016,3017,3015,3016,42,3927,3136,340,0,3016,3013,2883,3016,3013,2883,42,3927,340,2339,0,3016,2883,2885,3016,2883,2885,42,2339,2954,3927,0,2885,3018,3016,2885,3018,3016,42,306,3927,2954,0,3017,3016,3018,3017,3016,3018,42,2954,2339,339,0,3018,2885,2887,3018,2885,2887,42,2907,306,2954,0,3019,3017,3018,3019,3017,3018,42,2954,3928,2907,0,3018,3020,3019,3018,3020,3019,42,305,2907,3928,0,3021,3019,3020,3021,3019,3020,42,3928,2954,339,0,3020,3018,2887,3020,3018,2887,42,3928,339,2299,0,3020,2887,2889,3020,2887,2889,42,2299,2449,3928,0,2889,3022,3020,2889,3022,3020,42,305,3928,2449,0,3021,3020,3022,3021,3020,3022,42,2449,2299,338,0,3022,2889,2891,3022,2889,2891,42,3929,305,2449,0,3023,3021,3022,3023,3021,3022,42,2449,2965,3929,0,3022,2893,3023,3022,2893,3023,42,337,3929,2965,0,2895,3023,2893,2895,3023,2893,42,2965,2449,338,0,2893,3022,2891,2893,3022,2891,42,2516,305,3929,0,3024,3021,3023,3024,3021,3023,42,3929,2461,2516,0,3023,3025,3024,3023,3025,3024,42,304,2516,2461,0,3026,3024,3025,3026,3024,3025,42,2461,3929,337,0,3025,3023,2895,3025,3023,2895,42,3930,304,2461,0,3027,3026,3025,3027,3026,3025,42,2461,3117,3930,0,3025,2897,3027,3025,2897,3027,42,336,3930,3117,0,2899,3027,2897,2899,3027,2897,42,3117,2461,337,0,2897,3025,2895,2897,3025,2895,42,2636,304,3930,0,3028,3026,3027,3028,3026,3027,42,3930,2450,2636,0,3027,3029,3028,3027,3029,3028,42,303,2636,2450,0,3030,3028,3029,3030,3028,3029,42,2450,3930,336,0,3029,3027,2899,3029,3027,2899,42,2483,303,2450,0,3031,3030,3029,3031,3030,3029,42,2450,3931,2483,0,3029,3032,3031,3029,3032,3031,42,302,2483,3931,0,3033,3031,3032,3033,3031,3032,42,3931,2450,336,0,3032,3029,2899,3032,3029,2899,42,3931,336,2966,0,3032,2899,2901,3032,2899,2901,42,2966,2435,3931,0,2901,3034,3032,2901,3034,3032,42,302,3931,2435,0,3033,3032,3034,3033,3032,3034,42,2435,2966,335,0,3034,2901,2903,3034,2901,2903,42,1742,302,2435,0,3035,3033,3034,3035,3033,3034,42,2435,3932,1742,0,3034,3036,3035,3034,3036,3035,42,301,1742,3932,0,3037,3035,3036,3037,3035,3036,42,3932,2435,335,0,3036,3034,2903,3036,3034,2903,42,3932,335,2300,0,3036,2903,2905,3036,2903,2905,42,2300,1974,3932,0,2905,3038,3036,2905,3038,3036,42,301,3932,1974,0,3037,3036,3038,3037,3036,3038,42,1974,2300,334,0,3038,2905,2907,3038,2905,2907,42,3933,301,1974,0,3039,3037,3038,3039,3037,3038,42,1974,2478,3933,0,3038,2910,3039,3038,2910,3039,42,333,3933,2478,0,2912,3039,2910,2912,3039,2910,42,2478,1974,334,0,2910,3038,2907,2910,3038,2907,42,2021,301,3933,0,3040,3037,3039,3040,3037,3039,42,3933,2086,2021,0,3039,3041,3040,3039,3041,3040,42,300,2021,2086,0,3042,3040,3041,3042,3040,3041,42,2086,3933,333,0,3041,3039,2912,3041,3039,2912,42,2043,300,2086,0,3043,3042,3041,3043,3042,3041,42,2086,3934,2043,0,3041,3044,3043,3041,3044,3043,42,299,2043,3934,0,3045,3043,3044,3045,3043,3044,42,3934,2086,333,0,3044,3041,2912,3044,3041,2912,42,3934,333,2471,0,3044,2912,2913,3044,2912,2913,42,2471,2003,3934,0,2913,3046,3044,2913,3046,3044,42,299,3934,2003,0,3045,3044,3046,3045,3044,3046,42,2003,2471,332,0,3046,2913,2915,3046,2913,2915,42,3935,299,2003,0,3047,3045,3046,3047,3045,3046,42,2003,2293,3935,0,3046,2918,3047,3046,2918,3047,42,330,3935,2293,0,2920,3047,2918,2920,3047,2918,42,2293,2003,332,0,2918,3046,2915,2918,3046,2915,42,1605,299,3935,0,3048,3045,3047,3048,3045,3047,42,3935,2535,1605,0,3047,3049,3048,3047,3049,3048,42,297,1605,2535,0,3050,3048,3049,3050,3048,3049,42,2535,3935,330,0,3049,3047,2920,3049,3047,2920,42,3936,297,2535,0,3051,3050,3049,3051,3050,3049,42,2535,2228,3936,0,3049,2922,3051,3049,2922,3051,42,331,3936,2228,0,2924,3051,2922,2924,3051,2922,42,2228,2535,330,0,2922,3049,2920,2922,3049,2920,42,1668,297,3936,0,3052,3050,3051,3052,3050,3051,42,3936,1836,1668,0,3051,3053,3052,3051,3053,3052,42,298,1668,1836,0,3054,3052,3053,3054,3052,3053,42,1836,3936,331,0,3053,3051,2924,3053,3051,2924,42,3937,296,2550,0,3055,3056,3057,3055,3056,3057,42,2550,2170,3937,0,3057,2925,3055,3057,2925,3055,42,328,3937,2170,0,2929,3055,2925,2929,3055,2925,42,2170,2550,329,0,2925,3057,2926,2925,3057,2926,42,2718,296,3937,0,3058,3056,3055,3058,3056,3055,42,3937,2800,2718,0,3055,3059,3058,3055,3059,3058,42,295,2718,2800,0,3060,3058,3059,3060,3058,3059,42,2800,3937,328,0,3059,3055,2929,3059,3055,2929,42,2874,295,2800,0,3061,3060,3059,3061,3060,3059,42,2800,3938,2874,0,3059,3062,3061,3059,3062,3061,42,294,2874,3938,0,3063,3061,3062,3063,3061,3062,42,3938,2800,328,0,3062,3059,2929,3062,3059,2929,42,3938,328,2290,0,3062,2929,2932,3062,2929,2932,42,2290,2815,3938,0,2932,3064,3062,2932,3064,3062,42,294,3938,2815,0,3063,3062,3064,3063,3062,3064,42,2815,2290,327,0,3064,2932,2934,3064,2932,2934,42,2751,294,2815,0,3065,3063,3064,3065,3063,3064,42,2815,3939,2751,0,3064,3066,3065,3064,3066,3065,42,293,2751,3939,0,3067,3065,3066,3067,3065,3066,42,3939,2815,327,0,3066,3064,2934,3066,3064,2934,42,3939,327,2178,0,3066,2934,2935,3066,2934,2935,42,2178,3099,3939,0,2935,3068,3066,2935,3068,3066,42,293,3939,3099,0,3067,3066,3068,3067,3066,3068,42,3099,2178,326,0,3068,2935,2937,3068,2935,2937,42,3940,293,3099,0,3069,3067,3068,3069,3067,3068,42,3099,2593,3940,0,3068,2939,3069,3068,2939,3069,42,325,3940,2593,0,2941,3069,2939,2941,3069,2939,42,2593,3099,326,0,2939,3068,2937,2939,3068,2937,42,2651,293,3940,0,3070,3067,3069,3070,3067,3069,42,3940,2733,2651,0,3069,3071,3070,3069,3071,3070,42,292,2651,2733,0,3072,3070,3071,3072,3070,3071,42,2733,3940,325,0,3071,3069,2941,3071,3069,2941,42,2653,292,2733,0,3073,3072,3071,3073,3072,3071,42,2733,3941,2653,0,3071,3074,3073,3071,3074,3073,42,291,2653,3941,0,3075,3073,3074,3075,3073,3074,42,3941,2733,325,0,3074,3071,2941,3074,3071,2941,42,3941,325,2092,0,3074,2941,2943,3074,2941,2943,42,2092,2867,3941,0,2943,3076,3074,2943,3076,3074,42,291,3941,2867,0,3075,3074,3076,3075,3074,3076,42,2867,2092,324,0,3076,2943,2945,3076,2943,2945,42,3942,291,2867,0,3077,3075,3076,3077,3075,3076,42,2867,2098,3942,0,3076,2948,3077,3076,2948,3077,42,323,3942,2098,0,2950,3077,2948,2950,3077,2948,42,2098,2867,324,0,2948,3076,2945,2948,3076,2945,42,2670,291,3942,0,3078,3075,3077,3078,3075,3077,42,3942,2753,2670,0,3077,3079,3078,3077,3079,3078,42,290,2670,2753,0,3080,3078,3079,3080,3078,3079,42,2753,3942,323,0,3079,3077,2950,3079,3077,2950,42,3943,290,2753,0,3081,3080,3079,3081,3080,3079,42,2753,2108,3943,0,3079,2952,3081,3079,2952,3081,42,322,3943,2108,0,2954,3081,2952,2954,3081,2952,42,2108,2753,323,0,2952,3079,2950,2952,3079,2950,42,2683,290,3943,0,3082,3080,3081,3082,3080,3081,42,3943,2635,2683,0,3081,3083,3082,3081,3083,3082,42,289,2683,2635,0,3084,3082,3083,3084,3082,3083,42,2635,3943,322,0,3083,3081,2954,3083,3081,2954,42,3944,289,2635,0,3085,3084,3083,3085,3084,3083,42,2635,2118,3944,0,3083,2956,3085,3083,2956,3085,42,321,3944,2118,0,2958,3085,2956,2958,3085,2956,42,2118,2635,322,0,2956,3083,2954,2956,3083,2954,42,1648,289,3944,0,3086,3084,3085,3086,3084,3085,42,3944,1709,1648,0,3085,3087,3086,3085,3087,3086,42,288,1648,1709,0,3088,3086,3087,3088,3086,3087,42,1709,3944,321,0,3087,3085,2958,3087,3085,2958,42,1771,288,1709,0,3089,3088,3087,3089,3088,3087,42,1709,3945,1771,0,3087,3090,3089,3087,3090,3089,42,287,1771,3945,0,3091,3089,3090,3091,3089,3090,42,3945,1709,321,0,3090,3087,2958,3090,3087,2958,42,3945,321,2132,0,3090,2958,2959,3090,2958,2959,42,2132,1822,3945,0,2959,3092,3090,2959,3092,3090,42,287,3945,1822,0,3091,3090,3092,3091,3090,3092,42,1822,2132,320,0,3092,2959,2961,3092,2959,2961,42,1761,287,1822,0,3093,3091,3092,3093,3091,3092,42,1822,3946,1761,0,3092,3094,3093,3092,3094,3093,42,286,1761,3946,0,3095,3093,3094,3095,3093,3094,42,3946,1822,320,0,3094,3092,2961,3094,3092,2961,42,3946,320,2254,0,3094,2961,2963,3094,2961,2963,42,2254,1673,3946,0,2963,3096,3094,2963,3096,3094,42,286,3946,1673,0,3095,3094,3096,3095,3094,3096,42,1673,2254,319,0,3096,2963,2965,3096,2963,2965,42,2027,286,1673,0,3097,3095,3096,3097,3095,3096,42,1673,3947,2027,0,3096,3098,3097,3096,3098,3097,42,285,2027,3947,0,3099,3097,3098,3099,3097,3098,42,3947,1673,319,0,3098,3096,2965,3098,3096,2965,42,3947,319,2514,0,3098,2965,2967,3098,2965,2967,42,2514,2063,3947,0,2967,3100,3098,2967,3100,3098,42,285,3947,2063,0,3099,3098,3100,3099,3098,3100,42,2063,2514,318,0,3100,2967,2969,3100,2967,2969,42,2022,285,2063,0,3101,3099,3100,3101,3099,3100,42,2063,3948,2022,0,3100,3102,3101,3100,3102,3101,42,284,2022,3948,0,3103,3101,3102,3103,3101,3102,42,3948,2063,318,0,3102,3100,2969,3102,3100,2969,42,3948,318,2486,0,3102,2969,2972,3102,2969,2972,42,2486,1651,3948,0,2972,3104,3102,2972,3104,3102,42,284,3948,1651,0,3103,3102,3104,3103,3102,3104,42,1651,2486,317,0,3104,2972,2974,3104,2972,2974,42,3949,284,1651,0,3105,3103,3104,3105,3103,3104,42,1651,2216,3949,0,3104,2975,3105,3104,2975,3105,42,316,3949,2216,0,2977,3105,2975,2977,3105,2975,42,2216,1651,317,0,2975,3104,2974,2975,3104,2974,42,1830,284,3949,0,3106,3103,3105,3106,3103,3105,42,3949,1758,1830,0,3105,3107,3106,3105,3107,3106,42,283,1830,1758,0,3108,3106,3107,3108,3106,3107,42,1758,3949,316,0,3107,3105,2977,3107,3105,2977,42,1438,283,1758,0,3109,3108,3107,3109,3108,3107,42,1758,3950,1438,0,3107,3110,3109,3107,3110,3109,42,282,1438,3950,0,3111,3109,3110,3111,3109,3110,42,3950,1758,316,0,3110,3107,2977,3110,3107,2977,42,3950,316,1992,0,3110,2977,2980,3110,2977,2980,42,1992,1476,3950,0,2980,3112,3110,2980,3112,3110,42,282,3950,1476,0,3111,3110,3112,3111,3110,3112,42,1476,1992,315,0,3112,2980,2982,3112,2980,2982,42,3951,282,1476,0,3113,3111,3112,3113,3111,3112,42,1476,2093,3951,0,3112,2984,3113,3112,2984,3113,42,314,3951,2093,0,2986,3113,2984,2986,3113,2984,42,2093,1476,315,0,2984,3112,2982,2984,3112,2982,42,1542,282,3951,0,3114,3111,3113,3114,3111,3113,42,3951,1462,1542,0,3113,3115,3114,3113,3115,3114,42,281,1542,1462,0,3116,3114,3115,3116,3114,3115,42,1462,3951,314,0,3115,3113,2986,3115,3113,2986,42,3952,281,1462,0,3117,3116,3115,3117,3116,3115,42,1462,1954,3952,0,3115,2988,3117,3115,2988,3117,42,313,3952,1954,0,2990,3117,2988,2990,3117,2988,42,1954,1462,314,0,2988,3115,2986,2988,3115,2986,42,1427,281,3952,0,3118,3116,3117,3118,3116,3117,42,3952,2799,1427,0,3117,3119,3118,3117,3119,3118,42,280,1427,2799,0,3120,3118,3119,3120,3118,3119,42,2799,3952,313,0,3119,3117,2990,3119,3117,2990,42,3953,280,2799,0,3121,3120,3119,3121,3120,3119,42,2799,2345,3953,0,3119,2992,3121,3119,2992,3121,42,312,3953,2345,0,2994,3121,2992,2994,3121,2992,42,2345,2799,313,0,2992,3119,2990,2992,3119,2990,42,2868,280,3953,0,3122,3120,3121,3122,3120,3121,42,3953,2783,2868,0,3121,3123,3122,3121,3123,3122,42,279,2868,2783,0,3124,3122,3123,3124,3122,3123,42,2783,3953,312,0,3123,3121,2994,3123,3121,2994,42,3954,279,2783,0,3125,3124,3123,3125,3124,3123,42,2783,2466,3954,0,3123,2996,3125,3123,2996,3125,42,311,3954,2466,0,2998,3125,2996,2998,3125,2996,42,2466,2783,312,0,2996,3123,2994,2996,3123,2994,42,2943,279,3954,0,3126,3124,3125,3126,3124,3125,42,3954,3130,2943,0,3125,3127,3126,3125,3127,3126,42,278,2943,3130,0,3128,3126,3127,3128,3126,3127,42,3130,3954,311,0,3127,3125,2998,3127,3125,2998,42,2951,278,3130,0,3129,3128,3127,3129,3128,3127,42,3130,3955,2951,0,3127,3130,3129,3127,3130,3129,42,277,2951,3955,0,3131,3129,3130,3131,3129,3130,42,3955,3130,311,0,3130,3127,2998,3130,3127,2998,42,3955,311,2420,0,3130,2998,2999,3130,2998,2999,42,2420,3015,3955,0,2999,3132,3130,2999,3132,3130,42,277,3955,3015,0,3131,3130,3132,3131,3130,3132,42,3015,2420,310,0,3132,2999,3001,3132,2999,3001,42,2929,277,3015,0,3133,3131,3132,3133,3131,3132,42,3015,3956,2929,0,3132,3134,3133,3132,3134,3133,42,276,2929,3956,0,3135,3133,3134,3135,3133,3134,42,3956,3015,310,0,3134,3132,3001,3134,3132,3001,42,3956,310,2433,0,3134,3001,3003,3134,3001,3003,42,2433,2845,3956,0,3003,3136,3134,3003,3136,3134,42,276,3956,2845,0,3135,3134,3136,3135,3134,3136,42,2845,2433,309,0,3136,3003,3005,3136,3003,3005,42,1341,276,2845,0,3137,3135,3136,3137,3135,3136,42,2845,3957,1341,0,3136,3138,3137,3136,3138,3137,42,275,1341,3957,0,3139,3137,3138,3139,3137,3138,42,3957,2845,309,0,3138,3136,3005,3138,3136,3005,42,3957,309,2928,0,3138,3005,3007,3138,3005,3007,42,2928,1403,3957,0,3007,3140,3138,3007,3140,3138,42,275,3957,1403,0,3139,3138,3140,3139,3138,3140,42,1403,2928,308,0,3140,3007,3009,3140,3007,3009,42,3958,275,1403,0,3141,3139,3140,3141,3139,3140,42,1403,2933,3958,0,3140,3012,3141,3140,3012,3141,42,307,3958,2933,0,3014,3141,3012,3014,3141,3012,42,2933,1403,308,0,3012,3140,3009,3012,3140,3009,42,1558,275,3958,0,3142,3139,3141,3142,3139,3141,42,3958,1349,1558,0,3141,3143,3142,3141,3143,3142,42,274,1558,1349,0,3144,3142,3143,3144,3142,3143,42,1349,3958,307,0,3143,3141,3014,3143,3141,3014,42,3959,274,1349,0,3145,3144,3143,3145,3144,3143,42,1349,3018,3959,0,3143,3015,3145,3143,3015,3145,42,306,3959,3018,0,3017,3145,3015,3017,3145,3015,42,3018,1349,307,0,3015,3143,3014,3015,3143,3014,42,1445,274,3959,0,3146,3144,3145,3146,3144,3145,42,3959,1363,1445,0,3145,3147,3146,3145,3147,3146,42,273,1445,1363,0,3148,3146,3147,3148,3146,3147,42,1363,3959,306,0,3147,3145,3017,3147,3145,3017,42,1321,273,1363,0,3149,3148,3147,3149,3148,3147,42,1363,3960,1321,0,3147,3150,3149,3147,3150,3149,42,272,1321,3960,0,3151,3149,3150,3151,3149,3150,42,3960,1363,306,0,3150,3147,3017,3150,3147,3017,42,3960,306,2907,0,3150,3017,3019,3150,3017,3019,42,2907,1912,3960,0,3019,3152,3150,3019,3152,3150,42,272,3960,1912,0,3151,3150,3152,3151,3150,3152,42,1912,2907,305,0,3152,3019,3021,3152,3019,3021,42,1993,272,1912,0,3153,3151,3152,3153,3151,3152,42,1912,3961,1993,0,3152,3154,3153,3152,3154,3153,42,271,1993,3961,0,3155,3153,3154,3155,3153,3154,42,3961,1912,305,0,3154,3152,3021,3154,3152,3021,42,3961,305,2516,0,3154,3021,3024,3154,3021,3024,42,2516,1899,3961,0,3024,3156,3154,3024,3156,3154,42,271,3961,1899,0,3155,3154,3156,3155,3154,3156,42,1899,2516,304,0,3156,3024,3026,3156,3024,3026,42,2094,271,1899,0,3157,3155,3156,3157,3155,3156,42,1899,3962,2094,0,3156,3158,3157,3156,3158,3157,42,270,2094,3962,0,3159,3157,3158,3159,3157,3158,42,3962,1899,304,0,3158,3156,3026,3158,3156,3026,42,3962,304,2636,0,3158,3026,3028,3158,3026,3028,42,2636,1886,3962,0,3028,3160,3158,3028,3160,3158,42,270,3962,1886,0,3159,3158,3160,3159,3158,3160,42,1886,2636,303,0,3160,3028,3030,3160,3028,3030,42,1204,270,1886,0,3161,3159,3160,3161,3159,3160,42,1886,3963,1204,0,3160,3162,3161,3160,3162,3161,42,269,1204,3963,0,3163,3161,3162,3163,3161,3162,42,3963,1886,303,0,3162,3160,3030,3162,3160,3030,42,3963,303,2483,0,3162,3030,3031,3162,3030,3031,42,2483,1260,3963,0,3031,3164,3162,3031,3164,3162,42,269,3963,1260,0,3163,3162,3164,3163,3162,3164,42,1260,2483,302,0,3164,3031,3033,3164,3031,3033,42,1200,269,1260,0,3165,3163,3164,3165,3163,3164,42,1260,3964,1200,0,3164,3166,3165,3164,3166,3165,42,268,1200,3964,0,3167,3165,3166,3167,3165,3166,42,3964,1260,302,0,3166,3164,3033,3166,3164,3033,42,3964,302,1742,0,3166,3033,3035,3166,3033,3035,42,1742,1395,3964,0,3035,3168,3166,3035,3168,3166,42,268,3964,1395,0,3167,3166,3168,3167,3166,3168,42,1395,1742,301,0,3168,3035,3037,3168,3035,3037,42,3965,268,1395,0,3169,3167,3168,3169,3167,3168,42,1395,2021,3965,0,3168,3040,3169,3168,3040,3169,42,300,3965,2021,0,3042,3169,3040,3042,3169,3040,42,2021,1395,301,0,3040,3168,3037,3040,3168,3037,42,1506,268,3965,0,3170,3167,3169,3170,3167,3169,42,3965,1553,1506,0,3169,3171,3170,3169,3171,3170,42,267,1506,1553,0,3172,3170,3171,3172,3170,3171,42,1553,3965,300,0,3171,3169,3042,3171,3169,3042,42,3966,267,1553,0,3173,3172,3171,3173,3172,3171,42,1553,2043,3966,0,3171,3043,3173,3171,3043,3173,42,299,3966,2043,0,3045,3173,3043,3045,3173,3043,42,2043,1553,300,0,3043,3171,3042,3043,3171,3042,42,1492,267,3966,0,3174,3172,3173,3174,3172,3173,42,3966,1418,1492,0,3173,3175,3174,3173,3175,3174,42,266,1492,1418,0,3176,3174,3175,3176,3174,3175,42,1418,3966,299,0,3175,3173,3045,3175,3173,3045,42,3967,266,1418,0,3177,3176,3175,3177,3176,3175,42,1418,1605,3967,0,3175,3048,3177,3175,3048,3177,42,297,3967,1605,0,3050,3177,3048,3050,3177,3048,42,1605,1418,299,0,3048,3175,3045,3048,3175,3045,42,1090,266,3967,0,3178,3176,3177,3178,3176,3177,42,3967,3075,1090,0,3177,3179,3178,3177,3179,3178,42,264,1090,3075,0,3180,3178,3179,3180,3178,3179,42,3075,3967,297,0,3179,3177,3050,3179,3177,3050,42,1144,264,3075,0,3181,3180,3179,3181,3180,3179,42,3075,3968,1144,0,3179,3182,3181,3179,3182,3181,42,265,1144,3968,0,3183,3181,3182,3183,3181,3182,42,3968,3075,297,0,3182,3179,3050,3182,3179,3050,42,3968,297,1668,0,3182,3050,3052,3182,3050,3052,42,1668,1187,3968,0,3052,3184,3182,3052,3184,3182,42,265,3968,1187,0,3183,3182,3184,3183,3182,3184,42,1187,1668,298,0,3184,3052,3054,3184,3052,3054,42,3969,263,3062,0,3185,3186,3187,3185,3186,3187,42,3062,2718,3969,0,3187,3058,3185,3187,3058,3185,42,295,3969,2718,0,3060,3185,3058,3060,3185,3058,42,2718,3062,296,0,3058,3187,3056,3058,3187,3056,42,3122,263,3969,0,3188,3186,3185,3188,3186,3185,42,3969,1247,3122,0,3185,3189,3188,3185,3189,3188,42,262,3122,1247,0,3190,3188,3189,3190,3188,3189,42,1247,3969,295,0,3189,3185,3060,3189,3185,3060,42,3970,262,1247,0,3191,3190,3189,3191,3190,3189,42,1247,2874,3970,0,3189,3061,3191,3189,3061,3191,42,294,3970,2874,0,3063,3191,3061,3063,3191,3061,42,2874,1247,295,0,3061,3189,3060,3061,3189,3060,42,1126,262,3970,0,3192,3190,3191,3192,3190,3191,42,3970,1255,1126,0,3191,3193,3192,3191,3193,3192,42,261,1126,1255,0,3194,3192,3193,3194,3192,3193,42,1255,3970,294,0,3193,3191,3063,3193,3191,3063,42,3971,261,1255,0,3195,3194,3193,3195,3194,3193,42,1255,2751,3971,0,3193,3065,3195,3193,3065,3195,42,293,3971,2751,0,3067,3195,3065,3067,3195,3065,42,2751,1255,294,0,3065,3193,3063,3065,3193,3063,42,3039,261,3971,0,3196,3194,3195,3196,3194,3195,42,3971,1546,3039,0,3195,3197,3196,3195,3197,3196,42,260,3039,1546,0,3198,3196,3197,3198,3196,3197,42,1546,3971,293,0,3197,3195,3067,3197,3195,3067,42,3046,260,1546,0,3199,3198,3197,3199,3198,3197,42,1546,3972,3046,0,3197,3200,3199,3197,3200,3199,42,259,3046,3972,0,3201,3199,3200,3201,3199,3200,42,3972,1546,293,0,3200,3197,3067,3200,3197,3067,42,3972,293,2651,0,3200,3067,3070,3200,3067,3070,42,2651,1147,3972,0,3070,3202,3200,3070,3202,3200,42,259,3972,1147,0,3201,3200,3202,3201,3200,3202,42,1147,2651,292,0,3202,3070,3072,3202,3070,3072,42,3973,259,1147,0,3203,3201,3202,3203,3201,3202,42,1147,2653,3973,0,3202,3073,3203,3202,3073,3203,42,291,3973,2653,0,3075,3203,3073,3075,3203,3073,42,2653,1147,292,0,3073,3202,3072,3073,3202,3072,42,3058,259,3973,0,3204,3201,3203,3204,3201,3203,42,3973,1312,3058,0,3203,3205,3204,3203,3205,3204,42,258,3058,1312,0,3206,3204,3205,3206,3204,3205,42,1312,3973,291,0,3205,3203,3075,3205,3203,3075,42,3974,258,1312,0,3207,3206,3205,3207,3206,3205,42,1312,2670,3974,0,3205,3078,3207,3205,3078,3207,42,290,3974,2670,0,3080,3207,3078,3080,3207,3078,42,2670,1312,291,0,3078,3205,3075,3078,3205,3075,42,3069,258,3974,0,3208,3206,3207,3208,3206,3207,42,3974,1179,3069,0,3207,3209,3208,3207,3209,3208,42,257,3069,1179,0,3210,3208,3209,3210,3208,3209,42,1179,3974,290,0,3209,3207,3080,3209,3207,3080,42,3975,257,1179,0,3211,3210,3209,3211,3210,3209,42,1179,2683,3975,0,3209,3082,3211,3209,3082,3211,42,289,3975,2683,0,3084,3211,3082,3084,3211,3082,42,2683,1179,290,0,3082,3209,3080,3082,3209,3080,42,3082,257,3975,0,3212,3210,3211,3212,3210,3211,42,3975,2122,3082,0,3211,3213,3212,3211,3213,3212,42,256,3082,2122,0,3214,3212,3213,3214,3212,3213,42,2122,3975,289,0,3213,3211,3084,3213,3211,3084,42,3976,256,2122,0,3215,3214,3213,3215,3214,3213,42,2122,1648,3976,0,3213,3086,3215,3213,3086,3215,42,288,3976,1648,0,3088,3215,3086,3088,3215,3086,42,1648,2122,289,0,3086,3213,3084,3086,3213,3084,42,1866,256,3976,0,3216,3214,3215,3216,3214,3215,42,3976,1180,1866,0,3215,3217,3216,3215,3217,3216,42,255,1866,1180,0,3218,3216,3217,3218,3216,3217,42,1180,3976,288,0,3217,3215,3088,3217,3215,3088,42,3178,255,1180,0,3219,3218,3217,3219,3218,3217,42,1180,3977,3178,0,3217,3220,3219,3217,3220,3219,42,254,3178,3977,0,3221,3219,3220,3221,3219,3220,42,3977,1180,288,0,3220,3217,3088,3220,3217,3088,42,3977,288,1771,0,3220,3088,3089,3220,3088,3089,42,1771,1313,3977,0,3089,3222,3220,3089,3222,3220,42,254,3977,1313,0,3221,3220,3222,3221,3220,3222,42,1313,1771,287,0,3222,3089,3091,3222,3089,3091,42,3978,254,1313,0,3223,3221,3222,3223,3221,3222,42,1313,1761,3978,0,3222,3093,3223,3222,3093,3223,42,286,3978,1761,0,3095,3223,3093,3095,3223,3093,42,1761,1313,287,0,3093,3222,3091,3093,3222,3091,42,3165,254,3978,0,3224,3221,3223,3224,3221,3223,42,3978,1148,3165,0,3223,3225,3224,3223,3225,3224,42,253,3165,1148,0,3226,3224,3225,3226,3224,3225,42,1148,3978,286,0,3225,3223,3095,3225,3223,3095,42,3979,253,1148,0,3227,3226,3225,3227,3226,3225,42,1148,2027,3979,0,3225,3097,3227,3225,3097,3227,42,285,3979,2027,0,3099,3227,3097,3099,3227,3097,42,2027,1148,286,0,3097,3225,3095,3097,3225,3095,42,1295,253,3979,0,3228,3226,3227,3228,3226,3227,42,3979,1547,1295,0,3227,3229,3228,3227,3229,3228,42,252,1295,1547,0,3230,3228,3229,3230,3228,3229,42,1547,3979,285,0,3229,3227,3099,3229,3227,3099,42,1265,252,1547,0,3231,3230,3229,3231,3230,3229,42,1547,3980,1265,0,3229,3232,3231,3229,3232,3231,42,251,1265,3980,0,3233,3231,3232,3233,3231,3232,42,3980,1547,285,0,3232,3229,3099,3232,3229,3099,42,3980,285,2022,0,3232,3099,3101,3232,3099,3101,42,2022,1256,3980,0,3101,3234,3232,3101,3234,3232,42,251,3980,1256,0,3233,3232,3234,3233,3232,3234,42,1256,2022,284,0,3234,3101,3103,3234,3101,3103,42,1117,251,1256,0,3235,3233,3234,3235,3233,3234,42,1256,3981,1117,0,3234,3236,3235,3234,3236,3235,42,250,1117,3981,0,3237,3235,3236,3237,3235,3236,42,3981,1256,284,0,3236,3234,3103,3236,3234,3103,42,3981,284,1830,0,3236,3103,3106,3236,3103,3106,42,1830,1248,3981,0,3106,3238,3236,3106,3238,3236,42,250,3981,1248,0,3237,3236,3238,3237,3236,3238,42,1248,1830,283,0,3238,3106,3108,3238,3106,3108,42,3982,250,1248,0,3239,3237,3238,3239,3237,3238,42,1248,1438,3982,0,3238,3109,3239,3238,3109,3239,42,282,3982,1438,0,3111,3239,3109,3111,3239,3109,42,1438,1248,283,0,3109,3238,3108,3109,3238,3108,42,2818,250,3982,0,3240,3237,3239,3240,3237,3239,42,3982,3077,2818,0,3239,3241,3240,3239,3241,3240,42,249,2818,3077,0,3242,3240,3241,3242,3240,3241,42,3077,3982,282,0,3241,3239,3111,3241,3239,3111,42,3983,249,3077,0,3243,3242,3241,3243,3242,3241,42,3077,1542,3983,0,3241,3114,3243,3241,3114,3243,42,281,3983,1542,0,3116,3243,3114,3116,3243,3114,42,1542,3077,282,0,3114,3241,3111,3114,3241,3111,42,2961,249,3983,0,3244,3242,3243,3244,3242,3243,42,3983,3091,2961,0,3243,3245,3244,3243,3245,3244,42,248,2961,3091,0,3246,3244,3245,3246,3244,3245,42,3091,3983,281,0,3245,3243,3116,3245,3243,3116,42,3984,248,3091,0,3247,3246,3245,3247,3246,3245,42,3091,1427,3984,0,3245,3118,3247,3245,3118,3247,42,280,3984,1427,0,3120,3247,3118,3120,3247,3118,42,1427,3091,281,0,3118,3245,3116,3118,3245,3116,42,2819,248,3984,0,3248,3246,3247,3248,3246,3247,42,3984,1221,2819,0,3247,3249,3248,3247,3249,3248,42,247,2819,1221,0,3250,3248,3249,3250,3248,3249,42,1221,3984,280,0,3249,3247,3120,3249,3247,3120,42,3985,247,1221,0,3251,3250,3249,3251,3250,3249,42,1221,2868,3985,0,3249,3122,3251,3249,3122,3251,42,279,3985,2868,0,3124,3251,3122,3124,3251,3122,42,2868,1221,280,0,3122,3249,3120,3122,3249,3120,42,1177,247,3985,0,3252,3250,3251,3252,3250,3251,42,3985,1449,1177,0,3251,3253,3252,3251,3253,3252,42,246,1177,1449,0,3254,3252,3253,3254,3252,3253,42,1449,3985,279,0,3253,3251,3124,3253,3251,3124,42,3986,246,1449,0,3255,3254,3253,3255,3254,3253,42,1449,2943,3986,0,3253,3126,3255,3253,3126,3255,42,278,3986,2943,0,3128,3255,3126,3128,3255,3126,42,2943,1449,279,0,3126,3253,3124,3126,3253,3124,42,1193,246,3986,0,3256,3254,3255,3256,3254,3255,42,3986,1579,1193,0,3255,3257,3256,3255,3257,3256,42,245,1193,1579,0,3258,3256,3257,3258,3256,3257,42,1579,3986,278,0,3257,3255,3128,3257,3255,3128,42,1152,245,1579,0,3259,3258,3257,3259,3258,3257,42,1579,3987,1152,0,3257,3260,3259,3257,3260,3259,42,244,1152,3987,0,3261,3259,3260,3261,3259,3260,42,3987,1579,278,0,3260,3257,3128,3260,3257,3128,42,3987,278,2951,0,3260,3128,3129,3260,3128,3129,42,2951,1426,3987,0,3129,3262,3260,3129,3262,3260,42,244,3987,1426,0,3261,3260,3262,3261,3260,3262,42,1426,2951,277,0,3262,3129,3131,3262,3129,3131,42,1157,244,1426,0,3263,3261,3262,3263,3261,3262,42,1426,3988,1157,0,3262,3264,3263,3262,3264,3263,42,243,1157,3988,0,3265,3263,3264,3265,3263,3264,42,3988,1426,277,0,3264,3262,3131,3264,3262,3131,42,3988,277,2929,0,3264,3131,3133,3264,3131,3133,42,2929,1287,3988,0,3133,3266,3264,3133,3266,3264,42,243,3988,1287,0,3265,3264,3266,3265,3264,3266,42,1287,2929,276,0,3266,3133,3135,3266,3133,3135,42,1785,243,1287,0,3267,3265,3266,3267,3265,3266,42,1287,3989,1785,0,3266,3268,3267,3266,3268,3267,42,242,1785,3989,0,3269,3267,3268,3269,3267,3268,42,3989,1287,276,0,3268,3266,3135,3268,3266,3135,42,3989,276,1341,0,3268,3135,3137,3268,3135,3137,42,1341,1914,3989,0,3137,3270,3268,3137,3270,3268,42,242,3989,1914,0,3269,3268,3270,3269,3268,3270,42,1914,1341,275,0,3270,3137,3139,3270,3137,3139,42,1942,242,1914,0,3271,3269,3270,3271,3269,3270,42,1914,3990,1942,0,3270,3272,3271,3270,3272,3271,42,241,1942,3990,0,3273,3271,3272,3273,3271,3272,42,3990,1914,275,0,3272,3270,3139,3272,3270,3139,42,3990,275,1558,0,3272,3139,3142,3272,3139,3142,42,1558,1925,3990,0,3142,3274,3272,3142,3274,3272,42,241,3990,1925,0,3273,3272,3274,3273,3272,3274,42,1925,1558,274,0,3274,3142,3144,3274,3142,3144,42,1808,241,1925,0,3275,3273,3274,3275,3273,3274,42,1925,3991,1808,0,3274,3276,3275,3274,3276,3275,42,240,1808,3991,0,3277,3275,3276,3277,3275,3276,42,3991,1925,274,0,3276,3274,3144,3276,3274,3144,42,3991,274,1445,0,3276,3144,3146,3276,3144,3146,42,1445,1945,3991,0,3146,3278,3276,3146,3278,3276,42,240,3991,1945,0,3277,3276,3278,3277,3276,3278,42,1945,1445,273,0,3278,3146,3148,3278,3146,3148,42,3992,240,1945,0,3279,3277,3278,3279,3277,3278,42,1945,1321,3992,0,3278,3149,3279,3278,3149,3279,42,272,3992,1321,0,3151,3279,3149,3151,3279,3149,42,1321,1945,273,0,3149,3278,3148,3149,3278,3148,42,1660,240,3992,0,3280,3277,3279,3280,3277,3279,42,3992,1393,1660,0,3279,3281,3280,3279,3281,3280,42,239,1660,1393,0,3282,3280,3281,3282,3280,3281,42,1393,3992,272,0,3281,3279,3151,3281,3279,3151,42,3993,239,1393,0,3283,3282,3281,3283,3282,3281,42,1393,1993,3993,0,3281,3153,3283,3281,3153,3283,42,271,3993,1993,0,3155,3283,3153,3155,3283,3153,42,1993,1393,272,0,3153,3281,3151,3153,3281,3151,42,1253,239,3993,0,3284,3282,3283,3284,3282,3283,42,3993,1380,1253,0,3283,3285,3284,3283,3285,3284,42,238,1253,1380,0,3286,3284,3285,3286,3284,3285,42,1380,3993,271,0,3285,3283,3155,3285,3283,3155,42,3994,238,1380,0,3287,3286,3285,3287,3286,3285,42,1380,2094,3994,0,3285,3157,3287,3285,3157,3287,42,270,3994,2094,0,3159,3287,3157,3159,3287,3157,42,2094,1380,271,0,3157,3285,3155,3157,3285,3155,42,1303,238,3994,0,3288,3286,3287,3288,3286,3287,42,3994,1430,1303,0,3287,3289,3288,3287,3289,3288,42,237,1303,1430,0,3290,3288,3289,3290,3288,3289,42,1430,3994,270,0,3289,3287,3159,3289,3287,3159,42,2603,237,1430,0,3291,3290,3289,3291,3290,3289,42,1430,3995,2603,0,3289,3292,3291,3289,3292,3291,42,236,2603,3995,0,3293,3291,3292,3293,3291,3292,42,3995,1430,270,0,3292,3289,3159,3292,3289,3159,42,3995,270,1204,0,3292,3159,3161,3292,3159,3161,42,1204,2892,3995,0,3161,3294,3292,3161,3294,3292,42,236,3995,2892,0,3293,3292,3294,3293,3292,3294,42,2892,1204,269,0,3294,3161,3163,3294,3161,3163,42,2646,236,2892,0,3295,3293,3294,3295,3293,3294,42,2892,3996,2646,0,3294,3296,3295,3294,3296,3295,42,235,2646,3996,0,3297,3295,3296,3297,3295,3296,42,3996,2892,269,0,3296,3294,3163,3296,3294,3163,42,3996,269,1200,0,3296,3163,3165,3296,3163,3165,42,1200,3059,3996,0,3165,3298,3296,3165,3298,3296,42,235,3996,3059,0,3297,3296,3298,3297,3296,3298,42,3059,1200,268,0,3298,3165,3167,3298,3165,3167,42,2903,235,3059,0,3299,3297,3298,3299,3297,3298,42,3059,3997,2903,0,3298,3300,3299,3298,3300,3299,42,234,2903,3997,0,3301,3299,3300,3301,3299,3300,42,3997,3059,268,0,3300,3298,3167,3300,3298,3167,42,3997,268,1506,0,3300,3167,3170,3300,3167,3170,42,1506,3170,3997,0,3170,3302,3300,3170,3302,3300,42,234,3997,3170,0,3301,3300,3302,3301,3300,3302,42,3170,1506,267,0,3302,3170,3172,3302,3170,3172,42,3998,234,3170,0,3303,3301,3302,3303,3301,3302,42,3170,1492,3998,0,3302,3174,3303,3302,3174,3303,42,266,3998,1492,0,3176,3303,3174,3176,3303,3174,42,1492,3170,267,0,3174,3302,3172,3174,3302,3172,42,2544,234,3998,0,3304,3301,3303,3304,3301,3303,42,3998,2824,2544,0,3303,3305,3304,3303,3305,3304,42,233,2544,2824,0,3306,3304,3305,3306,3304,3305,42,2824,3998,266,0,3305,3303,3176,3305,3303,3176,42,2469,233,2824,0,3307,3306,3305,3307,3306,3305,42,2824,3999,2469,0,3305,3308,3307,3305,3308,3307,42,231,2469,3999,0,3309,3307,3308,3309,3307,3308,42,3999,2824,266,0,3308,3305,3176,3308,3305,3176,42,3999,266,1090,0,3308,3176,3178,3308,3176,3178,42,1090,1284,3999,0,3178,3310,3308,3178,3310,3308,42,231,3999,1284,0,3309,3308,3310,3309,3308,3310,42,1284,1090,264,0,3310,3178,3180,3310,3178,3180,42,4000,231,1284,0,3311,3309,3310,3311,3309,3310,42,1284,1144,4000,0,3310,3181,3311,3310,3181,3311,42,265,4000,1144,0,3183,3311,3181,3183,3311,3181,42,1144,1284,264,0,3181,3310,3180,3181,3310,3180,42,2545,231,4000,0,3312,3309,3311,3312,3309,3311,42,4000,2837,2545,0,3311,3313,3312,3311,3313,3312,42,232,2545,2837,0,3314,3312,3313,3314,3312,3313,42,2837,4000,265,0,3313,3311,3183,3313,3311,3183,42,4001,230,1308,0,3315,3316,3317,3315,3316,3317,42,1308,3122,4001,0,3317,3188,3315,3317,3188,3315,42,262,4001,3122,0,3190,3315,3188,3190,3315,3188,42,3122,1308,263,0,3188,3317,3186,3188,3317,3186,42,1534,230,4001,0,3318,3316,3315,3318,3316,3315,42,4001,1574,1534,0,3315,3319,3318,3315,3319,3318,42,229,1534,1574,0,3320,3318,3319,3320,3318,3319,42,1574,4001,262,0,3319,3315,3190,3319,3315,3190,42,4002,229,1574,0,3321,3320,3319,3321,3320,3319,42,1574,1126,4002,0,3319,3192,3321,3319,3192,3321,42,261,4002,1126,0,3194,3321,3192,3194,3321,3192,42,1126,1574,262,0,3192,3319,3190,3192,3319,3190,42,1439,229,4002,0,3322,3320,3321,3322,3320,3321,42,4002,1478,1439,0,3321,3323,3322,3321,3323,3322,42,228,1439,1478,0,3324,3322,3323,3324,3322,3323,42,1478,4002,261,0,3323,3321,3194,3323,3321,3194,42,1442,228,1478,0,3325,3324,3323,3325,3324,3323,42,1478,4003,1442,0,3323,3326,3325,3323,3326,3325,42,227,1442,4003,0,3327,3325,3326,3327,3325,3326,42,4003,1478,261,0,3326,3323,3194,3326,3323,3194,42,4003,261,3039,0,3326,3194,3196,3326,3194,3196,42,3039,1894,4003,0,3196,3328,3326,3196,3328,3326,42,227,4003,1894,0,3327,3326,3328,3327,3326,3328,42,1894,3039,260,0,3328,3196,3198,3328,3196,3198,42,4004,227,1894,0,3329,3327,3328,3329,3327,3328,42,1894,3046,4004,0,3328,3199,3329,3328,3199,3329,42,259,4004,3046,0,3201,3329,3199,3201,3329,3199,42,3046,1894,260,0,3199,3328,3198,3199,3328,3198,42,1457,227,4004,0,3330,3327,3329,3330,3327,3329,42,4004,1505,1457,0,3329,3331,3330,3329,3331,3330,42,226,1457,1505,0,3332,3330,3331,3332,3330,3331,42,1505,4004,259,0,3331,3329,3201,3331,3329,3201,42,4005,226,1505,0,3333,3332,3331,3333,3332,3331,42,1505,3058,4005,0,3331,3204,3333,3331,3204,3333,42,258,4005,3058,0,3206,3333,3204,3206,3333,3204,42,3058,1505,259,0,3204,3331,3201,3204,3331,3201,42,1466,226,4005,0,3334,3332,3333,3334,3332,3333,42,4005,1646,1466,0,3333,3335,3334,3333,3335,3334,42,225,1466,1646,0,3336,3334,3335,3336,3334,3335,42,1646,4005,258,0,3335,3333,3206,3335,3333,3206,42,4006,225,1646,0,3337,3336,3335,3337,3336,3335,42,1646,3069,4006,0,3335,3208,3337,3335,3208,3337,42,257,4006,3069,0,3210,3337,3208,3210,3337,3208,42,3069,1646,258,0,3208,3335,3206,3208,3335,3206,42,1475,225,4006,0,3338,3336,3337,3338,3336,3337,42,4006,1531,1475,0,3337,3339,3338,3337,3339,3338,42,224,1475,1531,0,3340,3338,3339,3340,3338,3339,42,1531,4006,257,0,3339,3337,3210,3339,3337,3210,42,4007,224,1531,0,3341,3340,3339,3341,3340,3339,42,1531,3082,4007,0,3339,3212,3341,3339,3212,3341,42,256,4007,3082,0,3214,3341,3212,3214,3341,3212,42,3082,1531,257,0,3212,3339,3210,3212,3339,3210,42,2384,224,4007,0,3342,3340,3341,3342,3340,3341,42,4007,2443,2384,0,3341,3343,3342,3341,3343,3342,42,223,2384,2443,0,3344,3342,3343,3344,3342,3343,42,2443,4007,256,0,3343,3341,3214,3343,3341,3214,42,4008,223,2443,0,3345,3344,3343,3345,3344,3343,42,2443,1866,4008,0,3343,3216,3345,3343,3216,3345,42,255,4008,1866,0,3218,3345,3216,3218,3345,3216,42,1866,2443,256,0,3216,3343,3214,3216,3343,3214,42,2370,223,4008,0,3346,3344,3345,3346,3344,3345,42,4008,2576,2370,0,3345,3347,3346,3345,3347,3346,42,222,2370,2576,0,3348,3346,3347,3348,3346,3347,42,2576,4008,255,0,3347,3345,3218,3347,3345,3218,42,4009,222,2576,0,3349,3348,3347,3349,3348,3347,42,2576,3178,4009,0,3347,3219,3349,3347,3219,3349,42,254,4009,3178,0,3221,3349,3219,3221,3349,3219,42,3178,2576,255,0,3219,3347,3218,3219,3347,3218,42,2624,222,4009,0,3350,3348,3349,3350,3348,3349,42,4009,2676,2624,0,3349,3351,3350,3349,3351,3350,42,221,2624,2676,0,3352,3350,3351,3352,3350,3351,42,2676,4009,254,0,3351,3349,3221,3351,3349,3221,42,4010,221,2676,0,3353,3352,3351,3353,3352,3351,42,2676,3165,4010,0,3351,3224,3353,3351,3224,3353,42,253,4010,3165,0,3226,3353,3224,3226,3353,3224,42,3165,2676,254,0,3224,3351,3221,3224,3351,3221,42,2619,221,4010,0,3354,3352,3353,3354,3352,3353,42,4010,2540,2619,0,3353,3355,3354,3353,3355,3354,42,220,2619,2540,0,3356,3354,3355,3356,3354,3355,42,2540,4010,253,0,3355,3353,3226,3355,3353,3226,42,4011,220,2540,0,3357,3356,3355,3357,3356,3355,42,2540,1295,4011,0,3355,3228,3357,3355,3228,3357,42,252,4011,1295,0,3230,3357,3228,3230,3357,3228,42,1295,2540,253,0,3228,3355,3226,3228,3355,3226,42,2986,220,4011,0,3358,3356,3357,3358,3356,3357,42,4011,2914,2986,0,3357,3359,3358,3357,3359,3358,42,219,2986,2914,0,3360,3358,3359,3360,3358,3359,42,2914,4011,252,0,3359,3357,3230,3359,3357,3230,42,2842,219,2914,0,3361,3360,3359,3361,3360,3359,42,2914,4012,2842,0,3359,3362,3361,3359,3362,3361,42,218,2842,4012,0,3363,3361,3362,3363,3361,3362,42,4012,2914,252,0,3362,3359,3230,3362,3359,3230,42,4012,252,1265,0,3362,3230,3231,3362,3230,3231,42,1265,2632,4012,0,3231,3364,3362,3231,3364,3362,42,218,4012,2632,0,3363,3362,3364,3363,3362,3364,42,2632,1265,251,0,3364,3231,3233,3364,3231,3233,42,2690,218,2632,0,3365,3363,3364,3365,3363,3364,42,2632,4013,2690,0,3364,3366,3365,3364,3366,3365,42,217,2690,4013,0,3367,3365,3366,3367,3365,3366,42,4013,2632,251,0,3366,3364,3233,3366,3364,3233,42,4013,251,1117,0,3366,3233,3235,3366,3233,3235,42,1117,2608,4013,0,3235,3368,3366,3235,3368,3366,42,217,4013,2608,0,3367,3366,3368,3367,3366,3368,42,2608,1117,250,0,3368,3235,3237,3368,3235,3237,42,2308,217,2608,0,3369,3367,3368,3369,3367,3368,42,2608,4014,2308,0,3368,3370,3369,3368,3370,3369,42,216,2308,4014,0,3371,3369,3370,3371,3369,3370,42,4014,2608,250,0,3370,3368,3237,3370,3368,3237,42,4014,250,2818,0,3370,3237,3240,3370,3237,3240,42,2818,2352,4014,0,3240,3372,3370,3240,3372,3370,42,216,4014,2352,0,3371,3370,3372,3371,3370,3372,42,2352,2818,249,0,3372,3240,3242,3372,3240,3242,42,4015,216,2352,0,3373,3371,3372,3373,3371,3372,42,2352,2961,4015,0,3372,3244,3373,3372,3244,3373,42,248,4015,2961,0,3246,3373,3244,3246,3373,3244,42,2961,2352,249,0,3244,3372,3242,3244,3372,3242,42,2424,216,4015,0,3374,3371,3373,3374,3371,3373,42,4015,2340,2424,0,3373,3375,3374,3373,3375,3374,42,215,2424,2340,0,3376,3374,3375,3376,3374,3375,42,2340,4015,248,0,3375,3373,3246,3375,3373,3246,42,4016,215,2340,0,3377,3376,3375,3377,3376,3375,42,2340,2819,4016,0,3375,3248,3377,3375,3248,3377,42,247,4016,2819,0,3250,3377,3248,3250,3377,3248,42,2819,2340,248,0,3248,3375,3246,3248,3375,3246,42,2245,215,4016,0,3378,3376,3377,3378,3376,3377,42,4016,1634,2245,0,3377,3379,3378,3377,3379,3378,42,214,2245,1634,0,3380,3378,3379,3380,3378,3379,42,1634,4016,247,0,3379,3377,3250,3379,3377,3250,42,4017,214,1634,0,3381,3380,3379,3381,3380,3379,42,1634,1177,4017,0,3379,3252,3381,3379,3252,3381,42,246,4017,1177,0,3254,3381,3252,3254,3381,3252,42,1177,1634,247,0,3252,3379,3250,3252,3379,3250,42,1736,214,4017,0,3382,3380,3381,3382,3380,3381,42,4017,1782,1736,0,3381,3383,3382,3381,3383,3382,42,213,1736,1782,0,3384,3382,3383,3384,3382,3383,42,1782,4017,246,0,3383,3381,3254,3383,3381,3254,42,4018,213,1782,0,3385,3384,3383,3385,3384,3383,42,1782,1193,4018,0,3383,3256,3385,3383,3256,3385,42,245,4018,1193,0,3258,3385,3256,3258,3385,3256,42,1193,1782,246,0,3256,3383,3254,3256,3383,3254,42,1691,213,4018,0,3386,3384,3385,3386,3384,3385,42,4018,1890,1691,0,3385,3387,3386,3385,3387,3386,42,212,1691,1890,0,3388,3386,3387,3388,3386,3387,42,1890,4018,245,0,3387,3385,3258,3387,3385,3258,42,1701,212,1890,0,3389,3388,3387,3389,3388,3387,42,1890,4019,1701,0,3387,3390,3389,3387,3390,3389,42,211,1701,4019,0,3391,3389,3390,3391,3389,3390,42,4019,1890,245,0,3390,3387,3258,3390,3387,3258,42,4019,245,1152,0,3390,3258,3259,3390,3258,3259,42,1152,1751,4019,0,3259,3392,3390,3259,3392,3390,42,211,4019,1751,0,3391,3390,3392,3391,3390,3392,42,1751,1152,244,0,3392,3259,3261,3392,3259,3261,42,2363,211,1751,0,3393,3391,3392,3393,3391,3392,42,1751,4020,2363,0,3392,3394,3393,3392,3394,3393,42,210,2363,4020,0,3395,3393,3394,3395,3393,3394,42,4020,1751,244,0,3394,3392,3261,3394,3392,3261,42,4020,244,1157,0,3394,3261,3263,3394,3261,3263,42,1157,2452,4020,0,3263,3396,3394,3263,3396,3394,42,210,4020,2452,0,3395,3394,3396,3395,3394,3396,42,2452,1157,243,0,3396,3263,3265,3396,3263,3265,42,2519,210,2452,0,3397,3395,3396,3397,3395,3396,42,2452,4021,2519,0,3396,3398,3397,3396,3398,3397,42,209,2519,4021,0,3399,3397,3398,3399,3397,3398,42,4021,2452,243,0,3398,3396,3265,3398,3396,3265,42,4021,243,1785,0,3398,3265,3267,3398,3265,3267,42,1785,2464,4021,0,3267,3400,3398,3267,3400,3398,42,209,4021,2464,0,3399,3398,3400,3399,3398,3400,42,2464,1785,242,0,3400,3267,3269,3400,3267,3269,42,2660,209,2464,0,3401,3399,3400,3401,3399,3400,42,2464,4022,2660,0,3400,3402,3401,3400,3402,3401,42,208,2660,4022,0,3403,3401,3402,3403,3401,3402,42,4022,2464,242,0,3402,3400,3269,3402,3400,3269,42,4022,242,1942,0,3402,3269,3271,3402,3269,3271,42,1942,2477,4022,0,3271,3404,3402,3271,3404,3402,42,208,4022,2477,0,3403,3402,3404,3403,3402,3404,42,2477,1942,241,0,3404,3271,3273,3404,3271,3273,42,2518,208,2477,0,3405,3403,3404,3405,3403,3404,42,2477,4023,2518,0,3404,3406,3405,3404,3406,3405,42,207,2518,4023,0,3407,3405,3406,3407,3405,3406,42,4023,2477,241,0,3406,3404,3273,3406,3404,3273,42,4023,241,1808,0,3406,3273,3275,3406,3273,3275,42,1808,2465,4023,0,3275,3408,3406,3275,3408,3406,42,207,4023,2465,0,3407,3406,3408,3407,3406,3408,42,2465,1808,240,0,3408,3275,3277,3408,3275,3277,42,4024,207,2465,0,3409,3407,3408,3409,3407,3408,42,2465,1660,4024,0,3408,3280,3409,3408,3280,3409,42,239,4024,1660,0,3282,3409,3280,3282,3409,3280,42,1660,2465,240,0,3280,3408,3277,3280,3408,3277,42,2362,207,4024,0,3410,3407,3409,3410,3407,3409,42,4024,2975,2362,0,3409,3411,3410,3409,3411,3410,42,206,2362,2975,0,3412,3410,3411,3412,3410,3411,42,2975,4024,239,0,3411,3409,3282,3411,3409,3282,42,4025,206,2975,0,3413,3412,3411,3413,3412,3411,42,2975,1253,4025,0,3411,3284,3413,3411,3284,3413,42,238,4025,1253,0,3286,3413,3284,3286,3413,3284,42,1253,2975,239,0,3284,3411,3282,3284,3411,3282,42,3079,206,4025,0,3414,3412,3413,3414,3412,3413,42,4025,3149,3079,0,3413,3415,3414,3413,3415,3414,42,205,3079,3149,0,3416,3414,3415,3416,3414,3415,42,3149,4025,238,0,3415,3413,3286,3415,3413,3286,42,4026,205,3149,0,3417,3416,3415,3417,3416,3415,42,3149,1303,4026,0,3415,3288,3417,3415,3288,3417,42,237,4026,1303,0,3290,3417,3288,3290,3417,3288,42,1303,3149,238,0,3288,3415,3286,3288,3415,3286,42,3073,205,4026,0,3418,3416,3417,3418,3416,3417,42,4026,3025,3073,0,3417,3419,3418,3417,3419,3418,42,204,3073,3025,0,3420,3418,3419,3420,3418,3419,42,3025,4026,237,0,3419,3417,3290,3419,3417,3290,42,2316,204,3025,0,3421,3420,3419,3421,3420,3419,42,3025,4027,2316,0,3419,3422,3421,3419,3422,3421,42,203,2316,4027,0,3423,3421,3422,3423,3421,3422,42,4027,3025,237,0,3422,3419,3290,3422,3419,3290,42,4027,237,2603,0,3422,3290,3291,3422,3290,3291,42,2603,2393,4027,0,3291,3424,3422,3291,3424,3422,42,203,4027,2393,0,3423,3422,3424,3423,3422,3424,42,2393,2603,236,0,3424,3291,3293,3424,3291,3293,42,4028,203,2393,0,3425,3423,3424,3425,3423,3424,42,2393,2646,4028,0,3424,3295,3425,3424,3295,3425,42,235,4028,2646,0,3297,3425,3295,3297,3425,3295,42,2646,2393,236,0,3295,3424,3293,3295,3424,3293,42,2307,203,4028,0,3426,3423,3425,3426,3423,3425,42,4028,2521,2307,0,3425,3427,3426,3425,3427,3426,42,202,2307,2521,0,3428,3426,3427,3428,3426,3427,42,2521,4028,235,0,3427,3425,3297,3427,3425,3297,42,4029,202,2521,0,3429,3428,3427,3429,3428,3427,42,2521,2903,4029,0,3427,3299,3429,3427,3299,3429,42,234,4029,2903,0,3301,3429,3299,3301,3429,3299,42,2903,2521,235,0,3299,3427,3297,3299,3427,3297,42,2613,202,4029,0,3430,3428,3429,3430,3428,3429,42,4029,2572,2613,0,3429,3431,3430,3429,3431,3430,42,201,2613,2572,0,3432,3430,3431,3432,3430,3431,42,2572,4029,234,0,3431,3429,3301,3431,3429,3301,42,2227,201,2572,0,3433,3432,3431,3433,3432,3431,42,2572,4030,2227,0,3431,3434,3433,3431,3434,3433,42,200,2227,4030,0,3435,3433,3434,3435,3433,3434,42,4030,2572,234,0,3434,3431,3301,3434,3431,3301,42,4030,234,2544,0,3434,3301,3304,3434,3301,3304,42,2544,2312,4030,0,3304,3436,3434,3304,3436,3434,42,200,4030,2312,0,3435,3434,3436,3435,3434,3436,42,2312,2544,233,0,3436,3304,3306,3436,3304,3306,42,4031,200,2312,0,3437,3435,3436,3437,3435,3436,42,2312,2469,4031,0,3436,3307,3437,3436,3307,3437,42,231,4031,2469,0,3309,3437,3307,3309,3437,3307,42,2469,2312,233,0,3307,3436,3306,3307,3436,3306,42,2167,200,4031,0,3438,3435,3437,3438,3435,3437,42,4031,2046,2167,0,3437,3439,3438,3437,3439,3438,42,198,2167,2046,0,3440,3438,3439,3440,3438,3439,42,2046,4031,231,0,3439,3437,3309,3439,3437,3309,42,4032,198,2046,0,3441,3440,3439,3441,3440,3439,42,2046,2545,4032,0,3439,3312,3441,3439,3312,3441,42,232,4032,2545,0,3314,3441,3312,3314,3441,3312,42,2545,2046,231,0,3312,3439,3309,3312,3439,3309,42,2238,198,4032,0,3442,3440,3441,3442,3440,3441,42,4032,2301,2238,0,3441,3443,3442,3441,3443,3442,42,199,2238,2301,0,3444,3442,3443,3444,3442,3443,42,2301,4032,232,0,3443,3441,3314,3443,3441,3314,42,2128,197,2059,0,3445,3446,3447,3445,3446,3447,42,2059,4033,2128,0,3447,3448,3445,3447,3448,3445,42,196,2128,4033,0,3449,3445,3448,3449,3445,3448,42,4033,2059,230,0,3448,3447,3316,3448,3447,3316,42,4033,230,1534,0,3448,3316,3318,3448,3316,3318,42,1534,2341,4033,0,3318,3450,3448,3318,3450,3448,42,196,4033,2341,0,3449,3448,3450,3449,3448,3450,42,2341,1534,229,0,3450,3318,3320,3450,3318,3320,42,4034,196,2341,0,3451,3449,3450,3451,3449,3450,42,2341,1439,4034,0,3450,3322,3451,3450,3322,3451,42,228,4034,1439,0,3324,3451,3322,3324,3451,3322,42,1439,2341,229,0,3322,3450,3320,3322,3450,3320,42,2130,196,4034,0,3452,3449,3451,3452,3449,3451,42,4034,2211,2130,0,3451,3453,3452,3451,3453,3452,42,195,2130,2211,0,3454,3452,3453,3454,3452,3453,42,2211,4034,228,0,3453,3451,3324,3453,3451,3324,42,4035,195,2211,0,3455,3454,3453,3455,3454,3453,42,2211,1442,4035,0,3453,3325,3455,3453,3325,3455,42,227,4035,1442,0,3327,3455,3325,3327,3455,3325,42,1442,2211,228,0,3325,3453,3324,3325,3453,3324,42,2151,195,4035,0,3456,3454,3455,3456,3454,3455,42,4035,2638,2151,0,3455,3457,3456,3455,3457,3456,42,194,2151,2638,0,3458,3456,3457,3458,3456,3457,42,2638,4035,227,0,3457,3455,3327,3457,3455,3327,42,4036,194,2638,0,3459,3458,3457,3459,3458,3457,42,2638,1457,4036,0,3457,3330,3459,3457,3330,3459,42,226,4036,1457,0,3332,3459,3330,3332,3459,3330,42,1457,2638,227,0,3330,3457,3327,3330,3457,3327,42,2168,194,4036,0,3460,3458,3459,3460,3458,3459,42,4036,2248,2168,0,3459,3461,3460,3459,3461,3460,42,193,2168,2248,0,3462,3460,3461,3462,3460,3461,42,2248,4036,226,0,3461,3459,3332,3461,3459,3332,42,4037,193,2248,0,3463,3462,3461,3463,3462,3461,42,2248,1466,4037,0,3461,3334,3463,3461,3334,3463,42,225,4037,1466,0,3336,3463,3334,3336,3463,3334,42,1466,2248,226,0,3334,3461,3332,3334,3461,3332,42,2183,193,4037,0,3464,3462,3463,3464,3462,3463,42,4037,2391,2183,0,3463,3465,3464,3463,3465,3464,42,192,2183,2391,0,3466,3464,3465,3466,3464,3465,42,2391,4037,225,0,3465,3463,3336,3465,3463,3336,42,2305,192,2391,0,3467,3466,3465,3467,3466,3465,42,2391,4038,2305,0,3465,3468,3467,3465,3468,3467,42,191,2305,4038,0,3469,3467,3468,3469,3467,3468,42,4038,2391,225,0,3468,3465,3336,3468,3465,3336,42,4038,225,1475,0,3468,3336,3338,3468,3336,3338,42,1475,2249,4038,0,3338,3470,3468,3338,3470,3468,42,191,4038,2249,0,3469,3468,3470,3469,3468,3470,42,2249,1475,224,0,3470,3338,3340,3470,3338,3340,42,3083,191,2249,0,3471,3469,3470,3471,3469,3470,42,2249,4039,3083,0,3470,3472,3471,3470,3472,3471,42,190,3083,4039,0,3473,3471,3472,3473,3471,3472,42,4039,2249,224,0,3472,3470,3340,3472,3470,3340,42,4039,224,2384,0,3472,3340,3342,3472,3340,3342,42,2384,3155,4039,0,3342,3474,3472,3342,3474,3472,42,190,4039,3155,0,3473,3472,3474,3473,3472,3474,42,3155,2384,223,0,3474,3342,3344,3474,3342,3344,42,4040,190,3155,0,3475,3473,3474,3475,3473,3474,42,3155,2370,4040,0,3474,3346,3475,3474,3346,3475,42,222,4040,2370,0,3348,3475,3346,3348,3475,3346,42,2370,3155,223,0,3346,3474,3344,3346,3474,3344,42,3063,190,4040,0,3476,3473,3475,3476,3473,3475,42,4040,2212,3063,0,3475,3477,3476,3475,3477,3476,42,189,3063,2212,0,3478,3476,3477,3478,3476,3477,42,2212,4040,222,0,3477,3475,3348,3477,3475,3348,42,4041,189,2212,0,3479,3478,3477,3479,3478,3477,42,2212,2624,4041,0,3477,3350,3479,3477,3350,3479,42,221,4041,2624,0,3352,3479,3350,3352,3479,3350,42,2624,2212,222,0,3350,3477,3348,3350,3477,3348,42,2263,189,4041,0,3480,3478,3479,3480,3478,3479,42,4041,2342,2263,0,3479,3481,3480,3479,3481,3480,42,188,2263,2342,0,3482,3480,3481,3482,3480,3481,42,2342,4041,221,0,3481,3479,3352,3481,3479,3352,42,4042,188,2342,0,3483,3482,3481,3483,3482,3481,42,2342,2619,4042,0,3481,3354,3483,3481,3354,3483,42,220,4042,2619,0,3356,3483,3354,3356,3483,3354,42,2619,2342,221,0,3354,3481,3352,3354,3481,3352,42,2496,188,4042,0,3484,3482,3483,3484,3482,3483,42,4042,2588,2496,0,3483,3485,3484,3483,3485,3484,42,187,2496,2588,0,3486,3484,3485,3486,3484,3485,42,2588,4042,220,0,3485,3483,3356,3485,3483,3356,42,4043,187,2588,0,3487,3486,3485,3487,3486,3485,42,2588,2986,4043,0,3485,3358,3487,3485,3358,3487,42,219,4043,2986,0,3360,3487,3358,3360,3487,3358,42,2986,2588,220,0,3358,3485,3356,3358,3485,3356,42,2618,187,4043,0,3488,3486,3487,3488,3486,3487,42,4043,2579,2618,0,3487,3489,3488,3487,3489,3488,42,186,2618,2579,0,3490,3488,3489,3490,3488,3489,42,2579,4043,219,0,3489,3487,3360,3489,3487,3360,42,4044,186,2579,0,3491,3490,3489,3491,3490,3489,42,2579,2842,4044,0,3489,3361,3491,3489,3361,3491,42,218,4044,2842,0,3363,3491,3361,3363,3491,3361,42,2842,2579,219,0,3361,3489,3360,3361,3489,3360,42,2467,186,4044,0,3492,3490,3491,3492,3490,3491,42,4044,2279,2467,0,3491,3493,3492,3491,3493,3492,42,185,2467,2279,0,3494,3492,3493,3494,3492,3493,42,2279,4044,218,0,3493,3491,3363,3493,3491,3363,42,2346,185,2279,0,3495,3494,3493,3495,3494,3493,42,2279,4045,2346,0,3493,3496,3495,3493,3496,3495,42,184,2346,4045,0,3497,3495,3496,3497,3495,3496,42,4045,2279,218,0,3496,3493,3363,3496,3493,3363,42,4045,218,2690,0,3496,3363,3365,3496,3363,3365,42,2690,2297,4045,0,3365,3498,3496,3365,3498,3496,42,184,4045,2297,0,3497,3496,3498,3497,3496,3498,42,2297,2690,217,0,3498,3365,3367,3498,3365,3367,42,4046,184,2297,0,3499,3497,3498,3499,3497,3498,42,2297,2308,4046,0,3498,3369,3499,3498,3369,3499,42,216,4046,2308,0,3371,3499,3369,3371,3499,3369,42,2308,2297,217,0,3369,3498,3367,3369,3498,3367,42,1931,184,4046,0,3500,3497,3499,3500,3497,3499,42,4046,2042,1931,0,3499,3501,3500,3499,3501,3500,42,183,1931,2042,0,3502,3500,3501,3502,3500,3501,42,2042,4046,216,0,3501,3499,3371,3501,3499,3371,42,4047,183,2042,0,3503,3502,3501,3503,3502,3501,42,2042,2424,4047,0,3501,3374,3503,3501,3374,3503,42,215,4047,2424,0,3376,3503,3374,3376,3503,3374,42,2424,2042,216,0,3374,3501,3371,3374,3501,3371,42,1887,183,4047,0,3504,3502,3503,3504,3502,3503,42,4047,2009,1887,0,3503,3505,3504,3503,3505,3504,42,182,1887,2009,0,3506,3504,3505,3506,3504,3505,42,2009,4047,215,0,3505,3503,3376,3505,3503,3376,42,4048,182,2009,0,3507,3506,3505,3507,3506,3505,42,2009,2245,4048,0,3505,3378,3507,3505,3378,3507,42,214,4048,2245,0,3380,3507,3378,3380,3507,3378,42,2245,2009,215,0,3378,3505,3376,3378,3505,3376,42,1900,182,4048,0,3508,3506,3507,3508,3506,3507,42,4048,2394,1900,0,3507,3509,3508,3507,3509,3508,42,181,1900,2394,0,3510,3508,3509,3510,3508,3509,42,2394,4048,214,0,3509,3507,3380,3509,3507,3380,42,4049,181,2394,0,3511,3510,3509,3511,3510,3509,42,2394,1736,4049,0,3509,3382,3511,3509,3382,3511,42,213,4049,1736,0,3384,3511,3382,3384,3511,3382,42,1736,2394,214,0,3382,3509,3380,3382,3509,3380,42,2374,181,4049,0,3512,3510,3511,3512,3510,3511,42,4049,2488,2374,0,3511,3513,3512,3511,3513,3512,42,180,2374,2488,0,3514,3512,3513,3514,3512,3513,42,2488,4049,213,0,3513,3511,3384,3513,3511,3384,42,2377,180,2488,0,3515,3514,3513,3515,3514,3513,42,2488,4050,2377,0,3513,3516,3515,3513,3516,3515,42,179,2377,4050,0,3517,3515,3516,3517,3515,3516,42,4050,2488,213,0,3516,3513,3384,3516,3513,3384,42,4050,213,1691,0,3516,3384,3386,3516,3384,3386,42,1691,2630,4050,0,3386,3518,3516,3386,3518,3516,42,179,4050,2630,0,3517,3516,3518,3517,3516,3518,42,2630,1691,212,0,3518,3386,3388,3518,3386,3388,42,4051,179,2630,0,3519,3517,3518,3519,3517,3518,42,2630,1701,4051,0,3518,3389,3519,3518,3389,3519,42,211,4051,1701,0,3391,3519,3389,3391,3519,3389,42,1701,2630,212,0,3389,3518,3388,3389,3518,3388,42,2474,179,4051,0,3520,3517,3519,3520,3517,3519,42,4051,2453,2474,0,3519,3521,3520,3519,3521,3520,42,178,2474,2453,0,3522,3520,3521,3522,3520,3521,42,2453,4051,211,0,3521,3519,3391,3521,3519,3391,42,4052,178,2453,0,3523,3522,3521,3523,3522,3521,42,2453,2363,4052,0,3521,3393,3523,3521,3393,3523,42,210,4052,2363,0,3395,3523,3393,3395,3523,3393,42,2363,2453,211,0,3393,3521,3391,3393,3521,3391,42,2887,178,4052,0,3524,3522,3523,3524,3522,3523,42,4052,2992,2887,0,3523,3525,3524,3523,3525,3524,42,177,2887,2992,0,3526,3524,3525,3526,3524,3525,42,2992,4052,210,0,3525,3523,3395,3525,3523,3395,42,3034,177,2992,0,3527,3526,3525,3527,3526,3525,42,2992,4053,3034,0,3525,3528,3527,3525,3528,3527,42,176,3034,4053,0,3529,3527,3528,3529,3527,3528,42,4053,2992,210,0,3528,3525,3395,3528,3525,3395,42,4053,210,2519,0,3528,3395,3397,3528,3395,3397,42,2519,3002,4053,0,3397,3530,3528,3397,3530,3528,42,176,4053,3002,0,3529,3528,3530,3529,3528,3530,42,3002,2519,209,0,3530,3397,3399,3530,3397,3399,42,4054,176,3002,0,3531,3529,3530,3531,3529,3530,42,3002,2660,4054,0,3530,3401,3531,3530,3401,3531,42,208,4054,2660,0,3403,3531,3401,3403,3531,3401,42,2660,3002,209,0,3401,3530,3399,3401,3530,3399,42,3140,176,4054,0,3532,3529,3531,3532,3529,3531,42,4054,2991,3140,0,3531,3533,3532,3531,3533,3532,42,175,3140,2991,0,3534,3532,3533,3534,3532,3533,42,2991,4054,208,0,3533,3531,3403,3533,3531,3403,42,2997,175,2991,0,3535,3534,3533,3535,3534,3533,42,2991,4055,2997,0,3533,3536,3535,3533,3536,3535,42,174,2997,4055,0,3537,3535,3536,3537,3535,3536,42,4055,2991,208,0,3536,3533,3403,3536,3533,3403,42,4055,208,2518,0,3536,3403,3405,3536,3403,3405,42,2518,2977,4055,0,3405,3538,3536,3405,3538,3536,42,174,4055,2977,0,3537,3536,3538,3537,3536,3538,42,2977,2518,207,0,3538,3405,3407,3538,3405,3407,42,4056,174,2977,0,3539,3537,3538,3539,3537,3538,42,2977,2362,4056,0,3538,3410,3539,3538,3410,3539,42,206,4056,2362,0,3412,3539,3410,3412,3539,3410,42,2362,2977,207,0,3410,3538,3407,3410,3538,3407,42,2784,174,4056,0,3540,3537,3539,3540,3537,3539,42,4056,2493,2784,0,3539,3541,3540,3539,3541,3540,42,173,2784,2493,0,3542,3540,3541,3542,3540,3541,42,2493,4056,206,0,3541,3539,3412,3541,3539,3412,42,4057,173,2493,0,3543,3542,3541,3543,3542,3541,42,2493,3079,4057,0,3541,3414,3543,3541,3414,3543,42,205,4057,3079,0,3416,3543,3414,3416,3543,3414,42,3079,2493,206,0,3414,3541,3412,3414,3541,3412,42,2520,173,4057,0,3544,3542,3543,3544,3542,3543,42,4057,2623,2520,0,3543,3545,3544,3543,3545,3544,42,172,2520,2623,0,3546,3544,3545,3546,3544,3545,42,2623,4057,205,0,3545,3543,3416,3545,3543,3416,42,2555,172,2623,0,3547,3546,3545,3547,3546,3545,42,2623,4058,2555,0,3545,3548,3547,3545,3548,3547,42,171,2555,4058,0,3549,3547,3548,3549,3547,3548,42,4058,2623,205,0,3548,3545,3416,3548,3545,3416,42,4058,205,3073,0,3548,3416,3418,3548,3416,3418,42,3073,2533,4058,0,3418,3550,3548,3418,3550,3548,42,171,4058,2533,0,3549,3548,3550,3549,3548,3550,42,2533,3073,204,0,3550,3418,3420,3550,3418,3420,42,1745,171,2533,0,3551,3549,3550,3551,3549,3550,42,2533,4059,1745,0,3550,3552,3551,3550,3552,3551,42,170,1745,4059,0,3553,3551,3552,3553,3551,3552,42,4059,2533,204,0,3552,3550,3420,3552,3550,3420,42,4059,204,2316,0,3552,3420,3421,3552,3420,3421,42,2316,1850,4059,0,3421,3554,3552,3421,3554,3552,42,170,4059,1850,0,3553,3552,3554,3553,3552,3554,42,1850,2316,203,0,3554,3421,3423,3554,3421,3423,42,1655,170,1850,0,3555,3553,3554,3555,3553,3554,42,1850,4060,1655,0,3554,3556,3555,3554,3556,3555,42,169,1655,4060,0,3557,3555,3556,3557,3555,3556,42,4060,1850,203,0,3556,3554,3423,3556,3554,3423,42,4060,203,2307,0,3556,3423,3426,3556,3423,3426,42,2307,2041,4060,0,3426,3558,3556,3426,3558,3556,42,169,4060,2041,0,3557,3556,3558,3557,3556,3558,42,2041,2307,202,0,3558,3426,3428,3558,3426,3428,42,2074,169,2041,0,3559,3557,3558,3559,3557,3558,42,2041,4061,2074,0,3558,3560,3559,3558,3560,3559,42,168,2074,4061,0,3561,3559,3560,3561,3559,3560,42,4061,2041,202,0,3560,3558,3428,3560,3558,3428,42,4061,202,2613,0,3560,3428,3430,3560,3428,3430,42,2613,2052,4061,0,3430,3562,3560,3430,3562,3560,42,168,4061,2052,0,3561,3560,3562,3561,3560,3562,42,2052,2613,201,0,3562,3430,3432,3562,3430,3432,42,4062,168,2052,0,3563,3561,3562,3563,3561,3562,42,2052,2227,4062,0,3562,3433,3563,3562,3433,3563,42,200,4062,2227,0,3435,3563,3433,3435,3563,3433,42,2227,2052,201,0,3433,3562,3432,3433,3562,3432,42,1654,168,4062,0,3564,3561,3563,3564,3561,3563,42,4062,1768,1654,0,3563,3565,3564,3563,3565,3564,42,167,1654,1768,0,3566,3564,3565,3566,3564,3565,42,1768,4062,200,0,3565,3563,3435,3565,3563,3435,42,4063,167,1768,0,3567,3566,3565,3567,3566,3565,42,1768,2167,4063,0,3565,3438,3567,3565,3438,3567,42,198,4063,2167,0,3440,3567,3438,3440,3567,3438,42,2167,1768,200,0,3438,3565,3435,3438,3565,3435,42,1625,167,4063,0,3568,3566,3567,3568,3566,3567,42,4063,2556,1625,0,3567,3569,3568,3567,3569,3568,42,165,1625,2556,0,3570,3568,3569,3570,3568,3569,42,2556,4063,198,0,3569,3567,3440,3569,3567,3440,42,1684,165,2556,0,3571,3570,3569,3571,3570,3569,42,2556,4064,1684,0,3569,3572,3571,3569,3572,3571,42,166,1684,4064,0,3573,3571,3572,3573,3571,3572,42,4064,2556,198,0,3572,3569,3440,3572,3569,3440,42,4064,198,2238,0,3572,3440,3442,3572,3440,3442,42,2238,1789,4064,0,3442,3574,3572,3442,3574,3572,42,166,4064,1789,0,3573,3572,3574,3573,3572,3574,42,1789,2238,199,0,3574,3442,3444,3574,3442,3444,42,2665,164,2714,0,3575,3576,3577,3575,3576,3577,42,2714,4065,2665,0,3577,3578,3575,3577,3578,3575,42,163,2665,4065,0,3579,3575,3578,3579,3575,3578,42,4065,2714,197,0,3578,3577,3446,3578,3577,3446,42,4065,197,2128,0,3578,3446,3445,3578,3446,3445,42,2128,2850,4065,0,3445,3580,3578,3445,3580,3578,42,163,4065,2850,0,3579,3578,3580,3579,3578,3580,42,2850,2128,196,0,3580,3445,3449,3580,3445,3449,42,4066,163,2850,0,3581,3579,3580,3581,3579,3580,42,2850,2130,4066,0,3580,3452,3581,3580,3452,3581,42,195,4066,2130,0,3454,3581,3452,3454,3581,3452,42,2130,2850,196,0,3452,3580,3449,3452,3580,3449,42,2685,163,4066,0,3582,3579,3581,3582,3579,3581,42,4066,2742,2685,0,3581,3583,3582,3581,3583,3582,42,162,2685,2742,0,3584,3582,3583,3584,3582,3583,42,2742,4066,195,0,3583,3581,3454,3583,3581,3454,42,4067,162,2742,0,3585,3584,3583,3585,3584,3583,42,2742,2151,4067,0,3583,3456,3585,3583,3456,3585,42,194,4067,2151,0,3458,3585,3456,3458,3585,3456,42,2151,2742,195,0,3456,3583,3454,3456,3583,3454,42,2700,162,4067,0,3586,3584,3585,3586,3584,3585,42,4067,3141,2700,0,3585,3587,3586,3585,3587,3586,42,161,2700,3141,0,3588,3586,3587,3588,3586,3587,42,3141,4067,194,0,3587,3585,3458,3587,3585,3458,42,2712,161,3141,0,3589,3588,3587,3589,3588,3587,42,3141,4068,2712,0,3587,3590,3589,3587,3590,3589,42,160,2712,4068,0,3591,3589,3590,3591,3589,3590,42,4068,3141,194,0,3590,3587,3458,3590,3587,3458,42,4068,194,2168,0,3590,3458,3460,3590,3458,3460,42,2168,2764,4068,0,3460,3592,3590,3460,3592,3590,42,160,4068,2764,0,3591,3590,3592,3591,3590,3592,42,2764,2168,193,0,3592,3460,3462,3592,3460,3462,42,2829,160,2764,0,3593,3591,3592,3593,3591,3592,42,2764,4069,2829,0,3592,3594,3593,3592,3594,3593,42,159,2829,4069,0,3595,3593,3594,3595,3593,3594,42,4069,2764,193,0,3594,3592,3462,3594,3592,3462,42,4069,193,2183,0,3594,3462,3464,3594,3462,3464,42,2183,2888,4069,0,3464,3596,3594,3464,3596,3594,42,159,4069,2888,0,3595,3594,3596,3595,3594,3596,42,2888,2183,192,0,3596,3464,3466,3596,3464,3466,42,4070,159,2888,0,3597,3595,3596,3597,3595,3596,42,2888,2305,4070,0,3596,3467,3597,3596,3467,3597,42,191,4070,2305,0,3469,3597,3467,3469,3597,3467,42,2305,2888,192,0,3467,3596,3466,3467,3596,3466,42,2816,159,4070,0,3598,3595,3597,3598,3595,3597,42,4070,2741,2816,0,3597,3599,3598,3597,3599,3598,42,158,2816,2741,0,3600,3598,3599,3600,3598,3599,42,2741,4070,191,0,3599,3597,3469,3599,3597,3469,42,4071,158,2741,0,3601,3600,3599,3601,3600,3599,42,2741,3083,4071,0,3599,3471,3601,3599,3471,3601,42,190,4071,3083,0,3473,3601,3471,3473,3601,3471,42,3083,2741,191,0,3471,3599,3469,3471,3599,3469,42,1486,158,4071,0,3602,3600,3601,3602,3600,3601,42,4071,1564,1486,0,3601,3603,3602,3601,3603,3602,42,157,1486,1564,0,3604,3602,3603,3604,3602,3603,42,1564,4071,190,0,3603,3601,3473,3603,3601,3473,42,4072,157,1564,0,3605,3604,3603,3605,3604,3603,42,1564,3063,4072,0,3603,3476,3605,3603,3476,3605,42,189,4072,3063,0,3478,3605,3476,3478,3605,3476,42,3063,1564,190,0,3476,3603,3473,3476,3603,3473,42,1481,157,4072,0,3606,3604,3605,3606,3604,3605,42,4072,1700,1481,0,3605,3607,3606,3605,3607,3606,42,156,1481,1700,0,3608,3606,3607,3608,3606,3607,42,1700,4072,189,0,3607,3605,3478,3607,3605,3478,42,4073,156,1700,0,3609,3608,3607,3609,3608,3607,42,1700,2263,4073,0,3607,3480,3609,3607,3480,3609,42,188,4073,2263,0,3482,3609,3480,3482,3609,3480,42,2263,1700,189,0,3480,3607,3478,3480,3607,3478,42,1848,156,4073,0,3610,3608,3609,3610,3608,3609,42,4073,1798,1848,0,3609,3611,3610,3609,3611,3610,42,155,1848,1798,0,3612,3610,3611,3612,3610,3611,42,1798,4073,188,0,3611,3609,3482,3611,3609,3482,42,4074,155,1798,0,3613,3612,3611,3613,3612,3611,42,1798,2496,4074,0,3611,3484,3613,3611,3484,3613,42,187,4074,2496,0,3486,3613,3484,3486,3613,3484,42,2496,1798,188,0,3484,3611,3482,3484,3611,3482,42,1994,155,4074,0,3614,3612,3613,3614,3612,3613,42,4074,2062,1994,0,3613,3615,3614,3613,3615,3614,42,154,1994,2062,0,3616,3614,3615,3616,3614,3615,42,2062,4074,187,0,3615,3613,3486,3615,3613,3486,42,2089,154,2062,0,3617,3616,3615,3617,3616,3615,42,2062,4075,2089,0,3615,3618,3617,3615,3618,3617,42,153,2089,4075,0,3619,3617,3618,3619,3617,3618,42,4075,2062,187,0,3618,3615,3486,3618,3615,3486,42,4075,187,2618,0,3618,3486,3488,3618,3486,3488,42,2618,2040,4075,0,3488,3620,3618,3488,3620,3618,42,153,4075,2040,0,3619,3618,3620,3619,3618,3620,42,2040,2618,186,0,3620,3488,3490,3620,3488,3490,42,4076,153,2040,0,3621,3619,3620,3621,3619,3620,42,2040,2467,4076,0,3620,3492,3621,3620,3492,3621,42,185,4076,2467,0,3494,3621,3492,3494,3621,3492,42,2467,2040,186,0,3492,3620,3490,3492,3620,3490,42,1986,153,4076,0,3622,3619,3621,3622,3619,3621,42,4076,1778,1986,0,3621,3623,3622,3621,3623,3622,42,152,1986,1778,0,3624,3622,3623,3624,3622,3623,42,1778,4076,185,0,3623,3621,3494,3623,3621,3494,42,1818,152,1778,0,3625,3624,3623,3625,3624,3623,42,1778,4077,1818,0,3623,3626,3625,3623,3626,3625,42,151,1818,4077,0,3627,3625,3626,3627,3625,3626,42,4077,1778,185,0,3626,3623,3494,3626,3623,3494,42,4077,185,2346,0,3626,3494,3495,3626,3494,3495,42,2346,1767,4077,0,3495,3628,3626,3495,3628,3626,42,151,4077,1767,0,3627,3626,3628,3627,3626,3628,42,1767,2346,184,0,3628,3495,3497,3628,3495,3497,42,4078,151,1767,0,3629,3627,3628,3629,3627,3628,42,1767,1931,4078,0,3628,3500,3629,3628,3500,3629,42,183,4078,1931,0,3502,3629,3500,3502,3629,3500,42,1931,1767,184,0,3500,3628,3497,3500,3628,3497,42,1381,151,4078,0,3630,3627,3629,3630,3627,3629,42,4078,1584,1381,0,3629,3631,3630,3629,3631,3630,42,150,1381,1584,0,3632,3630,3631,3632,3630,3631,42,1584,4078,183,0,3631,3629,3502,3631,3629,3502,42,4079,150,1584,0,3633,3632,3631,3633,3632,3631,42,1584,1887,4079,0,3631,3504,3633,3631,3504,3633,42,182,4079,1887,0,3506,3633,3504,3506,3633,3504,42,1887,1584,183,0,3504,3631,3502,3504,3631,3502,42,1394,150,4079,0,3634,3632,3633,3634,3632,3633,42,4079,1469,1394,0,3633,3635,3634,3633,3635,3634,42,149,1394,1469,0,3636,3634,3635,3636,3634,3635,42,1469,4079,182,0,3635,3633,3506,3635,3633,3506,42,1351,149,1469,0,3637,3636,3635,3637,3636,3635,42,1469,4080,1351,0,3635,3638,3637,3635,3638,3637,42,148,1351,4080,0,3639,3637,3638,3639,3637,3638,42,4080,1469,182,0,3638,3635,3506,3638,3635,3506,42,4080,182,1900,0,3638,3506,3508,3638,3506,3508,42,1900,2893,4080,0,3508,3640,3638,3508,3640,3638,42,148,4080,2893,0,3639,3638,3640,3639,3638,3640,42,2893,1900,181,0,3640,3508,3510,3640,3508,3510,42,2941,148,2893,0,3641,3639,3640,3641,3639,3640,42,2893,4081,2941,0,3640,3642,3641,3640,3642,3641,42,147,2941,4081,0,3643,3641,3642,3643,3641,3642,42,4081,2893,181,0,3642,3640,3510,3642,3640,3510,42,4081,181,2374,0,3642,3510,3512,3642,3510,3512,42,2374,3033,4081,0,3512,3644,3642,3512,3644,3642,42,147,4081,3033,0,3643,3642,3644,3643,3642,3644,42,3033,2374,180,0,3644,3512,3514,3644,3512,3514,42,3156,147,3033,0,3645,3643,3644,3645,3643,3644,42,3033,4082,3156,0,3644,3646,3645,3644,3646,3645,42,146,3156,4082,0,3647,3645,3646,3647,3645,3646,42,4082,3033,180,0,3646,3644,3514,3646,3644,3514,42,4082,180,2377,0,3646,3514,3515,3646,3514,3515,42,2377,2976,4082,0,3515,3648,3646,3515,3648,3646,42,146,4082,2976,0,3647,3646,3648,3647,3646,3648,42,2976,2377,179,0,3648,3515,3517,3648,3515,3517,42,4083,146,2976,0,3649,3647,3648,3649,3647,3648,42,2976,2474,4083,0,3648,3520,3649,3648,3520,3649,42,178,4083,2474,0,3522,3649,3520,3522,3649,3520,42,2474,2976,179,0,3520,3648,3517,3520,3648,3517,42,3048,146,4083,0,3650,3647,3649,3650,3647,3649,42,4083,2990,3048,0,3649,3651,3650,3649,3651,3650,42,145,3048,2990,0,3652,3650,3651,3652,3650,3651,42,2990,4083,178,0,3651,3649,3522,3651,3649,3522,42,4084,145,2990,0,3653,3652,3651,3653,3652,3651,42,2990,2887,4084,0,3651,3524,3653,3651,3524,3653,42,177,4084,2887,0,3526,3653,3524,3526,3653,3524,42,2887,2990,178,0,3524,3651,3522,3524,3651,3522,42,1335,145,4084,0,3654,3652,3653,3654,3652,3653,42,4084,1423,1335,0,3653,3655,3654,3653,3655,3654,42,144,1335,1423,0,3656,3654,3655,3656,3654,3655,42,1423,4084,177,0,3655,3653,3526,3655,3653,3526,42,4085,144,1423,0,3657,3656,3655,3657,3656,3655,42,1423,3034,4085,0,3655,3527,3657,3655,3527,3657,42,176,4085,3034,0,3529,3657,3527,3529,3657,3527,42,3034,1423,177,0,3527,3655,3526,3527,3655,3526,42,1458,144,4085,0,3658,3656,3657,3658,3656,3657,42,4085,1410,1458,0,3657,3659,3658,3657,3659,3658,42,143,1458,1410,0,3660,3658,3659,3660,3658,3659,42,1410,4085,176,0,3659,3657,3529,3659,3657,3529,42,4086,143,1410,0,3661,3660,3659,3661,3660,3659,42,1410,3140,4086,0,3659,3532,3661,3659,3532,3661,42,175,4086,3140,0,3534,3661,3532,3534,3661,3532,42,3140,1410,176,0,3532,3659,3529,3532,3659,3529,42,1569,143,4086,0,3662,3660,3661,3662,3660,3661,42,4086,1400,1569,0,3661,3663,3662,3661,3663,3662,42,142,1569,1400,0,3664,3662,3663,3664,3662,3663,42,1400,4086,175,0,3663,3661,3534,3663,3661,3534,42,1222,142,1400,0,3665,3664,3663,3665,3664,3663,42,1400,4087,1222,0,3663,3666,3665,3663,3666,3665,42,141,1222,4087,0,3667,3665,3666,3667,3665,3666,42,4087,1400,175,0,3666,3663,3534,3666,3663,3534,42,4087,175,2997,0,3666,3534,3535,3666,3534,3535,42,2997,1307,4087,0,3535,3668,3666,3535,3668,3666,42,141,4087,1307,0,3667,3666,3668,3667,3666,3668,42,1307,2997,174,0,3668,3535,3537,3668,3535,3537,42,4088,141,1307,0,3669,3667,3668,3669,3667,3668,42,1307,2784,4088,0,3668,3540,3669,3668,3540,3669,42,173,4088,2784,0,3542,3669,3540,3542,3669,3540,42,2784,1307,174,0,3540,3668,3537,3540,3668,3537,42,1215,141,4088,0,3670,3667,3669,3670,3667,3669,42,4088,1984,1215,0,3669,3671,3670,3669,3671,3670,42,140,1215,1984,0,3672,3670,3671,3672,3670,3671,42,1984,4088,173,0,3671,3669,3542,3671,3669,3542,42,2061,140,1984,0,3673,3672,3671,3673,3672,3671,42,1984,4089,2061,0,3671,3674,3673,3671,3674,3673,42,139,2061,4089,0,3675,3673,3674,3675,3673,3674,42,4089,1984,173,0,3674,3671,3542,3674,3671,3542,42,4089,173,2520,0,3674,3542,3544,3674,3542,3544,42,2520,2126,4089,0,3544,3676,3674,3544,3676,3674,42,139,4089,2126,0,3675,3674,3676,3675,3674,3676,42,2126,2520,172,0,3676,3544,3546,3676,3544,3546,42,4090,139,2126,0,3677,3675,3676,3677,3675,3676,42,2126,2555,4090,0,3676,3547,3677,3676,3547,3677,42,171,4090,2555,0,3549,3677,3547,3549,3677,3547,42,2555,2126,172,0,3547,3676,3546,3547,3676,3546,42,2048,139,4090,0,3678,3675,3677,3678,3675,3677,42,4090,2008,2048,0,3677,3679,3678,3677,3679,3678,42,138,2048,2008,0,3680,3678,3679,3680,3678,3679,42,2008,4090,171,0,3679,3677,3549,3679,3677,3549,42,4091,138,2008,0,3681,3680,3679,3681,3680,3679,42,2008,1745,4091,0,3679,3551,3681,3679,3551,3681,42,170,4091,1745,0,3553,3681,3551,3553,3681,3551,42,1745,2008,171,0,3551,3679,3549,3551,3679,3549,42,1288,138,4091,0,3682,3680,3681,3682,3680,3681,42,4091,1239,1288,0,3681,3683,3682,3681,3683,3682,42,137,1288,1239,0,3684,3682,3683,3684,3682,3683,42,1239,4091,170,0,3683,3681,3553,3683,3681,3553,42,1159,137,1239,0,3685,3684,3683,3685,3684,3683,42,1239,4092,1159,0,3683,3686,3685,3683,3686,3685,42,136,1159,4092,0,3687,3685,3686,3687,3685,3686,42,4092,1239,170,0,3686,3683,3553,3686,3683,3553,42,4092,170,1655,0,3686,3553,3555,3686,3553,3555,42,1655,1517,4092,0,3555,3688,3686,3555,3688,3686,42,136,4092,1517,0,3687,3686,3688,3687,3686,3688,42,1517,1655,169,0,3688,3555,3557,3688,3555,3557,42,1548,136,1517,0,3689,3687,3688,3689,3687,3688,42,1517,4093,1548,0,3688,3690,3689,3688,3690,3689,42,135,1548,4093,0,3691,3689,3690,3691,3689,3690,42,4093,1517,169,0,3690,3688,3557,3690,3688,3557,42,4093,169,2074,0,3690,3557,3559,3690,3557,3559,42,2074,1500,4093,0,3559,3692,3690,3559,3692,3690,42,135,4093,1500,0,3691,3690,3692,3691,3690,3692,42,1500,2074,168,0,3692,3559,3561,3692,3559,3561,42,1170,135,1500,0,3693,3691,3692,3693,3691,3692,42,1500,4094,1170,0,3692,3694,3693,3692,3694,3693,42,134,1170,4094,0,3695,3693,3694,3695,3693,3694,42,4094,1500,168,0,3694,3692,3561,3694,3692,3561,42,4094,168,1654,0,3694,3561,3564,3694,3561,3564,42,1654,1259,4094,0,3564,3696,3694,3564,3696,3694,42,134,4094,1259,0,3695,3694,3696,3695,3694,3696,42,1259,1654,167,0,3696,3564,3566,3696,3564,3566,42,4095,134,1259,0,3697,3695,3696,3697,3695,3696,42,1259,1625,4095,0,3696,3568,3697,3696,3568,3697,42,165,4095,1625,0,3570,3697,3568,3570,3697,3568,42,1625,1259,167,0,3568,3696,3566,3568,3696,3566,42,1140,134,4095,0,3698,3695,3697,3698,3695,3697,42,4095,3134,1140,0,3697,3699,3698,3697,3699,3698,42,132,1140,3134,0,3700,3698,3699,3700,3698,3699,42,3134,4095,165,0,3699,3697,3570,3699,3697,3570,42,1089,132,3134,0,3701,3700,3699,3701,3700,3699,42,3134,4096,1089,0,3699,3702,3701,3699,3702,3701,42,133,1089,4096,0,3703,3701,3702,3703,3701,3702,42,4096,3134,165,0,3702,3699,3570,3702,3699,3570,42,4096,165,1684,0,3702,3570,3571,3702,3570,3571,42,1684,1267,4096,0,3571,3704,3702,3571,3704,3702,42,133,4096,1267,0,3703,3702,3704,3703,3702,3704,42,1267,1684,166,0,3704,3571,3573,3704,3571,3573,42,3151,131,1161,0,3705,3706,3707,3705,3706,3707,42,1161,4097,3151,0,3707,3708,3705,3707,3708,3705,42,130,3151,4097,0,3709,3705,3708,3709,3705,3708,42,4097,1161,164,0,3708,3707,3576,3708,3707,3576,42,4097,164,2665,0,3708,3576,3575,3708,3576,3575,42,2665,1324,4097,0,3575,3710,3708,3575,3710,3708,42,130,4097,1324,0,3709,3708,3710,3709,3708,3710,42,1324,2665,163,0,3710,3575,3579,3710,3575,3579,42,3166,130,1324,0,3711,3709,3710,3711,3709,3710,42,1324,4098,3166,0,3710,3712,3711,3710,3712,3711,42,129,3166,4098,0,3713,3711,3712,3713,3711,3712,42,4098,1324,163,0,3712,3710,3579,3712,3710,3579,42,4098,163,2685,0,3712,3579,3582,3712,3579,3582,42,2685,1199,4098,0,3582,3714,3712,3582,3714,3712,42,129,4098,1199,0,3713,3712,3714,3713,3712,3714,42,1199,2685,162,0,3714,3582,3584,3714,3582,3584,42,4099,129,1199,0,3715,3713,3714,3715,3713,3714,42,1199,2700,4099,0,3714,3586,3715,3714,3586,3715,42,161,4099,2700,0,3588,3715,3586,3588,3715,3586,42,2700,1199,162,0,3586,3714,3584,3586,3714,3584,42,3175,129,4099,0,3716,3713,3715,3716,3713,3715,42,4099,1614,3175,0,3715,3717,3716,3715,3717,3716,42,128,3175,1614,0,3718,3716,3717,3718,3716,3717,42,1614,4099,161,0,3717,3715,3588,3717,3715,3588,42,1443,128,1614,0,3719,3718,3717,3719,3718,3717,42,1614,4100,1443,0,3717,3720,3719,3717,3720,3719,42,127,1443,4100,0,3721,3719,3720,3721,3719,3720,42,4100,1614,161,0,3720,3717,3588,3720,3717,3588,42,4100,161,2712,0,3720,3588,3589,3720,3588,3589,42,2712,1198,4100,0,3589,3722,3720,3589,3722,3720,42,127,4100,1198,0,3721,3720,3722,3721,3720,3722,42,1198,2712,160,0,3722,3589,3591,3722,3589,3591,42,1146,127,1198,0,3723,3721,3722,3723,3721,3722,42,1198,4101,1146,0,3722,3724,3723,3722,3724,3723,42,126,1146,4101,0,3725,3723,3724,3725,3723,3724,42,4101,1198,160,0,3724,3722,3591,3724,3722,3591,42,4101,160,2829,0,3724,3591,3593,3724,3591,3593,42,2829,1323,4101,0,3593,3726,3724,3593,3726,3724,42,126,4101,1323,0,3725,3724,3726,3725,3724,3726,42,1323,2829,159,0,3726,3593,3595,3726,3593,3595,42,4102,126,1323,0,3727,3725,3726,3727,3725,3726,42,1323,2816,4102,0,3726,3598,3727,3726,3598,3727,42,158,4102,2816,0,3600,3727,3598,3600,3727,3598,42,2816,1323,159,0,3598,3726,3595,3598,3726,3595,42,1128,126,4102,0,3728,3725,3727,3728,3725,3727,42,4102,1160,1128,0,3727,3729,3728,3727,3729,3728,42,125,1128,1160,0,3730,3728,3729,3730,3728,3729,42,1160,4102,158,0,3729,3727,3600,3729,3727,3600,42,4103,125,1160,0,3731,3730,3729,3731,3730,3729,42,1160,1486,4103,0,3729,3602,3731,3729,3602,3731,42,157,4103,1486,0,3604,3731,3602,3604,3731,3602,42,1486,1160,158,0,3602,3729,3600,3602,3729,3600,42,1940,125,4103,0,3732,3730,3731,3732,3730,3731,42,4103,2099,1940,0,3731,3733,3732,3731,3733,3732,42,124,1940,2099,0,3734,3732,3733,3734,3732,3733,42,2099,4103,157,0,3733,3731,3604,3733,3731,3604,42,4104,124,2099,0,3735,3734,3733,3735,3734,3733,42,2099,1481,4104,0,3733,3606,3735,3733,3606,3735,42,156,4104,1481,0,3608,3735,3606,3608,3735,3606,42,1481,2099,157,0,3606,3733,3604,3606,3733,3604,42,1907,124,4104,0,3736,3734,3735,3736,3734,3735,42,4104,1266,1907,0,3735,3737,3736,3735,3737,3736,42,123,1907,1266,0,3738,3736,3737,3738,3736,3737,42,1266,4104,156,0,3737,3735,3608,3737,3735,3608,42,4105,123,1266,0,3739,3738,3737,3739,3738,3737,42,1266,1848,4105,0,3737,3610,3739,3737,3610,3739,42,155,4105,1848,0,3612,3739,3610,3612,3739,3610,42,1848,1266,156,0,3610,3737,3608,3610,3737,3608,42,1220,123,4105,0,3740,3738,3739,3740,3738,3739,42,4105,1258,1220,0,3739,3741,3740,3739,3741,3740,42,122,1220,1258,0,3742,3740,3741,3742,3740,3741,42,1258,4105,155,0,3741,3739,3612,3741,3739,3612,42,1337,122,1258,0,3743,3742,3741,3743,3742,3741,42,1258,4106,1337,0,3741,3744,3743,3741,3744,3743,42,121,1337,4106,0,3745,3743,3744,3745,3743,3744,42,4106,1258,155,0,3744,3741,3612,3744,3741,3612,42,4106,155,1994,0,3744,3612,3614,3744,3612,3614,42,1994,1499,4106,0,3614,3746,3744,3614,3746,3744,42,121,4106,1499,0,3745,3744,3746,3745,3744,3746,42,1499,1994,154,0,3746,3614,3616,3746,3614,3616,42,4107,121,1499,0,3747,3745,3746,3747,3745,3746,42,1499,2089,4107,0,3746,3617,3747,3746,3617,3747,42,153,4107,2089,0,3619,3747,3617,3619,3747,3617,42,2089,1499,154,0,3617,3746,3616,3617,3746,3616,42,1477,121,4107,0,3748,3745,3747,3748,3745,3747,42,4107,1516,1477,0,3747,3749,3748,3747,3749,3748,42,120,1477,1516,0,3750,3748,3749,3750,3748,3749,42,1516,4107,153,0,3749,3747,3619,3749,3747,3619,42,4108,120,1516,0,3751,3750,3749,3751,3750,3749,42,1516,1986,4108,0,3749,3622,3751,3749,3622,3751,42,152,4108,1986,0,3624,3751,3622,3624,3751,3622,42,1986,1516,153,0,3622,3749,3619,3622,3749,3619,42,1336,120,4108,0,3752,3750,3751,3752,3750,3751,42,4108,1238,1336,0,3751,3753,3752,3751,3753,3752,42,119,1336,1238,0,3754,3752,3753,3754,3752,3753,42,1238,4108,152,0,3753,3751,3624,3753,3751,3624,42,2883,119,1238,0,3755,3754,3753,3755,3754,3753,42,1238,4109,2883,0,3753,3756,3755,3753,3756,3755,42,118,2883,4109,0,3757,3755,3756,3757,3755,3756,42,4109,1238,152,0,3756,3753,3624,3756,3753,3624,42,4109,152,1818,0,3756,3624,3625,3756,3624,3625,42,1818,3050,4109,0,3625,3758,3756,3625,3758,3756,42,118,4109,3050,0,3757,3756,3758,3757,3756,3758,42,3050,1818,151,0,3758,3625,3627,3758,3625,3627,42,4110,118,3050,0,3759,3757,3758,3759,3757,3758,42,3050,1381,4110,0,3758,3630,3759,3758,3630,3759,42,150,4110,1381,0,3632,3759,3630,3632,3759,3630,42,1381,3050,151,0,3630,3758,3627,3630,3758,3627,42,2899,118,4110,0,3760,3757,3759,3760,3757,3759,42,4110,3179,2899,0,3759,3761,3760,3759,3761,3760,42,117,2899,3179,0,3762,3760,3761,3762,3760,3761,42,3179,4110,150,0,3761,3759,3632,3761,3759,3632,42,4111,117,3179,0,3763,3762,3761,3763,3762,3761,42,3179,1394,4111,0,3761,3634,3763,3761,3634,3763,42,149,4111,1394,0,3636,3763,3634,3636,3763,3634,42,1394,3179,150,0,3634,3761,3632,3634,3761,3632,42,2856,117,4111,0,3764,3762,3763,3764,3762,3763,42,4111,3026,2856,0,3763,3765,3764,3763,3765,3764,42,116,2856,3026,0,3766,3764,3765,3766,3764,3765,42,3026,4111,149,0,3765,3763,3636,3765,3763,3636,42,4112,116,3026,0,3767,3766,3765,3767,3766,3765,42,3026,1351,4112,0,3765,3637,3767,3765,3637,3767,42,148,4112,1351,0,3639,3767,3637,3639,3767,3637,42,1351,3026,149,0,3637,3765,3636,3637,3765,3636,42,2862,116,4112,0,3768,3766,3767,3768,3766,3767,42,4112,1306,2862,0,3767,3769,3768,3767,3769,3768,42,115,2862,1306,0,3770,3768,3769,3770,3768,3769,42,1306,4112,148,0,3769,3767,3639,3769,3767,3639,42,4113,115,1306,0,3771,3770,3769,3771,3770,3769,42,1306,2941,4113,0,3769,3641,3771,3769,3641,3771,42,147,4113,2941,0,3643,3771,3641,3643,3771,3641,42,2941,1306,148,0,3641,3769,3639,3641,3769,3639,42,1354,115,4113,0,3772,3770,3771,3772,3770,3771,42,4113,1399,1354,0,3771,3773,3772,3771,3773,3772,42,114,1354,1399,0,3774,3772,3773,3774,3772,3773,42,1399,4113,147,0,3773,3771,3643,3773,3771,3643,42,4114,114,1399,0,3775,3774,3773,3775,3774,3773,42,1399,3156,4114,0,3773,3645,3775,3773,3645,3775,42,146,4114,3156,0,3647,3775,3645,3647,3775,3645,42,3156,1399,147,0,3645,3773,3643,3645,3773,3643,42,1498,114,4114,0,3776,3774,3775,3776,3774,3775,42,4114,1409,1498,0,3775,3777,3776,3775,3777,3776,42,113,1498,1409,0,3778,3776,3777,3778,3776,3777,42,1409,4114,146,0,3777,3775,3647,3777,3775,3647,42,4115,113,1409,0,3779,3778,3777,3779,3778,3777,42,1409,3048,4115,0,3777,3650,3779,3777,3650,3779,42,145,4115,3048,0,3652,3779,3650,3652,3779,3650,42,3048,1409,146,0,3650,3777,3647,3650,3777,3647,42,1385,113,4115,0,3780,3778,3779,3780,3778,3779,42,4115,1422,1385,0,3779,3781,3780,3779,3781,3780,42,112,1385,1422,0,3782,3780,3781,3782,3780,3781,42,1422,4115,145,0,3781,3779,3652,3781,3779,3652,42,4116,112,1422,0,3783,3782,3781,3783,3782,3781,42,1422,1335,4116,0,3781,3654,3783,3781,3654,3783,42,144,4116,1335,0,3656,3783,3654,3656,3783,3654,42,1335,1422,145,0,3654,3781,3652,3654,3781,3652,42,1766,112,4116,0,3784,3782,3783,3784,3782,3783,42,4116,1949,1766,0,3783,3785,3784,3783,3785,3784,42,111,1766,1949,0,3786,3784,3785,3786,3784,3785,42,1949,4116,144,0,3785,3783,3656,3785,3783,3656,42,4117,111,1949,0,3787,3786,3785,3787,3786,3785,42,1949,1458,4117,0,3785,3658,3787,3785,3658,3787,42,143,4117,1458,0,3660,3787,3658,3660,3787,3658,42,1458,1949,144,0,3658,3785,3656,3658,3785,3656,42,1896,111,4117,0,3788,3786,3787,3788,3786,3787,42,4117,1928,1896,0,3787,3789,3788,3787,3789,3788,42,110,1896,1928,0,3790,3788,3789,3790,3788,3789,42,1928,4117,143,0,3789,3787,3660,3789,3787,3660,42,4118,110,1928,0,3791,3790,3789,3791,3790,3789,42,1928,1569,4118,0,3789,3662,3791,3789,3662,3791,42,142,4118,1569,0,3664,3791,3662,3664,3791,3662,42,1569,1928,143,0,3662,3789,3660,3662,3789,3660,42,1946,110,4118,0,3792,3790,3791,3792,3790,3791,42,4118,1988,1946,0,3791,3793,3792,3791,3793,3792,42,109,1946,1988,0,3794,3792,3793,3794,3792,3793,42,1988,4118,142,0,3793,3791,3664,3793,3791,3664,42,4119,109,1988,0,3795,3794,3793,3795,3794,3793,42,1988,1222,4119,0,3793,3665,3795,3793,3665,3795,42,141,4119,1222,0,3667,3795,3665,3667,3795,3665,42,1222,1988,142,0,3665,3793,3664,3665,3793,3664,42,1656,109,4119,0,3796,3794,3795,3796,3794,3795,42,4119,1826,1656,0,3795,3797,3796,3795,3797,3796,42,108,1656,1826,0,3798,3796,3797,3798,3796,3797,42,1826,4119,141,0,3797,3795,3667,3797,3795,3667,42,1705,108,1826,0,3799,3798,3797,3799,3798,3797,42,1826,4120,1705,0,3797,3800,3799,3797,3800,3799,42,107,1705,4120,0,3801,3799,3800,3801,3799,3800,42,4120,1826,141,0,3800,3797,3667,3800,3797,3667,42,4120,141,1215,0,3800,3667,3670,3800,3667,3670,42,1215,1468,4120,0,3670,3802,3800,3670,3802,3800,42,107,4120,1468,0,3801,3800,3802,3801,3800,3802,42,1468,1215,140,0,3802,3670,3672,3802,3670,3672,42,4121,107,1468,0,3803,3801,3802,3803,3801,3802,42,1468,2061,4121,0,3802,3673,3803,3802,3673,3803,42,139,4121,2061,0,3675,3803,3673,3675,3803,3673,42,2061,1468,140,0,3673,3802,3672,3673,3802,3672,42,1431,107,4121,0,3804,3801,3803,3804,3801,3803,42,4121,1583,1431,0,3803,3805,3804,3803,3805,3804,42,106,1431,1583,0,3806,3804,3805,3806,3804,3805,42,1583,4121,139,0,3805,3803,3675,3805,3803,3675,42,2760,106,1583,0,3807,3806,3805,3807,3806,3805,42,1583,4122,2760,0,3805,3808,3807,3805,3808,3807,42,105,2760,4122,0,3809,3807,3808,3809,3807,3808,42,4122,1583,139,0,3808,3805,3675,3808,3805,3675,42,4122,139,2048,0,3808,3675,3678,3808,3675,3678,42,2048,2732,4122,0,3678,3810,3808,3678,3810,3808,42,105,4122,2732,0,3809,3808,3810,3809,3808,3810,42,2732,2048,138,0,3810,3678,3680,3810,3678,3680,42,4123,105,2732,0,3811,3809,3810,3811,3809,3810,42,2732,1288,4123,0,3810,3682,3811,3810,3682,3811,42,137,4123,1288,0,3684,3811,3682,3684,3811,3682,42,1288,2732,138,0,3682,3810,3680,3682,3810,3680,42,2913,105,4123,0,3812,3809,3811,3812,3809,3811,42,4123,2743,2913,0,3811,3813,3812,3811,3813,3812,42,104,2913,2743,0,3814,3812,3813,3814,3812,3813,42,2743,4123,137,0,3813,3811,3684,3813,3811,3684,42,4124,104,2743,0,3815,3814,3813,3815,3814,3813,42,2743,1159,4124,0,3813,3685,3815,3813,3685,3815,42,136,4124,1159,0,3687,3815,3685,3687,3815,3685,42,1159,2743,137,0,3685,3813,3684,3685,3813,3684,42,2761,104,4124,0,3816,3814,3815,3816,3814,3815,42,4124,2989,2761,0,3815,3817,3816,3815,3817,3816,42,103,2761,2989,0,3818,3816,3817,3818,3816,3817,42,2989,4124,136,0,3817,3815,3687,3817,3815,3687,42,3171,103,2989,0,3819,3818,3817,3819,3818,3817,42,2989,4125,3171,0,3817,3820,3819,3817,3820,3819,42,102,3171,4125,0,3821,3819,3820,3821,3819,3820,42,4125,2989,136,0,3820,3817,3687,3820,3817,3687,42,4125,136,1548,0,3820,3687,3689,3820,3687,3689,42,1548,3010,4125,0,3689,3822,3820,3689,3822,3820,42,102,4125,3010,0,3821,3820,3822,3821,3820,3822,42,3010,1548,135,0,3822,3689,3691,3822,3689,3691,42,2796,102,3010,0,3823,3821,3822,3823,3821,3822,42,3010,4126,2796,0,3822,3824,3823,3822,3824,3823,42,101,2796,4126,0,3825,3823,3824,3825,3823,3824,42,4126,3010,135,0,3824,3822,3691,3824,3822,3691,42,4126,135,1170,0,3824,3691,3693,3824,3691,3693,42,1170,2758,4126,0,3693,3826,3824,3693,3826,3824,42,101,4126,2758,0,3825,3824,3826,3825,3824,3826,42,2758,1170,134,0,3826,3693,3695,3826,3693,3695,42,2771,101,2758,0,3827,3825,3826,3827,3825,3826,42,2758,4127,2771,0,3826,3828,3827,3826,3828,3827,42,99,2771,4127,0,3829,3827,3828,3829,3827,3828,42,4127,2758,134,0,3828,3826,3695,3828,3826,3695,42,4127,134,1140,0,3828,3695,3698,3828,3695,3698,42,1140,1563,4127,0,3698,3830,3828,3698,3830,3828,42,99,4127,1563,0,3829,3828,3830,3829,3828,3830,42,1563,1140,132,0,3830,3698,3700,3830,3698,3700,42,4128,99,1563,0,3831,3829,3830,3831,3829,3830,42,1563,1089,4128,0,3830,3701,3831,3830,3701,3831,42,133,4128,1089,0,3703,3831,3701,3703,3831,3701,42,1089,1563,132,0,3701,3830,3700,3701,3830,3700,42,2693,99,4128,0,3832,3829,3831,3832,3829,3831,42,4128,2656,2693,0,3831,3833,3832,3831,3833,3832,42,100,2693,2656,0,3834,3832,3833,3834,3832,3833,42,2656,4128,133,0,3833,3831,3703,3833,3831,3703,42,1650,98,1728,0,3835,3836,3837,3835,3836,3837,42,1728,4129,1650,0,3837,3838,3835,3837,3838,3835,42,97,1650,4129,0,3839,3835,3838,3839,3835,3838,42,4129,1728,131,0,3838,3837,3706,3838,3837,3706,42,4129,131,3151,0,3838,3706,3705,3838,3706,3705,42,3151,1870,4129,0,3705,3840,3838,3705,3840,3838,42,97,4129,1870,0,3839,3838,3840,3839,3838,3840,42,1870,3151,130,0,3840,3705,3709,3840,3705,3709,42,4130,97,1870,0,3841,3839,3840,3841,3839,3840,42,1870,3166,4130,0,3840,3711,3841,3840,3711,3841,42,129,4130,3166,0,3713,3841,3711,3713,3841,3711,42,3166,1870,130,0,3711,3840,3709,3711,3840,3709,42,1663,97,4130,0,3842,3839,3841,3842,3839,3841,42,4130,1749,1663,0,3841,3843,3842,3841,3843,3842,42,96,1663,1749,0,3844,3842,3843,3844,3842,3843,42,1749,4130,129,0,3843,3841,3713,3843,3841,3713,42,2060,96,1749,0,3845,3844,3843,3845,3844,3843,42,1749,4131,2060,0,3843,3846,3845,3843,3846,3845,42,95,2060,4131,0,3847,3845,3846,3847,3845,3846,42,4131,1749,129,0,3846,3843,3713,3846,3843,3713,42,4131,129,3175,0,3846,3713,3716,3846,3713,3716,42,3175,2125,4131,0,3716,3848,3846,3716,3848,3846,42,95,4131,2125,0,3847,3846,3848,3847,3846,3848,42,2125,3175,128,0,3848,3716,3718,3848,3716,3718,42,2047,95,2125,0,3849,3847,3848,3849,3847,3848,42,2125,4132,2047,0,3848,3850,3849,3848,3850,3849,42,94,2047,4132,0,3851,3849,3850,3851,3849,3850,42,4132,2125,128,0,3850,3848,3718,3850,3848,3718,42,4132,128,1443,0,3850,3718,3719,3850,3718,3719,42,1443,1727,4132,0,3719,3852,3850,3719,3852,3850,42,94,4132,1727,0,3851,3850,3852,3851,3850,3852,42,1727,1443,127,0,3852,3719,3721,3852,3719,3721,42,4133,94,1727,0,3853,3851,3852,3853,3851,3852,42,1727,1146,4133,0,3852,3723,3853,3852,3723,3853,42,126,4133,1146,0,3725,3853,3723,3725,3853,3723,42,1146,1727,127,0,3723,3852,3721,3723,3852,3721,42,1755,94,4133,0,3854,3851,3853,3854,3851,3853,42,4133,1827,1755,0,3853,3855,3854,3853,3855,3854,42,93,1755,1827,0,3856,3854,3855,3856,3854,3855,42,1827,4133,126,0,3855,3853,3725,3855,3853,3725,42,4134,93,1827,0,3857,3856,3855,3857,3856,3855,42,1827,1128,4134,0,3855,3728,3857,3855,3728,3857,42,125,4134,1128,0,3730,3857,3728,3730,3857,3728,42,1128,1827,126,0,3728,3855,3725,3728,3855,3725,42,1750,93,4134,0,3858,3856,3857,3858,3856,3857,42,4134,1699,1750,0,3857,3859,3858,3857,3859,3858,42,92,1750,1699,0,3860,3858,3859,3860,3858,3859,42,1699,4134,125,0,3859,3857,3730,3859,3857,3730,42,4135,92,1699,0,3861,3860,3859,3861,3860,3859,42,1699,1940,4135,0,3859,3732,3861,3859,3732,3861,42,124,4135,1940,0,3734,3861,3732,3734,3861,3732,42,1940,1699,125,0,3732,3859,3730,3732,3859,3730,42,2650,92,4135,0,3862,3860,3861,3862,3860,3861,42,4135,2597,2650,0,3861,3863,3862,3861,3863,3862,42,91,2650,2597,0,3864,3862,3863,3864,3862,3863,42,2597,4135,124,0,3863,3861,3734,3863,3861,3734,42,4136,91,2597,0,3865,3864,3863,3865,3864,3863,42,2597,1907,4136,0,3863,3736,3865,3863,3736,3865,42,123,4136,1907,0,3738,3865,3736,3738,3865,3736,42,1907,2597,124,0,3736,3863,3734,3736,3863,3734,42,2498,91,4136,0,3866,3864,3865,3866,3864,3865,42,4136,2847,2498,0,3865,3867,3866,3865,3867,3866,42,90,2498,2847,0,3868,3866,3867,3868,3866,3867,42,2847,4136,123,0,3867,3865,3738,3867,3865,3738,42,4137,90,2847,0,3869,3868,3867,3869,3868,3867,42,2847,1220,4137,0,3867,3740,3869,3867,3740,3869,42,122,4137,1220,0,3742,3869,3740,3742,3869,3740,42,1220,2847,123,0,3740,3867,3738,3740,3867,3738,42,2881,90,4137,0,3870,3868,3869,3870,3868,3869,42,4137,2825,2881,0,3869,3871,3870,3869,3871,3870,42,89,2881,2825,0,3872,3870,3871,3872,3870,3871,42,2825,4137,122,0,3871,3869,3742,3871,3869,3742,42,4138,89,2825,0,3873,3872,3871,3873,3872,3871,42,2825,1337,4138,0,3871,3743,3873,3871,3743,3873,42,121,4138,1337,0,3745,3873,3743,3745,3873,3743,42,1337,2825,122,0,3743,3871,3742,3743,3871,3742,42,3030,89,4138,0,3874,3872,3873,3874,3872,3873,42,4138,3106,3030,0,3873,3875,3874,3873,3875,3874,42,88,3030,3106,0,3876,3874,3875,3876,3874,3875,42,3106,4138,121,0,3875,3873,3745,3875,3873,3745,42,4139,88,3106,0,3877,3876,3875,3877,3876,3875,42,3106,1477,4139,0,3875,3748,3877,3875,3748,3877,42,120,4139,1477,0,3750,3877,3748,3750,3877,3748,42,1477,3106,121,0,3748,3875,3745,3748,3875,3745,42,3137,88,4139,0,3878,3876,3877,3878,3876,3877,42,4139,3094,3137,0,3877,3879,3878,3877,3879,3878,42,87,3137,3094,0,3880,3878,3879,3880,3878,3879,42,3094,4139,120,0,3879,3877,3750,3879,3877,3750,42,4140,87,3094,0,3881,3880,3879,3881,3880,3879,42,3094,1336,4140,0,3879,3752,3881,3879,3752,3881,42,119,4140,1336,0,3754,3881,3752,3754,3881,3752,42,1336,3094,120,0,3752,3879,3750,3752,3879,3750,42,2955,87,4140,0,3882,3880,3881,3882,3880,3881,42,4140,2921,2955,0,3881,3883,3882,3881,3883,3882,42,86,2955,2921,0,3884,3882,3883,3884,3882,3883,42,2921,4140,119,0,3883,3881,3754,3883,3881,3754,42,4141,86,2921,0,3885,3884,3883,3885,3884,3883,42,2921,2883,4141,0,3883,3755,3885,3883,3755,3885,42,118,4141,2883,0,3757,3885,3755,3757,3885,3755,42,2883,2921,119,0,3755,3883,3754,3755,3883,3754,42,2451,86,4141,0,3886,3884,3885,3886,3884,3885,42,4141,2532,2451,0,3885,3887,3886,3885,3887,3886,42,85,2451,2532,0,3888,3886,3887,3888,3886,3887,42,2532,4141,118,0,3887,3885,3757,3887,3885,3757,42,4142,85,2532,0,3889,3888,3887,3889,3888,3887,42,2532,2899,4142,0,3887,3760,3889,3887,3760,3889,42,117,4142,2899,0,3762,3889,3760,3762,3889,3760,42,2899,2532,118,0,3760,3887,3757,3760,3887,3757,42,2411,85,4142,0,3890,3888,3889,3890,3888,3889,42,4142,2622,2411,0,3889,3891,3890,3889,3891,3890,42,84,2411,2622,0,3892,3890,3891,3892,3890,3891,42,2622,4142,117,0,3891,3889,3762,3891,3889,3762,42,2414,84,2622,0,3893,3892,3891,3893,3892,3891,42,2622,4143,2414,0,3891,3894,3893,3891,3894,3893,42,83,2414,4143,0,3895,3893,3894,3895,3893,3894,42,4143,2622,117,0,3894,3891,3762,3894,3891,3762,42,4143,117,2856,0,3894,3762,3764,3894,3762,3764,42,2856,2492,4143,0,3764,3896,3894,3764,3896,3894,42,83,4143,2492,0,3895,3894,3896,3895,3894,3896,42,2492,2856,116,0,3896,3764,3766,3896,3764,3766,42,4144,83,2492,0,3897,3895,3896,3897,3895,3896,42,2492,2862,4144,0,3896,3768,3897,3896,3768,3897,42,115,4144,2862,0,3770,3897,3768,3770,3897,3768,42,2862,2492,116,0,3768,3896,3766,3768,3896,3766,42,2361,83,4144,0,3898,3895,3897,3898,3895,3897,42,4144,1926,2361,0,3897,3899,3898,3897,3899,3898,42,82,2361,1926,0,3900,3898,3899,3900,3898,3899,42,1926,4144,115,0,3899,3897,3770,3899,3897,3770,42,4145,82,1926,0,3901,3900,3899,3901,3900,3899,42,1926,1354,4145,0,3899,3772,3901,3899,3772,3901,42,114,4145,1354,0,3774,3901,3772,3774,3901,3772,42,1354,1926,115,0,3772,3899,3770,3772,3899,3770,42,2004,82,4145,0,3902,3900,3901,3902,3900,3901,42,4145,1947,2004,0,3901,3903,3902,3901,3903,3902,42,81,2004,1947,0,3904,3902,3903,3904,3902,3903,42,1947,4145,114,0,3903,3901,3774,3903,3901,3774,42,4146,81,1947,0,3905,3904,3903,3905,3904,3903,42,1947,1498,4146,0,3903,3776,3905,3903,3776,3905,42,113,4146,1498,0,3778,3905,3776,3778,3905,3776,42,1498,1947,114,0,3776,3903,3774,3776,3903,3774,42,2123,81,4146,0,3906,3904,3905,3906,3904,3905,42,4146,1964,2123,0,3905,3907,3906,3905,3907,3906,42,80,2123,1964,0,3908,3906,3907,3908,3906,3907,42,1964,4146,113,0,3907,3905,3778,3907,3905,3778,42,2005,80,1964,0,3909,3908,3907,3909,3908,3907,42,1964,4147,2005,0,3907,3910,3909,3907,3910,3909,42,79,2005,4147,0,3911,3909,3910,3911,3909,3910,42,4147,1964,113,0,3910,3907,3778,3910,3907,3778,42,4147,113,1385,0,3910,3778,3780,3910,3778,3780,42,1385,1948,4147,0,3780,3912,3910,3780,3912,3910,42,79,4147,1948,0,3911,3910,3912,3911,3910,3912,42,1948,1385,112,0,3912,3780,3782,3912,3780,3782,42,2375,79,1948,0,3913,3911,3912,3913,3911,3912,42,1948,4148,2375,0,3912,3914,3913,3912,3914,3913,42,78,2375,4148,0,3915,3913,3914,3915,3913,3914,42,4148,1948,112,0,3914,3912,3782,3914,3912,3782,42,4148,112,1766,0,3914,3782,3784,3914,3782,3784,42,1766,2436,4148,0,3784,3916,3914,3784,3916,3914,42,78,4148,2436,0,3915,3914,3916,3915,3914,3916,42,2436,1766,111,0,3916,3784,3786,3916,3784,3786,42,4149,78,2436,0,3917,3915,3916,3917,3915,3916,42,2436,1896,4149,0,3916,3788,3917,3916,3788,3917,42,110,4149,1896,0,3790,3917,3788,3790,3917,3788,42,1896,2436,111,0,3788,3916,3786,3788,3916,3786,42,2573,78,4149,0,3918,3915,3917,3918,3915,3917,42,4149,2612,2573,0,3917,3919,3918,3917,3919,3918,42,77,2573,2612,0,3920,3918,3919,3920,3918,3919,42,2612,4149,110,0,3919,3917,3790,3919,3917,3790,42,4150,77,2612,0,3921,3920,3919,3921,3920,3919,42,2612,1946,4150,0,3919,3792,3921,3919,3792,3921,42,109,4150,1946,0,3794,3921,3792,3794,3921,3792,42,1946,2612,110,0,3792,3919,3790,3792,3919,3790,42,2562,77,4150,0,3922,3920,3921,3922,3920,3921,42,4150,2480,2562,0,3921,3923,3922,3921,3923,3922,42,76,2562,2480,0,3924,3922,3923,3924,3922,3923,42,2480,4150,109,0,3923,3921,3794,3923,3921,3794,42,4151,76,2480,0,3925,3924,3923,3925,3924,3923,42,2480,1656,4151,0,3923,3796,3925,3923,3796,3925,42,108,4151,1656,0,3798,3925,3796,3798,3925,3796,42,1656,2480,109,0,3796,3923,3794,3796,3923,3794,42,2330,76,4151,0,3926,3924,3925,3926,3924,3925,42,4151,2373,2330,0,3925,3927,3926,3925,3927,3926,42,75,2330,2373,0,3928,3926,3927,3928,3926,3927,42,2373,4151,108,0,3927,3925,3798,3927,3925,3798,42,2318,75,2373,0,3929,3928,3927,3929,3928,3927,42,2373,4152,2318,0,3927,3930,3929,3927,3930,3929,42,74,2318,4152,0,3931,3929,3930,3931,3929,3930,42,4152,2373,108,0,3930,3927,3798,3930,3927,3798,42,4152,108,1705,0,3930,3798,3799,3930,3798,3799,42,1705,3036,4152,0,3799,3932,3930,3799,3932,3930,42,74,4152,3036,0,3931,3930,3932,3931,3930,3932,42,3036,1705,107,0,3932,3799,3801,3932,3799,3801,42,3150,74,3036,0,3933,3931,3932,3933,3931,3932,42,3036,4153,3150,0,3932,3934,3933,3932,3934,3933,42,73,3150,4153,0,3935,3933,3934,3935,3933,3934,42,4153,3036,107,0,3934,3932,3801,3934,3932,3801,42,4153,107,1431,0,3934,3801,3804,3934,3801,3804,42,1431,3078,4153,0,3804,3936,3934,3804,3936,3934,42,73,4153,3078,0,3935,3934,3936,3935,3934,3936,42,3078,1431,106,0,3936,3804,3806,3936,3804,3806,42,2242,73,3078,0,3937,3935,3936,3937,3935,3936,42,3078,4154,2242,0,3936,3938,3937,3936,3938,3937,42,72,2242,4154,0,3939,3937,3938,3939,3937,3938,42,4154,3078,106,0,3938,3936,3806,3938,3936,3806,42,4154,106,2760,0,3938,3806,3807,3938,3806,3807,42,2760,2298,4154,0,3807,3940,3938,3807,3940,3938,42,72,4154,2298,0,3939,3938,3940,3939,3938,3940,42,2298,2760,105,0,3940,3807,3809,3940,3807,3809,42,2356,72,2298,0,3941,3939,3940,3941,3939,3940,42,2298,4155,2356,0,3940,3942,3941,3940,3942,3941,42,71,2356,4155,0,3943,3941,3942,3943,3941,3942,42,4155,2298,105,0,3942,3940,3809,3942,3940,3809,42,4155,105,2913,0,3942,3809,3812,3942,3809,3812,42,2913,2280,4155,0,3812,3944,3942,3812,3944,3942,42,71,4155,2280,0,3943,3942,3944,3943,3942,3944,42,2280,2913,104,0,3944,3812,3814,3944,3812,3814,42,2252,71,2280,0,3945,3943,3944,3945,3943,3944,42,2280,4156,2252,0,3944,3946,3945,3944,3946,3945,42,70,2252,4156,0,3947,3945,3946,3947,3945,3946,42,4156,2280,104,0,3946,3944,3814,3946,3944,3814,42,4156,104,2761,0,3946,3814,3816,3946,3814,3816,42,2761,2580,4156,0,3816,3948,3946,3816,3948,3946,42,70,4156,2580,0,3947,3946,3948,3947,3946,3948,42,2580,2761,103,0,3948,3816,3818,3948,3816,3818,42,4157,70,2580,0,3949,3947,3948,3949,3947,3948,42,2580,3171,4157,0,3948,3819,3949,3948,3819,3949,42,102,4157,3171,0,3821,3949,3819,3821,3949,3819,42,3171,2580,103,0,3819,3948,3818,3819,3948,3818,42,2662,70,4157,0,3950,3947,3949,3950,3947,3949,42,4157,2589,2662,0,3949,3951,3950,3949,3951,3950,42,69,2662,2589,0,3952,3950,3951,3952,3950,3951,42,2589,4157,102,0,3951,3949,3821,3951,3949,3821,42,2155,69,2589,0,3953,3952,3951,3953,3952,3951,42,2589,4158,2155,0,3951,3954,3953,3951,3954,3953,42,68,2155,4158,0,3955,3953,3954,3955,3953,3954,42,4158,2589,102,0,3954,3951,3821,3954,3951,3821,42,4158,102,2796,0,3954,3821,3823,3954,3821,3823,42,2796,2343,4158,0,3823,3956,3954,3823,3956,3954,42,68,4158,2343,0,3955,3954,3956,3955,3954,3956,42,2343,2796,101,0,3956,3823,3825,3956,3823,3825,42,2247,68,2343,0,3957,3955,3956,3957,3955,3956,42,2343,4159,2247,0,3956,3958,3957,3956,3958,3957,42,66,2247,4159,0,3959,3957,3958,3959,3957,3958,42,4159,2343,101,0,3958,3956,3825,3958,3956,3825,42,4159,101,2771,0,3958,3825,3827,3958,3825,3827,42,2771,2113,4159,0,3827,3960,3958,3827,3960,3958,42,66,4159,2113,0,3959,3958,3960,3959,3958,3960,42,2113,2771,99,0,3960,3827,3829,3960,3827,3829,42,4160,66,2113,0,3961,3959,3960,3961,3959,3960,42,2113,2693,4160,0,3960,3832,3961,3960,3832,3961,42,100,4160,2693,0,3834,3961,3832,3834,3961,3832,42,2693,2113,99,0,3832,3960,3829,3832,3960,3829,42,2189,66,4160,0,3962,3959,3961,3962,3959,3961,42,4160,2213,2189,0,3961,3963,3962,3961,3963,3962,42,67,2189,2213,0,3964,3962,3963,3964,3962,3963,42,2213,4160,100,0,3963,3961,3834,3963,3961,3834,42,4161,65,2262,0,3965,3966,3967,3965,3966,3967,42,2262,1650,4161,0,3967,3835,3965,3967,3835,3965,42,97,4161,1650,0,3839,3965,3835,3839,3965,3835,42,1650,2262,98,0,3835,3967,3836,3835,3967,3836,42,2246,65,4161,0,3968,3966,3965,3968,3966,3965,42,4161,2222,2246,0,3965,3969,3968,3965,3969,3968,42,63,2246,2222,0,3970,3968,3969,3970,3968,3969,42,2222,4161,97,0,3969,3965,3839,3969,3965,3839,42,4162,63,2222,0,3971,3970,3969,3971,3970,3969,42,2222,1663,4162,0,3969,3842,3971,3969,3842,3971,42,96,4162,1663,0,3844,3971,3842,3844,3971,3842,42,1663,2222,97,0,3842,3969,3839,3842,3969,3839,42,2592,63,4162,0,3972,3970,3971,3972,3970,3971,42,4162,2634,2592,0,3971,3973,3972,3971,3973,3972,42,61,2592,2634,0,3974,3972,3973,3974,3972,3973,42,2634,4162,96,0,3973,3971,3844,3973,3971,3844,42,2948,61,2634,0,3975,3974,3973,3975,3974,3973,42,2634,4163,2948,0,3973,3976,3975,3973,3976,3975,42,59,2948,4163,0,3977,3975,3976,3977,3975,3976,42,4163,2634,96,0,3976,3973,3844,3976,3973,3844,42,4163,96,2060,0,3976,3844,3845,3976,3844,3845,42,2060,2935,4163,0,3845,3978,3976,3845,3978,3976,42,59,4163,2935,0,3977,3976,3978,3977,3976,3978,42,2935,2060,95,0,3978,3845,3847,3978,3845,3847,42,2923,59,2935,0,3979,3977,3978,3979,3977,3978,42,2935,4164,2923,0,3978,3980,3979,3978,3980,3979,42,57,2923,4164,0,3981,3979,3980,3981,3979,3980,42,4164,2935,95,0,3980,3978,3847,3980,3978,3847,42,4164,95,2047,0,3980,3847,3849,3980,3847,3849,42,2047,3102,4164,0,3849,3982,3980,3849,3982,3980,42,57,4164,3102,0,3981,3980,3982,3981,3980,3982,42,3102,2047,94,0,3982,3849,3851,3982,3849,3851,42,2371,57,3102,0,3983,3981,3982,3983,3981,3982,42,3102,4165,2371,0,3982,3984,3983,3982,3984,3983,42,55,2371,4165,0,3985,3983,3984,3985,3983,3984,42,4165,3102,94,0,3984,3982,3851,3984,3982,3851,42,4165,94,1755,0,3984,3851,3854,3984,3851,3854,42,1755,2749,4165,0,3854,3986,3984,3854,3986,3984,42,55,4165,2749,0,3985,3984,3986,3985,3984,3986,42,2749,1755,93,0,3986,3854,3856,3986,3854,3856,42,4166,55,2749,0,3987,3985,3986,3987,3985,3986,42,2749,1750,4166,0,3986,3858,3987,3986,3858,3987,42,92,4166,1750,0,3860,3987,3858,3860,3987,3858,42,1750,2749,93,0,3858,3986,3856,3858,3986,3856,42,2484,55,4166,0,3988,3985,3987,3988,3985,3987,42,4166,2789,2484,0,3987,3989,3988,3987,3989,3988,42,53,2484,2789,0,3990,3988,3989,3990,3988,3989,42,2789,4166,92,0,3989,3987,3860,3989,3987,3860,42,4167,53,2789,0,3991,3990,3989,3991,3990,3989,42,2789,2650,4167,0,3989,3862,3991,3989,3862,3991,42,91,4167,2650,0,3864,3991,3862,3864,3991,3862,42,2650,2789,92,0,3862,3989,3860,3862,3989,3860,42,1996,53,4167,0,3992,3990,3991,3992,3990,3991,42,4167,1447,1996,0,3991,3993,3992,3991,3993,3992,42,51,1996,1447,0,3994,3992,3993,3994,3992,3993,42,1447,4167,91,0,3993,3991,3864,3993,3991,3864,42,1802,51,1447,0,3995,3994,3993,3995,3994,3993,42,1447,4168,1802,0,3993,3996,3995,3993,3996,3995,42,49,1802,4168,0,3997,3995,3996,3997,3995,3996,42,4168,1447,91,0,3996,3993,3864,3996,3993,3864,42,4168,91,2498,0,3996,3864,3866,3996,3864,3866,42,2498,1878,4168,0,3866,3998,3996,3866,3998,3996,42,49,4168,1878,0,3997,3996,3998,3997,3996,3998,42,1878,2498,90,0,3998,3866,3868,3998,3866,3868,42,2561,49,1878,0,3999,3997,3998,3999,3997,3998,42,1878,4169,2561,0,3998,4000,3999,3998,4000,3999,42,47,2561,4169,0,4001,3999,4000,4001,3999,4000,42,4169,1878,90,0,4000,3998,3868,4000,3998,3868,42,4169,90,2881,0,4000,3868,3870,4000,3868,3870,42,2881,2073,4169,0,3870,4002,4000,3870,4002,4000,42,47,4169,2073,0,4001,4000,4002,4001,4000,4002,42,2073,2881,89,0,4002,3870,3872,4002,3870,3872,42,2902,47,2073,0,4003,4001,4002,4003,4001,4002,42,2073,4170,2902,0,4002,4004,4003,4002,4004,4003,42,45,2902,4170,0,4005,4003,4004,4005,4003,4004,42,4170,2073,89,0,4004,4002,3872,4004,4002,3872,42,4170,89,3030,0,4004,3872,3874,4004,3872,3874,42,3030,1281,4170,0,3874,4006,4004,3874,4006,4004,42,45,4170,1281,0,4005,4004,4006,4005,4004,4006,42,1281,3030,88,0,4006,3874,3876,4006,3874,3876,42,3187,45,1281,0,4007,4005,4006,4007,4005,4006,42,1281,4171,3187,0,4006,4008,4007,4006,4008,4007,42,43,3187,4171,0,4009,4007,4008,4009,4007,4008,42,4171,1281,88,0,4008,4006,3876,4008,4006,3876,42,4171,88,3137,0,4008,3876,3878,4008,3876,3878,42,3137,3176,4171,0,3878,4010,4008,3878,4010,4008,42,43,4171,3176,0,4009,4008,4010,4009,4008,4010,42,3176,3137,87,0,4010,3878,3880,4010,3878,3880,42,4172,43,3176,0,4011,4009,4010,4011,4009,4010,42,3176,2955,4172,0,4010,3882,4011,4010,3882,4011,42,86,4172,2955,0,3884,4011,3882,3884,4011,3882,42,2955,3176,87,0,3882,4010,3880,3882,4010,3880,42,2697,43,4172,0,4012,4009,4011,4012,4009,4011,42,4172,1216,2697,0,4011,4013,4012,4011,4013,4012,42,41,2697,1216,0,4014,4012,4013,4014,4012,4013,42,1216,4172,86,0,4013,4011,3884,4013,4011,3884,42,4173,41,1216,0,4015,4014,4013,4015,4014,4013,42,1216,2451,4173,0,4013,3886,4015,4013,3886,4015,42,85,4173,2451,0,3888,4015,3886,3888,4015,3886,42,2451,1216,86,0,3886,4013,3884,3886,4013,3884,42,1627,41,4173,0,4016,4014,4015,4016,4014,4015,42,4173,3019,1627,0,4015,4017,4016,4015,4017,4016,42,39,1627,3019,0,4018,4016,4017,4018,4016,4017,42,3019,4173,85,0,4017,4015,3888,4017,4015,3888,42,4174,39,3019,0,4019,4018,4017,4019,4018,4017,42,3019,2411,4174,0,4017,3890,4019,4017,3890,4019,42,84,4174,2411,0,3892,4019,3890,3892,4019,3890,42,2411,3019,85,0,3890,4017,3888,3890,4017,3888,42,1667,39,4174,0,4020,4018,4019,4020,4018,4019,42,4174,2932,1667,0,4019,4021,4020,4019,4021,4020,42,37,1667,2932,0,4022,4020,4021,4022,4020,4021,42,2932,4174,84,0,4021,4019,3892,4021,4019,3892,42,4175,37,2932,0,4023,4022,4021,4023,4022,4021,42,2932,2414,4175,0,4021,3893,4023,4021,3893,4023,42,83,4175,2414,0,3895,4023,3893,3895,4023,3893,42,2414,2932,84,0,3893,4021,3892,3893,4021,3892,42,1716,37,4175,0,4024,4022,4023,4024,4022,4023,42,4175,2814,1716,0,4023,4025,4024,4023,4025,4024,42,35,1716,2814,0,4026,4024,4025,4026,4024,4025,42,2814,4175,83,0,4025,4023,3895,4025,4023,3895,42,4176,35,2814,0,4027,4026,4025,4027,4026,4025,42,2814,2361,4176,0,4025,3898,4027,4025,3898,4027,42,82,4176,2361,0,3900,4027,3898,3900,4027,3898,42,2361,2814,83,0,3898,4025,3895,3898,4025,3895,42,1740,35,4176,0,4028,4026,4027,4028,4026,4027,42,4176,1526,1740,0,4027,4029,4028,4027,4029,4028,42,33,1740,1526,0,4030,4028,4029,4030,4028,4029,42,1526,4176,82,0,4029,4027,3900,4029,4027,3900,42,4177,33,1526,0,4031,4030,4029,4031,4030,4029,42,1526,2004,4177,0,4029,3902,4031,4029,3902,4031,42,81,4177,2004,0,3904,4031,3902,3904,4031,3902,42,2004,1526,82,0,3902,4029,3900,3902,4029,3900,42,2808,33,4177,0,4032,4030,4031,4032,4030,4031,42,4177,1817,2808,0,4031,4033,4032,4031,4033,4032,42,31,2808,1817,0,4034,4032,4033,4034,4032,4033,42,1817,4177,81,0,4033,4031,3904,4033,4031,3904,42,4178,31,1817,0,4035,4034,4033,4035,4034,4033,42,1817,2123,4178,0,4033,3906,4035,4033,3906,4035,42,80,4178,2123,0,3908,4035,3906,3908,4035,3906,42,2123,1817,81,0,3906,4033,3904,3906,4033,3904,42,3013,31,4178,0,4036,4034,4035,4036,4034,4035,42,4178,2037,3013,0,4035,4037,4036,4035,4037,4036,42,29,3013,2037,0,4038,4036,4037,4038,4036,4037,42,2037,4178,80,0,4037,4035,3908,4037,4035,3908,42,4179,29,2037,0,4039,4038,4037,4039,4038,4037,42,2037,2005,4179,0,4037,3909,4039,4037,3909,4039,42,79,4179,2005,0,3911,4039,3909,3911,4039,3909,42,2005,2037,80,0,3909,4037,3908,3909,4037,3908,42,2984,29,4179,0,4040,4038,4039,4040,4038,4039,42,4179,1862,2984,0,4039,4041,4040,4039,4041,4040,42,27,2984,1862,0,4042,4040,4041,4042,4040,4041,42,1862,4179,79,0,4041,4039,3911,4041,4039,3911,42,4180,27,1862,0,4043,4042,4041,4043,4042,4041,42,1862,2375,4180,0,4041,3913,4043,4041,3913,4043,42,78,4180,2375,0,3915,4043,3913,3915,4043,3913,42,2375,1862,79,0,3913,4041,3911,3913,4041,3911,42,1377,27,4180,0,4044,4042,4043,4044,4042,4043,42,4180,2509,1377,0,4043,4045,4044,4043,4045,4044,42,25,1377,2509,0,4046,4044,4045,4046,4044,4045,42,2509,4180,78,0,4045,4043,3915,4045,4043,3915,42,1369,25,2509,0,4047,4046,4045,4047,4046,4045,42,2509,4181,1369,0,4045,4048,4047,4045,4048,4047,42,23,1369,4181,0,4049,4047,4048,4049,4047,4048,42,4181,2509,78,0,4048,4045,3915,4048,4045,3915,42,4181,78,2573,0,4048,3915,3918,4048,3915,3918,42,2573,2554,4181,0,3918,4050,4048,3918,4050,4048,42,23,4181,2554,0,4049,4048,4050,4049,4048,4050,42,2554,2573,77,0,4050,3918,3920,4050,3918,3920,42,4182,23,2554,0,4051,4049,4050,4051,4049,4050,42,2554,2562,4182,0,4050,3922,4051,4050,3922,4051,42,76,4182,2562,0,3924,4051,3922,3924,4051,3922,42,2562,2554,77,0,3922,4050,3920,3922,4050,3920,42,2129,23,4182,0,4052,4049,4051,4052,4049,4051,42,4182,2127,2129,0,4051,4053,4052,4051,4053,4052,42,21,2129,2127,0,4054,4052,4053,4054,4052,4053,42,2127,4182,76,0,4053,4051,3924,4053,4051,3924,42,4183,21,2127,0,4055,4054,4053,4055,4054,4053,42,2127,2330,4183,0,4053,3926,4055,4053,3926,4055,42,75,4183,2330,0,3928,4055,3926,3928,4055,3926,42,2330,2127,76,0,3926,4053,3924,3926,4053,3924,42,1317,21,4183,0,4056,4054,4055,4056,4054,4055,42,4183,3138,1317,0,4055,4057,4056,4055,4057,4056,42,19,1317,3138,0,4058,4056,4057,4058,4056,4057,42,3138,4183,75,0,4057,4055,3928,4057,4055,3928,42,1539,19,3138,0,4059,4058,4057,4059,4058,4057,42,3138,4184,1539,0,4057,4060,4059,4057,4060,4059,42,17,1539,4184,0,4061,4059,4060,4061,4059,4060,42,4184,3138,75,0,4060,4057,3928,4060,4057,3928,42,4184,75,2318,0,4060,3928,3929,4060,3928,3929,42,2318,2319,4184,0,3929,4062,4060,3929,4062,4060,42,17,4184,2319,0,4061,4060,4062,4061,4060,4062,42,2319,2318,74,0,4062,3929,3931,4062,3929,3931,42,1234,17,2319,0,4063,4061,4062,4063,4061,4062,42,2319,4185,1234,0,4062,4064,4063,4062,4064,4063,42,15,1234,4185,0,4065,4063,4064,4065,4063,4064,42,4185,2319,74,0,4064,4062,3931,4064,4062,3931,42,4185,74,3150,0,4064,3931,3933,4064,3931,3933,42,3150,2444,4185,0,3933,4066,4064,3933,4066,4064,42,15,4185,2444,0,4065,4064,4066,4065,4064,4066,42,2444,3150,73,0,4066,3933,3935,4066,3933,3935,42,1164,15,2444,0,4067,4065,4066,4067,4065,4066,42,2444,4186,1164,0,4066,4068,4067,4066,4068,4067,42,13,1164,4186,0,4069,4067,4068,4069,4067,4068,42,4186,2444,73,0,4068,4066,3935,4068,4066,3935,42,4186,73,2242,0,4068,3935,3937,4068,3935,3937,42,2242,1731,4186,0,3937,4070,4068,3937,4070,4068,42,13,4186,1731,0,4069,4068,4070,4069,4068,4070,42,1731,2242,72,0,4070,3937,3939,4070,3937,3939,42,4187,13,1731,0,4071,4069,4070,4071,4069,4070,42,1731,2356,4187,0,4070,3941,4071,4070,3941,4071,42,71,4187,2356,0,3943,4071,3941,3943,4071,3941,42,2356,1731,72,0,3941,4070,3939,3941,4070,3939,42,1208,13,4187,0,4072,4069,4071,4072,4069,4071,42,4187,1693,1208,0,4071,4073,4072,4071,4073,4072,42,11,1208,1693,0,4074,4072,4073,4074,4072,4073,42,1693,4187,71,0,4073,4071,3943,4073,4071,3943,42,4188,11,1693,0,4075,4074,4073,4075,4074,4073,42,1693,2252,4188,0,4073,3945,4075,4073,3945,4075,42,70,4188,2252,0,3947,4075,3945,3947,4075,3945,42,2252,1693,71,0,3945,4073,3943,3945,4073,3943,42,1108,11,4188,0,4076,4074,4075,4076,4074,4075,42,4188,1657,1108,0,4075,4077,4076,4075,4077,4076,42,9,1108,1657,0,4078,4076,4077,4078,4076,4077,42,1657,4188,70,0,4077,4075,3947,4077,4075,3947,42,4189,9,1657,0,4079,4078,4077,4079,4078,4077,42,1657,2662,4189,0,4077,3950,4079,4077,3950,4079,42,69,4189,2662,0,3952,4079,3950,3952,4079,3950,42,2662,1657,70,0,3950,4077,3947,3950,4077,3947,42,1103,9,4189,0,4080,4078,4079,4080,4078,4079,42,4189,1744,1103,0,4079,4081,4080,4079,4081,4080,42,7,1103,1744,0,4082,4080,4081,4082,4080,4081,42,1744,4189,69,0,4081,4079,3952,4081,4079,3952,42,1130,7,1744,0,4083,4082,4081,4083,4082,4081,42,1744,4190,1130,0,4081,4084,4083,4081,4084,4083,42,5,1130,4190,0,4085,4083,4084,4085,4083,4084,42,4190,1744,69,0,4084,4081,3952,4084,4081,3952,42,4190,69,2155,0,4084,3952,3953,4084,3952,3953,42,2155,1576,4190,0,3953,4086,4084,3953,4086,4084,42,5,4190,1576,0,4085,4084,4086,4085,4084,4086,42,1576,2155,68,0,4086,3953,3955,4086,3953,3955,42,4191,5,1576,0,4087,4085,4086,4087,4085,4086,42,1576,2247,4191,0,4086,3957,4087,4086,3957,4087,42,66,4191,2247,0,3959,4087,3957,3959,4087,3957,42,2247,1576,68,0,3957,4086,3955,3957,4086,3955,42,1474,5,4191,0,4088,4085,4087,4088,4085,4087,42,4191,3112,1474,0,4087,4089,4088,4087,4089,4088,42,1,1474,3112,0,4090,4088,4089,4090,4088,4089,42,3112,4191,66,0,4089,4087,3959,4089,4087,3959,42,4192,1,3112,0,4091,4090,4089,4091,4090,4089,42,3112,2189,4192,0,4089,3962,4091,4089,3962,4091,42,67,4192,2189,0,3964,4091,3962,3964,4091,3962,42,2189,3112,66,0,3962,4089,3959,3962,4089,3959,42,1129,1,4192,0,4092,4090,4091,4092,4090,4091,42,4192,1229,1129,0,4091,4093,4092,4091,4093,4092,42,2,1129,1229,0,4094,4092,4093,4094,4092,4093,42,1229,4192,67,0,4093,4091,3964,4093,4091,3964,42,4193,64,2165,0,4095,4096,4097,4095,4096,4097,42,2165,2246,4193,0,4097,3968,4095,4097,3968,4095,42,63,4193,2246,0,3970,4095,3968,3970,4095,3968,42,2246,2165,65,0,3968,4097,3966,3968,4097,3966,42,2470,64,4193,0,4098,4096,4095,4098,4096,4095,42,4193,2538,2470,0,4095,4099,4098,4095,4099,4098,42,62,2470,2538,0,4100,4098,4099,4100,4098,4099,42,2538,4193,63,0,4099,4095,3970,4099,4095,3970,42,4194,62,2538,0,4101,4100,4099,4101,4100,4099,42,2538,2592,4194,0,4099,3972,4101,4099,3972,4101,42,61,4194,2592,0,3974,4101,3972,3974,4101,3972,42,2592,2538,63,0,3972,4099,3970,3972,4099,3970,42,2447,62,4194,0,4102,4100,4101,4102,4100,4101,42,4194,2250,2447,0,4101,4103,4102,4101,4103,4102,42,60,2447,2250,0,4104,4102,4103,4104,4102,4103,42,2250,4194,61,0,4103,4101,3974,4103,4101,3974,42,4195,60,2250,0,4105,4104,4103,4105,4104,4103,42,2250,2948,4195,0,4103,3975,4105,4103,3975,4105,42,59,4195,2948,0,3977,4105,3975,3977,4105,3975,42,2948,2250,61,0,3975,4103,3974,3975,4103,3974,42,2937,60,4195,0,4106,4104,4105,4106,4104,4105,42,4195,3131,2937,0,4105,4107,4106,4105,4107,4106,42,58,2937,3131,0,4108,4106,4107,4108,4106,4107,42,3131,4195,59,0,4107,4105,3977,4107,4105,3977,42,4196,58,3131,0,4109,4108,4107,4109,4108,4107,42,3131,2923,4196,0,4107,3979,4109,4107,3979,4109,42,57,4196,2923,0,3981,4109,3979,3981,4109,3979,42,2923,3131,59,0,3979,4107,3977,3979,4107,3977,42,2930,58,4196,0,4110,4108,4109,4110,4108,4109,42,4196,2332,2930,0,4109,4111,4110,4109,4111,4110,42,56,2930,2332,0,4112,4110,4111,4112,4110,4111,42,2332,4196,57,0,4111,4109,3981,4111,4109,3981,42,4197,56,2332,0,4113,4112,4111,4113,4112,4111,42,2332,2371,4197,0,4111,3983,4113,4111,3983,4113,42,55,4197,2371,0,3985,4113,3983,3985,4113,3983,42,2371,2332,57,0,3983,4111,3981,3983,4111,3981,42,2599,56,4197,0,4114,4112,4113,4114,4112,4113,42,4197,2407,2599,0,4113,4115,4114,4113,4115,4114,42,54,2599,2407,0,4116,4114,4115,4116,4114,4115,42,2407,4197,55,0,4115,4113,3985,4115,4113,3985,42,4198,54,2407,0,4117,4116,4115,4117,4116,4115,42,2407,2484,4198,0,4115,3988,4117,4115,3988,4117,42,53,4198,2484,0,3990,4117,3988,3990,4117,3988,42,2484,2407,55,0,3988,4115,3985,3988,4115,3985,42,1824,54,4198,0,4118,4116,4117,4118,4116,4117,42,4198,1904,1824,0,4117,4119,4118,4117,4119,4118,42,52,1824,1904,0,4120,4118,4119,4120,4118,4119,42,1904,4198,53,0,4119,4117,3990,4119,4117,3990,42,4199,52,1904,0,4121,4120,4119,4121,4120,4119,42,1904,1996,4199,0,4119,3992,4121,4119,3992,4121,42,51,4199,1996,0,3994,4121,3992,3994,4121,3992,42,1996,1904,53,0,3992,4119,3990,3992,4119,3990,42,2057,52,4199,0,4122,4120,4121,4122,4120,4121,42,4199,2007,2057,0,4121,4123,4122,4121,4123,4122,42,50,2057,2007,0,4124,4122,4123,4124,4122,4123,42,2007,4199,51,0,4123,4121,3994,4123,4121,3994,42,1809,50,2007,0,4125,4124,4123,4125,4124,4123,42,2007,4200,1809,0,4123,4126,4125,4123,4126,4125,42,48,1809,4200,0,4127,4125,4126,4127,4125,4126,42,4200,2007,51,0,4126,4123,3994,4126,4123,3994,42,4200,51,1802,0,4126,3994,3995,4126,3994,3995,42,1802,2542,4200,0,3995,4128,4126,3995,4128,4126,42,48,4200,2542,0,4127,4126,4128,4127,4126,4128,42,2542,1802,49,0,4128,3995,3997,4128,3995,3997,42,2587,48,2542,0,4129,4127,4128,4129,4127,4128,42,2542,4201,2587,0,4128,4130,4129,4128,4130,4129,42,46,2587,4201,0,4131,4129,4130,4131,4129,4130,42,4201,2542,49,0,4130,4128,3997,4130,4128,3997,42,4201,49,2561,0,4130,3997,3999,4130,3997,3999,42,2561,2522,4201,0,3999,4132,4130,3999,4132,4130,42,46,4201,2522,0,4131,4130,4132,4131,4130,4132,42,2522,2561,47,0,4132,3999,4001,4132,3999,4001,42,2755,46,2522,0,4133,4131,4132,4133,4131,4132,42,2522,4202,2755,0,4132,4134,4133,4132,4134,4133,42,44,2755,4202,0,4135,4133,4134,4135,4133,4134,42,4202,2522,47,0,4134,4132,4001,4134,4132,4001,42,4202,47,2902,0,4134,4001,4003,4134,4001,4003,42,2902,3090,4202,0,4003,4136,4134,4003,4136,4134,42,44,4202,3090,0,4135,4134,4136,4135,4134,4136,42,3090,2902,45,0,4136,4003,4005,4136,4003,4005,42,2780,44,3090,0,4137,4135,4136,4137,4135,4136,42,3090,4203,2780,0,4136,4138,4137,4136,4138,4137,42,42,2780,4203,0,4139,4137,4138,4139,4137,4138,42,4203,3090,45,0,4138,4136,4005,4138,4136,4005,42,4203,45,3187,0,4138,4005,4007,4138,4005,4007,42,3187,2846,4203,0,4007,4140,4138,4007,4140,4138,42,42,4203,2846,0,4139,4138,4140,4139,4138,4140,42,2846,3187,43,0,4140,4007,4009,4140,4007,4009,42,4204,42,2846,0,4141,4139,4140,4141,4139,4140,42,2846,2697,4204,0,4140,4012,4141,4140,4012,4141,42,41,4204,2697,0,4014,4141,4012,4014,4141,4012,42,2697,2846,43,0,4012,4140,4009,4012,4140,4009,42,2704,42,4204,0,4142,4139,4141,4142,4139,4141,42,4204,2644,2704,0,4141,4143,4142,4141,4143,4142,42,40,2704,2644,0,4144,4142,4143,4144,4142,4143,42,2644,4204,41,0,4143,4141,4014,4143,4141,4014,42,1649,40,2644,0,4145,4144,4143,4145,4144,4143,42,2644,4205,1649,0,4143,4146,4145,4143,4146,4145,42,38,1649,4205,0,4147,4145,4146,4147,4145,4146,42,4205,2644,41,0,4146,4143,4014,4146,4143,4014,42,4205,41,1627,0,4146,4014,4016,4146,4014,4016,42,1627,1849,4205,0,4016,4148,4146,4016,4148,4146,42,38,4205,1849,0,4147,4146,4148,4147,4146,4148,42,1849,1627,39,0,4148,4016,4018,4148,4016,4018,42,4206,38,1849,0,4149,4147,4148,4149,4147,4148,42,1849,1667,4206,0,4148,4020,4149,4148,4020,4149,42,37,4206,1667,0,4022,4149,4020,4022,4149,4020,42,1667,1849,39,0,4020,4148,4018,4020,4148,4018,42,2097,38,4206,0,4150,4147,4149,4150,4147,4149,42,4206,1629,2097,0,4149,4151,4150,4149,4151,4150,42,36,2097,1629,0,4152,4150,4151,4152,4150,4151,42,1629,4206,37,0,4151,4149,4022,4151,4149,4022,42,4207,36,1629,0,4153,4152,4151,4153,4152,4151,42,1629,1716,4207,0,4151,4024,4153,4151,4024,4153,42,35,4207,1716,0,4026,4153,4024,4026,4153,4024,42,1716,1629,37,0,4024,4151,4022,4024,4151,4022,42,1847,36,4207,0,4154,4152,4153,4154,4152,4153,42,4207,1653,1847,0,4153,4155,4154,4153,4155,4154,42,34,1847,1653,0,4156,4154,4155,4156,4154,4155,42,1653,4207,35,0,4155,4153,4026,4155,4153,4026,42,4208,34,1653,0,4157,4156,4155,4157,4156,4155,42,1653,1740,4208,0,4155,4028,4157,4155,4028,4157,42,33,4208,1740,0,4030,4157,4028,4030,4157,4028,42,1740,1653,35,0,4028,4155,4026,4028,4155,4026,42,1611,34,4208,0,4158,4156,4157,4158,4156,4157,42,4208,2730,1611,0,4157,4159,4158,4157,4159,4158,42,32,1611,2730,0,4160,4158,4159,4160,4158,4159,42,2730,4208,33,0,4159,4157,4030,4159,4157,4030,42,4209,32,2730,0,4161,4160,4159,4161,4160,4159,42,2730,2808,4209,0,4159,4032,4161,4159,4032,4161,42,31,4209,2808,0,4034,4161,4032,4034,4161,4032,42,2808,2730,33,0,4032,4159,4030,4032,4159,4030,42,2906,32,4209,0,4162,4160,4161,4162,4160,4161,42,4209,2831,2906,0,4161,4163,4162,4161,4163,4162,42,30,2906,2831,0,4164,4162,4163,4164,4162,4163,42,2831,4209,31,0,4163,4161,4034,4163,4161,4034,42,4210,30,2831,0,4165,4164,4163,4165,4164,4163,42,2831,3013,4210,0,4163,4036,4165,4163,4036,4165,42,29,4210,3013,0,4038,4165,4036,4038,4165,4036,42,3013,2831,31,0,4036,4163,4034,4036,4163,4034,42,3133,30,4210,0,4166,4164,4165,4166,4164,4165,42,4210,3072,3133,0,4165,4167,4166,4165,4167,4166,42,28,3133,3072,0,4168,4166,4167,4168,4166,4167,42,3072,4210,29,0,4167,4165,4038,4167,4165,4038,42,4211,28,3072,0,4169,4168,4167,4169,4168,4167,42,3072,2984,4211,0,4167,4040,4169,4167,4040,4169,42,27,4211,2984,0,4042,4169,4040,4042,4169,4040,42,2984,3072,29,0,4040,4167,4038,4040,4167,4038,42,1392,28,4211,0,4170,4168,4169,4170,4168,4169,42,4211,1461,1392,0,4169,4171,4170,4169,4171,4170,42,26,1392,1461,0,4172,4170,4171,4172,4170,4171,42,1461,4211,27,0,4171,4169,4042,4171,4169,4042,42,1384,26,1461,0,4173,4172,4171,4173,4172,4171,42,1461,4212,1384,0,4171,4174,4173,4171,4174,4173,42,24,1384,4212,0,4175,4173,4174,4175,4173,4174,42,4212,1461,27,0,4174,4171,4042,4174,4171,4042,42,4212,27,1377,0,4174,4042,4044,4174,4042,4044,42,1377,1454,4212,0,4044,4176,4174,4044,4176,4174,42,24,4212,1454,0,4175,4174,4176,4175,4174,4176,42,1454,1377,25,0,4176,4044,4046,4176,4044,4046,42,4213,24,1454,0,4177,4175,4176,4177,4175,4176,42,1454,1369,4213,0,4176,4047,4177,4176,4047,4177,42,23,4213,1369,0,4049,4177,4047,4049,4177,4047,42,1369,1454,25,0,4047,4176,4046,4047,4176,4046,42,2002,24,4213,0,4178,4175,4177,4178,4175,4177,42,4213,1927,2002,0,4177,4179,4178,4177,4179,4178,42,22,2002,1927,0,4180,4178,4179,4180,4178,4179,42,1927,4213,23,0,4179,4177,4049,4179,4177,4049,42,1981,22,1927,0,4181,4180,4179,4181,4180,4179,42,1927,4214,1981,0,4179,4182,4181,4179,4182,4181,42,20,1981,4214,0,4183,4181,4182,4183,4181,4182,42,4214,1927,23,0,4182,4179,4049,4182,4179,4049,42,4214,23,2129,0,4182,4049,4052,4182,4049,4052,42,2129,1903,4214,0,4052,4184,4182,4052,4184,4182,42,20,4214,1903,0,4183,4182,4184,4183,4182,4184,42,1903,2129,21,0,4184,4052,4054,4184,4052,4054,42,4215,20,1903,0,4185,4183,4184,4185,4183,4184,42,1903,1317,4215,0,4184,4056,4185,4184,4056,4185,42,19,4215,1317,0,4058,4185,4056,4058,4185,4056,42,1317,1903,21,0,4056,4184,4054,4056,4184,4054,42,1520,20,4215,0,4186,4183,4185,4186,4183,4185,42,4215,1582,1520,0,4185,4187,4186,4185,4187,4186,42,18,1520,1582,0,4188,4186,4187,4188,4186,4187,42,1582,4215,19,0,4187,4185,4058,4187,4185,4058,42,4216,18,1582,0,4189,4188,4187,4189,4188,4187,42,1582,1539,4216,0,4187,4059,4189,4187,4059,4189,42,17,4216,1539,0,4061,4189,4059,4061,4189,4059,42,1539,1582,19,0,4059,4187,4058,4059,4187,4058,42,1280,18,4216,0,4190,4188,4189,4190,4188,4189,42,4216,1350,1280,0,4189,4191,4190,4189,4191,4190,42,16,1280,1350,0,4192,4190,4191,4192,4190,4191,42,1350,4216,17,0,4191,4189,4061,4191,4189,4061,42,4217,16,1350,0,4193,4192,4191,4193,4192,4191,42,1350,1234,4217,0,4191,4063,4193,4191,4063,4193,42,15,4217,1234,0,4065,4193,4063,4065,4193,4063,42,1234,1350,17,0,4063,4191,4061,4063,4191,4061,42,3111,16,4217,0,4194,4192,4193,4194,4192,4193,42,4217,3172,3111,0,4193,4195,4194,4193,4195,4194,42,14,3111,3172,0,4196,4194,4195,4196,4194,4195,42,3172,4217,15,0,4195,4193,4065,4195,4193,4065,42,4218,14,3172,0,4197,4196,4195,4197,4196,4195,42,3172,1164,4218,0,4195,4067,4197,4195,4067,4197,42,13,4218,1164,0,4069,4197,4067,4069,4197,4067,42,1164,3172,15,0,4067,4195,4065,4067,4195,4065,42,1301,14,4218,0,4198,4196,4197,4198,4196,4197,42,4218,1237,1301,0,4197,4199,4198,4197,4199,4198,42,12,1301,1237,0,4200,4198,4199,4200,4198,4199,42,1237,4218,13,0,4199,4197,4069,4199,4197,4069,42,1578,12,1237,0,4201,4200,4199,4201,4200,4199,42,1237,4219,1578,0,4199,4202,4201,4199,4202,4201,42,10,1578,4219,0,4203,4201,4202,4203,4201,4202,42,4219,1237,13,0,4202,4199,4069,4202,4199,4069,42,4219,13,1208,0,4202,4069,4072,4202,4069,4072,42,1208,1523,4219,0,4072,4204,4202,4072,4204,4202,42,10,4219,1523,0,4203,4202,4204,4203,4202,4204,42,1523,1208,11,0,4204,4072,4074,4204,4072,4074,42,4220,10,1523,0,4205,4203,4204,4205,4203,4204,42,1523,1108,4220,0,4204,4076,4205,4204,4076,4205,42,9,4220,1108,0,4078,4205,4076,4078,4205,4076,42,1108,1523,11,0,4076,4204,4074,4076,4204,4074,42,1112,10,4220,0,4206,4203,4205,4206,4203,4205,42,4220,1173,1112,0,4205,4207,4206,4205,4207,4206,42,8,1112,1173,0,4208,4206,4207,4208,4206,4207,42,1173,4220,9,0,4207,4205,4078,4207,4205,4078,42,1118,8,1173,0,4209,4208,4207,4209,4208,4207,42,1173,4221,1118,0,4207,4210,4209,4207,4210,4209,42,6,1118,4221,0,4211,4209,4210,4211,4209,4210,42,4221,1173,9,0,4210,4207,4078,4210,4207,4078,42,4221,9,1103,0,4210,4078,4080,4210,4078,4080,42,1103,1186,4221,0,4080,4212,4210,4080,4212,4210,42,6,4221,1186,0,4211,4210,4212,4211,4210,4212,42,1186,1103,7,0,4212,4080,4082,4212,4080,4082,42,4222,6,1186,0,4213,4211,4212,4213,4211,4212,42,1186,1130,4222,0,4212,4083,4213,4212,4083,4213,42,5,4222,1130,0,4085,4213,4083,4085,4213,4083,42,1130,1186,7,0,4083,4212,4082,4083,4212,4082,42,1156,6,4222,0,4214,4211,4213,4214,4211,4213,42,4222,1104,1156,0,4213,4215,4214,4213,4215,4214,42,4,1156,1104,0,4216,4214,4215,4216,4214,4215,42,1104,4222,5,0,4215,4213,4085,4215,4213,4085,42,4223,1,1139,0,4217,4090,4218,4217,4090,4218,42,1139,1342,4223,0,4218,4219,4217,4218,4219,4217,42,4,4223,1342,0,4216,4217,4219,4216,4217,4219,42,1139,0,1342,0,4218,4220,4219,4218,4220,4219,42,1474,1,4223,0,4088,4090,4217,4088,4090,4217,42,4223,1104,1474,0,4217,4215,4088,4217,4215,4088,42,5,1474,1104,0,4085,4088,4215,4085,4088,4215,42,1104,4223,4,0,4215,4217,4216,4215,4217,4216,42,4224,0,1139,0,4221,4220,4218,4221,4220,4218,42,1139,1129,4224,0,4218,4092,4221,4218,4092,4221,42,2,4224,1129,0,4094,4221,4092,4094,4221,4092,42,1129,1139,1,0,4092,4218,4090,4092,4218,4090,42,1279,0,4224,0,4222,4220,4221,4222,4220,4221,42,4224,1119,1279,0,4221,4223,4222,4221,4223,4222,42,3,1279,1119,0,4224,4222,4223,4224,4222,4223,42,1119,4224,2,0,4223,4221,4094,4223,4221,4094], - - "edges" : [] - - -}; - -postMessage( model ); -close(); + "faces": [42,3201,1055,2811,0,0,1,2,0,1,2,42,2811,2198,3201,0,2,3,0,2,3,0,42,1087,3201,2198,0,4,0,3,4,0,3,42,2198,2811,1088,0,3,2,5,3,2,5,42,2056,1055,3201,0,6,1,0,6,1,0,42,3201,2664,2056,0,0,7,6,0,7,6,42,1054,2056,2664,0,8,6,7,8,6,7,42,2664,3201,1087,0,7,0,4,7,0,4,42,3202,1054,2664,0,9,8,7,9,8,7,42,2664,2454,3202,0,7,10,9,7,10,9,42,1086,3202,2454,0,11,9,10,11,9,10,42,2454,2664,1087,0,10,7,4,10,7,4,42,2292,1054,3202,0,12,8,9,12,8,9,42,3202,3047,2292,0,9,13,12,9,13,12,42,1053,2292,3047,0,14,12,13,14,12,13,42,3047,3202,1086,0,13,9,11,13,9,11,42,2289,1053,3047,0,15,14,13,15,14,13,42,3047,3203,2289,0,13,16,15,13,16,15,42,1052,2289,3203,0,17,15,16,17,15,16,42,3203,3047,1086,0,16,13,11,16,13,11,42,3203,1086,2430,0,16,11,18,16,11,18,42,2430,2643,3203,0,18,19,16,18,19,16,42,1052,3203,2643,0,17,16,19,17,16,19,42,2643,2430,1085,0,19,18,20,19,18,20,42,2121,1052,2643,0,21,17,19,21,17,19,42,2643,3204,2121,0,19,22,21,19,22,21,42,1051,2121,3204,0,23,21,22,23,21,22,42,3204,2643,1085,0,22,19,20,22,19,20,42,3204,1085,2158,0,22,20,24,22,20,24,42,2158,2746,3204,0,24,25,22,24,25,22,42,1051,3204,2746,0,23,22,25,23,22,25,42,2746,2158,1084,0,25,24,26,25,24,26,42,2778,1051,2746,0,27,23,25,27,23,25,42,2746,3205,2778,0,25,28,27,25,28,27,42,1050,2778,3205,0,29,27,28,29,27,28,42,3205,2746,1084,0,28,25,26,28,25,26,42,3205,1084,2931,0,28,26,30,28,26,30,42,2931,1428,3205,0,30,31,28,30,31,28,42,1050,3205,1428,0,29,28,31,29,28,31,42,1428,2931,1083,0,31,30,32,31,30,32,42,2896,1050,1428,0,33,29,31,33,29,31,42,1428,3206,2896,0,31,34,33,31,34,33,42,1049,2896,3206,0,35,33,34,35,33,34,42,3206,1428,1083,0,34,31,32,34,31,32,42,3206,1083,3052,0,34,32,36,34,32,36,42,3052,1407,3206,0,36,37,34,36,37,34,42,1049,3206,1407,0,35,34,37,35,34,37,42,1407,3052,1082,0,37,36,38,37,36,38,42,2769,1049,1407,0,39,35,37,39,35,37,42,1407,3207,2769,0,37,40,39,37,40,39,42,1048,2769,3207,0,41,39,40,41,39,40,42,3207,1407,1082,0,40,37,38,40,37,38,42,3207,1082,2901,0,40,38,42,40,38,42,42,2901,1672,3207,0,42,43,40,42,43,40,42,1048,3207,1672,0,41,40,43,41,40,43,42,1672,2901,1081,0,43,42,44,43,42,44,42,3145,1048,1672,0,45,41,43,45,41,43,42,1672,3208,3145,0,43,46,45,43,46,45,42,1047,3145,3208,0,47,45,46,47,45,46,42,3208,1672,1081,0,46,43,44,46,43,44,42,3208,1081,2243,0,46,44,48,46,44,48,42,2243,1661,3208,0,48,49,46,48,49,46,42,1047,3208,1661,0,47,46,49,47,46,49,42,1661,2243,1080,0,49,48,50,49,48,50,42,3209,1047,1661,0,51,47,49,51,47,49,42,1661,2357,3209,0,49,52,51,49,52,51,42,1079,3209,2357,0,53,51,52,53,51,52,42,2357,1661,1080,0,52,49,50,52,49,50,42,1109,1047,3209,0,54,47,51,54,47,51,42,3209,2034,1109,0,51,55,54,51,55,54,42,1046,1109,2034,0,56,54,55,56,54,55,42,2034,3209,1079,0,55,51,53,55,51,53,42,1115,1046,2034,0,57,56,55,57,56,55,42,2034,3210,1115,0,55,58,57,55,58,57,42,1045,1115,3210,0,59,57,58,59,57,58,42,3210,2034,1079,0,58,55,53,58,55,53,42,3210,1079,2321,0,58,53,60,58,53,60,42,2321,1905,3210,0,60,61,58,60,61,58,42,1045,3210,1905,0,59,58,61,59,58,61,42,1905,2321,1078,0,61,60,62,61,60,62,42,3198,1045,1905,0,63,59,61,63,59,61,42,1905,3211,3198,0,61,64,63,61,64,63,42,1044,3198,3211,0,65,63,64,65,63,64,42,3211,1905,1078,0,64,61,62,64,61,62,42,3211,1078,2331,0,64,62,66,64,62,66,42,2331,1733,3211,0,66,67,64,66,67,64,42,1044,3211,1733,0,65,64,67,65,64,67,42,1733,2331,1077,0,67,66,68,67,66,68,42,2691,1044,1733,0,69,65,67,69,65,67,42,1733,3212,2691,0,67,70,69,67,70,69,42,1043,2691,3212,0,71,69,70,71,69,70,42,3212,1733,1077,0,70,67,68,70,67,68,42,3212,1077,1777,0,70,68,72,70,68,72,42,1777,1333,3212,0,72,73,70,72,73,70,42,1043,3212,1333,0,71,70,73,71,70,73,42,1333,1777,1076,0,73,72,74,73,72,74,42,3213,1043,1333,0,75,71,73,75,71,73,42,1333,1783,3213,0,73,76,75,73,76,75,42,1075,3213,1783,0,77,75,76,77,75,76,42,1783,1333,1076,0,76,73,74,76,73,74,42,2917,1043,3213,0,78,71,75,78,71,75,42,3213,1286,2917,0,75,79,78,75,79,78,42,1042,2917,1286,0,80,78,79,80,78,79,42,1286,3213,1075,0,79,75,77,79,75,77,42,3214,1042,1286,0,81,80,79,81,80,79,42,1286,1874,3214,0,79,82,81,79,82,81,42,1074,3214,1874,0,83,81,82,83,81,82,42,1874,1286,1075,0,82,79,77,82,79,77,42,2791,1042,3214,0,84,80,81,84,80,81,42,3214,1304,2791,0,81,85,84,81,85,84,42,1041,2791,1304,0,86,84,85,86,84,85,42,1304,3214,1074,0,85,81,83,85,81,83,42,2668,1041,1304,0,87,86,85,87,86,85,42,1304,3215,2668,0,85,88,87,85,88,87,42,1040,2668,3215,0,89,87,88,89,87,88,42,3215,1304,1074,0,88,85,83,88,85,83,42,3215,1074,1753,0,88,83,90,88,83,90,42,1753,2911,3215,0,90,91,88,90,91,88,42,1040,3215,2911,0,89,88,91,89,88,91,42,2911,1753,1073,0,91,90,92,91,90,92,42,2244,1040,2911,0,93,89,91,93,89,91,42,2911,3216,2244,0,91,94,93,91,94,93,42,1039,2244,3216,0,95,93,94,95,93,94,42,3216,2911,1073,0,94,91,92,94,91,92,42,3216,1073,2423,0,94,92,96,94,92,96,42,2423,2895,3216,0,96,97,94,96,97,94,42,1039,3216,2895,0,95,94,97,95,94,97,42,2895,2423,1072,0,97,96,98,97,96,98,42,3217,1039,2895,0,99,95,97,99,95,97,42,2895,2546,3217,0,97,100,99,97,100,99,42,1071,3217,2546,0,101,99,100,101,99,100,42,2546,2895,1072,0,100,97,98,100,97,98,42,2359,1039,3217,0,102,95,99,102,95,99,42,3217,2880,2359,0,99,103,102,99,103,102,42,1038,2359,2880,0,104,102,103,104,102,103,42,2880,3217,1071,0,103,99,101,103,99,101,42,3218,1038,2880,0,105,104,103,105,104,103,42,2880,2395,3218,0,103,106,105,103,106,105,42,1070,3218,2395,0,107,105,106,107,105,106,42,2395,2880,1071,0,106,103,101,106,103,101,42,2563,1038,3218,0,108,104,105,108,104,105,42,3218,1194,2563,0,105,109,108,105,109,108,42,1037,2563,1194,0,110,108,109,110,108,109,42,1194,3218,1070,0,109,105,107,109,105,107,42,3219,1037,1194,0,111,110,109,111,110,109,42,1194,2709,3219,0,109,112,111,109,112,111,42,1069,3219,2709,0,113,111,112,113,111,112,42,2709,1194,1070,0,112,109,107,112,109,107,42,2560,1037,3219,0,114,110,111,114,110,111,42,3219,1329,2560,0,111,115,114,111,115,114,42,1036,2560,1329,0,116,114,115,116,114,115,42,1329,3219,1069,0,115,111,113,115,111,113,42,3220,1036,1329,0,117,116,115,117,116,115,42,1329,2963,3220,0,115,118,117,115,118,117,42,1068,3220,2963,0,119,117,118,119,117,118,42,2963,1329,1069,0,118,115,113,118,115,113,42,2860,1036,3220,0,120,116,117,120,116,117,42,3220,1497,2860,0,117,121,120,117,121,120,42,1035,2860,1497,0,122,120,121,122,120,121,42,1497,3220,1068,0,121,117,119,121,117,119,42,3221,1035,1497,0,123,122,121,123,122,121,42,1497,3006,3221,0,121,124,123,121,124,123,42,1067,3221,3006,0,125,123,124,125,123,124,42,3006,1497,1068,0,124,121,119,124,121,119,42,2844,1035,3221,0,126,122,123,126,122,123,42,3221,1353,2844,0,123,127,126,123,127,126,42,1034,2844,1353,0,128,126,127,128,126,127,42,1353,3221,1067,0,127,123,125,127,123,125,42,2626,1034,1353,0,129,128,127,129,128,127,42,1353,3222,2626,0,127,130,129,127,130,129,42,1033,2626,3222,0,131,129,130,131,129,130,42,3222,1353,1067,0,130,127,125,130,127,125,42,3222,1067,2736,0,130,125,132,130,125,132,42,2736,1127,3222,0,132,133,130,132,133,130,42,1033,3222,1127,0,131,130,133,131,130,133,42,1127,2736,1066,0,133,132,134,133,132,134,42,2502,1033,1127,0,135,131,133,135,131,133,42,1127,3223,2502,0,133,136,135,133,136,135,42,1032,2502,3223,0,137,135,136,137,135,136,42,3223,1127,1066,0,136,133,134,136,133,134,42,3223,1066,2647,0,136,134,138,136,134,138,42,2647,1961,3223,0,138,139,136,138,139,136,42,1032,3223,1961,0,137,136,139,137,136,139,42,1961,2647,1065,0,139,138,140,139,138,140,42,1285,1032,1961,0,141,137,139,141,137,139,42,1961,3224,1285,0,139,142,141,139,142,141,42,1031,1285,3224,0,143,141,142,143,141,142,42,3224,1961,1065,0,142,139,140,142,139,140,42,3224,1065,2527,0,142,140,144,142,140,144,42,2527,1944,3224,0,144,145,142,144,145,142,42,1031,3224,1944,0,143,142,145,143,142,145,42,1944,2527,1064,0,145,144,146,145,144,146,42,3225,1031,1944,0,147,143,145,147,143,145,42,1944,1575,3225,0,145,148,147,145,148,147,42,1063,3225,1575,0,149,147,148,149,147,148,42,1575,1944,1064,0,148,145,146,148,145,146,42,2517,1031,3225,0,150,143,147,150,143,147,42,3225,1145,2517,0,147,151,150,147,151,150,42,1030,2517,1145,0,152,150,151,152,150,151,42,1145,3225,1063,0,151,147,149,151,147,149,42,3226,1030,1145,0,153,152,151,153,152,151,42,1145,1741,3226,0,151,154,153,151,154,153,42,1062,3226,1741,0,155,153,154,155,153,154,42,1741,1145,1063,0,154,151,149,154,151,149,42,2659,1030,3226,0,156,152,153,156,152,153,42,3226,1158,2659,0,153,157,156,153,157,156,42,1029,2659,1158,0,158,156,157,158,156,157,42,1158,3226,1062,0,157,153,155,157,153,155,42,3227,1029,1158,0,159,158,157,159,158,157,42,1158,1617,3227,0,157,160,159,157,160,159,42,1061,3227,1617,0,161,159,160,161,159,160,42,1617,1158,1062,0,160,157,155,160,157,155,42,2421,1029,3227,0,162,158,159,162,158,159,42,3227,1464,2421,0,159,163,162,159,163,162,42,1028,2421,1464,0,164,162,163,164,162,163,42,1464,3227,1061,0,163,159,161,163,159,161,42,3228,1028,1464,0,165,164,163,165,164,163,42,1464,1515,3228,0,163,166,165,163,166,165,42,1060,3228,1515,0,167,165,166,167,165,166,42,1515,1464,1061,0,166,163,161,166,163,161,42,2426,1028,3228,0,168,164,165,168,164,165,42,3228,3188,2426,0,165,169,168,165,169,168,42,1027,2426,3188,0,170,168,169,170,168,169,42,3188,3228,1060,0,169,165,167,169,165,167,42,2448,1027,3188,0,171,170,169,171,170,169,42,3188,3229,2448,0,169,172,171,169,172,171,42,1026,2448,3229,0,173,171,172,173,171,172,42,3229,3188,1060,0,172,169,167,172,169,167,42,3229,1060,1518,0,172,167,174,172,167,174,42,1518,1219,3229,0,174,175,172,174,175,172,42,1026,3229,1219,0,173,172,175,173,172,175,42,1219,1518,1059,0,175,174,176,175,174,176,42,2459,1026,1219,0,177,173,175,177,173,175,42,1219,3230,2459,0,175,178,177,175,178,177,42,1025,2459,3230,0,179,177,178,179,177,178,42,3230,1219,1059,0,178,175,176,178,175,176,42,3230,1059,1541,0,178,176,180,178,176,180,42,1541,1105,3230,0,180,181,178,180,181,178,42,1025,3230,1105,0,179,178,181,179,178,181,42,1105,1541,1058,0,181,180,182,181,180,182,42,2257,1025,1105,0,183,179,181,183,179,181,42,1105,3231,2257,0,181,184,183,181,184,183,42,1023,2257,3231,0,185,183,184,185,183,184,42,3231,1105,1058,0,184,181,182,184,181,182,42,3231,1058,1493,0,184,182,186,184,182,186,42,1493,2515,3231,0,186,187,184,186,187,184,42,1023,3231,2515,0,185,184,187,185,184,187,42,2515,1493,1056,0,187,186,188,187,186,188,42,3232,1023,2515,0,189,185,187,189,185,187,42,2515,1962,3232,0,187,190,189,187,190,189,42,1057,3232,1962,0,191,189,190,191,189,190,42,1962,2515,1056,0,190,187,188,190,187,188,42,2302,1023,3232,0,192,185,189,192,185,189,42,3232,2383,2302,0,189,193,192,189,193,192,42,1024,2302,2383,0,194,192,193,194,192,193,42,2383,3232,1057,0,193,189,191,193,189,191,42,3233,1022,2633,0,195,196,197,195,196,197,42,2633,2056,3233,0,197,6,195,197,6,195,42,1054,3233,2056,0,8,195,6,8,195,6,42,2056,2633,1055,0,6,197,1,6,197,1,42,2564,1022,3233,0,198,196,195,198,196,195,42,3233,2481,2564,0,195,199,198,195,199,198,42,1021,2564,2481,0,200,198,199,200,198,199,42,2481,3233,1054,0,199,195,8,199,195,8,42,3234,1021,2481,0,201,200,199,201,200,199,42,2481,2292,3234,0,199,12,201,199,12,201,42,1053,3234,2292,0,14,201,12,14,201,12,42,2292,2481,1054,0,12,199,8,12,199,8,42,2817,1021,3234,0,202,200,201,202,200,201,42,3234,2875,2817,0,201,203,202,201,203,202,42,1020,2817,2875,0,204,202,203,204,202,203,42,2875,3234,1053,0,203,201,14,203,201,14,42,2792,1020,2875,0,205,204,203,205,204,203,42,2875,3235,2792,0,203,206,205,203,206,205,42,1019,2792,3235,0,207,205,206,207,205,206,42,3235,2875,1053,0,206,203,14,206,203,14,42,3235,1053,2289,0,206,14,15,206,14,15,42,2289,2586,3235,0,15,208,206,15,208,206,42,1019,3235,2586,0,207,206,208,207,206,208,42,2586,2289,1052,0,208,15,17,208,15,17,42,2649,1019,2586,0,209,207,208,209,207,208,42,2586,3236,2649,0,208,210,209,208,210,209,42,1018,2649,3236,0,211,209,210,211,209,210,42,3236,2586,1052,0,210,208,17,210,208,17,42,3236,1052,2121,0,210,17,21,210,17,21,42,2121,2577,3236,0,21,212,210,21,212,210,42,1018,3236,2577,0,211,210,212,211,210,212,42,2577,2121,1051,0,212,21,23,212,21,23,42,3237,1018,2577,0,213,211,212,213,211,212,42,2577,2778,3237,0,212,27,213,212,27,213,42,1050,3237,2778,0,29,213,27,29,213,27,42,2778,2577,1051,0,27,212,23,27,212,23,42,1142,1018,3237,0,214,211,213,214,211,213,42,3237,1201,1142,0,213,215,214,213,215,214,42,1017,1142,1201,0,216,214,215,216,214,215,42,1201,3237,1050,0,215,213,29,215,213,29,42,3238,1017,1201,0,217,216,215,217,216,215,42,1201,2896,3238,0,215,33,217,215,33,217,42,1049,3238,2896,0,35,217,33,35,217,33,42,2896,1201,1050,0,33,215,29,33,215,29,42,1302,1017,3238,0,218,216,217,218,216,217,42,3238,1213,1302,0,217,219,218,217,219,218,42,1016,1302,1213,0,220,218,219,220,218,219,42,1213,3238,1049,0,219,217,35,219,217,35,42,3239,1016,1213,0,221,220,219,221,220,219,42,1213,2769,3239,0,219,39,221,219,39,221,42,1048,3239,2769,0,41,221,39,41,221,39,42,2769,1213,1049,0,39,219,35,39,219,35,42,1143,1016,3239,0,222,220,221,222,220,221,42,3239,2547,1143,0,221,223,222,221,223,222,42,1015,1143,2547,0,224,222,223,224,222,223,42,2547,3239,1048,0,223,221,41,223,221,41,42,3240,1015,2547,0,225,224,223,225,224,223,42,2547,3145,3240,0,223,45,225,223,45,225,42,1047,3240,3145,0,47,225,45,47,225,45,42,3145,2547,1048,0,45,223,41,45,223,41,42,2713,1015,3240,0,226,224,225,226,224,225,42,3240,2766,2713,0,225,227,226,225,227,226,42,1014,2713,2766,0,228,226,227,228,226,227,42,2766,3240,1047,0,227,225,47,227,225,47,42,2728,1014,2766,0,229,228,227,229,228,227,42,2766,3241,2728,0,227,230,229,227,230,229,42,1013,2728,3241,0,231,229,230,231,229,230,42,3241,2766,1047,0,230,227,47,230,227,47,42,3241,1047,1109,0,230,47,54,230,47,54,42,1109,2915,3241,0,54,232,230,54,232,230,42,1013,3241,2915,0,231,230,232,231,230,232,42,2915,1109,1046,0,232,54,56,232,54,56,42,2686,1013,2915,0,233,231,232,233,231,232,42,2915,3242,2686,0,232,234,233,232,234,233,42,1012,2686,3242,0,235,233,234,235,233,234,42,3242,2915,1046,0,234,232,56,234,232,56,42,3242,1046,1115,0,234,56,57,234,56,57,42,1115,2744,3242,0,57,236,234,57,236,234,42,1012,3242,2744,0,235,234,236,235,234,236,42,2744,1115,1045,0,236,57,59,236,57,59,42,3243,1012,2744,0,237,235,236,237,235,236,42,2744,3198,3243,0,236,63,237,236,63,237,42,1044,3243,3198,0,65,237,63,65,237,63,42,3198,2744,1045,0,63,236,59,63,236,59,42,2692,1012,3243,0,238,235,237,238,235,237,42,3243,2609,2692,0,237,239,238,237,239,238,42,1011,2692,2609,0,240,238,239,240,238,239,42,2609,3243,1044,0,239,237,65,239,237,65,42,3244,1011,2609,0,241,240,239,241,240,239,42,2609,2691,3244,0,239,69,241,239,69,241,42,1043,3244,2691,0,71,241,69,71,241,69,42,2691,2609,1044,0,69,239,65,69,239,65,42,2232,1011,3244,0,242,240,241,242,240,241,42,3244,2149,2232,0,241,243,242,241,243,242,42,1010,2232,2149,0,244,242,243,244,242,243,42,2149,3244,1043,0,243,241,71,243,241,71,42,2369,1010,2149,0,245,244,243,245,244,243,42,2149,3245,2369,0,243,246,245,243,246,245,42,1009,2369,3245,0,247,245,246,247,245,246,42,3245,2149,1043,0,246,243,71,246,243,71,42,3245,1043,2917,0,246,71,78,246,71,78,42,2917,2164,3245,0,78,248,246,78,248,246,42,1009,3245,2164,0,247,246,248,247,246,248,42,2164,2917,1042,0,248,78,80,248,78,80,42,2258,1009,2164,0,249,247,248,249,247,248,42,2164,3246,2258,0,248,250,249,248,250,249,42,1008,2258,3246,0,251,249,250,251,249,250,42,3246,2164,1042,0,250,248,80,250,248,80,42,3246,1042,2791,0,250,80,84,250,80,84,42,2791,2176,3246,0,84,252,250,84,252,250,42,1008,3246,2176,0,251,250,252,251,250,252,42,2176,2791,1041,0,252,84,86,252,84,86,42,3247,1008,2176,0,253,251,252,253,251,252,42,2176,2668,3247,0,252,87,253,252,87,253,42,1040,3247,2668,0,89,253,87,89,253,87,42,2668,2176,1041,0,87,252,86,87,252,86,42,2111,1008,3247,0,254,251,253,254,251,253,42,3247,2710,2111,0,253,255,254,253,255,254,42,1007,2111,2710,0,256,254,255,256,254,255,42,2710,3247,1040,0,255,253,89,255,253,89,42,2779,1007,2710,0,257,256,255,257,256,255,42,2710,3248,2779,0,255,258,257,255,258,257,42,1006,2779,3248,0,259,257,258,259,257,258,42,3248,2710,1040,0,258,255,89,258,255,89,42,3248,1040,2244,0,258,89,93,258,89,93,42,2244,2698,3248,0,93,260,258,93,260,258,42,1006,3248,2698,0,259,258,260,259,258,260,42,2698,2244,1039,0,260,93,95,260,93,95,42,2820,1006,2698,0,261,259,260,261,259,260,42,2698,3249,2820,0,260,262,261,260,262,261,42,1005,2820,3249,0,263,261,262,263,261,262,42,3249,2698,1039,0,262,260,95,262,260,95,42,3249,1039,2359,0,262,95,102,262,95,102,42,2359,2747,3249,0,102,264,262,102,264,262,42,1005,3249,2747,0,263,262,264,263,262,264,42,2747,2359,1038,0,264,102,104,264,102,104,42,3085,1005,2747,0,265,263,264,265,263,264,42,2747,3250,3085,0,264,266,265,264,266,265,42,1004,3085,3250,0,267,265,266,267,265,266,42,3250,2747,1038,0,266,264,104,266,264,104,42,3250,1038,2563,0,266,104,108,266,104,108,42,2563,3132,3250,0,108,268,266,108,268,266,42,1004,3250,3132,0,267,266,268,267,266,268,42,3132,2563,1037,0,268,108,110,268,108,110,42,3251,1004,3132,0,269,267,268,269,267,268,42,3132,2560,3251,0,268,114,269,268,114,269,42,1036,3251,2560,0,116,269,114,116,269,114,42,2560,3132,1037,0,114,268,110,114,268,110,42,3121,1004,3251,0,270,267,269,270,267,269,42,3251,1162,3121,0,269,271,270,269,271,270,42,1003,3121,1162,0,272,270,271,272,270,271,42,1162,3251,1036,0,271,269,116,271,269,116,42,1240,1003,1162,0,273,272,271,273,272,271,42,1162,3252,1240,0,271,274,273,271,274,273,42,1002,1240,3252,0,275,273,274,275,273,274,42,3252,1162,1036,0,274,271,116,274,271,116,42,3252,1036,2860,0,274,116,120,274,116,120,42,2860,1291,3252,0,120,276,274,120,276,274,42,1002,3252,1291,0,275,274,276,275,274,276,42,1291,2860,1035,0,276,120,122,276,120,122,42,3027,1002,1291,0,277,275,276,277,275,276,42,1291,3253,3027,0,276,278,277,276,278,277,42,1001,3027,3253,0,279,277,278,279,277,278,42,3253,1291,1035,0,278,276,122,278,276,122,42,3253,1035,2844,0,278,122,126,278,122,126,42,2844,3074,3253,0,126,280,278,126,280,278,42,1001,3253,3074,0,279,278,280,279,278,280,42,3074,2844,1034,0,280,126,128,280,126,128,42,3161,1001,3074,0,281,279,280,281,279,280,42,3074,3254,3161,0,280,282,281,280,282,281,42,1000,3161,3254,0,283,281,282,283,281,282,42,3254,3074,1034,0,282,280,128,282,280,128,42,3254,1034,2626,0,282,128,129,282,128,129,42,2626,3088,3254,0,129,284,282,129,284,282,42,1000,3254,3088,0,283,282,284,283,282,284,42,3088,2626,1033,0,284,129,131,284,129,131,42,3028,1000,3088,0,285,283,284,285,283,284,42,3088,3255,3028,0,284,286,285,284,286,285,42,999,3028,3255,0,287,285,286,287,285,286,42,3255,3088,1033,0,286,284,131,286,284,131,42,3255,1033,2502,0,286,131,135,286,131,135,42,2502,2812,3255,0,135,288,286,135,288,286,42,999,3255,2812,0,287,286,288,287,286,288,42,2812,2502,1032,0,288,135,137,288,135,137,42,2918,999,2812,0,289,287,288,289,287,288,42,2812,3256,2918,0,288,290,289,288,290,289,42,998,2918,3256,0,291,289,290,291,289,290,42,3256,2812,1032,0,290,288,137,290,288,137,42,3256,1032,1285,0,290,137,141,290,137,141,42,1285,2828,3256,0,141,292,290,141,292,290,42,998,3256,2828,0,291,290,292,291,290,292,42,2828,1285,1031,0,292,141,143,292,141,143,42,3257,998,2828,0,293,291,292,293,291,292,42,2828,2517,3257,0,292,150,293,292,150,293,42,1030,3257,2517,0,152,293,150,152,293,150,42,2517,2828,1031,0,150,292,143,150,292,143,42,1956,998,3257,0,294,291,293,294,291,293,42,3257,2036,1956,0,293,295,294,293,295,294,42,997,1956,2036,0,296,294,295,296,294,295,42,2036,3257,1030,0,295,293,152,295,293,152,42,1828,997,2036,0,297,296,295,297,296,295,42,2036,3258,1828,0,295,298,297,295,298,297,42,996,1828,3258,0,299,297,298,299,297,298,42,3258,2036,1030,0,298,295,152,298,295,152,42,3258,1030,2659,0,298,152,156,298,152,156,42,2659,1924,3258,0,156,300,298,156,300,298,42,996,3258,1924,0,299,298,300,299,298,300,42,1924,2659,1029,0,300,156,158,300,156,158,42,3259,996,1924,0,301,299,300,301,299,300,42,1924,2421,3259,0,300,162,301,300,162,301,42,1028,3259,2421,0,164,301,162,164,301,162,42,2421,1924,1029,0,162,300,158,162,300,158,42,1835,996,3259,0,302,299,301,302,299,301,42,3259,2317,1835,0,301,303,302,301,303,302,42,995,1835,2317,0,304,302,303,304,302,303,42,2317,3259,1028,0,303,301,164,303,301,164,42,1856,995,2317,0,305,304,303,305,304,303,42,2317,3260,1856,0,303,306,305,303,306,305,42,994,1856,3260,0,307,305,306,307,305,306,42,3260,2317,1028,0,306,303,164,306,303,164,42,3260,1028,2426,0,306,164,168,306,164,168,42,2426,1958,3260,0,168,308,306,168,308,306,42,994,3260,1958,0,307,306,308,307,306,308,42,1958,2426,1027,0,308,168,170,308,168,170,42,3261,994,1958,0,309,307,308,309,307,308,42,1958,2448,3261,0,308,171,309,308,171,309,42,1026,3261,2448,0,173,309,171,173,309,171,42,2448,1958,1027,0,171,308,170,171,308,170,42,1876,994,3261,0,310,307,309,310,307,309,42,3261,2091,1876,0,309,311,310,309,311,310,42,993,1876,2091,0,312,310,311,312,310,311,42,2091,3261,1026,0,311,309,173,311,309,173,42,3262,993,2091,0,313,312,311,313,312,311,42,2091,2459,3262,0,311,177,313,311,177,313,42,1025,3262,2459,0,179,313,177,179,313,177,42,2459,2091,1026,0,177,311,173,177,311,173,42,1895,993,3262,0,314,312,313,314,312,313,42,3262,1987,1895,0,313,315,314,313,315,314,42,992,1895,1987,0,316,314,315,316,314,315,42,1987,3262,1025,0,315,313,179,315,313,179,42,3263,992,1987,0,317,316,315,317,316,315,42,1987,2257,3263,0,315,183,317,315,183,317,42,1023,3263,2257,0,185,317,183,185,317,183,42,2257,1987,1025,0,183,315,179,183,315,179,42,1792,992,3263,0,318,316,317,318,316,317,42,3263,2994,1792,0,317,319,318,317,319,318,42,990,1792,2994,0,320,318,319,320,318,319,42,2994,3263,1023,0,319,317,185,319,317,185,42,1734,990,2994,0,321,320,319,321,320,319,42,2994,3264,1734,0,319,322,321,319,322,321,42,991,1734,3264,0,323,321,322,323,321,322,42,3264,2994,1023,0,322,319,185,322,319,185,42,3264,1023,2302,0,322,185,192,322,185,192,42,2302,1821,3264,0,192,324,322,192,324,322,42,991,3264,1821,0,323,322,324,323,322,324,42,1821,2302,1024,0,324,192,194,324,192,194,42,3086,989,3113,0,325,326,327,325,326,327,42,3113,3265,3086,0,327,328,325,327,328,325,42,988,3086,3265,0,329,325,328,329,325,328,42,3265,3113,1022,0,328,327,196,328,327,196,42,3265,1022,2564,0,328,196,198,328,196,198,42,2564,2967,3265,0,198,330,328,198,330,328,42,988,3265,2967,0,329,328,330,329,328,330,42,2967,2564,1021,0,330,198,200,330,198,200,42,1320,988,2967,0,331,329,330,331,329,330,42,2967,3266,1320,0,330,332,331,330,332,331,42,987,1320,3266,0,333,331,332,333,331,332,42,3266,2967,1021,0,332,330,200,332,330,200,42,3266,1021,2817,0,332,200,202,332,200,202,42,2817,1206,3266,0,202,334,332,202,334,332,42,987,3266,1206,0,333,332,334,333,332,334,42,1206,2817,1020,0,334,202,204,334,202,204,42,3267,987,1206,0,335,333,334,335,333,334,42,1206,2792,3267,0,334,205,335,334,205,335,42,1019,3267,2792,0,207,335,205,207,335,205,42,2792,1206,1020,0,205,334,204,205,334,204,42,1165,987,3267,0,336,333,335,336,333,335,42,3267,3067,1165,0,335,337,336,335,337,336,42,986,1165,3067,0,338,336,337,338,336,337,42,3067,3267,1019,0,337,335,207,337,335,207,42,3146,986,3067,0,339,338,337,339,338,337,42,3067,3268,3146,0,337,340,339,337,340,339,42,985,3146,3268,0,341,339,340,341,339,340,42,3268,3067,1019,0,340,337,207,340,337,207,42,3268,1019,2649,0,340,207,209,340,207,209,42,2649,3049,3268,0,209,342,340,209,342,340,42,985,3268,3049,0,341,340,342,341,340,342,42,3049,2649,1018,0,342,209,211,342,209,211,42,1697,985,3049,0,343,341,342,343,341,342,42,3049,3269,1697,0,342,344,343,342,344,343,42,984,1697,3269,0,345,343,344,345,343,344,42,3269,3049,1018,0,344,342,211,344,342,211,42,3269,1018,1142,0,344,211,214,344,211,214,42,1142,1725,3269,0,214,346,344,214,346,344,42,984,3269,1725,0,345,344,346,345,344,346,42,1725,1142,1017,0,346,214,216,346,214,216,42,1816,984,1725,0,347,345,346,347,345,346,42,1725,3270,1816,0,346,348,347,346,348,347,42,983,1816,3270,0,349,347,348,349,347,348,42,3270,1725,1017,0,348,346,216,348,346,216,42,3270,1017,1302,0,348,216,218,348,216,218,42,1302,1712,3270,0,218,350,348,218,350,348,42,983,3270,1712,0,349,348,350,349,348,350,42,1712,1302,1016,0,350,218,220,350,218,220,42,1635,983,1712,0,351,349,350,351,349,350,42,1712,3271,1635,0,350,352,351,350,352,351,42,982,1635,3271,0,353,351,352,353,351,352,42,3271,1712,1016,0,352,350,220,352,350,220,42,3271,1016,1143,0,352,220,222,352,220,222,42,1143,2067,3271,0,222,354,352,222,354,352,42,982,3271,2067,0,353,352,354,353,352,354,42,2067,1143,1015,0,354,222,224,354,222,224,42,3272,982,2067,0,355,353,354,355,353,354,42,2067,2713,3272,0,354,226,355,354,226,355,42,1014,3272,2713,0,228,355,226,228,355,226,42,2713,2067,1015,0,226,354,224,226,354,224,42,2181,982,3272,0,356,353,355,356,353,355,42,3272,2201,2181,0,355,357,356,355,357,356,42,981,2181,2201,0,358,356,357,358,356,357,42,2201,3272,1014,0,357,355,228,357,355,228,42,2138,981,2201,0,359,358,357,359,358,357,42,2201,3273,2138,0,357,360,359,357,360,359,42,980,2138,3273,0,361,359,360,361,359,360,42,3273,2201,1014,0,360,357,228,360,357,228,42,3273,1014,2728,0,360,228,229,360,228,229,42,2728,2303,3273,0,229,362,360,229,362,360,42,980,3273,2303,0,361,360,362,361,360,362,42,2303,2728,1013,0,362,229,231,362,229,231,42,2141,980,2303,0,363,361,362,363,361,362,42,2303,3274,2141,0,362,364,363,362,364,363,42,979,2141,3274,0,365,363,364,365,363,364,42,3274,2303,1013,0,364,362,231,364,362,231,42,3274,1013,2686,0,364,231,233,364,231,233,42,2686,2169,3274,0,233,366,364,233,366,364,42,979,3274,2169,0,365,364,366,365,364,366,42,2169,2686,1012,0,366,233,235,366,233,235,42,1566,979,2169,0,367,365,366,367,365,366,42,2169,3275,1566,0,366,368,367,366,368,367,42,978,1566,3275,0,369,367,368,369,367,368,42,3275,2169,1012,0,368,366,235,368,366,235,42,3275,1012,2692,0,368,235,238,368,235,238,42,2692,1591,3275,0,238,370,368,238,370,368,42,978,3275,1591,0,369,368,370,369,368,370,42,1591,2692,1011,0,370,238,240,370,238,240,42,1721,978,1591,0,371,369,370,371,369,370,42,1591,3276,1721,0,370,372,371,370,372,371,42,977,1721,3276,0,373,371,372,373,371,372,42,3276,1591,1011,0,372,370,240,372,370,240,42,3276,1011,2232,0,372,240,242,372,240,242,42,2232,1602,3276,0,242,374,372,242,374,372,42,977,3276,1602,0,373,372,374,373,372,374,42,1602,2232,1010,0,374,242,244,374,242,244,42,1861,977,1602,0,375,373,374,375,373,374,42,1602,3277,1861,0,374,376,375,374,376,375,42,976,1861,3277,0,377,375,376,377,375,376,42,3277,1602,1010,0,376,374,244,376,374,244,42,3277,1010,2369,0,376,244,245,376,244,245,42,2369,1619,3277,0,245,378,376,245,378,376,42,976,3277,1619,0,377,376,378,377,376,378,42,1619,2369,1009,0,378,245,247,378,245,247,42,1722,976,1619,0,379,377,378,379,377,378,42,1619,3278,1722,0,378,380,379,378,380,379,42,975,1722,3278,0,381,379,380,381,379,380,42,3278,1619,1009,0,380,378,247,380,378,247,42,3278,1009,2258,0,380,247,249,380,247,249,42,2258,1603,3278,0,249,382,380,249,382,380,42,975,3278,1603,0,381,380,382,381,380,382,42,1603,2258,1008,0,382,249,251,382,249,251,42,1567,975,1603,0,383,381,382,383,381,382,42,1603,3279,1567,0,382,384,383,382,384,383,42,974,1567,3279,0,385,383,384,385,383,384,42,3279,1603,1008,0,384,382,251,384,382,251,42,3279,1008,2111,0,384,251,254,384,251,254,42,2111,3183,3279,0,254,386,384,254,386,384,42,974,3279,3183,0,385,384,386,385,384,386,42,3183,2111,1007,0,386,254,256,386,254,256,42,1217,974,3183,0,387,385,386,387,385,386,42,3183,3280,1217,0,386,388,387,386,388,387,42,973,1217,3280,0,389,387,388,389,387,388,42,3280,3183,1007,0,388,386,256,388,386,256,42,3280,1007,2779,0,388,256,257,388,256,257,42,2779,1245,3280,0,257,390,388,257,390,388,42,973,3280,1245,0,389,388,390,389,388,390,42,1245,2779,1006,0,390,257,259,390,257,259,42,3281,973,1245,0,391,389,390,391,389,390,42,1245,2820,3281,0,390,261,391,390,261,391,42,1005,3281,2820,0,263,391,261,263,391,261,42,2820,1245,1006,0,261,390,259,261,390,259,42,1211,973,3281,0,392,389,391,392,389,391,42,3281,1107,1211,0,391,393,392,391,393,392,42,972,1211,1107,0,394,392,393,394,392,393,42,1107,3281,1005,0,393,391,263,393,391,263,42,1502,972,1107,0,395,394,393,395,394,393,42,1107,3282,1502,0,393,396,395,393,396,395,42,971,1502,3282,0,397,395,396,397,395,396,42,3282,1107,1005,0,396,393,263,396,393,263,42,3282,1005,3085,0,396,263,265,396,263,265,42,3085,1549,3282,0,265,398,396,265,398,396,42,971,3282,1549,0,397,396,398,397,396,398,42,1549,3085,1004,0,398,265,267,398,265,267,42,1488,971,1549,0,399,397,398,399,397,398,42,1549,3283,1488,0,398,400,399,398,400,399,42,970,1488,3283,0,401,399,400,401,399,400,42,3283,1549,1004,0,400,398,267,400,398,267,42,3283,1004,3121,0,400,267,270,400,267,270,42,3121,1669,3283,0,270,402,400,270,402,400,42,970,3283,1669,0,401,400,402,401,400,402,42,1669,3121,1003,0,402,270,272,402,270,272,42,3284,970,1669,0,403,401,402,403,401,402,42,1669,1240,3284,0,402,273,403,402,273,403,42,1002,3284,1240,0,275,403,273,275,403,273,42,1240,1669,1003,0,273,402,272,273,402,272,42,1801,970,3284,0,404,401,403,404,401,403,42,3284,1726,1801,0,403,405,404,403,405,404,42,969,1801,1726,0,406,404,405,406,404,405,42,1726,3284,1002,0,405,403,275,405,403,275,42,1425,969,1726,0,407,406,405,407,406,405,42,1726,3285,1425,0,405,408,407,405,408,407,42,968,1425,3285,0,409,407,408,409,407,408,42,3285,1726,1002,0,408,405,275,408,405,275,42,3285,1002,3027,0,408,275,277,408,275,277,42,3027,1467,3285,0,277,410,408,277,410,408,42,968,3285,1467,0,409,408,410,409,408,410,42,1467,3027,1001,0,410,277,279,410,277,279,42,3286,968,1467,0,411,409,410,411,409,410,42,1467,3161,3286,0,410,281,411,410,281,411,42,1000,3286,3161,0,283,411,281,283,411,281,42,3161,1467,1001,0,281,410,279,281,410,279,42,1538,968,3286,0,412,409,411,412,409,411,42,3286,1460,1538,0,411,413,412,411,413,412,42,967,1538,1460,0,414,412,413,414,412,413,42,1460,3286,1000,0,413,411,283,413,411,283,42,1435,967,1460,0,415,414,413,415,414,413,42,1460,3287,1435,0,413,416,415,413,416,415,42,966,1435,3287,0,417,415,416,417,415,416,42,3287,1460,1000,0,416,413,283,416,413,283,42,3287,1000,3028,0,416,283,285,416,283,285,42,3028,2266,3287,0,285,418,416,285,418,416,42,966,3287,2266,0,417,416,418,417,416,418,42,2266,3028,999,0,418,285,287,418,285,287,42,3288,966,2266,0,419,417,418,419,417,418,42,2266,2918,3288,0,418,289,419,418,289,419,42,998,3288,2918,0,291,419,289,291,419,289,42,2918,2266,999,0,289,418,287,289,418,287,42,2358,966,3288,0,420,417,419,420,417,419,42,3288,2281,2358,0,419,421,420,419,421,420,42,965,2358,2281,0,422,420,421,422,420,421,42,2281,3288,998,0,421,419,291,421,419,291,42,3289,965,2281,0,423,422,421,423,422,421,42,2281,1956,3289,0,421,294,423,421,294,423,42,997,3289,1956,0,296,423,294,296,423,294,42,1956,2281,998,0,294,421,291,294,421,291,42,1334,965,3289,0,424,422,423,424,422,423,42,3289,1519,1334,0,423,425,424,423,425,424,42,964,1334,1519,0,426,424,425,426,424,425,42,1519,3289,997,0,425,423,296,425,423,296,42,3290,964,1519,0,427,426,425,427,426,425,42,1519,1828,3290,0,425,297,427,425,297,427,42,996,3290,1828,0,299,427,297,299,427,297,42,1828,1519,997,0,297,425,296,297,425,296,42,1338,964,3290,0,428,426,427,428,426,427,42,3290,1398,1338,0,427,429,428,427,429,428,42,963,1338,1398,0,430,428,429,430,428,429,42,1398,3290,996,0,429,427,299,429,427,299,42,3291,963,1398,0,431,430,429,431,430,429,42,1398,1835,3291,0,429,302,431,429,302,431,42,995,3291,1835,0,304,431,302,304,431,302,42,1835,1398,996,0,302,429,299,302,429,299,42,1359,963,3291,0,432,430,431,432,430,431,42,3291,1805,1359,0,431,433,432,431,433,432,42,962,1359,1805,0,434,432,433,434,432,433,42,1805,3291,995,0,433,431,304,433,431,304,42,3292,962,1805,0,435,434,433,435,434,433,42,1805,1856,3292,0,433,305,435,433,305,435,42,994,3292,1856,0,307,435,305,307,435,305,42,1856,1805,995,0,305,433,304,305,433,304,42,1376,962,3292,0,436,434,435,436,434,435,42,3292,1433,1376,0,435,437,436,435,437,436,42,961,1376,1433,0,438,436,437,438,436,437,42,1433,3292,994,0,437,435,307,437,435,307,42,1387,961,1433,0,439,438,437,439,438,437,42,1433,3293,1387,0,437,440,439,437,440,439,42,960,1387,3293,0,441,439,440,441,439,440,42,3293,1433,994,0,440,437,307,440,437,307,42,3293,994,1876,0,440,307,310,440,307,310,42,1876,1562,3293,0,310,442,440,310,442,440,42,960,3293,1562,0,441,440,442,441,440,442,42,1562,1876,993,0,442,310,312,442,310,312,42,1503,960,1562,0,443,441,442,443,441,442,42,1562,3294,1503,0,442,444,443,442,444,443,42,959,1503,3294,0,445,443,444,445,443,444,42,3294,1562,993,0,444,442,312,444,442,312,42,3294,993,1895,0,444,312,314,444,312,314,42,1895,1434,3294,0,314,446,444,314,446,444,42,959,3294,1434,0,445,444,446,445,444,446,42,1434,1895,992,0,446,314,316,446,314,316,42,3295,959,1434,0,447,445,446,447,445,446,42,1434,1792,3295,0,446,318,447,446,318,447,42,990,3295,1792,0,320,447,318,320,447,318,42,1792,1434,992,0,318,446,316,318,446,316,42,1271,959,3295,0,448,445,447,448,445,447,42,3295,1411,1271,0,447,449,448,447,449,448,42,957,1271,1411,0,450,448,449,450,448,449,42,1411,3295,990,0,449,447,320,449,447,320,42,3296,957,1411,0,451,450,449,451,450,449,42,1411,1734,3296,0,449,321,451,449,321,451,42,991,3296,1734,0,323,451,321,323,451,321,42,1734,1411,990,0,321,449,320,321,449,320,42,1202,957,3296,0,452,450,451,452,450,451,42,3296,1278,1202,0,451,453,452,451,453,452,42,958,1202,1278,0,454,452,453,454,452,453,42,1278,3296,991,0,453,451,323,453,451,323,42,3297,956,1535,0,455,456,457,455,456,457,42,1535,3086,3297,0,457,325,455,457,325,455,42,988,3297,3086,0,329,455,325,329,455,325,42,3086,1535,989,0,325,457,326,325,457,326,42,1723,956,3297,0,458,456,455,458,456,455,42,3297,1770,1723,0,455,459,458,455,459,458,42,955,1723,1770,0,460,458,459,460,458,459,42,1770,3297,988,0,459,455,329,459,455,329,42,1829,955,1770,0,461,460,459,461,460,459,42,1770,3298,1829,0,459,462,461,459,462,461,42,954,1829,3298,0,463,461,462,463,461,462,42,3298,1770,988,0,462,459,329,462,459,329,42,3298,988,1320,0,462,329,331,462,329,331,42,1320,1757,3298,0,331,464,462,331,464,462,42,954,3298,1757,0,463,462,464,463,462,464,42,1757,1320,987,0,464,331,333,464,331,333,42,1680,954,1757,0,465,463,464,465,463,464,42,1757,3299,1680,0,464,466,465,464,466,465,42,953,1680,3299,0,467,465,466,467,465,466,42,3299,1757,987,0,466,464,333,466,464,333,42,3299,987,1165,0,466,333,336,466,333,336,42,1165,1470,3299,0,336,468,466,336,468,466,42,953,3299,1470,0,467,466,468,467,466,468,42,1470,1165,986,0,468,336,338,468,336,338,42,3300,953,1470,0,469,467,468,469,467,468,42,1470,3146,3300,0,468,339,469,468,339,469,42,985,3300,3146,0,341,469,339,341,469,339,42,3146,1470,986,0,339,468,338,339,468,338,42,1561,953,3300,0,470,467,469,470,467,469,42,3300,1480,1561,0,469,471,470,469,471,470,42,952,1561,1480,0,472,470,471,472,470,471,42,1480,3300,985,0,471,469,341,471,469,341,42,3301,952,1480,0,473,472,471,473,472,471,42,1480,1697,3301,0,471,343,473,471,343,473,42,984,3301,1697,0,345,473,343,345,473,343,42,1697,1480,985,0,343,471,341,343,471,341,42,2209,952,3301,0,474,472,473,474,472,473,42,3301,2264,2209,0,473,475,474,473,475,474,42,951,2209,2264,0,476,474,475,476,474,475,42,2264,3301,984,0,475,473,345,475,473,345,42,2166,951,2264,0,477,476,475,477,476,475,42,2264,3302,2166,0,475,478,477,475,478,477,42,950,2166,3302,0,479,477,478,479,477,478,42,3302,2264,984,0,478,475,345,478,475,345,42,3302,984,1816,0,478,345,347,478,345,347,42,1816,2215,3302,0,347,480,478,347,480,478,42,950,3302,2215,0,479,478,480,479,478,480,42,2215,1816,983,0,480,347,349,480,347,349,42,2182,950,2215,0,481,479,480,481,479,480,42,2215,3303,2182,0,480,482,481,480,482,481,42,949,2182,3303,0,483,481,482,483,481,482,42,3303,2215,983,0,482,480,349,482,480,349,42,3303,983,1635,0,482,349,351,482,349,351,42,1635,1565,3303,0,351,484,482,351,484,482,42,949,3303,1565,0,483,482,484,483,482,484,42,1565,1635,982,0,484,351,353,484,351,353,42,1613,949,1565,0,485,483,484,485,483,484,42,1565,3304,1613,0,484,486,485,484,486,485,42,948,1613,3304,0,487,485,486,487,485,486,42,3304,1565,982,0,486,484,353,486,484,353,42,3304,982,2181,0,486,353,356,486,353,356,42,2181,1662,3304,0,356,488,486,356,488,486,42,948,3304,1662,0,487,486,488,487,486,488,42,1662,2181,981,0,488,356,358,488,356,358,42,3305,948,1662,0,489,487,488,489,487,488,42,1662,2138,3305,0,488,359,489,488,359,489,42,980,3305,2138,0,361,489,359,361,489,359,42,2138,1662,981,0,359,488,358,359,488,358,42,1618,948,3305,0,490,487,489,490,487,489,42,3305,1800,1618,0,489,491,490,489,491,490,42,947,1618,1800,0,492,490,491,492,490,491,42,1800,3305,980,0,491,489,361,491,489,361,42,1710,947,1800,0,493,492,491,493,492,491,42,1800,3306,1710,0,491,494,493,491,494,493,42,946,1710,3306,0,495,493,494,495,493,494,42,3306,1800,980,0,494,491,361,494,491,361,42,3306,980,2141,0,494,361,363,494,361,363,42,2141,1622,3306,0,363,496,494,363,496,494,42,946,3306,1622,0,495,494,496,495,494,496,42,1622,2141,979,0,496,363,365,496,363,365,42,3089,946,1622,0,497,495,496,497,495,496,42,1622,3307,3089,0,496,498,497,496,498,497,42,945,3089,3307,0,499,497,498,499,497,498,42,3307,1622,979,0,498,496,365,498,496,365,42,3307,979,1566,0,498,365,367,498,365,367,42,1566,3162,3307,0,367,500,498,367,500,498,42,945,3307,3162,0,499,498,500,499,498,500,42,3162,1566,978,0,500,367,369,500,367,369,42,1099,945,3162,0,501,499,500,501,499,500,42,3162,3308,1099,0,500,502,501,500,502,501,42,944,1099,3308,0,503,501,502,503,501,502,42,3308,3162,978,0,502,500,369,502,500,369,42,3308,978,1721,0,502,369,371,502,369,371,42,1721,3173,3308,0,371,504,502,371,504,502,42,944,3308,3173,0,503,502,504,503,502,504,42,3173,1721,977,0,504,371,373,504,371,373,42,1214,944,3173,0,505,503,504,505,503,504,42,3173,3309,1214,0,504,506,505,504,506,505,42,943,1214,3309,0,507,505,506,507,505,506,42,3309,3173,977,0,506,504,373,506,504,373,42,3309,977,1861,0,506,373,375,506,373,375,42,1861,3163,3309,0,375,508,506,375,508,506,42,943,3309,3163,0,507,506,508,507,506,508,42,3163,1861,976,0,508,375,377,508,375,377,42,3310,943,3163,0,509,507,508,509,507,508,42,3163,1722,3310,0,508,379,509,508,379,509,42,975,3310,1722,0,381,509,379,381,509,379,42,1722,3163,976,0,379,508,377,379,508,377,42,3189,943,3310,0,510,507,509,510,507,509,42,3310,3147,3189,0,509,511,510,509,511,510,42,942,3189,3147,0,512,510,511,512,510,511,42,3147,3310,975,0,511,509,381,511,509,381,42,2983,942,3147,0,513,512,511,513,512,511,42,3147,3311,2983,0,511,514,513,511,514,513,42,941,2983,3311,0,515,513,514,515,513,514,42,3311,3147,975,0,514,511,381,514,511,381,42,3311,975,1567,0,514,381,383,514,381,383,42,1567,1594,3311,0,383,516,514,383,516,514,42,941,3311,1594,0,515,514,516,515,514,516,42,1594,1567,974,0,516,383,385,516,383,385,42,1639,941,1594,0,517,515,516,517,515,516,42,1594,3312,1639,0,516,518,517,516,518,517,42,940,1639,3312,0,519,517,518,519,517,518,42,3312,1594,974,0,518,516,385,518,516,385,42,3312,974,1217,0,518,385,387,518,385,387,42,1217,1730,3312,0,387,520,518,387,520,518,42,940,3312,1730,0,519,518,520,519,518,520,42,1730,1217,973,0,520,387,389,520,387,389,42,3313,940,1730,0,521,519,520,521,519,520,42,1730,1211,3313,0,520,392,521,520,392,521,42,972,3313,1211,0,394,521,392,394,521,392,42,1211,1730,973,0,392,520,389,392,520,389,42,1679,940,3313,0,522,519,521,522,519,521,42,3313,1628,1679,0,521,523,522,521,523,522,42,939,1679,1628,0,524,522,523,524,522,523,42,1628,3313,972,0,523,521,394,523,521,394,42,3314,939,1628,0,525,524,523,525,524,523,42,1628,1502,3314,0,523,395,525,523,395,525,42,971,3314,1502,0,397,525,395,397,525,395,42,1502,1628,972,0,395,523,394,395,523,394,42,1951,939,3314,0,526,524,525,526,524,525,42,3314,2031,1951,0,525,527,526,525,527,526,42,938,1951,2031,0,528,526,527,528,526,527,42,2031,3314,971,0,527,525,397,527,525,397,42,3315,938,2031,0,529,528,527,529,528,527,42,2031,1488,3315,0,527,399,529,527,399,529,42,970,3315,1488,0,401,529,399,401,529,399,42,1488,2031,971,0,399,527,397,399,527,397,42,1842,938,3315,0,530,528,529,530,528,529,42,3315,2195,1842,0,529,531,530,529,531,530,42,937,1842,2195,0,532,530,531,532,530,531,42,2195,3315,970,0,531,529,401,531,529,401,42,3316,937,2195,0,533,532,531,533,532,531,42,2195,1801,3316,0,531,404,533,531,404,533,42,969,3316,1801,0,406,533,404,406,533,404,42,1801,2195,970,0,404,531,401,404,531,401,42,2253,937,3316,0,534,532,533,534,532,533,42,3316,2203,2253,0,533,535,534,533,535,534,42,936,2253,2203,0,536,534,535,536,534,535,42,2203,3316,969,0,535,533,406,535,533,406,42,3317,936,2203,0,537,536,535,537,536,535,42,2203,1425,3317,0,535,407,537,535,407,537,42,968,3317,1425,0,409,537,407,409,537,407,42,1425,2203,969,0,407,535,406,407,535,406,42,1843,936,3317,0,538,536,537,538,536,537,42,3317,1941,1843,0,537,539,538,537,539,538,42,935,1843,1941,0,540,538,539,540,538,539,42,1941,3317,968,0,539,537,409,539,537,409,42,3318,935,1941,0,541,540,539,541,540,539,42,1941,1538,3318,0,539,412,541,539,412,541,42,967,3318,1538,0,414,541,412,414,541,412,42,1538,1941,968,0,412,539,409,412,539,409,42,2023,935,3318,0,542,540,541,542,540,541,42,3318,1972,2023,0,541,543,542,541,543,542,42,934,2023,1972,0,544,542,543,544,542,543,42,1972,3318,967,0,543,541,414,543,541,414,42,3319,934,1972,0,545,544,543,545,544,543,42,1972,1435,3319,0,543,415,545,543,415,545,42,966,3319,1435,0,417,545,415,417,545,415,42,1435,1972,967,0,415,543,414,415,543,414,42,1893,934,3319,0,546,544,545,546,544,545,42,3319,1698,1893,0,545,547,546,545,547,546,42,933,1893,1698,0,548,546,547,548,546,547,42,1698,3319,966,0,547,545,417,547,545,417,42,3320,933,1698,0,549,548,547,549,548,547,42,1698,2358,3320,0,547,420,549,547,420,549,42,965,3320,2358,0,422,549,420,422,549,420,42,2358,1698,966,0,420,547,417,420,547,417,42,2853,933,3320,0,550,548,549,550,548,549,42,3320,2934,2853,0,549,551,550,549,551,550,42,932,2853,2934,0,552,550,551,552,550,551,42,2934,3320,965,0,551,549,422,551,549,422,42,3321,932,2934,0,553,552,551,553,552,551,42,2934,1334,3321,0,551,424,553,551,424,553,42,964,3321,1334,0,426,553,424,426,553,424,42,1334,2934,965,0,424,551,422,424,551,422,42,2858,932,3321,0,554,552,553,554,552,553,42,3321,3068,2858,0,553,555,554,553,555,554,42,931,2858,3068,0,556,554,555,556,554,555,42,3068,3321,964,0,555,553,426,555,553,426,42,3322,931,3068,0,557,556,555,557,556,555,42,3068,1338,3322,0,555,428,557,555,428,557,42,963,3322,1338,0,430,557,428,430,557,428,42,1338,3068,964,0,428,555,426,428,555,426,42,2878,931,3322,0,558,556,557,558,556,557,42,3322,2946,2878,0,557,559,558,557,559,558,42,930,2878,2946,0,560,558,559,560,558,559,42,2946,3322,963,0,559,557,430,559,557,430,42,3323,930,2946,0,561,560,559,561,560,559,42,2946,1359,3323,0,559,432,561,559,432,561,42,962,3323,1359,0,434,561,432,434,561,432,42,1359,2946,963,0,432,559,430,432,559,430,42,2891,930,3323,0,562,560,561,562,560,561,42,3323,1236,2891,0,561,563,562,561,563,562,42,929,2891,1236,0,564,562,563,564,562,563,42,1236,3323,962,0,563,561,434,563,561,434,42,3324,929,1236,0,565,564,563,565,564,563,42,1236,1376,3324,0,563,436,565,563,436,565,42,961,3324,1376,0,438,565,436,438,565,436,42,1376,1236,962,0,436,563,434,436,563,434,42,2909,929,3324,0,566,564,565,566,564,565,42,3324,2980,2909,0,565,567,566,565,567,566,42,928,2909,2980,0,568,566,567,568,566,567,42,2980,3324,961,0,567,565,438,567,565,438,42,3024,928,2980,0,569,568,567,569,568,567,42,2980,3325,3024,0,567,570,569,567,570,569,42,927,3024,3325,0,571,569,570,571,569,570,42,3325,2980,961,0,570,567,438,570,567,438,42,3325,961,1387,0,570,438,439,570,438,439,42,1387,3105,3325,0,439,572,570,439,572,570,42,927,3325,3105,0,571,570,572,571,570,572,42,3105,1387,960,0,572,439,441,572,439,441,42,3007,927,3105,0,573,571,572,573,571,572,42,3105,3326,3007,0,572,574,573,572,574,573,42,926,3007,3326,0,575,573,574,575,573,574,42,3326,3105,960,0,574,572,441,574,572,441,42,3326,960,1503,0,574,441,443,574,441,443,42,1503,2947,3326,0,443,576,574,443,576,574,42,926,3326,2947,0,575,574,576,575,574,576,42,2947,1503,959,0,576,443,445,576,443,445,42,3327,926,2947,0,577,575,576,577,575,576,42,2947,1271,3327,0,576,448,577,576,448,577,42,957,3327,1271,0,450,577,448,450,577,448,42,1271,2947,959,0,448,576,445,448,576,445,42,2782,926,3327,0,578,575,577,578,575,577,42,3327,1840,2782,0,577,579,578,577,579,578,42,924,2782,1840,0,580,578,579,580,578,579,42,1840,3327,957,0,579,577,450,579,577,450,42,2719,924,1840,0,581,580,579,581,580,579,42,1840,3328,2719,0,579,582,581,579,582,581,42,925,2719,3328,0,583,581,582,583,581,582,42,3328,1840,957,0,582,579,450,582,579,450,42,3328,957,1202,0,582,450,452,582,450,452,42,1202,2806,3328,0,452,584,582,452,584,582,42,925,3328,2806,0,583,582,584,583,582,584,42,2806,1202,958,0,584,452,454,584,452,454,42,2233,923,1969,0,585,586,587,585,586,587,42,1969,3329,2233,0,587,588,585,587,588,585,42,922,2233,3329,0,589,585,588,589,585,588,42,3329,1969,956,0,588,587,456,588,587,456,42,3329,956,1723,0,588,456,458,588,456,458,42,1723,2199,3329,0,458,590,588,458,590,588,42,922,3329,2199,0,589,588,590,589,588,590,42,2199,1723,955,0,590,458,460,590,458,460,42,3330,922,2199,0,591,589,590,591,589,590,42,2199,1829,3330,0,590,461,591,590,461,591,42,954,3330,1829,0,463,591,461,463,591,461,42,1829,2199,955,0,461,590,460,461,590,460,42,2344,922,3330,0,592,589,591,592,589,591,42,3330,2177,2344,0,591,593,592,591,593,592,42,921,2344,2177,0,594,592,593,594,592,593,42,2177,3330,954,0,593,591,463,593,591,463,42,3331,921,2177,0,595,594,593,595,594,593,42,2177,1680,3331,0,593,465,595,593,465,595,42,953,3331,1680,0,467,595,465,467,595,465,42,1680,2177,954,0,465,593,463,465,593,463,42,2223,921,3331,0,596,594,595,596,594,595,42,3331,1936,2223,0,595,597,596,595,597,596,42,920,2223,1936,0,598,596,597,598,596,597,42,1936,3331,953,0,597,595,467,597,595,467,42,2088,920,1936,0,599,598,597,599,598,597,42,1936,3332,2088,0,597,600,599,597,600,599,42,919,2088,3332,0,601,599,600,601,599,600,42,3332,1936,953,0,600,597,467,600,597,467,42,3332,953,1561,0,600,467,470,600,467,470,42,1561,1922,3332,0,470,602,600,470,602,600,42,919,3332,1922,0,601,600,602,601,600,602,42,1922,1561,952,0,602,470,472,602,470,472,42,2699,919,1922,0,603,601,602,603,601,602,42,1922,3333,2699,0,602,604,603,602,604,603,42,918,2699,3333,0,605,603,604,605,603,604,42,3333,1922,952,0,604,602,472,604,602,472,42,3333,952,2209,0,604,472,474,604,472,474,42,2209,2821,3333,0,474,606,604,474,606,604,42,918,3333,2821,0,605,604,606,605,604,606,42,2821,2209,951,0,606,474,476,606,474,476,42,2711,918,2821,0,607,605,606,607,605,606,42,2821,3334,2711,0,606,608,607,606,608,607,42,917,2711,3334,0,609,607,608,609,607,608,42,3334,2821,951,0,608,606,476,608,606,476,42,3334,951,2166,0,608,476,477,608,476,477,42,2166,2703,3334,0,477,610,608,477,610,608,42,917,3334,2703,0,609,608,610,609,608,610,42,2703,2166,950,0,610,477,479,610,477,479,42,2672,917,2703,0,611,609,610,611,609,610,42,2703,3335,2672,0,610,612,611,610,612,611,42,916,2672,3335,0,613,611,612,613,611,612,42,3335,2703,950,0,612,610,479,612,610,479,42,3335,950,2182,0,612,479,481,612,479,481,42,2182,3065,3335,0,481,614,612,481,614,612,42,916,3335,3065,0,613,612,614,613,612,614,42,3065,2182,949,0,614,481,483,614,481,483,42,3190,916,3065,0,615,613,614,615,613,614,42,3065,3336,3190,0,614,616,615,614,616,615,42,915,3190,3336,0,617,615,616,617,615,616,42,3336,3065,949,0,616,614,483,616,614,483,42,3336,949,1613,0,616,483,485,616,483,485,42,1613,3186,3336,0,485,618,616,485,618,616,42,915,3336,3186,0,617,616,618,617,616,618,42,3186,1613,948,0,618,485,487,618,485,487,42,1292,915,3186,0,619,617,618,619,617,618,42,3186,3337,1292,0,618,620,619,618,620,619,42,914,1292,3337,0,621,619,620,621,619,620,42,3337,3186,948,0,620,618,487,620,618,487,42,3337,948,1618,0,620,487,490,620,487,490,42,1618,3148,3337,0,490,622,620,490,622,620,42,914,3337,3148,0,621,620,622,621,620,622,42,3148,1618,947,0,622,490,492,622,490,492,42,3338,914,3148,0,623,621,622,623,621,622,42,3148,1710,3338,0,622,493,623,622,493,623,42,946,3338,1710,0,495,623,493,495,623,493,42,1710,3148,947,0,493,622,492,493,622,492,42,1163,914,3338,0,624,621,623,624,621,623,42,3338,3164,1163,0,623,625,624,623,625,624,42,913,1163,3164,0,626,624,625,626,624,625,42,3164,3338,946,0,625,623,495,625,623,495,42,2657,913,3164,0,627,626,625,627,626,625,42,3164,3339,2657,0,625,628,627,625,628,627,42,912,2657,3339,0,629,627,628,629,627,628,42,3339,3164,946,0,628,625,495,628,625,495,42,3339,946,3089,0,628,495,497,628,495,497,42,3089,2652,3339,0,497,630,628,497,630,628,42,912,3339,2652,0,629,628,630,629,628,630,42,2652,3089,945,0,630,497,499,630,497,499,42,2777,912,2652,0,631,629,630,631,629,630,42,2652,3340,2777,0,630,632,631,630,632,631,42,911,2777,3340,0,633,631,632,633,631,632,42,3340,2652,945,0,632,630,499,632,630,499,42,3340,945,1099,0,632,499,501,632,499,501,42,1099,2640,3340,0,501,634,632,501,634,632,42,911,3340,2640,0,633,632,634,633,632,634,42,2640,1099,944,0,634,501,503,634,501,503,42,2905,911,2640,0,635,633,634,635,633,634,42,2640,3341,2905,0,634,636,635,634,636,635,42,910,2905,3341,0,637,635,636,637,635,636,42,3341,2640,944,0,636,634,503,636,634,503,42,3341,944,1214,0,636,503,505,636,503,505,42,1214,2627,3341,0,505,638,636,505,638,636,42,910,3341,2627,0,637,636,638,637,636,638,42,2627,1214,943,0,638,505,507,638,505,507,42,2548,910,2627,0,639,637,638,639,637,638,42,2627,3342,2548,0,638,640,639,638,640,639,42,909,2548,3342,0,641,639,640,641,639,640,42,3342,2627,943,0,640,638,507,640,638,507,42,3342,943,3189,0,640,507,510,640,507,510,42,3189,2537,3342,0,510,642,640,510,642,640,42,909,3342,2537,0,641,640,642,641,640,642,42,2537,3189,942,0,642,510,512,642,510,512,42,2541,909,2537,0,643,641,642,643,641,642,42,2537,3343,2541,0,642,644,643,642,644,643,42,908,2541,3343,0,645,643,644,645,643,644,42,3343,2537,942,0,644,642,512,644,642,512,42,3343,942,2983,0,644,512,513,644,512,513,42,2983,2115,3343,0,513,646,644,513,646,644,42,908,3343,2115,0,645,644,646,645,644,646,42,2115,2983,941,0,646,513,515,646,513,515,42,2304,908,2115,0,647,645,646,647,645,646,42,2115,3344,2304,0,646,648,647,646,648,647,42,907,2304,3344,0,649,647,648,649,647,648,42,3344,2115,941,0,648,646,515,648,646,515,42,3344,941,1639,0,648,515,517,648,515,517,42,1639,2291,3344,0,517,650,648,517,650,648,42,907,3344,2291,0,649,648,650,649,648,650,42,2291,1639,940,0,650,517,519,650,517,519,42,3345,907,2291,0,651,649,650,651,649,650,42,2291,1679,3345,0,650,522,651,650,522,651,42,939,3345,1679,0,524,651,522,524,651,522,42,1679,2291,940,0,522,650,519,522,650,519,42,2284,907,3345,0,652,649,651,652,649,651,42,3345,2142,2284,0,651,653,652,651,653,652,42,906,2284,2142,0,654,652,653,654,652,653,42,2142,3345,939,0,653,651,524,653,651,524,42,3346,906,2142,0,655,654,653,655,654,653,42,2142,1951,3346,0,653,526,655,653,526,655,42,938,3346,1951,0,528,655,526,528,655,526,42,1951,2142,939,0,526,653,524,526,653,524,42,2610,906,3346,0,656,654,655,656,654,655,42,3346,2472,2610,0,655,657,656,655,657,656,42,905,2610,2472,0,658,656,657,658,656,657,42,2472,3346,938,0,657,655,528,657,655,528,42,3347,905,2472,0,659,658,657,659,658,657,42,2472,1842,3347,0,657,530,659,657,530,659,42,937,3347,1842,0,532,659,530,532,659,530,42,1842,2472,938,0,530,657,528,530,657,528,42,2487,905,3347,0,660,658,659,660,658,659,42,3347,2750,2487,0,659,661,660,659,661,660,42,904,2487,2750,0,662,660,661,662,660,661,42,2750,3347,937,0,661,659,532,661,659,532,42,2879,904,2750,0,663,662,661,663,662,661,42,2750,3348,2879,0,661,664,663,661,664,663,42,903,2879,3348,0,665,663,664,665,663,664,42,3348,2750,937,0,664,661,532,664,661,532,42,3348,937,2253,0,664,532,534,664,532,534,42,2253,2739,3348,0,534,666,664,534,666,664,42,903,3348,2739,0,665,664,666,665,664,666,42,2739,2253,936,0,666,534,536,666,534,536,42,3349,903,2739,0,667,665,666,667,665,666,42,2739,1843,3349,0,666,538,667,666,538,667,42,935,3349,1843,0,540,667,538,540,667,538,42,1843,2739,936,0,538,666,536,538,666,536,42,2495,903,3349,0,668,665,667,668,665,667,42,3349,2489,2495,0,667,669,668,667,669,668,42,902,2495,2489,0,670,668,669,670,668,669,42,2489,3349,935,0,669,667,540,669,667,540,42,3350,902,2489,0,671,670,669,671,670,669,42,2489,2023,3350,0,669,542,671,669,542,671,42,934,3350,2023,0,544,671,542,544,671,542,42,2023,2489,935,0,542,669,540,542,669,540,42,2648,902,3350,0,672,670,671,672,670,671,42,3350,2503,2648,0,671,673,672,671,673,672,42,901,2648,2503,0,674,672,673,674,672,673,42,2503,3350,934,0,673,671,544,673,671,544,42,3351,901,2503,0,675,674,673,675,674,673,42,2503,1893,3351,0,673,546,675,673,546,675,42,933,3351,1893,0,548,675,546,548,675,546,42,1893,2503,934,0,546,673,544,546,673,544,42,2408,901,3351,0,676,674,675,676,674,675,42,3351,1190,2408,0,675,677,676,675,677,676,42,900,2408,1190,0,678,676,677,678,676,677,42,1190,3351,933,0,677,675,548,677,675,548,42,3352,900,1190,0,679,678,677,679,678,677,42,1190,2853,3352,0,677,550,679,677,550,679,42,932,3352,2853,0,552,679,550,552,679,550,42,2853,1190,933,0,550,677,548,550,677,548,42,2412,900,3352,0,680,678,679,680,678,679,42,3352,2402,2412,0,679,681,680,679,681,680,42,899,2412,2402,0,682,680,681,682,680,681,42,2402,3352,932,0,681,679,552,681,679,552,42,3353,899,2402,0,683,682,681,683,682,681,42,2402,2858,3353,0,681,554,683,681,554,683,42,931,3353,2858,0,556,683,554,556,683,554,42,2858,2402,932,0,554,681,552,554,681,552,42,2432,899,3353,0,684,682,683,684,682,683,42,3353,2565,2432,0,683,685,684,683,685,684,42,898,2432,2565,0,686,684,685,686,684,685,42,2565,3353,931,0,685,683,556,685,683,556,42,3354,898,2565,0,687,686,685,687,686,685,42,2565,2878,3354,0,685,558,687,685,558,687,42,930,3354,2878,0,560,687,558,560,687,558,42,2878,2565,931,0,558,685,556,558,685,556,42,2446,898,3354,0,688,686,687,688,686,687,42,3354,2438,2446,0,687,689,688,687,689,688,42,897,2446,2438,0,690,688,689,690,688,689,42,2438,3354,930,0,689,687,560,689,687,560,42,3355,897,2438,0,691,690,689,691,690,689,42,2438,2891,3355,0,689,562,691,689,562,691,42,929,3355,2891,0,564,691,562,564,691,562,42,2891,2438,930,0,562,689,560,562,689,560,42,2457,897,3355,0,692,690,691,692,690,691,42,3355,2848,2457,0,691,693,692,691,693,692,42,896,2457,2848,0,694,692,693,694,692,693,42,2848,3355,929,0,693,691,564,693,691,564,42,3356,896,2848,0,695,694,693,695,694,693,42,2848,2909,3356,0,693,566,695,693,566,695,42,928,3356,2909,0,568,695,566,568,695,566,42,2909,2848,929,0,566,693,564,566,693,564,42,2841,896,3356,0,696,694,695,696,694,695,42,3356,2439,2841,0,695,697,696,695,697,696,42,895,2841,2439,0,698,696,697,698,696,697,42,2439,3356,928,0,697,695,568,697,695,568,42,2578,895,2439,0,699,698,697,699,698,697,42,2439,3357,2578,0,697,700,699,697,700,699,42,894,2578,3357,0,701,699,700,701,699,700,42,3357,2439,928,0,700,697,568,700,697,568,42,3357,928,3024,0,700,568,569,700,568,569,42,3024,2566,3357,0,569,702,700,569,702,700,42,894,3357,2566,0,701,700,702,701,700,702,42,2566,3024,927,0,702,569,571,702,569,571,42,2549,894,2566,0,703,701,702,703,701,702,42,2566,3358,2549,0,702,704,703,702,704,703,42,893,2549,3358,0,705,703,704,705,703,704,42,3358,2566,927,0,704,702,571,704,702,571,42,3358,927,3007,0,704,571,573,704,571,573,42,3007,2403,3358,0,573,706,704,573,706,704,42,893,3358,2403,0,705,704,706,705,704,706,42,2403,3007,926,0,706,573,575,706,573,575,42,2159,893,2403,0,707,705,706,707,705,706,42,2403,3359,2159,0,706,708,707,706,708,707,42,891,2159,3359,0,709,707,708,709,707,708,42,3359,2403,926,0,708,706,575,708,706,575,42,3359,926,2782,0,708,575,578,708,575,578,42,2782,2575,3359,0,578,710,708,578,710,708,42,891,3359,2575,0,709,708,710,709,708,710,42,2575,2782,924,0,710,578,580,710,578,580,42,3360,891,2575,0,711,709,710,711,709,710,42,2575,2719,3360,0,710,581,711,710,581,711,42,925,3360,2719,0,583,711,581,583,711,581,42,2719,2575,924,0,581,710,580,581,710,580,42,2214,891,3360,0,712,709,711,712,709,711,42,3360,2265,2214,0,711,713,712,711,713,712,42,892,2214,2265,0,714,712,713,714,712,713,42,2265,3360,925,0,713,711,583,713,711,583,42,3361,890,2553,0,715,716,717,715,716,717,42,2553,2233,3361,0,717,585,715,717,585,715,42,922,3361,2233,0,589,715,585,589,715,585,42,2233,2553,923,0,585,717,586,585,717,586,42,2715,890,3361,0,718,716,715,718,716,715,42,3361,2798,2715,0,715,719,718,715,719,718,42,889,2715,2798,0,720,718,719,720,718,719,42,2798,3361,922,0,719,715,589,719,715,589,42,3362,889,2798,0,721,720,719,721,720,719,42,2798,2344,3362,0,719,592,721,719,592,721,42,921,3362,2344,0,594,721,592,594,721,592,42,2344,2798,922,0,592,719,589,592,719,589,42,2864,889,3362,0,722,720,721,722,720,721,42,3362,2810,2864,0,721,723,722,721,723,722,42,888,2864,2810,0,724,722,723,724,722,723,42,2810,3362,921,0,723,721,594,723,721,594,42,3363,888,2810,0,725,724,723,725,724,723,42,2810,2223,3363,0,723,596,725,723,596,725,42,920,3363,2223,0,598,725,596,598,725,596,42,2223,2810,921,0,596,723,594,596,723,594,42,2716,888,3363,0,726,724,725,726,724,725,42,3363,2534,2716,0,725,727,726,725,727,726,42,887,2716,2534,0,728,726,727,728,726,727,42,2534,3363,920,0,727,725,598,727,725,598,42,3364,887,2534,0,729,728,727,729,728,727,42,2534,2088,3364,0,727,599,729,727,599,729,42,919,3364,2088,0,601,729,599,601,729,599,42,2088,2534,920,0,599,727,598,599,727,598,42,3184,887,3364,0,730,728,729,730,728,729,42,3364,1135,3184,0,729,731,730,729,731,730,42,886,3184,1135,0,732,730,731,732,730,731,42,1135,3364,919,0,731,729,601,731,729,601,42,3192,886,1135,0,733,732,731,733,732,731,42,1135,3365,3192,0,731,734,733,731,734,733,42,885,3192,3365,0,735,733,734,735,733,734,42,3365,1135,919,0,734,731,601,734,731,601,42,3365,919,2699,0,734,601,603,734,601,603,42,2699,1289,3365,0,603,736,734,603,736,734,42,885,3365,1289,0,735,734,736,735,734,736,42,1289,2699,918,0,736,603,605,736,603,605,42,3168,885,1289,0,737,735,736,737,735,736,42,1289,3366,3168,0,736,738,737,736,738,737,42,884,3168,3366,0,739,737,738,739,737,738,42,3366,1289,918,0,738,736,605,738,736,605,42,3366,918,2711,0,738,605,607,738,605,607,42,2711,1116,3366,0,607,740,738,607,740,738,42,884,3366,1116,0,739,738,740,739,738,740,42,1116,2711,917,0,740,607,609,740,607,609,42,3169,884,1116,0,741,739,740,741,739,740,42,1116,3367,3169,0,740,742,741,740,742,741,42,883,3169,3367,0,743,741,742,743,741,742,42,3367,1116,917,0,742,740,609,742,740,609,42,3367,917,2672,0,742,609,611,742,609,611,42,2672,2598,3367,0,611,744,742,611,744,742,42,883,3367,2598,0,743,742,744,743,742,744,42,2598,2672,916,0,744,611,613,744,611,613,42,2738,883,2598,0,745,743,744,745,743,744,42,2598,3368,2738,0,744,746,745,744,746,745,42,882,2738,3368,0,747,745,746,747,745,746,42,3368,2598,916,0,746,744,613,746,744,613,42,3368,916,3190,0,746,613,615,746,613,615,42,3190,2681,3368,0,615,748,746,615,748,746,42,882,3368,2681,0,747,746,748,747,746,748,42,2681,3190,915,0,748,615,617,748,615,617,42,2885,882,2681,0,749,747,748,749,747,748,42,2681,3369,2885,0,748,750,749,748,750,749,42,881,2885,3369,0,751,749,750,751,749,750,42,3369,2681,915,0,750,748,617,750,748,617,42,3369,915,1292,0,750,617,619,750,617,619,42,1292,2696,3369,0,619,752,750,619,752,750,42,881,3369,2696,0,751,750,752,751,750,752,42,2696,1292,914,0,752,619,621,752,619,621,42,2759,881,2696,0,753,751,752,753,751,752,42,2696,3370,2759,0,752,754,753,752,754,753,42,880,2759,3370,0,755,753,754,755,753,754,42,3370,2696,914,0,754,752,621,754,752,621,42,3370,914,1163,0,754,621,624,754,621,624,42,1163,2707,3370,0,624,756,754,624,756,754,42,880,3370,2707,0,755,754,756,755,754,756,42,2707,1163,913,0,756,624,626,756,624,626,42,3371,880,2707,0,757,755,756,757,755,756,42,2707,2657,3371,0,756,627,757,756,627,757,42,912,3371,2657,0,629,757,627,629,757,627,42,2657,2707,913,0,627,756,626,627,756,626,42,2077,880,3371,0,758,755,757,758,755,757,42,3371,2145,2077,0,757,759,758,757,759,758,42,879,2077,2145,0,760,758,759,760,758,759,42,2145,3371,912,0,759,757,629,759,757,629,42,2192,879,2145,0,761,760,759,761,760,759,42,2145,3372,2192,0,759,762,761,759,762,761,42,878,2192,3372,0,763,761,762,763,761,762,42,3372,2145,912,0,762,759,629,762,759,629,42,3372,912,2777,0,762,629,631,762,629,631,42,2777,2133,3372,0,631,764,762,631,764,762,42,878,3372,2133,0,763,762,764,763,762,764,42,2133,2777,911,0,764,631,633,764,631,633,42,2236,878,2133,0,765,763,764,765,763,764,42,2133,3373,2236,0,764,766,765,764,766,765,42,877,2236,3373,0,767,765,766,767,765,766,42,3373,2133,911,0,766,764,633,766,764,633,42,3373,911,2905,0,766,633,635,766,633,635,42,2905,2186,3373,0,635,768,766,635,768,766,42,877,3373,2186,0,767,766,768,767,766,768,42,2186,2905,910,0,768,635,637,768,635,637,42,1990,877,2186,0,769,767,768,769,767,768,42,2186,3374,1990,0,768,770,769,768,770,769,42,876,1990,3374,0,771,769,770,771,769,770,42,3374,2186,910,0,770,768,637,770,768,637,42,3374,910,2548,0,770,637,639,770,637,639,42,2548,2054,3374,0,639,772,770,639,772,770,42,876,3374,2054,0,771,770,772,771,770,772,42,2054,2548,909,0,772,639,641,772,639,641,42,2028,876,2054,0,773,771,772,773,771,772,42,2054,3375,2028,0,772,774,773,772,774,773,42,875,2028,3375,0,775,773,774,775,773,774,42,3375,2054,909,0,774,772,641,774,772,641,42,3375,909,2541,0,774,641,643,774,641,643,42,2541,2763,3375,0,643,776,774,643,776,774,42,875,3375,2763,0,775,774,776,775,774,776,42,2763,2541,908,0,776,643,645,776,643,645,42,2802,875,2763,0,777,775,776,777,775,776,42,2763,3376,2802,0,776,778,777,776,778,777,42,874,2802,3376,0,779,777,778,779,777,778,42,3376,2763,908,0,778,776,645,778,776,645,42,3376,908,2304,0,778,645,647,778,645,647,42,2304,2886,3376,0,647,780,778,647,780,778,42,874,3376,2886,0,779,778,780,779,778,780,42,2886,2304,907,0,780,647,649,780,647,649,42,2973,874,2886,0,781,779,780,781,779,780,42,2886,3377,2973,0,780,782,781,780,782,781,42,873,2973,3377,0,783,781,782,783,781,782,42,3377,2886,907,0,782,780,649,782,780,649,42,3377,907,2284,0,782,649,652,782,649,652,42,2284,3060,3377,0,652,784,782,652,784,782,42,873,3377,3060,0,783,782,784,783,782,784,42,3060,2284,906,0,784,652,654,784,652,654,42,3378,873,3060,0,785,783,784,785,783,784,42,3060,2610,3378,0,784,656,785,784,656,785,42,905,3378,2610,0,658,785,656,658,785,656,42,2610,3060,906,0,656,784,654,656,784,654,42,3123,873,3378,0,786,783,785,786,783,785,42,3378,3071,3123,0,785,787,786,785,787,786,42,872,3123,3071,0,788,786,787,788,786,787,42,3071,3378,905,0,787,785,658,787,785,658,42,2974,872,3071,0,789,788,787,789,788,787,42,3071,3379,2974,0,787,790,789,787,790,789,42,871,2974,3379,0,791,789,790,791,789,790,42,3379,3071,905,0,790,787,658,790,787,658,42,3379,905,2487,0,790,658,660,790,658,660,42,2487,1182,3379,0,660,792,790,660,792,790,42,871,3379,1182,0,791,790,792,791,790,792,42,1182,2487,904,0,792,660,662,792,660,662,42,1263,871,1182,0,793,791,792,793,791,792,42,1182,3380,1263,0,792,794,793,792,794,793,42,870,1263,3380,0,795,793,794,795,793,794,42,3380,1182,904,0,794,792,662,794,792,662,42,3380,904,2879,0,794,662,663,794,662,663,42,2879,1207,3380,0,663,796,794,663,796,794,42,870,3380,1207,0,795,794,796,795,794,796,42,1207,2879,903,0,796,663,665,796,663,665,42,3381,870,1207,0,797,795,796,797,795,796,42,1207,2495,3381,0,796,668,797,796,668,797,42,902,3381,2495,0,670,797,668,670,797,668,42,2495,1207,903,0,668,796,665,668,796,665,42,3012,870,3381,0,798,795,797,798,795,797,42,3381,3096,3012,0,797,799,798,797,799,798,42,869,3012,3096,0,800,798,799,800,798,799,42,3096,3381,902,0,799,797,670,799,797,670,42,3382,869,3096,0,801,800,799,801,800,799,42,3096,2648,3382,0,799,672,801,799,672,801,42,901,3382,2648,0,674,801,672,674,801,672,42,2648,3096,902,0,672,799,670,672,799,670,42,2916,869,3382,0,802,800,801,802,800,801,42,3382,2988,2916,0,801,803,802,801,803,802,42,868,2916,2988,0,804,802,803,804,802,803,42,2988,3382,901,0,803,801,674,803,801,674,42,3383,868,2988,0,805,804,803,805,804,803,42,2988,2408,3383,0,803,676,805,803,676,805,42,900,3383,2408,0,678,805,676,678,805,676,42,2408,2988,901,0,676,803,674,676,803,674,42,2920,868,3383,0,806,804,805,806,804,805,42,3383,2865,2920,0,805,807,806,805,807,806,42,867,2920,2865,0,808,806,807,808,806,807,42,2865,3383,900,0,807,805,678,807,805,678,42,3384,867,2865,0,809,808,807,809,808,807,42,2865,2412,3384,0,807,680,809,807,680,809,42,899,3384,2412,0,682,809,680,682,809,680,42,2412,2865,900,0,680,807,678,680,807,678,42,1880,867,3384,0,810,808,809,810,808,809,42,3384,1937,1880,0,809,811,810,809,811,810,42,866,1880,1937,0,812,810,811,812,810,811,42,1937,3384,899,0,811,809,682,811,809,682,42,3385,866,1937,0,813,812,811,813,812,811,42,1937,2432,3385,0,811,684,813,811,684,813,42,898,3385,2432,0,686,813,684,686,813,684,42,2432,1937,899,0,684,811,682,684,811,682,42,1897,866,3385,0,814,812,813,814,812,813,42,3385,2076,1897,0,813,815,814,813,815,814,42,865,1897,2076,0,816,814,815,816,814,815,42,2076,3385,898,0,815,813,686,815,813,686,42,1909,865,2076,0,817,816,815,817,816,815,42,2076,3386,1909,0,815,818,817,815,818,817,42,864,1909,3386,0,819,817,818,819,817,818,42,3386,2076,898,0,818,815,686,818,815,686,42,3386,898,2446,0,818,686,688,818,686,688,42,2446,1973,3386,0,688,820,818,688,820,818,42,864,3386,1973,0,819,818,820,819,818,820,42,1973,2446,897,0,820,688,690,820,688,690,42,3387,864,1973,0,821,819,820,821,819,820,42,1973,2457,3387,0,820,692,821,820,692,821,42,896,3387,2457,0,694,821,692,694,821,692,42,2457,1973,897,0,692,820,690,692,820,690,42,2282,864,3387,0,822,819,821,822,819,821,42,3387,2334,2282,0,821,823,822,821,823,822,42,863,2282,2334,0,824,822,823,824,822,823,42,2334,3387,896,0,823,821,694,823,821,694,42,2267,863,2334,0,825,824,823,825,824,823,42,2334,3388,2267,0,823,826,825,823,826,825,42,862,2267,3388,0,827,825,826,827,825,826,42,3388,2334,896,0,826,823,694,826,823,694,42,3388,896,2841,0,826,694,696,826,694,696,42,2841,1938,3388,0,696,828,826,696,828,826,42,862,3388,1938,0,827,826,828,827,826,828,42,1938,2841,895,0,828,696,698,828,696,698,42,3389,862,1938,0,829,827,828,829,827,828,42,1938,2578,3389,0,828,699,829,828,699,829,42,894,3389,2578,0,701,829,699,701,829,699,42,2578,1938,895,0,699,828,698,699,828,698,42,2006,862,3389,0,830,827,829,830,827,829,42,3389,2044,2006,0,829,831,830,829,831,830,42,861,2006,2044,0,832,830,831,832,830,831,42,2044,3389,894,0,831,829,701,831,829,701,42,2001,861,2044,0,833,832,831,833,832,831,42,2044,3390,2001,0,831,834,833,831,834,833,42,860,2001,3390,0,835,833,834,835,833,834,42,3390,2044,894,0,834,831,701,834,831,701,42,3390,894,2549,0,834,701,703,834,701,703,42,2549,1911,3390,0,703,836,834,703,836,834,42,860,3390,1911,0,835,834,836,835,834,836,42,1911,2549,893,0,836,703,705,836,703,705,42,3391,860,1911,0,837,835,836,837,835,836,42,1911,2159,3391,0,836,707,837,836,707,837,42,891,3391,2159,0,709,837,707,709,837,707,42,2159,1911,893,0,707,836,705,707,836,705,42,1604,860,3391,0,838,835,837,838,835,837,42,3391,3081,1604,0,837,839,838,837,839,838,42,858,1604,3081,0,840,838,839,840,838,839,42,3081,3391,891,0,839,837,709,839,837,709,42,1670,858,3081,0,841,840,839,841,840,839,42,3081,3392,1670,0,839,842,841,839,842,841,42,859,1670,3392,0,843,841,842,843,841,842,42,3392,3081,891,0,842,839,709,842,839,709,42,3392,891,2214,0,842,709,712,842,709,712,42,2214,1743,3392,0,712,844,842,712,844,842,42,859,3392,1743,0,843,842,844,843,842,844,42,1743,2214,892,0,844,712,714,844,712,714,42,3393,857,3061,0,845,846,847,845,846,847,42,3061,2715,3393,0,847,718,845,847,718,845,42,889,3393,2715,0,720,845,718,720,845,718,42,2715,3061,890,0,718,847,716,718,847,716,42,1141,857,3393,0,848,846,845,848,846,845,42,3393,1196,1141,0,845,849,848,845,849,848,42,856,1141,1196,0,850,848,849,850,848,849,42,1196,3393,889,0,849,845,720,849,845,720,42,3394,856,1196,0,851,850,849,851,850,849,42,1196,2864,3394,0,849,722,851,849,722,851,42,888,3394,2864,0,724,851,722,724,851,722,42,2864,1196,889,0,722,849,720,722,849,720,42,1268,856,3394,0,852,850,851,852,850,851,42,3394,1183,1268,0,851,853,852,851,853,852,42,855,1268,1183,0,854,852,853,854,852,853,42,1183,3394,888,0,853,851,724,853,851,724,42,3395,855,1183,0,855,854,853,855,854,853,42,1183,2716,3395,0,853,726,855,853,726,855,42,887,3395,2716,0,728,855,726,728,855,726,42,2716,1183,888,0,726,853,724,726,853,724,42,1095,855,3395,0,856,854,855,856,854,855,42,3395,3139,1095,0,855,857,856,855,857,856,42,854,1095,3139,0,858,856,857,858,856,857,42,3139,3395,887,0,857,855,728,857,855,728,42,3396,854,3139,0,859,858,857,859,858,857,42,3139,3184,3396,0,857,730,859,857,730,859,42,886,3396,3184,0,732,859,730,732,859,730,42,3184,3139,887,0,730,857,728,730,857,728,42,1632,854,3396,0,860,858,859,860,858,859,42,3396,1682,1632,0,859,861,860,859,861,860,42,853,1632,1682,0,862,860,861,862,860,861,42,1682,3396,886,0,861,859,732,861,859,732,42,1596,853,1682,0,863,862,861,863,862,861,42,1682,3397,1596,0,861,864,863,861,864,863,42,852,1596,3397,0,865,863,864,865,863,864,42,3397,1682,886,0,864,861,732,864,861,732,42,3397,886,3192,0,864,732,733,864,732,733,42,3192,1784,3397,0,733,866,864,733,866,864,42,852,3397,1784,0,865,864,866,865,864,866,42,1784,3192,885,0,866,733,735,866,733,735,42,1600,852,1784,0,867,865,866,867,865,866,42,1784,3398,1600,0,866,868,867,866,868,867,42,851,1600,3398,0,869,867,868,869,867,868,42,3398,1784,885,0,868,866,735,868,866,735,42,3398,885,3168,0,868,735,737,868,735,737,42,3168,1652,3398,0,737,870,868,737,870,868,42,851,3398,1652,0,869,868,870,869,868,870,42,1652,3168,884,0,870,737,739,870,737,739,42,1551,851,1652,0,871,869,870,871,869,870,42,1652,3399,1551,0,870,872,871,870,872,871,42,850,1551,3399,0,873,871,872,873,871,872,42,3399,1652,884,0,872,870,739,872,870,739,42,3399,884,3169,0,872,739,741,872,739,741,42,3169,2134,3399,0,741,874,872,741,874,872,42,850,3399,2134,0,873,872,874,873,872,874,42,2134,3169,883,0,874,741,743,874,741,743,42,2229,850,2134,0,875,873,874,875,873,874,42,2134,3400,2229,0,874,876,875,874,876,875,42,849,2229,3400,0,877,875,876,877,875,876,42,3400,2134,883,0,876,874,743,876,874,743,42,3400,883,2738,0,876,743,745,876,743,745,42,2738,2146,3400,0,745,878,876,745,878,876,42,849,3400,2146,0,877,876,878,877,876,878,42,2146,2738,882,0,878,745,747,878,745,747,42,2368,849,2146,0,879,877,878,879,877,878,42,2146,3401,2368,0,878,880,879,878,880,879,42,848,2368,3401,0,881,879,880,881,879,880,42,3401,2146,882,0,880,878,747,880,878,747,42,3401,882,2885,0,880,747,749,880,747,749,42,2885,2162,3401,0,749,882,880,749,882,880,42,848,3401,2162,0,881,880,882,881,880,882,42,2162,2885,881,0,882,749,751,882,749,751,42,2230,848,2162,0,883,881,882,883,881,882,42,2162,3402,2230,0,882,884,883,882,884,883,42,847,2230,3402,0,885,883,884,885,883,884,42,3402,2162,881,0,884,882,751,884,882,751,42,3402,881,2759,0,884,751,753,884,751,753,42,2759,2147,3402,0,753,886,884,753,886,884,42,847,3402,2147,0,885,884,886,885,884,886,42,2147,2759,880,0,886,753,755,886,753,755,42,1552,847,2147,0,887,885,886,887,885,886,42,2147,3403,1552,0,886,888,887,886,888,887,42,846,1552,3403,0,889,887,888,889,887,888,42,3403,2147,880,0,888,886,755,888,886,755,42,3403,880,2077,0,888,755,758,888,755,758,42,2077,1607,3403,0,758,890,888,758,890,888,42,846,3403,1607,0,889,888,890,889,888,890,42,1607,2077,879,0,890,758,760,890,758,760,42,1739,846,1607,0,891,889,890,891,889,890,42,1607,3404,1739,0,890,892,891,890,892,891,42,845,1739,3404,0,893,891,892,893,891,892,42,3404,1607,879,0,892,890,760,892,890,760,42,3404,879,2192,0,892,760,761,892,760,761,42,2192,1788,3404,0,761,894,892,761,894,892,42,845,3404,1788,0,893,892,894,893,892,894,42,1788,2192,878,0,894,761,763,894,761,763,42,3405,845,1788,0,895,893,894,895,893,894,42,1788,2236,3405,0,894,765,895,894,765,895,42,877,3405,2236,0,767,895,765,767,895,765,42,2236,1788,878,0,765,894,763,765,894,763,42,1737,845,3405,0,896,893,895,896,893,895,42,3405,1647,1737,0,895,897,896,895,897,896,42,844,1737,1647,0,898,896,897,898,896,897,42,1647,3405,877,0,897,895,767,897,895,767,42,1504,844,1647,0,899,898,897,899,898,897,42,1647,3406,1504,0,897,900,899,897,900,899,42,843,1504,3406,0,901,899,900,901,899,900,42,3406,1647,877,0,900,897,767,900,897,767,42,3406,877,1990,0,900,767,769,900,767,769,42,1990,1550,3406,0,769,902,900,769,902,900,42,843,3406,1550,0,901,900,902,901,900,902,42,1550,1990,876,0,902,769,771,902,769,771,42,1489,843,1550,0,903,901,902,903,901,902,42,1550,3407,1489,0,902,904,903,902,904,903,42,842,1489,3407,0,905,903,904,905,903,904,42,3407,1550,876,0,904,902,771,904,902,771,42,3407,876,2028,0,904,771,773,904,771,773,42,2028,1136,3407,0,773,906,904,773,906,904,42,842,3407,1136,0,905,904,906,905,904,906,42,1136,2028,875,0,906,773,775,906,773,775,42,1269,842,1136,0,907,905,906,907,905,906,42,1136,3408,1269,0,906,908,907,906,908,907,42,841,1269,3408,0,909,907,908,909,907,908,42,3408,1136,875,0,908,906,775,908,906,775,42,3408,875,2802,0,908,775,777,908,775,777,42,2802,1184,3408,0,777,910,908,777,910,908,42,841,3408,1184,0,909,908,910,909,908,910,42,1184,2802,874,0,910,777,779,910,777,779,42,2150,841,1184,0,911,909,910,911,909,910,42,1184,3409,2150,0,910,912,911,910,912,911,42,840,2150,3409,0,913,911,912,913,911,912,42,3409,1184,874,0,912,910,779,912,910,779,42,3409,874,2973,0,912,779,781,912,779,781,42,2973,2237,3409,0,781,914,912,781,914,912,42,840,3409,2237,0,913,912,914,913,912,914,42,2237,2973,873,0,914,781,783,914,781,783,42,2274,840,2237,0,915,913,914,915,913,914,42,2237,3410,2274,0,914,916,915,914,916,915,42,839,2274,3410,0,917,915,916,917,915,916,42,3410,2237,873,0,916,914,783,916,914,783,42,3410,873,3123,0,916,783,786,916,783,786,42,3123,2220,3410,0,786,918,916,786,918,916,42,839,3410,2220,0,917,916,918,917,916,918,42,2220,3123,872,0,918,786,788,918,786,788,42,2163,839,2220,0,919,917,918,919,917,918,42,2220,3411,2163,0,918,920,919,918,920,919,42,838,2163,3411,0,921,919,920,921,919,920,42,3411,2220,872,0,920,918,788,920,918,788,42,3411,872,2974,0,920,788,789,920,788,789,42,2974,2512,3411,0,789,922,920,789,922,920,42,838,3411,2512,0,921,920,922,921,920,922,42,2512,2974,871,0,922,789,791,922,789,791,42,3412,838,2512,0,923,921,922,923,921,922,42,2512,1263,3412,0,922,793,923,922,793,923,42,870,3412,1263,0,795,923,793,795,923,793,42,1263,2512,871,0,793,922,791,793,922,791,42,2584,838,3412,0,924,921,923,924,921,923,42,3412,2524,2584,0,923,925,924,923,925,924,42,837,2584,2524,0,926,924,925,926,924,925,42,2524,3412,870,0,925,923,795,925,923,795,42,2079,837,2524,0,927,926,925,927,926,925,42,2524,3413,2079,0,925,928,927,925,928,927,42,836,2079,3413,0,929,927,928,929,927,928,42,3413,2524,870,0,928,925,795,928,925,795,42,3413,870,3012,0,928,795,798,928,795,798,42,3012,2285,3413,0,798,930,928,798,930,928,42,836,3413,2285,0,929,928,930,929,928,930,42,2285,3012,869,0,930,798,800,930,798,800,42,2085,836,2285,0,931,929,930,931,929,930,42,2285,3414,2085,0,930,932,931,930,932,931,42,835,2085,3414,0,933,931,932,933,931,932,42,3414,2285,869,0,932,930,800,932,930,800,42,3414,869,2916,0,932,800,802,932,800,802,42,2916,2152,3414,0,802,934,932,802,934,932,42,835,3414,2152,0,933,932,934,933,932,934,42,2152,2916,868,0,934,802,804,934,802,804,42,2101,835,2152,0,935,933,934,935,933,934,42,2152,3415,2101,0,934,936,935,934,936,935,42,834,2101,3415,0,937,935,936,937,935,936,42,3415,2152,868,0,936,934,804,936,934,804,42,3415,868,2920,0,936,804,806,936,804,806,42,2920,3109,3415,0,806,938,936,806,938,936,42,834,3415,3109,0,937,936,938,937,936,938,42,3109,2920,867,0,938,806,808,938,806,808,42,2107,834,3109,0,939,937,938,939,937,938,42,3109,3416,2107,0,938,940,939,938,940,939,42,833,2107,3416,0,941,939,940,941,939,940,42,3416,3109,867,0,940,938,808,940,938,808,42,3416,867,1880,0,940,808,810,940,808,810,42,1880,2193,3416,0,810,942,940,810,942,940,42,833,3416,2193,0,941,940,942,941,940,942,42,2193,1880,866,0,942,810,812,942,810,812,42,2116,833,2193,0,943,941,942,943,941,942,42,2193,3417,2116,0,942,944,943,942,944,943,42,832,2116,3417,0,945,943,944,945,943,944,42,3417,2193,866,0,944,942,812,944,942,812,42,3417,866,1897,0,944,812,814,944,812,814,42,1897,2335,3417,0,814,946,944,814,946,944,42,832,3417,2335,0,945,944,946,945,944,946,42,2335,1897,865,0,946,814,816,946,814,816,42,2241,832,2335,0,947,945,946,947,945,946,42,2335,3418,2241,0,946,948,947,946,948,947,42,831,2241,3418,0,949,947,948,949,947,948,42,3418,2335,865,0,948,946,816,948,946,816,42,3418,865,1909,0,948,816,817,948,816,817,42,1909,2194,3418,0,817,950,948,817,950,948,42,831,3418,2194,0,949,948,950,949,948,950,42,2194,1909,864,0,950,817,819,950,817,819,42,3419,831,2194,0,951,949,950,951,949,950,42,2194,2282,3419,0,950,822,951,950,822,951,42,863,3419,2282,0,824,951,822,824,951,822,42,2282,2194,864,0,822,950,819,822,950,819,42,2491,831,3419,0,952,949,951,952,949,951,42,3419,2585,2491,0,951,953,952,951,953,952,42,830,2491,2585,0,954,952,953,954,952,953,42,2585,3419,863,0,953,951,824,953,951,824,42,3420,830,2585,0,955,954,953,955,954,953,42,2585,2267,3420,0,953,825,955,953,825,955,42,862,3420,2267,0,827,955,825,827,955,825,42,2267,2585,863,0,825,953,824,825,953,824,42,2476,830,3420,0,956,954,955,956,954,955,42,3420,2153,2476,0,955,957,956,955,957,956,42,829,2476,2153,0,958,956,957,958,956,957,42,2153,3420,862,0,957,955,827,957,955,827,42,3421,829,2153,0,959,958,957,959,958,957,42,2153,2006,3421,0,957,830,959,957,830,959,42,861,3421,2006,0,832,959,830,832,959,830,42,2006,2153,862,0,830,957,827,830,957,827,42,2204,829,3421,0,960,958,959,960,958,959,42,3421,2286,2204,0,959,961,960,959,961,960,42,828,2204,2286,0,962,960,961,962,960,961,42,2286,3421,861,0,961,959,832,961,959,832,42,1920,828,2286,0,963,962,961,963,962,961,42,2286,3422,1920,0,961,964,963,961,964,963,42,827,1920,3422,0,965,963,964,965,963,964,42,3422,2286,861,0,964,961,832,964,961,832,42,3422,861,2001,0,964,832,833,964,832,833,42,2001,2013,3422,0,833,966,964,833,966,964,42,827,3422,2013,0,965,964,966,965,964,966,42,2013,2001,860,0,966,833,835,966,833,835,42,3423,827,2013,0,967,965,966,967,965,966,42,2013,1604,3423,0,966,838,967,966,838,967,42,858,3423,1604,0,840,967,838,840,967,838,42,1604,2013,860,0,838,966,835,838,966,835,42,1813,827,3423,0,968,965,967,968,965,967,42,3423,2207,1813,0,967,969,968,967,969,968,42,825,1813,2207,0,970,968,969,970,968,969,42,2207,3423,858,0,969,967,840,969,967,840,42,1891,825,2207,0,971,970,969,971,970,969,42,2207,3424,1891,0,969,972,971,969,972,971,42,826,1891,3424,0,973,971,972,973,971,972,42,3424,2207,858,0,972,969,840,972,969,840,42,3424,858,1670,0,972,840,841,972,840,841,42,1670,1998,3424,0,841,974,972,841,974,972,42,826,3424,1998,0,973,972,974,973,972,974,42,1998,1670,859,0,974,841,843,974,841,843,42,3425,824,2217,0,975,976,977,975,976,977,42,2217,1141,3425,0,977,848,975,977,848,975,42,856,3425,1141,0,850,975,848,850,975,848,42,1141,2217,857,0,848,977,846,848,977,846,42,2389,824,3425,0,978,976,975,978,976,975,42,3425,2475,2389,0,975,979,978,975,979,978,42,823,2389,2475,0,980,978,979,980,978,979,42,2475,3425,856,0,979,975,850,979,975,850,42,3426,823,2475,0,981,980,979,981,980,979,42,2475,1268,3426,0,979,852,981,979,852,981,42,855,3426,1268,0,854,981,852,854,981,852,42,1268,2475,856,0,852,979,850,852,979,850,42,2347,823,3426,0,982,980,981,982,980,981,42,3426,2429,2347,0,981,983,982,981,983,982,42,822,2347,2429,0,984,982,983,984,982,983,42,2429,3426,855,0,983,981,854,983,981,854,42,3427,822,2429,0,985,984,983,985,984,983,42,2429,1095,3427,0,983,856,985,983,856,985,42,854,3427,1095,0,858,985,856,858,985,856,42,1095,2429,855,0,856,983,854,856,983,854,42,2353,822,3427,0,986,984,985,986,984,985,42,3427,2310,2353,0,985,987,986,985,987,986,42,821,2353,2310,0,988,986,987,988,986,987,42,2310,3427,854,0,987,985,858,987,985,858,42,2854,821,2310,0,989,988,987,989,988,987,42,2310,3428,2854,0,987,990,989,987,990,989,42,820,2854,3428,0,991,989,990,991,989,990,42,3428,2310,854,0,990,987,858,990,987,858,42,3428,854,1632,0,990,858,860,990,858,860,42,1632,2936,3428,0,860,992,990,860,992,990,42,820,3428,2936,0,991,990,992,991,990,992,42,2936,1632,853,0,992,860,862,992,860,862,42,3429,820,2936,0,993,991,992,993,991,992,42,2936,1596,3429,0,992,863,993,992,863,993,42,852,3429,1596,0,865,993,863,865,993,863,42,1596,2936,853,0,863,992,862,863,992,862,42,2861,820,3429,0,994,991,993,994,991,993,42,3429,3070,2861,0,993,995,994,993,995,994,42,819,2861,3070,0,996,994,995,996,994,995,42,3070,3429,852,0,995,993,865,995,993,865,42,2940,819,3070,0,997,996,995,997,996,995,42,3070,3430,2940,0,995,998,997,995,998,997,42,818,2940,3430,0,999,997,998,999,997,998,42,3430,3070,852,0,998,995,865,998,995,865,42,3430,852,1600,0,998,865,867,998,865,867,42,1600,2900,3430,0,867,1000,998,867,1000,998,42,818,3430,2900,0,999,998,1000,999,998,1000,42,2900,1600,851,0,1000,867,869,1000,867,869,42,3431,818,2900,0,1001,999,1000,1001,999,1000,42,2900,1551,3431,0,1000,871,1001,1000,871,1001,42,850,3431,1551,0,873,1001,871,873,1001,871,42,1551,2900,851,0,871,1000,869,871,1000,869,42,2822,818,3431,0,1002,999,1001,1002,999,1001,42,3431,2365,2822,0,1001,1003,1002,1001,1003,1002,42,817,2822,2365,0,1004,1002,1003,1004,1002,1003,42,2365,3431,850,0,1003,1001,873,1003,1001,873,42,3432,817,2365,0,1005,1004,1003,1005,1004,1003,42,2365,2229,3432,0,1003,875,1005,1003,875,1005,42,849,3432,2229,0,877,1005,875,877,1005,875,42,2229,2365,850,0,875,1003,873,875,1003,873,42,2440,817,3432,0,1006,1004,1005,1006,1004,1005,42,3432,2378,2440,0,1005,1007,1006,1005,1007,1006,42,816,2440,2378,0,1008,1006,1007,1008,1006,1007,42,2378,3432,849,0,1007,1005,877,1007,1005,877,42,2568,816,2378,0,1009,1008,1007,1009,1008,1007,42,2378,3433,2568,0,1007,1010,1009,1007,1010,1009,42,815,2568,3433,0,1011,1009,1010,1011,1009,1010,42,3433,2378,849,0,1010,1007,877,1010,1007,877,42,3433,849,2368,0,1010,877,879,1010,877,879,42,2368,2366,3433,0,879,1012,1010,879,1012,1010,42,815,3433,2366,0,1011,1010,1012,1011,1010,1012,42,2366,2368,848,0,1012,879,881,1012,879,881,42,2413,815,2366,0,1013,1011,1012,1013,1011,1012,42,2366,3434,2413,0,1012,1014,1013,1012,1014,1013,42,814,2413,3434,0,1015,1013,1014,1015,1013,1014,42,3434,2366,848,0,1014,1012,881,1014,1012,881,42,3434,848,2230,0,1014,881,883,1014,881,883,42,2230,2355,3434,0,883,1016,1014,883,1016,1014,42,814,3434,2355,0,1015,1014,1016,1015,1014,1016,42,2355,2230,847,0,1016,883,885,1016,883,885,42,1675,814,2355,0,1017,1015,1016,1017,1015,1016,42,2355,3435,1675,0,1016,1018,1017,1016,1018,1017,42,813,1675,3435,0,1019,1017,1018,1019,1017,1018,42,3435,2355,847,0,1018,1016,885,1018,1016,885,42,3435,847,1552,0,1018,885,887,1018,885,887,42,1552,1868,3435,0,887,1020,1018,887,1020,1018,42,813,3435,1868,0,1019,1018,1020,1019,1018,1020,42,1868,1552,846,0,1020,887,889,1020,887,889,42,1959,813,1868,0,1021,1019,1020,1021,1019,1020,42,1868,3436,1959,0,1020,1022,1021,1020,1022,1021,42,812,1959,3436,0,1023,1021,1022,1023,1021,1022,42,3436,1868,846,0,1022,1020,889,1022,1020,889,42,3436,846,1739,0,1022,889,891,1022,889,891,42,1739,2014,3436,0,891,1024,1022,891,1024,1022,42,812,3436,2014,0,1023,1022,1024,1023,1022,1024,42,2014,1739,845,0,1024,891,893,1024,891,893,42,1997,812,2014,0,1025,1023,1024,1025,1023,1024,42,2014,3437,1997,0,1024,1026,1025,1024,1026,1025,42,811,1997,3437,0,1027,1025,1026,1027,1025,1026,42,3437,2014,845,0,1026,1024,893,1026,1024,893,42,3437,845,1737,0,1026,893,896,1026,893,896,42,1737,1906,3437,0,896,1028,1026,896,1028,1026,42,811,3437,1906,0,1027,1026,1028,1027,1026,1028,42,1906,1737,844,0,1028,896,898,1028,896,898,42,1706,811,1906,0,1029,1027,1028,1029,1027,1028,42,1906,3438,1706,0,1028,1030,1029,1028,1030,1029,42,810,1706,3438,0,1031,1029,1030,1031,1029,1030,42,3438,1906,844,0,1030,1028,898,1030,1028,898,42,3438,844,1504,0,1030,898,899,1030,898,899,42,1504,1754,3438,0,899,1032,1030,899,1032,1030,42,810,3438,1754,0,1031,1030,1032,1031,1030,1032,42,1754,1504,843,0,1032,899,901,1032,899,901,42,3439,810,1754,0,1033,1031,1032,1033,1031,1032,42,1754,1489,3439,0,1032,903,1033,1032,903,1033,42,842,3439,1489,0,905,1033,903,905,1033,903,42,1489,1754,843,0,903,1032,901,903,1032,901,42,1615,810,3439,0,1034,1031,1033,1034,1031,1033,42,3439,2460,1615,0,1033,1035,1034,1033,1035,1034,42,809,1615,2460,0,1036,1034,1035,1036,1034,1035,42,2460,3439,842,0,1035,1033,905,1035,1033,905,42,2559,809,2460,0,1037,1036,1035,1037,1036,1035,42,2460,3440,2559,0,1035,1038,1037,1035,1038,1037,42,808,2559,3440,0,1039,1037,1038,1039,1037,1038,42,3440,2460,842,0,1038,1035,905,1038,1035,905,42,3440,842,1269,0,1038,905,907,1038,905,907,42,1269,2473,3440,0,907,1040,1038,907,1040,1038,42,808,3440,2473,0,1039,1038,1040,1039,1038,1040,42,2473,1269,841,0,1040,907,909,1040,907,909,42,2673,808,2473,0,1041,1039,1040,1041,1039,1040,42,2473,3441,2673,0,1040,1042,1041,1040,1042,1041,42,807,2673,3441,0,1043,1041,1042,1043,1041,1042,42,3441,2473,841,0,1042,1040,909,1042,1040,909,42,3441,841,2150,0,1042,909,911,1042,909,911,42,2150,2729,3441,0,911,1044,1042,911,1044,1042,42,807,3441,2729,0,1043,1042,1044,1043,1042,1044,42,2729,2150,840,0,1044,911,913,1044,911,913,42,2826,807,2729,0,1045,1043,1044,1045,1043,1044,42,2729,3442,2826,0,1044,1046,1045,1044,1046,1045,42,806,2826,3442,0,1047,1045,1046,1047,1045,1046,42,3442,2729,840,0,1046,1044,913,1046,1044,913,42,3442,840,2274,0,1046,913,915,1046,913,915,42,2274,2748,3442,0,915,1048,1046,915,1048,1046,42,806,3442,2748,0,1047,1046,1048,1047,1046,1048,42,2748,2274,839,0,1048,915,917,1048,915,917,42,2706,806,2748,0,1049,1047,1048,1049,1047,1048,42,2748,3443,2706,0,1048,1050,1049,1048,1050,1049,42,805,2706,3443,0,1051,1049,1050,1051,1049,1050,42,3443,2748,839,0,1050,1048,917,1050,1048,917,42,3443,839,2163,0,1050,917,919,1050,917,919,42,2163,3029,3443,0,919,1052,1050,919,1052,1050,42,805,3443,3029,0,1051,1050,1052,1051,1050,1052,42,3029,2163,838,0,1052,919,921,1052,919,921,42,2601,805,3029,0,1053,1051,1052,1053,1051,1052,42,3029,3444,2601,0,1052,1054,1053,1052,1054,1053,42,804,2601,3444,0,1055,1053,1054,1055,1053,1054,42,3444,3029,838,0,1054,1052,921,1054,1052,921,42,3444,838,2584,0,1054,921,924,1054,921,924,42,2584,2655,3444,0,924,1056,1054,924,1056,1054,42,804,3444,2655,0,1055,1054,1056,1055,1054,1056,42,2655,2584,837,0,1056,924,926,1056,924,926,42,2604,804,2655,0,1057,1055,1056,1057,1055,1056,42,2655,3445,2604,0,1056,1058,1057,1056,1058,1057,42,803,2604,3445,0,1059,1057,1058,1059,1057,1058,42,3445,2655,837,0,1058,1056,926,1058,1056,926,42,3445,837,2079,0,1058,926,927,1058,926,927,42,2079,2793,3445,0,927,1060,1058,927,1060,1058,42,803,3445,2793,0,1059,1058,1060,1059,1058,1060,42,2793,2079,836,0,1060,927,929,1060,927,929,42,2631,803,2793,0,1061,1059,1060,1061,1059,1060,42,2793,3446,2631,0,1060,1062,1061,1060,1062,1061,42,802,2631,3446,0,1063,1061,1062,1063,1061,1062,42,3446,2793,836,0,1062,1060,929,1062,1060,929,42,3446,836,2085,0,1062,929,931,1062,929,931,42,2085,2678,3446,0,931,1064,1062,931,1064,1062,42,802,3446,2678,0,1063,1062,1064,1063,1062,1064,42,2678,2085,835,0,1064,931,933,1064,931,933,42,2645,802,2678,0,1065,1063,1064,1065,1063,1064,42,2678,3447,2645,0,1064,1066,1065,1064,1066,1065,42,801,2645,3447,0,1067,1065,1066,1067,1065,1066,42,3447,2678,835,0,1066,1064,933,1066,1064,933,42,3447,835,2101,0,1066,933,935,1066,933,935,42,2101,2567,3447,0,935,1068,1066,935,1068,1066,42,801,3447,2567,0,1067,1066,1068,1067,1066,1068,42,2567,2101,834,0,1068,935,937,1068,935,937,42,1588,801,2567,0,1069,1067,1068,1069,1067,1068,42,2567,3448,1588,0,1068,1070,1069,1068,1070,1069,42,800,1588,3448,0,1071,1069,1070,1071,1069,1070,42,3448,2567,834,0,1070,1068,937,1070,1068,937,42,3448,834,2107,0,1070,937,939,1070,937,939,42,2107,1640,3448,0,939,1072,1070,939,1072,1070,42,800,3448,1640,0,1071,1070,1072,1071,1070,1072,42,1640,2107,833,0,1072,939,941,1072,939,941,42,1718,800,1640,0,1073,1071,1072,1073,1071,1072,42,1640,3449,1718,0,1072,1074,1073,1072,1074,1073,42,799,1718,3449,0,1075,1073,1074,1075,1073,1074,42,3449,1640,833,0,1074,1072,941,1074,1072,941,42,3449,833,2116,0,1074,941,943,1074,941,943,42,2116,1765,3449,0,943,1076,1074,943,1076,1074,42,799,3449,1765,0,1075,1074,1076,1075,1074,1076,42,1765,2116,832,0,1076,943,945,1076,943,945,42,1708,799,1765,0,1077,1075,1076,1077,1075,1076,42,1765,3450,1708,0,1076,1078,1077,1076,1078,1077,42,798,1708,3450,0,1079,1077,1078,1079,1077,1078,42,3450,1765,832,0,1078,1076,945,1078,1076,945,42,3450,832,2241,0,1078,945,947,1078,945,947,42,2241,1620,3450,0,947,1080,1078,947,1080,1078,42,798,3450,1620,0,1079,1078,1080,1079,1078,1080,42,1620,2241,831,0,1080,947,949,1080,947,949,42,3451,798,1620,0,1081,1079,1080,1081,1079,1080,42,1620,2491,3451,0,1080,952,1081,1080,952,1081,42,830,3451,2491,0,954,1081,952,954,1081,952,42,2491,1620,831,0,952,1080,949,952,1080,949,42,1968,798,3451,0,1082,1079,1081,1082,1079,1081,42,3451,2018,1968,0,1081,1083,1082,1081,1083,1082,42,797,1968,2018,0,1084,1082,1083,1084,1082,1083,42,2018,3451,830,0,1083,1081,954,1083,1081,954,42,3452,797,2018,0,1085,1084,1083,1085,1084,1083,42,2018,2476,3452,0,1083,956,1085,1083,956,1085,42,829,3452,2476,0,958,1085,956,958,1085,956,42,2476,2018,830,0,956,1083,954,956,1083,954,42,1960,797,3452,0,1086,1084,1085,1086,1084,1085,42,3452,1592,1960,0,1085,1087,1086,1085,1087,1086,42,796,1960,1592,0,1088,1086,1087,1088,1086,1087,42,1592,3452,829,0,1087,1085,958,1087,1085,958,42,3453,796,1592,0,1089,1088,1087,1089,1088,1087,42,1592,2204,3453,0,1087,960,1089,1087,960,1089,42,828,3453,2204,0,962,1089,960,962,1089,960,42,2204,1592,829,0,960,1087,958,960,1087,958,42,1779,796,3453,0,1090,1088,1089,1090,1088,1089,42,3453,1703,1779,0,1089,1091,1090,1089,1091,1090,42,795,1779,1703,0,1092,1090,1091,1092,1090,1091,42,1703,3453,828,0,1091,1089,962,1091,1089,962,42,1375,795,1703,0,1093,1092,1091,1093,1092,1091,42,1703,3454,1375,0,1091,1094,1093,1091,1094,1093,42,794,1375,3454,0,1095,1093,1094,1095,1093,1094,42,3454,1703,828,0,1094,1091,962,1094,1091,962,42,3454,828,1920,0,1094,962,963,1094,962,963,42,1920,1429,3454,0,963,1096,1094,963,1096,1094,42,794,3454,1429,0,1095,1094,1096,1095,1094,1096,42,1429,1920,827,0,1096,963,965,1096,963,965,42,3455,794,1429,0,1097,1095,1096,1097,1095,1096,42,1429,1813,3455,0,1096,968,1097,1096,968,1097,42,825,3455,1813,0,970,1097,968,970,1097,968,42,1813,1429,827,0,968,1096,965,968,1096,965,42,1293,794,3455,0,1098,1095,1097,1098,1095,1097,42,3455,2752,1293,0,1097,1099,1098,1097,1099,1098,42,792,1293,2752,0,1100,1098,1099,1100,1098,1099,42,2752,3455,825,0,1099,1097,970,1099,1097,970,42,1367,792,2752,0,1101,1100,1099,1101,1100,1099,42,2752,3456,1367,0,1099,1102,1101,1099,1102,1101,42,793,1367,3456,0,1103,1101,1102,1103,1101,1102,42,3456,2752,825,0,1102,1099,970,1102,1099,970,42,3456,825,1891,0,1102,970,971,1102,970,971,42,1891,1408,3456,0,971,1104,1102,971,1104,1102,42,793,3456,1408,0,1103,1102,1104,1103,1102,1104,42,1408,1891,826,0,1104,971,973,1104,971,973,42,3457,791,2745,0,1105,1106,1107,1105,1106,1107,42,2745,2389,3457,0,1107,978,1105,1107,978,1105,42,823,3457,2389,0,980,1105,978,980,1105,978,42,2389,2745,824,0,978,1107,976,978,1107,976,42,2852,791,3457,0,1108,1106,1105,1108,1106,1105,42,3457,3093,2852,0,1105,1109,1108,1105,1109,1108,42,790,2852,3093,0,1110,1108,1109,1110,1108,1109,42,3093,3457,823,0,1109,1105,980,1109,1105,980,42,3458,790,3093,0,1111,1110,1109,1111,1110,1109,42,3093,2347,3458,0,1109,982,1111,1109,982,1111,42,822,3458,2347,0,984,1111,982,984,1111,982,42,2347,3093,823,0,982,1109,980,982,1109,980,42,2866,790,3458,0,1112,1110,1111,1112,1110,1111,42,3458,2964,2866,0,1111,1113,1112,1111,1113,1112,42,789,2866,2964,0,1114,1112,1113,1114,1112,1113,42,2964,3458,822,0,1113,1111,984,1113,1111,984,42,2823,789,2964,0,1115,1114,1113,1115,1114,1113,42,2964,3459,2823,0,1113,1116,1115,1113,1116,1115,42,788,2823,3459,0,1117,1115,1116,1117,1115,1116,42,3459,2964,822,0,1116,1113,984,1116,1113,984,42,3459,822,2353,0,1116,984,986,1116,984,986,42,2353,2803,3459,0,986,1118,1116,986,1118,1116,42,788,3459,2803,0,1117,1116,1118,1117,1116,1118,42,2803,2353,821,0,1118,986,988,1118,986,988,42,3460,788,2803,0,1119,1117,1118,1119,1117,1118,42,2803,2854,3460,0,1118,989,1119,1118,989,1119,42,820,3460,2854,0,991,1119,989,991,1119,989,42,2854,2803,821,0,989,1118,988,989,1118,988,42,1225,788,3460,0,1120,1117,1119,1120,1117,1119,42,3460,1368,1225,0,1119,1121,1120,1119,1121,1120,42,787,1225,1368,0,1122,1120,1121,1122,1120,1121,42,1368,3460,820,0,1121,1119,991,1121,1119,991,42,1452,787,1368,0,1123,1122,1121,1123,1122,1121,42,1368,3461,1452,0,1121,1124,1123,1121,1124,1123,42,786,1452,3461,0,1125,1123,1124,1125,1123,1124,42,3461,1368,820,0,1124,1121,991,1124,1121,991,42,3461,820,2861,0,1124,991,994,1124,991,994,42,2861,1318,3461,0,994,1126,1124,994,1126,1124,42,786,3461,1318,0,1125,1124,1126,1125,1124,1126,42,1318,2861,819,0,1126,994,996,1126,994,996,42,1326,786,1318,0,1127,1125,1126,1127,1125,1126,42,1318,3462,1326,0,1126,1128,1127,1126,1128,1127,42,785,1326,3462,0,1129,1127,1128,1129,1127,1128,42,3462,1318,819,0,1128,1126,996,1128,1126,996,42,3462,819,2940,0,1128,996,997,1128,996,997,42,2940,1330,3462,0,997,1130,1128,997,1130,1128,42,785,3462,1330,0,1129,1128,1130,1129,1128,1130,42,1330,2940,818,0,1130,997,999,1130,997,999,42,1197,785,1330,0,1131,1129,1130,1131,1129,1130,42,1330,3463,1197,0,1130,1132,1131,1130,1132,1131,42,784,1197,3463,0,1133,1131,1132,1133,1131,1132,42,3463,1330,818,0,1132,1130,999,1132,1130,999,42,3463,818,2822,0,1132,999,1002,1132,999,1002,42,2822,1877,3463,0,1002,1134,1132,1002,1134,1132,42,784,3463,1877,0,1133,1132,1134,1133,1132,1134,42,1877,2822,817,0,1134,1002,1004,1134,1002,1004,42,1851,784,1877,0,1135,1133,1134,1135,1133,1134,42,1877,3464,1851,0,1134,1136,1135,1134,1136,1135,42,783,1851,3464,0,1137,1135,1136,1137,1135,1136,42,3464,1877,817,0,1136,1134,1004,1136,1134,1004,42,3464,817,2440,0,1136,1004,1006,1136,1004,1006,42,2440,1857,3464,0,1006,1138,1136,1006,1138,1136,42,783,3464,1857,0,1137,1136,1138,1137,1136,1138,42,1857,2440,816,0,1138,1006,1008,1138,1006,1008,42,3465,783,1857,0,1139,1137,1138,1139,1137,1138,42,1857,2568,3465,0,1138,1009,1139,1138,1009,1139,42,815,3465,2568,0,1011,1139,1009,1011,1139,1009,42,2568,1857,816,0,1009,1138,1008,1009,1138,1008,42,1995,783,3465,0,1140,1137,1139,1140,1137,1139,42,3465,1844,1995,0,1139,1141,1140,1139,1141,1140,42,782,1995,1844,0,1142,1140,1141,1142,1140,1141,42,1844,3465,815,0,1141,1139,1011,1141,1139,1011,42,1093,782,1844,0,1143,1142,1141,1143,1142,1141,42,1844,3466,1093,0,1141,1144,1143,1141,1144,1143,42,781,1093,3466,0,1145,1143,1144,1145,1143,1144,42,3466,1844,815,0,1144,1141,1011,1144,1141,1011,42,3466,815,2413,0,1144,1011,1013,1144,1011,1013,42,2413,1232,3466,0,1013,1146,1144,1013,1146,1144,42,781,3466,1232,0,1145,1144,1146,1145,1144,1146,42,1232,2413,814,0,1146,1013,1015,1146,1013,1015,42,3467,781,1232,0,1147,1145,1146,1147,1145,1146,42,1232,1675,3467,0,1146,1017,1147,1146,1017,1147,42,813,3467,1675,0,1019,1147,1017,1019,1147,1017,42,1675,1232,814,0,1017,1146,1015,1017,1146,1015,42,1091,781,3467,0,1148,1145,1147,1148,1145,1147,42,3467,1360,1091,0,1147,1149,1148,1147,1149,1148,42,780,1091,1360,0,1150,1148,1149,1150,1148,1149,42,1360,3467,813,0,1149,1147,1019,1149,1147,1019,42,1402,780,1360,0,1151,1150,1149,1151,1150,1149,42,1360,3468,1402,0,1149,1152,1151,1149,1152,1151,42,779,1402,3468,0,1153,1151,1152,1153,1151,1152,42,3468,1360,813,0,1152,1149,1019,1152,1149,1019,42,3468,813,1959,0,1152,1019,1021,1152,1019,1021,42,1959,1527,3468,0,1021,1154,1152,1021,1154,1152,42,779,3468,1527,0,1153,1152,1154,1153,1152,1154,42,1527,1959,812,0,1154,1021,1023,1154,1021,1023,42,1383,779,1527,0,1155,1153,1154,1155,1153,1154,42,1527,3469,1383,0,1154,1156,1155,1154,1156,1155,42,778,1383,3469,0,1157,1155,1156,1157,1155,1156,42,3469,1527,812,0,1156,1154,1023,1156,1154,1023,42,3469,812,1997,0,1156,1023,1025,1156,1023,1025,42,1997,1388,3469,0,1025,1158,1156,1025,1158,1156,42,778,3469,1388,0,1157,1156,1158,1157,1156,1158,42,1388,1997,811,0,1158,1025,1027,1158,1025,1027,42,1149,778,1388,0,1159,1157,1158,1159,1157,1158,42,1388,3470,1149,0,1158,1160,1159,1158,1160,1159,42,777,1149,3470,0,1161,1159,1160,1161,1159,1160,42,3470,1388,811,0,1160,1158,1027,1160,1158,1027,42,3470,811,1706,0,1160,1027,1029,1160,1027,1029,42,1706,1154,3470,0,1029,1162,1160,1029,1162,1160,42,777,3470,1154,0,1161,1160,1162,1161,1160,1162,42,1154,1706,810,0,1162,1029,1031,1162,1029,1031,42,3167,777,1154,0,1163,1161,1162,1163,1161,1162,42,1154,3471,3167,0,1162,1164,1163,1162,1164,1163,42,776,3167,3471,0,1165,1163,1164,1165,1163,1164,42,3471,1154,810,0,1164,1162,1031,1164,1162,1031,42,3471,810,1615,0,1164,1031,1034,1164,1031,1034,42,1615,3038,3471,0,1034,1166,1164,1034,1166,1164,42,776,3471,3038,0,1165,1164,1166,1165,1164,1166,42,3038,1615,809,0,1166,1034,1036,1166,1034,1036,42,3472,776,3038,0,1167,1165,1166,1167,1165,1166,42,3038,2559,3472,0,1166,1037,1167,1166,1037,1167,42,808,3472,2559,0,1039,1167,1037,1039,1167,1037,42,2559,3038,809,0,1037,1166,1036,1037,1166,1036,42,3014,776,3472,0,1168,1165,1167,1168,1165,1167,42,3472,3022,3014,0,1167,1169,1168,1167,1169,1168,42,775,3014,3022,0,1170,1168,1169,1170,1168,1169,42,3022,3472,808,0,1169,1167,1039,1169,1167,1039,42,3174,775,3022,0,1171,1170,1169,1171,1170,1169,42,3022,3473,3174,0,1169,1172,1171,1169,1172,1171,42,774,3174,3473,0,1173,1171,1172,1173,1171,1172,42,3473,3022,808,0,1172,1169,1039,1172,1169,1039,42,3473,808,2673,0,1172,1039,1041,1172,1039,1041,42,2673,1176,3473,0,1041,1174,1172,1041,1174,1172,42,774,3473,1176,0,1173,1172,1174,1173,1172,1174,42,1176,2673,807,0,1174,1041,1043,1174,1041,1043,42,1185,774,1176,0,1175,1173,1174,1175,1173,1174,42,1176,3474,1185,0,1174,1176,1175,1174,1176,1175,42,773,1185,3474,0,1177,1175,1176,1177,1175,1176,42,3474,1176,807,0,1176,1174,1043,1176,1174,1043,42,3474,807,2826,0,1176,1043,1045,1176,1043,1045,42,2826,1192,3474,0,1045,1178,1176,1045,1178,1176,42,773,3474,1192,0,1177,1176,1178,1177,1176,1178,42,1192,2826,806,0,1178,1045,1047,1178,1045,1047,42,3092,773,1192,0,1179,1177,1178,1179,1177,1178,42,1192,3475,3092,0,1178,1180,1179,1178,1180,1179,42,772,3092,3475,0,1181,1179,1180,1181,1179,1180,42,3475,1192,806,0,1180,1178,1047,1180,1178,1047,42,3475,806,2706,0,1180,1047,1049,1180,1047,1049,42,2706,1491,3475,0,1049,1182,1180,1049,1182,1180,42,772,3475,1491,0,1181,1180,1182,1181,1180,1182,42,1491,2706,805,0,1182,1049,1051,1182,1049,1051,42,3097,772,1491,0,1183,1181,1182,1183,1181,1182,42,1491,3476,3097,0,1182,1184,1183,1182,1184,1183,42,771,3097,3476,0,1185,1183,1184,1185,1183,1184,42,3476,1491,805,0,1184,1182,1051,1184,1182,1051,42,3476,805,2601,0,1184,1051,1053,1184,1051,1053,42,2601,1101,3476,0,1053,1186,1184,1053,1186,1184,42,771,3476,1101,0,1185,1184,1186,1185,1184,1186,42,1101,2601,804,0,1186,1053,1055,1186,1053,1055,42,3477,771,1101,0,1187,1185,1186,1187,1185,1186,42,1101,2604,3477,0,1186,1057,1187,1186,1057,1187,42,803,3477,2604,0,1059,1187,1057,1059,1187,1057,42,2604,1101,804,0,1057,1186,1055,1057,1186,1055,42,3116,771,3477,0,1188,1185,1187,1188,1185,1187,42,3477,1252,3116,0,1187,1189,1188,1187,1189,1188,42,770,3116,1252,0,1190,1188,1189,1190,1188,1189,42,1252,3477,803,0,1189,1187,1059,1189,1187,1059,42,3478,770,1252,0,1191,1190,1189,1191,1190,1189,42,1252,2631,3478,0,1189,1061,1191,1189,1061,1191,42,802,3478,2631,0,1063,1191,1061,1063,1191,1061,42,2631,1252,803,0,1061,1189,1059,1061,1189,1059,42,3126,770,3478,0,1192,1190,1191,1192,1190,1191,42,3478,1125,3126,0,1191,1193,1192,1191,1193,1192,42,769,3126,1125,0,1194,1192,1193,1194,1192,1193,42,1125,3478,802,0,1193,1191,1063,1193,1191,1063,42,3479,769,1125,0,1195,1194,1193,1195,1194,1193,42,1125,2645,3479,0,1193,1065,1195,1193,1065,1195,42,801,3479,2645,0,1067,1195,1065,1067,1195,1065,42,2645,1125,802,0,1065,1193,1063,1065,1193,1063,42,3135,769,3479,0,1196,1194,1195,1196,1194,1195,42,3479,2078,3135,0,1195,1197,1196,1195,1197,1196,42,768,3135,2078,0,1198,1196,1197,1198,1196,1197,42,2078,3479,801,0,1197,1195,1067,1197,1195,1067,42,1929,768,2078,0,1199,1198,1197,1199,1198,1197,42,2078,3480,1929,0,1197,1200,1199,1197,1200,1199,42,767,1929,3480,0,1201,1199,1200,1201,1199,1200,42,3480,2078,801,0,1200,1197,1067,1200,1197,1067,42,3480,801,1588,0,1200,1067,1069,1200,1067,1069,42,1588,1124,3480,0,1069,1202,1200,1069,1202,1200,42,767,3480,1124,0,1201,1200,1202,1201,1200,1202,42,1124,1588,800,0,1202,1069,1071,1202,1069,1071,42,3481,767,1124,0,1203,1201,1202,1203,1201,1202,42,1124,1718,3481,0,1202,1073,1203,1202,1073,1203,42,799,3481,1718,0,1075,1203,1073,1075,1203,1073,42,1718,1124,800,0,1073,1202,1071,1073,1202,1071,42,1111,767,3481,0,1204,1201,1203,1204,1201,1203,42,3481,1251,1111,0,1203,1205,1204,1203,1205,1204,42,766,1111,1251,0,1206,1204,1205,1206,1204,1205,42,1251,3481,799,0,1205,1203,1075,1205,1203,1075,42,1092,766,1251,0,1207,1206,1205,1207,1206,1205,42,1251,3482,1092,0,1205,1208,1207,1205,1208,1207,42,765,1092,3482,0,1209,1207,1208,1209,1207,1208,42,3482,1251,799,0,1208,1205,1075,1208,1205,1075,42,3482,799,1708,0,1208,1075,1077,1208,1075,1077,42,1708,1100,3482,0,1077,1210,1208,1077,1210,1208,42,765,3482,1100,0,1209,1208,1210,1209,1208,1210,42,1100,1708,798,0,1210,1077,1079,1210,1077,1079,42,3483,765,1100,0,1211,1209,1210,1211,1209,1210,42,1100,1968,3483,0,1210,1082,1211,1210,1082,1211,42,797,3483,1968,0,1084,1211,1082,1084,1211,1082,42,1968,1100,798,0,1082,1210,1079,1082,1210,1079,42,1352,765,3483,0,1212,1209,1211,1212,1209,1211,42,3483,1490,1352,0,1211,1213,1212,1211,1213,1212,42,764,1352,1490,0,1214,1212,1213,1214,1212,1213,42,1490,3483,797,0,1213,1211,1084,1213,1211,1084,42,3484,764,1490,0,1215,1214,1213,1215,1214,1213,42,1490,1960,3484,0,1213,1086,1215,1213,1086,1215,42,796,3484,1960,0,1088,1215,1086,1088,1215,1086,42,1960,1490,797,0,1086,1213,1084,1086,1213,1084,42,1325,764,3484,0,1216,1214,1215,1216,1214,1215,42,3484,1191,1325,0,1215,1217,1216,1215,1217,1216,42,763,1325,1191,0,1218,1216,1217,1218,1216,1217,42,1191,3484,796,0,1217,1215,1088,1217,1215,1088,42,3485,763,1191,0,1219,1218,1217,1219,1218,1217,42,1191,1779,3485,0,1217,1090,1219,1217,1090,1219,42,795,3485,1779,0,1092,1219,1090,1092,1219,1090,42,1779,1191,796,0,1090,1217,1088,1090,1217,1088,42,1171,763,3485,0,1220,1218,1219,1220,1218,1219,42,3485,1175,1171,0,1219,1221,1220,1219,1221,1220,42,762,1171,1175,0,1222,1220,1221,1222,1220,1221,42,1175,3485,795,0,1221,1219,1092,1221,1219,1092,42,3486,762,1175,0,1223,1222,1221,1223,1222,1221,42,1175,1375,3486,0,1221,1093,1223,1221,1093,1223,42,794,3486,1375,0,1095,1223,1093,1095,1223,1093,42,1375,1175,795,0,1093,1221,1092,1093,1221,1092,42,2870,762,3486,0,1224,1222,1223,1224,1222,1223,42,3486,3044,2870,0,1223,1225,1224,1223,1225,1224,42,761,2870,3044,0,1226,1224,1225,1226,1224,1225,42,3044,3486,794,0,1225,1223,1095,1225,1223,1095,42,2797,761,3044,0,1227,1226,1225,1227,1226,1225,42,3044,3487,2797,0,1225,1228,1227,1225,1228,1227,42,759,2797,3487,0,1229,1227,1228,1229,1227,1228,42,3487,3044,794,0,1228,1225,1095,1228,1225,1095,42,3487,794,1293,0,1228,1095,1098,1228,1095,1098,42,1293,3196,3487,0,1098,1230,1228,1098,1230,1228,42,759,3487,3196,0,1229,1228,1230,1229,1228,1230,42,3196,1293,792,0,1230,1098,1100,1230,1098,1100,42,3488,759,3196,0,1231,1229,1230,1231,1229,1230,42,3196,1367,3488,0,1230,1101,1231,1230,1101,1231,42,793,3488,1367,0,1103,1231,1101,1103,1231,1101,42,1367,3196,792,0,1101,1230,1100,1101,1230,1100,42,2869,759,3488,0,1232,1229,1231,1232,1229,1231,42,3488,3051,2869,0,1231,1233,1232,1231,1233,1232,42,760,2869,3051,0,1234,1232,1233,1234,1232,1233,42,3051,3488,793,0,1233,1231,1103,1233,1231,1103,42,3489,758,1300,0,1235,1236,1237,1235,1236,1237,42,1300,2852,3489,0,1237,1108,1235,1237,1108,1235,42,790,3489,2852,0,1110,1235,1108,1110,1235,1108,42,2852,1300,791,0,1108,1237,1106,1108,1237,1106,42,1257,758,3489,0,1238,1236,1235,1238,1236,1235,42,3489,1450,1257,0,1235,1239,1238,1235,1239,1238,42,757,1257,1450,0,1240,1238,1239,1240,1238,1239,42,1450,3489,790,0,1239,1235,1110,1239,1235,1110,42,1218,757,1450,0,1241,1240,1239,1241,1240,1239,42,1450,3490,1218,0,1239,1242,1241,1239,1242,1241,42,756,1218,3490,0,1243,1241,1242,1243,1241,1242,42,3490,1450,790,0,1242,1239,1110,1242,1239,1110,42,3490,790,2866,0,1242,1110,1112,1242,1110,1112,42,2866,1270,3490,0,1112,1244,1242,1112,1244,1242,42,756,3490,1270,0,1243,1242,1244,1243,1242,1244,42,1270,2866,789,0,1244,1112,1114,1244,1112,1114,42,3491,756,1270,0,1245,1243,1244,1245,1243,1244,42,1270,2823,3491,0,1244,1115,1245,1244,1115,1245,42,788,3491,2823,0,1117,1245,1115,1117,1245,1115,42,2823,1270,789,0,1115,1244,1114,1115,1244,1114,42,1224,756,3491,0,1246,1243,1245,1246,1243,1245,42,3491,1134,1224,0,1245,1247,1246,1245,1247,1246,42,755,1224,1134,0,1248,1246,1247,1248,1246,1247,42,1134,3491,788,0,1247,1245,1117,1247,1245,1117,42,1839,755,1134,0,1249,1248,1247,1249,1248,1247,42,1134,3492,1839,0,1247,1250,1249,1247,1250,1249,42,754,1839,3492,0,1251,1249,1250,1251,1249,1250,42,3492,1134,788,0,1250,1247,1117,1250,1247,1117,42,3492,788,1225,0,1250,1117,1120,1250,1117,1120,42,1225,1764,3492,0,1120,1252,1250,1120,1252,1250,42,754,3492,1764,0,1251,1250,1252,1251,1250,1252,42,1764,1225,787,0,1252,1120,1122,1252,1120,1122,42,3493,754,1764,0,1253,1251,1252,1253,1251,1252,42,1764,1452,3493,0,1252,1123,1253,1252,1123,1253,42,786,3493,1452,0,1125,1253,1123,1125,1253,1123,42,1452,1764,787,0,1123,1252,1122,1123,1252,1122,42,2010,754,3493,0,1254,1251,1253,1254,1251,1253,42,3493,1773,2010,0,1253,1255,1254,1253,1255,1254,42,753,2010,1773,0,1256,1254,1255,1256,1254,1255,42,1773,3493,786,0,1255,1253,1125,1255,1253,1125,42,1871,753,1773,0,1257,1256,1255,1257,1256,1255,42,1773,3494,1871,0,1255,1258,1257,1255,1258,1257,42,752,1871,3494,0,1259,1257,1258,1259,1257,1258,42,3494,1773,786,0,1258,1255,1125,1258,1255,1125,42,3494,786,1326,0,1258,1125,1127,1258,1125,1127,42,1326,1787,3494,0,1127,1260,1258,1127,1260,1258,42,752,3494,1787,0,1259,1258,1260,1259,1258,1260,42,1787,1326,785,0,1260,1127,1129,1260,1127,1129,42,3495,752,1787,0,1261,1259,1260,1261,1259,1260,42,1787,1197,3495,0,1260,1131,1261,1260,1131,1261,42,784,3495,1197,0,1133,1261,1131,1133,1261,1131,42,1197,1787,785,0,1131,1260,1129,1131,1260,1129,42,1729,752,3495,0,1262,1259,1261,1262,1259,1261,42,3495,1246,1729,0,1261,1263,1262,1261,1263,1262,42,751,1729,1246,0,1264,1262,1263,1264,1262,1263,42,1246,3495,784,0,1263,1261,1133,1263,1261,1133,42,3496,751,1246,0,1265,1264,1263,1265,1264,1263,42,1246,1851,3496,0,1263,1135,1265,1263,1135,1265,42,783,3496,1851,0,1137,1265,1135,1137,1265,1135,42,1851,1246,784,0,1135,1263,1133,1135,1263,1133,42,1314,751,3496,0,1266,1264,1265,1266,1264,1265,42,3496,1233,1314,0,1265,1267,1266,1265,1267,1266,42,750,1314,1233,0,1268,1266,1267,1268,1266,1267,42,1233,3496,783,0,1267,1265,1137,1267,1265,1137,42,3497,750,1233,0,1269,1268,1267,1269,1268,1267,42,1233,1995,3497,0,1267,1140,1269,1267,1140,1269,42,782,3497,1995,0,1142,1269,1140,1142,1269,1140,42,1995,1233,783,0,1140,1267,1137,1140,1267,1137,42,1358,750,3497,0,1270,1268,1269,1270,1268,1269,42,3497,1276,1358,0,1269,1271,1270,1269,1271,1270,42,749,1358,1276,0,1272,1270,1271,1272,1270,1271,42,1276,3497,782,0,1271,1269,1142,1271,1269,1142,42,2677,749,1276,0,1273,1272,1271,1273,1272,1271,42,1276,3498,2677,0,1271,1274,1273,1271,1274,1273,42,748,2677,3498,0,1275,1273,1274,1275,1273,1274,42,3498,1276,782,0,1274,1271,1142,1274,1271,1142,42,3498,782,1093,0,1274,1142,1143,1274,1142,1143,42,1093,2735,3498,0,1143,1276,1274,1143,1276,1274,42,748,3498,2735,0,1275,1274,1276,1275,1274,1276,42,2735,1093,781,0,1276,1143,1145,1276,1143,1145,42,2717,748,2735,0,1277,1275,1276,1277,1275,1276,42,2735,3499,2717,0,1276,1278,1277,1276,1278,1277,42,747,2717,3499,0,1279,1277,1278,1279,1277,1278,42,3499,2735,781,0,1278,1276,1145,1278,1276,1145,42,3499,781,1091,0,1278,1145,1148,1278,1145,1148,42,1091,2908,3499,0,1148,1280,1278,1148,1280,1278,42,747,3499,2908,0,1279,1278,1280,1279,1278,1280,42,2908,1091,780,0,1280,1148,1150,1280,1148,1150,42,2960,747,2908,0,1281,1279,1280,1281,1279,1280,42,2908,3500,2960,0,1280,1282,1281,1280,1282,1281,42,746,2960,3500,0,1283,1281,1282,1283,1281,1282,42,3500,2908,780,0,1282,1280,1150,1282,1280,1150,42,3500,780,1402,0,1282,1150,1151,1282,1150,1151,42,1402,3023,3500,0,1151,1284,1282,1151,1284,1282,42,746,3500,3023,0,1283,1282,1284,1283,1282,1284,42,3023,1402,779,0,1284,1151,1153,1284,1151,1153,42,2616,746,3023,0,1285,1283,1284,1285,1283,1284,42,3023,3501,2616,0,1284,1286,1285,1284,1286,1285,42,745,2616,3501,0,1287,1285,1286,1287,1285,1286,42,3501,3023,779,0,1286,1284,1153,1286,1284,1153,42,3501,779,1383,0,1286,1153,1155,1286,1153,1155,42,1383,2666,3501,0,1155,1288,1286,1155,1288,1286,42,745,3501,2666,0,1287,1286,1288,1287,1286,1288,42,2666,1383,778,0,1288,1155,1157,1288,1155,1157,42,2762,745,2666,0,1289,1287,1288,1289,1287,1288,42,2666,3502,2762,0,1288,1290,1289,1288,1290,1289,42,744,2762,3502,0,1291,1289,1290,1291,1289,1290,42,3502,2666,778,0,1290,1288,1157,1290,1288,1157,42,3502,778,1149,0,1290,1157,1159,1290,1157,1159,42,1149,2679,3502,0,1159,1292,1290,1159,1292,1290,42,744,3502,2679,0,1291,1290,1292,1291,1290,1292,42,2679,1149,777,0,1292,1159,1161,1292,1159,1161,42,2615,744,2679,0,1293,1291,1292,1293,1291,1292,42,2679,3503,2615,0,1292,1294,1293,1292,1294,1293,42,743,2615,3503,0,1295,1293,1294,1295,1293,1294,42,3503,2679,777,0,1294,1292,1161,1294,1292,1161,42,3503,777,3167,0,1294,1161,1163,1294,1161,1163,42,3167,1343,3503,0,1163,1296,1294,1163,1296,1294,42,743,3503,1343,0,1295,1294,1296,1295,1294,1296,42,1343,3167,776,0,1296,1163,1165,1296,1163,1165,42,3504,743,1343,0,1297,1295,1296,1297,1295,1296,42,1343,3014,3504,0,1296,1168,1297,1296,1168,1297,42,775,3504,3014,0,1170,1297,1168,1170,1297,1168,42,3014,1343,776,0,1168,1296,1165,1168,1296,1165,42,1451,743,3504,0,1298,1295,1297,1298,1295,1297,42,3504,1373,1451,0,1297,1299,1298,1297,1299,1298,42,742,1451,1373,0,1300,1298,1299,1300,1298,1299,42,1373,3504,775,0,1299,1297,1170,1299,1297,1170,42,3505,742,1373,0,1301,1300,1299,1301,1300,1299,42,1373,3174,3505,0,1299,1171,1301,1299,1171,1301,42,774,3505,3174,0,1173,1301,1171,1173,1301,1171,42,3174,1373,775,0,1171,1299,1170,1171,1299,1170,42,1585,742,3505,0,1302,1300,1301,1302,1300,1301,42,3505,1637,1585,0,1301,1303,1302,1301,1303,1302,42,741,1585,1637,0,1304,1302,1303,1304,1302,1303,42,1637,3505,774,0,1303,1301,1173,1303,1301,1173,42,3506,741,1637,0,1305,1304,1303,1305,1304,1303,42,1637,1185,3506,0,1303,1175,1305,1303,1175,1305,42,773,3506,1185,0,1177,1305,1175,1177,1305,1175,42,1185,1637,774,0,1175,1303,1173,1175,1303,1173,42,1485,741,3506,0,1306,1304,1305,1306,1304,1305,42,3506,1540,1485,0,1305,1307,1306,1305,1307,1306,42,740,1485,1540,0,1308,1306,1307,1308,1306,1307,42,1540,3506,773,0,1307,1305,1177,1307,1305,1177,42,1487,740,1540,0,1309,1308,1307,1309,1308,1307,42,1540,3507,1487,0,1307,1310,1309,1307,1310,1309,42,739,1487,3507,0,1311,1309,1310,1311,1309,1310,42,3507,1540,773,0,1310,1307,1177,1310,1307,1177,42,3507,773,3092,0,1310,1177,1179,1310,1177,1179,42,3092,1957,3507,0,1179,1312,1310,1179,1312,1310,42,739,3507,1957,0,1311,1310,1312,1311,1310,1312,42,1957,3092,772,0,1312,1179,1181,1312,1179,1181,42,3508,739,1957,0,1313,1311,1312,1313,1311,1312,42,1957,3097,3508,0,1312,1183,1313,1312,1183,1313,42,771,3508,3097,0,1185,1313,1183,1185,1313,1183,42,3097,1957,772,0,1183,1312,1181,1183,1312,1181,42,1511,739,3508,0,1314,1311,1313,1314,1311,1313,42,3508,1560,1511,0,1313,1315,1314,1313,1315,1314,42,738,1511,1560,0,1316,1314,1315,1316,1314,1315,42,1560,3508,771,0,1315,1313,1185,1315,1313,1185,42,1524,738,1560,0,1317,1316,1315,1317,1316,1315,42,1560,3509,1524,0,1315,1318,1317,1315,1318,1317,42,737,1524,3509,0,1319,1317,1318,1319,1317,1318,42,3509,1560,771,0,1318,1315,1185,1318,1315,1185,42,3509,771,3116,0,1318,1185,1188,1318,1185,1188,42,3116,1714,3509,0,1188,1320,1318,1188,1320,1318,42,737,3509,1714,0,1319,1318,1320,1319,1318,1320,42,1714,3116,770,0,1320,1188,1190,1320,1188,1190,42,3510,737,1714,0,1321,1319,1320,1321,1319,1320,42,1714,3126,3510,0,1320,1192,1321,1320,1192,1321,42,769,3510,3126,0,1194,1321,1192,1194,1321,1192,42,3126,1714,770,0,1192,1320,1190,1192,1320,1190,42,1537,737,3510,0,1322,1319,1321,1322,1319,1321,42,3510,1581,1537,0,1321,1323,1322,1321,1323,1322,42,736,1537,1581,0,1324,1322,1323,1324,1322,1323,42,1581,3510,769,0,1323,1321,1194,1323,1321,1194,42,3511,736,1581,0,1325,1324,1323,1325,1324,1323,42,1581,3135,3511,0,1323,1196,1325,1323,1196,1325,42,768,3511,3135,0,1198,1325,1196,1198,1325,1196,42,3135,1581,769,0,1196,1323,1194,1196,1323,1194,42,2404,736,3511,0,1326,1324,1325,1326,1324,1325,42,3511,2485,2404,0,1325,1327,1326,1325,1327,1326,42,735,2404,2485,0,1328,1326,1327,1328,1326,1327,42,2485,3511,768,0,1327,1325,1198,1327,1325,1198,42,3512,735,2485,0,1329,1328,1327,1329,1328,1327,42,2485,1929,3512,0,1327,1199,1329,1327,1199,1329,42,767,3512,1929,0,1201,1329,1199,1201,1329,1199,42,1929,2485,768,0,1199,1327,1198,1199,1327,1198,42,2390,735,3512,0,1330,1328,1329,1330,1328,1329,42,3512,2607,2390,0,1329,1331,1330,1329,1331,1330,42,734,2390,2607,0,1332,1330,1331,1332,1330,1331,42,2607,3512,767,0,1331,1329,1201,1331,1329,1201,42,3513,734,2607,0,1333,1332,1331,1333,1332,1331,42,2607,1111,3513,0,1331,1204,1333,1331,1204,1333,42,766,3513,1111,0,1206,1333,1204,1206,1333,1204,42,1111,2607,767,0,1204,1331,1201,1204,1331,1201,42,2642,734,3513,0,1334,1332,1333,1334,1332,1333,42,3513,2724,2642,0,1333,1335,1334,1333,1335,1334,42,733,2642,2724,0,1336,1334,1335,1336,1334,1335,42,2724,3513,766,0,1335,1333,1206,1335,1333,1206,42,2639,733,2724,0,1337,1336,1335,1337,1336,1335,42,2724,3514,2639,0,1335,1338,1337,1335,1338,1337,42,732,2639,3514,0,1339,1337,1338,1339,1337,1338,42,3514,2724,766,0,1338,1335,1206,1338,1335,1206,42,3514,766,1092,0,1338,1206,1207,1338,1206,1207,42,1092,2591,3514,0,1207,1340,1338,1207,1340,1338,42,732,3514,2591,0,1339,1338,1340,1339,1338,1340,42,2591,1092,765,0,1340,1207,1209,1340,1207,1209,42,3001,732,2591,0,1341,1339,1340,1341,1339,1340,42,2591,3515,3001,0,1340,1342,1341,1340,1342,1341,42,731,3001,3515,0,1343,1341,1342,1343,1341,1342,42,3515,2591,765,0,1342,1340,1209,1342,1340,1209,42,3515,765,1352,0,1342,1209,1212,1342,1209,1212,42,1352,2945,3515,0,1212,1344,1342,1212,1344,1342,42,731,3515,2945,0,1343,1342,1344,1343,1342,1344,42,2945,1352,764,0,1344,1212,1214,1344,1212,1214,42,3516,731,2945,0,1345,1343,1344,1345,1343,1344,42,2945,1325,3516,0,1344,1216,1345,1344,1216,1345,42,763,3516,1325,0,1218,1345,1216,1218,1345,1216,42,1325,2945,764,0,1216,1344,1214,1216,1344,1214,42,2863,731,3516,0,1346,1343,1345,1346,1343,1345,42,3516,2674,2863,0,1345,1347,1346,1345,1347,1346,42,730,2863,2674,0,1348,1346,1347,1348,1346,1347,42,2674,3516,763,0,1347,1345,1218,1347,1345,1218,42,3517,730,2674,0,1349,1348,1347,1349,1348,1347,42,2674,1171,3517,0,1347,1220,1349,1347,1220,1349,42,762,3517,1171,0,1222,1349,1220,1222,1349,1220,42,1171,2674,763,0,1220,1347,1218,1220,1347,1218,42,2705,730,3517,0,1350,1348,1349,1350,1348,1349,42,3517,2654,2705,0,1349,1351,1350,1349,1351,1350,42,729,2705,2654,0,1352,1350,1351,1352,1350,1351,42,2654,3517,762,0,1351,1349,1222,1351,1349,1222,42,2322,729,2654,0,1353,1352,1351,1353,1352,1351,42,2654,3518,2322,0,1351,1354,1353,1351,1354,1353,42,728,2322,3518,0,1355,1353,1354,1355,1353,1354,42,3518,2654,762,0,1354,1351,1222,1354,1351,1222,42,3518,762,2870,0,1354,1222,1224,1354,1222,1224,42,2870,2396,3518,0,1224,1356,1354,1224,1356,1354,42,728,3518,2396,0,1355,1354,1356,1355,1354,1356,42,2396,2870,761,0,1356,1224,1226,1356,1224,1226,42,2325,728,2396,0,1357,1355,1356,1357,1355,1356,42,2396,3519,2325,0,1356,1358,1357,1356,1358,1357,42,726,2325,3519,0,1359,1357,1358,1359,1357,1358,42,3519,2396,761,0,1358,1356,1226,1358,1356,1226,42,3519,761,2797,0,1358,1226,1227,1358,1226,1227,42,2797,1665,3519,0,1227,1360,1358,1227,1360,1358,42,726,3519,1665,0,1359,1358,1360,1359,1358,1360,42,1665,2797,759,0,1360,1227,1229,1360,1227,1229,42,2260,726,1665,0,1361,1359,1360,1361,1359,1360,42,1665,3520,2260,0,1360,1362,1361,1360,1362,1361,42,727,2260,3520,0,1363,1361,1362,1363,1361,1362,42,3520,1665,759,0,1362,1360,1229,1362,1360,1229,42,3520,759,2869,0,1362,1229,1232,1362,1229,1232,42,2869,2379,3520,0,1232,1364,1362,1232,1364,1362,42,727,3520,2379,0,1363,1362,1364,1363,1362,1364,42,2379,2869,760,0,1364,1232,1234,1364,1232,1234,42,1692,725,1810,0,1365,1366,1367,1365,1366,1367,42,1810,3521,1692,0,1367,1368,1365,1367,1368,1365,42,724,1692,3521,0,1369,1365,1368,1369,1365,1368,42,3521,1810,758,0,1368,1367,1236,1368,1367,1236,42,3521,758,1257,0,1368,1236,1238,1368,1236,1238,42,1257,1916,3521,0,1238,1370,1368,1238,1370,1368,42,724,3521,1916,0,1369,1368,1370,1369,1368,1370,42,1916,1257,757,0,1370,1238,1240,1370,1238,1240,42,3522,724,1916,0,1371,1369,1370,1371,1369,1370,42,1916,1218,3522,0,1370,1241,1371,1370,1241,1371,42,756,3522,1218,0,1243,1371,1241,1243,1371,1241,42,1218,1916,757,0,1241,1370,1240,1241,1370,1240,42,1702,724,3522,0,1372,1369,1371,1372,1369,1371,42,3522,1776,1702,0,1371,1373,1372,1371,1373,1372,42,723,1702,1776,0,1374,1372,1373,1374,1372,1373,42,1776,3522,756,0,1373,1371,1243,1373,1371,1243,42,3523,723,1776,0,1375,1374,1373,1375,1374,1373,42,1776,1224,3523,0,1373,1246,1375,1373,1246,1375,42,755,3523,1224,0,1248,1375,1246,1248,1375,1246,42,1224,1776,756,0,1246,1373,1243,1246,1373,1243,42,2185,723,3523,0,1376,1374,1375,1376,1374,1375,42,3523,2261,2185,0,1375,1377,1376,1375,1377,1376,42,722,2185,2261,0,1378,1376,1377,1378,1376,1377,42,2261,3523,755,0,1377,1375,1248,1377,1375,1248,42,3524,722,2261,0,1379,1378,1377,1379,1378,1377,42,2261,1839,3524,0,1377,1249,1379,1377,1249,1379,42,754,3524,1839,0,1251,1379,1249,1251,1379,1249,42,1839,2261,755,0,1249,1377,1248,1249,1377,1248,42,2327,722,3524,0,1380,1378,1379,1380,1378,1379,42,3524,2272,2327,0,1379,1381,1380,1379,1381,1380,42,721,2327,2272,0,1382,1380,1381,1382,1380,1381,42,2272,3524,754,0,1381,1379,1251,1381,1379,1251,42,2468,721,2272,0,1383,1382,1381,1383,1382,1381,42,2272,3525,2468,0,1381,1384,1383,1381,1384,1383,42,720,2468,3525,0,1385,1383,1384,1385,1383,1384,42,3525,2272,754,0,1384,1381,1251,1384,1381,1251,42,3525,754,2010,0,1384,1251,1254,1384,1251,1254,42,2010,2287,3525,0,1254,1386,1384,1254,1386,1384,42,720,3525,2287,0,1385,1384,1386,1385,1384,1386,42,2287,2010,753,0,1386,1254,1256,1386,1254,1256,42,3526,720,2287,0,1387,1385,1386,1387,1385,1386,42,2287,1871,3526,0,1386,1257,1387,1386,1257,1387,42,752,3526,1871,0,1259,1387,1257,1259,1387,1257,42,1871,2287,753,0,1257,1386,1256,1257,1386,1256,42,2326,720,3526,0,1388,1385,1387,1388,1385,1387,42,3526,2271,2326,0,1387,1389,1388,1387,1389,1388,42,719,2326,2271,0,1390,1388,1389,1390,1388,1389,42,2271,3526,752,0,1389,1387,1259,1389,1387,1259,42,3527,719,2271,0,1391,1390,1389,1391,1390,1389,42,2271,1729,3527,0,1389,1262,1391,1389,1262,1391,42,751,3527,1729,0,1264,1391,1262,1264,1391,1262,42,1729,2271,752,0,1262,1389,1259,1262,1389,1259,42,2184,719,3527,0,1392,1390,1391,1392,1390,1391,42,3527,2795,2184,0,1391,1393,1392,1391,1393,1392,42,718,2184,2795,0,1394,1392,1393,1394,1392,1393,42,2795,3527,751,0,1393,1391,1264,1393,1391,1264,42,3528,718,2795,0,1395,1394,1393,1395,1394,1393,42,2795,1314,3528,0,1393,1266,1395,1393,1266,1395,42,750,3528,1314,0,1268,1395,1266,1268,1395,1266,42,1314,2795,751,0,1266,1393,1264,1266,1393,1264,42,2894,718,3528,0,1396,1394,1395,1396,1394,1395,42,3528,2962,2894,0,1395,1397,1396,1395,1397,1396,42,717,2894,2962,0,1398,1396,1397,1398,1396,1397,42,2962,3528,750,0,1397,1395,1268,1397,1395,1268,42,3529,717,2962,0,1399,1398,1397,1399,1398,1397,42,2962,1358,3529,0,1397,1270,1399,1397,1270,1399,42,749,3529,1358,0,1272,1399,1270,1272,1399,1270,42,1358,2962,750,0,1270,1397,1268,1270,1397,1268,42,2890,717,3529,0,1400,1398,1399,1400,1398,1399,42,3529,2833,2890,0,1399,1401,1400,1399,1401,1400,42,716,2890,2833,0,1402,1400,1401,1402,1400,1401,42,2833,3529,749,0,1401,1399,1272,1401,1399,1272,42,3530,716,2833,0,1403,1402,1401,1403,1402,1401,42,2833,2677,3530,0,1401,1273,1403,1401,1273,1403,42,748,3530,2677,0,1275,1403,1273,1275,1403,1273,42,2677,2833,749,0,1273,1401,1272,1273,1401,1272,42,2119,716,3530,0,1404,1402,1403,1404,1402,1403,42,3530,2206,2119,0,1403,1405,1404,1403,1405,1404,42,715,2119,2206,0,1406,1404,1405,1406,1404,1405,42,2206,3530,748,0,1405,1403,1275,1405,1403,1275,42,3531,715,2206,0,1407,1406,1405,1407,1406,1405,42,2206,2717,3531,0,1405,1277,1407,1405,1277,1407,42,747,3531,2717,0,1279,1407,1277,1279,1407,1277,42,2717,2206,748,0,1277,1405,1275,1277,1405,1275,42,2112,715,3531,0,1408,1406,1407,1408,1406,1407,42,3531,2329,2112,0,1407,1409,1408,1407,1409,1408,42,714,2112,2329,0,1410,1408,1409,1410,1408,1409,42,2329,3531,747,0,1409,1407,1279,1409,1407,1279,42,2425,714,2329,0,1411,1410,1409,1411,1410,1409,42,2329,3532,2425,0,1409,1412,1411,1409,1412,1411,42,713,2425,3532,0,1413,1411,1412,1413,1411,1412,42,3532,2329,747,0,1412,1409,1279,1412,1409,1279,42,3532,747,2960,0,1412,1279,1281,1412,1279,1281,42,2960,2364,3532,0,1281,1414,1412,1281,1414,1412,42,713,3532,2364,0,1413,1412,1414,1413,1412,1414,42,2364,2960,746,0,1414,1281,1283,1414,1281,1283,42,3533,713,2364,0,1415,1413,1414,1415,1413,1414,42,2364,2616,3533,0,1414,1285,1415,1414,1285,1415,42,745,3533,2616,0,1287,1415,1285,1287,1415,1285,42,2616,2364,746,0,1285,1414,1283,1285,1414,1283,42,2049,713,3533,0,1416,1413,1415,1416,1413,1415,42,3533,2114,2049,0,1415,1417,1416,1415,1417,1416,42,712,2049,2114,0,1418,1416,1417,1418,1416,1417,42,2114,3533,745,0,1417,1415,1287,1417,1415,1287,42,2156,712,2114,0,1419,1418,1417,1419,1418,1417,42,2114,3534,2156,0,1417,1420,1419,1417,1420,1419,42,711,2156,3534,0,1421,1419,1420,1421,1419,1420,42,3534,2114,745,0,1420,1417,1287,1420,1417,1287,42,3534,745,2762,0,1420,1287,1289,1420,1287,1289,42,2762,2104,3534,0,1289,1422,1420,1289,1422,1420,42,711,3534,2104,0,1421,1420,1422,1421,1420,1422,42,2104,2762,744,0,1422,1289,1291,1422,1289,1291,42,2055,711,2104,0,1423,1421,1422,1423,1421,1422,42,2104,3535,2055,0,1422,1424,1423,1422,1424,1423,42,710,2055,3535,0,1425,1423,1424,1425,1423,1424,42,3535,2104,744,0,1424,1422,1291,1424,1422,1291,42,3535,744,2615,0,1424,1291,1293,1424,1291,1293,42,2615,1869,3535,0,1293,1426,1424,1293,1426,1424,42,710,3535,1869,0,1425,1424,1426,1425,1424,1426,42,1869,2615,743,0,1426,1293,1295,1426,1293,1295,42,3536,710,1869,0,1427,1425,1426,1427,1425,1426,42,1869,1451,3536,0,1426,1298,1427,1426,1298,1427,42,742,3536,1451,0,1300,1427,1298,1300,1427,1298,42,1451,1869,743,0,1298,1426,1295,1298,1426,1295,42,1943,710,3536,0,1428,1425,1427,1428,1425,1427,42,3536,1889,1943,0,1427,1429,1428,1427,1429,1428,42,709,1943,1889,0,1430,1428,1429,1430,1428,1429,42,1889,3536,742,0,1429,1427,1300,1429,1427,1300,42,3537,709,1889,0,1431,1430,1429,1431,1430,1429,42,1889,1585,3537,0,1429,1302,1431,1429,1302,1431,42,741,3537,1585,0,1304,1431,1302,1304,1431,1302,42,1585,1889,742,0,1302,1429,1300,1302,1429,1300,42,1963,709,3537,0,1432,1430,1431,1432,1430,1431,42,3537,2188,1963,0,1431,1433,1432,1431,1433,1432,42,708,1963,2188,0,1434,1432,1433,1434,1432,1433,42,2188,3537,741,0,1433,1431,1304,1433,1431,1304,42,1970,708,2188,0,1435,1434,1433,1435,1434,1433,42,2188,3538,1970,0,1433,1436,1435,1433,1436,1435,42,707,1970,3538,0,1437,1435,1436,1437,1435,1436,42,3538,2188,741,0,1436,1433,1304,1436,1433,1304,42,3538,741,1485,0,1436,1304,1306,1436,1304,1306,42,1485,2065,3538,0,1306,1438,1436,1306,1438,1436,42,707,3538,2065,0,1437,1436,1438,1437,1436,1438,42,2065,1485,740,0,1438,1306,1308,1438,1306,1308,42,3539,707,2065,0,1439,1437,1438,1439,1437,1438,42,2065,1487,3539,0,1438,1309,1439,1438,1309,1439,42,739,3539,1487,0,1311,1439,1309,1311,1439,1309,42,1487,2065,740,0,1309,1438,1308,1309,1438,1308,42,1991,707,3539,0,1440,1437,1439,1440,1437,1439,42,3539,2479,1991,0,1439,1441,1440,1439,1441,1440,42,706,1991,2479,0,1442,1440,1441,1442,1440,1441,42,2479,3539,739,0,1441,1439,1311,1441,1439,1311,42,3540,706,2479,0,1443,1442,1441,1443,1442,1441,42,2479,1511,3540,0,1441,1314,1443,1441,1314,1443,42,738,3540,1511,0,1316,1443,1314,1316,1443,1314,42,1511,2479,739,0,1314,1441,1311,1314,1441,1311,42,2000,706,3540,0,1444,1442,1443,1444,1442,1443,42,3540,2096,2000,0,1443,1445,1444,1443,1445,1444,42,705,2000,2096,0,1446,1444,1445,1446,1444,1445,42,2096,3540,738,0,1445,1443,1316,1445,1443,1316,42,2017,705,2096,0,1447,1446,1445,1447,1446,1445,42,2096,3541,2017,0,1445,1448,1447,1445,1448,1447,42,704,2017,3541,0,1449,1447,1448,1449,1447,1448,42,3541,2096,738,0,1448,1445,1316,1448,1445,1316,42,3541,738,1524,0,1448,1316,1317,1448,1316,1317,42,1524,2235,3541,0,1317,1450,1448,1317,1450,1448,42,704,3541,2235,0,1449,1448,1450,1449,1448,1450,42,2235,1524,737,0,1450,1317,1319,1450,1317,1319,42,2109,704,2235,0,1451,1449,1450,1451,1449,1450,42,2235,3542,2109,0,1450,1452,1451,1450,1452,1451,42,703,2109,3542,0,1453,1451,1452,1453,1451,1452,42,3542,2235,737,0,1452,1450,1319,1452,1450,1319,42,3542,737,1537,0,1452,1319,1322,1452,1319,1322,42,1537,2095,3542,0,1322,1454,1452,1322,1454,1452,42,703,3542,2095,0,1453,1452,1454,1453,1452,1454,42,2095,1537,736,0,1454,1322,1324,1454,1322,1324,42,2904,703,2095,0,1455,1453,1454,1455,1453,1454,42,2095,3543,2904,0,1454,1456,1455,1454,1456,1455,42,702,2904,3543,0,1457,1455,1456,1457,1455,1456,42,3543,2095,736,0,1456,1454,1324,1456,1454,1324,42,3543,736,2404,0,1456,1324,1326,1456,1324,1326,42,2404,3004,3543,0,1326,1458,1456,1326,1458,1456,42,702,3543,3004,0,1457,1456,1458,1457,1456,1458,42,3004,2404,735,0,1458,1326,1328,1458,1326,1328,42,2877,702,3004,0,1459,1457,1458,1459,1457,1458,42,3004,3544,2877,0,1458,1460,1459,1458,1460,1459,42,701,2877,3544,0,1461,1459,1460,1461,1459,1460,42,3544,3004,735,0,1460,1458,1328,1460,1458,1328,42,3544,735,2390,0,1460,1328,1330,1460,1328,1330,42,2390,2064,3544,0,1330,1462,1460,1330,1462,1460,42,701,3544,2064,0,1461,1460,1462,1461,1460,1462,42,2064,2390,734,0,1462,1330,1332,1462,1330,1332,42,2082,701,2064,0,1463,1461,1462,1463,1461,1462,42,2064,3545,2082,0,1462,1464,1463,1462,1464,1463,42,700,2082,3545,0,1465,1463,1464,1465,1463,1464,42,3545,2064,734,0,1464,1462,1332,1464,1462,1332,42,3545,734,2642,0,1464,1332,1334,1464,1332,1334,42,2642,2187,3545,0,1334,1466,1464,1334,1466,1464,42,700,3545,2187,0,1465,1464,1466,1465,1464,1466,42,2187,2642,733,0,1466,1334,1336,1466,1334,1336,42,2313,700,2187,0,1467,1465,1466,1467,1465,1466,42,2187,3546,2313,0,1466,1468,1467,1466,1468,1467,42,699,2313,3546,0,1469,1467,1468,1469,1467,1468,42,3546,2187,733,0,1468,1466,1336,1468,1466,1336,42,3546,733,2639,0,1468,1336,1337,1468,1336,1337,42,2639,2419,3546,0,1337,1470,1468,1337,1470,1468,42,699,3546,2419,0,1469,1468,1470,1469,1468,1470,42,2419,2639,732,0,1470,1337,1339,1470,1337,1339,42,3547,699,2419,0,1471,1469,1470,1471,1469,1470,42,2419,3001,3547,0,1470,1341,1471,1470,1341,1471,42,731,3547,3001,0,1343,1471,1341,1343,1471,1341,42,3001,2419,732,0,1341,1470,1339,1341,1470,1339,42,2431,699,3547,0,1472,1469,1471,1472,1469,1471,42,3547,2409,2431,0,1471,1473,1472,1471,1473,1472,42,698,2431,2409,0,1474,1472,1473,1474,1472,1473,42,2409,3547,731,0,1473,1471,1343,1473,1471,1343,42,2275,698,2409,0,1475,1474,1473,1475,1474,1473,42,2409,3548,2275,0,1473,1476,1475,1473,1476,1475,42,697,2275,3548,0,1477,1475,1476,1477,1475,1476,42,3548,2409,731,0,1476,1473,1343,1476,1473,1343,42,3548,731,2863,0,1476,1343,1346,1476,1343,1346,42,2863,2117,3548,0,1346,1478,1476,1346,1478,1476,42,697,3548,2117,0,1477,1476,1478,1477,1476,1478,42,2117,2863,730,0,1478,1346,1348,1478,1346,1348,42,2154,697,2117,0,1479,1477,1478,1479,1477,1478,42,2117,3549,2154,0,1478,1480,1479,1478,1480,1479,42,696,2154,3549,0,1481,1479,1480,1481,1479,1480,42,3549,2117,730,0,1480,1478,1348,1480,1478,1348,42,3549,730,2705,0,1480,1348,1350,1480,1348,1350,42,2705,2131,3549,0,1350,1482,1480,1350,1482,1480,42,696,3549,2131,0,1481,1480,1482,1481,1480,1482,42,2131,2705,729,0,1482,1350,1352,1482,1350,1352,42,1752,696,2131,0,1483,1481,1482,1483,1481,1482,42,2131,3550,1752,0,1482,1484,1483,1482,1484,1483,42,695,1752,3550,0,1485,1483,1484,1485,1483,1484,42,3550,2131,729,0,1484,1482,1352,1484,1482,1352,42,3550,729,2322,0,1484,1352,1353,1484,1352,1353,42,2322,1855,3550,0,1353,1486,1484,1353,1486,1484,42,695,3550,1855,0,1485,1484,1486,1485,1484,1486,42,1855,2322,728,0,1486,1353,1355,1486,1353,1355,42,3551,695,1855,0,1487,1485,1486,1487,1485,1486,42,1855,2325,3551,0,1486,1357,1487,1486,1357,1487,42,726,3551,2325,0,1359,1487,1357,1359,1487,1357,42,2325,1855,728,0,1357,1486,1355,1357,1486,1355,42,1786,695,3551,0,1488,1485,1487,1488,1485,1487,42,3551,2179,1786,0,1487,1489,1488,1487,1489,1488,42,693,1786,2179,0,1490,1488,1489,1490,1488,1489,42,2179,3551,726,0,1489,1487,1359,1489,1487,1359,42,3552,693,2179,0,1491,1490,1489,1491,1490,1489,42,2179,2260,3552,0,1489,1361,1491,1489,1361,1491,42,727,3552,2260,0,1363,1491,1361,1363,1491,1361,42,2260,2179,726,0,1361,1489,1359,1361,1489,1359,42,1720,693,3552,0,1492,1490,1491,1492,1490,1491,42,3552,1812,1720,0,1491,1493,1492,1491,1493,1492,42,694,1720,1812,0,1494,1492,1493,1494,1492,1493,42,1812,3552,727,0,1493,1491,1363,1493,1491,1363,42,2224,692,2273,0,1495,1496,1497,1495,1496,1497,42,2273,3553,2224,0,1497,1498,1495,1497,1498,1495,42,691,2224,3553,0,1499,1495,1498,1499,1495,1498,42,3553,2273,725,0,1498,1497,1366,1498,1497,1366,42,3553,725,1692,0,1498,1366,1365,1498,1366,1365,42,1692,2410,3553,0,1365,1500,1498,1365,1500,1498,42,691,3553,2410,0,1499,1498,1500,1499,1498,1500,42,2410,1692,724,0,1500,1365,1369,1500,1365,1369,42,2315,691,2410,0,1501,1499,1500,1501,1499,1500,42,2410,3554,2315,0,1500,1502,1501,1500,1502,1501,42,690,2315,3554,0,1503,1501,1502,1503,1501,1502,42,3554,2410,724,0,1502,1500,1369,1502,1500,1369,42,3554,724,1702,0,1502,1369,1372,1502,1369,1372,42,1702,2231,3554,0,1372,1504,1502,1372,1504,1502,42,690,3554,2231,0,1503,1502,1504,1503,1502,1504,42,2231,1702,723,0,1504,1372,1374,1504,1372,1374,42,3555,690,2231,0,1505,1503,1504,1505,1503,1504,42,2231,2185,3555,0,1504,1376,1505,1504,1376,1505,42,722,3555,2185,0,1378,1505,1376,1378,1505,1376,42,2185,2231,723,0,1376,1504,1374,1376,1504,1374,42,2727,690,3555,0,1506,1503,1505,1506,1503,1505,42,3555,2776,2727,0,1505,1507,1506,1505,1507,1506,42,689,2727,2776,0,1508,1506,1507,1508,1506,1507,42,2776,3555,722,0,1507,1505,1378,1507,1505,1378,42,2873,689,2776,0,1509,1508,1507,1509,1508,1507,42,2776,3556,2873,0,1507,1510,1509,1507,1510,1509,42,688,2873,3556,0,1511,1509,1510,1511,1509,1510,42,3556,2776,722,0,1510,1507,1378,1510,1507,1378,42,3556,722,2327,0,1510,1378,1380,1510,1378,1380,42,2327,2787,3556,0,1380,1512,1510,1380,1512,1510,42,688,3556,2787,0,1511,1510,1512,1511,1510,1512,42,2787,2327,721,0,1512,1380,1382,1512,1380,1382,42,3557,688,2787,0,1513,1511,1512,1513,1511,1512,42,2787,2468,3557,0,1512,1383,1513,1512,1383,1513,42,720,3557,2468,0,1385,1513,1383,1385,1513,1383,42,2468,2787,721,0,1383,1512,1382,1383,1512,1382,42,2987,688,3557,0,1514,1511,1513,1514,1511,1513,42,3557,2775,2987,0,1513,1515,1514,1513,1515,1514,42,687,2987,2775,0,1516,1514,1515,1516,1514,1515,42,2775,3557,720,0,1515,1513,1385,1515,1513,1385,42,2843,687,2775,0,1517,1516,1515,1517,1516,1515,42,2775,3558,2843,0,1515,1518,1517,1515,1518,1517,42,686,2843,3558,0,1519,1517,1518,1519,1517,1518,42,3558,2775,720,0,1518,1515,1385,1518,1515,1385,42,3558,720,2326,0,1518,1385,1388,1518,1385,1388,42,2326,2765,3558,0,1388,1520,1518,1388,1520,1518,42,686,3558,2765,0,1519,1518,1520,1519,1518,1520,42,2765,2326,719,0,1520,1388,1390,1520,1388,1390,42,3559,686,2765,0,1521,1519,1520,1521,1519,1520,42,2765,2184,3559,0,1520,1392,1521,1520,1392,1521,42,718,3559,2184,0,1394,1521,1392,1394,1521,1392,42,2184,2765,719,0,1392,1520,1390,1392,1520,1390,42,2625,686,3559,0,1522,1519,1521,1522,1519,1521,42,3559,2276,2625,0,1521,1523,1522,1521,1523,1522,42,685,2625,2276,0,1524,1522,1523,1524,1522,1523,42,2276,3559,718,0,1523,1521,1394,1523,1521,1394,42,3560,685,2276,0,1525,1524,1523,1525,1524,1523,42,2276,2894,3560,0,1523,1396,1525,1523,1396,1525,42,717,3560,2894,0,1398,1525,1396,1398,1525,1396,42,2894,2276,718,0,1396,1523,1394,1396,1523,1394,42,2349,685,3560,0,1526,1524,1525,1526,1524,1525,42,3560,2405,2349,0,1525,1527,1526,1525,1527,1526,42,684,2349,2405,0,1528,1526,1527,1528,1526,1527,42,2405,3560,717,0,1527,1525,1398,1527,1525,1398,42,2385,684,2405,0,1529,1528,1527,1529,1528,1527,42,2405,3561,2385,0,1527,1530,1529,1527,1530,1529,42,683,2385,3561,0,1531,1529,1530,1531,1529,1530,42,3561,2405,717,0,1530,1527,1398,1530,1527,1398,42,3561,717,2890,0,1530,1398,1400,1530,1398,1400,42,2890,2314,3561,0,1400,1532,1530,1400,1532,1530,42,683,3561,2314,0,1531,1530,1532,1531,1530,1532,42,2314,2890,716,0,1532,1400,1402,1532,1400,1402,42,3562,683,2314,0,1533,1531,1532,1533,1531,1532,42,2314,2119,3562,0,1532,1404,1533,1532,1404,1533,42,715,3562,2119,0,1406,1533,1404,1406,1533,1404,42,2119,2314,716,0,1404,1532,1402,1404,1532,1402,42,1599,683,3562,0,1534,1531,1533,1534,1531,1533,42,3562,1678,1599,0,1533,1535,1534,1533,1535,1534,42,682,1599,1678,0,1536,1534,1535,1536,1534,1535,42,1678,3562,715,0,1535,1533,1406,1535,1533,1406,42,3563,682,1678,0,1537,1536,1535,1537,1536,1535,42,1678,2112,3563,0,1535,1408,1537,1535,1408,1537,42,714,3563,2112,0,1410,1537,1408,1410,1537,1408,42,2112,1678,715,0,1408,1535,1406,1408,1535,1406,42,1514,682,3563,0,1538,1536,1537,1538,1536,1537,42,3563,1854,1514,0,1537,1539,1538,1537,1539,1538,42,681,1514,1854,0,1540,1538,1539,1540,1538,1539,42,1854,3563,714,0,1539,1537,1410,1539,1537,1410,42,3564,681,1854,0,1541,1540,1539,1541,1540,1539,42,1854,2425,3564,0,1539,1411,1541,1539,1411,1541,42,713,3564,2425,0,1413,1541,1411,1413,1541,1411,42,2425,1854,714,0,1411,1539,1410,1411,1539,1410,42,1932,681,3564,0,1542,1540,1541,1542,1540,1541,42,3564,1875,1932,0,1541,1543,1542,1541,1543,1542,42,680,1932,1875,0,1544,1542,1543,1544,1542,1543,42,1875,3564,713,0,1543,1541,1413,1543,1541,1413,42,1513,680,1875,0,1545,1544,1543,1545,1544,1543,42,1875,3565,1513,0,1543,1546,1545,1543,1546,1545,42,679,1513,3565,0,1547,1545,1546,1547,1545,1546,42,3565,1875,713,0,1546,1543,1413,1546,1543,1413,42,3565,713,2049,0,1546,1413,1416,1546,1413,1416,42,2049,1590,3565,0,1416,1548,1546,1416,1548,1546,42,679,3565,1590,0,1547,1546,1548,1547,1546,1548,42,1590,2049,712,0,1548,1416,1418,1548,1416,1418,42,3566,679,1590,0,1549,1547,1548,1549,1547,1548,42,1590,2156,3566,0,1548,1419,1549,1548,1419,1549,42,711,3566,2156,0,1421,1549,1419,1421,1549,1419,42,2156,1590,712,0,1419,1548,1418,1419,1548,1418,42,1664,679,3566,0,1550,1547,1549,1550,1547,1549,42,3566,1616,1664,0,1549,1551,1550,1549,1551,1550,42,678,1664,1616,0,1552,1550,1551,1552,1550,1551,42,1616,3566,711,0,1551,1549,1421,1551,1549,1421,42,1545,678,1616,0,1553,1552,1551,1553,1552,1551,42,1616,3567,1545,0,1551,1554,1553,1551,1554,1553,42,677,1545,3567,0,1555,1553,1554,1555,1553,1554,42,3567,1616,711,0,1554,1551,1421,1554,1551,1421,42,3567,711,2055,0,1554,1421,1423,1554,1421,1423,42,2055,2418,3567,0,1423,1556,1554,1423,1556,1554,42,677,3567,2418,0,1555,1554,1556,1555,1554,1556,42,2418,2055,710,0,1556,1423,1425,1556,1423,1425,42,3568,677,2418,0,1557,1555,1556,1557,1555,1556,42,2418,1943,3568,0,1556,1428,1557,1556,1428,1557,42,709,3568,1943,0,1430,1557,1428,1430,1557,1428,42,1943,2418,710,0,1428,1556,1425,1428,1556,1425,42,2499,677,3568,0,1558,1555,1557,1558,1555,1557,42,3568,2590,2499,0,1557,1559,1558,1557,1559,1558,42,676,2499,2590,0,1560,1558,1559,1560,1558,1559,42,2590,3568,709,0,1559,1557,1430,1559,1557,1430,42,3569,676,2590,0,1561,1560,1559,1561,1560,1559,42,2590,1963,3569,0,1559,1432,1561,1559,1432,1561,42,708,3569,1963,0,1434,1561,1432,1434,1561,1432,42,1963,2590,709,0,1432,1559,1430,1432,1559,1430,42,2507,676,3569,0,1562,1560,1561,1562,1560,1561,42,3569,2723,2507,0,1561,1563,1562,1561,1563,1562,42,675,2507,2723,0,1564,1562,1563,1564,1562,1563,42,2723,3569,708,0,1563,1561,1434,1563,1561,1434,42,3570,675,2723,0,1565,1564,1563,1565,1564,1563,42,2723,1970,3570,0,1563,1435,1565,1563,1435,1565,42,707,3570,1970,0,1437,1565,1435,1437,1565,1435,42,1970,2723,708,0,1435,1563,1434,1435,1563,1434,42,2531,675,3570,0,1566,1564,1565,1566,1564,1565,42,3570,2606,2531,0,1565,1567,1566,1565,1567,1566,42,674,2531,2606,0,1568,1566,1567,1568,1566,1567,42,2606,3570,707,0,1567,1565,1437,1567,1565,1437,42,3571,674,2606,0,1569,1568,1567,1569,1568,1567,42,2606,1991,3571,0,1567,1440,1569,1567,1440,1569,42,706,3571,1991,0,1442,1569,1440,1442,1569,1440,42,1991,2606,707,0,1440,1567,1437,1440,1567,1437,42,2539,674,3571,0,1570,1568,1569,1570,1568,1569,42,3571,3020,2539,0,1569,1571,1570,1569,1571,1570,42,673,2539,3020,0,1572,1570,1571,1572,1570,1571,42,3020,3571,706,0,1571,1569,1442,1571,1569,1442,42,2558,673,3020,0,1573,1572,1571,1573,1572,1571,42,3020,3572,2558,0,1571,1574,1573,1571,1574,1573,42,672,2558,3572,0,1575,1573,1574,1575,1573,1574,42,3572,3020,706,0,1574,1571,1442,1574,1571,1442,42,3572,706,2000,0,1574,1442,1444,1574,1442,1444,42,2000,2637,3572,0,1444,1576,1574,1444,1576,1574,42,672,3572,2637,0,1575,1574,1576,1575,1574,1576,42,2637,2000,705,0,1576,1444,1446,1576,1444,1446,42,2671,672,2637,0,1577,1575,1576,1577,1575,1576,42,2637,3573,2671,0,1576,1578,1577,1576,1578,1577,42,671,2671,3573,0,1579,1577,1578,1579,1577,1578,42,3573,2637,705,0,1578,1576,1446,1578,1576,1446,42,3573,705,2017,0,1578,1446,1447,1578,1446,1447,42,2017,2754,3573,0,1447,1580,1578,1447,1580,1578,42,671,3573,2754,0,1579,1578,1580,1579,1578,1580,42,2754,2017,704,0,1580,1447,1449,1580,1447,1449,42,2661,671,2754,0,1581,1579,1580,1581,1579,1580,42,2754,3574,2661,0,1580,1582,1581,1580,1582,1581,42,670,2661,3574,0,1583,1581,1582,1583,1581,1582,42,3574,2754,704,0,1582,1580,1449,1582,1580,1449,42,3574,704,2109,0,1582,1449,1451,1582,1449,1451,42,2109,2605,3574,0,1451,1584,1582,1451,1584,1582,42,670,3574,2605,0,1583,1582,1584,1583,1582,1584,42,2605,2109,703,0,1584,1451,1453,1584,1451,1453,42,1316,670,2605,0,1585,1583,1584,1585,1583,1584,42,2605,3575,1316,0,1584,1586,1585,1584,1586,1585,42,669,1316,3575,0,1587,1585,1586,1587,1585,1586,42,3575,2605,703,0,1586,1584,1453,1586,1584,1453,42,3575,703,2904,0,1586,1453,1455,1586,1453,1455,42,2904,1405,3575,0,1455,1588,1586,1455,1588,1586,42,669,3575,1405,0,1587,1586,1588,1587,1586,1588,42,1405,2904,702,0,1588,1455,1457,1588,1455,1457,42,3576,669,1405,0,1589,1587,1588,1589,1587,1588,42,1405,2877,3576,0,1588,1459,1589,1588,1459,1589,42,701,3576,2877,0,1461,1589,1459,1461,1589,1459,42,2877,1405,702,0,1459,1588,1457,1459,1588,1457,42,1311,669,3576,0,1590,1587,1589,1590,1587,1589,42,3576,1525,1311,0,1589,1591,1590,1589,1591,1590,42,668,1311,1525,0,1592,1590,1591,1592,1590,1591,42,1525,3576,701,0,1591,1589,1461,1591,1589,1461,42,1674,668,1525,0,1593,1592,1591,1593,1592,1591,42,1525,3577,1674,0,1591,1594,1593,1591,1594,1593,42,667,1674,3577,0,1595,1593,1594,1595,1593,1594,42,3577,1525,701,0,1594,1591,1461,1594,1591,1461,42,3577,701,2082,0,1594,1461,1463,1594,1461,1463,42,2082,1626,3577,0,1463,1596,1594,1463,1596,1594,42,667,3577,1626,0,1595,1594,1596,1595,1594,1596,42,1626,2082,700,0,1596,1463,1465,1596,1463,1465,42,1797,667,1626,0,1597,1595,1596,1597,1595,1596,42,1626,3578,1797,0,1596,1598,1597,1596,1598,1597,42,666,1797,3578,0,1599,1597,1598,1599,1597,1598,42,3578,1626,700,0,1598,1596,1465,1598,1596,1465,42,3578,700,2313,0,1598,1465,1467,1598,1465,1467,42,2313,1892,3578,0,1467,1600,1598,1467,1600,1598,42,666,3578,1892,0,1599,1598,1600,1599,1598,1600,42,1892,2313,699,0,1600,1467,1469,1600,1467,1469,42,1918,666,1892,0,1601,1599,1600,1601,1599,1600,42,1892,3579,1918,0,1600,1602,1601,1600,1602,1601,42,665,1918,3579,0,1603,1601,1602,1603,1601,1602,42,3579,1892,699,0,1602,1600,1469,1602,1600,1469,42,3579,699,2431,0,1602,1469,1472,1602,1469,1472,42,2431,1853,3579,0,1472,1604,1602,1472,1604,1602,42,665,3579,1853,0,1603,1602,1604,1603,1602,1604,42,1853,2431,698,0,1604,1472,1474,1604,1472,1474,42,1791,665,1853,0,1605,1603,1604,1605,1603,1604,42,1853,3580,1791,0,1604,1606,1605,1604,1606,1605,42,664,1791,3580,0,1607,1605,1606,1607,1605,1606,42,3580,1853,698,0,1606,1604,1474,1606,1604,1474,42,3580,698,2275,0,1606,1474,1475,1606,1474,1475,42,2275,1601,3580,0,1475,1608,1606,1475,1608,1606,42,664,3580,1601,0,1607,1606,1608,1607,1606,1608,42,1601,2275,697,0,1608,1475,1477,1608,1475,1477,42,1642,664,1601,0,1609,1607,1608,1609,1607,1608,42,1601,3581,1642,0,1608,1610,1609,1608,1610,1609,42,663,1642,3581,0,1611,1609,1610,1611,1609,1610,42,3581,1601,697,0,1610,1608,1477,1610,1608,1477,42,3581,697,2154,0,1610,1477,1479,1610,1477,1479,42,2154,1589,3581,0,1479,1612,1610,1479,1612,1610,42,663,3581,1589,0,1611,1610,1612,1611,1610,1612,42,1589,2154,696,0,1612,1479,1481,1612,1479,1481,42,1195,663,1589,0,1613,1611,1612,1613,1611,1612,42,1589,3582,1195,0,1612,1614,1613,1612,1614,1613,42,662,1195,3582,0,1615,1613,1614,1615,1613,1614,42,3582,1589,696,0,1614,1612,1481,1614,1612,1481,42,3582,696,1752,0,1614,1481,1483,1614,1481,1483,42,1752,1424,3582,0,1483,1616,1614,1483,1616,1614,42,662,3582,1424,0,1615,1614,1616,1615,1614,1616,42,1424,1752,695,0,1616,1483,1485,1616,1483,1485,42,3583,662,1424,0,1617,1615,1616,1617,1615,1616,42,1424,1786,3583,0,1616,1488,1617,1616,1488,1617,42,693,3583,1786,0,1490,1617,1488,1490,1617,1488,42,1786,1424,695,0,1488,1616,1485,1488,1616,1485,42,1242,662,3583,0,1618,1615,1617,1618,1615,1617,42,3583,2702,1242,0,1617,1619,1618,1617,1619,1618,42,660,1242,2702,0,1620,1618,1619,1620,1618,1619,42,2702,3583,693,0,1619,1617,1490,1619,1617,1490,42,1169,660,2702,0,1621,1620,1619,1621,1620,1619,42,2702,3584,1169,0,1619,1622,1621,1619,1622,1621,42,661,1169,3584,0,1623,1621,1622,1623,1621,1622,42,3584,2702,693,0,1622,1619,1490,1622,1619,1490,42,3584,693,1720,0,1622,1490,1492,1622,1490,1492,42,1720,1294,3584,0,1492,1624,1622,1492,1624,1622,42,661,3584,1294,0,1623,1622,1624,1623,1622,1624,42,1294,1720,694,0,1624,1492,1494,1624,1492,1494,42,3045,659,2836,0,1625,1626,1627,1625,1626,1627,42,2836,3585,3045,0,1627,1628,1625,1627,1628,1625,42,658,3045,3585,0,1629,1625,1628,1629,1625,1628,42,3585,2836,692,0,1628,1627,1496,1628,1627,1496,42,3585,692,2224,0,1628,1496,1495,1628,1496,1495,42,2224,2794,3585,0,1495,1630,1628,1495,1630,1628,42,658,3585,2794,0,1629,1628,1630,1629,1628,1630,42,2794,2224,691,0,1630,1495,1499,1630,1495,1499,42,2922,658,2794,0,1631,1629,1630,1631,1629,1630,42,2794,3586,2922,0,1630,1632,1631,1630,1632,1631,42,657,2922,3586,0,1633,1631,1632,1633,1631,1632,42,3586,2794,691,0,1632,1630,1499,1632,1630,1499,42,3586,691,2315,0,1632,1499,1501,1632,1499,1501,42,2315,2807,3586,0,1501,1634,1632,1501,1634,1632,42,657,3586,2807,0,1633,1632,1634,1633,1632,1634,42,2807,2315,690,0,1634,1501,1503,1634,1501,1503,42,3587,657,2807,0,1635,1633,1634,1635,1633,1634,42,2807,2727,3587,0,1634,1506,1635,1634,1506,1635,42,689,3587,2727,0,1508,1635,1506,1508,1635,1506,42,2727,2807,690,0,1506,1634,1503,1506,1634,1503,42,1178,657,3587,0,1636,1633,1635,1636,1633,1635,42,3587,1241,1178,0,1635,1637,1636,1635,1637,1636,42,656,1178,1241,0,1638,1636,1637,1638,1636,1637,42,1241,3587,689,0,1637,1635,1508,1637,1635,1508,42,3588,656,1241,0,1639,1638,1637,1639,1638,1637,42,1241,2873,3588,0,1637,1509,1639,1637,1509,1639,42,688,3588,2873,0,1511,1639,1509,1511,1639,1509,42,2873,1241,689,0,1509,1637,1508,1509,1637,1508,42,1310,656,3588,0,1640,1638,1639,1640,1638,1639,42,3588,1228,1310,0,1639,1641,1640,1639,1641,1640,42,655,1310,1228,0,1642,1640,1641,1642,1640,1641,42,1228,3588,688,0,1641,1639,1511,1641,1639,1511,42,3589,655,1228,0,1643,1642,1641,1643,1642,1641,42,1228,2987,3589,0,1641,1514,1643,1641,1514,1643,42,687,3589,2987,0,1516,1643,1514,1516,1643,1514,42,2987,1228,688,0,1514,1641,1511,1514,1641,1511,42,1441,655,3589,0,1644,1642,1643,1644,1642,1643,42,3589,1212,1441,0,1643,1645,1644,1643,1645,1644,42,654,1441,1212,0,1646,1644,1645,1646,1644,1645,42,1212,3589,687,0,1645,1643,1516,1645,1643,1516,42,3195,654,1212,0,1647,1646,1645,1647,1646,1645,42,1212,3590,3195,0,1645,1648,1647,1645,1648,1647,42,653,3195,3590,0,1649,1647,1648,1649,1647,1648,42,3590,1212,687,0,1648,1645,1516,1648,1645,1516,42,3590,687,2843,0,1648,1516,1517,1648,1516,1517,42,2843,1122,3590,0,1517,1650,1648,1517,1650,1648,42,653,3590,1122,0,1649,1648,1650,1649,1648,1650,42,1122,2843,686,0,1650,1517,1519,1650,1517,1519,42,3591,653,1122,0,1651,1649,1650,1651,1649,1650,42,1122,2625,3591,0,1650,1522,1651,1650,1522,1651,42,685,3591,2625,0,1524,1651,1522,1524,1651,1522,42,2625,1122,686,0,1522,1650,1519,1522,1650,1519,42,3191,653,3591,0,1652,1649,1651,1652,1649,1651,42,3591,1790,3191,0,1651,1653,1652,1651,1653,1652,42,652,3191,1790,0,1654,1652,1653,1654,1652,1653,42,1790,3591,685,0,1653,1651,1524,1653,1651,1524,42,1915,652,1790,0,1655,1654,1653,1655,1654,1653,42,1790,3592,1915,0,1653,1656,1655,1653,1656,1655,42,651,1915,3592,0,1657,1655,1656,1657,1655,1656,42,3592,1790,685,0,1656,1653,1524,1656,1653,1524,42,3592,685,2349,0,1656,1524,1526,1656,1524,1526,42,2349,1979,3592,0,1526,1658,1656,1526,1658,1656,42,651,3592,1979,0,1657,1656,1658,1657,1656,1658,42,1979,2349,684,0,1658,1526,1528,1658,1526,1528,42,1902,651,1979,0,1659,1657,1658,1659,1657,1658,42,1979,3593,1902,0,1658,1660,1659,1658,1660,1659,42,650,1902,3593,0,1661,1659,1660,1661,1659,1660,42,3593,1979,684,0,1660,1658,1528,1660,1658,1528,42,3593,684,2385,0,1660,1528,1529,1660,1528,1529,42,2385,1811,3593,0,1529,1662,1660,1529,1662,1660,42,650,3593,1811,0,1661,1660,1662,1661,1660,1662,42,1811,2385,683,0,1662,1529,1531,1662,1529,1531,42,3594,650,1811,0,1663,1661,1662,1663,1661,1662,42,1811,1599,3594,0,1662,1534,1663,1662,1534,1663,42,682,3594,1599,0,1536,1663,1534,1536,1663,1534,42,1599,1811,683,0,1534,1662,1531,1534,1662,1531,42,1133,650,3594,0,1664,1661,1663,1664,1661,1663,42,3594,3181,1133,0,1663,1665,1664,1663,1665,1664,42,649,1133,3181,0,1666,1664,1665,1666,1664,1665,42,3181,3594,682,0,1665,1663,1536,1665,1663,1536,42,3595,649,3181,0,1667,1666,1665,1667,1666,1665,42,3181,1514,3595,0,1665,1538,1667,1665,1538,1667,42,681,3595,1514,0,1540,1667,1538,1540,1667,1538,42,1514,3181,682,0,1538,1665,1536,1538,1665,1536,42,3152,649,3595,0,1668,1666,1667,1668,1666,1667,42,3595,1340,3152,0,1667,1669,1668,1667,1669,1668,42,648,3152,1340,0,1670,1668,1669,1670,1668,1669,42,1340,3595,681,0,1669,1667,1540,1669,1667,1540,42,1415,648,1340,0,1671,1670,1669,1671,1670,1669,42,1340,3596,1415,0,1669,1672,1671,1669,1672,1671,42,647,1415,3596,0,1673,1671,1672,1673,1671,1672,42,3596,1340,681,0,1672,1669,1540,1672,1669,1540,42,3596,681,1932,0,1672,1540,1542,1672,1540,1542,42,1932,1328,3596,0,1542,1674,1672,1542,1674,1672,42,647,3596,1328,0,1673,1672,1674,1673,1672,1674,42,1328,1932,680,0,1674,1542,1544,1674,1542,1544,42,3597,647,1328,0,1675,1673,1674,1675,1673,1674,42,1328,1513,3597,0,1674,1545,1675,1674,1545,1675,42,679,3597,1513,0,1547,1675,1545,1547,1675,1545,42,1513,1328,680,0,1545,1674,1544,1545,1674,1544,42,3160,647,3597,0,1676,1673,1675,1676,1673,1675,42,3597,3200,3160,0,1675,1677,1676,1675,1677,1676,42,646,3160,3200,0,1678,1676,1677,1678,1676,1677,42,3200,3597,679,0,1677,1675,1547,1677,1675,1547,42,3598,646,3200,0,1679,1678,1677,1679,1678,1677,42,3200,1664,3598,0,1677,1550,1679,1677,1550,1679,42,678,3598,1664,0,1552,1679,1550,1552,1679,1550,42,1664,3200,679,0,1550,1677,1547,1550,1677,1547,42,1168,646,3598,0,1680,1678,1679,1680,1678,1679,42,3598,1097,1168,0,1679,1681,1680,1679,1681,1680,42,645,1168,1097,0,1682,1680,1681,1682,1680,1681,42,1097,3598,678,0,1681,1679,1552,1681,1679,1552,42,3076,645,1097,0,1683,1682,1681,1683,1682,1681,42,1097,3599,3076,0,1681,1684,1683,1681,1684,1683,42,644,3076,3599,0,1685,1683,1684,1685,1683,1684,42,3599,1097,678,0,1684,1681,1552,1684,1681,1552,42,3599,678,1545,0,1684,1552,1553,1684,1552,1553,42,1545,2979,3599,0,1553,1686,1684,1553,1686,1684,42,644,3599,2979,0,1685,1684,1686,1685,1684,1686,42,2979,1545,677,0,1686,1553,1555,1686,1553,1555,42,3080,644,2979,0,1687,1685,1686,1687,1685,1686,42,2979,3600,3080,0,1686,1688,1687,1686,1688,1687,42,643,3080,3600,0,1689,1687,1688,1689,1687,1688,42,3600,2979,677,0,1688,1686,1555,1688,1686,1555,42,3600,677,2499,0,1688,1555,1558,1688,1555,1558,42,2499,3128,3600,0,1558,1690,1688,1558,1690,1688,42,643,3600,3128,0,1689,1688,1690,1689,1688,1690,42,3128,2499,676,0,1690,1558,1560,1690,1558,1560,42,3601,643,3128,0,1691,1689,1690,1691,1689,1690,42,3128,2507,3601,0,1690,1562,1691,1690,1562,1691,42,675,3601,2507,0,1564,1691,1562,1564,1691,1562,42,2507,3128,676,0,1562,1690,1560,1562,1690,1560,42,3104,643,3601,0,1692,1689,1691,1692,1689,1691,42,3601,1138,3104,0,1691,1693,1692,1691,1693,1692,42,642,3104,1138,0,1694,1692,1693,1694,1692,1693,42,1138,3601,675,0,1693,1691,1564,1693,1691,1564,42,3114,642,1138,0,1695,1694,1693,1695,1694,1693,42,1138,3602,3114,0,1693,1696,1695,1693,1696,1695,42,641,3114,3602,0,1697,1695,1696,1697,1695,1696,42,3602,1138,675,0,1696,1693,1564,1696,1693,1564,42,3602,675,2531,0,1696,1564,1566,1696,1564,1566,42,2531,3158,3602,0,1566,1698,1696,1566,1698,1696,42,641,3602,3158,0,1697,1696,1698,1697,1696,1698,42,3158,2531,674,0,1698,1566,1568,1698,1566,1568,42,3603,641,3158,0,1699,1697,1698,1699,1697,1698,42,3158,2539,3603,0,1698,1570,1699,1698,1570,1699,42,673,3603,2539,0,1572,1699,1570,1572,1699,1570,42,2539,3158,674,0,1570,1698,1568,1570,1698,1568,42,3125,641,3603,0,1700,1697,1699,1700,1697,1699,42,3603,1448,3125,0,1699,1701,1700,1699,1701,1700,42,640,3125,1448,0,1702,1700,1701,1702,1700,1701,42,1448,3603,673,0,1701,1699,1572,1701,1699,1572,42,1382,640,1448,0,1703,1702,1701,1703,1702,1701,42,1448,3604,1382,0,1701,1704,1703,1701,1704,1703,42,639,1382,3604,0,1705,1703,1704,1705,1703,1704,42,3604,1448,673,0,1704,1701,1572,1704,1701,1572,42,3604,673,2558,0,1704,1572,1573,1704,1572,1573,42,2558,3157,3604,0,1573,1706,1704,1573,1706,1704,42,639,3604,3157,0,1705,1704,1706,1705,1704,1706,42,3157,2558,672,0,1706,1573,1575,1706,1573,1575,42,1102,639,3157,0,1707,1705,1706,1707,1705,1706,42,3157,3605,1102,0,1706,1708,1707,1706,1708,1707,42,638,1102,3605,0,1709,1707,1708,1709,1707,1708,42,3605,3157,672,0,1708,1706,1575,1708,1706,1575,42,3605,672,2671,0,1708,1575,1577,1708,1575,1577,42,2671,1137,3605,0,1577,1710,1708,1577,1710,1708,42,638,3605,1137,0,1709,1708,1710,1709,1708,1710,42,1137,2671,671,0,1710,1577,1579,1710,1577,1579,42,3606,638,1137,0,1711,1709,1710,1711,1709,1710,42,1137,2661,3606,0,1710,1581,1711,1710,1581,1711,42,670,3606,2661,0,1583,1711,1581,1583,1711,1581,42,2661,1137,671,0,1581,1710,1579,1581,1710,1579,42,3194,638,3606,0,1712,1709,1711,1712,1709,1711,42,3606,3127,3194,0,1711,1713,1712,1711,1713,1712,42,637,3194,3127,0,1714,1712,1713,1714,1712,1713,42,3127,3606,670,0,1713,1711,1583,1713,1711,1583,42,3607,637,3127,0,1715,1714,1713,1715,1714,1713,42,3127,1316,3607,0,1713,1585,1715,1713,1585,1715,42,669,3607,1316,0,1587,1715,1585,1587,1715,1585,42,1316,3127,670,0,1585,1713,1583,1585,1713,1583,42,1873,637,3607,0,1716,1714,1715,1716,1714,1715,42,3607,1930,1873,0,1715,1717,1716,1715,1717,1716,42,636,1873,1930,0,1718,1716,1717,1718,1716,1717,42,1930,3607,669,0,1717,1715,1587,1717,1715,1587,42,1837,636,1930,0,1719,1718,1717,1719,1718,1717,42,1930,3608,1837,0,1717,1720,1719,1717,1720,1719,42,635,1837,3608,0,1721,1719,1720,1721,1719,1720,42,3608,1930,669,0,1720,1717,1587,1720,1717,1587,42,3608,669,1311,0,1720,1587,1590,1720,1587,1590,42,1311,1096,3608,0,1590,1722,1720,1590,1722,1720,42,635,3608,1096,0,1721,1720,1722,1721,1720,1722,42,1096,1311,668,0,1722,1590,1592,1722,1590,1592,42,1155,635,1096,0,1723,1721,1722,1723,1721,1722,42,1096,3609,1155,0,1722,1724,1723,1722,1724,1723,42,634,1155,3609,0,1725,1723,1724,1725,1723,1724,42,3609,1096,668,0,1724,1722,1592,1724,1722,1592,42,3609,668,1674,0,1724,1592,1593,1724,1592,1593,42,1674,3199,3609,0,1593,1726,1724,1593,1726,1724,42,634,3609,3199,0,1725,1724,1726,1725,1724,1726,42,3199,1674,667,0,1726,1593,1595,1726,1593,1595,42,3610,634,3199,0,1727,1725,1726,1727,1725,1726,42,3199,1797,3610,0,1726,1597,1727,1726,1597,1727,42,666,3610,1797,0,1599,1727,1597,1599,1727,1597,42,1797,3199,667,0,1597,1726,1595,1597,1726,1595,42,1275,634,3610,0,1728,1725,1727,1728,1725,1727,42,3610,1327,1275,0,1727,1729,1728,1727,1729,1728,42,633,1275,1327,0,1730,1728,1729,1730,1728,1729,42,1327,3610,666,0,1729,1727,1599,1729,1727,1599,42,1432,633,1327,0,1731,1730,1729,1731,1730,1729,42,1327,3611,1432,0,1729,1732,1731,1729,1732,1731,42,632,1432,3611,0,1733,1731,1732,1733,1731,1732,42,3611,1327,666,0,1732,1729,1599,1732,1729,1599,42,3611,666,1918,0,1732,1599,1601,1732,1599,1601,42,1918,1339,3611,0,1601,1734,1732,1601,1734,1732,42,632,3611,1339,0,1733,1732,1734,1733,1732,1734,42,1339,1918,665,0,1734,1601,1603,1734,1601,1603,42,3612,632,1339,0,1735,1733,1734,1735,1733,1734,42,1339,1791,3612,0,1734,1605,1735,1734,1605,1735,42,664,3612,1791,0,1607,1735,1605,1607,1735,1605,42,1791,1339,665,0,1605,1734,1603,1605,1734,1603,42,1274,632,3612,0,1736,1733,1735,1736,1733,1735,42,3612,3180,1274,0,1735,1737,1736,1735,1737,1736,42,631,1274,3180,0,1738,1736,1737,1738,1736,1737,42,3180,3612,664,0,1737,1735,1607,1737,1735,1607,42,3613,631,3180,0,1739,1738,1737,1739,1738,1737,42,3180,1642,3613,0,1737,1609,1739,1737,1609,1739,42,663,3613,1642,0,1611,1739,1609,1611,1739,1609,42,1642,3180,664,0,1609,1737,1607,1609,1737,1607,42,2927,631,3613,0,1740,1738,1739,1740,1738,1739,42,3613,3000,2927,0,1739,1741,1740,1739,1741,1740,42,630,2927,3000,0,1742,1740,1741,1742,1740,1741,42,3000,3613,663,0,1741,1739,1611,1741,1739,1611,42,2939,630,3000,0,1743,1742,1741,1743,1742,1741,42,3000,3614,2939,0,1741,1744,1743,1741,1744,1743,42,629,2939,3614,0,1745,1743,1744,1745,1743,1744,42,3614,3000,663,0,1744,1741,1611,1744,1741,1611,42,3614,663,1195,0,1744,1611,1613,1744,1611,1613,42,1195,3143,3614,0,1613,1746,1744,1613,1746,1744,42,629,3614,3143,0,1745,1744,1746,1745,1744,1746,42,3143,1195,662,0,1746,1613,1615,1746,1613,1615,42,2972,629,3143,0,1747,1745,1746,1747,1745,1746,42,3143,3615,2972,0,1746,1748,1747,1746,1748,1747,42,627,2972,3615,0,1749,1747,1748,1749,1747,1748,42,3615,3143,662,0,1748,1746,1615,1748,1746,1615,42,3615,662,1242,0,1748,1615,1618,1748,1615,1618,42,1242,1249,3615,0,1618,1750,1748,1618,1750,1748,42,627,3615,1249,0,1749,1748,1750,1749,1748,1750,42,1249,1242,660,0,1750,1618,1620,1750,1618,1620,42,3616,627,1249,0,1751,1749,1750,1751,1749,1750,42,1249,1169,3616,0,1750,1621,1751,1750,1621,1751,42,661,3616,1169,0,1623,1751,1621,1623,1751,1621,42,1169,1249,660,0,1621,1750,1620,1621,1750,1620,42,2910,627,3616,0,1752,1749,1751,1752,1749,1751,42,3616,2971,2910,0,1751,1753,1752,1751,1753,1752,42,628,2910,2971,0,1754,1752,1753,1754,1752,1753,42,2971,3616,661,0,1753,1751,1623,1753,1751,1623,42,1529,626,1332,0,1755,1756,1757,1755,1756,1757,42,1332,3617,1529,0,1757,1758,1755,1757,1758,1755,42,625,1529,3617,0,1759,1755,1758,1759,1755,1758,42,3617,1332,659,0,1758,1757,1626,1758,1757,1626,42,3617,659,3045,0,1758,1626,1625,1758,1626,1625,42,3045,1344,3617,0,1625,1760,1758,1625,1760,1758,42,625,3617,1344,0,1759,1758,1760,1759,1758,1760,42,1344,3045,658,0,1760,1625,1629,1760,1625,1629,42,1414,625,1344,0,1761,1759,1760,1761,1759,1760,42,1344,3618,1414,0,1760,1762,1761,1760,1762,1761,42,624,1414,3618,0,1763,1761,1762,1763,1761,1762,42,3618,1344,658,0,1762,1760,1629,1762,1760,1629,42,3618,658,2922,0,1762,1629,1631,1762,1629,1631,42,2922,1357,3618,0,1631,1764,1762,1631,1764,1762,42,624,3618,1357,0,1763,1762,1764,1763,1762,1764,42,1357,2922,657,0,1764,1631,1633,1764,1631,1633,42,3619,624,1357,0,1765,1763,1764,1765,1763,1764,42,1357,1178,3619,0,1764,1636,1765,1764,1636,1765,42,656,3619,1178,0,1638,1765,1636,1638,1765,1636,42,1178,1357,657,0,1636,1764,1633,1636,1764,1633,42,1794,624,3619,0,1766,1763,1765,1766,1763,1765,42,3619,1884,1794,0,1765,1767,1766,1765,1767,1766,42,623,1794,1884,0,1768,1766,1767,1768,1766,1767,42,1884,3619,656,0,1767,1765,1638,1767,1765,1638,42,1923,623,1884,0,1769,1768,1767,1769,1768,1767,42,1884,3620,1923,0,1767,1770,1769,1767,1770,1769,42,622,1923,3620,0,1771,1769,1770,1771,1769,1770,42,3620,1884,656,0,1770,1767,1638,1770,1767,1638,42,3620,656,1310,0,1770,1638,1640,1770,1638,1640,42,1310,1865,3620,0,1640,1772,1770,1640,1772,1770,42,622,3620,1865,0,1771,1770,1772,1771,1770,1772,42,1865,1310,655,0,1772,1640,1642,1772,1640,1642,42,3621,622,1865,0,1773,1771,1772,1773,1771,1772,42,1865,1441,3621,0,1772,1644,1773,1772,1644,1773,42,654,3621,1441,0,1646,1773,1644,1646,1773,1644,42,1441,1865,655,0,1644,1772,1642,1644,1772,1642,42,1982,622,3621,0,1774,1771,1773,1774,1771,1773,42,3621,1917,1982,0,1773,1775,1774,1773,1775,1774,42,621,1982,1917,0,1776,1774,1775,1776,1774,1775,42,1917,3621,654,0,1775,1773,1646,1775,1773,1646,42,3622,621,1917,0,1777,1776,1775,1777,1776,1775,42,1917,3195,3622,0,1775,1647,1777,1775,1647,1777,42,653,3622,3195,0,1649,1777,1647,1649,1777,1647,42,3195,1917,654,0,1647,1775,1646,1647,1775,1646,42,1686,621,3622,0,1778,1776,1777,1778,1776,1777,42,3622,1772,1686,0,1777,1779,1778,1777,1779,1778,42,620,1686,1772,0,1780,1778,1779,1780,1778,1779,42,1772,3622,653,0,1779,1777,1649,1779,1777,1649,42,1735,620,1772,0,1781,1780,1779,1781,1780,1779,42,1772,3623,1735,0,1779,1782,1781,1779,1782,1781,42,619,1735,3623,0,1783,1781,1782,1783,1781,1782,42,3623,1772,653,0,1782,1779,1649,1782,1779,1649,42,3623,653,3191,0,1782,1649,1652,1782,1649,1652,42,3191,1416,3623,0,1652,1784,1782,1652,1784,1782,42,619,3623,1416,0,1783,1782,1784,1783,1782,1784,42,1416,3191,652,0,1784,1652,1654,1784,1652,1654,42,3624,619,1416,0,1785,1783,1784,1785,1783,1784,42,1416,1915,3624,0,1784,1655,1785,1784,1655,1785,42,651,3624,1915,0,1657,1785,1655,1657,1785,1655,42,1915,1416,652,0,1655,1784,1654,1655,1784,1654,42,1456,619,3624,0,1786,1783,1785,1786,1783,1785,42,3624,1533,1456,0,1785,1787,1786,1785,1787,1786,42,618,1456,1533,0,1788,1786,1787,1788,1786,1787,42,1533,3624,651,0,1787,1785,1657,1787,1785,1657,42,3625,618,1533,0,1789,1788,1787,1789,1788,1787,42,1533,1902,3625,0,1787,1659,1789,1787,1659,1789,42,650,3625,1902,0,1661,1789,1659,1661,1789,1659,42,1902,1533,651,0,1659,1787,1657,1659,1787,1657,42,2689,618,3625,0,1790,1788,1789,1790,1788,1789,42,3625,2768,2689,0,1789,1791,1790,1789,1791,1790,42,617,2689,2768,0,1792,1790,1791,1792,1790,1791,42,2768,3625,650,0,1791,1789,1661,1791,1789,1661,42,3626,617,2768,0,1793,1792,1791,1793,1792,1791,42,2768,1133,3626,0,1791,1664,1793,1791,1664,1793,42,649,3626,1133,0,1666,1793,1664,1666,1793,1664,42,1133,2768,650,0,1664,1791,1661,1664,1791,1661,42,2832,617,3626,0,1794,1792,1793,1794,1792,1793,42,3626,2781,2832,0,1793,1795,1794,1793,1795,1794,42,616,2832,2781,0,1796,1794,1795,1796,1794,1795,42,2781,3626,649,0,1795,1793,1666,1795,1793,1666,42,3627,616,2781,0,1797,1796,1795,1797,1796,1795,42,2781,3152,3627,0,1795,1668,1797,1795,1668,1797,42,648,3627,3152,0,1670,1797,1668,1670,1797,1668,42,3152,2781,649,0,1668,1795,1666,1668,1795,1666,42,2688,616,3627,0,1798,1796,1797,1798,1796,1797,42,3627,3043,2688,0,1797,1799,1798,1797,1799,1798,42,615,2688,3043,0,1800,1798,1799,1800,1798,1799,42,3043,3627,648,0,1799,1797,1670,1799,1797,1670,42,3628,615,3043,0,1801,1800,1799,1801,1800,1799,42,3043,1415,3628,0,1799,1671,1801,1799,1671,1801,42,647,3628,1415,0,1673,1801,1671,1673,1801,1671,42,1415,3043,648,0,1671,1799,1670,1671,1799,1670,42,3110,615,3628,0,1802,1800,1801,1802,1800,1801,42,3628,3056,3110,0,1801,1803,1802,1801,1803,1802,42,614,3110,3056,0,1804,1802,1803,1804,1802,1803,42,3056,3628,647,0,1803,1801,1673,1803,1801,1673,42,3629,614,3056,0,1805,1804,1803,1805,1804,1803,42,3056,3160,3629,0,1803,1676,1805,1803,1676,1805,42,646,3629,3160,0,1678,1805,1676,1678,1805,1676,42,3160,3056,647,0,1676,1803,1673,1676,1803,1673,42,2725,614,3629,0,1806,1804,1805,1806,1804,1805,42,3629,2805,2725,0,1805,1807,1806,1805,1807,1806,42,613,2725,2805,0,1808,1806,1807,1808,1806,1807,42,2805,3629,646,0,1807,1805,1678,1807,1805,1678,42,2617,613,2805,0,1809,1808,1807,1809,1808,1807,42,2805,3630,2617,0,1807,1810,1809,1807,1810,1809,42,612,2617,3630,0,1811,1809,1810,1811,1809,1810,42,3630,2805,646,0,1810,1807,1678,1810,1807,1678,42,3630,646,1168,0,1810,1678,1680,1810,1678,1680,42,1168,2701,3630,0,1680,1812,1810,1680,1812,1810,42,612,3630,2701,0,1811,1810,1812,1811,1810,1812,42,2701,1168,645,0,1812,1680,1682,1812,1680,1682,42,3631,612,2701,0,1813,1811,1812,1813,1811,1812,42,2701,3076,3631,0,1812,1683,1813,1812,1683,1813,42,644,3631,3076,0,1685,1813,1683,1685,1813,1683,42,3076,2701,645,0,1683,1812,1682,1683,1812,1682,42,2620,612,3631,0,1814,1811,1813,1814,1811,1813,42,3631,1510,2620,0,1813,1815,1814,1813,1815,1814,42,611,2620,1510,0,1816,1814,1815,1816,1814,1815,42,1510,3631,644,0,1815,1813,1685,1815,1813,1685,42,1573,611,1510,0,1817,1816,1815,1817,1816,1815,42,1510,3632,1573,0,1815,1818,1817,1815,1818,1817,42,610,1573,3632,0,1819,1817,1818,1819,1817,1818,42,3632,1510,644,0,1818,1815,1685,1818,1815,1685,42,3632,644,3080,0,1818,1685,1687,1818,1685,1687,42,3080,1659,3632,0,1687,1820,1818,1687,1820,1818,42,610,3632,1659,0,1819,1818,1820,1819,1818,1820,42,1659,3080,643,0,1820,1687,1689,1820,1687,1689,42,1593,610,1659,0,1821,1819,1820,1821,1819,1820,42,1659,3633,1593,0,1820,1822,1821,1820,1822,1821,42,609,1593,3633,0,1823,1821,1822,1823,1821,1822,42,3633,1659,643,0,1822,1820,1689,1822,1820,1689,42,3633,643,3104,0,1822,1689,1692,1822,1689,1692,42,3104,1807,3633,0,1692,1824,1822,1692,1824,1822,42,609,3633,1807,0,1823,1822,1824,1823,1822,1824,42,1807,3104,642,0,1824,1692,1694,1824,1692,1694,42,1606,609,1807,0,1825,1823,1824,1825,1823,1824,42,1807,3634,1606,0,1824,1826,1825,1824,1826,1825,42,608,1606,3634,0,1827,1825,1826,1827,1825,1826,42,3634,1807,642,0,1826,1824,1694,1826,1824,1694,42,3634,642,3114,0,1826,1694,1695,1826,1694,1695,42,3114,1683,3634,0,1695,1828,1826,1695,1828,1826,42,608,3634,1683,0,1827,1826,1828,1827,1826,1828,42,1683,3114,641,0,1828,1695,1697,1828,1695,1697,42,2016,608,1683,0,1829,1827,1828,1829,1827,1828,42,1683,3635,2016,0,1828,1830,1829,1828,1830,1829,42,607,2016,3635,0,1831,1829,1830,1831,1829,1830,42,3635,1683,641,0,1830,1828,1697,1830,1828,1697,42,3635,641,3125,0,1830,1697,1700,1830,1697,1700,42,3125,2080,3635,0,1700,1832,1830,1700,1832,1830,42,607,3635,2080,0,1831,1830,1832,1831,1830,1832,42,2080,3125,640,0,1832,1700,1702,1832,1700,1702,42,3636,607,2080,0,1833,1831,1832,1833,1831,1832,42,2080,1382,3636,0,1832,1703,1833,1832,1703,1833,42,639,3636,1382,0,1705,1833,1703,1705,1833,1703,42,1382,2080,640,0,1703,1832,1702,1703,1832,1702,42,1999,607,3636,0,1834,1831,1833,1834,1831,1833,42,3636,1658,1999,0,1833,1835,1834,1833,1835,1834,42,606,1999,1658,0,1836,1834,1835,1836,1834,1835,42,1658,3636,639,0,1835,1833,1705,1835,1833,1705,42,1696,606,1658,0,1837,1836,1835,1837,1836,1835,42,1658,3637,1696,0,1835,1838,1837,1835,1838,1837,42,605,1696,3637,0,1839,1837,1838,1839,1837,1838,42,3637,1658,639,0,1838,1835,1705,1838,1835,1705,42,3637,639,1102,0,1838,1705,1707,1838,1705,1707,42,1102,1775,3637,0,1707,1840,1838,1707,1840,1838,42,605,3637,1775,0,1839,1838,1840,1839,1838,1840,42,1775,1102,638,0,1840,1707,1709,1840,1707,1709,42,1685,605,1775,0,1841,1839,1840,1841,1839,1840,42,1775,3638,1685,0,1840,1842,1841,1840,1842,1841,42,604,1685,3638,0,1843,1841,1842,1843,1841,1842,42,3638,1775,638,0,1842,1840,1709,1842,1840,1709,42,3638,638,3194,0,1842,1709,1712,1842,1709,1712,42,3194,1636,3638,0,1712,1844,1842,1712,1844,1842,42,604,3638,1636,0,1843,1842,1844,1843,1842,1844,42,1636,3194,637,0,1844,1712,1714,1844,1712,1714,42,2600,604,1636,0,1845,1843,1844,1845,1843,1844,42,1636,3639,2600,0,1844,1846,1845,1844,1846,1845,42,603,2600,3639,0,1847,1845,1846,1847,1845,1846,42,3639,1636,637,0,1846,1844,1714,1846,1844,1714,42,3639,637,1873,0,1846,1714,1716,1846,1714,1716,42,1873,2525,3639,0,1716,1848,1846,1716,1848,1846,42,603,3639,2525,0,1847,1846,1848,1847,1846,1848,42,2525,1873,636,0,1848,1716,1718,1848,1716,1718,42,2458,603,2525,0,1849,1847,1848,1849,1847,1848,42,2525,3640,2458,0,1848,1850,1849,1848,1850,1849,42,602,2458,3640,0,1851,1849,1850,1851,1849,1850,42,3640,2525,636,0,1850,1848,1718,1850,1848,1718,42,3640,636,1837,0,1850,1718,1719,1850,1718,1719,42,1837,2774,3640,0,1719,1852,1850,1719,1852,1850,42,602,3640,2774,0,1851,1850,1852,1851,1850,1852,42,2774,1837,635,0,1852,1719,1721,1852,1719,1721,42,2835,602,2774,0,1853,1851,1852,1853,1851,1852,42,2774,3641,2835,0,1852,1854,1853,1852,1854,1853,42,601,2835,3641,0,1855,1853,1854,1855,1853,1854,42,3641,2774,635,0,1854,1852,1721,1854,1852,1721,42,3641,635,1155,0,1854,1721,1723,1854,1721,1723,42,1155,2757,3641,0,1723,1856,1854,1723,1856,1854,42,601,3641,2757,0,1855,1854,1856,1855,1854,1856,42,2757,1155,634,0,1856,1723,1725,1856,1723,1725,42,3642,601,2757,0,1857,1855,1856,1857,1855,1856,42,2757,1275,3642,0,1856,1728,1857,1856,1728,1857,42,633,3642,1275,0,1730,1857,1728,1730,1857,1728,42,1275,2757,634,0,1728,1856,1725,1728,1856,1725,42,2978,601,3642,0,1858,1855,1857,1858,1855,1857,42,3642,3037,2978,0,1857,1859,1858,1857,1859,1858,42,600,2978,3037,0,1860,1858,1859,1860,1858,1859,42,3037,3642,633,0,1859,1857,1730,1859,1857,1730,42,3643,600,3037,0,1861,1860,1859,1861,1860,1859,42,3037,1432,3643,0,1859,1731,1861,1859,1731,1861,42,632,3643,1432,0,1733,1861,1731,1733,1861,1731,42,1432,3037,633,0,1731,1859,1730,1731,1859,1730,42,3103,600,3643,0,1862,1860,1861,1862,1860,1861,42,3643,3021,3103,0,1861,1863,1862,1861,1863,1862,42,599,3103,3021,0,1864,1862,1863,1864,1862,1863,42,3021,3643,632,0,1863,1861,1733,1863,1861,1733,42,3644,599,3021,0,1865,1864,1863,1865,1864,1863,42,3021,1274,3644,0,1863,1736,1865,1863,1736,1865,42,631,3644,1274,0,1738,1865,1736,1738,1865,1736,42,1274,3021,632,0,1736,1863,1733,1736,1863,1733,42,2926,599,3644,0,1866,1864,1865,1866,1864,1865,42,3644,2840,2926,0,1865,1867,1866,1865,1867,1866,42,598,2926,2840,0,1868,1866,1867,1868,1866,1867,42,2840,3644,631,0,1867,1865,1738,1867,1865,1738,42,3645,598,2840,0,1869,1868,1867,1869,1868,1867,42,2840,2927,3645,0,1867,1740,1869,1867,1740,1869,42,630,3645,2927,0,1742,1869,1740,1742,1869,1740,42,2927,2840,631,0,1740,1867,1738,1740,1867,1738,42,2401,598,3645,0,1870,1868,1869,1870,1868,1869,42,3645,2455,2401,0,1869,1871,1870,1869,1871,1870,42,597,2401,2455,0,1872,1870,1871,1872,1870,1871,42,2455,3645,630,0,1871,1869,1742,1871,1869,1742,42,2360,597,2455,0,1873,1872,1871,1873,1872,1871,42,2455,3646,2360,0,1871,1874,1873,1871,1874,1873,42,596,2360,3646,0,1875,1873,1874,1875,1873,1874,42,3646,2455,630,0,1874,1871,1742,1874,1871,1742,42,3646,630,2939,0,1874,1742,1743,1874,1742,1743,42,2939,2557,3646,0,1743,1876,1874,1743,1876,1874,42,596,3646,2557,0,1875,1874,1876,1875,1874,1876,42,2557,2939,629,0,1876,1743,1745,1876,1743,1745,42,2256,596,2557,0,1877,1875,1876,1877,1875,1876,42,2557,3647,2256,0,1876,1878,1877,1876,1878,1877,42,594,2256,3647,0,1879,1877,1878,1879,1877,1878,42,3647,2557,629,0,1878,1876,1745,1878,1876,1745,42,3647,629,2972,0,1878,1745,1747,1878,1745,1747,42,2972,1864,3647,0,1747,1880,1878,1747,1880,1878,42,594,3647,1864,0,1879,1878,1880,1879,1878,1880,42,1864,2972,627,0,1880,1747,1749,1880,1747,1749,42,2328,594,1864,0,1881,1879,1880,1881,1879,1880,42,1864,3648,2328,0,1880,1882,1881,1880,1882,1881,42,595,2328,3648,0,1883,1881,1882,1883,1881,1882,42,3648,1864,627,0,1882,1880,1749,1882,1880,1749,42,3648,627,2910,0,1882,1749,1752,1882,1749,1752,42,2910,2422,3648,0,1752,1884,1882,1752,1884,1882,42,595,3648,2422,0,1883,1882,1884,1883,1882,1884,42,2422,2910,628,0,1884,1752,1754,1884,1752,1754,42,3649,593,1883,0,1885,1886,1887,1885,1886,1887,42,1883,1529,3649,0,1887,1755,1885,1887,1755,1885,42,625,3649,1529,0,1759,1885,1755,1759,1885,1755,42,1529,1883,626,0,1755,1887,1756,1755,1887,1756,42,2051,593,3649,0,1888,1886,1885,1888,1886,1885,42,3649,1898,2051,0,1885,1889,1888,1885,1889,1888,42,592,2051,1898,0,1890,1888,1889,1890,1888,1889,42,1898,3649,625,0,1889,1885,1759,1889,1885,1759,42,3650,592,1898,0,1891,1890,1889,1891,1890,1889,42,1898,1414,3650,0,1889,1761,1891,1889,1761,1891,42,624,3650,1414,0,1763,1891,1761,1763,1891,1761,42,1414,1898,625,0,1761,1889,1759,1761,1889,1759,42,1908,592,3650,0,1892,1890,1891,1892,1890,1891,42,3650,1882,1908,0,1891,1893,1892,1891,1893,1892,42,591,1908,1882,0,1894,1892,1893,1894,1892,1893,42,1882,3650,624,0,1893,1891,1763,1893,1891,1763,42,3651,591,1882,0,1895,1894,1893,1895,1894,1893,42,1882,1794,3651,0,1893,1766,1895,1893,1766,1895,42,623,3651,1794,0,1768,1895,1766,1768,1895,1766,42,1794,1882,624,0,1766,1893,1763,1766,1893,1763,42,2277,591,3651,0,1896,1894,1895,1896,1894,1895,42,3651,2388,2277,0,1895,1897,1896,1895,1897,1896,42,590,2277,2388,0,1898,1896,1897,1898,1896,1897,42,2388,3651,623,0,1897,1895,1768,1897,1895,1768,42,2462,590,2388,0,1899,1898,1897,1899,1898,1897,42,2388,3652,2462,0,1897,1900,1899,1897,1900,1899,42,589,2462,3652,0,1901,1899,1900,1901,1899,1900,42,3652,2388,623,0,1900,1897,1768,1900,1897,1768,42,3652,623,1923,0,1900,1768,1769,1900,1768,1769,42,1923,2582,3652,0,1769,1902,1900,1769,1902,1900,42,589,3652,2582,0,1901,1900,1902,1901,1900,1902,42,2582,1923,622,0,1902,1769,1771,1902,1769,1771,42,2456,589,2582,0,1903,1901,1902,1903,1901,1902,42,2582,3653,2456,0,1902,1904,1903,1902,1904,1903,42,588,2456,3653,0,1905,1903,1904,1905,1903,1904,42,3653,2582,622,0,1904,1902,1771,1904,1902,1771,42,3653,622,1982,0,1904,1771,1774,1904,1771,1774,42,1982,2434,3653,0,1774,1906,1904,1774,1906,1904,42,588,3653,2434,0,1905,1904,1906,1905,1904,1906,42,2434,1982,621,0,1906,1774,1776,1906,1774,1776,42,2225,588,2434,0,1907,1905,1906,1907,1905,1906,42,2434,3654,2225,0,1906,1908,1907,1906,1908,1907,42,587,2225,3654,0,1909,1907,1908,1909,1907,1908,42,3654,2434,621,0,1908,1906,1776,1908,1906,1776,42,3654,621,1686,0,1908,1776,1778,1908,1776,1778,42,1686,2337,3654,0,1778,1910,1908,1778,1910,1908,42,587,3654,2337,0,1909,1908,1910,1909,1908,1910,42,2337,1686,620,0,1910,1778,1780,1910,1778,1780,42,2210,587,2337,0,1911,1909,1910,1911,1909,1910,42,2337,3655,2210,0,1910,1912,1911,1910,1912,1911,42,586,2210,3655,0,1913,1911,1912,1913,1911,1912,42,3655,2337,620,0,1912,1910,1780,1912,1910,1780,42,3655,620,1735,0,1912,1780,1781,1912,1780,1781,42,1735,2985,3655,0,1781,1914,1912,1781,1914,1912,42,586,3655,2985,0,1913,1912,1914,1913,1912,1914,42,2985,1735,619,0,1914,1781,1783,1914,1781,1783,42,3656,586,2985,0,1915,1913,1914,1915,1913,1914,42,2985,1456,3656,0,1914,1786,1915,1914,1786,1915,42,618,3656,1456,0,1788,1915,1786,1788,1915,1786,42,1456,2985,619,0,1786,1914,1783,1786,1914,1783,42,3057,586,3656,0,1916,1913,1915,1916,1913,1915,42,3656,3042,3057,0,1915,1917,1916,1915,1917,1916,42,585,3057,3042,0,1918,1916,1917,1918,1916,1917,42,3042,3656,618,0,1917,1915,1788,1917,1915,1788,42,3657,585,3042,0,1919,1918,1917,1919,1918,1917,42,3042,2689,3657,0,1917,1790,1919,1917,1790,1919,42,617,3657,2689,0,1792,1919,1790,1792,1919,1790,42,2689,3042,618,0,1790,1917,1788,1790,1917,1788,42,2137,585,3657,0,1920,1918,1919,1920,1918,1919,42,3657,2251,2137,0,1919,1921,1920,1919,1921,1920,42,584,2137,2251,0,1922,1920,1921,1922,1920,1921,42,2251,3657,617,0,1921,1919,1792,1921,1919,1792,42,3658,584,2251,0,1923,1922,1921,1923,1922,1921,42,2251,2832,3658,0,1921,1794,1923,1921,1794,1923,42,616,3658,2832,0,1796,1923,1794,1796,1923,1794,42,2832,2251,617,0,1794,1921,1792,1794,1921,1792,42,2259,584,3658,0,1924,1922,1923,1924,1922,1923,42,3658,2239,2259,0,1923,1925,1924,1923,1925,1924,42,583,2259,2239,0,1926,1924,1925,1926,1924,1925,42,2239,3658,616,0,1925,1923,1796,1925,1923,1796,42,2144,583,2239,0,1927,1926,1925,1927,1926,1925,42,2239,3659,2144,0,1925,1928,1927,1925,1928,1927,42,582,2144,3659,0,1929,1927,1928,1929,1927,1928,42,3659,2239,616,0,1928,1925,1796,1928,1925,1796,42,3659,616,2688,0,1928,1796,1798,1928,1796,1798,42,2688,2529,3659,0,1798,1930,1928,1798,1930,1928,42,582,3659,2529,0,1929,1928,1930,1929,1928,1930,42,2529,2688,615,0,1930,1798,1800,1930,1798,1800,42,2571,582,2529,0,1931,1929,1930,1931,1929,1930,42,2529,3660,2571,0,1930,1932,1931,1930,1932,1931,42,581,2571,3660,0,1933,1931,1932,1933,1931,1932,42,3660,2529,615,0,1932,1930,1800,1932,1930,1800,42,3660,615,3110,0,1932,1800,1802,1932,1800,1802,42,3110,2536,3660,0,1802,1934,1932,1802,1934,1932,42,581,3660,2536,0,1933,1932,1934,1933,1932,1934,42,2536,3110,614,0,1934,1802,1804,1934,1802,1804,42,2068,581,2536,0,1935,1933,1934,1935,1933,1934,42,2536,3661,2068,0,1934,1936,1935,1934,1936,1935,42,580,2068,3661,0,1937,1935,1936,1937,1935,1936,42,3661,2536,614,0,1936,1934,1804,1936,1934,1804,42,3661,614,2725,0,1936,1804,1806,1936,1804,1806,42,2725,2306,3661,0,1806,1938,1936,1806,1938,1936,42,580,3661,2306,0,1937,1936,1938,1937,1936,1938,42,2306,2725,613,0,1938,1806,1808,1938,1806,1808,42,2071,580,2306,0,1939,1937,1938,1939,1937,1938,42,2306,3662,2071,0,1938,1940,1939,1938,1940,1939,42,579,2071,3662,0,1941,1939,1940,1941,1939,1940,42,3662,2306,613,0,1940,1938,1808,1940,1938,1808,42,3662,613,2617,0,1940,1808,1809,1940,1808,1809,42,2617,2171,3662,0,1809,1942,1940,1809,1942,1940,42,579,3662,2171,0,1941,1940,1942,1941,1940,1942,42,2171,2617,612,0,1942,1809,1811,1942,1809,1811,42,3663,579,2171,0,1943,1941,1942,1943,1941,1942,42,2171,2620,3663,0,1942,1814,1943,1942,1814,1943,42,611,3663,2620,0,1816,1943,1814,1816,1943,1814,42,2620,2171,612,0,1814,1942,1811,1814,1942,1811,42,2090,579,3663,0,1944,1941,1943,1944,1941,1943,42,3663,2070,2090,0,1943,1945,1944,1943,1945,1944,42,578,2090,2070,0,1946,1944,1945,1946,1944,1945,42,2070,3663,611,0,1945,1943,1816,1945,1943,1816,42,3664,578,2070,0,1947,1946,1945,1947,1946,1945,42,2070,1573,3664,0,1945,1817,1947,1945,1817,1947,42,610,3664,1573,0,1819,1947,1817,1819,1947,1817,42,1573,2070,611,0,1817,1945,1816,1817,1945,1816,42,2135,578,3664,0,1948,1946,1947,1948,1946,1947,42,3664,2161,2135,0,1947,1949,1948,1947,1949,1948,42,577,2135,2161,0,1950,1948,1949,1950,1948,1949,42,2161,3664,610,0,1949,1947,1819,1949,1947,1819,42,2148,577,2161,0,1951,1950,1949,1951,1950,1949,42,2161,3665,2148,0,1949,1952,1951,1949,1952,1951,42,576,2148,3665,0,1953,1951,1952,1953,1951,1952,42,3665,2161,610,0,1952,1949,1819,1952,1949,1819,42,3665,610,1593,0,1952,1819,1821,1952,1819,1821,42,1593,2309,3665,0,1821,1954,1952,1821,1954,1952,42,576,3665,2309,0,1953,1952,1954,1953,1952,1954,42,2309,1593,609,0,1954,1821,1823,1954,1821,1823,42,2270,576,2309,0,1955,1953,1954,1955,1953,1954,42,2309,3666,2270,0,1954,1956,1955,1954,1956,1955,42,575,2270,3666,0,1957,1955,1956,1957,1955,1956,42,3666,2309,609,0,1956,1954,1823,1956,1954,1823,42,3666,609,1606,0,1956,1823,1825,1956,1823,1825,42,1606,2160,3666,0,1825,1958,1956,1825,1958,1956,42,575,3666,2160,0,1957,1956,1958,1957,1956,1958,42,2160,1606,608,0,1958,1825,1827,1958,1825,1827,42,2528,575,2160,0,1959,1957,1958,1959,1957,1958,42,2160,3667,2528,0,1958,1960,1959,1958,1960,1959,42,574,2528,3667,0,1961,1959,1960,1961,1959,1960,42,3667,2160,608,0,1960,1958,1827,1960,1958,1827,42,3667,608,2016,0,1960,1827,1829,1960,1827,1829,42,2016,2552,3667,0,1829,1962,1960,1829,1962,1960,42,574,3667,2552,0,1961,1960,1962,1961,1960,1962,42,2552,2016,607,0,1962,1829,1831,1962,1829,1831,42,3668,574,2552,0,1963,1961,1962,1963,1961,1962,42,2552,1999,3668,0,1962,1834,1963,1962,1834,1963,42,606,3668,1999,0,1836,1963,1834,1836,1963,1834,42,1999,2552,607,0,1834,1962,1831,1834,1962,1831,42,2500,574,3668,0,1964,1961,1963,1964,1961,1963,42,3668,2124,2500,0,1963,1965,1964,1963,1965,1964,42,573,2500,2124,0,1966,1964,1965,1966,1964,1965,42,2124,3668,606,0,1965,1963,1836,1965,1963,1836,42,3669,573,2124,0,1967,1966,1965,1967,1966,1965,42,2124,1696,3669,0,1965,1837,1967,1965,1837,1967,42,605,3669,1696,0,1839,1967,1837,1839,1967,1837,42,1696,2124,606,0,1837,1965,1836,1837,1965,1836,42,2234,573,3669,0,1968,1966,1967,1968,1966,1967,42,3669,2255,2234,0,1967,1969,1968,1967,1969,1968,42,572,2234,2255,0,1970,1968,1969,1970,1968,1969,42,2255,3669,605,0,1969,1967,1839,1969,1967,1839,42,3670,572,2255,0,1971,1970,1969,1971,1970,1969,42,2255,1685,3670,0,1969,1841,1971,1969,1841,1971,42,604,3670,1685,0,1843,1971,1841,1843,1971,1841,42,1685,2255,605,0,1841,1969,1839,1841,1969,1839,42,2995,572,3670,0,1972,1970,1971,1972,1970,1971,42,3670,3032,2995,0,1971,1973,1972,1971,1973,1972,42,571,2995,3032,0,1974,1972,1973,1974,1972,1973,42,3032,3670,604,0,1973,1971,1843,1973,1971,1843,42,3120,571,3032,0,1975,1974,1973,1975,1974,1973,42,3032,3671,3120,0,1973,1976,1975,1973,1976,1975,42,570,3120,3671,0,1977,1975,1976,1977,1975,1976,42,3671,3032,604,0,1976,1973,1843,1976,1973,1843,42,3671,604,2600,0,1976,1843,1845,1976,1843,1845,42,2600,3011,3671,0,1845,1978,1976,1845,1978,1976,42,570,3671,3011,0,1977,1976,1978,1977,1976,1978,42,3011,2600,603,0,1978,1845,1847,1978,1845,1847,42,2958,570,3011,0,1979,1977,1978,1979,1977,1978,42,3011,3672,2958,0,1978,1980,1979,1978,1980,1979,42,569,2958,3672,0,1981,1979,1980,1981,1979,1980,42,3672,3011,603,0,1980,1978,1847,1980,1978,1847,42,3672,603,2458,0,1980,1847,1849,1980,1847,1849,42,2458,2197,3672,0,1849,1982,1980,1849,1982,1980,42,569,3672,2197,0,1981,1980,1982,1981,1980,1982,42,2197,2458,602,0,1982,1849,1851,1982,1849,1851,42,2320,569,2197,0,1983,1981,1982,1983,1981,1982,42,2197,3673,2320,0,1982,1984,1983,1982,1984,1983,42,568,2320,3673,0,1985,1983,1984,1985,1983,1984,42,3673,2197,602,0,1984,1982,1851,1984,1982,1851,42,3673,602,2835,0,1984,1851,1853,1984,1851,1853,42,2835,2205,3673,0,1853,1986,1984,1853,1986,1984,42,568,3673,2205,0,1985,1984,1986,1985,1984,1986,42,2205,2835,601,0,1986,1853,1855,1986,1853,1855,42,3674,568,2205,0,1987,1985,1986,1987,1985,1986,42,2205,2978,3674,0,1986,1858,1987,1986,1858,1987,42,600,3674,2978,0,1860,1987,1858,1860,1987,1858,42,2978,2205,601,0,1858,1986,1855,1858,1986,1855,42,2437,568,3674,0,1988,1985,1987,1988,1985,1987,42,3674,2463,2437,0,1987,1989,1988,1987,1989,1988,42,567,2437,2463,0,1990,1988,1989,1990,1988,1989,42,2463,3674,600,0,1989,1987,1860,1989,1987,1860,42,3675,567,2463,0,1991,1990,1989,1991,1990,1989,42,2463,3103,3675,0,1989,1862,1991,1989,1862,1991,42,599,3675,3103,0,1864,1991,1862,1864,1991,1862,42,3103,2463,600,0,1862,1989,1860,1862,1989,1860,42,2386,567,3675,0,1992,1990,1991,1992,1990,1991,42,3675,2416,2386,0,1991,1993,1992,1991,1993,1992,42,566,2386,2416,0,1994,1992,1993,1994,1992,1993,42,2416,3675,599,0,1993,1991,1864,1993,1991,1864,42,3676,566,2416,0,1995,1994,1993,1995,1994,1993,42,2416,2926,3676,0,1993,1866,1995,1993,1866,1995,42,598,3676,2926,0,1868,1995,1866,1868,1995,1866,42,2926,2416,599,0,1866,1993,1864,1866,1993,1864,42,2398,566,3676,0,1996,1994,1995,1996,1994,1995,42,3676,2295,2398,0,1995,1997,1996,1995,1997,1996,42,565,2398,2295,0,1998,1996,1997,1998,1996,1997,42,2295,3676,598,0,1997,1995,1868,1997,1995,1868,42,3677,565,2295,0,1999,1998,1997,1999,1998,1997,42,2295,2401,3677,0,1997,1870,1999,1997,1870,1999,42,597,3677,2401,0,1872,1999,1870,1872,1999,1870,42,2401,2295,598,0,1870,1997,1868,1870,1997,1868,42,1833,565,3677,0,2000,1998,1999,2000,1998,1999,42,3677,1859,1833,0,1999,2001,2000,1999,2001,2000,42,564,1833,1859,0,2002,2000,2001,2002,2000,2001,42,1859,3677,597,0,2001,1999,1872,2001,1999,1872,42,1838,564,1859,0,2003,2002,2001,2003,2002,2001,42,1859,3678,1838,0,2001,2004,2003,2001,2004,2003,42,563,1838,3678,0,2005,2003,2004,2005,2003,2004,42,3678,1859,597,0,2004,2001,1872,2004,2001,1872,42,3678,597,2360,0,2004,1872,1873,2004,1872,1873,42,2360,2020,3678,0,1873,2006,2004,1873,2006,2004,42,563,3678,2020,0,2005,2004,2006,2005,2004,2006,42,2020,2360,596,0,2006,1873,1875,2006,1873,1875,42,1747,563,2020,0,2007,2005,2006,2007,2005,2006,42,2020,3679,1747,0,2006,2008,2007,2006,2008,2007,42,561,1747,3679,0,2009,2007,2008,2009,2007,2008,42,3679,2020,596,0,2008,2006,1875,2008,2006,1875,42,3679,596,2256,0,2008,1875,1877,2008,1875,1877,42,2256,2400,3679,0,1877,2010,2008,1877,2010,2008,42,561,3679,2400,0,2009,2008,2010,2009,2008,2010,42,2400,2256,594,0,2010,1877,1879,2010,1877,1879,42,3680,561,2400,0,2011,2009,2010,2011,2009,2010,42,2400,2328,3680,0,2010,1881,2011,2010,1881,2011,42,595,3680,2328,0,1883,2011,1881,1883,2011,1881,42,2328,2400,594,0,1881,2010,1879,1881,2010,1879,42,1806,561,3680,0,2012,2009,2011,2012,2009,2011,42,3680,1820,1806,0,2011,2013,2012,2011,2013,2012,42,562,1806,1820,0,2014,2012,2013,2014,2012,2013,42,1820,3680,595,0,2013,2011,1883,2013,2011,1883,42,3681,560,2417,0,2015,2016,2017,2015,2016,2017,42,2417,2051,3681,0,2017,1888,2015,2017,1888,2015,42,592,3681,2051,0,1890,2015,1888,1890,2015,1888,42,2051,2417,593,0,1888,2017,1886,1888,2017,1886,42,2594,560,3681,0,2018,2016,2015,2018,2016,2015,42,3681,2399,2594,0,2015,2019,2018,2015,2019,2018,42,559,2594,2399,0,2020,2018,2019,2020,2018,2019,42,2399,3681,592,0,2019,2015,1890,2019,2015,1890,42,2445,559,2399,0,2021,2020,2019,2021,2020,2019,42,2399,3682,2445,0,2019,2022,2021,2019,2022,2021,42,558,2445,3682,0,2023,2021,2022,2023,2021,2022,42,3682,2399,592,0,2022,2019,1890,2022,2019,1890,42,3682,592,1908,0,2022,1890,1892,2022,1890,1892,42,1908,2387,3682,0,1892,2024,2022,1892,2024,2022,42,558,3682,2387,0,2023,2022,2024,2023,2022,2024,42,2387,1908,591,0,2024,1892,1894,2024,1892,1894,42,2756,558,2387,0,2025,2023,2024,2025,2023,2024,42,2387,3683,2756,0,2024,2026,2025,2024,2026,2025,42,557,2756,3683,0,2027,2025,2026,2027,2025,2026,42,3683,2387,591,0,2026,2024,1894,2026,2024,1894,42,3683,591,2277,0,2026,1894,1896,2026,1894,1896,42,2277,2959,3683,0,1896,2028,2026,1896,2028,2026,42,557,3683,2959,0,2027,2026,2028,2027,2026,2028,42,2959,2277,590,0,2028,1896,1898,2028,1896,1898,42,3017,557,2959,0,2029,2027,2028,2029,2027,2028,42,2959,3684,3017,0,2028,2030,2029,2028,2030,2029,42,556,3017,3684,0,2031,2029,2030,2031,2029,2030,42,3684,2959,590,0,2030,2028,1898,2030,2028,1898,42,3684,590,2462,0,2030,1898,1899,2030,1898,1899,42,2462,3100,3684,0,1899,2032,2030,1899,2032,2030,42,556,3684,3100,0,2031,2030,2032,2031,2030,2032,42,3100,2462,589,0,2032,1899,1901,2032,1899,1901,42,3053,556,3100,0,2033,2031,2032,2033,2031,2032,42,3100,3685,3053,0,2032,2034,2033,2032,2034,2033,42,555,3053,3685,0,2035,2033,2034,2035,2033,2034,42,3685,3100,589,0,2034,2032,1901,2034,2032,1901,42,3685,589,2456,0,2034,1901,1903,2034,1901,1903,42,2456,2996,3685,0,1903,2036,2034,1903,2036,2034,42,555,3685,2996,0,2035,2034,2036,2035,2034,2036,42,2996,2456,588,0,2036,1903,1905,2036,1903,1905,42,2773,555,2996,0,2037,2035,2036,2037,2035,2036,42,2996,3686,2773,0,2036,2038,2037,2036,2038,2037,42,554,2773,3686,0,2039,2037,2038,2039,2037,2038,42,3686,2996,588,0,2038,2036,1905,2038,2036,1905,42,3686,588,2225,0,2038,1905,1907,2038,1905,1907,42,2225,2859,3686,0,1907,2040,2038,1907,2040,2038,42,554,3686,2859,0,2039,2038,2040,2039,2038,2040,42,2859,2225,587,0,2040,1907,1909,2040,1907,1909,42,2687,554,2859,0,2041,2039,2040,2041,2039,2040,42,2859,3687,2687,0,2040,2042,2041,2040,2042,2041,42,553,2687,3687,0,2043,2041,2042,2043,2041,2042,42,3687,2859,587,0,2042,2040,1909,2042,2040,1909,42,3687,587,2210,0,2042,1909,1911,2042,1909,1911,42,2210,2501,3687,0,1911,2044,2042,1911,2044,2042,42,553,3687,2501,0,2043,2042,2044,2043,2042,2044,42,2501,2210,586,0,2044,1911,1913,2044,1911,1913,42,2581,553,2501,0,2045,2043,2044,2045,2043,2044,42,2501,3688,2581,0,2044,2046,2045,2044,2046,2045,42,552,2581,3688,0,2047,2045,2046,2047,2045,2046,42,3688,2501,586,0,2046,2044,1913,2046,2044,1913,42,3688,586,3057,0,2046,1913,1916,2046,1913,1916,42,3057,2523,3688,0,1916,2048,2046,1916,2048,2046,42,552,3688,2523,0,2047,2046,2048,2047,2046,2048,42,2523,3057,585,0,2048,1916,1918,2048,1916,1918,42,1638,552,2523,0,2049,2047,2048,2049,2047,2048,42,2523,3689,1638,0,2048,2050,2049,2048,2050,2049,42,551,1638,3689,0,2051,2049,2050,2051,2049,2050,42,3689,2523,585,0,2050,2048,1918,2050,2048,1918,42,3689,585,2137,0,2050,1918,1920,2050,1918,1920,42,2137,1695,3689,0,1920,2052,2050,1920,2052,2050,42,551,3689,1695,0,2051,2050,2052,2051,2050,2052,42,1695,2137,584,0,2052,1920,1922,2052,1920,1922,42,3690,551,1695,0,2053,2051,2052,2053,2051,2052,42,1695,2259,3690,0,2052,1924,2053,2052,1924,2053,42,583,3690,2259,0,1926,2053,1924,1926,2053,1924,42,2259,1695,584,0,1924,2052,1922,1924,2052,1922,42,1795,551,3690,0,2054,2051,2053,2054,2051,2053,42,3690,1719,1795,0,2053,2055,2054,2053,2055,2054,42,550,1795,1719,0,2056,2054,2055,2056,2054,2055,42,1719,3690,583,0,2055,2053,1926,2055,2053,1926,42,1671,550,1719,0,2057,2056,2055,2057,2056,2055,42,1719,3691,1671,0,2055,2058,2057,2055,2058,2057,42,549,1671,3691,0,2059,2057,2058,2059,2057,2058,42,3691,1719,583,0,2058,2055,1926,2058,2055,1926,42,3691,583,2144,0,2058,1926,1927,2058,1926,1927,42,2144,2015,3691,0,1927,2060,2058,1927,2060,2058,42,549,3691,2015,0,2059,2058,2060,2059,2058,2060,42,2015,2144,582,0,2060,1927,1929,2060,1927,1929,42,1568,549,2015,0,2061,2059,2060,2061,2059,2060,42,2015,3692,1568,0,2060,2062,2061,2060,2062,2061,42,548,1568,3692,0,2063,2061,2062,2063,2061,2062,42,3692,2015,582,0,2062,2060,1929,2062,2060,1929,42,3692,582,2571,0,2062,1929,1931,2062,1929,1931,42,2571,1624,3692,0,1931,2064,2062,1931,2064,2062,42,548,3692,1624,0,2063,2062,2064,2063,2062,2064,42,1624,2571,581,0,2064,1931,1933,2064,1931,1933,42,1570,548,1624,0,2065,2063,2064,2065,2063,2064,42,1624,3693,1570,0,2064,2066,2065,2064,2066,2065,42,547,1570,3693,0,2067,2065,2066,2067,2065,2066,42,3693,1624,581,0,2066,2064,1933,2066,2064,1933,42,3693,581,2068,0,2066,1933,1935,2066,1933,1935,42,2068,1763,3693,0,1935,2068,2066,1935,2068,2066,42,547,3693,1763,0,2067,2066,2068,2067,2066,2068,42,1763,2068,580,0,2068,1935,1937,2068,1935,1937,42,1595,547,1763,0,2069,2067,2068,2069,2067,2068,42,1763,3694,1595,0,2068,2070,2069,2068,2070,2069,42,546,1595,3694,0,2071,2069,2070,2071,2069,2070,42,3694,1763,580,0,2070,2068,1937,2070,2068,1937,42,3694,580,2071,0,2070,1937,1939,2070,1937,1939,42,2071,1645,3694,0,1939,2072,2070,1939,2072,2070,42,546,3694,1645,0,2071,2070,2072,2071,2070,2072,42,1645,2071,579,0,2072,1939,1941,2072,1939,1941,42,3695,546,1645,0,2073,2071,2072,2073,2071,2072,42,1645,2090,3695,0,2072,1944,2073,2072,1944,2073,42,578,3695,2090,0,1946,2073,1944,1946,2073,1944,42,2090,1645,579,0,1944,2072,1941,1944,2072,1941,42,1608,546,3695,0,2074,2071,2073,2074,2071,2073,42,3695,2595,1608,0,2073,2075,2074,2073,2075,2074,42,545,1608,2595,0,2076,2074,2075,2076,2074,2075,42,2595,3695,578,0,2075,2073,1946,2075,2073,1946,42,3696,545,2595,0,2077,2076,2075,2077,2076,2075,42,2595,2135,3696,0,2075,1948,2077,2075,1948,2077,42,577,3696,2135,0,1950,2077,1948,1950,2077,1948,42,2135,2595,578,0,1948,2075,1946,1948,2075,1946,42,2680,545,3696,0,2078,2076,2077,2078,2076,2077,42,3696,2737,2680,0,2077,2079,2078,2077,2079,2078,42,544,2680,2737,0,2080,2078,2079,2080,2078,2079,42,2737,3696,577,0,2079,2077,1950,2079,2077,1950,42,2804,544,2737,0,2081,2080,2079,2081,2080,2079,42,2737,3697,2804,0,2079,2082,2081,2079,2082,2081,42,543,2804,3697,0,2083,2081,2082,2083,2081,2082,42,3697,2737,577,0,2082,2079,1950,2082,2079,1950,42,3697,577,2148,0,2082,1950,1951,2082,1950,1951,42,2148,2855,3697,0,1951,2084,2082,1951,2084,2082,42,543,3697,2855,0,2083,2082,2084,2083,2082,2084,42,2855,2148,576,0,2084,1951,1953,2084,1951,1953,42,2790,543,2855,0,2085,2083,2084,2085,2083,2084,42,2855,3698,2790,0,2084,2086,2085,2084,2086,2085,42,542,2790,3698,0,2087,2085,2086,2087,2085,2086,42,3698,2855,576,0,2086,2084,1953,2086,2084,1953,42,3698,576,2270,0,2086,1953,1955,2086,1953,1955,42,2270,2708,3698,0,1955,2088,2086,1955,2088,2086,42,542,3698,2708,0,2087,2086,2088,2087,2086,2088,42,2708,2270,575,0,2088,1955,1957,2088,1955,1957,42,3699,542,2708,0,2089,2087,2088,2089,2087,2088,42,2708,2528,3699,0,2088,1959,2089,2088,1959,2089,42,574,3699,2528,0,1961,2089,1959,1961,2089,1959,42,2528,2708,575,0,1959,2088,1957,1959,2088,1957,42,3041,542,3699,0,2090,2087,2089,2090,2087,2089,42,3699,3087,3041,0,2089,2091,2090,2089,2091,2090,42,541,3041,3087,0,2092,2090,2091,2092,2090,2091,42,3087,3699,574,0,2091,2089,1961,2091,2089,1961,42,3700,541,3087,0,2093,2092,2091,2093,2092,2091,42,3087,2500,3700,0,2091,1964,2093,2091,1964,2093,42,573,3700,2500,0,1966,2093,1964,1966,2093,1964,42,2500,3087,574,0,1964,2091,1961,1964,2091,1961,42,3035,541,3700,0,2094,2092,2093,2094,2092,2093,42,3700,2684,3035,0,2093,2095,2094,2093,2095,2094,42,540,3035,2684,0,2096,2094,2095,2096,2094,2095,42,2684,3700,573,0,2095,2093,1966,2095,2093,1966,42,2872,540,2684,0,2097,2096,2095,2097,2096,2095,42,2684,3701,2872,0,2095,2098,2097,2095,2098,2097,42,539,2872,3701,0,2099,2097,2098,2099,2097,2098,42,3701,2684,573,0,2098,2095,1966,2098,2095,1966,42,3701,573,2234,0,2098,1966,1968,2098,1966,1968,42,2234,2786,3701,0,1968,2100,2098,1968,2100,2098,42,539,3701,2786,0,2099,2098,2100,2099,2098,2100,42,2786,2234,572,0,2100,1968,1970,2100,1968,1970,42,1406,539,2786,0,2101,2099,2100,2101,2099,2100,42,2786,3702,1406,0,2100,2102,2101,2100,2102,2101,42,538,1406,3702,0,2103,2101,2102,2103,2101,2102,42,3702,2786,572,0,2102,2100,1970,2102,2100,1970,42,3702,572,2995,0,2102,1970,1972,2102,1970,1972,42,2995,1455,3702,0,1972,2104,2102,1972,2104,2102,42,538,3702,1455,0,2103,2102,2104,2103,2102,2104,42,1455,2995,571,0,2104,1972,1974,2104,1972,1974,42,3703,538,1455,0,2105,2103,2104,2105,2103,2104,42,1455,3120,3703,0,2104,1975,2105,2104,1975,2105,42,570,3703,3120,0,1977,2105,1975,1977,2105,1975,42,3120,1455,571,0,1975,2104,1974,1975,2104,1974,42,1509,538,3703,0,2106,2103,2105,2106,2103,2105,42,3703,1440,1509,0,2105,2107,2106,2105,2107,2106,42,537,1509,1440,0,2108,2106,2107,2108,2106,2107,42,1440,3703,570,0,2107,2105,1977,2107,2105,1977,42,1401,537,1440,0,2109,2108,2107,2109,2108,2107,42,1440,3704,1401,0,2107,2110,2109,2107,2110,2109,42,536,1401,3704,0,2111,2109,2110,2111,2109,2110,42,3704,1440,570,0,2110,2107,1977,2110,2107,1977,42,3704,570,2958,0,2110,1977,1979,2110,1977,1979,42,2958,1713,3704,0,1979,2112,2110,1979,2112,2110,42,536,3704,1713,0,2111,2110,2112,2111,2110,2112,42,1713,2958,569,0,2112,1979,1981,2112,1979,1981,42,1774,536,1713,0,2113,2111,2112,2113,2111,2112,42,1713,3705,1774,0,2112,2114,2113,2112,2114,2113,42,535,1774,3705,0,2115,2113,2114,2115,2113,2114,42,3705,1713,569,0,2114,2112,1981,2114,2112,1981,42,3705,569,2320,0,2114,1981,1983,2114,1981,1983,42,2320,1694,3705,0,1983,2116,2114,1983,2116,2114,42,535,3705,1694,0,2115,2114,2116,2115,2114,2116,42,1694,2320,568,0,2116,1983,1985,2116,1983,1985,42,1863,535,1694,0,2117,2115,2116,2117,2115,2116,42,1694,3706,1863,0,2116,2118,2117,2116,2118,2117,42,534,1863,3706,0,2119,2117,2118,2119,2117,2118,42,3706,1694,568,0,2118,2116,1985,2118,2116,1985,42,3706,568,2437,0,2118,1985,1988,2118,1985,1988,42,2437,2053,3706,0,1988,2120,2118,1988,2120,2118,42,534,3706,2053,0,2119,2118,2120,2119,2118,2120,42,2053,2437,567,0,2120,1988,1990,2120,1988,1990,42,1881,534,2053,0,2121,2119,2120,2121,2119,2120,42,2053,3707,1881,0,2120,2122,2121,2120,2122,2121,42,533,1881,3707,0,2123,2121,2122,2123,2121,2122,42,3707,2053,567,0,2122,2120,1990,2122,2120,1990,42,3707,567,2386,0,2122,1990,1992,2122,1990,1992,42,2386,1939,3707,0,1992,2124,2122,1992,2124,2122,42,533,3707,1939,0,2123,2122,2124,2123,2122,2124,42,1939,2386,566,0,2124,1992,1994,2124,1992,1994,42,1832,533,1939,0,2125,2123,2124,2125,2123,2124,42,1939,3708,1832,0,2124,2126,2125,2124,2126,2125,42,532,1832,3708,0,2127,2125,2126,2127,2125,2126,42,3708,1939,566,0,2126,2124,1994,2126,2124,1994,42,3708,566,2398,0,2126,1994,1996,2126,1994,1996,42,2398,1760,3708,0,1996,2128,2126,1996,2128,2126,42,532,3708,1760,0,2127,2126,2128,2127,2126,2128,42,1760,2398,565,0,2128,1996,1998,2128,1996,1998,42,1315,532,1760,0,2129,2127,2128,2129,2127,2128,42,1760,3709,1315,0,2128,2130,2129,2128,2130,2129,42,531,1315,3709,0,2131,2129,2130,2131,2129,2130,42,3709,1760,565,0,2130,2128,1998,2130,2128,1998,42,3709,565,1833,0,2130,1998,2000,2130,1998,2000,42,1833,1372,3709,0,2000,2132,2130,2000,2132,2130,42,531,3709,1372,0,2131,2130,2132,2131,2130,2132,42,1372,1833,564,0,2132,2000,2002,2132,2000,2002,42,3710,531,1372,0,2133,2131,2132,2133,2131,2132,42,1372,1838,3710,0,2132,2003,2133,2132,2003,2133,42,563,3710,1838,0,2005,2133,2003,2005,2133,2003,42,1838,1372,564,0,2003,2132,2002,2003,2132,2002,42,1532,531,3710,0,2134,2131,2133,2134,2131,2133,42,3710,1319,1532,0,2133,2135,2134,2133,2135,2134,42,530,1532,1319,0,2136,2134,2135,2136,2134,2135,42,1319,3710,563,0,2135,2133,2005,2135,2133,2005,42,3711,530,1319,0,2137,2136,2135,2137,2136,2135,42,1319,1747,3711,0,2135,2007,2137,2135,2007,2137,42,561,3711,1747,0,2009,2137,2007,2009,2137,2007,42,1747,1319,563,0,2007,2135,2005,2007,2135,2005,42,1223,530,3711,0,2138,2136,2137,2138,2136,2137,42,3711,2942,1223,0,2137,2139,2138,2137,2139,2138,42,528,1223,2942,0,2140,2138,2139,2140,2138,2139,42,2942,3711,561,0,2139,2137,2009,2139,2137,2009,42,3712,528,2942,0,2141,2140,2139,2141,2140,2139,42,2942,1806,3712,0,2139,2012,2141,2139,2012,2141,42,562,3712,1806,0,2014,2141,2012,2014,2141,2012,42,1806,2942,561,0,2012,2139,2009,2012,2139,2009,42,1290,528,3712,0,2142,2140,2141,2142,2140,2141,42,3712,1331,1290,0,2141,2143,2142,2141,2143,2142,42,529,1290,1331,0,2144,2142,2143,2144,2142,2143,42,1331,3712,562,0,2143,2141,2014,2143,2141,2014,42,3713,527,2938,0,2145,2146,2147,2145,2146,2147,42,2938,2594,3713,0,2147,2018,2145,2147,2018,2145,42,559,3713,2594,0,2020,2145,2018,2020,2145,2018,42,2594,2938,560,0,2018,2147,2016,2018,2147,2016,42,2788,527,3713,0,2148,2146,2145,2148,2146,2145,42,3713,2925,2788,0,2145,2149,2148,2145,2149,2148,42,526,2788,2925,0,2150,2148,2149,2150,2148,2149,42,2925,3713,559,0,2149,2145,2020,2149,2145,2020,42,2957,526,2925,0,2151,2150,2149,2151,2150,2149,42,2925,3714,2957,0,2149,2152,2151,2149,2152,2151,42,525,2957,3714,0,2153,2151,2152,2153,2151,2152,42,3714,2925,559,0,2152,2149,2020,2152,2149,2020,42,3714,559,2445,0,2152,2020,2021,2152,2020,2021,42,2445,1262,3714,0,2021,2154,2152,2021,2154,2152,42,525,3714,1262,0,2153,2152,2154,2153,2152,2154,42,1262,2445,558,0,2154,2021,2023,2154,2021,2023,42,2950,525,1262,0,2155,2153,2154,2155,2153,2154,42,1262,3715,2950,0,2154,2156,2155,2154,2156,2155,42,524,2950,3715,0,2157,2155,2156,2157,2155,2156,42,3715,1262,558,0,2156,2154,2023,2156,2154,2023,42,3715,558,2756,0,2156,2023,2025,2156,2023,2025,42,2756,1397,3715,0,2025,2158,2156,2025,2158,2156,42,524,3715,1397,0,2157,2156,2158,2157,2156,2158,42,1397,2756,557,0,2158,2025,2027,2158,2025,2027,42,1123,524,1397,0,2159,2157,2158,2159,2157,2158,42,1397,3716,1123,0,2158,2160,2159,2158,2160,2159,42,523,1123,3716,0,2161,2159,2160,2161,2159,2160,42,3716,1397,557,0,2160,2158,2027,2160,2158,2027,42,3716,557,3017,0,2160,2027,2029,2160,2027,2029,42,3017,1555,3716,0,2029,2162,2160,2029,2162,2160,42,523,3716,1555,0,2161,2160,2162,2161,2160,2162,42,1555,3017,556,0,2162,2029,2031,2162,2029,2031,42,1113,523,1555,0,2163,2161,2162,2163,2161,2162,42,1555,3717,1113,0,2162,2164,2163,2162,2164,2163,42,522,1113,3717,0,2165,2163,2164,2165,2163,2164,42,3717,1555,556,0,2164,2162,2031,2164,2162,2031,42,3717,556,3053,0,2164,2031,2033,2164,2031,2033,42,3053,1420,3717,0,2033,2166,2164,2033,2166,2164,42,522,3717,1420,0,2165,2164,2166,2165,2164,2166,42,1420,3053,555,0,2166,2033,2035,2166,2033,2035,42,3040,522,1420,0,2167,2165,2166,2167,2165,2166,42,1420,3718,3040,0,2166,2168,2167,2166,2168,2167,42,521,3040,3718,0,2169,2167,2168,2169,2167,2168,42,3718,1420,555,0,2168,2166,2035,2168,2166,2035,42,3718,555,2773,0,2168,2035,2037,2168,2035,2037,42,2773,1189,3718,0,2037,2170,2168,2037,2170,2168,42,521,3718,1189,0,2169,2168,2170,2169,2168,2170,42,1189,2773,554,0,2170,2037,2039,2170,2037,2039,42,2919,521,1189,0,2171,2169,2170,2171,2169,2170,42,1189,3719,2919,0,2170,2172,2171,2170,2172,2171,42,520,2919,3719,0,2173,2171,2172,2173,2171,2172,42,3719,1189,554,0,2172,2170,2039,2172,2170,2039,42,3719,554,2687,0,2172,2039,2041,2172,2039,2041,42,2687,2025,3719,0,2041,2174,2172,2041,2174,2172,42,520,3719,2025,0,2173,2172,2174,2173,2172,2174,42,2025,2687,553,0,2174,2041,2043,2174,2041,2043,42,1687,520,2025,0,2175,2173,2174,2175,2173,2174,42,2025,3720,1687,0,2174,2176,2175,2174,2176,2175,42,519,1687,3720,0,2177,2175,2176,2177,2175,2176,42,3720,2025,553,0,2176,2174,2043,2176,2174,2043,42,3720,553,2581,0,2176,2043,2045,2176,2043,2045,42,2581,2012,3720,0,2045,2178,2176,2045,2178,2176,42,519,3720,2012,0,2177,2176,2178,2177,2176,2178,42,2012,2581,552,0,2178,2045,2047,2178,2045,2047,42,3721,519,2012,0,2179,2177,2178,2179,2177,2178,42,2012,1638,3721,0,2178,2049,2179,2178,2049,2179,42,551,3721,1638,0,2051,2179,2049,2051,2179,2049,42,1638,2012,552,0,2049,2178,2047,2049,2178,2047,42,2924,519,3721,0,2180,2177,2179,2180,2177,2179,42,3721,1210,2924,0,2179,2181,2180,2179,2181,2180,42,518,2924,1210,0,2182,2180,2181,2182,2180,2181,42,1210,3721,551,0,2181,2179,2051,2181,2179,2051,42,3066,518,1210,0,2183,2182,2181,2183,2182,2181,42,1210,3722,3066,0,2181,2184,2183,2181,2184,2183,42,517,3066,3722,0,2185,2183,2184,2185,2183,2184,42,3722,1210,551,0,2184,2181,2051,2184,2181,2051,42,3722,551,1795,0,2184,2051,2054,2184,2051,2054,42,1795,1227,3722,0,2054,2186,2184,2054,2186,2184,42,517,3722,1227,0,2185,2184,2186,2185,2184,2186,42,1227,1795,550,0,2186,2054,2056,2186,2054,2056,42,2827,517,1227,0,2187,2185,2186,2187,2185,2186,42,1227,3723,2827,0,2186,2188,2187,2186,2188,2187,42,516,2827,3723,0,2189,2187,2188,2189,2187,2188,42,3723,1227,550,0,2188,2186,2056,2188,2186,2056,42,3723,550,1671,0,2188,2056,2057,2188,2056,2057,42,1671,1522,3723,0,2057,2190,2188,2057,2190,2188,42,516,3723,1522,0,2189,2188,2190,2189,2188,2190,42,1522,1671,549,0,2190,2057,2059,2190,2057,2059,42,3724,516,1522,0,2191,2189,2190,2191,2189,2190,42,1522,1568,3724,0,2190,2061,2191,2190,2061,2191,42,548,3724,1568,0,2063,2191,2061,2063,2191,2061,42,1568,1522,549,0,2061,2190,2059,2061,2190,2059,42,2834,516,3724,0,2192,2189,2191,2192,2189,2191,42,3724,1121,2834,0,2191,2193,2192,2191,2193,2192,42,515,2834,1121,0,2194,2192,2193,2194,2192,2193,42,1121,3724,548,0,2193,2191,2063,2193,2191,2063,42,2857,515,1121,0,2195,2194,2193,2195,2194,2193,42,1121,3725,2857,0,2193,2196,2195,2193,2196,2195,42,514,2857,3725,0,2197,2195,2196,2197,2195,2196,42,3725,1121,548,0,2196,2193,2063,2196,2193,2063,42,3725,548,1570,0,2196,2063,2065,2196,2063,2065,42,1570,1283,3725,0,2065,2198,2196,2065,2198,2196,42,514,3725,1283,0,2197,2196,2198,2197,2196,2198,42,1283,1570,547,0,2198,2065,2067,2198,2065,2067,42,2871,514,1283,0,2199,2197,2198,2199,2197,2198,42,1283,3726,2871,0,2198,2200,2199,2198,2200,2199,42,513,2871,3726,0,2201,2199,2200,2201,2199,2200,42,3726,1283,547,0,2200,2198,2067,2200,2198,2067,42,3726,547,1595,0,2200,2067,2069,2200,2067,2069,42,1595,1151,3726,0,2069,2202,2200,2069,2202,2200,42,513,3726,1151,0,2201,2200,2202,2201,2200,2202,42,1151,1595,546,0,2202,2069,2071,2202,2069,2071,42,2884,513,1151,0,2203,2201,2202,2203,2201,2202,42,1151,3727,2884,0,2202,2204,2203,2202,2204,2203,42,512,2884,3727,0,2205,2203,2204,2205,2203,2204,42,3727,1151,546,0,2204,2202,2071,2204,2202,2071,42,3727,546,1608,0,2204,2071,2074,2204,2071,2074,42,1608,3153,3727,0,2074,2206,2204,2074,2206,2204,42,512,3727,3153,0,2205,2204,2206,2205,2204,2206,42,3153,1608,545,0,2206,2074,2076,2206,2074,2076,42,3728,512,3153,0,2207,2205,2206,2207,2205,2206,42,3153,2680,3728,0,2206,2078,2207,2206,2078,2207,42,544,3728,2680,0,2080,2207,2078,2080,2207,2078,42,2680,3153,545,0,2078,2206,2076,2078,2206,2076,42,2720,512,3728,0,2208,2205,2207,2208,2205,2207,42,3728,1150,2720,0,2207,2209,2208,2207,2209,2208,42,511,2720,1150,0,2210,2208,2209,2210,2208,2209,42,1150,3728,544,0,2209,2207,2080,2209,2207,2080,42,3729,511,1150,0,2211,2210,2209,2211,2210,2209,42,1150,2804,3729,0,2209,2081,2211,2209,2081,2211,42,543,3729,2804,0,2083,2211,2081,2083,2211,2081,42,2804,1150,544,0,2081,2209,2080,2081,2209,2080,42,2982,511,3729,0,2212,2210,2211,2212,2210,2211,42,3729,1282,2982,0,2211,2213,2212,2211,2213,2212,42,510,2982,1282,0,2214,2212,2213,2214,2212,2213,42,1282,3729,543,0,2213,2211,2083,2213,2211,2083,42,2956,510,1282,0,2215,2214,2213,2215,2214,2213,42,1282,3730,2956,0,2213,2216,2215,2213,2216,2215,42,509,2956,3730,0,2217,2215,2216,2217,2215,2216,42,3730,1282,543,0,2216,2213,2083,2216,2213,2083,42,3730,543,2790,0,2216,2083,2085,2216,2083,2085,42,2790,1120,3730,0,2085,2218,2216,2085,2218,2216,42,509,3730,1120,0,2217,2216,2218,2217,2216,2218,42,1120,2790,542,0,2218,2085,2087,2218,2085,2087,42,1094,509,1120,0,2219,2217,2218,2219,2217,2218,42,1120,3731,1094,0,2218,2220,2219,2218,2220,2219,42,508,1094,3731,0,2221,2219,2220,2221,2219,2220,42,3731,1120,542,0,2220,2218,2087,2220,2218,2087,42,3731,542,3041,0,2220,2087,2090,2220,2087,2090,42,3041,1521,3731,0,2090,2222,2220,2090,2222,2220,42,508,3731,1521,0,2221,2220,2222,2221,2220,2222,42,1521,3041,541,0,2222,2090,2092,2222,2090,2092,42,3182,508,1521,0,2223,2221,2222,2223,2221,2222,42,1521,3732,3182,0,2222,2224,2223,2222,2224,2223,42,507,3182,3732,0,2225,2223,2224,2225,2223,2224,42,3732,1521,541,0,2224,2222,2092,2224,2222,2092,42,3732,541,3035,0,2224,2092,2094,2224,2092,2094,42,3035,1226,3732,0,2094,2226,2224,2094,2226,2224,42,507,3732,1226,0,2225,2224,2226,2225,2224,2226,42,1226,3035,540,0,2226,2094,2096,2226,2094,2096,42,3733,507,1226,0,2227,2225,2226,2227,2225,2226,42,1226,2872,3733,0,2226,2097,2227,2226,2097,2227,42,539,3733,2872,0,2099,2227,2097,2099,2227,2097,42,2872,1226,540,0,2097,2226,2096,2097,2226,2096,42,3054,507,3733,0,2228,2225,2227,2228,2225,2227,42,3733,1209,3054,0,2227,2229,2228,2227,2229,2228,42,506,3054,1209,0,2230,2228,2229,2230,2228,2229,42,1209,3733,539,0,2229,2227,2099,2229,2227,2099,42,3734,506,1209,0,2231,2230,2229,2231,2230,2229,42,1209,1406,3734,0,2229,2101,2231,2229,2101,2231,42,538,3734,1406,0,2103,2231,2101,2103,2231,2101,42,1406,1209,539,0,2101,2229,2099,2101,2229,2099,42,1557,506,3734,0,2232,2230,2231,2232,2230,2231,42,3734,2011,1557,0,2231,2233,2232,2231,2233,2232,42,505,1557,2011,0,2234,2232,2233,2234,2232,2233,42,2011,3734,538,0,2233,2231,2103,2233,2231,2103,42,3735,505,2011,0,2235,2234,2233,2235,2234,2233,42,2011,1509,3735,0,2233,2106,2235,2233,2106,2235,42,537,3735,1509,0,2108,2235,2106,2108,2235,2106,42,1509,2011,538,0,2106,2233,2103,2106,2233,2103,42,1711,505,3735,0,2236,2234,2235,2236,2234,2235,42,3735,2024,1711,0,2235,2237,2236,2235,2237,2236,42,504,1711,2024,0,2238,2236,2237,2238,2236,2237,42,2024,3735,537,0,2237,2235,2108,2237,2235,2108,42,1556,504,2024,0,2239,2238,2237,2239,2238,2237,42,2024,3736,1556,0,2237,2240,2239,2237,2240,2239,42,503,1556,3736,0,2241,2239,2240,2241,2239,2240,42,3736,2024,537,0,2240,2237,2108,2240,2237,2108,42,3736,537,1401,0,2240,2108,2109,2240,2108,2109,42,1401,1188,3736,0,2109,2242,2240,2109,2242,2240,42,503,3736,1188,0,2241,2240,2242,2241,2240,2242,42,1188,1401,536,0,2242,2109,2111,2242,2109,2111,42,3119,503,1188,0,2243,2241,2242,2243,2241,2242,42,1188,3737,3119,0,2242,2244,2243,2242,2244,2243,42,502,3119,3737,0,2245,2243,2244,2245,2243,2244,42,3737,1188,536,0,2244,2242,2111,2244,2242,2111,42,3737,536,1774,0,2244,2111,2113,2244,2111,2113,42,1774,1419,3737,0,2113,2246,2244,2113,2246,2244,42,502,3737,1419,0,2245,2244,2246,2245,2244,2246,42,1419,1774,535,0,2246,2113,2115,2246,2113,2115,42,3129,502,1419,0,2247,2245,2246,2247,2245,2246,42,1419,3738,3129,0,2246,2248,2247,2246,2248,2247,42,501,3129,3738,0,2249,2247,2248,2249,2247,2248,42,3738,1419,535,0,2248,2246,2115,2248,2246,2115,42,3738,535,1863,0,2248,2115,2117,2248,2115,2117,42,1863,1554,3738,0,2117,2250,2248,2117,2250,2248,42,501,3738,1554,0,2249,2248,2250,2249,2248,2250,42,1554,1863,534,0,2250,2117,2119,2250,2117,2119,42,3098,501,1554,0,2251,2249,2250,2251,2249,2250,42,1554,3739,3098,0,2250,2252,2251,2250,2252,2251,42,500,3098,3739,0,2253,2251,2252,2253,2251,2252,42,3739,1554,534,0,2252,2250,2119,2252,2250,2119,42,3739,534,1881,0,2252,2119,2121,2252,2119,2121,42,1881,1396,3739,0,2121,2254,2252,2121,2254,2252,42,500,3739,1396,0,2253,2252,2254,2253,2252,2254,42,1396,1881,533,0,2254,2121,2123,2254,2121,2123,42,3101,500,1396,0,2255,2253,2254,2255,2253,2254,42,1396,3740,3101,0,2254,2256,2255,2254,2256,2255,42,499,3101,3740,0,2257,2255,2256,2257,2255,2256,42,3740,1396,533,0,2256,2254,2123,2256,2254,2123,42,3740,533,1832,0,2256,2123,2125,2256,2123,2125,42,1832,1261,3740,0,2125,2258,2256,2125,2258,2256,42,499,3740,1261,0,2257,2256,2258,2257,2256,2258,42,1261,1832,532,0,2258,2125,2127,2258,2125,2127,42,3741,499,1261,0,2259,2257,2258,2259,2257,2258,42,1261,1315,3741,0,2258,2129,2259,2258,2129,2259,42,531,3741,1315,0,2131,2259,2129,2131,2259,2129,42,1315,1261,532,0,2129,2258,2127,2129,2258,2127,42,2628,499,3741,0,2260,2257,2259,2260,2257,2259,42,3741,2944,2628,0,2259,2261,2260,2259,2261,2260,42,498,2628,2944,0,2262,2260,2261,2262,2260,2261,42,2944,3741,531,0,2261,2259,2131,2261,2259,2131,42,3742,498,2944,0,2263,2262,2261,2263,2262,2261,42,2944,1532,3742,0,2261,2134,2263,2261,2134,2263,42,530,3742,1532,0,2136,2263,2134,2136,2263,2134,42,1532,2944,531,0,2134,2261,2131,2134,2261,2131,42,2770,498,3742,0,2264,2262,2263,2264,2262,2263,42,3742,2952,2770,0,2263,2265,2264,2263,2265,2264,42,497,2770,2952,0,2266,2264,2265,2266,2264,2265,42,2952,3742,530,0,2265,2263,2136,2265,2263,2136,42,3743,497,2952,0,2267,2266,2265,2267,2266,2265,42,2952,1223,3743,0,2265,2138,2267,2265,2138,2267,42,528,3743,1223,0,2140,2267,2138,2140,2267,2138,42,1223,2952,530,0,2138,2265,2136,2138,2265,2136,42,2397,497,3743,0,2268,2266,2267,2268,2266,2267,42,3743,3118,2397,0,2267,2269,2268,2267,2269,2268,42,495,2397,3118,0,2270,2268,2269,2270,2268,2269,42,3118,3743,528,0,2269,2267,2140,2269,2267,2140,42,3744,495,3118,0,2271,2270,2269,2271,2270,2269,42,3118,1290,3744,0,2269,2142,2271,2269,2142,2271,42,529,3744,1290,0,2144,2271,2142,2144,2271,2142,42,1290,3118,528,0,2142,2269,2140,2142,2269,2140,42,2504,495,3744,0,2272,2270,2271,2272,2270,2271,42,3744,2968,2504,0,2271,2273,2272,2271,2273,2272,42,496,2504,2968,0,2274,2272,2273,2274,2272,2273,42,2968,3744,529,0,2273,2271,2144,2273,2271,2144,42,3745,494,3108,0,2275,2276,2277,2275,2276,2277,42,3108,2788,3745,0,2277,2148,2275,2277,2148,2275,42,526,3745,2788,0,2150,2275,2148,2150,2275,2148,42,2788,3108,527,0,2148,2277,2146,2148,2277,2146,42,1098,494,3745,0,2278,2276,2275,2278,2276,2275,42,3745,3144,1098,0,2275,2279,2278,2275,2279,2278,42,493,1098,3144,0,2280,2278,2279,2280,2278,2279,42,3144,3745,526,0,2279,2275,2150,2279,2275,2150,42,1356,493,3144,0,2281,2280,2279,2281,2280,2279,42,3144,3746,1356,0,2279,2282,2281,2279,2282,2281,42,492,1356,3746,0,2283,2281,2282,2283,2281,2282,42,3746,3144,526,0,2282,2279,2150,2282,2279,2150,42,3746,526,2957,0,2282,2150,2151,2282,2150,2151,42,2957,1412,3746,0,2151,2284,2282,2151,2284,2282,42,492,3746,1412,0,2283,2282,2284,2283,2282,2284,42,1412,2957,525,0,2284,2151,2153,2284,2151,2153,42,1404,492,1412,0,2285,2283,2284,2285,2283,2284,42,1412,3747,1404,0,2284,2286,2285,2284,2286,2285,42,491,1404,3747,0,2287,2285,2286,2287,2285,2286,42,3747,1412,525,0,2286,2284,2153,2286,2284,2153,42,3747,525,2950,0,2286,2153,2155,2286,2153,2155,42,2950,1571,3747,0,2155,2288,2286,2155,2288,2286,42,491,3747,1571,0,2287,2286,2288,2287,2286,2288,42,1571,2950,524,0,2288,2155,2157,2288,2155,2157,42,1643,491,1571,0,2289,2287,2288,2289,2287,2288,42,1571,3748,1643,0,2288,2290,2289,2288,2290,2289,42,490,1643,3748,0,2291,2289,2290,2291,2289,2290,42,3748,1571,524,0,2290,2288,2157,2290,2288,2157,42,3748,524,1123,0,2290,2157,2159,2290,2157,2159,42,1123,1704,3748,0,2159,2292,2290,2159,2292,2290,42,490,3748,1704,0,2291,2290,2292,2291,2290,2292,42,1704,1123,523,0,2292,2159,2161,2292,2159,2161,42,3749,490,1704,0,2293,2291,2292,2293,2291,2292,42,1704,1113,3749,0,2292,2163,2293,2292,2163,2293,42,522,3749,1113,0,2165,2293,2163,2165,2293,2163,42,1113,1704,523,0,2163,2292,2161,2163,2292,2161,42,1297,490,3749,0,2294,2291,2293,2294,2291,2293,42,3749,1347,1297,0,2293,2295,2294,2293,2295,2294,42,489,1297,1347,0,2296,2294,2295,2296,2294,2295,42,1347,3749,522,0,2295,2293,2165,2295,2293,2165,42,1444,489,1347,0,2297,2296,2295,2297,2296,2295,42,1347,3750,1444,0,2295,2298,2297,2295,2298,2297,42,488,1444,3750,0,2299,2297,2298,2299,2297,2298,42,3750,1347,522,0,2298,2295,2165,2298,2295,2165,42,3750,522,3040,0,2298,2165,2167,2298,2165,2167,42,3040,1361,3750,0,2167,2300,2298,2167,2300,2298,42,488,3750,1361,0,2299,2298,2300,2299,2298,2300,42,1361,3040,521,0,2300,2167,2169,2300,2167,2169,42,3751,488,1361,0,2301,2299,2300,2301,2299,2300,42,1361,2919,3751,0,2300,2171,2301,2300,2171,2301,42,520,3751,2919,0,2173,2301,2171,2173,2301,2171,42,2919,1361,521,0,2171,2300,2169,2171,2300,2169,42,1296,488,3751,0,2302,2299,2301,2302,2299,2301,42,3751,3197,1296,0,2301,2303,2302,2301,2303,2302,42,487,1296,3197,0,2304,2302,2303,2304,2302,2303,42,3197,3751,520,0,2303,2301,2173,2303,2301,2173,42,1172,487,3197,0,2305,2304,2303,2305,2304,2303,42,3197,3752,1172,0,2303,2306,2305,2303,2306,2305,42,486,1172,3752,0,2307,2305,2306,2307,2305,2306,42,3752,3197,520,0,2306,2303,2173,2306,2303,2173,42,3752,520,1687,0,2306,2173,2175,2306,2173,2175,42,1687,1106,3752,0,2175,2308,2306,2175,2308,2306,42,486,3752,1106,0,2307,2306,2308,2307,2306,2308,42,1106,1687,519,0,2308,2175,2177,2308,2175,2177,42,2381,486,1106,0,2309,2307,2308,2309,2307,2308,42,1106,3753,2381,0,2308,2310,2309,2308,2310,2309,42,485,2381,3753,0,2311,2309,2310,2311,2309,2310,42,3753,1106,519,0,2310,2308,2177,2310,2308,2177,42,3753,519,2924,0,2310,2177,2180,2310,2177,2180,42,2924,2441,3753,0,2180,2312,2310,2180,2312,2310,42,485,3753,2441,0,2311,2310,2312,2311,2310,2312,42,2441,2924,518,0,2312,2180,2182,2312,2180,2182,42,3754,485,2441,0,2313,2311,2312,2313,2311,2312,42,2441,3066,3754,0,2312,2183,2313,2312,2183,2313,42,517,3754,3066,0,2185,2313,2183,2185,2313,2183,42,3066,2441,518,0,2183,2312,2182,2183,2312,2182,42,2283,485,3754,0,2314,2311,2313,2314,2311,2313,42,3754,2336,2283,0,2313,2315,2314,2313,2315,2314,42,484,2283,2336,0,2316,2314,2315,2316,2314,2315,42,2336,3754,517,0,2315,2313,2185,2315,2313,2185,42,3755,484,2336,0,2317,2316,2315,2317,2316,2315,42,2336,2827,3755,0,2315,2187,2317,2315,2187,2317,42,516,3755,2827,0,2189,2317,2187,2189,2317,2187,42,2827,2336,517,0,2187,2315,2185,2187,2315,2185,42,2288,484,3755,0,2318,2316,2317,2318,2316,2317,42,3755,2740,2288,0,2317,2319,2318,2317,2319,2318,42,483,2288,2740,0,2320,2318,2319,2320,2318,2319,42,2740,3755,516,0,2319,2317,2189,2319,2317,2189,42,3756,483,2740,0,2321,2320,2319,2321,2320,2319,42,2740,2834,3756,0,2319,2192,2321,2319,2192,2321,42,515,3756,2834,0,2194,2321,2192,2194,2321,2192,42,2834,2740,516,0,2192,2319,2189,2192,2319,2189,42,2311,483,3756,0,2322,2320,2321,2322,2320,2321,42,3756,2354,2311,0,2321,2323,2322,2321,2323,2322,42,482,2311,2354,0,2324,2322,2323,2324,2322,2323,42,2354,3756,515,0,2323,2321,2194,2323,2321,2194,42,2323,482,2354,0,2325,2324,2323,2325,2324,2323,42,2354,3757,2323,0,2323,2326,2325,2323,2326,2325,42,481,2323,3757,0,2327,2325,2326,2327,2325,2326,42,3757,2354,515,0,2326,2323,2194,2326,2323,2194,42,3757,515,2857,0,2326,2194,2195,2326,2194,2195,42,2857,2505,3757,0,2195,2328,2326,2195,2328,2326,42,481,3757,2505,0,2327,2326,2328,2327,2326,2328,42,2505,2857,514,0,2328,2195,2197,2328,2195,2197,42,2333,481,2505,0,2329,2327,2328,2329,2327,2328,42,2505,3758,2333,0,2328,2330,2329,2328,2330,2329,42,480,2333,3758,0,2331,2329,2330,2331,2329,2330,42,3758,2505,514,0,2330,2328,2197,2330,2328,2197,42,3758,514,2871,0,2330,2197,2199,2330,2197,2199,42,2871,2376,3758,0,2199,2332,2330,2199,2332,2330,42,480,3758,2376,0,2331,2330,2332,2331,2330,2332,42,2376,2871,513,0,2332,2199,2201,2332,2199,2201,42,3759,480,2376,0,2333,2331,2332,2333,2331,2332,42,2376,2884,3759,0,2332,2203,2333,2332,2203,2333,42,512,3759,2884,0,2205,2333,2203,2205,2333,2203,42,2884,2376,513,0,2203,2332,2201,2203,2332,2201,42,2191,480,3759,0,2334,2331,2333,2334,2331,2333,42,3759,2240,2191,0,2333,2335,2334,2333,2335,2334,42,479,2191,2240,0,2336,2334,2335,2336,2334,2335,42,2240,3759,512,0,2335,2333,2205,2335,2333,2205,42,2175,479,2240,0,2337,2336,2335,2337,2336,2335,42,2240,3760,2175,0,2335,2338,2337,2335,2338,2337,42,478,2175,3760,0,2339,2337,2338,2339,2337,2338,42,3760,2240,512,0,2338,2335,2205,2338,2335,2205,42,3760,512,2720,0,2338,2205,2208,2338,2205,2208,42,2720,1305,3760,0,2208,2340,2338,2208,2340,2338,42,478,3760,1305,0,2339,2338,2340,2339,2338,2340,42,1305,2720,511,0,2340,2208,2210,2340,2208,2210,42,3761,478,1305,0,2341,2339,2340,2341,2339,2340,42,1305,2982,3761,0,2340,2212,2341,2340,2212,2341,42,510,3761,2982,0,2214,2341,2212,2214,2341,2212,42,2982,1305,511,0,2212,2340,2210,2212,2340,2210,42,1364,478,3761,0,2342,2339,2341,2342,2339,2341,42,3761,1417,1364,0,2341,2343,2342,2341,2343,2342,42,477,1364,1417,0,2344,2342,2343,2344,2342,2343,42,1417,3761,510,0,2343,2341,2214,2343,2341,2214,42,3762,477,1417,0,2345,2344,2343,2345,2344,2343,42,1417,2956,3762,0,2343,2215,2345,2343,2215,2345,42,509,3762,2956,0,2217,2345,2215,2217,2345,2215,42,2956,1417,510,0,2215,2343,2214,2215,2343,2214,42,1355,477,3762,0,2346,2344,2345,2346,2344,2345,42,3762,1277,1355,0,2345,2347,2346,2345,2347,2346,42,476,1355,1277,0,2348,2346,2347,2348,2346,2347,42,1277,3762,509,0,2347,2345,2217,2347,2345,2217,42,3763,476,1277,0,2349,2348,2347,2349,2348,2347,42,1277,1094,3763,0,2347,2219,2349,2347,2219,2349,42,508,3763,1094,0,2221,2349,2219,2221,2349,2219,42,1094,1277,509,0,2219,2347,2217,2219,2347,2217,42,1732,476,3763,0,2350,2348,2349,2350,2348,2349,42,3763,1641,1732,0,2349,2351,2350,2349,2351,2350,42,475,1732,1641,0,2352,2350,2351,2352,2350,2351,42,1641,3763,508,0,2351,2349,2221,2351,2349,2221,42,3764,475,1641,0,2353,2352,2351,2353,2352,2351,42,1641,3182,3764,0,2351,2223,2353,2351,2223,2353,42,507,3764,3182,0,2225,2353,2223,2225,2353,2223,42,3182,1641,508,0,2223,2351,2221,2223,2351,2221,42,1572,475,3764,0,2354,2352,2353,2354,2352,2353,42,3764,1374,1572,0,2353,2355,2354,2353,2355,2354,42,474,1572,1374,0,2356,2354,2355,2356,2354,2355,42,1374,3764,507,0,2355,2353,2225,2355,2353,2225,42,1437,474,1374,0,2357,2356,2355,2357,2356,2355,42,1374,3765,1437,0,2355,2358,2357,2355,2358,2357,42,473,1437,3765,0,2359,2357,2358,2359,2357,2358,42,3765,1374,507,0,2358,2355,2225,2358,2355,2225,42,3765,507,3054,0,2358,2225,2228,2358,2225,2228,42,3054,1346,3765,0,2228,2360,2358,2228,2360,2358,42,473,3765,1346,0,2359,2358,2360,2359,2358,2360,42,1346,3054,506,0,2360,2228,2230,2360,2228,2230,42,2069,473,1346,0,2361,2359,2360,2361,2359,2360,42,1346,3766,2069,0,2360,2362,2361,2360,2362,2361,42,472,2069,3766,0,2363,2361,2362,2363,2361,2362,42,3766,1346,506,0,2362,2360,2230,2362,2360,2230,42,3766,506,1557,0,2362,2230,2232,2362,2230,2232,42,1557,2136,3766,0,2232,2364,2362,2232,2364,2362,42,472,3766,2136,0,2363,2362,2364,2363,2362,2364,42,2136,1557,505,0,2364,2232,2234,2364,2232,2234,42,2180,472,2136,0,2365,2363,2364,2365,2363,2364,42,2136,3767,2180,0,2364,2366,2365,2364,2366,2365,42,471,2180,3767,0,2367,2365,2366,2367,2365,2366,42,3767,2136,505,0,2366,2364,2234,2366,2364,2234,42,3767,505,1711,0,2366,2234,2236,2366,2234,2236,42,1711,2120,3767,0,2236,2368,2366,2236,2368,2366,42,471,3767,2120,0,2367,2366,2368,2367,2366,2368,42,2120,1711,504,0,2368,2236,2238,2368,2236,2238,42,3768,471,2120,0,2369,2367,2368,2369,2367,2368,42,2120,1556,3768,0,2368,2239,2369,2368,2239,2369,42,503,3768,1556,0,2241,2369,2239,2241,2369,2239,42,1556,2120,504,0,2239,2368,2238,2239,2368,2238,42,2026,471,3768,0,2370,2367,2369,2370,2367,2369,42,3768,2482,2026,0,2369,2371,2370,2369,2371,2370,42,470,2026,2482,0,2372,2370,2371,2372,2370,2371,42,2482,3768,503,0,2371,2369,2241,2371,2369,2241,42,2543,470,2482,0,2373,2372,2371,2373,2372,2371,42,2482,3769,2543,0,2371,2374,2373,2371,2374,2373,42,469,2543,3769,0,2375,2373,2374,2375,2373,2374,42,3769,2482,503,0,2374,2371,2241,2374,2371,2241,42,3769,503,3119,0,2374,2241,2243,2374,2241,2243,42,3119,2621,3769,0,2243,2376,2374,2243,2376,2374,42,469,3769,2621,0,2375,2374,2376,2375,2374,2376,42,2621,3119,502,0,2376,2243,2245,2376,2243,2245,42,2506,469,2621,0,2377,2375,2376,2377,2375,2376,42,2621,3770,2506,0,2376,2378,2377,2376,2378,2377,42,468,2506,3770,0,2379,2377,2378,2379,2377,2378,42,3770,2621,502,0,2378,2376,2245,2378,2376,2245,42,3770,502,3129,0,2378,2245,2247,2378,2245,2247,42,3129,2721,3770,0,2247,2380,2378,2247,2380,2378,42,468,3770,2721,0,2379,2378,2380,2379,2378,2380,42,2721,3129,501,0,2380,2247,2249,2380,2247,2249,42,2513,468,2721,0,2381,2379,2380,2381,2379,2380,42,2721,3771,2513,0,2380,2382,2381,2380,2382,2381,42,467,2513,3771,0,2383,2381,2382,2383,2381,2382,42,3771,2721,501,0,2382,2380,2249,2382,2380,2249,42,3771,501,3098,0,2382,2249,2251,2382,2249,2251,42,3098,2596,3771,0,2251,2384,2382,2251,2384,2382,42,467,3771,2596,0,2383,2382,2384,2383,2382,2384,42,2596,3098,500,0,2384,2251,2253,2384,2251,2253,42,1953,467,2596,0,2385,2383,2384,2385,2383,2384,42,2596,3772,1953,0,2384,2386,2385,2384,2386,2385,42,466,1953,3772,0,2387,2385,2386,2387,2385,2386,42,3772,2596,500,0,2386,2384,2253,2386,2384,2253,42,3772,500,3101,0,2386,2253,2255,2386,2253,2255,42,3101,2033,3772,0,2255,2388,2386,2255,2388,2386,42,466,3772,2033,0,2387,2386,2388,2387,2386,2388,42,2033,3101,499,0,2388,2255,2257,2388,2255,2257,42,3773,466,2033,0,2389,2387,2388,2389,2387,2388,42,2033,2628,3773,0,2388,2260,2389,2388,2260,2389,42,498,3773,2628,0,2262,2389,2260,2262,2389,2260,42,2628,2033,499,0,2260,2388,2257,2260,2388,2257,42,2087,466,3773,0,2390,2387,2389,2390,2387,2389,42,3773,2039,2087,0,2389,2391,2390,2389,2391,2390,42,465,2087,2039,0,2392,2390,2391,2392,2390,2391,42,2039,3773,498,0,2391,2389,2262,2391,2389,2262,42,3774,465,2039,0,2393,2392,2391,2393,2392,2391,42,2039,2770,3774,0,2391,2264,2393,2391,2264,2393,42,497,3774,2770,0,2266,2393,2264,2266,2393,2264,42,2770,2039,498,0,2264,2391,2262,2264,2391,2262,42,2221,465,3774,0,2394,2392,2393,2394,2392,2393,42,3774,2050,2221,0,2393,2395,2394,2393,2395,2394,42,464,2221,2050,0,2396,2394,2395,2396,2394,2395,42,2050,3774,497,0,2395,2393,2266,2395,2393,2266,42,3775,464,2050,0,2397,2396,2395,2397,2396,2395,42,2050,2397,3775,0,2395,2268,2397,2395,2268,2397,42,495,3775,2397,0,2270,2397,2268,2270,2397,2268,42,2397,2050,497,0,2268,2395,2266,2268,2395,2266,42,1872,464,3775,0,2398,2396,2397,2398,2396,2397,42,3775,1471,1872,0,2397,2399,2398,2397,2399,2398,42,462,1872,1471,0,2400,2398,2399,2400,2398,2399,42,1471,3775,495,0,2399,2397,2270,2399,2397,2270,42,3776,462,1471,0,2401,2400,2399,2401,2400,2399,42,1471,2504,3776,0,2399,2272,2401,2399,2272,2401,42,496,3776,2504,0,2274,2401,2272,2274,2401,2272,42,2504,1471,495,0,2272,2399,2270,2272,2399,2270,42,1952,462,3776,0,2402,2400,2401,2402,2400,2401,42,3776,2038,1952,0,2401,2403,2402,2401,2403,2402,42,463,1952,2038,0,2404,2402,2403,2404,2402,2403,42,2038,3776,496,0,2403,2401,2274,2403,2401,2274,42,1621,461,1644,0,2405,2406,2407,2405,2406,2407,42,1644,3777,1621,0,2407,2408,2405,2407,2408,2405,42,460,1621,3777,0,2409,2405,2408,2409,2405,2408,42,3777,1644,494,0,2408,2407,2276,2408,2407,2276,42,3777,494,1098,0,2408,2276,2278,2408,2276,2278,42,1098,1512,3777,0,2278,2410,2408,2278,2410,2408,42,460,3777,1512,0,2409,2408,2410,2409,2408,2410,42,1512,1098,493,0,2410,2278,2280,2410,2278,2280,42,3778,460,1512,0,2411,2409,2410,2411,2409,2410,42,1512,1356,3778,0,2410,2281,2411,2410,2281,2411,42,492,3778,1356,0,2283,2411,2281,2283,2411,2281,42,1356,1512,493,0,2281,2410,2280,2281,2410,2280,42,1934,460,3778,0,2412,2409,2411,2412,2409,2411,42,3778,1971,1934,0,2411,2413,2412,2411,2413,2412,42,459,1934,1971,0,2414,2412,2413,2414,2412,2413,42,1971,3778,492,0,2413,2411,2283,2413,2411,2283,42,3779,459,1971,0,2415,2414,2413,2415,2414,2413,42,1971,1404,3779,0,2413,2285,2415,2413,2285,2415,42,491,3779,1404,0,2287,2415,2285,2287,2415,2285,42,1404,1971,492,0,2285,2413,2283,2285,2413,2283,42,1921,459,3779,0,2416,2414,2415,2416,2414,2415,42,3779,2075,1921,0,2415,2417,2416,2415,2417,2416,42,458,1921,2075,0,2418,2416,2417,2418,2416,2417,42,2075,3779,491,0,2417,2415,2287,2417,2415,2287,42,2219,458,2075,0,2419,2418,2417,2419,2418,2417,42,2075,3780,2219,0,2417,2420,2419,2417,2420,2419,42,457,2219,3780,0,2421,2419,2420,2421,2419,2420,42,3780,2075,491,0,2420,2417,2287,2420,2417,2287,42,3780,491,1643,0,2420,2287,2289,2420,2287,2289,42,1643,2110,3780,0,2289,2422,2420,2289,2422,2420,42,457,3780,2110,0,2421,2420,2422,2421,2420,2422,42,2110,1643,490,0,2422,2289,2291,2422,2289,2291,42,1834,457,2110,0,2423,2421,2422,2423,2421,2422,42,2110,3781,1834,0,2422,2424,2423,2422,2424,2423,42,456,1834,3781,0,2425,2423,2424,2425,2423,2424,42,3781,2110,490,0,2424,2422,2291,2424,2422,2291,42,3781,490,1297,0,2424,2291,2294,2424,2291,2294,42,1297,1860,3781,0,2294,2426,2424,2294,2426,2424,42,456,3781,1860,0,2425,2424,2426,2425,2424,2426,42,1860,1297,489,0,2426,2294,2296,2426,2294,2296,42,3782,456,1860,0,2427,2425,2426,2427,2425,2426,42,1860,1444,3782,0,2426,2297,2427,2426,2297,2427,42,488,3782,1444,0,2299,2427,2297,2299,2427,2297,42,1444,1860,489,0,2297,2426,2296,2297,2426,2296,42,1980,456,3782,0,2428,2425,2427,2428,2425,2427,42,3782,1846,1980,0,2427,2429,2428,2427,2429,2428,42,455,1980,1846,0,2430,2428,2429,2430,2428,2429,42,1846,3782,488,0,2429,2427,2299,2429,2427,2299,42,1841,455,1846,0,2431,2430,2429,2431,2430,2429,42,1846,3783,1841,0,2429,2432,2431,2429,2432,2431,42,454,1841,3783,0,2433,2431,2432,2433,2431,2432,42,3783,1846,488,0,2432,2429,2299,2432,2429,2299,42,3783,488,1296,0,2432,2299,2302,2432,2299,2302,42,1296,2663,3783,0,2302,2434,2432,2302,2434,2432,42,454,3783,2663,0,2433,2432,2434,2433,2432,2434,42,2663,1296,487,0,2434,2302,2304,2434,2302,2304,42,3784,454,2663,0,2435,2433,2434,2435,2433,2434,42,2663,1172,3784,0,2434,2305,2435,2434,2305,2435,42,486,3784,1172,0,2307,2435,2305,2307,2435,2305,42,1172,2663,487,0,2305,2434,2304,2305,2434,2304,42,2785,454,3784,0,2436,2433,2435,2436,2433,2435,42,3784,2675,2785,0,2435,2437,2436,2435,2437,2436,42,453,2785,2675,0,2438,2436,2437,2438,2436,2437,42,2675,3784,486,0,2437,2435,2307,2437,2435,2307,42,1756,453,2675,0,2439,2438,2437,2439,2438,2437,42,2675,3785,1756,0,2437,2440,2439,2437,2440,2439,42,452,1756,3785,0,2441,2439,2440,2441,2439,2440,42,3785,2675,486,0,2440,2437,2307,2440,2437,2307,42,3785,486,2381,0,2440,2307,2309,2440,2307,2309,42,2381,1919,3785,0,2309,2442,2440,2309,2442,2440,42,452,3785,1919,0,2441,2440,2442,2441,2440,2442,42,1919,2381,485,0,2442,2309,2311,2442,2309,2311,42,1762,452,1919,0,2443,2441,2442,2443,2441,2442,42,1919,3786,1762,0,2442,2444,2443,2442,2444,2443,42,451,1762,3786,0,2445,2443,2444,2445,2443,2444,42,3786,1919,485,0,2444,2442,2311,2444,2442,2311,42,3786,485,2283,0,2444,2311,2314,2444,2311,2314,42,2283,1781,3786,0,2314,2446,2444,2314,2446,2444,42,451,3786,1781,0,2445,2444,2446,2445,2444,2446,42,1781,2283,484,0,2446,2314,2316,2446,2314,2316,42,1780,451,1781,0,2447,2445,2446,2447,2445,2446,42,1781,3787,1780,0,2446,2448,2447,2446,2448,2447,42,450,1780,3787,0,2449,2447,2448,2449,2447,2448,42,3787,1781,484,0,2448,2446,2316,2448,2446,2316,42,3787,484,2288,0,2448,2316,2318,2448,2316,2318,42,2288,2200,3787,0,2318,2450,2448,2318,2450,2448,42,450,3787,2200,0,2449,2448,2450,2449,2448,2450,42,2200,2288,483,0,2450,2318,2320,2450,2318,2320,42,3788,450,2200,0,2451,2449,2450,2451,2449,2450,42,2200,2311,3788,0,2450,2322,2451,2450,2322,2451,42,482,3788,2311,0,2324,2451,2322,2324,2451,2322,42,2311,2200,483,0,2322,2450,2320,2322,2450,2320,42,1793,450,3788,0,2452,2449,2451,2452,2449,2451,42,3788,1815,1793,0,2451,2453,2452,2451,2453,2452,42,449,1793,1815,0,2454,2452,2453,2454,2452,2453,42,1815,3788,482,0,2453,2451,2324,2453,2451,2324,42,1804,449,1815,0,2455,2454,2453,2455,2454,2453,42,1815,3789,1804,0,2453,2456,2455,2453,2456,2455,42,448,1804,3789,0,2457,2455,2456,2457,2455,2456,42,3789,1815,482,0,2456,2453,2324,2456,2453,2324,42,3789,482,2323,0,2456,2324,2325,2456,2324,2325,42,2323,1983,3789,0,2325,2458,2456,2325,2458,2456,42,448,3789,1983,0,2457,2456,2458,2457,2456,2458,42,1983,2323,481,0,2458,2325,2327,2458,2325,2327,42,1933,448,1983,0,2459,2457,2458,2459,2457,2458,42,1983,3790,1933,0,2458,2460,2459,2458,2460,2459,42,447,1933,3790,0,2461,2459,2460,2461,2459,2460,42,3790,1983,481,0,2460,2458,2327,2460,2458,2327,42,3790,481,2333,0,2460,2327,2329,2460,2327,2329,42,2333,1814,3790,0,2329,2462,2460,2329,2462,2460,42,447,3790,1814,0,2461,2460,2462,2461,2460,2462,42,1814,2333,480,0,2462,2329,2331,2462,2329,2331,42,1630,447,1814,0,2463,2461,2462,2463,2461,2462,42,1814,3791,1630,0,2462,2464,2463,2462,2464,2463,42,446,1630,3791,0,2465,2463,2464,2465,2463,2464,42,3791,1814,480,0,2464,2462,2331,2464,2462,2331,42,3791,480,2191,0,2464,2331,2334,2464,2331,2334,42,2191,1681,3791,0,2334,2466,2464,2334,2466,2464,42,446,3791,1681,0,2465,2464,2466,2465,2464,2466,42,1681,2191,479,0,2466,2334,2336,2466,2334,2336,42,1610,446,1681,0,2467,2465,2466,2467,2465,2466,42,1681,3792,1610,0,2466,2468,2467,2466,2468,2467,42,445,1610,3792,0,2469,2467,2468,2469,2467,2468,42,3792,1681,479,0,2468,2466,2336,2468,2466,2336,42,3792,479,2175,0,2468,2336,2337,2468,2336,2337,42,2175,1796,3792,0,2337,2470,2468,2337,2470,2468,42,445,3792,1796,0,2469,2468,2470,2469,2468,2470,42,1796,2175,478,0,2470,2337,2339,2470,2337,2339,42,3793,445,1796,0,2471,2469,2470,2471,2469,2470,42,1796,1364,3793,0,2470,2342,2471,2470,2342,2471,42,477,3793,1364,0,2344,2471,2342,2344,2471,2342,42,1364,1796,478,0,2342,2470,2339,2342,2470,2339,42,1879,445,3793,0,2472,2469,2471,2472,2469,2471,42,3793,1935,1879,0,2471,2473,2472,2471,2473,2472,42,444,1879,1935,0,2474,2472,2473,2474,2472,2473,42,1935,3793,477,0,2473,2471,2344,2473,2471,2344,42,3794,444,1935,0,2475,2474,2473,2475,2474,2473,42,1935,1355,3794,0,2473,2346,2475,2473,2346,2475,42,476,3794,1355,0,2348,2475,2346,2348,2475,2346,42,1355,1935,477,0,2346,2473,2344,2346,2473,2344,42,2105,444,3794,0,2476,2474,2475,2476,2474,2475,42,3794,2157,2105,0,2475,2477,2476,2475,2477,2476,42,443,2105,2157,0,2478,2476,2477,2478,2476,2477,42,2157,3794,476,0,2477,2475,2348,2477,2475,2348,42,3795,443,2157,0,2479,2478,2477,2479,2478,2477,42,2157,1732,3795,0,2477,2350,2479,2477,2350,2479,42,475,3795,1732,0,2352,2479,2350,2352,2479,2350,42,1732,2157,476,0,2350,2477,2348,2350,2477,2348,42,2226,443,3795,0,2480,2478,2479,2480,2478,2479,42,3795,2143,2226,0,2479,2481,2480,2479,2481,2480,42,442,2226,2143,0,2482,2480,2481,2482,2480,2481,42,2143,3795,475,0,2481,2479,2352,2481,2479,2352,42,3796,442,2143,0,2483,2482,2481,2483,2482,2481,42,2143,1572,3796,0,2481,2354,2483,2481,2354,2483,42,474,3796,1572,0,2356,2483,2354,2356,2483,2354,42,1572,2143,475,0,2354,2481,2352,2354,2481,2352,42,2083,442,3796,0,2484,2482,2483,2484,2482,2483,42,3796,1867,2083,0,2483,2485,2484,2483,2485,2484,42,441,2083,1867,0,2486,2484,2485,2486,2484,2485,42,1867,3796,474,0,2485,2483,2356,2485,2483,2356,42,3797,441,1867,0,2487,2486,2485,2487,2486,2485,42,1867,1437,3797,0,2485,2357,2487,2485,2357,2487,42,473,3797,1437,0,2359,2487,2357,2359,2487,2357,42,1437,1867,474,0,2357,2485,2356,2357,2485,2356,42,1976,441,3797,0,2488,2486,2487,2488,2486,2487,42,3797,1885,1976,0,2487,2489,2488,2487,2489,2488,42,440,1976,1885,0,2490,2488,2489,2490,2488,2489,42,1885,3797,473,0,2489,2487,2359,2489,2487,2359,42,3798,440,1885,0,2491,2490,2489,2491,2490,2489,42,1885,2069,3798,0,2489,2361,2491,2489,2361,2491,42,472,3798,2069,0,2363,2491,2361,2363,2491,2361,42,2069,1885,473,0,2361,2489,2359,2361,2489,2359,42,2602,440,3798,0,2492,2490,2491,2492,2490,2491,42,3798,2658,2602,0,2491,2493,2492,2491,2493,2492,42,439,2602,2658,0,2494,2492,2493,2494,2492,2493,42,2658,3798,472,0,2493,2491,2363,2493,2491,2363,42,2569,439,2658,0,2495,2494,2493,2495,2494,2493,42,2658,3799,2569,0,2493,2496,2495,2493,2496,2495,42,438,2569,3799,0,2497,2495,2496,2497,2495,2496,42,3799,2658,472,0,2496,2493,2363,2496,2493,2363,42,3799,472,2180,0,2496,2363,2365,2496,2363,2365,42,2180,2611,3799,0,2365,2498,2496,2365,2498,2496,42,438,3799,2611,0,2497,2496,2498,2497,2496,2498,42,2611,2180,471,0,2498,2365,2367,2498,2365,2367,42,3800,438,2611,0,2499,2497,2498,2499,2497,2498,42,2611,2026,3800,0,2498,2370,2499,2498,2370,2499,42,470,3800,2026,0,2372,2499,2370,2372,2499,2370,42,2026,2611,471,0,2370,2498,2367,2370,2498,2367,42,2583,438,3800,0,2500,2497,2499,2500,2497,2499,42,3800,1985,2583,0,2499,2501,2500,2499,2501,2500,42,437,2583,1985,0,2502,2500,2501,2502,2500,2501,42,1985,3800,470,0,2501,2499,2372,2501,2499,2372,42,3801,437,1985,0,2503,2502,2501,2503,2502,2501,42,1985,2543,3801,0,2501,2373,2503,2501,2373,2503,42,469,3801,2543,0,2375,2503,2373,2375,2503,2373,42,2543,1985,470,0,2373,2501,2372,2373,2501,2372,42,2029,437,3801,0,2504,2502,2503,2504,2502,2503,42,3801,2066,2029,0,2503,2505,2504,2503,2505,2504,42,436,2029,2066,0,2506,2504,2505,2506,2504,2505,42,2066,3801,469,0,2505,2503,2375,2505,2503,2375,42,2030,436,2066,0,2507,2506,2505,2507,2506,2505,42,2066,3802,2030,0,2505,2508,2507,2505,2508,2507,42,435,2030,3802,0,2509,2507,2508,2509,2507,2508,42,3802,2066,469,0,2508,2505,2375,2508,2505,2375,42,3802,469,2506,0,2508,2375,2377,2508,2375,2377,42,2506,2196,3802,0,2377,2510,2508,2377,2510,2508,42,435,3802,2196,0,2509,2508,2510,2509,2508,2510,42,2196,2506,468,0,2510,2377,2379,2510,2377,2379,42,2100,435,2196,0,2511,2509,2510,2511,2509,2510,42,2196,3803,2100,0,2510,2512,2511,2510,2512,2511,42,434,2100,3803,0,2513,2511,2512,2513,2511,2512,42,3803,2196,468,0,2512,2510,2379,2512,2510,2379,42,3803,468,2513,0,2512,2379,2381,2512,2379,2381,42,2513,2032,3803,0,2381,2514,2512,2381,2514,2512,42,434,3803,2032,0,2513,2512,2514,2513,2512,2514,42,2032,2513,467,0,2514,2381,2383,2514,2381,2383,42,1453,434,2032,0,2515,2513,2514,2515,2513,2514,42,2032,3804,1453,0,2514,2516,2515,2514,2516,2515,42,433,1453,3804,0,2517,2515,2516,2517,2515,2516,42,3804,2032,467,0,2516,2514,2383,2516,2514,2383,42,3804,467,1953,0,2516,2383,2385,2516,2383,2385,42,1953,1496,3804,0,2385,2518,2516,2385,2518,2516,42,433,3804,1496,0,2517,2516,2518,2517,2516,2518,42,1496,1953,466,0,2518,2385,2387,2518,2385,2387,42,1586,433,1496,0,2519,2517,2518,2519,2517,2518,42,1496,3805,1586,0,2518,2520,2519,2518,2520,2519,42,432,1586,3805,0,2521,2519,2520,2521,2519,2520,42,3805,1496,466,0,2520,2518,2387,2520,2518,2387,42,3805,466,2087,0,2520,2387,2390,2520,2387,2390,42,2087,1508,3805,0,2390,2522,2520,2390,2522,2520,42,432,3805,1508,0,2521,2520,2522,2521,2520,2522,42,1508,2087,465,0,2522,2390,2392,2522,2390,2392,42,3806,432,1508,0,2523,2521,2522,2523,2521,2522,42,1508,2221,3806,0,2522,2394,2523,2522,2394,2523,42,464,3806,2221,0,2396,2523,2394,2396,2523,2394,42,2221,1508,465,0,2394,2522,2392,2394,2522,2392,42,1715,432,3806,0,2524,2521,2523,2524,2521,2523,42,3806,1495,1715,0,2523,2525,2524,2523,2525,2524,42,431,1715,1495,0,2526,2524,2525,2526,2524,2525,42,1495,3806,464,0,2525,2523,2396,2525,2523,2396,42,3807,431,1495,0,2527,2526,2525,2527,2526,2525,42,1495,1872,3807,0,2525,2398,2527,2525,2398,2527,42,462,3807,1872,0,2400,2527,2398,2400,2527,2398,42,1872,1495,464,0,2398,2525,2396,2398,2525,2396,42,1421,431,3807,0,2528,2526,2527,2528,2526,2527,42,3807,2084,1421,0,2527,2529,2528,2527,2529,2528,42,429,1421,2084,0,2530,2528,2529,2530,2528,2529,42,2084,3807,462,0,2529,2527,2400,2529,2527,2400,42,3808,429,2084,0,2531,2530,2529,2531,2530,2529,42,2084,1952,3808,0,2529,2402,2531,2529,2402,2531,42,463,3808,1952,0,2404,2531,2402,2404,2531,2402,42,1952,2084,462,0,2402,2529,2400,2402,2529,2400,42,1345,429,3808,0,2532,2530,2531,2532,2530,2531,42,3808,1482,1345,0,2531,2533,2532,2531,2533,2532,42,430,1345,1482,0,2534,2532,2533,2534,2532,2533,42,1482,3808,463,0,2533,2531,2404,2533,2531,2404,42,2190,428,2202,0,2535,2536,2537,2535,2536,2537,42,2202,3809,2190,0,2537,2538,2535,2537,2538,2535,42,427,2190,3809,0,2539,2535,2538,2539,2535,2538,42,3809,2202,461,0,2538,2537,2406,2538,2537,2406,42,3809,461,1621,0,2538,2406,2405,2538,2406,2405,42,1621,2106,3809,0,2405,2540,2538,2405,2540,2538,42,427,3809,2106,0,2539,2538,2540,2539,2538,2540,42,2106,1621,460,0,2540,2405,2409,2540,2405,2409,42,2442,427,2106,0,2541,2539,2540,2541,2539,2540,42,2106,3810,2442,0,2540,2542,2541,2540,2542,2541,42,426,2442,3810,0,2543,2541,2542,2543,2541,2542,42,3810,2106,460,0,2542,2540,2409,2542,2540,2409,42,3810,460,1934,0,2542,2409,2412,2542,2409,2412,42,1934,2490,3810,0,2412,2544,2542,2412,2544,2542,42,426,3810,2490,0,2543,2542,2544,2543,2542,2544,42,2490,1934,459,0,2544,2412,2414,2544,2412,2414,42,2351,426,2490,0,2545,2543,2544,2545,2543,2544,42,2490,3811,2351,0,2544,2546,2545,2544,2546,2545,42,425,2351,3811,0,2547,2545,2546,2547,2545,2546,42,3811,2490,459,0,2546,2544,2414,2546,2544,2414,42,3811,459,1921,0,2546,2414,2416,2546,2414,2416,42,1921,2669,3811,0,2416,2548,2546,2416,2548,2546,42,425,3811,2669,0,2547,2546,2548,2547,2546,2548,42,2669,1921,458,0,2548,2416,2418,2548,2416,2418,42,2767,425,2669,0,2549,2547,2548,2549,2547,2548,42,2669,3812,2767,0,2548,2550,2549,2548,2550,2549,42,424,2767,3812,0,2551,2549,2550,2551,2549,2550,42,3812,2669,458,0,2550,2548,2418,2550,2548,2418,42,3812,458,2219,0,2550,2418,2419,2550,2418,2419,42,2219,2682,3812,0,2419,2552,2550,2419,2552,2550,42,424,3812,2682,0,2551,2550,2552,2551,2550,2552,42,2682,2219,457,0,2552,2419,2421,2552,2419,2421,42,3813,424,2682,0,2553,2551,2552,2553,2551,2552,42,2682,1834,3813,0,2552,2423,2553,2552,2423,2553,42,456,3813,1834,0,2425,2553,2423,2425,2553,2423,42,1834,2682,457,0,2423,2552,2421,2423,2552,2421,42,2350,424,3813,0,2554,2551,2553,2554,2551,2553,42,3813,2406,2350,0,2553,2555,2554,2553,2555,2554,42,423,2350,2406,0,2556,2554,2555,2556,2554,2555,42,2406,3813,456,0,2555,2553,2425,2555,2553,2425,42,2508,423,2406,0,2557,2556,2555,2557,2556,2555,42,2406,3814,2508,0,2555,2558,2557,2555,2558,2557,42,422,2508,3814,0,2559,2557,2558,2559,2557,2558,42,3814,2406,456,0,2558,2555,2425,2558,2555,2425,42,3814,456,1980,0,2558,2425,2428,2558,2425,2428,42,1980,2427,3814,0,2428,2560,2558,2428,2560,2558,42,422,3814,2427,0,2559,2558,2560,2559,2558,2560,42,2427,1980,455,0,2560,2428,2430,2560,2428,2430,42,3815,422,2427,0,2561,2559,2560,2561,2559,2560,42,2427,1841,3815,0,2560,2431,2561,2560,2431,2561,42,454,3815,1841,0,2433,2561,2431,2433,2561,2431,42,1841,2427,455,0,2431,2560,2430,2431,2560,2430,42,2380,422,3815,0,2562,2559,2561,2562,2559,2561,42,3815,2172,2380,0,2561,2563,2562,2561,2563,2562,42,421,2380,2172,0,2564,2562,2563,2564,2562,2563,42,2172,3815,454,0,2563,2561,2433,2563,2561,2433,42,1580,421,2172,0,2565,2564,2563,2565,2564,2563,42,2172,3816,1580,0,2563,2566,2565,2563,2566,2565,42,420,1580,3816,0,2567,2565,2566,2567,2565,2566,42,3816,2172,454,0,2566,2563,2433,2566,2563,2433,42,3816,454,2785,0,2566,2433,2436,2566,2433,2436,42,2785,1666,3816,0,2436,2568,2566,2436,2568,2566,42,420,3816,1666,0,2567,2566,2568,2567,2566,2568,42,1666,2785,453,0,2568,2436,2438,2568,2436,2438,42,1587,420,1666,0,2569,2567,2568,2569,2567,2568,42,1666,3817,1587,0,2568,2570,2569,2568,2570,2569,42,419,1587,3817,0,2571,2569,2570,2571,2569,2570,42,3817,1666,453,0,2570,2568,2438,2570,2568,2438,42,3817,453,1756,0,2570,2438,2439,2570,2438,2439,42,1756,1803,3817,0,2439,2572,2570,2439,2572,2570,42,419,3817,1803,0,2571,2570,2572,2571,2570,2572,42,1803,1756,452,0,2572,2439,2441,2572,2439,2441,42,1612,419,1803,0,2573,2571,2572,2573,2571,2572,42,1803,3818,1612,0,2572,2574,2573,2572,2574,2573,42,418,1612,3818,0,2575,2573,2574,2575,2573,2574,42,3818,1803,452,0,2574,2572,2441,2574,2572,2441,42,3818,452,1762,0,2574,2441,2443,2574,2441,2443,42,1762,1689,3818,0,2443,2576,2574,2443,2576,2574,42,418,3818,1689,0,2575,2574,2576,2575,2574,2576,42,1689,1762,451,0,2576,2443,2445,2576,2443,2445,42,1623,418,1689,0,2577,2575,2576,2577,2575,2576,42,1689,3819,1623,0,2576,2578,2577,2576,2578,2577,42,417,1623,3819,0,2579,2577,2578,2579,2577,2578,42,3819,1689,451,0,2578,2576,2445,2578,2576,2445,42,3819,451,1780,0,2578,2445,2447,2578,2445,2447,42,1780,2103,3819,0,2447,2580,2578,2447,2580,2578,42,417,3819,2103,0,2579,2578,2580,2579,2578,2580,42,2103,1780,450,0,2580,2447,2449,2580,2447,2449,42,1633,417,2103,0,2581,2579,2580,2581,2579,2580,42,2103,3820,1633,0,2580,2582,2581,2580,2582,2581,42,416,1633,3820,0,2583,2581,2582,2583,2581,2582,42,3820,2103,450,0,2582,2580,2449,2582,2580,2449,42,3820,450,1793,0,2582,2449,2452,2582,2449,2452,42,1793,1724,3820,0,2452,2584,2582,2452,2584,2582,42,416,3820,1724,0,2583,2582,2584,2583,2582,2584,42,1724,1793,449,0,2584,2452,2454,2584,2452,2454,42,3821,416,1724,0,2585,2583,2584,2585,2583,2584,42,1724,1804,3821,0,2584,2455,2585,2584,2455,2585,42,448,3821,1804,0,2457,2585,2455,2457,2585,2455,42,1804,1724,449,0,2455,2584,2454,2455,2584,2454,42,1759,416,3821,0,2586,2583,2585,2586,2583,2585,42,3821,1831,1759,0,2585,2587,2586,2585,2587,2586,42,415,1759,1831,0,2588,2586,2587,2588,2586,2587,42,1831,3821,448,0,2587,2585,2457,2587,2585,2457,42,1746,415,1831,0,2589,2588,2587,2589,2588,2587,42,1831,3822,1746,0,2587,2590,2589,2587,2590,2589,42,414,1746,3822,0,2591,2589,2590,2591,2589,2590,42,3822,1831,448,0,2590,2587,2457,2590,2587,2457,42,3822,448,1933,0,2590,2457,2459,2590,2457,2459,42,1933,1688,3822,0,2459,2592,2590,2459,2592,2590,42,414,3822,1688,0,2591,2590,2592,2591,2590,2592,42,1688,1933,447,0,2592,2459,2461,2592,2459,2461,42,1463,414,1688,0,2593,2591,2592,2593,2591,2592,42,1688,3823,1463,0,2592,2594,2593,2592,2594,2593,42,413,1463,3823,0,2595,2593,2594,2595,2593,2594,42,3823,1688,447,0,2594,2592,2461,2594,2592,2461,42,3823,447,1630,0,2594,2461,2463,2594,2461,2463,42,1630,1543,3823,0,2463,2596,2594,2463,2596,2594,42,413,3823,1543,0,2595,2594,2596,2595,2594,2596,42,1543,1630,446,0,2596,2463,2465,2596,2463,2465,42,1459,413,1543,0,2597,2595,2596,2597,2595,2596,42,1543,3824,1459,0,2596,2598,2597,2596,2598,2597,42,412,1459,3824,0,2599,2597,2598,2599,2597,2598,42,3824,1543,446,0,2598,2596,2465,2598,2596,2465,42,3824,446,1610,0,2598,2465,2467,2598,2465,2467,42,1610,2734,3824,0,2467,2600,2598,2467,2600,2598,42,412,3824,2734,0,2599,2598,2600,2599,2598,2600,42,2734,1610,445,0,2600,2467,2469,2600,2467,2469,42,3825,412,2734,0,2601,2599,2600,2601,2599,2600,42,2734,1879,3825,0,2600,2472,2601,2600,2472,2601,42,444,3825,1879,0,2474,2601,2472,2474,2601,2472,42,1879,2734,445,0,2472,2600,2469,2472,2600,2469,42,2889,412,3825,0,2602,2599,2601,2602,2599,2601,42,3825,2830,2889,0,2601,2603,2602,2601,2603,2602,42,411,2889,2830,0,2604,2602,2603,2604,2602,2603,42,2830,3825,444,0,2603,2601,2474,2603,2601,2474,42,3826,411,2830,0,2605,2604,2603,2605,2604,2603,42,2830,2105,3826,0,2603,2476,2605,2603,2476,2605,42,443,3826,2105,0,2478,2605,2476,2478,2605,2476,42,2105,2830,444,0,2476,2603,2474,2476,2603,2474,42,2998,411,3826,0,2606,2604,2605,2606,2604,2605,42,3826,3084,2998,0,2605,2607,2606,2605,2607,2606,42,410,2998,3084,0,2608,2606,2607,2608,2606,2607,42,3084,3826,443,0,2607,2605,2478,2607,2605,2478,42,3827,410,3084,0,2609,2608,2607,2609,2608,2607,42,3084,2226,3827,0,2607,2480,2609,2607,2480,2609,42,442,3827,2226,0,2482,2609,2480,2482,2609,2480,42,2226,3084,443,0,2480,2607,2478,2480,2607,2478,42,3115,410,3827,0,2610,2608,2609,2610,2608,2609,42,3827,3064,3115,0,2609,2611,2610,2609,2611,2610,42,409,3115,3064,0,2612,2610,2611,2612,2610,2611,42,3064,3827,442,0,2611,2609,2482,2611,2609,2482,42,3828,409,3064,0,2613,2612,2611,2613,2612,2611,42,3064,2083,3828,0,2611,2484,2613,2611,2484,2613,42,441,3828,2083,0,2486,2613,2484,2486,2613,2484,42,2083,3064,442,0,2484,2611,2482,2484,2611,2482,42,2993,409,3828,0,2614,2612,2613,2614,2612,2613,42,3828,2813,2993,0,2613,2615,2614,2613,2615,2614,42,408,2993,2813,0,2616,2614,2615,2616,2614,2615,42,2813,3828,441,0,2615,2613,2486,2615,2613,2486,42,2849,408,2813,0,2617,2616,2615,2617,2616,2615,42,2813,3829,2849,0,2615,2618,2617,2615,2618,2617,42,407,2849,3829,0,2619,2617,2618,2619,2617,2618,42,3829,2813,441,0,2618,2615,2486,2618,2615,2486,42,3829,441,1976,0,2618,2486,2488,2618,2486,2488,42,1976,2801,3829,0,2488,2620,2618,2488,2620,2618,42,407,3829,2801,0,2619,2618,2620,2619,2618,2620,42,2801,1976,440,0,2620,2488,2490,2620,2488,2490,42,3830,407,2801,0,2621,2619,2620,2621,2619,2620,42,2801,2602,3830,0,2620,2492,2621,2620,2492,2621,42,439,3830,2602,0,2494,2621,2492,2494,2621,2492,42,2602,2801,440,0,2492,2620,2490,2492,2620,2490,42,1348,407,3830,0,2622,2619,2621,2622,2619,2621,42,3830,1559,1348,0,2621,2623,2622,2621,2623,2622,42,406,1348,1559,0,2624,2622,2623,2624,2622,2623,42,1559,3830,439,0,2623,2621,2494,2623,2621,2494,42,1362,406,1559,0,2625,2624,2623,2625,2624,2623,42,1559,3831,1362,0,2623,2626,2625,2623,2626,2625,42,405,1362,3831,0,2627,2625,2626,2627,2625,2626,42,3831,1559,439,0,2626,2623,2494,2626,2623,2494,42,3831,439,2569,0,2626,2494,2495,2626,2494,2495,42,2569,1446,3831,0,2495,2628,2626,2495,2628,2626,42,405,3831,1446,0,2627,2626,2628,2627,2626,2628,42,1446,2569,438,0,2628,2495,2497,2628,2495,2497,42,1322,405,1446,0,2629,2627,2628,2629,2627,2628,42,1446,3832,1322,0,2628,2630,2629,2628,2630,2629,42,404,1322,3832,0,2631,2629,2630,2631,2629,2630,42,3832,1446,438,0,2630,2628,2497,2630,2628,2497,42,3832,438,2583,0,2630,2497,2500,2630,2497,2500,42,2583,1799,3832,0,2500,2632,2630,2500,2632,2630,42,404,3832,1799,0,2631,2630,2632,2631,2630,2632,42,1799,2583,437,0,2632,2500,2502,2632,2500,2502,42,1852,404,1799,0,2633,2631,2632,2633,2631,2632,42,1799,3833,1852,0,2632,2634,2633,2632,2634,2633,42,403,1852,3833,0,2635,2633,2634,2635,2633,2634,42,3833,1799,437,0,2634,2632,2502,2634,2632,2502,42,3833,437,2029,0,2634,2502,2504,2634,2502,2504,42,2029,1955,3833,0,2504,2636,2634,2504,2636,2634,42,403,3833,1955,0,2635,2634,2636,2635,2634,2636,42,1955,2029,436,0,2636,2504,2506,2636,2504,2506,42,3834,403,1955,0,2637,2635,2636,2637,2635,2636,42,1955,2030,3834,0,2636,2507,2637,2636,2507,2637,42,435,3834,2030,0,2509,2637,2507,2509,2637,2507,42,2030,1955,436,0,2507,2636,2506,2507,2636,2506,42,2081,403,3834,0,2638,2635,2637,2638,2635,2637,42,3834,1901,2081,0,2637,2639,2638,2637,2639,2638,42,402,2081,1901,0,2640,2638,2639,2640,2638,2639,42,1901,3834,435,0,2639,2637,2509,2639,2637,2509,42,1975,402,1901,0,2641,2640,2639,2641,2640,2639,42,1901,3835,1975,0,2639,2642,2641,2639,2642,2641,42,401,1975,3835,0,2643,2641,2642,2643,2641,2642,42,3835,1901,435,0,2642,2639,2509,2642,2639,2509,42,3835,435,2100,0,2642,2509,2511,2642,2509,2511,42,2100,1913,3835,0,2511,2644,2642,2511,2644,2642,42,401,3835,1913,0,2643,2642,2644,2643,2642,2644,42,1913,2100,434,0,2644,2511,2513,2644,2511,2513,42,3836,401,1913,0,2645,2643,2644,2645,2643,2644,42,1913,1453,3836,0,2644,2515,2645,2644,2515,2645,42,433,3836,1453,0,2517,2645,2515,2517,2645,2515,42,1453,1913,434,0,2515,2644,2513,2515,2644,2513,42,1309,401,3836,0,2646,2643,2645,2646,2643,2645,42,3836,1391,1309,0,2645,2647,2646,2645,2647,2646,42,400,1309,1391,0,2648,2646,2647,2648,2646,2647,42,1391,3836,433,0,2647,2645,2517,2647,2645,2517,42,1436,400,1391,0,2649,2648,2647,2649,2648,2647,42,1391,3837,1436,0,2647,2650,2649,2647,2650,2649,42,399,1436,3837,0,2651,2649,2650,2651,2649,2650,42,3837,1391,433,0,2650,2647,2517,2650,2647,2517,42,3837,433,1586,0,2650,2517,2519,2650,2517,2519,42,1586,1379,3837,0,2519,2652,2650,2519,2652,2650,42,399,3837,1379,0,2651,2650,2652,2651,2650,2652,42,1379,1586,432,0,2652,2519,2521,2652,2519,2521,42,3838,399,1379,0,2653,2651,2652,2653,2651,2652,42,1379,1715,3838,0,2652,2524,2653,2652,2524,2653,42,431,3838,1715,0,2526,2653,2524,2526,2653,2524,42,1715,1379,432,0,2524,2652,2521,2524,2652,2521,42,1544,399,3838,0,2654,2651,2653,2654,2651,2653,42,3838,1366,1544,0,2653,2655,2654,2653,2655,2654,42,398,1544,1366,0,2656,2654,2655,2656,2654,2655,42,1366,3838,431,0,2655,2653,2526,2655,2653,2526,42,3839,398,1366,0,2657,2656,2655,2657,2656,2655,42,1366,1421,3839,0,2655,2528,2657,2655,2528,2657,42,429,3839,1421,0,2530,2657,2528,2530,2657,2528,42,1421,1366,431,0,2528,2655,2526,2528,2655,2526,42,1254,398,3839,0,2658,2656,2657,2658,2656,2657,42,3839,2970,1254,0,2657,2659,2658,2657,2659,2658,42,396,1254,2970,0,2660,2658,2659,2660,2658,2659,42,2970,3839,429,0,2659,2657,2530,2659,2657,2530,42,3840,396,2970,0,2661,2660,2659,2661,2660,2659,42,2970,1345,3840,0,2659,2532,2661,2659,2532,2661,42,430,3840,1345,0,2534,2661,2532,2534,2661,2532,42,1345,2970,429,0,2532,2659,2530,2532,2659,2530,42,1181,396,3840,0,2662,2660,2661,2662,2660,2661,42,3840,1273,1181,0,2661,2663,2662,2661,2663,2662,42,397,1181,1273,0,2664,2662,2663,2664,2662,2663,42,1273,3840,430,0,2663,2661,2534,2663,2661,2534,42,3055,395,3142,0,2665,2666,2667,2665,2666,2667,42,3142,3841,3055,0,2667,2668,2665,2667,2668,2665,42,394,3055,3841,0,2669,2665,2668,2669,2665,2668,42,3841,3142,428,0,2668,2667,2536,2668,2667,2536,42,3841,428,2190,0,2668,2536,2535,2668,2536,2535,42,2190,2999,3841,0,2535,2670,2668,2535,2670,2668,42,394,3841,2999,0,2669,2668,2670,2669,2668,2670,42,2999,2190,427,0,2670,2535,2539,2670,2535,2539,42,1235,394,2999,0,2671,2669,2670,2671,2669,2670,42,2999,3842,1235,0,2670,2672,2671,2670,2672,2671,42,393,1235,3842,0,2673,2671,2672,2673,2671,2672,42,3842,2999,427,0,2672,2670,2539,2672,2670,2539,42,3842,427,2442,0,2672,2539,2541,2672,2539,2541,42,2442,1205,3842,0,2541,2674,2672,2541,2674,2672,42,393,3842,1205,0,2673,2672,2674,2673,2672,2674,42,1205,2442,426,0,2674,2541,2543,2674,2541,2543,42,1110,393,1205,0,2675,2673,2674,2675,2673,2674,42,1205,3843,1110,0,2674,2676,2675,2674,2676,2675,42,392,1110,3843,0,2677,2675,2676,2677,2675,2676,42,3843,1205,426,0,2676,2674,2543,2676,2674,2543,42,3843,426,2351,0,2676,2543,2545,2676,2543,2545,42,2351,1484,3843,0,2545,2678,2676,2545,2678,2676,42,392,3843,1484,0,2677,2676,2678,2677,2676,2678,42,1484,2351,425,0,2678,2545,2547,2678,2545,2547,42,1494,392,1484,0,2679,2677,2678,2679,2677,2678,42,1484,3844,1494,0,2678,2680,2679,2678,2680,2679,42,391,1494,3844,0,2681,2679,2680,2681,2679,2680,42,3844,1484,425,0,2680,2678,2547,2680,2678,2547,42,3844,425,2767,0,2680,2547,2549,2680,2547,2549,42,2767,1473,3844,0,2549,2682,2680,2549,2682,2680,42,391,3844,1473,0,2681,2680,2682,2681,2680,2682,42,1473,2767,424,0,2682,2549,2551,2682,2549,2551,42,3845,391,1473,0,2683,2681,2682,2683,2681,2682,42,1473,2350,3845,0,2682,2554,2683,2682,2554,2683,42,423,3845,2350,0,2556,2683,2554,2556,2683,2554,42,2350,1473,424,0,2554,2682,2551,2554,2682,2551,42,1114,391,3845,0,2684,2681,2683,2684,2681,2683,42,3845,1231,1114,0,2683,2685,2684,2683,2685,2684,42,390,1114,1231,0,2686,2684,2685,2686,2684,2685,42,1231,3845,423,0,2685,2683,2556,2685,2683,2556,42,1264,390,1231,0,2687,2686,2685,2687,2686,2685,42,1231,3846,1264,0,2685,2688,2687,2685,2688,2687,42,389,1264,3846,0,2689,2687,2688,2689,2687,2688,42,3846,1231,423,0,2688,2685,2556,2688,2685,2556,42,3846,423,2508,0,2688,2556,2557,2688,2556,2557,42,2508,1244,3846,0,2557,2690,2688,2557,2690,2688,42,389,3846,1244,0,2689,2688,2690,2689,2688,2690,42,1244,2508,422,0,2690,2557,2559,2690,2557,2559,42,3847,389,1244,0,2691,2689,2690,2691,2689,2690,42,1244,2380,3847,0,2690,2562,2691,2690,2562,2691,42,421,3847,2380,0,2564,2691,2562,2564,2691,2562,42,2380,1244,422,0,2562,2690,2559,2562,2690,2559,42,3154,389,3847,0,2692,2689,2691,2692,2689,2691,42,3847,2072,3154,0,2691,2693,2692,2691,2693,2692,42,388,3154,2072,0,2694,2692,2693,2694,2692,2693,42,2072,3847,421,0,2693,2691,2564,2693,2691,2564,42,3159,388,2072,0,2695,2694,2693,2695,2694,2693,42,2072,3848,3159,0,2693,2696,2695,2693,2696,2695,42,387,3159,3848,0,2697,2695,2696,2697,2695,2696,42,3848,2072,421,0,2696,2693,2564,2696,2693,2564,42,3848,421,1580,0,2696,2564,2565,2696,2564,2565,42,1580,1132,3848,0,2565,2698,2696,2565,2698,2696,42,387,3848,1132,0,2697,2696,2698,2697,2696,2698,42,1132,1580,420,0,2698,2565,2567,2698,2565,2567,42,3849,387,1132,0,2699,2697,2698,2699,2697,2698,42,1132,1587,3849,0,2698,2569,2699,2698,2569,2699,42,419,3849,1587,0,2571,2699,2569,2571,2699,2569,42,1587,1132,420,0,2569,2698,2567,2569,2698,2567,42,3177,387,3849,0,2700,2697,2699,2700,2697,2699,42,3849,1299,3177,0,2699,2701,2700,2699,2701,2700,42,386,3177,1299,0,2702,2700,2701,2702,2700,2701,42,1299,3849,419,0,2701,2699,2571,2701,2699,2571,42,3185,386,1299,0,2703,2702,2701,2703,2702,2701,42,1299,3850,3185,0,2701,2704,2703,2701,2704,2703,42,385,3185,3850,0,2705,2703,2704,2705,2703,2704,42,3850,1299,419,0,2704,2701,2571,2704,2701,2571,42,3850,419,1612,0,2704,2571,2573,2704,2571,2573,42,1612,1167,3850,0,2573,2706,2704,2573,2706,2704,42,385,3850,1167,0,2705,2704,2706,2705,2704,2706,42,1167,1612,418,0,2706,2573,2575,2706,2573,2575,42,3193,385,1167,0,2707,2705,2706,2707,2705,2706,42,1167,3851,3193,0,2706,2708,2707,2706,2708,2707,42,384,3193,3851,0,2709,2707,2708,2709,2707,2708,42,3851,1167,418,0,2708,2706,2575,2708,2706,2575,42,3851,418,1623,0,2708,2575,2577,2708,2575,2577,42,1623,1577,3851,0,2577,2710,2708,2577,2710,2708,42,384,3851,1577,0,2709,2708,2710,2709,2708,2710,42,1577,1623,417,0,2710,2577,2579,2710,2577,2579,42,1465,384,1577,0,2711,2709,2710,2711,2709,2710,42,1577,3852,1465,0,2710,2712,2711,2710,2712,2711,42,383,1465,3852,0,2713,2711,2712,2713,2711,2712,42,3852,1577,417,0,2712,2710,2579,2712,2710,2579,42,3852,417,1633,0,2712,2579,2581,2712,2579,2581,42,1633,1166,3852,0,2581,2714,2712,2581,2714,2712,42,383,3852,1166,0,2713,2712,2714,2713,2712,2714,42,1166,1633,416,0,2714,2581,2583,2714,2581,2583,42,1174,383,1166,0,2715,2713,2714,2715,2713,2714,42,1166,3853,1174,0,2714,2716,2715,2714,2716,2715,42,382,1174,3853,0,2717,2715,2716,2717,2715,2716,42,3853,1166,416,0,2716,2714,2583,2716,2714,2583,42,3853,416,1759,0,2716,2583,2586,2716,2583,2586,42,1759,1298,3853,0,2586,2718,2716,2586,2718,2716,42,382,3853,1298,0,2717,2716,2718,2717,2716,2718,42,1298,1759,415,0,2718,2586,2588,2718,2586,2588,42,1153,382,1298,0,2719,2717,2718,2719,2717,2718,42,1298,3854,1153,0,2718,2720,2719,2718,2720,2719,42,381,1153,3854,0,2721,2719,2720,2721,2719,2720,42,3854,1298,415,0,2720,2718,2588,2720,2718,2588,42,3854,415,1746,0,2720,2588,2589,2720,2588,2589,42,1746,1131,3854,0,2589,2722,2720,2589,2722,2720,42,381,3854,1131,0,2721,2720,2722,2721,2720,2722,42,1131,1746,414,0,2722,2589,2591,2722,2589,2591,42,3855,381,1131,0,2723,2721,2722,2723,2721,2722,42,1131,1463,3855,0,2722,2593,2723,2722,2593,2723,42,413,3855,1463,0,2595,2723,2593,2595,2723,2593,42,1463,1131,414,0,2593,2722,2591,2593,2722,2591,42,3016,381,3855,0,2724,2721,2723,2724,2721,2723,42,3855,3124,3016,0,2723,2725,2724,2723,2725,2724,42,380,3016,3124,0,2726,2724,2725,2726,2724,2725,42,3124,3855,413,0,2725,2723,2595,2725,2723,2595,42,2981,380,3124,0,2727,2726,2725,2727,2726,2725,42,3124,3856,2981,0,2725,2728,2727,2725,2728,2727,42,379,2981,3856,0,2729,2727,2728,2729,2727,2728,42,3856,3124,413,0,2728,2725,2595,2728,2725,2595,42,3856,413,1459,0,2728,2595,2597,2728,2595,2597,42,1459,1243,3856,0,2597,2730,2728,2597,2730,2728,42,379,3856,1243,0,2729,2728,2730,2729,2728,2730,42,1243,1459,412,0,2730,2597,2599,2730,2597,2599,42,1250,379,1243,0,2731,2729,2730,2731,2729,2730,42,1243,3857,1250,0,2730,2732,2731,2730,2732,2731,42,378,1250,3857,0,2733,2731,2732,2733,2731,2732,42,3857,1243,412,0,2732,2730,2599,2732,2730,2599,42,3857,412,2889,0,2732,2599,2602,2732,2599,2602,42,2889,1230,3857,0,2602,2734,2732,2602,2734,2732,42,378,3857,1230,0,2733,2732,2734,2733,2732,2734,42,1230,2889,411,0,2734,2602,2604,2734,2602,2604,42,1370,378,1230,0,2735,2733,2734,2735,2733,2734,42,1230,3858,1370,0,2734,2736,2735,2734,2736,2735,42,377,1370,3858,0,2737,2735,2736,2737,2735,2736,42,3858,1230,411,0,2736,2734,2604,2736,2734,2604,42,3858,411,2998,0,2736,2604,2606,2736,2604,2606,42,2998,1472,3858,0,2606,2738,2736,2606,2738,2736,42,377,3858,1472,0,2737,2736,2738,2737,2736,2738,42,1472,2998,410,0,2738,2606,2608,2738,2606,2608,42,3859,377,1472,0,2739,2737,2738,2739,2737,2738,42,1472,3115,3859,0,2738,2610,2739,2738,2610,2739,42,409,3859,3115,0,2612,2739,2610,2612,2739,2610,42,3115,1472,410,0,2610,2738,2608,2610,2738,2608,42,1507,377,3859,0,2740,2737,2739,2740,2737,2739,42,3859,1483,1507,0,2739,2741,2740,2739,2741,2740,42,376,1507,1483,0,2742,2740,2741,2742,2740,2741,42,1483,3859,409,0,2741,2739,2612,2741,2739,2612,42,3860,376,1483,0,2743,2742,2741,2743,2742,2741,42,1483,2993,3860,0,2741,2614,2743,2741,2614,2743,42,408,3860,2993,0,2616,2743,2614,2616,2743,2614,42,2993,1483,409,0,2614,2741,2612,2614,2741,2612,42,1371,376,3860,0,2744,2742,2743,2744,2742,2743,42,3860,1203,1371,0,2743,2745,2744,2743,2745,2744,42,375,1371,1203,0,2746,2744,2745,2746,2744,2745,42,1203,3860,408,0,2745,2743,2616,2745,2743,2616,42,3861,375,1203,0,2747,2746,2745,2747,2746,2745,42,1203,2849,3861,0,2745,2617,2747,2745,2617,2747,42,407,3861,2849,0,2619,2747,2617,2619,2747,2617,42,2849,1203,408,0,2617,2745,2616,2617,2745,2616,42,1845,375,3861,0,2748,2746,2747,2748,2746,2747,42,3861,1977,1845,0,2747,2749,2748,2747,2749,2748,42,374,1845,1977,0,2750,2748,2749,2750,2748,2749,42,1977,3861,407,0,2749,2747,2619,2749,2747,2619,42,1858,374,1977,0,2751,2750,2749,2751,2750,2749,42,1977,3862,1858,0,2749,2752,2751,2749,2752,2751,42,373,1858,3862,0,2753,2751,2752,2753,2751,2752,42,3862,1977,407,0,2752,2749,2619,2752,2749,2619,42,3862,407,1348,0,2752,2619,2622,2752,2619,2622,42,1348,2102,3862,0,2622,2754,2752,2622,2754,2752,42,373,3862,2102,0,2753,2752,2754,2753,2752,2754,42,2102,1348,406,0,2754,2622,2624,2754,2622,2624,42,1823,373,2102,0,2755,2753,2754,2755,2753,2754,42,2102,3863,1823,0,2754,2756,2755,2754,2756,2755,42,372,1823,3863,0,2757,2755,2756,2757,2755,2756,42,3863,2102,406,0,2756,2754,2624,2756,2754,2624,42,3863,406,1362,0,2756,2624,2625,2756,2624,2625,42,1362,1950,3863,0,2625,2758,2756,2625,2758,2756,42,372,3863,1950,0,2757,2756,2758,2757,2756,2758,42,1950,1362,405,0,2758,2625,2627,2758,2625,2627,42,1825,372,1950,0,2759,2757,2758,2759,2757,2758,42,1950,3864,1825,0,2758,2760,2759,2758,2760,2759,42,371,1825,3864,0,2761,2759,2760,2761,2759,2760,42,3864,1950,405,0,2760,2758,2627,2760,2758,2627,42,3864,405,1322,0,2760,2627,2629,2760,2627,2629,42,1322,1272,3864,0,2629,2762,2760,2629,2762,2760,42,371,3864,1272,0,2761,2760,2762,2761,2760,2762,42,1272,1322,404,0,2762,2629,2631,2762,2629,2631,42,1389,371,1272,0,2763,2761,2762,2763,2761,2762,42,1272,3865,1389,0,2762,2764,2763,2762,2764,2763,42,370,1389,3865,0,2765,2763,2764,2765,2763,2764,42,3865,1272,404,0,2764,2762,2631,2764,2762,2631,42,3865,404,1852,0,2764,2631,2633,2764,2631,2633,42,1852,1365,3865,0,2633,2766,2764,2633,2766,2764,42,370,3865,1365,0,2765,2764,2766,2765,2764,2766,42,1365,1852,403,0,2766,2633,2635,2766,2633,2635,42,1528,370,1365,0,2767,2765,2766,2767,2765,2766,42,1365,3866,1528,0,2766,2768,2767,2766,2768,2767,42,369,1528,3866,0,2769,2767,2768,2769,2767,2768,42,3866,1365,403,0,2768,2766,2635,2768,2766,2635,42,3866,403,2081,0,2768,2635,2638,2768,2635,2638,42,2081,1378,3866,0,2638,2770,2768,2638,2770,2768,42,369,3866,1378,0,2769,2768,2770,2769,2768,2770,42,1378,2081,402,0,2770,2638,2640,2770,2638,2640,42,3867,369,1378,0,2771,2769,2770,2771,2769,2770,42,1378,1975,3867,0,2770,2641,2771,2770,2641,2771,42,401,3867,1975,0,2643,2771,2641,2643,2771,2641,42,1975,1378,402,0,2641,2770,2640,2641,2770,2640,42,1413,369,3867,0,2772,2769,2771,2772,2769,2771,42,3867,1390,1413,0,2771,2773,2772,2771,2773,2772,42,368,1413,1390,0,2774,2772,2773,2774,2772,2773,42,1390,3867,401,0,2773,2771,2643,2773,2771,2643,42,3868,368,1390,0,2775,2774,2773,2775,2774,2773,42,1390,1309,3868,0,2773,2646,2775,2773,2646,2775,42,400,3868,1309,0,2648,2775,2646,2648,2775,2646,42,1309,1390,401,0,2646,2773,2643,2646,2773,2643,42,2839,368,3868,0,2776,2774,2775,2776,2774,2775,42,3868,2969,2839,0,2775,2777,2776,2775,2777,2776,42,367,2839,2969,0,2778,2776,2777,2778,2776,2777,42,2969,3868,400,0,2777,2775,2648,2777,2775,2648,42,3869,367,2969,0,2779,2778,2777,2779,2778,2777,42,2969,1436,3869,0,2777,2649,2779,2777,2649,2779,42,399,3869,1436,0,2651,2779,2649,2651,2779,2649,42,1436,2969,400,0,2649,2777,2648,2649,2777,2648,42,2949,367,3869,0,2780,2778,2779,2780,2778,2779,42,3869,2953,2949,0,2779,2781,2780,2779,2781,2780,42,366,2949,2953,0,2782,2780,2781,2782,2780,2781,42,2953,3869,399,0,2781,2779,2651,2781,2779,2651,42,3003,366,2953,0,2783,2782,2781,2783,2782,2781,42,2953,3870,3003,0,2781,2784,2783,2781,2784,2783,42,365,3003,3870,0,2785,2783,2784,2785,2783,2784,42,3870,2953,399,0,2784,2781,2651,2784,2781,2651,42,3870,399,1544,0,2784,2651,2654,2784,2651,2654,42,1544,3008,3870,0,2654,2786,2784,2654,2786,2784,42,365,3870,3008,0,2785,2784,2786,2785,2784,2786,42,3008,1544,398,0,2786,2654,2656,2786,2654,2656,42,2851,365,3008,0,2787,2785,2786,2787,2785,2786,42,3008,3871,2851,0,2786,2788,2787,2786,2788,2787,42,363,2851,3871,0,2789,2787,2788,2789,2787,2788,42,3871,3008,398,0,2788,2786,2656,2788,2786,2656,42,3871,398,1254,0,2788,2656,2658,2788,2656,2658,42,1254,1386,3871,0,2658,2790,2788,2658,2790,2788,42,363,3871,1386,0,2789,2788,2790,2789,2788,2790,42,1386,1254,396,0,2790,2658,2660,2790,2658,2660,42,3872,363,1386,0,2791,2789,2790,2791,2789,2790,42,1386,1181,3872,0,2790,2662,2791,2790,2662,2791,42,397,3872,1181,0,2664,2791,2662,2664,2791,2662,42,1181,1386,396,0,2662,2790,2660,2662,2790,2660,42,2772,363,3872,0,2792,2789,2791,2792,2789,2791,42,3872,2876,2772,0,2791,2793,2792,2791,2793,2792,42,364,2772,2876,0,2794,2792,2793,2794,2792,2793,42,2876,3872,397,0,2793,2791,2664,2793,2791,2664,42,3873,362,1501,0,2795,2796,2797,2795,2796,2797,42,1501,3055,3873,0,2797,2665,2795,2797,2665,2795,42,394,3873,3055,0,2669,2795,2665,2669,2795,2665,42,3055,1501,395,0,2665,2797,2666,2665,2797,2666,42,1597,362,3873,0,2798,2796,2795,2798,2796,2795,42,3873,1676,1597,0,2795,2799,2798,2795,2799,2798,42,361,1597,1676,0,2800,2798,2799,2800,2798,2799,42,1676,3873,394,0,2799,2795,2669,2799,2795,2669,42,3874,361,1676,0,2801,2800,2799,2801,2800,2799,42,1676,1235,3874,0,2799,2671,2801,2799,2671,2801,42,393,3874,1235,0,2673,2801,2671,2673,2801,2671,42,1235,1676,394,0,2671,2799,2669,2671,2799,2669,42,1748,361,3874,0,2802,2800,2801,2802,2800,2801,42,3874,1690,1748,0,2801,2803,2802,2801,2803,2802,42,360,1748,1690,0,2804,2802,2803,2804,2802,2803,42,1690,3874,393,0,2803,2801,2673,2803,2801,2673,42,1598,360,1690,0,2805,2804,2803,2805,2804,2803,42,1690,3875,1598,0,2803,2806,2805,2803,2806,2805,42,359,1598,3875,0,2807,2805,2806,2807,2805,2806,42,3875,1690,393,0,2806,2803,2673,2806,2803,2673,42,3875,393,1110,0,2806,2673,2675,2806,2673,2675,42,1110,1965,3875,0,2675,2808,2806,2675,2808,2806,42,359,3875,1965,0,2807,2806,2808,2807,2806,2808,42,1965,1110,392,0,2808,2675,2677,2808,2675,2677,42,2035,359,1965,0,2809,2807,2808,2809,2807,2808,42,1965,3876,2035,0,2808,2810,2809,2808,2810,2809,42,358,2035,3876,0,2811,2809,2810,2811,2809,2810,42,3876,1965,392,0,2810,2808,2677,2810,2808,2677,42,3876,392,1494,0,2810,2677,2679,2810,2677,2679,42,1494,1989,3876,0,2679,2812,2810,2679,2812,2810,42,358,3876,1989,0,2811,2810,2812,2811,2810,2812,42,1989,1494,391,0,2812,2679,2681,2812,2679,2681,42,1631,358,1989,0,2813,2811,2812,2813,2811,2812,42,1989,3877,1631,0,2812,2814,2813,2812,2814,2813,42,357,1631,3877,0,2815,2813,2814,2815,2813,2814,42,3877,1989,391,0,2814,2812,2681,2814,2812,2681,42,3877,391,1114,0,2814,2681,2684,2814,2681,2684,42,1114,1717,3877,0,2684,2816,2814,2684,2816,2814,42,357,3877,1717,0,2815,2814,2816,2815,2814,2816,42,1717,1114,390,0,2816,2684,2686,2816,2684,2686,42,3878,357,1717,0,2817,2815,2816,2817,2815,2816,42,1717,1264,3878,0,2816,2687,2817,2816,2687,2817,42,389,3878,1264,0,2689,2817,2687,2689,2817,2687,42,1264,1717,390,0,2687,2816,2686,2687,2816,2686,42,1530,357,3878,0,2818,2815,2817,2818,2815,2817,42,3878,1609,1530,0,2817,2819,2818,2817,2819,2818,42,356,1530,1609,0,2820,2818,2819,2820,2818,2819,42,1609,3878,389,0,2819,2817,2689,2819,2817,2689,42,3879,356,1609,0,2821,2820,2819,2821,2820,2819,42,1609,3154,3879,0,2819,2692,2821,2819,2692,2821,42,388,3879,3154,0,2694,2821,2692,2694,2821,2692,42,3154,1609,389,0,2692,2819,2689,2692,2819,2689,42,1536,356,3879,0,2822,2820,2821,2822,2820,2821,42,3879,1479,1536,0,2821,2823,2822,2821,2823,2822,42,355,1536,1479,0,2824,2822,2823,2824,2822,2823,42,1479,3879,388,0,2823,2821,2694,2823,2821,2694,42,2614,355,1479,0,2825,2824,2823,2825,2824,2823,42,1479,3880,2614,0,2823,2826,2825,2823,2826,2825,42,354,2614,3880,0,2827,2825,2826,2827,2825,2826,42,3880,1479,388,0,2826,2823,2694,2826,2823,2694,42,3880,388,3159,0,2826,2694,2695,2826,2694,2695,42,3159,2694,3880,0,2695,2828,2826,2695,2828,2826,42,354,3880,2694,0,2827,2826,2828,2827,2826,2828,42,2694,3159,387,0,2828,2695,2697,2828,2695,2697,42,3881,354,2694,0,2829,2827,2828,2829,2827,2828,42,2694,3177,3881,0,2828,2700,2829,2828,2700,2829,42,386,3881,3177,0,2702,2829,2700,2702,2829,2700,42,3177,2694,387,0,2700,2828,2697,2700,2828,2697,42,2629,354,3881,0,2830,2827,2829,2830,2827,2829,42,3881,2838,2629,0,2829,2831,2830,2829,2831,2830,42,353,2629,2838,0,2832,2830,2831,2832,2830,2831,42,2838,3881,386,0,2831,2829,2702,2831,2829,2702,42,2641,353,2838,0,2833,2832,2831,2833,2832,2831,42,2838,3882,2641,0,2831,2834,2833,2831,2834,2833,42,352,2641,3882,0,2835,2833,2834,2835,2833,2834,42,3882,2838,386,0,2834,2831,2702,2834,2831,2702,42,3882,386,3185,0,2834,2702,2703,2834,2702,2703,42,3185,2722,3882,0,2703,2836,2834,2703,2836,2834,42,352,3882,2722,0,2835,2834,2836,2835,2834,2836,42,2722,3185,385,0,2836,2703,2705,2836,2703,2705,42,3031,352,2722,0,2837,2835,2836,2837,2835,2836,42,2722,3883,3031,0,2836,2838,2837,2836,2838,2837,42,351,3031,3883,0,2839,2837,2838,2839,2837,2838,42,3883,2722,385,0,2838,2836,2705,2838,2836,2705,42,3883,385,3193,0,2838,2705,2707,2838,2705,2707,42,3193,3107,3883,0,2707,2840,2838,2707,2840,2838,42,351,3883,3107,0,2839,2838,2840,2839,2838,2840,42,3107,3193,384,0,2840,2707,2709,2840,2707,2709,42,3009,351,3107,0,2841,2839,2840,2841,2839,2840,42,3107,3884,3009,0,2840,2842,2841,2840,2842,2841,42,350,3009,3884,0,2843,2841,2842,2843,2841,2842,42,3884,3107,384,0,2842,2840,2709,2842,2840,2709,42,3884,384,1465,0,2842,2709,2711,2842,2709,2711,42,1465,2695,3884,0,2711,2844,2842,2711,2844,2842,42,350,3884,2695,0,2843,2842,2844,2843,2842,2844,42,2695,1465,383,0,2844,2711,2713,2844,2711,2713,42,2731,350,2695,0,2845,2843,2844,2845,2843,2844,42,2695,3885,2731,0,2844,2846,2845,2844,2846,2845,42,349,2731,3885,0,2847,2845,2846,2847,2845,2846,42,3885,2695,383,0,2846,2844,2713,2846,2844,2713,42,3885,383,1174,0,2846,2713,2715,2846,2713,2715,42,1174,2809,3885,0,2715,2848,2846,2715,2848,2846,42,349,3885,2809,0,2847,2846,2848,2847,2846,2848,42,2809,1174,382,0,2848,2715,2717,2848,2715,2717,42,2726,349,2809,0,2849,2847,2848,2849,2847,2848,42,2809,3886,2726,0,2848,2850,2849,2848,2850,2849,42,348,2726,3886,0,2851,2849,2850,2851,2849,2850,42,3886,2809,382,0,2850,2848,2717,2850,2848,2717,42,3886,382,1153,0,2850,2717,2719,2850,2717,2719,42,1153,2667,3886,0,2719,2852,2850,2719,2852,2850,42,348,3886,2667,0,2851,2850,2852,2851,2850,2852,42,2667,1153,381,0,2852,2719,2721,2852,2719,2721,42,3887,348,2667,0,2853,2851,2852,2853,2851,2852,42,2667,3016,3887,0,2852,2724,2853,2852,2724,2853,42,380,3887,3016,0,2726,2853,2724,2726,2853,2724,42,3016,2667,381,0,2724,2852,2721,2724,2852,2721,42,2570,348,3887,0,2854,2851,2853,2854,2851,2853,42,3887,2510,2570,0,2853,2855,2854,2853,2855,2854,42,347,2570,2510,0,2856,2854,2855,2856,2854,2855,42,2510,3887,380,0,2855,2853,2726,2855,2853,2726,42,3888,347,2510,0,2857,2856,2855,2857,2856,2855,42,2510,2981,3888,0,2855,2727,2857,2855,2727,2857,42,379,3888,2981,0,2729,2857,2727,2729,2857,2727,42,2981,2510,380,0,2727,2855,2726,2727,2855,2726,42,2415,347,3888,0,2858,2856,2857,2858,2856,2857,42,3888,1707,2415,0,2857,2859,2858,2857,2859,2858,42,346,2415,1707,0,2860,2858,2859,2860,2858,2859,42,1707,3888,379,0,2859,2857,2729,2859,2857,2729,42,3889,346,1707,0,2861,2860,2859,2861,2860,2859,42,1707,1250,3889,0,2859,2731,2861,2859,2731,2861,42,378,3889,1250,0,2733,2861,2731,2733,2861,2731,42,1250,1707,379,0,2731,2859,2729,2731,2859,2729,42,1738,346,3889,0,2862,2860,2861,2862,2860,2861,42,3889,1677,1738,0,2861,2863,2862,2861,2863,2862,42,345,1738,1677,0,2864,2862,2863,2864,2862,2863,42,1677,3889,378,0,2863,2861,2733,2863,2861,2733,42,3890,345,1677,0,2865,2864,2863,2865,2864,2863,42,1677,1370,3890,0,2863,2735,2865,2863,2735,2865,42,377,3890,1370,0,2737,2865,2735,2737,2865,2735,42,1370,1677,378,0,2735,2863,2733,2735,2863,2733,42,1888,345,3890,0,2866,2864,2865,2866,2864,2865,42,3890,1978,1888,0,2865,2867,2866,2865,2867,2866,42,344,1888,1978,0,2868,2866,2867,2868,2866,2867,42,1978,3890,377,0,2867,2865,2737,2867,2865,2737,42,2019,344,1978,0,2869,2868,2867,2869,2868,2867,42,1978,3891,2019,0,2867,2870,2869,2867,2870,2869,42,343,2019,3891,0,2871,2869,2870,2871,2869,2870,42,3891,1978,377,0,2870,2867,2737,2870,2867,2737,42,3891,377,1507,0,2870,2737,2740,2870,2737,2740,42,1507,1966,3891,0,2740,2872,2870,2740,2872,2870,42,343,3891,1966,0,2871,2870,2872,2871,2870,2872,42,1966,1507,376,0,2872,2740,2742,2872,2740,2742,42,3892,343,1966,0,2873,2871,2872,2873,2871,2872,42,1966,1371,3892,0,2872,2744,2873,2872,2744,2873,42,375,3892,1371,0,2746,2873,2744,2746,2873,2744,42,1371,1966,376,0,2744,2872,2742,2744,2872,2742,42,1819,343,3892,0,2874,2871,2873,2874,2871,2873,42,3892,1769,1819,0,2873,2875,2874,2873,2875,2874,42,342,1819,1769,0,2876,2874,2875,2876,2874,2875,42,1769,3892,375,0,2875,2873,2746,2875,2873,2746,42,3893,342,1769,0,2877,2876,2875,2877,2876,2875,42,1769,1845,3893,0,2875,2748,2877,2875,2748,2877,42,374,3893,1845,0,2750,2877,2748,2750,2877,2748,42,1845,1769,375,0,2748,2875,2746,2748,2875,2746,42,2367,342,3893,0,2878,2876,2877,2878,2876,2877,42,3893,2428,2367,0,2877,2879,2878,2877,2879,2878,42,341,2367,2428,0,2880,2878,2879,2880,2878,2879,42,2428,3893,374,0,2879,2877,2750,2879,2877,2750,42,2338,341,2428,0,2881,2880,2879,2881,2880,2879,42,2428,3894,2338,0,2879,2882,2881,2879,2882,2881,42,340,2338,3894,0,2883,2881,2882,2883,2881,2882,42,3894,2428,374,0,2882,2879,2750,2882,2879,2750,42,3894,374,1858,0,2882,2750,2751,2882,2750,2751,42,1858,2526,3894,0,2751,2884,2882,2751,2884,2882,42,340,3894,2526,0,2883,2882,2884,2883,2882,2884,42,2526,1858,373,0,2884,2751,2753,2884,2751,2753,42,2339,340,2526,0,2885,2883,2884,2885,2883,2884,42,2526,3895,2339,0,2884,2886,2885,2884,2886,2885,42,339,2339,3895,0,2887,2885,2886,2887,2885,2886,42,3895,2526,373,0,2886,2884,2753,2886,2884,2753,42,3895,373,1823,0,2886,2753,2755,2886,2753,2755,42,1823,2392,3895,0,2755,2888,2886,2755,2888,2886,42,339,3895,2392,0,2887,2886,2888,2887,2886,2888,42,2392,1823,372,0,2888,2755,2757,2888,2755,2757,42,2299,339,2392,0,2889,2887,2888,2889,2887,2888,42,2392,3896,2299,0,2888,2890,2889,2888,2890,2889,42,338,2299,3896,0,2891,2889,2890,2891,2889,2890,42,3896,2392,372,0,2890,2888,2757,2890,2888,2757,42,3896,372,1825,0,2890,2757,2759,2890,2757,2759,42,1825,2882,3896,0,2759,2892,2890,2759,2892,2890,42,338,3896,2882,0,2891,2890,2892,2891,2890,2892,42,2882,1825,371,0,2892,2759,2761,2892,2759,2761,42,2965,338,2882,0,2893,2891,2892,2893,2891,2892,42,2882,3897,2965,0,2892,2894,2893,2892,2894,2893,42,337,2965,3897,0,2895,2893,2894,2895,2893,2894,42,3897,2882,371,0,2894,2892,2761,2894,2892,2761,42,3897,371,1389,0,2894,2761,2763,2894,2761,2763,42,1389,2897,3897,0,2763,2896,2894,2763,2896,2894,42,337,3897,2897,0,2895,2894,2896,2895,2894,2896,42,2897,1389,370,0,2896,2763,2765,2896,2763,2765,42,3117,337,2897,0,2897,2895,2896,2897,2895,2896,42,2897,3898,3117,0,2896,2898,2897,2896,2898,2897,42,336,3117,3898,0,2899,2897,2898,2899,2897,2898,42,3898,2897,370,0,2898,2896,2765,2898,2896,2765,42,3898,370,1528,0,2898,2765,2767,2898,2765,2767,42,1528,2912,3898,0,2767,2900,2898,2767,2900,2898,42,336,3898,2912,0,2899,2898,2900,2899,2898,2900,42,2912,1528,369,0,2900,2767,2769,2900,2767,2769,42,2966,336,2912,0,2901,2899,2900,2901,2899,2900,42,2912,3899,2966,0,2900,2902,2901,2900,2902,2901,42,335,2966,3899,0,2903,2901,2902,2903,2901,2902,42,3899,2912,369,0,2902,2900,2769,2902,2900,2769,42,3899,369,1413,0,2902,2769,2772,2902,2769,2772,42,1413,2898,3899,0,2772,2904,2902,2772,2904,2902,42,335,3899,2898,0,2903,2902,2904,2903,2902,2904,42,2898,1413,368,0,2904,2772,2774,2904,2772,2774,42,2300,335,2898,0,2905,2903,2904,2905,2903,2904,42,2898,3900,2300,0,2904,2906,2905,2904,2906,2905,42,334,2300,3900,0,2907,2905,2906,2907,2905,2906,42,3900,2898,368,0,2906,2904,2774,2906,2904,2774,42,3900,368,2839,0,2906,2774,2776,2906,2774,2776,42,2839,2348,3900,0,2776,2908,2906,2776,2908,2906,42,334,3900,2348,0,2907,2906,2908,2907,2906,2908,42,2348,2839,367,0,2908,2776,2778,2908,2776,2778,42,3901,334,2348,0,2909,2907,2908,2909,2907,2908,42,2348,2949,3901,0,2908,2780,2909,2908,2780,2909,42,366,3901,2949,0,2782,2909,2780,2782,2909,2780,42,2949,2348,367,0,2780,2908,2778,2780,2908,2778,42,2478,334,3901,0,2910,2907,2909,2910,2907,2909,42,3901,2530,2478,0,2909,2911,2910,2909,2911,2910,42,333,2478,2530,0,2912,2910,2911,2912,2910,2911,42,2530,3901,366,0,2911,2909,2782,2911,2909,2782,42,2471,333,2530,0,2913,2912,2911,2913,2912,2911,42,2530,3902,2471,0,2911,2914,2913,2911,2914,2913,42,332,2471,3902,0,2915,2913,2914,2915,2913,2914,42,3902,2530,366,0,2914,2911,2782,2914,2911,2782,42,3902,366,3003,0,2914,2782,2783,2914,2782,2783,42,3003,2382,3902,0,2783,2916,2914,2783,2916,2914,42,332,3902,2382,0,2915,2914,2916,2915,2914,2916,42,2382,3003,365,0,2916,2783,2785,2916,2783,2785,42,3903,332,2382,0,2917,2915,2916,2917,2915,2916,42,2382,2851,3903,0,2916,2787,2917,2916,2787,2917,42,363,3903,2851,0,2789,2917,2787,2789,2917,2787,42,2851,2382,365,0,2787,2916,2785,2787,2916,2785,42,2293,332,3903,0,2918,2915,2917,2918,2915,2917,42,3903,1910,2293,0,2917,2919,2918,2917,2919,2918,42,330,2293,1910,0,2920,2918,2919,2920,2918,2919,42,1910,3903,363,0,2919,2917,2789,2919,2917,2789,42,3904,330,1910,0,2921,2920,2919,2921,2920,2919,42,1910,2772,3904,0,2919,2792,2921,2919,2792,2921,42,364,3904,2772,0,2794,2921,2792,2794,2921,2792,42,2772,1910,363,0,2792,2919,2789,2792,2919,2789,42,2228,330,3904,0,2922,2920,2921,2922,2920,2921,42,3904,2294,2228,0,2921,2923,2922,2921,2923,2922,42,331,2228,2294,0,2924,2922,2923,2924,2922,2923,42,2294,3904,364,0,2923,2921,2794,2923,2921,2794,42,2170,329,1967,0,2925,2926,2927,2925,2926,2927,42,1967,3905,2170,0,2927,2928,2925,2927,2928,2925,42,328,2170,3905,0,2929,2925,2928,2929,2925,2928,42,3905,1967,362,0,2928,2927,2796,2928,2927,2796,42,3905,362,1597,0,2928,2796,2798,2928,2796,2798,42,1597,2218,3905,0,2798,2930,2928,2798,2930,2928,42,328,3905,2218,0,2929,2928,2930,2929,2928,2930,42,2218,1597,361,0,2930,2798,2800,2930,2798,2800,42,3906,328,2218,0,2931,2929,2930,2931,2929,2930,42,2218,1748,3906,0,2930,2802,2931,2930,2802,2931,42,360,3906,1748,0,2804,2931,2802,2804,2931,2802,42,1748,2218,361,0,2802,2930,2800,2802,2930,2800,42,2290,328,3906,0,2932,2929,2931,2932,2929,2931,42,3906,2208,2290,0,2931,2933,2932,2931,2933,2932,42,327,2290,2208,0,2934,2932,2933,2934,2932,2933,42,2208,3906,360,0,2933,2931,2804,2933,2931,2804,42,2178,327,2208,0,2935,2934,2933,2935,2934,2933,42,2208,3907,2178,0,2933,2936,2935,2933,2936,2935,42,326,2178,3907,0,2937,2935,2936,2937,2935,2936,42,3907,2208,360,0,2936,2933,2804,2936,2933,2804,42,3907,360,1598,0,2936,2804,2805,2936,2804,2805,42,1598,2494,3907,0,2805,2938,2936,2805,2938,2936,42,326,3907,2494,0,2937,2936,2938,2937,2936,2938,42,2494,1598,359,0,2938,2805,2807,2938,2805,2807,42,2593,326,2494,0,2939,2937,2938,2939,2937,2938,42,2494,3908,2593,0,2938,2940,2939,2938,2940,2939,42,325,2593,3908,0,2941,2939,2940,2941,2939,2940,42,3908,2494,359,0,2940,2938,2807,2940,2938,2807,42,3908,359,2035,0,2940,2807,2809,2940,2807,2809,42,2035,2511,3908,0,2809,2942,2940,2809,2942,2940,42,325,3908,2511,0,2941,2940,2942,2941,2940,2942,42,2511,2035,358,0,2942,2809,2811,2942,2809,2811,42,2092,325,2511,0,2943,2941,2942,2943,2941,2942,42,2511,3909,2092,0,2942,2944,2943,2942,2944,2943,42,324,2092,3909,0,2945,2943,2944,2945,2943,2944,42,3909,2511,358,0,2944,2942,2811,2944,2942,2811,42,3909,358,1631,0,2944,2811,2813,2944,2811,2813,42,1631,2268,3909,0,2813,2946,2944,2813,2946,2944,42,324,3909,2268,0,2945,2944,2946,2945,2944,2946,42,2268,1631,357,0,2946,2813,2815,2946,2813,2815,42,3910,324,2268,0,2947,2945,2946,2947,2945,2946,42,2268,1530,3910,0,2946,2818,2947,2946,2818,2947,42,356,3910,1530,0,2820,2947,2818,2820,2947,2818,42,1530,2268,357,0,2818,2946,2815,2818,2946,2815,42,2098,324,3910,0,2948,2945,2947,2948,2945,2947,42,3910,2139,2098,0,2947,2949,2948,2947,2949,2948,42,323,2098,2139,0,2950,2948,2949,2950,2948,2949,42,2139,3910,356,0,2949,2947,2820,2949,2947,2820,42,3911,323,2139,0,2951,2950,2949,2951,2950,2949,42,2139,1536,3911,0,2949,2822,2951,2949,2822,2951,42,355,3911,1536,0,2824,2951,2822,2824,2951,2822,42,1536,2139,356,0,2822,2949,2820,2822,2949,2820,42,2108,323,3911,0,2952,2950,2951,2952,2950,2951,42,3911,3095,2108,0,2951,2953,2952,2951,2953,2952,42,322,2108,3095,0,2954,2952,2953,2954,2952,2953,42,3095,3911,355,0,2953,2951,2824,2953,2951,2824,42,3912,322,3095,0,2955,2954,2953,2955,2954,2953,42,3095,2614,3912,0,2953,2825,2955,2953,2825,2955,42,354,3912,2614,0,2827,2955,2825,2827,2955,2825,42,2614,3095,355,0,2825,2953,2824,2825,2953,2824,42,2118,322,3912,0,2956,2954,2955,2956,2954,2955,42,3912,2173,2118,0,2955,2957,2956,2955,2957,2956,42,321,2118,2173,0,2958,2956,2957,2958,2956,2957,42,2173,3912,354,0,2957,2955,2827,2957,2955,2827,42,2132,321,2173,0,2959,2958,2957,2959,2958,2957,42,2173,3913,2132,0,2957,2960,2959,2957,2960,2959,42,320,2132,3913,0,2961,2959,2960,2961,2959,2960,42,3913,2173,354,0,2960,2957,2827,2960,2957,2827,42,3913,354,2629,0,2960,2827,2830,2960,2827,2830,42,2629,2324,3913,0,2830,2962,2960,2830,2962,2960,42,320,3913,2324,0,2961,2960,2962,2961,2960,2962,42,2324,2629,353,0,2962,2830,2832,2962,2830,2832,42,2254,320,2324,0,2963,2961,2962,2963,2961,2962,42,2324,3914,2254,0,2962,2964,2963,2962,2964,2963,42,319,2254,3914,0,2965,2963,2964,2965,2963,2964,42,3914,2324,353,0,2964,2962,2832,2964,2962,2832,42,3914,353,2641,0,2964,2832,2833,2964,2832,2833,42,2641,2174,3914,0,2833,2966,2964,2833,2966,2964,42,319,3914,2174,0,2965,2964,2966,2965,2964,2966,42,2174,2641,352,0,2966,2833,2835,2966,2833,2835,42,2514,319,2174,0,2967,2965,2966,2967,2965,2966,42,2174,3915,2514,0,2966,2968,2967,2966,2968,2967,42,318,2514,3915,0,2969,2967,2968,2969,2967,2968,42,3915,2174,352,0,2968,2966,2835,2968,2966,2835,42,3915,352,3031,0,2968,2835,2837,2968,2835,2837,42,3031,2574,3915,0,2837,2970,2968,2837,2970,2968,42,318,3915,2574,0,2969,2968,2970,2969,2968,2970,42,2574,3031,351,0,2970,2837,2839,2970,2837,2839,42,3916,318,2574,0,2971,2969,2970,2971,2969,2970,42,2574,3009,3916,0,2970,2841,2971,2970,2841,2971,42,350,3916,3009,0,2843,2971,2841,2843,2971,2841,42,3009,2574,351,0,2841,2970,2839,2841,2970,2839,42,2486,318,3916,0,2972,2969,2971,2972,2969,2971,42,3916,2140,2486,0,2971,2973,2972,2971,2973,2972,42,317,2486,2140,0,2974,2972,2973,2974,2972,2973,42,2140,3916,350,0,2973,2971,2843,2973,2971,2843,42,2216,317,2140,0,2975,2974,2973,2975,2974,2973,42,2140,3917,2216,0,2973,2976,2975,2973,2976,2975,42,316,2216,3917,0,2977,2975,2976,2977,2975,2976,42,3917,2140,350,0,2976,2973,2843,2976,2973,2843,42,3917,350,2731,0,2976,2843,2845,2976,2843,2845,42,2731,2269,3917,0,2845,2978,2976,2845,2978,2976,42,316,3917,2269,0,2977,2976,2978,2977,2976,2978,42,2269,2731,349,0,2978,2845,2847,2978,2845,2847,42,3918,316,2269,0,2979,2977,2978,2979,2977,2978,42,2269,2726,3918,0,2978,2849,2979,2978,2849,2979,42,348,3918,2726,0,2851,2979,2849,2851,2979,2849,42,2726,2269,349,0,2849,2978,2847,2849,2978,2847,42,1992,316,3918,0,2980,2977,2979,2980,2977,2979,42,3918,2058,1992,0,2979,2981,2980,2979,2981,2980,42,315,1992,2058,0,2982,2980,2981,2982,2980,2981,42,2058,3918,348,0,2981,2979,2851,2981,2979,2851,42,3919,315,2058,0,2983,2982,2981,2983,2982,2981,42,2058,2570,3919,0,2981,2854,2983,2981,2854,2983,42,347,3919,2570,0,2856,2983,2854,2856,2983,2854,42,2570,2058,348,0,2854,2981,2851,2854,2981,2851,42,2093,315,3919,0,2984,2982,2983,2984,2982,2983,42,3919,2045,2093,0,2983,2985,2984,2983,2985,2984,42,314,2093,2045,0,2986,2984,2985,2986,2984,2985,42,2045,3919,347,0,2985,2983,2856,2985,2983,2856,42,3920,314,2045,0,2987,2986,2985,2987,2986,2985,42,2045,2415,3920,0,2985,2858,2987,2985,2858,2987,42,346,3920,2415,0,2860,2987,2858,2860,2987,2858,42,2415,2045,347,0,2858,2985,2856,2858,2985,2856,42,1954,314,3920,0,2988,2986,2987,2988,2986,2987,42,3920,2278,1954,0,2987,2989,2988,2987,2989,2988,42,313,1954,2278,0,2990,2988,2989,2990,2988,2989,42,2278,3920,346,0,2989,2987,2860,2989,2987,2860,42,3921,313,2278,0,2991,2990,2989,2991,2990,2989,42,2278,1738,3921,0,2989,2862,2991,2989,2862,2991,42,345,3921,1738,0,2864,2991,2862,2864,2991,2862,42,1738,2278,346,0,2862,2989,2860,2862,2989,2860,42,2345,313,3921,0,2992,2990,2991,2992,2990,2991,42,3921,2296,2345,0,2991,2993,2992,2991,2993,2992,42,312,2345,2296,0,2994,2992,2993,2994,2992,2993,42,2296,3921,345,0,2993,2991,2864,2993,2991,2864,42,3922,312,2296,0,2995,2994,2993,2995,2994,2993,42,2296,1888,3922,0,2993,2866,2995,2993,2866,2995,42,344,3922,1888,0,2868,2995,2866,2868,2995,2866,42,1888,2296,345,0,2866,2993,2864,2866,2993,2864,42,2466,312,3922,0,2996,2994,2995,2996,2994,2995,42,3922,2551,2466,0,2995,2997,2996,2995,2997,2996,42,311,2466,2551,0,2998,2996,2997,2998,2996,2997,42,2551,3922,344,0,2997,2995,2868,2997,2995,2868,42,2420,311,2551,0,2999,2998,2997,2999,2998,2997,42,2551,3923,2420,0,2997,3000,2999,2997,3000,2999,42,310,2420,3923,0,3001,2999,3000,3001,2999,3000,42,3923,2551,344,0,3000,2997,2868,3000,2997,2868,42,3923,344,2019,0,3000,2868,2869,3000,2868,2869,42,2019,2497,3923,0,2869,3002,3000,2869,3002,3000,42,310,3923,2497,0,3001,3000,3002,3001,3000,3002,42,2497,2019,343,0,3002,2869,2871,3002,2869,2871,42,2433,310,2497,0,3003,3001,3002,3003,3001,3002,42,2497,3924,2433,0,3002,3004,3003,3002,3004,3003,42,309,2433,3924,0,3005,3003,3004,3005,3003,3004,42,3924,2497,343,0,3004,3002,2871,3004,3002,2871,42,3924,343,1819,0,3004,2871,2874,3004,2871,2874,42,1819,2372,3924,0,2874,3006,3004,2874,3006,3004,42,309,3924,2372,0,3005,3004,3006,3005,3004,3006,42,2372,1819,342,0,3006,2874,2876,3006,2874,2876,42,2928,309,2372,0,3007,3005,3006,3007,3005,3006,42,2372,3925,2928,0,3006,3008,3007,3006,3008,3007,42,308,2928,3925,0,3009,3007,3008,3009,3007,3008,42,3925,2372,342,0,3008,3006,2876,3008,3006,2876,42,3925,342,2367,0,3008,2876,2878,3008,2876,2878,42,2367,3005,3925,0,2878,3010,3008,2878,3010,3008,42,308,3925,3005,0,3009,3008,3010,3009,3008,3010,42,3005,2367,341,0,3010,2878,2880,3010,2878,2880,42,3926,308,3005,0,3011,3009,3010,3011,3009,3010,42,3005,2338,3926,0,3010,2881,3011,3010,2881,3011,42,340,3926,2338,0,2883,3011,2881,2883,3011,2881,42,2338,3005,341,0,2881,3010,2880,2881,3010,2880,42,2933,308,3926,0,3012,3009,3011,3012,3009,3011,42,3926,3136,2933,0,3011,3013,3012,3011,3013,3012,42,307,2933,3136,0,3014,3012,3013,3014,3012,3013,42,3136,3926,340,0,3013,3011,2883,3013,3011,2883,42,3018,307,3136,0,3015,3014,3013,3015,3014,3013,42,3136,3927,3018,0,3013,3016,3015,3013,3016,3015,42,306,3018,3927,0,3017,3015,3016,3017,3015,3016,42,3927,3136,340,0,3016,3013,2883,3016,3013,2883,42,3927,340,2339,0,3016,2883,2885,3016,2883,2885,42,2339,2954,3927,0,2885,3018,3016,2885,3018,3016,42,306,3927,2954,0,3017,3016,3018,3017,3016,3018,42,2954,2339,339,0,3018,2885,2887,3018,2885,2887,42,2907,306,2954,0,3019,3017,3018,3019,3017,3018,42,2954,3928,2907,0,3018,3020,3019,3018,3020,3019,42,305,2907,3928,0,3021,3019,3020,3021,3019,3020,42,3928,2954,339,0,3020,3018,2887,3020,3018,2887,42,3928,339,2299,0,3020,2887,2889,3020,2887,2889,42,2299,2449,3928,0,2889,3022,3020,2889,3022,3020,42,305,3928,2449,0,3021,3020,3022,3021,3020,3022,42,2449,2299,338,0,3022,2889,2891,3022,2889,2891,42,3929,305,2449,0,3023,3021,3022,3023,3021,3022,42,2449,2965,3929,0,3022,2893,3023,3022,2893,3023,42,337,3929,2965,0,2895,3023,2893,2895,3023,2893,42,2965,2449,338,0,2893,3022,2891,2893,3022,2891,42,2516,305,3929,0,3024,3021,3023,3024,3021,3023,42,3929,2461,2516,0,3023,3025,3024,3023,3025,3024,42,304,2516,2461,0,3026,3024,3025,3026,3024,3025,42,2461,3929,337,0,3025,3023,2895,3025,3023,2895,42,3930,304,2461,0,3027,3026,3025,3027,3026,3025,42,2461,3117,3930,0,3025,2897,3027,3025,2897,3027,42,336,3930,3117,0,2899,3027,2897,2899,3027,2897,42,3117,2461,337,0,2897,3025,2895,2897,3025,2895,42,2636,304,3930,0,3028,3026,3027,3028,3026,3027,42,3930,2450,2636,0,3027,3029,3028,3027,3029,3028,42,303,2636,2450,0,3030,3028,3029,3030,3028,3029,42,2450,3930,336,0,3029,3027,2899,3029,3027,2899,42,2483,303,2450,0,3031,3030,3029,3031,3030,3029,42,2450,3931,2483,0,3029,3032,3031,3029,3032,3031,42,302,2483,3931,0,3033,3031,3032,3033,3031,3032,42,3931,2450,336,0,3032,3029,2899,3032,3029,2899,42,3931,336,2966,0,3032,2899,2901,3032,2899,2901,42,2966,2435,3931,0,2901,3034,3032,2901,3034,3032,42,302,3931,2435,0,3033,3032,3034,3033,3032,3034,42,2435,2966,335,0,3034,2901,2903,3034,2901,2903,42,1742,302,2435,0,3035,3033,3034,3035,3033,3034,42,2435,3932,1742,0,3034,3036,3035,3034,3036,3035,42,301,1742,3932,0,3037,3035,3036,3037,3035,3036,42,3932,2435,335,0,3036,3034,2903,3036,3034,2903,42,3932,335,2300,0,3036,2903,2905,3036,2903,2905,42,2300,1974,3932,0,2905,3038,3036,2905,3038,3036,42,301,3932,1974,0,3037,3036,3038,3037,3036,3038,42,1974,2300,334,0,3038,2905,2907,3038,2905,2907,42,3933,301,1974,0,3039,3037,3038,3039,3037,3038,42,1974,2478,3933,0,3038,2910,3039,3038,2910,3039,42,333,3933,2478,0,2912,3039,2910,2912,3039,2910,42,2478,1974,334,0,2910,3038,2907,2910,3038,2907,42,2021,301,3933,0,3040,3037,3039,3040,3037,3039,42,3933,2086,2021,0,3039,3041,3040,3039,3041,3040,42,300,2021,2086,0,3042,3040,3041,3042,3040,3041,42,2086,3933,333,0,3041,3039,2912,3041,3039,2912,42,2043,300,2086,0,3043,3042,3041,3043,3042,3041,42,2086,3934,2043,0,3041,3044,3043,3041,3044,3043,42,299,2043,3934,0,3045,3043,3044,3045,3043,3044,42,3934,2086,333,0,3044,3041,2912,3044,3041,2912,42,3934,333,2471,0,3044,2912,2913,3044,2912,2913,42,2471,2003,3934,0,2913,3046,3044,2913,3046,3044,42,299,3934,2003,0,3045,3044,3046,3045,3044,3046,42,2003,2471,332,0,3046,2913,2915,3046,2913,2915,42,3935,299,2003,0,3047,3045,3046,3047,3045,3046,42,2003,2293,3935,0,3046,2918,3047,3046,2918,3047,42,330,3935,2293,0,2920,3047,2918,2920,3047,2918,42,2293,2003,332,0,2918,3046,2915,2918,3046,2915,42,1605,299,3935,0,3048,3045,3047,3048,3045,3047,42,3935,2535,1605,0,3047,3049,3048,3047,3049,3048,42,297,1605,2535,0,3050,3048,3049,3050,3048,3049,42,2535,3935,330,0,3049,3047,2920,3049,3047,2920,42,3936,297,2535,0,3051,3050,3049,3051,3050,3049,42,2535,2228,3936,0,3049,2922,3051,3049,2922,3051,42,331,3936,2228,0,2924,3051,2922,2924,3051,2922,42,2228,2535,330,0,2922,3049,2920,2922,3049,2920,42,1668,297,3936,0,3052,3050,3051,3052,3050,3051,42,3936,1836,1668,0,3051,3053,3052,3051,3053,3052,42,298,1668,1836,0,3054,3052,3053,3054,3052,3053,42,1836,3936,331,0,3053,3051,2924,3053,3051,2924,42,3937,296,2550,0,3055,3056,3057,3055,3056,3057,42,2550,2170,3937,0,3057,2925,3055,3057,2925,3055,42,328,3937,2170,0,2929,3055,2925,2929,3055,2925,42,2170,2550,329,0,2925,3057,2926,2925,3057,2926,42,2718,296,3937,0,3058,3056,3055,3058,3056,3055,42,3937,2800,2718,0,3055,3059,3058,3055,3059,3058,42,295,2718,2800,0,3060,3058,3059,3060,3058,3059,42,2800,3937,328,0,3059,3055,2929,3059,3055,2929,42,2874,295,2800,0,3061,3060,3059,3061,3060,3059,42,2800,3938,2874,0,3059,3062,3061,3059,3062,3061,42,294,2874,3938,0,3063,3061,3062,3063,3061,3062,42,3938,2800,328,0,3062,3059,2929,3062,3059,2929,42,3938,328,2290,0,3062,2929,2932,3062,2929,2932,42,2290,2815,3938,0,2932,3064,3062,2932,3064,3062,42,294,3938,2815,0,3063,3062,3064,3063,3062,3064,42,2815,2290,327,0,3064,2932,2934,3064,2932,2934,42,2751,294,2815,0,3065,3063,3064,3065,3063,3064,42,2815,3939,2751,0,3064,3066,3065,3064,3066,3065,42,293,2751,3939,0,3067,3065,3066,3067,3065,3066,42,3939,2815,327,0,3066,3064,2934,3066,3064,2934,42,3939,327,2178,0,3066,2934,2935,3066,2934,2935,42,2178,3099,3939,0,2935,3068,3066,2935,3068,3066,42,293,3939,3099,0,3067,3066,3068,3067,3066,3068,42,3099,2178,326,0,3068,2935,2937,3068,2935,2937,42,3940,293,3099,0,3069,3067,3068,3069,3067,3068,42,3099,2593,3940,0,3068,2939,3069,3068,2939,3069,42,325,3940,2593,0,2941,3069,2939,2941,3069,2939,42,2593,3099,326,0,2939,3068,2937,2939,3068,2937,42,2651,293,3940,0,3070,3067,3069,3070,3067,3069,42,3940,2733,2651,0,3069,3071,3070,3069,3071,3070,42,292,2651,2733,0,3072,3070,3071,3072,3070,3071,42,2733,3940,325,0,3071,3069,2941,3071,3069,2941,42,2653,292,2733,0,3073,3072,3071,3073,3072,3071,42,2733,3941,2653,0,3071,3074,3073,3071,3074,3073,42,291,2653,3941,0,3075,3073,3074,3075,3073,3074,42,3941,2733,325,0,3074,3071,2941,3074,3071,2941,42,3941,325,2092,0,3074,2941,2943,3074,2941,2943,42,2092,2867,3941,0,2943,3076,3074,2943,3076,3074,42,291,3941,2867,0,3075,3074,3076,3075,3074,3076,42,2867,2092,324,0,3076,2943,2945,3076,2943,2945,42,3942,291,2867,0,3077,3075,3076,3077,3075,3076,42,2867,2098,3942,0,3076,2948,3077,3076,2948,3077,42,323,3942,2098,0,2950,3077,2948,2950,3077,2948,42,2098,2867,324,0,2948,3076,2945,2948,3076,2945,42,2670,291,3942,0,3078,3075,3077,3078,3075,3077,42,3942,2753,2670,0,3077,3079,3078,3077,3079,3078,42,290,2670,2753,0,3080,3078,3079,3080,3078,3079,42,2753,3942,323,0,3079,3077,2950,3079,3077,2950,42,3943,290,2753,0,3081,3080,3079,3081,3080,3079,42,2753,2108,3943,0,3079,2952,3081,3079,2952,3081,42,322,3943,2108,0,2954,3081,2952,2954,3081,2952,42,2108,2753,323,0,2952,3079,2950,2952,3079,2950,42,2683,290,3943,0,3082,3080,3081,3082,3080,3081,42,3943,2635,2683,0,3081,3083,3082,3081,3083,3082,42,289,2683,2635,0,3084,3082,3083,3084,3082,3083,42,2635,3943,322,0,3083,3081,2954,3083,3081,2954,42,3944,289,2635,0,3085,3084,3083,3085,3084,3083,42,2635,2118,3944,0,3083,2956,3085,3083,2956,3085,42,321,3944,2118,0,2958,3085,2956,2958,3085,2956,42,2118,2635,322,0,2956,3083,2954,2956,3083,2954,42,1648,289,3944,0,3086,3084,3085,3086,3084,3085,42,3944,1709,1648,0,3085,3087,3086,3085,3087,3086,42,288,1648,1709,0,3088,3086,3087,3088,3086,3087,42,1709,3944,321,0,3087,3085,2958,3087,3085,2958,42,1771,288,1709,0,3089,3088,3087,3089,3088,3087,42,1709,3945,1771,0,3087,3090,3089,3087,3090,3089,42,287,1771,3945,0,3091,3089,3090,3091,3089,3090,42,3945,1709,321,0,3090,3087,2958,3090,3087,2958,42,3945,321,2132,0,3090,2958,2959,3090,2958,2959,42,2132,1822,3945,0,2959,3092,3090,2959,3092,3090,42,287,3945,1822,0,3091,3090,3092,3091,3090,3092,42,1822,2132,320,0,3092,2959,2961,3092,2959,2961,42,1761,287,1822,0,3093,3091,3092,3093,3091,3092,42,1822,3946,1761,0,3092,3094,3093,3092,3094,3093,42,286,1761,3946,0,3095,3093,3094,3095,3093,3094,42,3946,1822,320,0,3094,3092,2961,3094,3092,2961,42,3946,320,2254,0,3094,2961,2963,3094,2961,2963,42,2254,1673,3946,0,2963,3096,3094,2963,3096,3094,42,286,3946,1673,0,3095,3094,3096,3095,3094,3096,42,1673,2254,319,0,3096,2963,2965,3096,2963,2965,42,2027,286,1673,0,3097,3095,3096,3097,3095,3096,42,1673,3947,2027,0,3096,3098,3097,3096,3098,3097,42,285,2027,3947,0,3099,3097,3098,3099,3097,3098,42,3947,1673,319,0,3098,3096,2965,3098,3096,2965,42,3947,319,2514,0,3098,2965,2967,3098,2965,2967,42,2514,2063,3947,0,2967,3100,3098,2967,3100,3098,42,285,3947,2063,0,3099,3098,3100,3099,3098,3100,42,2063,2514,318,0,3100,2967,2969,3100,2967,2969,42,2022,285,2063,0,3101,3099,3100,3101,3099,3100,42,2063,3948,2022,0,3100,3102,3101,3100,3102,3101,42,284,2022,3948,0,3103,3101,3102,3103,3101,3102,42,3948,2063,318,0,3102,3100,2969,3102,3100,2969,42,3948,318,2486,0,3102,2969,2972,3102,2969,2972,42,2486,1651,3948,0,2972,3104,3102,2972,3104,3102,42,284,3948,1651,0,3103,3102,3104,3103,3102,3104,42,1651,2486,317,0,3104,2972,2974,3104,2972,2974,42,3949,284,1651,0,3105,3103,3104,3105,3103,3104,42,1651,2216,3949,0,3104,2975,3105,3104,2975,3105,42,316,3949,2216,0,2977,3105,2975,2977,3105,2975,42,2216,1651,317,0,2975,3104,2974,2975,3104,2974,42,1830,284,3949,0,3106,3103,3105,3106,3103,3105,42,3949,1758,1830,0,3105,3107,3106,3105,3107,3106,42,283,1830,1758,0,3108,3106,3107,3108,3106,3107,42,1758,3949,316,0,3107,3105,2977,3107,3105,2977,42,1438,283,1758,0,3109,3108,3107,3109,3108,3107,42,1758,3950,1438,0,3107,3110,3109,3107,3110,3109,42,282,1438,3950,0,3111,3109,3110,3111,3109,3110,42,3950,1758,316,0,3110,3107,2977,3110,3107,2977,42,3950,316,1992,0,3110,2977,2980,3110,2977,2980,42,1992,1476,3950,0,2980,3112,3110,2980,3112,3110,42,282,3950,1476,0,3111,3110,3112,3111,3110,3112,42,1476,1992,315,0,3112,2980,2982,3112,2980,2982,42,3951,282,1476,0,3113,3111,3112,3113,3111,3112,42,1476,2093,3951,0,3112,2984,3113,3112,2984,3113,42,314,3951,2093,0,2986,3113,2984,2986,3113,2984,42,2093,1476,315,0,2984,3112,2982,2984,3112,2982,42,1542,282,3951,0,3114,3111,3113,3114,3111,3113,42,3951,1462,1542,0,3113,3115,3114,3113,3115,3114,42,281,1542,1462,0,3116,3114,3115,3116,3114,3115,42,1462,3951,314,0,3115,3113,2986,3115,3113,2986,42,3952,281,1462,0,3117,3116,3115,3117,3116,3115,42,1462,1954,3952,0,3115,2988,3117,3115,2988,3117,42,313,3952,1954,0,2990,3117,2988,2990,3117,2988,42,1954,1462,314,0,2988,3115,2986,2988,3115,2986,42,1427,281,3952,0,3118,3116,3117,3118,3116,3117,42,3952,2799,1427,0,3117,3119,3118,3117,3119,3118,42,280,1427,2799,0,3120,3118,3119,3120,3118,3119,42,2799,3952,313,0,3119,3117,2990,3119,3117,2990,42,3953,280,2799,0,3121,3120,3119,3121,3120,3119,42,2799,2345,3953,0,3119,2992,3121,3119,2992,3121,42,312,3953,2345,0,2994,3121,2992,2994,3121,2992,42,2345,2799,313,0,2992,3119,2990,2992,3119,2990,42,2868,280,3953,0,3122,3120,3121,3122,3120,3121,42,3953,2783,2868,0,3121,3123,3122,3121,3123,3122,42,279,2868,2783,0,3124,3122,3123,3124,3122,3123,42,2783,3953,312,0,3123,3121,2994,3123,3121,2994,42,3954,279,2783,0,3125,3124,3123,3125,3124,3123,42,2783,2466,3954,0,3123,2996,3125,3123,2996,3125,42,311,3954,2466,0,2998,3125,2996,2998,3125,2996,42,2466,2783,312,0,2996,3123,2994,2996,3123,2994,42,2943,279,3954,0,3126,3124,3125,3126,3124,3125,42,3954,3130,2943,0,3125,3127,3126,3125,3127,3126,42,278,2943,3130,0,3128,3126,3127,3128,3126,3127,42,3130,3954,311,0,3127,3125,2998,3127,3125,2998,42,2951,278,3130,0,3129,3128,3127,3129,3128,3127,42,3130,3955,2951,0,3127,3130,3129,3127,3130,3129,42,277,2951,3955,0,3131,3129,3130,3131,3129,3130,42,3955,3130,311,0,3130,3127,2998,3130,3127,2998,42,3955,311,2420,0,3130,2998,2999,3130,2998,2999,42,2420,3015,3955,0,2999,3132,3130,2999,3132,3130,42,277,3955,3015,0,3131,3130,3132,3131,3130,3132,42,3015,2420,310,0,3132,2999,3001,3132,2999,3001,42,2929,277,3015,0,3133,3131,3132,3133,3131,3132,42,3015,3956,2929,0,3132,3134,3133,3132,3134,3133,42,276,2929,3956,0,3135,3133,3134,3135,3133,3134,42,3956,3015,310,0,3134,3132,3001,3134,3132,3001,42,3956,310,2433,0,3134,3001,3003,3134,3001,3003,42,2433,2845,3956,0,3003,3136,3134,3003,3136,3134,42,276,3956,2845,0,3135,3134,3136,3135,3134,3136,42,2845,2433,309,0,3136,3003,3005,3136,3003,3005,42,1341,276,2845,0,3137,3135,3136,3137,3135,3136,42,2845,3957,1341,0,3136,3138,3137,3136,3138,3137,42,275,1341,3957,0,3139,3137,3138,3139,3137,3138,42,3957,2845,309,0,3138,3136,3005,3138,3136,3005,42,3957,309,2928,0,3138,3005,3007,3138,3005,3007,42,2928,1403,3957,0,3007,3140,3138,3007,3140,3138,42,275,3957,1403,0,3139,3138,3140,3139,3138,3140,42,1403,2928,308,0,3140,3007,3009,3140,3007,3009,42,3958,275,1403,0,3141,3139,3140,3141,3139,3140,42,1403,2933,3958,0,3140,3012,3141,3140,3012,3141,42,307,3958,2933,0,3014,3141,3012,3014,3141,3012,42,2933,1403,308,0,3012,3140,3009,3012,3140,3009,42,1558,275,3958,0,3142,3139,3141,3142,3139,3141,42,3958,1349,1558,0,3141,3143,3142,3141,3143,3142,42,274,1558,1349,0,3144,3142,3143,3144,3142,3143,42,1349,3958,307,0,3143,3141,3014,3143,3141,3014,42,3959,274,1349,0,3145,3144,3143,3145,3144,3143,42,1349,3018,3959,0,3143,3015,3145,3143,3015,3145,42,306,3959,3018,0,3017,3145,3015,3017,3145,3015,42,3018,1349,307,0,3015,3143,3014,3015,3143,3014,42,1445,274,3959,0,3146,3144,3145,3146,3144,3145,42,3959,1363,1445,0,3145,3147,3146,3145,3147,3146,42,273,1445,1363,0,3148,3146,3147,3148,3146,3147,42,1363,3959,306,0,3147,3145,3017,3147,3145,3017,42,1321,273,1363,0,3149,3148,3147,3149,3148,3147,42,1363,3960,1321,0,3147,3150,3149,3147,3150,3149,42,272,1321,3960,0,3151,3149,3150,3151,3149,3150,42,3960,1363,306,0,3150,3147,3017,3150,3147,3017,42,3960,306,2907,0,3150,3017,3019,3150,3017,3019,42,2907,1912,3960,0,3019,3152,3150,3019,3152,3150,42,272,3960,1912,0,3151,3150,3152,3151,3150,3152,42,1912,2907,305,0,3152,3019,3021,3152,3019,3021,42,1993,272,1912,0,3153,3151,3152,3153,3151,3152,42,1912,3961,1993,0,3152,3154,3153,3152,3154,3153,42,271,1993,3961,0,3155,3153,3154,3155,3153,3154,42,3961,1912,305,0,3154,3152,3021,3154,3152,3021,42,3961,305,2516,0,3154,3021,3024,3154,3021,3024,42,2516,1899,3961,0,3024,3156,3154,3024,3156,3154,42,271,3961,1899,0,3155,3154,3156,3155,3154,3156,42,1899,2516,304,0,3156,3024,3026,3156,3024,3026,42,2094,271,1899,0,3157,3155,3156,3157,3155,3156,42,1899,3962,2094,0,3156,3158,3157,3156,3158,3157,42,270,2094,3962,0,3159,3157,3158,3159,3157,3158,42,3962,1899,304,0,3158,3156,3026,3158,3156,3026,42,3962,304,2636,0,3158,3026,3028,3158,3026,3028,42,2636,1886,3962,0,3028,3160,3158,3028,3160,3158,42,270,3962,1886,0,3159,3158,3160,3159,3158,3160,42,1886,2636,303,0,3160,3028,3030,3160,3028,3030,42,1204,270,1886,0,3161,3159,3160,3161,3159,3160,42,1886,3963,1204,0,3160,3162,3161,3160,3162,3161,42,269,1204,3963,0,3163,3161,3162,3163,3161,3162,42,3963,1886,303,0,3162,3160,3030,3162,3160,3030,42,3963,303,2483,0,3162,3030,3031,3162,3030,3031,42,2483,1260,3963,0,3031,3164,3162,3031,3164,3162,42,269,3963,1260,0,3163,3162,3164,3163,3162,3164,42,1260,2483,302,0,3164,3031,3033,3164,3031,3033,42,1200,269,1260,0,3165,3163,3164,3165,3163,3164,42,1260,3964,1200,0,3164,3166,3165,3164,3166,3165,42,268,1200,3964,0,3167,3165,3166,3167,3165,3166,42,3964,1260,302,0,3166,3164,3033,3166,3164,3033,42,3964,302,1742,0,3166,3033,3035,3166,3033,3035,42,1742,1395,3964,0,3035,3168,3166,3035,3168,3166,42,268,3964,1395,0,3167,3166,3168,3167,3166,3168,42,1395,1742,301,0,3168,3035,3037,3168,3035,3037,42,3965,268,1395,0,3169,3167,3168,3169,3167,3168,42,1395,2021,3965,0,3168,3040,3169,3168,3040,3169,42,300,3965,2021,0,3042,3169,3040,3042,3169,3040,42,2021,1395,301,0,3040,3168,3037,3040,3168,3037,42,1506,268,3965,0,3170,3167,3169,3170,3167,3169,42,3965,1553,1506,0,3169,3171,3170,3169,3171,3170,42,267,1506,1553,0,3172,3170,3171,3172,3170,3171,42,1553,3965,300,0,3171,3169,3042,3171,3169,3042,42,3966,267,1553,0,3173,3172,3171,3173,3172,3171,42,1553,2043,3966,0,3171,3043,3173,3171,3043,3173,42,299,3966,2043,0,3045,3173,3043,3045,3173,3043,42,2043,1553,300,0,3043,3171,3042,3043,3171,3042,42,1492,267,3966,0,3174,3172,3173,3174,3172,3173,42,3966,1418,1492,0,3173,3175,3174,3173,3175,3174,42,266,1492,1418,0,3176,3174,3175,3176,3174,3175,42,1418,3966,299,0,3175,3173,3045,3175,3173,3045,42,3967,266,1418,0,3177,3176,3175,3177,3176,3175,42,1418,1605,3967,0,3175,3048,3177,3175,3048,3177,42,297,3967,1605,0,3050,3177,3048,3050,3177,3048,42,1605,1418,299,0,3048,3175,3045,3048,3175,3045,42,1090,266,3967,0,3178,3176,3177,3178,3176,3177,42,3967,3075,1090,0,3177,3179,3178,3177,3179,3178,42,264,1090,3075,0,3180,3178,3179,3180,3178,3179,42,3075,3967,297,0,3179,3177,3050,3179,3177,3050,42,1144,264,3075,0,3181,3180,3179,3181,3180,3179,42,3075,3968,1144,0,3179,3182,3181,3179,3182,3181,42,265,1144,3968,0,3183,3181,3182,3183,3181,3182,42,3968,3075,297,0,3182,3179,3050,3182,3179,3050,42,3968,297,1668,0,3182,3050,3052,3182,3050,3052,42,1668,1187,3968,0,3052,3184,3182,3052,3184,3182,42,265,3968,1187,0,3183,3182,3184,3183,3182,3184,42,1187,1668,298,0,3184,3052,3054,3184,3052,3054,42,3969,263,3062,0,3185,3186,3187,3185,3186,3187,42,3062,2718,3969,0,3187,3058,3185,3187,3058,3185,42,295,3969,2718,0,3060,3185,3058,3060,3185,3058,42,2718,3062,296,0,3058,3187,3056,3058,3187,3056,42,3122,263,3969,0,3188,3186,3185,3188,3186,3185,42,3969,1247,3122,0,3185,3189,3188,3185,3189,3188,42,262,3122,1247,0,3190,3188,3189,3190,3188,3189,42,1247,3969,295,0,3189,3185,3060,3189,3185,3060,42,3970,262,1247,0,3191,3190,3189,3191,3190,3189,42,1247,2874,3970,0,3189,3061,3191,3189,3061,3191,42,294,3970,2874,0,3063,3191,3061,3063,3191,3061,42,2874,1247,295,0,3061,3189,3060,3061,3189,3060,42,1126,262,3970,0,3192,3190,3191,3192,3190,3191,42,3970,1255,1126,0,3191,3193,3192,3191,3193,3192,42,261,1126,1255,0,3194,3192,3193,3194,3192,3193,42,1255,3970,294,0,3193,3191,3063,3193,3191,3063,42,3971,261,1255,0,3195,3194,3193,3195,3194,3193,42,1255,2751,3971,0,3193,3065,3195,3193,3065,3195,42,293,3971,2751,0,3067,3195,3065,3067,3195,3065,42,2751,1255,294,0,3065,3193,3063,3065,3193,3063,42,3039,261,3971,0,3196,3194,3195,3196,3194,3195,42,3971,1546,3039,0,3195,3197,3196,3195,3197,3196,42,260,3039,1546,0,3198,3196,3197,3198,3196,3197,42,1546,3971,293,0,3197,3195,3067,3197,3195,3067,42,3046,260,1546,0,3199,3198,3197,3199,3198,3197,42,1546,3972,3046,0,3197,3200,3199,3197,3200,3199,42,259,3046,3972,0,3201,3199,3200,3201,3199,3200,42,3972,1546,293,0,3200,3197,3067,3200,3197,3067,42,3972,293,2651,0,3200,3067,3070,3200,3067,3070,42,2651,1147,3972,0,3070,3202,3200,3070,3202,3200,42,259,3972,1147,0,3201,3200,3202,3201,3200,3202,42,1147,2651,292,0,3202,3070,3072,3202,3070,3072,42,3973,259,1147,0,3203,3201,3202,3203,3201,3202,42,1147,2653,3973,0,3202,3073,3203,3202,3073,3203,42,291,3973,2653,0,3075,3203,3073,3075,3203,3073,42,2653,1147,292,0,3073,3202,3072,3073,3202,3072,42,3058,259,3973,0,3204,3201,3203,3204,3201,3203,42,3973,1312,3058,0,3203,3205,3204,3203,3205,3204,42,258,3058,1312,0,3206,3204,3205,3206,3204,3205,42,1312,3973,291,0,3205,3203,3075,3205,3203,3075,42,3974,258,1312,0,3207,3206,3205,3207,3206,3205,42,1312,2670,3974,0,3205,3078,3207,3205,3078,3207,42,290,3974,2670,0,3080,3207,3078,3080,3207,3078,42,2670,1312,291,0,3078,3205,3075,3078,3205,3075,42,3069,258,3974,0,3208,3206,3207,3208,3206,3207,42,3974,1179,3069,0,3207,3209,3208,3207,3209,3208,42,257,3069,1179,0,3210,3208,3209,3210,3208,3209,42,1179,3974,290,0,3209,3207,3080,3209,3207,3080,42,3975,257,1179,0,3211,3210,3209,3211,3210,3209,42,1179,2683,3975,0,3209,3082,3211,3209,3082,3211,42,289,3975,2683,0,3084,3211,3082,3084,3211,3082,42,2683,1179,290,0,3082,3209,3080,3082,3209,3080,42,3082,257,3975,0,3212,3210,3211,3212,3210,3211,42,3975,2122,3082,0,3211,3213,3212,3211,3213,3212,42,256,3082,2122,0,3214,3212,3213,3214,3212,3213,42,2122,3975,289,0,3213,3211,3084,3213,3211,3084,42,3976,256,2122,0,3215,3214,3213,3215,3214,3213,42,2122,1648,3976,0,3213,3086,3215,3213,3086,3215,42,288,3976,1648,0,3088,3215,3086,3088,3215,3086,42,1648,2122,289,0,3086,3213,3084,3086,3213,3084,42,1866,256,3976,0,3216,3214,3215,3216,3214,3215,42,3976,1180,1866,0,3215,3217,3216,3215,3217,3216,42,255,1866,1180,0,3218,3216,3217,3218,3216,3217,42,1180,3976,288,0,3217,3215,3088,3217,3215,3088,42,3178,255,1180,0,3219,3218,3217,3219,3218,3217,42,1180,3977,3178,0,3217,3220,3219,3217,3220,3219,42,254,3178,3977,0,3221,3219,3220,3221,3219,3220,42,3977,1180,288,0,3220,3217,3088,3220,3217,3088,42,3977,288,1771,0,3220,3088,3089,3220,3088,3089,42,1771,1313,3977,0,3089,3222,3220,3089,3222,3220,42,254,3977,1313,0,3221,3220,3222,3221,3220,3222,42,1313,1771,287,0,3222,3089,3091,3222,3089,3091,42,3978,254,1313,0,3223,3221,3222,3223,3221,3222,42,1313,1761,3978,0,3222,3093,3223,3222,3093,3223,42,286,3978,1761,0,3095,3223,3093,3095,3223,3093,42,1761,1313,287,0,3093,3222,3091,3093,3222,3091,42,3165,254,3978,0,3224,3221,3223,3224,3221,3223,42,3978,1148,3165,0,3223,3225,3224,3223,3225,3224,42,253,3165,1148,0,3226,3224,3225,3226,3224,3225,42,1148,3978,286,0,3225,3223,3095,3225,3223,3095,42,3979,253,1148,0,3227,3226,3225,3227,3226,3225,42,1148,2027,3979,0,3225,3097,3227,3225,3097,3227,42,285,3979,2027,0,3099,3227,3097,3099,3227,3097,42,2027,1148,286,0,3097,3225,3095,3097,3225,3095,42,1295,253,3979,0,3228,3226,3227,3228,3226,3227,42,3979,1547,1295,0,3227,3229,3228,3227,3229,3228,42,252,1295,1547,0,3230,3228,3229,3230,3228,3229,42,1547,3979,285,0,3229,3227,3099,3229,3227,3099,42,1265,252,1547,0,3231,3230,3229,3231,3230,3229,42,1547,3980,1265,0,3229,3232,3231,3229,3232,3231,42,251,1265,3980,0,3233,3231,3232,3233,3231,3232,42,3980,1547,285,0,3232,3229,3099,3232,3229,3099,42,3980,285,2022,0,3232,3099,3101,3232,3099,3101,42,2022,1256,3980,0,3101,3234,3232,3101,3234,3232,42,251,3980,1256,0,3233,3232,3234,3233,3232,3234,42,1256,2022,284,0,3234,3101,3103,3234,3101,3103,42,1117,251,1256,0,3235,3233,3234,3235,3233,3234,42,1256,3981,1117,0,3234,3236,3235,3234,3236,3235,42,250,1117,3981,0,3237,3235,3236,3237,3235,3236,42,3981,1256,284,0,3236,3234,3103,3236,3234,3103,42,3981,284,1830,0,3236,3103,3106,3236,3103,3106,42,1830,1248,3981,0,3106,3238,3236,3106,3238,3236,42,250,3981,1248,0,3237,3236,3238,3237,3236,3238,42,1248,1830,283,0,3238,3106,3108,3238,3106,3108,42,3982,250,1248,0,3239,3237,3238,3239,3237,3238,42,1248,1438,3982,0,3238,3109,3239,3238,3109,3239,42,282,3982,1438,0,3111,3239,3109,3111,3239,3109,42,1438,1248,283,0,3109,3238,3108,3109,3238,3108,42,2818,250,3982,0,3240,3237,3239,3240,3237,3239,42,3982,3077,2818,0,3239,3241,3240,3239,3241,3240,42,249,2818,3077,0,3242,3240,3241,3242,3240,3241,42,3077,3982,282,0,3241,3239,3111,3241,3239,3111,42,3983,249,3077,0,3243,3242,3241,3243,3242,3241,42,3077,1542,3983,0,3241,3114,3243,3241,3114,3243,42,281,3983,1542,0,3116,3243,3114,3116,3243,3114,42,1542,3077,282,0,3114,3241,3111,3114,3241,3111,42,2961,249,3983,0,3244,3242,3243,3244,3242,3243,42,3983,3091,2961,0,3243,3245,3244,3243,3245,3244,42,248,2961,3091,0,3246,3244,3245,3246,3244,3245,42,3091,3983,281,0,3245,3243,3116,3245,3243,3116,42,3984,248,3091,0,3247,3246,3245,3247,3246,3245,42,3091,1427,3984,0,3245,3118,3247,3245,3118,3247,42,280,3984,1427,0,3120,3247,3118,3120,3247,3118,42,1427,3091,281,0,3118,3245,3116,3118,3245,3116,42,2819,248,3984,0,3248,3246,3247,3248,3246,3247,42,3984,1221,2819,0,3247,3249,3248,3247,3249,3248,42,247,2819,1221,0,3250,3248,3249,3250,3248,3249,42,1221,3984,280,0,3249,3247,3120,3249,3247,3120,42,3985,247,1221,0,3251,3250,3249,3251,3250,3249,42,1221,2868,3985,0,3249,3122,3251,3249,3122,3251,42,279,3985,2868,0,3124,3251,3122,3124,3251,3122,42,2868,1221,280,0,3122,3249,3120,3122,3249,3120,42,1177,247,3985,0,3252,3250,3251,3252,3250,3251,42,3985,1449,1177,0,3251,3253,3252,3251,3253,3252,42,246,1177,1449,0,3254,3252,3253,3254,3252,3253,42,1449,3985,279,0,3253,3251,3124,3253,3251,3124,42,3986,246,1449,0,3255,3254,3253,3255,3254,3253,42,1449,2943,3986,0,3253,3126,3255,3253,3126,3255,42,278,3986,2943,0,3128,3255,3126,3128,3255,3126,42,2943,1449,279,0,3126,3253,3124,3126,3253,3124,42,1193,246,3986,0,3256,3254,3255,3256,3254,3255,42,3986,1579,1193,0,3255,3257,3256,3255,3257,3256,42,245,1193,1579,0,3258,3256,3257,3258,3256,3257,42,1579,3986,278,0,3257,3255,3128,3257,3255,3128,42,1152,245,1579,0,3259,3258,3257,3259,3258,3257,42,1579,3987,1152,0,3257,3260,3259,3257,3260,3259,42,244,1152,3987,0,3261,3259,3260,3261,3259,3260,42,3987,1579,278,0,3260,3257,3128,3260,3257,3128,42,3987,278,2951,0,3260,3128,3129,3260,3128,3129,42,2951,1426,3987,0,3129,3262,3260,3129,3262,3260,42,244,3987,1426,0,3261,3260,3262,3261,3260,3262,42,1426,2951,277,0,3262,3129,3131,3262,3129,3131,42,1157,244,1426,0,3263,3261,3262,3263,3261,3262,42,1426,3988,1157,0,3262,3264,3263,3262,3264,3263,42,243,1157,3988,0,3265,3263,3264,3265,3263,3264,42,3988,1426,277,0,3264,3262,3131,3264,3262,3131,42,3988,277,2929,0,3264,3131,3133,3264,3131,3133,42,2929,1287,3988,0,3133,3266,3264,3133,3266,3264,42,243,3988,1287,0,3265,3264,3266,3265,3264,3266,42,1287,2929,276,0,3266,3133,3135,3266,3133,3135,42,1785,243,1287,0,3267,3265,3266,3267,3265,3266,42,1287,3989,1785,0,3266,3268,3267,3266,3268,3267,42,242,1785,3989,0,3269,3267,3268,3269,3267,3268,42,3989,1287,276,0,3268,3266,3135,3268,3266,3135,42,3989,276,1341,0,3268,3135,3137,3268,3135,3137,42,1341,1914,3989,0,3137,3270,3268,3137,3270,3268,42,242,3989,1914,0,3269,3268,3270,3269,3268,3270,42,1914,1341,275,0,3270,3137,3139,3270,3137,3139,42,1942,242,1914,0,3271,3269,3270,3271,3269,3270,42,1914,3990,1942,0,3270,3272,3271,3270,3272,3271,42,241,1942,3990,0,3273,3271,3272,3273,3271,3272,42,3990,1914,275,0,3272,3270,3139,3272,3270,3139,42,3990,275,1558,0,3272,3139,3142,3272,3139,3142,42,1558,1925,3990,0,3142,3274,3272,3142,3274,3272,42,241,3990,1925,0,3273,3272,3274,3273,3272,3274,42,1925,1558,274,0,3274,3142,3144,3274,3142,3144,42,1808,241,1925,0,3275,3273,3274,3275,3273,3274,42,1925,3991,1808,0,3274,3276,3275,3274,3276,3275,42,240,1808,3991,0,3277,3275,3276,3277,3275,3276,42,3991,1925,274,0,3276,3274,3144,3276,3274,3144,42,3991,274,1445,0,3276,3144,3146,3276,3144,3146,42,1445,1945,3991,0,3146,3278,3276,3146,3278,3276,42,240,3991,1945,0,3277,3276,3278,3277,3276,3278,42,1945,1445,273,0,3278,3146,3148,3278,3146,3148,42,3992,240,1945,0,3279,3277,3278,3279,3277,3278,42,1945,1321,3992,0,3278,3149,3279,3278,3149,3279,42,272,3992,1321,0,3151,3279,3149,3151,3279,3149,42,1321,1945,273,0,3149,3278,3148,3149,3278,3148,42,1660,240,3992,0,3280,3277,3279,3280,3277,3279,42,3992,1393,1660,0,3279,3281,3280,3279,3281,3280,42,239,1660,1393,0,3282,3280,3281,3282,3280,3281,42,1393,3992,272,0,3281,3279,3151,3281,3279,3151,42,3993,239,1393,0,3283,3282,3281,3283,3282,3281,42,1393,1993,3993,0,3281,3153,3283,3281,3153,3283,42,271,3993,1993,0,3155,3283,3153,3155,3283,3153,42,1993,1393,272,0,3153,3281,3151,3153,3281,3151,42,1253,239,3993,0,3284,3282,3283,3284,3282,3283,42,3993,1380,1253,0,3283,3285,3284,3283,3285,3284,42,238,1253,1380,0,3286,3284,3285,3286,3284,3285,42,1380,3993,271,0,3285,3283,3155,3285,3283,3155,42,3994,238,1380,0,3287,3286,3285,3287,3286,3285,42,1380,2094,3994,0,3285,3157,3287,3285,3157,3287,42,270,3994,2094,0,3159,3287,3157,3159,3287,3157,42,2094,1380,271,0,3157,3285,3155,3157,3285,3155,42,1303,238,3994,0,3288,3286,3287,3288,3286,3287,42,3994,1430,1303,0,3287,3289,3288,3287,3289,3288,42,237,1303,1430,0,3290,3288,3289,3290,3288,3289,42,1430,3994,270,0,3289,3287,3159,3289,3287,3159,42,2603,237,1430,0,3291,3290,3289,3291,3290,3289,42,1430,3995,2603,0,3289,3292,3291,3289,3292,3291,42,236,2603,3995,0,3293,3291,3292,3293,3291,3292,42,3995,1430,270,0,3292,3289,3159,3292,3289,3159,42,3995,270,1204,0,3292,3159,3161,3292,3159,3161,42,1204,2892,3995,0,3161,3294,3292,3161,3294,3292,42,236,3995,2892,0,3293,3292,3294,3293,3292,3294,42,2892,1204,269,0,3294,3161,3163,3294,3161,3163,42,2646,236,2892,0,3295,3293,3294,3295,3293,3294,42,2892,3996,2646,0,3294,3296,3295,3294,3296,3295,42,235,2646,3996,0,3297,3295,3296,3297,3295,3296,42,3996,2892,269,0,3296,3294,3163,3296,3294,3163,42,3996,269,1200,0,3296,3163,3165,3296,3163,3165,42,1200,3059,3996,0,3165,3298,3296,3165,3298,3296,42,235,3996,3059,0,3297,3296,3298,3297,3296,3298,42,3059,1200,268,0,3298,3165,3167,3298,3165,3167,42,2903,235,3059,0,3299,3297,3298,3299,3297,3298,42,3059,3997,2903,0,3298,3300,3299,3298,3300,3299,42,234,2903,3997,0,3301,3299,3300,3301,3299,3300,42,3997,3059,268,0,3300,3298,3167,3300,3298,3167,42,3997,268,1506,0,3300,3167,3170,3300,3167,3170,42,1506,3170,3997,0,3170,3302,3300,3170,3302,3300,42,234,3997,3170,0,3301,3300,3302,3301,3300,3302,42,3170,1506,267,0,3302,3170,3172,3302,3170,3172,42,3998,234,3170,0,3303,3301,3302,3303,3301,3302,42,3170,1492,3998,0,3302,3174,3303,3302,3174,3303,42,266,3998,1492,0,3176,3303,3174,3176,3303,3174,42,1492,3170,267,0,3174,3302,3172,3174,3302,3172,42,2544,234,3998,0,3304,3301,3303,3304,3301,3303,42,3998,2824,2544,0,3303,3305,3304,3303,3305,3304,42,233,2544,2824,0,3306,3304,3305,3306,3304,3305,42,2824,3998,266,0,3305,3303,3176,3305,3303,3176,42,2469,233,2824,0,3307,3306,3305,3307,3306,3305,42,2824,3999,2469,0,3305,3308,3307,3305,3308,3307,42,231,2469,3999,0,3309,3307,3308,3309,3307,3308,42,3999,2824,266,0,3308,3305,3176,3308,3305,3176,42,3999,266,1090,0,3308,3176,3178,3308,3176,3178,42,1090,1284,3999,0,3178,3310,3308,3178,3310,3308,42,231,3999,1284,0,3309,3308,3310,3309,3308,3310,42,1284,1090,264,0,3310,3178,3180,3310,3178,3180,42,4000,231,1284,0,3311,3309,3310,3311,3309,3310,42,1284,1144,4000,0,3310,3181,3311,3310,3181,3311,42,265,4000,1144,0,3183,3311,3181,3183,3311,3181,42,1144,1284,264,0,3181,3310,3180,3181,3310,3180,42,2545,231,4000,0,3312,3309,3311,3312,3309,3311,42,4000,2837,2545,0,3311,3313,3312,3311,3313,3312,42,232,2545,2837,0,3314,3312,3313,3314,3312,3313,42,2837,4000,265,0,3313,3311,3183,3313,3311,3183,42,4001,230,1308,0,3315,3316,3317,3315,3316,3317,42,1308,3122,4001,0,3317,3188,3315,3317,3188,3315,42,262,4001,3122,0,3190,3315,3188,3190,3315,3188,42,3122,1308,263,0,3188,3317,3186,3188,3317,3186,42,1534,230,4001,0,3318,3316,3315,3318,3316,3315,42,4001,1574,1534,0,3315,3319,3318,3315,3319,3318,42,229,1534,1574,0,3320,3318,3319,3320,3318,3319,42,1574,4001,262,0,3319,3315,3190,3319,3315,3190,42,4002,229,1574,0,3321,3320,3319,3321,3320,3319,42,1574,1126,4002,0,3319,3192,3321,3319,3192,3321,42,261,4002,1126,0,3194,3321,3192,3194,3321,3192,42,1126,1574,262,0,3192,3319,3190,3192,3319,3190,42,1439,229,4002,0,3322,3320,3321,3322,3320,3321,42,4002,1478,1439,0,3321,3323,3322,3321,3323,3322,42,228,1439,1478,0,3324,3322,3323,3324,3322,3323,42,1478,4002,261,0,3323,3321,3194,3323,3321,3194,42,1442,228,1478,0,3325,3324,3323,3325,3324,3323,42,1478,4003,1442,0,3323,3326,3325,3323,3326,3325,42,227,1442,4003,0,3327,3325,3326,3327,3325,3326,42,4003,1478,261,0,3326,3323,3194,3326,3323,3194,42,4003,261,3039,0,3326,3194,3196,3326,3194,3196,42,3039,1894,4003,0,3196,3328,3326,3196,3328,3326,42,227,4003,1894,0,3327,3326,3328,3327,3326,3328,42,1894,3039,260,0,3328,3196,3198,3328,3196,3198,42,4004,227,1894,0,3329,3327,3328,3329,3327,3328,42,1894,3046,4004,0,3328,3199,3329,3328,3199,3329,42,259,4004,3046,0,3201,3329,3199,3201,3329,3199,42,3046,1894,260,0,3199,3328,3198,3199,3328,3198,42,1457,227,4004,0,3330,3327,3329,3330,3327,3329,42,4004,1505,1457,0,3329,3331,3330,3329,3331,3330,42,226,1457,1505,0,3332,3330,3331,3332,3330,3331,42,1505,4004,259,0,3331,3329,3201,3331,3329,3201,42,4005,226,1505,0,3333,3332,3331,3333,3332,3331,42,1505,3058,4005,0,3331,3204,3333,3331,3204,3333,42,258,4005,3058,0,3206,3333,3204,3206,3333,3204,42,3058,1505,259,0,3204,3331,3201,3204,3331,3201,42,1466,226,4005,0,3334,3332,3333,3334,3332,3333,42,4005,1646,1466,0,3333,3335,3334,3333,3335,3334,42,225,1466,1646,0,3336,3334,3335,3336,3334,3335,42,1646,4005,258,0,3335,3333,3206,3335,3333,3206,42,4006,225,1646,0,3337,3336,3335,3337,3336,3335,42,1646,3069,4006,0,3335,3208,3337,3335,3208,3337,42,257,4006,3069,0,3210,3337,3208,3210,3337,3208,42,3069,1646,258,0,3208,3335,3206,3208,3335,3206,42,1475,225,4006,0,3338,3336,3337,3338,3336,3337,42,4006,1531,1475,0,3337,3339,3338,3337,3339,3338,42,224,1475,1531,0,3340,3338,3339,3340,3338,3339,42,1531,4006,257,0,3339,3337,3210,3339,3337,3210,42,4007,224,1531,0,3341,3340,3339,3341,3340,3339,42,1531,3082,4007,0,3339,3212,3341,3339,3212,3341,42,256,4007,3082,0,3214,3341,3212,3214,3341,3212,42,3082,1531,257,0,3212,3339,3210,3212,3339,3210,42,2384,224,4007,0,3342,3340,3341,3342,3340,3341,42,4007,2443,2384,0,3341,3343,3342,3341,3343,3342,42,223,2384,2443,0,3344,3342,3343,3344,3342,3343,42,2443,4007,256,0,3343,3341,3214,3343,3341,3214,42,4008,223,2443,0,3345,3344,3343,3345,3344,3343,42,2443,1866,4008,0,3343,3216,3345,3343,3216,3345,42,255,4008,1866,0,3218,3345,3216,3218,3345,3216,42,1866,2443,256,0,3216,3343,3214,3216,3343,3214,42,2370,223,4008,0,3346,3344,3345,3346,3344,3345,42,4008,2576,2370,0,3345,3347,3346,3345,3347,3346,42,222,2370,2576,0,3348,3346,3347,3348,3346,3347,42,2576,4008,255,0,3347,3345,3218,3347,3345,3218,42,4009,222,2576,0,3349,3348,3347,3349,3348,3347,42,2576,3178,4009,0,3347,3219,3349,3347,3219,3349,42,254,4009,3178,0,3221,3349,3219,3221,3349,3219,42,3178,2576,255,0,3219,3347,3218,3219,3347,3218,42,2624,222,4009,0,3350,3348,3349,3350,3348,3349,42,4009,2676,2624,0,3349,3351,3350,3349,3351,3350,42,221,2624,2676,0,3352,3350,3351,3352,3350,3351,42,2676,4009,254,0,3351,3349,3221,3351,3349,3221,42,4010,221,2676,0,3353,3352,3351,3353,3352,3351,42,2676,3165,4010,0,3351,3224,3353,3351,3224,3353,42,253,4010,3165,0,3226,3353,3224,3226,3353,3224,42,3165,2676,254,0,3224,3351,3221,3224,3351,3221,42,2619,221,4010,0,3354,3352,3353,3354,3352,3353,42,4010,2540,2619,0,3353,3355,3354,3353,3355,3354,42,220,2619,2540,0,3356,3354,3355,3356,3354,3355,42,2540,4010,253,0,3355,3353,3226,3355,3353,3226,42,4011,220,2540,0,3357,3356,3355,3357,3356,3355,42,2540,1295,4011,0,3355,3228,3357,3355,3228,3357,42,252,4011,1295,0,3230,3357,3228,3230,3357,3228,42,1295,2540,253,0,3228,3355,3226,3228,3355,3226,42,2986,220,4011,0,3358,3356,3357,3358,3356,3357,42,4011,2914,2986,0,3357,3359,3358,3357,3359,3358,42,219,2986,2914,0,3360,3358,3359,3360,3358,3359,42,2914,4011,252,0,3359,3357,3230,3359,3357,3230,42,2842,219,2914,0,3361,3360,3359,3361,3360,3359,42,2914,4012,2842,0,3359,3362,3361,3359,3362,3361,42,218,2842,4012,0,3363,3361,3362,3363,3361,3362,42,4012,2914,252,0,3362,3359,3230,3362,3359,3230,42,4012,252,1265,0,3362,3230,3231,3362,3230,3231,42,1265,2632,4012,0,3231,3364,3362,3231,3364,3362,42,218,4012,2632,0,3363,3362,3364,3363,3362,3364,42,2632,1265,251,0,3364,3231,3233,3364,3231,3233,42,2690,218,2632,0,3365,3363,3364,3365,3363,3364,42,2632,4013,2690,0,3364,3366,3365,3364,3366,3365,42,217,2690,4013,0,3367,3365,3366,3367,3365,3366,42,4013,2632,251,0,3366,3364,3233,3366,3364,3233,42,4013,251,1117,0,3366,3233,3235,3366,3233,3235,42,1117,2608,4013,0,3235,3368,3366,3235,3368,3366,42,217,4013,2608,0,3367,3366,3368,3367,3366,3368,42,2608,1117,250,0,3368,3235,3237,3368,3235,3237,42,2308,217,2608,0,3369,3367,3368,3369,3367,3368,42,2608,4014,2308,0,3368,3370,3369,3368,3370,3369,42,216,2308,4014,0,3371,3369,3370,3371,3369,3370,42,4014,2608,250,0,3370,3368,3237,3370,3368,3237,42,4014,250,2818,0,3370,3237,3240,3370,3237,3240,42,2818,2352,4014,0,3240,3372,3370,3240,3372,3370,42,216,4014,2352,0,3371,3370,3372,3371,3370,3372,42,2352,2818,249,0,3372,3240,3242,3372,3240,3242,42,4015,216,2352,0,3373,3371,3372,3373,3371,3372,42,2352,2961,4015,0,3372,3244,3373,3372,3244,3373,42,248,4015,2961,0,3246,3373,3244,3246,3373,3244,42,2961,2352,249,0,3244,3372,3242,3244,3372,3242,42,2424,216,4015,0,3374,3371,3373,3374,3371,3373,42,4015,2340,2424,0,3373,3375,3374,3373,3375,3374,42,215,2424,2340,0,3376,3374,3375,3376,3374,3375,42,2340,4015,248,0,3375,3373,3246,3375,3373,3246,42,4016,215,2340,0,3377,3376,3375,3377,3376,3375,42,2340,2819,4016,0,3375,3248,3377,3375,3248,3377,42,247,4016,2819,0,3250,3377,3248,3250,3377,3248,42,2819,2340,248,0,3248,3375,3246,3248,3375,3246,42,2245,215,4016,0,3378,3376,3377,3378,3376,3377,42,4016,1634,2245,0,3377,3379,3378,3377,3379,3378,42,214,2245,1634,0,3380,3378,3379,3380,3378,3379,42,1634,4016,247,0,3379,3377,3250,3379,3377,3250,42,4017,214,1634,0,3381,3380,3379,3381,3380,3379,42,1634,1177,4017,0,3379,3252,3381,3379,3252,3381,42,246,4017,1177,0,3254,3381,3252,3254,3381,3252,42,1177,1634,247,0,3252,3379,3250,3252,3379,3250,42,1736,214,4017,0,3382,3380,3381,3382,3380,3381,42,4017,1782,1736,0,3381,3383,3382,3381,3383,3382,42,213,1736,1782,0,3384,3382,3383,3384,3382,3383,42,1782,4017,246,0,3383,3381,3254,3383,3381,3254,42,4018,213,1782,0,3385,3384,3383,3385,3384,3383,42,1782,1193,4018,0,3383,3256,3385,3383,3256,3385,42,245,4018,1193,0,3258,3385,3256,3258,3385,3256,42,1193,1782,246,0,3256,3383,3254,3256,3383,3254,42,1691,213,4018,0,3386,3384,3385,3386,3384,3385,42,4018,1890,1691,0,3385,3387,3386,3385,3387,3386,42,212,1691,1890,0,3388,3386,3387,3388,3386,3387,42,1890,4018,245,0,3387,3385,3258,3387,3385,3258,42,1701,212,1890,0,3389,3388,3387,3389,3388,3387,42,1890,4019,1701,0,3387,3390,3389,3387,3390,3389,42,211,1701,4019,0,3391,3389,3390,3391,3389,3390,42,4019,1890,245,0,3390,3387,3258,3390,3387,3258,42,4019,245,1152,0,3390,3258,3259,3390,3258,3259,42,1152,1751,4019,0,3259,3392,3390,3259,3392,3390,42,211,4019,1751,0,3391,3390,3392,3391,3390,3392,42,1751,1152,244,0,3392,3259,3261,3392,3259,3261,42,2363,211,1751,0,3393,3391,3392,3393,3391,3392,42,1751,4020,2363,0,3392,3394,3393,3392,3394,3393,42,210,2363,4020,0,3395,3393,3394,3395,3393,3394,42,4020,1751,244,0,3394,3392,3261,3394,3392,3261,42,4020,244,1157,0,3394,3261,3263,3394,3261,3263,42,1157,2452,4020,0,3263,3396,3394,3263,3396,3394,42,210,4020,2452,0,3395,3394,3396,3395,3394,3396,42,2452,1157,243,0,3396,3263,3265,3396,3263,3265,42,2519,210,2452,0,3397,3395,3396,3397,3395,3396,42,2452,4021,2519,0,3396,3398,3397,3396,3398,3397,42,209,2519,4021,0,3399,3397,3398,3399,3397,3398,42,4021,2452,243,0,3398,3396,3265,3398,3396,3265,42,4021,243,1785,0,3398,3265,3267,3398,3265,3267,42,1785,2464,4021,0,3267,3400,3398,3267,3400,3398,42,209,4021,2464,0,3399,3398,3400,3399,3398,3400,42,2464,1785,242,0,3400,3267,3269,3400,3267,3269,42,2660,209,2464,0,3401,3399,3400,3401,3399,3400,42,2464,4022,2660,0,3400,3402,3401,3400,3402,3401,42,208,2660,4022,0,3403,3401,3402,3403,3401,3402,42,4022,2464,242,0,3402,3400,3269,3402,3400,3269,42,4022,242,1942,0,3402,3269,3271,3402,3269,3271,42,1942,2477,4022,0,3271,3404,3402,3271,3404,3402,42,208,4022,2477,0,3403,3402,3404,3403,3402,3404,42,2477,1942,241,0,3404,3271,3273,3404,3271,3273,42,2518,208,2477,0,3405,3403,3404,3405,3403,3404,42,2477,4023,2518,0,3404,3406,3405,3404,3406,3405,42,207,2518,4023,0,3407,3405,3406,3407,3405,3406,42,4023,2477,241,0,3406,3404,3273,3406,3404,3273,42,4023,241,1808,0,3406,3273,3275,3406,3273,3275,42,1808,2465,4023,0,3275,3408,3406,3275,3408,3406,42,207,4023,2465,0,3407,3406,3408,3407,3406,3408,42,2465,1808,240,0,3408,3275,3277,3408,3275,3277,42,4024,207,2465,0,3409,3407,3408,3409,3407,3408,42,2465,1660,4024,0,3408,3280,3409,3408,3280,3409,42,239,4024,1660,0,3282,3409,3280,3282,3409,3280,42,1660,2465,240,0,3280,3408,3277,3280,3408,3277,42,2362,207,4024,0,3410,3407,3409,3410,3407,3409,42,4024,2975,2362,0,3409,3411,3410,3409,3411,3410,42,206,2362,2975,0,3412,3410,3411,3412,3410,3411,42,2975,4024,239,0,3411,3409,3282,3411,3409,3282,42,4025,206,2975,0,3413,3412,3411,3413,3412,3411,42,2975,1253,4025,0,3411,3284,3413,3411,3284,3413,42,238,4025,1253,0,3286,3413,3284,3286,3413,3284,42,1253,2975,239,0,3284,3411,3282,3284,3411,3282,42,3079,206,4025,0,3414,3412,3413,3414,3412,3413,42,4025,3149,3079,0,3413,3415,3414,3413,3415,3414,42,205,3079,3149,0,3416,3414,3415,3416,3414,3415,42,3149,4025,238,0,3415,3413,3286,3415,3413,3286,42,4026,205,3149,0,3417,3416,3415,3417,3416,3415,42,3149,1303,4026,0,3415,3288,3417,3415,3288,3417,42,237,4026,1303,0,3290,3417,3288,3290,3417,3288,42,1303,3149,238,0,3288,3415,3286,3288,3415,3286,42,3073,205,4026,0,3418,3416,3417,3418,3416,3417,42,4026,3025,3073,0,3417,3419,3418,3417,3419,3418,42,204,3073,3025,0,3420,3418,3419,3420,3418,3419,42,3025,4026,237,0,3419,3417,3290,3419,3417,3290,42,2316,204,3025,0,3421,3420,3419,3421,3420,3419,42,3025,4027,2316,0,3419,3422,3421,3419,3422,3421,42,203,2316,4027,0,3423,3421,3422,3423,3421,3422,42,4027,3025,237,0,3422,3419,3290,3422,3419,3290,42,4027,237,2603,0,3422,3290,3291,3422,3290,3291,42,2603,2393,4027,0,3291,3424,3422,3291,3424,3422,42,203,4027,2393,0,3423,3422,3424,3423,3422,3424,42,2393,2603,236,0,3424,3291,3293,3424,3291,3293,42,4028,203,2393,0,3425,3423,3424,3425,3423,3424,42,2393,2646,4028,0,3424,3295,3425,3424,3295,3425,42,235,4028,2646,0,3297,3425,3295,3297,3425,3295,42,2646,2393,236,0,3295,3424,3293,3295,3424,3293,42,2307,203,4028,0,3426,3423,3425,3426,3423,3425,42,4028,2521,2307,0,3425,3427,3426,3425,3427,3426,42,202,2307,2521,0,3428,3426,3427,3428,3426,3427,42,2521,4028,235,0,3427,3425,3297,3427,3425,3297,42,4029,202,2521,0,3429,3428,3427,3429,3428,3427,42,2521,2903,4029,0,3427,3299,3429,3427,3299,3429,42,234,4029,2903,0,3301,3429,3299,3301,3429,3299,42,2903,2521,235,0,3299,3427,3297,3299,3427,3297,42,2613,202,4029,0,3430,3428,3429,3430,3428,3429,42,4029,2572,2613,0,3429,3431,3430,3429,3431,3430,42,201,2613,2572,0,3432,3430,3431,3432,3430,3431,42,2572,4029,234,0,3431,3429,3301,3431,3429,3301,42,2227,201,2572,0,3433,3432,3431,3433,3432,3431,42,2572,4030,2227,0,3431,3434,3433,3431,3434,3433,42,200,2227,4030,0,3435,3433,3434,3435,3433,3434,42,4030,2572,234,0,3434,3431,3301,3434,3431,3301,42,4030,234,2544,0,3434,3301,3304,3434,3301,3304,42,2544,2312,4030,0,3304,3436,3434,3304,3436,3434,42,200,4030,2312,0,3435,3434,3436,3435,3434,3436,42,2312,2544,233,0,3436,3304,3306,3436,3304,3306,42,4031,200,2312,0,3437,3435,3436,3437,3435,3436,42,2312,2469,4031,0,3436,3307,3437,3436,3307,3437,42,231,4031,2469,0,3309,3437,3307,3309,3437,3307,42,2469,2312,233,0,3307,3436,3306,3307,3436,3306,42,2167,200,4031,0,3438,3435,3437,3438,3435,3437,42,4031,2046,2167,0,3437,3439,3438,3437,3439,3438,42,198,2167,2046,0,3440,3438,3439,3440,3438,3439,42,2046,4031,231,0,3439,3437,3309,3439,3437,3309,42,4032,198,2046,0,3441,3440,3439,3441,3440,3439,42,2046,2545,4032,0,3439,3312,3441,3439,3312,3441,42,232,4032,2545,0,3314,3441,3312,3314,3441,3312,42,2545,2046,231,0,3312,3439,3309,3312,3439,3309,42,2238,198,4032,0,3442,3440,3441,3442,3440,3441,42,4032,2301,2238,0,3441,3443,3442,3441,3443,3442,42,199,2238,2301,0,3444,3442,3443,3444,3442,3443,42,2301,4032,232,0,3443,3441,3314,3443,3441,3314,42,2128,197,2059,0,3445,3446,3447,3445,3446,3447,42,2059,4033,2128,0,3447,3448,3445,3447,3448,3445,42,196,2128,4033,0,3449,3445,3448,3449,3445,3448,42,4033,2059,230,0,3448,3447,3316,3448,3447,3316,42,4033,230,1534,0,3448,3316,3318,3448,3316,3318,42,1534,2341,4033,0,3318,3450,3448,3318,3450,3448,42,196,4033,2341,0,3449,3448,3450,3449,3448,3450,42,2341,1534,229,0,3450,3318,3320,3450,3318,3320,42,4034,196,2341,0,3451,3449,3450,3451,3449,3450,42,2341,1439,4034,0,3450,3322,3451,3450,3322,3451,42,228,4034,1439,0,3324,3451,3322,3324,3451,3322,42,1439,2341,229,0,3322,3450,3320,3322,3450,3320,42,2130,196,4034,0,3452,3449,3451,3452,3449,3451,42,4034,2211,2130,0,3451,3453,3452,3451,3453,3452,42,195,2130,2211,0,3454,3452,3453,3454,3452,3453,42,2211,4034,228,0,3453,3451,3324,3453,3451,3324,42,4035,195,2211,0,3455,3454,3453,3455,3454,3453,42,2211,1442,4035,0,3453,3325,3455,3453,3325,3455,42,227,4035,1442,0,3327,3455,3325,3327,3455,3325,42,1442,2211,228,0,3325,3453,3324,3325,3453,3324,42,2151,195,4035,0,3456,3454,3455,3456,3454,3455,42,4035,2638,2151,0,3455,3457,3456,3455,3457,3456,42,194,2151,2638,0,3458,3456,3457,3458,3456,3457,42,2638,4035,227,0,3457,3455,3327,3457,3455,3327,42,4036,194,2638,0,3459,3458,3457,3459,3458,3457,42,2638,1457,4036,0,3457,3330,3459,3457,3330,3459,42,226,4036,1457,0,3332,3459,3330,3332,3459,3330,42,1457,2638,227,0,3330,3457,3327,3330,3457,3327,42,2168,194,4036,0,3460,3458,3459,3460,3458,3459,42,4036,2248,2168,0,3459,3461,3460,3459,3461,3460,42,193,2168,2248,0,3462,3460,3461,3462,3460,3461,42,2248,4036,226,0,3461,3459,3332,3461,3459,3332,42,4037,193,2248,0,3463,3462,3461,3463,3462,3461,42,2248,1466,4037,0,3461,3334,3463,3461,3334,3463,42,225,4037,1466,0,3336,3463,3334,3336,3463,3334,42,1466,2248,226,0,3334,3461,3332,3334,3461,3332,42,2183,193,4037,0,3464,3462,3463,3464,3462,3463,42,4037,2391,2183,0,3463,3465,3464,3463,3465,3464,42,192,2183,2391,0,3466,3464,3465,3466,3464,3465,42,2391,4037,225,0,3465,3463,3336,3465,3463,3336,42,2305,192,2391,0,3467,3466,3465,3467,3466,3465,42,2391,4038,2305,0,3465,3468,3467,3465,3468,3467,42,191,2305,4038,0,3469,3467,3468,3469,3467,3468,42,4038,2391,225,0,3468,3465,3336,3468,3465,3336,42,4038,225,1475,0,3468,3336,3338,3468,3336,3338,42,1475,2249,4038,0,3338,3470,3468,3338,3470,3468,42,191,4038,2249,0,3469,3468,3470,3469,3468,3470,42,2249,1475,224,0,3470,3338,3340,3470,3338,3340,42,3083,191,2249,0,3471,3469,3470,3471,3469,3470,42,2249,4039,3083,0,3470,3472,3471,3470,3472,3471,42,190,3083,4039,0,3473,3471,3472,3473,3471,3472,42,4039,2249,224,0,3472,3470,3340,3472,3470,3340,42,4039,224,2384,0,3472,3340,3342,3472,3340,3342,42,2384,3155,4039,0,3342,3474,3472,3342,3474,3472,42,190,4039,3155,0,3473,3472,3474,3473,3472,3474,42,3155,2384,223,0,3474,3342,3344,3474,3342,3344,42,4040,190,3155,0,3475,3473,3474,3475,3473,3474,42,3155,2370,4040,0,3474,3346,3475,3474,3346,3475,42,222,4040,2370,0,3348,3475,3346,3348,3475,3346,42,2370,3155,223,0,3346,3474,3344,3346,3474,3344,42,3063,190,4040,0,3476,3473,3475,3476,3473,3475,42,4040,2212,3063,0,3475,3477,3476,3475,3477,3476,42,189,3063,2212,0,3478,3476,3477,3478,3476,3477,42,2212,4040,222,0,3477,3475,3348,3477,3475,3348,42,4041,189,2212,0,3479,3478,3477,3479,3478,3477,42,2212,2624,4041,0,3477,3350,3479,3477,3350,3479,42,221,4041,2624,0,3352,3479,3350,3352,3479,3350,42,2624,2212,222,0,3350,3477,3348,3350,3477,3348,42,2263,189,4041,0,3480,3478,3479,3480,3478,3479,42,4041,2342,2263,0,3479,3481,3480,3479,3481,3480,42,188,2263,2342,0,3482,3480,3481,3482,3480,3481,42,2342,4041,221,0,3481,3479,3352,3481,3479,3352,42,4042,188,2342,0,3483,3482,3481,3483,3482,3481,42,2342,2619,4042,0,3481,3354,3483,3481,3354,3483,42,220,4042,2619,0,3356,3483,3354,3356,3483,3354,42,2619,2342,221,0,3354,3481,3352,3354,3481,3352,42,2496,188,4042,0,3484,3482,3483,3484,3482,3483,42,4042,2588,2496,0,3483,3485,3484,3483,3485,3484,42,187,2496,2588,0,3486,3484,3485,3486,3484,3485,42,2588,4042,220,0,3485,3483,3356,3485,3483,3356,42,4043,187,2588,0,3487,3486,3485,3487,3486,3485,42,2588,2986,4043,0,3485,3358,3487,3485,3358,3487,42,219,4043,2986,0,3360,3487,3358,3360,3487,3358,42,2986,2588,220,0,3358,3485,3356,3358,3485,3356,42,2618,187,4043,0,3488,3486,3487,3488,3486,3487,42,4043,2579,2618,0,3487,3489,3488,3487,3489,3488,42,186,2618,2579,0,3490,3488,3489,3490,3488,3489,42,2579,4043,219,0,3489,3487,3360,3489,3487,3360,42,4044,186,2579,0,3491,3490,3489,3491,3490,3489,42,2579,2842,4044,0,3489,3361,3491,3489,3361,3491,42,218,4044,2842,0,3363,3491,3361,3363,3491,3361,42,2842,2579,219,0,3361,3489,3360,3361,3489,3360,42,2467,186,4044,0,3492,3490,3491,3492,3490,3491,42,4044,2279,2467,0,3491,3493,3492,3491,3493,3492,42,185,2467,2279,0,3494,3492,3493,3494,3492,3493,42,2279,4044,218,0,3493,3491,3363,3493,3491,3363,42,2346,185,2279,0,3495,3494,3493,3495,3494,3493,42,2279,4045,2346,0,3493,3496,3495,3493,3496,3495,42,184,2346,4045,0,3497,3495,3496,3497,3495,3496,42,4045,2279,218,0,3496,3493,3363,3496,3493,3363,42,4045,218,2690,0,3496,3363,3365,3496,3363,3365,42,2690,2297,4045,0,3365,3498,3496,3365,3498,3496,42,184,4045,2297,0,3497,3496,3498,3497,3496,3498,42,2297,2690,217,0,3498,3365,3367,3498,3365,3367,42,4046,184,2297,0,3499,3497,3498,3499,3497,3498,42,2297,2308,4046,0,3498,3369,3499,3498,3369,3499,42,216,4046,2308,0,3371,3499,3369,3371,3499,3369,42,2308,2297,217,0,3369,3498,3367,3369,3498,3367,42,1931,184,4046,0,3500,3497,3499,3500,3497,3499,42,4046,2042,1931,0,3499,3501,3500,3499,3501,3500,42,183,1931,2042,0,3502,3500,3501,3502,3500,3501,42,2042,4046,216,0,3501,3499,3371,3501,3499,3371,42,4047,183,2042,0,3503,3502,3501,3503,3502,3501,42,2042,2424,4047,0,3501,3374,3503,3501,3374,3503,42,215,4047,2424,0,3376,3503,3374,3376,3503,3374,42,2424,2042,216,0,3374,3501,3371,3374,3501,3371,42,1887,183,4047,0,3504,3502,3503,3504,3502,3503,42,4047,2009,1887,0,3503,3505,3504,3503,3505,3504,42,182,1887,2009,0,3506,3504,3505,3506,3504,3505,42,2009,4047,215,0,3505,3503,3376,3505,3503,3376,42,4048,182,2009,0,3507,3506,3505,3507,3506,3505,42,2009,2245,4048,0,3505,3378,3507,3505,3378,3507,42,214,4048,2245,0,3380,3507,3378,3380,3507,3378,42,2245,2009,215,0,3378,3505,3376,3378,3505,3376,42,1900,182,4048,0,3508,3506,3507,3508,3506,3507,42,4048,2394,1900,0,3507,3509,3508,3507,3509,3508,42,181,1900,2394,0,3510,3508,3509,3510,3508,3509,42,2394,4048,214,0,3509,3507,3380,3509,3507,3380,42,4049,181,2394,0,3511,3510,3509,3511,3510,3509,42,2394,1736,4049,0,3509,3382,3511,3509,3382,3511,42,213,4049,1736,0,3384,3511,3382,3384,3511,3382,42,1736,2394,214,0,3382,3509,3380,3382,3509,3380,42,2374,181,4049,0,3512,3510,3511,3512,3510,3511,42,4049,2488,2374,0,3511,3513,3512,3511,3513,3512,42,180,2374,2488,0,3514,3512,3513,3514,3512,3513,42,2488,4049,213,0,3513,3511,3384,3513,3511,3384,42,2377,180,2488,0,3515,3514,3513,3515,3514,3513,42,2488,4050,2377,0,3513,3516,3515,3513,3516,3515,42,179,2377,4050,0,3517,3515,3516,3517,3515,3516,42,4050,2488,213,0,3516,3513,3384,3516,3513,3384,42,4050,213,1691,0,3516,3384,3386,3516,3384,3386,42,1691,2630,4050,0,3386,3518,3516,3386,3518,3516,42,179,4050,2630,0,3517,3516,3518,3517,3516,3518,42,2630,1691,212,0,3518,3386,3388,3518,3386,3388,42,4051,179,2630,0,3519,3517,3518,3519,3517,3518,42,2630,1701,4051,0,3518,3389,3519,3518,3389,3519,42,211,4051,1701,0,3391,3519,3389,3391,3519,3389,42,1701,2630,212,0,3389,3518,3388,3389,3518,3388,42,2474,179,4051,0,3520,3517,3519,3520,3517,3519,42,4051,2453,2474,0,3519,3521,3520,3519,3521,3520,42,178,2474,2453,0,3522,3520,3521,3522,3520,3521,42,2453,4051,211,0,3521,3519,3391,3521,3519,3391,42,4052,178,2453,0,3523,3522,3521,3523,3522,3521,42,2453,2363,4052,0,3521,3393,3523,3521,3393,3523,42,210,4052,2363,0,3395,3523,3393,3395,3523,3393,42,2363,2453,211,0,3393,3521,3391,3393,3521,3391,42,2887,178,4052,0,3524,3522,3523,3524,3522,3523,42,4052,2992,2887,0,3523,3525,3524,3523,3525,3524,42,177,2887,2992,0,3526,3524,3525,3526,3524,3525,42,2992,4052,210,0,3525,3523,3395,3525,3523,3395,42,3034,177,2992,0,3527,3526,3525,3527,3526,3525,42,2992,4053,3034,0,3525,3528,3527,3525,3528,3527,42,176,3034,4053,0,3529,3527,3528,3529,3527,3528,42,4053,2992,210,0,3528,3525,3395,3528,3525,3395,42,4053,210,2519,0,3528,3395,3397,3528,3395,3397,42,2519,3002,4053,0,3397,3530,3528,3397,3530,3528,42,176,4053,3002,0,3529,3528,3530,3529,3528,3530,42,3002,2519,209,0,3530,3397,3399,3530,3397,3399,42,4054,176,3002,0,3531,3529,3530,3531,3529,3530,42,3002,2660,4054,0,3530,3401,3531,3530,3401,3531,42,208,4054,2660,0,3403,3531,3401,3403,3531,3401,42,2660,3002,209,0,3401,3530,3399,3401,3530,3399,42,3140,176,4054,0,3532,3529,3531,3532,3529,3531,42,4054,2991,3140,0,3531,3533,3532,3531,3533,3532,42,175,3140,2991,0,3534,3532,3533,3534,3532,3533,42,2991,4054,208,0,3533,3531,3403,3533,3531,3403,42,2997,175,2991,0,3535,3534,3533,3535,3534,3533,42,2991,4055,2997,0,3533,3536,3535,3533,3536,3535,42,174,2997,4055,0,3537,3535,3536,3537,3535,3536,42,4055,2991,208,0,3536,3533,3403,3536,3533,3403,42,4055,208,2518,0,3536,3403,3405,3536,3403,3405,42,2518,2977,4055,0,3405,3538,3536,3405,3538,3536,42,174,4055,2977,0,3537,3536,3538,3537,3536,3538,42,2977,2518,207,0,3538,3405,3407,3538,3405,3407,42,4056,174,2977,0,3539,3537,3538,3539,3537,3538,42,2977,2362,4056,0,3538,3410,3539,3538,3410,3539,42,206,4056,2362,0,3412,3539,3410,3412,3539,3410,42,2362,2977,207,0,3410,3538,3407,3410,3538,3407,42,2784,174,4056,0,3540,3537,3539,3540,3537,3539,42,4056,2493,2784,0,3539,3541,3540,3539,3541,3540,42,173,2784,2493,0,3542,3540,3541,3542,3540,3541,42,2493,4056,206,0,3541,3539,3412,3541,3539,3412,42,4057,173,2493,0,3543,3542,3541,3543,3542,3541,42,2493,3079,4057,0,3541,3414,3543,3541,3414,3543,42,205,4057,3079,0,3416,3543,3414,3416,3543,3414,42,3079,2493,206,0,3414,3541,3412,3414,3541,3412,42,2520,173,4057,0,3544,3542,3543,3544,3542,3543,42,4057,2623,2520,0,3543,3545,3544,3543,3545,3544,42,172,2520,2623,0,3546,3544,3545,3546,3544,3545,42,2623,4057,205,0,3545,3543,3416,3545,3543,3416,42,2555,172,2623,0,3547,3546,3545,3547,3546,3545,42,2623,4058,2555,0,3545,3548,3547,3545,3548,3547,42,171,2555,4058,0,3549,3547,3548,3549,3547,3548,42,4058,2623,205,0,3548,3545,3416,3548,3545,3416,42,4058,205,3073,0,3548,3416,3418,3548,3416,3418,42,3073,2533,4058,0,3418,3550,3548,3418,3550,3548,42,171,4058,2533,0,3549,3548,3550,3549,3548,3550,42,2533,3073,204,0,3550,3418,3420,3550,3418,3420,42,1745,171,2533,0,3551,3549,3550,3551,3549,3550,42,2533,4059,1745,0,3550,3552,3551,3550,3552,3551,42,170,1745,4059,0,3553,3551,3552,3553,3551,3552,42,4059,2533,204,0,3552,3550,3420,3552,3550,3420,42,4059,204,2316,0,3552,3420,3421,3552,3420,3421,42,2316,1850,4059,0,3421,3554,3552,3421,3554,3552,42,170,4059,1850,0,3553,3552,3554,3553,3552,3554,42,1850,2316,203,0,3554,3421,3423,3554,3421,3423,42,1655,170,1850,0,3555,3553,3554,3555,3553,3554,42,1850,4060,1655,0,3554,3556,3555,3554,3556,3555,42,169,1655,4060,0,3557,3555,3556,3557,3555,3556,42,4060,1850,203,0,3556,3554,3423,3556,3554,3423,42,4060,203,2307,0,3556,3423,3426,3556,3423,3426,42,2307,2041,4060,0,3426,3558,3556,3426,3558,3556,42,169,4060,2041,0,3557,3556,3558,3557,3556,3558,42,2041,2307,202,0,3558,3426,3428,3558,3426,3428,42,2074,169,2041,0,3559,3557,3558,3559,3557,3558,42,2041,4061,2074,0,3558,3560,3559,3558,3560,3559,42,168,2074,4061,0,3561,3559,3560,3561,3559,3560,42,4061,2041,202,0,3560,3558,3428,3560,3558,3428,42,4061,202,2613,0,3560,3428,3430,3560,3428,3430,42,2613,2052,4061,0,3430,3562,3560,3430,3562,3560,42,168,4061,2052,0,3561,3560,3562,3561,3560,3562,42,2052,2613,201,0,3562,3430,3432,3562,3430,3432,42,4062,168,2052,0,3563,3561,3562,3563,3561,3562,42,2052,2227,4062,0,3562,3433,3563,3562,3433,3563,42,200,4062,2227,0,3435,3563,3433,3435,3563,3433,42,2227,2052,201,0,3433,3562,3432,3433,3562,3432,42,1654,168,4062,0,3564,3561,3563,3564,3561,3563,42,4062,1768,1654,0,3563,3565,3564,3563,3565,3564,42,167,1654,1768,0,3566,3564,3565,3566,3564,3565,42,1768,4062,200,0,3565,3563,3435,3565,3563,3435,42,4063,167,1768,0,3567,3566,3565,3567,3566,3565,42,1768,2167,4063,0,3565,3438,3567,3565,3438,3567,42,198,4063,2167,0,3440,3567,3438,3440,3567,3438,42,2167,1768,200,0,3438,3565,3435,3438,3565,3435,42,1625,167,4063,0,3568,3566,3567,3568,3566,3567,42,4063,2556,1625,0,3567,3569,3568,3567,3569,3568,42,165,1625,2556,0,3570,3568,3569,3570,3568,3569,42,2556,4063,198,0,3569,3567,3440,3569,3567,3440,42,1684,165,2556,0,3571,3570,3569,3571,3570,3569,42,2556,4064,1684,0,3569,3572,3571,3569,3572,3571,42,166,1684,4064,0,3573,3571,3572,3573,3571,3572,42,4064,2556,198,0,3572,3569,3440,3572,3569,3440,42,4064,198,2238,0,3572,3440,3442,3572,3440,3442,42,2238,1789,4064,0,3442,3574,3572,3442,3574,3572,42,166,4064,1789,0,3573,3572,3574,3573,3572,3574,42,1789,2238,199,0,3574,3442,3444,3574,3442,3444,42,2665,164,2714,0,3575,3576,3577,3575,3576,3577,42,2714,4065,2665,0,3577,3578,3575,3577,3578,3575,42,163,2665,4065,0,3579,3575,3578,3579,3575,3578,42,4065,2714,197,0,3578,3577,3446,3578,3577,3446,42,4065,197,2128,0,3578,3446,3445,3578,3446,3445,42,2128,2850,4065,0,3445,3580,3578,3445,3580,3578,42,163,4065,2850,0,3579,3578,3580,3579,3578,3580,42,2850,2128,196,0,3580,3445,3449,3580,3445,3449,42,4066,163,2850,0,3581,3579,3580,3581,3579,3580,42,2850,2130,4066,0,3580,3452,3581,3580,3452,3581,42,195,4066,2130,0,3454,3581,3452,3454,3581,3452,42,2130,2850,196,0,3452,3580,3449,3452,3580,3449,42,2685,163,4066,0,3582,3579,3581,3582,3579,3581,42,4066,2742,2685,0,3581,3583,3582,3581,3583,3582,42,162,2685,2742,0,3584,3582,3583,3584,3582,3583,42,2742,4066,195,0,3583,3581,3454,3583,3581,3454,42,4067,162,2742,0,3585,3584,3583,3585,3584,3583,42,2742,2151,4067,0,3583,3456,3585,3583,3456,3585,42,194,4067,2151,0,3458,3585,3456,3458,3585,3456,42,2151,2742,195,0,3456,3583,3454,3456,3583,3454,42,2700,162,4067,0,3586,3584,3585,3586,3584,3585,42,4067,3141,2700,0,3585,3587,3586,3585,3587,3586,42,161,2700,3141,0,3588,3586,3587,3588,3586,3587,42,3141,4067,194,0,3587,3585,3458,3587,3585,3458,42,2712,161,3141,0,3589,3588,3587,3589,3588,3587,42,3141,4068,2712,0,3587,3590,3589,3587,3590,3589,42,160,2712,4068,0,3591,3589,3590,3591,3589,3590,42,4068,3141,194,0,3590,3587,3458,3590,3587,3458,42,4068,194,2168,0,3590,3458,3460,3590,3458,3460,42,2168,2764,4068,0,3460,3592,3590,3460,3592,3590,42,160,4068,2764,0,3591,3590,3592,3591,3590,3592,42,2764,2168,193,0,3592,3460,3462,3592,3460,3462,42,2829,160,2764,0,3593,3591,3592,3593,3591,3592,42,2764,4069,2829,0,3592,3594,3593,3592,3594,3593,42,159,2829,4069,0,3595,3593,3594,3595,3593,3594,42,4069,2764,193,0,3594,3592,3462,3594,3592,3462,42,4069,193,2183,0,3594,3462,3464,3594,3462,3464,42,2183,2888,4069,0,3464,3596,3594,3464,3596,3594,42,159,4069,2888,0,3595,3594,3596,3595,3594,3596,42,2888,2183,192,0,3596,3464,3466,3596,3464,3466,42,4070,159,2888,0,3597,3595,3596,3597,3595,3596,42,2888,2305,4070,0,3596,3467,3597,3596,3467,3597,42,191,4070,2305,0,3469,3597,3467,3469,3597,3467,42,2305,2888,192,0,3467,3596,3466,3467,3596,3466,42,2816,159,4070,0,3598,3595,3597,3598,3595,3597,42,4070,2741,2816,0,3597,3599,3598,3597,3599,3598,42,158,2816,2741,0,3600,3598,3599,3600,3598,3599,42,2741,4070,191,0,3599,3597,3469,3599,3597,3469,42,4071,158,2741,0,3601,3600,3599,3601,3600,3599,42,2741,3083,4071,0,3599,3471,3601,3599,3471,3601,42,190,4071,3083,0,3473,3601,3471,3473,3601,3471,42,3083,2741,191,0,3471,3599,3469,3471,3599,3469,42,1486,158,4071,0,3602,3600,3601,3602,3600,3601,42,4071,1564,1486,0,3601,3603,3602,3601,3603,3602,42,157,1486,1564,0,3604,3602,3603,3604,3602,3603,42,1564,4071,190,0,3603,3601,3473,3603,3601,3473,42,4072,157,1564,0,3605,3604,3603,3605,3604,3603,42,1564,3063,4072,0,3603,3476,3605,3603,3476,3605,42,189,4072,3063,0,3478,3605,3476,3478,3605,3476,42,3063,1564,190,0,3476,3603,3473,3476,3603,3473,42,1481,157,4072,0,3606,3604,3605,3606,3604,3605,42,4072,1700,1481,0,3605,3607,3606,3605,3607,3606,42,156,1481,1700,0,3608,3606,3607,3608,3606,3607,42,1700,4072,189,0,3607,3605,3478,3607,3605,3478,42,4073,156,1700,0,3609,3608,3607,3609,3608,3607,42,1700,2263,4073,0,3607,3480,3609,3607,3480,3609,42,188,4073,2263,0,3482,3609,3480,3482,3609,3480,42,2263,1700,189,0,3480,3607,3478,3480,3607,3478,42,1848,156,4073,0,3610,3608,3609,3610,3608,3609,42,4073,1798,1848,0,3609,3611,3610,3609,3611,3610,42,155,1848,1798,0,3612,3610,3611,3612,3610,3611,42,1798,4073,188,0,3611,3609,3482,3611,3609,3482,42,4074,155,1798,0,3613,3612,3611,3613,3612,3611,42,1798,2496,4074,0,3611,3484,3613,3611,3484,3613,42,187,4074,2496,0,3486,3613,3484,3486,3613,3484,42,2496,1798,188,0,3484,3611,3482,3484,3611,3482,42,1994,155,4074,0,3614,3612,3613,3614,3612,3613,42,4074,2062,1994,0,3613,3615,3614,3613,3615,3614,42,154,1994,2062,0,3616,3614,3615,3616,3614,3615,42,2062,4074,187,0,3615,3613,3486,3615,3613,3486,42,2089,154,2062,0,3617,3616,3615,3617,3616,3615,42,2062,4075,2089,0,3615,3618,3617,3615,3618,3617,42,153,2089,4075,0,3619,3617,3618,3619,3617,3618,42,4075,2062,187,0,3618,3615,3486,3618,3615,3486,42,4075,187,2618,0,3618,3486,3488,3618,3486,3488,42,2618,2040,4075,0,3488,3620,3618,3488,3620,3618,42,153,4075,2040,0,3619,3618,3620,3619,3618,3620,42,2040,2618,186,0,3620,3488,3490,3620,3488,3490,42,4076,153,2040,0,3621,3619,3620,3621,3619,3620,42,2040,2467,4076,0,3620,3492,3621,3620,3492,3621,42,185,4076,2467,0,3494,3621,3492,3494,3621,3492,42,2467,2040,186,0,3492,3620,3490,3492,3620,3490,42,1986,153,4076,0,3622,3619,3621,3622,3619,3621,42,4076,1778,1986,0,3621,3623,3622,3621,3623,3622,42,152,1986,1778,0,3624,3622,3623,3624,3622,3623,42,1778,4076,185,0,3623,3621,3494,3623,3621,3494,42,1818,152,1778,0,3625,3624,3623,3625,3624,3623,42,1778,4077,1818,0,3623,3626,3625,3623,3626,3625,42,151,1818,4077,0,3627,3625,3626,3627,3625,3626,42,4077,1778,185,0,3626,3623,3494,3626,3623,3494,42,4077,185,2346,0,3626,3494,3495,3626,3494,3495,42,2346,1767,4077,0,3495,3628,3626,3495,3628,3626,42,151,4077,1767,0,3627,3626,3628,3627,3626,3628,42,1767,2346,184,0,3628,3495,3497,3628,3495,3497,42,4078,151,1767,0,3629,3627,3628,3629,3627,3628,42,1767,1931,4078,0,3628,3500,3629,3628,3500,3629,42,183,4078,1931,0,3502,3629,3500,3502,3629,3500,42,1931,1767,184,0,3500,3628,3497,3500,3628,3497,42,1381,151,4078,0,3630,3627,3629,3630,3627,3629,42,4078,1584,1381,0,3629,3631,3630,3629,3631,3630,42,150,1381,1584,0,3632,3630,3631,3632,3630,3631,42,1584,4078,183,0,3631,3629,3502,3631,3629,3502,42,4079,150,1584,0,3633,3632,3631,3633,3632,3631,42,1584,1887,4079,0,3631,3504,3633,3631,3504,3633,42,182,4079,1887,0,3506,3633,3504,3506,3633,3504,42,1887,1584,183,0,3504,3631,3502,3504,3631,3502,42,1394,150,4079,0,3634,3632,3633,3634,3632,3633,42,4079,1469,1394,0,3633,3635,3634,3633,3635,3634,42,149,1394,1469,0,3636,3634,3635,3636,3634,3635,42,1469,4079,182,0,3635,3633,3506,3635,3633,3506,42,1351,149,1469,0,3637,3636,3635,3637,3636,3635,42,1469,4080,1351,0,3635,3638,3637,3635,3638,3637,42,148,1351,4080,0,3639,3637,3638,3639,3637,3638,42,4080,1469,182,0,3638,3635,3506,3638,3635,3506,42,4080,182,1900,0,3638,3506,3508,3638,3506,3508,42,1900,2893,4080,0,3508,3640,3638,3508,3640,3638,42,148,4080,2893,0,3639,3638,3640,3639,3638,3640,42,2893,1900,181,0,3640,3508,3510,3640,3508,3510,42,2941,148,2893,0,3641,3639,3640,3641,3639,3640,42,2893,4081,2941,0,3640,3642,3641,3640,3642,3641,42,147,2941,4081,0,3643,3641,3642,3643,3641,3642,42,4081,2893,181,0,3642,3640,3510,3642,3640,3510,42,4081,181,2374,0,3642,3510,3512,3642,3510,3512,42,2374,3033,4081,0,3512,3644,3642,3512,3644,3642,42,147,4081,3033,0,3643,3642,3644,3643,3642,3644,42,3033,2374,180,0,3644,3512,3514,3644,3512,3514,42,3156,147,3033,0,3645,3643,3644,3645,3643,3644,42,3033,4082,3156,0,3644,3646,3645,3644,3646,3645,42,146,3156,4082,0,3647,3645,3646,3647,3645,3646,42,4082,3033,180,0,3646,3644,3514,3646,3644,3514,42,4082,180,2377,0,3646,3514,3515,3646,3514,3515,42,2377,2976,4082,0,3515,3648,3646,3515,3648,3646,42,146,4082,2976,0,3647,3646,3648,3647,3646,3648,42,2976,2377,179,0,3648,3515,3517,3648,3515,3517,42,4083,146,2976,0,3649,3647,3648,3649,3647,3648,42,2976,2474,4083,0,3648,3520,3649,3648,3520,3649,42,178,4083,2474,0,3522,3649,3520,3522,3649,3520,42,2474,2976,179,0,3520,3648,3517,3520,3648,3517,42,3048,146,4083,0,3650,3647,3649,3650,3647,3649,42,4083,2990,3048,0,3649,3651,3650,3649,3651,3650,42,145,3048,2990,0,3652,3650,3651,3652,3650,3651,42,2990,4083,178,0,3651,3649,3522,3651,3649,3522,42,4084,145,2990,0,3653,3652,3651,3653,3652,3651,42,2990,2887,4084,0,3651,3524,3653,3651,3524,3653,42,177,4084,2887,0,3526,3653,3524,3526,3653,3524,42,2887,2990,178,0,3524,3651,3522,3524,3651,3522,42,1335,145,4084,0,3654,3652,3653,3654,3652,3653,42,4084,1423,1335,0,3653,3655,3654,3653,3655,3654,42,144,1335,1423,0,3656,3654,3655,3656,3654,3655,42,1423,4084,177,0,3655,3653,3526,3655,3653,3526,42,4085,144,1423,0,3657,3656,3655,3657,3656,3655,42,1423,3034,4085,0,3655,3527,3657,3655,3527,3657,42,176,4085,3034,0,3529,3657,3527,3529,3657,3527,42,3034,1423,177,0,3527,3655,3526,3527,3655,3526,42,1458,144,4085,0,3658,3656,3657,3658,3656,3657,42,4085,1410,1458,0,3657,3659,3658,3657,3659,3658,42,143,1458,1410,0,3660,3658,3659,3660,3658,3659,42,1410,4085,176,0,3659,3657,3529,3659,3657,3529,42,4086,143,1410,0,3661,3660,3659,3661,3660,3659,42,1410,3140,4086,0,3659,3532,3661,3659,3532,3661,42,175,4086,3140,0,3534,3661,3532,3534,3661,3532,42,3140,1410,176,0,3532,3659,3529,3532,3659,3529,42,1569,143,4086,0,3662,3660,3661,3662,3660,3661,42,4086,1400,1569,0,3661,3663,3662,3661,3663,3662,42,142,1569,1400,0,3664,3662,3663,3664,3662,3663,42,1400,4086,175,0,3663,3661,3534,3663,3661,3534,42,1222,142,1400,0,3665,3664,3663,3665,3664,3663,42,1400,4087,1222,0,3663,3666,3665,3663,3666,3665,42,141,1222,4087,0,3667,3665,3666,3667,3665,3666,42,4087,1400,175,0,3666,3663,3534,3666,3663,3534,42,4087,175,2997,0,3666,3534,3535,3666,3534,3535,42,2997,1307,4087,0,3535,3668,3666,3535,3668,3666,42,141,4087,1307,0,3667,3666,3668,3667,3666,3668,42,1307,2997,174,0,3668,3535,3537,3668,3535,3537,42,4088,141,1307,0,3669,3667,3668,3669,3667,3668,42,1307,2784,4088,0,3668,3540,3669,3668,3540,3669,42,173,4088,2784,0,3542,3669,3540,3542,3669,3540,42,2784,1307,174,0,3540,3668,3537,3540,3668,3537,42,1215,141,4088,0,3670,3667,3669,3670,3667,3669,42,4088,1984,1215,0,3669,3671,3670,3669,3671,3670,42,140,1215,1984,0,3672,3670,3671,3672,3670,3671,42,1984,4088,173,0,3671,3669,3542,3671,3669,3542,42,2061,140,1984,0,3673,3672,3671,3673,3672,3671,42,1984,4089,2061,0,3671,3674,3673,3671,3674,3673,42,139,2061,4089,0,3675,3673,3674,3675,3673,3674,42,4089,1984,173,0,3674,3671,3542,3674,3671,3542,42,4089,173,2520,0,3674,3542,3544,3674,3542,3544,42,2520,2126,4089,0,3544,3676,3674,3544,3676,3674,42,139,4089,2126,0,3675,3674,3676,3675,3674,3676,42,2126,2520,172,0,3676,3544,3546,3676,3544,3546,42,4090,139,2126,0,3677,3675,3676,3677,3675,3676,42,2126,2555,4090,0,3676,3547,3677,3676,3547,3677,42,171,4090,2555,0,3549,3677,3547,3549,3677,3547,42,2555,2126,172,0,3547,3676,3546,3547,3676,3546,42,2048,139,4090,0,3678,3675,3677,3678,3675,3677,42,4090,2008,2048,0,3677,3679,3678,3677,3679,3678,42,138,2048,2008,0,3680,3678,3679,3680,3678,3679,42,2008,4090,171,0,3679,3677,3549,3679,3677,3549,42,4091,138,2008,0,3681,3680,3679,3681,3680,3679,42,2008,1745,4091,0,3679,3551,3681,3679,3551,3681,42,170,4091,1745,0,3553,3681,3551,3553,3681,3551,42,1745,2008,171,0,3551,3679,3549,3551,3679,3549,42,1288,138,4091,0,3682,3680,3681,3682,3680,3681,42,4091,1239,1288,0,3681,3683,3682,3681,3683,3682,42,137,1288,1239,0,3684,3682,3683,3684,3682,3683,42,1239,4091,170,0,3683,3681,3553,3683,3681,3553,42,1159,137,1239,0,3685,3684,3683,3685,3684,3683,42,1239,4092,1159,0,3683,3686,3685,3683,3686,3685,42,136,1159,4092,0,3687,3685,3686,3687,3685,3686,42,4092,1239,170,0,3686,3683,3553,3686,3683,3553,42,4092,170,1655,0,3686,3553,3555,3686,3553,3555,42,1655,1517,4092,0,3555,3688,3686,3555,3688,3686,42,136,4092,1517,0,3687,3686,3688,3687,3686,3688,42,1517,1655,169,0,3688,3555,3557,3688,3555,3557,42,1548,136,1517,0,3689,3687,3688,3689,3687,3688,42,1517,4093,1548,0,3688,3690,3689,3688,3690,3689,42,135,1548,4093,0,3691,3689,3690,3691,3689,3690,42,4093,1517,169,0,3690,3688,3557,3690,3688,3557,42,4093,169,2074,0,3690,3557,3559,3690,3557,3559,42,2074,1500,4093,0,3559,3692,3690,3559,3692,3690,42,135,4093,1500,0,3691,3690,3692,3691,3690,3692,42,1500,2074,168,0,3692,3559,3561,3692,3559,3561,42,1170,135,1500,0,3693,3691,3692,3693,3691,3692,42,1500,4094,1170,0,3692,3694,3693,3692,3694,3693,42,134,1170,4094,0,3695,3693,3694,3695,3693,3694,42,4094,1500,168,0,3694,3692,3561,3694,3692,3561,42,4094,168,1654,0,3694,3561,3564,3694,3561,3564,42,1654,1259,4094,0,3564,3696,3694,3564,3696,3694,42,134,4094,1259,0,3695,3694,3696,3695,3694,3696,42,1259,1654,167,0,3696,3564,3566,3696,3564,3566,42,4095,134,1259,0,3697,3695,3696,3697,3695,3696,42,1259,1625,4095,0,3696,3568,3697,3696,3568,3697,42,165,4095,1625,0,3570,3697,3568,3570,3697,3568,42,1625,1259,167,0,3568,3696,3566,3568,3696,3566,42,1140,134,4095,0,3698,3695,3697,3698,3695,3697,42,4095,3134,1140,0,3697,3699,3698,3697,3699,3698,42,132,1140,3134,0,3700,3698,3699,3700,3698,3699,42,3134,4095,165,0,3699,3697,3570,3699,3697,3570,42,1089,132,3134,0,3701,3700,3699,3701,3700,3699,42,3134,4096,1089,0,3699,3702,3701,3699,3702,3701,42,133,1089,4096,0,3703,3701,3702,3703,3701,3702,42,4096,3134,165,0,3702,3699,3570,3702,3699,3570,42,4096,165,1684,0,3702,3570,3571,3702,3570,3571,42,1684,1267,4096,0,3571,3704,3702,3571,3704,3702,42,133,4096,1267,0,3703,3702,3704,3703,3702,3704,42,1267,1684,166,0,3704,3571,3573,3704,3571,3573,42,3151,131,1161,0,3705,3706,3707,3705,3706,3707,42,1161,4097,3151,0,3707,3708,3705,3707,3708,3705,42,130,3151,4097,0,3709,3705,3708,3709,3705,3708,42,4097,1161,164,0,3708,3707,3576,3708,3707,3576,42,4097,164,2665,0,3708,3576,3575,3708,3576,3575,42,2665,1324,4097,0,3575,3710,3708,3575,3710,3708,42,130,4097,1324,0,3709,3708,3710,3709,3708,3710,42,1324,2665,163,0,3710,3575,3579,3710,3575,3579,42,3166,130,1324,0,3711,3709,3710,3711,3709,3710,42,1324,4098,3166,0,3710,3712,3711,3710,3712,3711,42,129,3166,4098,0,3713,3711,3712,3713,3711,3712,42,4098,1324,163,0,3712,3710,3579,3712,3710,3579,42,4098,163,2685,0,3712,3579,3582,3712,3579,3582,42,2685,1199,4098,0,3582,3714,3712,3582,3714,3712,42,129,4098,1199,0,3713,3712,3714,3713,3712,3714,42,1199,2685,162,0,3714,3582,3584,3714,3582,3584,42,4099,129,1199,0,3715,3713,3714,3715,3713,3714,42,1199,2700,4099,0,3714,3586,3715,3714,3586,3715,42,161,4099,2700,0,3588,3715,3586,3588,3715,3586,42,2700,1199,162,0,3586,3714,3584,3586,3714,3584,42,3175,129,4099,0,3716,3713,3715,3716,3713,3715,42,4099,1614,3175,0,3715,3717,3716,3715,3717,3716,42,128,3175,1614,0,3718,3716,3717,3718,3716,3717,42,1614,4099,161,0,3717,3715,3588,3717,3715,3588,42,1443,128,1614,0,3719,3718,3717,3719,3718,3717,42,1614,4100,1443,0,3717,3720,3719,3717,3720,3719,42,127,1443,4100,0,3721,3719,3720,3721,3719,3720,42,4100,1614,161,0,3720,3717,3588,3720,3717,3588,42,4100,161,2712,0,3720,3588,3589,3720,3588,3589,42,2712,1198,4100,0,3589,3722,3720,3589,3722,3720,42,127,4100,1198,0,3721,3720,3722,3721,3720,3722,42,1198,2712,160,0,3722,3589,3591,3722,3589,3591,42,1146,127,1198,0,3723,3721,3722,3723,3721,3722,42,1198,4101,1146,0,3722,3724,3723,3722,3724,3723,42,126,1146,4101,0,3725,3723,3724,3725,3723,3724,42,4101,1198,160,0,3724,3722,3591,3724,3722,3591,42,4101,160,2829,0,3724,3591,3593,3724,3591,3593,42,2829,1323,4101,0,3593,3726,3724,3593,3726,3724,42,126,4101,1323,0,3725,3724,3726,3725,3724,3726,42,1323,2829,159,0,3726,3593,3595,3726,3593,3595,42,4102,126,1323,0,3727,3725,3726,3727,3725,3726,42,1323,2816,4102,0,3726,3598,3727,3726,3598,3727,42,158,4102,2816,0,3600,3727,3598,3600,3727,3598,42,2816,1323,159,0,3598,3726,3595,3598,3726,3595,42,1128,126,4102,0,3728,3725,3727,3728,3725,3727,42,4102,1160,1128,0,3727,3729,3728,3727,3729,3728,42,125,1128,1160,0,3730,3728,3729,3730,3728,3729,42,1160,4102,158,0,3729,3727,3600,3729,3727,3600,42,4103,125,1160,0,3731,3730,3729,3731,3730,3729,42,1160,1486,4103,0,3729,3602,3731,3729,3602,3731,42,157,4103,1486,0,3604,3731,3602,3604,3731,3602,42,1486,1160,158,0,3602,3729,3600,3602,3729,3600,42,1940,125,4103,0,3732,3730,3731,3732,3730,3731,42,4103,2099,1940,0,3731,3733,3732,3731,3733,3732,42,124,1940,2099,0,3734,3732,3733,3734,3732,3733,42,2099,4103,157,0,3733,3731,3604,3733,3731,3604,42,4104,124,2099,0,3735,3734,3733,3735,3734,3733,42,2099,1481,4104,0,3733,3606,3735,3733,3606,3735,42,156,4104,1481,0,3608,3735,3606,3608,3735,3606,42,1481,2099,157,0,3606,3733,3604,3606,3733,3604,42,1907,124,4104,0,3736,3734,3735,3736,3734,3735,42,4104,1266,1907,0,3735,3737,3736,3735,3737,3736,42,123,1907,1266,0,3738,3736,3737,3738,3736,3737,42,1266,4104,156,0,3737,3735,3608,3737,3735,3608,42,4105,123,1266,0,3739,3738,3737,3739,3738,3737,42,1266,1848,4105,0,3737,3610,3739,3737,3610,3739,42,155,4105,1848,0,3612,3739,3610,3612,3739,3610,42,1848,1266,156,0,3610,3737,3608,3610,3737,3608,42,1220,123,4105,0,3740,3738,3739,3740,3738,3739,42,4105,1258,1220,0,3739,3741,3740,3739,3741,3740,42,122,1220,1258,0,3742,3740,3741,3742,3740,3741,42,1258,4105,155,0,3741,3739,3612,3741,3739,3612,42,1337,122,1258,0,3743,3742,3741,3743,3742,3741,42,1258,4106,1337,0,3741,3744,3743,3741,3744,3743,42,121,1337,4106,0,3745,3743,3744,3745,3743,3744,42,4106,1258,155,0,3744,3741,3612,3744,3741,3612,42,4106,155,1994,0,3744,3612,3614,3744,3612,3614,42,1994,1499,4106,0,3614,3746,3744,3614,3746,3744,42,121,4106,1499,0,3745,3744,3746,3745,3744,3746,42,1499,1994,154,0,3746,3614,3616,3746,3614,3616,42,4107,121,1499,0,3747,3745,3746,3747,3745,3746,42,1499,2089,4107,0,3746,3617,3747,3746,3617,3747,42,153,4107,2089,0,3619,3747,3617,3619,3747,3617,42,2089,1499,154,0,3617,3746,3616,3617,3746,3616,42,1477,121,4107,0,3748,3745,3747,3748,3745,3747,42,4107,1516,1477,0,3747,3749,3748,3747,3749,3748,42,120,1477,1516,0,3750,3748,3749,3750,3748,3749,42,1516,4107,153,0,3749,3747,3619,3749,3747,3619,42,4108,120,1516,0,3751,3750,3749,3751,3750,3749,42,1516,1986,4108,0,3749,3622,3751,3749,3622,3751,42,152,4108,1986,0,3624,3751,3622,3624,3751,3622,42,1986,1516,153,0,3622,3749,3619,3622,3749,3619,42,1336,120,4108,0,3752,3750,3751,3752,3750,3751,42,4108,1238,1336,0,3751,3753,3752,3751,3753,3752,42,119,1336,1238,0,3754,3752,3753,3754,3752,3753,42,1238,4108,152,0,3753,3751,3624,3753,3751,3624,42,2883,119,1238,0,3755,3754,3753,3755,3754,3753,42,1238,4109,2883,0,3753,3756,3755,3753,3756,3755,42,118,2883,4109,0,3757,3755,3756,3757,3755,3756,42,4109,1238,152,0,3756,3753,3624,3756,3753,3624,42,4109,152,1818,0,3756,3624,3625,3756,3624,3625,42,1818,3050,4109,0,3625,3758,3756,3625,3758,3756,42,118,4109,3050,0,3757,3756,3758,3757,3756,3758,42,3050,1818,151,0,3758,3625,3627,3758,3625,3627,42,4110,118,3050,0,3759,3757,3758,3759,3757,3758,42,3050,1381,4110,0,3758,3630,3759,3758,3630,3759,42,150,4110,1381,0,3632,3759,3630,3632,3759,3630,42,1381,3050,151,0,3630,3758,3627,3630,3758,3627,42,2899,118,4110,0,3760,3757,3759,3760,3757,3759,42,4110,3179,2899,0,3759,3761,3760,3759,3761,3760,42,117,2899,3179,0,3762,3760,3761,3762,3760,3761,42,3179,4110,150,0,3761,3759,3632,3761,3759,3632,42,4111,117,3179,0,3763,3762,3761,3763,3762,3761,42,3179,1394,4111,0,3761,3634,3763,3761,3634,3763,42,149,4111,1394,0,3636,3763,3634,3636,3763,3634,42,1394,3179,150,0,3634,3761,3632,3634,3761,3632,42,2856,117,4111,0,3764,3762,3763,3764,3762,3763,42,4111,3026,2856,0,3763,3765,3764,3763,3765,3764,42,116,2856,3026,0,3766,3764,3765,3766,3764,3765,42,3026,4111,149,0,3765,3763,3636,3765,3763,3636,42,4112,116,3026,0,3767,3766,3765,3767,3766,3765,42,3026,1351,4112,0,3765,3637,3767,3765,3637,3767,42,148,4112,1351,0,3639,3767,3637,3639,3767,3637,42,1351,3026,149,0,3637,3765,3636,3637,3765,3636,42,2862,116,4112,0,3768,3766,3767,3768,3766,3767,42,4112,1306,2862,0,3767,3769,3768,3767,3769,3768,42,115,2862,1306,0,3770,3768,3769,3770,3768,3769,42,1306,4112,148,0,3769,3767,3639,3769,3767,3639,42,4113,115,1306,0,3771,3770,3769,3771,3770,3769,42,1306,2941,4113,0,3769,3641,3771,3769,3641,3771,42,147,4113,2941,0,3643,3771,3641,3643,3771,3641,42,2941,1306,148,0,3641,3769,3639,3641,3769,3639,42,1354,115,4113,0,3772,3770,3771,3772,3770,3771,42,4113,1399,1354,0,3771,3773,3772,3771,3773,3772,42,114,1354,1399,0,3774,3772,3773,3774,3772,3773,42,1399,4113,147,0,3773,3771,3643,3773,3771,3643,42,4114,114,1399,0,3775,3774,3773,3775,3774,3773,42,1399,3156,4114,0,3773,3645,3775,3773,3645,3775,42,146,4114,3156,0,3647,3775,3645,3647,3775,3645,42,3156,1399,147,0,3645,3773,3643,3645,3773,3643,42,1498,114,4114,0,3776,3774,3775,3776,3774,3775,42,4114,1409,1498,0,3775,3777,3776,3775,3777,3776,42,113,1498,1409,0,3778,3776,3777,3778,3776,3777,42,1409,4114,146,0,3777,3775,3647,3777,3775,3647,42,4115,113,1409,0,3779,3778,3777,3779,3778,3777,42,1409,3048,4115,0,3777,3650,3779,3777,3650,3779,42,145,4115,3048,0,3652,3779,3650,3652,3779,3650,42,3048,1409,146,0,3650,3777,3647,3650,3777,3647,42,1385,113,4115,0,3780,3778,3779,3780,3778,3779,42,4115,1422,1385,0,3779,3781,3780,3779,3781,3780,42,112,1385,1422,0,3782,3780,3781,3782,3780,3781,42,1422,4115,145,0,3781,3779,3652,3781,3779,3652,42,4116,112,1422,0,3783,3782,3781,3783,3782,3781,42,1422,1335,4116,0,3781,3654,3783,3781,3654,3783,42,144,4116,1335,0,3656,3783,3654,3656,3783,3654,42,1335,1422,145,0,3654,3781,3652,3654,3781,3652,42,1766,112,4116,0,3784,3782,3783,3784,3782,3783,42,4116,1949,1766,0,3783,3785,3784,3783,3785,3784,42,111,1766,1949,0,3786,3784,3785,3786,3784,3785,42,1949,4116,144,0,3785,3783,3656,3785,3783,3656,42,4117,111,1949,0,3787,3786,3785,3787,3786,3785,42,1949,1458,4117,0,3785,3658,3787,3785,3658,3787,42,143,4117,1458,0,3660,3787,3658,3660,3787,3658,42,1458,1949,144,0,3658,3785,3656,3658,3785,3656,42,1896,111,4117,0,3788,3786,3787,3788,3786,3787,42,4117,1928,1896,0,3787,3789,3788,3787,3789,3788,42,110,1896,1928,0,3790,3788,3789,3790,3788,3789,42,1928,4117,143,0,3789,3787,3660,3789,3787,3660,42,4118,110,1928,0,3791,3790,3789,3791,3790,3789,42,1928,1569,4118,0,3789,3662,3791,3789,3662,3791,42,142,4118,1569,0,3664,3791,3662,3664,3791,3662,42,1569,1928,143,0,3662,3789,3660,3662,3789,3660,42,1946,110,4118,0,3792,3790,3791,3792,3790,3791,42,4118,1988,1946,0,3791,3793,3792,3791,3793,3792,42,109,1946,1988,0,3794,3792,3793,3794,3792,3793,42,1988,4118,142,0,3793,3791,3664,3793,3791,3664,42,4119,109,1988,0,3795,3794,3793,3795,3794,3793,42,1988,1222,4119,0,3793,3665,3795,3793,3665,3795,42,141,4119,1222,0,3667,3795,3665,3667,3795,3665,42,1222,1988,142,0,3665,3793,3664,3665,3793,3664,42,1656,109,4119,0,3796,3794,3795,3796,3794,3795,42,4119,1826,1656,0,3795,3797,3796,3795,3797,3796,42,108,1656,1826,0,3798,3796,3797,3798,3796,3797,42,1826,4119,141,0,3797,3795,3667,3797,3795,3667,42,1705,108,1826,0,3799,3798,3797,3799,3798,3797,42,1826,4120,1705,0,3797,3800,3799,3797,3800,3799,42,107,1705,4120,0,3801,3799,3800,3801,3799,3800,42,4120,1826,141,0,3800,3797,3667,3800,3797,3667,42,4120,141,1215,0,3800,3667,3670,3800,3667,3670,42,1215,1468,4120,0,3670,3802,3800,3670,3802,3800,42,107,4120,1468,0,3801,3800,3802,3801,3800,3802,42,1468,1215,140,0,3802,3670,3672,3802,3670,3672,42,4121,107,1468,0,3803,3801,3802,3803,3801,3802,42,1468,2061,4121,0,3802,3673,3803,3802,3673,3803,42,139,4121,2061,0,3675,3803,3673,3675,3803,3673,42,2061,1468,140,0,3673,3802,3672,3673,3802,3672,42,1431,107,4121,0,3804,3801,3803,3804,3801,3803,42,4121,1583,1431,0,3803,3805,3804,3803,3805,3804,42,106,1431,1583,0,3806,3804,3805,3806,3804,3805,42,1583,4121,139,0,3805,3803,3675,3805,3803,3675,42,2760,106,1583,0,3807,3806,3805,3807,3806,3805,42,1583,4122,2760,0,3805,3808,3807,3805,3808,3807,42,105,2760,4122,0,3809,3807,3808,3809,3807,3808,42,4122,1583,139,0,3808,3805,3675,3808,3805,3675,42,4122,139,2048,0,3808,3675,3678,3808,3675,3678,42,2048,2732,4122,0,3678,3810,3808,3678,3810,3808,42,105,4122,2732,0,3809,3808,3810,3809,3808,3810,42,2732,2048,138,0,3810,3678,3680,3810,3678,3680,42,4123,105,2732,0,3811,3809,3810,3811,3809,3810,42,2732,1288,4123,0,3810,3682,3811,3810,3682,3811,42,137,4123,1288,0,3684,3811,3682,3684,3811,3682,42,1288,2732,138,0,3682,3810,3680,3682,3810,3680,42,2913,105,4123,0,3812,3809,3811,3812,3809,3811,42,4123,2743,2913,0,3811,3813,3812,3811,3813,3812,42,104,2913,2743,0,3814,3812,3813,3814,3812,3813,42,2743,4123,137,0,3813,3811,3684,3813,3811,3684,42,4124,104,2743,0,3815,3814,3813,3815,3814,3813,42,2743,1159,4124,0,3813,3685,3815,3813,3685,3815,42,136,4124,1159,0,3687,3815,3685,3687,3815,3685,42,1159,2743,137,0,3685,3813,3684,3685,3813,3684,42,2761,104,4124,0,3816,3814,3815,3816,3814,3815,42,4124,2989,2761,0,3815,3817,3816,3815,3817,3816,42,103,2761,2989,0,3818,3816,3817,3818,3816,3817,42,2989,4124,136,0,3817,3815,3687,3817,3815,3687,42,3171,103,2989,0,3819,3818,3817,3819,3818,3817,42,2989,4125,3171,0,3817,3820,3819,3817,3820,3819,42,102,3171,4125,0,3821,3819,3820,3821,3819,3820,42,4125,2989,136,0,3820,3817,3687,3820,3817,3687,42,4125,136,1548,0,3820,3687,3689,3820,3687,3689,42,1548,3010,4125,0,3689,3822,3820,3689,3822,3820,42,102,4125,3010,0,3821,3820,3822,3821,3820,3822,42,3010,1548,135,0,3822,3689,3691,3822,3689,3691,42,2796,102,3010,0,3823,3821,3822,3823,3821,3822,42,3010,4126,2796,0,3822,3824,3823,3822,3824,3823,42,101,2796,4126,0,3825,3823,3824,3825,3823,3824,42,4126,3010,135,0,3824,3822,3691,3824,3822,3691,42,4126,135,1170,0,3824,3691,3693,3824,3691,3693,42,1170,2758,4126,0,3693,3826,3824,3693,3826,3824,42,101,4126,2758,0,3825,3824,3826,3825,3824,3826,42,2758,1170,134,0,3826,3693,3695,3826,3693,3695,42,2771,101,2758,0,3827,3825,3826,3827,3825,3826,42,2758,4127,2771,0,3826,3828,3827,3826,3828,3827,42,99,2771,4127,0,3829,3827,3828,3829,3827,3828,42,4127,2758,134,0,3828,3826,3695,3828,3826,3695,42,4127,134,1140,0,3828,3695,3698,3828,3695,3698,42,1140,1563,4127,0,3698,3830,3828,3698,3830,3828,42,99,4127,1563,0,3829,3828,3830,3829,3828,3830,42,1563,1140,132,0,3830,3698,3700,3830,3698,3700,42,4128,99,1563,0,3831,3829,3830,3831,3829,3830,42,1563,1089,4128,0,3830,3701,3831,3830,3701,3831,42,133,4128,1089,0,3703,3831,3701,3703,3831,3701,42,1089,1563,132,0,3701,3830,3700,3701,3830,3700,42,2693,99,4128,0,3832,3829,3831,3832,3829,3831,42,4128,2656,2693,0,3831,3833,3832,3831,3833,3832,42,100,2693,2656,0,3834,3832,3833,3834,3832,3833,42,2656,4128,133,0,3833,3831,3703,3833,3831,3703,42,1650,98,1728,0,3835,3836,3837,3835,3836,3837,42,1728,4129,1650,0,3837,3838,3835,3837,3838,3835,42,97,1650,4129,0,3839,3835,3838,3839,3835,3838,42,4129,1728,131,0,3838,3837,3706,3838,3837,3706,42,4129,131,3151,0,3838,3706,3705,3838,3706,3705,42,3151,1870,4129,0,3705,3840,3838,3705,3840,3838,42,97,4129,1870,0,3839,3838,3840,3839,3838,3840,42,1870,3151,130,0,3840,3705,3709,3840,3705,3709,42,4130,97,1870,0,3841,3839,3840,3841,3839,3840,42,1870,3166,4130,0,3840,3711,3841,3840,3711,3841,42,129,4130,3166,0,3713,3841,3711,3713,3841,3711,42,3166,1870,130,0,3711,3840,3709,3711,3840,3709,42,1663,97,4130,0,3842,3839,3841,3842,3839,3841,42,4130,1749,1663,0,3841,3843,3842,3841,3843,3842,42,96,1663,1749,0,3844,3842,3843,3844,3842,3843,42,1749,4130,129,0,3843,3841,3713,3843,3841,3713,42,2060,96,1749,0,3845,3844,3843,3845,3844,3843,42,1749,4131,2060,0,3843,3846,3845,3843,3846,3845,42,95,2060,4131,0,3847,3845,3846,3847,3845,3846,42,4131,1749,129,0,3846,3843,3713,3846,3843,3713,42,4131,129,3175,0,3846,3713,3716,3846,3713,3716,42,3175,2125,4131,0,3716,3848,3846,3716,3848,3846,42,95,4131,2125,0,3847,3846,3848,3847,3846,3848,42,2125,3175,128,0,3848,3716,3718,3848,3716,3718,42,2047,95,2125,0,3849,3847,3848,3849,3847,3848,42,2125,4132,2047,0,3848,3850,3849,3848,3850,3849,42,94,2047,4132,0,3851,3849,3850,3851,3849,3850,42,4132,2125,128,0,3850,3848,3718,3850,3848,3718,42,4132,128,1443,0,3850,3718,3719,3850,3718,3719,42,1443,1727,4132,0,3719,3852,3850,3719,3852,3850,42,94,4132,1727,0,3851,3850,3852,3851,3850,3852,42,1727,1443,127,0,3852,3719,3721,3852,3719,3721,42,4133,94,1727,0,3853,3851,3852,3853,3851,3852,42,1727,1146,4133,0,3852,3723,3853,3852,3723,3853,42,126,4133,1146,0,3725,3853,3723,3725,3853,3723,42,1146,1727,127,0,3723,3852,3721,3723,3852,3721,42,1755,94,4133,0,3854,3851,3853,3854,3851,3853,42,4133,1827,1755,0,3853,3855,3854,3853,3855,3854,42,93,1755,1827,0,3856,3854,3855,3856,3854,3855,42,1827,4133,126,0,3855,3853,3725,3855,3853,3725,42,4134,93,1827,0,3857,3856,3855,3857,3856,3855,42,1827,1128,4134,0,3855,3728,3857,3855,3728,3857,42,125,4134,1128,0,3730,3857,3728,3730,3857,3728,42,1128,1827,126,0,3728,3855,3725,3728,3855,3725,42,1750,93,4134,0,3858,3856,3857,3858,3856,3857,42,4134,1699,1750,0,3857,3859,3858,3857,3859,3858,42,92,1750,1699,0,3860,3858,3859,3860,3858,3859,42,1699,4134,125,0,3859,3857,3730,3859,3857,3730,42,4135,92,1699,0,3861,3860,3859,3861,3860,3859,42,1699,1940,4135,0,3859,3732,3861,3859,3732,3861,42,124,4135,1940,0,3734,3861,3732,3734,3861,3732,42,1940,1699,125,0,3732,3859,3730,3732,3859,3730,42,2650,92,4135,0,3862,3860,3861,3862,3860,3861,42,4135,2597,2650,0,3861,3863,3862,3861,3863,3862,42,91,2650,2597,0,3864,3862,3863,3864,3862,3863,42,2597,4135,124,0,3863,3861,3734,3863,3861,3734,42,4136,91,2597,0,3865,3864,3863,3865,3864,3863,42,2597,1907,4136,0,3863,3736,3865,3863,3736,3865,42,123,4136,1907,0,3738,3865,3736,3738,3865,3736,42,1907,2597,124,0,3736,3863,3734,3736,3863,3734,42,2498,91,4136,0,3866,3864,3865,3866,3864,3865,42,4136,2847,2498,0,3865,3867,3866,3865,3867,3866,42,90,2498,2847,0,3868,3866,3867,3868,3866,3867,42,2847,4136,123,0,3867,3865,3738,3867,3865,3738,42,4137,90,2847,0,3869,3868,3867,3869,3868,3867,42,2847,1220,4137,0,3867,3740,3869,3867,3740,3869,42,122,4137,1220,0,3742,3869,3740,3742,3869,3740,42,1220,2847,123,0,3740,3867,3738,3740,3867,3738,42,2881,90,4137,0,3870,3868,3869,3870,3868,3869,42,4137,2825,2881,0,3869,3871,3870,3869,3871,3870,42,89,2881,2825,0,3872,3870,3871,3872,3870,3871,42,2825,4137,122,0,3871,3869,3742,3871,3869,3742,42,4138,89,2825,0,3873,3872,3871,3873,3872,3871,42,2825,1337,4138,0,3871,3743,3873,3871,3743,3873,42,121,4138,1337,0,3745,3873,3743,3745,3873,3743,42,1337,2825,122,0,3743,3871,3742,3743,3871,3742,42,3030,89,4138,0,3874,3872,3873,3874,3872,3873,42,4138,3106,3030,0,3873,3875,3874,3873,3875,3874,42,88,3030,3106,0,3876,3874,3875,3876,3874,3875,42,3106,4138,121,0,3875,3873,3745,3875,3873,3745,42,4139,88,3106,0,3877,3876,3875,3877,3876,3875,42,3106,1477,4139,0,3875,3748,3877,3875,3748,3877,42,120,4139,1477,0,3750,3877,3748,3750,3877,3748,42,1477,3106,121,0,3748,3875,3745,3748,3875,3745,42,3137,88,4139,0,3878,3876,3877,3878,3876,3877,42,4139,3094,3137,0,3877,3879,3878,3877,3879,3878,42,87,3137,3094,0,3880,3878,3879,3880,3878,3879,42,3094,4139,120,0,3879,3877,3750,3879,3877,3750,42,4140,87,3094,0,3881,3880,3879,3881,3880,3879,42,3094,1336,4140,0,3879,3752,3881,3879,3752,3881,42,119,4140,1336,0,3754,3881,3752,3754,3881,3752,42,1336,3094,120,0,3752,3879,3750,3752,3879,3750,42,2955,87,4140,0,3882,3880,3881,3882,3880,3881,42,4140,2921,2955,0,3881,3883,3882,3881,3883,3882,42,86,2955,2921,0,3884,3882,3883,3884,3882,3883,42,2921,4140,119,0,3883,3881,3754,3883,3881,3754,42,4141,86,2921,0,3885,3884,3883,3885,3884,3883,42,2921,2883,4141,0,3883,3755,3885,3883,3755,3885,42,118,4141,2883,0,3757,3885,3755,3757,3885,3755,42,2883,2921,119,0,3755,3883,3754,3755,3883,3754,42,2451,86,4141,0,3886,3884,3885,3886,3884,3885,42,4141,2532,2451,0,3885,3887,3886,3885,3887,3886,42,85,2451,2532,0,3888,3886,3887,3888,3886,3887,42,2532,4141,118,0,3887,3885,3757,3887,3885,3757,42,4142,85,2532,0,3889,3888,3887,3889,3888,3887,42,2532,2899,4142,0,3887,3760,3889,3887,3760,3889,42,117,4142,2899,0,3762,3889,3760,3762,3889,3760,42,2899,2532,118,0,3760,3887,3757,3760,3887,3757,42,2411,85,4142,0,3890,3888,3889,3890,3888,3889,42,4142,2622,2411,0,3889,3891,3890,3889,3891,3890,42,84,2411,2622,0,3892,3890,3891,3892,3890,3891,42,2622,4142,117,0,3891,3889,3762,3891,3889,3762,42,2414,84,2622,0,3893,3892,3891,3893,3892,3891,42,2622,4143,2414,0,3891,3894,3893,3891,3894,3893,42,83,2414,4143,0,3895,3893,3894,3895,3893,3894,42,4143,2622,117,0,3894,3891,3762,3894,3891,3762,42,4143,117,2856,0,3894,3762,3764,3894,3762,3764,42,2856,2492,4143,0,3764,3896,3894,3764,3896,3894,42,83,4143,2492,0,3895,3894,3896,3895,3894,3896,42,2492,2856,116,0,3896,3764,3766,3896,3764,3766,42,4144,83,2492,0,3897,3895,3896,3897,3895,3896,42,2492,2862,4144,0,3896,3768,3897,3896,3768,3897,42,115,4144,2862,0,3770,3897,3768,3770,3897,3768,42,2862,2492,116,0,3768,3896,3766,3768,3896,3766,42,2361,83,4144,0,3898,3895,3897,3898,3895,3897,42,4144,1926,2361,0,3897,3899,3898,3897,3899,3898,42,82,2361,1926,0,3900,3898,3899,3900,3898,3899,42,1926,4144,115,0,3899,3897,3770,3899,3897,3770,42,4145,82,1926,0,3901,3900,3899,3901,3900,3899,42,1926,1354,4145,0,3899,3772,3901,3899,3772,3901,42,114,4145,1354,0,3774,3901,3772,3774,3901,3772,42,1354,1926,115,0,3772,3899,3770,3772,3899,3770,42,2004,82,4145,0,3902,3900,3901,3902,3900,3901,42,4145,1947,2004,0,3901,3903,3902,3901,3903,3902,42,81,2004,1947,0,3904,3902,3903,3904,3902,3903,42,1947,4145,114,0,3903,3901,3774,3903,3901,3774,42,4146,81,1947,0,3905,3904,3903,3905,3904,3903,42,1947,1498,4146,0,3903,3776,3905,3903,3776,3905,42,113,4146,1498,0,3778,3905,3776,3778,3905,3776,42,1498,1947,114,0,3776,3903,3774,3776,3903,3774,42,2123,81,4146,0,3906,3904,3905,3906,3904,3905,42,4146,1964,2123,0,3905,3907,3906,3905,3907,3906,42,80,2123,1964,0,3908,3906,3907,3908,3906,3907,42,1964,4146,113,0,3907,3905,3778,3907,3905,3778,42,2005,80,1964,0,3909,3908,3907,3909,3908,3907,42,1964,4147,2005,0,3907,3910,3909,3907,3910,3909,42,79,2005,4147,0,3911,3909,3910,3911,3909,3910,42,4147,1964,113,0,3910,3907,3778,3910,3907,3778,42,4147,113,1385,0,3910,3778,3780,3910,3778,3780,42,1385,1948,4147,0,3780,3912,3910,3780,3912,3910,42,79,4147,1948,0,3911,3910,3912,3911,3910,3912,42,1948,1385,112,0,3912,3780,3782,3912,3780,3782,42,2375,79,1948,0,3913,3911,3912,3913,3911,3912,42,1948,4148,2375,0,3912,3914,3913,3912,3914,3913,42,78,2375,4148,0,3915,3913,3914,3915,3913,3914,42,4148,1948,112,0,3914,3912,3782,3914,3912,3782,42,4148,112,1766,0,3914,3782,3784,3914,3782,3784,42,1766,2436,4148,0,3784,3916,3914,3784,3916,3914,42,78,4148,2436,0,3915,3914,3916,3915,3914,3916,42,2436,1766,111,0,3916,3784,3786,3916,3784,3786,42,4149,78,2436,0,3917,3915,3916,3917,3915,3916,42,2436,1896,4149,0,3916,3788,3917,3916,3788,3917,42,110,4149,1896,0,3790,3917,3788,3790,3917,3788,42,1896,2436,111,0,3788,3916,3786,3788,3916,3786,42,2573,78,4149,0,3918,3915,3917,3918,3915,3917,42,4149,2612,2573,0,3917,3919,3918,3917,3919,3918,42,77,2573,2612,0,3920,3918,3919,3920,3918,3919,42,2612,4149,110,0,3919,3917,3790,3919,3917,3790,42,4150,77,2612,0,3921,3920,3919,3921,3920,3919,42,2612,1946,4150,0,3919,3792,3921,3919,3792,3921,42,109,4150,1946,0,3794,3921,3792,3794,3921,3792,42,1946,2612,110,0,3792,3919,3790,3792,3919,3790,42,2562,77,4150,0,3922,3920,3921,3922,3920,3921,42,4150,2480,2562,0,3921,3923,3922,3921,3923,3922,42,76,2562,2480,0,3924,3922,3923,3924,3922,3923,42,2480,4150,109,0,3923,3921,3794,3923,3921,3794,42,4151,76,2480,0,3925,3924,3923,3925,3924,3923,42,2480,1656,4151,0,3923,3796,3925,3923,3796,3925,42,108,4151,1656,0,3798,3925,3796,3798,3925,3796,42,1656,2480,109,0,3796,3923,3794,3796,3923,3794,42,2330,76,4151,0,3926,3924,3925,3926,3924,3925,42,4151,2373,2330,0,3925,3927,3926,3925,3927,3926,42,75,2330,2373,0,3928,3926,3927,3928,3926,3927,42,2373,4151,108,0,3927,3925,3798,3927,3925,3798,42,2318,75,2373,0,3929,3928,3927,3929,3928,3927,42,2373,4152,2318,0,3927,3930,3929,3927,3930,3929,42,74,2318,4152,0,3931,3929,3930,3931,3929,3930,42,4152,2373,108,0,3930,3927,3798,3930,3927,3798,42,4152,108,1705,0,3930,3798,3799,3930,3798,3799,42,1705,3036,4152,0,3799,3932,3930,3799,3932,3930,42,74,4152,3036,0,3931,3930,3932,3931,3930,3932,42,3036,1705,107,0,3932,3799,3801,3932,3799,3801,42,3150,74,3036,0,3933,3931,3932,3933,3931,3932,42,3036,4153,3150,0,3932,3934,3933,3932,3934,3933,42,73,3150,4153,0,3935,3933,3934,3935,3933,3934,42,4153,3036,107,0,3934,3932,3801,3934,3932,3801,42,4153,107,1431,0,3934,3801,3804,3934,3801,3804,42,1431,3078,4153,0,3804,3936,3934,3804,3936,3934,42,73,4153,3078,0,3935,3934,3936,3935,3934,3936,42,3078,1431,106,0,3936,3804,3806,3936,3804,3806,42,2242,73,3078,0,3937,3935,3936,3937,3935,3936,42,3078,4154,2242,0,3936,3938,3937,3936,3938,3937,42,72,2242,4154,0,3939,3937,3938,3939,3937,3938,42,4154,3078,106,0,3938,3936,3806,3938,3936,3806,42,4154,106,2760,0,3938,3806,3807,3938,3806,3807,42,2760,2298,4154,0,3807,3940,3938,3807,3940,3938,42,72,4154,2298,0,3939,3938,3940,3939,3938,3940,42,2298,2760,105,0,3940,3807,3809,3940,3807,3809,42,2356,72,2298,0,3941,3939,3940,3941,3939,3940,42,2298,4155,2356,0,3940,3942,3941,3940,3942,3941,42,71,2356,4155,0,3943,3941,3942,3943,3941,3942,42,4155,2298,105,0,3942,3940,3809,3942,3940,3809,42,4155,105,2913,0,3942,3809,3812,3942,3809,3812,42,2913,2280,4155,0,3812,3944,3942,3812,3944,3942,42,71,4155,2280,0,3943,3942,3944,3943,3942,3944,42,2280,2913,104,0,3944,3812,3814,3944,3812,3814,42,2252,71,2280,0,3945,3943,3944,3945,3943,3944,42,2280,4156,2252,0,3944,3946,3945,3944,3946,3945,42,70,2252,4156,0,3947,3945,3946,3947,3945,3946,42,4156,2280,104,0,3946,3944,3814,3946,3944,3814,42,4156,104,2761,0,3946,3814,3816,3946,3814,3816,42,2761,2580,4156,0,3816,3948,3946,3816,3948,3946,42,70,4156,2580,0,3947,3946,3948,3947,3946,3948,42,2580,2761,103,0,3948,3816,3818,3948,3816,3818,42,4157,70,2580,0,3949,3947,3948,3949,3947,3948,42,2580,3171,4157,0,3948,3819,3949,3948,3819,3949,42,102,4157,3171,0,3821,3949,3819,3821,3949,3819,42,3171,2580,103,0,3819,3948,3818,3819,3948,3818,42,2662,70,4157,0,3950,3947,3949,3950,3947,3949,42,4157,2589,2662,0,3949,3951,3950,3949,3951,3950,42,69,2662,2589,0,3952,3950,3951,3952,3950,3951,42,2589,4157,102,0,3951,3949,3821,3951,3949,3821,42,2155,69,2589,0,3953,3952,3951,3953,3952,3951,42,2589,4158,2155,0,3951,3954,3953,3951,3954,3953,42,68,2155,4158,0,3955,3953,3954,3955,3953,3954,42,4158,2589,102,0,3954,3951,3821,3954,3951,3821,42,4158,102,2796,0,3954,3821,3823,3954,3821,3823,42,2796,2343,4158,0,3823,3956,3954,3823,3956,3954,42,68,4158,2343,0,3955,3954,3956,3955,3954,3956,42,2343,2796,101,0,3956,3823,3825,3956,3823,3825,42,2247,68,2343,0,3957,3955,3956,3957,3955,3956,42,2343,4159,2247,0,3956,3958,3957,3956,3958,3957,42,66,2247,4159,0,3959,3957,3958,3959,3957,3958,42,4159,2343,101,0,3958,3956,3825,3958,3956,3825,42,4159,101,2771,0,3958,3825,3827,3958,3825,3827,42,2771,2113,4159,0,3827,3960,3958,3827,3960,3958,42,66,4159,2113,0,3959,3958,3960,3959,3958,3960,42,2113,2771,99,0,3960,3827,3829,3960,3827,3829,42,4160,66,2113,0,3961,3959,3960,3961,3959,3960,42,2113,2693,4160,0,3960,3832,3961,3960,3832,3961,42,100,4160,2693,0,3834,3961,3832,3834,3961,3832,42,2693,2113,99,0,3832,3960,3829,3832,3960,3829,42,2189,66,4160,0,3962,3959,3961,3962,3959,3961,42,4160,2213,2189,0,3961,3963,3962,3961,3963,3962,42,67,2189,2213,0,3964,3962,3963,3964,3962,3963,42,2213,4160,100,0,3963,3961,3834,3963,3961,3834,42,4161,65,2262,0,3965,3966,3967,3965,3966,3967,42,2262,1650,4161,0,3967,3835,3965,3967,3835,3965,42,97,4161,1650,0,3839,3965,3835,3839,3965,3835,42,1650,2262,98,0,3835,3967,3836,3835,3967,3836,42,2246,65,4161,0,3968,3966,3965,3968,3966,3965,42,4161,2222,2246,0,3965,3969,3968,3965,3969,3968,42,63,2246,2222,0,3970,3968,3969,3970,3968,3969,42,2222,4161,97,0,3969,3965,3839,3969,3965,3839,42,4162,63,2222,0,3971,3970,3969,3971,3970,3969,42,2222,1663,4162,0,3969,3842,3971,3969,3842,3971,42,96,4162,1663,0,3844,3971,3842,3844,3971,3842,42,1663,2222,97,0,3842,3969,3839,3842,3969,3839,42,2592,63,4162,0,3972,3970,3971,3972,3970,3971,42,4162,2634,2592,0,3971,3973,3972,3971,3973,3972,42,61,2592,2634,0,3974,3972,3973,3974,3972,3973,42,2634,4162,96,0,3973,3971,3844,3973,3971,3844,42,2948,61,2634,0,3975,3974,3973,3975,3974,3973,42,2634,4163,2948,0,3973,3976,3975,3973,3976,3975,42,59,2948,4163,0,3977,3975,3976,3977,3975,3976,42,4163,2634,96,0,3976,3973,3844,3976,3973,3844,42,4163,96,2060,0,3976,3844,3845,3976,3844,3845,42,2060,2935,4163,0,3845,3978,3976,3845,3978,3976,42,59,4163,2935,0,3977,3976,3978,3977,3976,3978,42,2935,2060,95,0,3978,3845,3847,3978,3845,3847,42,2923,59,2935,0,3979,3977,3978,3979,3977,3978,42,2935,4164,2923,0,3978,3980,3979,3978,3980,3979,42,57,2923,4164,0,3981,3979,3980,3981,3979,3980,42,4164,2935,95,0,3980,3978,3847,3980,3978,3847,42,4164,95,2047,0,3980,3847,3849,3980,3847,3849,42,2047,3102,4164,0,3849,3982,3980,3849,3982,3980,42,57,4164,3102,0,3981,3980,3982,3981,3980,3982,42,3102,2047,94,0,3982,3849,3851,3982,3849,3851,42,2371,57,3102,0,3983,3981,3982,3983,3981,3982,42,3102,4165,2371,0,3982,3984,3983,3982,3984,3983,42,55,2371,4165,0,3985,3983,3984,3985,3983,3984,42,4165,3102,94,0,3984,3982,3851,3984,3982,3851,42,4165,94,1755,0,3984,3851,3854,3984,3851,3854,42,1755,2749,4165,0,3854,3986,3984,3854,3986,3984,42,55,4165,2749,0,3985,3984,3986,3985,3984,3986,42,2749,1755,93,0,3986,3854,3856,3986,3854,3856,42,4166,55,2749,0,3987,3985,3986,3987,3985,3986,42,2749,1750,4166,0,3986,3858,3987,3986,3858,3987,42,92,4166,1750,0,3860,3987,3858,3860,3987,3858,42,1750,2749,93,0,3858,3986,3856,3858,3986,3856,42,2484,55,4166,0,3988,3985,3987,3988,3985,3987,42,4166,2789,2484,0,3987,3989,3988,3987,3989,3988,42,53,2484,2789,0,3990,3988,3989,3990,3988,3989,42,2789,4166,92,0,3989,3987,3860,3989,3987,3860,42,4167,53,2789,0,3991,3990,3989,3991,3990,3989,42,2789,2650,4167,0,3989,3862,3991,3989,3862,3991,42,91,4167,2650,0,3864,3991,3862,3864,3991,3862,42,2650,2789,92,0,3862,3989,3860,3862,3989,3860,42,1996,53,4167,0,3992,3990,3991,3992,3990,3991,42,4167,1447,1996,0,3991,3993,3992,3991,3993,3992,42,51,1996,1447,0,3994,3992,3993,3994,3992,3993,42,1447,4167,91,0,3993,3991,3864,3993,3991,3864,42,1802,51,1447,0,3995,3994,3993,3995,3994,3993,42,1447,4168,1802,0,3993,3996,3995,3993,3996,3995,42,49,1802,4168,0,3997,3995,3996,3997,3995,3996,42,4168,1447,91,0,3996,3993,3864,3996,3993,3864,42,4168,91,2498,0,3996,3864,3866,3996,3864,3866,42,2498,1878,4168,0,3866,3998,3996,3866,3998,3996,42,49,4168,1878,0,3997,3996,3998,3997,3996,3998,42,1878,2498,90,0,3998,3866,3868,3998,3866,3868,42,2561,49,1878,0,3999,3997,3998,3999,3997,3998,42,1878,4169,2561,0,3998,4000,3999,3998,4000,3999,42,47,2561,4169,0,4001,3999,4000,4001,3999,4000,42,4169,1878,90,0,4000,3998,3868,4000,3998,3868,42,4169,90,2881,0,4000,3868,3870,4000,3868,3870,42,2881,2073,4169,0,3870,4002,4000,3870,4002,4000,42,47,4169,2073,0,4001,4000,4002,4001,4000,4002,42,2073,2881,89,0,4002,3870,3872,4002,3870,3872,42,2902,47,2073,0,4003,4001,4002,4003,4001,4002,42,2073,4170,2902,0,4002,4004,4003,4002,4004,4003,42,45,2902,4170,0,4005,4003,4004,4005,4003,4004,42,4170,2073,89,0,4004,4002,3872,4004,4002,3872,42,4170,89,3030,0,4004,3872,3874,4004,3872,3874,42,3030,1281,4170,0,3874,4006,4004,3874,4006,4004,42,45,4170,1281,0,4005,4004,4006,4005,4004,4006,42,1281,3030,88,0,4006,3874,3876,4006,3874,3876,42,3187,45,1281,0,4007,4005,4006,4007,4005,4006,42,1281,4171,3187,0,4006,4008,4007,4006,4008,4007,42,43,3187,4171,0,4009,4007,4008,4009,4007,4008,42,4171,1281,88,0,4008,4006,3876,4008,4006,3876,42,4171,88,3137,0,4008,3876,3878,4008,3876,3878,42,3137,3176,4171,0,3878,4010,4008,3878,4010,4008,42,43,4171,3176,0,4009,4008,4010,4009,4008,4010,42,3176,3137,87,0,4010,3878,3880,4010,3878,3880,42,4172,43,3176,0,4011,4009,4010,4011,4009,4010,42,3176,2955,4172,0,4010,3882,4011,4010,3882,4011,42,86,4172,2955,0,3884,4011,3882,3884,4011,3882,42,2955,3176,87,0,3882,4010,3880,3882,4010,3880,42,2697,43,4172,0,4012,4009,4011,4012,4009,4011,42,4172,1216,2697,0,4011,4013,4012,4011,4013,4012,42,41,2697,1216,0,4014,4012,4013,4014,4012,4013,42,1216,4172,86,0,4013,4011,3884,4013,4011,3884,42,4173,41,1216,0,4015,4014,4013,4015,4014,4013,42,1216,2451,4173,0,4013,3886,4015,4013,3886,4015,42,85,4173,2451,0,3888,4015,3886,3888,4015,3886,42,2451,1216,86,0,3886,4013,3884,3886,4013,3884,42,1627,41,4173,0,4016,4014,4015,4016,4014,4015,42,4173,3019,1627,0,4015,4017,4016,4015,4017,4016,42,39,1627,3019,0,4018,4016,4017,4018,4016,4017,42,3019,4173,85,0,4017,4015,3888,4017,4015,3888,42,4174,39,3019,0,4019,4018,4017,4019,4018,4017,42,3019,2411,4174,0,4017,3890,4019,4017,3890,4019,42,84,4174,2411,0,3892,4019,3890,3892,4019,3890,42,2411,3019,85,0,3890,4017,3888,3890,4017,3888,42,1667,39,4174,0,4020,4018,4019,4020,4018,4019,42,4174,2932,1667,0,4019,4021,4020,4019,4021,4020,42,37,1667,2932,0,4022,4020,4021,4022,4020,4021,42,2932,4174,84,0,4021,4019,3892,4021,4019,3892,42,4175,37,2932,0,4023,4022,4021,4023,4022,4021,42,2932,2414,4175,0,4021,3893,4023,4021,3893,4023,42,83,4175,2414,0,3895,4023,3893,3895,4023,3893,42,2414,2932,84,0,3893,4021,3892,3893,4021,3892,42,1716,37,4175,0,4024,4022,4023,4024,4022,4023,42,4175,2814,1716,0,4023,4025,4024,4023,4025,4024,42,35,1716,2814,0,4026,4024,4025,4026,4024,4025,42,2814,4175,83,0,4025,4023,3895,4025,4023,3895,42,4176,35,2814,0,4027,4026,4025,4027,4026,4025,42,2814,2361,4176,0,4025,3898,4027,4025,3898,4027,42,82,4176,2361,0,3900,4027,3898,3900,4027,3898,42,2361,2814,83,0,3898,4025,3895,3898,4025,3895,42,1740,35,4176,0,4028,4026,4027,4028,4026,4027,42,4176,1526,1740,0,4027,4029,4028,4027,4029,4028,42,33,1740,1526,0,4030,4028,4029,4030,4028,4029,42,1526,4176,82,0,4029,4027,3900,4029,4027,3900,42,4177,33,1526,0,4031,4030,4029,4031,4030,4029,42,1526,2004,4177,0,4029,3902,4031,4029,3902,4031,42,81,4177,2004,0,3904,4031,3902,3904,4031,3902,42,2004,1526,82,0,3902,4029,3900,3902,4029,3900,42,2808,33,4177,0,4032,4030,4031,4032,4030,4031,42,4177,1817,2808,0,4031,4033,4032,4031,4033,4032,42,31,2808,1817,0,4034,4032,4033,4034,4032,4033,42,1817,4177,81,0,4033,4031,3904,4033,4031,3904,42,4178,31,1817,0,4035,4034,4033,4035,4034,4033,42,1817,2123,4178,0,4033,3906,4035,4033,3906,4035,42,80,4178,2123,0,3908,4035,3906,3908,4035,3906,42,2123,1817,81,0,3906,4033,3904,3906,4033,3904,42,3013,31,4178,0,4036,4034,4035,4036,4034,4035,42,4178,2037,3013,0,4035,4037,4036,4035,4037,4036,42,29,3013,2037,0,4038,4036,4037,4038,4036,4037,42,2037,4178,80,0,4037,4035,3908,4037,4035,3908,42,4179,29,2037,0,4039,4038,4037,4039,4038,4037,42,2037,2005,4179,0,4037,3909,4039,4037,3909,4039,42,79,4179,2005,0,3911,4039,3909,3911,4039,3909,42,2005,2037,80,0,3909,4037,3908,3909,4037,3908,42,2984,29,4179,0,4040,4038,4039,4040,4038,4039,42,4179,1862,2984,0,4039,4041,4040,4039,4041,4040,42,27,2984,1862,0,4042,4040,4041,4042,4040,4041,42,1862,4179,79,0,4041,4039,3911,4041,4039,3911,42,4180,27,1862,0,4043,4042,4041,4043,4042,4041,42,1862,2375,4180,0,4041,3913,4043,4041,3913,4043,42,78,4180,2375,0,3915,4043,3913,3915,4043,3913,42,2375,1862,79,0,3913,4041,3911,3913,4041,3911,42,1377,27,4180,0,4044,4042,4043,4044,4042,4043,42,4180,2509,1377,0,4043,4045,4044,4043,4045,4044,42,25,1377,2509,0,4046,4044,4045,4046,4044,4045,42,2509,4180,78,0,4045,4043,3915,4045,4043,3915,42,1369,25,2509,0,4047,4046,4045,4047,4046,4045,42,2509,4181,1369,0,4045,4048,4047,4045,4048,4047,42,23,1369,4181,0,4049,4047,4048,4049,4047,4048,42,4181,2509,78,0,4048,4045,3915,4048,4045,3915,42,4181,78,2573,0,4048,3915,3918,4048,3915,3918,42,2573,2554,4181,0,3918,4050,4048,3918,4050,4048,42,23,4181,2554,0,4049,4048,4050,4049,4048,4050,42,2554,2573,77,0,4050,3918,3920,4050,3918,3920,42,4182,23,2554,0,4051,4049,4050,4051,4049,4050,42,2554,2562,4182,0,4050,3922,4051,4050,3922,4051,42,76,4182,2562,0,3924,4051,3922,3924,4051,3922,42,2562,2554,77,0,3922,4050,3920,3922,4050,3920,42,2129,23,4182,0,4052,4049,4051,4052,4049,4051,42,4182,2127,2129,0,4051,4053,4052,4051,4053,4052,42,21,2129,2127,0,4054,4052,4053,4054,4052,4053,42,2127,4182,76,0,4053,4051,3924,4053,4051,3924,42,4183,21,2127,0,4055,4054,4053,4055,4054,4053,42,2127,2330,4183,0,4053,3926,4055,4053,3926,4055,42,75,4183,2330,0,3928,4055,3926,3928,4055,3926,42,2330,2127,76,0,3926,4053,3924,3926,4053,3924,42,1317,21,4183,0,4056,4054,4055,4056,4054,4055,42,4183,3138,1317,0,4055,4057,4056,4055,4057,4056,42,19,1317,3138,0,4058,4056,4057,4058,4056,4057,42,3138,4183,75,0,4057,4055,3928,4057,4055,3928,42,1539,19,3138,0,4059,4058,4057,4059,4058,4057,42,3138,4184,1539,0,4057,4060,4059,4057,4060,4059,42,17,1539,4184,0,4061,4059,4060,4061,4059,4060,42,4184,3138,75,0,4060,4057,3928,4060,4057,3928,42,4184,75,2318,0,4060,3928,3929,4060,3928,3929,42,2318,2319,4184,0,3929,4062,4060,3929,4062,4060,42,17,4184,2319,0,4061,4060,4062,4061,4060,4062,42,2319,2318,74,0,4062,3929,3931,4062,3929,3931,42,1234,17,2319,0,4063,4061,4062,4063,4061,4062,42,2319,4185,1234,0,4062,4064,4063,4062,4064,4063,42,15,1234,4185,0,4065,4063,4064,4065,4063,4064,42,4185,2319,74,0,4064,4062,3931,4064,4062,3931,42,4185,74,3150,0,4064,3931,3933,4064,3931,3933,42,3150,2444,4185,0,3933,4066,4064,3933,4066,4064,42,15,4185,2444,0,4065,4064,4066,4065,4064,4066,42,2444,3150,73,0,4066,3933,3935,4066,3933,3935,42,1164,15,2444,0,4067,4065,4066,4067,4065,4066,42,2444,4186,1164,0,4066,4068,4067,4066,4068,4067,42,13,1164,4186,0,4069,4067,4068,4069,4067,4068,42,4186,2444,73,0,4068,4066,3935,4068,4066,3935,42,4186,73,2242,0,4068,3935,3937,4068,3935,3937,42,2242,1731,4186,0,3937,4070,4068,3937,4070,4068,42,13,4186,1731,0,4069,4068,4070,4069,4068,4070,42,1731,2242,72,0,4070,3937,3939,4070,3937,3939,42,4187,13,1731,0,4071,4069,4070,4071,4069,4070,42,1731,2356,4187,0,4070,3941,4071,4070,3941,4071,42,71,4187,2356,0,3943,4071,3941,3943,4071,3941,42,2356,1731,72,0,3941,4070,3939,3941,4070,3939,42,1208,13,4187,0,4072,4069,4071,4072,4069,4071,42,4187,1693,1208,0,4071,4073,4072,4071,4073,4072,42,11,1208,1693,0,4074,4072,4073,4074,4072,4073,42,1693,4187,71,0,4073,4071,3943,4073,4071,3943,42,4188,11,1693,0,4075,4074,4073,4075,4074,4073,42,1693,2252,4188,0,4073,3945,4075,4073,3945,4075,42,70,4188,2252,0,3947,4075,3945,3947,4075,3945,42,2252,1693,71,0,3945,4073,3943,3945,4073,3943,42,1108,11,4188,0,4076,4074,4075,4076,4074,4075,42,4188,1657,1108,0,4075,4077,4076,4075,4077,4076,42,9,1108,1657,0,4078,4076,4077,4078,4076,4077,42,1657,4188,70,0,4077,4075,3947,4077,4075,3947,42,4189,9,1657,0,4079,4078,4077,4079,4078,4077,42,1657,2662,4189,0,4077,3950,4079,4077,3950,4079,42,69,4189,2662,0,3952,4079,3950,3952,4079,3950,42,2662,1657,70,0,3950,4077,3947,3950,4077,3947,42,1103,9,4189,0,4080,4078,4079,4080,4078,4079,42,4189,1744,1103,0,4079,4081,4080,4079,4081,4080,42,7,1103,1744,0,4082,4080,4081,4082,4080,4081,42,1744,4189,69,0,4081,4079,3952,4081,4079,3952,42,1130,7,1744,0,4083,4082,4081,4083,4082,4081,42,1744,4190,1130,0,4081,4084,4083,4081,4084,4083,42,5,1130,4190,0,4085,4083,4084,4085,4083,4084,42,4190,1744,69,0,4084,4081,3952,4084,4081,3952,42,4190,69,2155,0,4084,3952,3953,4084,3952,3953,42,2155,1576,4190,0,3953,4086,4084,3953,4086,4084,42,5,4190,1576,0,4085,4084,4086,4085,4084,4086,42,1576,2155,68,0,4086,3953,3955,4086,3953,3955,42,4191,5,1576,0,4087,4085,4086,4087,4085,4086,42,1576,2247,4191,0,4086,3957,4087,4086,3957,4087,42,66,4191,2247,0,3959,4087,3957,3959,4087,3957,42,2247,1576,68,0,3957,4086,3955,3957,4086,3955,42,1474,5,4191,0,4088,4085,4087,4088,4085,4087,42,4191,3112,1474,0,4087,4089,4088,4087,4089,4088,42,1,1474,3112,0,4090,4088,4089,4090,4088,4089,42,3112,4191,66,0,4089,4087,3959,4089,4087,3959,42,4192,1,3112,0,4091,4090,4089,4091,4090,4089,42,3112,2189,4192,0,4089,3962,4091,4089,3962,4091,42,67,4192,2189,0,3964,4091,3962,3964,4091,3962,42,2189,3112,66,0,3962,4089,3959,3962,4089,3959,42,1129,1,4192,0,4092,4090,4091,4092,4090,4091,42,4192,1229,1129,0,4091,4093,4092,4091,4093,4092,42,2,1129,1229,0,4094,4092,4093,4094,4092,4093,42,1229,4192,67,0,4093,4091,3964,4093,4091,3964,42,4193,64,2165,0,4095,4096,4097,4095,4096,4097,42,2165,2246,4193,0,4097,3968,4095,4097,3968,4095,42,63,4193,2246,0,3970,4095,3968,3970,4095,3968,42,2246,2165,65,0,3968,4097,3966,3968,4097,3966,42,2470,64,4193,0,4098,4096,4095,4098,4096,4095,42,4193,2538,2470,0,4095,4099,4098,4095,4099,4098,42,62,2470,2538,0,4100,4098,4099,4100,4098,4099,42,2538,4193,63,0,4099,4095,3970,4099,4095,3970,42,4194,62,2538,0,4101,4100,4099,4101,4100,4099,42,2538,2592,4194,0,4099,3972,4101,4099,3972,4101,42,61,4194,2592,0,3974,4101,3972,3974,4101,3972,42,2592,2538,63,0,3972,4099,3970,3972,4099,3970,42,2447,62,4194,0,4102,4100,4101,4102,4100,4101,42,4194,2250,2447,0,4101,4103,4102,4101,4103,4102,42,60,2447,2250,0,4104,4102,4103,4104,4102,4103,42,2250,4194,61,0,4103,4101,3974,4103,4101,3974,42,4195,60,2250,0,4105,4104,4103,4105,4104,4103,42,2250,2948,4195,0,4103,3975,4105,4103,3975,4105,42,59,4195,2948,0,3977,4105,3975,3977,4105,3975,42,2948,2250,61,0,3975,4103,3974,3975,4103,3974,42,2937,60,4195,0,4106,4104,4105,4106,4104,4105,42,4195,3131,2937,0,4105,4107,4106,4105,4107,4106,42,58,2937,3131,0,4108,4106,4107,4108,4106,4107,42,3131,4195,59,0,4107,4105,3977,4107,4105,3977,42,4196,58,3131,0,4109,4108,4107,4109,4108,4107,42,3131,2923,4196,0,4107,3979,4109,4107,3979,4109,42,57,4196,2923,0,3981,4109,3979,3981,4109,3979,42,2923,3131,59,0,3979,4107,3977,3979,4107,3977,42,2930,58,4196,0,4110,4108,4109,4110,4108,4109,42,4196,2332,2930,0,4109,4111,4110,4109,4111,4110,42,56,2930,2332,0,4112,4110,4111,4112,4110,4111,42,2332,4196,57,0,4111,4109,3981,4111,4109,3981,42,4197,56,2332,0,4113,4112,4111,4113,4112,4111,42,2332,2371,4197,0,4111,3983,4113,4111,3983,4113,42,55,4197,2371,0,3985,4113,3983,3985,4113,3983,42,2371,2332,57,0,3983,4111,3981,3983,4111,3981,42,2599,56,4197,0,4114,4112,4113,4114,4112,4113,42,4197,2407,2599,0,4113,4115,4114,4113,4115,4114,42,54,2599,2407,0,4116,4114,4115,4116,4114,4115,42,2407,4197,55,0,4115,4113,3985,4115,4113,3985,42,4198,54,2407,0,4117,4116,4115,4117,4116,4115,42,2407,2484,4198,0,4115,3988,4117,4115,3988,4117,42,53,4198,2484,0,3990,4117,3988,3990,4117,3988,42,2484,2407,55,0,3988,4115,3985,3988,4115,3985,42,1824,54,4198,0,4118,4116,4117,4118,4116,4117,42,4198,1904,1824,0,4117,4119,4118,4117,4119,4118,42,52,1824,1904,0,4120,4118,4119,4120,4118,4119,42,1904,4198,53,0,4119,4117,3990,4119,4117,3990,42,4199,52,1904,0,4121,4120,4119,4121,4120,4119,42,1904,1996,4199,0,4119,3992,4121,4119,3992,4121,42,51,4199,1996,0,3994,4121,3992,3994,4121,3992,42,1996,1904,53,0,3992,4119,3990,3992,4119,3990,42,2057,52,4199,0,4122,4120,4121,4122,4120,4121,42,4199,2007,2057,0,4121,4123,4122,4121,4123,4122,42,50,2057,2007,0,4124,4122,4123,4124,4122,4123,42,2007,4199,51,0,4123,4121,3994,4123,4121,3994,42,1809,50,2007,0,4125,4124,4123,4125,4124,4123,42,2007,4200,1809,0,4123,4126,4125,4123,4126,4125,42,48,1809,4200,0,4127,4125,4126,4127,4125,4126,42,4200,2007,51,0,4126,4123,3994,4126,4123,3994,42,4200,51,1802,0,4126,3994,3995,4126,3994,3995,42,1802,2542,4200,0,3995,4128,4126,3995,4128,4126,42,48,4200,2542,0,4127,4126,4128,4127,4126,4128,42,2542,1802,49,0,4128,3995,3997,4128,3995,3997,42,2587,48,2542,0,4129,4127,4128,4129,4127,4128,42,2542,4201,2587,0,4128,4130,4129,4128,4130,4129,42,46,2587,4201,0,4131,4129,4130,4131,4129,4130,42,4201,2542,49,0,4130,4128,3997,4130,4128,3997,42,4201,49,2561,0,4130,3997,3999,4130,3997,3999,42,2561,2522,4201,0,3999,4132,4130,3999,4132,4130,42,46,4201,2522,0,4131,4130,4132,4131,4130,4132,42,2522,2561,47,0,4132,3999,4001,4132,3999,4001,42,2755,46,2522,0,4133,4131,4132,4133,4131,4132,42,2522,4202,2755,0,4132,4134,4133,4132,4134,4133,42,44,2755,4202,0,4135,4133,4134,4135,4133,4134,42,4202,2522,47,0,4134,4132,4001,4134,4132,4001,42,4202,47,2902,0,4134,4001,4003,4134,4001,4003,42,2902,3090,4202,0,4003,4136,4134,4003,4136,4134,42,44,4202,3090,0,4135,4134,4136,4135,4134,4136,42,3090,2902,45,0,4136,4003,4005,4136,4003,4005,42,2780,44,3090,0,4137,4135,4136,4137,4135,4136,42,3090,4203,2780,0,4136,4138,4137,4136,4138,4137,42,42,2780,4203,0,4139,4137,4138,4139,4137,4138,42,4203,3090,45,0,4138,4136,4005,4138,4136,4005,42,4203,45,3187,0,4138,4005,4007,4138,4005,4007,42,3187,2846,4203,0,4007,4140,4138,4007,4140,4138,42,42,4203,2846,0,4139,4138,4140,4139,4138,4140,42,2846,3187,43,0,4140,4007,4009,4140,4007,4009,42,4204,42,2846,0,4141,4139,4140,4141,4139,4140,42,2846,2697,4204,0,4140,4012,4141,4140,4012,4141,42,41,4204,2697,0,4014,4141,4012,4014,4141,4012,42,2697,2846,43,0,4012,4140,4009,4012,4140,4009,42,2704,42,4204,0,4142,4139,4141,4142,4139,4141,42,4204,2644,2704,0,4141,4143,4142,4141,4143,4142,42,40,2704,2644,0,4144,4142,4143,4144,4142,4143,42,2644,4204,41,0,4143,4141,4014,4143,4141,4014,42,1649,40,2644,0,4145,4144,4143,4145,4144,4143,42,2644,4205,1649,0,4143,4146,4145,4143,4146,4145,42,38,1649,4205,0,4147,4145,4146,4147,4145,4146,42,4205,2644,41,0,4146,4143,4014,4146,4143,4014,42,4205,41,1627,0,4146,4014,4016,4146,4014,4016,42,1627,1849,4205,0,4016,4148,4146,4016,4148,4146,42,38,4205,1849,0,4147,4146,4148,4147,4146,4148,42,1849,1627,39,0,4148,4016,4018,4148,4016,4018,42,4206,38,1849,0,4149,4147,4148,4149,4147,4148,42,1849,1667,4206,0,4148,4020,4149,4148,4020,4149,42,37,4206,1667,0,4022,4149,4020,4022,4149,4020,42,1667,1849,39,0,4020,4148,4018,4020,4148,4018,42,2097,38,4206,0,4150,4147,4149,4150,4147,4149,42,4206,1629,2097,0,4149,4151,4150,4149,4151,4150,42,36,2097,1629,0,4152,4150,4151,4152,4150,4151,42,1629,4206,37,0,4151,4149,4022,4151,4149,4022,42,4207,36,1629,0,4153,4152,4151,4153,4152,4151,42,1629,1716,4207,0,4151,4024,4153,4151,4024,4153,42,35,4207,1716,0,4026,4153,4024,4026,4153,4024,42,1716,1629,37,0,4024,4151,4022,4024,4151,4022,42,1847,36,4207,0,4154,4152,4153,4154,4152,4153,42,4207,1653,1847,0,4153,4155,4154,4153,4155,4154,42,34,1847,1653,0,4156,4154,4155,4156,4154,4155,42,1653,4207,35,0,4155,4153,4026,4155,4153,4026,42,4208,34,1653,0,4157,4156,4155,4157,4156,4155,42,1653,1740,4208,0,4155,4028,4157,4155,4028,4157,42,33,4208,1740,0,4030,4157,4028,4030,4157,4028,42,1740,1653,35,0,4028,4155,4026,4028,4155,4026,42,1611,34,4208,0,4158,4156,4157,4158,4156,4157,42,4208,2730,1611,0,4157,4159,4158,4157,4159,4158,42,32,1611,2730,0,4160,4158,4159,4160,4158,4159,42,2730,4208,33,0,4159,4157,4030,4159,4157,4030,42,4209,32,2730,0,4161,4160,4159,4161,4160,4159,42,2730,2808,4209,0,4159,4032,4161,4159,4032,4161,42,31,4209,2808,0,4034,4161,4032,4034,4161,4032,42,2808,2730,33,0,4032,4159,4030,4032,4159,4030,42,2906,32,4209,0,4162,4160,4161,4162,4160,4161,42,4209,2831,2906,0,4161,4163,4162,4161,4163,4162,42,30,2906,2831,0,4164,4162,4163,4164,4162,4163,42,2831,4209,31,0,4163,4161,4034,4163,4161,4034,42,4210,30,2831,0,4165,4164,4163,4165,4164,4163,42,2831,3013,4210,0,4163,4036,4165,4163,4036,4165,42,29,4210,3013,0,4038,4165,4036,4038,4165,4036,42,3013,2831,31,0,4036,4163,4034,4036,4163,4034,42,3133,30,4210,0,4166,4164,4165,4166,4164,4165,42,4210,3072,3133,0,4165,4167,4166,4165,4167,4166,42,28,3133,3072,0,4168,4166,4167,4168,4166,4167,42,3072,4210,29,0,4167,4165,4038,4167,4165,4038,42,4211,28,3072,0,4169,4168,4167,4169,4168,4167,42,3072,2984,4211,0,4167,4040,4169,4167,4040,4169,42,27,4211,2984,0,4042,4169,4040,4042,4169,4040,42,2984,3072,29,0,4040,4167,4038,4040,4167,4038,42,1392,28,4211,0,4170,4168,4169,4170,4168,4169,42,4211,1461,1392,0,4169,4171,4170,4169,4171,4170,42,26,1392,1461,0,4172,4170,4171,4172,4170,4171,42,1461,4211,27,0,4171,4169,4042,4171,4169,4042,42,1384,26,1461,0,4173,4172,4171,4173,4172,4171,42,1461,4212,1384,0,4171,4174,4173,4171,4174,4173,42,24,1384,4212,0,4175,4173,4174,4175,4173,4174,42,4212,1461,27,0,4174,4171,4042,4174,4171,4042,42,4212,27,1377,0,4174,4042,4044,4174,4042,4044,42,1377,1454,4212,0,4044,4176,4174,4044,4176,4174,42,24,4212,1454,0,4175,4174,4176,4175,4174,4176,42,1454,1377,25,0,4176,4044,4046,4176,4044,4046,42,4213,24,1454,0,4177,4175,4176,4177,4175,4176,42,1454,1369,4213,0,4176,4047,4177,4176,4047,4177,42,23,4213,1369,0,4049,4177,4047,4049,4177,4047,42,1369,1454,25,0,4047,4176,4046,4047,4176,4046,42,2002,24,4213,0,4178,4175,4177,4178,4175,4177,42,4213,1927,2002,0,4177,4179,4178,4177,4179,4178,42,22,2002,1927,0,4180,4178,4179,4180,4178,4179,42,1927,4213,23,0,4179,4177,4049,4179,4177,4049,42,1981,22,1927,0,4181,4180,4179,4181,4180,4179,42,1927,4214,1981,0,4179,4182,4181,4179,4182,4181,42,20,1981,4214,0,4183,4181,4182,4183,4181,4182,42,4214,1927,23,0,4182,4179,4049,4182,4179,4049,42,4214,23,2129,0,4182,4049,4052,4182,4049,4052,42,2129,1903,4214,0,4052,4184,4182,4052,4184,4182,42,20,4214,1903,0,4183,4182,4184,4183,4182,4184,42,1903,2129,21,0,4184,4052,4054,4184,4052,4054,42,4215,20,1903,0,4185,4183,4184,4185,4183,4184,42,1903,1317,4215,0,4184,4056,4185,4184,4056,4185,42,19,4215,1317,0,4058,4185,4056,4058,4185,4056,42,1317,1903,21,0,4056,4184,4054,4056,4184,4054,42,1520,20,4215,0,4186,4183,4185,4186,4183,4185,42,4215,1582,1520,0,4185,4187,4186,4185,4187,4186,42,18,1520,1582,0,4188,4186,4187,4188,4186,4187,42,1582,4215,19,0,4187,4185,4058,4187,4185,4058,42,4216,18,1582,0,4189,4188,4187,4189,4188,4187,42,1582,1539,4216,0,4187,4059,4189,4187,4059,4189,42,17,4216,1539,0,4061,4189,4059,4061,4189,4059,42,1539,1582,19,0,4059,4187,4058,4059,4187,4058,42,1280,18,4216,0,4190,4188,4189,4190,4188,4189,42,4216,1350,1280,0,4189,4191,4190,4189,4191,4190,42,16,1280,1350,0,4192,4190,4191,4192,4190,4191,42,1350,4216,17,0,4191,4189,4061,4191,4189,4061,42,4217,16,1350,0,4193,4192,4191,4193,4192,4191,42,1350,1234,4217,0,4191,4063,4193,4191,4063,4193,42,15,4217,1234,0,4065,4193,4063,4065,4193,4063,42,1234,1350,17,0,4063,4191,4061,4063,4191,4061,42,3111,16,4217,0,4194,4192,4193,4194,4192,4193,42,4217,3172,3111,0,4193,4195,4194,4193,4195,4194,42,14,3111,3172,0,4196,4194,4195,4196,4194,4195,42,3172,4217,15,0,4195,4193,4065,4195,4193,4065,42,4218,14,3172,0,4197,4196,4195,4197,4196,4195,42,3172,1164,4218,0,4195,4067,4197,4195,4067,4197,42,13,4218,1164,0,4069,4197,4067,4069,4197,4067,42,1164,3172,15,0,4067,4195,4065,4067,4195,4065,42,1301,14,4218,0,4198,4196,4197,4198,4196,4197,42,4218,1237,1301,0,4197,4199,4198,4197,4199,4198,42,12,1301,1237,0,4200,4198,4199,4200,4198,4199,42,1237,4218,13,0,4199,4197,4069,4199,4197,4069,42,1578,12,1237,0,4201,4200,4199,4201,4200,4199,42,1237,4219,1578,0,4199,4202,4201,4199,4202,4201,42,10,1578,4219,0,4203,4201,4202,4203,4201,4202,42,4219,1237,13,0,4202,4199,4069,4202,4199,4069,42,4219,13,1208,0,4202,4069,4072,4202,4069,4072,42,1208,1523,4219,0,4072,4204,4202,4072,4204,4202,42,10,4219,1523,0,4203,4202,4204,4203,4202,4204,42,1523,1208,11,0,4204,4072,4074,4204,4072,4074,42,4220,10,1523,0,4205,4203,4204,4205,4203,4204,42,1523,1108,4220,0,4204,4076,4205,4204,4076,4205,42,9,4220,1108,0,4078,4205,4076,4078,4205,4076,42,1108,1523,11,0,4076,4204,4074,4076,4204,4074,42,1112,10,4220,0,4206,4203,4205,4206,4203,4205,42,4220,1173,1112,0,4205,4207,4206,4205,4207,4206,42,8,1112,1173,0,4208,4206,4207,4208,4206,4207,42,1173,4220,9,0,4207,4205,4078,4207,4205,4078,42,1118,8,1173,0,4209,4208,4207,4209,4208,4207,42,1173,4221,1118,0,4207,4210,4209,4207,4210,4209,42,6,1118,4221,0,4211,4209,4210,4211,4209,4210,42,4221,1173,9,0,4210,4207,4078,4210,4207,4078,42,4221,9,1103,0,4210,4078,4080,4210,4078,4080,42,1103,1186,4221,0,4080,4212,4210,4080,4212,4210,42,6,4221,1186,0,4211,4210,4212,4211,4210,4212,42,1186,1103,7,0,4212,4080,4082,4212,4080,4082,42,4222,6,1186,0,4213,4211,4212,4213,4211,4212,42,1186,1130,4222,0,4212,4083,4213,4212,4083,4213,42,5,4222,1130,0,4085,4213,4083,4085,4213,4083,42,1130,1186,7,0,4083,4212,4082,4083,4212,4082,42,1156,6,4222,0,4214,4211,4213,4214,4211,4213,42,4222,1104,1156,0,4213,4215,4214,4213,4215,4214,42,4,1156,1104,0,4216,4214,4215,4216,4214,4215,42,1104,4222,5,0,4215,4213,4085,4215,4213,4085,42,4223,1,1139,0,4217,4090,4218,4217,4090,4218,42,1139,1342,4223,0,4218,4219,4217,4218,4219,4217,42,4,4223,1342,0,4216,4217,4219,4216,4217,4219,42,1139,0,1342,0,4218,4220,4219,4218,4220,4219,42,1474,1,4223,0,4088,4090,4217,4088,4090,4217,42,4223,1104,1474,0,4217,4215,4088,4217,4215,4088,42,5,1474,1104,0,4085,4088,4215,4085,4088,4215,42,1104,4223,4,0,4215,4217,4216,4215,4217,4216,42,4224,0,1139,0,4221,4220,4218,4221,4220,4218,42,1139,1129,4224,0,4218,4092,4221,4218,4092,4221,42,2,4224,1129,0,4094,4221,4092,4094,4221,4092,42,1129,1139,1,0,4092,4218,4090,4092,4218,4090,42,1279,0,4224,0,4222,4220,4221,4222,4220,4221,42,4224,1119,1279,0,4221,4223,4222,4221,4223,4222,42,3,1279,1119,0,4224,4222,4223,4224,4222,4223,42,1119,4224,2,0,4223,4221,4094,4223,4221,4094] + +} diff --git a/examples/obj/veyron/VeyronNoUv_bin.js b/examples/obj/veyron/VeyronNoUv_bin.js index 009ded3e..fbefb67d 100644 --- a/examples/obj/veyron/VeyronNoUv_bin.js +++ b/examples/obj/veyron/VeyronNoUv_bin.js @@ -1,27 +1,28 @@ -// Converted from: ../../examples/obj/veyron/VeyronNoUv.obj -// vertices: 36210 -// faces: 33034 -// materials: 8 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "VeyronNoUv.obj", + "generatedBy" : "OBJConverter", + "vertices" : 36210, + "faces" : 33034, + "normals" : 31827, + "uvs" : 0, + "materials" : 8 + }, "materials": [ { "DbgColor" : 15658734, "DbgIndex" : 0, "DbgName" : "08___Default", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.18823999999999999, 0.18823999999999999, 0.18823999999999999], - "colorSpecular" : [0.14824999999999999, 0.14824999999999999, 0.14824999999999999], + "colorDiffuse" : [0.18824, 0.18824, 0.18824], + "colorSpecular" : [0.14825, 0.14825, 0.14825], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 17.647059, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -29,12 +30,12 @@ var model = { "DbgIndex" : 1, "DbgName" : "03___Default", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.52703999999999995, 0.52703999999999995, 0.52703999999999995], - "colorSpecular" : [0.59999999999999998, 0.59999999999999998, 0.59999999999999998], + "colorDiffuse" : [0.52704, 0.52704, 0.52704], + "colorSpecular" : [0.6, 0.6, 0.6], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 37.254902, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -42,12 +43,12 @@ var model = { "DbgIndex" : 2, "DbgName" : "ColorBlack", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.21648000000000001, 0.21648000000000001, 0.21648000000000001], + "colorDiffuse" : [0.21648, 0.21648, 0.21648], "colorSpecular" : [0.75, 0.75, 0.75], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 56.862745, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -55,7 +56,7 @@ var model = { "DbgIndex" : 3, "DbgName" : "04___Default", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.54271999999999998, 0.57408000000000003, 0.58984000000000003], + "colorDiffuse" : [0.54272, 0.57408, 0.58984], "colorSpecular" : [0.75, 0.75, 0.75], "illumination" : 2, "opticalDensity" : 1.0, @@ -68,12 +69,12 @@ var model = { "DbgIndex" : 4, "DbgName" : "02___Default", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.48311999999999999, 0.0, 0.0], + "colorDiffuse" : [0.48312, 0.0, 0.0], "colorSpecular" : [0.75, 0.75, 0.75], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 56.862745, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -81,12 +82,12 @@ var model = { "DbgIndex" : 5, "DbgName" : "Aluminium", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.47055999999999998, 0.47055999999999998, 0.47055999999999998], - "colorSpecular" : [0.40000000000000002, 0.40000000000000002, 0.40000000000000002], + "colorDiffuse" : [0.47056, 0.47056, 0.47056], + "colorSpecular" : [0.4, 0.4, 0.4], "illumination" : 2, "opticalDensity" : 1.0, "specularCoef" : 17.647059, - "transparency" : 1.0 + "transparency" : 0.0 }, { @@ -94,7 +95,7 @@ var model = { "DbgIndex" : 6, "DbgName" : "glassRed", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.57408000000000003, 0.0, 0.0], + "colorDiffuse" : [0.57408, 0.0, 0.0], "colorSpecular" : [0.75, 0.75, 0.75], "illumination" : 2, "opticalDensity" : 1.0, @@ -107,7 +108,7 @@ var model = { "DbgIndex" : 7, "DbgName" : "glassOranje", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.80000000000000004, 0.49568000000000001, 0.1004], + "colorDiffuse" : [0.8, 0.49568, 0.1004], "colorSpecular" : [0.75, 0.75, 0.75], "illumination" : 2, "opticalDensity" : 1.0, @@ -117,7 +118,4 @@ var model = { "buffers": "VeyronNoUv_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/veyron/parts/veyron_body_bin.js b/examples/obj/veyron/parts/veyron_body_bin.js index 7d8dcab9..eac4d739 100644 --- a/examples/obj/veyron/parts/veyron_body_bin.js +++ b/examples/obj/veyron/parts/veyron_body_bin.js @@ -1,15 +1,16 @@ -// Converted from: veyron_body.obj -// vertices: 23013 -// faces: 21390 -// materials: 8 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "veyron_body.obj", + "generatedBy" : "OBJConverter", + "vertices" : 23013, + "faces" : 21390, + "normals" : 21175, + "uvs" : 0, + "materials" : 8 + }, "materials": [ { "DbgColor" : 15658734, @@ -117,7 +118,4 @@ var model = { "buffers": "veyron_body_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/veyron/parts/veyron_wheel_bin.js b/examples/obj/veyron/parts/veyron_wheel_bin.js index 0ba1089e..e0d1be59 100644 --- a/examples/obj/veyron/parts/veyron_wheel_bin.js +++ b/examples/obj/veyron/parts/veyron_wheel_bin.js @@ -1,15 +1,16 @@ -// Converted from: veyron_wheels.obj -// vertices: 3300 -// faces: 2907 -// materials: 2 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "veyron_wheel.obj", + "generatedBy" : "OBJConverter", + "vertices" : 3300, + "faces" : 2907, + "normals" : 3163, + "uvs" : 0, + "materials" : 2 + }, "materials": [ { "DbgColor" : 15658734, @@ -39,7 +40,4 @@ var model = { "buffers": "veyron_wheel_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/walt/WaltHead_bin.js b/examples/obj/walt/WaltHead_bin.js index d99434a7..607f5184 100644 --- a/examples/obj/walt/WaltHead_bin.js +++ b/examples/obj/walt/WaltHead_bin.js @@ -1,22 +1,23 @@ -// Converted from: ../../examples/obj/walt/WaltHead.obj -// vertices: 8146 -// faces: 16160 -// materials: 1 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "WaltHead.obj", + "generatedBy" : "OBJConverter", + "vertices" : 8146, + "faces" : 16160, + "normals" : 8146, + "uvs" : 0, + "materials" : 1 + }, "materials": [ { "DbgColor" : 15658734, "DbgIndex" : 0, "DbgName" : "lambert2SG.001", "colorAmbient" : [0.0, 0.0, 0.0], - "colorDiffuse" : [0.64000000000000001, 0.64000000000000001, 0.64000000000000001], + "colorDiffuse" : [0.64, 0.64, 0.64], "colorSpecular" : [0.25, 0.25, 0.25], "illumination" : 2, "opticalDensity" : 1.0, @@ -26,7 +27,4 @@ var model = { "buffers": "WaltHead_bin.bin" -}; - -postMessage( model ); -close(); +} diff --git a/examples/obj/walt/WaltHead_slim.js b/examples/obj/walt/WaltHead_slim.js index 03d4bb18..669355c5 100644 --- a/examples/obj/walt/WaltHead_slim.js +++ b/examples/obj/walt/WaltHead_slim.js @@ -1,18 +1,17 @@ -// Converted from: ../../examples/obj/walt/WaltHead.obj -// vertices: 8146 -// faces: 16160 -// normals: 8146 -// colors: 0 -// uvs: 0 -// materials: 1 -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 2, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "WaltHead.obj", + "generatedBy" : "OBJConverter", + "vertices" : 8146, + "faces" : 16160, + "normals" : 8146, + "colors" : 0, + "uvs" : 0, + "materials" : 1 + }, "scale" : 100.000000, @@ -43,7 +42,4 @@ var model = { "faces": [34,0,1,2,0,0,1,2,34,3,4,5,0,3,4,5,34,6,7,8,0,6,7,8,34,9,10,11,0,9,10,11,34,12,13,14,0,12,13,14,34,15,16,17,0,15,16,17,34,18,19,20,0,18,19,20,34,21,22,23,0,21,22,23,34,24,25,26,0,24,25,26,34,27,28,29,0,27,28,29,34,30,31,32,0,30,31,32,34,33,34,35,0,33,34,35,34,36,37,38,0,36,37,38,34,39,40,41,0,39,40,41,34,42,43,44,0,42,43,44,34,45,46,47,0,45,46,47,34,48,49,50,0,48,49,50,34,51,52,53,0,51,52,53,34,54,55,56,0,54,55,56,34,57,58,59,0,57,58,59,34,60,61,62,0,60,61,62,34,36,38,63,0,36,38,63,34,64,65,66,0,64,65,66,34,67,68,69,0,67,68,69,34,70,28,71,0,70,28,71,34,72,73,74,0,72,73,74,34,75,76,77,0,75,76,77,34,78,79,80,0,78,79,80,34,81,82,83,0,81,82,83,34,84,85,55,0,84,85,55,34,86,87,88,0,86,87,88,34,89,90,91,0,89,90,91,34,92,93,94,0,92,93,94,34,95,96,97,0,95,96,97,34,98,99,100,0,98,99,100,34,101,102,103,0,101,102,103,34,104,105,106,0,104,105,106,34,107,108,109,0,107,108,109,34,110,103,102,0,110,103,102,34,111,112,113,0,111,112,113,34,114,115,116,0,114,115,116,34,70,102,28,0,70,102,28,34,117,118,119,0,117,118,119,34,110,102,70,0,110,102,70,34,120,121,122,0,120,121,122,34,123,124,125,0,123,124,125,34,126,127,128,0,126,127,128,34,129,130,131,0,129,130,131,34,132,133,134,0,132,133,134,34,135,136,137,0,135,136,137,34,138,139,140,0,138,139,140,34,141,142,143,0,141,142,143,34,144,145,146,0,144,145,146,34,147,148,149,0,147,148,149,34,150,151,152,0,150,151,152,34,153,154,155,0,153,154,155,34,156,157,158,0,156,157,158,34,159,160,161,0,159,160,161,34,162,163,164,0,162,163,164,34,165,166,167,0,165,166,167,34,168,169,170,0,168,169,170,34,171,172,173,0,171,172,173,34,174,175,176,0,174,175,176,34,177,178,179,0,177,178,179,34,180,181,182,0,180,181,182,34,183,184,185,0,183,184,185,34,186,187,188,0,186,187,188,34,189,190,191,0,189,190,191,34,192,193,194,0,192,193,194,34,195,196,197,0,195,196,197,34,198,199,200,0,198,199,200,34,201,202,203,0,201,202,203,34,204,205,206,0,204,205,206,34,207,208,209,0,207,208,209,34,210,211,212,0,210,211,212,34,213,214,215,0,213,214,215,34,216,217,218,0,216,217,218,34,219,220,221,0,219,220,221,34,222,223,224,0,222,223,224,34,225,226,227,0,225,226,227,34,228,229,230,0,228,229,230,34,231,232,233,0,231,232,233,34,234,235,236,0,234,235,236,34,237,238,239,0,237,238,239,34,240,241,242,0,240,241,242,34,243,244,245,0,243,244,245,34,246,247,248,0,246,247,248,34,249,250,251,0,249,250,251,34,252,253,254,0,252,253,254,34,255,241,256,0,255,241,256,34,257,258,259,0,257,258,259,34,260,261,262,0,260,261,262,34,263,264,265,0,263,264,265,34,257,266,258,0,257,266,258,34,240,256,241,0,240,256,241,34,267,268,269,0,267,268,269,34,270,271,272,0,270,271,272,34,273,274,275,0,273,274,275,34,276,277,278,0,276,277,278,34,279,280,281,0,279,280,281,34,282,283,284,0,282,283,284,34,285,286,287,0,285,286,287,34,288,289,290,0,288,289,290,34,291,292,293,0,291,292,293,34,294,295,296,0,294,295,296,34,182,181,297,0,182,181,297,34,298,299,242,0,298,299,242,34,300,301,302,0,300,301,302,34,303,304,305,0,303,304,305,34,306,307,308,0,306,307,308,34,309,310,311,0,309,310,311,34,312,313,314,0,312,313,314,34,315,316,317,0,315,316,317,34,318,319,320,0,318,319,320,34,321,322,323,0,321,322,323,34,324,325,326,0,324,325,326,34,299,240,242,0,299,240,242,34,327,328,329,0,327,328,329,34,330,331,332,0,330,331,332,34,333,334,335,0,333,334,335,34,336,337,338,0,336,337,338,34,339,340,341,0,339,340,341,34,342,343,344,0,342,343,344,34,345,346,347,0,345,346,347,34,348,349,350,0,348,349,350,34,351,352,353,0,351,352,353,34,354,355,356,0,354,355,356,34,357,358,359,0,357,358,359,34,360,361,362,0,360,361,362,34,363,364,365,0,363,364,365,34,366,367,368,0,366,367,368,34,369,370,371,0,369,370,371,34,52,372,373,0,52,372,373,34,374,375,376,0,374,375,376,34,306,377,307,0,306,377,307,34,378,379,380,0,378,379,380,34,381,382,18,0,381,382,18,34,383,384,385,0,383,384,385,34,386,387,388,0,386,387,388,34,389,390,391,0,389,390,391,34,392,393,394,0,392,393,394,34,395,396,397,0,395,396,397,34,398,399,400,0,398,399,400,34,401,402,403,0,401,402,403,34,404,405,406,0,404,405,406,34,407,408,409,0,407,408,409,34,410,411,412,0,410,411,412,34,413,414,415,0,413,414,415,34,416,417,418,0,416,417,418,34,419,420,421,0,419,420,421,34,422,423,424,0,422,423,424,34,425,426,427,0,425,426,427,34,428,429,430,0,428,429,430,34,431,432,433,0,431,432,433,34,434,435,436,0,434,435,436,34,437,438,439,0,437,438,439,34,440,441,442,0,440,441,442,34,374,376,242,0,374,376,242,34,443,444,445,0,443,444,445,34,431,446,447,0,431,446,447,34,448,449,450,0,448,449,450,34,451,452,453,0,451,452,453,34,454,455,398,0,454,455,398,34,456,457,458,0,456,457,458,34,459,460,461,0,459,460,461,34,462,463,464,0,462,463,464,34,465,466,467,0,465,466,467,34,255,468,241,0,255,468,241,34,469,470,471,0,469,470,471,34,472,473,474,0,472,473,474,34,475,476,477,0,475,476,477,34,478,479,480,0,478,479,480,34,481,482,33,0,481,482,33,34,483,484,485,0,483,484,485,34,486,487,488,0,486,487,488,34,489,465,490,0,489,465,490,34,491,492,493,0,491,492,493,34,494,495,496,0,494,495,496,34,497,498,499,0,497,498,499,34,245,500,501,0,245,500,501,34,502,503,504,0,502,503,504,34,505,506,507,0,505,506,507,34,374,242,241,0,374,242,241,34,508,509,510,0,508,509,510,34,511,512,513,0,511,512,513,34,374,241,468,0,374,241,468,34,514,515,516,0,514,515,516,34,517,518,519,0,517,518,519,34,520,521,522,0,520,521,522,34,523,524,525,0,523,524,525,34,526,527,528,0,526,527,528,34,529,530,245,0,529,530,245,34,531,532,533,0,531,532,533,34,534,535,536,0,534,535,536,34,537,538,539,0,537,538,539,34,540,541,542,0,540,541,542,34,543,544,545,0,543,544,545,34,546,547,548,0,546,547,548,34,549,550,551,0,549,550,551,34,552,553,554,0,552,553,554,34,555,544,543,0,555,544,543,34,556,557,558,0,556,557,558,34,559,560,561,0,559,560,561,34,562,563,564,0,562,563,564,34,565,566,567,0,565,566,567,34,568,569,570,0,568,569,570,34,571,572,573,0,571,572,573,34,574,575,565,0,574,575,565,34,576,577,578,0,576,577,578,34,579,580,581,0,579,580,581,34,582,583,584,0,582,583,584,34,585,586,587,0,585,586,587,34,588,589,590,0,588,589,590,34,591,592,593,0,591,592,593,34,594,595,596,0,594,595,596,34,597,598,599,0,597,598,599,34,600,601,602,0,600,601,602,34,603,604,605,0,603,604,605,34,606,543,545,0,606,543,545,34,607,608,609,0,607,608,609,34,610,611,612,0,610,611,612,34,613,614,615,0,613,614,615,34,616,617,618,0,616,617,618,34,619,620,621,0,619,620,621,34,120,622,121,0,120,622,121,34,623,624,625,0,623,624,625,34,626,627,628,0,626,627,628,34,629,630,631,0,629,630,631,34,632,633,634,0,632,633,634,34,635,636,637,0,635,636,637,34,638,639,640,0,638,639,640,34,641,642,138,0,641,642,138,34,597,643,598,0,597,643,598,34,606,545,644,0,606,545,644,34,645,646,647,0,645,646,647,34,648,649,650,0,648,649,650,34,651,652,653,0,651,652,653,34,654,655,656,0,654,655,656,34,549,657,550,0,549,657,550,34,658,659,660,0,658,659,660,34,661,662,663,0,661,662,663,34,664,665,666,0,664,665,666,34,644,545,667,0,644,545,667,34,644,667,668,0,644,667,668,34,669,670,671,0,669,670,671,34,672,673,674,0,672,673,674,34,675,676,677,0,675,676,677,34,678,679,680,0,678,679,680,34,607,681,608,0,607,681,608,34,682,683,684,0,682,683,684,34,685,686,687,0,685,686,687,34,688,689,690,0,688,689,690,34,691,692,693,0,691,692,693,34,694,695,696,0,694,695,696,34,0,697,698,0,0,697,698,34,699,700,701,0,699,700,701,34,702,624,703,0,702,624,703,34,704,383,705,0,704,383,705,34,706,707,581,0,706,707,581,34,708,709,710,0,708,709,710,34,711,441,712,0,711,441,712,34,713,714,715,0,713,714,715,34,697,716,717,0,697,716,717,34,718,719,720,0,718,719,720,34,721,722,723,0,721,722,723,34,724,725,726,0,724,725,726,34,727,728,729,0,727,728,729,34,730,731,732,0,730,731,732,34,733,734,735,0,733,734,735,34,236,736,737,0,236,736,737,34,738,739,740,0,738,739,740,34,741,742,743,0,741,742,743,34,744,745,746,0,744,745,746,34,747,748,749,0,747,748,749,34,750,751,752,0,750,751,752,34,753,754,755,0,753,754,755,34,756,757,758,0,756,757,758,34,759,760,761,0,759,760,761,34,762,763,764,0,762,763,764,34,765,741,743,0,765,741,743,34,766,767,768,0,766,767,768,34,769,770,771,0,769,770,771,34,772,773,774,0,772,773,774,34,775,776,777,0,775,776,777,34,778,779,780,0,778,779,780,34,190,781,782,0,190,781,782,34,783,784,785,0,783,784,785,34,786,787,788,0,786,787,788,34,789,790,188,0,789,790,188,34,791,792,793,0,791,792,793,34,794,795,796,0,794,795,796,34,797,798,799,0,797,798,799,34,800,801,802,0,800,801,802,34,803,804,805,0,803,804,805,34,806,807,808,0,806,807,808,34,809,810,811,0,809,810,811,34,812,813,814,0,812,813,814,34,815,816,817,0,815,816,817,34,742,741,543,0,742,741,543,34,818,819,820,0,818,819,820,34,821,822,823,0,821,822,823,34,824,825,826,0,824,825,826,34,827,828,829,0,827,828,829,34,830,831,832,0,830,831,832,34,390,833,391,0,390,833,391,34,834,835,557,0,834,835,557,34,836,837,838,0,836,837,838,34,839,840,841,0,839,840,841,34,842,843,844,0,842,843,844,34,741,555,543,0,741,555,543,34,845,846,847,0,845,846,847,34,848,849,850,0,848,849,850,34,851,852,853,0,851,852,853,34,854,855,856,0,854,855,856,34,857,858,859,0,857,858,859,34,860,861,862,0,860,861,862,34,863,864,865,0,863,864,865,34,866,867,868,0,866,867,868,34,869,870,871,0,869,870,871,34,872,873,874,0,872,873,874,34,875,866,868,0,875,866,868,34,876,687,877,0,876,687,877,34,878,879,880,0,878,879,880,34,881,882,883,0,881,882,883,34,884,885,886,0,884,885,886,34,887,888,889,0,887,888,889,34,890,761,891,0,890,761,891,34,892,893,894,0,892,893,894,34,895,896,897,0,895,896,897,34,898,899,900,0,898,899,900,34,901,902,903,0,901,902,903,34,904,905,906,0,904,905,906,34,907,908,909,0,907,908,909,34,910,911,912,0,910,911,912,34,913,914,915,0,913,914,915,34,916,917,918,0,916,917,918,34,919,920,921,0,919,920,921,34,726,922,923,0,726,922,923,34,924,925,926,0,924,925,926,34,927,928,929,0,927,928,929,34,930,931,932,0,930,931,932,34,933,934,935,0,933,934,935,34,936,937,938,0,936,937,938,34,939,940,941,0,939,940,941,34,942,943,944,0,942,943,944,34,945,946,947,0,945,946,947,34,948,908,907,0,948,908,907,34,949,309,950,0,949,309,950,34,951,952,953,0,951,952,953,34,954,955,956,0,954,955,956,34,957,958,959,0,957,958,959,34,960,961,962,0,960,961,962,34,963,964,965,0,963,964,965,34,966,967,968,0,966,967,968,34,969,970,971,0,969,970,971,34,972,866,973,0,972,866,973,34,974,975,976,0,974,975,976,34,622,120,977,0,622,120,977,34,978,979,170,0,978,979,170,34,980,981,982,0,980,981,982,34,983,984,985,0,983,984,985,34,986,987,230,0,986,987,230,34,988,989,802,0,988,989,802,34,990,161,160,0,990,161,160,34,991,992,993,0,991,992,993,34,264,994,995,0,264,994,995,34,996,997,998,0,996,997,998,34,999,1000,1001,0,999,1000,1001,34,1002,1003,333,0,1002,1003,333,34,1004,1005,693,0,1004,1005,693,34,1006,1007,1008,0,1006,1007,1008,34,1009,1010,1011,0,1009,1010,1011,34,1012,1013,1014,0,1012,1013,1014,34,1015,1016,930,0,1015,1016,930,34,1017,1018,1019,0,1017,1018,1019,34,1020,1021,1022,0,1020,1021,1022,34,119,1023,1024,0,119,1023,1024,34,1025,1026,1027,0,1025,1026,1027,34,1028,1029,1030,0,1028,1029,1030,34,1031,1032,1033,0,1031,1032,1033,34,1034,1035,1036,0,1034,1035,1036,34,167,1037,1038,0,167,1037,1038,34,1039,1040,1041,0,1039,1040,1041,34,532,1042,1043,0,532,1042,1043,34,1044,751,1045,0,1044,751,1045,34,1046,1047,1048,0,1046,1047,1048,34,316,1049,1050,0,316,1049,1050,34,1051,1052,1053,0,1051,1052,1053,34,1054,1055,1056,0,1054,1055,1056,34,1057,1058,1059,0,1057,1058,1059,34,1060,1061,1030,0,1060,1061,1030,34,1062,1063,1064,0,1062,1063,1064,34,1065,1066,1067,0,1065,1066,1067,34,231,233,1068,0,231,233,1068,34,1069,1070,1071,0,1069,1070,1071,34,1072,1073,1074,0,1072,1073,1074,34,1030,1029,1060,0,1030,1029,1060,34,1075,1076,1077,0,1075,1076,1077,34,1078,1079,1080,0,1078,1079,1080,34,437,1081,438,0,437,1081,438,34,1082,1083,1084,0,1082,1083,1084,34,1085,1086,1087,0,1085,1086,1087,34,1088,1089,1090,0,1088,1089,1090,34,220,1091,221,0,220,1091,221,34,8,1092,6,0,8,1092,6,34,1093,1094,1095,0,1093,1094,1095,34,1096,1097,1098,0,1096,1097,1098,34,93,1099,1100,0,93,1099,1100,34,1101,824,826,0,1101,824,826,34,1102,1103,1104,0,1102,1103,1104,34,1105,1106,1107,0,1105,1106,1107,34,1108,1109,1110,0,1108,1109,1110,34,1111,1112,1113,0,1111,1112,1113,34,1114,1115,1116,0,1114,1115,1116,34,1117,1118,1119,0,1117,1118,1119,34,1120,1121,1122,0,1120,1121,1122,34,1123,1029,1028,0,1123,1029,1028,34,1124,1125,1126,0,1124,1125,1126,34,1012,1127,1128,0,1012,1127,1128,34,1129,1130,1131,0,1129,1130,1131,34,1132,1123,1028,0,1132,1123,1028,34,1133,1134,1135,0,1133,1134,1135,34,1136,1137,1138,0,1136,1137,1138,34,1139,1140,1141,0,1139,1140,1141,34,1142,1143,1144,0,1142,1143,1144,34,1145,1146,676,0,1145,1146,676,34,219,1147,1148,0,219,1147,1148,34,1123,1132,1149,0,1123,1132,1149,34,1150,1151,1152,0,1150,1151,1152,34,1153,1154,1155,0,1153,1154,1155,34,1156,1157,1158,0,1156,1157,1158,34,1159,1160,1161,0,1159,1160,1161,34,1162,1163,1164,0,1162,1163,1164,34,1165,1114,1116,0,1165,1114,1116,34,1166,1167,232,0,1166,1167,232,34,1168,1169,1170,0,1168,1169,1170,34,1171,1172,1173,0,1171,1172,1173,34,1174,1175,1176,0,1174,1175,1176,34,260,1177,261,0,260,1177,261,34,1178,1179,1180,0,1178,1179,1180,34,1181,1136,1182,0,1181,1136,1182,34,1183,1184,258,0,1183,1184,258,34,1185,992,1186,0,1185,992,1186,34,1187,927,1188,0,1187,927,1188,34,1189,1190,1191,0,1189,1190,1191,34,1192,1193,1194,0,1192,1193,1194,34,1195,1196,1197,0,1195,1196,1197,34,1198,728,1199,0,1198,728,1199,34,1200,1201,1202,0,1200,1201,1202,34,1203,1204,1205,0,1203,1204,1205,34,1206,1207,1208,0,1206,1207,1208,34,1209,1172,1171,0,1209,1172,1171,34,1210,1211,518,0,1210,1211,518,34,1212,1064,1063,0,1212,1064,1063,34,993,1213,472,0,993,1213,472,34,1214,1215,1216,0,1214,1215,1216,34,1217,1218,1219,0,1217,1218,1219,34,1220,1123,1221,0,1220,1123,1221,34,1222,1223,1224,0,1222,1223,1224,34,1225,1226,1227,0,1225,1226,1227,34,1228,1229,1230,0,1228,1229,1230,34,1231,1232,1233,0,1231,1232,1233,34,1234,1235,1236,0,1234,1235,1236,34,1237,1238,35,0,1237,1238,35,34,933,935,1239,0,933,935,1239,34,991,1240,992,0,991,1240,992,34,1241,1242,1243,0,1241,1242,1243,34,1221,1149,1244,0,1221,1149,1244,34,1245,1246,1247,0,1245,1246,1247,34,1123,1149,1221,0,1123,1149,1221,34,1248,1249,1250,0,1248,1249,1250,34,1251,758,1252,0,1251,758,1252,34,1253,1254,1255,0,1253,1254,1255,34,1256,171,1257,0,1256,171,1257,34,1029,1220,1060,0,1029,1220,1060,34,1258,1259,1260,0,1258,1259,1260,34,1261,1262,1228,0,1261,1262,1228,34,1263,1264,1265,0,1263,1264,1265,34,1266,820,1267,0,1266,820,1267,34,1268,1269,1270,0,1268,1269,1270,34,1271,1272,1257,0,1271,1272,1257,34,1273,1274,1275,0,1273,1274,1275,34,1276,1277,1278,0,1276,1277,1278,34,1060,1220,1279,0,1060,1220,1279,34,1280,1281,1282,0,1280,1281,1282,34,1283,1284,1285,0,1283,1284,1285,34,1286,1287,1288,0,1286,1287,1288,34,1289,1290,1291,0,1289,1290,1291,34,1292,1293,1294,0,1292,1293,1294,34,21,1157,1156,0,21,1157,1156,34,1295,1296,1297,0,1295,1296,1297,34,1298,1299,1300,0,1298,1299,1300,34,1301,1302,1303,0,1301,1302,1303,34,1304,1305,141,0,1304,1305,141,34,1306,1307,1308,0,1306,1307,1308,34,1309,1310,1311,0,1309,1310,1311,34,1312,1313,1314,0,1312,1313,1314,34,1315,1316,1317,0,1315,1316,1317,34,1123,1220,1029,0,1123,1220,1029,34,1318,1319,1320,0,1318,1319,1320,34,1321,586,314,0,1321,586,314,34,1322,1045,1323,0,1322,1045,1323,34,1324,1325,893,0,1324,1325,893,34,1326,1175,1327,0,1326,1175,1327,34,1328,1329,1330,0,1328,1329,1330,34,1331,1332,698,0,1331,1332,698,34,1333,1334,1335,0,1333,1334,1335,34,1102,1104,1336,0,1102,1104,1336,34,1337,1338,1339,0,1337,1338,1339,34,1340,1341,1279,0,1340,1341,1279,34,1342,1242,1343,0,1342,1242,1343,34,1344,1345,1346,0,1344,1345,1346,34,1347,1348,1349,0,1347,1348,1349,34,1350,1351,1352,0,1350,1351,1352,34,1353,1354,1355,0,1353,1354,1355,34,1356,1357,1358,0,1356,1357,1358,34,1359,1360,1361,0,1359,1360,1361,34,1362,1363,1364,0,1362,1363,1364,34,1365,1366,1367,0,1365,1366,1367,34,1368,1369,1370,0,1368,1369,1370,34,1371,1372,1373,0,1371,1372,1373,34,1374,1375,1376,0,1374,1375,1376,34,1377,1378,1379,0,1377,1378,1379,34,257,259,1380,0,257,259,1380,34,1381,1382,1383,0,1381,1382,1383,34,1384,1155,1385,0,1384,1155,1385,34,1386,757,756,0,1386,757,756,34,1387,301,1388,0,1387,301,1388,34,869,1389,1390,0,869,1389,1390,34,1391,1392,1393,0,1391,1392,1393,34,1394,1395,911,0,1394,1395,911,34,1396,1397,1398,0,1396,1397,1398,34,1340,1279,1220,0,1340,1279,1220,34,1399,1400,1401,0,1399,1400,1401,34,1402,1403,96,0,1402,1403,96,34,1404,1309,1405,0,1404,1309,1405,34,1406,1407,1408,0,1406,1407,1408,34,1409,1410,1411,0,1409,1410,1411,34,1412,1413,1414,0,1412,1413,1414,34,1415,1416,1417,0,1415,1416,1417,34,1418,1419,1420,0,1418,1419,1420,34,776,1421,1422,0,776,1421,1422,34,1423,1424,1425,0,1423,1424,1425,34,1426,1427,1181,0,1426,1427,1181,34,1428,1429,1430,0,1428,1429,1430,34,996,1431,997,0,996,1431,997,34,1432,1433,1434,0,1432,1433,1434,34,1435,1436,1437,0,1435,1436,1437,34,1438,1439,1069,0,1438,1439,1069,34,1440,1441,1442,0,1440,1441,1442,34,1443,1444,1445,0,1443,1444,1445,34,1446,1447,1448,0,1446,1447,1448,34,1449,1450,1451,0,1449,1450,1451,34,1220,1221,1340,0,1220,1221,1340,34,1452,1453,1454,0,1452,1453,1454,34,1364,1455,1456,0,1364,1455,1456,34,1457,1458,1459,0,1457,1458,1459,34,1460,1461,1462,0,1460,1461,1462,34,1463,1464,1465,0,1463,1464,1465,34,204,206,1466,0,204,206,1466,34,1467,234,1468,0,1467,234,1468,34,1469,1470,1471,0,1469,1470,1471,34,1340,1221,1472,0,1340,1221,1472,34,1473,133,1474,0,1473,133,1474,34,1475,1476,1477,0,1475,1476,1477,34,1004,693,1478,0,1004,693,1478,34,1479,1480,1481,0,1479,1480,1481,34,1482,913,1483,0,1482,913,1483,34,1484,1485,1486,0,1484,1485,1486,34,1241,1487,1488,0,1241,1487,1488,34,1489,1490,1491,0,1489,1490,1491,34,389,1492,390,0,389,1492,390,34,1493,1494,1495,0,1493,1494,1495,34,1496,1497,1317,0,1496,1497,1317,34,1498,1499,1500,0,1498,1499,1500,34,1501,1502,1503,0,1501,1502,1503,34,1504,1505,1506,0,1504,1505,1506,34,1381,1383,1507,0,1381,1383,1507,34,1508,1509,1510,0,1508,1509,1510,34,1511,1512,1513,0,1511,1512,1513,34,1514,1515,1516,0,1514,1515,1516,34,1517,1518,1519,0,1517,1518,1519,34,1218,1096,1098,0,1218,1096,1098,34,1520,1521,1522,0,1520,1521,1522,34,256,1494,1493,0,256,1494,1493,34,780,779,837,0,780,779,837,34,1218,1098,1219,0,1218,1098,1219,34,1523,1524,1525,0,1523,1524,1525,34,1526,453,1527,0,1526,453,1527,34,1528,1529,1530,0,1528,1529,1530,34,171,1531,1257,0,171,1531,1257,34,1532,1121,1533,0,1532,1121,1533,34,1534,255,1493,0,1534,255,1493,34,1535,1536,1537,0,1535,1536,1537,34,1538,1539,1540,0,1538,1539,1540,34,1541,1542,1543,0,1541,1542,1543,34,1288,1287,1544,0,1288,1287,1544,34,1545,1546,1547,0,1545,1546,1547,34,1548,325,1549,0,1548,325,1549,34,1550,1087,1551,0,1550,1087,1551,34,1552,1553,1554,0,1552,1553,1554,34,1555,1556,1557,0,1555,1556,1557,34,3,1558,408,0,3,1558,408,34,606,742,543,0,606,742,543,34,1559,1560,1561,0,1559,1560,1561,34,1562,1563,1558,0,1562,1563,1558,34,1564,1565,1566,0,1564,1565,1566,34,279,124,1567,0,279,124,1567,34,1568,1569,1570,0,1568,1569,1570,34,1571,1572,1573,0,1571,1572,1573,34,1574,1575,1576,0,1574,1575,1576,34,1577,1578,1579,0,1577,1578,1579,34,1580,1581,1582,0,1580,1581,1582,34,1583,1584,1585,0,1583,1584,1585,34,1586,1587,1588,0,1586,1587,1588,34,1589,1590,1591,0,1589,1590,1591,34,1592,1380,1529,0,1592,1380,1529,34,1593,1594,1207,0,1593,1594,1207,34,1595,1596,1597,0,1595,1596,1597,34,1598,1599,1600,0,1598,1599,1600,34,1601,1602,1519,0,1601,1602,1519,34,1494,256,742,0,1494,256,742,34,1603,1604,208,0,1603,1604,208,34,1605,1606,1607,0,1605,1606,1607,34,1608,1609,1610,0,1608,1609,1610,34,1611,1612,1613,0,1611,1612,1613,34,1316,1614,1615,0,1316,1614,1615,34,1616,1617,1618,0,1616,1617,1618,34,1619,1620,1621,0,1619,1620,1621,34,1622,1623,1624,0,1622,1623,1624,34,1625,1626,1627,0,1625,1626,1627,34,606,1494,742,0,606,1494,742,34,240,743,256,0,240,743,256,34,1628,1629,1630,0,1628,1629,1630,34,75,1631,1632,0,75,1631,1632,34,1633,1634,1635,0,1633,1634,1635,34,1636,1637,1638,0,1636,1637,1638,34,1639,1640,1641,0,1639,1640,1641,34,1642,1643,720,0,1642,1643,720,34,1644,1645,1056,0,1644,1645,1056,34,1646,1647,1648,0,1646,1647,1648,34,1649,1650,1651,0,1649,1650,1651,34,1652,1653,1654,0,1652,1653,1654,34,1655,1656,1657,0,1655,1656,1657,34,1658,1659,1660,0,1658,1659,1660,34,1661,113,513,0,1661,113,513,34,186,1662,1663,0,186,1662,1663,34,146,106,1664,0,146,106,1664,34,1665,1666,1667,0,1665,1666,1667,34,1668,1656,1655,0,1668,1656,1655,34,1669,1670,1671,0,1669,1670,1671,34,1404,1672,1673,0,1404,1672,1673,34,1674,1675,1676,0,1674,1675,1676,34,1677,663,662,0,1677,663,662,34,1678,1679,1680,0,1678,1679,1680,34,1681,1682,1683,0,1681,1682,1683,34,1684,1685,1686,0,1684,1685,1686,34,965,964,1687,0,965,964,1687,34,1688,1689,1690,0,1688,1689,1690,34,1691,1692,1693,0,1691,1692,1693,34,1694,1695,1696,0,1694,1695,1696,34,1697,1698,1699,0,1697,1698,1699,34,1700,415,414,0,1700,415,414,34,743,742,256,0,743,742,256,34,1701,1702,1703,0,1701,1702,1703,34,1704,1705,1706,0,1704,1705,1706,34,1707,1708,1709,0,1707,1708,1709,34,1710,1711,669,0,1710,1711,669,34,1712,1713,1714,0,1712,1713,1714,34,1178,1180,1715,0,1178,1180,1715,34,1716,1717,1718,0,1716,1717,1718,34,1719,1720,1721,0,1719,1720,1721,34,1722,1723,1724,0,1722,1723,1724,34,1725,1726,1727,0,1725,1726,1727,34,1728,1729,1730,0,1728,1729,1730,34,1731,1732,1733,0,1731,1732,1733,34,1734,1735,1082,0,1734,1735,1082,34,1736,1737,1738,0,1736,1737,1738,34,1739,1740,1741,0,1739,1740,1741,34,1742,1743,1744,0,1742,1743,1744,34,256,1493,255,0,256,1493,255,34,1665,1667,1745,0,1665,1667,1745,34,1746,1747,1321,0,1746,1747,1321,34,478,480,1748,0,478,480,1748,34,1749,1750,1751,0,1749,1750,1751,34,1752,1753,1754,0,1752,1753,1754,34,150,1755,1756,0,150,1755,1756,34,1757,1507,1758,0,1757,1507,1758,34,1759,1760,1025,0,1759,1760,1025,34,1761,350,349,0,1761,350,349,34,345,1762,1763,0,345,1762,1763,34,1327,1764,1765,0,1327,1764,1765,34,1710,1766,1767,0,1710,1766,1767,34,1768,970,1769,0,1768,970,1769,34,1647,1770,1771,0,1647,1770,1771,34,1772,1773,1774,0,1772,1773,1774,34,1775,1776,1777,0,1775,1776,1777,34,1778,1779,1780,0,1778,1779,1780,34,1781,1782,1783,0,1781,1782,1783,34,1784,1785,1786,0,1784,1785,1786,34,1787,1788,1789,0,1787,1788,1789,34,93,1790,1099,0,93,1790,1099,34,1791,1792,1793,0,1791,1792,1793,34,1569,1794,1795,0,1569,1794,1795,34,1796,1797,1798,0,1796,1797,1798,34,1799,1677,1800,0,1799,1677,1800,34,1801,1802,1803,0,1801,1802,1803,34,1804,1805,1806,0,1804,1805,1806,34,603,1807,604,0,603,1807,604,34,1762,1808,1809,0,1762,1808,1809,34,29,545,544,0,29,545,544,34,1810,1811,1812,0,1810,1811,1812,34,99,1813,100,0,99,1813,100,34,1814,1815,1816,0,1814,1815,1816,34,1817,1818,1819,0,1817,1818,1819,34,1820,1821,1822,0,1820,1821,1822,34,1823,1236,1235,0,1823,1236,1235,34,15,1824,1825,0,15,1824,1825,34,424,334,1826,0,424,334,1826,34,1464,1827,1465,0,1464,1827,1465,34,1828,1829,1830,0,1828,1829,1830,34,1831,1832,1833,0,1831,1832,1833,34,1834,1835,420,0,1834,1835,420,34,1091,1836,1837,0,1091,1836,1837,34,544,555,29,0,544,555,29,34,1838,1839,1840,0,1838,1839,1840,34,555,27,29,0,555,27,29,34,1841,1842,1843,0,1841,1842,1843,34,1844,1845,1846,0,1844,1845,1846,34,1847,961,1387,0,1847,961,1387,34,1848,1849,1850,0,1848,1849,1850,34,545,1851,667,0,545,1851,667,34,1852,1853,1854,0,1852,1853,1854,34,685,687,876,0,685,687,876,34,1855,1856,1857,0,1855,1856,1857,34,1858,1859,1860,0,1858,1859,1860,34,1861,1862,1863,0,1861,1862,1863,34,1864,1865,1866,0,1864,1865,1866,34,1867,1868,1869,0,1867,1868,1869,34,1870,1871,1872,0,1870,1871,1872,34,1873,1,1874,0,1873,1,1874,34,1732,1875,1876,0,1732,1875,1876,34,1877,1878,1879,0,1877,1878,1879,34,102,101,1851,0,102,101,1851,34,28,102,29,0,28,102,29,34,1880,1881,1882,0,1880,1881,1882,34,102,1851,29,0,102,1851,29,34,428,430,1883,0,428,430,1883,34,1884,1885,1886,0,1884,1885,1886,34,1887,1888,1889,0,1887,1888,1889,34,1890,1045,1891,0,1890,1045,1891,34,1892,1893,1894,0,1892,1893,1894,34,1895,1896,1897,0,1895,1896,1897,34,1898,1899,1900,0,1898,1899,1900,34,1901,1902,1903,0,1901,1902,1903,34,1904,1905,1906,0,1904,1905,1906,34,1433,1907,1434,0,1433,1907,1434,34,1851,545,29,0,1851,545,29,34,1908,1576,1909,0,1908,1576,1909,34,416,1259,1910,0,416,1259,1910,34,1720,1911,1912,0,1720,1911,1912,34,1913,1914,1915,0,1913,1914,1915,34,1443,1894,1916,0,1443,1894,1916,34,1917,1918,1919,0,1917,1918,1919,34,1920,1161,1921,0,1920,1161,1921,34,27,555,741,0,27,555,741,34,1922,1923,1924,0,1922,1923,1924,34,1925,1926,1927,0,1925,1926,1927,34,608,681,1928,0,608,681,1928,34,1929,1930,1931,0,1929,1930,1931,34,1932,1933,1934,0,1932,1933,1934,34,982,1935,207,0,982,1935,207,34,1936,1937,1822,0,1936,1937,1822,34,1938,1939,1940,0,1938,1939,1940,34,344,1941,342,0,344,1941,342,34,1942,1943,1944,0,1942,1943,1944,34,1945,1946,1947,0,1945,1946,1947,34,1948,462,464,0,1948,462,464,34,1949,1950,491,0,1949,1950,491,34,1951,1952,1953,0,1951,1952,1953,34,1954,1955,1956,0,1954,1955,1956,34,1957,1958,933,0,1957,1958,933,34,1959,1960,1961,0,1959,1960,1961,34,1962,27,741,0,1962,27,741,34,237,239,1963,0,237,239,1963,34,370,1964,371,0,370,1964,371,34,1965,1716,502,0,1965,1716,502,34,1966,1967,1968,0,1966,1967,1968,34,1969,1970,1971,0,1969,1970,1971,34,75,1632,76,0,75,1632,76,34,1369,604,1972,0,1369,604,1972,34,1973,1974,1975,0,1973,1974,1975,34,1976,143,142,0,1976,143,142,34,1977,213,1226,0,1977,213,1226,34,1701,1978,1979,0,1701,1978,1979,34,1962,765,1980,0,1962,765,1980,34,1981,1982,1983,0,1981,1982,1983,34,1984,1985,1986,0,1984,1985,1986,34,1987,789,1988,0,1987,789,1988,34,1989,1990,1991,0,1989,1990,1991,34,1992,1993,76,0,1992,1993,76,34,1994,1995,1996,0,1994,1995,1996,34,1545,1997,1998,0,1545,1997,1998,34,1679,1999,2000,0,1679,1999,2000,34,2001,2002,2003,0,2001,2002,2003,34,2004,2005,2006,0,2004,2005,2006,34,1962,741,765,0,1962,741,765,34,2007,2008,2009,0,2007,2008,2009,34,2010,2011,2012,0,2010,2011,2012,34,2013,2014,2015,0,2013,2014,2015,34,2016,2017,2018,0,2016,2017,2018,34,2019,2020,2021,0,2019,2020,2021,34,1177,2022,2023,0,1177,2022,2023,34,2024,1144,1960,0,2024,1144,1960,34,2025,2026,2027,0,2025,2026,2027,34,2028,2029,2030,0,2028,2029,2030,34,2031,2032,2033,0,2031,2032,2033,34,2034,2035,2036,0,2034,2035,2036,34,2037,2038,2039,0,2037,2038,2039,34,2040,2041,2042,0,2040,2041,2042,34,942,2043,2044,0,942,2043,2044,34,2045,2046,978,0,2045,2046,978,34,2047,2048,2049,0,2047,2048,2049,34,2050,2051,2052,0,2050,2051,2052,34,1320,2053,292,0,1320,2053,292,34,2054,1787,2055,0,2054,1787,2055,34,147,2056,2057,0,147,2056,2057,34,2058,508,510,0,2058,508,510,34,2059,2060,2061,0,2059,2060,2061,34,2062,2063,936,0,2062,2063,936,34,2064,2065,1733,0,2064,2065,1733,34,2066,711,2067,0,2066,711,2067,34,2068,2069,2070,0,2068,2069,2070,34,2071,2072,2073,0,2071,2072,2073,34,2074,2075,2076,0,2074,2075,2076,34,1057,2077,2078,0,1057,2077,2078,34,126,2079,1730,0,126,2079,1730,34,2080,729,728,0,2080,729,728,34,2081,2082,2083,0,2081,2082,2083,34,2084,2085,2086,0,2084,2085,2086,34,2087,2088,2089,0,2087,2088,2089,34,2090,2091,2092,0,2090,2091,2092,34,2093,1254,1253,0,2093,1254,1253,34,1984,1986,2094,0,1984,1986,2094,34,2095,2096,2097,0,2095,2096,2097,34,2098,2099,1980,0,2098,2099,1980,34,2100,2101,2102,0,2100,2101,2102,34,2103,2104,2105,0,2103,2104,2105,34,2106,2107,2108,0,2106,2107,2108,34,2109,2110,2111,0,2109,2110,2111,34,2112,274,2113,0,2112,274,2113,34,2114,1023,2115,0,2114,1023,2115,34,2116,2117,2118,0,2116,2117,2118,34,1854,1853,2119,0,1854,1853,2119,34,2098,948,2099,0,2098,948,2099,34,120,2120,977,0,120,2120,977,34,1354,2121,2122,0,1354,2121,2122,34,1753,2123,2124,0,1753,2123,2124,34,1649,2125,1650,0,1649,2125,1650,34,1396,2126,2127,0,1396,2126,2127,34,2128,2129,2130,0,2128,2129,2130,34,2131,2132,2133,0,2131,2132,2133,34,1093,2134,2135,0,1093,2134,2135,34,2136,2137,2138,0,2136,2137,2138,34,2139,2140,2141,0,2139,2140,2141,34,392,2142,393,0,392,2142,393,34,2143,2144,2145,0,2143,2144,2145,34,2146,2147,2148,0,2146,2147,2148,34,2149,2150,2151,0,2149,2150,2151,34,1980,2152,1962,0,1980,2152,1962,34,1021,2153,2154,0,1021,2153,2154,34,2155,2156,2157,0,2155,2156,2157,34,2158,1071,2159,0,2158,1071,2159,34,2160,2161,2162,0,2160,2161,2162,34,1616,2163,2164,0,1616,2163,2164,34,2165,2166,1712,0,2165,2166,1712,34,2167,2168,2169,0,2167,2168,2169,34,1980,2099,2152,0,1980,2099,2152,34,2170,2171,1318,0,2170,2171,1318,34,2172,1687,2173,0,2172,1687,2173,34,2174,2175,2176,0,2174,2175,2176,34,2177,2178,2179,0,2177,2178,2179,34,2180,2181,2182,0,2180,2181,2182,34,2183,2184,2185,0,2183,2184,2185,34,2186,2187,474,0,2186,2187,474,34,921,2188,2144,0,921,2188,2144,34,2189,2190,2191,0,2189,2190,2191,34,2192,1550,1145,0,2192,1550,1145,34,1980,2193,2098,0,1980,2193,2098,34,1791,2194,2195,0,1791,2194,2195,34,2196,2197,2198,0,2196,2197,2198,34,2199,1918,1806,0,2199,1918,1806,34,2200,2201,2202,0,2200,2201,2202,34,299,2098,2193,0,299,2098,2193,34,941,2203,2204,0,941,2203,2204,34,2205,2206,2207,0,2205,2206,2207,34,2208,2209,1345,0,2208,2209,1345,34,2210,2211,2212,0,2210,2211,2212,34,2213,900,899,0,2213,900,899,34,1137,2214,2215,0,1137,2214,2215,34,2216,2217,2218,0,2216,2217,2218,34,2219,316,2220,0,2219,316,2220,34,2221,2222,2223,0,2221,2222,2223,34,2224,2098,299,0,2224,2098,299,34,2225,1646,2226,0,2225,1646,2226,34,1539,2227,498,0,1539,2227,498,34,2228,2229,2230,0,2228,2229,2230,34,2224,299,2231,0,2224,299,2231,34,2232,2233,2234,0,2232,2233,2234,34,2235,1428,2236,0,2235,1428,2236,34,2237,2238,2239,0,2237,2238,2239,34,2240,1796,2241,0,2240,1796,2241,34,799,798,2242,0,799,798,2242,34,2243,2244,2245,0,2243,2244,2245,34,2246,1982,2247,0,2246,1982,2247,34,299,2193,240,0,299,2193,240,34,2248,2249,2250,0,2248,2249,2250,34,1959,2251,1960,0,1959,2251,1960,34,2252,2253,2254,0,2252,2253,2254,34,2255,2256,2257,0,2255,2256,2257,34,2258,660,659,0,2258,660,659,34,2259,2260,1095,0,2259,2260,1095,34,2261,2262,413,0,2261,2262,413,34,2263,1887,2264,0,2263,1887,2264,34,303,2265,2266,0,303,2265,2266,34,2267,2268,2269,0,2267,2268,2269,34,2270,2271,2272,0,2270,2271,2272,34,2273,1923,2217,0,2273,1923,2217,34,2274,2275,2276,0,2274,2275,2276,34,2277,164,2278,0,2277,164,2278,34,2279,2280,2281,0,2279,2280,2281,34,969,971,2282,0,969,971,2282,34,2283,2284,1599,0,2283,2284,1599,34,2285,2286,2287,0,2285,2286,2287,34,2288,2289,2290,0,2288,2289,2290,34,240,2193,743,0,240,2193,743,34,1700,414,2291,0,1700,414,2291,34,2292,745,2293,0,2292,745,2293,34,2294,2295,2296,0,2294,2295,2296,34,1062,1064,2297,0,1062,1064,2297,34,2298,724,2299,0,2298,724,2299,34,248,247,2300,0,248,247,2300,34,2301,2302,2303,0,2301,2302,2303,34,2304,2305,2306,0,2304,2305,2306,34,2307,2308,2309,0,2307,2308,2309,34,765,2193,1980,0,765,2193,1980,34,2310,2311,1041,0,2310,2311,1041,34,743,2193,765,0,743,2193,765,34,2312,2313,2314,0,2312,2313,2314,34,2016,2315,2017,0,2016,2315,2017,34,2316,2317,1654,0,2316,2317,1654,34,2318,2319,2320,0,2318,2319,2320,34,1475,2321,2322,0,1475,2321,2322,34,2323,203,2324,0,2323,203,2324,34,274,525,524,0,274,525,524,34,2325,2326,2094,0,2325,2326,2094,34,1858,2327,2328,0,1858,2327,2328,34,2329,2330,1398,0,2329,2330,1398,34,2331,2332,2333,0,2331,2332,2333,34,106,2334,104,0,106,2334,104,34,534,2335,535,0,534,2335,535,34,2336,2337,2338,0,2336,2337,2338,34,2339,2340,2341,0,2339,2340,2341,34,2342,2343,1757,0,2342,2343,1757,34,2323,2324,2344,0,2323,2324,2344,34,2345,2346,2347,0,2345,2346,2347,34,2348,2349,2350,0,2348,2349,2350,34,2348,2350,2351,0,2348,2350,2351,34,2352,2353,1767,0,2352,2353,1767,34,2354,482,2355,0,2354,482,2355,34,2356,2357,2358,0,2356,2357,2358,34,2359,2322,2360,0,2359,2322,2360,34,2361,2362,2363,0,2361,2362,2363,34,2364,2365,2366,0,2364,2365,2366,34,2367,2368,1077,0,2367,2368,1077,34,182,2369,2370,0,182,2369,2370,34,2371,2372,2373,0,2371,2372,2373,34,2374,2375,2376,0,2374,2375,2376,34,2377,2285,2287,0,2377,2285,2287,34,2378,2379,2380,0,2378,2379,2380,34,2381,2382,2383,0,2381,2382,2383,34,2384,2385,2386,0,2384,2385,2386,34,681,2387,1928,0,681,2387,1928,34,2388,2389,2390,0,2388,2389,2390,34,2391,2392,2393,0,2391,2392,2393,34,308,2394,2395,0,308,2394,2395,34,2396,814,377,0,2396,814,377,34,2397,2398,343,0,2397,2398,343,34,956,955,2345,0,956,955,2345,34,1131,2399,2400,0,1131,2399,2400,34,1627,2401,2402,0,1627,2401,2402,34,2403,2404,2405,0,2403,2404,2405,34,2406,750,2407,0,2406,750,2407,34,2408,2409,2410,0,2408,2409,2410,34,2411,2412,2413,0,2411,2412,2413,34,2414,2415,1078,0,2414,2415,1078,34,2416,40,859,0,2416,40,859,34,2417,2418,2419,0,2417,2418,2419,34,2420,2421,2422,0,2420,2421,2422,34,2423,2424,2425,0,2423,2424,2425,34,1854,2426,2427,0,1854,2426,2427,34,2428,2429,484,0,2428,2429,484,34,2423,2425,2430,0,2423,2425,2430,34,2431,2432,2433,0,2431,2432,2433,34,1888,1538,2434,0,1888,1538,2434,34,2435,2436,2437,0,2435,2436,2437,34,1412,2438,2439,0,1412,2438,2439,34,2440,2441,2442,0,2440,2441,2442,34,2443,2348,2351,0,2443,2348,2351,34,2444,2445,2446,0,2444,2445,2446,34,2447,2448,2449,0,2447,2448,2449,34,2450,2451,2452,0,2450,2451,2452,34,2453,2454,2455,0,2453,2454,2455,34,2456,2457,2458,0,2456,2457,2458,34,2459,2460,2461,0,2459,2460,2461,34,2462,2463,2464,0,2462,2463,2464,34,2425,2465,2466,0,2425,2465,2466,34,2467,2468,2469,0,2467,2468,2469,34,2470,1421,2471,0,2470,1421,2471,34,2472,2473,2474,0,2472,2473,2474,34,2475,2476,2455,0,2475,2476,2455,34,2187,472,474,0,2187,472,474,34,2477,2478,2479,0,2477,2478,2479,34,2480,2481,2482,0,2480,2481,2482,34,2483,2484,2485,0,2483,2484,2485,34,2486,2487,2488,0,2486,2487,2488,34,2489,2490,2491,0,2489,2490,2491,34,2492,2493,2494,0,2492,2493,2494,34,1061,2348,2443,0,1061,2348,2443,34,2495,1496,2496,0,2495,1496,2496,34,2497,2498,386,0,2497,2498,386,34,2499,2500,155,0,2499,2500,155,34,2058,2501,508,0,2058,2501,508,34,2082,2502,2083,0,2082,2502,2083,34,2503,2504,2505,0,2503,2504,2505,34,2506,2507,2508,0,2506,2507,2508,34,2509,2510,2511,0,2509,2510,2511,34,926,2512,2513,0,926,2512,2513,34,2514,2515,2516,0,2514,2515,2516,34,778,780,2517,0,778,780,2517,34,2518,2348,1061,0,2518,2348,1061,34,2519,2520,2521,0,2519,2520,2521,34,2522,2523,2524,0,2522,2523,2524,34,1807,2525,1972,0,1807,2525,1972,34,180,2370,2526,0,180,2370,2526,34,1769,2527,1768,0,1769,2527,1768,34,2528,2529,2530,0,2528,2529,2530,34,2531,2532,2130,0,2531,2532,2130,34,1526,1914,2533,0,1526,1914,2533,34,2534,2535,2536,0,2534,2535,2536,34,2537,2538,2539,0,2537,2538,2539,34,2349,2348,2540,0,2349,2348,2540,34,2541,2542,2543,0,2541,2542,2543,34,2544,2047,2341,0,2544,2047,2341,34,2545,2504,2546,0,2545,2504,2546,34,2547,2548,2549,0,2547,2548,2549,34,1347,2550,1348,0,1347,2550,1348,34,2551,2552,2454,0,2551,2552,2454,34,1594,2553,2554,0,1594,2553,2554,34,2540,2348,2518,0,2540,2348,2518,34,1807,1972,604,0,1807,1972,604,34,2555,2556,2557,0,2555,2556,2557,34,2558,2559,2560,0,2558,2559,2560,34,2561,2562,2563,0,2561,2562,2563,34,2564,2565,2566,0,2564,2565,2566,34,2567,188,2124,0,2567,188,2124,34,2568,2569,2570,0,2568,2569,2570,34,2571,2572,2573,0,2571,2572,2573,34,180,2526,2574,0,180,2526,2574,34,86,2575,87,0,86,2575,87,34,2576,2577,2578,0,2576,2577,2578,34,2579,2580,2581,0,2579,2580,2581,34,2582,2583,2584,0,2582,2583,2584,34,2585,2586,863,0,2585,2586,863,34,2587,2588,2589,0,2587,2588,2589,34,2590,2591,803,0,2590,2591,803,34,1510,2592,1836,0,1510,2592,1836,34,2593,753,2594,0,2593,753,2594,34,2595,2596,1501,0,2595,2596,1501,34,2597,2598,2599,0,2597,2598,2599,34,2600,1293,2601,0,2600,1293,2601,34,2602,2603,2604,0,2602,2603,2604,34,2044,1016,2475,0,2044,1016,2475,34,2605,2606,2607,0,2605,2606,2607,34,2295,2608,537,0,2295,2608,537,34,2609,2610,2611,0,2609,2610,2611,34,2612,274,2112,0,2612,274,2112,34,2613,2561,2563,0,2613,2561,2563,34,1449,2614,2615,0,1449,2614,2615,34,2616,2617,2618,0,2616,2617,2618,34,2619,759,761,0,2619,759,761,34,2620,2621,2622,0,2620,2621,2622,34,1764,1327,1175,0,1764,1327,1175,34,2623,2624,2625,0,2623,2624,2625,34,2428,2626,57,0,2428,2626,57,34,2627,2464,2463,0,2627,2464,2463,34,2628,2629,2630,0,2628,2629,2630,34,2631,766,2632,0,2631,766,2632,34,2633,2634,1049,0,2633,2634,1049,34,2635,2636,2637,0,2635,2636,2637,34,222,224,2638,0,222,224,2638,34,668,2639,644,0,668,2639,644,34,1904,2640,2641,0,1904,2640,2641,34,2642,2643,2644,0,2642,2643,2644,34,2645,1856,1855,0,2645,1856,1855,34,2646,2639,668,0,2646,2639,668,34,2647,2648,2649,0,2647,2648,2649,34,1580,2650,1067,0,1580,2650,1067,34,2651,2652,2653,0,2651,2652,2653,34,2654,2655,2498,0,2654,2655,2498,34,2656,2657,2658,0,2656,2657,2658,34,2659,2660,938,0,2659,2660,938,34,2647,2649,2661,0,2647,2649,2661,34,2662,1774,2663,0,2662,1774,2663,34,2664,2665,936,0,2664,2665,936,34,2666,2667,2668,0,2666,2667,2668,34,2669,378,2134,0,2669,378,2134,34,1869,2670,2671,0,1869,2670,2671,34,2672,2673,2674,0,2672,2673,2674,34,1056,2627,2463,0,1056,2627,2463,34,2675,2676,2164,0,2675,2676,2164,34,2677,2329,1397,0,2677,2329,1397,34,2678,2679,2680,0,2678,2679,2680,34,2681,2682,1281,0,2681,2682,1281,34,2683,2684,2685,0,2683,2684,2685,34,117,2355,482,0,117,2355,482,34,644,1494,606,0,644,1494,606,34,2686,2687,2688,0,2686,2687,2688,34,2689,2690,2062,0,2689,2690,2062,34,2459,1767,2691,0,2459,1767,2691,34,1458,289,2692,0,1458,289,2692,34,2693,2694,2695,0,2693,2694,2695,34,2696,1278,2697,0,2696,1278,2697,34,2698,2699,2700,0,2698,2699,2700,34,1291,2701,2702,0,1291,2701,2702,34,2703,1944,1943,0,2703,1944,1943,34,2704,2705,2446,0,2704,2705,2446,34,2706,2707,2708,0,2706,2707,2708,34,2709,886,885,0,2709,886,885,34,2710,2711,2712,0,2710,2711,2712,34,1490,2713,2714,0,1490,2713,2714,34,2715,2716,2717,0,2715,2716,2717,34,2718,2719,2720,0,2718,2719,2720,34,2721,2722,2723,0,2721,2722,2723,34,2724,2725,2726,0,2724,2725,2726,34,2727,466,2728,0,2727,466,2728,34,2729,2730,2731,0,2729,2730,2731,34,2732,2733,2734,0,2732,2733,2734,34,2735,2736,2737,0,2735,2736,2737,34,1041,2311,2738,0,1041,2311,2738,34,1533,1121,2739,0,1533,1121,2739,34,2359,2360,2740,0,2359,2360,2740,34,2741,2742,2743,0,2741,2742,2743,34,2744,2745,2746,0,2744,2745,2746,34,2747,2748,2749,0,2747,2748,2749,34,1495,1494,2750,0,1495,1494,2750,34,2751,596,1564,0,2751,596,1564,34,2163,1618,2752,0,2163,1618,2752,34,2639,2750,1494,0,2639,2750,1494,34,2354,1024,2753,0,2354,1024,2753,34,2754,2755,2756,0,2754,2755,2756,34,2639,1494,644,0,2639,1494,644,34,2757,2758,2759,0,2757,2758,2759,34,2760,2761,2147,0,2760,2761,2147,34,2762,1086,2763,0,2762,1086,2763,34,1115,2764,2765,0,1115,2764,2765,34,2766,2767,2768,0,2766,2767,2768,34,2769,2770,2771,0,2769,2770,2771,34,2772,2773,2774,0,2772,2773,2774,34,2311,2775,2776,0,2311,2775,2776,34,396,1106,2777,0,396,1106,2777,34,2778,2779,1572,0,2778,2779,1572,34,2339,2517,2780,0,2339,2517,2780,34,2781,2782,2783,0,2781,2782,2783,34,1879,2784,2785,0,1879,2784,2785,34,877,2567,2123,0,877,2567,2123,34,2786,2787,2788,0,2786,2787,2788,34,2789,2790,2791,0,2789,2790,2791,34,2792,2793,1425,0,2792,2793,1425,34,2794,2795,2796,0,2794,2795,2796,34,2797,1617,2798,0,2797,1617,2798,34,2666,2799,2800,0,2666,2799,2800,34,2801,1361,2802,0,2801,1361,2802,34,1394,911,2803,0,1394,911,2803,34,2804,2805,2806,0,2804,2805,2806,34,2646,2807,2639,0,2646,2807,2639,34,2808,2809,2810,0,2808,2809,2810,34,2811,2807,2646,0,2811,2807,2646,34,2812,2813,2814,0,2812,2813,2814,34,1977,1225,2815,0,1977,1225,2815,34,2816,2817,2226,0,2816,2817,2226,34,2818,2819,2820,0,2818,2819,2820,34,2821,2822,2823,0,2821,2822,2823,34,2528,2824,2825,0,2528,2824,2825,34,2826,2827,2828,0,2826,2827,2828,34,2829,2830,2831,0,2829,2830,2831,34,2832,2833,2834,0,2832,2833,2834,34,2835,2836,2837,0,2835,2836,2837,34,1299,2838,2839,0,1299,2838,2839,34,2840,2841,2842,0,2840,2841,2842,34,2843,2844,498,0,2843,2844,498,34,2845,2846,1178,0,2845,2846,1178,34,2504,2847,1778,0,2504,2847,1778,34,2639,2807,2750,0,2639,2807,2750,34,2000,1511,1679,0,2000,1511,1679,34,2848,2849,2850,0,2848,2849,2850,34,2851,2852,2853,0,2851,2852,2853,34,2854,2855,2856,0,2854,2855,2856,34,2857,2858,2859,0,2857,2858,2859,34,2860,2861,2862,0,2860,2861,2862,34,2177,2179,2863,0,2177,2179,2863,34,1845,2864,1846,0,1845,2864,1846,34,2865,2866,2867,0,2865,2866,2867,34,81,83,2868,0,81,83,2868,34,2869,755,2870,0,2869,755,2870,34,2871,2872,2873,0,2871,2872,2873,34,2874,2875,715,0,2874,2875,715,34,2876,2877,2646,0,2876,2877,2646,34,2878,2879,738,0,2878,2879,738,34,2880,2881,2882,0,2880,2881,2882,34,1799,1713,2883,0,1799,1713,2883,34,921,2144,2884,0,921,2144,2884,34,2730,2729,2885,0,2730,2729,2885,34,2886,2887,2081,0,2886,2887,2081,34,2888,2889,901,0,2888,2889,901,34,2890,2891,2892,0,2890,2891,2892,34,2596,2893,296,0,2596,2893,296,34,2894,2895,2734,0,2894,2895,2734,34,2877,2811,2646,0,2877,2811,2646,34,801,1185,2060,0,801,1185,2060,34,2896,2897,2898,0,2896,2897,2898,34,2899,599,2900,0,2899,599,2900,34,2901,2902,2903,0,2901,2902,2903,34,2904,2905,2906,0,2904,2905,2906,34,2328,2907,2908,0,2328,2907,2908,34,2909,2394,2910,0,2909,2394,2910,34,2877,2911,2811,0,2877,2911,2811,34,2912,2913,2914,0,2912,2913,2914,34,2915,2916,2889,0,2915,2916,2889,34,2917,2918,2919,0,2917,2918,2919,34,879,2920,880,0,879,2920,880,34,2921,2922,2923,0,2921,2922,2923,34,2924,1290,1289,0,2924,1290,1289,34,2925,2926,2327,0,2925,2926,2327,34,2927,2928,2929,0,2927,2928,2929,34,2930,1213,800,0,2930,1213,800,34,2931,1199,728,0,2931,1199,728,34,1661,2932,2933,0,1661,2932,2933,34,2934,2082,2935,0,2934,2082,2935,34,205,2936,2643,0,205,2936,2643,34,2937,1464,2938,0,2937,1464,2938,34,2939,2940,2941,0,2939,2940,2941,34,2942,2943,2523,0,2942,2943,2523,34,2944,2945,2586,0,2944,2945,2586,34,2946,2947,2948,0,2946,2947,2948,34,1722,2949,1723,0,1722,2949,1723,34,2950,2951,2702,0,2950,2951,2702,34,2952,2953,2954,0,2952,2953,2954,34,903,2437,2955,0,903,2437,2955,34,2956,2341,2340,0,2956,2341,2340,34,2734,2957,2958,0,2734,2957,2958,34,2959,2960,1772,0,2959,2960,1772,34,2961,2962,2963,0,2961,2962,2963,34,2964,2965,2966,0,2964,2965,2966,34,2967,2968,2969,0,2967,2968,2969,34,2970,2971,2972,0,2970,2971,2972,34,2973,2974,2975,0,2973,2974,2975,34,1279,1341,2976,0,1279,1341,2976,34,2977,2978,2979,0,2977,2978,2979,34,37,2414,2980,0,37,2414,2980,34,2981,2982,2983,0,2981,2982,2983,34,269,2984,2985,0,269,2984,2985,34,2986,323,2342,0,2986,323,2342,34,469,471,2987,0,469,471,2987,34,2988,1063,2989,0,2988,1063,2989,34,2990,2991,2992,0,2990,2991,2992,34,1528,1530,1036,0,1528,1530,1036,34,2993,2972,124,0,2993,2972,124,34,2994,2995,2996,0,2994,2995,2996,34,2997,2840,2998,0,2997,2840,2998,34,2999,3000,3001,0,2999,3000,3001,34,2239,3002,3003,0,2239,3002,3003,34,3004,3005,3006,0,3004,3005,3006,34,3007,2552,485,0,3007,2552,485,34,2171,3008,3009,0,2171,3008,3009,34,3010,3011,179,0,3010,3011,179,34,3012,3013,3014,0,3012,3013,3014,34,3015,1653,1652,0,3015,1653,1652,34,1505,945,1506,0,1505,945,1506,34,3016,3017,3018,0,3016,3017,3018,34,3019,3020,3015,0,3019,3020,3015,34,2980,2414,3021,0,2980,2414,3021,34,3022,1425,2793,0,3022,1425,2793,34,3023,3024,3025,0,3023,3024,3025,34,89,91,3026,0,89,91,3026,34,3027,3028,2686,0,3027,3028,2686,34,321,3029,3030,0,321,3029,3030,34,955,2754,3031,0,955,2754,3031,34,1152,3032,3033,0,1152,3032,3033,34,3034,3035,3036,0,3034,3035,3036,34,3037,1060,1279,0,3037,1060,1279,34,654,1113,3038,0,654,1113,3038,34,1717,1716,3039,0,1717,1716,3039,34,3040,3041,3042,0,3040,3041,3042,34,3043,3044,3045,0,3043,3044,3045,34,3046,3047,3048,0,3046,3047,3048,34,3049,3050,3051,0,3049,3050,3051,34,3052,3053,3054,0,3052,3053,3054,34,3055,3056,3057,0,3055,3056,3057,34,3058,2271,2270,0,3058,2271,2270,34,3059,3060,3061,0,3059,3060,3061,34,262,3062,3063,0,262,3062,3063,34,2262,3064,3065,0,2262,3064,3065,34,3066,2684,2297,0,3066,2684,2297,34,3067,2308,1312,0,3067,2308,1312,34,279,3068,280,0,279,3068,280,34,1483,3069,459,0,1483,3069,459,34,2239,3003,2237,0,2239,3003,2237,34,1279,3070,3037,0,1279,3070,3037,34,3071,3072,3073,0,3071,3072,3073,34,3074,1890,1891,0,3074,1890,1891,34,3075,3076,3077,0,3075,3076,3077,34,3078,3079,3080,0,3078,3079,3080,34,1548,3081,325,0,1548,3081,325,34,3082,3083,3084,0,3082,3083,3084,34,3085,3086,3087,0,3085,3086,3087,34,1490,2714,3088,0,1490,2714,3088,34,3089,3090,3091,0,3089,3090,3091,34,3092,3093,2367,0,3092,3093,2367,34,3094,3095,3096,0,3094,3095,3096,34,3097,3098,1605,0,3097,3098,1605,34,3099,3100,3101,0,3099,3100,3101,34,3102,3103,3104,0,3102,3103,3104,34,1182,595,594,0,1182,595,594,34,3105,3106,546,0,3105,3106,546,34,807,3107,3108,0,807,3107,3108,34,3109,1831,3110,0,3109,1831,3110,34,3111,2583,2582,0,3111,2583,2582,34,3112,2019,2021,0,3112,2019,2021,34,2555,3113,2556,0,2555,3113,2556,34,1279,2976,3070,0,1279,2976,3070,34,3114,201,203,0,3114,201,203,34,1217,3115,1218,0,1217,3115,1218,34,3116,3117,3118,0,3116,3117,3118,34,3119,3120,3121,0,3119,3120,3121,34,705,383,3122,0,705,383,3122,34,3123,2557,645,0,3123,2557,645,34,2173,3124,2172,0,2173,3124,2172,34,3125,3126,3127,0,3125,3126,3127,34,1108,3128,1381,0,1108,3128,1381,34,3129,3130,3131,0,3129,3130,3131,34,392,3132,3133,0,392,3132,3133,34,3134,3135,3136,0,3134,3135,3136,34,1953,3053,3137,0,1953,3053,3137,34,3138,228,3139,0,3138,228,3139,34,3140,3098,3141,0,3140,3098,3141,34,1664,3142,144,0,1664,3142,144,34,440,442,2097,0,440,442,2097,34,2749,3143,3144,0,2749,3143,3144,34,2055,3145,1870,0,2055,3145,1870,34,3146,3147,1626,0,3146,3147,1626,34,3148,3149,3150,0,3148,3149,3150,34,3151,367,1097,0,3151,367,1097,34,246,3152,2300,0,246,3152,2300,34,3153,3154,1010,0,3153,3154,1010,34,1852,1736,3155,0,1852,1736,3155,34,3156,3157,3158,0,3156,3157,3158,34,3159,3160,3161,0,3159,3160,3161,34,3162,2695,2841,0,3162,2695,2841,34,3163,3164,260,0,3163,3164,260,34,3165,3166,3167,0,3165,3166,3167,34,3168,3169,3170,0,3168,3169,3170,34,3171,3172,2710,0,3171,3172,2710,34,3173,3091,3090,0,3173,3091,3090,34,359,3174,3175,0,359,3174,3175,34,3176,3177,2657,0,3176,3177,2657,34,3178,3179,3180,0,3178,3179,3180,34,1385,1155,1154,0,1385,1155,1154,34,3181,1412,3182,0,3181,1412,3182,34,3183,2731,3184,0,3183,2731,3184,34,3185,3186,3187,0,3185,3186,3187,34,3188,3189,3190,0,3188,3189,3190,34,3191,3192,3193,0,3191,3192,3193,34,3194,3195,3196,0,3194,3195,3196,34,3197,3198,3199,0,3197,3198,3199,34,3200,3201,3202,0,3200,3201,3202,34,3203,2740,3204,0,3203,2740,3204,34,2176,2300,3152,0,2176,2300,3152,34,3205,3206,2766,0,3205,3206,2766,34,3207,3208,3209,0,3207,3208,3209,34,2411,3210,3211,0,2411,3210,3211,34,3212,3213,3171,0,3212,3213,3171,34,3214,3215,3216,0,3214,3215,3216,34,3217,822,3218,0,3217,822,3218,34,3219,3220,1824,0,3219,3220,1824,34,3221,3133,3222,0,3221,3133,3222,34,3223,3224,3225,0,3223,3224,3225,34,3226,671,670,0,3226,671,670,34,3227,3228,3229,0,3227,3228,3229,34,3230,3231,3232,0,3230,3231,3232,34,3233,617,3234,0,3233,617,3234,34,3235,3236,3237,0,3235,3236,3237,34,3238,3239,3240,0,3238,3239,3240,34,3241,3242,3243,0,3241,3242,3243,34,2602,3244,2915,0,2602,3244,2915,34,3245,3246,3244,0,3245,3246,3244,34,252,3247,253,0,252,3247,253,34,2901,3248,2902,0,2901,3248,2902,34,3249,594,596,0,3249,594,596,34,3250,3251,3252,0,3250,3251,3252,34,3253,3254,3255,0,3253,3254,3255,34,3256,2820,1357,0,3256,2820,1357,34,3257,3258,3259,0,3257,3258,3259,34,3260,3261,1210,0,3260,3261,1210,34,3262,3263,3264,0,3262,3263,3264,34,1084,1697,1699,0,1084,1697,1699,34,1448,3265,1446,0,1448,3265,1446,34,2398,344,343,0,2398,344,343,34,3266,203,202,0,3266,203,202,34,2394,2909,2588,0,2394,2909,2588,34,3267,875,868,0,3267,875,868,34,3268,3269,3270,0,3268,3269,3270,34,3271,1246,3272,0,3271,1246,3272,34,3273,120,3274,0,3273,120,3274,34,3275,1862,1042,0,3275,1862,1042,34,1666,3276,1667,0,1666,3276,1667,34,216,2964,2966,0,216,2964,2966,34,1355,2122,3277,0,1355,2122,3277,34,3278,3279,3280,0,3278,3279,3280,34,2375,3281,3282,0,2375,3281,3282,34,2319,2318,3283,0,2319,2318,3283,34,36,2414,37,0,36,2414,37,34,1636,1638,3284,0,1636,1638,3284,34,1750,1749,3285,0,1750,1749,3285,34,2057,3286,3287,0,2057,3286,3287,34,3288,249,3289,0,3288,249,3289,34,3168,3290,3169,0,3168,3290,3169,34,3291,3292,3293,0,3291,3292,3293,34,939,941,2131,0,939,941,2131,34,2767,3294,3295,0,2767,3294,3295,34,3296,3297,3298,0,3296,3297,3298,34,2747,3299,3300,0,2747,3299,3300,34,2522,3301,2523,0,2522,3301,2523,34,3302,984,3303,0,3302,984,3303,34,3304,3305,3306,0,3304,3305,3306,34,3307,3104,3308,0,3307,3104,3308,34,3309,1766,671,0,3309,1766,671,34,2235,3310,3311,0,2235,3310,3311,34,3312,3313,3044,0,3312,3313,3044,34,3314,1745,3315,0,3314,1745,3315,34,3316,444,3317,0,3316,444,3317,34,3318,1136,1138,0,3318,1136,1138,34,601,3319,602,0,601,3319,602,34,3081,2895,2894,0,3081,2895,2894,34,1838,3320,3321,0,1838,3320,3321,34,1455,1363,64,0,1455,1363,64,34,2163,3322,3323,0,2163,3322,3323,34,2967,3324,3325,0,2967,3324,3325,34,3326,333,1003,0,3326,333,1003,34,3327,3328,2825,0,3327,3328,2825,34,3329,3330,3331,0,3329,3330,3331,34,1885,1884,3332,0,1885,1884,3332,34,3333,3334,3335,0,3333,3334,3335,34,3336,3337,1346,0,3336,3337,1346,34,3338,2752,1618,0,3338,2752,1618,34,2999,3339,3340,0,2999,3339,3340,34,721,3341,3342,0,721,3341,3342,34,3343,1261,3344,0,3343,1261,3344,34,513,3345,511,0,513,3345,511,34,2804,3346,2805,0,2804,3346,2805,34,3347,3348,3349,0,3347,3348,3349,34,3350,3351,3352,0,3350,3351,3352,34,3353,3354,2913,0,3353,3354,2913,34,470,3355,14,0,470,3355,14,34,3026,3356,225,0,3026,3356,225,34,2265,3357,560,0,2265,3357,560,34,3358,3359,3360,0,3358,3359,3360,34,3361,3362,3363,0,3361,3362,3363,34,3017,3364,3365,0,3017,3364,3365,34,3366,1536,3367,0,3366,1536,3367,34,2178,3368,2179,0,2178,3368,2179,34,1832,1135,1134,0,1832,1135,1134,34,2020,3369,3370,0,2020,3369,3370,34,1425,1424,773,0,1425,1424,773,34,3371,3372,3373,0,3371,3372,3373,34,3374,3375,3376,0,3374,3375,3376,34,3377,3378,841,0,3377,3378,841,34,2524,2943,3379,0,2524,2943,3379,34,3380,278,277,0,3380,278,277,34,3381,3382,3383,0,3381,3382,3383,34,3384,2556,3113,0,3384,2556,3113,34,3385,3386,3387,0,3385,3386,3387,34,3388,3389,2668,0,3388,3389,2668,34,3390,3391,3392,0,3390,3391,3392,34,1503,3393,160,0,1503,3393,160,34,1541,3394,1542,0,1541,3394,1542,34,3395,3396,3397,0,3395,3396,3397,34,2372,3398,3399,0,2372,3398,3399,34,3400,1206,3401,0,3400,1206,3401,34,131,3402,1738,0,131,3402,1738,34,3403,3404,1133,0,3403,3404,1133,34,697,717,3405,0,697,717,3405,34,3406,3399,3398,0,3406,3399,3398,34,2416,3407,3408,0,2416,3407,3408,34,3409,3410,3411,0,3409,3410,3411,34,3412,3413,3414,0,3412,3413,3414,34,3415,1657,3416,0,3415,1657,3416,34,3417,3418,3419,0,3417,3418,3419,34,536,535,3420,0,536,535,3420,34,3421,3422,3423,0,3421,3422,3423,34,3424,3425,3426,0,3424,3425,3426,34,3427,2307,3428,0,3427,2307,3428,34,3429,3430,3431,0,3429,3430,3431,34,2882,1170,1169,0,2882,1170,1169,34,3432,3433,3434,0,3432,3433,3434,34,3261,3260,3435,0,3261,3260,3435,34,3436,3437,2250,0,3436,3437,2250,34,3438,2331,3439,0,3438,2331,3439,34,3440,3441,3442,0,3440,3441,3442,34,3443,3444,3445,0,3443,3444,3445,34,552,3446,3447,0,552,3446,3447,34,464,3448,3449,0,464,3448,3449,34,3450,3451,843,0,3450,3451,843,34,3452,3453,3454,0,3452,3453,3454,34,3455,3456,3182,0,3455,3456,3182,34,3457,3458,850,0,3457,3458,850,34,3459,3460,3461,0,3459,3460,3461,34,2418,2417,3462,0,2418,2417,3462,34,3463,3464,3465,0,3463,3464,3465,34,378,2839,3466,0,378,2839,3466,34,1350,1352,3467,0,1350,1352,3467,34,3295,3294,3468,0,3295,3294,3468,34,3469,1791,2195,0,3469,1791,2195,34,3470,3471,1408,0,3470,3471,1408,34,3472,3473,1908,0,3472,3473,1908,34,3474,1360,3475,0,3474,1360,3475,34,3476,3477,3478,0,3476,3477,3478,34,1257,1531,3479,0,1257,1531,3479,34,3480,3481,3482,0,3480,3481,3482,34,2880,1169,1985,0,2880,1169,1985,34,3483,3484,2140,0,3483,3484,2140,34,3485,1568,1570,0,3485,1568,1570,34,3486,3487,1968,0,3486,3487,1968,34,3488,3489,3490,0,3488,3489,3490,34,3491,3492,3391,0,3491,3492,3391,34,3493,1611,1613,0,3493,1611,1613,34,3494,165,167,0,3494,165,167,34,3495,2409,2510,0,3495,2409,2510,34,3496,3497,3498,0,3496,3497,3498,34,3499,3500,3501,0,3499,3500,3501,34,1589,1160,1159,0,1589,1160,1159,34,3502,3503,3504,0,3502,3503,3504,34,3371,3373,3214,0,3371,3373,3214,34,3505,3413,3506,0,3505,3413,3506,34,3507,3508,3509,0,3507,3508,3509,34,617,3510,618,0,617,3510,618,34,3511,2147,3512,0,3511,2147,3512,34,959,958,3513,0,959,958,3513,34,3514,3515,3516,0,3514,3515,3516,34,3517,3518,3519,0,3517,3518,3519,34,3520,2401,3521,0,3520,2401,3521,34,3522,3523,3524,0,3522,3523,3524,34,3525,3526,3527,0,3525,3526,3527,34,2829,2831,3528,0,2829,2831,3528,34,3529,3530,3531,0,3529,3530,3531,34,3532,3533,3534,0,3532,3533,3534,34,3535,3536,3537,0,3535,3536,3537,34,126,128,2079,0,126,128,2079,34,3538,3539,433,0,3538,3539,433,34,3323,3540,1150,0,3323,3540,1150,34,1831,3541,1832,0,1831,3541,1832,34,1389,869,3542,0,1389,869,3542,34,1600,1599,3543,0,1600,1599,3543,34,599,598,3544,0,599,598,3544,34,175,174,3545,0,175,174,3545,34,3428,2035,1413,0,3428,2035,1413,34,3546,3547,322,0,3546,3547,322,34,3548,3549,2651,0,3548,3549,2651,34,3550,3551,3552,0,3550,3551,3552,34,3553,391,3554,0,3553,391,3554,34,3555,3556,735,0,3555,3556,735,34,3557,370,369,0,3557,370,369,34,3483,3558,2222,0,3483,3558,2222,34,3559,1551,3560,0,3559,1551,3560,34,3561,3562,3563,0,3561,3562,3563,34,3525,3527,3564,0,3525,3527,3564,34,3565,3566,3567,0,3565,3566,3567,34,3568,3569,3570,0,3568,3569,3570,34,1271,3571,2141,0,1271,3571,2141,34,3572,3554,3573,0,3572,3554,3573,34,1054,3574,1055,0,1054,3574,1055,34,3575,3576,3077,0,3575,3576,3077,34,3577,3202,3578,0,3577,3202,3578,34,3579,3580,3581,0,3579,3580,3581,34,3582,3583,3584,0,3582,3583,3584,34,3585,3586,1358,0,3585,3586,1358,34,1248,1250,3587,0,1248,1250,3587,34,3588,3505,3589,0,3588,3505,3589,34,574,2870,754,0,574,2870,754,34,1332,657,549,0,1332,657,549,34,3590,3591,3592,0,3590,3591,3592,34,3593,57,2626,0,3593,57,2626,34,3594,3595,3596,0,3594,3595,3596,34,3597,476,3598,0,3597,476,3598,34,3599,3466,3600,0,3599,3466,3600,34,3601,3204,2360,0,3601,3204,2360,34,3602,3603,647,0,3602,3603,647,34,3604,1485,3605,0,3604,1485,3605,34,2689,3606,3607,0,2689,3606,3607,34,1467,3608,235,0,1467,3608,235,34,3609,92,3610,0,3609,92,3610,34,3611,527,3612,0,3611,527,3612,34,3613,3614,2426,0,3613,3614,2426,34,3615,3616,3092,0,3615,3616,3092,34,1625,2402,3617,0,1625,2402,3617,34,3618,3619,3620,0,3618,3619,3620,34,12,3621,13,0,12,3621,13,34,3501,3622,779,0,3501,3622,779,34,3623,2183,714,0,3623,2183,714,34,3624,3625,3626,0,3624,3625,3626,34,3627,3628,1653,0,3627,3628,1653,34,3501,779,778,0,3501,779,778,34,3629,1690,1689,0,3629,1690,1689,34,322,3630,2342,0,322,3630,2342,34,991,3631,1240,0,991,3631,1240,34,3632,2434,3633,0,3632,2434,3633,34,3634,3635,1247,0,3634,3635,1247,34,1483,3515,3514,0,1483,3515,3514,34,3636,3637,3382,0,3636,3637,3382,34,2034,2036,3638,0,2034,2036,3638,34,3639,3640,3641,0,3639,3640,3641,34,3642,904,906,0,3642,904,906,34,3643,714,3644,0,3643,714,3644,34,3645,1169,1168,0,3645,1169,1168,34,704,3646,3647,0,704,3646,3647,34,3051,3648,287,0,3051,3648,287,34,83,3649,2868,0,83,3649,2868,34,3650,3651,3189,0,3650,3651,3189,34,3652,3653,3654,0,3652,3653,3654,34,3655,3656,3657,0,3655,3656,3657,34,3658,3338,3659,0,3658,3338,3659,34,3660,3661,3662,0,3660,3661,3662,34,3266,2324,203,0,3266,2324,203,34,1081,3663,3664,0,1081,3663,3664,34,2054,2055,3665,0,2054,2055,3665,34,3666,3667,3668,0,3666,3667,3668,34,3669,3670,3671,0,3669,3670,3671,34,3672,3673,3560,0,3672,3673,3560,34,2372,3674,3675,0,2372,3674,3675,34,2932,3676,2933,0,2932,3676,2933,34,3677,3678,2547,0,3677,3678,2547,34,3679,3680,2191,0,3679,3680,2191,34,3681,3682,3683,0,3681,3682,3683,34,3684,3685,3686,0,3684,3685,3686,34,3687,2364,2366,0,3687,2364,2366,34,3688,3689,3690,0,3688,3689,3690,34,2721,3383,3637,0,2721,3383,3637,34,2209,3691,812,0,2209,3691,812,34,3692,2413,3693,0,3692,2413,3693,34,2335,3694,3420,0,2335,3694,3420,34,3444,3695,3696,0,3444,3695,3696,34,1306,905,3697,0,1306,905,3697,34,182,3698,2369,0,182,3698,2369,34,2499,3699,3700,0,2499,3699,3700,34,1217,3701,3702,0,1217,3701,3702,34,467,466,3703,0,467,466,3703,34,3704,3705,3706,0,3704,3705,3706,34,3707,3708,1232,0,3707,3708,1232,34,1144,1143,3709,0,1144,1143,3709,34,2274,2276,3710,0,2274,2276,3710,34,428,3711,429,0,428,3711,429,34,581,2083,2502,0,581,2083,2502,34,3712,1262,4,0,3712,1262,4,34,3713,512,3610,0,3713,512,3610,34,3714,3715,3639,0,3714,3715,3639,34,3716,3681,3683,0,3716,3681,3683,34,3717,1420,3718,0,3717,1420,3718,34,3719,3720,3721,0,3719,3720,3721,34,3722,3723,3724,0,3722,3723,3724,34,3725,3726,3087,0,3725,3726,3087,34,2,3727,3728,0,2,3727,3728,34,2061,1975,3729,0,2061,1975,3729,34,3730,3731,3732,0,3730,3731,3732,34,3153,3733,3734,0,3153,3733,3734,34,3735,3736,1628,0,3735,3736,1628,34,3737,3738,3739,0,3737,3738,3739,34,3740,3741,3742,0,3740,3741,3742,34,3743,1766,3744,0,3743,1766,3744,34,740,386,2498,0,740,386,2498,34,2062,936,2665,0,2062,936,2665,34,3072,3071,3745,0,3072,3071,3745,34,3746,3747,3748,0,3746,3747,3748,34,3749,1669,1827,0,3749,1669,1827,34,191,3750,189,0,191,3750,189,34,3751,3425,3752,0,3751,3425,3752,34,3529,3531,3443,0,3529,3531,3443,34,3753,2378,3754,0,3753,2378,3754,34,1022,852,851,0,1022,852,851,34,3755,3756,3757,0,3755,3756,3757,34,2815,3758,1977,0,2815,3758,1977,34,3759,2570,3760,0,3759,2570,3760,34,2714,836,838,0,2714,836,838,34,3761,2555,2557,0,3761,2555,2557,34,3759,3760,31,0,3759,3760,31,34,3762,3763,3764,0,3762,3763,3764,34,2706,3765,1343,0,2706,3765,1343,34,2608,3766,537,0,2608,3766,537,34,2111,3767,2896,0,2111,3767,2896,34,2470,3768,1422,0,2470,3768,1422,34,3769,3297,263,0,3769,3297,263,34,3770,2451,3771,0,3770,2451,3771,34,3772,3773,3774,0,3772,3773,3774,34,3775,3776,857,0,3775,3776,857,34,3777,3778,3779,0,3777,3778,3779,34,3780,3781,329,0,3780,3781,329,34,1485,3612,3782,0,1485,3612,3782,34,2170,2606,2605,0,2170,2606,2605,34,3783,3784,2717,0,3783,3784,2717,34,486,3785,487,0,486,3785,487,34,2934,3786,3787,0,2934,3786,3787,34,2933,3788,3789,0,2933,3788,3789,34,1535,1537,3790,0,1535,1537,3790,34,3791,3792,3793,0,3791,3792,3793,34,3067,3794,577,0,3067,3794,577,34,1372,3795,3796,0,1372,3795,3796,34,3797,3798,2230,0,3797,3798,2230,34,3799,3800,3801,0,3799,3800,3801,34,3802,3803,3631,0,3802,3803,3631,34,3428,2036,2035,0,3428,2036,2035,34,601,3804,89,0,601,3804,89,34,3805,3806,3807,0,3805,3806,3807,34,3641,1534,3639,0,3641,1534,3639,34,1373,1372,3796,0,1373,1372,3796,34,3808,3809,2729,0,3808,3809,2729,34,540,3810,3811,0,540,3810,3811,34,2672,1409,3812,0,2672,1409,3812,34,3813,3093,3235,0,3813,3093,3235,34,3814,3815,3816,0,3814,3815,3816,34,3817,2280,2279,0,3817,2280,2279,34,1278,3818,2697,0,1278,3818,2697,34,3819,3820,3821,0,3819,3820,3821,34,3822,3823,3824,0,3822,3823,3824,34,3825,3826,3827,0,3825,3826,3827,34,3828,1600,3543,0,3828,1600,3543,34,603,3829,1807,0,603,3829,1807,34,3830,3831,3832,0,3830,3831,3832,34,3833,3834,3835,0,3833,3834,3835,34,11,1197,2682,0,11,1197,2682,34,3836,2565,3837,0,3836,2565,3837,34,3838,3839,3840,0,3838,3839,3840,34,3841,3842,3843,0,3841,3842,3843,34,3844,3845,1901,0,3844,3845,1901,34,3846,3847,2313,0,3846,3847,2313,34,2219,2220,3848,0,2219,2220,3848,34,511,3849,3850,0,511,3849,3850,34,3851,3852,3853,0,3851,3852,3853,34,1274,1273,3854,0,1274,1273,3854,34,3646,3855,3856,0,3646,3855,3856,34,3857,3858,3859,0,3857,3858,3859,34,3860,3305,3861,0,3860,3305,3861,34,77,3862,3863,0,77,3862,3863,34,3864,3865,3866,0,3864,3865,3866,34,1193,3867,1194,0,1193,3867,1194,34,1429,2745,3868,0,1429,2745,3868,34,2874,3869,2875,0,2874,3869,2875,34,151,3870,3871,0,151,3870,3871,34,751,3872,1045,0,751,3872,1045,34,3873,630,3874,0,3873,630,3874,34,62,3875,60,0,62,3875,60,34,3876,3877,3344,0,3876,3877,3344,34,3327,3878,3328,0,3327,3878,3328,34,1013,3095,3094,0,1013,3095,3094,34,3253,3879,2482,0,3253,3879,2482,34,665,1095,3880,0,665,1095,3880,34,1239,2392,3881,0,1239,2392,3881,34,3882,2844,3883,0,3882,2844,3883,34,3884,3885,3886,0,3884,3885,3886,34,3887,3888,3889,0,3887,3888,3889,34,1482,3890,3891,0,1482,3890,3891,34,2338,775,3892,0,2338,775,3892,34,2016,2018,3893,0,2016,2018,3893,34,3889,1882,1881,0,3889,1882,1881,34,3894,3895,2178,0,3894,3895,2178,34,3125,1683,3126,0,3125,1683,3126,34,3896,3897,2930,0,3896,3897,2930,34,887,889,3898,0,887,889,3898,34,3899,3900,3901,0,3899,3900,3901,34,1379,3902,3903,0,1379,3902,3903,34,3904,3905,3906,0,3904,3905,3906,34,3633,3907,3632,0,3633,3907,3632,34,3908,3909,609,0,3908,3909,609,34,2377,3910,3911,0,2377,3910,3911,34,3912,3913,3914,0,3912,3913,3914,34,1830,3176,3915,0,1830,3176,3915,34,3916,3917,3918,0,3916,3917,3918,34,3919,3920,3921,0,3919,3920,3921,34,2,1873,3922,0,2,1873,3922,34,2693,3162,3923,0,2693,3162,3923,34,3924,3925,3926,0,3924,3925,3926,34,3276,3927,3928,0,3276,3927,3928,34,3197,816,3929,0,3197,816,3929,34,2387,2360,2581,0,2387,2360,2581,34,3930,3896,989,0,3930,3896,989,34,2215,2214,3931,0,2215,2214,3931,34,3932,3933,3934,0,3932,3933,3934,34,3935,3936,3937,0,3935,3936,3937,34,887,3938,888,0,887,3938,888,34,2001,3939,2002,0,2001,3939,2002,34,2750,3857,3940,0,2750,3857,3940,34,3941,3942,3943,0,3941,3942,3943,34,3944,3945,3946,0,3944,3945,3946,34,2571,1993,3947,0,2571,1993,3947,34,294,3948,436,0,294,3948,436,34,1482,3514,3890,0,1482,3514,3890,34,2747,3949,2748,0,2747,3949,2748,34,3923,3162,3950,0,3923,3162,3950,34,3951,3952,2280,0,3951,3952,2280,34,3953,1072,1074,0,3953,1072,1074,34,3389,3954,2335,0,3389,3954,2335,34,3955,3337,3956,0,3955,3337,3956,34,1532,3957,3861,0,1532,3957,3861,34,3958,3959,2508,0,3958,3959,2508,34,3960,3961,2003,0,3960,3961,2003,34,1672,1404,1405,0,1672,1404,1405,34,516,3962,2065,0,516,3962,2065,34,222,3963,223,0,222,3963,223,34,92,94,3610,0,92,94,3610,34,549,3964,3965,0,549,3964,3965,34,2074,3966,3228,0,2074,3966,3228,34,3967,3968,3721,0,3967,3968,3721,34,1563,1562,3969,0,1563,1562,3969,34,3970,3247,3971,0,3970,3247,3971,34,3890,3972,3973,0,3890,3972,3973,34,3023,3025,3974,0,3023,3025,3974,34,3975,3976,3099,0,3975,3976,3099,34,3977,3978,3979,0,3977,3978,3979,34,2649,1981,2661,0,2649,1981,2661,34,1373,3796,3732,0,1373,3796,3732,34,3067,3980,3981,0,3067,3980,3981,34,483,3982,484,0,483,3982,484,34,762,764,3983,0,762,764,3983,34,3984,3985,3986,0,3984,3985,3986,34,3987,3988,3989,0,3987,3988,3989,34,3990,3991,210,0,3990,3991,210,34,3262,3264,3992,0,3262,3264,3992,34,2976,3993,3994,0,2976,3993,3994,34,3995,3996,3997,0,3995,3996,3997,34,3998,1996,432,0,3998,1996,432,34,3999,1524,1523,0,3999,1524,1523,34,4000,1083,3933,0,4000,1083,3933,34,2085,1881,4001,0,2085,1881,4001,34,3026,1768,3356,0,3026,1768,3356,34,4002,4003,4004,0,4002,4003,4004,34,1077,4005,4006,0,1077,4005,4006,34,2976,1341,3993,0,2976,1341,3993,34,4007,43,4008,0,4007,43,4008,34,4009,2191,4010,0,4009,2191,4010,34,4011,4012,4013,0,4011,4012,4013,34,3621,4014,4015,0,3621,4014,4015,34,2786,3080,2787,0,2786,3080,2787,34,2683,4016,4017,0,2683,4016,4017,34,3836,3837,1260,0,3836,3837,1260,34,4018,3609,3849,0,4018,3609,3849,34,830,832,4019,0,830,832,4019,34,2381,4020,2382,0,2381,4020,2382,34,3621,3492,4021,0,3621,3492,4021,34,4022,4023,2776,0,4022,4023,2776,34,2976,3994,3070,0,2976,3994,3070,34,1977,4024,214,0,1977,4024,214,34,4025,4026,1124,0,4025,4026,1124,34,1263,4027,1889,0,1263,4027,1889,34,4028,4029,2574,0,4028,4029,2574,34,4030,4031,4032,0,4030,4031,4032,34,549,4033,3964,0,549,4033,3964,34,4034,3979,3978,0,4034,3979,3978,34,4035,2137,2136,0,4035,2137,2136,34,1341,1340,4036,0,1341,1340,4036,34,1104,2737,2736,0,1104,2737,2736,34,4037,4038,4039,0,4037,4038,4039,34,4040,1674,3988,0,4040,1674,3988,34,4041,4042,3432,0,4041,4042,3432,34,1937,1820,1822,0,1937,1820,1822,34,4043,4044,4045,0,4043,4044,4045,34,4046,159,4047,0,4046,159,4047,34,1897,4048,4049,0,1897,4048,4049,34,3278,2931,3279,0,3278,2931,3279,34,4050,2791,4051,0,4050,2791,4051,34,636,4052,637,0,636,4052,637,34,2310,2775,2311,0,2310,2775,2311,34,1031,2050,1032,0,1031,2050,1032,34,1286,1747,4053,0,1286,1747,4053,34,4054,1983,1982,0,4054,1983,1982,34,3522,4055,4056,0,3522,4055,4056,34,2888,2603,2889,0,2888,2603,2889,34,45,47,4057,0,45,47,4057,34,4058,4059,4060,0,4058,4059,4060,34,4061,4062,450,0,4061,4062,450,34,1589,1159,1590,0,1589,1159,1590,34,4063,2403,706,0,4063,2403,706,34,4064,2800,4065,0,4064,2800,4065,34,4066,3098,3140,0,4066,3098,3140,34,1218,3115,1096,0,1218,3115,1096,34,903,2955,4067,0,903,2955,4067,34,1105,1337,1792,0,1105,1337,1792,34,4068,4069,4070,0,4068,4069,4070,34,1128,4071,4072,0,1128,4071,4072,34,4073,4074,4075,0,4073,4074,4075,34,522,4076,4077,0,522,4076,4077,34,1340,3551,4036,0,1340,3551,4036,34,4078,4079,2002,0,4078,4079,2002,34,1634,2821,1009,0,1634,2821,1009,34,2704,4080,2705,0,2704,4080,2705,34,4081,3551,1472,0,4081,3551,1472,34,4082,1007,4083,0,4082,1007,4083,34,4084,3163,4085,0,4084,3163,4085,34,4086,4087,4088,0,4086,4087,4088,34,4089,4090,4091,0,4089,4090,4091,34,1340,1472,3551,0,1340,1472,3551,34,4092,4093,4094,0,4092,4093,4094,34,310,4095,4096,0,310,4095,4096,34,1015,930,4097,0,1015,930,4097,34,4098,4099,4100,0,4098,4099,4100,34,2758,4101,4102,0,2758,4101,4102,34,1718,502,1716,0,1718,502,1716,34,658,4103,4104,0,658,4103,4104,34,220,4105,1091,0,220,4105,1091,34,3315,1745,4106,0,3315,1745,4106,34,2987,4107,4108,0,2987,4107,4108,34,4109,4110,4111,0,4109,4110,4111,34,4112,1302,1301,0,4112,1302,1301,34,4113,4114,4115,0,4113,4114,4115,34,4116,4117,4118,0,4116,4117,4118,34,4119,4120,4005,0,4119,4120,4005,34,4121,2815,4122,0,4121,2815,4122,34,4123,4124,1614,0,4123,4124,1614,34,2497,386,388,0,2497,386,388,34,3942,4125,4126,0,3942,4125,4126,34,1284,1283,2620,0,1284,1283,2620,34,1927,4127,4128,0,1927,4127,4128,34,4129,631,4130,0,4129,631,4130,34,4081,1472,1221,0,4081,1472,1221,34,4081,1221,4131,0,4081,1221,4131,34,808,1964,806,0,808,1964,806,34,4132,4133,4134,0,4132,4133,4134,34,116,4135,1705,0,116,4135,1705,34,4136,4137,3817,0,4136,4137,3817,34,4132,4134,4138,0,4132,4134,4138,34,3593,4139,4140,0,3593,4139,4140,34,750,2406,751,0,750,2406,751,34,1479,1481,4141,0,1479,1481,4141,34,1755,4142,4143,0,1755,4142,4143,34,1899,4144,4145,0,1899,4144,4145,34,4146,2694,3666,0,4146,2694,3666,34,1161,4147,1682,0,1161,4147,1682,34,146,4148,106,0,146,4148,106,34,2539,4149,4150,0,2539,4149,4150,34,4151,4152,1825,0,4151,4152,1825,34,4153,1752,4154,0,4153,1752,4154,34,4155,2580,117,0,4155,2580,117,34,4156,4157,1591,0,4156,4157,1591,34,4158,2298,4159,0,4158,2298,4159,34,2176,4160,2174,0,2176,4160,2174,34,547,4161,4162,0,547,4161,4162,34,4163,4164,4165,0,4163,4164,4165,34,1805,217,4166,0,1805,217,4166,34,829,4167,4168,0,829,4167,4168,34,1741,4169,1881,0,1741,4169,1881,34,713,715,2875,0,713,715,2875,34,4170,4171,4131,0,4170,4171,4131,34,2405,2404,4172,0,2405,2404,4172,34,3697,4173,4174,0,3697,4173,4174,34,4175,4176,3771,0,4175,4176,3771,34,653,321,3030,0,653,321,3030,34,4081,4131,4171,0,4081,4131,4171,34,4177,2551,483,0,4177,2551,483,34,2337,775,2338,0,2337,775,2338,34,3851,4178,4179,0,3851,4178,4179,34,1019,4180,1017,0,1019,4180,1017,34,4181,1316,1615,0,4181,1316,1615,34,4182,1671,4183,0,4182,1671,4183,34,3213,4184,3289,0,3213,4184,3289,34,3666,2694,4185,0,3666,2694,4185,34,3676,3788,2933,0,3676,3788,2933,34,1619,431,447,0,1619,431,447,34,4186,369,4187,0,4186,369,4187,34,2328,2908,1859,0,2328,2908,1859,34,4188,4189,4190,0,4188,4189,4190,34,4191,4062,4061,0,4191,4062,4061,34,3228,3966,1492,0,3228,3966,1492,34,4192,4193,1140,0,4192,4193,1140,34,4194,4195,1133,0,4194,4195,1133,34,4196,4197,4198,0,4196,4197,4198,34,4199,4200,4201,0,4199,4200,4201,34,4202,627,2684,0,4202,627,2684,34,190,782,1509,0,190,782,1509,34,4203,2625,4204,0,4203,2625,4204,34,348,2661,349,0,348,2661,349,34,1701,1703,1978,0,1701,1703,1978,34,375,374,4190,0,375,374,4190,34,4194,4205,4195,0,4194,4205,4195,34,4206,2286,4119,0,4206,2286,4119,34,4207,4208,4209,0,4207,4208,4209,34,375,4190,4189,0,375,4190,4189,34,4210,1484,4211,0,4210,1484,4211,34,2809,2845,4212,0,2809,2845,4212,34,863,2945,4213,0,863,2945,4213,34,983,4214,4215,0,983,4214,4215,34,4216,4217,4218,0,4216,4217,4218,34,4219,4220,4221,0,4219,4220,4221,34,1990,1989,4222,0,1990,1989,4222,34,3640,468,4223,0,3640,468,4223,34,3078,3080,2786,0,3078,3080,2786,34,4224,4225,4226,0,4224,4225,4226,34,58,4227,4228,0,58,4227,4228,34,3245,4229,4230,0,3245,4229,4230,34,4231,4232,4233,0,4231,4232,4233,34,255,4223,468,0,255,4223,468,34,4234,4235,4236,0,4234,4235,4236,34,3337,3336,814,0,3337,3336,814,34,401,4237,402,0,401,4237,402,34,4238,4239,4240,0,4238,4239,4240,34,3559,4241,1145,0,3559,4241,1145,34,4242,4243,4244,0,4242,4243,4244,34,4238,4240,4245,0,4238,4240,4245,34,3157,4246,4247,0,3157,4246,4247,34,374,468,4190,0,374,468,4190,34,3386,4248,4249,0,3386,4248,4249,34,4076,4250,4251,0,4076,4250,4251,34,4252,3544,4253,0,4252,3544,4253,34,4254,2597,4255,0,4254,2597,4255,34,4256,2910,4257,0,4256,2910,4257,34,4258,4259,4260,0,4258,4259,4260,34,4188,4190,468,0,4188,4190,468,34,1769,969,515,0,1769,969,515,34,368,4125,3942,0,368,4125,3942,34,4261,2869,4262,0,4261,2869,4262,34,2381,4263,4264,0,2381,4263,4264,34,4265,4266,4267,0,4265,4266,4267,34,3640,4188,468,0,3640,4188,468,34,112,4268,4269,0,112,4268,4269,34,4270,1274,3854,0,4270,1274,3854,34,3640,4223,3641,0,3640,4223,3641,34,416,418,1260,0,416,418,1260,34,3309,671,4271,0,3309,671,4271,34,4272,4273,4062,0,4272,4273,4062,34,4274,4275,3867,0,4274,4275,3867,34,3753,488,2378,0,3753,488,2378,34,4276,4277,4278,0,4276,4277,4278,34,1837,4279,4280,0,1837,4279,4280,34,4281,147,149,0,4281,147,149,34,3641,4223,1534,0,3641,4223,1534,34,4282,4283,4284,0,4282,4283,4284,34,3591,3590,4285,0,3591,3590,4285,34,4286,122,121,0,4286,122,121,34,835,4287,557,0,835,4287,557,34,1454,4288,4289,0,1454,4288,4289,34,2298,1167,4290,0,2298,1167,4290,34,3786,4291,3658,0,3786,4291,3658,34,4292,4293,1231,0,4292,4293,1231,34,2641,4294,4295,0,2641,4294,4295,34,4223,255,1534,0,4223,255,1534,34,1781,4296,4297,0,1781,4296,4297,34,4298,4299,1119,0,4298,4299,1119,34,3711,4300,429,0,3711,4300,429,34,792,4301,3590,0,792,4301,3590,34,3876,1228,2228,0,3876,1228,2228,34,4302,1053,208,0,4302,1053,208,34,3166,4303,4304,0,3166,4303,4304,34,4113,4115,822,0,4113,4115,822,34,4305,4306,1452,0,4305,4306,1452,34,312,585,3347,0,312,585,3347,34,4307,4308,3010,0,4307,4308,3010,34,964,3147,3146,0,964,3147,3146,34,4309,592,3816,0,4309,592,3816,34,3229,3228,389,0,3229,3228,389,34,4310,979,2046,0,4310,979,2046,34,4239,4311,4312,0,4239,4311,4312,34,4313,140,4314,0,4313,140,4314,34,916,929,4315,0,916,929,4315,34,2992,2107,4316,0,2992,2107,4316,34,3674,1898,3675,0,3674,1898,3675,34,2536,4317,1559,0,2536,4317,1559,34,3582,4318,4319,0,3582,4318,4319,34,1145,4320,2192,0,1145,4320,2192,34,4321,4322,4323,0,4321,4322,4323,34,4324,920,4325,0,4324,920,4325,34,519,4326,2985,0,519,4326,2985,34,4327,952,4328,0,4327,952,4328,34,3117,1212,4329,0,3117,1212,4329,34,4330,4331,1901,0,4330,4331,1901,34,3902,4332,4333,0,3902,4332,4333,34,3208,2988,4334,0,3208,2988,4334,34,1495,1534,1493,0,1495,1534,1493,34,3444,4335,3695,0,3444,4335,3695,34,4336,4026,4337,0,4336,4026,4337,34,4338,4202,2684,0,4338,4202,2684,34,1846,4339,1844,0,1846,4339,1844,34,3275,4340,1862,0,3275,4340,1862,34,1858,4341,4342,0,1858,4341,4342,34,4343,4344,4345,0,4343,4344,4345,34,1495,4346,1534,0,1495,4346,1534,34,1484,3612,1485,0,1484,3612,1485,34,4210,4211,4347,0,4210,4211,4347,34,2011,2256,4348,0,2011,2256,4348,34,4349,3101,3100,0,4349,3101,3100,34,4346,1495,3940,0,4346,1495,3940,34,1110,347,4350,0,1110,347,4350,34,4050,4051,4351,0,4050,4051,4351,34,3250,1972,4352,0,3250,1972,4352,34,1519,1518,1601,0,1519,1518,1601,34,3668,4353,4146,0,3668,4353,4146,34,4354,1110,4355,0,4354,1110,4355,34,3618,4356,3619,0,3618,4356,3619,34,4357,4358,4359,0,4357,4358,4359,34,3940,1495,2750,0,3940,1495,2750,34,4013,4360,4361,0,4013,4360,4361,34,4362,3945,4363,0,4362,3945,4363,34,4364,4365,4366,0,4364,4365,4366,34,2149,4367,4368,0,2149,4367,4368,34,4369,4370,4100,0,4369,4370,4100,34,2856,1263,1889,0,2856,1263,1889,34,4371,619,621,0,4371,619,621,34,1068,4372,4373,0,1068,4372,4373,34,4374,4375,4376,0,4374,4375,4376,34,1419,3240,4377,0,1419,3240,4377,34,4378,4379,4380,0,4378,4379,4380,34,4381,4382,4383,0,4381,4382,4383,34,1467,4384,3608,0,1467,4384,3608,34,2641,2640,4294,0,2641,2640,4294,34,4385,4386,4387,0,4385,4386,4387,34,1342,1243,1242,0,1342,1243,1242,34,2274,3710,4388,0,2274,3710,4388,34,2391,3881,2392,0,2391,3881,2392,34,4389,865,4390,0,4389,865,4390,34,919,921,2884,0,919,921,2884,34,4391,4392,4393,0,4391,4392,4393,34,4394,4395,4396,0,4394,4395,4396,34,3935,621,3936,0,3935,621,3936,34,4397,210,4398,0,4397,210,4398,34,4399,4400,4092,0,4399,4400,4092,34,531,3275,1042,0,531,3275,1042,34,4401,4402,248,0,4401,4402,248,34,1476,4403,1477,0,1476,4403,1477,34,1734,1082,1084,0,1734,1082,1084,34,4404,4405,4406,0,4404,4405,4406,34,4407,4408,4409,0,4407,4408,4409,34,3327,2825,2824,0,3327,2825,2824,34,3117,3066,1064,0,3117,3066,1064,34,4410,4411,589,0,4410,4411,589,34,2597,60,2598,0,2597,60,2598,34,2807,2811,3858,0,2807,2811,3858,34,2807,3858,2750,0,2807,3858,2750,34,4412,4406,4405,0,4412,4406,4405,34,4413,2774,2773,0,4413,2774,2773,34,4414,891,4415,0,4414,891,4415,34,3788,2952,3789,0,3788,2952,3789,34,4416,3294,4417,0,4416,3294,4417,34,1445,1444,4418,0,1445,1444,4418,34,4419,4420,4421,0,4419,4420,4421,34,2735,2771,2736,0,2735,2771,2736,34,684,4422,4423,0,684,4422,4423,34,4424,4425,3431,0,4424,4425,3431,34,789,3875,790,0,789,3875,790,34,4426,4110,4109,0,4426,4110,4109,34,4427,4428,4429,0,4427,4428,4429,34,3669,4430,3957,0,3669,4430,3957,34,4203,4431,4432,0,4203,4431,4432,34,3857,2750,3858,0,3857,2750,3858,34,4433,4434,4435,0,4433,4434,4435,34,4436,3062,262,0,4436,3062,262,34,4437,2242,4438,0,4437,2242,4438,34,4439,4440,4205,0,4439,4440,4205,34,4441,2408,2410,0,4441,2408,2410,34,637,4052,4442,0,637,4052,4442,34,4443,2858,4444,0,4443,2858,4444,34,943,1609,1608,0,943,1609,1608,34,2911,4445,4446,0,2911,4445,4446,34,2857,2859,4447,0,2857,2859,4447,34,864,863,4213,0,864,863,4213,34,3400,4198,4197,0,3400,4198,4197,34,4140,4345,4344,0,4140,4345,4344,34,3462,1409,2674,0,3462,1409,2674,34,2811,2911,4446,0,2811,2911,4446,34,4419,3440,3442,0,4419,3440,3442,34,1420,1419,3239,0,1420,1419,3239,34,502,3556,503,0,502,3556,503,34,1168,4448,4449,0,1168,4448,4449,34,106,1844,4339,0,106,1844,4339,34,4450,3294,2767,0,4450,3294,2767,34,2067,4451,4452,0,2067,4451,4452,34,4453,4248,3386,0,4453,4248,3386,34,3858,2811,4446,0,3858,2811,4446,34,2466,4454,4455,0,2466,4454,4455,34,4100,4456,4098,0,4100,4456,4098,34,3858,4446,3859,0,3858,4446,3859,34,4457,4458,4459,0,4457,4458,4459,34,1547,4460,4461,0,1547,4460,4461,34,2674,2418,3462,0,2674,2418,3462,34,1428,1430,2137,0,1428,1430,2137,34,4462,570,569,0,4462,570,569,34,2675,4463,2676,0,2675,4463,2676,34,652,651,4464,0,652,651,4464,34,4465,523,525,0,4465,523,525,34,2175,4466,3864,0,2175,4466,3864,34,4467,4468,2213,0,4467,4468,2213,34,4469,4470,4471,0,4469,4470,4471,34,2241,1796,4472,0,2241,1796,4472,34,4473,4474,4475,0,4473,4474,4475,34,4476,138,3838,0,4476,138,3838,34,3622,701,837,0,3622,701,837,34,4477,4478,1763,0,4477,4478,1763,34,2946,4479,2947,0,2946,4479,2947,34,1758,4457,4480,0,1758,4457,4480,34,4481,4482,4483,0,4481,4482,4483,34,4484,3747,4485,0,4484,3747,4485,34,3836,4486,2566,0,3836,4486,2566,34,4487,4488,4489,0,4487,4488,4489,34,990,4490,161,0,990,4490,161,34,4491,4492,1579,0,4491,4492,1579,34,4493,4494,4495,0,4493,4494,4495,34,2464,2627,4388,0,2464,2627,4388,34,4496,508,2501,0,4496,508,2501,34,1722,1724,1165,0,1722,1724,1165,34,4497,2855,1189,0,4497,2855,1189,34,1969,4498,4499,0,1969,4498,4499,34,4500,4501,4502,0,4500,4501,4502,34,4503,769,771,0,4503,769,771,34,4504,314,4505,0,4504,314,4505,34,4506,1093,2260,0,4506,1093,2260,34,1332,4507,657,0,1332,4507,657,34,4508,2681,1281,0,4508,2681,1281,34,4509,3518,4510,0,4509,3518,4510,34,1093,4511,2134,0,1093,4511,2134,34,4512,4469,4513,0,4512,4469,4513,34,3442,3986,3985,0,3442,3986,3985,34,4514,4515,4516,0,4514,4515,4516,34,4517,3741,4518,0,4517,3741,4518,34,1685,4519,4520,0,1685,4519,4520,34,4521,4522,4523,0,4521,4522,4523,34,2593,4524,709,0,2593,4524,709,34,4525,3790,1537,0,4525,3790,1537,34,1483,3514,1482,0,1483,3514,1482,34,4513,4469,4526,0,4513,4469,4526,34,4527,4528,4529,0,4527,4528,4529,34,366,1097,367,0,366,1097,367,34,4530,4531,1782,0,4530,4531,1782,34,1423,1425,3022,0,1423,1425,3022,34,3359,483,3270,0,3359,483,3270,34,4532,4533,2698,0,4532,4533,2698,34,4534,4535,4536,0,4534,4535,4536,34,4114,4113,4537,0,4114,4113,4537,34,3495,4538,4539,0,3495,4538,4539,34,2488,4540,4541,0,2488,4540,4541,34,4542,4543,4304,0,4542,4543,4304,34,2645,4544,4545,0,2645,4544,4545,34,2645,4545,4144,0,2645,4545,4144,34,4546,4070,4547,0,4546,4070,4547,34,12,14,3355,0,12,14,3355,34,990,160,4548,0,990,160,4548,34,3109,4549,4550,0,3109,4549,4550,34,450,449,2417,0,450,449,2417,34,2458,4551,2456,0,2458,4551,2456,34,4552,2691,1767,0,4552,2691,1767,34,295,294,4553,0,295,294,4553,34,3245,2602,4229,0,3245,2602,4229,34,2344,2324,4554,0,2344,2324,4554,34,1179,2164,2676,0,1179,2164,2676,34,3855,2952,4555,0,3855,2952,4555,34,4556,4557,2087,0,4556,4557,2087,34,146,145,4148,0,146,145,4148,34,4558,501,500,0,4558,501,500,34,4559,2472,1396,0,4559,2472,1396,34,3551,4171,3552,0,3551,4171,3552,34,4560,4561,4562,0,4560,4561,4562,34,4563,2220,4564,0,4563,2220,4564,34,4207,4565,1741,0,4207,4565,1741,34,4566,4567,2385,0,4566,4567,2385,34,4526,3552,4171,0,4526,3552,4171,34,4568,4569,4558,0,4568,4569,4558,34,4338,2684,2683,0,4338,2684,2683,34,4570,4571,677,0,4570,4571,677,34,3552,4526,4469,0,3552,4526,4469,34,4462,4572,1892,0,4462,4572,1892,34,2689,2062,3606,0,2689,2062,3606,34,4573,4574,4575,0,4573,4574,4575,34,3845,3230,3232,0,3845,3230,3232,34,1264,1263,1065,0,1264,1263,1065,34,3720,3612,527,0,3720,3612,527,34,2205,4576,1101,0,2205,4576,1101,34,4577,1144,4578,0,4577,1144,4578,34,4579,1050,1049,0,4579,1050,1049,34,4580,4581,565,0,4580,4581,565,34,3929,4582,3946,0,3929,4582,3946,34,4583,4584,4585,0,4583,4584,4585,34,500,4568,4558,0,500,4568,4558,34,2497,388,827,0,2497,388,827,34,2421,4586,2423,0,2421,4586,2423,34,4587,4588,3653,0,4587,4588,3653,34,1479,4589,3453,0,1479,4589,3453,34,4590,2102,4591,0,4590,2102,4591,34,4592,2321,4593,0,4592,2321,4593,34,1443,1445,1894,0,1443,1445,1894,34,3326,334,333,0,3326,334,333,34,1479,3453,4594,0,1479,3453,4594,34,3129,4595,4596,0,3129,4595,4596,34,2253,4597,4489,0,2253,4597,4489,34,2058,4598,4599,0,2058,4598,4599,34,3874,4600,4601,0,3874,4600,4601,34,1857,1856,1899,0,1857,1856,1899,34,330,4602,331,0,330,4602,331,34,2074,4603,4604,0,2074,4603,4604,34,4207,1740,4208,0,4207,1740,4208,34,4514,4516,3564,0,4514,4516,3564,34,4605,4606,3510,0,4605,4606,3510,34,4607,4608,4609,0,4607,4608,4609,34,3481,2049,3254,0,3481,2049,3254,34,4610,3502,3118,0,4610,3502,3118,34,4611,1262,3712,0,4611,1262,3712,34,1324,1373,4612,0,1324,1373,4612,34,4613,1793,1792,0,4613,1793,1792,34,2855,1066,1065,0,2855,1066,1065,34,4614,660,4615,0,4614,660,4615,34,2698,4533,2699,0,2698,4533,2699,34,3552,4471,3550,0,3552,4471,3550,34,2167,3020,3019,0,2167,3020,3019,34,4616,4617,4618,0,4616,4617,4618,34,4619,4620,1421,0,4619,4620,1421,34,2699,4621,1645,0,2699,4621,1645,34,1819,4622,4623,0,1819,4622,4623,34,1250,1249,585,0,1250,1249,585,34,4624,1956,4625,0,4624,1956,4625,34,3999,4626,4627,0,3999,4626,4627,34,4628,4629,2742,0,4628,4629,2742,34,4630,1999,1230,0,4630,1999,1230,34,1397,1396,4631,0,1397,1396,4631,34,2687,4632,2688,0,2687,4632,2688,34,2499,1027,1026,0,2499,1027,1026,34,4633,4495,3282,0,4633,4495,3282,34,724,726,4634,0,724,726,4634,34,4635,4636,2232,0,4635,4636,2232,34,4471,3552,4469,0,4471,3552,4469,34,2940,4637,4638,0,2940,4637,4638,34,1226,1225,1977,0,1226,1225,1977,34,552,4639,4640,0,552,4639,4640,34,2738,3545,174,0,2738,3545,174,34,4485,4641,4642,0,4485,4641,4642,34,4496,4643,509,0,4496,4643,509,34,4293,4644,4645,0,4293,4644,4645,34,4490,4646,2559,0,4490,4646,2559,34,4496,509,508,0,4496,509,508,34,4149,3075,4647,0,4149,3075,4647,34,4648,4649,2611,0,4648,4649,2611,34,4650,1660,4234,0,4650,1660,4234,34,3970,4308,253,0,3970,4308,253,34,4651,4652,4653,0,4651,4652,4653,34,1564,1566,4654,0,1564,1566,4654,34,4655,4656,4657,0,4655,4656,4657,34,1154,4658,4659,0,1154,4658,4659,34,4232,4660,4233,0,4232,4660,4233,34,2558,2560,4661,0,2558,2560,4661,34,4662,2457,3907,0,4662,2457,3907,34,1622,4663,1623,0,1622,4663,1623,34,1705,4664,1706,0,1705,4664,1706,34,4665,1268,4666,0,4665,1268,4666,34,4341,3480,3482,0,4341,3480,3482,34,1521,753,755,0,1521,753,755,34,4667,2026,4668,0,4667,2026,4668,34,4669,3639,4670,0,4669,3639,4670,34,4671,4672,1322,0,4671,4672,1322,34,4673,1145,4241,0,4673,1145,4241,34,4674,4675,8,0,4674,4675,8,34,4676,4236,4677,0,4676,4236,4677,34,4678,4679,2431,0,4678,4679,2431,34,4680,4681,840,0,4680,4681,840,34,4220,4682,4683,0,4220,4682,4683,34,3623,4684,4685,0,3623,4684,4685,34,4686,4687,4688,0,4686,4687,4688,34,607,4689,681,0,607,4689,681,34,4690,2338,3892,0,4690,2338,3892,34,4691,1694,4692,0,4691,1694,4692,34,2923,2922,4693,0,2923,2922,4693,34,4694,4695,4696,0,4694,4695,4696,34,1153,4658,1154,0,1153,4658,1154,34,4697,4698,4699,0,4697,4698,4699,34,4700,4701,4317,0,4700,4701,4317,34,3692,3693,4702,0,3692,3693,4702,34,4703,4704,4705,0,4703,4704,4705,34,4706,3929,816,0,4706,3929,816,34,2120,4707,4708,0,2120,4707,4708,34,2912,200,3353,0,2912,200,3353,34,257,1592,4709,0,257,1592,4709,34,4224,4710,3077,0,4224,4710,3077,34,3071,1276,3745,0,3071,1276,3745,34,4711,3352,3351,0,4711,3352,3351,34,4506,4511,1093,0,4506,4511,1093,34,3714,4669,4712,0,3714,4669,4712,34,4082,4083,998,0,4082,4083,998,34,4713,4714,2468,0,4713,4714,2468,34,3638,2028,4715,0,3638,2028,4715,34,4716,4717,292,0,4716,4717,292,34,4718,4352,4719,0,4718,4352,4719,34,2058,510,4598,0,2058,510,4598,34,3638,4715,4720,0,3638,4715,4720,34,4721,477,733,0,4721,477,733,34,2618,1944,4243,0,2618,1944,4243,34,2186,4722,4723,0,2186,4722,4723,34,4724,4725,4726,0,4724,4725,4726,34,4727,3346,4728,0,4727,3346,4728,34,4729,4730,4731,0,4729,4730,4731,34,4732,2978,4733,0,4732,2978,4733,34,4734,4735,4736,0,4734,4735,4736,34,4737,4376,4738,0,4737,4376,4738,34,4739,3284,4740,0,4739,3284,4740,34,4460,2155,4501,0,4460,2155,4501,34,3714,3639,4669,0,3714,3639,4669,34,4741,4742,4743,0,4741,4742,4743,34,1248,1676,4744,0,1248,1676,4744,34,3506,4745,4746,0,3506,4745,4746,34,878,4747,3520,0,878,4747,3520,34,2422,4748,4749,0,2422,4748,4749,34,4750,4751,603,0,4750,4751,603,34,4752,358,357,0,4752,358,357,34,4753,3824,3823,0,4753,3824,3823,34,4754,4755,705,0,4754,4755,705,34,4756,4757,4712,0,4756,4757,4712,34,4756,4712,4758,0,4756,4712,4758,34,4759,3129,4596,0,4759,3129,4596,34,4760,3382,4761,0,4760,3382,4761,34,4762,1514,2439,0,4762,1514,2439,34,4076,4763,4250,0,4076,4763,4250,34,3448,4764,4765,0,3448,4764,4765,34,3762,3764,4766,0,3762,3764,4766,34,4248,1932,1934,0,4248,1932,1934,34,4767,2130,2532,0,4767,2130,2532,34,4768,3529,4769,0,4768,3529,4769,34,3577,4034,4770,0,3577,4034,4770,34,1616,4771,2798,0,1616,4771,2798,34,4772,4301,792,0,4772,4301,792,34,4773,1032,4774,0,4773,1032,4774,34,2448,4775,1763,0,2448,4775,1763,34,4776,4777,3581,0,4776,4777,3581,34,2202,4778,4779,0,2202,4778,4779,34,4085,4780,1807,0,4085,4780,1807,34,4781,2936,4782,0,4781,2936,4782,34,275,55,4783,0,275,55,4783,34,4784,3626,4785,0,4784,3626,4785,34,2875,3869,4786,0,2875,3869,4786,34,3159,3329,4787,0,3159,3329,4787,34,1264,4788,4789,0,1264,4788,4789,34,4756,4758,4670,0,4756,4758,4670,34,714,2183,4790,0,714,2183,4790,34,4434,4353,4791,0,4434,4353,4791,34,4792,4793,2313,0,4792,4793,2313,34,4679,96,2432,0,4679,96,2432,34,4794,817,816,0,4794,817,816,34,1265,4795,4027,0,1265,4795,4027,34,3664,3663,4796,0,3664,3663,4796,34,1804,217,1805,0,1804,217,1805,34,3441,4797,4798,0,3441,4797,4798,34,4799,2277,4800,0,4799,2277,4800,34,1521,755,1522,0,1521,755,1522,34,3574,4387,1055,0,3574,4387,1055,34,4669,4670,4758,0,4669,4670,4758,34,4801,417,4802,0,4801,417,4802,34,4803,4804,3975,0,4803,4804,3975,34,4669,4758,4712,0,4669,4758,4712,34,3397,4805,4806,0,3397,4805,4806,34,1616,2798,1617,0,1616,2798,1617,34,3849,3345,4807,0,3849,3345,4807,34,4774,1875,1731,0,4774,1875,1731,34,4808,4809,1900,0,4808,4809,1900,34,4810,3025,4811,0,4810,3025,4811,34,2918,469,4812,0,2918,469,4812,34,4813,4814,4815,0,4813,4814,4815,34,4722,4816,4723,0,4722,4816,4723,34,786,2576,2578,0,786,2576,2578,34,4817,4818,1834,0,4817,4818,1834,34,4819,1491,4820,0,4819,1491,4820,34,527,3611,31,0,527,3611,31,34,4821,2808,4822,0,4821,2808,4822,34,4823,4824,4825,0,4823,4824,4825,34,4826,2083,707,0,4826,2083,707,34,4827,4828,4829,0,4827,4828,4829,34,4155,2581,2580,0,4155,2581,2580,34,4830,4831,4832,0,4830,4831,4832,34,4833,2753,4834,0,4833,2753,4834,34,3923,4022,4201,0,3923,4022,4201,34,4606,4835,3760,0,4606,4835,3760,34,1555,4836,3059,0,1555,4836,3059,34,4341,4181,3480,0,4341,4181,3480,34,3204,2740,2360,0,3204,2740,2360,34,4837,4284,4283,0,4837,4284,4283,34,4838,4839,4840,0,4838,4839,4840,34,4841,4499,4498,0,4841,4499,4498,34,2545,2847,2504,0,2545,2847,2504,34,4423,4842,4843,0,4423,4842,4843,34,916,918,4844,0,916,918,4844,34,4723,4845,4846,0,4723,4845,4846,34,2634,3729,4847,0,2634,3729,4847,34,3215,3214,3373,0,3215,3214,3373,34,4848,2775,2310,0,4848,2775,2310,34,916,4315,917,0,916,4315,917,34,345,1808,1762,0,345,1808,1762,34,236,277,736,0,236,277,736,34,3032,4271,4849,0,3032,4271,4849,34,4850,4851,2089,0,4850,4851,2089,34,2765,3148,3150,0,2765,3148,3150,34,3704,4852,4853,0,3704,4852,4853,34,1284,2620,2622,0,1284,2620,2622,34,4074,4080,4854,0,4074,4080,4854,34,2925,4855,4856,0,2925,4855,4856,34,4857,4060,4059,0,4857,4060,4059,34,2059,801,2060,0,2059,801,2060,34,4858,4859,4860,0,4858,4859,4860,34,1339,4613,1337,0,1339,4613,1337,34,4861,4862,4649,0,4861,4862,4649,34,1731,4332,4773,0,1731,4332,4773,34,1032,4773,1033,0,1032,4773,1033,34,4863,3171,2712,0,4863,3171,2712,34,3406,1434,2373,0,3406,1434,2373,34,4864,4865,4866,0,4864,4865,4866,34,4867,4868,4869,0,4867,4868,4869,34,3791,3793,632,0,3791,3793,632,34,3241,3243,4870,0,3241,3243,4870,34,4165,4871,4163,0,4165,4871,4163,34,4872,1534,4346,0,4872,1534,4346,34,4873,56,4874,0,4873,56,4874,34,4111,4312,4311,0,4111,4312,4311,34,437,4875,4876,0,437,4875,4876,34,4877,3737,3739,0,4877,3737,3739,34,4878,4879,174,0,4878,4879,174,34,2488,2487,4540,0,2488,2487,4540,34,2266,4880,303,0,2266,4880,303,34,4881,4840,638,0,4881,4840,638,34,4882,997,1431,0,4882,997,1431,34,4883,2573,4884,0,4883,2573,4884,34,4885,4886,4887,0,4885,4886,4887,34,1002,4888,4889,0,1002,4888,4889,34,520,522,2928,0,520,522,2928,34,4890,4891,4892,0,4890,4891,4892,34,3202,3874,630,0,3202,3874,630,34,2230,4893,1474,0,2230,4893,1474,34,1540,1976,142,0,1540,1976,142,34,3940,4872,4346,0,3940,4872,4346,34,4894,1514,4895,0,4894,1514,4895,34,4896,3408,4897,0,4896,3408,4897,34,3262,2822,2821,0,3262,2822,2821,34,4898,4899,4804,0,4898,4899,4804,34,4900,4901,4902,0,4900,4901,4902,34,4903,4904,4733,0,4903,4904,4733,34,1075,1077,4006,0,1075,1077,4006,34,4670,3639,1534,0,4670,3639,1534,34,786,2578,874,0,786,2578,874,34,3945,4905,2393,0,3945,4905,2393,34,4906,4907,3168,0,4906,4907,3168,34,3947,1992,2084,0,3947,1992,2084,34,1190,4908,2456,0,1190,4908,2456,34,4909,4910,809,0,4909,4910,809,34,4911,2232,4636,0,4911,2232,4636,34,4912,4913,4914,0,4912,4913,4914,34,2618,2617,4915,0,2618,2617,4915,34,4916,3807,4917,0,4916,3807,4917,34,2819,1358,2820,0,2819,1358,2820,34,2751,4654,4918,0,2751,4654,4918,34,4787,4317,4701,0,4787,4317,4701,34,4919,4920,4921,0,4919,4920,4921,34,4058,4922,4059,0,4058,4922,4059,34,1331,4923,3072,0,1331,4923,3072,34,4561,4560,4924,0,4561,4560,4924,34,4925,4926,4927,0,4925,4926,4927,34,3525,3564,4516,0,3525,3564,4516,34,4928,1285,1284,0,4928,1285,1284,34,2536,1559,4929,0,2536,1559,4929,34,2854,4930,2855,0,2854,4930,2855,34,3610,512,511,0,3610,512,511,34,1922,4931,2862,0,1922,4931,2862,34,3075,2538,3076,0,3075,2538,3076,34,4756,4670,4932,0,4756,4670,4932,34,4224,4647,4710,0,4224,4647,4710,34,2537,3939,3140,0,2537,3939,3140,34,3832,3831,4933,0,3832,3831,4933,34,4934,4935,2850,0,4934,4935,2850,34,4936,3600,4937,0,4936,3600,4937,34,4938,4428,4939,0,4938,4428,4939,34,4940,4941,4942,0,4940,4941,4942,34,4676,2241,4943,0,4676,2241,4943,34,1938,4944,4945,0,1938,4944,4945,34,4946,4947,359,0,4946,4947,359,34,4670,4872,4932,0,4670,4872,4932,34,3832,4933,4948,0,3832,4933,4948,34,4949,4950,4951,0,4949,4950,4951,34,4952,4953,4954,0,4952,4953,4954,34,2435,2437,4246,0,2435,2437,4246,34,4872,4670,1534,0,4872,4670,1534,34,4955,4956,4957,0,4955,4956,4957,34,2331,4958,4959,0,2331,4958,4959,34,2372,4960,1818,0,2372,4960,1818,34,4961,4489,4488,0,4961,4489,4488,34,514,4962,515,0,514,4962,515,34,845,4963,846,0,845,4963,846,34,4964,3869,4965,0,4964,3869,4965,34,4966,4967,4968,0,4966,4967,4968,34,4969,4970,4339,0,4969,4970,4339,34,662,3303,1800,0,662,3303,1800,34,4971,2789,2547,0,4971,2789,2547,34,4972,2731,2730,0,4972,2731,2730,34,4374,4376,4973,0,4374,4376,4973,34,4226,4149,4647,0,4226,4149,4647,34,4974,4975,4976,0,4974,4975,4976,34,3934,580,579,0,3934,580,579,34,1759,1025,154,0,1759,1025,154,34,3525,2901,3526,0,3525,2901,3526,34,1346,3337,3955,0,1346,3337,3955,34,802,989,3896,0,802,989,3896,34,231,1068,4977,0,231,1068,4977,34,122,4286,4978,0,122,4286,4978,34,4979,4980,4981,0,4979,4980,4981,34,4982,4983,4984,0,4982,4983,4984,34,1344,1203,1205,0,1344,1203,1205,34,4985,4070,4069,0,4985,4070,4069,34,927,4986,928,0,927,4986,928,34,4151,1825,4416,0,4151,1825,4416,34,4987,4988,320,0,4987,4988,320,34,151,3871,4989,0,151,3871,4989,34,1516,1313,1514,0,1516,1313,1514,34,4990,2138,4991,0,4990,2138,4991,34,2007,2009,4992,0,2007,2009,4992,34,4993,4436,4994,0,4993,4436,4994,34,2427,2426,4995,0,2427,2426,4995,34,4975,4996,4976,0,4975,4996,4976,34,4967,3991,4968,0,4967,3991,4968,34,4997,4998,4999,0,4997,4998,4999,34,2415,1079,1078,0,2415,1079,1078,34,1922,2862,1923,0,1922,2862,1923,34,2080,3175,3174,0,2080,3175,3174,34,5000,5001,5002,0,5000,5001,5002,34,3004,3006,5003,0,3004,3006,5003,34,5004,4588,5005,0,5004,4588,5005,34,189,5006,5007,0,189,5006,5007,34,4421,5008,4797,0,4421,5008,4797,34,33,482,5009,0,33,482,5009,34,5010,4976,5011,0,5010,4976,5011,34,5012,5013,5014,0,5012,5013,5014,34,2375,5015,3281,0,2375,5015,3281,34,5016,2598,60,0,5016,2598,60,34,3609,4018,5017,0,3609,4018,5017,34,4793,5018,5019,0,4793,5018,5019,34,2804,5020,5021,0,2804,5020,5021,34,1641,1841,1639,0,1641,1841,1639,34,3736,5022,5023,0,3736,5022,5023,34,5024,5025,5026,0,5024,5025,5026,34,3347,5027,5028,0,3347,5027,5028,34,5029,1373,5030,0,5029,1373,5030,34,5031,3001,3000,0,5031,3001,3000,34,3822,5032,5033,0,3822,5032,5033,34,5034,5035,2999,0,5034,5035,2999,34,2600,2601,4492,0,2600,2601,4492,34,165,5036,166,0,165,5036,166,34,5037,5011,4976,0,5037,5011,4976,34,5037,4976,4996,0,5037,4976,4996,34,1344,1346,5038,0,1344,1346,5038,34,1413,2439,5039,0,1413,2439,5039,34,949,950,5040,0,949,950,5040,34,5041,5042,1712,0,5041,5042,1712,34,5043,5044,5045,0,5043,5044,5045,34,3212,3171,4863,0,3212,3171,4863,34,3476,2304,2306,0,3476,2304,2306,34,5046,4789,5047,0,5046,4789,5047,34,2525,5048,4719,0,2525,5048,4719,34,5049,1715,2642,0,5049,1715,2642,34,5050,3842,5051,0,5050,3842,5051,34,2525,4719,4352,0,2525,4719,4352,34,3920,5052,4121,0,3920,5052,4121,34,5053,5054,5055,0,5053,5054,5055,34,5056,5057,3680,0,5056,5057,3680,34,5058,3264,5059,0,5058,3264,5059,34,2169,1967,2167,0,2169,1967,2167,34,3208,5060,2988,0,3208,5060,2988,34,4890,5061,4891,0,4890,5061,4891,34,1366,5062,5063,0,1366,5062,5063,34,4581,4262,2869,0,4581,4262,2869,34,1732,1731,1875,0,1732,1731,1875,34,4809,3675,1900,0,4809,3675,1900,34,1776,1775,2542,0,1776,1775,2542,34,5064,5065,4974,0,5064,5065,4974,34,4611,3712,5066,0,4611,3712,5066,34,3383,3382,3637,0,3383,3382,3637,34,5067,5068,877,0,5067,5068,877,34,5069,4261,5070,0,5069,4261,5070,34,5071,4079,4078,0,5071,4079,4078,34,923,4728,4634,0,923,4728,4634,34,3525,4516,1577,0,3525,4516,1577,34,5064,5072,5065,0,5064,5072,5065,34,5073,5074,5075,0,5073,5074,5075,34,5076,3416,1657,0,5076,3416,1657,34,3039,5077,3217,0,3039,5077,3217,34,2387,5078,3601,0,2387,5078,3601,34,5079,3779,5080,0,5079,3779,5080,34,4479,5081,518,0,4479,5081,518,34,44,1948,5082,0,44,1948,5082,34,2265,2225,2817,0,2265,2225,2817,34,2,3922,3727,0,2,3922,3727,34,2527,3356,1768,0,2527,3356,1768,34,5083,2704,5084,0,5083,2704,5084,34,5085,2245,5086,0,5085,2245,5086,34,2381,2383,4263,0,2381,2383,4263,34,5087,3435,3260,0,5087,3435,3260,34,5088,2858,2857,0,5088,2858,2857,34,708,710,5089,0,708,710,5089,34,4176,5090,5091,0,4176,5090,5091,34,5092,1427,5093,0,5092,1427,5093,34,810,5094,1949,0,810,5094,1949,34,5095,5096,4474,0,5095,5096,4474,34,5097,2327,2926,0,5097,2327,2926,34,5098,4837,4283,0,5098,4837,4283,34,1799,5099,5100,0,1799,5099,5100,34,3097,1605,1607,0,3097,1605,1607,34,5065,4975,4974,0,5065,4975,4974,34,1915,1914,1527,0,1915,1914,1527,34,970,5101,5102,0,970,5101,5102,34,4638,5103,5104,0,4638,5103,5104,34,2969,5105,4966,0,2969,5105,4966,34,3619,5106,1560,0,3619,5106,1560,34,5107,3292,3291,0,5107,3292,3291,34,3883,2264,5108,0,3883,2264,5108,34,3696,3271,5109,0,3696,3271,5109,34,4175,2450,5110,0,4175,2450,5110,34,4759,3130,3129,0,4759,3130,3129,34,4216,899,898,0,4216,899,898,34,5111,186,62,0,5111,186,62,34,2116,2118,5112,0,2116,2118,5112,34,5113,5114,4010,0,5113,5114,4010,34,5115,5116,5117,0,5115,5116,5117,34,5118,116,5119,0,5118,116,5119,34,3723,5120,4316,0,3723,5120,4316,34,2587,5121,5122,0,2587,5121,5122,34,5123,4070,4546,0,5123,4070,4546,34,3987,5124,5125,0,3987,5124,5125,34,1371,5029,5126,0,1371,5029,5126,34,5127,3377,5128,0,5127,3377,5128,34,2969,2968,5105,0,2969,2968,5105,34,951,4328,952,0,951,4328,952,34,1969,1971,4498,0,1969,1971,4498,34,5129,1849,5130,0,5129,1849,5130,34,1517,5131,5132,0,1517,5131,5132,34,2998,2840,2842,0,2998,2840,2842,34,4011,4361,5133,0,4011,4361,5133,34,5134,3487,5135,0,5134,3487,5135,34,5136,1916,1894,0,5136,1916,1894,34,2013,5137,2014,0,2013,5137,2014,34,4444,2858,5138,0,4444,2858,5138,34,5139,5140,690,0,5139,5140,690,34,1367,4217,1554,0,1367,4217,1554,34,3943,1219,3941,0,3943,1219,3941,34,699,4931,1922,0,699,4931,1922,34,135,1000,5141,0,135,1000,5141,34,3358,5142,5143,0,3358,5142,5143,34,5144,4754,3122,0,5144,4754,3122,34,5145,5146,1222,0,5145,5146,1222,34,5147,5148,5149,0,5147,5148,5149,34,5150,2165,5042,0,5150,2165,5042,34,2265,2817,3357,0,2265,2817,3357,34,5151,4077,5152,0,5151,4077,5152,34,3388,5153,3225,0,3388,5153,3225,34,5154,5155,4456,0,5154,5155,4456,34,3107,806,4871,0,3107,806,4871,34,5156,1621,1620,0,5156,1621,1620,34,1866,1865,1284,0,1866,1865,1284,34,3841,5157,3842,0,3841,5157,3842,34,4450,277,4417,0,4450,277,4417,34,1796,5158,4472,0,1796,5158,4472,34,3213,4335,4184,0,3213,4335,4184,34,4920,4919,3913,0,4920,4919,3913,34,5072,5064,5148,0,5072,5064,5148,34,3930,2059,5159,0,3930,2059,5159,34,5023,5022,4892,0,5023,5022,4892,34,5160,5161,5162,0,5160,5161,5162,34,3438,3439,5163,0,3438,3439,5163,34,3221,392,3133,0,3221,392,3133,34,4413,5164,2774,0,4413,5164,2774,34,722,5165,723,0,722,5165,723,34,5166,4879,4161,0,5166,4879,4161,34,5167,1566,1565,0,5167,1566,1565,34,3117,1064,1212,0,3117,1064,1212,34,5168,3521,1627,0,5168,3521,1627,34,5147,5072,5148,0,5147,5072,5148,34,4686,4688,5169,0,4686,4688,5169,34,2128,1792,3469,0,2128,1792,3469,34,2766,3206,2767,0,2766,3206,2767,34,5170,5171,5172,0,5170,5171,5172,34,2650,4788,1067,0,2650,4788,1067,34,5173,3031,5174,0,5173,3031,5174,34,5175,5176,5177,0,5175,5176,5177,34,5178,5179,5180,0,5178,5179,5180,34,2761,460,2147,0,2761,460,2147,34,5181,4416,4417,0,5181,4416,4417,34,5182,5183,5120,0,5182,5183,5120,34,5184,1525,5185,0,5184,1525,5185,34,1013,3094,1014,0,1013,3094,1014,34,5186,4392,2853,0,5186,4392,2853,34,1489,2643,5187,0,1489,2643,5187,34,5188,1541,1907,0,5188,1541,1907,34,5189,4903,5190,0,5189,4903,5190,34,2815,5092,4122,0,2815,5092,4122,34,5191,2566,5192,0,5191,2566,5192,34,1827,4731,4730,0,1827,4731,4730,34,3995,4675,4674,0,3995,4675,4674,34,5193,5194,5195,0,5193,5194,5195,34,5196,2932,512,0,5196,2932,512,34,5197,3572,3573,0,5197,3572,3573,34,2053,5198,4535,0,2053,5198,4535,34,5199,3539,3538,0,5199,3539,3538,34,32,31,1484,0,32,31,1484,34,5200,5201,5202,0,5200,5201,5202,34,5203,2698,2700,0,5203,2698,2700,34,32,1484,4210,0,32,1484,4210,34,1021,2154,5204,0,1021,2154,5204,34,5205,5206,5207,0,5205,5206,5207,34,5208,2532,2531,0,5208,2532,2531,34,5209,480,479,0,5209,480,479,34,1611,5210,5211,0,1611,5210,5211,34,462,43,463,0,462,43,463,34,4258,4281,4259,0,4258,4281,4259,34,1396,1398,2126,0,1396,1398,2126,34,2317,680,679,0,2317,680,679,34,4066,5212,3098,0,4066,5212,3098,34,1984,5213,5214,0,1984,5213,5214,34,5215,5216,5217,0,5215,5216,5217,34,5218,5219,5220,0,5218,5219,5220,34,4419,4421,4797,0,4419,4421,4797,34,5221,5222,5147,0,5221,5222,5147,34,5221,5147,5149,0,5221,5147,5149,34,1427,1225,5223,0,1427,1225,5223,34,4550,4437,3716,0,4550,4437,3716,34,3551,3550,4036,0,3551,3550,4036,34,5224,3072,4923,0,5224,3072,4923,34,319,2181,320,0,319,2181,320,34,510,509,5225,0,510,509,5225,34,5226,1126,1125,0,5226,1126,1125,34,3662,3661,583,0,3662,3661,583,34,5227,602,3319,0,5227,602,3319,34,4479,4617,5228,0,4479,4617,5228,34,5229,5230,5231,0,5229,5230,5231,34,4173,5232,5233,0,4173,5232,5233,34,5234,3481,5235,0,5234,3481,5235,34,879,878,2945,0,879,878,2945,34,3206,737,736,0,3206,737,736,34,5236,3789,2952,0,5236,3789,2952,34,5237,5238,5239,0,5237,5238,5239,34,5240,5241,5242,0,5240,5241,5242,34,5068,317,877,0,5068,317,877,34,1345,2209,814,0,1345,2209,814,34,5243,3456,3455,0,5243,3456,3455,34,3837,3366,3367,0,3837,3366,3367,34,4734,4736,3110,0,4734,4736,3110,34,2346,3923,3950,0,2346,3923,3950,34,5244,2959,1772,0,5244,2959,1772,34,5245,3922,1873,0,5245,3922,1873,34,5246,4843,4842,0,5246,4843,4842,34,319,318,5247,0,319,318,5247,34,1211,519,518,0,1211,519,518,34,5248,5249,5211,0,5248,5249,5211,34,2206,5250,5251,0,2206,5250,5251,34,4715,5252,5253,0,4715,5252,5253,34,5254,3049,383,0,5254,3049,383,34,5255,2941,5256,0,5255,2941,5256,34,1186,1973,1975,0,1186,1973,1975,34,1226,281,5257,0,1226,281,5257,34,3111,5258,2583,0,3111,5258,2583,34,1764,2109,1765,0,1764,2109,1765,34,2661,1761,349,0,2661,1761,349,34,5259,4036,3550,0,5259,4036,3550,34,248,2300,5260,0,248,2300,5260,34,3171,5261,5262,0,3171,5261,5262,34,5263,5264,5265,0,5263,5264,5265,34,689,5266,5267,0,689,5266,5267,34,1787,5268,1788,0,1787,5268,1788,34,5269,2521,5270,0,5269,2521,5270,34,444,443,5271,0,444,443,5271,34,3433,5172,3121,0,3433,5172,3121,34,1577,4516,5272,0,1577,4516,5272,34,4799,4800,3956,0,4799,4800,3956,34,5273,5259,3550,0,5273,5259,3550,34,2386,5274,5275,0,2386,5274,5275,34,4830,4892,2483,0,4830,4892,2483,34,4450,4417,3294,0,4450,4417,3294,34,5276,3644,5277,0,5276,3644,5277,34,950,1209,5040,0,950,1209,5040,34,5278,5279,5280,0,5278,5279,5280,34,1380,259,5281,0,1380,259,5281,34,5282,5283,2216,0,5282,5283,2216,34,5284,3828,3543,0,5284,3828,3543,34,4813,530,529,0,4813,530,529,34,4780,5048,1807,0,4780,5048,1807,34,2519,5269,5285,0,2519,5269,5285,34,1141,5286,53,0,1141,5286,53,34,310,309,659,0,310,309,659,34,3201,3578,3202,0,3201,3578,3202,34,2394,2588,5287,0,2394,2588,5287,34,5288,5289,1778,0,5288,5289,1778,34,4422,684,2357,0,4422,684,2357,34,5290,5291,640,0,5290,5291,640,34,3789,5292,2933,0,3789,5292,2933,34,5293,3185,5294,0,5293,3185,5294,34,5295,5296,5297,0,5295,5296,5297,34,1181,3931,2214,0,1181,3931,2214,34,5298,5241,5299,0,5298,5241,5299,34,5300,5273,5301,0,5300,5273,5301,34,5062,1366,5302,0,5062,1366,5302,34,5303,1133,3784,0,5303,1133,3784,34,3731,5304,5305,0,3731,5304,5305,34,3197,3199,571,0,3197,3199,571,34,4266,1433,4267,0,4266,1433,4267,34,1814,5306,1815,0,1814,5306,1815,34,5074,5307,88,0,5074,5307,88,34,3567,3365,2879,0,3567,3365,2879,34,4995,353,5308,0,4995,353,5308,34,5309,3614,5310,0,5309,3614,5310,34,1206,4197,2559,0,1206,4197,2559,34,5311,5312,3565,0,5311,5312,3565,34,5313,1092,5314,0,5313,1092,5314,34,5259,5273,5300,0,5259,5273,5300,34,5315,1157,1553,0,5315,1157,1553,34,4672,5316,5317,0,4672,5316,5317,34,5318,5319,5320,0,5318,5319,5320,34,2362,1468,5321,0,2362,1468,5321,34,4772,792,791,0,4772,792,791,34,128,127,5322,0,128,127,5322,34,4930,4908,1189,0,4930,4908,1189,34,3685,3709,3686,0,3685,3709,3686,34,5323,2886,5324,0,5323,2886,5324,34,4336,5325,5326,0,4336,5325,5326,34,350,1245,1247,0,350,1245,1247,34,5327,2217,5283,0,5327,2217,5283,34,3906,5328,423,0,3906,5328,423,34,3958,2379,5329,0,3958,2379,5329,34,492,1950,5330,0,492,1950,5330,34,4474,5331,5332,0,4474,5331,5332,34,3404,2715,3784,0,3404,2715,3784,34,505,5333,506,0,505,5333,506,34,3893,1050,4579,0,3893,1050,4579,34,1449,1451,5334,0,1449,1451,5334,34,5335,5336,950,0,5335,5336,950,34,3457,5337,399,0,3457,5337,399,34,3550,4471,5273,0,3550,4471,5273,34,4696,922,766,0,4696,922,766,34,1057,2078,1058,0,1057,2078,1058,34,4683,5338,2920,0,4683,5338,2920,34,5339,3059,5340,0,5339,3059,5340,34,5058,5341,5193,0,5058,5341,5193,34,5342,5343,5344,0,5342,5343,5344,34,4929,1559,1561,0,4929,1559,1561,34,5345,5346,5347,0,5345,5346,5347,34,3250,4352,5348,0,3250,4352,5348,34,2818,5349,3534,0,2818,5349,3534,34,5350,5351,1176,0,5350,5351,1176,34,5352,3748,5353,0,5352,3748,5353,34,5354,5219,5355,0,5354,5219,5355,34,5356,5357,271,0,5356,5357,271,34,5358,3209,3703,0,5358,3209,3703,34,5359,3008,2171,0,5359,3008,2171,34,1319,2630,1320,0,1319,2630,1320,34,1953,3054,3053,0,1953,3054,3053,34,2937,4731,1464,0,2937,4731,1464,34,1582,38,37,0,1582,38,37,34,5360,5361,5362,0,5360,5361,5362,34,3951,4137,5363,0,3951,4137,5363,34,608,1928,5364,0,608,1928,5364,34,4098,4456,5365,0,4098,4456,5365,34,3872,1891,1045,0,3872,1891,1045,34,5366,5367,5368,0,5366,5367,5368,34,485,57,59,0,485,57,59,34,5369,5187,2643,0,5369,5187,2643,34,4471,5370,5301,0,4471,5370,5301,34,5213,2326,5371,0,5213,2326,5371,34,5372,1785,442,0,5372,1785,442,34,4242,4244,1378,0,4242,4244,1378,34,5373,5374,3742,0,5373,5374,3742,34,5315,1553,1552,0,5315,1553,1552,34,2206,825,5250,0,2206,825,5250,34,1885,2200,1886,0,1885,2200,1886,34,2557,5375,2686,0,2557,5375,2686,34,2511,2409,2408,0,2511,2409,2408,34,5376,5377,4900,0,5376,5377,4900,34,3166,5378,4303,0,3166,5378,4303,34,5379,4069,4068,0,5379,4069,4068,34,5380,5381,5382,0,5380,5381,5382,34,3943,5383,5384,0,3943,5383,5384,34,5021,5385,4728,0,5021,5385,4728,34,959,2361,957,0,959,2361,957,34,5386,5387,4574,0,5386,5387,4574,34,3452,3454,2605,0,3452,3454,2605,34,5388,5389,5390,0,5388,5389,5390,34,2588,5391,5392,0,2588,5391,5392,34,5393,5394,5112,0,5393,5394,5112,34,3341,5395,5396,0,3341,5395,5396,34,5397,5398,1575,0,5397,5398,1575,34,4850,326,1801,0,4850,326,1801,34,2511,5399,5400,0,2511,5399,5400,34,2197,5401,1091,0,2197,5401,1091,34,5402,4884,5403,0,5402,4884,5403,34,1423,5404,4449,0,1423,5404,4449,34,2073,5405,5406,0,2073,5405,5406,34,2356,5407,5408,0,2356,5407,5408,34,5409,5410,5411,0,5409,5410,5411,34,2560,2559,5412,0,2560,2559,5412,34,2629,5413,2158,0,2629,5413,2158,34,499,5414,497,0,499,5414,497,34,1303,5415,5160,0,1303,5415,5160,34,5416,5417,5418,0,5416,5417,5418,34,4025,1126,2678,0,4025,1126,2678,34,3930,1753,4153,0,3930,1753,4153,34,4185,4199,5419,0,4185,4199,5419,34,5420,1870,5421,0,5420,1870,5421,34,345,1763,4478,0,345,1763,4478,34,5273,4471,5301,0,5273,4471,5301,34,1749,1841,1843,0,1749,1841,1843,34,5422,3644,4790,0,5422,3644,4790,34,3112,335,2019,0,3112,335,2019,34,2888,901,1450,0,2888,901,1450,34,5226,1125,5423,0,5226,1125,5423,34,3817,3951,2280,0,3817,3951,2280,34,4675,3997,5424,0,4675,3997,5424,34,5066,3712,408,0,5066,3712,408,34,5425,2711,1026,0,5425,2711,1026,34,2471,1421,4620,0,2471,1421,4620,34,267,5426,268,0,267,5426,268,34,5427,1430,5428,0,5427,1430,5428,34,1046,5429,4535,0,1046,5429,4535,34,5430,694,5431,0,5430,694,5431,34,3535,5432,5433,0,3535,5432,5433,34,5434,5435,2289,0,5434,5435,2289,34,4867,3176,1830,0,4867,3176,1830,34,3676,5436,5437,0,3676,5436,5437,34,784,445,785,0,784,445,785,34,5244,2229,5438,0,5244,2229,5438,34,2486,2488,5439,0,2486,2488,5439,34,1081,5440,438,0,1081,5440,438,34,777,1422,5441,0,777,1422,5441,34,5292,5236,5442,0,5292,5236,5442,34,2281,2280,3952,0,2281,2280,3952,34,3953,5443,1072,0,3953,5443,1072,34,3966,5444,5390,0,3966,5444,5390,34,5024,5026,5338,0,5024,5026,5338,34,3598,5445,5446,0,3598,5445,5446,34,3698,5447,3272,0,3698,5447,3272,34,5448,459,5449,0,5448,459,5449,34,4976,5010,4756,0,4976,5010,4756,34,4974,4976,4756,0,4974,4976,4756,34,3314,1665,1745,0,3314,1665,1745,34,5450,4739,414,0,5450,4739,414,34,4566,5451,4567,0,4566,5451,4567,34,5452,2514,266,0,5452,2514,266,34,5453,5454,5258,0,5453,5454,5258,34,4898,4803,3893,0,4898,4803,3893,34,4530,5070,5455,0,4530,5070,5455,34,1181,1182,1426,0,1181,1182,1426,34,1839,774,773,0,1839,774,773,34,1344,2208,1345,0,1344,2208,1345,34,1900,4145,4808,0,1900,4145,4808,34,2616,2833,1348,0,2616,2833,1348,34,5456,2032,5457,0,5456,2032,5457,34,5458,5459,1348,0,5458,5459,1348,34,4757,4756,5010,0,4757,4756,5010,34,2545,2546,5113,0,2545,2546,5113,34,2403,4597,2404,0,2403,4597,2404,34,4336,5326,1124,0,4336,5326,1124,34,33,5009,34,0,33,5009,34,34,3863,5460,5461,0,3863,5460,5461,34,2600,5462,5463,0,2600,5462,5463,34,5464,1053,1052,0,5464,1053,1052,34,5465,5466,5467,0,5465,5466,5467,34,5468,5469,4173,0,5468,5469,4173,34,5470,762,3983,0,5470,762,3983,34,286,5144,385,0,286,5144,385,34,5471,4099,5472,0,5471,4099,5472,34,3646,704,705,0,3646,704,705,34,5473,5474,5475,0,5473,5474,5475,34,4303,5378,5476,0,4303,5378,5476,34,1901,951,1902,0,1901,951,1902,34,534,3705,5477,0,534,3705,5477,34,3444,4184,4335,0,3444,4184,4335,34,1179,2676,1180,0,1179,2676,1180,34,2963,5478,5479,0,2963,5478,5479,34,4011,5133,4951,0,4011,5133,4951,34,2201,3240,2635,0,2201,3240,2635,34,5480,5481,3618,0,5480,5481,3618,34,5482,5270,4219,0,5482,5270,4219,34,2236,4585,4584,0,2236,4585,4584,34,1971,5483,4498,0,1971,5483,4498,34,1717,3045,3313,0,1717,3045,3313,34,433,939,2131,0,433,939,2131,34,5196,5484,5485,0,5196,5484,5485,34,5486,5487,5488,0,5486,5487,5488,34,5064,4974,4932,0,5064,4974,4932,34,3505,3588,5489,0,3505,3588,5489,34,2783,3959,2724,0,2783,3959,2724,34,5490,3498,2533,0,5490,3498,2533,34,5491,504,5492,0,5491,504,5492,34,2747,3300,2185,0,2747,3300,2185,34,4300,1651,1607,0,4300,1651,1607,34,838,3088,2714,0,838,3088,2714,34,5493,2756,2755,0,5493,2756,2755,34,303,5494,304,0,303,5494,304,34,5495,5496,1897,0,5495,5496,1897,34,5497,4932,4872,0,5497,4932,4872,34,5498,5499,5500,0,5498,5499,5500,34,5501,5398,5502,0,5501,5398,5502,34,664,666,5503,0,664,666,5503,34,4510,3518,3517,0,4510,3518,3517,34,1633,1635,5504,0,1633,1635,5504,34,1858,4855,2327,0,1858,4855,2327,34,5505,5506,578,0,5505,5506,578,34,4426,5507,4110,0,4426,5507,4110,34,5508,5509,5350,0,5508,5509,5350,34,1488,5510,4979,0,1488,5510,4979,34,3652,5511,3653,0,3652,5511,3653,34,4196,4198,5512,0,4196,4198,5512,34,3409,3132,394,0,3409,3132,394,34,34,5513,1237,0,34,5513,1237,34,5514,84,3158,0,5514,84,3158,34,1626,2173,3146,0,1626,2173,3146,34,5515,268,5426,0,5515,268,5426,34,295,5516,5517,0,295,5516,5517,34,5518,4822,2808,0,5518,4822,2808,34,4530,1782,4297,0,4530,1782,4297,34,5519,5520,5521,0,5519,5520,5521,34,5522,5523,5379,0,5522,5523,5379,34,1686,5524,1089,0,1686,5524,1089,34,1788,514,2064,0,1788,514,2064,34,5132,1462,1517,0,5132,1462,1517,34,5525,1841,5526,0,5525,1841,5526,34,5527,3746,2302,0,5527,3746,2302,34,4756,4932,4974,0,4756,4932,4974,34,3886,3885,5528,0,3886,3885,5528,34,3359,3270,3269,0,3359,3270,3269,34,4998,3018,3566,0,4998,3018,3566,34,5529,5530,5531,0,5529,5530,5531,34,731,5532,732,0,731,5532,732,34,1934,5533,3050,0,1934,5533,3050,34,136,5534,5535,0,136,5534,5535,34,2632,5536,5537,0,2632,5536,5537,34,5538,3709,5539,0,5538,3709,5539,34,2821,5540,5541,0,2821,5540,5541,34,2727,5542,5358,0,2727,5542,5358,34,5543,547,546,0,5543,547,546,34,4819,5544,5545,0,4819,5544,5545,34,2805,5546,2806,0,2805,5546,2806,34,4212,5547,4958,0,4212,5547,4958,34,5548,3494,5549,0,5548,3494,5549,34,4176,5091,5550,0,4176,5091,5550,34,730,5551,731,0,730,5551,731,34,2192,2748,3949,0,2192,2748,3949,34,5552,5149,5553,0,5552,5149,5553,34,1016,2044,930,0,1016,2044,930,34,4046,5512,5554,0,4046,5512,5554,34,1949,1325,4612,0,1949,1325,4612,34,5555,5556,805,0,5555,5556,805,34,5557,5553,5149,0,5557,5553,5149,34,3624,1704,1706,0,3624,1704,1706,34,5033,5164,5558,0,5033,5164,5558,34,5559,5560,5561,0,5559,5560,5561,34,3095,5562,3096,0,3095,5562,3096,34,3803,5563,5564,0,3803,5563,5564,34,5149,5148,5557,0,5149,5148,5557,34,258,5281,259,0,258,5281,259,34,5565,1885,5566,0,5565,1885,5566,34,2935,2887,5323,0,2935,2887,5323,34,5567,5568,5569,0,5567,5568,5569,34,2664,936,938,0,2664,936,938,34,5570,4255,4912,0,5570,4255,4912,34,876,877,317,0,876,877,317,34,5179,2243,4864,0,5179,2243,4864,34,5571,5572,4528,0,5571,5572,4528,34,5573,2782,2781,0,5573,2782,2781,34,890,5574,5575,0,890,5574,5575,34,346,3340,3339,0,346,3340,3339,34,3318,5167,1565,0,3318,5167,1565,34,5576,5577,5578,0,5576,5577,5578,34,3208,5579,3703,0,3208,5579,3703,34,209,5580,980,0,209,5580,980,34,5581,1421,776,0,5581,1421,776,34,5582,5583,4231,0,5582,5583,4231,34,3184,5584,5585,0,3184,5584,5585,34,5586,3660,3662,0,5586,3660,3662,34,5587,5588,5589,0,5587,5588,5589,34,5590,5591,2363,0,5590,5591,2363,34,672,674,3503,0,672,674,3503,34,4858,4860,5592,0,4858,4860,5592,34,4093,5593,5594,0,4093,5593,5594,34,699,5595,700,0,699,5595,700,34,3140,3576,3575,0,3140,3576,3575,34,1833,1832,5596,0,1833,1832,5596,34,5497,5557,4932,0,5497,5557,4932,34,793,792,5597,0,793,792,5597,34,5598,5599,4783,0,5598,5599,4783,34,5600,5601,5602,0,5600,5601,5602,34,3699,2711,2710,0,3699,2711,2710,34,4991,3505,5489,0,4991,3505,5489,34,986,2917,5603,0,986,2917,5603,34,5604,3424,5605,0,5604,3424,5605,34,2312,2314,5606,0,2312,2314,5606,34,4932,5557,5064,0,4932,5557,5064,34,4826,707,706,0,4826,707,706,34,2199,5510,5607,0,2199,5510,5607,34,4640,1586,5608,0,4640,1586,5608,34,4826,706,2403,0,4826,706,2403,34,5609,5610,5611,0,5609,5610,5611,34,5612,5613,5179,0,5612,5613,5179,34,609,3909,5614,0,609,3909,5614,34,5615,4304,4543,0,5615,4304,4543,34,1795,1779,1192,0,1795,1779,1192,34,3355,5616,5593,0,3355,5616,5593,34,5557,5148,5064,0,5557,5148,5064,34,3894,5617,5618,0,3894,5617,5618,34,4706,3937,3929,0,4706,3937,3929,34,2148,4555,3788,0,2148,4555,3788,34,1593,2577,1594,0,1593,2577,1594,34,5619,5342,5344,0,5619,5342,5344,34,1921,1682,5620,0,1921,1682,5620,34,5552,5221,5149,0,5552,5221,5149,34,5621,5622,5623,0,5621,5622,5623,34,614,5504,5624,0,614,5504,5624,34,959,3513,4384,0,959,3513,4384,34,5625,1549,5626,0,5625,1549,5626,34,3759,31,30,0,3759,31,30,34,5627,5628,5629,0,5627,5628,5629,34,5630,5631,1309,0,5630,5631,1309,34,4379,1280,4380,0,4379,1280,4380,34,5632,5633,3330,0,5632,5633,3330,34,2026,4296,2027,0,2026,4296,2027,34,5634,5635,3108,0,5634,5635,3108,34,5636,5221,5552,0,5636,5221,5552,34,3665,2055,1872,0,3665,2055,1872,34,1377,1379,5637,0,1377,1379,5637,34,1594,5638,2553,0,1594,5638,2553,34,4136,4028,4009,0,4136,4028,4009,34,2265,560,2266,0,2265,560,2266,34,694,4148,145,0,694,4148,145,34,4028,5056,3679,0,4028,5056,3679,34,5639,1435,3296,0,5639,1435,3296,34,470,14,471,0,470,14,471,34,3991,5640,4968,0,3991,5640,4968,34,4238,5641,5642,0,4238,5641,5642,34,5643,4053,5107,0,5643,4053,5107,34,5644,4409,5645,0,5644,4409,5645,34,5646,419,5647,0,5646,419,5647,34,1265,4027,1263,0,1265,4027,1263,34,5648,5649,967,0,5648,5649,967,34,5594,1931,5650,0,5594,1931,5650,34,5651,2102,1339,0,5651,2102,1339,34,2165,1712,5042,0,2165,1712,5042,34,5652,3857,5553,0,5652,3857,5553,34,1973,2921,1974,0,1973,2921,1974,34,3857,3859,5553,0,3857,3859,5553,34,686,5653,3875,0,686,5653,3875,34,1479,4594,1480,0,1479,4594,1480,34,4875,5654,5655,0,4875,5654,5655,34,3036,3035,5319,0,3036,3035,5319,34,617,3233,5656,0,617,3233,5656,34,4212,2845,5547,0,4212,2845,5547,34,5657,5658,2211,0,5657,5658,2211,34,5659,3569,1000,0,5659,3569,1000,34,3753,1401,488,0,3753,1401,488,34,1258,1260,3367,0,1258,1260,3367,34,3081,5660,5661,0,3081,5660,5661,34,5662,4687,2319,0,5662,4687,2319,34,5663,5664,5665,0,5663,5664,5665,34,5609,5666,5610,0,5609,5666,5610,34,5667,5668,5669,0,5667,5668,5669,34,5008,2336,2338,0,5008,2336,2338,34,5328,3906,5670,0,5328,3906,5670,34,2206,2205,826,0,2206,2205,826,34,5671,5507,5672,0,5671,5507,5672,34,3439,5673,5163,0,3439,5673,5163,34,4949,78,5674,0,4949,78,5674,34,5675,3168,3170,0,5675,3168,3170,34,3166,4304,5615,0,3166,4304,5615,34,4559,5676,2473,0,4559,5676,2473,34,4965,715,5677,0,4965,715,5677,34,326,2733,1801,0,326,2733,1801,34,58,3593,5678,0,58,3593,5678,34,4196,4047,161,0,4196,4047,161,34,211,210,5679,0,211,210,5679,34,1008,5680,5681,0,1008,5680,5681,34,2007,5682,5683,0,2007,5682,5683,34,5684,5685,3918,0,5684,5685,3918,34,4121,5052,2815,0,4121,5052,2815,34,803,805,5686,0,803,805,5686,34,5687,5688,5409,0,5687,5688,5409,34,5689,5690,5691,0,5689,5690,5691,34,3940,5497,4872,0,3940,5497,4872,34,2548,2547,2789,0,2548,2547,2789,34,5692,3033,669,0,5692,3033,669,34,932,176,5693,0,932,176,5693,34,1009,5541,1010,0,1009,5541,1010,34,392,394,3132,0,392,394,3132,34,4251,4250,5694,0,4251,4250,5694,34,53,5695,5696,0,53,5695,5696,34,1307,3090,5697,0,1307,3090,5697,34,5103,2559,4646,0,5103,2559,4646,34,3940,3857,5497,0,3940,3857,5497,34,1031,5698,5699,0,1031,5698,5699,34,1176,5508,5350,0,1176,5508,5350,34,5700,5701,5702,0,5700,5701,5702,34,1231,4293,1162,0,1231,4293,1162,34,5703,5704,5705,0,5703,5704,5705,34,4120,4006,4005,0,4120,4006,4005,34,5706,5707,5708,0,5706,5707,5708,34,1233,3921,4292,0,1233,3921,4292,34,5709,5430,5431,0,5709,5430,5431,34,5710,3127,5711,0,5710,3127,5711,34,3797,4838,5712,0,3797,4838,5712,34,5713,5714,5715,0,5713,5714,5715,34,3497,453,1526,0,3497,453,1526,34,5716,3290,5717,0,5716,3290,5717,34,5718,5152,4077,0,5718,5152,4077,34,2416,859,3407,0,2416,859,3407,34,3477,5719,3478,0,3477,5719,3478,34,3131,3130,5720,0,3131,3130,5720,34,5721,2919,4138,0,5721,2919,4138,34,5722,4744,3894,0,5722,4744,3894,34,5723,5724,5725,0,5723,5724,5725,34,190,1509,191,0,190,1509,191,34,3599,5726,379,0,3599,5726,379,34,192,5727,5347,0,192,5727,5347,34,1122,947,1505,0,1122,947,1505,34,5728,803,2591,0,5728,803,2591,34,3857,5652,5497,0,3857,5652,5497,34,3105,5729,3106,0,3105,5729,3106,34,5460,5183,4625,0,5460,5183,4625,34,2459,1466,2460,0,2459,1466,2460,34,5730,5731,2215,0,5730,5731,2215,34,1946,1961,4476,0,1946,1961,4476,34,5732,4348,2256,0,5732,4348,2256,34,1229,1262,5733,0,1229,1262,5733,34,5734,2476,5735,0,5734,2476,5735,34,5736,4950,5674,0,5736,4950,5674,34,4504,1746,1321,0,4504,1746,1321,34,481,117,482,0,481,117,482,34,4134,5737,5738,0,4134,5737,5738,34,5739,721,723,0,5739,721,723,34,416,1260,1259,0,416,1260,1259,34,933,5740,934,0,933,5740,934,34,5588,5397,5589,0,5588,5397,5589,34,1557,5688,1188,0,1557,5688,1188,34,5741,5255,5256,0,5741,5255,5256,34,4330,3845,3232,0,4330,3845,3232,34,3669,1532,4435,0,3669,1532,4435,34,5652,5553,5557,0,5652,5553,5557,34,5742,3673,1393,0,5742,3673,1393,34,153,5743,154,0,153,5743,154,34,3085,5744,5745,0,3085,5744,5745,34,1658,3898,3015,0,1658,3898,3015,34,1315,1317,4141,0,1315,1317,4141,34,3110,1833,5746,0,3110,1833,5746,34,3372,3918,3917,0,3372,3918,3917,34,3921,5747,3919,0,3921,5747,3919,34,1686,4520,5524,0,1686,4520,5524,34,3217,1717,3039,0,3217,1717,3039,34,1947,412,411,0,1947,412,411,34,2316,1654,1653,0,2316,1654,1653,34,15,5748,1824,0,15,5748,1824,34,5749,5750,4473,0,5749,5750,4473,34,5751,1211,5752,0,5751,1211,5752,34,2925,4856,5297,0,2925,4856,5297,34,2015,5753,2013,0,2015,5753,2013,34,4729,5754,3485,0,4729,5754,3485,34,3097,1651,5755,0,3097,1651,5755,34,1746,5756,682,0,1746,5756,682,34,2139,5757,1527,0,2139,5757,1527,34,5652,5557,5497,0,5652,5557,5497,34,5741,5758,200,0,5741,5758,200,34,5759,1033,5760,0,5759,1033,5760,34,2299,1963,239,0,2299,1963,239,34,5633,5761,5480,0,5633,5761,5480,34,5093,1427,5762,0,5093,1427,5762,34,5763,5764,5765,0,5763,5764,5765,34,5766,5601,5600,0,5766,5601,5600,34,5767,5768,5769,0,5767,5768,5769,34,3134,3136,5770,0,3134,3136,5770,34,5749,4475,5344,0,5749,4475,5344,34,732,5724,4866,0,732,5724,4866,34,162,3306,5161,0,162,3306,5161,34,5771,5772,1970,0,5771,5772,1970,34,5773,5774,4064,0,5773,5774,4064,34,4778,2637,825,0,4778,2637,825,34,717,4289,5775,0,717,4289,5775,34,5776,169,5777,0,5776,169,5777,34,423,5778,5779,0,423,5778,5779,34,3202,4770,3874,0,3202,4770,3874,34,3626,5780,4785,0,3626,5780,4785,34,950,1172,1209,0,950,1172,1209,34,5781,5782,1112,0,5781,5782,1112,34,4286,121,2677,0,4286,121,2677,34,2706,1242,2707,0,2706,1242,2707,34,600,5783,601,0,600,5783,601,34,3381,3383,5784,0,3381,3383,5784,34,5785,5786,5787,0,5785,5786,5787,34,1783,4588,5788,0,1783,4588,5788,34,2654,829,4897,0,2654,829,4897,34,5639,3296,3298,0,5639,3296,3298,34,5789,5790,5791,0,5789,5790,5791,34,878,4213,2945,0,878,4213,2945,34,506,5333,5735,0,506,5333,5735,34,1719,1721,5792,0,1719,1721,5792,34,2402,5225,3617,0,2402,5225,3617,34,2912,2914,5793,0,2912,2914,5793,34,23,5794,21,0,23,5794,21,34,585,1249,3347,0,585,1249,3347,34,5795,377,306,0,5795,377,306,34,5354,5355,4565,0,5354,5355,4565,34,4037,5796,1689,0,4037,5796,1689,34,2877,5797,4445,0,2877,5797,4445,34,5798,2972,5799,0,5798,2972,5799,34,1586,3258,1587,0,1586,3258,1587,34,1668,5538,1656,0,1668,5538,1656,34,3166,5615,3167,0,3166,5615,3167,34,1137,4187,2609,0,1137,4187,2609,34,5800,2419,2418,0,5800,2419,2418,34,5801,4626,3999,0,5801,4626,3999,34,4701,5802,5803,0,4701,5802,5803,34,2877,2876,5797,0,2877,2876,5797,34,5804,5659,5805,0,5804,5659,5805,34,5806,5807,5808,0,5806,5807,5808,34,157,5809,5810,0,157,5809,5810,34,311,5811,5335,0,311,5811,5335,34,5812,5813,5814,0,5812,5813,5814,34,5815,1430,1429,0,5815,1430,1429,34,2648,5816,3924,0,2648,5816,3924,34,2288,5817,2289,0,2288,5817,2289,34,5818,5133,4361,0,5818,5133,4361,34,5410,5819,5820,0,5410,5819,5820,34,4302,208,1604,0,4302,208,1604,34,2695,5821,5822,0,2695,5821,5822,34,5823,1356,1358,0,5823,1356,1358,34,2877,4445,2911,0,2877,4445,2911,34,5824,3182,1414,0,5824,3182,1414,34,5825,5826,2316,0,5825,5826,2316,34,4718,4719,5827,0,4718,4719,5827,34,284,3582,5828,0,284,3582,5828,34,5829,5830,5831,0,5829,5830,5831,34,5832,1821,1820,0,5832,1821,1820,34,5833,5834,5396,0,5833,5834,5396,34,2458,4662,1305,0,2458,4662,1305,34,5835,1752,5836,0,5835,1752,5836,34,5837,5838,4595,0,5837,5838,4595,34,5346,5839,5517,0,5346,5839,5517,34,4860,4613,5592,0,4860,4613,5592,34,1910,1259,3032,0,1910,1259,3032,34,2526,1983,5840,0,2526,1983,5840,34,5085,4864,2243,0,5085,4864,2243,34,1485,3719,3605,0,1485,3719,3605,34,5841,5842,5843,0,5841,5842,5843,34,1783,1782,5844,0,1783,1782,5844,34,5845,5846,1640,0,5845,5846,1640,34,5847,744,5848,0,5847,744,5848,34,5849,5850,5851,0,5849,5850,5851,34,4173,5469,5232,0,4173,5469,5232,34,5833,5852,5853,0,5833,5852,5853,34,3262,1633,3263,0,3262,1633,3263,34,4741,3330,3161,0,4741,3330,3161,34,2163,2675,2164,0,2163,2675,2164,34,3446,5854,3447,0,3446,5854,3447,34,3859,4446,4445,0,3859,4446,4445,34,3859,4445,5636,0,3859,4445,5636,34,5175,5855,5856,0,5175,5855,5856,34,5857,2823,2822,0,5857,2823,2822,34,5858,5859,2210,0,5858,5859,2210,34,2978,2977,5190,0,2978,2977,5190,34,2778,5589,5860,0,2778,5589,5860,34,1422,3768,5441,0,1422,3768,5441,34,5353,5054,5861,0,5353,5054,5861,34,4957,3001,360,0,4957,3001,360,34,675,2192,4320,0,675,2192,4320,34,5056,2574,5840,0,5056,2574,5840,34,4801,5862,5863,0,4801,5862,5863,34,2430,4227,5864,0,2430,4227,5864,34,4598,4747,4599,0,4598,4747,4599,34,2994,5111,61,0,2994,5111,61,34,5618,5865,3349,0,5618,5865,3349,34,4175,5110,5866,0,4175,5110,5866,34,1799,5867,1677,0,1799,5867,1677,34,9,2720,5868,0,9,2720,5868,34,1439,1342,1343,0,1439,1342,1343,34,1545,5869,1546,0,1545,5869,1546,34,2656,2658,5870,0,2656,2658,5870,34,5871,4015,4014,0,5871,4015,4014,34,5872,5873,5874,0,5872,5873,5874,34,3485,5875,1568,0,3485,5875,1568,34,1021,5876,2153,0,1021,5876,2153,34,665,3880,4629,0,665,3880,4629,34,5877,404,3819,0,5877,404,3819,34,269,2937,267,0,269,2937,267,34,5878,5879,871,0,5878,5879,871,34,4680,839,5880,0,4680,839,5880,34,4903,4733,2978,0,4903,4733,2978,34,3055,3057,2673,0,3055,3057,2673,34,5881,4128,5882,0,5881,4128,5882,34,3305,3860,3306,0,3305,3860,3306,34,5883,514,5268,0,5883,514,5268,34,2170,2605,5884,0,2170,2605,5884,34,5360,5362,5885,0,5360,5362,5885,34,5886,1562,1558,0,5886,1562,1558,34,1189,2855,4930,0,1189,2855,4930,34,401,1785,5372,0,401,1785,5372,34,3904,3906,5887,0,3904,3906,5887,34,3831,4763,4933,0,3831,4763,4933,34,5888,5889,178,0,5888,5889,178,34,5890,1685,4574,0,5890,1685,4574,34,4009,5891,2191,0,4009,5891,2191,34,5892,1933,1932,0,5892,1933,1932,34,1602,5893,1519,0,1602,5893,1519,34,2412,3211,5894,0,2412,3211,5894,34,1278,881,5895,0,1278,881,5895,34,5334,1451,4067,0,5334,1451,4067,34,5079,5080,2796,0,5079,5080,2796,34,3404,719,2715,0,3404,719,2715,34,5732,3307,4348,0,5732,3307,4348,34,4209,5354,4565,0,4209,5354,4565,34,4028,3679,5896,0,4028,3679,5896,34,339,5897,5898,0,339,5897,5898,34,1678,1999,1679,0,1678,1999,1679,34,4379,1871,5420,0,4379,1871,5420,34,3710,2276,5899,0,3710,2276,5899,34,721,5095,3341,0,721,5095,3341,34,3836,417,4486,0,3836,417,4486,34,5118,5900,1375,0,5118,5900,1375,34,720,719,1642,0,720,719,1642,34,5901,5902,5903,0,5901,5902,5903,34,5361,3283,5362,0,5361,3283,5362,34,2641,4295,5904,0,2641,4295,5904,34,4860,5905,4613,0,4860,5905,4613,34,2747,5906,3949,0,2747,5906,3949,34,4151,4416,4725,0,4151,4416,4725,34,1021,5204,1574,0,1021,5204,1574,34,2201,2635,2637,0,2201,2635,2637,34,5907,5702,5701,0,5907,5702,5701,34,3277,2122,598,0,3277,2122,598,34,5540,2823,4823,0,5540,2823,4823,34,1092,5908,5314,0,1092,5908,5314,34,5909,1552,4216,0,5909,1552,4216,34,4761,5910,5911,0,4761,5910,5911,34,4429,367,5912,0,4429,367,5912,34,5913,2670,1869,0,5913,2670,1869,34,2864,5914,1846,0,2864,5914,1846,34,2331,4959,5915,0,2331,4959,5915,34,3423,5916,2247,0,3423,5916,2247,34,5917,5918,5919,0,5917,5918,5919,34,4610,4283,4282,0,4610,4283,4282,34,885,5648,5669,0,885,5648,5669,34,4011,4950,5736,0,4011,4950,5736,34,5920,5787,5921,0,5920,5787,5921,34,5922,5923,5924,0,5922,5923,5924,34,5925,5926,5927,0,5925,5926,5927,34,3507,2447,5226,0,3507,2447,5226,34,4384,1295,3608,0,4384,1295,3608,34,4038,4037,3362,0,4038,4037,3362,34,2171,3009,5928,0,2171,3009,5928,34,5495,2829,3528,0,5495,2829,3528,34,5170,5929,5171,0,5170,5929,5171,34,2447,2449,5226,0,2447,2449,5226,34,586,1286,587,0,586,1286,587,34,4354,5930,5931,0,4354,5930,5931,34,5932,5933,1499,0,5932,5933,1499,34,4673,1146,1145,0,4673,1146,1145,34,5934,833,5935,0,5934,833,5935,34,1526,2533,3498,0,1526,2533,3498,34,5936,2561,5937,0,5936,2561,5937,34,5938,4895,4762,0,5938,4895,4762,34,2169,5939,4653,0,2169,5939,4653,34,3237,2368,3813,0,3237,2368,3813,34,4725,4416,4726,0,4725,4416,4726,34,4812,2919,2918,0,4812,2919,2918,34,3433,3121,5940,0,3433,3121,5940,34,610,568,611,0,610,568,611,34,5941,5942,5943,0,5941,5942,5943,34,5717,4907,5944,0,5717,4907,5944,34,5945,5946,5947,0,5945,5946,5947,34,5353,904,3642,0,5353,904,3642,34,4011,4013,4361,0,4011,4013,4361,34,2819,3534,3533,0,2819,3534,3533,34,4133,4132,5948,0,4133,4132,5948,34,4671,3186,4672,0,4671,3186,4672,34,4234,1660,1659,0,4234,1660,1659,34,5949,5950,5951,0,5949,5950,5951,34,148,5952,149,0,148,5952,149,34,5953,1073,1072,0,5953,1073,1072,34,1958,1957,4927,0,1958,1957,4927,34,5636,5954,5221,0,5636,5954,5221,34,5955,5956,4007,0,5955,5956,4007,34,4651,3960,2002,0,4651,3960,2002,34,5804,426,3570,0,5804,426,3570,34,757,1386,2698,0,757,1386,2698,34,3879,1328,2480,0,3879,1328,2480,34,2977,1243,5190,0,2977,1243,5190,34,5957,4723,5958,0,5957,4723,5958,34,5959,338,2656,0,5959,338,2656,34,5636,5960,5954,0,5636,5960,5954,34,4916,4917,5197,0,4916,4917,5197,34,4174,3888,3887,0,4174,3888,3887,34,4838,5961,5712,0,4838,5961,5712,34,2556,645,2557,0,2556,645,2557,34,1694,1696,5962,0,1694,1696,5962,34,5963,2490,5285,0,5963,2490,5285,34,5964,677,4571,0,5964,677,4571,34,5179,4864,5180,0,5179,4864,5180,34,17,5965,5966,0,17,5965,5966,34,5967,5968,5969,0,5967,5968,5969,34,3681,5970,5026,0,3681,5970,5026,34,2363,5591,4539,0,2363,5591,4539,34,5971,2991,2571,0,5971,2991,2571,34,3295,3468,5972,0,3295,3468,5972,34,5437,5436,2146,0,5437,5436,2146,34,5973,5974,1785,0,5973,5974,1785,34,3759,30,5975,0,3759,30,5975,34,5976,5160,5415,0,5976,5160,5415,34,2106,2108,5977,0,2106,2108,5977,34,3833,5978,5979,0,3833,5978,5979,34,2957,2895,5661,0,2957,2895,5661,34,550,5980,551,0,550,5980,551,34,3769,263,5981,0,3769,263,5981,34,5982,5903,3952,0,5982,5903,3952,34,4219,4221,178,0,4219,4221,178,34,5022,5061,4890,0,5022,5061,4890,34,3152,1678,5983,0,3152,1678,5983,34,5980,5019,5018,0,5980,5019,5018,34,5984,4911,4636,0,5984,4911,4636,34,2806,1734,5020,0,2806,1734,5020,34,4944,5985,5986,0,4944,5985,5986,34,3575,3076,2538,0,3575,3076,2538,34,4447,4074,4073,0,4447,4074,4073,34,5000,5987,5988,0,5000,5987,5988,34,3025,5989,4811,0,3025,5989,4811,34,3006,2358,2357,0,3006,2358,2357,34,1045,1322,5317,0,1045,1322,5317,34,2384,5990,5991,0,2384,5990,5991,34,5014,5013,5433,0,5014,5013,5433,34,5534,136,1019,0,5534,136,1019,34,5214,3769,5981,0,5214,3769,5981,34,5992,5931,5930,0,5992,5931,5930,34,5993,5994,5995,0,5993,5994,5995,34,4702,3693,2413,0,4702,3693,2413,34,3613,5996,5310,0,3613,5996,5310,34,5974,818,5997,0,5974,818,5997,34,4620,5998,5999,0,4620,5998,5999,34,6000,1222,6001,0,6000,1222,6001,34,2159,6002,2158,0,2159,6002,2158,34,3606,6003,249,0,3606,6003,249,34,2479,2478,4609,0,2479,2478,4609,34,6004,2043,3825,0,6004,2043,3825,34,6005,2592,6006,0,6005,2592,6006,34,435,6007,4553,0,435,6007,4553,34,3953,1074,2442,0,3953,1074,2442,34,5454,2583,5258,0,5454,2583,5258,34,6008,2269,6009,0,6008,2269,6009,34,2814,19,18,0,2814,19,18,34,5030,6010,6011,0,5030,6010,6011,34,6012,1310,6013,0,6012,1310,6013,34,6014,6015,6016,0,6014,6015,6016,34,6017,6018,5263,0,6017,6018,5263,34,3490,6019,3488,0,3490,6019,3488,34,6020,1911,2828,0,6020,1911,2828,34,6021,3243,2374,0,6021,3243,2374,34,5636,4445,6022,0,5636,4445,6022,34,6023,4851,4850,0,6023,4851,4850,34,6024,3722,6025,0,6024,3722,6025,34,3449,2330,1948,0,3449,2330,1948,34,6026,3286,344,0,6026,3286,344,34,6027,5073,5075,0,6027,5073,5075,34,5162,3957,4430,0,5162,3957,4430,34,3372,337,336,0,3372,337,336,34,5406,6028,1362,0,5406,6028,1362,34,6029,2368,3237,0,6029,2368,3237,34,5636,6022,5960,0,5636,6022,5960,34,6030,6031,6032,0,6030,6031,6032,34,1719,6033,5726,0,1719,6033,5726,34,2090,2092,4159,0,2090,2092,4159,34,5363,4010,5114,0,5363,4010,5114,34,6034,4707,2120,0,6034,4707,2120,34,4141,1317,1497,0,4141,1317,1497,34,6035,6036,6037,0,6035,6036,6037,34,4713,2467,6038,0,4713,2467,6038,34,6039,6040,3123,0,6039,6040,3123,34,5921,5787,6041,0,5921,5787,6041,34,1475,4593,2321,0,1475,4593,2321,34,4021,6042,471,0,4021,6042,471,34,439,4157,4156,0,439,4157,4156,34,6043,2271,6044,0,6043,2271,6044,34,5797,6022,4445,0,5797,6022,4445,34,6045,2671,2670,0,6045,2671,2670,34,481,4155,117,0,481,4155,117,34,6046,5639,2483,0,6046,5639,2483,34,6047,6048,6049,0,6047,6048,6049,34,1540,142,6050,0,1540,142,6050,34,5212,1605,3098,0,5212,1605,3098,34,2155,2157,4502,0,2155,2157,4502,34,5797,6051,6022,0,5797,6051,6022,34,5017,4018,5681,0,5017,4018,5681,34,3117,3116,3066,0,3117,3116,3066,34,4655,3432,4656,0,4655,3432,4656,34,5692,2675,1152,0,5692,2675,1152,34,2556,3384,645,0,2556,3384,645,34,6052,5807,3631,0,6052,5807,3631,34,1563,409,1558,0,1563,409,1558,34,4368,4527,6053,0,4368,4527,6053,34,5832,5484,1821,0,5832,5484,1821,34,2037,6054,3839,0,2037,6054,3839,34,6023,4272,4851,0,6023,4272,4851,34,780,837,2780,0,780,837,2780,34,1290,5045,5044,0,1290,5045,5044,34,5588,5587,1571,0,5588,5587,1571,34,6055,5224,4923,0,6055,5224,4923,34,5034,3001,4956,0,5034,3001,4956,34,6056,3809,6057,0,6056,3809,6057,34,3083,6058,4791,0,3083,6058,4791,34,6059,6060,4825,0,6059,6060,4825,34,1115,4815,4814,0,1115,4815,4814,34,6061,6062,5505,0,6061,6062,5505,34,6063,2507,2506,0,6063,2507,2506,34,4411,1407,1406,0,4411,1407,1406,34,4926,3299,2749,0,4926,3299,2749,34,4347,1486,6064,0,4347,1486,6064,34,1513,1680,1679,0,1513,1680,1679,34,6065,6066,6067,0,6065,6066,6067,34,4635,6068,655,0,4635,6068,655,34,2797,2798,4771,0,2797,2798,4771,34,660,6069,6070,0,660,6069,6070,34,5866,4961,5090,0,5866,4961,5090,34,1048,2630,2629,0,1048,2630,2629,34,66,1455,64,0,66,1455,64,34,6071,42,44,0,6071,42,44,34,191,3661,3750,0,191,3661,3750,34,3383,6072,5784,0,3383,6072,5784,34,6073,6074,6075,0,6073,6074,6075,34,6076,6077,5755,0,6076,6077,5755,34,6078,6079,3948,0,6078,6079,3948,34,6080,5838,5837,0,6080,5838,5837,34,4234,4236,6081,0,4234,4236,6081,34,6082,6083,6084,0,6082,6083,6084,34,5178,5180,5724,0,5178,5180,5724,34,1560,1559,4317,0,1560,1559,4317,34,2893,6085,6086,0,2893,6085,6086,34,5016,6087,6088,0,5016,6087,6088,34,4287,5212,6089,0,4287,5212,6089,34,6090,2519,6091,0,6090,2519,6091,34,6092,6093,6094,0,6092,6093,6094,34,4971,3678,6095,0,4971,3678,6095,34,1611,5211,5249,0,1611,5211,5249,34,954,2754,955,0,954,2754,955,34,3944,4582,4905,0,3944,4582,4905,34,6096,6097,6098,0,6096,6097,6098,34,1867,1869,10,0,1867,1869,10,34,6099,6100,3705,0,6099,6100,3705,34,3999,4627,6101,0,3999,4627,6101,34,1759,6102,1760,0,1759,6102,1760,34,5663,6103,4856,0,5663,6103,4856,34,3769,3298,3297,0,3769,3298,3297,34,6104,6105,6106,0,6104,6105,6106,34,5238,5690,6107,0,5238,5690,6107,34,657,6108,550,0,657,6108,550,34,1533,4433,4435,0,1533,4433,4435,34,1133,3404,3784,0,1133,3404,3784,34,5845,1640,1751,0,5845,1640,1751,34,2079,6109,6110,0,2079,6109,6110,34,1582,1252,1580,0,1582,1252,1580,34,1148,100,1813,0,1148,100,1813,34,2886,6111,5324,0,2886,6111,5324,34,6034,1533,6112,0,6034,1533,6112,34,3978,5702,5907,0,3978,5702,5907,34,246,2300,247,0,246,2300,247,34,1415,6113,3528,0,1415,6113,3528,34,6114,6115,4279,0,6114,6115,4279,34,2826,4051,6116,0,2826,4051,6116,34,6117,5673,5544,0,6117,5673,5544,34,6118,3219,6119,0,6118,3219,6119,34,5820,1823,6120,0,5820,1823,6120,34,6121,5809,157,0,6121,5809,157,34,6122,3445,3444,0,6122,3445,3444,34,2160,6090,2161,0,2160,6090,2161,34,3508,1721,1720,0,3508,1721,1720,34,5384,6123,6124,0,5384,6123,6124,34,6125,2282,971,0,6125,2282,971,34,2715,719,25,0,2715,719,25,34,6126,953,6127,0,6126,953,6127,34,6128,6129,5447,0,6128,6129,5447,34,6130,6131,4625,0,6130,6131,4625,34,2856,1889,2854,0,2856,1889,2854,34,6132,4780,4085,0,6132,4780,4085,34,2161,6090,6091,0,2161,6090,6091,34,3882,3883,6133,0,3882,3883,6133,34,2053,4535,4534,0,2053,4535,4534,34,4719,5048,6134,0,4719,5048,6134,34,3383,2723,6072,0,3383,2723,6072,34,6135,4413,2773,0,6135,4413,2773,34,5342,6136,5343,0,5342,6136,5343,34,5103,5412,2559,0,5103,5412,2559,34,6137,6111,6138,0,6137,6111,6138,34,744,361,5848,0,744,361,5848,34,3991,3990,5640,0,3991,3990,5640,34,295,4553,5516,0,295,4553,5516,34,3129,3131,5837,0,3129,3131,5837,34,2927,4061,6139,0,2927,4061,6139,34,4834,2114,2115,0,4834,2114,2115,34,6102,6140,6141,0,6102,6140,6141,34,6142,5381,5518,0,6142,5381,5518,34,2013,4224,5137,0,2013,4224,5137,34,541,1810,6143,0,541,1810,6143,34,6144,6145,3282,0,6144,6145,3282,34,6072,6146,5784,0,6072,6146,5784,34,3826,3825,2043,0,3826,3825,2043,34,1155,1384,6147,0,1155,1384,6147,34,6148,1349,6149,0,6148,1349,6149,34,5331,4474,5739,0,5331,4474,5739,34,245,3148,243,0,245,3148,243,34,398,3457,399,0,398,3457,399,34,6150,194,1703,0,6150,194,1703,34,6151,2384,5275,0,6151,2384,5275,34,308,2395,306,0,308,2395,306,34,6152,5300,5301,0,6152,5300,5301,34,5949,4065,2799,0,5949,4065,2799,34,6125,971,5102,0,6125,971,5102,34,6153,1147,219,0,6153,1147,219,34,4626,6154,5519,0,4626,6154,5519,34,1047,2630,1048,0,1047,2630,1048,34,531,647,646,0,531,647,646,34,1527,5757,1915,0,1527,5757,1915,34,1718,3313,6155,0,1718,3313,6155,34,2199,5607,5365,0,2199,5607,5365,34,187,1754,1753,0,187,1754,1753,34,1634,1633,2821,0,1634,1633,2821,34,1233,4800,5747,0,1233,4800,5747,34,396,7,397,0,396,7,397,34,6156,6157,6158,0,6156,6157,6158,34,6020,6159,1912,0,6020,6159,1912,34,1351,4233,6160,0,1351,4233,6160,34,1629,6161,1794,0,1629,6161,1794,34,3758,1302,4112,0,3758,1302,4112,34,6162,6163,6032,0,6162,6163,6032,34,6164,4426,5434,0,6164,4426,5434,34,557,6165,558,0,557,6165,558,34,1224,6166,2244,0,1224,6166,2244,34,6167,6168,6169,0,6167,6168,6169,34,6170,1780,1779,0,6170,1780,1779,34,3342,5834,3578,0,3342,5834,3578,34,6171,942,4454,0,6171,942,4454,34,4381,6172,6173,0,4381,6172,6173,34,6174,5703,5551,0,6174,5703,5551,34,6175,1721,3508,0,6175,1721,3508,34,4552,4045,4044,0,4552,4045,4044,34,6176,6177,5140,0,6176,6177,5140,34,6178,5670,3905,0,6178,5670,3905,34,6179,1453,1452,0,6179,1453,1452,34,2794,6180,6181,0,2794,6180,6181,34,3599,379,3466,0,3599,379,3466,34,3296,263,3297,0,3296,263,3297,34,6182,6183,1192,0,6182,6183,1192,34,3704,4853,6184,0,3704,4853,6184,34,6185,665,664,0,6185,665,664,34,5800,3057,3056,0,5800,3057,3056,34,634,1810,3811,0,634,1810,3811,34,5871,2658,4869,0,5871,2658,4869,34,2476,5734,6186,0,2476,5734,6186,34,5733,1262,4611,0,5733,1262,4611,34,3946,4362,6187,0,3946,4362,6187,34,3925,6188,3926,0,3925,6188,3926,34,2312,3384,3846,0,2312,3384,3846,34,2666,2668,6189,0,2666,2668,6189,34,6190,6191,5217,0,6190,6191,5217,34,3903,2065,3962,0,3903,2065,3962,34,1130,823,6192,0,1130,823,6192,34,972,867,866,0,972,867,866,34,6193,5237,5239,0,6193,5237,5239,34,739,3360,3268,0,739,3360,3268,34,5140,5139,6194,0,5140,5139,6194,34,48,50,3471,0,48,50,3471,34,2050,2052,1032,0,2050,2052,1032,34,2374,3243,3242,0,2374,3243,3242,34,4801,1583,1585,0,4801,1583,1585,34,5603,1394,2803,0,5603,1394,2803,34,2778,5860,2779,0,2778,5860,2779,34,2441,6195,6196,0,2441,6195,6196,34,6080,5837,6197,0,6080,5837,6197,34,4327,4328,6036,0,4327,4328,6036,34,4502,2157,6198,0,4502,2157,6198,34,4997,4003,4998,0,4997,4003,4998,34,4718,1146,4352,0,4718,1146,4352,34,5202,6073,6199,0,5202,6073,6199,34,4959,4958,5547,0,4959,4958,5547,34,1102,6200,4019,0,1102,6200,4019,34,5823,3586,4700,0,5823,3586,4700,34,6201,3401,1206,0,6201,3401,1206,34,4573,6037,6036,0,4573,6037,6036,34,5767,2979,2978,0,5767,2979,2978,34,1315,4141,1481,0,1315,4141,1481,34,6202,650,6203,0,6202,650,6203,34,5726,2743,379,0,5726,2743,379,34,6099,3705,4160,0,6099,3705,4160,34,1957,5506,5505,0,1957,5506,5505,34,5715,17,6204,0,5715,17,6204,34,2286,5018,2287,0,2286,5018,2287,34,5902,2726,2725,0,5902,2726,2725,34,1359,3475,1360,0,1359,3475,1360,34,6205,1644,4387,0,6205,1644,4387,34,3350,2659,6206,0,3350,2659,6206,34,5625,5626,5700,0,5625,5626,5700,34,6207,3310,5503,0,6207,3310,5503,34,4691,1695,1694,0,4691,1695,1694,34,2421,2423,6208,0,2421,2423,6208,34,1936,208,207,0,1936,208,207,34,6209,4696,4695,0,6209,4696,4695,34,4010,2191,2190,0,4010,2191,2190,34,6210,2721,3637,0,6210,2721,3637,34,3215,2802,1360,0,3215,2802,1360,34,4456,5155,4562,0,4456,5155,4562,34,3722,6211,6212,0,3722,6211,6212,34,2026,2025,4668,0,2026,2025,4668,34,3005,6213,4284,0,3005,6213,4284,34,434,436,2246,0,434,436,2246,34,366,1098,1097,0,366,1098,1097,34,6214,6215,5184,0,6214,6215,5184,34,3777,1418,3778,0,3777,1418,3778,34,6216,2640,6217,0,6216,2640,6217,34,6142,300,6218,0,6142,300,6218,34,654,3038,4635,0,654,3038,4635,34,2436,4375,2955,0,2436,4375,2955,34,4274,5512,4275,0,4274,5512,4275,34,6219,2286,4206,0,6219,2286,4206,34,639,3779,640,0,639,3779,640,34,787,2599,788,0,787,2599,788,34,6220,2649,6221,0,6220,2649,6221,34,5487,5486,6222,0,5487,5486,6222,34,1787,6223,5268,0,1787,6223,5268,34,3002,5031,3000,0,3002,5031,3000,34,3362,2769,3363,0,3362,2769,3363,34,4270,6224,5305,0,4270,6224,5305,34,2930,6225,1213,0,2930,6225,1213,34,5124,3989,1288,0,5124,3989,1288,34,2609,4187,2610,0,2609,4187,2610,34,520,2928,2927,0,520,2928,2927,34,6226,6168,3193,0,6226,6168,3193,34,5896,5891,4009,0,5896,5891,4009,34,5214,2881,2880,0,5214,2881,2880,34,1772,2960,1773,0,1772,2960,1773,34,2197,5406,5405,0,2197,5406,5405,34,6227,3192,5994,0,6227,3192,5994,34,5302,6228,6229,0,5302,6228,6229,34,3753,3754,6230,0,3753,3754,6230,34,5264,6231,5265,0,5264,6231,5265,34,807,6232,6233,0,807,6232,6233,34,6234,6235,1335,0,6234,6235,1335,34,3745,1331,3072,0,3745,1331,3072,34,6236,5425,6141,0,6236,5425,6141,34,5685,5650,6237,0,5685,5650,6237,34,2715,2717,3784,0,2715,2717,3784,34,4627,4626,4385,0,4627,4626,4385,34,6238,4560,354,0,6238,4560,354,34,107,2939,108,0,107,2939,108,34,3357,4596,4595,0,3357,4596,4595,34,6239,5994,3192,0,6239,5994,3192,34,447,5163,5673,0,447,5163,5673,34,4628,2742,6240,0,4628,2742,6240,34,6239,3192,3191,0,6239,3192,3191,34,5887,423,422,0,5887,423,422,34,6241,36,63,0,6241,36,63,34,4616,4804,6242,0,4616,4804,6242,34,4380,3841,6243,0,4380,3841,6243,34,3333,4766,3334,0,3333,4766,3334,34,3495,4539,2409,0,3495,4539,2409,34,762,1293,763,0,762,1293,763,34,4305,1454,4289,0,4305,1454,4289,34,6244,1998,1997,0,6244,1998,1997,34,836,4845,837,0,836,4845,837,34,6245,1184,6246,0,6245,1184,6246,34,2996,3335,6247,0,2996,3335,6247,34,579,581,2502,0,579,581,2502,34,6248,6249,39,0,6248,6249,39,34,2957,5661,6018,0,2957,5661,6018,34,4808,2908,4809,0,4808,2908,4809,34,3793,3443,3445,0,3793,3443,3445,34,5894,1192,6183,0,5894,1192,6183,34,6191,5215,5217,0,6191,5215,5217,34,1062,2989,1063,0,1062,2989,1063,34,932,931,4878,0,932,931,4878,34,4844,6250,6251,0,4844,6250,6251,34,2326,2325,6252,0,2326,2325,6252,34,6253,5265,5853,0,6253,5265,5853,34,5994,6239,5995,0,5994,6239,5995,34,1781,4297,1782,0,1781,4297,1782,34,660,5975,6069,0,660,5975,6069,34,5146,6001,1222,0,5146,6001,1222,34,3282,6145,2958,0,3282,6145,2958,34,1663,6254,1754,0,1663,6254,1754,34,6255,4063,6256,0,6255,4063,6256,34,5999,1310,2471,0,5999,1310,2471,34,2081,2887,2082,0,2081,2887,2082,34,2413,1208,2553,0,2413,1208,2553,34,1531,314,313,0,1531,314,313,34,4834,2115,6257,0,4834,2115,6257,34,6258,6259,5501,0,6258,6259,5501,34,3708,882,3955,0,3708,882,3955,34,2268,6260,6261,0,2268,6260,6261,34,5581,6262,1421,0,5581,6262,1421,34,1823,1235,6263,0,1823,1235,6263,34,6264,6146,1631,0,6264,6146,1631,34,6265,230,6266,0,6265,230,6266,34,6267,6268,3445,0,6267,6268,3445,34,5186,6269,6270,0,5186,6269,6270,34,6271,1395,5721,0,6271,1395,5721,34,2322,2581,2360,0,2322,2581,2360,34,6272,6273,6274,0,6272,6273,6274,34,3768,1310,6012,0,3768,1310,6012,34,1322,1323,4671,0,1322,1323,4671,34,5836,6275,3879,0,5836,6275,3879,34,342,1941,445,0,342,1941,445,34,6276,6277,2392,0,6276,6277,2392,34,6278,6279,2758,0,6278,6279,2758,34,1949,491,810,0,1949,491,810,34,2746,2745,6280,0,2746,2745,6280,34,4409,5306,1814,0,4409,5306,1814,34,5938,4762,2438,0,5938,4762,2438,34,6281,3485,1570,0,6281,3485,1570,34,2470,1422,1421,0,2470,1422,1421,34,2609,3318,1138,0,2609,3318,1138,34,2274,4388,5872,0,2274,4388,5872,34,2422,6282,5772,0,2422,6282,5772,34,5893,6283,5131,0,5893,6283,5131,34,5678,4344,5864,0,5678,4344,5864,34,3819,6284,3820,0,3819,6284,3820,34,566,6285,6286,0,566,6285,6286,34,2175,5260,2300,0,2175,5260,2300,34,3498,3497,1526,0,3498,3497,1526,34,4658,6287,5656,0,4658,6287,5656,34,1177,2023,261,0,1177,2023,261,34,1384,2907,5097,0,1384,2907,5097,34,3085,3725,3086,0,3085,3725,3086,34,3587,1250,6288,0,3587,1250,6288,34,6168,6239,3191,0,6168,6239,3191,34,6289,4790,6290,0,6289,4790,6290,34,6291,2720,6292,0,6291,2720,6292,34,6077,6293,3576,0,6077,6293,3576,34,3690,3689,6294,0,3690,3689,6294,34,6135,3475,1359,0,6135,3475,1359,34,214,4024,6295,0,214,4024,6295,34,5654,5646,5647,0,5654,5646,5647,34,4025,2678,2680,0,4025,2678,2680,34,2590,6296,2591,0,2590,6296,2591,34,217,2966,4166,0,217,2966,4166,34,869,871,6297,0,869,871,6297,34,3459,6298,6023,0,3459,6298,6023,34,6299,773,1424,0,6299,773,1424,34,776,1422,777,0,776,1422,777,34,6300,6301,5762,0,6300,6301,5762,34,2804,5021,3346,0,2804,5021,3346,34,6245,6246,6302,0,6245,6246,6302,34,6303,4601,5439,0,6303,4601,5439,34,5422,4790,6289,0,5422,4790,6289,34,877,687,1988,0,877,687,1988,34,6304,6305,3887,0,6304,6305,3887,34,892,3904,893,0,892,3904,893,34,6306,4392,6307,0,6306,4392,6307,34,2374,2376,6308,0,2374,2376,6308,34,6309,2897,5670,0,6309,2897,5670,34,1704,1375,5900,0,1704,1375,5900,34,2412,5894,3401,0,2412,5894,3401,34,6310,3414,5299,0,6310,3414,5299,34,3152,680,1678,0,3152,680,1678,34,5596,6311,5942,0,5596,6311,5942,34,2845,1715,5049,0,2845,1715,5049,34,3797,5712,3798,0,3797,5712,3798,34,5905,4859,6312,0,5905,4859,6312,34,3257,3259,6045,0,3257,3259,6045,34,3435,3735,1628,0,3435,3735,1628,34,6313,6314,284,0,6313,6314,284,34,6271,5738,6315,0,6271,5738,6315,34,258,6245,5281,0,258,6245,5281,34,6316,1306,1308,0,6316,1306,1308,34,2902,4492,2601,0,2902,4492,2601,34,1650,4407,6317,0,1650,4407,6317,34,6318,6319,3672,0,6318,6319,3672,34,4721,6320,477,0,4721,6320,477,34,1324,4612,1325,0,1324,4612,1325,34,5741,200,2912,0,5741,200,2912,34,4103,4095,4104,0,4103,4095,4104,34,1995,6321,3231,0,1995,6321,3231,34,6322,905,1306,0,6322,905,1306,34,5245,4678,2431,0,5245,4678,2431,34,3457,850,849,0,3457,850,849,34,4742,4741,3161,0,4742,4741,3161,34,811,2194,4909,0,811,2194,4909,34,1139,6323,6324,0,1139,6323,6324,34,5367,6325,5368,0,5367,6325,5368,34,2902,1579,4492,0,2902,1579,4492,34,6326,6327,524,0,6326,6327,524,34,6328,1675,6329,0,6328,1675,6329,34,6233,6232,2652,0,6233,6232,2652,34,6330,6199,6331,0,6330,6199,6331,34,2910,2394,308,0,2910,2394,308,34,2285,4120,2286,0,2285,4120,2286,34,6332,6333,6167,0,6332,6333,6167,34,6334,6250,6335,0,6334,6250,6335,34,6057,6336,6337,0,6057,6336,6337,34,3276,6338,1667,0,3276,6338,1667,34,6339,6340,6341,0,6339,6340,6341,34,5749,4473,4475,0,5749,4473,4475,34,2112,5417,4874,0,2112,5417,4874,34,1863,5019,5980,0,1863,5019,5980,34,3627,3020,2167,0,3627,3020,2167,34,1233,4292,1231,0,1233,4292,1231,34,6180,2636,6181,0,6180,2636,6181,34,3238,5560,6342,0,3238,5560,6342,34,5454,6343,2583,0,5454,6343,2583,34,6279,2096,6344,0,6279,2096,6344,34,6160,4233,4660,0,6160,4233,4660,34,682,5756,683,0,682,5756,683,34,6345,4577,4578,0,6345,4577,4578,34,3397,3396,2097,0,3397,3396,2097,34,2501,2058,6346,0,2501,2058,6346,34,6332,6167,6169,0,6332,6167,6169,34,4391,4393,293,0,4391,4393,293,34,2539,4150,6347,0,2539,4150,6347,34,2040,6348,2041,0,2040,6348,2041,34,3429,3278,6349,0,3429,3278,6349,34,3913,4919,3914,0,3913,4919,3914,34,5231,6350,6351,0,5231,6350,6351,34,6352,3967,526,0,6352,3967,526,34,380,2135,378,0,380,2135,378,34,4691,6353,1695,0,4691,6353,1695,34,6244,1997,5924,0,6244,1997,5924,34,209,980,207,0,209,980,207,34,2917,6265,2918,0,2917,6265,2918,34,1706,3625,3624,0,1706,3625,3624,34,6354,1333,5793,0,6354,1333,5793,34,6355,6356,4604,0,6355,6356,4604,34,564,6357,6358,0,564,6357,6358,34,1463,5515,5426,0,1463,5515,5426,34,6359,6237,5650,0,6359,6237,5650,34,6360,6361,6362,0,6360,6361,6362,34,5301,6363,6152,0,5301,6363,6152,34,458,4799,2396,0,458,4799,2396,34,6364,6365,4568,0,6364,6365,4568,34,151,6366,6367,0,151,6366,6367,34,519,5751,4326,0,519,5751,4326,34,2710,6368,3699,0,2710,6368,3699,34,6332,6169,6363,0,6332,6169,6363,34,4202,114,6369,0,4202,114,6369,34,5947,6370,6371,0,5947,6370,6371,34,6152,6363,6169,0,6152,6363,6169,34,6372,3522,5805,0,6372,3522,5805,34,4575,5621,6037,0,4575,5621,6037,34,3093,3092,2688,0,3093,3092,2688,34,2424,973,866,0,2424,973,866,34,5558,1359,1361,0,5558,1359,1361,34,1739,6373,6374,0,1739,6373,6374,34,4090,6375,5110,0,4090,6375,5110,34,2279,2281,6376,0,2279,2281,6376,34,3224,3694,3954,0,3224,3694,3954,34,5889,4219,178,0,5889,4219,178,34,3305,6377,6378,0,3305,6377,6378,34,4661,2560,6379,0,4661,2560,6379,34,3164,6380,6381,0,3164,6380,6381,34,3421,3828,5284,0,3421,3828,5284,34,6382,6383,1748,0,6382,6383,1748,34,6231,3577,5834,0,6231,3577,5834,34,410,412,6384,0,410,412,6384,34,3498,5490,1726,0,3498,5490,1726,34,3791,6385,4566,0,3791,6385,4566,34,4707,6105,6104,0,4707,6105,6104,34,6386,3041,6387,0,6386,3041,6387,34,4065,2800,2799,0,4065,2800,2799,34,6388,5959,2656,0,6388,5959,2656,34,2973,6389,2974,0,2973,6389,2974,34,6390,5301,6391,0,6390,5301,6391,34,802,3896,2930,0,802,3896,2930,34,4103,6392,4095,0,4103,6392,4095,34,6386,6387,6393,0,6386,6387,6393,34,6394,692,4854,0,6394,692,4854,34,3884,4944,3885,0,3884,4944,3885,34,3723,4316,2107,0,3723,4316,2107,34,5549,3494,1038,0,5549,3494,1038,34,2562,2561,5929,0,2562,2561,5929,34,6395,6396,3079,0,6395,6396,3079,34,5582,4231,708,0,5582,4231,708,34,870,6397,871,0,870,6397,871,34,4421,5117,2336,0,4421,5117,2336,34,4199,4201,3688,0,4199,4201,3688,34,2016,5898,5897,0,2016,5898,5897,34,3336,1345,814,0,3336,1345,814,34,5591,4441,2410,0,5591,4441,2410,34,6398,928,4986,0,6398,928,4986,34,1408,6399,590,0,1408,6399,590,34,2707,1241,2142,0,2707,1241,2142,34,2248,2250,4949,0,2248,2250,4949,34,5846,2849,6400,0,5846,2849,6400,34,3836,418,417,0,3836,418,417,34,5651,6401,6382,0,5651,6401,6382,34,6390,6391,6402,0,6390,6391,6402,34,6030,6054,6403,0,6030,6054,6403,34,6201,1206,1208,0,6201,1206,1208,34,4220,6404,4221,0,4220,6404,4221,34,4829,4828,6405,0,4829,4828,6405,34,2067,6406,4451,0,2067,6406,4451,34,1453,3496,1454,0,1453,3496,1454,34,6248,6407,5150,0,6248,6407,5150,34,6408,2869,4261,0,6408,2869,4261,34,6390,6363,5301,0,6390,6363,5301,34,5476,6409,6410,0,5476,6409,6410,34,6411,4681,6123,0,6411,4681,6123,34,6412,6413,6414,0,6412,6413,6414,34,6415,6416,6417,0,6415,6416,6417,34,3491,3390,6418,0,3491,3390,6418,34,5569,3851,4179,0,5569,3851,4179,34,1675,1674,4040,0,1675,1674,4040,34,5362,2318,5582,0,5362,2318,5582,34,5816,6140,3924,0,5816,6140,3924,34,3391,4260,3392,0,3391,4260,3392,34,6419,4992,5314,0,6419,4992,5314,34,552,4640,3446,0,552,4640,3446,34,2376,6017,6420,0,2376,6017,6420,34,3945,2393,4363,0,3945,2393,4363,34,3083,4791,3084,0,3083,4791,3084,34,3788,4555,2952,0,3788,4555,2952,34,6421,6422,6423,0,6421,6422,6423,34,1580,1067,1581,0,1580,1067,1581,34,350,1247,6424,0,350,1247,6424,34,6425,5936,5937,0,6425,5936,5937,34,6426,63,38,0,6426,63,38,34,2583,6343,2584,0,2583,6343,2584,34,481,33,35,0,481,33,35,34,3364,6427,3365,0,3364,6427,3365,34,4424,986,6428,0,4424,986,6428,34,5205,6429,6127,0,5205,6429,6127,34,5461,5910,6264,0,5461,5910,6264,34,975,5819,6430,0,975,5819,6430,34,2470,2471,1310,0,2470,2471,1310,34,2902,2601,762,0,2902,2601,762,34,11,2682,2757,0,11,2682,2757,34,11,2720,9,0,11,2720,9,34,3591,6431,3592,0,3591,6431,3592,34,4348,3307,3308,0,4348,3307,3308,34,2351,6432,909,0,2351,6432,909,34,2377,6433,4006,0,2377,6433,4006,34,2766,2768,6434,0,2766,2768,6434,34,907,909,6432,0,907,909,6432,34,5270,6435,4219,0,5270,6435,4219,34,6436,5342,5619,0,6436,5342,5619,34,2281,3952,2725,0,2281,3952,2725,34,6437,6438,2866,0,6437,6438,2866,34,1256,1513,407,0,1256,1513,407,34,4722,2340,4816,0,4722,2340,4816,34,3435,5087,5061,0,3435,5087,5061,34,1602,6439,5893,0,1602,6439,5893,34,6440,841,840,0,6440,841,840,34,6441,6395,6442,0,6441,6395,6442,34,2687,2686,5375,0,2687,2686,5375,34,6443,4637,2940,0,6443,4637,2940,34,6444,4371,621,0,6444,4371,621,34,6445,907,6446,0,6445,907,6446,34,68,67,6447,0,68,67,6447,34,2954,3425,3074,0,2954,3425,3074,34,4401,248,5260,0,4401,248,5260,34,6448,1539,1538,0,6448,1539,1538,34,6449,2451,3770,0,6449,2451,3770,34,3568,3570,5216,0,3568,3570,5216,34,6432,5931,6450,0,6432,5931,6450,34,6432,6450,6451,0,6432,6450,6451,34,2149,2151,4367,0,2149,2151,4367,34,5992,6450,5931,0,5992,6450,5931,34,1686,1089,6307,0,1686,1089,6307,34,4255,787,4912,0,4255,787,4912,34,3126,6452,6453,0,3126,6452,6453,34,3953,2442,6196,0,3953,2442,6196,34,4667,4668,5249,0,4667,4668,5249,34,3627,1966,6454,0,3627,1966,6454,34,5865,6455,5490,0,5865,6455,5490,34,2061,3729,5159,0,2061,3729,5159,34,3665,1872,1871,0,3665,1872,1871,34,493,2531,2129,0,493,2531,2129,34,2051,4126,4125,0,2051,4126,4125,34,727,5774,5773,0,727,5774,5773,34,2351,2350,6432,0,2351,2350,6432,34,4793,4340,2314,0,4793,4340,2314,34,2051,4125,5457,0,2051,4125,5457,34,2700,51,5286,0,2700,51,5286,34,2035,1414,1413,0,2035,1414,1413,34,6456,6432,2350,0,6456,6432,2350,34,1537,1536,6457,0,1537,1536,6457,34,5917,5919,6458,0,5917,5919,6458,34,2406,2407,6459,0,2406,2407,6459,34,6460,5094,810,0,6460,5094,810,34,6461,4425,4424,0,6461,4425,4424,34,1391,6462,1392,0,1391,6462,1392,34,6456,6450,5992,0,6456,6450,5992,34,6456,5992,6432,0,6456,5992,6432,34,1187,6263,4986,0,1187,6263,4986,34,552,554,4639,0,552,554,4639,34,1971,1970,5772,0,1971,1970,5772,34,1211,5751,519,0,1211,5751,519,34,907,6432,6446,0,907,6432,6446,34,6463,5439,4601,0,6463,5439,4601,34,1977,3758,4024,0,1977,3758,4024,34,6279,4805,2096,0,6279,4805,2096,34,6464,1913,5027,0,6464,1913,5027,34,6190,6144,4495,0,6190,6144,4495,34,237,6465,6466,0,237,6465,6466,34,5696,5047,1139,0,5696,5047,1139,34,3597,477,476,0,3597,477,476,34,2484,5639,5371,0,2484,5639,5371,34,4737,4491,1578,0,4737,4491,1578,34,6432,5992,6446,0,6432,5992,6446,34,1360,2802,1361,0,1360,2802,1361,34,1699,1734,1084,0,1699,1734,1084,34,4334,6467,4697,0,4334,6467,4697,34,6468,2937,4326,0,6468,2937,4326,34,6469,3840,6384,0,6469,3840,6384,34,875,3830,6470,0,875,3830,6470,34,2034,3638,3060,0,2034,3638,3060,34,6471,5811,311,0,6471,5811,311,34,81,5413,82,0,81,5413,82,34,4819,5545,1491,0,4819,5545,1491,34,4894,1201,45,0,4894,1201,45,34,6472,6473,6474,0,6472,6473,6474,34,6475,6476,6477,0,6475,6476,6477,34,6478,6479,6480,0,6478,6479,6480,34,2524,3379,3354,0,2524,3379,3354,34,2089,4851,2087,0,2089,4851,2087,34,5987,6481,3030,0,5987,6481,3030,34,3356,2527,5268,0,3356,2527,5268,34,1336,2770,1688,0,1336,2770,1688,34,5597,5000,793,0,5597,5000,793,34,6482,6483,6038,0,6482,6483,6038,34,3580,6484,1555,0,3580,6484,1555,34,2349,2540,1681,0,2349,2540,1681,34,6137,5856,5324,0,6137,5856,5324,34,6485,6486,4482,0,6485,6486,4482,34,6487,6488,6489,0,6487,6488,6489,34,513,6490,3345,0,513,6490,3345,34,3198,6187,6491,0,3198,6187,6491,34,3044,6422,3312,0,3044,6422,3312,34,5495,3528,5496,0,5495,3528,5496,34,6492,2393,4905,0,6492,2393,4905,34,6493,6494,6495,0,6493,6494,6495,34,5715,6496,17,0,5715,6496,17,34,5938,6350,6497,0,5938,6350,6497,34,6498,2784,1879,0,6498,2784,1879,34,6499,6500,1379,0,6499,6500,1379,34,6501,958,957,0,6501,958,957,34,6502,6503,5953,0,6502,6503,5953,34,1069,6400,6504,0,1069,6400,6504,34,4409,4408,5306,0,4409,4408,5306,34,6189,5950,5949,0,6189,5950,5949,34,6505,3009,3008,0,6505,3009,3008,34,3835,5978,3833,0,3835,5978,3833,34,5728,2591,6296,0,5728,2591,6296,34,1431,996,6506,0,1431,996,6506,34,4358,6507,6508,0,4358,6507,6508,34,2261,413,415,0,2261,413,415,34,6509,6510,6511,0,6509,6510,6511,34,2893,6078,3948,0,2893,6078,3948,34,4586,973,2423,0,4586,973,2423,34,3511,704,3647,0,3511,704,3647,34,939,6512,1995,0,939,6512,1995,34,6513,5793,6514,0,6513,5793,6514,34,6515,6516,2805,0,6515,6516,2805,34,920,919,6517,0,920,919,6517,34,6518,6519,4086,0,6518,6519,4086,34,6520,3415,5326,0,6520,3415,5326,34,6243,6521,6522,0,6243,6521,6522,34,446,3438,5163,0,446,3438,5163,34,6523,1174,3103,0,6523,1174,3103,34,3844,1901,4465,0,3844,1901,4465,34,5043,5045,6524,0,5043,5045,6524,34,3630,6525,2343,0,3630,6525,2343,34,4043,611,6526,0,4043,611,6526,34,6527,2540,2518,0,6527,2540,2518,34,6440,4681,1023,0,6440,4681,1023,34,1535,3367,1536,0,1535,3367,1536,34,6092,6528,6236,0,6092,6528,6236,34,2959,6529,6530,0,2959,6529,6530,34,356,5682,6419,0,356,5682,6419,34,4873,6531,6532,0,4873,6531,6532,34,6533,4785,5780,0,6533,4785,5780,34,2880,2882,1169,0,2880,2882,1169,34,5340,6534,815,0,5340,6534,815,34,652,6535,653,0,652,6535,653,34,6536,6356,2262,0,6536,6356,2262,34,6537,6538,6539,0,6537,6538,6539,34,6306,2853,4392,0,6306,2853,4392,34,1113,1112,5486,0,1113,1112,5486,34,6540,2249,2248,0,6540,2249,2248,34,4349,5498,5500,0,4349,5498,5500,34,3684,1961,1960,0,3684,1961,1960,34,5675,2713,6541,0,5675,2713,6541,34,1796,1798,5158,0,1796,1798,5158,34,600,3724,5783,0,600,3724,5783,34,4955,4957,362,0,4955,4957,362,34,3409,3133,3132,0,3409,3133,3132,34,1542,6542,5526,0,1542,6542,5526,34,6543,6544,3369,0,6543,6544,3369,34,4859,6545,6312,0,4859,6545,6312,34,4841,3374,3776,0,4841,3374,3776,34,6527,2518,3037,0,6527,2518,3037,34,6546,3573,3554,0,6546,3573,3554,34,5016,6547,6087,0,5016,6547,6087,34,4633,3282,3281,0,4633,3282,3281,34,6548,3808,2729,0,6548,3808,2729,34,467,3703,5579,0,467,3703,5579,34,4746,3766,2608,0,4746,3766,2608,34,4093,5594,4094,0,4093,5594,4094,34,5905,2194,1793,0,5905,2194,1793,34,78,80,5674,0,78,80,5674,34,3037,2518,1060,0,3037,2518,1060,34,3919,5415,6549,0,3919,5415,6549,34,615,2143,957,0,615,2143,957,34,5320,5319,926,0,5320,5319,926,34,6550,5783,2106,0,6550,5783,2106,34,1006,1008,6506,0,1006,1008,6506,34,1685,4331,4519,0,1685,4331,4519,34,1060,2518,1061,0,1060,2518,1061,34,324,4850,6551,0,324,4850,6551,34,6043,573,6552,0,6043,573,6552,34,2400,2007,5683,0,2400,2007,5683,34,3797,2230,6553,0,3797,2230,6553,34,5675,6541,4781,0,5675,6541,4781,34,2244,5613,5612,0,2244,5613,5612,34,6554,3071,2179,0,6554,3071,2179,34,6555,5608,6556,0,6555,5608,6556,34,1574,1576,1022,0,1574,1576,1022,34,5186,6270,6557,0,5186,6270,6557,34,4912,873,4913,0,4912,873,4913,34,917,4315,6558,0,917,4315,6558,34,1504,6559,3308,0,1504,6559,3308,34,6560,6518,6196,0,6560,6518,6196,34,1681,2540,6561,0,1681,2540,6561,34,5614,3203,6562,0,5614,3203,6562,34,1165,6563,1722,0,1165,6563,1722,34,6527,6561,2540,0,6527,6561,2540,34,6523,6564,1174,0,6523,6564,1174,34,4127,6565,6566,0,4127,6565,6566,34,5529,2722,2721,0,5529,2722,2721,34,3838,4313,3839,0,3838,4313,3839,34,216,218,6567,0,216,218,6567,34,6191,4494,153,0,6191,4494,153,34,674,4017,3503,0,674,4017,3503,34,6568,2682,1197,0,6568,2682,1197,34,2655,2654,4897,0,2655,2654,4897,34,2542,6029,3236,0,2542,6029,3236,34,6569,6561,6527,0,6569,6561,6527,34,1186,992,6570,0,1186,992,6570,34,6431,3591,6571,0,6431,3591,6571,34,5142,3364,6572,0,5142,3364,6572,34,3983,6573,2903,0,3983,6573,2903,34,1587,5393,5089,0,1587,5393,5089,34,6574,5918,5917,0,6574,5918,5917,34,2881,6575,6576,0,2881,6575,6576,34,3592,5597,792,0,3592,5597,792,34,1471,1666,6577,0,1471,1666,6577,34,6578,6579,3475,0,6578,6579,3475,34,6525,6580,6581,0,6525,6580,6581,34,2662,6582,3797,0,2662,6582,3797,34,3547,3630,322,0,3547,3630,322,34,36,6241,2415,0,36,6241,2415,34,5167,5933,6583,0,5167,5933,6583,34,2168,6584,2169,0,2168,6584,2169,34,4689,6562,5078,0,4689,6562,5078,34,3770,2448,2447,0,3770,2448,2447,34,760,6585,891,0,760,6585,891,34,6348,6586,2041,0,6348,6586,2041,34,497,1539,498,0,497,1539,498,34,4359,6587,4357,0,4359,6587,4357,34,5895,6588,3818,0,5895,6588,3818,34,6589,6590,820,0,6589,6590,820,34,5894,3211,6591,0,5894,3211,6591,34,5757,3479,1915,0,5757,3479,1915,34,2653,6592,6593,0,2653,6592,6593,34,5844,6594,5005,0,5844,6594,5005,34,1478,6394,6595,0,1478,6394,6595,34,5298,5299,6280,0,5298,5299,6280,34,6596,6416,6597,0,6596,6416,6597,34,1100,1603,1822,0,1100,1603,1822,34,6598,2223,3558,0,6598,2223,3558,34,1364,5379,6599,0,1364,5379,6599,34,231,4977,5536,0,231,4977,5536,34,3154,6600,4325,0,3154,6600,4325,34,6496,5715,5714,0,6496,5715,5714,34,1948,44,462,0,1948,44,462,34,6525,71,6601,0,6525,71,6601,34,6525,6601,6580,0,6525,6601,6580,34,4242,1377,6125,0,4242,1377,6125,34,4536,4535,5429,0,4536,4535,5429,34,4321,4605,6287,0,4321,4605,6287,34,6602,3996,6603,0,6602,3996,6603,34,6288,1250,587,0,6288,1250,587,34,4127,6604,4128,0,4127,6604,4128,34,6605,6606,6607,0,6605,6606,6607,34,3491,3391,3390,0,3491,3391,3390,34,4087,3800,6608,0,4087,3800,6608,34,2512,5319,6609,0,2512,5319,6609,34,5540,4823,4205,0,5540,4823,4205,34,1878,1877,6610,0,1878,1877,6610,34,2567,2124,2123,0,2567,2124,2123,34,2702,2701,2950,0,2702,2701,2950,34,2645,1855,6611,0,2645,1855,6611,34,6612,6613,1737,0,6612,6613,1737,34,6295,6614,6615,0,6295,6614,6615,34,6616,2283,193,0,6616,2283,193,34,5440,5705,5704,0,5440,5705,5704,34,2024,6617,6618,0,2024,6617,6618,34,772,774,5985,0,772,774,5985,34,6281,4729,3485,0,6281,4729,3485,34,6619,3825,3827,0,6619,3825,3827,34,6580,6601,6605,0,6580,6601,6605,34,6581,6580,6607,0,6581,6580,6607,34,2004,2015,6620,0,2004,2015,6620,34,6580,6605,6607,0,6580,6605,6607,34,3999,1523,6621,0,3999,1523,6621,34,6622,5843,1998,0,6622,5843,1998,34,4715,620,619,0,4715,620,619,34,2780,5957,5958,0,2780,5957,5958,34,662,3302,3303,0,662,3302,3303,34,1358,1357,2820,0,1358,1357,2820,34,2246,6623,4054,0,2246,6623,4054,34,5573,860,6624,0,5573,860,6624,34,4226,6458,2663,0,4226,6458,2663,34,1093,2135,1094,0,1093,2135,1094,34,4971,2790,2789,0,4971,2790,2789,34,6625,5931,6626,0,6625,5931,6626,34,6627,6628,3998,0,6627,6628,3998,34,5893,5131,1519,0,5893,5131,1519,34,6251,6250,1447,0,6251,6250,1447,34,4736,4549,3110,0,4736,4549,3110,34,6629,5009,6630,0,6629,5009,6630,34,3246,5084,2446,0,3246,5084,2446,34,6631,532,1043,0,6631,532,1043,34,6344,6632,6279,0,6344,6632,6279,34,6633,6634,6635,0,6633,6634,6635,34,5133,6636,4951,0,5133,6636,4951,34,6637,3220,4396,0,6637,3220,4396,34,122,4882,120,0,122,4882,120,34,4354,6625,1110,0,4354,6625,1110,34,1471,1470,6638,0,1471,1470,6638,34,4938,4125,368,0,4938,4125,368,34,446,5163,447,0,446,5163,447,34,3895,6639,6640,0,3895,6639,6640,34,3376,4997,4999,0,3376,4997,4999,34,3934,3933,1082,0,3934,3933,1082,34,6641,5614,3909,0,6641,5614,3909,34,3748,4484,6642,0,3748,4484,6642,34,2277,6643,164,0,2277,6643,164,34,6644,4488,6516,0,6644,4488,6516,34,5664,4856,4855,0,5664,4856,4855,34,5318,6645,3036,0,5318,6645,3036,34,6646,6515,5628,0,6646,6515,5628,34,5730,1227,5731,0,5730,1227,5731,34,6647,6295,3083,0,6647,6295,3083,34,6584,6648,3465,0,6584,6648,3465,34,291,1320,292,0,291,1320,292,34,903,4067,1451,0,903,4067,1451,34,4698,628,627,0,4698,628,627,34,4202,6369,627,0,4202,6369,627,34,5948,4108,4133,0,5948,4108,4133,34,1341,4036,5259,0,1341,4036,5259,34,5937,2613,1666,0,5937,2613,1666,34,898,900,4468,0,898,900,4468,34,3749,1670,1669,0,3749,1670,1669,34,1076,3615,2367,0,1076,3615,2367,34,321,3546,322,0,321,3546,322,34,449,6649,2417,0,449,6649,2417,34,2350,6450,6650,0,2350,6450,6650,34,2522,2524,3354,0,2522,2524,3354,34,6085,6651,6652,0,6085,6651,6652,34,6653,6153,221,0,6653,6153,221,34,6654,6655,5122,0,6654,6655,5122,34,3536,5433,5013,0,3536,5433,5013,34,3104,1504,3308,0,3104,1504,3308,34,2334,696,2304,0,2334,696,2304,34,3606,249,6656,0,3606,249,6656,34,6657,6658,6659,0,6657,6658,6659,34,1316,1481,854,0,1316,1481,854,34,771,770,6660,0,771,770,6660,34,4278,6661,6662,0,4278,6661,6662,34,4525,1537,4572,0,4525,1537,4572,34,3798,4893,2230,0,3798,4893,2230,34,1817,3398,2372,0,1817,3398,2372,34,457,6663,3306,0,457,6663,3306,34,3756,449,6664,0,3756,449,6664,34,2573,2572,4884,0,2573,2572,4884,34,3502,4282,3503,0,3502,4282,3503,34,4989,4941,6665,0,4989,4941,6665,34,6276,6566,6666,0,6276,6566,6666,34,1718,6155,502,0,1718,6155,502,34,5952,4259,149,0,5952,4259,149,34,6323,2650,4192,0,6323,2650,4192,34,5809,6121,6667,0,5809,6121,6667,34,2763,1085,6668,0,2763,1085,6668,34,330,332,6669,0,330,332,6669,34,6225,2930,3897,0,6225,2930,3897,34,4530,4297,4296,0,4530,4297,4296,34,5085,6670,4865,0,5085,6670,4865,34,1829,2056,4281,0,1829,2056,4281,34,1602,6107,6671,0,1602,6107,6671,34,6672,6657,6095,0,6672,6657,6095,34,5982,2546,5903,0,5982,2546,5903,34,4427,4429,6673,0,4427,4429,6673,34,6674,1265,5046,0,6674,1265,5046,34,316,2633,1049,0,316,2633,1049,34,5913,1868,5112,0,5913,1868,5112,34,3941,1098,3942,0,3941,1098,3942,34,1341,5259,3993,0,1341,5259,3993,34,2749,2748,2192,0,2749,2748,2192,34,6395,3079,6675,0,6395,3079,6675,34,6676,6640,4744,0,6676,6640,4744,34,1316,854,1614,0,1316,854,1614,34,5766,6677,5601,0,5766,6677,5601,34,3121,5172,5936,0,3121,5172,5936,34,4232,5583,6678,0,4232,5583,6678,34,2187,6679,3802,0,2187,6679,3802,34,2499,1026,3699,0,2499,1026,3699,34,5849,5851,6680,0,5849,5851,6680,34,6602,4767,5789,0,6602,4767,5789,34,758,757,4193,0,758,757,4193,34,393,4981,4980,0,393,4981,4980,34,2758,2757,4101,0,2758,2757,4101,34,4746,3589,3506,0,4746,3589,3506,34,1192,850,1193,0,1192,850,1193,34,2329,6066,6681,0,2329,6066,6681,34,2479,6634,6633,0,2479,6634,6633,34,5001,5597,3592,0,5001,5597,3592,34,4805,6278,4806,0,4805,6278,4806,34,3722,6212,3723,0,3722,6212,3723,34,6301,2093,6682,0,6301,2093,6682,34,1461,1460,1190,0,1461,1460,1190,34,4552,1767,2353,0,4552,1767,2353,34,3978,6683,5625,0,3978,6683,5625,34,5659,1000,137,0,5659,1000,137,34,1478,692,6394,0,1478,692,6394,34,6120,6263,6684,0,6120,6263,6684,34,2990,76,1993,0,2990,76,1993,34,963,965,4755,0,963,965,4755,34,2372,3675,4960,0,2372,3675,4960,34,6228,747,6685,0,6228,747,6685,34,3238,5565,5560,0,3238,5565,5560,34,425,3570,426,0,425,3570,426,34,371,5576,369,0,371,5576,369,34,6596,2793,6416,0,6596,2793,6416,34,5238,853,5690,0,5238,853,5690,34,5826,2317,2316,0,5826,2317,2316,34,5041,1712,6686,0,5041,1712,6686,34,2762,841,3378,0,2762,841,3378,34,6687,2873,6688,0,6687,2873,6688,34,1240,3631,6570,0,1240,3631,6570,34,3645,6158,1985,0,3645,6158,1985,34,5276,5277,1636,0,5276,5277,1636,34,197,329,6689,0,197,329,6689,34,6600,4324,4325,0,6600,4324,4325,34,6401,1339,1338,0,6401,1339,1338,34,3674,4276,1898,0,3674,4276,1898,34,1399,1401,6690,0,1399,1401,6690,34,1377,5637,6125,0,1377,5637,6125,34,6691,3217,5077,0,6691,3217,5077,34,1352,1351,574,0,1352,1351,574,34,613,5504,614,0,613,5504,614,34,3724,600,6025,0,3724,600,6025,34,6657,6116,6095,0,6657,6116,6095,34,4084,4693,2922,0,4084,4693,2922,34,1012,1014,1127,0,1012,1014,1127,34,6692,5686,805,0,6692,5686,805,34,3764,3604,5296,0,3764,3604,5296,34,6693,224,223,0,6693,224,223,34,4023,2345,5173,0,4023,2345,5173,34,4556,4851,4191,0,4556,4851,4191,34,5034,3128,5035,0,5034,3128,5035,34,4011,4951,4950,0,4011,4951,4950,34,18,20,381,0,18,20,381,34,6520,5325,6694,0,6520,5325,6694,34,6695,4214,2408,0,6695,4214,2408,34,3324,6696,3325,0,3324,6696,3325,34,3278,3280,1283,0,3278,3280,1283,34,2829,5537,5536,0,2829,5537,5536,34,1690,6697,830,0,1690,6697,830,34,4274,6651,2595,0,4274,6651,2595,34,4698,6369,4699,0,4698,6369,4699,34,6141,5816,348,0,6141,5816,348,34,2686,3028,2557,0,2686,3028,2557,34,1847,6698,6699,0,1847,6698,6699,34,6027,3120,3119,0,6027,3120,3119,34,1059,6700,3227,0,1059,6700,3227,34,1053,5464,5580,0,1053,5464,5580,34,2267,6701,2784,0,2267,6701,2784,34,167,1038,3494,0,167,1038,3494,34,5302,5813,6228,0,5302,5813,6228,34,6702,290,6703,0,6702,290,6703,34,6704,6705,6706,0,6704,6705,6706,34,5684,4092,5685,0,5684,4092,5685,34,4801,1585,5862,0,4801,1585,5862,34,6573,6707,3222,0,6573,6707,3222,34,3409,2901,6708,0,3409,2901,6708,34,1510,1836,6709,0,1510,1836,6709,34,5796,4039,6710,0,5796,4039,6710,34,6711,127,126,0,6711,127,126,34,3884,4945,4944,0,3884,4945,4944,34,6712,6713,4299,0,6712,6713,4299,34,6714,6481,5002,0,6714,6481,5002,34,6504,6400,6715,0,6504,6400,6715,34,1555,6484,4836,0,1555,6484,4836,34,4124,5235,1615,0,4124,5235,1615,34,4287,3961,6716,0,4287,3961,6716,34,6717,847,1432,0,6717,847,1432,34,4043,4782,4044,0,4043,4782,4044,34,6718,4867,6719,0,6718,4867,6719,34,4201,4022,3688,0,4201,4022,3688,34,6720,1608,4227,0,6720,1608,4227,34,6645,6721,3036,0,6645,6721,3036,34,3666,3668,4146,0,3666,3668,4146,34,1035,6722,6723,0,1035,6722,6723,34,6175,4577,1721,0,6175,4577,1721,34,2012,6724,2010,0,2012,6724,2010,34,6703,3500,3499,0,6703,3500,3499,34,5493,175,5174,0,5493,175,5174,34,1159,1161,6725,0,1159,1161,6725,34,496,185,184,0,496,185,184,34,5501,5502,6726,0,5501,5502,6726,34,5345,6727,5346,0,5345,6727,5346,34,6728,3549,2221,0,6728,3549,2221,34,6729,4055,6730,0,6729,4055,6730,34,5814,1214,1216,0,5814,1214,1216,34,5529,6731,6732,0,5529,6731,6732,34,591,3816,592,0,591,3816,592,34,1368,1370,5610,0,1368,1370,5610,34,6733,5694,4250,0,6733,5694,4250,34,4188,3640,3639,0,4188,3640,3639,34,4034,5264,3979,0,4034,5264,3979,34,6734,978,170,0,6734,978,170,34,1934,6735,4248,0,1934,6735,4248,34,1758,5452,6736,0,1758,5452,6736,34,262,6132,3163,0,262,6132,3163,34,3656,6737,5375,0,3656,6737,5375,34,5461,6264,77,0,5461,6264,77,34,2118,2117,6738,0,2118,2117,6738,34,4402,4943,5158,0,4402,4943,5158,34,2080,2666,2800,0,2080,2666,2800,34,2118,6738,489,0,2118,6738,489,34,6739,4189,4188,0,6739,4189,4188,34,5679,6740,211,0,5679,6740,211,34,5944,611,568,0,5944,611,568,34,1010,5541,6741,0,1010,5541,6741,34,5731,5257,3557,0,5731,5257,3557,34,6742,5315,5909,0,6742,5315,5909,34,3874,4601,6303,0,3874,4601,6303,34,6743,6744,961,0,6743,6744,961,34,3715,6739,4188,0,3715,6739,4188,34,5562,2716,3096,0,5562,2716,3096,34,6640,2234,2233,0,6640,2234,2233,34,3715,4188,3639,0,3715,4188,3639,34,6745,2049,5234,0,6745,2049,5234,34,6128,297,181,0,6128,297,181,34,3138,3189,1929,0,3138,3189,1929,34,962,961,6744,0,962,961,6744,34,5575,6746,2619,0,5575,6746,2619,34,3890,3973,3891,0,3890,3973,3891,34,373,5695,53,0,373,5695,53,34,6747,6748,5209,0,6747,6748,5209,34,6749,6750,144,0,6749,6750,144,34,724,4634,6751,0,724,4634,6751,34,1369,1972,3250,0,1369,1972,3250,34,6631,533,532,0,6631,533,532,34,5965,4151,5966,0,5965,4151,5966,34,6584,3465,6752,0,6584,3465,6752,34,6753,6754,6755,0,6753,6754,6755,34,6756,6263,1235,0,6756,6263,1235,34,4608,6634,2479,0,4608,6634,2479,34,346,4350,347,0,346,4350,347,34,3728,716,697,0,3728,716,697,34,3557,3068,370,0,3557,3068,370,34,3904,892,3532,0,3904,892,3532,34,1376,1704,6757,0,1376,1704,6757,34,4793,2287,5018,0,4793,2287,5018,34,4220,4219,6435,0,4220,4219,6435,34,4203,4432,6758,0,4203,4432,6758,34,6518,4086,4088,0,6518,4086,4088,34,2849,2848,6759,0,2849,2848,6759,34,6760,2131,2133,0,6760,2131,2133,34,6189,534,5950,0,6189,534,5950,34,5430,6761,6762,0,5430,6761,6762,34,76,3862,77,0,76,3862,77,34,6763,6151,5210,0,6763,6151,5210,34,2810,6142,5518,0,2810,6142,5518,34,6764,2482,2481,0,6764,2482,2481,34,851,5237,1518,0,851,5237,1518,34,6738,6765,6766,0,6738,6765,6766,34,201,6137,6138,0,201,6137,6138,34,4314,139,6358,0,4314,139,6358,34,2352,1766,3743,0,2352,1766,3743,34,2417,6767,6139,0,2417,6767,6139,34,1616,1618,2163,0,1616,1618,2163,34,1906,4456,4562,0,1906,4456,4562,34,199,2522,3353,0,199,2522,3353,34,6169,6226,6152,0,6169,6226,6152,34,3370,6331,2021,0,3370,6331,2021,34,6768,6769,6770,0,6768,6769,6770,34,2138,2137,1430,0,2138,2137,1430,34,757,2698,4193,0,757,2698,4193,34,95,1402,96,0,95,1402,96,34,1115,2765,4815,0,1115,2765,4815,34,6005,6006,6771,0,6005,6006,6771,34,4686,1374,3078,0,4686,1374,3078,34,1730,2079,6110,0,1730,2079,6110,34,3318,595,1136,0,3318,595,1136,34,486,6157,3785,0,486,6157,3785,34,3732,4612,1373,0,3732,4612,1373,34,6772,39,6249,0,6772,39,6249,34,1847,6743,961,0,1847,6743,961,34,6773,6774,6775,0,6773,6774,6775,34,2746,6280,5299,0,2746,6280,5299,34,5837,3131,6197,0,5837,3131,6197,34,2466,6470,4454,0,2466,6470,4454,34,1804,1917,6776,0,1804,1917,6776,34,6171,4948,6777,0,6171,4948,6777,34,5196,3713,5484,0,5196,3713,5484,34,1473,134,133,0,1473,134,133,34,5294,3185,6778,0,5294,3185,6778,34,520,6779,521,0,520,6779,521,34,4175,2451,2450,0,4175,2451,2450,34,4566,2385,5991,0,4566,2385,5991,34,3406,3398,6780,0,3406,3398,6780,34,4277,6661,4278,0,4277,6661,4278,34,6781,6099,4160,0,6781,6099,4160,34,6782,862,861,0,6782,862,861,34,3711,6783,6784,0,3711,6783,6784,34,6785,2441,2440,0,6785,2441,2440,34,4264,4263,3332,0,4264,4263,3332,34,2769,2472,2474,0,2769,2472,2474,34,5107,682,3292,0,5107,682,3292,34,6463,4601,4600,0,6463,4601,4600,34,5011,5037,6391,0,5011,5037,6391,34,4453,1932,4248,0,4453,1932,4248,34,3670,6058,6786,0,3670,6058,6786,34,2350,6451,6450,0,2350,6451,6450,34,303,305,2265,0,303,305,2265,34,4364,3912,4365,0,4364,3912,4365,34,4747,878,4599,0,4747,878,4599,34,3380,6787,1297,0,3380,6787,1297,34,3795,1003,1002,0,3795,1003,1002,34,6788,6789,6790,0,6788,6789,6790,34,5050,5051,6791,0,5050,5051,6791,34,6792,6793,5763,0,6792,6793,5763,34,6794,5991,5990,0,6794,5991,5990,34,234,6795,1468,0,234,6795,1468,34,6088,4182,4183,0,6088,4182,4183,34,6796,2284,6797,0,6796,2284,6797,34,244,243,6364,0,244,243,6364,34,3122,383,385,0,3122,383,385,34,1695,6353,6798,0,1695,6353,6798,34,5373,6799,5492,0,5373,6799,5492,34,87,6800,5940,0,87,6800,5940,34,1751,1750,6801,0,1751,1750,6801,34,404,4457,4459,0,404,4457,4459,34,4140,4002,4345,0,4140,4002,4345,34,6802,6803,3844,0,6802,6803,3844,34,6804,6740,3648,0,6804,6740,3648,34,2292,2293,2805,0,2292,2293,2805,34,6703,6805,4123,0,6703,6805,4123,34,147,4281,2056,0,147,4281,2056,34,2460,1180,2461,0,2460,1180,2461,34,6806,3969,1562,0,6806,3969,1562,34,3603,1253,6807,0,3603,1253,6807,34,3579,4777,6251,0,3579,4777,6251,34,2931,728,727,0,2931,728,727,34,730,4865,6808,0,730,4865,6808,34,1625,1627,2402,0,1625,1627,2402,34,324,5626,1549,0,324,5626,1549,34,5496,3820,1897,0,5496,3820,1897,34,4082,998,4978,0,4082,998,4978,34,6809,3660,5586,0,6809,3660,5586,34,5348,6810,3251,0,5348,6810,3251,34,185,496,495,0,185,496,495,34,730,6808,6174,0,730,6808,6174,34,2912,6811,5255,0,2912,6811,5255,34,3116,3118,3502,0,3116,3118,3502,34,25,718,5188,0,25,718,5188,34,134,4893,4881,0,134,4893,4881,34,886,2709,5353,0,886,2709,5353,34,5190,1243,1342,0,5190,1243,1342,34,6722,3594,3596,0,6722,3594,3596,34,4879,4878,6812,0,4879,4878,6812,34,6402,6391,5037,0,6402,6391,5037,34,6436,5829,5342,0,6436,5829,5342,34,6813,6814,3156,0,6813,6814,3156,34,1379,6500,3902,0,1379,6500,3902,34,6322,6815,906,0,6322,6815,906,34,1222,1224,5178,0,1222,1224,5178,34,2915,6816,2916,0,2915,6816,2916,34,4688,4687,6817,0,4688,4687,6817,34,6818,3148,2765,0,6818,3148,2765,34,4163,123,4164,0,4163,123,4164,34,5010,5011,5370,0,5010,5011,5370,34,1912,6159,3509,0,1912,6159,3509,34,6504,4904,5189,0,6504,4904,5189,34,6819,3151,6820,0,6819,3151,6820,34,1527,452,2139,0,1527,452,2139,34,5092,1225,1427,0,5092,1225,1427,34,6078,2189,6079,0,6078,2189,6079,34,1674,1676,3587,0,1674,1676,3587,34,5438,2229,6529,0,5438,2229,6529,34,2294,4245,4240,0,2294,4245,4240,34,2298,239,4159,0,2298,239,4159,34,1594,6821,5638,0,1594,6821,5638,34,6191,6822,5215,0,6191,6822,5215,34,6351,3181,3456,0,6351,3181,3456,34,6472,6462,6473,0,6472,6462,6473,34,1145,676,4320,0,1145,676,4320,34,864,4213,3521,0,864,4213,3521,34,5592,2102,2101,0,5592,2102,2101,34,2871,2873,6687,0,2871,2873,6687,34,4997,4004,4003,0,4997,4004,4003,34,2618,1942,1944,0,2618,1942,1944,34,3241,5343,6136,0,3241,5343,6136,34,5322,2383,5003,0,5322,2383,5003,34,6823,26,25,0,6823,26,25,34,363,6824,6825,0,363,6824,6825,34,5142,3982,5143,0,5142,3982,5143,34,4839,5919,6826,0,4839,5919,6826,34,6827,396,395,0,6827,396,395,34,4274,5554,5512,0,4274,5554,5512,34,1947,6469,412,0,1947,6469,412,34,3712,4,408,0,3712,4,408,34,309,311,950,0,309,311,950,34,4926,3041,3040,0,4926,3041,3040,34,6600,6828,4324,0,6600,6828,4324,34,2665,2664,4180,0,2665,2664,4180,34,626,628,2989,0,626,628,2989,34,2526,2370,6829,0,2526,2370,6829,34,3833,5979,6830,0,3833,5979,6830,34,1537,6457,1893,0,1537,6457,1893,34,6831,6477,5647,0,6831,6477,5647,34,6391,5301,5011,0,6391,5301,5011,34,1160,1589,1682,0,1160,1589,1682,34,405,404,1709,0,405,404,1709,34,6832,5531,5530,0,6832,5531,5530,34,5156,1620,2273,0,5156,1620,2273,34,968,5494,303,0,968,5494,303,34,6578,1866,2621,0,6578,1866,2621,34,6833,6834,4459,0,6833,6834,4459,34,6667,5451,4886,0,6667,5451,4886,34,2325,6690,1401,0,2325,6690,1401,34,2228,6529,2229,0,2228,6529,2229,34,5011,5301,5370,0,5011,5301,5370,34,2325,1401,3753,0,2325,1401,3753,34,6835,4783,5599,0,6835,4783,5599,34,1229,1228,1262,0,1229,1228,1262,34,3181,3182,3456,0,3181,3182,3456,34,4564,316,1050,0,4564,316,1050,34,3052,3054,6617,0,3052,3054,6617,34,1355,3277,4510,0,1355,3277,4510,34,5945,6836,5946,0,5945,6836,5946,34,6837,3354,3379,0,6837,3354,3379,34,5066,1512,6838,0,5066,1512,6838,34,4757,5370,4470,0,4757,5370,4470,34,2337,5116,282,0,2337,5116,282,34,6839,5559,6110,0,6839,5559,6110,34,3358,5143,3359,0,3358,5143,3359,34,2453,4734,3268,0,2453,4734,3268,34,3643,3644,5276,0,3643,3644,5276,34,4930,3632,3907,0,4930,3632,3907,34,6711,126,1729,0,6711,126,1729,34,4757,5010,5370,0,4757,5010,5370,34,5641,6840,4311,0,5641,6840,4311,34,5178,1224,5612,0,5178,1224,5612,34,5132,1191,1460,0,5132,1191,1460,34,6841,1906,1918,0,6841,1906,1918,34,6267,3696,5109,0,6267,3696,5109,34,2076,5390,5444,0,2076,5390,5444,34,63,3055,6241,0,63,3055,6241,34,2024,4578,1144,0,2024,4578,1144,34,1239,6276,2392,0,1239,6276,2392,34,6842,2979,5767,0,6842,2979,5767,34,6843,2382,4020,0,6843,2382,4020,34,6844,6845,6296,0,6844,6845,6296,34,3119,3121,6425,0,3119,3121,6425,34,789,2567,1988,0,789,2567,1988,34,3718,1420,5376,0,3718,1420,5376,34,6846,6847,6848,0,6846,6847,6848,34,3093,6849,6850,0,3093,6849,6850,34,6354,6851,1334,0,6354,6851,1334,34,5427,2138,1430,0,5427,2138,1430,34,3710,2464,4388,0,3710,2464,4388,34,975,6852,5819,0,975,6852,5819,34,5470,3983,2903,0,5470,3983,2903,34,6853,3174,359,0,6853,3174,359,34,4507,2697,657,0,4507,2697,657,34,901,903,1451,0,901,903,1451,34,6854,3049,5254,0,6854,3049,5254,34,6855,2952,3855,0,6855,2952,3855,34,6835,5599,5088,0,6835,5599,5088,34,6486,3963,6836,0,6486,3963,6836,34,1623,4663,3711,0,1623,4663,3711,34,3061,3060,4371,0,3061,3060,4371,34,4471,4470,5370,0,4471,4470,5370,34,5979,1008,1007,0,5979,1008,1007,34,1342,1439,1438,0,1342,1439,1438,34,592,3765,593,0,592,3765,593,34,749,748,4911,0,749,748,4911,34,3526,3411,3527,0,3526,3411,3527,34,6856,2404,4597,0,6856,2404,4597,34,2717,2716,5562,0,2717,2716,5562,34,4249,6857,6858,0,4249,6857,6858,34,2989,628,4697,0,2989,628,4697,34,5539,5076,1657,0,5539,5076,1657,34,5296,4766,3764,0,5296,4766,3764,34,6859,1875,6860,0,6859,1875,6860,34,5071,2539,6347,0,5071,2539,6347,34,6706,5575,5574,0,6706,5575,5574,34,1198,6861,5989,0,1198,6861,5989,34,3830,4454,6470,0,3830,4454,6470,34,3011,3970,3971,0,3011,3970,3971,34,1198,5989,3175,0,1198,5989,3175,34,1114,4990,1115,0,1114,4990,1115,34,4757,4470,4712,0,4757,4470,4712,34,1812,5447,6129,0,1812,5447,6129,34,3522,6862,3523,0,3522,6862,3523,34,2587,5287,2588,0,2587,5287,2588,34,940,3230,2203,0,940,3230,2203,34,6676,4744,1676,0,6676,4744,1676,34,2570,4606,3760,0,2570,4606,3760,34,6275,1663,6863,0,6275,1663,6863,34,6117,5544,4820,0,6117,5544,4820,34,2056,1828,6864,0,2056,1828,6864,34,911,6865,6866,0,911,6865,6866,34,2909,2910,4117,0,2909,2910,4117,34,5737,6862,5738,0,5737,6862,5738,34,4015,3391,3492,0,4015,3391,3492,34,1428,2137,4035,0,1428,2137,4035,34,1591,1590,6725,0,1591,1590,6725,34,3156,6814,4246,0,3156,6814,4246,34,4712,4470,6867,0,4712,4470,6867,34,2213,899,6868,0,2213,899,6868,34,6869,6870,3588,0,6869,6870,3588,34,6395,6675,6442,0,6395,6675,6442,34,2915,3244,6816,0,2915,3244,6816,34,3257,2670,5913,0,3257,2670,5913,34,3365,3358,6871,0,3365,3358,6871,34,36,2415,2414,0,36,2415,2414,34,4436,6872,4994,0,4436,6872,4994,34,3861,1122,1121,0,3861,1122,1121,34,3482,6764,2481,0,3482,6764,2481,34,6873,4247,6816,0,6873,4247,6816,34,4089,2252,2254,0,4089,2252,2254,34,912,911,1395,0,912,911,1395,34,3555,734,6874,0,3555,734,6874,34,3224,6875,3694,0,3224,6875,3694,34,3770,4176,4775,0,3770,4176,4775,34,400,399,2847,0,400,399,2847,34,6876,5404,6877,0,6876,5404,6877,34,2324,2405,4554,0,2324,2405,4554,34,1764,6543,2109,0,1764,6543,2109,34,54,6532,6813,0,54,6532,6813,34,2010,2589,2011,0,2010,2589,2011,34,2775,4022,2776,0,2775,4022,2776,34,2942,5041,2943,0,2942,5041,2943,34,3273,6878,2120,0,3273,6878,2120,34,5270,2521,6435,0,5270,2521,6435,34,1154,4659,6879,0,1154,4659,6879,34,2459,2461,1711,0,2459,2461,1711,34,5428,6880,5427,0,5428,6880,5427,34,4883,5129,2573,0,4883,5129,2573,34,6867,4512,4712,0,6867,4512,4712,34,5874,5873,1080,0,5874,5873,1080,34,2307,6881,2308,0,2307,6881,2308,34,5088,6882,6835,0,5088,6882,6835,34,3012,6883,6884,0,3012,6883,6884,34,2696,3745,1276,0,2696,3745,1276,34,4088,4087,6608,0,4088,4087,6608,34,3413,5427,6880,0,3413,5427,6880,34,5004,5005,6594,0,5004,5005,6594,34,6885,2079,128,0,6885,2079,128,34,4327,6127,952,0,4327,6127,952,34,4512,3714,4712,0,4512,3714,4712,34,4672,5317,1322,0,4672,5317,1322,34,3097,1607,1651,0,3097,1607,1651,34,5666,6886,5610,0,5666,6886,5610,34,810,6887,811,0,810,6887,811,34,6452,3126,1683,0,6452,3126,1683,34,4509,4510,3277,0,4509,4510,3277,34,6888,5953,6503,0,6888,5953,6503,34,2993,1226,213,0,2993,1226,213,34,6889,3767,5778,0,6889,3767,5778,34,6890,6891,2868,0,6890,6891,2868,34,4469,4512,6867,0,4469,4512,6867,34,6892,6025,602,0,6892,6025,602,34,1343,3765,592,0,1343,3765,592,34,3945,3944,4905,0,3945,3944,4905,34,752,5316,956,0,752,5316,956,34,5346,5517,5516,0,5346,5517,5516,34,6729,6893,6894,0,6729,6893,6894,34,660,4614,5975,0,660,4614,5975,34,6895,2947,5228,0,6895,2947,5228,34,5321,1468,6795,0,5321,1468,6795,34,1043,6588,6631,0,1043,6588,6631,34,6896,6897,6898,0,6896,6897,6898,34,1691,2949,1722,0,1691,2949,1722,34,952,6127,953,0,952,6127,953,34,1724,1114,1165,0,1724,1114,1165,34,6198,2899,6899,0,6198,2899,6899,34,6900,6633,6901,0,6900,6633,6901,34,6729,426,5804,0,6729,426,5804,34,5648,885,5649,0,5648,885,5649,34,1888,2263,6448,0,1888,2263,6448,34,439,4875,437,0,439,4875,437,34,2040,6032,6163,0,2040,6032,6163,34,410,6030,6032,0,410,6030,6032,34,5454,5376,6343,0,5454,5376,6343,34,3442,3441,3986,0,3442,3441,3986,34,2571,3947,2572,0,2571,3947,2572,34,764,591,6707,0,764,591,6707,34,347,6625,6626,0,347,6625,6626,34,5716,2187,3290,0,5716,2187,3290,34,6602,5789,5791,0,6602,5789,5791,34,6902,4142,1755,0,6902,4142,1755,34,2456,4551,1461,0,2456,4551,1461,34,1292,6903,6768,0,1292,6903,6768,34,2397,343,6904,0,2397,343,6904,34,3423,3422,6007,0,3423,3422,6007,34,1848,1850,6197,0,1848,1850,6197,34,6905,3118,3117,0,6905,3118,3117,34,5062,5302,6685,0,5062,5302,6685,34,6476,6475,5532,0,6476,6475,5532,34,4490,4197,4196,0,4490,4197,4196,34,2339,4816,2340,0,2339,4816,2340,34,5288,1778,1780,0,5288,1778,1780,34,4696,6209,922,0,4696,6209,922,34,5088,2857,6882,0,5088,2857,6882,34,6867,4470,4469,0,6867,4470,4469,34,5014,6906,6907,0,5014,6906,6907,34,942,1609,943,0,942,1609,943,34,3805,4916,6908,0,3805,4916,6908,34,5298,6280,6909,0,5298,6280,6909,34,1539,1976,1540,0,1539,1976,1540,34,1901,1903,4465,0,1901,1903,4465,34,3414,2744,2746,0,3414,2744,2746,34,6341,3167,5615,0,6341,3167,5615,34,6910,3344,3877,0,6910,3344,3877,34,348,2647,2661,0,348,2647,2661,34,1015,5735,2476,0,1015,5735,2476,34,1561,1560,5106,0,1561,1560,5106,34,5327,5283,6627,0,5327,5283,6627,34,2618,4915,1942,0,2618,4915,1942,34,1508,1510,6709,0,1508,1510,6709,34,5521,5520,372,0,5521,5520,372,34,5376,4900,6343,0,5376,4900,6343,34,4992,5313,5314,0,4992,5313,5314,34,6827,395,6383,0,6827,395,6383,34,6148,1849,1848,0,6148,1849,1848,34,2857,2132,6882,0,2857,2132,6882,34,733,735,4732,0,733,735,4732,34,3490,5632,4743,0,3490,5632,4743,34,888,6636,3463,0,888,6636,3463,34,3600,6911,2548,0,3600,6911,2548,34,4281,149,4259,0,4281,149,4259,34,2459,1711,6912,0,2459,1711,6912,34,1097,1096,3151,0,1097,1096,3151,34,5695,6674,5696,0,5695,6674,5696,34,2514,6913,2515,0,2514,6913,2515,34,6727,6914,6915,0,6727,6914,6915,34,6848,4806,5421,0,6848,4806,5421,34,2779,6916,6214,0,2779,6916,6214,34,6917,3714,4512,0,6917,3714,4512,34,120,1431,3274,0,120,1431,3274,34,3667,3082,3084,0,3667,3082,3084,34,6918,5944,2068,0,6918,5944,2068,34,6775,1560,4317,0,6775,1560,4317,34,1370,5611,5610,0,1370,5611,5610,34,3818,6588,1861,0,3818,6588,1861,34,138,6919,139,0,138,6919,139,34,3207,6920,3517,0,3207,6920,3517,34,4513,4526,6921,0,4513,4526,6921,34,1068,4373,4977,0,1068,4373,4977,34,3835,6922,5978,0,3835,6922,5978,34,3016,3018,4002,0,3016,3018,4002,34,2253,4489,6375,0,2253,4489,6375,34,1890,1323,1045,0,1890,1323,1045,34,4157,5440,5704,0,4157,5440,5704,34,897,6495,5626,0,897,6495,5626,34,4964,5677,3284,0,4964,5677,3284,34,4203,4204,4431,0,4203,4204,4431,34,2633,315,5068,0,2633,315,5068,34,4512,4513,6917,0,4512,4513,6917,34,5571,4528,6923,0,5571,4528,6923,34,4970,3142,1664,0,4970,3142,1664,34,2997,2345,2347,0,2997,2345,2347,34,5622,5556,5623,0,5622,5556,5623,34,6326,6924,6429,0,6326,6924,6429,34,3162,2693,2695,0,3162,2693,2695,34,2261,6536,2262,0,2261,6536,2262,34,6925,6926,3757,0,6925,6926,3757,34,2428,484,5142,0,2428,484,5142,34,2989,4697,6467,0,2989,4697,6467,34,111,5292,4268,0,111,5292,4268,34,6733,4250,3831,0,6733,4250,3831,34,3458,1193,850,0,3458,1193,850,34,5847,2293,745,0,5847,2293,745,34,6715,6927,6928,0,6715,6927,6928,34,1514,45,1515,0,1514,45,1515,34,6929,1561,5106,0,6929,1561,5106,34,5502,6930,6931,0,5502,6930,6931,34,6739,4170,4189,0,6739,4170,4189,34,32,4210,3537,0,32,4210,3537,34,3755,2275,6932,0,3755,2275,6932,34,3620,3619,1560,0,3620,3619,1560,34,6687,6933,6934,0,6687,6933,6934,34,6773,3620,6774,0,6773,3620,6774,34,812,5914,813,0,812,5914,813,34,6935,4868,6718,0,6935,4868,6718,34,6543,2110,2109,0,6543,2110,2109,34,4088,6608,6936,0,4088,6608,6936,34,3450,3351,3451,0,3450,3351,3451,34,6937,1670,5638,0,6937,1670,5638,34,1372,1003,3795,0,1372,1003,3795,34,2059,988,801,0,2059,988,801,34,1499,1498,5932,0,1499,1498,5932,34,6938,3659,5382,0,6938,3659,5382,34,2040,2042,410,0,2040,2042,410,34,2111,2110,3767,0,2111,2110,3767,34,2499,6822,2500,0,2499,6822,2500,34,6135,1359,4413,0,6135,1359,4413,34,6550,6483,6482,0,6550,6483,6482,34,3576,4224,3077,0,3576,4224,3077,34,6939,1990,1402,0,6939,1990,1402,34,1744,871,6397,0,1744,871,6397,34,498,2227,2843,0,498,2227,2843,34,1580,4192,2650,0,1580,4192,2650,34,6940,6941,6942,0,6940,6941,6942,34,1186,1975,1185,0,1186,1975,1185,34,6182,1192,1194,0,6182,1192,1194,34,3073,2863,3071,0,3073,2863,3071,34,6943,6104,6944,0,6943,6104,6944,34,4540,4602,4541,0,4540,4602,4541,34,6945,6946,6468,0,6945,6946,6468,34,1809,6626,6451,0,1809,6626,6451,34,6947,3317,6948,0,6947,3317,6948,34,5456,4125,4939,0,5456,4125,4939,34,5741,2912,5255,0,5741,2912,5255,34,6921,4170,6739,0,6921,4170,6739,34,5318,3195,6949,0,5318,3195,6949,34,6016,3471,50,0,6016,3471,50,34,6502,5953,5967,0,6502,5953,5967,34,6950,6951,6952,0,6950,6951,6952,34,1201,4895,6953,0,1201,4895,6953,34,5290,6954,3111,0,5290,6954,3111,34,4639,554,6955,0,4639,554,6955,34,3433,5940,6800,0,3433,5940,6800,34,3613,2426,1158,0,3613,2426,1158,34,2680,6956,6362,0,2680,6956,6362,34,5097,2907,2327,0,5097,2907,2327,34,3097,3141,3098,0,3097,3141,3098,34,565,575,566,0,565,575,566,34,3756,448,4273,0,3756,448,4273,34,2354,5009,482,0,2354,5009,482,34,6957,5230,5229,0,6957,5230,5229,34,2627,1056,1645,0,2627,1056,1645,34,1378,4244,4243,0,1378,4244,4243,34,3061,4371,6444,0,3061,4371,6444,34,1286,3988,6288,0,1286,3988,6288,34,6958,2995,61,0,6958,2995,61,34,1025,1760,1026,0,1025,1760,1026,34,6917,4513,6921,0,6917,4513,6921,34,6959,6960,1005,0,6959,6960,1005,34,1173,6828,3783,0,1173,6828,3783,34,327,2604,238,0,327,2604,238,34,2315,5666,6961,0,2315,5666,6961,34,6552,6962,2271,0,6552,6962,2271,34,1186,6570,1973,0,1186,6570,1973,34,2330,6681,1948,0,2330,6681,1948,34,6259,2462,5501,0,6259,2462,5501,34,4306,6754,6753,0,4306,6754,6753,34,4764,3448,5956,0,4764,3448,5956,34,25,719,718,0,25,719,718,34,6963,2031,6860,0,6963,2031,6860,34,4156,1591,6725,0,4156,1591,6725,34,1166,232,768,0,1166,232,768,34,6964,6028,5406,0,6964,6028,5406,34,517,4617,518,0,517,4617,518,34,2210,5859,2211,0,2210,5859,2211,34,6965,899,4216,0,6965,899,4216,34,1853,1852,3155,0,1853,1852,3155,34,2240,679,678,0,2240,679,678,34,5131,6966,5132,0,5131,6966,5132,34,4907,3290,3168,0,4907,3290,3168,34,791,793,6567,0,791,793,6567,34,4762,2439,2438,0,4762,2439,2438,34,6341,3607,4769,0,6341,3607,4769,34,6967,6010,893,0,6967,6010,893,34,4414,3105,5574,0,4414,3105,5574,34,1364,1363,1455,0,1364,1363,1455,34,1746,6968,6885,0,1746,6968,6885,34,3715,3714,6917,0,3715,3714,6917,34,5907,4600,6969,0,5907,4600,6969,34,6970,1544,3927,0,6970,1544,3927,34,1120,2739,1121,0,1120,2739,1121,34,3715,6917,6739,0,3715,6917,6739,34,4033,551,2541,0,4033,551,2541,34,4722,473,6225,0,4722,473,6225,34,5050,6522,3842,0,5050,6522,3842,34,3095,6971,5562,0,3095,6971,5562,34,4971,2547,3678,0,4971,2547,3678,34,6940,6942,1843,0,6940,6942,1843,34,2080,6972,2666,0,2080,6972,2666,34,6739,6917,6921,0,6739,6917,6921,34,1938,4945,1939,0,1938,4945,1939,34,4733,733,4732,0,4733,733,4732,34,5430,695,694,0,5430,695,694,34,2330,3449,3183,0,2330,3449,3183,34,3435,1630,6973,0,3435,1630,6973,34,5700,6494,5701,0,5700,6494,5701,34,4979,6974,4980,0,4979,6974,4980,34,6895,5228,6975,0,6895,5228,6975,34,5548,3325,6696,0,5548,3325,6696,34,6492,4582,3936,0,6492,4582,3936,34,1899,1856,2645,0,1899,1856,2645,34,6976,961,960,0,6976,961,960,34,6776,217,1804,0,6776,217,1804,34,3162,2840,3950,0,3162,2840,3950,34,6586,6413,1952,0,6586,6413,1952,34,3846,3384,6977,0,3846,3384,6977,34,6978,4887,4886,0,6978,4887,4886,34,2502,2934,3932,0,2502,2934,3932,34,6979,6980,2838,0,6979,6980,2838,34,2053,4534,4716,0,2053,4534,4716,34,2539,2538,3075,0,2539,2538,3075,34,2655,5311,3565,0,2655,5311,3565,34,5516,6981,6982,0,5516,6981,6982,34,1501,4046,5554,0,1501,4046,5554,34,6983,3431,4425,0,6983,3431,4425,34,261,6872,4436,0,261,6872,4436,34,3226,4849,4271,0,3226,4849,4271,34,1362,6028,6984,0,1362,6028,6984,34,4189,4170,4131,0,4189,4170,4131,34,6985,6986,661,0,6985,6986,661,34,713,6987,3623,0,713,6987,3623,34,3316,445,444,0,3316,445,444,34,4189,4131,376,0,4189,4131,376,34,1647,3785,6156,0,1647,3785,6156,34,2704,2446,5084,0,2704,2446,5084,34,5828,3582,4319,0,5828,3582,4319,34,1425,773,772,0,1425,773,772,34,1965,6988,1716,0,1965,6988,1716,34,3732,3795,3730,0,3732,3795,3730,34,1915,3479,6989,0,1915,3479,6989,34,5564,6380,6990,0,5564,6380,6990,34,1930,3188,5650,0,1930,3188,5650,34,6905,3117,4329,0,6905,3117,4329,34,1934,6804,5533,0,1934,6804,5533,34,1969,5439,1970,0,1969,5439,1970,34,3197,571,4794,0,3197,571,4794,34,3261,1211,1210,0,3261,1211,1210,34,3750,6609,5006,0,3750,6609,5006,34,6213,6991,4284,0,6213,6991,4284,34,3105,546,548,0,3105,546,548,34,3458,3457,6992,0,3458,3457,6992,34,1907,1541,1543,0,1907,1541,1543,34,5912,6819,3065,0,5912,6819,3065,34,486,6158,6157,0,486,6158,6157,34,4631,2771,4286,0,4631,2771,4286,34,6993,4309,3815,0,6993,4309,3815,34,4189,376,375,0,4189,376,375,34,3365,6427,3358,0,3365,6427,3358,34,373,5520,6994,0,373,5520,6994,34,6995,6705,6704,0,6995,6705,6704,34,3676,2932,5436,0,3676,2932,5436,34,6996,3736,5023,0,6996,3736,5023,34,5694,3267,868,0,5694,3267,868,34,6444,3935,3937,0,6444,3935,3937,34,2734,2958,6894,0,2734,2958,6894,34,5403,2572,4001,0,5403,2572,4001,34,6618,6997,2741,0,6618,6997,2741,34,3597,734,733,0,3597,734,733,34,6998,3598,5446,0,6998,3598,5446,34,5451,6385,4886,0,5451,6385,4886,34,6999,4289,4288,0,6999,4289,4288,34,7000,1516,4057,0,7000,1516,4057,34,2444,2705,5514,0,2444,2705,5514,34,410,6384,6030,0,410,6384,6030,34,1372,1371,1003,0,1372,1371,1003,34,5678,7001,4344,0,5678,7001,4344,34,7002,2395,6663,0,7002,2395,6663,34,3023,4947,3024,0,3023,4947,3024,34,6824,3864,7003,0,6824,3864,7003,34,6795,108,1335,0,6795,108,1335,34,1399,6158,1400,0,1399,6158,1400,34,2160,7004,5025,0,2160,7004,5025,34,2684,627,2297,0,2684,627,2297,34,62,186,790,0,62,186,790,34,1567,1964,279,0,1567,1964,279,34,4356,3618,5481,0,4356,3618,5481,34,6207,6586,6348,0,6207,6586,6348,34,4114,7005,4115,0,4114,7005,4115,34,1874,1777,1873,0,1874,1777,1873,34,570,1445,4418,0,570,1445,4418,34,6311,7006,6986,0,6311,7006,6986,34,6218,2530,2529,0,6218,2530,2529,34,7007,6538,6906,0,7007,6538,6906,34,4793,4792,2287,0,4793,4792,2287,34,1930,5650,1931,0,1930,5650,1931,34,4331,951,1901,0,4331,951,1901,34,20,7008,3584,0,20,7008,3584,34,2263,1888,1887,0,2263,1888,1887,34,4193,5203,1140,0,4193,5203,1140,34,7009,822,4115,0,7009,822,4115,34,39,7010,40,0,39,7010,40,34,1984,5214,2880,0,1984,5214,2880,34,3648,6740,7011,0,3648,6740,7011,34,3139,3431,3430,0,3139,3431,3430,34,1046,1048,6002,0,1046,1048,6002,34,192,6150,7012,0,192,6150,7012,34,6133,6154,5801,0,6133,6154,5801,34,6348,7013,7014,0,6348,7013,7014,34,6449,2452,2451,0,6449,2452,2451,34,892,3533,3532,0,892,3533,3532,34,299,298,2231,0,299,298,2231,34,3017,3365,3566,0,3017,3365,3566,34,2416,41,40,0,2416,41,40,34,3203,6975,2740,0,3203,6975,2740,34,3770,4775,2448,0,3770,4775,2448,34,4926,2749,3041,0,4926,2749,3041,34,3932,3787,7015,0,3932,3787,7015,34,2204,6835,6882,0,2204,6835,6882,34,3649,7016,6661,0,3649,7016,6661,34,7017,6180,2794,0,7017,6180,2794,34,2667,6972,7018,0,2667,6972,7018,34,7019,2302,2301,0,7019,2302,2301,34,2322,7020,2581,0,2322,7020,2581,34,4351,4936,4050,0,4351,4936,4050,34,4810,843,3451,0,4810,843,3451,34,3425,2953,3426,0,3425,2953,3426,34,3944,3946,4582,0,3944,3946,4582,34,4810,3451,3974,0,4810,3451,3974,34,3443,3531,3444,0,3443,3531,3444,34,1012,6508,1013,0,1012,6508,1013,34,2667,5153,3388,0,2667,5153,3388,34,7021,3465,6648,0,7021,3465,6648,34,3264,5193,3992,0,3264,5193,3992,34,242,376,298,0,242,376,298,34,1822,1603,1936,0,1822,1603,1936,34,158,1308,1307,0,158,1308,1307,34,3350,6206,3451,0,3350,6206,3451,34,5489,7022,6818,0,5489,7022,6818,34,5835,5836,3253,0,5835,5836,3253,34,1128,650,4071,0,1128,650,4071,34,7023,1188,5688,0,7023,1188,5688,34,6567,7024,2986,0,6567,7024,2986,34,6312,2194,5905,0,6312,2194,5905,34,4834,2753,2114,0,4834,2753,2114,34,4514,6353,4691,0,4514,6353,4691,34,5482,4219,5889,0,5482,4219,5889,34,7025,6484,3455,0,7025,6484,3455,34,1673,1853,7026,0,1673,1853,7026,34,1149,7027,1244,0,1149,7027,1244,34,3473,7028,5543,0,3473,7028,5543,34,823,1130,7029,0,823,1130,7029,34,3542,869,7030,0,3542,869,7030,34,3171,2710,2712,0,3171,2710,2712,34,7031,897,5626,0,7031,897,5626,34,6052,5564,6990,0,6052,5564,6990,34,1644,51,2699,0,1644,51,2699,34,6294,6614,4199,0,6294,6614,4199,34,376,1244,298,0,376,1244,298,34,3376,3375,4997,0,3376,3375,4997,34,5601,5709,5602,0,5601,5709,5602,34,7032,2228,1230,0,7032,2228,1230,34,4597,2252,6856,0,4597,2252,6856,34,3493,1883,5210,0,3493,1883,5210,34,1858,2328,1859,0,1858,2328,1859,34,5039,3428,1413,0,5039,3428,1413,34,4390,6688,2873,0,4390,6688,2873,34,298,1244,7027,0,298,1244,7027,34,6357,4245,2294,0,6357,4245,2294,34,1106,6603,2777,0,1106,6603,2777,34,6049,4393,6557,0,6049,4393,6557,34,2520,5024,4682,0,2520,5024,4682,34,2839,6980,3600,0,2839,6980,3600,34,6115,7033,4279,0,6115,7033,4279,34,876,317,2219,0,876,317,2219,34,7034,6151,834,0,7034,6151,834,34,2008,2400,6858,0,2008,2400,6858,34,1862,4340,5019,0,1862,4340,5019,34,2973,6113,6389,0,2973,6113,6389,34,5704,5703,4367,0,5704,5703,4367,34,4068,7035,5522,0,4068,7035,5522,34,1197,1196,6568,0,1197,1196,6568,34,4891,7036,6046,0,4891,7036,6046,34,3579,6251,7037,0,3579,6251,7037,34,1844,105,1845,0,1844,105,1845,34,7038,4994,6872,0,7038,4994,6872,34,6146,6264,5910,0,6146,6264,5910,34,889,2168,3019,0,889,2168,3019,34,6879,1819,4623,0,6879,1819,4623,34,300,7039,6218,0,300,7039,6218,34,6089,2003,3961,0,6089,2003,3961,34,376,4131,1244,0,376,4131,1244,34,7040,958,6501,0,7040,958,6501,34,2245,5572,5086,0,2245,5572,5086,34,1109,4355,1110,0,1109,4355,1110,34,3583,284,283,0,3583,284,283,34,3524,3523,1803,0,3524,3523,1803,34,7041,6581,4355,0,7041,6581,4355,34,4812,469,5948,0,4812,469,5948,34,3889,1881,2085,0,3889,1881,2085,34,5231,5230,6350,0,5231,5230,6350,34,2939,2941,7042,0,2939,2941,7042,34,2545,5113,7043,0,2545,5113,7043,34,5336,2144,2188,0,5336,2144,2188,34,6475,6831,419,0,6475,6831,419,34,1221,1244,4131,0,1221,1244,4131,34,7044,3119,6425,0,7044,3119,6425,34,5066,408,1512,0,5066,408,1512,34,84,55,54,0,84,55,54,34,4584,664,5503,0,4584,664,5503,34,3207,5060,3208,0,3207,5060,3208,34,6089,4066,2001,0,6089,4066,2001,34,7045,1963,2299,0,7045,1963,2299,34,6903,7046,6768,0,6903,7046,6768,34,2629,2158,1048,0,2629,2158,1048,34,5218,4169,5219,0,5218,4169,5219,34,3114,203,2323,0,3114,203,2323,34,872,874,7047,0,872,874,7047,34,1360,3216,3215,0,1360,3216,3215,34,2354,2355,1024,0,2354,2355,1024,34,4668,2025,7048,0,4668,2025,7048,34,1132,7049,7027,0,1132,7049,7027,34,1149,1132,7027,0,1149,1132,7027,34,6085,6652,6086,0,6085,6652,6086,34,1781,2027,4296,0,1781,2027,4296,34,95,4381,1402,0,95,4381,1402,34,2091,2603,2888,0,2091,2603,2888,34,5471,4369,4100,0,5471,4369,4100,34,6953,6497,7050,0,6953,6497,7050,34,5640,4114,4968,0,5640,4114,4968,34,1693,2236,4035,0,1693,2236,4035,34,298,7027,2231,0,298,7027,2231,34,3759,4614,2570,0,3759,4614,2570,34,827,829,2654,0,827,829,2654,34,463,5956,464,0,463,5956,464,34,2839,3600,3466,0,2839,3600,3466,34,7051,834,6763,0,7051,834,6763,34,2231,7027,7049,0,2231,7027,7049,34,6492,620,4715,0,6492,620,4715,34,7052,2531,493,0,7052,2531,493,34,4277,7053,6661,0,4277,7053,6661,34,6621,1523,7054,0,6621,1523,7054,34,6490,112,6459,0,6490,112,6459,34,469,4108,5948,0,469,4108,5948,34,2231,7049,2224,0,2231,7049,2224,34,5583,5582,2318,0,5583,5582,2318,34,7055,6962,6552,0,7055,6962,6552,34,2629,5928,5413,0,2629,5928,5413,34,7056,1370,3252,0,7056,1370,3252,34,3968,5097,3721,0,3968,5097,3721,34,6405,3012,6364,0,6405,3012,6364,34,5971,2573,5129,0,5971,2573,5129,34,5542,1355,4510,0,5542,1355,4510,34,1489,2644,2643,0,1489,2644,2643,34,6132,3063,6134,0,6132,3063,6134,34,4030,2093,1253,0,4030,2093,1253,34,673,4264,1101,0,673,4264,1101,34,429,1607,1606,0,429,1607,1606,34,106,4148,2334,0,106,4148,2334,34,4140,4139,3016,0,4140,4139,3016,34,2727,3703,466,0,2727,3703,466,34,7057,7058,1816,0,7057,7058,1816,34,494,7059,6654,0,494,7059,6654,34,4700,4317,7060,0,4700,4317,7060,34,7061,799,6778,0,7061,799,6778,34,1583,1910,1151,0,1583,1910,1151,34,821,823,7029,0,821,823,7029,34,5381,1617,5518,0,5381,1617,5518,34,4683,2920,2944,0,4683,2920,2944,34,6881,2307,3427,0,6881,2307,3427,34,4486,5192,2566,0,4486,5192,2566,34,2612,2112,56,0,2612,2112,56,34,2224,948,2098,0,2224,948,2098,34,148,6026,2398,0,148,6026,2398,34,623,703,624,0,623,703,624,34,327,329,3781,0,327,329,3781,34,6422,5472,6423,0,6422,5472,6423,34,533,647,531,0,533,647,531,34,665,2259,1095,0,665,2259,1095,34,1598,1600,5467,0,1598,1600,5467,34,6631,7062,533,0,6631,7062,533,34,822,3217,6691,0,822,3217,6691,34,6943,6944,5082,0,6943,6944,5082,34,2759,6291,6292,0,2759,6291,6292,34,726,725,767,0,726,725,767,34,6627,1440,6628,0,6627,1440,6628,34,3815,4309,3816,0,3815,4309,3816,34,4716,292,2053,0,4716,292,2053,34,7063,2385,4567,0,7063,2385,4567,34,5877,6785,1707,0,5877,6785,1707,34,7064,6598,1270,0,7064,6598,1270,34,2444,2446,2705,0,2444,2446,2705,34,715,5276,5677,0,715,5276,5677,34,5244,2230,2229,0,5244,2230,2229,34,2669,7065,1299,0,2669,7065,1299,34,7049,948,2224,0,7049,948,2224,34,3495,5058,5059,0,3495,5058,5059,34,6130,5182,7066,0,6130,5182,7066,34,6457,5136,1893,0,6457,5136,1893,34,3206,4450,2767,0,3206,4450,2767,34,6049,6048,4393,0,6049,6048,4393,34,4796,7067,731,0,4796,7067,731,34,7068,5808,7069,0,7068,5808,7069,34,1132,7070,7049,0,1132,7070,7049,34,6108,2697,3818,0,6108,2697,3818,34,5899,5501,2462,0,5899,5501,2462,34,4754,963,4755,0,4754,963,4755,34,6610,7071,7072,0,6610,7071,7072,34,7073,1476,2359,0,7073,1476,2359,34,7074,1204,7075,0,7074,1204,7075,34,1403,7076,2223,0,1403,7076,2223,34,5862,1585,5855,0,5862,1585,5855,34,7049,7070,948,0,7049,7070,948,34,2669,2134,4511,0,2669,2134,4511,34,6485,7077,6486,0,6485,7077,6486,34,1777,1776,4678,0,1777,1776,4678,34,3203,6895,6975,0,3203,6895,6975,34,1160,1682,4147,0,1160,1682,4147,34,908,948,7070,0,908,948,7070,34,4570,7078,4571,0,4570,7078,4571,34,7079,7080,6835,0,7079,7080,6835,34,1581,1066,6966,0,1581,1066,6966,34,3903,4333,2065,0,3903,4333,2065,34,6611,4545,4544,0,6611,4545,4544,34,5997,6291,2759,0,5997,6291,2759,34,7081,4154,5835,0,7081,4154,5835,34,6709,220,1508,0,6709,220,1508,34,6614,6294,6615,0,6614,6294,6615,34,553,3447,6791,0,553,3447,6791,34,3071,6554,1276,0,3071,6554,1276,34,6646,6644,6516,0,6646,6644,6516,34,4716,5387,4717,0,4716,5387,4717,34,4800,2277,2278,0,4800,2277,2278,34,4762,4895,1514,0,4762,4895,1514,34,3643,5276,715,0,3643,5276,715,34,6298,4272,6023,0,6298,4272,6023,34,2981,7082,6624,0,2981,7082,6624,34,2767,6637,2768,0,2767,6637,2768,34,108,3205,109,0,108,3205,109,34,3131,2550,6197,0,3131,2550,6197,34,5471,5472,3044,0,5471,5472,3044,34,7083,272,271,0,7083,272,271,34,1172,2188,6828,0,1172,2188,6828,34,4221,6404,179,0,4221,6404,179,34,712,6673,7084,0,712,6673,7084,34,7045,1698,6465,0,7045,1698,6465,34,1104,2736,1336,0,1104,2736,1336,34,1838,995,5513,0,1838,995,5513,34,2152,6445,7085,0,2152,6445,7085,34,4479,2946,5081,0,4479,2946,5081,34,2463,1054,1056,0,2463,1054,1056,34,4401,3866,364,0,4401,3866,364,34,6938,5382,2529,0,6938,5382,2529,34,6238,356,7086,0,6238,356,7086,34,7079,6802,7080,0,7079,6802,7080,34,884,6642,4484,0,884,6642,4484,34,1140,5286,1141,0,1140,5286,1141,34,2914,6514,5793,0,2914,6514,5793,34,6315,6372,7087,0,6315,6372,7087,34,787,4255,2599,0,787,4255,2599,34,3621,14,13,0,3621,14,13,34,2347,2346,3950,0,2347,2346,3950,34,2345,4023,2346,0,2345,4023,2346,34,7063,4567,6121,0,7063,4567,6121,34,7088,1621,3998,0,7088,1621,3998,34,1622,1624,1783,0,1622,1624,1783,34,5293,4672,3186,0,5293,4672,3186,34,1181,1427,3931,0,1181,1427,3931,34,4209,4880,7089,0,4209,4880,7089,34,2034,7025,7090,0,2034,7025,7090,34,6819,2262,3065,0,6819,2262,3065,34,6017,2957,6018,0,6017,2957,6018,34,7091,1212,3517,0,7091,1212,3517,34,624,7092,7093,0,624,7092,7093,34,1071,5846,6400,0,1071,5846,6400,34,7061,6778,3185,0,7061,6778,3185,34,7094,7095,7096,0,7094,7095,7096,34,7097,815,817,0,7097,815,817,34,6445,2099,907,0,6445,2099,907,34,4390,2872,7098,0,4390,2872,7098,34,2099,948,907,0,2099,948,907,34,5693,2755,5763,0,5693,2755,5763,34,832,831,7099,0,832,831,7099,34,3798,5712,4881,0,3798,5712,4881,34,836,4846,4845,0,836,4846,4845,34,4530,4296,5069,0,4530,4296,5069,34,6540,7100,6825,0,6540,7100,6825,34,3,5,2582,0,3,5,2582,34,355,7101,2400,0,355,7101,2400,34,6667,4567,5451,0,6667,4567,5451,34,363,6081,4236,0,363,6081,4236,34,4065,2621,4064,0,4065,2621,4064,34,2152,2099,6445,0,2152,2099,6445,34,1297,6539,6538,0,1297,6539,6538,34,205,2643,2642,0,205,2643,2642,34,7102,4853,4852,0,7102,4853,4852,34,7103,2432,96,0,7103,2432,96,34,1755,4143,1756,0,1755,4143,1756,34,7104,173,6109,0,7104,173,6109,34,1196,7105,6568,0,1196,7105,6568,34,2163,3323,2675,0,2163,3323,2675,34,5908,7106,7086,0,5908,7106,7086,34,2195,2194,811,0,2195,2194,811,34,7107,923,746,0,7107,923,746,34,4586,2421,7108,0,4586,2421,7108,34,1153,4322,4321,0,1153,4322,4321,34,2780,4845,5957,0,2780,4845,5957,34,2587,5122,5287,0,2587,5122,5287,34,7109,7110,7111,0,7109,7110,7111,34,5251,4135,115,0,5251,4135,115,34,6649,1410,3462,0,6649,1410,3462,34,7112,7083,5357,0,7112,7083,5357,34,7113,2485,2484,0,7113,2485,2484,34,42,3418,1765,0,42,3418,1765,34,5228,7114,6975,0,5228,7114,6975,34,173,7104,7115,0,173,7104,7115,34,6446,6606,7085,0,6446,6606,7085,34,1806,1805,1592,0,1806,1805,1592,34,7116,6387,3041,0,7116,6387,3041,34,7117,2899,7118,0,7117,2899,7118,34,7119,6199,7120,0,7119,6199,7120,34,3380,3608,6787,0,3380,3608,6787,34,650,4266,648,0,650,4266,648,34,3205,2766,6434,0,3205,2766,6434,34,941,2204,6882,0,941,2204,6882,34,6464,5490,2533,0,6464,5490,2533,34,1640,1639,1751,0,1640,1639,1751,34,3664,4796,5551,0,3664,4796,5551,34,3205,6434,4395,0,3205,6434,4395,34,6605,7085,6606,0,6605,7085,6606,34,3438,2332,2331,0,3438,2332,2331,34,3734,3733,6828,0,3734,3733,6828,34,1015,2475,1016,0,1015,2475,1016,34,7121,835,7122,0,7121,835,7122,34,638,640,5291,0,638,640,5291,34,968,7123,5494,0,968,7123,5494,34,2090,238,2604,0,2090,238,2604,34,2171,1319,1318,0,2171,1319,1318,34,1187,4986,927,0,1187,4986,927,34,5877,1707,1709,0,5877,1707,1709,34,7124,415,1700,0,7124,415,1700,34,3560,3673,5742,0,3560,3673,5742,34,6295,6615,214,0,6295,6615,214,34,7125,4144,1497,0,7125,4144,1497,34,3834,1051,7126,0,3834,1051,7126,34,7127,4700,7060,0,7127,4700,7060,34,5920,5921,2116,0,5920,5921,2116,34,4341,1860,4181,0,4341,1860,4181,34,6546,5934,3573,0,6546,5934,3573,34,1759,154,7128,0,1759,154,7128,34,7129,3814,803,0,7129,3814,803,34,6108,3818,1861,0,6108,3818,1861,34,6446,7085,6445,0,6446,7085,6445,34,6692,7130,2159,0,6692,7130,2159,34,4040,3988,3987,0,4040,3988,3987,34,3698,1245,2369,0,3698,1245,2369,34,7131,7132,6848,0,7131,7132,6848,34,2170,5884,2171,0,2170,5884,2171,34,4199,3690,6294,0,4199,3690,6294,34,7133,199,198,0,7133,199,198,34,4251,5694,7134,0,4251,5694,7134,34,3246,6816,3244,0,3246,6816,3244,34,140,139,4314,0,140,139,4314,34,3480,1615,3481,0,3480,1615,3481,34,3109,3110,4549,0,3109,3110,4549,34,5053,5055,906,0,5053,5055,906,34,5154,7135,4560,0,5154,7135,4560,34,7136,1037,167,0,7136,1037,167,34,2304,696,2305,0,2304,696,2305,34,319,7094,2182,0,319,7094,2182,34,5341,5400,985,0,5341,5400,985,34,6371,7137,7138,0,6371,7137,7138,34,6017,5263,6420,0,6017,5263,6420,34,3349,3348,5618,0,3349,3348,5618,34,4813,4815,2765,0,4813,4815,2765,34,5274,3900,5211,0,5274,3900,5211,34,6020,2828,2827,0,6020,2828,2827,34,2235,4584,3310,0,2235,4584,3310,34,6038,6483,7139,0,6038,6483,7139,34,2749,2192,3143,0,2749,2192,3143,34,3198,7055,572,0,3198,7055,572,34,3198,572,3199,0,3198,572,3199,34,4368,6923,4527,0,4368,6923,4527,34,124,281,2993,0,124,281,2993,34,341,6886,5897,0,341,6886,5897,34,4804,7140,6242,0,4804,7140,6242,34,7141,4048,7142,0,7141,4048,7142,34,3406,2373,3399,0,3406,2373,3399,34,4487,7143,6255,0,4487,7143,6255,34,5930,6606,6446,0,5930,6606,6446,34,2437,4247,4246,0,2437,4247,4246,34,5355,1741,4565,0,5355,1741,4565,34,6449,3770,2447,0,6449,3770,2447,34,5066,6838,5733,0,5066,6838,5733,34,5130,4713,7139,0,5130,4713,7139,34,2783,2724,2726,0,2783,2724,2726,34,4464,651,1920,0,4464,651,1920,34,1491,5545,2644,0,1491,5545,2644,34,586,585,312,0,586,585,312,34,3763,5966,6064,0,3763,5966,6064,34,7144,3373,7145,0,7144,3373,7145,34,6935,7146,4868,0,6935,7146,4868,34,2315,6961,2017,0,2315,6961,2017,34,3460,1803,7147,0,3460,1803,7147,34,2095,442,1785,0,2095,442,1785,34,4759,4596,6597,0,4759,4596,6597,34,5050,3722,6024,0,5050,3722,6024,34,2391,2393,6492,0,2391,2393,6492,34,4984,564,6358,0,4984,564,6358,34,6204,17,7148,0,6204,17,7148,34,431,433,3539,0,431,433,3539,34,4410,1492,3966,0,4410,1492,3966,34,192,7012,5727,0,192,7012,5727,34,1786,5997,2759,0,1786,5997,2759,34,3099,3101,6480,0,3099,3101,6480,34,4353,3273,4146,0,4353,3273,4146,34,2034,3060,4836,0,2034,3060,4836,34,717,5775,3405,0,717,5775,3405,34,2481,2480,5663,0,2481,2480,5663,34,6823,6203,26,0,6823,6203,26,34,4274,3867,7149,0,4274,3867,7149,34,4739,4740,2291,0,4739,4740,2291,34,7150,7151,7152,0,7150,7151,7152,34,2863,2179,3071,0,2863,2179,3071,34,3161,4858,4742,0,3161,4858,4742,34,5567,6511,6510,0,5567,6511,6510,34,699,701,7153,0,699,701,7153,34,1863,5980,550,0,1863,5980,550,34,4269,751,2406,0,4269,751,2406,34,1938,1940,7154,0,1938,1940,7154,34,2630,2053,1320,0,2630,2053,1320,34,4356,5481,7155,0,4356,5481,7155,34,1570,1569,6591,0,1570,1569,6591,34,993,472,3802,0,993,472,3802,34,7156,4299,6713,0,7156,4299,6713,34,1206,2558,1207,0,1206,2558,1207,34,546,1908,3473,0,546,1908,3473,34,5930,6446,5992,0,5930,6446,5992,34,7157,7158,7159,0,7157,7158,7159,34,3814,7160,7083,0,3814,7160,7083,34,4737,4738,4491,0,4737,4738,4491,34,7141,4459,6834,0,7141,4459,6834,34,2590,7161,6296,0,2590,7161,6296,34,7162,7163,4520,0,7162,7163,4520,34,6063,2506,2782,0,6063,2506,2782,34,4946,5989,3024,0,4946,5989,3024,34,2503,2505,5903,0,2503,2505,5903,34,4260,6948,3392,0,4260,6948,3392,34,4179,7164,5569,0,4179,7164,5569,34,6890,2371,7165,0,6890,2371,7165,34,5290,7166,132,0,5290,7166,132,34,3192,6569,3994,0,3192,6569,3994,34,6856,4172,2404,0,6856,4172,2404,34,6927,6759,6928,0,6927,6759,6928,34,5229,5231,2103,0,5229,5231,2103,34,4439,4205,4823,0,4439,4205,4823,34,4701,5803,4787,0,4701,5803,4787,34,7124,2261,415,0,7124,2261,415,34,5104,5103,4646,0,5104,5103,4646,34,4634,7045,6751,0,4634,7045,6751,34,2736,2771,2770,0,2736,2771,2770,34,3393,5517,5839,0,3393,5517,5839,34,7167,7168,7169,0,7167,7168,7169,34,6179,3497,1453,0,6179,3497,1453,34,3037,3070,6569,0,3037,3070,6569,34,4613,1792,1337,0,4613,1792,1337,34,6527,3037,6569,0,6527,3037,6569,34,2630,5198,2053,0,2630,5198,2053,34,7054,5414,6621,0,7054,5414,6621,34,3296,264,263,0,3296,264,263,34,1583,7170,1584,0,1583,7170,1584,34,4349,686,685,0,4349,686,685,34,3373,7144,7171,0,3373,7144,7171,34,4628,6414,6413,0,4628,6414,6413,34,7172,7173,7174,0,7172,7173,7174,34,4577,6175,1144,0,4577,6175,1144,34,3628,3627,5825,0,3628,3627,5825,34,6491,6187,4362,0,6491,6187,4362,34,400,2545,7043,0,400,2545,7043,34,3470,7175,6957,0,3470,7175,6957,34,7176,7071,6610,0,7176,7071,6610,34,5625,6683,1548,0,5625,6683,1548,34,2380,3958,2508,0,2380,3958,2508,34,4913,5748,6496,0,4913,5748,6496,34,6311,1134,7177,0,6311,1134,7177,34,264,995,265,0,264,995,265,34,3723,6212,5182,0,3723,6212,5182,34,6725,1590,1159,0,6725,1590,1159,34,2879,6871,738,0,2879,6871,738,34,2999,4350,3339,0,2999,4350,3339,34,7178,5819,6852,0,7178,5819,6852,34,5220,6790,7179,0,5220,6790,7179,34,2964,2986,2965,0,2964,2986,2965,34,3847,3911,3910,0,3847,3911,3910,34,1142,5423,1143,0,1142,5423,1143,34,516,515,3962,0,516,515,3962,34,520,5575,6779,0,520,5575,6779,34,6569,3070,3994,0,6569,3070,3994,34,2319,3283,7180,0,2319,3283,7180,34,3192,3994,3193,0,3192,3994,3193,34,4982,4984,6919,0,4982,4984,6919,34,2319,7180,5662,0,2319,7180,5662,34,238,4159,239,0,238,4159,239,34,5776,5777,5191,0,5776,5777,5191,34,4791,6058,3670,0,4791,6058,3670,34,5244,6553,2230,0,5244,6553,2230,34,984,3302,5194,0,984,3302,5194,34,6328,7181,7182,0,6328,7181,7182,34,1759,6140,6102,0,1759,6140,6102,34,6910,133,4,0,6910,133,4,34,3994,3993,6226,0,3994,3993,6226,34,5145,5725,1835,0,5145,5725,1835,34,580,6256,4063,0,580,6256,4063,34,3557,280,3068,0,3557,280,3068,34,3579,3581,4777,0,3579,3581,4777,34,1142,6175,3508,0,1142,6175,3508,34,4300,6783,1649,0,4300,6783,1649,34,4238,6357,564,0,4238,6357,564,34,4108,4107,6901,0,4108,4107,6901,34,4907,5717,3290,0,4907,5717,3290,34,1402,4381,4383,0,1402,4381,4383,34,7183,3457,398,0,7183,3457,398,34,7184,836,3169,0,7184,836,3169,34,5627,5091,5090,0,5627,5091,5090,34,4228,1610,59,0,4228,1610,59,34,806,1964,4871,0,806,1964,4871,34,6749,144,3142,0,6749,144,3142,34,2571,2991,1993,0,2571,2991,1993,34,6112,2739,7185,0,6112,2739,7185,34,5662,6817,4687,0,5662,6817,4687,34,5085,2243,2245,0,5085,2243,2245,34,3526,2901,3411,0,3526,2901,3411,34,1525,1524,5185,0,1525,1524,5185,34,359,3175,4946,0,359,3175,4946,34,3994,6226,3193,0,3994,6226,3193,34,7186,4203,6758,0,7186,4203,6758,34,4306,6753,1452,0,4306,6753,1452,34,7187,7128,154,0,7187,7128,154,34,6418,3390,444,0,6418,3390,444,34,5671,5672,1224,0,5671,5672,1224,34,4310,7111,7110,0,4310,7111,7110,34,7188,592,4309,0,7188,592,4309,34,5700,5626,6494,0,5700,5626,6494,34,4499,4841,4130,0,4499,4841,4130,34,5647,419,6831,0,5647,419,6831,34,4011,5736,4012,0,4011,5736,4012,34,6152,6226,5300,0,6152,6226,5300,34,338,2657,2656,0,338,2657,2656,34,2095,2097,442,0,2095,2097,442,34,5667,7189,5668,0,5667,7189,5668,34,4767,1106,2128,0,4767,1106,2128,34,5476,7190,6409,0,5476,7190,6409,34,5857,6059,4824,0,5857,6059,4824,34,2219,317,316,0,2219,317,316,34,6341,6340,3607,0,6341,6340,3607,34,2202,4779,1886,0,2202,4779,1886,34,2952,2954,5236,0,2952,2954,5236,34,3006,2357,3772,0,3006,2357,3772,34,6792,506,4097,0,6792,506,4097,34,5894,6591,1569,0,5894,6591,1569,34,5076,1125,3416,0,5076,1125,3416,34,3026,7191,1768,0,3026,7191,1768,34,4484,4485,4642,0,4484,4485,4642,34,7192,5196,5485,0,7192,5196,5485,34,5259,5300,6226,0,5259,5300,6226,34,5259,6226,3993,0,5259,6226,3993,34,5094,894,1325,0,5094,894,1325,34,6089,5212,4066,0,6089,5212,4066,34,673,4020,2381,0,673,4020,2381,34,5160,7193,5161,0,5160,7193,5161,34,3749,4702,5638,0,3749,4702,5638,34,7194,7195,7196,0,7194,7195,7196,34,2981,7197,4832,0,2981,7197,4832,34,6164,7198,4426,0,6164,7198,4426,34,6876,6877,1648,0,6876,6877,1648,34,5763,5765,6792,0,5763,5765,6792,34,3147,963,4754,0,3147,963,4754,34,2981,4832,7199,0,2981,4832,7199,34,4274,2595,5554,0,4274,2595,5554,34,3689,4022,4848,0,3689,4022,4848,34,4842,4423,7200,0,4842,4423,7200,34,5605,3424,3124,0,5605,3424,3124,34,4880,4209,303,0,4880,4209,303,34,1892,4572,1893,0,1892,4572,1893,34,6067,2329,2677,0,6067,2329,2677,34,4839,639,4840,0,4839,639,4840,34,2536,2535,7060,0,2536,2535,7060,34,3596,6082,6974,0,3596,6082,6974,34,5081,3909,3260,0,5081,3909,3260,34,7201,7202,6255,0,7201,7202,6255,34,1626,3147,2364,0,1626,3147,2364,34,1104,7203,4082,0,1104,7203,4082,34,3207,3209,5358,0,3207,3209,5358,34,6463,6493,2486,0,6463,6493,2486,34,7204,7196,7195,0,7204,7196,7195,34,6481,7205,3030,0,6481,7205,3030,34,6289,6290,3300,0,6289,6290,3300,34,1382,4049,6834,0,1382,4049,6834,34,6051,7206,6022,0,6051,7206,6022,34,912,6271,7207,0,912,6271,7207,34,5820,5819,7178,0,5820,5819,7178,34,1469,7208,1470,0,1469,7208,1470,34,2924,1289,3109,0,2924,1289,3109,34,2700,5286,5203,0,2700,5286,5203,34,413,5450,414,0,413,5450,414,34,5489,6818,2765,0,5489,6818,2765,34,3886,5528,7209,0,3886,5528,7209,34,4713,6149,4714,0,4713,6149,4714,34,2935,2082,2887,0,2935,2082,2887,34,7210,7211,2549,0,7210,7211,2549,34,1246,3695,3634,0,1246,3695,3634,34,2009,3972,3890,0,2009,3972,3890,34,5050,6791,3722,0,5050,6791,3722,34,6204,3762,3333,0,6204,3762,3333,34,7212,1483,459,0,7212,1483,459,34,5001,5000,5597,0,5001,5000,5597,34,1383,1382,6833,0,1383,1382,6833,34,7213,7206,6051,0,7213,7206,6051,34,3323,1152,2675,0,3323,1152,2675,34,1470,3119,7044,0,1470,3119,7044,34,3140,6077,3576,0,3140,6077,3576,34,1673,66,2119,0,1673,66,2119,34,912,7207,842,0,912,7207,842,34,7214,6996,5023,0,7214,6996,5023,34,1568,5875,1794,0,1568,5875,1794,34,1019,4298,250,0,1019,4298,250,34,3748,3747,4484,0,3748,3747,4484,34,663,4168,6985,0,663,4168,6985,34,4486,4801,5863,0,4486,4801,5863,34,1691,1722,7215,0,1691,1722,7215,34,7216,421,7217,0,7216,421,7217,34,3163,7068,3164,0,3163,7068,3164,34,3598,476,7218,0,3598,476,7218,34,5785,1867,9,0,5785,1867,9,34,1710,671,1766,0,1710,671,1766,34,7219,7072,7158,0,7219,7072,7158,34,2755,954,5763,0,2755,954,5763,34,4830,7214,5023,0,4830,7214,5023,34,5257,281,7220,0,5257,281,7220,34,568,570,2068,0,568,570,2068,34,4870,5750,7221,0,4870,5750,7221,34,304,1646,305,0,304,1646,305,34,5394,3258,3257,0,5394,3258,3257,34,3670,3669,4435,0,3670,3669,4435,34,5577,1989,1991,0,5577,1989,1991,34,2557,6040,5375,0,2557,6040,5375,34,5461,77,3863,0,5461,77,3863,34,5960,6022,7206,0,5960,6022,7206,34,4160,536,2174,0,4160,536,2174,34,3894,6639,3895,0,3894,6639,3895,34,4841,4498,5483,0,4841,4498,5483,34,5127,6319,3378,0,5127,6319,3378,34,6528,2712,2711,0,6528,2712,2711,34,3463,3465,7021,0,3463,3465,7021,34,5417,2113,5418,0,5417,2113,5418,34,1643,7222,720,0,1643,7222,720,34,3510,6287,4605,0,3510,6287,4605,34,7223,6106,7224,0,7223,6106,7224,34,4708,6065,977,0,4708,6065,977,34,1068,4158,2092,0,1068,4158,2092,34,2904,2906,6498,0,2904,2906,6498,34,4265,4659,7225,0,4265,4659,7225,34,5111,1662,186,0,5111,1662,186,34,5127,3378,3377,0,5127,3378,3377,34,5545,5544,5915,0,5545,5544,5915,34,1545,1743,5869,0,1545,1743,5869,34,5285,6091,2519,0,5285,6091,2519,34,5130,6149,4713,0,5130,6149,4713,34,3834,3833,6830,0,3834,3833,6830,34,4059,2257,2961,0,4059,2257,2961,34,5038,1346,882,0,5038,1346,882,34,5699,6257,1031,0,5699,6257,1031,34,3597,6998,734,0,3597,6998,734,34,5603,2803,6428,0,5603,2803,6428,34,6991,3503,4282,0,6991,3503,4282,34,6910,4,3343,0,6910,4,3343,34,6900,2479,6633,0,6900,2479,6633,34,3316,3317,6904,0,3316,3317,6904,34,2420,972,7108,0,2420,972,7108,34,2102,5592,1339,0,2102,5592,1339,34,1847,6699,5199,0,1847,6699,5199,34,2317,679,1654,0,2317,679,1654,34,3321,34,7226,0,3321,34,7226,34,3691,7227,4969,0,3691,7227,4969,34,6372,6862,3522,0,6372,6862,3522,34,2694,5821,2695,0,2694,5821,2695,34,605,1369,4750,0,605,1369,4750,34,4694,362,361,0,4694,362,361,34,6884,3013,3012,0,6884,3013,3012,34,5735,5333,5734,0,5735,5333,5734,34,7228,6097,6612,0,7228,6097,6612,34,2331,5915,3439,0,2331,5915,3439,34,7229,6439,1602,0,7229,6439,1602,34,2925,2327,4855,0,2925,2327,4855,34,1847,5199,3538,0,1847,5199,3538,34,2189,6078,2190,0,2189,6078,2190,34,6154,6994,5520,0,6154,6994,5520,34,2065,4333,1733,0,2065,4333,1733,34,5230,7175,7050,0,5230,7175,7050,34,6655,6377,3304,0,6655,6377,3304,34,5269,5270,7230,0,5269,5270,7230,34,2954,2953,3425,0,2954,2953,3425,34,5222,5221,5954,0,5222,5221,5954,34,7151,6313,5828,0,7151,6313,5828,34,4050,4937,2791,0,4050,4937,2791,34,7097,7231,5339,0,7097,7231,5339,34,2275,3755,3757,0,2275,3755,3757,34,5960,7232,5954,0,5960,7232,5954,34,2831,2830,2614,0,2831,2830,2614,34,3629,6697,1690,0,3629,6697,1690,34,113,6490,513,0,113,6490,513,34,6910,3343,3344,0,6910,3343,3344,34,6987,2875,4786,0,6987,2875,4786,34,3205,4395,109,0,3205,4395,109,34,4883,1849,5129,0,4883,1849,5129,34,5954,7232,7233,0,5954,7232,7233,34,7234,5644,5645,0,7234,5644,5645,34,5431,694,7235,0,5431,694,7235,34,2537,2539,4078,0,2537,2539,4078,34,5666,4403,6961,0,5666,4403,6961,34,6040,3657,3656,0,6040,3657,3656,34,2237,5091,2238,0,2237,5091,2238,34,6978,6385,3791,0,6978,6385,3791,34,7236,1924,7237,0,7236,1924,7237,34,7233,7232,5993,0,7233,7232,5993,34,588,590,6399,0,588,590,6399,34,333,7120,4888,0,333,7120,4888,34,185,495,6724,0,185,495,6724,34,7238,833,7239,0,7238,833,7239,34,3147,964,963,0,3147,964,963,34,5994,5993,7232,0,5994,5993,7232,34,1817,2372,1818,0,1817,2372,1818,34,6103,7240,7241,0,6103,7240,7241,34,5534,1019,1018,0,5534,1019,1018,34,2638,6565,7242,0,2638,6565,7242,34,6976,6959,302,0,6976,6959,302,34,4543,3464,7243,0,4543,3464,7243,34,4109,4111,4311,0,4109,4111,4311,34,2170,6047,2606,0,2170,6047,2606,34,6943,4708,4707,0,6943,4708,4707,34,7244,4502,6198,0,7244,4502,6198,34,3652,6286,5511,0,3652,6286,5511,34,3268,3360,3269,0,3268,3360,3269,34,6827,6401,1107,0,6827,6401,1107,34,5831,7245,4493,0,5831,7245,4493,34,4774,2052,6860,0,4774,2052,6860,34,6053,4527,6453,0,6053,4527,6453,34,868,330,7246,0,868,330,7246,34,4269,2406,112,0,4269,2406,112,34,6227,5994,7213,0,6227,5994,7213,34,5729,4415,852,0,5729,4415,852,34,3890,3514,3516,0,3890,3514,3516,34,2996,7247,3333,0,2996,7247,3333,34,2386,7063,5274,0,2386,7063,5274,34,981,980,7248,0,981,980,7248,34,4414,890,891,0,4414,890,891,34,6184,5951,534,0,6184,5951,534,34,4801,4802,7249,0,4801,4802,7249,34,625,4966,623,0,625,4966,623,34,6956,5710,6362,0,6956,5710,6362,34,172,7250,7251,0,172,7250,7251,34,1580,1252,4192,0,1580,1252,4192,34,5361,467,3283,0,5361,467,3283,34,4226,2663,4149,0,4226,2663,4149,34,4084,4085,3829,0,4084,4085,3829,34,1542,5770,1543,0,1542,5770,1543,34,6811,5793,1333,0,6811,5793,1333,34,4182,7252,1671,0,4182,7252,1671,34,4441,2914,7253,0,4441,2914,7253,34,5109,3272,1812,0,5109,3272,1812,34,785,5501,4608,0,785,5501,4608,34,5054,7254,4885,0,5054,7254,4885,34,3491,4021,3492,0,3491,4021,3492,34,1850,7179,6080,0,1850,7179,6080,34,5786,6765,6041,0,5786,6765,6041,34,1693,2949,1691,0,1693,2949,1691,34,435,4553,436,0,435,4553,436,34,7058,2788,2787,0,7058,2788,2787,34,4002,4004,4345,0,4002,4004,4345,34,2112,4874,56,0,2112,4874,56,34,491,493,3469,0,491,493,3469,34,2805,6516,5546,0,2805,6516,5546,34,6408,5707,1522,0,6408,5707,1522,34,6680,3912,3914,0,6680,3912,3914,34,5982,3952,3951,0,5982,3952,3951,34,6570,5806,2921,0,6570,5806,2921,34,279,281,124,0,279,281,124,34,7255,6721,6645,0,7255,6721,6645,34,5876,1517,1462,0,5876,1517,1462,34,1230,1229,4630,0,1230,1229,4630,34,3731,4612,3732,0,3731,4612,3732,34,4538,5059,7256,0,4538,5059,7256,34,7257,6823,25,0,7257,6823,25,34,2436,4376,4375,0,2436,4376,4375,34,942,7258,2043,0,942,7258,2043,34,7121,1605,835,0,7121,1605,835,34,2146,5436,7192,0,2146,5436,7192,34,523,6326,524,0,523,6326,524,34,5505,578,577,0,5505,578,577,34,6843,4020,6991,0,6843,4020,6991,34,5159,2633,5068,0,5159,2633,5068,34,402,2078,2077,0,402,2078,2077,34,2160,5025,5024,0,2160,5025,5024,34,1565,1564,595,0,1565,1564,595,34,2882,2881,4448,0,2882,2881,4448,34,229,6266,230,0,229,6266,230,34,3481,1615,5235,0,3481,1615,5235,34,2120,4708,977,0,2120,4708,977,34,7021,889,3463,0,7021,889,3463,34,1717,3313,1718,0,1717,3313,1718,34,889,6648,2168,0,889,6648,2168,34,1546,4460,1547,0,1546,4460,1547,34,1353,1355,2728,0,1353,1355,2728,34,2354,2753,6630,0,2354,2753,6630,34,2954,3074,5442,0,2954,3074,5442,34,3751,3074,3425,0,3751,3074,3425,34,39,5165,7259,0,39,5165,7259,34,87,2575,6800,0,87,2575,6800,34,2055,6848,3145,0,2055,6848,3145,34,6570,3631,5807,0,6570,3631,5807,34,5806,5808,2922,0,5806,5808,2922,34,7260,3405,5775,0,7260,3405,5775,34,3530,7261,3531,0,3530,7261,3531,34,4194,5540,4205,0,4194,5540,4205,34,6071,3419,3418,0,6071,3419,3418,34,5044,1291,1290,0,5044,1291,1290,34,7262,3929,3946,0,7262,3929,3946,34,6338,1745,1667,0,6338,1745,1667,34,5778,3767,2110,0,5778,3767,2110,34,669,3033,670,0,669,3033,670,34,5106,6710,6929,0,5106,6710,6929,34,4399,6388,5870,0,4399,6388,5870,34,7143,4489,4597,0,7143,4489,4597,34,6026,148,3287,0,6026,148,3287,34,7053,6890,3649,0,7053,6890,3649,34,6745,778,2517,0,6745,778,2517,34,3432,3434,4041,0,3432,3434,4041,34,5228,4616,6242,0,5228,4616,6242,34,2886,2081,6138,0,2886,2081,6138,34,5892,5640,212,0,5892,5640,212,34,2440,2442,7263,0,2440,2442,7263,34,1814,1816,7264,0,1814,1816,7264,34,945,4953,7265,0,945,4953,7265,34,123,7266,4848,0,123,7266,4848,34,1292,7267,1293,0,1292,7267,1293,34,6167,6239,6168,0,6167,6239,6168,34,4155,1928,2387,0,4155,1928,2387,34,2030,578,5506,0,2030,578,5506,34,5877,1709,404,0,5877,1709,404,34,6305,1307,3697,0,6305,1307,3697,34,363,7100,6081,0,363,7100,6081,34,1786,5974,5997,0,1786,5974,5997,34,4358,6508,4359,0,4358,6508,4359,34,2138,5427,4991,0,2138,5427,4991,34,328,6689,329,0,328,6689,329,34,5587,2778,1572,0,5587,2778,1572,34,4076,7268,4763,0,4076,7268,4763,34,6333,6239,6167,0,6333,6239,6167,34,4943,4472,5158,0,4943,4472,5158,34,1978,1703,194,0,1978,1703,194,34,4176,5550,4477,0,4176,5550,4477,34,3150,3149,4813,0,3150,3149,4813,34,1827,4730,4702,0,1827,4730,4702,34,7269,7099,7270,0,7269,7099,7270,34,4231,1351,1350,0,4231,1351,1350,34,3589,3853,3852,0,3589,3853,3852,34,3734,6828,6600,0,3734,6828,6600,34,5854,6131,7066,0,5854,6131,7066,34,2314,531,5606,0,2314,531,5606,34,5745,5744,5418,0,5745,5744,5418,34,7178,6852,7174,0,7178,6852,7174,34,6076,6293,6077,0,6076,6293,6077,34,7271,3107,4165,0,7271,3107,4165,34,7272,3743,4572,0,7272,3743,4572,34,1623,3493,7048,0,1623,3493,7048,34,5355,5219,4169,0,5355,5219,4169,34,6239,6333,5995,0,6239,6333,5995,34,485,484,2429,0,485,484,2429,34,1376,6675,3079,0,1376,6675,3079,34,7273,5995,6333,0,7273,5995,6333,34,6045,3259,4639,0,6045,3259,4639,34,3791,632,6978,0,3791,632,6978,34,3282,6017,2375,0,3282,6017,2375,34,876,2219,3848,0,876,2219,3848,34,6082,3595,6083,0,6082,3595,6083,34,4412,1702,4406,0,4412,1702,4406,34,23,6984,6028,0,23,6984,6028,34,6583,7274,3235,0,6583,7274,3235,34,7275,5623,5555,0,7275,5623,5555,34,842,7207,7276,0,842,7207,7276,34,3498,1726,3496,0,3498,1726,3496,34,3672,6319,1393,0,3672,6319,1393,34,2652,6232,6592,0,2652,6232,6592,34,940,1995,3230,0,940,1995,3230,34,5910,5461,5460,0,5910,5461,5460,34,1689,5796,3629,0,1689,5796,3629,34,4563,6479,2220,0,4563,6479,2220,34,3863,5120,5183,0,3863,5120,5183,34,7277,5995,7273,0,7277,5995,7273,34,4561,6217,4562,0,4561,6217,4562,34,4993,3062,4436,0,4993,3062,4436,34,504,6988,1965,0,504,6988,1965,34,1526,1527,1914,0,1526,1527,1914,34,6300,7278,1254,0,6300,7278,1254,34,6435,4682,4220,0,6435,4682,4220,34,5934,7279,3573,0,5934,7279,3573,34,4586,7108,973,0,4586,7108,973,34,1053,5580,209,0,1053,5580,209,34,1778,849,1779,0,1778,849,1779,34,7181,6328,4042,0,7181,6328,4042,34,6649,3756,1410,0,6649,3756,1410,34,4826,202,2081,0,4826,202,2081,34,2298,2299,239,0,2298,2299,239,34,4493,7280,4494,0,4493,7280,4494,34,1069,7281,1070,0,1069,7281,1070,34,6102,5425,1760,0,6102,5425,1760,34,3916,7282,4753,0,3916,7282,4753,34,1381,1507,1109,0,1381,1507,1109,34,4501,2155,4502,0,4501,2155,4502,34,7275,5555,804,0,7275,5555,804,34,3794,7283,7284,0,3794,7283,7284,34,1403,2223,7103,0,1403,2223,7103,34,5227,225,7285,0,5227,225,7285,34,2700,2699,51,0,2700,2699,51,34,5964,7116,3144,0,5964,7116,3144,34,4685,4684,6668,0,4685,4684,6668,34,7286,3588,3589,0,7286,3588,3589,34,6813,3156,84,0,6813,3156,84,34,935,4128,6604,0,935,4128,6604,34,1714,6837,6686,0,1714,6837,6686,34,2649,6220,1981,0,2649,6220,1981,34,4196,5512,4046,0,4196,5512,4046,34,6788,6790,7089,0,6788,6790,7089,34,4664,5251,5250,0,4664,5251,5250,34,6978,4886,6385,0,6978,4886,6385,34,1458,7287,1459,0,1458,7287,1459,34,4536,6002,7130,0,4536,6002,7130,34,1596,1595,6575,0,1596,1595,6575,34,3593,58,57,0,3593,58,57,34,6646,5628,6644,0,6646,5628,6644,34,3409,394,5962,0,3409,394,5962,34,3012,3014,6365,0,3012,3014,6365,34,4978,998,122,0,4978,998,122,34,1516,7000,1314,0,1516,7000,1314,34,4018,3849,2842,0,4018,3849,2842,34,6043,6552,2271,0,6043,6552,2271,34,4938,368,4429,0,4938,368,4429,34,6693,6277,6666,0,6693,6277,6666,34,7288,7289,5421,0,7288,7289,5421,34,148,2398,2397,0,148,2398,2397,34,4966,4968,623,0,4966,4968,623,34,517,4618,4617,0,517,4618,4617,34,3483,6781,3484,0,3483,6781,3484,34,7252,1465,1669,0,7252,1465,1669,34,2383,7290,4263,0,2383,7290,4263,34,4157,5704,2151,0,4157,5704,2151,34,4896,829,5867,0,4896,829,5867,34,5822,5821,6506,0,5822,5821,6506,34,3577,3578,5834,0,3577,3578,5834,34,1758,1507,1383,0,1758,1507,1383,34,6418,5271,2477,0,6418,5271,2477,34,2869,2870,4581,0,2869,2870,4581,34,5098,7291,4837,0,5098,7291,4837,34,3665,1871,4378,0,3665,1871,4378,34,6203,1127,26,0,6203,1127,26,34,1668,6520,6694,0,1668,6520,6694,34,4938,4429,4428,0,4938,4429,4428,34,6143,2303,2302,0,6143,2303,2302,34,341,4750,1368,0,341,4750,1368,34,5462,4874,7046,0,5462,4874,7046,34,1696,3411,3410,0,1696,3411,3410,34,7292,6752,4543,0,7292,6752,4543,34,5145,5723,5725,0,5145,5723,5725,34,5514,2445,2444,0,5514,2445,2444,34,1524,6101,6258,0,1524,6101,6258,34,4996,4975,7293,0,4996,4975,7293,34,2306,3477,3476,0,2306,3477,3476,34,332,331,4540,0,332,331,4540,34,5445,7294,7295,0,5445,7294,7295,34,2562,5929,5170,0,2562,5929,5170,34,7296,7297,2255,0,7296,7297,2255,34,73,2084,1632,0,73,2084,1632,34,2860,3500,6703,0,2860,3500,6703,34,4823,4825,4439,0,4823,4825,4439,34,5908,5424,6216,0,5908,5424,6216,34,4635,655,654,0,4635,655,654,34,7214,7197,860,0,7214,7197,860,34,2586,6404,4220,0,2586,6404,4220,34,6155,3313,7298,0,6155,3313,7298,34,2320,2319,4687,0,2320,2319,4687,34,6323,4789,4788,0,6323,4789,4788,34,1596,5981,265,0,1596,5981,265,34,7293,7299,4996,0,7293,7299,4996,34,7300,6179,6598,0,7300,6179,6598,34,5776,7301,6734,0,5776,7301,6734,34,2051,7302,4126,0,2051,7302,4126,34,7106,4924,6238,0,7106,4924,6238,34,3920,4121,7303,0,3920,4121,7303,34,410,2042,411,0,410,2042,411,34,6892,6024,6025,0,6892,6024,6025,34,3301,5331,5739,0,3301,5331,5739,34,2178,3895,3368,0,2178,3895,3368,34,5365,4456,2199,0,5365,4456,2199,34,6902,696,4142,0,6902,696,4142,34,3948,2246,436,0,3948,2246,436,34,4859,4858,3161,0,4859,4858,3161,34,6925,3757,6664,0,6925,3757,6664,34,7140,4899,7304,0,7140,4899,7304,34,950,5336,1172,0,950,5336,1172,34,6950,6952,4645,0,6950,6952,4645,34,6555,7305,5608,0,6555,7305,5608,34,7306,5037,7299,0,7306,5037,7299,34,6411,2115,1023,0,6411,2115,1023,34,3789,5236,5292,0,3789,5236,5292,34,3173,1631,6146,0,3173,1631,6146,34,1888,2434,1889,0,1888,2434,1889,34,2600,4491,7307,0,2600,4491,7307,34,7299,5037,4996,0,7299,5037,4996,34,2659,7308,6206,0,2659,7308,6206,34,3458,6992,1193,0,3458,6992,1193,34,2509,5400,5341,0,2509,5400,5341,34,3420,6875,7309,0,3420,6875,7309,34,1553,7310,7311,0,1553,7310,7311,34,1573,7312,5502,0,1573,7312,5502,34,245,501,7313,0,245,501,7313,34,1336,7314,1102,0,1336,7314,1102,34,2475,2455,3007,0,2475,2455,3007,34,2037,2039,539,0,2037,2039,539,34,2709,885,5668,0,2709,885,5668,34,4867,4869,3177,0,4867,4869,3177,34,582,584,220,0,582,584,220,34,1677,829,4168,0,1677,829,4168,34,258,1184,6245,0,258,1184,6245,34,7219,6610,7072,0,7219,6610,7072,34,6639,3894,4744,0,6639,3894,4744,34,7273,7299,7293,0,7273,7299,7293,34,6190,4495,4494,0,6190,4495,4494,34,7315,4142,695,0,7315,4142,695,34,7316,4437,4736,0,7316,4437,4736,34,966,5648,967,0,966,5648,967,34,232,1167,233,0,232,1167,233,34,5283,1457,1440,0,5283,1457,1440,34,942,2475,3007,0,942,2475,3007,34,7169,7317,6000,0,7169,7317,6000,34,6729,5804,4055,0,6729,5804,4055,34,4408,1815,5306,0,4408,1815,5306,34,6368,4299,3699,0,6368,4299,3699,34,3568,1001,1000,0,3568,1001,1000,34,2141,3571,2139,0,2141,3571,2139,34,1488,6423,5607,0,1488,6423,5607,34,6932,2274,5874,0,6932,2274,5874,34,3311,1429,1428,0,3311,1429,1428,34,1764,1175,7318,0,1764,1175,7318,34,5339,1556,3059,0,5339,1556,3059,34,4785,7319,5753,0,4785,7319,5753,34,3221,3222,3765,0,3221,3222,3765,34,7320,4481,7138,0,7320,4481,7138,34,7247,5713,5715,0,7247,5713,5715,34,1598,7321,1599,0,1598,7321,1599,34,2252,4597,2253,0,2252,4597,2253,34,613,615,7256,0,613,615,7256,34,6500,5760,3902,0,6500,5760,3902,34,5244,1772,7322,0,5244,1772,7322,34,7323,2162,2161,0,7323,2162,2161,34,5218,7324,4001,0,5218,7324,4001,34,3412,6310,3506,0,3412,6310,3506,34,5065,5072,7325,0,5065,5072,7325,34,4604,4603,6700,0,4604,4603,6700,34,6974,6082,6084,0,6974,6082,6084,34,1178,2846,4821,0,1178,2846,4821,34,2186,4723,4846,0,2186,4723,4846,34,2037,539,5240,0,2037,539,5240,34,3660,6809,4919,0,3660,6809,4919,34,4345,4004,7326,0,4345,4004,7326,34,5844,4531,5455,0,5844,4531,5455,34,7293,5065,7325,0,7293,5065,7325,34,6989,313,312,0,6989,313,312,34,5106,3619,7155,0,5106,3619,7155,34,5684,3918,336,0,5684,3918,336,34,5609,5611,2388,0,5609,5611,2388,34,6230,2982,6252,0,6230,2982,6252,34,3066,2685,2684,0,3066,2685,2684,34,1589,1591,6053,0,1589,1591,6053,34,5420,5421,7289,0,5420,5421,7289,34,1277,7327,1203,0,1277,7327,1203,34,3160,4910,6312,0,3160,4910,6312,34,1552,1554,4217,0,1552,1554,4217,34,3067,7328,3794,0,3067,7328,3794,34,4949,5674,4950,0,4949,5674,4950,34,156,3901,157,0,156,3901,157,34,3690,4199,3688,0,3690,4199,3688,34,727,5773,3279,0,727,5773,3279,34,7019,7329,2302,0,7019,7329,2302,34,6188,7245,5465,0,6188,7245,5465,34,4386,6205,4387,0,4386,6205,4387,34,3395,7132,2031,0,3395,7132,2031,34,2458,1305,1304,0,2458,1305,1304,34,7293,4975,5065,0,7293,4975,5065,34,799,2242,7330,0,799,2242,7330,34,5962,1696,3410,0,5962,1696,3410,34,6574,5917,2013,0,6574,5917,2013,34,786,873,787,0,786,873,787,34,1504,3104,5351,0,1504,3104,5351,34,119,7331,7332,0,119,7331,7332,34,15,1825,16,0,15,1825,16,34,5741,5256,5758,0,5741,5256,5758,34,2902,762,5470,0,2902,762,5470,34,3915,337,6593,0,3915,337,6593,34,3039,1716,6988,0,3039,1716,6988,34,332,2487,6493,0,332,2487,6493,34,4451,3064,4452,0,4451,3064,4452,34,1107,1338,1105,0,1107,1338,1105,34,6441,5645,6395,0,6441,5645,6395,34,2413,2412,6201,0,2413,2412,6201,34,6722,3596,6974,0,6722,3596,6974,34,7273,7293,7277,0,7273,7293,7277,34,7151,5828,7152,0,7151,5828,7152,34,7254,5809,6667,0,7254,5809,6667,34,6316,5810,7254,0,6316,5810,7254,34,1362,2071,5406,0,1362,2071,5406,34,6780,3398,845,0,6780,3398,845,34,5302,5814,5813,0,5302,5814,5813,34,7325,7277,7293,0,7325,7277,7293,34,1991,5578,5577,0,1991,5578,5577,34,4315,928,6558,0,4315,928,6558,34,4505,1531,7115,0,4505,1531,7115,34,5445,7295,7333,0,5445,7295,7333,34,6602,6571,3996,0,6602,6571,3996,34,6019,981,7248,0,6019,981,7248,34,4642,5649,884,0,4642,5649,884,34,734,6998,6874,0,734,6998,6874,34,7309,536,3420,0,7309,536,3420,34,6180,7334,2636,0,6180,7334,2636,34,1942,7335,1943,0,1942,7335,1943,34,5570,4912,4914,0,5570,4912,4914,34,1804,1918,1917,0,1804,1918,1917,34,1878,6610,7219,0,1878,6610,7219,34,4889,7336,3730,0,4889,7336,3730,34,5555,5623,5556,0,5555,5623,5556,34,2645,6611,4544,0,2645,6611,4544,34,3419,6944,7337,0,3419,6944,7337,34,7338,5091,5629,0,7338,5091,5629,34,3987,4657,4040,0,3987,4657,4040,34,3353,2522,3354,0,3353,2522,3354,34,4673,3560,6810,0,4673,3560,6810,34,4149,2663,1774,0,4149,2663,1774,34,6316,1308,7339,0,6316,1308,7339,34,7340,6868,899,0,7340,6868,899,34,6380,6489,6381,0,6380,6489,6381,34,1242,2706,1343,0,1242,2706,1343,34,7341,7342,6299,0,7341,7342,6299,34,390,7239,833,0,390,7239,833,34,3874,6303,7343,0,3874,6303,7343,34,2499,3700,6822,0,2499,3700,6822,34,7344,7325,5147,0,7344,7325,5147,34,7344,5147,5222,0,7344,5147,5222,34,123,4848,2310,0,123,4848,2310,34,3165,5378,3166,0,3165,5378,3166,34,3647,3856,3511,0,3647,3856,3511,34,4163,124,123,0,4163,124,123,34,249,251,5261,0,249,251,5261,34,3499,778,6805,0,3499,778,6805,34,6361,318,7345,0,6361,318,7345,34,4626,5801,6154,0,4626,5801,6154,34,6430,5410,4794,0,6430,5410,4794,34,6083,5962,6084,0,6083,5962,6084,34,485,2429,57,0,485,2429,57,34,5263,5265,6420,0,5263,5265,6420,34,2114,2753,1024,0,2114,2753,1024,34,3720,527,526,0,3720,527,526,34,6550,6482,89,0,6550,6482,89,34,4007,4008,5955,0,4007,4008,5955,34,3486,7346,3487,0,3486,7346,3487,34,90,2467,7191,0,90,2467,7191,34,7347,6628,1440,0,7347,6628,1440,34,4711,1018,3352,0,4711,1018,3352,34,7348,5512,4198,0,7348,5512,4198,34,3725,5207,3726,0,3725,5207,3726,34,128,3774,7349,0,128,3774,7349,34,4420,3442,5791,0,4420,3442,5791,34,3977,6683,3978,0,3977,6683,3978,34,4249,6858,3387,0,4249,6858,3387,34,6240,3054,6414,0,6240,3054,6414,34,5635,6592,3108,0,5635,6592,3108,34,2014,6620,2015,0,2014,6620,2015,34,2084,6304,2085,0,2084,6304,2085,34,7344,7277,7325,0,7344,7277,7325,34,321,323,3029,0,321,323,3029,34,5984,749,4911,0,5984,749,4911,34,3684,4476,1961,0,3684,4476,1961,34,4142,7315,4143,0,4142,7315,4143,34,7350,7229,7351,0,7350,7229,7351,34,695,4142,696,0,695,4142,696,34,3884,7335,4915,0,3884,7335,4915,34,5196,512,3713,0,5196,512,3713,34,7352,2722,6732,0,7352,2722,6732,34,5633,5632,5761,0,5633,5632,5761,34,7238,7353,7354,0,7238,7353,7354,34,5302,1366,1214,0,5302,1366,1214,34,7325,5072,5147,0,7325,5072,5147,34,4870,3243,6021,0,4870,3243,6021,34,616,2569,2568,0,616,2569,2568,34,2873,2872,4390,0,2873,2872,4390,34,7045,2299,6751,0,7045,2299,6751,34,250,4298,251,0,250,4298,251,34,3836,1260,418,0,3836,1260,418,34,5108,6994,3883,0,5108,6994,3883,34,4656,3432,4042,0,4656,3432,4042,34,4740,1314,2291,0,4740,1314,2291,34,1433,5188,1907,0,1433,5188,1907,34,654,7355,7182,0,654,7355,7182,34,1055,4387,1056,0,1055,4387,1056,34,2931,3278,3429,0,2931,3278,3429,34,4234,1659,4235,0,4234,1659,4235,34,4216,4218,6965,0,4216,4218,6965,34,6539,6392,6537,0,6539,6392,6537,34,1185,993,992,0,1185,993,992,34,3836,2566,2565,0,3836,2566,2565,34,4465,273,7080,0,4465,273,7080,34,523,6924,6326,0,523,6924,6326,34,2681,2757,2682,0,2681,2757,2682,34,1887,4027,4795,0,1887,4027,4795,34,2592,6115,6114,0,2592,6115,6114,34,6033,2741,2743,0,6033,2741,2743,34,5282,1457,5283,0,5282,1457,5283,34,4658,5656,7225,0,4658,5656,7225,34,7300,453,3497,0,7300,453,3497,34,4881,5961,4840,0,4881,5961,4840,34,5452,266,4709,0,5452,266,4709,34,4183,1671,1670,0,4183,1671,1670,34,7330,5294,6778,0,7330,5294,6778,34,7356,5288,1780,0,7356,5288,1780,34,3417,1175,1326,0,3417,1175,1326,34,6359,4703,6237,0,6359,4703,6237,34,1554,7357,1367,0,1554,7357,1367,34,7358,5970,6346,0,7358,5970,6346,34,3845,3844,6803,0,3845,3844,6803,34,4491,1579,1578,0,4491,1579,1578,34,3021,1080,5873,0,3021,1080,5873,34,227,4380,7359,0,227,4380,7359,34,767,725,768,0,767,725,768,34,2502,3932,579,0,2502,3932,579,34,2552,2551,4177,0,2552,2551,4177,34,4443,2705,4080,0,4443,2705,4080,34,1022,1576,5729,0,1022,1576,5729,34,3304,5287,5122,0,3304,5287,5122,34,3763,3762,6204,0,3763,3762,6204,34,5071,7360,4079,0,5071,7360,4079,34,1659,1652,7361,0,1659,1652,7361,34,3308,2012,4348,0,3308,2012,4348,34,4224,4226,4647,0,4224,4226,4647,34,980,5580,7248,0,980,5580,7248,34,2218,2217,1923,0,2218,2217,1923,34,2542,1775,1874,0,2542,1775,1874,34,7362,5698,5759,0,7362,5698,5759,34,3067,1312,3980,0,3067,1312,3980,34,5027,5865,6464,0,5027,5865,6464,34,4834,6257,5699,0,4834,6257,5699,34,6824,7003,6875,0,6824,7003,6875,34,7316,6186,2242,0,7316,6186,2242,34,7233,5993,7344,0,7233,5993,7344,34,75,6264,1631,0,75,6264,1631,34,1478,6595,7363,0,1478,6595,7363,34,7362,5759,2703,0,7362,5759,2703,34,7364,4939,4427,0,7364,4939,4427,34,5731,3557,4186,0,5731,3557,4186,34,7277,7344,5993,0,7277,7344,5993,34,7277,5993,5995,0,7277,5993,5995,34,401,5973,1785,0,401,5973,1785,34,6028,7365,23,0,6028,7365,23,34,1817,1819,7366,0,1817,1819,7366,34,3816,272,7083,0,3816,272,7083,34,6706,5574,6704,0,6706,5574,6704,34,5345,7367,6727,0,5345,7367,6727,34,5960,7206,7232,0,5960,7206,7232,34,4985,1456,7368,0,4985,1456,7368,34,7369,5151,7370,0,7369,5151,7370,34,7371,4364,1311,0,7371,4364,1311,34,919,2884,5624,0,919,2884,5624,34,4940,2306,4941,0,4940,2306,4941,34,2899,2900,7372,0,2899,2900,7372,34,7034,556,7373,0,7034,556,7373,34,3403,2950,2701,0,3403,2950,2701,34,7374,5007,5006,0,7374,5007,5006,34,3668,3667,3084,0,3668,3667,3084,34,1850,5402,7179,0,1850,5402,7179,34,5034,2999,3001,0,5034,2999,3001,34,3650,1285,3651,0,3650,1285,3651,34,6897,6896,5229,0,6897,6896,5229,34,6854,914,3891,0,6854,914,3891,34,5185,6726,7375,0,5185,6726,7375,34,1517,1519,5131,0,1517,1519,5131,34,7337,6106,7223,0,7337,6106,7223,34,6085,2596,2595,0,6085,2596,2595,34,1757,1758,7376,0,1757,1758,7376,34,4540,331,4602,0,4540,331,4602,34,5755,1651,1650,0,5755,1651,1650,34,1861,1043,1862,0,1861,1043,1862,34,3609,7377,92,0,3609,7377,92,34,6779,7258,7378,0,6779,7258,7378,34,7379,3971,3247,0,7379,3971,3247,34,5994,7206,7213,0,5994,7206,7213,34,7380,3861,5162,0,7380,3861,5162,34,7232,7206,5994,0,7232,7206,5994,34,4424,987,986,0,4424,987,986,34,3072,6055,3073,0,3072,6055,3073,34,6389,2975,2974,0,6389,2975,2974,34,5198,1047,1046,0,5198,1047,1046,34,387,5941,5943,0,387,5941,5943,34,6246,1183,7263,0,6246,1183,7263,34,4944,7154,6417,0,4944,7154,6417,34,2411,3692,3210,0,2411,3692,3210,34,712,441,4427,0,712,441,4427,34,7381,7321,6436,0,7381,7321,6436,34,4622,1154,4623,0,4622,1154,4623,34,5878,5842,5879,0,5878,5842,5879,34,1129,1131,7101,0,1129,1131,7101,34,3743,3744,4525,0,3743,3744,4525,34,3058,2270,5777,0,3058,2270,5777,34,7213,6051,5926,0,7213,6051,5926,34,3055,7382,3056,0,3055,7382,3056,34,4550,3716,3683,0,4550,3716,3683,34,6079,2191,3680,0,6079,2191,3680,34,7383,4511,4506,0,7383,4511,4506,34,5319,2512,926,0,5319,2512,926,34,1568,1794,1569,0,1568,1794,1569,34,1689,1688,2770,0,1689,1688,2770,34,3651,4928,7384,0,3651,4928,7384,34,3358,6427,5142,0,3358,6427,5142,34,7385,3363,2769,0,7385,3363,2769,34,5269,5963,5285,0,5269,5963,5285,34,6736,4166,7376,0,6736,4166,7376,34,1103,4019,7203,0,1103,4019,7203,34,7386,7387,6379,0,7386,7387,6379,34,6955,554,5051,0,6955,554,5051,34,5296,7241,4766,0,5296,7241,4766,34,7058,7264,1816,0,7058,7264,1816,34,7388,160,3393,0,7388,160,3393,34,6374,5667,5669,0,6374,5667,5669,34,7296,6366,151,0,7296,6366,151,34,4439,4825,4440,0,4439,4825,4440,34,7389,5845,7390,0,7389,5845,7390,34,3786,2935,5323,0,3786,2935,5323,34,6515,2805,2293,0,6515,2805,2293,34,2716,2715,24,0,2716,2715,24,34,1252,758,4192,0,1252,758,4192,34,3838,140,4313,0,3838,140,4313,34,3402,130,5631,0,3402,130,5631,34,4798,1834,3441,0,4798,1834,3441,34,796,3869,7391,0,796,3869,7391,34,3614,3613,5310,0,3614,3613,5310,34,1687,964,2173,0,1687,964,2173,34,7392,6397,7393,0,7392,6397,7393,34,6729,6894,426,0,6729,6894,426,34,6833,4459,4458,0,6833,4459,4458,34,7394,4461,4500,0,7394,4461,4500,34,7235,144,6750,0,7235,144,6750,34,2781,7395,5573,0,2781,7395,5573,34,5620,6569,3192,0,5620,6569,3192,34,502,504,1965,0,502,504,1965,34,2129,2128,3469,0,2129,2128,3469,34,4598,2401,4747,0,4598,2401,4747,34,7396,1967,1966,0,7396,1967,1966,34,4650,4234,6081,0,4650,4234,6081,34,2890,2725,7397,0,2890,2725,7397,34,7398,354,4370,0,7398,354,4370,34,4089,4091,6020,0,4089,4091,6020,34,16,4152,5965,0,16,4152,5965,34,4487,4489,7143,0,4487,4489,7143,34,6561,6569,5620,0,6561,6569,5620,34,7399,2461,2676,0,7399,2461,2676,34,2831,2614,1416,0,2831,2614,1416,34,1681,6561,5620,0,1681,6561,5620,34,1870,3145,5421,0,1870,3145,5421,34,7079,6803,6802,0,7079,6803,6802,34,4127,6566,6604,0,4127,6566,6604,34,5036,7092,702,0,5036,7092,702,34,1556,1555,3059,0,1556,1555,3059,34,7400,1434,1907,0,7400,1434,1907,34,2260,5858,2210,0,2260,5858,2210,34,6071,6944,3419,0,6071,6944,3419,34,4411,1406,589,0,4411,1406,589,34,629,7259,722,0,629,7259,722,34,5054,4887,7401,0,5054,4887,7401,34,6240,6617,3054,0,6240,6617,3054,34,405,1708,406,0,405,1708,406,34,6388,2656,5870,0,6388,2656,5870,34,6073,5201,6074,0,6073,5201,6074,34,4108,3461,4133,0,4108,3461,4133,34,2543,1,3964,0,2543,1,3964,34,5847,5848,3002,0,5847,5848,3002,34,285,68,7402,0,285,68,7402,34,4373,2888,1450,0,4373,2888,1450,34,4921,3661,3660,0,4921,3661,3660,34,7002,456,5795,0,7002,456,5795,34,6225,2956,2340,0,6225,2956,2340,34,2703,5759,6499,0,2703,5759,6499,34,3551,4081,4171,0,3551,4081,4171,34,1062,626,2989,0,1062,626,2989,34,5359,2171,5884,0,5359,2171,5884,34,1110,4350,1108,0,1110,4350,1108,34,1710,6912,1711,0,1710,6912,1711,34,1741,5355,4169,0,1741,5355,4169,34,5627,6644,5628,0,5627,6644,5628,34,5174,175,3545,0,5174,175,3545,34,486,1400,6158,0,486,1400,6158,34,2526,6829,1983,0,2526,6829,1983,34,6235,2939,7042,0,6235,2939,7042,34,5191,7403,2564,0,5191,7403,2564,34,7347,1994,6628,0,7347,1994,6628,34,7404,984,7405,0,7404,984,7405,34,1945,1961,1946,0,1945,1961,1946,34,1647,1771,7406,0,1647,1771,7406,34,6030,6384,6054,0,6030,6384,6054,34,1946,6469,1947,0,1946,6469,1947,34,5810,158,157,0,5810,158,157,34,4154,7407,3897,0,4154,7407,3897,34,483,485,4177,0,483,485,4177,34,3557,369,4186,0,3557,369,4186,34,7055,6485,6962,0,7055,6485,6962,34,5419,7408,3666,0,5419,7408,3666,34,2419,6746,6767,0,2419,6746,6767,34,4696,766,2631,0,4696,766,2631,34,5387,4716,7409,0,5387,4716,7409,34,3417,7337,7223,0,3417,7337,7223,34,2593,3467,753,0,2593,3467,753,34,394,4980,6084,0,394,4980,6084,34,4093,4092,4400,0,4093,4092,4400,34,4724,4726,7007,0,4724,4726,7007,34,4546,4547,4366,0,4546,4547,4366,34,7410,4271,1259,0,7410,4271,1259,34,6798,3527,3411,0,6798,3527,3411,34,3864,5260,2175,0,3864,5260,2175,34,5115,7411,5116,0,5115,7411,5116,34,4407,2005,6620,0,4407,2005,6620,34,4504,6968,1746,0,4504,6968,1746,34,666,6586,6207,0,666,6586,6207,34,7367,7412,6914,0,7367,7412,6914,34,6991,4282,4284,0,6991,4282,4284,34,3762,4766,3333,0,3762,4766,3333,34,4942,4941,7413,0,4942,4941,7413,34,1391,1393,6319,0,1391,1393,6319,34,2214,1137,1136,0,2214,1137,1136,34,4155,2387,2581,0,4155,2387,2581,34,4953,4952,7414,0,4953,4952,7414,34,6833,1382,6834,0,6833,1382,6834,34,1713,2166,2883,0,1713,2166,2883,34,1275,7415,1273,0,1275,7415,1273,34,1836,1091,4105,0,1836,1091,4105,34,3336,1346,1345,0,3336,1346,1345,34,1290,2924,7416,0,1290,2924,7416,34,6034,6112,6105,0,6034,6112,6105,34,1082,3933,1083,0,1082,3933,1083,34,2046,2323,6658,0,2046,2323,6658,34,7417,7418,5482,0,7417,7418,5482,34,7036,1436,1435,0,7036,1436,1435,34,3208,4334,5579,0,3208,4334,5579,34,5797,7419,6051,0,5797,7419,6051,34,4919,6809,3914,0,4919,6809,3914,34,6034,2120,6878,0,6034,2120,6878,34,6695,4215,4214,0,6695,4215,4214,34,129,7420,6012,0,129,7420,6012,34,352,1736,7421,0,352,1736,7421,34,1738,3402,3155,0,1738,3402,3155,34,5590,6513,5591,0,5590,6513,5591,34,1227,5257,5731,0,1227,5257,5731,34,6051,7419,7422,0,6051,7419,7422,34,4339,1664,106,0,4339,1664,106,34,7419,7423,7422,0,7419,7423,7422,34,1622,1783,5788,0,1622,1783,5788,34,6927,6400,2849,0,6927,6400,2849,34,6473,5127,5128,0,6473,5127,5128,34,5328,2897,6889,0,5328,2897,6889,34,4464,7423,7419,0,4464,7423,7419,34,6107,7424,6193,0,6107,7424,6193,34,45,4057,1515,0,45,4057,1515,34,3398,1817,7366,0,3398,1817,7366,34,5609,2388,1477,0,5609,2388,1477,34,4694,4696,1895,0,4694,4696,1895,34,1038,1037,3741,0,1038,1037,3741,34,5231,2104,2103,0,5231,2104,2103,34,3777,5079,2795,0,3777,5079,2795,34,1438,6504,5189,0,1438,6504,5189,34,1686,6307,1684,0,1686,6307,1684,34,2636,2635,6181,0,2636,2635,6181,34,6652,455,454,0,6652,455,454,34,6627,3998,5156,0,6627,3998,5156,34,5488,7425,7426,0,5488,7425,7426,34,6994,5695,373,0,6994,5695,373,34,1384,1385,2907,0,1384,1385,2907,34,2870,755,754,0,2870,755,754,34,7427,5538,1668,0,7427,5538,1668,34,540,542,5352,0,540,542,5352,34,1470,7044,6638,0,1470,7044,6638,34,7428,5234,4124,0,7428,5234,4124,34,7429,6262,5581,0,7429,6262,5581,34,2442,6302,6246,0,2442,6302,6246,34,1572,7312,1573,0,1572,7312,1573,34,1741,1881,1880,0,1741,1881,1880,34,6993,3815,7129,0,6993,3815,7129,34,2625,7186,7430,0,2625,7186,7430,34,6806,171,3969,0,6806,171,3969,34,6654,5121,495,0,6654,5121,495,34,3459,3461,6298,0,3459,3461,6298,34,6438,7222,1643,0,6438,7222,1643,34,458,6643,4799,0,458,6643,4799,34,310,4096,311,0,310,4096,311,34,3691,2209,7227,0,3691,2209,7227,34,1068,2092,4372,0,1068,2092,4372,34,1328,3879,1329,0,1328,3879,1329,34,1804,1806,1918,0,1804,1806,1918,34,3797,6553,7322,0,3797,6553,7322,34,6792,5765,506,0,6792,5765,506,34,7260,1331,698,0,7260,1331,698,34,5822,1008,5681,0,5822,1008,5681,34,2544,7081,2048,0,2544,7081,2048,34,7282,3916,3918,0,7282,3916,3918,34,5710,5711,6360,0,5710,5711,6360,34,4653,5939,4651,0,4653,5939,4651,34,1640,3135,3134,0,1640,3135,3134,34,7274,2542,3236,0,7274,2542,3236,34,4843,682,4423,0,4843,682,4423,34,2004,6620,2005,0,2004,6620,2005,34,28,6601,71,0,28,6601,71,34,3014,7431,4569,0,3014,7431,4569,34,3277,643,7432,0,3277,643,7432,34,7052,7433,2814,0,7052,7433,2814,34,30,32,5975,0,30,32,5975,34,4256,4117,2910,0,4256,4117,2910,34,1737,131,1738,0,1737,131,1738,34,1399,1986,1985,0,1399,1986,1985,34,7428,4124,4123,0,7428,4124,4123,34,2899,7117,599,0,2899,7117,599,34,7434,7435,4858,0,7434,7435,4858,34,1545,5922,1997,0,1545,5922,1997,34,5046,1265,1264,0,5046,1265,1264,34,5418,524,6327,0,5418,524,6327,34,5870,3621,4399,0,5870,3621,4399,34,690,689,6742,0,690,689,6742,34,6601,27,1962,0,6601,27,1962,34,12,3355,4400,0,12,3355,4400,34,6818,4829,3148,0,6818,4829,3148,34,3009,7016,3649,0,3009,7016,3649,34,5330,1950,6224,0,5330,1950,6224,34,215,2970,213,0,215,2970,213,34,5210,6151,5275,0,5210,6151,5275,34,6312,4909,2194,0,6312,4909,2194,34,5964,4571,7078,0,5964,4571,7078,34,1791,3469,1792,0,1791,3469,1792,34,116,1705,5119,0,116,1705,5119,34,7436,1577,1579,0,7436,1577,1579,34,28,27,6601,0,28,27,6601,34,3005,3004,6213,0,3005,3004,6213,34,1215,5007,1216,0,1215,5007,1216,34,2772,4928,1865,0,2772,4928,1865,34,7214,860,862,0,7214,860,862,34,393,2142,4981,0,393,2142,4981,34,6953,1407,7437,0,6953,1407,7437,34,6593,1830,3915,0,6593,1830,3915,34,4259,2397,6948,0,4259,2397,6948,34,4298,1119,1118,0,4298,1119,1118,34,6583,3235,6850,0,6583,3235,6850,34,7085,6605,1962,0,7085,6605,1962,34,7085,1962,2152,0,7085,1962,2152,34,1161,1920,4875,0,1161,1920,4875,34,4398,3178,4397,0,4398,3178,4397,34,2390,4593,1477,0,2390,4593,1477,34,1574,5860,1575,0,1574,5860,1575,34,7190,6151,7373,0,7190,6151,7373,34,3154,1011,1010,0,3154,1011,1010,34,4714,2832,2834,0,4714,2832,2834,34,1691,7438,1692,0,1691,7438,1692,34,6605,6601,1962,0,6605,6601,1962,34,4393,4392,5186,0,4393,4392,5186,34,78,2250,3437,0,78,2250,3437,34,7417,5482,5889,0,7417,5482,5889,34,699,7153,3501,0,699,7153,3501,34,2572,2086,4001,0,2572,2086,4001,34,6038,2467,7439,0,6038,2467,7439,34,3241,6136,5015,0,3241,6136,5015,34,4204,2625,2624,0,4204,2625,2624,34,1393,3673,3672,0,1393,3673,3672,34,6189,2335,534,0,6189,2335,534,34,5781,1112,1111,0,5781,1112,1111,34,7440,4691,6502,0,7440,4691,6502,34,2634,5898,1049,0,2634,5898,1049,34,1701,4404,4406,0,1701,4404,4406,34,4713,6038,7139,0,4713,6038,7139,34,4144,4545,7441,0,4144,4545,7441,34,1990,4222,1402,0,1990,4222,1402,34,435,5916,6007,0,435,5916,6007,34,4144,7441,1497,0,4144,7441,1497,34,5550,3003,345,0,5550,3003,345,34,7442,1001,6822,0,7442,1001,6822,34,7216,7217,5532,0,7216,7217,5532,34,2064,516,2065,0,2064,516,2065,34,7443,7444,2646,0,7443,7444,2646,34,7443,2646,668,0,7443,2646,668,34,6174,6808,4367,0,6174,6808,4367,34,7238,7239,7353,0,7238,7239,7353,34,7145,3373,3372,0,7145,3373,3372,34,1233,1232,3956,0,1233,1232,3956,34,4984,6358,139,0,4984,6358,139,34,4825,6060,7006,0,4825,6060,7006,34,5243,5231,6351,0,5243,5231,6351,34,3435,5022,3735,0,3435,5022,3735,34,6011,422,5126,0,6011,422,5126,34,5569,5568,3851,0,5569,5568,3851,34,7445,7446,7443,0,7445,7446,7443,34,2061,1185,1975,0,2061,1185,1975,34,7446,7444,7443,0,7446,7444,7443,34,4362,4363,223,0,4362,4363,223,34,6178,5349,7447,0,6178,5349,7447,34,5932,1498,4382,0,5932,1498,4382,34,2061,2060,1185,0,2061,2060,1185,34,1109,1108,1381,0,1109,1108,1381,34,2876,2646,7444,0,2876,2646,7444,34,2876,7444,7446,0,2876,7444,7446,34,2077,3553,3554,0,2077,3553,3554,34,1680,5983,1678,0,1680,5983,1678,34,2882,4448,1170,0,2882,4448,1170,34,5094,1325,1949,0,5094,1325,1949,34,1467,7448,7449,0,1467,7448,7449,34,788,2599,4183,0,788,2599,4183,34,1198,3175,2080,0,1198,3175,2080,34,684,4423,682,0,684,4423,682,34,649,3234,4072,0,649,3234,4072,34,4560,7135,354,0,4560,7135,354,34,4468,900,2213,0,4468,900,2213,34,341,5897,339,0,341,5897,339,34,3817,7329,7019,0,3817,7329,7019,34,2781,2783,7395,0,2781,2783,7395,34,7238,7450,5935,0,7238,7450,5935,34,4702,2553,5638,0,4702,2553,5638,34,4715,5253,3881,0,4715,5253,3881,34,6191,2500,6822,0,6191,2500,6822,34,2010,6724,5121,0,2010,6724,5121,34,6939,1402,4383,0,6939,1402,4383,34,3777,3779,5079,0,3777,3779,5079,34,4084,2922,7451,0,4084,2922,7451,34,2989,6467,2988,0,2989,6467,2988,34,2723,7352,7452,0,2723,7352,7452,34,2425,2466,943,0,2425,2466,943,34,6469,6384,412,0,6469,6384,412,34,2478,5271,443,0,2478,5271,443,34,7453,5487,6177,0,7453,5487,6177,34,4349,3100,5498,0,4349,3100,5498,34,6130,4625,5183,0,6130,4625,5183,34,945,947,6377,0,945,947,6377,34,4378,4380,227,0,4378,4380,227,34,7445,7454,7446,0,7445,7454,7446,34,4265,648,4266,0,4265,648,4266,34,3819,3821,5877,0,3819,3821,5877,34,7150,5581,776,0,7150,5581,776,34,7179,6789,559,0,7179,6789,559,34,246,248,4402,0,246,248,4402,34,6754,1268,6755,0,6754,1268,6755,34,2907,4809,2908,0,2907,4809,2908,34,3953,6518,6936,0,3953,6518,6936,34,7455,2278,5976,0,7455,2278,5976,34,3083,3082,7456,0,3083,3082,7456,34,6779,3826,7258,0,6779,3826,7258,34,5844,4580,6594,0,5844,4580,6594,34,7457,2709,7458,0,7457,2709,7458,34,7459,7445,7460,0,7459,7445,7460,34,404,406,4457,0,404,406,4457,34,842,3450,843,0,842,3450,843,34,3579,7037,3580,0,3579,7037,3580,34,4764,6309,6548,0,4764,6309,6548,34,5824,3455,3182,0,5824,3455,3182,34,6185,664,7461,0,6185,664,7461,34,4599,880,2058,0,4599,880,2058,34,872,4913,873,0,872,4913,873,34,3977,7462,5660,0,3977,7462,5660,34,6209,4695,746,0,6209,4695,746,34,6981,6007,6797,0,6981,6007,6797,34,7463,3894,2178,0,7463,3894,2178,34,6368,1119,4299,0,6368,1119,4299,34,5428,2744,6880,0,5428,2744,6880,34,667,7460,7443,0,667,7460,7443,34,668,667,7443,0,668,667,7443,34,7464,7431,3014,0,7464,7431,3014,34,7465,769,4503,0,7465,769,4503,34,675,677,7466,0,675,677,7466,34,3773,683,7467,0,3773,683,7467,34,983,4215,7405,0,983,4215,7405,34,2718,6291,5997,0,2718,6291,5997,34,1326,1327,3418,0,1326,1327,3418,34,7445,7443,7460,0,7445,7443,7460,34,2942,2523,6249,0,2942,2523,6249,34,1898,1900,3675,0,1898,1900,3675,34,2554,1208,1207,0,2554,1208,1207,34,5956,3448,464,0,5956,3448,464,34,2579,2581,6474,0,2579,2581,6474,34,1904,1919,1905,0,1904,1919,1905,34,1261,3876,3344,0,1261,3876,3344,34,266,2514,1183,0,266,2514,1183,34,1353,4523,1354,0,1353,4523,1354,34,7194,7118,7195,0,7194,7118,7195,34,5896,3679,5891,0,5896,3679,5891,34,6518,4088,6936,0,6518,4088,6936,34,3895,7468,3368,0,3895,7468,3368,34,2462,2464,3710,0,2462,2464,3710,34,371,5577,5576,0,371,5577,5576,34,2951,3541,7469,0,2951,3541,7469,34,4308,4307,253,0,4308,4307,253,34,2516,1183,2514,0,2516,1183,2514,34,2459,2691,1466,0,2459,2691,1466,34,3883,2844,2264,0,3883,2844,2264,34,4412,4405,5332,0,4412,4405,5332,34,3493,428,1883,0,3493,428,1883,34,2793,6596,2226,0,2793,6596,2226,34,4650,3938,887,0,4650,3938,887,34,614,2143,615,0,614,2143,615,34,5785,5920,1867,0,5785,5920,1867,34,7445,7470,7454,0,7445,7470,7454,34,6506,1008,5822,0,6506,1008,5822,34,5486,1112,6222,0,5486,1112,6222,34,1810,541,3811,0,1810,541,3811,34,7471,7203,7269,0,7471,7203,7269,34,7472,1163,1162,0,7472,1163,1162,34,4024,3758,4112,0,4024,3758,4112,34,4303,4542,4304,0,4303,4542,4304,34,7473,427,7474,0,7473,427,7474,34,5964,7466,677,0,5964,7466,677,34,5574,3105,6704,0,5574,3105,6704,34,1081,4876,5655,0,1081,4876,5655,34,5257,1227,1226,0,5257,1227,1226,34,2125,3653,5511,0,2125,3653,5511,34,3507,6449,2447,0,3507,6449,2447,34,1520,1522,5707,0,1520,1522,5707,34,257,1380,1592,0,257,1380,1592,34,6726,5185,1524,0,6726,5185,1524,34,6350,5230,7050,0,6350,5230,7050,34,5356,271,7267,0,5356,271,7267,34,2371,2373,7165,0,2371,2373,7165,34,1943,7335,7209,0,1943,7335,7209,34,1776,6172,4678,0,1776,6172,4678,34,2632,231,5536,0,2632,231,5536,34,3050,3973,6735,0,3050,3973,6735,34,2916,4247,902,0,2916,4247,902,34,5196,7192,5436,0,5196,7192,5436,34,6533,7319,4785,0,6533,7319,4785,34,5693,5763,6793,0,5693,5763,6793,34,2916,6816,4247,0,2916,6816,4247,34,4503,7475,7476,0,4503,7475,7476,34,4382,6173,5932,0,4382,6173,5932,34,4053,1287,1286,0,4053,1287,1286,34,6130,7066,6131,0,6130,7066,6131,34,6931,6930,1571,0,6931,6930,1571,34,2674,2673,2418,0,2674,2673,2418,34,1343,592,7188,0,1343,592,7188,34,4985,4547,4070,0,4985,4547,4070,34,3477,2306,4940,0,3477,2306,4940,34,2582,2584,5886,0,2582,2584,5886,34,4345,7326,4749,0,4345,7326,4749,34,7477,3572,3807,0,7477,3572,3807,34,4066,3140,3939,0,4066,3140,3939,34,7470,7445,7459,0,7470,7445,7459,34,5643,5107,7478,0,5643,5107,7478,34,5589,5397,1575,0,5589,5397,1575,34,1937,7479,7480,0,1937,7479,7480,34,1034,1036,1380,0,1034,1036,1380,34,4030,1253,3603,0,4030,1253,3603,34,3262,3992,2822,0,3262,3992,2822,34,475,7481,476,0,475,7481,476,34,2068,4418,6487,0,2068,4418,6487,34,4340,3275,2314,0,4340,3275,2314,34,6615,2971,215,0,6615,2971,215,34,947,1122,6378,0,947,1122,6378,34,2426,3614,4995,0,2426,3614,4995,34,5729,852,1022,0,5729,852,1022,34,1940,3130,4759,0,1940,3130,4759,34,5571,5086,5572,0,5571,5086,5572,34,7436,3525,1577,0,7436,3525,1577,34,345,347,1808,0,345,347,1808,34,3910,2313,3847,0,3910,2313,3847,34,2331,2333,4958,0,2331,2333,4958,34,6071,3418,42,0,6071,3418,42,34,6487,4418,1444,0,6487,4418,1444,34,6144,3282,4495,0,6144,3282,4495,34,6633,3461,6901,0,6633,3461,6901,34,7470,7459,101,0,7470,7459,101,34,6322,906,905,0,6322,906,905,34,2356,4422,2357,0,2356,4422,2357,34,7482,210,4397,0,7482,210,4397,34,7470,101,103,0,7470,101,103,34,2756,5493,5174,0,2756,5493,5174,34,2564,7483,7320,0,2564,7483,7320,34,7484,4119,4005,0,7484,4119,4005,34,4195,4205,4440,0,4195,4205,4440,34,5193,5195,3992,0,5193,5195,3992,34,5197,3573,7279,0,5197,3573,7279,34,667,1851,7460,0,667,1851,7460,34,6049,6557,2606,0,6049,6557,2606,34,5153,2249,3223,0,5153,2249,3223,34,7459,7460,1851,0,7459,7460,1851,34,6181,2635,1419,0,6181,2635,1419,34,3298,5213,5371,0,3298,5213,5371,34,2707,392,2708,0,2707,392,2708,34,3109,7469,1831,0,3109,7469,1831,34,5942,5941,5746,0,5942,5941,5746,34,3695,3213,3212,0,3695,3213,3212,34,7055,6552,573,0,7055,6552,573,34,3470,6957,48,0,3470,6957,48,34,4718,5827,676,0,4718,5827,676,34,4310,6095,3678,0,4310,6095,3678,34,5283,1440,6627,0,5283,1440,6627,34,534,536,3705,0,534,536,3705,34,3958,7397,3959,0,3958,7397,3959,34,5403,4884,2572,0,5403,4884,2572,34,5657,4585,2236,0,5657,4585,2236,34,2724,7397,2725,0,2724,7397,2725,34,352,5308,353,0,352,5308,353,34,5912,3065,6406,0,5912,3065,6406,34,2076,7485,46,0,2076,7485,46,34,6942,3285,1749,0,6942,3285,1749,34,7486,1113,5486,0,7486,1113,5486,34,101,7459,1851,0,101,7459,1851,34,4006,2285,2377,0,4006,2285,2377,34,4078,2002,3939,0,4078,2002,3939,34,5366,5136,7137,0,5366,5136,7137,34,2623,2625,7430,0,2623,2625,7430,34,6368,3172,1119,0,6368,3172,1119,34,4170,4526,4171,0,4170,4526,4171,34,3658,4291,3338,0,3658,4291,3338,34,4664,5250,7334,0,4664,5250,7334,34,4033,2541,2543,0,4033,2541,2543,34,6461,6866,4425,0,6461,6866,4425,34,1233,5747,3921,0,1233,5747,3921,34,2963,2962,5478,0,2963,2962,5478,34,5976,164,163,0,5976,164,163,34,2586,4220,4683,0,2586,4220,4683,34,5729,4414,4415,0,5729,4414,4415,34,6987,4786,4680,0,6987,4786,4680,34,5417,7046,4874,0,5417,7046,4874,34,3152,246,5158,0,3152,246,5158,34,2090,2604,2091,0,2090,2604,2091,34,2046,6658,6672,0,2046,6658,6672,34,2070,5564,5563,0,2070,5564,5563,34,7487,1795,6161,0,7487,1795,6161,34,3461,3460,4133,0,3461,3460,4133,34,1518,5237,6193,0,1518,5237,6193,34,6629,3321,7226,0,6629,3321,7226,34,5733,4630,1229,0,5733,4630,1229,34,4452,1059,1058,0,4452,1059,1058,34,5361,7488,467,0,5361,7488,467,34,6734,170,169,0,6734,170,169,34,6903,5463,5462,0,6903,5463,5462,34,7489,7490,3142,0,7489,7490,3142,34,1811,1810,633,0,1811,1810,633,34,3791,4566,3792,0,3791,4566,3792,34,2914,4441,6514,0,2914,4441,6514,34,6126,6127,6429,0,6126,6127,6429,34,1378,4243,1944,0,1378,4243,1944,34,994,7491,7492,0,994,7491,7492,34,2640,1904,6217,0,2640,1904,6217,34,6403,6054,5240,0,6403,6054,5240,34,7054,1525,143,0,7054,1525,143,34,962,4075,691,0,962,4075,691,34,7039,1005,1004,0,7039,1005,1004,34,4373,4372,2888,0,4373,4372,2888,34,7493,2045,978,0,7493,2045,978,34,4170,6921,4526,0,4170,6921,4526,34,6359,3188,4704,0,6359,3188,4704,34,7494,46,7485,0,7494,46,7485,34,2409,5591,2410,0,2409,5591,2410,34,22,64,1363,0,22,64,1363,34,1272,1271,5983,0,1272,1271,5983,34,5974,5973,6908,0,5974,5973,6908,34,6030,6403,6031,0,6030,6403,6031,34,5938,6497,4895,0,5938,6497,4895,34,5640,7495,4114,0,5640,7495,4114,34,6170,1628,3736,0,6170,1628,3736,34,5691,5690,853,0,5691,5690,853,34,7007,7496,6538,0,7007,7496,6538,34,2424,866,2465,0,2424,866,2465,34,2505,7395,5901,0,2505,7395,5901,34,4375,7497,1417,0,4375,7497,1417,34,1707,6913,1708,0,1707,6913,1708,34,5820,7178,1823,0,5820,7178,1823,34,591,593,6707,0,591,593,6707,34,2411,3211,2412,0,2411,3211,2412,34,1306,3697,1307,0,1306,3697,1307,34,1410,3756,3755,0,1410,3756,3755,34,5949,6579,2621,0,5949,6579,2621,34,1331,3745,4507,0,1331,3745,4507,34,5883,2527,4962,0,5883,2527,4962,34,827,388,828,0,827,388,828,34,4238,4245,6357,0,4238,4245,6357,34,7296,2255,6366,0,7296,2255,6366,34,3780,329,7498,0,3780,329,7498,34,3920,3919,5052,0,3920,3919,5052,34,1339,5592,4613,0,1339,5592,4613,34,2227,2844,2843,0,2227,2844,2843,34,3504,4016,2685,0,3504,4016,2685,34,2380,2508,2507,0,2380,2508,2507,34,915,5254,704,0,915,5254,704,34,7181,4042,4041,0,7181,4042,4041,34,2000,1999,7499,0,2000,1999,7499,34,5949,2621,4065,0,5949,2621,4065,34,2667,7018,6853,0,2667,7018,6853,34,5161,7193,163,0,5161,7193,163,34,7057,7500,2788,0,7057,7500,2788,34,2803,911,6866,0,2803,911,6866,34,4898,7304,4899,0,4898,7304,4899,34,4719,7501,5827,0,4719,7501,5827,34,4619,6262,7502,0,4619,6262,7502,34,7503,7504,7505,0,7503,7504,7505,34,1509,782,1510,0,1509,782,1510,34,3621,4015,3492,0,3621,4015,3492,34,981,4742,7435,0,981,4742,7435,34,2167,3019,2168,0,2167,3019,2168,34,5127,1391,6319,0,5127,1391,6319,34,237,328,238,0,237,328,238,34,3468,3294,4416,0,3468,3294,4416,34,2073,5406,2071,0,2073,5406,2071,34,6950,7303,5092,0,6950,7303,5092,34,6715,6400,6927,0,6715,6400,6927,34,7506,7504,7503,0,7506,7504,7503,34,3151,5912,367,0,3151,5912,367,34,3374,5483,3375,0,3374,5483,3375,34,4265,4267,4659,0,4265,4267,4659,34,4979,6723,6722,0,4979,6723,6722,34,6192,7005,3387,0,6192,7005,3387,34,3318,7507,5167,0,3318,7507,5167,34,6053,1591,2150,0,6053,1591,2150,34,6092,6236,6093,0,6092,6236,6093,34,2942,6249,5042,0,2942,6249,5042,34,1758,4480,5452,0,1758,4480,5452,34,3490,4743,6019,0,3490,4743,6019,34,2314,2313,4793,0,2314,2313,4793,34,5885,2118,5360,0,5885,2118,5360,34,1658,3015,1659,0,1658,3015,1659,34,1041,2738,5166,0,1041,2738,5166,34,4488,5546,6516,0,4488,5546,6516,34,7114,7304,7073,0,7114,7304,7073,34,6635,4273,6298,0,6635,4273,6298,34,5132,1460,1462,0,5132,1460,1462,34,6693,6666,224,0,6693,6666,224,34,7183,6992,3457,0,7183,6992,3457,34,2063,2690,4360,0,2063,2690,4360,34,3014,3013,7508,0,3014,3013,7508,34,4862,1499,5933,0,4862,1499,5933,34,6327,6429,5207,0,6327,6429,5207,34,4314,6357,2296,0,4314,6357,2296,34,3500,2862,4931,0,3500,2862,4931,34,3966,5390,5389,0,3966,5390,5389,34,1520,1955,6555,0,1520,1955,6555,34,1604,1603,1099,0,1604,1603,1099,34,1336,2736,2770,0,1336,2736,2770,34,1388,2809,6698,0,1388,2809,6698,34,6640,6676,6068,0,6640,6676,6068,34,6066,5082,6681,0,6066,5082,6681,34,4833,6630,2753,0,4833,6630,2753,34,969,2282,3962,0,969,2282,3962,34,986,6265,2917,0,986,6265,2917,34,6069,7509,6070,0,6069,7509,6070,34,4379,5420,1280,0,4379,5420,1280,34,5290,3111,7166,0,5290,3111,7166,34,7434,982,7435,0,7434,982,7435,34,1951,3137,2042,0,1951,3137,2042,34,2955,2437,2436,0,2955,2437,2436,34,2903,6708,2901,0,2903,6708,2901,34,4961,5866,6375,0,4961,5866,6375,34,1129,4370,4369,0,1129,4370,4369,34,1895,1897,4052,0,1895,1897,4052,34,7510,7504,7506,0,7510,7504,7506,34,5681,2695,5822,0,5681,2695,5822,34,975,7511,6852,0,975,7511,6852,34,5115,5117,4421,0,5115,5117,4421,34,2216,2861,5282,0,2216,2861,5282,34,3611,3612,1484,0,3611,3612,1484,34,54,6813,84,0,54,6813,84,34,1251,756,758,0,1251,756,758,34,5495,5537,2829,0,5495,5537,2829,34,3834,7471,7269,0,3834,7471,7269,34,3880,2742,4629,0,3880,2742,4629,34,3397,4806,7132,0,3397,4806,7132,34,5620,7512,1921,0,5620,7512,1921,34,4068,5522,5379,0,4068,5522,5379,34,3112,2021,6199,0,3112,2021,6199,34,5380,1617,5381,0,5380,1617,5381,34,429,4300,1607,0,429,4300,1607,34,5696,1141,53,0,5696,1141,53,34,7068,6380,3164,0,7068,6380,3164,34,1545,1998,1743,0,1545,1998,1743,34,5776,5191,5192,0,5776,5191,5192,34,1592,1805,4709,0,1592,1805,4709,34,6670,5571,6923,0,6670,5571,6923,34,3276,3928,6338,0,3276,3928,6338,34,5620,1682,1681,0,5620,1682,1681,34,5881,6387,7078,0,5881,6387,7078,34,3433,6883,3434,0,3433,6883,3434,34,6471,4096,6392,0,6471,4096,6392,34,5833,5853,5834,0,5833,5853,5834,34,1034,1380,5281,0,1034,1380,5281,34,400,2847,2545,0,400,2847,2545,34,5620,3192,7512,0,5620,3192,7512,34,570,4418,2068,0,570,4418,2068,34,1921,7512,7513,0,1921,7512,7513,34,716,7514,4305,0,716,7514,4305,34,269,4326,2937,0,269,4326,2937,34,497,7054,1976,0,497,7054,1976,34,5453,5258,6954,0,5453,5258,6954,34,7051,6763,1883,0,7051,6763,1883,34,6888,1034,5281,0,6888,1034,5281,34,7092,5036,7093,0,7092,5036,7093,34,1446,7430,6898,0,1446,7430,6898,34,3679,2191,5891,0,3679,2191,5891,34,67,7011,7515,0,67,7011,7515,34,3373,7171,2801,0,3373,7171,2801,34,5759,6500,6499,0,5759,6500,6499,34,1542,5526,1641,0,1542,5526,1641,34,6443,7516,4637,0,6443,7516,4637,34,3960,2003,2002,0,3960,2003,2002,34,7009,823,822,0,7009,823,822,34,6344,1786,2759,0,6344,1786,2759,34,684,683,2357,0,684,683,2357,34,5102,2833,4242,0,5102,2833,4242,34,5510,7517,6723,0,5510,7517,6723,34,5172,4655,4657,0,5172,4655,4657,34,4583,4585,7461,0,4583,4585,7461,34,7328,5422,6289,0,7328,5422,6289,34,1483,913,3069,0,1483,913,3069,34,5401,2196,7518,0,5401,2196,7518,34,6818,7022,2837,0,6818,7022,2837,34,5275,2384,2386,0,5275,2384,2386,34,5726,3599,4936,0,5726,3599,4936,34,7186,6758,6896,0,7186,6758,6896,34,5168,1626,2364,0,5168,1626,2364,34,6021,5853,5852,0,6021,5853,5852,34,1548,6683,5660,0,1548,6683,5660,34,5112,1868,5920,0,5112,1868,5920,34,7468,7519,3368,0,7468,7519,3368,34,118,7331,119,0,118,7331,119,34,4229,6595,6394,0,4229,6595,6394,34,1276,1278,2696,0,1276,1278,2696,34,1043,1042,1862,0,1043,1042,1862,34,2329,6681,2330,0,2329,6681,2330,34,3293,6338,3928,0,3293,6338,3928,34,1524,3999,6101,0,1524,3999,6101,34,4141,1497,7441,0,4141,1497,7441,34,7520,5818,7243,0,7520,5818,7243,34,4807,2842,3849,0,4807,2842,3849,34,2168,6648,6584,0,2168,6648,6584,34,5538,5539,1656,0,5538,5539,1656,34,4375,7521,2955,0,4375,7521,2955,34,4503,771,7475,0,4503,771,7475,34,1587,3258,5393,0,1587,3258,5393,34,2222,7522,3483,0,2222,7522,3483,34,122,998,4882,0,122,998,4882,34,7505,7513,5925,0,7505,7513,5925,34,1155,6147,4322,0,1155,6147,4322,34,2878,738,2498,0,2878,738,2498,34,6015,7354,7353,0,6015,7354,7353,34,6839,6109,7523,0,6839,6109,7523,34,5962,7524,6084,0,5962,7524,6084,34,147,2057,3287,0,147,2057,3287,34,1187,6684,6263,0,1187,6684,6263,34,658,5012,4103,0,658,5012,4103,34,6415,7154,1940,0,6415,7154,1940,34,1608,1610,4228,0,1608,1610,4228,34,7504,7513,7505,0,7504,7513,7505,34,4341,3482,5665,0,4341,3482,5665,34,4621,4533,7525,0,4621,4533,7525,34,4162,6812,7526,0,4162,6812,7526,34,7358,5026,5970,0,7358,5026,5970,34,5832,6748,5484,0,5832,6748,5484,34,5076,5423,1125,0,5076,5423,1125,34,944,2466,4455,0,944,2466,4455,34,341,1368,6886,0,341,1368,6886,34,1920,1921,7513,0,1920,1921,7513,34,5514,85,84,0,5514,85,84,34,5749,5343,7221,0,5749,5343,7221,34,5879,5842,5841,0,5879,5842,5841,34,15,6496,5748,0,15,6496,5748,34,1987,3875,789,0,1987,3875,789,34,6142,301,300,0,6142,301,300,34,5776,6734,169,0,5776,6734,169,34,7338,5629,5628,0,7338,5629,5628,34,4580,5455,4581,0,4580,5455,4581,34,3515,7527,3516,0,3515,7527,3516,34,1954,4624,7305,0,1954,4624,7305,34,4550,4549,4437,0,4550,4549,4437,34,4505,314,1531,0,4505,314,1531,34,6067,2677,121,0,6067,2677,121,34,2172,3124,3424,0,2172,3124,3424,34,6987,5880,2763,0,6987,5880,2763,34,3948,6623,2246,0,3948,6623,2246,34,5675,4781,6526,0,5675,4781,6526,34,7528,98,100,0,7528,98,100,34,4915,1939,4945,0,4915,1939,4945,34,1258,1535,1259,0,1258,1535,1259,34,5218,1881,4169,0,5218,1881,4169,34,5671,4110,5507,0,5671,4110,5507,34,3749,1827,4702,0,3749,1827,4702,34,571,573,7529,0,571,573,7529,34,5598,4783,85,0,5598,4783,85,34,4755,6855,3646,0,4755,6855,3646,34,7292,4543,4542,0,7292,4543,4542,34,6950,4645,7303,0,6950,4645,7303,34,5340,3061,6534,0,5340,3061,6534,34,2066,4452,1058,0,2066,4452,1058,34,3908,608,7036,0,3908,608,7036,34,5135,7032,1230,0,5135,7032,1230,34,767,766,922,0,767,766,922,34,4776,6251,4777,0,4776,6251,4777,34,1920,7513,7530,0,1920,7513,7530,34,1920,7530,4464,0,1920,7530,4464,34,6181,1418,3777,0,6181,1418,3777,34,4751,4750,341,0,4751,4750,341,34,7531,4337,7532,0,7531,4337,7532,34,286,385,384,0,286,385,384,34,2054,3665,4378,0,2054,3665,4378,34,3029,323,2986,0,3029,323,2986,34,5484,7533,5485,0,5484,7533,5485,34,6225,3897,2956,0,6225,3897,2956,34,3073,6999,2863,0,3073,6999,2863,34,725,724,4290,0,725,724,4290,34,6819,6820,5450,0,6819,6820,5450,34,7534,6793,6792,0,7534,6793,6792,34,3156,3158,84,0,3156,3158,84,34,7177,1134,4195,0,7177,1134,4195,34,6859,1876,1875,0,6859,1876,1875,34,2826,4172,2827,0,2826,4172,2827,34,7266,5798,7535,0,7266,5798,7535,34,3415,1655,1657,0,3415,1655,1657,34,6752,7292,7536,0,6752,7292,7536,34,6410,6409,558,0,6410,6409,558,34,4708,6943,6065,0,4708,6943,6065,34,7537,98,7528,0,7537,98,7528,34,7530,7513,7504,0,7530,7513,7504,34,1858,5664,4855,0,1858,5664,4855,34,3663,5654,5647,0,3663,5654,5647,34,3934,1735,580,0,3934,1735,580,34,6411,6123,5384,0,6411,6123,5384,34,7538,3521,3687,0,7538,3521,3687,34,4816,5958,4723,0,4816,5958,4723,34,2158,6002,1048,0,2158,6002,1048,34,6937,6821,7539,0,6937,6821,7539,34,1941,785,445,0,1941,785,445,34,3756,6925,448,0,3756,6925,448,34,2734,6894,6893,0,2734,6894,6893,34,4590,4591,7479,0,4590,4591,7479,34,5261,3289,249,0,5261,3289,249,34,3413,6880,3414,0,3413,6880,3414,34,3799,5969,5968,0,3799,5969,5968,34,3366,7540,7138,0,3366,7540,7138,34,6909,7541,7542,0,6909,7541,7542,34,2690,2689,6340,0,2690,2689,6340,34,7467,6885,7349,0,7467,6885,7349,34,5380,1618,1617,0,5380,1618,1617,34,3851,3853,4178,0,3851,3853,4178,34,5100,7405,4215,0,5100,7405,4215,34,3751,4671,1323,0,3751,4671,1323,34,5919,6582,6458,0,5919,6582,6458,34,2001,4066,3939,0,2001,4066,3939,34,6503,4692,6083,0,6503,4692,6083,34,1019,7543,4298,0,1019,7543,4298,34,3530,3288,7261,0,3530,3288,7261,34,4672,7544,5316,0,4672,7544,5316,34,3409,3411,2901,0,3409,3411,2901,34,6982,5346,5516,0,6982,5346,5516,34,3643,715,714,0,3643,715,714,34,4896,4897,829,0,4896,4897,829,34,191,583,3661,0,191,583,3661,34,6248,5042,6249,0,6248,5042,6249,34,5052,3758,2815,0,5052,3758,2815,34,4694,744,746,0,4694,744,746,34,5779,2019,424,0,5779,2019,424,34,5545,4959,5049,0,5545,4959,5049,34,7545,4151,5432,0,7545,4151,5432,34,4482,4481,6962,0,4482,4481,6962,34,7530,7504,7510,0,7530,7504,7510,34,4829,6405,243,0,4829,6405,243,34,3989,1286,1288,0,3989,1286,1288,34,6493,6463,6494,0,6493,6463,6494,34,5473,2941,2940,0,5473,2941,2940,34,5025,3681,5026,0,5025,3681,5026,34,3906,3905,5670,0,3906,3905,5670,34,6655,3304,5122,0,6655,3304,5122,34,4426,4109,5434,0,4426,4109,5434,34,2854,1889,3632,0,2854,1889,3632,34,5476,5990,7190,0,5476,5990,7190,34,3440,4797,3441,0,3440,4797,3441,34,7073,2359,6975,0,7073,2359,6975,34,2610,4648,2611,0,2610,4648,2611,34,5028,1913,1915,0,5028,1913,1915,34,5215,6822,1001,0,5215,6822,1001,34,3964,4033,2543,0,3964,4033,2543,34,7546,7127,7060,0,7546,7127,7060,34,4238,5642,4239,0,4238,5642,4239,34,1826,1371,5126,0,1826,1371,5126,34,5359,6505,3008,0,5359,6505,3008,34,3741,6799,3742,0,3741,6799,3742,34,221,6153,219,0,221,6153,219,34,2228,1474,3877,0,2228,1474,3877,34,559,6789,560,0,559,6789,560,34,2325,2094,6690,0,2325,2094,6690,34,5913,1869,1868,0,5913,1869,1868,34,2015,7547,5753,0,2015,7547,5753,34,7469,3541,1831,0,7469,3541,1831,34,6596,6597,2816,0,6596,6597,2816,34,1983,6829,1981,0,1983,6829,1981,34,6964,5406,2197,0,6964,5406,2197,34,2589,2010,2587,0,2589,2010,2587,34,7173,7109,1236,0,7173,7109,1236,34,2024,1960,2251,0,2024,1960,2251,34,2534,2536,4929,0,2534,2536,4929,34,229,7548,6266,0,229,7548,6266,34,5362,5582,7549,0,5362,5582,7549,34,3293,5246,7550,0,3293,5246,7550,34,4619,7502,5320,0,4619,7502,5320,34,7236,6117,4820,0,7236,6117,4820,34,4317,3331,6775,0,4317,3331,6775,34,1832,3541,2951,0,1832,3541,2951,34,3899,4667,3900,0,3899,4667,3900,34,4255,5570,4254,0,4255,5570,4254,34,1601,7424,1602,0,1601,7424,1602,34,3293,3928,3927,0,3293,3928,3927,34,7551,7552,7200,0,7551,7552,7200,34,3912,4364,3913,0,3912,4364,3913,34,4084,3829,4693,0,4084,3829,4693,34,2206,826,825,0,2206,826,825,34,4401,4943,4402,0,4401,4943,4402,34,172,7251,7523,0,172,7251,7523,34,5692,669,4463,0,5692,669,4463,34,1286,6288,587,0,1286,6288,587,34,2270,7403,5777,0,2270,7403,5777,34,1171,6971,5040,0,1171,6971,5040,34,5577,6728,1989,0,5577,6728,1989,34,7510,4464,7530,0,7510,4464,7530,34,4012,7308,938,0,4012,7308,938,34,2669,2839,378,0,2669,2839,378,34,1269,7553,2433,0,1269,7553,2433,34,7389,2850,5845,0,7389,2850,5845,34,3817,7019,4136,0,3817,7019,4136,34,2369,6829,2370,0,2369,6829,2370,34,929,7554,1188,0,929,7554,1188,34,5096,5095,721,0,5096,5095,721,34,4330,1901,3845,0,4330,1901,3845,34,3778,7555,640,0,3778,7555,640,34,2767,3295,6637,0,2767,3295,6637,34,1736,1738,3155,0,1736,1738,3155,34,7556,7557,7558,0,7556,7557,7558,34,5854,7066,6211,0,5854,7066,6211,34,5713,5278,5714,0,5713,5278,5714,34,2779,7559,7312,0,2779,7559,7312,34,6230,6063,7082,0,6230,6063,7082,34,7252,1669,1671,0,7252,1669,1671,34,2077,3554,7477,0,2077,3554,7477,34,6181,2795,2794,0,6181,2795,2794,34,6150,1703,7412,0,6150,1703,7412,34,6230,7082,2983,0,6230,7082,2983,34,165,3494,5548,0,165,3494,5548,34,6514,5591,6513,0,6514,5591,6513,34,3159,3330,3329,0,3159,3330,3329,34,652,2876,6535,0,652,2876,6535,34,6361,7560,318,0,6361,7560,318,34,932,6793,7534,0,932,6793,7534,34,6160,2786,2788,0,6160,2786,2788,34,4196,4046,4047,0,4196,4046,4047,34,2602,2915,2603,0,2602,2915,2603,34,3546,6535,2876,0,3546,6535,2876,34,5443,6936,6608,0,5443,6936,6608,34,6656,249,3288,0,6656,249,3288,34,136,5535,7087,0,136,5535,7087,34,7311,7310,5794,0,7311,7310,5794,34,1270,6598,6179,0,1270,6598,6179,34,5443,6608,3799,0,5443,6608,3799,34,5067,3930,5159,0,5067,3930,5159,34,6421,6842,6422,0,6421,6842,6422,34,318,320,7532,0,318,320,7532,34,419,5646,7561,0,419,5646,7561,34,3613,1157,5315,0,3613,1157,5315,34,6780,847,6717,0,6780,847,6717,34,678,680,1797,0,678,680,1797,34,2727,5358,3703,0,2727,5358,3703,34,288,290,6702,0,288,290,6702,34,2652,2651,6233,0,2652,2651,6233,34,5797,2876,652,0,5797,2876,652,34,6010,1373,1324,0,6010,1373,1324,34,2472,2771,4631,0,2472,2771,4631,34,2159,1070,7281,0,2159,1070,7281,34,6426,6439,7350,0,6426,6439,7350,34,6761,5430,5601,0,6761,5430,5601,34,2463,7562,1054,0,2463,7562,1054,34,4413,1359,5164,0,4413,1359,5164,34,4516,4515,5272,0,4516,4515,5272,34,1139,1141,5696,0,1139,1141,5696,34,7361,1654,4235,0,7361,1654,4235,34,3925,7128,7563,0,3925,7128,7563,34,81,6891,5413,0,81,6891,5413,34,6343,4902,7251,0,6343,4902,7251,34,7113,4832,4831,0,7113,4832,4831,34,2849,5846,5845,0,2849,5846,5845,34,4602,7564,4541,0,4602,7564,4541,34,5925,7512,6227,0,5925,7512,6227,34,5925,6227,5926,0,5925,6227,5926,34,2881,5214,6575,0,2881,5214,6575,34,7261,3444,3531,0,7261,3444,3531,34,7360,4652,4651,0,7360,4652,4651,34,6394,5083,4230,0,6394,5083,4230,34,2450,4091,5110,0,2450,4091,5110,34,4207,1741,1740,0,4207,1741,1740,34,3813,2367,3093,0,3813,2367,3093,34,7565,2275,3757,0,7565,2275,3757,34,5402,5403,7324,0,5402,5403,7324,34,5363,4009,4010,0,5363,4009,4010,34,1773,6347,4150,0,1773,6347,4150,34,5489,6870,7022,0,5489,6870,7022,34,3052,6617,2251,0,3052,6617,2251,34,6315,5738,6862,0,6315,5738,6862,34,4711,5535,1018,0,4711,5535,1018,34,1583,7566,7170,0,1583,7566,7170,34,2218,1923,2862,0,2218,1923,2862,34,2593,709,7567,0,2593,709,7567,34,7320,7540,2565,0,7320,7540,2565,34,6186,2453,2476,0,6186,2453,2476,34,7568,2534,4929,0,7568,2534,4929,34,7569,6261,6260,0,7569,6261,6260,34,4576,673,1101,0,4576,673,1101,34,6491,6486,7077,0,6491,6486,7077,34,6227,7213,5926,0,6227,7213,5926,34,1039,1041,5166,0,1039,1041,5166,34,7051,430,7121,0,7051,430,7121,34,469,2987,4108,0,469,2987,4108,34,3627,1653,3020,0,3627,1653,3020,34,3907,3633,6050,0,3907,3633,6050,34,7033,6005,7357,0,7033,6005,7357,34,192,194,6150,0,192,194,6150,34,5113,7570,5114,0,5113,7570,5114,34,9,5868,2719,0,9,5868,2719,34,688,690,5140,0,688,690,5140,34,191,1508,583,0,191,1508,583,34,6786,6058,6295,0,6786,6058,6295,34,2721,2723,3383,0,2721,2723,3383,34,6324,1140,1139,0,6324,1140,1139,34,1601,1518,6193,0,1601,1518,6193,34,461,5449,459,0,461,5449,459,34,5871,4014,2658,0,5871,4014,2658,34,7571,369,4648,0,7571,369,4648,34,1959,3052,2251,0,1959,3052,2251,34,873,4912,787,0,873,4912,787,34,6045,4639,2671,0,6045,4639,2671,34,4028,2574,5056,0,4028,2574,5056,34,5970,7572,6346,0,5970,7572,6346,34,7573,2477,6900,0,7573,2477,6900,34,2320,4687,3078,0,2320,4687,3078,34,4632,4654,3093,0,4632,4654,3093,34,23,22,6984,0,23,22,6984,34,4754,705,3122,0,4754,705,3122,34,6976,1387,961,0,6976,1387,961,34,6997,6617,6240,0,6997,6617,6240,34,6820,3115,7574,0,6820,3115,7574,34,5939,3960,4651,0,5939,3960,4651,34,3584,3583,381,0,3584,3583,381,34,2028,5252,4715,0,2028,5252,4715,34,5353,2709,7457,0,5353,2709,7457,34,6061,577,3794,0,6061,577,3794,34,1690,830,6200,0,1690,830,6200,34,228,1929,229,0,228,1929,229,34,6776,218,217,0,6776,218,217,34,1834,6481,6714,0,1834,6481,6714,34,927,929,1188,0,927,929,1188,34,3780,7498,7363,0,3780,7498,7363,34,6574,2013,5753,0,6574,2013,5753,34,5800,2673,3057,0,5800,2673,3057,34,2793,2226,1646,0,2793,2226,1646,34,5917,4225,2013,0,5917,4225,2013,34,2921,2923,1974,0,2921,2923,1974,34,288,856,855,0,288,856,855,34,2453,3270,2454,0,2453,3270,2454,34,539,538,3766,0,539,538,3766,34,4093,4400,5593,0,4093,4400,5593,34,910,4811,5989,0,910,4811,5989,34,7575,1389,4503,0,7575,1389,4503,34,3759,5975,4614,0,3759,5975,4614,34,3907,1305,4662,0,3907,1305,4662,34,7288,5421,4806,0,7288,5421,4806,34,7576,5124,1288,0,7576,5124,1288,34,5634,3107,7271,0,5634,3107,7271,34,4257,2910,308,0,4257,2910,308,34,7151,776,6313,0,7151,776,6313,34,2430,5864,6208,0,2430,5864,6208,34,6970,2613,2563,0,6970,2613,2563,34,3213,5261,3171,0,3213,5261,3171,34,3360,739,738,0,3360,739,738,34,2758,6632,2759,0,2758,6632,2759,34,1544,1287,5643,0,1544,1287,5643,34,6782,6996,862,0,6782,6996,862,34,7255,7577,7578,0,7255,7577,7578,34,3716,4437,4438,0,3716,4437,4438,34,401,5372,4237,0,401,5372,4237,34,5493,2755,5693,0,5493,2755,5693,34,3772,2357,683,0,3772,2357,683,34,7579,4671,3751,0,7579,4671,3751,34,601,5783,3804,0,601,5783,3804,34,4089,2254,4090,0,4089,2254,4090,34,3929,3937,4582,0,3929,3937,4582,34,5056,3680,3679,0,5056,3680,3679,34,7580,2906,2905,0,7580,2906,2905,34,7479,1937,1936,0,7479,1937,1936,34,2282,7581,3903,0,2282,7581,3903,34,834,7122,835,0,834,7122,835,34,7582,6939,1500,0,7582,6939,1500,34,5667,6373,7189,0,5667,6373,7189,34,6693,4363,7583,0,6693,4363,7583,34,6079,2189,2191,0,6079,2189,2191,34,4276,3674,4277,0,4276,3674,4277,34,817,5410,7584,0,817,5410,7584,34,1953,6412,3054,0,1953,6412,3054,34,788,4183,7539,0,788,4183,7539,34,7585,6612,6097,0,7585,6612,6097,34,848,1779,849,0,848,1779,849,34,1415,1417,6389,0,1415,1417,6389,34,7512,5925,7513,0,7512,5925,7513,34,7330,505,5294,0,7330,505,5294,34,6820,7574,795,0,6820,7574,795,34,7136,5491,1037,0,7136,5491,1037,34,373,53,52,0,373,53,52,34,5908,1092,8,0,5908,1092,8,34,2544,2048,2047,0,2544,2048,2047,34,6128,5447,3698,0,6128,5447,3698,34,4361,6340,5818,0,4361,6340,5818,34,2026,6210,4296,0,2026,6210,4296,34,4486,5863,5192,0,4486,5863,5192,34,5044,2701,1291,0,5044,2701,1291,34,4496,2501,7061,0,4496,2501,7061,34,6101,4627,7562,0,6101,4627,7562,34,3845,6803,7079,0,3845,6803,7079,34,6451,6626,5931,0,6451,6626,5931,34,4401,5260,3866,0,4401,5260,3866,34,6954,7555,7586,0,6954,7555,7586,34,6100,6099,6781,0,6100,6099,6781,34,701,700,3088,0,701,700,3088,34,793,5988,7024,0,793,5988,7024,34,4688,6817,4697,0,4688,6817,4697,34,6331,7587,6523,0,6331,7587,6523,34,3943,1217,1219,0,3943,1217,1219,34,2135,379,2743,0,2135,379,2743,34,6457,7137,5136,0,6457,7137,5136,34,5773,3280,3279,0,5773,3280,3279,34,4634,4728,5385,0,4634,4728,5385,34,324,326,4850,0,324,326,4850,34,4989,6665,152,0,4989,6665,152,34,6619,3827,6705,0,6619,3827,6705,34,3106,1576,1908,0,3106,1576,1908,34,6303,4499,7343,0,6303,4499,7343,34,3138,3139,3430,0,3138,3139,3430,34,6336,3808,2818,0,6336,3808,2818,34,5658,770,2211,0,5658,770,2211,34,5213,1984,2094,0,5213,1984,2094,34,4480,406,1708,0,4480,406,1708,34,6323,4788,2650,0,6323,4788,2650,34,4232,6678,4660,0,4232,6678,4660,34,1938,7154,4944,0,1938,7154,4944,34,6273,6272,7588,0,6273,6272,7588,34,2068,2070,6918,0,2068,2070,6918,34,5298,5242,5241,0,5298,5242,5241,34,3792,6794,7589,0,3792,6794,7589,34,2067,711,7084,0,2067,711,7084,34,1298,2838,1299,0,1298,2838,1299,34,7000,7124,2291,0,7000,7124,2291,34,2030,5506,7590,0,2030,5506,7590,34,5384,1031,6257,0,5384,1031,6257,34,7399,1711,2461,0,7399,1711,2461,34,5115,5790,5789,0,5115,5790,5789,34,465,7488,490,0,465,7488,490,34,1039,7591,547,0,1039,7591,547,34,6183,3400,3401,0,6183,3400,3401,34,1919,1918,1905,0,1919,1918,1905,34,6443,107,7516,0,6443,107,7516,34,3587,6288,3988,0,3587,6288,3988,34,5927,7505,5925,0,5927,7505,5925,34,4010,2190,400,0,4010,2190,400,34,1702,7592,200,0,1702,7592,200,34,651,5654,4875,0,651,5654,4875,34,974,7593,7172,0,974,7593,7172,34,5471,4100,4099,0,5471,4100,4099,34,5286,51,53,0,5286,51,53,34,3192,6227,7512,0,3192,6227,7512,34,7138,4481,7594,0,7138,4481,7594,34,5472,6422,3044,0,5472,6422,3044,34,6155,7298,5768,0,6155,7298,5768,34,7234,5753,7547,0,7234,5753,7547,34,4258,4260,6719,0,4258,4260,6719,34,5218,5402,7324,0,5218,5402,7324,34,5334,7521,1417,0,5334,7521,1417,34,5519,6154,5520,0,5519,6154,5520,34,7276,5535,4711,0,7276,5535,4711,34,747,3737,748,0,747,3737,748,34,5567,6510,7286,0,5567,6510,7286,34,1192,848,850,0,1192,848,850,34,1556,7231,5688,0,1556,7231,5688,34,6059,4825,4824,0,6059,4825,4824,34,4034,6969,7595,0,4034,6969,7595,34,7185,7223,7224,0,7185,7223,7224,34,1008,5979,5978,0,1008,5979,5978,34,7596,5889,5888,0,7596,5889,5888,34,6995,6704,548,0,6995,6704,548,34,7597,5408,5407,0,7597,5408,5407,34,2024,2251,6617,0,2024,2251,6617,34,1749,1843,6942,0,1749,1843,6942,34,4906,5675,6526,0,4906,5675,6526,34,3233,3234,649,0,3233,3234,649,34,1815,6286,6285,0,1815,6286,6285,34,4658,7225,4659,0,4658,7225,4659,34,111,113,1661,0,111,113,1661,34,5023,4892,4830,0,5023,4892,4830,34,916,4776,7554,0,916,4776,7554,34,4327,5205,6127,0,4327,5205,6127,34,6691,5077,4113,0,6691,5077,4113,34,1223,4110,1224,0,1223,4110,1224,34,5927,7503,7505,0,5927,7503,7505,34,5781,6869,5782,0,5781,6869,5782,34,2180,2182,7598,0,2180,2182,7598,34,143,1525,5184,0,143,1525,5184,34,5016,5653,6547,0,5016,5653,6547,34,4261,4262,5070,0,4261,4262,5070,34,1150,7566,1151,0,1150,7566,1151,34,2937,5754,4729,0,2937,5754,4729,34,4714,6149,1349,0,4714,6149,1349,34,7473,7474,5217,0,7473,7474,5217,34,5510,1806,1592,0,5510,1806,1592,34,7599,7506,7503,0,7599,7506,7503,34,5462,6531,4873,0,5462,6531,4873,34,5881,5882,934,0,5881,5882,934,34,4254,5280,2597,0,4254,5280,2597,34,4505,7115,7104,0,4505,7115,7104,34,7499,6838,2000,0,7499,6838,2000,34,7347,7600,1994,0,7347,7600,1994,34,3415,1124,5326,0,3415,1124,5326,34,7550,5246,6338,0,7550,5246,6338,34,287,69,285,0,287,69,285,34,1759,7128,6140,0,1759,7128,6140,34,2829,5536,2830,0,2829,5536,2830,34,1991,7582,5578,0,1991,7582,5578,34,1728,7601,5566,0,1728,7601,5566,34,4552,2353,4045,0,4552,2353,4045,34,7602,5089,5393,0,7602,5089,5393,34,5195,5194,6059,0,5195,5194,6059,34,5927,7599,7503,0,5927,7599,7503,34,753,1352,754,0,753,1352,754,34,4619,5320,925,0,4619,5320,925,34,6521,3842,6522,0,6521,3842,6522,34,7585,6613,6612,0,7585,6613,6612,34,1593,7603,2577,0,1593,7603,2577,34,7599,5926,6051,0,7599,5926,6051,34,424,2019,335,0,424,2019,335,34,839,2762,2763,0,839,2762,2763,34,5197,7279,7604,0,5197,7279,7604,34,3218,3045,1717,0,3218,3045,1717,34,5498,4182,5499,0,5498,4182,5499,34,5926,7599,5927,0,5926,7599,5927,34,2074,3228,4603,0,2074,3228,4603,34,1480,854,1481,0,1480,854,1481,34,7058,2787,6396,0,7058,2787,6396,34,2528,2530,7605,0,2528,2530,7605,34,5792,2741,6033,0,5792,2741,6033,34,4514,3564,3527,0,4514,3564,3527,34,6482,7439,89,0,6482,7439,89,34,2496,1860,1859,0,2496,1860,1859,34,6926,4273,6635,0,6926,4273,6635,34,6520,1668,3415,0,6520,1668,3415,34,6692,6993,7129,0,6692,6993,7129,34,3816,7083,7160,0,3816,7083,7160,34,7606,3453,3452,0,7606,3453,3452,34,1280,1282,5157,0,1280,1282,5157,34,4166,6736,1805,0,4166,6736,1805,34,6134,3063,7607,0,6134,3063,7607,34,5561,6110,5559,0,5561,6110,5559,34,3720,526,7608,0,3720,526,7608,34,1611,5249,1612,0,1611,5249,1612,34,3575,2538,2537,0,3575,2538,2537,34,1543,7400,1907,0,1543,7400,1907,34,2669,4511,7065,0,2669,4511,7065,34,7352,6732,156,0,7352,6732,156,34,613,3263,1633,0,613,3263,1633,34,4364,7609,3913,0,4364,7609,3913,34,6809,5849,6680,0,6809,5849,6680,34,2832,1349,1348,0,2832,1349,1348,34,5946,3963,7610,0,5946,3963,7610,34,7545,7611,5966,0,7545,7611,5966,34,5878,1744,5842,0,5878,1744,5842,34,974,7172,7511,0,974,7172,7511,34,6918,3562,5944,0,6918,3562,5944,34,3474,3475,6579,0,3474,3475,6579,34,7510,7422,7423,0,7510,7422,7423,34,6714,3986,3441,0,6714,3986,3441,34,2103,2105,6897,0,2103,2105,6897,34,2845,1178,1715,0,2845,1178,1715,34,3048,4251,7134,0,3048,4251,7134,34,1253,1255,3655,0,1253,1255,3655,34,2422,2421,4748,0,2422,2421,4748,34,7510,7506,7422,0,7510,7506,7422,34,1253,3655,6807,0,1253,3655,6807,34,974,6044,7612,0,974,6044,7612,34,6474,2581,7020,0,6474,2581,7020,34,1950,1949,4612,0,1950,1949,4612,34,3616,7613,2688,0,3616,7613,2688,34,7614,1307,5697,0,7614,1307,5697,34,3567,3566,3365,0,3567,3566,3365,34,6659,4554,4172,0,6659,4554,4172,34,2488,5771,1970,0,2488,5771,1970,34,2268,2867,2269,0,2268,2867,2269,34,6956,1762,3125,0,6956,1762,3125,34,2747,2185,2184,0,2747,2185,2184,34,5734,5333,2242,0,5734,5333,2242,34,5480,7615,6773,0,5480,7615,6773,34,6354,5590,6851,0,6354,5590,6851,34,5612,5179,5178,0,5612,5179,5178,34,5197,7604,6589,0,5197,7604,6589,34,2146,2148,5437,0,2146,2148,5437,34,4676,4943,4401,0,4676,4943,4401,34,5371,2326,2484,0,5371,2326,2484,34,75,77,6264,0,75,77,6264,34,2241,4472,4943,0,2241,4472,4943,34,6720,943,1608,0,6720,943,1608,34,1200,45,1201,0,1200,45,1201,34,4464,7510,7423,0,4464,7510,7423,34,3758,5052,1302,0,3758,5052,1302,34,2384,5991,2385,0,2384,5991,2385,34,4415,5691,853,0,4415,5691,853,34,4490,4196,161,0,4490,4196,161,34,6794,3792,5991,0,6794,3792,5991,34,995,1596,265,0,995,1596,265,34,4310,2046,6672,0,4310,2046,6672,34,3206,736,4450,0,3206,736,4450,34,6361,6360,7560,0,6361,6360,7560,34,2417,6139,450,0,2417,6139,450,34,2432,7103,6598,0,2432,7103,6598,34,999,5141,1000,0,999,5141,1000,34,3248,3525,7436,0,3248,3525,7436,34,4354,5931,6625,0,4354,5931,6625,34,3860,3861,7380,0,3860,3861,7380,34,3711,6784,4300,0,3711,6784,4300,34,7472,1162,6952,0,7472,1162,6952,34,4871,1567,4163,0,4871,1567,4163,34,7573,2987,6042,0,7573,2987,6042,34,5071,4078,2539,0,5071,4078,2539,34,89,7439,90,0,89,7439,90,34,2435,4246,6814,0,2435,4246,6814,34,7605,2530,195,0,7605,2530,195,34,4167,388,7616,0,4167,388,7616,34,2119,66,65,0,2119,66,65,34,1628,6161,1629,0,1628,6161,1629,34,6486,4362,223,0,6486,4362,223,34,5797,652,7419,0,5797,652,7419,34,6883,3433,6800,0,6883,3433,6800,34,2342,1757,2965,0,2342,1757,2965,34,5284,3543,6796,0,5284,3543,6796,34,1761,1981,6829,0,1761,1981,6829,34,2836,4827,2837,0,2836,4827,2837,34,6993,2159,4309,0,6993,2159,4309,34,416,1910,7249,0,416,1910,7249,34,4464,7419,652,0,4464,7419,652,34,4694,1895,362,0,4694,1895,362,34,5388,5390,1202,0,5388,5390,1202,34,1191,4497,1189,0,1191,4497,1189,34,318,4528,5247,0,318,4528,5247,34,1153,4321,4658,0,1153,4321,4658,34,6740,6804,211,0,6740,6804,211,34,3546,2876,7454,0,3546,2876,7454,34,3546,7454,110,0,3546,7454,110,34,729,4064,5774,0,729,4064,5774,34,6192,3387,2399,0,6192,3387,2399,34,994,3296,1437,0,994,3296,1437,34,3150,4813,2765,0,3150,4813,2765,34,6313,284,5828,0,6313,284,5828,34,318,7560,4528,0,318,7560,4528,34,6839,6110,6109,0,6839,6110,6109,34,689,688,5266,0,689,688,5266,34,4727,4728,7617,0,4727,4728,7617,34,3063,3062,4993,0,3063,3062,4993,34,1836,6114,1837,0,1836,6114,1837,34,7618,392,3765,0,7618,392,3765,34,4530,5455,4531,0,4530,5455,4531,34,3766,4746,5241,0,3766,4746,5241,34,5491,6799,1037,0,5491,6799,1037,34,6948,3390,3392,0,6948,3390,3392,34,4407,2006,2005,0,4407,2006,2005,34,4194,6741,5540,0,4194,6741,5540,34,6254,5836,1752,0,6254,5836,1752,34,1284,2622,1866,0,1284,2622,1866,34,2352,1767,1766,0,2352,1767,1766,34,2176,3484,4160,0,2176,3484,4160,34,7323,6524,2162,0,7323,6524,2162,34,5539,1143,5076,0,5539,1143,5076,34,675,4320,676,0,675,4320,676,34,4785,5753,7234,0,4785,5753,7234,34,6726,6258,5501,0,6726,6258,5501,34,5851,4546,4365,0,5851,4546,4365,34,1371,1373,5029,0,1371,1373,5029,34,2876,7446,7454,0,2876,7446,7454,34,6812,4161,4879,0,6812,4161,4879,34,1471,6638,6425,0,1471,6638,6425,34,7187,154,5743,0,7187,154,5743,34,2809,1388,2810,0,2809,1388,2810,34,4043,4045,612,0,4043,4045,612,34,3220,3219,7387,0,3220,3219,7387,34,6162,7013,6163,0,6162,7013,6163,34,3893,4803,4563,0,3893,4803,4563,34,3837,3367,1260,0,3837,3367,1260,34,1521,1520,6556,0,1521,1520,6556,34,6021,2374,6308,0,6021,2374,6308,34,1895,4955,362,0,1895,4955,362,34,5690,5689,6107,0,5690,5689,6107,34,3266,202,4826,0,3266,202,4826,34,2647,348,5816,0,2647,348,5816,34,5657,1692,7619,0,5657,1692,7619,34,4922,4058,7620,0,4922,4058,7620,34,6453,4527,7560,0,6453,4527,7560,34,7180,3283,467,0,7180,3283,467,34,7621,4004,4997,0,7621,4004,4997,34,1813,99,5586,0,1813,99,5586,34,2958,2957,6017,0,2958,2957,6017,34,2183,6290,4790,0,2183,6290,4790,34,975,6430,976,0,975,6430,976,34,3916,7145,3917,0,3916,7145,3917,34,3507,5423,1142,0,3507,5423,1142,34,3661,4921,2513,0,3661,4921,2513,34,4739,4964,3284,0,4739,4964,3284,34,3814,3816,7160,0,3814,3816,7160,34,935,6566,1239,0,935,6566,1239,34,5886,3,2582,0,5886,3,2582,34,3609,5017,7377,0,3609,5017,7377,34,5528,1839,3321,0,5528,1839,3321,34,2465,875,6470,0,2465,875,6470,34,7262,3946,6187,0,7262,3946,6187,34,2945,863,2586,0,2945,863,2586,34,6757,4784,6442,0,6757,4784,6442,34,7622,2333,2332,0,7622,2333,2332,34,2326,6252,2982,0,2326,6252,2982,34,4359,6508,1012,0,4359,6508,1012,34,2972,2971,5799,0,2972,2971,5799,34,4477,1763,4775,0,4477,1763,4775,34,39,41,6407,0,39,41,6407,34,1946,4476,3840,0,1946,4476,3840,34,5543,546,3473,0,5543,546,3473,34,4821,2797,4771,0,4821,2797,4771,34,6447,67,7623,0,6447,67,7623,34,1828,7624,6864,0,1828,7624,6864,34,2732,6893,6730,0,2732,6893,6730,34,2318,2320,6678,0,2318,2320,6678,34,6382,6401,6827,0,6382,6401,6827,34,244,6364,4568,0,244,6364,4568,34,6614,7456,5419,0,6614,7456,5419,34,2977,2979,6421,0,2977,2979,6421,34,3356,5268,226,0,3356,5268,226,34,5175,5177,5862,0,5175,5177,5862,34,4575,7409,5621,0,4575,7409,5621,34,610,612,4045,0,610,612,4045,34,4852,1360,7102,0,4852,1360,7102,34,1773,4150,4149,0,1773,4150,4149,34,3536,6069,32,0,3536,6069,32,34,7155,3619,4356,0,7155,3619,4356,34,2089,2088,6551,0,2089,2088,6551,34,7061,2501,797,0,7061,2501,797,34,2273,5327,5156,0,2273,5327,5156,34,5167,6583,6850,0,5167,6583,6850,34,7625,1756,4143,0,7625,1756,4143,34,5401,6653,221,0,5401,6653,221,34,2482,3254,3253,0,2482,3254,3253,34,1799,2883,5867,0,1799,2883,5867,34,5582,708,7602,0,5582,708,7602,34,4339,1846,4969,0,4339,1846,4969,34,1691,7215,7438,0,1691,7215,7438,34,2093,4030,6682,0,2093,4030,6682,34,7057,1816,6285,0,7057,1816,6285,34,3513,958,7040,0,3513,958,7040,34,7626,7383,6558,0,7626,7383,6558,34,2918,6266,7548,0,2918,6266,7548,34,7556,7558,3087,0,7556,7558,3087,34,6574,7319,5918,0,6574,7319,5918,34,7548,5616,3355,0,7548,5616,3355,34,124,2972,125,0,124,2972,125,34,1290,7416,7004,0,1290,7416,7004,34,2918,7548,470,0,2918,7548,470,34,7572,797,6346,0,7572,797,6346,34,1824,3220,5972,0,1824,3220,5972,34,1765,2111,4008,0,1765,2111,4008,34,5410,5820,5411,0,5410,5820,5411,34,6619,6995,7526,0,6619,6995,7526,34,3358,3360,6871,0,3358,3360,6871,34,5564,2069,6489,0,5564,2069,6489,34,2997,3950,2840,0,2997,3950,2840,34,4443,2859,2858,0,4443,2859,2858,34,4702,2413,2553,0,4702,2413,2553,34,1317,2496,1496,0,1317,2496,1496,34,5453,6954,7586,0,5453,6954,7586,34,1075,4006,6433,0,1075,4006,6433,34,4419,3442,4420,0,4419,3442,4420,34,3002,3000,3003,0,3002,3000,3003,34,4403,7073,7304,0,4403,7073,7304,34,2000,6838,1511,0,2000,6838,1511,34,6546,391,833,0,6546,391,833,34,5297,7627,2925,0,5297,7627,2925,34,3943,5384,6124,0,3943,5384,6124,34,4750,603,605,0,4750,603,605,34,7360,4651,4079,0,7360,4651,4079,34,6273,68,6447,0,6273,68,6447,34,2150,4157,2151,0,2150,4157,2151,34,3508,1720,3509,0,3508,1720,3509,34,6339,5615,7243,0,6339,5615,7243,34,5552,5553,3859,0,5552,5553,3859,34,5552,3859,5636,0,5552,3859,5636,34,166,5036,702,0,166,5036,702,34,383,704,5254,0,383,704,5254,34,6366,2255,4922,0,6366,2255,4922,34,4919,4921,3660,0,4919,4921,3660,34,4597,2403,7143,0,4597,2403,7143,34,1471,6425,5937,0,1471,6425,5937,34,5323,7628,3786,0,5323,7628,3786,34,261,2023,6872,0,261,2023,6872,34,2931,3429,1199,0,2931,3429,1199,34,5954,7233,5222,0,5954,7233,5222,34,2666,6972,2667,0,2666,6972,2667,34,5453,7586,5376,0,5453,7586,5376,34,2293,5847,2239,0,2293,5847,2239,34,5489,3588,6870,0,5489,3588,6870,34,951,5890,4328,0,951,5890,4328,34,4987,320,2181,0,4987,320,2181,34,4256,4257,2864,0,4256,4257,2864,34,5222,7233,7344,0,5222,7233,7344,34,5352,5861,540,0,5352,5861,540,34,6224,3854,5330,0,6224,3854,5330,34,1506,945,7265,0,1506,945,7265,34,6709,4105,220,0,6709,4105,220,34,2731,4765,2729,0,2731,4765,2729,34,4405,4475,4474,0,4405,4475,4474,34,7629,4538,7256,0,7629,4538,7256,34,3394,720,6542,0,3394,720,6542,34,4300,1649,1651,0,4300,1649,1651,34,7186,6898,7430,0,7186,6898,7430,34,930,7526,931,0,930,7526,931,34,5518,2808,2810,0,5518,2808,2810,34,158,7339,1308,0,158,7339,1308,34,4850,1801,3459,0,4850,1801,3459,34,3058,5777,169,0,3058,5777,169,34,2037,3839,2038,0,2037,3839,2038,34,2775,4848,4022,0,2775,4848,4022,34,1537,1893,4572,0,1537,1893,4572,34,3546,7630,3547,0,3546,7630,3547,34,3775,857,40,0,3775,857,40,34,6749,3196,5766,0,6749,3196,5766,34,2146,2760,2147,0,2146,2760,2147,34,4890,4892,5022,0,4890,4892,5022,34,7381,5619,1978,0,7381,5619,1978,34,2609,2611,7507,0,2609,2611,7507,34,6434,4396,4395,0,6434,4396,4395,34,1385,1154,4622,0,1385,1154,4622,34,3910,4792,2313,0,3910,4792,2313,34,3710,5899,2462,0,3710,5899,2462,34,7631,924,7632,0,7631,924,7632,34,4887,6978,634,0,4887,6978,634,34,2698,1386,4532,0,2698,1386,4532,34,4705,4704,3190,0,4705,4704,3190,34,1828,5634,7624,0,1828,5634,7624,34,7314,1336,1688,0,7314,1336,1688,34,2841,2695,5681,0,2841,2695,5681,34,645,647,3123,0,645,647,3123,34,6155,5768,3556,0,6155,5768,3556,34,4361,2690,6340,0,4361,2690,6340,34,39,7259,7010,0,39,7259,7010,34,1532,3861,1121,0,1532,3861,1121,34,7516,4394,4637,0,7516,4394,4637,34,2040,410,6032,0,2040,410,6032,34,5224,6055,3072,0,5224,6055,3072,34,4092,4094,5685,0,4092,4094,5685,34,6598,7633,7300,0,6598,7633,7300,34,7266,125,5798,0,7266,125,5798,34,6448,1538,1888,0,6448,1538,1888,34,3910,2287,4792,0,3910,2287,4792,34,7536,6584,6752,0,7536,6584,6752,34,7348,4275,5512,0,7348,4275,5512,34,2443,2351,909,0,2443,2351,909,34,2523,6772,6249,0,2523,6772,6249,34,5025,3682,3681,0,5025,3682,3681,34,5318,6949,6645,0,5318,6949,6645,34,6563,7215,1722,0,6563,7215,1722,34,6910,3877,133,0,6910,3877,133,34,730,732,4866,0,730,732,4866,34,2363,4539,7629,0,2363,4539,7629,34,5730,1225,1227,0,5730,1225,1227,34,5458,1348,2550,0,5458,1348,2550,34,4689,5614,6562,0,4689,5614,6562,34,3309,3744,1766,0,3309,3744,1766,34,7070,2443,908,0,7070,2443,908,34,5015,5831,3281,0,5015,5831,3281,34,5336,2188,1172,0,5336,2188,1172,34,6077,3141,5755,0,6077,3141,5755,34,7378,7634,7268,0,7378,7634,7268,34,5550,345,4478,0,5550,345,4478,34,2356,2358,3005,0,2356,2358,3005,34,7011,69,287,0,7011,69,287,34,4693,3829,603,0,4693,3829,603,34,352,7421,5308,0,352,7421,5308,34,527,3760,4835,0,527,3760,4835,34,614,2884,2143,0,614,2884,2143,34,2443,909,908,0,2443,909,908,34,2647,5816,2648,0,2647,5816,2648,34,7635,7093,2967,0,7635,7093,2967,34,2532,5789,4767,0,2532,5789,4767,34,3034,5006,3035,0,3034,5006,3035,34,3113,6977,3384,0,3113,6977,3384,34,1706,6180,3625,0,1706,6180,3625,34,234,236,737,0,234,236,737,34,1582,37,7636,0,1582,37,7636,34,6499,1379,1378,0,6499,1379,1378,34,7070,1132,2443,0,7070,1132,2443,34,2300,2176,2175,0,2300,2176,2175,34,3540,3323,3322,0,3540,3323,3322,34,4259,6948,4260,0,4259,6948,4260,34,7410,4525,3744,0,7410,4525,3744,34,988,802,801,0,988,802,801,34,1895,4696,1896,0,1895,4696,1896,34,5793,6513,6354,0,5793,6513,6354,34,4583,7461,664,0,4583,7461,664,34,4332,5760,4773,0,4332,5760,4773,34,1068,233,4158,0,1068,233,4158,34,7628,3540,3786,0,7628,3540,3786,34,706,581,4063,0,706,581,4063,34,6150,7412,7012,0,6150,7412,7012,34,5307,7637,86,0,5307,7637,86,34,7234,2004,5644,0,7234,2004,5644,34,699,3501,4931,0,699,3501,4931,34,1028,1030,2443,0,1028,1030,2443,34,3380,1297,278,0,3380,1297,278,34,323,322,2342,0,323,322,2342,34,3305,6378,3861,0,3305,6378,3861,34,6813,6532,7638,0,6813,6532,7638,34,5919,5918,6826,0,5919,5918,6826,34,1132,1028,2443,0,1132,1028,2443,34,5101,2833,5102,0,5101,2833,5102,34,556,558,6409,0,556,558,6409,34,653,3030,7205,0,653,3030,7205,34,6386,6393,934,0,6386,6393,934,34,585,587,1250,0,585,587,1250,34,7056,3251,7639,0,7056,3251,7639,34,7048,2025,1624,0,7048,2025,1624,34,5564,6489,6380,0,5564,6489,6380,34,6386,934,5740,0,6386,934,5740,34,6472,6474,7020,0,6472,6474,7020,34,3708,883,882,0,3708,883,882,34,5374,6998,5446,0,5374,6998,5446,34,6719,4867,1829,0,6719,4867,1829,34,7291,7597,4837,0,7291,7597,4837,34,5464,1052,7640,0,5464,1052,7640,34,5329,4642,4641,0,5329,4642,4641,34,1061,2443,1030,0,1061,2443,1030,34,5281,5953,6888,0,5281,5953,6888,34,4477,4775,4176,0,4477,4775,4176,34,680,2317,5826,0,680,2317,5826,34,2505,861,5573,0,2505,861,5573,34,3275,531,2314,0,3275,531,2314,34,4108,6901,3461,0,4108,6901,3461,34,5171,5936,5172,0,5171,5936,5172,34,4745,5241,4746,0,4745,5241,4746,34,6221,3926,3828,0,6221,3926,3828,34,6294,5799,2971,0,6294,5799,2971,34,2683,2685,4016,0,2683,2685,4016,34,7040,6501,7641,0,7040,6501,7641,34,3446,4624,6131,0,3446,4624,6131,34,69,68,285,0,69,68,285,34,5365,5607,5472,0,5365,5607,5472,34,6137,5324,6111,0,6137,5324,6111,34,5892,211,6804,0,5892,211,6804,34,5245,1873,1777,0,5245,1873,1777,34,4981,1488,4979,0,4981,1488,4979,34,6233,808,807,0,6233,808,807,34,5745,5418,6327,0,5745,5418,6327,34,837,701,838,0,837,701,838,34,5959,5684,336,0,5959,5684,336,34,3797,7322,2662,0,3797,7322,2662,34,7454,7470,110,0,7454,7470,110,34,210,7482,5679,0,210,7482,5679,34,7470,103,110,0,7470,103,110,34,4882,998,997,0,4882,998,997,34,1813,5586,3662,0,1813,5586,3662,34,5464,7248,5580,0,5464,7248,5580,34,3497,6179,7300,0,3497,6179,7300,34,4994,6325,7610,0,4994,6325,7610,34,384,3049,3051,0,384,3049,3051,34,4739,794,7391,0,4739,794,7391,34,6997,6618,6617,0,6997,6618,6617,34,6559,1506,184,0,6559,1506,184,34,7493,5176,3114,0,7493,5176,3114,34,2552,3007,2454,0,2552,3007,2454,34,1025,155,154,0,1025,155,154,34,4507,1332,1331,0,4507,1332,1331,34,1900,1899,4145,0,1900,1899,4145,34,2174,536,7309,0,2174,536,7309,34,7642,3034,7643,0,7642,3034,7643,34,1966,1968,3487,0,1966,1968,3487,34,7222,6542,720,0,7222,6542,720,34,3845,7079,3230,0,3845,7079,3230,34,6676,656,655,0,6676,656,655,34,4136,4009,4137,0,4136,4009,4137,34,5063,1367,1366,0,5063,1367,1366,34,7644,1443,1916,0,7644,1443,1916,34,2393,2392,6277,0,2393,2392,6277,34,1584,5855,1585,0,1584,5855,1585,34,1239,1957,933,0,1239,1957,933,34,6231,5834,5853,0,6231,5834,5853,34,6967,5887,422,0,6967,5887,422,34,2489,7645,7158,0,2489,7645,7158,34,3546,110,7630,0,3546,110,7630,34,2433,7064,1270,0,2433,7064,1270,34,1234,7109,7111,0,1234,7109,7111,34,7646,2796,5080,0,7646,2796,5080,34,1478,693,692,0,1478,693,692,34,7416,5025,7004,0,7416,5025,7004,34,420,1835,421,0,420,1835,421,34,6593,337,2653,0,6593,337,2653,34,1489,5187,1490,0,1489,5187,1490,34,4971,6116,2790,0,4971,6116,2790,34,7630,110,70,0,7630,110,70,34,7434,2100,982,0,7434,2100,982,34,6988,7136,7647,0,6988,7136,7647,34,7606,3452,7648,0,7606,3452,7648,34,2633,5159,3729,0,2633,5159,3729,34,1705,4135,4664,0,1705,4135,4664,34,7133,5332,5331,0,7133,5332,5331,34,7356,6996,5288,0,7356,6996,5288,34,6207,6348,7014,0,6207,6348,7014,34,7220,281,280,0,7220,281,280,34,218,4772,791,0,218,4772,791,34,7029,3045,821,0,7029,3045,821,34,71,6525,3547,0,71,6525,3547,34,5348,1146,4673,0,5348,1146,4673,34,70,71,3547,0,70,71,3547,34,2359,1475,2322,0,2359,1475,2322,34,4514,4691,7440,0,4514,4691,7440,34,5614,6641,3203,0,5614,6641,3203,34,5506,5252,7590,0,5506,5252,7590,34,1161,1160,4147,0,1161,1160,4147,34,7630,70,3547,0,7630,70,3547,34,7055,573,572,0,7055,573,572,34,5951,3474,6579,0,5951,3474,6579,34,4119,7484,4206,0,4119,7484,4206,34,7574,3115,3702,0,7574,3115,3702,34,3081,2894,326,0,3081,2894,326,34,3058,6044,2271,0,3058,6044,2271,34,1367,6771,1365,0,1367,6771,1365,34,4527,4529,7560,0,4527,4529,7560,34,6047,7649,6048,0,6047,7649,6048,34,2126,7650,5585,0,2126,7650,5585,34,3696,3695,3271,0,3696,3695,3271,34,5938,2438,6350,0,5938,2438,6350,34,7272,4572,4462,0,7272,4572,4462,34,5982,5114,7570,0,5982,5114,7570,34,1134,1133,4195,0,1134,1133,4195,34,279,1964,370,0,279,1964,370,34,3951,5363,5114,0,3951,5363,5114,34,6670,5086,5571,0,6670,5086,5571,34,7211,1235,1234,0,7211,1235,1234,34,3006,3774,5003,0,3006,3774,5003,34,5857,4824,4823,0,5857,4824,4823,34,104,2334,5479,0,104,2334,5479,34,1128,4072,7651,0,1128,4072,7651,34,2063,4360,937,0,2063,4360,937,34,6190,5217,7474,0,6190,5217,7474,34,2322,2321,7020,0,2322,2321,7020,34,6509,6511,688,0,6509,6511,688,34,6190,7474,6144,0,6190,7474,6144,34,4222,6728,2221,0,4222,6728,2221,34,5779,5778,2110,0,5779,5778,2110,34,117,119,2355,0,117,119,2355,34,2376,2375,6017,0,2376,2375,6017,34,10,1197,11,0,10,1197,11,34,3617,5225,3124,0,3617,5225,3124,34,82,5413,5928,0,82,5413,5928,34,4562,1904,1906,0,4562,1904,1906,34,2828,4051,2826,0,2828,4051,2826,34,796,7391,794,0,796,7391,794,34,6948,3317,3390,0,6948,3317,3390,34,487,7406,2379,0,487,7406,2379,34,6750,5600,5602,0,6750,5600,5602,34,6343,4900,4902,0,6343,4900,4902,34,7356,6170,3736,0,7356,6170,3736,34,6827,6383,6382,0,6827,6383,6382,34,2359,2740,6975,0,2359,2740,6975,34,6514,4441,5591,0,6514,4441,5591,34,7264,5645,4409,0,7264,5645,4409,34,3423,1981,6220,0,3423,1981,6220,34,5796,6710,5106,0,5796,6710,5106,34,4856,6103,5295,0,4856,6103,5295,34,6865,4425,6866,0,6865,4425,6866,34,1486,7652,3764,0,1486,7652,3764,34,6745,2047,2049,0,6745,2047,2049,34,6323,4192,6324,0,6323,4192,6324,34,4668,1612,5249,0,4668,1612,5249,34,6802,4465,7080,0,6802,4465,7080,34,5561,5560,5565,0,5561,5560,5565,34,368,3942,7653,0,368,3942,7653,34,6786,4024,4112,0,6786,4024,4112,34,1567,4871,1964,0,1567,4871,1964,34,609,5614,4689,0,609,5614,4689,34,5586,5850,6809,0,5586,5850,6809,34,2623,1446,3265,0,2623,1446,3265,34,4936,4937,4050,0,4936,4937,4050,34,1070,2159,1071,0,1070,2159,1071,34,7639,5742,2389,0,7639,5742,2389,34,6448,2844,2227,0,6448,2844,2227,34,4534,4536,5622,0,4534,4536,5622,34,2511,2510,2409,0,2511,2510,2409,34,921,920,4324,0,921,920,4324,34,888,3938,6636,0,888,3938,6636,34,6498,2906,2784,0,6498,2906,2784,34,4654,1566,6849,0,4654,1566,6849,34,2309,578,2029,0,2309,578,2029,34,2673,5800,2418,0,2673,5800,2418,34,6035,4327,6036,0,6035,4327,6036,34,3003,3340,345,0,3003,3340,345,34,308,307,4257,0,308,307,4257,34,2071,1364,6599,0,2071,1364,6599,34,2407,2997,6459,0,2407,2997,6459,34,3415,3416,1125,0,3415,3416,1125,34,5288,6996,6782,0,5288,6996,6782,34,6984,22,1363,0,6984,22,1363,34,5631,6013,1310,0,5631,6013,1310,34,2891,3746,2892,0,2891,3746,2892,34,1959,3053,3052,0,1959,3053,3052,34,3822,5033,3823,0,3822,5033,3823,34,6757,3624,3626,0,6757,3624,3626,34,6205,372,52,0,6205,372,52,34,3915,3176,338,0,3915,3176,338,34,2479,4609,4608,0,2479,4609,4608,34,5679,7515,7011,0,5679,7515,7011,34,3977,5660,6683,0,3977,5660,6683,34,1471,6577,1665,0,1471,6577,1665,34,1210,518,5081,0,1210,518,5081,34,4781,4782,4043,0,4781,4782,4043,34,4740,3980,1314,0,4740,3980,1314,34,4324,6828,2188,0,4324,6828,2188,34,2105,7654,1446,0,2105,7654,1446,34,5200,3307,5201,0,5200,3307,5201,34,2692,288,855,0,2692,288,855,34,4562,6217,1904,0,4562,6217,1904,34,2163,2752,3322,0,2163,2752,3322,34,7307,4491,7638,0,7307,4491,7638,34,5616,1931,5594,0,5616,1931,5594,34,7599,6051,7422,0,7599,6051,7422,34,7599,7422,7506,0,7599,7422,7506,34,2894,2733,326,0,2894,2733,326,34,3642,5055,5054,0,3642,5055,5054,34,6612,1737,7228,0,6612,1737,7228,34,4129,7259,631,0,4129,7259,631,34,3802,3561,5563,0,3802,3561,5563,34,6837,4215,3354,0,6837,4215,3354,34,6026,3287,3286,0,6026,3287,3286,34,6118,7387,3219,0,6118,7387,3219,34,1072,5443,5968,0,1072,5443,5968,34,5372,711,4237,0,5372,711,4237,34,6550,89,3804,0,6550,89,3804,34,4589,4141,7441,0,4589,4141,7441,34,5473,2940,7655,0,5473,2940,7655,34,54,4873,6532,0,54,4873,6532,34,6236,6528,5425,0,6236,6528,5425,34,7656,6826,7646,0,7656,6826,7646,34,402,1058,2078,0,402,1058,2078,34,6859,6860,2031,0,6859,6860,2031,34,7404,5099,1800,0,7404,5099,1800,34,3006,3005,2358,0,3006,3005,2358,34,5491,5492,6799,0,5491,5492,6799,34,3707,1232,1164,0,3707,1232,1164,34,6363,7657,6332,0,6363,7657,6332,34,2660,1018,1017,0,2660,1018,1017,34,4145,2495,4808,0,4145,2495,4808,34,3029,2986,7024,0,3029,2986,7024,34,658,660,6070,0,658,660,6070,34,5195,6059,5857,0,5195,6059,5857,34,135,7543,1019,0,135,7543,1019,34,3509,2452,6449,0,3509,2452,6449,34,3837,2565,7540,0,3837,2565,7540,34,2783,2726,7395,0,2783,2726,7395,34,4491,4738,7638,0,4491,4738,7638,34,5255,7042,2941,0,5255,7042,2941,34,3533,894,4910,0,3533,894,4910,34,4644,4293,4292,0,4644,4293,4292,34,6724,495,5121,0,6724,495,5121,34,1902,6126,6924,0,1902,6126,6924,34,6773,6775,7658,0,6773,6775,7658,34,4830,2485,4831,0,4830,2485,4831,34,6333,6332,7273,0,6333,6332,7273,34,3521,2401,1627,0,3521,2401,1627,34,6607,4355,6581,0,6607,4355,6581,34,7659,1133,5303,0,7659,1133,5303,34,4896,5867,7660,0,4896,5867,7660,34,7657,7273,6332,0,7657,7273,6332,34,1480,855,854,0,1480,855,854,34,118,117,2580,0,118,117,2580,34,6055,4923,7260,0,6055,4923,7260,34,4222,7076,1403,0,4222,7076,1403,34,1440,1457,1441,0,1440,1457,1441,34,128,5322,3774,0,128,5322,3774,34,3302,6059,5194,0,3302,6059,5194,34,6020,1912,1911,0,6020,1912,1911,34,6363,6390,7657,0,6363,6390,7657,34,1945,1947,3137,0,1945,1947,3137,34,6235,6234,2939,0,6235,6234,2939,34,719,7661,1642,0,719,7661,1642,34,3047,7370,3048,0,3047,7370,3048,34,4336,4337,5325,0,4336,4337,5325,34,3657,6039,6807,0,3657,6039,6807,34,2908,4808,2495,0,2908,4808,2495,34,5369,6541,5187,0,5369,6541,5187,34,3031,2754,2756,0,3031,2754,2756,34,3634,6092,3635,0,3634,6092,3635,34,2304,2963,5479,0,2304,2963,5479,34,1077,2368,4005,0,1077,2368,4005,34,2687,5375,4918,0,2687,5375,4918,34,5468,3697,905,0,5468,3697,905,34,3964,0,3965,0,3964,0,3965,34,4768,4769,3607,0,4768,4769,3607,34,6402,7657,6390,0,6402,7657,6390,34,2529,6142,6218,0,2529,6142,6218,34,1677,5867,829,0,1677,5867,829,34,4175,5090,4176,0,4175,5090,4176,34,7140,7114,6242,0,7140,7114,6242,34,1699,5021,5020,0,1699,5021,5020,34,1953,1952,6412,0,1953,1952,6412,34,267,1463,5426,0,267,1463,5426,34,3159,5803,3160,0,3159,5803,3160,34,1329,6863,3335,0,1329,6863,3335,34,7662,6695,7253,0,7662,6695,7253,34,2661,1981,1761,0,2661,1981,1761,34,2218,2862,2861,0,2218,2862,2861,34,7663,5708,5707,0,7663,5708,5707,34,5544,3439,5915,0,5544,3439,5915,34,6641,3909,2947,0,6641,3909,2947,34,6968,2079,6885,0,6968,2079,6885,34,188,790,186,0,188,790,186,34,5364,1928,7491,0,5364,1928,7491,34,6655,7664,4954,0,6655,7664,4954,34,7607,1925,7501,0,7607,1925,7501,34,1122,5351,1120,0,1122,5351,1120,34,965,6855,4755,0,965,6855,4755,34,1890,3074,3751,0,1890,3074,3751,34,2631,2632,5495,0,2631,2632,5495,34,7131,6847,6859,0,7131,6847,6859,34,2520,6090,5024,0,2520,6090,5024,34,3434,6883,3012,0,3434,6883,3012,34,875,2465,866,0,875,2465,866,34,6402,5037,7306,0,6402,5037,7306,34,5843,1744,1743,0,5843,1744,1743,34,2497,827,2654,0,2497,827,2654,34,6402,7306,7657,0,6402,7306,7657,34,3321,3320,34,0,3321,3320,34,34,2187,3802,472,0,2187,3802,472,34,3723,2107,2106,0,3723,2107,2106,34,6328,7182,7355,0,6328,7182,7355,34,583,582,3662,0,583,582,3662,34,5008,4421,2336,0,5008,4421,2336,34,6737,4918,5375,0,6737,4918,5375,34,6722,6974,4979,0,6722,6974,4979,34,7657,7306,7273,0,7657,7306,7273,34,5854,6791,3447,0,5854,6791,3447,34,5706,7665,5707,0,5706,7665,5707,34,4739,7391,4964,0,4739,7391,4964,34,176,932,4878,0,176,932,4878,34,250,2665,4180,0,250,2665,4180,34,7666,3517,1212,0,7666,3517,1212,34,6729,6730,6893,0,6729,6730,6893,34,7088,432,431,0,7088,432,431,34,2075,6356,6536,0,2075,6356,6536,34,4635,7426,4636,0,4635,7426,4636,34,6139,4061,450,0,6139,4061,450,34,639,5080,3779,0,639,5080,3779,34,6989,312,3347,0,6989,312,3347,34,732,5532,7217,0,732,5532,7217,34,2014,5137,6293,0,2014,5137,6293,34,1860,1317,4181,0,1860,1317,4181,34,5917,6458,4225,0,5917,6458,4225,34,7457,7458,5232,0,7457,7458,5232,34,5639,6046,1435,0,5639,6046,1435,34,7282,5685,6237,0,7282,5685,6237,34,6736,4709,1805,0,6736,4709,1805,34,6349,7667,3650,0,6349,7667,3650,34,7273,7306,7299,0,7273,7306,7299,34,5376,1420,5377,0,5376,1420,5377,34,4508,4101,2681,0,4508,4101,2681,34,1776,6173,6172,0,1776,6173,6172,34,7006,661,6986,0,7006,661,6986,34,1486,7668,6064,0,1486,7668,6064,34,4249,3387,3386,0,4249,3387,3386,34,3902,4333,3903,0,3902,4333,3903,34,7628,7170,3540,0,7628,7170,3540,34,6132,4085,3163,0,6132,4085,3163,34,5153,4752,2249,0,5153,4752,2249,34,2165,6407,2166,0,2165,6407,2166,34,1237,35,34,0,1237,35,34,34,6085,2595,6651,0,6085,2595,6651,34,6591,6281,1570,0,6591,6281,1570,34,2459,6912,1767,0,2459,6912,1767,34,3622,837,779,0,3622,837,779,34,1649,4587,2125,0,1649,4587,2125,34,4261,4760,7669,0,4261,4760,7669,34,7492,1928,4155,0,7492,1928,4155,34,3667,7408,3082,0,3667,7408,3082,34,3032,1259,4271,0,3032,1259,4271,34,6570,2921,1973,0,6570,2921,1973,34,2034,4836,7025,0,2034,4836,7025,34,2335,3954,3694,0,2335,3954,3694,34,2264,1887,5108,0,2264,1887,5108,34,7556,3087,7670,0,7556,3087,7670,34,1272,1513,1256,0,1272,1513,1256,34,226,2054,4378,0,226,2054,4378,34,2621,1866,2622,0,2621,1866,2622,34,4499,3873,7343,0,4499,3873,7343,34,7262,6187,3198,0,7262,6187,3198,34,7133,7592,4412,0,7133,7592,4412,34,912,1395,6271,0,912,1395,6271,34,3681,3716,5970,0,3681,3716,5970,34,5132,6966,1191,0,5132,6966,1191,34,4864,4866,5180,0,4864,4866,5180,34,6357,2294,2296,0,6357,2294,2296,34,4100,7135,5154,0,4100,7135,5154,34,2052,2051,2032,0,2052,2051,2032,34,3524,1803,1802,0,3524,1803,1802,34,4650,887,1660,0,4650,887,1660,34,3233,649,648,0,3233,649,648,34,5294,507,5293,0,5294,507,5293,34,7106,6216,6217,0,7106,6216,6217,34,4293,6952,1162,0,4293,6952,1162,34,4407,6620,6317,0,4407,6620,6317,34,5728,804,803,0,5728,804,803,34,2564,7320,2565,0,2564,7320,2565,34,5083,4080,2704,0,5083,4080,2704,34,3155,7671,1853,0,3155,7671,1853,34,5800,7672,2419,0,5800,7672,2419,34,6555,6556,1520,0,6555,6556,1520,34,1368,4750,1369,0,1368,4750,1369,34,1550,1551,3559,0,1550,1551,3559,34,6716,5939,7536,0,6716,5939,7536,34,7673,4786,3701,0,7673,4786,3701,34,1140,5203,5286,0,1140,5203,5286,34,5918,6533,7646,0,5918,6533,7646,34,3561,5716,5717,0,3561,5716,5717,34,6813,7638,7674,0,6813,7638,7674,34,3895,2233,7468,0,3895,2233,7468,34,3934,1082,1735,0,3934,1082,1735,34,1908,546,3106,0,1908,546,3106,34,3090,3089,5697,0,3090,3089,5697,34,2364,3687,5168,0,2364,3687,5168,34,6550,5977,6483,0,6550,5977,6483,34,4983,2288,2290,0,4983,2288,2290,34,5030,5126,5029,0,5030,5126,5029,34,4479,518,4617,0,4479,518,4617,34,2616,2618,4243,0,2616,2618,4243,34,4969,1846,3691,0,4969,1846,3691,34,601,89,7675,0,601,89,7675,34,7051,1883,430,0,7051,1883,430,34,921,4324,2188,0,921,4324,2188,34,5172,3433,4655,0,5172,3433,4655,34,1423,4448,1424,0,1423,4448,1424,34,6501,2145,5811,0,6501,2145,5811,34,6980,6911,3600,0,6980,6911,3600,34,2960,5071,6347,0,2960,5071,6347,34,6263,6756,4986,0,6263,6756,4986,34,3050,6854,3973,0,3050,6854,3973,34,7676,7677,6689,0,7676,7677,6689,34,7584,5688,7231,0,7584,5688,7231,34,187,2124,188,0,187,2124,188,34,5523,2072,6599,0,5523,2072,6599,34,4638,4637,4394,0,4638,4637,4394,34,6720,2430,2425,0,6720,2430,2425,34,3524,1802,6730,0,3524,1802,6730,34,5327,6627,5156,0,5327,6627,5156,34,7678,7379,3247,0,7678,7379,3247,34,2077,7477,3806,0,2077,7477,3806,34,6616,5347,6982,0,6616,5347,6982,34,7187,7563,7128,0,7187,7563,7128,34,7650,1398,2330,0,7650,1398,2330,34,910,912,844,0,910,912,844,34,5,4,133,0,5,4,133,34,2966,2965,4166,0,2966,2965,4166,34,3590,4301,4295,0,3590,4301,4295,34,2928,4077,5151,0,2928,4077,5151,34,1727,6455,5617,0,1727,6455,5617,34,6160,2788,7500,0,6160,2788,7500,34,895,4557,7679,0,895,4557,7679,34,979,978,2046,0,979,978,2046,34,2720,7680,6292,0,2720,7680,6292,34,5965,4152,4151,0,5965,4152,4151,34,6403,5240,5242,0,6403,5240,5242,34,6303,5439,4499,0,6303,5439,4499,34,974,7511,975,0,974,7511,975,34,7364,4427,441,0,7364,4427,441,34,1690,6200,1688,0,1690,6200,1688,34,6433,2377,7681,0,6433,2377,7681,34,3955,882,1346,0,3955,882,1346,34,7473,5216,427,0,7473,5216,427,34,3895,6640,2233,0,3895,6640,2233,34,2498,2497,2654,0,2498,2497,2654,34,6463,2486,5439,0,6463,2486,5439,34,7682,4969,7227,0,7682,4969,7227,34,7364,440,3396,0,7364,440,3396,34,5312,4897,859,0,5312,4897,859,34,6471,311,4096,0,6471,311,4096,34,3191,3193,6168,0,3191,3193,6168,34,5886,1558,3,0,5886,1558,3,34,7307,6531,5462,0,7307,6531,5462,34,498,2844,3882,0,498,2844,3882,34,3180,3179,5105,0,3180,3179,5105,34,1929,1931,229,0,1929,1931,229,34,6226,6169,6168,0,6226,6169,6168,34,7411,2813,2812,0,7411,2813,2812,34,3788,5437,2148,0,3788,5437,2148,34,4134,7147,5737,0,4134,7147,5737,34,2516,7263,1183,0,2516,7263,1183,34,433,6512,939,0,433,6512,939,34,5899,6634,4608,0,5899,6634,4608,34,5881,7078,4128,0,5881,7078,4128,34,4268,1891,3872,0,4268,1891,3872,34,697,0,2,0,697,0,2,34,2619,761,5575,0,2619,761,5575,34,6892,6522,6024,0,6892,6522,6024,34,6253,6420,5265,0,6253,6420,5265,34,4733,4721,733,0,4733,4721,733,34,6345,6618,5792,0,6345,6618,5792,34,2166,6407,3408,0,2166,6407,3408,34,6820,1096,3115,0,6820,1096,3115,34,4373,1450,1449,0,4373,1450,1449,34,1521,6556,2594,0,1521,6556,2594,34,5586,99,5850,0,5586,99,5850,34,5186,2853,6269,0,5186,2853,6269,34,1509,1508,191,0,1509,1508,191,34,7683,6338,5246,0,7683,6338,5246,34,1189,4908,1190,0,1189,4908,1190,34,3043,7029,1129,0,3043,7029,1129,34,1838,3321,1839,0,1838,3321,1839,34,3604,7652,1485,0,3604,7652,1485,34,5560,4901,6342,0,5560,4901,6342,34,7684,7685,504,0,7684,7685,504,34,153,7280,5743,0,153,7280,5743,34,4091,2452,6159,0,4091,2452,6159,34,5851,4365,6680,0,5851,4365,6680,34,1136,1181,2214,0,1136,1181,2214,34,1266,1267,7686,0,1266,1267,7686,34,6590,7687,1267,0,6590,7687,1267,34,1440,1442,7688,0,1440,1442,7688,34,6007,3422,6797,0,6007,3422,6797,34,7689,1267,7687,0,7689,1267,7687,34,7690,7686,1267,0,7690,7686,1267,34,7690,1267,7689,0,7690,1267,7689,34,7690,7689,7691,0,7690,7689,7691,34,2914,2913,7662,0,2914,2913,7662,34,3996,4285,3997,0,3996,4285,3997,34,5908,8,4675,0,5908,8,4675,34,1934,1933,6804,0,1934,1933,6804,34,3752,3425,3424,0,3752,3425,3424,34,7692,7690,7691,0,7692,7690,7691,34,5215,1001,5216,0,5215,1001,5216,34,6590,6589,7687,0,6590,6589,7687,34,735,5768,4732,0,735,5768,4732,34,940,2203,941,0,940,2203,941,34,7604,7687,6589,0,7604,7687,6589,34,2406,6459,112,0,2406,6459,112,34,1594,2576,6821,0,1594,2576,6821,34,4681,7673,6123,0,4681,7673,6123,34,6267,3445,6122,0,6267,3445,6122,34,5576,4648,369,0,5576,4648,369,34,2642,2644,5049,0,2642,2644,5049,34,3189,3188,1929,0,3189,3188,1929,34,135,137,1000,0,135,137,1000,34,7384,2772,2774,0,7384,2772,2774,34,7693,7687,7604,0,7693,7687,7604,34,1541,5188,3394,0,1541,5188,3394,34,691,4075,692,0,691,4075,692,34,1647,7406,3785,0,1647,7406,3785,34,7372,7694,2899,0,7372,7694,2899,34,4186,2215,5731,0,4186,2215,5731,34,6564,7587,6544,0,6564,7587,6544,34,4624,1954,1956,0,4624,1954,1956,34,234,737,6795,0,234,737,6795,34,6899,2899,7694,0,6899,2899,7694,34,6164,2289,5817,0,6164,2289,5817,34,3923,2346,4022,0,3923,2346,4022,34,2365,4754,5144,0,2365,4754,5144,34,2378,488,2379,0,2378,488,2379,34,7500,6285,566,0,7500,6285,566,34,7693,7244,6899,0,7693,7244,6899,34,1292,6768,6770,0,1292,6768,6770,34,5436,2932,5196,0,5436,2932,5196,34,3260,3908,5087,0,3260,3908,5087,34,1546,7695,4460,0,1546,7695,4460,34,5890,4573,4328,0,5890,4573,4328,34,3616,2688,3092,0,3616,2688,3092,34,7692,7691,7694,0,7692,7691,7694,34,7689,6899,7691,0,7689,6899,7691,34,4698,627,6369,0,4698,627,6369,34,6899,7694,7691,0,6899,7694,7691,34,6589,820,819,0,6589,820,819,34,3831,4250,4763,0,3831,4250,4763,34,4349,6480,3101,0,4349,6480,3101,34,7689,7687,6899,0,7689,7687,6899,34,3469,493,2129,0,3469,493,2129,34,3095,5040,6971,0,3095,5040,6971,34,7693,6899,7687,0,7693,6899,7687,34,118,2579,7331,0,118,2579,7331,34,2467,2469,7191,0,2467,2469,7191,34,5923,4461,7394,0,5923,4461,7394,34,4437,7316,2242,0,4437,7316,2242,34,6155,3556,502,0,6155,3556,502,34,4109,4311,5435,0,4109,4311,5435,34,7696,7697,7394,0,7696,7697,7394,34,2812,2814,18,0,2812,2814,18,34,7698,5923,7394,0,7698,5923,7394,34,7698,7394,7697,0,7698,7394,7697,34,5495,2632,5537,0,5495,2632,5537,34,2792,1425,772,0,2792,1425,772,34,3304,6377,3305,0,3304,6377,3305,34,3338,5380,3659,0,3338,5380,3659,34,4964,4965,5677,0,4964,4965,5677,34,7115,1531,171,0,7115,1531,171,34,7671,7026,1853,0,7671,7026,1853,34,672,4020,673,0,672,4020,673,34,2488,4541,5771,0,2488,4541,5771,34,7394,4500,7696,0,7394,4500,7696,34,4510,6920,5542,0,4510,6920,5542,34,4968,4114,4537,0,4968,4114,4537,34,7693,7699,4500,0,7693,7699,4500,34,7693,4500,7244,0,7693,4500,7244,34,24,3096,2716,0,24,3096,2716,34,7696,4500,7699,0,7696,4500,7699,34,3385,3387,7005,0,3385,3387,7005,34,7525,4533,7700,0,7525,4533,7700,34,7038,6872,2023,0,7038,6872,2023,34,1777,1874,1775,0,1777,1874,1775,34,2939,6234,108,0,2939,6234,108,34,7477,3554,3572,0,7477,3554,3572,34,465,467,7488,0,465,467,7488,34,7701,4391,5386,0,7701,4391,5386,34,7702,979,7110,0,7702,979,7110,34,3047,7369,7370,0,3047,7369,7370,34,7703,7697,5935,0,7703,7697,5935,34,477,3597,733,0,477,3597,733,34,7704,5934,5935,0,7704,5934,5935,34,7704,5935,7697,0,7704,5935,7697,34,2865,2867,6261,0,2865,2867,6261,34,2077,1057,3553,0,2077,1057,3553,34,7185,2739,5350,0,7185,2739,5350,34,7680,11,2757,0,7680,11,2757,34,5452,4480,2514,0,5452,4480,2514,34,7704,7279,5934,0,7704,7279,5934,34,3181,2438,1412,0,3181,2438,1412,34,7604,7279,7704,0,7604,7279,7704,34,1020,851,1518,0,1020,851,1518,34,5716,6679,2187,0,5716,6679,2187,34,4174,4173,5233,0,4174,4173,5233,34,798,797,7572,0,798,797,7572,34,2903,3222,6708,0,2903,3222,6708,34,7698,7697,7703,0,7698,7697,7703,34,7696,7704,7697,0,7696,7704,7697,34,3721,3720,7608,0,3721,3720,7608,34,4254,5570,5278,0,4254,5570,5278,34,5228,6242,7114,0,5228,6242,7114,34,7471,4082,7203,0,7471,4082,7203,34,5603,2917,7705,0,5603,2917,7705,34,7696,7699,7704,0,7696,7699,7704,34,7597,7200,5408,0,7597,7200,5408,34,7693,7604,7704,0,7693,7604,7704,34,7693,7704,7699,0,7693,7704,7699,34,1224,5672,6166,0,1224,5672,6166,34,5733,7499,4630,0,5733,7499,4630,34,5829,6136,5342,0,5829,6136,5342,34,7706,4665,3727,0,7706,4665,3727,34,4410,588,1492,0,4410,588,1492,34,2157,7195,7118,0,2157,7195,7118,34,2702,2951,7469,0,2702,2951,7469,34,2307,2309,2029,0,2307,2309,2029,34,4697,628,4698,0,4697,628,4698,34,6970,3927,3276,0,6970,3927,3276,34,818,7707,5997,0,818,7707,5997,34,4514,3527,6798,0,4514,3527,6798,34,6785,6195,2441,0,6785,6195,2441,34,5030,6011,5126,0,5030,6011,5126,34,118,2580,2579,0,118,2580,2579,34,5596,1832,6311,0,5596,1832,6311,34,7708,7195,7709,0,7708,7195,7709,34,7708,7709,7710,0,7708,7709,7710,34,1207,4661,7603,0,1207,4661,7603,34,2157,2156,7195,0,2157,2156,7195,34,1404,1673,7026,0,1404,1673,7026,34,1429,7541,6909,0,1429,7541,6909,34,7711,7709,2156,0,7711,7709,2156,34,2662,2663,6582,0,2662,2663,6582,34,7709,7195,2156,0,7709,7195,2156,34,5706,7712,1956,0,5706,7712,1956,34,180,4029,7713,0,180,4029,7713,34,5431,7235,5709,0,5431,7235,5709,34,7711,7714,7709,0,7711,7714,7709,34,5473,7655,5474,0,5473,7655,5474,34,5794,7310,21,0,5794,7310,21,34,7715,7709,7714,0,7715,7709,7714,34,1597,7342,7341,0,1597,7342,7341,34,7710,7709,7715,0,7710,7709,7715,34,3521,7538,864,0,3521,7538,864,34,6943,6066,6065,0,6943,6066,6065,34,7708,7710,7716,0,7708,7710,7716,34,6418,444,5271,0,6418,444,5271,34,7717,7718,7716,0,7717,7718,7716,34,7717,7716,7710,0,7717,7716,7710,34,6559,1504,1506,0,6559,1504,1506,34,3099,6480,6479,0,3099,6480,6479,34,829,828,4167,0,829,828,4167,34,7718,7719,7720,0,7718,7719,7720,34,1156,65,22,0,1156,65,22,34,7717,7719,7718,0,7717,7719,7718,34,7721,7722,7719,0,7721,7722,7719,34,3388,3225,3389,0,3388,3225,3389,34,7722,7720,7719,0,7722,7720,7719,34,7019,2301,4136,0,7019,2301,4136,34,6540,2248,6081,0,6540,2248,6081,34,884,886,3748,0,884,886,3748,34,1129,7101,7398,0,1129,7101,7398,34,3668,3084,4353,0,3668,3084,4353,34,6199,4888,7120,0,6199,4888,7120,34,3010,179,6404,0,3010,179,6404,34,5814,5302,1214,0,5814,5302,1214,34,7268,6779,7378,0,7268,6779,7378,34,4313,2038,3839,0,4313,2038,3839,34,7717,7715,7719,0,7717,7715,7719,34,4457,1758,1383,0,4457,1758,1383,34,7710,7715,7717,0,7710,7715,7717,34,4412,7592,1702,0,4412,7592,1702,34,6873,2446,2445,0,6873,2446,2445,34,7721,7719,7715,0,7721,7719,7715,34,7721,7715,7723,0,7721,7715,7723,34,4809,4960,3675,0,4809,4960,3675,34,6629,34,5009,0,6629,34,5009,34,5008,2338,4690,0,5008,2338,4690,34,7724,7725,7726,0,7724,7725,7726,34,4217,4216,1552,0,4217,4216,1552,34,3568,5216,1001,0,3568,5216,1001,34,1297,6538,7496,0,1297,6538,7496,34,4336,1124,4026,0,4336,1124,4026,34,4611,5066,5733,0,4611,5066,5733,34,2130,2129,2531,0,2130,2129,2531,34,7606,4594,3453,0,7606,4594,3453,34,6934,7727,2871,0,6934,7727,2871,34,7723,7728,7725,0,7723,7728,7725,34,7723,7725,7729,0,7723,7725,7729,34,6747,7533,6748,0,6747,7533,6748,34,7730,7725,7728,0,7730,7725,7728,34,1258,3367,1535,0,1258,3367,1535,34,7724,7729,7725,0,7724,7729,7725,34,2590,7112,7161,0,2590,7112,7161,34,7722,7729,7724,0,7722,7729,7724,34,4810,3974,3025,0,4810,3974,3025,34,7721,7729,7722,0,7721,7729,7722,34,4090,2254,6375,0,4090,2254,6375,34,3997,4675,3995,0,3997,4675,3995,34,7729,7721,7723,0,7729,7721,7723,34,4447,2859,4074,0,4447,2859,4074,34,6633,6635,6298,0,6633,6635,6298,34,933,3042,5740,0,933,3042,5740,34,2570,4614,7731,0,2570,4614,7731,34,5395,5852,5396,0,5395,5852,5396,34,7039,196,195,0,7039,196,195,34,4961,6375,4489,0,4961,6375,4489,34,7662,3354,6695,0,7662,3354,6695,34,2263,2844,6448,0,2263,2844,6448,34,7732,7733,7734,0,7732,7733,7734,34,2953,2952,3426,0,2953,2952,3426,34,752,2407,750,0,752,2407,750,34,5983,2141,3152,0,5983,2141,3152,34,7735,7695,7736,0,7735,7695,7736,34,7735,7736,7728,0,7735,7736,7728,34,7735,7728,7714,0,7735,7728,7714,34,6404,2586,3010,0,6404,2586,3010,34,6405,4828,3434,0,6405,4828,3434,34,756,1251,2980,0,756,1251,2980,34,6311,7177,7006,0,6311,7177,7006,34,6405,3434,3012,0,6405,3434,3012,34,2156,7735,7714,0,2156,7735,7714,34,2156,7714,7711,0,2156,7714,7711,34,6423,5472,5607,0,6423,5472,5607,34,3598,7737,7294,0,3598,7737,7294,34,1698,5021,1699,0,1698,5021,1699,34,7730,7728,7736,0,7730,7728,7736,34,1838,1840,1596,0,1838,1840,1596,34,1557,1188,3581,0,1557,1188,3581,34,5592,2101,4858,0,5592,2101,4858,34,2575,6884,6883,0,2575,6884,6883,34,7622,4958,2333,0,7622,4958,2333,34,3576,5137,4224,0,3576,5137,4224,34,5210,5275,5211,0,5210,5275,5211,34,7723,7714,7728,0,7723,7714,7728,34,6492,4905,4582,0,6492,4905,4582,34,7715,7714,7723,0,7715,7714,7723,34,5901,7395,2726,0,5901,7395,2726,34,6687,6688,2366,0,6687,6688,2366,34,1081,5705,5440,0,1081,5705,5440,34,7716,7738,7739,0,7716,7738,7739,34,7718,7740,7738,0,7718,7740,7738,34,7718,7738,7716,0,7718,7738,7716,34,3047,896,7679,0,3047,896,7679,34,7382,7350,7351,0,7382,7350,7351,34,7741,7739,7738,0,7741,7739,7738,34,3924,6140,7128,0,3924,6140,7128,34,7741,7738,7742,0,7741,7738,7742,34,6897,5229,2103,0,6897,5229,2103,34,7740,7743,7742,0,7740,7743,7742,34,7740,7742,7738,0,7740,7742,7738,34,1535,3790,1259,0,1535,3790,1259,34,2628,5928,2629,0,2628,5928,2629,34,7744,7741,7742,0,7744,7741,7742,34,7744,7742,7743,0,7744,7742,7743,34,7718,7720,7745,0,7718,7720,7745,34,7718,7745,7740,0,7718,7745,7740,34,3854,3584,7008,0,3854,3584,7008,34,7722,7745,7720,0,7722,7745,7720,34,6002,2159,7130,0,6002,2159,7130,34,7746,7745,7722,0,7746,7745,7722,34,1239,3881,1957,0,1239,3881,1957,34,6864,3472,2057,0,6864,3472,2057,34,7740,7745,7747,0,7740,7745,7747,34,7740,7747,7743,0,7740,7747,7743,34,2836,7181,4041,0,2836,7181,4041,34,7746,7747,7745,0,7746,7747,7745,34,6154,6133,3883,0,6154,6133,3883,34,7748,7747,7746,0,7748,7747,7746,34,3131,7749,2550,0,3131,7749,2550,34,6461,6428,2803,0,6461,6428,2803,34,7750,7751,7752,0,7750,7751,7752,34,1751,6801,7390,0,1751,6801,7390,34,7751,7753,7752,0,7751,7753,7752,34,5206,5205,6844,0,5206,5205,6844,34,6674,5046,5047,0,6674,5046,5047,34,7754,7752,7753,0,7754,7752,7753,34,1350,709,708,0,1350,709,708,34,7755,7752,7754,0,7755,7752,7754,34,3699,7156,3700,0,3699,7156,3700,34,1467,1468,7448,0,1467,1468,7448,34,4839,7656,639,0,4839,7656,639,34,4719,6134,7501,0,4719,6134,7501,34,2201,3238,3240,0,2201,3238,3240,34,7756,7755,7754,0,7756,7755,7754,34,5739,6772,2523,0,5739,6772,2523,34,7757,7755,7756,0,7757,7755,7756,34,4095,659,4104,0,4095,659,4104,34,4373,1449,2615,0,4373,1449,2615,34,7744,7743,7753,0,7744,7743,7753,34,7451,5808,7068,0,7451,5808,7068,34,7743,7754,7753,0,7743,7754,7753,34,1217,6124,6123,0,1217,6124,6123,34,5481,831,830,0,5481,831,830,34,2361,7449,2362,0,2361,7449,2362,34,3198,6491,7055,0,3198,6491,7055,34,5079,2796,2795,0,5079,2796,2795,34,7743,7747,7754,0,7743,7747,7754,34,891,5689,4415,0,891,5689,4415,34,3638,2036,2028,0,3638,2036,2028,34,7748,7754,7747,0,7748,7754,7747,34,6318,1087,1086,0,6318,1087,1086,34,7756,7754,7748,0,7756,7754,7748,34,7758,7759,7760,0,7758,7759,7760,34,4805,2097,2096,0,4805,2097,2096,34,3323,1150,1152,0,3323,1150,1152,34,7761,7760,7759,0,7761,7760,7759,34,3081,5661,2895,0,3081,5661,2895,34,7762,7760,7761,0,7762,7760,7761,34,7507,4862,5167,0,7507,4862,5167,34,7113,4831,2485,0,7113,4831,2485,34,5453,5376,5454,0,5453,5376,5454,34,7760,7762,7763,0,7760,7762,7763,34,3335,6863,1663,0,3335,6863,1663,34,4833,5698,7362,0,4833,5698,7362,34,7764,7765,7762,0,7764,7765,7762,34,4300,6784,6783,0,4300,6784,6783,34,6705,3827,6706,0,6705,3827,6706,34,7763,7762,7765,0,7763,7762,7765,34,7761,7757,7756,0,7761,7757,7756,34,4292,3920,4644,0,4292,3920,4644,34,1897,4049,4442,0,1897,4049,4442,34,7529,4794,571,0,7529,4794,571,34,4174,5233,3888,0,4174,5233,3888,34,6622,1998,7766,0,6622,1998,7766,34,7762,7761,7756,0,7762,7761,7756,34,7762,7756,7764,0,7762,7756,7764,34,4343,4345,4748,0,4343,4345,4748,34,7000,47,7124,0,7000,47,7124,34,7756,7748,7764,0,7756,7748,7764,34,2956,3897,7407,0,2956,3897,7407,34,1951,1953,3137,0,1951,1953,3137,34,983,7405,984,0,983,7405,984,34,3161,3160,6545,0,3161,3160,6545,34,3621,4021,14,0,3621,4021,14,34,3513,1296,1295,0,3513,1296,1295,34,107,6443,2939,0,107,6443,2939,34,7767,7768,7726,0,7767,7768,7726,34,7029,3043,3045,0,7029,3043,3045,34,1945,3053,1959,0,1945,3053,1959,34,3253,5836,3879,0,3253,5836,3879,34,3226,3032,4849,0,3226,3032,4849,34,6021,6253,5853,0,6021,6253,5853,34,793,5000,5988,0,793,5000,5988,34,4127,1926,6565,0,4127,1926,6565,34,2772,1865,2773,0,2772,1865,2773,34,7768,7724,7726,0,7768,7724,7726,34,7746,7722,7724,0,7746,7722,7724,34,5062,7340,6965,0,5062,7340,6965,34,3691,5914,812,0,3691,5914,812,34,3577,4770,3202,0,3577,4770,3202,34,7767,7763,7765,0,7767,7763,7765,34,7767,7765,7768,0,7767,7765,7768,34,366,7653,3942,0,366,7653,3942,34,7168,4312,4111,0,7168,4312,4111,34,7764,7768,7765,0,7764,7768,7765,34,6484,3580,7037,0,6484,3580,7037,34,145,7235,694,0,145,7235,694,34,3311,3310,7014,0,3311,3310,7014,34,5021,4728,3346,0,5021,4728,3346,34,7768,7748,7724,0,7768,7748,7724,34,3347,1249,3348,0,3347,1249,3348,34,7764,7748,7768,0,7764,7748,7768,34,3241,4870,5343,0,3241,4870,5343,34,5971,5129,5977,0,5971,5129,5977,34,7746,7724,7748,0,7746,7724,7748,34,3245,3244,2602,0,3245,3244,2602,34,7450,7354,7769,0,7450,7354,7769,34,7450,7769,5935,0,7450,7769,5935,34,6015,7770,7769,0,6015,7770,7769,34,6015,7769,7354,0,6015,7769,7354,34,1878,2904,6498,0,1878,2904,6498,34,3213,3289,5261,0,3213,3289,5261,34,7703,5935,7769,0,7703,5935,7769,34,2199,4456,6841,0,2199,4456,6841,34,6440,1023,7332,0,6440,1023,7332,34,1200,1202,46,0,1200,1202,46,34,5205,5207,6429,0,5205,5207,6429,34,2225,305,1646,0,2225,305,1646,34,881,5038,882,0,881,5038,882,34,7771,7769,7770,0,7771,7769,7770,34,7698,7703,7769,0,7698,7703,7769,34,1885,1728,5566,0,1885,1728,5566,34,5850,5849,6809,0,5850,5849,6809,34,6015,7772,7770,0,6015,7772,7770,34,2648,6221,2649,0,2648,6221,2649,34,6014,7772,6015,0,6014,7772,6015,34,4258,6719,4281,0,4258,6719,4281,34,2416,6407,41,0,2416,6407,41,34,2542,7274,6173,0,2542,7274,6173,34,727,729,5774,0,727,729,5774,34,7770,7772,7773,0,7770,7772,7773,34,7038,5368,6325,0,7038,5368,6325,34,3010,4308,3011,0,3010,4308,3011,34,6014,7773,7772,0,6014,7773,7772,34,5687,7023,5688,0,5687,7023,5688,34,7774,7773,6014,0,7774,7773,6014,34,7771,7770,7773,0,7771,7770,7773,34,4870,7221,5343,0,4870,7221,5343,34,4821,2846,2808,0,4821,2846,2808,34,6547,5500,5499,0,6547,5500,5499,34,7698,7775,5924,0,7698,7775,5924,34,7698,5924,5923,0,7698,5924,5923,34,7771,6244,5924,0,7771,6244,5924,34,7771,5924,7775,0,7771,5924,7775,34,6075,7336,4889,0,6075,7336,4889,34,878,3520,4213,0,878,3520,4213,34,17,5966,7148,0,17,5966,7148,34,352,7228,1737,0,352,7228,1737,34,7573,3491,6418,0,7573,3491,6418,34,7771,7766,6244,0,7771,7766,6244,34,7094,7776,2182,0,7094,7776,2182,34,6622,7766,7771,0,6622,7766,7771,34,1623,3711,3493,0,1623,3711,3493,34,6352,526,4605,0,6352,526,4605,34,2312,3846,2313,0,2312,3846,2313,34,4740,1638,3980,0,4740,1638,3980,34,7698,7769,7775,0,7698,7769,7775,34,3227,4603,3228,0,3227,4603,3228,34,3995,7777,3996,0,3995,7777,3996,34,7771,7775,7769,0,7771,7775,7769,34,5773,1283,3280,0,5773,1283,3280,34,4742,6019,4743,0,4742,6019,4743,34,3812,6932,1080,0,3812,6932,1080,34,2589,2588,5392,0,2589,2588,5392,34,2204,7079,6835,0,2204,7079,6835,34,2309,576,578,0,2309,576,578,34,4028,7713,4029,0,4028,7713,4029,34,995,1238,5513,0,995,1238,5513,34,6622,7771,7773,0,6622,7771,7773,34,6622,7773,7774,0,6622,7773,7774,34,5879,5841,7778,0,5879,5841,7778,34,5879,7778,7779,0,5879,7778,7779,34,7707,2718,5997,0,7707,2718,5997,34,2107,2991,5971,0,2107,2991,5971,34,1987,1988,687,0,1987,1988,687,34,7780,7778,5841,0,7780,7778,5841,34,2539,3075,4149,0,2539,3075,4149,34,6235,5255,6811,0,6235,5255,6811,34,1641,3134,1542,0,1641,3134,1542,34,7779,7778,7781,0,7779,7778,7781,34,4959,5547,5049,0,4959,5547,5049,34,7338,2238,5091,0,7338,2238,5091,34,7782,7783,7778,0,7782,7783,7778,34,5816,6141,6140,0,5816,6141,6140,34,5227,3319,7675,0,5227,3319,7675,34,7781,7778,7783,0,7781,7778,7783,34,7575,4503,7476,0,7575,4503,7476,34,7126,3835,3834,0,7126,3835,3834,34,5509,3417,7784,0,5509,3417,7784,34,4312,7785,4239,0,4312,7785,4239,34,6164,5434,2289,0,6164,5434,2289,34,6760,7786,2131,0,6760,7786,2131,34,7780,5841,7787,0,7780,5841,7787,34,6248,5150,5042,0,6248,5150,5042,34,4444,5514,2705,0,4444,5514,2705,34,2242,5333,7330,0,2242,5333,7330,34,6622,7774,7780,0,6622,7774,7780,34,6622,7780,7787,0,6622,7780,7787,34,3147,4754,2365,0,3147,4754,2365,34,4404,1979,5344,0,4404,1979,5344,34,7782,7778,7780,0,7782,7778,7780,34,2994,1662,5111,0,2994,1662,5111,34,4204,7788,4431,0,4204,7788,4431,34,6930,5502,5397,0,6930,5502,5397,34,5427,3413,4991,0,5427,3413,4991,34,1556,5688,1557,0,1556,5688,1557,34,7782,49,4431,0,7782,49,4431,34,6956,3127,5710,0,6956,3127,5710,34,1168,1170,4448,0,1168,1170,4448,34,5630,7026,7671,0,5630,7026,7671,34,2062,2690,2063,0,2062,2690,2063,34,7560,6360,5711,0,7560,6360,5711,34,3513,7789,1296,0,3513,7789,1296,34,7782,50,49,0,7782,50,49,34,2912,3353,2913,0,2912,3353,2913,34,6928,6320,4904,0,6928,6320,4904,34,3957,5162,3861,0,3957,5162,3861,34,2076,46,5390,0,2076,46,5390,34,7788,7781,7783,0,7788,7781,7783,34,7788,7783,4431,0,7788,7783,4431,34,1957,5252,5506,0,1957,5252,5506,34,3138,3430,3650,0,3138,3430,3650,34,4007,5956,463,0,4007,5956,463,34,6596,2816,2226,0,6596,2816,2226,34,7782,4431,7783,0,7782,4431,7783,34,5608,1588,6556,0,5608,1588,6556,34,3991,4967,3179,0,3991,4967,3179,34,5334,4067,7521,0,5334,4067,7521,34,7782,7780,50,0,7782,7780,50,34,7069,5808,5807,0,7069,5808,5807,34,7774,6014,50,0,7774,6014,50,34,7774,50,7780,0,7774,50,7780,34,7346,6530,6529,0,7346,6530,6529,34,7517,1529,1528,0,7517,1529,1528,34,1429,6909,2745,0,1429,6909,2745,34,5088,5599,5138,0,5088,5599,5138,34,6211,7066,6212,0,6211,7066,6212,34,3412,3414,6310,0,3412,3414,6310,34,7790,7730,1546,0,7790,7730,1546,34,7790,1546,5869,0,7790,1546,5869,34,7736,7695,1546,0,7736,7695,1546,34,7736,1546,7730,0,7736,1546,7730,34,1282,6568,5157,0,1282,6568,5157,34,6559,184,183,0,6559,184,183,34,1994,6321,1995,0,1994,6321,1995,34,1911,4351,4051,0,1911,4351,4051,34,5533,6804,3051,0,5533,6804,3051,34,4679,2432,2431,0,4679,2432,2431,34,4906,3168,5675,0,4906,3168,5675,34,4821,4771,1179,0,4821,4771,1179,34,4167,7616,6985,0,4167,7616,6985,34,7404,1800,984,0,7404,1800,984,34,1743,7791,5869,0,1743,7791,5869,34,1879,2785,5043,0,1879,2785,5043,34,4739,2291,414,0,4739,2291,414,34,7792,5869,7791,0,7792,5869,7791,34,2105,1446,6898,0,2105,1446,6898,34,267,1464,1463,0,267,1464,1463,34,5534,1018,5535,0,5534,1018,5535,34,2542,1874,2543,0,2542,1874,2543,34,672,6991,4020,0,672,6991,4020,34,7792,7790,5869,0,7792,7790,5869,34,2980,1386,756,0,2980,1386,756,34,4162,7526,6995,0,4162,7526,6995,34,5451,4566,6385,0,5451,4566,6385,34,1672,1405,4547,0,1672,1405,4547,34,7793,6438,6437,0,7793,6438,6437,34,5661,5264,6018,0,5661,5264,6018,34,7725,7794,7726,0,7725,7794,7726,34,261,4436,262,0,261,4436,262,34,7794,7795,7726,0,7794,7795,7726,34,4123,856,6702,0,4123,856,6702,34,3805,3807,4916,0,3805,3807,4916,34,2851,6306,6307,0,2851,6306,6307,34,5827,7501,4570,0,5827,7501,4570,34,7795,7796,7797,0,7795,7796,7797,34,7794,7798,7796,0,7794,7798,7796,34,7794,7796,7795,0,7794,7796,7795,34,2797,5518,1617,0,2797,5518,1617,34,6039,3657,6040,0,6039,3657,6040,34,7799,7797,7796,0,7799,7797,7796,34,2731,4972,5584,0,2731,4972,5584,34,7725,7730,7794,0,7725,7730,7794,34,7149,3867,6992,0,7149,3867,6992,34,7730,7790,7794,0,7730,7790,7794,34,901,2889,902,0,901,2889,902,34,786,7539,6821,0,786,7539,6821,34,1588,1587,4524,0,1588,1587,4524,34,7149,6992,7183,0,7149,6992,7183,34,3650,1283,1285,0,3650,1283,1285,34,3865,6824,365,0,3865,6824,365,34,594,1255,1254,0,594,1255,1254,34,642,6919,138,0,642,6919,138,34,7790,7798,7794,0,7790,7798,7794,34,7792,7796,7798,0,7792,7796,7798,34,7792,7798,7790,0,7792,7798,7790,34,1577,5272,4973,0,1577,5272,4973,34,1650,2125,5511,0,1650,2125,5511,34,7800,7801,7802,0,7800,7801,7802,34,134,5291,132,0,134,5291,132,34,7801,7803,7802,0,7801,7803,7802,34,3208,3703,3209,0,3208,3703,3209,34,5641,4239,5642,0,5641,4239,5642,34,7211,7804,1235,0,7211,7804,1235,34,7805,7800,7802,0,7805,7800,7802,34,2362,7449,7448,0,2362,7449,7448,34,1857,1899,1898,0,1857,1899,1898,34,6142,5382,5381,0,6142,5382,5381,34,2793,1646,6877,0,2793,1646,6877,34,6113,6196,6195,0,6113,6196,6195,34,5881,934,6393,0,5881,934,6393,34,2738,2311,3545,0,2738,2311,3545,34,7806,7805,7802,0,7806,7805,7802,34,665,4629,666,0,665,4629,666,34,1598,5830,7321,0,1598,5830,7321,34,7801,7807,7803,0,7801,7807,7803,34,7799,7796,7807,0,7799,7796,7807,34,3134,5770,1542,0,3134,5770,1542,34,7796,7808,7807,0,7796,7808,7807,34,276,4417,277,0,276,4417,277,34,6891,2158,5413,0,6891,2158,5413,34,7803,7807,7808,0,7803,7807,7808,34,2576,1594,2577,0,2576,1594,2577,34,7634,7258,6777,0,7634,7258,6777,34,945,1505,946,0,945,1505,946,34,1751,7390,5845,0,1751,7390,5845,34,4867,6718,4868,0,4867,6718,4868,34,7792,7808,7796,0,7792,7808,7796,34,6567,2986,216,0,6567,2986,216,34,6536,7494,2076,0,6536,7494,2076,34,1344,5038,1203,0,1344,5038,1203,34,942,6171,7258,0,942,6171,7258,34,7806,7809,7392,0,7806,7809,7392,34,547,4162,548,0,547,4162,548,34,7810,3185,3187,0,7810,3185,3187,34,2009,3516,4992,0,2009,3516,4992,34,5393,2118,5885,0,5393,2118,5885,34,1742,7392,7809,0,1742,7392,7809,34,1742,7809,7791,0,1742,7809,7791,34,1719,5792,6033,0,1719,5792,6033,34,7809,7811,7791,0,7809,7811,7791,34,2981,860,7197,0,2981,860,7197,34,1826,5126,424,0,1826,5126,424,34,7792,7791,7811,0,7792,7791,7811,34,3493,5210,1611,0,3493,5210,1611,34,6403,5242,6031,0,6403,5242,6031,34,4501,4461,4460,0,4501,4461,4460,34,6825,6824,3224,0,6825,6824,3224,34,7806,7802,7809,0,7806,7802,7809,34,784,783,443,0,784,783,443,34,7218,476,7481,0,7218,476,7481,34,7803,7809,7802,0,7803,7809,7802,34,2651,2653,3371,0,2651,2653,3371,34,895,7679,896,0,895,7679,896,34,5568,3852,3851,0,5568,3852,3851,34,4179,4178,7167,0,4179,4178,7167,34,7803,7808,7811,0,7803,7808,7811,34,7803,7811,7809,0,7803,7811,7809,34,1032,2052,4774,0,1032,2052,4774,34,7792,7811,7808,0,7792,7811,7808,34,4825,7006,7177,0,4825,7006,7177,34,1303,3671,1301,0,1303,3671,1301,34,219,582,220,0,219,582,220,34,1332,3965,698,0,1332,3965,698,34,2407,956,2345,0,2407,956,2345,34,7795,7812,7726,0,7795,7812,7726,34,4947,79,359,0,4947,79,359,34,7813,7812,7795,0,7813,7812,7795,34,7767,7726,7812,0,7767,7726,7812,34,4268,5442,1891,0,4268,5442,1891,34,7767,7812,7814,0,7767,7812,7814,34,7767,7814,7763,0,7767,7814,7763,34,6088,2599,2598,0,6088,2599,2598,34,7813,7814,7812,0,7813,7814,7812,34,6603,7777,2777,0,6603,7777,2777,34,7815,7814,7813,0,7815,7814,7813,34,7683,5246,4842,0,7683,5246,4842,34,360,5031,361,0,360,5031,361,34,560,4880,2266,0,560,4880,2266,34,4514,7440,4515,0,4514,7440,4515,34,970,1768,5101,0,970,1768,5101,34,7626,6558,928,0,7626,6558,928,34,914,913,1482,0,914,913,1482,34,7816,7797,7799,0,7816,7797,7799,34,7813,7795,7797,0,7813,7795,7797,34,4330,7162,4519,0,4330,7162,4519,34,7813,7797,7817,0,7813,7797,7817,34,6014,6016,50,0,6014,6016,50,34,1757,4166,2965,0,1757,4166,2965,34,7816,7817,7797,0,7816,7817,7797,34,3522,4056,5805,0,3522,4056,5805,34,7818,7817,7816,0,7818,7817,7816,34,7815,7813,7817,0,7815,7813,7817,34,5395,4473,5750,0,5395,4473,5750,34,6644,4961,4488,0,6644,4961,4488,34,4902,4901,7819,0,4902,4901,7819,34,7760,7815,7758,0,7760,7815,7758,34,243,3148,4829,0,243,3148,4829,34,6889,2897,2896,0,6889,2897,2896,34,7820,7758,7815,0,7820,7758,7815,34,2764,4990,4991,0,2764,4990,4991,34,7821,7758,7820,0,7821,7758,7820,34,3633,1538,1540,0,3633,1538,1540,34,4499,630,3873,0,4499,630,3873,34,5105,3179,4966,0,5105,3179,4966,34,3403,1133,1135,0,3403,1133,1135,34,7822,7823,7821,0,7822,7823,7821,34,7822,7821,7820,0,7822,7821,7820,34,4839,6582,5919,0,4839,6582,5919,34,7520,7243,3464,0,7520,7243,3464,34,7760,7763,7815,0,7760,7763,7815,34,635,4049,1382,0,635,4049,1382,34,7763,7814,7815,0,7763,7814,7815,34,1637,1636,5277,0,1637,1636,5277,34,1678,5826,5825,0,1678,5826,5825,34,2420,5771,972,0,2420,5771,972,34,1832,2950,1135,0,1832,2950,1135,34,1604,7824,4302,0,1604,7824,4302,34,4740,3284,1638,0,4740,3284,1638,34,7825,6398,7804,0,7825,6398,7804,34,7815,7817,7820,0,7815,7817,7820,34,5377,3239,4900,0,5377,3239,4900,34,3495,2510,5341,0,3495,2510,5341,34,7818,7820,7817,0,7818,7820,7817,34,7825,7804,7210,0,7825,7804,7210,34,7822,7820,7818,0,7822,7820,7818,34,7826,7827,7828,0,7826,7827,7828,34,7826,7828,7829,0,7826,7828,7829,34,4140,3016,4002,0,4140,3016,4002,34,7587,6331,3370,0,7587,6331,3370,34,4098,5365,4099,0,4098,5365,4099,34,1911,4051,2828,0,1911,4051,2828,34,5657,2236,1693,0,5657,2236,1693,34,4482,6962,6485,0,4482,6962,6485,34,7829,7828,7830,0,7829,7828,7830,34,7829,7830,7831,0,7829,7830,7831,34,5004,566,3654,0,5004,566,3654,34,7832,7830,7828,0,7832,7830,7828,34,5139,690,6742,0,5139,690,6742,34,6824,6875,3224,0,6824,6875,3224,34,6947,6904,3317,0,6947,6904,3317,34,4343,4748,2421,0,4343,4748,2421,34,7793,6437,6940,0,7793,6437,6940,34,7828,7823,7832,0,7828,7823,7832,34,4841,3776,4130,0,4841,3776,4130,34,2244,7096,2245,0,2244,7096,2245,34,5374,6874,6998,0,5374,6874,6998,34,2134,378,2135,0,2134,378,2135,34,2851,6307,1089,0,2851,6307,1089,34,7832,7823,7822,0,7832,7823,7822,34,923,4634,726,0,923,4634,726,34,5415,1303,6549,0,5415,1303,6549,34,4481,4483,7594,0,4481,4483,7594,34,999,7442,6713,0,999,7442,6713,34,1786,1785,5974,0,1786,1785,5974,34,5974,819,818,0,5974,819,818,34,7830,7832,7822,0,7830,7832,7822,34,3304,6663,2395,0,3304,6663,2395,34,88,3120,5075,0,88,3120,5075,34,5608,7305,7833,0,5608,7305,7833,34,7834,7830,7801,0,7834,7830,7801,34,7834,7801,7800,0,7834,7801,7800,34,1316,1315,1481,0,1316,1315,1481,34,4370,7135,4100,0,4370,7135,4100,34,3563,3562,2070,0,3563,3562,2070,34,5077,3039,702,0,5077,3039,702,34,6524,7323,1877,0,6524,7323,1877,34,3078,6678,2320,0,3078,6678,2320,34,7801,7816,7807,0,7801,7816,7807,34,7835,7209,3321,0,7835,7209,3321,34,7816,7799,7807,0,7816,7799,7807,34,2521,2520,4682,0,2521,2520,4682,34,6780,845,847,0,6780,845,847,34,3783,6828,3733,0,3783,6828,3733,34,7268,521,6779,0,7268,521,6779,34,4844,6335,6250,0,4844,6335,6250,34,797,799,7061,0,797,799,7061,34,7831,7830,7834,0,7831,7830,7834,34,5140,6177,688,0,5140,6177,688,34,5657,7836,4585,0,5657,7836,4585,34,890,4414,5574,0,890,4414,5574,34,1130,1129,7029,0,1130,1129,7029,34,7801,7830,7816,0,7801,7830,7816,34,1304,4551,2458,0,1304,4551,2458,34,7830,7822,7816,0,7830,7822,7816,34,5825,6454,1230,0,5825,6454,1230,34,497,1976,1539,0,497,1976,1539,34,7818,7816,7822,0,7818,7816,7822,34,7364,2033,4939,0,7364,2033,4939,34,1849,4883,1850,0,1849,4883,1850,34,6957,5229,6896,0,6957,5229,6896,34,6278,4102,7289,0,6278,4102,7289,34,7837,6119,7047,0,7837,6119,7047,34,5921,2117,2116,0,5921,2117,2116,34,935,5882,4128,0,935,5882,4128,34,3837,7540,3366,0,3837,7540,3366,34,2390,2389,5742,0,2390,2389,5742,34,669,1711,7399,0,669,1711,7399,34,5987,3030,3029,0,5987,3030,3029,34,433,432,6512,0,433,432,6512,34,6335,7838,6334,0,6335,7838,6334,34,54,56,4873,0,54,56,4873,34,7838,7839,6334,0,7838,7839,6334,34,6967,6011,6010,0,6967,6011,6010,34,4654,4632,4918,0,4654,4632,4918,34,7840,6334,7839,0,7840,6334,7839,34,5125,7576,2562,0,5125,7576,2562,34,4844,918,6335,0,4844,918,6335,34,4242,6125,5102,0,4242,6125,5102,34,7041,1109,1507,0,7041,1109,1507,34,7365,4279,5794,0,7365,4279,5794,34,1855,7841,6611,0,1855,7841,6611,34,7320,7138,7540,0,7320,7138,7540,34,625,624,7093,0,625,624,7093,34,6335,918,7842,0,6335,918,7842,34,6335,7842,7838,0,6335,7842,7838,34,5798,5799,6294,0,5798,5799,6294,34,3241,5015,3242,0,3241,5015,3242,34,2469,2834,5101,0,2469,2834,5101,34,4576,4338,673,0,4576,4338,673,34,5292,111,1661,0,5292,111,1661,34,4734,3110,5746,0,4734,3110,5746,34,6953,7050,7843,0,6953,7050,7843,34,1389,7839,4503,0,1389,7839,4503,34,613,1633,5504,0,613,1633,5504,34,2944,2586,4683,0,2944,2586,4683,34,5428,5815,3868,0,5428,5815,3868,34,853,5238,5237,0,853,5238,5237,34,7465,4503,7839,0,7465,4503,7839,34,7631,4619,924,0,7631,4619,924,34,1547,4461,5922,0,1547,4461,5922,34,7465,7838,769,0,7465,7838,769,34,5043,1877,1879,0,5043,1877,1879,34,7839,7838,7465,0,7839,7838,7465,34,7125,1497,1496,0,7125,1497,1496,34,164,5976,2278,0,164,5976,2278,34,7844,769,7838,0,7844,769,7838,34,4891,6046,2483,0,4891,6046,2483,34,1389,7840,7839,0,1389,7840,7839,34,7607,7501,6134,0,7607,7501,6134,34,273,525,274,0,273,525,274,34,2971,2970,215,0,2971,2970,215,34,1885,1729,1728,0,1885,1729,1728,34,5459,1939,4915,0,5459,1939,4915,34,7845,6694,5325,0,7845,6694,5325,34,7345,7532,4337,0,7345,7532,4337,34,3019,3898,889,0,3019,3898,889,34,4937,2789,2791,0,4937,2789,2791,34,1658,1660,3898,0,1658,1660,3898,34,1677,662,1800,0,1677,662,1800,34,1406,590,589,0,1406,590,589,34,7846,3809,6056,0,7846,3809,6056,34,7847,4239,7785,0,7847,4239,7785,34,7844,7838,7842,0,7844,7838,7842,34,7848,2212,4506,0,7848,2212,4506,34,3896,4154,3897,0,3896,4154,3897,34,7849,7850,4506,0,7849,7850,4506,34,7849,4506,2212,0,7849,4506,2212,34,7851,2504,5289,0,7851,2504,5289,34,2929,2928,5151,0,2929,2928,5151,34,3736,3735,5022,0,3736,3735,5022,34,1369,3250,3252,0,1369,3250,3252,34,4140,4344,7001,0,4140,4344,7001,34,6853,6972,3174,0,6853,6972,3174,34,635,5034,636,0,635,5034,636,34,4867,3177,3176,0,4867,3177,3176,34,7850,7852,4506,0,7850,7852,4506,34,3819,404,6284,0,3819,404,6284,34,4925,7284,7283,0,4925,7284,7283,34,877,1988,2567,0,877,1988,2567,34,7526,6812,4878,0,7526,6812,4878,34,7849,7853,7850,0,7849,7853,7850,34,3684,1960,3685,0,3684,1960,3685,34,1501,5554,2595,0,1501,5554,2595,34,2638,7854,222,0,2638,7854,222,34,3972,6857,7855,0,3972,6857,7855,34,7856,965,1687,0,7856,965,1687,34,7850,7853,7844,0,7850,7853,7844,34,5007,781,189,0,5007,781,189,34,5480,3618,7615,0,5480,3618,7615,34,2396,4799,3337,0,2396,4799,3337,34,5416,7046,5417,0,5416,7046,5417,34,7842,7850,7844,0,7842,7850,7844,34,5348,4673,6810,0,5348,4673,6810,34,625,7093,4966,0,625,7093,4966,34,2592,782,781,0,2592,782,781,34,6374,5669,5648,0,6374,5669,5648,34,5277,7328,3981,0,5277,7328,3981,34,7383,7852,6558,0,7383,7852,6558,34,2202,2637,4778,0,2202,2637,4778,34,285,7402,286,0,285,7402,286,34,4736,4735,7316,0,4736,4735,7316,34,7024,5987,3029,0,7024,5987,3029,34,7276,4711,3351,0,7276,4711,3351,34,5118,1375,7857,0,5118,1375,7857,34,6558,7852,917,0,6558,7852,917,34,6422,6842,3312,0,6422,6842,3312,34,3887,2085,6304,0,3887,2085,6304,34,15,17,6496,0,15,17,6496,34,1902,951,953,0,1902,951,953,34,918,917,7852,0,918,917,7852,34,4496,7810,7858,0,4496,7810,7858,34,7383,4506,7852,0,7383,4506,7852,34,3230,7079,2203,0,3230,7079,2203,34,6215,7859,5184,0,6215,7859,5184,34,5287,2395,2394,0,5287,2395,2394,34,6738,2117,6041,0,6738,2117,6041,34,5732,2256,7860,0,5732,2256,7860,34,6492,3936,620,0,6492,3936,620,34,4323,6352,4605,0,4323,6352,4605,34,1367,5063,4217,0,1367,5063,4217,34,6165,6410,558,0,6165,6410,558,34,3102,6523,3103,0,3102,6523,3103,34,7684,3555,5374,0,7684,3555,5374,34,3880,2743,2742,0,3880,2743,2742,34,1241,1488,4981,0,1241,1488,4981,34,918,7852,7850,0,918,7852,7850,34,918,7850,7842,0,918,7850,7842,34,3820,6284,7142,0,3820,6284,7142,34,3470,1407,7175,0,3470,1407,7175,34,3802,5563,3803,0,3802,5563,3803,34,6274,6273,7623,0,6274,6273,7623,34,7861,7862,7475,0,7861,7862,7475,34,1054,4627,3574,0,1054,4627,3574,34,7862,7575,7475,0,7862,7575,7475,34,2423,973,2424,0,2423,973,2424,34,3674,2371,7863,0,3674,2371,7863,34,5081,2948,3909,0,5081,2948,3909,34,2075,6536,2076,0,2075,6536,2076,34,7234,5645,6441,0,7234,5645,6441,34,7864,7865,7862,0,7864,7865,7862,34,7864,7862,7861,0,7864,7862,7861,34,6486,223,3963,0,6486,223,3963,34,4592,7020,2321,0,4592,7020,2321,34,4841,5483,3374,0,4841,5483,3374,34,2068,6487,2069,0,2068,6487,2069,34,4555,3856,3855,0,4555,3856,3855,34,2924,3683,3682,0,2924,3683,3682,34,7866,7861,7475,0,7866,7861,7475,34,7866,7475,771,0,7866,7475,771,34,3482,2481,5665,0,3482,2481,5665,34,4906,6526,611,0,4906,6526,611,34,7184,2187,2186,0,7184,2187,2186,34,3830,3267,6733,0,3830,3267,6733,34,4395,7516,109,0,4395,7516,109,34,5790,4420,5791,0,5790,4420,5791,34,7867,7864,7861,0,7867,7864,7861,34,7867,7861,7866,0,7867,7861,7866,34,1454,4305,1452,0,1454,4305,1452,34,1906,6841,4456,0,1906,6841,4456,34,7868,7869,7870,0,7868,7869,7870,34,7868,7870,7871,0,7868,7870,7871,34,681,4689,5078,0,681,4689,5078,34,3559,1145,1550,0,3559,1145,1550,34,4517,1038,3741,0,4517,1038,3741,34,4074,4443,4080,0,4074,4443,4080,34,5492,7685,5373,0,5492,7685,5373,34,7871,7870,7864,0,7871,7870,7864,34,7871,7864,7872,0,7871,7864,7872,34,37,2980,1251,0,37,2980,1251,34,6201,2412,3401,0,6201,2412,3401,34,2940,7732,7655,0,2940,7732,7655,34,7873,7874,7872,0,7873,7874,7872,34,7873,7872,7864,0,7873,7872,7864,34,2813,2531,7052,0,2813,2531,7052,34,5606,531,646,0,5606,531,646,34,5445,7875,3742,0,5445,7875,3742,34,7869,7865,7870,0,7869,7865,7870,34,6452,1683,1589,0,6452,1683,1589,34,2971,6615,6294,0,2971,6615,6294,34,6103,1330,7240,0,6103,1330,7240,34,4552,4044,4782,0,4552,4044,4782,34,7864,7870,7865,0,7864,7870,7865,34,5307,86,88,0,5307,86,88,34,5298,6031,5242,0,5298,6031,5242,34,3271,3272,5109,0,3271,3272,5109,34,7388,4548,160,0,7388,4548,160,34,2286,4120,4119,0,2286,4120,4119,34,5764,4672,5765,0,5764,4672,5765,34,4643,5604,5605,0,4643,5604,5605,34,2380,2379,3958,0,2380,2379,3958,34,7873,7864,7867,0,7873,7864,7867,34,3708,3707,883,0,3708,3707,883,34,5112,5920,2116,0,5112,5920,2116,34,6371,7138,7594,0,6371,7138,7594,34,6666,6566,6565,0,6666,6566,6565,34,1540,6050,3633,0,1540,6050,3633,34,7876,6563,7877,0,7876,6563,7877,34,3879,2480,2482,0,3879,2480,2482,34,7236,4820,5595,0,7236,4820,5595,34,6563,7876,7215,0,6563,7876,7215,34,7447,6309,6178,0,7447,6309,6178,34,4485,2890,7397,0,4485,2890,7397,34,7034,7373,6151,0,7034,7373,6151,34,3981,7328,3067,0,3981,7328,3067,34,7878,7215,7876,0,7878,7215,7876,34,2852,1459,7879,0,2852,1459,7879,34,6586,1952,1951,0,6586,1952,1951,34,7877,7880,7873,0,7877,7880,7873,34,5866,5110,6375,0,5866,5110,6375,34,7150,7429,5581,0,7150,7429,5581,34,7874,7873,7880,0,7874,7873,7880,34,7727,6933,7881,0,7727,6933,7881,34,7176,7323,2161,0,7176,7323,2161,34,7876,7877,7873,0,7876,7877,7873,34,6322,5053,6815,0,6322,5053,6815,34,5142,484,3982,0,5142,484,3982,34,5124,3987,3989,0,5124,3987,3989,34,7873,7867,7876,0,7873,7867,7876,34,6475,421,7216,0,6475,421,7216,34,7867,7878,7876,0,7867,7878,7876,34,22,65,64,0,22,65,64,34,6441,6442,7234,0,6441,6442,7234,34,2551,2454,3270,0,2551,2454,3270,34,6818,4827,4829,0,6818,4827,4829,34,5657,7619,5658,0,5657,7619,5658,34,1692,7438,7619,0,1692,7438,7619,34,5182,6212,7066,0,5182,6212,7066,34,7882,7402,6273,0,7882,7402,6273,34,3427,3428,5039,0,3427,3428,5039,34,6763,5210,1883,0,6763,5210,1883,34,4040,6329,1675,0,4040,6329,1675,34,5658,7619,6660,0,5658,7619,6660,34,2155,7735,2156,0,2155,7735,2156,34,3834,6830,7471,0,3834,6830,7471,34,656,1675,6328,0,656,1675,6328,34,7866,771,6660,0,7866,771,6660,34,3218,822,821,0,3218,822,821,34,5902,3952,5903,0,5902,3952,5903,34,1634,919,1635,0,1634,919,1635,34,4856,5295,5297,0,4856,5295,5297,34,1434,7400,7165,0,1434,7400,7165,34,7215,7878,7438,0,7215,7878,7438,34,5949,5951,6579,0,5949,5951,6579,34,7878,7866,7438,0,7878,7866,7438,34,3768,7420,5441,0,3768,7420,5441,34,949,1013,6508,0,949,1013,6508,34,7619,7438,7866,0,7619,7438,7866,34,6253,6308,2376,0,6253,6308,2376,34,7619,7866,6660,0,7619,7866,6660,34,7883,7130,5556,0,7883,7130,5556,34,7884,3702,3701,0,7884,3702,3701,34,7341,6299,2881,0,7341,6299,2881,34,7867,7866,7878,0,7867,7866,7878,34,4902,7819,7523,0,4902,7819,7523,34,2074,5444,3966,0,2074,5444,3966,34,7413,4941,4989,0,7413,4941,4989,34,6220,6221,3421,0,6220,6221,3421,34,3233,648,5656,0,3233,648,5656,34,1039,547,1040,0,1039,547,1040,34,7851,861,2505,0,7851,861,2505,34,5776,5862,5177,0,5776,5862,5177,34,7885,7868,7871,0,7885,7868,7871,34,7885,7871,7886,0,7885,7871,7886,34,195,6689,7677,0,195,6689,7677,34,2174,7309,7887,0,2174,7309,7887,34,3817,2279,7329,0,3817,2279,7329,34,195,7677,7605,0,195,7677,7605,34,7847,4240,4239,0,7847,4240,4239,34,3522,3524,4055,0,3522,3524,4055,34,2785,7888,2701,0,2785,7888,2701,34,7889,7886,7890,0,7889,7886,7890,34,7871,7872,7874,0,7871,7872,7874,34,7871,7874,7886,0,7871,7874,7886,34,6183,6182,4198,0,6183,6182,4198,34,4048,3820,7142,0,4048,3820,7142,34,7891,7890,7874,0,7891,7890,7874,34,5471,3044,3043,0,5471,3044,3043,34,5243,2104,5231,0,5243,2104,5231,34,7886,7874,7890,0,7886,7874,7890,34,7182,7181,2835,0,7182,7181,2835,34,3226,3033,3032,0,3226,3033,3032,34,6016,6399,1408,0,6016,6399,1408,34,1861,6588,1043,0,1861,6588,1043,34,4791,4353,3084,0,4791,4353,3084,34,6245,6302,1073,0,6245,6302,1073,34,3628,5825,2316,0,3628,5825,2316,34,88,5075,5074,0,88,5075,5074,34,7727,6934,6933,0,7727,6934,6933,34,1532,3669,3957,0,1532,3669,3957,34,7892,7893,7313,0,7892,7893,7313,34,1798,3152,5158,0,1798,3152,5158,34,7893,7894,7313,0,7893,7894,7313,34,6909,6280,2745,0,6909,6280,2745,34,4898,2018,2017,0,4898,2018,2017,34,7415,4318,1273,0,7415,4318,1273,34,3164,6381,1177,0,3164,6381,1177,34,7313,7894,529,0,7313,7894,529,34,3021,4533,4532,0,3021,4533,4532,34,1696,6798,3411,0,1696,6798,3411,34,7347,1440,7688,0,7347,1440,7688,34,5936,5171,2561,0,5936,5171,2561,34,7895,529,7894,0,7895,529,7894,34,3124,5225,5605,0,3124,5225,5605,34,7892,7889,7896,0,7892,7889,7896,34,7892,7896,7893,0,7892,7896,7893,34,7889,7890,7896,0,7889,7890,7896,34,3915,338,337,0,3915,338,337,34,2886,5323,2887,0,2886,5323,2887,34,7897,5169,4699,0,7897,5169,4699,34,972,973,7108,0,972,973,7108,34,7893,7896,7890,0,7893,7896,7890,34,7893,7890,7894,0,7893,7890,7894,34,3627,7396,1966,0,3627,7396,1966,34,7890,7891,7894,0,7890,7891,7894,34,3540,3322,4291,0,3540,3322,4291,34,5749,7221,5750,0,5749,7221,5750,34,1637,5277,3981,0,1637,5277,3981,34,5764,5763,954,0,5764,5763,954,34,6544,6543,6564,0,6544,6543,6564,34,1165,1116,7898,0,1165,1116,7898,34,1165,7898,6563,0,1165,7898,6563,34,6578,2621,6579,0,6578,2621,6579,34,144,7235,145,0,144,7235,145,34,6269,2852,7879,0,6269,2852,7879,34,1773,4149,1774,0,1773,4149,1774,34,7877,6563,7898,0,7877,6563,7898,34,2144,5336,5335,0,2144,5336,5335,34,580,4063,581,0,580,4063,581,34,5804,4056,4055,0,5804,4056,4055,34,888,3463,889,0,888,3463,889,34,5633,7658,3330,0,5633,7658,3330,34,7181,2836,2835,0,7181,2836,2835,34,506,5735,4097,0,506,5735,4097,34,675,3143,2192,0,675,3143,2192,34,7874,7880,7891,0,7874,7880,7891,34,7898,4814,7895,0,7898,4814,7895,34,2368,6029,7484,0,2368,6029,7484,34,2460,1466,206,0,2460,1466,206,34,3345,6490,6459,0,3345,6490,6459,34,7894,7877,7895,0,7894,7877,7895,34,7824,6922,3835,0,7824,6922,3835,34,7877,7898,7895,0,7877,7898,7895,34,5657,2211,7836,0,5657,2211,7836,34,3823,5033,7171,0,3823,5033,7171,34,994,1437,7491,0,994,1437,7491,34,3048,5718,4251,0,3048,5718,4251,34,7894,7880,7877,0,7894,7880,7877,34,4664,4135,5251,0,4664,4135,5251,34,7891,7880,7894,0,7891,7880,7894,34,498,6133,499,0,498,6133,499,34,321,653,3546,0,321,653,3546,34,4686,3078,4687,0,4686,3078,4687,34,7094,2244,7776,0,7094,2244,7776,34,7532,7899,7531,0,7532,7899,7531,34,3533,892,894,0,3533,892,894,34,7899,7900,7531,0,7899,7900,7531,34,6491,4362,6486,0,6491,4362,6486,34,3974,6206,3023,0,3974,6206,3023,34,7845,7531,7900,0,7845,7531,7900,34,7072,2490,2489,0,7072,2490,2489,34,7845,7900,6694,0,7845,7900,6694,34,7899,7901,7900,0,7899,7901,7900,34,2806,5020,2804,0,2806,5020,2804,34,7901,7427,7900,0,7901,7427,7900,34,4229,3780,6595,0,4229,3780,6595,34,7427,6694,7900,0,7427,6694,7900,34,2481,5663,5665,0,2481,5663,5665,34,4117,5391,2909,0,4117,5391,2909,34,7532,4988,7899,0,7532,4988,7899,34,5939,3961,3960,0,5939,3961,3960,34,1752,1754,6254,0,1752,1754,6254,34,1798,1797,680,0,1798,1797,680,34,4536,5429,6002,0,4536,5429,6002,34,2100,7434,2101,0,2100,7434,2101,34,7899,4988,7902,0,7899,4988,7902,34,7633,3558,3483,0,7633,3558,3483,34,7899,7902,7901,0,7899,7902,7901,34,1544,5643,7478,0,1544,5643,7478,34,3248,2901,3525,0,3248,2901,3525,34,5170,4657,3987,0,5170,4657,3987,34,2221,3549,3548,0,2221,3549,3548,34,3912,6680,4365,0,3912,6680,4365,34,7901,7902,7903,0,7901,7902,7903,34,3684,3686,7904,0,3684,3686,7904,34,3684,7904,641,0,3684,7904,641,34,4313,2296,2039,0,4313,2296,2039,34,2520,2519,6090,0,2520,2519,6090,34,7905,642,7904,0,7905,642,7904,34,685,3848,6480,0,685,3848,6480,34,5703,5705,3664,0,5703,5705,3664,34,641,7904,642,0,641,7904,642,34,4813,3149,530,0,4813,3149,530,34,1362,6984,1363,0,1362,6984,1363,34,5038,881,1203,0,5038,881,1203,34,3805,403,402,0,3805,403,402,34,6771,6006,1365,0,6771,6006,1365,34,7906,642,7905,0,7906,642,7905,34,4381,6173,4382,0,4381,6173,4382,34,5802,3586,3585,0,5802,3586,3585,34,7904,5538,7905,0,7904,5538,7905,34,7907,5441,7420,0,7907,5441,7420,34,1950,492,491,0,1950,492,491,34,7427,7905,5538,0,7427,7905,5538,34,3350,3451,3351,0,3350,3451,3351,34,7901,7905,7427,0,7901,7905,7427,34,2472,4631,1396,0,2472,4631,1396,34,2305,6902,6665,0,2305,6902,6665,34,6188,7563,7245,0,6188,7563,7245,34,6635,6634,6926,0,6635,6634,6926,34,4564,2220,316,0,4564,2220,316,34,7901,7903,7905,0,7901,7903,7905,34,7902,7906,7903,0,7902,7906,7903,34,2492,5766,2493,0,2492,5766,2493,34,7906,7905,7903,0,7906,7905,7903,34,5334,1417,1416,0,5334,1417,1416,34,6667,6121,4567,0,6667,6121,4567,34,4983,7908,2288,0,4983,7908,2288,34,623,4537,703,0,623,4537,703,34,4982,7908,4983,0,4982,7908,4983,34,7909,2288,7908,0,7909,2288,7908,34,4530,5069,5070,0,4530,5069,5070,34,7016,6662,6661,0,7016,6662,6661,34,7286,3589,3852,0,7286,3589,3852,34,7370,5151,5152,0,7370,5151,5152,34,5529,5531,6731,0,5529,5531,6731,34,7909,7910,5817,0,7909,7910,5817,34,7909,5817,2288,0,7909,5817,2288,34,7910,6164,5817,0,7910,6164,5817,34,7911,7912,6001,0,7911,7912,6001,34,3507,5226,5423,0,3507,5226,5423,34,6761,7913,7415,0,6761,7913,7415,34,5983,1680,1272,0,5983,1680,1272,34,7610,7854,7242,0,7610,7854,7242,34,6979,2549,2548,0,6979,2549,2548,34,642,4982,6919,0,642,4982,6919,34,7906,7909,4982,0,7906,7909,4982,34,7906,4982,642,0,7906,4982,642,34,7909,7908,4982,0,7909,7908,4982,34,685,876,3848,0,685,876,3848,34,2810,301,6142,0,2810,301,6142,34,7909,7914,7910,0,7909,7914,7910,34,2265,305,2225,0,2265,305,2225,34,7906,7914,7909,0,7906,7914,7909,34,7902,7915,7914,0,7902,7915,7914,34,7902,7914,7906,0,7902,7914,7906,34,565,6594,4580,0,565,6594,4580,34,7910,7914,7915,0,7910,7914,7915,34,2959,5438,6529,0,2959,5438,6529,34,5507,7916,7598,0,5507,7916,7598,34,4934,2850,7389,0,4934,2850,7389,34,653,6535,3546,0,653,6535,3546,34,90,7439,2467,0,90,7439,2467,34,5887,6967,893,0,5887,6967,893,34,2180,7598,7916,0,2180,7598,7916,34,2180,7916,7917,0,2180,7916,7917,34,3286,1908,1941,0,3286,1908,1941,34,254,253,2585,0,254,253,2585,34,6298,3461,6633,0,6298,3461,6633,34,4878,174,176,0,4878,174,176,34,4988,4987,2180,0,4988,4987,2180,34,4988,2180,7917,0,4988,2180,7917,34,4987,2181,2180,0,4987,2181,2180,34,7184,2186,4846,0,7184,2186,4846,34,2679,2448,1763,0,2679,2448,1763,34,6379,7387,6118,0,6379,7387,6118,34,1508,220,584,0,1508,220,584,34,5388,7437,4411,0,5388,7437,4411,34,5337,2847,399,0,5337,2847,399,34,7910,7198,6164,0,7910,7198,6164,34,7917,7916,7198,0,7917,7916,7198,34,7192,7918,7919,0,7192,7918,7919,34,7917,7198,7915,0,7917,7198,7915,34,5861,5054,3810,0,5861,5054,3810,34,5367,6370,5946,0,5367,6370,5946,34,7910,7915,7198,0,7910,7915,7198,34,7902,4988,7915,0,7902,4988,7915,34,3727,4665,4666,0,3727,4665,4666,34,4988,7917,7915,0,4988,7917,7915,34,6546,833,5934,0,6546,833,5934,34,4751,340,1974,0,4751,340,1974,34,4221,179,178,0,4221,179,178,34,5067,877,2123,0,5067,877,2123,34,4602,867,7564,0,4602,867,7564,34,454,2190,6078,0,454,2190,6078,34,5489,2765,4991,0,5489,2765,4991,34,3015,3020,1653,0,3015,3020,1653,34,1700,2291,7124,0,1700,2291,7124,34,6352,3968,3967,0,6352,3968,3967,34,7126,7824,3835,0,7126,7824,3835,34,7785,7920,4240,0,7785,7920,4240,34,7785,4240,7847,0,7785,4240,7847,34,4663,5788,4587,0,4663,5788,4587,34,7921,4240,7920,0,7921,4240,7920,34,7447,5349,3808,0,7447,5349,3808,34,7913,6677,4319,0,7913,6677,4319,34,2893,6086,6078,0,2893,6086,6078,34,2007,4992,5682,0,2007,4992,5682,34,2709,5232,7458,0,2709,5232,7458,34,1812,3272,5447,0,1812,3272,5447,34,7922,7785,4312,0,7922,7785,4312,34,5776,5863,5862,0,5776,5863,5862,34,2692,7606,7923,0,2692,7606,7923,34,7142,404,4459,0,7142,404,4459,34,904,7457,5469,0,904,7457,5469,34,5440,4157,438,0,5440,4157,438,34,6323,5047,4789,0,6323,5047,4789,34,7922,7920,7785,0,7922,7920,7785,34,6339,5818,6340,0,6339,5818,6340,34,1428,4035,2236,0,1428,4035,2236,34,3228,1492,389,0,3228,1492,389,34,1971,7621,5483,0,1971,7621,5483,34,740,2498,738,0,740,2498,738,34,1078,3021,2414,0,1078,3021,2414,34,3476,3478,4857,0,3476,3478,4857,34,4226,4225,6458,0,4226,4225,6458,34,4476,3838,3840,0,4476,3838,3840,34,7924,2608,2295,0,7924,2608,2295,34,7925,3927,1544,0,7925,3927,1544,34,7007,4726,5181,0,7007,4726,5181,34,5886,2584,1562,0,5886,2584,1562,34,2240,1797,1796,0,2240,1797,1796,34,6505,7016,3009,0,6505,7016,3009,34,7924,7926,2608,0,7924,7926,2608,34,2718,2720,6291,0,2718,2720,6291,34,7927,7926,7924,0,7927,7926,7924,34,991,3802,3631,0,991,3802,3631,34,6436,5830,5829,0,6436,5830,5829,34,4354,6607,6606,0,4354,6607,6606,34,4214,5399,2408,0,4214,5399,2408,34,2294,4240,7924,0,2294,4240,7924,34,2294,7924,2295,0,2294,7924,2295,34,1488,7928,6423,0,1488,7928,6423,34,7921,7924,4240,0,7921,7924,4240,34,6113,2973,6560,0,6113,2973,6560,34,121,622,6067,0,121,622,6067,34,7011,67,69,0,7011,67,69,34,7245,7563,7280,0,7245,7563,7280,34,993,801,1213,0,993,801,1213,34,5488,7453,7425,0,5488,7453,7425,34,2600,5463,1294,0,2600,5463,1294,34,3936,4582,3937,0,3936,4582,3937,34,7927,7924,7921,0,7927,7924,7921,34,2990,1993,2991,0,2990,1993,2991,34,4505,7104,4504,0,4505,7104,4504,34,6329,4656,6328,0,6329,4656,6328,34,3853,7927,7929,0,3853,7927,7929,34,1714,4215,6837,0,1714,4215,6837,34,7531,5325,4337,0,7531,5325,4337,34,6879,4659,4963,0,6879,4659,4963,34,7431,7930,4569,0,7431,7930,4569,34,7048,3493,1613,0,7048,3493,1613,34,3853,7929,7922,0,3853,7929,7922,34,4705,7384,5032,0,4705,7384,5032,34,5860,6916,2779,0,5860,6916,2779,34,7135,4370,354,0,7135,4370,354,34,1157,21,7310,0,1157,21,7310,34,3495,5341,5058,0,3495,5341,5058,34,4178,3853,7922,0,4178,3853,7922,34,5345,7012,7367,0,5345,7012,7367,34,3853,7926,7927,0,3853,7926,7927,34,166,702,7647,0,166,702,7647,34,2827,6856,4089,0,2827,6856,4089,34,6471,7641,5811,0,6471,7641,5811,34,5162,4430,5160,0,5162,4430,5160,34,6162,7542,7013,0,6162,7542,7013,34,6528,2711,5425,0,6528,2711,5425,34,4181,1615,3480,0,4181,1615,3480,34,7635,4966,7093,0,7635,4966,7093,34,5045,2162,6524,0,5045,2162,6524,34,7927,7921,7929,0,7927,7921,7929,34,7931,7302,2050,0,7931,7302,2050,34,3563,5563,3561,0,3563,5563,3561,34,7920,7929,7921,0,7920,7929,7921,34,4674,2777,7932,0,4674,2777,7932,34,7922,7929,7920,0,7922,7929,7920,34,4209,7089,5354,0,4209,7089,5354,34,5175,5862,5855,0,5175,5862,5855,34,5722,1248,4744,0,5722,1248,4744,34,1702,200,5758,0,1702,200,5758,34,759,7672,760,0,759,7672,760,34,5363,4137,4009,0,5363,4137,4009,34,7376,1758,6736,0,7376,1758,6736,34,6711,7290,127,0,6711,7290,127,34,7123,5329,2379,0,7123,5329,2379,34,2739,6112,1533,0,2739,6112,1533,34,7930,4558,4569,0,7930,4558,4569,34,3423,6007,5916,0,3423,6007,5916,34,7922,4312,4178,0,7922,4312,4178,34,699,1924,5595,0,699,1924,5595,34,6345,4578,2024,0,6345,4578,2024,34,1543,5770,7400,0,1543,5770,7400,34,4780,6134,5048,0,4780,6134,5048,34,5559,6839,4901,0,5559,6839,4901,34,3841,4380,1280,0,3841,4380,1280,34,6316,7254,5053,0,6316,7254,5053,34,6181,3777,2795,0,6181,3777,2795,34,7180,467,5579,0,7180,467,5579,34,2851,2853,6306,0,2851,2853,6306,34,1697,6465,1698,0,1697,6465,1698,34,1031,5383,7931,0,1031,5383,7931,34,1542,3394,6542,0,1542,3394,6542,34,7712,4625,1956,0,7712,4625,1956,34,6881,1313,1312,0,6881,1313,1312,34,3429,3431,1199,0,3429,3431,1199,34,1597,1839,7342,0,1597,1839,7342,34,2176,2140,3484,0,2176,2140,3484,34,2393,6277,7583,0,2393,6277,7583,34,5851,5123,4546,0,5851,5123,4546,34,6583,5933,7274,0,6583,5933,7274,34,2870,565,4581,0,2870,565,4581,34,1234,7111,7211,0,1234,7111,7211,34,7461,7836,5859,0,7461,7836,5859,34,2863,1725,2177,0,2863,1725,2177,34,915,3511,913,0,915,3511,913,34,2514,4480,1708,0,2514,4480,1708,34,4978,1104,4082,0,4978,1104,4082,34,5947,6371,7594,0,5947,6371,7594,34,7851,2505,2504,0,7851,2505,2504,34,5896,4009,4028,0,5896,4009,4028,34,7585,4690,7933,0,7585,4690,7933,34,6781,3483,7522,0,6781,3483,7522,34,6609,3035,5006,0,6609,3035,5006,34,2,1,1873,0,2,1,1873,34,6222,1112,7934,0,6222,1112,7934,34,5769,6842,5767,0,5769,6842,5767,34,887,3898,1660,0,887,3898,1660,34,5782,7934,1112,0,5782,7934,1112,34,7624,5634,7271,0,7624,5634,7271,34,3450,7276,3351,0,3450,7276,3351,34,7063,3900,5274,0,7063,3900,5274,34,3229,389,3553,0,3229,389,3553,34,4175,3771,2451,0,4175,3771,2451,34,5407,4284,4837,0,5407,4284,4837,34,94,3713,3610,0,94,3713,3610,34,7934,6510,6222,0,7934,6510,6222,34,4944,5986,3885,0,4944,5986,3885,34,6857,4248,7855,0,6857,4248,7855,34,1726,5490,6455,0,1726,5490,6455,34,7573,6418,2477,0,7573,6418,2477,34,6509,6222,6510,0,6509,6222,6510,34,2016,3893,4579,0,2016,3893,4579,34,5398,1909,1575,0,5398,1909,1575,34,783,7935,4607,0,783,7935,4607,34,2268,6261,2867,0,2268,6261,2867,34,347,1110,6625,0,347,1110,6625,34,175,5493,176,0,175,5493,176,34,1423,3022,5404,0,1423,3022,5404,34,7654,2105,2104,0,7654,2105,2104,34,7097,5340,815,0,7097,5340,815,34,7021,6648,889,0,7021,6648,889,34,3058,169,6044,0,3058,169,6044,34,7684,504,503,0,7684,504,503,34,2660,1017,2664,0,2660,1017,2664,34,1905,1918,1906,0,1905,1918,1906,34,2255,7297,2256,0,2255,7297,2256,34,4813,529,7895,0,4813,529,7895,34,7936,4935,4934,0,7936,4935,4934,34,2960,6530,7360,0,2960,6530,7360,34,2956,7407,7081,0,2956,7407,7081,34,4338,2207,4202,0,4338,2207,4202,34,2960,7360,5071,0,2960,7360,5071,34,766,231,2632,0,766,231,2632,34,6894,7474,427,0,6894,7474,427,34,7676,328,6466,0,7676,328,6466,34,925,924,4619,0,925,924,4619,34,3488,831,5761,0,3488,831,5761,34,116,115,4135,0,116,115,4135,34,1046,6002,5429,0,1046,6002,5429,34,158,1307,156,0,158,1307,156,34,3236,3235,7274,0,3236,3235,7274,34,6981,5516,6007,0,6981,5516,6007,34,3347,3349,5027,0,3347,3349,5027,34,213,1977,214,0,213,1977,214,34,6665,4941,2306,0,6665,4941,2306,34,4310,6672,6095,0,4310,6672,6095,34,6703,3499,6805,0,6703,3499,6805,34,6766,466,465,0,6766,466,465,34,785,5398,5501,0,785,5398,5501,34,162,164,6643,0,162,164,6643,34,752,751,1044,0,752,751,1044,34,7937,7737,7218,0,7937,7737,7218,34,2512,3750,2513,0,2512,3750,2513,34,7659,5303,3153,0,7659,5303,3153,34,6156,6876,1648,0,6156,6876,1648,34,818,1266,7686,0,818,1266,7686,34,7938,3943,3942,0,7938,3943,3942,34,6673,6406,2067,0,6673,6406,2067,34,6336,3256,6337,0,6336,3256,6337,34,4928,1284,1865,0,4928,1284,1865,34,932,5693,6793,0,932,5693,6793,34,5543,4164,1040,0,5543,4164,1040,34,1942,4915,7335,0,1942,4915,7335,34,1831,1833,3110,0,1831,1833,3110,34,1683,6451,2350,0,1683,6451,2350,34,7825,928,6398,0,7825,928,6398,34,262,3063,6132,0,262,3063,6132,34,2292,2805,7617,0,2292,2805,7617,34,6814,2436,2435,0,6814,2436,2435,34,3536,32,3537,0,3536,32,3537,34,5135,1230,6454,0,5135,1230,6454,34,7934,7286,6510,0,7934,7286,6510,34,6547,5653,5500,0,6547,5653,5500,34,2199,1806,5510,0,2199,1806,5510,34,6231,5853,5265,0,6231,5853,5265,34,6554,7519,1204,0,6554,7519,1204,34,780,2780,2517,0,780,2780,2517,34,1295,6787,3608,0,1295,6787,3608,34,7286,5782,6869,0,7286,5782,6869,34,5016,60,5653,0,5016,60,5653,34,540,3811,541,0,540,3811,541,34,2026,6832,6210,0,2026,6832,6210,34,6857,2008,6858,0,6857,2008,6858,34,7644,7038,2023,0,7644,7038,2023,34,7014,7542,7541,0,7014,7542,7541,34,4738,6814,7674,0,4738,6814,7674,34,2898,2897,4764,0,2898,2897,4764,34,2939,6443,2940,0,2939,6443,2940,34,617,5656,6287,0,617,5656,6287,34,6538,6537,6907,0,6538,6537,6907,34,3140,3141,6077,0,3140,3141,6077,34,3588,7286,6869,0,3588,7286,6869,34,6944,6106,7337,0,6944,6106,7337,34,6968,6109,2079,0,6968,6109,2079,34,363,365,6824,0,363,365,6824,34,2339,2341,2047,0,2339,2341,2047,34,3200,722,721,0,3200,722,721,34,2258,4358,4615,0,2258,4358,4615,34,3103,5351,3104,0,3103,5351,3104,34,7939,3328,1083,0,7939,3328,1083,34,4266,5188,1433,0,4266,5188,1433,34,3658,3659,3787,0,3658,3659,3787,34,5155,5154,4560,0,5155,5154,4560,34,3615,3092,2367,0,3615,3092,2367,34,7934,5782,7286,0,7934,5782,7286,34,6988,7647,3039,0,6988,7647,3039,34,6436,7321,5830,0,6436,7321,5830,34,3645,1985,1169,0,3645,1985,1169,34,1564,4654,2751,0,1564,4654,2751,34,1223,1222,7317,0,1223,1222,7317,34,6457,7138,7137,0,6457,7138,7137,34,6701,6009,7888,0,6701,6009,7888,34,6183,4198,3400,0,6183,4198,3400,34,527,31,3760,0,527,31,3760,34,6009,1642,7661,0,6009,1642,7661,34,532,531,1042,0,532,531,1042,34,3436,4752,3437,0,3436,4752,3437,34,651,7561,5654,0,651,7561,5654,34,6772,723,39,0,6772,723,39,34,7940,7561,651,0,7940,7561,651,34,7536,5939,2169,0,7536,5939,2169,34,4378,227,226,0,4378,227,226,34,1783,5844,4588,0,1783,5844,4588,34,1596,6575,5981,0,1596,6575,5981,34,7858,7579,5604,0,7858,7579,5604,34,1257,5757,3571,0,1257,5757,3571,34,930,6004,7526,0,930,6004,7526,34,4696,2631,1896,0,4696,2631,1896,34,5213,2094,2326,0,5213,2094,2326,34,7461,4585,7836,0,7461,4585,7836,34,7702,7173,7593,0,7702,7173,7593,34,2812,18,382,0,2812,18,382,34,1650,5511,4408,0,1650,5511,4408,34,6419,7086,356,0,6419,7086,356,34,7846,2729,3809,0,7846,2729,3809,34,1245,1761,2369,0,1245,1761,2369,34,3978,5625,5702,0,3978,5625,5702,34,7706,3727,3922,0,7706,3727,3922,34,798,3716,4438,0,798,3716,4438,34,7184,4846,836,0,7184,4846,836,34,2222,3548,7522,0,2222,3548,7522,34,3535,5433,3536,0,3535,5433,3536,34,7656,7646,5080,0,7656,7646,5080,34,1693,4035,2949,0,1693,4035,2949,34,1784,1786,6344,0,1784,1786,6344,34,5281,6245,5953,0,5281,6245,5953,34,3559,3560,4241,0,3559,3560,4241,34,420,7940,6481,0,420,7940,6481,34,6195,3821,5496,0,6195,3821,5496,34,7364,441,440,0,7364,441,440,34,486,488,1401,0,486,488,1401,34,7145,3823,7144,0,7145,3823,7144,34,2584,6343,7251,0,2584,6343,7251,34,486,1401,1400,0,486,1401,1400,34,5978,5680,1008,0,5978,5680,1008,34,7941,1880,1882,0,7941,1880,1882,34,7561,7940,420,0,7561,7940,420,34,6465,3878,6466,0,6465,3878,6466,34,1201,6953,1202,0,1201,6953,1202,34,7109,7702,7110,0,7109,7702,7110,34,1367,7357,6771,0,1367,7357,6771,34,3219,1824,872,0,3219,1824,872,34,2660,2664,938,0,2660,2664,938,34,4129,4130,3775,0,4129,4130,3775,34,1467,235,234,0,1467,235,234,34,6863,3879,6275,0,6863,3879,6275,34,7192,2760,2146,0,7192,2760,2146,34,4393,5186,6557,0,4393,5186,6557,34,2262,6356,6355,0,2262,6356,6355,34,3930,989,2059,0,3930,989,2059,34,171,1256,407,0,171,1256,407,34,1917,1919,5904,0,1917,1919,5904,34,3486,6530,7346,0,3486,6530,7346,34,1819,6879,7366,0,1819,6879,7366,34,2522,7133,5331,0,2522,7133,5331,34,4529,4528,7560,0,4529,4528,7560,34,1473,1474,4893,0,1473,1474,4893,34,6359,5650,3188,0,6359,5650,3188,34,4499,4130,630,0,4499,4130,630,34,6881,1312,2308,0,6881,1312,2308,34,5984,7426,7425,0,5984,7426,7425,34,7940,7205,6481,0,7940,7205,6481,34,7254,5810,5809,0,7254,5810,5809,34,7942,7255,7578,0,7942,7255,7578,34,5346,6727,5475,0,5346,6727,5475,34,3350,3352,2659,0,3350,3352,2659,34,4800,2278,7455,0,4800,2278,7455,34,7151,7150,776,0,7151,7150,776,34,7211,7210,7804,0,7211,7210,7804,34,1639,1841,1749,0,1639,1841,1749,34,3561,6679,5716,0,3561,6679,5716,34,2948,2947,3909,0,2948,2947,3909,34,3860,5161,3306,0,3860,5161,3306,34,2902,3248,1579,0,2902,3248,1579,34,6937,5638,6821,0,6937,5638,6821,34,915,704,3511,0,915,704,3511,34,383,3049,384,0,383,3049,384,34,2174,7887,4466,0,2174,7887,4466,34,7507,4649,4862,0,7507,4649,4862,34,5414,499,6133,0,5414,499,6133,34,5510,1592,7517,0,5510,1592,7517,34,6114,1836,2592,0,6114,1836,2592,34,5378,7589,6794,0,5378,7589,6794,34,267,2937,2938,0,267,2937,2938,34,6685,747,5062,0,6685,747,5062,34,1572,1571,5587,0,1572,1571,5587,34,1429,3868,5815,0,1429,3868,5815,34,5313,4992,3516,0,5313,4992,3516,34,5980,6219,551,0,5980,6219,551,34,4713,2468,2467,0,4713,2468,2467,34,2590,803,3814,0,2590,803,3814,34,1927,1926,4127,0,1927,1926,4127,34,5988,5987,7024,0,5988,5987,7024,34,5017,5978,7377,0,5017,5978,7377,34,7205,651,653,0,7205,651,653,34,3724,6025,3722,0,3724,6025,3722,34,107,109,7516,0,107,109,7516,34,2707,2142,392,0,2707,2142,392,34,3763,7148,5966,0,3763,7148,5966,34,1155,4322,1153,0,1155,4322,1153,34,5947,7594,4483,0,5947,7594,4483,34,6401,1338,1107,0,6401,1338,1107,34,1024,1023,2114,0,1024,1023,2114,34,4460,7735,2155,0,4460,7735,2155,34,5573,7082,2782,0,5573,7082,2782,34,4638,5104,7732,0,4638,5104,7732,34,6377,4954,4953,0,6377,4954,4953,34,2268,2906,6260,0,2268,2906,6260,34,2854,3632,4930,0,2854,3632,4930,34,2797,4822,5518,0,2797,4822,5518,34,7940,651,7205,0,7940,651,7205,34,6556,1588,4524,0,6556,1588,4524,34,4172,6856,2827,0,4172,6856,2827,34,2737,1104,4978,0,2737,1104,4978,34,5901,5903,2505,0,5901,5903,2505,34,6486,5945,4482,0,6486,5945,4482,34,4920,7943,4921,0,4920,7943,4921,34,4488,7202,5546,0,4488,7202,5546,34,3884,4915,4945,0,3884,4915,4945,34,3278,1283,7667,0,3278,1283,7667,34,5369,2643,2936,0,5369,2643,2936,34,6102,6141,5425,0,6102,6141,5425,34,4885,6667,4886,0,4885,6667,4886,34,3968,1384,5097,0,3968,1384,5097,34,2324,3266,4826,0,2324,3266,4826,34,3995,7932,7777,0,3995,7932,7777,34,5107,3291,7478,0,5107,3291,7478,34,2200,5565,3238,0,2200,5565,3238,34,1442,1090,7688,0,1442,1090,7688,34,7340,899,6965,0,7340,899,6965,34,2244,6166,7776,0,2244,6166,7776,34,517,519,2985,0,517,519,2985,34,473,1213,6225,0,473,1213,6225,34,5984,4636,7426,0,5984,4636,7426,34,7582,7944,5578,0,7582,7944,5578,34,5572,5247,4528,0,5572,5247,4528,34,7359,4380,6243,0,7359,4380,6243,34,2924,3109,3683,0,2924,3109,3683,34,2399,6858,2400,0,2399,6858,2400,34,4797,5008,4798,0,4797,5008,4798,34,2275,7565,5899,0,2275,7565,5899,34,6487,1444,6488,0,6487,1444,6488,34,4049,7141,6834,0,4049,7141,6834,34,461,2761,7919,0,461,2761,7919,34,1947,2042,3137,0,1947,2042,3137,34,4798,5008,4690,0,4798,5008,4690,34,7574,3702,7884,0,7574,3702,7884,34,5641,4311,4239,0,5641,4311,4239,34,348,350,6424,0,348,350,6424,34,6859,6847,1876,0,6859,6847,1876,34,7003,7887,6875,0,7003,7887,6875,34,1374,7857,1375,0,1374,7857,1375,34,5609,4403,5666,0,5609,4403,5666,34,2196,5401,2197,0,2196,5401,2197,34,4870,5395,5750,0,4870,5395,5750,34,6269,2853,2852,0,6269,2853,2852,34,4798,4690,4817,0,4798,4690,4817,34,1302,6549,1303,0,1302,6549,1303,34,3630,2343,2342,0,3630,2343,2342,34,4724,5432,4725,0,4724,5432,4725,34,2198,2197,5405,0,2198,2197,5405,34,5951,5950,534,0,5951,5950,534,34,1499,4862,4861,0,1499,4862,4861,34,6300,5762,1426,0,6300,5762,1426,34,2192,3949,1550,0,2192,3949,1550,34,7666,5060,3207,0,7666,5060,3207,34,3553,389,391,0,3553,389,391,34,3663,5655,5654,0,3663,5655,5654,34,16,1825,4152,0,16,1825,4152,34,5760,1033,4773,0,5760,1033,4773,34,204,4782,2936,0,204,4782,2936,34,5322,127,7290,0,5322,127,7290,34,758,4193,4192,0,758,4193,4192,34,6354,6513,5590,0,6354,6513,5590,34,3040,1958,4927,0,3040,1958,4927,34,1501,159,4046,0,1501,159,4046,34,541,6143,2302,0,541,6143,2302,34,3479,1531,313,0,3479,1531,313,34,2235,2236,4584,0,2235,2236,4584,34,464,3449,1948,0,464,3449,1948,34,4784,7234,6442,0,4784,7234,6442,34,4232,4231,5583,0,4232,4231,5583,34,6088,4183,2599,0,6088,4183,2599,34,2659,3352,2660,0,2659,3352,2660,34,7113,2484,2982,0,7113,2484,2982,34,3163,4084,7068,0,3163,4084,7068,34,5803,5802,4910,0,5803,5802,4910,34,6238,4924,4560,0,6238,4924,4560,34,6336,2818,2820,0,6336,2818,2820,34,5982,3951,5114,0,5982,3951,5114,34,3827,3826,6779,0,3827,3826,6779,34,1614,4124,1615,0,1614,4124,1615,34,1128,1127,6203,0,1128,1127,6203,34,7240,1330,1329,0,7240,1330,1329,34,2272,2271,6962,0,2272,2271,6962,34,3733,3784,3783,0,3733,3784,3783,34,1684,6307,7701,0,1684,6307,7701,34,4648,5578,7944,0,4648,5578,7944,34,2398,6026,344,0,2398,6026,344,34,4655,3433,3432,0,4655,3433,3432,34,2299,724,6751,0,2299,724,6751,34,7644,5368,7038,0,7644,5368,7038,34,3102,3104,3307,0,3102,3104,3307,34,557,4287,6165,0,557,4287,6165,34,6543,3369,2110,0,6543,3369,2110,34,7556,7670,5357,0,7556,7670,5357,34,7712,4761,5911,0,7712,4761,5911,34,7396,2167,1967,0,7396,2167,1967,34,6987,4680,5880,0,6987,4680,5880,34,4288,1725,6999,0,4288,1725,6999,34,6096,7585,6097,0,6096,7585,6097,34,5456,5457,4125,0,5456,5457,4125,34,7626,7065,7383,0,7626,7065,7383,34,2367,1077,1076,0,2367,1077,1076,34,7700,4533,5873,0,7700,4533,5873,34,1512,1511,6838,0,1512,1511,6838,34,5093,5762,6301,0,5093,5762,6301,34,270,763,1293,0,270,763,1293,34,3611,1484,31,0,3611,1484,31,34,4294,2640,5424,0,4294,2640,5424,34,2337,5117,5116,0,2337,5117,5116,34,1037,6799,3741,0,1037,6799,3741,34,5220,5219,5354,0,5220,5219,5354,34,5357,7670,7112,0,5357,7670,7112,34,2019,5779,2020,0,2019,5779,2020,34,3073,4289,6999,0,3073,4289,6999,34,2860,6703,290,0,2860,6703,290,34,6355,4604,3064,0,6355,4604,3064,34,4741,4743,5632,0,4741,4743,5632,34,1595,6576,6575,0,1595,6576,6575,34,3636,5069,3637,0,3636,5069,3637,34,6309,5670,6178,0,6309,5670,6178,34,7433,492,5330,0,7433,492,5330,34,2956,2544,2341,0,2956,2544,2341,34,3332,7290,6711,0,3332,7290,6711,34,3651,1285,4928,0,3651,1285,4928,34,5173,5174,3545,0,5173,5174,3545,34,5377,1420,3239,0,5377,1420,3239,34,7945,4556,4191,0,7945,4556,4191,34,1088,2851,1089,0,1088,2851,1089,34,6378,1122,3861,0,6378,1122,3861,34,4639,6955,2671,0,4639,6955,2671,34,4690,3892,7933,0,4690,3892,7933,34,6699,2332,3539,0,6699,2332,3539,34,4146,6506,5821,0,4146,6506,5821,34,6409,7373,556,0,6409,7373,556,34,3773,7349,3774,0,3773,7349,3774,34,4207,4209,4565,0,4207,4209,4565,34,3019,3015,3898,0,3019,3015,3898,34,3217,3218,1717,0,3217,3218,1717,34,7702,7612,168,0,7702,7612,168,34,588,390,1492,0,588,390,1492,34,4133,3460,4134,0,4133,3460,4134,34,5609,1477,4403,0,5609,1477,4403,34,4410,589,588,0,4410,589,588,34,1981,2247,1982,0,1981,2247,1982,34,6697,7155,5481,0,6697,7155,5481,34,5630,1309,1404,0,5630,1309,1404,34,7255,6645,7577,0,7255,6645,7577,34,999,1001,7442,0,999,1001,7442,34,4584,5503,3310,0,4584,5503,3310,34,1044,1045,5317,0,1044,1045,5317,34,4563,3975,6479,0,4563,3975,6479,34,3073,5775,4289,0,3073,5775,4289,34,7622,2332,6698,0,7622,2332,6698,34,7933,3892,7946,0,7933,3892,7946,34,1370,1369,3252,0,1370,1369,3252,34,977,6067,622,0,977,6067,622,34,1852,1854,7421,0,1852,1854,7421,34,4791,4435,4434,0,4791,4435,4434,34,5276,1636,5677,0,5276,1636,5677,34,2292,7617,7107,0,2292,7617,7107,34,7947,7933,7946,0,7947,7933,7946,34,3370,3369,6544,0,3370,3369,6544,34,5077,702,703,0,5077,702,703,34,129,7907,7420,0,129,7907,7420,34,7418,5270,5482,0,7418,5270,5482,34,7947,7907,129,0,7947,7907,129,34,2636,7334,2637,0,2636,7334,2637,34,3239,6342,4901,0,3239,6342,4901,34,2209,2208,7227,0,2209,2208,7227,34,2757,6292,7680,0,2757,6292,7680,34,3772,683,3773,0,3772,683,3773,34,5323,1584,7628,0,5323,1584,7628,34,5012,6907,4103,0,5012,6907,4103,34,2258,309,4358,0,2258,309,4358,34,1889,4027,1887,0,1889,4027,1887,34,4718,676,1146,0,4718,676,1146,34,1669,1465,1827,0,1669,1465,1827,34,1222,5178,5723,0,1222,5178,5723,34,4990,2764,1115,0,4990,2764,1115,34,5411,5687,5409,0,5411,5687,5409,34,249,6003,250,0,249,6003,250,34,2207,115,4202,0,2207,115,4202,34,5996,3613,5315,0,5996,3613,5315,34,3651,7384,3190,0,3651,7384,3190,34,5831,4633,3281,0,5831,4633,3281,34,7907,7947,7946,0,7907,7947,7946,34,7576,2563,2562,0,7576,2563,2562,34,1457,1459,1441,0,1457,1459,1441,34,7265,4953,7414,0,7265,4953,7414,34,7524,394,6084,0,7524,394,6084,34,842,7276,3450,0,842,7276,3450,34,7366,6879,4963,0,7366,6879,4963,34,2463,2462,6259,0,2463,2462,6259,34,5627,5090,4961,0,5627,5090,4961,34,865,6688,4390,0,865,6688,4390,34,4685,6668,2184,0,4685,6668,2184,34,1746,4053,1747,0,1746,4053,1747,34,6616,192,5347,0,6616,192,5347,34,6737,3249,596,0,6737,3249,596,34,4870,5852,5395,0,4870,5852,5395,34,777,5441,7907,0,777,5441,7907,34,5904,4295,4301,0,5904,4295,4301,34,777,7907,775,0,777,7907,775,34,3122,385,5144,0,3122,385,5144,34,7907,7946,775,0,7907,7946,775,34,6696,165,5548,0,6696,165,5548,34,4368,6053,2149,0,4368,6053,2149,34,6808,6670,4368,0,6808,6670,4368,34,6349,3278,7667,0,6349,3278,7667,34,966,4208,1740,0,966,4208,1740,34,3407,859,4897,0,3407,859,4897,34,1842,6940,1843,0,1842,6940,1843,34,2814,7433,19,0,2814,7433,19,34,1864,6135,2773,0,1864,6135,2773,34,730,4866,4865,0,730,4866,4865,34,1927,4128,7078,0,1927,4128,7078,34,6926,6925,4273,0,6926,6925,4273,34,4265,7225,5656,0,4265,7225,5656,34,4019,832,7203,0,4019,832,7203,34,5887,893,3904,0,5887,893,3904,34,7415,7913,4318,0,7415,7913,4318,34,4158,4159,2092,0,4158,4159,2092,34,4715,619,4720,0,4715,619,4720,34,2141,2140,2176,0,2141,2140,2176,34,6742,689,5996,0,6742,689,5996,34,817,4794,5410,0,817,4794,5410,34,2450,2452,4091,0,2450,2452,4091,34,6953,7437,1202,0,6953,7437,1202,34,5136,1894,1893,0,5136,1894,1893,34,7264,4409,1814,0,7264,4409,1814,34,4026,6362,6361,0,4026,6362,6361,34,3892,775,7946,0,3892,775,7946,34,6009,7661,7888,0,6009,7661,7888,34,1025,1027,155,0,1025,1027,155,34,1597,1840,1839,0,1597,1840,1839,34,1528,1035,6723,0,1528,1035,6723,34,134,1473,4893,0,134,1473,4893,34,697,2,3728,0,697,2,3728,34,5883,4962,514,0,5883,4962,514,34,4003,4002,3018,0,4003,4002,3018,34,1354,2122,1355,0,1354,2122,1355,34,3623,6987,4684,0,3623,6987,4684,34,4510,3517,6920,0,4510,3517,6920,34,4542,6410,7292,0,4542,6410,7292,34,3584,381,20,0,3584,381,20,34,2337,282,6314,0,2337,282,6314,34,3398,7366,845,0,3398,7366,845,34,6344,2759,6632,0,6344,2759,6632,34,7417,7948,7418,0,7417,7948,7418,34,1876,1789,1788,0,1876,1789,1788,34,1824,5972,3468,0,1824,5972,3468,34,3902,5760,4332,0,3902,5760,4332,34,6869,7022,6870,0,6869,7022,6870,34,2182,7776,7598,0,2182,7776,7598,34,1935,2100,4590,0,1935,2100,4590,34,416,4802,417,0,416,4802,417,34,4709,6736,5452,0,4709,6736,5452,34,7499,5733,6838,0,7499,5733,6838,34,2914,7662,7253,0,2914,7662,7253,34,5791,7949,6602,0,5791,7949,6602,34,4714,2469,2468,0,4714,2469,2468,34,5502,7375,6726,0,5502,7375,6726,34,4063,7143,2403,0,4063,7143,2403,34,4896,7660,3408,0,4896,7660,3408,34,4785,7234,4784,0,4785,7234,4784,34,3004,5003,2382,0,3004,5003,2382,34,7052,493,492,0,7052,493,492,34,3708,3955,3956,0,3708,3955,3956,34,2153,5876,1461,0,2153,5876,1461,34,1945,3137,3053,0,1945,3137,3053,34,3891,914,1482,0,3891,914,1482,34,2112,2113,5417,0,2112,2113,5417,34,2744,3868,2745,0,2744,3868,2745,34,2575,7637,6884,0,2575,7637,6884,34,6189,5949,2799,0,6189,5949,2799,34,3218,821,3045,0,3218,821,3045,34,923,7617,4728,0,923,7617,4728,34,4901,6839,7819,0,4901,6839,7819,34,5234,5235,4124,0,5234,5235,4124,34,1747,586,1321,0,1747,586,1321,34,5053,906,6815,0,5053,906,6815,34,2017,6961,4403,0,2017,6961,4403,34,3357,2817,2816,0,3357,2817,2816,34,1399,2094,1986,0,1399,2094,1986,34,2123,1753,3930,0,2123,1753,3930,34,3457,849,5337,0,3457,849,5337,34,4278,6662,7841,0,4278,6662,7841,34,801,993,1185,0,801,993,1185,34,2548,2789,3600,0,2548,2789,3600,34,1242,1241,2707,0,1242,1241,2707,34,6769,7558,7557,0,6769,7558,7557,34,2475,942,2044,0,2475,942,2044,34,7109,7173,7702,0,7109,7173,7702,34,6769,7557,5356,0,6769,7557,5356,34,5663,2480,1330,0,5663,2480,1330,34,4355,1109,7041,0,4355,1109,7041,34,4850,3459,6023,0,4850,3459,6023,34,1748,4591,5651,0,1748,4591,5651,34,4405,4474,5332,0,4405,4474,5332,34,7219,7157,2904,0,7219,7157,2904,34,1748,5651,6382,0,1748,5651,6382,34,1665,6577,1666,0,1665,6577,1666,34,6199,7119,3112,0,6199,7119,3112,34,7925,3291,3293,0,7925,3291,3293,34,4847,340,5898,0,4847,340,5898,34,5876,1021,1517,0,5876,1021,1517,34,4321,4323,4605,0,4321,4323,4605,34,4272,6298,4273,0,4272,6298,4273,34,6695,2408,4441,0,6695,2408,4441,34,6712,999,6713,0,6712,999,6713,34,3212,6092,3634,0,3212,6092,3634,34,986,230,6265,0,986,230,6265,34,3947,2084,2086,0,3947,2084,2086,34,3622,7153,701,0,3622,7153,701,34,2035,7090,1414,0,2035,7090,1414,34,3470,48,3471,0,3470,48,3471,34,7949,3984,6431,0,7949,3984,6431,34,6345,2024,6618,0,6345,2024,6618,34,1994,1996,6628,0,1994,1996,6628,34,6265,6266,2918,0,6265,6266,2918,34,6743,3538,7786,0,6743,3538,7786,34,4191,4061,2927,0,4191,4061,2927,34,5746,5596,5942,0,5746,5596,5942,34,1376,1375,1704,0,1376,1375,1704,34,4178,4312,7167,0,4178,4312,7167,34,5529,6732,2722,0,5529,6732,2722,34,316,315,2633,0,316,315,2633,34,1435,1437,3296,0,1435,1437,3296,34,3245,4230,5084,0,3245,4230,5084,34,4622,1819,1385,0,4622,1819,1385,34,3591,4285,3996,0,3591,4285,3996,34,3384,2312,5606,0,3384,2312,5606,34,2967,2969,7635,0,2967,2969,7635,34,3969,407,409,0,3969,407,409,34,4722,6225,2340,0,4722,6225,2340,34,479,6747,5209,0,479,6747,5209,34,7670,3087,3726,0,7670,3087,3726,34,1871,4379,4378,0,1871,4379,4378,34,210,3991,4398,0,210,3991,4398,34,872,5748,4913,0,872,5748,4913,34,636,4955,4052,0,636,4955,4052,34,6269,7879,6270,0,6269,7879,6270,34,3839,6054,6384,0,3839,6054,6384,34,7569,6260,7580,0,7569,6260,7580,34,2808,2845,2809,0,2808,2845,2809,34,3362,4037,1689,0,3362,4037,1689,34,4620,5999,2471,0,4620,5999,2471,34,4557,4556,7945,0,4557,4556,7945,34,3592,6431,5001,0,3592,6431,5001,34,2616,1348,5459,0,2616,1348,5459,34,7644,5366,5368,0,7644,5366,5368,34,3984,5001,6431,0,3984,5001,6431,34,3503,4017,3504,0,3503,4017,3504,34,2222,3558,2223,0,2222,3558,2223,34,4034,7595,4770,0,4034,7595,4770,34,447,5673,1620,0,447,5673,1620,34,5393,5112,2118,0,5393,5112,2118,34,3601,6562,3204,0,3601,6562,3204,34,288,6702,856,0,288,6702,856,34,5812,3738,5813,0,5812,3738,5813,34,1966,3487,5134,0,1966,3487,5134,34,2173,964,3146,0,2173,964,3146,34,7142,6284,404,0,7142,6284,404,34,5157,7105,3842,0,5157,7105,3842,34,6670,6923,4368,0,6670,6923,4368,34,378,3466,379,0,378,3466,379,34,332,6495,6669,0,332,6495,6669,34,7949,3985,3984,0,7949,3985,3984,34,6236,6141,6093,0,6236,6141,6093,34,1298,7825,2838,0,1298,7825,2838,34,4738,4376,6814,0,4738,4376,6814,34,6460,809,4910,0,6460,809,4910,34,6369,7857,7897,0,6369,7857,7897,34,5001,3984,3986,0,5001,3984,3986,34,4377,3239,1419,0,4377,3239,1419,34,3664,5551,5703,0,3664,5551,5703,34,6966,7950,1191,0,6966,7950,1191,34,5312,5311,4897,0,5312,5311,4897,34,4694,361,744,0,4694,361,744,34,7651,4357,6587,0,7651,4357,6587,34,4949,2250,78,0,4949,2250,78,34,4908,2457,2456,0,4908,2457,2456,34,6654,5122,5121,0,6654,5122,5121,34,1057,1059,3227,0,1057,1059,3227,34,7005,6192,7009,0,7005,6192,7009,34,6928,475,6320,0,6928,475,6320,34,7286,3852,5568,0,7286,3852,5568,34,4957,360,362,0,4957,360,362,34,5320,926,925,0,5320,926,925,34,3515,7951,7527,0,3515,7951,7527,34,7410,3309,4271,0,7410,3309,4271,34,4264,1884,7952,0,4264,1884,7952,34,2328,2327,2907,0,2328,2327,2907,34,1643,2269,6438,0,1643,2269,6438,34,7672,6585,760,0,7672,6585,760,34,6980,2839,2838,0,6980,2839,2838,34,2111,2898,5955,0,2111,2898,5955,34,1502,1501,2596,0,1502,1501,2596,34,7033,7311,5794,0,7033,7311,5794,34,4069,5379,1364,0,4069,5379,1364,34,2509,5341,2510,0,2509,5341,2510,34,4663,6783,3711,0,4663,6783,3711,34,834,556,7034,0,834,556,7034,34,3338,3322,2752,0,3338,3322,2752,34,4231,4233,1351,0,4231,4233,1351,34,1699,5020,1734,0,1699,5020,1734,34,1999,5825,1230,0,1999,5825,1230,34,7576,1288,1544,0,7576,1288,1544,34,7234,7547,2004,0,7234,7547,2004,34,5704,4367,2151,0,5704,4367,2151,34,3260,3909,3908,0,3260,3909,3908,34,3479,5757,1257,0,3479,5757,1257,34,219,1148,1813,0,219,1148,1813,34,6945,4326,5752,0,6945,4326,5752,34,910,844,843,0,910,844,843,34,5967,1072,5968,0,5967,1072,5968,34,7701,6307,4391,0,7701,6307,4391,34,2028,2030,7590,0,2028,2030,7590,34,1380,1036,1530,0,1380,1036,1530,34,4749,7326,6282,0,4749,7326,6282,34,7953,7951,7954,0,7953,7951,7954,34,6550,3804,5783,0,6550,3804,5783,34,5345,5347,5727,0,5345,5347,5727,34,598,2122,2121,0,598,2122,2121,34,7882,286,7402,0,7882,286,7402,34,6835,7080,275,0,6835,7080,275,34,6230,3754,6063,0,6230,3754,6063,34,6935,6719,4260,0,6935,6719,4260,34,5166,4161,7591,0,5166,4161,7591,34,7384,4928,2772,0,7384,4928,2772,34,3826,2043,7258,0,3826,2043,7258,34,4668,1613,1612,0,4668,1613,1612,34,1365,6006,1215,0,1365,6006,1215,34,5234,2049,3481,0,5234,2049,3481,34,6746,759,2619,0,6746,759,2619,34,4683,4682,5338,0,4683,4682,5338,34,4265,5656,648,0,4265,5656,648,34,5266,688,6511,0,5266,688,6511,34,1508,584,583,0,1508,584,583,34,6700,4603,3227,0,6700,4603,3227,34,6837,3379,2943,0,6837,3379,2943,34,6466,7677,7676,0,6466,7677,7676,34,2014,6293,6076,0,2014,6293,6076,34,6191,155,2500,0,6191,155,2500,34,3402,5630,7671,0,3402,5630,7671,34,7955,387,386,0,7955,387,386,34,450,4062,448,0,450,4062,448,34,1701,4406,1702,0,1701,4406,1702,34,7956,7954,7951,0,7956,7954,7951,34,4404,5344,4475,0,4404,5344,4475,34,7400,6891,6890,0,7400,6891,6890,34,7734,4548,7388,0,7734,4548,7388,34,4162,4161,6812,0,4162,4161,6812,34,5796,5106,7155,0,5796,5106,7155,34,150,7296,151,0,150,7296,151,34,1620,5673,6117,0,1620,5673,6117,34,3357,561,560,0,3357,561,560,34,3066,2297,1064,0,3066,2297,1064,34,1137,2609,1138,0,1137,2609,1138,34,4906,5944,4907,0,4906,5944,4907,34,1882,5668,7189,0,1882,5668,7189,34,2295,537,2296,0,2295,537,2296,34,263,265,5981,0,263,265,5981,34,1399,1985,6158,0,1399,1985,6158,34,6125,5637,2282,0,6125,5637,2282,34,4286,2771,2735,0,4286,2771,2735,34,1586,1588,5608,0,1586,1588,5608,34,1697,3878,6465,0,1697,3878,6465,34,1172,6828,1173,0,1172,6828,1173,34,7368,66,1673,0,7368,66,1673,34,3151,6819,5912,0,3151,6819,5912,34,7600,7688,1090,0,7600,7688,1090,34,5971,2571,2573,0,5971,2571,2573,34,6699,6698,2332,0,6699,6698,2332,34,5366,6370,5367,0,5366,6370,5367,34,6472,4592,1392,0,6472,4592,1392,34,5412,4394,7386,0,5412,4394,7386,34,4076,4251,5718,0,4076,4251,5718,34,5113,2546,7570,0,5113,2546,7570,34,2055,6846,6848,0,2055,6846,6848,34,7600,1090,5524,0,7600,1090,5524,34,2842,2841,4018,0,2842,2841,4018,34,6614,6647,7456,0,6614,6647,7456,34,1897,4442,4052,0,1897,4442,4052,34,4132,4138,2919,0,4132,4138,2919,34,1113,654,7182,0,1113,654,7182,34,7956,3515,7212,0,7956,3515,7212,34,7433,7052,492,0,7433,7052,492,34,1019,250,4180,0,1019,250,4180,34,34,3320,1838,0,34,3320,1838,34,5200,5202,6330,0,5200,5202,6330,34,7264,6395,5645,0,7264,6395,5645,34,7956,7951,3515,0,7956,7951,3515,34,910,843,4811,0,910,843,4811,34,946,1505,947,0,946,1505,947,34,1701,1979,4404,0,1701,1979,4404,34,2667,6853,5153,0,2667,6853,5153,34,4668,7048,1613,0,4668,7048,1613,34,5442,4268,5292,0,5442,4268,5292,34,7032,6529,2228,0,7032,6529,2228,34,6847,1787,1789,0,6847,1787,1789,34,7957,7956,7212,0,7957,7956,7212,34,2655,3565,3567,0,2655,3565,3567,34,729,2800,4064,0,729,2800,4064,34,1105,1792,2128,0,1105,1792,2128,34,2055,1870,1872,0,2055,1870,1872,34,5465,5830,5466,0,5465,5830,5466,34,3103,1176,5351,0,3103,1176,5351,34,1566,6850,6849,0,1566,6850,6849,34,4638,4394,5103,0,4638,4394,5103,34,5418,2113,524,0,5418,2113,524,34,4057,1516,1515,0,4057,1516,1515,34,340,1975,1974,0,340,1975,1974,34,7500,575,574,0,7500,575,574,34,2434,1538,3633,0,2434,1538,3633,34,1009,1011,6517,0,1009,1011,6517,34,3931,5223,1225,0,3931,5223,1225,34,3111,6954,5258,0,3111,6954,5258,34,1127,24,26,0,1127,24,26,34,3642,906,5055,0,3642,906,5055,34,1223,7168,4111,0,1223,7168,4111,34,860,5573,861,0,860,5573,861,34,5129,6483,5977,0,5129,6483,5977,34,3763,6204,7148,0,3763,6204,7148,34,725,4290,1166,0,725,4290,1166,34,7264,6396,6395,0,7264,6396,6395,34,3079,3078,1374,0,3079,3078,1374,34,47,2261,7124,0,47,2261,7124,34,7347,7688,7600,0,7347,7688,7600,34,4388,2627,7525,0,4388,2627,7525,34,7954,7956,7958,0,7954,7956,7958,34,7700,5873,5872,0,7700,5873,5872,34,894,6460,4910,0,894,6460,4910,34,1079,2672,1080,0,1079,2672,1080,34,4947,80,79,0,4947,80,79,34,3348,5722,5618,0,3348,5722,5618,34,6146,3381,5784,0,6146,3381,5784,34,1847,1387,1388,0,1847,1387,1388,34,7954,7958,7959,0,7954,7958,7959,34,2869,1522,755,0,2869,1522,755,34,4570,1925,7078,0,4570,1925,7078,34,6310,5299,4745,0,6310,5299,4745,34,7931,7938,7302,0,7931,7938,7302,34,6976,6960,6959,0,6976,6960,6959,34,5184,5185,7559,0,5184,5185,7559,34,4581,5455,5070,0,4581,5455,5070,34,7487,1779,1795,0,7487,1779,1795,34,4301,4772,5904,0,4301,4772,5904,34,1793,4613,5905,0,1793,4613,5905,34,6540,6081,7100,0,6540,6081,7100,34,5262,1119,3172,0,5262,1119,3172,34,6103,7241,5295,0,6103,7241,5295,34,2106,5783,3724,0,2106,5783,3724,34,6971,3783,2717,0,6971,3783,2717,34,4861,4649,7944,0,4861,4649,7944,34,212,211,5892,0,212,211,5892,34,7086,7106,6238,0,7086,7106,6238,34,6759,6927,2849,0,6759,6927,2849,34,2658,3177,4869,0,2658,3177,4869,34,669,7399,4463,0,669,7399,4463,34,7184,3169,3290,0,7184,3169,3290,34,421,5725,7217,0,421,5725,7217,34,5430,6762,695,0,5430,6762,695,34,1795,1794,6161,0,1795,1794,6161,34,1598,5467,5466,0,1598,5467,5466,34,5056,5840,5057,0,5056,5840,5057,34,4644,7303,4645,0,4644,7303,4645,34,6001,7912,6000,0,6001,7912,6000,34,7600,5524,7163,0,7600,5524,7163,34,609,4689,607,0,609,4689,607,34,3501,3500,4931,0,3501,3500,4931,34,6383,7959,478,0,6383,7959,478,34,7267,270,1293,0,7267,270,1293,34,5312,859,858,0,5312,859,858,34,5488,5487,7453,0,5488,5487,7453,34,5754,6468,6946,0,5754,6468,6946,34,2554,1207,1594,0,2554,1207,1594,34,6034,4433,1533,0,6034,4433,1533,34,2243,5613,2244,0,2243,5613,2244,34,1926,4993,7242,0,1926,4993,7242,34,6130,5183,5182,0,6130,5183,5182,34,6478,3848,2220,0,6478,3848,2220,34,7223,7784,3417,0,7223,7784,3417,34,4776,3581,7554,0,4776,3581,7554,34,6505,6662,7016,0,6505,6662,7016,34,5910,5460,5911,0,5910,5460,5911,34,2949,4035,7960,0,2949,4035,7960,34,6080,7179,5838,0,6080,7179,5838,34,338,3176,2657,0,338,3176,2657,34,4714,2834,2469,0,4714,2834,2469,34,7898,1116,4814,0,7898,1116,4814,34,4317,2536,7060,0,4317,2536,7060,34,1263,2856,1065,0,1263,2856,1065,34,6072,3091,3173,0,6072,3091,3173,34,7584,7231,7097,0,7584,7231,7097,34,7640,3488,5464,0,7640,3488,5464,34,3043,4369,5471,0,3043,4369,5471,34,1424,4448,2881,0,1424,4448,2881,34,4256,2864,1845,0,4256,2864,1845,34,1135,2950,3403,0,1135,2950,3403,34,4313,2039,2038,0,4313,2039,2038,34,4277,3674,7863,0,4277,3674,7863,34,2940,4638,7732,0,2940,4638,7732,34,6745,7428,6805,0,6745,7428,6805,34,3605,3719,7627,0,3605,3719,7627,34,1156,1158,65,0,1156,1158,65,34,4054,5840,1983,0,4054,5840,1983,34,1764,7318,6564,0,1764,7318,6564,34,1724,4990,1114,0,1724,4990,1114,34,2486,6493,2487,0,2486,6493,2487,34,2525,4352,1972,0,2525,4352,1972,34,1277,1203,881,0,1277,1203,881,34,4717,5387,5386,0,4717,5387,5386,34,562,5641,563,0,562,5641,563,34,6080,6197,1850,0,6080,6197,1850,34,880,2920,7358,0,880,2920,7358,34,6593,6592,5635,0,6593,6592,5635,34,7642,7255,7942,0,7642,7255,7942,34,1067,1264,1065,0,1067,1264,1065,34,7957,7958,7956,0,7957,7958,7956,34,2503,2546,2504,0,2503,2546,2504,34,1771,5494,7123,0,1771,5494,7123,34,5771,2420,5772,0,5771,2420,5772,34,5496,3821,3820,0,5496,3821,3820,34,4909,809,811,0,4909,809,811,34,2007,2400,2008,0,2007,2400,2008,34,5686,7129,803,0,5686,7129,803,34,1847,1388,6698,0,1847,1388,6698,34,7825,7210,2838,0,7825,7210,2838,34,5671,1224,4110,0,5671,1224,4110,34,5798,6294,7535,0,5798,6294,7535,34,5462,4873,4874,0,5462,4873,4874,34,3178,4398,3179,0,3178,4398,3179,34,7255,7642,6721,0,7255,7642,6721,34,5356,7557,5357,0,5356,7557,5357,34,6411,5384,6257,0,6411,5384,6257,34,478,7959,7958,0,478,7959,7958,34,6503,3595,3594,0,6503,3595,3594,34,7565,6634,5899,0,7565,6634,5899,34,4253,3544,2121,0,4253,3544,2121,34,4903,5189,4904,0,4903,5189,4904,34,617,6287,3510,0,617,6287,3510,34,4287,6089,3961,0,4287,6089,3961,34,238,2090,4159,0,238,2090,4159,34,5115,4421,4420,0,5115,4421,4420,34,574,565,2870,0,574,565,2870,34,6652,454,6086,0,6652,454,6086,34,7185,6105,6112,0,7185,6105,6112,34,5545,5049,2644,0,5545,5049,2644,34,4674,7,2777,0,4674,7,2777,34,6818,2837,4827,0,6818,2837,4827,34,2987,471,6042,0,2987,471,6042,34,576,2308,3067,0,576,2308,3067,34,935,6604,6566,0,935,6604,6566,34,5525,5526,6542,0,5525,5526,6542,34,6294,3689,7535,0,6294,3689,7535,34,2678,1126,5226,0,2678,1126,5226,34,4158,1167,2298,0,4158,1167,2298,34,2337,6313,775,0,2337,6313,775,34,6186,7316,4735,0,6186,7316,4735,34,2221,7076,4222,0,2221,7076,4222,34,5181,4726,4416,0,5181,4726,4416,34,3097,5755,3141,0,3097,5755,3141,34,5272,4087,7497,0,5272,4087,7497,34,6768,5744,3085,0,6768,5744,3085,34,6939,7582,1991,0,6939,7582,1991,34,637,4442,4049,0,637,4442,4049,34,5894,1569,1192,0,5894,1569,1192,34,5640,5892,7495,0,5640,5892,7495,34,7064,2433,2432,0,7064,2433,2432,34,714,4790,3644,0,714,4790,3644,34,4979,5510,6723,0,4979,5510,6723,34,1601,6193,7424,0,1601,6193,7424,34,1713,5100,1714,0,1713,5100,1714,34,1405,1309,1311,0,1405,1309,1311,34,930,932,7534,0,930,932,7534,34,2648,3924,6221,0,2648,3924,6221,34,683,5756,7467,0,683,5756,7467,34,1486,3764,7668,0,1486,3764,7668,34,6198,6899,7244,0,6198,6899,7244,34,2352,610,4045,0,2352,610,4045,34,2511,2408,5399,0,2511,2408,5399,34,131,6613,129,0,131,6613,129,34,4615,7731,4614,0,4615,7731,4614,34,6764,3482,3481,0,6764,3482,3481,34,1081,3664,5705,0,1081,3664,5705,34,237,1963,6465,0,237,1963,6465,34,3023,80,4947,0,3023,80,4947,34,34,1838,5513,0,34,1838,5513,34,7961,7957,5448,0,7961,7957,5448,34,1704,5119,1705,0,1704,5119,1705,34,3613,1158,1157,0,3613,1158,1157,34,6743,7786,6760,0,6743,7786,6760,34,2345,955,3031,0,2345,955,3031,34,7212,5448,7957,0,7212,5448,7957,34,4129,40,7010,0,4129,40,7010,34,3215,3373,2801,0,3215,3373,2801,34,781,1215,6006,0,781,1215,6006,34,7399,2676,4463,0,7399,2676,4463,34,7367,7012,7412,0,7367,7012,7412,34,700,5595,4820,0,700,5595,4820,34,2860,290,5282,0,2860,290,5282,34,7053,2371,6890,0,7053,2371,6890,34,1081,437,4876,0,1081,437,4876,34,969,3962,515,0,969,3962,515,34,42,1765,4008,0,42,1765,4008,34,2415,2672,1079,0,2415,2672,1079,34,1727,5617,7463,0,1727,5617,7463,34,7916,5507,7962,0,7916,5507,7962,34,2304,5479,2334,0,2304,5479,2334,34,3156,4246,3157,0,3156,4246,3157,34,6312,4910,4909,0,6312,4910,4909,34,4477,5550,4478,0,4477,5550,4478,34,6100,6781,3216,0,6100,6781,3216,34,2611,4649,7507,0,2611,4649,7507,34,1041,1040,2310,0,1041,1040,2310,34,3342,5396,5834,0,3342,5396,5834,34,3756,6664,3757,0,3756,6664,3757,34,1084,1083,3328,0,1084,1083,3328,34,6855,3855,3646,0,6855,3855,3646,34,4212,4958,7622,0,4212,4958,7622,34,466,1353,2728,0,466,1353,2728,34,7897,1374,4686,0,7897,1374,4686,34,7916,7962,4426,0,7916,7962,4426,34,319,2182,2181,0,319,2182,2181,34,7961,5448,5449,0,7961,5448,5449,34,5415,7455,5976,0,5415,7455,5976,34,7402,68,6273,0,7402,68,6273,34,7518,6653,5401,0,7518,6653,5401,34,5459,5720,1939,0,5459,5720,1939,34,1318,1320,7649,0,1318,1320,7649,34,1318,7649,6047,0,1318,7649,6047,34,1342,5189,5190,0,1342,5189,5190,34,7069,6052,6990,0,7069,6052,6990,34,3752,7579,3751,0,3752,7579,3751,34,6283,6439,38,0,6283,6439,38,34,7433,5330,19,0,7433,5330,19,34,3214,7522,3548,0,3214,7522,3548,34,926,2513,7963,0,926,2513,7963,34,5017,5680,5978,0,5017,5680,5978,34,6008,6009,6701,0,6008,6009,6701,34,2442,1073,6302,0,2442,1073,6302,34,5604,3752,3424,0,5604,3752,3424,34,5031,5848,361,0,5031,5848,361,34,6439,6426,38,0,6439,6426,38,34,7964,7582,1500,0,7964,7582,1500,34,782,2592,1510,0,782,2592,1510,34,3374,858,3776,0,3374,858,3776,34,6571,3591,3996,0,6571,3591,3996,34,2270,2272,7403,0,2270,2272,7403,34,4781,4043,6526,0,4781,4043,6526,34,5125,5170,3987,0,5125,5170,3987,34,7212,459,5448,0,7212,459,5448,34,1108,5035,3128,0,1108,5035,3128,34,4191,2927,7945,0,4191,2927,7945,34,2388,5611,2389,0,2388,5611,2389,34,324,6551,2088,0,324,6551,2088,34,3880,1095,1094,0,3880,1095,1094,34,5847,3002,2239,0,5847,3002,2239,34,1084,3328,1697,0,1084,3328,1697,34,5199,6699,3539,0,5199,6699,3539,34,4200,4199,4185,0,4200,4199,4185,34,7413,4989,3871,0,7413,4989,3871,34,5272,7497,4374,0,5272,7497,4374,34,1547,5922,1545,0,1547,5922,1545,34,7535,3689,4848,0,7535,3689,4848,34,7734,7388,5474,0,7734,7388,5474,34,7097,817,7584,0,7097,817,7584,34,1298,1300,7825,0,1298,1300,7825,34,5622,7883,5556,0,5622,7883,5556,34,865,7538,6688,0,865,7538,6688,34,6538,6907,6906,0,6538,6907,6906,34,1605,5212,4287,0,1605,5212,4287,34,1946,3840,6469,0,1946,3840,6469,34,6903,1294,5463,0,6903,1294,5463,34,5006,189,3750,0,5006,189,3750,34,3478,5719,4857,0,3478,5719,4857,34,7958,7957,7961,0,7958,7957,7961,34,4323,4322,6147,0,4323,4322,6147,34,7642,7965,3034,0,7642,7965,3034,34,5266,6511,5567,0,5266,6511,5567,34,1485,3782,3719,0,1485,3782,3719,34,3393,5839,5474,0,3393,5839,5474,34,3161,6545,4859,0,3161,6545,4859,34,4129,7010,7259,0,4129,7010,7259,34,3393,5474,7388,0,3393,5474,7388,34,330,3046,7246,0,330,3046,7246,34,4334,2988,6467,0,4334,2988,6467,34,7490,7489,6749,0,7490,7489,6749,34,43,42,4008,0,43,42,4008,34,3974,3451,6206,0,3974,3451,6206,34,1650,4408,4407,0,1650,4408,4407,34,3380,236,235,0,3380,236,235,34,6210,5530,2721,0,6210,5530,2721,34,4407,4409,2006,0,4407,4409,2006,34,5480,5761,5481,0,5480,5761,5481,34,5804,5805,4056,0,5804,5805,4056,34,1937,5832,1820,0,1937,5832,1820,34,2836,4041,4827,0,2836,4041,4827,34,4090,5110,4091,0,4090,5110,4091,34,1694,5962,6083,0,1694,5962,6083,34,3183,4765,2731,0,3183,4765,2731,34,1396,2127,7966,0,1396,2127,7966,34,7062,1163,533,0,7062,1163,533,34,478,7961,479,0,478,7961,479,34,786,6821,2576,0,786,6821,2576,34,2600,7307,5462,0,2600,7307,5462,34,6641,2947,3203,0,6641,2947,3203,34,5516,4553,6007,0,5516,4553,6007,34,5130,1849,6148,0,5130,1849,6148,34,4851,4272,4191,0,4851,4272,4191,34,479,7961,6747,0,479,7961,6747,34,2960,6347,1773,0,2960,6347,1773,34,7500,566,575,0,7500,566,575,34,7904,3686,5538,0,7904,3686,5538,34,581,707,2083,0,581,707,2083,34,2928,522,4077,0,2928,522,4077,34,5523,6599,5379,0,5523,6599,5379,34,7262,3198,3197,0,7262,3198,3197,34,478,7958,7961,0,478,7958,7961,34,7584,5409,5688,0,7584,5409,5688,34,3047,7679,7369,0,3047,7679,7369,34,6619,6004,3825,0,6619,6004,3825,34,2912,5793,6811,0,2912,5793,6811,34,444,3390,3317,0,444,3390,3317,34,1415,2831,1416,0,1415,2831,1416,34,1347,1349,1848,0,1347,1349,1848,34,3006,3772,3774,0,3006,3772,3774,34,7251,4902,7523,0,7251,4902,7523,34,3963,222,7610,0,3963,222,7610,34,6802,3844,4465,0,6802,3844,4465,34,960,691,6960,0,960,691,6960,34,635,3128,5034,0,635,3128,5034,34,5359,6611,7841,0,5359,6611,7841,34,4545,5884,3454,0,4545,5884,3454,34,284,3583,3582,0,284,3583,3582,34,4391,293,4717,0,4391,293,4717,34,3649,6661,7053,0,3649,6661,7053,34,7961,7967,6747,0,7961,7967,6747,34,367,4429,368,0,367,4429,368,34,2942,5042,5041,0,2942,5042,5041,34,4858,2101,7434,0,4858,2101,7434,34,4646,4548,7734,0,4646,4548,7734,34,7639,3251,6810,0,7639,3251,6810,34,7931,5383,3943,0,7931,5383,3943,34,5878,871,1744,0,5878,871,1744,34,6105,7224,6106,0,6105,7224,6106,34,824,4778,825,0,824,4778,825,34,5776,5177,7301,0,5776,5177,7301,34,2612,55,275,0,2612,55,275,34,2855,4497,7950,0,2855,4497,7950,34,7262,3197,3929,0,7262,3197,3929,34,1198,2080,728,0,1198,2080,728,34,1424,2881,6299,0,1424,2881,6299,34,4680,840,839,0,4680,840,839,34,6774,3620,1560,0,6774,3620,1560,34,6749,3194,3196,0,6749,3194,3196,34,3535,7611,7545,0,3535,7611,7545,34,7536,2169,6584,0,7536,2169,6584,34,1967,4653,4652,0,1967,4653,4652,34,4343,2421,6208,0,4343,2421,6208,34,812,814,2209,0,812,814,2209,34,6754,4666,1268,0,6754,4666,1268,34,5134,6454,1966,0,5134,6454,1966,34,7968,7967,7961,0,7968,7967,7961,34,4025,2680,6362,0,4025,2680,6362,34,5288,6782,5289,0,5288,6782,5289,34,2506,2508,3959,0,2506,2508,3959,34,5657,1693,1692,0,5657,1693,1692,34,6062,4927,1957,0,6062,4927,1957,34,2681,4101,2757,0,2681,4101,2757,34,7382,6426,7350,0,7382,6426,7350,34,7559,7375,7312,0,7559,7375,7312,34,5583,2318,6678,0,5583,2318,6678,34,556,834,557,0,556,834,557,34,4279,7033,5794,0,4279,7033,5794,34,732,5725,5724,0,732,5725,5724,34,576,3067,577,0,576,3067,577,34,7849,769,7853,0,7849,769,7853,34,143,7859,141,0,143,7859,141,34,7961,5449,7968,0,7961,5449,7968,34,6354,1334,1333,0,6354,1334,1333,34,1788,2064,1876,0,1788,2064,1876,34,5458,7749,5720,0,5458,7749,5720,34,2301,4028,4136,0,2301,4028,4136,34,2941,6914,5256,0,2941,6914,5256,34,4354,6606,5930,0,4354,6606,5930,34,1441,1459,2852,0,1441,1459,2852,34,6408,7669,7663,0,6408,7669,7663,34,6712,5141,999,0,6712,5141,999,34,1246,3634,1247,0,1246,3634,1247,34,1620,7236,2273,0,1620,7236,2273,34,507,506,5293,0,507,506,5293,34,5827,4570,677,0,5827,4570,677,34,5729,3105,4414,0,5729,3105,4414,34,5827,677,676,0,5827,677,676,34,2225,2226,2817,0,2225,2226,2817,34,4838,3797,6582,0,4838,3797,6582,34,6588,883,7062,0,6588,883,7062,34,1771,7123,7406,0,1771,7123,7406,34,5945,4483,4482,0,5945,4483,4482,34,5644,2006,4409,0,5644,2006,4409,34,2472,4559,2473,0,2472,4559,2473,34,270,272,591,0,270,272,591,34,5804,3570,5659,0,5804,3570,5659,34,2040,7013,6348,0,2040,7013,6348,34,6960,693,1005,0,6960,693,1005,34,764,763,591,0,764,763,591,34,1464,4731,1827,0,1464,4731,1827,34,6260,2906,7580,0,6260,2906,7580,34,3738,3737,5813,0,3738,3737,5813,34,7260,5775,6055,0,7260,5775,6055,34,2240,1654,679,0,2240,1654,679,34,6268,3793,3445,0,6268,3793,3445,34,6631,6588,7062,0,6631,6588,7062,34,1742,7791,1743,0,1742,7791,1743,34,119,7332,1023,0,119,7332,1023,34,7624,3472,6864,0,7624,3472,6864,34,1636,3284,5677,0,1636,3284,5677,34,3364,3017,6572,0,3364,3017,6572,34,2692,855,4594,0,2692,855,4594,34,3357,4595,561,0,3357,4595,561,34,632,634,6978,0,632,634,6978,34,1598,5466,5830,0,1598,5466,5830,34,4276,1857,1898,0,4276,1857,1898,34,1158,2426,65,0,1158,2426,65,34,6994,6674,5695,0,6994,6674,5695,34,1305,142,141,0,1305,142,141,34,6486,6836,5945,0,6486,6836,5945,34,523,1903,6924,0,523,1903,6924,34,62,790,3875,0,62,790,3875,34,1821,93,1100,0,1821,93,1100,34,156,6732,3901,0,156,6732,3901,34,2009,2008,3972,0,2009,2008,3972,34,6820,795,5450,0,6820,795,5450,34,7572,5970,3716,0,7572,5970,3716,34,7113,7199,4832,0,7113,7199,4832,34,1971,5772,6282,0,1971,5772,6282,34,6616,2284,2283,0,6616,2284,2283,34,5201,7860,6074,0,5201,7860,6074,34,7480,480,5209,0,7480,480,5209,34,3109,1289,7469,0,3109,1289,7469,34,2586,7969,4307,0,2586,7969,4307,34,6795,3205,108,0,6795,3205,108,34,7887,7309,6875,0,7887,7309,6875,34,1600,6188,5467,0,1600,6188,5467,34,967,5649,5329,0,967,5649,5329,34,4394,4396,7386,0,4394,4396,7386,34,1069,1439,7281,0,1069,1439,7281,34,344,3286,1941,0,344,3286,1941,34,824,4779,4778,0,824,4779,4778,34,7442,7156,6713,0,7442,7156,6713,34,781,6006,2592,0,781,6006,2592,34,5104,7733,7732,0,5104,7733,7732,34,4310,7110,979,0,4310,7110,979,34,7970,1458,5282,0,7970,1458,5282,34,7404,5100,5099,0,7404,5100,5099,34,3695,3212,3634,0,3695,3212,3634,34,1396,7966,7971,0,1396,7966,7971,34,1418,1420,3778,0,1418,1420,3778,34,4311,6840,5435,0,4311,6840,5435,34,6983,1199,3431,0,6983,1199,3431,34,582,219,1813,0,582,219,1813,34,6571,7949,6431,0,6571,7949,6431,34,7214,862,6996,0,7214,862,6996,34,4818,5145,1835,0,4818,5145,1835,34,2530,6218,7039,0,2530,6218,7039,34,5296,5295,7241,0,5296,5295,7241,34,1724,2136,2138,0,1724,2136,2138,34,7629,7256,2363,0,7629,7256,2363,34,649,4071,650,0,649,4071,650,34,5824,7090,7025,0,5824,7090,7025,34,2420,7108,2421,0,2420,7108,2421,34,5498,3100,5515,0,5498,3100,5515,34,3670,6786,7972,0,3670,6786,7972,34,7644,1916,5366,0,7644,1916,5366,34,7245,7280,4493,0,7245,7280,4493,34,1605,4287,835,0,1605,4287,835,34,5204,6215,6916,0,5204,6215,6916,34,6444,621,3935,0,6444,621,3935,34,7362,2703,1943,0,7362,2703,1943,34,3268,740,739,0,3268,740,739,34,2586,4307,3010,0,2586,4307,3010,34,7362,1943,7835,0,7362,1943,7835,34,5305,4612,3731,0,5305,4612,3731,34,5323,5324,1584,0,5323,5324,1584,34,2329,6067,6066,0,2329,6067,6066,34,2514,1708,6913,0,2514,1708,6913,34,3366,6457,1536,0,3366,6457,1536,34,1044,5317,5316,0,1044,5317,5316,34,5197,4917,3572,0,5197,4917,3572,34,6400,1069,1071,0,6400,1069,1071,34,380,379,2135,0,380,379,2135,34,2453,3268,3270,0,2453,3268,3270,34,5083,4854,4080,0,5083,4854,4080,34,7210,2549,6979,0,7210,2549,6979,34,6735,1934,3050,0,6735,1934,3050,34,4838,4840,5961,0,4838,4840,5961,34,1730,6110,7601,0,1730,6110,7601,34,3605,7627,5296,0,3605,7627,5296,34,1269,4665,7706,0,1269,4665,7706,34,5067,5159,5068,0,5067,5159,5068,34,1768,7191,5101,0,1768,7191,5101,34,2362,7448,1468,0,2362,7448,1468,34,6215,6214,6916,0,6215,6214,6916,34,3090,72,74,0,3090,72,74,34,1850,4883,5402,0,1850,4883,5402,34,3644,7328,5277,0,3644,7328,5277,34,7045,6465,1963,0,7045,6465,1963,34,1093,1095,2260,0,1093,1095,2260,34,4819,4820,5544,0,4819,4820,5544,34,6461,4424,6428,0,6461,4424,6428,34,4114,7495,3385,0,4114,7495,3385,34,5305,6224,1950,0,5305,6224,1950,34,6180,1706,4664,0,6180,1706,4664,34,6759,4935,7481,0,6759,4935,7481,34,3697,3887,6305,0,3697,3887,6305,34,3262,2821,1633,0,3262,2821,1633,34,6078,6086,454,0,6078,6086,454,34,593,3765,3222,0,593,3765,3222,34,7856,3426,2952,0,7856,3426,2952,34,3874,7595,4600,0,3874,7595,4600,34,4579,1049,5898,0,4579,1049,5898,34,2986,2342,2965,0,2986,2342,2965,34,7973,5909,4216,0,7973,5909,4216,34,2916,902,2889,0,2916,902,2889,34,2430,6208,2423,0,2430,6208,2423,34,1583,7249,1910,0,1583,7249,1910,34,1415,6389,6113,0,1415,6389,6113,34,2397,6904,6947,0,2397,6904,6947,34,7668,3764,3763,0,7668,3764,3763,34,5269,7230,5963,0,5269,7230,5963,34,631,630,4130,0,631,630,4130,34,562,6840,5641,0,562,6840,5641,34,310,659,4095,0,310,659,4095,34,5813,3737,6228,0,5813,3737,6228,34,2652,6592,2653,0,2652,6592,2653,34,5778,423,5328,0,5778,423,5328,34,5940,3121,3120,0,5940,3121,3120,34,6156,6158,6876,0,6156,6158,6876,34,5758,1703,1702,0,5758,1703,1702,34,4865,6670,6808,0,4865,6670,6808,34,1564,596,595,0,1564,596,595,34,4795,1265,6674,0,4795,1265,6674,34,446,3539,3438,0,446,3539,3438,34,944,943,2466,0,944,943,2466,34,6986,6985,5943,0,6986,6985,5943,34,3663,5647,4796,0,3663,5647,4796,34,1721,4577,6345,0,1721,4577,6345,34,5188,7257,25,0,5188,7257,25,34,7735,4460,7695,0,7735,4460,7695,34,6981,6797,2284,0,6981,6797,2284,34,5495,1897,1896,0,5495,1897,1896,34,3865,364,3866,0,3865,364,3866,34,5890,4574,4573,0,5890,4574,4573,34,327,3781,2602,0,327,3781,2602,34,5918,7646,6826,0,5918,7646,6826,34,1350,7567,709,0,1350,7567,709,34,951,4331,5890,0,951,4331,5890,34,7451,2922,5808,0,7451,2922,5808,34,135,6712,7543,0,135,6712,7543,34,5458,2550,7749,0,5458,2550,7749,34,6693,7583,6277,0,6693,7583,6277,34,3580,1557,3581,0,3580,1557,3581,34,2713,5187,6541,0,2713,5187,6541,34,7932,3995,4674,0,7932,3995,4674,34,335,7119,333,0,335,7119,333,34,2941,6915,6914,0,2941,6915,6914,34,86,7637,2575,0,86,7637,2575,34,7856,6855,965,0,7856,6855,965,34,2762,3378,6318,0,2762,3378,6318,34,6460,894,5094,0,6460,894,5094,34,6063,2782,7082,0,6063,2782,7082,34,2984,517,2985,0,2984,517,2985,34,6937,7539,1670,0,6937,7539,1670,34,1548,5660,3081,0,1548,5660,3081,34,6943,5082,6066,0,6943,5082,6066,34,4606,2569,3510,0,4606,2569,3510,34,7058,6396,7264,0,7058,6396,7264,34,711,442,441,0,711,442,441,34,1909,1941,1908,0,1909,1941,1908,34,5627,4961,6644,0,5627,4961,6644,34,3981,3980,1638,0,3981,3980,1638,34,4970,1664,4339,0,4970,1664,4339,34,7572,3716,798,0,7572,3716,798,34,4496,7061,7810,0,4496,7061,7810,34,4833,7362,7835,0,4833,7362,7835,34,6692,805,5556,0,6692,805,5556,34,6035,6844,5205,0,6035,6844,5205,34,4833,7835,6630,0,4833,7835,6630,34,1014,3094,3096,0,1014,3094,3096,34,972,5771,7564,0,972,5771,7564,34,5083,5084,4230,0,5083,5084,4230,34,2399,3387,6858,0,2399,3387,6858,34,6931,1573,5502,0,6931,1573,5502,34,5329,7123,967,0,5329,7123,967,34,6198,2157,7118,0,6198,2157,7118,34,431,3539,446,0,431,3539,446,34,4693,603,4751,0,4693,603,4751,34,7964,1500,1499,0,7964,1500,1499,34,7172,7174,7511,0,7172,7174,7511,34,4194,1133,7659,0,4194,1133,7659,34,753,3467,1352,0,753,3467,1352,34,3377,841,6440,0,3377,841,6440,34,396,2777,7,0,396,2777,7,34,2383,2382,5003,0,2383,2382,5003,34,3975,4618,268,0,3975,4618,268,34,58,5678,5864,0,58,5678,5864,34,3828,3926,6188,0,3828,3926,6188,34,4286,7974,4631,0,4286,7974,4631,34,4744,6640,6639,0,4744,6640,6639,34,1917,5904,4772,0,1917,5904,4772,34,58,5864,4227,0,58,5864,4227,34,5706,5708,4761,0,5706,5708,4761,34,1756,7336,6075,0,1756,7336,6075,34,6572,4139,2626,0,6572,4139,2626,34,4349,685,6480,0,4349,685,6480,34,3571,5757,2139,0,3571,5757,2139,34,4500,4461,4501,0,4500,4461,4501,34,5366,1916,5136,0,5366,1916,5136,34,6572,2626,2428,0,6572,2626,2428,34,1788,5268,514,0,1788,5268,514,34,5111,62,61,0,5111,62,61,34,6359,4704,4703,0,6359,4704,4703,34,5053,7254,5054,0,5053,7254,5054,34,5603,7705,1394,0,5603,7705,1394,34,1756,6075,7296,0,1756,6075,7296,34,1887,4795,5108,0,1887,4795,5108,34,3188,3190,4704,0,3188,3190,4704,34,7297,7296,6075,0,7297,7296,6075,34,73,1632,1631,0,73,1632,1631,34,7297,6075,6074,0,7297,6075,6074,34,598,2121,3544,0,598,2121,3544,34,1234,1236,7109,0,1234,1236,7109,34,893,1325,894,0,893,1325,894,34,300,6959,7039,0,300,6959,7039,34,1313,3427,7975,0,1313,3427,7975,34,3154,4325,1011,0,3154,4325,1011,34,4212,7622,2809,0,4212,7622,2809,34,6720,2425,943,0,6720,2425,943,34,5739,723,6772,0,5739,723,6772,34,6488,1444,2022,0,6488,1444,2022,34,5156,3998,1621,0,5156,3998,1621,34,1765,2109,2111,0,1765,2109,2111,34,2386,2385,7063,0,2386,2385,7063,34,6953,7843,1407,0,6953,7843,1407,34,1295,1297,6787,0,1295,1297,6787,34,3932,7015,4000,0,3932,7015,4000,34,4977,2830,5536,0,4977,2830,5536,34,6069,5975,32,0,6069,5975,32,34,5024,5338,4682,0,5024,5338,4682,34,4767,6602,6603,0,4767,6602,6603,34,5118,5119,5900,0,5118,5119,5900,34,4640,5608,3446,0,4640,5608,3446,34,5964,7078,6387,0,5964,7078,6387,34,3519,3518,4509,0,3519,3518,4509,34,6501,957,2145,0,6501,957,2145,34,3893,4563,1050,0,3893,4563,1050,34,7672,3056,6585,0,7672,3056,6585,34,5858,6185,7461,0,5858,6185,7461,34,7972,3671,3670,0,7972,3671,3670,34,2547,2549,7211,0,2547,2549,7211,34,926,7963,924,0,926,7963,924,34,2993,213,2970,0,2993,213,2970,34,7963,7976,924,0,7963,7976,924,34,7928,6421,6423,0,7928,6421,6423,34,7651,2568,4357,0,7651,2568,4357,34,7632,924,7976,0,7632,924,7976,34,6776,1917,4772,0,6776,1917,4772,34,7336,5304,3730,0,7336,5304,3730,34,6094,6424,3635,0,6094,6424,3635,34,5946,7610,6325,0,5946,7610,6325,34,1174,7318,1175,0,1174,7318,1175,34,1394,7705,1395,0,1394,7705,1395,34,1839,773,7342,0,1839,773,7342,34,7496,276,278,0,7496,276,278,34,4034,3978,6969,0,4034,3978,6969,34,6475,419,421,0,6475,419,421,34,2992,4316,3862,0,2992,4316,3862,34,3486,7360,6530,0,3486,7360,6530,34,3900,157,3901,0,3900,157,3901,34,6278,2758,4102,0,6278,2758,4102,34,7943,7632,7976,0,7943,7632,7976,34,6691,4113,822,0,6691,4113,822,34,3568,1000,3569,0,3568,1000,3569,34,6982,5347,5346,0,6982,5347,5346,34,559,561,4595,0,559,561,4595,34,7576,6970,2563,0,7576,6970,2563,34,5262,1117,1119,0,5262,1117,1119,34,2477,2479,6900,0,2477,2479,6900,34,7440,5969,4515,0,7440,5969,4515,34,3267,3830,875,0,3267,3830,875,34,4774,6860,1875,0,4774,6860,1875,34,2034,7090,2035,0,2034,7090,2035,34,2723,7977,3091,0,2723,7977,3091,34,3,408,4,0,3,408,4,34,2033,2032,5456,0,2033,2032,5456,34,7602,5393,5885,0,7602,5393,5885,34,4021,471,14,0,4021,471,14,34,7978,7631,7632,0,7978,7631,7632,34,7015,7939,4000,0,7015,7939,4000,34,945,6377,4953,0,945,6377,4953,34,1992,1632,2084,0,1992,1632,2084,34,2249,6825,3223,0,2249,6825,3223,34,4676,4677,2241,0,4676,4677,2241,34,3446,6131,5854,0,3446,6131,5854,34,619,3060,4720,0,619,3060,4720,34,4235,2240,4677,0,4235,2240,4677,34,713,3623,714,0,713,3623,714,34,4086,2975,4087,0,4086,2975,4087,34,655,6068,6676,0,655,6068,6676,34,1828,2056,1829,0,1828,2056,1829,34,132,7166,3111,0,132,7166,3111,34,1470,6027,3119,0,1470,6027,3119,34,3585,2819,4910,0,3585,2819,4910,34,7651,4072,616,0,7651,4072,616,34,2655,4897,5311,0,2655,4897,5311,34,7978,7632,7943,0,7978,7632,7943,34,600,602,6025,0,600,602,6025,34,4993,4994,7242,0,4993,4994,7242,34,5444,2074,2076,0,5444,2074,2076,34,4737,4973,4376,0,4737,4973,4376,34,6233,3549,808,0,6233,3549,808,34,3782,3612,3720,0,3782,3612,3720,34,2365,7882,2366,0,2365,7882,2366,34,7979,3180,5105,0,7979,3180,5105,34,3501,7153,3622,0,3501,7153,3622,34,4359,1012,6587,0,4359,1012,6587,34,3977,3979,5264,0,3977,3979,5264,34,7978,7943,4920,0,7978,7943,4920,34,3773,7467,7349,0,3773,7467,7349,34,6108,657,2697,0,6108,657,2697,34,6757,3626,4784,0,6757,3626,4784,34,434,2247,5916,0,434,2247,5916,34,332,6493,6495,0,332,6493,6495,34,2440,7263,2515,0,2440,7263,2515,34,4373,2615,4977,0,4373,2615,4977,34,4688,4697,5169,0,4688,4697,5169,34,1858,1860,4341,0,1858,1860,4341,34,1053,4302,7126,0,1053,4302,7126,34,3584,3854,4318,0,3584,3854,4318,34,4937,3600,2789,0,4937,3600,2789,34,6611,5884,4545,0,6611,5884,4545,34,307,377,813,0,307,377,813,34,4635,3038,7426,0,4635,3038,7426,34,504,7136,6988,0,504,7136,6988,34,6174,4367,5703,0,6174,4367,5703,34,1790,93,92,0,1790,93,92,34,5108,4795,6994,0,5108,4795,6994,34,5218,4001,1881,0,5218,4001,1881,34,7647,167,166,0,7647,167,166,34,4921,7976,2513,0,4921,7976,2513,34,5019,1863,1862,0,5019,1863,1862,34,1412,2439,1413,0,1412,2439,1413,34,7635,2969,4966,0,7635,2969,4966,34,711,712,7084,0,711,712,7084,34,6844,7161,3726,0,6844,7161,3726,34,2597,2599,4255,0,2597,2599,4255,34,1276,7327,1277,0,1276,7327,1277,34,4703,4705,3824,0,4703,4705,3824,34,7625,7336,1756,0,7625,7336,1756,34,6844,3726,5206,0,6844,3726,5206,34,2396,5795,458,0,2396,5795,458,34,1200,46,45,0,1200,46,45,34,3545,2311,2776,0,3545,2311,2776,34,6092,6094,3635,0,6092,6094,3635,34,2145,2144,5335,0,2145,2144,5335,34,785,7935,783,0,785,7935,783,34,6447,7623,6273,0,6447,7623,6273,34,7056,7639,2389,0,7056,7639,2389,34,6461,2803,6866,0,6461,2803,6866,34,2777,7777,7932,0,2777,7777,7932,34,7976,4921,7943,0,7976,4921,7943,34,1127,1014,24,0,1127,1014,24,34,2064,1732,1876,0,2064,1732,1876,34,4749,4748,4345,0,4749,4748,4345,34,2272,7483,7403,0,2272,7483,7403,34,7057,2788,7058,0,7057,2788,7058,34,186,1663,187,0,186,1663,187,34,2898,4764,5956,0,2898,4764,5956,34,7975,3427,5039,0,7975,3427,5039,34,3463,7520,3464,0,3463,7520,3464,34,6321,7163,7162,0,6321,7163,7162,34,6,1092,7980,0,6,1092,7980,34,5214,5981,6575,0,5214,5981,6575,34,1811,633,6268,0,1811,633,6268,34,3046,3048,7134,0,3046,3048,7134,34,6958,5280,5279,0,6958,5280,5279,34,3093,4654,6849,0,3093,4654,6849,34,3374,3376,858,0,3374,3376,858,34,4447,4073,2133,0,4447,4073,2133,34,5972,3220,6637,0,5972,3220,6637,34,5485,7918,7192,0,5485,7918,7192,34,5769,5768,7298,0,5769,5768,7298,34,76,2992,3862,0,76,2992,3862,34,6585,7382,7351,0,6585,7382,7351,34,7400,6890,7165,0,7400,6890,7165,34,3723,5182,5120,0,3723,5182,5120,34,440,2097,3396,0,440,2097,3396,34,6386,3042,3041,0,6386,3042,3041,34,550,6108,1863,0,550,6108,1863,34,7571,2610,4187,0,7571,2610,4187,34,1224,2244,5612,0,1224,2244,5612,34,3366,7138,6457,0,3366,7138,6457,34,766,768,231,0,766,768,231,34,7308,3023,6206,0,7308,3023,6206,34,5835,3253,3255,0,5835,3253,3255,34,6626,1808,347,0,6626,1808,347,34,7981,7546,7060,0,7981,7546,7060,34,6589,4916,5197,0,6589,4916,5197,34,5345,5727,7012,0,5345,5727,7012,34,6983,4425,6861,0,6983,4425,6861,34,3165,3167,4769,0,3165,3167,4769,34,5392,5391,2962,0,5392,5391,2962,34,7271,4165,7028,0,7271,4165,7028,34,2492,2494,7502,0,2492,2494,7502,34,3341,5396,3342,0,3341,5396,3342,34,6832,2026,5531,0,6832,2026,5531,34,1268,1270,6755,0,1268,1270,6755,34,171,173,7115,0,171,173,7115,34,1741,1880,1739,0,1741,1880,1739,34,5304,4270,5305,0,5304,4270,5305,34,61,2597,5280,0,61,2597,5280,34,1066,7950,6966,0,1066,7950,6966,34,5806,2922,2921,0,5806,2922,2921,34,647,3603,3123,0,647,3603,3123,34,7549,5885,5362,0,7549,5885,5362,34,2984,268,4618,0,2984,268,4618,34,4386,5521,6205,0,4386,5521,6205,34,3509,6159,2452,0,3509,6159,2452,34,7031,2088,897,0,7031,2088,897,34,6383,478,1748,0,6383,478,1748,34,1855,1857,4278,0,1855,1857,4278,34,5069,3636,4760,0,5069,3636,4760,34,6515,6646,6516,0,6515,6646,6516,34,5713,7247,2995,0,5713,7247,2995,34,3479,313,6989,0,3479,313,6989,34,1194,4275,6182,0,1194,4275,6182,34,3395,3397,7132,0,3395,3397,7132,34,1809,1808,6626,0,1809,1808,6626,34,6320,475,477,0,6320,475,477,34,4334,4697,6817,0,4334,4697,6817,34,2680,2679,1763,0,2680,2679,1763,34,3899,3901,6732,0,3899,3901,6732,34,7679,4557,7369,0,7679,4557,7369,34,4316,3863,3862,0,4316,3863,3862,34,6374,5648,966,0,6374,5648,966,34,5409,7584,5410,0,5409,7584,5410,34,4034,6231,5264,0,4034,6231,5264,34,5549,1038,4517,0,5549,1038,4517,34,1228,1230,2228,0,1228,1230,2228,34,5864,4343,6208,0,5864,4343,6208,34,2897,6309,4764,0,2897,6309,4764,34,527,4835,528,0,527,4835,528,34,2080,2800,729,0,2080,2800,729,34,4385,4626,5521,0,4385,4626,5521,34,915,914,5254,0,915,914,5254,34,2526,5840,2574,0,2526,5840,2574,34,7220,3557,5257,0,7220,3557,5257,34,7495,4453,3385,0,7495,4453,3385,34,4384,7449,2361,0,4384,7449,2361,34,6229,6228,6685,0,6229,6228,6685,34,4303,5476,6410,0,4303,5476,6410,34,7131,6848,6847,0,7131,6848,6847,34,5663,4856,5664,0,5663,4856,5664,34,2532,5208,7411,0,2532,5208,7411,34,3718,5376,7586,0,3718,5376,7586,34,957,2143,2145,0,957,2143,2145,34,6559,183,2012,0,6559,183,2012,34,6964,1091,1837,0,6964,1091,1837,34,977,6065,6067,0,977,6065,6067,34,7502,2494,5320,0,7502,2494,5320,34,3370,2021,2020,0,3370,2021,2020,34,824,7952,4779,0,824,7952,4779,34,5973,403,6908,0,5973,403,6908,34,2937,4729,4731,0,2937,4729,4731,34,6777,4948,4933,0,6777,4948,4933,34,5115,2532,7411,0,5115,2532,7411,34,5694,868,7246,0,5694,868,7246,34,87,5940,3120,0,87,5940,3120,34,1878,7219,2904,0,1878,7219,2904,34,588,7353,7239,0,588,7353,7239,34,5907,5701,4600,0,5907,5701,4600,34,1941,5398,785,0,1941,5398,785,34,357,79,3437,0,357,79,3437,34,6981,2284,6616,0,6981,2284,6616,34,7531,7845,5325,0,7531,7845,5325,34,7944,4649,4648,0,7944,4649,4648,34,6305,72,1307,0,6305,72,1307,34,6760,2133,6744,0,6760,2133,6744,34,7360,1968,4652,0,7360,1968,4652,34,6622,7787,5843,0,6622,7787,5843,34,1443,2022,1444,0,1443,2022,1444,34,2455,2476,2453,0,2455,2476,2453,34,5109,1811,6267,0,5109,1811,6267,34,2763,4684,6987,0,2763,4684,6987,34,6589,819,4916,0,6589,819,4916,34,5668,5233,5232,0,5668,5233,5232,34,1383,6833,4457,0,1383,6833,4457,34,4813,7895,4814,0,4813,7895,4814,34,4424,3139,987,0,4424,3139,987,34,974,6043,6044,0,974,6043,6044,34,5318,5320,2494,0,5318,5320,2494,34,2242,798,4438,0,2242,798,4438,34,6119,3219,872,0,6119,3219,872,34,6059,3302,7982,0,6059,3302,7982,34,7481,7936,7937,0,7481,7936,7937,34,7365,6028,6964,0,7365,6028,6964,34,3196,5318,2494,0,3196,5318,2494,34,7833,3446,5608,0,7833,3446,5608,34,7236,5595,1924,0,7236,5595,1924,34,1217,6123,7673,0,1217,6123,7673,34,2860,2862,3500,0,2860,2862,3500,34,3978,5907,6969,0,3978,5907,6969,34,6832,5530,6210,0,6832,5530,6210,34,5240,539,5241,0,5240,539,5241,34,3560,5742,6810,0,3560,5742,6810,34,5312,858,7983,0,5312,858,7983,34,4347,4211,1486,0,4347,4211,1486,34,5165,39,723,0,5165,39,723,34,1951,2042,2041,0,1951,2042,2041,34,5529,2721,5530,0,5529,2721,5530,34,6129,6143,1810,0,6129,6143,1810,34,5918,7319,6533,0,5918,7319,6533,34,4870,6021,5852,0,4870,6021,5852,34,2560,5412,6379,0,2560,5412,6379,34,6959,1005,7039,0,6959,1005,7039,34,5190,4903,2978,0,5190,4903,2978,34,363,4236,4676,0,363,4236,4676,34,74,3173,3090,0,74,3173,3090,34,1404,7026,5630,0,1404,7026,5630,34,5268,6223,226,0,5268,6223,226,34,6466,3878,3327,0,6466,3878,3327,34,5844,1782,4531,0,5844,1782,4531,34,2679,2449,2448,0,2679,2449,2448,34,1304,5204,4551,0,1304,5204,4551,34,4256,4118,4117,0,4256,4118,4117,34,5025,7416,3682,0,5025,7416,3682,34,904,5468,905,0,904,5468,905,34,5004,567,566,0,5004,567,566,34,7960,4035,7984,0,7960,4035,7984,34,4646,7734,7733,0,4646,7734,7733,34,1675,656,1676,0,1675,656,1676,34,1724,7984,2136,0,1724,7984,2136,34,5643,1287,4053,0,5643,1287,4053,34,1247,3635,6424,0,1247,3635,6424,34,1412,1414,3182,0,1412,1414,3182,34,910,6865,911,0,910,6865,911,34,7985,3393,1502,0,7985,3393,1502,34,5171,5929,2561,0,5171,5929,2561,34,2490,7072,7071,0,2490,7072,7071,34,4183,1670,7539,0,4183,1670,7539,34,6468,5754,2937,0,6468,5754,2937,34,2669,1299,2839,0,2669,1299,2839,34,854,856,1614,0,854,856,1614,34,6073,4889,4888,0,6073,4889,4888,34,2259,5858,2260,0,2259,5858,2260,34,5524,4520,7163,0,5524,4520,7163,34,6846,2055,1787,0,6846,2055,1787,34,2213,6868,4467,0,2213,6868,4467,34,6049,2606,6047,0,6049,2606,6047,34,2612,56,55,0,2612,56,55,34,7986,2884,2144,0,7986,2884,2144,34,1647,6156,1648,0,1647,6156,1648,34,3520,4747,2401,0,3520,4747,2401,34,1054,7562,4627,0,1054,7562,4627,34,4518,3741,3740,0,4518,3741,3740,34,1291,2702,1289,0,1291,2702,1289,34,2085,4001,2086,0,2085,4001,2086,34,1550,1085,1087,0,1550,1085,1087,34,6619,6705,6995,0,6619,6705,6995,34,4032,6951,6682,0,4032,6951,6682,34,7425,4467,6868,0,7425,4467,6868,34,4410,3966,5389,0,4410,3966,5389,34,1206,2559,2558,0,1206,2559,2558,34,7926,3853,2608,0,7926,3853,2608,34,7173,1236,7174,0,7173,1236,7174,34,1784,6344,2096,0,1784,6344,2096,34,3677,7111,3678,0,3677,7111,3678,34,7183,398,455,0,7183,398,455,34,2140,451,7633,0,2140,451,7633,34,5894,6183,3401,0,5894,6183,3401,34,6766,1353,466,0,6766,1353,466,34,6369,116,5118,0,6369,116,5118,34,6940,7222,7793,0,6940,7222,7793,34,661,7006,6060,0,661,7006,6060,34,6034,6105,4707,0,6034,6105,4707,34,3321,7209,5528,0,3321,7209,5528,34,123,2310,1040,0,123,2310,1040,34,7682,7577,3142,0,7682,7577,3142,34,4073,4075,962,0,4073,4075,962,34,7732,5474,7655,0,7732,5474,7655,34,6411,1023,4681,0,6411,1023,4681,34,7916,4426,7198,0,7916,4426,7198,34,3986,6714,5002,0,3986,6714,5002,34,3692,4702,4730,0,3692,4702,4730,34,3223,3225,5153,0,3223,3225,5153,34,6472,7020,4592,0,6472,7020,4592,34,4242,1378,1377,0,4242,1378,1377,34,4294,3997,4285,0,4294,3997,4285,34,291,293,7649,0,291,293,7649,34,786,874,873,0,786,874,873,34,521,4076,522,0,521,4076,522,34,3647,3646,3856,0,3647,3646,3856,34,2258,4615,660,0,2258,4615,660,34,4210,4347,3537,0,4210,4347,3537,34,7987,3013,7637,0,7987,3013,7637,34,5579,5662,7180,0,5579,5662,7180,34,1195,2671,6955,0,1195,2671,6955,34,5416,5744,6768,0,5416,5744,6768,34,5858,7461,5859,0,5858,7461,5859,34,6734,7301,7493,0,6734,7301,7493,34,4043,612,611,0,4043,612,611,34,5359,7841,6505,0,5359,7841,6505,34,666,6413,6586,0,666,6413,6586,34,796,7884,3869,0,796,7884,3869,34,5193,984,5194,0,5193,984,5194,34,3231,7162,3232,0,3231,7162,3232,34,5353,3642,5054,0,5353,3642,5054,34,7837,2577,7603,0,7837,2577,7603,34,2194,1791,1793,0,2194,1791,1793,34,7622,6698,2809,0,7622,6698,2809,34,5032,5164,5033,0,5032,5164,5033,34,4630,7499,1999,0,4630,7499,1999,34,2699,1645,1644,0,2699,1645,1644,34,1828,5635,5634,0,1828,5635,5634,34,2512,6609,3750,0,2512,6609,3750,34,3930,4153,3896,0,3930,4153,3896,34,749,5984,7425,0,749,5984,7425,34,2454,3007,2455,0,2454,3007,2455,34,5135,3487,7032,0,5135,3487,7032,34,3721,2926,7627,0,3721,2926,7627,34,7425,6868,749,0,7425,6868,749,34,5127,6462,1391,0,5127,6462,1391,34,6621,5801,3999,0,6621,5801,3999,34,7201,5546,7202,0,7201,5546,7202,34,1193,6992,3867,0,1193,6992,3867,34,6072,2723,3091,0,6072,2723,3091,34,4877,7988,7989,0,4877,7988,7989,34,6235,7042,5255,0,6235,7042,5255,34,5176,7493,7301,0,5176,7493,7301,34,775,6313,776,0,775,6313,776,34,4156,6725,1161,0,4156,6725,1161,34,4486,417,4801,0,4486,417,4801,34,3272,1246,1245,0,3272,1246,1245,34,3485,6946,5875,0,3485,6946,5875,34,4877,7989,748,0,4877,7989,748,34,5032,7384,2774,0,5032,7384,2774,34,6016,6015,6399,0,6016,6015,6399,34,2564,7403,7483,0,2564,7403,7483,34,3426,2172,3424,0,3426,2172,3424,34,1728,1730,7601,0,1728,1730,7601,34,5359,5884,6611,0,5359,5884,6611,34,4676,4401,364,0,4676,4401,364,34,5178,5724,5723,0,5178,5724,5723,34,2677,7974,4286,0,2677,7974,4286,34,3371,337,3372,0,3371,337,3372,34,1641,5526,1841,0,1641,5526,1841,34,6374,966,1740,0,6374,966,1740,34,7418,2491,2490,0,7418,2491,2490,34,6599,2072,2071,0,6599,2072,2071,34,5999,7990,1310,0,5999,7990,1310,34,4605,528,4606,0,4605,528,4606,34,6974,6084,4980,0,6974,6084,4980,34,5921,6041,2117,0,5921,6041,2117,34,204,2936,205,0,204,2936,205,34,6967,422,6011,0,6967,422,6011,34,5585,3183,3184,0,5585,3183,3184,34,3413,3412,3506,0,3413,3412,3506,34,5600,6750,6749,0,5600,6750,6749,34,5594,5650,4094,0,5594,5650,4094,34,6202,6203,6823,0,6202,6203,6823,34,4741,5632,3330,0,4741,5632,3330,34,5442,3074,1891,0,5442,3074,1891,34,2866,6438,2867,0,2866,6438,2867,34,1088,1090,1442,0,1088,1090,1442,34,6166,7598,7776,0,6166,7598,7776,34,1275,1274,4143,0,1275,1274,4143,34,396,1107,1106,0,396,1107,1106,34,4114,3385,7005,0,4114,3385,7005,34,1364,1456,4985,0,1364,1456,4985,34,1677,4168,663,0,1677,4168,663,34,1754,187,1663,0,1754,187,1663,34,5996,5309,5310,0,5996,5309,5310,34,3436,2250,2249,0,3436,2250,2249,34,2490,7230,7418,0,2490,7230,7418,34,6853,359,358,0,6853,359,358,34,2262,6355,3064,0,2262,6355,3064,34,1772,1774,7322,0,1772,1774,7322,34,5514,3158,2445,0,5514,3158,2445,34,3153,3734,6600,0,3153,3734,6600,34,3925,7563,6188,0,3925,7563,6188,34,560,6789,6788,0,560,6789,6788,34,3153,6600,3154,0,3153,6600,3154,34,7991,4523,4522,0,7991,4523,4522,34,2504,1778,5289,0,2504,1778,5289,34,7992,2361,2363,0,7992,2361,2363,34,7625,1274,4270,0,7625,1274,4270,34,4681,4786,7673,0,4681,4786,7673,34,1563,3969,409,0,1563,3969,409,34,5569,7993,5567,0,5569,7993,5567,34,1212,1063,7666,0,1212,1063,7666,34,6991,672,3503,0,6991,672,3503,34,6687,2366,6933,0,6687,2366,6933,34,2584,7251,7250,0,2584,7251,7250,34,6432,6451,5931,0,6432,6451,5931,34,7039,1004,196,0,7039,1004,196,34,232,231,768,0,232,231,768,34,2233,2232,4911,0,2233,2232,4911,34,4999,3565,5312,0,4999,3565,5312,34,2233,4911,7989,0,2233,4911,7989,34,4881,638,5291,0,4881,638,5291,34,6170,7487,1628,0,6170,7487,1628,34,5398,5397,5502,0,5398,5397,5502,34,3415,1668,1655,0,3415,1668,1655,34,4430,3669,3671,0,4430,3669,3671,34,5298,6909,7542,0,5298,6909,7542,34,6315,7087,7276,0,6315,7087,7276,34,3200,629,722,0,3200,629,722,34,3875,5653,60,0,3875,5653,60,34,4911,748,7989,0,4911,748,7989,34,7835,6629,6630,0,7835,6629,6630,34,3828,6188,1600,0,3828,6188,1600,34,4545,3454,7441,0,4545,3454,7441,34,1971,6282,7621,0,1971,6282,7621,34,6188,5465,5467,0,6188,5465,5467,34,1446,7654,7037,0,1446,7654,7037,34,4164,7028,4165,0,4164,7028,4165,34,3704,6184,5477,0,3704,6184,5477,34,3165,4769,3529,0,3165,4769,3529,34,260,3164,1177,0,260,3164,1177,34,4158,233,1167,0,4158,233,1167,34,2476,2475,1015,0,2476,2475,1015,34,2179,3368,7519,0,2179,3368,7519,34,3798,4881,4893,0,3798,4881,4893,34,7666,1063,5060,0,7666,1063,5060,34,5575,6706,3827,0,5575,6706,3827,34,649,4072,4071,0,649,4072,4071,34,4714,1349,2832,0,4714,1349,2832,34,5076,1143,5423,0,5076,1143,5423,34,4898,4804,4803,0,4898,4804,4803,34,5895,883,6588,0,5895,883,6588,34,279,370,3068,0,279,370,3068,34,5153,6853,4752,0,5153,6853,4752,34,3257,6045,2670,0,3257,6045,2670,34,6015,7353,6399,0,6015,7353,6399,34,5181,4417,276,0,5181,4417,276,34,6162,6032,6031,0,6162,6032,6031,34,3629,7155,6697,0,3629,7155,6697,34,4916,819,6908,0,4916,819,6908,34,5250,825,2637,0,5250,825,2637,34,7911,6001,5146,0,7911,6001,5146,34,2031,6963,2032,0,2031,6963,2032,34,2723,2722,7352,0,2723,2722,7352,34,3235,3237,3813,0,3235,3237,3813,34,2840,3162,2841,0,2840,3162,2841,34,6953,4895,6497,0,6953,4895,6497,34,372,6205,5521,0,372,6205,5521,34,1081,5655,3663,0,1081,5655,3663,34,588,7239,390,0,588,7239,390,34,7404,7405,5100,0,7404,7405,5100,34,3389,2335,2668,0,3389,2335,2668,34,868,867,4602,0,868,867,4602,34,6121,157,3900,0,6121,157,3900,34,4933,7634,6777,0,4933,7634,6777,34,5077,4537,4113,0,5077,4537,4113,34,1354,7994,2121,0,1354,7994,2121,34,2557,3123,6040,0,2557,3123,6040,34,1523,1525,7054,0,1523,1525,7054,34,3602,4031,3603,0,3602,4031,3603,34,294,296,2893,0,294,296,2893,34,5558,5164,1359,0,5558,5164,1359,34,7017,5780,3625,0,7017,5780,3625,34,5663,1330,6103,0,5663,1330,6103,34,5307,7995,7996,0,5307,7995,7996,34,5307,7996,7637,0,5307,7996,7637,34,5892,1932,4453,0,5892,1932,4453,34,4073,6744,2133,0,4073,6744,2133,34,3409,6708,3133,0,3409,6708,3133,34,5856,5176,5175,0,5856,5176,5175,34,7987,7637,7996,0,7987,7637,7996,34,6110,5561,7601,0,6110,5561,7601,34,1067,1066,1581,0,1067,1066,1581,34,381,3583,283,0,381,3583,283,34,7997,7998,7999,0,7997,7998,7999,34,2081,202,6138,0,2081,202,6138,34,4175,5866,5090,0,4175,5866,5090,34,7474,6894,6145,0,7474,6894,6145,34,7995,5307,7999,0,7995,5307,7999,34,7995,7999,7998,0,7995,7999,7998,34,814,2396,3337,0,814,2396,3337,34,7216,5532,6475,0,7216,5532,6475,34,2037,5240,6054,0,2037,5240,6054,34,2692,4594,7606,0,2692,4594,7606,34,2960,2959,6530,0,2960,2959,6530,34,8000,7995,7998,0,8000,7995,7998,34,243,6405,6364,0,243,6405,6364,34,3755,6932,1411,0,3755,6932,1411,34,7464,3014,7508,0,7464,3014,7508,34,3656,3655,6737,0,3656,3655,6737,34,2706,7618,3765,0,2706,7618,3765,34,3545,2776,5173,0,3545,2776,5173,34,1892,1894,570,0,1892,1894,570,34,3355,5593,4400,0,3355,5593,4400,34,8001,7464,7508,0,8001,7464,7508,34,8001,7508,8002,0,8001,7508,8002,34,92,7377,6922,0,92,7377,6922,34,6035,6037,6844,0,6035,6037,6844,34,5800,3056,7672,0,5800,3056,7672,34,1810,1812,6129,0,1810,1812,6129,34,8003,8004,8001,0,8003,8004,8001,34,8003,8001,8002,0,8003,8001,8002,34,8005,8006,8001,0,8005,8006,8001,34,8005,8001,8004,0,8005,8001,8004,34,7508,3013,8007,0,7508,3013,8007,34,6756,1235,7804,0,6756,1235,7804,34,6351,6350,3181,0,6351,6350,3181,34,7987,8007,3013,0,7987,8007,3013,34,982,2100,1935,0,982,2100,1935,34,7996,8007,7987,0,7996,8007,7987,34,8002,7508,8007,0,8002,7508,8007,34,1749,1751,1639,0,1749,1751,1639,34,8002,8007,8003,0,8002,8007,8003,34,1707,2440,2515,0,1707,2440,2515,34,7996,7995,8003,0,7996,7995,8003,34,7996,8003,8007,0,7996,8003,8007,34,2818,3808,5349,0,2818,3808,5349,34,8000,8003,7995,0,8000,8003,7995,34,2303,7713,2301,0,2303,7713,2301,34,6394,4854,5083,0,6394,4854,5083,34,3577,6231,4034,0,3577,6231,4034,34,5243,6351,3456,0,5243,6351,3456,34,8008,8004,7827,0,8008,8004,7827,34,8008,7827,7826,0,8008,7827,7826,34,2290,5435,6840,0,2290,5435,6840,34,8000,7827,8004,0,8000,7827,8004,34,5990,5476,6794,0,5990,5476,6794,34,7828,7827,8000,0,7828,7827,8000,34,7828,8000,8009,0,7828,8000,8009,34,7828,8009,7823,0,7828,8009,7823,34,3135,2158,6891,0,3135,2158,6891,34,3078,2786,6678,0,3078,2786,6678,34,1878,6498,1879,0,1878,6498,1879,34,1423,4449,4448,0,1423,4449,4448,34,7941,6373,1880,0,7941,6373,1880,34,3222,3133,6708,0,3222,3133,6708,34,942,3007,1609,0,942,3007,1609,34,1122,1505,5351,0,1122,1505,5351,34,995,994,1238,0,995,994,1238,34,8005,8004,8008,0,8005,8004,8008,34,4408,5511,6286,0,4408,5511,6286,34,2442,1074,1073,0,2442,1074,1073,34,689,5309,5996,0,689,5309,5996,34,8000,8004,8003,0,8000,8004,8003,34,2891,3747,3746,0,2891,3747,3746,34,7919,2761,2760,0,7919,2761,2760,34,4075,4074,4854,0,4075,4074,4854,34,626,2297,627,0,626,2297,627,34,5781,1111,2835,0,5781,1111,2835,34,5520,373,372,0,5520,373,372,34,7575,7476,7475,0,7575,7476,7475,34,8009,8000,7998,0,8009,8000,7998,34,1171,1173,6971,0,1171,1173,6971,34,5864,4344,4343,0,5864,4344,4343,34,7821,7823,8010,0,7821,7823,8010,34,7821,8010,7758,0,7821,8010,7758,34,7823,7997,8010,0,7823,7997,8010,34,330,6669,3046,0,330,6669,3046,34,5209,1937,7480,0,5209,1937,7480,34,8011,8010,7997,0,8011,8010,7997,34,6696,3324,165,0,6696,3324,165,34,4316,5120,3863,0,4316,5120,3863,34,7823,7998,7997,0,7823,7998,7997,34,5764,7544,4672,0,5764,7544,4672,34,2028,2307,2029,0,2028,2307,2029,34,5634,3108,3107,0,5634,3108,3107,34,3040,4927,4926,0,3040,4927,4926,34,3730,3795,1002,0,3730,3795,1002,34,6808,4368,4367,0,6808,4368,4367,34,4444,5599,5598,0,4444,5599,5598,34,5781,2835,6869,0,5781,2835,6869,34,2638,7242,7854,0,2638,7242,7854,34,5350,1120,5351,0,5350,1120,5351,34,1168,4449,5404,0,1168,4449,5404,34,2826,6116,4172,0,2826,6116,4172,34,7367,6914,6727,0,7367,6914,6727,34,7823,8009,7998,0,7823,8009,7998,34,2323,2344,6658,0,2323,2344,6658,34,3534,2819,2818,0,3534,2819,2818,34,4616,4618,4804,0,4616,4618,4804,34,5282,1458,1457,0,5282,1458,1457,34,5525,7222,6940,0,5525,7222,6940,34,2272,6962,7483,0,2272,6962,7483,34,4569,4568,6365,0,4569,4568,6365,34,7750,7752,8012,0,7750,7752,8012,34,5661,5660,7462,0,5661,5660,7462,34,3753,6230,6252,0,3753,6230,6252,34,7755,8012,7752,0,7755,8012,7752,34,1769,4962,2527,0,1769,4962,2527,34,8013,8012,7755,0,8013,8012,7755,34,2293,2239,2238,0,2293,2239,2238,34,2589,5392,2011,0,2589,5392,2011,34,7750,8012,8013,0,7750,8012,8013,34,3817,4137,3951,0,3817,4137,3951,34,3021,5873,4533,0,3021,5873,4533,34,716,3727,7514,0,716,3727,7514,34,1393,1392,4593,0,1393,1392,4593,34,5572,7095,5247,0,5572,7095,5247,34,6156,3785,6157,0,6156,3785,6157,34,7416,2924,3682,0,7416,2924,3682,34,813,377,814,0,813,377,814,34,2087,895,2088,0,2087,895,2088,34,6654,495,494,0,6654,495,494,34,747,749,6868,0,747,749,6868,34,8014,8013,7757,0,8014,8013,7757,34,6258,6101,7562,0,6258,6101,7562,34,8013,7755,7757,0,8013,7755,7757,34,1762,1683,3125,0,1762,1683,3125,34,4118,105,4116,0,4118,105,4116,34,3340,3003,3000,0,3340,3003,3000,34,8014,8015,8016,0,8014,8015,8016,34,8014,8016,8013,0,8014,8016,8013,34,8015,8017,8016,0,8015,8017,8016,34,594,7278,1182,0,594,7278,1182,34,5579,6817,5662,0,5579,6817,5662,34,5360,490,5361,0,5360,490,5361,34,7411,5208,2813,0,7411,5208,2813,34,2062,2665,3606,0,2062,2665,3606,34,8018,8016,7208,0,8018,8016,7208,34,8018,7208,1469,0,8018,7208,1469,34,8017,1470,7208,0,8017,1470,7208,34,8017,7208,8016,0,8017,7208,8016,34,6132,6134,4780,0,6132,6134,4780,34,6476,7067,6477,0,6476,7067,6477,34,4751,341,340,0,4751,341,340,34,1470,8015,6027,0,1470,8015,6027,34,2864,813,5914,0,2864,813,5914,34,8017,8015,1470,0,8017,8015,1470,34,1223,4111,4110,0,1223,4111,4110,34,5195,5857,2822,0,5195,5857,2822,34,528,4605,526,0,528,4605,526,34,4664,7334,6180,0,4664,7334,6180,34,5077,703,4537,0,5077,703,4537,34,4955,636,4956,0,4955,636,4956,34,3138,1929,228,0,3138,1929,228,34,8013,8016,8018,0,8013,8016,8018,34,2352,4045,2353,0,2352,4045,2353,34,360,3001,5031,0,360,3001,5031,34,4804,4899,7140,0,4804,4899,7140,34,5841,5843,7787,0,5841,5843,7787,34,5046,1264,4789,0,5046,1264,4789,34,6954,5290,7555,0,6954,5290,7555,34,3268,4734,740,0,3268,4734,740,34,2064,514,516,0,2064,514,516,34,6878,4434,4433,0,6878,4434,4433,34,7410,1259,3790,0,7410,1259,3790,34,6757,6442,6675,0,6757,6442,6675,34,3981,1638,1637,0,3981,1638,1637,34,7784,7185,5509,0,7784,7185,5509,34,5074,5073,5307,0,5074,5073,5307,34,4410,5389,4411,0,4410,5389,4411,34,3956,1232,3708,0,3956,1232,3708,34,8019,7999,5073,0,8019,7999,5073,34,2337,2336,5117,0,2337,2336,5117,34,7999,5307,5073,0,7999,5307,5073,34,1471,5937,1666,0,1471,5937,1666,34,3941,1219,1098,0,3941,1219,1098,34,1292,1294,6903,0,1292,1294,6903,34,312,314,586,0,312,314,586,34,4384,3513,1295,0,4384,3513,1295,34,7486,5486,5488,0,7486,5486,5488,34,8020,8019,8015,0,8020,8019,8015,34,7997,7999,8019,0,7997,7999,8019,34,7997,8019,8020,0,7997,8019,8020,34,130,6013,5631,0,130,6013,5631,34,990,4548,4646,0,990,4548,4646,34,6027,8015,8019,0,6027,8015,8019,34,6027,8019,5073,0,6027,8019,5073,34,2046,2045,2323,0,2046,2045,2323,34,3372,336,3918,0,3372,336,3918,34,7368,1456,1455,0,7368,1456,1455,34,3022,2793,6877,0,3022,2793,6877,34,119,1024,2355,0,119,1024,2355,34,1748,480,4591,0,1748,480,4591,34,1610,1609,59,0,1610,1609,59,34,6177,6509,688,0,6177,6509,688,34,2714,3170,3169,0,2714,3170,3169,34,674,2683,4017,0,674,2683,4017,34,3005,5407,2356,0,3005,5407,2356,34,5947,5946,6370,0,5947,5946,6370,34,7758,8010,7759,0,7758,8010,7759,34,6246,1184,1183,0,6246,1184,1183,34,6716,7536,7292,0,6716,7536,7292,34,8011,7759,8010,0,8011,7759,8010,34,3231,6321,7162,0,3231,6321,7162,34,8021,7759,8011,0,8021,7759,8011,34,2600,1294,1293,0,2600,1294,1293,34,1120,5350,2739,0,1120,5350,2739,34,7761,7759,8014,0,7761,7759,8014,34,7761,8014,7757,0,7761,8014,7757,34,5560,5559,4901,0,5560,5559,4901,34,8021,8014,7759,0,8021,8014,7759,34,6272,7881,6933,0,6272,7881,6933,34,539,3766,5241,0,539,3766,5241,34,4640,4639,3259,0,4640,4639,3259,34,5689,5691,4415,0,5689,5691,4415,34,8011,7997,8020,0,8011,7997,8020,34,3511,2148,2147,0,3511,2148,2147,34,6198,7118,2899,0,6198,7118,2899,34,4162,6995,548,0,4162,6995,548,34,2344,4554,6659,0,2344,4554,6659,34,7000,2291,1314,0,7000,2291,1314,34,8021,8011,8020,0,8021,8011,8020,34,2195,811,6887,0,2195,811,6887,34,5527,2279,2892,0,5527,2279,2892,34,4454,4948,6171,0,4454,4948,6171,34,401,403,5973,0,401,403,5973,34,5550,2237,3003,0,5550,2237,3003,34,5955,4008,2111,0,5955,4008,2111,34,8015,8021,8020,0,8015,8021,8020,34,5133,5818,7520,0,5133,5818,7520,34,8014,8021,8015,0,8014,8021,8015,34,4925,4927,6062,0,4925,4927,6062,34,5338,5026,7358,0,5338,5026,7358,34,7648,2607,6270,0,7648,2607,6270,34,4929,1561,7568,0,4929,1561,7568,34,1223,7317,7168,0,1223,7317,7168,34,357,359,79,0,357,359,79,34,4072,3234,617,0,4072,3234,617,34,7116,2749,3144,0,7116,2749,3144,34,7121,1606,1605,0,7121,1606,1605,34,1505,1504,5351,0,1505,1504,5351,34,3343,1262,1261,0,3343,1262,1261,34,2533,1913,6464,0,2533,1913,6464,34,2913,3354,7662,0,2913,3354,7662,34,2400,7101,1131,0,2400,7101,1131,34,3985,7949,5791,0,3985,7949,5791,34,3872,4269,4268,0,3872,4269,4268,34,2997,2407,2345,0,2997,2407,2345,34,4552,1466,2691,0,4552,1466,2691,34,2028,7590,5252,0,2028,7590,5252,34,505,507,5294,0,505,507,5294,34,6693,223,4363,0,6693,223,4363,34,5689,6585,6671,0,5689,6585,6671,34,473,4722,474,0,473,4722,474,34,5767,2978,4732,0,5767,2978,4732,34,5420,1871,1870,0,5420,1871,1870,34,3965,1332,549,0,3965,1332,549,34,5539,1657,1656,0,5539,1657,1656,34,2028,3428,2307,0,2028,3428,2307,34,6064,5966,7611,0,6064,5966,7611,34,6556,4524,2593,0,6556,4524,2593,34,6477,4796,5647,0,6477,4796,5647,34,674,673,4338,0,674,673,4338,34,5539,3709,1143,0,5539,3709,1143,34,1269,7706,7553,0,1269,7706,7553,34,2474,7385,2769,0,2474,7385,2769,34,3159,4787,5803,0,3159,4787,5803,34,4661,6119,7837,0,4661,6119,7837,34,163,162,5161,0,163,162,5161,34,7017,3625,6180,0,7017,3625,6180,34,1207,2558,4661,0,1207,2558,4661,34,5337,1778,2847,0,5337,1778,2847,34,6929,7568,1561,0,6929,7568,1561,34,7955,4734,5746,0,7955,4734,5746,34,3757,6926,7565,0,3757,6926,7565,34,3075,3077,4710,0,3075,3077,4710,34,1462,1461,5876,0,1462,1461,5876,34,656,7355,654,0,656,7355,654,34,4534,5622,7409,0,4534,5622,7409,34,5272,3800,4087,0,5272,3800,4087,34,6184,534,5477,0,6184,534,5477,34,2686,2688,7613,0,2686,2688,7613,34,6844,6296,7161,0,6844,6296,7161,34,1301,7972,4112,0,1301,7972,4112,34,2064,1733,1732,0,2064,1733,1732,34,7097,5339,5340,0,7097,5339,5340,34,4465,525,273,0,4465,525,273,34,7257,5188,4266,0,7257,5188,4266,34,6841,1918,2199,0,6841,1918,2199,34,3239,4901,4900,0,3239,4901,4900,34,454,398,2190,0,454,398,2190,34,7270,3834,7269,0,7270,3834,7269,34,1518,1517,1020,0,1518,1517,1020,34,7193,5976,163,0,7193,5976,163,34,5348,4352,1146,0,5348,4352,1146,34,6369,5118,7857,0,6369,5118,7857,34,3261,5752,1211,0,3261,5752,1211,34,6379,5412,7386,0,6379,5412,7386,34,3040,3042,1958,0,3040,3042,1958,34,2710,3172,6368,0,2710,3172,6368,34,4889,3730,1002,0,4889,3730,1002,34,6219,4206,551,0,6219,4206,551,34,19,5330,20,0,19,5330,20,34,615,7992,7256,0,615,7992,7256,34,7856,1687,2172,0,7856,1687,2172,34,2283,7321,7381,0,2283,7321,7381,34,5407,4837,7597,0,5407,4837,7597,34,1479,4141,4589,0,1479,4141,4589,34,674,4338,2683,0,674,4338,2683,34,5000,5002,5987,0,5000,5002,5987,34,6215,1304,7859,0,6215,1304,7859,34,4825,7177,4440,0,4825,7177,4440,34,6033,2743,5726,0,6033,2743,5726,34,182,297,3698,0,182,297,3698,34,7602,5885,7549,0,7602,5885,7549,34,2680,1763,6956,0,2680,1763,6956,34,634,3811,7401,0,634,3811,7401,34,5658,6660,770,0,5658,6660,770,34,4116,105,104,0,4116,105,104,34,831,5481,5761,0,831,5481,5761,34,941,6882,2132,0,941,6882,2132,34,4321,6287,4658,0,4321,6287,4658,34,3899,6732,6731,0,3899,6732,6731,34,857,3776,858,0,857,3776,858,34,2814,2813,7052,0,2814,2813,7052,34,4727,2805,3346,0,4727,2805,3346,34,4651,2002,4079,0,4651,2002,4079,34,6221,3924,3926,0,6221,3924,3926,34,4634,5385,7045,0,4634,5385,7045,34,3085,3087,7558,0,3085,3087,7558,34,547,5543,1040,0,547,5543,1040,34,7375,5502,7312,0,7375,5502,7312,34,3356,226,225,0,3356,226,225,34,6755,1270,6179,0,6755,1270,6179,34,2040,6163,7013,0,2040,6163,7013,34,5329,5649,4642,0,5329,5649,4642,34,3770,3771,4176,0,3770,3771,4176,34,7081,7407,4154,0,7081,7407,4154,34,5353,7457,904,0,5353,7457,904,34,134,4881,5291,0,134,4881,5291,34,5004,6594,567,0,5004,6594,567,34,4317,4787,3329,0,4317,4787,3329,34,6738,6041,6765,0,6738,6041,6765,34,6940,8022,6941,0,6940,8022,6941,34,4877,3739,8023,0,4877,3739,8023,34,6773,7658,5480,0,6773,7658,5480,34,6894,427,426,0,6894,427,426,34,3507,3509,6449,0,3507,3509,6449,34,3586,5802,4701,0,3586,5802,4701,34,1347,1848,2550,0,1347,1848,2550,34,2140,7633,3483,0,2140,7633,3483,34,4419,4797,3440,0,4419,4797,3440,34,1272,1680,1513,0,1272,1680,1513,34,613,5059,3263,0,613,5059,3263,34,3801,3800,5272,0,3801,3800,5272,34,3607,3606,6656,0,3607,3606,6656,34,4280,7365,6964,0,4280,7365,6964,34,2478,2477,5271,0,2478,2477,5271,34,1895,4052,4955,0,1895,4052,4955,34,966,4209,4208,0,966,4209,4208,34,7062,883,3707,0,7062,883,3707,34,6578,6135,1866,0,6578,6135,1866,34,7081,3255,2048,0,7081,3255,2048,34,1815,6285,1816,0,1815,6285,1816,34,4521,1353,6765,0,4521,1353,6765,34,6199,6073,4888,0,6199,6073,4888,34,1678,5825,1999,0,1678,5825,1999,34,3469,2195,491,0,3469,2195,491,34,8024,8025,7942,0,8024,8025,7942,34,5706,4761,7712,0,5706,4761,7712,34,2087,4557,895,0,2087,4557,895,34,8026,8027,8025,0,8026,8027,8025,34,6629,7226,34,0,6629,7226,34,34,3338,4291,3322,0,3338,4291,3322,34,7942,8025,8027,0,7942,8025,8027,34,3171,5262,3172,0,3171,5262,3172,34,6753,6755,1452,0,6753,6755,1452,34,2973,6519,6560,0,2973,6519,6560,34,794,5450,795,0,794,5450,795,34,3561,3802,6679,0,3561,3802,6679,34,5767,4732,5768,0,5767,4732,5768,34,7258,6171,6777,0,7258,6171,6777,34,7133,198,7592,0,7133,198,7592,34,3083,6295,6058,0,3083,6295,6058,34,4455,942,944,0,4455,942,944,34,8023,3739,8025,0,8023,3739,8025,34,5956,5955,2898,0,5956,5955,2898,34,3739,8026,8025,0,3739,8026,8025,34,7320,7483,4481,0,7320,7483,4481,34,4760,4761,7663,0,4760,4761,7663,34,3393,7985,5517,0,3393,7985,5517,34,5824,1414,7090,0,5824,1414,7090,34,2346,4023,4022,0,2346,4023,4022,34,6670,5085,5086,0,6670,5085,5086,34,2975,1417,7497,0,2975,1417,7497,34,5982,7570,2546,0,5982,7570,2546,34,6869,2835,2837,0,6869,2835,2837,34,974,976,6043,0,974,976,6043,34,5847,745,744,0,5847,745,744,34,2359,1476,1475,0,2359,1476,1475,34,228,230,987,0,228,230,987,34,7928,1487,2977,0,7928,1487,2977,34,4298,7543,4299,0,4298,7543,4299,34,3326,1826,334,0,3326,1826,334,34,4229,3781,3780,0,4229,3781,3780,34,4657,6329,4040,0,4657,6329,4040,34,7849,770,769,0,7849,770,769,34,7642,7942,8027,0,7642,7942,8027,34,7220,280,3557,0,7220,280,3557,34,4697,4699,5169,0,4697,4699,5169,34,7032,3487,7346,0,7032,3487,7346,34,6719,1829,4281,0,6719,1829,4281,34,5829,5831,5015,0,5829,5831,5015,34,2292,7107,745,0,2292,7107,745,34,5745,6327,3725,0,5745,6327,3725,34,770,7849,2212,0,770,7849,2212,34,6271,4138,5738,0,6271,4138,5738,34,4898,2017,7304,0,4898,2017,7304,34,377,5795,2396,0,377,5795,2396,34,5600,6749,5766,0,5600,6749,5766,34,5034,4956,636,0,5034,4956,636,34,485,59,3007,0,485,59,3007,34,6118,6119,4661,0,6118,6119,4661,34,5218,5220,5402,0,5218,5220,5402,34,4607,7935,4608,0,4607,7935,4608,34,5244,7322,6553,0,5244,7322,6553,34,7038,6325,4994,0,7038,6325,4994,34,416,7249,4802,0,416,7249,4802,34,4254,5278,5280,0,4254,5278,5280,34,2672,3812,1080,0,2672,3812,1080,34,6455,1727,1726,0,6455,1727,1726,34,4552,4782,204,0,4552,4782,204,34,3919,5747,7455,0,3919,5747,7455,34,641,138,4476,0,641,138,4476,34,6304,72,6305,0,6304,72,6305,34,7925,3293,3927,0,7925,3293,3927,34,7473,5217,5216,0,7473,5217,5216,34,7317,1222,6000,0,7317,1222,6000,34,2585,253,7969,0,2585,253,7969,34,2362,5590,2363,0,2362,5590,2363,34,7671,3155,3402,0,7671,3155,3402,34,1487,1243,2977,0,1487,1243,2977,34,5374,5446,3742,0,5374,5446,3742,34,7357,6005,6771,0,7357,6005,6771,34,560,6788,4880,0,560,6788,4880,34,1329,3335,7240,0,1329,3335,7240,34,48,6957,4432,0,48,6957,4432,34,3394,718,720,0,3394,718,720,34,2519,2521,5269,0,2519,2521,5269,34,5206,3726,5207,0,5206,3726,5207,34,510,2402,4598,0,510,2402,4598,34,1859,2908,2495,0,1859,2908,2495,34,1488,5607,5510,0,1488,5607,5510,34,3910,2377,2287,0,3910,2377,2287,34,2123,3930,5067,0,2123,3930,5067,34,7642,8027,7965,0,7642,8027,7965,34,6147,1384,3968,0,6147,1384,3968,34,3561,5717,3562,0,3561,5717,3562,34,2432,6598,7064,0,2432,6598,7064,34,483,3359,3982,0,483,3359,3982,34,81,2868,6891,0,81,2868,6891,34,1319,2628,2630,0,1319,2628,2630,34,52,1644,6205,0,52,1644,6205,34,1719,5726,4936,0,1719,5726,4936,34,4427,4939,4428,0,4427,4939,4428,34,8027,7374,7965,0,8027,7374,7965,34,6848,5421,3145,0,6848,5421,3145,34,1912,3509,1720,0,1912,3509,1720,34,3998,432,7088,0,3998,432,7088,34,3066,3116,2685,0,3066,3116,2685,34,1697,3328,3878,0,1697,3328,3878,34,7925,7478,3291,0,7925,7478,3291,34,2405,4172,4554,0,2405,4172,4554,34,7992,2363,7256,0,7992,2363,7256,34,3022,6877,5404,0,3022,6877,5404,34,5823,1358,3586,0,5823,1358,3586,34,5296,3604,3605,0,5296,3604,3605,34,2999,5035,4350,0,2999,5035,4350,34,6636,7520,3463,0,6636,7520,3463,34,8027,8026,7374,0,8027,8026,7374,34,4536,7130,7883,0,4536,7130,7883,34,6958,5279,2995,0,6958,5279,2995,34,6473,5128,7331,0,6473,5128,7331,34,1034,6888,3594,0,1034,6888,3594,34,6737,3655,3249,0,6737,3655,3249,34,4153,1753,1752,0,4153,1753,1752,34,6873,6816,2446,0,6873,6816,2446,34,7551,7200,7597,0,7551,7200,7597,34,5184,7559,6214,0,5184,7559,6214,34,3418,1327,1765,0,3418,1327,1765,34,1969,4499,5439,0,1969,4499,5439,34,4371,3060,619,0,4371,3060,619,34,3311,7014,7541,0,3311,7014,7541,34,2662,7322,1774,0,2662,7322,1774,34,6209,746,923,0,6209,746,923,34,1663,6275,6254,0,1663,6275,6254,34,4826,2403,2405,0,4826,2403,2405,34,287,286,384,0,287,286,384,34,4995,5308,2427,0,4995,5308,2427,34,5364,7491,1437,0,5364,7491,1437,34,4415,853,852,0,4415,853,852,34,3975,3099,6479,0,3975,3099,6479,34,710,709,4524,0,710,709,4524,34,5424,3997,4294,0,5424,3997,4294,34,5006,7965,7374,0,5006,7965,7374,34,3470,1408,1407,0,3470,1408,1407,34,434,5916,435,0,434,5916,435,34,3884,3886,7335,0,3884,3886,7335,34,1052,1051,7270,0,1052,1051,7270,34,6209,923,922,0,6209,923,922,34,1381,3128,1382,0,1381,3128,1382,34,3723,2106,3724,0,3723,2106,3724,34,3535,3537,7611,0,3535,3537,7611,34,3920,4292,3921,0,3920,4292,3921,34,839,2763,5880,0,839,2763,5880,34,1257,1272,1256,0,1257,1272,1256,34,7456,6647,3083,0,7456,6647,3083,34,3990,210,212,0,3990,210,212,34,4746,3853,3589,0,4746,3853,3589,34,7270,1051,3834,0,7270,1051,3834,34,6955,7105,1196,0,6955,7105,1196,34,5893,6439,6283,0,5893,6439,6283,34,5836,6254,6275,0,5836,6254,6275,34,6281,4730,4729,0,6281,4730,4729,34,1910,3032,1151,0,1910,3032,1151,34,5362,3283,2318,0,5362,3283,2318,34,5625,5700,5702,0,5625,5700,5702,34,5030,1373,6010,0,5030,1373,6010,34,7121,430,1606,0,7121,430,1606,34,3376,5312,7983,0,3376,5312,7983,34,730,6174,5551,0,730,6174,5551,34,1602,7424,6107,0,1602,7424,6107,34,7386,4396,3220,0,7386,4396,3220,34,257,4709,266,0,257,4709,266,34,6126,6429,6924,0,6126,6429,6924,34,2492,7429,7150,0,2492,7429,7150,34,6471,7789,7641,0,6471,7789,7641,34,1350,3467,7567,0,1350,3467,7567,34,3506,3589,3505,0,3506,3589,3505,34,2315,6886,5666,0,2315,6886,5666,34,3048,5152,5718,0,3048,5152,5718,34,3421,6221,3828,0,3421,6221,3828,34,1216,5007,7374,0,1216,5007,7374,34,3380,235,3608,0,3380,235,3608,34,1216,7374,5812,0,1216,7374,5812,34,4812,5948,4132,0,4812,5948,4132,34,3435,5061,5022,0,3435,5061,5022,34,174,4879,2738,0,174,4879,2738,34,4153,4154,3896,0,4153,4154,3896,34,7727,2872,2871,0,7727,2872,2871,34,5812,7374,8026,0,5812,7374,8026,34,366,368,7653,0,366,368,7653,34,2409,4539,5591,0,2409,4539,5591,34,7179,6790,6789,0,7179,6790,6789,34,6947,6948,2397,0,6947,6948,2397,34,1290,7004,5045,0,1290,7004,5045,34,200,7592,198,0,200,7592,198,34,6244,7766,1998,0,6244,7766,1998,34,7587,3370,6544,0,7587,3370,6544,34,808,3549,6728,0,808,3549,6728,34,6179,1452,6755,0,6179,1452,6755,34,1302,5052,6549,0,1302,5052,6549,34,6421,2979,6842,0,6421,2979,6842,34,6614,5419,4199,0,6614,5419,4199,34,1737,6613,131,0,1737,6613,131,34,8026,3739,3738,0,8026,3739,3738,34,6318,3378,6319,0,6318,3378,6319,34,5324,5856,5855,0,5324,5856,5855,34,314,4504,1321,0,314,4504,1321,34,3216,7522,3214,0,3216,7522,3214,34,5519,5521,4626,0,5519,5521,4626,34,4134,5738,4138,0,4134,5738,4138,34,1589,6053,6453,0,1589,6053,6453,34,3491,6042,4021,0,3491,6042,4021,34,6932,5874,1080,0,6932,5874,1080,34,533,3602,647,0,533,3602,647,34,2282,3903,3962,0,2282,3903,3962,34,553,6791,5051,0,553,6791,5051,34,5812,8026,3738,0,5812,8026,3738,34,439,438,4157,0,439,438,4157,34,5854,6211,6791,0,5854,6211,6791,34,3805,6908,403,0,3805,6908,403,34,2687,4918,4632,0,2687,4918,4632,34,4624,4625,6131,0,4624,4625,6131,34,7621,6282,7326,0,7621,6282,7326,34,7493,3114,2045,0,7493,3114,2045,34,7712,5911,4625,0,7712,5911,4625,34,2528,7605,2824,0,2528,7605,2824,34,6276,1239,6566,0,6276,1239,6566,34,4347,7611,3537,0,4347,7611,3537,34,1292,6770,7267,0,1292,6770,7267,34,5699,5698,4834,0,5699,5698,4834,34,3165,7589,5378,0,3165,7589,5378,34,3721,7608,3967,0,3721,7608,3967,34,7165,2373,1434,0,7165,2373,1434,34,1586,3259,3258,0,1586,3259,3258,34,4752,357,3437,0,4752,357,3437,34,3516,7527,5313,0,3516,7527,5313,34,3704,6100,4852,0,3704,6100,4852,34,686,3875,1987,0,686,3875,1987,34,5361,490,7488,0,5361,490,7488,34,1188,7023,1187,0,1188,7023,1187,34,7268,4076,521,0,7268,4076,521,34,2791,2790,4051,0,2791,2790,4051,34,7702,7593,7612,0,7702,7593,7612,34,2044,6004,930,0,2044,6004,930,34,2542,6173,1776,0,2542,6173,1776,34,5167,4862,5933,0,5167,4862,5933,34,4315,929,928,0,4315,929,928,34,6295,6647,6614,0,6295,6647,6614,34,7468,7988,7519,0,7468,7988,7519,34,2200,2202,1886,0,2200,2202,1886,34,1739,1880,6373,0,1739,1880,6373,34,1943,7209,7835,0,1943,7209,7835,34,4967,4966,3179,0,4967,4966,3179,34,7380,5162,3860,0,7380,5162,3860,34,6716,6165,4287,0,6716,6165,4287,34,2326,2982,2484,0,2326,2982,2484,34,4807,2998,2842,0,4807,2998,2842,34,1282,1281,2682,0,1282,1281,2682,34,6295,4024,6786,0,6295,4024,6786,34,3697,5468,4173,0,3697,5468,4173,34,1328,1330,2480,0,1328,1330,2480,34,6072,3173,6146,0,6072,3173,6146,34,4724,7007,6906,0,4724,7007,6906,34,1940,5720,3130,0,1940,5720,3130,34,48,4431,49,0,48,4431,49,34,1031,1033,5759,0,1031,1033,5759,34,3863,5183,5460,0,3863,5183,5460,34,2528,8028,2529,0,2528,8028,2529,34,2532,5115,5789,0,2532,5115,5789,34,4508,4102,4101,0,4508,4102,4101,34,4123,1614,856,0,4123,1614,856,34,593,3222,6707,0,593,3222,6707,34,7648,6270,7879,0,7648,6270,7879,34,1021,1574,1022,0,1021,1574,1022,34,4026,6361,4337,0,4026,6361,4337,34,1004,1478,7363,0,1004,1478,7363,34,1226,2993,281,0,1226,2993,281,34,6367,3870,151,0,6367,3870,151,34,6401,5651,1339,0,6401,5651,1339,34,2315,5897,6886,0,2315,5897,6886,34,2050,7302,2051,0,2050,7302,2051,34,6411,6257,2115,0,6411,6257,2115,34,4288,1726,1725,0,4288,1726,1725,34,6417,772,5985,0,6417,772,5985,34,7989,7988,7468,0,7989,7988,7468,34,5291,5290,132,0,5291,5290,132,34,1101,4264,7952,0,1101,4264,7952,34,7701,4574,1685,0,7701,4574,1685,34,5044,2785,2701,0,5044,2785,2701,34,3626,3625,5780,0,3626,3625,5780,34,2169,4653,1967,0,2169,4653,1967,34,4306,4305,7514,0,4306,4305,7514,34,3038,5488,7426,0,3038,5488,7426,34,7556,5357,7557,0,7556,5357,7557,34,839,841,2762,0,839,841,2762,34,429,1606,430,0,429,1606,430,34,3047,6669,896,0,3047,6669,896,34,153,4494,7280,0,153,4494,7280,34,6671,6585,7351,0,6671,6585,7351,34,5515,3100,3976,0,5515,3100,3976,34,5470,2903,2902,0,5470,2903,2902,34,2237,5550,5091,0,2237,5550,5091,34,4898,3893,2018,0,4898,3893,2018,34,6440,840,4681,0,6440,840,4681,34,7327,6554,1204,0,7327,6554,1204,34,1399,6690,2094,0,1399,6690,2094,34,4444,5598,5514,0,4444,5598,5514,34,6200,1102,1688,0,6200,1102,1688,34,2616,4242,2833,0,2616,4242,2833,34,4231,1350,708,0,4231,1350,708,34,1251,7636,37,0,1251,7636,37,34,3095,1013,949,0,3095,1013,949,34,237,6466,328,0,237,6466,328,34,7538,865,864,0,7538,865,864,34,5902,2725,3952,0,5902,2725,3952,34,1666,6970,3276,0,1666,6970,3276,34,4536,7883,5622,0,4536,7883,5622,34,2703,6499,1944,0,2703,6499,1944,34,542,3748,5352,0,542,3748,5352,34,7190,7373,6409,0,7190,7373,6409,34,5384,5383,1031,0,5384,5383,1031,34,4628,6413,666,0,4628,6413,666,34,2944,2920,879,0,2944,2920,879,34,6113,6560,6196,0,6113,6560,6196,34,294,2893,3948,0,294,2893,3948,34,2301,7713,4028,0,2301,7713,4028,34,3830,6733,3831,0,3830,6733,3831,34,3201,3342,3578,0,3201,3342,3578,34,1439,7188,7281,0,1439,7188,7281,34,3865,3864,6824,0,3865,3864,6824,34,6326,6429,6327,0,6326,6429,6327,34,5685,4094,5650,0,5685,4094,5650,34,6976,960,6960,0,6976,960,6960,34,5810,7339,158,0,5810,7339,158,34,144,146,1664,0,144,146,1664,34,5514,5598,85,0,5514,5598,85,34,4680,4786,4681,0,4680,4786,4681,34,7260,698,697,0,7260,698,697,34,4673,4241,3560,0,4673,4241,3560,34,608,5364,1436,0,608,5364,1436,34,6412,1952,6413,0,6412,1952,6413,34,2635,3240,1419,0,2635,3240,1419,34,4576,2207,4338,0,4576,2207,4338,34,7628,1584,7170,0,7628,1584,7170,34,6259,7562,2463,0,6259,7562,2463,34,6692,7129,5686,0,6692,7129,5686,34,536,4160,3705,0,536,4160,3705,34,6021,6308,6253,0,6021,6308,6253,34,3409,5962,3410,0,3409,5962,3410,34,2666,6189,2799,0,2666,6189,2799,34,3886,7209,7335,0,3886,7209,7335,34,1940,1939,5720,0,1940,1939,5720,34,7133,4412,5332,0,7133,4412,5332,34,2658,2657,3177,0,2658,2657,3177,34,6640,6068,2234,0,6640,6068,2234,34,4621,2699,4533,0,4621,2699,4533,34,8029,5449,461,0,8029,5449,461,34,4561,4924,7106,0,4561,4924,7106,34,2568,2570,7731,0,2568,2570,7731,34,3529,3443,7589,0,3529,3443,7589,34,2738,4879,5166,0,2738,4879,5166,34,2970,2972,2993,0,2970,2972,2993,34,6369,7897,4699,0,6369,7897,4699,34,5588,6930,5397,0,5588,6930,5397,34,7185,7784,7223,0,7185,7784,7223,34,3085,5745,3725,0,3085,5745,3725,34,5093,6951,6950,0,5093,6951,6950,34,1957,5505,6062,0,1957,5505,6062,34,5358,5542,6920,0,5358,5542,6920,34,6491,7077,7055,0,6491,7077,7055,34,2145,5335,5811,0,2145,5335,5811,34,6864,2057,2056,0,6864,2057,2056,34,3063,4993,1925,0,3063,4993,1925,34,4882,1431,120,0,4882,1431,120,34,3216,6781,7522,0,3216,6781,7522,34,6037,6845,6844,0,6037,6845,6844,34,3337,4799,3956,0,3337,4799,3956,34,5129,5130,7139,0,5129,5130,7139,34,3636,3382,4760,0,3636,3382,4760,34,7614,5697,3089,0,7614,5697,3089,34,2742,6997,6240,0,2742,6997,6240,34,4391,6307,4392,0,4391,6307,4392,34,6139,6746,520,0,6139,6746,520,34,3632,1889,2434,0,3632,1889,2434,34,17,16,5965,0,17,16,5965,34,635,1382,3128,0,635,1382,3128,34,3306,6663,3304,0,3306,6663,3304,34,2136,7984,4035,0,2136,7984,4035,34,83,3009,3649,0,83,3009,3649,34,8025,8024,7988,0,8025,8024,7988,34,4280,6964,1837,0,4280,6964,1837,34,6550,2106,5977,0,6550,2106,5977,34,4646,7733,5104,0,4646,7733,5104,34,4550,3683,3109,0,4550,3683,3109,34,3227,3229,3553,0,3227,3229,3553,34,8023,8025,7988,0,8023,8025,7988,34,6184,4853,3474,0,6184,4853,3474,34,6020,2827,4089,0,6020,2827,4089,34,1461,1190,2456,0,1461,1190,2456,34,6046,7036,1435,0,6046,7036,1435,34,4145,7125,2495,0,4145,7125,2495,34,7991,2121,7994,0,7991,2121,7994,34,7297,7860,2256,0,7297,7860,2256,34,4860,4859,5905,0,4860,4859,5905,34,7976,7963,2513,0,7976,7963,2513,34,2934,2935,3786,0,2934,2935,3786,34,3655,3657,6807,0,3655,3657,6807,34,7074,7075,7988,0,7074,7075,7988,34,7074,7988,8024,0,7074,7988,8024,34,458,5795,456,0,458,5795,456,34,6524,1877,5043,0,6524,1877,5043,34,7113,2982,7199,0,7113,2982,7199,34,5946,6836,3963,0,5946,6836,3963,34,6677,7152,4319,0,6677,7152,4319,34,4877,8023,7988,0,4877,8023,7988,34,1997,5922,5924,0,1997,5922,5924,34,2832,1348,2833,0,2832,1348,2833,34,3841,1280,5157,0,3841,1280,5157,34,4904,4721,4733,0,4904,4721,4733,34,4703,7282,6237,0,4703,7282,6237,34,3998,6628,1996,0,3998,6628,1996,34,5606,646,645,0,5606,646,645,34,5428,3868,2744,0,5428,3868,2744,34,6384,3840,3839,0,6384,3840,3839,34,847,846,1433,0,847,846,1433,34,2973,4086,6519,0,2973,4086,6519,34,6016,1408,3471,0,6016,1408,3471,34,7595,6969,4600,0,7595,6969,4600,34,2059,2061,5159,0,2059,2061,5159,34,6970,1666,2613,0,6970,1666,2613,34,542,3746,3748,0,542,3746,3748,34,974,7612,7593,0,974,7612,7593,34,3093,6850,3235,0,3093,6850,3235,34,7571,4187,369,0,7571,4187,369,34,1449,5334,1416,0,1449,5334,1416,34,6471,6392,7789,0,6471,6392,7789,34,5131,6283,6966,0,5131,6283,6966,34,3991,3179,4398,0,3991,3179,4398,34,180,182,2370,0,180,182,2370,34,1142,1144,6175,0,1142,1144,6175,34,180,7713,181,0,180,7713,181,34,106,105,1844,0,106,105,1844,34,6677,7150,7152,0,6677,7150,7152,34,3685,1960,1144,0,3685,1960,1144,34,2659,938,7308,0,2659,938,7308,34,662,7982,3302,0,662,7982,3302,34,1842,5525,6940,0,1842,5525,6940,34,7992,957,2361,0,7992,957,2361,34,4186,1137,2215,0,4186,1137,2215,34,7075,1204,7519,0,7075,1204,7519,34,4888,1002,333,0,4888,1002,333,34,3391,7146,4260,0,3391,7146,4260,34,2021,6331,6199,0,2021,6331,6199,34,5297,5296,7627,0,5297,5296,7627,34,7017,2794,2796,0,7017,2794,2796,34,7947,129,6613,0,7947,129,6613,34,6616,6982,6981,0,6616,6982,6981,34,4587,5788,4588,0,4587,5788,4588,34,559,4595,5838,0,559,4595,5838,34,5565,2200,1885,0,5565,2200,1885,34,3532,3534,3905,0,3532,3534,3905,34,5812,5814,1216,0,5812,5814,1216,34,1009,6517,919,0,1009,6517,919,34,5096,5739,4474,0,5096,5739,4474,34,3593,2626,4139,0,3593,2626,4139,34,4946,3175,5989,0,4946,3175,5989,34,3038,7486,5488,0,3038,7486,5488,34,7075,7519,7988,0,7075,7519,7988,34,6560,6519,6518,0,6560,6519,6518,34,217,216,2966,0,217,216,2966,34,4010,400,7043,0,4010,400,7043,34,352,1737,1736,0,352,1737,1736,34,1177,6381,6488,0,1177,6381,6488,34,2025,2027,1781,0,2025,2027,1781,34,5684,6388,4092,0,5684,6388,4092,34,7487,6161,1628,0,7487,6161,1628,34,1088,1442,2852,0,1088,1442,2852,34,6656,3288,3607,0,6656,3288,3607,34,6677,7913,6761,0,6677,7913,6761,34,7300,451,453,0,7300,451,453,34,2369,1761,6829,0,2369,1761,6829,34,6795,1334,5321,0,6795,1334,5321,34,3201,3200,721,0,3201,3200,721,34,6932,3812,1409,0,6932,3812,1409,34,270,7267,271,0,270,7267,271,34,3417,5508,1175,0,3417,5508,1175,34,5631,1310,1309,0,5631,1310,1309,34,6745,5234,7428,0,6745,5234,7428,34,3606,2665,6003,0,3606,2665,6003,34,1031,7931,2050,0,1031,7931,2050,34,2033,5456,4939,0,2033,5456,4939,34,7096,7095,5572,0,7096,7095,5572,34,1864,1866,6135,0,1864,1866,6135,34,2593,7567,3467,0,2593,7567,3467,34,5635,1828,1830,0,5635,1828,1830,34,5507,6166,5672,0,5507,6166,5672,34,1344,8030,2208,0,1344,8030,2208,34,6951,5093,6301,0,6951,5093,6301,34,4527,6923,4528,0,4527,6923,4528,34,2344,6659,6658,0,2344,6659,6658,34,1273,4318,3854,0,1273,4318,3854,34,6547,4182,6087,0,6547,4182,6087,34,2208,8030,7227,0,2208,8030,7227,34,2816,6597,4596,0,2816,6597,4596,34,2886,6138,6111,0,2886,6138,6111,34,3572,4917,3807,0,3572,4917,3807,34,2091,2604,2603,0,2091,2604,2603,34,3081,326,325,0,3081,326,325,34,4508,1281,5420,0,4508,1281,5420,34,6833,4458,4457,0,6833,4458,4457,34,1238,481,35,0,1238,481,35,34,7410,3744,3309,0,7410,3744,3309,34,2946,2948,5081,0,2946,2948,5081,34,599,3544,4252,0,599,3544,4252,34,5191,2564,2566,0,5191,2564,2566,34,2205,2207,4576,0,2205,2207,4576,34,5018,2286,6219,0,5018,2286,6219,34,199,3353,200,0,199,3353,200,34,1052,7270,7640,0,1052,7270,7640,34,5316,752,1044,0,5316,752,1044,34,2016,5897,2315,0,2016,5897,2315,34,8030,7942,7578,0,8030,7942,7578,34,7702,170,979,0,7702,170,979,34,6591,3692,6281,0,6591,3692,6281,34,7428,4123,6805,0,7428,4123,6805,34,5411,6120,7023,0,5411,6120,7023,34,1921,1161,1682,0,1921,1161,1682,34,954,7544,5764,0,954,7544,5764,34,7227,7578,7682,0,7227,7578,7682,34,7418,7230,5270,0,7418,7230,5270,34,8030,7578,7227,0,8030,7578,7227,34,2207,2206,115,0,2207,2206,115,34,4333,4332,1733,0,4333,4332,1733,34,7331,5128,7332,0,7331,5128,7332,34,6618,2741,5792,0,6618,2741,5792,34,4508,5420,7289,0,4508,5420,7289,34,2815,1225,5092,0,2815,1225,5092,34,904,5469,5468,0,904,5469,5468,34,3756,6649,449,0,3756,6649,449,34,7960,7984,1724,0,7960,7984,1724,34,3212,4863,6092,0,3212,4863,6092,34,6484,2104,5243,0,6484,2104,5243,34,7682,3142,4970,0,7682,3142,4970,34,7942,8030,8024,0,7942,8030,8024,34,5754,6946,3485,0,5754,6946,3485,34,8030,7074,8024,0,8030,7074,8024,34,6408,4261,7669,0,6408,4261,7669,34,1937,5209,5832,0,1937,5209,5832,34,7606,7648,7923,0,7606,7648,7923,34,7610,7242,4994,0,7610,7242,4994,34,7222,5525,6542,0,7222,5525,6542,34,5776,5192,5863,0,5776,5192,5863,34,3438,3539,2332,0,3438,3539,2332,34,6938,7015,3787,0,6938,7015,3787,34,6843,6991,3004,0,6843,6991,3004,34,4877,748,3737,0,4877,748,3737,34,6938,3787,3659,0,6938,3787,3659,34,4097,7534,6792,0,4097,7534,6792,34,3034,3036,7643,0,3034,3036,7643,34,1313,6881,3427,0,1313,6881,3427,34,3237,3236,6029,0,3237,3236,6029,34,6848,7132,4806,0,6848,7132,4806,34,5762,1427,1426,0,5762,1427,1426,34,5422,7328,3644,0,5422,7328,3644,34,5890,4331,1685,0,5890,4331,1685,34,4329,1212,7091,0,4329,1212,7091,34,7534,4097,930,0,7534,4097,930,34,3889,3888,1882,0,3889,3888,1882,34,7911,8031,7912,0,7911,8031,7912,34,2780,837,4845,0,2780,837,4845,34,7175,1407,7843,0,7175,1407,7843,34,2063,937,936,0,2063,937,936,34,5706,1955,7665,0,5706,1955,7665,34,7660,5867,2883,0,7660,5867,2883,34,83,82,3009,0,83,82,3009,34,114,4202,115,0,114,4202,115,34,7074,1205,1204,0,7074,1205,1204,34,7974,1397,4631,0,7974,1397,4631,34,8030,1205,7074,0,8030,1205,7074,34,6591,3211,3210,0,6591,3211,3210,34,4274,7149,6651,0,4274,7149,6651,34,7349,6885,128,0,7349,6885,128,34,3656,5375,6040,0,3656,5375,6040,34,7955,5941,387,0,7955,5941,387,34,6371,6370,7137,0,6371,6370,7137,34,8030,1344,1205,0,8030,1344,1205,34,168,6044,169,0,168,6044,169,34,5228,2947,4479,0,5228,2947,4479,34,5858,2259,665,0,5858,2259,665,34,1731,1733,4332,0,1731,1733,4332,34,3270,483,2551,0,3270,483,2551,34,99,98,4068,0,99,98,4068,34,5604,7579,3752,0,5604,7579,3752,34,6372,5805,137,0,6372,5805,137,34,3075,4710,4647,0,3075,4710,4647,34,2625,4203,7186,0,2625,4203,7186,34,5796,4037,4039,0,5796,4037,4039,34,205,2642,206,0,205,2642,206,34,4451,6406,3064,0,4451,6406,3064,34,6570,5807,5806,0,6570,5807,5806,34,4465,1903,523,0,4465,1903,523,34,3335,1663,6247,0,3335,1663,6247,34,7381,6436,5619,0,7381,6436,5619,34,1967,4652,1968,0,1967,4652,1968,34,5606,645,3384,0,5606,645,3384,34,7564,5771,4541,0,7564,5771,4541,34,4801,7249,1583,0,4801,7249,1583,34,4667,3899,5531,0,4667,3899,5531,34,5167,6850,1566,0,5167,6850,1566,34,1583,1151,7566,0,1583,1151,7566,34,3769,5213,3298,0,3769,5213,3298,34,97,4678,95,0,97,4678,95,34,3300,4925,7283,0,3300,4925,7283,34,5087,3908,4891,0,5087,3908,4891,34,5618,5722,3894,0,5618,5722,3894,34,3782,3720,3719,0,3782,3720,3719,34,2420,2422,5772,0,2420,2422,5772,34,4951,6636,4949,0,4951,6636,4949,34,1704,5900,5119,0,1704,5900,5119,34,7833,7305,4624,0,7833,7305,4624,34,2393,7583,4363,0,2393,7583,4363,34,6426,3055,63,0,6426,3055,63,34,6757,6675,1376,0,6757,6675,1376,34,6807,6039,3603,0,6807,6039,3603,34,1954,7305,6555,0,1954,7305,6555,34,7190,5990,2384,0,7190,5990,2384,34,3206,6795,737,0,3206,6795,737,34,6721,7643,3036,0,6721,7643,3036,34,4570,7501,1925,0,4570,7501,1925,34,800,1213,801,0,800,1213,801,34,2374,3242,2375,0,2374,3242,2375,34,3460,3459,1803,0,3460,3459,1803,34,3684,641,4476,0,3684,641,4476,34,7297,6074,7860,0,7297,6074,7860,34,5624,5504,1635,0,5624,5504,1635,34,725,1166,768,0,725,1166,768,34,4833,4834,5698,0,4833,4834,5698,34,2066,4237,711,0,2066,4237,711,34,1646,1770,1647,0,1646,1770,1647,34,3332,4263,7290,0,3332,4263,7290,34,6220,3421,3423,0,6220,3421,3423,34,6412,6414,3054,0,6412,6414,3054,34,8029,461,7919,0,8029,461,7919,34,1300,7626,928,0,1300,7626,928,34,4424,3431,3139,0,4424,3431,3139,34,221,1091,5401,0,221,1091,5401,34,1249,1248,5722,0,1249,1248,5722,34,2600,4492,4491,0,2600,4492,4491,34,4838,6582,4839,0,4838,6582,4839,34,4656,4042,6328,0,4656,4042,6328,34,4551,5204,1461,0,4551,5204,1461,34,1475,1477,4593,0,1475,1477,4593,34,445,3316,342,0,445,3316,342,34,6945,6468,4326,0,6945,6468,4326,34,719,3404,7661,0,719,3404,7661,34,7081,5835,3255,0,7081,5835,3255,34,7356,1780,6170,0,7356,1780,6170,34,2159,7281,4309,0,2159,7281,4309,34,2584,7250,1562,0,2584,7250,1562,34,4827,4041,4828,0,4827,4041,4828,34,1150,7170,7566,0,1150,7170,7566,34,4496,7858,4643,0,4496,7858,4643,34,7031,5626,324,0,7031,5626,324,34,1378,1944,6499,0,1378,1944,6499,34,3574,4385,4387,0,3574,4385,4387,34,5236,2954,5442,0,5236,2954,5442,34,6076,6317,6620,0,6076,6317,6620,34,4904,6715,6928,0,4904,6715,6928,34,6352,6147,3968,0,6352,6147,3968,34,1191,1190,1460,0,1191,1190,1460,34,2439,7975,5039,0,2439,7975,5039,34,6533,5780,7646,0,6533,5780,7646,34,4487,6255,7202,0,4487,6255,7202,34,1067,4788,1264,0,1067,4788,1264,34,2367,3813,2368,0,2367,3813,2368,34,2416,3408,6407,0,2416,3408,6407,34,1010,7659,3153,0,1010,7659,3153,34,451,2140,2139,0,451,2140,2139,34,207,980,982,0,207,980,982,34,4318,3582,3584,0,4318,3582,3584,34,635,637,4049,0,635,637,4049,34,5315,6742,5996,0,5315,6742,5996,34,3488,7099,831,0,3488,7099,831,34,2184,3949,5906,0,2184,3949,5906,34,2210,2212,7848,0,2210,2212,7848,34,7515,7623,67,0,7515,7623,67,34,6034,6878,4433,0,6034,6878,4433,34,5054,4885,4887,0,5054,4885,4887,34,5047,5696,6674,0,5047,5696,6674,34,7410,3790,4525,0,7410,3790,4525,34,4386,4385,5521,0,4386,4385,5521,34,6763,834,6151,0,6763,834,6151,34,425,427,5216,0,425,427,5216,34,5298,7542,6162,0,5298,7542,6162,34,2070,2069,5564,0,2070,2069,5564,34,2093,6300,1254,0,2093,6300,1254,34,3017,3566,3018,0,3017,3566,3018,34,3406,6780,6717,0,3406,6780,6717,34,2274,6932,2275,0,2274,6932,2275,34,3147,2365,2364,0,3147,2365,2364,34,7561,5646,5654,0,7561,5646,5654,34,2296,537,2039,0,2296,537,2039,34,1685,4520,1686,0,1685,4520,1686,34,260,262,3163,0,260,262,3163,34,4172,6116,6659,0,4172,6116,6659,34,6503,3594,6888,0,6503,3594,6888,34,6389,1417,2975,0,6389,1417,2975,34,6814,4376,2436,0,6814,4376,2436,34,4810,4811,843,0,4810,4811,843,34,5655,4876,4875,0,5655,4876,4875,34,4447,2133,2132,0,4447,2133,2132,34,2568,7731,4357,0,2568,7731,4357,34,1040,4164,123,0,1040,4164,123,34,4847,5898,2634,0,4847,5898,2634,34,1627,1626,5168,0,1627,1626,5168,34,5484,94,1821,0,5484,94,1821,34,818,7686,7707,0,818,7686,7707,34,2375,3242,5015,0,2375,3242,5015,34,4053,682,5107,0,4053,682,5107,34,7288,4806,6278,0,7288,4806,6278,34,5605,5225,4643,0,5605,5225,4643,34,1589,6453,6452,0,1589,6453,6452,34,6039,3123,3603,0,6039,3123,3603,34,4164,5543,7028,0,4164,5543,7028,34,1249,5722,3348,0,1249,5722,3348,34,3215,2801,2802,0,3215,2801,2802,34,949,6508,6507,0,949,6508,6507,34,2107,2992,2991,0,2107,2992,2991,34,2484,2483,5639,0,2484,2483,5639,34,1010,6741,7659,0,1010,6741,7659,34,3200,3202,630,0,3200,3202,630,34,5391,2588,2909,0,5391,2588,2909,34,7702,168,170,0,7702,168,170,34,6768,7558,6769,0,6768,7558,6769,34,6192,2399,1130,0,6192,2399,1130,34,1521,2594,753,0,1521,2594,753,34,3916,4753,7145,0,3916,4753,7145,34,2660,3352,1018,0,2660,3352,1018,34,5387,7409,4575,0,5387,7409,4575,34,4821,4822,2797,0,4821,4822,2797,34,1458,2692,7923,0,1458,2692,7923,34,3417,3419,7337,0,3417,3419,7337,34,5681,4018,2841,0,5681,4018,2841,34,1645,4621,2627,0,1645,4621,2627,34,5829,5015,6136,0,5829,5015,6136,34,2400,5683,355,0,2400,5683,355,34,6004,2044,2043,0,6004,2044,2043,34,4954,7664,7059,0,4954,7664,7059,34,4618,3975,4804,0,4618,3975,4804,34,5449,8029,7968,0,5449,8029,7968,34,7417,5889,7596,0,7417,5889,7596,34,2253,6375,2254,0,2253,6375,2254,34,2981,6624,860,0,2981,6624,860,34,2890,3747,2891,0,2890,3747,2891,34,3181,6350,2438,0,3181,6350,2438,34,3300,3299,4926,0,3300,3299,4926,34,3124,2173,3617,0,3124,2173,3617,34,7968,8029,7967,0,7968,8029,7967,34,3990,212,5640,0,3990,212,5640,34,5050,6024,6522,0,5050,6024,6522,34,5928,3009,82,0,5928,3009,82,34,1103,1102,4019,0,1103,1102,4019,34,3089,3091,7977,0,3089,3091,7977,34,5248,4667,5249,0,5248,4667,5249,34,7685,7684,5374,0,7685,7684,5374,34,3165,3529,7589,0,3165,3529,7589,34,535,2335,3420,0,535,2335,3420,34,7648,7879,1459,0,7648,7879,1459,34,3249,3655,1255,0,3249,3655,1255,34,7054,497,5414,0,7054,497,5414,34,3687,3521,5168,0,3687,3521,5168,34,2160,2162,7004,0,2160,2162,7004,34,1144,3709,3685,0,1144,3709,3685,34,3618,3620,7615,0,3618,3620,7615,34,6747,7967,7533,0,6747,7967,7533,34,267,2938,1464,0,267,2938,1464,34,4120,2285,4006,0,4120,2285,4006,34,4310,3678,7111,0,4310,3678,7111,34,7146,4015,5871,0,7146,4015,5871,34,7647,7136,167,0,7647,7136,167,34,3697,4174,3887,0,3697,4174,3887,34,2742,2741,6997,0,2742,2741,6997,34,2968,7979,5105,0,2968,7979,5105,34,2915,2889,2603,0,2915,2889,2603,34,2612,275,274,0,2612,275,274,34,4490,2559,4197,0,4490,2559,4197,34,6005,6115,2592,0,6005,6115,2592,34,3131,5720,7749,0,3131,5720,7749,34,6776,4772,218,0,6776,4772,218,34,6083,4692,1694,0,6083,4692,1694,34,6079,3680,6623,0,6079,3680,6623,34,4705,5032,3822,0,4705,5032,3822,34,2903,6573,3222,0,2903,6573,3222,34,7569,2865,6261,0,7569,2865,6261,34,5619,5344,1979,0,5619,5344,1979,34,5713,2995,5279,0,5713,2995,5279,34,1619,447,1620,0,1619,447,1620,34,4657,4656,6329,0,4657,4656,6329,34,857,859,40,0,857,859,40,34,2075,4604,6356,0,2075,4604,6356,34,616,618,2569,0,616,618,2569,34,6603,1106,4767,0,6603,1106,4767,34,5578,4648,5576,0,5578,4648,5576,34,869,6297,7030,0,869,6297,7030,34,74,1631,3173,0,74,1631,3173,34,4260,7146,6935,0,4260,7146,6935,34,4426,7962,5507,0,4426,7962,5507,34,504,7685,5492,0,504,7685,5492,34,7340,5062,747,0,7340,5062,747,34,7967,7918,7533,0,7967,7918,7533,34,6578,3475,6135,0,6578,3475,6135,34,7238,7354,7450,0,7238,7354,7450,34,5134,5135,6454,0,5134,5135,6454,34,363,6825,7100,0,363,6825,7100,34,5851,5850,5123,0,5851,5850,5123,34,2996,3333,3335,0,2996,3333,3335,34,2606,6557,6270,0,2606,6557,6270,34,6968,4504,7104,0,6968,4504,7104,34,48,4432,4431,0,48,4432,4431,34,2228,3877,3876,0,2228,3877,3876,34,1807,5048,2525,0,1807,5048,2525,34,1458,7923,7287,0,1458,7923,7287,34,2808,2846,2845,0,2808,2846,2845,34,4228,59,58,0,4228,59,58,34,4705,3822,3824,0,4705,3822,3824,34,181,2303,6128,0,181,2303,6128,34,7102,1360,3474,0,7102,1360,3474,34,3799,3801,5969,0,3799,3801,5969,34,5032,2774,5164,0,5032,2774,5164,34,2530,7039,195,0,2530,7039,195,34,8031,7228,351,0,8031,7228,351,34,789,188,2567,0,789,188,2567,34,7918,8029,7919,0,7918,8029,7919,34,7359,6892,602,0,7359,6892,602,34,180,2574,4029,0,180,2574,4029,34,6194,5139,5909,0,6194,5139,5909,34,1834,420,6481,0,1834,420,6481,34,5088,5138,2858,0,5088,5138,2858,34,5928,2628,1319,0,5928,2628,1319,34,4998,3565,4999,0,4998,3565,4999,34,1684,7701,1685,0,1684,7701,1685,34,2997,2347,3950,0,2997,2347,3950,34,4564,1050,4563,0,4564,1050,4563,34,8032,397,6,0,8032,397,6,34,6922,7824,1790,0,6922,7824,1790,34,1358,2819,3585,0,1358,2819,3585,34,7670,3726,7161,0,7670,3726,7161,34,5945,5947,4483,0,5945,5947,4483,34,197,7498,329,0,197,7498,329,34,6735,3973,7855,0,6735,3973,7855,34,3026,91,7191,0,3026,91,7191,34,4374,7497,4375,0,4374,7497,4375,34,5843,1743,1998,0,5843,1743,1998,34,8029,7918,7967,0,8029,7918,7967,34,7523,7819,6839,0,7523,7819,6839,34,4642,884,4484,0,4642,884,4484,34,269,2985,4326,0,269,2985,4326,34,7621,4997,3375,0,7621,4997,3375,34,461,460,2761,0,461,460,2761,34,340,4847,1975,0,340,4847,1975,34,4353,4434,6878,0,4353,4434,6878,34,6398,4986,6756,0,6398,4986,6756,34,4420,5790,5115,0,4420,5790,5115,34,1913,2533,1914,0,1913,2533,1914,34,6722,1035,3594,0,6722,1035,3594,34,7442,6822,3700,0,7442,6822,3700,34,7936,7481,4935,0,7936,7481,4935,34,7330,5333,505,0,7330,5333,505,34,6191,153,155,0,6191,153,155,34,7833,4624,3446,0,7833,4624,3446,34,3748,6642,884,0,3748,6642,884,34,1051,1053,7126,0,1051,1053,7126,34,5176,7301,5177,0,5176,7301,5177,34,4062,4273,448,0,4062,4273,448,34,6073,5202,5201,0,6073,5202,5201,34,884,5649,885,0,884,5649,885,34,3250,5348,3251,0,3250,5348,3251,34,5150,6407,2165,0,5150,6407,2165,34,6993,6692,2159,0,6993,6692,2159,34,5721,1395,7705,0,5721,1395,7705,34,393,4980,394,0,393,4980,394,34,7621,3375,5483,0,7621,3375,5483,34,5721,7705,2919,0,5721,7705,2919,34,2339,2780,5958,0,2339,2780,5958,34,3830,3832,4454,0,3830,3832,4454,34,2441,6196,2442,0,2441,6196,2442,34,7035,4068,98,0,7035,4068,98,34,1679,1511,1513,0,1679,1511,1513,34,315,317,5068,0,315,317,5068,34,3426,7856,2172,0,3426,7856,2172,34,1017,4180,2664,0,1017,4180,2664,34,4307,7969,253,0,4307,7969,253,34,1550,3949,1085,0,1550,3949,1085,34,3880,1094,2743,0,3880,1094,2743,34,7471,1007,4082,0,7471,1007,4082,34,3769,5214,5213,0,3769,5214,5213,34,6965,4218,5063,0,6965,4218,5063,34,7955,5746,5941,0,7955,5746,5941,34,1902,6924,1903,0,1902,6924,1903,34,1553,1157,7310,0,1553,1157,7310,34,4473,5395,5095,0,4473,5395,5095,34,4069,1364,4985,0,4069,1364,4985,34,6300,1426,7278,0,6300,1426,7278,34,5267,5266,7993,0,5267,5266,7993,34,2204,2203,7079,0,2204,2203,7079,34,1629,1794,8033,0,1629,1794,8033,34,1609,3007,59,0,1609,3007,59,34,4746,2608,3853,0,4746,2608,3853,34,5831,4493,4633,0,5831,4493,4633,34,919,5624,1635,0,919,5624,1635,34,3768,2470,1310,0,3768,2470,1310,34,6061,5505,577,0,6061,5505,577,34,6525,7041,2343,0,6525,7041,2343,34,6813,7674,6814,0,6813,7674,6814,34,2309,2308,576,0,2309,2308,576,34,6525,6581,7041,0,6525,6581,7041,34,4390,7098,4389,0,4390,7098,4389,34,3788,3676,5437,0,3788,3676,5437,34,7496,278,1297,0,7496,278,1297,34,4229,2602,3781,0,4229,2602,3781,34,7656,5080,639,0,7656,5080,639,34,2988,5060,1063,0,2988,5060,1063,34,3429,6349,3430,0,3429,6349,3430,34,5033,5558,2801,0,5033,5558,2801,34,7023,6120,6684,0,7023,6120,6684,34,960,962,691,0,960,962,691,34,7275,5728,6845,0,7275,5728,6845,34,786,788,7539,0,786,788,7539,34,4277,7863,7053,0,4277,7863,7053,34,1360,4852,3216,0,1360,4852,3216,34,7088,1619,1621,0,7088,1619,1621,34,594,3249,1255,0,594,3249,1255,34,252,254,4389,0,252,254,4389,34,2305,696,6902,0,2305,696,6902,34,1011,4325,920,0,1011,4325,920,34,7361,1652,1654,0,7361,1652,1654,34,7275,6845,6037,0,7275,6845,6037,34,7200,4423,4422,0,7200,4423,4422,34,3435,1628,1630,0,3435,1628,1630,34,246,4402,5158,0,246,4402,5158,34,4791,3670,4435,0,4791,3670,4435,34,2074,4604,2075,0,2074,4604,2075,34,1597,7341,6576,0,1597,7341,6576,34,2702,7469,1289,0,2702,7469,1289,34,459,3069,460,0,459,3069,460,34,456,6663,457,0,456,6663,457,34,5287,3304,2395,0,5287,3304,2395,34,6949,7489,6645,0,6949,7489,6645,34,6129,6128,6143,0,6129,6128,6143,34,112,6490,113,0,112,6490,113,34,3099,3976,3100,0,3099,3976,3100,34,7186,6896,6898,0,7186,6896,6898,34,3520,3521,4213,0,3520,3521,4213,34,7519,6554,2179,0,7519,6554,2179,34,4650,2248,3938,0,4650,2248,3938,34,3512,460,3069,0,3512,460,3069,34,1721,6345,5792,0,1721,6345,5792,34,5101,2834,2833,0,5101,2834,2833,34,4349,5500,686,0,4349,5500,686,34,6143,6128,2303,0,6143,6128,2303,34,2354,6630,5009,0,2354,6630,5009,34,4326,5751,5752,0,4326,5751,5752,34,3512,913,3511,0,3512,913,3511,34,5508,3417,5509,0,5508,3417,5509,34,2387,3601,2360,0,2387,3601,2360,34,6711,1729,3332,0,6711,1729,3332,34,6195,5877,3821,0,6195,5877,3821,34,880,7358,6346,0,880,7358,6346,34,7947,6613,7585,0,7947,6613,7585,34,6495,897,896,0,6495,897,896,34,6654,7059,7664,0,6654,7059,7664,34,4930,2457,4908,0,4930,2457,4908,34,386,740,4734,0,386,740,4734,34,5145,1222,5723,0,5145,1222,5723,34,769,7844,7853,0,769,7844,7853,34,5625,1548,1549,0,5625,1548,1549,34,4388,7525,5872,0,4388,7525,5872,34,1,0,3964,0,1,0,3964,34,3958,4641,7397,0,3958,4641,7397,34,1712,1714,6686,0,1712,1714,6686,34,1304,6215,5204,0,1304,6215,5204,34,7525,7700,5872,0,7525,7700,5872,34,254,863,4389,0,254,863,4389,34,1261,1228,3876,0,1261,1228,3876,34,5027,3349,5865,0,5027,3349,5865,34,2958,6145,6894,0,2958,6145,6894,34,3069,913,3512,0,3069,913,3512,34,3555,503,3556,0,3555,503,3556,34,408,1558,409,0,408,1558,409,34,9,2719,8034,0,9,2719,8034,34,7140,7304,7114,0,7140,7304,7114,34,2719,8035,8034,0,2719,8035,8034,34,274,524,2113,0,274,524,2113,34,5485,7533,7918,0,5485,7533,7918,34,4796,731,5551,0,4796,731,5551,34,5785,9,8034,0,5785,9,8034,34,1936,207,1935,0,1936,207,1935,34,335,3112,7119,0,335,3112,7119,34,5785,8036,5786,0,5785,8036,5786,34,8034,8037,8036,0,8034,8037,8036,34,8034,8036,5785,0,8034,8036,5785,34,4506,2260,7848,0,4506,2260,7848,34,7386,3220,7387,0,7386,3220,7387,34,1745,6338,4106,0,1745,6338,4106,34,363,4676,364,0,363,4676,364,34,4591,7480,7479,0,4591,7480,7479,34,1105,1338,1337,0,1105,1338,1337,34,2718,8038,8035,0,2718,8038,8035,34,2718,8035,2719,0,2718,8035,2719,34,227,7359,7285,0,227,7359,7285,34,2785,5044,5043,0,2785,5044,5043,34,3248,7436,1579,0,3248,7436,1579,34,3311,7541,1429,0,3311,7541,1429,34,8034,8035,8039,0,8034,8035,8039,34,8034,8039,8037,0,8034,8039,8037,34,8038,8040,8039,0,8038,8040,8039,34,8038,8039,8035,0,8038,8039,8035,34,355,5683,356,0,355,5683,356,34,4403,1476,7073,0,4403,1476,7073,34,4030,3603,4031,0,4030,3603,4031,34,6586,1951,2041,0,6586,1951,2041,34,529,245,7313,0,529,245,7313,34,73,1631,74,0,73,1631,74,34,6765,8037,4522,0,6765,8037,4522,34,6765,4522,4521,0,6765,4522,4521,34,3194,6949,3195,0,3194,6949,3195,34,5001,3986,5002,0,5001,3986,5002,34,3575,2537,3140,0,3575,2537,3140,34,6453,7560,5711,0,6453,7560,5711,34,2627,4621,7525,0,2627,4621,7525,34,5633,5480,7658,0,5633,5480,7658,34,4522,8040,8041,0,4522,8040,8041,34,4522,8041,7991,0,4522,8041,7991,34,6334,1447,6250,0,6334,1447,6250,34,8042,8041,8040,0,8042,8041,8040,34,4253,7991,8041,0,4253,7991,8041,34,5953,1072,5967,0,5953,1072,5967,34,4615,4358,4357,0,4615,4358,4357,34,1057,3227,3553,0,1057,3227,3553,34,5786,8036,8037,0,5786,8036,8037,34,5786,8037,6765,0,5786,8037,6765,34,7651,6587,1012,0,7651,6587,1012,34,2080,3174,6972,0,2080,3174,6972,34,7440,6502,5969,0,7440,6502,5969,34,3536,5013,7509,0,3536,5013,7509,34,3667,3666,7408,0,3667,3666,7408,34,4087,2975,7497,0,4087,2975,7497,34,8037,8039,8040,0,8037,8039,8040,34,8037,8040,4522,0,8037,8040,4522,34,1595,1597,6576,0,1595,1597,6576,34,6241,3055,2673,0,6241,3055,2673,34,3571,1271,1257,0,3571,1271,1257,34,4885,7254,6667,0,4885,7254,6667,34,7372,2900,8043,0,7372,2900,8043,34,7372,8043,7694,0,7372,8043,7694,34,4252,8044,8043,0,4252,8044,8043,34,4252,8043,2900,0,4252,8043,2900,34,2281,2725,6376,0,2281,2725,6376,34,8045,8043,8044,0,8045,8043,8044,34,6144,7474,6145,0,6144,7474,6145,34,7694,8043,8045,0,7694,8043,8045,34,7694,8045,8046,0,7694,8045,8046,34,2981,7199,2982,0,2981,7199,2982,34,759,6746,7672,0,759,6746,7672,34,2490,5963,7230,0,2490,5963,7230,34,8047,8048,8046,0,8047,8048,8046,34,5694,3046,7134,0,5694,3046,7134,34,7692,7694,8046,0,7692,7694,8046,34,7692,8046,8048,0,7692,8046,8048,34,4252,4253,8044,0,4252,4253,8044,34,7201,1734,5546,0,7201,1734,5546,34,4253,8041,8044,0,4253,8041,8044,34,2996,2995,7247,0,2996,2995,7247,34,8042,8049,8044,0,8042,8049,8044,34,8042,8044,8041,0,8042,8044,8041,34,7031,324,2088,0,7031,324,2088,34,8045,8044,8049,0,8045,8044,8049,34,3932,2934,3787,0,3932,2934,3787,34,8045,8049,8046,0,8045,8049,8046,34,7359,6243,6892,0,7359,6243,6892,34,3864,3866,5260,0,3864,3866,5260,34,4146,3273,3274,0,4146,3273,3274,34,8040,8049,8042,0,8040,8049,8042,34,8047,8046,8049,0,8047,8046,8049,34,8047,8049,8040,0,8047,8049,8040,34,5986,5528,3885,0,5986,5528,3885,34,597,7194,7196,0,597,7194,7196,34,7690,8050,7686,0,7690,8050,7686,34,3905,5349,6178,0,3905,5349,6178,34,5986,5985,774,0,5986,5985,774,34,3312,6842,7298,0,3312,6842,7298,34,3089,7977,7452,0,3089,7977,7452,34,7707,7686,8050,0,7707,7686,8050,34,7707,8050,2718,0,7707,8050,2718,34,4991,2765,2764,0,4991,2765,2764,34,6141,348,6093,0,6141,348,6093,34,1720,1719,4351,0,1720,1719,4351,34,5749,5344,5343,0,5749,5344,5343,34,5223,3931,1427,0,5223,3931,1427,34,3767,6889,2896,0,3767,6889,2896,34,7381,1978,194,0,7381,1978,194,34,3026,5227,7675,0,3026,5227,7675,34,7690,8048,8050,0,7690,8048,8050,34,5496,3528,6113,0,5496,3528,6113,34,7692,8048,7690,0,7692,8048,7690,34,8047,8050,8048,0,8047,8050,8048,34,4453,7495,5892,0,4453,7495,5892,34,3563,2070,5563,0,3563,2070,5563,34,6273,7588,7882,0,6273,7588,7882,34,2693,4201,4200,0,2693,4201,4200,34,6914,5758,5256,0,6914,5758,5256,34,8047,8040,8050,0,8047,8040,8050,34,4076,5718,4077,0,4076,5718,4077,34,7051,7122,834,0,7051,7122,834,34,7184,3290,2187,0,7184,3290,2187,34,8038,2718,8050,0,8038,2718,8050,34,8038,8050,8040,0,8038,8050,8040,34,3517,3519,7091,0,3517,3519,7091,34,7238,5935,833,0,7238,5935,833,34,2727,2728,5542,0,2727,2728,5542,34,5769,7298,6842,0,5769,7298,6842,34,8051,8052,7091,0,8051,8052,7091,34,8051,7091,3519,0,8051,7091,3519,34,8031,7911,6098,0,8031,7911,6098,34,7625,5304,7336,0,7625,5304,7336,34,4944,6417,5985,0,4944,6417,5985,34,6873,3157,4247,0,6873,3157,4247,34,700,4820,1491,0,700,4820,1491,34,3255,3254,2049,0,3255,3254,2049,34,2756,5174,3031,0,2756,5174,3031,34,4116,5479,5478,0,4116,5479,5478,34,4329,7091,8052,0,4329,7091,8052,34,1832,2951,2950,0,1832,2951,2950,34,3519,4509,8051,0,3519,4509,8051,34,6005,7033,6115,0,6005,7033,6115,34,5459,4915,2617,0,5459,4915,2617,34,8053,8051,4509,0,8053,8051,4509,34,8054,8055,8051,0,8054,8055,8051,34,8054,8051,8053,0,8054,8051,8053,34,7028,3473,3472,0,7028,3473,3472,34,1006,996,998,0,1006,996,998,34,3794,7284,6061,0,3794,7284,6061,34,6318,3672,1087,0,6318,3672,1087,34,916,7554,929,0,916,7554,929,34,1446,7037,1447,0,1446,7037,1447,34,8056,8057,8055,0,8056,8057,8055,34,8056,8055,8054,0,8056,8055,8054,34,8052,8051,8055,0,8052,8051,8055,34,8052,8055,8057,0,8052,8055,8057,34,4408,6286,1815,0,4408,6286,1815,34,3488,7248,5464,0,3488,7248,5464,34,3899,6731,5531,0,3899,6731,5531,34,6905,8058,3118,0,6905,8058,3118,34,7614,3089,7452,0,7614,3089,7452,34,4818,5146,5145,0,4818,5146,5145,34,2894,2734,2733,0,2894,2734,2733,34,8059,8058,8060,0,8059,8058,8060,34,5012,5014,6907,0,5012,5014,6907,34,8059,8060,8061,0,8059,8060,8061,34,2528,2825,7939,0,2528,2825,7939,34,7938,4126,7302,0,7938,4126,7302,34,3953,6936,5443,0,3953,6936,5443,34,5567,7993,5266,0,5567,7993,5266,34,3333,7247,6204,0,3333,7247,6204,34,3513,7040,7789,0,3513,7040,7789,34,7639,6810,5742,0,7639,6810,5742,34,4592,4593,1392,0,4592,4593,1392,34,4329,8052,6905,0,4329,8052,6905,34,7218,7737,3598,0,7218,7737,3598,34,6118,4661,6379,0,6118,4661,6379,34,1707,2515,6913,0,1707,2515,6913,34,6733,3267,5694,0,6733,3267,5694,34,8058,6905,8052,0,8058,6905,8052,34,8058,8052,8057,0,8058,8052,8057,34,8058,8057,8060,0,8058,8057,8060,34,5412,5103,4394,0,5412,5103,4394,34,6702,6703,4123,0,6702,6703,4123,34,2696,4507,3745,0,2696,4507,3745,34,4920,3913,7609,0,4920,3913,7609,34,8061,8060,8057,0,8061,8060,8057,34,8061,8057,8056,0,8061,8057,8056,34,7348,6182,4275,0,7348,6182,4275,34,7204,643,597,0,7204,643,597,34,610,3743,7272,0,610,3743,7272,34,7626,1300,7065,0,7626,1300,7065,34,5188,718,3394,0,5188,718,3394,34,3444,3696,6122,0,3444,3696,6122,34,7708,7716,8062,0,7708,7716,8062,34,1925,4993,1926,0,1925,4993,1926,34,6279,6278,4805,0,6279,6278,4805,34,4238,563,5641,0,4238,563,5641,34,8062,8063,7708,0,8062,8063,7708,34,1503,160,159,0,1503,160,159,34,869,1390,870,0,869,1390,870,34,1589,1683,1682,0,1589,1683,1682,34,3295,5972,6637,0,3295,5972,6637,34,2388,2390,1477,0,2388,2390,1477,34,6063,3754,2507,0,6063,3754,2507,34,282,284,6314,0,282,284,6314,34,3021,1078,1080,0,3021,1078,1080,34,6327,5207,3725,0,6327,5207,3725,34,3404,3403,7661,0,3404,3403,7661,34,6089,2001,2003,0,6089,2001,2003,34,4936,3599,3600,0,4936,3599,3600,34,5621,7409,5622,0,5621,7409,5622,34,8062,8061,8063,0,8062,8061,8063,34,1489,1491,2644,0,1489,1491,2644,34,8061,8056,8063,0,8061,8056,8063,34,1882,5233,5668,0,1882,5233,5668,34,3792,7589,3443,0,3792,7589,3443,34,7471,6830,1007,0,7471,6830,1007,34,6214,7559,2779,0,6214,7559,2779,34,4314,6358,6357,0,4314,6358,6357,34,6262,7429,7502,0,6262,7429,7502,34,2460,206,1180,0,2460,206,1180,34,3719,3721,7627,0,3719,3721,7627,34,3413,3505,4991,0,3413,3505,4991,34,6456,2350,6650,0,6456,2350,6650,34,4609,443,783,0,4609,443,783,34,7204,7195,8064,0,7204,7195,8064,34,6366,4922,6367,0,6366,4922,6367,34,4473,5095,4474,0,4473,5095,4474,34,7204,8054,643,0,7204,8054,643,34,1620,6117,7236,0,1620,6117,7236,34,8064,8054,7204,0,8064,8054,7204,34,4229,6394,4230,0,4229,6394,4230,34,2672,2674,1409,0,2672,2674,1409,34,8053,643,8054,0,8053,643,8054,34,5479,4116,104,0,5479,4116,104,34,4514,6798,6353,0,4514,6798,6353,34,7162,4520,4519,0,7162,4520,4519,34,2365,5144,7882,0,2365,5144,7882,34,7708,8064,7195,0,7708,8064,7195,34,6800,2575,6883,0,6800,2575,6883,34,8063,8064,7708,0,8063,8064,7708,34,6853,7018,6972,0,6853,7018,6972,34,3277,598,643,0,3277,598,643,34,4222,1989,6728,0,4222,1989,6728,34,8064,8065,8054,0,8064,8065,8054,34,1175,5508,1176,0,1175,5508,1176,34,8063,8065,8064,0,8063,8065,8064,34,8056,8054,8065,0,8056,8054,8065,34,8056,8065,8063,0,8056,8065,8063,34,5278,5570,5714,0,5278,5570,5714,34,3187,4671,7579,0,3187,4671,7579,34,3118,8058,4610,0,3118,8058,4610,34,2896,2898,2111,0,2896,2898,2111,34,5125,5124,7576,0,5125,5124,7576,34,8059,4610,8058,0,8059,4610,8058,34,8059,8066,4610,0,8059,8066,4610,34,6213,3004,6991,0,6213,3004,6991,34,6267,6122,3696,0,6267,6122,3696,34,135,5141,6712,0,135,5141,6712,34,2881,6576,7341,0,2881,6576,7341,34,4610,8066,4283,0,4610,8066,4283,34,8059,8067,8066,0,8059,8067,8066,34,4032,4031,3602,0,4032,4031,3602,34,8067,5098,8066,0,8067,5098,8066,34,1445,570,1894,0,1445,570,1894,34,3415,1125,1124,0,3415,1125,1124,34,4283,8066,5098,0,4283,8066,5098,34,8059,8061,8067,0,8059,8061,8067,34,7098,3247,4389,0,7098,3247,4389,34,3102,3307,5200,0,3102,3307,5200,34,1217,7673,3701,0,1217,7673,3701,34,6852,7511,7174,0,6852,7511,7174,34,983,985,5400,0,983,985,5400,34,7897,4686,5169,0,7897,4686,5169,34,4983,562,564,0,4983,562,564,34,3402,5631,5630,0,3402,5631,5630,34,2379,7406,7123,0,2379,7406,7123,34,229,5616,7548,0,229,5616,7548,34,3755,1411,1410,0,3755,1411,1410,34,3376,4999,5312,0,3376,4999,5312,34,2990,2992,76,0,2990,2992,76,34,6210,5069,4296,0,6210,5069,4296,34,4070,5123,4068,0,4070,5123,4068,34,2845,5049,5547,0,2845,5049,5547,34,3906,423,5887,0,3906,423,5887,34,5573,6624,7082,0,5573,6624,7082,34,7360,3486,1968,0,7360,3486,1968,34,3587,1676,1248,0,3587,1676,1248,34,4717,293,292,0,4717,293,292,34,3936,621,620,0,3936,621,620,34,5933,5932,7274,0,5933,5932,7274,34,8068,7291,8069,0,8068,7291,8069,34,2929,4557,7945,0,2929,4557,7945,34,5098,8070,8069,0,5098,8070,8069,34,5098,8069,7291,0,5098,8069,7291,34,5,133,132,0,5,133,132,34,6926,6634,7565,0,6926,6634,7565,34,8071,8068,8069,0,8071,8068,8069,34,304,1770,1646,0,304,1770,1646,34,5756,1746,7467,0,5756,1746,7467,34,5739,2523,3301,0,5739,2523,3301,34,6107,6193,5239,0,6107,6193,5239,34,6749,7489,3194,0,6749,7489,3194,34,982,981,7435,0,982,981,7435,34,4663,4587,6783,0,4663,4587,6783,34,5330,7008,20,0,5330,7008,20,34,1622,5788,4663,0,1622,5788,4663,34,5191,5777,7403,0,5191,5777,7403,34,5098,8072,8070,0,5098,8072,8070,34,4781,6541,5369,0,4781,6541,5369,34,8067,8072,5098,0,8067,8072,5098,34,2378,2380,2507,0,2378,2380,2507,34,7275,6037,5621,0,7275,6037,5621,34,6637,4396,2768,0,6637,4396,2768,34,88,87,3120,0,88,87,3120,34,5251,115,2206,0,5251,115,2206,34,7750,8073,7751,0,7750,8073,7751,34,8074,8075,8073,0,8074,8075,8073,34,8074,8073,7750,0,8074,8073,7750,34,8075,7751,8073,0,8075,7751,8073,34,2257,4059,4922,0,2257,4059,4922,34,6241,2673,2672,0,6241,2673,2672,34,1784,2096,2095,0,1784,2096,2095,34,1625,3617,2173,0,1625,3617,2173,34,7751,8076,7753,0,7751,8076,7753,34,1387,302,301,0,1387,302,301,34,8075,8076,7751,0,8075,8076,7751,34,8077,7744,8076,0,8077,7744,8076,34,5321,1334,6851,0,5321,1334,6851,34,7744,7753,8076,0,7744,7753,8076,34,4983,2290,562,0,4983,2290,562,34,1154,6879,4623,0,1154,6879,4623,34,8074,8078,8075,0,8074,8078,8075,34,8071,8069,8078,0,8071,8069,8078,34,8071,8078,8074,0,8071,8078,8074,34,272,3816,591,0,272,3816,591,34,8070,8078,8069,0,8070,8078,8069,34,2428,5142,6572,0,2428,5142,6572,34,5978,6922,7377,0,5978,6922,7377,34,8075,8078,8070,0,8075,8078,8070,34,8075,8070,8076,0,8075,8070,8076,34,3046,6669,3047,0,3046,6669,3047,34,4812,4132,2919,0,4812,4132,2919,34,8072,8077,8070,0,8072,8077,8070,34,2378,2507,3754,0,2378,2507,3754,34,8077,8076,8070,0,8077,8076,8070,34,2631,5495,1896,0,2631,5495,1896,34,7484,2541,4206,0,7484,2541,4206,34,7716,7739,8062,0,7716,7739,8062,34,7741,8079,7739,0,7741,8079,7739,34,7315,695,6762,0,7315,695,6762,34,8080,8062,7739,0,8080,8062,7739,34,8080,7739,8079,0,8080,7739,8079,34,7605,7677,2824,0,7605,7677,2824,34,6979,2548,6911,0,6979,2548,6911,34,7237,1924,1923,0,7237,1924,1923,34,8062,8080,8061,0,8062,8080,8061,34,586,1747,1286,0,586,1747,1286,34,197,196,7363,0,197,196,7363,34,614,5624,2884,0,614,5624,2884,34,3338,1618,5380,0,3338,1618,5380,34,3361,4038,3362,0,3361,4038,3362,34,8061,8080,8067,0,8061,8080,8067,34,1305,6050,142,0,1305,6050,142,34,675,7466,3144,0,675,7466,3144,34,6281,3692,4730,0,6281,3692,4730,34,7744,8079,7741,0,7744,8079,7741,34,1179,4771,2164,0,1179,4771,2164,34,8077,8079,7744,0,8077,8079,7744,34,675,3144,3143,0,675,3144,3143,34,8080,8079,8077,0,8080,8079,8077,34,5045,7004,2162,0,5045,7004,2162,34,3967,7608,526,0,3967,7608,526,34,1764,6564,6543,0,1764,6564,6543,34,2578,7837,7047,0,2578,7837,7047,34,8072,8067,8080,0,8072,8067,8080,34,8072,8080,8077,0,8072,8080,8077,34,1769,970,969,0,1769,970,969,34,3808,6548,7447,0,3808,6548,7447,34,3699,1026,2711,0,3699,1026,2711,34,5857,4823,2823,0,5857,4823,2823,34,4858,7435,4742,0,4858,7435,4742,34,7552,8081,4842,0,7552,8081,4842,34,3468,4416,1825,0,3468,4416,1825,34,7237,2273,7236,0,7237,2273,7236,34,7683,4842,8081,0,7683,4842,8081,34,2806,5546,1734,0,2806,5546,1734,34,1597,1596,1840,0,1597,1596,1840,34,7683,8082,4106,0,7683,8082,4106,34,351,7228,352,0,351,7228,352,34,8081,8082,7683,0,8081,8082,7683,34,8083,3315,8082,0,8083,3315,8082,34,6743,6760,6744,0,6743,6760,6744,34,3315,4106,8082,0,3315,4106,8082,34,1829,4867,1830,0,1829,4867,1830,34,1640,3134,1641,0,1640,3134,1641,34,3953,6196,6518,0,3953,6196,6518,34,1194,3867,4275,0,1194,3867,4275,34,1869,1195,1197,0,1869,1195,1197,34,8084,8081,7552,0,8084,8081,7552,34,4054,3680,5057,0,4054,3680,5057,34,6934,2871,6687,0,6934,2871,6687,34,1128,7651,1012,0,1128,7651,1012,34,2980,4532,1386,0,2980,4532,1386,34,8081,8085,8082,0,8081,8085,8082,34,24,1014,3096,0,24,1014,3096,34,8084,8085,8081,0,8084,8085,8081,34,3135,1071,2158,0,3135,1071,2158,34,6255,7143,4063,0,6255,7143,4063,34,8083,8082,8085,0,8083,8082,8085,34,8083,8085,8086,0,8083,8085,8086,34,1469,1665,8087,0,1469,1665,8087,34,3391,4015,7146,0,3391,4015,7146,34,4667,5531,2026,0,4667,5531,2026,34,3314,8087,1665,0,3314,8087,1665,34,7032,7346,6529,0,7032,7346,6529,34,6478,6480,3848,0,6478,6480,3848,34,8018,1469,8087,0,8018,1469,8087,34,2465,6470,2466,0,2465,6470,2466,34,5909,5315,1552,0,5909,5315,1552,34,2025,1783,1624,0,2025,1783,1624,34,3623,4685,2183,0,3623,4685,2183,34,3314,8018,8087,0,3314,8018,8087,34,6914,7412,5758,0,6914,7412,5758,34,8088,8018,3314,0,8088,8018,3314,34,7311,7357,1554,0,7311,7357,1554,34,7526,6004,6619,0,7526,6004,6619,34,7112,3814,7083,0,7112,3814,7083,34,6669,6495,896,0,6669,6495,896,34,2513,3750,3661,0,2513,3750,3661,34,2678,5226,2449,0,2678,5226,2449,34,5786,6041,5787,0,5786,6041,5787,34,983,5400,4214,0,983,5400,4214,34,1991,1990,6939,0,1991,1990,6939,34,270,591,763,0,270,591,763,34,3314,3315,8086,0,3314,3315,8086,34,3672,3560,1551,0,3672,3560,1551,34,3801,4515,5969,0,3801,4515,5969,34,8083,8086,3315,0,8083,8086,3315,34,346,345,3340,0,346,345,3340,34,2754,954,2755,0,2754,954,2755,34,8088,3314,8086,0,8088,3314,8086,34,8088,8086,8089,0,8088,8086,8089,34,7051,7121,7122,0,7051,7121,7122,34,537,539,2039,0,537,539,2039,34,3677,2547,7211,0,3677,2547,7211,34,2293,2238,7338,0,2293,2238,7338,34,8088,8090,7750,0,8088,8090,7750,34,6299,7342,773,0,6299,7342,773,34,2100,2102,4590,0,2100,2102,4590,34,8074,7750,8090,0,8074,7750,8090,34,3931,5730,2215,0,3931,5730,2215,34,5130,6148,6149,0,5130,6148,6149,34,8088,8089,8090,0,8088,8089,8090,34,5856,201,3114,0,5856,201,3114,34,8091,8092,8090,0,8091,8092,8090,34,8091,8090,8089,0,8091,8090,8089,34,8071,8074,8090,0,8071,8074,8090,34,8071,8090,8092,0,8071,8090,8092,34,7750,8013,8088,0,7750,8013,8088,34,6062,6061,7284,0,6062,6061,7284,34,8013,8018,8088,0,8013,8018,8088,34,4640,3259,1586,0,4640,3259,1586,34,1100,1099,1603,0,1100,1099,1603,34,6374,6373,5667,0,6374,6373,5667,34,7629,4539,4538,0,7629,4539,4538,34,661,6060,662,0,661,6060,662,34,5193,5341,985,0,5193,5341,985,34,732,7217,5725,0,732,7217,5725,34,7648,1459,7287,0,7648,1459,7287,34,4835,4606,528,0,4835,4606,528,34,8086,8093,8089,0,8086,8093,8089,34,3923,4201,2693,0,3923,4201,2693,34,816,6534,6444,0,816,6534,6444,34,8091,8089,8093,0,8091,8089,8093,34,1480,4594,855,0,1480,4594,855,34,7291,8068,7597,0,7291,8068,7597,34,2324,4826,2405,0,2324,4826,2405,34,7192,7919,2760,0,7192,7919,2760,34,172,6806,7250,0,172,6806,7250,34,5773,2620,1283,0,5773,2620,1283,34,3581,1188,7554,0,3581,1188,7554,34,5263,6018,5264,0,5263,6018,5264,34,7597,8068,7551,0,7597,8068,7551,34,4012,938,937,0,4012,938,937,34,8094,8084,7551,0,8094,8084,7551,34,8094,7551,8068,0,8094,7551,8068,34,8084,7552,7551,0,8084,7552,7551,34,3536,7509,6069,0,3536,7509,6069,34,1198,1199,6983,0,1198,1199,6983,34,7486,3038,1113,0,7486,3038,1113,34,5713,5279,5278,0,5713,5279,5278,34,5293,3186,3185,0,5293,3186,3185,34,8071,8092,8094,0,8071,8092,8094,34,8071,8094,8068,0,8071,8094,8068,34,1503,1502,3393,0,1503,1502,3393,34,8091,8094,8092,0,8091,8094,8092,34,3943,6124,1217,0,3943,6124,1217,34,6276,6666,6277,0,6276,6666,6277,34,8094,8091,8093,0,8094,8091,8093,34,8094,8093,8084,0,8094,8093,8084,34,6053,2150,2149,0,6053,2150,2149,34,5254,914,6854,0,5254,914,6854,34,8086,8085,8093,0,8086,8085,8093,34,6735,7855,4248,0,6735,7855,4248,34,2228,2230,1474,0,2228,2230,1474,34,8084,8093,8085,0,8084,8093,8085,34,5856,3114,5176,0,5856,3114,5176,34,4227,1608,4228,0,4227,1608,4228,34,2961,4857,4059,0,2961,4857,4059,34,2578,2577,7837,0,2578,2577,7837,34,2125,4587,3653,0,2125,4587,3653,34,949,6507,309,0,949,6507,309,34,6181,1419,1418,0,6181,1419,1418,34,5839,5475,5474,0,5839,5475,5474,34,4922,7620,6367,0,4922,7620,6367,34,7272,4462,569,0,7272,4462,569,34,6549,5052,3919,0,6549,5052,3919,34,3312,7298,3313,0,3312,7298,3313,34,764,6707,6573,0,764,6707,6573,34,7060,2535,7981,0,7060,2535,7981,34,6210,3637,5069,0,6210,3637,5069,34,4560,4562,5155,0,4560,4562,5155,34,4073,962,6744,0,4073,962,6744,34,6724,2012,183,0,6724,2012,183,34,1085,3949,6668,0,1085,3949,6668,34,5,132,3111,0,5,132,3111,34,7538,3687,6688,0,7538,3687,6688,34,3567,2498,2655,0,3567,2498,2655,34,1854,65,2426,0,1854,65,2426,34,1163,3602,533,0,1163,3602,533,34,3982,3359,5143,0,3982,3359,5143,34,6857,3972,2008,0,6857,3972,2008,34,2283,1599,7321,0,2283,1599,7321,34,4674,8,7,0,4674,8,7,34,6454,5825,3627,0,6454,5825,3627,34,7401,3811,3810,0,7401,3811,3810,34,2999,3340,3000,0,2999,3340,3000,34,4013,937,4360,0,4013,937,4360,34,886,5353,3748,0,886,5353,3748,34,1410,1409,3462,0,1410,1409,3462,34,5865,5618,5617,0,5865,5618,5617,34,126,1730,1729,0,126,1730,1729,34,3035,6609,5319,0,3035,6609,5319,34,6494,5626,6495,0,6494,5626,6495,34,3671,7972,1301,0,3671,7972,1301,34,5428,1430,5815,0,5428,1430,5815,34,3504,4017,4016,0,3504,4017,4016,34,5742,1393,4593,0,5742,1393,4593,34,1698,5385,5021,0,1698,5385,5021,34,6100,3706,3705,0,6100,3706,3705,34,7545,5966,4151,0,7545,5966,4151,34,8033,5875,6945,0,8033,5875,6945,34,6799,8095,3742,0,6799,8095,3742,34,5865,5617,6455,0,5865,5617,6455,34,574,754,1352,0,574,754,1352,34,324,1549,325,0,324,1549,325,34,5828,4319,7152,0,5828,4319,7152,34,6602,7949,6571,0,6602,7949,6571,34,1784,2095,1785,0,1784,2095,1785,34,7096,5572,2245,0,7096,5572,2245,34,716,4305,4289,0,716,4305,4289,34,1762,1809,1683,0,1762,1809,1683,34,4200,2694,2693,0,4200,2694,2693,34,7974,2677,1397,0,7974,2677,1397,34,4238,564,563,0,4238,564,563,34,6304,73,72,0,6304,73,72,34,2252,4089,6856,0,2252,4089,6856,34,2961,3476,4857,0,2961,3476,4857,34,5028,6989,3347,0,5028,6989,3347,34,2304,3476,2961,0,2304,3476,2961,34,2257,4922,2255,0,2257,4922,2255,34,1954,6555,1955,0,1954,6555,1955,34,6994,4795,6674,0,6994,4795,6674,34,3139,228,987,0,3139,228,987,34,6525,3630,3547,0,6525,3630,3547,34,5487,6222,6509,0,5487,6222,6509,34,3213,3695,4335,0,3213,3695,4335,34,658,4104,659,0,658,4104,659,34,3692,2411,2413,0,3692,2411,2413,34,7411,282,5116,0,7411,282,5116,34,5675,3170,2713,0,5675,3170,2713,34,3306,162,457,0,3306,162,457,34,3381,4761,3382,0,3381,4761,3382,34,3238,6342,3239,0,3238,6342,3239,34,5761,3489,3488,0,5761,3489,3488,34,1659,7361,4235,0,1659,7361,4235,34,1824,3468,1825,0,1824,3468,1825,34,6253,2376,6420,0,6253,2376,6420,34,4330,4519,4331,0,4330,4519,4331,34,4738,7674,7638,0,4738,7674,7638,34,2183,2185,3300,0,2183,2185,3300,34,7432,4509,3277,0,7432,4509,3277,34,6539,1296,7789,0,6539,1296,7789,34,6330,6523,3102,0,6330,6523,3102,34,2963,2304,2961,0,2963,2304,2961,34,7190,2384,6151,0,7190,2384,6151,34,1268,4665,1269,0,1268,4665,1269,34,5755,1650,6317,0,5755,1650,6317,34,726,767,922,0,726,767,922,34,7846,2885,2729,0,7846,2885,2729,34,3055,6426,7382,0,3055,6426,7382,34,3260,1210,5081,0,3260,1210,5081,34,6766,6765,1353,0,6766,6765,1353,34,2424,2465,2425,0,2424,2465,2425,34,3938,2248,4949,0,3938,2248,4949,34,7553,2431,2433,0,7553,2431,2433,34,601,7675,3319,0,601,7675,3319,34,1681,1683,2349,0,1681,1683,2349,34,6887,810,491,0,6887,810,491,34,89,3026,7675,0,89,3026,7675,34,808,6728,1964,0,808,6728,1964,34,2415,6241,2672,0,2415,6241,2672,34,1634,1009,919,0,1634,1009,919,34,5588,1571,6930,0,5588,1571,6930,34,2107,5971,2108,0,2107,5971,2108,34,6230,2983,2982,0,6230,2983,2982,34,5380,5382,3659,0,5380,5382,3659,34,2709,5668,5232,0,2709,5668,5232,34,7548,3355,470,0,7548,3355,470,34,5736,7308,4012,0,5736,7308,4012,34,616,4072,617,0,616,4072,617,34,6195,5496,6113,0,6195,5496,6113,34,5293,5765,4672,0,5293,5765,4672,34,1802,2733,2732,0,1802,2733,2732,34,880,6346,2058,0,880,6346,2058,34,3289,7261,3288,0,3289,7261,3288,34,1398,1397,2329,0,1398,1397,2329,34,1803,3523,7147,0,1803,3523,7147,34,5765,5293,506,0,5765,5293,506,34,7965,5006,3034,0,7965,5006,3034,34,449,448,6664,0,449,448,6664,34,5129,7139,6483,0,5129,7139,6483,34,7502,7429,2492,0,7502,7429,2492,34,6796,3543,1599,0,6796,3543,1599,34,3318,1565,595,0,3318,1565,595,34,6655,6654,7664,0,6655,6654,7664,34,105,4256,1845,0,105,4256,1845,34,2183,3300,6290,0,2183,3300,6290,34,1180,2676,2461,0,1180,2676,2461,34,8096,2256,2011,0,8096,2256,2011,34,7352,7614,7452,0,7352,7614,7452,34,6071,5082,6944,0,6071,5082,6944,34,2256,8096,2257,0,2256,8096,2257,34,4753,3823,7145,0,4753,3823,7145,34,3362,2770,2769,0,3362,2770,2769,34,5964,6387,7116,0,5964,6387,7116,34,7041,1507,1757,0,7041,1507,1757,34,4095,6392,4096,0,4095,6392,4096,34,2778,5587,5589,0,2778,5587,5589,34,6582,2663,6458,0,6582,2663,6458,34,1533,4435,1532,0,1533,4435,1532,34,4875,439,1161,0,4875,439,1161,34,6574,5753,7319,0,6574,5753,7319,34,3538,433,7786,0,3538,433,7786,34,38,1582,1581,0,38,1582,1581,34,4060,4857,5719,0,4060,4857,5719,34,1649,6783,4587,0,1649,6783,4587,34,4342,4341,5665,0,4342,4341,5665,34,3698,3272,1245,0,3698,3272,1245,34,4692,6502,4691,0,4692,6502,4691,34,3050,5533,3051,0,3050,5533,3051,34,1431,6506,3274,0,1431,6506,3274,34,2801,5558,1361,0,2801,5558,1361,34,1646,1648,6877,0,1646,1648,6877,34,342,6904,343,0,342,6904,343,34,634,633,1810,0,634,633,1810,34,8033,6945,5752,0,8033,6945,5752,34,2170,1318,6047,0,2170,1318,6047,34,1864,2773,1865,0,1864,2773,1865,34,65,1854,2119,0,65,1854,2119,34,4809,1385,1818,0,4809,1385,1818,34,3499,3501,778,0,3499,3501,778,34,5872,5874,2274,0,5872,5874,2274,34,1174,1176,3103,0,1174,1176,3103,34,1004,7363,196,0,1004,7363,196,34,1978,5619,1979,0,1978,5619,1979,34,1714,5100,4215,0,1714,5100,4215,34,5659,137,5805,0,5659,137,5805,34,1182,7278,1426,0,1182,7278,1426,34,7059,4952,4954,0,7059,4952,4954,34,5562,6971,2717,0,5562,6971,2717,34,3129,5837,4595,0,3129,5837,4595,34,2763,6668,4684,0,2763,6668,4684,34,512,1661,513,0,512,1661,513,34,1020,1022,851,0,1020,1022,851,34,3604,3764,7652,0,3604,3764,7652,34,4891,3908,7036,0,4891,3908,7036,34,5759,5760,6500,0,5759,5760,6500,34,2030,2029,578,0,2030,2029,578,34,2961,2257,8096,0,2961,2257,8096,34,4866,5724,5180,0,4866,5724,5180,34,7571,4648,2610,0,7571,4648,2610,34,7552,4842,7200,0,7552,4842,7200,34,6341,4769,3167,0,6341,4769,3167,34,2720,11,7680,0,2720,11,7680,34,5017,5681,5680,0,5017,5681,5680,34,6902,1755,6665,0,6902,1755,6665,34,2522,199,7133,0,2522,199,7133,34,6219,5980,5018,0,6219,5980,5018,34,3645,6876,6158,0,3645,6876,6158,34,7490,6749,3142,0,7490,6749,3142,34,4054,5057,5840,0,4054,5057,5840,34,5394,5393,3258,0,5394,5393,3258,34,2025,1781,1783,0,2025,1781,1783,34,6645,7489,7577,0,6645,7489,7577,34,6064,7611,4347,0,6064,7611,4347,34,3672,1551,1087,0,3672,1551,1087,34,2160,5024,6090,0,2160,5024,6090,34,6207,7014,3310,0,6207,7014,3310,34,95,4678,6172,0,95,4678,6172,34,2240,4235,1654,0,2240,4235,1654,34,4897,3408,3407,0,4897,3408,3407,34,901,1451,1450,0,901,1451,1450,34,5392,2961,8096,0,5392,2961,8096,34,5367,5946,6325,0,5367,5946,6325,34,1379,7581,5637,0,1379,7581,5637,34,1710,669,671,0,1710,669,671,34,1640,5846,3135,0,1640,5846,3135,34,7350,6439,7229,0,7350,6439,7229,34,3780,7363,6595,0,3780,7363,6595,34,4177,485,2552,0,4177,485,2552,34,4186,4187,1137,0,4186,4187,1137,34,171,6806,172,0,171,6806,172,34,1577,4737,1578,0,1577,4737,1578,34,7881,6272,6274,0,7881,6272,6274,34,6453,5711,3127,0,6453,5711,3127,34,1572,2779,7312,0,1572,2779,7312,34,6986,5943,5942,0,6986,5943,5942,34,6377,6655,4954,0,6377,6655,4954,34,7888,7661,3403,0,7888,7661,3403,34,1389,7575,1390,0,1389,7575,1390,34,6585,3056,7382,0,6585,3056,7382,34,2715,25,24,0,2715,25,24,34,2585,7969,2586,0,2585,7969,2586,34,6186,4735,2453,0,6186,4735,2453,34,5166,7591,1039,0,5166,7591,1039,34,4507,2696,2697,0,4507,2696,2697,34,4354,4355,6607,0,4354,4355,6607,34,304,5494,1770,0,304,5494,1770,34,4000,7939,1083,0,4000,7939,1083,34,5392,8096,2011,0,5392,8096,2011,34,2973,2975,4086,0,2973,2975,4086,34,1323,1890,3751,0,1323,1890,3751,34,3224,3954,3225,0,3224,3954,3225,34,4766,7241,3334,0,4766,7241,3334,34,5133,7520,6636,0,5133,7520,6636,34,610,7272,568,0,610,7272,568,34,4628,666,4629,0,4628,666,4629,34,5545,5915,4959,0,5545,5915,4959,34,4600,5701,6463,0,4600,5701,6463,34,6216,5424,2640,0,6216,5424,2640,34,1469,1471,1665,0,1469,1471,1665,34,80,3023,7308,0,80,3023,7308,34,3187,7579,7810,0,3187,7579,7810,34,6716,7292,6165,0,6716,7292,6165,34,5284,6796,6797,0,5284,6796,6797,34,131,130,3402,0,131,130,3402,34,6788,7089,4880,0,6788,7089,4880,34,2863,6999,1725,0,2863,6999,1725,34,2240,2241,4677,0,2240,2241,4677,34,1841,5525,1842,0,1841,5525,1842,34,3596,3595,6082,0,3596,3595,6082,34,1130,2399,1131,0,1130,2399,1131,34,3869,3701,4786,0,3869,3701,4786,34,1927,7078,1925,0,1927,7078,1925,34,2620,4064,2621,0,2620,4064,2621,34,150,1756,7296,0,150,1756,7296,34,5538,3686,3709,0,5538,3686,3709,34,2623,7430,1446,0,2623,7430,1446,34,6819,413,2262,0,6819,413,2262,34,189,781,190,0,189,781,190,34,1859,2495,2496,0,1859,2495,2496,34,7017,2796,5780,0,7017,2796,5780,34,941,2132,2131,0,941,2132,2131,34,7610,222,7854,0,7610,222,7854,34,3651,3190,3189,0,3651,3190,3189,34,2641,5904,1919,0,2641,5904,1919,34,5228,4617,4616,0,5228,4617,4616,34,4768,3607,3288,0,4768,3607,3288,34,6116,4971,6095,0,6116,4971,6095,34,623,4968,4537,0,623,4968,4537,34,2139,452,451,0,2139,452,451,34,2200,3238,2201,0,2200,3238,2201,34,1715,206,2642,0,1715,206,2642,34,5284,6797,3422,0,5284,6797,3422,34,2735,2737,4978,0,2735,2737,4978,34,3996,7777,6603,0,3996,7777,6603,34,4933,7268,7634,0,4933,7268,7634,34,1569,1795,1192,0,1569,1795,1192,34,4276,4278,1857,0,4276,4278,1857,34,764,6573,3983,0,764,6573,3983,34,1278,1277,881,0,1278,1277,881,34,1902,953,6126,0,1902,953,6126,34,5416,5418,5744,0,5416,5418,5744,34,2240,678,1797,0,2240,678,1797,34,66,7368,1455,0,66,7368,1455,34,7663,4761,5708,0,7663,4761,5708,34,7848,2260,2210,0,7848,2260,2210,34,7638,6532,6531,0,7638,6532,6531,34,4703,3824,7282,0,4703,3824,7282,34,7141,7142,4459,0,7141,7142,4459,34,5373,3742,8095,0,5373,3742,8095,34,2723,7452,7977,0,2723,7452,7977,34,7056,3252,3251,0,7056,3252,3251,34,5394,3257,5112,0,5394,3257,5112,34,4452,6700,1059,0,4452,6700,1059,34,3369,2020,2110,0,3369,2020,2110,34,4608,5501,5899,0,4608,5501,5899,34,7989,7468,2233,0,7989,7468,2233,34,2015,2004,7547,0,2015,2004,7547,34,4099,5365,5472,0,4099,5365,5472,34,4559,1396,7971,0,4559,1396,7971,34,6935,6718,6719,0,6935,6718,6719,34,3201,721,3342,0,3201,721,3342,34,903,902,2437,0,903,902,2437,34,7015,8028,7939,0,7015,8028,7939,34,520,2927,6139,0,520,2927,6139,34,4003,3018,4998,0,4003,3018,4998,34,3841,3843,6243,0,3841,3843,6243,34,3307,5732,7860,0,3307,5732,7860,34,5964,3144,7466,0,5964,3144,7466,34,7970,290,289,0,7970,290,289,34,1712,2166,1713,0,1712,2166,1713,34,7960,1724,1723,0,7960,1724,1723,34,6360,6362,5710,0,6360,6362,5710,34,2166,7660,2883,0,2166,7660,2883,34,5322,7290,2383,0,5322,7290,2383,34,1101,7952,824,0,1101,7952,824,34,1811,6268,6267,0,1811,6268,6267,34,2249,4752,3436,0,2249,4752,3436,34,3887,3889,2085,0,3887,3889,2085,34,3395,2031,2033,0,3395,2031,2033,34,5570,6496,5714,0,5570,6496,5714,34,4946,3024,4947,0,4946,3024,4947,34,3530,3529,4768,0,3530,3529,4768,34,4724,5014,5433,0,4724,5014,5433,34,6701,7888,2785,0,6701,7888,2785,34,7651,616,2568,0,7651,616,2568,34,2428,57,2429,0,2428,57,2429,34,6737,2751,4918,0,6737,2751,4918,34,5747,4800,7455,0,5747,4800,7455,34,3388,2668,2667,0,3388,2668,2667,34,3389,3225,3954,0,3389,3225,3954,34,2860,5282,2861,0,2860,5282,2861,34,4764,6548,4765,0,4764,6548,4765,34,2419,7672,6746,0,2419,7672,6746,34,3879,6863,1329,0,3879,6863,1329,34,4628,6240,6414,0,4628,6240,6414,34,1217,3702,3115,0,1217,3702,3115,34,7585,7933,7947,0,7585,7933,7947,34,159,161,4047,0,159,161,4047,34,1011,920,6517,0,1011,920,6517,34,6229,6685,5302,0,6229,6685,5302,34,1771,1770,5494,0,1771,1770,5494,34,1088,2852,2851,0,1088,2852,2851,34,388,387,7616,0,388,387,7616,34,2366,7882,6933,0,2366,7882,6933,34,2067,7084,6673,0,2067,7084,6673,34,2759,6292,2757,0,2759,6292,2757,34,6492,4715,3881,0,6492,4715,3881,34,5913,5112,3257,0,5913,5112,3257,34,4041,3434,4828,0,4041,3434,4828,34,300,302,6959,0,300,302,6959,34,6243,6522,6892,0,6243,6522,6892,34,2596,296,295,0,2596,296,295,34,1884,1886,4779,0,1884,1886,4779,34,432,1996,6512,0,432,1996,6512,34,7244,4500,4502,0,7244,4500,4502,34,2273,2217,5327,0,2273,2217,5327,34,5054,7401,3810,0,5054,7401,3810,34,1837,6114,4279,0,1837,6114,4279,34,5142,6427,3364,0,5142,6427,3364,34,939,1995,940,0,939,1995,940,34,6,397,7,0,6,397,7,34,5575,3827,6779,0,5575,3827,6779,34,1111,7182,2835,0,1111,7182,2835,34,7281,7188,4309,0,7281,7188,4309,34,6665,150,152,0,6665,150,152,34,1066,2855,7950,0,1066,2855,7950,34,135,1019,136,0,135,1019,136,34,3784,3733,5303,0,3784,3733,5303,34,6971,1173,3783,0,6971,1173,3783,34,7624,7271,7028,0,7624,7271,7028,34,1387,6976,302,0,1387,6976,302,34,1280,5420,1281,0,1280,5420,1281,34,2016,4579,5898,0,2016,4579,5898,34,5478,2962,4116,0,5478,2962,4116,34,6843,3004,2382,0,6843,3004,2382,34,5585,7650,3183,0,5585,7650,3183,34,5639,3298,5371,0,5639,3298,5371,34,1867,10,9,0,1867,10,9,34,60,2597,61,0,60,2597,61,34,151,4989,152,0,151,4989,152,34,1799,1800,5099,0,1799,1800,5099,34,7009,4115,7005,0,7009,4115,7005,34,4573,4575,6037,0,4573,4575,6037,34,956,5316,954,0,956,5316,954,34,4765,3449,3448,0,4765,3449,3448,34,143,5184,7859,0,143,5184,7859,34,6951,6301,6682,0,6951,6301,6682,34,7625,4143,1274,0,7625,4143,1274,34,4288,1454,3496,0,4288,1454,3496,34,8097,7829,7834,0,8097,7829,7834,34,1802,1801,2733,0,1802,1801,2733,34,2166,3408,7660,0,2166,3408,7660,34,7831,7834,7829,0,7831,7834,7829,34,8098,8099,8100,0,8098,8099,8100,34,8098,8100,7834,0,8098,8100,7834,34,2790,6116,4051,0,2790,6116,4051,34,8101,8100,8099,0,8101,8100,8099,34,5414,6133,5801,0,5414,6133,5801,34,3905,3904,3532,0,3905,3904,3532,34,3704,5477,3705,0,3704,5477,3705,34,5157,6568,7105,0,5157,6568,7105,34,7834,8100,8097,0,7834,8100,8097,34,4268,112,111,0,4268,112,111,34,2128,1106,1105,0,2128,1106,1105,34,1103,7203,1104,0,1103,7203,1104,34,3535,7545,5432,0,3535,7545,5432,34,3026,225,5227,0,3026,225,5227,34,2011,4348,2012,0,2011,4348,2012,34,7218,7481,7937,0,7218,7481,7937,34,5314,7086,6419,0,5314,7086,6419,34,6339,7243,5818,0,6339,7243,5818,34,226,6223,2054,0,226,6223,2054,34,6415,6597,6416,0,6415,6597,6416,34,5843,5842,1744,0,5843,5842,1744,34,6148,1848,1349,0,6148,1848,1349,34,2303,181,7713,0,2303,181,7713,34,4144,7125,4145,0,4144,7125,4145,34,8102,7826,8103,0,8102,7826,8103,34,8102,8103,8104,0,8102,8103,8104,34,6940,6437,8022,0,6940,6437,8022,34,8097,8103,7826,0,8097,8103,7826,34,8105,8106,8103,0,8105,8106,8103,34,2057,3472,3286,0,2057,3472,3286,34,8106,8104,8103,0,8106,8104,8103,34,147,3287,148,0,147,3287,148,34,3931,1225,5730,0,3931,1225,5730,34,3832,4948,4454,0,3832,4948,4454,34,6195,6785,5877,0,6195,6785,5877,34,5850,99,4068,0,5850,99,4068,34,7931,3943,7938,0,7931,3943,7938,34,2931,727,3279,0,2931,727,3279,34,8097,7826,7829,0,8097,7826,7829,34,500,245,244,0,500,245,244,34,4049,4048,7141,0,4049,4048,7141,34,4193,2698,5203,0,4193,2698,5203,34,6434,2768,4396,0,6434,2768,4396,34,5274,5211,5275,0,5274,5211,5275,34,4650,6081,2248,0,4650,6081,2248,34,5943,6985,7616,0,5943,6985,7616,34,8105,8103,8097,0,8105,8103,8097,34,8105,8097,8100,0,8105,8097,8100,34,7868,8107,8108,0,7868,8107,8108,34,2590,3814,7112,0,2590,3814,7112,34,8109,8106,8108,0,8109,8106,8108,34,8109,8108,8107,0,8109,8108,8107,34,8105,8101,8108,0,8105,8101,8108,34,8105,8108,8106,0,8105,8108,8106,34,6665,1755,150,0,6665,1755,150,34,8110,8108,8101,0,8110,8108,8101,34,1214,1366,1365,0,1214,1366,1365,34,4694,746,4695,0,4694,746,4695,34,3293,7550,6338,0,3293,7550,6338,34,2135,2743,1094,0,2135,2743,1094,34,865,4389,863,0,865,4389,863,34,7585,6096,4690,0,7585,6096,4690,34,7201,6255,6256,0,7201,6255,6256,34,2747,2184,5906,0,2747,2184,5906,34,5962,394,7524,0,5962,394,7524,34,6957,6896,6758,0,6957,6896,6758,34,5062,6965,5063,0,5062,6965,5063,34,735,734,3555,0,735,734,3555,34,3326,1003,1371,0,3326,1003,1371,34,4992,6419,5682,0,4992,6419,5682,34,3226,670,3033,0,3226,670,3033,34,7451,7068,4084,0,7451,7068,4084,34,6430,4794,7529,0,6430,4794,7529,34,3326,1371,1826,0,3326,1371,1826,34,355,7398,7101,0,355,7398,7101,34,3239,4377,3240,0,3239,4377,3240,34,3025,3024,5989,0,3025,3024,5989,34,3088,700,1491,0,3088,700,1491,34,8100,8101,8105,0,8100,8101,8105,34,3005,4284,5407,0,3005,4284,5407,34,332,4540,2487,0,332,4540,2487,34,4103,6537,6392,0,4103,6537,6392,34,6397,8111,7393,0,6397,8111,7393,34,5250,2637,7334,0,5250,2637,7334,34,1441,2852,1442,0,1441,2852,1442,34,6430,7529,976,0,6430,7529,976,34,7806,7392,7393,0,7806,7392,7393,34,7633,451,7300,0,7633,451,7300,34,7806,7393,8112,0,7806,7393,8112,34,4583,664,4584,0,4583,664,4584,34,8111,8098,8112,0,8111,8098,8112,34,8111,8112,7393,0,8111,8112,7393,34,5016,6088,2598,0,5016,6088,2598,34,4635,2234,6068,0,4635,2234,6068,34,6727,6915,5475,0,6727,6915,5475,34,1731,4773,4774,0,1731,4773,4774,34,7062,3707,1164,0,7062,3707,1164,34,5967,5969,6502,0,5967,5969,6502,34,6759,475,6928,0,6759,475,6928,34,6695,4441,7253,0,6695,4441,7253,34,173,172,7523,0,173,172,7523,34,2602,2604,327,0,2602,2604,327,34,5664,4342,5665,0,5664,4342,5665,34,3530,4768,3288,0,3530,4768,3288,34,8111,6397,8098,0,8111,6397,8098,34,7204,597,7196,0,7204,597,7196,34,1858,4342,5664,0,1858,4342,5664,34,870,8098,6397,0,870,8098,6397,34,218,791,6567,0,218,791,6567,34,1390,8098,870,0,1390,8098,870,34,3504,2685,3116,0,3504,2685,3116,34,5555,805,804,0,5555,805,804,34,6979,6911,6980,0,6979,6911,6980,34,7800,7805,7834,0,7800,7805,7834,34,5844,5005,4588,0,5844,5005,4588,34,7948,2491,7418,0,7948,2491,7418,34,356,5683,5682,0,356,5683,5682,34,4761,3381,5910,0,4761,3381,5910,34,8098,7834,7805,0,8098,7834,7805,34,7732,7734,5474,0,7732,7734,5474,34,3873,3874,7343,0,3873,3874,7343,34,3969,171,407,0,3969,171,407,34,5446,5445,3742,0,5446,5445,3742,34,2786,4660,6678,0,2786,4660,6678,34,5082,1948,6681,0,5082,1948,6681,34,7517,1528,6723,0,7517,1528,6723,34,4267,1433,846,0,4267,1433,846,34,6945,5875,6946,0,6945,5875,6946,34,4257,813,2864,0,4257,813,2864,34,702,7092,624,0,702,7092,624,34,7516,4395,4394,0,7516,4395,4394,34,7806,8112,7805,0,7806,8112,7805,34,7228,8031,6097,0,7228,8031,6097,34,1009,2821,5541,0,1009,2821,5541,34,8098,7805,8112,0,8098,7805,8112,34,4998,3566,3565,0,4998,3566,3565,34,5374,3555,6874,0,5374,3555,6874,34,5570,4914,6496,0,5570,4914,6496,34,4706,6444,3937,0,4706,6444,3937,34,3567,2878,2498,0,3567,2878,2498,34,3872,751,4269,0,3872,751,4269,34,1390,8099,8098,0,1390,8099,8098,34,5737,3523,6862,0,5737,3523,6862,34,6782,861,5289,0,6782,861,5289,34,6795,1335,1334,0,6795,1335,1334,34,7868,8108,7869,0,7868,8108,7869,34,2605,3454,5884,0,2605,3454,5884,34,1015,4097,5735,0,1015,4097,5735,34,7595,3874,4770,0,7595,3874,4770,34,2994,2996,6247,0,2994,2996,6247,34,6768,3085,7558,0,6768,3085,7558,34,7869,8108,8110,0,7869,8108,8110,34,3717,3718,7586,0,3717,3718,7586,34,4995,3614,5309,0,4995,3614,5309,34,7063,6121,3900,0,7063,6121,3900,34,2054,6223,1787,0,2054,6223,1787,34,8110,8113,7869,0,8110,8113,7869,34,7897,7857,1374,0,7897,7857,1374,34,1333,1335,6235,0,1333,1335,6235,34,7865,7869,8113,0,7865,7869,8113,34,4906,611,5944,0,4906,611,5944,34,291,7649,1320,0,291,7649,1320,34,2735,4978,4286,0,2735,4978,4286,34,6740,5679,7011,0,6740,5679,7011,34,7069,6990,6380,0,7069,6990,6380,34,5736,5674,7308,0,5736,5674,7308,34,4497,1191,7950,0,4497,1191,7950,34,5861,3810,540,0,5861,3810,540,34,8110,8101,1390,0,8110,8101,1390,34,1275,6762,7415,0,1275,6762,7415,34,6734,7493,978,0,6734,7493,978,34,8099,1390,8101,0,8099,1390,8101,34,7668,3763,6064,0,7668,3763,6064,34,328,7676,6689,0,328,7676,6689,34,2282,5637,7581,0,2282,5637,7581,34,7970,5282,290,0,7970,5282,290,34,80,7308,5674,0,80,7308,5674,34,3441,1834,6714,0,3441,1834,6714,34,4411,7437,1407,0,4411,7437,1407,34,7862,8113,7575,0,7862,8113,7575,34,1203,7327,1204,0,1203,7327,1204,34,2483,4892,4891,0,2483,4892,4891,34,1390,7575,8113,0,1390,7575,8113,34,4167,6985,4168,0,4167,6985,4168,34,6985,661,663,0,6985,661,663,34,342,3316,6904,0,342,3316,6904,34,1034,3594,1035,0,1034,3594,1035,34,1269,2433,1270,0,1269,2433,1270,34,1501,1503,159,0,1501,1503,159,34,5036,3324,7093,0,5036,3324,7093,34,4085,1807,3829,0,4085,1807,3829,34,4923,1331,7260,0,4923,1331,7260,34,615,957,7992,0,615,957,7992,34,2413,6201,1208,0,2413,6201,1208,34,5425,1026,1760,0,5425,1026,1760,34,7865,8113,7862,0,7865,8113,7862,34,6567,793,7024,0,6567,793,7024,34,7835,3321,6629,0,7835,3321,6629,34,6271,5721,4138,0,6271,5721,4138,34,1390,8113,8110,0,1390,8113,8110,34,3421,5284,3422,0,3421,5284,3422,34,705,4755,3646,0,705,4755,3646,34,5193,985,984,0,5193,985,984,34,5318,3036,5319,0,5318,3036,5319,34,6745,6805,778,0,6745,6805,778,34,2763,1086,1085,0,2763,1086,1085,34,6548,2729,4765,0,6548,2729,4765,34,3495,5059,4538,0,3495,5059,4538,34,4204,2624,8114,0,4204,2624,8114,34,4204,8114,7788,0,4204,8114,7788,34,2624,8115,8114,0,2624,8115,8114,34,3489,5632,3490,0,3489,5632,3490,34,4563,4803,3975,0,4563,4803,3975,34,1178,4821,1179,0,1178,4821,1179,34,5540,6741,5541,0,5540,6741,5541,34,3671,1303,4430,0,3671,1303,4430,34,7788,8114,8116,0,7788,8114,8116,34,7788,8116,7781,0,7788,8116,7781,34,8115,8117,8116,0,8115,8117,8116,34,8115,8116,8114,0,8115,8116,8114,34,8117,8118,8116,0,8117,8118,8116,34,1136,595,1182,0,1136,595,1182,34,3138,3650,3189,0,3138,3650,3189,34,7781,8116,8118,0,7781,8116,8118,34,407,1513,408,0,407,1513,408,34,2624,8119,8115,0,2624,8119,8115,34,2623,3265,8119,0,2623,3265,8119,34,2623,8119,2624,0,2623,8119,2624,34,286,7882,5144,0,286,7882,5144,34,6430,5819,5410,0,6430,5819,5410,34,6421,7928,2977,0,6421,7928,2977,34,5460,4625,5911,0,5460,4625,5911,34,8115,8119,8120,0,8115,8119,8120,34,8115,8120,8117,0,8115,8120,8117,34,3265,8121,8120,0,3265,8121,8120,34,3265,8120,8119,0,3265,8120,8119,34,747,6868,7340,0,747,6868,7340,34,3002,5848,5031,0,3002,5848,5031,34,656,6328,7355,0,656,6328,7355,34,1415,3528,2831,0,1415,3528,2831,34,794,4739,5450,0,794,4739,5450,34,5879,7779,871,0,5879,7779,871,34,1957,3881,5252,0,1957,3881,5252,34,3932,3934,579,0,3932,3934,579,34,8122,6297,7779,0,8122,6297,7779,34,842,844,912,0,842,844,912,34,6297,871,7779,0,6297,871,7779,34,1286,3989,3988,0,1286,3989,3988,34,597,599,7194,0,597,599,7194,34,371,1964,6728,0,371,1964,6728,34,666,6207,5503,0,666,6207,5503,34,8122,7030,6297,0,8122,7030,6297,34,8120,3542,7030,0,8120,3542,7030,34,6616,193,192,0,6616,193,192,34,1300,928,7825,0,1300,928,7825,34,6451,1683,1809,0,6451,1683,1809,34,7779,7781,8118,0,7779,7781,8118,34,7779,8118,8122,0,7779,8118,8122,34,2171,5928,1319,0,2171,5928,1319,34,1311,1310,7990,0,1311,1310,7990,34,8117,8122,8118,0,8117,8122,8118,34,7131,2031,7132,0,7131,2031,7132,34,4185,5419,3666,0,4185,5419,3666,34,5661,7462,5264,0,5661,7462,5264,34,2148,3856,4555,0,2148,3856,4555,34,1241,4981,2142,0,1241,4981,2142,34,2554,2553,1208,0,2554,2553,1208,34,8117,7030,8122,0,8117,7030,8122,34,3628,2316,1653,0,3628,2316,1653,34,8120,7030,8117,0,8120,7030,8117,34,3221,3765,392,0,3221,3765,392,34,1164,1163,7062,0,1164,1163,7062,34,3740,3742,7875,0,3740,3742,7875,34,1554,1553,7311,0,1554,1553,7311,34,1502,295,5517,0,1502,295,5517,34,4303,6410,4542,0,4303,6410,4542,34,3542,7840,1389,0,3542,7840,1389,34,2334,694,696,0,2334,694,696,34,7856,2952,6855,0,7856,2952,6855,34,3977,5264,7462,0,3977,5264,7462,34,6160,4660,2786,0,6160,4660,2786,34,1516,1314,1313,0,1516,1314,1313,34,6677,2492,7150,0,6677,2492,7150,34,5509,7185,5350,0,5509,7185,5350,34,1128,6203,650,0,1128,6203,650,34,8121,7840,3542,0,8121,7840,3542,34,7094,7096,2244,0,7094,7096,2244,34,6245,1073,5953,0,6245,1073,5953,34,6774,1560,6775,0,6774,1560,6775,34,2609,7507,3318,0,2609,7507,3318,34,421,1835,5725,0,421,1835,5725,34,7111,3677,7211,0,7111,3677,7211,34,5004,3653,4588,0,5004,3653,4588,34,44,43,462,0,44,43,462,34,3786,3540,4291,0,3786,3540,4291,34,6251,1447,7037,0,6251,1447,7037,34,5959,336,338,0,5959,336,338,34,2542,2541,6029,0,2542,2541,6029,34,7276,7087,5535,0,7276,7087,5535,34,7706,3922,5245,0,7706,3922,5245,34,8120,8121,3542,0,8120,8121,3542,34,968,967,7123,0,968,967,7123,34,3153,5303,3733,0,3153,5303,3733,34,6408,1522,2869,0,6408,1522,2869,34,6278,7289,7288,0,6278,7289,7288,34,5087,4891,5061,0,5087,4891,5061,34,5462,7046,6903,0,5462,7046,6903,34,2186,474,4722,0,2186,474,4722,34,2325,3753,6252,0,2325,3753,6252,34,434,2246,2247,0,434,2246,2247,34,1882,3888,5233,0,1882,3888,5233,34,3947,1993,1992,0,3947,1993,1992,34,2616,4243,4242,0,2616,4243,4242,34,195,197,6689,0,195,197,6689,34,970,5102,971,0,970,5102,971,34,3039,7647,702,0,3039,7647,702,34,6764,3254,2482,0,6764,3254,2482,34,1163,7472,3602,0,1163,7472,3602,34,1683,2350,2349,0,1683,2350,2349,34,1676,656,6676,0,1676,656,6676,34,4643,7858,5604,0,4643,7858,5604,34,6334,7840,1447,0,6334,7840,1447,34,5457,2032,2051,0,5457,2032,2051,34,2362,5321,6851,0,2362,5321,6851,34,8121,1448,7840,0,8121,1448,7840,34,7573,6042,3491,0,7573,6042,3491,34,1448,1447,7840,0,1448,1447,7840,34,4521,4523,1353,0,4521,4523,1353,34,4894,45,1514,0,4894,45,1514,34,1448,8121,3265,0,1448,8121,3265,34,7269,832,7099,0,7269,832,7099,34,7175,7843,7050,0,7175,7843,7050,34,7427,1668,6694,0,7427,1668,6694,34,7945,2927,2929,0,7945,2927,2929,34,2731,5584,3184,0,2731,5584,3184,34,2258,659,309,0,2258,659,309,34,8031,6098,6097,0,8031,6098,6097,34,553,5051,554,0,553,5051,554,34,1520,7665,1955,0,1520,7665,1955,34,3842,7105,5051,0,3842,7105,5051,34,3549,6233,2651,0,3549,6233,2651,34,5298,6162,6031,0,5298,6162,6031,34,6590,1267,820,0,6590,1267,820,34,2453,4735,4734,0,2453,4735,4734,34,5247,7095,7094,0,5247,7095,7094,34,5313,7980,1092,0,5313,7980,1092,34,489,6766,465,0,489,6766,465,34,6847,1789,1876,0,6847,1789,1876,34,3488,7640,7099,0,3488,7640,7099,34,1365,1215,1214,0,1365,1215,1214,34,565,567,6594,0,565,567,6594,34,6008,2267,2269,0,6008,2267,2269,34,6199,6330,5202,0,6199,6330,5202,34,6484,5243,3455,0,6484,5243,3455,34,599,4252,2900,0,599,4252,2900,34,981,6019,4742,0,981,6019,4742,34,4487,7202,4488,0,4487,7202,4488,34,4358,309,6507,0,4358,309,6507,34,7489,6949,3194,0,7489,6949,3194,34,5313,7527,7980,0,5313,7527,7980,34,7472,4032,3602,0,7472,4032,3602,34,5709,7235,5602,0,5709,7235,5602,34,562,2290,6840,0,562,2290,6840,34,4983,564,4984,0,4983,564,4984,34,6009,2269,1642,0,6009,2269,1642,34,10,1869,1197,0,10,1869,1197,34,433,2131,7786,0,433,2131,7786,34,2293,7338,6515,0,2293,7338,6515,34,8032,6,7980,0,8032,6,7980,34,4235,4677,4236,0,4235,4677,4236,34,4054,6623,3680,0,4054,6623,3680,34,6918,2070,3562,0,6918,2070,3562,34,5922,4461,5923,0,5922,4461,5923,34,4391,4717,5386,0,4391,4717,5386,34,3511,3856,2148,0,3511,3856,2148,34,5028,5027,1913,0,5028,5027,1913,34,818,820,1266,0,818,820,1266,34,5314,5908,7086,0,5314,5908,7086,34,2141,2176,3152,0,2141,2176,3152,34,4214,5400,5399,0,4214,5400,5399,34,334,424,335,0,334,424,335,34,1581,6966,6283,0,1581,6966,6283,34,2143,7986,2144,0,2143,7986,2144,34,8032,7980,7953,0,8032,7980,7953,34,1661,512,2932,0,1661,512,2932,34,6775,3330,7658,0,6775,3330,7658,34,1520,5707,7665,0,1520,5707,7665,34,2744,3414,6880,0,2744,3414,6880,34,5473,5475,6915,0,5473,5475,6915,34,5316,7544,954,0,5316,7544,954,34,3932,4000,3933,0,3932,4000,3933,34,6610,1877,7176,0,6610,1877,7176,34,895,897,2088,0,895,897,2088,34,1673,2119,1853,0,1673,2119,1853,34,327,238,328,0,327,238,328,34,3749,5638,1670,0,3749,5638,1670,34,2613,5937,2561,0,2613,5937,2561,34,2268,2267,2906,0,2268,2267,2906,34,386,4734,7955,0,386,4734,7955,34,3116,3502,3504,0,3116,3502,3504,34,1659,3015,1652,0,1659,3015,1652,34,2918,470,469,0,2918,470,469,34,1237,5513,1238,0,1237,5513,1238,34,1629,8033,1630,0,1629,8033,1630,34,4222,1403,1402,0,4222,1403,1402,34,6315,6862,6372,0,6315,6862,6372,34,5195,2822,3992,0,5195,2822,3992,34,7851,5289,861,0,7851,5289,861,34,6272,6933,7588,0,6272,6933,7588,34,5378,6794,5476,0,5378,6794,5476,34,2503,5903,2546,0,2503,5903,2546,34,4910,5802,3585,0,4910,5802,3585,34,7463,2177,1727,0,7463,2177,1727,34,2184,6668,3949,0,2184,6668,3949,34,5335,950,311,0,5335,950,311,34,3380,277,236,0,3380,277,236,34,3973,3972,7855,0,3973,3972,7855,34,4443,4444,2705,0,4443,4444,2705,34,5627,5629,5091,0,5627,5629,5091,34,8032,7953,8123,0,8032,7953,8123,34,7442,3700,7156,0,7442,3700,7156,34,1544,7478,7925,0,1544,7478,7925,34,4666,7514,3727,0,4666,7514,3727,34,6963,2052,2032,0,6963,2052,2032,34,3704,3706,6100,0,3704,3706,6100,34,4700,7127,5823,0,4700,7127,5823,34,7068,7069,6380,0,7068,7069,6380,34,770,2212,2211,0,770,2212,2211,34,5272,4374,4973,0,5272,4374,4973,34,3496,1726,4288,0,3496,1726,4288,34,5527,7329,2279,0,5527,7329,2279,34,510,5225,2402,0,510,5225,2402,34,1834,4818,1835,0,1834,4818,1835,34,3778,640,3779,0,3778,640,3779,34,4850,2089,6551,0,4850,2089,6551,34,7882,7588,6933,0,7882,7588,6933,34,5225,509,4643,0,5225,509,4643,34,4385,3574,4627,0,4385,3574,4627,34,3044,3313,3045,0,3044,3313,3045,34,7102,3474,4853,0,7102,3474,4853,34,2522,5331,3301,0,2522,5331,3301,34,78,3437,79,0,78,3437,79,34,5346,5475,5839,0,5346,5475,5839,34,3638,4720,3060,0,3638,4720,3060,34,2066,2067,4452,0,2066,2067,4452,34,1438,5189,1342,0,1438,5189,1342,34,4633,4493,4495,0,4633,4493,4495,34,3360,738,6871,0,3360,738,6871,34,3567,2879,2878,0,3567,2879,2878,34,7951,7953,7527,0,7951,7953,7527,34,2821,2823,5540,0,2821,2823,5540,34,5596,5746,1833,0,5596,5746,1833,34,6539,7789,6392,0,6539,7789,6392,34,7500,574,1351,0,7500,574,1351,34,5678,3593,7001,0,5678,3593,7001,34,1529,7517,1592,0,1529,7517,1592,34,3725,3087,3086,0,3725,3087,3086,34,582,1813,3662,0,582,1813,3662,34,3079,6396,3080,0,3079,6396,3080,34,4455,4454,942,0,4455,4454,942,34,2957,2734,2895,0,2957,2734,2895,34,4848,7266,7535,0,4848,7266,7535,34,7980,7527,7953,0,7980,7527,7953,34,760,891,761,0,760,891,761,34,1769,515,4962,0,1769,515,4962,34,1987,687,686,0,1987,687,686,34,699,1922,1924,0,699,1922,1924,34,6314,6313,2337,0,6314,6313,2337,34,7447,6548,6309,0,7447,6548,6309,34,4796,6477,7067,0,4796,6477,7067,34,6503,6083,3595,0,6503,6083,3595,34,4607,4609,783,0,4607,4609,783,34,2897,5328,5670,0,2897,5328,5670,34,4166,1757,7376,0,4166,1757,7376,34,5694,7246,3046,0,5694,7246,3046,34,7041,1757,2343,0,7041,1757,2343,34,5561,5566,7601,0,5561,5566,7601,34,3399,2373,2372,0,3399,2373,2372,34,491,2195,6887,0,491,2195,6887,34,2458,2457,4662,0,2458,2457,4662,34,7479,1936,4590,0,7479,1936,4590,34,680,5826,1678,0,680,5826,1678,34,4508,7289,4102,0,4508,7289,4102,34,868,4602,330,0,868,4602,330,34,7187,5743,7280,0,7187,5743,7280,34,6885,7467,1746,0,6885,7467,1746,34,2267,2784,2906,0,2267,2784,2906,34,7187,7280,7563,0,7187,7280,7563,34,2516,2515,7263,0,2516,2515,7263,34,6761,7415,6762,0,6761,7415,6762,34,1113,7182,1111,0,1113,7182,1111,34,7421,1854,5308,0,7421,1854,5308,34,1915,6989,5028,0,1915,6989,5028,34,1498,1500,4383,0,1498,1500,4383,34,397,8032,8123,0,397,8032,8123,34,339,5898,340,0,339,5898,340,34,6938,2529,8028,0,6938,2529,8028,34,3063,1925,7607,0,3063,1925,7607,34,966,968,4209,0,966,968,4209,34,6938,8028,7015,0,6938,8028,7015,34,3548,2651,3214,0,3548,2651,3214,34,3805,402,2077,0,3805,402,2077,34,7272,569,568,0,7272,569,568,34,3576,6293,5137,0,3576,6293,5137,34,1926,7242,6565,0,1926,7242,6565,34,6804,3648,3051,0,6804,3648,3051,34,5388,1202,7437,0,5388,1202,7437,34,1577,4973,4737,0,1577,4973,4737,34,6425,3121,5936,0,6425,3121,5936,34,5824,7025,3455,0,5824,7025,3455,34,1975,4847,3729,0,1975,4847,3729,34,1996,1995,6512,0,1996,1995,6512,34,3805,2077,3806,0,3805,2077,3806,34,1364,2071,1362,0,1364,2071,1362,34,7214,4832,7197,0,7214,4832,7197,34,2569,618,3510,0,2569,618,3510,34,568,2068,5944,0,568,2068,5944,34,3598,7294,5445,0,3598,7294,5445,34,5170,5172,4657,0,5170,5172,4657,34,1115,4814,1116,0,1115,4814,1116,34,4871,4165,3107,0,4871,4165,3107,34,4270,3854,6224,0,4270,3854,6224,34,2874,715,4965,0,2874,715,4965,34,1458,7970,289,0,1458,7970,289,34,8123,7959,397,0,8123,7959,397,34,5689,6671,6107,0,5689,6671,6107,34,2506,3959,2783,0,2506,3959,2783,34,395,397,7959,0,395,397,7959,34,6283,38,1581,0,6283,38,1581,34,1855,4278,7841,0,1855,4278,7841,34,1398,7650,2126,0,1398,7650,2126,34,608,1436,7036,0,608,1436,7036,34,6623,3948,6079,0,6623,3948,6079,34,7959,6383,395,0,7959,6383,395,34,6268,633,632,0,6268,633,632,34,3452,2605,2607,0,3452,2605,2607,34,2579,6474,7331,0,2579,6474,7331,34,3924,7128,3925,0,3924,7128,3925,34,3452,2607,7648,0,3452,2607,7648,34,5245,1777,4678,0,5245,1777,4678,34,6289,7283,3794,0,6289,7283,3794,34,7574,7884,795,0,7574,7884,795,34,7053,7863,2371,0,7053,7863,2371,34,3524,6730,4055,0,3524,6730,4055,34,4122,7303,4121,0,4122,7303,4121,34,6481,5987,5002,0,6481,5987,5002,34,6170,1779,7487,0,6170,1779,7487,34,6448,2227,1539,0,6448,2227,1539,34,6758,4432,6957,0,6758,4432,6957,34,5768,735,3556,0,5768,735,3556,34,3292,4843,5246,0,3292,4843,5246,34,5734,2242,6186,0,5734,2242,6186,34,6837,2943,6686,0,6837,2943,6686,34,7117,7194,599,0,7117,7194,599,34,6094,6093,348,0,6094,6093,348,34,7345,318,7532,0,7345,318,7532,34,1847,3538,6743,0,1847,3538,6743,34,2235,3311,1428,0,2235,3311,1428,34,7155,3629,5796,0,7155,3629,5796,34,7149,7183,455,0,7149,7183,455,34,7172,7593,7173,0,7172,7593,7173,34,90,7191,91,0,90,7191,91,34,7578,7577,7682,0,7578,7577,7682,34,5004,3654,3653,0,5004,3654,3653,34,1379,3903,7581,0,1379,3903,7581,34,797,2501,6346,0,797,2501,6346,34,5952,2397,4259,0,5952,2397,4259,34,7953,7954,8123,0,7953,7954,8123,34,7858,7810,7579,0,7858,7810,7579,34,5845,2850,2849,0,5845,2850,2849,34,472,1213,473,0,472,1213,473,34,5459,2617,2616,0,5459,2617,2616,34,2633,3729,2634,0,2633,3729,2634,34,3799,6608,3800,0,3799,6608,3800,34,3443,3793,3792,0,3443,3793,3792,34,3756,4273,6925,0,3756,4273,6925,34,4887,634,7401,0,4887,634,7401,34,7114,7073,6975,0,7114,7073,6975,34,968,303,4209,0,968,303,4209,34,3079,1374,1376,0,3079,1374,1376,34,5465,7245,5831,0,5465,7245,5831,34,6234,1335,108,0,6234,1335,108,34,4799,6643,2277,0,4799,6643,2277,34,3261,3435,6973,0,3261,3435,6973,34,7620,4058,4060,0,7620,4058,4060,34,1885,3332,1729,0,1885,3332,1729,34,6109,6968,7104,0,6109,6968,7104,34,7959,8123,7954,0,7959,8123,7954,34,2578,7047,874,0,2578,7047,874,34,851,853,5237,0,851,853,5237,34,1439,1343,7188,0,1439,1343,7188,34,7549,5582,7602,0,7549,5582,7602,34,1707,6785,2440,0,1707,6785,2440,34,7318,1174,6564,0,7318,1174,6564,34,2494,2493,3196,0,2494,2493,3196,34,2848,2850,4935,0,2848,2850,4935,34,6545,3160,6312,0,6545,3160,6312,34,5411,7023,5687,0,5411,7023,5687,34,7944,7964,4861,0,7944,7964,4861,34,7161,7112,7670,0,7161,7112,7670,34,4590,1936,1935,0,4590,1936,1935,34,6473,7331,6474,0,6473,7331,6474,34,2205,1101,826,0,2205,1101,826,34,2430,6720,4227,0,2430,6720,4227,34,129,6013,130,0,129,6013,130,34,4753,7282,3824,0,4753,7282,3824,34,6415,6417,7154,0,6415,6417,7154,34,4100,5154,4456,0,4100,5154,4456,34,6048,293,4393,0,6048,293,4393,34,1530,1529,1380,0,1530,1529,1380,34,2457,4930,3907,0,2457,4930,3907,34,6350,7050,6497,0,6350,7050,6497,34,6677,6761,5601,0,6677,6761,5601,34,7381,194,193,0,7381,194,193,34,2390,5742,4593,0,2390,5742,4593,34,5285,2490,7071,0,5285,2490,7071,34,4938,4939,4125,0,4938,4939,4125,34,4724,5433,5432,0,4724,5433,5432,34,4863,2712,6528,0,4863,2712,6528,34,1790,92,6922,0,1790,92,6922,34,2505,5573,7395,0,2505,5573,7395,34,6521,3843,3842,0,6521,3843,3842,34,4306,7514,4666,0,4306,7514,4666,34,6475,6477,6831,0,6475,6477,6831,34,2570,2569,4606,0,2570,2569,4606,34,6994,6154,3883,0,6994,6154,3883,34,2879,3365,6871,0,2879,3365,6871,34,1192,1779,848,0,1192,1779,848,34,2758,6279,6632,0,2758,6279,6632,34,5041,6686,2943,0,5041,6686,2943,34,5473,6915,2941,0,5473,6915,2941,34,2442,6246,7263,0,2442,6246,7263,34,5833,5396,5852,0,5833,5396,5852,34,3246,2446,6816,0,3246,2446,6816,34,3226,4271,671,0,3226,4271,671,34,3187,3186,4671,0,3187,3186,4671,34,253,3247,3970,0,253,3247,3970,34,935,934,5882,0,935,934,5882,34,7621,7326,4004,0,7621,7326,4004,34,387,5943,7616,0,387,5943,7616,34,1992,76,1632,0,1992,76,1632,34,183,185,6724,0,183,185,6724,34,7492,1238,994,0,7492,1238,994,34,681,5078,2387,0,681,5078,2387,34,7884,3701,3869,0,7884,3701,3869,34,2848,4935,6759,0,2848,4935,6759,34,3107,807,806,0,3107,807,806,34,6652,6651,455,0,6652,6651,455,34,3721,5097,2926,0,3721,5097,2926,34,5033,2801,7171,0,5033,2801,7171,34,5616,229,1931,0,5616,229,1931,34,2216,5283,2217,0,2216,5283,2217,34,571,3199,572,0,571,3199,572,34,1928,7492,7491,0,1928,7492,7491,34,588,6399,7353,0,588,6399,7353,34,6764,3481,3254,0,6764,3481,3254,34,5322,5003,3774,0,5322,5003,3774,34,2391,6492,3881,0,2391,6492,3881,34,4875,1920,651,0,4875,1920,651,34,7241,7240,3334,0,7241,7240,3334,34,3016,6572,3017,0,3016,6572,3017,34,425,5216,3570,0,425,5216,3570,34,815,6534,816,0,815,6534,816,34,731,7067,6476,0,731,7067,6476,34,809,6460,810,0,809,6460,810,34,2356,5408,4422,0,2356,5408,4422,34,6556,2593,2594,0,6556,2593,2594,34,4122,5092,7303,0,4122,5092,7303,34,2933,5292,1661,0,2933,5292,1661,34,61,5280,6958,0,61,5280,6958,34,1207,7603,1593,0,1207,7603,1593,34,3371,2653,337,0,3371,2653,337,34,4161,547,7591,0,4161,547,7591,34,5465,5831,5830,0,5465,5831,5830,34,1869,2671,1195,0,1869,2671,1195,34,6202,7257,650,0,6202,7257,650,34,3300,4926,4925,0,3300,4926,4925,34,1369,605,604,0,1369,605,604,34,722,7259,5165,0,722,7259,5165,34,3292,5246,3293,0,3292,5246,3293,34,3183,7650,2330,0,3183,7650,2330,34,7014,7013,7542,0,7014,7013,7542,34,120,3273,2120,0,120,3273,2120,34,3768,6012,7420,0,3768,6012,7420,34,4280,4279,7365,0,4280,4279,7365,34,3801,5272,4515,0,3801,5272,4515,34,2528,7939,8028,0,2528,7939,8028,34,629,631,7259,0,629,631,7259,34,2102,5651,4591,0,2102,5651,4591,34,7149,455,6651,0,7149,455,6651,34,6119,872,7047,0,6119,872,7047,34,7275,5621,5623,0,7275,5621,5623,34,3059,4836,3060,0,3059,4836,3060,34,7287,7923,7648,0,7287,7923,7648,34,4194,7659,6741,0,4194,7659,6741,34,7307,7638,6531,0,7307,7638,6531,34,2521,4682,6435,0,2521,4682,6435,34,5354,7089,6790,0,5354,7089,6790,34,6615,215,214,0,6615,215,214,34,6459,2997,2998,0,6459,2997,2998,34,1502,5517,7985,0,1502,5517,7985,34,5340,3059,3061,0,5340,3059,3061,34,7117,7118,7194,0,7117,7118,7194,34,3335,3334,7240,0,3335,3334,7240,34,6796,1599,2284,0,6796,1599,2284,34,1150,3540,7170,0,1150,3540,7170,34,3743,4525,4572,0,3743,4525,4572,34,55,85,4783,0,55,85,4783,34,4480,4457,406,0,4480,4457,406,34,6952,6951,7472,0,6952,6951,7472,34,47,7494,2261,0,47,7494,2261,34,2890,6376,2725,0,2890,6376,2725,34,3794,7328,6289,0,3794,7328,6289,34,3894,7463,5617,0,3894,7463,5617,34,4752,6853,358,0,4752,6853,358,34,910,6861,6865,0,910,6861,6865,34,4427,6673,712,0,4427,6673,712,34,7219,7158,7157,0,7219,7158,7157,34,5290,640,7555,0,5290,640,7555,34,456,7002,6663,0,456,7002,6663,34,1802,2732,6730,0,1802,2732,6730,34,3216,4852,6100,0,3216,4852,6100,34,6819,5450,413,0,6819,5450,413,34,6701,2785,2784,0,6701,2785,2784,34,1502,2596,295,0,1502,2596,295,34,1936,1603,208,0,1936,1603,208,34,3796,3795,3732,0,3796,3795,3732,34,2345,3031,5173,0,2345,3031,5173,34,7044,6425,6638,0,7044,6425,6638,34,1794,5875,8033,0,1794,5875,8033,34,5402,4883,4884,0,5402,4883,4884,34,6737,596,2751,0,6737,596,2751,34,6869,2837,7022,0,6869,2837,7022,34,682,4843,3292,0,682,4843,3292,34,3095,949,5040,0,3095,949,5040,34,1695,6798,1696,0,1695,6798,1696,34,7345,4337,6361,0,7345,4337,6361,34,6128,3698,297,0,6128,3698,297,34,5392,2962,2961,0,5392,2962,2961,34,8053,7432,643,0,8053,7432,643,34,4706,816,6444,0,4706,816,6444,34,4381,95,6172,0,4381,95,6172,34,2334,4148,694,0,2334,4148,694,34,7317,7169,7168,0,7317,7169,7168,34,5717,5944,3562,0,5717,5944,3562,34,6052,3803,5564,0,6052,3803,5564,34,6071,44,5082,0,6071,44,5082,34,283,382,381,0,283,382,381,34,1674,3587,3988,0,1674,3587,3988,34,3890,3516,2009,0,3890,3516,2009,34,2524,2523,2943,0,2524,2523,2943,34,4861,7964,1499,0,4861,7964,1499,34,1006,6506,996,0,1006,6506,996,34,5198,1046,4535,0,5198,1046,4535,34,7941,1882,7189,0,7941,1882,7189,34,3148,530,3149,0,3148,530,3149,34,4323,6147,6352,0,4323,6147,6352,34,4264,3332,1884,0,4264,3332,1884,34,5908,6216,7106,0,5908,6216,7106,34,2091,4372,2092,0,2091,4372,2092,34,7371,1311,7990,0,7371,1311,7990,34,1744,6397,7392,0,1744,6397,7392,34,3152,1798,680,0,3152,1798,680,34,382,7411,2812,0,382,7411,2812,34,7683,4106,6338,0,7683,4106,6338,34,4313,4314,2296,0,4313,4314,2296,34,114,116,6369,0,114,116,6369,34,658,6070,7509,0,658,6070,7509,34,1662,2994,1663,0,1662,2994,1663,34,6485,7055,7077,0,6485,7055,7077,34,1299,7065,1300,0,1299,7065,1300,34,1100,1822,1821,0,1100,1822,1821,34,6310,4745,3506,0,6310,4745,3506,34,2013,4225,4224,0,2013,4225,4224,34,1488,1487,7928,0,1488,1487,7928,34,3624,6757,1704,0,3624,6757,1704,34,2572,3947,2086,0,2572,3947,2086,34,6520,5326,5325,0,6520,5326,5325,34,6769,7267,6770,0,6769,7267,6770,34,1201,4894,4895,0,1201,4894,4895,34,5761,5632,3489,0,5761,5632,3489,34,2128,2130,4767,0,2128,2130,4767,34,3946,3945,4362,0,3946,3945,4362,34,3652,3654,566,0,3652,3654,566,34,5895,881,883,0,5895,881,883,34,2091,2888,4372,0,2091,2888,4372,34,4781,5369,2936,0,4781,5369,2936,34,5706,1956,1955,0,5706,1956,1955,34,6957,7175,5230,0,6957,7175,5230,34,1909,5398,1941,0,1909,5398,1941,34,7200,4422,5408,0,7200,4422,5408,34,5692,4463,2675,0,5692,4463,2675,34,6316,7339,5810,0,6316,7339,5810,34,4167,828,388,0,4167,828,388,34,6029,2541,7484,0,6029,2541,7484,34,890,5575,761,0,890,5575,761,34,4809,2907,1385,0,4809,2907,1385,34,1282,2682,6568,0,1282,2682,6568,34,3938,4949,6636,0,3938,4949,6636,34,2298,4290,724,0,2298,4290,724,34,3823,7171,7144,0,3823,7171,7144,34,6804,1933,5892,0,6804,1933,5892,34,7824,1099,1790,0,7824,1099,1790,34,6506,4146,3274,0,6506,4146,3274,34,2221,2223,7076,0,2221,2223,7076,34,6672,6658,6657,0,6672,6658,6657,34,1311,4366,1405,0,1311,4366,1405,34,573,6043,7529,0,573,6043,7529,34,4546,4366,4365,0,4546,4366,4365,34,1799,5100,1713,0,1799,5100,1713,34,6109,173,7523,0,6109,173,7523,34,2890,2892,6376,0,2890,2892,6376,34,6487,6489,2069,0,6487,6489,2069,34,658,7509,5012,0,658,7509,5012,34,1099,7824,1604,0,1099,7824,1604,34,1129,7398,4370,0,1129,7398,4370,34,7793,7222,6438,0,7793,7222,6438,34,7364,3396,2033,0,7364,3396,2033,34,282,7411,283,0,282,7411,283,34,3850,3609,3610,0,3850,3609,3610,34,710,4524,1587,0,710,4524,1587,34,6865,6861,4425,0,6865,6861,4425,34,710,1587,5089,0,710,1587,5089,34,3958,5329,4641,0,3958,5329,4641,34,3907,6050,1305,0,3907,6050,1305,34,511,3345,3849,0,511,3345,3849,34,1164,1232,1162,0,1164,1232,1162,34,7011,287,3648,0,7011,287,3648,34,1623,7048,1624,0,1623,7048,1624,34,6721,7642,7643,0,6721,7642,7643,34,3282,2958,6017,0,3282,2958,6017,34,2004,2006,5644,0,2004,2006,5644,34,7023,6684,1187,0,7023,6684,1187,34,6956,1763,1762,0,6956,1763,1762,34,2147,460,3512,0,2147,460,3512,34,5139,6742,5909,0,5139,6742,5909,34,613,7256,5059,0,613,7256,5059,34,2417,2419,6767,0,2417,2419,6767,34,4589,7441,3454,0,4589,7441,3454,34,3849,3609,3850,0,3849,3609,3850,34,2417,6649,3462,0,2417,6649,3462,34,7411,382,283,0,7411,382,283,34,1449,1416,2614,0,1449,1416,2614,34,5085,4865,4864,0,5085,4865,4864,34,7624,7028,3472,0,7624,7028,3472,34,3105,548,6704,0,3105,548,6704,34,2713,3170,2714,0,2713,3170,2714,34,3157,2445,3158,0,3157,2445,3158,34,2994,61,2995,0,2994,61,2995,34,5527,2892,3746,0,5527,2892,3746,34,2630,1047,5198,0,2630,1047,5198,34,3593,4140,7001,0,3593,4140,7001,34,990,4646,4490,0,990,4646,4490,34,3737,747,6228,0,3737,747,6228,34,2178,2177,7463,0,2178,2177,7463,34,4375,1417,7521,0,4375,1417,7521,34,7146,5871,4869,0,7146,5871,4869,34,7371,7990,5999,0,7371,7990,5999,34,4920,8124,7978,0,4920,8124,7978,34,7146,4869,4868,0,7146,4869,4868,34,6963,6860,2052,0,6963,6860,2052,34,5262,5261,1117,0,5262,5261,1117,34,3377,7332,5128,0,3377,7332,5128,34,711,5372,442,0,711,5372,442,34,3345,6459,4807,0,3345,6459,4807,34,976,7529,6043,0,976,7529,6043,34,1626,1625,2173,0,1626,1625,2173,34,148,2397,5952,0,148,2397,5952,34,5220,5354,6790,0,5220,5354,6790,34,366,3942,1098,0,366,3942,1098,34,7040,7641,7789,0,7040,7641,7789,34,1307,72,3090,0,1307,72,3090,34,7129,3815,3814,0,7129,3815,3814,34,2401,4598,2402,0,2401,4598,2402,34,1524,6258,6726,0,1524,6258,6726,34,7609,8124,4920,0,7609,8124,4920,34,3343,4,1262,0,3343,4,1262,34,6408,7663,5707,0,6408,7663,5707,34,5227,7285,7359,0,5227,7285,7359,34,1746,682,4053,0,1746,682,4053,34,3183,3449,4765,0,3183,3449,4765,34,6657,6659,6116,0,6657,6659,6116,34,177,5888,178,0,177,5888,178,34,3439,5544,5673,0,3439,5544,5673,34,5527,2302,7329,0,5527,2302,7329,34,8124,7631,7978,0,8124,7631,7978,34,2118,489,5360,0,2118,489,5360,34,713,2875,6987,0,713,2875,6987,34,6316,5053,6322,0,6316,5053,6322,34,1958,3042,933,0,1958,3042,933,34,6010,1324,893,0,6010,1324,893,34,552,3447,553,0,552,3447,553,34,3264,3263,5059,0,3264,3263,5059,34,3400,4197,1206,0,3400,4197,1206,34,4619,7631,8124,0,4619,7631,8124,34,6996,7356,3736,0,6996,7356,3736,34,2141,5983,1271,0,2141,5983,1271,34,2472,2769,2771,0,2472,2769,2771,34,7250,6806,1562,0,7250,6806,1562,34,4364,4366,1311,0,4364,4366,1311,34,6505,7841,6662,0,6505,7841,6662,34,3722,6791,6211,0,3722,6791,6211,34,136,7087,137,0,136,7087,137,34,6073,6075,4889,0,6073,6075,4889,34,4285,4295,4294,0,4285,4295,4294,34,6417,6416,772,0,6417,6416,772,34,686,5500,5653,0,686,5500,5653,34,6523,6330,6331,0,6523,6330,6331,34,5870,2658,4014,0,5870,2658,4014,34,3917,7145,3372,0,3917,7145,3372,34,7282,3918,5685,0,7282,3918,5685,34,5920,1868,1867,0,5920,1868,1867,34,6137,201,5856,0,6137,201,5856,34,7500,7057,6285,0,7500,7057,6285,34,4701,4700,3586,0,4701,4700,3586,34,4573,6036,4328,0,4573,6036,4328,34,6692,5556,7130,0,6692,5556,7130,34,487,2379,488,0,487,2379,488,34,4552,204,1466,0,4552,204,1466,34,354,356,6238,0,354,356,6238,34,4830,2483,2485,0,4830,2483,2485,34,8125,4237,2066,0,8125,4237,2066,34,1062,2297,626,0,1062,2297,626,34,3908,609,608,0,3908,609,608,34,6096,6098,4817,0,6096,6098,4817,34,1183,258,266,0,1183,258,266,34,187,1753,2124,0,187,1753,2124,34,891,6585,5689,0,891,6585,5689,34,1202,5390,46,0,1202,5390,46,34,5324,5855,1584,0,5324,5855,1584,34,4619,8124,4620,0,4619,8124,4620,34,2855,1065,2856,0,2855,1065,2856,34,2439,1514,7975,0,2439,1514,7975,34,6488,6381,6489,0,6488,6381,6489,34,6901,4107,7573,0,6901,4107,7573,34,3650,7667,1283,0,3650,7667,1283,34,537,3766,538,0,537,3766,538,34,7178,7174,1236,0,7178,7174,1236,34,7270,7099,7640,0,7270,7099,7640,34,7178,1236,1823,0,7178,1236,1823,34,8124,5998,4620,0,8124,5998,4620,34,6523,7587,6564,0,6523,7587,6564,34,2509,2511,5400,0,2509,2511,5400,34,453,452,1527,0,453,452,1527,34,4364,7371,7609,0,4364,7371,7609,34,7644,2022,1443,0,7644,2022,1443,34,3717,7586,7555,0,3717,7586,7555,34,5998,7609,7371,0,5998,7609,7371,34,3645,1168,6876,0,3645,1168,6876,34,4030,4032,6682,0,4030,4032,6682,34,3204,6562,3203,0,3204,6562,3203,34,3775,4130,3776,0,3775,4130,3776,34,5443,3799,5968,0,5443,3799,5968,34,2261,7494,6536,0,2261,7494,6536,34,4604,4452,3064,0,4604,4452,3064,34,7457,5232,5469,0,7457,5232,5469,34,5785,5787,5920,0,5785,5787,5920,34,6076,5755,6317,0,6076,5755,6317,34,5957,4845,4723,0,5957,4845,4723,34,500,244,4568,0,500,244,4568,34,2339,2047,6745,0,2339,2047,6745,34,5403,4001,7324,0,5403,4001,7324,34,8125,2066,1058,0,8125,2066,1058,34,2981,2983,7082,0,2981,2983,7082,34,4302,7824,7126,0,4302,7824,7126,34,3135,5846,1071,0,3135,5846,1071,34,4048,1897,3820,0,4048,1897,3820,34,457,6643,458,0,457,6643,458,34,3051,287,384,0,3051,287,384,34,7275,804,5728,0,7275,804,5728,34,1434,3406,6717,0,1434,3406,6717,34,3061,6444,6534,0,3061,6444,6534,34,5387,4575,4574,0,5387,4575,4574,34,7960,1723,2949,0,7960,1723,2949,34,5942,6311,6986,0,5942,6311,6986,34,7609,5998,8124,0,7609,5998,8124,34,6289,3300,7283,0,6289,3300,7283,34,5737,7147,3523,0,5737,7147,3523,34,3159,3161,3330,0,3159,3161,3330,34,271,5357,7083,0,271,5357,7083,34,7701,5386,4574,0,7701,5386,4574,34,3359,3269,3360,0,3359,3269,3360,34,7573,4107,2987,0,7573,4107,2987,34,1409,1411,6932,0,1409,1411,6932,34,294,436,4553,0,294,436,4553,34,1246,3271,3695,0,1246,3271,3695,34,4534,7409,4716,0,4534,7409,4716,34,8126,898,4468,0,8126,898,4468,34,7553,7706,5245,0,7553,7706,5245,34,6891,7400,5770,0,6891,7400,5770,34,4609,2478,443,0,4609,2478,443,34,4963,4659,4267,0,4963,4659,4267,34,4468,8127,8128,0,4468,8127,8128,34,2984,4618,517,0,2984,4618,517,34,422,424,5126,0,422,424,5126,34,138,140,3838,0,138,140,3838,34,6878,3273,4353,0,6878,3273,4353,34,1689,2770,3362,0,1689,2770,3362,34,8126,4468,8128,0,8126,4468,8128,34,1152,1151,3032,0,1152,1151,3032,34,7644,2023,2022,0,7644,2023,2022,34,4163,1567,124,0,4163,1567,124,34,3900,4667,5248,0,3900,4667,5248,34,2638,224,6565,0,2638,224,6565,34,8129,8126,8128,0,8129,8126,8128,34,3126,6453,3127,0,3126,6453,3127,34,3397,2097,4805,0,3397,2097,4805,34,7421,1736,1852,0,7421,1736,1852,34,5986,774,5528,0,5986,774,5528,34,2537,4078,3939,0,2537,4078,3939,34,1421,6262,4619,0,1421,6262,4619,34,4206,2541,551,0,4206,2541,551,34,5204,6916,1574,0,5204,6916,1574,34,6835,275,4783,0,6835,275,4783,34,2893,2596,6085,0,2893,2596,6085,34,3303,984,1800,0,3303,984,1800,34,7397,4641,4485,0,7397,4641,4485,34,3558,7633,6598,0,3558,7633,6598,34,5835,4154,1752,0,5835,4154,1752,34,8126,7973,4216,0,8126,7973,4216,34,4129,3775,40,0,4129,3775,40,34,6478,2220,6479,0,6478,2220,6479,34,7247,5715,6204,0,7247,5715,6204,34,4692,6503,6502,0,4692,6503,6502,34,1874,1,2543,0,1874,1,2543,34,4216,898,8126,0,4216,898,8126,34,5659,3570,3569,0,5659,3570,3569,34,4450,736,277,0,4450,736,277,34,1487,1241,1243,0,1487,1241,1243,34,4830,4832,7214,0,4830,4832,7214,34,1490,5187,2713,0,1490,5187,2713,34,6330,3102,5200,0,6330,3102,5200,34,5019,4340,4793,0,5019,4340,4793,34,3357,2816,4596,0,3357,2816,4596,34,2290,2289,5435,0,2290,2289,5435,34,7938,3942,4126,0,7938,3942,4126,34,7526,4878,931,0,7526,4878,931,34,5844,5455,4580,0,5844,5455,4580,34,4759,6415,1940,0,4759,6415,1940,34,7973,8126,8129,0,7973,8126,8129,34,650,7257,4266,0,650,7257,4266,34,4964,7391,3869,0,4964,7391,3869,34,5227,7359,602,0,5227,7359,602,34,7348,4198,6182,0,7348,4198,6182,34,6598,7103,2223,0,6598,7103,2223,34,2143,2884,7986,0,2143,2884,7986,34,489,6738,6766,0,489,6738,6766,34,4091,6159,6020,0,4091,6159,6020,34,5012,7509,5013,0,5012,7509,5013,34,4444,5138,5599,0,4444,5138,5599,34,7973,8129,6194,0,7973,8129,6194,34,7973,6194,5909,0,7973,6194,5909,34,4462,1892,570,0,4462,1892,570,34,2153,1461,2154,0,2153,1461,2154,34,6184,3474,5951,0,6184,3474,5951,34,5766,2492,6677,0,5766,2492,6677,34,1238,4155,481,0,1238,4155,481,34,2084,73,6304,0,2084,73,6304,34,5998,7371,5999,0,5998,7371,5999,34,6673,4429,5912,0,6673,4429,5912,34,1177,6488,2022,0,1177,6488,2022,34,4635,2232,2234,0,4635,2232,2234,34,7002,306,2395,0,7002,306,2395,34,4350,346,3339,0,4350,346,3339,34,1102,7314,1688,0,1102,7314,1688,34,6746,6139,6767,0,6746,6139,6767,34,6349,3650,3430,0,6349,3650,3430,34,3985,5791,3442,0,3985,5791,3442,34,2678,2449,2679,0,2678,2449,2679,34,1117,5261,251,0,1117,5261,251,34,4074,2859,4443,0,4074,2859,4443,34,3610,511,3850,0,3610,511,3850,34,5515,3976,268,0,5515,3976,268,34,3160,5803,4910,0,3160,5803,4910,34,6088,6087,4182,0,6088,6087,4182,34,7913,4319,4318,0,7913,4319,4318,34,7131,6859,2031,0,7131,6859,2031,34,6194,8130,5140,0,6194,8130,5140,34,6809,6680,3914,0,6809,6680,3914,34,7025,4836,6484,0,7025,4836,6484,34,6769,5356,7267,0,6769,5356,7267,34,5069,4760,4261,0,5069,4760,4261,34,6194,8129,8128,0,6194,8129,8128,34,6194,8128,8130,0,6194,8128,8130,34,6811,1333,6235,0,6811,1333,6235,34,8033,5752,6973,0,8033,5752,6973,34,8127,8130,8128,0,8127,8130,8128,34,863,254,2585,0,863,254,2585,34,6540,6825,2249,0,6540,6825,2249,34,6998,3597,3598,0,6998,3597,3598,34,1117,4298,1118,0,1117,4298,1118,34,6825,3224,3223,0,6825,3224,3223,34,1643,1642,2269,0,1643,1642,2269,34,1735,7201,6256,0,1735,7201,6256,34,7375,7559,5185,0,7375,7559,5185,34,4253,2121,7991,0,4253,2121,7991,34,6482,6038,7439,0,6482,6038,7439,34,5568,5567,7286,0,5568,5567,7286,34,1166,4290,1167,0,1166,4290,1167,34,6270,2607,2606,0,6270,2607,2606,34,2917,2919,7705,0,2917,2919,7705,34,5748,872,1824,0,5748,872,1824,34,4547,7368,1672,0,4547,7368,1672,34,7485,2076,7494,0,7485,2076,7494,34,39,6407,6248,0,39,6407,6248,34,4217,5063,4218,0,4217,5063,4218,34,139,6919,4984,0,139,6919,4984,34,2689,3607,6340,0,2689,3607,6340,34,6748,7533,5484,0,6748,7533,5484,34,6501,5811,7641,0,6501,5811,7641,34,662,6060,7982,0,662,6060,7982,34,7425,7453,8131,0,7425,7453,8131,34,4399,4092,6388,0,4399,4092,6388,34,7425,8131,4467,0,7425,8131,4467,34,7176,2161,6091,0,7176,2161,6091,34,2110,2020,5779,0,2110,2020,5779,34,6372,137,7087,0,6372,137,7087,34,5305,1950,4612,0,5305,1950,4612,34,6950,5092,5093,0,6950,5092,5093,34,4615,4357,7731,0,4615,4357,7731,34,6146,5910,3381,0,6146,5910,3381,34,1312,1314,3980,0,1312,1314,3980,34,6466,3327,2824,0,6466,3327,2824,34,5820,6120,5411,0,5820,6120,5411,34,6466,2824,7677,0,6466,2824,7677,34,1467,7449,4384,0,1467,7449,4384,34,2028,2036,3428,0,2028,2036,3428,34,3395,2033,3396,0,3395,2033,3396,34,5542,2728,1355,0,5542,2728,1355,34,4685,2184,2183,0,4685,2184,2183,34,7453,6176,8131,0,7453,6176,8131,34,6773,7615,3620,0,6773,7615,3620,34,4705,3190,7384,0,4705,3190,7384,34,1490,3088,1491,0,1490,3088,1491,34,1742,1744,7392,0,1742,1744,7392,34,2502,2082,2934,0,2502,2082,2934,34,7352,156,7614,0,7352,156,7614,34,993,3802,991,0,993,3802,991,34,7269,7203,832,0,7269,7203,832,34,5201,3307,7860,0,5201,3307,7860,34,209,208,1053,0,209,208,1053,34,4826,2081,2083,0,4826,2081,2083,34,1801,1803,3459,0,1801,1803,3459,34,4468,4467,8127,0,4468,4467,8127,34,752,956,2407,0,752,956,2407,34,3197,4794,816,0,3197,4794,816,34,23,7365,5794,0,23,7365,5794,34,5561,5565,5566,0,5561,5565,5566,34,2493,5766,3196,0,2493,5766,3196,34,319,5247,7094,0,319,5247,7094,34,4256,105,4118,0,4256,105,4118,34,1735,6256,580,0,1735,6256,580,34,4581,5070,4262,0,4581,5070,4262,34,1630,8033,6973,0,1630,8033,6973,34,4467,8131,8127,0,4467,8131,8127,34,959,4384,2361,0,959,4384,2361,34,2431,7553,5245,0,2431,7553,5245,34,4075,4854,692,0,4075,4854,692,34,7634,7378,7258,0,7634,7378,7258,34,7625,4270,5304,0,7625,4270,5304,34,542,541,3746,0,542,541,3746,34,7056,2389,5611,0,7056,2389,5611,34,5881,6393,6387,0,5881,6393,6387,34,3011,4308,3970,0,3011,4308,3970,34,6593,5635,1830,0,6593,5635,1830,34,7261,4184,3444,0,7261,4184,3444,34,7056,5611,1370,0,7056,5611,1370,34,6547,5499,4182,0,6547,5499,4182,34,6964,2197,1091,0,6964,2197,1091,34,2105,6898,6897,0,2105,6898,6897,34,4644,3920,7303,0,4644,3920,7303,34,8130,6176,5140,0,8130,6176,5140,34,7398,355,354,0,7398,355,354,34,2495,7125,1496,0,2495,7125,1496,34,4913,6496,4914,0,4913,6496,4914,34,7577,7489,3142,0,7577,7489,3142,34,6268,632,3793,0,6268,632,3793,34,4990,1724,2138,0,4990,1724,2138,34,1351,6160,7500,0,1351,6160,7500,34,5366,7137,6370,0,5366,7137,6370,34,1354,4523,7994,0,1354,4523,7994,34,3465,4543,6752,0,3465,4543,6752,34,6321,7600,7163,0,6321,7600,7163,34,5616,5594,5593,0,5616,5594,5593,34,2352,3743,610,0,2352,3743,610,34,133,3877,1474,0,133,3877,1474,34,8127,8131,6176,0,8127,8131,6176,34,8127,6176,8130,0,8127,6176,8130,34,6386,5740,3042,0,6386,5740,3042,34,7035,98,7537,0,7035,98,7537,34,1484,1486,4211,0,1484,1486,4211,34,6666,6565,224,0,6666,6565,224,34,3376,7983,858,0,3376,7983,858,34,7093,3324,2967,0,7093,3324,2967,34,792,3590,3592,0,792,3590,3592,34,6695,3354,4215,0,6695,3354,4215,34,5220,7179,5402,0,5220,7179,5402,34,7369,2929,5151,0,7369,2929,5151,34,1838,1596,995,0,1838,1596,995,34,3674,2372,2371,0,3674,2372,2371,34,2221,3548,2222,0,2221,3548,2222,34,6857,4249,4248,0,6857,4249,4248,34,4724,6906,5014,0,4724,6906,5014,34,7991,7994,4523,0,7991,7994,4523,34,5908,4675,5424,0,5908,4675,5424,34,6091,5285,7071,0,6091,5285,7071,34,1303,5160,4430,0,1303,5160,4430,34,5487,6509,6177,0,5487,6509,6177,34,6955,5051,7105,0,6955,5051,7105,34,3135,6891,3136,0,3135,6891,3136,34,176,5493,5693,0,176,5493,5693,34,5208,2531,2813,0,5208,2531,2813,34,5901,2726,5902,0,5901,2726,5902,34,6189,2668,2335,0,6189,2668,2335,34,6336,2820,3256,0,6336,2820,3256,34,2017,4403,7304,0,2017,4403,7304,34,3905,3534,5349,0,3905,3534,5349,34,5524,1090,1089,0,5524,1090,1089,34,7033,7357,7311,0,7033,7357,7311,34,4933,4763,7268,0,4933,4763,7268,34,7315,1275,4143,0,7315,1275,4143,34,6120,1823,6263,0,6120,1823,6263,34,2190,398,400,0,2190,398,400,34,7654,6484,7037,0,7654,6484,7037,34,7455,5415,3919,0,7455,5415,3919,34,4725,5432,4151,0,4725,5432,4151,34,2014,6076,6620,0,2014,6076,6620,34,402,4237,8125,0,402,4237,8125,34,7582,7964,7944,0,7582,7964,7944,34,1616,2164,4771,0,1616,2164,4771,34,4351,1719,4936,0,4351,1719,4936,34,7453,6177,6176,0,7453,6177,6176,34,2706,2708,7618,0,2706,2708,7618,34,3808,6336,3809,0,3808,6336,3809,34,3688,4022,3689,0,3688,4022,3689,34,5058,5193,3264,0,5058,5193,3264,34,8132,8008,8102,0,8132,8008,8102,34,1884,4779,7952,0,1884,4779,7952,34,8008,7826,8102,0,8008,7826,8102,34,4977,2615,2830,0,4977,2615,2830,34,216,2986,2964,0,216,2986,2964,34,785,4608,7935,0,785,4608,7935,34,4589,3454,3453,0,4589,3454,3453,34,8132,8133,8008,0,8132,8133,8008,34,2686,7613,3027,0,2686,7613,3027,34,3013,6884,7637,0,3013,6884,7637,34,8005,8008,8133,0,8005,8008,8133,34,8005,8133,8006,0,8005,8133,8006,34,6059,7982,6060,0,6059,7982,6060,34,8102,8104,8132,0,8102,8104,8132,34,8106,8134,8104,0,8106,8134,8104,34,7116,3041,2749,0,7116,3041,2749,34,8135,8136,8104,0,8135,8136,8104,34,8135,8104,8134,0,8135,8104,8134,34,2339,5958,4816,0,2339,5958,4816,34,8132,8104,8136,0,8132,8104,8136,34,8132,8136,8137,0,8132,8136,8137,34,8132,8137,8133,0,8132,8137,8133,34,7887,3864,4466,0,7887,3864,4466,34,8135,8137,8136,0,8135,8137,8136,34,8138,8139,8137,0,8138,8139,8137,34,2489,7158,7072,0,2489,7158,7072,34,8006,8133,8137,0,8006,8133,8137,34,8006,8137,8139,0,8006,8137,8139,34,6473,6462,5127,0,6473,6462,5127,34,3230,1995,3231,0,3230,1995,3231,34,6365,6364,3012,0,6365,6364,3012,34,6973,5752,3261,0,6973,5752,3261,34,8139,7431,7464,0,8139,7431,7464,34,7185,7224,6105,0,7185,7224,6105,34,7168,7167,4312,0,7168,7167,4312,34,7370,5152,3048,0,7370,5152,3048,34,1240,6570,992,0,1240,6570,992,34,7431,8140,7930,0,7431,8140,7930,34,8139,8141,8140,0,8139,8141,8140,34,8139,8140,7431,0,8139,8140,7431,34,4317,3329,3331,0,4317,3329,3331,34,5770,3136,6891,0,5770,3136,6891,34,3073,6055,5775,0,3073,6055,5775,34,878,880,4599,0,878,880,4599,34,7274,5932,6173,0,7274,5932,6173,34,8001,8006,7464,0,8001,8006,7464,34,7237,1923,2273,0,7237,1923,2273,34,1860,2496,1317,0,1860,2496,1317,34,4957,4956,3001,0,4957,4956,3001,34,6321,1994,7600,0,6321,1994,7600,34,8139,7464,8006,0,8139,7464,8006,34,1129,4369,3043,0,1129,4369,3043,34,3975,268,3976,0,3975,268,3976,34,5244,5438,2959,0,5244,5438,2959,34,3377,6440,7332,0,3377,6440,7332,34,845,7366,4963,0,845,7366,4963,34,8138,8142,8139,0,8138,8142,8139,34,1232,1231,1162,0,1232,1231,1162,34,143,1976,7054,0,143,1976,7054,34,8141,8139,8142,0,8141,8139,8142,34,7313,501,7892,0,7313,501,7892,34,4776,916,4844,0,4776,916,4844,34,1006,4083,1007,0,1006,4083,1007,34,4558,7892,501,0,4558,7892,501,34,4146,5821,2694,0,4146,5821,2694,34,8143,7892,4558,0,8143,7892,4558,34,2276,2275,5899,0,2276,2275,5899,34,4023,5173,2776,0,4023,5173,2776,34,7892,8143,8144,0,7892,8143,8144,34,7892,8144,7889,0,7892,8144,7889,34,5959,6388,5684,0,5959,6388,5684,34,5484,3713,94,0,5484,3713,94,34,8142,7889,8144,0,8142,7889,8144,34,6873,2445,3157,0,6873,2445,3157,34,1198,6983,6861,0,1198,6983,6861,34,4881,5712,5961,0,4881,5712,5961,34,1576,3106,5729,0,1576,3106,5729,34,6504,6715,4904,0,6504,6715,4904,34,7177,4195,4440,0,7177,4195,4440,34,2620,5773,4064,0,2620,5773,4064,34,8141,8143,7930,0,8141,8143,7930,34,8141,7930,8140,0,8141,7930,8140,34,8143,4558,7930,0,8143,4558,7930,34,3778,3717,7555,0,3778,3717,7555,34,6970,7576,1544,0,6970,7576,1544,34,8143,8142,8144,0,8143,8142,8144,34,830,6697,5481,0,830,6697,5481,34,8141,8142,8143,0,8141,8142,8143,34,1463,7252,5515,0,1463,7252,5515,34,7646,5780,2796,0,7646,5780,2796,34,123,125,7266,0,123,125,7266,34,6712,4299,7543,0,6712,4299,7543,34,5895,3818,1278,0,5895,3818,1278,34,4025,6362,4026,0,4025,6362,4026,34,5974,6908,819,0,5974,6908,819,34,7885,8107,7868,0,7885,8107,7868,34,1453,3497,3496,0,1453,3497,3496,34,1947,411,2042,0,1947,411,2042,34,3658,3787,3786,0,3658,3787,3786,34,8109,8107,8134,0,8109,8107,8134,34,6546,3554,391,0,6546,3554,391,34,4366,4547,1405,0,4366,4547,1405,34,8107,8135,8134,0,8107,8135,8134,34,5491,7136,504,0,5491,7136,504,34,6665,2306,2305,0,6665,2306,2305,34,5507,7598,6166,0,5507,7598,6166,34,8106,8109,8134,0,8106,8109,8134,34,716,4289,717,0,716,4289,717,34,7885,7886,7889,0,7885,7886,7889,34,847,1433,1432,0,847,1433,1432,34,4013,4012,937,0,4013,4012,937,34,5860,1574,6916,0,5860,1574,6916,34,3049,6854,3050,0,3049,6854,3050,34,5330,3854,7008,0,5330,3854,7008,34,8107,7885,7889,0,8107,7885,7889,34,8107,7889,8142,0,8107,7889,8142,34,8107,8142,8138,0,8107,8142,8138,34,8107,8138,8135,0,8107,8138,8135,34,5416,6768,7046,0,5416,6768,7046,34,4361,4360,2690,0,4361,4360,2690,34,6232,3108,6592,0,6232,3108,6592,34,4727,7617,2805,0,4727,7617,2805,34,7000,4057,47,0,7000,4057,47,34,8135,8138,8137,0,8135,8138,8137,34,5615,4543,7243,0,5615,4543,7243,34,3014,4569,6365,0,3014,4569,6365,34,7804,6398,6756,0,7804,6398,6756,34,2724,3959,7397,0,2724,3959,7397,34,2925,7627,2926,0,2925,7627,2926,34,879,2945,2944,0,879,2945,2944,34,7993,5569,7164,0,7993,5569,7164,34,3245,5084,3246,0,3245,5084,3246,34,3728,3727,716,0,3728,3727,716,34,7368,4547,4985,0,7368,4547,4985,34,7252,4182,5515,0,7252,4182,5515,34,6846,1787,6847,0,6846,1787,6847,34,1899,2645,4144,0,1899,2645,4144,34,306,7002,5795,0,306,7002,5795,34,6673,5912,6406,0,6673,5912,6406,34,5352,5353,5861,0,5352,5353,5861,34,6378,6377,947,0,6378,6377,947,34,7069,5807,6052,0,7069,5807,6052,34,2890,4485,3747,0,2890,4485,3747,34,2714,3169,836,0,2714,3169,836,34,2701,7888,3403,0,2701,7888,3403,34,7993,7164,8031,0,7993,7164,8031,34,1251,1252,7636,0,1251,1252,7636,34,7368,1673,1672,0,7368,1673,1672,34,6048,7649,293,0,6048,7649,293,34,6243,3843,6521,0,6243,3843,6521,34,4334,6817,5579,0,4334,6817,5579,34,5758,7412,1703,0,5758,7412,1703,34,4383,1500,6939,0,4383,1500,6939,34,1463,1465,7252,0,1463,1465,7252,34,5779,424,423,0,5779,424,423,34,3093,2688,4632,0,3093,2688,4632,34,2720,2719,5868,0,2720,2719,5868,34,689,5267,5309,0,689,5267,5309,34,4330,3232,7162,0,4330,3232,7162,34,5095,5395,3341,0,5095,5395,3341,34,7654,2104,6484,0,7654,2104,6484,34,2562,5170,5125,0,2562,5170,5125,34,7260,697,3405,0,7260,697,3405,34,807,3108,6232,0,807,3108,6232,34,6323,1139,5047,0,6323,1139,5047,34,3515,1483,7212,0,3515,1483,7212,34,3956,4800,1233,0,3956,4800,1233,34,6820,3151,1096,0,6820,3151,1096,34,3207,5358,6920,0,3207,5358,6920,34,4776,4844,6251,0,4776,4844,6251,34,5304,3731,3730,0,5304,3731,3730,34,1818,1385,1819,0,1818,1385,1819,34,5434,4109,5435,0,5434,4109,5435,34,6537,4103,6907,0,6537,4103,6907,34,2506,2783,2782,0,2506,2783,2782,34,7383,7065,4511,0,7383,7065,4511,34,7684,503,3555,0,7684,503,3555,34,439,4156,1161,0,439,4156,1161,34,6092,4863,6528,0,6092,4863,6528,34,5109,1812,1811,0,5109,1812,1811,34,3206,3205,6795,0,3206,3205,6795,34,5679,7482,7515,0,5679,7482,7515,34,3200,630,629,0,3200,630,629,34,3601,5078,6562,0,3601,5078,6562,34,2246,4054,1982,0,2246,4054,1982,34,3891,3973,6854,0,3891,3973,6854,34,784,443,445,0,784,443,445,34,1644,52,51,0,1644,52,51,34,2243,5179,5613,0,2243,5179,5613,34,4995,5309,353,0,4995,5309,353,34,2994,6247,1663,0,2994,6247,1663,34,6960,691,693,0,6960,691,693,34,6762,1275,7315,0,6762,1275,7315,34,4721,4904,6320,0,4721,4904,6320,34,5338,7358,2920,0,5338,7358,2920,34,2469,5101,7191,0,2469,5101,7191,34,353,5309,5267,0,353,5309,5267,34,353,5267,351,0,353,5267,351,34,2362,6851,5590,0,2362,6851,5590,34,3371,3214,2651,0,3371,3214,2651,34,2692,289,288,0,2692,289,288,34,4062,4191,4272,0,4062,4191,4272,34,3465,3464,4543,0,3465,3464,4543,34,351,5267,7993,0,351,5267,7993,34,5253,5252,3881,0,5253,5252,3881,34,7521,4067,2955,0,7521,4067,2955,34,5123,5850,4068,0,5123,5850,4068,34,2557,3028,3761,0,2557,3028,3761,34,2499,155,1027,0,2499,155,1027,34,6830,5979,1007,0,6830,5979,1007,34,5458,5720,5459,0,5458,5720,5459,34,2868,3649,6890,0,2868,3649,6890,34,1877,7323,7176,0,1877,7323,7176,34,5,3111,2582,0,5,3111,2582,34,7492,4155,1238,0,7492,4155,1238,34,3590,4295,4285,0,3590,4295,4285,34,4350,5035,1108,0,4350,5035,1108,34,1195,6955,1196,0,1195,6955,1196,34,4117,2962,5391,0,4117,2962,5391,34,307,813,4257,0,307,813,4257,34,2694,4200,4185,0,2694,4200,4185,34,2641,1919,1904,0,2641,1919,1904,34,4610,4282,3502,0,4610,4282,3502,34,3965,0,698,0,3965,0,698,34,268,2984,269,0,268,2984,269,34,1486,1485,7652,0,1486,1485,7652,34,3580,1555,1557,0,3580,1555,1557,34,1209,1171,5040,0,1209,1171,5040,34,796,795,7884,0,796,795,7884,34,4809,1818,4960,0,4809,1818,4960,34,201,6138,202,0,201,6138,202,34,6716,3961,5939,0,6716,3961,5939,34,3460,7147,4134,0,3460,7147,4134,34,2283,7381,193,0,2283,7381,193,34,1276,6554,7327,0,1276,6554,7327,34,6197,2550,1848,0,6197,2550,1848,34,2269,2867,6438,0,2269,2867,6438,34,3717,3778,1420,0,3717,3778,1420,34,7975,1514,1313,0,7975,1514,1313,34,498,3882,6133,0,498,3882,6133,34,910,5989,6861,0,910,5989,6861,34,3255,2049,2048,0,3255,2049,2048,34,7993,8031,351,0,7993,8031,351,34,3082,7408,7456,0,3082,7408,7456,34,4839,6826,7656,0,4839,6826,7656,34,6142,2529,5382,0,6142,2529,5382,34,1571,1573,6931,0,1571,1573,6931,34,6406,3065,3064,0,6406,3065,3064,34,6106,6944,6104,0,6106,6944,6104,34,1293,762,2601,0,1293,762,2601,34,5268,2527,5883,0,5268,2527,5883,34,2810,1388,301,0,2810,1388,301,34,487,3785,7406,0,487,3785,7406,34,1513,1512,408,0,1513,1512,408,34,673,2381,4264,0,673,2381,4264,34,731,6476,5532,0,731,6476,5532,34,566,6286,3652,0,566,6286,3652,34,2012,3308,6559,0,2012,3308,6559,34,7278,594,1254,0,7278,594,1254,34,402,8125,1058,0,402,8125,1058,34,2819,3533,4910,0,2819,3533,4910,34,6956,3125,3127,0,6956,3125,3127,34,4032,7472,6951,0,4032,7472,6951,34,5798,125,2972,0,5798,125,2972,34,7229,6671,7351,0,7229,6671,7351,34,4192,1140,6324,0,4192,1140,6324,34,6316,6322,1306,0,6316,6322,1306,34,5601,5430,5709,0,5601,5430,5709,34,1432,1434,6717,0,1432,1434,6717,34,1984,2880,1985,0,1984,2880,1985,34,1846,5914,3691,0,1846,5914,3691,34,5113,4010,7043,0,5113,4010,7043,34,1575,1909,1576,0,1575,1909,1576,34,7003,3864,7887,0,7003,3864,7887,34,97,96,4679,0,97,96,4679,34,6091,7071,7176,0,6091,7071,7176,34,7941,7189,6373,0,7941,7189,6373,34,273,275,7080,0,273,275,7080,34,5318,3196,3195,0,5318,3196,3195,34,2279,6376,2892,0,2279,6376,2892,34,7007,5181,276,0,7007,5181,276,34,3488,6019,7248,0,3488,6019,7248,34,4179,7167,7169,0,4179,7167,7169,34,7007,276,7496,0,7007,276,7496,34,2956,7081,2544,0,2956,7081,2544,34,2093,6301,6300,0,2093,6301,6300,34,6746,5575,520,0,6746,5575,520,34,2202,2201,2637,0,2202,2201,2637,34,988,2059,989,0,988,2059,989,34,3484,6781,4160,0,3484,6781,4160,34,6339,6341,5615,0,6339,6341,5615,34,4556,2087,4851,0,4556,2087,4851,34,6200,830,4019,0,6200,830,4019,34,994,264,3296,0,994,264,3296,34,4179,8145,7164,0,4179,8145,7164,34,4404,4475,4405,0,4404,4475,4405,34,3687,2366,6688,0,3687,2366,6688,34,2874,4965,3869,0,2874,4965,3869,34,4293,4645,6952,0,4293,4645,6952,34,6165,7292,6410,0,6165,7292,6410,34,6104,6943,4707,0,6104,6943,4707,34,1403,7103,96,0,1403,7103,96,34,7257,6202,6823,0,7257,6202,6823,34,8053,4509,7432,0,8053,4509,7432,34,3016,4139,6572,0,3016,4139,6572,34,4963,4267,846,0,4963,4267,846,34,2174,4466,2175,0,2174,4466,2175,34,4033,549,551,0,4033,549,551,34,7179,559,5838,0,7179,559,5838,34,3575,3077,3076,0,3575,3077,3076,34,4179,7169,8145,0,4179,7169,8145,34,7972,6786,4112,0,7972,6786,4112,34,7484,4005,2368,0,7484,4005,2368,34,5388,4411,5389,0,5388,4411,5389,34,6315,7276,7207,0,6315,7276,7207,34,1317,1316,4181,0,1317,1316,4181,34,419,7561,420,0,419,7561,420,34,4760,7663,7669,0,4760,7663,7669,34,7836,2211,5859,0,7836,2211,5859,34,2930,800,802,0,2930,800,802,34,6027,5075,3120,0,6027,5075,3120,34,4678,97,4679,0,4678,97,4679,34,7106,6217,4561,0,7106,6217,4561,34,165,3324,5036,0,165,3324,5036,34,6464,5865,5490,0,6464,5865,5490,34,8031,8145,7912,0,8031,8145,7912,34,3621,5870,4014,0,3621,5870,4014,34,638,4840,639,0,638,4840,639,34,7666,3207,3517,0,7666,3207,3517,34,7088,431,1619,0,7088,431,1619,34,1304,141,7859,0,1304,141,7859,34,7156,3699,4299,0,7156,3699,4299,34,1117,251,4298,0,1117,251,4298,34,2437,902,4247,0,2437,902,4247,34,5248,5211,3900,0,5248,5211,3900,34,6494,6463,5701,0,6494,6463,5701,34,1710,1767,6912,0,1710,1767,6912,34,8145,8031,7164,0,8145,8031,7164,34,5860,5589,1575,0,5860,5589,1575,34,7456,7408,5419,0,7456,7408,5419,34,6979,2838,7210,0,6979,2838,7210,34,1036,1035,1528,0,1036,1035,1528,34,4759,6597,6415,0,4759,6597,6415,34,799,7330,6778,0,799,7330,6778,34,6889,5778,5328,0,6889,5778,5328,34,5007,1215,781,0,5007,1215,781,34,6901,7573,6900,0,6901,7573,6900,34,1715,1180,206,0,1715,1180,206,34,371,6728,5577,0,371,6728,5577,34,7477,3807,3806,0,7477,3807,3806,34,4399,12,4400,0,4399,12,4400,34,6052,3631,3803,0,6052,3631,3803,34,1031,5759,5698,0,1031,5759,5698,34,1836,4105,6709,0,1836,4105,6709,34,2587,2010,5121,0,2587,2010,5121,34,3247,252,4389,0,3247,252,4389,34,6671,7229,1602,0,6671,7229,1602,34,3792,4566,5991,0,3792,4566,5991,34,7618,2708,392,0,7618,2708,392,34,4661,7837,7603,0,4661,7837,7603,34,3472,1908,3286,0,3472,1908,3286,34,7614,156,1307,0,7614,156,1307,34,2263,2264,2844,0,2263,2264,2844,34,972,7564,867,0,972,7564,867,34,7685,5374,5373,0,7685,5374,5373,34,1945,1959,1961,0,1945,1959,1961,34,250,6003,2665,0,250,6003,2665,34,7912,7169,6000,0,7912,7169,6000,34,3289,4184,7261,0,3289,4184,7261,34,8145,7169,7912,0,8145,7169,7912,34,5339,7231,1556,0,5339,7231,1556,34,1644,1056,4387,0,1644,1056,4387,34,225,227,7285,0,225,227,7285,34,6259,6258,7562,0,6259,6258,7562,34,3080,6396,2787,0,3080,6396,2787,34,2857,4447,2132,0,2857,4447,2132,34,2904,7157,2905,0,2904,7157,2905,34,6643,457,162,0,6643,457,162,34,3021,4532,2980,0,3021,4532,2980,34,6008,6701,2267,0,6008,6701,2267,34,3865,365,364,0,3865,365,364,34,4549,4736,4437,0,4549,4736,4437,34,5364,1437,1436,0,5364,1437,1436,34,7494,47,46,0,7494,47,46,34,6098,4818,4817,0,6098,4818,4817,34,2216,2218,2861,0,2216,2218,2861,34,2427,5308,1854,0,2427,5308,1854,34,530,3148,245,0,530,3148,245,34,7532,320,4988,0,7532,320,4988,34,5976,7193,5160,0,5976,7193,5160,34,168,7612,6044,0,168,7612,6044,34,2150,1591,4157,0,2150,1591,4157,34,489,490,5360,0,489,490,5360,34,5528,774,1839,0,5528,774,1839,34,6190,4494,6191,0,6190,4494,6191,34,4306,4666,6754,0,4306,4666,6754,34,5337,849,1778,0,5337,849,1778,34,1124,1126,4025,0,1124,1126,4025,34,4591,480,7480,0,4591,480,7480,34,6962,4481,7483,0,6962,4481,7483,34,2302,3746,541,0,2302,3746,541,34,8095,6799,5373,0,8095,6799,5373,34,129,6012,6013,0,129,6012,6013,34,6057,3809,6336,0,6057,3809,6336,34,4399,3621,12,0,4399,3621,12,34,5832,5209,6748,0,5832,5209,6748,34,7810,7061,3185,0,7810,7061,3185,34,6459,2998,4807,0,6459,2998,4807,34,5238,6107,5239,0,5238,6107,5239,34,4116,2962,4117,0,4116,2962,4117,34,2154,1461,5204,0,2154,1461,5204,34,1152,3033,5692,0,1152,3033,5692,34,5858,665,6185,0,5858,665,6185,34,7396,3627,2167,0,7396,3627,2167,34,2923,4751,1974,0,2923,4751,1974,34,5414,5801,6621,0,5414,5801,6621,34,7939,2825,3328,0,7939,2825,3328,34,923,7107,7617,0,923,7107,7617,34,7098,7678,3247,0,7098,7678,3247,34,7045,5385,1698,0,7045,5385,1698,34,1326,3418,3417,0,1326,3418,3417,34,838,701,3088,0,838,701,3088,34,5299,5241,4745,0,5299,5241,4745,34,1406,1408,590,0,1406,1408,590,34,179,3011,177,0,179,3011,177,34,6750,5602,7235,0,6750,5602,7235,34,7911,5146,4818,0,7911,5146,4818,34,1832,1134,6311,0,1832,1134,6311,34,6775,3331,3330,0,6775,3331,3330,34,5299,3414,2746,0,5299,3414,2746,34,350,1761,1245,0,350,1761,1245,34,2614,2830,2615,0,2614,2830,2615,34,1069,6504,1438,0,1069,6504,1438,34,7369,4557,2929,0,7369,4557,2929,34,708,5089,7602,0,708,5089,7602,34,3386,3385,4453,0,3386,3385,4453,34,2792,772,6416,0,2792,772,6416,34,333,7119,7120,0,333,7119,7120,34,3507,1142,3508,0,3507,1142,3508,34,7338,5628,6515,0,7338,5628,6515,34,3911,7681,2377,0,3911,7681,2377,34,6271,6315,7207,0,6271,6315,7207,34,885,5669,5668,0,885,5669,5668,34,1582,7636,1252,0,1582,7636,1252,34,93,1821,94,0,93,1821,94,34,1735,1734,7201,0,1735,1734,7201,34,5739,5096,721,0,5739,5096,721,34,2339,6745,2517,0,2339,6745,2517,34,3420,3694,6875,0,3420,3694,6875,34,405,1709,1708,0,405,1709,1708,34,22,21,1156,0,22,21,1156,34,4604,6700,4452,0,4604,6700,4452,34,4083,1006,998,0,4083,1006,998,34,3423,2247,1981,0,3423,2247,1981,34,2792,6416,2793,0,2792,6416,2793,34,43,4007,463,0,43,4007,463,34,3203,2947,6895,0,3203,2947,6895,34,197,7363,7498,0,197,7363,7498,34,5498,5515,4182,0,5498,5515,4182,34,2923,4693,4751,0,2923,4693,4751,34,1930,1929,3188,0,1930,1929,3188,34,6591,3210,3692,0,6591,3210,3692,34,475,6759,7481,0,475,6759,7481,34,2762,6318,1086,0,2762,6318,1086,34,2747,2749,3299,0,2747,2749,3299,34,6472,1392,6462,0,6472,1392,6462,34,1727,2177,1725,0,1727,2177,1725,34,6098,7911,4818,0,6098,7911,4818,34,5971,5977,2108,0,5971,5977,2108,34,2732,2734,6893,0,2732,2734,6893,34,5162,5161,3860,0,5162,5161,3860,34,1720,4351,1911,0,1720,4351,1911,34,4970,4969,7682,0,4970,4969,7682,34,6035,5205,4327,0,6035,5205,4327,34,7107,746,745,0,7107,746,745,34,1517,1021,1020,0,1517,1021,1020,34,6539,1297,1296,0,6539,1297,1296,34,6094,348,6424,0,6094,348,6424,34,1834,4798,4817,0,1834,4798,4817,34,2422,4749,6282,0,2422,4749,6282,34,2045,3114,2323,0,2045,3114,2323,34,6108,1861,1863,0,6108,1861,1863,34,396,6827,1107,0,396,6827,1107,34,1498,4383,4382,0,1498,4383,4382,34,4690,6096,4817,0,4690,6096,4817,34,986,5603,6428,0,986,5603,6428,34,2488,1970,5439,0,2488,1970,5439,34,7009,6192,823,0,7009,6192,823,34,1368,5610,6886,0,1368,5610,6886,34,6296,6845,5728,0,6296,6845,5728,34,4925,6062,7284,0,4925,6062,7284,34,1168,5404,6876,0,1168,5404,6876,34,1739,6374,1740,0,1739,6374,1740,34,428,3493,3711,0,428,3493,3711] -}; - -postMessage( model ); -close(); +} diff --git a/examples/webgl_materials_texture_filters.html b/examples/webgl_materials_texture_filters.html index 2b7f5f91..a7bda04c 100644 --- a/examples/webgl_materials_texture_filters.html +++ b/examples/webgl_materials_texture_filters.html @@ -199,7 +199,7 @@ texturePainting.minFilter = texturePainting.magFilter = THREE.LinearFilter; - renderer = new THREE.WebGLRenderer(); + renderer = new THREE.WebGLRenderer( { antialias: true } ); renderer.setSize( SCREEN_WIDTH, SCREEN_HEIGHT ); renderer.setClearColor( scene.fog.color, 1 ); renderer.autoClear = false; diff --git a/src/extras/loaders/BinaryLoader.js b/src/extras/loaders/BinaryLoader.js index 15b3f897..3a0bca26 100644 --- a/src/extras/loaders/BinaryLoader.js +++ b/src/extras/loaders/BinaryLoader.js @@ -36,56 +36,72 @@ THREE.BinaryLoader.prototype.load = function( url, callback, texturePath, binary } - // #1 load JS part via web worker - - // This isn't really necessary, JS part is tiny, - // could be done by more ordinary means. - texturePath = texturePath ? texturePath : this.extractUrlbase( url ); binaryPath = binaryPath ? binaryPath : this.extractUrlbase( url ); - var s = Date.now(), - worker = new Worker( url ), - callbackProgress = this.showProgress ? THREE.Loader.prototype.updateProgress : null; + var callbackProgress = this.showProgress ? THREE.Loader.prototype.updateProgress : null; - worker.onmessage = function( event ) { + this.onLoadStart(); - var materials = event.data.materials, - buffers = event.data.buffers; + // #1 load JS part via web worker - // #2 load BIN part via Ajax - - // For some reason it is faster doing loading from here than from within the worker. - // Maybe passing of ginormous string as message between threads is costly? - // Also, worker loading huge data by Ajax still freezes browser. Go figure, - // worker with baked ascii JSON data keeps browser more responsive. - - THREE.BinaryLoader.prototype.loadAjaxBuffers( buffers, materials, callback, binaryPath, texturePath, callbackProgress ); - - }; - - worker.onerror = function ( event ) { - - alert( "worker.onerror: " + event.message + "\n" + event.data ); - event.preventDefault(); - - }; - - worker.postMessage( s ); + this.loadAjaxJSON( this, url, callback, texturePath, binaryPath, callbackProgress ); }; -// Binary AJAX parser based on Magi binary loader -// https://github.com/kig/magi +THREE.BinaryLoader.prototype.loadAjaxJSON = function( context, url, callback, texturePath, binaryPath, callbackProgress ) { -// Should look more into HTML5 File API -// See also other suggestions by Gregg Tavares -// https://groups.google.com/group/o3d-discuss/browse_thread/thread/a8967bc9ce1e0978 + var xhr = new XMLHttpRequest(); -THREE.BinaryLoader.prototype.loadAjaxBuffers = function( buffers, materials, callback, binaryPath, texturePath, callbackProgress ) { + xhr.onreadystatechange = function() { + + if ( xhr.readyState == 4 ) { + + if ( xhr.status == 200 || xhr.status == 0 ) { + + try { + + var json = JSON.parse( xhr.responseText ); + + if ( json.metadata === undefined || json.metadata.formatVersion === undefined || json.metadata.formatVersion !== 3 ) { + + console.error( 'Deprecated file format.' ); + return; + + } + + // #2 load BIN part via Ajax + + context.loadAjaxBuffers( json, callback, binaryPath, texturePath, callbackProgress ); + + } catch ( error ) { + + console.error( error ); + console.warn( "DEPRECATED: [" + url + "] seems to be using old model format" ); + + } + + } else { + + console.error( "Couldn't load [" + url + "] [" + xhr.status + "]" ); + + } + + } + + }; + + xhr.open( "GET", url, true ); + xhr.overrideMimeType( "text/plain; charset=x-user-defined" ); + xhr.setRequestHeader( "Content-Type", "text/plain" ); + xhr.send( null ); + +}; + +THREE.BinaryLoader.prototype.loadAjaxBuffers = function( json, callback, binaryPath, texturePath, callbackProgress ) { var xhr = new XMLHttpRequest(), - url = binaryPath + "/" + buffers; + url = binaryPath + "/" + json.buffers; var length = 0; @@ -95,11 +111,11 @@ THREE.BinaryLoader.prototype.loadAjaxBuffers = function( buffers, materials, cal if ( xhr.status == 200 || xhr.status == 0 ) { - THREE.BinaryLoader.prototype.createBinModel( xhr.responseText, callback, texturePath, materials ); + THREE.BinaryLoader.prototype.createBinModel( xhr.responseText, callback, texturePath, json.materials ); } else { - alert( "Couldn't load [" + url + "] [" + xhr.status + "]" ); + console.error( "Couldn't load [" + url + "] [" + xhr.status + "]" ); } @@ -125,19 +141,24 @@ THREE.BinaryLoader.prototype.loadAjaxBuffers = function( buffers, materials, cal }; - xhr.open("GET", url, true); - xhr.overrideMimeType("text/plain; charset=x-user-defined"); - xhr.setRequestHeader("Content-Type", "text/plain"); - xhr.send(null); + xhr.open( "GET", url, true ); + xhr.overrideMimeType( "text/plain; charset=x-user-defined" ); + xhr.setRequestHeader( "Content-Type", "text/plain" ); + xhr.send( null ); }; +// Binary AJAX parser based on Magi binary loader +// https://github.com/kig/magi + +// Should look more into HTML5 File API +// See also other suggestions by Gregg Tavares +// https://groups.google.com/group/o3d-discuss/browse_thread/thread/a8967bc9ce1e0978 + THREE.BinaryLoader.prototype.createBinModel = function ( data, callback, texturePath, materials ) { var Model = function ( texturePath ) { - //var s = (new Date).getTime(); - var scope = this, currentOffset = 0, md, @@ -238,10 +259,6 @@ THREE.BinaryLoader.prototype.createBinModel = function ( data, callback, texture if ( THREE.Loader.prototype.hasNormals( this ) ) this.computeTangents(); - //var e = (new Date).getTime(); - - //log( "binary data parse time: " + (e-s) + " ms" ); - function parseMetaData( data, offset ) { var metaData = { diff --git a/src/extras/loaders/JSONLoader.js b/src/extras/loaders/JSONLoader.js index 8295549c..b3c242e7 100644 --- a/src/extras/loaders/JSONLoader.js +++ b/src/extras/loaders/JSONLoader.js @@ -29,18 +29,71 @@ THREE.JSONLoader.prototype.load = function ( url, callback, texturePath ) { } - worker = new Worker( url ); texturePath = texturePath ? texturePath : this.extractUrlbase( url ), - worker.onmessage = function ( event ) { + this.onLoadStart(); + this.loadAjaxJSON( this, url, callback, texturePath ); - scope.createModel( event.data, callback, texturePath ); - scope.onLoadComplete(); +}; + +THREE.JSONLoader.prototype.loadAjaxJSON = function( context, url, callback, texturePath, callbackProgress ) { + + var xhr = new XMLHttpRequest(); + + var length = 0; + + xhr.onreadystatechange = function() { + + if ( xhr.readyState == 4 ) { + + if ( xhr.status == 200 || xhr.status == 0 ) { + + try { + + var jsonObject = JSON.parse( xhr.responseText ); + + context.createModel( jsonObject, callback, texturePath ); + context.onLoadComplete(); + + } catch ( error ) { + + console.error( error ); + console.warn( "DEPRECATED: [" + url + "] seems to be using old model format" ); + + } + + } else { + + console.error( "Couldn't load [" + url + "] [" + xhr.status + "]" ); + + } + + } else if ( xhr.readyState == 3 ) { + + if ( callbackProgress ) { + + if ( length == 0 ) { + + length = xhr.getResponseHeader( "Content-Length" ); + + } + + callbackProgress( { total: length, loaded: xhr.responseText.length } ); + + } + + } else if ( xhr.readyState == 2 ) { + + length = xhr.getResponseHeader( "Content-Length" ); + + } }; - this.onLoadStart(); - worker.postMessage( Date.now() ); + xhr.open( "GET", url, true ); + xhr.overrideMimeType( "text/plain; charset=x-user-defined" ); + xhr.setRequestHeader( "Content-Type", "text/plain" ); + xhr.send( null ); }; @@ -65,7 +118,7 @@ THREE.JSONLoader.prototype.createModel = function ( json, callback, texture_path function parseModel( scale ) { - if ( json.version === undefined || json.version != 2 ) { + if ( json.metadata === undefined || json.metadata.formatVersion === undefined || json.metadata.formatVersion !== 3 ) { console.error( 'Deprecated file format.' ); return; diff --git a/utils/exporters/convert_obj_three.py b/utils/exporters/convert_obj_three.py index 6c775de7..25a7f480 100644 --- a/utils/exporters/convert_obj_three.py +++ b/utils/exporters/convert_obj_three.py @@ -1,4 +1,4 @@ -"""Convert Wavefront OBJ / MTL files into Three.js (JSON model version, to be used with web worker based ascii / binary loader) +"""Convert Wavefront OBJ / MTL files into Three.js (JSON model version, to be used with ascii / binary loader) ------------------------- How to use this converter @@ -92,7 +92,7 @@ How to get proper OBJ + MTL files with Blender 2. Select all meshes (Select -> Select All by Type -> Mesh) - 3. Export to OBJ (File -> Export -> Wavefront .obj) [*] + 3. Export to OBJ (File -> Export -> Wavefront .obj) - enable following options in exporter Material Groups Rotate X90 @@ -115,11 +115,6 @@ How to get proper OBJ + MTL files with Blender - for WebGL, textures must be power of 2 sized - [*] If OBJ export fails (Blender 2.54 beta), patch your Blender installation - following instructions here: - - http://www.blendernation.com/2010/09/12/blender-2-54-beta-released/ - ------ Author ------ @@ -160,21 +155,20 @@ COLORS = [0xeeeeee, 0xee0000, 0x00ee00, 0x0000ee, 0xeeee00, 0x00eeee, 0xee00ee] # Templates # ##################################################### TEMPLATE_FILE_ASCII = u"""\ -// Converted from: %(fname)s -// vertices: %(nvertex)d -// faces: %(nface)d -// normals: %(nnormal)d -// colors: %(ncolor)d -// uvs: %(nuv)d -// materials: %(nmaterial)d -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 2, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "%(fname)s", + "generatedBy" : "OBJConverter", + "vertices" : %(nvertex)d, + "faces" : %(nface)d, + "normals" : %(nnormal)d, + "colors" : %(ncolor)d, + "uvs" : %(nuv)d, + "materials" : %(nmaterial)d + }, "scale" : %(scale)f, @@ -194,34 +188,29 @@ var model = { "faces": [%(faces)s] -}; - -postMessage( model ); -close(); +} """ TEMPLATE_FILE_BIN = u"""\ -// Converted from: %(fname)s -// vertices: %(nvertex)d -// faces: %(nface)d -// materials: %(nmaterial)d -// -// Generated with OBJ -> Three.js converter -// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py +{ - -var model = { - - "version" : 1, + "metadata" : + { + "formatVersion" : 3, + "sourceFile" : "%(fname)s", + "generatedBy" : "OBJConverter", + "vertices" : %(nvertex)d, + "faces" : %(nface)d, + "normals" : %(nnormal)d, + "uvs" : %(nuv)d, + "materials" : %(nmaterial)d + }, "materials": [%(materials)s], "buffers": "%(buffers)s" -}; - -postMessage( model ); -close(); +} """ TEMPLATE_VERTEX = "%f,%f,%f" @@ -1076,7 +1065,7 @@ def convert_ascii(infile, morphfiles, colorfiles, outfile): text = TEMPLATE_FILE_ASCII % { "name" : get_name(outfile), - "fname" : infile, + "fname" : os.path.basename(infile), "nvertex" : len(vertices), "nface" : len(faces), "nuv" : len(uvs), @@ -1132,6 +1121,11 @@ def convert_binary(infile, outfile): sfaces = sort_faces(faces) + if SHADING == "smooth": + nnormals = len(normals) + else: + nnormals = 0 + # ################### # generate JS file # ################### @@ -1142,10 +1136,12 @@ def convert_binary(infile, outfile): "materials" : generate_materials_string(materials, mtllib, infile), "buffers" : binfile, - "fname" : infile, + "fname" : os.path.basename(infile), "nvertex" : len(vertices), "nface" : len(faces), - "nmaterial" : len(materials) + "nmaterial" : len(materials), + "nnormal" : nnormals, + "nuv" : len(uvs) } out = open(outfile, "w") @@ -1156,11 +1152,6 @@ def convert_binary(infile, outfile): # generate BIN file # ################### - if SHADING == "smooth": - nnormals = len(normals) - else: - nnormals = 0 - buffer = [] # header