├── .babelrc ├── .gitignore ├── README.md ├── assets ├── chair.obj ├── image │ ├── dot.png │ ├── lensflare0.png │ ├── lensflare3.png │ ├── nx.jpg │ ├── ny.jpg │ ├── nz.jpg │ ├── px.jpg │ ├── py.jpg │ └── pz.jpg ├── lamp.json ├── particleScreen.json └── projector.json ├── demo ├── index.html └── index.js ├── package.json ├── src └── index.js ├── webpack.config.js ├── webpack.demo.config.js └── yarn.lock /.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": ["env"] 3 | } -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | node_modules 3 | lib 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ### 用threejs实现的一个3d选座 2 | 3 | #### 实现的功能有 4 | - 加载3d模型 5 | - 粒子效果 6 | - 着色器的初步使用 7 | - 点击事件的处理 8 | 9 | #### 启动方式 10 | 11 | ``` 12 | npm run dev 13 | 14 | ``` 15 | 16 | 请在移动端打开localhost:8080 17 | 18 | 19 | -------------------------------------------------------------------------------- /assets/chair.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shen1992/room-threejs/64c4d9f3ce1bf39541371eda30555e9dda7616c6/assets/chair.obj -------------------------------------------------------------------------------- /assets/image/dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shen1992/room-threejs/64c4d9f3ce1bf39541371eda30555e9dda7616c6/assets/image/dot.png -------------------------------------------------------------------------------- /assets/image/lensflare0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shen1992/room-threejs/64c4d9f3ce1bf39541371eda30555e9dda7616c6/assets/image/lensflare0.png -------------------------------------------------------------------------------- /assets/image/lensflare3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shen1992/room-threejs/64c4d9f3ce1bf39541371eda30555e9dda7616c6/assets/image/lensflare3.png -------------------------------------------------------------------------------- /assets/image/nx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shen1992/room-threejs/64c4d9f3ce1bf39541371eda30555e9dda7616c6/assets/image/nx.jpg -------------------------------------------------------------------------------- /assets/image/ny.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shen1992/room-threejs/64c4d9f3ce1bf39541371eda30555e9dda7616c6/assets/image/ny.jpg -------------------------------------------------------------------------------- /assets/image/nz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shen1992/room-threejs/64c4d9f3ce1bf39541371eda30555e9dda7616c6/assets/image/nz.jpg -------------------------------------------------------------------------------- /assets/image/px.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shen1992/room-threejs/64c4d9f3ce1bf39541371eda30555e9dda7616c6/assets/image/px.jpg -------------------------------------------------------------------------------- /assets/image/py.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shen1992/room-threejs/64c4d9f3ce1bf39541371eda30555e9dda7616c6/assets/image/py.jpg -------------------------------------------------------------------------------- /assets/image/pz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shen1992/room-threejs/64c4d9f3ce1bf39541371eda30555e9dda7616c6/assets/image/pz.jpg -------------------------------------------------------------------------------- /assets/particleScreen.json: -------------------------------------------------------------------------------- 1 | { 2 | 3 | "metadata": { 4 | "formatVersion" : 3.1, 5 | "generatedBy" : "Blender 2.7 Exporter", 6 | "vertices" : 1352, 7 | "faces" : 1350, 8 | "normals" : 18, 9 | "colors" : 0, 10 | "uvs" : [676], 11 | "materials" : 1, 12 | "morphTargets" : 0, 13 | "bones" : 0 14 | }, 15 | 16 | "scale" : 1.000000, 17 | 18 | "vertices" : [-348.597,0.392994,-5.68355,-348.597,6.39299,-5.68355,-360.597,6.39299,-5.68355,-360.597,0.392994,-5.68355,-336.597,0.392994,-5.68355,-336.597,6.39299,-5.68355,-324.597,0.392994,-5.68355,-324.597,6.39299,-5.68355,-312.597,0.392994,-5.68355,-312.597,6.39299,-5.68355,-300.597,0.392994,-5.68355,-300.597,6.39299,-5.68355,-288.597,0.392994,-5.68355,-288.597,6.39299,-5.68355,-276.597,0.392994,-5.68355,-276.597,6.39299,-5.68355,-264.597,0.392994,-5.68355,-264.597,6.39299,-5.68355,-252.597,0.392994,-5.68355,-252.597,6.39299,-5.68355,-240.597,0.392994,-5.68355,-240.597,6.39299,-5.68355,-228.597,0.392994,-5.68355,-228.597,6.39299,-5.68355,-216.597,0.392994,-5.68355,-216.597,6.39299,-5.68355,-204.597,0.392994,-5.68355,-204.597,6.39299,-5.68355,-192.597,0.392994,-5.68355,-192.597,6.39299,-5.68355,-180.597,0.392994,-5.68355,-180.597,6.39299,-5.68355,-168.597,0.392994,-5.68355,-168.597,6.39299,-5.68355,-156.597,0.392994,-5.68355,-156.597,6.39299,-5.68355,-144.597,0.392994,-5.68355,-144.597,6.39299,-5.68355,-132.597,0.392994,-5.68355,-132.597,6.39299,-5.68355,-120.597,0.392994,-5.68355,-120.597,6.39299,-5.68355,-108.597,0.392994,-5.68355,-108.597,6.39299,-5.68355,-96.5966,0.392994,-5.68355,-96.5966,6.39299,-5.68355,-84.5966,0.392994,-5.68355,-84.5966,6.39299,-5.68355,-72.5966,0.392994,-5.68355,-72.5966,6.39299,-5.68355,-60.5966,0.392994,-5.68355,-60.5966,6.39299,-5.68355,-348.597,12.393,-5.68355,-360.597,12.393,-5.68355,-336.597,12.393,-5.68355,-324.597,12.393,-5.68355,-312.597,12.393,-5.68355,-300.597,12.393,-5.68355,-288.597,12.393,-5.68355,-276.597,12.393,-5.68355,-264.597,12.393,-5.68355,-252.597,12.393,-5.68355,-240.597,12.393,-5.68355,-228.597,12.393,-5.68355,-216.597,12.393,-5.68355,-204.597,12.393,-5.68355,-192.597,12.393,-5.68355,-180.597,12.393,-5.68355,-168.597,12.393,-5.68355,-156.597,12.393,-5.68355,-144.597,12.393,-5.68355,-132.597,12.393,-5.68355,-120.597,12.393,-5.68355,-108.597,12.393,-5.68355,-96.5966,12.393,-5.68355,-84.5966,12.393,-5.68355,-72.5966,12.393,-5.68355,-60.5966,12.393,-5.68355,-348.597,18.393,-5.68354,-360.597,18.393,-5.68354,-336.597,18.393,-5.68354,-324.597,18.393,-5.68354,-312.597,18.393,-5.68354,-300.597,18.393,-5.68354,-288.597,18.393,-5.68354,-276.597,18.393,-5.68354,-264.597,18.393,-5.68354,-252.597,18.393,-5.68354,-240.597,18.393,-5.68354,-228.597,18.393,-5.68354,-216.597,18.393,-5.68354,-204.597,18.393,-5.68354,-192.597,18.393,-5.68354,-180.597,18.393,-5.68354,-168.597,18.393,-5.68354,-156.597,18.393,-5.68354,-144.597,18.393,-5.68354,-132.597,18.393,-5.68354,-120.597,18.393,-5.68354,-108.597,18.393,-5.68354,-96.5966,18.393,-5.68354,-84.5966,18.393,-5.68354,-72.5966,18.393,-5.68354,-60.5966,18.393,-5.68354,-348.597,24.393,-5.68354,-360.597,24.393,-5.68354,-336.597,24.393,-5.68354,-324.597,24.393,-5.68354,-312.597,24.393,-5.68354,-300.597,24.393,-5.68354,-288.597,24.393,-5.68354,-276.597,24.393,-5.68354,-264.597,24.393,-5.68354,-252.597,24.393,-5.68354,-240.597,24.393,-5.68354,-228.597,24.393,-5.68354,-216.597,24.393,-5.68354,-204.597,24.393,-5.68354,-192.597,24.393,-5.68354,-180.597,24.393,-5.68354,-168.597,24.393,-5.68354,-156.597,24.393,-5.68354,-144.597,24.393,-5.68354,-132.597,24.393,-5.68354,-120.597,24.393,-5.68354,-108.597,24.393,-5.68354,-96.5966,24.393,-5.68354,-84.5966,24.393,-5.68354,-72.5966,24.393,-5.68354,-60.5966,24.393,-5.68354,-348.597,30.393,-5.68354,-360.597,30.393,-5.68354,-336.597,30.393,-5.68354,-324.597,30.393,-5.68354,-312.597,30.393,-5.68354,-300.597,30.393,-5.68354,-288.597,30.393,-5.68354,-276.597,30.393,-5.68354,-264.597,30.393,-5.68354,-252.597,30.393,-5.68354,-240.597,30.393,-5.68354,-228.597,30.393,-5.68354,-216.597,30.393,-5.68354,-204.597,30.393,-5.68354,-192.597,30.393,-5.68354,-180.597,30.393,-5.68354,-168.597,30.393,-5.68354,-156.597,30.393,-5.68354,-144.597,30.393,-5.68354,-132.597,30.393,-5.68354,-120.597,30.393,-5.68354,-108.597,30.393,-5.68354,-96.5966,30.393,-5.68354,-84.5966,30.393,-5.68354,-72.5966,30.393,-5.68354,-60.5966,30.393,-5.68354,-348.597,36.393,-5.68354,-360.597,36.393,-5.68354,-336.597,36.393,-5.68354,-324.597,36.393,-5.68354,-312.597,36.393,-5.68354,-300.597,36.393,-5.68354,-288.597,36.393,-5.68354,-276.597,36.393,-5.68354,-264.597,36.393,-5.68354,-252.597,36.393,-5.68354,-240.597,36.393,-5.68354,-228.597,36.393,-5.68354,-216.597,36.393,-5.68354,-204.597,36.393,-5.68354,-192.597,36.393,-5.68354,-180.597,36.393,-5.68354,-168.597,36.393,-5.68354,-156.597,36.393,-5.68354,-144.597,36.393,-5.68354,-132.597,36.393,-5.68354,-120.597,36.393,-5.68354,-108.597,36.393,-5.68354,-96.5966,36.393,-5.68354,-84.5966,36.393,-5.68354,-72.5966,36.393,-5.68354,-60.5966,36.393,-5.68354,-348.597,42.393,-5.68354,-360.597,42.393,-5.68354,-336.597,42.393,-5.68354,-324.597,42.393,-5.68354,-312.597,42.393,-5.68354,-300.597,42.393,-5.68354,-288.597,42.393,-5.68354,-276.597,42.393,-5.68354,-264.597,42.393,-5.68354,-252.597,42.393,-5.68354,-240.597,42.393,-5.68354,-228.597,42.393,-5.68354,-216.597,42.393,-5.68354,-204.597,42.393,-5.68354,-192.597,42.393,-5.68354,-180.597,42.393,-5.68354,-168.597,42.393,-5.68354,-156.597,42.393,-5.68354,-144.597,42.393,-5.68354,-132.597,42.393,-5.68354,-120.597,42.393,-5.68354,-108.597,42.393,-5.68354,-96.5966,42.393,-5.68354,-84.5966,42.393,-5.68354,-72.5966,42.393,-5.68354,-60.5966,42.393,-5.68354,-348.597,48.393,-5.68354,-360.597,48.393,-5.68354,-336.597,48.393,-5.68354,-324.597,48.393,-5.68354,-312.597,48.393,-5.68354,-300.597,48.393,-5.68354,-288.597,48.393,-5.68354,-276.597,48.393,-5.68354,-264.597,48.393,-5.68354,-252.597,48.393,-5.68354,-240.597,48.393,-5.68354,-228.597,48.393,-5.68354,-216.597,48.393,-5.68354,-204.597,48.393,-5.68354,-192.597,48.393,-5.68354,-180.597,48.393,-5.68354,-168.597,48.393,-5.68354,-156.597,48.393,-5.68354,-144.597,48.393,-5.68354,-132.597,48.393,-5.68354,-120.597,48.393,-5.68354,-108.597,48.393,-5.68354,-96.5966,48.393,-5.68354,-84.5966,48.393,-5.68354,-72.5966,48.393,-5.68354,-60.5966,48.393,-5.68354,-348.597,54.393,-5.68354,-360.597,54.393,-5.68354,-336.597,54.393,-5.68354,-324.597,54.393,-5.68354,-312.597,54.393,-5.68354,-300.597,54.393,-5.68354,-288.597,54.393,-5.68354,-276.597,54.393,-5.68354,-264.597,54.393,-5.68354,-252.597,54.393,-5.68354,-240.597,54.393,-5.68354,-228.597,54.393,-5.68354,-216.597,54.393,-5.68354,-204.597,54.393,-5.68354,-192.597,54.393,-5.68354,-180.597,54.393,-5.68354,-168.597,54.393,-5.68354,-156.597,54.393,-5.68354,-144.597,54.393,-5.68354,-132.597,54.393,-5.68354,-120.597,54.393,-5.68354,-108.597,54.393,-5.68354,-96.5966,54.393,-5.68354,-84.5966,54.393,-5.68354,-72.5966,54.393,-5.68354,-60.5966,54.393,-5.68354,-348.597,60.393,-5.68354,-360.597,60.393,-5.68354,-336.597,60.393,-5.68354,-324.597,60.393,-5.68354,-312.597,60.393,-5.68354,-300.597,60.393,-5.68354,-288.597,60.393,-5.68354,-276.597,60.393,-5.68354,-264.597,60.393,-5.68354,-252.597,60.393,-5.68354,-240.597,60.393,-5.68354,-228.597,60.393,-5.68354,-216.597,60.393,-5.68354,-204.597,60.393,-5.68354,-192.597,60.393,-5.68354,-180.597,60.393,-5.68354,-168.597,60.393,-5.68354,-156.597,60.393,-5.68354,-144.597,60.393,-5.68354,-132.597,60.393,-5.68354,-120.597,60.393,-5.68354,-108.597,60.393,-5.68354,-96.5966,60.393,-5.68354,-84.5966,60.393,-5.68354,-72.5966,60.393,-5.68354,-60.5966,60.393,-5.68354,-348.597,66.393,-5.68354,-360.597,66.393,-5.68354,-336.597,66.393,-5.68354,-324.597,66.393,-5.68354,-312.597,66.393,-5.68354,-300.597,66.393,-5.68354,-288.597,66.393,-5.68354,-276.597,66.393,-5.68354,-264.597,66.393,-5.68354,-252.597,66.393,-5.68354,-240.597,66.393,-5.68354,-228.597,66.393,-5.68354,-216.597,66.393,-5.68354,-204.597,66.393,-5.68354,-192.597,66.393,-5.68354,-180.597,66.393,-5.68354,-168.597,66.393,-5.68354,-156.597,66.393,-5.68354,-144.597,66.393,-5.68354,-132.597,66.393,-5.68354,-120.597,66.393,-5.68354,-108.597,66.393,-5.68354,-96.5966,66.393,-5.68354,-84.5966,66.393,-5.68354,-72.5966,66.393,-5.68354,-60.5966,66.393,-5.68354,-348.597,72.393,-5.68354,-360.597,72.393,-5.68354,-336.597,72.393,-5.68354,-324.597,72.393,-5.68354,-312.597,72.393,-5.68354,-300.597,72.393,-5.68354,-288.597,72.393,-5.68354,-276.597,72.393,-5.68354,-264.597,72.393,-5.68354,-252.597,72.393,-5.68354,-240.597,72.393,-5.68354,-228.597,72.393,-5.68354,-216.597,72.393,-5.68354,-204.597,72.393,-5.68354,-192.597,72.393,-5.68354,-180.597,72.393,-5.68354,-168.597,72.393,-5.68354,-156.597,72.393,-5.68354,-144.597,72.393,-5.68354,-132.597,72.393,-5.68354,-120.597,72.393,-5.68354,-108.597,72.393,-5.68354,-96.5966,72.393,-5.68354,-84.5966,72.393,-5.68354,-72.5966,72.393,-5.68354,-60.5966,72.393,-5.68354,-348.597,78.393,-5.68354,-360.597,78.393,-5.68354,-336.597,78.393,-5.68354,-324.597,78.393,-5.68354,-312.597,78.393,-5.68354,-300.597,78.393,-5.68354,-288.597,78.393,-5.68354,-276.597,78.393,-5.68354,-264.597,78.393,-5.68354,-252.597,78.393,-5.68354,-240.597,78.393,-5.68354,-228.597,78.393,-5.68354,-216.597,78.393,-5.68354,-204.597,78.393,-5.68354,-192.597,78.393,-5.68354,-180.597,78.393,-5.68354,-168.597,78.393,-5.68354,-156.597,78.393,-5.68354,-144.597,78.393,-5.68354,-132.597,78.393,-5.68354,-120.597,78.393,-5.68354,-108.597,78.393,-5.68354,-96.5966,78.393,-5.68354,-84.5966,78.393,-5.68354,-72.5966,78.393,-5.68354,-60.5966,78.393,-5.68354,-348.597,84.393,-5.68354,-360.597,84.393,-5.68354,-336.597,84.393,-5.68354,-324.597,84.393,-5.68354,-312.597,84.393,-5.68354,-300.597,84.393,-5.68354,-288.597,84.393,-5.68354,-276.597,84.393,-5.68354,-264.597,84.393,-5.68354,-252.597,84.393,-5.68354,-240.597,84.393,-5.68354,-228.597,84.393,-5.68354,-216.597,84.393,-5.68354,-204.597,84.393,-5.68354,-192.597,84.393,-5.68354,-180.597,84.393,-5.68354,-168.597,84.393,-5.68354,-156.597,84.393,-5.68354,-144.597,84.393,-5.68354,-132.597,84.393,-5.68354,-120.597,84.393,-5.68354,-108.597,84.393,-5.68354,-96.5966,84.393,-5.68354,-84.5966,84.393,-5.68354,-72.5966,84.393,-5.68354,-60.5966,84.393,-5.68354,-348.597,90.393,-5.68354,-360.597,90.393,-5.68354,-336.597,90.393,-5.68354,-324.597,90.393,-5.68354,-312.597,90.393,-5.68354,-300.597,90.393,-5.68354,-288.597,90.393,-5.68354,-276.597,90.393,-5.68354,-264.597,90.393,-5.68354,-252.597,90.393,-5.68354,-240.597,90.393,-5.68354,-228.597,90.393,-5.68354,-216.597,90.393,-5.68354,-204.597,90.393,-5.68354,-192.597,90.393,-5.68354,-180.597,90.393,-5.68354,-168.597,90.393,-5.68354,-156.597,90.393,-5.68354,-144.597,90.393,-5.68354,-132.597,90.393,-5.68354,-120.597,90.393,-5.68354,-108.597,90.393,-5.68354,-96.5966,90.393,-5.68354,-84.5966,90.393,-5.68354,-72.5966,90.393,-5.68354,-60.5966,90.393,-5.68354,-348.597,96.393,-5.68354,-360.597,96.393,-5.68354,-336.597,96.393,-5.68354,-324.597,96.393,-5.68354,-312.597,96.393,-5.68354,-300.597,96.393,-5.68354,-288.597,96.393,-5.68354,-276.597,96.393,-5.68354,-264.597,96.393,-5.68354,-252.597,96.393,-5.68354,-240.597,96.393,-5.68354,-228.597,96.393,-5.68354,-216.597,96.393,-5.68354,-204.597,96.393,-5.68354,-192.597,96.393,-5.68354,-180.597,96.393,-5.68354,-168.597,96.393,-5.68354,-156.597,96.393,-5.68354,-144.597,96.393,-5.68354,-132.597,96.393,-5.68354,-120.597,96.393,-5.68354,-108.597,96.393,-5.68354,-96.5966,96.393,-5.68354,-84.5966,96.393,-5.68354,-72.5966,96.393,-5.68354,-60.5966,96.393,-5.68354,-348.597,102.393,-5.68353,-360.597,102.393,-5.68353,-336.597,102.393,-5.68353,-324.597,102.393,-5.68353,-312.597,102.393,-5.68353,-300.597,102.393,-5.68353,-288.597,102.393,-5.68353,-276.597,102.393,-5.68353,-264.597,102.393,-5.68353,-252.597,102.393,-5.68353,-240.597,102.393,-5.68353,-228.597,102.393,-5.68353,-216.597,102.393,-5.68353,-204.597,102.393,-5.68353,-192.597,102.393,-5.68353,-180.597,102.393,-5.68353,-168.597,102.393,-5.68353,-156.597,102.393,-5.68353,-144.597,102.393,-5.68353,-132.597,102.393,-5.68353,-120.597,102.393,-5.68353,-108.597,102.393,-5.68353,-96.5966,102.393,-5.68353,-84.5966,102.393,-5.68353,-72.5966,102.393,-5.68353,-60.5966,102.393,-5.68353,-348.597,108.393,-5.68353,-360.597,108.393,-5.68353,-336.597,108.393,-5.68353,-324.597,108.393,-5.68353,-312.597,108.393,-5.68353,-300.597,108.393,-5.68353,-288.597,108.393,-5.68353,-276.597,108.393,-5.68353,-264.597,108.393,-5.68353,-252.597,108.393,-5.68353,-240.597,108.393,-5.68353,-228.597,108.393,-5.68353,-216.597,108.393,-5.68353,-204.597,108.393,-5.68353,-192.597,108.393,-5.68353,-180.597,108.393,-5.68353,-168.597,108.393,-5.68353,-156.597,108.393,-5.68353,-144.597,108.393,-5.68353,-132.597,108.393,-5.68353,-120.597,108.393,-5.68353,-108.597,108.393,-5.68353,-96.5966,108.393,-5.68353,-84.5966,108.393,-5.68353,-72.5966,108.393,-5.68353,-60.5966,108.393,-5.68353,-348.597,114.393,-5.68353,-360.597,114.393,-5.68353,-336.597,114.393,-5.68353,-324.597,114.393,-5.68353,-312.597,114.393,-5.68353,-300.597,114.393,-5.68353,-288.597,114.393,-5.68353,-276.597,114.393,-5.68353,-264.597,114.393,-5.68353,-252.597,114.393,-5.68353,-240.597,114.393,-5.68353,-228.597,114.393,-5.68353,-216.597,114.393,-5.68353,-204.597,114.393,-5.68353,-192.597,114.393,-5.68353,-180.597,114.393,-5.68353,-168.597,114.393,-5.68353,-156.597,114.393,-5.68353,-144.597,114.393,-5.68353,-132.597,114.393,-5.68353,-120.597,114.393,-5.68353,-108.597,114.393,-5.68353,-96.5966,114.393,-5.68353,-84.5966,114.393,-5.68353,-72.5966,114.393,-5.68353,-60.5966,114.393,-5.68353,-348.597,120.393,-5.68353,-360.597,120.393,-5.68353,-336.597,120.393,-5.68353,-324.597,120.393,-5.68353,-312.597,120.393,-5.68353,-300.597,120.393,-5.68353,-288.597,120.393,-5.68353,-276.597,120.393,-5.68353,-264.597,120.393,-5.68353,-252.597,120.393,-5.68353,-240.597,120.393,-5.68353,-228.597,120.393,-5.68353,-216.597,120.393,-5.68353,-204.597,120.393,-5.68353,-192.597,120.393,-5.68353,-180.597,120.393,-5.68353,-168.597,120.393,-5.68353,-156.597,120.393,-5.68353,-144.597,120.393,-5.68353,-132.597,120.393,-5.68353,-120.597,120.393,-5.68353,-108.597,120.393,-5.68353,-96.5966,120.393,-5.68353,-84.5966,120.393,-5.68353,-72.5966,120.393,-5.68353,-60.5966,120.393,-5.68353,-348.597,126.393,-5.68353,-360.597,126.393,-5.68353,-336.597,126.393,-5.68353,-324.597,126.393,-5.68353,-312.597,126.393,-5.68353,-300.597,126.393,-5.68353,-288.597,126.393,-5.68353,-276.597,126.393,-5.68353,-264.597,126.393,-5.68353,-252.597,126.393,-5.68353,-240.597,126.393,-5.68353,-228.597,126.393,-5.68353,-216.597,126.393,-5.68353,-204.597,126.393,-5.68353,-192.597,126.393,-5.68353,-180.597,126.393,-5.68353,-168.597,126.393,-5.68353,-156.597,126.393,-5.68353,-144.597,126.393,-5.68353,-132.597,126.393,-5.68353,-120.597,126.393,-5.68353,-108.597,126.393,-5.68353,-96.5966,126.393,-5.68353,-84.5966,126.393,-5.68353,-72.5966,126.393,-5.68353,-60.5966,126.393,-5.68353,-348.597,132.393,-5.68353,-360.597,132.393,-5.68353,-336.597,132.393,-5.68353,-324.597,132.393,-5.68353,-312.597,132.393,-5.68353,-300.597,132.393,-5.68353,-288.597,132.393,-5.68353,-276.597,132.393,-5.68353,-264.597,132.393,-5.68353,-252.597,132.393,-5.68353,-240.597,132.393,-5.68353,-228.597,132.393,-5.68353,-216.597,132.393,-5.68353,-204.597,132.393,-5.68353,-192.597,132.393,-5.68353,-180.597,132.393,-5.68353,-168.597,132.393,-5.68353,-156.597,132.393,-5.68353,-144.597,132.393,-5.68353,-132.597,132.393,-5.68353,-120.597,132.393,-5.68353,-108.597,132.393,-5.68353,-96.5966,132.393,-5.68353,-84.5966,132.393,-5.68353,-72.5966,132.393,-5.68353,-60.5966,132.393,-5.68353,-348.597,138.393,-5.68353,-360.597,138.393,-5.68353,-336.597,138.393,-5.68353,-324.597,138.393,-5.68353,-312.597,138.393,-5.68353,-300.597,138.393,-5.68353,-288.597,138.393,-5.68353,-276.597,138.393,-5.68353,-264.597,138.393,-5.68353,-252.597,138.393,-5.68353,-240.597,138.393,-5.68353,-228.597,138.393,-5.68353,-216.597,138.393,-5.68353,-204.597,138.393,-5.68353,-192.597,138.393,-5.68353,-180.597,138.393,-5.68353,-168.597,138.393,-5.68353,-156.597,138.393,-5.68353,-144.597,138.393,-5.68353,-132.597,138.393,-5.68353,-120.597,138.393,-5.68353,-108.597,138.393,-5.68353,-96.5966,138.393,-5.68353,-84.5966,138.393,-5.68353,-72.5966,138.393,-5.68353,-60.5966,138.393,-5.68353,-348.597,144.393,-5.68353,-360.597,144.393,-5.68353,-336.597,144.393,-5.68353,-324.597,144.393,-5.68353,-312.597,144.393,-5.68353,-300.597,144.393,-5.68353,-288.597,144.393,-5.68353,-276.597,144.393,-5.68353,-264.597,144.393,-5.68353,-252.597,144.393,-5.68353,-240.597,144.393,-5.68353,-228.597,144.393,-5.68353,-216.597,144.393,-5.68353,-204.597,144.393,-5.68353,-192.597,144.393,-5.68353,-180.597,144.393,-5.68353,-168.597,144.393,-5.68353,-156.597,144.393,-5.68353,-144.597,144.393,-5.68353,-132.597,144.393,-5.68353,-120.597,144.393,-5.68353,-108.597,144.393,-5.68353,-96.5966,144.393,-5.68353,-84.5966,144.393,-5.68353,-72.5966,144.393,-5.68353,-60.5966,144.393,-5.68353,-348.597,150.393,-5.68353,-360.597,150.393,-5.68353,-336.597,150.393,-5.68353,-324.597,150.393,-5.68353,-312.597,150.393,-5.68353,-300.597,150.393,-5.68353,-288.597,150.393,-5.68353,-276.597,150.393,-5.68353,-264.597,150.393,-5.68353,-252.597,150.393,-5.68353,-240.597,150.393,-5.68353,-228.597,150.393,-5.68353,-216.597,150.393,-5.68353,-204.597,150.393,-5.68353,-192.597,150.393,-5.68353,-180.597,150.393,-5.68353,-168.597,150.393,-5.68353,-156.597,150.393,-5.68353,-144.597,150.393,-5.68353,-132.597,150.393,-5.68353,-120.597,150.393,-5.68353,-108.597,150.393,-5.68353,-96.5966,150.393,-5.68353,-84.5966,150.393,-5.68353,-72.5966,150.393,-5.68353,-60.5966,150.393,-5.68353,-60.5966,0.392994,-6.18355,-60.5966,6.39299,-6.18355,-60.5966,12.393,-6.18355,-60.5966,18.393,-6.18354,-60.5966,24.393,-6.18354,-60.5966,30.393,-6.18354,-60.5966,36.393,-6.18354,-60.5966,42.393,-6.18354,-60.5966,48.393,-6.18354,-60.5966,54.393,-6.18354,-60.5966,60.393,-6.18354,-60.5966,66.393,-6.18354,-60.5966,72.393,-6.18354,-60.5966,78.393,-6.18354,-60.5966,84.393,-6.18354,-60.5966,90.393,-6.18354,-60.5966,96.393,-6.18354,-60.5966,102.393,-6.18353,-60.5966,108.393,-6.18353,-60.5966,114.393,-6.18353,-60.5966,120.393,-6.18353,-60.5966,126.393,-6.18353,-60.5966,132.393,-6.18353,-60.5966,138.393,-6.18353,-60.5966,144.393,-6.18353,-60.5966,150.393,-6.18353,-72.5966,0.392994,-6.18355,-72.5966,6.39299,-6.18355,-84.5966,0.392994,-6.18355,-84.5966,6.39299,-6.18355,-96.5966,0.392994,-6.18355,-96.5966,6.39299,-6.18355,-108.597,0.392994,-6.18355,-108.597,6.39299,-6.18355,-120.597,0.392994,-6.18355,-120.597,6.39299,-6.18355,-132.597,0.392994,-6.18355,-132.597,6.39299,-6.18355,-144.597,0.392994,-6.18355,-144.597,6.39299,-6.18355,-156.597,0.392994,-6.18355,-156.597,6.39299,-6.18355,-168.597,0.392994,-6.18355,-168.597,6.39299,-6.18355,-180.597,0.392994,-6.18355,-180.597,6.39299,-6.18355,-192.597,0.392994,-6.18355,-192.597,6.39299,-6.18355,-204.597,0.392994,-6.18355,-204.597,6.39299,-6.18355,-216.597,0.392994,-6.18355,-216.597,6.39299,-6.18355,-228.597,0.392994,-6.18355,-228.597,6.39299,-6.18355,-240.597,0.392994,-6.18355,-240.597,6.39299,-6.18355,-252.597,0.392994,-6.18355,-252.597,6.39299,-6.18355,-264.597,0.392994,-6.18355,-264.597,6.39299,-6.18355,-276.597,0.392994,-6.18355,-276.597,6.39299,-6.18355,-288.597,0.392994,-6.18355,-288.597,6.39299,-6.18355,-300.597,0.392994,-6.18355,-300.597,6.39299,-6.18355,-312.597,0.392994,-6.18355,-312.597,6.39299,-6.18355,-324.597,0.392994,-6.18355,-324.597,6.39299,-6.18355,-336.597,0.392994,-6.18355,-336.597,6.39299,-6.18355,-348.597,0.392994,-6.18355,-348.597,6.39299,-6.18355,-360.597,0.392994,-6.18355,-360.597,6.39299,-6.18355,-72.5966,12.393,-6.18355,-84.5966,12.393,-6.18355,-96.5966,12.393,-6.18355,-108.597,12.393,-6.18355,-120.597,12.393,-6.18355,-132.597,12.393,-6.18355,-144.597,12.393,-6.18355,-156.597,12.393,-6.18355,-168.597,12.393,-6.18355,-180.597,12.393,-6.18355,-192.597,12.393,-6.18355,-204.597,12.393,-6.18355,-216.597,12.393,-6.18355,-228.597,12.393,-6.18355,-240.597,12.393,-6.18355,-252.597,12.393,-6.18355,-264.597,12.393,-6.18355,-276.597,12.393,-6.18355,-288.597,12.393,-6.18355,-300.597,12.393,-6.18355,-312.597,12.393,-6.18355,-324.597,12.393,-6.18355,-336.597,12.393,-6.18355,-348.597,12.393,-6.18355,-360.597,12.393,-6.18355,-72.5966,18.393,-6.18354,-84.5966,18.393,-6.18354,-96.5966,18.393,-6.18354,-108.597,18.393,-6.18354,-120.597,18.393,-6.18354,-132.597,18.393,-6.18354,-144.597,18.393,-6.18354,-156.597,18.393,-6.18354,-168.597,18.393,-6.18354,-180.597,18.393,-6.18354,-192.597,18.393,-6.18354,-204.597,18.393,-6.18354,-216.597,18.393,-6.18354,-228.597,18.393,-6.18354,-240.597,18.393,-6.18354,-252.597,18.393,-6.18354,-264.597,18.393,-6.18354,-276.597,18.393,-6.18354,-288.597,18.393,-6.18354,-300.597,18.393,-6.18354,-312.597,18.393,-6.18354,-324.597,18.393,-6.18354,-336.597,18.393,-6.18354,-348.597,18.393,-6.18354,-360.597,18.393,-6.18354,-72.5966,24.393,-6.18354,-84.5966,24.393,-6.18354,-96.5966,24.393,-6.18354,-108.597,24.393,-6.18354,-120.597,24.393,-6.18354,-132.597,24.393,-6.18354,-144.597,24.393,-6.18354,-156.597,24.393,-6.18354,-168.597,24.393,-6.18354,-180.597,24.393,-6.18354,-192.597,24.393,-6.18354,-204.597,24.393,-6.18354,-216.597,24.393,-6.18354,-228.597,24.393,-6.18354,-240.597,24.393,-6.18354,-252.597,24.393,-6.18354,-264.597,24.393,-6.18354,-276.597,24.393,-6.18354,-288.597,24.393,-6.18354,-300.597,24.393,-6.18354,-312.597,24.393,-6.18354,-324.597,24.393,-6.18354,-336.597,24.393,-6.18354,-348.597,24.393,-6.18354,-360.597,24.393,-6.18354,-72.5966,30.393,-6.18354,-84.5966,30.393,-6.18354,-96.5966,30.393,-6.18354,-108.597,30.393,-6.18354,-120.597,30.393,-6.18354,-132.597,30.393,-6.18354,-144.597,30.393,-6.18354,-156.597,30.393,-6.18354,-168.597,30.393,-6.18354,-180.597,30.393,-6.18354,-192.597,30.393,-6.18354,-204.597,30.393,-6.18354,-216.597,30.393,-6.18354,-228.597,30.393,-6.18354,-240.597,30.393,-6.18354,-252.597,30.393,-6.18354,-264.597,30.393,-6.18354,-276.597,30.393,-6.18354,-288.597,30.393,-6.18354,-300.597,30.393,-6.18354,-312.597,30.393,-6.18354,-324.597,30.393,-6.18354,-336.597,30.393,-6.18354,-348.597,30.393,-6.18354,-360.597,30.393,-6.18354,-72.5966,36.393,-6.18354,-84.5966,36.393,-6.18354,-96.5966,36.393,-6.18354,-108.597,36.393,-6.18354,-120.597,36.393,-6.18354,-132.597,36.393,-6.18354,-144.597,36.393,-6.18354,-156.597,36.393,-6.18354,-168.597,36.393,-6.18354,-180.597,36.393,-6.18354,-192.597,36.393,-6.18354,-204.597,36.393,-6.18354,-216.597,36.393,-6.18354,-228.597,36.393,-6.18354,-240.597,36.393,-6.18354,-252.597,36.393,-6.18354,-264.597,36.393,-6.18354,-276.597,36.393,-6.18354,-288.597,36.393,-6.18354,-300.597,36.393,-6.18354,-312.597,36.393,-6.18354,-324.597,36.393,-6.18354,-336.597,36.393,-6.18354,-348.597,36.393,-6.18354,-360.597,36.393,-6.18354,-72.5966,42.393,-6.18354,-84.5966,42.393,-6.18354,-96.5966,42.393,-6.18354,-108.597,42.393,-6.18354,-120.597,42.393,-6.18354,-132.597,42.393,-6.18354,-144.597,42.393,-6.18354,-156.597,42.393,-6.18354,-168.597,42.393,-6.18354,-180.597,42.393,-6.18354,-192.597,42.393,-6.18354,-204.597,42.393,-6.18354,-216.597,42.393,-6.18354,-228.597,42.393,-6.18354,-240.597,42.393,-6.18354,-252.597,42.393,-6.18354,-264.597,42.393,-6.18354,-276.597,42.393,-6.18354,-288.597,42.393,-6.18354,-300.597,42.393,-6.18354,-312.597,42.393,-6.18354,-324.597,42.393,-6.18354,-336.597,42.393,-6.18354,-348.597,42.393,-6.18354,-360.597,42.393,-6.18354,-72.5966,48.393,-6.18354,-84.5966,48.393,-6.18354,-96.5966,48.393,-6.18354,-108.597,48.393,-6.18354,-120.597,48.393,-6.18354,-132.597,48.393,-6.18354,-144.597,48.393,-6.18354,-156.597,48.393,-6.18354,-168.597,48.393,-6.18354,-180.597,48.393,-6.18354,-192.597,48.393,-6.18354,-204.597,48.393,-6.18354,-216.597,48.393,-6.18354,-228.597,48.393,-6.18354,-240.597,48.393,-6.18354,-252.597,48.393,-6.18354,-264.597,48.393,-6.18354,-276.597,48.393,-6.18354,-288.597,48.393,-6.18354,-300.597,48.393,-6.18354,-312.597,48.393,-6.18354,-324.597,48.393,-6.18354,-336.597,48.393,-6.18354,-348.597,48.393,-6.18354,-360.597,48.393,-6.18354,-72.5966,54.393,-6.18354,-84.5966,54.393,-6.18354,-96.5966,54.393,-6.18354,-108.597,54.393,-6.18354,-120.597,54.393,-6.18354,-132.597,54.393,-6.18354,-144.597,54.393,-6.18354,-156.597,54.393,-6.18354,-168.597,54.393,-6.18354,-180.597,54.393,-6.18354,-192.597,54.393,-6.18354,-204.597,54.393,-6.18354,-216.597,54.393,-6.18354,-228.597,54.393,-6.18354,-240.597,54.393,-6.18354,-252.597,54.393,-6.18354,-264.597,54.393,-6.18354,-276.597,54.393,-6.18354,-288.597,54.393,-6.18354,-300.597,54.393,-6.18354,-312.597,54.393,-6.18354,-324.597,54.393,-6.18354,-336.597,54.393,-6.18354,-348.597,54.393,-6.18354,-360.597,54.393,-6.18354,-72.5966,60.393,-6.18354,-84.5966,60.393,-6.18354,-96.5966,60.393,-6.18354,-108.597,60.393,-6.18354,-120.597,60.393,-6.18354,-132.597,60.393,-6.18354,-144.597,60.393,-6.18354,-156.597,60.393,-6.18354,-168.597,60.393,-6.18354,-180.597,60.393,-6.18354,-192.597,60.393,-6.18354,-204.597,60.393,-6.18354,-216.597,60.393,-6.18354,-228.597,60.393,-6.18354,-240.597,60.393,-6.18354,-252.597,60.393,-6.18354,-264.597,60.393,-6.18354,-276.597,60.393,-6.18354,-288.597,60.393,-6.18354,-300.597,60.393,-6.18354,-312.597,60.393,-6.18354,-324.597,60.393,-6.18354,-336.597,60.393,-6.18354,-348.597,60.393,-6.18354,-360.597,60.393,-6.18354,-72.5966,66.393,-6.18354,-84.5966,66.393,-6.18354,-96.5966,66.393,-6.18354,-108.597,66.393,-6.18354,-120.597,66.393,-6.18354,-132.597,66.393,-6.18354,-144.597,66.393,-6.18354,-156.597,66.393,-6.18354,-168.597,66.393,-6.18354,-180.597,66.393,-6.18354,-192.597,66.393,-6.18354,-204.597,66.393,-6.18354,-216.597,66.393,-6.18354,-228.597,66.393,-6.18354,-240.597,66.393,-6.18354,-252.597,66.393,-6.18354,-264.597,66.393,-6.18354,-276.597,66.393,-6.18354,-288.597,66.393,-6.18354,-300.597,66.393,-6.18354,-312.597,66.393,-6.18354,-324.597,66.393,-6.18354,-336.597,66.393,-6.18354,-348.597,66.393,-6.18354,-360.597,66.393,-6.18354,-72.5966,72.393,-6.18354,-84.5966,72.393,-6.18354,-96.5966,72.393,-6.18354,-108.597,72.393,-6.18354,-120.597,72.393,-6.18354,-132.597,72.393,-6.18354,-144.597,72.393,-6.18354,-156.597,72.393,-6.18354,-168.597,72.393,-6.18354,-180.597,72.393,-6.18354,-192.597,72.393,-6.18354,-204.597,72.393,-6.18354,-216.597,72.393,-6.18354,-228.597,72.393,-6.18354,-240.597,72.393,-6.18354,-252.597,72.393,-6.18354,-264.597,72.393,-6.18354,-276.597,72.393,-6.18354,-288.597,72.393,-6.18354,-300.597,72.393,-6.18354,-312.597,72.393,-6.18354,-324.597,72.393,-6.18354,-336.597,72.393,-6.18354,-348.597,72.393,-6.18354,-360.597,72.393,-6.18354,-72.5966,78.393,-6.18354,-84.5966,78.393,-6.18354,-96.5966,78.393,-6.18354,-108.597,78.393,-6.18354,-120.597,78.393,-6.18354,-132.597,78.393,-6.18354,-144.597,78.393,-6.18354,-156.597,78.393,-6.18354,-168.597,78.393,-6.18354,-180.597,78.393,-6.18354,-192.597,78.393,-6.18354,-204.597,78.393,-6.18354,-216.597,78.393,-6.18354,-228.597,78.393,-6.18354,-240.597,78.393,-6.18354,-252.597,78.393,-6.18354,-264.597,78.393,-6.18354,-276.597,78.393,-6.18354,-288.597,78.393,-6.18354,-300.597,78.393,-6.18354,-312.597,78.393,-6.18354,-324.597,78.393,-6.18354,-336.597,78.393,-6.18354,-348.597,78.393,-6.18354,-360.597,78.393,-6.18354,-72.5966,84.393,-6.18354,-84.5966,84.393,-6.18354,-96.5966,84.393,-6.18354,-108.597,84.393,-6.18354,-120.597,84.393,-6.18354,-132.597,84.393,-6.18354,-144.597,84.393,-6.18354,-156.597,84.393,-6.18354,-168.597,84.393,-6.18354,-180.597,84.393,-6.18354,-192.597,84.393,-6.18354,-204.597,84.393,-6.18354,-216.597,84.393,-6.18354,-228.597,84.393,-6.18354,-240.597,84.393,-6.18354,-252.597,84.393,-6.18354,-264.597,84.393,-6.18354,-276.597,84.393,-6.18354,-288.597,84.393,-6.18354,-300.597,84.393,-6.18354,-312.597,84.393,-6.18354,-324.597,84.393,-6.18354,-336.597,84.393,-6.18354,-348.597,84.393,-6.18354,-360.597,84.393,-6.18354,-72.5966,90.393,-6.18354,-84.5966,90.393,-6.18354,-96.5966,90.393,-6.18354,-108.597,90.393,-6.18354,-120.597,90.393,-6.18354,-132.597,90.393,-6.18354,-144.597,90.393,-6.18354,-156.597,90.393,-6.18354,-168.597,90.393,-6.18354,-180.597,90.393,-6.18354,-192.597,90.393,-6.18354,-204.597,90.393,-6.18354,-216.597,90.393,-6.18354,-228.597,90.393,-6.18354,-240.597,90.393,-6.18354,-252.597,90.393,-6.18354,-264.597,90.393,-6.18354,-276.597,90.393,-6.18354,-288.597,90.393,-6.18354,-300.597,90.393,-6.18354,-312.597,90.393,-6.18354,-324.597,90.393,-6.18354,-336.597,90.393,-6.18354,-348.597,90.393,-6.18354,-360.597,90.393,-6.18354,-72.5966,96.393,-6.18354,-84.5966,96.393,-6.18354,-96.5966,96.393,-6.18354,-108.597,96.393,-6.18354,-120.597,96.393,-6.18354,-132.597,96.393,-6.18354,-144.597,96.393,-6.18354,-156.597,96.393,-6.18354,-168.597,96.393,-6.18354,-180.597,96.393,-6.18354,-192.597,96.393,-6.18354,-204.597,96.393,-6.18354,-216.597,96.393,-6.18354,-228.597,96.393,-6.18354,-240.597,96.393,-6.18354,-252.597,96.393,-6.18354,-264.597,96.393,-6.18354,-276.597,96.393,-6.18354,-288.597,96.393,-6.18354,-300.597,96.393,-6.18354,-312.597,96.393,-6.18354,-324.597,96.393,-6.18354,-336.597,96.393,-6.18354,-348.597,96.393,-6.18354,-360.597,96.393,-6.18354,-72.5966,102.393,-6.18353,-84.5966,102.393,-6.18353,-96.5966,102.393,-6.18353,-108.597,102.393,-6.18353,-120.597,102.393,-6.18353,-132.597,102.393,-6.18353,-144.597,102.393,-6.18353,-156.597,102.393,-6.18353,-168.597,102.393,-6.18353,-180.597,102.393,-6.18353,-192.597,102.393,-6.18353,-204.597,102.393,-6.18353,-216.597,102.393,-6.18353,-228.597,102.393,-6.18353,-240.597,102.393,-6.18353,-252.597,102.393,-6.18353,-264.597,102.393,-6.18353,-276.597,102.393,-6.18353,-288.597,102.393,-6.18353,-300.597,102.393,-6.18353,-312.597,102.393,-6.18353,-324.597,102.393,-6.18353,-336.597,102.393,-6.18353,-348.597,102.393,-6.18353,-360.597,102.393,-6.18353,-72.5966,108.393,-6.18353,-84.5966,108.393,-6.18353,-96.5966,108.393,-6.18353,-108.597,108.393,-6.18353,-120.597,108.393,-6.18353,-132.597,108.393,-6.18353,-144.597,108.393,-6.18353,-156.597,108.393,-6.18353,-168.597,108.393,-6.18353,-180.597,108.393,-6.18353,-192.597,108.393,-6.18353,-204.597,108.393,-6.18353,-216.597,108.393,-6.18353,-228.597,108.393,-6.18353,-240.597,108.393,-6.18353,-252.597,108.393,-6.18353,-264.597,108.393,-6.18353,-276.597,108.393,-6.18353,-288.597,108.393,-6.18353,-300.597,108.393,-6.18353,-312.597,108.393,-6.18353,-324.597,108.393,-6.18353,-336.597,108.393,-6.18353,-348.597,108.393,-6.18353,-360.597,108.393,-6.18353,-72.5966,114.393,-6.18353,-84.5966,114.393,-6.18353,-96.5966,114.393,-6.18353,-108.597,114.393,-6.18353,-120.597,114.393,-6.18353,-132.597,114.393,-6.18353,-144.597,114.393,-6.18353,-156.597,114.393,-6.18353,-168.597,114.393,-6.18353,-180.597,114.393,-6.18353,-192.597,114.393,-6.18353,-204.597,114.393,-6.18353,-216.597,114.393,-6.18353,-228.597,114.393,-6.18353,-240.597,114.393,-6.18353,-252.597,114.393,-6.18353,-264.597,114.393,-6.18353,-276.597,114.393,-6.18353,-288.597,114.393,-6.18353,-300.597,114.393,-6.18353,-312.597,114.393,-6.18353,-324.597,114.393,-6.18353,-336.597,114.393,-6.18353,-348.597,114.393,-6.18353,-360.597,114.393,-6.18353,-72.5966,120.393,-6.18353,-84.5966,120.393,-6.18353,-96.5966,120.393,-6.18353,-108.597,120.393,-6.18353,-120.597,120.393,-6.18353,-132.597,120.393,-6.18353,-144.597,120.393,-6.18353,-156.597,120.393,-6.18353,-168.597,120.393,-6.18353,-180.597,120.393,-6.18353,-192.597,120.393,-6.18353,-204.597,120.393,-6.18353,-216.597,120.393,-6.18353,-228.597,120.393,-6.18353,-240.597,120.393,-6.18353,-252.597,120.393,-6.18353,-264.597,120.393,-6.18353,-276.597,120.393,-6.18353,-288.597,120.393,-6.18353,-300.597,120.393,-6.18353,-312.597,120.393,-6.18353,-324.597,120.393,-6.18353,-336.597,120.393,-6.18353,-348.597,120.393,-6.18353,-360.597,120.393,-6.18353,-72.5966,126.393,-6.18353,-84.5966,126.393,-6.18353,-96.5966,126.393,-6.18353,-108.597,126.393,-6.18353,-120.597,126.393,-6.18353,-132.597,126.393,-6.18353,-144.597,126.393,-6.18353,-156.597,126.393,-6.18353,-168.597,126.393,-6.18353,-180.597,126.393,-6.18353,-192.597,126.393,-6.18353,-204.597,126.393,-6.18353,-216.597,126.393,-6.18353,-228.597,126.393,-6.18353,-240.597,126.393,-6.18353,-252.597,126.393,-6.18353,-264.597,126.393,-6.18353,-276.597,126.393,-6.18353,-288.597,126.393,-6.18353,-300.597,126.393,-6.18353,-312.597,126.393,-6.18353,-324.597,126.393,-6.18353,-336.597,126.393,-6.18353,-348.597,126.393,-6.18353,-360.597,126.393,-6.18353,-72.5966,132.393,-6.18353,-84.5966,132.393,-6.18353,-96.5966,132.393,-6.18353,-108.597,132.393,-6.18353,-120.597,132.393,-6.18353,-132.597,132.393,-6.18353,-144.597,132.393,-6.18353,-156.597,132.393,-6.18353,-168.597,132.393,-6.18353,-180.597,132.393,-6.18353,-192.597,132.393,-6.18353,-204.597,132.393,-6.18353,-216.597,132.393,-6.18353,-228.597,132.393,-6.18353,-240.597,132.393,-6.18353,-252.597,132.393,-6.18353,-264.597,132.393,-6.18353,-276.597,132.393,-6.18353,-288.597,132.393,-6.18353,-300.597,132.393,-6.18353,-312.597,132.393,-6.18353,-324.597,132.393,-6.18353,-336.597,132.393,-6.18353,-348.597,132.393,-6.18353,-360.597,132.393,-6.18353,-72.5966,138.393,-6.18353,-84.5966,138.393,-6.18353,-96.5966,138.393,-6.18353,-108.597,138.393,-6.18353,-120.597,138.393,-6.18353,-132.597,138.393,-6.18353,-144.597,138.393,-6.18353,-156.597,138.393,-6.18353,-168.597,138.393,-6.18353,-180.597,138.393,-6.18353,-192.597,138.393,-6.18353,-204.597,138.393,-6.18353,-216.597,138.393,-6.18353,-228.597,138.393,-6.18353,-240.597,138.393,-6.18353,-252.597,138.393,-6.18353,-264.597,138.393,-6.18353,-276.597,138.393,-6.18353,-288.597,138.393,-6.18353,-300.597,138.393,-6.18353,-312.597,138.393,-6.18353,-324.597,138.393,-6.18353,-336.597,138.393,-6.18353,-348.597,138.393,-6.18353,-360.597,138.393,-6.18353,-72.5966,144.393,-6.18353,-84.5966,144.393,-6.18353,-96.5966,144.393,-6.18353,-108.597,144.393,-6.18353,-120.597,144.393,-6.18353,-132.597,144.393,-6.18353,-144.597,144.393,-6.18353,-156.597,144.393,-6.18353,-168.597,144.393,-6.18353,-180.597,144.393,-6.18353,-192.597,144.393,-6.18353,-204.597,144.393,-6.18353,-216.597,144.393,-6.18353,-228.597,144.393,-6.18353,-240.597,144.393,-6.18353,-252.597,144.393,-6.18353,-264.597,144.393,-6.18353,-276.597,144.393,-6.18353,-288.597,144.393,-6.18353,-300.597,144.393,-6.18353,-312.597,144.393,-6.18353,-324.597,144.393,-6.18353,-336.597,144.393,-6.18353,-348.597,144.393,-6.18353,-360.597,144.393,-6.18353,-72.5966,150.393,-6.18353,-84.5966,150.393,-6.18353,-96.5966,150.393,-6.18353,-108.597,150.393,-6.18353,-120.597,150.393,-6.18353,-132.597,150.393,-6.18353,-144.597,150.393,-6.18353,-156.597,150.393,-6.18353,-168.597,150.393,-6.18353,-180.597,150.393,-6.18353,-192.597,150.393,-6.18353,-204.597,150.393,-6.18353,-216.597,150.393,-6.18353,-228.597,150.393,-6.18353,-240.597,150.393,-6.18353,-252.597,150.393,-6.18353,-264.597,150.393,-6.18353,-276.597,150.393,-6.18353,-288.597,150.393,-6.18353,-300.597,150.393,-6.18353,-312.597,150.393,-6.18353,-324.597,150.393,-6.18353,-336.597,150.393,-6.18353,-348.597,150.393,-6.18353,-360.597,150.393,-6.18353], 19 | "faces" : [43,0,1,2,3,0,0,1,2,3,0,1,2,3,43,1,0,4,5,0,1,0,4,5,1,0,0,1,43,6,7,5,4,0,6,7,5,4,0,1,1,0,43,8,9,7,6,0,8,9,7,6,0,1,1,0,43,10,11,9,8,0,10,11,9,8,0,1,1,0,43,12,13,11,10,0,12,13,11,10,0,1,1,0,43,14,15,13,12,0,14,15,13,12,0,1,1,0,43,16,17,15,14,0,16,17,15,14,0,1,1,0,43,18,19,17,16,0,18,19,17,16,0,1,1,0,43,20,21,19,18,0,20,21,19,18,0,1,1,0,43,22,23,21,20,0,22,23,21,20,0,1,1,0,43,24,25,23,22,0,24,25,23,22,0,1,1,0,43,26,27,25,24,0,26,27,25,24,0,1,1,0,43,28,29,27,26,0,28,29,27,26,0,1,1,0,43,30,31,29,28,0,30,31,29,28,0,1,1,0,43,32,33,31,30,0,32,33,31,30,0,1,1,0,43,34,35,33,32,0,34,35,33,32,0,1,1,0,43,36,37,35,34,0,36,37,35,34,0,1,1,0,43,38,39,37,36,0,38,39,37,36,0,1,1,0,43,40,41,39,38,0,40,41,39,38,0,1,1,0,43,42,43,41,40,0,42,43,41,40,0,1,1,0,43,44,45,43,42,0,44,45,43,42,0,1,1,0,43,46,47,45,44,0,46,47,45,44,0,1,1,0,43,48,49,47,46,0,48,49,47,46,0,1,1,0,43,50,51,49,48,0,50,51,49,48,4,5,1,0,43,1,52,53,2,0,1,52,53,2,1,1,2,2,43,5,54,52,1,0,5,54,52,1,1,1,1,1,43,7,55,54,5,0,7,55,54,5,1,1,1,1,43,9,56,55,7,0,9,56,55,7,1,1,1,1,43,11,57,56,9,0,11,57,56,9,1,1,1,1,43,13,58,57,11,0,13,58,57,11,1,1,1,1,43,15,59,58,13,0,15,59,58,13,1,1,1,1,43,17,60,59,15,0,17,60,59,15,1,1,1,1,43,19,61,60,17,0,19,61,60,17,1,1,1,1,43,21,62,61,19,0,21,62,61,19,1,1,1,1,43,23,63,62,21,0,23,63,62,21,1,1,1,1,43,25,64,63,23,0,25,64,63,23,1,1,1,1,43,27,65,64,25,0,27,65,64,25,1,1,1,1,43,29,66,65,27,0,29,66,65,27,1,1,1,1,43,31,67,66,29,0,31,67,66,29,1,1,1,1,43,33,68,67,31,0,33,68,67,31,1,1,1,1,43,35,69,68,33,0,35,69,68,33,1,1,1,1,43,37,70,69,35,0,37,70,69,35,1,1,1,1,43,39,71,70,37,0,39,71,70,37,1,1,1,1,43,41,72,71,39,0,41,72,71,39,1,1,1,1,43,43,73,72,41,0,43,73,72,41,1,1,1,1,43,45,74,73,43,0,45,74,73,43,1,1,1,1,43,47,75,74,45,0,47,75,74,45,1,1,1,1,43,49,76,75,47,0,49,76,75,47,1,1,1,1,43,51,77,76,49,0,51,77,76,49,5,5,1,1,43,52,78,79,53,0,52,78,79,53,1,1,2,2,43,54,80,78,52,0,54,80,78,52,1,1,1,1,43,55,81,80,54,0,55,81,80,54,1,1,1,1,43,56,82,81,55,0,56,82,81,55,1,1,1,1,43,57,83,82,56,0,57,83,82,56,1,1,1,1,43,58,84,83,57,0,58,84,83,57,1,1,1,1,43,59,85,84,58,0,59,85,84,58,1,1,1,1,43,60,86,85,59,0,60,86,85,59,1,1,1,1,43,61,87,86,60,0,61,87,86,60,1,1,1,1,43,62,88,87,61,0,62,88,87,61,1,1,1,1,43,63,89,88,62,0,63,89,88,62,1,1,1,1,43,64,90,89,63,0,64,90,89,63,1,1,1,1,43,65,91,90,64,0,65,91,90,64,1,1,1,1,43,66,92,91,65,0,66,92,91,65,1,1,1,1,43,67,93,92,66,0,67,93,92,66,1,1,1,1,43,68,94,93,67,0,68,94,93,67,1,1,1,1,43,69,95,94,68,0,69,95,94,68,1,1,1,1,43,70,96,95,69,0,70,96,95,69,1,1,1,1,43,71,97,96,70,0,71,97,96,70,1,1,1,1,43,72,98,97,71,0,72,98,97,71,1,1,1,1,43,73,99,98,72,0,73,99,98,72,1,1,1,1,43,74,100,99,73,0,74,100,99,73,1,1,1,1,43,75,101,100,74,0,75,101,100,74,1,1,1,1,43,76,102,101,75,0,76,102,101,75,1,1,1,1,43,77,103,102,76,0,77,103,102,76,5,5,1,1,43,78,104,105,79,0,78,104,105,79,1,1,2,2,43,80,106,104,78,0,80,106,104,78,1,1,1,1,43,81,107,106,80,0,81,107,106,80,1,1,1,1,43,82,108,107,81,0,82,108,107,81,1,1,1,1,43,83,109,108,82,0,83,109,108,82,1,1,1,1,43,84,110,109,83,0,84,110,109,83,1,1,1,1,43,85,111,110,84,0,85,111,110,84,1,1,1,1,43,86,112,111,85,0,86,112,111,85,1,1,1,1,43,87,113,112,86,0,87,113,112,86,1,1,1,1,43,88,114,113,87,0,88,114,113,87,1,1,1,1,43,89,115,114,88,0,89,115,114,88,1,1,1,1,43,90,116,115,89,0,90,116,115,89,1,1,1,1,43,91,117,116,90,0,91,117,116,90,1,1,1,1,43,92,118,117,91,0,92,118,117,91,1,1,1,1,43,93,119,118,92,0,93,119,118,92,1,1,1,1,43,94,120,119,93,0,94,120,119,93,1,1,1,1,43,95,121,120,94,0,95,121,120,94,1,1,1,1,43,96,122,121,95,0,96,122,121,95,1,1,1,1,43,97,123,122,96,0,97,123,122,96,1,1,1,1,43,98,124,123,97,0,98,124,123,97,1,1,1,1,43,99,125,124,98,0,99,125,124,98,1,1,1,1,43,100,126,125,99,0,100,126,125,99,1,1,1,1,43,101,127,126,100,0,101,127,126,100,1,1,1,1,43,102,128,127,101,0,102,128,127,101,1,1,1,1,43,103,129,128,102,0,103,129,128,102,5,5,1,1,43,104,130,131,105,0,104,130,131,105,1,1,2,2,43,106,132,130,104,0,106,132,130,104,1,1,1,1,43,107,133,132,106,0,107,133,132,106,1,1,1,1,43,108,134,133,107,0,108,134,133,107,1,1,1,1,43,109,135,134,108,0,109,135,134,108,1,1,1,1,43,110,136,135,109,0,110,136,135,109,1,1,1,1,43,111,137,136,110,0,111,137,136,110,1,1,1,1,43,112,138,137,111,0,112,138,137,111,1,1,1,1,43,113,139,138,112,0,113,139,138,112,1,1,1,1,43,114,140,139,113,0,114,140,139,113,1,1,1,1,43,115,141,140,114,0,115,141,140,114,1,1,1,1,43,116,142,141,115,0,116,142,141,115,1,1,1,1,43,117,143,142,116,0,117,143,142,116,1,1,1,1,43,118,144,143,117,0,118,144,143,117,1,1,1,1,43,119,145,144,118,0,119,145,144,118,1,1,1,1,43,120,146,145,119,0,120,146,145,119,1,1,1,1,43,121,147,146,120,0,121,147,146,120,1,1,1,1,43,122,148,147,121,0,122,148,147,121,1,1,1,1,43,123,149,148,122,0,123,149,148,122,1,1,1,1,43,124,150,149,123,0,124,150,149,123,1,1,1,1,43,125,151,150,124,0,125,151,150,124,1,1,1,1,43,126,152,151,125,0,126,152,151,125,1,1,1,1,43,127,153,152,126,0,127,153,152,126,1,1,1,1,43,128,154,153,127,0,128,154,153,127,1,1,1,1,43,129,155,154,128,0,129,155,154,128,5,5,1,1,43,130,156,157,131,0,130,156,157,131,1,1,2,2,43,132,158,156,130,0,132,158,156,130,1,1,1,1,43,133,159,158,132,0,133,159,158,132,1,1,1,1,43,134,160,159,133,0,134,160,159,133,1,1,1,1,43,135,161,160,134,0,135,161,160,134,1,1,1,1,43,136,162,161,135,0,136,162,161,135,1,1,1,1,43,137,163,162,136,0,137,163,162,136,1,1,1,1,43,138,164,163,137,0,138,164,163,137,1,1,1,1,43,139,165,164,138,0,139,165,164,138,1,1,1,1,43,140,166,165,139,0,140,166,165,139,1,1,1,1,43,141,167,166,140,0,141,167,166,140,1,1,1,1,43,142,168,167,141,0,142,168,167,141,1,1,1,1,43,143,169,168,142,0,143,169,168,142,1,1,1,1,43,144,170,169,143,0,144,170,169,143,1,1,1,1,43,145,171,170,144,0,145,171,170,144,1,1,1,1,43,146,172,171,145,0,146,172,171,145,1,1,1,1,43,147,173,172,146,0,147,173,172,146,1,1,1,1,43,148,174,173,147,0,148,174,173,147,1,1,1,1,43,149,175,174,148,0,149,175,174,148,1,1,1,1,43,150,176,175,149,0,150,176,175,149,1,1,1,1,43,151,177,176,150,0,151,177,176,150,1,1,1,1,43,152,178,177,151,0,152,178,177,151,1,1,1,1,43,153,179,178,152,0,153,179,178,152,1,1,1,1,43,154,180,179,153,0,154,180,179,153,1,1,1,1,43,155,181,180,154,0,155,181,180,154,5,5,1,1,43,156,182,183,157,0,156,182,183,157,1,1,2,2,43,158,184,182,156,0,158,184,182,156,1,1,1,1,43,159,185,184,158,0,159,185,184,158,1,1,1,1,43,160,186,185,159,0,160,186,185,159,1,1,1,1,43,161,187,186,160,0,161,187,186,160,1,1,1,1,43,162,188,187,161,0,162,188,187,161,1,1,1,1,43,163,189,188,162,0,163,189,188,162,1,1,1,1,43,164,190,189,163,0,164,190,189,163,1,1,1,1,43,165,191,190,164,0,165,191,190,164,1,1,1,1,43,166,192,191,165,0,166,192,191,165,1,1,1,1,43,167,193,192,166,0,167,193,192,166,1,1,1,1,43,168,194,193,167,0,168,194,193,167,1,1,1,1,43,169,195,194,168,0,169,195,194,168,1,1,1,1,43,170,196,195,169,0,170,196,195,169,1,1,1,1,43,171,197,196,170,0,171,197,196,170,1,1,1,1,43,172,198,197,171,0,172,198,197,171,1,1,1,1,43,173,199,198,172,0,173,199,198,172,1,1,1,1,43,174,200,199,173,0,174,200,199,173,1,1,1,1,43,175,201,200,174,0,175,201,200,174,1,1,1,1,43,176,202,201,175,0,176,202,201,175,1,1,1,1,43,177,203,202,176,0,177,203,202,176,1,1,1,1,43,178,204,203,177,0,178,204,203,177,1,1,1,1,43,179,205,204,178,0,179,205,204,178,1,1,1,1,43,180,206,205,179,0,180,206,205,179,1,1,1,1,43,181,207,206,180,0,181,207,206,180,5,5,1,1,43,182,208,209,183,0,182,208,209,183,1,1,2,2,43,184,210,208,182,0,184,210,208,182,1,1,1,1,43,185,211,210,184,0,185,211,210,184,1,1,1,1,43,186,212,211,185,0,186,212,211,185,1,1,1,1,43,187,213,212,186,0,187,213,212,186,1,1,1,1,43,188,214,213,187,0,188,214,213,187,1,1,1,1,43,189,215,214,188,0,189,215,214,188,1,1,1,1,43,190,216,215,189,0,190,216,215,189,1,1,1,1,43,191,217,216,190,0,191,217,216,190,1,1,1,1,43,192,218,217,191,0,192,218,217,191,1,1,1,1,43,193,219,218,192,0,193,219,218,192,1,1,1,1,43,194,220,219,193,0,194,220,219,193,1,1,1,1,43,195,221,220,194,0,195,221,220,194,1,1,1,1,43,196,222,221,195,0,196,222,221,195,1,1,1,1,43,197,223,222,196,0,197,223,222,196,1,1,1,1,43,198,224,223,197,0,198,224,223,197,1,1,1,1,43,199,225,224,198,0,199,225,224,198,1,1,1,1,43,200,226,225,199,0,200,226,225,199,1,1,1,1,43,201,227,226,200,0,201,227,226,200,1,1,1,1,43,202,228,227,201,0,202,228,227,201,1,1,1,1,43,203,229,228,202,0,203,229,228,202,1,1,1,1,43,204,230,229,203,0,204,230,229,203,1,1,1,1,43,205,231,230,204,0,205,231,230,204,1,1,1,1,43,206,232,231,205,0,206,232,231,205,1,1,1,1,43,207,233,232,206,0,207,233,232,206,5,5,1,1,43,208,234,235,209,0,208,234,235,209,1,1,2,2,43,210,236,234,208,0,210,236,234,208,1,1,1,1,43,211,237,236,210,0,211,237,236,210,1,1,1,1,43,212,238,237,211,0,212,238,237,211,1,1,1,1,43,213,239,238,212,0,213,239,238,212,1,1,1,1,43,214,240,239,213,0,214,240,239,213,1,1,1,1,43,215,241,240,214,0,215,241,240,214,1,1,1,1,43,216,242,241,215,0,216,242,241,215,1,1,1,1,43,217,243,242,216,0,217,243,242,216,1,1,1,1,43,218,244,243,217,0,218,244,243,217,1,1,1,1,43,219,245,244,218,0,219,245,244,218,1,1,1,1,43,220,246,245,219,0,220,246,245,219,1,1,1,1,43,221,247,246,220,0,221,247,246,220,1,1,1,1,43,222,248,247,221,0,222,248,247,221,1,1,1,1,43,223,249,248,222,0,223,249,248,222,1,1,1,1,43,224,250,249,223,0,224,250,249,223,1,1,1,1,43,225,251,250,224,0,225,251,250,224,1,1,1,1,43,226,252,251,225,0,226,252,251,225,1,1,1,1,43,227,253,252,226,0,227,253,252,226,1,1,1,1,43,228,254,253,227,0,228,254,253,227,1,1,1,1,43,229,255,254,228,0,229,255,254,228,1,1,1,1,43,230,256,255,229,0,230,256,255,229,1,1,1,1,43,231,257,256,230,0,231,257,256,230,1,1,1,1,43,232,258,257,231,0,232,258,257,231,1,1,1,1,43,233,259,258,232,0,233,259,258,232,5,5,1,1,43,234,260,261,235,0,234,260,261,235,1,1,2,2,43,236,262,260,234,0,236,262,260,234,1,1,1,1,43,237,263,262,236,0,237,263,262,236,1,1,1,1,43,238,264,263,237,0,238,264,263,237,1,1,1,1,43,239,265,264,238,0,239,265,264,238,1,1,1,1,43,240,266,265,239,0,240,266,265,239,1,1,1,1,43,241,267,266,240,0,241,267,266,240,1,1,1,1,43,242,268,267,241,0,242,268,267,241,1,1,1,1,43,243,269,268,242,0,243,269,268,242,1,1,1,1,43,244,270,269,243,0,244,270,269,243,1,1,1,1,43,245,271,270,244,0,245,271,270,244,1,1,1,1,43,246,272,271,245,0,246,272,271,245,1,1,1,1,43,247,273,272,246,0,247,273,272,246,1,1,1,1,43,248,274,273,247,0,248,274,273,247,1,1,1,1,43,249,275,274,248,0,249,275,274,248,1,1,1,1,43,250,276,275,249,0,250,276,275,249,1,1,1,1,43,251,277,276,250,0,251,277,276,250,1,1,1,1,43,252,278,277,251,0,252,278,277,251,1,1,1,1,43,253,279,278,252,0,253,279,278,252,1,1,1,1,43,254,280,279,253,0,254,280,279,253,1,1,1,1,43,255,281,280,254,0,255,281,280,254,1,1,1,1,43,256,282,281,255,0,256,282,281,255,1,1,1,1,43,257,283,282,256,0,257,283,282,256,1,1,1,1,43,258,284,283,257,0,258,284,283,257,1,1,1,1,43,259,285,284,258,0,259,285,284,258,5,5,1,1,43,260,286,287,261,0,260,286,287,261,1,1,2,2,43,262,288,286,260,0,262,288,286,260,1,1,1,1,43,263,289,288,262,0,263,289,288,262,1,1,1,1,43,264,290,289,263,0,264,290,289,263,1,1,1,1,43,265,291,290,264,0,265,291,290,264,1,1,1,1,43,266,292,291,265,0,266,292,291,265,1,1,1,1,43,267,293,292,266,0,267,293,292,266,1,1,1,1,43,268,294,293,267,0,268,294,293,267,1,1,1,1,43,269,295,294,268,0,269,295,294,268,1,1,1,1,43,270,296,295,269,0,270,296,295,269,1,1,1,1,43,271,297,296,270,0,271,297,296,270,1,1,1,1,43,272,298,297,271,0,272,298,297,271,1,1,1,1,43,273,299,298,272,0,273,299,298,272,1,1,1,1,43,274,300,299,273,0,274,300,299,273,1,1,1,1,43,275,301,300,274,0,275,301,300,274,1,1,1,1,43,276,302,301,275,0,276,302,301,275,1,1,1,1,43,277,303,302,276,0,277,303,302,276,1,1,1,1,43,278,304,303,277,0,278,304,303,277,1,1,1,1,43,279,305,304,278,0,279,305,304,278,1,1,1,1,43,280,306,305,279,0,280,306,305,279,1,1,1,1,43,281,307,306,280,0,281,307,306,280,1,1,1,1,43,282,308,307,281,0,282,308,307,281,1,1,1,1,43,283,309,308,282,0,283,309,308,282,1,1,1,1,43,284,310,309,283,0,284,310,309,283,1,1,1,1,43,285,311,310,284,0,285,311,310,284,5,5,1,1,43,286,312,313,287,0,286,312,313,287,1,1,2,2,43,288,314,312,286,0,288,314,312,286,1,1,1,1,43,289,315,314,288,0,289,315,314,288,1,1,1,1,43,290,316,315,289,0,290,316,315,289,1,1,1,1,43,291,317,316,290,0,291,317,316,290,1,1,1,1,43,292,318,317,291,0,292,318,317,291,1,1,1,1,43,293,319,318,292,0,293,319,318,292,1,1,1,1,43,294,320,319,293,0,294,320,319,293,1,1,1,1,43,295,321,320,294,0,295,321,320,294,1,1,1,1,43,296,322,321,295,0,296,322,321,295,1,1,1,1,43,297,323,322,296,0,297,323,322,296,1,1,1,1,43,298,324,323,297,0,298,324,323,297,1,1,1,1,43,299,325,324,298,0,299,325,324,298,1,1,1,1,43,300,326,325,299,0,300,326,325,299,1,1,1,1,43,301,327,326,300,0,301,327,326,300,1,1,1,1,43,302,328,327,301,0,302,328,327,301,1,1,1,1,43,303,329,328,302,0,303,329,328,302,1,1,1,1,43,304,330,329,303,0,304,330,329,303,1,1,1,1,43,305,331,330,304,0,305,331,330,304,1,1,1,1,43,306,332,331,305,0,306,332,331,305,1,1,1,1,43,307,333,332,306,0,307,333,332,306,1,1,1,1,43,308,334,333,307,0,308,334,333,307,1,1,1,1,43,309,335,334,308,0,309,335,334,308,1,1,1,1,43,310,336,335,309,0,310,336,335,309,1,1,1,1,43,311,337,336,310,0,311,337,336,310,5,5,1,1,43,312,338,339,313,0,312,338,339,313,1,1,2,2,43,314,340,338,312,0,314,340,338,312,1,1,1,1,43,315,341,340,314,0,315,341,340,314,1,1,1,1,43,316,342,341,315,0,316,342,341,315,1,1,1,1,43,317,343,342,316,0,317,343,342,316,1,1,1,1,43,318,344,343,317,0,318,344,343,317,1,1,1,1,43,319,345,344,318,0,319,345,344,318,1,1,1,1,43,320,346,345,319,0,320,346,345,319,1,1,1,1,43,321,347,346,320,0,321,347,346,320,1,1,1,1,43,322,348,347,321,0,322,348,347,321,1,1,1,1,43,323,349,348,322,0,323,349,348,322,1,1,1,1,43,324,350,349,323,0,324,350,349,323,1,1,1,1,43,325,351,350,324,0,325,351,350,324,1,1,1,1,43,326,352,351,325,0,326,352,351,325,1,1,1,1,43,327,353,352,326,0,327,353,352,326,1,1,1,1,43,328,354,353,327,0,328,354,353,327,1,1,1,1,43,329,355,354,328,0,329,355,354,328,1,1,1,1,43,330,356,355,329,0,330,356,355,329,1,1,1,1,43,331,357,356,330,0,331,357,356,330,1,1,1,1,43,332,358,357,331,0,332,358,357,331,1,1,1,1,43,333,359,358,332,0,333,359,358,332,1,1,1,1,43,334,360,359,333,0,334,360,359,333,1,1,1,1,43,335,361,360,334,0,335,361,360,334,1,1,1,1,43,336,362,361,335,0,336,362,361,335,1,1,1,1,43,337,363,362,336,0,337,363,362,336,5,5,1,1,43,338,364,365,339,0,338,364,365,339,1,1,2,2,43,340,366,364,338,0,340,366,364,338,1,1,1,1,43,341,367,366,340,0,341,367,366,340,1,1,1,1,43,342,368,367,341,0,342,368,367,341,1,1,1,1,43,343,369,368,342,0,343,369,368,342,1,1,1,1,43,344,370,369,343,0,344,370,369,343,1,1,1,1,43,345,371,370,344,0,345,371,370,344,1,1,1,1,43,346,372,371,345,0,346,372,371,345,1,1,1,1,43,347,373,372,346,0,347,373,372,346,1,1,1,1,43,348,374,373,347,0,348,374,373,347,1,1,1,1,43,349,375,374,348,0,349,375,374,348,1,1,1,1,43,350,376,375,349,0,350,376,375,349,1,1,1,1,43,351,377,376,350,0,351,377,376,350,1,1,1,1,43,352,378,377,351,0,352,378,377,351,1,1,1,1,43,353,379,378,352,0,353,379,378,352,1,1,1,1,43,354,380,379,353,0,354,380,379,353,1,1,1,1,43,355,381,380,354,0,355,381,380,354,1,1,1,1,43,356,382,381,355,0,356,382,381,355,1,1,1,1,43,357,383,382,356,0,357,383,382,356,1,1,1,1,43,358,384,383,357,0,358,384,383,357,1,1,1,1,43,359,385,384,358,0,359,385,384,358,1,1,1,1,43,360,386,385,359,0,360,386,385,359,1,1,1,1,43,361,387,386,360,0,361,387,386,360,1,1,1,1,43,362,388,387,361,0,362,388,387,361,1,1,1,1,43,363,389,388,362,0,363,389,388,362,5,5,1,1,43,364,390,391,365,0,364,390,391,365,1,1,2,2,43,366,392,390,364,0,366,392,390,364,1,1,1,1,43,367,393,392,366,0,367,393,392,366,1,1,1,1,43,368,394,393,367,0,368,394,393,367,1,1,1,1,43,369,395,394,368,0,369,395,394,368,1,1,1,1,43,370,396,395,369,0,370,396,395,369,1,1,1,1,43,371,397,396,370,0,371,397,396,370,1,1,1,1,43,372,398,397,371,0,372,398,397,371,1,1,1,1,43,373,399,398,372,0,373,399,398,372,1,1,1,1,43,374,400,399,373,0,374,400,399,373,1,1,1,1,43,375,401,400,374,0,375,401,400,374,1,1,1,1,43,376,402,401,375,0,376,402,401,375,1,1,1,1,43,377,403,402,376,0,377,403,402,376,1,1,1,1,43,378,404,403,377,0,378,404,403,377,1,1,1,1,43,379,405,404,378,0,379,405,404,378,1,1,1,1,43,380,406,405,379,0,380,406,405,379,1,1,1,1,43,381,407,406,380,0,381,407,406,380,1,1,1,1,43,382,408,407,381,0,382,408,407,381,1,1,1,1,43,383,409,408,382,0,383,409,408,382,1,1,1,1,43,384,410,409,383,0,384,410,409,383,1,1,1,1,43,385,411,410,384,0,385,411,410,384,1,1,1,1,43,386,412,411,385,0,386,412,411,385,1,1,1,1,43,387,413,412,386,0,387,413,412,386,1,1,1,1,43,388,414,413,387,0,388,414,413,387,1,1,1,1,43,389,415,414,388,0,389,415,414,388,5,5,1,1,43,390,416,417,391,0,390,416,417,391,1,1,2,2,43,392,418,416,390,0,392,418,416,390,1,1,1,1,43,393,419,418,392,0,393,419,418,392,1,1,1,1,43,394,420,419,393,0,394,420,419,393,1,1,1,1,43,395,421,420,394,0,395,421,420,394,1,1,1,1,43,396,422,421,395,0,396,422,421,395,1,1,1,1,43,397,423,422,396,0,397,423,422,396,1,1,1,1,43,398,424,423,397,0,398,424,423,397,1,1,1,1,43,399,425,424,398,0,399,425,424,398,1,1,1,1,43,400,426,425,399,0,400,426,425,399,1,1,1,1,43,401,427,426,400,0,401,427,426,400,1,1,1,1,43,402,428,427,401,0,402,428,427,401,1,1,1,1,43,403,429,428,402,0,403,429,428,402,1,1,1,1,43,404,430,429,403,0,404,430,429,403,1,1,1,1,43,405,431,430,404,0,405,431,430,404,1,1,1,1,43,406,432,431,405,0,406,432,431,405,1,1,1,1,43,407,433,432,406,0,407,433,432,406,1,1,1,1,43,408,434,433,407,0,408,434,433,407,1,1,1,1,43,409,435,434,408,0,409,435,434,408,1,1,1,1,43,410,436,435,409,0,410,436,435,409,1,1,1,1,43,411,437,436,410,0,411,437,436,410,1,1,1,1,43,412,438,437,411,0,412,438,437,411,1,1,1,1,43,413,439,438,412,0,413,439,438,412,1,1,1,1,43,414,440,439,413,0,414,440,439,413,1,1,1,1,43,415,441,440,414,0,415,441,440,414,5,5,1,1,43,416,442,443,417,0,416,442,443,417,1,1,2,2,43,418,444,442,416,0,418,444,442,416,1,1,1,1,43,419,445,444,418,0,419,445,444,418,1,1,1,1,43,420,446,445,419,0,420,446,445,419,1,1,1,1,43,421,447,446,420,0,421,447,446,420,1,1,1,1,43,422,448,447,421,0,422,448,447,421,1,1,1,1,43,423,449,448,422,0,423,449,448,422,1,1,1,1,43,424,450,449,423,0,424,450,449,423,1,1,1,1,43,425,451,450,424,0,425,451,450,424,1,1,1,1,43,426,452,451,425,0,426,452,451,425,1,1,1,1,43,427,453,452,426,0,427,453,452,426,1,1,1,1,43,428,454,453,427,0,428,454,453,427,1,1,1,1,43,429,455,454,428,0,429,455,454,428,1,1,1,1,43,430,456,455,429,0,430,456,455,429,1,1,1,1,43,431,457,456,430,0,431,457,456,430,1,1,1,1,43,432,458,457,431,0,432,458,457,431,1,1,1,1,43,433,459,458,432,0,433,459,458,432,1,1,1,1,43,434,460,459,433,0,434,460,459,433,1,1,1,1,43,435,461,460,434,0,435,461,460,434,1,1,1,1,43,436,462,461,435,0,436,462,461,435,1,1,1,1,43,437,463,462,436,0,437,463,462,436,1,1,1,1,43,438,464,463,437,0,438,464,463,437,1,1,1,1,43,439,465,464,438,0,439,465,464,438,1,1,1,1,43,440,466,465,439,0,440,466,465,439,1,1,1,1,43,441,467,466,440,0,441,467,466,440,5,5,1,1,43,442,468,469,443,0,442,468,469,443,1,1,2,2,43,444,470,468,442,0,444,470,468,442,1,1,1,1,43,445,471,470,444,0,445,471,470,444,1,1,1,1,43,446,472,471,445,0,446,472,471,445,1,1,1,1,43,447,473,472,446,0,447,473,472,446,1,1,1,1,43,448,474,473,447,0,448,474,473,447,1,1,1,1,43,449,475,474,448,0,449,475,474,448,1,1,1,1,43,450,476,475,449,0,450,476,475,449,1,1,1,1,43,451,477,476,450,0,451,477,476,450,1,1,1,1,43,452,478,477,451,0,452,478,477,451,1,1,1,1,43,453,479,478,452,0,453,479,478,452,1,1,1,1,43,454,480,479,453,0,454,480,479,453,1,1,1,1,43,455,481,480,454,0,455,481,480,454,1,1,1,1,43,456,482,481,455,0,456,482,481,455,1,1,1,1,43,457,483,482,456,0,457,483,482,456,1,1,1,1,43,458,484,483,457,0,458,484,483,457,1,1,1,1,43,459,485,484,458,0,459,485,484,458,1,1,1,1,43,460,486,485,459,0,460,486,485,459,1,1,1,1,43,461,487,486,460,0,461,487,486,460,1,1,1,1,43,462,488,487,461,0,462,488,487,461,1,1,1,1,43,463,489,488,462,0,463,489,488,462,1,1,1,1,43,464,490,489,463,0,464,490,489,463,1,1,1,1,43,465,491,490,464,0,465,491,490,464,1,1,1,1,43,466,492,491,465,0,466,492,491,465,1,1,1,1,43,467,493,492,466,0,467,493,492,466,5,5,1,1,43,468,494,495,469,0,468,494,495,469,1,1,2,2,43,470,496,494,468,0,470,496,494,468,1,1,1,1,43,471,497,496,470,0,471,497,496,470,1,1,1,1,43,472,498,497,471,0,472,498,497,471,1,1,1,1,43,473,499,498,472,0,473,499,498,472,1,1,1,1,43,474,500,499,473,0,474,500,499,473,1,1,1,1,43,475,501,500,474,0,475,501,500,474,1,1,1,1,43,476,502,501,475,0,476,502,501,475,1,1,1,1,43,477,503,502,476,0,477,503,502,476,1,1,1,1,43,478,504,503,477,0,478,504,503,477,1,1,1,1,43,479,505,504,478,0,479,505,504,478,1,1,1,1,43,480,506,505,479,0,480,506,505,479,1,1,1,1,43,481,507,506,480,0,481,507,506,480,1,1,1,1,43,482,508,507,481,0,482,508,507,481,1,1,1,1,43,483,509,508,482,0,483,509,508,482,1,1,1,1,43,484,510,509,483,0,484,510,509,483,1,1,1,1,43,485,511,510,484,0,485,511,510,484,1,1,1,1,43,486,512,511,485,0,486,512,511,485,1,1,1,1,43,487,513,512,486,0,487,513,512,486,1,1,1,1,43,488,514,513,487,0,488,514,513,487,1,1,1,1,43,489,515,514,488,0,489,515,514,488,1,1,1,1,43,490,516,515,489,0,490,516,515,489,1,1,1,1,43,491,517,516,490,0,491,517,516,490,1,1,1,1,43,492,518,517,491,0,492,518,517,491,1,1,1,1,43,493,519,518,492,0,493,519,518,492,5,5,1,1,43,494,520,521,495,0,494,520,521,495,1,1,2,2,43,496,522,520,494,0,496,522,520,494,1,1,1,1,43,497,523,522,496,0,497,523,522,496,1,1,1,1,43,498,524,523,497,0,498,524,523,497,1,1,1,1,43,499,525,524,498,0,499,525,524,498,1,1,1,1,43,500,526,525,499,0,500,526,525,499,1,1,1,1,43,501,527,526,500,0,501,527,526,500,1,1,1,1,43,502,528,527,501,0,502,528,527,501,1,1,1,1,43,503,529,528,502,0,503,529,528,502,1,1,1,1,43,504,530,529,503,0,504,530,529,503,1,1,1,1,43,505,531,530,504,0,505,531,530,504,1,1,1,1,43,506,532,531,505,0,506,532,531,505,1,1,1,1,43,507,533,532,506,0,507,533,532,506,1,1,1,1,43,508,534,533,507,0,508,534,533,507,1,1,1,1,43,509,535,534,508,0,509,535,534,508,1,1,1,1,43,510,536,535,509,0,510,536,535,509,1,1,1,1,43,511,537,536,510,0,511,537,536,510,1,1,1,1,43,512,538,537,511,0,512,538,537,511,1,1,1,1,43,513,539,538,512,0,513,539,538,512,1,1,1,1,43,514,540,539,513,0,514,540,539,513,1,1,1,1,43,515,541,540,514,0,515,541,540,514,1,1,1,1,43,516,542,541,515,0,516,542,541,515,1,1,1,1,43,517,543,542,516,0,517,543,542,516,1,1,1,1,43,518,544,543,517,0,518,544,543,517,1,1,1,1,43,519,545,544,518,0,519,545,544,518,5,5,1,1,43,520,546,547,521,0,520,546,547,521,1,1,2,2,43,522,548,546,520,0,522,548,546,520,1,1,1,1,43,523,549,548,522,0,523,549,548,522,1,1,1,1,43,524,550,549,523,0,524,550,549,523,1,1,1,1,43,525,551,550,524,0,525,551,550,524,1,1,1,1,43,526,552,551,525,0,526,552,551,525,1,1,1,1,43,527,553,552,526,0,527,553,552,526,1,1,1,1,43,528,554,553,527,0,528,554,553,527,1,1,1,1,43,529,555,554,528,0,529,555,554,528,1,1,1,1,43,530,556,555,529,0,530,556,555,529,1,1,1,1,43,531,557,556,530,0,531,557,556,530,1,1,1,1,43,532,558,557,531,0,532,558,557,531,1,1,1,1,43,533,559,558,532,0,533,559,558,532,1,1,1,1,43,534,560,559,533,0,534,560,559,533,1,1,1,1,43,535,561,560,534,0,535,561,560,534,1,1,1,1,43,536,562,561,535,0,536,562,561,535,1,1,1,1,43,537,563,562,536,0,537,563,562,536,1,1,1,1,43,538,564,563,537,0,538,564,563,537,1,1,1,1,43,539,565,564,538,0,539,565,564,538,1,1,1,1,43,540,566,565,539,0,540,566,565,539,1,1,1,1,43,541,567,566,540,0,541,567,566,540,1,1,1,1,43,542,568,567,541,0,542,568,567,541,1,1,1,1,43,543,569,568,542,0,543,569,568,542,1,1,1,1,43,544,570,569,543,0,544,570,569,543,1,1,1,1,43,545,571,570,544,0,545,571,570,544,5,5,1,1,43,546,572,573,547,0,546,572,573,547,1,1,2,2,43,548,574,572,546,0,548,574,572,546,1,1,1,1,43,549,575,574,548,0,549,575,574,548,1,1,1,1,43,550,576,575,549,0,550,576,575,549,1,1,1,1,43,551,577,576,550,0,551,577,576,550,1,1,1,1,43,552,578,577,551,0,552,578,577,551,1,1,1,1,43,553,579,578,552,0,553,579,578,552,1,1,1,1,43,554,580,579,553,0,554,580,579,553,1,1,1,1,43,555,581,580,554,0,555,581,580,554,1,1,1,1,43,556,582,581,555,0,556,582,581,555,1,1,1,1,43,557,583,582,556,0,557,583,582,556,1,1,1,1,43,558,584,583,557,0,558,584,583,557,1,1,1,1,43,559,585,584,558,0,559,585,584,558,1,1,1,1,43,560,586,585,559,0,560,586,585,559,1,1,1,1,43,561,587,586,560,0,561,587,586,560,1,1,1,1,43,562,588,587,561,0,562,588,587,561,1,1,1,1,43,563,589,588,562,0,563,589,588,562,1,1,1,1,43,564,590,589,563,0,564,590,589,563,1,1,1,1,43,565,591,590,564,0,565,591,590,564,1,1,1,1,43,566,592,591,565,0,566,592,591,565,1,1,1,1,43,567,593,592,566,0,567,593,592,566,1,1,1,1,43,568,594,593,567,0,568,594,593,567,1,1,1,1,43,569,595,594,568,0,569,595,594,568,1,1,1,1,43,570,596,595,569,0,570,596,595,569,1,1,1,1,43,571,597,596,570,0,571,597,596,570,5,5,1,1,43,572,598,599,573,0,572,598,599,573,1,1,2,2,43,574,600,598,572,0,574,600,598,572,1,1,1,1,43,575,601,600,574,0,575,601,600,574,1,1,1,1,43,576,602,601,575,0,576,602,601,575,1,1,1,1,43,577,603,602,576,0,577,603,602,576,1,1,1,1,43,578,604,603,577,0,578,604,603,577,1,1,1,1,43,579,605,604,578,0,579,605,604,578,1,1,1,1,43,580,606,605,579,0,580,606,605,579,1,1,1,1,43,581,607,606,580,0,581,607,606,580,1,1,1,1,43,582,608,607,581,0,582,608,607,581,1,1,1,1,43,583,609,608,582,0,583,609,608,582,1,1,1,1,43,584,610,609,583,0,584,610,609,583,1,1,1,1,43,585,611,610,584,0,585,611,610,584,1,1,1,1,43,586,612,611,585,0,586,612,611,585,1,1,1,1,43,587,613,612,586,0,587,613,612,586,1,1,1,1,43,588,614,613,587,0,588,614,613,587,1,1,1,1,43,589,615,614,588,0,589,615,614,588,1,1,1,1,43,590,616,615,589,0,590,616,615,589,1,1,1,1,43,591,617,616,590,0,591,617,616,590,1,1,1,1,43,592,618,617,591,0,592,618,617,591,1,1,1,1,43,593,619,618,592,0,593,619,618,592,1,1,1,1,43,594,620,619,593,0,594,620,619,593,1,1,1,1,43,595,621,620,594,0,595,621,620,594,1,1,1,1,43,596,622,621,595,0,596,622,621,595,1,1,1,1,43,597,623,622,596,0,597,623,622,596,5,5,1,1,43,598,624,625,599,0,598,624,625,599,1,1,2,2,43,600,626,624,598,0,600,626,624,598,1,1,1,1,43,601,627,626,600,0,601,627,626,600,1,1,1,1,43,602,628,627,601,0,602,628,627,601,1,1,1,1,43,603,629,628,602,0,603,629,628,602,1,1,1,1,43,604,630,629,603,0,604,630,629,603,1,1,1,1,43,605,631,630,604,0,605,631,630,604,1,1,1,1,43,606,632,631,605,0,606,632,631,605,1,1,1,1,43,607,633,632,606,0,607,633,632,606,1,1,1,1,43,608,634,633,607,0,608,634,633,607,1,1,1,1,43,609,635,634,608,0,609,635,634,608,1,1,1,1,43,610,636,635,609,0,610,636,635,609,1,1,1,1,43,611,637,636,610,0,611,637,636,610,1,1,1,1,43,612,638,637,611,0,612,638,637,611,1,1,1,1,43,613,639,638,612,0,613,639,638,612,1,1,1,1,43,614,640,639,613,0,614,640,639,613,1,1,1,1,43,615,641,640,614,0,615,641,640,614,1,1,1,1,43,616,642,641,615,0,616,642,641,615,1,1,1,1,43,617,643,642,616,0,617,643,642,616,1,1,1,1,43,618,644,643,617,0,618,644,643,617,1,1,1,1,43,619,645,644,618,0,619,645,644,618,1,1,1,1,43,620,646,645,619,0,620,646,645,619,1,1,1,1,43,621,647,646,620,0,621,647,646,620,1,1,1,1,43,622,648,647,621,0,622,648,647,621,1,1,1,1,43,623,649,648,622,0,623,649,648,622,5,5,1,1,43,624,650,651,625,0,624,650,651,625,1,6,7,2,43,626,652,650,624,0,626,652,650,624,1,6,6,1,43,627,653,652,626,0,627,653,652,626,1,6,6,1,43,628,654,653,627,0,628,654,653,627,1,6,6,1,43,629,655,654,628,0,629,655,654,628,1,6,6,1,43,630,656,655,629,0,630,656,655,629,1,6,6,1,43,631,657,656,630,0,631,657,656,630,1,6,6,1,43,632,658,657,631,0,632,658,657,631,1,6,6,1,43,633,659,658,632,0,633,659,658,632,1,6,6,1,43,634,660,659,633,0,634,660,659,633,1,6,6,1,43,635,661,660,634,0,635,661,660,634,1,6,6,1,43,636,662,661,635,0,636,662,661,635,1,6,6,1,43,637,663,662,636,0,637,663,662,636,1,6,6,1,43,638,664,663,637,0,638,664,663,637,1,6,6,1,43,639,665,664,638,0,639,665,664,638,1,6,6,1,43,640,666,665,639,0,640,666,665,639,1,6,6,1,43,641,667,666,640,0,641,667,666,640,1,6,6,1,43,642,668,667,641,0,642,668,667,641,1,6,6,1,43,643,669,668,642,0,643,669,668,642,1,6,6,1,43,644,670,669,643,0,644,670,669,643,1,6,6,1,43,645,671,670,644,0,645,671,670,644,1,6,6,1,43,646,672,671,645,0,646,672,671,645,1,6,6,1,43,647,673,672,646,0,647,673,672,646,1,6,6,1,43,648,674,673,647,0,648,674,673,647,1,6,6,1,43,649,675,674,648,0,649,675,674,648,5,8,6,1,43,676,677,51,50,0,50,51,2,3,9,10,5,4,43,677,678,77,51,0,51,77,53,2,10,10,5,5,43,678,679,103,77,0,77,103,79,53,10,10,5,5,43,679,680,129,103,0,103,129,105,79,10,10,5,5,43,680,681,155,129,0,129,155,131,105,10,10,5,5,43,681,682,181,155,0,155,181,157,131,10,10,5,5,43,682,683,207,181,0,181,207,183,157,10,10,5,5,43,683,684,233,207,0,207,233,209,183,10,10,5,5,43,684,685,259,233,0,233,259,235,209,10,10,5,5,43,685,686,285,259,0,259,285,261,235,10,10,5,5,43,686,687,311,285,0,285,311,287,261,10,10,5,5,43,687,688,337,311,0,311,337,313,287,10,10,5,5,43,688,689,363,337,0,337,363,339,313,10,10,5,5,43,689,690,389,363,0,363,389,365,339,10,10,5,5,43,690,691,415,389,0,389,415,391,365,10,10,5,5,43,691,692,441,415,0,415,441,417,391,10,10,5,5,43,692,693,467,441,0,441,467,443,417,10,10,5,5,43,693,694,493,467,0,467,493,469,443,10,10,5,5,43,694,695,519,493,0,493,519,495,469,10,10,5,5,43,695,696,545,519,0,519,545,521,495,10,10,5,5,43,696,697,571,545,0,545,571,547,521,10,10,5,5,43,697,698,597,571,0,571,597,573,547,10,10,5,5,43,698,699,623,597,0,597,623,599,573,10,10,5,5,43,699,700,649,623,0,623,649,625,599,10,10,5,5,43,700,701,675,649,0,649,675,651,625,10,11,8,5,43,702,703,677,676,0,0,1,2,3,12,13,10,9,43,704,705,703,702,0,4,5,1,0,12,13,13,12,43,706,707,705,704,0,6,7,5,4,12,13,13,12,43,708,709,707,706,0,8,9,7,6,12,13,13,12,43,710,711,709,708,0,10,11,9,8,12,13,13,12,43,712,713,711,710,0,12,13,11,10,12,13,13,12,43,714,715,713,712,0,14,15,13,12,12,13,13,12,43,716,717,715,714,0,16,17,15,14,12,13,13,12,43,718,719,717,716,0,18,19,17,16,12,13,13,12,43,720,721,719,718,0,20,21,19,18,12,13,13,12,43,722,723,721,720,0,22,23,21,20,12,13,13,12,43,724,725,723,722,0,24,25,23,22,12,13,13,12,43,726,727,725,724,0,26,27,25,24,12,13,13,12,43,728,729,727,726,0,28,29,27,26,12,13,13,12,43,730,731,729,728,0,30,31,29,28,12,13,13,12,43,732,733,731,730,0,32,33,31,30,12,13,13,12,43,734,735,733,732,0,34,35,33,32,12,13,13,12,43,736,737,735,734,0,36,37,35,34,12,13,13,12,43,738,739,737,736,0,38,39,37,36,12,13,13,12,43,740,741,739,738,0,40,41,39,38,12,13,13,12,43,742,743,741,740,0,42,43,41,40,12,13,13,12,43,744,745,743,742,0,44,45,43,42,12,13,13,12,43,746,747,745,744,0,46,47,45,44,12,13,13,12,43,748,749,747,746,0,48,49,47,46,12,13,13,12,43,750,751,749,748,0,50,51,49,48,14,15,13,12,43,703,752,678,677,0,1,52,53,2,13,13,10,10,43,705,753,752,703,0,5,54,52,1,13,13,13,13,43,707,754,753,705,0,7,55,54,5,13,13,13,13,43,709,755,754,707,0,9,56,55,7,13,13,13,13,43,711,756,755,709,0,11,57,56,9,13,13,13,13,43,713,757,756,711,0,13,58,57,11,13,13,13,13,43,715,758,757,713,0,15,59,58,13,13,13,13,13,43,717,759,758,715,0,17,60,59,15,13,13,13,13,43,719,760,759,717,0,19,61,60,17,13,13,13,13,43,721,761,760,719,0,21,62,61,19,13,13,13,13,43,723,762,761,721,0,23,63,62,21,13,13,13,13,43,725,763,762,723,0,25,64,63,23,13,13,13,13,43,727,764,763,725,0,27,65,64,25,13,13,13,13,43,729,765,764,727,0,29,66,65,27,13,13,13,13,43,731,766,765,729,0,31,67,66,29,13,13,13,13,43,733,767,766,731,0,33,68,67,31,13,13,13,13,43,735,768,767,733,0,35,69,68,33,13,13,13,13,43,737,769,768,735,0,37,70,69,35,13,13,13,13,43,739,770,769,737,0,39,71,70,37,13,13,13,13,43,741,771,770,739,0,41,72,71,39,13,13,13,13,43,743,772,771,741,0,43,73,72,41,13,13,13,13,43,745,773,772,743,0,45,74,73,43,13,13,13,13,43,747,774,773,745,0,47,75,74,45,13,13,13,13,43,749,775,774,747,0,49,76,75,47,13,13,13,13,43,751,776,775,749,0,51,77,76,49,15,15,13,13,43,752,777,679,678,0,52,78,79,53,13,13,10,10,43,753,778,777,752,0,54,80,78,52,13,13,13,13,43,754,779,778,753,0,55,81,80,54,13,13,13,13,43,755,780,779,754,0,56,82,81,55,13,13,13,13,43,756,781,780,755,0,57,83,82,56,13,13,13,13,43,757,782,781,756,0,58,84,83,57,13,13,13,13,43,758,783,782,757,0,59,85,84,58,13,13,13,13,43,759,784,783,758,0,60,86,85,59,13,13,13,13,43,760,785,784,759,0,61,87,86,60,13,13,13,13,43,761,786,785,760,0,62,88,87,61,13,13,13,13,43,762,787,786,761,0,63,89,88,62,13,13,13,13,43,763,788,787,762,0,64,90,89,63,13,13,13,13,43,764,789,788,763,0,65,91,90,64,13,13,13,13,43,765,790,789,764,0,66,92,91,65,13,13,13,13,43,766,791,790,765,0,67,93,92,66,13,13,13,13,43,767,792,791,766,0,68,94,93,67,13,13,13,13,43,768,793,792,767,0,69,95,94,68,13,13,13,13,43,769,794,793,768,0,70,96,95,69,13,13,13,13,43,770,795,794,769,0,71,97,96,70,13,13,13,13,43,771,796,795,770,0,72,98,97,71,13,13,13,13,43,772,797,796,771,0,73,99,98,72,13,13,13,13,43,773,798,797,772,0,74,100,99,73,13,13,13,13,43,774,799,798,773,0,75,101,100,74,13,13,13,13,43,775,800,799,774,0,76,102,101,75,13,13,13,13,43,776,801,800,775,0,77,103,102,76,15,15,13,13,43,777,802,680,679,0,78,104,105,79,13,13,10,10,43,778,803,802,777,0,80,106,104,78,13,13,13,13,43,779,804,803,778,0,81,107,106,80,13,13,13,13,43,780,805,804,779,0,82,108,107,81,13,13,13,13,43,781,806,805,780,0,83,109,108,82,13,13,13,13,43,782,807,806,781,0,84,110,109,83,13,13,13,13,43,783,808,807,782,0,85,111,110,84,13,13,13,13,43,784,809,808,783,0,86,112,111,85,13,13,13,13,43,785,810,809,784,0,87,113,112,86,13,13,13,13,43,786,811,810,785,0,88,114,113,87,13,13,13,13,43,787,812,811,786,0,89,115,114,88,13,13,13,13,43,788,813,812,787,0,90,116,115,89,13,13,13,13,43,789,814,813,788,0,91,117,116,90,13,13,13,13,43,790,815,814,789,0,92,118,117,91,13,13,13,13,43,791,816,815,790,0,93,119,118,92,13,13,13,13,43,792,817,816,791,0,94,120,119,93,13,13,13,13,43,793,818,817,792,0,95,121,120,94,13,13,13,13,43,794,819,818,793,0,96,122,121,95,13,13,13,13,43,795,820,819,794,0,97,123,122,96,13,13,13,13,43,796,821,820,795,0,98,124,123,97,13,13,13,13,43,797,822,821,796,0,99,125,124,98,13,13,13,13,43,798,823,822,797,0,100,126,125,99,13,13,13,13,43,799,824,823,798,0,101,127,126,100,13,13,13,13,43,800,825,824,799,0,102,128,127,101,13,13,13,13,43,801,826,825,800,0,103,129,128,102,15,15,13,13,43,802,827,681,680,0,104,130,131,105,13,13,10,10,43,803,828,827,802,0,106,132,130,104,13,13,13,13,43,804,829,828,803,0,107,133,132,106,13,13,13,13,43,805,830,829,804,0,108,134,133,107,13,13,13,13,43,806,831,830,805,0,109,135,134,108,13,13,13,13,43,807,832,831,806,0,110,136,135,109,13,13,13,13,43,808,833,832,807,0,111,137,136,110,13,13,13,13,43,809,834,833,808,0,112,138,137,111,13,13,13,13,43,810,835,834,809,0,113,139,138,112,13,13,13,13,43,811,836,835,810,0,114,140,139,113,13,13,13,13,43,812,837,836,811,0,115,141,140,114,13,13,13,13,43,813,838,837,812,0,116,142,141,115,13,13,13,13,43,814,839,838,813,0,117,143,142,116,13,13,13,13,43,815,840,839,814,0,118,144,143,117,13,13,13,13,43,816,841,840,815,0,119,145,144,118,13,13,13,13,43,817,842,841,816,0,120,146,145,119,13,13,13,13,43,818,843,842,817,0,121,147,146,120,13,13,13,13,43,819,844,843,818,0,122,148,147,121,13,13,13,13,43,820,845,844,819,0,123,149,148,122,13,13,13,13,43,821,846,845,820,0,124,150,149,123,13,13,13,13,43,822,847,846,821,0,125,151,150,124,13,13,13,13,43,823,848,847,822,0,126,152,151,125,13,13,13,13,43,824,849,848,823,0,127,153,152,126,13,13,13,13,43,825,850,849,824,0,128,154,153,127,13,13,13,13,43,826,851,850,825,0,129,155,154,128,15,15,13,13,43,827,852,682,681,0,130,156,157,131,13,13,10,10,43,828,853,852,827,0,132,158,156,130,13,13,13,13,43,829,854,853,828,0,133,159,158,132,13,13,13,13,43,830,855,854,829,0,134,160,159,133,13,13,13,13,43,831,856,855,830,0,135,161,160,134,13,13,13,13,43,832,857,856,831,0,136,162,161,135,13,13,13,13,43,833,858,857,832,0,137,163,162,136,13,13,13,13,43,834,859,858,833,0,138,164,163,137,13,13,13,13,43,835,860,859,834,0,139,165,164,138,13,13,13,13,43,836,861,860,835,0,140,166,165,139,13,13,13,13,43,837,862,861,836,0,141,167,166,140,13,13,13,13,43,838,863,862,837,0,142,168,167,141,13,13,13,13,43,839,864,863,838,0,143,169,168,142,13,13,13,13,43,840,865,864,839,0,144,170,169,143,13,13,13,13,43,841,866,865,840,0,145,171,170,144,13,13,13,13,43,842,867,866,841,0,146,172,171,145,13,13,13,13,43,843,868,867,842,0,147,173,172,146,13,13,13,13,43,844,869,868,843,0,148,174,173,147,13,13,13,13,43,845,870,869,844,0,149,175,174,148,13,13,13,13,43,846,871,870,845,0,150,176,175,149,13,13,13,13,43,847,872,871,846,0,151,177,176,150,13,13,13,13,43,848,873,872,847,0,152,178,177,151,13,13,13,13,43,849,874,873,848,0,153,179,178,152,13,13,13,13,43,850,875,874,849,0,154,180,179,153,13,13,13,13,43,851,876,875,850,0,155,181,180,154,15,15,13,13,43,852,877,683,682,0,156,182,183,157,13,13,10,10,43,853,878,877,852,0,158,184,182,156,13,13,13,13,43,854,879,878,853,0,159,185,184,158,13,13,13,13,43,855,880,879,854,0,160,186,185,159,13,13,13,13,43,856,881,880,855,0,161,187,186,160,13,13,13,13,43,857,882,881,856,0,162,188,187,161,13,13,13,13,43,858,883,882,857,0,163,189,188,162,13,13,13,13,43,859,884,883,858,0,164,190,189,163,13,13,13,13,43,860,885,884,859,0,165,191,190,164,13,13,13,13,43,861,886,885,860,0,166,192,191,165,13,13,13,13,43,862,887,886,861,0,167,193,192,166,13,13,13,13,43,863,888,887,862,0,168,194,193,167,13,13,13,13,43,864,889,888,863,0,169,195,194,168,13,13,13,13,43,865,890,889,864,0,170,196,195,169,13,13,13,13,43,866,891,890,865,0,171,197,196,170,13,13,13,13,43,867,892,891,866,0,172,198,197,171,13,13,13,13,43,868,893,892,867,0,173,199,198,172,13,13,13,13,43,869,894,893,868,0,174,200,199,173,13,13,13,13,43,870,895,894,869,0,175,201,200,174,13,13,13,13,43,871,896,895,870,0,176,202,201,175,13,13,13,13,43,872,897,896,871,0,177,203,202,176,13,13,13,13,43,873,898,897,872,0,178,204,203,177,13,13,13,13,43,874,899,898,873,0,179,205,204,178,13,13,13,13,43,875,900,899,874,0,180,206,205,179,13,13,13,13,43,876,901,900,875,0,181,207,206,180,15,15,13,13,43,877,902,684,683,0,182,208,209,183,13,13,10,10,43,878,903,902,877,0,184,210,208,182,13,13,13,13,43,879,904,903,878,0,185,211,210,184,13,13,13,13,43,880,905,904,879,0,186,212,211,185,13,13,13,13,43,881,906,905,880,0,187,213,212,186,13,13,13,13,43,882,907,906,881,0,188,214,213,187,13,13,13,13,43,883,908,907,882,0,189,215,214,188,13,13,13,13,43,884,909,908,883,0,190,216,215,189,13,13,13,13,43,885,910,909,884,0,191,217,216,190,13,13,13,13,43,886,911,910,885,0,192,218,217,191,13,13,13,13,43,887,912,911,886,0,193,219,218,192,13,13,13,13,43,888,913,912,887,0,194,220,219,193,13,13,13,13,43,889,914,913,888,0,195,221,220,194,13,13,13,13,43,890,915,914,889,0,196,222,221,195,13,13,13,13,43,891,916,915,890,0,197,223,222,196,13,13,13,13,43,892,917,916,891,0,198,224,223,197,13,13,13,13,43,893,918,917,892,0,199,225,224,198,13,13,13,13,43,894,919,918,893,0,200,226,225,199,13,13,13,13,43,895,920,919,894,0,201,227,226,200,13,13,13,13,43,896,921,920,895,0,202,228,227,201,13,13,13,13,43,897,922,921,896,0,203,229,228,202,13,13,13,13,43,898,923,922,897,0,204,230,229,203,13,13,13,13,43,899,924,923,898,0,205,231,230,204,13,13,13,13,43,900,925,924,899,0,206,232,231,205,13,13,13,13,43,901,926,925,900,0,207,233,232,206,15,15,13,13,43,902,927,685,684,0,208,234,235,209,13,13,10,10,43,903,928,927,902,0,210,236,234,208,13,13,13,13,43,904,929,928,903,0,211,237,236,210,13,13,13,13,43,905,930,929,904,0,212,238,237,211,13,13,13,13,43,906,931,930,905,0,213,239,238,212,13,13,13,13,43,907,932,931,906,0,214,240,239,213,13,13,13,13,43,908,933,932,907,0,215,241,240,214,13,13,13,13,43,909,934,933,908,0,216,242,241,215,13,13,13,13,43,910,935,934,909,0,217,243,242,216,13,13,13,13,43,911,936,935,910,0,218,244,243,217,13,13,13,13,43,912,937,936,911,0,219,245,244,218,13,13,13,13,43,913,938,937,912,0,220,246,245,219,13,13,13,13,43,914,939,938,913,0,221,247,246,220,13,13,13,13,43,915,940,939,914,0,222,248,247,221,13,13,13,13,43,916,941,940,915,0,223,249,248,222,13,13,13,13,43,917,942,941,916,0,224,250,249,223,13,13,13,13,43,918,943,942,917,0,225,251,250,224,13,13,13,13,43,919,944,943,918,0,226,252,251,225,13,13,13,13,43,920,945,944,919,0,227,253,252,226,13,13,13,13,43,921,946,945,920,0,228,254,253,227,13,13,13,13,43,922,947,946,921,0,229,255,254,228,13,13,13,13,43,923,948,947,922,0,230,256,255,229,13,13,13,13,43,924,949,948,923,0,231,257,256,230,13,13,13,13,43,925,950,949,924,0,232,258,257,231,13,13,13,13,43,926,951,950,925,0,233,259,258,232,15,15,13,13,43,927,952,686,685,0,234,260,261,235,13,13,10,10,43,928,953,952,927,0,236,262,260,234,13,13,13,13,43,929,954,953,928,0,237,263,262,236,13,13,13,13,43,930,955,954,929,0,238,264,263,237,13,13,13,13,43,931,956,955,930,0,239,265,264,238,13,13,13,13,43,932,957,956,931,0,240,266,265,239,13,13,13,13,43,933,958,957,932,0,241,267,266,240,13,13,13,13,43,934,959,958,933,0,242,268,267,241,13,13,13,13,43,935,960,959,934,0,243,269,268,242,13,13,13,13,43,936,961,960,935,0,244,270,269,243,13,13,13,13,43,937,962,961,936,0,245,271,270,244,13,13,13,13,43,938,963,962,937,0,246,272,271,245,13,13,13,13,43,939,964,963,938,0,247,273,272,246,13,13,13,13,43,940,965,964,939,0,248,274,273,247,13,13,13,13,43,941,966,965,940,0,249,275,274,248,13,13,13,13,43,942,967,966,941,0,250,276,275,249,13,13,13,13,43,943,968,967,942,0,251,277,276,250,13,13,13,13,43,944,969,968,943,0,252,278,277,251,13,13,13,13,43,945,970,969,944,0,253,279,278,252,13,13,13,13,43,946,971,970,945,0,254,280,279,253,13,13,13,13,43,947,972,971,946,0,255,281,280,254,13,13,13,13,43,948,973,972,947,0,256,282,281,255,13,13,13,13,43,949,974,973,948,0,257,283,282,256,13,13,13,13,43,950,975,974,949,0,258,284,283,257,13,13,13,13,43,951,976,975,950,0,259,285,284,258,15,15,13,13,43,952,977,687,686,0,260,286,287,261,13,13,10,10,43,953,978,977,952,0,262,288,286,260,13,13,13,13,43,954,979,978,953,0,263,289,288,262,13,13,13,13,43,955,980,979,954,0,264,290,289,263,13,13,13,13,43,956,981,980,955,0,265,291,290,264,13,13,13,13,43,957,982,981,956,0,266,292,291,265,13,13,13,13,43,958,983,982,957,0,267,293,292,266,13,13,13,13,43,959,984,983,958,0,268,294,293,267,13,13,13,13,43,960,985,984,959,0,269,295,294,268,13,13,13,13,43,961,986,985,960,0,270,296,295,269,13,13,13,13,43,962,987,986,961,0,271,297,296,270,13,13,13,13,43,963,988,987,962,0,272,298,297,271,13,13,13,13,43,964,989,988,963,0,273,299,298,272,13,13,13,13,43,965,990,989,964,0,274,300,299,273,13,13,13,13,43,966,991,990,965,0,275,301,300,274,13,13,13,13,43,967,992,991,966,0,276,302,301,275,13,13,13,13,43,968,993,992,967,0,277,303,302,276,13,13,13,13,43,969,994,993,968,0,278,304,303,277,13,13,13,13,43,970,995,994,969,0,279,305,304,278,13,13,13,13,43,971,996,995,970,0,280,306,305,279,13,13,13,13,43,972,997,996,971,0,281,307,306,280,13,13,13,13,43,973,998,997,972,0,282,308,307,281,13,13,13,13,43,974,999,998,973,0,283,309,308,282,13,13,13,13,43,975,1000,999,974,0,284,310,309,283,13,13,13,13,43,976,1001,1000,975,0,285,311,310,284,15,15,13,13,43,977,1002,688,687,0,286,312,313,287,13,13,10,10,43,978,1003,1002,977,0,288,314,312,286,13,13,13,13,43,979,1004,1003,978,0,289,315,314,288,13,13,13,13,43,980,1005,1004,979,0,290,316,315,289,13,13,13,13,43,981,1006,1005,980,0,291,317,316,290,13,13,13,13,43,982,1007,1006,981,0,292,318,317,291,13,13,13,13,43,983,1008,1007,982,0,293,319,318,292,13,13,13,13,43,984,1009,1008,983,0,294,320,319,293,13,13,13,13,43,985,1010,1009,984,0,295,321,320,294,13,13,13,13,43,986,1011,1010,985,0,296,322,321,295,13,13,13,13,43,987,1012,1011,986,0,297,323,322,296,13,13,13,13,43,988,1013,1012,987,0,298,324,323,297,13,13,13,13,43,989,1014,1013,988,0,299,325,324,298,13,13,13,13,43,990,1015,1014,989,0,300,326,325,299,13,13,13,13,43,991,1016,1015,990,0,301,327,326,300,13,13,13,13,43,992,1017,1016,991,0,302,328,327,301,13,13,13,13,43,993,1018,1017,992,0,303,329,328,302,13,13,13,13,43,994,1019,1018,993,0,304,330,329,303,13,13,13,13,43,995,1020,1019,994,0,305,331,330,304,13,13,13,13,43,996,1021,1020,995,0,306,332,331,305,13,13,13,13,43,997,1022,1021,996,0,307,333,332,306,13,13,13,13,43,998,1023,1022,997,0,308,334,333,307,13,13,13,13,43,999,1024,1023,998,0,309,335,334,308,13,13,13,13,43,1000,1025,1024,999,0,310,336,335,309,13,13,13,13,43,1001,1026,1025,1000,0,311,337,336,310,15,15,13,13,43,1002,1027,689,688,0,312,338,339,313,13,13,10,10,43,1003,1028,1027,1002,0,314,340,338,312,13,13,13,13,43,1004,1029,1028,1003,0,315,341,340,314,13,13,13,13,43,1005,1030,1029,1004,0,316,342,341,315,13,13,13,13,43,1006,1031,1030,1005,0,317,343,342,316,13,13,13,13,43,1007,1032,1031,1006,0,318,344,343,317,13,13,13,13,43,1008,1033,1032,1007,0,319,345,344,318,13,13,13,13,43,1009,1034,1033,1008,0,320,346,345,319,13,13,13,13,43,1010,1035,1034,1009,0,321,347,346,320,13,13,13,13,43,1011,1036,1035,1010,0,322,348,347,321,13,13,13,13,43,1012,1037,1036,1011,0,323,349,348,322,13,13,13,13,43,1013,1038,1037,1012,0,324,350,349,323,13,13,13,13,43,1014,1039,1038,1013,0,325,351,350,324,13,13,13,13,43,1015,1040,1039,1014,0,326,352,351,325,13,13,13,13,43,1016,1041,1040,1015,0,327,353,352,326,13,13,13,13,43,1017,1042,1041,1016,0,328,354,353,327,13,13,13,13,43,1018,1043,1042,1017,0,329,355,354,328,13,13,13,13,43,1019,1044,1043,1018,0,330,356,355,329,13,13,13,13,43,1020,1045,1044,1019,0,331,357,356,330,13,13,13,13,43,1021,1046,1045,1020,0,332,358,357,331,13,13,13,13,43,1022,1047,1046,1021,0,333,359,358,332,13,13,13,13,43,1023,1048,1047,1022,0,334,360,359,333,13,13,13,13,43,1024,1049,1048,1023,0,335,361,360,334,13,13,13,13,43,1025,1050,1049,1024,0,336,362,361,335,13,13,13,13,43,1026,1051,1050,1025,0,337,363,362,336,15,15,13,13,43,1027,1052,690,689,0,338,364,365,339,13,13,10,10,43,1028,1053,1052,1027,0,340,366,364,338,13,13,13,13,43,1029,1054,1053,1028,0,341,367,366,340,13,13,13,13,43,1030,1055,1054,1029,0,342,368,367,341,13,13,13,13,43,1031,1056,1055,1030,0,343,369,368,342,13,13,13,13,43,1032,1057,1056,1031,0,344,370,369,343,13,13,13,13,43,1033,1058,1057,1032,0,345,371,370,344,13,13,13,13,43,1034,1059,1058,1033,0,346,372,371,345,13,13,13,13,43,1035,1060,1059,1034,0,347,373,372,346,13,13,13,13,43,1036,1061,1060,1035,0,348,374,373,347,13,13,13,13,43,1037,1062,1061,1036,0,349,375,374,348,13,13,13,13,43,1038,1063,1062,1037,0,350,376,375,349,13,13,13,13,43,1039,1064,1063,1038,0,351,377,376,350,13,13,13,13,43,1040,1065,1064,1039,0,352,378,377,351,13,13,13,13,43,1041,1066,1065,1040,0,353,379,378,352,13,13,13,13,43,1042,1067,1066,1041,0,354,380,379,353,13,13,13,13,43,1043,1068,1067,1042,0,355,381,380,354,13,13,13,13,43,1044,1069,1068,1043,0,356,382,381,355,13,13,13,13,43,1045,1070,1069,1044,0,357,383,382,356,13,13,13,13,43,1046,1071,1070,1045,0,358,384,383,357,13,13,13,13,43,1047,1072,1071,1046,0,359,385,384,358,13,13,13,13,43,1048,1073,1072,1047,0,360,386,385,359,13,13,13,13,43,1049,1074,1073,1048,0,361,387,386,360,13,13,13,13,43,1050,1075,1074,1049,0,362,388,387,361,13,13,13,13,43,1051,1076,1075,1050,0,363,389,388,362,15,15,13,13,43,1052,1077,691,690,0,364,390,391,365,13,13,10,10,43,1053,1078,1077,1052,0,366,392,390,364,13,13,13,13,43,1054,1079,1078,1053,0,367,393,392,366,13,13,13,13,43,1055,1080,1079,1054,0,368,394,393,367,13,13,13,13,43,1056,1081,1080,1055,0,369,395,394,368,13,13,13,13,43,1057,1082,1081,1056,0,370,396,395,369,13,13,13,13,43,1058,1083,1082,1057,0,371,397,396,370,13,13,13,13,43,1059,1084,1083,1058,0,372,398,397,371,13,13,13,13,43,1060,1085,1084,1059,0,373,399,398,372,13,13,13,13,43,1061,1086,1085,1060,0,374,400,399,373,13,13,13,13,43,1062,1087,1086,1061,0,375,401,400,374,13,13,13,13,43,1063,1088,1087,1062,0,376,402,401,375,13,13,13,13,43,1064,1089,1088,1063,0,377,403,402,376,13,13,13,13,43,1065,1090,1089,1064,0,378,404,403,377,13,13,13,13,43,1066,1091,1090,1065,0,379,405,404,378,13,13,13,13,43,1067,1092,1091,1066,0,380,406,405,379,13,13,13,13,43,1068,1093,1092,1067,0,381,407,406,380,13,13,13,13,43,1069,1094,1093,1068,0,382,408,407,381,13,13,13,13,43,1070,1095,1094,1069,0,383,409,408,382,13,13,13,13,43,1071,1096,1095,1070,0,384,410,409,383,13,13,13,13,43,1072,1097,1096,1071,0,385,411,410,384,13,13,13,13,43,1073,1098,1097,1072,0,386,412,411,385,13,13,13,13,43,1074,1099,1098,1073,0,387,413,412,386,13,13,13,13,43,1075,1100,1099,1074,0,388,414,413,387,13,13,13,13,43,1076,1101,1100,1075,0,389,415,414,388,15,15,13,13,43,1077,1102,692,691,0,390,416,417,391,13,13,10,10,43,1078,1103,1102,1077,0,392,418,416,390,13,13,13,13,43,1079,1104,1103,1078,0,393,419,418,392,13,13,13,13,43,1080,1105,1104,1079,0,394,420,419,393,13,13,13,13,43,1081,1106,1105,1080,0,395,421,420,394,13,13,13,13,43,1082,1107,1106,1081,0,396,422,421,395,13,13,13,13,43,1083,1108,1107,1082,0,397,423,422,396,13,13,13,13,43,1084,1109,1108,1083,0,398,424,423,397,13,13,13,13,43,1085,1110,1109,1084,0,399,425,424,398,13,13,13,13,43,1086,1111,1110,1085,0,400,426,425,399,13,13,13,13,43,1087,1112,1111,1086,0,401,427,426,400,13,13,13,13,43,1088,1113,1112,1087,0,402,428,427,401,13,13,13,13,43,1089,1114,1113,1088,0,403,429,428,402,13,13,13,13,43,1090,1115,1114,1089,0,404,430,429,403,13,13,13,13,43,1091,1116,1115,1090,0,405,431,430,404,13,13,13,13,43,1092,1117,1116,1091,0,406,432,431,405,13,13,13,13,43,1093,1118,1117,1092,0,407,433,432,406,13,13,13,13,43,1094,1119,1118,1093,0,408,434,433,407,13,13,13,13,43,1095,1120,1119,1094,0,409,435,434,408,13,13,13,13,43,1096,1121,1120,1095,0,410,436,435,409,13,13,13,13,43,1097,1122,1121,1096,0,411,437,436,410,13,13,13,13,43,1098,1123,1122,1097,0,412,438,437,411,13,13,13,13,43,1099,1124,1123,1098,0,413,439,438,412,13,13,13,13,43,1100,1125,1124,1099,0,414,440,439,413,13,13,13,13,43,1101,1126,1125,1100,0,415,441,440,414,15,15,13,13,43,1102,1127,693,692,0,416,442,443,417,13,13,10,10,43,1103,1128,1127,1102,0,418,444,442,416,13,13,13,13,43,1104,1129,1128,1103,0,419,445,444,418,13,13,13,13,43,1105,1130,1129,1104,0,420,446,445,419,13,13,13,13,43,1106,1131,1130,1105,0,421,447,446,420,13,13,13,13,43,1107,1132,1131,1106,0,422,448,447,421,13,13,13,13,43,1108,1133,1132,1107,0,423,449,448,422,13,13,13,13,43,1109,1134,1133,1108,0,424,450,449,423,13,13,13,13,43,1110,1135,1134,1109,0,425,451,450,424,13,13,13,13,43,1111,1136,1135,1110,0,426,452,451,425,13,13,13,13,43,1112,1137,1136,1111,0,427,453,452,426,13,13,13,13,43,1113,1138,1137,1112,0,428,454,453,427,13,13,13,13,43,1114,1139,1138,1113,0,429,455,454,428,13,13,13,13,43,1115,1140,1139,1114,0,430,456,455,429,13,13,13,13,43,1116,1141,1140,1115,0,431,457,456,430,13,13,13,13,43,1117,1142,1141,1116,0,432,458,457,431,13,13,13,13,43,1118,1143,1142,1117,0,433,459,458,432,13,13,13,13,43,1119,1144,1143,1118,0,434,460,459,433,13,13,13,13,43,1120,1145,1144,1119,0,435,461,460,434,13,13,13,13,43,1121,1146,1145,1120,0,436,462,461,435,13,13,13,13,43,1122,1147,1146,1121,0,437,463,462,436,13,13,13,13,43,1123,1148,1147,1122,0,438,464,463,437,13,13,13,13,43,1124,1149,1148,1123,0,439,465,464,438,13,13,13,13,43,1125,1150,1149,1124,0,440,466,465,439,13,13,13,13,43,1126,1151,1150,1125,0,441,467,466,440,15,15,13,13,43,1127,1152,694,693,0,442,468,469,443,13,13,10,10,43,1128,1153,1152,1127,0,444,470,468,442,13,13,13,13,43,1129,1154,1153,1128,0,445,471,470,444,13,13,13,13,43,1130,1155,1154,1129,0,446,472,471,445,13,13,13,13,43,1131,1156,1155,1130,0,447,473,472,446,13,13,13,13,43,1132,1157,1156,1131,0,448,474,473,447,13,13,13,13,43,1133,1158,1157,1132,0,449,475,474,448,13,13,13,13,43,1134,1159,1158,1133,0,450,476,475,449,13,13,13,13,43,1135,1160,1159,1134,0,451,477,476,450,13,13,13,13,43,1136,1161,1160,1135,0,452,478,477,451,13,13,13,13,43,1137,1162,1161,1136,0,453,479,478,452,13,13,13,13,43,1138,1163,1162,1137,0,454,480,479,453,13,13,13,13,43,1139,1164,1163,1138,0,455,481,480,454,13,13,13,13,43,1140,1165,1164,1139,0,456,482,481,455,13,13,13,13,43,1141,1166,1165,1140,0,457,483,482,456,13,13,13,13,43,1142,1167,1166,1141,0,458,484,483,457,13,13,13,13,43,1143,1168,1167,1142,0,459,485,484,458,13,13,13,13,43,1144,1169,1168,1143,0,460,486,485,459,13,13,13,13,43,1145,1170,1169,1144,0,461,487,486,460,13,13,13,13,43,1146,1171,1170,1145,0,462,488,487,461,13,13,13,13,43,1147,1172,1171,1146,0,463,489,488,462,13,13,13,13,43,1148,1173,1172,1147,0,464,490,489,463,13,13,13,13,43,1149,1174,1173,1148,0,465,491,490,464,13,13,13,13,43,1150,1175,1174,1149,0,466,492,491,465,13,13,13,13,43,1151,1176,1175,1150,0,467,493,492,466,15,15,13,13,43,1152,1177,695,694,0,468,494,495,469,13,13,10,10,43,1153,1178,1177,1152,0,470,496,494,468,13,13,13,13,43,1154,1179,1178,1153,0,471,497,496,470,13,13,13,13,43,1155,1180,1179,1154,0,472,498,497,471,13,13,13,13,43,1156,1181,1180,1155,0,473,499,498,472,13,13,13,13,43,1157,1182,1181,1156,0,474,500,499,473,13,13,13,13,43,1158,1183,1182,1157,0,475,501,500,474,13,13,13,13,43,1159,1184,1183,1158,0,476,502,501,475,13,13,13,13,43,1160,1185,1184,1159,0,477,503,502,476,13,13,13,13,43,1161,1186,1185,1160,0,478,504,503,477,13,13,13,13,43,1162,1187,1186,1161,0,479,505,504,478,13,13,13,13,43,1163,1188,1187,1162,0,480,506,505,479,13,13,13,13,43,1164,1189,1188,1163,0,481,507,506,480,13,13,13,13,43,1165,1190,1189,1164,0,482,508,507,481,13,13,13,13,43,1166,1191,1190,1165,0,483,509,508,482,13,13,13,13,43,1167,1192,1191,1166,0,484,510,509,483,13,13,13,13,43,1168,1193,1192,1167,0,485,511,510,484,13,13,13,13,43,1169,1194,1193,1168,0,486,512,511,485,13,13,13,13,43,1170,1195,1194,1169,0,487,513,512,486,13,13,13,13,43,1171,1196,1195,1170,0,488,514,513,487,13,13,13,13,43,1172,1197,1196,1171,0,489,515,514,488,13,13,13,13,43,1173,1198,1197,1172,0,490,516,515,489,13,13,13,13,43,1174,1199,1198,1173,0,491,517,516,490,13,13,13,13,43,1175,1200,1199,1174,0,492,518,517,491,13,13,13,13,43,1176,1201,1200,1175,0,493,519,518,492,15,15,13,13,43,1177,1202,696,695,0,494,520,521,495,13,13,10,10,43,1178,1203,1202,1177,0,496,522,520,494,13,13,13,13,43,1179,1204,1203,1178,0,497,523,522,496,13,13,13,13,43,1180,1205,1204,1179,0,498,524,523,497,13,13,13,13,43,1181,1206,1205,1180,0,499,525,524,498,13,13,13,13,43,1182,1207,1206,1181,0,500,526,525,499,13,13,13,13,43,1183,1208,1207,1182,0,501,527,526,500,13,13,13,13,43,1184,1209,1208,1183,0,502,528,527,501,13,13,13,13,43,1185,1210,1209,1184,0,503,529,528,502,13,13,13,13,43,1186,1211,1210,1185,0,504,530,529,503,13,13,13,13,43,1187,1212,1211,1186,0,505,531,530,504,13,13,13,13,43,1188,1213,1212,1187,0,506,532,531,505,13,13,13,13,43,1189,1214,1213,1188,0,507,533,532,506,13,13,13,13,43,1190,1215,1214,1189,0,508,534,533,507,13,13,13,13,43,1191,1216,1215,1190,0,509,535,534,508,13,13,13,13,43,1192,1217,1216,1191,0,510,536,535,509,13,13,13,13,43,1193,1218,1217,1192,0,511,537,536,510,13,13,13,13,43,1194,1219,1218,1193,0,512,538,537,511,13,13,13,13,43,1195,1220,1219,1194,0,513,539,538,512,13,13,13,13,43,1196,1221,1220,1195,0,514,540,539,513,13,13,13,13,43,1197,1222,1221,1196,0,515,541,540,514,13,13,13,13,43,1198,1223,1222,1197,0,516,542,541,515,13,13,13,13,43,1199,1224,1223,1198,0,517,543,542,516,13,13,13,13,43,1200,1225,1224,1199,0,518,544,543,517,13,13,13,13,43,1201,1226,1225,1200,0,519,545,544,518,15,15,13,13,43,1202,1227,697,696,0,520,546,547,521,13,13,10,10,43,1203,1228,1227,1202,0,522,548,546,520,13,13,13,13,43,1204,1229,1228,1203,0,523,549,548,522,13,13,13,13,43,1205,1230,1229,1204,0,524,550,549,523,13,13,13,13,43,1206,1231,1230,1205,0,525,551,550,524,13,13,13,13,43,1207,1232,1231,1206,0,526,552,551,525,13,13,13,13,43,1208,1233,1232,1207,0,527,553,552,526,13,13,13,13,43,1209,1234,1233,1208,0,528,554,553,527,13,13,13,13,43,1210,1235,1234,1209,0,529,555,554,528,13,13,13,13,43,1211,1236,1235,1210,0,530,556,555,529,13,13,13,13,43,1212,1237,1236,1211,0,531,557,556,530,13,13,13,13,43,1213,1238,1237,1212,0,532,558,557,531,13,13,13,13,43,1214,1239,1238,1213,0,533,559,558,532,13,13,13,13,43,1215,1240,1239,1214,0,534,560,559,533,13,13,13,13,43,1216,1241,1240,1215,0,535,561,560,534,13,13,13,13,43,1217,1242,1241,1216,0,536,562,561,535,13,13,13,13,43,1218,1243,1242,1217,0,537,563,562,536,13,13,13,13,43,1219,1244,1243,1218,0,538,564,563,537,13,13,13,13,43,1220,1245,1244,1219,0,539,565,564,538,13,13,13,13,43,1221,1246,1245,1220,0,540,566,565,539,13,13,13,13,43,1222,1247,1246,1221,0,541,567,566,540,13,13,13,13,43,1223,1248,1247,1222,0,542,568,567,541,13,13,13,13,43,1224,1249,1248,1223,0,543,569,568,542,13,13,13,13,43,1225,1250,1249,1224,0,544,570,569,543,13,13,13,13,43,1226,1251,1250,1225,0,545,571,570,544,15,15,13,13,43,1227,1252,698,697,0,546,572,573,547,13,13,10,10,43,1228,1253,1252,1227,0,548,574,572,546,13,13,13,13,43,1229,1254,1253,1228,0,549,575,574,548,13,13,13,13,43,1230,1255,1254,1229,0,550,576,575,549,13,13,13,13,43,1231,1256,1255,1230,0,551,577,576,550,13,13,13,13,43,1232,1257,1256,1231,0,552,578,577,551,13,13,13,13,43,1233,1258,1257,1232,0,553,579,578,552,13,13,13,13,43,1234,1259,1258,1233,0,554,580,579,553,13,13,13,13,43,1235,1260,1259,1234,0,555,581,580,554,13,13,13,13,43,1236,1261,1260,1235,0,556,582,581,555,13,13,13,13,43,1237,1262,1261,1236,0,557,583,582,556,13,13,13,13,43,1238,1263,1262,1237,0,558,584,583,557,13,13,13,13,43,1239,1264,1263,1238,0,559,585,584,558,13,13,13,13,43,1240,1265,1264,1239,0,560,586,585,559,13,13,13,13,43,1241,1266,1265,1240,0,561,587,586,560,13,13,13,13,43,1242,1267,1266,1241,0,562,588,587,561,13,13,13,13,43,1243,1268,1267,1242,0,563,589,588,562,13,13,13,13,43,1244,1269,1268,1243,0,564,590,589,563,13,13,13,13,43,1245,1270,1269,1244,0,565,591,590,564,13,13,13,13,43,1246,1271,1270,1245,0,566,592,591,565,13,13,13,13,43,1247,1272,1271,1246,0,567,593,592,566,13,13,13,13,43,1248,1273,1272,1247,0,568,594,593,567,13,13,13,13,43,1249,1274,1273,1248,0,569,595,594,568,13,13,13,13,43,1250,1275,1274,1249,0,570,596,595,569,13,13,13,13,43,1251,1276,1275,1250,0,571,597,596,570,15,15,13,13,43,1252,1277,699,698,0,572,598,599,573,13,13,10,10,43,1253,1278,1277,1252,0,574,600,598,572,13,13,13,13,43,1254,1279,1278,1253,0,575,601,600,574,13,13,13,13,43,1255,1280,1279,1254,0,576,602,601,575,13,13,13,13,43,1256,1281,1280,1255,0,577,603,602,576,13,13,13,13,43,1257,1282,1281,1256,0,578,604,603,577,13,13,13,13,43,1258,1283,1282,1257,0,579,605,604,578,13,13,13,13,43,1259,1284,1283,1258,0,580,606,605,579,13,13,13,13,43,1260,1285,1284,1259,0,581,607,606,580,13,13,13,13,43,1261,1286,1285,1260,0,582,608,607,581,13,13,13,13,43,1262,1287,1286,1261,0,583,609,608,582,13,13,13,13,43,1263,1288,1287,1262,0,584,610,609,583,13,13,13,13,43,1264,1289,1288,1263,0,585,611,610,584,13,13,13,13,43,1265,1290,1289,1264,0,586,612,611,585,13,13,13,13,43,1266,1291,1290,1265,0,587,613,612,586,13,13,13,13,43,1267,1292,1291,1266,0,588,614,613,587,13,13,13,13,43,1268,1293,1292,1267,0,589,615,614,588,13,13,13,13,43,1269,1294,1293,1268,0,590,616,615,589,13,13,13,13,43,1270,1295,1294,1269,0,591,617,616,590,13,13,13,13,43,1271,1296,1295,1270,0,592,618,617,591,13,13,13,13,43,1272,1297,1296,1271,0,593,619,618,592,13,13,13,13,43,1273,1298,1297,1272,0,594,620,619,593,13,13,13,13,43,1274,1299,1298,1273,0,595,621,620,594,13,13,13,13,43,1275,1300,1299,1274,0,596,622,621,595,13,13,13,13,43,1276,1301,1300,1275,0,597,623,622,596,15,15,13,13,43,1277,1302,700,699,0,598,624,625,599,13,13,10,10,43,1278,1303,1302,1277,0,600,626,624,598,13,13,13,13,43,1279,1304,1303,1278,0,601,627,626,600,13,13,13,13,43,1280,1305,1304,1279,0,602,628,627,601,13,13,13,13,43,1281,1306,1305,1280,0,603,629,628,602,13,13,13,13,43,1282,1307,1306,1281,0,604,630,629,603,13,13,13,13,43,1283,1308,1307,1282,0,605,631,630,604,13,13,13,13,43,1284,1309,1308,1283,0,606,632,631,605,13,13,13,13,43,1285,1310,1309,1284,0,607,633,632,606,13,13,13,13,43,1286,1311,1310,1285,0,608,634,633,607,13,13,13,13,43,1287,1312,1311,1286,0,609,635,634,608,13,13,13,13,43,1288,1313,1312,1287,0,610,636,635,609,13,13,13,13,43,1289,1314,1313,1288,0,611,637,636,610,13,13,13,13,43,1290,1315,1314,1289,0,612,638,637,611,13,13,13,13,43,1291,1316,1315,1290,0,613,639,638,612,13,13,13,13,43,1292,1317,1316,1291,0,614,640,639,613,13,13,13,13,43,1293,1318,1317,1292,0,615,641,640,614,13,13,13,13,43,1294,1319,1318,1293,0,616,642,641,615,13,13,13,13,43,1295,1320,1319,1294,0,617,643,642,616,13,13,13,13,43,1296,1321,1320,1295,0,618,644,643,617,13,13,13,13,43,1297,1322,1321,1296,0,619,645,644,618,13,13,13,13,43,1298,1323,1322,1297,0,620,646,645,619,13,13,13,13,43,1299,1324,1323,1298,0,621,647,646,620,13,13,13,13,43,1300,1325,1324,1299,0,622,648,647,621,13,13,13,13,43,1301,1326,1325,1300,0,623,649,648,622,15,15,13,13,43,1302,1327,701,700,0,624,650,651,625,13,16,11,10,43,1303,1328,1327,1302,0,626,652,650,624,13,16,16,13,43,1304,1329,1328,1303,0,627,653,652,626,13,16,16,13,43,1305,1330,1329,1304,0,628,654,653,627,13,16,16,13,43,1306,1331,1330,1305,0,629,655,654,628,13,16,16,13,43,1307,1332,1331,1306,0,630,656,655,629,13,16,16,13,43,1308,1333,1332,1307,0,631,657,656,630,13,16,16,13,43,1309,1334,1333,1308,0,632,658,657,631,13,16,16,13,43,1310,1335,1334,1309,0,633,659,658,632,13,16,16,13,43,1311,1336,1335,1310,0,634,660,659,633,13,16,16,13,43,1312,1337,1336,1311,0,635,661,660,634,13,16,16,13,43,1313,1338,1337,1312,0,636,662,661,635,13,16,16,13,43,1314,1339,1338,1313,0,637,663,662,636,13,16,16,13,43,1315,1340,1339,1314,0,638,664,663,637,13,16,16,13,43,1316,1341,1340,1315,0,639,665,664,638,13,16,16,13,43,1317,1342,1341,1316,0,640,666,665,639,13,16,16,13,43,1318,1343,1342,1317,0,641,667,666,640,13,16,16,13,43,1319,1344,1343,1318,0,642,668,667,641,13,16,16,13,43,1320,1345,1344,1319,0,643,669,668,642,13,16,16,13,43,1321,1346,1345,1320,0,644,670,669,643,13,16,16,13,43,1322,1347,1346,1321,0,645,671,670,644,13,16,16,13,43,1323,1348,1347,1322,0,646,672,671,645,13,16,16,13,43,1324,1349,1348,1323,0,647,673,672,646,13,16,16,13,43,1325,1350,1349,1324,0,648,674,673,647,13,16,16,13,43,1326,1351,1350,1325,0,649,675,674,648,15,17,16,13,43,3,2,751,750,0,50,51,2,3,3,2,15,14,43,2,53,776,751,0,51,77,53,2,2,2,15,15,43,53,79,801,776,0,77,103,79,53,2,2,15,15,43,79,105,826,801,0,103,129,105,79,2,2,15,15,43,105,131,851,826,0,129,155,131,105,2,2,15,15,43,131,157,876,851,0,155,181,157,131,2,2,15,15,43,157,183,901,876,0,181,207,183,157,2,2,15,15,43,183,209,926,901,0,207,233,209,183,2,2,15,15,43,209,235,951,926,0,233,259,235,209,2,2,15,15,43,235,261,976,951,0,259,285,261,235,2,2,15,15,43,261,287,1001,976,0,285,311,287,261,2,2,15,15,43,287,313,1026,1001,0,311,337,313,287,2,2,15,15,43,313,339,1051,1026,0,337,363,339,313,2,2,15,15,43,339,365,1076,1051,0,363,389,365,339,2,2,15,15,43,365,391,1101,1076,0,389,415,391,365,2,2,15,15,43,391,417,1126,1101,0,415,441,417,391,2,2,15,15,43,417,443,1151,1126,0,441,467,443,417,2,2,15,15,43,443,469,1176,1151,0,467,493,469,443,2,2,15,15,43,469,495,1201,1176,0,493,519,495,469,2,2,15,15,43,495,521,1226,1201,0,519,545,521,495,2,2,15,15,43,521,547,1251,1226,0,545,571,547,521,2,2,15,15,43,547,573,1276,1251,0,571,597,573,547,2,2,15,15,43,573,599,1301,1276,0,597,623,599,573,2,2,15,15,43,599,625,1326,1301,0,623,649,625,599,2,2,15,15,43,625,651,1351,1326,0,649,675,651,625,2,7,17,15,43,650,1350,1351,651,0,0,650,651,3,6,16,17,7,43,652,1349,1350,650,0,4,652,650,0,6,16,16,6,43,653,1348,1349,652,0,6,653,652,4,6,16,16,6,43,654,1347,1348,653,0,8,654,653,6,6,16,16,6,43,655,1346,1347,654,0,10,655,654,8,6,16,16,6,43,656,1345,1346,655,0,12,656,655,10,6,16,16,6,43,657,1344,1345,656,0,14,657,656,12,6,16,16,6,43,658,1343,1344,657,0,16,658,657,14,6,16,16,6,43,659,1342,1343,658,0,18,659,658,16,6,16,16,6,43,660,1341,1342,659,0,20,660,659,18,6,16,16,6,43,661,1340,1341,660,0,22,661,660,20,6,16,16,6,43,662,1339,1340,661,0,24,662,661,22,6,16,16,6,43,663,1338,1339,662,0,26,663,662,24,6,16,16,6,43,664,1337,1338,663,0,28,664,663,26,6,16,16,6,43,665,1336,1337,664,0,30,665,664,28,6,16,16,6,43,666,1335,1336,665,0,32,666,665,30,6,16,16,6,43,667,1334,1335,666,0,34,667,666,32,6,16,16,6,43,668,1333,1334,667,0,36,668,667,34,6,16,16,6,43,669,1332,1333,668,0,38,669,668,36,6,16,16,6,43,670,1331,1332,669,0,40,670,669,38,6,16,16,6,43,671,1330,1331,670,0,42,671,670,40,6,16,16,6,43,672,1329,1330,671,0,44,672,671,42,6,16,16,6,43,673,1328,1329,672,0,46,673,672,44,6,16,16,6,43,674,1327,1328,673,0,48,674,673,46,6,16,16,6,43,675,701,1327,674,0,50,675,674,48,8,11,16,6,43,748,0,3,750,0,0,650,651,3,12,0,3,14,43,0,748,746,4,0,650,0,4,652,0,12,12,0,43,744,6,4,746,0,6,653,652,4,12,0,0,12,43,742,8,6,744,0,8,654,653,6,12,0,0,12,43,740,10,8,742,0,10,655,654,8,12,0,0,12,43,738,12,10,740,0,12,656,655,10,12,0,0,12,43,736,14,12,738,0,14,657,656,12,12,0,0,12,43,734,16,14,736,0,16,658,657,14,12,0,0,12,43,732,18,16,734,0,18,659,658,16,12,0,0,12,43,730,20,18,732,0,20,660,659,18,12,0,0,12,43,728,22,20,730,0,22,661,660,20,12,0,0,12,43,726,24,22,728,0,24,662,661,22,12,0,0,12,43,724,26,24,726,0,26,663,662,24,12,0,0,12,43,722,28,26,724,0,28,664,663,26,12,0,0,12,43,720,30,28,722,0,30,665,664,28,12,0,0,12,43,718,32,30,720,0,32,666,665,30,12,0,0,12,43,716,34,32,718,0,34,667,666,32,12,0,0,12,43,714,36,34,716,0,36,668,667,34,12,0,0,12,43,712,38,36,714,0,38,669,668,36,12,0,0,12,43,710,40,38,712,0,40,670,669,38,12,0,0,12,43,708,42,40,710,0,42,671,670,40,12,0,0,12,43,706,44,42,708,0,44,672,671,42,12,0,0,12,43,704,46,44,706,0,46,673,672,44,12,0,0,12,43,702,48,46,704,0,48,674,673,46,12,0,0,12,43,676,50,48,702,0,50,675,674,48,9,4,0,12], 20 | "uvs" : [[0.04,0,0.04,0.04,0,0.04,0,0,0.08,0,0.08,0.04,0.12,0,0.12,0.04,0.16,0,0.16,0.04,0.2,0,0.2,0.04,0.24,0,0.24,0.04,0.28,0,0.28,0.04,0.32,0,0.32,0.04,0.36,0,0.36,0.04,0.4,0,0.4,0.04,0.44,0,0.44,0.04,0.48,0,0.48,0.04,0.52,0,0.52,0.04,0.56,0,0.56,0.04,0.6,0,0.6,0.04,0.64,0,0.64,0.04,0.68,0,0.68,0.04,0.72,0,0.72,0.04,0.76,0,0.76,0.04,0.8,0,0.8,0.04,0.84,0,0.84,0.04,0.88,0,0.88,0.04,0.92,0,0.92,0.04,0.96,0,0.96,0.04,1,0,1,0.04,0.04,0.08,0,0.08,0.08,0.08,0.12,0.08,0.16,0.08,0.2,0.08,0.24,0.08,0.28,0.08,0.32,0.08,0.36,0.08,0.4,0.08,0.44,0.08,0.48,0.08,0.52,0.08,0.56,0.08,0.6,0.08,0.64,0.08,0.68,0.08,0.72,0.08,0.76,0.08,0.8,0.08,0.84,0.08,0.88,0.08,0.92,0.08,0.96,0.08,1,0.08,0.04,0.12,0,0.12,0.08,0.12,0.12,0.12,0.16,0.12,0.2,0.12,0.24,0.12,0.28,0.12,0.32,0.12,0.36,0.12,0.4,0.12,0.44,0.12,0.48,0.12,0.52,0.12,0.56,0.12,0.6,0.12,0.64,0.12,0.68,0.12,0.72,0.12,0.76,0.12,0.8,0.12,0.84,0.12,0.88,0.12,0.92,0.12,0.96,0.12,1,0.12,0.04,0.16,0,0.16,0.08,0.16,0.12,0.16,0.16,0.16,0.2,0.16,0.24,0.16,0.28,0.16,0.32,0.16,0.36,0.16,0.4,0.16,0.44,0.16,0.48,0.16,0.52,0.16,0.56,0.16,0.6,0.16,0.64,0.16,0.68,0.16,0.72,0.16,0.76,0.16,0.8,0.16,0.84,0.16,0.88,0.16,0.92,0.16,0.96,0.16,1,0.16,0.04,0.2,0,0.2,0.08,0.2,0.12,0.2,0.16,0.2,0.2,0.2,0.24,0.2,0.28,0.2,0.32,0.2,0.36,0.2,0.4,0.2,0.44,0.2,0.48,0.2,0.52,0.2,0.56,0.2,0.6,0.2,0.64,0.2,0.68,0.2,0.72,0.2,0.76,0.2,0.8,0.2,0.84,0.2,0.88,0.2,0.92,0.2,0.96,0.2,1,0.2,0.04,0.24,0,0.24,0.08,0.24,0.12,0.24,0.16,0.24,0.2,0.24,0.24,0.24,0.28,0.24,0.32,0.24,0.36,0.24,0.4,0.24,0.44,0.24,0.48,0.24,0.52,0.24,0.56,0.24,0.6,0.24,0.64,0.24,0.68,0.24,0.72,0.24,0.76,0.24,0.8,0.24,0.84,0.24,0.88,0.24,0.92,0.24,0.96,0.24,1,0.24,0.04,0.28,0,0.28,0.08,0.28,0.12,0.28,0.16,0.28,0.2,0.28,0.24,0.28,0.28,0.28,0.32,0.28,0.36,0.28,0.4,0.28,0.44,0.28,0.48,0.28,0.52,0.28,0.56,0.28,0.6,0.28,0.64,0.28,0.68,0.28,0.72,0.28,0.76,0.28,0.8,0.28,0.84,0.28,0.88,0.28,0.92,0.28,0.96,0.28,1,0.28,0.04,0.32,0,0.32,0.08,0.32,0.12,0.32,0.16,0.32,0.2,0.32,0.24,0.32,0.28,0.32,0.32,0.32,0.36,0.32,0.4,0.32,0.44,0.32,0.48,0.32,0.52,0.32,0.56,0.32,0.6,0.32,0.64,0.32,0.68,0.32,0.72,0.32,0.76,0.32,0.8,0.32,0.84,0.32,0.88,0.32,0.92,0.32,0.96,0.32,1,0.32,0.04,0.36,0,0.36,0.08,0.36,0.12,0.36,0.16,0.36,0.2,0.36,0.24,0.36,0.28,0.36,0.32,0.36,0.36,0.36,0.4,0.36,0.44,0.36,0.48,0.36,0.52,0.36,0.56,0.36,0.6,0.36,0.64,0.36,0.68,0.36,0.72,0.36,0.76,0.36,0.8,0.36,0.84,0.36,0.88,0.36,0.92,0.36,0.96,0.36,1,0.36,0.04,0.4,0,0.4,0.08,0.4,0.12,0.4,0.16,0.4,0.2,0.4,0.24,0.4,0.28,0.4,0.32,0.4,0.36,0.4,0.4,0.4,0.44,0.4,0.48,0.4,0.52,0.4,0.56,0.4,0.6,0.4,0.64,0.4,0.68,0.4,0.72,0.4,0.76,0.4,0.8,0.4,0.84,0.4,0.88,0.4,0.92,0.4,0.96,0.4,1,0.4,0.04,0.44,0,0.44,0.08,0.44,0.12,0.44,0.16,0.44,0.2,0.44,0.24,0.44,0.28,0.44,0.32,0.44,0.36,0.44,0.4,0.44,0.44,0.44,0.48,0.44,0.52,0.44,0.56,0.44,0.6,0.44,0.64,0.44,0.68,0.44,0.72,0.44,0.76,0.44,0.8,0.44,0.84,0.44,0.88,0.44,0.92,0.44,0.96,0.44,1,0.44,0.04,0.48,0,0.48,0.08,0.48,0.12,0.48,0.16,0.48,0.2,0.48,0.24,0.48,0.28,0.48,0.32,0.48,0.36,0.48,0.4,0.48,0.44,0.48,0.48,0.48,0.52,0.48,0.56,0.48,0.6,0.48,0.64,0.48,0.68,0.48,0.72,0.48,0.76,0.48,0.8,0.48,0.84,0.48,0.88,0.48,0.92,0.48,0.96,0.48,1,0.48,0.04,0.52,0,0.52,0.08,0.52,0.12,0.52,0.16,0.52,0.2,0.52,0.24,0.52,0.28,0.52,0.32,0.52,0.36,0.52,0.4,0.52,0.44,0.52,0.48,0.52,0.52,0.52,0.56,0.52,0.6,0.52,0.64,0.52,0.68,0.52,0.72,0.52,0.76,0.52,0.8,0.52,0.84,0.52,0.88,0.52,0.92,0.52,0.96,0.52,1,0.52,0.04,0.56,0,0.56,0.08,0.56,0.12,0.56,0.16,0.56,0.2,0.56,0.24,0.56,0.28,0.56,0.32,0.56,0.36,0.56,0.4,0.56,0.44,0.56,0.48,0.56,0.52,0.56,0.56,0.56,0.6,0.56,0.64,0.56,0.68,0.56,0.72,0.56,0.76,0.56,0.8,0.56,0.84,0.56,0.88,0.56,0.92,0.56,0.96,0.56,1,0.56,0.04,0.6,0,0.6,0.08,0.6,0.12,0.6,0.16,0.6,0.2,0.6,0.24,0.6,0.28,0.6,0.32,0.6,0.36,0.6,0.4,0.6,0.44,0.6,0.48,0.6,0.52,0.6,0.56,0.6,0.6,0.6,0.64,0.6,0.68,0.6,0.72,0.6,0.76,0.6,0.8,0.6,0.84,0.6,0.88,0.6,0.92,0.6,0.96,0.6,1,0.6,0.04,0.64,0,0.64,0.08,0.64,0.12,0.64,0.16,0.64,0.2,0.64,0.24,0.64,0.28,0.64,0.32,0.64,0.36,0.64,0.4,0.64,0.44,0.64,0.48,0.64,0.52,0.64,0.56,0.64,0.6,0.64,0.64,0.64,0.68,0.64,0.72,0.64,0.76,0.64,0.8,0.64,0.84,0.64,0.88,0.64,0.92,0.64,0.96,0.64,1,0.64,0.04,0.68,0,0.68,0.08,0.68,0.12,0.68,0.16,0.68,0.2,0.68,0.24,0.68,0.28,0.68,0.32,0.68,0.36,0.68,0.4,0.68,0.44,0.68,0.48,0.68,0.52,0.68,0.56,0.68,0.6,0.68,0.64,0.68,0.68,0.68,0.72,0.68,0.76,0.68,0.8,0.68,0.84,0.68,0.88,0.68,0.92,0.68,0.96,0.68,1,0.68,0.04,0.72,0,0.72,0.08,0.72,0.12,0.72,0.16,0.72,0.2,0.72,0.24,0.72,0.28,0.72,0.32,0.72,0.36,0.72,0.4,0.72,0.44,0.72,0.48,0.72,0.52,0.72,0.56,0.72,0.6,0.72,0.64,0.72,0.68,0.72,0.72,0.72,0.76,0.72,0.8,0.72,0.84,0.72,0.88,0.72,0.92,0.72,0.96,0.72,1,0.72,0.04,0.76,0,0.76,0.08,0.76,0.12,0.76,0.16,0.76,0.2,0.76,0.24,0.76,0.28,0.76,0.32,0.76,0.36,0.76,0.4,0.76,0.44,0.76,0.48,0.76,0.52,0.76,0.56,0.76,0.6,0.76,0.64,0.76,0.68,0.76,0.72,0.76,0.76,0.76,0.8,0.76,0.84,0.76,0.88,0.76,0.92,0.76,0.96,0.76,1,0.76,0.04,0.8,0,0.8,0.08,0.8,0.12,0.8,0.16,0.8,0.2,0.8,0.24,0.8,0.28,0.8,0.32,0.8,0.36,0.8,0.4,0.8,0.44,0.8,0.48,0.8,0.52,0.8,0.56,0.8,0.6,0.8,0.64,0.8,0.68,0.8,0.72,0.8,0.76,0.8,0.8,0.8,0.84,0.8,0.88,0.8,0.92,0.8,0.96,0.8,1,0.8,0.04,0.84,0,0.84,0.08,0.84,0.12,0.84,0.16,0.84,0.2,0.84,0.24,0.84,0.28,0.84,0.32,0.84,0.36,0.84,0.4,0.84,0.44,0.84,0.48,0.84,0.52,0.84,0.56,0.84,0.6,0.84,0.64,0.84,0.68,0.84,0.72,0.84,0.76,0.84,0.8,0.84,0.84,0.84,0.88,0.84,0.92,0.84,0.96,0.84,1,0.84,0.04,0.88,0,0.88,0.08,0.88,0.12,0.88,0.16,0.88,0.2,0.88,0.24,0.88,0.28,0.88,0.32,0.88,0.36,0.88,0.4,0.88,0.44,0.88,0.48,0.88,0.52,0.88,0.56,0.88,0.6,0.88,0.64,0.88,0.68,0.88,0.72,0.88,0.76,0.88,0.8,0.88,0.84,0.88,0.88,0.88,0.92,0.88,0.96,0.88,1,0.88,0.04,0.92,0,0.92,0.08,0.92,0.12,0.92,0.16,0.92,0.2,0.92,0.24,0.92,0.28,0.92,0.32,0.92,0.36,0.92,0.4,0.92,0.44,0.92,0.48,0.92,0.52,0.92,0.56,0.92,0.6,0.92,0.64,0.92,0.68,0.92,0.72,0.92,0.76,0.92,0.8,0.92,0.84,0.92,0.88,0.92,0.92,0.92,0.96,0.92,1,0.92,0.04,0.96,0,0.96,0.08,0.96,0.12,0.96,0.16,0.96,0.2,0.96,0.24,0.96,0.28,0.96,0.32,0.96,0.36,0.96,0.4,0.96,0.44,0.96,0.48,0.96,0.52,0.96,0.56,0.96,0.6,0.96,0.64,0.96,0.68,0.96,0.72,0.96,0.76,0.96,0.8,0.96,0.84,0.96,0.88,0.96,0.92,0.96,0.96,0.96,1,0.96,0.04,1,0,1,0.08,1,0.12,1,0.16,1,0.2,1,0.24,1,0.28,1,0.32,1,0.36,1,0.4,1,0.44,1,0.48,1,0.52,1,0.56,1,0.6,1,0.64,1,0.68,1,0.72,1,0.76,1,0.8,1,0.84,1,0.88,1,0.92,1,0.96,1,1,1]], 21 | "normals" : [0,-0.707083,0.707083,0,0,1,-0.707083,0,0.707083,-0.577349,-0.577349,0.577349,0.577349,-0.577349,0.577349,0.707083,0,0.707083,0,0.707083,0.707083,-0.577349,0.577349,0.577349,0.577349,0.577349,0.577349,0.577349,-0.577349,-0.577349,0.707083,0,-0.707083,0.577349,0.577349,-0.577349,0,-0.707083,-0.707083,0,0,-1,-0.577349,-0.577349,-0.577349,-0.707083,0,-0.707083,0,0.707083,-0.707083,-0.577349,0.577349,-0.577349], 22 | 23 | "skinIndices" : [], 24 | "skinWeights" : [], 25 | "morphTargets" : [], 26 | 27 | "bones" : [], 28 | "animations" : [], 29 | 30 | "colors" : [], 31 | "materials" : [ 32 | { 33 | "DbgColor": 15658734, 34 | "DbgIndex": 0, 35 | "DbgName": "default", 36 | "vertexColors": false 37 | } 38 | ] 39 | 40 | 41 | } 42 | -------------------------------------------------------------------------------- /demo/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |