Forum Replies Created
-
AuthorPosts
-
Pasquale94Blocked
Hello @jnbrunet,
Yeah I am able to code in C++, but I don’t know pretty much of SOFA API, because is few months that i use it, and now I am too busy to dedicate time to this.
Anyway, in Sofa there is already a command that create the colour map, so I think that the function have to be similar to ‘computevonMisesStresses’ and ‘StressperNode’ attributes that there are present in the TetraHedronForceField class.So I think that would be nice that for both forcefields, Linear Elastic and Hyperelastic one, there would be accessible datafields for stress and strains, not only for the visualization but also to export them, in a file and moreover in a ROS topic, that would great for example for the control (in dynamics) of soft robots, for grasping and in-hand manipulation research-field.
Thank you anyway for the information.
Pasquale.
Pasquale94BlockedHello, I saw a little bit the codes TetrahedronFEMForceField.h and TetrahedronHyperelasticityFEMForceField.h.
In the first one there is this function:
void computeStrainDisplacement( StrainDisplacement &J, Coord a, Coord b, Coord c, Coord d );
that is defined in the TetraHedronFEMForceField.inl. Anf I don’t understand how (or if it is possible) to visualize the strain from this function.
instead for the TetrahedronHyperelasticityFEMForceField.h, there is the class :
class TetrahedronRestInformation : public fem::StrainInformation<DataTypes> { public: /// shape vector at the rest configuration Coord m_shapeVector[4]; /// fiber direction in rest configuration Coord m_fiberDirection; /// rest volume Real m_restVolume; /// current tetrahedron volume Real m_volScale; Real m_volume; /// volume/ restVolume MatrixSym m_SPKTensorGeneral; /// deformation gradient = gradPhi Matrix3 m_deformationGradient; /// right Cauchy-Green deformation tensor C (gradPhi^T gradPhi) Real m_strainEnergy; /// Output stream inline friend ostream& operator<< ( ostream& os, const TetrahedronRestInformation& /*eri*/ ) { return os; } /// Input stream inline friend istream& operator>> ( istream& in, TetrahedronRestInformation& /*eri*/ ) { return in; } TetrahedronRestInformation() {} };
but I don’t now how to use it. I wrote simply like this :
finger.createObject('TetrahedronHyperelasticityFEMForceField',name = 'FEM', materialName="Ogden", ParameterSet=str(k0_) + " "+str(mu_) +' '+ str(alpha1_), AnisotropyDirections=" ", tetrahedronInfo = 'true')
But the scene in sofa crashes.
Pasquale94BlockedThanks @olivier ,
I checked the two folders, and in particular the file output.log, they both have this form:
========= STDOUT-LOG============ [INFO] [runSofa] PluginRepository paths = /home/pasquale/sofa/build/plugins:/home/pasquale/sofa/build/lib [INFO] [runSofa] DataRepository paths = /home/pasquale/sofa/src/share:/home/pasquale/sofa/src/examples [INFO] [runSofa] GuiDataRepository paths = /home/pasquale/sofa/src/applications/projects/runSofa/resources:/home/pasquale/sofa/src/applications/sofa/gui/qt/resources [INFO] [SofaPython] Added '/home/pasquale/sofa/src/applications/plugins/SoftRobots/python' to sys.path [INFO] [SofaPython] Added '/home/pasquale/sofa/src/applications/plugins/STLIB/python' to sys.path [INFO] [SofaPython] Added '/home/pasquale/sofa/src/applications/plugins/image/python' to sys.path [INFO] [SofaPython] Added '/home/pasquale/sofa/src/applications/plugins/SofaPython/python' to sys.path [INFO] [SofaPython] Added '/home/pasquale/sofa/src/applications/plugins/ModelOrderReduction/python' to sys.path [INFO] [SofaPython] Added '/home/pasquale/sofa/src/applications/plugins/Registration/python' to sys.path [INFO] [SofaPython] Added '/home/pasquale/sofa/src/applications/plugins/SofaTest/python' to sys.path [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaPython.so [INFO] [runSofa] Loading automatically plugin list in /home/pasquale/sofa/build/lib/plugin_list.conf.default [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaExporter.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaSparseSolver.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaPreconditioner.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaHaptics.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaOpenglVisual.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libCImgPlugin.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaEulerianFluid.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaSphFluid.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaMiscCollision.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaDistanceGrid.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libMultiThreading.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libDiffusionSolver.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libimage_gui.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libimage.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libCGALPlugin.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libRegistration.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libExternalBehaviorModel.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libInvertibleFVM.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaCarving.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libGeomagic.so [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSTLIB.so [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSoftRobots.so [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libModelOrderReduction.so [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libSofaCUDA.so [INFO] [PluginManager] Loaded plugin: /home/pasquale/sofa/build/lib/libVolumetricRendering.so [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build Scene Phase :[1] [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build Animate finger/cavity of type SurfacePressureConstraint with parameters : {'rodRadius': 0.7, 'incr': 0.01, 'rangeOfAction': 0.2, 'angle': 0, 'dataToWorkOn': 'value', 'incrPeriod': 4} [WARNING] [PythonEnvironment] No python dir found in /home/pasquale/sofa/build Create new child modelMOR and move node in it Create ModelOrderReductionMapping in node [INFO] [SceneCheckerVisitor] Validating node "root" with checks: [SceneCheckAPIChange, SceneCheckDuplicatedName, SceneCheckMissingRequiredPlugin, SceneCheckUsingAlias] [INFO] [SceneCheckAPIChange] No 'APIVersion' component in scene. Using the default APIVersion level: 19.06 [WARNING] [SceneCheckDuplicatedName] - Found duplicated names ['RequiredPlugin', ] in node '/' Nodes with similar names at the same level in your scene can crash certain operations, please rename them [INFO] [SceneCheckerVisitor] Finished validating node "root". [INFO] [MatrixLoader] [MatrixLoader] Reading file /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/modes.txt ... [WARNING] [WriteState(WriteState)] starting time should be specified to know when to start the periodic exportby default: start time=0 [INFO] [MatrixLoader] [MatrixLoader] Reading file /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/modes.txt ... [INFO] [MatrixLoader] [MatrixLoader] Reading file /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/modes.txt ... [INFO] [BatchGUI] Computing 83 iterations. For Actuator : finger/cavity INCREMENT ++ Updated Value :0.01 [INFO] [BatchGUI] Processing. For Actuator : finger/cavity INCREMENT ++ Updated Value :0.02 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.03 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.04 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.05 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.06 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.07 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.08 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.09 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.1 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.11 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.12 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.13 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.14 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.15 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.16 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.17 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.18 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.19 For Actuator : finger/cavity INCREMENT ++ Updated Value :0.2 For Actuator : finger/cavity Done Updated Value :0.2 [INFO] [BatchGUI] 83 iterations done in 68.5208 s ( 1.21131 FPS). [INFO] [BatchGUI] 83 iterations done in 68.5208 s ( 1.21131 FPS). ========= STDERR-LOG============ CUDA: 1 device(s) found. CUDA: 0 : "Quadro RTX 3000", 4752/5931 MB, 240 cores at 1.215 GHz, revision 7.5, timeout enabled CUDA: Using device 0 : "Quadro RTX 3000" /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/pneumatic_finger_thin.py:1: RuntimeWarning: Parent module 'pneumatic_finger_thin' not found while handling absolute import import Sofa /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/pneumatic_finger_thin.py:2: RuntimeWarning: Parent module 'pneumatic_finger_thin' not found while handling absolute import import math /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/pneumatic_finger_thin.py:3: RuntimeWarning: Parent module 'pneumatic_finger_thin' not found while handling absolute import import os /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/pneumatic_finger_thin.py:5: RuntimeWarning: Parent module 'pneumatic_finger_thin' not found while handling absolute import import SofaPython.Tools
while the file phase2_prepareECSW.py:
# -*- coding: utf-8 -*- import sys import numpy as np # STLIB IMPORT try: from splib.animation import AnimationManager , animate from stlib.scene.wrapper import Wrapper from splib.scenegraph import * except: raise ImportError("ModelOrderReduction plugin depend on SPLIB"\ +"Please install it : https://github.com/SofaDefrost/STLIB") # MOR IMPORT from mor.utility import sceneCreation as u from mor.wrapper import replaceAndSave # Our Phase1 Scene IMPORT import phase1_snapshots # Scene parameters phase = [] phase.append(1) nbrOfModes = 28 periodSaveGIE = 6 paramWrapper = ('/finger', {'paramForcefield': {'periodSaveGIE': 6, 'prepareECSW': True, 'modesPath': '/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/modes.txt', 'nbTrainingSet': 20}, 'paramMORMapping': {'input': '@../MechanicalObject', 'modesPath': '/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/modes.txt'}, 'paramMappedMatrixMapping': {'object1': '@./MechanicalObject', 'object2': '@./MechanicalObject', 'template': 'Vec1d,Vec1d', 'timeInvariantMapping2': True, 'performECSW': False, 'timeInvariantMapping1': True, 'nodeToParse': '@./finger'}}) phaseToSave = [0] path, param = paramWrapper param['nbrOfModes'] = 28 def createScene(rootNode): # Import Original Scene with the animation added # Here we use a wrapper (MORWrapper) that will allow us (with MORreplace) # to modify the initial scene and get informations on its structures # For more details on the process involved additionnal doc are with : # - mor.wrapper.MORWrapper # - mor.script.sceneCreationUtility phase1_snapshots.createScene(Wrapper(rootNode, replaceAndSave.MORreplace, paramWrapper)) # Add MOR plugin if not found u.addPlugin(rootNode,"ModelOrderReduction") # Save connectivity list that will allow us after work only on the necessary elements if phase == phaseToSave: u.saveElements(rootNode,rootNode.dt,replaceAndSave.forcefield) param['paramMappedMatrixMapping']['saveReducedMass'] = True # Modify the scene to perform hyper-reduction according # to the informations collected by the wrapper u.modifyGraphScene(rootNode,nbrOfModes,paramWrapper) # We Update the link for path , item in replaceAndSave.pathToUpdate.iteritems(): data , newValue = item obj = get(rootNode,path) setattr(obj,data,newValue)
Are my problems caused by the Runtime warnings in the output.log? How can I resolve them?
Pasquale94BlockedHello @olivier,
I closed the topic because the originale problem Is solved, but I still Need help in hyper reduction as you can see in the last answer, and I would dedicate a topic in the forum to this other problem. Maybe I wrong parameters, but I don’t understand what Is the problem.
Checking the files generated by the Sofa Launcher,
I see that Active node list (the text file) Is generated but is empty.Can you help me?
Thank you for the answer.
Pasquale.
Pasquale94BlockedI’ll close the topic because the original problems are solved.
Pasquale94BlockedHello,
I resolved the previous issue, but there is still some thing strange that happens.
My soft robot is like the PneuNet finger, so is a finger with one cavity (actuator).So, now all the phase of the Model Order reduction seems to work.
My code modelOrderReduction.py is (Idon’t know if it is correct, please check the parameters :# -*- coding: utf-8 -*- ''' README to use this python script you need : - bla - & blabla ''' ####################################################################### #################### IMPORT ########################### import os import sys path = os.path.dirname(os.path.abspath(__file__)) sys.path.append(path+'/MOR/python') # TO CHANGE # MOR IMPORT from mor.gui import utility from mor.reduction import ReduceModel from mor.reduction.container import ObjToAnimate ####################################################################### #################### PARAMETERS ########################### # Select Output Dir and original scene name & path from PyQt4 import QtCore, QtGui app = QtGui.QApplication(sys.argv) originalScene = utility.openFileName('Select the SOFA scene you want to reduce') #meshDir = utility.openDirName('Select the directory containing the mesh of your scene') outputDir = utility.openDirName('Select the directory tha will contain all the results') ### PNEUMATIC FINGER PARAM nodeToReduce ='/finger' Cavity = ObjToAnimate("finger/cavity", incr=0.01,incrPeriod=4,rangeOfAction=0.2, dataToWorkOn = 'pressure') listObjToAnimate_FINGER = [Cavity] addRigidBodyModes = [0,0,0] ### DIAMOND ROBOT PARAM # nodeToReduce = '/modelNode' # nord = ObjToAnimate("modelNode/nord", incr=5,incrPeriod=10,rangeOfAction=40) # sud = ObjToAnimate("modelNode/sud", incr=5,incrPeriod=10,rangeOfAction=40) # est = ObjToAnimate("modelNode/est", incr=5,incrPeriod=10,rangeOfAction=40) # ouest = ObjToAnimate("modelNode/ouest", incr=5,incrPeriod=10,rangeOfAction=40) # listObjToAnimate = [nord,ouest,sud,est] # addRigidBodyModes = [0,0,0] ### STARFISH ROBOT PARAM # nodeToReduce ='/model' # centerCavity = ObjToAnimate("model/centerCavity", incr=350,incrPeriod=2,rangeOfAction=3500) # rearLeftCavity = ObjToAnimate("model/rearLeftCavity", incr=200,incrPeriod=2,rangeOfAction=2000) # rearRightCavity = ObjToAnimate("model/rearRightCavity", incr=200,incrPeriod=2,rangeOfAction=2000) # frontLeftCavity = ObjToAnimate("model/frontLeftCavity", incr=200,incrPeriod=2,rangeOfAction=2000) # frontRightCavity = ObjToAnimate("model/frontRightCavity", incr=200,incrPeriod=2,rangeOfAction=2000) # listObjToAnimate = [centerCavity,rearLeftCavity,rearRightCavity,frontLeftCavity,frontRightCavity] # addRigidBodyModes = [1,1,1] ### SOFIA # nodeToReduce ='/SofiaLeg' # actuator = ObjToAnimate("SofiaLeg_actuator/actuatorState","shakingSofia",incr=0.05,incrPeriod=3,rangeOfAction=6.4,dataToWorkOn="position",angle=0,rodRadius=0.7) # listObjToAnimate = [actuator] # addRigidBodyModes = [0,0,0] ### LIVER #nodeToReduce ='/liver' #actuator = ObjToAnimate("actuator/actuatorState","shakingSofia",incr=0.4,incrPeriod=3,rangeOfAction=6.2,dataToWorkOn="position",angle=0,rodRadius=0.7) #listObjToAnimate = [actuator] #addRigidBodyModes = [0,0,0] ### HEXABEAM #nodeToReduce ='/M1' #actuator = ObjToAnimate("M1/cableNodeTip", incr=1,incrPeriod=5,rangeOfAction=5) #actuator2 = ObjToAnimate("M1/cableNodeSide", incr=1,incrPeriod=5,rangeOfAction=5) #listObjToAnimate = [actuator, actuator2] #addRigidBodyModes = [0,0,0] ### SNAKE #nodeToReduce ='/Snake' #actuator = ObjToAnimate("actuatorDummy/actuatorState","shakingSofia",incr=0.4,incrPeriod=3,rangeOfAction=6.2,dataToWorkOn="position",angle=0,rodRadius=0.7) #listObjToAnimate = [actuator] #addRigidBodyModes = [0,0,0] # Tolerance tolModes = 0.05 tolGIE = 0.05 # Optional verbose = True nbrCPU = 1 packageName = 'test' addToLib = False ####################################################################### #################### INITIALIZATION ########################## reduceMyModel = ReduceModel( originalScene, nodeToReduce, listObjToAnimate_FINGER, tolModes,tolGIE, outputDir, packageName = packageName, addToLib = addToLib, verbose = verbose, addRigidBodyModes = addRigidBodyModes) ####################################################################### #################### EXECUTION ########################### ### TO PERFORM THE REDUCTION ALL AT ONCE: #reduceMyModel.performReduction() ### TO PERFORM THE REDUCTION STEP BY STEP: #################### SOFA LAUNCHER ########################## # # # PHASE 1 : Snapshot Database Computation # # # # We modify the original scene to do the first step of MOR : # # we add animation to each actuators we want for our model # # add a writeState componant to save the shaking resulting states # # # ###################################################################### reduceMyModel.phase1() #################### PYTHON SCRIPT ########################## # # # PHASE 2 : Computation of the reduced basis with SVD decomposition # # # # With the previous result we combine all the generated # # state files into one to be able to extract from it # # the different mode # # # ###################################################################### reduceMyModel.phase2() #################### SOFA LAUNCHER ########################## # # # PHASE 3 : Reduced Snapshot Computation # # to store projected FEM internal forces contributions # # # # We launch again a set of sofa scene with the sofa launcher # # with the same previous arguments but with a different scene # # This scene take the previous one and add the model order # # reduction component: # # - HyperReducedFEMForceField # # - MappedMatrixForceFieldAndMass # # - ModelOrderReductionMapping # # and produce an Hyper Reduced description of the model # # # ###################################################################### reduceMyModel.phase3() #################### PYTHON SCRIPT ########################## # # # PHASE 4 : Computation of the reduced integration domain # # in terms of elements and nodes # # # # Final step : we gather again all the results of the # # previous scenes into one and then compute the RID and Weigts # # with it. Additionnally we also compute the Active Nodes # # # ###################################################################### reduceMyModel.phase4()
and the result from terminal seems ok:
periodSaveGIE : 6 | nbTrainingSet : 20 | nbIterations : 83 ################################################## [139654146467584] processing threaded sofa task in: /tmp/sofa-launcher-iUq8cw/phase1_snapshots.py [139654526002944] processing threaded sofa task in: /tmp/sofa-launcher-wZjECW/phase1_snapshots.py Results: directory: /tmp/sofa-launcher-iUq8cw scene: /tmp/sofa-launcher-iUq8cw/phase1_snapshots.py duration: 92.8446230888 sec Results: directory: /tmp/sofa-launcher-wZjECW scene: /tmp/sofa-launcher-wZjECW/phase1_snapshots.py duration: 91.0173130035 sec PHASE 1 --- 92.9206781387 seconds --- ################################################### Executing readStateFilesAndComputeModes.py Arguments : INPUT : in stateFilePath : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/stateFile.state with arguments : -tolerance : 0.05 OUTPUT : -modesFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/modes.txt ################################################### Reading file '/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/stateFile.state': Read 105 line and found 42 snapshot with 45357 of DOF Done reading file '/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/stateFile.state': Determining number of Modes with a Tolerance of 0.05 ===> Success readStateFilesAndComputeModes.py 2 possible modes with a tolerance of 0.05 PHASE 2 --- 0.55289888382 seconds --- [139654015743744] processing threaded sofa task in: /tmp/sofa-launcher-HFAQKe/phase2_prepareECSW.py [139654007351040] processing threaded sofa task in: /tmp/sofa-launcher-G_UJKN/phase2_prepareECSW.py Results: directory: /tmp/sofa-launcher-HFAQKe scene: /tmp/sofa-launcher-HFAQKe/phase2_prepareECSW.py duration: 58.3069889545 sec Results: directory: /tmp/sofa-launcher-G_UJKN scene: /tmp/sofa-launcher-G_UJKN/phase2_prepareECSW.py duration: 58.3199110031 sec PHASE 3 --- 58.3887190819 seconds --- ################################################### Executing readGieFileAndComputeRIDandWeights.py Arguments : INPUT : -gieFilename : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_1_Gie.txt with arguments : -tolerance : 0.05 OUTPUT : -RIDFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_1_RID.txt -weightsFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_1_weight.txt ################################################### Reading file : '/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_1_Gie.txt' nbLines 0 lenght 289 ("Done reading file '/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_1_Gie.txt':", '\n') INFO pre-process size cleaned GIE : (0, 289) size bECSW : (0, 1) Final Error: 0.0 Target Error: 0.0 ===> Success readGieFileAndComputeRIDandWeights.py ################################################### Executing convertRIDinActiveNodes.py Arguments : INPUT : -RIDFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_1_RID.txt -connectivityFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_1_points_elmts.txt OUTPUT : -listActiveNodesFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_1_listActiveNodes.txt ################################################### Reading file : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_1_RID.txt Done reading file : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_1_RID.txt Reading file : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_1_points_elmts.txt Done reading file : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_1_points_elmts.txt Generating listActiveNodes Filling file : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_1_listActiveNodes.txt listActiveNodes : [] ===> Success convertRIDinActiveNodes.py ################################################### Executing readGieFileAndComputeRIDandWeights.py Arguments : INPUT : -gieFilename : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_0_Gie.txt with arguments : -tolerance : 0.05 OUTPUT : -RIDFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_0_RID.txt -weightsFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_0_weight.txt ################################################### Reading file : '/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_0_Gie.txt' nbLines 0 lenght 44421 ("Done reading file '/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_0_Gie.txt':", '\n') INFO pre-process size cleaned GIE : (0, 44421) size bECSW : (0, 1) Final Error: 0.0 Target Error: 0.0 ===> Success readGieFileAndComputeRIDandWeights.py ################################################### Executing convertRIDinActiveNodes.py Arguments : INPUT : -RIDFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_0_RID.txt -connectivityFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_0_tetrahedra_elmts.txt OUTPUT : -listActiveNodesFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_0_listActiveNodes.txt ################################################### Reading file : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_0_RID.txt Done reading file : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_0_RID.txt Reading file : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_0_tetrahedra_elmts.txt Done reading file : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/debug/reducedFF_finger_0_tetrahedra_elmts.txt Generating listActiveNodes Filling file : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/MOR/data/reducedFF_finger_0_listActiveNodes.txt listActiveNodes : [] ===> Success convertRIDinActiveNodes.py [139653863986944] processing threaded sofa task in: /tmp/sofa-launcher-7_CHD0/phase3_performECSW.py
But when I animate the scene reduced_test.py , the finger explode due to gravity, (in the original one doesn’t happen). Can everyone help me? maybe there is something wrong in the choose of the parameters that I don’t see. I will post also the original scene and the reduced_test.py
Original Scene :
import Sofa import math import os import SofaPython.Tools def createScene(rootNode): rootNode.createObject('RequiredPlugin', name='SofaOpenglVisual') rootNode.createObject('RequiredPlugin', name='CImgPlugin') rootNode.createObject('RequiredPlugin', name='SofaMiscCollision') rootNode.createObject('RequiredPlugin', name='SofaPython') rootNode.createObject('RequiredPlugin', name='SoftRobots') rootNode.createObject('RequiredPlugin', name='SofaSparseSolver') rootNode.createObject('RequiredPlugin', name='CGALPlugin') rootNode.createObject('RequiredPlugin', name='SofaExporter') rootNode.createObject('RequiredPlugin', name='ModelOrderReduction' ) rootNode.createObject('RequiredPlugin', pluginName='Registration') rootNode.createObject('VisualStyle', displayFlags='showVisualModels showBehaviorModels hideCollisionModels hideBoundingCollisionModels hideForceFields hideInteractionForceFields hideWireframe') rootNode.findData('gravity').value ='0 0 -9810'; rootNode.findData('dt').value = '0.01' rootNode.createObject('DefaultAnimationLoop') rootNode.createObject('GenericConstraintSolver', tolerance="1e-12", maxIterations="10000") rootNode.createObject('FreeMotionAnimationLoop') rootNode.createObject('DefaultPipeline', verbose="0") rootNode.createObject('BruteForceDetection', name="N2") rootNode.createObject('DefaultContactManager', response="FrictionContact", responseParams="mu=0.7") rootNode.createObject('LocalMinDistance', name="Proximity", alarmDistance="5", contactDistance="1", angleCone="0.01") rootNode.createObject('BackgroundSetting', color='0 0.168627 0.211765') rootNode.createObject('OglSceneFrame', style="Arrows", alignment="TopRight") rootNode.createObject('PythonScriptController', filename="/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/fingerController.py", classname="controller") finger = rootNode.createChild("finger") finger.createObject('MeshVTKLoader',name ='mesh', rotation=[180.0,0.0,0.0], filename ='/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/multimaterial_finger.vtu') finger.createObject('EulerImplicitSolver', name ='odesolver', rayleighStiffness ='0.1', rayleighMass='0.1') finger.createObject('SparseLDLSolver', name='preconditioner') finger.createObject('MechanicalObject', name ='tetras', template ='Vec3d', position = '@mesh.position',showIndices='false', showIndicesScale='4e-5', rx='0', dz='0',tags ='NoPicking') finger.createObject('TetrahedronSetTopologyContainer', src ='@mesh' , name="topo" ) finger.createObject('TetrahedronSetTopologyModifier', name = "Modifier") finger.createObject('TetrahedronSetGeometryAlgorithms', name ='TetrageomAlgo', template= 'Vec3d') finger.createObject('TetrahedronSetTopologyAlgorithms', name ='TetratopoAlgo', template= 'Vec3d') finger.createObject('MeshMatrixMass', massDensity= '1040e-9') finger.createObject('TetrahedronFEMForceField', template='Vec3d', name='FEM',poissonRatio='0.44', method='large', youngModulus='8210', localStiffnessFactor = '1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 1 1 0.088 0.088 1 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 1 1 1 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 1 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 1 1 1 1 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 1 1 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 0.088 1 0.088 1 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 1 1 1 0.088 1 0.088 0.088 1 0.088 1 0.088 1 1 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 1 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 1 0.088 1 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 1 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 0.088 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 1 1 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 1 1 0.088 1 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 1 0.088 1 1 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 1 1 1 1 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 1 1 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 1 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 1 1 1 1 1 1 0.088 1 0.088 1 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 1 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 1 1 0.088 0.088 0.088 1 1 1 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 1 0.088 1 1 1 1 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 1 1 1 ' ) finger.createObject('BoxROI', name='boxROI', box='-18 -18 6.5 8 18 9', drawBoxes='true',doUpdate='0') finger.createObject('RestShapeSpringsForceField', points='@boxROI.indices', stiffness='1e10',angularStiffness='1e10') finger.createObject('LinearSolverConstraintCorrection', solverName='preconditioner') cavity = finger.createChild('cavity') cavity.createObject('MeshObjLoader',rotation =[180.0,0.0,0.0], filename = '/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/BSPA_Red_inner.obj', name ='gridcav') cavity.createObject('TriangleSetTopologyContainer', src='@gridcav', name='cavityMesh') cavity.createObject('MechanicalObject', template= 'Vec3d' , name='cavity') cavity.createObject('TriangleSetTopologyModifier', name = 'Trianglemodifier') cavity.createObject('TriangleSetGeometryAlgorithms', name ='TrianglegeomAlgo', template= 'Vec3d') cavity.createObject('TriangleSetTopologyAlgorithms', name ='TriangletopoAlgo', template= 'Vec3d') cavity.createObject('SurfacePressureConstraint', name="SurfacePressureConstraint",listening = 'true' , template='Vec3d', value="0", triangles='@cavityMesh.triangles',drawPressure='0', drawScale='0.0002',valueType="pressure") cavity.createObject('BarycentricMapping', mapForces= 'false', mapMasses='false') collisionfinger = finger.createChild('collisionfinger') collisionfinger.createObject('MeshObjLoader',rotation =[180.0,0.0,0.0], name='loadercollis', filename='/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/BSPA_Red_inner.obj') collisionfinger.createObject('MeshTopology', src='@loadercollis', name='topocollis') collisionfinger.createObject('MechanicalObject', name='collisMech') collisionfinger.createObject('TriangleCollisionModel', selfCollision="false") collisionfinger.createObject('LineCollisionModel',selfCollision="false") collisionfinger.createObject('PointCollisionModel', selfCollision="false") collisionfinger.createObject('BarycentricMapping') modelvisu = finger.createChild('modelvisu') modelvisu.createObject('MeshObjLoader',rotation =[180.0,0.0,0.0], filename="/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/MOR-finger/BSPA_Red_Outer.obj", name = "visuloader") modelvisu.createObject('OglModel', src= '@visuloader', template='Vec3d', color='red') modelvisu.createObject('BarycentricMapping') return rootNode
the reduced_test.py is:
# -*- coding: utf-8 -*- import os import Sofa from numpy import add,subtract,multiply try: from splib.numerics import * except: raise ImportError("ModelOrderReduction plugin depend on SPLIB"\ +"Please install it : https://github.com/SofaDefrost/STLIB") path = os.path.dirname(os.path.abspath(__file__)) def TRSinOrigin(positions,modelPosition,translation,rotation,scale=[1.0,1.0,1.0]): posOrigin = subtract(positions , modelPosition) if any(isinstance(el, list) for el in positions): posOriginTRS = transformPositions(posOrigin,translation,eulerRotation=rotation,scale=scale) else: posOriginTRS = transformPosition(posOrigin,TRS_to_matrix(translation,eulerRotation=rotation,scale=scale)) return add(posOriginTRS,modelPosition).tolist() def newBox(positions,modelPosition,translation,rotation,offset,scale=[1.0,1.0,1.0]): pos = TRSinOrigin(positions,modelPosition,translation,rotation,scale) offset =transformPositions([offset],eulerRotation=rotation,scale=scale)[0] return add(pos,offset).tolist() def Reduced_test( attachedTo=None, name="Reduced_test", rotation=[0.0, 0.0, 0.0], translation=[0.0, 0.0, 0.0], scale=[1.0, 1.0, 1.0], surfaceMeshFileName=False, surfaceColor=[1.0, 1.0, 1.0], nbrOfModes=2, hyperReduction=True): """ Object with an elastic deformation law. +---------------------+-----------+-------------------------------------------------------------------------------------------------+ | argument | type | definition | +=====================+===========+=================================================================================================+ | attachedTo | Sofa.Node | Where the node is created; | +---------------------+-----------+-------------------------------------------------------------------------------------------------+ | name | str | name of the Sofa.Node it will | +---------------------+-----------+-------------------------------------------------------------------------------------------------+ | rotation | vec3f | Apply a 3D rotation to the object in Euler angles. | +---------------------+-----------+-------------------------------------------------------------------------------------------------+ | translation | vec3f | Apply a 3D translation to the object. | +---------------------+-----------+-------------------------------------------------------------------------------------------------+ | scale | vec3f | Apply a 3D scale to the object. | +---------------------+-----------+-------------------------------------------------------------------------------------------------+ | surfaceMeshFileName | str | Filepath to a surface mesh (STL, OBJ). If missing there is no visual properties to this object. | +---------------------+-----------+-------------------------------------------------------------------------------------------------+ | surfaceColor | vec3f | The default color used for the rendering of the object. | +---------------------+-----------+-------------------------------------------------------------------------------------------------+ | nbrOfModes | int | Number of modes we want our reduced model to work with | +---------------------+-----------+-------------------------------------------------------------------------------------------------+ | hyperReduction | Bool | Controlled if we have the simple reduction or the hyper-reduction | +---------------------+-----------+-------------------------------------------------------------------------------------------------+ """ modelRoot = attachedTo.createChild(name) finger_MOR = modelRoot.createChild('finger_MOR') finger_MOR.createObject('EulerImplicitSolver' , rayleighStiffness = '0.1', name = 'odesolver', rayleighMass = '0.1') finger_MOR.createObject('SparseLDLSolver' , name = 'preconditioner') finger_MOR.createObject('MechanicalObject' , position = [0]*nbrOfModes, template = 'Vec1d') finger_MOR.createObject('LinearSolverConstraintCorrection' , solverName = 'preconditioner') finger_MOR.createObject('MechanicalMatrixMapperMOR' , object1 = '@./MechanicalObject', object2 = '@./MechanicalObject', listActiveNodesPath = path + r'/data/listActiveNodes.txt', template = 'Vec1d,Vec1d', usePrecomputedMass = True, timeInvariantMapping2 = True, performECSW = hyperReduction, timeInvariantMapping1 = True, precomputedMassPath = path + r'/data/MeshMatrixMass_reduced.txt', nodeToParse = '@./finger') finger = finger_MOR.createChild('finger') finger.createObject('MeshVTKLoader' , scale3d = multiply(scale,[1.0, 1.0, 1.0]), rotation = add(rotation,[180.0, 0.0, 0.0]), translation = add(translation,[0.0, 0.0, 0.0]), name = 'mesh', filename = path + r'/mesh/multimaterial_finger.vtu') finger.createObject('MechanicalObject' , name = 'tetras', tags = 'NoPicking', showIndicesScale = '4e-5', rx = '0', dz = '0', template = 'Vec3d', showIndices = 'false', position = '@mesh.position') finger.createObject('TetrahedronSetTopologyContainer' , src = '@mesh', name = 'topo') finger.createObject('TetrahedronSetTopologyModifier' , name = 'Modifier') finger.createObject('TetrahedronSetGeometryAlgorithms' , name = 'TetrageomAlgo', template = 'Vec3d') finger.createObject('TetrahedronSetTopologyAlgorithms' , name = 'TetratopoAlgo', template = 'Vec3d') finger.createObject('UniformMass' , totalMass = 0.035) finger.createObject('HyperReducedTetrahedronFEMForceField' , RIDPath = path + r'/data/reducedFF_finger_0_RID.txt', localStiffnessFactor = '1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 1 1 0.088 0.088 1 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 1 1 1 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 1 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 1 1 1 1 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 1 1 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 0.088 1 0.088 1 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 1 1 1 0.088 1 0.088 0.088 1 0.088 1 0.088 1 1 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 1 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 1 0.088 1 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 1 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 0.088 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 1 1 0.088 1 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 1 1 0.088 1 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 1 0.088 1 1 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 1 1 1 1 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 1 1 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 1 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 1 1 1 1 1 1 0.088 1 0.088 1 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 1 1 1 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 1 1 0.088 0.088 0.088 1 1 1 0.088 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 1 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 1 1 1 1 1 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 1 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 0.088 1 0.088 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 1 0.088 1 1 1 1 1 1 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 0.088 1 1 1 1 1 0.088 0.088 1 1 1 ', weightsPath = path + r'/data/reducedFF_finger_0_weight.txt', youngModulus = '8210', modesPath = path + r'/data/modes.txt', template = 'Vec3d', performECSW = hyperReduction, nbModes = nbrOfModes, method = 'large', poissonRatio = '0.44', name = 'reducedFF_finger_0') finger.createObject('BoxROI' , name= 'boxROI' , orientedBox= newBox([[-18.0, 18.0, 6.5], [-18.0, -18.0, 6.5], [8.0, -18.0, 6.5]] , [0.0, 0.0, 0.0],translation,rotation,[0, 0, 1.25],scale) + multiply(scale[2],[2.5]).tolist(),drawBoxes=True) finger.createObject('HyperReducedRestShapeSpringsForceField' , RIDPath = path + r'/data/reducedFF_finger_1_RID.txt', name = 'reducedFF_finger_1', weightsPath = path + r'/data/reducedFF_finger_1_weight.txt', points = '@boxROI.indices', modesPath = path + r'/data/modes.txt', stiffness = '1e10', performECSW = hyperReduction, angularStiffness = '1e10', nbModes = nbrOfModes) finger.createObject('ModelOrderReductionMapping' , input = '@../MechanicalObject', modesPath = path + r'/data/modes.txt', output = '@./tetras') cavity = finger.createChild('cavity') cavity.createObject('MeshObjLoader' , scale3d = multiply(scale,[1.0, 1.0, 1.0]), rotation = add(rotation,[180.0, 0.0, 0.0]), translation = add(translation,[0.0, 0.0, 0.0]), name = 'gridcav', filename = path + r'/mesh/BSPA_Red_inner.obj') cavity.createObject('TriangleSetTopologyContainer' , src = '@gridcav', name = 'cavityMesh') cavity.createObject('MechanicalObject' , name = 'cavity', template = 'Vec3d') cavity.createObject('TriangleSetTopologyModifier' , name = 'Trianglemodifier') cavity.createObject('TriangleSetGeometryAlgorithms' , name = 'TrianglegeomAlgo', template = 'Vec3d') cavity.createObject('TriangleSetTopologyAlgorithms' , name = 'TriangletopoAlgo', template = 'Vec3d') cavity.createObject('SurfacePressureConstraint' , drawScale = '0.0002', name = 'SurfacePressureConstraint', valueType = 'pressure', value = '0', drawPressure = '0', listening = 'true', triangles = '@cavityMesh.triangles', template = 'Vec3d') cavity.createObject('BarycentricMapping' , mapMasses = 'false', mapForces = 'false') collisionfinger = finger.createChild('collisionfinger') collisionfinger.createObject('MeshObjLoader' , scale3d = multiply(scale,[1.0, 1.0, 1.0]), rotation = add(rotation,[180.0, 0.0, 0.0]), translation = add(translation,[0.0, 0.0, 0.0]), name = 'loadercollis', filename = path + r'/mesh/BSPA_Red_inner.obj') collisionfinger.createObject('MeshTopology' , src = '@loadercollis', name = 'topocollis') collisionfinger.createObject('MechanicalObject' , name = 'collisMech') collisionfinger.createObject('TriangleCollisionModel' , selfCollision = 'false') collisionfinger.createObject('LineCollisionModel' , selfCollision = 'false') collisionfinger.createObject('PointCollisionModel' , selfCollision = 'false') collisionfinger.createObject('BarycentricMapping') modelvisu = finger.createChild('modelvisu') modelvisu.createObject('MeshObjLoader' , scale3d = multiply(scale,[1.0, 1.0, 1.0]), rotation = add(rotation,[180.0, 0.0, 0.0]), translation = add(translation,[0.0, 0.0, 0.0]), name = 'visuloader', filename = path + r'/mesh/BSPA_Red_Outer.obj') modelvisu.createObject('OglModel' , color = 'red', src = '@visuloader', template = 'Vec3d') modelvisu.createObject('BarycentricMapping') return finger # STLIB IMPORT from stlib.scene import MainHeader def createScene(rootNode): surfaceMeshFileName = False MainHeader(rootNode,plugins=["SofaPython","SoftRobots","ModelOrderReduction","SofaSparseSolver","SofaSparseSolver","SofaMiscCollision"], dt=0.01, gravity=[0.0, 0.0,9.8100]) rootNode.VisualStyle.displayFlags="showForceFields" Reduced_test(rootNode, name="Reduced_test", surfaceMeshFileName=surfaceMeshFileName) # translate = 300 # rotationBlue = 60.0 # rotationWhite = 80 # rotationRed = 70 # for i in range(3): # Reduced_test(rootNode, # name="Reduced_test_blue_"+str(i), # rotation=[rotationBlue*i, 0.0, 0.0], # translation=[i*translate, 0.0, 0.0], # surfaceColor=[0.0, 0.0, 1, 0.5], # surfaceMeshFileName=surfaceMeshFileName) # for i in range(3): # Reduced_test(rootNode, # name="Reduced_test_white_"+str(i), # rotation=[0.0, rotationWhite*i, 0.0], # translation=[i*translate, translate, -translate], # surfaceColor=[0.5, 0.5, 0.5, 0.5], # surfaceMeshFileName=surfaceMeshFileName) # for i in range(3): # Reduced_test(rootNode, # name="Reduced_test_red_"+str(i), # rotation=[0.0, 0.0, i*rotationRed], # translation=[i*translate, 2*translate, -2*translate], # surfaceColor=[1, 0.0, 0.0, 0.5], # surfaceMeshFileName=surfaceMeshFileName)
Please I need help.
Best Regard,Pasquale.
Pasquale94BlockedHello @younesssss
Thank you! Now the command of phase 1 apparently work. But it will produce in the destination folder an empty file called stateFile.state , and then I don’t find the file modes.txt in the location where it says.
So activating the command :
reduceMyModel.phase2()
in the terminal appears this error ( that is related to the reading of the file stateFile.state) :
periodSaveGIE : 6 | nbTrainingSet : 10 | nbIterations : 21 ################################################## [139981478438656] processing threaded sofa task in: /tmp/sofa-launcher-cFOFTS/phase1_snapshots.py [139981858232064] processing threaded sofa task in: /tmp/sofa-launcher-MSmwHh/phase1_snapshots.py Results: directory: /tmp/sofa-launcher-cFOFTS scene: /tmp/sofa-launcher-cFOFTS/phase1_snapshots.py duration: 0.95561003685 sec Results: directory: /tmp/sofa-launcher-MSmwHh scene: /tmp/sofa-launcher-MSmwHh/phase1_snapshots.py duration: 0.965049982071 sec PHASE 1 --- 0.981667995453 seconds --- ################################################### Executing readStateFilesAndComputeModes.py Arguments : INPUT : in stateFilePath : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/high_resolution/MORdesign/debug/stateFile.state with arguments : -tolerance : 0.001 OUTPUT : -modesFileName : /home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/high_resolution/MORdesign/data/modes.txt ################################################### Reading file '/home/pasquale/Script_SOFA/pneumatic_fingers/multimaterial_material_finger/high_resolution/MORdesign/debug/stateFile.state': XO NOT FOUND Traceback (most recent call last): File "modelOrderReduction.py", line 135, in <module> reduceMyModel.phase2() File "/home/pasquale/sofa/src/applications/plugins/ModelOrderReduction/tools/../python/mor/reduction/reduceModel.py", line 294, in phase2 raise ValueError("problem of execution of readStateFilesAndComputeModes") ValueError: problem of execution of readStateFilesAndComputeModes
what is wrong?
Pasquale94BlockedHi dear @secretdevil,
Thank you for the advice! Now I am following all the examples on topological changes, and I have just a question about the method you proposed.
So if I understand I can define some planes of cut in my code and divide the tetras that are crosses this plane, so as result I have two tetras with a shared triangle in the middle. These planes of cutting are defined as collision models in SOFA?Kind regards,
Pasquale .P.S I also read the documentation, about Topology Algorithms, and there is also this function subDivideTetrahedronWithPlane() and subDivideRestTetrahedronWithPlane(), I find them in the code TetraHedronSetAlgorithms.h, but How to activate them?
Pasquale94BlockedHello @epernod,
Thank you! It works now!
Now I have just one question, I am searching some algorithms for virtual cutting on 3D meshes, which refines and divide the tetras at each cut . I saw in the marketplace that there is a plugin, in private licence, which allow the communication between Sofa and Unity3D. There are some algorithms of virtual cutting of #D meshes in this plugin?
Best,
Pasquale.
Pasquale94BlockedThank you @epernod for the clarification on mouse events. I have just select them in Mouse manager or I have to activate them I have to insert some codes in the scene?
Regarding the Topology Modifiers, yesterday I read this topic , I was curious about the last answer, Which talk about the project of MIMESIS group of INRIA, about the virtual cutting simulation, based on remeshing of tetras, which is exactly what i would to do. Is this plugin in open source or it have private license?
Kind regards.
Pasquale.
P.S. I don’t know if was a my problem, or an internal bug, but I answered earlier, but I don’t see my previous replies. Sorry, if you find more replies with the same contents.
Pasquale94BlockedHi @epernod,
I am a PhD student that just started in January, I will describe you my program better and my final aim, to be clear.
I am involved in a European project in which we develop Self Healing Soft robots. Basically we create soft grippers and hands made up by particular materials that have self healing properties. So, they can recover, their initial shape and mechanical properties, after they undergoes to some damages (like cutting and penetrations).
FINAL AIM: With help of SOFA, we want to do a “damage tracking” while the robots execute its task. In substance while the robot it’s in operation we want to know if some damages occurs and where is this damage. I and my advisor, had also an Online meeting with @Hugo that kindly explain to us all the possibility with SOFA. So we want to track the damage with the Inverse (kinematic) Soft Robots plugin made by DEFROST team ( so the event that make the damage can be for example the overcome of yield stress of the material) and simulate the damage removing tetrahedrons on the interested part ( that’s why I am viewing topological modifiers).
In the end an healing procedure it is obtained, that will restore the initial shape of the robot recovering the wound (adding tetrahedron, respecting the chemical kinematic of the material).So, as you can note, we are interested also into some private license plugins, like the above mentioned Inverse Soft robot plugin and maybe to work with Unity3D for the topological change.
Anyway, for now we are at early stages of the project and due to the Corona situation, I am in smart working, and the only thing that I can do is to damage the robot model in simulation. Referring to your video, that is very cool, I would like to do something like that for now, but the only “haptic device” that I have at home is my mouse XD .
So I would like to know how to do something like that, using the mouse as “carving tool”, i want to specify that I want to damage a volume and not a surface.Sorry for the long story, but I will work a lot with SOFA.
Best,
PasqualePasquale94BlockedHello @NickHockings and @Hugo.
The projects are at an early stage for now, but in the next months we have other results, and our group is growing, so of course we will send you our highlights and material.
Thank you for the interest!
Best,
Pasquale Ferrentino.Pasquale94BlockedThank you for all the support, noe I understand and all my doubts are clear, I alo created my partitioned mesh and everything works. Thank you very much!
Best,
Pasquale.Pasquale94BlockedThank you for the support! It works now… But I still have a question.
I want to make a mesh partition of a soft robotic finger, because it is made by two different material. So, my question is, How to do that, how I can differentiate the domains that I want in the mesh? And then, I have to do this with the surface mesh or the volumetric one?I am sorry fo all this question, but I am very new in this field.
Happy Sunday!Pasquale.
Pasquale94BlockedHello @NickHockings
I called the command
Mesh_pipeline_exact_src/pipeline2 -i input_files_dir/input_files_demo/ -o output_files_dir/output_files_demo
from the folder SOFA_mesh_partitioning_tools-master/mesh_pipeline, this is the output of the terminal:Mesh_pipeline_exact_src/pipeline2 -i input_files_dir/input_files_demo/ -o output_files_dir/output_files_demo Input directory was set to input_files_dir/input_files_demo/. Output directory was set to output_files_dir/output_files_demo. prog_opts() done "input_files_dir/input_files_demo/" is a directory containing: it->filename() : movable_sphere2_25_0_0_skin.off it->filename() : sphere_0_0_s_kin.off it->filename() : sphere_0_10_skin.off it->filename() : sphere_0_30_skin.off it->filename() : sphere_10_0_bone.off it->filename() : sphere_10_10_bone.off it->filename() : sphere_10_30_bone.off it->filename() : sphere_20_30_tendon.off it->filename() : sphere_30_30_ligament.off it->filename() : tissues.yaml Reading a yaml file Adding : skin 10 tissues.size() : 1 Adding : bone 1000 tissues.size() : 2 Adding : tendon 100 tissues.size() : 3 Adding : ligament 100 tissues.size() : 4 Adding : muscle 10 tissues.size() : 5 Adding : loose_ct 1 tissues.size() : 6 "input_files_dir/input_files_demo/" : Reading meshes "input_files_dir/input_files_demo/movable_sphere2_25_0_0_skin.off" s = movable_sphere2_25_0_0_skin.off e = .*skin.* pushing back skin->mesh_vec.size() = 1 s = movable_sphere2_25_0_0_skin.off e = .*bone.* s = movable_sphere2_25_0_0_skin.off e = .*tendon.* s = movable_sphere2_25_0_0_skin.off e = .*ligament.* s = movable_sphere2_25_0_0_skin.off e = .*muscle.* s = movable_sphere2_25_0_0_skin.off e = .*loose_ct.* "input_files_dir/input_files_demo/sphere_0_0_s_kin.off" s = sphere_0_0_s_kin.off e = .*skin.* s = sphere_0_0_s_kin.off e = .*bone.* s = sphere_0_0_s_kin.off e = .*tendon.* s = sphere_0_0_s_kin.off e = .*ligament.* s = sphere_0_0_s_kin.off e = .*muscle.* s = sphere_0_0_s_kin.off e = .*loose_ct.* "input_files_dir/input_files_demo/sphere_0_10_skin.off" s = sphere_0_10_skin.off e = .*skin.* pushing back skin->mesh_vec.size() = 2 s = sphere_0_10_skin.off e = .*bone.* s = sphere_0_10_skin.off e = .*tendon.* s = sphere_0_10_skin.off e = .*ligament.* s = sphere_0_10_skin.off e = .*muscle.* s = sphere_0_10_skin.off e = .*loose_ct.* "input_files_dir/input_files_demo/sphere_0_30_skin.off" s = sphere_0_30_skin.off e = .*skin.* pushing back skin->mesh_vec.size() = 3 s = sphere_0_30_skin.off e = .*bone.* s = sphere_0_30_skin.off e = .*tendon.* s = sphere_0_30_skin.off e = .*ligament.* s = sphere_0_30_skin.off e = .*muscle.* s = sphere_0_30_skin.off e = .*loose_ct.* "input_files_dir/input_files_demo/sphere_10_0_bone.off" s = sphere_10_0_bone.off e = .*skin.* s = sphere_10_0_bone.off e = .*bone.* pushing back bone->mesh_vec.size() = 1 s = sphere_10_0_bone.off e = .*tendon.* s = sphere_10_0_bone.off e = .*ligament.* s = sphere_10_0_bone.off e = .*muscle.* s = sphere_10_0_bone.off e = .*loose_ct.* "input_files_dir/input_files_demo/sphere_10_10_bone.off" s = sphere_10_10_bone.off e = .*skin.* s = sphere_10_10_bone.off e = .*bone.* pushing back bone->mesh_vec.size() = 2 s = sphere_10_10_bone.off e = .*tendon.* s = sphere_10_10_bone.off e = .*ligament.* s = sphere_10_10_bone.off e = .*muscle.* s = sphere_10_10_bone.off e = .*loose_ct.* "input_files_dir/input_files_demo/sphere_10_30_bone.off" s = sphere_10_30_bone.off e = .*skin.* s = sphere_10_30_bone.off e = .*bone.* pushing back bone->mesh_vec.size() = 3 s = sphere_10_30_bone.off e = .*tendon.* s = sphere_10_30_bone.off e = .*ligament.* s = sphere_10_30_bone.off e = .*muscle.* s = sphere_10_30_bone.off e = .*loose_ct.* "input_files_dir/input_files_demo/sphere_20_30_tendon.off" s = sphere_20_30_tendon.off e = .*skin.* s = sphere_20_30_tendon.off e = .*bone.* s = sphere_20_30_tendon.off e = .*tendon.* pushing back tendon->mesh_vec.size() = 1 s = sphere_20_30_tendon.off e = .*ligament.* s = sphere_20_30_tendon.off e = .*muscle.* s = sphere_20_30_tendon.off e = .*loose_ct.* "input_files_dir/input_files_demo/sphere_30_30_ligament.off" s = sphere_30_30_ligament.off e = .*skin.* s = sphere_30_30_ligament.off e = .*bone.* s = sphere_30_30_ligament.off e = .*tendon.* s = sphere_30_30_ligament.off e = .*ligament.* pushing back ligament->mesh_vec.size() = 1 s = sphere_30_30_ligament.off e = .*muscle.* s = sphere_30_30_ligament.off e = .*loose_ct.* "input_files_dir/input_files_demo/tissues.yaml" Not a .off file "input_files_dir/input_files_demo/tissues.yaml" Finished reading meshed tissues.size() = 6 tissues.begin()->name = skin tissues.begin()->mesh_vec.size() = 3 load_surface_meshes() done out_dir = output_files_dir/output_files_demo "output_files_dir/output_files_demo"is not a directory subdomain_meshes.begin()->mesh_vec.begin()->is_empty() = 0 tissue_it_a = 0 tissue_it_d = 1 tissue_it_d = 2 tissue_it_d = 3 target patch : 1_0 tissue_it_a = 1 tissue_it_b = 0 tissue_it_c = 0 continue target.mesh_vec.at(1).is_empty() = 0 target patch : 1_2 tissue_it_d = 0 tissue_it_d = 2 tissue_it_d = 3 target patch : 2_0 tissue_it_a = 2 tissue_it_b = 0 tissue_it_c = 0 continue tissue_it_c = 1target.mesh_vec.at(1).is_empty() = 0 target patch : 1_3 tissue_it_b = 1 tissue_it_c = 0 tissue_it_c = 1 continue target.mesh_vec.at(1).is_empty() = 0 target patch : 2_3 tissue_it_d = 0 tissue_it_d = 1 tissue_it_d = 3 target patch : 3_0 tissue_it_a = 3 tissue_it_b = 0 tissue_it_c = 0 continue tissue_it_c = 1 tissue_it_c = 2target.mesh_vec.at(1).is_empty() = 0 target patch : 1_4 tissue_it_b = 1 tissue_it_c = 0 tissue_it_c = 1 continue tissue_it_c = 2target.mesh_vec.at(1).is_empty() = 0 tissue_it_b = 2 tissue_it_c = 0 tissue_it_c = 1 tissue_it_c = 2 continue target.mesh_vec.at(1).is_empty() = 0 target patch : 3_4 tissue_it_d = 0 tissue_it_d = 1 tissue_it_d = 2 target patch : 4_0 generate_subdomain_meshes() done idx = 0, new_pair_vec.size() = 2 idx = 1, new_pair_vec.size() = 3 idx = 2, new_pair_vec.size() = 4 idx = 3, new_pair_vec.size() = 5 idx = 4, new_pair_vec.size() = 6 idx = 5, new_pair_vec.size() = 7 idx = 6, new_pair_vec.size() = 8 idx = 7, new_pair_vec.size() = 9 idx = 8, new_pair_vec.size() = 10 pair_vec[0] = (1,0) pair_vec[1] = (1,2) pair_vec[2] = (2,0) pair_vec[3] = (1,3) pair_vec[4] = (2,3) pair_vec[5] = (3,0) pair_vec[6] = (1,4) pair_vec[7] = (3,4) pair_vec[8] = (4,0) new_pair_vec[0] = (1,0) new_pair_vec[1] = (1,0) new_pair_vec[2] = (1,2) new_pair_vec[3] = (2,0) new_pair_vec[4] = (1,3) new_pair_vec[5] = (2,3) new_pair_vec[6] = (3,0) new_pair_vec[7] = (1,4) new_pair_vec[8] = (3,4) new_pair_vec[9] = (4,0) mkvec_cc() done patch_vec.size() = 10 pair_vec.size() = 10 Wrote filename :output_files_dir/output_files_demo/patch0.off i=0 patch_vec.at(i).is_valid() = 1 patch_vec.at(i).is_empty() = 0 patch_vec.at(i).number_of_faces 1201 patches.at(i).is_valid() = 1 patches.at(i).is_empty() = 1 patches.at(i).size_of_facets() = 0 patches.at(i) num facets = 0 patch_vec.at(i).number_of_faces 1201 Wrote filename :output_files_dir/output_files_demo/patch1.off i=1 patch_vec.at(i).is_valid() = 1 patch_vec.at(i).is_empty() = 0 patch_vec.at(i).number_of_faces 764 patches.at(i).is_valid() = 1 patches.at(i).is_empty() = 1 patches.at(i).size_of_facets() = 0 patches.at(i) num facets = 0 patch_vec.at(i).number_of_faces 764 Wrote filename :output_files_dir/output_files_demo/patch2.off i=2 patch_vec.at(i).is_valid() = 1 patch_vec.at(i).is_empty() = 0 patch_vec.at(i).number_of_faces 1131 patches.at(i).is_valid() = 1 patches.at(i).is_empty() = 1 patches.at(i).size_of_facets() = 0 patches.at(i) num facets = 0 patch_vec.at(i).number_of_faces 1131 Wrote filename :output_files_dir/output_files_demo/patch3.off i=3 patch_vec.at(i).is_valid() = 1 patch_vec.at(i).is_empty() = 0 patch_vec.at(i).number_of_faces 1398 patches.at(i).is_valid() = 1 patches.at(i).is_empty() = 1 patches.at(i).size_of_facets() = 0 patches.at(i) num facets = 0 patch_vec.at(i).number_of_faces 1398 Wrote filename :output_files_dir/output_files_demo/patch4.off i=4 patch_vec.at(i).is_valid() = 1 patch_vec.at(i).is_empty() = 0 patch_vec.at(i).number_of_faces 96 patches.at(i).is_valid() = 1 patches.at(i).is_empty() = 1 patches.at(i).size_of_facets() = 0 patches.at(i) num facets = 0 patch_vec.at(i).number_of_faces 96 Wrote filename :output_files_dir/output_files_demo/patch5.off i=5 patch_vec.at(i).is_valid() = 1 patch_vec.at(i).is_empty() = 0 patch_vec.at(i).number_of_faces 415 patches.at(i).is_valid() = 1 patches.at(i).is_empty() = 1 patches.at(i).size_of_facets() = 0 patches.at(i) num facets = 0 patch_vec.at(i).number_of_faces 415 Wrote filename :output_files_dir/output_files_demo/patch6.off i=6 patch_vec.at(i).is_valid() = 1 patch_vec.at(i).is_empty() = 0 patch_vec.at(i).number_of_faces 431 patches.at(i).is_valid() = 1 patches.at(i).is_empty() = 1 patches.at(i).size_of_facets() = 0 patches.at(i) num facets = 0 patch_vec.at(i).number_of_faces 431 Wrote filename :output_files_dir/output_files_demo/patch7.off i=7 patch_vec.at(i).is_valid() = 1 patch_vec.at(i).is_empty() = 0 patch_vec.at(i).number_of_faces 118 patches.at(i).is_valid() = 1 patches.at(i).is_empty() = 1 patches.at(i).size_of_facets() = 0 patches.at(i) num facets = 0 patch_vec.at(i).number_of_faces 118 Wrote filename :output_files_dir/output_files_demo/patch8.off i=8 patch_vec.at(i).is_valid() = 1 patch_vec.at(i).is_empty() = 0 patch_vec.at(i).number_of_faces 362 patches.at(i).is_valid() = 1 patches.at(i).is_empty() = 1 patches.at(i).size_of_facets() = 0 patches.at(i) num facets = 0 patch_vec.at(i).number_of_faces 362 Wrote filename :output_files_dir/output_files_demo/patch9.off i=9 patch_vec.at(i).is_valid() = 1 patch_vec.at(i).is_empty() = 0 patch_vec.at(i).number_of_faces 696 patches.at(i).is_valid() = 1 patches.at(i).is_empty() = 1 patches.at(i).size_of_facets() = 0 patches.at(i) num facets = 0 patch_vec.at(i).number_of_faces 696 pair_vec[0] = (1,0) pair_vec[1] = (1,0) pair_vec[2] = (1,2) pair_vec[3] = (2,0) pair_vec[4] = (1,3) pair_vec[5] = (2,3) pair_vec[6] = (3,0) pair_vec[7] = (1,4) pair_vec[8] = (3,4) pair_vec[9] = (4,0) Generating domain terminate called after throwing an instance of 'CGAL::Assertion_exception' what(): CGAL ERROR: assertion violation! Expr: !tree_.empty() File: /usr/local/include/CGAL/Polyhedral_mesh_domain_3.h Line: 730 Annullato (core dump creato)
Thank you for the support,
Pasquale.
Pasquale94BlockedThank you for the explanation, but now I encountered another error:
terminate called after throwing an instance of 'CGAL::Assertion_exception' what(): CGAL ERROR: assertion violation! Expr: !tree_.empty() File: /usr/local/include/CGAL/Polyhedral_mesh_domain_3.h Line: 730 Annullato (core dump creato)
It seems that the variable “tree_” is empty. How can I fix it?
Pasquale94BlockedThank you @nickhockings and @Hugo,
I resolved the first error but the second not. How is possible that it not find the input folder?
Thank you,
Pasquale5 May 2020 at 12:39 in reply to: Error into use the LinearSolverConstraintCorrection with SofaCUDA types #16024Pasquale94BlockedThank you very much @Hugo , My project consist into control a soft robot with Sofa, and I need, for large mesh, to use the SofaCuda plugin for the parallel computing. Does the HighOrder plugins supports Cuda VecTypes?
If you need help in the coding and fixing of this plugin, let me know, I could help!
Thank you
Pasquale.4 May 2020 at 22:59 in reply to: Error into use the LinearSolverConstraintCorrection with SofaCUDA types #16018Pasquale94BlockedPasquale94Blocked29 April 2020 at 12:40 in reply to: [SOLVED] Problems in the installation of SofaOpenCL plugin #15974Pasquale94BlockedHi @Hugo
Today I worked a little bit on the code OpenClUniformMass.cpp, I resolved some errors, but i still have these ones.
from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /usr/include/c++/7/bits/stringfwd.h:74:33: note: ‘std::__cxx11::string’ typedef basic_string<char> string; ^~~~~~ /usr/include/c++/7/bits/stringfwd.h:74:33: note: ‘std::__cxx11::string’ In file included from /usr/include/boost/container/allocator_traits.hpp:31:0, from /usr/include/boost/container/stable_vector.hpp:34, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/stable_vector.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Link.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/DDGNode.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/BaseData.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Data.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Base.h:27, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:29, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /usr/include/boost/container/container_fwd.hpp:195:1: note: ‘boost::container::string’ string; ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:68:37: error: ‘string’ is not a member of ‘sofa::std’ std::swap<std::string, std::string> types; ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:68:37: note: suggested alternatives: In file included from /usr/include/c++/7/string:39:0, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/system/gl.h:29, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:25, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /usr/include/c++/7/bits/stringfwd.h:74:33: note: ‘std::__cxx11::string’ typedef basic_string<char> string; ^~~~~~ /usr/include/c++/7/bits/stringfwd.h:74:33: note: ‘std::__cxx11::string’ In file included from /usr/include/boost/container/allocator_traits.hpp:31:0, from /usr/include/boost/container/stable_vector.hpp:34, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/stable_vector.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Link.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/DDGNode.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/BaseData.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Data.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Base.h:27, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:29, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /usr/include/boost/container/container_fwd.hpp:195:1: note: ‘boost::container::string’ string; ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:68:37: error: ‘string’ is not a member of ‘sofa::std’ std::swap<std::string, std::string> types; ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:68:37: note: suggested alternatives: In file included from /usr/include/c++/7/string:39:0, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/system/gl.h:29, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:25, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /usr/include/c++/7/bits/stringfwd.h:74:33: note: ‘std::__cxx11::string’ typedef basic_string<char> string; ^~~~~~ /usr/include/c++/7/bits/stringfwd.h:74:33: note: ‘std::__cxx11::string’ In file included from /usr/include/boost/container/allocator_traits.hpp:31:0, from /usr/include/boost/container/stable_vector.hpp:34, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/stable_vector.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Link.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/DDGNode.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/BaseData.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Data.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Base.h:27, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:29, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /usr/include/boost/container/container_fwd.hpp:195:1: note: ‘boost::container::string’ string; ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:68:45: error: expected ‘;’ before ‘types’ std::swap<std::string, std::string> types; ^~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:68:9: error: statement cannot resolve address of overloaded function std::swap<std::string, std::string> types; ^~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:69:9: error: ‘types’ was not declared in this scope types["Real"]="float"; ^~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:69:9: note: suggested alternative: In file included from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaDefaultType/src/sofa/defaulttype/DataTypeInfo.h:29:0, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaDefaultType/src/sofa/defaulttype/Vec.h:27, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:26, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/types/RGBAColor.h:37:11: note: ‘sofa::helper::types’ namespace types ^~~~~ In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLMemoryManager.h:31:0, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:32, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLCommon.h:29:26: error: ‘string’ is not a member of ‘sofa::std’ #define stringBSIZE std::string("#define BSIZE 32\n") ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:73:56: note: in expansion of macro ‘stringBSIZE’ = new OpenCLProgram("OpenCLUniformMass.cl",stringBSIZE,&types); ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLCommon.h:29:26: note: suggested alternatives: #define stringBSIZE std::string("#define BSIZE 32\n") ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:73:56: note: in expansion of macro ‘stringBSIZE’ = new OpenCLProgram("OpenCLUniformMass.cl",stringBSIZE,&types); ^ In file included from /usr/include/c++/7/string:39:0, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/system/gl.h:29, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:25, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /usr/include/c++/7/bits/stringfwd.h:74:33: note: ‘std::__cxx11::string’ typedef basic_string<char> string; ^~~~~~ /usr/include/c++/7/bits/stringfwd.h:74:33: note: ‘std::__cxx11::string’ In file included from /usr/include/boost/container/allocator_traits.hpp:31:0, from /usr/include/boost/container/stable_vector.hpp:34, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/stable_vector.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Link.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/DDGNode.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/BaseData.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Data.h:26, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaCore/src/sofa/core/objectmodel/Base.h:27, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:29, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /usr/include/boost/container/container_fwd.hpp:195:1: note: ‘boost::container::string’ string; ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:76:28: error: ‘myopenclShowError’ is not a member of ‘sofa::sofa::gpu::opencl’ sofa::gpu::opencl::myopenclShowError(__FILE__,__LINE__); ^~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:76:28: note: suggested alternatives: In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLMemoryManager.h:26:0, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:32, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:90:32: note: ‘sofa::gpu::opencl::myopenclShowError’ SOFAOPENCL_API extern void myopenclShowError(std::string file, int line); ^~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:90:32: note: ‘sofa::gpu::opencl::myopenclShowError’ In file included from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/vector.h:37:0, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaDefaultType/src/sofa/defaulttype/DataTypeInfo.h:27, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaDefaultType/src/sofa/defaulttype/Vec.h:27, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:26, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:32: error: ‘sofa::sofa::helper’ has not been declared #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:58: error: invalid use of ‘this’ in non-member function #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:42: error: ‘sofa::sofa::helper’ has not been declared #define oldmsg_info(emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:66: note: in expansion of macro ‘oldmsg_info’ #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:89: error: ‘sofa::sofa::helper’ has not been declared #define oldmsg_info(emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:66: note: in expansion of macro ‘oldmsg_info’ #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:130: error: ‘sofa::sofa::helper’ has not been declared #define oldmsg_info(emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:66: note: in expansion of macro ‘oldmsg_info’ #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:78: error: invalid use of ‘this’ in non-member function #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:164: note: in definition of macro ‘oldmsg_info’ dmsg_info(emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ In file included from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Message.h:38:0, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/MessageDispatcher.h:30, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:81, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/vector.h:37, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaDefaultType/src/sofa/defaulttype/DataTypeInfo.h:27, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaDefaultType/src/sofa/defaulttype/Vec.h:27, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:26, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/FileInfo.h:90:30: error: ‘sofa::sofa::helper’ has not been declared #define SOFA_FILE_INFO sofa::helper::logging::FileInfo::SPtr(new sofa::helper::logging::FileInfo(__FILE__, __LINE__)) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:174: note: in expansion of macro ‘SOFA_FILE_INFO’ emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:66: note: in expansion of macro ‘oldmsg_info’ #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/FileInfo.h:90:72: error: ‘helper’ in namespace ‘sofa::sofa’ does not name a type #define SOFA_FILE_INFO sofa::helper::logging::FileInfo::SPtr(new sofa::helper::logging::FileInfo(__FILE__, __LINE__)) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:174: note: in expansion of macro ‘SOFA_FILE_INFO’ emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:66: note: in expansion of macro ‘oldmsg_info’ #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLMemoryManager.h:26:0, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:32, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp: In function ‘void sofa::sofa::gpu::opencl::UniformMassOpenCL3f_addForce(unsigned int, const float*, sofa::sofa::gpu::opencl::OpenCLKernel)’: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:31: error: ‘class sofa::sofa::gpu::opencl::OpenCLKernel’ has no member named ‘offset’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:95:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(f); ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:107: error: ‘class sofa::sofa::gpu::opencl::OpenCLKernel’ has no member named ‘offset’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:95:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(f); ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:97:17: error: ‘sofa::sofa::gpu::opencl::OpenCLKernel’ is not a template int BSIZE = gpu::opencl::OpenCLKernel<float>::BSIZE; ^~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:97:51: error: ‘BSIZE’ is not a member of ‘sofa::sofa::gpu::opencl::OpenCLKernel’ int BSIZE = gpu::opencl::OpenCLKernel<float>::BSIZE; ^~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:104:69: error: no matching function for call to ‘sofa::sofa::gpu::opencl::OpenCLKernel::setArg<cl_device_info>(int, sofa::sofa::gpu::opencl::OpenCLKernel*)’ UniformMassOpenCL3f_addForce_kernel->setArg<cl_device_info>(4,&f); ^ In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:28:0: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: candidate: template<class T> void sofa::sofa::gpu::opencl::OpenCLKernel::setArg(int, const T*) void setArg(int numArg,const T* arg) ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: template argument deduction/substitution failed: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:104:69: warning: ignoring attributes on template argument ‘cl_device_info {aka unsigned int}’ [-Wignored-attributes] UniformMassOpenCL3f_addForce_kernel->setArg<cl_device_info>(4,&f); ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:104:67: note: cannot convert ‘& f’ (type ‘sofa::sofa::gpu::opencl::OpenCLKernel*’) to type ‘const unsigned int*’ UniformMassOpenCL3f_addForce_kernel->setArg<cl_device_info>(4,&f); ^~ In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLMemoryManager.h:26:0, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:32, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp: In function ‘void sofa::sofa::gpu::opencl::UniformMassOpenCL3f_addMDx(unsigned int, float, cl_device_info, cl_device_info)’: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:31: error: request for member ‘offset’ in ‘res’, which is of non-class type ‘cl_device_info {aka unsigned int}’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:120:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(res) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:107: error: request for member ‘offset’ in ‘res’, which is of non-class type ‘cl_device_info {aka unsigned int}’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:120:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(res) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:31: error: request for member ‘offset’ in ‘dx’, which is of non-class type ‘const cl_device_info {aka const unsigned int}’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:121:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(dx) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:107: error: request for member ‘offset’ in ‘dx’, which is of non-class type ‘const cl_device_info {aka const unsigned int}’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:121:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(dx) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:124:17: error: ‘sofa::sofa::gpu::opencl::OpenCLKernel’ is not a template int BSIZE = gpu::opencl::OpenCLKernel<float>::BSIZE; ^~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:124:51: error: ‘BSIZE’ is not a member of ‘sofa::sofa::gpu::opencl::OpenCLKernel’ int BSIZE = gpu::opencl::OpenCLKernel<float>::BSIZE; ^~~~~ In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLMemoryManager.h:26:0, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:32, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp: In function ‘void sofa::sofa::gpu::opencl::UniformMassOpenCL3f_accFromF(unsigned int, float, cl_device_info, cl_device_info)’: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:31: error: request for member ‘offset’ in ‘a’, which is of non-class type ‘cl_device_info {aka unsigned int}’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:147:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(a) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:107: error: request for member ‘offset’ in ‘a’, which is of non-class type ‘cl_device_info {aka unsigned int}’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:147:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(a) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:31: error: request for member ‘offset’ in ‘f’, which is of non-class type ‘const cl_device_info {aka const unsigned int}’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:148:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(f) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:107: error: request for member ‘offset’ in ‘f’, which is of non-class type ‘const cl_device_info {aka const unsigned int}’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:148:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(f) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:152:17: error: ‘sofa::sofa::gpu::opencl::OpenCLKernel’ is not a template int BSIZE = gpu::opencl::OpenCLKernel<float>::BSIZE; ^~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:152:51: error: ‘BSIZE’ is not a member of ‘sofa::sofa::gpu::opencl::OpenCLKernel’ int BSIZE = gpu::opencl::OpenCLKernel<float>::BSIZE; ^~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp: At global scope: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:204:1: error: expected ‘}’ at end of input }// namespace sofa ^
What I have to do?
Thank you,
Pasquale.28 April 2020 at 13:18 in reply to: [SOLVED] Problems in the installation of SofaOpenCL plugin #15969Pasquale94BlockedHi Hugo!
In the code OpenCLIdentityMapping.cpp there is no
#ifndef SOFA_Float
to remove, that’s why I just comment out the two lines.Now in the file OpenClUniformMass.cpp remains this errors, now seems that there are problems in the file Messaging.h, and still remains the error in the *.cpp file due to
_device_pointer
:/home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:58: error: invalid use of ‘this’ in non-member function #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:42: error: ‘sofa::sofa::helper’ has not been declared #define oldmsg_info(emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:66: note: in expansion of macro ‘oldmsg_info’ #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:89: error: ‘sofa::sofa::helper’ has not been declared #define oldmsg_info(emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:66: note: in expansion of macro ‘oldmsg_info’ #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:130: error: ‘sofa::sofa::helper’ has not been declared #define oldmsg_info(emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:66: note: in expansion of macro ‘oldmsg_info’ #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:78: error: invalid use of ‘this’ in non-member function #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:164: note: in definition of macro ‘oldmsg_info’ dmsg_info(emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ In file included from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Message.h:38:0, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/MessageDispatcher.h:30, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:81, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/vector.h:37, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaDefaultType/src/sofa/defaulttype/DataTypeInfo.h:27, from /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/../SofaDefaultType/src/sofa/defaulttype/Vec.h:27, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:26, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/FileInfo.h:90:30: error: ‘sofa::sofa::helper’ has not been declared #define SOFA_FILE_INFO sofa::helper::logging::FileInfo::SPtr(new sofa::helper::logging::FileInfo(__FILE__, __LINE__)) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:174: note: in expansion of macro ‘SOFA_FILE_INFO’ emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:66: note: in expansion of macro ‘oldmsg_info’ #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/FileInfo.h:90:72: error: ‘helper’ in namespace ‘sofa::sofa’ does not name a type #define SOFA_FILE_INFO sofa::helper::logging::FileInfo::SPtr(new sofa::helper::logging::FileInfo(__FILE__, __LINE__)) ^ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:110:174: note: in expansion of macro ‘SOFA_FILE_INFO’ emitter) sofa::helper::logging::MessageDispatcher::info(sofa::helper::logging::Message::Runtime, sofa::helper::logging::getComponentInfo(emitter), SOFA_FILE_INFO) ^~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:139:66: note: in expansion of macro ‘oldmsg_info’ #define MSGINFO_0() if( sofa::helper::logging::notMuted(this) ) oldmsg_info(this) ^~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:134:41: note: in expansion of macro ‘MSGINFO_0’ #define TWO_FUNC_CHOOSER(_f1, _f2 ,...) _f2 ^~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:135:50: note: in expansion of macro ‘TWO_FUNC_CHOOSER’ #define TWO_FUNC_RECOMPOSER(argsWithParentheses) TWO_FUNC_CHOOSER argsWithParentheses ^~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:141:44: note: in expansion of macro ‘TWO_FUNC_RECOMPOSER’ #define MSGINFO_CHOOSE_FROM_ARG_COUNT(...) TWO_FUNC_RECOMPOSER((__VA_ARGS__, MSGINFO_1, )) ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:30: note: in expansion of macro ‘MSGINFO_CHOOSE_FROM_ARG_COUNT’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:143:60: note: in expansion of macro ‘MSGINFO_NO_ARG_EXPANDER’ #define MSGINFO_CHOOSER(...) MSGINFO_CHOOSE_FROM_ARG_COUNT(MSGINFO_NO_ARG_EXPANDER __VA_ARGS__ ()) ^~~~~~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/SofaKernel/modules/SofaHelper/src/sofa/helper/logging/Messaging.h:145:23: note: in expansion of macro ‘MSGINFO_CHOOSER’ #define msg_info(...) MSGINFO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:77:9: note: in expansion of macro ‘msg_info’ msg_info()<< UniformMassOpenCLFloat_program->buildProgram(); ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp: At global scope: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:92:71: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3f_addForce(unsigned int size, const float* mg, _device_pointer f) ^~~~~~~~~~~~~~~ In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLMemoryManager.h:26:0, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:32, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp: In function ‘void sofa::sofa::gpu::opencl::UniformMassOpenCL3f_addForce(unsigned int, const float*, int)’: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:31: error: request for member ‘offset’ in ‘f’, which is of non-class type ‘int’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:95:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(f); ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:107: error: request for member ‘offset’ in ‘f’, which is of non-class type ‘int’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:95:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(f); ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:97:30: error: ‘OpenCLMemoryManager’ is not a member of ‘sofa::sofa::gpu::opencl’ int BSIZE = gpu::opencl::OpenCLMemoryManager<float>::BSIZE; ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:97:30: note: suggested alternative: ‘OpenCLKernel’ int BSIZE = gpu::opencl::OpenCLMemoryManager<float>::BSIZE; ^~~~~~~~~~~~~~~~~~~ OpenCLKernel /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:97:50: error: expected primary-expression before ‘float’ int BSIZE = gpu::opencl::OpenCLMemoryManager<float>::BSIZE; ^~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:104:49: error: ‘_device_pointer’ was not declared in this scope UniformMassOpenCL3f_addForce_kernel->setArg<_device_pointer>(4,&f); ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:104:49: note: suggested alternatives: In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLMemoryManager.h:26:0, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:32, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:66:7: note: ‘sofa::gpu::opencl::_device_pointer’ } _device_pointer; ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:66:7: note: ‘sofa::gpu::opencl::_device_pointer’ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:104:70: error: no matching function for call to ‘sofa::sofa::gpu::opencl::OpenCLKernel::setArg<<expression error> >(int, int*)’ UniformMassOpenCL3f_addForce_kernel->setArg<_device_pointer>(4,&f); ^ In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:28:0: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: candidate: template<class T> void sofa::sofa::gpu::opencl::OpenCLKernel::setArg(int, const T*) void setArg(int numArg,const T* arg) ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: template argument deduction/substitution failed: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:104:70: error: template argument 1 is invalid UniformMassOpenCL3f_addForce_kernel->setArg<_device_pointer>(4,&f); ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp: At global scope: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:117:64: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3f_addMDx(unsigned int size, float mass, _device_pointer res, const _device_pointer dx) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:117:91: error: ‘_device_pointer’ does not name a type; did you mean ‘cl_device_info’? void UniformMassOpenCL3f_addMDx(unsigned int size, float mass, _device_pointer res, const _device_pointer dx) ^~~~~~~~~~~~~~~ cl_device_info In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLMemoryManager.h:26:0, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:32, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp: In function ‘void sofa::sofa::gpu::opencl::UniformMassOpenCL3f_addMDx(unsigned int, float, int, int)’: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:31: error: request for member ‘offset’ in ‘res’, which is of non-class type ‘int’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:120:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(res) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:107: error: request for member ‘offset’ in ‘res’, which is of non-class type ‘int’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:120:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(res) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:31: error: request for member ‘offset’ in ‘dx’, which is of non-class type ‘const int’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:121:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(dx) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:107: error: request for member ‘offset’ in ‘dx’, which is of non-class type ‘const int’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:121:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(dx) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:124:30: error: ‘OpenCLMemoryManager’ is not a member of ‘sofa::sofa::gpu::opencl’ int BSIZE = gpu::opencl::OpenCLMemoryManager<float>::BSIZE; ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:124:30: note: suggested alternative: ‘OpenCLKernel’ int BSIZE = gpu::opencl::OpenCLMemoryManager<float>::BSIZE; ^~~~~~~~~~~~~~~~~~~ OpenCLKernel /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:124:50: error: expected primary-expression before ‘float’ int BSIZE = gpu::opencl::OpenCLMemoryManager<float>::BSIZE; ^~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:130:47: error: ‘_device_pointer’ was not declared in this scope UniformMassOpenCL3f_addMDX_kernel->setArg<_device_pointer>(1,&res); ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:130:47: note: suggested alternatives: In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLMemoryManager.h:26:0, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:32, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:66:7: note: ‘sofa::gpu::opencl::_device_pointer’ } _device_pointer; ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:66:7: note: ‘sofa::gpu::opencl::_device_pointer’ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:130:70: error: no matching function for call to ‘sofa::sofa::gpu::opencl::OpenCLKernel::setArg<<expression error> >(int, int*)’ UniformMassOpenCL3f_addMDX_kernel->setArg<_device_pointer>(1,&res); ^ In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:28:0: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: candidate: template<class T> void sofa::sofa::gpu::opencl::OpenCLKernel::setArg(int, const T*) void setArg(int numArg,const T* arg) ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: template argument deduction/substitution failed: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:130:70: error: template argument 1 is invalid UniformMassOpenCL3f_addMDX_kernel->setArg<_device_pointer>(1,&res); ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:131:69: error: no matching function for call to ‘sofa::sofa::gpu::opencl::OpenCLKernel::setArg<_device_pointer>(int, const int*)’ UniformMassOpenCL3f_addMDX_kernel->setArg<_device_pointer>(2,&dx); ^ In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:28:0: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: candidate: template<class T> void sofa::sofa::gpu::opencl::OpenCLKernel::setArg(int, const T*) void setArg(int numArg,const T* arg) ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: template argument deduction/substitution failed: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp: At global scope: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:143:66: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3f_accFromF(unsigned int size, float mass, _device_pointer a, const _device_pointer f) ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:143:91: error: ‘_device_pointer’ does not name a type; did you mean ‘cl_device_info’? void UniformMassOpenCL3f_accFromF(unsigned int size, float mass, _device_pointer a, const _device_pointer f) ^~~~~~~~~~~~~~~ cl_device_info In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLMemoryManager.h:26:0, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:32, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp: In function ‘void sofa::sofa::gpu::opencl::UniformMassOpenCL3f_accFromF(unsigned int, float, int, int)’: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:31: error: request for member ‘offset’ in ‘a’, which is of non-class type ‘int’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:147:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(a) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:107: error: request for member ‘offset’ in ‘a’, which is of non-class type ‘int’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:147:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(a) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:31: error: request for member ‘offset’ in ‘f’, which is of non-class type ‘const int’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:148:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(f) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:36:107: error: request for member ‘offset’ in ‘f’, which is of non-class type ‘const int’ #define ERROR_OFFSET(t) {if(t.offset!=0){printf("Error Offset %s %d: %s %d\n",__FILE__,__LINE__,#t,(int)t.offset);exit(-1);}} ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:148:5: note: in expansion of macro ‘ERROR_OFFSET’ ERROR_OFFSET(f) ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:152:30: error: ‘OpenCLMemoryManager’ is not a member of ‘sofa::sofa::gpu::opencl’ int BSIZE = gpu::opencl::OpenCLMemoryManager<float>::BSIZE; ^~~~~~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:152:30: note: suggested alternative: ‘OpenCLKernel’ int BSIZE = gpu::opencl::OpenCLMemoryManager<float>::BSIZE; ^~~~~~~~~~~~~~~~~~~ OpenCLKernel /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:152:50: error: expected primary-expression before ‘float’ int BSIZE = gpu::opencl::OpenCLMemoryManager<float>::BSIZE; ^~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:158:49: error: ‘_device_pointer’ was not declared in this scope UniformMassOpenCL3f_accFromF_kernel->setArg<_device_pointer>(1,&a); ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:158:49: note: suggested alternatives: In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLMemoryManager.h:26:0, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLTypes.h:32, from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:22: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:66:7: note: ‘sofa::gpu::opencl::_device_pointer’ } _device_pointer; ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/myopencl.h:66:7: note: ‘sofa::gpu::opencl::_device_pointer’ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:158:70: error: no matching function for call to ‘sofa::sofa::gpu::opencl::OpenCLKernel::setArg<<expression error> >(int, int*)’ UniformMassOpenCL3f_accFromF_kernel->setArg<_device_pointer>(1,&a); ^ In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:28:0: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: candidate: template<class T> void sofa::sofa::gpu::opencl::OpenCLKernel::setArg(int, const T*) void setArg(int numArg,const T* arg) ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: template argument deduction/substitution failed: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:158:70: error: template argument 1 is invalid UniformMassOpenCL3f_accFromF_kernel->setArg<_device_pointer>(1,&a); ^ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:159:70: error: no matching function for call to ‘sofa::sofa::gpu::opencl::OpenCLKernel::setArg<_device_pointer>(int, const int*)’ UniformMassOpenCL3f_accFromF_kernel->setArg<_device_pointer>(2,&f); ^ In file included from /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:28:0: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: candidate: template<class T> void sofa::sofa::gpu::opencl::OpenCLKernel::setArg(int, const T*) void setArg(int numArg,const T* arg) ^~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLKernel.h:54:10: note: template argument deduction/substitution failed: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp: At global scope: /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:175:73: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3f1_addMDx(unsigned int /*size*/, float /*mass*/, _device_pointer /*res*/, const _device_pointer /*dx*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:175:104: error: ‘_device_pointer’ does not name a type; did you mean ‘cl_device_info’? void UniformMassOpenCL3f1_addMDx(unsigned int /*size*/, float /*mass*/, _device_pointer /*res*/, const _device_pointer /*dx*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ cl_device_info /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:176:75: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3f1_accFromF(unsigned int /*size*/, float /*mass*/, _device_pointer /*a*/, const _device_pointer /*f*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:176:104: error: ‘_device_pointer’ does not name a type; did you mean ‘cl_device_info’? void UniformMassOpenCL3f1_accFromF(unsigned int /*size*/, float /*mass*/, _device_pointer /*a*/, const _device_pointer /*f*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ cl_device_info /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:177:80: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3f1_addForce(unsigned int /*size*/, const float* /*mg*/, _device_pointer /*f*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:179:73: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3d_addMDx(unsigned int /*size*/, double /*mass*/, _device_pointer /*res*/, const _device_pointer /*dx*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:179:104: error: ‘_device_pointer’ does not name a type; did you mean ‘cl_device_info’? void UniformMassOpenCL3d_addMDx(unsigned int /*size*/, double /*mass*/, _device_pointer /*res*/, const _device_pointer /*dx*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ cl_device_info /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:180:75: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3d_accFromF(unsigned int /*size*/, double /*mass*/, _device_pointer /*a*/, const _device_pointer /*f*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:180:104: error: ‘_device_pointer’ does not name a type; did you mean ‘cl_device_info’? void UniformMassOpenCL3d_accFromF(unsigned int /*size*/, double /*mass*/, _device_pointer /*a*/, const _device_pointer /*f*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ cl_device_info /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:181:80: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3d_addForce(unsigned int /*size*/, const double* /*mg*/, _device_pointer /*f*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:183:74: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3d1_addMDx(unsigned int /*size*/, double /*mass*/, _device_pointer /*res*/, const _device_pointer /*dx*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:183:105: error: ‘_device_pointer’ does not name a type; did you mean ‘cl_device_info’? void UniformMassOpenCL3d1_addMDx(unsigned int /*size*/, double /*mass*/, _device_pointer /*res*/, const _device_pointer /*dx*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ cl_device_info /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:184:76: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3d1_accFromF(unsigned int /*size*/, double /*mass*/, _device_pointer /*a*/, const _device_pointer /*f*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:184:105: error: ‘_device_pointer’ does not name a type; did you mean ‘cl_device_info’? void UniformMassOpenCL3d1_accFromF(unsigned int /*size*/, double /*mass*/, _device_pointer /*a*/, const _device_pointer /*f*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ cl_device_info /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:185:81: error: ‘_device_pointer’ has not been declared void UniformMassOpenCL3d1_addForce(unsigned int /*size*/, const double* /*mg*/, _device_pointer /*f*/) {NOT_IMPLEMENTED();} ^~~~~~~~~~~~~~~ /home/pasquale/sofa/src/applications/plugins/SofaOpenCL/OpenCLUniformMass.cpp:204:1: error: expected ‘}’ at end of input } // namespace sofa ^
`
4 April 2020 at 16:31 in reply to: [SOLVED] Insert Strain – Stress Curves of Material to describe mechanical properties #15646Pasquale94BlockedYes, sure 🙂
31 March 2020 at 12:34 in reply to: [SOLVED] Insert Strain – Stress Curves of Material to describe mechanical properties #15599Pasquale94BlockedThank you very much for the explanation!
-
AuthorPosts